@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,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) 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,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAWMSURBVGiB7VltbFNVGH7ee9vBQCEQXITQlq+gBAeJmihTgr8kYfqHWAMhE5SttB1DCMOVIeTyEVYDwgBZS4OJQsxMiL8UE/2l8qWJxCgf0SCxvYUJc7hI5GN2977+aFe67t72nu4STOyTNDe9zz3P+z4957z3nFOgjDLK+F+AHnQCyorfRlZVSpW59yb0uG++eow0ER2HvWlZx85gfKUDtF4GZqUAyJmPAzjfO+7skwD++0a2NybCYLQYUAym4KrY0ylRTUnkYa+X5RZ/Iub1siwaaADbAskFYLxlSBKONETcJ0rRFTIyeUKyBkDDzEfUeaUEUxR2EGn7YTw3e6GljA1agJAR0rk206i2lGB0XV3PoDmGFYZoUyA6o7sU3UxO1tBcd200GEsAgBlLFV/XKJFAm4JXXQy8bUKfrep2xUT08lFwsnu9LD88Tp1XAdT2oW+pk+DJUB5ypC6Gg4nOSuD4xD/cZ4qVS4m1dgAPGVA6k9QoWm6H6BciK8eoEWKcABACsiYG4MncP/FXldpRSGeLX11I4MVGHIOjaw+6vhPI2RAFjdy56Q4wYT6AMIBEHh3P3J8/ttsdNNNoaro0gknfb0J3p5jMhpsQCg6tY+nuPgngZHPdtR16Zd8FEDwMxLnfOTsUm3S7WIAx/RWtAGaa0Bs2Rjy94mkPheXJvvvoo7dYQicAENCpWDARCiZnAMbvDAZObuhwH7WcaREIlV9Jx3EAIE5fi4F0fR+AkQZUvyxrqwnEIvEL5ibysNrrPsOM2M833N8WezYUSHgBLDLimLE3dGDajyKxi+G+rH4VX9eou1LqIgEeidK/FiF9lQhXdFTOUjqq/rYzplCPWMUtuX8rDy3XAACWeK3dJoD70CMtjYnZrOEHApyZHsjtkS+ViGeh3TEB23uESdPoPQBOA7JPhrbG3nj3YKuRdT71NYBfMCQJ4c2Rab/YGS8Xthlp8V0eS4Q2E/qydFsPF9Xwq4EWf2JVKfFt2yH2SXKbxJhoxBH4TeWDqXeLaTC4RUr/uIdE49vSI2sCiafA5DOhP9kWmVL0BdocSM5ButK5Wv3qE6I5DNuIorBEOh9E+uwgH7c11pstCel6drNG4JdE8xi2kZ6rST9AzxhxRKyEo1PjVnT03F0nie9Ah2XE7/+1ioh3mNAXe7Sedis661YmxxPwbM6tecrK5HiRXIZlxKE5dwEYZ0AxS7w6ZvFYR3dyKwYPTZkreKNILiW/2YO+xPMEfCMBJNGgtRRkwpF3Ip7lhdr7fJfdMjkXOVhfIhMtkAHImVWATJkDO+KvZZY+dmipz0Ox6artRhSFHde7kt9L4LkDyecYuVmh8+M7Y1N+z2/3ekO8hphelgm1MqFawkDC965S3ncZ6WWCEzjnBI6PAH/q65hyOl+7pKF1vSuxDuC5RhwRtxqZWOZLVutMp0AIAaguIWw1gBCDTh02KM/CRurrr0xm0BYT+my8xxM1Ij6Kuc6xzjVghAH+STRupk2YiWvqo+7z+azw0GpoSByTCa9khxKyQ0uXJP25PZGpRTddwAOeI2/41BcdzF8MmhMZIwCi+w55AiJ6A1i7St0lg5tzjThAu7dG3BusalgeWk1Nl0ZIYLNjnRsOdm62qpUP6qc2DP4bQaN/yGwBagjLRm7dqQiB8ZhhIkTN78Ym9YgEzsXe911/AjiT1QNOK+l7lmHJyHKfOj1TbYaCcao96vpQJKiJTnZhqcPaKU0uLBkhZtNjHUhaI2w41tEhZZOXJXwm2r6okRX18cVk8jcCgdoOHLLnWGdvzHUOQAIgdftBzwXR9gU3VnV110Yz+toNSpsGYM+ESS5FNGBBMIWZuKTeLVh+l/mS1TLriwaWEiCwQ0eXBvmrw4cnXyklYBlllFFGGQDwLyNF1yiSrAy6AAAAAElFTkSuQmCC) 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,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);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;
}
.Avatar-module--avatar--o9QIJ {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.Avatar-module--avatar--o9QIJ .Avatar-module--avatar-inner--0-91d {
  object-fit: cover;
  border-radius: 50%;
}
.Avatar-module--avatar--o9QIJ .Avatar-module--platform--QIsyo {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  object-fit: cover;
}
.Avatar-module--avatar--o9QIJ .Avatar-module--close--A-z3b {
  display: none;
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 50%;
  cursor: pointer;
}
.Avatar-module--avatar--o9QIJ:hover .Avatar-module--close--A-z3b {
  display: block;
}
.Avatar-module--avatar--o9QIJ.Avatar-module--close-always--g5cWU .Avatar-module--close--A-z3b {
  display: block;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
@keyframes ChatList-module--spin--BLTeI {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ChatList-module--chat-list-container--UCHqt {
  position: relative;
  height: 100%;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--initing-wrapper--dyEfK {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--initing-wrapper--dyEfK .ChatList-module--loading-icon--ytdqp {
  animation: ChatList-module--spin--BLTeI 1s linear infinite;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--empty-wrapper--J8qBP {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--empty-wrapper--J8qBP .ChatList-module--empty--D4chc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--empty-wrapper--J8qBP .ChatList-module--empty--D4chc .ChatList-module--empty-image--nRkW0 {
  width: 110px;
  height: 110px;
  margin-bottom: 12px;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--empty-wrapper--J8qBP .ChatList-module--empty--D4chc .ChatList-module--empty-title--rr5Qg {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 4px;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--empty-wrapper--J8qBP .ChatList-module--empty--D4chc .ChatList-module--empty-tip--ttRXd {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 22px;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  overflow-y: auto;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm::-webkit-scrollbar:horizontal {
  height: 6px;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm:hover::-webkit-scrollbar-button {
  display: none;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm:hover::-webkit-scrollbar-corner {
  display: none;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm .ChatList-module--top-loading--Bnbxh,
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm .ChatList-module--bottom-loading--w98Tk {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm .ChatList-module--top-loading--Bnbxh .ChatList-module--loading-icon--ytdqp,
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm .ChatList-module--bottom-loading--w98Tk .ChatList-module--loading-icon--ytdqp {
  animation: ChatList-module--spin--BLTeI 1s linear infinite;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm .ChatList-module--chat--B2qpS {
  padding: 11px 12px 11px 8px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-color: #ffffff;
  cursor: pointer;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm .ChatList-module--chat--B2qpS:hover {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm .ChatList-module--chat--B2qpS.ChatList-module--active--1Zl32 {
  background-color: #f2f5ff;
  background-color: var(--Brand-1, #f2f5ff);
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm .ChatList-module--chat--B2qpS .ChatList-module--avatar--QQ\+W9 {
  display: flex;
  flex-shrink: 0;
  margin-right: 12px;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm .ChatList-module--chat--B2qpS .ChatList-module--content--uBOmV {
  flex-grow: 1;
  overflow: hidden;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm .ChatList-module--chat--B2qpS .ChatList-module--content--uBOmV .ChatList-module--header--fmQIf {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm .ChatList-module--chat--B2qpS .ChatList-module--content--uBOmV .ChatList-module--header--fmQIf .ChatList-module--contact-name--c93Rz {
  flex-grow: 1;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm .ChatList-module--chat--B2qpS .ChatList-module--content--uBOmV .ChatList-module--header--fmQIf .ChatList-module--chat-time--20C6H {
  flex-shrink: 0;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-size: 12px;
  line-height: 20px;
  margin-left: 6px;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm .ChatList-module--chat--B2qpS .ChatList-module--content--uBOmV .ChatList-module--body--nor\+6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm .ChatList-module--chat--B2qpS .ChatList-module--content--uBOmV .ChatList-module--body--nor\+6 .ChatList-module--message--jDeG9 {
  flex-grow: 1;
  height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 20px;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--chat-list-wrapper--u6Urm .ChatList-module--chat--B2qpS .ChatList-module--content--uBOmV .ChatList-module--body--nor\+6 .ChatList-module--unread-count--DC\+6N {
  flex-shrink: 0;
  min-width: 16px;
  text-align: center;
  padding: 0 4px;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  border-radius: 8px;
  background-color: #fe5b4c;
  background-color: var(--Error-6, #fe5b4c);
  margin-left: 6px;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--back-top--Q\+oyD {
  position: absolute;
  cursor: pointer;
  right: 16px;
  bottom: 20px;
}
.ChatList-module--chat-list-container--UCHqt .ChatList-module--back-top--Q\+oyD.ChatList-module--red-point--Fsiz9::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f74f4f;
}

.ChatList-module--ellipsis--e6b6B {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hover-shuru:hover * {
  stroke: #4c6aff;
}
.ChatFile-module--chat-file--tTwQH {
  padding: 16px;
  width: 280px;
  display: flex;
  align-items: flex-start;
  border: 0.5px solid #f6f7fa;
  border: 0.5px solid var(--Fill-2, #f6f7fa);
  border-radius: 8px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  overflow: hidden;
}
.ChatFile-module--chat-file--tTwQH.ChatFile-module--downloadable--gRebx {
  cursor: pointer;
}
.ChatFile-module--chat-file--tTwQH .ChatFile-module--icon--aJ4-F {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 6px;
}
.ChatFile-module--chat-file--tTwQH .ChatFile-module--content--c4qL9 {
  flex-grow: 1;
  overflow: hidden;
}
.ChatFile-module--chat-file--tTwQH .ChatFile-module--content--c4qL9 .ChatFile-module--header--t0X86 {
  margin-bottom: 2px;
}
.ChatFile-module--chat-file--tTwQH .ChatFile-module--content--c4qL9 .ChatFile-module--header--t0X86 .ChatFile-module--file-name--FFB45 {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ChatFile-module--chat-file--tTwQH .ChatFile-module--content--c4qL9 .ChatFile-module--body--239Cd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ChatFile-module--chat-file--tTwQH .ChatFile-module--content--c4qL9 .ChatFile-module--body--239Cd .ChatFile-module--file-size--gv8aK {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-size: 12px;
  line-height: 16px;
}
.FilePreview-module--file-preview---4EdG .ant-modal-body {
  padding: 8px 20px !important;
  max-height: none !important;
}
.FilePreview-module--file-preview---4EdG .ant-modal-body .FilePreview-module--image--7Bo\+M,
.FilePreview-module--file-preview---4EdG .ant-modal-body .FilePreview-module--video--Janv6 {
  display: block;
  max-width: 100%;
  max-height: 360px;
  margin: 0 auto;
}
.FilePreview-module--file-preview---4EdG .ant-modal-body .FilePreview-module--video--Janv6 {
  max-width: 100%;
  max-height: 200px;
}
.FilePreview-module--file-preview---4EdG .ant-modal-body .FilePreview-module--caption--FRW7l {
  margin-top: 8px;
}
.FilePreview-module--file-preview---4EdG .ant-modal-body .FilePreview-module--file-name--Qx3p1,
.FilePreview-module--file-preview---4EdG .ant-modal-body .FilePreview-module--file-size--I8W84 {
  word-break: break-all;
}
.FilePreview-module--file-preview---4EdG .ant-modal-body .FilePreview-module--file-name--Qx3p1 {
  margin-top: 8px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.FilePreview-module--file-preview---4EdG .ant-modal-body .FilePreview-module--file-size--I8W84 {
  margin-top: 4px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 20px;
}
.FilePreview-module--file-preview---4EdG .ant-modal-body .FilePreview-module--file--6l2ew {
  width: 100%;
}
.EditorTextTransConfig-module--editorTextTransConfig--84T6V {
  padding-left: 8px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.EditorTextTransConfig-module--editorTextTransConfig--84T6V .EditorTextTransConfig-module--label--8P4gr {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-size: 14px;
  line-height: 22px;
}
.EditorTextTransConfig-module--editorTextTransConfig--84T6V .EditorTextTransConfig-module--select--7Dcrz {
  min-width: 72px;
}
.EditorTextTransConfig-module--editorTextTransConfig--84T6V .EditorTextTransConfig-module--select--7Dcrz .ant-select-selector {
  padding-right: 28px !important;
}
.EditorTextTransConfig-module--editorTextTransConfig--84T6V .EditorTextTransConfig-module--select--7Dcrz .ant-select-selection-item {
  padding-right: 0 !important;
}
.EditorTextTransConfig-module--editorTextTransConfig--84T6V .EditorTextTransConfig-module--select--7Dcrz .ant-select-arrow {
  top: 14px !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.ChatEditor-module--chat-editor--llwUN {
  background-color: #ffffff;
}
.ChatEditor-module--chat-editor--llwUN .ChatEditor-module--original--DzNlC,
.ChatEditor-module--chat-editor--llwUN .ChatEditor-module--editor--6j8h\+ {
  padding: 12px 20px !important;
  border: none !important;
  background-color: #fff !important;
}
.ChatEditor-module--chat-editor--llwUN .ChatEditor-module--transDivider--\+dAoN {
  height: 1px;
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
}
.ChatEditor-module--chat-editor--llwUN .ChatEditor-module--footer--nma\+M {
  padding: 0 20px 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ChatEditor-module--chat-editor--llwUN .ChatEditor-module--footer--nma\+M .ChatEditor-module--options--OGiYC {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.ChatEditor-module--chat-editor--llwUN .ChatEditor-module--footer--nma\+M .ChatEditor-module--options--OGiYC .ChatEditor-module--option--\+n8dN {
  margin-right: 16px;
  cursor: pointer;
}
.ChatEditor-module--chat-editor--llwUN .ChatEditor-module--footer--nma\+M .ChatEditor-module--options--OGiYC .ChatEditor-module--emoji-wrapper---9IMT {
  position: relative;
  cursor: default;
  z-index: 1;
}
.ChatEditor-module--chat-editor--llwUN .ChatEditor-module--footer--nma\+M .ChatEditor-module--options--OGiYC .ChatEditor-module--emoji-wrapper---9IMT > div {
  display: flex;
}
.ChatEditor-module--chat-editor--llwUN .ChatEditor-module--footer--nma\+M .ChatEditor-module--options--OGiYC .ChatEditor-module--emoji-trigger--Sbb6a {
  cursor: pointer;
}
.ChatEditor-module--chat-editor--llwUN .ChatEditor-module--footer--nma\+M .ChatEditor-module--options--OGiYC .ChatEditor-module--emoji-popper--AuJnk {
  position: absolute;
  left: 0;
  bottom: 28px;
}
.ChatEditor-module--chat-editor--llwUN .ChatEditor-module--footer--nma\+M .ChatEditor-module--options--OGiYC .ChatEditor-module--transTrigger--VTzOj {
  font-size: 24px;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
}
.ChatEditor-module--chat-editor--llwUN .ChatEditor-module--footer--nma\+M .ChatEditor-module--options--OGiYC .ChatEditor-module--transTrigger--VTzOj.ChatEditor-module--active--NBKqQ {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.ChatEditor-module--chat-editor--llwUN .ChatEditor-module--footer--nma\+M .ChatEditor-module--text-exceeded-tip--XUJHV {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-size: 12px;
  line-height: 16px;
  margin-left: 8px;
}
.ChatEditor-module--chat-editor--llwUN .ChatEditor-module--footer--nma\+M .ChatEditor-module--send--HZLw8 {
  margin-left: 8px;
}

.ChatEditor-module--chat-editor--llwUN.ChatEditor-module--disabled--umyBg {
  cursor: not-allowed;
}
.ChatEditor-module--chat-editor--llwUN.ChatEditor-module--disabled--umyBg .ChatEditor-module--emoji-trigger--Sbb6a {
  cursor: not-allowed !important;
}
.ChatEditor-module--chat-editor--llwUN.ChatEditor-module--disabled--umyBg .ChatEditor-module--option--\+n8dN {
  opacity: 0.5;
  cursor: not-allowed !important;
}
@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;
}
.MessageRenderer-module--message-renderer--MYeGJ {
  position: relative;
}
.MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--text--2x8ON {
  padding: 8px 12px;
  color: #272e47;
  font-size: 14px;
  line-height: 22px;
  border-radius: 8px;
  word-break: break-all;
  min-height: 38px;
  max-width: min(80%, 800px);
}
.MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--text--2x8ON.MessageRenderer-module--receive--\+I69s {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  border-top-left-radius: 2px;
}
.MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--text--2x8ON.MessageRenderer-module--send--9HYY\+ {
  background-color: #f2f5ff;
  background-color: var(--Brand-1, #f2f5ff);
  border-top-right-radius: 2px;
}
.MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--text--2x8ON .MessageRenderer-module--originText--4olfo {
  word-break: break-all;
  white-space: pre-line;
}
.MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--text--2x8ON .MessageRenderer-module--transedText--yGhKf {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
  word-break: break-all;
  white-space: pre-line;
}
.MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--text--2x8ON .MessageRenderer-module--transedText--yGhKf .MessageRenderer-module--icon--KqNxK {
  color: #94a6ff;
  color: var(--Brand-4, #94a6ff);
  font-size: 20px;
  margin-right: 4px;
}
.MessageRenderer-module--message-renderer--MYeGJ .MessageRenderer-module--caption--VC-iV {
  word-break: break-all;
  white-space: pre-line;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--image-wrapper--gRVDT, .MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--video-wrapper--Gdh5\+ {
  max-width: 268px;
  padding: 8px;
  border-radius: 4px;
}
.MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--image-wrapper--gRVDT.MessageRenderer-module--receive--\+I69s, .MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--video-wrapper--Gdh5\+.MessageRenderer-module--receive--\+I69s {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  border-top-left-radius: 2px;
}
.MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--image-wrapper--gRVDT.MessageRenderer-module--send--9HYY\+, .MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--video-wrapper--Gdh5\+.MessageRenderer-module--send--9HYY\+ {
  background-color: #f2f5ff;
  background-color: var(--Brand-1, #f2f5ff);
  border-top-right-radius: 0px;
}
.MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--image-wrapper--gRVDT .MessageRenderer-module--image--Y5iVN,
.MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--image-wrapper--gRVDT .MessageRenderer-module--video--XO082, .MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--video-wrapper--Gdh5\+ .MessageRenderer-module--image--Y5iVN,
.MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--video-wrapper--Gdh5\+ .MessageRenderer-module--video--XO082 {
  display: block;
  max-width: 100%;
  max-height: 236px;
  cursor: pointer;
  margin: 0 auto;
}
.MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--image-wrapper--gRVDT .MessageRenderer-module--caption--VC-iV, .MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--video-wrapper--Gdh5\+ .MessageRenderer-module--caption--VC-iV {
  margin-top: 4px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  line-height: 22px;
}
.MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--audio--bm9aN {
  overflow: hidden;
}
.MessageRenderer-module--message-renderer--MYeGJ.MessageRenderer-module--audio--bm9aN audio {
  display: block;
  max-width: 280px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
@keyframes Message-module--spin--r-llu {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.Message-module--message-wrapper--9zaf8 {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.Message-module--message-wrapper--9zaf8:hover .Message-module--content--0U16D .Message-module--title--JBCmw .Message-module--time--6pTZ6 {
  display: inline;
}
.Message-module--message-wrapper--9zaf8.Message-module--receive--S2fQV {
  padding-right: 40px;
}
.Message-module--message-wrapper--9zaf8.Message-module--receive--S2fQV .Message-module--avatar--lXq5y {
  margin-right: 8px;
}
.Message-module--message-wrapper--9zaf8.Message-module--receive--S2fQV .Message-module--time--6pTZ6 {
  margin-left: 4px;
}
.Message-module--message-wrapper--9zaf8.Message-module--send--NgGpM {
  padding-left: 40px;
}
.Message-module--message-wrapper--9zaf8.Message-module--send--NgGpM .Message-module--avatar--lXq5y {
  margin-left: 8px;
}
.Message-module--message-wrapper--9zaf8.Message-module--send--NgGpM .Message-module--title--JBCmw {
  text-align: right;
}
.Message-module--message-wrapper--9zaf8.Message-module--send--NgGpM .Message-module--title--JBCmw .Message-module--time--6pTZ6 {
  margin-right: 4px;
}
.Message-module--message-wrapper--9zaf8.Message-module--send--NgGpM .Message-module--message--eadmY {
  justify-content: flex-end;
}
.Message-module--message-wrapper--9zaf8 .Message-module--avatar--lXq5y {
  flex-shrink: 0;
  display: flex;
  margin-top: 20px;
}
.Message-module--message-wrapper--9zaf8 .Message-module--content--0U16D {
  flex-grow: 1;
  overflow: hidden;
}
.Message-module--message-wrapper--9zaf8 .Message-module--content--0U16D .Message-module--title--JBCmw {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
.Message-module--message-wrapper--9zaf8 .Message-module--content--0U16D .Message-module--title--JBCmw .Message-module--time--6pTZ6 {
  display: none;
}
.Message-module--message-wrapper--9zaf8 .Message-module--content--0U16D .Message-module--message--eadmY {
  display: flex;
}
.Message-module--message-wrapper--9zaf8 .Message-module--content--0U16D .Message-module--status--2D5NA {
  position: absolute;
  right: 32px;
  bottom: -8px;
}
.Message-module--message-wrapper--9zaf8 .Message-module--content--0U16D .Message-module--spining--l-vUw {
  animation: Message-module--spin--r-llu 1s linear infinite;
}

.Message-module--ellipsis--rE75X {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MessageTransTrigger-module--messageTransTrigger--xWAn3 {
  padding-left: 8px;
  display: flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 0 4px 4px 0;
  border-left: 0;
  background-color: #fff;
}
.MessageTransTrigger-module--messageTransTrigger--xWAn3 .MessageTransTrigger-module--text--ACNXu {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  line-height: 22px;
}
.MessageTransTrigger-module--messageTransTrigger--xWAn3 .MessageTransTrigger-module--label--9yM8Z {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.MessageTransTrigger-module--messageTransTrigger--xWAn3 .MessageTransTrigger-module--switch--55Ax0 {
  margin: 0 4px;
}
.MessageTransTrigger-module--messageTransTrigger--xWAn3 .MessageTransTrigger-module--divider--EJtPn {
  width: 1px;
  height: 12px;
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
  margin-right: 8px;
}
.MessageTransTrigger-module--messageTransTrigger--xWAn3 .MessageTransTrigger-module--select--ISOcd {
  min-width: 72px;
}
.MessageTransTrigger-module--messageTransTrigger--xWAn3 .MessageTransTrigger-module--select--ISOcd .ant-select-selector {
  padding-right: 28px !important;
}
.MessageTransTrigger-module--messageTransTrigger--xWAn3 .MessageTransTrigger-module--select--ISOcd .ant-select-selection-item {
  padding-right: 0 !important;
}
.MessageTransTrigger-module--messageTransTrigger--xWAn3 .MessageTransTrigger-module--select--ISOcd .ant-select-arrow {
  top: 14px !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
@keyframes ChatContent-module--spin--eiNsf {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ChatContent-module--chat-content--82z86 {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--empty-wrapper--nytkd {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--empty-wrapper--nytkd .ChatContent-module--empty--s3ikQ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--empty-wrapper--nytkd .ChatContent-module--empty--s3ikQ .ChatContent-module--empty-image--ol5kw {
  width: 150px;
  height: 150px;
  margin-bottom: 24px;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--empty-wrapper--nytkd .ChatContent-module--empty--s3ikQ .ChatContent-module--empty-title--7iPQp {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 12px;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--empty-wrapper--nytkd .ChatContent-module--empty--s3ikQ .ChatContent-module--empty-tip--3sDSA {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--header--s7Ut7 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
  background-color: #ffffff;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--header--s7Ut7 .ChatContent-module--avatar--6F9dQ {
  flex-shrink: 0;
  display: flex;
  margin-right: 12px;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--header--s7Ut7 .ChatContent-module--title--SxYbi {
  flex-grow: 1;
  overflow: hidden;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--header--s7Ut7 .ChatContent-module--title--SxYbi .ChatContent-module--contact-name--chv2x {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--header--s7Ut7 .ChatContent-module--title--SxYbi .ChatContent-module--contact-description--h1PgA {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-size: 12px;
  line-height: 16px;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt {
  display: flex;
  flex-grow: 1;
  background-color: #ffffff;
  overflow: hidden;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  flex-grow: 1;
  overflow: auto;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj::-webkit-scrollbar:horizontal {
  height: 6px;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj:hover::-webkit-scrollbar-button {
  display: none;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj:hover::-webkit-scrollbar-corner {
  display: none;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj .ChatContent-module--top-loading--Q7Ecw {
  min-width: 400px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj .ChatContent-module--top-loading--Q7Ecw .ChatContent-module--loading-icon--fQNXh {
  animation: ChatContent-module--spin--eiNsf 1s linear infinite;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj .ChatContent-module--initing-wrapper--kZknF {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj .ChatContent-module--initing-wrapper--kZknF .ChatContent-module--loading-icon--fQNXh {
  animation: ChatContent-module--spin--eiNsf 1s linear infinite;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj .ChatContent-module--message-list--cadZz {
  min-width: 400px;
  padding: 12px 20px 20px;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--message-list-wrapper--98cVj .ChatContent-module--message-list--cadZz .ChatContent-module--message--Zj9MB + .ChatContent-module--message--Zj9MB {
  margin-top: 20px;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--messageTransWrapper--p60uA {
  position: relative;
  flex-shrink: 0;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--messageTransWrapper--p60uA .ChatContent-module--messageTransTrigger--EO0Qj {
  position: absolute;
  left: 0;
  bottom: 4px;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--extra-content--xFQEr {
  flex-shrink: 0;
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--content--8KeDY .ChatContent-module--editor--6-A\+t {
  flex-shrink: 0;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
}
.ChatContent-module--chat-content--82z86 .ChatContent-module--body--RWjUt .ChatContent-module--sidebar--573-p {
  flex-shrink: 0;
  height: 100%;
}

.ChatContent-module--ellipsis--6iuk2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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;
}
.advertisingReminder-module--advertisingReminder---URfX {
  position: relative;
  background: #ffffff;
  background: var(--white, #ffffff);
  height: 100%;
  overflow-y: auto;
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--bor1--Rs8LX,
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--bor2--TD1mj,
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--bor3--vhV3p,
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--bor4--U\+yRe {
  position: fixed;
  background: #e1e3e8;
  z-index: 3;
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--bor1--Rs8LX {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--bor2--TD1mj {
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--bor3--vhV3p {
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--bor4--U\+yRe {
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--reminderHead--YOWBW {
  width: 100%;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  background: #ffffff;
  background: var(--white, #ffffff);
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--reminderHead--YOWBW .advertisingReminder-module--headTitle--gUSPy {
  color: #272e47;
  color: var(--Text-5, #272e47);
  flex: 1 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--reminderHead--YOWBW .advertisingReminder-module--close--br3oX {
  cursor: pointer;
  font-size: 16px;
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--reminderList--FR0U4 {
  padding: 0 20px;
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--reminderList--FR0U4 .advertisingReminder-module--reminder--btD5B {
  padding: 20px 0;
  border-bottom: 1px solid rgb(235, 237, 242);
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--reminderList--FR0U4 .advertisingReminder-module--reminder--btD5B:nth-child(1) {
  padding-top: 0;
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--reminderList--FR0U4 .advertisingReminder-module--reminder--btD5B:nth-last-child(1) {
  border-bottom: none;
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--reminderList--FR0U4 .advertisingReminder-module--reminder--btD5B .advertisingReminder-module--reminderTitle--sp7MQ {
  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;
  word-break: break-all;
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--reminderList--FR0U4 .advertisingReminder-module--reminder--btD5B .advertisingReminder-module--reminderTitle--sp7MQ .advertisingReminder-module--reminderTimeLeft--kuLY8 {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--reminderList--FR0U4 .advertisingReminder-module--reminder--btD5B .advertisingReminder-module--reminderTitle--sp7MQ .advertisingReminder-module--reminderName--9wc8g {
  font-weight: 500;
  color: #080b19;
  color: var(--Text-6, #080b19);
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--reminderList--FR0U4 .advertisingReminder-module--reminder--btD5B .advertisingReminder-module--reminderDesc--QypCO {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  color: #545a6e;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 130px;
  min-height: 44px;
  word-break: break-all;
  white-space: pre-line;
  /* -webkit-line-clamp: 4; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  position: relative;
  overflow-y: auto;
  text-align: justify;
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--reminderList--FR0U4 .advertisingReminder-module--reminder--btD5B .advertisingReminder-module--reminderSponsor--065O2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.advertisingReminder-module--advertisingReminder---URfX .advertisingReminder-module--reminderList--FR0U4 .advertisingReminder-module--reminder--btD5B .advertisingReminder-module--buttArea--P-L1W {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: auto;
}

.advertisingReminder-module--advertisingImageReminder--dClL6 {
  position: relative;
  background: #ffffff;
  background: var(--white, #ffffff);
  height: 202px;
  overflow: hidden;
}
.advertisingReminder-module--advertisingImageReminder--dClL6 .advertisingReminder-module--imageReminder--uUSXY {
  width: 100%;
  height: 100%;
}
.advertisingReminder-module--advertisingImageReminder--dClL6 .advertisingReminder-module--imageReminder--uUSXY:hover .advertisingReminder-module--imageReminderHead--oDn\+g .advertisingReminder-module--imageCloseWrapper--P7YcN {
  display: flex;
}
.advertisingReminder-module--advertisingImageReminder--dClL6 .advertisingReminder-module--imageReminder--uUSXY .advertisingReminder-module--imageReminderHead--oDn\+g {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.advertisingReminder-module--advertisingImageReminder--dClL6 .advertisingReminder-module--imageReminder--uUSXY .advertisingReminder-module--imageReminderHead--oDn\+g .advertisingReminder-module--imageCloseWrapper--P7YcN {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.advertisingReminder-module--advertisingImageReminder--dClL6 .advertisingReminder-module--imageReminder--uUSXY .advertisingReminder-module--imageReminderHead--oDn\+g .advertisingReminder-module--imageClose--ec3ZC {
  font-size: 18px;
}
.advertisingReminder-module--advertisingImageReminder--dClL6 .advertisingReminder-module--imageReminder--uUSXY .advertisingReminder-module--imageReminderImage--obUug {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-user-drag: none;
  cursor: pointer;
}
.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;
}
.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%;
  }
}
.index-module--alertModal--5PhEn {
  width: 280px;
  height: 138px;
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 8px;
  background: #f8fcff;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  background-image: url(/static/alert-modal-bg-4bcd912982ce29c551c10ad69cbcdd60.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  will-change: opacity, transform;
}
.index-module--alertModal--5PhEn .index-module--closeIcon--PR0ZU {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
  padding-right: 12px;
}
.index-module--alertModal--5PhEn .index-module--closeIcon--PR0ZU > span {
  cursor: pointer;
}
.index-module--alertModal--5PhEn .index-module--mainContent--9yLQH {
  width: 100%;
  padding: 0px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #272e47;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 14px;
}
.index-module--alertModal--5PhEn .index-module--buttonGroup--xtB1V {
  width: 100%;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 20px;
  gap: 20px;
}
.index-module--alertModal--5PhEn .index-module--buttonGroup--xtB1V .index-module--cancelBtn--QIZEM {
  color: #272e47;
  text-align: right;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
.index-module--alertModal--5PhEn .index-module--buttonGroup--xtB1V .index-module--cancelBtn--QIZEM:hover {
  color: #545a6e;
}
.index-module--alertModal--5PhEn .index-module--buttonGroup--xtB1V .index-module--cancelBtn--QIZEM:active {
  color: #272e47;
}
.index-module--alertModal--5PhEn .index-module--buttonGroup--xtB1V .index-module--publishBtn--mDKBK {
  width: 64px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: linear-gradient(180deg, #4ca9ff 0%, #4c6aff 100%);
  color: #fff;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  opacity: 1;
  cursor: pointer;
}
.index-module--alertModal--5PhEn .index-module--buttonGroup--xtB1V .index-module--publishBtn--mDKBK:hover {
  opacity: 0.8;
  background: linear-gradient(180deg, #4ca9ff 0%, #4c6aff 100%);
}
.index-module--alertModal--5PhEn .index-module--buttonGroup--xtB1V .index-module--publishBtn--mDKBK:active {
  background: linear-gradient(180deg, #4ca9ff 0%, #4c6aff 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;
}
.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;
}
.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%;
}
.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;
}
.compare-module--num-wrapper--UttAD {
  width: 100%;
  border-radius: 4px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.compare-module--num-wrapper--UttAD .compare-module--title--7Q\+UE {
  z-index: 10;
  display: flex;
  align-items: center;
  height: 22px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin: 0;
}
.compare-module--num-wrapper--UttAD .compare-module--title--7Q\+UE .compare-module--line--rqMRM {
  width: 3px;
  height: 16px;
  border-radius: 2px;
  background-color: #00ccaa;
  background-color: var(--Avatar-2, #00ccaa);
  margin-right: 6px;
}
.compare-module--num-wrapper--UttAD .compare-module--num-progress--5levG {
  padding: 0 5px;
  margin-top: 67px;
  white-space: nowrap;
}
.compare-module--num-wrapper--UttAD .compare-module--num-progress--5levG .compare-module--progress--tVkY2 {
  height: 2px;
  width: 100%;
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
  position: relative;
}
.compare-module--num-wrapper--UttAD .compare-module--num-progress--5levG .compare-module--progress--tVkY2 .compare-module--percent--1yFtH {
  position: absolute;
  height: 2px;
  top: 0;
  left: 0;
  background-color: #0fd683;
  background-color: var(--Success-6, #0fd683);
}
.compare-module--num-wrapper--UttAD .compare-module--num-progress--5levG .compare-module--progress--tVkY2 .compare-module--percent--1yFtH .compare-module--start--qFu3o,
.compare-module--num-wrapper--UttAD .compare-module--num-progress--5levG .compare-module--progress--tVkY2 .compare-module--percent--1yFtH .compare-module--info--XZ5a7,
.compare-module--num-wrapper--UttAD .compare-module--num-progress--5levG .compare-module--progress--tVkY2 .compare-module--percent--1yFtH .compare-module--end--0xe\+X {
  position: absolute;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  top: 7px;
}
.compare-module--num-wrapper--UttAD .compare-module--num-progress--5levG .compare-module--progress--tVkY2 .compare-module--percent--1yFtH .compare-module--start--qFu3o {
  left: -4px;
}
.compare-module--num-wrapper--UttAD .compare-module--num-progress--5levG .compare-module--progress--tVkY2 .compare-module--percent--1yFtH .compare-module--info--XZ5a7 {
  display: flex;
  left: 0;
  width: 100%;
  justify-content: center;
}
.compare-module--num-wrapper--UttAD .compare-module--num-progress--5levG .compare-module--progress--tVkY2 .compare-module--percent--1yFtH .compare-module--end--0xe\+X {
  right: -4px;
}
.compare-module--num-wrapper--UttAD .compare-module--num-progress--5levG .compare-module--progress--tVkY2 .compare-module--value-circle--lh9h0 {
  border: 2px solid #0fd683;
  border: 2px solid var(--Success-6, #0fd683);
  border-radius: 4px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -3px;
  background-color: #fff;
}
.compare-module--num-wrapper--UttAD .compare-module--num-progress--5levG .compare-module--progress--tVkY2 .compare-module--value-circle--lh9h0 .compare-module--value-circle-info--Cx\+DC {
  font-family: DIN Alternate;
  font-size: 24px;
  font-weight: 700;
  color: #0dc076;
  color: var(--Success-7, #0dc076);
  height: 28px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: -40px;
  left: -50%;
  transform: translateX(-50%);
  margin: 0;
}
.compare-module--num-wrapper--UttAD .compare-module--num-progress--5levG .compare-module--progress--tVkY2 .compare-module--value-circle--lh9h0 .compare-module--value-circle-info--Cx\+DC .compare-module--unit--dAFmN {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  margin-left: 2px;
}

.compare-module--progress-wrapper--JhIL- {
  width: 100%;
  border-radius: 4px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.compare-module--progress-wrapper--JhIL- .compare-module--title--7Q\+UE {
  display: flex;
  align-items: center;
  height: 22px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin: 0;
}
.compare-module--progress-wrapper--JhIL- .compare-module--title--7Q\+UE .compare-module--line--rqMRM {
  width: 3px;
  height: 16px;
  border-radius: 2px;
  background-color: #fe6c5e;
  background-color: var(--Avatar-3, #fe6c5e);
  margin-right: 6px;
}
.compare-module--progress-wrapper--JhIL- .compare-module--progress-list--pQvcK {
  padding: 30px 24px 0px 0;
  position: relative;
}
.compare-module--progress-wrapper--JhIL- .compare-module--progress-list--pQvcK .compare-module--progress-item--X0L2k {
  display: flex;
  margin-bottom: 3px;
}
.compare-module--progress-wrapper--JhIL- .compare-module--progress-list--pQvcK .compare-module--progress-item--X0L2k .compare-module--intro--w6yss {
  width: 80px;
  display: flex;
  justify-content: flex-end;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  line-height: 28px;
  padding-right: 8px;
  margin: 0;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.compare-module--progress-wrapper--JhIL- .compare-module--progress-list--pQvcK .compare-module--progress-item--X0L2k .compare-module--progress--tVkY2 {
  flex: 1 1;
}
.compare-module--progress-wrapper--JhIL- .compare-module--progress-list--pQvcK .compare-module--progress-item--X0L2k .compare-module--progress--tVkY2 .ant-progress-inner {
  border-radius: 0;
}
.compare-module--progress-wrapper--JhIL- .compare-module--progress-list--pQvcK .compare-module--progress-item--X0L2k .compare-module--progress--tVkY2 .ant-progress-bg {
  border-radius: 0 2px 2px 0 !important;
}
.compare-module--progress-wrapper--JhIL- .compare-module--progress-list--pQvcK .compare-module--progress-item--X0L2k .compare-module--progress-format--kuCon {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: DIN Alternate;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.compare-module--progress-wrapper--JhIL- .compare-module--progress-list--pQvcK .compare-module--line--rqMRM {
  position: absolute;
  width: 1px;
  background-color: #e1e3e8;
  left: 80px;
  top: 30px;
  bottom: 27px;
  margin: 0;
}

.compare-module--bar-wrapper--AxjMD {
  width: 100%;
  border-radius: 4px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.compare-module--bar-wrapper--AxjMD .compare-module--title--7Q\+UE {
  display: flex;
  align-items: center;
  height: 22px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin: 0;
}
.compare-module--bar-wrapper--AxjMD .compare-module--title--7Q\+UE .compare-module--line--rqMRM {
  width: 3px;
  height: 16px;
  border-radius: 2px;
  margin-right: 6px;
}
.compare-module--bar-wrapper--AxjMD .compare-module--bar--FBTP4 {
  height: 180px;
}

.compare-module--multi-bar-wrapper--KSMvn {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  position: relative;
}
.compare-module--multi-bar-wrapper--KSMvn .compare-module--title--7Q\+UE {
  z-index: 10;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 22px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin: 0;
}
.compare-module--multi-bar-wrapper--KSMvn .compare-module--title--7Q\+UE .compare-module--line--rqMRM {
  width: 3px;
  height: 16px;
  border-radius: 2px;
  margin-right: 6px;
  background-color: #a259ff;
  background-color: var(--Avatar-5, #a259ff);
}
.compare-module--multi-bar-wrapper--KSMvn .compare-module--bar--FBTP4 {
  height: 100%;
}
@charset "UTF-8";
.TaskDiagnosis-module--wrap---fmlZ {
  padding: 16px;
  height: 100%;
  background: #f6f7fa;
  background: var(--fill-2, #f6f7fa);
  display: flex;
  flex-direction: column;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--header--vf9vw {
  padding: 4px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--header-left--Ln92I .TaskDiagnosis-module--breadcrumb--yBg46 {
  cursor: pointer;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--header-right--qf\+be {
  color: #b7bac2;
  color: var(--text-1, #b7bac2);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d {
  flex: 1 1;
  height: 0;
  overflow-y: auto;
  margin: 0 -16px;
  padding: 0 16px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section--1Cdnf {
  padding: 12px 0 20px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-header--rMfGv {
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/H1.4-Med16 */
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-header--rMfGv .TaskDiagnosis-module--header-tips--h9PXV {
  display: flex;
  align-items: center;
  padding: 4px 8px 4px 6px;
  border-radius: 4px;
  background: #fff0db;
  background: var(--warning-2, #fff0db);
  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;
  margin-left: 8px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-header--rMfGv .TaskDiagnosis-module--header-tips-icon--Fm1rF {
  margin-right: 4px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq {
  border-radius: 4px;
  background: #fff;
  background: var(--unnamed, #fff);
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--info--AyJF0 {
  margin-top: 4px;
  display: flex;
  align-content: center;
  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;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--info--AyJF0 .TaskDiagnosis-module--mark--v-cf9 {
  color: #fe5b4c;
  color: var(--error-6, #fe5b4c);
  margin: 0 4px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--info1--FVigk {
  margin-top: 0;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--tips-item--OHxHw {
  border-radius: 4px;
  background: #f6f7fa;
  background: var(--fill-2, #f6f7fa);
  padding: 6px 16px;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--tips-item-info--9mILr {
  flex: 1 1;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--tips-item-info-icon--q0nOz {
  width: 16px;
  height: 16px;
  color: #fe5b4c;
  margin-right: 4px;
  position: absolute;
  top: 4px;
  left: 0;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--tips-item-info-icon2--KG42C {
  color: #ffb54c;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--tips-item-info--9mILr .TaskDiagnosis-module--hide--GtxtB {
  visibility: hidden;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--tips-item-info-title--XrmVQ {
  color: #272e47;
  color: var(--text-5, #272e47);
  text-align: justify;
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  padding-left: 20px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--tips-item-info-bottom--Eun2E {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  margin-right: -10px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--tips-item-info-bottom--Eun2E .TaskDiagnosis-module--ellipsis--AHTuN {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--tips-item-info-bottom--Eun2E .TaskDiagnosis-module--tips-bottom-info--DvD9U {
  color: #cc913d;
  color: var(--label-43, #cc913d);
  text-align: justify;
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
  white-space: nowrap;
  margin-top: 4px;
  margin-right: 10px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--tips-item-info-bottom--Eun2E a {
  margin-top: 4px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--tips-item-info-bottom--Eun2E .TaskDiagnosis-module--tips-bottom-icon--Z-h3z {
  margin-left: 4px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content-header1--hMK8Q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 13px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content-header1--hMK8Q > div {
  margin: 0;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content-header--KIQTJ {
  margin-bottom: 18px;
  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;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--header-select--yr\+Gb {
  width: 200px;
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--line-3, #e1e3e8);
  background: #fff;
  background: var(--unnamed, #fff);
  display: flex;
  align-items: center;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--header-select--yr\+Gb > div {
  flex-shrink: 0;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--header-select--yr\+Gb .TaskDiagnosis-module--select-icon--0iMmN {
  padding: 0 8px 0 10px;
  color: #6f7485;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--header-select--yr\+Gb .TaskDiagnosis-module--line--1dT9w {
  width: 1px;
  height: 16px;
  background: #e1e3e8;
  background: var(--line-3, #e1e3e8);
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--overview--Y39h0 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 12px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--overview-item--igHSW {
  background-color: #f6f7fa;
  background-color: var(--fill-2, #f6f7fa);
  height: 90px;
  padding: 12px;
  display: flex;
  position: relative;
  flex: 1 1;
  border-radius: 4px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--overview-item-icon--Uozz1 {
  height: 48px;
  width: 48px;
  margin-right: 4px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--overview-item-right---mPM6 .TaskDiagnosis-module--item-title--psoHO {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 6px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--overview-item-right---mPM6 .TaskDiagnosis-module--item-count--lNPHD {
  color: #272e47;
  color: var(--text-5, #272e47);
  font-family: LX-numbers;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
  margin-bottom: 6px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--overview-item-right---mPM6 .TaskDiagnosis-module--item-sub--8b3TK {
  display: flex;
  align-items: center;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--overview-item-right---mPM6 .TaskDiagnosis-module--item-sub-title--PiD9k {
  color: #747a8c;
  color: var(--text-3, #747a8c);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--overview-item-right---mPM6 .TaskDiagnosis-module--item-sub-count--hTJ5D {
  color: #424e66;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--overview-item--igHSW .TaskDiagnosis-module--improve--kFYyt {
  position: absolute;
  right: 0;
  top: 4px;
  background-color: #deebfd;
  background-color: var(--label-11, #deebfd);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: inline-flex;
  align-items: center;
  padding: 3px 2px 3px 6px;
  flex-wrap: nowrap;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--overview-item--igHSW .TaskDiagnosis-module--improve-title---mygM {
  color: #4759b2;
  color: var(--label-13, #4759b2);
  font-feature-settings: "clig" off, "liga" off;
  font-family: PingFang SC;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-item--6B1A8 {
  flex: 1 1;
  background-color: #f8f9fa;
  border-radius: 4px;
  height: 408px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-item--6B1A8 > div {
  flex-shrink: 0;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-item-title--NCV0- {
  color: #272e47;
  color: var(--text-5, #272e47);
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-align: center;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-item--6B1A8 .TaskDiagnosis-module--pie-wrap--S7ojR {
  flex: 1 1;
  height: 276px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-item--6B1A8 .TaskDiagnosis-module--reason-suggest--s3ddB {
  border-radius: 4px;
  height: 60px;
  background-color: #fff;
  padding: 8px 12px;
  border: 0.5px solid #e1e3e8;
  border: 0.5px solid var(--line-3, #e1e3e8);
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-item--6B1A8 .TaskDiagnosis-module--reason-suggest--s3ddB > div {
  display: flex;
  align-items: center;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-item--6B1A8 .TaskDiagnosis-module--reason-suggest-top---KuNP {
  margin-bottom: 4px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-item--6B1A8 .TaskDiagnosis-module--reason-suggest-top---KuNP .TaskDiagnosis-module--reason-icon--3518k {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4c6aff;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-item--6B1A8 .TaskDiagnosis-module--reason-suggest-top---KuNP .TaskDiagnosis-module--reason-title--K1woB {
  margin-left: 4px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-item--6B1A8 .TaskDiagnosis-module--reason-suggest-bottom--73rm8 {
  padding-left: 10px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-item--6B1A8 .TaskDiagnosis-module--reason-suggest-bottom--73rm8 .TaskDiagnosis-module--bottom-item--\+6Jsx {
  flex: 1 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-item--6B1A8 .TaskDiagnosis-module--reason-suggest-bottom--73rm8 .TaskDiagnosis-module--bottom-item-label--r2K4p {
  color: #747a8c;
  color: var(--text-3, #747a8c);
  text-align: justify;
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-item--6B1A8 .TaskDiagnosis-module--reason-suggest-bottom--73rm8 .TaskDiagnosis-module--bottom-item-count--z6SEq {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-item2--MbVjw {
  height: 230px;
  padding: 16px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-item3--CsVYH {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  height: 42px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--reason-wrap--BUbk1 .TaskDiagnosis-module--reason-mark--UsUvD {
  color: #080b19;
  color: var(--text-6, #080b19);
  font-weight: 500;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--suggest--8AkrY {
  margin-top: 35px;
  position: relative;
  border-radius: 4px;
  background: #fff8ed;
  background: var(--warning-1, #fff8ed);
  padding: 16px;
  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;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content--iUdhq .TaskDiagnosis-module--suggest-tag--8wbU7 {
  position: absolute;
  top: -11px;
  left: 12px;
  padding: 0 8px;
  border-radius: 2px;
  background: #ffb54c;
  background: var(--warning-6, #ffb54c);
  color: #fff;
  color: var(--unnamed, #fff);
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap--Ng04d .TaskDiagnosis-module--section-content2--KC7Qi {
  gap: 12px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap-spin--HB6b4 {
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap-spin--HB6b4 .TaskDiagnosis-module--loading--AYw-A {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap-spin--HB6b4 .TaskDiagnosis-module--loading--AYw-A img {
  width: 130px;
  height: 130px;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap-spin--HB6b4 .TaskDiagnosis-module--loading--AYw-A .TaskDiagnosis-module--process--wT5yP {
  margin-top: 24px;
  width: 320px;
  height: 6px;
  position: relative;
  border-radius: 10px;
  background-color: #ebedf2;
  background-color: var(--fill-3, #ebedf2);
  overflow: hidden;
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap-spin--HB6b4 .TaskDiagnosis-module--loading--AYw-A .TaskDiagnosis-module--process--wT5yP .TaskDiagnosis-module--child-process--Xi5nY {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  background-color: #4c6aff;
  background-color: var(--brand-6, #4c6aff);
  transition: all 0.3s linear;
  transform: translateX(-100%);
}
.TaskDiagnosis-module--wrap---fmlZ .TaskDiagnosis-module--section-wrap-spin--HB6b4 .TaskDiagnosis-module--loading-info--CYlTh {
  margin-top: 20px;
  color: #272e47;
  text-align: center;
  /* 灵犀桌面2.0/H1.4-Med16 */
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}

.TaskDiagnosis-module--count--grjIL {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-8px);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fe5b4c;
  background: var(--error-6, #fe5b4c);
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
}

.TaskDiagnosis-module--hosting-entry-new-title---2EkD {
  display: flex;
  align-items: center;
}
.TaskDiagnosis-module--hosting-entry-new-title---2EkD .TaskDiagnosis-module--red-dot--FunAM {
  width: 6px;
  height: 6px;
  background-color: #df3e31;
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
}

.TaskDiagnosis-module--mark--v-cf9 {
  color: #fe5b4c;
  color: var(--error-6, #fe5b4c);
}

.TaskDiagnosis-module--real-conf--TV8Mf {
  width: 184px;
}

.TaskDiagnosis-module--ellipsis--AHTuN {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.TaskDiagnosis-module--table-item--WLEfF {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.TaskDiagnosis-module--table-item--WLEfF .TaskDiagnosis-module--ellipsis--AHTuN {
  flex: 1 1;
  max-width: 161px;
}
.TaskDiagnosis-module--table-item--WLEfF .ant-typography {
  margin-bottom: 0;
}
.TaskDiagnosis-module--table-item--WLEfF .ant-typography .ant-typography-copy {
  margin-left: 0;
}
.TaskDiagnosis-module--table-item--WLEfF .TaskDiagnosis-module--copy--OQYQ4 {
  margin-left: 8px;
  color: #4c6aff !important;
  color: var(--brand-6, #4c6aff) !important;
}

.TaskDiagnosis-module--tips-info--iNLUp {
  color: #b7bac2;
  color: var(--text-1, #b7bac2);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.TaskDiagnosis-module--charts-wrap--2Fsoh {
  height: 296px;
}

.TaskDiagnosis-module--link--RUHax {
  white-space: nowrap;
  display: inline-flex;
  margin-left: 12px;
}

.TaskDiagnosis-module--tips-bottom-action--8n4w2 {
  display: inline-block;
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  text-align: justify;
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
  white-space: nowrap;
}

.TaskDiagnosis-module--my-ol--z2fO6 {
  padding-left: 16px;
  margin: 0;
}

.TaskDiagnosis-module--list--pvHAU {
  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;
  list-style: disc !important;
}
.TaskDiagnosis-module--list-item--PhYqV {
  padding-left: 24px !important;
}
.TaskDiagnosis-module--list-item--PhYqV .TaskDiagnosis-module--item-line--CNvdA {
  display: flex;
  align-items: center;
}
.TaskDiagnosis-module--list-item--PhYqV .TaskDiagnosis-module--content-title--aN\+8h {
  max-width: 227px;
}

.TaskDiagnosis-module--tooltips-header--Pd1Si {
  display: flex;
  align-items: center;
}
.TaskDiagnosis-module--tooltips-header--Pd1Si .TaskDiagnosis-module--tooltips-icon--Tg8zw {
  margin-left: 4px;
}

.TaskDiagnosis-module--my-table--iNWaT .ant-table-tbody > tr > td {
  border-bottom: 1px solid #f0f0f0 !important;
  vertical-align: baseline;
}
@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 {
  border-bottom: none;
}
.defaultCCModal-wrap .ant-modal-body {
  padding-top: 10px;
}
.defaultCCModal-wrap .ant-select-selector {
  max-height: 130px;
}
.defaultCCModal-wrap .defaultCCModal-title {
  font-size: 14px;
  color: #272e47;
  color: var(--text-5, #272e47);
}
.defaultCCModal-wrap .defaultCCModal-tip {
  margin-top: 25px;
  font-size: 14px;
  color: #9fa2ad;
  color: var(--text-2, #9fa2ad);
}
.defaultCCModal-wrap .defaultCCModal-contactModel-wrap {
  margin-top: 8px;
}
.defaultCCModal-wrap .defaultCCModal-footer {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}
@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 {
  border-bottom: none;
}
.BlackListModal-wrap .ant-modal-body {
  padding-top: 10px;
}
.BlackListModal-wrap .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 {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.BlackListModal-wrap .ant-select-selector::-webkit-scrollbar:horizontal {
  height: 6px;
}
.BlackListModal-wrap .ant-select-selector:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.BlackListModal-wrap .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 {
  height: 6px;
}
.BlackListModal-wrap .ant-select-selector:hover::-webkit-scrollbar-button {
  display: none;
}
.BlackListModal-wrap .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 {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.BlackListModal-wrap .ant-select-selector:hover::-webkit-scrollbar-corner {
  display: none;
}
.BlackListModal-wrap .defaultCCModal-title {
  font-size: 14px;
  color: #272e47;
  color: var(--text-5, #272e47);
}
.BlackListModal-wrap .defaultCCModal-tip {
  margin-top: 8px;
  font-size: 14px;
  color: #9fa2ad;
  color: var(--text-2, #9fa2ad);
  margin-left: 10px;
}
.BlackListModal-wrap .defaultCCModal-contactModel-wrap {
  margin-top: 8px;
}
.BlackListModal-wrap .defaultCCModal-footer {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}
.BlackListModal-wrap .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 {
  background: rgba(247, 79, 79, 0.1);
}
.BlackListModal-wrap .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 {
  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 {
  color: #f74f4f;
}
.BlackListModal-wrap .tagWrapper .tagNameWidth {
  max-width: inherit;
}
.BlackListModal-wrap .tagWrapper .tagClose {
  cursor: pointer;
  margin-left: 4px;
}
.BlackListModal-wrap .tagWrapper .tagClose:hover svg path {
  stroke: #386ee7;
  stroke-opacity: 1;
}
.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;
}
@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;
}
.index-module--customer-advanced-search-modal--pBKEs .ant-modal-header {
  border-bottom: none;
}
.index-module--customer-advanced-search-modal--pBKEs .ant-modal-body {
  padding: 12px 0 20px;
}
.index-module--customer-advanced-search-modal--pBKEs .ant-tabs-tabpane {
  padding: 20px 24px 0;
}
.index-module--customer-advanced-search-modal--pBKEs .ant-tabs-nav {
  padding: 0 24px;
}
.index-module--customer-advanced-search-modal--pBKEs .ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: 1px solid #f0f2f7;
  border-bottom: 1px solid var(--Fill-2_5, #f0f2f7);
}
.index-module--customer-advanced-search-modal--pBKEs .ant-form-item-control-input-content {
  display: flex;
}
.index-module--customer-advanced-search-modal--pBKEs .ant-form-item-label label {
  height: 20px;
  margin-bottom: 8px;
}
.index-module--customer-advanced-search-modal--pBKEs .ant-form-item-label label,
.index-module--customer-advanced-search-modal--pBKEs .ant-form-item-control-input-content > div {
  font-size: 12px;
  color: #7a8599;
}
.index-module--customer-advanced-search-modal--pBKEs .ant-form-item {
  margin-bottom: 20px;
}
.index-module--customer-advanced-search-modal--pBKEs .index-module--action-group--eek1d {
  display: flex;
  justify-content: space-between;
}
.index-module--customer-advanced-search-modal--pBKEs .index-module--action-group--eek1d .ant-btn-link {
  border: none;
  padding: 0;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  min-width: auto;
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 20px;
}
.index-module--customer-advanced-search-modal--pBKEs .index-module--action-group--eek1d .ant-btn-link:hover {
  background: transparent;
}
.index-module--customer-advanced-search-modal--pBKEs .index-module--customerAdContent--UGIeP {
  padding: 20px 24px 0;
}

.index-module--itemWrap--I4e-E {
  display: flex;
  align-items: center;
  gap: 8px;
}
.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;
}

.edit-tree-padding0 .VListTreeCard-Wrap {
  padding: 0px;
}
.edit-tree-padding0 .VListTreeCard-Wrap.active .u-unread {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
  color: #ffffff;
}
.edit-tree-padding0 .VListTreeCard-Wrap.active .u-unread-cm-dark {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
  color: #ffffff;
  font-weight: 500;
}
.edit-tree-padding0 .VListTreeCard-Wrap.active .u-unread-cm-dark .u-unread-cm-divider {
  color: #ffffff;
  border-color: #ffffff;
}
.index-module--columnCustomerEmpty--ghKuw {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-module--columnCustomerEmpty--ghKuw .index-module--columnCustomerEmptyTxt--Ztq7P {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--columnCustomerEmpty--ghKuw .index-module--columnCustomerEmptyBtn--Y5RmI {
  margin-top: 8px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}

.index-module--columnCustomerSelectWrap--aWdJw {
  display: flex;
  padding: 0 16px 12px;
}

.index-module--columnCustomerTreeWrap---qUkj .VListTreeCard-Wrap {
  padding: 0 12px 0 6px;
}
.index-module--columnCustomerTreeWrap---qUkj .VListTreeCard-Wrap .VLExpand-wrap {
  width: 10px;
  margin-right: 8px;
}
.index-module--columnCustomerTreeWrap---qUkj .VListTreeCard-Wrap .VListTreeCard-icon {
  margin-left: 0;
}

.index-module--columnCustomerSearchInput--nj7vi .ant-input-suffix {
  display: none;
}

.index-module--customerUpDownContent--\+j7Cb .index-module--collapsible-list--XPUW5 {
  display: block;
}
.index-module--customerUpDownContent--\+j7Cb .index-module--kehuLabel--h5bOX {
  font-size: 12px;
  margin: 10px 0 10px 29px;
  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--customerUpDownContent--\+j7Cb .index-module--allLabel--ge8PU {
  font-size: 12px;
  margin: 10px 0 10px 29px;
  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);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--cutomerTabWrap--l2lds {
  margin-left: 4px;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.index-module--cutomerTabWrap--l2lds .index-module--tab--SHBEX {
  position: relative;
  width: 72px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  cursor: pointer;
}
.index-module--cutomerTabWrap--l2lds .index-module--tab--SHBEX .index-module--line--mb6SN {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
}
.index-module--cutomerTabWrap--l2lds .index-module--tab--SHBEX.index-module--active--dIjRm {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--cutomerTabWrap--l2lds .index-module--tab--SHBEX.index-module--active--dIjRm .index-module--line--mb6SN {
  display: block;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}
.index-module--cutomerTabWrap--l2lds .index-module--tab--SHBEX .index-module--icon--Pn01a,
.index-module--cutomerTabWrap--l2lds .index-module--tab--SHBEX .index-module--iconWrap--utndA {
  flex: none;
  width: 14px;
  height: 14px;
  line-height: 1;
  color: #8d92a1;
  color: var(--Fill-6, #8d92a1);
}
.index-module--cutomerTabWrap--l2lds .index-module--tab--SHBEX .index-module--icon--Pn01a.sirius-icon,
.index-module--cutomerTabWrap--l2lds .index-module--tab--SHBEX .index-module--iconWrap--utndA.sirius-icon {
  width: 14px;
  height: 14px;
  line-height: 1;
}
.index-module--cutomerTabWrap--l2lds .index-module--tab--SHBEX .index-module--iconWrap--utndA {
  position: absolute;
  right: -4px;
  top: 9px;
}
.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;
}
.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;
}
.marketingRoot-module--spin-wrap--wJyD0 {
  height: 100%;
}
.marketingRoot-module--spin-wrap--wJyD0 .ant-spin-container {
  height: 100%;
}

.marketingRoot-module--root-wrapper--77zjr {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  height: 100%;
}
.marketingRoot-module--root-wrapper--77zjr .marketingRoot-module--root--tpWXv {
  padding: 16px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  height: 100%;
  margin: auto;
  max-width: 1280px;
  min-width: 920px;
}
.marketingRoot-module--root-wrapper--77zjr .marketingRoot-module--root--tpWXv .marketingRoot-module--crumb-area--Rq5oC {
  padding: 4px 0px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.marketingRoot-module--root-wrapper--77zjr .marketingRoot-module--root--tpWXv .marketingRoot-module--crumb-area--Rq5oC .ant-breadcrumb-separator {
  display: inline-flex;
  align-items: center;
  height: 22px;
}
.marketingRoot-module--root-wrapper--77zjr .marketingRoot-module--root--tpWXv .marketingRoot-module--body-wrapper--NyLml {
  height: calc(100% - 40px);
  background: #fff;
  border-radius: 8px;
}

.marketingRoot-module--bread-crumb-item--4N0Yo {
  font-size: 14px;
  color: #51555c;
}
.marketingRoot-module--bread-crumb-item--4N0Yo:hover {
  cursor: pointer;
  color: #386ee7;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.aiHostingWrite-module--ai-hosting-write--tuln6 {
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--wrapper--nYpWp {
  position: relative;
  height: 100%;
  color: #262a33;
  max-width: 1280px;
  min-width: 940px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 4px;
  margin: auto;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--wrapper--nYpWp .aiHostingWrite-module--container--E9da9 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  background-color: #fff;
  flex-grow: 1;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--wrapper--nYpWp .aiHostingWrite-module--content--tl5wn {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  overflow: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--wrapper--nYpWp .aiHostingWrite-module--content--tl5wn::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--wrapper--nYpWp .aiHostingWrite-module--content--tl5wn::-webkit-scrollbar:horizontal {
  height: 6px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--wrapper--nYpWp .aiHostingWrite-module--content--tl5wn:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--wrapper--nYpWp .aiHostingWrite-module--content--tl5wn:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--wrapper--nYpWp .aiHostingWrite-module--content--tl5wn:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--wrapper--nYpWp .aiHostingWrite-module--content--tl5wn:hover::-webkit-scrollbar-button {
  display: none;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--wrapper--nYpWp .aiHostingWrite-module--content--tl5wn:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--wrapper--nYpWp .aiHostingWrite-module--content--tl5wn:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--wrapper--nYpWp .aiHostingWrite-module--content--tl5wn:hover::-webkit-scrollbar-corner {
  display: none;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--wrapper--nYpWp .aiHostingWrite-module--footer--2i8t2 {
  border-top: 1px solid #f0f1f5;
  border-top: 1px solid var(--line-1, #f0f1f5);
  background-color: #fff;
  display: flex;
  padding: 16px;
  justify-content: flex-end;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--wrapper--nYpWp .aiHostingWrite-module--footer--2i8t2 .lx-btn:last-child {
  margin-left: 8px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--wrapper--nYpWp .aiHostingWrite-module--footer--2i8t2 .lx-ui-btn:last-child {
  margin-left: 8px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--group--ogD7A,
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plans--5jwDz {
  width: 624px;
  margin: auto;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--group--ogD7A .aiHostingWrite-module--title-content--Ca2zC,
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plans--5jwDz .aiHostingWrite-module--title-content--Ca2zC {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 8px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--group--ogD7A .aiHostingWrite-module--title-content--Ca2zC .aiHostingWrite-module--title--St3YW,
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plans--5jwDz .aiHostingWrite-module--title-content--Ca2zC .aiHostingWrite-module--title--St3YW {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--group--ogD7A .aiHostingWrite-module--title-content--Ca2zC .aiHostingWrite-module--multi-img--WTyYR,
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plans--5jwDz .aiHostingWrite-module--title-content--Ca2zC .aiHostingWrite-module--multi-img--WTyYR {
  width: 16px;
  height: 16px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--group--ogD7A {
  margin-bottom: 24px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plans--5jwDz {
  display: flex;
  flex-direction: column;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plans--5jwDz .aiHostingWrite-module--title-left--5HaIv::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-size: 14px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plans--5jwDz .aiHostingWrite-module--title-right--rUD1J {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 3px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--title--St3YW {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-list--egmC9 {
  border-radius: 4px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  padding: 16px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item--YWZKQ {
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background-color: #fff;
  padding: 16px;
  margin-bottom: 14px;
  cursor: pointer;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item--YWZKQ .ant-radio-wrapper {
  margin: 0;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item--YWZKQ .aiHostingWrite-module--plan-item-head--5vAVo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item--YWZKQ .aiHostingWrite-module--plan-item-icon--YQMIq {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #c9cbd6;
  border: 1px solid var(--Fill-5, #c9cbd6);
  display: none;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item--YWZKQ .aiHostingWrite-module--plan-item-check-icon--jXW-Q {
  width: 18px;
  height: 18px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item--YWZKQ .aiHostingWrite-module--plan-item-check-icon--jXW-Q circle {
  fill: #4c6aff;
  fill: var(--Brand-6, #4c6aff);
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item--YWZKQ .aiHostingWrite-module--plan-item-tag--kUkMu {
  border-radius: 2px;
  border: 1px solid #c0c8d6;
  border: 1px solid var(--label-6_2, #c0c8d6);
  padding: 0px 4px 0px 6px;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item--YWZKQ .aiHostingWrite-module--plan-item-name--eYcQw {
  padding-left: 8px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item--YWZKQ .aiHostingWrite-module--plan-item-run--WgYj\+ {
  border-color: #0fd683;
  border-color: var(--Success-6, #0fd683);
  color: #0dc076;
  color: var(--Success-7, #0dc076);
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item--YWZKQ .aiHostingWrite-module--plan-item-detail--gZfxK {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5%;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item--YWZKQ .aiHostingWrite-module--plan-detail-name--DcQEw {
  min-width: 30%;
  margin-top: 8px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item--YWZKQ .aiHostingWrite-module--plan-detail-name--DcQEw span {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item--YWZKQ:hover {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item--YWZKQ:hover .aiHostingWrite-module--plan-item-icon--YQMIq {
  display: block;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item--YWZKQ:last-child {
  margin-bottom: 0;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--plan-item-check--SaP6H {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--page-loading--n-jeM {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--page-loading--n-jeM .sirius-spin {
  display: inline-block;
}
.aiHostingWrite-module--ai-hosting-write--tuln6 .aiHostingWrite-module--page-loading--n-jeM .ant-spin-text {
  font-size: 12px;
  color: rgba(38, 42, 51, 0.5);
}

.aiHostingWrite-module--show-tag-tips--Wa22t .ant-tooltip-content {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}
.aiHostingWrite-module--show-tag-tips--Wa22t .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
}
.aiHostingWrite-module--show-tag-tips--Wa22t .ant-tooltip-arrow-content {
  width: 9px;
  height: 9px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.editorHelper-module--root--m7qZ2 {
  position: relative;
  height: 100%;
  border-left: 1px solid #f0f1f5;
  border-left: 1px solid var(--line-1, #f0f1f5);
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx {
  height: 100%;
  padding: 0px 16px 20px 16px;
  width: 288px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx::-webkit-scrollbar:horizontal {
  height: 6px;
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx:hover::-webkit-scrollbar-button {
  display: none;
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx:hover::-webkit-scrollbar-corner {
  display: none;
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx .editorHelper-module--question--iTBnt .editorHelper-module--question-top--pg87J {
  display: flex;
  height: 48px;
  background-color: #ffffff;
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx .editorHelper-module--question--iTBnt .editorHelper-module--question-top--pg87J .editorHelper-module--question-icon--5Tk0f {
  margin-top: 19px;
  width: 16px;
  height: 20px;
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx .editorHelper-module--question--iTBnt .editorHelper-module--question-top--pg87J .editorHelper-module--question-title--6-R0F {
  margin-top: 18px;
  margin-left: 4px;
  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; /* 157.143% */
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx .editorHelper-module--question--iTBnt .editorHelper-module--question-content--UHT88 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx .editorHelper-module--question--iTBnt .editorHelper-module--question-content--UHT88 .editorHelper-module--question-content-item---VjYt {
  position: relative;
  display: inline-flex;
  padding: 16px 12px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #f2f7fe;
  background: var(--link-1, #f2f7fe);
  color: #272e47;
  color: var(--text-5, #272e47);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx .editorHelper-module--question--iTBnt .editorHelper-module--question-content--UHT88 .editorHelper-module--question-content-item---VjYt .editorHelper-module--question-content-item-mark--knwnB {
  position: absolute;
  top: -6px;
  left: 5px;
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx .editorHelper-module--question--iTBnt .editorHelper-module--recommend--Hy\+jl {
  display: flex;
  flex-direction: column;
  padding: 12px;
  gap: 12px;
  border-radius: 4px;
  background: #f2f5ff;
  background: var(--link-1, #f2f5ff);
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx .editorHelper-module--question--iTBnt .editorHelper-module--recommend--Hy\+jl .editorHelper-module--recommend-item--B7ZZJ {
  display: flex;
  align-items: center;
  gap: 6px;
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx .editorHelper-module--question--iTBnt .editorHelper-module--recommend--Hy\+jl .editorHelper-module--recommend-item--B7ZZJ .editorHelper-module--recommend-content--prFz7 {
  flex-shrink: 0;
  display: flex;
  height: 16px;
  width: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: rgba(183, 195, 255, 0.5);
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx .editorHelper-module--question--iTBnt .editorHelper-module--recommend--Hy\+jl .editorHelper-module--recommend-item--B7ZZJ .editorHelper-module--recommend-content--prFz7 .editorHelper-module--recommend-number--wA2tb {
  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% */
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx .editorHelper-module--question--iTBnt .editorHelper-module--recommend--Hy\+jl .editorHelper-module--recommend-item--B7ZZJ .editorHelper-module--recommend-detail--E06dn {
  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% */
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx .editorHelper-module--question--iTBnt .editorHelper-module--open-container--jXMBf {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  background-color: #f8f9fa;
  border-radius: 4px;
  height: 32px;
  margin-top: 8px;
  margin-bottom: 6px;
  cursor: pointer;
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx .editorHelper-module--question--iTBnt .editorHelper-module--open-container--jXMBf .editorHelper-module--open-container-title--dz8s5 {
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--content--ZE9yx .editorHelper-module--question--iTBnt .editorHelper-module--open-container--jXMBf .editorHelper-module--open-container-icon--wTlkL {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.editorHelper-module--root--m7qZ2 .editorHelper-module--op-icon--2IH9t {
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
}
.SendSuccessPage-module--wrap--yNi6i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  overflow-y: auto;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW {
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 640px;
  align-items: stretch;
  margin: auto;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--send-success--LmKe3 {
  display: flex;
  flex-direction: column;
  padding-bottom: 48px;
  gap: 16px;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--send-success--LmKe3 .SendSuccessPage-module--success-header--7gr0b {
  display: flex;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--send-success--LmKe3 .SendSuccessPage-module--success-icon--7U6Hz {
  width: 112px;
  height: 112px;
  margin-right: 24px;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--send-success--LmKe3 .SendSuccessPage-module--success-content--apE0J .SendSuccessPage-module--success-title--\+3AUc {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #272e47;
  margin-bottom: 8px;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--send-success--LmKe3 .SendSuccessPage-module--success-content--apE0J .SendSuccessPage-module--success-sub-title--BGNgS {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  margin-bottom: 12px;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--send-success--LmKe3 .SendSuccessPage-module--success-info--S32XN {
  background: #f8f9fa;
  border-radius: 4px;
  padding: 12px 16px;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--send-success--LmKe3 .SendSuccessPage-module--success-info--S32XN .SendSuccessPage-module--edm-title--syNIA {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
  margin-bottom: 8px;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--send-success--LmKe3 .SendSuccessPage-module--success-info--S32XN .SendSuccessPage-module--edm-count--w\+IbQ {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--send-success--LmKe3 .SendSuccessPage-module--btns--ieXDj {
  width: 160%;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--send-success--LmKe3 .SendSuccessPage-module--btns--ieXDj .SendSuccessPage-module--product-btn--ojjzK {
  margin-right: 12px;
  margin-left: 135px !important;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--send-success--LmKe3 .SendSuccessPage-module--btns--ieXDj button {
  display: inline-block;
  margin-left: 0 !important;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--video-tip--QSrW3 {
  width: 100%;
  height: 28px;
  border-radius: 4px;
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  box-sizing: border-box;
  margin: 0 0 16px 0;
  padding: 0 8px;
  display: flex;
  align-items: center;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--video-tip--QSrW3 span {
  margin-left: 4px;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--video-tip--QSrW3 svg:last-child {
  margin-left: auto;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--ai-hosting--e4YPQ {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ebedf2;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  background-image: url(/static/background-b5bfad7547fef40c2ca7cddb7c1ee664.png);
  background-repeat: no-repeat;
  background-size: 253px 86px;
  background-position: right 0px top 0px;
  position: relative;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--ai-hosting--e4YPQ .SendSuccessPage-module--left-icon--moryH {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--ai-hosting--e4YPQ .SendSuccessPage-module--recommend-tag--U27JL {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffe5e2;
  border-radius: 2px;
  padding: 2px 6px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #cb493d;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--wiki-info--NICd6 {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ebedf2;
  border-radius: 4px;
  display: flex;
  background-image: url(/static/background-b5bfad7547fef40c2ca7cddb7c1ee664.png);
  background-repeat: no-repeat;
  background-size: 258px 115px;
  background-position: right 0px top 0px;
  padding: 20px;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--wiki-info--NICd6 .SendSuccessPage-module--left-wrap--stMaU {
  padding-top: 7px;
  margin-right: 8px;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--wiki-info--NICd6 .SendSuccessPage-module--left-wrap--stMaU .SendSuccessPage-module--left-icon--moryH {
  width: 32px;
  height: 32px;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--wiki-info--NICd6 .SendSuccessPage-module--wiki-wrap--2npC2 {
  flex: 1 1;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--wiki-info--NICd6 .SendSuccessPage-module--wiki-wrap-top--ADUdd {
  display: flex;
  align-items: center;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--wiki-info--NICd6 .SendSuccessPage-module--wiki-wrap--2npC2 .SendSuccessPage-module--wiki-list--\+Vi7l {
  margin-top: 16px;
  margin-bottom: -12px;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--wiki-info--NICd6 .SendSuccessPage-module--wiki-wrap--2npC2 .SendSuccessPage-module--wiki-list--\+Vi7l .SendSuccessPage-module--wiki-item--XwSGe {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--wiki-info--NICd6 .SendSuccessPage-module--wiki-wrap--2npC2 .SendSuccessPage-module--wiki-list--\+Vi7l .SendSuccessPage-module--wiki-item-icon--GFwLZ {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4c6aff;
  margin-right: 6px;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--wiki-info--NICd6 .SendSuccessPage-module--wiki-wrap--2npC2 .SendSuccessPage-module--wiki-list--\+Vi7l .SendSuccessPage-module--wiki-item-info--JzrGj {
  flex: 1 1;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--wiki-info--NICd6 .SendSuccessPage-module--wiki-wrap--2npC2 .SendSuccessPage-module--wiki-list--\+Vi7l .SendSuccessPage-module--wiki-item-info--JzrGj:hover {
  color: #4c6aff;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--info-content--yYypG {
  flex: 1 1;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--info-content--yYypG .SendSuccessPage-module--info-title--R53kr {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  margin-bottom: 6px;
}
.SendSuccessPage-module--wrap--yNi6i .SendSuccessPage-module--content--WsQWW .SendSuccessPage-module--info-content--yYypG .SendSuccessPage-module--info-info--v0rqs {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
}

.SendSuccessPage-module--contact-push--xN35l {
  width: 100%;
  max-height: 260px;
  margin-bottom: 16px;
}
.SendSuccessPage-module--contact-push--xN35l > div {
  flex: 1 1;
}
.emailBind-module--emailBindWrap--EW-JE {
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  padding: 20px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 4px;
  background-image: url(/static/background-b5bfad7547fef40c2ca7cddb7c1ee664.png);
  background-repeat: no-repeat;
  background-size: 253px 110px;
  background-position: right 0px top 0px;
}
.emailBind-module--emailBindWrap--EW-JE .emailBind-module--emailIcon--cpn3T {
  flex: none;
  width: 32px;
  height: 32px;
}
.emailBind-module--emailBindWrap--EW-JE .emailBind-module--desc--7QA5n {
  margin: 0 28px 0 8px;
  flex: 1 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.emailBind-module--emailBindWrap--EW-JE .emailBind-module--desc--7QA5n .emailBind-module--txt--023fe {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.emailBind-module--emailBindWrap--EW-JE .emailBind-module--desc--7QA5n .emailBind-module--txt2--l6hi4 {
  margin-top: 8px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.emailBind-module--emailBindWrap--EW-JE .emailBind-module--btn--PDzAy {
  margin-top: 9px;
  flex: none;
}
.successPageWithNoTask-module--wrap--Ou1AH {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  overflow-y: auto;
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--send-success--UAC6K {
  display: flex;
  flex-direction: column;
  padding-bottom: 62px;
  width: 552px;
  align-items: center;
  margin: 0 auto;
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--send-success--UAC6K .successPageWithNoTask-module--success-icon--rmCI0 {
  width: 90px;
  height: 90px;
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--send-success--UAC6K .successPageWithNoTask-module--success-title--YecDu {
  padding-top: 15px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 8px;
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--send-success--UAC6K .successPageWithNoTask-module--success-sub-title--sDR2P {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  margin-bottom: 12px;
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--send-success--UAC6K .successPageWithNoTask-module--ai-hosting-guide-text--xASnP {
  padding-top: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-align: center;
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--send-success--UAC6K .successPageWithNoTask-module--auto-redirect-countdown--rLpvL {
  padding-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--send-success--UAC6K .successPageWithNoTask-module--success-info--HjGu- {
  background: #f8f9fa;
  border-radius: 4px;
  padding: 12px 16px;
  width: 336px;
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--send-success--UAC6K .successPageWithNoTask-module--success-info--HjGu- .successPageWithNoTask-module--edm-title--m6cdu {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
  margin-bottom: 8px;
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--send-success--UAC6K .successPageWithNoTask-module--success-info--HjGu- .successPageWithNoTask-module--edm-count--d2TGh {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--send-success--UAC6K .successPageWithNoTask-module--btns--KA73D {
  margin-top: 32px;
  text-align: center;
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--send-success--UAC6K .successPageWithNoTask-module--btns--KA73D button {
  display: inline-block;
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--aihostingloading--qSXYN {
  padding: 20px 0;
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--aihostingloading--qSXYN span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-bottom: 8px;
  background-color: #c9cbd6;
  background-color: var(--Fill-5, #c9cbd6);
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--aihostingloading--qSXYN :first-child {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--aihostingloading--qSXYN :last-child {
  background-color: #8d92a1;
  background-color: var(--Fill-6, #8d92a1);
  margin-bottom: 0;
}
.successPageWithNoTask-module--wrap--Ou1AH .successPageWithNoTask-module--ai-hosting-guide-gif--whCUa {
  width: 148px;
  height: 148px;
}

.successPageWithNoTask-module--contact-push--jKXWz {
  width: 100%;
  max-height: 260px;
  margin-bottom: 16px;
}
.successPageWithNoTask-module--contact-push--jKXWz > div {
  flex: 1 1;
}
.style-module--flex1--k3Mmh {
  flex: 1 1;
}

.style-module--flex--JLdRN {
  display: flex;
}

.style-module--flex-col--Rb7Lt {
  flex-direction: column;
}

.style-module--flex-center--UO5Bz {
  align-items: center;
  justify-content: center;
}

.style-module--link-btn---zcev {
  color: #396ee7;
  cursor: pointer;
}

.style-module--alr--shmx7 {
  text-align: right;
}

.customer-recommend-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.customer-recommend-drawer .ant-drawer-header {
  padding: 24px 24px 16px;
}
.customer-recommend-drawer .ant-drawer-header .ant-drawer-close {
  top: 7px;
}

.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header {
  padding-top: 55px;
}
.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header .ant-drawer-close {
  top: 37px;
}

.style-module--recommend-table--4NpxW .ant-table-cell .ant-spin .ant-spin-dot > i,
.customer-recommend-drawer .ant-drawer-title .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.style-module--recommend-table--4NpxW .ant-table-cell .spin-label,
.customer-recommend-drawer .ant-drawer-title .spin-label {
  display: none;
}

.style-module--recommend-table--4NpxW .ant-table-header .ant-table-thead .ant-table-cell {
  background: #f9fafb;
  color: #7a8599;
  font-weight: 400;
  font-size: 14px;
  border-bottom: none;
}
.style-module--recommend-table--4NpxW .ant-table-header {
  border-radius: 8px;
}
.style-module--recommend-table--4NpxW .ant-table-cell::before {
  display: none;
}

.style-module--domain-tag--3FUj6 {
  background: #ebf3fe;
  color: #5968b2;
}

.style-module--no-wrap--kFf8C {
  white-space: nowrap;
}

.style-module--special-tab--zy3PL .ant-tabs-nav-list .ant-tabs-tab-btn {
  color: #7a8599;
}
.style-module--special-tab--zy3PL .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}

.pagination-wrap-hidden {
  display: none;
}

.style-module--mark-modal-title--KBS8f {
  display: flex;
  align-items: center;
}
.style-module--mark-modal-title--KBS8f span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #232d47;
}

.style-module--mark-modal-content--wGqnW {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  padding: 0 10px;
}

.style-module--rule-detail--1tECq {
  overflow: auto;
  padding: 0px 20px 20px 20px;
  min-height: 0;
}
.style-module--rule-detail--1tECq .ant-tabs-tab {
  padding: 12px 0 6px;
}

.style-module--title--43Ucn {
  font-size: 14px;
  font-weight: 500;
  color: #232d47;
  padding-bottom: 4px;
}

.style-module--operation--u5cKL {
  text-align: right;
}

.style-module--nick-name--Gb-ja {
  font-weight: 500;
  font-size: 14px;
  color: #232d47;
}

.style-module--nick-email--AnVXc {
  font-weight: 400;
  font-size: 14px;
  color: #4e5a70;
}

.style-module--search-line--6vvk- {
  padding-bottom: 12px;
}

.style-module--search-btn--rb-qi {
  text-align: right;
}

.style-module--tipsWrap--sfwfE {
  margin-bottom: 16px;
  display: flex;
}
.style-module--tipsWrap--sfwfE .style-module--tipsIcon--Yq2ki {
  margin-right: 4px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.style-module--tipsWrap--sfwfE .style-module--tipsText--sPwpL {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 16px;
}
.style-module--tipsWrap--sfwfE .style-module--tipsText--sPwpL:not(:first-child) {
  margin-top: 8px;
}
@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;
}
@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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--back-container--CPpOj {
  height: 56px;
  width: 100%;
  background: #fff;
  align-items: center;
  padding: 16px 16px 8px 16px;
}
.index-module--back-container--CPpOj .index-module--backIcon--MVO3J {
  -webkit-app-region: no-drag;
  cursor: pointer;
  font-size: 16px;
}
.index-module--back-container--CPpOj .index-module--title--3pEd1 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-left: 8px;
}

.index-module--border-bottom--RaZFo {
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
}

.index-module--crm-hack--c0MBh {
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}
@charset "UTF-8";
.index-module--tree-container--xGAHr {
  margin-top: 24px;
}
.index-module--tree-container--xGAHr .ant-tree {
  background: transparent;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--tree-container--xGAHr .ant-tree .ant-tree-treenode {
  padding: 0;
  padding-left: 8px;
  overflow: hidden;
  font-weight: normal;
  height: 36px;
}
.index-module--tree-container--xGAHr .ant-tree .ant-tree-treenode .index-module--leaf-node--utttW {
  font-weight: 400;
}
.index-module--tree-container--xGAHr .ant-tree .ant-tree-treenode .ant-tree-indent-unit {
  width: 12px;
}
.index-module--tree-container--xGAHr .ant-tree .ant-tree-treenode .ant-tree-switcher {
  width: 15px;
  padding-left: 4px;
  line-height: 36px;
}
.index-module--tree-container--xGAHr .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper {
  height: 36px;
  line-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  flex: 1 1;
}
.index-module--tree-container--xGAHr .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: none;
}
.index-module--tree-container--xGAHr .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: none;
}
.index-module--tree-container--xGAHr .ant-tree .ant-tree-treenode.ant-tree-treenode-selected {
  background: rgba(210, 224, 255, 0.9);
}
.index-module--tree-container--xGAHr .ant-tree .ant-tree-treenode:not(.ant-tree-treenode-selected):hover {
  background: rgba(38, 42, 51, 0.08);
}
.index-module--tree-container--xGAHr .index-module--tree-seperator--\+g3l5 {
  margin: 6px 12px;
  height: 1px;
  background: rgba(38, 42, 51, 0.08);
}

.index-module--enterpriseSetting---DdNg {
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.index-module--enterpriseSetting---DdNg::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.index-module--enterpriseSetting---DdNg::-webkit-scrollbar-track {
  border-radius: 6px;
}
.index-module--enterpriseSetting---DdNg::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(38, 42, 51, 0.3);
  padding: 4px;
}

.index-module--enterpriseSettingContainer--Zp8a2 {
  position: relative;
  height: 100%;
  overflow-y: auto;
  min-width: 852px;
  min-height: 640px;
}
@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;
}
@charset "UTF-8";
.style-module--product-preview-modal--M4IrS {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.style-module--product-preview-modal--M4IrS .ant-spin-nested-loading > div > .ant-spin {
  max-height: none;
}
.style-module--product-preview-modal--M4IrS .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  top: 44%;
  left: 39%;
}
.style-module--product-preview-modal--M4IrS .ant-spin-dot.style-module--checking--qvffi {
  left: 42%;
  width: auto;
  padding: 12px 16px;
  height: 46px;
  border-radius: 4px;
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.style-module--product-preview-modal--M4IrS .ant-spin-dot.style-module--checking--qvffi .sirius-icon {
  animation: loading 0.8s linear infinite;
}
.style-module--product-preview-modal--M4IrS .ant-spin-dot.style-module--translatedShort--ShA9M {
  left: 44% !important;
  width: auto;
  padding: 12px 16px;
  height: 46px;
  border-radius: 4px;
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.style-module--product-preview-modal--M4IrS .ant-spin-dot.style-module--translatedShort--ShA9M .sirius-icon {
  animation: loading 0.8s linear infinite;
}
.style-module--product-preview-modal--M4IrS .style-module--indicateWrap--AkGSg {
  border-radius: 4px;
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
  width: auto;
  height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 20% !important;
  padding: 12px 16px;
}
.style-module--product-preview-modal--M4IrS .style-module--indicateWrap--AkGSg .style-module--translating--pdQ4V {
  color: rgb(39, 46, 71);
  font-size: 14px;
  display: flex;
  width: -webkit-max-content;
  width: max-content;
  height: auto;
  margin-bottom: 8px;
  align-items: center;
  gap: 8px;
}
.style-module--product-preview-modal--M4IrS .style-module--indicateWrap--AkGSg .style-module--translating--pdQ4V .sirius-icon {
  animation: loading 0.8s linear infinite;
  width: 20px;
  height: 20px;
}
.style-module--product-preview-modal--M4IrS .style-module--indicateWrap--AkGSg .style-module--translatingMore--CI21d {
  color: rgb(39, 46, 71);
  font-size: 14px;
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
  height: auto;
  align-items: center;
}
.style-module--product-preview-modal--M4IrS .style-module--indicateWrap--AkGSg .style-module--translatingMore--CI21d .sirius-icon {
  animation: loading 0.8s linear infinite;
  width: 20px;
  height: 20px;
}
.style-module--product-preview-modal--M4IrS .style-module--indicateWrap--AkGSg .style-module--translatingMore--CI21d > a {
  text-decoration: underline;
}
.style-module--product-preview-modal--M4IrS .ant-modal-header {
  border-bottom: none;
  padding: 20px 24px 12px 24px;
}
.style-module--product-preview-modal--M4IrS .ant-modal-footer {
  border-top: none;
  padding: 15.5px 23.5px;
}
.style-module--product-preview-modal--M4IrS .ant-modal-body {
  padding: 0px 20px 20px !important;
}
.style-module--product-preview-modal--M4IrS .ant-table-thead > tr > th {
  background: #f4f6f7;
  color: #7a8599;
  font-weight: 400;
  font-size: 14px;
}
.style-module--product-preview-modal--M4IrS {
  /* 设置滚动条的样式 */
  /* 滚动条滑块 */
}
.style-module--product-preview-modal--M4IrS ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #fff;
}
.style-module--product-preview-modal--M4IrS ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.style-module--product-preview-modal--M4IrS .ant-table-thead > tr > th {
  padding: 12px;
}
.style-module--product-preview-modal--M4IrS .ant-table-tbody > tr > td {
  padding: 12px;
  height: 68px;
}

.style-module--productSteps--0R7jn {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0 4px;
  color: #9fa2ad;
}
.style-module--productSteps-line--LSU0R {
  width: 46px;
  height: 2px;
  background: #e1e3e8;
  margin: 0 12px;
}
.style-module--productSteps-dot--Mue6F {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 2px solid #4c6aff;
  margin-right: 8px;
}

.style-module--description--ymSmy {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #7a8599;
  margin: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.style-module--description--ymSmy .style-module--update-column--lRIR4 {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.style-module--productDesc--8D8Rd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}
.style-module--productDesc--8D8Rd .sirius-select-ui-small.ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 26px;
}
.style-module--productDesc--8D8Rd .sirius-select-ui-small.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 28px;
}
.style-module--productDesc--8D8Rd .style-module--updateColumn--J76TU {
  margin-left: auto;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.style-module--productDesc--8D8Rd .style-module--fieldDesc--IZboP {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.style-module--table--Fl1J6 {
  height: 370px;
  width: 769px;
}

.style-module--footer--jXkv7 {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #545a6e;
}
.style-module--footer-left--BD2T8 {
  display: flex;
  align-items: center;
}
.style-module--footer-btns--9w3xV {
  display: flex;
  align-items: center;
}

.style-module--site-wrapper--I5RCL {
  color: #545a6e;
  margin-right: 16px;
}
.style-module--site-wrapper--I5RCL:nth-child(2) {
  margin-top: 10px;
}

.style-module--site-cascader--qURz3 .sirius-cascader-menus {
  padding: 4px 0;
}
.style-module--site-cascader--qURz3 .sirius-cascader-menu {
  width: 158px;
  padding: 0;
}
.style-module--site-cascader--qURz3 .sirius-cascader-menu::-webkit-scrollbar {
  width: 6px;
}
.style-module--site-cascader--qURz3 .sirius-cascader-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.style-module--site-cascader--qURz3 .sirius-cascader-menu-item:hover, .style-module--site-cascader--qURz3 .sirius-cascader-menu-item[aria-checked=true] {
  color: #4c6aff;
  background: #f2f5ff;
}
.style-module--site-cascader--qURz3 .sirius-cascader-menu-item-expand {
  padding-right: 20px;
  overflow: hidden;
}

.style-module--product-list-block-outer--3AtUz {
  border: 1px solid #eceff4;
  padding: 20px;
  border-radius: 4px;
  height: 370px;
  box-sizing: border-box;
  overflow-y: overlay;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}

.style-module--product-list-block--A9\+ru {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 150px);
  grid-gap: 32px 20px;
  text-align: left;
}
.style-module--product-list-block--A9\+ru .style-module--product-item--ssY0y {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 4px;
}
.style-module--product-list-block--A9\+ru .style-module--product-item--ssY0y .style-module--img--wrCtE {
  margin-bottom: 8px;
  object-fit: cover;
}
.style-module--product-list-block--A9\+ru .style-module--product-item--ssY0y .style-module--name--\+9WAU {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #232d47;
  height: 22px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.style-module--product-list-block--A9\+ru .style-module--product-item--ssY0y .style-module--others--C-0Ch {
  width: 100%;
  overflow: hidden;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.style-module--product-list-block--A9\+ru .style-module--product-item--ssY0y .style-module--enCnName--F8gFU {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.style-module--product-list-block--A9\+ru .style-module--product-item--ssY0y .style-module--price--enoWU {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.style-module--product-list-block--A9\+ru .style-module--product-item--ssY0y .style-module--brand--ecr4s {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  color: #7a8599;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.style-module--notice--zXd0e {
  padding: 6px 12px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: rgba(76, 106, 255, 0.09);
  margin-bottom: 12px;
}

.style-module--step--CyLCY {
  display: flex;
  gap: 24px;
}
.style-module--step--CyLCY .style-module--step-item--A8yba {
  font-size: 14px;
  line-height: 20px;
  color: #7a8599;
  cursor: pointer;
}
.style-module--step--CyLCY .style-module--step-name--6eaWs {
  display: inline-block;
  position: relative;
  line-height: 22px;
  padding: 6px 0;
}
.style-module--step--CyLCY .style-module--step-active--nLW5r {
  color: #4c6aff;
  font-weight: 500;
}
.style-module--step--CyLCY .style-module--step-active--nLW5r .style-module--step-name--6eaWs::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 24px;
  margin-left: -12px;
  height: 2px;
  background: #4c6aff;
}

.style-module--td-span--KEl9X {
  overflow: hidden;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.style-module--wa-preview-container--JlVyh {
  border: 1px solid #ebedf2;
  background: #f6f7fa;
  padding: 20px;
  border-radius: 4px;
  height: 433px;
  box-sizing: border-box;
  overflow-y: overlay;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.style-module--wa-product-card--7qql3 {
  width: 224px;
  padding: 16px 12px;
  border: 1px solid #ebedf2;
  background: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  white-space: pre-wrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.style-module--wa-product-card--7qql3 img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-bottom: 12px;
}

.style-module--iconYiwen--vHuIg {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  width: 16px !important;
  height: 16px !important;
  margin: 0 8px 0 4px;
  position: relative;
  top: 2px;
  color: #8d92a1;
}

.style-module--site-cascader-error--e7iCt {
  width: 100px;
}
.style-module--site-cascader-error--e7iCt .sirius-cascader-select-selector {
  border-color: #fe5b4c !important;
  border-color: var(--error-6, #fe5b4c) !important;
}

.style-module--preveLoading--mPA6m {
  margin-top: 45vh;
}

.style-module--selectSiteTips--re3Qj {
  border-radius: 4px;
  background: rgba(76, 106, 255, 0.09);
  display: flex;
  padding: 6px 12px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.style-module--selectSiteTips--re3Qj p {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  margin: 0;
}

.style-module--selectSiteComp--d9RTG {
  width: 100% !important;
  margin-top: 16px !important;
}

.style-module--siteSelectWrap--J3XqJ .ant-modal-close-x {
  position: relative;
  top: 7px;
}
.style-module--siteSelectWrap--J3XqJ .ant-modal-header {
  border-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 4px;
}
.style-module--siteSelectWrap--J3XqJ .ant-modal-body {
  padding: 12px 20px;
}
.style-module--siteSelectWrap--J3XqJ .ant-modal-footer {
  padding: 18px 20px;
  border-top: 0px;
}
@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_edm-module--edm-container--S9EK2 {
  /* font-family: sans-serif; */
  text-align: center;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  position: relative;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--operateWrap--a6DaH {
  position: absolute;
  right: 20px;
  top: 24px;
  display: flex;
  align-items: flex-end;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--operateWrap--a6DaH .detail_edm-module--switchIcon--U\+1bZ {
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-right: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMxOTBfNDcyOTApIj4KPHBhdGggZD0iTTEzIDVIMy41TTUuNSAyLjVMMyA1TDUuNSA3LjVNMyAxMUgxMi41TTEwLjUgOC41TDEzIDExTDEwLjUgMTMuNSIgc3Ryb2tlPSIjMzc0MzVDIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMzE5MF80NzI5MCI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  background-size: 100%;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--operateWrap--a6DaH .detail_edm-module--closeIcon--9w5ms {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFlSURBVHgB7Ze9VcMwEMfvwgKMwBaQGgbwBpgF+K5CEwpS8RFYADMCA0Ab6GCDsAET+JCcJwOGPP+lU5HifkXy7Kc7/2RZdzaRYRiGsdIwMujgdHJDIoUQj++uRg+kYP9kssskU2Kubi9HR33jB4QgUrqpbDBL5S9AiTRyLofLte4njMRAgizUzjRVspX7znmOxK0hg15mz2/Dre0PN/NiIUnF5nBn/jp7ekfi/8jVtDe9PquQWEhQI6mRixJMkdTKRQvGSOaQSxJEJHPJNbGk4PD4opQB3YdjES6bpJnkmnhS0pX8lVwp50la4p90lzuQQ86DdZIearemyLkU1HewuyECscV8Gapn8L/d6v+7G0fzgpF8B5eVEm1bzCLYV+dySkYLokU4l2SUYGyHyCEJC6a2L60kJKjtrRpJ7I2aZJwqF/AxoQwtJN13CQAkKFQ/up9PbftqJYXmzLXq48swDMNYEb4AUGMqlXHSEhEAAAAASUVORK5CYII=);
  background-size: 100%;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd {
  width: 456px;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--header--LsBl1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px 20px;
  border-bottom: 1px solid #f0f2f7;
  border-bottom: 1px solid var(--Fill-2_5, #f0f2f7);
  height: 76px;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--header--LsBl1 .detail_edm-module--avatar--d-7Zw {
  align-self: center;
  justify-self: center;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--header-field--5usEC {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--header-tag--5iQMw {
  line-height: 20px;
  font-size: 12px;
  color: #398e80;
  color: var(--label-2_3, #398e80);
  margin-left: 8px;
  background: #e7fbf3;
  background: var(--Success-1, #e7fbf3);
  border-radius: 2px;
  padding: 0 6px;
  height: 20px;
  margin-right: 50px;
  flex: none;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--header--LsBl1 .detail_edm-module--headerNameWrap--5ce7u {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--header--LsBl1 .detail_edm-module--headerNameWrap--5ce7u .detail_edm-module--headerName--vdRaP {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  color: #232d47;
  font-size: 20px;
  line-height: 28px;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--header-copy--iORV9 {
  margin-left: 14px;
  text-align: center;
  cursor: pointer;
  line-height: 22px;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--header-desc--VTdWX {
  width: 100%;
  margin-top: 4px;
  overflow: hidden;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--bottom--Up6dE {
  border-top: 1px solid #f0f2f7;
  border-top: 1px solid var(--Fill-2_5, #f0f2f7);
  border-radius: 0px 0px 4px 4px;
  display: flex;
  align-items: center;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--companyIcon--vzjtr {
  width: 16px;
  height: 16px;
  background-image: url(/static/customer_company.733a373d.svg);
  background-size: 100%;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--labelWrap--qwHli {
  flex: 1 1;
  display: flex;
  align-items: center;
  margin-right: 8px;
  overflow: hidden;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--labelWrap--qwHli .detail_edm-module--labelIcon--F6tRB {
  flex: none;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--labelWrap--qwHli .detail_edm-module--header-label--kVRge {
  margin-left: 8px;
  flex: 1 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--mg-l--siwZw {
  width: 16px;
  height: 16px;
  background-image: url(/static/customer_web_address.a9469935.svg);
  background-size: 100%;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--bottom--Up6dE > div {
  display: flex;
  align-items: center;
  height: 54px;
  justify-content: center;
  border-right: 1px solid #f0f2f7;
  border-right: 1px solid var(--Fill-2_5, #f0f2f7);
  width: 100%;
  min-width: 113px;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--bottom--Up6dE > div:last-child {
  border-right: none;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--bottom--Up6dE > div .detail_edm-module--bottom-link--1TwMf {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  text-align: center;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--flex-center--CYwIb {
  display: flex;
  align-items: center;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--detail--ncAl3 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 20px 20px;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--detail--ncAl3 .detail_edm-module--detail-row--CAC9L {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--detail--ncAl3 .detail_edm-module--detail-row--CAC9L:last-child {
  margin-bottom: 0;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--detail-row-label--EcvRZ {
  text-align: start;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  width: 72px;
  overflow: hidden;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--detail-row-ent--IPd4Y {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #232d47;
}
.detail_edm-module--edm-container--S9EK2 .detail_edm-module--card-container--yK9dd .detail_edm-module--header-tag-yellow--XN6MA {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
  background: #fff8ed;
  background: var(--Warning-1, #fff8ed);
}

.detail_edm-module--customerSelectListWrap--Q20iW {
  width: 196px;
  padding: 16px 0;
  border: 0.5px solid #f0f2f7;
  border: 0.5px solid var(--Fill-2_5, #f0f2f7);
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  background: #ffffff;
}
.detail_edm-module--customerSelectListWrap--Q20iW .ant-popover-inner {
  box-shadow: none;
  border: none;
}

.detail_edm-module--customerSelectList--ycYAV {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  max-height: 160px;
}
.detail_edm-module--customerSelectList--ycYAV::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.detail_edm-module--customerSelectList--ycYAV::-webkit-scrollbar:horizontal {
  height: 6px;
}
.detail_edm-module--customerSelectList--ycYAV:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.detail_edm-module--customerSelectList--ycYAV:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.detail_edm-module--customerSelectList--ycYAV:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.detail_edm-module--customerSelectList--ycYAV:hover::-webkit-scrollbar-button {
  display: none;
}
.detail_edm-module--customerSelectList--ycYAV:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.detail_edm-module--customerSelectList--ycYAV:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.detail_edm-module--customerSelectList--ycYAV:hover::-webkit-scrollbar-corner {
  display: none;
}
.detail_edm-module--customerSelectList--ycYAV .detail_edm-module--customerSelectItem--sVRA3 {
  width: 196px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 32px;
  cursor: pointer;
}
.detail_edm-module--customerSelectList--ycYAV .detail_edm-module--customerSelectItem--sVRA3:hover {
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.detail_edm-module--customerSelectList--ycYAV .detail_edm-module--customerSelectItem--sVRA3 .detail_edm-module--itemTxt--6jEEa {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.detail_edm-module--customerSelectList--ycYAV .detail_edm-module--customerSelectItem--sVRA3 .detail_edm-module--selectedIcon--gzcya {
  display: none;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgNy44MzMzM0w2LjMzMzMzIDExLjE2NjdMMTMgNC41IiBzdHJva2U9IiM0QzZBRkYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: 100%;
}
.detail_edm-module--customerSelectList--ycYAV .detail_edm-module--customerSelectItem--sVRA3.detail_edm-module--selected--4qTn8 {
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.detail_edm-module--customerSelectList--ycYAV .detail_edm-module--customerSelectItem--sVRA3.detail_edm-module--selected--4qTn8 .detail_edm-module--selectedIcon--gzcya {
  display: block;
}
.label-module--label--UtbJ- {
  position: relative;
  display: inline-block;
  padding: 4px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2px;
  overflow: hidden;
}
.label-module--label--UtbJ-.label-module--deletable--xqLuE {
  cursor: pointer;
}
.label-module--label--UtbJ-.label-module--deletable--xqLuE:hover .label-module--delete-trigger--PZRMa {
  right: 0;
}
.label-module--label--UtbJ- .label-module--delete-trigger--PZRMa {
  position: absolute;
  top: 0;
  right: -20px;
  transition: right 0.2s;
}
.label-module--label--UtbJ- .label-module--no-ellipsis--phoS5 {
  max-width: initial;
}

.label-module--label-no-hidden--jmimc {
  overflow: initial;
}
.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;
}
@charset "UTF-8";
.ellipsisMore-module--ellipsis-more--ES4MC {
  display: flex;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.ellipsisMore-module--ellipsis-more-mirror--2Qg0T {
  position: absolute;
  top: 0;
  left: 100%;
  white-space: normal;
}
.ellipsisMore-module--ellipsis-more-mirror-item--56V\+x {
  display: inline-flex;
}
.ellipsisMore-module--ellipsis-more-default-dots--ZsHYd {
  line-height: 20px;
  cursor: pointer;
  margin-right: 4px;
}
.ellipsisMore-module--ellipsis-more-default-dots--ZsHYd::before {
  content: "…";
  display: block;
  width: 22px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
}
.ellipsisMore-module--ellipsis-more-dropdown--4n7HK {
  padding: 10px 12px;
  font-size: 12px;
  background: linear-gradient(0deg, #ffffff, #ffffff), #c4c4c4;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.ellipsisLabels-module--ellipsis-labels--XtSgI .ellipsisLabels-module--labels--0comk .ellipsisLabels-module--label-item--1aYF1 {
  margin-right: 4px;
}
.ellipsisLabels-module--ellipsis-labels--XtSgI .ellipsisLabels-module--labels--0comk .ellipsisLabels-module--label-item--1aYF1:last-child {
  margin-right: 0;
}

.ellipsisLabels-module--ellipsis-labels-add--zyEr3 {
  padding: 2px 7px;
  height: 20px;
  background: #f6f7fa;
  border-radius: 2px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.ellipsisLabels-module--ellipsis-labels-add-text--cd7Sr {
  font-size: 12px;
  line-height: 16px;
  color: #4e5a70;
  margin-left: 5px;
}
@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;
  width: 112px;
}
.eventsgroups-module--dropDownOverlay--6qsB5 .eventsgroups-module--menuItem--my29t {
  line-height: 32px;
  padding: 0;
  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;
}
.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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.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%;
}
@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;
}
@charset "UTF-8";._uni-btn_1bs7c_8{box-shadow:none}._uni-btn_1bs7c_8._large_1bs7c_11{min-width:76px}._uni-btn_1bs7c_8.l2c-crm-ant-btn{height:auto;display:flex;align-items:center;justify-content:center;border-radius:4px;padding:3px 18px;line-height:1.42857143;box-shadow:none}._uni-btn_1bs7c_8.l2c-crm-ant-btn-primary{border:none;background:var(--brand-6, #4c6aff);text-shadow:none}._uni-btn_1bs7c_8.l2c-crm-ant-btn-primary:focus{background:var(--brand-6, #4c6aff)}._uni-btn_1bs7c_8.l2c-crm-ant-btn-primary:hover{background:#7098fe}._uni-btn_1bs7c_8.l2c-crm-ant-btn-primary:active{background:var(--brand-6, #4c6aff)}._uni-btn_1bs7c_8._gray_1bs7c_38{border:none}._uni-btn_1bs7c_8._gray_1bs7c_38.l2c-crm-ant-btn-default{background:#f0f3f5;color:var(--text-4, #545a6e)}._uni-btn_1bs7c_8._gray_1bs7c_38.l2c-crm-ant-btn-default:hover{background:#f4f6f7}._uni-btn_1bs7c_8._gray_1bs7c_38.l2c-crm-ant-btn-default:active{background:#e1e6ed}._uni-btn_1bs7c_8._gray_1bs7c_38._border_1bs7c_51{border:1px solid var(--line-3, #e1e3e8)}._uni-btn_1bs7c_8._light-gray_1bs7c_54{border:none}._uni-btn_1bs7c_8._light-gray_1bs7c_54.l2c-crm-ant-btn-default{background:var(--white, #ffffff);border-color:var(--white, #ffffff);color:var(--text-4, #545a6e)}._uni-btn_1bs7c_8._light-gray_1bs7c_54.l2c-crm-ant-btn-default:hover,._uni-btn_1bs7c_8._light-gray_1bs7c_54.l2c-crm-ant-btn-default:active{background:var(--white, #ffffff)}._uni-btn_1bs7c_8._light-gray_1bs7c_54.l2c-crm-ant-btn-default:focus{background:var(--white, #ffffff)}._uni-btn_1bs7c_8._light-gray_1bs7c_54._border_1bs7c_51{border:1px solid var(--line-3, #e1e3e8)}._uni-btn_1bs7c_8._light-primary_1bs7c_74{border:none}._uni-btn_1bs7c_8._light-primary_1bs7c_74.l2c-crm-ant-btn-primary{border-color:var(--brand-6, #4c6aff);color:var(--brand-6, #4c6aff)}._uni-btn_1bs7c_8._light-primary_1bs7c_74.l2c-crm-ant-btn-primary:hover{color:#7088ff;border-color:#7088ff}._uni-btn_1bs7c_8._light-primary_1bs7c_74.l2c-crm-ant-btn-primary:active{color:#445fe5;border-color:#445fe5}._uni-btn_1bs7c_8._light-primary_1bs7c_74._border_1bs7c_51{border:1px solid var(--brand-6, #4c6aff)}._uni-btn_1bs7c_8._light-primary_1bs7c_74.l2c-crm-ant-btn-primary:not(.l2c-crm-ant-btn-background-ghost){background:var(--white, #ffffff)}._uni-btn_1bs7c_8.l2c-crm-ant-btn-lg{height:32px;font-size:14px}._uni-btn_1bs7c_8.l2c-crm-ant-btn-primary[disabled]{background:var(--brand-3, var(--brand-3, #b7c3ff));color:var(--unnamed, #fff)}._uni-btn_1bs7c_8.l2c-crm-ant-btn-primary[disabled]:hover,._uni-btn_1bs7c_8.l2c-crm-ant-btn-primary[disabled]:focus,._uni-btn_1bs7c_8.l2c-crm-ant-btn-primary[disabled]:active{background:var(--brand-3, var(--brand-3, #b7c3ff));color:var(--unnamed, #fff)}._container_1h0qa_5{font-family:PingFang SC;font-style:normal;font-weight:400}._with-icon_1h0qa_14{padding-left:24px}._title_1h0qa_18{color:var(----Text-5-, #272e47);font-size:16px;font-weight:500;line-height:24px;margin-bottom:10px;position:relative}._icon_1h0qa_27{position:absolute;left:-24px;top:3px}._icon-error_1h0qa_33 svg{color:#fe5b4c}._content_1h0qa_37{color:var(----Text-3, #747a8c);font-size:14px;line-height:22px}._button-wrap_1h0qa_43{display:flex;justify-content:flex-end;align-items:center;margin-top:18px}._pop-confirm-wrapper_1h0qa_50{width:400px;border-radius:8px}._pop-confirm-wrapper_1h0qa_50 .l2c-crm-ant-popover-inner{border-radius:8px}._pop-confirm-wrapper_1h0qa_50 .l2c-crm-ant-popover-inner-content{padding:18px 20px}._pop-confirm-wrapper_1h0qa_50 .l2c-crm-ant-popover-message-title{padding-left:0}._pop-confirm-wrapper_1h0qa_50 .l2c-crm-ant-popover-message{padding:0}._pop-confirm-wrapper_1h0qa_50 .l2c-crm-ant-popover-buttons,._pop-confirm-wrapper_1h0qa_50 .anticon.anticon-exclamation-circle{display:none}._sim-container_1uegh_8{color:var(--text-4, #545a6e)!important}._sim-container_1uegh_8 .l2c-crm-ant-checkbox-inner{width:13px;height:13px}._sim-container_1uegh_8 .l2c-crm-ant-checkbox-inner:after{top:50%;left:27.5%;width:4px;height:6px}._sim-container_1uegh_8 .l2c-crm-ant-checkbox-checked .l2c-crm-ant-checkbox-inner:after{border:1.2px solid #fff;border-top:0;border-left:0}._sim-container_1uegh_8 .l2c-crm-ant-checkbox{top:1px;left:1.5px}._tab-wrap_1knae_8{display:flex;flex-direction:row;gap:12px 8px}._tab-item_1knae_14{flex-shrink:0;border:1px solid var(--fill-2, #f6f7fa);border-radius:16px;background:var(--fill-2, #f6f7fa);height:24px;padding:2px 12px;color:var(--text-5, #272e47);font-size:12px;font-style:normal;font-weight:400;cursor:pointer}._tab-item_1knae_14:hover{color:var(--brand-6, #4c6aff)}._tab-item_1knae_14._active_1knae_30{border:1px solid var(--brand-6, #4c6aff);background:var(--brand-2, #edf0ff);color:var(--brand-6, #4c6aff);font-weight:500}._table_1bg0v_9 .l2c-crm-ant-table-thead>tr>th{background:var(--fill-2, #f6f7fa);color:var(--text-3, #747a8c);font-size:14px;font-style:normal;font-weight:400;line-height:22px;border-bottom:none}._table_1bg0v_9 td{color:var(--text-5, #272e47);font-size:14px;font-style:normal;font-weight:400;line-height:22px}._table_1bg0v_9 .l2c-crm-ant-table-tbody>tr>td{border-bottom:none}._table_1bg0v_9 .l2c-crm-ant-table-tbody>tr:nth-child(2n)>td{background:var(--fill-1, #f8f9fa)}._table_1bg0v_9 .l2c-crm-ant-table-tbody>tr.l2c-crm-ant-table-row:hover>td,._table_1bg0v_9 .l2c-crm-ant-table-tbody>tr>td.l2c-crm-ant-table-row-hover{background:var(--brand-2, #edf0ff)}._table_1bg0v_9 .l2c-crm-ant-table-tbody>tr.l2c-crm-ant-table-placeholder>td{background:#fff}._table_1bg0v_9 .l2c-crm-ant-table-thead>tr>th:not(:last-child):not(.l2c-crm-ant-table-selection-column):not(.l2c-crm-ant-table-row-expand-icon-cell):not([colspan]):before{display:none}._even-row-bj_1bg0v_43 .l2c-crm-ant-table-tbody>tr:nth-child(even){background:var(--fill-1, #f8f9fa)}._even-row-bj_1bg0v_43 .l2c-crm-ant-table-tbody>tr:nth-child(odd){background:initial}._odd-row-bj_1bg0v_50 .l2c-crm-ant-table-tbody>tr:nth-child(odd){background:var(--fill-1, #f8f9fa)}._odd-row-bj_1bg0v_50 .l2c-crm-ant-table-tbody>tr:nth-child(even){background:initial}._tiny-table_1bg0v_57._inline-border_1bg0v_57 .l2c-crm-ant-table-thead>tr>th{border-right:1px solid #e1e3e8!important}._tiny-table_1bg0v_57._inline-border_1bg0v_57 .l2c-crm-ant-table-tbody>tr>td{border-right:1px solid #e1e3e8!important}._tiny-table_1bg0v_57._none-border_1bg0v_63 .l2c-crm-ant-table-thead>tr>th{border-right:none}._tiny-table_1bg0v_57._none-border_1bg0v_63 .l2c-crm-ant-table-tbody>tr>td{border-right:none}._tiny-table_1bg0v_57._none-border_1bg0v_63 .l2c-crm-ant-table-thead>tr>th:not(:last-child):not(.l2c-crm-ant-table-selection-column):not(.l2c-crm-ant-table-row-expand-icon-cell):not([colspan]):before{display:none}._tiny-table_1bg0v_57 .l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table,._tiny-table_1bg0v_57 .l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-header>table{border-top:none}._tiny-table_1bg0v_57 .l2c-crm-ant-table-thead>tr>th{color:var(---Text-3, #747a8c);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;border-bottom:none}._tiny-table_1bg0v_57 .l2c-crm-ant-table-tbody>tr>td{border-color:#e1e3e8;overflow:hidden;color:#272e47;text-overflow:ellipsis;white-space:nowrap;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;border-bottom:none}._tiny-table_1bg0v_57 .l2c-crm-ant-table-thead>tr>th{background:var(---Fill-2, #f6f7fa)}._tiny-table_1bg0v_57 .l2c-crm-ant-table-cell{padding:8px 16px;height:40px;line-height:22px}._tiny-table_1bg0v_57 thead>tr>th:last-child,._tiny-table_1bg0v_57 tbody>tr>td:last-child{border-right:none!important}._tiny-table_1bg0v_57 tbody>tr:last-child td{border-bottom:none}._tiny-table_1bg0v_57 tbody>tr:nth-child(2n){background:var(---Fill-2, #f6f7fa)}._tiny-table_1bg0v_57 ._month_1bg0v_117{padding-left:8px;padding-right:8px}._container_114fa_1{position:relative;display:inline-block}._container_114fa_1 .l2c-crm-ant-select{border-radius:4px;border:1px solid var(--Line-3, #e1e3e8);background:#fff}._container_114fa_1 .l2c-crm-ant-select.l2c-crm-ant-select-open{border-color:var(--brand-5, #7088ff)}._container_114fa_1 .l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{border-radius:4px}._container_114fa_1 .l2c-crm-ant-select-selection-item{background:var(--fill-25-hover, #f0f2f7)!important;border-radius:2px!important}._container_114fa_1 .l2c-crm-ant-select-selection-overflow{flex-wrap:nowrap}._container_114fa_1 .l2c-crm-ant-select-selector{overflow:hidden;border:none!important}._container_114fa_1 .l2c-crm-ant-select:not(.l2c-crm-ant-select-disabled):hover{border-color:var(--brand-5, #7088ff)}._container_114fa_1 .l2c-crm-ant-select-focused:not(.l2c-crm-ant-select-disabled).l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{box-shadow:none;border-color:var(--brand-5, #7088ff)}._container_114fa_1 .l2c-crm-ant-select-multiple.l2c-crm-ant-select-show-arrow .l2c-crm-ant-select-selector,._container_114fa_1 .l2c-crm-ant-select-multiple.l2c-crm-ant-select-allow-clear .l2c-crm-ant-select-selector{padding-right:0;margin-right:24px}._container_114fa_1 .l2c-crm-ant-select-selection-item-content{color:var(--Text-5, #272e47);font-size:14px;font-style:normal;font-weight:400;line-height:22px}._cascade-wrap_114fa_47 .l2c-crm-ant-cascader-menu-item-active:not(.l2c-crm-ant-cascader-menu-item-disabled){background-color:var(--fill-2, #f6f7fa);font-weight:400}._cascade-wrap_114fa_47 .l2c-crm-ant-cascader-menu-item:hover{background-color:var(--fill-2, #f6f7fa)}._remove_114fa_55{display:inline!important}._arrow_114fa_59{position:absolute;right:8px;pointer-events:none;top:50%;transform:translateY(-50%)}._container_573fp_5._drag_573fp_8{-webkit-app-region:drag}._warn_13b6f_1 .l2c-crm-ant-message-notice-content{border-radius:4px;border:1px solid var(--Warning-3, #ffe1b7);background:var(--Warning-1, #fff8ed);box-shadow:0 4px 10px #2f53861f;padding-top:8px;padding-bottom:8px;color:var(---Text-5, #232d47)}._error_13b6f_11 .l2c-crm-ant-message-notice-content{border-radius:4px;border:1px solid var(--Error-3, #ffbdb7);background:var(--Error-1, #ffefed);box-shadow:0 4px 10px #2f53861f;padding-top:8px;padding-bottom:8px;color:var(---Text-5, #232d47)}._success_13b6f_21 .l2c-crm-ant-message-notice-content{border-radius:4px;border:1px solid var(--Success-3, #9fefcd);background:var(--Success-1, #e7fbf3);box-shadow:0 4px 10px #2f53861f;padding-top:8px;padding-bottom:8px;color:var(---Text-5, #232d47);font-size:14px;font-style:normal;font-weight:400;line-height:22px}._info_13b6f_35 .l2c-crm-ant-message-notice-content,._loading_13b6f_49 .l2c-crm-ant-message-notice-content{border-radius:4px;border:1px solid var(--Brand-3, #b7c3ff);background:var(--Brand-1, #f2f5ff);box-shadow:0 4px 10px #2f53861f;padding-top:8px;padding-bottom:8px;color:var(---Text-5, #232d47);font-size:14px;font-style:normal;font-weight:400;line-height:22px}._loading_13b6f_49 .l2c-crm-ant-message-notice-content .l2c-crm-ant-message-custom-content{display:flex;gap:8px}._icon_13b6f_67{margin-right:8px}._l2c-crm-top-message-container_13b6f_71 .l2c-crm-ant-message{z-index:9999}._menu-wrap_tlucy_8{height:100%;background-color:var(--white, #ffffff);overflow-y:auto;-webkit-user-select:none;user-select:none;padding-right:1px;overflow-x:hidden}._menu-wrap_tlucy_8>ul{border-right:none!important}._menu-wrap_tlucy_8 .l2c-crm-ant-menu{color:var(--text-5, #272e47)!important}._menu-wrap_tlucy_8 .l2c-crm-ant-menu>.l2c-crm-ant-menu-item{display:flex!important;align-items:center!important}._menu-wrap_tlucy_8 .l2c-crm-ant-menu>li{margin-bottom:6px!important;margin-top:6px!important}._menu-wrap_tlucy_8 .l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title:hover,._menu-wrap_tlucy_8 .l2c-crm-ant-menu-item:not(.l2c-crm-ant-menu-item-selected):hover{background:var(--brand-1, #f2f5ff)!important;color:var(--text-5, #272e47)!important}._menu-wrap_tlucy_8 .l2c-crm-ant-menu-sub .l2c-crm-ant-menu-item{margin-top:2px!important;margin-bottom:0!important;padding-left:34px!important}._menu-wrap_tlucy_8 .l2c-crm-ant-menu-submenu-title{margin-bottom:0!important}._menu-wrap_tlucy_8 .l2c-crm-ant-menu-submenu-title,._menu-wrap_tlucy_8 .l2c-crm-ant-menu-item{height:42px!important;border-radius:4px}._menu-wrap_tlucy_8 .l2c-crm-ant-menu-submenu-title{display:flex;align-items:center}._menu-wrap_tlucy_8 .l2c-crm-ant-menu-inline-collapsed .l2c-crm-ant-menu-submenu-selected{background-color:var(--brand-1, #f2f5ff)}._menu-wrap_tlucy_8 .l2c-crm-ant-menu:not(.l2c-crm-ant-menu-horizontal) .l2c-crm-ant-menu-item-selected{background:var(--brand-1, #f2f5ff)!important;border-radius:4px}._menu-wrap_tlucy_8 .l2c-crm-ant-menu-submenu-selected,._menu-wrap_tlucy_8 .l2c-crm-ant-menu-submenu-title:hover{color:var(--text-5, #272e47)!important}._menu-wrap_tlucy_8 .l2c-crm-ant-menu-item-selected{color:var(--brand-6, #4c6aff)!important}._menu-wrap_tlucy_8 .l2c-crm-ant-menu-submenu .l2c-crm-ant-menu-submenu-arrow{color:inherit!important}._menu-wrap_tlucy_8 .l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-item:after,._menu-wrap_tlucy_8 .l2c-crm-ant-menu-vertical-left .l2c-crm-ant-menu-item:after,._menu-wrap_tlucy_8 .l2c-crm-ant-menu-vertical-right .l2c-crm-ant-menu-item:after,._menu-wrap_tlucy_8 .l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item:after{display:none}._menu-wrap_tlucy_8 .l2c-crm-ant-menu-sub.l2c-crm-ant-menu-inline{background-color:var(--white, #ffffff)}._menu-wrap_tlucy_8 .l2c-crm-ant-menu-submenu-arrow:before,._menu-wrap_tlucy_8 .l2c-crm-ant-menu-submenu-arrow:after{color:var(--fill-8, #3f465c)}._menu-wrap_tlucy_8 ._l2c-crm-ant-menu_tlucy_19._l2c-crm-ant-menu-inline-collapsed_tlucy_51 ._l2c-crm-ant-menu-submenu-title_tlucy_30,._menu-wrap_tlucy_8 ._l2c-crm-ant-menu_tlucy_19._l2c-crm-ant-menu-inline-collapsed_tlucy_51 ._l2c-crm-ant-menu-item_tlucy_22{padding-left:16px!important}._menu_tlucy_8{height:100%}._menu_tlucy_8._bold-title_tlucy_89>li>span{font-weight:500!important}._menu_tlucy_8._bold-title_tlucy_89 .l2c-crm-ant-menu-submenu-title{font-weight:500}._menu-item_tlucy_96{display:flex;justify-content:space-between;align-items:center}._bubble_tlucy_102{height:16px;padding:0 5px;min-width:18px;border-radius:8px;background:var(--error-6, #fe5b4c);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center;font-size:12px;line-height:16px;color:var(--white, #ffffff)}._bubble_1mxab_8{font-weight:400;height:16px;padding:0 4px;min-width:18px;border-radius:8px;background:var(--error-6, #fe5b4c);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center;flex-shrink:0;font-size:10px;line-height:16px;color:var(--white, #ffffff)}._container_bu3nb_5{height:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}._container_bu3nb_5 h4{margin-top:16px;font-style:normal;font-weight:400;font-size:14px;line-height:22px;text-align:center;color:#7a8599}._container_1jde5_1{height:100%;width:100%;display:flex;justify-content:center;align-items:center}._container_1jde5_1>div{margin-top:-12%;text-align:center}._text_1jde5_13,._mini-text_1jde5_13{margin-top:12px;font-style:normal;font-weight:500;font-size:14px;line-height:22px;text-align:center;color:#232d47;flex:none;order:0;flex-grow:0}._mini-text_1jde5_13{font-size:12px;margin-top:6px;line-height:18px;color:#7a8599}._btn_1jde5_33{min-width:80px!important;background:var(--brand-6, #4c6aff)!important;border-radius:4px!important;margin-top:24px}._btn_1jde5_33:hover,._btn_1jde5_33:active{background:var(--brand-6, #4c6aff)!important}._text_x00a8_8{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;width:100%}._text-backup_x00a8_16{white-space:nowrap;visibility:hidden;position:fixed;z-index:-9999}._text-backup-container_x00a8_23{height:0;visibility:hidden}._span-v2_x00a8_28{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}._container_1rot9_1{display:inline-flex;align-items:center;gap:8px}._container_1rot9_1>span{overflow:hidden;flex-shrink:0;color:var(---Text-4-, #545a6e);text-overflow:ellipsis;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._input-normal_1rot9_19{height:28px;padding:3px 12px}._edit-wrap_twofh_1{display:inline-flex;align-items:center;justify-content:center}._edit-wrap_twofh_1:hover ._edit-icon_twofh_6{visibility:visible;cursor:pointer;pointer-events:inherit}._edit-icon_twofh_6{visibility:hidden;pointer-events:none;margin-left:6px}._title-wrap_twofh_18{display:inline-flex;align-items:center;max-width:200px}._tag_wfpwg_2{border-radius:2px;padding:2px 6px;font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;height:20px;line-height:16px}._tag_wfpwg_2._success_wfpwg_13{color:var(--label-23, #398e80);border:.5px solid var(--label-22, #66e0cc);background:var(--label-21, #d6f7f1)}._tag_wfpwg_2._danger_wfpwg_18{color:var(--label-23, #CB493D);border:.5px solid var(--label-22, #FE9D94);background:var(--label-21, #FFE5E2)}._tag_wfpwg_2._warning_wfpwg_23{color:var(--label-23, #CC913D);border:.5px solid var(--label-22, #FFB54C);background:var(--label-21, #FFF3E2)}._tag_wfpwg_2._default_wfpwg_28{color:var(--label-23, #4E5A70);border:.5px solid var(--label-22, #C0C8D6);background:var(--label-21, #E7EBF1)}._tag_wfpwg_2._red_wfpwg_33{color:var(--label-5_3, #CB493D);border:.5px solid var(--label-5_2, #FE9D94);background:var(--label-5_1, #FFE5E2)}._tag_wfpwg_2._blue_wfpwg_38{color:var(--label-1_3, #4759B2);border:.5px solid var(--label-1_2, #83B3F7);background:var(--label-1_1, #DEEBFD)}._tag_wfpwg_2._gray_wfpwg_43{color:var(--label-6_3, #4E5A70);border:.5px solid var(--label-6_2, #C0C8D6);background:var(--label-6_1, #E7EBF1)}._wrap-modal_wq9c0_1.l2c-crm-ant-modal-centered .l2c-crm-ant-modal{vertical-align:baseline}._icon-close_wq9c0_5{position:relative;top:8px}._divider_wq9c0_10{height:1px;margin:10px -20px 20px;background-color:#ebedf2}._hide-content_wq9c0_19{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000}._confirm-title_1ww5s_1{align-items:flex-start!important}._confirm-title_1ww5s_1 .l2c-crm-icon-wrapper{margin-top:3px}._modal_1tm2z_8{border-radius:4px}._modal_1tm2z_8 .l2c-crm-ant-modal-content{border-radius:8px;overflow:hidden}._modal_1tm2z_8 .l2c-crm-ant-modal-header{padding:20px 20px 0;font-style:normal;font-family:PingFang SC;font-weight:500;font-size:16px;line-height:24px;color:var(--text-5, #272e47);border-bottom:none}._modal_1tm2z_8 .l2c-crm-ant-modal-title{font-family:PingFang SC;font-weight:500;font-size:16px;line-height:24px;color:var(--text-5, #272e47)}._modal_1tm2z_8 .l2c-crm-ant-modal-body{padding:8px 20px 18px}._modal_1tm2z_8 .l2c-crm-ant-modal-close{box-sizing:border-box;padding-top:23px;padding-right:22px}._modal_1tm2z_8 .l2c-crm-ant-modal-close-x{width:18px;height:18px;line-height:0}._modal_1tm2z_8 .l2c-crm-ant-modal-footer{padding:0;border-top:none}._footer_1tm2z_50{padding:0 20px 18px;display:flex;justify-content:end}._footer_1tm2z_50._center_1tm2z_55{justify-content:center}._footer_1tm2z_50>button>span{line-height:28px}._footer_1tm2z_50>button:last-child{margin-left:8px!important}._modal-button_1tm2z_65{display:inline-flex!important;justify-content:center;min-width:76px}._b-small-scrollbar_7lsxj_3{overflow-y:scroll;padding-right:2px}._b-small-scrollbar_7lsxj_3::-webkit-scrollbar{opacity:0;width:6px;background-color:transparent}._b-small-scrollbar_7lsxj_3:hover::-webkit-scrollbar{opacity:1;display:block;padding-right:4px;height:4px}._b-small-scrollbar_7lsxj_3:hover::-webkit-scrollbar-button{display:none}._b-small-scrollbar_7lsxj_3:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:6px;padding-right:4px;width:4px;opacity:0}._b-small-scrollbar_7lsxj_3:hover::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.2)}._b-small-scrollbar_7lsxj_3:hover::-webkit-scrollbar-corner{display:none}._tooltipContent_1pde1_1{cursor:pointer}._tooltipContent_1pde1_1 span{color:var(--brand-5, #7088ff);padding-left:12px}._react-table-th-resizable-handle_1nzt4_1{position:absolute;right:-5px;bottom:0;z-index:1;width:10px;height:100%;cursor:col-resize}._table-column-drag-line_1nzt4_11{border-left:2px dashed var(--brand-6, #4c6aff)!important;z-index:99999!important}._resize_1nzt4_16{position:relative!important}._overlay_170dv_1{background-color:#fff;margin-top:-22px;padding-top:0!important}._overlay_170dv_1 .l2c-crm-ant-tooltip-arrow{display:none}._overlay_170dv_1 .l2c-crm-ant-tooltip-inner{color:var(--text-5, #272e47);padding:2px 0;border-radius:4px;border:1px solid var(--line-line-1, #eeeff0);background:var(--fill-fade-0, #fff);box-shadow:0 3px 3px #2f538614}._item_170dv_18{height:32px;padding:5px 12px;font-size:14px;font-style:normal;font-weight:400;line-height:22px;color:var(--text-4, #545a6e);cursor:pointer}._item_170dv_18:hover,._item_170dv_18._active_170dv_28{background:var(--brand-1, #f4f6f7)}._item_170dv_18._disabled_170dv_31{cursor:not-allowed;color:var(--text-4, #8f9bb3)}._page-list_170dv_36{padding-top:3px;padding-bottom:3px;width:130px}._no-data_1h2q7_1{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:158px}._no-data_1h2q7_1 img{width:56px;height:63px;margin-bottom:16px}._no-data_1h2q7_1._search-no-data_1h2q7_13 img{width:58px;height:63px}._no-data_1h2q7_1 p{margin-bottom:0;color:var(----Text-3, #747a8c);text-align:center;font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;line-height:16px}._content_8uoc0_1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tooltip_8uoc0_7 .l2c-crm-ant-tooltip-inner{border-radius:4px;padding:8px 12px;line-height:20px;background-color:#000c}._drop-down_2f8w9_2 ._add-box_2f8w9_2{border-top:1px solid var(--Line-2, #ebedf2);height:37px;padding-top:4px;padding-left:12px;padding-right:12px}._drop-down_2f8w9_2 ._btn-wrap_2f8w9_9{display:flex;height:100%;align-items:center;gap:10px;cursor:pointer;color:var(---Brand-6, #4c6aff)}._drop-down_2f8w9_2 ._btn-wrap_2f8w9_9 svg{stroke:var(--brand-6, #4c6aff);stroke:var(---Brand-6, #4c6aff)}._drop-down_2f8w9_2 ._input-wrap_2f8w9_21{display:flex;align-items:center;gap:12px}._drop-down_2f8w9_2 ._input-wrap_2f8w9_21 ._close_2f8w9_26{cursor:pointer}._drop-down_2f8w9_2 ._disable_2f8w9_29 path{stroke:#b7bac2}._drop-down_2f8w9_2 ._enable_2f8w9_32{cursor:pointer}._drop-down_2f8w9_2 ._enable_2f8w9_32 path{stroke:#0fd683}._option-container_2f8w9_39{max-height:256px}._option-item-wrap_2f8w9_43{height:32px;padding:0 12px;display:flex;align-items:center}._option-item-wrap_2f8w9_43._active_2f8w9_49{color:var(---Brand-6, #4c6aff)}._option-item-wrap_2f8w9_43 ._view-box_2f8w9_52{width:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer;height:100%;flex-grow:0;gap:10px}._option-item-wrap_2f8w9_43 ._edit-icon_2f8w9_62{display:none;cursor:pointer;flex-shrink:0}._option-item-wrap_2f8w9_43:hover{background:var(--fill-2, #f6f7fa)}._option-item-wrap_2f8w9_43:hover ._edit-icon_2f8w9_62{display:block}._opt-left-wrap_2f8w9_74{width:0;flex-grow:1;display:inline-flex;align-items:center;gap:10px}._no-option_2f8w9_82{color:var(--text-2, #9fa2ad);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;padding:5px 12px}._container_1sk99_5{width:100%;height:100%;background-color:#f6f7fa;position:relative}._container_1sk99_5>iframe{width:100%;height:100%;border:none}@keyframes _spin_1sk99_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loading_1sk99_28{position:absolute;background-color:#f6f7fa;z-index:10;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}._loading_1sk99_28>div{animation:_spin_1sk99_1 1s linear infinite}._container_1atun_6{background:var(--fill-2, #f6f7fa);width:100%;height:100%}._container_1atun_6 h2{margin-bottom:4px}._card_1atun_18{padding:16px 16px 16px 20px;border:1px solid var(--line-2, #ebedf2);background:#fff;border-radius:4px}._card_1atun_18+._card_1atun_18{margin-top:8px}._btn-wrap_1atun_28{display:inline-flex;align-items:center;gap:4px;cursor:pointer;position:relative}._btn-wrap_1atun_28 ._dot_1atun_35{height:16px;position:absolute;top:-8px;right:-8px;min-width:16px}._title_1atun_43{color:var(--text-5, #272e47);font-style:normal;font-weight:500;line-height:22px;font-size:14px}._content_1atun_51{color:var(--text-5, #272e47);font-size:12px;line-height:16px;flex:1 1}._tip-text_1atun_58{color:var(--text-3, #747a8c);font-size:12px;line-height:16px}._link_1atun_65{color:var(--brand-6, #4c6aff);font-size:12px;line-height:16px;flex-shrink:0}._link_1atun_65+._link_1atun_65{margin-left:8px}._link_1atun_65._clickable_1atun_74{cursor:pointer}._blue-text_1atun_78{color:var(--brand-6, #4c6aff)}._count_1atun_82{color:var(--warning-7, #e5a344);font-size:12px;font-weight:500;line-height:20px}._button-text_1atun_89{color:var(--text-4, #545a6e);font-size:14px;line-height:22px}._flex-space-between_1atun_95{display:flex;justify-content:space-between;gap:72px}._align-center_1atun_101{display:flex;align-items:center}._right-icon_1atun_106{display:inline-block!important}._m-l-8_1atun_110{margin-left:8px}._m-r-4_1atun_114{margin-right:4px}._m-b-8_1atun_118{margin-bottom:8px}._m-b-4_1atun_122{margin-bottom:4px}._invalid-tips_1atun_126{height:32px;padding:0 12px;background:#fef8ee;justify-content:space-between;color:var(--text-5, #272e47);font-size:12px;line-height:20px}._invalid-tips_1atun_126 svg circle{fill:#ffb54c}._invalid-tips_1atun_126 ._link_1atun_65{margin-left:0}._btn-text_1atun_142{background:linear-gradient(106deg,#52f4ff 0%,#5551ff 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._red-dot_1atun_149{width:6px;height:6px;border-radius:50%;background:var(--error-6, #fe5b4c);position:absolute;top:-3px;right:-3px}._no-data_1atun_159{display:flex;height:100%;justify-content:center;align-items:center;flex-direction:column}._no-data_1atun_159 img{width:56px;height:63px}._no-data_1atun_159 div{margin-top:16px;color:var(--text-3, #747a8c);text-align:center;font-size:12px;line-height:16px}._guide-popover_1atun_179.l2c-crm-ant-popover{z-index:1000}._drawer-root_1atun_183 .l2c-crm-ant-drawer-wrapper-body{background-color:var(--fill-2, #f6f7fa);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE5OCIgdmlld0JveD0iMCAwIDUwNCAxOTgiIHdpZHRoPSI1MDQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxyYWRpYWxHcmFkaWVudCBpZD0iYSIgY3g9IjAiIGN5PSIwIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KC40Mzg1MTE5IDI3OC4yMzc2NTQ0NSAtMjc4LjIzNzY1NDQ1IC40Mzg1MTE5IDYxLjA3NDIgLTEyMS45OCkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiByPSIxIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM3ZjkzZmYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM3ZTk0ZmYiIHN0b3Atb3BhY2l0eT0iMCIvPjwvcmFkaWFsR3JhZGllbnQ+PHJhZGlhbEdyYWRpZW50IGlkPSJiIiBjeD0iMCIgY3k9IjAiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoLTM1LjAwMDQzMjA2IDE2Ni4zMTkxMjQ1OCAtMTY2LjMxOTEyNDU4IC0zNS4wMDA0MzIwNiAzMTEuOTYxIC0zMC4yNzc1KSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHI9IjEiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2MxYjJmZiIvPjxzdG9wIG9mZnNldD0iLjUxMTY5MiIgc3RvcC1jb2xvcj0iI2MwYjFmZiIgc3RvcC1vcGFjaXR5PSIuMzgiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNjMWIxZmYiIHN0b3Atb3BhY2l0eT0iMCIvPjwvcmFkaWFsR3JhZGllbnQ+PHJhZGlhbEdyYWRpZW50IGlkPSJjIiBjeD0iMCIgY3k9IjAiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMCAxNzYuOTAzIC0xNzUuMjE4IDAgNDk0LjQwMSAxMS40NTAyKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHI9IjEiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzlkODlmZiIvPjxzdG9wIG9mZnNldD0iLjYyNDU2NiIgc3RvcC1jb2xvcj0iI2E2OTFmZiIgc3RvcC1vcGFjaXR5PSIuNDUiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM5ZDg5ZmYiIHN0b3Atb3BhY2l0eT0iMCIvPjwvcmFkaWFsR3JhZGllbnQ+PGNsaXBQYXRoIGlkPSJkIj48cGF0aCBkPSJtLS41IDBoNTA1djE5Ny4yNjZoLTUwNXoiLz48L2NsaXBQYXRoPjxnIGNsaXAtcGF0aD0idXJsKCNkKSI+PGNpcmNsZSBjeD0iNjEuNTEyNyIgY3k9Ii0xNjMuMzEzIiBmaWxsPSJ1cmwoI2EpIiBvcGFjaXR5PSIuMzgiIHI9IjMxOS41NyIvPjxjaXJjbGUgY3g9IjMxMS45NjEiIGN5PSItMzAuMjc3NSIgZmlsbD0idXJsKCNiKSIgb3BhY2l0eT0iLjI2IiByPSIxOTYuMDAzIi8+PHBhdGggZD0ibTY4My4yMjkgMjAuMzYxOGMwIDk3LjcwMTItNzguNDQ4IDE3Ni45MDMyLTE3NS4yMTggMTc2LjkwMzItOTYuNzcxIDAtMTc1LjIxOS03OS4yMDItMTc1LjIxOS0xNzYuOTAzMiAwLTk3LjcwMDcgNzguNDQ4LTE3Ni45MDI4IDE3NS4yMTktMTc2LjkwMjggOTYuNzcgMCAxNzUuMjE4IDc5LjIwMjEgMTc1LjIxOCAxNzYuOTAyOHoiIGZpbGw9InVybCgjYykiIG9wYWNpdHk9Ii4xNSIvPjwvZz48L3N2Zz4K);background-repeat:no-repeat;background-size:100% auto}._drawer-root_1atun_183 .l2c-crm-ant-drawer-wrapper-body .l2c-crm-ant-drawer-header{border-bottom:1px solid #D8DDF5;padding:16px 20px}._drawer-root_1atun_183 .l2c-crm-ant-drawer-wrapper-body .l2c-crm-ant-drawer-body{padding:16px;background-color:transparent}._msg-item_1atun_198>div:first-child{margin-bottom:4px}._msg-item_1atun_198+._msg-item_1atun_198{margin-top:8px}.driver-fix-stacking{pointer-events:none}#driver-highlighted-element-stage{border-radius:4px!important}#driver-popover-item.l2c-crm-user-guide{background-color:var(--brand-5, #7088ff);border-radius:6px;padding:12px 16px 16px;color:#fff;width:280px}#driver-popover-item.l2c-crm-user-guide #l2c-crm-user-guide-step-count{font-style:normal;font-weight:400;font-size:12px;line-height:20px;color:#fff;position:absolute;bottom:20px}#driver-popover-item.l2c-crm-user-guide .driver-popover-title{font-style:normal;font-weight:500;font-size:14px;line-height:22px;color:#fff;margin-bottom:8px}#driver-popover-item.l2c-crm-user-guide .driver-popover-description{color:#fff;font-style:normal;font-weight:400;font-size:12px;line-height:20px;margin-bottom:45px}#driver-popover-item.l2c-crm-user-guide .driver-popover-footer{display:flex!important;align-items:center;justify-content:flex-end;margin-top:0;position:absolute;bottom:16px;right:16px}#driver-popover-item.l2c-crm-user-guide .driver-popover-footer button{font-size:12px;font-weight:400;padding:6px 14px;text-shadow:none;outline:none;border:none}#driver-popover-item.l2c-crm-user-guide .driver-popover-footer .driver-close-btn,#driver-popover-item.l2c-crm-user-guide .driver-popover-footer .driver-btn-group{float:none}#driver-popover-item.l2c-crm-user-guide .driver-popover-footer .driver-prev-btn{display:none!important}#driver-popover-item.l2c-crm-user-guide .driver-popover-footer .driver-close-btn{background:none;line-height:20px;color:#fff;padding-right:12px}#driver-popover-item.l2c-crm-user-guide .driver-popover-footer .driver-next-btn{background:#fff;color:var(--brand-6, #4c6aff);border-radius:4px;line-height:16px}#driver-popover-item.l2c-crm-user-guide.l2c-crm-user-guide-last-step .driver-close-btn{display:none}#driver-popover-item.l2c-crm-user-guide.l2c-crm-user-guide-only-one-step .driver-next-btn{display:inline-block!important}#driver-popover-item.l2c-crm-user-guide .driver-popover-tip{border:7px solid var(--brand-5, #7088ff)}#driver-popover-item.l2c-crm-user-guide .driver-popover-tip.left{border-color:transparent var(--brand-5, #7088ff) transparent transparent;left:-13px}#driver-popover-item.l2c-crm-user-guide .driver-popover-tip.left.position-center{top:45%}#driver-popover-item.l2c-crm-user-guide .driver-popover-tip.top{border-color:transparent transparent var(--brand-5, #7088ff);top:-13px;left:40px}#driver-popover-item.l2c-crm-user-guide .driver-popover-tip.top.position-right{left:unset;right:40px}.l2c-crm-user-guide-btn-group{display:inline-flex}.l2c-crm-user-guide-btn-group>button:not(:last-child){margin-right:8px}div#driver-popover-item{display:none;position:absolute;background:#fff;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:4998}div#driver-popover-item .driver-popover-tip{border:5px solid #fff;content:"";position:absolute}div#driver-popover-item .driver-popover-tip.bottom{bottom:-10px;border-color:#fff transparent transparent}div#driver-popover-item .driver-popover-tip.bottom.position-center{left:49%}div#driver-popover-item .driver-popover-tip.bottom.position-right{right:20px}div#driver-popover-item .driver-popover-tip.left{left:-10px;top:10px;border-color:transparent #fff transparent transparent}div#driver-popover-item .driver-popover-tip.left.position-center{top:46%}div#driver-popover-item .driver-popover-tip.left.position-bottom{top:auto;bottom:20px}div#driver-popover-item .driver-popover-tip.right{right:-10px;top:10px;border-color:transparent transparent transparent #fff}div#driver-popover-item .driver-popover-tip.right.position-center{top:46%}div#driver-popover-item .driver-popover-tip.right.position-bottom{top:auto;bottom:20px}div#driver-popover-item .driver-popover-tip.top{top:-10px;border-color:transparent transparent #fff}div#driver-popover-item .driver-popover-tip.top.position-center{left:49%}div#driver-popover-item .driver-popover-tip.top.position-right{right:20px}div#driver-popover-item .driver-popover-tip.mid-center{display:none}div#driver-popover-item .driver-popover-footer{display:block;margin-top:10px}div#driver-popover-item .driver-popover-footer button{display:inline-block;padding:3px 10px;border:1px solid #d4d4d4;text-decoration:none;text-shadow:1px 1px 0 #fff;color:#2d2d2d;font:11px/normal sans-serif;cursor:pointer;outline:0;background-color:#f1f1f1;border-radius:2px;zoom:1;line-height:1.3}div#driver-popover-item .driver-popover-footer button.driver-disabled{color:gray;cursor:default;pointer-events:none}div#driver-popover-item .driver-popover-footer .driver-close-btn{float:left}div#driver-popover-item .driver-popover-footer .driver-btn-group,div#driver-popover-item .driver-popover-footer .driver-close-only-btn{float:right}div#driver-popover-item .driver-popover-title{font:19px/normal sans-serif;margin:0 0 5px;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1}div#driver-popover-item .driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;color:#2d2d2d;font-weight:400;zoom:1}.driver-clearfix:after,.driver-clearfix:before{content:"";display:table}.driver-clearfix:after{clear:both}.driver-stage-no-animation{transition:none!important;background:transparent!important;outline:5000px solid rgba(0,0,0,.75)}div#driver-page-overlay{background:#000;position:fixed;bottom:0;right:0;display:block;width:100%;height:100%;zoom:1;filter:alpha(opacity=75);opacity:.75;z-index:100002!important}div#driver-highlighted-element-stage,div#driver-page-overlay{top:0;left:0;transition:all .3s}div#driver-highlighted-element-stage{position:absolute;height:50px;width:300px;background:#fff;z-index:4000!important;display:none;border-radius:2px}.driver-highlighted-element{z-index:4001!important}.driver-position-relative{position:relative!important}.driver-fix-stacking{z-index:auto!important;opacity:1!important;transform:none!important;-moz-filter:none!important;-ms-filter:none!important;-o-filter:none!important;filter:none!important;-ms-perspective:none!important;-o-perspective:none!important;perspective:none!important;transform-style:flat!important;-webkit-transform-box:border-box!important;-moz-transform-box:border-box!important;-ms-transform-box:border-box!important;-o-transform-box:border-box!important;transform-box:border-box!important;will-change:unset!important}._container_1ibk5_1{padding:16px;width:322px}._container_1ibk5_1 ._img_1ibk5_5{width:100%}._container_1ibk5_1 ._img_1ibk5_5>img{width:100%;height:162px}._container_1ibk5_1 h2{margin:8px 0;color:var(--text-5, #272e47);font-size:14px;font-style:normal;font-weight:500;line-height:22px}._container_1ibk5_1 ol{list-style:none;padding-left:0}._container_1ibk5_1 ol li{color:var(--text-5, #272e47);font-size:12px;font-style:normal;font-weight:400;line-height:20px}._container_1ibk5_1 ._btn-wrap_1ibk5_31{display:flex;justify-content:flex-end}._link_115u8_1{cursor:pointer;color:var(--brand-6, #4c6aff)}._link_115u8_1:hover{text-decoration:underline}.l2c-crm-ant-picker-panel-container{background:#FFFFFF!important;border:1px solid #ECEFF4!important;box-shadow:5px 5px 30px #0000001a!important;border-radius:4px!important}.l2c-crm-ant-picker-decade-panel,.l2c-crm-ant-picker-year-panel,.l2c-crm-ant-picker-quarter-panel,.l2c-crm-ant-picker-month-panel,.l2c-crm-ant-picker-week-panel{width:237px!important}.l2c-crm-ant-picker-date-panel{width:249px!important}.l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-body{padding:0 15px 15px!important}.l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-content{width:217px!important;font-size:12px!important}.l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-content th{width:24px!important;color:#7a8599!important}.l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-header-super-prev-btn,.l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-header-super-next-btn{display:none!important}.l2c-crm-ant-picker-header{border-bottom:none!important;height:46px!important;padding:8px 19px 0!important}.l2c-crm-ant-picker-header button{color:var(--text-5, #272e47)!important}.l2c-crm-ant-picker-header>button:hover{color:var(--text-5, #272e47)!important}.l2c-crm-ant-picker-header .l2c-crm-ant-picker-header-prev-btn{padding-left:12px!important}.l2c-crm-ant-picker-header .l2c-crm-ant-picker-header-next-btn{padding-right:12px!important}.l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-header-prev-btn{padding-left:0!important}.l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-header-next-btn{padding-right:0!important}.l2c-crm-ant-picker-header-view{line-height:45px!important;display:flex!important;justify-content:center!important;align-items:center!important}.l2c-crm-ant-picker-cell{color:#a9b2c2!important}.l2c-crm-ant-picker-cell-in-view{color:var(--text-5, #272e47)!important}.l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-cell .l2c-crm-ant-picker-cell-inner{border-radius:50%!important}.l2c-crm-ant-picker-year-panel .l2c-crm-ant-picker-cell-inner,.l2c-crm-ant-picker-quarter-panel .l2c-crm-ant-picker-cell-inner,.l2c-crm-ant-picker-month-panel .l2c-crm-ant-picker-cell-inner{width:58px!important;height:30px!important;line-height:30px!important;border-radius:4px!important}.l2c-crm-ant-picker-cell:hover:not(.l2c-crm-ant-picker-cell-in-view) .l2c-crm-ant-picker-cell-inner,.l2c-crm-ant-picker-cell:hover:not(.l2c-crm-ant-picker-cell-selected):not(.l2c-crm-ant-picker-cell-range-start):not(.l2c-crm-ant-picker-cell-range-end):not(.l2c-crm-ant-picker-cell-range-hover-start):not(.l2c-crm-ant-picker-cell-range-hover-end) .l2c-crm-ant-picker-cell-inner{background:#F4F6F7!important;color:var(--text-5, #272e47)!important}.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-selected .l2c-crm-ant-picker-cell-inner{background:var(--brand-6, #4c6aff)!important}.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-today .l2c-crm-ant-picker-cell-inner:before{border:none!important}.date-not-selected .l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-today .l2c-crm-ant-picker-cell-inner{border-radius:50%!important;background:var(--brand-6, #4c6aff)!important;color:#fff!important}.l2c-crm-ant-picker-decade-panel .l2c-crm-ant-picker-content,.l2c-crm-ant-picker-year-panel .l2c-crm-ant-picker-content,.l2c-crm-ant-picker-quarter-panel .l2c-crm-ant-picker-content,.l2c-crm-ant-picker-month-panel .l2c-crm-ant-picker-content{height:145px!important;margin-bottom:15px!important}.l2c-crm-ant-picker-year-panel .l2c-crm-ant-picker-body,.l2c-crm-ant-picker-quarter-panel .l2c-crm-ant-picker-body,.l2c-crm-ant-picker-month-panel .l2c-crm-ant-picker-body{padding:0!important}.l2c-crm-ant-picker-input .l2c-crm-ant-input:focus{box-shadow:none!important}.time-picker-container .l2c-crm-ant-select-item-option-content{overflow:visible}.time-picker-container .l2c-crm-ant-select-dropdown{min-width:auto!important;width:auto!important;border:1px solid #ECEFF4!important;box-shadow:5px 5px 30px #0000001a!important;border-radius:4px!important}.time-picker-container .l2c-crm-ant-select-item{width:auto;line-height:26px!important;min-height:26px!important;padding:0 10px}.time-picker-container .rc-virtual-list-holder-inner{position:relative!important}.time-picker-container .rc-virtual-list-holder{max-height:164px!important;padding:0 4px}.time-picker-container .l2c-crm-ant-select-selector{border:none!important;background-color:transparent!important;padding:0!important;box-shadow:none!important}.time-picker-container .l2c-crm-ant-select-selection-search{left:0!important;right:0!important}.time-picker-container .l2c-crm-ant-select-selection-search-input{overflow:hidden!important;text-overflow:ellipsis!important;height:100%!important}.time-picker-container .l2c-crm-ant-select-selection-placeholder{color:var(--text-2, #9fa2ad)!important}.time-picker-container .l2c-crm-ant-select-item-option-active{background-color:#f0f3f5;border-radius:4px}.time-picker-container .l2c-crm-ant-select-item-option-selected:not(.l2c-crm-ant-select-item-option-disabled){color:var(--brand-6, #4c6aff);background-color:#f0f3f5;border-radius:4px}.custom-date-picker-container .l2c-crm-ant-picker-panel-container{margin-left:-3px}.date-editor-input::-webkit-input-placeholder{color:var(--text-2, #9fa2ad)!important}._tree-select_1f2ai_1 .l2c-crm-ant-select-selector{border:none!important;box-shadow:none!important}._tree-select_1f2ai_1 .ant-select-arrow{display:flex!important}._tree-popup_1f2ai_9{border:1px var(--line-2, #ebedf2) solid;border-radius:4px}._tree-popup_1f2ai_9 .l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-node-content-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tree-popup_1f2ai_9 .l2c-crm-ant-select-tree-switcher .l2c-crm-ant-select-tree-switcher-icon{color:var(--fill-6, #8d92a1)}._tree-popup_1f2ai_9 .l2c-crm-ant-select-tree-title{color:var(--text-5, #272e47)}._tree-popup_1f2ai_9 .l2c-crm-ant-select-tree-checkbox-inner{border:1px solid var(--fill-5, #c9cbd6)}._tree-popup_1f2ai_9 .l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-node-content-wrapper{padding-left:0}.file-list-tip .l2c-crm-ant-tooltip-arrow{transform:translateY(-95%) translate(-50%);-webkit-transform:translateY(-95%) translateX(-50%);-moz-transform:translateY(-95%) translateX(-50%);-ms-transform:translateY(-95%) translateX(-50%);-o-transform:translateY(-95%) translateX(-50%)}.file-item .operation{border-radius:4px;display:flex;justify-content:center;align-items:center;cursor:pointer;overflow:hidden}.file-item .operation:hover{background:rgba(0,0,0,.07)}.upload-container{width:100%;padding:8px 0;max-height:220px;overflow-y:overlay;display:grid;grid-auto-rows:88px;grid-template-columns:repeat(auto-fit,86px)}.upload-file-box{padding:16px 8px 8px;border-radius:4px;width:80px;overflow:hidden;text-align:center;position:relative;color:#262a33;border:1px solid #f0f1f5}.upload-file-box .progress{position:absolute;left:0;bottom:0;width:100%;height:4px;background:#c2d3ff}.upload-file-box .progress-bar{background:var(--brand-6, #4c6aff);width:0;height:100%}.upload-file-box.error{padding-top:12px}.progress.error{background:#f9cccc}.progress.error .progress-bar{background:#e95454}.upload-file-box .mask{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;flex-direction:column;justify-content:space-between;padding:3px;visibility:hidden}.upload-file-box:hover .mask{visibility:visible}.upload-file-box .mask .filename{color:#f5f8ff;text-align:left;text-indent:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-file-box .mask .operation{display:flex;justify-content:flex-end}.upload-file-box .mask .operation>div{width:20px;height:20px;border-radius:4px;margin-left:1px;display:flex;justify-content:center;align-items:center;cursor:pointer}.upload-file-box .mask .operation>div:hover{background:rgba(0,0,0,.4)}.preview-file-modal .l2c-crm-ant-modal-close-x{line-height:44px}.preview-file-modal .l2c-crm-ant-modal-confirm-title{text-overflow:ellipsis}.preview-file-modal .l2c-crm-ant-modal-content{border-radius:4px}.preview-file-modal .l2c-crm-ant-modal-confirm-btns{margin-top:0}.preview-file-modal .l2c-crm-ant-btn-primary{height:28px;padding:2px 15px;border-radius:4px;background:var(--brand-6, #4c6aff)!important;box-shadow:none!important;border-color:var(--brand-6, #4c6aff)!important}.text-overflow-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attachement-dropdown-pop-wrapper{display:block}.PhotoView-Portal .PhotoView-Slider__BannerWrap{height:84px}.PhotoView-Portal{height:100%;left:0;overflow:hidden;position:fixed;top:0;touch-action:none;width:100%;z-index:2000}@keyframes PhotoView__rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes PhotoView__delayIn{0%,50%{opacity:0}to{opacity:1}}.PhotoView__Spinner{animation:PhotoView__delayIn .4s linear both}.PhotoView__Spinner svg{animation:PhotoView__rotate .6s linear infinite}.PhotoView__Photo{cursor:grab;max-width:none}.PhotoView__Photo:active{cursor:grabbing}.PhotoView__icon{display:inline-block;left:0;position:absolute;top:0;transform:translate(-50%,-50%)}.PhotoView__PhotoBox,.PhotoView__PhotoWrap{bottom:0;direction:ltr;left:0;position:absolute;right:0;top:0;touch-action:none;width:100%}.PhotoView__PhotoWrap{overflow:hidden;z-index:10}.PhotoView__PhotoBox{transform-origin:left top}@keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,.PhotoView-Slider__clean .PhotoView-Slider__Overlay,.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover{opacity:0}.PhotoView-Slider__Backdrop{background:#000;height:100%;left:0;position:absolute;top:0;transition-property:background-color;width:100%;z-index:-1}.PhotoView-Slider__fadeIn{animation:PhotoView__fade linear both;opacity:0}.PhotoView-Slider__fadeOut{animation:PhotoView__fade linear reverse both;opacity:0}.PhotoView-Slider__BannerWrap{align-items:center;background-color:#00000080;color:#fff;display:flex;height:44px;justify-content:space-between;left:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%;z-index:20}.PhotoView-Slider__BannerWrap:hover{opacity:1}.PhotoView-Slider__Counter{font-size:14px;opacity:.75;padding:0 10px}.PhotoView-Slider__BannerRight{align-items:center;display:flex;height:100%}.PhotoView-Slider__toolbarIcon{fill:#fff;box-sizing:border-box;cursor:pointer;opacity:.75;padding:10px;transition:opacity .2s linear}.PhotoView-Slider__toolbarIcon:hover{opacity:1}.PhotoView-Slider__ArrowLeft,.PhotoView-Slider__ArrowRight{align-items:center;bottom:0;cursor:pointer;display:flex;height:100px;justify-content:center;margin:auto;opacity:.75;position:absolute;top:0;transition:opacity .2s linear;-webkit-user-select:none;user-select:none;width:70px;z-index:20}.PhotoView-Slider__ArrowLeft:hover,.PhotoView-Slider__ArrowRight:hover{opacity:1}.PhotoView-Slider__ArrowLeft svg,.PhotoView-Slider__ArrowRight svg{fill:#fff;background:rgba(0,0,0,.3);box-sizing:content-box;height:24px;padding:10px;width:24px}.PhotoView-Slider__ArrowLeft{left:0}.PhotoView-Slider__ArrowRight{right:0}._win-electron-photo-view_1qrkm_1 .PhotoView-Slider__Counter,._win-electron-photo-view_1qrkm_1 .PhotoView-Slider__BannerRight{padding-top:20px}._container_w8gr4_5{display:inline-flex;align-items:center}._container_w8gr4_5>span{margin-left:8px;margin-right:4px;color:var(--text-5, #272E47)}._email-list_13gae_1{display:flex;flex-direction:column}._email-list_13gae_1 ._load-more_13gae_5{display:flex;justify-content:center;align-items:center;font-size:12px;color:var(--brand-6, #4c6aff)}._email-list_13gae_1 ._no-more_13gae_12{text-align:center;color:var(--text-2, #9fa2ad);font-size:12px}._email-list_13gae_1 ._email-virtual-time-wrapper_13gae_17{padding-top:8px;padding-bottom:4px}._email-list_13gae_1 ._email-virtual-time-wrapper_13gae_17:first-child{padding-top:0}._email-list_13gae_1 ._email-virtual-content-wrapper_13gae_24:has(+ ._email-virtual-time-wrapper_13gae_17){padding-bottom:12px}._email-list_13gae_1 ._email-time-switch_13gae_27{display:inline-flex;background:var(--fill-1, #f8f9fa);padding:4px 12px;border-radius:56px;align-items:center;gap:8px;font-size:12px;line-height:20px;color:var(--text-5, #272e47);cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}._email-list_13gae_1 ._email-time-switch_13gae_27 ._switch-open_13gae_40{transform:rotate(90deg)}._email-header-info_13gae_44{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;line-height:20px;color:var(--text-3, #747a8c)}._email-header-info-content_13gae_52{display:flex;flex:1 1;align-items:center;width:0px;margin-right:16px}._email-header-info-content-from_13gae_59,._email-header-info-content-to_13gae_65{min-width:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._email-header-info-content-type_13gae_71{font-size:14px;line-height:22px;font-weight:500;color:var(--text-5, #272e47);margin-left:8px}._email-header-info-content-text_13gae_78{width:0px;margin-left:12px;flex:1 1 auto;white-space:nowrap;text-overflow:hidden;display:flex}._email-item-content_13gae_87{margin-top:12px;display:flex}._email-item-content_13gae_87 ._side-line_13gae_91{border-left:1px dashed var(--line-3, #e1e3e8);margin:0 8px}._selected_13gae_96{background-color:var(--line-2, #ebedf2)!important}._has-permission_13gae_100{cursor:pointer}._email-card_13gae_104{background-color:var(--fill-1, #f8f9fa);border-radius:4px;font-size:12px;line-height:20px;padding:12px}._email-card_13gae_104 ._common-tag_13gae_111{border:none;margin-top:4px;margin-bottom:4px;padding:0 6px}._email-card_13gae_104:hover{background-color:var(--fill-3, #ebedf2)}._email-card_13gae_104 ._mail-subject_13gae_120{color:var(--text-5, #272e47);font-weight:600}._email-card_13gae_104 ._mail-summary_13gae_124{margin-top:4px;color:var(--text-4, #545a6e)}._email-card_13gae_104 ._unread-dot_13gae_128{width:16px;display:inline-block;position:relative}._email-card_13gae_104 ._unread-dot_13gae_128:after{background-color:var(--brand-6, #4c6aff);width:8px;height:8px;border-radius:8px;position:absolute;content:"";left:0;top:-8px}._email-card_13gae_104 ._email-operations_13gae_143{margin-top:8px;display:flex;justify-content:space-between}._email-card_13gae_104 ._email-operations-icons_13gae_148{display:flex;gap:12px}._email-card_13gae_104 ._email-operations-icon_13gae_148{cursor:pointer}._email-card_13gae_104 ._email-operations-attachment_13gae_155{display:flex;color:var(--text-4, #545a6e);gap:4px;cursor:pointer}._email-attachment-content_13gae_162{padding:16px;display:flex;flex-direction:column;gap:8px;max-height:300px;max-width:350px;overflow:auto}._email-attachment-content_13gae_162::-webkit-scrollbar{width:6px;height:6px}._email-attachment-content_13gae_162::-webkit-scrollbar-thumb{width:6px;height:6px;background-color:#0003;border-radius:4px}._email-attachment-file_13gae_181{display:flex;align-items:center;gap:6px}._email-attachment-name_13gae_186{color:var(--text-5, #272e47);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:1 1}._email-card-wrapper_13gae_194{margin-left:8px;margin-bottom:12px;width:100%}._max-line-2_13gae_200{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:22px;max-height:40px}._email-permission_13gae_209{display:flex;gap:8px;color:var(--text-4, #545a6e);font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px}._op-button_13gae_219{cursor:pointer;color:var(--brand-6, #4c6aff)}._auto-info_13gae_224{font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px;color:#7d8085;max-height:280px;overflow:auto}._auto-info_13gae_224::-webkit-scrollbar{width:6px;height:6px}._auto-info_13gae_224::-webkit-scrollbar-thumb{width:6px;height:6px;background-color:#0003;border-radius:4px}._nick-name_13gae_244{color:var(--brand-6, #4c6aff)}._manager-list_13gae_248{padding-top:16px}._manager-loading_13gae_252{width:100%;margin-top:16px!important}._confirm-modal_13gae_257.l2c-crm-ant-modal-centered .l2c-crm-ant-modal{vertical-align:middle!important}._ellipsis-tooltip_l834n_1{position:relative;display:inline-flex;max-width:100%;overflow:hidden}._ellipsis-tooltip-content_l834n_7{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._ellipsis-tooltip-mirror_l834n_12{position:absolute;top:0;left:100%;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none}._base-color_l834n_21{color:#fff}._moment-wrap_6ti4d_1{position:relative;height:100%;overflow:hidden auto;padding:12px 2px 28px;font-size:12px;color:var(--font-color-2, #262a33);display:flex;flex-direction:column}._moment-wrap_6ti4d_1 .l2c-crm-ant-select-selector{border-color:var(--line-3, #e1e3e8)!important}._moment-wrap_6ti4d_1 .l2c-crm-ant-select-selection-placeholder{color:var(--text-2, #9fa2ad)}._header_6ti4d_18{position:absolute;top:0;left:0;right:0;height:38px;padding:0 16px;line-height:38px;font-weight:500;font-size:14px;background:#f9fafc}._toggle-fold_6ti4d_31{float:right;font-size:12px;color:var(--font-color-1, #51555c)}._moment-summary_6ti4d_37{font-size:14px;line-height:18px;padding-bottom:10px;border-bottom:1px solid rgba(38,42,51,.08);display:flex;justify-content:space-between;align-items:center}._moment-summary_6ti4d_37 .l2c-crm-ant-select-selection-placeholder{color:var(--text-2, #9fa2ad)}._moment-group_6ti4d_50{font-size:14px;line-height:24px}._group-item_6ti4d_55{display:flex;margin-top:12px;margin-bottom:12px;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:28px;background:var(--fill-1, #f8f9fa);padding:4px 12px;font-size:12px;line-height:20px;color:var(--text-5, #272e47);cursor:pointer;border-radius:56px}._moment-item-header_6ti4d_71{display:flex;justify-content:space-between;align-items:center;margin:8px 0}._moment-item-header-left_6ti4d_77{flex:1 1;width:0;display:flex;align-items:center}._moment-item-header_6ti4d_71 ._moment-item-head-icon_6ti4d_83{margin-right:8px}._moment-item-header_6ti4d_71 ._moment-item-head-text_6ti4d_86{color:var(--text-5, #272e47);font-size:14px;line-height:22px;font-weight:500}._moment-item-header_6ti4d_71 ._moment-item-head-follow-by_6ti4d_92{flex:1 1;width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 12px}._moment-item-container_6ti4d_101{margin-top:8px;display:flex}._moment-item-container_6ti4d_101 ._moment-item-dash_6ti4d_105{border-left:1px dashed var(--line-3, #e1e3e8);margin:0 16px 0 8px}._moment-item-container_6ti4d_101 ._moment-item-view_6ti4d_109{flex:1 1;padding-bottom:12px}._timeline_6ti4d_114{padding:0 12px 0 8px;border-radius:4px}._dashed-line_6ti4d_119{padding:16px 0 1px;border-left:1px dashed rgba(38,42,51,.16)}._moment-item_6ti4d_71{padding-top:8px;position:relative;line-height:18px;color:var(--font-color-1, #51555c)}._timeline_6ti4d_114 ._moment-item_6ti4d_71:last-child{margin-bottom:20px}._moment-item-content_6ti4d_135{padding:12px;background:#f9fafb;border-radius:2px;font-size:14px;line-height:24px;color:var(--text-5, #272e47)}._fr_6ti4d_144{float:right}._second-color_6ti4d_148{color:var(--text-3, #747a8c)}._open-icon_6ti4d_152{transition:transform ease .1s;cursor:pointer;margin-left:8px}._opened_6ti4d_158 ._open-icon_6ti4d_152{transform:rotate(90deg)}._attachments_6ti4d_162{display:flex;gap:4px;font-size:12px;margin-top:2px}._attachment-item_6ti4d_169{display:flex;align-items:center;min-width:0;height:24px;padding:0 8px 0 4px;background:rgba(var(--text-5, #272e47),.06);border-radius:4px;font-size:12px;color:var(--text-3, #747a8c);cursor:pointer;flex-grow:1}._attachment-item_6ti4d_169 ._attachment-icon_6ti4d_182{display:inline-block;vertical-align:middle;margin-right:4px;width:16px;height:16px}._attachment-item_6ti4d_169 ._attachment-icon_6ti4d_182 svg{transform:scale(.666667);transform-origin:0 0}._attachment-item_6ti4d_169>div{width:0;flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._more-attachment_6ti4d_201{flex:none;width:24px;height:24px;text-align:center;line-height:24px;background:rgba(var(--text-5, #272e47),.06);border-radius:4px;color:var(--brand-blue, #386ee7)}._dropdown-overlay_6ti4d_212{padding:8px 0;background:#fff;border:1px solid rgba(38,42,51,.16);box-shadow:0 42px 96px #0000001f;border-radius:6px;font-size:12px}._dropdown-overlay_6ti4d_212 ._attachment-item_6ti4d_169{height:auto;padding:6px 12px;background:none;border-radius:0}._dropdown-overlay_6ti4d_212 ._attachment-item_6ti4d_169:hover{background:rgba(var(--text-5, #272e47),.06)}._disabled-text_6ti4d_230{margin-bottom:24px;text-align:center;padding:24px 0;font-size:12px;line-height:16px;color:#a8aaad}._placeholder_6ti4d_239{width:100%;height:100%;max-height:300px;padding-top:100px;display:flex;align-items:center;justify-content:center;flex:1 1}._placeholder_6ti4d_239>div{text-align:center;font-size:14px;color:var(--text-2, #9fa2ad)}._placeholder_6ti4d_239>div>div{margin-top:-22px}._moment-list_6ti4d_258{margin-top:20px;overflow-x:hidden}._moment-title_6ti4d_263{display:flex;color:#7a8599;overflow:hidden;gap:8px;justify-content:space-between}._moment-title_6ti4d_263 ._follow-time_6ti4d_270{flex:none;font-weight:400;font-size:14px;color:var(--text-5, #272e47)}._moment-title_6ti4d_263 ._author_6ti4d_276{min-width:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px}._mt_6ti4d_284{margin-top:12px}._email-content_6ti4d_288{cursor:pointer;display:flex}._email-content_6ti4d_288:hover{background-color:var(--brand-1, #f2f5ff)}._email-address-wrapper_6ti4d_297{color:var(--text-3, #747a8c);white-space:nowrap;display:flex}._email-address_6ti4d_297{color:var(--text-3, #747a8c);overflow:hidden;text-overflow:ellipsis;min-width:50px}._email-address-padding-right_6ti4d_310{padding-right:5px}._email-address-padding_6ti4d_310{padding:0 5px}._email-subject_6ti4d_318{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}._email-summary_6ti4d_325{color:var(--text-3, #747a8c);font-size:12px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._title-text_6ti4d_335{font-style:normal;font-weight:500;font-size:14px;line-height:22px;color:#232d47}._apply-button_6ti4d_343,._applying-button_6ti4d_343{margin-left:12px;-webkit-user-select:none;user-select:none;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:var(--brand-6, #4c6aff);cursor:pointer}._applying-button_6ti4d_343{cursor:default}._icon-wrap_6ti4d_358{width:44px;display:flex;flex-shrink:0;padding-top:6px}._email-main-area_6ti4d_365{overflow:hidden}._load-more_6ti4d_369{display:flex;align-items:center;justify-content:center;color:var(--text-4, #545a6e);padding-top:6px;padding-bottom:6px;cursor:pointer}._no-more_6ti4d_379{text-align:center;color:var(--text-2, #9fa2ad);font-size:12px}._follow-virtual-time-wrapper_6ti4d_385{padding-top:8px;padding-bottom:4px}._follow-virtual-time-wrapper_6ti4d_385:first-child{padding-top:0}._follow-virtual-content-wrapper_6ti4d_393:has(+ ._follow-virtual-time-wrapper_6ti4d_385){padding-bottom:12px}._follow-time-switch_6ti4d_397{display:inline-flex;background:var(--fill-1, #f8f9fa);padding:4px 12px;border-radius:56px;align-items:center;gap:8px;font-size:12px;line-height:20px;color:var(--text-5, #272e47);cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}._follow-time-switch_6ti4d_397 ._switch-open_6ti4d_410{transform:rotate(90deg)}._scroll-spin_6ti4d_414{display:flex;height:0px;flex:1 1;justify-content:center}._scroll-spin_6ti4d_414 .l2c-crm-ant-spin-container{display:flex;flex-direction:column;width:100%}._scroll-spin_6ti4d_414 div>.l2c-crm-ant-spin{max-height:none!important}._scroll-spin_6ti4d_414 ._moment-list_6ti4d_258{height:100%;overflow-y:auto;padding-right:2px}._scroll-spin_6ti4d_414 ._moment-list_6ti4d_258::-webkit-scrollbar{width:6px;height:6px}._scroll-spin_6ti4d_414 ._moment-list_6ti4d_258::-webkit-scrollbar-thumb{width:6px;height:6px;background-color:#0003;border-radius:4px}._clickable_6ti4d_444{cursor:pointer;color:var(--brand-6, #4c6aff)}._container_fd8ps_5{height:100%;width:100%;display:flex;justify-content:center;align-items:center}._center_fd8ps_16{width:100%;transform:translateY(-40%);text-align:center}._content_fd8ps_22{margin-top:12px;font-style:normal;font-weight:400;font-size:14px;line-height:22px;text-align:center;color:#7a8599}._hide_1nr7z_1{display:none}._custom-list-wrap_1nr7z_5{height:100%;display:flex;flex-direction:column;padding-top:12px}._custom-list-wrap_1nr7z_5 th,._custom-list-wrap_1nr7z_5 td{padding-left:16px!important}._list_1nr7z_15{flex-grow:1;margin-top:12px}._list_1nr7z_15>div{height:100%}._box_1nr7z_23{height:100%}._wrapper_1as7o_1{height:100%;display:flex;flex-direction:column;padding-top:16px}._wrapper_1as7o_1 ._base-email-container_1as7o_7{display:flex;height:0;flex:1 1;overflow-y:auto;flex-direction:column}._wrapper_1as7o_1 ._base-email-container_1as7o_7 ._load-more-btn_1as7o_14{margin-top:8px;color:var(--brand-6, #4c6aff);cursor:pointer;text-align:center}._wrapper_1as7o_1 ._no-more_1as7o_20{color:var(--text-3, #747a8c);text-align:center;font-size:12px}._wrapper_1as7o_1 .l2c-crm-ant-pagination-jump-next{display:none}._wrapper_1as7o_1 .l2c-crm-ant-pagination-jump-next+li{display:none}._wrapper_1as7o_1 .l2c-crm-ant-select:not(.l2c-crm-ant-select-disabled):hover .l2c-crm-ant-select-selector{border-color:#e1e6ed}._wrapper_1as7o_1 .l2c-crm-ant-select-focused:not(.l2c-crm-ant-select-disabled).l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{border-color:#e1e6ed;outline:none;box-shadow:none}._wrapper_1as7o_1 .l2c-crm-ant-select-selection-placeholder{color:#a9b2c2}._wrapper_1as7o_1 .l2c-crm-ant-empty-description{color:var(--text-3, #747a8c)}._wrapper_1as7o_1 .l2c-crm-ant-table-placeholder>td{border-bottom:none}._wrapper_1as7o_1 .l2c-crm-ant-table-thead{display:none}._wrapper_1as7o_1 .l2c-crm-ant-table-cell{border-bottom:1px solid #f0f3f5;padding-left:0}._wrapper_1as7o_1 ._header-bar_1as7o_55{display:flex;align-items:center;padding-bottom:8px;gap:8px;justify-content:space-between;flex-wrap:wrap}._wrapper_1as7o_1 ._total-size_1as7o_63{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;color:var(--text-2, #9fa2ad);flex-shrink:0}._wrapper_1as7o_1 ._search_1as7o_71{display:flex;flex-wrap:wrap;gap:8px;flex-grow:1}._wrapper_1as7o_1 ._search_1as7o_71 .l2c-crm-ant-select{flex-grow:1}._wrapper_1as7o_1 ._search_1as7o_71 .l2c-crm-ant-select-selection-placeholder{font-size:14px!important;color:var(--text-2, #9fa2ad)!important}._wrapper_1as7o_1 ._search_1as7o_71 .l2c-crm-ant-picker-range-separator{padding:0 4px}._wrapper_1as7o_1 ._search_1as7o_71 input,._wrapper_1as7o_1 ._search_1as7o_71 span{font-size:12px}._wrapper_1as7o_1 ._search_1as7o_71 input::-webkit-input-placeholder{font-size:14px;color:var(--text-2, #9fa2ad)!important}._wrapper_1as7o_1 ._search_1as7o_71 .l2c-crm-ant-select-selector,._wrapper_1as7o_1 ._search_1as7o_71 .l2c-crm-ant-picker{border-color:var(--line-3, #e1e3e8)!important;border-radius:4px!important}._wrapper_1as7o_1 ._search_1as7o_71 .l2c-crm-ant-picker-range-separator{color:var(--fill-7, #6f7485)!important}._wrapper_1as7o_1 ._title_1as7o_103{font-weight:500;font-size:14px;color:#232d47;padding:0 0 10px}._wrapper_1as7o_1 ._list_1as7o_109{flex:1 1;overflow-y:auto}._wrapper_1as7o_1 ._list_1as7o_109._list-loading_1as7o_113{display:flex;align-items:center;justify-content:center}._wrapper_1as7o_1 ._list-item_1as7o_118{display:flex;min-width:0;cursor:pointer;transition:background ease .3}._wrapper_1as7o_1 ._list-item_1as7o_118._center_1as7o_124{align-items:center}._wrapper_1as7o_1 ._list-item_1as7o_118._center_1as7o_124 ._icon_1as7o_127{display:flex;align-items:center;justify-content:center}._wrapper_1as7o_1 ._list-item_1as7o_118 ._operate_1as7o_132{opacity:0;transition:all .3s ease;padding-top:5px}._wrapper_1as7o_1 ._list-item_1as7o_118 .u-tool-btn:last-child{margin-right:0}._wrapper_1as7o_1 ._list-item_1as7o_118:hover ._operate_1as7o_132{opacity:1}._wrapper_1as7o_1 ._icon_1as7o_127{padding-top:5px}._wrapper_1as7o_1 ._content_1as7o_146{flex:1 1;min-width:0;padding:3px 40px 0 12px;font-size:14px;line-height:22px;color:var(--font-color-2, #262a33)}._wrapper_1as7o_1 ._email-title_1as7o_155{font-weight:500;font-size:14px;color:var(--font-color-2, #262a33);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-indent:-7px}._wrapper_1as7o_1 ._email-content_1as7o_164{font-weight:400;font-size:12px;color:#7a8599;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._wrapper_1as7o_1 ._email-attachment_1as7o_172{gap:3px 15px!important;padding-top:14px}._wrapper_1as7o_1 ._email-attachment_1as7o_172 ._email-attach-file_1as7o_176{background:rgba(38,42,51,.06);border-radius:4px;padding:2px 8px;display:inline-flex;align-items:center}._wrapper_1as7o_1 ._email-attachment_1as7o_172 ._email-attach-file_1as7o_176:hover{background:rgba(107,169,255,.2)}._wrapper_1as7o_1 ._email-attachment_1as7o_172 ._email-file-name_1as7o_186{padding-left:3px;font-weight:400;font-size:12px;color:#7a8599}._wrapper_1as7o_1 ._date_1as7o_192{font-weight:400;font-size:12px;text-align:right;color:#a9b2c2}._wrapper_1as7o_1 ._email-tag_1as7o_198{background:#ebf3fe;color:#5968b2;margin-right:0;margin-top:5px}._link-btn_1as7o_205{color:#396ee7;cursor:pointer}._nick-name_1as7o_210,._num_1as7o_214{color:#396ee7}._manager-list_1as7o_218{padding:20px 0}._total_1as7o_63{color:var(--font-color-1, #51555c);font-size:12px}._send-recive-wrap_1as7o_227 .l2c-crm-ant-select-selector{padding-left:10px!important;padding-right:10px!important}._range-picker_1as7o_232{height:32px}._range-picker_1as7o_232 input{line-height:18px}._cus-table_1as7o_239 .l2c-crm-ant-pagination{height:30px!important}._scroll-spin_1as7o_243{display:flex;height:0px;flex:1 1;justify-content:center}._scroll-spin_1as7o_243 .l2c-crm-ant-spin-container{display:flex;flex-direction:column;width:100%}._scroll-spin_1as7o_243 div>.l2c-crm-ant-spin{max-height:none!important}._scroll-spin_1as7o_243 .l2c-crm-email-list-container-body-scroll{height:100%;overflow-y:auto;padding-right:2px}._scroll-spin_1as7o_243 .l2c-crm-email-list-container-body-scroll::-webkit-scrollbar{width:6px;height:6px}._scroll-spin_1as7o_243 .l2c-crm-email-list-container-body-scroll::-webkit-scrollbar-thumb{width:6px;height:6px;background-color:#0003;border-radius:4px}.edm-date-picker-dropdown-wrap .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-today .l2c-crm-ant-picker-cell-inner:before{border:1px solid #1890ff!important}._follow-editor_1jxdc_6{margin-bottom:12px}._follow-editor_1jxdc_6 .l2c-crm-ant-picker{padding-right:4px!important}._follow-editor_1jxdc_6 .l2c-crm-ant-select-selector{padding-left:4px!important;padding-right:4px!important}._follow-editor_1jxdc_6 .l2c-crm-ant-input::placeholder{color:var(--text-2, #9fa2ad)}._editor-wrap_1jxdc_20{position:relative;margin:0 0 8px;border:1px solid var(--brand-blue, #386ee7);border-radius:4px}._editor-wrap_1jxdc_20._drag-enter_1jxdc_26 ._drag-enter-mask_1jxdc_26{display:flex}._editor-wrap_1jxdc_20 ._drag-enter-mask_1jxdc_26{position:absolute;display:none;inset:8px;border:1px dashed #7d8085;box-sizing:border-box;border-radius:4px;background:rgba(255,255,255,.8);pointer-events:none;justify-content:center;align-items:center}._editor-wrap_1jxdc_20 .l2c-crm-ant-input{border:none!important;resize:none}._editor-wrap_1jxdc_20 .l2c-crm-ant-input:focus{box-shadow:none}._editor-wrap_1jxdc_20 ._attachment-container_1jxdc_48{position:relative;padding:16px 6px 36px;min-height:32px}._editor-wrap_1jxdc_20 ._attachment-link_1jxdc_53{position:absolute;right:8px;bottom:0;left:8px;height:40px;display:flex;align-items:center;cursor:pointer}._editor-wrap_1jxdc_20 textarea::placeholder,._editor-wrap_1jxdc_20 input::placeholder{color:var(--text-2, #9fa2ad)!important}._time-picker_1jxdc_68{display:flex;width:124px;gap:8px}._time-picker_1jxdc_68 .l2c-crm-ant-picker{padding:4px 8px!important;flex:1 1}._time-picker_1jxdc_68 .l2c-crm-ant-picker input{font-size:12px}._time-picker_1jxdc_68 .l2c-crm-ant-picker-focused,._time-picker_1jxdc_68 .l2c-crm-ant-picker:hover{border-color:var(--brand-blue, #386ee7);box-shadow:none}._date-picker-dropdown_1jxdc_87 .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-selected .l2c-crm-ant-picker-cell-inner{background-color:var(--brand-blue, #386ee7)}._date-picker-dropdown_1jxdc_87 .l2c-crm-ant-picker-time-panel-column>li.l2c-crm-ant-picker-time-panel-cell-selected .l2c-crm-ant-picker-time-panel-cell-inner{background:none;color:var(--brand-blue, #386ee7)}._date-picker-dropdown_1jxdc_87 .l2c-crm-ant-picker-time-panel-column>li.l2c-crm-ant-picker-time-panel-cell-selected .l2c-crm-ant-picker-time-panel-cell-inner:hover{background:#f5f5f5}._datepicker_1jxdc_103{position:relative;width:124px;padding-left:1px!important}._datepicker_1jxdc_103 .l2c-crm-ant-picker-input input{font-size:12px!important}._datepicker_1jxdc_103 .l2c-crm-ant-picker{padding-right:4px!important}._label-text_1jxdc_115{color:var(--text-4, #545a6e);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._float-attachment-icon_1jxdc_122{font-size:12px;color:#7a8599;margin-right:8px}._float-attachment-icon_1jxdc_122 svg{vertical-align:-4px;margin-right:4px}._attachment-list_1jxdc_132{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:8px;grid-row-gap:16px}._attachment-item_1jxdc_139{position:relative;min-width:0}._attachment_1jxdc_48{display:flex;line-height:16px;gap:4px}._progress_1jxdc_150{margin-top:3px;height:2px;background:#f0f0f0;border-radius:2px;overflow:hidden}._progress_1jxdc_150 ._progress-inner_1jxdc_157{height:100%;background:var(--brand-blue, #386ee7);border-radius:2px}._attachment-icon_1jxdc_163{width:16px;height:16px}._attachment-icon_1jxdc_163 svg{transform:scale(.666667);transform-origin:0 0}._close-icon_1jxdc_172{display:none;position:absolute;left:12px;top:-8px;width:12px;height:12px;cursor:pointer}._attachment-item_1jxdc_139:hover ._close-icon_1jxdc_172{display:block}._footer_1jxdc_186{display:flex;justify-content:flex-end;margin-top:12px}._footer_1jxdc_186 .l2c-crm-ant-btn:not(:first-child){margin-left:8px}._follow-up-select_1jxdc_195{width:94px;font-size:12px;color:var(--text-4, #545a6e)}._follow-up-select_1jxdc_195 .l2c-crm-ant-select-selector{border:none!important;box-shadow:none!important}._follow-up-select_1jxdc_195 .l2c-crm-ant-select-selection-item{line-height:32px!important}._follow-up-select_1jxdc_195 .l2c-crm-ant-select-selection-placeholder{margin-top:1px!important;color:var(--text-2, #9fa2ad)!important;font-size:12px!important}._follow-up-select_1jxdc_195 input{height:32px!important;line-height:32px!important}._file-name_1jxdc_217{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._ellipsis-wrap_6mcf8_1{white-space:nowrap;overflow:hidden;display:flex}._ellipsis_6mcf8_1{flex:0 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._indent_6mcf8_15{flex:1 0 auto}._personal-message-history_11ljb_1{overflow-y:auto;overflow-x:hidden;height:100%;padding:10px 0 15px}._personal-message-history_11ljb_1::-webkit-scrollbar{width:6px}._personal-message-history_11ljb_1::-webkit-scrollbar-thumb{background-color:var(--label-6_2, #c0c8d6);border-radius:2px}._message-list_11ljb_15 ul{padding:0;list-style:none}._message-item_11ljb_20{display:flex;padding:12px 8px 0 0}._message-item_11ljb_20 ._avatar_11ljb_24{margin-right:10px}._message-item_11ljb_20 ._avatar_11ljb_24 img,._message-item_11ljb_20 ._avatar_11ljb_24 svg{width:30px;height:30px;border-radius:15px}._message-item-header_11ljb_34{display:flex;margin-bottom:4px;justify-content:space-between;font-weight:400;font-size:12px;line-height:16px;color:#7a8599}._message-item-main_11ljb_44{flex:1 1;padding-bottom:12px;font-weight:400;font-size:14px;line-height:22px;color:#232d47;border-bottom:1px solid var(--fill-4, #e1e3e8)}._image-bg_11ljb_54{width:160px;height:120px;background:#d4d4d4;border-radius:8px;display:flex;justify-content:center;align-items:center}._image-bg_11ljb_54._image-error_11ljb_63{background:var(--fill-2_5, #f0f2f7);min-width:90px}._image-bg_11ljb_54._image-error_11ljb_63 ._error-text_11ljb_67{font-weight:400;font-size:12px;line-height:16px;color:var(--text-2, #9fa2ad)}._image-thumbnail_11ljb_74{max-width:320px;min-width:50px;max-height:320px;border-radius:8px;cursor:pointer}._audio-msg-wrap_11ljb_82{display:inline-block;height:50px;line-height:50px;background:#f1f1f1;border-radius:25px;padding:0 24px}._audio-msg-wrap_11ljb_82 svg{vertical-align:-3px;margin-right:10px}._message-item-body_11ljb_95 ._chat-file-container_11ljb_95{background:var(--fill-3, #ebedf2)}._message-item-body_11ljb_95 video{max-width:420px}._search-block_11ljb_102 .l2c-crm-ant-select-selector,._search-block_11ljb_102 .l2c-crm-ant-picker{border-color:var(--fill-4, #e1e3e8)!important;border-radius:4px!important}._search-block_11ljb_102 .l2c-crm-ant-picker-range-separator{color:var(--fill-7, #6f7485)!important}._empty-tips_1jwfx_1{padding-top:40px;text-align:center}._empty-tips_1jwfx_1 p{margin:12px 0 0;font-size:14px;line-height:22px;text-align:center;color:var(--text-2, #9fa2ad)}._chat-image_1iwjg_1{border:.5px solid var(--fill-2, #f6f7fa);border-radius:8px;overflow:hidden;cursor:pointer}._chat-image_1iwjg_1 img{display:block;max-width:280px;max-height:220px}._chat-image_mrtzs_1{padding:8px 12px;display:inline-flex;align-items:center;border:.5px solid var(--white, #ffffff);border-radius:8px;background-color:var(--white, #ffffff);overflow:hidden}._chat-image_mrtzs_1 ._icon_mrtzs_10{margin-right:12px}._chat-image_mrtzs_1 ._text_mrtzs_13{font-size:14px;line-height:22px;margin-right:12px}._chat-image_mrtzs_1 ._trigger_mrtzs_18{font-size:14px;line-height:22px;color:var(--brand-6, #4c6aff);cursor:pointer}._chat-image_mrtzs_1 ._loading_mrtzs_24{margin-left:8px;width:16px;height:16px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4yNyIgZD0iTTIwLjg4ODQgMTEuOTk5OEMyMC44ODg0IDcuMDkwNTkgMTYuOTA4NyAzLjExMDg5IDExLjk5OTUgMy4xMTA4OUM3LjA5MDI5IDMuMTEwODkgMy4xMTA2IDcuMDkwNTkgMy4xMTA2IDExLjk5OThDMy4xMTA2IDE2LjkwOSA3LjA5MDI5IDIwLjg4ODcgMTEuOTk5NSAyMC44ODg3QzE2LjkwODcgMjAuODg4NyAyMC44ODg0IDE2LjkwOSAyMC44ODg0IDExLjk5OThaIiBzdHJva2U9IiMzODZFRTciIHN0cm9rZS13aWR0aD0iMyIvPgo8cGF0aCBkPSJNMy4xMTEzMyAxMi4wMDFDMy4xMTEzMyA3LjA5MTc4IDcuMDkxMDIgMy4xMTIwOSAxMi4wMDAyIDMuMTEyMDlDMTQuOTkzIDMuMTEyMDkgMTcuNjQwMyA0LjU5MTEyIDE5LjI1MTIgNi44NTgxMiIgc3Ryb2tlPSIjMzg2RUU3IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);background-size:cover;animation:_spin_mrtzs_1 1s linear infinite}._chat-video_1pfnz_1{border:.5px solid var(--fill-2, #f6f7fa);border-radius:8px;overflow:hidden;cursor:pointer}._chat-video_1pfnz_1 video{display:block;max-width:280px;max-height:220px}._chat-video_1jurq_1{position:relative;padding:8px 12px;display:inline-flex;align-items:center;border:.5px solid var(--white, #ffffff);border-radius:8px;background-color:var(--white, #ffffff);overflow:hidden}._chat-video_1jurq_1 ._icon_1jurq_11{margin-right:12px}._chat-video_1jurq_1 ._text_1jurq_14{font-size:14px;line-height:22px;margin-right:12px}._chat-video_1jurq_1 ._trigger_1jurq_19{font-size:14px;line-height:22px;color:var(--brand-6, #4c6aff);cursor:pointer}._chat-video_1jurq_1 ._loading_1jurq_25{margin-left:8px;width:16px;height:16px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4yNyIgZD0iTTIwLjg4ODQgMTEuOTk5OEMyMC44ODg0IDcuMDkwNTkgMTYuOTA4NyAzLjExMDg5IDExLjk5OTUgMy4xMTA4OUM3LjA5MDI5IDMuMTEwODkgMy4xMTA2IDcuMDkwNTkgMy4xMTA2IDExLjk5OThDMy4xMTA2IDE2LjkwOSA3LjA5MDI5IDIwLjg4ODcgMTEuOTk5NSAyMC44ODg3QzE2LjkwODcgMjAuODg4NyAyMC44ODg0IDE2LjkwOSAyMC44ODg0IDExLjk5OThaIiBzdHJva2U9IiMzODZFRTciIHN0cm9rZS13aWR0aD0iMyIvPgo8cGF0aCBkPSJNMy4xMTEzMyAxMi4wMDFDMy4xMTEzMyA3LjA5MTc4IDcuMDkxMDIgMy4xMTIwOSAxMi4wMDAyIDMuMTEyMDlDMTQuOTkzIDMuMTEyMDkgMTcuNjQwMyA0LjU5MTEyIDE5LjI1MTIgNi44NTgxMiIgc3Ryb2tlPSIjMzg2RUU3IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);background-size:cover;animation:_spin_1jurq_1 1s linear infinite}._chat-video_1jurq_1 ._progress_1jurq_33{position:absolute;bottom:0;left:0;right:0;height:2px}._chat-video_1jurq_1 ._progress-inner_1jurq_40{height:100%;background-color:var(--brand-6, #4c6aff)}._chat-file_mvheb_1{position:relative;padding:8px 12px;display:inline-flex;align-items:center;border:.5px solid var(--white, #ffffff);border-radius:8px;background-color:var(--white, #ffffff);overflow:hidden}._chat-file_mvheb_1 ._icon_mvheb_11{margin-right:12px}._chat-file_mvheb_1 ._text_mvheb_14{font-size:14px;line-height:22px;margin-right:12px}._chat-file_mvheb_1 ._trigger_mvheb_19{font-size:14px;line-height:22px;color:var(--brand-6, #4c6aff);cursor:pointer}._chat-file_mvheb_1 ._loading_mvheb_25{margin-left:8px;width:16px;height:16px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4yNyIgZD0iTTIwLjg4ODQgMTEuOTk5OEMyMC44ODg0IDcuMDkwNTkgMTYuOTA4NyAzLjExMDg5IDExLjk5OTUgMy4xMTA4OUM3LjA5MDI5IDMuMTEwODkgMy4xMTA2IDcuMDkwNTkgMy4xMTA2IDExLjk5OThDMy4xMTA2IDE2LjkwOSA3LjA5MDI5IDIwLjg4ODcgMTEuOTk5NSAyMC44ODg3QzE2LjkwODcgMjAuODg4NyAyMC44ODg0IDE2LjkwOSAyMC44ODg0IDExLjk5OThaIiBzdHJva2U9IiMzODZFRTciIHN0cm9rZS13aWR0aD0iMyIvPgo8cGF0aCBkPSJNMy4xMTEzMyAxMi4wMDFDMy4xMTEzMyA3LjA5MTc4IDcuMDkxMDIgMy4xMTIwOSAxMi4wMDAyIDMuMTEyMDlDMTQuOTkzIDMuMTEyMDkgMTcuNjQwMyA0LjU5MTEyIDE5LjI1MTIgNi44NTgxMiIgc3Ryb2tlPSIjMzg2RUU3IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);background-size:cover;animation:_spin_mvheb_1 1s linear infinite}._chat-file_mvheb_1 ._progress_mvheb_33{position:absolute;bottom:0;left:0;right:0;height:2px}._chat-file_mvheb_1 ._progress-inner_mvheb_40{height:100%;background-color:var(--brand-6, #4c6aff)}._ellipsis_1at1f_1{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._chat-file_1at1f_7{padding:16px;width:280px;display:flex;align-items:flex-start;border:.5px solid var(--fill-2, #f6f7fa);border-radius:8px;background-color:var(--white, #ffffff);overflow:hidden;cursor:pointer}._chat-file_1at1f_7 ._icon_1at1f_18{flex-shrink:0;width:40px;height:40px;margin-right:6px}._chat-file_1at1f_7 ._content_1at1f_24{flex-grow:1;overflow:hidden}._chat-file_1at1f_7 ._content_1at1f_24 ._header_1at1f_28{margin-bottom:2px}._chat-file_1at1f_7 ._content_1at1f_24 ._header_1at1f_28 ._file-name_1at1f_31{color:var(--text-4, #545a6e);font-size:14px;line-height:22px}._chat-file_1at1f_7 ._content_1at1f_24 ._body_1at1f_36{display:flex;align-items:center;justify-content:space-between}._chat-file_1at1f_7 ._content_1at1f_24 ._body_1at1f_36 ._file-size_1at1f_41{color:var(--text-2, #9fa2ad);font-size:12px;line-height:16px}._chat-file_1at1f_7 ._content_1at1f_24 ._body_1at1f_36 ._cancel_1at1f_46{color:var(--brand-6, #4c6aff);font-size:12px;line-height:16px}._chat-file-small_1at1f_52{padding:16px;width:280px;display:flex;align-items:flex-start;border:.5px solid var(--white, #ffffff);border-radius:8px;background-color:var(--white, #ffffff);overflow:hidden;cursor:pointer}._chat-file-small_1at1f_52 ._icon_1at1f_18{flex-shrink:0;width:40px;height:40px;margin-right:6px}._chat-file-small_1at1f_52 ._content_1at1f_24{flex-grow:1;overflow:hidden}._chat-file-small_1at1f_52 ._content_1at1f_24 ._header_1at1f_28{margin-bottom:2px}._chat-file-small_1at1f_52 ._content_1at1f_24 ._header_1at1f_28 ._file-name_1at1f_31{color:var(--text-4, #545a6e);font-size:14px;line-height:22px}._chat-file-small_1at1f_52 ._content_1at1f_24 ._body_1at1f_36{display:flex;align-items:center;justify-content:space-between}._chat-file-small_1at1f_52 ._content_1at1f_24 ._body_1at1f_36 ._file-size_1at1f_41{color:var(--text-2, #9fa2ad);font-size:12px;line-height:16px}._chat-file-small_1at1f_52 ._content_1at1f_24 ._body_1at1f_36 ._cancel_1at1f_46{color:var(--brand-6, #4c6aff);font-size:12px;line-height:16px}._template-preview_1aluz_1{padding:8px 16px 16px;width:272px;border-radius:4px;background-color:var(--white, #ffffff);-webkit-user-select:none;user-select:none}._template-preview_1aluz_1 ._name_1aluz_8{color:var(--font-color-1, #51555c);font-size:14px;font-weight:500;line-height:16px;margin-top:8px}._template-preview_1aluz_1 ._header_1aluz_15{margin-top:8px}._template-preview_1aluz_1 ._header_1aluz_15 ._header-image_1aluz_18{display:block;width:100%;border-radius:8px}._template-preview_1aluz_1 ._header_1aluz_15 ._header-text_1aluz_23{color:#232d47;font-size:12px;font-weight:500;line-height:18px;word-break:break-all;white-space:pre-wrap}._template-preview_1aluz_1 ._body_1aluz_31,._template-preview_1aluz_1 ._footer_1aluz_40{color:var(--text-4, #545a6e);font-size:12px;font-weight:400;line-height:18px;word-break:break-all;white-space:pre-wrap;margin-top:8px}._template-preview_1aluz_1 ._buttons_1aluz_49{margin-top:8px;display:flex;justify-content:space-between}._template-preview_1aluz_1 ._buttons_1aluz_49 ._button_1aluz_49{padding:6px 12px;width:100%;color:var(--font-color-1, #51555c);font-size:14px;font-weight:400;line-height:16px;text-align:center;border-radius:4px;background-color:#262a3314;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:8px}._template-preview_1aluz_1 ._buttons_1aluz_49 ._button_1aluz_49:last-child{margin-right:0}._template-preview-modal_1aluz_73{width:312px!important}._template-preview-modal_1aluz_73 .l2c-crm-ant-modal-body{padding:16px 20px!important}._template-preview-modal_1aluz_73 .l2c-crm-ant-modal-confirm-title{margin-left:0!important}._template-preview-modal_1aluz_73 .anticon-info-circle{display:none}._template-preview-modal_1aluz_73 .l2c-crm-ant-modal-confirm-content{padding-left:0!important;margin-top:12px!important;margin-left:0!important}._template-preview-modal_1aluz_73 ._template-preview-modal-content_1aluz_90{border:1px solid rgba(38,42,51,.16);border-radius:4px}._businessMessageHistory_tgtbz_1{overflow-y:auto;overflow-x:hidden;height:100%;padding-bottom:15px}._businessMessageHistory_tgtbz_1::-webkit-scrollbar{width:6px}._businessMessageHistory_tgtbz_1::-webkit-scrollbar-thumb{background-color:var(--label-6_2, #c0c8d6);border-radius:2px}._businessMessageHistory_tgtbz_1 ._filter_tgtbz_14{padding:10px 0}._businessMessageHistory_tgtbz_1 ._message-list_tgtbz_17 ._message_tgtbz_17{position:relative;padding:12px 16px 12px 0;display:flex;align-items:flex-start}._businessMessageHistory_tgtbz_1 ._message-list_tgtbz_17 ._message_tgtbz_17:after{content:"";position:absolute;bottom:0;right:15px;left:40px;height:1px;background-color:var(--fill-4, #e1e3e8)}._businessMessageHistory_tgtbz_1 ._message-list_tgtbz_17 ._message_tgtbz_17:last-child:after{content:none}._businessMessageHistory_tgtbz_1 ._message-list_tgtbz_17 ._message_tgtbz_17 ._avatar_tgtbz_35{display:flex;flex-shrink:0;margin-right:12px}._businessMessageHistory_tgtbz_1 ._message-list_tgtbz_17 ._message_tgtbz_17 ._content_tgtbz_40{flex-grow:1;overflow:hidden}._businessMessageHistory_tgtbz_1 ._message-list_tgtbz_17 ._message_tgtbz_17 ._content_tgtbz_40 ._header_tgtbz_44{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._businessMessageHistory_tgtbz_1 ._message-list_tgtbz_17 ._message_tgtbz_17 ._content_tgtbz_40 ._header_tgtbz_44 ._name_tgtbz_50{font-size:12px;line-height:16px;color:var(--text-3, #747a8c)}._businessMessageHistory_tgtbz_1 ._message-list_tgtbz_17 ._message_tgtbz_17 ._content_tgtbz_40 ._header_tgtbz_44 ._time_tgtbz_55{font-size:12px;line-height:16px;color:var(--text-2, #9fa2ad);transform:scale(.83);transform-origin:right}._businessMessageHistory_tgtbz_1 ._message-list_tgtbz_17 ._message_tgtbz_17 ._content_tgtbz_40 ._body_tgtbz_62{color:var(--text-5, #272e47);font-size:14px;line-height:18px;display:flex}._businessMessageHistory_tgtbz_1 ._pagination_tgtbz_68{padding-right:16px}._upload-disabled-wrapper_jzk9p_1{cursor:not-allowed}._upload-disabled_jzk9p_1{pointer-events:none;color:var(--text-3, #747a8c)}._title_1jn4l_1{color:#272e47;margin-bottom:6px;font-weight:500}._title-rule_1jn4l_7{color:#272e47;font-weight:500}._content_1jn4l_12{margin-bottom:20px}._label_1jn4l_16{color:#545a6e;size:14px;line-height:22px}._config-input_1jn4l_22{width:136px!important}._auto-number-wrap_1jn4l_26{background-color:#f8f9fa;padding:0 12px 12px}._auto-number-wrap_1jn4l_26 ._item_1jn4l_30{padding-left:20px;margin-bottom:0}._auto-number-wrap_1jn4l_26 ._item_1jn4l_30+._item_1jn4l_30{margin-top:8px}._disabled-option_1jn4l_38{color:#eceff4}._text_1jn4l_42{color:#4c6aff}._container_n4osz_2{margin:0 -24px}._item-container_n4osz_6{background-color:#fff}._create-btn-wrap_n4osz_10{color:var(--brand-6, #4c6aff);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;display:inline-flex;align-items:center;cursor:pointer}._create-btn-wrap_n4osz_10 svg{color:var(--brand-6, #4c6aff)}._create-btn-wrap_n4osz_10._disabled_n4osz_24{color:var(--brand-3, #b7c3ff);cursor:default}._create-btn-wrap_n4osz_10._disabled_n4osz_24 svg{color:var(--brand-3, #b7c3ff)}._name_n4osz_32{display:inline-flex;align-items:center;gap:8px;width:0;flex-grow:1;cursor:pointer}._item-value-wrap_n4osz_41{display:flex;align-items:center;height:36px;justify-content:space-between;color:#272e47;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._item-value-wrap_n4osz_41:hover{background:var(--Fill-1, #f8f9fa)}._item-value-wrap_n4osz_41:hover ._op-wrap_n4osz_55{display:inline-flex}._item-value-wrap_n4osz_41 ._op-wrap_n4osz_55{display:inline-flex;align-items:center;gap:12px;display:none}._item-value-wrap_n4osz_41 ._diver_n4osz_64{height:16px;width:1px;background-color:var(--line-3, #e1e3e8)}._pointer_n4osz_70{cursor:pointer;-webkit-user-select:none;user-select:none}._base-row-item_n4osz_75{height:36px}._list-unexpanded_n4osz_79{display:none}._icon-unexpanded_n4osz_83{transform:rotate(-90deg)}._input-suffix_n4osz_87{color:var(--text-5, #272e47);text-overflow:ellipsis;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;display:inline-flex;gap:8px}._input-suffix_n4osz_87>span{-webkit-user-select:none;user-select:none;cursor:pointer}._input-suffix_n4osz_87>span:last-child{color:var(--brand-6, #4c6aff)}._input-suffix_n4osz_87 ._disabled_n4osz_24{color:var(--brand-4, #94a6ff)!important;cursor:default!important}._cascade-option-item-drap_n4osz_111{cursor:grab}._hoc-helper_n4osz_115{z-index:4000;background:var(--Fill-1, #f8f9fa)}._hoc-helper_n4osz_115 ._op-wrap_n4osz_55{display:inline-flex}._hoc-helper_n4osz_115 ._cascade-option-list_n4osz_122{display:none}._lang-select-wrap_n4osz_126{padding:0 20px}._disabled_n4osz_24{cursor:default!important;color:#c9cbd6}._disabled_n4osz_24 span{cursor:default!important}._disabled_n4osz_24 svg{cursor:default}._container_5c0h9_2{display:flex;align-items:center;gap:8px;margin-bottom:12px}._container_5c0h9_2 ._text_5c0h9_8{margin-bottom:0}._text_5c0h9_8{color:var(--text-4, #545a6e);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-bottom:8px}._no-data-wrap_5c0h9_22{margin-top:10px;width:100%;display:inline-flex;align-items:center;flex-direction:column;justify-content:center}._no-data-wrap_5c0h9_22>div:nth-child(1),._no-data-wrap_5c0h9_22>div:nth-child(1)>svg{width:41.176px;height:46.324px}._no-data-wrap_5c0h9_22>div:nth-child(2){color:#747a8c;font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;line-height:16px;text-align:center;margin-top:16px}._btn-disabled_1nr5z_1{color:var(--Brand-3, #b7c3ff);pointer-events:none}._marginBottom12_1nr5z_6{margin-bottom:12px}._title_1p8h3_1{display:flex;align-items:center;gap:6px;color:var(--text-5, #272e47);line-height:24px}._body_1p8h3_9{padding-left:24px}._body_1p8h3_9 ._content_1p8h3_12{font-size:14px;line-height:22px;color:var(--text-3, #747a8c)}._body_1p8h3_9 ._content-brand_1p8h3_17{color:var(--brand-6, #4c6aff)}._modal_1p8h3_21 .l2c-crm-ant-btn{padding-top:1px;padding-bottom:1px}._intended-tip-modal_1p8h3_26 .l2c-crm-ant-modal-header{padding-bottom:12px!important;border-bottom:1px solid #ebedf2!important}._intended-tip-modal_1p8h3_26 .l2c-crm-ant-modal-body{font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px;color:var(--text-5, #272e47)!important;padding:20px 20px 0!important}._intended-tip-modal_1p8h3_26 .l2c-crm-ant-modal-footer{padding:18px 20px!important;display:flex;align-items:center;justify-content:space-between}._intended-tip-modal_1p8h3_26 ._intended-tip-modal-no-tip_1p8h3_44{font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px;color:var(--text-3, #747a8c);margin-left:-4px}._fast-filter-container_1gjs1_1{display:flex;align-items:center}._fast-filter-container_1gjs1_1 .text-ellipsis-wrapper{color:var(--text-5, #272e47);font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px}._fast-filter-container_1gjs1_1 .l2c-crm-ant-radio+span{padding:0 0 0 4px!important}._fast-filter-container_1gjs1_1 .l2c-crm-ant-radio-wrapper{margin-right:0!important}._fast-filter-container_1gjs1_1 .l2c-crm-ant-space{gap:20px!important}._container_wko32_1{font-family:PingFang SC;margin-bottom:8px}._container_wko32_1>div:first-child{display:flex;align-items:center;justify-content:space-between;line-height:22px;font-size:14px;font-style:normal}._container_wko32_1>div:first-child>span:first-child{color:var(---Text-5, #272e47);font-weight:500}._container_wko32_1>div:first-child>span:last-child{color:var(---Brand-6, #4c6aff);font-weight:400;cursor:pointer}._value_wko32_24{color:var(---Text-5, #272e47);font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-top:8px;word-wrap:break-word}._tip_wko32_34{color:var(--text-2, #9fa2ad);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-top:8px}._container_3fvpv_6{font-family:PingFang SC;width:848px;height:480px;border-radius:4px;border:1px solid var(--Line-3, #e1e3e8);display:flex;background-color:#fff}._container_3fvpv_6>div:first-child{width:448px;flex-shrink:0;border-right:1px solid #e1e3e8;display:flex;flex-direction:column}._container_3fvpv_6>div:first-child>div:first-child{padding:12px 16px}._container_3fvpv_6>div:first-child h2{padding:0 16px;flex-shrink:0}._container_3fvpv_6>div:last-child{padding:16px 0 5px;display:inline-flex;width:0;flex-grow:1;flex-direction:column}._container_3fvpv_6>div:last-child h2{padding-left:16px;padding-right:16px}._search-input_3fvpv_44.l2c-crm-ant-input-affix-wrapper{border-color:#e1e3e8;border-radius:4px}._tree-wrap_3fvpv_49{flex-grow:1;height:0}._title-wrap_3fvpv_54{padding-right:16px}._title-wrap_3fvpv_54 div:hover{cursor:pointer}._title_3fvpv_54{overflow:hidden;color:var(--Text-5, #272e47);text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:22px;margin:0 0 5px;flex-shrink:0}._tree-title_3fvpv_73{display:inline-flex;justify-content:space-between;width:100%}._tree-title_3fvpv_73>div:first-child{width:0;flex-grow:1}._tree-title_3fvpv_73>div:first-child>span{width:100%;display:block}._icon-wrap_3fvpv_87{height:100%;align-items:center!important;display:inline-flex!important}._icon-wrap_3fvpv_87 path{fill:#8d92a1}._icon-wrap_3fvpv_87>div{transform:rotate(90deg)}._operator_3fvpv_99{display:none;gap:12px;flex-shrink:0;cursor:default}._operator_3fvpv_99>div{cursor:pointer}._tree_3fvpv_49.l2c-crm-ant-tree .l2c-crm-ant-tree-treenode{width:100%;height:36px;align-items:center;padding-bottom:0;padding-left:16px;padding-right:16px;overflow:auto}._tree_3fvpv_49.l2c-crm-ant-tree .l2c-crm-ant-tree-treenode:hover{background:var(--Fill-1, #f8f9fa)}._tree_3fvpv_49.l2c-crm-ant-tree .l2c-crm-ant-tree-title{width:100%;flex-grow:1;display:block}._tree_3fvpv_49.l2c-crm-ant-tree .l2c-crm-ant-tree-checkbox{margin-top:0}._tree_3fvpv_49.l2c-crm-ant-tree .l2c-crm-ant-tree-switcher{width:16px;margin-right:8px}._tree_3fvpv_49.l2c-crm-ant-tree .l2c-crm-ant-tree-node-content-wrapper{width:100%;overflow:hidden;color:var(--Text-5, #272e47);text-overflow:ellipsis;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.l2c-crm-ant-tree-treenode:hover ._operator_3fvpv_99{display:inline-flex}._selected-list_3fvpv_150{margin-right:-8px}._selected-list_3fvpv_150 ._item_3fvpv_153{display:flex;height:36px;justify-content:space-between;align-items:center;overflow:hidden;color:var(--Text-5, #272e47);text-overflow:ellipsis;font-size:14px;font-style:normal;font-weight:400;line-height:22px;padding:7px 16px}._selected-list_3fvpv_150 ._item_3fvpv_153>div{cursor:pointer}._selected-list_3fvpv_150 ._item_3fvpv_153:hover{background:var(--Fill-1, #f8f9fa)}._text-over_3fvpv_176{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._bank-modal_3fvpv_182 .l2c-crm-ant-modal{vertical-align:middle!important}._search-popover_3fvpv_186{width:415px}._search-popover_3fvpv_186.l2c-crm-ant-popover-placement-bottom{padding-top:4px}._search-popover_3fvpv_186 .l2c-crm-ant-popover-inner{border-radius:4px;border:1px solid var(--Line-3, #e1e3e8);background:#fff;box-shadow:0 8px 16px #2f53861f}._search-popover_3fvpv_186 .l2c-crm-ant-popover-inner-content{padding:16px 7px}._search-content_3fvpv_202{max-height:240px}._search-content_3fvpv_202 ._item_3fvpv_153{color:var(--Text-5, #272e47);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;padding:5px 12px;cursor:pointer;word-break:break-all}._search-content_3fvpv_202 ._item_3fvpv_153:hover{background:var(--Link-1, #f2f7fe)}._highlighted_3fvpv_220{color:var(---Brand-6, #4c6aff)}._text-back_3fvpv_224{font-family:PingFang SC}._recently_3fvpv_228{color:var(--Text-3, #747a8c);font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;line-height:20px;padding-left:12px}._spec-cell-wrap_4b6w1_1{display:inline-flex;height:100%;align-items:center;width:100%}._no-spec_4b6w1_8{color:var(--Text-1, #b7bac2)}._select-wrap_aefd8_8{width:100%}._tip_aefd8_12{color:var(--text-3, #747a8c)}._color-1_aefd8_16{color:var(--text-5, #272E47)}._mb-20_aefd8_20{margin-bottom:20px}._mb-8_aefd8_24{margin-bottom:8px}._ml-4_aefd8_28{margin-left:4px}._group-label_aefd8_32>div{display:inline-block;position:relative;margin-left:4px;top:2.5px}._overflow-ellipsis_64usw_1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._mark_64usw_7{color:var(--brand-6, #4c6aff);padding:0;background-color:#fff}._container_y96ub_1{flex-shrink:0;background-color:#fff;padding:20px 8px 0 20px;height:100%;position:relative;width:300px;border-top:1px solid var(--line-3, #e1e3e8)}._container_y96ub_1>div{height:100%;display:flex;flex-direction:column}._expand_y96ub_16{position:absolute;left:-16px;top:50%;z-index:50;cursor:pointer}._search_y96ub_24{width:100%!important;background-color:#fff!important;margin-left:0!important}._loading_y96ub_30{padding-top:48px;display:flex;justify-content:center}._svg-loading_y96ub_36{animation:_rotate_y96ub_1 .8s linear infinite}@keyframes _rotate_y96ub_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._content_y96ub_48{height:100%;height:0;flex-grow:1;overflow:auto}._empty_y96ub_55{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}._empty_y96ub_55 p{margin-top:12px;color:var(--text-3, #7a8599);line-height:22px;font-weight:400}._list-wrap_y96ub_69{padding-top:16px}._msg_y96ub_73{height:56px;width:100%;display:flex;border-radius:4px;align-items:center;padding:0 12px;cursor:pointer}._msg_y96ub_73:hover{background:var(--fill-1, #f8f9fa)}._msg_y96ub_73>div:first-child{margin-right:4px}._msg_y96ub_73>div:nth-child(2){width:0;flex-basis:100%}._msg_y96ub_73 h3{display:flex;color:var(--text-3, #747a8c);font-size:12px;line-height:20px;margin:0}._msg_y96ub_73 h3>span:first-child{max-width:74px;margin-right:8px}._msg_y96ub_73 p{color:var(--text-5, #272e47);font-size:12px;line-height:20px;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._mark_y96ub_113{color:var(--brand-6, #4c6aff);padding:0;background-color:#fff}._overflow-ellipsis_y96ub_119{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._avatar_y96ub_125{width:28px;height:28px;border-radius:50%;flex-shrink:0;background-color:var(--avatar-1, #6557ff);font-weight:500;font-size:10.5px;line-height:14px;color:var(--white, #ffffff);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}._avatar_y96ub_125 img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}._crm-avatar_y96ub_150{width:28px;height:28px;border-radius:50%;flex-shrink:0}._crm-avatar_y96ub_150>span{width:100%!important;height:100%!important;line-height:28px!important}._crm-avatar_y96ub_150>span>span{line-height:28px!important}._container_wih46_5{background-color:#fff;width:0;width:100%;height:100%;padding-top:12px}._header_wih46_16{display:flex;align-items:center;margin-bottom:12px}._content_wih46_22{display:flex;justify-content:space-between;height:calc(100% - 44px);padding-bottom:12px}._left_wih46_29{width:100%;min-width:330px;display:flex;flex-direction:column}._left_wih46_29>div{height:0;flex-grow:1}._select-1_wih46_40{width:250px}._select-1_wih46_40 ._employee-item_wih46_43{overflow:hidden}._select-1_wih46_40 .l2c-crm-ant-select-selection-item{display:flex}._select-2_wih46_50{width:142px;margin-left:8px!important}._divide_wih46_55{width:1px;height:16px;display:block;background:var(--line-1, #f0f1f5);margin:0 16px}._search-button_wih46_63{cursor:pointer;color:var(--text-3, #747a8c);font-size:12px;line-height:20px;display:inline-flex;align-items:center}._search-button_wih46_63>div{width:16px;height:16px;display:inline-block!important}._search-button_wih46_63>div>span{display:inline-block;margin-right:8px}._employee-item_wih46_43{display:flex;align-items:center;height:100%}._employee-item_wih46_43>div,._employee-item_wih46_43>span{flex-shrink:0}._employee-item_wih46_43 ._name_wih46_90{width:-webkit-min-content;width:min-content;flex-basis:0;flex-grow:1;color:var(--text-5, #272e47);font-size:14px;line-height:22px;margin:0 8px}._select-search_wih46_100{margin-left:16px;margin-right:16px;padding:4px 0!important;border-bottom:1px solid var(--line-2, #ebedf2)!important;width:calc(100% - 32px)!important;margin-bottom:4px}._select-search_wih46_100.l2c-crm-ant-input-affix-wrapper-focused{border-bottom:1px solid var(--brand-6, #4c6aff)!important}._select-search_wih46_100._l2c-crm-ant-input-affix-wrapper_wih46_108:hover,._select-search_wih46_100:hover{border-bottom:1px solid #f0f0f0}._select-search_wih46_100:focus{border-bottom:1px solid #f0f0f0}._select-search_wih46_100::placeholder{color:#a9b2c2}._select-name-item_wih46_124{display:flex;align-items:center}._overflow-ellipsis_wih46_129{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._red-dot_1atf1_8{position:absolute;top:-2px;right:-2px;width:6px;height:6px;border-radius:50%;background-color:var(--error-6, #fe5b4c)}._unread-bubble_1atf1_18{position:absolute;top:0;right:0;z-index:1;transform:translate(50%,-50%);border-radius:8px;background:var(--error-6, #fe5b4c);display:inline-block;height:16px;min-width:16px;padding:3px 4px;color:#fff;text-align:center;font-size:10px;line-height:10px;font-style:normal}._recommend-text_1atf1_37{color:var(--text-3, #747a8c);font-size:14px;font-style:normal;font-weight:400;line-height:22px}._recommend-text-count_1atf1_45{color:var(--brand-6, #4c6aff)}._container_16c3b_6{position:relative;width:100%;padding:8px 12px;background:var(--fill-2, #f6f7fa);border-radius:4px;margin-bottom:24px}._container_16c3b_6 a{font-style:normal;font-weight:400;font-size:12px;line-height:20px;color:var(--brand-6, #4c6aff);margin-left:8px}._toggle_16c3b_26{cursor:pointer;position:absolute;top:10px;right:14px;transform:rotate(0)}._fold_16c3b_34{transform:rotate(-180deg)}._tip-item-wrap_16c3b_38{display:flex;align-items:center}._tip-item-wrap_16c3b_38+._tip-item-wrap_16c3b_38{margin-top:8px}._dot_16c3b_46{display:block;width:6px;height:6px;margin-right:8px;background:var(--brand-6, #4c6aff);border-radius:8px}._content_16c3b_56{font-style:normal;font-weight:400;font-size:12px;line-height:20px;color:var(--text-4, #545a6e)}._tab_10by0_8{height:40px;position:relative;font-weight:400;font-size:14px;line-height:22px;color:var(--text-5, #272e47);padding:9px 16px;cursor:pointer}._tab_10by0_8:hover{color:var(--brand-6, #4c6aff)}._tab_10by0_8._actived_10by0_21{color:var(--brand-6, #4c6aff);font-weight:500}._tab_10by0_8._actived_10by0_21:after{position:absolute;bottom:0;left:50%;content:" ";display:block;height:2px;width:24px;background:var(--brand-6, #4c6aff);transform:translate(-50%)}._container_ocs5i_5{-webkit-user-select:none;user-select:none;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._container_ocs5i_5>span{width:200px!important;margin-left:0!important}._right_ocs5i_20{display:inline-flex;align-items:center;justify-content:space-between}._right_ocs5i_20 svg{cursor:pointer}._right_ocs5i_20>i{width:1px;height:16px;display:block;background:var(--fill-4, #e1e3e8);margin:0 12px}._right_ocs5i_20>span+span{margin-left:16px}._right_ocs5i_20>span{cursor:pointer;display:inline-flex;align-items:center}._right_ocs5i_20>span>span{font-size:14px;line-height:22px;color:var(--text-4, #545a6e);margin-left:8px}._container_2iv0u_5{width:100%;height:100%;padding-left:16px;padding-right:16px;display:flex;justify-content:space-between;align-items:center;background:var(--white, #ffffff)}._container-no-background_2iv0u_19{background:none;height:32px}._title_2iv0u_24{font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:var(--text-5, #272e47)}._btn-group_2iv0u_32{display:inline-flex;margin-left:20px}._btn-group_2iv0u_32>button:not(:last-child){margin-right:8px}._btn-group_2iv0u_32 ._duplicate-btn-wrapper_2iv0u_39{padding:0;display:flex;align-items:center}._btn-group_2iv0u_32 ._duplicate-btn-wrapper_2iv0u_39 ._duplicate-btn-text_2iv0u_44{padding:0 15px 0 16px}._batch-duplicate-dropdown_2iv0u_48{padding:0 1px;color:var(--text-4, #545a6e);cursor:pointer}._batch-duplicate-drawer_2iv0u_54 .l2c-crm-ant-drawer-content{background-color:var(--line-1, #f0f1f5);overflow:hidden;position:relative}._batch-duplicate-drawer_2iv0u_54 .l2c-crm-ant-drawer-body.l2c-crm-ant-drawer-body{padding:16px}._batch-duplicate-drawer_2iv0u_54 .l2c-crm-ant-drawer-header.l2c-crm-ant-drawer-header{border-bottom:1px solid #d8ddf5}._batch-duplicate-drawer_2iv0u_54 ._duplicate-show-content_2iv0u_66{display:flex;flex-direction:column;gap:16px}._batch-duplicate-drawer_2iv0u_54 ._duplicate-show-content_2iv0u_66 ._duplicate-show-tips_2iv0u_71{background:linear-gradient(93.19deg,#dbdcff 0%,#e5deff 73.99%,#ecdeff 98.65%);border-radius:8px;padding:12px 16px;display:flex;align-items:start;gap:8px}._batch-duplicate-drawer_2iv0u_54 ._duplicate-show-content_2iv0u_66 ._duplicate-show-card_2iv0u_79{border-radius:4px;border:1px solid var(--line-2, #ebedf2);padding:12px 16px;background-color:#fff}._batch-duplicate-drawer_2iv0u_54 ._duplicate-show-content_2iv0u_66 ._duplicate-show-card_2iv0u_79 ._show-card-title_2iv0u_85{font-weight:500;font-size:14px;line-height:22px}._batch-duplicate-drawer_2iv0u_54 ._duplicate-show-content_2iv0u_66 ._duplicate-show-card_2iv0u_79>ul{margin-top:8px;margin-bottom:0;padding-inline-start:20px}._batch-duplicate-drawer_2iv0u_54 ._duplicate-show-content_2iv0u_66 ._duplicate-show-card_2iv0u_79>table{margin-top:8px;border-radius:8px;box-shadow:0 3px 3px #2f538614;overflow:hidden}._batch-duplicate-drawer_2iv0u_54 ._duplicate-show-content_2iv0u_66 ._duplicate-show-card_2iv0u_79>table thead th{padding:12px 0;font-weight:500;font-size:14px;line-height:22px}._batch-duplicate-drawer_2iv0u_54 ._duplicate-show-content_2iv0u_66 ._duplicate-show-card_2iv0u_79>table thead th:nth-child(1){background-color:var(--fill-2, #f6f7fa);width:195px}._batch-duplicate-drawer_2iv0u_54 ._duplicate-show-content_2iv0u_66 ._duplicate-show-card_2iv0u_79>table tbody tr{border-top:1px solid var(--line-3, #e1e3e8)}._batch-duplicate-drawer_2iv0u_54 ._duplicate-show-content_2iv0u_66 ._duplicate-show-card_2iv0u_79>table tbody td{padding:10px 16px;font-weight:400;font-size:14px;line-height:22px;text-align:center}._batch-duplicate-drawer_2iv0u_54 ._duplicate-show-content_2iv0u_66 ._duplicate-show-card_2iv0u_79>table tbody td:nth-child(1){background-color:var(--fill-2, #f6f7fa)}._batch-duplicate-drawer_2iv0u_54 ._duplicate-show-content_2iv0u_66 ._duplicate-show-card_2iv0u_79>table ._text-tip_2iv0u_124{font-size:12px;line-height:20px;color:var(--text-3, #747a8c)}._batch-duplicate-drawer_2iv0u_54 .l2c-crm-ant-drawer-footer.l2c-crm-ant-drawer-footer{background-color:#fff;padding:16px 20px}._batch-duplicate-drawer_2iv0u_54 ._drawer-footer_2iv0u_133{display:flex;align-items:center;justify-content:flex-end;gap:15px}._batch-duplicate-drawer_2iv0u_54 ._batch-duplicate-bg1_2iv0u_139{width:640px;height:640px;background:radial-gradient(43.53% 43.53% at 49.93% 56.47%,#7f93ff 0%,rgba(126,148,255,0) 100%);opacity:.38;top:-482.88px;left:-257.56px;position:absolute}._batch-duplicate-drawer_2iv0u_54 ._batch-duplicate-bg2_2iv0u_148{width:392px;height:392px;top:-226px;left:116px;opacity:.26;position:absolute;background:radial-gradient(42.43% 42.43% at 50% 50%,#c1b2ff 0%,rgba(192,177,255,.38) 51.17%,rgba(193,177,255,0) 100%)}._batch-duplicate-drawer_2iv0u_54 ._batch-duplicate-bg3_2iv0u_157{width:350px;height:354px;top:-156px;left:333px;opacity:.15;position:absolute;background:radial-gradient(50% 50% at 46.12% 47.48%,#9d89ff 0%,rgba(166,145,255,.45) 62.46%,rgba(157,137,255,0) 100%)}._batch-duplicate-drawer_2iv0u_54 ._batch-duplicate-flex_2iv0u_166{display:flex;justify-content:center;height:100%;align-items:center;flex-direction:column}._batch-duplicate-drawer_2iv0u_54 ._batch-duplicate-flex_2iv0u_166 ._loading_2iv0u_173{width:80px;height:80px}._batch-duplicate-drawer_2iv0u_54 ._batch-duplicate-flex-text_2iv0u_177{color:var(--text-5, #272e47);font-size:14px;line-height:22px}._batch-duplicate-drawer_2iv0u_54 ._batch-duplicate-flex_2iv0u_166 ._empty_2iv0u_182{width:382px}._duplicate-modal_2iv0u_186{top:calc(50% - 60px)!important}._duplicate-modal_2iv0u_186 .l2c-crm-ant-modal-body{padding:0}._duplicate-modal_2iv0u_186 ._modal-title_2iv0u_192{display:flex;align-items:center;gap:6px}._duplicate-modal_2iv0u_186 ._modal-footer_2iv0u_197{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:18px 20px}._ai-btn_2iv0u_205{border:none!important;background:linear-gradient(96.64deg,#515aff 1.51%,#8766ff 74.19%,#a866ff 98.42%)!important;color:#fff!important}._sub-btn-group_2iv0u_211{display:inline-flex;align-items:center;margin-right:20px}._control-list_2iv0u_217{padding:8px 16px;color:var(--text-4, #545a6e);cursor:pointer}._import-drop_2iv0u_223{padding-right:8px}._import-drop_2iv0u_223 span{display:flex;align-items:center}._import-popover_2iv0u_231 ._l2c-crm-ant-popover-inner-content_2iv0u_231{padding:0}._sub-btn-overlay_2iv0u_235 .l2c-crm-ant-tooltip-arrow{display:none}._sub-btn-overlay_2iv0u_235 .l2c-crm-ant-tooltip-inner{background-color:#fff;color:var(--text-5, #272e47);padding:4px 0;border-radius:4px;box-shadow:0 4px 10px #2f53861f}._l2c-crm-helper_2iv0u_246{margin:0!important}._tab-container_4yrv3_1{display:flex;flex-basis:0;gap:8px}._tab-item_4yrv3_7{padding:5px 10px;display:flex;gap:4px;align-items:center;white-space:nowrap;height:unset}._tab-item_4yrv3_7:after{bottom:-4px!important}._task-center_4yrv3_19{position:absolute;right:0;top:0;z-index:1;background:#ffffff;box-shadow:0 4px 24px #0000001f;border-radius:4px;color:#000;width:418px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:400px;overflow:hidden}._loading-container_4yrv3_34{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._body_4yrv3_41{padding:0 20px;overflow:auto;min-height:135px;position:relative;max-height:359px}._body_4yrv3_41::-webkit-scrollbar{width:6px;height:6px}._body_4yrv3_41::-webkit-scrollbar-thumb{width:6px;height:6px;background-color:#0003;border-radius:4px}._title_4yrv3_59{font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px;display:flex;align-items:center;color:var(--text-5, #272e47);padding:4px 20px 4px 10px;border-bottom:1px solid var(--line-2, #ebedf2);justify-content:space-between}._task-item_4yrv3_72{padding:16px 0;display:flex;justify-content:space-between;align-items:flex-start}._task-item_4yrv3_72:not(:last-child){border-bottom:1px solid var(--line-2, #ebedf2)}._task-item-status_4yrv3_82{display:flex;justify-content:flex-end;align-items:center}._task-item-status-label_4yrv3_88{font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px;color:var(--text-3, #747a8c);margin-left:4px}._task-item-status-op_4yrv3_97{color:var(--brand-6, #4c6aff);font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;cursor:pointer;text-align:end}._task-op-info_4yrv3_107{color:var(--text-3, #747a8c);cursor:default}._task-item-name_4yrv3_112{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:16px;color:var(--text-5, #272e47);margin:3px 0}._task-item-date_4yrv3_121{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;color:var(--text-3, #747a8c)}._mini-icon_4yrv3_129{cursor:pointer}._mini-icon_4yrv3_129:hover{color:var(--brand-6, #4c6aff)!important}._mini-icon_4yrv3_129:hover path{stroke:var(--brand-6, #4c6aff)!important}._empty-container_4yrv3_139{display:flex;align-items:center;flex-direction:column;padding:20px 0}._empty-text_4yrv3_146{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:16px;margin-top:16px;color:var(--text-3, #747a8c)}._container_zxw8t_5{height:100%;width:100%;flex-grow:0;display:inline-flex;flex-direction:column;position:relative}._container-with-tab_zxw8t_17>div:first-child{margin-bottom:16px}._container-without-tab_zxw8t_21>div:first-child>div:first-child{padding-top:16px;padding-bottom:8px;border-bottom:none}._header_zxw8t_27{height:56px;width:100%;flex-grow:1;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line-1, #f0f1f5)}._two-col-wrap_zxw8t_37{height:100%;display:flex;justify-content:space-between;align-items:center}._content-layout_zxw8t_44{position:relative;flex-grow:1;padding:0 16px 16px;height:0;display:inline-flex;justify-content:space-between;overflow-x:auto}._content-layout_zxw8t_44::-webkit-scrollbar{height:6px;width:6px}._content-layout_zxw8t_44::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}._content-menu_zxw8t_63{margin-right:12px}._content_zxw8t_44{min-width:652px;overflow-x:hidden;width:0;padding:16px 20px 16px 16px;flex-grow:1;flex-shrink:0;display:flex;flex-direction:column;background-color:#fff;border:1px solid var(--line-1, #f0f1f5);border-radius:0 4px 4px 0}._content_zxw8t_44._clean_zxw8t_81{padding:0;border:none;background-color:transparent}._container_ca12y_1{justify-content:space-between;align-items:center;padding:4px 16px;height:56px}._base-container_ca12y_8{display:flex;width:100%;justify-content:space-between;align-items:center;padding:20px 16px 12px;height:56px}._title_ca12y_17{color:#272e47;font-weight:500;font-size:16px;line-height:24px;font-family:PingFang SC}._container_m3njn_5{display:flex;flex-direction:column;height:100%;width:238px;padding:10px 4px 0 16px;background-color:#fff}._container_m3njn_5 .l2c-crm-ant-menu-root{border-right:none!important}._container_m3njn_5 .l2c-crm-ant-menu-item-selected .groupping-global-count{color:var(--brand-6, #4c6aff);min-width:38px;text-align:end}._icon_m3njn_25{cursor:pointer}._group-wrap_m3njn_29{height:54px;width:100%;display:flex;justify-content:flex-end;align-items:center;padding:0 16px 0 4px;color:var(--text-4, #545a6e);font-style:normal;font-weight:400;font-size:14px;line-height:22px}._group-wrap_m3njn_29 span{display:inline-flex;align-items:center}._group-wrap_m3njn_29 i{display:block;width:1px;height:14px;background-color:var(--fill-3, #ebedf2);margin:0 12px}._group-title_m3njn_55{margin-left:6px;margin-right:16px}._item_m3njn_60{display:flex;align-items:center;justify-content:space-between;column-gap:4px}._item_m3njn_60>span{flex-grow:0;flex-shrink:0}._group-name_m3njn_71{position:relative;width:0;flex-grow:1!important;overflow:hidden;text-overflow:ellipsis}._group-name_m3njn_71>span{position:relative}._group-icon_m3njn_82{display:none;position:absolute;right:-20px;top:-1.5px;z-index:1}._count_m3njn_90{font-weight:400;font-size:12px;line-height:16px;color:var(--text-3, #747a8c)}._group-menu-wrap_m3njn_97{overflow-x:hidden;padding-right:6px!important}._group-menu-wrap_m3njn_97 .l2c-crm-ant-menu-item{padding-right:10px!important}._group-menu-wrap_m3njn_97 .l2c-crm-ant-menu-submenu-arrow{display:none}._group-menu-wrap_m3njn_97 .l2c-crm-ant-menu-submenu-arrow:after,._group-menu-wrap_m3njn_97 .l2c-crm-ant-menu-submenu-arrow:before{display:none}._group-menu-wrap_m3njn_97 .l2c-crm-ant-menu-submenu-title{padding-right:10px!important}._cursor_m3njn_114{cursor:pointer}._arrow_m3njn_118{position:absolute;left:3.5px;top:50%;transform:translateY(-50%) rotate(-90deg)}.l2c-crm-ant-menu-submenu-open ._arrow_m3njn_118{transform:translateY(-50%) rotate(0);transform-origin:center}.l2c-crm-ant-menu-title-content:hover ._group-icon_m3njn_82,.l2c-crm-ant-menu-submenu-title:hover ._group-icon_m3njn_82{display:inline-block}.l2c-crm-ant-menu-title-content:hover ._complex-count_m3njn_134._control_m3njn_134 ._ellipsis_m3njn_134,.l2c-crm-ant-menu-submenu-title:hover ._complex-count_m3njn_134._control_m3njn_134 ._ellipsis_m3njn_134{display:flex}.l2c-crm-ant-menu-title-content:hover ._complex-count_m3njn_134._control_m3njn_134 ._count_m3njn_90,.l2c-crm-ant-menu-submenu-title:hover ._complex-count_m3njn_134._control_m3njn_134 ._count_m3njn_90{display:none}._sub-menu-loading_m3njn_143{height:42px;display:flex;justify-content:center;align-items:center}._complex-count_m3njn_134{height:40px;display:flex;align-items:center;justify-content:end}._complex-count_m3njn_134._popoverOpen_m3njn_156 ._ellipsis_m3njn_134{display:flex}._complex-count_m3njn_134._popoverOpen_m3njn_156 ._count_m3njn_90{display:none}._ellipsis_m3njn_134{width:100%;height:100%;align-items:center;justify-content:end;color:var(--fill-8, #3f465c);padding-bottom:6px;display:none}._control-list_m3njn_173{width:82px}._control-list_m3njn_173 div{width:100%;color:var(--text-4, #545a6e);cursor:pointer}._control-list_m3njn_173 div:hover{color:var(--brand-6, #4c6aff)}._control-list_m3njn_173 ._disabled_m3njn_184{color:var(--text-1, #b7bac2);cursor:not-allowed}._control-list_m3njn_173 ._disabled_m3njn_184:hover{color:var(--text-1, #b7bac2)}._svg-loading_m3njn_192{animation:_rotate_m3njn_1 2s linear infinite}@keyframes _rotate_m3njn_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.filtersFieldFilter{border:1px solid var(--lx-color-gray-100, #e1e6ed);background-color:#fff;border-radius:4px}.filtersFieldFilter.filtersFieldFilter__DATE,.filtersFieldFilter.filtersFieldFilter__amount{border:none;background-color:transparent}.filtersFieldFilter.filtersFieldFilter__amount .l2c-crm-ant-input-number{border:1px solid var(--lx-color-gray-100, #e1e6ed)!important;border-radius:2px!important}.filtersFieldFilter.filtersFieldFilter__NUMBER{border:none}.filtersFieldFilter.filtersFieldFilter__gross_profit_margin{border:1px solid #e1e6ed!important}.filtersFieldFilter.filtersFieldFilter__created_at,.filtersFieldFilter.filtersFieldFilter__updated_at{border:none;background-color:transparent}._group-name_1p0uc_1{width:0;flex-grow:1!important;overflow:hidden;text-overflow:ellipsis;position:relative;display:flex;align-items:center}._group-name_1p0uc_1 ._name-span_1p0uc_10{max-width:calc(100% - 4px)}._group-name_1p0uc_1:hover ._group-icon_1p0uc_13{display:inline-block}._group-name_1p0uc_1:hover ._name-span_1p0uc_10{max-width:calc(100% - 20px)}._group-icon_1p0uc_13{display:none;height:16px;margin-left:4px;line-height:16px;vertical-align:text-top}._import-extra_1fp8z_1{display:flex;gap:16px}._import-extra-text_1fp8z_5{color:var(--text-4, #545a6e);font-weight:400;font-size:14px;line-height:22px;cursor:pointer}._import-columns_1fp8z_13,._import-columns-flex_1fp8z_13{display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center}._import-columns-flex_1fp8z_13{height:0;flex:1 1}._download_1fp8z_26{cursor:pointer;color:var(--brand-6, #4c6aff)}._tips_1qh6c_1{margin-top:12px;margin-bottom:32px;display:flex;gap:6px}._tips_1qh6c_1 ._icon_1qh6c_7{position:relative;top:24px}._tips_1qh6c_1 ._wrapper_1qh6c_11{padding-top:20px;border-top:1px solid var(--line-2, #ebedf2)}._tips_1qh6c_1 ._wrapper_1qh6c_11 ._title_1qh6c_15{display:flex;gap:6px;align-items:center}._tips_1qh6c_1 ._wrapper_1qh6c_11 ._title-text_1qh6c_20{flex:1 1;color:var(--text-5, #272e47);font-weight:500;font-size:14px;line-height:22px}._tips_1qh6c_1 ._wrapper_1qh6c_11 ._content_1qh6c_27{margin-top:4px;color:var(--text-3, #747a8c);font-weight:400;font-size:14px;line-height:22px}._container_1x1l1_1{height:100%;-webkit-user-select:none;user-select:none;position:relative;border-radius:4px}._mr0_1x1l1_8{margin-right:0!important}._group-wrap_1x1l1_12{height:100%;overflow:hidden;border:1px solid var(--line-1, #f0f1f5);border-radius:4px 0 0 4px;border-right:none}._group-fixed_1x1l1_20{border:1px solid var(--line-3, #e1e3e8);box-shadow:0 6px 16px #2f53861f;border-radius:4px;position:absolute;border-right:1px solid var(--line-1, #f0f1f5);left:0;bottom:0;z-index:9}._sidebar-fold-icon_1x1l1_31{cursor:pointer;position:absolute;right:0;z-index:9;top:40%}._sidebar-fold-icon_1x1l1_31:hover .arrow{fill:var(--brand-6, #4c6aff)}._sidebar-fold-icon_1x1l1_31._rotate_1x1l1_41{transform:rotate(-180deg);left:1px}._container_38n09_1{max-height:500px;overflow-x:hidden}._grouping-menu-select_38n09_6{width:200px}._grouping-menu-select_38n09_6.l2c-crm-ant-select-dropdown{width:246px!important;z-index:100!important}.ant-table.ant-table-middle{font-size:14px}.ant-table.ant-table-middle .ant-table-title,.ant-table.ant-table-middle .ant-table-footer,.ant-table.ant-table-middle .ant-table-thead>tr>th,.ant-table.ant-table-middle .ant-table-tbody>tr>td,.ant-table.ant-table-middle tfoot>tr>th,.ant-table.ant-table-middle tfoot>tr>td{padding:12px 8px}.ant-table.ant-table-middle .ant-table-filter-trigger{margin-right:-4px}.ant-table.ant-table-middle .ant-table-expanded-row-fixed{margin:-12px -8px}.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table{margin:-12px -8px -12px 40px}.ant-table.ant-table-middle .ant-table-selection-column{padding-inline-start:2px}.ant-table.ant-table-small{font-size:14px}.ant-table.ant-table-small .ant-table-title,.ant-table.ant-table-small .ant-table-footer,.ant-table.ant-table-small .ant-table-thead>tr>th,.ant-table.ant-table-small .ant-table-tbody>tr>td,.ant-table.ant-table-small tfoot>tr>th,.ant-table.ant-table-small tfoot>tr>td{padding:8px}.ant-table.ant-table-small .ant-table-filter-trigger{margin-right:-4px}.ant-table.ant-table-small .ant-table-expanded-row-fixed{margin:-8px}.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table{margin:-8px -8px -8px 40px}.ant-table.ant-table-small .ant-table-selection-column{padding-inline-start:2px}.ant-table.ant-table-bordered>.ant-table-title{border:1px solid #f0f0f0;border-bottom:0}.ant-table.ant-table-bordered>.ant-table-container{border-left:1px solid #f0f0f0}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tfoot>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tfoot>tr>td{border-right:1px solid #f0f0f0}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr:not(:last-child)>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr:not(:last-child)>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr:not(:last-child)>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr:not(:last-child)>th{border-bottom:1px solid #f0f0f0}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>th:before,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>th:before,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>th:before,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr>th:before{background-color:transparent!important}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tfoot>tr>.ant-table-cell-fix-right-first:after{border-right:1px solid #f0f0f0}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td>.ant-table-expanded-row-fixed,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>td>.ant-table-expanded-row-fixed{margin:-16px -17px}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td>.ant-table-expanded-row-fixed:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>td>.ant-table-expanded-row-fixed:after{position:absolute;top:0;right:1px;bottom:0;border-right:1px solid #f0f0f0;content:""}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table{border-top:1px solid #f0f0f0}.ant-table.ant-table-bordered.ant-table-scroll-horizontal>.ant-table-container>.ant-table-body>table>tbody>tr.ant-table-expanded-row>td,.ant-table.ant-table-bordered.ant-table-scroll-horizontal>.ant-table-container>.ant-table-body>table>tbody>tr.ant-table-placeholder>td{border-right:0}.ant-table.ant-table-bordered.ant-table-middle>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed,.ant-table.ant-table-bordered.ant-table-middle>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed{margin:-12px -9px}.ant-table.ant-table-bordered.ant-table-small>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed,.ant-table.ant-table-bordered.ant-table-small>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed{margin:-8px -9px}.ant-table.ant-table-bordered>.ant-table-footer{border:1px solid #f0f0f0;border-top:0}.ant-table-cell .ant-table-container:first-child{border-top:0}.ant-table-cell-scrollbar:not([rowspan]){box-shadow:0 1px 0 1px #fafafa}.ant-table-wrapper{clear:both;max-width:100%}.ant-table-wrapper:before{display:table;content:""}.ant-table-wrapper:after{display:table;clear:both;content:""}.ant-table{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;font-size:14px;background:#fff;border-radius:2px}.ant-table table{width:100%;text-align:left;border-radius:2px 2px 0 0;border-collapse:separate;border-spacing:0}.ant-table-thead>tr>th,.ant-table-tbody>tr>td,.ant-table tfoot>tr>th,.ant-table tfoot>tr>td{position:relative;padding:16px;overflow-wrap:break-word}.ant-table-cell-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,.ant-table-cell-ellipsis.ant-table-cell-fix-right-first{overflow:visible}.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content{display:block;overflow:hidden;text-overflow:ellipsis}.ant-table-cell-ellipsis .ant-table-column-title{overflow:hidden;text-overflow:ellipsis;word-break:keep-all}.ant-table-title{padding:16px}.ant-table-footer{padding:16px;color:#000000d9;background:#fafafa}.ant-table-thead>tr>th{position:relative;color:#000000d9;font-weight:500;text-align:left;background:#fafafa;border-bottom:1px solid #f0f0f0;transition:background .3s ease}.ant-table-thead>tr>th[colspan]:not([colspan="1"]){text-align:center}.ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{position:absolute;top:50%;right:0;width:1px;height:1.6em;background-color:#0000000f;transform:translateY(-50%);transition:background-color .3s;content:""}.ant-table-thead>tr:not(:last-child)>th[colspan]{border-bottom:0}.ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;transition:background .3s}.ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table,.ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table{margin:-16px -16px -16px 32px}.ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td,.ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td{border-bottom:0}.ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td:first-child,.ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td:first-child,.ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td:last-child,.ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td:last-child{border-radius:0}.ant-table-tbody>tr.ant-table-row:hover>td,.ant-table-tbody>tr>td.ant-table-cell-row-hover{background:#fafafa}.ant-table-tbody>tr.ant-table-row-selected>td{background:#e6f7ff;border-color:#00000008}.ant-table-tbody>tr.ant-table-row-selected:hover>td{background:#dcf4ff}.ant-table-summary{position:relative;z-index:2;background:#fff}div.ant-table-summary{box-shadow:0 -1px #f0f0f0}.ant-table-summary>tr>th,.ant-table-summary>tr>td{border-bottom:1px solid #f0f0f0}.ant-table-pagination.ant-pagination{margin:16px 0}.ant-table-pagination{display:flex;flex-wrap:wrap;row-gap:8px}.ant-table-pagination>*{flex:none}.ant-table-pagination-left{justify-content:flex-start}.ant-table-pagination-center{justify-content:center}.ant-table-pagination-right{justify-content:flex-end}.ant-table-thead th.ant-table-column-has-sorters{outline:none;cursor:pointer;transition:all .3s}.ant-table-thead th.ant-table-column-has-sorters:hover{background:rgba(0,0,0,.04)}.ant-table-thead th.ant-table-column-has-sorters:hover:before{background-color:transparent!important}.ant-table-thead th.ant-table-column-has-sorters:focus-visible{color:#1890ff}.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover,.ant-table-thead th.ant-table-column-sort{background:#f5f5f5}.ant-table-thead th.ant-table-column-sort:before{background-color:transparent!important}td.ant-table-column-sort{background:#fafafa}.ant-table-column-title{position:relative;z-index:1;flex:1 1}.ant-table-column-sorters{display:flex;flex:auto;align-items:center;justify-content:space-between}.ant-table-column-sorters:after{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;content:""}.ant-table-column-sorter{margin-left:4px;color:#bfbfbf;font-size:0;transition:color .3s}.ant-table-column-sorter-inner{display:inline-flex;flex-direction:column;align-items:center}.ant-table-column-sorter-up,.ant-table-column-sorter-down{font-size:11px}.ant-table-column-sorter-up.active,.ant-table-column-sorter-down.active{color:#1890ff}.ant-table-column-sorter-up+.ant-table-column-sorter-down{margin-top:-.3em}.ant-table-column-sorters:hover .ant-table-column-sorter{color:#a6a6a6}.ant-table-filter-column{display:flex;justify-content:space-between}.ant-table-filter-trigger{position:relative;display:flex;align-items:center;margin:-4px -8px -4px 4px;padding:0 4px;color:#bfbfbf;font-size:12px;border-radius:2px;cursor:pointer;transition:all .3s}.ant-table-filter-trigger:hover{color:#00000073;background:rgba(0,0,0,.04)}.ant-table-filter-trigger.active{color:#1890ff}.ant-table-filter-dropdown{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";min-width:120px;background-color:#fff;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.ant-table-filter-dropdown .ant-dropdown-menu{max-height:264px;overflow-x:hidden;border:0;box-shadow:none}.ant-table-filter-dropdown .ant-dropdown-menu:empty:after{display:block;padding:8px 0;color:#00000040;font-size:12px;text-align:center;content:"Not Found"}.ant-table-filter-dropdown-tree{padding:8px 8px 0}.ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover{background-color:#f5f5f5}.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover{background-color:#bae7ff}.ant-table-filter-dropdown-search{padding:8px;border-bottom:1px #f0f0f0 solid}.ant-table-filter-dropdown-search-input input{min-width:140px}.ant-table-filter-dropdown-search-input .anticon{color:#00000040}.ant-table-filter-dropdown-checkall{width:100%;margin-bottom:4px;margin-left:4px}.ant-table-filter-dropdown-submenu>ul{max-height:calc(100vh - 130px);overflow-x:hidden;overflow-y:auto}.ant-table-filter-dropdown .ant-checkbox-wrapper+span,.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span{padding-left:8px}.ant-table-filter-dropdown-btns{display:flex;justify-content:space-between;padding:7px 8px;overflow:hidden;background-color:inherit;border-top:1px solid #f0f0f0}.ant-table-selection-col{width:32px}.ant-table-bordered .ant-table-selection-col{width:50px}table tr th.ant-table-selection-column,table tr td.ant-table-selection-column{padding-right:8px;padding-left:8px;text-align:center}table tr th.ant-table-selection-column .ant-radio-wrapper,table tr td.ant-table-selection-column .ant-radio-wrapper{margin-right:0}table tr th.ant-table-selection-column.ant-table-cell-fix-left{z-index:3}table tr th.ant-table-selection-column:after{background-color:transparent!important}.ant-table-selection{position:relative;display:inline-flex;flex-direction:column}.ant-table-selection-extra{position:absolute;top:0;z-index:1;cursor:pointer;transition:all .3s;margin-inline-start:100%;padding-inline-start:4px}.ant-table-selection-extra .anticon{color:#bfbfbf;font-size:10px}.ant-table-selection-extra .anticon:hover{color:#a6a6a6}.ant-table-expand-icon-col{width:48px}.ant-table-row-expand-icon-cell{text-align:center}.ant-table-row-expand-icon-cell .ant-table-row-expand-icon{display:inline-flex;float:none;vertical-align:sub}.ant-table-row-indent{float:left;height:1px}.ant-table-row-expand-icon{color:#1890ff;outline:none;cursor:pointer;transition:color .3s;position:relative;float:left;box-sizing:border-box;width:17px;height:17px;padding:0;color:inherit;line-height:17px;background:#fff;border:1px solid #f0f0f0;border-radius:2px;transform:scale(.94117647);transition:all .3s;-webkit-user-select:none;user-select:none}.ant-table-row-expand-icon:focus-visible,.ant-table-row-expand-icon:hover{color:#40a9ff}.ant-table-row-expand-icon:active{color:#096dd9}.ant-table-row-expand-icon:focus,.ant-table-row-expand-icon:hover,.ant-table-row-expand-icon:active{border-color:currentcolor}.ant-table-row-expand-icon:before,.ant-table-row-expand-icon:after{position:absolute;background:currentcolor;transition:transform .3s ease-out;content:""}.ant-table-row-expand-icon:before{top:7px;right:3px;left:3px;height:1px}.ant-table-row-expand-icon:after{top:3px;bottom:3px;left:7px;width:1px;transform:rotate(90deg)}.ant-table-row-expand-icon-collapsed:before{transform:rotate(-180deg)}.ant-table-row-expand-icon-collapsed:after{transform:rotate(0)}.ant-table-row-expand-icon-spaced{background:transparent;border:0;visibility:hidden}.ant-table-row-expand-icon-spaced:before,.ant-table-row-expand-icon-spaced:after{display:none;content:none}.ant-table-row-indent+.ant-table-row-expand-icon{margin-top:2.5005px;margin-right:8px}tr.ant-table-expanded-row>td,tr.ant-table-expanded-row:hover>td{background:#fbfbfb}tr.ant-table-expanded-row .ant-descriptions-view{display:flex}tr.ant-table-expanded-row .ant-descriptions-view table{flex:auto;width:auto}.ant-table .ant-table-expanded-row-fixed{position:relative;margin:-16px;padding:16px}.ant-table-tbody>tr.ant-table-placeholder{text-align:center}.ant-table-empty .ant-table-tbody>tr.ant-table-placeholder{color:#00000040}.ant-table-tbody>tr.ant-table-placeholder:hover>td{background:#fff}.ant-table-cell-fix-left,.ant-table-cell-fix-right{position:-webkit-sticky!important;position:sticky!important;z-index:2;background:#fff}.ant-table-cell-fix-left-first:after,.ant-table-cell-fix-left-last:after{position:absolute;top:0;right:0;bottom:-1px;width:30px;transform:translate(100%);transition:box-shadow .3s;content:"";pointer-events:none}.ant-table-cell-fix-left-all:after{display:none}.ant-table-cell-fix-right-first:after,.ant-table-cell-fix-right-last:after{position:absolute;top:0;bottom:-1px;left:0;width:30px;transform:translate(-100%);transition:box-shadow .3s;content:"";pointer-events:none}.ant-table .ant-table-container:before,.ant-table .ant-table-container:after{position:absolute;top:0;bottom:0;z-index:2;width:30px;transition:box-shadow .3s;content:"";pointer-events:none}.ant-table .ant-table-container:before{left:0}.ant-table .ant-table-container:after{right:0}.ant-table-ping-left:not(.ant-table-has-fix-left)>.ant-table-container{position:relative}.ant-table-ping-left:not(.ant-table-has-fix-left)>.ant-table-container:before{box-shadow:inset 10px 0 8px -8px #00000026}.ant-table-ping-left .ant-table-cell-fix-left-first:after,.ant-table-ping-left .ant-table-cell-fix-left-last:after{box-shadow:inset 10px 0 8px -8px #00000026}.ant-table-ping-left .ant-table-cell-fix-left-last:before{background-color:transparent!important}.ant-table-ping-right:not(.ant-table-has-fix-right)>.ant-table-container{position:relative}.ant-table-ping-right:not(.ant-table-has-fix-right)>.ant-table-container:after{box-shadow:inset -10px 0 8px -8px #00000026}.ant-table-ping-right .ant-table-cell-fix-right-first:after,.ant-table-ping-right .ant-table-cell-fix-right-last:after{box-shadow:inset -10px 0 8px -8px #00000026}.ant-table-sticky-holder{position:-webkit-sticky;position:sticky;z-index:3;background:#fff}.ant-table-sticky-scroll{position:-webkit-sticky;position:sticky;bottom:0;z-index:3;display:flex;align-items:center;background:#ffffff;border-top:1px solid #f0f0f0;opacity:.6}.ant-table-sticky-scroll:hover{transform-origin:center bottom}.ant-table-sticky-scroll-bar{height:8px;background-color:#00000059;border-radius:4px}.ant-table-sticky-scroll-bar:hover,.ant-table-sticky-scroll-bar-active{background-color:#000c}@media all and (-ms-high-contrast: none){.ant-table-ping-left .ant-table-cell-fix-left-last:after{box-shadow:none!important}.ant-table-ping-right .ant-table-cell-fix-right-first:after{box-shadow:none!important}}.ant-table-title{border-radius:2px 2px 0 0}.ant-table-title+.ant-table-container{border-top-left-radius:0;border-top-right-radius:0}.ant-table-title+.ant-table-container table{border-radius:0}.ant-table-title+.ant-table-container table>thead>tr:first-child th:first-child{border-radius:0}.ant-table-title+.ant-table-container table>thead>tr:first-child th:last-child{border-radius:0}.ant-table-container{border-top-left-radius:2px;border-top-right-radius:2px}.ant-table-container table>thead>tr:first-child th:first-child{border-top-left-radius:2px}.ant-table-container table>thead>tr:first-child th:last-child{border-top-right-radius:2px}.ant-table-footer{border-radius:0 0 2px 2px}.ant-table-wrapper-rtl,.ant-table-rtl{direction:rtl}.ant-table-wrapper-rtl .ant-table table{text-align:right}.ant-table-wrapper-rtl .ant-table-thead>tr>th[colspan]:not([colspan="1"]){text-align:center}.ant-table-wrapper-rtl .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{right:auto;left:0}.ant-table-wrapper-rtl .ant-table-thead>tr>th{text-align:right}.ant-table-tbody>tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl{margin:-16px 33px -16px -16px}.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left{justify-content:flex-end}.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right{justify-content:flex-start}.ant-table-wrapper-rtl .ant-table-column-sorter{margin-right:4px;margin-left:0}.ant-table-wrapper-rtl .ant-table-filter-column-title{padding:16px 16px 16px 2.3em}.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title{padding:0 0 0 2.3em}.ant-table-wrapper-rtl .ant-table-filter-trigger{margin:-4px 4px -4px -8px}.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper+span,.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span,.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper+span,.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span{padding-right:8px;padding-left:0}.ant-table-wrapper-rtl .ant-table-selection{text-align:center}.ant-table-wrapper-rtl .ant-table-row-indent,.ant-table-wrapper-rtl .ant-table-row-expand-icon{float:right}.ant-table-wrapper-rtl .ant-table-row-indent+.ant-table-row-expand-icon{margin-right:0;margin-left:8px}.ant-table-wrapper-rtl .ant-table-row-expand-icon:after{transform:rotate(-90deg)}.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed:before{transform:rotate(180deg)}.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed:after{transform:rotate(0)}._payment-number-wrap_100p5_1{color:var(----Text-5-, #272e47);font-family:PingFang SC;font-size:14px;font-style:normal;margin-top:16px;margin-bottom:20px;font-weight:400;line-height:22px}._payment-number-wrap_100p5_1>div{margin-bottom:8px}._contact-picker_t0tvy_1{margin-top:-100px!important}._contact-picker_t0tvy_1 .l2c-crm-ant-modal-body{padding:0}._contact-picker_t0tvy_1 .l2c-crm-ant-modal-body>div{max-height:300px;margin-top:10px;padding-left:8px;margin-bottom:10px;overflow-x:hidden}._contact-picker_t0tvy_1 .l2c-crm-ant-table tr .l2c-crm-ant-table-cell{padding-top:6px!important;padding-bottom:6px!important}._contact-picker_t0tvy_1 .l2c-crm-ant-table tr .l2c-crm-ant-table-cell:first-child{padding-left:14px!important}._contact-picker_t0tvy_1 .l2c-crm-ant-table tr th{color:var(--font-color-1, #51555c);font-weight:500;line-height:24px;background-color:#f6f6f7}._contact-picker_t0tvy_1 .l2c-crm-ant-table tr td{color:var(--font-color-1, #51555c);line-height:24px;border-bottom:none}._contact-picker_t0tvy_1 .l2c-crm-ant-table-cell:before{content:none!important}._contact-picker_t0tvy_1 .l2c-crm-ant-table-tbody>tr.l2c-crm-ant-table-row:hover>td{background-color:#f4f6f7}._hightlight-text_357w0_1{color:var(---Brand-6, #4c6aff)}.more-custom-button-list{padding-top:4px!important}.more-custom-button-list .l2c-crm-ant-tooltip-arrow{display:none}.more-custom-button-list .l2c-crm-ant-tooltip-inner{background:white;padding:4px 0}.more-custom-button-list .l2c-crm-ant-tooltip-arrow-content{--antd-arrow-background-color: linear-gradient( to right bottom, white, white )}.lx-crm-button-modal .ant-modal-body,.lx-crm-button-modal .l2c-crm-ant-modal-body,.custom-confirm-modal-wrapper .ant-modal-body,.custom-confirm-modal-wrapper .l2c-crm-ant-modal-body{display:none}.lx-crm-button-modal .l2c-crm-ant-modal-body,.custom-confirm-modal-wrapper .l2c-crm-ant-modal-body{padding:1px 20px 7px}.lx-crm-button-modal .ant-modal-content,.lx-crm-button-modal .l2c-crm-ant-modal-content,.custom-confirm-modal-wrapper .ant-modal-content,.custom-confirm-modal-wrapper .l2c-crm-ant-modal-content,.lx-crm-modal .ant-modal-content,.lx-crm-modal .l2c-crm-ant-modal-content{border-radius:8px!important;overflow:hidden}.lx-crm-button-modal .ant-modal-header,.lx-crm-button-modal .l2c-crm-ant-modal-header,.custom-confirm-modal-wrapper .ant-modal-header,.custom-confirm-modal-wrapper .l2c-crm-ant-modal-header,.lx-crm-modal .ant-modal-header,.lx-crm-modal .l2c-crm-ant-modal-header{border:none;padding:20px 20px 8px}.lx-crm-button-modal .ant-modal-header .ant-modal-title,.lx-crm-button-modal .ant-modal-header .l2c-crm-ant-modal-title,.lx-crm-button-modal .l2c-crm-ant-modal-header .ant-modal-title,.lx-crm-button-modal .l2c-crm-ant-modal-header .l2c-crm-ant-modal-title,.custom-confirm-modal-wrapper .ant-modal-header .ant-modal-title,.custom-confirm-modal-wrapper .ant-modal-header .l2c-crm-ant-modal-title,.custom-confirm-modal-wrapper .l2c-crm-ant-modal-header .ant-modal-title,.custom-confirm-modal-wrapper .l2c-crm-ant-modal-header .l2c-crm-ant-modal-title,.lx-crm-modal .ant-modal-header .ant-modal-title,.lx-crm-modal .ant-modal-header .l2c-crm-ant-modal-title,.lx-crm-modal .l2c-crm-ant-modal-header .ant-modal-title,.lx-crm-modal .l2c-crm-ant-modal-header .l2c-crm-ant-modal-title{color:var(--text-5, #272e47);display:flex}.lx-crm-button-modal .ant-modal-footer,.lx-crm-button-modal .l2c-crm-ant-modal-footer,.custom-confirm-modal-wrapper .ant-modal-footer,.custom-confirm-modal-wrapper .l2c-crm-ant-modal-footer,.lx-crm-modal .ant-modal-footer,.lx-crm-modal .l2c-crm-ant-modal-footer{border:none;padding:8px 20px 20px}.lx-crm-button-modal button,.custom-confirm-modal-wrapper button,.lx-crm-modal button{border-radius:4px}.lx-crm-button-modal .ant-btn-default,.lx-crm-button-modal .l2c-crm-ant-btn-default,.custom-confirm-modal-wrapper .ant-btn-default,.custom-confirm-modal-wrapper .l2c-crm-ant-btn-default,.lx-crm-modal .ant-btn-default,.lx-crm-modal .l2c-crm-ant-btn-default{min-width:76px;color:var(--text-4, #545a6e);border:1px solid var(--line-3, #e1e3e8);background:white}.lx-crm-button-modal .ant-btn-primary,.lx-crm-button-modal .l2c-crm-ant-btn-primary,.custom-confirm-modal-wrapper .ant-btn-primary,.custom-confirm-modal-wrapper .l2c-crm-ant-btn-primary,.lx-crm-modal .ant-btn-primary,.lx-crm-modal .l2c-crm-ant-btn-primary{min-width:76px;border:none;margin-left:8px!important;background:var(--brand-6, #4c6aff)}.custom-button-confirm-form .ant-modal-body,.custom-button-confirm-form .l2c-crm-ant-modal-body{display:block}.custom-button-confirm-form .l2c-crm-ant-modal-close-x{display:flex;justify-content:center;align-items:center}.table-column-drag-line{border-left:2px dashed var(--brand-6, #4c6aff)!important;z-index:9!important}.l2c-crm-ant-table-container ::-webkit-scrollbar{position:absolute;height:6px;width:6px}.l2c-crm-ant-table-container ::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.l2c-crm-ant-table th:has(+ .grid-table-prefix-column){border-right-style:none!important}.l2c-crm-ant-table td:has(+ .grid-table-prefix-column){border-right-style:none!important}.l2c-crm-ant-table .grid-table-prefix-column{border-right-style:none!important;padding:0!important}.l2c-crm-ant-table .grid-table-prefix-column+td>div{padding-left:4px!important}.l2c-crm-ant-table .grid-table-prefix-column+th{padding-left:4px!important}@keyframes loadingCircle{to{transform:rotate(360deg)}}._export-form_fehja_1 .field-editor-wrapper #custom-select-warpper .l2c-crm-ant-select-selector{border-radius:4px!important;border:1px solid var(--line-3, #e1e3e8)!important}._export-form_fehja_1 .field-editor-wrapper #custom-select-warpper .l2c-crm-ant-select.l2c-crm-ant-select-status-error .l2c-crm-ant-select-selector{border-color:var(--error-6, #fe5b4c)!important}._export-form_fehja_1 .l2c-crm-ant-form-item-explain-error{color:var(--error-6, #fe5b4c)!important}._success-tip_fehja_12{display:inline-flex;align-items:center}._container_17u29_1{padding:16px 16px 12px}._title_17u29_5{font-weight:500;font-size:14px;line-height:22px;color:var(--text-5, #272e47)}._step-line-wrapper_17u29_12{display:flex;flex-direction:row}._step_17u29_12{display:flex;flex:1 1;align-items:center;margin-top:13px;margin-bottom:8px;overflow-y:hidden;overflow-x:auto}._step_17u29_12::-webkit-scrollbar{width:6px;height:6px}._step_17u29_12::-webkit-scrollbar-thumb{width:6px;height:6px;background-color:#0003;border-radius:4px}._step_17u29_12>div:first-child div{border-top-left-radius:4px;border-bottom-left-radius:4px}._step_17u29_12>div:last-child{padding-right:0}._step_17u29_12>div:last-child div{border-top-right-radius:4px;border-bottom-right-radius:4px}._percent_17u29_48{color:var(--success-7, #0dc076);font-weight:500;font-size:14px}._line_17u29_54{width:14px;height:0px;margin:0 12px;border:1px solid var(--line-1, #f0f1f5);transform:rotate(90deg);flex:none;flex-grow:0}._step-item_17u29_64{display:flex;position:relative;flex:1 1;height:40px;line-height:40px;font-weight:500;font-size:14px;min-width:120px}._step-item_17u29_64:not(:first-child){margin-left:-4px}._step-item-finish_17u29_78{position:relative;background:var(--brand-3, #b7c3ff);color:var(--white, #ffffff)}._step-item-finish_17u29_78 .l2c-crm-ant-select,._step-item-finish_17u29_78 .l2c-crm-ant-select-selection-item,._step-item-finish_17u29_78 .l2c-crm-ant-select-selector .l2c-crm-ant-select-arrow,._step-item-finish_17u29_78 .l2c-crm-ant-select-single.l2c-crm-ant-select-open .l2c-crm-ant-select-selection-item{color:var(--white, #ffffff)}._step-item-process_17u29_92{background:var(--brand-6, #4c6aff);color:var(--white, #ffffff)}._step-item-process_17u29_92 .l2c-crm-ant-select,._step-item-process_17u29_92 .l2c-crm-ant-select-selection-item,._step-item-process_17u29_92 .l2c-crm-ant-select-selector .l2c-crm-ant-select-arrow,._step-item-process_17u29_92 .l2c-crm-ant-select-single.l2c-crm-ant-select-open .l2c-crm-ant-select-selection-item{color:var(--white, #ffffff)}._step-item-wait_17u29_105{background:var(--fill-2, #f6f7fa);color:var(--text-4, #545a6e)}._step-item-wait_17u29_105 .l2c-crm-ant-select,._step-item-wait_17u29_105 .l2c-crm-ant-select-selection-item,._step-item-wait_17u29_105 .l2c-crm-ant-select-selector .l2c-crm-ant-select-arrow,._step-item-wait_17u29_105 .l2c-crm-ant-select-single.l2c-crm-ant-select-open .l2c-crm-ant-select-selection-item{color:var(--text-4, #545a6e)}._step-item-error_17u29_118{background:#fe9d94;color:var(--white, #ffffff)}._step-item-error_17u29_118 .l2c-crm-ant-select,._step-item-error_17u29_118 .l2c-crm-ant-select-selection-item,._step-item-error_17u29_118 .l2c-crm-ant-select-selector .l2c-crm-ant-select-arrow,._step-item-error_17u29_118 .l2c-crm-ant-select-single.l2c-crm-ant-select-open .l2c-crm-ant-select-selection-item{color:var(--white, #ffffff)}._step-item-content_17u29_131{height:40px;padding:0;text-align:center;flex-grow:1;cursor:pointer;overflow:hidden}._step-item-content_17u29_131 p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._step-arrow-front_17u29_145{display:block;height:40px;background-size:20px 40px;background-position:center;flex-shrink:0;margin-left:-1px}._step-arrow-back_17u29_154{display:block;height:40px;background-size:20px 40px;background-position:center;flex-shrink:0;margin-right:-1px}._header_dng8p_1{display:flex;align-items:center;justify-content:space-between;padding-right:28px}._header-content_dng8p_8{display:inline-flex;align-items:center;font-weight:400;color:var(--text-5, #272e47);font-size:14px;justify-content:flex-start}._header-content_dng8p_8>span{margin-left:8px}._divide_dng8p_20{width:1px;background-color:#ebedf2;height:14px;margin-left:12px}._container_1wg0q_5{height:100%}._operate-history_1lqwf_1{padding:20px 24px 20px 20px}._operate-history_1lqwf_1 .ant-timeline li:last-child{padding-bottom:0}._operate-history_1lqwf_1 .ant-timeline-item-head{top:5px}._operate-history_1lqwf_1 .ant-timeline-item-tail{top:15px}._operate-history_1lqwf_1 .ant-timeline-item-content{top:0;margin-left:20px}._operate-history_1lqwf_1 ._operate-time_1lqwf_17{color:#51555c;font-size:12px;line-height:20px;margin-bottom:4px}._operate-history_1lqwf_1 ._operate-content_1lqwf_23{display:flex;align-items:center;font-size:14px;line-height:22px;flex-wrap:wrap}._operate-history_1lqwf_1 ._operate-content_1lqwf_23 ._operate-name_1lqwf_30{color:#262a33;font-weight:500;flex-shrink:0;margin-right:4px}._operate-history_1lqwf_1 ._operate-content_1lqwf_23 ._operate-text_1lqwf_36{flex:1 1;overflow:hidden;margin-right:10px;font-weight:400;color:var(--text-5, #272e47);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:nowrap}._operate-history_1lqwf_1 ._operate-content_1lqwf_23 ._operate-text_1lqwf_36 ._operate-desc_1lqwf_47{flex-grow:1;font-weight:400;margin-left:4px}._operate-history_1lqwf_1 ._operate-content_1lqwf_23 ._operate-detail_1lqwf_52{flex-shrink:0;color:#386ee7;cursor:pointer}._operate-history_1lqwf_1 ._pagination_1lqwf_57{margin-top:20px}._operate-preview_1lqwf_61 .ant-modal-content{overflow:hidden}._operate-preview_1lqwf_61 .ant-modal-body{padding:0 0 8px}._operate-preview_1lqwf_61 .ant-modal-header{padding:12px 50px 6px 24px!important;border-bottom:none;min-height:38px!important}._operate-preview_1lqwf_61 .ant-modal-close-x{width:64px;height:38px;line-height:44px}._operate-preview_1lqwf_61 .ant-modal-title{color:#262a33;font-size:14px;font-weight:500;line-height:20px}._operate-preview_1lqwf_61 .ant-modal-title span{display:inline-block;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._operate-preview_1lqwf_61 .ant-table tr .ant-table-cell{padding:6px 20px 6px 14px!important}._operate-preview_1lqwf_61 .ant-table tr .ant-table-cell:first-child{padding-left:24px!important}._operate-preview_1lqwf_61 .ant-table .ant-table-thead .ant-table-cell{display:table-cell;height:37px}._operate-preview_1lqwf_61 .ant-table tr th{color:#51555c;font-weight:500;line-height:24px;background-color:#f6f6f7}._operate-preview_1lqwf_61 .ant-table tr td{color:#51555c;line-height:24px;border-bottom:none}._operate-preview_1lqwf_61 .ant-table-cell:before{content:none!important}._operate-preview_1lqwf_61 .ant-table-tbody>tr.ant-table-row:hover>td{background-color:#f4f6f7}._operate-preview_1lqwf_61 .ant-table-expanded-row-fixed{width:100%!important}._operate-preview_1lqwf_61 ._operate-time_1lqwf_17{padding:0 24px;color:#a8aaad;font-size:12px;line-height:20px;min-height:20px!important;margin-bottom:8px}._operate-preview_1lqwf_61 .ant-empty-normal{margin:0}._operate-preview_1lqwf_61 .ant-empty .ant-empty-img-simple,._operate-preview_1lqwf_61 .ant-empty .ant-empty-description{display:none}._operate-header_1lqwf_138{display:flex;padding-bottom:10px}._operate-header_1lqwf_138 ._operate-title_1lqwf_142{overflow:hidden;margin-right:6px;color:var(--text-5, #272e47);text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-weight:500}._operate-header_1lqwf_138 ._operate-time_1lqwf_17{color:var(--text-3, #747a8c)}._tab-group_12rpo_1{height:56px;display:inline-flex;align-items:flex-end}._container_11379_1{font-family:PingFang SC;width:100%}._container_11379_1 p{color:var(----Text-3, #747a8c);font-size:12px;font-style:normal;font-weight:400;line-height:20px;max-width:440px;text-align:center;margin:4px auto 0}._container_11379_1 ._step-title_11379_17{margin-top:0}._btn-wrap_11379_21{margin-top:20px}._no-data-icon_11379_25{width:50px;height:56px}._step-item_11379_30{padding-right:44px}._step-item_11379_30:last-child{padding-right:0}._step-item_11379_30>div:nth-child(2){text-align:left;-webkit-user-select:none;user-select:none}._step-item-title_11379_41{width:calc(100% + 44px);display:flex;justify-content:flex-start;align-items:center}._step-item-title_11379_41>div:nth-child(2){width:100%;margin-left:8px;overflow:hidden;margin-right:8px;margin-top:0!important;position:relative;height:2px}._step-item-title_11379_41>div:nth-child(2) svg{position:absolute;left:0;top:0;line-height:0}._step-title_11379_17{margin-top:0;flex-shrink:0;position:relative;display:inline-flex;align-items:center;gap:4px}._step-title_11379_17>span:nth-child(1){height:16px;width:16px;border-radius:50%;background:var(---Brand-6, #4c6aff);color:var(---, #fff);font-family:LX-numbers;font-size:12px;font-style:normal;font-weight:400;line-height:16px}._step-title_11379_17>span:nth-child(2){color:var(--Text-5, #272e47);font-size:12px;font-style:normal;font-weight:500;line-height:20px}._step-title_11379_17>div{position:absolute;z-index:0;left:0;bottom:4px;height:7px;width:70%;background:linear-gradient(90deg,rgba(76,106,255,.16) 0%,rgba(76,106,255,0) 100%)}._guide-steps-wrap_11379_102{background-color:#f8f9fa;width:100%;display:flex;justify-content:center;padding-bottom:50px;padding-top:20px;margin-top:32px!important}._title_11379_112{color:var(--text-4, #545a6e)!important;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._img_11379_122{width:220px;height:168px;-webkit-user-select:none;user-select:none}._container_100r9_1{display:flex;flex-basis:0}._container_100r9_1>div._tab_100r9_5{white-space:nowrap;padding-left:14px;padding-right:14px}._container_100r9_1>div._tab_100r9_5:first-child{padding-left:0;padding-right:0;margin-right:14px}._hide_100r9_16{visibility:hidden;pointer-events:none;position:absolute;left:0}._tooltip-item_100r9_23{display:flex;justify-content:space-between}._tooltip-item_100r9_23>span:first-child{margin-right:10px}._overlay_121eh_1{background-color:#fff;margin-top:-22px;padding-top:0!important}._overlay_121eh_1 .l2c-crm-ant-tooltip-arrow{display:none}._overlay_121eh_1 .l2c-crm-ant-tooltip-inner{color:var(--text-5, #272e47);padding:2px 0;border-radius:4px;border:1px solid var(--line-line-1, #eeeff0);background:var(--fill-fade-0, #fff);box-shadow:0 3px 3px #2f538614}._item_121eh_18{height:32px;padding:5px 12px;font-size:14px;font-style:normal;font-weight:400;line-height:22px;color:var(--text-4, #545a6e);cursor:pointer}._item_121eh_18:hover,._item_121eh_18._active_121eh_28{background:var(--brand-1, #f4f6f7)}._item_121eh_18._disabled_121eh_31{cursor:not-allowed;color:var(--text-4, #8f9bb3)}._modal_3rmy4_1 .l2c-crm-ant-modal-content .l2c-crm-ant-modal-close-x.l2c-crm-ant-modal-close-x{line-height:70px}._template-select-dropdown_3rmy4_5 ._select-tabs_3rmy4_5{padding:6px 12px;display:flex;gap:12px}._template-select-dropdown_3rmy4_5 ._select-tabs_3rmy4_5 ._select-tabs-tab_3rmy4_10{color:var(--text-5, #272e47);background-color:var(--fill-2, #f6f7fa);border:1px solid var(--fill-2, #f6f7fa);border-radius:20px;line-height:20px;padding:1px 11px;cursor:pointer}._template-select-dropdown_3rmy4_5 ._select-tabs_3rmy4_5 ._select-tabs-tab-active_3rmy4_19{color:var(--brand-6, #4c6aff);font-weight:500;border:1px solid var(--brand-6, #4c6aff)}._container_t5g1s_1{height:100vh;overflow-x:auto;overflow-y:hidden}._container_t5g1s_1>div{min-width:900px;height:100%}._sheet-wrap_t5g1s_11{height:calc(100% - 56px);border:1px solid var(--Line-1, #f0f1f5)}._header_t5g1s_16{display:flex;align-items:center;height:56px;font-family:PingFang SC;justify-content:space-between;padding:0 16px;background-color:#fff}._header_t5g1s_16 h4{margin:0;color:var(---Text-5-, #272e47);font-size:16px;font-style:normal;font-weight:500;line-height:24px}._header_t5g1s_16>div{display:inline-flex;align-items:center}._form_t5g1s_38{gap:20px}._form_t5g1s_38>div{display:inline-flex;align-items:center;gap:12px}._form_t5g1s_38>div>span{color:var(--Text-5, #272e47)}._select_t5g1s_50{width:180px}._btn-wrap_t5g1s_54{gap:8px}._btn-wrap_t5g1s_54 button>div{margin-right:8px}._download-btn_t5g1s_61 svg{color:#fff}._contact_1afn6_1{display:flex;align-items:center;gap:8px}._field-selector_1ltl1_1{width:220px;flex-basis:220px}._field-condition_1ltl1_6{width:100px}._condition-item-wrap_1ltl1_10{display:flex;align-items:center;gap:8px;background-color:#fff}._editor_1ltl1_17{width:100%}._item-wrap_1ltl1_21+._item-wrap_1ltl1_21{margin-top:8px}._item-wrap_1ltl1_21{display:flex;align-items:center;width:100%}._item-wrap_1ltl1_21>div:first-child{flex-grow:1;min-width:0}._item-wrap_1ltl1_21 ._remove-btn_1ltl1_34{cursor:pointer;margin-left:8px}._drawer-root_bly5t_1 .l2c-crm-ant-drawer-title{font-family:PingFang SC;font-weight:500;font-size:16px;line-height:24px}._drawer-root_bly5t_1 .l2c-crm-ant-drawer-body{padding:4px 20px 16px!important;color:var(--text-5, #272e47)}._drawer-item-card_bly5t_12{padding:16px;border-radius:4px;border:1px solid var(--line-1, #f0f1f5);background:linear-gradient(181deg,#c8dbff .63%,#f8faff 35.72%);margin-bottom:16px}._item-card-title_bly5t_20{font-family:PingFang SC;font-weight:500;font-size:14px;line-height:22px;display:flex;align-items:center;gap:8px;margin-bottom:7px;justify-content:flex-start}._item-card-body_bly5t_32{border-radius:6px;border:1px solid #fff;background:linear-gradient(181deg,rgba(238,244,255,.78) .63%,rgba(255,255,255,.9) 35.72%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-wrap:wrap;justify-content:space-between}._data-card_bly5t_42{min-width:197px;min-height:92px;padding:12px;display:flex;align-items:center;gap:4px;max-width:25%}._data-card-title_bly5t_52{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:16px;color:var(--text-3, #747a8c);display:flex;align-items:center}._data-card-title-important_bly5t_62{color:var(--text-5, #272e47);font-weight:500}._data-card-count_bly5t_67{color:var(--text-5, #272e47);font-family:LX-numbers;font-size:20px;font-style:normal;font-weight:400;line-height:28px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;cursor:pointer}._data-card-count_bly5t_67:hover{color:var(--brand-6, #4c6aff)}._data-card-icon_bly5t_83{flex-shrink:0}._data-card-title-important-label_bly5t_87{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:16px;margin-left:8px;display:flex;padding:2px 6px;justify-content:center;align-items:center;border-radius:2px;border:.5px solid var(--label-5_2, #fe9d94);background:var(--label-5_1, #ffe5e2);color:var(--label-5_3, #cb493d)}._seq-num_bly5t_103{display:flex;width:16px;height:16px;justify-content:center;align-items:center;border-radius:8px;background:var(--label-3_1, #ede4ff);color:var(--text-5, #272e47);font-family:PingFang SC;font-size:10px;font-style:normal;font-weight:400;line-height:110%;margin-right:6px;margin-top:2px;flex-shrink:0}._click-count_bly5t_122{font-family:PingFang SC;font-weight:500;font-size:12px;line-height:20px;color:var(--brand-6, #4c6aff);cursor:pointer}._advice-text_bly5t_131{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;color:var(--text-5, #272e47)}._advice-text-item_bly5t_139{display:flex}._advice-text-item_bly5t_139:not(:last-child){margin-bottom:12px}._one-key-marketing_bly5t_146{color:var(--brand-6, #4c6aff);cursor:pointer;margin-left:4px}._empty_bly5t_152{width:100%;padding:8px 0!important}._filter-wrapper_g2f6f_1 ._filter-add_g2f6f_1{height:22px;display:inline-flex;align-items:center;color:var(--brand-6, #4c6aff);cursor:pointer}._filter-wrapper_g2f6f_1 ._filter-add_g2f6f_1>div{margin-left:4px}._filter-wrapper_g2f6f_1 ._filter-relation_g2f6f_11{width:72px!important;height:34px;flex:0 0 auto}._filter-wrapper_g2f6f_1 ._filter-relation-text_g2f6f_16{height:34px;line-height:34px;color:var(--text-4, #545a6e);text-align:center}._filter-wrapper_g2f6f_1 ._filter-relation-readonly_g2f6f_22{text-align:left;padding-left:12px}._filter-wrapper_g2f6f_1 ._filter-condition-item-wrapper_g2f6f_26{display:flex;column-gap:8px;align-items:center;margin-bottom:12px}._select-cell-wrap_14efn_1{display:flex;align-items:center;gap:8px;padding:0 16px;position:relative;justify-content:center;width:100%;height:100%}._select-cell-wrap_14efn_1 ._expand-icon_14efn_11{cursor:pointer;-webkit-user-select:none;user-select:none;position:absolute;left:12px;top:50%;transform:translateY(-50%)}._select-cell-wrap_14efn_1 ._rotate_14efn_19{transform:translateY(-50%) rotate(-90deg)}._hide_v6gv2_1{display:none!important}._line3_v6gv2_5{border:1px solid var(--line-3, #e1e3e8)!important}._viewer-edit-wrap_v6gv2_9{display:none;cursor:pointer}._edit-container_v6gv2_14{height:100%;width:100%}._edit-container_v6gv2_14 textarea{max-height:52px!important;min-height:30px!important}._view-container_v6gv2_23{display:flex;align-items:center;height:100%;min-height:32px}._view-container_v6gv2_23 ._viewer_v6gv2_9{overflow:hidden;flex-shrink:1;flex-grow:1;max-width:100%}._view-container_v6gv2_23:hover ._viewer-edit-wrap_v6gv2_9{display:block}._editor-height_v6gv2_39{height:30px}._title-wrap_dh9nu_1{display:flex;align-items:center}._title-wrap_dh9nu_1 ._text_dh9nu_5{width:initial}._title-error_dh9nu_9{color:var(--error-6, #fe5b4c);line-height:22px}._edm-filter-modal_r8ehb_1 .l2c-crm-ant-modal-body{padding:16px 20px 0!important}._modal-title_r8ehb_5{font-family:PingFang SC;font-weight:500;font-size:16px;line-height:24px;color:var(--text-5, #272e47)}._modal-sub-title_r8ehb_13{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;margin-top:4px;color:var(--text-3, #747a8c)}._modal-footer_r8ehb_22{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px}._modal-footer_r8ehb_22 ._modal-footer-btn_r8ehb_28{font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px;padding:4px 24px;border-radius:4px;cursor:pointer;background-color:var(--brand-6, #4c6aff);color:var(--white, #ffffff)}._modal-footer_r8ehb_22 ._modal-footer-btn_r8ehb_28._cancel-btn_r8ehb_39{color:var(--text-4, #545a6e);border:1px solid var(--line-3, #e1e3e8);background-color:var(--white, #ffffff)}._edm-filter-item-list_r8ehb_45{overflow-y:scroll;display:flex;flex-direction:column;gap:12px;border-radius:4px;background-color:var(--fill-1, #f8f9fa);max-height:384px;padding:12px}._edm-filter-item-list_r8ehb_45::-webkit-scrollbar{width:6px;height:6px}._edm-filter-item-list_r8ehb_45::-webkit-scrollbar-thumb{width:6px;height:6px;background-color:#0003;border-radius:4px}._edm-filter-item_r8ehb_45{display:flex;gap:12px;justify-content:space-between}._edm-filter-item_r8ehb_45 ._edm-filter-select_r8ehb_71{display:flex;gap:12px;flex-grow:1;overflow:hidden}._filter-item-op-btn_r8ehb_78{display:flex;gap:8px;height:32px;align-items:center}._edm-filter-error-tip_r8ehb_85{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;color:var(--error-6, #fe5b4c)}._tab-group_1myjk_8{height:56px;display:inline-flex;align-items:flex-end;margin-left:-16px}._tab_1myjk_8{height:40px;position:relative;font-weight:400;font-size:14px;line-height:22px;color:var(--text-3, #747a8c);padding:9px 14px;cursor:pointer}._tab_1myjk_8:hover{color:var(--brand-6, #4c6aff)}._tab_1myjk_8._actived_1myjk_28{color:var(--brand-6, #4c6aff);font-weight:500}._tab_1myjk_8._actived_1myjk_28:after{position:absolute;bottom:0;left:50%;content:" ";display:block;height:2px;width:24px;background:var(--brand-6, #4c6aff);transform:translate(-50%)}._customer-list-page_1myjk_44{height:100%}._customer-list-page_1myjk_44 .l2c-crm-ant-table-row .customer-follow-icon-cell{visibility:hidden;cursor:pointer;pointer-events:none}._customer-list-page_1myjk_44 .l2c-crm-ant-table-row .customer-follow-icon-cell-show,._customer-list-page_1myjk_44 .l2c-crm-ant-table-row:hover .customer-follow-icon-cell{visibility:visible;cursor:pointer;pointer-events:all}._hide_1myjk_63{display:none}._field-select_qloop_1{width:150px}._field-option-select_qloop_5{flex-grow:1;overflow:hidden}._field-option-select_qloop_5 .l2c-crm-ant-select-selector{width:100%;flex-grow:1}._field-option-select_qloop_5 .l2c-crm-ant-select-selection-overflow{flex-wrap:nowrap;overflow:hidden}._item-container_qloop_18{display:flex;align-items:center;gap:12px;overflow:hidden}._item-container_qloop_18+._item-container_qloop_18{margin-top:4px}._select-item-wrap_qloop_28{display:inline-flex;align-items:center;width:100%;overflow:hidden;gap:12px}._add-btn_qloop_36{display:inline-flex;align-items:center;margin-top:4px;color:var(---Brand-6, #4c6aff);gap:4px;cursor:pointer}._add-btn_qloop_36 svg{color:var(---Brand-6, #4c6aff)}._remove-icon_qloop_48{cursor:pointer}._input-options-popup_qloop_52{min-width:220px;width:220px}._table_12c4r_1{width:100%}._table_12c4r_1 td{overflow:visible!important}._container_1nrz6_1{font-family:PingFang SC;padding:20px 20px 0}._container_1nrz6_1 h2{color:var(--text-5, #272e47);font-size:14px;font-style:normal;font-weight:500;line-height:22px;margin-bottom:16px}._container_1nrz6_1 h3{color:var(--text-4, #545a6e);font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-top:16px;margin-bottom:4px}._container_1nrz6_1 ._list-title_1nrz6_22{display:flex;align-items:center;justify-content:space-between}._container_1nrz6_1 ._list-title_1nrz6_22>div{cursor:pointer;display:inline-flex;align-items:center}._btn_1hm0b_2{padding-left:16px!important;padding-right:16px!important}._overlay_1hm0b_7{z-index:10!important}._dropdown-wrap_1hm0b_11{border-radius:4px;border:.5px solid var(--Line-2, #ebedf2);background:var(---, #fff);box-shadow:0 4px 10px #2f53861f;padding:4px 0}._dropdown-wrap_1hm0b_11>div{display:flex;height:32px;padding:4px 12px;align-items:center;gap:10px;align-self:stretch;cursor:pointer;color:var(--Text-5, #272e47);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._dropdown-wrap_1hm0b_11>div:hover{background:var(--fill-25-hover, #f0f2f7)}._expand-icon_1hm0b_38{margin-left:8px}._expand-icon_1hm0b_38._open_1hm0b_41{transform:rotate(180deg)}._expand-icon_1hm0b_38 svg{color:#fff}._container_l4wqv_1{display:flex;align-items:center;font-family:PingFang SC}._container_l4wqv_1 ._line_l4wqv_6{width:70px;height:2px;background:var(--Line-3, #e1e3e8);margin:0 8px}._container_l4wqv_1 ._line_l4wqv_6._done_l4wqv_12{background:var(---Brand-6, #4c6aff)}._container_l4wqv_1 ._item_l4wqv_15{color:var(--Text-5, #272e47);font-size:14px;font-style:normal;font-weight:400;line-height:22px;display:inline-flex;align-items:center;gap:8px}._container_l4wqv_1 ._item_l4wqv_15 ._seq_l4wqv_25{display:flex;width:20px;height:20px;justify-content:center;align-items:center;border-radius:50%;border:1px solid var(--Line-3, #e1e3e8);color:var(---Text-4-, #545a6e);text-align:center;font-family:LX-numbers;font-size:12px;font-style:normal;font-weight:400;line-height:18px}._container_l4wqv_1 ._item_l4wqv_15._done_l4wqv_12 ._seq_l4wqv_25{border-color:#4c6aff}._container_l4wqv_1 ._item_l4wqv_15._active_l4wqv_44 ._seq_l4wqv_25{border-color:var(---Brand-6, #4c6aff);background:var(---Brand-6, #4c6aff);color:#fff}._text_v8weh_1,._checkbox-wrap_v8weh_1>div,._desc_v8weh_1{color:var(--Text-5, #272e47);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._desc_v8weh_1 p{margin:0}._desc_v8weh_1 p+p{margin-top:8px}._desc_v8weh_1 ._platform_v8weh_17{font-weight:500}._textarea_v8weh_21{min-height:200px;margin-top:16px}._textarea_v8weh_21 textarea{min-height:200px!important;max-height:400px}._checkbox-wrap_v8weh_1{display:flex;align-items:center;gap:20px;margin-top:12px}._checkbox-wrap_v8weh_1>div{display:inline-flex;gap:8px;cursor:pointer}._link-format-wrap_v8weh_42{margin-top:16px;margin-bottom:16px;border-radius:4px;background:var(--Fill-2, #f6f7fa);padding:12px;font-family:PingFang SC}._link-format-wrap_v8weh_42 ._title_v8weh_50{color:var(--text-4, #545a6e);font-size:14px;font-style:normal;font-weight:500;line-height:22px;gap:4px}._link-format-wrap_v8weh_42 ._title_v8weh_50 svg{color:var(--brand-6, #4c6aff)}._link-format-wrap_v8weh_42 ._item_v8weh_62{margin-top:16px;color:var(--text-4, #545a6e);font-size:12px;font-style:normal;line-height:normal}._link-format-wrap_v8weh_42 ._item_v8weh_62 h3{font-weight:500;font-size:12px;color:var(--text-4, #545a6e);margin:0}._link-format-wrap_v8weh_42 ._item_v8weh_62 p{margin:4px 0 0;font-weight:400}._link-format-wrap_v8weh_42 ._light_v8weh_80{color:var(---Brand-6, #4c6aff);font-weight:600}._error-text_v8weh_85{color:var(--Error-6, #fe5b4c);font-size:12px;font-style:normal;font-weight:400;line-height:20px;word-break:break-all}._toggle_v8weh_95{color:var(---Brand-6, #4c6aff);cursor:pointer;-webkit-user-select:none;user-select:none;gap:4px}._rotate_v8weh_102{transform:rotate(180deg)}._cell-wrap_v8weh_106{width:100%;display:flex;color:var(--text-4, #545a6e)}._platform-name_v8weh_112{font-weight:500;color:var(--text-4, #545a6e)}._table_v8weh_117{margin-top:12px}._table_v8weh_117 th,._table_v8weh_117 td{border-bottom:1px solid #f0f1f5!important;border-right:1px solid #f0f1f5!important}._table_v8weh_117 .l2c-crm-ant-table-container{border-left:1px solid #f0f1f5!important}._table_v8weh_117 .l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table,._table_v8weh_117 .l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-header>table{border-top:1px solid #f0f1f5!important}._table_v8weh_117 th,._table_v8weh_117 td{background-color:#fff!important;height:40px!important;padding:10px 15px!important;font-size:12px!important;line-height:20px!important}._table_v8weh_117 th{color:var(--text-4, #545a6e)!important}._plugin-wrap_v8weh_145{display:flex;align-items:center;padding:6px 12px;gap:6px;border-radius:4px;background:var(--Brand-1, #f2f5ff);margin-top:4px}._plugin-wrap_v8weh_145 svg{color:#4c6aff}._plugin-wrap_v8weh_145 p{margin:0;font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;line-height:20px;height:20px;color:var(--Text-5, #272e47);display:flex;align-items:center}._plugin-wrap_v8weh_145 p a,._plugin-wrap_v8weh_145 p span{line-height:20px;height:20px;vertical-align:middle}._plugin-wrap_v8weh_145 ._link_v8weh_42{text-decoration:underline;text-decoration-color:var(---Brand-6, #4c6aff);text-underline-offset:2px;color:var(---Brand-6, #4c6aff)}._plugin-wrap_v8weh_145 ._open-plugin_v8weh_181{display:inline-flex;align-items:center;gap:2px}._cus-popover_v8weh_187{border:1px}._cus-popover_v8weh_187 .l2c-crm-ant-popover-inner{border-radius:4px;border:1px solid var(--Line-2, #ebedf2);background:var(---, #fff);box-shadow:0 4px 10px #2f53861f}._cus-popover_v8weh_187 .l2c-crm-ant-popover-inner-content{border:none!important;padding:16px}._cus-popover_v8weh_187.l2c-crm-ant-popover-placement-bottomLeft ._l2c-crm-ant-popover-arrow_v8weh_200{top:2px}._plugin-content_v8weh_204{width:290px}._plugin-content_v8weh_204 h3{color:var(--Text-5, #272e47);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:22px;margin:8px 0}._plugin-content_v8weh_204 p{color:var(--Text-5, #272e47);font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;line-height:20px}._plugin-content_v8weh_204 ._btn-wrap_v8weh_225{display:flex;justify-content:flex-end}._linkIcon_v8weh_230{width:12px;height:12px}._container_1mc15_1{height:100%}._cell_1mc15_5{padding-left:0!important}._link-table_1mc15_9 th,._link-table_1mc15_9 td{padding-top:0!important;padding-bottom:0!important}._link-table_1mc15_9 .l2c-crm-ant-table-cell{height:32px!important}._select-wrap_1mc15_21{width:100%;position:relative;padding-left:28px}._select-wrap_1mc15_21 .l2c-crm-icon-wrapper{position:absolute;top:50%;left:0;transform:translateY(-50%);cursor:pointer;-webkit-user-select:none;user-select:none}._select-wrap_1mc15_21 svg{transform:rotate(-90deg)}._select-wrap_1mc15_21 ._expand_1mc15_37 svg{transform:rotate(0)}._index-wrap_1mc15_41>label{display:none}._index-wrap_1mc15_41:hover>span{display:none}._index-wrap_1mc15_41:hover>label{display:inline-flex}._title-wrap_toxci_1{display:flex;align-items:center}._title-wrap_toxci_1>div{flex-grow:1;display:inline-flex;align-items:center;justify-content:center;margin-left:-42px}._footer_toxci_13{display:flex;justify-content:end;align-items:center;gap:16px}._footer_toxci_13 ._desc_toxci_19{color:var(--Text-2, #9fa2ad);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._parsing-wrap_toxci_29{height:100%;align-items:center;display:flex;justify-content:center;text-align:center}._parsing-wrap_toxci_29>div{width:312px;margin-top:-20%}._parsing-wrap_toxci_29 ._img-wrap_toxci_40{width:110px;height:110px;margin:auto}._parsing-wrap_toxci_29 ._img-wrap_toxci_40 img{width:100%;height:100%}._parsing-wrap_toxci_29 h3{color:var(--Text-5, #272e47);font-size:16px;font-style:normal;font-weight:500;line-height:26px;margin:0}._parsing-wrap_toxci_29 p{margin-top:4px;color:var(--Text-3, #747a8c);text-align:center;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._confirm-title_toxci_70>div:first-child{place-self:flex-start;margin-top:3px}._container_snkky_2{border-radius:4px;background:#fff;box-shadow:0 8px 16px #2f53861f;padding:12px 0;width:320px;font-family:PingFang SC;position:fixed;bottom:108px;right:16px;z-index:10}._container_snkky_2>div:first-child{padding:9px 20px;display:flex;align-items:center;justify-content:space-between;color:var(---Text-5-, #272e47);font-weight:500;line-height:22px;border-bottom:1px solid var(---Line-2--, #ebedf2)}._container_snkky_2>div:first-child>div{cursor:pointer}._container_snkky_2>div:nth-child(2){display:flex;align-items:center;padding:16px 20px;gap:8px;color:var(----Text-5-, #272e47);font-size:14px;font-style:normal;font-weight:400;line-height:22px}._container_snkky_2 ._finish_snkky_43{justify-content:space-between}._container_snkky_2 ._finish_snkky_43>span:nth-child(2){display:inline-flex;align-items:center;gap:4px;color:var(---Brand-6, #4c6aff);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._container_snkky_2 ._finish_snkky_43>span:nth-child(2)>span{cursor:pointer}._error-icon_snkky_62 svg{color:#fe5b4c}._rotate_snkky_66{animation:_rotate_snkky_66 1.5s linear infinite}@keyframes _rotate_snkky_66{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_z76sc_1{display:inline-flex;align-items:center;gap:4px;cursor:pointer}._container_z76sc_1 span{font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;background:var(--AI-AI-Text-5, linear-gradient(90deg, #353dd9 .08%, #6545d9 74.98%, #8545d9 99.94%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._tooltip1_z76sc_20,._tooltip1_z76sc_20 .l2c-crm-ant-tooltip-content{max-width:300px!important}._first-tip_z76sc_27 span{color:var(--Brand-5-hover, #7088ff);font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;line-height:20px;cursor:pointer}._tab-group_r9uku_9{height:56px;display:inline-flex;align-items:flex-end;margin-left:-16px}._tab_r9uku_9{height:40px;position:relative;font-weight:400;font-size:14px;line-height:22px;color:var(--text-3, #747a8c);padding:9px 14px;cursor:pointer}._tab_r9uku_9:hover{color:var(--brand-6, #4c6aff)}._tab_r9uku_9._actived_r9uku_29{color:var(--brand-6, #4c6aff);font-weight:500}._tab_r9uku_9._actived_r9uku_29:after{position:absolute;bottom:0;left:50%;content:" ";display:block;height:2px;width:24px;background:var(--brand-6, #4c6aff);transform:translate(-50%)}._title-helper_r9uku_45{display:inline-flex;align-items:center;margin-left:10px;color:var(----Text-3, #747a8c);font-family:PingFang SC;font-size:12px;line-height:20px}._title-helper_r9uku_45>span{display:inline-flex;align-items:center;color:var(---Brand-6, #4c6aff);cursor:pointer;font-size:12px;line-height:14px;margin-left:8px}._title-helper_r9uku_45 svg{color:var(---Brand-6, #4c6aff)}._tab-group_1tu9v_8{height:56px;display:inline-flex;align-items:flex-end;margin-left:-16px}._tab_1tu9v_8{height:40px;position:relative;font-weight:400;font-size:14px;line-height:22px;color:var(--text-3, #747a8c);padding:9px 14px;cursor:pointer}._tab_1tu9v_8:hover{color:var(--brand-6, #4c6aff)}._tab_1tu9v_8._actived_1tu9v_28{color:var(--brand-6, #4c6aff);font-weight:500}._tab_1tu9v_8._actived_1tu9v_28:after{position:absolute;bottom:0;left:50%;content:" ";display:block;height:2px;width:24px;background:var(--brand-6, #4c6aff);transform:translate(-50%)}._ai-team-list-wrap_1tu9v_44 .custom-button-list-wrapper,._ai-team-list-wrap_1tu9v_44 .l2c-crm-ant-table-thead .l2c-crm-ant-table-selection-column .l2c-crm-ant-checkbox-wrapper{display:none}._ai-team-link-form-table_1l13r_1 .l2c-crm-ant-table-thead>tr>th{background-color:#f6f7fa!important}._container_xpryw_1 ._no-permission_xpryw_1{margin-top:20%}._container_xpryw_1 ._title_xpryw_4{display:flex;align-items:center;padding:16px 20px;color:var(---Text-4-, #545A6E);font-size:14px;background:var(--Link-1, #F2F7FE);margin-top:12px;border-radius:4px;flex-wrap:wrap;margin-bottom:12px}._container_xpryw_1 ._title_xpryw_4 ._pay-status_xpryw_16{display:flex;border-radius:2px;border:.5px solid var(--label-42, #FFB54C);background:var(--label-41, #FFF3E2);height:20px;font-size:12px;padding:2px 6px;color:var(--label-43, #CC913D);line-height:16px}._container_xpryw_1 ._title_xpryw_4 ._total_xpryw_27{display:flex;align-items:center;margin-left:8px}._container_xpryw_1 ._title_xpryw_4 ._payment-cash_xpryw_32{display:flex;margin-right:12px;align-items:center;column-gap:4px;height:22px}._container_xpryw_1 ._title_xpryw_4 ._payment-cash_xpryw_32>div{color:var(--Text-5, #272E47);font-weight:500}._container_xpryw_1 ._header_xpryw_43{display:flex;gap:12px;background-color:var(--white, #ffffff);align-items:center;margin-bottom:6px}._container_xpryw_1 ._header_xpryw_43 ._btn-wrap_xpryw_50{margin-left:auto}._container_xpryw_1 ._header_xpryw_43 ._btn_xpryw_50{color:var(---Brand-6, #4C6AFF);font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-left:auto;cursor:pointer}._container_xpryw_1 ._header_xpryw_43 ._tabItem_xpryw_62{border-radius:16px;background:var(--fill-2, #f6f7fa);padding:2px 12px;color:var(--text-5, #272e47);font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;line-height:20px;border:1px solid transparent;cursor:pointer}._container_xpryw_1 ._header_xpryw_43 ._tabActive_xpryw_75{color:var(--brand-6, #4c6aff);border:1px solid var(--brand-6, #4c6aff);background:var(--brand-2, #edf0ff);font-weight:500}._payment-plan_nk37z_1 .l2c-crm-ant-select-single:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{padding:0 6px}._payment-plan_nk37z_1 .l2c-crm-ant-select-selection-item{color:var(---Text-4-, #545a6e)}._payment-plan_nk37z_1 ._setting_nk37z_7{color:var(---Brand-6, #4c6aff);cursor:pointer}._payment-plan_nk37z_1 ._action_nk37z_11{display:flex;align-items:center;column-gap:10px}._payment-plan_nk37z_1 ._action_nk37z_11 ._divider_nk37z_16{width:1px;height:14px;background:#f0f1f5}._payment-plan_nk37z_1 .l2c-crm-ant-table-cell._columns_nk37z_21{padding:0 16px!important}._receipt-tooltip_nk37z_25{padding-top:4px!important}._receipt-tooltip_nk37z_25 .l2c-crm-ant-tooltip-arrow{display:none}._receipt-tooltip_nk37z_25 .l2c-crm-ant-tooltip-inner{background-color:#fff!important;padding:4px 0!important}._receipt-tooltip_nk37z_25 .l2c-crm-ant-tooltip-arrow-content{--antd-arrow-background-color: linear-gradient(to right bottom, white, white)}._receipt-tooltip_nk37z_25 ._op-item_nk37z_40{font-size:14px;font-style:normal;font-weight:400;line-height:22px;color:var(--text-4, #545a6e)}._receipt-tooltip_nk37z_25 ._receipt-delete_nk37z_47{width:130px;height:32px;display:flex;align-items:center;padding-left:12px}._receipt-tooltip_nk37z_25 ._receipt-delete_nk37z_47:hover{background-color:#f4f6f7}._payment_53cph_1 .l2c-crm-ant-select-single:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{padding:0 6px}._payment_53cph_1 .l2c-crm-ant-select-selection-item{color:var(---Text-4-, #545a6e)}._payment_53cph_1 ._setting_53cph_7{color:var(---Brand-6, #4c6aff);cursor:pointer}._payment_53cph_1 ._action_53cph_11{display:flex;align-items:center;column-gap:10px}._payment_53cph_1 ._action_53cph_11 ._divider_53cph_16{width:1px;height:14px;background:#f0f1f5}._payment_53cph_1 .l2c-crm-ant-table-cell._columns_53cph_21{padding:0 16px!important}._payment_53cph_1 ._receiptNo_53cph_24{color:var(---Text-5-, #272E47);cursor:pointer}._payment_53cph_1 ._receiptNo_53cph_24:hover{color:var(---Brand-6, #4C6AFF)}._payment_53cph_1 ._receiptNo_53cph_24._disabled_53cph_31{cursor:default}._payment_53cph_1 ._receiptNo_53cph_24._disabled_53cph_31:hover{color:var(---Text-5-, #272E47)}._receipt-tooltip_53cph_38{padding-top:4px!important}._receipt-tooltip_53cph_38 .l2c-crm-ant-tooltip-arrow{display:none}._receipt-tooltip_53cph_38 .l2c-crm-ant-tooltip-inner{background-color:#fff!important;padding:4px 0!important}._receipt-tooltip_53cph_38 .l2c-crm-ant-tooltip-arrow-content{--antd-arrow-background-color: linear-gradient(to right bottom, white, white)}._receipt-tooltip_53cph_38 ._op-item_53cph_53{font-size:14px;font-style:normal;font-weight:400;line-height:22px;color:var(--text-4, #545a6e)}._receipt-tooltip_53cph_38 ._receipt-delete_53cph_60{width:130px;height:32px;display:flex;align-items:center;padding-left:12px}._receipt-tooltip_53cph_38 ._receipt-delete_53cph_60:hover{background-color:#f4f6f7}._editor-layout_1h451_1{display:flex;flex-direction:column;justify-content:space-between;height:100%}._editor-layout_1h451_1 ._editor-content_1h451_7{padding:0 20px;height:100%;position:relative}._editor-layout_1h451_1 ._editor-content_1h451_7 .l2c-crm-ant-input:not(.l2c-crm-ant-input-disabled){cursor:pointer}._editor-layout_1h451_1 ._editor-content_1h451_7 .l2c-crm-ant-input:not(.l2c-crm-ant-input-disabled)._order-no_1h451_15:hover{border-color:var(--line-3, #e1e3e8)}._editor-layout_1h451_1 ._editor-content_1h451_7 .l2c-crm-ant-input:not(.l2c-crm-ant-input-disabled)._order-no_1h451_15::placeholder{color:var(---Text-4-, #545A6E)}._editor-layout_1h451_1 ._editor-content_1h451_7 .l2c-crm-ant-input[disabled]{color:var(--text-5, #272e47);background-color:var(--fill-2, #f6f7fa)}._editor-layout_1h451_1 ._editor-content_1h451_7 .l2c-crm-ant-form-item{margin-bottom:16px}._editor-layout_1h451_1 ._editor-content_1h451_7 .l2c-crm-ant-form-item-explain-error{line-height:16px;color:var(--error-6, #fe5b4c)}._editor-layout_1h451_1 ._editor-content_1h451_7 .l2c-crm-ant-form-item-label>label.l2c-crm-ant-form-item-required:not(.l2c-crm-ant-form-item-required-mark-optional):after{display:inline-block;margin-right:4px;color:#fe5b4c;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:"*"}._editor-layout_1h451_1 ._editor-content_1h451_7 .l2c-crm-ant-form-item-label>label.l2c-crm-ant-form-item-required:not(.l2c-crm-ant-form-item-required-mark-optional):before{display:none}._editor-layout_1h451_1 ._editor-content_1h451_7 ._editor-body_1h451_44{display:flex;column-gap:16px;flex-wrap:wrap}._editor-layout_1h451_1 ._editor-content_1h451_7 ._editor-body_1h451_44 .l2c-crm-ant-picker-focused{box-shadow:none;border-color:#4c6aff}._editor-layout_1h451_1 ._editor-content_1h451_7 ._editor-body_1h451_44 .l2c-crm-ant-picker{border-radius:4px}._editor-layout_1h451_1 ._editor-content_1h451_7 ._editor-body_1h451_44 .l2c-crm-ant-picker:hover,._editor-layout_1h451_1 ._editor-content_1h451_7 ._editor-body_1h451_44 .l2c-crm-ant-select-selector:hover{border-color:#4c6aff}._editor-layout_1h451_1 ._editor-content_1h451_7 ._editor-body_1h451_44 ._editor-body-item_1h451_62{flex:30% 1}._editor-layout_1h451_1 ._editor-content_1h451_7 ._editor-body_1h451_44 ._editor-body-item_1h451_62.l2c-crm-ant-form-item-has-error ._amount-cash_1h451_65{border:1px solid var(--error-6, #fe5b4c)}._editor-layout_1h451_1 ._editor-content_1h451_7 ._editor-body_1h451_44 ._editor-body-item_1h451_62 ._amount-cash_1h451_65{border-radius:4px;border:1px solid var(---Line-3--, #E1E3E8);background:var(--Gray-White, #FFF)}._editor-layout_1h451_1 ._editor-content_1h451_7 ._editor-body_1h451_44 ._editor-body-item_1h451_62 ._amount-cash_1h451_65 .l2c-crm-ant-select-disabled{max-width:10px}._editor-layout_1h451_1 ._editor-content_1h451_7 ._btns_1h451_76{display:flex;margin-left:auto;justify-content:flex-end;gap:16px;margin-top:120px;position:absolute;bottom:16px;right:20px}._editor-layout_1h451_1 ._editor-content_1h451_7 ._btns_1h451_76 ._btn_1h451_76{width:76px;height:32px}._select-payment_1h451_91 .rc-virtual-list-scrollbar .rc-virtual-list-scrollbar-thumb{background:var(--fill-4, #e1e3e8)!important;width:4px!important}._select-payment_1h451_91 .rc-virtual-list-scrollbar .rc-virtual-list-scrollbar-thumb:hover{background:var(--fill-4, #e1e3e8)!important}._container_19hrv_1 ._action_19hrv_1{color:var(--brand-6, #4c6aff);cursor:pointer}._container_19hrv_1 .l2c-crm-ant-table-cell._columns_19hrv_5{padding:0 16px!important}._list-container_978wr_8{height:100%}._tab-group_978wr_12{height:56px;display:inline-flex;align-items:flex-end;margin-left:-16px}._tab_978wr_12{height:40px;position:relative;font-weight:400;font-size:14px;line-height:22px;color:var(--text-3, #747a8c);padding:9px 14px;cursor:pointer}._tab_978wr_12:hover{color:var(--brand-6, #4c6aff)}._tab_978wr_12._actived_978wr_32{color:var(--brand-6, #4c6aff);font-weight:500}._tab_978wr_12._actived_978wr_32:after{position:absolute;bottom:0;left:50%;content:" ";display:block;height:2px;width:24px;background:var(--brand-6, #4c6aff);transform:translate(-50%)}._container_jt3a7_1{display:flex;flex-basis:0}._container_jt3a7_1>div._tab_jt3a7_5{white-space:nowrap;padding-left:14px;padding-right:14px}._hide_jt3a7_11{visibility:hidden;pointer-events:none;position:absolute;left:0}._tooltip-item_jt3a7_18{display:flex;justify-content:space-between}._tooltip-item_jt3a7_18>span:first-child{margin-right:10px}._overlay_298wf_1{background-color:#fff;margin-top:-22px}._overlay_298wf_1 .l2c-crm-ant-tooltip-arrow{display:none}._overlay_298wf_1 .l2c-crm-ant-tooltip-inner{background-color:#fff;color:var(--text-5, #272e47);padding:2px 0;min-width:95px}._item_298wf_15{height:32px;padding:5px 12px;font-size:14px;font-style:normal;font-weight:400;line-height:22px;cursor:pointer}._item_298wf_15:hover,._item_298wf_15._active_298wf_24{background:var(--brand-1, #F2F5FF)}._list-container_1j5di_8{height:100%}._tab-group_1j5di_12{height:56px;display:inline-flex;align-items:flex-end;margin-left:-16px}._status-wrap_1j5di_19{margin-bottom:16px;margin-left:-14px}._search-bar_1j5di_24{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._search-bar_1j5di_24>div:first-child{width:auto;padding-bottom:0}._search-bar_1j5di_24>div{flex-shrink:0}._search-bar_1j5di_24 .l2c-crm-filter-item-field-name{max-width:100px!important}._tab_1j5di_12{height:40px;position:relative;font-weight:400;font-size:14px;line-height:22px;color:var(--text-3, #747a8c);padding:9px 14px;cursor:pointer}._tab_1j5di_12:hover{color:var(--brand-6, #4c6aff)}._tab_1j5di_12._actived_1j5di_54{color:var(--brand-6, #4c6aff);font-weight:500}._tab_1j5di_12._actived_1j5di_54:after{position:absolute;bottom:0;left:50%;content:" ";display:block;height:2px;width:24px;background:var(--brand-6, #4c6aff);transform:translate(-50%)}._container_1yam8_1{height:100%}._container_1yam8_1>div:first-child{height:calc(100% - 64px);overflow-y:auto}._verification-container_1amsy_1{font-family:PingFang SC}._verification-container_1amsy_1>div:first-child{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}._verification-container_1amsy_1>div:first-child>span:first-child{color:var(---Text-5-, #272e47);font-size:14px;font-style:normal;font-weight:500;line-height:22px}._cell_1amsy_18{padding:0 16px}._code-number_1amsy_22{color:var(---Text-5-, #272e47);font-size:14px;font-style:normal;font-weight:500;line-height:22px}._cell-amount_1amsy_30{color:var(---Text-4-, #545a6e);font-size:14px;font-style:normal;font-weight:400;line-height:22px}._id-number_1amsy_38{width:160px}._container_sjnnu_2{padding:0 20px;height:100%;font-family:PingFang SC}._container_sjnnu_2>div:first-child{height:calc(100% - 64px);display:flex;flex-direction:column}._table-box_sjnnu_13{height:0;flex-grow:1}._calc-wrap_sjnnu_18{display:flex;margin-top:-4px;flex-wrap:wrap}._calc-wrap_sjnnu_18>div{width:50%;margin-top:16px}._calc-wrap_sjnnu_18>div>div{display:inline-flex;align-items:center;font-family:PingFang SC;font-style:normal;line-height:22px;font-size:14px}._calc-wrap_sjnnu_18>div>div:first-child{color:var(--text-3, #747a8c);font-weight:400}._calc-wrap_sjnnu_18>div>div:last-child{color:var(---Text-5-, #272e47);font-weight:500}._table-wrap_sjnnu_45>div:first-child{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;margin-top:23px}._table-wrap_sjnnu_45 h3{color:var(--Text-5, #272e47);font-size:14px;font-style:normal;font-weight:500;line-height:22px;margin-bottom:0}._cell-wrap_sjnnu_61{padding:0 16px}._remark_sjnnu_65>div{padding-left:0!important;padding-right:0!important}._remark_sjnnu_65 textarea{max-height:96px!important;overflow:auto}._title_sjnnu_74{display:inline-flex;align-items:center}._delete_sjnnu_79{color:var(---Brand-6, #4c6aff);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;cursor:pointer}._pointer_sjnnu_89{cursor:pointer}._footer_sjnnu_93{display:flex;align-items:center;justify-content:flex-end;margin-right:-20px}._sum-wrap_sjnnu_100{font-size:14px;font-style:normal;font-weight:400;line-height:22px;width:-webkit-max-content;width:max-content;padding-right:16px}._sum-wrap_sjnnu_100>span:first-child{color:var(---Text-4-, #545a6e)}._sum-wrap_sjnnu_100>span:last-child{color:var(--Text-5, #272e47);font-weight:500}._list-container_cwi7h_1{height:calc(100% - 5px)}._list-container_cwi7h_1 .l2c-crm-ant-pagination-total-text span{font-size:12px;color:var(--text-4, #545a6e);height:30px!important;line-height:30px!important}._list-container_cwi7h_1 .l2c-crm-ant-table-cell._columns_cwi7h_10{padding:0 16px!important}._list-container_cwi7h_1 ._setting_cwi7h_13{color:var(---Brand-6, #4C6AFF);cursor:pointer}._list-container_cwi7h_1 .l2c-crm-ant-picker{border-radius:4px}._list-container_cwi7h_1 .l2c-crm-ant-select-focused:not(.l2c-crm-ant-select-disabled).l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{box-shadow:none;border-color:var(--brand-5, #7088ff)}._list-container_cwi7h_1 .l2c-crm-ant-select-single.l2c-crm-ant-select-open .l2c-crm-ant-select-selection-item{color:var(--text-2, #9fa2ad)}._list-container_cwi7h_1 .l2c-crm-ant-picker-focused{border-color:var(--brand-5, #7088ff);box-shadow:none}._list-container_cwi7h_1 .l2c-crm-ant-picker{border:1px solid var(--line-3, #e1e3e8)}._list-container_cwi7h_1 .l2c-crm-ant-picker:hover{border:1px solid var(--brand-5, #7088ff)}._list-container_cwi7h_1 ._action_cwi7h_37{display:flex;align-items:center;column-gap:10px}._list-container_cwi7h_1 ._action_cwi7h_37 ._divider_cwi7h_42{width:1px;height:14px;background:#F0F1F5}._list-container_cwi7h_1 ._table-wrap_cwi7h_47{display:flex;flex-direction:column;justify-content:flex-end;height:calc(100% - 40px)}._plan-title_cwi7h_54{color:var(---Text-5-, #272E47);font-size:16px;font-style:normal;font-weight:500;line-height:24px}._dropdownWrap_cwi7h_62 ._customDatePickerPanel_cwi7h_62{display:flex}._dropdownWrap_cwi7h_62 ._customDatePickerPanel_cwi7h_62 ._leftSide_cwi7h_65{width:82px;padding:10px 0 10px 16px;border-right:1px solid #eceff4;font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;color:#51555c}._dropdownWrap_cwi7h_62 ._customDatePickerPanel_cwi7h_62 ._leftSide_cwi7h_65 ul{list-style:none}._dropdownWrap_cwi7h_62 ._customPickerRange_cwi7h_78{margin-bottom:6px;cursor:pointer}._dropdownWrap_cwi7h_62 ._customPickerRange_cwi7h_78:hover{color:#386ee7}._receipt-tooltip_cwi7h_86{padding-top:4px!important}._receipt-tooltip_cwi7h_86 .l2c-crm-ant-tooltip-arrow{display:none}._receipt-tooltip_cwi7h_86 .l2c-crm-ant-tooltip-inner{background-color:#fff!important;padding:4px 0!important}._receipt-tooltip_cwi7h_86 .l2c-crm-ant-tooltip-arrow-content{--antd-arrow-background-color: linear-gradient(to right bottom, white, white)}._receipt-tooltip_cwi7h_86 ._op-item_cwi7h_101{font-size:14px;font-style:normal;font-weight:400;line-height:22px;color:var(--text-4, #545a6e)}._receipt-tooltip_cwi7h_86 ._receipt-delete_cwi7h_108{width:130px;height:32px;display:flex;align-items:center;padding-left:12px}._receipt-tooltip_cwi7h_86 ._receipt-delete_cwi7h_108:hover{background-color:#f4f6f7}._list-container_jtvp7_8{height:100%}._tab-group_jtvp7_12{height:56px;display:inline-flex;align-items:flex-end;margin-left:-16px}._status-wrap_jtvp7_19{margin-bottom:16px}._search-bar_jtvp7_23{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._search-bar_jtvp7_23 .l2c-crm-ant-select-selector{padding-top:0!important;padding-bottom:0!important}._tab_jtvp7_12{height:40px;position:relative;font-weight:400;font-size:14px;line-height:22px;color:var(--text-3, #747a8c);padding:9px 14px;cursor:pointer}._tab_jtvp7_12:hover{color:var(--brand-6, #4c6aff)}._tab_jtvp7_12._actived_jtvp7_47{color:var(--brand-6, #4c6aff);font-weight:500}._tab_jtvp7_12._actived_jtvp7_47:after{position:absolute;bottom:0;left:50%;content:" ";display:block;height:2px;width:24px;background:var(--brand-6, #4c6aff);transform:translate(-50%)}._cell_1b9c6_1{padding:0 8px}._btn-row_1b9c6_5{height:34px;display:flex;justify-content:flex-end}._title_1b9c6_11{cursor:pointer}._title_1b9c6_11 :hover{color:var(--brand-6, #4c6aff)}._list-container_113nx_1{height:100%}._container_kaw3g_1{margin-top:4px;padding:5px 12px;display:flex;align-items:center;gap:4px;color:var(--text-5, #272e47);font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px;border-radius:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}._container_kaw3g_1 ._tip-content_kaw3g_15{display:flex;align-items:center}._error_kaw3g_20{background-color:var(--error-1, #ffefed)}._normal_kaw3g_24{background-color:var(--warning-1, #fff8ed)}._emphasize_kaw3g_28{color:var(--brand-6, #4c6aff)}._emphasize-hover_kaw3g_32{color:var(--brand-6, #4c6aff);cursor:pointer}._tip-popover-content_kaw3g_37 ul,._tip-popover-content_kaw3g_37 ol{padding-inline-start:20px!important}._tip-popover_kaw3g_37 .l2c-crm-ant-popover-inner{padding:16px!important;overflow:hidden;width:350px}._tip-popover_kaw3g_37 .l2c-crm-ant-popover-inner-content{max-height:200px!important}._content_1s5c1_1{display:flex;flex-direction:column;max-height:350px}._content_1s5c1_1 ._header_1s5c1_6{display:flex;align-items:center;margin-top:8px;padding:8px 20px;line-height:20px;background-color:var(--link-1, #f2f7fe);color:var(--text-5, #272e47)}._content_1s5c1_1 ._header_1s5c1_6 ._header-text_1s5c1_15{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:6px}._content_1s5c1_1 ._result_1s5c1_21{display:flex;flex-direction:column;padding:20px;height:0px;overflow:auto;flex:1 1;row-gap:12px}._content_1s5c1_1 ._result_1s5c1_21 ._item_1s5c1_30{display:flex;align-items:center;column-gap:8px}._content_1s5c1_1 ._result_1s5c1_21 ._item_1s5c1_30 ._item-label_1s5c1_35{flex:0 0 auto;width:88px;line-height:22px;color:var(--text-3, #747a8c)}._content_1s5c1_1 ._result_1s5c1_21 ._item_1s5c1_30 ._item-value_1s5c1_41{line-height:22px;color:var(--text-5, #272e47)}._popover_1s5c1_46 .l2c-crm-ant-popover-inner-content{padding:0}._container_1tob5_6{white-space:nowrap}._action_1tob5_13{color:var(--brand-6, #4c6aff);font-size:14px;font-style:normal;cursor:pointer;font-weight:400;line-height:22px}._action_1tob5_13._disabled_1tob5_22{color:var(--brand-3, #b7c3ff);pointer-events:none}._divider_1tob5_27{display:inline-block;margin:0 12px;position:relative;top:2px;width:1px;height:14px;background-color:var(--fill-4, #e1e3e8)}._more_1tob5_37{border-radius:2px;width:16px;height:16px;display:inline-block;cursor:pointer}._more_1tob5_37:hover{background:#f4f6f7}._more_1tob5_37:active{background:#f0f3f5}._more_1tob5_37 div,._more_1tob5_37 span{display:inline!important}._item_1tob5_57{display:inline-flex;align-items:center}._container_177bb_5{overflow:hidden}._header_177bb_12{display:flex;align-items:center;word-wrap:normal}._footer_177bb_18{display:flex;align-items:center;white-space:nowrap;overflow:hidden}._footer_177bb_18>*{flex-shrink:0}._footer_177bb_18 i{display:inline-block;width:1px;height:16px;background:var(--fill-4, #e1e3e8);margin-left:8px;margin-right:8px}._footer_177bb_18 ._svg_177bb_35{margin-left:8px;cursor:pointer}._company-name_177bb_40{white-space:nowrap;color:var(--text-6, #080b19);font-size:16px;font-weight:500;line-height:24px;display:inline-flex;align-items:center}._name_177bb_50{min-width:40px;max-width:100%}._mr-8_177bb_55{margin-right:8px}._related_177bb_59{white-space:nowrap;color:var(--text-5, #272e47);font-size:12px;line-height:20px}._related_177bb_59>a{margin-left:4px;color:var(--brand-6, #4c6aff);font-size:12px}._contact-count_177bb_71{color:var(--text-5, #272e47);font-size:14px;font-weight:500;line-height:22px}._related-container_177bb_78{max-height:300px;white-space:normal;overflow:auto}._earth_177bb_84{padding-bottom:0!important;top:0!important}._social-media-item_177bb_89{vertical-align:middle;font-size:0;line-height:0;cursor:pointer}._tooltip_177bb_96 .l2c-crm-ant-tooltip-inner{width:450px}._tooltip-link_177bb_100{color:#fff}._tooltip-link_177bb_100:hover{color:var(--brand-5, #7088ff)}._earth-span_177bb_107{line-height:0;font-size:0}._recommend-basis-container_yz8fk_1{font-size:14px}._recommend-basis-container_yz8fk_1>span+span{margin-left:4px}._recommend-basis-container_yz8fk_1 b{color:var(--text-5, #272e47);line-height:22px;font-weight:400}._recommend-basis-container_yz8fk_1 em{color:var(--brand-6, #4c6aff);font-weight:400;line-height:22px;font-style:normal}._recommend-basis-container_yz8fk_1 ._dim_yz8fk_18{color:var(--text-2, #9fa2ad);font-style:normal;font-weight:400;line-height:22px}._table-wrap_yz8fk_25{padding:14px 20px}._table_yz8fk_25 .l2c-crm-ant-tooltip-content{width:560px}._pointer_yz8fk_33{cursor:pointer}._detail-button_yz8fk_37{cursor:pointer;color:var(--brand-6, #4c6aff)}._dot_yz8fk_42{display:inline-block;width:6px;height:6px;border-radius:50%;font-size:0;position:relative;vertical-align:2px;background-color:var(--brand-6, #4c6aff)}._tip_yz8fk_53{display:inline-block!important;vertical-align:-2px;margin-left:4px}._empty_1awvj_8{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-style:normal}._empty_1awvj_8 h4{color:var(--text-5, #272e47);font-size:16px;font-weight:500;line-height:20px;margin:24px 0 0}._empty_1awvj_8 p{color:var(--text-3, #747a8c);font-size:14px;font-weight:400;line-height:22px;margin-top:12px}._container_f92qw_6{padding:0 16px;height:100%}._no-padding_f92qw_14{padding:0}._no-padding_f92qw_14>._content_f92qw_17{height:100%}._recommend-title_f92qw_21{display:flex;align-items:center;font-size:14px;font-style:normal;line-height:22px}._recommend-title_f92qw_21 img{width:45.13px;height:45.13px}._recommend-title_f92qw_21>div>div:first-child{color:var(--Text-5, #272e47);font-weight:500}._recommend-title_f92qw_21>div>div:last-child{color:var(--text-4, #545a6e);font-weight:400;margin-top:4px}._one-key-button_f92qw_42{margin-top:18px;margin-bottom:18px}._header_f92qw_47{height:52px;display:flex;align-items:center;color:var(--text-icon-text-icon-0, #252931);font-size:14px;font-style:normal;font-weight:500;line-height:20px}._title_f92qw_58{margin-right:8px}._content_f92qw_17{border-radius:4px;border:1px solid var(--line-1, #f0f1f5);background:#fff;height:calc(100% - 52px);padding:20px 20px 0;display:flex;flex-direction:column}._gradient-bg_f92qw_72{background:linear-gradient(180.65deg,#c8dbff -5.6%,#f8faff 10.37%)}._table-wrap_f92qw_76{flex-grow:1;height:0}._control-area_f92qw_81{display:flex;justify-content:space-between;margin-bottom:16px}._control-area_f92qw_81>div:first-child{margin-left:-12px}._control-area_f92qw_81 label{color:var(--text-4, #545a6e);font-size:14px;line-height:22px;margin-right:8px;margin-left:12px}._select_f92qw_97{width:150px}._pagination_f92qw_101{margin-top:12px;margin-bottom:12px;display:flex;justify-content:flex-end}._notify_f92qw_108{color:var(--text-5, #272e47);padding:8px 16px;display:flex;align-items:center;white-space:nowrap;font-size:14px;font-weight:400;line-height:22px}._notify_f92qw_108>span{margin-right:5px}._tooltip_f92qw_123{max-width:none!important}._tooltip_f92qw_123 .l2c-crm-ant-tooltip-inner{border-radius:4px}._reject-wrap_f92qw_130{margin-left:-20px}._create-result_f92qw_134{padding-left:28px}._create-result_f92qw_134 p{color:var(--text-5, #232d47);font-size:14px;line-height:22px;margin:4px 0}._create-result_f92qw_134 ._gray_f92qw_143{color:var(--text-2, #9fa2ad)}._create-result_f92qw_134 ol{list-style:none;padding-left:0;max-height:280px;overflow-y:auto;margin-bottom:0}._result-item_f92qw_154{position:relative;display:flex}._result-item_f92qw_154>svg{margin-right:8px;margin-left:-28px}._title-wrap_f92qw_163{display:flex;align-items:center}._tip_f92qw_168{display:inline-block!important;margin-left:2px}._address_f92qw_173{display:inline-block}._reject-wrap_x9zi5_1{margin-left:-20px}._tab-group_esf53_8{height:56px;display:inline-flex;align-items:flex-end}._tab_esf53_8{height:40px;position:relative;font-weight:400;font-size:14px;line-height:22px;color:var(--text-3, #747a8c);padding:9px 14px;cursor:pointer}._tab_esf53_8:hover{color:var(--brand-6, #4c6aff)}._tab_esf53_8._actived_esf53_27{color:var(--brand-6, #4c6aff);font-weight:500}._tab_esf53_8._actived_esf53_27:after{position:absolute;bottom:0;left:50%;content:" ";display:block;height:2px;width:24px;background:var(--brand-6, #4c6aff);transform:translate(-50%)}._leads-list-page_esf53_43{height:100%}._hide_esf53_47{display:none}._container_1af9j_5{width:220px;height:100%;display:flex;flex-direction:column;background-color:#fff;border-right:1px solid var(--line-2, #ebedf2);-webkit-app-region:no-drag}._container_1af9j_5._collapse_1af9j_17{width:48px}._container_1af9j_5._collapse_1af9j_17>div{padding-right:0!important}._container_1af9j_5._collapse_1af9j_17>div>ul{padding-right:0!important;padding-left:0!important}._container_1af9j_5._collapse_1af9j_17>._expand-box_1af9j_27{padding-left:16px}._container_1af9j_5 .l2c-crm-ant-menu-submenu-title,._container_1af9j_5 .l2c-crm-ant-menu-root>.l2c-crm-ant-menu-item{padding-left:12px!important}._container_1af9j_5 .l2c-crm-ant-menu-inline-collapsed.l2c-crm-ant-menu-root>.l2c-crm-ant-menu-item,._container_1af9j_5 .l2c-crm-ant-menu-inline-collapsed.l2c-crm-ant-menu-root .l2c-crm-ant-menu-submenu-title{padding-left:16px!important}._container_1af9j_5 .l2c-crm-ant-menu-sub>.l2c-crm-ant-menu-item{padding-left:46px!important}._container_1af9j_5 .l2c-crm-ant-menu-item .l2c-crm-ant-menu-item-icon+span,._container_1af9j_5 .l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-item-icon+span,._container_1af9j_5 .l2c-crm-ant-menu-item .anticon+span,._container_1af9j_5 .l2c-crm-ant-menu-submenu-title .anticon+span{margin-left:8px!important}#_crm-menu-wrap_1af9j_1>li{margin-top:12px!important;margin-bottom:12px!important}._menu-wrap_1af9j_53{width:100%;padding-left:10px!important;padding-right:2px!important;overflow-x:hidden}._menu-wrap_1af9j_53 .l2c-crm-ant-menu-submenu-title{height:40px!important}._menu-wrap_1af9j_53 .l2c-crm-ant-menu-submenu .l2c-crm-ant-menu-item{height:36px!important}._menu-wrap_1af9j_53 .l2c-crm-ant-menu-item .l2c-crm-ant-menu-item-icon,._menu-wrap_1af9j_53 .l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-item-icon{min-width:16px}._menu-item_1af9j_70{display:flex;justify-content:space-between;align-items:center}._separator_1af9j_76{border-top:1px solid var(--line-2, #ebedf2)}._group_1af9j_80{color:red}._expand-box_1af9j_27{height:42px;display:flex;flex-grow:0;flex-shrink:0;align-items:center;padding-left:20px;border-top:1px solid var(--line-2, #ebedf2)}._expand-box_1af9j_27 svg{cursor:pointer}._expand-icon-reversal_1af9j_97{transform:scaleX(-1);transform-origin:center center}._label_1af9j_102{width:100%;text-overflow:ellipsis;overflow:hidden}._icon-new_1af9j_108{position:relative;top:3px;margin-left:8px}._limit-free-icon_1af9j_114{margin-left:4px;flex-shrink:0}._frequenty-box_1is1j_1{padding:21px 18px 0 22px}._frequenty-collapse-box_1is1j_5{padding-top:12px;height:52px;width:100%;display:inline-flex;align-items:center;justify-content:center}._container_11f92_5{display:flex;height:100%}._menu-container_11f92_13{height:100%}._content_11f92_17{flex-grow:1;width:0;display:flex;flex-direction:column}._container_w6oen_1 ol{font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:var(--text-3, #747a8c);padding-left:24px}._container_w6oen_1 ol li{list-style:initial}._field-select_w6oen_13{margin-top:20px;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:var(--text-4, #545a6e)}._field-select_w6oen_13>div:first-child{margin-top:8px}._field-select_w6oen_13>p{margin-top:8px;margin-bottom:8px;color:var(--text-3, #747a8c)}._field-select_w6oen_13 .l2c-crm-ant-checkbox-wrapper{display:flex}._field-select_w6oen_13 .l2c-crm-ant-checkbox-wrapper .label{padding-left:8px}._field-select_w6oen_13 .l2c-crm-ant-checkbox-wrapper+.l2c-crm-ant-checkbox-wrapper{margin-top:12px}._field-select_w6oen_13 span{color:var(--text-4, #545a6e)}._link_w6oen_42{color:var(--brand-6, #4c6aff)}._pl-22_w6oen_46{padding-left:22px}._box_rwd69_1{margin-top:-16px;font-style:normal;font-weight:400;font-size:14px;line-height:22px;display:flex;color:var(--text-3, #747a8c);word-break:break-all;align-items:flex-start}._box_rwd69_1>:first-child{flex-shrink:0}._box_rwd69_1 p{margin-bottom:0}._value_rwd69_19{width:100%;max-height:200px}._value_rwd69_19>p:first-child{font-style:normal;font-weight:400;font-size:12px;line-height:20px;color:var(--text-4, #545a6e);padding-bottom:8px;border-bottom:1px solid var(--line-2, #ebedf2)}._value_rwd69_19>div{padding-top:8px;font-style:normal;font-weight:400;font-size:12px;line-height:20px;color:var(--text-2, #9fa2ad)}._wrap-modal_11eio_1.l2c-crm-ant-modal-centered .l2c-crm-ant-modal{vertical-align:baseline}._container_xhek2_1{padding:13px 24px 14px;border-top:1px solid var(--Line-1, #f0f1f5);height:60px}._container_1qv6f_1{height:100%}._container_1qv6f_1>._content_1qv6f_4{height:calc(100% - 60px);padding:20px}._container_895l6_1{font-family:PingFang SC;display:flex;flex-direction:column;justify-content:space-between}._tip_895l6_8{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:4px;background:rgba(76,106,255,.09)}._tip_895l6_8 p{margin-bottom:0;color:var(--Text-5, #272e47);font-size:12px;font-weight:400;line-height:20px}._tip_895l6_8 svg circle{fill:#4c6aff}._checkbox_895l6_27{color:var(---Text-5-, #272e47);font-size:14px;font-style:normal;font-weight:500;line-height:22px;margin:20px 0;display:flex;align-items:center}._rule_895l6_38 h3{color:var(---Text-5-, #272e47);font-size:14px;font-style:normal;font-weight:500;line-height:22px;margin-bottom:8px}._rule_895l6_38>div{color:var(---Text-4-, #545a6e);font-size:14px;font-style:normal;font-weight:400;line-height:22px;display:flex;align-items:center}._rule_895l6_38 ._input_895l6_55{width:58px;margin:0 8px}._cell-Wrap_wonjc_1{padding:0 16px}._icon-wrap_wonjc_5{display:block;width:20px}._op-box_wonjc_10{padding-left:16px}._pagination_wonjc_14{display:flex;justify-content:flex-end}._link-hover_wonjc_19{cursor:pointer}._link-hover_wonjc_19:hover{color:var(--brand-6, #4c6aff)}._list-table_wonjc_26{padding-top:0!important}._container_sn13c_1{font-family:PingFang SC;font-size:14px;font-weight:400;font-style:normal;line-height:22px;height:100%;display:flex;flex-direction:column}._container_sn13c_1>div:first-child{color:var(--Text-5, #272e47);flex-grow:0;flex-basis:1;margin-bottom:16px}._container_sn13c_1>div:first-child>span{width:100%;margin-top:8px;margin-left:0;background:#fff!important}._container_sn13c_1>div:last-child{height:0;flex-grow:1;margin-right:-8px;height:-webkit-max-content;height:max-content}._desc-wrap_sn13c_30{color:var(--Text-5, #272e47);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-bottom:16px}._desc-wrap_sn13c_30>div:first-child{margin-bottom:8px}._group-area_sn13c_43{-webkit-user-select:none;user-select:none}._group-area_sn13c_43 ._group-title_sn13c_46{height:32px;font-weight:500;color:var(--Text-5, #272e47);display:flex;align-items:center;cursor:pointer}._group-area_sn13c_43 ._group-title_sn13c_46._fold_sn13c_54 ._title-icon_sn13c_54{transform:rotate(-90deg)}._field-item_sn13c_58{display:flex;padding:5px 12px;align-items:center;justify-content:space-between;gap:10px;border-radius:4px;background:var(--Fill-2, #f6f7fa);cursor:pointer}._field-item_sn13c_58+._field-item_sn13c_58{margin-top:5px}._field-item_sn13c_58 ._icon_sn13c_71{display:none;cursor:pointer}._field-item_sn13c_58:hover{background:var(--Brand-1, #f2f5ff)}._field-item_sn13c_58:hover ._icon_sn13c_71{display:block}._hide_sn13c_82{display:none}._search_sn13c_86{margin-left:0!important;width:100%!important;margin-top:8px;margin-bottom:12px;background-color:#fff!important}._title-mt_sn13c_94{margin-top:8px}._container_1ekji_1{height:100%;position:relative}._container_1ekji_1>div:first-child{height:calc(100% - 64px)}._field-error-wrap_1ekji_9 img{width:100%}._field-error-wrap_1ekji_9 ._text_1ekji_12{color:var(----Text-3, #747a8c);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._field-error-wrap_1ekji_9 ._text-lead_1ekji_20{margin-bottom:8px}._field-error-wrap_1ekji_9 ._text-normal_1ekji_23{margin-top:16px;margin-bottom:8px}._modal_1ekji_28>div{vertical-align:middle!important}._select-wrap_1ekji_32{border-right:1px solid var(--Line-3, #e1e3e8);position:relative;padding-right:16px}._select-wrap_1ekji_32._hide_1ekji_37{width:0px!important;padding-right:0!important}._select-wrap_1ekji_32._hide_1ekji_37>div{display:none}._select-wrap_1ekji_32._hide_1ekji_37 ._fold-icon_1ekji_44{transform:rotate(180deg)}._select-wrap_1ekji_32>div{height:100%}._fold-icon_1ekji_44{cursor:pointer;position:absolute;right:-12px;z-index:100;top:50px;background-color:#fff;border-radius:50%;box-shadow:0 0 12px #2f53861f}._form-container_1ekji_62{padding-left:20px;padding-right:20px;height:100%;overflow:auto;flex-direction:column}._form-container_1ekji_62::-webkit-scrollbar{width:6px;height:6px}._form-container_1ekji_62::-webkit-scrollbar-thumb{width:6px;height:6px;background-color:#0003;border-radius:4px}._sheet-container_1ekji_80{padding-left:20px;display:flex;justify-content:space-between;width:100%;height:100%}._sheet-container_1ekji_80>div:first-child{width:220px}._sheet-container_1ekji_80>div{height:100%}._sheet-wrap_1ekji_94{flex-grow:1;height:100%}._title-row_1ekji_99{display:flex;align-items:center;justify-content:space-between;padding-right:16px}._title-row_1ekji_99>div:first-child{display:inline-flex;width:-webkit-max-content;width:max-content;align-items:center}._title-row_1ekji_99>div:first-child>span{flex-shrink:0;margin-right:12px}._pointer_1ekji_115{cursor:pointer}._flex_1ekji_119{width:1px;height:100px;position:absolute;top:0;right:0;z-index:10;background-color:transparent}._flex_1ekji_119:hover,._flex_1ekji_119._visible_1ekji_132{cursor:ew-resize;background-color:#4c6aff}._container_1nxce_1{padding:16px;height:100%}._header_1nxce_6{display:flex;justify-content:space-between;margin-bottom:12px}._tab-group_1nxce_12{display:inline-flex;align-items:flex-end}._tab-group_1nxce_12 ._tab-item_1nxce_16{padding:9px 14px!important}._tab-group_1nxce_12>._tab-item_1nxce_16:first-child{padding:9px 0!important;margin-right:14px}._select_1nxce_24{width:214px}._select-wrap_1nxce_28{display:inline-flex;align-items:center;gap:12px}._list-container_1nxce_34{height:calc(100% - 30px);display:inline-flex;flex-direction:column;width:100%}._list-container_1nxce_34>div:first-child{height:-webkit-max-content;height:max-content}._list-container_1nxce_34>div:last-child{flex-grow:1;height:0}._list-container_1nxce_34>div:last-child>div{height:100%!important}._pagination_1nxce_51{display:flex;justify-content:flex-end}._cell-Wrap_1f0zk_1{padding:0 16px}._icon-wrap_1f0zk_5{display:block;width:20px}._op-box_1f0zk_10{padding-left:16px}._pagination_1f0zk_14{display:flex;justify-content:flex-end}._container_4rf3e_1{padding:16px;height:100%}._search-row_4rf3e_6{display:flex;justify-content:space-between;margin-bottom:8px}._select_4rf3e_12{width:214px}._select-wrap_4rf3e_16{display:inline-flex;align-items:center;gap:12px;color:var(--text-4, #545a6e);font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px}._list-container_4rf3e_27{height:calc(100% - 30px);display:inline-flex;flex-direction:column}._list-container_4rf3e_27>div:first-child{height:-webkit-max-content;height:max-content}._list-container_4rf3e_27>div:last-child{flex-grow:1;height:0}._list-container_4rf3e_27>div:last-child>div{height:100%!important}._pagination_4rf3e_43{display:flex;justify-content:flex-end}._mailMarketing_k826o_1{background-color:#fff;height:100%;padding:20px;border-radius:4px;border:1px solid var(--line-1, #f0f1f5)}._disabledRow_k826o_9{opacity:.5;pointer-events:none}._enableSwitch_k826o_14{display:flex;flex-direction:column}._enableSwitch_k826o_14 ._switchBody_k826o_18{display:flex;align-items:center}._enableSwitch_k826o_14 ._switchBody_k826o_18 ._switchLabel_k826o_22{margin-right:8px;font-weight:500;line-height:22px;color:var(--text-5, #272e47)}._enableSwitch_k826o_14 ._switchTips_k826o_28{display:flex;margin-top:8px;align-items:flex-start}._enableSwitch_k826o_14 ._switchTips_k826o_28>div{padding:3px 0}._enableSwitch_k826o_14 ._switchTips_k826o_28>span{margin-left:8px;color:var(--text-3, #747a8c)}._label_k826o_41{color:var(--text-5, #272e47);margin-bottom:8px}._subText_k826o_46{color:var(--text-4, #545a6e)}._scrollContainer_k826o_50{height:100%;overflow-y:auto}._leads-marketing-wrapper_7kpj7_1{padding:20px}._leads-marketing-wrapper_7kpj7_1 ._tag-select_7kpj7_4{width:211px}._leads-marketing-wrapper_7kpj7_1 ._label_7kpj7_7{color:var(--text-5, #272e47);margin-bottom:8px}._leads-marketing-wrapper_7kpj7_1 ._disabled-row_7kpj7_11{opacity:.5;pointer-events:none}._container_1s0ch_1{display:flex;align-items:space-between;flex-direction:column;height:100%;padding:20px 12px 20px 20px;background:var(--white, #ffffff);gap:16px}._container_1s0ch_1 ._header_1s0ch_10{display:flex;justify-content:flex-end}._opportunity-process-list_1s0ch_15{display:flex;height:100%;align-items:space-between;flex-direction:column;color:var(--text-4, #545a6e);flex-grow:1}._opportunity-process-list_1s0ch_15 ._list-header_1s0ch_23{font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px;background:var(--fill-2, #f6f7fa);color:var(--text-3, #747a8c);display:flex;align-items:center;justify-content:space-between}._opportunity-process-list_1s0ch_15 ._list-row_1s0ch_34{font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px;display:flex;align-items:center;justify-content:space-between;color:var(--text-5, #272e47);background:var(--fill-1, #f8f9fa)}._opportunity-process-list_1s0ch_15 ._list-row_1s0ch_34._odd_1s0ch_45{background:var(--white, #ffffff)}._opportunity-process-list_1s0ch_15 ._list-item_1s0ch_48{display:flex;align-items:center;padding:12px 16px;flex-grow:1;cursor:unset}._opportunity-process-list_1s0ch_15 ._list-op-item_1s0ch_55{display:flex;align-items:center;padding:12px 16px;width:232px;flex-grow:0;flex-shrink:0;gap:11px}._opportunity-process-list_1s0ch_15 ._list-content_1s0ch_64{flex-grow:1;overflow:auto}._opportunity-process-list_1s0ch_15 ._drag-icon_1s0ch_68{cursor:pointer;margin-right:8px}._opportunity-process-list_1s0ch_15 ._default-tag_1s0ch_72{flex-shrink:0;flex-grow:0;margin-left:12px;height:16px;padding:2px 4px;border-radius:2px;background:var(--label-2_1, #d6f7f1);color:var(--label-2_3, #398e80);font-family:PingFang SC;font-size:10px;font-style:normal;font-weight:400;line-height:12px}._more-op-btn-overlay_1s0ch_88{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}._used-opportunity-list_1s0ch_92{margin-top:10px;max-height:280px;overflow-y:auto}._used-opportunity-list_1s0ch_92::-webkit-scrollbar{width:6px;height:6px}._used-opportunity-list_1s0ch_92::-webkit-scrollbar-thumb{width:6px;height:6px;background-color:#0003;border-radius:4px}._used-opportunity-list_1s0ch_92 ._used-opportunity-name_1s0ch_107{color:var(--text-3, #747a8c);font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._used-modal-footer_1s0ch_118{justify-content:center!important}._modal-centered_1s0ch_122 .l2c-crm-ant-modal{vertical-align:middle!important}._drawer_j0lqr_1 .l2c-crm-ant-form-item-required.l2c-crm-ant-form-item-required:before{display:inline-block!important}._drawer_j0lqr_1 .l2c-crm-ant-drawer-header{padding:16px 20px}._drawer_j0lqr_1 .l2c-crm-ant-drawer-header:has(._view-title_j0lqr_7){padding:12px 20px}._drawer_j0lqr_1 .l2c-crm-ant-drawer-header .l2c-crm-ant-drawer-header-title{flex-direction:row-reverse;line-height:24px}._drawer_j0lqr_1 .l2c-crm-ant-drawer-header .l2c-crm-ant-drawer-header-title ._view-title_j0lqr_7{display:flex;justify-content:space-between;align-items:center;padding-right:16px}._drawer_j0lqr_1 .l2c-crm-ant-drawer-header .l2c-crm-ant-drawer-header-title ._view-title-btn_j0lqr_20{color:var(--brand-6, #4c6aff);border-color:var(--brand-6, #4c6aff)}._drawer_j0lqr_1 .l2c-crm-ant-drawer-header .l2c-crm-ant-drawer-header-title .l2c-crm-ant-drawer-close{margin-right:0}._drawer_j0lqr_1 .l2c-crm-ant-drawer-footer.l2c-crm-ant-drawer-footer{padding:16px 20px!important}._drawer_j0lqr_1 .l2c-crm-ant-drawer-footer.l2c-crm-ant-drawer-footer button{padding:5px 24px}._drawer_j0lqr_1 .l2c-crm-ant-drawer-body.l2c-crm-ant-drawer-body{padding:0 20px}._drawer_j0lqr_1 .l2c-crm-ant-form-item-label.l2c-crm-ant-form-item-label{font-weight:400;padding-bottom:4px}._process-view-name_j0lqr_41{margin-bottom:20px;font-weight:400;font-size:14px;line-height:22px;color:var(--text-5, #272e47)}._process-view-name-sub_j0lqr_48{color:var(--text-3, #747a8c)}._process-title_j0lqr_52{font-size:14px;font-weight:500;line-height:22px;margin-bottom:20px}._process-title-sub_j0lqr_58{font-size:12px;line-height:20px;font-weight:400;color:var(--text-3, #747a8c);margin-left:8px}._process-stages_j0lqr_66{display:flex;flex-direction:column;align-items:center;gap:12px}._process-stages_j0lqr_66 ._process-stages-card_j0lqr_72{width:347px;padding:20px 16px 20px 20px;display:flex;border-radius:4px;background-color:var(--fill-2, #f6f7fa)}._process-stages_j0lqr_66 ._process-stages-card-list_j0lqr_79{width:0;flex:1 1;display:flex;flex-direction:column;gap:4px}._process-stages_j0lqr_66 ._process-stages-card-status_j0lqr_86{font-size:14px;font-weight:400;line-height:18px;text-align:center;color:var(--text-3, #747a8c);writing-mode:vertical-lr;margin-left:20px;cursor:default}._process-stages_j0lqr_66 ._process-stages-card-stage_j0lqr_96{outline:none;color:var(--text-5, #272e47);font-size:14px;line-height:22px;position:relative;padding:0 12px;display:flex;justify-content:center;gap:12px}._process-stages_j0lqr_66 ._process-stages-card-stage_j0lqr_96 ._stage-add-prev_j0lqr_107,._process-stages_j0lqr_66 ._process-stages-card-stage_j0lqr_96 ._stage-add-after_j0lqr_108{width:20px;height:20px;border-radius:20px;display:none;position:absolute;box-shadow:0 4px 10px #2f53861f}._process-stages_j0lqr_66 ._process-stages-card-stage_j0lqr_96 ._stage-add-prev_j0lqr_107{top:4px;left:calc(50% - 10px)}._process-stages_j0lqr_66 ._process-stages-card-stage_j0lqr_96 ._stage-add-after_j0lqr_108{top:calc(100% - 12px);left:calc(50% - 10px)}._process-stages_j0lqr_66 ._process-stages-card-stage_j0lqr_96:nth-child(1) ._stage-add-prev_j0lqr_107{top:-8px}._process-stages_j0lqr_66 ._process-stages-card-stage_j0lqr_96:hover ._stage-add-prev_j0lqr_107,._process-stages_j0lqr_66 ._process-stages-card-stage_j0lqr_96:hover ._stage-add-after_j0lqr_108{z-index:1;display:block}._process-stages_j0lqr_66 ._process-stages-card-stage_j0lqr_96 ._stage-name_j0lqr_132{flex:1 1;width:0px;z-index:1;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}._process-stages_j0lqr_66 ._process-stages-card-stage-pending_j0lqr_140{width:269px;height:82px;text-align:center;padding-top:34px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY5IiBoZWlnaHQ9IjgyIiB2aWV3Qm94PSIwIDAgMjY5IDgyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjY4IDE3LjVIMjY4LjVWMTdMMjY4LjUgMy4yMDk3QzI2OC41IDEuNzMwNzcgMjY3LjIyMyAwLjU3NTEgMjY1Ljc1MiAwLjcyMjA3N0wxMzQuNSAxMy44MzA4TDMuMjQ4NDQgMC43MjIwNzdDMS43NzY4NiAwLjU3NTEgMC41IDEuNzMwNzcgMC41IDMuMjA5N0wwLjUgMTdWMTcuNUgxSDI2OFoiIGZpbGw9IndoaXRlIiBzdHJva2U9IiNFMUUzRTgiLz4KPHBhdGggZD0iTTI2OC41IDY1VjY0LjVIMjY4SDFIMC41VjY1VjY1Ljg1NjVDMC41IDY3LjE0MSAxLjQ3MzQyIDY4LjIxNjQgMi43NTE1NiA2OC4zNDQxTDEzNC40NSA4MS40OTc1TDEzNC41IDgxLjUwMjVMMTM0LjU1IDgxLjQ5NzVMMjY2LjI0OCA2OC4zNDQxQzI2Ny41MjcgNjguMjE2NCAyNjguNSA2Ny4xNDEgMjY4LjUgNjUuODU2NVY2NVoiIGZpbGw9IndoaXRlIiBzdHJva2U9IiNFMUUzRTgiLz4KPG1hc2sgaWQ9InBhdGgtMy1vdXRzaWRlLTFfODhfMzg0NzUiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjE3IiB3aWR0aD0iMjY5IiBoZWlnaHQ9IjQ4IiBmaWxsPSJibGFjayI+CjxyZWN0IGZpbGw9IndoaXRlIiB5PSIxNyIgd2lkdGg9IjI2OSIgaGVpZ2h0PSI0OCIvPgo8cGF0aCBkPSJNMSAxN0gyNjhWNjVIMVYxN1oiLz4KPC9tYXNrPgo8cGF0aCBkPSJNMSAxN0gyNjhWNjVIMVYxN1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yNjcgMTdWNjVIMjY5VjE3SDI2N1pNMiA2NVYxN0gwVjY1SDJaIiBmaWxsPSIjRTFFM0U4IiBtYXNrPSJ1cmwoI3BhdGgtMy1vdXRzaWRlLTFfODhfMzg0NzUpIi8+Cjwvc3ZnPgo=)}._process-stages_j0lqr_66 ._process-stages-card-stage-pending_j0lqr_140:hover{text-align:right}._process-stages_j0lqr_66 ._process-stages-card-stage-pending_j0lqr_140:hover ._stage-icons_j0lqr_150{display:flex}._process-stages_j0lqr_66 ._process-stages-card-stage-pending_j0lqr_140:nth-child(1){padding-top:28px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY5IiBoZWlnaHQ9IjgyIiB2aWV3Qm94PSIwIDAgMjY5IDgyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjY4LjUgNjNWNjIuNUgyNjhIMUgwLjVWNjNWNjUuODU2NUMwLjUgNjcuMTQxIDEuNDczNDIgNjguMjE2NCAyLjc1MTU2IDY4LjM0NDFMMTM0LjQ1IDgxLjQ5NzVMMTM0LjUgODEuNTAyNUwxMzQuNTUgODEuNDk3NUwyNjYuMjQ4IDY4LjM0NDFDMjY3LjUyNyA2OC4yMTY0IDI2OC41IDY3LjE0MSAyNjguNSA2NS44NTY1VjYzWiIgZmlsbD0id2hpdGUiIHN0cm9rZT0iI0UxRTNFOCIvPgo8bWFzayBpZD0icGF0aC0yLW91dHNpZGUtMV84OF8zODQ3MCIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjI2OSIgaGVpZ2h0PSI2MyIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgd2lkdGg9IjI2OSIgaGVpZ2h0PSI2MyIvPgo8cGF0aCBkPSJNMSAzQzEgMS44OTU0MyAxLjg5NTQzIDEgMyAxSDI2NkMyNjcuMTA1IDEgMjY4IDEuODk1NDMgMjY4IDNWNjNIMVYzWiIvPgo8L21hc2s+CjxwYXRoIGQ9Ik0xIDNDMSAxLjg5NTQzIDEuODk1NDMgMSAzIDFIMjY2QzI2Ny4xMDUgMSAyNjggMS44OTU0MyAyNjggM1Y2M0gxVjNaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMCAzQzAgMS4zNDMxNSAxLjM0MzE1IDAgMyAwSDI2NkMyNjcuNjU3IDAgMjY5IDEuMzQzMTUgMjY5IDNIMjY3QzI2NyAyLjQ0NzcyIDI2Ni41NTIgMiAyNjYgMkgzQzIuNDQ3NzIgMiAyIDIuNDQ3NzIgMiAzSDBaTTI2OCA2M0gxSDI2OFpNMCA2M1YzQzAgMS4zNDMxNSAxLjM0MzE1IDAgMyAwVjJDMi40NDc3MiAyIDIgMi40NDc3MiAyIDNWNjNIMFpNMjY2IDBDMjY3LjY1NyAwIDI2OSAxLjM0MzE1IDI2OSAzVjYzSDI2N1YzQzI2NyAyLjQ0NzcyIDI2Ni41NTIgMiAyNjYgMlYwWiIgZmlsbD0iI0UxRTNFOCIgbWFzaz0idXJsKCNwYXRoLTItb3V0c2lkZS0xXzg4XzM4NDcwKSIvPgo8L3N2Zz4K)}._process-stages_j0lqr_66 ._process-stages-card-stage-success_j0lqr_157{width:269px;height:82px;text-align:center;padding-top:38px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY5IiBoZWlnaHQ9IjgyIiB2aWV3Qm94PSIwIDAgMjY5IDgyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjY4IDE3LjVIMjY4LjVWMTdMMjY4LjUgMy4yMDk3QzI2OC41IDEuNzMwNzcgMjY3LjIyMyAwLjU3NTEgMjY1Ljc1MiAwLjcyMjA3N0wxMzQuNSAxMy44MzA4TDMuMjQ4NDQgMC43MjIwNzdDMS43NzY4NiAwLjU3NTEgMC41IDEuNzMwNzcgMC41IDMuMjA5N0wwLjUgMTdWMTcuNUgxSDI2OFoiIGZpbGw9IndoaXRlIiBzdHJva2U9IiNFMUUzRTgiLz4KPG1hc2sgaWQ9InBhdGgtMi1vdXRzaWRlLTFfODhfMzg0NTgiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjE3IiB3aWR0aD0iMjY5IiBoZWlnaHQ9IjY1IiBmaWxsPSJibGFjayI+CjxyZWN0IGZpbGw9IndoaXRlIiB5PSIxNyIgd2lkdGg9IjI2OSIgaGVpZ2h0PSI2NSIvPgo8cGF0aCBkPSJNMSAxN0gyNjhWODFIMVYxN1oiLz4KPC9tYXNrPgo8cGF0aCBkPSJNMSAxN0gyNjhWODFIMVYxN1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yNjggODFWODJIMjY5VjgxSDI2OFpNMSA4MUgwVjgySDFWODFaTTI2NyAxN1Y4MUgyNjlWMTdIMjY3Wk0yNjggODBIMVY4MkgyNjhWODBaTTIgODFWMTdIMFY4MUgyWiIgZmlsbD0iI0UxRTNFOCIgbWFzaz0idXJsKCNwYXRoLTItb3V0c2lkZS0xXzg4XzM4NDU4KSIvPgo8L3N2Zz4K)}._process-stages_j0lqr_66 ._process-stages-card-stage-failed_j0lqr_164{width:267px;height:80px;display:flex;justify-content:center;align-items:center;text-align:center;border:1px solid var(--line-3, #e1e3e8);background-color:#fff;border-radius:2px}._process-stages_j0lqr_66 ._process-stages-card-pending_j0lqr_175{border-right:2px solid var(--brand-6, #4c6aff)}._process-stages_j0lqr_66 ._process-stages-card-success_j0lqr_178{border-right:2px solid var(--success-6, #0fd683)}._process-stages_j0lqr_66 ._process-stages-card-failed_j0lqr_181{border-right:2px solid var(--warning-6, #ffb54c)}._process-stages-edit_j0lqr_185 ._process-stages-card-success-dragging_j0lqr_185,._process-stages-edit_j0lqr_185 ._process-stages-card-failed-dragging_j0lqr_186,._process-stages-create_j0lqr_187 ._process-stages-card-success-dragging_j0lqr_185,._process-stages-create_j0lqr_187 ._process-stages-card-failed-dragging_j0lqr_186{opacity:.5}._process-stages-edit_j0lqr_185 ._process-stages-card-pending_j0lqr_175,._process-stages-create_j0lqr_187 ._process-stages-card-pending_j0lqr_175{cursor:pointer}._stage-icons_j0lqr_150{display:none;background-color:#fff;right:12px;align-items:center;gap:12px;height:16px;margin-top:2px;z-index:1}._stage-icons_j0lqr_150 ._vertical_j0lqr_206{width:1px;height:14px;background-color:var(--fill-6, #8d92a1)}._delete-list_j0lqr_212{max-height:160px;overflow-y:auto}._delete-list_j0lqr_212 ._delete-item_j0lqr_216{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._confirm-footer_j0lqr_222{justify-content:center!important}._page-container_17p1i_1{padding:16px;border-radius:8px;border:1px solid var(--line-3, #e1e3e8);background:var(--white, #ffffff);min-width:687px}._page-container_17p1i_1::-webkit-scrollbar{width:6px}._page-container_17p1i_1::-webkit-scrollbar-thumb{width:6px;background-color:#0003;border-radius:4px}._potential-page-container_17p1i_17{padding:0!important}._header-helper-container_17p1i_21{display:flex;gap:16px}._header-helper-container_17p1i_21 ._btn_17p1i_25{display:flex;gap:4px;color:var(--text-4, #545a6e);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:normal;cursor:pointer}._header_17p1i_21{border-bottom:none!important}._container_1czko_1{margin-top:16px}._empty-guide_s4ywo_2{padding-top:16px;position:relative}._empty-guide_s4ywo_2 ._guide-title_s4ywo_6{display:flex;align-items:center;height:48px;justify-content:space-between}._empty-guide_s4ywo_2 ._guide-title_s4ywo_6>span{color:var(--text-3, #747a8c);font-size:14px}._empty-guide_s4ywo_2 ._list-title_s4ywo_16{height:36px}._empty-guide_s4ywo_2 ._list-title_s4ywo_16>span{color:var(--text-3, #747a8c);font-size:14px}._empty-guide_s4ywo_2 ._gif_s4ywo_23{border-radius:4px;width:100%;overflow:hidden}._empty-guide_s4ywo_2 ._guide-desc_s4ywo_28{margin-top:32px}._empty-guide_s4ywo_2 ._guide-desc_s4ywo_28 div{font-size:14px;line-height:22px;color:var(--text-3, #747a8c)}._empty-guide_s4ywo_2 ._guide-desc_s4ywo_28 ._guide-group_s4ywo_36{margin-top:12px;display:flex;gap:20px;justify-content:space-between}._empty-guide_s4ywo_2 ._guide-desc_s4ywo_28 ._guide-group_s4ywo_36 ._guide-group-item_s4ywo_42{flex:1 1;width:100%;padding:16px;background-color:var(--fill-1, #f8f9fa);border-radius:4px}._empty-guide_s4ywo_2 ._guide-desc_s4ywo_28 ._guide-group_s4ywo_36 ._guide-group-item_s4ywo_42 ._item-title_s4ywo_49{color:var(--text-5, #272e47);font-weight:500;text-align:center}._empty-guide_s4ywo_2 ._guide-desc_s4ywo_28 ._guide-group_s4ywo_36 ._guide-group-item_s4ywo_42 ._item-body_s4ywo_54{margin-top:12px}._empty-guide_s4ywo_2 ._guide-desc_s4ywo_28 ._guide-group_s4ywo_36 ._guide-group-item_s4ywo_42 ._item-text_s4ywo_57{padding-left:16px;position:relative}._empty-guide_s4ywo_2 ._guide-desc_s4ywo_28 ._guide-group_s4ywo_36 ._guide-group-item_s4ywo_42 ._item-text_s4ywo_57:before{content:"·";font-weight:900;padding:0 4px;font-size:26px;position:absolute;left:0px;top:-2px}._empty-guide_s4ywo_2 ._guide-desc-small_s4ywo_70{margin-top:24px}._follow-preview_hlkq0_2 ._title_hlkq0_2{font-weight:500;font-size:14px;line-height:22px;display:flex;align-items:center}._follow-preview_hlkq0_2 ._title_hlkq0_2>span{margin-right:4px}._follow-preview_hlkq0_2 ._funnel_hlkq0_12{padding:16px 0;display:flex;justify-content:center}._follow-preview_hlkq0_2 ._funnel_hlkq0_12 ._funnel-count_hlkq0_17{padding-top:14px}._follow-preview_hlkq0_2 ._funnel_hlkq0_12 ._funnel-stage_hlkq0_20{position:relative;padding-top:8px;padding-left:8px;width:162px}._follow-preview_hlkq0_2 ._funnel_hlkq0_12 ._funnel-stage_hlkq0_20:before{display:block;content:"";position:absolute;width:240px;border-top:1px solid #ecf2fe;top:0px;left:0px}._follow-preview_hlkq0_2 ._funnel_hlkq0_12 ._funnel-stage_hlkq0_20 ._stage-name_hlkq0_35{line-height:16px;color:var(--text-4, #545a6e)}._follow-preview_hlkq0_2 ._funnel_hlkq0_12 ._funnel-stage_hlkq0_20 ._stage-color_hlkq0_39{position:absolute;width:2px;height:12px;border-radius:1px;left:0;top:10px}._follow-preview_hlkq0_2 ._funnel_hlkq0_12 ._funnel-stage_hlkq0_20 ._stage-value_hlkq0_47{margin-top:4px;font-size:16px;line-height:24px;color:var(--text-5, #272e47);display:flex;align-items:center}._follow-preview_hlkq0_2 ._funnel_hlkq0_12 ._funnel-stage_hlkq0_20 ._stage-value_hlkq0_47>span{font-size:12px;line-height:16px;color:var(--text-4, #545a6e);margin-left:4px}._follow-preview_hlkq0_2 ._funnel_hlkq0_12 ._funnel-img_hlkq0_61{z-index:1}._list-tips_hlkq0_65{line-height:20px;font-size:12px;color:#fff}._list-tips_hlkq0_65 ._tips-title_hlkq0_70{margin-top:16px}._list-tips_hlkq0_65 ._tips-main_hlkq0_73{font-weight:500;position:relative;padding-left:16px}._list-tips_hlkq0_65 ._tips-main_hlkq0_73:before{content:"·";font-weight:900;padding:0 2px;font-size:26px;position:absolute;left:0px}._list-tips_hlkq0_65 ._tips-desc_hlkq0_86{color:#ffffffb3}._list-header_hlkq0_90{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;line-height:22px}._list-header_hlkq0_90 ._sub-text_hlkq0_98{font-size:12px;font-weight:400;line-height:18px;color:var(--text-3, #747a8c)}._follow-setting_hlkq0_105{cursor:pointer;display:flex}._follow-setting_hlkq0_105>span{line-height:22px;color:var(--text-4, #545a6e);margin-left:8px;font-weight:400}._list-table_hlkq0_116{margin-top:8px}._list-table_hlkq0_116 .l2c-crm-ant-table-cell{padding:12px 16px!important}._list-table_hlkq0_116 .l2c-crm-ant-table-row .l2c-crm-ant-table-cell{padding:7px 16px!important}._list-table_hlkq0_116 tr:nth-of-type(odd) td{background-color:var(--fill-1, #f8f9fa)!important}._list-table_hlkq0_116 .l2c-crm-ant-table-tbody tr:nth-of-type(even) td{background-color:#fff!important}._list-table_hlkq0_116 ._company-cell_hlkq0_131{display:flex;gap:8px;align-items:center}._drawer_hlkq0_137 .l2c-crm-ant-drawer-body.l2c-crm-ant-drawer-body{background-color:var(--fill-2, #f6f7fa);padding:20px}._drawer_hlkq0_137 .l2c-crm-ant-drawer-header.l2c-crm-ant-drawer-header{padding:16px 20px}._drawer_hlkq0_137 .l2c-crm-ant-drawer-header.l2c-crm-ant-drawer-header .l2c-crm-ant-drawer-title{line-height:24px}._drawer_hlkq0_137 .l2c-crm-ant-drawer-footer{background-color:var(--fill-2, #f6f7fa);padding:18px 20px}._drawer_hlkq0_137 .l2c-crm-ant-drawer-footer .l2c-crm-ant-btn-primary{padding:5px 24px}._operate_hlkq0_155{display:flex;align-items:center}._operate-vertical_hlkq0_159{width:1px;background-color:var(--line-3, #e1e3e8);height:14px;margin:0 12px}._operate-btn_hlkq0_165{cursor:pointer;color:var(--brand-6, #4c6aff);font-size:14px;line-height:22px}._card-group_hlkq0_172{display:flex;flex-direction:column;gap:16px}._card-group_hlkq0_172 ._card_hlkq0_172{background-color:#fff;padding:16px;border-radius:4px}._card-group_hlkq0_172 ._card_hlkq0_172 ._card-tips_hlkq0_182{color:var(--text-3, #747a8c);line-height:20px;margin-bottom:16px}._card-group_hlkq0_172 ._card_hlkq0_172 ._title_hlkq0_2{display:flex;align-items:center;gap:8px}._card-group_hlkq0_172 ._card_hlkq0_172 ._title-text_hlkq0_192{font-weight:500;font-size:14px;line-height:22px}._card-group_hlkq0_172 ._card_hlkq0_172 ._condition_hlkq0_197{margin-top:4px;display:flex;align-items:center;gap:8px;color:var(--text-3, #747a8c);line-height:16px}._card-group_hlkq0_172 ._card_hlkq0_172 ._condition-btn_hlkq0_205{color:var(--brand-6, #4c6aff);cursor:pointer}._form_hlkq0_210 .l2c-crm-ant-form-item-label>label{color:var(--text-4, #545a6e)!important}._form_hlkq0_210 ._no-rule-form-item_hlkq0_213{margin:0}._form_hlkq0_210 ._form-condition_hlkq0_216{display:flex;gap:8px;align-items:center;margin-top:8px;font-size:14px;line-height:22px}._form_hlkq0_210 ._form-condition_hlkq0_216 .l2c-crm-ant-input-number-input{height:36px}._form_hlkq0_210 ._form-condition-disabled_hlkq0_227{pointer-events:none;opacity:.5}._form_hlkq0_210 ._form-notify_hlkq0_231{flex:1 1}._form_hlkq0_210 ._form-notify_hlkq0_231 .l2c-crm-ant-select-selector{height:36px!important}._form_hlkq0_210 ._form-notify_hlkq0_231 .l2c-crm-ant-select-selection-search-input{height:34px!important}._form_hlkq0_210 ._form-notify_hlkq0_231 .l2c-crm-ant-select-selection-placeholder,._form_hlkq0_210 ._form-notify_hlkq0_231 .l2c-crm-ant-select-selection-item{line-height:34px!important;font-size:14px!important}._form_hlkq0_210 ._form-notify_hlkq0_231 .l2c-crm-ant-select-selection-item-content,._form_hlkq0_210 ._form-notify_hlkq0_231 .l2c-crm-ant-select-selection-item-remove{line-height:22px!important}._modal_hlkq0_255 .l2c-crm-ant-btn.l2c-crm-ant-btn{padding:1px 16px}._list-guide_hlkq0_259 ._ok-btn_hlkq0_259{margin-top:18px;margin-bottom:2px;display:flex;justify-content:center}._list-guide_hlkq0_259 ._empty-guide_hlkq0_265 ._guide-desc_hlkq0_265{margin-top:24px}._list-guide-modal_hlkq0_269 .l2c-crm-ant-modal-body{padding:0 16px 16px}._list-guide-modal_hlkq0_269 .l2c-crm-ant-modal{top:min(8%,100px)}._ai-operation-icon_hlkq0_277{border-radius:2px;padding:2px 6px;font-size:12px;line-height:16px;font-weight:400;background:linear-gradient(93.19deg,#f5f5ff 0%,#f9f7ff 73.99%,#faf7ff 98.65%)}._ai-operation-icon-text_hlkq0_285{background-image:linear-gradient(to right,#353dd9 0%,#6545d9 75%,#8545d9 100%);-webkit-background-clip:text;background-clip:text;color:transparent}._cell-wrapper_hlkq0_291{display:flex;justify-content:space-between}._view-wrapper_hlkq0_296{flex:1 1 auto;width:0px}._customs_1eyd4_1{display:flex;justify-content:flex-start;align-items:center;font-weight:400;font-size:12px;line-height:20px;padding:6px 8px;border-radius:100px;gap:6px;background:linear-gradient(93.19deg,#e9eaff 0%,#efeaff 73.99%,#f4ebff 98.65%)}._customs_1eyd4_1>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._customs_1eyd4_1 ._icon_1eyd4_18{width:24px;height:24px;border-radius:24px;flex:0 1}._customs_1eyd4_1 ._btn_1eyd4_24{cursor:pointer;color:var(--brand-6, #4c6aff);flex:0 0 auto}._customs-wrapper_1eyd4_30{display:flex;flex-direction:column;height:100%}._customs-wrapper_1eyd4_30 ._filter_1eyd4_35{flex:0 0 auto;display:flex;align-items:center;gap:8px;margin-bottom:16px}._customs-wrapper_1eyd4_30 ._filter_1eyd4_35>span{font-weight:400;font-size:14px;line-height:22px;color:var(--text-4, #545a6e)}._customs-wrapper_1eyd4_30 ._filter_1eyd4_35 ._range-picker_1eyd4_48{height:32px;border-radius:4px!important}._customs-wrapper_1eyd4_30 ._filter_1eyd4_35 ._range-picker_1eyd4_48 .l2c-crm-ant-picker-range-separator{color:var(--line-3, #e1e3e8);margin:0 12px;width:16px;background-color:var(--line-3, #e1e3e8);height:1px}._customs-wrapper_1eyd4_30 ._filter_1eyd4_35 ._range-picker_1eyd4_48 input{line-height:18px}._customs-wrapper_1eyd4_30 ._table_1eyd4_62{flex:1 1 auto;padding:0!important}._operate_1eyd4_67{display:flex;align-items:center}._operate-vertical_1eyd4_71{width:1px;background-color:var(--line-3, #e1e3e8);height:14px;margin:0 12px}._operate-btn_1eyd4_77{cursor:pointer;color:var(--brand-6, #4c6aff);font-size:14px;line-height:22px}._drawer_1eyd4_84 .l2c-crm-ant-drawer-footer.l2c-crm-ant-drawer-footer{padding:12px 16px;display:flex;flex-direction:row-reverse}._page-container_bivhv_1{display:flex;flex-direction:column;gap:20px}._page-tip_bivhv_7{margin-bottom:0!important}._total-data-pannel-page_bivhv_11{border:1px solid var(--line-1, #f0f1f5)!important;background:linear-gradient(181deg,#e0ebff .63%,#f8faff 10.49%)!important}._total-data-pannel-content_bivhv_16{background:linear-gradient(181deg,rgba(238,244,255,.78) .63%,rgba(255,255,255,.9) 35.72%)!important}._task-title_bivhv_20{margin-top:20px;margin-bottom:8px;font-size:16px;line-height:24px;font-weight:500}._task-tag_bivhv_28{border-radius:2px;padding:2px 6px;background-color:var(--label-5_1, #ffe5e2);font-size:12px;line-height:16px;color:var(--label-5_3, #cb493d)}._task-wrapper_bivhv_37{display:flex;justify-content:center;margin-top:20px}._total-data-tip-content_bivhv_43{display:flex;flex-direction:column;gap:4px;color:var(--text-5, #272e47);font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;max-width:300px;cursor:default}._total-data-tip-content_bivhv_43 ._statistic_bivhv_55{display:flex;align-items:center;gap:4px;color:var(--text-4, #545a6e);font-family:PingFang SC;font-weight:400;font-size:12px;line-height:16px}._total-data-tip-content_bivhv_43 ._statistic_bivhv_55 ._statistic-count_bivhv_65{color:var(--brand-6, #4c6aff);font-family:LX-numbers;font-size:20px;font-style:normal;font-weight:400;line-height:24px;cursor:pointer}._total-data-tip-content_bivhv_43 ._dot_bivhv_75{width:4px;height:4px;background-color:var(--label-2_2, #66e0cc)}._total-data-tip-content_bivhv_43 ._dot_bivhv_75._orange_bivhv_80{background-color:var(--label-4_2, #ffb54c)}._customer-data-drawer_bivhv_84 .l2c-crm-ant-table-content{overflow:auto!important}._customer-data-drawer_bivhv_84 .l2c-crm-ant-drawer-body{height:calc(100% - 54px)}._customer-data-drawer_bivhv_84 .l2c-crm-ant-table-thead{position:-webkit-sticky;position:sticky;top:0px;z-index:8}._customer-data-drawer_bivhv_84 .l2c-crm-ant-table-thead .l2c-crm-ant-table-cell{padding:12px 16px!important}._customer-data-drawer_bivhv_84 .l2c-crm-ant-table-content,._customer-data-drawer_bivhv_84 .l2c-crm-ant-spin-nested-loading,._customer-data-drawer_bivhv_84 .l2c-crm-ant-spin-container,._customer-data-drawer_bivhv_84 .l2c-crm-ant-table,._customer-data-drawer_bivhv_84 .l2c-crm-ant-table-container{height:100%}._customer-data-drawer_bivhv_84 ._customer-data-table-container_bivhv_105{height:100%;overflow:hidden}._customer-data-drawer_bivhv_84 ._customer-data-table_bivhv_105{padding:12px 20px 0;height:calc(100% - 64px)}._customer-data-drawer_bivhv_84 ._customer-data-table-cell_bivhv_113{padding:7px 16px!important}._customer-data-drawer_bivhv_84 ._no-permission_bivhv_116{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%}._customer-data-drawer_bivhv_84 ._pagination_bivhv_123{display:flex;justify-content:flex-end;padding:18px 16px 16px!important}._container_3pr5z_1{padding:12px 16px 16px;border-radius:4px;border:1px solid var(--line-2, #ebedf2);background:linear-gradient(181deg,#ebedf2 .63%,#f8f9fa 50.02%)}._container_3pr5z_1 ._title_3pr5z_7{font-family:PingFang SC;font-weight:500;font-size:14px;line-height:22px;color:var(--text-5, #272e47);display:flex;gap:8px;align-items:center;margin-bottom:7px}._card-list-container_3pr5z_19{display:flex;flex-direction:column;gap:8px}._card-list-container_3pr5z_19 ._card-list-title_3pr5z_24{display:flex;align-items:center;gap:6px;padding:8px 0;color:var(--text-4, #545a6e);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px}._card-list-container_3pr5z_19 ._card-list-title_3pr5z_24 ._card-list-title-mark_3pr5z_36{width:2px;height:12px;flex-shrink:0;border-radius:2px}._card-list-container_3pr5z_19 ._card-list-content_3pr5z_42{border:1px solid var(--white, #ffffff);display:flex;border-radius:6px;background:linear-gradient(181deg,rgba(246,247,250,.9) .63%,rgba(255,255,255,.9) 35.72%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:default}._data-card_3pr5z_51{flex-grow:1;display:flex;align-items:center;gap:4px;overflow:hidden;padding:12px;height:92px}._data-card_3pr5z_51 ._data-card-content_3pr5z_60{display:flex;gap:2px;flex-direction:column;overflow:hidden}._data-card_3pr5z_51 ._data-card-content_3pr5z_60._clickable_3pr5z_66{cursor:pointer}._data-card_3pr5z_51 ._data-card-content_3pr5z_60 .l2c-crm-ant-skeleton-title{width:70px;height:20px;margin-bottom:8px}._data-card_3pr5z_51 ._data-card-title_3pr5z_74,._data-card_3pr5z_51 ._data-card-count_3pr5z_75{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._data-card_3pr5z_51 ._data-card-title_3pr5z_74{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:var(--text-3, #747a8c);font-family:PingFang SC;font-weight:400;font-size:12px;line-height:16px}._data-card_3pr5z_51 ._data-card-count_3pr5z_75{color:var(--text-5, #272e47);font-family:LX-numbers;font-size:20px;font-style:normal;font-weight:400;line-height:28px}._data-card-tooltip-popover_3pr5z_97 .l2c-crm-ant-tooltip-arrow{display:none}._data-card-tooltip-popover_3pr5z_97 .l2c-crm-ant-tooltip-inner{background-color:var(--white, #ffffff)!important;padding:6px 12px!important}._potential-task-wrapper_1t713_1{width:672px;min-width:672px;display:flex;flex-direction:column;align-items:center}._potential-task-wrapper_1t713_1 ._text-node-width-line_1t713_8{display:inline-block;font-weight:500;font-size:14px;line-height:22px;color:var(--text-5, #272e47);display:flex;flex-direction:column;justify-content:center;align-items:center}._potential-task-wrapper_1t713_1 ._setting-wrapper_1t713_19{width:100%;display:flex;justify-content:space-between}._potential-task-wrapper_1t713_1 ._setting-wrapper_1t713_19 ._documented-setting_1t713_24{width:312px;display:flex;flex-direction:column;align-items:center;gap:8px}._potential-task-wrapper_1t713_1 ._setting-wrapper_1t713_19 ._documented-setting_1t713_24 ._vertical-line_1t713_31{border-left:1px solid var(--brand-3, #b7c3ff);height:36px;flex:1 1}._potential-task-wrapper_1t713_1 ._setting-wrapper_1t713_19 ._documented-setting-disabled_1t713_36{position:relative;pointer-events:none;opacity:.5}._potential-task-wrapper_1t713_1 ._setting-wrapper_1t713_19 ._documented-setting-disabled_1t713_36 ._auto-marketing-title-main_1t713_41,._potential-task-wrapper_1t713_1 ._setting-wrapper_1t713_19 ._documented-setting-disabled_1t713_36 ._auto-marketing-card_1t713_44 .l2c-crm-ant-btn,._potential-task-wrapper_1t713_1 ._setting-wrapper_1t713_19 ._documented-setting-disabled_1t713_36 ._auto-marketing-card-title_1t713_47{color:var(--text-3, #747a8c)}._potential-task-wrapper_1t713_1 ._setting-wrapper_1t713_19 ._undocumented-setting_1t713_50{width:312px;border-radius:12px;border:1px solid rgba(var(--brand-3-r, 183),var(--brand-3-g, 195),var(--brand-3-b, 255),.1);background-color:#f0f7ff;display:flex;flex-direction:column;align-items:center}._potential-task-wrapper_1t713_1 ._setting-wrapper_1t713_19 ._undocumented-setting-header_1t713_59{font-size:16px;line-height:24px;margin-top:60px;text-align:center}._potential-task-wrapper_1t713_1 ._setting-wrapper_1t713_19 ._undocumented-setting-link_1t713_65{margin-top:8px}._potential-task-wrapper_1t713_1 ._setting-wrapper_1t713_19 ._undocumented-setting-img_1t713_68{margin-top:25px;margin-bottom:54px;width:100%}._btn-link_1t713_74{cursor:pointer;font-size:14px;line-height:22px;font-weight:400;color:var(--brand-6, #4c6aff)}._line-node_1t713_82{margin-top:8px}._line-node_1t713_82 ._line-header_1t713_85{display:flex;flex-direction:column;position:relative;justify-content:center;align-items:center}._line-node_1t713_82 ._line-header_1t713_85 ._ring_1t713_92{width:6px;height:6px;border-radius:6px;border:1px solid var(--brand-3, #b7c3ff)}._line-node_1t713_82 ._line-header_1t713_85 ._vertical-line_1t713_31{transform:translate(-.5px);border-left:1px solid var(--brand-3, #b7c3ff);height:32px}._line-node_1t713_82 ._line-body_1t713_103{width:360px;height:36px;border:1px solid var(--brand-3, #b7c3ff);border-bottom:none;border-top-right-radius:8px;border-top-left-radius:8px;position:relative}._line-node_1t713_82 ._line-body-left_1t713_112{position:absolute;display:flex;justify-content:flex-end;align-items:center;gap:8px;height:20px;top:-10px;right:calc(50% + 24px)}._line-node_1t713_82 ._line-body-left_1t713_112 .l2c-crm-ant-switch-disabled,._line-node_1t713_82 ._line-body-left_1t713_112 .l2c-crm-ant-switch-loading{opacity:1}._line-node_1t713_82 ._line-body-right_1t713_128{position:absolute;display:flex;justify-content:flex-end;align-items:center;gap:8px;height:20px;top:-10px;left:calc(50% + 24px)}._gray-tag_1t713_139{font-size:12px;line-height:16px;font-weight:400;padding:2px 8px;border-radius:2px;color:var(--text-5, #272e47);background-color:var(--fill-3, #ebedf2)}._auto-marketing-title_1t713_41{display:flex;flex-direction:column;gap:8px}._auto-marketing-title-circle_1t713_154{font-size:12px;line-height:14px;font-weight:400;border:1px solid var(--fill-4, #e1e3e8);width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}._auto-marketing-title-tag_1t713_166{font-weight:400;font-size:12px;line-height:16px;padding:2px 6px;border-radius:2px}._auto-marketing-title-tag-1_1t713_173{background-color:var(--label-2_1, #d6f7f1);color:var(--label-2_3, #398e80)}._auto-marketing-title-tag-2_1t713_177{background-color:var(--label-3_1, #ede4ff);color:var(--label-3_3, #7a51cb)}._auto-marketing-title-main_1t713_41{display:flex;justify-content:center;align-items:center;gap:8px;color:var(--text-5, #272e47)}._auto-marketing-title-sub_1t713_188{color:var(--text-3, #747a8c);font-size:12px;line-height:16px;font-weight:400;text-align:center}._auto-marketing-card_1t713_44{width:310px;padding:16px 28px;box-shadow:0 4px 10px #2f53861f;background-color:#fff;border-radius:4px;border-left:2px solid var(--brand-3, #b7c3ff)}._auto-marketing-card-title_1t713_47{font-weight:500;line-height:22px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._auto-marketing-card-sub_1t713_214{margin-top:8px;color:var(--text-4, #545a6e);font-size:12px;line-height:22px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._wrapper_1vcfq_1{border-radius:8px}._wrapper_1vcfq_1 .l2c-crm-ant-modal-confirm .l2c-crm-ant-modal-body{padding:0}._wrapper_1vcfq_1 .l2c-crm-ant-modal-confirm-title{padding:12px 20px;font-weight:500;font-size:16px;line-height:24px;border-bottom:1px solid var(--line-1, #f0f1f5)}._wrapper_1vcfq_1 .l2c-crm-ant-modal-content{border-radius:6px}._wrapper_1vcfq_1 .l2c-crm-ant-modal-confirm .l2c-crm-ant-modal-confirm-btns{margin:0;padding:16px 24px;border-top:1px solid var(--line-1, #f0f1f5)}._wrapper_1vcfq_1 .l2c-crm-ant-modal-close-x{width:20px;height:20px;margin-top:12px;margin-right:20px}._wrapper_1vcfq_1 .l2c-crm-ant-modal-confirm-btns{display:none}._wrapper_1vcfq_1 .l2c-crm-ant-modal-confirm-body .l2c-crm-ant-modal-confirm-content{margin-top:0}._wrapper_1vcfq_1 .l2c-crm-ant-modal-body{padding:0}._wrapper_1vcfq_1 ._body_1vcfq_37{padding:20px}._wrapper_1vcfq_1 ._body_1vcfq_37 .l2c-crm-ant-form-vertical .l2c-crm-ant-form-item-label>label{font-size:14px;font-weight:500}._wrapper_1vcfq_1 ._body_1vcfq_37 ._form-content_1vcfq_44{display:flex;gap:20px}._wrapper_1vcfq_1 ._body_1vcfq_37 ._message-content_1vcfq_48{margin-top:8px;display:flex;flex-direction:column;gap:20px}._wrapper_1vcfq_1 ._body_1vcfq_37 ._message-content_1vcfq_48 ._message-card_1vcfq_54{position:relative}._wrapper_1vcfq_1 ._body_1vcfq_37 ._message-content_1vcfq_48 ._message-title_1vcfq_57{display:flex;align-items:center;color:var(--text-5, #272e47);font-size:14px;line-height:22px;font-weight:500;gap:4px}._wrapper_1vcfq_1 ._body_1vcfq_37 ._message-content_1vcfq_48 ._message-title_1vcfq_57:before{content:"";position:absolute;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuODQ2NDEgMTMuMjQ3M0M1Ljg2MjQxIDEzLjI2MzMgNS44Nzg0MSAxMy4yNzEzIDUuOTAyNDEgMTMuMjc5M0M2LjE1ODQxIDEzLjQxNTMgNi40NzA0MSAxMy4zMTkzIDYuNjA2NDEgMTMuMDcxM0w3LjIyMjQxIDExLjkyNzNDNy4yMzg0MSAxMS45MDMzIDcuMjQ2NDEgMTEuODc5MyA3LjI1NDQxIDExLjg0NzNDNy4zNTA0MSAxMS41OTEzIDcuMjM4NDEgMTEuMzExMyA3LjAxNDQxIDExLjE3NTNDNy4wMTQ0MSAxMS4xNzUzIDcuMDA2NDEgMTEuMTc1MyA3LjAwNjQxIDExLjE2NzNDNi45ODI0MSAxMS4xNTEzIDYuOTUwNDEgMTEuMTM1MyA2LjkxODQxIDExLjEyNzNDNS41NjY0MSAxMC40ODczIDQuNzM0NDEgOS42MjMzMSA0LjQzMDQxIDguNTM1MzFDNC40MDY0MSA4LjQ0NzMxIDQuNDU0NDEgOC4zNTEzMSA0LjU0MjQxIDguMzI3MzFDNC41NTg0MSA4LjMyNzMxIDQuNTc0NDEgOC4zMTkzMSA0LjU5MDQxIDguMzE5MzFINi41NjY0MUM3LjExODQxIDguMzE5MzEgNy41NjY0MSA3Ljg3MTMxIDcuNTY2NDEgNy4zMTkzMVYzLjY5NTMxQzcuNTY2NDEgMy4xNDMzMSA3LjExODQxIDIuNjk1MzEgNi41NjY0MSAyLjY5NTMxSDMuMDcwNDFDMi41MTg0MSAyLjY5NTMxIDIuMDcwNDEgMy4xNDMzMSAyLjA3MDQxIDMuNjk1MzFWOC4zMTkzMUMyLjA3ODQxIDkuMzI3MzEgMy4wNzg0MSAxMS40ODczIDUuODQ2NDEgMTMuMjQ3M1oiIGZpbGw9IiNCN0MzRkYiLz4KPHBhdGggZD0iTTEyLjgyNDEgMTMuMjc5M0MxMi44MDAxIDEzLjI3MTMgMTIuNzg0MSAxMy4yNjMzIDEyLjc2ODEgMTMuMjQ3M0MxMC4wMDAxIDExLjQ4NzMgOS4wMDAwOSA5LjMyNzMxIDkuMDAwMDkgOC4zMTkzMVYzLjY5NTMxQzkuMDAwMDkgMy4xNDMzMSA5LjQ0ODA5IDIuNjk1MzEgMTAuMDAwMSAyLjY5NTMxSDEzLjQ5NjFDMTQuMDQ4MSAyLjY5NTMxIDE0LjQ5NjEgMy4xNDMzMSAxNC40OTYxIDMuNjk1MzFWNy4zMTEzMUMxNC40OTYxIDcuODYzMzEgMTQuMDQ4MSA4LjMxMTMxIDEzLjQ5NjEgOC4zMTEzMUgxMS41MTIxQzExLjQ5NjEgOC4zMTEzMSAxMS40ODAxIDguMzE5MzEgMTEuNDY0MSA4LjMxOTMxQzExLjM3NjEgOC4zNDMzMSAxMS4zMjgxIDguNDM5MzEgMTEuMzUyMSA4LjUyNzMxQzExLjY1NjEgOS42MTUzMSAxMi40ODgxIDEwLjQ3OTMgMTMuODQwMSAxMS4xMTkzQzEzLjg3MjEgMTEuMTI3MyAxMy45MDQxIDExLjE0MzMgMTMuOTI4MSAxMS4xNTkzQzEzLjkyODEgMTEuMTY3MyAxMy45MzYxIDExLjE2NzMgMTMuOTM2MSAxMS4xNjczQzE0LjE2MDEgMTEuMzAzMyAxNC4yNzIxIDExLjU4MzMgMTQuMTc2MSAxMS44MzkzQzE0LjE2ODEgMTEuODcxMyAxNC4xNjAxIDExLjg5NTMgMTQuMTQ0MSAxMS45MTkzTDEzLjUyODEgMTMuMDcxM0MxMy4zOTIxIDEzLjMxOTMgMTMuMDgwMSAxMy40MTUzIDEyLjgyNDEgMTMuMjc5M1oiIGZpbGw9IiNCN0MzRkYiLz4KPC9zdmc+Cg==);width:16px;height:16px;top:24px;left:8px}._wrapper_1vcfq_1 ._body_1vcfq_37 ._message-content_1vcfq_48 ._message-text_1vcfq_75{padding:16px 12px;font-size:12px;line-height:20px;background-color:var(--fill-1, #f8f9fa);color:var(--text-5, #272e47);border-radius:4px;margin-top:8px}._wrapper_1vcfq_1 ._body_1vcfq_37 ._message-content_1vcfq_48 ._message-text-sub_1vcfq_84{color:var(--text-3, #747a8c);position:relative;padding-left:16px}._wrapper_1vcfq_1 ._body_1vcfq_37 ._message-content_1vcfq_48 ._message-text-sub_1vcfq_84:before{content:"";width:4px;height:4px;border-radius:50%;position:absolute;left:6px;top:calc(50% - 2px);background-color:var(--text-3, #747a8c)}._wrapper_1vcfq_1 ._body_1vcfq_37 ._message-content_1vcfq_48 ._message-text-link_1vcfq_99{color:var(--brand-6, #4c6aff)}._wrapper_1vcfq_1 ._footer_1vcfq_102{padding:16px 24px;border-top:1px solid var(--line-1, #f0f1f5);display:flex;justify-content:flex-end;gap:12px}._container_cp73o_1{display:flex;flex-direction:column;height:100%;overflow-y:auto;padding-right:16px}._container_cp73o_1::-webkit-scrollbar{width:6px}._container_cp73o_1::-webkit-scrollbar-thumb{width:6px;background-color:#0003;border-radius:4px}._container-hover_cp73o_17{width:100%!important;min-width:unset!important;flex-grow:1}._step-card_cp73o_23{width:180px;flex-grow:1;cursor:pointer;display:flex;flex-direction:column;position:relative;max-height:164px}._step-card_cp73o_23 ._content_cp73o_32{background-color:var(--white, #ffffff);border-left:1px solid var(--line-3, #e1e3e8);border-right:1px solid var(--line-3, #e1e3e8);width:100%;padding:0 16px;flex-grow:1;min-height:66px;max-height:138px;margin:-1px 0;z-index:1;display:flex;flex-direction:column;justify-content:center}._step-card_cp73o_23 ._title_cp73o_47,._step-card_cp73o_23 ._info_cp73o_48{display:flex;align-items:center;justify-content:space-between;gap:10px}._step-card_cp73o_23 ._title_cp73o_47{font-family:PingFang SC;font-weight:500;font-size:14px;line-height:22px;color:var(--text-5, #272e47)}._step-card_cp73o_23 ._title-name_cp73o_61{display:flex;align-items:center;gap:8px;flex-shrink:0}._step-card_cp73o_23 ._title-ai-icon_cp73o_67{width:20px;height:20px}._step-card_cp73o_23 ._info_cp73o_48{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;color:var(--text-3, #747a8c);justify-content:unset;gap:10px;overflow:hidden}._step-card_cp73o_23 ._tip_cp73o_81,._step-card_cp73o_23 ._count_cp73o_82{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._step-card_cp73o_23 ._rule-btn-set_cp73o_87{display:flex;align-items:center;flex-shrink:0}._step-card_cp73o_23 ._count_cp73o_82{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;color:var(--text-2, #9fa2ad)}._step-card_cp73o_23 ._first_cp73o_99,._step-card_cp73o_23 ._last_cp73o_100{flex-shrink:0;flex-grow:0;border:1px solid var(--line-3, #e1e3e8);background-color:var(--white, #ffffff)}._step-card_cp73o_23 ._first_cp73o_99{height:14px;border-bottom:none;border-radius:8px 8px 0 0}._step-card_cp73o_23 ._last_cp73o_100{height:20px;border-top:none;border-radius:0 0 8px 8px}._step-card_cp73o_23._active_cp73o_116 ._content_cp73o_32{background-color:var(--brand-6, #4c6aff);border-color:var(--brand-6, #4c6aff)}._step-card_cp73o_23._active_cp73o_116 ._title_cp73o_47{font-family:PingFang SC;font-weight:500;font-size:18px;line-height:26px;color:var(--white, #ffffff)}._step-card_cp73o_23._active_cp73o_116 ._info_cp73o_48{color:var(--white, #ffffff)}._step-card_cp73o_23._active_cp73o_116 ._rule-btn-set_cp73o_87 svg{color:var(--white, #ffffff)}._step-card_cp73o_23._active_cp73o_116 ._count_cp73o_82{font-family:PingFang SC;font-weight:400;font-size:16px;line-height:24px;color:var(--white, #ffffff)}._step-card_cp73o_23._active_cp73o_116 ._first_cp73o_99,._step-card_cp73o_23._active_cp73o_116 ._last_cp73o_100{background-color:var(--brand-6, #4c6aff);border-color:var(--brand-6, #4c6aff)}._step-card_cp73o_23._ai_cp73o_145._active_cp73o_116 svg{font-size:16px;font-weight:500;color:var(--text-5, #272e47)}._step-card_cp73o_23._ai_cp73o_145._active_cp73o_116 ._content_cp73o_32{background:linear-gradient(96.64deg,#515aff 1.51%,#8766ff 74.19%,#a866ff 98.42%);border:none}._svg_cp73o_154{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;flex-shrink:0;flex-grow:0}._ai-operation-modal_96re1_1 .l2c-crm-ant-modal-content{border-radius:4px;height:592px;overflow:hidden}._ai-operation-modal_96re1_1 .l2c-crm-ant-modal-body{padding:0;height:100%}._ai-operation-modal_96re1_1 .l2c-crm-icon-wrapper{height:100%;display:flex;align-items:center;justify-content:center}._modal-content_96re1_17{display:flex;height:100%}._intro-area_96re1_22{width:312px;padding:55px 38px 45px}._intro-area_96re1_22 ._title_96re1_26{color:var(--text-5, #272e47);font-family:PingFang SC;font-size:22px;font-style:normal;font-weight:600;line-height:28px;margin-right:-6px;display:flex;flex-direction:column;gap:8px;margin-bottom:48px}._intro-area_96re1_22 ._title_96re1_26 ._title-tip_96re1_39{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:16px;background-color:var(--label-6_1, #e7ebf1);border-radius:2px;padding:2px 6px;color:var(--label-6_3, #4e5a70);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}._intro-area_96re1_22 ._intro-card_96re1_50{padding:12px 0;font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;color:var(--text-4, #545a6e);margin-bottom:4px}._intro-area_96re1_22 ._intro-card_96re1_50 ._intro-card-title_96re1_59{display:flex;align-items:center;gap:4px;margin-bottom:6px;font-family:PingFang SC;font-weight:500;font-size:14px;line-height:22px;color:var(--text-5, #272e47)}._intro-area_96re1_22 ._experience-now_96re1_70{margin-top:44px;display:flex;justify-content:center}._intro-area_96re1_22 ._experience-now_96re1_70 ._btn_96re1_75{padding:7px 94px 7px 86px;border-radius:4px;background:var(--brand-6, #4c6aff);box-shadow:0 5px 9px #1e50ff24;font-family:PingFang SC;font-weight:500;font-size:14px;line-height:22px;color:var(--white, #ffffff);cursor:pointer}._svg-area_96re1_88{height:100%;position:relative;width:598px}._svg-area_96re1_88 ._funnel-svg_96re1_93{position:absolute;top:107px;right:160px}._new-create-guide-modal_96re1_99 .l2c-crm-ant-modal-content{border-radius:4px}._new-create-guide-modal_96re1_99 ._title_96re1_26{display:flex;align-items:center;gap:6px;font-family:PingFang SC;font-weight:500;font-size:16px;line-height:24px;color:var(--text-5, #272e47);margin-bottom:10px}._new-create-guide-modal_96re1_99 ._content_96re1_113{padding-left:24px;font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px;color:var(--text-3, #747a8c)}._new-create-guide-modal_96re1_99 ._footer_96re1_121{display:flex;gap:12px;justify-content:flex-end}._new-create-guide-modal_96re1_99 ._footer_96re1_121 .l2c-crm-ant-btn{height:unset;padding:5px 24px}._new-create-guide-modal_96re1_99 ._footer_96re1_121 .l2c-crm-ant-btn,._new-create-guide-modal_96re1_99 ._footer_96re1_121 .l2c-crm-ant-btn:hover{border-color:var(--line-3, #e1e3e8)}._new-create-guide-modal_96re1_99 ._footer_96re1_121 .l2c-crm-ant-btn-default,._new-create-guide-modal_96re1_99 ._footer_96re1_121 .l2c-crm-ant-btn-primary{font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px}._new-create-guide-modal_96re1_99 ._footer_96re1_121 .l2c-crm-ant-btn-default{color:var(--text-4, #545a6e)}._new-create-guide-modal_96re1_99 ._footer_96re1_121 .l2c-crm-ant-btn-primary{color:var(--white, #ffffff)}._tabs-wrapper_1sv0a_1{margin-top:8px}._tabs-wrapper_1sv0a_1 ._tabs-bar_1sv0a_4{display:flex;gap:12px;padding-bottom:8px}._tabs-wrapper_1sv0a_1 ._tabs-bar_1sv0a_4 ._tabs-tab_1sv0a_9{padding:4px 20px;border:1px solid var(--fill-2, #f6f7fa);background-color:var(--fill-2, #f6f7fa);border-radius:16px;color:var(--text-5, #272e47);font-size:14px;line-height:22px;font-weight:400;cursor:pointer}._tabs-wrapper_1sv0a_1 ._tabs-bar_1sv0a_4 ._tabs-tab-active_1sv0a_20{border:1px solid var(--brand-6, #4c6aff);color:var(--brand-6, #4c6aff);font-weight:500}._documented-desc_1sv0a_26{font-size:14px;font-weight:400;line-height:22px;color:var(--text-4, #545a6e);padding:12px 0}._rule-config_1sv0a_34 ._normal-rule-wrapper_1sv0a_34{padding:12px 20px;background-color:var(--fill-2, #f6f7fa);border-radius:4px;display:flex;flex-direction:column;gap:12px}._rule-config_1sv0a_34 ._normal-rule-wrapper_1sv0a_34 ._normal-rule-item_1sv0a_42{display:flex;align-items:center;gap:12px;font-size:14px;line-height:22px;color:var(--text-5, #272e47)}._rule-config_1sv0a_34 ._normal-rule-wrapper_1sv0a_34 ._normal-rule-item-relation_1sv0a_50{width:14px}._rule-config_1sv0a_34 ._normal-rule-wrapper_1sv0a_34 ._normal-rule-item-name_1sv0a_53{width:84px;font-weight:500}._rule-config_1sv0a_34 ._normal-rule-wrapper_1sv0a_34 ._normal-rule-item-operator_1sv0a_57{width:28px}._rule-config_1sv0a_34 ._normal-rule-wrapper_1sv0a_34 ._normal-rule-item-value_1sv0a_60{flex:1 1;width:0px}._rule-config_1sv0a_34 ._normal-rule-wrapper_1sv0a_34 ._normal-rule-item-value_1sv0a_60 .l2c-crm-ant-form-item{margin-bottom:0}._rule-config_1sv0a_34 ._normal-rule-wrapper_1sv0a_34 ._normal-rule-not-sent_1sv0a_67{padding-left:24px}._rule-config_1sv0a_34 ._history-rule-title_1sv0a_70{padding-top:20px;margin-bottom:8px;color:var(--text-5, #272e47);font-size:14px;font-weight:400;line-height:22px;display:flex;gap:12px}._rule-config_1sv0a_34 .l2c-crm-ant-form-item{margin-bottom:0}._rule-config_1sv0a_34 .l2c-crm-ant-form-item .l2c-crm-ant-form-item-control-input{min-height:unset}._select_1af1j_1 .l2c-crm-ant-select{color:var(--text-5, #272e47)}._select_1af1j_1 .l2c-crm-ant-select-selector{height:36px!important;border:1px solid var(--line-3, #e1e3e8)!important}._select_1af1j_1 .l2c-crm-ant-select-single .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-item{line-height:34px!important}._select_1af1j_1 .l2c-crm-ant-select-disabled>.l2c-crm-ant-select-selector{background-color:var(--fill-2_5, #f0f2f7)!important;color:var(--text-5, #272e47)!important}._edm-wrapper_km70a_1{display:flex;flex-direction:column;gap:8px}._edm-wrapper_km70a_1 ._edm-sent-item_km70a_6{display:flex;align-items:center;gap:8px}._edm-wrapper_km70a_1 ._edm-sent-item-relation_km70a_11{width:16px}._edm-wrapper_km70a_1 ._edm-item_km70a_14{display:flex;align-items:center;gap:8px;padding-left:24px}._edm-wrapper-disabled_km70a_21 ._edm-item_km70a_14{pointer-events:none;opacity:.5}._notify-card_1gbjv_1{display:flex;background-color:#fff;width:100%;border-radius:4px;padding:16px;gap:16px}._notify-card_1gbjv_1 ._notify-content_1gbjv_9{display:flex;gap:16px;flex:1 1}._notify-card_1gbjv_1 ._notify-item_1gbjv_14{width:50%}._notify-card_1gbjv_1 ._title_1gbjv_17{font-weight:500;font-size:14px;line-height:22px}._notify-card_1gbjv_1 ._tips_1gbjv_22{font-weight:400;font-size:12px;line-height:20px;color:var(--text-3, #747a8c)}._notify-card_1gbjv_1 ._notify-channels_1gbjv_28{display:flex;gap:8px}._notify-card_1gbjv_1 ._notify-channels-text_1gbjv_32{flex:0 0 auto}._notify-card_1gbjv_1 ._channels_1gbjv_35{display:flex;flex-wrap:wrap;gap:8px}._notify-card_1gbjv_1 ._channels-tag_1gbjv_40{background-color:var(--fill-2_5, #f0f2f7);border-radius:2px;padding:1px 3px;font-weight:400;font-size:14px;line-height:22px}._notify-card_1gbjv_1 ._notify-btn_1gbjv_48{cursor:pointer;align-self:center;flex:0 0 auto;padding:5px 16px;border-radius:4px;border:1px solid var(--brand-6, #4c6aff);color:var(--brand-6, #4c6aff);font-family:PingFang SC;font-weight:400;font-size:14px;text-align:center}._notify-card_1gbjv_1 ._condition-item-wrapper_1gbjv_61{display:flex;flex-direction:column;margin-top:8px;gap:4px}._notify-card_1gbjv_1 ._condition-item_1gbjv_61{display:flex;gap:8px}._notify-card_1gbjv_1 ._condition-tag_1gbjv_71{display:inline-block;align-self:center;flex:0 0 auto;border-radius:2px;padding:2px 4px;font-family:PingFang SC;font-weight:400;font-size:10px;line-height:12px}._notify-card_1gbjv_1 ._condition-text_1gbjv_82{flex:1 1;font-weight:400;font-size:14px;line-height:22px}._notify-card_1gbjv_1 ._condition-text-disabled_1gbjv_88{color:var(--text-1, #b7bac2)}._notify-card_1gbjv_1 ._open_1gbjv_91{background-color:var(--label-2_1, #d6f7f1);color:var(--label-2_3, #398e80)}._notify-card_1gbjv_1 ._close_1gbjv_95{background-color:var(--label-6_1, #e7ebf1);color:var(--label-6_3, #4e5a70)}._container_lgv0h_1{padding:12px 20px 16px;background:transparent;display:flex;color:var(--text-4, #545a6e)}._content_lgv0h_8{flex-shrink:1;flex-grow:1;overflow:hidden}._row_lgv0h_14:not(:last-child){margin-bottom:8px}._no-margin-bottom_lgv0h_18{margin-bottom:0!important}._copy-icon_lgv0h_22{display:none;cursor:pointer}._title-name_lgv0h_27{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}._clickable_lgv0h_31{cursor:pointer!important}._clickable_lgv0h_31:hover{color:var(--brand-6, #4c6aff)!important}._empty_lgv0h_38{color:var(--text-4, #545a6e);font-family:PingFang SC;font-weight:400;font-size:12px;line-height:16px}._title-container_lgv0h_46:hover ._copy-icon_lgv0h_22{display:inline-block}._container_se0ez_1{padding:12px 20px;background:transparent;color:var(--text-4, #545a6e)}._row-content_se0ez_7{margin-left:8px;color:var(--text-4, #545a6e)}._row-content-btn_se0ez_12{margin-left:4px;color:var(--brand-6, #4c6aff);cursor:pointer}._row_se0ez_7{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;display:flex;align-items:center}._row_se0ez_7:not(:last-child){margin-bottom:8px}._global-search-row_se0ez_30{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;flex-direction:column;gap:8px}._global-search-row_se0ez_30 ._icon_se0ez_38{flex-shrink:0}._global-search-row_se0ez_30 ._global-search-row-item_se0ez_41{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%}._global-search-row_se0ez_30 ._global-search-row-content_se0ez_48{flex-shrink:0}._global-search-row_se0ez_30 ._global-search-row-btn_se0ez_51{color:var(--brand-6, #4c6aff);cursor:pointer}._global-search-row_se0ez_30 ._global-search-row-labels_se0ez_55{display:flex;align-items:center;gap:2px;overflow:hidden;cursor:pointer}._global-search-row_se0ez_30 ._global-search-label-divider_se0ez_62{height:8px;width:1px;background-color:var(--brand-6, #4c6aff);flex-shrink:0}._container_132w5_1{background:transparent;display:flex;flex-direction:column;position:relative;height:100%}._scroll-content_132w5_9{flex-grow:1;overflow-y:scroll}._scroll-content_132w5_9::-webkit-scrollbar{width:6px;height:6px}._scroll-content_132w5_9::-webkit-scrollbar-thumb{width:6px;height:6px;background-color:#0003;border-radius:4px}._title-op-btn_132w5_24{display:flex;align-items:center;justify-content:space-between;gap:8px;font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;cursor:pointer}._contact-card-container_132w5_36{padding:8px 12px;margin-bottom:12px;border-radius:4px;display:flex;flex-direction:column;gap:8px;background-color:var(--fill-1, #f8f9fa)}._contact-card-container_132w5_36:hover{background-color:var(--brand-1, #f2f5ff)}._main-contact_132w5_49{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:16px;padding:2px 4px;border-radius:2px;background:var(--label-1_1, #deebfd);color:var(--label-1_3, #4759b2);font-family:PingFang SC;font-size:10px;font-style:normal;font-weight:400;line-height:12px}._content_132w5_64{display:flex;flex-direction:column;gap:20px}._title_132w5_24{font-family:PingFang SC;font-weight:500;font-size:14px;line-height:22px;color:var(--text-5, #272e47);display:flex;align-items:center;justify-content:space-between}._company-detail-content_132w5_81{padding:12px 0}._contact-row_132w5_85{display:flex;align-items:center;gap:8px;font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;color:var(--text-5, #272e47)}._contact-row_132w5_85 .field-viewer-wrapper{overflow:hidden}._contact-row_132w5_85 .text-ellipsis-wrapper{color:var(--text-5, #272e47);font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px}._contact-row_132w5_85:has(._copy-email_132w5_105):hover ._copy-email_132w5_105{display:inline-block}._email-line_132w5_109{display:flex;align-items:center;overflow:hidden;width:100%;gap:8px}._email-line_132w5_109 .text-ellipsis-wrapper{width:unset}._row-content_132w5_120{display:flex;align-items:center;gap:8px;font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px}._row-content_132w5_120:not(:last-child){margin-bottom:8px}._field-label_132w5_133{flex-shrink:0;color:var(--text-3, #747a8c)}._field-viewer_132w5_95{overflow:hidden;color:var(--text-5, #272e47)}._empty_132w5_143{color:var(--text-2, #9fa2ad)}._contact-list-footer_132w5_147{display:flex;justify-content:center;font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;cursor:default}._contact-list-get-all_132w5_157{cursor:pointer;color:var(--brand-6, #4c6aff)}._contact-list-no-more_132w5_162{color:var(--text-2, #9fa2ad)}._delete-contact_132w5_166{color:var(--error-6, #fe5b4c)}._send-email_132w5_170{display:flex;align-items:center;justify-content:space-between;flex-grow:1;gap:8px}._copy-email_132w5_105{cursor:pointer;display:none}._container_ow53p_1{background:transparent;overflow:hidden;height:100%}._content_ow53p_7{height:100%;padding-bottom:12px}._filter-area_ow53p_12{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}._filter-area_ow53p_12 .l2c-crm-fast-filter-comp{padding-bottom:0;overflow:hidden;flex-grow:1}._filter-area_ow53p_12 .l2c-crm-fast-filter-comp .l2c-crm-filter-item-field-name{display:none}._filter-area_ow53p_12 .l2c-crm-fast-filter-comp .l2c-crm-fast-filter-item-wrapper,._filter-area_ow53p_12 .l2c-crm-fast-filter-comp .l2c-crm-fast-filter-item-wrapper .l2c-crm-fast-filter-item{width:100%}._table-container_ow53p_34{height:calc(100% - 48px);overflow:hidden}._tab-table_ow53p_39,._tab-table_ow53p_39 .l2c-crm-ant-spin-nested-loading,._tab-table_ow53p_39 .l2c-crm-ant-spin-nested-loading .l2c-crm-ant-spin-container,._tab-table_ow53p_39 .l2c-crm-ant-spin-nested-loading .l2c-crm-ant-spin-container .l2c-crm-ant-table,._tab-table_ow53p_39 .l2c-crm-ant-spin-nested-loading .l2c-crm-ant-spin-container .l2c-crm-ant-table .l2c-crm-ant-table-container{height:100%}._tab-table_ow53p_39 .l2c-crm-ant-table-thead .l2c-crm-ant-table-cell{font-family:PingFang SC;font-weight:500;font-size:12px;line-height:20px;padding:12px 0 12px 12px!important;color:var(--text-5, #272e47)!important;font-weight:500!important}._tab-table_ow53p_39 .l2c-crm-ant-table-thead .l2c-crm-ant-table-cell:before{display:none}._tab-table_ow53p_39 .l2c-crm-ant-table-tbody .l2c-crm-ant-table-cell:not(:last-child){padding:12px 0 12px 12px!important}._tab-table_ow53p_39 .l2c-crm-ant-table-tbody .l2c-crm-ant-table-cell:last-child{padding:12px!important}._title-op-btn_ow53p_73{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;gap:8px;font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;cursor:pointer}._cell-wrapper_ow53p_86{color:var(--text-5, #272e47)}._cell-wrapper_ow53p_86 .single-line-content-viewer,._cell-wrapper_ow53p_86 .amount-content-viewer{line-height:unset;font-family:PingFang SC;font-weight:400;font-size:12px;line-height:16px}._clickable_ow53p_98:hover{cursor:pointer;color:var(--brand-6, #4c6aff)!important}._container_fr1xm_1{background:transparent;display:flex;flex-direction:column;position:relative;height:100%}._tip-header_fr1xm_9{margin:12px 0;display:flex;align-items:center;gap:4px;color:var(--text-5, #272e47);font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px}._base-info-header_fr1xm_21{color:var(--text-5, #272e47);font-family:PingFang SC;font-weight:500;font-size:14px;line-height:22px;margin-bottom:16px}._tree_lbmck_1{width:220px;height:100%;border-right:1px solid var(---Line-3--, #e1e3e8);margin-right:16px}._tree_lbmck_1 .l2c-crm-ant-tree-treenode{width:100%;height:36px;display:flex;align-items:center;color:var(---Text-5, #272e47);text-overflow:ellipsis;white-space:nowrap;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:16px;padding-bottom:0}._tree_lbmck_1 .l2c-crm-ant-tree-treenode.l2c-crm-ant-tree-treenode-selected,._tree_lbmck_1 .l2c-crm-ant-tree-treenode:hover{background:var(--fill-25-hover, #f0f2f7)!important}._tree_lbmck_1 .l2c-crm-ant-tree-node-content-wrapper.l2c-crm-ant-tree-node-selected,._tree_lbmck_1 .l2c-crm-ant-tree-node-content-wrapper:hover{background:transparent!important}._tree_lbmck_1 .l2c-crm-ant-tree-node-content-wrapper{flex-grow:1}._tree_lbmck_1 .l2c-crm-ant-tree-switcher,._tree_lbmck_1 .l2c-crm-ant-tree-indent-unit{width:16px!important}._tree_lbmck_1._disable_lbmck_41 .l2c-crm-ant-tree-node-content-wrapper{cursor:default!important}._icon-wrap_lbmck_45{height:100%;align-items:center!important;display:inline-flex!important}._icon-wrap_lbmck_45>div{transform:rotate(90deg)}[class^=l2c-crm-ant-]::-ms-clear,[class*=l2c-crm-ant-]::-ms-clear,[class^=l2c-crm-ant-] input::-ms-clear,[class*=l2c-crm-ant-] input::-ms-clear,[class^=l2c-crm-ant-] input::-ms-reveal,[class*=l2c-crm-ant-] input::-ms-reveal{display:none}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;color:#000000d9;font-size:14px;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";font-variant:tabular-nums;line-height:1.5715;background-color:#fff;font-feature-settings:"tnum"}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;color:#000000d9;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#4c6aff;text-decoration:none;background-color:transparent;outline:none;cursor:pointer;transition:color .3s;-webkit-text-decoration-skip:objects}a:hover{color:#7591ff}a:active{color:#364cd9}a:active,a:hover{text-decoration:none;outline:0}a:focus{text-decoration:none;outline:0}a[disabled]{color:#00000040;cursor:not-allowed}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type="range"]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;color:#00000073;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}::selection{color:#fff;background:#4c6aff}.clearfix:before{display:table;content:""}.clearfix:after{display:table;clear:both;content:""}.anticon{display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.anticon>*{line-height:1}.anticon svg{display:inline-block}.anticon:before{display:none}.anticon .anticon-icon{display:block}.anticon>.anticon{line-height:0;vertical-align:0}.anticon[tabindex]{cursor:pointer}.anticon-spin,.anticon-spin:before{display:inline-block;animation:loadingCircle 1s infinite linear}.l2c-crm-ant-fade-enter,.l2c-crm-ant-fade-appear,.l2c-crm-ant-fade-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-fade-enter.l2c-crm-ant-fade-enter-active,.l2c-crm-ant-fade-appear.l2c-crm-ant-fade-appear-active{animation-name:antFadeIn;animation-play-state:running}.l2c-crm-ant-fade-leave.l2c-crm-ant-fade-leave-active{animation-name:antFadeOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-fade-enter,.l2c-crm-ant-fade-appear{opacity:0;animation-timing-function:linear}.l2c-crm-ant-fade-leave{animation-timing-function:linear}@keyframes antFadeIn{0%{opacity:0}to{opacity:1}}@keyframes antFadeOut{0%{opacity:1}to{opacity:0}}.l2c-crm-ant-move-up-enter,.l2c-crm-ant-move-up-appear,.l2c-crm-ant-move-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-move-up-enter.l2c-crm-ant-move-up-enter-active,.l2c-crm-ant-move-up-appear.l2c-crm-ant-move-up-appear-active{animation-name:antMoveUpIn;animation-play-state:running}.l2c-crm-ant-move-up-leave.l2c-crm-ant-move-up-leave-active{animation-name:antMoveUpOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-move-up-enter,.l2c-crm-ant-move-up-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.l2c-crm-ant-move-up-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.l2c-crm-ant-move-down-enter,.l2c-crm-ant-move-down-appear,.l2c-crm-ant-move-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-move-down-enter.l2c-crm-ant-move-down-enter-active,.l2c-crm-ant-move-down-appear.l2c-crm-ant-move-down-appear-active{animation-name:antMoveDownIn;animation-play-state:running}.l2c-crm-ant-move-down-leave.l2c-crm-ant-move-down-leave-active{animation-name:antMoveDownOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-move-down-enter,.l2c-crm-ant-move-down-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.l2c-crm-ant-move-down-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.l2c-crm-ant-move-left-enter,.l2c-crm-ant-move-left-appear,.l2c-crm-ant-move-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-move-left-enter.l2c-crm-ant-move-left-enter-active,.l2c-crm-ant-move-left-appear.l2c-crm-ant-move-left-appear-active{animation-name:antMoveLeftIn;animation-play-state:running}.l2c-crm-ant-move-left-leave.l2c-crm-ant-move-left-leave-active{animation-name:antMoveLeftOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-move-left-enter,.l2c-crm-ant-move-left-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.l2c-crm-ant-move-left-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.l2c-crm-ant-move-right-enter,.l2c-crm-ant-move-right-appear,.l2c-crm-ant-move-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-move-right-enter.l2c-crm-ant-move-right-enter-active,.l2c-crm-ant-move-right-appear.l2c-crm-ant-move-right-appear-active{animation-name:antMoveRightIn;animation-play-state:running}.l2c-crm-ant-move-right-leave.l2c-crm-ant-move-right-leave-active{animation-name:antMoveRightOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-move-right-enter,.l2c-crm-ant-move-right-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.l2c-crm-ant-move-right-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}@keyframes antMoveDownIn{0%{transform:translateY(100%);transform-origin:0 0;opacity:0}to{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveDownOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}to{transform:translateY(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveLeftIn{0%{transform:translate(-100%);transform-origin:0 0;opacity:0}to{transform:translate(0);transform-origin:0 0;opacity:1}}@keyframes antMoveLeftOut{0%{transform:translate(0);transform-origin:0 0;opacity:1}to{transform:translate(-100%);transform-origin:0 0;opacity:0}}@keyframes antMoveRightIn{0%{transform:translate(100%);transform-origin:0 0;opacity:0}to{transform:translate(0);transform-origin:0 0;opacity:1}}@keyframes antMoveRightOut{0%{transform:translate(0);transform-origin:0 0;opacity:1}to{transform:translate(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveUpIn{0%{transform:translateY(-100%);transform-origin:0 0;opacity:0}to{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveUpOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}to{transform:translateY(-100%);transform-origin:0 0;opacity:0}}@keyframes loadingCircle{to{transform:rotate(360deg)}}[l2c-crm-ant-click-animating=true],[l2c-crm-ant-click-animating-without-extra-node=true]{position:relative}html{--antd-wave-shadow-color: #4c6aff;--scroll-bar: 0}[l2c-crm-ant-click-animating-without-extra-node=true]:after,.l2c-crm-ant-click-animating-node{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border-radius:inherit;box-shadow:0 0 #4c6aff;box-shadow:0 0 0 0 var(--antd-wave-shadow-color);opacity:.2;animation:fadeEffect 2s cubic-bezier(.08,.82,.17,1),waveEffect .4s cubic-bezier(.08,.82,.17,1);animation-fill-mode:forwards;content:"";pointer-events:none}@keyframes waveEffect{to{box-shadow:0 0 #4c6aff;box-shadow:0 0 0 6px var(--antd-wave-shadow-color)}}@keyframes fadeEffect{to{opacity:0}}.l2c-crm-ant-slide-up-enter,.l2c-crm-ant-slide-up-appear,.l2c-crm-ant-slide-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-slide-up-enter.l2c-crm-ant-slide-up-enter-active,.l2c-crm-ant-slide-up-appear.l2c-crm-ant-slide-up-appear-active{animation-name:antSlideUpIn;animation-play-state:running}.l2c-crm-ant-slide-up-leave.l2c-crm-ant-slide-up-leave-active{animation-name:antSlideUpOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-slide-up-enter,.l2c-crm-ant-slide-up-appear{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.l2c-crm-ant-slide-up-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.l2c-crm-ant-slide-down-enter,.l2c-crm-ant-slide-down-appear,.l2c-crm-ant-slide-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-slide-down-enter.l2c-crm-ant-slide-down-enter-active,.l2c-crm-ant-slide-down-appear.l2c-crm-ant-slide-down-appear-active{animation-name:antSlideDownIn;animation-play-state:running}.l2c-crm-ant-slide-down-leave.l2c-crm-ant-slide-down-leave-active{animation-name:antSlideDownOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-slide-down-enter,.l2c-crm-ant-slide-down-appear{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.l2c-crm-ant-slide-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.l2c-crm-ant-slide-left-enter,.l2c-crm-ant-slide-left-appear,.l2c-crm-ant-slide-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-slide-left-enter.l2c-crm-ant-slide-left-enter-active,.l2c-crm-ant-slide-left-appear.l2c-crm-ant-slide-left-appear-active{animation-name:antSlideLeftIn;animation-play-state:running}.l2c-crm-ant-slide-left-leave.l2c-crm-ant-slide-left-leave-active{animation-name:antSlideLeftOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-slide-left-enter,.l2c-crm-ant-slide-left-appear{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.l2c-crm-ant-slide-left-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.l2c-crm-ant-slide-right-enter,.l2c-crm-ant-slide-right-appear,.l2c-crm-ant-slide-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-slide-right-enter.l2c-crm-ant-slide-right-enter-active,.l2c-crm-ant-slide-right-appear.l2c-crm-ant-slide-right-appear-active{animation-name:antSlideRightIn;animation-play-state:running}.l2c-crm-ant-slide-right-leave.l2c-crm-ant-slide-right-leave-active{animation-name:antSlideRightOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-slide-right-enter,.l2c-crm-ant-slide-right-appear{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.l2c-crm-ant-slide-right-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes antSlideUpIn{0%{transform:scaleY(.8);transform-origin:0% 0%;opacity:0}to{transform:scaleY(1);transform-origin:0% 0%;opacity:1}}@keyframes antSlideUpOut{0%{transform:scaleY(1);transform-origin:0% 0%;opacity:1}to{transform:scaleY(.8);transform-origin:0% 0%;opacity:0}}@keyframes antSlideDownIn{0%{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}to{transform:scaleY(1);transform-origin:100% 100%;opacity:1}}@keyframes antSlideDownOut{0%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}to{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}}@keyframes antSlideLeftIn{0%{transform:scaleX(.8);transform-origin:0% 0%;opacity:0}to{transform:scaleX(1);transform-origin:0% 0%;opacity:1}}@keyframes antSlideLeftOut{0%{transform:scaleX(1);transform-origin:0% 0%;opacity:1}to{transform:scaleX(.8);transform-origin:0% 0%;opacity:0}}@keyframes antSlideRightIn{0%{transform:scaleX(.8);transform-origin:100% 0%;opacity:0}to{transform:scaleX(1);transform-origin:100% 0%;opacity:1}}@keyframes antSlideRightOut{0%{transform:scaleX(1);transform-origin:100% 0%;opacity:1}to{transform:scaleX(.8);transform-origin:100% 0%;opacity:0}}.l2c-crm-ant-zoom-enter,.l2c-crm-ant-zoom-appear,.l2c-crm-ant-zoom-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-zoom-enter.l2c-crm-ant-zoom-enter-active,.l2c-crm-ant-zoom-appear.l2c-crm-ant-zoom-appear-active{animation-name:antZoomIn;animation-play-state:running}.l2c-crm-ant-zoom-leave.l2c-crm-ant-zoom-leave-active{animation-name:antZoomOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-zoom-enter,.l2c-crm-ant-zoom-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.l2c-crm-ant-zoom-enter-prepare,.l2c-crm-ant-zoom-appear-prepare{transform:none}.l2c-crm-ant-zoom-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.l2c-crm-ant-zoom-big-enter,.l2c-crm-ant-zoom-big-appear,.l2c-crm-ant-zoom-big-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-zoom-big-enter.l2c-crm-ant-zoom-big-enter-active,.l2c-crm-ant-zoom-big-appear.l2c-crm-ant-zoom-big-appear-active{animation-name:antZoomBigIn;animation-play-state:running}.l2c-crm-ant-zoom-big-leave.l2c-crm-ant-zoom-big-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-zoom-big-enter,.l2c-crm-ant-zoom-big-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.l2c-crm-ant-zoom-big-enter-prepare,.l2c-crm-ant-zoom-big-appear-prepare{transform:none}.l2c-crm-ant-zoom-big-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.l2c-crm-ant-zoom-big-fast-enter,.l2c-crm-ant-zoom-big-fast-appear,.l2c-crm-ant-zoom-big-fast-leave{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-zoom-big-fast-enter.l2c-crm-ant-zoom-big-fast-enter-active,.l2c-crm-ant-zoom-big-fast-appear.l2c-crm-ant-zoom-big-fast-appear-active{animation-name:antZoomBigIn;animation-play-state:running}.l2c-crm-ant-zoom-big-fast-leave.l2c-crm-ant-zoom-big-fast-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-zoom-big-fast-enter,.l2c-crm-ant-zoom-big-fast-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.l2c-crm-ant-zoom-big-fast-enter-prepare,.l2c-crm-ant-zoom-big-fast-appear-prepare{transform:none}.l2c-crm-ant-zoom-big-fast-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.l2c-crm-ant-zoom-up-enter,.l2c-crm-ant-zoom-up-appear,.l2c-crm-ant-zoom-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-zoom-up-enter.l2c-crm-ant-zoom-up-enter-active,.l2c-crm-ant-zoom-up-appear.l2c-crm-ant-zoom-up-appear-active{animation-name:antZoomUpIn;animation-play-state:running}.l2c-crm-ant-zoom-up-leave.l2c-crm-ant-zoom-up-leave-active{animation-name:antZoomUpOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-zoom-up-enter,.l2c-crm-ant-zoom-up-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.l2c-crm-ant-zoom-up-enter-prepare,.l2c-crm-ant-zoom-up-appear-prepare{transform:none}.l2c-crm-ant-zoom-up-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.l2c-crm-ant-zoom-down-enter,.l2c-crm-ant-zoom-down-appear,.l2c-crm-ant-zoom-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-zoom-down-enter.l2c-crm-ant-zoom-down-enter-active,.l2c-crm-ant-zoom-down-appear.l2c-crm-ant-zoom-down-appear-active{animation-name:antZoomDownIn;animation-play-state:running}.l2c-crm-ant-zoom-down-leave.l2c-crm-ant-zoom-down-leave-active{animation-name:antZoomDownOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-zoom-down-enter,.l2c-crm-ant-zoom-down-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.l2c-crm-ant-zoom-down-enter-prepare,.l2c-crm-ant-zoom-down-appear-prepare{transform:none}.l2c-crm-ant-zoom-down-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.l2c-crm-ant-zoom-left-enter,.l2c-crm-ant-zoom-left-appear,.l2c-crm-ant-zoom-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-zoom-left-enter.l2c-crm-ant-zoom-left-enter-active,.l2c-crm-ant-zoom-left-appear.l2c-crm-ant-zoom-left-appear-active{animation-name:antZoomLeftIn;animation-play-state:running}.l2c-crm-ant-zoom-left-leave.l2c-crm-ant-zoom-left-leave-active{animation-name:antZoomLeftOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-zoom-left-enter,.l2c-crm-ant-zoom-left-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.l2c-crm-ant-zoom-left-enter-prepare,.l2c-crm-ant-zoom-left-appear-prepare{transform:none}.l2c-crm-ant-zoom-left-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.l2c-crm-ant-zoom-right-enter,.l2c-crm-ant-zoom-right-appear,.l2c-crm-ant-zoom-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.l2c-crm-ant-zoom-right-enter.l2c-crm-ant-zoom-right-enter-active,.l2c-crm-ant-zoom-right-appear.l2c-crm-ant-zoom-right-appear-active{animation-name:antZoomRightIn;animation-play-state:running}.l2c-crm-ant-zoom-right-leave.l2c-crm-ant-zoom-right-leave-active{animation-name:antZoomRightOut;animation-play-state:running;pointer-events:none}.l2c-crm-ant-zoom-right-enter,.l2c-crm-ant-zoom-right-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.l2c-crm-ant-zoom-right-enter-prepare,.l2c-crm-ant-zoom-right-appear-prepare{transform:none}.l2c-crm-ant-zoom-right-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}@keyframes antZoomIn{0%{transform:scale(.2);opacity:0}to{transform:scale(1);opacity:1}}@keyframes antZoomOut{0%{transform:scale(1)}to{transform:scale(.2);opacity:0}}@keyframes antZoomBigIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes antZoomBigOut{0%{transform:scale(1)}to{transform:scale(.8);opacity:0}}@keyframes antZoomUpIn{0%{transform:scale(.8);transform-origin:50% 0%;opacity:0}to{transform:scale(1);transform-origin:50% 0%}}@keyframes antZoomUpOut{0%{transform:scale(1);transform-origin:50% 0%}to{transform:scale(.8);transform-origin:50% 0%;opacity:0}}@keyframes antZoomLeftIn{0%{transform:scale(.8);transform-origin:0% 50%;opacity:0}to{transform:scale(1);transform-origin:0% 50%}}@keyframes antZoomLeftOut{0%{transform:scale(1);transform-origin:0% 50%}to{transform:scale(.8);transform-origin:0% 50%;opacity:0}}@keyframes antZoomRightIn{0%{transform:scale(.8);transform-origin:100% 50%;opacity:0}to{transform:scale(1);transform-origin:100% 50%}}@keyframes antZoomRightOut{0%{transform:scale(1);transform-origin:100% 50%}to{transform:scale(.8);transform-origin:100% 50%;opacity:0}}@keyframes antZoomDownIn{0%{transform:scale(.8);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes antZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(.8);transform-origin:50% 100%;opacity:0}}.ant-motion-collapse-legacy{overflow:hidden}.ant-motion-collapse-legacy-active{transition:height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1)!important}.ant-motion-collapse{overflow:hidden;transition:height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1)!important}.l2c-crm-ant-affix{position:fixed;z-index:10}.l2c-crm-ant-alert{box-sizing:border-box;margin:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:flex;align-items:center;padding:8px 15px;word-wrap:break-word;border-radius:2px}.l2c-crm-ant-alert-content{flex:1 1;min-width:0}.l2c-crm-ant-alert-icon{margin-right:8px}.l2c-crm-ant-alert-description{display:none;font-size:14px;line-height:22px}.l2c-crm-ant-alert-success{background-color:#f6ffed;border:1px solid #b7eb8f}.l2c-crm-ant-alert-success .l2c-crm-ant-alert-icon{color:#52c41a}.l2c-crm-ant-alert-info{background-color:#f0f5ff;border:1px solid #c7d6ff}.l2c-crm-ant-alert-info .l2c-crm-ant-alert-icon{color:#4c6aff}.l2c-crm-ant-alert-warning{background-color:#fffbe6;border:1px solid #ffe58f}.l2c-crm-ant-alert-warning .l2c-crm-ant-alert-icon{color:#faad14}.l2c-crm-ant-alert-error{background-color:#fff2f0;border:1px solid #ffccc7}.l2c-crm-ant-alert-error .l2c-crm-ant-alert-icon{color:#ff4d4f}.l2c-crm-ant-alert-error .l2c-crm-ant-alert-description>pre{margin:0;padding:0}.l2c-crm-ant-alert-action{margin-left:8px}.l2c-crm-ant-alert-close-icon{margin-left:8px;padding:0;overflow:hidden;font-size:12px;line-height:12px;background-color:transparent;border:none;outline:none;cursor:pointer}.l2c-crm-ant-alert-close-icon .anticon-close{color:#00000073;transition:color .3s}.l2c-crm-ant-alert-close-icon .anticon-close:hover{color:#000000bf}.l2c-crm-ant-alert-close-text{color:#00000073;transition:color .3s}.l2c-crm-ant-alert-close-text:hover{color:#000000bf}.l2c-crm-ant-alert-with-description{align-items:flex-start;padding:15px 15px 15px 24px}.l2c-crm-ant-alert-with-description.l2c-crm-ant-alert-no-icon{padding:15px}.l2c-crm-ant-alert-with-description .l2c-crm-ant-alert-icon{margin-right:15px;font-size:24px}.l2c-crm-ant-alert-with-description .l2c-crm-ant-alert-message{display:block;margin-bottom:4px;color:#000000d9;font-size:16px}.l2c-crm-ant-alert-message{color:#000000d9}.l2c-crm-ant-alert-with-description .l2c-crm-ant-alert-description{display:block}.l2c-crm-ant-alert.l2c-crm-ant-alert-motion-leave{overflow:hidden;opacity:1;transition:max-height .3s cubic-bezier(.78,.14,.15,.86),opacity .3s cubic-bezier(.78,.14,.15,.86),padding-top .3s cubic-bezier(.78,.14,.15,.86),padding-bottom .3s cubic-bezier(.78,.14,.15,.86),margin-bottom .3s cubic-bezier(.78,.14,.15,.86)}.l2c-crm-ant-alert.l2c-crm-ant-alert-motion-leave-active{max-height:0;margin-bottom:0!important;padding-top:0;padding-bottom:0;opacity:0}.l2c-crm-ant-alert-banner{margin-bottom:0;border:0;border-radius:0}.l2c-crm-ant-alert.l2c-crm-ant-alert-rtl{direction:rtl}.l2c-crm-ant-alert-rtl .l2c-crm-ant-alert-icon{margin-right:auto;margin-left:8px}.l2c-crm-ant-alert-rtl .l2c-crm-ant-alert-action,.l2c-crm-ant-alert-rtl .l2c-crm-ant-alert-close-icon{margin-right:8px;margin-left:auto}.l2c-crm-ant-alert-rtl.l2c-crm-ant-alert-with-description{padding-right:24px;padding-left:15px}.l2c-crm-ant-alert-rtl.l2c-crm-ant-alert-with-description .l2c-crm-ant-alert-icon{margin-right:auto;margin-left:15px}.l2c-crm-ant-anchor{box-sizing:border-box;margin:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;padding:0 0 0 2px}.l2c-crm-ant-anchor-wrapper{margin-left:-4px;padding-left:4px;overflow:auto;background-color:transparent}.l2c-crm-ant-anchor-ink{position:absolute;top:0;left:0;height:100%}.l2c-crm-ant-anchor-ink:before{position:relative;display:block;width:2px;height:100%;margin:0 auto;background-color:#f0f0f0;content:" "}.l2c-crm-ant-anchor-ink-ball{position:absolute;left:50%;display:none;width:8px;height:8px;background-color:#fff;border:2px solid #4c6aff;border-radius:8px;transform:translate(-50%);transition:top .3s ease-in-out}.l2c-crm-ant-anchor-ink-ball.visible{display:inline-block}.l2c-crm-ant-anchor-fixed .l2c-crm-ant-anchor-ink .l2c-crm-ant-anchor-ink-ball{display:none}.l2c-crm-ant-anchor-link{padding:4px 0 4px 16px}.l2c-crm-ant-anchor-link-title{position:relative;display:block;margin-bottom:3px;overflow:hidden;color:#000000d9;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.l2c-crm-ant-anchor-link-title:only-child{margin-bottom:0}.l2c-crm-ant-anchor-link-active>.l2c-crm-ant-anchor-link-title{color:#4c6aff}.l2c-crm-ant-anchor-link .l2c-crm-ant-anchor-link{padding-top:2px;padding-bottom:2px}.l2c-crm-ant-anchor-rtl{direction:rtl}.l2c-crm-ant-anchor-rtl.l2c-crm-ant-anchor-wrapper{margin-right:-4px;margin-left:0;padding-right:4px;padding-left:0}.l2c-crm-ant-anchor-rtl .l2c-crm-ant-anchor-ink{right:0;left:auto}.l2c-crm-ant-anchor-rtl .l2c-crm-ant-anchor-ink-ball{right:50%;left:0;transform:translate(50%)}.l2c-crm-ant-anchor-rtl .l2c-crm-ant-anchor-link{padding:4px 16px 4px 0}.l2c-crm-ant-select-auto-complete{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum"}.l2c-crm-ant-select-auto-complete .l2c-crm-ant-select-clear{right:13px}.l2c-crm-ant-avatar{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;overflow:hidden;color:#fff;white-space:nowrap;text-align:center;vertical-align:middle;background:#ccc;width:32px;height:32px;line-height:32px;border-radius:50%}.l2c-crm-ant-avatar-image{background:transparent}.l2c-crm-ant-avatar .l2c-crm-ant-image-img{display:block}.l2c-crm-ant-avatar-string{position:absolute;left:50%;transform-origin:0 center}.l2c-crm-ant-avatar.l2c-crm-ant-avatar-icon{font-size:18px}.l2c-crm-ant-avatar.l2c-crm-ant-avatar-icon>.anticon{margin:0}.l2c-crm-ant-avatar-lg{width:40px;height:40px;line-height:40px;border-radius:50%}.l2c-crm-ant-avatar-lg-string{position:absolute;left:50%;transform-origin:0 center}.l2c-crm-ant-avatar-lg.l2c-crm-ant-avatar-icon{font-size:24px}.l2c-crm-ant-avatar-lg.l2c-crm-ant-avatar-icon>.anticon{margin:0}.l2c-crm-ant-avatar-sm{width:24px;height:24px;line-height:24px;border-radius:50%}.l2c-crm-ant-avatar-sm-string{position:absolute;left:50%;transform-origin:0 center}.l2c-crm-ant-avatar-sm.l2c-crm-ant-avatar-icon{font-size:14px}.l2c-crm-ant-avatar-sm.l2c-crm-ant-avatar-icon>.anticon{margin:0}.l2c-crm-ant-avatar-square{border-radius:2px}.l2c-crm-ant-avatar>img{display:block;width:100%;height:100%;object-fit:cover}.l2c-crm-ant-avatar-group{display:inline-flex}.l2c-crm-ant-avatar-group .l2c-crm-ant-avatar{border:1px solid #fff}.l2c-crm-ant-avatar-group .l2c-crm-ant-avatar:not(:first-child){margin-left:-8px}.l2c-crm-ant-avatar-group-popover .l2c-crm-ant-avatar+.l2c-crm-ant-avatar{margin-left:3px}.l2c-crm-ant-avatar-group-rtl .l2c-crm-ant-avatar:not(:first-child){margin-right:-8px;margin-left:0}.l2c-crm-ant-avatar-group-popover.l2c-crm-ant-popover-rtl .l2c-crm-ant-avatar+.l2c-crm-ant-avatar{margin-right:3px;margin-left:0}.l2c-crm-ant-back-top{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:fixed;right:100px;bottom:50px;z-index:10;width:40px;height:40px;cursor:pointer}.l2c-crm-ant-back-top:empty{display:none}.l2c-crm-ant-back-top-rtl{right:auto;left:100px;direction:rtl}.l2c-crm-ant-back-top-content{width:40px;height:40px;overflow:hidden;color:#fff;text-align:center;background-color:#00000073;border-radius:20px;transition:all .3s}.l2c-crm-ant-back-top-content:hover{background-color:#000000d9;transition:all .3s}.l2c-crm-ant-back-top-icon{font-size:24px;line-height:40px}@media screen and (max-width: 768px){.l2c-crm-ant-back-top{right:60px}.l2c-crm-ant-back-top-rtl{right:auto;left:60px}}@media screen and (max-width: 480px){.l2c-crm-ant-back-top{right:20px}.l2c-crm-ant-back-top-rtl{right:auto;left:20px}}.l2c-crm-ant-badge{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;line-height:1}.l2c-crm-ant-badge-count{z-index:auto;min-width:20px;height:20px;padding:0 6px;color:#fff;font-weight:400;font-size:12px;line-height:20px;white-space:nowrap;text-align:center;background:#ff4d4f;border-radius:10px;box-shadow:0 0 0 1px #fff}.l2c-crm-ant-badge-count a,.l2c-crm-ant-badge-count a:hover{color:#fff}.l2c-crm-ant-badge-count-sm{min-width:14px;height:14px;padding:0;font-size:12px;line-height:14px;border-radius:7px}.l2c-crm-ant-badge-multiple-words{padding:0 8px}.l2c-crm-ant-badge-dot{z-index:auto;width:6px;min-width:6px;height:6px;background:#ff4d4f;border-radius:100%;box-shadow:0 0 0 1px #fff}.l2c-crm-ant-badge-dot.l2c-crm-ant-scroll-number{transition:background 1.5s}.l2c-crm-ant-badge-count,.l2c-crm-ant-badge-dot,.l2c-crm-ant-badge .l2c-crm-ant-scroll-number-custom-component{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0%}.l2c-crm-ant-badge-count.anticon-spin,.l2c-crm-ant-badge-dot.anticon-spin,.l2c-crm-ant-badge .l2c-crm-ant-scroll-number-custom-component.anticon-spin{animation:antBadgeLoadingCircle 1s infinite linear}.l2c-crm-ant-badge-status{line-height:inherit;vertical-align:baseline}.l2c-crm-ant-badge-status-dot{position:relative;top:-1px;display:inline-block;width:6px;height:6px;vertical-align:middle;border-radius:50%}.l2c-crm-ant-badge-status-success{background-color:#52c41a}.l2c-crm-ant-badge-status-processing{position:relative;background-color:#1890ff}.l2c-crm-ant-badge-status-processing:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:50%;animation:antStatusProcessing 1.2s infinite ease-in-out;content:""}.l2c-crm-ant-badge-status-default{background-color:#d9d9d9}.l2c-crm-ant-badge-status-error{background-color:#ff4d4f}.l2c-crm-ant-badge-status-warning{background-color:#faad14}.l2c-crm-ant-badge-status-pink,.l2c-crm-ant-badge-status-magenta{background:#eb2f96}.l2c-crm-ant-badge-status-red{background:#f5222d}.l2c-crm-ant-badge-status-volcano{background:#fa541c}.l2c-crm-ant-badge-status-orange{background:#fa8c16}.l2c-crm-ant-badge-status-yellow{background:#fadb14}.l2c-crm-ant-badge-status-gold{background:#faad14}.l2c-crm-ant-badge-status-cyan{background:#13c2c2}.l2c-crm-ant-badge-status-lime{background:#a0d911}.l2c-crm-ant-badge-status-green{background:#52c41a}.l2c-crm-ant-badge-status-blue{background:#1890ff}.l2c-crm-ant-badge-status-geekblue{background:#2f54eb}.l2c-crm-ant-badge-status-purple{background:#722ed1}.l2c-crm-ant-badge-status-text{margin-left:8px;color:#000000d9;font-size:14px}.l2c-crm-ant-badge-zoom-appear,.l2c-crm-ant-badge-zoom-enter{animation:antZoomBadgeIn .3s cubic-bezier(.12,.4,.29,1.46);animation-fill-mode:both}.l2c-crm-ant-badge-zoom-leave{animation:antZoomBadgeOut .3s cubic-bezier(.71,-.46,.88,.6);animation-fill-mode:both}.l2c-crm-ant-badge-not-a-wrapper .l2c-crm-ant-badge-zoom-appear,.l2c-crm-ant-badge-not-a-wrapper .l2c-crm-ant-badge-zoom-enter{animation:antNoWrapperZoomBadgeIn .3s cubic-bezier(.12,.4,.29,1.46)}.l2c-crm-ant-badge-not-a-wrapper .l2c-crm-ant-badge-zoom-leave{animation:antNoWrapperZoomBadgeOut .3s cubic-bezier(.71,-.46,.88,.6)}.l2c-crm-ant-badge-not-a-wrapper:not(.l2c-crm-ant-badge-status){vertical-align:middle}.l2c-crm-ant-badge-not-a-wrapper .l2c-crm-ant-scroll-number-custom-component,.l2c-crm-ant-badge-not-a-wrapper .l2c-crm-ant-badge-count{transform:none}.l2c-crm-ant-badge-not-a-wrapper .l2c-crm-ant-scroll-number-custom-component,.l2c-crm-ant-badge-not-a-wrapper .l2c-crm-ant-scroll-number{position:relative;top:auto;display:block;transform-origin:50% 50%}@keyframes antStatusProcessing{0%{transform:scale(.8);opacity:.5}to{transform:scale(2.4);opacity:0}}.l2c-crm-ant-scroll-number{overflow:hidden;direction:ltr}.l2c-crm-ant-scroll-number-only{position:relative;display:inline-block;height:20px;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden}.l2c-crm-ant-scroll-number-only>p.l2c-crm-ant-scroll-number-only-unit{height:20px;margin:0;-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden}.l2c-crm-ant-scroll-number-symbol{vertical-align:top}@keyframes antZoomBadgeIn{0%{transform:scale(0) translate(50%,-50%);opacity:0}to{transform:scale(1) translate(50%,-50%)}}@keyframes antZoomBadgeOut{0%{transform:scale(1) translate(50%,-50%)}to{transform:scale(0) translate(50%,-50%);opacity:0}}@keyframes antNoWrapperZoomBadgeIn{0%{transform:scale(0);opacity:0}to{transform:scale(1)}}@keyframes antNoWrapperZoomBadgeOut{0%{transform:scale(1)}to{transform:scale(0);opacity:0}}@keyframes antBadgeLoadingCircle{0%{transform-origin:50%}to{transform:translate(50%,-50%) rotate(360deg);transform-origin:50%}}.l2c-crm-ant-ribbon-wrapper{position:relative}.l2c-crm-ant-ribbon{box-sizing:border-box;margin:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:8px;height:22px;padding:0 8px;color:#fff;line-height:22px;white-space:nowrap;background-color:#4c6aff;border-radius:2px}.l2c-crm-ant-ribbon-text{color:#fff}.l2c-crm-ant-ribbon-corner{position:absolute;top:100%;width:8px;height:8px;color:currentcolor;border:4px solid;transform:scaleY(.75);transform-origin:top}.l2c-crm-ant-ribbon-corner:after{position:absolute;top:-4px;left:-4px;width:inherit;height:inherit;color:#00000040;border:inherit;content:""}.l2c-crm-ant-ribbon-color-pink,.l2c-crm-ant-ribbon-color-magenta{color:#eb2f96;background:#eb2f96}.l2c-crm-ant-ribbon-color-red{color:#f5222d;background:#f5222d}.l2c-crm-ant-ribbon-color-volcano{color:#fa541c;background:#fa541c}.l2c-crm-ant-ribbon-color-orange{color:#fa8c16;background:#fa8c16}.l2c-crm-ant-ribbon-color-yellow{color:#fadb14;background:#fadb14}.l2c-crm-ant-ribbon-color-gold{color:#faad14;background:#faad14}.l2c-crm-ant-ribbon-color-cyan{color:#13c2c2;background:#13c2c2}.l2c-crm-ant-ribbon-color-lime{color:#a0d911;background:#a0d911}.l2c-crm-ant-ribbon-color-green{color:#52c41a;background:#52c41a}.l2c-crm-ant-ribbon-color-blue{color:#1890ff;background:#1890ff}.l2c-crm-ant-ribbon-color-geekblue{color:#2f54eb;background:#2f54eb}.l2c-crm-ant-ribbon-color-purple{color:#722ed1;background:#722ed1}.l2c-crm-ant-ribbon.l2c-crm-ant-ribbon-placement-end{right:-8px;border-bottom-right-radius:0}.l2c-crm-ant-ribbon.l2c-crm-ant-ribbon-placement-end .l2c-crm-ant-ribbon-corner{right:0;border-color:currentcolor transparent transparent currentcolor}.l2c-crm-ant-ribbon.l2c-crm-ant-ribbon-placement-start{left:-8px;border-bottom-left-radius:0}.l2c-crm-ant-ribbon.l2c-crm-ant-ribbon-placement-start .l2c-crm-ant-ribbon-corner{left:0;border-color:currentcolor currentcolor transparent transparent}.l2c-crm-ant-badge-rtl{direction:rtl}.l2c-crm-ant-badge-rtl.l2c-crm-ant-badge:not(.l2c-crm-ant-badge-not-a-wrapper) .l2c-crm-ant-badge-count,.l2c-crm-ant-badge-rtl.l2c-crm-ant-badge:not(.l2c-crm-ant-badge-not-a-wrapper) .l2c-crm-ant-badge-dot,.l2c-crm-ant-badge-rtl.l2c-crm-ant-badge:not(.l2c-crm-ant-badge-not-a-wrapper) .l2c-crm-ant-scroll-number-custom-component{right:auto;left:0;direction:ltr;transform:translate(-50%,-50%);transform-origin:0% 0%}.l2c-crm-ant-badge-rtl.l2c-crm-ant-badge:not(.l2c-crm-ant-badge-not-a-wrapper) .l2c-crm-ant-scroll-number-custom-component{right:auto;left:0;transform:translate(-50%,-50%);transform-origin:0% 0%}.l2c-crm-ant-badge-rtl .l2c-crm-ant-badge-status-text{margin-right:8px;margin-left:0}.l2c-crm-ant-badge:not(.l2c-crm-ant-badge-not-a-wrapper).l2c-crm-ant-badge-rtl .l2c-crm-ant-badge-zoom-appear,.l2c-crm-ant-badge:not(.l2c-crm-ant-badge-not-a-wrapper).l2c-crm-ant-badge-rtl .l2c-crm-ant-badge-zoom-enter{animation-name:antZoomBadgeInRtl}.l2c-crm-ant-badge:not(.l2c-crm-ant-badge-not-a-wrapper).l2c-crm-ant-badge-rtl .l2c-crm-ant-badge-zoom-leave{animation-name:antZoomBadgeOutRtl}.l2c-crm-ant-ribbon-rtl{direction:rtl}.l2c-crm-ant-ribbon-rtl.l2c-crm-ant-ribbon-placement-end{right:unset;left:-8px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.l2c-crm-ant-ribbon-rtl.l2c-crm-ant-ribbon-placement-end .l2c-crm-ant-ribbon-corner{right:unset;left:0;border-color:currentcolor currentcolor transparent transparent}.l2c-crm-ant-ribbon-rtl.l2c-crm-ant-ribbon-placement-end .l2c-crm-ant-ribbon-corner:after{border-color:currentcolor currentcolor transparent transparent}.l2c-crm-ant-ribbon-rtl.l2c-crm-ant-ribbon-placement-start{right:-8px;left:unset;border-bottom-right-radius:0;border-bottom-left-radius:2px}.l2c-crm-ant-ribbon-rtl.l2c-crm-ant-ribbon-placement-start .l2c-crm-ant-ribbon-corner{right:0;left:unset;border-color:currentcolor transparent transparent currentcolor}.l2c-crm-ant-ribbon-rtl.l2c-crm-ant-ribbon-placement-start .l2c-crm-ant-ribbon-corner:after{border-color:currentcolor transparent transparent currentcolor}@keyframes antZoomBadgeInRtl{0%{transform:scale(0) translate(-50%,-50%);opacity:0}to{transform:scale(1) translate(-50%,-50%)}}@keyframes antZoomBadgeOutRtl{0%{transform:scale(1) translate(-50%,-50%)}to{transform:scale(0) translate(-50%,-50%);opacity:0}}.l2c-crm-ant-breadcrumb{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";color:#00000073;font-size:14px}.l2c-crm-ant-breadcrumb .anticon{font-size:14px}.l2c-crm-ant-breadcrumb ol{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.l2c-crm-ant-breadcrumb a{color:#00000073;transition:color .3s}.l2c-crm-ant-breadcrumb a:hover{color:#000000d9}.l2c-crm-ant-breadcrumb li:last-child{color:#000000d9}.l2c-crm-ant-breadcrumb li:last-child a{color:#000000d9}li:last-child>.l2c-crm-ant-breadcrumb-separator{display:none}.l2c-crm-ant-breadcrumb-separator{margin:0 8px;color:#00000073}.l2c-crm-ant-breadcrumb-link>.anticon+span,.l2c-crm-ant-breadcrumb-link>.anticon+a{margin-left:4px}.l2c-crm-ant-breadcrumb-overlay-link>.anticon{margin-left:4px}.l2c-crm-ant-breadcrumb-rtl{direction:rtl}.l2c-crm-ant-breadcrumb-rtl:before{display:table;content:""}.l2c-crm-ant-breadcrumb-rtl:after{display:table;clear:both;content:""}.l2c-crm-ant-breadcrumb-rtl>span{float:right}.l2c-crm-ant-breadcrumb-rtl .l2c-crm-ant-breadcrumb-link>.anticon+span,.l2c-crm-ant-breadcrumb-rtl .l2c-crm-ant-breadcrumb-link>.anticon+a{margin-right:4px;margin-left:0}.l2c-crm-ant-breadcrumb-rtl .l2c-crm-ant-breadcrumb-overlay-link>.anticon{margin-right:4px;margin-left:0}.l2c-crm-ant-btn{line-height:1.5715;position:relative;display:inline-block;font-weight:400;white-space:nowrap;text-align:center;background-image:none;border:1px solid transparent;box-shadow:0 2px #00000004;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;user-select:none;touch-action:manipulation;height:32px;padding:4px 15px;font-size:14px;border-radius:2px;color:#000000d9;border-color:#d9d9d9;background:#fff}.l2c-crm-ant-btn>.anticon{line-height:1}.l2c-crm-ant-btn,.l2c-crm-ant-btn:active,.l2c-crm-ant-btn:focus{outline:0}.l2c-crm-ant-btn:not([disabled]):hover{text-decoration:none}.l2c-crm-ant-btn:not([disabled]):active{outline:0;box-shadow:none}.l2c-crm-ant-btn[disabled]{cursor:not-allowed}.l2c-crm-ant-btn[disabled]>*{pointer-events:none}.l2c-crm-ant-btn-lg{height:40px;padding:6.4px 15px;font-size:16px;border-radius:2px}.l2c-crm-ant-btn-sm{height:24px;padding:0 7px;font-size:14px;border-radius:2px}.l2c-crm-ant-btn>a:only-child{color:currentcolor}.l2c-crm-ant-btn>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn:hover,.l2c-crm-ant-btn:focus{color:#7591ff;border-color:#7591ff;background:#fff}.l2c-crm-ant-btn:hover>a:only-child,.l2c-crm-ant-btn:focus>a:only-child{color:currentcolor}.l2c-crm-ant-btn:hover>a:only-child:after,.l2c-crm-ant-btn:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn:active{color:#364cd9;border-color:#364cd9;background:#fff}.l2c-crm-ant-btn:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn[disabled],.l2c-crm-ant-btn[disabled]:hover,.l2c-crm-ant-btn[disabled]:focus,.l2c-crm-ant-btn[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn[disabled]>a:only-child,.l2c-crm-ant-btn[disabled]:hover>a:only-child,.l2c-crm-ant-btn[disabled]:focus>a:only-child,.l2c-crm-ant-btn[disabled]:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn[disabled]>a:only-child:after,.l2c-crm-ant-btn[disabled]:hover>a:only-child:after,.l2c-crm-ant-btn[disabled]:focus>a:only-child:after,.l2c-crm-ant-btn[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn:hover,.l2c-crm-ant-btn:focus,.l2c-crm-ant-btn:active{text-decoration:none;background:#fff}.l2c-crm-ant-btn>span{display:inline-block}.l2c-crm-ant-btn-primary{color:#fff;border-color:#4c6aff;background:#4c6aff;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px #0000000b}.l2c-crm-ant-btn-primary>a:only-child{color:currentcolor}.l2c-crm-ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-primary:hover,.l2c-crm-ant-btn-primary:focus{color:#fff;border-color:#7591ff;background:#7591ff}.l2c-crm-ant-btn-primary:hover>a:only-child,.l2c-crm-ant-btn-primary:focus>a:only-child{color:currentcolor}.l2c-crm-ant-btn-primary:hover>a:only-child:after,.l2c-crm-ant-btn-primary:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-primary:active{color:#fff;border-color:#364cd9;background:#364cd9}.l2c-crm-ant-btn-primary:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-primary[disabled],.l2c-crm-ant-btn-primary[disabled]:hover,.l2c-crm-ant-btn-primary[disabled]:focus,.l2c-crm-ant-btn-primary[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-primary[disabled]>a:only-child,.l2c-crm-ant-btn-primary[disabled]:hover>a:only-child,.l2c-crm-ant-btn-primary[disabled]:focus>a:only-child,.l2c-crm-ant-btn-primary[disabled]:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-primary[disabled]>a:only-child:after,.l2c-crm-ant-btn-primary[disabled]:hover>a:only-child:after,.l2c-crm-ant-btn-primary[disabled]:focus>a:only-child:after,.l2c-crm-ant-btn-primary[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-group .l2c-crm-ant-btn-primary:not(:first-child):not(:last-child){border-right-color:#7591ff;border-left-color:#7591ff}.l2c-crm-ant-btn-group .l2c-crm-ant-btn-primary:not(:first-child):not(:last-child):disabled{border-color:#d9d9d9}.l2c-crm-ant-btn-group .l2c-crm-ant-btn-primary:first-child:not(:last-child){border-right-color:#7591ff}.l2c-crm-ant-btn-group .l2c-crm-ant-btn-primary:first-child:not(:last-child)[disabled]{border-right-color:#d9d9d9}.l2c-crm-ant-btn-group .l2c-crm-ant-btn-primary:last-child:not(:first-child),.l2c-crm-ant-btn-group .l2c-crm-ant-btn-primary+.l2c-crm-ant-btn-primary{border-left-color:#7591ff}.l2c-crm-ant-btn-group .l2c-crm-ant-btn-primary:last-child:not(:first-child)[disabled],.l2c-crm-ant-btn-group .l2c-crm-ant-btn-primary+.l2c-crm-ant-btn-primary[disabled]{border-left-color:#d9d9d9}.l2c-crm-ant-btn-ghost{color:#000000d9;border-color:#d9d9d9;background:transparent}.l2c-crm-ant-btn-ghost>a:only-child{color:currentcolor}.l2c-crm-ant-btn-ghost>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-ghost:hover,.l2c-crm-ant-btn-ghost:focus{color:#7591ff;border-color:#7591ff;background:transparent}.l2c-crm-ant-btn-ghost:hover>a:only-child,.l2c-crm-ant-btn-ghost:focus>a:only-child{color:currentcolor}.l2c-crm-ant-btn-ghost:hover>a:only-child:after,.l2c-crm-ant-btn-ghost:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-ghost:active{color:#364cd9;border-color:#364cd9;background:transparent}.l2c-crm-ant-btn-ghost:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-ghost:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-ghost[disabled],.l2c-crm-ant-btn-ghost[disabled]:hover,.l2c-crm-ant-btn-ghost[disabled]:focus,.l2c-crm-ant-btn-ghost[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-ghost[disabled]>a:only-child,.l2c-crm-ant-btn-ghost[disabled]:hover>a:only-child,.l2c-crm-ant-btn-ghost[disabled]:focus>a:only-child,.l2c-crm-ant-btn-ghost[disabled]:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-ghost[disabled]>a:only-child:after,.l2c-crm-ant-btn-ghost[disabled]:hover>a:only-child:after,.l2c-crm-ant-btn-ghost[disabled]:focus>a:only-child:after,.l2c-crm-ant-btn-ghost[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dashed{color:#000000d9;border-color:#d9d9d9;background:#fff;border-style:dashed}.l2c-crm-ant-btn-dashed>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dashed>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dashed:hover,.l2c-crm-ant-btn-dashed:focus{color:#7591ff;border-color:#7591ff;background:#fff}.l2c-crm-ant-btn-dashed:hover>a:only-child,.l2c-crm-ant-btn-dashed:focus>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dashed:hover>a:only-child:after,.l2c-crm-ant-btn-dashed:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dashed:active{color:#364cd9;border-color:#364cd9;background:#fff}.l2c-crm-ant-btn-dashed:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dashed:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dashed[disabled],.l2c-crm-ant-btn-dashed[disabled]:hover,.l2c-crm-ant-btn-dashed[disabled]:focus,.l2c-crm-ant-btn-dashed[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-dashed[disabled]>a:only-child,.l2c-crm-ant-btn-dashed[disabled]:hover>a:only-child,.l2c-crm-ant-btn-dashed[disabled]:focus>a:only-child,.l2c-crm-ant-btn-dashed[disabled]:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dashed[disabled]>a:only-child:after,.l2c-crm-ant-btn-dashed[disabled]:hover>a:only-child:after,.l2c-crm-ant-btn-dashed[disabled]:focus>a:only-child:after,.l2c-crm-ant-btn-dashed[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-danger{color:#fff;border-color:#ff4d4f;background:#ff4d4f;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px #0000000b}.l2c-crm-ant-btn-danger>a:only-child{color:currentcolor}.l2c-crm-ant-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-danger:hover,.l2c-crm-ant-btn-danger:focus{color:#fff;border-color:#ff7875;background:#ff7875}.l2c-crm-ant-btn-danger:hover>a:only-child,.l2c-crm-ant-btn-danger:focus>a:only-child{color:currentcolor}.l2c-crm-ant-btn-danger:hover>a:only-child:after,.l2c-crm-ant-btn-danger:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-danger:active{color:#fff;border-color:#d9363e;background:#d9363e}.l2c-crm-ant-btn-danger:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-danger:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-danger[disabled],.l2c-crm-ant-btn-danger[disabled]:hover,.l2c-crm-ant-btn-danger[disabled]:focus,.l2c-crm-ant-btn-danger[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-danger[disabled]>a:only-child,.l2c-crm-ant-btn-danger[disabled]:hover>a:only-child,.l2c-crm-ant-btn-danger[disabled]:focus>a:only-child,.l2c-crm-ant-btn-danger[disabled]:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-danger[disabled]>a:only-child:after,.l2c-crm-ant-btn-danger[disabled]:hover>a:only-child:after,.l2c-crm-ant-btn-danger[disabled]:focus>a:only-child:after,.l2c-crm-ant-btn-danger[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-link{color:#4c6aff;border-color:transparent;background:transparent;box-shadow:none}.l2c-crm-ant-btn-link>a:only-child{color:currentcolor}.l2c-crm-ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-link:hover,.l2c-crm-ant-btn-link:focus{color:#7591ff;border-color:#7591ff;background:transparent}.l2c-crm-ant-btn-link:hover>a:only-child,.l2c-crm-ant-btn-link:focus>a:only-child{color:currentcolor}.l2c-crm-ant-btn-link:hover>a:only-child:after,.l2c-crm-ant-btn-link:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-link:active{color:#364cd9;border-color:#364cd9;background:transparent}.l2c-crm-ant-btn-link:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-link[disabled],.l2c-crm-ant-btn-link[disabled]:hover,.l2c-crm-ant-btn-link[disabled]:focus,.l2c-crm-ant-btn-link[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-link:hover{background:transparent}.l2c-crm-ant-btn-link:hover,.l2c-crm-ant-btn-link:focus,.l2c-crm-ant-btn-link:active{border-color:transparent}.l2c-crm-ant-btn-link[disabled],.l2c-crm-ant-btn-link[disabled]:hover,.l2c-crm-ant-btn-link[disabled]:focus,.l2c-crm-ant-btn-link[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-link[disabled]>a:only-child,.l2c-crm-ant-btn-link[disabled]:hover>a:only-child,.l2c-crm-ant-btn-link[disabled]:focus>a:only-child,.l2c-crm-ant-btn-link[disabled]:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-link[disabled]>a:only-child:after,.l2c-crm-ant-btn-link[disabled]:hover>a:only-child:after,.l2c-crm-ant-btn-link[disabled]:focus>a:only-child:after,.l2c-crm-ant-btn-link[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-text{color:#000000d9;border-color:transparent;background:transparent;box-shadow:none}.l2c-crm-ant-btn-text>a:only-child{color:currentcolor}.l2c-crm-ant-btn-text>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-text:hover,.l2c-crm-ant-btn-text:focus{color:#7591ff;border-color:#7591ff;background:transparent}.l2c-crm-ant-btn-text:hover>a:only-child,.l2c-crm-ant-btn-text:focus>a:only-child{color:currentcolor}.l2c-crm-ant-btn-text:hover>a:only-child:after,.l2c-crm-ant-btn-text:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-text:active{color:#364cd9;border-color:#364cd9;background:transparent}.l2c-crm-ant-btn-text:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-text:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-text[disabled],.l2c-crm-ant-btn-text[disabled]:hover,.l2c-crm-ant-btn-text[disabled]:focus,.l2c-crm-ant-btn-text[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-text:hover,.l2c-crm-ant-btn-text:focus{color:#000000d9;background:rgba(0,0,0,.018);border-color:transparent}.l2c-crm-ant-btn-text:active{color:#000000d9;background:rgba(0,0,0,.028);border-color:transparent}.l2c-crm-ant-btn-text[disabled],.l2c-crm-ant-btn-text[disabled]:hover,.l2c-crm-ant-btn-text[disabled]:focus,.l2c-crm-ant-btn-text[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-text[disabled]>a:only-child,.l2c-crm-ant-btn-text[disabled]:hover>a:only-child,.l2c-crm-ant-btn-text[disabled]:focus>a:only-child,.l2c-crm-ant-btn-text[disabled]:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-text[disabled]>a:only-child:after,.l2c-crm-ant-btn-text[disabled]:hover>a:only-child:after,.l2c-crm-ant-btn-text[disabled]:focus>a:only-child:after,.l2c-crm-ant-btn-text[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous{color:#ff4d4f;border-color:#ff4d4f;background:#fff}.l2c-crm-ant-btn-dangerous>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous:hover,.l2c-crm-ant-btn-dangerous:focus{color:#ff7875;border-color:#ff7875;background:#fff}.l2c-crm-ant-btn-dangerous:hover>a:only-child,.l2c-crm-ant-btn-dangerous:focus>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous:hover>a:only-child:after,.l2c-crm-ant-btn-dangerous:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous:active{color:#d9363e;border-color:#d9363e;background:#fff}.l2c-crm-ant-btn-dangerous:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous[disabled],.l2c-crm-ant-btn-dangerous[disabled]:hover,.l2c-crm-ant-btn-dangerous[disabled]:focus,.l2c-crm-ant-btn-dangerous[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-dangerous[disabled]>a:only-child,.l2c-crm-ant-btn-dangerous[disabled]:hover>a:only-child,.l2c-crm-ant-btn-dangerous[disabled]:focus>a:only-child,.l2c-crm-ant-btn-dangerous[disabled]:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous[disabled]>a:only-child:after,.l2c-crm-ant-btn-dangerous[disabled]:hover>a:only-child:after,.l2c-crm-ant-btn-dangerous[disabled]:focus>a:only-child:after,.l2c-crm-ant-btn-dangerous[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary{color:#fff;border-color:#ff4d4f;background:#ff4d4f;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px #0000000b}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary:hover,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary:focus{color:#fff;border-color:#ff7875;background:#ff7875}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary:hover>a:only-child,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary:focus>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary:hover>a:only-child:after,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary:active{color:#fff;border-color:#d9363e;background:#d9363e}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary[disabled],.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary[disabled]:hover,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary[disabled]:focus,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary[disabled]>a:only-child,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary[disabled]:hover>a:only-child,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary[disabled]:focus>a:only-child,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary[disabled]:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary[disabled]>a:only-child:after,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary[disabled]:hover>a:only-child:after,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary[disabled]:focus>a:only-child:after,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-primary[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link{color:#ff4d4f;border-color:transparent;background:transparent;box-shadow:none}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:hover,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:focus{color:#7591ff;border-color:#7591ff;background:transparent}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:active{color:#364cd9;border-color:#364cd9;background:transparent}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled],.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:hover,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:focus,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:hover,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:focus{color:#ff7875;border-color:transparent;background:transparent}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:hover>a:only-child,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:focus>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:hover>a:only-child:after,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:active{color:#d9363e;border-color:transparent;background:transparent}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled],.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:hover,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:focus,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]>a:only-child,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:hover>a:only-child,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:focus>a:only-child,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]>a:only-child:after,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:hover>a:only-child:after,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:focus>a:only-child:after,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text{color:#ff4d4f;border-color:transparent;background:transparent;box-shadow:none}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text:hover,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text:focus{color:#7591ff;border-color:#7591ff;background:transparent}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text:active{color:#364cd9;border-color:#364cd9;background:transparent}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled],.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled]:hover,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled]:focus,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text:hover,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text:focus{color:#ff7875;border-color:transparent;background:rgba(0,0,0,.018)}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text:hover>a:only-child,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text:focus>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text:hover>a:only-child:after,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text:active{color:#d9363e;border-color:transparent;background:rgba(0,0,0,.028)}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled],.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled]:hover,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled]:focus,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled]>a:only-child,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled]:hover>a:only-child,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled]:focus>a:only-child,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled]:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled]>a:only-child:after,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled]:hover>a:only-child:after,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled]:focus>a:only-child:after,.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-text[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-icon-only{width:32px;height:32px;padding:2.4px 0;font-size:16px;border-radius:2px;vertical-align:-3px}.l2c-crm-ant-btn-icon-only>*{font-size:16px}.l2c-crm-ant-btn-icon-only.l2c-crm-ant-btn-lg{width:40px;height:40px;padding:4.9px 0;font-size:18px;border-radius:2px}.l2c-crm-ant-btn-icon-only.l2c-crm-ant-btn-lg>*{font-size:18px}.l2c-crm-ant-btn-icon-only.l2c-crm-ant-btn-sm{width:24px;height:24px;padding:0;font-size:14px;border-radius:2px}.l2c-crm-ant-btn-icon-only.l2c-crm-ant-btn-sm>*{font-size:14px}.l2c-crm-ant-btn-icon-only>.anticon{display:flex;justify-content:center}.l2c-crm-ant-btn-icon-only .anticon-loading{padding:0!important}a.l2c-crm-ant-btn-icon-only{vertical-align:-1px}a.l2c-crm-ant-btn-icon-only>.anticon{display:inline}.l2c-crm-ant-btn-round{height:32px;padding:4px 16px;font-size:14px;border-radius:32px}.l2c-crm-ant-btn-round.l2c-crm-ant-btn-lg{height:40px;padding:6.4px 20px;font-size:16px;border-radius:40px}.l2c-crm-ant-btn-round.l2c-crm-ant-btn-sm{height:24px;padding:0 12px;font-size:14px;border-radius:24px}.l2c-crm-ant-btn-round.l2c-crm-ant-btn-icon-only{width:auto}.l2c-crm-ant-btn-circle{min-width:32px;padding-right:0;padding-left:0;text-align:center;border-radius:50%}.l2c-crm-ant-btn-circle.l2c-crm-ant-btn-lg{min-width:40px;border-radius:50%}.l2c-crm-ant-btn-circle.l2c-crm-ant-btn-sm{min-width:24px;border-radius:50%}.l2c-crm-ant-btn:before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:1;display:none;background:#fff;border-radius:inherit;opacity:.35;transition:opacity .2s;content:"";pointer-events:none}.l2c-crm-ant-btn .anticon{transition:margin-left .3s cubic-bezier(.645,.045,.355,1)}.l2c-crm-ant-btn .anticon.anticon-plus>svg,.l2c-crm-ant-btn .anticon.anticon-minus>svg{shape-rendering:optimizespeed}.l2c-crm-ant-btn.l2c-crm-ant-btn-loading{position:relative;cursor:default}.l2c-crm-ant-btn.l2c-crm-ant-btn-loading:before{display:block}.l2c-crm-ant-btn>.l2c-crm-ant-btn-loading-icon{transition:width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1)}.l2c-crm-ant-btn>.l2c-crm-ant-btn-loading-icon .anticon{padding-right:8px;animation:none}.l2c-crm-ant-btn>.l2c-crm-ant-btn-loading-icon .anticon svg{animation:loadingCircle 1s infinite linear}.l2c-crm-ant-btn-group{position:relative;display:inline-flex}.l2c-crm-ant-btn-group>.l2c-crm-ant-btn,.l2c-crm-ant-btn-group>span>.l2c-crm-ant-btn{position:relative}.l2c-crm-ant-btn-group>.l2c-crm-ant-btn:hover,.l2c-crm-ant-btn-group>span>.l2c-crm-ant-btn:hover,.l2c-crm-ant-btn-group>.l2c-crm-ant-btn:focus,.l2c-crm-ant-btn-group>span>.l2c-crm-ant-btn:focus,.l2c-crm-ant-btn-group>.l2c-crm-ant-btn:active,.l2c-crm-ant-btn-group>span>.l2c-crm-ant-btn:active{z-index:2}.l2c-crm-ant-btn-group>.l2c-crm-ant-btn[disabled],.l2c-crm-ant-btn-group>span>.l2c-crm-ant-btn[disabled]{z-index:0}.l2c-crm-ant-btn-group .l2c-crm-ant-btn-icon-only{font-size:14px}.l2c-crm-ant-btn-group .l2c-crm-ant-btn+.l2c-crm-ant-btn,.l2c-crm-ant-btn+.l2c-crm-ant-btn-group,.l2c-crm-ant-btn-group span+.l2c-crm-ant-btn,.l2c-crm-ant-btn-group .l2c-crm-ant-btn+span,.l2c-crm-ant-btn-group>span+span,.l2c-crm-ant-btn-group+.l2c-crm-ant-btn,.l2c-crm-ant-btn-group+.l2c-crm-ant-btn-group{margin-left:-1px}.l2c-crm-ant-btn-group .l2c-crm-ant-btn-primary+.l2c-crm-ant-btn:not(.l2c-crm-ant-btn-primary):not([disabled]){border-left-color:transparent}.l2c-crm-ant-btn-group .l2c-crm-ant-btn{border-radius:0}.l2c-crm-ant-btn-group>.l2c-crm-ant-btn:first-child,.l2c-crm-ant-btn-group>span:first-child>.l2c-crm-ant-btn{margin-left:0}.l2c-crm-ant-btn-group>.l2c-crm-ant-btn:only-child{border-radius:2px}.l2c-crm-ant-btn-group>span:only-child>.l2c-crm-ant-btn{border-radius:2px}.l2c-crm-ant-btn-group>.l2c-crm-ant-btn:first-child:not(:last-child),.l2c-crm-ant-btn-group>span:first-child:not(:last-child)>.l2c-crm-ant-btn{border-top-left-radius:2px;border-bottom-left-radius:2px}.l2c-crm-ant-btn-group>.l2c-crm-ant-btn:last-child:not(:first-child),.l2c-crm-ant-btn-group>span:last-child:not(:first-child)>.l2c-crm-ant-btn{border-top-right-radius:2px;border-bottom-right-radius:2px}.l2c-crm-ant-btn-group-sm>.l2c-crm-ant-btn:only-child{border-radius:2px}.l2c-crm-ant-btn-group-sm>span:only-child>.l2c-crm-ant-btn{border-radius:2px}.l2c-crm-ant-btn-group-sm>.l2c-crm-ant-btn:first-child:not(:last-child),.l2c-crm-ant-btn-group-sm>span:first-child:not(:last-child)>.l2c-crm-ant-btn{border-top-left-radius:2px;border-bottom-left-radius:2px}.l2c-crm-ant-btn-group-sm>.l2c-crm-ant-btn:last-child:not(:first-child),.l2c-crm-ant-btn-group-sm>span:last-child:not(:first-child)>.l2c-crm-ant-btn{border-top-right-radius:2px;border-bottom-right-radius:2px}.l2c-crm-ant-btn-group>.l2c-crm-ant-btn-group{float:left}.l2c-crm-ant-btn-group>.l2c-crm-ant-btn-group:not(:first-child):not(:last-child)>.l2c-crm-ant-btn{border-radius:0}.l2c-crm-ant-btn-group>.l2c-crm-ant-btn-group:first-child:not(:last-child)>.l2c-crm-ant-btn:last-child{padding-right:8px;border-top-right-radius:0;border-bottom-right-radius:0}.l2c-crm-ant-btn-group>.l2c-crm-ant-btn-group:last-child:not(:first-child)>.l2c-crm-ant-btn:first-child{padding-left:8px;border-top-left-radius:0;border-bottom-left-radius:0}.l2c-crm-ant-btn-rtl.l2c-crm-ant-btn-group .l2c-crm-ant-btn+.l2c-crm-ant-btn,.l2c-crm-ant-btn-rtl.l2c-crm-ant-btn+.l2c-crm-ant-btn-group,.l2c-crm-ant-btn-rtl.l2c-crm-ant-btn-group span+.l2c-crm-ant-btn,.l2c-crm-ant-btn-rtl.l2c-crm-ant-btn-group .l2c-crm-ant-btn+span,.l2c-crm-ant-btn-rtl.l2c-crm-ant-btn-group>span+span,.l2c-crm-ant-btn-rtl.l2c-crm-ant-btn-group+.l2c-crm-ant-btn,.l2c-crm-ant-btn-rtl.l2c-crm-ant-btn-group+.l2c-crm-ant-btn-group,.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group .l2c-crm-ant-btn+.l2c-crm-ant-btn,.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn+.l2c-crm-ant-btn-group,.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group span+.l2c-crm-ant-btn,.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group .l2c-crm-ant-btn+span,.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group>span+span,.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group+.l2c-crm-ant-btn,.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group+.l2c-crm-ant-btn-group{margin-right:-1px;margin-left:auto}.l2c-crm-ant-btn-group.l2c-crm-ant-btn-group-rtl{direction:rtl}.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group>.l2c-crm-ant-btn:first-child:not(:last-child),.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group>span:first-child:not(:last-child)>.l2c-crm-ant-btn{border-radius:0 2px 2px 0}.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group>.l2c-crm-ant-btn:last-child:not(:first-child),.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group>span:last-child:not(:first-child)>.l2c-crm-ant-btn{border-radius:2px 0 0 2px}.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group-sm>.l2c-crm-ant-btn:first-child:not(:last-child),.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group-sm>span:first-child:not(:last-child)>.l2c-crm-ant-btn{border-radius:0 2px 2px 0}.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group-sm>.l2c-crm-ant-btn:last-child:not(:first-child),.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group-sm>span:last-child:not(:first-child)>.l2c-crm-ant-btn{border-radius:2px 0 0 2px}.l2c-crm-ant-btn:focus>span,.l2c-crm-ant-btn:active>span{position:relative}.l2c-crm-ant-btn>.anticon+span,.l2c-crm-ant-btn>span+.anticon{margin-left:8px}.l2c-crm-ant-btn.l2c-crm-ant-btn-background-ghost{color:#fff;border-color:#fff}.l2c-crm-ant-btn.l2c-crm-ant-btn-background-ghost,.l2c-crm-ant-btn.l2c-crm-ant-btn-background-ghost:hover,.l2c-crm-ant-btn.l2c-crm-ant-btn-background-ghost:active,.l2c-crm-ant-btn.l2c-crm-ant-btn-background-ghost:focus{background:transparent}.l2c-crm-ant-btn.l2c-crm-ant-btn-background-ghost:hover,.l2c-crm-ant-btn.l2c-crm-ant-btn-background-ghost:focus{color:#7591ff;border-color:#7591ff}.l2c-crm-ant-btn.l2c-crm-ant-btn-background-ghost:active{color:#364cd9;border-color:#364cd9}.l2c-crm-ant-btn.l2c-crm-ant-btn-background-ghost[disabled]{color:#00000040;background:transparent;border-color:#d9d9d9}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary{color:#4c6aff;border-color:#4c6aff;text-shadow:none}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary:hover,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary:focus{color:#7591ff;border-color:#7591ff}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary:hover>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary:focus>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary:hover>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary:active{color:#364cd9;border-color:#364cd9}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary[disabled],.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary[disabled]:hover,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary[disabled]:focus,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary[disabled]>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary[disabled]:hover>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary[disabled]:focus>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary[disabled]:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary[disabled]>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary[disabled]:hover>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary[disabled]:focus>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-primary[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger{color:#ff4d4f;border-color:#ff4d4f;text-shadow:none}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger:hover,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger:focus{color:#ff7875;border-color:#ff7875}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger:hover>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger:focus>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger:hover>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger:active{color:#d9363e;border-color:#d9363e}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger[disabled],.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger[disabled]:hover,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger[disabled]:focus,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger[disabled]>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger[disabled]:hover>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger[disabled]:focus>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger[disabled]:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger[disabled]>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger[disabled]:hover>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger[disabled]:focus>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-danger[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous{color:#ff4d4f;border-color:#ff4d4f;text-shadow:none}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous:hover,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous:focus{color:#ff7875;border-color:#ff7875}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous:hover>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous:focus>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous:hover>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous:active{color:#d9363e;border-color:#d9363e}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous[disabled],.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous[disabled]:hover,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous[disabled]:focus,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous[disabled]>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous[disabled]:hover>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous[disabled]:focus>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous[disabled]:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous[disabled]>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous[disabled]:hover>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous[disabled]:focus>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link{color:#ff4d4f;border-color:transparent;text-shadow:none}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:hover,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:focus{color:#ff7875;border-color:transparent}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:hover>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:focus>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:hover>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:active{color:#d9363e;border-color:transparent}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled],.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:hover,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:focus,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:hover>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:focus>a:only-child,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:active>a:only-child{color:currentcolor}.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:hover>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:focus>a:only-child:after,.l2c-crm-ant-btn-background-ghost.l2c-crm-ant-btn-dangerous.l2c-crm-ant-btn-link[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.l2c-crm-ant-btn-two-chinese-chars:first-letter{letter-spacing:.34em}.l2c-crm-ant-btn-two-chinese-chars>*:not(.anticon){margin-right:-.34em;letter-spacing:.34em}.l2c-crm-ant-btn.l2c-crm-ant-btn-block{width:100%}.l2c-crm-ant-btn:empty{display:inline-block;width:0;visibility:hidden;content:" "}a.l2c-crm-ant-btn{padding-top:.01px!important;line-height:30px}a.l2c-crm-ant-btn-disabled{cursor:not-allowed}a.l2c-crm-ant-btn-disabled>*{pointer-events:none}a.l2c-crm-ant-btn-disabled,a.l2c-crm-ant-btn-disabled:hover,a.l2c-crm-ant-btn-disabled:focus,a.l2c-crm-ant-btn-disabled:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}a.l2c-crm-ant-btn-disabled>a:only-child,a.l2c-crm-ant-btn-disabled:hover>a:only-child,a.l2c-crm-ant-btn-disabled:focus>a:only-child,a.l2c-crm-ant-btn-disabled:active>a:only-child{color:currentcolor}a.l2c-crm-ant-btn-disabled>a:only-child:after,a.l2c-crm-ant-btn-disabled:hover>a:only-child:after,a.l2c-crm-ant-btn-disabled:focus>a:only-child:after,a.l2c-crm-ant-btn-disabled:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}a.l2c-crm-ant-btn-lg{line-height:38px}a.l2c-crm-ant-btn-sm{line-height:22px}.l2c-crm-ant-btn-rtl{direction:rtl}.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group .l2c-crm-ant-btn-primary:last-child:not(:first-child),.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group .l2c-crm-ant-btn-primary+.l2c-crm-ant-btn-primary{border-right-color:#7591ff;border-left-color:#d9d9d9}.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group .l2c-crm-ant-btn-primary:last-child:not(:first-child)[disabled],.l2c-crm-ant-btn-group-rtl.l2c-crm-ant-btn-group .l2c-crm-ant-btn-primary+.l2c-crm-ant-btn-primary[disabled]{border-right-color:#d9d9d9;border-left-color:#7591ff}.l2c-crm-ant-btn-rtl.l2c-crm-ant-btn>.l2c-crm-ant-btn-loading-icon .anticon{padding-right:0;padding-left:8px}.l2c-crm-ant-btn-rtl.l2c-crm-ant-btn>.anticon+span,.l2c-crm-ant-btn-rtl.l2c-crm-ant-btn>span+.anticon{margin-right:8px;margin-left:0}.l2c-crm-ant-picker-calendar{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background:#fff}.l2c-crm-ant-picker-calendar-header{display:flex;justify-content:flex-end;padding:12px 0}.l2c-crm-ant-picker-calendar-header .l2c-crm-ant-picker-calendar-year-select{min-width:80px}.l2c-crm-ant-picker-calendar-header .l2c-crm-ant-picker-calendar-month-select{min-width:70px;margin-left:8px}.l2c-crm-ant-picker-calendar-header .l2c-crm-ant-picker-calendar-mode-switch{margin-left:8px}.l2c-crm-ant-picker-calendar .l2c-crm-ant-picker-panel{background:#fff;border:0;border-top:1px solid #f0f0f0;border-radius:0}.l2c-crm-ant-picker-calendar .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-month-panel,.l2c-crm-ant-picker-calendar .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-date-panel{width:auto}.l2c-crm-ant-picker-calendar .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-body{padding:8px 0}.l2c-crm-ant-picker-calendar .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-content{width:100%}.l2c-crm-ant-picker-calendar-mini{border-radius:2px}.l2c-crm-ant-picker-calendar-mini .l2c-crm-ant-picker-calendar-header{padding-right:8px;padding-left:8px}.l2c-crm-ant-picker-calendar-mini .l2c-crm-ant-picker-panel{border-radius:0 0 2px 2px}.l2c-crm-ant-picker-calendar-mini .l2c-crm-ant-picker-content{height:256px}.l2c-crm-ant-picker-calendar-mini .l2c-crm-ant-picker-content th{height:auto;padding:0;line-height:18px}.l2c-crm-ant-picker-calendar-mini .l2c-crm-ant-picker-cell:before{pointer-events:none}.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel{display:block;width:100%;text-align:right;background:#fff;border:0}.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-body th,.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-body td{padding:0}.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-body th{height:auto;padding:0 12px 5px 0;line-height:18px}.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-cell:before{display:none}.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-cell:hover .l2c-crm-ant-picker-calendar-date{background:#f5f5f5}.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-cell .l2c-crm-ant-picker-calendar-date-today:before{display:none}.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-cell-selected .l2c-crm-ant-picker-calendar-date,.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-cell-selected:hover .l2c-crm-ant-picker-calendar-date,.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-cell-selected .l2c-crm-ant-picker-calendar-date-today,.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-cell-selected:hover .l2c-crm-ant-picker-calendar-date-today{background:#f0f5ff}.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-cell-selected .l2c-crm-ant-picker-calendar-date .l2c-crm-ant-picker-calendar-date-value,.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-cell-selected:hover .l2c-crm-ant-picker-calendar-date .l2c-crm-ant-picker-calendar-date-value,.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-cell-selected .l2c-crm-ant-picker-calendar-date-today .l2c-crm-ant-picker-calendar-date-value,.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-cell-selected:hover .l2c-crm-ant-picker-calendar-date-today .l2c-crm-ant-picker-calendar-date-value{color:#4c6aff}.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-calendar-date{display:block;width:auto;height:auto;margin:0 4px;padding:4px 8px 0;border:0;border-top:2px solid #f0f0f0;border-radius:0;transition:background .3s}.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-calendar-date-value{line-height:24px;transition:color .3s}.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-calendar-date-content{position:static;width:auto;height:86px;overflow-y:auto;color:#000000d9;line-height:1.5715;text-align:left}.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-calendar-date-today{border-color:#4c6aff}.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-calendar-date-today .l2c-crm-ant-picker-calendar-date-value{color:#000000d9}@media only screen and (max-width: 480px){.l2c-crm-ant-picker-calendar-header{display:block}.l2c-crm-ant-picker-calendar-header .l2c-crm-ant-picker-calendar-year-select{width:50%}.l2c-crm-ant-picker-calendar-header .l2c-crm-ant-picker-calendar-month-select{width:calc(50% - 8px)}.l2c-crm-ant-picker-calendar-header .l2c-crm-ant-picker-calendar-mode-switch{width:100%;margin-top:8px;margin-left:0}.l2c-crm-ant-picker-calendar-header .l2c-crm-ant-picker-calendar-mode-switch>label{width:50%;text-align:center}}.l2c-crm-ant-picker-calendar-rtl{direction:rtl}.l2c-crm-ant-picker-calendar-rtl .l2c-crm-ant-picker-calendar-header .l2c-crm-ant-picker-calendar-month-select,.l2c-crm-ant-picker-calendar-rtl .l2c-crm-ant-picker-calendar-header .l2c-crm-ant-picker-calendar-mode-switch{margin-right:8px;margin-left:0}.l2c-crm-ant-picker-calendar-rtl.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel{text-align:left}.l2c-crm-ant-picker-calendar-rtl.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-body th{padding:0 0 5px 12px}.l2c-crm-ant-picker-calendar-rtl.l2c-crm-ant-picker-calendar-full .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-calendar-date-content{text-align:right}.l2c-crm-ant-card{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;background:#fff;border-radius:2px}.l2c-crm-ant-card-rtl{direction:rtl}.l2c-crm-ant-card-hoverable{cursor:pointer;transition:box-shadow .3s,border-color .3s}.l2c-crm-ant-card-hoverable:hover{border-color:transparent;box-shadow:0 1px 2px -2px #00000029,0 3px 6px #0000001f,0 5px 12px 4px #00000017}.l2c-crm-ant-card-bordered{border:1px solid #f0f0f0}.l2c-crm-ant-card-head{min-height:48px;margin-bottom:-1px;padding:0 24px;color:#000000d9;font-weight:500;font-size:16px;background:transparent;border-bottom:1px solid #f0f0f0;border-radius:2px 2px 0 0}.l2c-crm-ant-card-head:before{display:table;content:""}.l2c-crm-ant-card-head:after{display:table;clear:both;content:""}.l2c-crm-ant-card-head-wrapper{display:flex;align-items:center}.l2c-crm-ant-card-head-title{display:inline-block;flex:1 1;padding:16px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.l2c-crm-ant-card-head-title>.l2c-crm-ant-typography,.l2c-crm-ant-card-head-title>.l2c-crm-ant-typography-edit-content{left:0;margin-top:0;margin-bottom:0}.l2c-crm-ant-card-head .l2c-crm-ant-tabs-top{clear:both;margin-bottom:-17px;color:#000000d9;font-weight:400;font-size:14px}.l2c-crm-ant-card-head .l2c-crm-ant-tabs-top-bar{border-bottom:1px solid #f0f0f0}.l2c-crm-ant-card-extra{margin-left:auto;padding:16px 0;color:#000000d9;font-weight:400;font-size:14px}.l2c-crm-ant-card-rtl .l2c-crm-ant-card-extra{margin-right:auto;margin-left:0}.l2c-crm-ant-card-body{padding:24px}.l2c-crm-ant-card-body:before{display:table;content:""}.l2c-crm-ant-card-body:after{display:table;clear:both;content:""}.l2c-crm-ant-card-contain-grid .l2c-crm-ant-card-body{display:flex;flex-wrap:wrap}.l2c-crm-ant-card-contain-grid:not(.l2c-crm-ant-card-loading) .l2c-crm-ant-card-body{margin:-1px 0 0 -1px;padding:0}.l2c-crm-ant-card-grid{width:33.33%;padding:24px;border:0;border-radius:0;box-shadow:1px 0 #f0f0f0,0 1px #f0f0f0,1px 1px #f0f0f0,1px 0 #f0f0f0 inset,0 1px #f0f0f0 inset;transition:all .3s}.l2c-crm-ant-card-grid-hoverable:hover{position:relative;z-index:1;box-shadow:0 1px 2px -2px #00000029,0 3px 6px #0000001f,0 5px 12px 4px #00000017}.l2c-crm-ant-card-contain-tabs>.l2c-crm-ant-card-head .l2c-crm-ant-card-head-title{min-height:32px;padding-bottom:0}.l2c-crm-ant-card-contain-tabs>.l2c-crm-ant-card-head .l2c-crm-ant-card-extra{padding-bottom:0}.l2c-crm-ant-card-bordered .l2c-crm-ant-card-cover{margin-top:-1px;margin-right:-1px;margin-left:-1px}.l2c-crm-ant-card-cover>*{display:block;width:100%}.l2c-crm-ant-card-cover img{border-radius:2px 2px 0 0}.l2c-crm-ant-card-actions{display:flex;margin:0;padding:0;list-style:none;background:#fff;border-top:1px solid #f0f0f0}.l2c-crm-ant-card-actions:before{display:table;content:""}.l2c-crm-ant-card-actions:after{display:table;clear:both;content:""}.l2c-crm-ant-card-actions>li{margin:12px 0;color:#00000073;text-align:center}.l2c-crm-ant-card-actions>li>span{position:relative;display:block;min-width:32px;font-size:14px;line-height:1.5715;cursor:pointer}.l2c-crm-ant-card-actions>li>span:hover{color:#4c6aff;transition:color .3s}.l2c-crm-ant-card-actions>li>span a:not(.l2c-crm-ant-btn),.l2c-crm-ant-card-actions>li>span>.anticon{display:inline-block;width:100%;color:#00000073;line-height:22px;transition:color .3s}.l2c-crm-ant-card-actions>li>span a:not(.l2c-crm-ant-btn):hover,.l2c-crm-ant-card-actions>li>span>.anticon:hover{color:#4c6aff}.l2c-crm-ant-card-actions>li>span>.anticon{font-size:16px;line-height:22px}.l2c-crm-ant-card-actions>li:not(:last-child){border-right:1px solid #f0f0f0}.l2c-crm-ant-card-rtl .l2c-crm-ant-card-actions>li:not(:last-child){border-right:none;border-left:1px solid #f0f0f0}.l2c-crm-ant-card-type-inner .l2c-crm-ant-card-head{padding:0 24px;background:#fafafa}.l2c-crm-ant-card-type-inner .l2c-crm-ant-card-head-title{padding:12px 0;font-size:14px}.l2c-crm-ant-card-type-inner .l2c-crm-ant-card-body{padding:16px 24px}.l2c-crm-ant-card-type-inner .l2c-crm-ant-card-extra{padding:13.5px 0}.l2c-crm-ant-card-meta{display:flex;margin:-4px 0}.l2c-crm-ant-card-meta:before{display:table;content:""}.l2c-crm-ant-card-meta:after{display:table;clear:both;content:""}.l2c-crm-ant-card-meta-avatar{padding-right:16px}.l2c-crm-ant-card-rtl .l2c-crm-ant-card-meta-avatar{padding-right:0;padding-left:16px}.l2c-crm-ant-card-meta-detail{overflow:hidden}.l2c-crm-ant-card-meta-detail>div:not(:last-child){margin-bottom:8px}.l2c-crm-ant-card-meta-title{overflow:hidden;color:#000000d9;font-weight:500;font-size:16px;white-space:nowrap;text-overflow:ellipsis}.l2c-crm-ant-card-meta-description{color:#00000073}.l2c-crm-ant-card-loading{overflow:hidden}.l2c-crm-ant-card-loading .l2c-crm-ant-card-body{-webkit-user-select:none;user-select:none}.l2c-crm-ant-card-small>.l2c-crm-ant-card-head{min-height:36px;padding:0 12px;font-size:14px}.l2c-crm-ant-card-small>.l2c-crm-ant-card-head>.l2c-crm-ant-card-head-wrapper>.l2c-crm-ant-card-head-title{padding:8px 0}.l2c-crm-ant-card-small>.l2c-crm-ant-card-head>.l2c-crm-ant-card-head-wrapper>.l2c-crm-ant-card-extra{padding:8px 0;font-size:14px}.l2c-crm-ant-card-small>.l2c-crm-ant-card-body{padding:12px}.l2c-crm-ant-carousel{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum"}.l2c-crm-ant-carousel .slick-slider{position:relative;display:block;box-sizing:border-box;touch-action:pan-y;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.l2c-crm-ant-carousel .slick-list{position:relative;display:block;margin:0;padding:0;overflow:hidden}.l2c-crm-ant-carousel .slick-list:focus{outline:none}.l2c-crm-ant-carousel .slick-list.dragging{cursor:pointer}.l2c-crm-ant-carousel .slick-list .slick-slide{pointer-events:none}.l2c-crm-ant-carousel .slick-list .slick-slide input.l2c-crm-ant-radio-input,.l2c-crm-ant-carousel .slick-list .slick-slide input.l2c-crm-ant-checkbox-input{visibility:hidden}.l2c-crm-ant-carousel .slick-list .slick-slide.slick-active{pointer-events:auto}.l2c-crm-ant-carousel .slick-list .slick-slide.slick-active input.l2c-crm-ant-radio-input,.l2c-crm-ant-carousel .slick-list .slick-slide.slick-active input.l2c-crm-ant-checkbox-input{visibility:visible}.l2c-crm-ant-carousel .slick-list .slick-slide>div>div{vertical-align:bottom}.l2c-crm-ant-carousel .slick-slider .slick-track,.l2c-crm-ant-carousel .slick-slider .slick-list{transform:translateZ(0);touch-action:pan-y}.l2c-crm-ant-carousel .slick-track{position:relative;top:0;left:0;display:block}.l2c-crm-ant-carousel .slick-track:before,.l2c-crm-ant-carousel .slick-track:after{display:table;content:""}.l2c-crm-ant-carousel .slick-track:after{clear:both}.slick-loading .l2c-crm-ant-carousel .slick-track{visibility:hidden}.l2c-crm-ant-carousel .slick-slide{display:none;float:left;height:100%;min-height:1px}.l2c-crm-ant-carousel .slick-slide img{display:block}.l2c-crm-ant-carousel .slick-slide.slick-loading img{display:none}.l2c-crm-ant-carousel .slick-slide.dragging img{pointer-events:none}.l2c-crm-ant-carousel .slick-initialized .slick-slide{display:block}.l2c-crm-ant-carousel .slick-loading .slick-slide{visibility:hidden}.l2c-crm-ant-carousel .slick-vertical .slick-slide{display:block;height:auto}.l2c-crm-ant-carousel .slick-arrow.slick-hidden{display:none}.l2c-crm-ant-carousel .slick-prev,.l2c-crm-ant-carousel .slick-next{position:absolute;top:50%;display:block;width:20px;height:20px;margin-top:-10px;padding:0;color:transparent;font-size:0;line-height:0;background:transparent;border:0;outline:none;cursor:pointer}.l2c-crm-ant-carousel .slick-prev:hover,.l2c-crm-ant-carousel .slick-next:hover,.l2c-crm-ant-carousel .slick-prev:focus,.l2c-crm-ant-carousel .slick-next:focus{color:transparent;background:transparent;outline:none}.l2c-crm-ant-carousel .slick-prev:hover:before,.l2c-crm-ant-carousel .slick-next:hover:before,.l2c-crm-ant-carousel .slick-prev:focus:before,.l2c-crm-ant-carousel .slick-next:focus:before{opacity:1}.l2c-crm-ant-carousel .slick-prev.slick-disabled:before,.l2c-crm-ant-carousel .slick-next.slick-disabled:before{opacity:.25}.l2c-crm-ant-carousel .slick-prev{left:-25px}.l2c-crm-ant-carousel .slick-prev:before{content:"←"}.l2c-crm-ant-carousel .slick-next{right:-25px}.l2c-crm-ant-carousel .slick-next:before{content:"→"}.l2c-crm-ant-carousel .slick-dots{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex!important;justify-content:center;margin-right:15%;margin-left:15%;padding-left:0;list-style:none}.l2c-crm-ant-carousel .slick-dots-bottom{bottom:12px}.l2c-crm-ant-carousel .slick-dots-top{top:12px;bottom:auto}.l2c-crm-ant-carousel .slick-dots li{position:relative;display:inline-block;flex:0 1 auto;box-sizing:content-box;width:16px;height:3px;margin:0 3px;padding:0;text-align:center;text-indent:-999px;vertical-align:top;transition:all .5s}.l2c-crm-ant-carousel .slick-dots li button{display:block;width:100%;height:3px;padding:0;color:transparent;font-size:0;background:#fff;border:0;border-radius:1px;outline:none;cursor:pointer;opacity:.3;transition:all .5s}.l2c-crm-ant-carousel .slick-dots li button:hover,.l2c-crm-ant-carousel .slick-dots li button:focus{opacity:.75}.l2c-crm-ant-carousel .slick-dots li.slick-active{width:24px}.l2c-crm-ant-carousel .slick-dots li.slick-active button{background:#fff;opacity:1}.l2c-crm-ant-carousel .slick-dots li.slick-active:hover,.l2c-crm-ant-carousel .slick-dots li.slick-active:focus{opacity:1}.l2c-crm-ant-carousel-vertical .slick-dots{top:50%;bottom:auto;flex-direction:column;width:3px;height:auto;margin:0;transform:translateY(-50%)}.l2c-crm-ant-carousel-vertical .slick-dots-left{right:auto;left:12px}.l2c-crm-ant-carousel-vertical .slick-dots-right{right:12px;left:auto}.l2c-crm-ant-carousel-vertical .slick-dots li{width:3px;height:16px;margin:4px 2px;vertical-align:baseline}.l2c-crm-ant-carousel-vertical .slick-dots li button{width:3px;height:16px}.l2c-crm-ant-carousel-vertical .slick-dots li.slick-active,.l2c-crm-ant-carousel-vertical .slick-dots li.slick-active button{width:3px;height:24px}.l2c-crm-ant-carousel-rtl{direction:rtl}.l2c-crm-ant-carousel-rtl .l2c-crm-ant-carousel .slick-track{right:0;left:auto}.l2c-crm-ant-carousel-rtl .l2c-crm-ant-carousel .slick-prev{right:-25px;left:auto}.l2c-crm-ant-carousel-rtl .l2c-crm-ant-carousel .slick-prev:before{content:"→"}.l2c-crm-ant-carousel-rtl .l2c-crm-ant-carousel .slick-next{right:auto;left:-25px}.l2c-crm-ant-carousel-rtl .l2c-crm-ant-carousel .slick-next:before{content:"←"}.l2c-crm-ant-carousel-rtl.l2c-crm-ant-carousel .slick-dots{flex-direction:row-reverse}.l2c-crm-ant-carousel-rtl.l2c-crm-ant-carousel-vertical .slick-dots{flex-direction:column}@keyframes antCheckboxEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.l2c-crm-ant-cascader-checkbox{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;line-height:1;white-space:nowrap;outline:none;cursor:pointer}.l2c-crm-ant-cascader-checkbox-wrapper:hover .l2c-crm-ant-cascader-checkbox-inner,.l2c-crm-ant-cascader-checkbox:hover .l2c-crm-ant-cascader-checkbox-inner,.l2c-crm-ant-cascader-checkbox-input:focus+.l2c-crm-ant-cascader-checkbox-inner{border-color:#4c6aff}.l2c-crm-ant-cascader-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #4c6aff;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:""}.l2c-crm-ant-cascader-checkbox:hover:after,.l2c-crm-ant-cascader-checkbox-wrapper:hover .l2c-crm-ant-cascader-checkbox:after{visibility:visible}.l2c-crm-ant-cascader-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;direction:ltr;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.l2c-crm-ant-cascader-checkbox-inner:after{position:absolute;top:50%;left:21.5%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.l2c-crm-ant-cascader-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.l2c-crm-ant-cascader-checkbox-checked .l2c-crm-ant-cascader-checkbox-inner: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 .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.l2c-crm-ant-cascader-checkbox-checked .l2c-crm-ant-cascader-checkbox-inner{background-color:#4c6aff;border-color:#4c6aff}.l2c-crm-ant-cascader-checkbox-disabled{cursor:not-allowed}.l2c-crm-ant-cascader-checkbox-disabled.l2c-crm-ant-cascader-checkbox-checked .l2c-crm-ant-cascader-checkbox-inner:after{border-color:#00000040;animation-name:none}.l2c-crm-ant-cascader-checkbox-disabled .l2c-crm-ant-cascader-checkbox-input{cursor:not-allowed;pointer-events:none}.l2c-crm-ant-cascader-checkbox-disabled .l2c-crm-ant-cascader-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.l2c-crm-ant-cascader-checkbox-disabled .l2c-crm-ant-cascader-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.l2c-crm-ant-cascader-checkbox-disabled+span{color:#00000040;cursor:not-allowed}.l2c-crm-ant-cascader-checkbox-disabled:hover:after,.l2c-crm-ant-cascader-checkbox-wrapper:hover .l2c-crm-ant-cascader-checkbox-disabled:after{visibility:hidden}.l2c-crm-ant-cascader-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-flex;align-items:baseline;line-height:unset;cursor:pointer}.l2c-crm-ant-cascader-checkbox-wrapper:after{display:inline-block;width:0;overflow:hidden;content:" "}.l2c-crm-ant-cascader-checkbox-wrapper.l2c-crm-ant-cascader-checkbox-wrapper-disabled{cursor:not-allowed}.l2c-crm-ant-cascader-checkbox-wrapper+.l2c-crm-ant-cascader-checkbox-wrapper{margin-left:8px}.l2c-crm-ant-cascader-checkbox-wrapper.l2c-crm-ant-cascader-checkbox-wrapper-in-form-item input[type=checkbox]{width:14px;height:14px}.l2c-crm-ant-cascader-checkbox+span{padding-right:8px;padding-left:8px}.l2c-crm-ant-cascader-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.l2c-crm-ant-cascader-checkbox-group-item{margin-right:8px}.l2c-crm-ant-cascader-checkbox-group-item:last-child{margin-right:0}.l2c-crm-ant-cascader-checkbox-group-item+.l2c-crm-ant-cascader-checkbox-group-item{margin-left:0}.l2c-crm-ant-cascader-checkbox-indeterminate .l2c-crm-ant-cascader-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.l2c-crm-ant-cascader-checkbox-indeterminate .l2c-crm-ant-cascader-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#4c6aff;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.l2c-crm-ant-cascader-checkbox-indeterminate.l2c-crm-ant-cascader-checkbox-disabled .l2c-crm-ant-cascader-checkbox-inner:after{background-color:#00000040;border-color:#00000040}.l2c-crm-ant-cascader-checkbox-rtl{direction:rtl}.l2c-crm-ant-cascader-checkbox-group-rtl .l2c-crm-ant-cascader-checkbox-group-item{margin-right:0;margin-left:8px}.l2c-crm-ant-cascader-checkbox-group-rtl .l2c-crm-ant-cascader-checkbox-group-item:last-child{margin-left:0!important}.l2c-crm-ant-cascader-checkbox-group-rtl .l2c-crm-ant-cascader-checkbox-group-item+.l2c-crm-ant-cascader-checkbox-group-item{margin-left:8px}.l2c-crm-ant-cascader{width:184px}.l2c-crm-ant-cascader-checkbox{top:0;margin-right:8px}.l2c-crm-ant-cascader-menus{display:flex;flex-wrap:nowrap;align-items:flex-start}.l2c-crm-ant-cascader-menus.l2c-crm-ant-cascader-menu-empty .l2c-crm-ant-cascader-menu{width:100%;height:auto}.l2c-crm-ant-cascader-menu{flex-grow:1;min-width:111px;height:180px;margin:-4px 0;padding:4px 0;overflow:auto;vertical-align:top;list-style:none;border-right:1px solid #f0f0f0;-ms-overflow-style:-ms-autohiding-scrollbar}.l2c-crm-ant-cascader-menu-item{display:flex;flex-wrap:nowrap;align-items:center;padding:5px 12px;overflow:hidden;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:all .3s}.l2c-crm-ant-cascader-menu-item:hover{background:#f5f5f5}.l2c-crm-ant-cascader-menu-item-disabled{color:#00000040;cursor:not-allowed}.l2c-crm-ant-cascader-menu-item-disabled:hover{background:transparent}.l2c-crm-ant-cascader-menu-empty .l2c-crm-ant-cascader-menu-item{color:#00000040;cursor:default;pointer-events:none}.l2c-crm-ant-cascader-menu-item-active:not(.l2c-crm-ant-cascader-menu-item-disabled),.l2c-crm-ant-cascader-menu-item-active:not(.l2c-crm-ant-cascader-menu-item-disabled):hover{font-weight:600;background-color:#f0f5ff}.l2c-crm-ant-cascader-menu-item-content{flex:auto}.l2c-crm-ant-cascader-menu-item-expand .l2c-crm-ant-cascader-menu-item-expand-icon,.l2c-crm-ant-cascader-menu-item-loading-icon{margin-left:4px;color:#00000073;font-size:10px}.l2c-crm-ant-cascader-menu-item-disabled.l2c-crm-ant-cascader-menu-item-expand .l2c-crm-ant-cascader-menu-item-expand-icon,.l2c-crm-ant-cascader-menu-item-disabled.l2c-crm-ant-cascader-menu-item-loading-icon{color:#00000040}.l2c-crm-ant-cascader-menu-item-keyword{color:#ff4d4f}.l2c-crm-ant-cascader-rtl .l2c-crm-ant-cascader-menu-item-expand-icon,.l2c-crm-ant-cascader-rtl .l2c-crm-ant-cascader-menu-item-loading-icon{margin-right:4px;margin-left:0}.l2c-crm-ant-cascader-rtl .l2c-crm-ant-cascader-checkbox{top:0;margin-right:0;margin-left:8px}.l2c-crm-ant-checkbox{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;line-height:1;white-space:nowrap;outline:none;cursor:pointer}.l2c-crm-ant-checkbox-wrapper:hover .l2c-crm-ant-checkbox-inner,.l2c-crm-ant-checkbox:hover .l2c-crm-ant-checkbox-inner,.l2c-crm-ant-checkbox-input:focus+.l2c-crm-ant-checkbox-inner{border-color:#4c6aff}.l2c-crm-ant-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #4c6aff;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:""}.l2c-crm-ant-checkbox:hover:after,.l2c-crm-ant-checkbox-wrapper:hover .l2c-crm-ant-checkbox:after{visibility:visible}.l2c-crm-ant-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;direction:ltr;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.l2c-crm-ant-checkbox-inner:after{position:absolute;top:50%;left:21.5%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.l2c-crm-ant-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.l2c-crm-ant-checkbox-checked .l2c-crm-ant-checkbox-inner: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 .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.l2c-crm-ant-checkbox-checked .l2c-crm-ant-checkbox-inner{background-color:#4c6aff;border-color:#4c6aff}.l2c-crm-ant-checkbox-disabled{cursor:not-allowed}.l2c-crm-ant-checkbox-disabled.l2c-crm-ant-checkbox-checked .l2c-crm-ant-checkbox-inner:after{border-color:#00000040;animation-name:none}.l2c-crm-ant-checkbox-disabled .l2c-crm-ant-checkbox-input{cursor:not-allowed;pointer-events:none}.l2c-crm-ant-checkbox-disabled .l2c-crm-ant-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.l2c-crm-ant-checkbox-disabled .l2c-crm-ant-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.l2c-crm-ant-checkbox-disabled+span{color:#00000040;cursor:not-allowed}.l2c-crm-ant-checkbox-disabled:hover:after,.l2c-crm-ant-checkbox-wrapper:hover .l2c-crm-ant-checkbox-disabled:after{visibility:hidden}.l2c-crm-ant-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-flex;align-items:baseline;line-height:unset;cursor:pointer}.l2c-crm-ant-checkbox-wrapper:after{display:inline-block;width:0;overflow:hidden;content:" "}.l2c-crm-ant-checkbox-wrapper.l2c-crm-ant-checkbox-wrapper-disabled{cursor:not-allowed}.l2c-crm-ant-checkbox-wrapper+.l2c-crm-ant-checkbox-wrapper{margin-left:8px}.l2c-crm-ant-checkbox-wrapper.l2c-crm-ant-checkbox-wrapper-in-form-item input[type=checkbox]{width:14px;height:14px}.l2c-crm-ant-checkbox+span{padding-right:8px;padding-left:8px}.l2c-crm-ant-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.l2c-crm-ant-checkbox-group-item{margin-right:8px}.l2c-crm-ant-checkbox-group-item:last-child{margin-right:0}.l2c-crm-ant-checkbox-group-item+.l2c-crm-ant-checkbox-group-item{margin-left:0}.l2c-crm-ant-checkbox-indeterminate .l2c-crm-ant-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.l2c-crm-ant-checkbox-indeterminate .l2c-crm-ant-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#4c6aff;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.l2c-crm-ant-checkbox-indeterminate.l2c-crm-ant-checkbox-disabled .l2c-crm-ant-checkbox-inner:after{background-color:#00000040;border-color:#00000040}.l2c-crm-ant-checkbox-rtl{direction:rtl}.l2c-crm-ant-checkbox-group-rtl .l2c-crm-ant-checkbox-group-item{margin-right:0;margin-left:8px}.l2c-crm-ant-checkbox-group-rtl .l2c-crm-ant-checkbox-group-item:last-child{margin-left:0!important}.l2c-crm-ant-checkbox-group-rtl .l2c-crm-ant-checkbox-group-item+.l2c-crm-ant-checkbox-group-item{margin-left:8px}.l2c-crm-ant-collapse{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background-color:#fafafa;border:1px solid #d9d9d9;border-bottom:0;border-radius:2px}.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item{border-bottom:1px solid #d9d9d9}.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item:last-child,.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item:last-child>.l2c-crm-ant-collapse-header{border-radius:0 0 2px 2px}.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-header{position:relative;display:flex;flex-wrap:nowrap;align-items:flex-start;padding:12px 16px;color:#000000d9;line-height:1.5715;cursor:pointer;transition:all .3s,visibility 0s}.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-header .l2c-crm-ant-collapse-arrow{display:inline-block;margin-right:12px;font-size:12px;vertical-align:-1px}.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-header .l2c-crm-ant-collapse-arrow svg{transition:transform .24s}.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-header .l2c-crm-ant-collapse-header-text{flex:auto}.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-header .l2c-crm-ant-collapse-extra{margin-left:auto}.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-header:focus{outline:none}.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item .l2c-crm-ant-collapse-header-collapsible-only{cursor:default}.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item .l2c-crm-ant-collapse-header-collapsible-only .l2c-crm-ant-collapse-header-text{flex:none;cursor:pointer}.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item.l2c-crm-ant-collapse-no-arrow>.l2c-crm-ant-collapse-header{padding-left:12px}.l2c-crm-ant-collapse-icon-position-end>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-header{position:relative;padding:12px 40px 12px 16px}.l2c-crm-ant-collapse-icon-position-end>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-header .l2c-crm-ant-collapse-arrow{position:absolute;top:50%;right:16px;left:auto;margin:0;transform:translateY(-50%)}.l2c-crm-ant-collapse-content{color:#000000d9;background-color:#fff;border-top:1px solid #d9d9d9}.l2c-crm-ant-collapse-content>.l2c-crm-ant-collapse-content-box{padding:16px}.l2c-crm-ant-collapse-content-hidden{display:none}.l2c-crm-ant-collapse-item:last-child>.l2c-crm-ant-collapse-content{border-radius:0 0 2px 2px}.l2c-crm-ant-collapse-borderless{background-color:#fafafa;border:0}.l2c-crm-ant-collapse-borderless>.l2c-crm-ant-collapse-item{border-bottom:1px solid #d9d9d9}.l2c-crm-ant-collapse-borderless>.l2c-crm-ant-collapse-item:last-child,.l2c-crm-ant-collapse-borderless>.l2c-crm-ant-collapse-item:last-child .l2c-crm-ant-collapse-header{border-radius:0}.l2c-crm-ant-collapse-borderless>.l2c-crm-ant-collapse-item:last-child{border-bottom:0}.l2c-crm-ant-collapse-borderless>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-content{background-color:transparent;border-top:0}.l2c-crm-ant-collapse-borderless>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-content>.l2c-crm-ant-collapse-content-box{padding-top:4px}.l2c-crm-ant-collapse-ghost{background-color:transparent;border:0}.l2c-crm-ant-collapse-ghost>.l2c-crm-ant-collapse-item{border-bottom:0}.l2c-crm-ant-collapse-ghost>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-content{background-color:transparent;border-top:0}.l2c-crm-ant-collapse-ghost>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-content>.l2c-crm-ant-collapse-content-box{padding-top:12px;padding-bottom:12px}.l2c-crm-ant-collapse .l2c-crm-ant-collapse-item-disabled>.l2c-crm-ant-collapse-header,.l2c-crm-ant-collapse .l2c-crm-ant-collapse-item-disabled>.l2c-crm-ant-collapse-header>.arrow{color:#00000040;cursor:not-allowed}.l2c-crm-ant-collapse-rtl{direction:rtl}.l2c-crm-ant-collapse-rtl.l2c-crm-ant-collapse.l2c-crm-ant-collapse-icon-position-end>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-header{position:relative;padding:12px 16px 12px 40px}.l2c-crm-ant-collapse-rtl.l2c-crm-ant-collapse.l2c-crm-ant-collapse-icon-position-end>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-header .l2c-crm-ant-collapse-arrow{position:absolute;top:50%;right:auto;left:16px;margin:0;transform:translateY(-50%)}.l2c-crm-ant-collapse-rtl .l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-header{padding:12px 40px 12px 16px}.l2c-crm-ant-collapse-rtl.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-header .l2c-crm-ant-collapse-arrow{margin-right:0;margin-left:12px}.l2c-crm-ant-collapse-rtl.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-header .l2c-crm-ant-collapse-arrow svg{transform:rotate(180deg)}.l2c-crm-ant-collapse-rtl.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item>.l2c-crm-ant-collapse-header .l2c-crm-ant-collapse-extra{margin-right:auto;margin-left:0}.l2c-crm-ant-collapse-rtl.l2c-crm-ant-collapse>.l2c-crm-ant-collapse-item.l2c-crm-ant-collapse-no-arrow>.l2c-crm-ant-collapse-header{padding-right:12px;padding-left:0}.l2c-crm-ant-comment{position:relative;background-color:inherit}.l2c-crm-ant-comment-inner{display:flex;padding:16px 0}.l2c-crm-ant-comment-avatar{position:relative;flex-shrink:0;margin-right:12px;cursor:pointer}.l2c-crm-ant-comment-avatar img{width:32px;height:32px;border-radius:50%}.l2c-crm-ant-comment-content{position:relative;flex:1 1 auto;min-width:1px;font-size:14px;word-wrap:break-word}.l2c-crm-ant-comment-content-author{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:4px;font-size:14px}.l2c-crm-ant-comment-content-author>a,.l2c-crm-ant-comment-content-author>span{padding-right:8px;font-size:12px;line-height:18px}.l2c-crm-ant-comment-content-author-name{color:#00000073;font-size:14px;transition:color .3s}.l2c-crm-ant-comment-content-author-name>*{color:#00000073}.l2c-crm-ant-comment-content-author-name>*:hover{color:#00000073}.l2c-crm-ant-comment-content-author-time{color:#ccc;white-space:nowrap;cursor:auto}.l2c-crm-ant-comment-content-detail p{margin-bottom:inherit;white-space:pre-wrap}.l2c-crm-ant-comment-actions{margin-top:12px;margin-bottom:inherit;padding-left:0}.l2c-crm-ant-comment-actions>li{display:inline-block;color:#00000073}.l2c-crm-ant-comment-actions>li>span{margin-right:10px;color:#00000073;font-size:12px;cursor:pointer;transition:color .3s;-webkit-user-select:none;user-select:none}.l2c-crm-ant-comment-actions>li>span:hover{color:#595959}.l2c-crm-ant-comment-nested{margin-left:44px}.l2c-crm-ant-comment-rtl{direction:rtl}.l2c-crm-ant-comment-rtl .l2c-crm-ant-comment-avatar{margin-right:0;margin-left:12px}.l2c-crm-ant-comment-rtl .l2c-crm-ant-comment-content-author>a,.l2c-crm-ant-comment-rtl .l2c-crm-ant-comment-content-author>span{padding-right:0;padding-left:8px}.l2c-crm-ant-comment-rtl .l2c-crm-ant-comment-actions{padding-right:0}.l2c-crm-ant-comment-rtl .l2c-crm-ant-comment-actions>li>span{margin-right:0;margin-left:10px}.l2c-crm-ant-comment-rtl .l2c-crm-ant-comment-nested{margin-right:44px;margin-left:0}.l2c-crm-ant-picker-status-error.l2c-crm-ant-picker,.l2c-crm-ant-picker-status-error.l2c-crm-ant-picker:not([disabled]):hover{background-color:#fff;border-color:#ff4d4f}.l2c-crm-ant-picker-status-error.l2c-crm-ant-picker-focused,.l2c-crm-ant-picker-status-error.l2c-crm-ant-picker:focus{border-color:#ff7875;box-shadow:0 0 0 2px #ff4d4f33;border-right-width:1px;outline:0}.l2c-crm-ant-picker-status-error.l2c-crm-ant-picker .l2c-crm-ant-picker-active-bar{background:#ff7875}.l2c-crm-ant-picker-status-warning.l2c-crm-ant-picker,.l2c-crm-ant-picker-status-warning.l2c-crm-ant-picker:not([disabled]):hover{background-color:#fff;border-color:#faad14}.l2c-crm-ant-picker-status-warning.l2c-crm-ant-picker-focused,.l2c-crm-ant-picker-status-warning.l2c-crm-ant-picker:focus{border-color:#ffc53d;box-shadow:0 0 0 2px #faad1433;border-right-width:1px;outline:0}.l2c-crm-ant-picker-status-warning.l2c-crm-ant-picker .l2c-crm-ant-picker-active-bar{background:#ffc53d}.l2c-crm-ant-picker{box-sizing:border-box;margin:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";padding:4px 11px;position:relative;display:inline-flex;align-items:center;background:#fff;border:1px solid #d9d9d9;border-radius:2px;transition:border .3s,box-shadow .3s}.l2c-crm-ant-picker:hover,.l2c-crm-ant-picker-focused{border-color:#7591ff;border-right-width:1px}.l2c-crm-ant-input-rtl .l2c-crm-ant-picker:hover,.l2c-crm-ant-input-rtl .l2c-crm-ant-picker-focused{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-picker-focused{border-color:#7591ff;box-shadow:0 0 0 2px #4c6aff33;border-right-width:1px;outline:0}.l2c-crm-ant-input-rtl .l2c-crm-ant-picker-focused{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-picker.l2c-crm-ant-picker-disabled{background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.l2c-crm-ant-picker.l2c-crm-ant-picker-disabled .l2c-crm-ant-picker-suffix{color:#00000040}.l2c-crm-ant-picker.l2c-crm-ant-picker-borderless{background-color:transparent!important;border-color:transparent!important;box-shadow:none!important}.l2c-crm-ant-picker-input{position:relative;display:inline-flex;align-items:center;width:100%}.l2c-crm-ant-picker-input>input{position:relative;display:inline-block;width:100%;min-width:0;color:#000000d9;font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s;flex:auto;min-width:1px;height:auto;padding:0;background:transparent;border:0}.l2c-crm-ant-picker-input>input::placeholder{color:#bfbfbf;-webkit-user-select:none;user-select:none}.l2c-crm-ant-picker-input>input:placeholder-shown{text-overflow:ellipsis}.l2c-crm-ant-picker-input>input:hover{border-color:#7591ff;border-right-width:1px}.l2c-crm-ant-input-rtl .l2c-crm-ant-picker-input>input:hover{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-picker-input>input:focus,.l2c-crm-ant-picker-input>input-focused{border-color:#7591ff;box-shadow:0 0 0 2px #4c6aff33;border-right-width:1px;outline:0}.l2c-crm-ant-input-rtl .l2c-crm-ant-picker-input>input:focus,.l2c-crm-ant-input-rtl .l2c-crm-ant-picker-input>input-focused{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-picker-input>input-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.l2c-crm-ant-picker-input>input-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.l2c-crm-ant-picker-input>input[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.l2c-crm-ant-picker-input>input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.l2c-crm-ant-picker-input>input-borderless,.l2c-crm-ant-picker-input>input-borderless:hover,.l2c-crm-ant-picker-input>input-borderless:focus,.l2c-crm-ant-picker-input>input-borderless-focused,.l2c-crm-ant-picker-input>input-borderless-disabled,.l2c-crm-ant-picker-input>input-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.l2c-crm-ant-picker-input>input{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.l2c-crm-ant-picker-input>input-lg{padding:6.5px 11px;font-size:16px}.l2c-crm-ant-picker-input>input-sm{padding:0 7px}.l2c-crm-ant-picker-input>input-rtl{direction:rtl}.l2c-crm-ant-picker-input>input:focus{box-shadow:none}.l2c-crm-ant-picker-input>input[disabled]{background:transparent}.l2c-crm-ant-picker-input:hover .l2c-crm-ant-picker-clear{opacity:1}.l2c-crm-ant-picker-input-placeholder>input{color:#bfbfbf}.l2c-crm-ant-picker-large{padding:6.5px 11px}.l2c-crm-ant-picker-large .l2c-crm-ant-picker-input>input{font-size:16px}.l2c-crm-ant-picker-small{padding:0 7px}.l2c-crm-ant-picker-suffix{display:flex;flex:none;align-self:center;margin-left:4px;color:#00000040;line-height:1;pointer-events:none}.l2c-crm-ant-picker-suffix>*{vertical-align:top}.l2c-crm-ant-picker-suffix>*:not(:last-child){margin-right:8px}.l2c-crm-ant-picker-clear{position:absolute;top:50%;right:0;color:#00000040;line-height:1;background:#fff;transform:translateY(-50%);cursor:pointer;opacity:0;transition:opacity .3s,color .3s}.l2c-crm-ant-picker-clear>*{vertical-align:top}.l2c-crm-ant-picker-clear:hover{color:#00000073}.l2c-crm-ant-picker-separator{position:relative;display:inline-block;width:1em;height:16px;color:#00000040;font-size:16px;vertical-align:top;cursor:default}.l2c-crm-ant-picker-focused .l2c-crm-ant-picker-separator{color:#00000073}.l2c-crm-ant-picker-disabled .l2c-crm-ant-picker-range-separator .l2c-crm-ant-picker-separator{cursor:not-allowed}.l2c-crm-ant-picker-range{position:relative;display:inline-flex}.l2c-crm-ant-picker-range .l2c-crm-ant-picker-clear{right:11px}.l2c-crm-ant-picker-range:hover .l2c-crm-ant-picker-clear{opacity:1}.l2c-crm-ant-picker-range .l2c-crm-ant-picker-active-bar{bottom:-1px;height:2px;margin-left:11px;background:#4c6aff;opacity:0;transition:all .3s ease-out;pointer-events:none}.l2c-crm-ant-picker-range.l2c-crm-ant-picker-focused .l2c-crm-ant-picker-active-bar{opacity:1}.l2c-crm-ant-picker-range-separator{align-items:center;padding:0 8px;line-height:1}.l2c-crm-ant-picker-range.l2c-crm-ant-picker-small .l2c-crm-ant-picker-clear{right:7px}.l2c-crm-ant-picker-range.l2c-crm-ant-picker-small .l2c-crm-ant-picker-active-bar{margin-left:7px}.l2c-crm-ant-picker-dropdown{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050}.l2c-crm-ant-picker-dropdown-hidden{display:none}.l2c-crm-ant-picker-dropdown-placement-bottomLeft .l2c-crm-ant-picker-range-arrow{top:2.58561808px;display:block;transform:rotate(-135deg) translateY(1px)}.l2c-crm-ant-picker-dropdown-placement-topLeft .l2c-crm-ant-picker-range-arrow{bottom:2.58561808px;display:block;transform:rotate(45deg)}.l2c-crm-ant-picker-dropdown.l2c-crm-ant-slide-up-enter.l2c-crm-ant-slide-up-enter-active.l2c-crm-ant-picker-dropdown-placement-topLeft,.l2c-crm-ant-picker-dropdown.l2c-crm-ant-slide-up-enter.l2c-crm-ant-slide-up-enter-active.l2c-crm-ant-picker-dropdown-placement-topRight,.l2c-crm-ant-picker-dropdown.l2c-crm-ant-slide-up-appear.l2c-crm-ant-slide-up-appear-active.l2c-crm-ant-picker-dropdown-placement-topLeft,.l2c-crm-ant-picker-dropdown.l2c-crm-ant-slide-up-appear.l2c-crm-ant-slide-up-appear-active.l2c-crm-ant-picker-dropdown-placement-topRight{animation-name:antSlideDownIn}.l2c-crm-ant-picker-dropdown.l2c-crm-ant-slide-up-enter.l2c-crm-ant-slide-up-enter-active.l2c-crm-ant-picker-dropdown-placement-bottomLeft,.l2c-crm-ant-picker-dropdown.l2c-crm-ant-slide-up-enter.l2c-crm-ant-slide-up-enter-active.l2c-crm-ant-picker-dropdown-placement-bottomRight,.l2c-crm-ant-picker-dropdown.l2c-crm-ant-slide-up-appear.l2c-crm-ant-slide-up-appear-active.l2c-crm-ant-picker-dropdown-placement-bottomLeft,.l2c-crm-ant-picker-dropdown.l2c-crm-ant-slide-up-appear.l2c-crm-ant-slide-up-appear-active.l2c-crm-ant-picker-dropdown-placement-bottomRight{animation-name:antSlideUpIn}.l2c-crm-ant-picker-dropdown.l2c-crm-ant-slide-up-leave.l2c-crm-ant-slide-up-leave-active.l2c-crm-ant-picker-dropdown-placement-topLeft,.l2c-crm-ant-picker-dropdown.l2c-crm-ant-slide-up-leave.l2c-crm-ant-slide-up-leave-active.l2c-crm-ant-picker-dropdown-placement-topRight{animation-name:antSlideDownOut}.l2c-crm-ant-picker-dropdown.l2c-crm-ant-slide-up-leave.l2c-crm-ant-slide-up-leave-active.l2c-crm-ant-picker-dropdown-placement-bottomLeft,.l2c-crm-ant-picker-dropdown.l2c-crm-ant-slide-up-leave.l2c-crm-ant-slide-up-leave-active.l2c-crm-ant-picker-dropdown-placement-bottomRight{animation-name:antSlideUpOut}.l2c-crm-ant-picker-dropdown-range{padding:7.54247233px 0}.l2c-crm-ant-picker-dropdown-range-hidden{display:none}.l2c-crm-ant-picker-dropdown .l2c-crm-ant-picker-panel>.l2c-crm-ant-picker-time-panel{padding-top:4px}.l2c-crm-ant-picker-ranges{margin-bottom:0;padding:4px 12px;overflow:hidden;line-height:34px;text-align:left;list-style:none}.l2c-crm-ant-picker-ranges>li{display:inline-block}.l2c-crm-ant-picker-ranges .l2c-crm-ant-picker-preset>.l2c-crm-ant-tag-blue{color:#4c6aff;background:#f0f5ff;border-color:#c7d6ff;cursor:pointer}.l2c-crm-ant-picker-ranges .l2c-crm-ant-picker-ok{float:right;margin-left:8px}.l2c-crm-ant-picker-range-wrapper{display:flex}.l2c-crm-ant-picker-range-arrow{position:absolute;z-index:1;display:none;width:11.3137085px;height:11.3137085px;margin-left:16.5px;box-shadow:2px 2px 6px -2px #0000001a;transition:left .3s ease-out;border-radius:0 0 2px;pointer-events:none}.l2c-crm-ant-picker-range-arrow:before{position:absolute;top:-11.3137085px;left:-11.3137085px;width:33.9411255px;height:33.9411255px;background:#fff;background-repeat:no-repeat;background-position:-10px -10px;content:"";-webkit-clip-path:inset(33% 33%);clip-path:inset(33% 33%);-webkit-clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")}.l2c-crm-ant-picker-panel-container{overflow:hidden;vertical-align:top;background:#fff;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d;transition:margin .3s}.l2c-crm-ant-picker-panel-container .l2c-crm-ant-picker-panels{display:inline-flex;flex-wrap:nowrap;direction:ltr}.l2c-crm-ant-picker-panel-container .l2c-crm-ant-picker-panel{vertical-align:top;background:transparent;border-width:0 0 1px 0;border-radius:0}.l2c-crm-ant-picker-panel-container .l2c-crm-ant-picker-panel .l2c-crm-ant-picker-content,.l2c-crm-ant-picker-panel-container .l2c-crm-ant-picker-panel table{text-align:center}.l2c-crm-ant-picker-panel-container .l2c-crm-ant-picker-panel-focused{border-color:#f0f0f0}.l2c-crm-ant-picker-panel{display:inline-flex;flex-direction:column;text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:2px;outline:none}.l2c-crm-ant-picker-panel-focused{border-color:#4c6aff}.l2c-crm-ant-picker-decade-panel,.l2c-crm-ant-picker-year-panel,.l2c-crm-ant-picker-quarter-panel,.l2c-crm-ant-picker-month-panel,.l2c-crm-ant-picker-week-panel,.l2c-crm-ant-picker-date-panel,.l2c-crm-ant-picker-time-panel{display:flex;flex-direction:column;width:280px}.l2c-crm-ant-picker-header{display:flex;padding:0 8px;color:#000000d9;border-bottom:1px solid #f0f0f0}.l2c-crm-ant-picker-header>*{flex:none}.l2c-crm-ant-picker-header button{padding:0;color:#00000040;line-height:40px;background:transparent;border:0;cursor:pointer;transition:color .3s}.l2c-crm-ant-picker-header>button{min-width:1.6em;font-size:14px}.l2c-crm-ant-picker-header>button:hover{color:#000000d9}.l2c-crm-ant-picker-header-view{flex:auto;font-weight:500;line-height:40px}.l2c-crm-ant-picker-header-view button{color:inherit;font-weight:inherit}.l2c-crm-ant-picker-header-view button:not(:first-child){margin-left:8px}.l2c-crm-ant-picker-header-view button:hover{color:#4c6aff}.l2c-crm-ant-picker-prev-icon,.l2c-crm-ant-picker-next-icon,.l2c-crm-ant-picker-super-prev-icon,.l2c-crm-ant-picker-super-next-icon{position:relative;display:inline-block;width:7px;height:7px}.l2c-crm-ant-picker-prev-icon:before,.l2c-crm-ant-picker-next-icon:before,.l2c-crm-ant-picker-super-prev-icon:before,.l2c-crm-ant-picker-super-next-icon:before{position:absolute;top:0;left:0;display:inline-block;width:7px;height:7px;border:0 solid currentcolor;border-width:1.5px 0 0 1.5px;content:""}.l2c-crm-ant-picker-super-prev-icon:after,.l2c-crm-ant-picker-super-next-icon:after{position:absolute;top:4px;left:4px;display:inline-block;width:7px;height:7px;border:0 solid currentcolor;border-width:1.5px 0 0 1.5px;content:""}.l2c-crm-ant-picker-prev-icon,.l2c-crm-ant-picker-super-prev-icon{transform:rotate(-45deg)}.l2c-crm-ant-picker-next-icon,.l2c-crm-ant-picker-super-next-icon{transform:rotate(135deg)}.l2c-crm-ant-picker-content{width:100%;table-layout:fixed;border-collapse:collapse}.l2c-crm-ant-picker-content th,.l2c-crm-ant-picker-content td{position:relative;min-width:24px;font-weight:400}.l2c-crm-ant-picker-content th{height:30px;color:#000000d9;line-height:30px}.l2c-crm-ant-picker-cell{padding:3px 0;color:#00000040;cursor:pointer}.l2c-crm-ant-picker-cell-in-view{color:#000000d9}.l2c-crm-ant-picker-cell:before{position:absolute;top:50%;right:0;left:0;z-index:1;height:24px;transform:translateY(-50%);transition:all .3s;content:""}.l2c-crm-ant-picker-cell:hover:not(.l2c-crm-ant-picker-cell-in-view) .l2c-crm-ant-picker-cell-inner,.l2c-crm-ant-picker-cell:hover:not(.l2c-crm-ant-picker-cell-selected):not(.l2c-crm-ant-picker-cell-range-start):not(.l2c-crm-ant-picker-cell-range-end):not(.l2c-crm-ant-picker-cell-range-hover-start):not(.l2c-crm-ant-picker-cell-range-hover-end) .l2c-crm-ant-picker-cell-inner{background:#f5f5f5}.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-today .l2c-crm-ant-picker-cell-inner:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border:1px solid #4c6aff;border-radius:2px;content:""}.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-in-range{position:relative}.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-in-range:before{background:#f0f5ff}.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-selected .l2c-crm-ant-picker-cell-inner,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-start .l2c-crm-ant-picker-cell-inner,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-end .l2c-crm-ant-picker-cell-inner{color:#fff;background:#4c6aff}.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-start:not(.l2c-crm-ant-picker-cell-range-start-single):before,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-end:not(.l2c-crm-ant-picker-cell-range-end-single):before{background:#f0f5ff}.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-start:before{left:50%}.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-end:before{right:50%}.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-start:not(.l2c-crm-ant-picker-cell-in-range):not(.l2c-crm-ant-picker-cell-range-start):not(.l2c-crm-ant-picker-cell-range-end):after,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-end:not(.l2c-crm-ant-picker-cell-in-range):not(.l2c-crm-ant-picker-cell-range-start):not(.l2c-crm-ant-picker-cell-range-end):after,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-start.l2c-crm-ant-picker-cell-range-start-single:after,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-start.l2c-crm-ant-picker-cell-range-start.l2c-crm-ant-picker-cell-range-end.l2c-crm-ant-picker-cell-range-end-near-hover:after,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-end.l2c-crm-ant-picker-cell-range-start.l2c-crm-ant-picker-cell-range-end.l2c-crm-ant-picker-cell-range-start-near-hover:after,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-end.l2c-crm-ant-picker-cell-range-end-single:after,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover:not(.l2c-crm-ant-picker-cell-in-range):after{position:absolute;top:50%;z-index:0;height:24px;border-top:1px dashed #b2bfff;border-bottom:1px dashed #b2bfff;transform:translateY(-50%);transition:all .3s;content:""}.l2c-crm-ant-picker-cell-range-hover-start:after,.l2c-crm-ant-picker-cell-range-hover-end:after,.l2c-crm-ant-picker-cell-range-hover:after{right:0;left:2px}.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-in-range.l2c-crm-ant-picker-cell-range-hover:before,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-start.l2c-crm-ant-picker-cell-range-hover:before,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-end.l2c-crm-ant-picker-cell-range-hover:before,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-start:not(.l2c-crm-ant-picker-cell-range-start-single).l2c-crm-ant-picker-cell-range-hover-start:before,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-end:not(.l2c-crm-ant-picker-cell-range-end-single).l2c-crm-ant-picker-cell-range-hover-end:before,.l2c-crm-ant-picker-panel>:not(.l2c-crm-ant-picker-date-panel) .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-in-range.l2c-crm-ant-picker-cell-range-hover-start:before,.l2c-crm-ant-picker-panel>:not(.l2c-crm-ant-picker-date-panel) .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-in-range.l2c-crm-ant-picker-cell-range-hover-end:before{background:#ffffff}.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-start:not(.l2c-crm-ant-picker-cell-range-start-single):not(.l2c-crm-ant-picker-cell-range-end) .l2c-crm-ant-picker-cell-inner{border-radius:2px 0 0 2px}.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-end:not(.l2c-crm-ant-picker-cell-range-end-single):not(.l2c-crm-ant-picker-cell-range-start) .l2c-crm-ant-picker-cell-inner{border-radius:0 2px 2px 0}.l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-in-range.l2c-crm-ant-picker-cell-range-hover-start .l2c-crm-ant-picker-cell-inner:after,.l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-in-range.l2c-crm-ant-picker-cell-range-hover-end .l2c-crm-ant-picker-cell-inner:after{position:absolute;top:0;bottom:0;z-index:-1;background:#ffffff;transition:all .3s;content:""}.l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-in-range.l2c-crm-ant-picker-cell-range-hover-start .l2c-crm-ant-picker-cell-inner:after{right:-6px;left:0}.l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-in-range.l2c-crm-ant-picker-cell-range-hover-end .l2c-crm-ant-picker-cell-inner:after{right:0;left:-6px}.l2c-crm-ant-picker-cell-range-hover.l2c-crm-ant-picker-cell-range-start:after{right:50%}.l2c-crm-ant-picker-cell-range-hover.l2c-crm-ant-picker-cell-range-end:after{left:50%}tr>.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover:first-child:after,tr>.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-end:first-child:after,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-start.l2c-crm-ant-picker-cell-range-hover-edge-start.l2c-crm-ant-picker-cell-range-hover-edge-start-near-range:after,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-edge-start:not(.l2c-crm-ant-picker-cell-range-hover-edge-start-near-range):after,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-start:after{left:6px;border-left:1px dashed #b2bfff;border-top-left-radius:2px;border-bottom-left-radius:2px}tr>.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover:last-child:after,tr>.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-start:last-child:after,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-end.l2c-crm-ant-picker-cell-range-hover-edge-end.l2c-crm-ant-picker-cell-range-hover-edge-end-near-range:after,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-edge-end:not(.l2c-crm-ant-picker-cell-range-hover-edge-end-near-range):after,.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-end:after{right:6px;border-right:1px dashed #b2bfff;border-top-right-radius:2px;border-bottom-right-radius:2px}.l2c-crm-ant-picker-cell-disabled{color:#00000040;pointer-events:none}.l2c-crm-ant-picker-cell-disabled .l2c-crm-ant-picker-cell-inner{background:transparent}.l2c-crm-ant-picker-cell-disabled:before{background:rgba(0,0,0,.04)}.l2c-crm-ant-picker-cell-disabled.l2c-crm-ant-picker-cell-today .l2c-crm-ant-picker-cell-inner:before{border-color:#00000040}.l2c-crm-ant-picker-decade-panel .l2c-crm-ant-picker-content,.l2c-crm-ant-picker-year-panel .l2c-crm-ant-picker-content,.l2c-crm-ant-picker-quarter-panel .l2c-crm-ant-picker-content,.l2c-crm-ant-picker-month-panel .l2c-crm-ant-picker-content{height:264px}.l2c-crm-ant-picker-decade-panel .l2c-crm-ant-picker-cell-inner,.l2c-crm-ant-picker-year-panel .l2c-crm-ant-picker-cell-inner,.l2c-crm-ant-picker-quarter-panel .l2c-crm-ant-picker-cell-inner,.l2c-crm-ant-picker-month-panel .l2c-crm-ant-picker-cell-inner{padding:0 8px}.l2c-crm-ant-picker-quarter-panel .l2c-crm-ant-picker-content{height:56px}.l2c-crm-ant-picker-footer{width:-webkit-min-content;width:min-content;min-width:100%;line-height:38px;text-align:center;border-bottom:1px solid transparent}.l2c-crm-ant-picker-panel .l2c-crm-ant-picker-footer{border-top:1px solid #f0f0f0}.l2c-crm-ant-picker-footer-extra{padding:0 12px;line-height:38px;text-align:left}.l2c-crm-ant-picker-footer-extra:not(:last-child){border-bottom:1px solid #f0f0f0}.l2c-crm-ant-picker-now{text-align:left}.l2c-crm-ant-picker-today-btn{color:#4c6aff}.l2c-crm-ant-picker-today-btn:hover{color:#7591ff}.l2c-crm-ant-picker-today-btn:active{color:#364cd9}.l2c-crm-ant-picker-today-btn.l2c-crm-ant-picker-today-btn-disabled{color:#00000040;cursor:not-allowed}.l2c-crm-ant-picker-decade-panel .l2c-crm-ant-picker-cell-inner{padding:0 4px}.l2c-crm-ant-picker-decade-panel .l2c-crm-ant-picker-cell:before{display:none}.l2c-crm-ant-picker-year-panel .l2c-crm-ant-picker-body,.l2c-crm-ant-picker-quarter-panel .l2c-crm-ant-picker-body,.l2c-crm-ant-picker-month-panel .l2c-crm-ant-picker-body{padding:0 8px}.l2c-crm-ant-picker-year-panel .l2c-crm-ant-picker-cell-inner,.l2c-crm-ant-picker-quarter-panel .l2c-crm-ant-picker-cell-inner,.l2c-crm-ant-picker-month-panel .l2c-crm-ant-picker-cell-inner{width:60px}.l2c-crm-ant-picker-year-panel .l2c-crm-ant-picker-cell-range-hover-start:after,.l2c-crm-ant-picker-quarter-panel .l2c-crm-ant-picker-cell-range-hover-start:after,.l2c-crm-ant-picker-month-panel .l2c-crm-ant-picker-cell-range-hover-start:after{left:14px;border-left:1px dashed #b2bfff;border-radius:2px 0 0 2px}.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-year-panel .l2c-crm-ant-picker-cell-range-hover-start:after,.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-quarter-panel .l2c-crm-ant-picker-cell-range-hover-start:after,.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-month-panel .l2c-crm-ant-picker-cell-range-hover-start:after{right:14px;border-right:1px dashed #b2bfff;border-radius:0 2px 2px 0}.l2c-crm-ant-picker-year-panel .l2c-crm-ant-picker-cell-range-hover-end:after,.l2c-crm-ant-picker-quarter-panel .l2c-crm-ant-picker-cell-range-hover-end:after,.l2c-crm-ant-picker-month-panel .l2c-crm-ant-picker-cell-range-hover-end:after{right:14px;border-right:1px dashed #b2bfff;border-radius:0 2px 2px 0}.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-year-panel .l2c-crm-ant-picker-cell-range-hover-end:after,.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-quarter-panel .l2c-crm-ant-picker-cell-range-hover-end:after,.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-month-panel .l2c-crm-ant-picker-cell-range-hover-end:after{left:14px;border-left:1px dashed #b2bfff;border-radius:2px 0 0 2px}.l2c-crm-ant-picker-week-panel .l2c-crm-ant-picker-body{padding:8px 12px}.l2c-crm-ant-picker-week-panel .l2c-crm-ant-picker-cell:hover .l2c-crm-ant-picker-cell-inner,.l2c-crm-ant-picker-week-panel .l2c-crm-ant-picker-cell-selected .l2c-crm-ant-picker-cell-inner,.l2c-crm-ant-picker-week-panel .l2c-crm-ant-picker-cell .l2c-crm-ant-picker-cell-inner{background:transparent!important}.l2c-crm-ant-picker-week-panel-row td{transition:background .3s}.l2c-crm-ant-picker-week-panel-row:hover td{background:#f5f5f5}.l2c-crm-ant-picker-week-panel-row-selected td,.l2c-crm-ant-picker-week-panel-row-selected:hover td{background:#4c6aff}.l2c-crm-ant-picker-week-panel-row-selected td.l2c-crm-ant-picker-cell-week,.l2c-crm-ant-picker-week-panel-row-selected:hover td.l2c-crm-ant-picker-cell-week{color:#ffffff80}.l2c-crm-ant-picker-week-panel-row-selected td.l2c-crm-ant-picker-cell-today .l2c-crm-ant-picker-cell-inner:before,.l2c-crm-ant-picker-week-panel-row-selected:hover td.l2c-crm-ant-picker-cell-today .l2c-crm-ant-picker-cell-inner:before{border-color:#fff}.l2c-crm-ant-picker-week-panel-row-selected td .l2c-crm-ant-picker-cell-inner,.l2c-crm-ant-picker-week-panel-row-selected:hover td .l2c-crm-ant-picker-cell-inner{color:#fff}.l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-body{padding:8px 12px}.l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-content{width:252px}.l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-content th{width:36px}.l2c-crm-ant-picker-datetime-panel{display:flex}.l2c-crm-ant-picker-datetime-panel .l2c-crm-ant-picker-time-panel{border-left:1px solid #f0f0f0}.l2c-crm-ant-picker-datetime-panel .l2c-crm-ant-picker-date-panel,.l2c-crm-ant-picker-datetime-panel .l2c-crm-ant-picker-time-panel{transition:opacity .3s}.l2c-crm-ant-picker-datetime-panel-active .l2c-crm-ant-picker-date-panel,.l2c-crm-ant-picker-datetime-panel-active .l2c-crm-ant-picker-time-panel{opacity:.3}.l2c-crm-ant-picker-datetime-panel-active .l2c-crm-ant-picker-date-panel-active,.l2c-crm-ant-picker-datetime-panel-active .l2c-crm-ant-picker-time-panel-active{opacity:1}.l2c-crm-ant-picker-time-panel{width:auto;min-width:auto}.l2c-crm-ant-picker-time-panel .l2c-crm-ant-picker-content{display:flex;flex:auto;height:224px}.l2c-crm-ant-picker-time-panel-column{flex:1 0 auto;width:56px;margin:0;padding:0;overflow-y:hidden;text-align:left;list-style:none;transition:background .3s}.l2c-crm-ant-picker-time-panel-column:after{display:block;height:196px;content:""}.l2c-crm-ant-picker-datetime-panel .l2c-crm-ant-picker-time-panel-column:after{height:198px}.l2c-crm-ant-picker-time-panel-column:not(:first-child){border-left:1px solid #f0f0f0}.l2c-crm-ant-picker-time-panel-column-active{background:rgba(240,245,255,.2)}.l2c-crm-ant-picker-time-panel-column:hover{overflow-y:auto}.l2c-crm-ant-picker-time-panel-column>li{margin:0;padding:0}.l2c-crm-ant-picker-time-panel-column>li.l2c-crm-ant-picker-time-panel-cell .l2c-crm-ant-picker-time-panel-cell-inner{display:block;width:100%;height:28px;margin:0;padding:0 0 0 14px;color:#000000d9;line-height:28px;border-radius:0;cursor:pointer;transition:background .3s}.l2c-crm-ant-picker-time-panel-column>li.l2c-crm-ant-picker-time-panel-cell .l2c-crm-ant-picker-time-panel-cell-inner:hover{background:#f5f5f5}.l2c-crm-ant-picker-time-panel-column>li.l2c-crm-ant-picker-time-panel-cell-selected .l2c-crm-ant-picker-time-panel-cell-inner{background:#f0f5ff}.l2c-crm-ant-picker-time-panel-column>li.l2c-crm-ant-picker-time-panel-cell-disabled .l2c-crm-ant-picker-time-panel-cell-inner{color:#00000040;background:transparent;cursor:not-allowed}_:-ms-fullscreen .l2c-crm-ant-picker-range-wrapper .l2c-crm-ant-picker-month-panel .l2c-crm-ant-picker-cell,:root .l2c-crm-ant-picker-range-wrapper .l2c-crm-ant-picker-month-panel .l2c-crm-ant-picker-cell,_:-ms-fullscreen .l2c-crm-ant-picker-range-wrapper .l2c-crm-ant-picker-year-panel .l2c-crm-ant-picker-cell,:root .l2c-crm-ant-picker-range-wrapper .l2c-crm-ant-picker-year-panel .l2c-crm-ant-picker-cell{padding:21px 0}.l2c-crm-ant-picker-rtl{direction:rtl}.l2c-crm-ant-picker-rtl .l2c-crm-ant-picker-suffix{margin-right:4px;margin-left:0}.l2c-crm-ant-picker-rtl .l2c-crm-ant-picker-clear{right:auto;left:0}.l2c-crm-ant-picker-rtl .l2c-crm-ant-picker-separator{transform:rotate(180deg)}.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-header-view button:not(:first-child){margin-right:8px;margin-left:0}.l2c-crm-ant-picker-rtl.l2c-crm-ant-picker-range .l2c-crm-ant-picker-clear{right:auto;left:11px}.l2c-crm-ant-picker-rtl.l2c-crm-ant-picker-range .l2c-crm-ant-picker-active-bar{margin-right:11px;margin-left:0}.l2c-crm-ant-picker-rtl.l2c-crm-ant-picker-range.l2c-crm-ant-picker-small .l2c-crm-ant-picker-active-bar{margin-right:7px}.l2c-crm-ant-picker-dropdown-rtl .l2c-crm-ant-picker-ranges{text-align:right}.l2c-crm-ant-picker-dropdown-rtl .l2c-crm-ant-picker-ranges .l2c-crm-ant-picker-ok{float:left;margin-right:8px;margin-left:0}.l2c-crm-ant-picker-panel-rtl{direction:rtl}.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-prev-icon,.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-super-prev-icon{transform:rotate(135deg)}.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-next-icon,.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-super-next-icon{transform:rotate(-45deg)}.l2c-crm-ant-picker-cell .l2c-crm-ant-picker-cell-inner{position:relative;z-index:2;display:inline-block;min-width:24px;height:24px;line-height:24px;border-radius:2px;transition:background .3s,border .3s}.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-start:before{right:50%;left:0}.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-end:before{right:0;left:50%}.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-start.l2c-crm-ant-picker-cell-range-end:before{right:50%;left:50%}.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-in-range.l2c-crm-ant-picker-cell-range-hover-start .l2c-crm-ant-picker-cell-inner:after{right:0;left:-6px}.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-date-panel .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-in-range.l2c-crm-ant-picker-cell-range-hover-end .l2c-crm-ant-picker-cell-inner:after{right:-6px;left:0}.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-range-hover.l2c-crm-ant-picker-cell-range-start:after{right:0;left:50%}.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-range-hover.l2c-crm-ant-picker-cell-range-end:after{right:50%;left:0}.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-start:not(.l2c-crm-ant-picker-cell-range-start-single):not(.l2c-crm-ant-picker-cell-range-end) .l2c-crm-ant-picker-cell-inner{border-radius:0 2px 2px 0}.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-end:not(.l2c-crm-ant-picker-cell-range-end-single):not(.l2c-crm-ant-picker-cell-range-start) .l2c-crm-ant-picker-cell-inner{border-radius:2px 0 0 2px}.l2c-crm-ant-picker-panel-rtl tr>.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover:not(.l2c-crm-ant-picker-cell-selected):first-child:after,.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-start.l2c-crm-ant-picker-cell-range-hover-edge-start.l2c-crm-ant-picker-cell-range-hover-edge-start-near-range:after,.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-edge-start:not(.l2c-crm-ant-picker-cell-range-hover-edge-start-near-range):after,.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-start:after{right:6px;left:0;border-right:1px dashed #b2bfff;border-left:none;border-radius:0 2px 2px 0}.l2c-crm-ant-picker-panel-rtl tr>.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover:not(.l2c-crm-ant-picker-cell-selected):last-child:after,.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-end.l2c-crm-ant-picker-cell-range-hover-edge-end.l2c-crm-ant-picker-cell-range-hover-edge-end-near-range:after,.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-edge-end:not(.l2c-crm-ant-picker-cell-range-hover-edge-end-near-range):after,.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-end:after{right:0;left:6px;border-right:none;border-left:1px dashed #b2bfff;border-radius:2px 0 0 2px}.l2c-crm-ant-picker-panel-rtl tr>.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-start:last-child:after,.l2c-crm-ant-picker-panel-rtl tr>.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-range-hover-end:first-child:after,.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-start.l2c-crm-ant-picker-cell-range-hover-edge-start:not(.l2c-crm-ant-picker-cell-range-hover):after,.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-start.l2c-crm-ant-picker-cell-range-hover-end.l2c-crm-ant-picker-cell-range-hover-edge-start:not(.l2c-crm-ant-picker-cell-range-hover):after,.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-end.l2c-crm-ant-picker-cell-range-hover-start.l2c-crm-ant-picker-cell-range-hover-edge-end:not(.l2c-crm-ant-picker-cell-range-hover):after,.l2c-crm-ant-picker-panel-rtl tr>.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-start.l2c-crm-ant-picker-cell-range-hover.l2c-crm-ant-picker-cell-range-hover-edge-start:last-child:after,.l2c-crm-ant-picker-panel-rtl tr>.l2c-crm-ant-picker-cell-in-view.l2c-crm-ant-picker-cell-end.l2c-crm-ant-picker-cell-range-hover.l2c-crm-ant-picker-cell-range-hover-edge-end:first-child:after{right:6px;left:6px;border-right:1px dashed #b2bfff;border-left:1px dashed #b2bfff;border-radius:2px}.l2c-crm-ant-picker-dropdown-rtl .l2c-crm-ant-picker-footer-extra{direction:rtl;text-align:right}.l2c-crm-ant-picker-panel-rtl .l2c-crm-ant-picker-time-panel{direction:ltr}.l2c-crm-ant-descriptions-header{display:flex;align-items:center;margin-bottom:20px}.l2c-crm-ant-descriptions-title{flex:auto;overflow:hidden;color:#000000d9;font-weight:700;font-size:16px;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.l2c-crm-ant-descriptions-extra{margin-left:auto;color:#000000d9;font-size:14px}.l2c-crm-ant-descriptions-view{width:100%;border-radius:2px}.l2c-crm-ant-descriptions-view table{width:100%;table-layout:fixed}.l2c-crm-ant-descriptions-row>th,.l2c-crm-ant-descriptions-row>td{padding-bottom:16px}.l2c-crm-ant-descriptions-row:last-child{border-bottom:none}.l2c-crm-ant-descriptions-item-label{color:#000000d9;font-weight:400;font-size:14px;line-height:1.5715;text-align:start}.l2c-crm-ant-descriptions-item-label:after{content:":";position:relative;top:-.5px;margin:0 8px 0 2px}.l2c-crm-ant-descriptions-item-label.l2c-crm-ant-descriptions-item-no-colon:after{content:" "}.l2c-crm-ant-descriptions-item-no-label:after{margin:0;content:""}.l2c-crm-ant-descriptions-item-content{display:table-cell;flex:1 1;color:#000000d9;font-size:14px;line-height:1.5715;word-break:break-word;overflow-wrap:break-word}.l2c-crm-ant-descriptions-item{padding-bottom:0;vertical-align:top}.l2c-crm-ant-descriptions-item-container{display:flex}.l2c-crm-ant-descriptions-item-container .l2c-crm-ant-descriptions-item-label,.l2c-crm-ant-descriptions-item-container .l2c-crm-ant-descriptions-item-content{display:inline-flex;align-items:baseline}.l2c-crm-ant-descriptions-middle .l2c-crm-ant-descriptions-row>th,.l2c-crm-ant-descriptions-middle .l2c-crm-ant-descriptions-row>td{padding-bottom:12px}.l2c-crm-ant-descriptions-small .l2c-crm-ant-descriptions-row>th,.l2c-crm-ant-descriptions-small .l2c-crm-ant-descriptions-row>td{padding-bottom:8px}.l2c-crm-ant-descriptions-bordered .l2c-crm-ant-descriptions-view{border:1px solid #f0f0f0}.l2c-crm-ant-descriptions-bordered .l2c-crm-ant-descriptions-view>table{table-layout:auto;border-collapse:collapse}.l2c-crm-ant-descriptions-bordered .l2c-crm-ant-descriptions-item-label,.l2c-crm-ant-descriptions-bordered .l2c-crm-ant-descriptions-item-content{padding:16px 24px;border-right:1px solid #f0f0f0}.l2c-crm-ant-descriptions-bordered .l2c-crm-ant-descriptions-item-label:last-child,.l2c-crm-ant-descriptions-bordered .l2c-crm-ant-descriptions-item-content:last-child{border-right:none}.l2c-crm-ant-descriptions-bordered .l2c-crm-ant-descriptions-item-label{background-color:#fafafa}.l2c-crm-ant-descriptions-bordered .l2c-crm-ant-descriptions-item-label:after{display:none}.l2c-crm-ant-descriptions-bordered .l2c-crm-ant-descriptions-row{border-bottom:1px solid #f0f0f0}.l2c-crm-ant-descriptions-bordered .l2c-crm-ant-descriptions-row:last-child{border-bottom:none}.l2c-crm-ant-descriptions-bordered.l2c-crm-ant-descriptions-middle .l2c-crm-ant-descriptions-item-label,.l2c-crm-ant-descriptions-bordered.l2c-crm-ant-descriptions-middle .l2c-crm-ant-descriptions-item-content{padding:12px 24px}.l2c-crm-ant-descriptions-bordered.l2c-crm-ant-descriptions-small .l2c-crm-ant-descriptions-item-label,.l2c-crm-ant-descriptions-bordered.l2c-crm-ant-descriptions-small .l2c-crm-ant-descriptions-item-content{padding:8px 16px}.l2c-crm-ant-descriptions-rtl{direction:rtl}.l2c-crm-ant-descriptions-rtl .l2c-crm-ant-descriptions-item-label:after{margin:0 2px 0 8px}.l2c-crm-ant-descriptions-rtl.l2c-crm-ant-descriptions-bordered .l2c-crm-ant-descriptions-item-label,.l2c-crm-ant-descriptions-rtl.l2c-crm-ant-descriptions-bordered .l2c-crm-ant-descriptions-item-content{border-right:none;border-left:1px solid #f0f0f0}.l2c-crm-ant-descriptions-rtl.l2c-crm-ant-descriptions-bordered .l2c-crm-ant-descriptions-item-label:last-child,.l2c-crm-ant-descriptions-rtl.l2c-crm-ant-descriptions-bordered .l2c-crm-ant-descriptions-item-content:last-child{border-left:none}.l2c-crm-ant-divider{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";border-top:1px solid rgba(0,0,0,.06)}.l2c-crm-ant-divider-vertical{position:relative;top:-.06em;display:inline-block;height:.9em;margin:0 8px;vertical-align:middle;border-top:0;border-left:1px solid rgba(0,0,0,.06)}.l2c-crm-ant-divider-horizontal{display:flex;clear:both;width:100%;min-width:100%;margin:24px 0}.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text{display:flex;margin:16px 0;color:#000000d9;font-weight:500;font-size:16px;white-space:nowrap;text-align:center;border-top:0;border-top-color:#0000000f}.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text:before,.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text:after{position:relative;top:50%;width:50%;border-top:1px solid transparent;border-top-color:inherit;border-bottom:0;transform:translateY(50%);content:""}.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text-left:before{top:50%;width:5%}.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text-left:after{top:50%;width:95%}.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text-right:before{top:50%;width:95%}.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text-right:after{top:50%;width:5%}.l2c-crm-ant-divider-inner-text{display:inline-block;padding:0 1em}.l2c-crm-ant-divider-dashed{background:none;border-color:#0000000f;border-style:dashed;border-width:1px 0 0}.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text.l2c-crm-ant-divider-dashed:before,.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text.l2c-crm-ant-divider-dashed:after{border-style:dashed none none}.l2c-crm-ant-divider-vertical.l2c-crm-ant-divider-dashed{border-width:0 0 0 1px}.l2c-crm-ant-divider-plain.l2c-crm-ant-divider-with-text{color:#000000d9;font-weight:400;font-size:14px}.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text-left.l2c-crm-ant-divider-no-default-orientation-margin-left:before{width:0}.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text-left.l2c-crm-ant-divider-no-default-orientation-margin-left:after{width:100%}.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text-left.l2c-crm-ant-divider-no-default-orientation-margin-left .l2c-crm-ant-divider-inner-text{padding-left:0}.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text-right.l2c-crm-ant-divider-no-default-orientation-margin-right:before{width:100%}.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text-right.l2c-crm-ant-divider-no-default-orientation-margin-right:after{width:0}.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text-right.l2c-crm-ant-divider-no-default-orientation-margin-right .l2c-crm-ant-divider-inner-text{padding-right:0}.l2c-crm-ant-divider-rtl{direction:rtl}.l2c-crm-ant-divider-rtl.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text-left:before{width:95%}.l2c-crm-ant-divider-rtl.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text-left:after{width:5%}.l2c-crm-ant-divider-rtl.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text-right:before{width:5%}.l2c-crm-ant-divider-rtl.l2c-crm-ant-divider-horizontal.l2c-crm-ant-divider-with-text-right:after{width:95%}.l2c-crm-ant-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none}.l2c-crm-ant-drawer-inline{position:absolute}.l2c-crm-ant-drawer-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1000;background:rgba(0,0,0,.45);pointer-events:auto}.l2c-crm-ant-drawer-content-wrapper{position:absolute;z-index:1000;transition:all .3s}.l2c-crm-ant-drawer-content-wrapper-hidden{display:none}.l2c-crm-ant-drawer-left>.l2c-crm-ant-drawer-content-wrapper{top:0;bottom:0;left:0;box-shadow:6px 0 16px -8px #00000014,9px 0 28px #0000000d,12px 0 48px 16px #00000008}.l2c-crm-ant-drawer-right>.l2c-crm-ant-drawer-content-wrapper{top:0;right:0;bottom:0;box-shadow:-6px 0 16px -8px #00000014,-9px 0 28px #0000000d,-12px 0 48px 16px #00000008}.l2c-crm-ant-drawer-top>.l2c-crm-ant-drawer-content-wrapper{top:0;right:0;left:0;box-shadow:0 6px 16px -8px #00000014,0 9px 28px #0000000d,0 12px 48px 16px #00000008}.l2c-crm-ant-drawer-bottom>.l2c-crm-ant-drawer-content-wrapper{right:0;bottom:0;left:0;box-shadow:0 -6px 16px -8px #00000014,0 -9px 28px #0000000d,0 -12px 48px 16px #00000008}.l2c-crm-ant-drawer-content{width:100%;height:100%;overflow:auto;background:#fff;pointer-events:auto}.l2c-crm-ant-drawer-wrapper-body{display:flex;flex-direction:column;width:100%;height:100%}.l2c-crm-ant-drawer-header{display:flex;flex:0 1;align-items:center;padding:16px 24px;font-size:16px;line-height:22px;border-bottom:1px solid #f0f0f0}.l2c-crm-ant-drawer-header-title{display:flex;flex:1 1;align-items:center;min-width:0;min-height:0}.l2c-crm-ant-drawer-extra{flex:0 1}.l2c-crm-ant-drawer-close{display:inline-block;margin-right:12px;color:#00000073;font-weight:700;font-size:16px;font-style:normal;line-height:1;text-align:center;text-transform:none;text-decoration:none;background:transparent;border:0;outline:0;cursor:pointer;transition:color .3s;text-rendering:auto}.l2c-crm-ant-drawer-close:focus,.l2c-crm-ant-drawer-close:hover{color:#000000bf;text-decoration:none}.l2c-crm-ant-drawer-title{flex:1 1;margin:0;color:#000000d9;font-weight:500;font-size:16px;line-height:22px}.l2c-crm-ant-drawer-body{flex:1 1;min-width:0;min-height:0;padding:24px;overflow:auto}.l2c-crm-ant-drawer-footer{flex-shrink:0;padding:10px 16px;border-top:1px solid #f0f0f0}.panel-motion-enter-start,.panel-motion-appear-start,.panel-motion-leave-start{transition:none}.panel-motion-enter-active,.panel-motion-appear-active,.panel-motion-leave-active,.l2c-crm-ant-drawer-mask-motion-enter-active,.l2c-crm-ant-drawer-mask-motion-appear-active,.l2c-crm-ant-drawer-mask-motion-leave-active{transition:all .3s}.l2c-crm-ant-drawer-mask-motion-enter,.l2c-crm-ant-drawer-mask-motion-appear{opacity:0}.l2c-crm-ant-drawer-mask-motion-enter-active,.l2c-crm-ant-drawer-mask-motion-appear-active,.l2c-crm-ant-drawer-mask-motion-leave{opacity:1}.l2c-crm-ant-drawer-mask-motion-leave-active{opacity:0}.l2c-crm-ant-drawer-panel-motion-left-enter-start,.l2c-crm-ant-drawer-panel-motion-left-appear-start,.l2c-crm-ant-drawer-panel-motion-left-leave-start{transition:none}.l2c-crm-ant-drawer-panel-motion-left-enter-active,.l2c-crm-ant-drawer-panel-motion-left-appear-active,.l2c-crm-ant-drawer-panel-motion-left-leave-active{transition:all .3s}.l2c-crm-ant-drawer-panel-motion-left-enter,.l2c-crm-ant-drawer-panel-motion-left-appear{transform:translate(-100%)}.l2c-crm-ant-drawer-panel-motion-left-enter-active,.l2c-crm-ant-drawer-panel-motion-left-appear-active,.l2c-crm-ant-drawer-panel-motion-left-leave{transform:translate(0)}.l2c-crm-ant-drawer-panel-motion-left-leave-active{transform:translate(-100%)}.l2c-crm-ant-drawer-panel-motion-right-enter-start,.l2c-crm-ant-drawer-panel-motion-right-appear-start,.l2c-crm-ant-drawer-panel-motion-right-leave-start{transition:none}.l2c-crm-ant-drawer-panel-motion-right-enter-active,.l2c-crm-ant-drawer-panel-motion-right-appear-active,.l2c-crm-ant-drawer-panel-motion-right-leave-active{transition:all .3s}.l2c-crm-ant-drawer-panel-motion-right-enter,.l2c-crm-ant-drawer-panel-motion-right-appear{transform:translate(100%)}.l2c-crm-ant-drawer-panel-motion-right-enter-active,.l2c-crm-ant-drawer-panel-motion-right-appear-active,.l2c-crm-ant-drawer-panel-motion-right-leave{transform:translate(0)}.l2c-crm-ant-drawer-panel-motion-right-leave-active{transform:translate(100%)}.l2c-crm-ant-drawer-panel-motion-top-enter-start,.l2c-crm-ant-drawer-panel-motion-top-appear-start,.l2c-crm-ant-drawer-panel-motion-top-leave-start{transition:none}.l2c-crm-ant-drawer-panel-motion-top-enter-active,.l2c-crm-ant-drawer-panel-motion-top-appear-active,.l2c-crm-ant-drawer-panel-motion-top-leave-active{transition:all .3s}.l2c-crm-ant-drawer-panel-motion-top-enter,.l2c-crm-ant-drawer-panel-motion-top-appear{transform:translateY(-100%)}.l2c-crm-ant-drawer-panel-motion-top-enter-active,.l2c-crm-ant-drawer-panel-motion-top-appear-active,.l2c-crm-ant-drawer-panel-motion-top-leave{transform:translateY(0)}.l2c-crm-ant-drawer-panel-motion-top-leave-active{transform:translateY(-100%)}.l2c-crm-ant-drawer-panel-motion-bottom-enter-start,.l2c-crm-ant-drawer-panel-motion-bottom-appear-start,.l2c-crm-ant-drawer-panel-motion-bottom-leave-start{transition:none}.l2c-crm-ant-drawer-panel-motion-bottom-enter-active,.l2c-crm-ant-drawer-panel-motion-bottom-appear-active,.l2c-crm-ant-drawer-panel-motion-bottom-leave-active{transition:all .3s}.l2c-crm-ant-drawer-panel-motion-bottom-enter,.l2c-crm-ant-drawer-panel-motion-bottom-appear{transform:translateY(100%)}.l2c-crm-ant-drawer-panel-motion-bottom-enter-active,.l2c-crm-ant-drawer-panel-motion-bottom-appear-active,.l2c-crm-ant-drawer-panel-motion-bottom-leave{transform:translateY(0)}.l2c-crm-ant-drawer-panel-motion-bottom-leave-active{transform:translateY(100%)}.l2c-crm-ant-drawer-rtl{direction:rtl}.l2c-crm-ant-drawer-rtl .l2c-crm-ant-drawer-close{margin-right:0;margin-left:12px}.l2c-crm-ant-dropdown-menu-item.l2c-crm-ant-dropdown-menu-item-danger{color:#ff4d4f}.l2c-crm-ant-dropdown-menu-item.l2c-crm-ant-dropdown-menu-item-danger:hover{color:#fff;background-color:#ff4d4f}.l2c-crm-ant-dropdown{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;display:block}.l2c-crm-ant-dropdown:before{position:absolute;top:-4px;right:0;bottom:-4px;left:-7px;z-index:-9999;opacity:.0001;content:" "}.l2c-crm-ant-dropdown-wrap{position:relative}.l2c-crm-ant-dropdown-wrap .l2c-crm-ant-btn>.anticon-down{font-size:10px}.l2c-crm-ant-dropdown-wrap .anticon-down:before{transition:transform .2s}.l2c-crm-ant-dropdown-wrap-open .anticon-down:before{transform:rotate(180deg)}.l2c-crm-ant-dropdown-hidden,.l2c-crm-ant-dropdown-menu-hidden,.l2c-crm-ant-dropdown-menu-submenu-hidden{display:none}.l2c-crm-ant-dropdown-show-arrow.l2c-crm-ant-dropdown-placement-topLeft,.l2c-crm-ant-dropdown-show-arrow.l2c-crm-ant-dropdown-placement-top,.l2c-crm-ant-dropdown-show-arrow.l2c-crm-ant-dropdown-placement-topRight{padding-bottom:15.3137085px}.l2c-crm-ant-dropdown-show-arrow.l2c-crm-ant-dropdown-placement-bottomLeft,.l2c-crm-ant-dropdown-show-arrow.l2c-crm-ant-dropdown-placement-bottom,.l2c-crm-ant-dropdown-show-arrow.l2c-crm-ant-dropdown-placement-bottomRight{padding-top:15.3137085px}.l2c-crm-ant-dropdown-arrow{position:absolute;z-index:1;display:block;width:11.3137085px;height:11.3137085px;border-radius:0 0 2px;pointer-events:none}.l2c-crm-ant-dropdown-arrow:before{position:absolute;top:-11.3137085px;left:-11.3137085px;width:33.9411255px;height:33.9411255px;background:#fff;background-repeat:no-repeat;background-position:-10px -10px;content:"";-webkit-clip-path:inset(33% 33%);clip-path:inset(33% 33%);-webkit-clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")}.l2c-crm-ant-dropdown-placement-top>.l2c-crm-ant-dropdown-arrow,.l2c-crm-ant-dropdown-placement-topLeft>.l2c-crm-ant-dropdown-arrow,.l2c-crm-ant-dropdown-placement-topRight>.l2c-crm-ant-dropdown-arrow{bottom:10px;box-shadow:3px 3px 7px -3px #0000001a;transform:rotate(45deg)}.l2c-crm-ant-dropdown-placement-top>.l2c-crm-ant-dropdown-arrow{left:50%;transform:translate(-50%) rotate(45deg)}.l2c-crm-ant-dropdown-placement-topLeft>.l2c-crm-ant-dropdown-arrow{left:16px}.l2c-crm-ant-dropdown-placement-topRight>.l2c-crm-ant-dropdown-arrow{right:16px}.l2c-crm-ant-dropdown-placement-bottom>.l2c-crm-ant-dropdown-arrow,.l2c-crm-ant-dropdown-placement-bottomLeft>.l2c-crm-ant-dropdown-arrow,.l2c-crm-ant-dropdown-placement-bottomRight>.l2c-crm-ant-dropdown-arrow{top:9.41421356px;box-shadow:2px 2px 5px -2px #0000001a;transform:rotate(-135deg) translateY(-.5px)}.l2c-crm-ant-dropdown-placement-bottom>.l2c-crm-ant-dropdown-arrow{left:50%;transform:translate(-50%) rotate(-135deg) translateY(-.5px)}.l2c-crm-ant-dropdown-placement-bottomLeft>.l2c-crm-ant-dropdown-arrow{left:16px}.l2c-crm-ant-dropdown-placement-bottomRight>.l2c-crm-ant-dropdown-arrow{right:16px}.l2c-crm-ant-dropdown-menu{position:relative;margin:0;padding:4px 0;text-align:left;list-style-type:none;background-color:#fff;background-clip:padding-box;border-radius:2px;outline:none;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.l2c-crm-ant-dropdown-menu-item-group-title{padding:5px 12px;color:#00000073;transition:all .3s}.l2c-crm-ant-dropdown-menu-submenu-popup{position:absolute;z-index:1050;background:transparent;box-shadow:none;transform-origin:0 0}.l2c-crm-ant-dropdown-menu-submenu-popup ul,.l2c-crm-ant-dropdown-menu-submenu-popup li{list-style:none}.l2c-crm-ant-dropdown-menu-submenu-popup ul{margin-right:.3em;margin-left:.3em}.l2c-crm-ant-dropdown-menu-item{position:relative;display:flex;align-items:center}.l2c-crm-ant-dropdown-menu-item-icon{min-width:12px;margin-right:8px;font-size:12px}.l2c-crm-ant-dropdown-menu-title-content{flex:auto}.l2c-crm-ant-dropdown-menu-title-content>a{color:inherit;transition:all .3s}.l2c-crm-ant-dropdown-menu-title-content>a:hover{color:inherit}.l2c-crm-ant-dropdown-menu-title-content>a:after{position:absolute;top:0;right:0;bottom:0;left:0;content:""}.l2c-crm-ant-dropdown-menu-item,.l2c-crm-ant-dropdown-menu-submenu-title{clear:both;margin:0;padding:5px 12px;color:#000000d9;font-weight:400;font-size:14px;line-height:22px;cursor:pointer;transition:all .3s}.l2c-crm-ant-dropdown-menu-item-selected,.l2c-crm-ant-dropdown-menu-submenu-title-selected{color:#4c6aff;background-color:#f0f5ff}.l2c-crm-ant-dropdown-menu-item:hover,.l2c-crm-ant-dropdown-menu-submenu-title:hover,.l2c-crm-ant-dropdown-menu-item.l2c-crm-ant-dropdown-menu-item-active,.l2c-crm-ant-dropdown-menu-item.l2c-crm-ant-dropdown-menu-submenu-title-active,.l2c-crm-ant-dropdown-menu-submenu-title.l2c-crm-ant-dropdown-menu-item-active,.l2c-crm-ant-dropdown-menu-submenu-title.l2c-crm-ant-dropdown-menu-submenu-title-active{background-color:#f5f5f5}.l2c-crm-ant-dropdown-menu-item-disabled,.l2c-crm-ant-dropdown-menu-submenu-title-disabled{color:#00000040;cursor:not-allowed}.l2c-crm-ant-dropdown-menu-item-disabled:hover,.l2c-crm-ant-dropdown-menu-submenu-title-disabled:hover{color:#00000040;background-color:#fff;cursor:not-allowed}.l2c-crm-ant-dropdown-menu-item-disabled a,.l2c-crm-ant-dropdown-menu-submenu-title-disabled a{pointer-events:none}.l2c-crm-ant-dropdown-menu-item-divider,.l2c-crm-ant-dropdown-menu-submenu-title-divider{height:1px;margin:4px 0;overflow:hidden;line-height:0;background-color:#f0f0f0}.l2c-crm-ant-dropdown-menu-item .l2c-crm-ant-dropdown-menu-submenu-expand-icon,.l2c-crm-ant-dropdown-menu-submenu-title .l2c-crm-ant-dropdown-menu-submenu-expand-icon{position:absolute;right:8px}.l2c-crm-ant-dropdown-menu-item .l2c-crm-ant-dropdown-menu-submenu-expand-icon .l2c-crm-ant-dropdown-menu-submenu-arrow-icon,.l2c-crm-ant-dropdown-menu-submenu-title .l2c-crm-ant-dropdown-menu-submenu-expand-icon .l2c-crm-ant-dropdown-menu-submenu-arrow-icon{margin-right:0!important;color:#00000073;font-size:10px;font-style:normal}.l2c-crm-ant-dropdown-menu-item-group-list{margin:0 8px;padding:0;list-style:none}.l2c-crm-ant-dropdown-menu-submenu-title{padding-right:24px}.l2c-crm-ant-dropdown-menu-submenu-vertical{position:relative}.l2c-crm-ant-dropdown-menu-submenu-vertical>.l2c-crm-ant-dropdown-menu{position:absolute;top:0;left:100%;min-width:100%;margin-left:4px;transform-origin:0 0}.l2c-crm-ant-dropdown-menu-submenu.l2c-crm-ant-dropdown-menu-submenu-disabled .l2c-crm-ant-dropdown-menu-submenu-title,.l2c-crm-ant-dropdown-menu-submenu.l2c-crm-ant-dropdown-menu-submenu-disabled .l2c-crm-ant-dropdown-menu-submenu-title .l2c-crm-ant-dropdown-menu-submenu-arrow-icon{color:#00000040;background-color:#fff;cursor:not-allowed}.l2c-crm-ant-dropdown-menu-submenu-selected .l2c-crm-ant-dropdown-menu-submenu-title{color:#4c6aff}.l2c-crm-ant-dropdown.l2c-crm-ant-slide-down-enter.l2c-crm-ant-slide-down-enter-active.l2c-crm-ant-dropdown-placement-bottomLeft,.l2c-crm-ant-dropdown.l2c-crm-ant-slide-down-appear.l2c-crm-ant-slide-down-appear-active.l2c-crm-ant-dropdown-placement-bottomLeft,.l2c-crm-ant-dropdown.l2c-crm-ant-slide-down-enter.l2c-crm-ant-slide-down-enter-active.l2c-crm-ant-dropdown-placement-bottom,.l2c-crm-ant-dropdown.l2c-crm-ant-slide-down-appear.l2c-crm-ant-slide-down-appear-active.l2c-crm-ant-dropdown-placement-bottom,.l2c-crm-ant-dropdown.l2c-crm-ant-slide-down-enter.l2c-crm-ant-slide-down-enter-active.l2c-crm-ant-dropdown-placement-bottomRight,.l2c-crm-ant-dropdown.l2c-crm-ant-slide-down-appear.l2c-crm-ant-slide-down-appear-active.l2c-crm-ant-dropdown-placement-bottomRight{animation-name:antSlideUpIn}.l2c-crm-ant-dropdown.l2c-crm-ant-slide-up-enter.l2c-crm-ant-slide-up-enter-active.l2c-crm-ant-dropdown-placement-topLeft,.l2c-crm-ant-dropdown.l2c-crm-ant-slide-up-appear.l2c-crm-ant-slide-up-appear-active.l2c-crm-ant-dropdown-placement-topLeft,.l2c-crm-ant-dropdown.l2c-crm-ant-slide-up-enter.l2c-crm-ant-slide-up-enter-active.l2c-crm-ant-dropdown-placement-top,.l2c-crm-ant-dropdown.l2c-crm-ant-slide-up-appear.l2c-crm-ant-slide-up-appear-active.l2c-crm-ant-dropdown-placement-top,.l2c-crm-ant-dropdown.l2c-crm-ant-slide-up-enter.l2c-crm-ant-slide-up-enter-active.l2c-crm-ant-dropdown-placement-topRight,.l2c-crm-ant-dropdown.l2c-crm-ant-slide-up-appear.l2c-crm-ant-slide-up-appear-active.l2c-crm-ant-dropdown-placement-topRight{animation-name:antSlideDownIn}.l2c-crm-ant-dropdown.l2c-crm-ant-slide-down-leave.l2c-crm-ant-slide-down-leave-active.l2c-crm-ant-dropdown-placement-bottomLeft,.l2c-crm-ant-dropdown.l2c-crm-ant-slide-down-leave.l2c-crm-ant-slide-down-leave-active.l2c-crm-ant-dropdown-placement-bottom,.l2c-crm-ant-dropdown.l2c-crm-ant-slide-down-leave.l2c-crm-ant-slide-down-leave-active.l2c-crm-ant-dropdown-placement-bottomRight{animation-name:antSlideUpOut}.l2c-crm-ant-dropdown.l2c-crm-ant-slide-up-leave.l2c-crm-ant-slide-up-leave-active.l2c-crm-ant-dropdown-placement-topLeft,.l2c-crm-ant-dropdown.l2c-crm-ant-slide-up-leave.l2c-crm-ant-slide-up-leave-active.l2c-crm-ant-dropdown-placement-top,.l2c-crm-ant-dropdown.l2c-crm-ant-slide-up-leave.l2c-crm-ant-slide-up-leave-active.l2c-crm-ant-dropdown-placement-topRight{animation-name:antSlideDownOut}.l2c-crm-ant-dropdown-trigger>.anticon.anticon-down,.l2c-crm-ant-dropdown-link>.anticon.anticon-down,.l2c-crm-ant-dropdown-button>.anticon.anticon-down{font-size:10px;vertical-align:baseline}.l2c-crm-ant-dropdown-button{white-space:nowrap}.l2c-crm-ant-dropdown-button.l2c-crm-ant-btn-group>.l2c-crm-ant-btn-loading,.l2c-crm-ant-dropdown-button.l2c-crm-ant-btn-group>.l2c-crm-ant-btn-loading+.l2c-crm-ant-btn{cursor:default;pointer-events:none}.l2c-crm-ant-dropdown-button.l2c-crm-ant-btn-group>.l2c-crm-ant-btn-loading+.l2c-crm-ant-btn:before{display:block}.l2c-crm-ant-dropdown-button.l2c-crm-ant-btn-group>.l2c-crm-ant-btn:last-child:not(:first-child):not(.l2c-crm-ant-btn-icon-only){padding-right:8px;padding-left:8px}.l2c-crm-ant-dropdown-menu-dark,.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu{background:#001529}.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu-item,.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu-submenu-title,.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu-item>a,.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu-item>.anticon+span>a{color:#ffffffa6}.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu-item .l2c-crm-ant-dropdown-menu-submenu-arrow:after,.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu-submenu-title .l2c-crm-ant-dropdown-menu-submenu-arrow:after,.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu-item>a .l2c-crm-ant-dropdown-menu-submenu-arrow:after,.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu-item>.anticon+span>a .l2c-crm-ant-dropdown-menu-submenu-arrow:after{color:#ffffffa6}.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu-item:hover,.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu-submenu-title:hover,.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu-item>a:hover,.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu-item>.anticon+span>a:hover{color:#fff;background:transparent}.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu-item-selected,.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu-item-selected:hover,.l2c-crm-ant-dropdown-menu-dark .l2c-crm-ant-dropdown-menu-item-selected>a{color:#fff;background:#4c6aff}.l2c-crm-ant-dropdown-rtl{direction:rtl}.l2c-crm-ant-dropdown-rtl.l2c-crm-ant-dropdown:before{right:-7px;left:0}.l2c-crm-ant-dropdown-menu.l2c-crm-ant-dropdown-menu-rtl,.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-dropdown-menu-item-group-title,.l2c-crm-ant-dropdown-menu-submenu-rtl .l2c-crm-ant-dropdown-menu-item-group-title{direction:rtl;text-align:right}.l2c-crm-ant-dropdown-menu-submenu-popup.l2c-crm-ant-dropdown-menu-submenu-rtl{transform-origin:100% 0}.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-dropdown-menu-submenu-popup ul,.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-dropdown-menu-submenu-popup li,.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-dropdown-menu-item,.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-dropdown-menu-submenu-title{text-align:right}.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-dropdown-menu-item>.anticon:first-child,.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-dropdown-menu-submenu-title>.anticon:first-child,.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-dropdown-menu-item>span>.anticon:first-child,.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-dropdown-menu-submenu-title>span>.anticon:first-child{margin-right:0;margin-left:8px}.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-dropdown-menu-item .l2c-crm-ant-dropdown-menu-submenu-expand-icon,.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-dropdown-menu-submenu-title .l2c-crm-ant-dropdown-menu-submenu-expand-icon{right:auto;left:8px}.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-dropdown-menu-item .l2c-crm-ant-dropdown-menu-submenu-expand-icon .l2c-crm-ant-dropdown-menu-submenu-arrow-icon,.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-dropdown-menu-submenu-title .l2c-crm-ant-dropdown-menu-submenu-expand-icon .l2c-crm-ant-dropdown-menu-submenu-arrow-icon{margin-left:0!important;transform:scaleX(-1)}.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-dropdown-menu-submenu-title{padding-right:12px;padding-left:24px}.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-dropdown-menu-submenu-vertical>.l2c-crm-ant-dropdown-menu{right:100%;left:0;margin-right:4px;margin-left:0}.l2c-crm-ant-empty{margin:0 8px;font-size:14px;line-height:1.5715;text-align:center}.l2c-crm-ant-empty-image{height:100px;margin-bottom:8px}.l2c-crm-ant-empty-image img{height:100%}.l2c-crm-ant-empty-image svg{height:100%;margin:auto}.l2c-crm-ant-empty-footer{margin-top:16px}.l2c-crm-ant-empty-normal{margin:32px 0;color:#00000040}.l2c-crm-ant-empty-normal .l2c-crm-ant-empty-image{height:40px}.l2c-crm-ant-empty-small{margin:8px 0;color:#00000040}.l2c-crm-ant-empty-small .l2c-crm-ant-empty-image{height:35px}.l2c-crm-ant-empty-img-default-ellipse{fill:#f5f5f5;fill-opacity:.8}.l2c-crm-ant-empty-img-default-path-1{fill:#aeb8c2}.l2c-crm-ant-empty-img-default-path-2{fill:url(#linearGradient-1)}.l2c-crm-ant-empty-img-default-path-3{fill:#f5f5f7}.l2c-crm-ant-empty-img-default-path-4,.l2c-crm-ant-empty-img-default-path-5{fill:#dce0e6}.l2c-crm-ant-empty-img-default-g{fill:#fff}.l2c-crm-ant-empty-img-simple-ellipse{fill:#f5f5f5}.l2c-crm-ant-empty-img-simple-g{stroke:#d9d9d9}.l2c-crm-ant-empty-img-simple-path{fill:#fafafa}.l2c-crm-ant-empty-rtl{direction:rtl}.l2c-crm-ant-form-item .l2c-crm-ant-input-number+.l2c-crm-ant-form-text{margin-left:8px}.l2c-crm-ant-form-inline{display:flex;flex-wrap:wrap}.l2c-crm-ant-form-inline .l2c-crm-ant-form-item{flex:none;flex-wrap:nowrap;margin-right:16px;margin-bottom:0}.l2c-crm-ant-form-inline .l2c-crm-ant-form-item-with-help{margin-bottom:24px}.l2c-crm-ant-form-inline .l2c-crm-ant-form-item>.l2c-crm-ant-form-item-label,.l2c-crm-ant-form-inline .l2c-crm-ant-form-item>.l2c-crm-ant-form-item-control{display:inline-block;vertical-align:top}.l2c-crm-ant-form-inline .l2c-crm-ant-form-item>.l2c-crm-ant-form-item-label{flex:none}.l2c-crm-ant-form-inline .l2c-crm-ant-form-item .l2c-crm-ant-form-text,.l2c-crm-ant-form-inline .l2c-crm-ant-form-item .l2c-crm-ant-form-item-has-feedback{display:inline-block}.l2c-crm-ant-form-horizontal .l2c-crm-ant-form-item-label{flex-grow:0}.l2c-crm-ant-form-horizontal .l2c-crm-ant-form-item-control{flex:1 1;min-width:0}.l2c-crm-ant-form-horizontal .l2c-crm-ant-form-item-label[class$="-24"]+.l2c-crm-ant-form-item-control,.l2c-crm-ant-form-horizontal .l2c-crm-ant-form-item-label[class*="-24 "]+.l2c-crm-ant-form-item-control{min-width:unset}.l2c-crm-ant-form-vertical .l2c-crm-ant-form-item-row{flex-direction:column}.l2c-crm-ant-form-vertical .l2c-crm-ant-form-item-label>label{height:auto}.l2c-crm-ant-form-vertical .l2c-crm-ant-form-item .l2c-crm-ant-form-item-control{width:100%}.l2c-crm-ant-form-vertical .l2c-crm-ant-form-item-label,.l2c-crm-ant-col-24.l2c-crm-ant-form-item-label,.l2c-crm-ant-col-xl-24.l2c-crm-ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:initial;text-align:left}.l2c-crm-ant-form-vertical .l2c-crm-ant-form-item-label>label,.l2c-crm-ant-col-24.l2c-crm-ant-form-item-label>label,.l2c-crm-ant-col-xl-24.l2c-crm-ant-form-item-label>label{margin:0}.l2c-crm-ant-form-vertical .l2c-crm-ant-form-item-label>label:after,.l2c-crm-ant-col-24.l2c-crm-ant-form-item-label>label:after,.l2c-crm-ant-col-xl-24.l2c-crm-ant-form-item-label>label:after{display:none}.l2c-crm-ant-form-rtl.l2c-crm-ant-form-vertical .l2c-crm-ant-form-item-label,.l2c-crm-ant-form-rtl.l2c-crm-ant-col-24.l2c-crm-ant-form-item-label,.l2c-crm-ant-form-rtl.l2c-crm-ant-col-xl-24.l2c-crm-ant-form-item-label{text-align:right}@media (max-width: 575px){.l2c-crm-ant-form-item .l2c-crm-ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:initial;text-align:left}.l2c-crm-ant-form-item .l2c-crm-ant-form-item-label>label{margin:0}.l2c-crm-ant-form-item .l2c-crm-ant-form-item-label>label:after{display:none}.l2c-crm-ant-form-rtl.l2c-crm-ant-form-item .l2c-crm-ant-form-item-label{text-align:right}.l2c-crm-ant-form .l2c-crm-ant-form-item{flex-wrap:wrap}.l2c-crm-ant-form .l2c-crm-ant-form-item .l2c-crm-ant-form-item-label,.l2c-crm-ant-form .l2c-crm-ant-form-item .l2c-crm-ant-form-item-control{flex:0 0 100%;max-width:100%}.l2c-crm-ant-col-xs-24.l2c-crm-ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:initial;text-align:left}.l2c-crm-ant-col-xs-24.l2c-crm-ant-form-item-label>label{margin:0}.l2c-crm-ant-col-xs-24.l2c-crm-ant-form-item-label>label:after{display:none}.l2c-crm-ant-form-rtl.l2c-crm-ant-col-xs-24.l2c-crm-ant-form-item-label{text-align:right}}@media (max-width: 767px){.l2c-crm-ant-col-sm-24.l2c-crm-ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:initial;text-align:left}.l2c-crm-ant-col-sm-24.l2c-crm-ant-form-item-label>label{margin:0}.l2c-crm-ant-col-sm-24.l2c-crm-ant-form-item-label>label:after{display:none}.l2c-crm-ant-form-rtl.l2c-crm-ant-col-sm-24.l2c-crm-ant-form-item-label{text-align:right}}@media (max-width: 991px){.l2c-crm-ant-col-md-24.l2c-crm-ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:initial;text-align:left}.l2c-crm-ant-col-md-24.l2c-crm-ant-form-item-label>label{margin:0}.l2c-crm-ant-col-md-24.l2c-crm-ant-form-item-label>label:after{display:none}.l2c-crm-ant-form-rtl.l2c-crm-ant-col-md-24.l2c-crm-ant-form-item-label{text-align:right}}@media (max-width: 1199px){.l2c-crm-ant-col-lg-24.l2c-crm-ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:initial;text-align:left}.l2c-crm-ant-col-lg-24.l2c-crm-ant-form-item-label>label{margin:0}.l2c-crm-ant-col-lg-24.l2c-crm-ant-form-item-label>label:after{display:none}.l2c-crm-ant-form-rtl.l2c-crm-ant-col-lg-24.l2c-crm-ant-form-item-label{text-align:right}}@media (max-width: 1599px){.l2c-crm-ant-col-xl-24.l2c-crm-ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:initial;text-align:left}.l2c-crm-ant-col-xl-24.l2c-crm-ant-form-item-label>label{margin:0}.l2c-crm-ant-col-xl-24.l2c-crm-ant-form-item-label>label:after{display:none}.l2c-crm-ant-form-rtl.l2c-crm-ant-col-xl-24.l2c-crm-ant-form-item-label{text-align:right}}.l2c-crm-ant-form-item-explain-error{color:#ff4d4f}.l2c-crm-ant-form-item-explain-warning{color:#faad14}.l2c-crm-ant-form-item-has-feedback .l2c-crm-ant-switch{margin:2px 0 4px}.l2c-crm-ant-form-item-has-warning .l2c-crm-ant-form-item-split{color:#faad14}.l2c-crm-ant-form-item-has-error .l2c-crm-ant-form-item-split{color:#ff4d4f}.l2c-crm-ant-form{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum"}.l2c-crm-ant-form legend{display:block;width:100%;margin-bottom:20px;padding:0;color:#00000073;font-size:16px;line-height:inherit;border:0;border-bottom:1px solid #d9d9d9}.l2c-crm-ant-form label{font-size:14px}.l2c-crm-ant-form input[type=search]{box-sizing:border-box}.l2c-crm-ant-form input[type=radio],.l2c-crm-ant-form input[type=checkbox]{line-height:normal}.l2c-crm-ant-form input[type=file]{display:block}.l2c-crm-ant-form input[type=range]{display:block;width:100%}.l2c-crm-ant-form select[multiple],.l2c-crm-ant-form select[size]{height:auto}.l2c-crm-ant-form input[type=file]:focus,.l2c-crm-ant-form input[type=radio]:focus,.l2c-crm-ant-form input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.l2c-crm-ant-form output{display:block;padding-top:15px;color:#000000d9;font-size:14px;line-height:1.5715}.l2c-crm-ant-form .l2c-crm-ant-form-text{display:inline-block;padding-right:8px}.l2c-crm-ant-form-small .l2c-crm-ant-form-item-label>label{height:24px}.l2c-crm-ant-form-small .l2c-crm-ant-form-item-control-input{min-height:24px}.l2c-crm-ant-form-large .l2c-crm-ant-form-item-label>label{height:40px}.l2c-crm-ant-form-large .l2c-crm-ant-form-item-control-input{min-height:40px}.l2c-crm-ant-form-item{box-sizing:border-box;margin:0 0 24px;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";vertical-align:top}.l2c-crm-ant-form-item-with-help{transition:none}.l2c-crm-ant-form-item-hidden,.l2c-crm-ant-form-item-hidden.l2c-crm-ant-row{display:none}.l2c-crm-ant-form-item-label{display:inline-block;flex-grow:0;overflow:hidden;white-space:nowrap;text-align:right;vertical-align:middle}.l2c-crm-ant-form-item-label-left{text-align:left}.l2c-crm-ant-form-item-label-wrap{overflow:unset;line-height:1.3215em;white-space:unset}.l2c-crm-ant-form-item-label>label{position:relative;display:inline-flex;align-items:center;max-width:100%;height:32px;color:#000000d9;font-size:14px}.l2c-crm-ant-form-item-label>label>.anticon{font-size:14px;vertical-align:top}.l2c-crm-ant-form-item-label>label.l2c-crm-ant-form-item-required:not(.l2c-crm-ant-form-item-required-mark-optional):before{display:inline-block;margin-right:4px;color:#ff4d4f;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:"*"}.l2c-crm-ant-form-hide-required-mark .l2c-crm-ant-form-item-label>label.l2c-crm-ant-form-item-required:not(.l2c-crm-ant-form-item-required-mark-optional):before{display:none}.l2c-crm-ant-form-item-label>label .l2c-crm-ant-form-item-optional{display:inline-block;margin-left:4px;color:#00000073}.l2c-crm-ant-form-hide-required-mark .l2c-crm-ant-form-item-label>label .l2c-crm-ant-form-item-optional{display:none}.l2c-crm-ant-form-item-label>label .l2c-crm-ant-form-item-tooltip{color:#00000073;cursor:help;writing-mode:horizontal-tb;margin-inline-start:4px}.l2c-crm-ant-form-item-label>label:after{content:":";position:relative;top:-.5px;margin:0 8px 0 2px}.l2c-crm-ant-form-item-label>label.l2c-crm-ant-form-item-no-colon:after{content:" "}.l2c-crm-ant-form-item-control{display:flex;flex-direction:column;flex-grow:1}.l2c-crm-ant-form-item-control:first-child:not([class^="l2c-crm-ant-col-"]):not([class*=" l2c-crm-ant-col-"]){width:100%}.l2c-crm-ant-form-item-control-input{position:relative;display:flex;align-items:center;min-height:32px}.l2c-crm-ant-form-item-control-input-content{flex:auto;max-width:100%}.l2c-crm-ant-form-item-explain,.l2c-crm-ant-form-item-extra{clear:both;color:#00000073;font-size:14px;line-height:1.5715;transition:color .3s cubic-bezier(.215,.61,.355,1)}.l2c-crm-ant-form-item-explain-connected{width:100%}.l2c-crm-ant-form-item-extra{min-height:24px}.l2c-crm-ant-form-item-with-help .l2c-crm-ant-form-item-explain{height:auto;opacity:1}.l2c-crm-ant-form-item-feedback-icon{font-size:14px;text-align:center;visibility:visible;animation:zoomIn .3s cubic-bezier(.12,.4,.29,1.46);pointer-events:none}.l2c-crm-ant-form-item-feedback-icon-success{color:#52c41a}.l2c-crm-ant-form-item-feedback-icon-error{color:#ff4d4f}.l2c-crm-ant-form-item-feedback-icon-warning{color:#faad14}.l2c-crm-ant-form-item-feedback-icon-validating{color:#4c6aff}.l2c-crm-ant-show-help{transition:opacity .3s cubic-bezier(.645,.045,.355,1)}.l2c-crm-ant-show-help-appear,.l2c-crm-ant-show-help-enter{opacity:0}.l2c-crm-ant-show-help-appear-active,.l2c-crm-ant-show-help-enter-active,.l2c-crm-ant-show-help-leave{opacity:1}.l2c-crm-ant-show-help-leave-active{opacity:0}.l2c-crm-ant-show-help-item{overflow:hidden;transition:height .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1)!important}.l2c-crm-ant-show-help-item-appear,.l2c-crm-ant-show-help-item-enter{transform:translateY(-5px);opacity:0}.l2c-crm-ant-show-help-item-appear-active,.l2c-crm-ant-show-help-item-enter-active{transform:translateY(0);opacity:1}.l2c-crm-ant-show-help-item-leave{transition:height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1),transform .2s cubic-bezier(.645,.045,.355,1)!important}.l2c-crm-ant-show-help-item-leave-active{transform:translateY(-5px)}@keyframes diffZoomIn1{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes diffZoomIn2{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes diffZoomIn3{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.l2c-crm-ant-form-rtl{direction:rtl}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-label{text-align:left}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-label>label.l2c-crm-ant-form-item-required:before{margin-right:0;margin-left:4px}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-label>label:after{margin:0 2px 0 8px}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-label>label .l2c-crm-ant-form-item-optional{margin-right:4px;margin-left:0}.l2c-crm-ant-col-rtl .l2c-crm-ant-form-item-control:first-child{width:100%}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback .l2c-crm-ant-input{padding-right:11px;padding-left:24px}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback .l2c-crm-ant-input-affix-wrapper .l2c-crm-ant-input-suffix{padding-right:11px;padding-left:18px}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback .l2c-crm-ant-input-affix-wrapper .l2c-crm-ant-input,.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback .l2c-crm-ant-input-number-affix-wrapper .l2c-crm-ant-input-number{padding:0}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback .l2c-crm-ant-input-search:not(.l2c-crm-ant-input-search-enter-button) .l2c-crm-ant-input-suffix{right:auto;left:28px}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback .l2c-crm-ant-input-number{padding-left:18px}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback>.l2c-crm-ant-select .l2c-crm-ant-select-arrow,.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback>.l2c-crm-ant-select .l2c-crm-ant-select-clear,.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback :not(.l2c-crm-ant-input-group-addon)>.l2c-crm-ant-select .l2c-crm-ant-select-arrow,.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback :not(.l2c-crm-ant-input-group-addon)>.l2c-crm-ant-select .l2c-crm-ant-select-clear,.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback :not(.l2c-crm-ant-input-number-group-addon)>.l2c-crm-ant-select .l2c-crm-ant-select-arrow,.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback :not(.l2c-crm-ant-input-number-group-addon)>.l2c-crm-ant-select .l2c-crm-ant-select-clear{right:auto;left:32px}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback>.l2c-crm-ant-select .l2c-crm-ant-select-selection-selected-value,.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback :not(.l2c-crm-ant-input-group-addon)>.l2c-crm-ant-select .l2c-crm-ant-select-selection-selected-value,.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback :not(.l2c-crm-ant-input-number-group-addon)>.l2c-crm-ant-select .l2c-crm-ant-select-selection-selected-value{padding-right:0;padding-left:42px}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback .l2c-crm-ant-cascader-picker-arrow{margin-right:0;margin-left:19px}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback .l2c-crm-ant-cascader-picker-clear{right:auto;left:32px}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback .l2c-crm-ant-picker,.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback .l2c-crm-ant-picker-large{padding-right:11px;padding-left:29.2px}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback .l2c-crm-ant-picker-small{padding-right:7px;padding-left:25.2px}.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback.l2c-crm-ant-form-item-has-success .l2c-crm-ant-form-item-children-icon,.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback.l2c-crm-ant-form-item-has-warning .l2c-crm-ant-form-item-children-icon,.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback.l2c-crm-ant-form-item-has-error .l2c-crm-ant-form-item-children-icon,.l2c-crm-ant-form-rtl .l2c-crm-ant-form-item-has-feedback.l2c-crm-ant-form-item-is-validating .l2c-crm-ant-form-item-children-icon{right:auto;left:0}.l2c-crm-ant-form-rtl.l2c-crm-ant-form-inline .l2c-crm-ant-form-item{margin-right:0;margin-left:16px}.l2c-crm-ant-row{display:flex;flex-flow:row wrap;min-width:0}.l2c-crm-ant-row:before,.l2c-crm-ant-row:after{display:flex}.l2c-crm-ant-row-no-wrap{flex-wrap:nowrap}.l2c-crm-ant-row-start{justify-content:flex-start}.l2c-crm-ant-row-center{justify-content:center}.l2c-crm-ant-row-end{justify-content:flex-end}.l2c-crm-ant-row-space-between{justify-content:space-between}.l2c-crm-ant-row-space-around{justify-content:space-around}.l2c-crm-ant-row-space-evenly{justify-content:space-evenly}.l2c-crm-ant-row-top{align-items:flex-start}.l2c-crm-ant-row-middle{align-items:center}.l2c-crm-ant-row-bottom{align-items:flex-end}.l2c-crm-ant-col{position:relative;max-width:100%;min-height:1px}.l2c-crm-ant-col-24{display:block;flex:0 0 100%;max-width:100%}.l2c-crm-ant-col-push-24{left:100%}.l2c-crm-ant-col-pull-24{right:100%}.l2c-crm-ant-col-offset-24{margin-left:100%}.l2c-crm-ant-col-order-24{order:24}.l2c-crm-ant-col-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.l2c-crm-ant-col-push-23{left:95.83333333%}.l2c-crm-ant-col-pull-23{right:95.83333333%}.l2c-crm-ant-col-offset-23{margin-left:95.83333333%}.l2c-crm-ant-col-order-23{order:23}.l2c-crm-ant-col-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.l2c-crm-ant-col-push-22{left:91.66666667%}.l2c-crm-ant-col-pull-22{right:91.66666667%}.l2c-crm-ant-col-offset-22{margin-left:91.66666667%}.l2c-crm-ant-col-order-22{order:22}.l2c-crm-ant-col-21{display:block;flex:0 0 87.5%;max-width:87.5%}.l2c-crm-ant-col-push-21{left:87.5%}.l2c-crm-ant-col-pull-21{right:87.5%}.l2c-crm-ant-col-offset-21{margin-left:87.5%}.l2c-crm-ant-col-order-21{order:21}.l2c-crm-ant-col-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.l2c-crm-ant-col-push-20{left:83.33333333%}.l2c-crm-ant-col-pull-20{right:83.33333333%}.l2c-crm-ant-col-offset-20{margin-left:83.33333333%}.l2c-crm-ant-col-order-20{order:20}.l2c-crm-ant-col-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.l2c-crm-ant-col-push-19{left:79.16666667%}.l2c-crm-ant-col-pull-19{right:79.16666667%}.l2c-crm-ant-col-offset-19{margin-left:79.16666667%}.l2c-crm-ant-col-order-19{order:19}.l2c-crm-ant-col-18{display:block;flex:0 0 75%;max-width:75%}.l2c-crm-ant-col-push-18{left:75%}.l2c-crm-ant-col-pull-18{right:75%}.l2c-crm-ant-col-offset-18{margin-left:75%}.l2c-crm-ant-col-order-18{order:18}.l2c-crm-ant-col-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.l2c-crm-ant-col-push-17{left:70.83333333%}.l2c-crm-ant-col-pull-17{right:70.83333333%}.l2c-crm-ant-col-offset-17{margin-left:70.83333333%}.l2c-crm-ant-col-order-17{order:17}.l2c-crm-ant-col-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.l2c-crm-ant-col-push-16{left:66.66666667%}.l2c-crm-ant-col-pull-16{right:66.66666667%}.l2c-crm-ant-col-offset-16{margin-left:66.66666667%}.l2c-crm-ant-col-order-16{order:16}.l2c-crm-ant-col-15{display:block;flex:0 0 62.5%;max-width:62.5%}.l2c-crm-ant-col-push-15{left:62.5%}.l2c-crm-ant-col-pull-15{right:62.5%}.l2c-crm-ant-col-offset-15{margin-left:62.5%}.l2c-crm-ant-col-order-15{order:15}.l2c-crm-ant-col-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.l2c-crm-ant-col-push-14{left:58.33333333%}.l2c-crm-ant-col-pull-14{right:58.33333333%}.l2c-crm-ant-col-offset-14{margin-left:58.33333333%}.l2c-crm-ant-col-order-14{order:14}.l2c-crm-ant-col-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.l2c-crm-ant-col-push-13{left:54.16666667%}.l2c-crm-ant-col-pull-13{right:54.16666667%}.l2c-crm-ant-col-offset-13{margin-left:54.16666667%}.l2c-crm-ant-col-order-13{order:13}.l2c-crm-ant-col-12{display:block;flex:0 0 50%;max-width:50%}.l2c-crm-ant-col-push-12{left:50%}.l2c-crm-ant-col-pull-12{right:50%}.l2c-crm-ant-col-offset-12{margin-left:50%}.l2c-crm-ant-col-order-12{order:12}.l2c-crm-ant-col-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.l2c-crm-ant-col-push-11{left:45.83333333%}.l2c-crm-ant-col-pull-11{right:45.83333333%}.l2c-crm-ant-col-offset-11{margin-left:45.83333333%}.l2c-crm-ant-col-order-11{order:11}.l2c-crm-ant-col-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.l2c-crm-ant-col-push-10{left:41.66666667%}.l2c-crm-ant-col-pull-10{right:41.66666667%}.l2c-crm-ant-col-offset-10{margin-left:41.66666667%}.l2c-crm-ant-col-order-10{order:10}.l2c-crm-ant-col-9{display:block;flex:0 0 37.5%;max-width:37.5%}.l2c-crm-ant-col-push-9{left:37.5%}.l2c-crm-ant-col-pull-9{right:37.5%}.l2c-crm-ant-col-offset-9{margin-left:37.5%}.l2c-crm-ant-col-order-9{order:9}.l2c-crm-ant-col-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.l2c-crm-ant-col-push-8{left:33.33333333%}.l2c-crm-ant-col-pull-8{right:33.33333333%}.l2c-crm-ant-col-offset-8{margin-left:33.33333333%}.l2c-crm-ant-col-order-8{order:8}.l2c-crm-ant-col-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.l2c-crm-ant-col-push-7{left:29.16666667%}.l2c-crm-ant-col-pull-7{right:29.16666667%}.l2c-crm-ant-col-offset-7{margin-left:29.16666667%}.l2c-crm-ant-col-order-7{order:7}.l2c-crm-ant-col-6{display:block;flex:0 0 25%;max-width:25%}.l2c-crm-ant-col-push-6{left:25%}.l2c-crm-ant-col-pull-6{right:25%}.l2c-crm-ant-col-offset-6{margin-left:25%}.l2c-crm-ant-col-order-6{order:6}.l2c-crm-ant-col-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.l2c-crm-ant-col-push-5{left:20.83333333%}.l2c-crm-ant-col-pull-5{right:20.83333333%}.l2c-crm-ant-col-offset-5{margin-left:20.83333333%}.l2c-crm-ant-col-order-5{order:5}.l2c-crm-ant-col-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.l2c-crm-ant-col-push-4{left:16.66666667%}.l2c-crm-ant-col-pull-4{right:16.66666667%}.l2c-crm-ant-col-offset-4{margin-left:16.66666667%}.l2c-crm-ant-col-order-4{order:4}.l2c-crm-ant-col-3{display:block;flex:0 0 12.5%;max-width:12.5%}.l2c-crm-ant-col-push-3{left:12.5%}.l2c-crm-ant-col-pull-3{right:12.5%}.l2c-crm-ant-col-offset-3{margin-left:12.5%}.l2c-crm-ant-col-order-3{order:3}.l2c-crm-ant-col-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.l2c-crm-ant-col-push-2{left:8.33333333%}.l2c-crm-ant-col-pull-2{right:8.33333333%}.l2c-crm-ant-col-offset-2{margin-left:8.33333333%}.l2c-crm-ant-col-order-2{order:2}.l2c-crm-ant-col-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.l2c-crm-ant-col-push-1{left:4.16666667%}.l2c-crm-ant-col-pull-1{right:4.16666667%}.l2c-crm-ant-col-offset-1{margin-left:4.16666667%}.l2c-crm-ant-col-order-1{order:1}.l2c-crm-ant-col-0{display:none}.l2c-crm-ant-col-offset-0{margin-left:0}.l2c-crm-ant-col-order-0{order:0}.l2c-crm-ant-col-offset-0.l2c-crm-ant-col-rtl{margin-right:0}.l2c-crm-ant-col-push-1.l2c-crm-ant-col-rtl{right:4.16666667%;left:auto}.l2c-crm-ant-col-pull-1.l2c-crm-ant-col-rtl{right:auto;left:4.16666667%}.l2c-crm-ant-col-offset-1.l2c-crm-ant-col-rtl{margin-right:4.16666667%;margin-left:0}.l2c-crm-ant-col-push-2.l2c-crm-ant-col-rtl{right:8.33333333%;left:auto}.l2c-crm-ant-col-pull-2.l2c-crm-ant-col-rtl{right:auto;left:8.33333333%}.l2c-crm-ant-col-offset-2.l2c-crm-ant-col-rtl{margin-right:8.33333333%;margin-left:0}.l2c-crm-ant-col-push-3.l2c-crm-ant-col-rtl{right:12.5%;left:auto}.l2c-crm-ant-col-pull-3.l2c-crm-ant-col-rtl{right:auto;left:12.5%}.l2c-crm-ant-col-offset-3.l2c-crm-ant-col-rtl{margin-right:12.5%;margin-left:0}.l2c-crm-ant-col-push-4.l2c-crm-ant-col-rtl{right:16.66666667%;left:auto}.l2c-crm-ant-col-pull-4.l2c-crm-ant-col-rtl{right:auto;left:16.66666667%}.l2c-crm-ant-col-offset-4.l2c-crm-ant-col-rtl{margin-right:16.66666667%;margin-left:0}.l2c-crm-ant-col-push-5.l2c-crm-ant-col-rtl{right:20.83333333%;left:auto}.l2c-crm-ant-col-pull-5.l2c-crm-ant-col-rtl{right:auto;left:20.83333333%}.l2c-crm-ant-col-offset-5.l2c-crm-ant-col-rtl{margin-right:20.83333333%;margin-left:0}.l2c-crm-ant-col-push-6.l2c-crm-ant-col-rtl{right:25%;left:auto}.l2c-crm-ant-col-pull-6.l2c-crm-ant-col-rtl{right:auto;left:25%}.l2c-crm-ant-col-offset-6.l2c-crm-ant-col-rtl{margin-right:25%;margin-left:0}.l2c-crm-ant-col-push-7.l2c-crm-ant-col-rtl{right:29.16666667%;left:auto}.l2c-crm-ant-col-pull-7.l2c-crm-ant-col-rtl{right:auto;left:29.16666667%}.l2c-crm-ant-col-offset-7.l2c-crm-ant-col-rtl{margin-right:29.16666667%;margin-left:0}.l2c-crm-ant-col-push-8.l2c-crm-ant-col-rtl{right:33.33333333%;left:auto}.l2c-crm-ant-col-pull-8.l2c-crm-ant-col-rtl{right:auto;left:33.33333333%}.l2c-crm-ant-col-offset-8.l2c-crm-ant-col-rtl{margin-right:33.33333333%;margin-left:0}.l2c-crm-ant-col-push-9.l2c-crm-ant-col-rtl{right:37.5%;left:auto}.l2c-crm-ant-col-pull-9.l2c-crm-ant-col-rtl{right:auto;left:37.5%}.l2c-crm-ant-col-offset-9.l2c-crm-ant-col-rtl{margin-right:37.5%;margin-left:0}.l2c-crm-ant-col-push-10.l2c-crm-ant-col-rtl{right:41.66666667%;left:auto}.l2c-crm-ant-col-pull-10.l2c-crm-ant-col-rtl{right:auto;left:41.66666667%}.l2c-crm-ant-col-offset-10.l2c-crm-ant-col-rtl{margin-right:41.66666667%;margin-left:0}.l2c-crm-ant-col-push-11.l2c-crm-ant-col-rtl{right:45.83333333%;left:auto}.l2c-crm-ant-col-pull-11.l2c-crm-ant-col-rtl{right:auto;left:45.83333333%}.l2c-crm-ant-col-offset-11.l2c-crm-ant-col-rtl{margin-right:45.83333333%;margin-left:0}.l2c-crm-ant-col-push-12.l2c-crm-ant-col-rtl{right:50%;left:auto}.l2c-crm-ant-col-pull-12.l2c-crm-ant-col-rtl{right:auto;left:50%}.l2c-crm-ant-col-offset-12.l2c-crm-ant-col-rtl{margin-right:50%;margin-left:0}.l2c-crm-ant-col-push-13.l2c-crm-ant-col-rtl{right:54.16666667%;left:auto}.l2c-crm-ant-col-pull-13.l2c-crm-ant-col-rtl{right:auto;left:54.16666667%}.l2c-crm-ant-col-offset-13.l2c-crm-ant-col-rtl{margin-right:54.16666667%;margin-left:0}.l2c-crm-ant-col-push-14.l2c-crm-ant-col-rtl{right:58.33333333%;left:auto}.l2c-crm-ant-col-pull-14.l2c-crm-ant-col-rtl{right:auto;left:58.33333333%}.l2c-crm-ant-col-offset-14.l2c-crm-ant-col-rtl{margin-right:58.33333333%;margin-left:0}.l2c-crm-ant-col-push-15.l2c-crm-ant-col-rtl{right:62.5%;left:auto}.l2c-crm-ant-col-pull-15.l2c-crm-ant-col-rtl{right:auto;left:62.5%}.l2c-crm-ant-col-offset-15.l2c-crm-ant-col-rtl{margin-right:62.5%;margin-left:0}.l2c-crm-ant-col-push-16.l2c-crm-ant-col-rtl{right:66.66666667%;left:auto}.l2c-crm-ant-col-pull-16.l2c-crm-ant-col-rtl{right:auto;left:66.66666667%}.l2c-crm-ant-col-offset-16.l2c-crm-ant-col-rtl{margin-right:66.66666667%;margin-left:0}.l2c-crm-ant-col-push-17.l2c-crm-ant-col-rtl{right:70.83333333%;left:auto}.l2c-crm-ant-col-pull-17.l2c-crm-ant-col-rtl{right:auto;left:70.83333333%}.l2c-crm-ant-col-offset-17.l2c-crm-ant-col-rtl{margin-right:70.83333333%;margin-left:0}.l2c-crm-ant-col-push-18.l2c-crm-ant-col-rtl{right:75%;left:auto}.l2c-crm-ant-col-pull-18.l2c-crm-ant-col-rtl{right:auto;left:75%}.l2c-crm-ant-col-offset-18.l2c-crm-ant-col-rtl{margin-right:75%;margin-left:0}.l2c-crm-ant-col-push-19.l2c-crm-ant-col-rtl{right:79.16666667%;left:auto}.l2c-crm-ant-col-pull-19.l2c-crm-ant-col-rtl{right:auto;left:79.16666667%}.l2c-crm-ant-col-offset-19.l2c-crm-ant-col-rtl{margin-right:79.16666667%;margin-left:0}.l2c-crm-ant-col-push-20.l2c-crm-ant-col-rtl{right:83.33333333%;left:auto}.l2c-crm-ant-col-pull-20.l2c-crm-ant-col-rtl{right:auto;left:83.33333333%}.l2c-crm-ant-col-offset-20.l2c-crm-ant-col-rtl{margin-right:83.33333333%;margin-left:0}.l2c-crm-ant-col-push-21.l2c-crm-ant-col-rtl{right:87.5%;left:auto}.l2c-crm-ant-col-pull-21.l2c-crm-ant-col-rtl{right:auto;left:87.5%}.l2c-crm-ant-col-offset-21.l2c-crm-ant-col-rtl{margin-right:87.5%;margin-left:0}.l2c-crm-ant-col-push-22.l2c-crm-ant-col-rtl{right:91.66666667%;left:auto}.l2c-crm-ant-col-pull-22.l2c-crm-ant-col-rtl{right:auto;left:91.66666667%}.l2c-crm-ant-col-offset-22.l2c-crm-ant-col-rtl{margin-right:91.66666667%;margin-left:0}.l2c-crm-ant-col-push-23.l2c-crm-ant-col-rtl{right:95.83333333%;left:auto}.l2c-crm-ant-col-pull-23.l2c-crm-ant-col-rtl{right:auto;left:95.83333333%}.l2c-crm-ant-col-offset-23.l2c-crm-ant-col-rtl{margin-right:95.83333333%;margin-left:0}.l2c-crm-ant-col-push-24.l2c-crm-ant-col-rtl{right:100%;left:auto}.l2c-crm-ant-col-pull-24.l2c-crm-ant-col-rtl{right:auto;left:100%}.l2c-crm-ant-col-offset-24.l2c-crm-ant-col-rtl{margin-right:100%;margin-left:0}.l2c-crm-ant-col-xs-24{display:block;flex:0 0 100%;max-width:100%}.l2c-crm-ant-col-xs-push-24{left:100%}.l2c-crm-ant-col-xs-pull-24{right:100%}.l2c-crm-ant-col-xs-offset-24{margin-left:100%}.l2c-crm-ant-col-xs-order-24{order:24}.l2c-crm-ant-col-xs-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.l2c-crm-ant-col-xs-push-23{left:95.83333333%}.l2c-crm-ant-col-xs-pull-23{right:95.83333333%}.l2c-crm-ant-col-xs-offset-23{margin-left:95.83333333%}.l2c-crm-ant-col-xs-order-23{order:23}.l2c-crm-ant-col-xs-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.l2c-crm-ant-col-xs-push-22{left:91.66666667%}.l2c-crm-ant-col-xs-pull-22{right:91.66666667%}.l2c-crm-ant-col-xs-offset-22{margin-left:91.66666667%}.l2c-crm-ant-col-xs-order-22{order:22}.l2c-crm-ant-col-xs-21{display:block;flex:0 0 87.5%;max-width:87.5%}.l2c-crm-ant-col-xs-push-21{left:87.5%}.l2c-crm-ant-col-xs-pull-21{right:87.5%}.l2c-crm-ant-col-xs-offset-21{margin-left:87.5%}.l2c-crm-ant-col-xs-order-21{order:21}.l2c-crm-ant-col-xs-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.l2c-crm-ant-col-xs-push-20{left:83.33333333%}.l2c-crm-ant-col-xs-pull-20{right:83.33333333%}.l2c-crm-ant-col-xs-offset-20{margin-left:83.33333333%}.l2c-crm-ant-col-xs-order-20{order:20}.l2c-crm-ant-col-xs-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.l2c-crm-ant-col-xs-push-19{left:79.16666667%}.l2c-crm-ant-col-xs-pull-19{right:79.16666667%}.l2c-crm-ant-col-xs-offset-19{margin-left:79.16666667%}.l2c-crm-ant-col-xs-order-19{order:19}.l2c-crm-ant-col-xs-18{display:block;flex:0 0 75%;max-width:75%}.l2c-crm-ant-col-xs-push-18{left:75%}.l2c-crm-ant-col-xs-pull-18{right:75%}.l2c-crm-ant-col-xs-offset-18{margin-left:75%}.l2c-crm-ant-col-xs-order-18{order:18}.l2c-crm-ant-col-xs-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.l2c-crm-ant-col-xs-push-17{left:70.83333333%}.l2c-crm-ant-col-xs-pull-17{right:70.83333333%}.l2c-crm-ant-col-xs-offset-17{margin-left:70.83333333%}.l2c-crm-ant-col-xs-order-17{order:17}.l2c-crm-ant-col-xs-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.l2c-crm-ant-col-xs-push-16{left:66.66666667%}.l2c-crm-ant-col-xs-pull-16{right:66.66666667%}.l2c-crm-ant-col-xs-offset-16{margin-left:66.66666667%}.l2c-crm-ant-col-xs-order-16{order:16}.l2c-crm-ant-col-xs-15{display:block;flex:0 0 62.5%;max-width:62.5%}.l2c-crm-ant-col-xs-push-15{left:62.5%}.l2c-crm-ant-col-xs-pull-15{right:62.5%}.l2c-crm-ant-col-xs-offset-15{margin-left:62.5%}.l2c-crm-ant-col-xs-order-15{order:15}.l2c-crm-ant-col-xs-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.l2c-crm-ant-col-xs-push-14{left:58.33333333%}.l2c-crm-ant-col-xs-pull-14{right:58.33333333%}.l2c-crm-ant-col-xs-offset-14{margin-left:58.33333333%}.l2c-crm-ant-col-xs-order-14{order:14}.l2c-crm-ant-col-xs-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.l2c-crm-ant-col-xs-push-13{left:54.16666667%}.l2c-crm-ant-col-xs-pull-13{right:54.16666667%}.l2c-crm-ant-col-xs-offset-13{margin-left:54.16666667%}.l2c-crm-ant-col-xs-order-13{order:13}.l2c-crm-ant-col-xs-12{display:block;flex:0 0 50%;max-width:50%}.l2c-crm-ant-col-xs-push-12{left:50%}.l2c-crm-ant-col-xs-pull-12{right:50%}.l2c-crm-ant-col-xs-offset-12{margin-left:50%}.l2c-crm-ant-col-xs-order-12{order:12}.l2c-crm-ant-col-xs-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.l2c-crm-ant-col-xs-push-11{left:45.83333333%}.l2c-crm-ant-col-xs-pull-11{right:45.83333333%}.l2c-crm-ant-col-xs-offset-11{margin-left:45.83333333%}.l2c-crm-ant-col-xs-order-11{order:11}.l2c-crm-ant-col-xs-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.l2c-crm-ant-col-xs-push-10{left:41.66666667%}.l2c-crm-ant-col-xs-pull-10{right:41.66666667%}.l2c-crm-ant-col-xs-offset-10{margin-left:41.66666667%}.l2c-crm-ant-col-xs-order-10{order:10}.l2c-crm-ant-col-xs-9{display:block;flex:0 0 37.5%;max-width:37.5%}.l2c-crm-ant-col-xs-push-9{left:37.5%}.l2c-crm-ant-col-xs-pull-9{right:37.5%}.l2c-crm-ant-col-xs-offset-9{margin-left:37.5%}.l2c-crm-ant-col-xs-order-9{order:9}.l2c-crm-ant-col-xs-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.l2c-crm-ant-col-xs-push-8{left:33.33333333%}.l2c-crm-ant-col-xs-pull-8{right:33.33333333%}.l2c-crm-ant-col-xs-offset-8{margin-left:33.33333333%}.l2c-crm-ant-col-xs-order-8{order:8}.l2c-crm-ant-col-xs-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.l2c-crm-ant-col-xs-push-7{left:29.16666667%}.l2c-crm-ant-col-xs-pull-7{right:29.16666667%}.l2c-crm-ant-col-xs-offset-7{margin-left:29.16666667%}.l2c-crm-ant-col-xs-order-7{order:7}.l2c-crm-ant-col-xs-6{display:block;flex:0 0 25%;max-width:25%}.l2c-crm-ant-col-xs-push-6{left:25%}.l2c-crm-ant-col-xs-pull-6{right:25%}.l2c-crm-ant-col-xs-offset-6{margin-left:25%}.l2c-crm-ant-col-xs-order-6{order:6}.l2c-crm-ant-col-xs-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.l2c-crm-ant-col-xs-push-5{left:20.83333333%}.l2c-crm-ant-col-xs-pull-5{right:20.83333333%}.l2c-crm-ant-col-xs-offset-5{margin-left:20.83333333%}.l2c-crm-ant-col-xs-order-5{order:5}.l2c-crm-ant-col-xs-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.l2c-crm-ant-col-xs-push-4{left:16.66666667%}.l2c-crm-ant-col-xs-pull-4{right:16.66666667%}.l2c-crm-ant-col-xs-offset-4{margin-left:16.66666667%}.l2c-crm-ant-col-xs-order-4{order:4}.l2c-crm-ant-col-xs-3{display:block;flex:0 0 12.5%;max-width:12.5%}.l2c-crm-ant-col-xs-push-3{left:12.5%}.l2c-crm-ant-col-xs-pull-3{right:12.5%}.l2c-crm-ant-col-xs-offset-3{margin-left:12.5%}.l2c-crm-ant-col-xs-order-3{order:3}.l2c-crm-ant-col-xs-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.l2c-crm-ant-col-xs-push-2{left:8.33333333%}.l2c-crm-ant-col-xs-pull-2{right:8.33333333%}.l2c-crm-ant-col-xs-offset-2{margin-left:8.33333333%}.l2c-crm-ant-col-xs-order-2{order:2}.l2c-crm-ant-col-xs-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.l2c-crm-ant-col-xs-push-1{left:4.16666667%}.l2c-crm-ant-col-xs-pull-1{right:4.16666667%}.l2c-crm-ant-col-xs-offset-1{margin-left:4.16666667%}.l2c-crm-ant-col-xs-order-1{order:1}.l2c-crm-ant-col-xs-0{display:none}.l2c-crm-ant-col-push-0{left:auto}.l2c-crm-ant-col-pull-0{right:auto}.l2c-crm-ant-col-xs-push-0{left:auto}.l2c-crm-ant-col-xs-pull-0{right:auto}.l2c-crm-ant-col-xs-offset-0{margin-left:0}.l2c-crm-ant-col-xs-order-0{order:0}.l2c-crm-ant-col-push-0.l2c-crm-ant-col-rtl{right:auto}.l2c-crm-ant-col-pull-0.l2c-crm-ant-col-rtl{left:auto}.l2c-crm-ant-col-xs-push-0.l2c-crm-ant-col-rtl{right:auto}.l2c-crm-ant-col-xs-pull-0.l2c-crm-ant-col-rtl{left:auto}.l2c-crm-ant-col-xs-offset-0.l2c-crm-ant-col-rtl{margin-right:0}.l2c-crm-ant-col-xs-push-1.l2c-crm-ant-col-rtl{right:4.16666667%;left:auto}.l2c-crm-ant-col-xs-pull-1.l2c-crm-ant-col-rtl{right:auto;left:4.16666667%}.l2c-crm-ant-col-xs-offset-1.l2c-crm-ant-col-rtl{margin-right:4.16666667%;margin-left:0}.l2c-crm-ant-col-xs-push-2.l2c-crm-ant-col-rtl{right:8.33333333%;left:auto}.l2c-crm-ant-col-xs-pull-2.l2c-crm-ant-col-rtl{right:auto;left:8.33333333%}.l2c-crm-ant-col-xs-offset-2.l2c-crm-ant-col-rtl{margin-right:8.33333333%;margin-left:0}.l2c-crm-ant-col-xs-push-3.l2c-crm-ant-col-rtl{right:12.5%;left:auto}.l2c-crm-ant-col-xs-pull-3.l2c-crm-ant-col-rtl{right:auto;left:12.5%}.l2c-crm-ant-col-xs-offset-3.l2c-crm-ant-col-rtl{margin-right:12.5%;margin-left:0}.l2c-crm-ant-col-xs-push-4.l2c-crm-ant-col-rtl{right:16.66666667%;left:auto}.l2c-crm-ant-col-xs-pull-4.l2c-crm-ant-col-rtl{right:auto;left:16.66666667%}.l2c-crm-ant-col-xs-offset-4.l2c-crm-ant-col-rtl{margin-right:16.66666667%;margin-left:0}.l2c-crm-ant-col-xs-push-5.l2c-crm-ant-col-rtl{right:20.83333333%;left:auto}.l2c-crm-ant-col-xs-pull-5.l2c-crm-ant-col-rtl{right:auto;left:20.83333333%}.l2c-crm-ant-col-xs-offset-5.l2c-crm-ant-col-rtl{margin-right:20.83333333%;margin-left:0}.l2c-crm-ant-col-xs-push-6.l2c-crm-ant-col-rtl{right:25%;left:auto}.l2c-crm-ant-col-xs-pull-6.l2c-crm-ant-col-rtl{right:auto;left:25%}.l2c-crm-ant-col-xs-offset-6.l2c-crm-ant-col-rtl{margin-right:25%;margin-left:0}.l2c-crm-ant-col-xs-push-7.l2c-crm-ant-col-rtl{right:29.16666667%;left:auto}.l2c-crm-ant-col-xs-pull-7.l2c-crm-ant-col-rtl{right:auto;left:29.16666667%}.l2c-crm-ant-col-xs-offset-7.l2c-crm-ant-col-rtl{margin-right:29.16666667%;margin-left:0}.l2c-crm-ant-col-xs-push-8.l2c-crm-ant-col-rtl{right:33.33333333%;left:auto}.l2c-crm-ant-col-xs-pull-8.l2c-crm-ant-col-rtl{right:auto;left:33.33333333%}.l2c-crm-ant-col-xs-offset-8.l2c-crm-ant-col-rtl{margin-right:33.33333333%;margin-left:0}.l2c-crm-ant-col-xs-push-9.l2c-crm-ant-col-rtl{right:37.5%;left:auto}.l2c-crm-ant-col-xs-pull-9.l2c-crm-ant-col-rtl{right:auto;left:37.5%}.l2c-crm-ant-col-xs-offset-9.l2c-crm-ant-col-rtl{margin-right:37.5%;margin-left:0}.l2c-crm-ant-col-xs-push-10.l2c-crm-ant-col-rtl{right:41.66666667%;left:auto}.l2c-crm-ant-col-xs-pull-10.l2c-crm-ant-col-rtl{right:auto;left:41.66666667%}.l2c-crm-ant-col-xs-offset-10.l2c-crm-ant-col-rtl{margin-right:41.66666667%;margin-left:0}.l2c-crm-ant-col-xs-push-11.l2c-crm-ant-col-rtl{right:45.83333333%;left:auto}.l2c-crm-ant-col-xs-pull-11.l2c-crm-ant-col-rtl{right:auto;left:45.83333333%}.l2c-crm-ant-col-xs-offset-11.l2c-crm-ant-col-rtl{margin-right:45.83333333%;margin-left:0}.l2c-crm-ant-col-xs-push-12.l2c-crm-ant-col-rtl{right:50%;left:auto}.l2c-crm-ant-col-xs-pull-12.l2c-crm-ant-col-rtl{right:auto;left:50%}.l2c-crm-ant-col-xs-offset-12.l2c-crm-ant-col-rtl{margin-right:50%;margin-left:0}.l2c-crm-ant-col-xs-push-13.l2c-crm-ant-col-rtl{right:54.16666667%;left:auto}.l2c-crm-ant-col-xs-pull-13.l2c-crm-ant-col-rtl{right:auto;left:54.16666667%}.l2c-crm-ant-col-xs-offset-13.l2c-crm-ant-col-rtl{margin-right:54.16666667%;margin-left:0}.l2c-crm-ant-col-xs-push-14.l2c-crm-ant-col-rtl{right:58.33333333%;left:auto}.l2c-crm-ant-col-xs-pull-14.l2c-crm-ant-col-rtl{right:auto;left:58.33333333%}.l2c-crm-ant-col-xs-offset-14.l2c-crm-ant-col-rtl{margin-right:58.33333333%;margin-left:0}.l2c-crm-ant-col-xs-push-15.l2c-crm-ant-col-rtl{right:62.5%;left:auto}.l2c-crm-ant-col-xs-pull-15.l2c-crm-ant-col-rtl{right:auto;left:62.5%}.l2c-crm-ant-col-xs-offset-15.l2c-crm-ant-col-rtl{margin-right:62.5%;margin-left:0}.l2c-crm-ant-col-xs-push-16.l2c-crm-ant-col-rtl{right:66.66666667%;left:auto}.l2c-crm-ant-col-xs-pull-16.l2c-crm-ant-col-rtl{right:auto;left:66.66666667%}.l2c-crm-ant-col-xs-offset-16.l2c-crm-ant-col-rtl{margin-right:66.66666667%;margin-left:0}.l2c-crm-ant-col-xs-push-17.l2c-crm-ant-col-rtl{right:70.83333333%;left:auto}.l2c-crm-ant-col-xs-pull-17.l2c-crm-ant-col-rtl{right:auto;left:70.83333333%}.l2c-crm-ant-col-xs-offset-17.l2c-crm-ant-col-rtl{margin-right:70.83333333%;margin-left:0}.l2c-crm-ant-col-xs-push-18.l2c-crm-ant-col-rtl{right:75%;left:auto}.l2c-crm-ant-col-xs-pull-18.l2c-crm-ant-col-rtl{right:auto;left:75%}.l2c-crm-ant-col-xs-offset-18.l2c-crm-ant-col-rtl{margin-right:75%;margin-left:0}.l2c-crm-ant-col-xs-push-19.l2c-crm-ant-col-rtl{right:79.16666667%;left:auto}.l2c-crm-ant-col-xs-pull-19.l2c-crm-ant-col-rtl{right:auto;left:79.16666667%}.l2c-crm-ant-col-xs-offset-19.l2c-crm-ant-col-rtl{margin-right:79.16666667%;margin-left:0}.l2c-crm-ant-col-xs-push-20.l2c-crm-ant-col-rtl{right:83.33333333%;left:auto}.l2c-crm-ant-col-xs-pull-20.l2c-crm-ant-col-rtl{right:auto;left:83.33333333%}.l2c-crm-ant-col-xs-offset-20.l2c-crm-ant-col-rtl{margin-right:83.33333333%;margin-left:0}.l2c-crm-ant-col-xs-push-21.l2c-crm-ant-col-rtl{right:87.5%;left:auto}.l2c-crm-ant-col-xs-pull-21.l2c-crm-ant-col-rtl{right:auto;left:87.5%}.l2c-crm-ant-col-xs-offset-21.l2c-crm-ant-col-rtl{margin-right:87.5%;margin-left:0}.l2c-crm-ant-col-xs-push-22.l2c-crm-ant-col-rtl{right:91.66666667%;left:auto}.l2c-crm-ant-col-xs-pull-22.l2c-crm-ant-col-rtl{right:auto;left:91.66666667%}.l2c-crm-ant-col-xs-offset-22.l2c-crm-ant-col-rtl{margin-right:91.66666667%;margin-left:0}.l2c-crm-ant-col-xs-push-23.l2c-crm-ant-col-rtl{right:95.83333333%;left:auto}.l2c-crm-ant-col-xs-pull-23.l2c-crm-ant-col-rtl{right:auto;left:95.83333333%}.l2c-crm-ant-col-xs-offset-23.l2c-crm-ant-col-rtl{margin-right:95.83333333%;margin-left:0}.l2c-crm-ant-col-xs-push-24.l2c-crm-ant-col-rtl{right:100%;left:auto}.l2c-crm-ant-col-xs-pull-24.l2c-crm-ant-col-rtl{right:auto;left:100%}.l2c-crm-ant-col-xs-offset-24.l2c-crm-ant-col-rtl{margin-right:100%;margin-left:0}@media (min-width: 576px){.l2c-crm-ant-col-sm-24{display:block;flex:0 0 100%;max-width:100%}.l2c-crm-ant-col-sm-push-24{left:100%}.l2c-crm-ant-col-sm-pull-24{right:100%}.l2c-crm-ant-col-sm-offset-24{margin-left:100%}.l2c-crm-ant-col-sm-order-24{order:24}.l2c-crm-ant-col-sm-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.l2c-crm-ant-col-sm-push-23{left:95.83333333%}.l2c-crm-ant-col-sm-pull-23{right:95.83333333%}.l2c-crm-ant-col-sm-offset-23{margin-left:95.83333333%}.l2c-crm-ant-col-sm-order-23{order:23}.l2c-crm-ant-col-sm-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.l2c-crm-ant-col-sm-push-22{left:91.66666667%}.l2c-crm-ant-col-sm-pull-22{right:91.66666667%}.l2c-crm-ant-col-sm-offset-22{margin-left:91.66666667%}.l2c-crm-ant-col-sm-order-22{order:22}.l2c-crm-ant-col-sm-21{display:block;flex:0 0 87.5%;max-width:87.5%}.l2c-crm-ant-col-sm-push-21{left:87.5%}.l2c-crm-ant-col-sm-pull-21{right:87.5%}.l2c-crm-ant-col-sm-offset-21{margin-left:87.5%}.l2c-crm-ant-col-sm-order-21{order:21}.l2c-crm-ant-col-sm-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.l2c-crm-ant-col-sm-push-20{left:83.33333333%}.l2c-crm-ant-col-sm-pull-20{right:83.33333333%}.l2c-crm-ant-col-sm-offset-20{margin-left:83.33333333%}.l2c-crm-ant-col-sm-order-20{order:20}.l2c-crm-ant-col-sm-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.l2c-crm-ant-col-sm-push-19{left:79.16666667%}.l2c-crm-ant-col-sm-pull-19{right:79.16666667%}.l2c-crm-ant-col-sm-offset-19{margin-left:79.16666667%}.l2c-crm-ant-col-sm-order-19{order:19}.l2c-crm-ant-col-sm-18{display:block;flex:0 0 75%;max-width:75%}.l2c-crm-ant-col-sm-push-18{left:75%}.l2c-crm-ant-col-sm-pull-18{right:75%}.l2c-crm-ant-col-sm-offset-18{margin-left:75%}.l2c-crm-ant-col-sm-order-18{order:18}.l2c-crm-ant-col-sm-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.l2c-crm-ant-col-sm-push-17{left:70.83333333%}.l2c-crm-ant-col-sm-pull-17{right:70.83333333%}.l2c-crm-ant-col-sm-offset-17{margin-left:70.83333333%}.l2c-crm-ant-col-sm-order-17{order:17}.l2c-crm-ant-col-sm-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.l2c-crm-ant-col-sm-push-16{left:66.66666667%}.l2c-crm-ant-col-sm-pull-16{right:66.66666667%}.l2c-crm-ant-col-sm-offset-16{margin-left:66.66666667%}.l2c-crm-ant-col-sm-order-16{order:16}.l2c-crm-ant-col-sm-15{display:block;flex:0 0 62.5%;max-width:62.5%}.l2c-crm-ant-col-sm-push-15{left:62.5%}.l2c-crm-ant-col-sm-pull-15{right:62.5%}.l2c-crm-ant-col-sm-offset-15{margin-left:62.5%}.l2c-crm-ant-col-sm-order-15{order:15}.l2c-crm-ant-col-sm-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.l2c-crm-ant-col-sm-push-14{left:58.33333333%}.l2c-crm-ant-col-sm-pull-14{right:58.33333333%}.l2c-crm-ant-col-sm-offset-14{margin-left:58.33333333%}.l2c-crm-ant-col-sm-order-14{order:14}.l2c-crm-ant-col-sm-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.l2c-crm-ant-col-sm-push-13{left:54.16666667%}.l2c-crm-ant-col-sm-pull-13{right:54.16666667%}.l2c-crm-ant-col-sm-offset-13{margin-left:54.16666667%}.l2c-crm-ant-col-sm-order-13{order:13}.l2c-crm-ant-col-sm-12{display:block;flex:0 0 50%;max-width:50%}.l2c-crm-ant-col-sm-push-12{left:50%}.l2c-crm-ant-col-sm-pull-12{right:50%}.l2c-crm-ant-col-sm-offset-12{margin-left:50%}.l2c-crm-ant-col-sm-order-12{order:12}.l2c-crm-ant-col-sm-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.l2c-crm-ant-col-sm-push-11{left:45.83333333%}.l2c-crm-ant-col-sm-pull-11{right:45.83333333%}.l2c-crm-ant-col-sm-offset-11{margin-left:45.83333333%}.l2c-crm-ant-col-sm-order-11{order:11}.l2c-crm-ant-col-sm-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.l2c-crm-ant-col-sm-push-10{left:41.66666667%}.l2c-crm-ant-col-sm-pull-10{right:41.66666667%}.l2c-crm-ant-col-sm-offset-10{margin-left:41.66666667%}.l2c-crm-ant-col-sm-order-10{order:10}.l2c-crm-ant-col-sm-9{display:block;flex:0 0 37.5%;max-width:37.5%}.l2c-crm-ant-col-sm-push-9{left:37.5%}.l2c-crm-ant-col-sm-pull-9{right:37.5%}.l2c-crm-ant-col-sm-offset-9{margin-left:37.5%}.l2c-crm-ant-col-sm-order-9{order:9}.l2c-crm-ant-col-sm-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.l2c-crm-ant-col-sm-push-8{left:33.33333333%}.l2c-crm-ant-col-sm-pull-8{right:33.33333333%}.l2c-crm-ant-col-sm-offset-8{margin-left:33.33333333%}.l2c-crm-ant-col-sm-order-8{order:8}.l2c-crm-ant-col-sm-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.l2c-crm-ant-col-sm-push-7{left:29.16666667%}.l2c-crm-ant-col-sm-pull-7{right:29.16666667%}.l2c-crm-ant-col-sm-offset-7{margin-left:29.16666667%}.l2c-crm-ant-col-sm-order-7{order:7}.l2c-crm-ant-col-sm-6{display:block;flex:0 0 25%;max-width:25%}.l2c-crm-ant-col-sm-push-6{left:25%}.l2c-crm-ant-col-sm-pull-6{right:25%}.l2c-crm-ant-col-sm-offset-6{margin-left:25%}.l2c-crm-ant-col-sm-order-6{order:6}.l2c-crm-ant-col-sm-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.l2c-crm-ant-col-sm-push-5{left:20.83333333%}.l2c-crm-ant-col-sm-pull-5{right:20.83333333%}.l2c-crm-ant-col-sm-offset-5{margin-left:20.83333333%}.l2c-crm-ant-col-sm-order-5{order:5}.l2c-crm-ant-col-sm-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.l2c-crm-ant-col-sm-push-4{left:16.66666667%}.l2c-crm-ant-col-sm-pull-4{right:16.66666667%}.l2c-crm-ant-col-sm-offset-4{margin-left:16.66666667%}.l2c-crm-ant-col-sm-order-4{order:4}.l2c-crm-ant-col-sm-3{display:block;flex:0 0 12.5%;max-width:12.5%}.l2c-crm-ant-col-sm-push-3{left:12.5%}.l2c-crm-ant-col-sm-pull-3{right:12.5%}.l2c-crm-ant-col-sm-offset-3{margin-left:12.5%}.l2c-crm-ant-col-sm-order-3{order:3}.l2c-crm-ant-col-sm-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.l2c-crm-ant-col-sm-push-2{left:8.33333333%}.l2c-crm-ant-col-sm-pull-2{right:8.33333333%}.l2c-crm-ant-col-sm-offset-2{margin-left:8.33333333%}.l2c-crm-ant-col-sm-order-2{order:2}.l2c-crm-ant-col-sm-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.l2c-crm-ant-col-sm-push-1{left:4.16666667%}.l2c-crm-ant-col-sm-pull-1{right:4.16666667%}.l2c-crm-ant-col-sm-offset-1{margin-left:4.16666667%}.l2c-crm-ant-col-sm-order-1{order:1}.l2c-crm-ant-col-sm-0{display:none}.l2c-crm-ant-col-push-0{left:auto}.l2c-crm-ant-col-pull-0{right:auto}.l2c-crm-ant-col-sm-push-0{left:auto}.l2c-crm-ant-col-sm-pull-0{right:auto}.l2c-crm-ant-col-sm-offset-0{margin-left:0}.l2c-crm-ant-col-sm-order-0{order:0}.l2c-crm-ant-col-push-0.l2c-crm-ant-col-rtl{right:auto}.l2c-crm-ant-col-pull-0.l2c-crm-ant-col-rtl{left:auto}.l2c-crm-ant-col-sm-push-0.l2c-crm-ant-col-rtl{right:auto}.l2c-crm-ant-col-sm-pull-0.l2c-crm-ant-col-rtl{left:auto}.l2c-crm-ant-col-sm-offset-0.l2c-crm-ant-col-rtl{margin-right:0}.l2c-crm-ant-col-sm-push-1.l2c-crm-ant-col-rtl{right:4.16666667%;left:auto}.l2c-crm-ant-col-sm-pull-1.l2c-crm-ant-col-rtl{right:auto;left:4.16666667%}.l2c-crm-ant-col-sm-offset-1.l2c-crm-ant-col-rtl{margin-right:4.16666667%;margin-left:0}.l2c-crm-ant-col-sm-push-2.l2c-crm-ant-col-rtl{right:8.33333333%;left:auto}.l2c-crm-ant-col-sm-pull-2.l2c-crm-ant-col-rtl{right:auto;left:8.33333333%}.l2c-crm-ant-col-sm-offset-2.l2c-crm-ant-col-rtl{margin-right:8.33333333%;margin-left:0}.l2c-crm-ant-col-sm-push-3.l2c-crm-ant-col-rtl{right:12.5%;left:auto}.l2c-crm-ant-col-sm-pull-3.l2c-crm-ant-col-rtl{right:auto;left:12.5%}.l2c-crm-ant-col-sm-offset-3.l2c-crm-ant-col-rtl{margin-right:12.5%;margin-left:0}.l2c-crm-ant-col-sm-push-4.l2c-crm-ant-col-rtl{right:16.66666667%;left:auto}.l2c-crm-ant-col-sm-pull-4.l2c-crm-ant-col-rtl{right:auto;left:16.66666667%}.l2c-crm-ant-col-sm-offset-4.l2c-crm-ant-col-rtl{margin-right:16.66666667%;margin-left:0}.l2c-crm-ant-col-sm-push-5.l2c-crm-ant-col-rtl{right:20.83333333%;left:auto}.l2c-crm-ant-col-sm-pull-5.l2c-crm-ant-col-rtl{right:auto;left:20.83333333%}.l2c-crm-ant-col-sm-offset-5.l2c-crm-ant-col-rtl{margin-right:20.83333333%;margin-left:0}.l2c-crm-ant-col-sm-push-6.l2c-crm-ant-col-rtl{right:25%;left:auto}.l2c-crm-ant-col-sm-pull-6.l2c-crm-ant-col-rtl{right:auto;left:25%}.l2c-crm-ant-col-sm-offset-6.l2c-crm-ant-col-rtl{margin-right:25%;margin-left:0}.l2c-crm-ant-col-sm-push-7.l2c-crm-ant-col-rtl{right:29.16666667%;left:auto}.l2c-crm-ant-col-sm-pull-7.l2c-crm-ant-col-rtl{right:auto;left:29.16666667%}.l2c-crm-ant-col-sm-offset-7.l2c-crm-ant-col-rtl{margin-right:29.16666667%;margin-left:0}.l2c-crm-ant-col-sm-push-8.l2c-crm-ant-col-rtl{right:33.33333333%;left:auto}.l2c-crm-ant-col-sm-pull-8.l2c-crm-ant-col-rtl{right:auto;left:33.33333333%}.l2c-crm-ant-col-sm-offset-8.l2c-crm-ant-col-rtl{margin-right:33.33333333%;margin-left:0}.l2c-crm-ant-col-sm-push-9.l2c-crm-ant-col-rtl{right:37.5%;left:auto}.l2c-crm-ant-col-sm-pull-9.l2c-crm-ant-col-rtl{right:auto;left:37.5%}.l2c-crm-ant-col-sm-offset-9.l2c-crm-ant-col-rtl{margin-right:37.5%;margin-left:0}.l2c-crm-ant-col-sm-push-10.l2c-crm-ant-col-rtl{right:41.66666667%;left:auto}.l2c-crm-ant-col-sm-pull-10.l2c-crm-ant-col-rtl{right:auto;left:41.66666667%}.l2c-crm-ant-col-sm-offset-10.l2c-crm-ant-col-rtl{margin-right:41.66666667%;margin-left:0}.l2c-crm-ant-col-sm-push-11.l2c-crm-ant-col-rtl{right:45.83333333%;left:auto}.l2c-crm-ant-col-sm-pull-11.l2c-crm-ant-col-rtl{right:auto;left:45.83333333%}.l2c-crm-ant-col-sm-offset-11.l2c-crm-ant-col-rtl{margin-right:45.83333333%;margin-left:0}.l2c-crm-ant-col-sm-push-12.l2c-crm-ant-col-rtl{right:50%;left:auto}.l2c-crm-ant-col-sm-pull-12.l2c-crm-ant-col-rtl{right:auto;left:50%}.l2c-crm-ant-col-sm-offset-12.l2c-crm-ant-col-rtl{margin-right:50%;margin-left:0}.l2c-crm-ant-col-sm-push-13.l2c-crm-ant-col-rtl{right:54.16666667%;left:auto}.l2c-crm-ant-col-sm-pull-13.l2c-crm-ant-col-rtl{right:auto;left:54.16666667%}.l2c-crm-ant-col-sm-offset-13.l2c-crm-ant-col-rtl{margin-right:54.16666667%;margin-left:0}.l2c-crm-ant-col-sm-push-14.l2c-crm-ant-col-rtl{right:58.33333333%;left:auto}.l2c-crm-ant-col-sm-pull-14.l2c-crm-ant-col-rtl{right:auto;left:58.33333333%}.l2c-crm-ant-col-sm-offset-14.l2c-crm-ant-col-rtl{margin-right:58.33333333%;margin-left:0}.l2c-crm-ant-col-sm-push-15.l2c-crm-ant-col-rtl{right:62.5%;left:auto}.l2c-crm-ant-col-sm-pull-15.l2c-crm-ant-col-rtl{right:auto;left:62.5%}.l2c-crm-ant-col-sm-offset-15.l2c-crm-ant-col-rtl{margin-right:62.5%;margin-left:0}.l2c-crm-ant-col-sm-push-16.l2c-crm-ant-col-rtl{right:66.66666667%;left:auto}.l2c-crm-ant-col-sm-pull-16.l2c-crm-ant-col-rtl{right:auto;left:66.66666667%}.l2c-crm-ant-col-sm-offset-16.l2c-crm-ant-col-rtl{margin-right:66.66666667%;margin-left:0}.l2c-crm-ant-col-sm-push-17.l2c-crm-ant-col-rtl{right:70.83333333%;left:auto}.l2c-crm-ant-col-sm-pull-17.l2c-crm-ant-col-rtl{right:auto;left:70.83333333%}.l2c-crm-ant-col-sm-offset-17.l2c-crm-ant-col-rtl{margin-right:70.83333333%;margin-left:0}.l2c-crm-ant-col-sm-push-18.l2c-crm-ant-col-rtl{right:75%;left:auto}.l2c-crm-ant-col-sm-pull-18.l2c-crm-ant-col-rtl{right:auto;left:75%}.l2c-crm-ant-col-sm-offset-18.l2c-crm-ant-col-rtl{margin-right:75%;margin-left:0}.l2c-crm-ant-col-sm-push-19.l2c-crm-ant-col-rtl{right:79.16666667%;left:auto}.l2c-crm-ant-col-sm-pull-19.l2c-crm-ant-col-rtl{right:auto;left:79.16666667%}.l2c-crm-ant-col-sm-offset-19.l2c-crm-ant-col-rtl{margin-right:79.16666667%;margin-left:0}.l2c-crm-ant-col-sm-push-20.l2c-crm-ant-col-rtl{right:83.33333333%;left:auto}.l2c-crm-ant-col-sm-pull-20.l2c-crm-ant-col-rtl{right:auto;left:83.33333333%}.l2c-crm-ant-col-sm-offset-20.l2c-crm-ant-col-rtl{margin-right:83.33333333%;margin-left:0}.l2c-crm-ant-col-sm-push-21.l2c-crm-ant-col-rtl{right:87.5%;left:auto}.l2c-crm-ant-col-sm-pull-21.l2c-crm-ant-col-rtl{right:auto;left:87.5%}.l2c-crm-ant-col-sm-offset-21.l2c-crm-ant-col-rtl{margin-right:87.5%;margin-left:0}.l2c-crm-ant-col-sm-push-22.l2c-crm-ant-col-rtl{right:91.66666667%;left:auto}.l2c-crm-ant-col-sm-pull-22.l2c-crm-ant-col-rtl{right:auto;left:91.66666667%}.l2c-crm-ant-col-sm-offset-22.l2c-crm-ant-col-rtl{margin-right:91.66666667%;margin-left:0}.l2c-crm-ant-col-sm-push-23.l2c-crm-ant-col-rtl{right:95.83333333%;left:auto}.l2c-crm-ant-col-sm-pull-23.l2c-crm-ant-col-rtl{right:auto;left:95.83333333%}.l2c-crm-ant-col-sm-offset-23.l2c-crm-ant-col-rtl{margin-right:95.83333333%;margin-left:0}.l2c-crm-ant-col-sm-push-24.l2c-crm-ant-col-rtl{right:100%;left:auto}.l2c-crm-ant-col-sm-pull-24.l2c-crm-ant-col-rtl{right:auto;left:100%}.l2c-crm-ant-col-sm-offset-24.l2c-crm-ant-col-rtl{margin-right:100%;margin-left:0}}@media (min-width: 768px){.l2c-crm-ant-col-md-24{display:block;flex:0 0 100%;max-width:100%}.l2c-crm-ant-col-md-push-24{left:100%}.l2c-crm-ant-col-md-pull-24{right:100%}.l2c-crm-ant-col-md-offset-24{margin-left:100%}.l2c-crm-ant-col-md-order-24{order:24}.l2c-crm-ant-col-md-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.l2c-crm-ant-col-md-push-23{left:95.83333333%}.l2c-crm-ant-col-md-pull-23{right:95.83333333%}.l2c-crm-ant-col-md-offset-23{margin-left:95.83333333%}.l2c-crm-ant-col-md-order-23{order:23}.l2c-crm-ant-col-md-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.l2c-crm-ant-col-md-push-22{left:91.66666667%}.l2c-crm-ant-col-md-pull-22{right:91.66666667%}.l2c-crm-ant-col-md-offset-22{margin-left:91.66666667%}.l2c-crm-ant-col-md-order-22{order:22}.l2c-crm-ant-col-md-21{display:block;flex:0 0 87.5%;max-width:87.5%}.l2c-crm-ant-col-md-push-21{left:87.5%}.l2c-crm-ant-col-md-pull-21{right:87.5%}.l2c-crm-ant-col-md-offset-21{margin-left:87.5%}.l2c-crm-ant-col-md-order-21{order:21}.l2c-crm-ant-col-md-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.l2c-crm-ant-col-md-push-20{left:83.33333333%}.l2c-crm-ant-col-md-pull-20{right:83.33333333%}.l2c-crm-ant-col-md-offset-20{margin-left:83.33333333%}.l2c-crm-ant-col-md-order-20{order:20}.l2c-crm-ant-col-md-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.l2c-crm-ant-col-md-push-19{left:79.16666667%}.l2c-crm-ant-col-md-pull-19{right:79.16666667%}.l2c-crm-ant-col-md-offset-19{margin-left:79.16666667%}.l2c-crm-ant-col-md-order-19{order:19}.l2c-crm-ant-col-md-18{display:block;flex:0 0 75%;max-width:75%}.l2c-crm-ant-col-md-push-18{left:75%}.l2c-crm-ant-col-md-pull-18{right:75%}.l2c-crm-ant-col-md-offset-18{margin-left:75%}.l2c-crm-ant-col-md-order-18{order:18}.l2c-crm-ant-col-md-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.l2c-crm-ant-col-md-push-17{left:70.83333333%}.l2c-crm-ant-col-md-pull-17{right:70.83333333%}.l2c-crm-ant-col-md-offset-17{margin-left:70.83333333%}.l2c-crm-ant-col-md-order-17{order:17}.l2c-crm-ant-col-md-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.l2c-crm-ant-col-md-push-16{left:66.66666667%}.l2c-crm-ant-col-md-pull-16{right:66.66666667%}.l2c-crm-ant-col-md-offset-16{margin-left:66.66666667%}.l2c-crm-ant-col-md-order-16{order:16}.l2c-crm-ant-col-md-15{display:block;flex:0 0 62.5%;max-width:62.5%}.l2c-crm-ant-col-md-push-15{left:62.5%}.l2c-crm-ant-col-md-pull-15{right:62.5%}.l2c-crm-ant-col-md-offset-15{margin-left:62.5%}.l2c-crm-ant-col-md-order-15{order:15}.l2c-crm-ant-col-md-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.l2c-crm-ant-col-md-push-14{left:58.33333333%}.l2c-crm-ant-col-md-pull-14{right:58.33333333%}.l2c-crm-ant-col-md-offset-14{margin-left:58.33333333%}.l2c-crm-ant-col-md-order-14{order:14}.l2c-crm-ant-col-md-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.l2c-crm-ant-col-md-push-13{left:54.16666667%}.l2c-crm-ant-col-md-pull-13{right:54.16666667%}.l2c-crm-ant-col-md-offset-13{margin-left:54.16666667%}.l2c-crm-ant-col-md-order-13{order:13}.l2c-crm-ant-col-md-12{display:block;flex:0 0 50%;max-width:50%}.l2c-crm-ant-col-md-push-12{left:50%}.l2c-crm-ant-col-md-pull-12{right:50%}.l2c-crm-ant-col-md-offset-12{margin-left:50%}.l2c-crm-ant-col-md-order-12{order:12}.l2c-crm-ant-col-md-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.l2c-crm-ant-col-md-push-11{left:45.83333333%}.l2c-crm-ant-col-md-pull-11{right:45.83333333%}.l2c-crm-ant-col-md-offset-11{margin-left:45.83333333%}.l2c-crm-ant-col-md-order-11{order:11}.l2c-crm-ant-col-md-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.l2c-crm-ant-col-md-push-10{left:41.66666667%}.l2c-crm-ant-col-md-pull-10{right:41.66666667%}.l2c-crm-ant-col-md-offset-10{margin-left:41.66666667%}.l2c-crm-ant-col-md-order-10{order:10}.l2c-crm-ant-col-md-9{display:block;flex:0 0 37.5%;max-width:37.5%}.l2c-crm-ant-col-md-push-9{left:37.5%}.l2c-crm-ant-col-md-pull-9{right:37.5%}.l2c-crm-ant-col-md-offset-9{margin-left:37.5%}.l2c-crm-ant-col-md-order-9{order:9}.l2c-crm-ant-col-md-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.l2c-crm-ant-col-md-push-8{left:33.33333333%}.l2c-crm-ant-col-md-pull-8{right:33.33333333%}.l2c-crm-ant-col-md-offset-8{margin-left:33.33333333%}.l2c-crm-ant-col-md-order-8{order:8}.l2c-crm-ant-col-md-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.l2c-crm-ant-col-md-push-7{left:29.16666667%}.l2c-crm-ant-col-md-pull-7{right:29.16666667%}.l2c-crm-ant-col-md-offset-7{margin-left:29.16666667%}.l2c-crm-ant-col-md-order-7{order:7}.l2c-crm-ant-col-md-6{display:block;flex:0 0 25%;max-width:25%}.l2c-crm-ant-col-md-push-6{left:25%}.l2c-crm-ant-col-md-pull-6{right:25%}.l2c-crm-ant-col-md-offset-6{margin-left:25%}.l2c-crm-ant-col-md-order-6{order:6}.l2c-crm-ant-col-md-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.l2c-crm-ant-col-md-push-5{left:20.83333333%}.l2c-crm-ant-col-md-pull-5{right:20.83333333%}.l2c-crm-ant-col-md-offset-5{margin-left:20.83333333%}.l2c-crm-ant-col-md-order-5{order:5}.l2c-crm-ant-col-md-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.l2c-crm-ant-col-md-push-4{left:16.66666667%}.l2c-crm-ant-col-md-pull-4{right:16.66666667%}.l2c-crm-ant-col-md-offset-4{margin-left:16.66666667%}.l2c-crm-ant-col-md-order-4{order:4}.l2c-crm-ant-col-md-3{display:block;flex:0 0 12.5%;max-width:12.5%}.l2c-crm-ant-col-md-push-3{left:12.5%}.l2c-crm-ant-col-md-pull-3{right:12.5%}.l2c-crm-ant-col-md-offset-3{margin-left:12.5%}.l2c-crm-ant-col-md-order-3{order:3}.l2c-crm-ant-col-md-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.l2c-crm-ant-col-md-push-2{left:8.33333333%}.l2c-crm-ant-col-md-pull-2{right:8.33333333%}.l2c-crm-ant-col-md-offset-2{margin-left:8.33333333%}.l2c-crm-ant-col-md-order-2{order:2}.l2c-crm-ant-col-md-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.l2c-crm-ant-col-md-push-1{left:4.16666667%}.l2c-crm-ant-col-md-pull-1{right:4.16666667%}.l2c-crm-ant-col-md-offset-1{margin-left:4.16666667%}.l2c-crm-ant-col-md-order-1{order:1}.l2c-crm-ant-col-md-0{display:none}.l2c-crm-ant-col-push-0{left:auto}.l2c-crm-ant-col-pull-0{right:auto}.l2c-crm-ant-col-md-push-0{left:auto}.l2c-crm-ant-col-md-pull-0{right:auto}.l2c-crm-ant-col-md-offset-0{margin-left:0}.l2c-crm-ant-col-md-order-0{order:0}.l2c-crm-ant-col-push-0.l2c-crm-ant-col-rtl{right:auto}.l2c-crm-ant-col-pull-0.l2c-crm-ant-col-rtl{left:auto}.l2c-crm-ant-col-md-push-0.l2c-crm-ant-col-rtl{right:auto}.l2c-crm-ant-col-md-pull-0.l2c-crm-ant-col-rtl{left:auto}.l2c-crm-ant-col-md-offset-0.l2c-crm-ant-col-rtl{margin-right:0}.l2c-crm-ant-col-md-push-1.l2c-crm-ant-col-rtl{right:4.16666667%;left:auto}.l2c-crm-ant-col-md-pull-1.l2c-crm-ant-col-rtl{right:auto;left:4.16666667%}.l2c-crm-ant-col-md-offset-1.l2c-crm-ant-col-rtl{margin-right:4.16666667%;margin-left:0}.l2c-crm-ant-col-md-push-2.l2c-crm-ant-col-rtl{right:8.33333333%;left:auto}.l2c-crm-ant-col-md-pull-2.l2c-crm-ant-col-rtl{right:auto;left:8.33333333%}.l2c-crm-ant-col-md-offset-2.l2c-crm-ant-col-rtl{margin-right:8.33333333%;margin-left:0}.l2c-crm-ant-col-md-push-3.l2c-crm-ant-col-rtl{right:12.5%;left:auto}.l2c-crm-ant-col-md-pull-3.l2c-crm-ant-col-rtl{right:auto;left:12.5%}.l2c-crm-ant-col-md-offset-3.l2c-crm-ant-col-rtl{margin-right:12.5%;margin-left:0}.l2c-crm-ant-col-md-push-4.l2c-crm-ant-col-rtl{right:16.66666667%;left:auto}.l2c-crm-ant-col-md-pull-4.l2c-crm-ant-col-rtl{right:auto;left:16.66666667%}.l2c-crm-ant-col-md-offset-4.l2c-crm-ant-col-rtl{margin-right:16.66666667%;margin-left:0}.l2c-crm-ant-col-md-push-5.l2c-crm-ant-col-rtl{right:20.83333333%;left:auto}.l2c-crm-ant-col-md-pull-5.l2c-crm-ant-col-rtl{right:auto;left:20.83333333%}.l2c-crm-ant-col-md-offset-5.l2c-crm-ant-col-rtl{margin-right:20.83333333%;margin-left:0}.l2c-crm-ant-col-md-push-6.l2c-crm-ant-col-rtl{right:25%;left:auto}.l2c-crm-ant-col-md-pull-6.l2c-crm-ant-col-rtl{right:auto;left:25%}.l2c-crm-ant-col-md-offset-6.l2c-crm-ant-col-rtl{margin-right:25%;margin-left:0}.l2c-crm-ant-col-md-push-7.l2c-crm-ant-col-rtl{right:29.16666667%;left:auto}.l2c-crm-ant-col-md-pull-7.l2c-crm-ant-col-rtl{right:auto;left:29.16666667%}.l2c-crm-ant-col-md-offset-7.l2c-crm-ant-col-rtl{margin-right:29.16666667%;margin-left:0}.l2c-crm-ant-col-md-push-8.l2c-crm-ant-col-rtl{right:33.33333333%;left:auto}.l2c-crm-ant-col-md-pull-8.l2c-crm-ant-col-rtl{right:auto;left:33.33333333%}.l2c-crm-ant-col-md-offset-8.l2c-crm-ant-col-rtl{margin-right:33.33333333%;margin-left:0}.l2c-crm-ant-col-md-push-9.l2c-crm-ant-col-rtl{right:37.5%;left:auto}.l2c-crm-ant-col-md-pull-9.l2c-crm-ant-col-rtl{right:auto;left:37.5%}.l2c-crm-ant-col-md-offset-9.l2c-crm-ant-col-rtl{margin-right:37.5%;margin-left:0}.l2c-crm-ant-col-md-push-10.l2c-crm-ant-col-rtl{right:41.66666667%;left:auto}.l2c-crm-ant-col-md-pull-10.l2c-crm-ant-col-rtl{right:auto;left:41.66666667%}.l2c-crm-ant-col-md-offset-10.l2c-crm-ant-col-rtl{margin-right:41.66666667%;margin-left:0}.l2c-crm-ant-col-md-push-11.l2c-crm-ant-col-rtl{right:45.83333333%;left:auto}.l2c-crm-ant-col-md-pull-11.l2c-crm-ant-col-rtl{right:auto;left:45.83333333%}.l2c-crm-ant-col-md-offset-11.l2c-crm-ant-col-rtl{margin-right:45.83333333%;margin-left:0}.l2c-crm-ant-col-md-push-12.l2c-crm-ant-col-rtl{right:50%;left:auto}.l2c-crm-ant-col-md-pull-12.l2c-crm-ant-col-rtl{right:auto;left:50%}.l2c-crm-ant-col-md-offset-12.l2c-crm-ant-col-rtl{margin-right:50%;margin-left:0}.l2c-crm-ant-col-md-push-13.l2c-crm-ant-col-rtl{right:54.16666667%;left:auto}.l2c-crm-ant-col-md-pull-13.l2c-crm-ant-col-rtl{right:auto;left:54.16666667%}.l2c-crm-ant-col-md-offset-13.l2c-crm-ant-col-rtl{margin-right:54.16666667%;margin-left:0}.l2c-crm-ant-col-md-push-14.l2c-crm-ant-col-rtl{right:58.33333333%;left:auto}.l2c-crm-ant-col-md-pull-14.l2c-crm-ant-col-rtl{right:auto;left:58.33333333%}.l2c-crm-ant-col-md-offset-14.l2c-crm-ant-col-rtl{margin-right:58.33333333%;margin-left:0}.l2c-crm-ant-col-md-push-15.l2c-crm-ant-col-rtl{right:62.5%;left:auto}.l2c-crm-ant-col-md-pull-15.l2c-crm-ant-col-rtl{right:auto;left:62.5%}.l2c-crm-ant-col-md-offset-15.l2c-crm-ant-col-rtl{margin-right:62.5%;margin-left:0}.l2c-crm-ant-col-md-push-16.l2c-crm-ant-col-rtl{right:66.66666667%;left:auto}.l2c-crm-ant-col-md-pull-16.l2c-crm-ant-col-rtl{right:auto;left:66.66666667%}.l2c-crm-ant-col-md-offset-16.l2c-crm-ant-col-rtl{margin-right:66.66666667%;margin-left:0}.l2c-crm-ant-col-md-push-17.l2c-crm-ant-col-rtl{right:70.83333333%;left:auto}.l2c-crm-ant-col-md-pull-17.l2c-crm-ant-col-rtl{right:auto;left:70.83333333%}.l2c-crm-ant-col-md-offset-17.l2c-crm-ant-col-rtl{margin-right:70.83333333%;margin-left:0}.l2c-crm-ant-col-md-push-18.l2c-crm-ant-col-rtl{right:75%;left:auto}.l2c-crm-ant-col-md-pull-18.l2c-crm-ant-col-rtl{right:auto;left:75%}.l2c-crm-ant-col-md-offset-18.l2c-crm-ant-col-rtl{margin-right:75%;margin-left:0}.l2c-crm-ant-col-md-push-19.l2c-crm-ant-col-rtl{right:79.16666667%;left:auto}.l2c-crm-ant-col-md-pull-19.l2c-crm-ant-col-rtl{right:auto;left:79.16666667%}.l2c-crm-ant-col-md-offset-19.l2c-crm-ant-col-rtl{margin-right:79.16666667%;margin-left:0}.l2c-crm-ant-col-md-push-20.l2c-crm-ant-col-rtl{right:83.33333333%;left:auto}.l2c-crm-ant-col-md-pull-20.l2c-crm-ant-col-rtl{right:auto;left:83.33333333%}.l2c-crm-ant-col-md-offset-20.l2c-crm-ant-col-rtl{margin-right:83.33333333%;margin-left:0}.l2c-crm-ant-col-md-push-21.l2c-crm-ant-col-rtl{right:87.5%;left:auto}.l2c-crm-ant-col-md-pull-21.l2c-crm-ant-col-rtl{right:auto;left:87.5%}.l2c-crm-ant-col-md-offset-21.l2c-crm-ant-col-rtl{margin-right:87.5%;margin-left:0}.l2c-crm-ant-col-md-push-22.l2c-crm-ant-col-rtl{right:91.66666667%;left:auto}.l2c-crm-ant-col-md-pull-22.l2c-crm-ant-col-rtl{right:auto;left:91.66666667%}.l2c-crm-ant-col-md-offset-22.l2c-crm-ant-col-rtl{margin-right:91.66666667%;margin-left:0}.l2c-crm-ant-col-md-push-23.l2c-crm-ant-col-rtl{right:95.83333333%;left:auto}.l2c-crm-ant-col-md-pull-23.l2c-crm-ant-col-rtl{right:auto;left:95.83333333%}.l2c-crm-ant-col-md-offset-23.l2c-crm-ant-col-rtl{margin-right:95.83333333%;margin-left:0}.l2c-crm-ant-col-md-push-24.l2c-crm-ant-col-rtl{right:100%;left:auto}.l2c-crm-ant-col-md-pull-24.l2c-crm-ant-col-rtl{right:auto;left:100%}.l2c-crm-ant-col-md-offset-24.l2c-crm-ant-col-rtl{margin-right:100%;margin-left:0}}@media (min-width: 992px){.l2c-crm-ant-col-lg-24{display:block;flex:0 0 100%;max-width:100%}.l2c-crm-ant-col-lg-push-24{left:100%}.l2c-crm-ant-col-lg-pull-24{right:100%}.l2c-crm-ant-col-lg-offset-24{margin-left:100%}.l2c-crm-ant-col-lg-order-24{order:24}.l2c-crm-ant-col-lg-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.l2c-crm-ant-col-lg-push-23{left:95.83333333%}.l2c-crm-ant-col-lg-pull-23{right:95.83333333%}.l2c-crm-ant-col-lg-offset-23{margin-left:95.83333333%}.l2c-crm-ant-col-lg-order-23{order:23}.l2c-crm-ant-col-lg-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.l2c-crm-ant-col-lg-push-22{left:91.66666667%}.l2c-crm-ant-col-lg-pull-22{right:91.66666667%}.l2c-crm-ant-col-lg-offset-22{margin-left:91.66666667%}.l2c-crm-ant-col-lg-order-22{order:22}.l2c-crm-ant-col-lg-21{display:block;flex:0 0 87.5%;max-width:87.5%}.l2c-crm-ant-col-lg-push-21{left:87.5%}.l2c-crm-ant-col-lg-pull-21{right:87.5%}.l2c-crm-ant-col-lg-offset-21{margin-left:87.5%}.l2c-crm-ant-col-lg-order-21{order:21}.l2c-crm-ant-col-lg-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.l2c-crm-ant-col-lg-push-20{left:83.33333333%}.l2c-crm-ant-col-lg-pull-20{right:83.33333333%}.l2c-crm-ant-col-lg-offset-20{margin-left:83.33333333%}.l2c-crm-ant-col-lg-order-20{order:20}.l2c-crm-ant-col-lg-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.l2c-crm-ant-col-lg-push-19{left:79.16666667%}.l2c-crm-ant-col-lg-pull-19{right:79.16666667%}.l2c-crm-ant-col-lg-offset-19{margin-left:79.16666667%}.l2c-crm-ant-col-lg-order-19{order:19}.l2c-crm-ant-col-lg-18{display:block;flex:0 0 75%;max-width:75%}.l2c-crm-ant-col-lg-push-18{left:75%}.l2c-crm-ant-col-lg-pull-18{right:75%}.l2c-crm-ant-col-lg-offset-18{margin-left:75%}.l2c-crm-ant-col-lg-order-18{order:18}.l2c-crm-ant-col-lg-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.l2c-crm-ant-col-lg-push-17{left:70.83333333%}.l2c-crm-ant-col-lg-pull-17{right:70.83333333%}.l2c-crm-ant-col-lg-offset-17{margin-left:70.83333333%}.l2c-crm-ant-col-lg-order-17{order:17}.l2c-crm-ant-col-lg-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.l2c-crm-ant-col-lg-push-16{left:66.66666667%}.l2c-crm-ant-col-lg-pull-16{right:66.66666667%}.l2c-crm-ant-col-lg-offset-16{margin-left:66.66666667%}.l2c-crm-ant-col-lg-order-16{order:16}.l2c-crm-ant-col-lg-15{display:block;flex:0 0 62.5%;max-width:62.5%}.l2c-crm-ant-col-lg-push-15{left:62.5%}.l2c-crm-ant-col-lg-pull-15{right:62.5%}.l2c-crm-ant-col-lg-offset-15{margin-left:62.5%}.l2c-crm-ant-col-lg-order-15{order:15}.l2c-crm-ant-col-lg-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.l2c-crm-ant-col-lg-push-14{left:58.33333333%}.l2c-crm-ant-col-lg-pull-14{right:58.33333333%}.l2c-crm-ant-col-lg-offset-14{margin-left:58.33333333%}.l2c-crm-ant-col-lg-order-14{order:14}.l2c-crm-ant-col-lg-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.l2c-crm-ant-col-lg-push-13{left:54.16666667%}.l2c-crm-ant-col-lg-pull-13{right:54.16666667%}.l2c-crm-ant-col-lg-offset-13{margin-left:54.16666667%}.l2c-crm-ant-col-lg-order-13{order:13}.l2c-crm-ant-col-lg-12{display:block;flex:0 0 50%;max-width:50%}.l2c-crm-ant-col-lg-push-12{left:50%}.l2c-crm-ant-col-lg-pull-12{right:50%}.l2c-crm-ant-col-lg-offset-12{margin-left:50%}.l2c-crm-ant-col-lg-order-12{order:12}.l2c-crm-ant-col-lg-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.l2c-crm-ant-col-lg-push-11{left:45.83333333%}.l2c-crm-ant-col-lg-pull-11{right:45.83333333%}.l2c-crm-ant-col-lg-offset-11{margin-left:45.83333333%}.l2c-crm-ant-col-lg-order-11{order:11}.l2c-crm-ant-col-lg-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.l2c-crm-ant-col-lg-push-10{left:41.66666667%}.l2c-crm-ant-col-lg-pull-10{right:41.66666667%}.l2c-crm-ant-col-lg-offset-10{margin-left:41.66666667%}.l2c-crm-ant-col-lg-order-10{order:10}.l2c-crm-ant-col-lg-9{display:block;flex:0 0 37.5%;max-width:37.5%}.l2c-crm-ant-col-lg-push-9{left:37.5%}.l2c-crm-ant-col-lg-pull-9{right:37.5%}.l2c-crm-ant-col-lg-offset-9{margin-left:37.5%}.l2c-crm-ant-col-lg-order-9{order:9}.l2c-crm-ant-col-lg-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.l2c-crm-ant-col-lg-push-8{left:33.33333333%}.l2c-crm-ant-col-lg-pull-8{right:33.33333333%}.l2c-crm-ant-col-lg-offset-8{margin-left:33.33333333%}.l2c-crm-ant-col-lg-order-8{order:8}.l2c-crm-ant-col-lg-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.l2c-crm-ant-col-lg-push-7{left:29.16666667%}.l2c-crm-ant-col-lg-pull-7{right:29.16666667%}.l2c-crm-ant-col-lg-offset-7{margin-left:29.16666667%}.l2c-crm-ant-col-lg-order-7{order:7}.l2c-crm-ant-col-lg-6{display:block;flex:0 0 25%;max-width:25%}.l2c-crm-ant-col-lg-push-6{left:25%}.l2c-crm-ant-col-lg-pull-6{right:25%}.l2c-crm-ant-col-lg-offset-6{margin-left:25%}.l2c-crm-ant-col-lg-order-6{order:6}.l2c-crm-ant-col-lg-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.l2c-crm-ant-col-lg-push-5{left:20.83333333%}.l2c-crm-ant-col-lg-pull-5{right:20.83333333%}.l2c-crm-ant-col-lg-offset-5{margin-left:20.83333333%}.l2c-crm-ant-col-lg-order-5{order:5}.l2c-crm-ant-col-lg-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.l2c-crm-ant-col-lg-push-4{left:16.66666667%}.l2c-crm-ant-col-lg-pull-4{right:16.66666667%}.l2c-crm-ant-col-lg-offset-4{margin-left:16.66666667%}.l2c-crm-ant-col-lg-order-4{order:4}.l2c-crm-ant-col-lg-3{display:block;flex:0 0 12.5%;max-width:12.5%}.l2c-crm-ant-col-lg-push-3{left:12.5%}.l2c-crm-ant-col-lg-pull-3{right:12.5%}.l2c-crm-ant-col-lg-offset-3{margin-left:12.5%}.l2c-crm-ant-col-lg-order-3{order:3}.l2c-crm-ant-col-lg-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.l2c-crm-ant-col-lg-push-2{left:8.33333333%}.l2c-crm-ant-col-lg-pull-2{right:8.33333333%}.l2c-crm-ant-col-lg-offset-2{margin-left:8.33333333%}.l2c-crm-ant-col-lg-order-2{order:2}.l2c-crm-ant-col-lg-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.l2c-crm-ant-col-lg-push-1{left:4.16666667%}.l2c-crm-ant-col-lg-pull-1{right:4.16666667%}.l2c-crm-ant-col-lg-offset-1{margin-left:4.16666667%}.l2c-crm-ant-col-lg-order-1{order:1}.l2c-crm-ant-col-lg-0{display:none}.l2c-crm-ant-col-push-0{left:auto}.l2c-crm-ant-col-pull-0{right:auto}.l2c-crm-ant-col-lg-push-0{left:auto}.l2c-crm-ant-col-lg-pull-0{right:auto}.l2c-crm-ant-col-lg-offset-0{margin-left:0}.l2c-crm-ant-col-lg-order-0{order:0}.l2c-crm-ant-col-push-0.l2c-crm-ant-col-rtl{right:auto}.l2c-crm-ant-col-pull-0.l2c-crm-ant-col-rtl{left:auto}.l2c-crm-ant-col-lg-push-0.l2c-crm-ant-col-rtl{right:auto}.l2c-crm-ant-col-lg-pull-0.l2c-crm-ant-col-rtl{left:auto}.l2c-crm-ant-col-lg-offset-0.l2c-crm-ant-col-rtl{margin-right:0}.l2c-crm-ant-col-lg-push-1.l2c-crm-ant-col-rtl{right:4.16666667%;left:auto}.l2c-crm-ant-col-lg-pull-1.l2c-crm-ant-col-rtl{right:auto;left:4.16666667%}.l2c-crm-ant-col-lg-offset-1.l2c-crm-ant-col-rtl{margin-right:4.16666667%;margin-left:0}.l2c-crm-ant-col-lg-push-2.l2c-crm-ant-col-rtl{right:8.33333333%;left:auto}.l2c-crm-ant-col-lg-pull-2.l2c-crm-ant-col-rtl{right:auto;left:8.33333333%}.l2c-crm-ant-col-lg-offset-2.l2c-crm-ant-col-rtl{margin-right:8.33333333%;margin-left:0}.l2c-crm-ant-col-lg-push-3.l2c-crm-ant-col-rtl{right:12.5%;left:auto}.l2c-crm-ant-col-lg-pull-3.l2c-crm-ant-col-rtl{right:auto;left:12.5%}.l2c-crm-ant-col-lg-offset-3.l2c-crm-ant-col-rtl{margin-right:12.5%;margin-left:0}.l2c-crm-ant-col-lg-push-4.l2c-crm-ant-col-rtl{right:16.66666667%;left:auto}.l2c-crm-ant-col-lg-pull-4.l2c-crm-ant-col-rtl{right:auto;left:16.66666667%}.l2c-crm-ant-col-lg-offset-4.l2c-crm-ant-col-rtl{margin-right:16.66666667%;margin-left:0}.l2c-crm-ant-col-lg-push-5.l2c-crm-ant-col-rtl{right:20.83333333%;left:auto}.l2c-crm-ant-col-lg-pull-5.l2c-crm-ant-col-rtl{right:auto;left:20.83333333%}.l2c-crm-ant-col-lg-offset-5.l2c-crm-ant-col-rtl{margin-right:20.83333333%;margin-left:0}.l2c-crm-ant-col-lg-push-6.l2c-crm-ant-col-rtl{right:25%;left:auto}.l2c-crm-ant-col-lg-pull-6.l2c-crm-ant-col-rtl{right:auto;left:25%}.l2c-crm-ant-col-lg-offset-6.l2c-crm-ant-col-rtl{margin-right:25%;margin-left:0}.l2c-crm-ant-col-lg-push-7.l2c-crm-ant-col-rtl{right:29.16666667%;left:auto}.l2c-crm-ant-col-lg-pull-7.l2c-crm-ant-col-rtl{right:auto;left:29.16666667%}.l2c-crm-ant-col-lg-offset-7.l2c-crm-ant-col-rtl{margin-right:29.16666667%;margin-left:0}.l2c-crm-ant-col-lg-push-8.l2c-crm-ant-col-rtl{right:33.33333333%;left:auto}.l2c-crm-ant-col-lg-pull-8.l2c-crm-ant-col-rtl{right:auto;left:33.33333333%}.l2c-crm-ant-col-lg-offset-8.l2c-crm-ant-col-rtl{margin-right:33.33333333%;margin-left:0}.l2c-crm-ant-col-lg-push-9.l2c-crm-ant-col-rtl{right:37.5%;left:auto}.l2c-crm-ant-col-lg-pull-9.l2c-crm-ant-col-rtl{right:auto;left:37.5%}.l2c-crm-ant-col-lg-offset-9.l2c-crm-ant-col-rtl{margin-right:37.5%;margin-left:0}.l2c-crm-ant-col-lg-push-10.l2c-crm-ant-col-rtl{right:41.66666667%;left:auto}.l2c-crm-ant-col-lg-pull-10.l2c-crm-ant-col-rtl{right:auto;left:41.66666667%}.l2c-crm-ant-col-lg-offset-10.l2c-crm-ant-col-rtl{margin-right:41.66666667%;margin-left:0}.l2c-crm-ant-col-lg-push-11.l2c-crm-ant-col-rtl{right:45.83333333%;left:auto}.l2c-crm-ant-col-lg-pull-11.l2c-crm-ant-col-rtl{right:auto;left:45.83333333%}.l2c-crm-ant-col-lg-offset-11.l2c-crm-ant-col-rtl{margin-right:45.83333333%;margin-left:0}.l2c-crm-ant-col-lg-push-12.l2c-crm-ant-col-rtl{right:50%;left:auto}.l2c-crm-ant-col-lg-pull-12.l2c-crm-ant-col-rtl{right:auto;left:50%}.l2c-crm-ant-col-lg-offset-12.l2c-crm-ant-col-rtl{margin-right:50%;margin-left:0}.l2c-crm-ant-col-lg-push-13.l2c-crm-ant-col-rtl{right:54.16666667%;left:auto}.l2c-crm-ant-col-lg-pull-13.l2c-crm-ant-col-rtl{right:auto;left:54.16666667%}.l2c-crm-ant-col-lg-offset-13.l2c-crm-ant-col-rtl{margin-right:54.16666667%;margin-left:0}.l2c-crm-ant-col-lg-push-14.l2c-crm-ant-col-rtl{right:58.33333333%;left:auto}.l2c-crm-ant-col-lg-pull-14.l2c-crm-ant-col-rtl{right:auto;left:58.33333333%}.l2c-crm-ant-col-lg-offset-14.l2c-crm-ant-col-rtl{margin-right:58.33333333%;margin-left:0}.l2c-crm-ant-col-lg-push-15.l2c-crm-ant-col-rtl{right:62.5%;left:auto}.l2c-crm-ant-col-lg-pull-15.l2c-crm-ant-col-rtl{right:auto;left:62.5%}.l2c-crm-ant-col-lg-offset-15.l2c-crm-ant-col-rtl{margin-right:62.5%;margin-left:0}.l2c-crm-ant-col-lg-push-16.l2c-crm-ant-col-rtl{right:66.66666667%;left:auto}.l2c-crm-ant-col-lg-pull-16.l2c-crm-ant-col-rtl{right:auto;left:66.66666667%}.l2c-crm-ant-col-lg-offset-16.l2c-crm-ant-col-rtl{margin-right:66.66666667%;margin-left:0}.l2c-crm-ant-col-lg-push-17.l2c-crm-ant-col-rtl{right:70.83333333%;left:auto}.l2c-crm-ant-col-lg-pull-17.l2c-crm-ant-col-rtl{right:auto;left:70.83333333%}.l2c-crm-ant-col-lg-offset-17.l2c-crm-ant-col-rtl{margin-right:70.83333333%;margin-left:0}.l2c-crm-ant-col-lg-push-18.l2c-crm-ant-col-rtl{right:75%;left:auto}.l2c-crm-ant-col-lg-pull-18.l2c-crm-ant-col-rtl{right:auto;left:75%}.l2c-crm-ant-col-lg-offset-18.l2c-crm-ant-col-rtl{margin-right:75%;margin-left:0}.l2c-crm-ant-col-lg-push-19.l2c-crm-ant-col-rtl{right:79.16666667%;left:auto}.l2c-crm-ant-col-lg-pull-19.l2c-crm-ant-col-rtl{right:auto;left:79.16666667%}.l2c-crm-ant-col-lg-offset-19.l2c-crm-ant-col-rtl{margin-right:79.16666667%;margin-left:0}.l2c-crm-ant-col-lg-push-20.l2c-crm-ant-col-rtl{right:83.33333333%;left:auto}.l2c-crm-ant-col-lg-pull-20.l2c-crm-ant-col-rtl{right:auto;left:83.33333333%}.l2c-crm-ant-col-lg-offset-20.l2c-crm-ant-col-rtl{margin-right:83.33333333%;margin-left:0}.l2c-crm-ant-col-lg-push-21.l2c-crm-ant-col-rtl{right:87.5%;left:auto}.l2c-crm-ant-col-lg-pull-21.l2c-crm-ant-col-rtl{right:auto;left:87.5%}.l2c-crm-ant-col-lg-offset-21.l2c-crm-ant-col-rtl{margin-right:87.5%;margin-left:0}.l2c-crm-ant-col-lg-push-22.l2c-crm-ant-col-rtl{right:91.66666667%;left:auto}.l2c-crm-ant-col-lg-pull-22.l2c-crm-ant-col-rtl{right:auto;left:91.66666667%}.l2c-crm-ant-col-lg-offset-22.l2c-crm-ant-col-rtl{margin-right:91.66666667%;margin-left:0}.l2c-crm-ant-col-lg-push-23.l2c-crm-ant-col-rtl{right:95.83333333%;left:auto}.l2c-crm-ant-col-lg-pull-23.l2c-crm-ant-col-rtl{right:auto;left:95.83333333%}.l2c-crm-ant-col-lg-offset-23.l2c-crm-ant-col-rtl{margin-right:95.83333333%;margin-left:0}.l2c-crm-ant-col-lg-push-24.l2c-crm-ant-col-rtl{right:100%;left:auto}.l2c-crm-ant-col-lg-pull-24.l2c-crm-ant-col-rtl{right:auto;left:100%}.l2c-crm-ant-col-lg-offset-24.l2c-crm-ant-col-rtl{margin-right:100%;margin-left:0}}@media (min-width: 1200px){.l2c-crm-ant-col-xl-24{display:block;flex:0 0 100%;max-width:100%}.l2c-crm-ant-col-xl-push-24{left:100%}.l2c-crm-ant-col-xl-pull-24{right:100%}.l2c-crm-ant-col-xl-offset-24{margin-left:100%}.l2c-crm-ant-col-xl-order-24{order:24}.l2c-crm-ant-col-xl-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.l2c-crm-ant-col-xl-push-23{left:95.83333333%}.l2c-crm-ant-col-xl-pull-23{right:95.83333333%}.l2c-crm-ant-col-xl-offset-23{margin-left:95.83333333%}.l2c-crm-ant-col-xl-order-23{order:23}.l2c-crm-ant-col-xl-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.l2c-crm-ant-col-xl-push-22{left:91.66666667%}.l2c-crm-ant-col-xl-pull-22{right:91.66666667%}.l2c-crm-ant-col-xl-offset-22{margin-left:91.66666667%}.l2c-crm-ant-col-xl-order-22{order:22}.l2c-crm-ant-col-xl-21{display:block;flex:0 0 87.5%;max-width:87.5%}.l2c-crm-ant-col-xl-push-21{left:87.5%}.l2c-crm-ant-col-xl-pull-21{right:87.5%}.l2c-crm-ant-col-xl-offset-21{margin-left:87.5%}.l2c-crm-ant-col-xl-order-21{order:21}.l2c-crm-ant-col-xl-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.l2c-crm-ant-col-xl-push-20{left:83.33333333%}.l2c-crm-ant-col-xl-pull-20{right:83.33333333%}.l2c-crm-ant-col-xl-offset-20{margin-left:83.33333333%}.l2c-crm-ant-col-xl-order-20{order:20}.l2c-crm-ant-col-xl-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.l2c-crm-ant-col-xl-push-19{left:79.16666667%}.l2c-crm-ant-col-xl-pull-19{right:79.16666667%}.l2c-crm-ant-col-xl-offset-19{margin-left:79.16666667%}.l2c-crm-ant-col-xl-order-19{order:19}.l2c-crm-ant-col-xl-18{display:block;flex:0 0 75%;max-width:75%}.l2c-crm-ant-col-xl-push-18{left:75%}.l2c-crm-ant-col-xl-pull-18{right:75%}.l2c-crm-ant-col-xl-offset-18{margin-left:75%}.l2c-crm-ant-col-xl-order-18{order:18}.l2c-crm-ant-col-xl-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.l2c-crm-ant-col-xl-push-17{left:70.83333333%}.l2c-crm-ant-col-xl-pull-17{right:70.83333333%}.l2c-crm-ant-col-xl-offset-17{margin-left:70.83333333%}.l2c-crm-ant-col-xl-order-17{order:17}.l2c-crm-ant-col-xl-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.l2c-crm-ant-col-xl-push-16{left:66.66666667%}.l2c-crm-ant-col-xl-pull-16{right:66.66666667%}.l2c-crm-ant-col-xl-offset-16{margin-left:66.66666667%}.l2c-crm-ant-col-xl-order-16{order:16}.l2c-crm-ant-col-xl-15{display:block;flex:0 0 62.5%;max-width:62.5%}.l2c-crm-ant-col-xl-push-15{left:62.5%}.l2c-crm-ant-col-xl-pull-15{right:62.5%}.l2c-crm-ant-col-xl-offset-15{margin-left:62.5%}.l2c-crm-ant-col-xl-order-15{order:15}.l2c-crm-ant-col-xl-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.l2c-crm-ant-col-xl-push-14{left:58.33333333%}.l2c-crm-ant-col-xl-pull-14{right:58.33333333%}.l2c-crm-ant-col-xl-offset-14{margin-left:58.33333333%}.l2c-crm-ant-col-xl-order-14{order:14}.l2c-crm-ant-col-xl-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.l2c-crm-ant-col-xl-push-13{left:54.16666667%}.l2c-crm-ant-col-xl-pull-13{right:54.16666667%}.l2c-crm-ant-col-xl-offset-13{margin-left:54.16666667%}.l2c-crm-ant-col-xl-order-13{order:13}.l2c-crm-ant-col-xl-12{display:block;flex:0 0 50%;max-width:50%}.l2c-crm-ant-col-xl-push-12{left:50%}.l2c-crm-ant-col-xl-pull-12{right:50%}.l2c-crm-ant-col-xl-offset-12{margin-left:50%}.l2c-crm-ant-col-xl-order-12{order:12}.l2c-crm-ant-col-xl-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.l2c-crm-ant-col-xl-push-11{left:45.83333333%}.l2c-crm-ant-col-xl-pull-11{right:45.83333333%}.l2c-crm-ant-col-xl-offset-11{margin-left:45.83333333%}.l2c-crm-ant-col-xl-order-11{order:11}.l2c-crm-ant-col-xl-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.l2c-crm-ant-col-xl-push-10{left:41.66666667%}.l2c-crm-ant-col-xl-pull-10{right:41.66666667%}.l2c-crm-ant-col-xl-offset-10{margin-left:41.66666667%}.l2c-crm-ant-col-xl-order-10{order:10}.l2c-crm-ant-col-xl-9{display:block;flex:0 0 37.5%;max-width:37.5%}.l2c-crm-ant-col-xl-push-9{left:37.5%}.l2c-crm-ant-col-xl-pull-9{right:37.5%}.l2c-crm-ant-col-xl-offset-9{margin-left:37.5%}.l2c-crm-ant-col-xl-order-9{order:9}.l2c-crm-ant-col-xl-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.l2c-crm-ant-col-xl-push-8{left:33.33333333%}.l2c-crm-ant-col-xl-pull-8{right:33.33333333%}.l2c-crm-ant-col-xl-offset-8{margin-left:33.33333333%}.l2c-crm-ant-col-xl-order-8{order:8}.l2c-crm-ant-col-xl-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.l2c-crm-ant-col-xl-push-7{left:29.16666667%}.l2c-crm-ant-col-xl-pull-7{right:29.16666667%}.l2c-crm-ant-col-xl-offset-7{margin-left:29.16666667%}.l2c-crm-ant-col-xl-order-7{order:7}.l2c-crm-ant-col-xl-6{display:block;flex:0 0 25%;max-width:25%}.l2c-crm-ant-col-xl-push-6{left:25%}.l2c-crm-ant-col-xl-pull-6{right:25%}.l2c-crm-ant-col-xl-offset-6{margin-left:25%}.l2c-crm-ant-col-xl-order-6{order:6}.l2c-crm-ant-col-xl-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.l2c-crm-ant-col-xl-push-5{left:20.83333333%}.l2c-crm-ant-col-xl-pull-5{right:20.83333333%}.l2c-crm-ant-col-xl-offset-5{margin-left:20.83333333%}.l2c-crm-ant-col-xl-order-5{order:5}.l2c-crm-ant-col-xl-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.l2c-crm-ant-col-xl-push-4{left:16.66666667%}.l2c-crm-ant-col-xl-pull-4{right:16.66666667%}.l2c-crm-ant-col-xl-offset-4{margin-left:16.66666667%}.l2c-crm-ant-col-xl-order-4{order:4}.l2c-crm-ant-col-xl-3{display:block;flex:0 0 12.5%;max-width:12.5%}.l2c-crm-ant-col-xl-push-3{left:12.5%}.l2c-crm-ant-col-xl-pull-3{right:12.5%}.l2c-crm-ant-col-xl-offset-3{margin-left:12.5%}.l2c-crm-ant-col-xl-order-3{order:3}.l2c-crm-ant-col-xl-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.l2c-crm-ant-col-xl-push-2{left:8.33333333%}.l2c-crm-ant-col-xl-pull-2{right:8.33333333%}.l2c-crm-ant-col-xl-offset-2{margin-left:8.33333333%}.l2c-crm-ant-col-xl-order-2{order:2}.l2c-crm-ant-col-xl-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.l2c-crm-ant-col-xl-push-1{left:4.16666667%}.l2c-crm-ant-col-xl-pull-1{right:4.16666667%}.l2c-crm-ant-col-xl-offset-1{margin-left:4.16666667%}.l2c-crm-ant-col-xl-order-1{order:1}.l2c-crm-ant-col-xl-0{display:none}.l2c-crm-ant-col-push-0{left:auto}.l2c-crm-ant-col-pull-0{right:auto}.l2c-crm-ant-col-xl-push-0{left:auto}.l2c-crm-ant-col-xl-pull-0{right:auto}.l2c-crm-ant-col-xl-offset-0{margin-left:0}.l2c-crm-ant-col-xl-order-0{order:0}.l2c-crm-ant-col-push-0.l2c-crm-ant-col-rtl{right:auto}.l2c-crm-ant-col-pull-0.l2c-crm-ant-col-rtl{left:auto}.l2c-crm-ant-col-xl-push-0.l2c-crm-ant-col-rtl{right:auto}.l2c-crm-ant-col-xl-pull-0.l2c-crm-ant-col-rtl{left:auto}.l2c-crm-ant-col-xl-offset-0.l2c-crm-ant-col-rtl{margin-right:0}.l2c-crm-ant-col-xl-push-1.l2c-crm-ant-col-rtl{right:4.16666667%;left:auto}.l2c-crm-ant-col-xl-pull-1.l2c-crm-ant-col-rtl{right:auto;left:4.16666667%}.l2c-crm-ant-col-xl-offset-1.l2c-crm-ant-col-rtl{margin-right:4.16666667%;margin-left:0}.l2c-crm-ant-col-xl-push-2.l2c-crm-ant-col-rtl{right:8.33333333%;left:auto}.l2c-crm-ant-col-xl-pull-2.l2c-crm-ant-col-rtl{right:auto;left:8.33333333%}.l2c-crm-ant-col-xl-offset-2.l2c-crm-ant-col-rtl{margin-right:8.33333333%;margin-left:0}.l2c-crm-ant-col-xl-push-3.l2c-crm-ant-col-rtl{right:12.5%;left:auto}.l2c-crm-ant-col-xl-pull-3.l2c-crm-ant-col-rtl{right:auto;left:12.5%}.l2c-crm-ant-col-xl-offset-3.l2c-crm-ant-col-rtl{margin-right:12.5%;margin-left:0}.l2c-crm-ant-col-xl-push-4.l2c-crm-ant-col-rtl{right:16.66666667%;left:auto}.l2c-crm-ant-col-xl-pull-4.l2c-crm-ant-col-rtl{right:auto;left:16.66666667%}.l2c-crm-ant-col-xl-offset-4.l2c-crm-ant-col-rtl{margin-right:16.66666667%;margin-left:0}.l2c-crm-ant-col-xl-push-5.l2c-crm-ant-col-rtl{right:20.83333333%;left:auto}.l2c-crm-ant-col-xl-pull-5.l2c-crm-ant-col-rtl{right:auto;left:20.83333333%}.l2c-crm-ant-col-xl-offset-5.l2c-crm-ant-col-rtl{margin-right:20.83333333%;margin-left:0}.l2c-crm-ant-col-xl-push-6.l2c-crm-ant-col-rtl{right:25%;left:auto}.l2c-crm-ant-col-xl-pull-6.l2c-crm-ant-col-rtl{right:auto;left:25%}.l2c-crm-ant-col-xl-offset-6.l2c-crm-ant-col-rtl{margin-right:25%;margin-left:0}.l2c-crm-ant-col-xl-push-7.l2c-crm-ant-col-rtl{right:29.16666667%;left:auto}.l2c-crm-ant-col-xl-pull-7.l2c-crm-ant-col-rtl{right:auto;left:29.16666667%}.l2c-crm-ant-col-xl-offset-7.l2c-crm-ant-col-rtl{margin-right:29.16666667%;margin-left:0}.l2c-crm-ant-col-xl-push-8.l2c-crm-ant-col-rtl{right:33.33333333%;left:auto}.l2c-crm-ant-col-xl-pull-8.l2c-crm-ant-col-rtl{right:auto;left:33.33333333%}.l2c-crm-ant-col-xl-offset-8.l2c-crm-ant-col-rtl{margin-right:33.33333333%;margin-left:0}.l2c-crm-ant-col-xl-push-9.l2c-crm-ant-col-rtl{right:37.5%;left:auto}.l2c-crm-ant-col-xl-pull-9.l2c-crm-ant-col-rtl{right:auto;left:37.5%}.l2c-crm-ant-col-xl-offset-9.l2c-crm-ant-col-rtl{margin-right:37.5%;margin-left:0}.l2c-crm-ant-col-xl-push-10.l2c-crm-ant-col-rtl{right:41.66666667%;left:auto}.l2c-crm-ant-col-xl-pull-10.l2c-crm-ant-col-rtl{right:auto;left:41.66666667%}.l2c-crm-ant-col-xl-offset-10.l2c-crm-ant-col-rtl{margin-right:41.66666667%;margin-left:0}.l2c-crm-ant-col-xl-push-11.l2c-crm-ant-col-rtl{right:45.83333333%;left:auto}.l2c-crm-ant-col-xl-pull-11.l2c-crm-ant-col-rtl{right:auto;left:45.83333333%}.l2c-crm-ant-col-xl-offset-11.l2c-crm-ant-col-rtl{margin-right:45.83333333%;margin-left:0}.l2c-crm-ant-col-xl-push-12.l2c-crm-ant-col-rtl{right:50%;left:auto}.l2c-crm-ant-col-xl-pull-12.l2c-crm-ant-col-rtl{right:auto;left:50%}.l2c-crm-ant-col-xl-offset-12.l2c-crm-ant-col-rtl{margin-right:50%;margin-left:0}.l2c-crm-ant-col-xl-push-13.l2c-crm-ant-col-rtl{right:54.16666667%;left:auto}.l2c-crm-ant-col-xl-pull-13.l2c-crm-ant-col-rtl{right:auto;left:54.16666667%}.l2c-crm-ant-col-xl-offset-13.l2c-crm-ant-col-rtl{margin-right:54.16666667%;margin-left:0}.l2c-crm-ant-col-xl-push-14.l2c-crm-ant-col-rtl{right:58.33333333%;left:auto}.l2c-crm-ant-col-xl-pull-14.l2c-crm-ant-col-rtl{right:auto;left:58.33333333%}.l2c-crm-ant-col-xl-offset-14.l2c-crm-ant-col-rtl{margin-right:58.33333333%;margin-left:0}.l2c-crm-ant-col-xl-push-15.l2c-crm-ant-col-rtl{right:62.5%;left:auto}.l2c-crm-ant-col-xl-pull-15.l2c-crm-ant-col-rtl{right:auto;left:62.5%}.l2c-crm-ant-col-xl-offset-15.l2c-crm-ant-col-rtl{margin-right:62.5%;margin-left:0}.l2c-crm-ant-col-xl-push-16.l2c-crm-ant-col-rtl{right:66.66666667%;left:auto}.l2c-crm-ant-col-xl-pull-16.l2c-crm-ant-col-rtl{right:auto;left:66.66666667%}.l2c-crm-ant-col-xl-offset-16.l2c-crm-ant-col-rtl{margin-right:66.66666667%;margin-left:0}.l2c-crm-ant-col-xl-push-17.l2c-crm-ant-col-rtl{right:70.83333333%;left:auto}.l2c-crm-ant-col-xl-pull-17.l2c-crm-ant-col-rtl{right:auto;left:70.83333333%}.l2c-crm-ant-col-xl-offset-17.l2c-crm-ant-col-rtl{margin-right:70.83333333%;margin-left:0}.l2c-crm-ant-col-xl-push-18.l2c-crm-ant-col-rtl{right:75%;left:auto}.l2c-crm-ant-col-xl-pull-18.l2c-crm-ant-col-rtl{right:auto;left:75%}.l2c-crm-ant-col-xl-offset-18.l2c-crm-ant-col-rtl{margin-right:75%;margin-left:0}.l2c-crm-ant-col-xl-push-19.l2c-crm-ant-col-rtl{right:79.16666667%;left:auto}.l2c-crm-ant-col-xl-pull-19.l2c-crm-ant-col-rtl{right:auto;left:79.16666667%}.l2c-crm-ant-col-xl-offset-19.l2c-crm-ant-col-rtl{margin-right:79.16666667%;margin-left:0}.l2c-crm-ant-col-xl-push-20.l2c-crm-ant-col-rtl{right:83.33333333%;left:auto}.l2c-crm-ant-col-xl-pull-20.l2c-crm-ant-col-rtl{right:auto;left:83.33333333%}.l2c-crm-ant-col-xl-offset-20.l2c-crm-ant-col-rtl{margin-right:83.33333333%;margin-left:0}.l2c-crm-ant-col-xl-push-21.l2c-crm-ant-col-rtl{right:87.5%;left:auto}.l2c-crm-ant-col-xl-pull-21.l2c-crm-ant-col-rtl{right:auto;left:87.5%}.l2c-crm-ant-col-xl-offset-21.l2c-crm-ant-col-rtl{margin-right:87.5%;margin-left:0}.l2c-crm-ant-col-xl-push-22.l2c-crm-ant-col-rtl{right:91.66666667%;left:auto}.l2c-crm-ant-col-xl-pull-22.l2c-crm-ant-col-rtl{right:auto;left:91.66666667%}.l2c-crm-ant-col-xl-offset-22.l2c-crm-ant-col-rtl{margin-right:91.66666667%;margin-left:0}.l2c-crm-ant-col-xl-push-23.l2c-crm-ant-col-rtl{right:95.83333333%;left:auto}.l2c-crm-ant-col-xl-pull-23.l2c-crm-ant-col-rtl{right:auto;left:95.83333333%}.l2c-crm-ant-col-xl-offset-23.l2c-crm-ant-col-rtl{margin-right:95.83333333%;margin-left:0}.l2c-crm-ant-col-xl-push-24.l2c-crm-ant-col-rtl{right:100%;left:auto}.l2c-crm-ant-col-xl-pull-24.l2c-crm-ant-col-rtl{right:auto;left:100%}.l2c-crm-ant-col-xl-offset-24.l2c-crm-ant-col-rtl{margin-right:100%;margin-left:0}}@media (min-width: 1600px){.l2c-crm-ant-col-xxl-24{display:block;flex:0 0 100%;max-width:100%}.l2c-crm-ant-col-xxl-push-24{left:100%}.l2c-crm-ant-col-xxl-pull-24{right:100%}.l2c-crm-ant-col-xxl-offset-24{margin-left:100%}.l2c-crm-ant-col-xxl-order-24{order:24}.l2c-crm-ant-col-xxl-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.l2c-crm-ant-col-xxl-push-23{left:95.83333333%}.l2c-crm-ant-col-xxl-pull-23{right:95.83333333%}.l2c-crm-ant-col-xxl-offset-23{margin-left:95.83333333%}.l2c-crm-ant-col-xxl-order-23{order:23}.l2c-crm-ant-col-xxl-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.l2c-crm-ant-col-xxl-push-22{left:91.66666667%}.l2c-crm-ant-col-xxl-pull-22{right:91.66666667%}.l2c-crm-ant-col-xxl-offset-22{margin-left:91.66666667%}.l2c-crm-ant-col-xxl-order-22{order:22}.l2c-crm-ant-col-xxl-21{display:block;flex:0 0 87.5%;max-width:87.5%}.l2c-crm-ant-col-xxl-push-21{left:87.5%}.l2c-crm-ant-col-xxl-pull-21{right:87.5%}.l2c-crm-ant-col-xxl-offset-21{margin-left:87.5%}.l2c-crm-ant-col-xxl-order-21{order:21}.l2c-crm-ant-col-xxl-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.l2c-crm-ant-col-xxl-push-20{left:83.33333333%}.l2c-crm-ant-col-xxl-pull-20{right:83.33333333%}.l2c-crm-ant-col-xxl-offset-20{margin-left:83.33333333%}.l2c-crm-ant-col-xxl-order-20{order:20}.l2c-crm-ant-col-xxl-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.l2c-crm-ant-col-xxl-push-19{left:79.16666667%}.l2c-crm-ant-col-xxl-pull-19{right:79.16666667%}.l2c-crm-ant-col-xxl-offset-19{margin-left:79.16666667%}.l2c-crm-ant-col-xxl-order-19{order:19}.l2c-crm-ant-col-xxl-18{display:block;flex:0 0 75%;max-width:75%}.l2c-crm-ant-col-xxl-push-18{left:75%}.l2c-crm-ant-col-xxl-pull-18{right:75%}.l2c-crm-ant-col-xxl-offset-18{margin-left:75%}.l2c-crm-ant-col-xxl-order-18{order:18}.l2c-crm-ant-col-xxl-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.l2c-crm-ant-col-xxl-push-17{left:70.83333333%}.l2c-crm-ant-col-xxl-pull-17{right:70.83333333%}.l2c-crm-ant-col-xxl-offset-17{margin-left:70.83333333%}.l2c-crm-ant-col-xxl-order-17{order:17}.l2c-crm-ant-col-xxl-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.l2c-crm-ant-col-xxl-push-16{left:66.66666667%}.l2c-crm-ant-col-xxl-pull-16{right:66.66666667%}.l2c-crm-ant-col-xxl-offset-16{margin-left:66.66666667%}.l2c-crm-ant-col-xxl-order-16{order:16}.l2c-crm-ant-col-xxl-15{display:block;flex:0 0 62.5%;max-width:62.5%}.l2c-crm-ant-col-xxl-push-15{left:62.5%}.l2c-crm-ant-col-xxl-pull-15{right:62.5%}.l2c-crm-ant-col-xxl-offset-15{margin-left:62.5%}.l2c-crm-ant-col-xxl-order-15{order:15}.l2c-crm-ant-col-xxl-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.l2c-crm-ant-col-xxl-push-14{left:58.33333333%}.l2c-crm-ant-col-xxl-pull-14{right:58.33333333%}.l2c-crm-ant-col-xxl-offset-14{margin-left:58.33333333%}.l2c-crm-ant-col-xxl-order-14{order:14}.l2c-crm-ant-col-xxl-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.l2c-crm-ant-col-xxl-push-13{left:54.16666667%}.l2c-crm-ant-col-xxl-pull-13{right:54.16666667%}.l2c-crm-ant-col-xxl-offset-13{margin-left:54.16666667%}.l2c-crm-ant-col-xxl-order-13{order:13}.l2c-crm-ant-col-xxl-12{display:block;flex:0 0 50%;max-width:50%}.l2c-crm-ant-col-xxl-push-12{left:50%}.l2c-crm-ant-col-xxl-pull-12{right:50%}.l2c-crm-ant-col-xxl-offset-12{margin-left:50%}.l2c-crm-ant-col-xxl-order-12{order:12}.l2c-crm-ant-col-xxl-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.l2c-crm-ant-col-xxl-push-11{left:45.83333333%}.l2c-crm-ant-col-xxl-pull-11{right:45.83333333%}.l2c-crm-ant-col-xxl-offset-11{margin-left:45.83333333%}.l2c-crm-ant-col-xxl-order-11{order:11}.l2c-crm-ant-col-xxl-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.l2c-crm-ant-col-xxl-push-10{left:41.66666667%}.l2c-crm-ant-col-xxl-pull-10{right:41.66666667%}.l2c-crm-ant-col-xxl-offset-10{margin-left:41.66666667%}.l2c-crm-ant-col-xxl-order-10{order:10}.l2c-crm-ant-col-xxl-9{display:block;flex:0 0 37.5%;max-width:37.5%}.l2c-crm-ant-col-xxl-push-9{left:37.5%}.l2c-crm-ant-col-xxl-pull-9{right:37.5%}.l2c-crm-ant-col-xxl-offset-9{margin-left:37.5%}.l2c-crm-ant-col-xxl-order-9{order:9}.l2c-crm-ant-col-xxl-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.l2c-crm-ant-col-xxl-push-8{left:33.33333333%}.l2c-crm-ant-col-xxl-pull-8{right:33.33333333%}.l2c-crm-ant-col-xxl-offset-8{margin-left:33.33333333%}.l2c-crm-ant-col-xxl-order-8{order:8}.l2c-crm-ant-col-xxl-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.l2c-crm-ant-col-xxl-push-7{left:29.16666667%}.l2c-crm-ant-col-xxl-pull-7{right:29.16666667%}.l2c-crm-ant-col-xxl-offset-7{margin-left:29.16666667%}.l2c-crm-ant-col-xxl-order-7{order:7}.l2c-crm-ant-col-xxl-6{display:block;flex:0 0 25%;max-width:25%}.l2c-crm-ant-col-xxl-push-6{left:25%}.l2c-crm-ant-col-xxl-pull-6{right:25%}.l2c-crm-ant-col-xxl-offset-6{margin-left:25%}.l2c-crm-ant-col-xxl-order-6{order:6}.l2c-crm-ant-col-xxl-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.l2c-crm-ant-col-xxl-push-5{left:20.83333333%}.l2c-crm-ant-col-xxl-pull-5{right:20.83333333%}.l2c-crm-ant-col-xxl-offset-5{margin-left:20.83333333%}.l2c-crm-ant-col-xxl-order-5{order:5}.l2c-crm-ant-col-xxl-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.l2c-crm-ant-col-xxl-push-4{left:16.66666667%}.l2c-crm-ant-col-xxl-pull-4{right:16.66666667%}.l2c-crm-ant-col-xxl-offset-4{margin-left:16.66666667%}.l2c-crm-ant-col-xxl-order-4{order:4}.l2c-crm-ant-col-xxl-3{display:block;flex:0 0 12.5%;max-width:12.5%}.l2c-crm-ant-col-xxl-push-3{left:12.5%}.l2c-crm-ant-col-xxl-pull-3{right:12.5%}.l2c-crm-ant-col-xxl-offset-3{margin-left:12.5%}.l2c-crm-ant-col-xxl-order-3{order:3}.l2c-crm-ant-col-xxl-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.l2c-crm-ant-col-xxl-push-2{left:8.33333333%}.l2c-crm-ant-col-xxl-pull-2{right:8.33333333%}.l2c-crm-ant-col-xxl-offset-2{margin-left:8.33333333%}.l2c-crm-ant-col-xxl-order-2{order:2}.l2c-crm-ant-col-xxl-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.l2c-crm-ant-col-xxl-push-1{left:4.16666667%}.l2c-crm-ant-col-xxl-pull-1{right:4.16666667%}.l2c-crm-ant-col-xxl-offset-1{margin-left:4.16666667%}.l2c-crm-ant-col-xxl-order-1{order:1}.l2c-crm-ant-col-xxl-0{display:none}.l2c-crm-ant-col-push-0{left:auto}.l2c-crm-ant-col-pull-0{right:auto}.l2c-crm-ant-col-xxl-push-0{left:auto}.l2c-crm-ant-col-xxl-pull-0{right:auto}.l2c-crm-ant-col-xxl-offset-0{margin-left:0}.l2c-crm-ant-col-xxl-order-0{order:0}.l2c-crm-ant-col-push-0.l2c-crm-ant-col-rtl{right:auto}.l2c-crm-ant-col-pull-0.l2c-crm-ant-col-rtl{left:auto}.l2c-crm-ant-col-xxl-push-0.l2c-crm-ant-col-rtl{right:auto}.l2c-crm-ant-col-xxl-pull-0.l2c-crm-ant-col-rtl{left:auto}.l2c-crm-ant-col-xxl-offset-0.l2c-crm-ant-col-rtl{margin-right:0}.l2c-crm-ant-col-xxl-push-1.l2c-crm-ant-col-rtl{right:4.16666667%;left:auto}.l2c-crm-ant-col-xxl-pull-1.l2c-crm-ant-col-rtl{right:auto;left:4.16666667%}.l2c-crm-ant-col-xxl-offset-1.l2c-crm-ant-col-rtl{margin-right:4.16666667%;margin-left:0}.l2c-crm-ant-col-xxl-push-2.l2c-crm-ant-col-rtl{right:8.33333333%;left:auto}.l2c-crm-ant-col-xxl-pull-2.l2c-crm-ant-col-rtl{right:auto;left:8.33333333%}.l2c-crm-ant-col-xxl-offset-2.l2c-crm-ant-col-rtl{margin-right:8.33333333%;margin-left:0}.l2c-crm-ant-col-xxl-push-3.l2c-crm-ant-col-rtl{right:12.5%;left:auto}.l2c-crm-ant-col-xxl-pull-3.l2c-crm-ant-col-rtl{right:auto;left:12.5%}.l2c-crm-ant-col-xxl-offset-3.l2c-crm-ant-col-rtl{margin-right:12.5%;margin-left:0}.l2c-crm-ant-col-xxl-push-4.l2c-crm-ant-col-rtl{right:16.66666667%;left:auto}.l2c-crm-ant-col-xxl-pull-4.l2c-crm-ant-col-rtl{right:auto;left:16.66666667%}.l2c-crm-ant-col-xxl-offset-4.l2c-crm-ant-col-rtl{margin-right:16.66666667%;margin-left:0}.l2c-crm-ant-col-xxl-push-5.l2c-crm-ant-col-rtl{right:20.83333333%;left:auto}.l2c-crm-ant-col-xxl-pull-5.l2c-crm-ant-col-rtl{right:auto;left:20.83333333%}.l2c-crm-ant-col-xxl-offset-5.l2c-crm-ant-col-rtl{margin-right:20.83333333%;margin-left:0}.l2c-crm-ant-col-xxl-push-6.l2c-crm-ant-col-rtl{right:25%;left:auto}.l2c-crm-ant-col-xxl-pull-6.l2c-crm-ant-col-rtl{right:auto;left:25%}.l2c-crm-ant-col-xxl-offset-6.l2c-crm-ant-col-rtl{margin-right:25%;margin-left:0}.l2c-crm-ant-col-xxl-push-7.l2c-crm-ant-col-rtl{right:29.16666667%;left:auto}.l2c-crm-ant-col-xxl-pull-7.l2c-crm-ant-col-rtl{right:auto;left:29.16666667%}.l2c-crm-ant-col-xxl-offset-7.l2c-crm-ant-col-rtl{margin-right:29.16666667%;margin-left:0}.l2c-crm-ant-col-xxl-push-8.l2c-crm-ant-col-rtl{right:33.33333333%;left:auto}.l2c-crm-ant-col-xxl-pull-8.l2c-crm-ant-col-rtl{right:auto;left:33.33333333%}.l2c-crm-ant-col-xxl-offset-8.l2c-crm-ant-col-rtl{margin-right:33.33333333%;margin-left:0}.l2c-crm-ant-col-xxl-push-9.l2c-crm-ant-col-rtl{right:37.5%;left:auto}.l2c-crm-ant-col-xxl-pull-9.l2c-crm-ant-col-rtl{right:auto;left:37.5%}.l2c-crm-ant-col-xxl-offset-9.l2c-crm-ant-col-rtl{margin-right:37.5%;margin-left:0}.l2c-crm-ant-col-xxl-push-10.l2c-crm-ant-col-rtl{right:41.66666667%;left:auto}.l2c-crm-ant-col-xxl-pull-10.l2c-crm-ant-col-rtl{right:auto;left:41.66666667%}.l2c-crm-ant-col-xxl-offset-10.l2c-crm-ant-col-rtl{margin-right:41.66666667%;margin-left:0}.l2c-crm-ant-col-xxl-push-11.l2c-crm-ant-col-rtl{right:45.83333333%;left:auto}.l2c-crm-ant-col-xxl-pull-11.l2c-crm-ant-col-rtl{right:auto;left:45.83333333%}.l2c-crm-ant-col-xxl-offset-11.l2c-crm-ant-col-rtl{margin-right:45.83333333%;margin-left:0}.l2c-crm-ant-col-xxl-push-12.l2c-crm-ant-col-rtl{right:50%;left:auto}.l2c-crm-ant-col-xxl-pull-12.l2c-crm-ant-col-rtl{right:auto;left:50%}.l2c-crm-ant-col-xxl-offset-12.l2c-crm-ant-col-rtl{margin-right:50%;margin-left:0}.l2c-crm-ant-col-xxl-push-13.l2c-crm-ant-col-rtl{right:54.16666667%;left:auto}.l2c-crm-ant-col-xxl-pull-13.l2c-crm-ant-col-rtl{right:auto;left:54.16666667%}.l2c-crm-ant-col-xxl-offset-13.l2c-crm-ant-col-rtl{margin-right:54.16666667%;margin-left:0}.l2c-crm-ant-col-xxl-push-14.l2c-crm-ant-col-rtl{right:58.33333333%;left:auto}.l2c-crm-ant-col-xxl-pull-14.l2c-crm-ant-col-rtl{right:auto;left:58.33333333%}.l2c-crm-ant-col-xxl-offset-14.l2c-crm-ant-col-rtl{margin-right:58.33333333%;margin-left:0}.l2c-crm-ant-col-xxl-push-15.l2c-crm-ant-col-rtl{right:62.5%;left:auto}.l2c-crm-ant-col-xxl-pull-15.l2c-crm-ant-col-rtl{right:auto;left:62.5%}.l2c-crm-ant-col-xxl-offset-15.l2c-crm-ant-col-rtl{margin-right:62.5%;margin-left:0}.l2c-crm-ant-col-xxl-push-16.l2c-crm-ant-col-rtl{right:66.66666667%;left:auto}.l2c-crm-ant-col-xxl-pull-16.l2c-crm-ant-col-rtl{right:auto;left:66.66666667%}.l2c-crm-ant-col-xxl-offset-16.l2c-crm-ant-col-rtl{margin-right:66.66666667%;margin-left:0}.l2c-crm-ant-col-xxl-push-17.l2c-crm-ant-col-rtl{right:70.83333333%;left:auto}.l2c-crm-ant-col-xxl-pull-17.l2c-crm-ant-col-rtl{right:auto;left:70.83333333%}.l2c-crm-ant-col-xxl-offset-17.l2c-crm-ant-col-rtl{margin-right:70.83333333%;margin-left:0}.l2c-crm-ant-col-xxl-push-18.l2c-crm-ant-col-rtl{right:75%;left:auto}.l2c-crm-ant-col-xxl-pull-18.l2c-crm-ant-col-rtl{right:auto;left:75%}.l2c-crm-ant-col-xxl-offset-18.l2c-crm-ant-col-rtl{margin-right:75%;margin-left:0}.l2c-crm-ant-col-xxl-push-19.l2c-crm-ant-col-rtl{right:79.16666667%;left:auto}.l2c-crm-ant-col-xxl-pull-19.l2c-crm-ant-col-rtl{right:auto;left:79.16666667%}.l2c-crm-ant-col-xxl-offset-19.l2c-crm-ant-col-rtl{margin-right:79.16666667%;margin-left:0}.l2c-crm-ant-col-xxl-push-20.l2c-crm-ant-col-rtl{right:83.33333333%;left:auto}.l2c-crm-ant-col-xxl-pull-20.l2c-crm-ant-col-rtl{right:auto;left:83.33333333%}.l2c-crm-ant-col-xxl-offset-20.l2c-crm-ant-col-rtl{margin-right:83.33333333%;margin-left:0}.l2c-crm-ant-col-xxl-push-21.l2c-crm-ant-col-rtl{right:87.5%;left:auto}.l2c-crm-ant-col-xxl-pull-21.l2c-crm-ant-col-rtl{right:auto;left:87.5%}.l2c-crm-ant-col-xxl-offset-21.l2c-crm-ant-col-rtl{margin-right:87.5%;margin-left:0}.l2c-crm-ant-col-xxl-push-22.l2c-crm-ant-col-rtl{right:91.66666667%;left:auto}.l2c-crm-ant-col-xxl-pull-22.l2c-crm-ant-col-rtl{right:auto;left:91.66666667%}.l2c-crm-ant-col-xxl-offset-22.l2c-crm-ant-col-rtl{margin-right:91.66666667%;margin-left:0}.l2c-crm-ant-col-xxl-push-23.l2c-crm-ant-col-rtl{right:95.83333333%;left:auto}.l2c-crm-ant-col-xxl-pull-23.l2c-crm-ant-col-rtl{right:auto;left:95.83333333%}.l2c-crm-ant-col-xxl-offset-23.l2c-crm-ant-col-rtl{margin-right:95.83333333%;margin-left:0}.l2c-crm-ant-col-xxl-push-24.l2c-crm-ant-col-rtl{right:100%;left:auto}.l2c-crm-ant-col-xxl-pull-24.l2c-crm-ant-col-rtl{right:auto;left:100%}.l2c-crm-ant-col-xxl-offset-24.l2c-crm-ant-col-rtl{margin-right:100%;margin-left:0}}.l2c-crm-ant-row-rtl{direction:rtl}.l2c-crm-ant-image{position:relative;display:inline-block}.l2c-crm-ant-image-img{width:100%;height:auto;vertical-align:middle}.l2c-crm-ant-image-img-placeholder{background-color:#f5f5f5;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center center;background-size:30%}.l2c-crm-ant-image-mask{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(0,0,0,.5);cursor:pointer;opacity:0;transition:opacity .3s}.l2c-crm-ant-image-mask-info{padding:0 4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.l2c-crm-ant-image-mask-info .anticon{margin-inline-end:4px}.l2c-crm-ant-image-mask:hover{opacity:1}.l2c-crm-ant-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0}.l2c-crm-ant-image-preview{pointer-events:none;height:100%;text-align:center}.l2c-crm-ant-image-preview.l2c-crm-ant-zoom-enter,.l2c-crm-ant-image-preview.l2c-crm-ant-zoom-appear{transform:none;opacity:0;animation-duration:.3s;-webkit-user-select:none;user-select:none}.l2c-crm-ant-image-preview-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:#00000073}.l2c-crm-ant-image-preview-mask-hidden{display:none}.l2c-crm-ant-image-preview-wrap{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;outline:0}.l2c-crm-ant-image-preview-body{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.l2c-crm-ant-image-preview-img{max-width:100%;max-height:100%;vertical-align:middle;transform:scaleZ(1);cursor:grab;transition:transform .3s cubic-bezier(.215,.61,.355,1) 0s;-webkit-user-select:none;user-select:none;pointer-events:auto}.l2c-crm-ant-image-preview-img-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .3s cubic-bezier(.215,.61,.355,1) 0s}.l2c-crm-ant-image-preview-img-wrapper:before{display:inline-block;width:1px;height:50%;margin-right:-1px;content:""}.l2c-crm-ant-image-preview-moving .l2c-crm-ant-image-preview-img{cursor:grabbing}.l2c-crm-ant-image-preview-moving .l2c-crm-ant-image-preview-img-wrapper{transition-duration:0s}.l2c-crm-ant-image-preview-wrap{z-index:1080}.l2c-crm-ant-image-preview-operations{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;font-feature-settings:"tnum";position:absolute;top:0;right:0;z-index:1;display:flex;flex-direction:row-reverse;align-items:center;width:100%;color:#ffffffd9;list-style:none;background:rgba(0,0,0,.1);pointer-events:auto}.l2c-crm-ant-image-preview-operations-operation{margin-left:12px;padding:12px;cursor:pointer}.l2c-crm-ant-image-preview-operations-operation-disabled{color:#ffffff40;pointer-events:none}.l2c-crm-ant-image-preview-operations-operation:last-of-type{margin-left:0}.l2c-crm-ant-image-preview-operations-progress{position:absolute;left:50%;transform:translate(-50%)}.l2c-crm-ant-image-preview-operations-icon{font-size:18px}.l2c-crm-ant-image-preview-switch-left,.l2c-crm-ant-image-preview-switch-right{position:absolute;top:50%;right:10px;z-index:1;display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-top:-22px;color:#ffffffd9;background:rgba(0,0,0,.1);border-radius:50%;cursor:pointer;pointer-events:auto}.l2c-crm-ant-image-preview-switch-left-disabled,.l2c-crm-ant-image-preview-switch-right-disabled{color:#ffffff40;cursor:not-allowed}.l2c-crm-ant-image-preview-switch-left-disabled>.anticon,.l2c-crm-ant-image-preview-switch-right-disabled>.anticon{cursor:not-allowed}.l2c-crm-ant-image-preview-switch-left>.anticon,.l2c-crm-ant-image-preview-switch-right>.anticon{font-size:18px}.l2c-crm-ant-image-preview-switch-left{left:10px}.l2c-crm-ant-image-preview-switch-right{right:10px}.l2c-crm-ant-input-affix-wrapper{position:relative;display:inline-block;width:100%;min-width:0;padding:4px 11px;color:#000000d9;font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s;display:inline-flex}.l2c-crm-ant-input-affix-wrapper::placeholder{color:#bfbfbf;-webkit-user-select:none;user-select:none}.l2c-crm-ant-input-affix-wrapper:placeholder-shown{text-overflow:ellipsis}.l2c-crm-ant-input-affix-wrapper:hover{border-color:#7591ff;border-right-width:1px}.l2c-crm-ant-input-rtl .l2c-crm-ant-input-affix-wrapper:hover{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-input-affix-wrapper:focus,.l2c-crm-ant-input-affix-wrapper-focused{border-color:#7591ff;box-shadow:0 0 0 2px #4c6aff33;border-right-width:1px;outline:0}.l2c-crm-ant-input-rtl .l2c-crm-ant-input-affix-wrapper:focus,.l2c-crm-ant-input-rtl .l2c-crm-ant-input-affix-wrapper-focused{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-input-affix-wrapper-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.l2c-crm-ant-input-affix-wrapper-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.l2c-crm-ant-input-affix-wrapper[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.l2c-crm-ant-input-affix-wrapper[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.l2c-crm-ant-input-affix-wrapper-borderless,.l2c-crm-ant-input-affix-wrapper-borderless:hover,.l2c-crm-ant-input-affix-wrapper-borderless:focus,.l2c-crm-ant-input-affix-wrapper-borderless-focused,.l2c-crm-ant-input-affix-wrapper-borderless-disabled,.l2c-crm-ant-input-affix-wrapper-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.l2c-crm-ant-input-affix-wrapper{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.l2c-crm-ant-input-affix-wrapper-lg{padding:6.5px 11px;font-size:16px}.l2c-crm-ant-input-affix-wrapper-sm{padding:0 7px}.l2c-crm-ant-input-affix-wrapper-rtl{direction:rtl}.l2c-crm-ant-input-affix-wrapper:not(.l2c-crm-ant-input-affix-wrapper-disabled):hover{border-color:#7591ff;border-right-width:1px;z-index:1}.l2c-crm-ant-input-rtl .l2c-crm-ant-input-affix-wrapper:not(.l2c-crm-ant-input-affix-wrapper-disabled):hover{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-input-search-with-button .l2c-crm-ant-input-affix-wrapper:not(.l2c-crm-ant-input-affix-wrapper-disabled):hover{z-index:0}.l2c-crm-ant-input-affix-wrapper-focused,.l2c-crm-ant-input-affix-wrapper:focus{z-index:1}.l2c-crm-ant-input-affix-wrapper-disabled .l2c-crm-ant-input[disabled]{background:transparent}.l2c-crm-ant-input-affix-wrapper>input.l2c-crm-ant-input{padding:0;border:none;outline:none}.l2c-crm-ant-input-affix-wrapper>input.l2c-crm-ant-input:focus{box-shadow:none!important}.l2c-crm-ant-input-affix-wrapper:before{width:0;visibility:hidden;content:" "}.l2c-crm-ant-input-prefix,.l2c-crm-ant-input-suffix{display:flex;flex:none;align-items:center}.l2c-crm-ant-input-prefix>*:not(:last-child),.l2c-crm-ant-input-suffix>*:not(:last-child){margin-right:8px}.l2c-crm-ant-input-show-count-suffix{color:#00000073}.l2c-crm-ant-input-show-count-has-suffix{margin-right:2px}.l2c-crm-ant-input-prefix{margin-right:4px}.l2c-crm-ant-input-suffix{margin-left:4px}.anticon.l2c-crm-ant-input-clear-icon,.l2c-crm-ant-input-clear-icon{margin:0;color:#00000040;font-size:12px;vertical-align:-1px;cursor:pointer;transition:color .3s}.anticon.l2c-crm-ant-input-clear-icon:hover,.l2c-crm-ant-input-clear-icon:hover{color:#00000073}.anticon.l2c-crm-ant-input-clear-icon:active,.l2c-crm-ant-input-clear-icon:active{color:#000000d9}.anticon.l2c-crm-ant-input-clear-icon-hidden,.l2c-crm-ant-input-clear-icon-hidden{visibility:hidden}.anticon.l2c-crm-ant-input-clear-icon-has-suffix,.l2c-crm-ant-input-clear-icon-has-suffix{margin:0 4px}.l2c-crm-ant-input-affix-wrapper-textarea-with-clear-btn{padding:0!important;border:0!important}.l2c-crm-ant-input-affix-wrapper-textarea-with-clear-btn .l2c-crm-ant-input-clear-icon{position:absolute;top:8px;right:8px;z-index:1}.l2c-crm-ant-input-status-error:not(.l2c-crm-ant-input-disabled):not(.l2c-crm-ant-input-borderless).l2c-crm-ant-input,.l2c-crm-ant-input-status-error:not(.l2c-crm-ant-input-disabled):not(.l2c-crm-ant-input-borderless).l2c-crm-ant-input:hover{background:#fff;border-color:#ff4d4f}.l2c-crm-ant-input-status-error:not(.l2c-crm-ant-input-disabled):not(.l2c-crm-ant-input-borderless).l2c-crm-ant-input:focus,.l2c-crm-ant-input-status-error:not(.l2c-crm-ant-input-disabled):not(.l2c-crm-ant-input-borderless).l2c-crm-ant-input-focused{border-color:#ff7875;box-shadow:0 0 0 2px #ff4d4f33;border-right-width:1px;outline:0}.l2c-crm-ant-input-status-error .l2c-crm-ant-input-prefix{color:#ff4d4f}.l2c-crm-ant-input-status-warning:not(.l2c-crm-ant-input-disabled):not(.l2c-crm-ant-input-borderless).l2c-crm-ant-input,.l2c-crm-ant-input-status-warning:not(.l2c-crm-ant-input-disabled):not(.l2c-crm-ant-input-borderless).l2c-crm-ant-input:hover{background:#fff;border-color:#faad14}.l2c-crm-ant-input-status-warning:not(.l2c-crm-ant-input-disabled):not(.l2c-crm-ant-input-borderless).l2c-crm-ant-input:focus,.l2c-crm-ant-input-status-warning:not(.l2c-crm-ant-input-disabled):not(.l2c-crm-ant-input-borderless).l2c-crm-ant-input-focused{border-color:#ffc53d;box-shadow:0 0 0 2px #faad1433;border-right-width:1px;outline:0}.l2c-crm-ant-input-status-warning .l2c-crm-ant-input-prefix{color:#faad14}.l2c-crm-ant-input-affix-wrapper-status-error:not(.l2c-crm-ant-input-affix-wrapper-disabled):not(.l2c-crm-ant-input-affix-wrapper-borderless).l2c-crm-ant-input-affix-wrapper,.l2c-crm-ant-input-affix-wrapper-status-error:not(.l2c-crm-ant-input-affix-wrapper-disabled):not(.l2c-crm-ant-input-affix-wrapper-borderless).l2c-crm-ant-input-affix-wrapper:hover{background:#fff;border-color:#ff4d4f}.l2c-crm-ant-input-affix-wrapper-status-error:not(.l2c-crm-ant-input-affix-wrapper-disabled):not(.l2c-crm-ant-input-affix-wrapper-borderless).l2c-crm-ant-input-affix-wrapper:focus,.l2c-crm-ant-input-affix-wrapper-status-error:not(.l2c-crm-ant-input-affix-wrapper-disabled):not(.l2c-crm-ant-input-affix-wrapper-borderless).l2c-crm-ant-input-affix-wrapper-focused{border-color:#ff7875;box-shadow:0 0 0 2px #ff4d4f33;border-right-width:1px;outline:0}.l2c-crm-ant-input-affix-wrapper-status-error .l2c-crm-ant-input-prefix{color:#ff4d4f}.l2c-crm-ant-input-affix-wrapper-status-warning:not(.l2c-crm-ant-input-affix-wrapper-disabled):not(.l2c-crm-ant-input-affix-wrapper-borderless).l2c-crm-ant-input-affix-wrapper,.l2c-crm-ant-input-affix-wrapper-status-warning:not(.l2c-crm-ant-input-affix-wrapper-disabled):not(.l2c-crm-ant-input-affix-wrapper-borderless).l2c-crm-ant-input-affix-wrapper:hover{background:#fff;border-color:#faad14}.l2c-crm-ant-input-affix-wrapper-status-warning:not(.l2c-crm-ant-input-affix-wrapper-disabled):not(.l2c-crm-ant-input-affix-wrapper-borderless).l2c-crm-ant-input-affix-wrapper:focus,.l2c-crm-ant-input-affix-wrapper-status-warning:not(.l2c-crm-ant-input-affix-wrapper-disabled):not(.l2c-crm-ant-input-affix-wrapper-borderless).l2c-crm-ant-input-affix-wrapper-focused{border-color:#ffc53d;box-shadow:0 0 0 2px #faad1433;border-right-width:1px;outline:0}.l2c-crm-ant-input-affix-wrapper-status-warning .l2c-crm-ant-input-prefix{color:#faad14}.l2c-crm-ant-input-textarea-status-error.l2c-crm-ant-input-textarea-has-feedback .l2c-crm-ant-input,.l2c-crm-ant-input-textarea-status-warning.l2c-crm-ant-input-textarea-has-feedback .l2c-crm-ant-input,.l2c-crm-ant-input-textarea-status-success.l2c-crm-ant-input-textarea-has-feedback .l2c-crm-ant-input,.l2c-crm-ant-input-textarea-status-validating.l2c-crm-ant-input-textarea-has-feedback .l2c-crm-ant-input{padding-right:24px}.l2c-crm-ant-input-group-wrapper-status-error .l2c-crm-ant-input-group-addon{color:#ff4d4f;border-color:#ff4d4f}.l2c-crm-ant-input-group-wrapper-status-warning .l2c-crm-ant-input-group-addon{color:#faad14;border-color:#faad14}.l2c-crm-ant-input{box-sizing:border-box;margin:0;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;width:100%;min-width:0;padding:4px 11px;color:#000000d9;font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s}.l2c-crm-ant-input::placeholder{color:#bfbfbf;-webkit-user-select:none;user-select:none}.l2c-crm-ant-input:placeholder-shown{text-overflow:ellipsis}.l2c-crm-ant-input:hover{border-color:#7591ff;border-right-width:1px}.l2c-crm-ant-input-rtl .l2c-crm-ant-input:hover{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-input:focus,.l2c-crm-ant-input-focused{border-color:#7591ff;box-shadow:0 0 0 2px #4c6aff33;border-right-width:1px;outline:0}.l2c-crm-ant-input-rtl .l2c-crm-ant-input:focus,.l2c-crm-ant-input-rtl .l2c-crm-ant-input-focused{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-input-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.l2c-crm-ant-input-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.l2c-crm-ant-input[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.l2c-crm-ant-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.l2c-crm-ant-input-borderless,.l2c-crm-ant-input-borderless:hover,.l2c-crm-ant-input-borderless:focus,.l2c-crm-ant-input-borderless-focused,.l2c-crm-ant-input-borderless-disabled,.l2c-crm-ant-input-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.l2c-crm-ant-input{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.l2c-crm-ant-input-lg{padding:6.5px 11px;font-size:16px}.l2c-crm-ant-input-sm{padding:0 7px}.l2c-crm-ant-input-rtl{direction:rtl}.l2c-crm-ant-input-group{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:table;width:100%;border-collapse:separate;border-spacing:0}.l2c-crm-ant-input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.l2c-crm-ant-input-group>[class*=col-]{padding-right:8px}.l2c-crm-ant-input-group>[class*=col-]:last-child{padding-right:0}.l2c-crm-ant-input-group-addon,.l2c-crm-ant-input-group-wrap,.l2c-crm-ant-input-group>.l2c-crm-ant-input{display:table-cell}.l2c-crm-ant-input-group-addon:not(:first-child):not(:last-child),.l2c-crm-ant-input-group-wrap:not(:first-child):not(:last-child),.l2c-crm-ant-input-group>.l2c-crm-ant-input:not(:first-child):not(:last-child){border-radius:0}.l2c-crm-ant-input-group-addon,.l2c-crm-ant-input-group-wrap{width:1px;white-space:nowrap;vertical-align:middle}.l2c-crm-ant-input-group-wrap>*{display:block!important}.l2c-crm-ant-input-group .l2c-crm-ant-input{float:left;width:100%;margin-bottom:0;text-align:inherit}.l2c-crm-ant-input-group .l2c-crm-ant-input:focus{z-index:1;border-right-width:1px}.l2c-crm-ant-input-group .l2c-crm-ant-input:hover{z-index:1;border-right-width:1px}.l2c-crm-ant-input-search-with-button .l2c-crm-ant-input-group .l2c-crm-ant-input:hover{z-index:0}.l2c-crm-ant-input-group-addon{position:relative;padding:0 11px;color:#000000d9;font-weight:400;font-size:14px;text-align:center;background-color:#fafafa;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s}.l2c-crm-ant-input-group-addon .l2c-crm-ant-select{margin:-5px -11px}.l2c-crm-ant-input-group-addon .l2c-crm-ant-select.l2c-crm-ant-select-single:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{background-color:inherit;border:1px solid transparent;box-shadow:none}.l2c-crm-ant-input-group-addon .l2c-crm-ant-select-open .l2c-crm-ant-select-selector,.l2c-crm-ant-input-group-addon .l2c-crm-ant-select-focused .l2c-crm-ant-select-selector{color:#4c6aff}.l2c-crm-ant-input-group-addon .l2c-crm-ant-cascader-picker{margin:-9px -12px;background-color:transparent}.l2c-crm-ant-input-group-addon .l2c-crm-ant-cascader-picker .l2c-crm-ant-cascader-input{text-align:left;border:0;box-shadow:none}.l2c-crm-ant-input-group>.l2c-crm-ant-input:first-child,.l2c-crm-ant-input-group-addon:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.l2c-crm-ant-input-group>.l2c-crm-ant-input:first-child .l2c-crm-ant-select .l2c-crm-ant-select-selector,.l2c-crm-ant-input-group-addon:first-child .l2c-crm-ant-select .l2c-crm-ant-select-selector{border-top-right-radius:0;border-bottom-right-radius:0}.l2c-crm-ant-input-group>.l2c-crm-ant-input-affix-wrapper:not(:first-child) .l2c-crm-ant-input{border-top-left-radius:0;border-bottom-left-radius:0}.l2c-crm-ant-input-group>.l2c-crm-ant-input-affix-wrapper:not(:last-child) .l2c-crm-ant-input{border-top-right-radius:0;border-bottom-right-radius:0}.l2c-crm-ant-input-group-addon:first-child{border-right:0}.l2c-crm-ant-input-group-addon:last-child{border-left:0}.l2c-crm-ant-input-group>.l2c-crm-ant-input:last-child,.l2c-crm-ant-input-group-addon:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.l2c-crm-ant-input-group>.l2c-crm-ant-input:last-child .l2c-crm-ant-select .l2c-crm-ant-select-selector,.l2c-crm-ant-input-group-addon:last-child .l2c-crm-ant-select .l2c-crm-ant-select-selector{border-top-left-radius:0;border-bottom-left-radius:0}.l2c-crm-ant-input-group-lg .l2c-crm-ant-input,.l2c-crm-ant-input-group-lg>.l2c-crm-ant-input-group-addon{padding:6.5px 11px;font-size:16px}.l2c-crm-ant-input-group-sm .l2c-crm-ant-input,.l2c-crm-ant-input-group-sm>.l2c-crm-ant-input-group-addon{padding:0 7px}.l2c-crm-ant-input-group-lg .l2c-crm-ant-select-single .l2c-crm-ant-select-selector{height:40px}.l2c-crm-ant-input-group-sm .l2c-crm-ant-select-single .l2c-crm-ant-select-selector{height:24px}.l2c-crm-ant-input-group .l2c-crm-ant-input-affix-wrapper:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.l2c-crm-ant-input-search .l2c-crm-ant-input-group .l2c-crm-ant-input-affix-wrapper:not(:last-child){border-top-left-radius:2px;border-bottom-left-radius:2px}.l2c-crm-ant-input-group .l2c-crm-ant-input-affix-wrapper:not(:first-child),.l2c-crm-ant-input-search .l2c-crm-ant-input-group .l2c-crm-ant-input-affix-wrapper:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact{display:block}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact:before{display:table;content:""}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact:after{display:table;clear:both;content:""}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact-addon:not(:first-child):not(:last-child),.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact-wrap:not(:first-child):not(:last-child),.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-input:not(:first-child):not(:last-child){border-right-width:1px}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-input:not(:first-child):not(:last-child):hover{z-index:1}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-input:not(:first-child):not(:last-child):focus{z-index:1}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>*{display:inline-block;float:none;vertical-align:top;border-radius:0}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-input-affix-wrapper{display:inline-flex}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-picker-range{display:inline-flex}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>*:not(:last-child){margin-right:-1px;border-right-width:1px}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact .l2c-crm-ant-input{float:none}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select>.l2c-crm-ant-select-selector,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select-auto-complete .l2c-crm-ant-input,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-cascader-picker .l2c-crm-ant-input,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-input-group-wrapper .l2c-crm-ant-input{border-right-width:1px;border-radius:0}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select>.l2c-crm-ant-select-selector:hover,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select-auto-complete .l2c-crm-ant-input:hover,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-cascader-picker .l2c-crm-ant-input:hover,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-input-group-wrapper .l2c-crm-ant-input:hover{z-index:1}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select>.l2c-crm-ant-select-selector:focus,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select-auto-complete .l2c-crm-ant-input:focus,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-cascader-picker .l2c-crm-ant-input:focus,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-input-group-wrapper .l2c-crm-ant-input:focus{z-index:1}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select-focused{z-index:1}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select>.l2c-crm-ant-select-arrow{z-index:1}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>*:first-child,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select:first-child>.l2c-crm-ant-select-selector,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select-auto-complete:first-child .l2c-crm-ant-input,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-cascader-picker:first-child .l2c-crm-ant-input{border-top-left-radius:2px;border-bottom-left-radius:2px}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>*:last-child,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select:last-child>.l2c-crm-ant-select-selector,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-cascader-picker:last-child .l2c-crm-ant-input,.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-cascader-picker-focused:last-child .l2c-crm-ant-input{border-right-width:1px;border-top-right-radius:2px;border-bottom-right-radius:2px}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select-auto-complete .l2c-crm-ant-input{vertical-align:top}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact .l2c-crm-ant-input-group-wrapper+.l2c-crm-ant-input-group-wrapper{margin-left:-1px}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact .l2c-crm-ant-input-group-wrapper+.l2c-crm-ant-input-group-wrapper .l2c-crm-ant-input-affix-wrapper{border-radius:0}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact .l2c-crm-ant-input-group-wrapper:not(:last-child).l2c-crm-ant-input-search>.l2c-crm-ant-input-group>.l2c-crm-ant-input-group-addon>.l2c-crm-ant-input-search-button{border-radius:0}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact .l2c-crm-ant-input-group-wrapper:not(:last-child).l2c-crm-ant-input-search>.l2c-crm-ant-input-group>.l2c-crm-ant-input{border-radius:2px 0 0 2px}.l2c-crm-ant-input-group>.l2c-crm-ant-input-rtl:first-child,.l2c-crm-ant-input-group-rtl .l2c-crm-ant-input-group-addon:first-child{border-radius:0 2px 2px 0}.l2c-crm-ant-input-group-rtl .l2c-crm-ant-input-group-addon:first-child{border-right:1px solid #d9d9d9;border-left:0}.l2c-crm-ant-input-group-rtl.l2c-crm-ant-input-group>.l2c-crm-ant-input:last-child,.l2c-crm-ant-input-group-rtl.l2c-crm-ant-input-group-addon:last-child{border-radius:2px 0 0 2px}.l2c-crm-ant-input-group-rtl.l2c-crm-ant-input-group .l2c-crm-ant-input-affix-wrapper:not(:first-child){border-radius:2px 0 0 2px}.l2c-crm-ant-input-group-rtl.l2c-crm-ant-input-group .l2c-crm-ant-input-affix-wrapper:not(:last-child){border-radius:0 2px 2px 0}.l2c-crm-ant-input-group-rtl.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>*:not(:last-child){margin-right:0;margin-left:-1px;border-left-width:1px}.l2c-crm-ant-input-group-rtl.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>*:first-child,.l2c-crm-ant-input-group-rtl.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select:first-child>.l2c-crm-ant-select-selector,.l2c-crm-ant-input-group-rtl.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select-auto-complete:first-child .l2c-crm-ant-input,.l2c-crm-ant-input-group-rtl.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-cascader-picker:first-child .l2c-crm-ant-input{border-radius:0 2px 2px 0}.l2c-crm-ant-input-group-rtl.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>*:last-child,.l2c-crm-ant-input-group-rtl.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select:last-child>.l2c-crm-ant-select-selector,.l2c-crm-ant-input-group-rtl.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-select-auto-complete:last-child .l2c-crm-ant-input,.l2c-crm-ant-input-group-rtl.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-cascader-picker:last-child .l2c-crm-ant-input,.l2c-crm-ant-input-group-rtl.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact>.l2c-crm-ant-cascader-picker-focused:last-child .l2c-crm-ant-input{border-left-width:1px;border-radius:2px 0 0 2px}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact .l2c-crm-ant-input-group-wrapper-rtl+.l2c-crm-ant-input-group-wrapper-rtl{margin-right:-1px;margin-left:0}.l2c-crm-ant-input-group.l2c-crm-ant-input-group-compact .l2c-crm-ant-input-group-wrapper-rtl:not(:last-child).l2c-crm-ant-input-search>.l2c-crm-ant-input-group>.l2c-crm-ant-input{border-radius:0 2px 2px 0}.l2c-crm-ant-input-group>.l2c-crm-ant-input-rtl:first-child{border-radius:0 2px 2px 0}.l2c-crm-ant-input-group>.l2c-crm-ant-input-rtl:last-child{border-radius:2px 0 0 2px}.l2c-crm-ant-input-group-rtl .l2c-crm-ant-input-group-addon:first-child{border-right:1px solid #d9d9d9;border-left:0;border-radius:0 2px 2px 0}.l2c-crm-ant-input-group-rtl .l2c-crm-ant-input-group-addon:last-child{border-right:0;border-left:1px solid #d9d9d9;border-radius:2px 0 0 2px}.l2c-crm-ant-input-group-wrapper{display:inline-block;width:100%;text-align:start;vertical-align:top}.l2c-crm-ant-input-password-icon.anticon{color:#00000073;cursor:pointer;transition:all .3s}.l2c-crm-ant-input-password-icon.anticon:hover{color:#000000d9}.l2c-crm-ant-input[type=color]{height:32px}.l2c-crm-ant-input[type=color].l2c-crm-ant-input-lg{height:40px}.l2c-crm-ant-input[type=color].l2c-crm-ant-input-sm{height:24px;padding-top:3px;padding-bottom:3px}.l2c-crm-ant-input-textarea-show-count>.l2c-crm-ant-input{height:100%}.l2c-crm-ant-input-textarea-show-count:after{float:right;color:#00000073;white-space:nowrap;content:attr(data-count);pointer-events:none}.l2c-crm-ant-input-textarea-show-count.l2c-crm-ant-input-textarea-in-form-item:after{margin-bottom:-22px}.l2c-crm-ant-input-textarea-suffix{position:absolute;top:0;right:11px;bottom:0;z-index:1;display:inline-flex;align-items:center;margin:auto}.l2c-crm-ant-input-search .l2c-crm-ant-input:hover,.l2c-crm-ant-input-search .l2c-crm-ant-input:focus{border-color:#7591ff}.l2c-crm-ant-input-search .l2c-crm-ant-input:hover+.l2c-crm-ant-input-group-addon .l2c-crm-ant-input-search-button:not(.l2c-crm-ant-btn-primary),.l2c-crm-ant-input-search .l2c-crm-ant-input:focus+.l2c-crm-ant-input-group-addon .l2c-crm-ant-input-search-button:not(.l2c-crm-ant-btn-primary){border-left-color:#7591ff}.l2c-crm-ant-input-search .l2c-crm-ant-input-affix-wrapper{border-radius:0}.l2c-crm-ant-input-search .l2c-crm-ant-input-lg{line-height:1.5713}.l2c-crm-ant-input-search>.l2c-crm-ant-input-group>.l2c-crm-ant-input-group-addon:last-child{left:-1px;padding:0;border:0}.l2c-crm-ant-input-search>.l2c-crm-ant-input-group>.l2c-crm-ant-input-group-addon:last-child .l2c-crm-ant-input-search-button{padding-top:0;padding-bottom:0;border-radius:0 2px 2px 0}.l2c-crm-ant-input-search>.l2c-crm-ant-input-group>.l2c-crm-ant-input-group-addon:last-child .l2c-crm-ant-input-search-button:not(.l2c-crm-ant-btn-primary){color:#00000073}.l2c-crm-ant-input-search>.l2c-crm-ant-input-group>.l2c-crm-ant-input-group-addon:last-child .l2c-crm-ant-input-search-button:not(.l2c-crm-ant-btn-primary).l2c-crm-ant-btn-loading:before{top:0;right:0;bottom:0;left:0}.l2c-crm-ant-input-search-button{height:32px}.l2c-crm-ant-input-search-button:hover,.l2c-crm-ant-input-search-button:focus{z-index:1}.l2c-crm-ant-input-search-large .l2c-crm-ant-input-search-button{height:40px}.l2c-crm-ant-input-search-small .l2c-crm-ant-input-search-button{height:24px}.l2c-crm-ant-input-group-wrapper-rtl,.l2c-crm-ant-input-group-rtl{direction:rtl}.l2c-crm-ant-input-affix-wrapper.l2c-crm-ant-input-affix-wrapper-rtl>input.l2c-crm-ant-input{border:none;outline:none}.l2c-crm-ant-input-affix-wrapper-rtl .l2c-crm-ant-input-prefix{margin:0 0 0 4px}.l2c-crm-ant-input-affix-wrapper-rtl .l2c-crm-ant-input-suffix{margin:0 4px 0 0}.l2c-crm-ant-input-textarea-rtl{direction:rtl}.l2c-crm-ant-input-textarea-rtl.l2c-crm-ant-input-textarea-show-count:after{text-align:left}.l2c-crm-ant-input-affix-wrapper-rtl .l2c-crm-ant-input-clear-icon-has-suffix{margin-right:0;margin-left:4px}.l2c-crm-ant-input-affix-wrapper-rtl .l2c-crm-ant-input-clear-icon{right:auto;left:8px}.l2c-crm-ant-input-search-rtl{direction:rtl}.l2c-crm-ant-input-search-rtl .l2c-crm-ant-input:hover+.l2c-crm-ant-input-group-addon .l2c-crm-ant-input-search-button:not(.l2c-crm-ant-btn-primary),.l2c-crm-ant-input-search-rtl .l2c-crm-ant-input:focus+.l2c-crm-ant-input-group-addon .l2c-crm-ant-input-search-button:not(.l2c-crm-ant-btn-primary){border-right-color:#7591ff;border-left-color:#d9d9d9}.l2c-crm-ant-input-search-rtl>.l2c-crm-ant-input-group>.l2c-crm-ant-input-affix-wrapper:hover,.l2c-crm-ant-input-search-rtl>.l2c-crm-ant-input-group>.l2c-crm-ant-input-affix-wrapper-focused{border-right-color:#7591ff}.l2c-crm-ant-input-search-rtl>.l2c-crm-ant-input-group>.l2c-crm-ant-input-group-addon{right:-1px;left:auto}.l2c-crm-ant-input-search-rtl>.l2c-crm-ant-input-group>.l2c-crm-ant-input-group-addon .l2c-crm-ant-input-search-button{border-radius:2px 0 0 2px}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.l2c-crm-ant-input{height:32px}.l2c-crm-ant-input-lg{height:40px}.l2c-crm-ant-input-sm{height:24px}.l2c-crm-ant-input-affix-wrapper>input.l2c-crm-ant-input{height:auto}}.l2c-crm-ant-input-number-affix-wrapper{display:inline-block;width:100%;min-width:0;color:#000000d9;font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s;position:relative;display:inline-flex;width:90px;padding:0;padding-inline-start:11px}.l2c-crm-ant-input-number-affix-wrapper::placeholder{color:#bfbfbf;-webkit-user-select:none;user-select:none}.l2c-crm-ant-input-number-affix-wrapper:placeholder-shown{text-overflow:ellipsis}.l2c-crm-ant-input-number-affix-wrapper:hover{border-color:#7591ff;border-right-width:1px}.l2c-crm-ant-input-rtl .l2c-crm-ant-input-number-affix-wrapper:hover{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-input-number-affix-wrapper:focus,.l2c-crm-ant-input-number-affix-wrapper-focused{border-color:#7591ff;box-shadow:0 0 0 2px #4c6aff33;border-right-width:1px;outline:0}.l2c-crm-ant-input-rtl .l2c-crm-ant-input-number-affix-wrapper:focus,.l2c-crm-ant-input-rtl .l2c-crm-ant-input-number-affix-wrapper-focused{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-input-number-affix-wrapper-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.l2c-crm-ant-input-number-affix-wrapper-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.l2c-crm-ant-input-number-affix-wrapper[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.l2c-crm-ant-input-number-affix-wrapper[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.l2c-crm-ant-input-number-affix-wrapper-borderless,.l2c-crm-ant-input-number-affix-wrapper-borderless:hover,.l2c-crm-ant-input-number-affix-wrapper-borderless:focus,.l2c-crm-ant-input-number-affix-wrapper-borderless-focused,.l2c-crm-ant-input-number-affix-wrapper-borderless-disabled,.l2c-crm-ant-input-number-affix-wrapper-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.l2c-crm-ant-input-number-affix-wrapper{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.l2c-crm-ant-input-number-affix-wrapper-lg{padding:6.5px 11px;font-size:16px}.l2c-crm-ant-input-number-affix-wrapper-sm{padding:0 7px}.l2c-crm-ant-input-number-affix-wrapper-rtl{direction:rtl}.l2c-crm-ant-input-number-affix-wrapper:not(.l2c-crm-ant-input-number-affix-wrapper-disabled):hover{border-color:#7591ff;border-right-width:1px;z-index:1}.l2c-crm-ant-input-rtl .l2c-crm-ant-input-number-affix-wrapper:not(.l2c-crm-ant-input-number-affix-wrapper-disabled):hover{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-input-number-affix-wrapper-focused,.l2c-crm-ant-input-number-affix-wrapper:focus{z-index:1}.l2c-crm-ant-input-number-affix-wrapper-disabled .l2c-crm-ant-input-number[disabled]{background:transparent}.l2c-crm-ant-input-number-affix-wrapper>div.l2c-crm-ant-input-number{width:100%;border:none;outline:none}.l2c-crm-ant-input-number-affix-wrapper>div.l2c-crm-ant-input-number.l2c-crm-ant-input-number-focused{box-shadow:none!important}.l2c-crm-ant-input-number-affix-wrapper input.l2c-crm-ant-input-number-input{padding:0}.l2c-crm-ant-input-number-affix-wrapper:before{width:0;visibility:hidden;content:" "}.l2c-crm-ant-input-number-affix-wrapper .l2c-crm-ant-input-number-handler-wrap{z-index:2}.l2c-crm-ant-input-number-prefix,.l2c-crm-ant-input-number-suffix{display:flex;flex:none;align-items:center;pointer-events:none}.l2c-crm-ant-input-number-prefix{margin-inline-end:4px}.l2c-crm-ant-input-number-suffix{position:absolute;top:0;right:0;z-index:1;height:100%;margin-right:11px;margin-left:4px}.l2c-crm-ant-input-number-group-wrapper .l2c-crm-ant-input-number-affix-wrapper{width:100%}.l2c-crm-ant-input-number-status-error:not(.l2c-crm-ant-input-number-disabled):not(.l2c-crm-ant-input-number-borderless).l2c-crm-ant-input-number,.l2c-crm-ant-input-number-status-error:not(.l2c-crm-ant-input-number-disabled):not(.l2c-crm-ant-input-number-borderless).l2c-crm-ant-input-number:hover{background:#fff;border-color:#ff4d4f}.l2c-crm-ant-input-number-status-error:not(.l2c-crm-ant-input-number-disabled):not(.l2c-crm-ant-input-number-borderless).l2c-crm-ant-input-number:focus,.l2c-crm-ant-input-number-status-error:not(.l2c-crm-ant-input-number-disabled):not(.l2c-crm-ant-input-number-borderless).l2c-crm-ant-input-number-focused{border-color:#ff7875;box-shadow:0 0 0 2px #ff4d4f33;border-right-width:1px;outline:0}.l2c-crm-ant-input-number-status-error .l2c-crm-ant-input-number-prefix{color:#ff4d4f}.l2c-crm-ant-input-number-status-warning:not(.l2c-crm-ant-input-number-disabled):not(.l2c-crm-ant-input-number-borderless).l2c-crm-ant-input-number,.l2c-crm-ant-input-number-status-warning:not(.l2c-crm-ant-input-number-disabled):not(.l2c-crm-ant-input-number-borderless).l2c-crm-ant-input-number:hover{background:#fff;border-color:#faad14}.l2c-crm-ant-input-number-status-warning:not(.l2c-crm-ant-input-number-disabled):not(.l2c-crm-ant-input-number-borderless).l2c-crm-ant-input-number:focus,.l2c-crm-ant-input-number-status-warning:not(.l2c-crm-ant-input-number-disabled):not(.l2c-crm-ant-input-number-borderless).l2c-crm-ant-input-number-focused{border-color:#ffc53d;box-shadow:0 0 0 2px #faad1433;border-right-width:1px;outline:0}.l2c-crm-ant-input-number-status-warning .l2c-crm-ant-input-number-prefix{color:#faad14}.l2c-crm-ant-input-number-affix-wrapper-status-error:not(.l2c-crm-ant-input-number-affix-wrapper-disabled):not(.l2c-crm-ant-input-number-affix-wrapper-borderless).l2c-crm-ant-input-number-affix-wrapper,.l2c-crm-ant-input-number-affix-wrapper-status-error:not(.l2c-crm-ant-input-number-affix-wrapper-disabled):not(.l2c-crm-ant-input-number-affix-wrapper-borderless).l2c-crm-ant-input-number-affix-wrapper:hover{background:#fff;border-color:#ff4d4f}.l2c-crm-ant-input-number-affix-wrapper-status-error:not(.l2c-crm-ant-input-number-affix-wrapper-disabled):not(.l2c-crm-ant-input-number-affix-wrapper-borderless).l2c-crm-ant-input-number-affix-wrapper:focus,.l2c-crm-ant-input-number-affix-wrapper-status-error:not(.l2c-crm-ant-input-number-affix-wrapper-disabled):not(.l2c-crm-ant-input-number-affix-wrapper-borderless).l2c-crm-ant-input-number-affix-wrapper-focused{border-color:#ff7875;box-shadow:0 0 0 2px #ff4d4f33;border-right-width:1px;outline:0}.l2c-crm-ant-input-number-affix-wrapper-status-error .l2c-crm-ant-input-number-prefix{color:#ff4d4f}.l2c-crm-ant-input-number-affix-wrapper-status-warning:not(.l2c-crm-ant-input-number-affix-wrapper-disabled):not(.l2c-crm-ant-input-number-affix-wrapper-borderless).l2c-crm-ant-input-number-affix-wrapper,.l2c-crm-ant-input-number-affix-wrapper-status-warning:not(.l2c-crm-ant-input-number-affix-wrapper-disabled):not(.l2c-crm-ant-input-number-affix-wrapper-borderless).l2c-crm-ant-input-number-affix-wrapper:hover{background:#fff;border-color:#faad14}.l2c-crm-ant-input-number-affix-wrapper-status-warning:not(.l2c-crm-ant-input-number-affix-wrapper-disabled):not(.l2c-crm-ant-input-number-affix-wrapper-borderless).l2c-crm-ant-input-number-affix-wrapper:focus,.l2c-crm-ant-input-number-affix-wrapper-status-warning:not(.l2c-crm-ant-input-number-affix-wrapper-disabled):not(.l2c-crm-ant-input-number-affix-wrapper-borderless).l2c-crm-ant-input-number-affix-wrapper-focused{border-color:#ffc53d;box-shadow:0 0 0 2px #faad1433;border-right-width:1px;outline:0}.l2c-crm-ant-input-number-affix-wrapper-status-warning .l2c-crm-ant-input-number-prefix{color:#faad14}.l2c-crm-ant-input-number-group-wrapper-status-error .l2c-crm-ant-input-number-group-addon{color:#ff4d4f;border-color:#ff4d4f}.l2c-crm-ant-input-number-group-wrapper-status-warning .l2c-crm-ant-input-number-group-addon{color:#faad14;border-color:#faad14}.l2c-crm-ant-input-number{box-sizing:border-box;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";position:relative;width:100%;min-width:0;color:#000000d9;font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;transition:all .3s;display:inline-block;width:90px;margin:0;padding:0;border:1px solid #d9d9d9;border-radius:2px}.l2c-crm-ant-input-number::placeholder{color:#bfbfbf;-webkit-user-select:none;user-select:none}.l2c-crm-ant-input-number:placeholder-shown{text-overflow:ellipsis}.l2c-crm-ant-input-rtl .l2c-crm-ant-input-number:hover{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-input-number:focus,.l2c-crm-ant-input-number-focused{border-color:#7591ff;box-shadow:0 0 0 2px #4c6aff33;border-right-width:1px;outline:0}.l2c-crm-ant-input-rtl .l2c-crm-ant-input-number:focus,.l2c-crm-ant-input-rtl .l2c-crm-ant-input-number-focused{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-input-number[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.l2c-crm-ant-input-number[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.l2c-crm-ant-input-number-borderless,.l2c-crm-ant-input-number-borderless:hover,.l2c-crm-ant-input-number-borderless:focus,.l2c-crm-ant-input-number-borderless-focused,.l2c-crm-ant-input-number-borderless-disabled,.l2c-crm-ant-input-number-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.l2c-crm-ant-input-number{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.l2c-crm-ant-input-number-lg{padding:6.5px 11px;font-size:16px}.l2c-crm-ant-input-number-sm{padding:0 7px}.l2c-crm-ant-input-number-group{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:table;width:100%;border-collapse:separate;border-spacing:0}.l2c-crm-ant-input-number-group[class*=col-]{float:none;padding-right:0;padding-left:0}.l2c-crm-ant-input-number-group>[class*=col-]{padding-right:8px}.l2c-crm-ant-input-number-group>[class*=col-]:last-child{padding-right:0}.l2c-crm-ant-input-number-group-addon,.l2c-crm-ant-input-number-group-wrap,.l2c-crm-ant-input-number-group>.l2c-crm-ant-input-number{display:table-cell}.l2c-crm-ant-input-number-group-addon:not(:first-child):not(:last-child),.l2c-crm-ant-input-number-group-wrap:not(:first-child):not(:last-child),.l2c-crm-ant-input-number-group>.l2c-crm-ant-input-number:not(:first-child):not(:last-child){border-radius:0}.l2c-crm-ant-input-number-group-addon,.l2c-crm-ant-input-number-group-wrap{width:1px;white-space:nowrap;vertical-align:middle}.l2c-crm-ant-input-number-group-wrap>*{display:block!important}.l2c-crm-ant-input-number-group .l2c-crm-ant-input-number{float:left;width:100%;margin-bottom:0;text-align:inherit}.l2c-crm-ant-input-number-group .l2c-crm-ant-input-number:focus{z-index:1;border-right-width:1px}.l2c-crm-ant-input-number-group .l2c-crm-ant-input-number:hover{z-index:1;border-right-width:1px}.l2c-crm-ant-input-search-with-button .l2c-crm-ant-input-number-group .l2c-crm-ant-input-number:hover{z-index:0}.l2c-crm-ant-input-number-group-addon{position:relative;padding:0 11px;color:#000000d9;font-weight:400;font-size:14px;text-align:center;background-color:#fafafa;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s}.l2c-crm-ant-input-number-group-addon .l2c-crm-ant-select{margin:-5px -11px}.l2c-crm-ant-input-number-group-addon .l2c-crm-ant-select.l2c-crm-ant-select-single:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{background-color:inherit;border:1px solid transparent;box-shadow:none}.l2c-crm-ant-input-number-group-addon .l2c-crm-ant-select-open .l2c-crm-ant-select-selector,.l2c-crm-ant-input-number-group-addon .l2c-crm-ant-select-focused .l2c-crm-ant-select-selector{color:#4c6aff}.l2c-crm-ant-input-number-group-addon .l2c-crm-ant-cascader-picker{margin:-9px -12px;background-color:transparent}.l2c-crm-ant-input-number-group-addon .l2c-crm-ant-cascader-picker .l2c-crm-ant-cascader-input{text-align:left;border:0;box-shadow:none}.l2c-crm-ant-input-number-group>.l2c-crm-ant-input-number:first-child,.l2c-crm-ant-input-number-group-addon:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.l2c-crm-ant-input-number-group>.l2c-crm-ant-input-number:first-child .l2c-crm-ant-select .l2c-crm-ant-select-selector,.l2c-crm-ant-input-number-group-addon:first-child .l2c-crm-ant-select .l2c-crm-ant-select-selector{border-top-right-radius:0;border-bottom-right-radius:0}.l2c-crm-ant-input-number-group>.l2c-crm-ant-input-number-affix-wrapper:not(:first-child) .l2c-crm-ant-input-number{border-top-left-radius:0;border-bottom-left-radius:0}.l2c-crm-ant-input-number-group>.l2c-crm-ant-input-number-affix-wrapper:not(:last-child) .l2c-crm-ant-input-number{border-top-right-radius:0;border-bottom-right-radius:0}.l2c-crm-ant-input-number-group-addon:first-child{border-right:0}.l2c-crm-ant-input-number-group-addon:last-child{border-left:0}.l2c-crm-ant-input-number-group>.l2c-crm-ant-input-number:last-child,.l2c-crm-ant-input-number-group-addon:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.l2c-crm-ant-input-number-group>.l2c-crm-ant-input-number:last-child .l2c-crm-ant-select .l2c-crm-ant-select-selector,.l2c-crm-ant-input-number-group-addon:last-child .l2c-crm-ant-select .l2c-crm-ant-select-selector{border-top-left-radius:0;border-bottom-left-radius:0}.l2c-crm-ant-input-number-group-lg .l2c-crm-ant-input-number,.l2c-crm-ant-input-number-group-lg>.l2c-crm-ant-input-number-group-addon{padding:6.5px 11px;font-size:16px}.l2c-crm-ant-input-number-group-sm .l2c-crm-ant-input-number,.l2c-crm-ant-input-number-group-sm>.l2c-crm-ant-input-number-group-addon{padding:0 7px}.l2c-crm-ant-input-number-group-lg .l2c-crm-ant-select-single .l2c-crm-ant-select-selector{height:40px}.l2c-crm-ant-input-number-group-sm .l2c-crm-ant-select-single .l2c-crm-ant-select-selector{height:24px}.l2c-crm-ant-input-number-group .l2c-crm-ant-input-number-affix-wrapper:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.l2c-crm-ant-input-search .l2c-crm-ant-input-number-group .l2c-crm-ant-input-number-affix-wrapper:not(:last-child){border-top-left-radius:2px;border-bottom-left-radius:2px}.l2c-crm-ant-input-number-group .l2c-crm-ant-input-number-affix-wrapper:not(:first-child),.l2c-crm-ant-input-search .l2c-crm-ant-input-number-group .l2c-crm-ant-input-number-affix-wrapper:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact{display:block}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact:before{display:table;content:""}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact:after{display:table;clear:both;content:""}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact-addon:not(:first-child):not(:last-child),.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact-wrap:not(:first-child):not(:last-child),.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-input-number:not(:first-child):not(:last-child){border-right-width:1px}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-input-number:not(:first-child):not(:last-child):hover{z-index:1}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-input-number:not(:first-child):not(:last-child):focus{z-index:1}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>*{display:inline-block;float:none;vertical-align:top;border-radius:0}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-input-number-affix-wrapper{display:inline-flex}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-picker-range{display:inline-flex}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>*:not(:last-child){margin-right:-1px;border-right-width:1px}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact .l2c-crm-ant-input-number{float:none}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select>.l2c-crm-ant-select-selector,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select-auto-complete .l2c-crm-ant-input,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-cascader-picker .l2c-crm-ant-input,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-input-group-wrapper .l2c-crm-ant-input{border-right-width:1px;border-radius:0}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select>.l2c-crm-ant-select-selector:hover,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select-auto-complete .l2c-crm-ant-input:hover,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-cascader-picker .l2c-crm-ant-input:hover,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-input-group-wrapper .l2c-crm-ant-input:hover{z-index:1}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select>.l2c-crm-ant-select-selector:focus,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select-auto-complete .l2c-crm-ant-input:focus,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-cascader-picker .l2c-crm-ant-input:focus,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-input-group-wrapper .l2c-crm-ant-input:focus{z-index:1}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select-focused{z-index:1}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select>.l2c-crm-ant-select-arrow{z-index:1}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>*:first-child,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select:first-child>.l2c-crm-ant-select-selector,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select-auto-complete:first-child .l2c-crm-ant-input,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-cascader-picker:first-child .l2c-crm-ant-input{border-top-left-radius:2px;border-bottom-left-radius:2px}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>*:last-child,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select:last-child>.l2c-crm-ant-select-selector,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-cascader-picker:last-child .l2c-crm-ant-input,.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-cascader-picker-focused:last-child .l2c-crm-ant-input{border-right-width:1px;border-top-right-radius:2px;border-bottom-right-radius:2px}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select-auto-complete .l2c-crm-ant-input{vertical-align:top}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact .l2c-crm-ant-input-group-wrapper+.l2c-crm-ant-input-group-wrapper{margin-left:-1px}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact .l2c-crm-ant-input-group-wrapper+.l2c-crm-ant-input-group-wrapper .l2c-crm-ant-input-affix-wrapper{border-radius:0}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact .l2c-crm-ant-input-group-wrapper:not(:last-child).l2c-crm-ant-input-search>.l2c-crm-ant-input-group>.l2c-crm-ant-input-group-addon>.l2c-crm-ant-input-search-button{border-radius:0}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact .l2c-crm-ant-input-group-wrapper:not(:last-child).l2c-crm-ant-input-search>.l2c-crm-ant-input-group>.l2c-crm-ant-input{border-radius:2px 0 0 2px}.l2c-crm-ant-input-number-group>.l2c-crm-ant-input-number-rtl:first-child,.l2c-crm-ant-input-number-group-rtl .l2c-crm-ant-input-number-group-addon:first-child{border-radius:0 2px 2px 0}.l2c-crm-ant-input-number-group-rtl .l2c-crm-ant-input-number-group-addon:first-child{border-right:1px solid #d9d9d9;border-left:0}.l2c-crm-ant-input-number-group-rtl.l2c-crm-ant-input-number-group>.l2c-crm-ant-input-number:last-child,.l2c-crm-ant-input-number-group-rtl.l2c-crm-ant-input-number-group-addon:last-child{border-radius:2px 0 0 2px}.l2c-crm-ant-input-number-group-rtl.l2c-crm-ant-input-number-group .l2c-crm-ant-input-number-affix-wrapper:not(:first-child){border-radius:2px 0 0 2px}.l2c-crm-ant-input-number-group-rtl.l2c-crm-ant-input-number-group .l2c-crm-ant-input-number-affix-wrapper:not(:last-child){border-radius:0 2px 2px 0}.l2c-crm-ant-input-number-group-rtl.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>*:not(:last-child){margin-right:0;margin-left:-1px;border-left-width:1px}.l2c-crm-ant-input-number-group-rtl.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>*:first-child,.l2c-crm-ant-input-number-group-rtl.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select:first-child>.l2c-crm-ant-select-selector,.l2c-crm-ant-input-number-group-rtl.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select-auto-complete:first-child .l2c-crm-ant-input,.l2c-crm-ant-input-number-group-rtl.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-cascader-picker:first-child .l2c-crm-ant-input{border-radius:0 2px 2px 0}.l2c-crm-ant-input-number-group-rtl.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>*:last-child,.l2c-crm-ant-input-number-group-rtl.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select:last-child>.l2c-crm-ant-select-selector,.l2c-crm-ant-input-number-group-rtl.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-select-auto-complete:last-child .l2c-crm-ant-input,.l2c-crm-ant-input-number-group-rtl.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-cascader-picker:last-child .l2c-crm-ant-input,.l2c-crm-ant-input-number-group-rtl.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact>.l2c-crm-ant-cascader-picker-focused:last-child .l2c-crm-ant-input{border-left-width:1px;border-radius:2px 0 0 2px}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact .l2c-crm-ant-input-group-wrapper-rtl+.l2c-crm-ant-input-group-wrapper-rtl{margin-right:-1px;margin-left:0}.l2c-crm-ant-input-number-group.l2c-crm-ant-input-number-group-compact .l2c-crm-ant-input-group-wrapper-rtl:not(:last-child).l2c-crm-ant-input-search>.l2c-crm-ant-input-group>.l2c-crm-ant-input{border-radius:0 2px 2px 0}.l2c-crm-ant-input-number-group>.l2c-crm-ant-input-number-rtl:first-child{border-radius:0 2px 2px 0}.l2c-crm-ant-input-number-group>.l2c-crm-ant-input-number-rtl:last-child{border-radius:2px 0 0 2px}.l2c-crm-ant-input-number-group-rtl .l2c-crm-ant-input-number-group-addon:first-child{border-right:1px solid #d9d9d9;border-left:0;border-radius:0 2px 2px 0}.l2c-crm-ant-input-number-group-rtl .l2c-crm-ant-input-number-group-addon:last-child{border-right:0;border-left:1px solid #d9d9d9;border-radius:2px 0 0 2px}.l2c-crm-ant-input-number-group-wrapper{display:inline-block;text-align:start;vertical-align:top}.l2c-crm-ant-input-number-handler{position:relative;display:block;width:100%;height:50%;overflow:hidden;color:#00000073;font-weight:700;line-height:0;text-align:center;border-left:1px solid #d9d9d9;transition:all .1s linear}.l2c-crm-ant-input-number-handler:active{background:#f4f4f4}.l2c-crm-ant-input-number-handler:hover .l2c-crm-ant-input-number-handler-up-inner,.l2c-crm-ant-input-number-handler:hover .l2c-crm-ant-input-number-handler-down-inner{color:#7591ff}.l2c-crm-ant-input-number-handler-up-inner,.l2c-crm-ant-input-number-handler-down-inner{display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:4px;width:12px;height:12px;color:#00000073;line-height:12px;transition:all .1s linear;-webkit-user-select:none;user-select:none}.l2c-crm-ant-input-number-handler-up-inner>*,.l2c-crm-ant-input-number-handler-down-inner>*{line-height:1}.l2c-crm-ant-input-number-handler-up-inner svg,.l2c-crm-ant-input-number-handler-down-inner svg{display:inline-block}.l2c-crm-ant-input-number-handler-up-inner:before,.l2c-crm-ant-input-number-handler-down-inner:before{display:none}.l2c-crm-ant-input-number-handler-up-inner .l2c-crm-ant-input-number-handler-up-inner-icon,.l2c-crm-ant-input-number-handler-up-inner .l2c-crm-ant-input-number-handler-down-inner-icon,.l2c-crm-ant-input-number-handler-down-inner .l2c-crm-ant-input-number-handler-up-inner-icon,.l2c-crm-ant-input-number-handler-down-inner .l2c-crm-ant-input-number-handler-down-inner-icon{display:block}.l2c-crm-ant-input-number:hover{border-color:#7591ff;border-right-width:1px}.l2c-crm-ant-input-number:hover+.l2c-crm-ant-form-item-children-icon{opacity:0;transition:opacity .24s linear .24s}.l2c-crm-ant-input-number-focused{border-color:#7591ff;box-shadow:0 0 0 2px #4c6aff33;border-right-width:1px;outline:0}.l2c-crm-ant-input-rtl .l2c-crm-ant-input-number-focused{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-input-number-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.l2c-crm-ant-input-number-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.l2c-crm-ant-input-number-disabled .l2c-crm-ant-input-number-input{cursor:not-allowed}.l2c-crm-ant-input-number-disabled .l2c-crm-ant-input-number-handler-wrap,.l2c-crm-ant-input-number-readonly .l2c-crm-ant-input-number-handler-wrap{display:none}.l2c-crm-ant-input-number-input{width:100%;height:30px;padding:0 11px;text-align:left;background-color:transparent;border:0;border-radius:2px;outline:0;transition:all .3s linear;-webkit-appearance:textfield!important;appearance:textfield!important}.l2c-crm-ant-input-number-input::placeholder{color:#bfbfbf;-webkit-user-select:none;user-select:none}.l2c-crm-ant-input-number-input:placeholder-shown{text-overflow:ellipsis}.l2c-crm-ant-input-number-input[type=number]::-webkit-inner-spin-button,.l2c-crm-ant-input-number-input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.l2c-crm-ant-input-number-lg{padding:0;font-size:16px}.l2c-crm-ant-input-number-lg input{height:38px}.l2c-crm-ant-input-number-sm{padding:0}.l2c-crm-ant-input-number-sm input{height:22px;padding:0 7px}.l2c-crm-ant-input-number-handler-wrap{position:absolute;top:0;right:0;width:22px;height:100%;background:#fff;border-radius:0 2px 2px 0;opacity:0;transition:opacity .24s linear .1s}.l2c-crm-ant-input-number-handler-wrap .l2c-crm-ant-input-number-handler .l2c-crm-ant-input-number-handler-up-inner,.l2c-crm-ant-input-number-handler-wrap .l2c-crm-ant-input-number-handler .l2c-crm-ant-input-number-handler-down-inner{display:flex;align-items:center;justify-content:center;min-width:auto;margin-right:0;font-size:7px}.l2c-crm-ant-input-number-borderless .l2c-crm-ant-input-number-handler-wrap{border-left-width:0}.l2c-crm-ant-input-number-handler-wrap:hover .l2c-crm-ant-input-number-handler{height:40%}.l2c-crm-ant-input-number:hover .l2c-crm-ant-input-number-handler-wrap,.l2c-crm-ant-input-number-focused .l2c-crm-ant-input-number-handler-wrap{opacity:1}.l2c-crm-ant-input-number-handler-up{border-top-right-radius:2px;cursor:pointer}.l2c-crm-ant-input-number-handler-up-inner{top:50%;margin-top:-5px;text-align:center}.l2c-crm-ant-input-number-handler-up:hover{height:60%!important}.l2c-crm-ant-input-number-handler-down{top:0;border-top:1px solid #d9d9d9;border-bottom-right-radius:2px;cursor:pointer}.l2c-crm-ant-input-number-handler-down-inner{top:50%;text-align:center;transform:translateY(-50%)}.l2c-crm-ant-input-number-handler-down:hover{height:60%!important}.l2c-crm-ant-input-number-borderless .l2c-crm-ant-input-number-handler-down{border-top-width:0}.l2c-crm-ant-input-number:hover:not(.l2c-crm-ant-input-number-borderless) .l2c-crm-ant-input-number-handler-down,.l2c-crm-ant-input-number-focused:not(.l2c-crm-ant-input-number-borderless) .l2c-crm-ant-input-number-handler-down{border-top:1px solid #d9d9d9}.l2c-crm-ant-input-number-handler-up-disabled,.l2c-crm-ant-input-number-handler-down-disabled{cursor:not-allowed}.l2c-crm-ant-input-number-handler-up-disabled:hover .l2c-crm-ant-input-number-handler-up-inner,.l2c-crm-ant-input-number-handler-down-disabled:hover .l2c-crm-ant-input-number-handler-down-inner{color:#00000040}.l2c-crm-ant-input-number-borderless{box-shadow:none}.l2c-crm-ant-input-number-out-of-range input{color:#ff4d4f}.l2c-crm-ant-input-number-rtl{direction:rtl}.l2c-crm-ant-input-number-rtl .l2c-crm-ant-input-number-handler{border-right:1px solid #d9d9d9;border-left:0}.l2c-crm-ant-input-number-rtl .l2c-crm-ant-input-number-handler-wrap{right:auto;left:0}.l2c-crm-ant-input-number-rtl.l2c-crm-ant-input-number-borderless .l2c-crm-ant-input-number-handler-wrap{border-right-width:0}.l2c-crm-ant-input-number-rtl .l2c-crm-ant-input-number-handler-up{border-top-right-radius:0}.l2c-crm-ant-input-number-rtl .l2c-crm-ant-input-number-handler-down{border-bottom-right-radius:0}.l2c-crm-ant-input-number-rtl .l2c-crm-ant-input-number-input{direction:ltr;text-align:right}.l2c-crm-ant-layout{display:flex;flex:auto;flex-direction:column;min-height:0;background:#f0f2f5}.l2c-crm-ant-layout,.l2c-crm-ant-layout *{box-sizing:border-box}.l2c-crm-ant-layout.l2c-crm-ant-layout-has-sider{flex-direction:row}.l2c-crm-ant-layout.l2c-crm-ant-layout-has-sider>.l2c-crm-ant-layout,.l2c-crm-ant-layout.l2c-crm-ant-layout-has-sider>.l2c-crm-ant-layout-content{width:0}.l2c-crm-ant-layout-header,.l2c-crm-ant-layout-footer{flex:0 0 auto}.l2c-crm-ant-layout-header{height:64px;padding:0 50px;color:#000000d9;line-height:64px;background:#001529}.l2c-crm-ant-layout-footer{padding:24px 50px;color:#000000d9;font-size:14px;background:#f0f2f5}.l2c-crm-ant-layout-content{flex:auto;min-height:0}.l2c-crm-ant-layout-sider{position:relative;min-width:0;background:#001529;transition:all .2s}.l2c-crm-ant-layout-sider-children{height:100%;margin-top:-.1px;padding-top:.1px}.l2c-crm-ant-layout-sider-children .l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed{width:auto}.l2c-crm-ant-layout-sider-has-trigger{padding-bottom:48px}.l2c-crm-ant-layout-sider-right{order:1}.l2c-crm-ant-layout-sider-trigger{position:fixed;bottom:0;z-index:1;height:48px;color:#fff;line-height:48px;text-align:center;background:#002140;cursor:pointer;transition:all .2s}.l2c-crm-ant-layout-sider-zero-width>*{overflow:hidden}.l2c-crm-ant-layout-sider-zero-width-trigger{position:absolute;top:64px;right:-36px;z-index:1;width:36px;height:42px;color:#fff;font-size:18px;line-height:42px;text-align:center;background:#001529;border-radius:0 2px 2px 0;cursor:pointer;transition:background .3s ease}.l2c-crm-ant-layout-sider-zero-width-trigger:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;transition:all .3s;content:""}.l2c-crm-ant-layout-sider-zero-width-trigger:hover:after{background:rgba(255,255,255,.1)}.l2c-crm-ant-layout-sider-zero-width-trigger-right{left:-36px;border-radius:2px 0 0 2px}.l2c-crm-ant-layout-sider-light{background:#fff}.l2c-crm-ant-layout-sider-light .l2c-crm-ant-layout-sider-trigger,.l2c-crm-ant-layout-sider-light .l2c-crm-ant-layout-sider-zero-width-trigger{color:#000000d9;background:#fff}.l2c-crm-ant-layout-rtl{direction:rtl}.l2c-crm-ant-list{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative}.l2c-crm-ant-list *{outline:none}.l2c-crm-ant-list-pagination{margin-top:24px;text-align:right}.l2c-crm-ant-list-pagination .l2c-crm-ant-pagination-options{text-align:left}.l2c-crm-ant-list-more{margin-top:12px;text-align:center}.l2c-crm-ant-list-more button{padding-right:32px;padding-left:32px}.l2c-crm-ant-list-spin{min-height:40px;text-align:center}.l2c-crm-ant-list-empty-text{padding:16px;color:#00000040;font-size:14px;text-align:center}.l2c-crm-ant-list-items{margin:0;padding:0;list-style:none}.l2c-crm-ant-list-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;color:#000000d9}.l2c-crm-ant-list-item-meta{display:flex;flex:1 1;align-items:flex-start;max-width:100%}.l2c-crm-ant-list-item-meta-avatar{margin-right:16px}.l2c-crm-ant-list-item-meta-content{flex:1 0;width:0;color:#000000d9}.l2c-crm-ant-list-item-meta-title{margin-bottom:4px;color:#000000d9;font-size:14px;line-height:1.5715}.l2c-crm-ant-list-item-meta-title>a{color:#000000d9;transition:all .3s}.l2c-crm-ant-list-item-meta-title>a:hover{color:#4c6aff}.l2c-crm-ant-list-item-meta-description{color:#00000073;font-size:14px;line-height:1.5715}.l2c-crm-ant-list-item-action{flex:0 0 auto;margin-left:48px;padding:0;font-size:0;list-style:none}.l2c-crm-ant-list-item-action>li{position:relative;display:inline-block;padding:0 8px;color:#00000073;font-size:14px;line-height:1.5715;text-align:center}.l2c-crm-ant-list-item-action>li:first-child{padding-left:0}.l2c-crm-ant-list-item-action-split{position:absolute;top:50%;right:0;width:1px;height:14px;margin-top:-7px;background-color:#f0f0f0}.l2c-crm-ant-list-header,.l2c-crm-ant-list-footer{background:transparent}.l2c-crm-ant-list-header,.l2c-crm-ant-list-footer{padding-top:12px;padding-bottom:12px}.l2c-crm-ant-list-empty{padding:16px 0;color:#00000073;font-size:12px;text-align:center}.l2c-crm-ant-list-split .l2c-crm-ant-list-item{border-bottom:1px solid #f0f0f0}.l2c-crm-ant-list-split .l2c-crm-ant-list-item:last-child{border-bottom:none}.l2c-crm-ant-list-split .l2c-crm-ant-list-header{border-bottom:1px solid #f0f0f0}.l2c-crm-ant-list-split.l2c-crm-ant-list-empty .l2c-crm-ant-list-footer{border-top:1px solid #f0f0f0}.l2c-crm-ant-list-loading .l2c-crm-ant-list-spin-nested-loading{min-height:32px}.l2c-crm-ant-list-split.l2c-crm-ant-list-something-after-last-item .l2c-crm-ant-spin-container>.l2c-crm-ant-list-items>.l2c-crm-ant-list-item:last-child{border-bottom:1px solid #f0f0f0}.l2c-crm-ant-list-lg .l2c-crm-ant-list-item{padding:16px 24px}.l2c-crm-ant-list-sm .l2c-crm-ant-list-item{padding:8px 16px}.l2c-crm-ant-list-vertical .l2c-crm-ant-list-item{align-items:initial}.l2c-crm-ant-list-vertical .l2c-crm-ant-list-item-main{display:block;flex:1 1}.l2c-crm-ant-list-vertical .l2c-crm-ant-list-item-extra{margin-left:40px}.l2c-crm-ant-list-vertical .l2c-crm-ant-list-item-meta{margin-bottom:16px}.l2c-crm-ant-list-vertical .l2c-crm-ant-list-item-meta-title{margin-bottom:12px;color:#000000d9;font-size:16px;line-height:24px}.l2c-crm-ant-list-vertical .l2c-crm-ant-list-item-action{margin-top:16px;margin-left:auto}.l2c-crm-ant-list-vertical .l2c-crm-ant-list-item-action>li{padding:0 16px}.l2c-crm-ant-list-vertical .l2c-crm-ant-list-item-action>li:first-child{padding-left:0}.l2c-crm-ant-list-grid .l2c-crm-ant-col>.l2c-crm-ant-list-item{display:block;max-width:100%;margin-bottom:16px;padding-top:0;padding-bottom:0;border-bottom:none}.l2c-crm-ant-list-item-no-flex{display:block}.l2c-crm-ant-list:not(.l2c-crm-ant-list-vertical) .l2c-crm-ant-list-item-no-flex .l2c-crm-ant-list-item-action{float:right}.l2c-crm-ant-list-bordered{border:1px solid #d9d9d9;border-radius:2px}.l2c-crm-ant-list-bordered .l2c-crm-ant-list-header,.l2c-crm-ant-list-bordered .l2c-crm-ant-list-footer,.l2c-crm-ant-list-bordered .l2c-crm-ant-list-item{padding-right:24px;padding-left:24px}.l2c-crm-ant-list-bordered .l2c-crm-ant-list-pagination{margin:16px 24px}.l2c-crm-ant-list-bordered.l2c-crm-ant-list-sm .l2c-crm-ant-list-item,.l2c-crm-ant-list-bordered.l2c-crm-ant-list-sm .l2c-crm-ant-list-header,.l2c-crm-ant-list-bordered.l2c-crm-ant-list-sm .l2c-crm-ant-list-footer{padding:8px 16px}.l2c-crm-ant-list-bordered.l2c-crm-ant-list-lg .l2c-crm-ant-list-item,.l2c-crm-ant-list-bordered.l2c-crm-ant-list-lg .l2c-crm-ant-list-header,.l2c-crm-ant-list-bordered.l2c-crm-ant-list-lg .l2c-crm-ant-list-footer{padding:16px 24px}@media screen and (max-width: 768px){.l2c-crm-ant-list-item-action,.l2c-crm-ant-list-vertical .l2c-crm-ant-list-item-extra{margin-left:24px}}@media screen and (max-width: 576px){.l2c-crm-ant-list-item{flex-wrap:wrap}.l2c-crm-ant-list-item-action{margin-left:12px}.l2c-crm-ant-list-vertical .l2c-crm-ant-list-item{flex-wrap:wrap-reverse}.l2c-crm-ant-list-vertical .l2c-crm-ant-list-item-main{min-width:220px}.l2c-crm-ant-list-vertical .l2c-crm-ant-list-item-extra{margin:auto auto 16px}}.l2c-crm-ant-list-rtl{direction:rtl;text-align:right}.l2c-crm-ant-list-rtl .ReactVirtualized__List .l2c-crm-ant-list-item{direction:rtl}.l2c-crm-ant-list-rtl .l2c-crm-ant-list-pagination{text-align:left}.l2c-crm-ant-list-rtl .l2c-crm-ant-list-item-meta-avatar{margin-right:0;margin-left:16px}.l2c-crm-ant-list-rtl .l2c-crm-ant-list-item-action{margin-right:48px;margin-left:0}.l2c-crm-ant-list.l2c-crm-ant-list-rtl .l2c-crm-ant-list-item-action>li:first-child{padding-right:0;padding-left:16px}.l2c-crm-ant-list-rtl .l2c-crm-ant-list-item-action-split{right:auto;left:0}.l2c-crm-ant-list-rtl.l2c-crm-ant-list-vertical .l2c-crm-ant-list-item-extra{margin-right:40px;margin-left:0}.l2c-crm-ant-list-rtl.l2c-crm-ant-list-vertical .l2c-crm-ant-list-item-action{margin-right:auto}.l2c-crm-ant-list-rtl .l2c-crm-ant-list-vertical .l2c-crm-ant-list-item-action>li:first-child{padding-right:0;padding-left:16px}.l2c-crm-ant-list-rtl .l2c-crm-ant-list:not(.l2c-crm-ant-list-vertical) .l2c-crm-ant-list-item-no-flex .l2c-crm-ant-list-item-action{float:left}@media screen and (max-width: 768px){.l2c-crm-ant-list-rtl .l2c-crm-ant-list-item-action,.l2c-crm-ant-list-rtl .l2c-crm-ant-list-vertical .l2c-crm-ant-list-item-extra{margin-right:24px;margin-left:0}}@media screen and (max-width: 576px){.l2c-crm-ant-list-rtl .l2c-crm-ant-list-item-action{margin-right:22px;margin-left:0}.l2c-crm-ant-list-rtl.l2c-crm-ant-list-vertical .l2c-crm-ant-list-item-extra{margin:auto auto 16px}}.l2c-crm-ant-mentions-status-error:not(.l2c-crm-ant-mentions-disabled):not(.l2c-crm-ant-mentions-borderless).l2c-crm-ant-mentions,.l2c-crm-ant-mentions-status-error:not(.l2c-crm-ant-mentions-disabled):not(.l2c-crm-ant-mentions-borderless).l2c-crm-ant-mentions:hover{background:#fff;border-color:#ff4d4f}.l2c-crm-ant-mentions-status-error:not(.l2c-crm-ant-mentions-disabled):not(.l2c-crm-ant-mentions-borderless).l2c-crm-ant-mentions:focus,.l2c-crm-ant-mentions-status-error:not(.l2c-crm-ant-mentions-disabled):not(.l2c-crm-ant-mentions-borderless).l2c-crm-ant-mentions-focused{border-color:#ff7875;box-shadow:0 0 0 2px #ff4d4f33;border-right-width:1px;outline:0}.l2c-crm-ant-mentions-status-error .l2c-crm-ant-input-prefix{color:#ff4d4f}.l2c-crm-ant-mentions-status-warning:not(.l2c-crm-ant-mentions-disabled):not(.l2c-crm-ant-mentions-borderless).l2c-crm-ant-mentions,.l2c-crm-ant-mentions-status-warning:not(.l2c-crm-ant-mentions-disabled):not(.l2c-crm-ant-mentions-borderless).l2c-crm-ant-mentions:hover{background:#fff;border-color:#faad14}.l2c-crm-ant-mentions-status-warning:not(.l2c-crm-ant-mentions-disabled):not(.l2c-crm-ant-mentions-borderless).l2c-crm-ant-mentions:focus,.l2c-crm-ant-mentions-status-warning:not(.l2c-crm-ant-mentions-disabled):not(.l2c-crm-ant-mentions-borderless).l2c-crm-ant-mentions-focused{border-color:#ffc53d;box-shadow:0 0 0 2px #faad1433;border-right-width:1px;outline:0}.l2c-crm-ant-mentions-status-warning .l2c-crm-ant-input-prefix{color:#faad14}.l2c-crm-ant-mentions{box-sizing:border-box;margin:0;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";width:100%;min-width:0;color:#000000d9;font-size:14px;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s;position:relative;display:inline-block;height:auto;padding:0;overflow:hidden;line-height:1.5715;white-space:pre-wrap;vertical-align:bottom}.l2c-crm-ant-mentions::placeholder{color:#bfbfbf;-webkit-user-select:none;user-select:none}.l2c-crm-ant-mentions:placeholder-shown{text-overflow:ellipsis}.l2c-crm-ant-mentions:hover{border-color:#7591ff;border-right-width:1px}.l2c-crm-ant-input-rtl .l2c-crm-ant-mentions:hover{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-mentions:focus,.l2c-crm-ant-mentions-focused{border-color:#7591ff;box-shadow:0 0 0 2px #4c6aff33;border-right-width:1px;outline:0}.l2c-crm-ant-input-rtl .l2c-crm-ant-mentions:focus,.l2c-crm-ant-input-rtl .l2c-crm-ant-mentions-focused{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-mentions-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.l2c-crm-ant-mentions-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.l2c-crm-ant-mentions[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.l2c-crm-ant-mentions[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.l2c-crm-ant-mentions-borderless,.l2c-crm-ant-mentions-borderless:hover,.l2c-crm-ant-mentions-borderless:focus,.l2c-crm-ant-mentions-borderless-focused,.l2c-crm-ant-mentions-borderless-disabled,.l2c-crm-ant-mentions-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.l2c-crm-ant-mentions{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.l2c-crm-ant-mentions-lg{padding:6.5px 11px;font-size:16px}.l2c-crm-ant-mentions-sm{padding:0 7px}.l2c-crm-ant-mentions-disabled>textarea{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.l2c-crm-ant-mentions-disabled>textarea:hover{border-color:#d9d9d9;border-right-width:1px}.l2c-crm-ant-mentions-focused{border-color:#7591ff;box-shadow:0 0 0 2px #4c6aff33;border-right-width:1px;outline:0}.l2c-crm-ant-input-rtl .l2c-crm-ant-mentions-focused{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-mentions>textarea,.l2c-crm-ant-mentions-measure{min-height:30px;margin:0;padding:4px 11px;overflow:inherit;overflow-x:hidden;overflow-y:auto;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;font-variant:inherit;font-size-adjust:inherit;font-stretch:inherit;line-height:inherit;direction:inherit;letter-spacing:inherit;white-space:inherit;text-align:inherit;vertical-align:top;word-wrap:break-word;word-break:inherit;tab-size:inherit}.l2c-crm-ant-mentions>textarea{width:100%;border:none;outline:none;resize:none}.l2c-crm-ant-mentions>textarea::placeholder{color:#bfbfbf;-webkit-user-select:none;user-select:none}.l2c-crm-ant-mentions>textarea:placeholder-shown{text-overflow:ellipsis}.l2c-crm-ant-mentions-measure{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;color:transparent;pointer-events:none}.l2c-crm-ant-mentions-measure>span{display:inline-block;min-height:1em}.l2c-crm-ant-mentions-dropdown{margin:0;padding:0;color:#000000d9;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;font-size:14px;font-variant:initial;background-color:#fff;border-radius:2px;outline:none;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.l2c-crm-ant-mentions-dropdown-hidden{display:none}.l2c-crm-ant-mentions-dropdown-menu{max-height:250px;margin-bottom:0;padding-left:0;overflow:auto;list-style:none;outline:none}.l2c-crm-ant-mentions-dropdown-menu-item{position:relative;display:block;min-width:100px;padding:5px 12px;overflow:hidden;color:#000000d9;font-weight:400;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:background .3s ease}.l2c-crm-ant-mentions-dropdown-menu-item:hover{background-color:#f5f5f5}.l2c-crm-ant-mentions-dropdown-menu-item:first-child{border-radius:2px 2px 0 0}.l2c-crm-ant-mentions-dropdown-menu-item:last-child{border-radius:0 0 2px 2px}.l2c-crm-ant-mentions-dropdown-menu-item-disabled{color:#00000040;cursor:not-allowed}.l2c-crm-ant-mentions-dropdown-menu-item-disabled:hover{color:#00000040;background-color:#fff;cursor:not-allowed}.l2c-crm-ant-mentions-dropdown-menu-item-selected{color:#000000d9;font-weight:600;background-color:#fafafa}.l2c-crm-ant-mentions-dropdown-menu-item-active{background-color:#f5f5f5}.l2c-crm-ant-mentions-suffix{position:absolute;top:0;right:11px;bottom:0;z-index:1;display:inline-flex;align-items:center;margin:auto}.l2c-crm-ant-mentions-rtl{direction:rtl}.l2c-crm-ant-menu-item-danger.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-item-danger.l2c-crm-ant-menu-item:hover,.l2c-crm-ant-menu-item-danger.l2c-crm-ant-menu-item-active{color:#ff4d4f}.l2c-crm-ant-menu-item-danger.l2c-crm-ant-menu-item:active{background:#fff1f0}.l2c-crm-ant-menu-item-danger.l2c-crm-ant-menu-item-selected{color:#ff4d4f}.l2c-crm-ant-menu-item-danger.l2c-crm-ant-menu-item-selected>a,.l2c-crm-ant-menu-item-danger.l2c-crm-ant-menu-item-selected>a:hover{color:#ff4d4f}.l2c-crm-ant-menu:not(.l2c-crm-ant-menu-horizontal) .l2c-crm-ant-menu-item-danger.l2c-crm-ant-menu-item-selected{background-color:#fff1f0}.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item-danger.l2c-crm-ant-menu-item:after{border-right-color:#ff4d4f}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-danger.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-danger.l2c-crm-ant-menu-item:hover,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-danger.l2c-crm-ant-menu-item>a{color:#ff4d4f}.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-dark:not(.l2c-crm-ant-menu-horizontal) .l2c-crm-ant-menu-item-danger.l2c-crm-ant-menu-item-selected{color:#fff;background-color:#ff4d4f}.l2c-crm-ant-menu{box-sizing:border-box;margin:0;font-variant:tabular-nums;line-height:1.5715;font-feature-settings:"tnum";padding:0;color:#000000d9;font-size:14px;line-height:0;text-align:left;list-style:none;background:#fff;outline:none;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d;transition:background .3s,width .3s cubic-bezier(.2,0,0,1) 0s}.l2c-crm-ant-menu:before{display:table;content:""}.l2c-crm-ant-menu:after{display:table;clear:both;content:""}.l2c-crm-ant-menu.l2c-crm-ant-menu-root:focus-visible{box-shadow:0 0 0 2px #f0f4ff}.l2c-crm-ant-menu ul,.l2c-crm-ant-menu ol{margin:0;padding:0;list-style:none}.l2c-crm-ant-menu-overflow{display:flex}.l2c-crm-ant-menu-overflow-item{flex:none}.l2c-crm-ant-menu-hidden,.l2c-crm-ant-menu-submenu-hidden{display:none}.l2c-crm-ant-menu-item-group-title{height:1.5715;padding:8px 16px;color:#00000073;font-size:14px;line-height:1.5715;transition:all .3s}.l2c-crm-ant-menu-horizontal .l2c-crm-ant-menu-submenu{transition:border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1)}.l2c-crm-ant-menu-submenu,.l2c-crm-ant-menu-submenu-inline{transition:border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1)}.l2c-crm-ant-menu-submenu-selected{color:#4c6aff}.l2c-crm-ant-menu-item:active,.l2c-crm-ant-menu-submenu-title:active{background:#f0f5ff}.l2c-crm-ant-menu-submenu .l2c-crm-ant-menu-sub{cursor:initial;transition:background .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.l2c-crm-ant-menu-title-content{transition:color .3s}.l2c-crm-ant-menu-item a{color:#000000d9}.l2c-crm-ant-menu-item a:hover{color:#4c6aff}.l2c-crm-ant-menu-item a:before{position:absolute;top:0;right:0;bottom:0;left:0;background-color:transparent;content:""}.l2c-crm-ant-menu-item>.l2c-crm-ant-badge a{color:#000000d9}.l2c-crm-ant-menu-item>.l2c-crm-ant-badge a:hover{color:#4c6aff}.l2c-crm-ant-menu-item-divider{overflow:hidden;line-height:0;border-color:#f0f0f0;border-style:solid;border-width:1px 0 0}.l2c-crm-ant-menu-item-divider-dashed{border-style:dashed}.l2c-crm-ant-menu-horizontal .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-horizontal .l2c-crm-ant-menu-submenu{margin-top:-1px}.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-item:hover,.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-item-active,.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-submenu .l2c-crm-ant-menu-submenu-title:hover{background-color:transparent}.l2c-crm-ant-menu-item-selected,.l2c-crm-ant-menu-item-selected a,.l2c-crm-ant-menu-item-selected a:hover{color:#4c6aff}.l2c-crm-ant-menu:not(.l2c-crm-ant-menu-horizontal) .l2c-crm-ant-menu-item-selected{background-color:#f0f5ff}.l2c-crm-ant-menu-inline,.l2c-crm-ant-menu-vertical,.l2c-crm-ant-menu-vertical-left{border-right:1px solid #f0f0f0}.l2c-crm-ant-menu-vertical-right{border-left:1px solid #f0f0f0}.l2c-crm-ant-menu-vertical.l2c-crm-ant-menu-sub,.l2c-crm-ant-menu-vertical-left.l2c-crm-ant-menu-sub,.l2c-crm-ant-menu-vertical-right.l2c-crm-ant-menu-sub{min-width:160px;max-height:calc(100vh - 100px);padding:0;overflow:hidden;border-right:0}.l2c-crm-ant-menu-vertical.l2c-crm-ant-menu-sub:not([class*="-active"]),.l2c-crm-ant-menu-vertical-left.l2c-crm-ant-menu-sub:not([class*="-active"]),.l2c-crm-ant-menu-vertical-right.l2c-crm-ant-menu-sub:not([class*="-active"]){overflow-x:hidden;overflow-y:auto}.l2c-crm-ant-menu-vertical.l2c-crm-ant-menu-sub .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-vertical-left.l2c-crm-ant-menu-sub .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-vertical-right.l2c-crm-ant-menu-sub .l2c-crm-ant-menu-item{left:0;margin-left:0;border-right:0}.l2c-crm-ant-menu-vertical.l2c-crm-ant-menu-sub .l2c-crm-ant-menu-item:after,.l2c-crm-ant-menu-vertical-left.l2c-crm-ant-menu-sub .l2c-crm-ant-menu-item:after,.l2c-crm-ant-menu-vertical-right.l2c-crm-ant-menu-sub .l2c-crm-ant-menu-item:after{border-right:0}.l2c-crm-ant-menu-vertical.l2c-crm-ant-menu-sub>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-vertical-left.l2c-crm-ant-menu-sub>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-vertical-right.l2c-crm-ant-menu-sub>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-vertical.l2c-crm-ant-menu-sub>.l2c-crm-ant-menu-submenu,.l2c-crm-ant-menu-vertical-left.l2c-crm-ant-menu-sub>.l2c-crm-ant-menu-submenu,.l2c-crm-ant-menu-vertical-right.l2c-crm-ant-menu-sub>.l2c-crm-ant-menu-submenu{transform-origin:0 0}.l2c-crm-ant-menu-horizontal.l2c-crm-ant-menu-sub{min-width:114px}.l2c-crm-ant-menu-horizontal .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-horizontal .l2c-crm-ant-menu-submenu-title{transition:border-color .3s,background .3s}.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-submenu-title{position:relative;display:block;margin:0;padding:0 20px;white-space:nowrap;cursor:pointer;transition:border-color .3s,background .3s,padding .3s cubic-bezier(.645,.045,.355,1)}.l2c-crm-ant-menu-item .l2c-crm-ant-menu-item-icon,.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-item-icon,.l2c-crm-ant-menu-item .anticon,.l2c-crm-ant-menu-submenu-title .anticon{min-width:14px;font-size:14px;transition:font-size .15s cubic-bezier(.215,.61,.355,1),margin .3s cubic-bezier(.645,.045,.355,1),color .3s}.l2c-crm-ant-menu-item .l2c-crm-ant-menu-item-icon+span,.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-item-icon+span,.l2c-crm-ant-menu-item .anticon+span,.l2c-crm-ant-menu-submenu-title .anticon+span{margin-left:10px;opacity:1;transition:opacity .3s cubic-bezier(.645,.045,.355,1),margin .3s,color .3s}.l2c-crm-ant-menu-item .l2c-crm-ant-menu-item-icon.svg,.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-item-icon.svg{vertical-align:-.125em}.l2c-crm-ant-menu-item.l2c-crm-ant-menu-item-only-child>.anticon,.l2c-crm-ant-menu-submenu-title.l2c-crm-ant-menu-item-only-child>.anticon,.l2c-crm-ant-menu-item.l2c-crm-ant-menu-item-only-child>.l2c-crm-ant-menu-item-icon,.l2c-crm-ant-menu-submenu-title.l2c-crm-ant-menu-item-only-child>.l2c-crm-ant-menu-item-icon{margin-right:0}.l2c-crm-ant-menu-item:not(.l2c-crm-ant-menu-item-disabled):focus-visible,.l2c-crm-ant-menu-submenu-title:not(.l2c-crm-ant-menu-item-disabled):focus-visible{box-shadow:0 0 0 2px #f0f4ff}.l2c-crm-ant-menu>.l2c-crm-ant-menu-item-divider{margin:1px 0;padding:0}.l2c-crm-ant-menu-submenu-popup{position:absolute;z-index:1050;background:transparent;border-radius:2px;box-shadow:none;transform-origin:0 0}.l2c-crm-ant-menu-submenu-popup:before{position:absolute;top:-7px;right:0;bottom:0;left:0;z-index:-1;width:100%;height:100%;opacity:.0001;content:" "}.l2c-crm-ant-menu-submenu-placement-rightTop:before{top:0;left:-7px}.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu{background-color:#fff;border-radius:2px}.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title:after{transition:transform .3s cubic-bezier(.645,.045,.355,1)}.l2c-crm-ant-menu-submenu-popup>.l2c-crm-ant-menu{background-color:#fff}.l2c-crm-ant-menu-submenu-expand-icon,.l2c-crm-ant-menu-submenu-arrow{position:absolute;top:50%;right:16px;width:10px;color:#000000d9;transform:translateY(-50%);transition:transform .3s cubic-bezier(.645,.045,.355,1)}.l2c-crm-ant-menu-submenu-arrow:before,.l2c-crm-ant-menu-submenu-arrow:after{position:absolute;width:6px;height:1.5px;background-color:currentcolor;border-radius:2px;transition:background .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1);content:""}.l2c-crm-ant-menu-submenu-arrow:before{transform:rotate(45deg) translateY(-2.5px)}.l2c-crm-ant-menu-submenu-arrow:after{transform:rotate(-45deg) translateY(2.5px)}.l2c-crm-ant-menu-submenu:hover>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-expand-icon,.l2c-crm-ant-menu-submenu:hover>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow{color:#4c6aff}.l2c-crm-ant-menu-inline-collapsed .l2c-crm-ant-menu-submenu-arrow:before,.l2c-crm-ant-menu-submenu-inline .l2c-crm-ant-menu-submenu-arrow:before{transform:rotate(-45deg) translate(2.5px)}.l2c-crm-ant-menu-inline-collapsed .l2c-crm-ant-menu-submenu-arrow:after,.l2c-crm-ant-menu-submenu-inline .l2c-crm-ant-menu-submenu-arrow:after{transform:rotate(45deg) translate(-2.5px)}.l2c-crm-ant-menu-submenu-horizontal .l2c-crm-ant-menu-submenu-arrow{display:none}.l2c-crm-ant-menu-submenu-open.l2c-crm-ant-menu-submenu-inline>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow{transform:translateY(-2px)}.l2c-crm-ant-menu-submenu-open.l2c-crm-ant-menu-submenu-inline>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:after{transform:rotate(-45deg) translate(-2.5px)}.l2c-crm-ant-menu-submenu-open.l2c-crm-ant-menu-submenu-inline>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:before{transform:rotate(45deg) translate(2.5px)}.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-submenu-selected,.l2c-crm-ant-menu-vertical-left .l2c-crm-ant-menu-submenu-selected,.l2c-crm-ant-menu-vertical-right .l2c-crm-ant-menu-submenu-selected{color:#4c6aff}.l2c-crm-ant-menu-horizontal{line-height:46px;border:0;border-bottom:1px solid #f0f0f0;box-shadow:none}.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-submenu{margin-top:-1px;margin-bottom:0;padding:0 20px}.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-item:hover,.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-submenu:hover,.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-item-active,.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-submenu-active,.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-item-open,.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-submenu-open,.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-item-selected,.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-submenu-selected{color:#4c6aff}.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-item:hover:after,.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-submenu:hover:after,.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-item-active:after,.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-submenu-active:after,.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-item-open:after,.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-submenu-open:after,.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-item-selected:after,.l2c-crm-ant-menu-horizontal:not(.l2c-crm-ant-menu-dark)>.l2c-crm-ant-menu-submenu-selected:after{border-bottom:2px solid #4c6aff}.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-submenu{position:relative;top:1px;display:inline-block;vertical-align:bottom}.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-item:after,.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-submenu:after{position:absolute;right:20px;bottom:0;left:20px;border-bottom:2px solid transparent;transition:border-color .3s cubic-bezier(.645,.045,.355,1);content:""}.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title{padding:0}.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-item a{color:#000000d9}.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-item a:hover{color:#4c6aff}.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-item a:before{bottom:-2px}.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-item-selected a{color:#4c6aff}.l2c-crm-ant-menu-horizontal:after{display:block;clear:both;height:0;content:" "}.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-vertical-left .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-vertical-right .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item{position:relative}.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-item:after,.l2c-crm-ant-menu-vertical-left .l2c-crm-ant-menu-item:after,.l2c-crm-ant-menu-vertical-right .l2c-crm-ant-menu-item:after,.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item:after{position:absolute;top:0;right:0;bottom:0;border-right:3px solid #4c6aff;transform:scaleY(.0001);opacity:0;transition:transform .15s cubic-bezier(.215,.61,.355,1),opacity .15s cubic-bezier(.215,.61,.355,1);content:""}.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-vertical-left .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-vertical-right .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-submenu-title,.l2c-crm-ant-menu-vertical-left .l2c-crm-ant-menu-submenu-title,.l2c-crm-ant-menu-vertical-right .l2c-crm-ant-menu-submenu-title,.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-submenu-title{height:40px;margin-top:4px;margin-bottom:4px;padding:0 16px;overflow:hidden;line-height:40px;text-overflow:ellipsis}.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-submenu,.l2c-crm-ant-menu-vertical-left .l2c-crm-ant-menu-submenu,.l2c-crm-ant-menu-vertical-right .l2c-crm-ant-menu-submenu,.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-submenu{padding-bottom:.02px}.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-item:not(:last-child),.l2c-crm-ant-menu-vertical-left .l2c-crm-ant-menu-item:not(:last-child),.l2c-crm-ant-menu-vertical-right .l2c-crm-ant-menu-item:not(:last-child),.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item:not(:last-child){margin-bottom:8px}.l2c-crm-ant-menu-vertical>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-vertical-left>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-vertical-right>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-inline>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-vertical>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title,.l2c-crm-ant-menu-vertical-left>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title,.l2c-crm-ant-menu-vertical-right>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title,.l2c-crm-ant-menu-inline>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title{height:40px;line-height:40px}.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-item-group-list .l2c-crm-ant-menu-submenu-title,.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-submenu-title{padding-right:34px}.l2c-crm-ant-menu-inline{width:100%}.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-selected:after,.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item-selected:after{transform:scaleY(1);opacity:1;transition:transform .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1)}.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-submenu-title{width:calc(100% + 1px)}.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item-group-list .l2c-crm-ant-menu-submenu-title,.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-submenu-title{padding-right:34px}.l2c-crm-ant-menu-inline.l2c-crm-ant-menu-root .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-inline.l2c-crm-ant-menu-root .l2c-crm-ant-menu-submenu-title{display:flex;align-items:center;transition:border-color .3s,background .3s,padding .1s cubic-bezier(.215,.61,.355,1)}.l2c-crm-ant-menu-inline.l2c-crm-ant-menu-root .l2c-crm-ant-menu-item>.l2c-crm-ant-menu-title-content,.l2c-crm-ant-menu-inline.l2c-crm-ant-menu-root .l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-title-content{flex:auto;min-width:0;overflow:hidden;text-overflow:ellipsis}.l2c-crm-ant-menu-inline.l2c-crm-ant-menu-root .l2c-crm-ant-menu-item>*,.l2c-crm-ant-menu-inline.l2c-crm-ant-menu-root .l2c-crm-ant-menu-submenu-title>*{flex:none}.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed{width:80px}.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item-group>.l2c-crm-ant-menu-item-group-list>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item-group>.l2c-crm-ant-menu-item-group-list>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title{left:0;padding:0 calc(50% - 8px);text-overflow:clip}.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item .l2c-crm-ant-menu-submenu-arrow,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item-group>.l2c-crm-ant-menu-item-group-list>.l2c-crm-ant-menu-item .l2c-crm-ant-menu-submenu-arrow,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item-group>.l2c-crm-ant-menu-item-group-list>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow{opacity:0}.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item .l2c-crm-ant-menu-item-icon,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item-group>.l2c-crm-ant-menu-item-group-list>.l2c-crm-ant-menu-item .l2c-crm-ant-menu-item-icon,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item-group>.l2c-crm-ant-menu-item-group-list>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-item-icon,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-item-icon,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item .anticon,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item-group>.l2c-crm-ant-menu-item-group-list>.l2c-crm-ant-menu-item .anticon,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item-group>.l2c-crm-ant-menu-item-group-list>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title .anticon,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title .anticon{margin:0;font-size:16px;line-height:40px}.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item .l2c-crm-ant-menu-item-icon+span,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item-group>.l2c-crm-ant-menu-item-group-list>.l2c-crm-ant-menu-item .l2c-crm-ant-menu-item-icon+span,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item-group>.l2c-crm-ant-menu-item-group-list>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-item-icon+span,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-item-icon+span,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item .anticon+span,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item-group>.l2c-crm-ant-menu-item-group-list>.l2c-crm-ant-menu-item .anticon+span,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-item-group>.l2c-crm-ant-menu-item-group-list>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title .anticon+span,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title .anticon+span{display:inline-block;opacity:0}.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed .l2c-crm-ant-menu-item-icon,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed .anticon{display:inline-block}.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed-tooltip{pointer-events:none}.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed-tooltip .l2c-crm-ant-menu-item-icon,.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed-tooltip .anticon{display:none}.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed-tooltip a{color:#ffffffd9}.l2c-crm-ant-menu.l2c-crm-ant-menu-inline-collapsed .l2c-crm-ant-menu-item-group-title{padding-right:4px;padding-left:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.l2c-crm-ant-menu-item-group-list{margin:0;padding:0}.l2c-crm-ant-menu-item-group-list .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-item-group-list .l2c-crm-ant-menu-submenu-title{padding:0 16px 0 28px}.l2c-crm-ant-menu-root.l2c-crm-ant-menu-vertical,.l2c-crm-ant-menu-root.l2c-crm-ant-menu-vertical-left,.l2c-crm-ant-menu-root.l2c-crm-ant-menu-vertical-right,.l2c-crm-ant-menu-root.l2c-crm-ant-menu-inline{box-shadow:none}.l2c-crm-ant-menu-root.l2c-crm-ant-menu-inline-collapsed .l2c-crm-ant-menu-item>.l2c-crm-ant-menu-inline-collapsed-noicon,.l2c-crm-ant-menu-root.l2c-crm-ant-menu-inline-collapsed .l2c-crm-ant-menu-submenu .l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-inline-collapsed-noicon{font-size:16px;text-align:center}.l2c-crm-ant-menu-sub.l2c-crm-ant-menu-inline{padding:0;background:#fafafa;border:0;border-radius:0;box-shadow:none}.l2c-crm-ant-menu-sub.l2c-crm-ant-menu-inline>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-sub.l2c-crm-ant-menu-inline>.l2c-crm-ant-menu-submenu>.l2c-crm-ant-menu-submenu-title{height:40px;line-height:40px;list-style-position:inside;list-style-type:disc}.l2c-crm-ant-menu-sub.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item-group-title{padding-left:32px}.l2c-crm-ant-menu-item-disabled,.l2c-crm-ant-menu-submenu-disabled{color:#00000040!important;background:none;cursor:not-allowed}.l2c-crm-ant-menu-item-disabled:after,.l2c-crm-ant-menu-submenu-disabled:after{border-color:transparent!important}.l2c-crm-ant-menu-item-disabled a,.l2c-crm-ant-menu-submenu-disabled a{color:#00000040!important;pointer-events:none}.l2c-crm-ant-menu-item-disabled>.l2c-crm-ant-menu-submenu-title,.l2c-crm-ant-menu-submenu-disabled>.l2c-crm-ant-menu-submenu-title{color:#00000040!important;cursor:not-allowed}.l2c-crm-ant-menu-item-disabled>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:before,.l2c-crm-ant-menu-submenu-disabled>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:before,.l2c-crm-ant-menu-item-disabled>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:after,.l2c-crm-ant-menu-submenu-disabled>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:after{background:rgba(0,0,0,.25)!important}.l2c-crm-ant-layout-header .l2c-crm-ant-menu{line-height:inherit}.l2c-crm-ant-menu-inline-collapsed-tooltip a,.l2c-crm-ant-menu-inline-collapsed-tooltip a:hover{color:#fff}.l2c-crm-ant-menu-light .l2c-crm-ant-menu-item:hover,.l2c-crm-ant-menu-light .l2c-crm-ant-menu-item-active,.l2c-crm-ant-menu-light .l2c-crm-ant-menu:not(.l2c-crm-ant-menu-inline) .l2c-crm-ant-menu-submenu-open,.l2c-crm-ant-menu-light .l2c-crm-ant-menu-submenu-active,.l2c-crm-ant-menu-light .l2c-crm-ant-menu-submenu-title:hover{color:#4c6aff}.l2c-crm-ant-menu.l2c-crm-ant-menu-root:focus-visible{box-shadow:0 0 0 2px #364cd9}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item:focus-visible,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-title:focus-visible{box-shadow:0 0 0 2px #364cd9}.l2c-crm-ant-menu.l2c-crm-ant-menu-dark,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-sub,.l2c-crm-ant-menu.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-sub{color:#ffffffa6;background:#001529}.l2c-crm-ant-menu.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-sub .l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow,.l2c-crm-ant-menu.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-sub .l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow{opacity:.45;transition:all .3s}.l2c-crm-ant-menu.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow:after,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-sub .l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow:after,.l2c-crm-ant-menu.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-sub .l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow:after,.l2c-crm-ant-menu.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow:before,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-sub .l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow:before,.l2c-crm-ant-menu.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-sub .l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow:before{background:#fff}.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-submenu-popup{background:transparent}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-inline.l2c-crm-ant-menu-sub{background:#000c17}.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-horizontal{border-bottom:0}.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-submenu{top:0;margin-top:0;padding:0 20px;border-color:#001529;border-bottom:0}.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-item:hover{background-color:#4c6aff}.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-horizontal>.l2c-crm-ant-menu-item>a:before{bottom:0}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-group-title,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item>span>a{color:#ffffffa6}.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-inline,.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-vertical,.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-vertical-left,.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-vertical-right{border-right:0}.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-vertical-left .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-vertical-right .l2c-crm-ant-menu-item{left:0;margin-left:0;border-right:0}.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item:after,.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-item:after,.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-vertical-left .l2c-crm-ant-menu-item:after,.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-vertical-right .l2c-crm-ant-menu-item:after{border-right:0}.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-submenu-title{width:100%}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item:hover,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-active,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-active,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-open,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-selected,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-title:hover{color:#fff;background-color:transparent}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item:hover>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-active>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-active>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-open>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-selected>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-title:hover>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item:hover>span>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-active>span>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-active>span>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-open>span>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-selected>span>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-title:hover>span>a{color:#fff}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item:hover>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-active>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-active>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-open>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-selected>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-title:hover>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow{opacity:1}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item:hover>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:after,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-active>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:after,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-active>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:after,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-open>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:after,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-selected>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:after,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-title:hover>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:after,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item:hover>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:before,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-active>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:before,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-active>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:before,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-open>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:before,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-selected>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:before,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-title:hover>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:before{background:#fff}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item:hover{background-color:transparent}.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-dark:not(.l2c-crm-ant-menu-horizontal) .l2c-crm-ant-menu-item-selected{background-color:#4c6aff}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-selected{color:#fff;border-right:0}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-selected:after{border-right:0}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-selected>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-selected>span>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-selected>a:hover,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-selected>span>a:hover{color:#fff}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-selected .l2c-crm-ant-menu-item-icon,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-selected .anticon{color:#fff}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-selected .l2c-crm-ant-menu-item-icon+span,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-selected .anticon+span{color:#fff}.l2c-crm-ant-menu.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-selected,.l2c-crm-ant-menu-submenu-popup.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-selected{background-color:#4c6aff}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-disabled,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-disabled,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-disabled>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-disabled>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-disabled>span>a,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-disabled>span>a{color:#ffffff59!important;opacity:.8}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-disabled>.l2c-crm-ant-menu-submenu-title,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-disabled>.l2c-crm-ant-menu-submenu-title{color:#ffffff59!important}.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-disabled>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:before,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-disabled>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:before,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-item-disabled>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:after,.l2c-crm-ant-menu-dark .l2c-crm-ant-menu-submenu-disabled>.l2c-crm-ant-menu-submenu-title>.l2c-crm-ant-menu-submenu-arrow:after{background:rgba(255,255,255,.35)!important}.l2c-crm-ant-menu.l2c-crm-ant-menu-rtl{direction:rtl;text-align:right}.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-item-group-title{text-align:right}.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-inline,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical{border-right:none;border-left:1px solid #f0f0f0}.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-inline,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-dark.l2c-crm-ant-menu-vertical{border-left:none}.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical.l2c-crm-ant-menu-sub>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical-left.l2c-crm-ant-menu-sub>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical-right.l2c-crm-ant-menu-sub>.l2c-crm-ant-menu-item,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical.l2c-crm-ant-menu-sub>.l2c-crm-ant-menu-submenu,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical-left.l2c-crm-ant-menu-sub>.l2c-crm-ant-menu-submenu,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical-right.l2c-crm-ant-menu-sub>.l2c-crm-ant-menu-submenu{transform-origin:top right}.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-item .l2c-crm-ant-menu-item-icon,.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-item-icon,.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-item .anticon,.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-submenu-title .anticon{margin-right:auto;margin-left:10px}.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-item.l2c-crm-ant-menu-item-only-child>.l2c-crm-ant-menu-item-icon,.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-submenu-title.l2c-crm-ant-menu-item-only-child>.l2c-crm-ant-menu-item-icon,.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-item.l2c-crm-ant-menu-item-only-child>.anticon,.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-submenu-title.l2c-crm-ant-menu-item-only-child>.anticon{margin-left:0}.l2c-crm-ant-menu-submenu-rtl.l2c-crm-ant-menu-submenu-popup{transform-origin:100% 0}.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-submenu-vertical>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow,.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-submenu-vertical-left>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow,.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-submenu-vertical-right>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow,.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-submenu-inline>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow{right:auto;left:16px}.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-submenu-vertical>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow:before,.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-submenu-vertical-left>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow:before,.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-submenu-vertical-right>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow:before{transform:rotate(-45deg) translateY(-2px)}.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-submenu-vertical>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow:after,.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-submenu-vertical-left>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow:after,.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-submenu-vertical-right>.l2c-crm-ant-menu-submenu-title .l2c-crm-ant-menu-submenu-arrow:after{transform:rotate(45deg) translateY(2px)}.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-item:after,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical-left .l2c-crm-ant-menu-item:after,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical-right .l2c-crm-ant-menu-item:after,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item:after{right:auto;left:0}.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical-left .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical-right .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-submenu-title,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical-left .l2c-crm-ant-menu-submenu-title,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical-right .l2c-crm-ant-menu-submenu-title,.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-submenu-title{text-align:right}.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-submenu-title{padding-right:0;padding-left:34px}.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-submenu-title{padding-right:16px;padding-left:34px}.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-inline-collapsed.l2c-crm-ant-menu-vertical .l2c-crm-ant-menu-submenu-title{padding:0 calc(50% - 8px)}.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-item-group-list .l2c-crm-ant-menu-item,.l2c-crm-ant-menu-rtl .l2c-crm-ant-menu-item-group-list .l2c-crm-ant-menu-submenu-title{padding:0 28px 0 16px}.l2c-crm-ant-menu-sub.l2c-crm-ant-menu-inline{border:0}.l2c-crm-ant-menu-rtl.l2c-crm-ant-menu-sub.l2c-crm-ant-menu-inline .l2c-crm-ant-menu-item-group-title{padding-right:32px;padding-left:0}.l2c-crm-ant-message{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:fixed;top:8px;left:0;z-index:1010;width:100%;pointer-events:none}.l2c-crm-ant-message-notice{padding:8px;text-align:center}.l2c-crm-ant-message-notice-content{display:inline-block;padding:10px 16px;background:#fff;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d;pointer-events:all}.l2c-crm-ant-message-success .anticon{color:#52c41a}.l2c-crm-ant-message-error .anticon{color:#ff4d4f}.l2c-crm-ant-message-warning .anticon{color:#faad14}.l2c-crm-ant-message-info .anticon,.l2c-crm-ant-message-loading .anticon{color:#4c6aff}.l2c-crm-ant-message .anticon{position:relative;top:1px;margin-right:8px;font-size:16px}.l2c-crm-ant-message-notice.l2c-crm-ant-move-up-leave.l2c-crm-ant-move-up-leave-active{animation-name:MessageMoveOut;animation-duration:.3s}@keyframes MessageMoveOut{0%{max-height:150px;padding:8px;opacity:1}to{max-height:0;padding:0;opacity:0}}.l2c-crm-ant-message-rtl,.l2c-crm-ant-message-rtl span{direction:rtl}.l2c-crm-ant-message-rtl .anticon{margin-right:0;margin-left:8px}.l2c-crm-ant-modal{box-sizing:border-box;padding:0 0 24px;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";pointer-events:none;position:relative;top:100px;width:auto;max-width:calc(100vw - 32px);margin:0 auto}.l2c-crm-ant-modal.l2c-crm-ant-zoom-enter,.l2c-crm-ant-modal.l2c-crm-ant-zoom-appear{transform:none;opacity:0;animation-duration:.3s;-webkit-user-select:none;user-select:none}.l2c-crm-ant-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:#00000073}.l2c-crm-ant-modal-mask-hidden{display:none}.l2c-crm-ant-modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;outline:0}.l2c-crm-ant-modal-wrap{z-index:1000}.l2c-crm-ant-modal-title{margin:0;color:#000000d9;font-weight:500;font-size:16px;line-height:22px;word-wrap:break-word}.l2c-crm-ant-modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:0;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d;pointer-events:auto}.l2c-crm-ant-modal-close{position:absolute;top:0;right:0;z-index:10;padding:0;color:#00000073;font-weight:700;line-height:1;text-decoration:none;background:transparent;border:0;outline:0;cursor:pointer;transition:color .3s}.l2c-crm-ant-modal-close-x{display:block;width:54px;height:54px;font-size:16px;font-style:normal;line-height:54px;text-align:center;text-transform:none;text-rendering:auto}.l2c-crm-ant-modal-close:focus,.l2c-crm-ant-modal-close:hover{color:#000000bf;text-decoration:none}.l2c-crm-ant-modal-header{padding:16px 24px;color:#000000d9;background:#fff;border-bottom:1px solid #f0f0f0;border-radius:2px 2px 0 0}.l2c-crm-ant-modal-body{padding:24px;font-size:14px;line-height:1.5715;word-wrap:break-word}.l2c-crm-ant-modal-footer{padding:10px 16px;text-align:right;background:transparent;border-top:1px solid #f0f0f0;border-radius:0 0 2px 2px}.l2c-crm-ant-modal-footer .l2c-crm-ant-btn+.l2c-crm-ant-btn:not(.l2c-crm-ant-dropdown-trigger){margin-bottom:0;margin-left:8px}.l2c-crm-ant-modal-open{overflow:hidden}.l2c-crm-ant-modal-centered{text-align:center}.l2c-crm-ant-modal-centered:before{display:inline-block;width:0;height:100%;vertical-align:middle;content:""}.l2c-crm-ant-modal-centered .l2c-crm-ant-modal{top:0;display:inline-block;padding-bottom:0;text-align:left;vertical-align:middle}@media (max-width: 767px){.l2c-crm-ant-modal{max-width:calc(100vw - 16px);margin:8px auto}.l2c-crm-ant-modal-centered .l2c-crm-ant-modal{flex:1 1}}.l2c-crm-ant-modal-confirm .l2c-crm-ant-modal-header{display:none}.l2c-crm-ant-modal-confirm .l2c-crm-ant-modal-body{padding:32px 32px 24px}.l2c-crm-ant-modal-confirm-body-wrapper:before{display:table;content:""}.l2c-crm-ant-modal-confirm-body-wrapper:after{display:table;clear:both;content:""}.l2c-crm-ant-modal-confirm-body .l2c-crm-ant-modal-confirm-title{display:block;overflow:hidden;color:#000000d9;font-weight:500;font-size:16px;line-height:1.4}.l2c-crm-ant-modal-confirm-body .l2c-crm-ant-modal-confirm-content{margin-top:8px;color:#000000d9;font-size:14px}.l2c-crm-ant-modal-confirm-body>.anticon{float:left;margin-right:16px;font-size:22px}.l2c-crm-ant-modal-confirm-body>.anticon+.l2c-crm-ant-modal-confirm-title+.l2c-crm-ant-modal-confirm-content{margin-left:38px}.l2c-crm-ant-modal-confirm .l2c-crm-ant-modal-confirm-btns{margin-top:24px;text-align:right}.l2c-crm-ant-modal-confirm .l2c-crm-ant-modal-confirm-btns .l2c-crm-ant-btn+.l2c-crm-ant-btn{margin-bottom:0;margin-left:8px}.l2c-crm-ant-modal-confirm-error .l2c-crm-ant-modal-confirm-body>.anticon{color:#ff4d4f}.l2c-crm-ant-modal-confirm-warning .l2c-crm-ant-modal-confirm-body>.anticon,.l2c-crm-ant-modal-confirm-confirm .l2c-crm-ant-modal-confirm-body>.anticon{color:#faad14}.l2c-crm-ant-modal-confirm-info .l2c-crm-ant-modal-confirm-body>.anticon{color:#4c6aff}.l2c-crm-ant-modal-confirm-success .l2c-crm-ant-modal-confirm-body>.anticon{color:#52c41a}.l2c-crm-ant-modal-wrap-rtl{direction:rtl}.l2c-crm-ant-modal-wrap-rtl .l2c-crm-ant-modal-close{right:initial;left:0}.l2c-crm-ant-modal-wrap-rtl .l2c-crm-ant-modal-footer{text-align:left}.l2c-crm-ant-modal-wrap-rtl .l2c-crm-ant-modal-footer .l2c-crm-ant-btn+.l2c-crm-ant-btn{margin-right:8px;margin-left:0}.l2c-crm-ant-modal-wrap-rtl .l2c-crm-ant-modal-confirm-body{direction:rtl}.l2c-crm-ant-modal-wrap-rtl .l2c-crm-ant-modal-confirm-body>.anticon{float:right;margin-right:0;margin-left:16px}.l2c-crm-ant-modal-wrap-rtl .l2c-crm-ant-modal-confirm-body>.anticon+.l2c-crm-ant-modal-confirm-title+.l2c-crm-ant-modal-confirm-content{margin-right:38px;margin-left:0}.l2c-crm-ant-modal-wrap-rtl .l2c-crm-ant-modal-confirm-btns{text-align:left}.l2c-crm-ant-modal-wrap-rtl .l2c-crm-ant-modal-confirm-btns .l2c-crm-ant-btn+.l2c-crm-ant-btn{margin-right:8px;margin-left:0}.l2c-crm-ant-modal-wrap-rtl.l2c-crm-ant-modal-centered .l2c-crm-ant-modal{text-align:right}.l2c-crm-ant-notification{box-sizing:border-box;margin:0 24px 0 0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:fixed;z-index:1010}.l2c-crm-ant-notification-close-icon{font-size:14px;cursor:pointer}.l2c-crm-ant-notification-hook-holder{position:relative}.l2c-crm-ant-notification-notice{position:relative;width:384px;max-width:calc(100vw - 48px);margin-bottom:16px;margin-left:auto;padding:16px 24px;overflow:hidden;line-height:1.5715;word-wrap:break-word;background:#fff;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.l2c-crm-ant-notification-top .l2c-crm-ant-notification-notice,.l2c-crm-ant-notification-bottom .l2c-crm-ant-notification-notice{margin-right:auto;margin-left:auto}.l2c-crm-ant-notification-topLeft .l2c-crm-ant-notification-notice,.l2c-crm-ant-notification-bottomLeft .l2c-crm-ant-notification-notice{margin-right:auto;margin-left:0}.l2c-crm-ant-notification-notice-message{margin-bottom:8px;color:#000000d9;font-size:16px;line-height:24px}.l2c-crm-ant-notification-notice-message-single-line-auto-margin{display:block;width:calc(264px - 100%);max-width:4px;background-color:transparent;pointer-events:none}.l2c-crm-ant-notification-notice-message-single-line-auto-margin:before{display:block;content:""}.l2c-crm-ant-notification-notice-description{font-size:14px}.l2c-crm-ant-notification-notice-closable .l2c-crm-ant-notification-notice-message{padding-right:24px}.l2c-crm-ant-notification-notice-with-icon .l2c-crm-ant-notification-notice-message{margin-bottom:4px;margin-left:48px;font-size:16px}.l2c-crm-ant-notification-notice-with-icon .l2c-crm-ant-notification-notice-description{margin-left:48px;font-size:14px}.l2c-crm-ant-notification-notice-icon{position:absolute;margin-left:4px;font-size:24px;line-height:24px}.anticon.l2c-crm-ant-notification-notice-icon-success{color:#52c41a}.anticon.l2c-crm-ant-notification-notice-icon-info{color:#4c6aff}.anticon.l2c-crm-ant-notification-notice-icon-warning{color:#faad14}.anticon.l2c-crm-ant-notification-notice-icon-error{color:#ff4d4f}.l2c-crm-ant-notification-notice-close{position:absolute;top:16px;right:22px;color:#00000073;outline:none}.l2c-crm-ant-notification-notice-close:hover{color:#000000ab}.l2c-crm-ant-notification-notice-btn{float:right;margin-top:16px}.l2c-crm-ant-notification .notification-fade-effect{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both}.l2c-crm-ant-notification-fade-enter,.l2c-crm-ant-notification-fade-appear{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both;opacity:0;animation-play-state:paused}.l2c-crm-ant-notification-fade-leave{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both;animation-duration:.2s;animation-play-state:paused}.l2c-crm-ant-notification-fade-enter.l2c-crm-ant-notification-fade-enter-active,.l2c-crm-ant-notification-fade-appear.l2c-crm-ant-notification-fade-appear-active{animation-name:NotificationFadeIn;animation-play-state:running}.l2c-crm-ant-notification-fade-leave.l2c-crm-ant-notification-fade-leave-active{animation-name:NotificationFadeOut;animation-play-state:running}@keyframes NotificationFadeIn{0%{left:384px;opacity:0}to{left:0;opacity:1}}@keyframes NotificationFadeOut{0%{max-height:150px;margin-bottom:16px;opacity:1}to{max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0}}.l2c-crm-ant-notification-rtl{direction:rtl}.l2c-crm-ant-notification-rtl .l2c-crm-ant-notification-notice-closable .l2c-crm-ant-notification-notice-message{padding-right:0;padding-left:24px}.l2c-crm-ant-notification-rtl .l2c-crm-ant-notification-notice-with-icon .l2c-crm-ant-notification-notice-message,.l2c-crm-ant-notification-rtl .l2c-crm-ant-notification-notice-with-icon .l2c-crm-ant-notification-notice-description{margin-right:48px;margin-left:0}.l2c-crm-ant-notification-rtl .l2c-crm-ant-notification-notice-icon{margin-right:4px;margin-left:0}.l2c-crm-ant-notification-rtl .l2c-crm-ant-notification-notice-close{right:auto;left:22px}.l2c-crm-ant-notification-rtl .l2c-crm-ant-notification-notice-btn{float:left}.l2c-crm-ant-notification-top,.l2c-crm-ant-notification-bottom{margin-right:0;margin-left:0}.l2c-crm-ant-notification-top .l2c-crm-ant-notification-fade-enter.l2c-crm-ant-notification-fade-enter-active,.l2c-crm-ant-notification-top .l2c-crm-ant-notification-fade-appear.l2c-crm-ant-notification-fade-appear-active{animation-name:NotificationTopFadeIn}.l2c-crm-ant-notification-bottom .l2c-crm-ant-notification-fade-enter.l2c-crm-ant-notification-fade-enter-active,.l2c-crm-ant-notification-bottom .l2c-crm-ant-notification-fade-appear.l2c-crm-ant-notification-fade-appear-active{animation-name:NotificationBottomFadeIn}.l2c-crm-ant-notification-topLeft,.l2c-crm-ant-notification-bottomLeft{margin-right:0;margin-left:24px}.l2c-crm-ant-notification-topLeft .l2c-crm-ant-notification-fade-enter.l2c-crm-ant-notification-fade-enter-active,.l2c-crm-ant-notification-bottomLeft .l2c-crm-ant-notification-fade-enter.l2c-crm-ant-notification-fade-enter-active,.l2c-crm-ant-notification-topLeft .l2c-crm-ant-notification-fade-appear.l2c-crm-ant-notification-fade-appear-active,.l2c-crm-ant-notification-bottomLeft .l2c-crm-ant-notification-fade-appear.l2c-crm-ant-notification-fade-appear-active{animation-name:NotificationLeftFadeIn}@keyframes NotificationTopFadeIn{0%{margin-top:-100%;opacity:0}to{margin-top:0;opacity:1}}@keyframes NotificationBottomFadeIn{0%{margin-bottom:-100%;opacity:0}to{margin-bottom:0;opacity:1}}@keyframes NotificationLeftFadeIn{0%{right:384px;opacity:0}to{right:0;opacity:1}}.l2c-crm-ant-page-header{box-sizing:border-box;margin:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;padding:16px 24px;background-color:#fff}.l2c-crm-ant-page-header-ghost{background-color:inherit}.l2c-crm-ant-page-header.has-breadcrumb{padding-top:12px}.l2c-crm-ant-page-header.has-footer{padding-bottom:0}.l2c-crm-ant-page-header-back{margin-right:16px;font-size:16px;line-height:1}.l2c-crm-ant-page-header-back-button{color:#4c6aff;outline:none;cursor:pointer;transition:color .3s;color:#000}.l2c-crm-ant-page-header-back-button:focus-visible,.l2c-crm-ant-page-header-back-button:hover{color:#7591ff}.l2c-crm-ant-page-header-back-button:active{color:#364cd9}.l2c-crm-ant-page-header .l2c-crm-ant-divider-vertical{height:14px;margin:0 12px;vertical-align:middle}.l2c-crm-ant-breadcrumb+.l2c-crm-ant-page-header-heading{margin-top:8px}.l2c-crm-ant-page-header-heading{display:flex;justify-content:space-between}.l2c-crm-ant-page-header-heading-left{display:flex;align-items:center;margin:4px 0;overflow:hidden}.l2c-crm-ant-page-header-heading-title{margin-right:12px;margin-bottom:0;color:#000000d9;font-weight:600;font-size:20px;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.l2c-crm-ant-page-header-heading .l2c-crm-ant-avatar{margin-right:12px}.l2c-crm-ant-page-header-heading-sub-title{margin-right:12px;color:#00000073;font-size:14px;line-height:1.5715;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.l2c-crm-ant-page-header-heading-extra{margin:4px 0;white-space:nowrap}.l2c-crm-ant-page-header-heading-extra>*{white-space:unset}.l2c-crm-ant-page-header-content{padding-top:12px}.l2c-crm-ant-page-header-footer{margin-top:16px}.l2c-crm-ant-page-header-footer .l2c-crm-ant-tabs>.l2c-crm-ant-tabs-nav{margin:0}.l2c-crm-ant-page-header-footer .l2c-crm-ant-tabs>.l2c-crm-ant-tabs-nav:before{border:none}.l2c-crm-ant-page-header-footer .l2c-crm-ant-tabs .l2c-crm-ant-tabs-tab{padding-top:8px;padding-bottom:8px;font-size:16px}.l2c-crm-ant-page-header-compact .l2c-crm-ant-page-header-heading{flex-wrap:wrap}.l2c-crm-ant-page-header-rtl{direction:rtl}.l2c-crm-ant-page-header-rtl .l2c-crm-ant-page-header-back{float:right;margin-right:0;margin-left:16px}.l2c-crm-ant-page-header-rtl .l2c-crm-ant-page-header-heading-title,.l2c-crm-ant-page-header-rtl .l2c-crm-ant-page-header-heading .l2c-crm-ant-avatar{margin-right:0;margin-left:12px}.l2c-crm-ant-page-header-rtl .l2c-crm-ant-page-header-heading-sub-title{float:right;margin-right:0;margin-left:12px}.l2c-crm-ant-page-header-rtl .l2c-crm-ant-page-header-heading-tags{float:right}.l2c-crm-ant-page-header-rtl .l2c-crm-ant-page-header-heading-extra{float:left}.l2c-crm-ant-page-header-rtl .l2c-crm-ant-page-header-heading-extra>*{margin-right:12px;margin-left:0}.l2c-crm-ant-page-header-rtl .l2c-crm-ant-page-header-heading-extra>*:first-child{margin-right:0}.l2c-crm-ant-page-header-rtl .l2c-crm-ant-page-header-footer .l2c-crm-ant-tabs-bar .l2c-crm-ant-tabs-nav{float:right}.l2c-crm-ant-pagination{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum"}.l2c-crm-ant-pagination ul,.l2c-crm-ant-pagination ol{margin:0;padding:0;list-style:none}.l2c-crm-ant-pagination:after{display:block;clear:both;height:0;overflow:hidden;visibility:hidden;content:" "}.l2c-crm-ant-pagination-total-text{display:inline-block;height:32px;margin-right:8px;line-height:30px;vertical-align:middle}.l2c-crm-ant-pagination-item{display:inline-block;min-width:32px;height:32px;margin-right:8px;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:30px;text-align:center;vertical-align:middle;list-style:none;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;outline:0;cursor:pointer;-webkit-user-select:none;user-select:none}.l2c-crm-ant-pagination-item a{display:block;padding:0 6px;color:#000000d9;transition:none}.l2c-crm-ant-pagination-item a:hover{text-decoration:none}.l2c-crm-ant-pagination-item:hover{border-color:#4c6aff;transition:all .3s}.l2c-crm-ant-pagination-item:hover a{color:#4c6aff}.l2c-crm-ant-pagination-item:focus-visible{border-color:#4c6aff;transition:all .3s}.l2c-crm-ant-pagination-item:focus-visible a{color:#4c6aff}.l2c-crm-ant-pagination-item-active{font-weight:500;background:#fff;border-color:#4c6aff}.l2c-crm-ant-pagination-item-active a{color:#4c6aff}.l2c-crm-ant-pagination-item-active:hover{border-color:#7591ff}.l2c-crm-ant-pagination-item-active:focus-visible{border-color:#7591ff}.l2c-crm-ant-pagination-item-active:hover a{color:#7591ff}.l2c-crm-ant-pagination-item-active:focus-visible a{color:#7591ff}.l2c-crm-ant-pagination-jump-prev,.l2c-crm-ant-pagination-jump-next{outline:0}.l2c-crm-ant-pagination-jump-prev .l2c-crm-ant-pagination-item-container,.l2c-crm-ant-pagination-jump-next .l2c-crm-ant-pagination-item-container{position:relative}.l2c-crm-ant-pagination-jump-prev .l2c-crm-ant-pagination-item-container .l2c-crm-ant-pagination-item-link-icon,.l2c-crm-ant-pagination-jump-next .l2c-crm-ant-pagination-item-container .l2c-crm-ant-pagination-item-link-icon{color:#4c6aff;font-size:12px;letter-spacing:-1px;opacity:0;transition:all .2s}.l2c-crm-ant-pagination-jump-prev .l2c-crm-ant-pagination-item-container .l2c-crm-ant-pagination-item-link-icon-svg,.l2c-crm-ant-pagination-jump-next .l2c-crm-ant-pagination-item-container .l2c-crm-ant-pagination-item-link-icon-svg{top:0;right:0;bottom:0;left:0;margin:auto}.l2c-crm-ant-pagination-jump-prev .l2c-crm-ant-pagination-item-container .l2c-crm-ant-pagination-item-ellipsis,.l2c-crm-ant-pagination-jump-next .l2c-crm-ant-pagination-item-container .l2c-crm-ant-pagination-item-ellipsis{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;color:#00000040;font-family:Arial,Helvetica,sans-serif;letter-spacing:2px;text-align:center;text-indent:.13em;opacity:1;transition:all .2s}.l2c-crm-ant-pagination-jump-prev:hover .l2c-crm-ant-pagination-item-link-icon,.l2c-crm-ant-pagination-jump-next:hover .l2c-crm-ant-pagination-item-link-icon{opacity:1}.l2c-crm-ant-pagination-jump-prev:hover .l2c-crm-ant-pagination-item-ellipsis,.l2c-crm-ant-pagination-jump-next:hover .l2c-crm-ant-pagination-item-ellipsis{opacity:0}.l2c-crm-ant-pagination-jump-prev:focus-visible .l2c-crm-ant-pagination-item-link-icon,.l2c-crm-ant-pagination-jump-next:focus-visible .l2c-crm-ant-pagination-item-link-icon{opacity:1}.l2c-crm-ant-pagination-jump-prev:focus-visible .l2c-crm-ant-pagination-item-ellipsis,.l2c-crm-ant-pagination-jump-next:focus-visible .l2c-crm-ant-pagination-item-ellipsis{opacity:0}.l2c-crm-ant-pagination-prev,.l2c-crm-ant-pagination-jump-prev,.l2c-crm-ant-pagination-jump-next{margin-right:8px}.l2c-crm-ant-pagination-prev,.l2c-crm-ant-pagination-next,.l2c-crm-ant-pagination-jump-prev,.l2c-crm-ant-pagination-jump-next{display:inline-block;min-width:32px;height:32px;color:#000000d9;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:32px;text-align:center;vertical-align:middle;list-style:none;border-radius:2px;cursor:pointer;transition:all .3s}.l2c-crm-ant-pagination-prev,.l2c-crm-ant-pagination-next{font-family:Arial,Helvetica,sans-serif;outline:0}.l2c-crm-ant-pagination-prev button,.l2c-crm-ant-pagination-next button{color:#000000d9;cursor:pointer;-webkit-user-select:none;user-select:none}.l2c-crm-ant-pagination-prev:hover button,.l2c-crm-ant-pagination-next:hover button{border-color:#7591ff}.l2c-crm-ant-pagination-prev .l2c-crm-ant-pagination-item-link,.l2c-crm-ant-pagination-next .l2c-crm-ant-pagination-item-link{display:block;width:100%;height:100%;padding:0;font-size:12px;text-align:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;outline:none;transition:all .3s}.l2c-crm-ant-pagination-prev:focus-visible .l2c-crm-ant-pagination-item-link,.l2c-crm-ant-pagination-next:focus-visible .l2c-crm-ant-pagination-item-link{color:#4c6aff;border-color:#4c6aff}.l2c-crm-ant-pagination-prev:hover .l2c-crm-ant-pagination-item-link,.l2c-crm-ant-pagination-next:hover .l2c-crm-ant-pagination-item-link{color:#4c6aff;border-color:#4c6aff}.l2c-crm-ant-pagination-disabled,.l2c-crm-ant-pagination-disabled:hover{cursor:not-allowed}.l2c-crm-ant-pagination-disabled .l2c-crm-ant-pagination-item-link,.l2c-crm-ant-pagination-disabled:hover .l2c-crm-ant-pagination-item-link{color:#00000040;border-color:#d9d9d9;cursor:not-allowed}.l2c-crm-ant-pagination-disabled:focus-visible{cursor:not-allowed}.l2c-crm-ant-pagination-disabled:focus-visible .l2c-crm-ant-pagination-item-link{color:#00000040;border-color:#d9d9d9;cursor:not-allowed}.l2c-crm-ant-pagination-slash{margin:0 10px 0 5px}.l2c-crm-ant-pagination-options{display:inline-block;margin-left:16px;vertical-align:middle}@media all and (-ms-high-contrast: none){.l2c-crm-ant-pagination-options *::-ms-backdrop,.l2c-crm-ant-pagination-options{vertical-align:top}}.l2c-crm-ant-pagination-options-size-changer.l2c-crm-ant-select{display:inline-block;width:auto}.l2c-crm-ant-pagination-options-quick-jumper{display:inline-block;height:32px;margin-left:8px;line-height:32px;vertical-align:top}.l2c-crm-ant-pagination-options-quick-jumper input{position:relative;display:inline-block;width:100%;min-width:0;padding:4px 11px;color:#000000d9;font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s;width:50px;height:32px;margin:0 8px}.l2c-crm-ant-pagination-options-quick-jumper input::placeholder{color:#bfbfbf;-webkit-user-select:none;user-select:none}.l2c-crm-ant-pagination-options-quick-jumper input:placeholder-shown{text-overflow:ellipsis}.l2c-crm-ant-pagination-options-quick-jumper input:hover{border-color:#7591ff;border-right-width:1px}.l2c-crm-ant-input-rtl .l2c-crm-ant-pagination-options-quick-jumper input:hover{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-pagination-options-quick-jumper input:focus,.l2c-crm-ant-pagination-options-quick-jumper input-focused{border-color:#7591ff;box-shadow:0 0 0 2px #4c6aff33;border-right-width:1px;outline:0}.l2c-crm-ant-input-rtl .l2c-crm-ant-pagination-options-quick-jumper input:focus,.l2c-crm-ant-input-rtl .l2c-crm-ant-pagination-options-quick-jumper input-focused{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-pagination-options-quick-jumper input-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.l2c-crm-ant-pagination-options-quick-jumper input-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.l2c-crm-ant-pagination-options-quick-jumper input[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.l2c-crm-ant-pagination-options-quick-jumper input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.l2c-crm-ant-pagination-options-quick-jumper input-borderless,.l2c-crm-ant-pagination-options-quick-jumper input-borderless:hover,.l2c-crm-ant-pagination-options-quick-jumper input-borderless:focus,.l2c-crm-ant-pagination-options-quick-jumper input-borderless-focused,.l2c-crm-ant-pagination-options-quick-jumper input-borderless-disabled,.l2c-crm-ant-pagination-options-quick-jumper input-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.l2c-crm-ant-pagination-options-quick-jumper input{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.l2c-crm-ant-pagination-options-quick-jumper input-lg{padding:6.5px 11px;font-size:16px}.l2c-crm-ant-pagination-options-quick-jumper input-sm{padding:0 7px}.l2c-crm-ant-pagination-options-quick-jumper input-rtl{direction:rtl}.l2c-crm-ant-pagination-simple .l2c-crm-ant-pagination-prev,.l2c-crm-ant-pagination-simple .l2c-crm-ant-pagination-next{height:24px;line-height:24px;vertical-align:top}.l2c-crm-ant-pagination-simple .l2c-crm-ant-pagination-prev .l2c-crm-ant-pagination-item-link,.l2c-crm-ant-pagination-simple .l2c-crm-ant-pagination-next .l2c-crm-ant-pagination-item-link{height:24px;background-color:transparent;border:0}.l2c-crm-ant-pagination-simple .l2c-crm-ant-pagination-prev .l2c-crm-ant-pagination-item-link:after,.l2c-crm-ant-pagination-simple .l2c-crm-ant-pagination-next .l2c-crm-ant-pagination-item-link:after{height:24px;line-height:24px}.l2c-crm-ant-pagination-simple .l2c-crm-ant-pagination-simple-pager{display:inline-block;height:24px;margin-right:8px}.l2c-crm-ant-pagination-simple .l2c-crm-ant-pagination-simple-pager input{box-sizing:border-box;height:100%;margin-right:8px;padding:0 6px;text-align:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;outline:none;transition:border-color .3s}.l2c-crm-ant-pagination-simple .l2c-crm-ant-pagination-simple-pager input:hover{border-color:#4c6aff}.l2c-crm-ant-pagination-simple .l2c-crm-ant-pagination-simple-pager input:focus{border-color:#7591ff;box-shadow:0 0 0 2px #4c6aff33}.l2c-crm-ant-pagination-simple .l2c-crm-ant-pagination-simple-pager input[disabled]{color:#00000040;background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-total-text,.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-simple-pager{height:24px;line-height:24px}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-item{min-width:24px;height:24px;margin:0;line-height:22px}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-item:not(.l2c-crm-ant-pagination-item-active){background:transparent;border-color:transparent}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-prev,.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-next{min-width:24px;height:24px;margin:0;line-height:24px}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-prev .l2c-crm-ant-pagination-item-link,.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-next .l2c-crm-ant-pagination-item-link{background:transparent;border-color:transparent}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-prev .l2c-crm-ant-pagination-item-link:after,.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-next .l2c-crm-ant-pagination-item-link:after{height:24px;line-height:24px}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-jump-prev,.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-jump-next{height:24px;margin-right:0;line-height:24px}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-options{margin-left:2px}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-options-size-changer{top:0px}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-options-quick-jumper{height:24px;line-height:24px}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-mini .l2c-crm-ant-pagination-options-quick-jumper input{padding:0 7px;width:44px;height:24px}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-disabled{cursor:not-allowed}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-disabled .l2c-crm-ant-pagination-item{background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-disabled .l2c-crm-ant-pagination-item a{color:#00000040;background:transparent;border:none;cursor:not-allowed}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-disabled .l2c-crm-ant-pagination-item-active{background:#e6e6e6}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-disabled .l2c-crm-ant-pagination-item-active a{color:#00000040}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-disabled .l2c-crm-ant-pagination-item-link{color:#00000040;background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.l2c-crm-ant-pagination-simple.l2c-crm-ant-pagination.l2c-crm-ant-pagination-disabled .l2c-crm-ant-pagination-item-link{background:transparent}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-disabled .l2c-crm-ant-pagination-item-link-icon{opacity:0}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-disabled .l2c-crm-ant-pagination-item-ellipsis{opacity:1}.l2c-crm-ant-pagination.l2c-crm-ant-pagination-disabled .l2c-crm-ant-pagination-simple-pager{color:#00000040}@media only screen and (max-width: 992px){.l2c-crm-ant-pagination-item-after-jump-prev,.l2c-crm-ant-pagination-item-before-jump-next{display:none}}@media only screen and (max-width: 576px){.l2c-crm-ant-pagination-options{display:none}}.l2c-crm-ant-pagination-rtl .l2c-crm-ant-pagination-total-text,.l2c-crm-ant-pagination-rtl .l2c-crm-ant-pagination-item,.l2c-crm-ant-pagination-rtl .l2c-crm-ant-pagination-prev,.l2c-crm-ant-pagination-rtl .l2c-crm-ant-pagination-jump-prev,.l2c-crm-ant-pagination-rtl .l2c-crm-ant-pagination-jump-next{margin-right:0;margin-left:8px}.l2c-crm-ant-pagination-rtl .l2c-crm-ant-pagination-slash{margin:0 5px 0 10px}.l2c-crm-ant-pagination-rtl .l2c-crm-ant-pagination-options{margin-right:16px;margin-left:0}.l2c-crm-ant-pagination-rtl .l2c-crm-ant-pagination-options .l2c-crm-ant-pagination-options-size-changer.l2c-crm-ant-select{margin-right:0;margin-left:8px}.l2c-crm-ant-pagination-rtl .l2c-crm-ant-pagination-options .l2c-crm-ant-pagination-options-quick-jumper{margin-left:0}.l2c-crm-ant-pagination-rtl.l2c-crm-ant-pagination-simple .l2c-crm-ant-pagination-simple-pager,.l2c-crm-ant-pagination-rtl.l2c-crm-ant-pagination-simple .l2c-crm-ant-pagination-simple-pager input{margin-right:0;margin-left:8px}.l2c-crm-ant-pagination-rtl.l2c-crm-ant-pagination.mini .l2c-crm-ant-pagination-options{margin-right:2px;margin-left:0}.l2c-crm-ant-popconfirm{z-index:1060}.l2c-crm-ant-popover{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:0;left:0;z-index:1030;font-weight:400;white-space:normal;text-align:left;cursor:auto;-webkit-user-select:text;user-select:text}.l2c-crm-ant-popover-content{position:relative}.l2c-crm-ant-popover:after{position:absolute;background:rgba(255,255,255,.01);content:""}.l2c-crm-ant-popover-hidden{display:none}.l2c-crm-ant-popover-placement-top,.l2c-crm-ant-popover-placement-topLeft,.l2c-crm-ant-popover-placement-topRight{padding-bottom:15.3137085px}.l2c-crm-ant-popover-placement-right,.l2c-crm-ant-popover-placement-rightTop,.l2c-crm-ant-popover-placement-rightBottom{padding-left:15.3137085px}.l2c-crm-ant-popover-placement-bottom,.l2c-crm-ant-popover-placement-bottomLeft,.l2c-crm-ant-popover-placement-bottomRight{padding-top:15.3137085px}.l2c-crm-ant-popover-placement-left,.l2c-crm-ant-popover-placement-leftTop,.l2c-crm-ant-popover-placement-leftBottom{padding-right:15.3137085px}.l2c-crm-ant-popover-inner{background-color:#fff;background-clip:padding-box;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.l2c-crm-ant-popover-inner{box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}}.l2c-crm-ant-popover-title{min-width:177px;min-height:32px;margin:0;padding:5px 16px 4px;color:#000000d9;font-weight:500;border-bottom:1px solid #f0f0f0}.l2c-crm-ant-popover-inner-content{padding:12px 16px;color:#000000d9}.l2c-crm-ant-popover-message{position:relative;padding:4px 0 12px;color:#000000d9;font-size:14px}.l2c-crm-ant-popover-message>.anticon{position:absolute;top:8.0005px;color:#faad14;font-size:14px}.l2c-crm-ant-popover-message-title{padding-left:22px}.l2c-crm-ant-popover-buttons{margin-bottom:4px;text-align:right}.l2c-crm-ant-popover-buttons button:not(:first-child){margin-left:8px}.l2c-crm-ant-popover-arrow{position:absolute;display:block;width:22px;height:22px;overflow:hidden;background:transparent;pointer-events:none}.l2c-crm-ant-popover-arrow-content{--antd-arrow-background-color: #fff;position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:11.3137085px;height:11.3137085px;margin:auto;content:"";pointer-events:auto;border-radius:0 0 2px;pointer-events:none}.l2c-crm-ant-popover-arrow-content:before{position:absolute;top:-11.3137085px;left:-11.3137085px;width:33.9411255px;height:33.9411255px;background:var(--antd-arrow-background-color);background-repeat:no-repeat;background-position:-10px -10px;content:"";-webkit-clip-path:inset(33% 33%);clip-path:inset(33% 33%);-webkit-clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")}.l2c-crm-ant-popover-placement-top .l2c-crm-ant-popover-arrow,.l2c-crm-ant-popover-placement-topLeft .l2c-crm-ant-popover-arrow,.l2c-crm-ant-popover-placement-topRight .l2c-crm-ant-popover-arrow{bottom:0;transform:translateY(100%)}.l2c-crm-ant-popover-placement-top .l2c-crm-ant-popover-arrow-content,.l2c-crm-ant-popover-placement-topLeft .l2c-crm-ant-popover-arrow-content,.l2c-crm-ant-popover-placement-topRight .l2c-crm-ant-popover-arrow-content{box-shadow:3px 3px 7px #00000012;transform:translateY(-11px) rotate(45deg)}.l2c-crm-ant-popover-placement-top .l2c-crm-ant-popover-arrow{left:50%;transform:translateY(100%) translate(-50%)}.l2c-crm-ant-popover-placement-topLeft .l2c-crm-ant-popover-arrow{left:16px}.l2c-crm-ant-popover-placement-topRight .l2c-crm-ant-popover-arrow{right:16px}.l2c-crm-ant-popover-placement-right .l2c-crm-ant-popover-arrow,.l2c-crm-ant-popover-placement-rightTop .l2c-crm-ant-popover-arrow,.l2c-crm-ant-popover-placement-rightBottom .l2c-crm-ant-popover-arrow{left:0;transform:translate(-100%)}.l2c-crm-ant-popover-placement-right .l2c-crm-ant-popover-arrow-content,.l2c-crm-ant-popover-placement-rightTop .l2c-crm-ant-popover-arrow-content,.l2c-crm-ant-popover-placement-rightBottom .l2c-crm-ant-popover-arrow-content{box-shadow:3px 3px 7px #00000012;transform:translate(11px) rotate(135deg)}.l2c-crm-ant-popover-placement-right .l2c-crm-ant-popover-arrow{top:50%;transform:translate(-100%) translateY(-50%)}.l2c-crm-ant-popover-placement-rightTop .l2c-crm-ant-popover-arrow{top:12px}.l2c-crm-ant-popover-placement-rightBottom .l2c-crm-ant-popover-arrow{bottom:12px}.l2c-crm-ant-popover-placement-bottom .l2c-crm-ant-popover-arrow,.l2c-crm-ant-popover-placement-bottomLeft .l2c-crm-ant-popover-arrow,.l2c-crm-ant-popover-placement-bottomRight .l2c-crm-ant-popover-arrow{top:0;transform:translateY(-100%)}.l2c-crm-ant-popover-placement-bottom .l2c-crm-ant-popover-arrow-content,.l2c-crm-ant-popover-placement-bottomLeft .l2c-crm-ant-popover-arrow-content,.l2c-crm-ant-popover-placement-bottomRight .l2c-crm-ant-popover-arrow-content{box-shadow:2px 2px 5px #0000000f;transform:translateY(11px) rotate(-135deg)}.l2c-crm-ant-popover-placement-bottom .l2c-crm-ant-popover-arrow{left:50%;transform:translateY(-100%) translate(-50%)}.l2c-crm-ant-popover-placement-bottomLeft .l2c-crm-ant-popover-arrow{left:16px}.l2c-crm-ant-popover-placement-bottomRight .l2c-crm-ant-popover-arrow{right:16px}.l2c-crm-ant-popover-placement-left .l2c-crm-ant-popover-arrow,.l2c-crm-ant-popover-placement-leftTop .l2c-crm-ant-popover-arrow,.l2c-crm-ant-popover-placement-leftBottom .l2c-crm-ant-popover-arrow{right:0;transform:translate(100%)}.l2c-crm-ant-popover-placement-left .l2c-crm-ant-popover-arrow-content,.l2c-crm-ant-popover-placement-leftTop .l2c-crm-ant-popover-arrow-content,.l2c-crm-ant-popover-placement-leftBottom .l2c-crm-ant-popover-arrow-content{box-shadow:3px 3px 7px #00000012;transform:translate(-11px) rotate(-45deg)}.l2c-crm-ant-popover-placement-left .l2c-crm-ant-popover-arrow{top:50%;transform:translate(100%) translateY(-50%)}.l2c-crm-ant-popover-placement-leftTop .l2c-crm-ant-popover-arrow{top:12px}.l2c-crm-ant-popover-placement-leftBottom .l2c-crm-ant-popover-arrow{bottom:12px}.l2c-crm-ant-popover-pink .l2c-crm-ant-popover-inner,.l2c-crm-ant-popover-pink .l2c-crm-ant-popover-arrow-content,.l2c-crm-ant-popover-magenta .l2c-crm-ant-popover-inner,.l2c-crm-ant-popover-magenta .l2c-crm-ant-popover-arrow-content{background-color:#eb2f96}.l2c-crm-ant-popover-red .l2c-crm-ant-popover-inner,.l2c-crm-ant-popover-red .l2c-crm-ant-popover-arrow-content{background-color:#f5222d}.l2c-crm-ant-popover-volcano .l2c-crm-ant-popover-inner,.l2c-crm-ant-popover-volcano .l2c-crm-ant-popover-arrow-content{background-color:#fa541c}.l2c-crm-ant-popover-orange .l2c-crm-ant-popover-inner,.l2c-crm-ant-popover-orange .l2c-crm-ant-popover-arrow-content{background-color:#fa8c16}.l2c-crm-ant-popover-yellow .l2c-crm-ant-popover-inner,.l2c-crm-ant-popover-yellow .l2c-crm-ant-popover-arrow-content{background-color:#fadb14}.l2c-crm-ant-popover-gold .l2c-crm-ant-popover-inner,.l2c-crm-ant-popover-gold .l2c-crm-ant-popover-arrow-content{background-color:#faad14}.l2c-crm-ant-popover-cyan .l2c-crm-ant-popover-inner,.l2c-crm-ant-popover-cyan .l2c-crm-ant-popover-arrow-content{background-color:#13c2c2}.l2c-crm-ant-popover-lime .l2c-crm-ant-popover-inner,.l2c-crm-ant-popover-lime .l2c-crm-ant-popover-arrow-content{background-color:#a0d911}.l2c-crm-ant-popover-green .l2c-crm-ant-popover-inner,.l2c-crm-ant-popover-green .l2c-crm-ant-popover-arrow-content{background-color:#52c41a}.l2c-crm-ant-popover-blue .l2c-crm-ant-popover-inner,.l2c-crm-ant-popover-blue .l2c-crm-ant-popover-arrow-content{background-color:#1890ff}.l2c-crm-ant-popover-geekblue .l2c-crm-ant-popover-inner,.l2c-crm-ant-popover-geekblue .l2c-crm-ant-popover-arrow-content{background-color:#2f54eb}.l2c-crm-ant-popover-purple .l2c-crm-ant-popover-inner,.l2c-crm-ant-popover-purple .l2c-crm-ant-popover-arrow-content{background-color:#722ed1}.l2c-crm-ant-popover-rtl{direction:rtl;text-align:right}.l2c-crm-ant-popover-rtl .l2c-crm-ant-popover-message-title{padding-right:22px;padding-left:16px}.l2c-crm-ant-popover-rtl .l2c-crm-ant-popover-buttons{text-align:left}.l2c-crm-ant-popover-rtl .l2c-crm-ant-popover-buttons button{margin-right:8px;margin-left:0}.l2c-crm-ant-progress{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.l2c-crm-ant-progress-line{position:relative;width:100%;font-size:14px}.l2c-crm-ant-progress-steps{display:inline-block}.l2c-crm-ant-progress-steps-outer{display:flex;flex-direction:row;align-items:center}.l2c-crm-ant-progress-steps-item{flex-shrink:0;min-width:2px;margin-right:2px;background:#f3f3f3;transition:all .3s}.l2c-crm-ant-progress-steps-item-active{background:#1890ff}.l2c-crm-ant-progress-small.l2c-crm-ant-progress-line,.l2c-crm-ant-progress-small.l2c-crm-ant-progress-line .l2c-crm-ant-progress-text .anticon{font-size:12px}.l2c-crm-ant-progress-outer{display:inline-block;width:100%;margin-right:0;padding-right:0}.l2c-crm-ant-progress-show-info .l2c-crm-ant-progress-outer{margin-right:calc(-2em - 8px);padding-right:calc(2em + 8px)}.l2c-crm-ant-progress-inner{position:relative;display:inline-block;width:100%;overflow:hidden;vertical-align:middle;background-color:#f5f5f5;border-radius:100px}.l2c-crm-ant-progress-circle-trail{stroke:#f5f5f5}.l2c-crm-ant-progress-circle-path{animation:l2c-crm-ant-progress-appear .3s}.l2c-crm-ant-progress-inner:not(.l2c-crm-ant-progress-circle-gradient) .l2c-crm-ant-progress-circle-path{stroke:#1890ff}.l2c-crm-ant-progress-success-bg,.l2c-crm-ant-progress-bg{position:relative;background-color:#1890ff;border-radius:100px;transition:all .4s cubic-bezier(.08,.82,.17,1) 0s}.l2c-crm-ant-progress-success-bg{position:absolute;top:0;left:0;background-color:#52c41a}.l2c-crm-ant-progress-text{display:inline-block;width:2em;margin-left:8px;color:#000000d9;font-size:1em;line-height:1;white-space:nowrap;text-align:left;vertical-align:middle;word-break:normal}.l2c-crm-ant-progress-text .anticon{font-size:14px}.l2c-crm-ant-progress-status-active .l2c-crm-ant-progress-bg:before{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:10px;opacity:0;animation:l2c-crm-ant-progress-active 2.4s cubic-bezier(.23,1,.32,1) infinite;content:""}.l2c-crm-ant-progress-status-exception .l2c-crm-ant-progress-bg{background-color:#ff4d4f}.l2c-crm-ant-progress-status-exception .l2c-crm-ant-progress-text{color:#ff4d4f}.l2c-crm-ant-progress-status-exception .l2c-crm-ant-progress-inner:not(.l2c-crm-ant-progress-circle-gradient) .l2c-crm-ant-progress-circle-path{stroke:#ff4d4f}.l2c-crm-ant-progress-status-success .l2c-crm-ant-progress-bg{background-color:#52c41a}.l2c-crm-ant-progress-status-success .l2c-crm-ant-progress-text{color:#52c41a}.l2c-crm-ant-progress-status-success .l2c-crm-ant-progress-inner:not(.l2c-crm-ant-progress-circle-gradient) .l2c-crm-ant-progress-circle-path{stroke:#52c41a}.l2c-crm-ant-progress-circle .l2c-crm-ant-progress-inner{position:relative;line-height:1;background-color:transparent}.l2c-crm-ant-progress-circle .l2c-crm-ant-progress-text{position:absolute;top:50%;left:50%;width:100%;margin:0;padding:0;color:#000000d9;font-size:1em;line-height:1;white-space:normal;text-align:center;transform:translate(-50%,-50%)}.l2c-crm-ant-progress-circle .l2c-crm-ant-progress-text .anticon{font-size:1.16666667em}.l2c-crm-ant-progress-circle.l2c-crm-ant-progress-status-exception .l2c-crm-ant-progress-text{color:#ff4d4f}.l2c-crm-ant-progress-circle.l2c-crm-ant-progress-status-success .l2c-crm-ant-progress-text{color:#52c41a}@keyframes l2c-crm-ant-progress-active{0%{transform:translate(-100%) scaleX(0);opacity:.1}20%{transform:translate(-100%) scaleX(0);opacity:.5}to{transform:translate(0) scaleX(1);opacity:0}}.l2c-crm-ant-progress-rtl{direction:rtl}.l2c-crm-ant-progress-rtl.l2c-crm-ant-progress-show-info .l2c-crm-ant-progress-outer{margin-right:0;margin-left:calc(-2em - 8px);padding-right:0;padding-left:calc(2em + 8px)}.l2c-crm-ant-progress-rtl .l2c-crm-ant-progress-success-bg{right:0;left:auto}.l2c-crm-ant-progress-rtl.l2c-crm-ant-progress-line .l2c-crm-ant-progress-text,.l2c-crm-ant-progress-rtl.l2c-crm-ant-progress-steps .l2c-crm-ant-progress-text{margin-right:8px;margin-left:0;text-align:right}.l2c-crm-ant-radio-group{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block;font-size:0}.l2c-crm-ant-radio-group .l2c-crm-ant-badge-count{z-index:1}.l2c-crm-ant-radio-group>.l2c-crm-ant-badge:not(:first-child)>.l2c-crm-ant-radio-button-wrapper{border-left:none}.l2c-crm-ant-radio-wrapper{box-sizing:border-box;margin:0 8px 0 0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-flex;align-items:baseline;cursor:pointer}.l2c-crm-ant-radio-wrapper-disabled{cursor:not-allowed}.l2c-crm-ant-radio-wrapper:after{display:inline-block;width:0;overflow:hidden;content:" "}.l2c-crm-ant-radio-wrapper.l2c-crm-ant-radio-wrapper-in-form-item input[type=radio]{width:14px;height:14px}.l2c-crm-ant-radio{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;display:inline-block;outline:none;cursor:pointer}.l2c-crm-ant-radio-wrapper:hover .l2c-crm-ant-radio,.l2c-crm-ant-radio:hover .l2c-crm-ant-radio-inner,.l2c-crm-ant-radio-input:focus+.l2c-crm-ant-radio-inner{border-color:#4c6aff}.l2c-crm-ant-radio-input:focus+.l2c-crm-ant-radio-inner{box-shadow:0 0 0 3px #4c6aff1f}.l2c-crm-ant-radio-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #4c6aff;border-radius:50%;visibility:hidden;animation:antRadioEffect .36s ease-in-out;animation-fill-mode:both;content:""}.l2c-crm-ant-radio:hover:after,.l2c-crm-ant-radio-wrapper:hover .l2c-crm-ant-radio:after{visibility:visible}.l2c-crm-ant-radio-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;background-color:#fff;border-color:#d9d9d9;border-style:solid;border-width:1px;border-radius:50%;transition:all .3s}.l2c-crm-ant-radio-inner:after{position:absolute;top:50%;left:50%;display:block;width:16px;height:16px;margin-top:-8px;margin-left:-8px;background-color:#4c6aff;border-top:0;border-left:0;border-radius:16px;transform:scale(0);opacity:0;transition:all .3s cubic-bezier(.78,.14,.15,.86);content:" "}.l2c-crm-ant-radio-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:pointer;opacity:0}.l2c-crm-ant-radio.l2c-crm-ant-radio-disabled .l2c-crm-ant-radio-inner{border-color:#d9d9d9}.l2c-crm-ant-radio-checked .l2c-crm-ant-radio-inner{border-color:#4c6aff}.l2c-crm-ant-radio-checked .l2c-crm-ant-radio-inner:after{transform:scale(.5);opacity:1;transition:all .3s cubic-bezier(.78,.14,.15,.86)}.l2c-crm-ant-radio-disabled{cursor:not-allowed}.l2c-crm-ant-radio-disabled .l2c-crm-ant-radio-inner{background-color:#f5f5f5;cursor:not-allowed}.l2c-crm-ant-radio-disabled .l2c-crm-ant-radio-inner:after{background-color:#0003}.l2c-crm-ant-radio-disabled .l2c-crm-ant-radio-input{cursor:not-allowed}.l2c-crm-ant-radio-disabled+span{color:#00000040;cursor:not-allowed}span.l2c-crm-ant-radio+*{padding-right:8px;padding-left:8px}.l2c-crm-ant-radio-button-wrapper{position:relative;display:inline-block;height:32px;margin:0;padding:0 15px;color:#000000d9;font-size:14px;line-height:30px;background:#fff;border:1px solid #d9d9d9;border-top-width:1.02px;border-left-width:0;cursor:pointer;transition:color .3s,background .3s,border-color .3s,box-shadow .3s}.l2c-crm-ant-radio-button-wrapper a{color:#000000d9}.l2c-crm-ant-radio-button-wrapper>.l2c-crm-ant-radio-button{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}.l2c-crm-ant-radio-group-large .l2c-crm-ant-radio-button-wrapper{height:40px;font-size:16px;line-height:38px}.l2c-crm-ant-radio-group-small .l2c-crm-ant-radio-button-wrapper{height:24px;padding:0 7px;line-height:22px}.l2c-crm-ant-radio-button-wrapper:not(:first-child):before{position:absolute;top:-1px;left:-1px;display:block;box-sizing:content-box;width:1px;height:100%;padding:1px 0;background-color:#d9d9d9;transition:background-color .3s;content:""}.l2c-crm-ant-radio-button-wrapper:first-child{border-left:1px solid #d9d9d9;border-radius:2px 0 0 2px}.l2c-crm-ant-radio-button-wrapper:last-child{border-radius:0 2px 2px 0}.l2c-crm-ant-radio-button-wrapper:first-child:last-child{border-radius:2px}.l2c-crm-ant-radio-button-wrapper:hover{position:relative;color:#4c6aff}.l2c-crm-ant-radio-button-wrapper:focus-within{box-shadow:0 0 0 3px #4c6aff1f}.l2c-crm-ant-radio-button-wrapper .l2c-crm-ant-radio-inner,.l2c-crm-ant-radio-button-wrapper input[type=checkbox],.l2c-crm-ant-radio-button-wrapper input[type=radio]{width:0;height:0;opacity:0;pointer-events:none}.l2c-crm-ant-radio-button-wrapper-checked:not(.l2c-crm-ant-radio-button-wrapper-disabled){z-index:1;color:#4c6aff;background:#fff;border-color:#4c6aff}.l2c-crm-ant-radio-button-wrapper-checked:not(.l2c-crm-ant-radio-button-wrapper-disabled):before{background-color:#4c6aff}.l2c-crm-ant-radio-button-wrapper-checked:not(.l2c-crm-ant-radio-button-wrapper-disabled):first-child{border-color:#4c6aff}.l2c-crm-ant-radio-button-wrapper-checked:not(.l2c-crm-ant-radio-button-wrapper-disabled):hover{color:#7591ff;border-color:#7591ff}.l2c-crm-ant-radio-button-wrapper-checked:not(.l2c-crm-ant-radio-button-wrapper-disabled):hover:before{background-color:#7591ff}.l2c-crm-ant-radio-button-wrapper-checked:not(.l2c-crm-ant-radio-button-wrapper-disabled):active{color:#364cd9;border-color:#364cd9}.l2c-crm-ant-radio-button-wrapper-checked:not(.l2c-crm-ant-radio-button-wrapper-disabled):active:before{background-color:#364cd9}.l2c-crm-ant-radio-button-wrapper-checked:not(.l2c-crm-ant-radio-button-wrapper-disabled):focus-within{box-shadow:0 0 0 3px #4c6aff1f}.l2c-crm-ant-radio-group-solid .l2c-crm-ant-radio-button-wrapper-checked:not(.l2c-crm-ant-radio-button-wrapper-disabled){color:#fff;background:#4c6aff;border-color:#4c6aff}.l2c-crm-ant-radio-group-solid .l2c-crm-ant-radio-button-wrapper-checked:not(.l2c-crm-ant-radio-button-wrapper-disabled):hover{color:#fff;background:#7591ff;border-color:#7591ff}.l2c-crm-ant-radio-group-solid .l2c-crm-ant-radio-button-wrapper-checked:not(.l2c-crm-ant-radio-button-wrapper-disabled):active{color:#fff;background:#364cd9;border-color:#364cd9}.l2c-crm-ant-radio-group-solid .l2c-crm-ant-radio-button-wrapper-checked:not(.l2c-crm-ant-radio-button-wrapper-disabled):focus-within{box-shadow:0 0 0 3px #4c6aff1f}.l2c-crm-ant-radio-button-wrapper-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.l2c-crm-ant-radio-button-wrapper-disabled:first-child,.l2c-crm-ant-radio-button-wrapper-disabled:hover{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9}.l2c-crm-ant-radio-button-wrapper-disabled:first-child{border-left-color:#d9d9d9}.l2c-crm-ant-radio-button-wrapper-disabled.l2c-crm-ant-radio-button-wrapper-checked{color:#00000040;background-color:#e6e6e6;border-color:#d9d9d9;box-shadow:none}@keyframes antRadioEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.l2c-crm-ant-radio-group.l2c-crm-ant-radio-group-rtl{direction:rtl}.l2c-crm-ant-radio-wrapper.l2c-crm-ant-radio-wrapper-rtl{margin-right:0;margin-left:8px;direction:rtl}.l2c-crm-ant-radio-button-wrapper.l2c-crm-ant-radio-button-wrapper-rtl{border-right-width:0;border-left-width:1px}.l2c-crm-ant-radio-button-wrapper.l2c-crm-ant-radio-button-wrapper-rtl.l2c-crm-ant-radio-button-wrapper:not(:first-child):before{right:-1px;left:0}.l2c-crm-ant-radio-button-wrapper.l2c-crm-ant-radio-button-wrapper-rtl.l2c-crm-ant-radio-button-wrapper:first-child{border-right:1px solid #d9d9d9;border-radius:0 2px 2px 0}.l2c-crm-ant-radio-button-wrapper-checked:not([class*=" l2c-crm-ant-radio-button-wrapper-disabled"]).l2c-crm-ant-radio-button-wrapper:first-child{border-right-color:#7591ff}.l2c-crm-ant-radio-button-wrapper.l2c-crm-ant-radio-button-wrapper-rtl.l2c-crm-ant-radio-button-wrapper:last-child{border-radius:2px 0 0 2px}.l2c-crm-ant-radio-button-wrapper.l2c-crm-ant-radio-button-wrapper-rtl.l2c-crm-ant-radio-button-wrapper-disabled:first-child{border-right-color:#d9d9d9}.l2c-crm-ant-rate{box-sizing:border-box;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;font-feature-settings:"tnum";display:inline-block;margin:0;padding:0;color:#fadb14;font-size:20px;line-height:unset;list-style:none;outline:none}.l2c-crm-ant-rate-disabled .l2c-crm-ant-rate-star{cursor:default}.l2c-crm-ant-rate-disabled .l2c-crm-ant-rate-star>div:hover{transform:scale(1)}.l2c-crm-ant-rate-star{position:relative;display:inline-block;color:inherit;cursor:pointer}.l2c-crm-ant-rate-star:not(:last-child){margin-right:8px}.l2c-crm-ant-rate-star>div{transition:all .3s,outline 0s}.l2c-crm-ant-rate-star>div:hover{transform:scale(1.1)}.l2c-crm-ant-rate-star>div:focus{outline:0}.l2c-crm-ant-rate-star>div:focus-visible{outline:1px dashed #fadb14;transform:scale(1.1)}.l2c-crm-ant-rate-star-first,.l2c-crm-ant-rate-star-second{color:#f0f0f0;transition:all .3s;-webkit-user-select:none;user-select:none}.l2c-crm-ant-rate-star-first .anticon,.l2c-crm-ant-rate-star-second .anticon{vertical-align:middle}.l2c-crm-ant-rate-star-first{position:absolute;top:0;left:0;width:50%;height:100%;overflow:hidden;opacity:0}.l2c-crm-ant-rate-star-half .l2c-crm-ant-rate-star-first,.l2c-crm-ant-rate-star-half .l2c-crm-ant-rate-star-second{opacity:1}.l2c-crm-ant-rate-star-half .l2c-crm-ant-rate-star-first,.l2c-crm-ant-rate-star-full .l2c-crm-ant-rate-star-second{color:inherit}.l2c-crm-ant-rate-text{display:inline-block;margin:0 8px;font-size:14px}.l2c-crm-ant-rate-rtl{direction:rtl}.l2c-crm-ant-rate-rtl .l2c-crm-ant-rate-star:not(:last-child){margin-right:0;margin-left:8px}.l2c-crm-ant-rate-rtl .l2c-crm-ant-rate-star-first{right:0;left:auto}.l2c-crm-ant-result{padding:48px 32px}.l2c-crm-ant-result-success .l2c-crm-ant-result-icon>.anticon{color:#52c41a}.l2c-crm-ant-result-error .l2c-crm-ant-result-icon>.anticon{color:#ff4d4f}.l2c-crm-ant-result-info .l2c-crm-ant-result-icon>.anticon{color:#4c6aff}.l2c-crm-ant-result-warning .l2c-crm-ant-result-icon>.anticon{color:#faad14}.l2c-crm-ant-result-image{width:250px;height:295px;margin:auto}.l2c-crm-ant-result-icon{margin-bottom:24px;text-align:center}.l2c-crm-ant-result-icon>.anticon{font-size:72px}.l2c-crm-ant-result-title{color:#000000d9;font-size:24px;line-height:1.8;text-align:center}.l2c-crm-ant-result-subtitle{color:#00000073;font-size:14px;line-height:1.6;text-align:center}.l2c-crm-ant-result-extra{margin:24px 0 0;text-align:center}.l2c-crm-ant-result-extra>*{margin-right:8px}.l2c-crm-ant-result-extra>*:last-child{margin-right:0}.l2c-crm-ant-result-content{margin-top:24px;padding:24px 40px;background-color:#fafafa}.l2c-crm-ant-result-rtl{direction:rtl}.l2c-crm-ant-result-rtl .l2c-crm-ant-result-extra>*{margin-right:0;margin-left:8px}.l2c-crm-ant-result-rtl .l2c-crm-ant-result-extra>*:last-child{margin-left:0}.segmented-disabled-item,.segmented-disabled-item:hover,.segmented-disabled-item:focus{color:#00000040;cursor:not-allowed}.segmented-item-selected{background-color:#fff;border-radius:2px;box-shadow:0 2px 8px -2px #0000000d,0 1px 4px -1px #00000012,0 0 1px #00000014}.segmented-text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.l2c-crm-ant-segmented{box-sizing:border-box;margin:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block;padding:2px;color:#000000a6;background-color:#0000000a;border-radius:2px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.l2c-crm-ant-segmented-group{position:relative;display:flex;align-items:stretch;justify-items:flex-start;width:100%}.l2c-crm-ant-segmented.l2c-crm-ant-segmented-block{display:flex}.l2c-crm-ant-segmented.l2c-crm-ant-segmented-block .l2c-crm-ant-segmented-item{flex:1 1;min-width:0}.l2c-crm-ant-segmented:not(.l2c-crm-ant-segmented-disabled):hover,.l2c-crm-ant-segmented:not(.l2c-crm-ant-segmented-disabled):focus{background-color:#0000000f}.l2c-crm-ant-segmented-item{position:relative;text-align:center;cursor:pointer;transition:color .3s cubic-bezier(.645,.045,.355,1)}.l2c-crm-ant-segmented-item-selected{background-color:#fff;border-radius:2px;box-shadow:0 2px 8px -2px #0000000d,0 1px 4px -1px #00000012,0 0 1px #00000014;color:#262626}.l2c-crm-ant-segmented-item:hover,.l2c-crm-ant-segmented-item:focus{color:#262626}.l2c-crm-ant-segmented-item-label{min-height:28px;padding:0 11px;line-height:28px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.l2c-crm-ant-segmented-item-icon+*{margin-left:6px}.l2c-crm-ant-segmented-item-input{position:absolute;top:0;left:0;width:0;height:0;opacity:0;pointer-events:none}.l2c-crm-ant-segmented.l2c-crm-ant-segmented-lg .l2c-crm-ant-segmented-item-label{min-height:36px;padding:0 11px;font-size:16px;line-height:36px}.l2c-crm-ant-segmented.l2c-crm-ant-segmented-sm .l2c-crm-ant-segmented-item-label{min-height:20px;padding:0 7px;line-height:20px}.l2c-crm-ant-segmented-item-disabled,.l2c-crm-ant-segmented-item-disabled:hover,.l2c-crm-ant-segmented-item-disabled:focus{color:#00000040;cursor:not-allowed}.l2c-crm-ant-segmented-thumb{background-color:#fff;border-radius:2px;box-shadow:0 2px 8px -2px #0000000d,0 1px 4px -1px #00000012,0 0 1px #00000014;position:absolute;top:0;left:0;width:0;height:100%;padding:4px 0}.l2c-crm-ant-segmented-thumb-motion-appear-active{transition:transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);will-change:transform,width}.l2c-crm-ant-segmented.l2c-crm-ant-segmented-rtl{direction:rtl}.l2c-crm-ant-segmented.l2c-crm-ant-segmented-rtl .l2c-crm-ant-segmented-item-icon{margin-right:0;margin-left:6px}.l2c-crm-ant-select-single .l2c-crm-ant-select-selector{display:flex}.l2c-crm-ant-select-single .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-search{position:absolute;top:0;right:11px;bottom:0;left:11px}.l2c-crm-ant-select-single .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-search-input{width:100%}.l2c-crm-ant-select-single .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-item,.l2c-crm-ant-select-single .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-placeholder{padding:0;line-height:30px;transition:all .3s}.l2c-crm-ant-select-single .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-item{position:relative;-webkit-user-select:none;user-select:none}.l2c-crm-ant-select-single .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-placeholder{transition:none;pointer-events:none}.l2c-crm-ant-select-single .l2c-crm-ant-select-selector:after,.l2c-crm-ant-select-single .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-item:after,.l2c-crm-ant-select-single .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-placeholder:after{display:inline-block;width:0;visibility:hidden;content:" "}.l2c-crm-ant-select-single.l2c-crm-ant-select-show-arrow .l2c-crm-ant-select-selection-search{right:25px}.l2c-crm-ant-select-single.l2c-crm-ant-select-show-arrow .l2c-crm-ant-select-selection-item,.l2c-crm-ant-select-single.l2c-crm-ant-select-show-arrow .l2c-crm-ant-select-selection-placeholder{padding-right:18px}.l2c-crm-ant-select-single.l2c-crm-ant-select-open .l2c-crm-ant-select-selection-item{color:#bfbfbf}.l2c-crm-ant-select-single:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{width:100%;height:32px;padding:0 11px}.l2c-crm-ant-select-single:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-search-input{height:30px}.l2c-crm-ant-select-single:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector:after{line-height:30px}.l2c-crm-ant-select-single.l2c-crm-ant-select-customize-input .l2c-crm-ant-select-selector:after{display:none}.l2c-crm-ant-select-single.l2c-crm-ant-select-customize-input .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-search{position:static;width:100%}.l2c-crm-ant-select-single.l2c-crm-ant-select-customize-input .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-placeholder{position:absolute;right:0;left:0;padding:0 11px}.l2c-crm-ant-select-single.l2c-crm-ant-select-customize-input .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-placeholder:after{display:none}.l2c-crm-ant-select-single.l2c-crm-ant-select-lg:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{height:40px}.l2c-crm-ant-select-single.l2c-crm-ant-select-lg:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector:after,.l2c-crm-ant-select-single.l2c-crm-ant-select-lg:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-item,.l2c-crm-ant-select-single.l2c-crm-ant-select-lg:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-placeholder{line-height:38px}.l2c-crm-ant-select-single.l2c-crm-ant-select-lg:not(.l2c-crm-ant-select-customize-input):not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selection-search-input{height:38px}.l2c-crm-ant-select-single.l2c-crm-ant-select-sm:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{height:24px}.l2c-crm-ant-select-single.l2c-crm-ant-select-sm:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector:after,.l2c-crm-ant-select-single.l2c-crm-ant-select-sm:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-item,.l2c-crm-ant-select-single.l2c-crm-ant-select-sm:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-placeholder{line-height:22px}.l2c-crm-ant-select-single.l2c-crm-ant-select-sm:not(.l2c-crm-ant-select-customize-input):not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selection-search-input{height:22px}.l2c-crm-ant-select-single.l2c-crm-ant-select-sm:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selection-search{right:7px;left:7px}.l2c-crm-ant-select-single.l2c-crm-ant-select-sm:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{padding:0 7px}.l2c-crm-ant-select-single.l2c-crm-ant-select-sm:not(.l2c-crm-ant-select-customize-input).l2c-crm-ant-select-show-arrow .l2c-crm-ant-select-selection-search{right:28px}.l2c-crm-ant-select-single.l2c-crm-ant-select-sm:not(.l2c-crm-ant-select-customize-input).l2c-crm-ant-select-show-arrow .l2c-crm-ant-select-selection-item,.l2c-crm-ant-select-single.l2c-crm-ant-select-sm:not(.l2c-crm-ant-select-customize-input).l2c-crm-ant-select-show-arrow .l2c-crm-ant-select-selection-placeholder{padding-right:21px}.l2c-crm-ant-select-single.l2c-crm-ant-select-lg:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{padding:0 11px}.l2c-crm-ant-select-selection-overflow{position:relative;display:flex;flex:auto;flex-wrap:wrap;max-width:100%}.l2c-crm-ant-select-selection-overflow-item{flex:none;align-self:center;max-width:100%}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selector{display:flex;flex-wrap:wrap;align-items:center;padding:1px 4px}.l2c-crm-ant-select-show-search.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selector{cursor:text}.l2c-crm-ant-select-disabled.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selector{background:#f5f5f5;cursor:not-allowed}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selector:after{display:inline-block;width:0;margin:2px 0;line-height:24px;content:" "}.l2c-crm-ant-select-multiple.l2c-crm-ant-select-show-arrow .l2c-crm-ant-select-selector,.l2c-crm-ant-select-multiple.l2c-crm-ant-select-allow-clear .l2c-crm-ant-select-selector{padding-right:24px}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-item{position:relative;display:flex;flex:none;box-sizing:border-box;max-width:100%;height:24px;margin-top:2px;margin-bottom:2px;line-height:22px;background:#f5f5f5;border:1px solid #f0f0f0;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:8px;padding-inline-end:4px}.l2c-crm-ant-select-disabled.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-item{color:#bfbfbf;border-color:#d9d9d9;cursor:not-allowed}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-item-content{display:inline-block;margin-right:4px;overflow:hidden;white-space:pre;text-overflow:ellipsis}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-item-remove{color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;color:#00000073;font-weight:700;font-size:10px;line-height:inherit;cursor:pointer}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-item-remove>*{line-height:1}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-item-remove svg{display:inline-block}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-item-remove:before{display:none}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-item-remove .l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-item-remove-icon{display:block}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-item-remove>.anticon{vertical-align:middle}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-item-remove:hover{color:#000000bf}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-overflow-item+.l2c-crm-ant-select-selection-overflow-item .l2c-crm-ant-select-selection-search{margin-inline-start:0}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-search{position:relative;max-width:100%;margin-inline-start:7px}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-search-input,.l2c-crm-ant-select-multiple .l2c-crm-ant-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}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-search-input{width:100%;min-width:4.1px}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-search-mirror{position:absolute;top:0;left:0;z-index:999;white-space:pre;visibility:hidden}.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-placeholder{position:absolute;top:50%;right:11px;left:11px;transform:translateY(-50%);transition:all .3s}.l2c-crm-ant-select-multiple.l2c-crm-ant-select-lg .l2c-crm-ant-select-selector:after{line-height:32px}.l2c-crm-ant-select-multiple.l2c-crm-ant-select-lg .l2c-crm-ant-select-selection-item{height:32px;line-height:30px}.l2c-crm-ant-select-multiple.l2c-crm-ant-select-lg .l2c-crm-ant-select-selection-search{height:32px;line-height:32px}.l2c-crm-ant-select-multiple.l2c-crm-ant-select-lg .l2c-crm-ant-select-selection-search-input,.l2c-crm-ant-select-multiple.l2c-crm-ant-select-lg .l2c-crm-ant-select-selection-search-mirror{height:32px;line-height:30px}.l2c-crm-ant-select-multiple.l2c-crm-ant-select-sm .l2c-crm-ant-select-selector:after{line-height:16px}.l2c-crm-ant-select-multiple.l2c-crm-ant-select-sm .l2c-crm-ant-select-selection-item{height:16px;line-height:14px}.l2c-crm-ant-select-multiple.l2c-crm-ant-select-sm .l2c-crm-ant-select-selection-search{height:16px;line-height:16px}.l2c-crm-ant-select-multiple.l2c-crm-ant-select-sm .l2c-crm-ant-select-selection-search-input,.l2c-crm-ant-select-multiple.l2c-crm-ant-select-sm .l2c-crm-ant-select-selection-search-mirror{height:16px;line-height:14px}.l2c-crm-ant-select-multiple.l2c-crm-ant-select-sm .l2c-crm-ant-select-selection-placeholder{left:7px}.l2c-crm-ant-select-multiple.l2c-crm-ant-select-sm .l2c-crm-ant-select-selection-search{margin-inline-start:3px}.l2c-crm-ant-select-multiple.l2c-crm-ant-select-lg .l2c-crm-ant-select-selection-item{height:32px;line-height:32px}.l2c-crm-ant-select-disabled .l2c-crm-ant-select-selection-item-remove{display:none}.l2c-crm-ant-select-status-error.l2c-crm-ant-select:not(.l2c-crm-ant-select-disabled):not(.l2c-crm-ant-select-customize-input):not(.l2c-crm-ant-pagination-size-changer) .l2c-crm-ant-select-selector{background-color:#fff;border-color:#ff4d4f!important}.l2c-crm-ant-select-status-error.l2c-crm-ant-select:not(.l2c-crm-ant-select-disabled):not(.l2c-crm-ant-select-customize-input):not(.l2c-crm-ant-pagination-size-changer).l2c-crm-ant-select-open .l2c-crm-ant-select-selector,.l2c-crm-ant-select-status-error.l2c-crm-ant-select:not(.l2c-crm-ant-select-disabled):not(.l2c-crm-ant-select-customize-input):not(.l2c-crm-ant-pagination-size-changer).l2c-crm-ant-select-focused .l2c-crm-ant-select-selector{border-color:#ff7875;box-shadow:0 0 0 2px #ff4d4f33;border-right-width:1px;outline:0}.l2c-crm-ant-select-status-warning.l2c-crm-ant-select:not(.l2c-crm-ant-select-disabled):not(.l2c-crm-ant-select-customize-input):not(.l2c-crm-ant-pagination-size-changer) .l2c-crm-ant-select-selector{background-color:#fff;border-color:#faad14!important}.l2c-crm-ant-select-status-warning.l2c-crm-ant-select:not(.l2c-crm-ant-select-disabled):not(.l2c-crm-ant-select-customize-input):not(.l2c-crm-ant-pagination-size-changer).l2c-crm-ant-select-open .l2c-crm-ant-select-selector,.l2c-crm-ant-select-status-warning.l2c-crm-ant-select:not(.l2c-crm-ant-select-disabled):not(.l2c-crm-ant-select-customize-input):not(.l2c-crm-ant-pagination-size-changer).l2c-crm-ant-select-focused .l2c-crm-ant-select-selector{border-color:#ffc53d;box-shadow:0 0 0 2px #faad1433;border-right-width:1px;outline:0}.l2c-crm-ant-select-status-error.l2c-crm-ant-select-has-feedback .l2c-crm-ant-select-clear,.l2c-crm-ant-select-status-warning.l2c-crm-ant-select-has-feedback .l2c-crm-ant-select-clear,.l2c-crm-ant-select-status-success.l2c-crm-ant-select-has-feedback .l2c-crm-ant-select-clear,.l2c-crm-ant-select-status-validating.l2c-crm-ant-select-has-feedback .l2c-crm-ant-select-clear{right:32px}.l2c-crm-ant-select-status-error.l2c-crm-ant-select-has-feedback .l2c-crm-ant-select-selection-selected-value,.l2c-crm-ant-select-status-warning.l2c-crm-ant-select-has-feedback .l2c-crm-ant-select-selection-selected-value,.l2c-crm-ant-select-status-success.l2c-crm-ant-select-has-feedback .l2c-crm-ant-select-selection-selected-value,.l2c-crm-ant-select-status-validating.l2c-crm-ant-select-has-feedback .l2c-crm-ant-select-selection-selected-value{padding-right:42px}.l2c-crm-ant-select{box-sizing:border-box;margin:0;padding:0;color:#000000d9;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}.l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{position:relative;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector input{cursor:pointer}.l2c-crm-ant-select-show-search.l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{cursor:text}.l2c-crm-ant-select-show-search.l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector input{cursor:auto}.l2c-crm-ant-select-focused:not(.l2c-crm-ant-select-disabled).l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{border-color:#7591ff;box-shadow:0 0 0 2px #4c6aff33;border-right-width:1px;outline:0}.l2c-crm-ant-input-rtl .l2c-crm-ant-select-focused:not(.l2c-crm-ant-select-disabled).l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-select-disabled.l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{color:#00000040;background:#f5f5f5;cursor:not-allowed}.l2c-crm-ant-select-multiple.l2c-crm-ant-select-disabled.l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{background:#f5f5f5}.l2c-crm-ant-select-disabled.l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector input{cursor:not-allowed}.l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-search-input{margin:0;padding:0;background:transparent;border:none;outline:none;-webkit-appearance:none;appearance:none}.l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-search-input::-webkit-search-cancel-button{display:none;-webkit-appearance:none}.l2c-crm-ant-select:not(.l2c-crm-ant-select-disabled):hover .l2c-crm-ant-select-selector{border-color:#7591ff;border-right-width:1px}.l2c-crm-ant-input-rtl .l2c-crm-ant-select:not(.l2c-crm-ant-select-disabled):hover .l2c-crm-ant-select-selector{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-select-selection-item{flex:1 1;overflow:hidden;font-weight:400;white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast: none){.l2c-crm-ant-select-selection-item *::-ms-backdrop,.l2c-crm-ant-select-selection-item{flex:auto}}.l2c-crm-ant-select-selection-placeholder{flex:1 1;overflow:hidden;color:#bfbfbf;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}@media all and (-ms-high-contrast: none){.l2c-crm-ant-select-selection-placeholder *::-ms-backdrop,.l2c-crm-ant-select-selection-placeholder{flex:auto}}.l2c-crm-ant-select-arrow{display:inline-block;color:inherit;font-style:normal;line-height:0;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;right:11px;display:flex;align-items:center;height:12px;margin-top:-6px;color:#00000040;font-size:12px;line-height:1;text-align:center;pointer-events:none}.l2c-crm-ant-select-arrow>*{line-height:1}.l2c-crm-ant-select-arrow svg{display:inline-block}.l2c-crm-ant-select-arrow:before{display:none}.l2c-crm-ant-select-arrow .l2c-crm-ant-select-arrow-icon{display:block}.l2c-crm-ant-select-arrow .anticon{vertical-align:top;transition:transform .3s}.l2c-crm-ant-select-arrow .anticon>svg{vertical-align:top}.l2c-crm-ant-select-arrow .anticon:not(.l2c-crm-ant-select-suffix){pointer-events:auto}.l2c-crm-ant-select-disabled .l2c-crm-ant-select-arrow{cursor:not-allowed}.l2c-crm-ant-select-arrow>*:not(:last-child){margin-inline-end:8px}.l2c-crm-ant-select-clear{position:absolute;top:50%;right:11px;z-index:1;display:inline-block;width:12px;height:12px;margin-top:-6px;color:#00000040;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}.l2c-crm-ant-select-clear:before{display:block}.l2c-crm-ant-select-clear:hover{color:#00000073}.l2c-crm-ant-select:hover .l2c-crm-ant-select-clear{opacity:1}.l2c-crm-ant-select-dropdown{margin:0;color:#000000d9;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;padding:4px 0;overflow:hidden;font-size:14px;font-variant:initial;background-color:#fff;border-radius:2px;outline:none;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.l2c-crm-ant-select-dropdown.l2c-crm-ant-slide-up-enter.l2c-crm-ant-slide-up-enter-active.l2c-crm-ant-select-dropdown-placement-bottomLeft,.l2c-crm-ant-select-dropdown.l2c-crm-ant-slide-up-appear.l2c-crm-ant-slide-up-appear-active.l2c-crm-ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpIn}.l2c-crm-ant-select-dropdown.l2c-crm-ant-slide-up-enter.l2c-crm-ant-slide-up-enter-active.l2c-crm-ant-select-dropdown-placement-topLeft,.l2c-crm-ant-select-dropdown.l2c-crm-ant-slide-up-appear.l2c-crm-ant-slide-up-appear-active.l2c-crm-ant-select-dropdown-placement-topLeft{animation-name:antSlideDownIn}.l2c-crm-ant-select-dropdown.l2c-crm-ant-slide-up-leave.l2c-crm-ant-slide-up-leave-active.l2c-crm-ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpOut}.l2c-crm-ant-select-dropdown.l2c-crm-ant-slide-up-leave.l2c-crm-ant-slide-up-leave-active.l2c-crm-ant-select-dropdown-placement-topLeft{animation-name:antSlideDownOut}.l2c-crm-ant-select-dropdown-hidden{display:none}.l2c-crm-ant-select-dropdown-empty{color:#00000040}.l2c-crm-ant-select-item-empty{position:relative;display:block;min-height:32px;padding:5px 12px;color:#000000d9;font-weight:400;font-size:14px;line-height:22px;color:#00000040}.l2c-crm-ant-select-item{position:relative;display:block;min-height:32px;padding:5px 12px;color:#000000d9;font-weight:400;font-size:14px;line-height:22px;cursor:pointer;transition:background .3s ease}.l2c-crm-ant-select-item-group{color:#00000073;font-size:12px;cursor:default}.l2c-crm-ant-select-item-option{display:flex}.l2c-crm-ant-select-item-option-content{flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.l2c-crm-ant-select-item-option-state{flex:none}.l2c-crm-ant-select-item-option-active:not(.l2c-crm-ant-select-item-option-disabled){background-color:#f5f5f5}.l2c-crm-ant-select-item-option-selected:not(.l2c-crm-ant-select-item-option-disabled){color:#000000d9;font-weight:600;background-color:#f0f5ff}.l2c-crm-ant-select-item-option-selected:not(.l2c-crm-ant-select-item-option-disabled) .l2c-crm-ant-select-item-option-state{color:#4c6aff}.l2c-crm-ant-select-item-option-disabled{color:#00000040;cursor:not-allowed}.l2c-crm-ant-select-item-option-disabled.l2c-crm-ant-select-item-option-selected{background-color:#f5f5f5}.l2c-crm-ant-select-item-option-grouped{padding-left:24px}.l2c-crm-ant-select-lg{font-size:16px}.l2c-crm-ant-select-borderless .l2c-crm-ant-select-selector{background-color:transparent!important;border-color:transparent!important;box-shadow:none!important}.l2c-crm-ant-select.l2c-crm-ant-select-in-form-item{width:100%}.l2c-crm-ant-select-rtl{direction:rtl}.l2c-crm-ant-select-rtl .l2c-crm-ant-select-arrow,.l2c-crm-ant-select-rtl .l2c-crm-ant-select-clear{right:initial;left:11px}.l2c-crm-ant-select-dropdown-rtl{direction:rtl}.l2c-crm-ant-select-dropdown-rtl .l2c-crm-ant-select-item-option-grouped{padding-right:24px;padding-left:12px}.l2c-crm-ant-select-rtl.l2c-crm-ant-select-multiple.l2c-crm-ant-select-show-arrow .l2c-crm-ant-select-selector,.l2c-crm-ant-select-rtl.l2c-crm-ant-select-multiple.l2c-crm-ant-select-allow-clear .l2c-crm-ant-select-selector{padding-right:4px;padding-left:24px}.l2c-crm-ant-select-rtl.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-item{text-align:right}.l2c-crm-ant-select-rtl.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-item-content{margin-right:0;margin-left:4px;text-align:right}.l2c-crm-ant-select-rtl.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-search-mirror{right:0;left:auto}.l2c-crm-ant-select-rtl.l2c-crm-ant-select-multiple .l2c-crm-ant-select-selection-placeholder{right:11px;left:auto}.l2c-crm-ant-select-rtl.l2c-crm-ant-select-multiple.l2c-crm-ant-select-sm .l2c-crm-ant-select-selection-placeholder{right:7px}.l2c-crm-ant-select-rtl.l2c-crm-ant-select-single .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-item,.l2c-crm-ant-select-rtl.l2c-crm-ant-select-single .l2c-crm-ant-select-selector .l2c-crm-ant-select-selection-placeholder{right:0;left:9px;text-align:right}.l2c-crm-ant-select-rtl.l2c-crm-ant-select-single.l2c-crm-ant-select-show-arrow .l2c-crm-ant-select-selection-search{right:11px;left:25px}.l2c-crm-ant-select-rtl.l2c-crm-ant-select-single.l2c-crm-ant-select-show-arrow .l2c-crm-ant-select-selection-item,.l2c-crm-ant-select-rtl.l2c-crm-ant-select-single.l2c-crm-ant-select-show-arrow .l2c-crm-ant-select-selection-placeholder{padding-right:0;padding-left:18px}.l2c-crm-ant-select-rtl.l2c-crm-ant-select-single.l2c-crm-ant-select-sm:not(.l2c-crm-ant-select-customize-input).l2c-crm-ant-select-show-arrow .l2c-crm-ant-select-selection-search{right:6px}.l2c-crm-ant-select-rtl.l2c-crm-ant-select-single.l2c-crm-ant-select-sm:not(.l2c-crm-ant-select-customize-input).l2c-crm-ant-select-show-arrow .l2c-crm-ant-select-selection-item,.l2c-crm-ant-select-rtl.l2c-crm-ant-select-single.l2c-crm-ant-select-sm:not(.l2c-crm-ant-select-customize-input).l2c-crm-ant-select-show-arrow .l2c-crm-ant-select-selection-placeholder{padding-right:0;padding-left:21px}.l2c-crm-ant-skeleton{display:table;width:100%}.l2c-crm-ant-skeleton-header{display:table-cell;padding-right:16px;vertical-align:top}.l2c-crm-ant-skeleton-header .l2c-crm-ant-skeleton-avatar{display:inline-block;vertical-align:top;background:rgba(190,190,190,.2);width:32px;height:32px;line-height:32px}.l2c-crm-ant-skeleton-header .l2c-crm-ant-skeleton-avatar.l2c-crm-ant-skeleton-avatar-circle{border-radius:50%}.l2c-crm-ant-skeleton-header .l2c-crm-ant-skeleton-avatar-lg{width:40px;height:40px;line-height:40px}.l2c-crm-ant-skeleton-header .l2c-crm-ant-skeleton-avatar-lg.l2c-crm-ant-skeleton-avatar-circle{border-radius:50%}.l2c-crm-ant-skeleton-header .l2c-crm-ant-skeleton-avatar-sm{width:24px;height:24px;line-height:24px}.l2c-crm-ant-skeleton-header .l2c-crm-ant-skeleton-avatar-sm.l2c-crm-ant-skeleton-avatar-circle{border-radius:50%}.l2c-crm-ant-skeleton-content{display:table-cell;width:100%;vertical-align:top}.l2c-crm-ant-skeleton-content .l2c-crm-ant-skeleton-title{width:100%;height:16px;background:rgba(190,190,190,.2);border-radius:2px}.l2c-crm-ant-skeleton-content .l2c-crm-ant-skeleton-title+.l2c-crm-ant-skeleton-paragraph{margin-top:24px}.l2c-crm-ant-skeleton-content .l2c-crm-ant-skeleton-paragraph{padding:0}.l2c-crm-ant-skeleton-content .l2c-crm-ant-skeleton-paragraph>li{width:100%;height:16px;list-style:none;background:rgba(190,190,190,.2);border-radius:2px}.l2c-crm-ant-skeleton-content .l2c-crm-ant-skeleton-paragraph>li:last-child:not(:first-child):not(:nth-child(2)){width:61%}.l2c-crm-ant-skeleton-content .l2c-crm-ant-skeleton-paragraph>li+li{margin-top:16px}.l2c-crm-ant-skeleton-with-avatar .l2c-crm-ant-skeleton-content .l2c-crm-ant-skeleton-title{margin-top:12px}.l2c-crm-ant-skeleton-with-avatar .l2c-crm-ant-skeleton-content .l2c-crm-ant-skeleton-title+.l2c-crm-ant-skeleton-paragraph{margin-top:28px}.l2c-crm-ant-skeleton-round .l2c-crm-ant-skeleton-content .l2c-crm-ant-skeleton-title,.l2c-crm-ant-skeleton-round .l2c-crm-ant-skeleton-content .l2c-crm-ant-skeleton-paragraph>li{border-radius:100px}.l2c-crm-ant-skeleton-active .l2c-crm-ant-skeleton-title,.l2c-crm-ant-skeleton-active .l2c-crm-ant-skeleton-paragraph>li,.l2c-crm-ant-skeleton-active .l2c-crm-ant-skeleton-avatar,.l2c-crm-ant-skeleton-active .l2c-crm-ant-skeleton-button,.l2c-crm-ant-skeleton-active .l2c-crm-ant-skeleton-input,.l2c-crm-ant-skeleton-active .l2c-crm-ant-skeleton-image{position:relative;z-index:0;overflow:hidden;background:transparent}.l2c-crm-ant-skeleton-active .l2c-crm-ant-skeleton-title:after,.l2c-crm-ant-skeleton-active .l2c-crm-ant-skeleton-paragraph>li:after,.l2c-crm-ant-skeleton-active .l2c-crm-ant-skeleton-avatar:after,.l2c-crm-ant-skeleton-active .l2c-crm-ant-skeleton-button:after,.l2c-crm-ant-skeleton-active .l2c-crm-ant-skeleton-input:after,.l2c-crm-ant-skeleton-active .l2c-crm-ant-skeleton-image:after{position:absolute;top:0;right:-150%;bottom:0;left:-150%;background:linear-gradient(90deg,rgba(190,190,190,.2) 25%,rgba(129,129,129,.24) 37%,rgba(190,190,190,.2) 63%);animation:l2c-crm-ant-skeleton-loading 1.4s ease infinite;content:""}.l2c-crm-ant-skeleton.l2c-crm-ant-skeleton-block,.l2c-crm-ant-skeleton.l2c-crm-ant-skeleton-block .l2c-crm-ant-skeleton-button,.l2c-crm-ant-skeleton.l2c-crm-ant-skeleton-block .l2c-crm-ant-skeleton-input{width:100%}.l2c-crm-ant-skeleton-element{display:inline-block;width:auto}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-button{display:inline-block;vertical-align:top;background:rgba(190,190,190,.2);border-radius:2px;width:64px;min-width:64px;height:32px;line-height:32px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-button.l2c-crm-ant-skeleton-button-square{width:32px;min-width:32px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-button.l2c-crm-ant-skeleton-button-circle{width:32px;min-width:32px;border-radius:50%}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-button.l2c-crm-ant-skeleton-button-round{border-radius:32px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-button-lg{width:80px;min-width:80px;height:40px;line-height:40px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-button-lg.l2c-crm-ant-skeleton-button-square{width:40px;min-width:40px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-button-lg.l2c-crm-ant-skeleton-button-circle{width:40px;min-width:40px;border-radius:50%}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-button-lg.l2c-crm-ant-skeleton-button-round{border-radius:40px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-button-sm{width:48px;min-width:48px;height:24px;line-height:24px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-button-sm.l2c-crm-ant-skeleton-button-square{width:24px;min-width:24px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-button-sm.l2c-crm-ant-skeleton-button-circle{width:24px;min-width:24px;border-radius:50%}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-button-sm.l2c-crm-ant-skeleton-button-round{border-radius:24px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-avatar{display:inline-block;vertical-align:top;background:rgba(190,190,190,.2);width:32px;height:32px;line-height:32px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-avatar.l2c-crm-ant-skeleton-avatar-circle{border-radius:50%}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-avatar-lg{width:40px;height:40px;line-height:40px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-avatar-lg.l2c-crm-ant-skeleton-avatar-circle{border-radius:50%}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-avatar-sm{width:24px;height:24px;line-height:24px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-avatar-sm.l2c-crm-ant-skeleton-avatar-circle{border-radius:50%}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-input{display:inline-block;vertical-align:top;background:rgba(190,190,190,.2);width:160px;min-width:160px;height:32px;line-height:32px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-input-lg{width:200px;min-width:200px;height:40px;line-height:40px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-input-sm{width:120px;min-width:120px;height:24px;line-height:24px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-image{display:flex;align-items:center;justify-content:center;vertical-align:top;background:rgba(190,190,190,.2);width:96px;height:96px;line-height:96px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-image.l2c-crm-ant-skeleton-image-circle{border-radius:50%}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-image-path{fill:#bfbfbf}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-image-svg{width:48px;height:48px;line-height:48px;max-width:192px;max-height:192px}.l2c-crm-ant-skeleton-element .l2c-crm-ant-skeleton-image-svg.l2c-crm-ant-skeleton-image-circle{border-radius:50%}@keyframes l2c-crm-ant-skeleton-loading{0%{transform:translate(-37.5%)}to{transform:translate(37.5%)}}.l2c-crm-ant-skeleton-rtl{direction:rtl}.l2c-crm-ant-skeleton-rtl .l2c-crm-ant-skeleton-header{padding-right:0;padding-left:16px}.l2c-crm-ant-skeleton-rtl.l2c-crm-ant-skeleton.l2c-crm-ant-skeleton-active .l2c-crm-ant-skeleton-content .l2c-crm-ant-skeleton-title,.l2c-crm-ant-skeleton-rtl.l2c-crm-ant-skeleton.l2c-crm-ant-skeleton-active .l2c-crm-ant-skeleton-content .l2c-crm-ant-skeleton-paragraph>li{animation-name:l2c-crm-ant-skeleton-loading-rtl}.l2c-crm-ant-skeleton-rtl.l2c-crm-ant-skeleton.l2c-crm-ant-skeleton-active .l2c-crm-ant-skeleton-avatar{animation-name:l2c-crm-ant-skeleton-loading-rtl}@keyframes l2c-crm-ant-skeleton-loading-rtl{0%{background-position:0% 50%}to{background-position:100% 50%}}.l2c-crm-ant-slider{box-sizing:border-box;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;height:12px;margin:10px 6px;padding:4px 0;cursor:pointer;touch-action:none}.l2c-crm-ant-slider-vertical{width:12px;height:100%;margin:6px 10px;padding:0 4px}.l2c-crm-ant-slider-vertical .l2c-crm-ant-slider-rail{width:4px;height:100%}.l2c-crm-ant-slider-vertical .l2c-crm-ant-slider-track{width:4px}.l2c-crm-ant-slider-vertical .l2c-crm-ant-slider-handle{margin-top:-6px;margin-left:-5px}.l2c-crm-ant-slider-vertical .l2c-crm-ant-slider-mark{top:0;left:12px;width:18px;height:100%}.l2c-crm-ant-slider-vertical .l2c-crm-ant-slider-mark-text{left:4px;white-space:nowrap}.l2c-crm-ant-slider-vertical .l2c-crm-ant-slider-step{width:4px;height:100%}.l2c-crm-ant-slider-vertical .l2c-crm-ant-slider-dot{top:auto;margin-left:-2px}.l2c-crm-ant-slider-tooltip .l2c-crm-ant-tooltip-inner{min-width:unset}.l2c-crm-ant-slider-rtl.l2c-crm-ant-slider-vertical .l2c-crm-ant-slider-handle{margin-right:-5px;margin-left:0}.l2c-crm-ant-slider-rtl.l2c-crm-ant-slider-vertical .l2c-crm-ant-slider-mark{right:12px;left:auto}.l2c-crm-ant-slider-rtl.l2c-crm-ant-slider-vertical .l2c-crm-ant-slider-mark-text{right:4px;left:auto}.l2c-crm-ant-slider-rtl.l2c-crm-ant-slider-vertical .l2c-crm-ant-slider-dot{right:2px;left:auto}.l2c-crm-ant-slider-with-marks{margin-bottom:28px}.l2c-crm-ant-slider-rail{position:absolute;width:100%;height:4px;background-color:#f5f5f5;border-radius:2px;transition:background-color .3s}.l2c-crm-ant-slider-track{position:absolute;height:4px;background-color:#c7d6ff;border-radius:2px;transition:background-color .3s}.l2c-crm-ant-slider-handle{position:absolute;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #c7d6ff;border-radius:50%;box-shadow:0;cursor:pointer;transition:border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18,.89,.32,1.28)}.l2c-crm-ant-slider-handle-dragging{z-index:1}.l2c-crm-ant-slider-handle:focus{border-color:#7088ff;outline:none;box-shadow:0 0 0 5px #4c6aff1f}.l2c-crm-ant-slider-handle.l2c-crm-ant-tooltip-open{border-color:#4c6aff}.l2c-crm-ant-slider-handle:after{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;content:""}.l2c-crm-ant-slider:hover .l2c-crm-ant-slider-rail{background-color:#e1e1e1}.l2c-crm-ant-slider:hover .l2c-crm-ant-slider-track{background-color:#9eb5ff}.l2c-crm-ant-slider:hover .l2c-crm-ant-slider-handle:not(.l2c-crm-ant-tooltip-open){border-color:#9eb5ff}.l2c-crm-ant-slider-mark{position:absolute;top:14px;left:0;width:100%;font-size:14px}.l2c-crm-ant-slider-mark-text{position:absolute;display:inline-block;color:#00000073;text-align:center;word-break:keep-all;cursor:pointer;-webkit-user-select:none;user-select:none}.l2c-crm-ant-slider-mark-text-active{color:#000000d9}.l2c-crm-ant-slider-step{position:absolute;width:100%;height:4px;background:transparent;pointer-events:none}.l2c-crm-ant-slider-dot{position:absolute;top:-2px;width:8px;height:8px;background-color:#fff;border:2px solid #f0f0f0;border-radius:50%;cursor:pointer}.l2c-crm-ant-slider-dot-active{border-color:#a6b5ff}.l2c-crm-ant-slider-disabled{cursor:not-allowed}.l2c-crm-ant-slider-disabled .l2c-crm-ant-slider-rail{background-color:#f5f5f5!important}.l2c-crm-ant-slider-disabled .l2c-crm-ant-slider-track{background-color:#00000040!important}.l2c-crm-ant-slider-disabled .l2c-crm-ant-slider-handle,.l2c-crm-ant-slider-disabled .l2c-crm-ant-slider-dot{background-color:#fff;border-color:#00000040!important;box-shadow:none;cursor:not-allowed}.l2c-crm-ant-slider-disabled .l2c-crm-ant-slider-mark-text,.l2c-crm-ant-slider-disabled .l2c-crm-ant-slider-dot{cursor:not-allowed!important}.l2c-crm-ant-slider-rtl{direction:rtl}.l2c-crm-ant-slider-rtl .l2c-crm-ant-slider-mark{right:0;left:auto}.l2c-crm-ant-space{display:inline-flex}.l2c-crm-ant-space-vertical{flex-direction:column}.l2c-crm-ant-space-align-center{align-items:center}.l2c-crm-ant-space-align-start{align-items:flex-start}.l2c-crm-ant-space-align-end{align-items:flex-end}.l2c-crm-ant-space-align-baseline{align-items:baseline}.l2c-crm-ant-space-item:empty{display:none}.l2c-crm-ant-space-rtl{direction:rtl}.l2c-crm-ant-spin{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;display:none;color:#4c6aff;text-align:center;vertical-align:middle;opacity:0;transition:transform .3s cubic-bezier(.78,.14,.15,.86)}.l2c-crm-ant-spin-spinning{position:static;display:inline-block;opacity:1}.l2c-crm-ant-spin-nested-loading{position:relative}.l2c-crm-ant-spin-nested-loading>div>.l2c-crm-ant-spin{position:absolute;top:0;left:0;z-index:4;display:block;width:100%;height:100%;max-height:400px}.l2c-crm-ant-spin-nested-loading>div>.l2c-crm-ant-spin .l2c-crm-ant-spin-dot{position:absolute;top:50%;left:50%;margin:-10px}.l2c-crm-ant-spin-nested-loading>div>.l2c-crm-ant-spin .l2c-crm-ant-spin-text{position:absolute;top:50%;width:100%;padding-top:5px;text-shadow:0 1px 2px #fff}.l2c-crm-ant-spin-nested-loading>div>.l2c-crm-ant-spin.l2c-crm-ant-spin-show-text .l2c-crm-ant-spin-dot{margin-top:-20px}.l2c-crm-ant-spin-nested-loading>div>.l2c-crm-ant-spin-sm .l2c-crm-ant-spin-dot{margin:-7px}.l2c-crm-ant-spin-nested-loading>div>.l2c-crm-ant-spin-sm .l2c-crm-ant-spin-text{padding-top:2px}.l2c-crm-ant-spin-nested-loading>div>.l2c-crm-ant-spin-sm.l2c-crm-ant-spin-show-text .l2c-crm-ant-spin-dot{margin-top:-17px}.l2c-crm-ant-spin-nested-loading>div>.l2c-crm-ant-spin-lg .l2c-crm-ant-spin-dot{margin:-16px}.l2c-crm-ant-spin-nested-loading>div>.l2c-crm-ant-spin-lg .l2c-crm-ant-spin-text{padding-top:11px}.l2c-crm-ant-spin-nested-loading>div>.l2c-crm-ant-spin-lg.l2c-crm-ant-spin-show-text .l2c-crm-ant-spin-dot{margin-top:-26px}.l2c-crm-ant-spin-container{position:relative;transition:opacity .3s}.l2c-crm-ant-spin-container:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:none \	;width:100%;height:100%;background:#fff;opacity:0;transition:all .3s;content:"";pointer-events:none}.l2c-crm-ant-spin-blur{clear:both;opacity:.5;-webkit-user-select:none;user-select:none;pointer-events:none}.l2c-crm-ant-spin-blur:after{opacity:.4;pointer-events:auto}.l2c-crm-ant-spin-tip{color:#00000073}.l2c-crm-ant-spin-dot{position:relative;display:inline-block;font-size:20px;width:1em;height:1em}.l2c-crm-ant-spin-dot-item{position:absolute;display:block;width:9px;height:9px;background-color:#4c6aff;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove 1s infinite linear alternate}.l2c-crm-ant-spin-dot-item:nth-child(1){top:0;left:0}.l2c-crm-ant-spin-dot-item:nth-child(2){top:0;right:0;animation-delay:.4s}.l2c-crm-ant-spin-dot-item:nth-child(3){right:0;bottom:0;animation-delay:.8s}.l2c-crm-ant-spin-dot-item:nth-child(4){bottom:0;left:0;animation-delay:1.2s}.l2c-crm-ant-spin-dot-spin{transform:rotate(0);animation:antRotate 1.2s infinite linear}.l2c-crm-ant-spin-sm .l2c-crm-ant-spin-dot{font-size:14px}.l2c-crm-ant-spin-sm .l2c-crm-ant-spin-dot i{width:6px;height:6px}.l2c-crm-ant-spin-lg .l2c-crm-ant-spin-dot{font-size:32px}.l2c-crm-ant-spin-lg .l2c-crm-ant-spin-dot i{width:14px;height:14px}.l2c-crm-ant-spin.l2c-crm-ant-spin-show-text .l2c-crm-ant-spin-text{display:block}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.l2c-crm-ant-spin-blur{background:#fff;opacity:.5}}@keyframes antSpinMove{to{opacity:1}}@keyframes antRotate{to{transform:rotate(360deg)}}.l2c-crm-ant-spin-rtl{direction:rtl}.l2c-crm-ant-spin-rtl .l2c-crm-ant-spin-dot-spin{transform:rotate(-45deg);animation-name:antRotateRtl}@keyframes antRotateRtl{to{transform:rotate(-405deg)}}.l2c-crm-ant-statistic{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum"}.l2c-crm-ant-statistic-title{margin-bottom:4px;color:#00000073;font-size:14px}.l2c-crm-ant-statistic-skeleton{padding-top:16px}.l2c-crm-ant-statistic-content{color:#000000d9;font-size: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"}.l2c-crm-ant-statistic-content-value{display:inline-block;direction:ltr}.l2c-crm-ant-statistic-content-prefix,.l2c-crm-ant-statistic-content-suffix{display:inline-block}.l2c-crm-ant-statistic-content-prefix{margin-right:4px}.l2c-crm-ant-statistic-content-suffix{margin-left:4px}.l2c-crm-ant-statistic-rtl{direction:rtl}.l2c-crm-ant-statistic-rtl .l2c-crm-ant-statistic-content-prefix{margin-right:0;margin-left:4px}.l2c-crm-ant-statistic-rtl .l2c-crm-ant-statistic-content-suffix{margin-right:4px;margin-left:0}.l2c-crm-ant-steps{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:flex;width:100%;font-size:0;text-align:initial}.l2c-crm-ant-steps-item{position:relative;display:inline-block;flex:1 1;overflow:hidden;vertical-align:top}.l2c-crm-ant-steps-item-container{outline:none}.l2c-crm-ant-steps-item:last-child{flex:none}.l2c-crm-ant-steps-item:last-child>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-tail,.l2c-crm-ant-steps-item:last-child>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-content>.l2c-crm-ant-steps-item-title:after{display:none}.l2c-crm-ant-steps-item-icon,.l2c-crm-ant-steps-item-content{display:inline-block;vertical-align:top}.l2c-crm-ant-steps-item-icon{width:32px;height:32px;margin:0 8px 0 0;font-size:16px;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:32px;text-align:center;border:1px solid rgba(0,0,0,.25);border-radius:32px;transition:background-color .3s,border-color .3s}.l2c-crm-ant-steps-item-icon .l2c-crm-ant-steps-icon{position:relative;top:-.5px;color:#4c6aff;line-height:1}.l2c-crm-ant-steps-item-tail{position:absolute;top:12px;left:0;width:100%;padding:0 10px}.l2c-crm-ant-steps-item-tail:after{display:inline-block;width:100%;height:1px;background:#f0f0f0;border-radius:1px;transition:background .3s;content:""}.l2c-crm-ant-steps-item-title{position:relative;display:inline-block;padding-right:16px;color:#000000d9;font-size:16px;line-height:32px}.l2c-crm-ant-steps-item-title:after{position:absolute;top:16px;left:100%;display:block;width:9999px;height:1px;background:#f0f0f0;content:""}.l2c-crm-ant-steps-item-subtitle{display:inline;margin-left:8px;color:#00000073;font-weight:400;font-size:14px}.l2c-crm-ant-steps-item-description{color:#00000073;font-size:14px}.l2c-crm-ant-steps-item-wait .l2c-crm-ant-steps-item-icon{background-color:#fff;border-color:#00000040}.l2c-crm-ant-steps-item-wait .l2c-crm-ant-steps-item-icon>.l2c-crm-ant-steps-icon{color:#00000040}.l2c-crm-ant-steps-item-wait .l2c-crm-ant-steps-item-icon>.l2c-crm-ant-steps-icon .l2c-crm-ant-steps-icon-dot{background:rgba(0,0,0,.25)}.l2c-crm-ant-steps-item-wait>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-content>.l2c-crm-ant-steps-item-title{color:#00000073}.l2c-crm-ant-steps-item-wait>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-content>.l2c-crm-ant-steps-item-title:after{background-color:#f0f0f0}.l2c-crm-ant-steps-item-wait>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-content>.l2c-crm-ant-steps-item-description{color:#00000073}.l2c-crm-ant-steps-item-wait>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-tail:after{background-color:#f0f0f0}.l2c-crm-ant-steps-item-process .l2c-crm-ant-steps-item-icon{background-color:#fff;border-color:#4c6aff}.l2c-crm-ant-steps-item-process .l2c-crm-ant-steps-item-icon>.l2c-crm-ant-steps-icon{color:#4c6aff}.l2c-crm-ant-steps-item-process .l2c-crm-ant-steps-item-icon>.l2c-crm-ant-steps-icon .l2c-crm-ant-steps-icon-dot{background:#4c6aff}.l2c-crm-ant-steps-item-process>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-content>.l2c-crm-ant-steps-item-title{color:#000000d9}.l2c-crm-ant-steps-item-process>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-content>.l2c-crm-ant-steps-item-title:after{background-color:#f0f0f0}.l2c-crm-ant-steps-item-process>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-content>.l2c-crm-ant-steps-item-description{color:#000000d9}.l2c-crm-ant-steps-item-process>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-tail:after{background-color:#f0f0f0}.l2c-crm-ant-steps-item-process>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-icon{background:#4c6aff}.l2c-crm-ant-steps-item-process>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-icon .l2c-crm-ant-steps-icon{color:#fff}.l2c-crm-ant-steps-item-process>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-title{font-weight:500}.l2c-crm-ant-steps-item-finish .l2c-crm-ant-steps-item-icon{background-color:#fff;border-color:#4c6aff}.l2c-crm-ant-steps-item-finish .l2c-crm-ant-steps-item-icon>.l2c-crm-ant-steps-icon{color:#4c6aff}.l2c-crm-ant-steps-item-finish .l2c-crm-ant-steps-item-icon>.l2c-crm-ant-steps-icon .l2c-crm-ant-steps-icon-dot{background:#4c6aff}.l2c-crm-ant-steps-item-finish>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-content>.l2c-crm-ant-steps-item-title{color:#000000d9}.l2c-crm-ant-steps-item-finish>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-content>.l2c-crm-ant-steps-item-title:after{background-color:#4c6aff}.l2c-crm-ant-steps-item-finish>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-content>.l2c-crm-ant-steps-item-description{color:#00000073}.l2c-crm-ant-steps-item-finish>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-tail:after{background-color:#4c6aff}.l2c-crm-ant-steps-item-error .l2c-crm-ant-steps-item-icon{background-color:#fff;border-color:#ff4d4f}.l2c-crm-ant-steps-item-error .l2c-crm-ant-steps-item-icon>.l2c-crm-ant-steps-icon{color:#ff4d4f}.l2c-crm-ant-steps-item-error .l2c-crm-ant-steps-item-icon>.l2c-crm-ant-steps-icon .l2c-crm-ant-steps-icon-dot{background:#ff4d4f}.l2c-crm-ant-steps-item-error>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-content>.l2c-crm-ant-steps-item-title{color:#ff4d4f}.l2c-crm-ant-steps-item-error>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-content>.l2c-crm-ant-steps-item-title:after{background-color:#f0f0f0}.l2c-crm-ant-steps-item-error>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-content>.l2c-crm-ant-steps-item-description{color:#ff4d4f}.l2c-crm-ant-steps-item-error>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-tail:after{background-color:#f0f0f0}.l2c-crm-ant-steps-item.l2c-crm-ant-steps-next-error .l2c-crm-ant-steps-item-title:after{background:#ff4d4f}.l2c-crm-ant-steps-item-disabled{cursor:not-allowed}.l2c-crm-ant-steps .l2c-crm-ant-steps-item:not(.l2c-crm-ant-steps-item-active)>.l2c-crm-ant-steps-item-container[role=button]{cursor:pointer}.l2c-crm-ant-steps .l2c-crm-ant-steps-item:not(.l2c-crm-ant-steps-item-active)>.l2c-crm-ant-steps-item-container[role=button] .l2c-crm-ant-steps-item-title,.l2c-crm-ant-steps .l2c-crm-ant-steps-item:not(.l2c-crm-ant-steps-item-active)>.l2c-crm-ant-steps-item-container[role=button] .l2c-crm-ant-steps-item-subtitle,.l2c-crm-ant-steps .l2c-crm-ant-steps-item:not(.l2c-crm-ant-steps-item-active)>.l2c-crm-ant-steps-item-container[role=button] .l2c-crm-ant-steps-item-description,.l2c-crm-ant-steps .l2c-crm-ant-steps-item:not(.l2c-crm-ant-steps-item-active)>.l2c-crm-ant-steps-item-container[role=button] .l2c-crm-ant-steps-item-icon .l2c-crm-ant-steps-icon{transition:color .3s}.l2c-crm-ant-steps .l2c-crm-ant-steps-item:not(.l2c-crm-ant-steps-item-active)>.l2c-crm-ant-steps-item-container[role=button]:hover .l2c-crm-ant-steps-item-title,.l2c-crm-ant-steps .l2c-crm-ant-steps-item:not(.l2c-crm-ant-steps-item-active)>.l2c-crm-ant-steps-item-container[role=button]:hover .l2c-crm-ant-steps-item-subtitle,.l2c-crm-ant-steps .l2c-crm-ant-steps-item:not(.l2c-crm-ant-steps-item-active)>.l2c-crm-ant-steps-item-container[role=button]:hover .l2c-crm-ant-steps-item-description{color:#4c6aff}.l2c-crm-ant-steps .l2c-crm-ant-steps-item:not(.l2c-crm-ant-steps-item-active):not(.l2c-crm-ant-steps-item-process)>.l2c-crm-ant-steps-item-container[role=button]:hover .l2c-crm-ant-steps-item-icon{border-color:#4c6aff}.l2c-crm-ant-steps .l2c-crm-ant-steps-item:not(.l2c-crm-ant-steps-item-active):not(.l2c-crm-ant-steps-item-process)>.l2c-crm-ant-steps-item-container[role=button]:hover .l2c-crm-ant-steps-item-icon .l2c-crm-ant-steps-icon{color:#4c6aff}.l2c-crm-ant-steps-horizontal:not(.l2c-crm-ant-steps-label-vertical) .l2c-crm-ant-steps-item{padding-left:16px;white-space:nowrap}.l2c-crm-ant-steps-horizontal:not(.l2c-crm-ant-steps-label-vertical) .l2c-crm-ant-steps-item:first-child{padding-left:0}.l2c-crm-ant-steps-horizontal:not(.l2c-crm-ant-steps-label-vertical) .l2c-crm-ant-steps-item:last-child .l2c-crm-ant-steps-item-title{padding-right:0}.l2c-crm-ant-steps-horizontal:not(.l2c-crm-ant-steps-label-vertical) .l2c-crm-ant-steps-item-tail{display:none}.l2c-crm-ant-steps-horizontal:not(.l2c-crm-ant-steps-label-vertical) .l2c-crm-ant-steps-item-description{max-width:140px;white-space:normal}.l2c-crm-ant-steps-item-custom>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-icon{height:auto;background:none;border:0}.l2c-crm-ant-steps-item-custom>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-icon>.l2c-crm-ant-steps-icon{top:0px;left:.5px;width:32px;height:32px;font-size:24px;line-height:32px}.l2c-crm-ant-steps-item-custom.l2c-crm-ant-steps-item-process .l2c-crm-ant-steps-item-icon>.l2c-crm-ant-steps-icon{color:#4c6aff}.l2c-crm-ant-steps:not(.l2c-crm-ant-steps-vertical) .l2c-crm-ant-steps-item-custom .l2c-crm-ant-steps-item-icon{width:auto;background:none}.l2c-crm-ant-steps-small.l2c-crm-ant-steps-horizontal:not(.l2c-crm-ant-steps-label-vertical) .l2c-crm-ant-steps-item{padding-left:12px}.l2c-crm-ant-steps-small.l2c-crm-ant-steps-horizontal:not(.l2c-crm-ant-steps-label-vertical) .l2c-crm-ant-steps-item:first-child{padding-left:0}.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-icon{width:24px;height:24px;margin:0 8px 0 0;font-size:12px;line-height:24px;text-align:center;border-radius:24px}.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-title{padding-right:12px;font-size:14px;line-height:24px}.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-title:after{top:12px}.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-description{color:#00000073;font-size:14px}.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-tail{top:8px}.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-custom .l2c-crm-ant-steps-item-icon{width:inherit;height:inherit;line-height:inherit;background:none;border:0;border-radius:0}.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-custom .l2c-crm-ant-steps-item-icon>.l2c-crm-ant-steps-icon{font-size:24px;line-height:24px;transform:none}.l2c-crm-ant-steps-vertical{display:flex;flex-direction:column}.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item{display:block;flex:1 0 auto;padding-left:0;overflow:visible}.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item .l2c-crm-ant-steps-item-icon{float:left;margin-right:16px}.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item .l2c-crm-ant-steps-item-content{display:block;min-height:48px;overflow:hidden}.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item .l2c-crm-ant-steps-item-title{line-height:32px}.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item .l2c-crm-ant-steps-item-description{padding-bottom:12px}.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-tail{position:absolute;top:0;left:16px;width:1px;height:100%;padding:38px 0 6px}.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-tail:after{width:1px;height:100%}.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item:not(:last-child)>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-tail{display:block}.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-content>.l2c-crm-ant-steps-item-title:after{display:none}.l2c-crm-ant-steps-vertical.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-container .l2c-crm-ant-steps-item-tail{position:absolute;top:0;left:12px;padding:30px 0 6px}.l2c-crm-ant-steps-vertical.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-container .l2c-crm-ant-steps-item-title{line-height:24px}.l2c-crm-ant-steps-label-vertical .l2c-crm-ant-steps-item{overflow:visible}.l2c-crm-ant-steps-label-vertical .l2c-crm-ant-steps-item-tail{margin-left:58px;padding:3.5px 24px}.l2c-crm-ant-steps-label-vertical .l2c-crm-ant-steps-item-content{display:block;width:116px;margin-top:8px;text-align:center}.l2c-crm-ant-steps-label-vertical .l2c-crm-ant-steps-item-icon{display:inline-block;margin-left:42px}.l2c-crm-ant-steps-label-vertical .l2c-crm-ant-steps-item-title{padding-right:0;padding-left:0}.l2c-crm-ant-steps-label-vertical .l2c-crm-ant-steps-item-title:after{display:none}.l2c-crm-ant-steps-label-vertical .l2c-crm-ant-steps-item-subtitle{display:block;margin-bottom:4px;margin-left:0;line-height:1.5715}.l2c-crm-ant-steps-label-vertical.l2c-crm-ant-steps-small:not(.l2c-crm-ant-steps-dot) .l2c-crm-ant-steps-item-icon{margin-left:46px}.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-title,.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-title{line-height:1.5715}.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-tail,.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-tail{top:2px;width:100%;margin:0 0 0 70px;padding:0}.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-tail:after,.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-tail:after{width:calc(100% - 20px);height:3px;margin-left:12px}.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item:first-child .l2c-crm-ant-steps-icon-dot,.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item:first-child .l2c-crm-ant-steps-icon-dot{left:2px}.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-icon,.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-icon{width:8px;height:8px;margin-left:67px;padding-right:0;line-height:8px;background:transparent;border:0}.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-icon .l2c-crm-ant-steps-icon-dot,.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-icon .l2c-crm-ant-steps-icon-dot{position:relative;float:left;width:100%;height:100%;border-radius:100px;transition:all .3s}.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-icon .l2c-crm-ant-steps-icon-dot:after,.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-icon .l2c-crm-ant-steps-icon-dot:after{position:absolute;top:-12px;left:-26px;width:60px;height:32px;background:rgba(0,0,0,.001);content:""}.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-content,.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-content{width:140px}.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-process .l2c-crm-ant-steps-item-icon,.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-process .l2c-crm-ant-steps-item-icon{position:relative;top:-1px;width:10px;height:10px;line-height:10px;background:none}.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-process .l2c-crm-ant-steps-icon:first-child .l2c-crm-ant-steps-icon-dot,.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-process .l2c-crm-ant-steps-icon:first-child .l2c-crm-ant-steps-icon-dot{left:0}.l2c-crm-ant-steps-vertical.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-icon{margin-top:13px;margin-left:0;background:none}.l2c-crm-ant-steps-vertical.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-tail{top:6.5px;left:-9px;margin:0;padding:22px 0 4px}.l2c-crm-ant-steps-vertical.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-icon{margin-top:10px}.l2c-crm-ant-steps-vertical.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-tail{top:3.5px}.l2c-crm-ant-steps-vertical.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item:first-child .l2c-crm-ant-steps-icon-dot{left:0}.l2c-crm-ant-steps-vertical.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-content{width:inherit}.l2c-crm-ant-steps-vertical.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-process .l2c-crm-ant-steps-item-container .l2c-crm-ant-steps-item-icon .l2c-crm-ant-steps-icon-dot{top:-1px;left:-1px}.l2c-crm-ant-steps-navigation{padding-top:12px}.l2c-crm-ant-steps-navigation.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-container{margin-left:-12px}.l2c-crm-ant-steps-navigation .l2c-crm-ant-steps-item{overflow:visible;text-align:center}.l2c-crm-ant-steps-navigation .l2c-crm-ant-steps-item-container{display:inline-block;height:100%;margin-left:-16px;padding-bottom:12px;text-align:left;transition:opacity .3s}.l2c-crm-ant-steps-navigation .l2c-crm-ant-steps-item-container .l2c-crm-ant-steps-item-content{max-width:auto}.l2c-crm-ant-steps-navigation .l2c-crm-ant-steps-item-container .l2c-crm-ant-steps-item-title{max-width:100%;padding-right:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.l2c-crm-ant-steps-navigation .l2c-crm-ant-steps-item-container .l2c-crm-ant-steps-item-title:after{display:none}.l2c-crm-ant-steps-navigation .l2c-crm-ant-steps-item:not(.l2c-crm-ant-steps-item-active) .l2c-crm-ant-steps-item-container[role=button]{cursor:pointer}.l2c-crm-ant-steps-navigation .l2c-crm-ant-steps-item:not(.l2c-crm-ant-steps-item-active) .l2c-crm-ant-steps-item-container[role=button]:hover{opacity:.85}.l2c-crm-ant-steps-navigation .l2c-crm-ant-steps-item:last-child{flex:1 1}.l2c-crm-ant-steps-navigation .l2c-crm-ant-steps-item:last-child:after{display:none}.l2c-crm-ant-steps-navigation .l2c-crm-ant-steps-item:after{position:absolute;top:50%;left:100%;display:inline-block;width:12px;height:12px;margin-top:-14px;margin-left:-2px;border:1px solid rgba(0,0,0,.25);border-bottom:none;border-left:none;transform:rotate(45deg);content:""}.l2c-crm-ant-steps-navigation .l2c-crm-ant-steps-item:before{position:absolute;bottom:0;left:50%;display:inline-block;width:0;height:2px;background-color:#4c6aff;transition:width .3s,left .3s;transition-timing-function:ease-out;content:""}.l2c-crm-ant-steps-navigation .l2c-crm-ant-steps-item.l2c-crm-ant-steps-item-active:before{left:0;width:100%}.l2c-crm-ant-steps-navigation.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item{margin-right:0!important}.l2c-crm-ant-steps-navigation.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item:before{display:none}.l2c-crm-ant-steps-navigation.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item.l2c-crm-ant-steps-item-active:before{top:0;right:0;left:unset;display:block;width:3px;height:calc(100% - 24px)}.l2c-crm-ant-steps-navigation.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item:after{position:relative;top:-2px;left:50%;display:block;width:8px;height:8px;margin-bottom:8px;text-align:center;transform:rotate(135deg)}.l2c-crm-ant-steps-navigation.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-tail{visibility:hidden}.l2c-crm-ant-steps-navigation.l2c-crm-ant-steps-horizontal>.l2c-crm-ant-steps-item>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-tail{visibility:hidden}.l2c-crm-ant-steps-rtl{direction:rtl}.l2c-crm-ant-steps.l2c-crm-ant-steps-rtl .l2c-crm-ant-steps-item-icon{margin-right:0;margin-left:8px}.l2c-crm-ant-steps-rtl .l2c-crm-ant-steps-item-tail{right:0;left:auto}.l2c-crm-ant-steps-rtl .l2c-crm-ant-steps-item-title{padding-right:0;padding-left:16px}.l2c-crm-ant-steps-rtl .l2c-crm-ant-steps-item-title .l2c-crm-ant-steps-item-subtitle{float:left;margin-right:8px;margin-left:0}.l2c-crm-ant-steps-rtl .l2c-crm-ant-steps-item-title:after{right:100%;left:auto}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-horizontal:not(.l2c-crm-ant-steps-label-vertical) .l2c-crm-ant-steps-item{padding-right:16px;padding-left:0}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-horizontal:not(.l2c-crm-ant-steps-label-vertical) .l2c-crm-ant-steps-item:first-child{padding-right:0}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-horizontal:not(.l2c-crm-ant-steps-label-vertical) .l2c-crm-ant-steps-item:last-child .l2c-crm-ant-steps-item-title{padding-left:0}.l2c-crm-ant-steps-rtl .l2c-crm-ant-steps-item-custom .l2c-crm-ant-steps-item-icon>.l2c-crm-ant-steps-icon{right:.5px;left:auto}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-navigation.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-container{margin-right:-12px;margin-left:0}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-navigation .l2c-crm-ant-steps-item-container{margin-right:-16px;margin-left:0;text-align:right}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-navigation .l2c-crm-ant-steps-item-container .l2c-crm-ant-steps-item-title{padding-left:0}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-navigation .l2c-crm-ant-steps-item:after{right:100%;left:auto;margin-right:-2px;margin-left:0;transform:rotate(225deg)}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-small.l2c-crm-ant-steps-horizontal:not(.l2c-crm-ant-steps-label-vertical) .l2c-crm-ant-steps-item{padding-right:12px;padding-left:0}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-small.l2c-crm-ant-steps-horizontal:not(.l2c-crm-ant-steps-label-vertical) .l2c-crm-ant-steps-item:first-child{padding-right:0}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-title{padding-right:0;padding-left:12px}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item .l2c-crm-ant-steps-item-icon{float:right;margin-right:0;margin-left:16px}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-vertical>.l2c-crm-ant-steps-item>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-tail{right:16px;left:auto}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-vertical.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-container .l2c-crm-ant-steps-item-tail{right:12px;left:auto}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-label-vertical .l2c-crm-ant-steps-item-title{padding-left:0}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-tail,.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-tail{margin:0 70px 0 0}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-tail:after,.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-tail:after{margin-right:12px;margin-left:0}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item:first-child .l2c-crm-ant-steps-icon-dot,.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item:first-child .l2c-crm-ant-steps-icon-dot{right:2px;left:auto}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-icon,.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-icon{margin-right:67px;margin-left:0}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-icon .l2c-crm-ant-steps-icon-dot,.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-icon .l2c-crm-ant-steps-icon-dot{float:right}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-icon .l2c-crm-ant-steps-icon-dot:after,.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-dot.l2c-crm-ant-steps-small .l2c-crm-ant-steps-item-icon .l2c-crm-ant-steps-icon-dot:after{right:-26px;left:auto}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-vertical.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-icon{margin-right:0;margin-left:16px}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-vertical.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item>.l2c-crm-ant-steps-item-container>.l2c-crm-ant-steps-item-tail{right:-9px;left:auto}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-vertical.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item:first-child .l2c-crm-ant-steps-icon-dot{right:0;left:auto}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-vertical.l2c-crm-ant-steps-dot .l2c-crm-ant-steps-item-process .l2c-crm-ant-steps-icon-dot{right:-2px;left:auto}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-with-progress.l2c-crm-ant-steps-horizontal.l2c-crm-ant-steps-label-horizontal .l2c-crm-ant-steps-item:first-child{padding-right:4px;padding-left:0}.l2c-crm-ant-steps-rtl.l2c-crm-ant-steps-with-progress.l2c-crm-ant-steps-horizontal.l2c-crm-ant-steps-label-horizontal .l2c-crm-ant-steps-item:first-child.l2c-crm-ant-steps-item-active{padding-right:4px}.l2c-crm-ant-steps-with-progress .l2c-crm-ant-steps-item{padding-top:4px}.l2c-crm-ant-steps-with-progress .l2c-crm-ant-steps-item .l2c-crm-ant-steps-item-tail{top:4px!important}.l2c-crm-ant-steps-with-progress.l2c-crm-ant-steps-horizontal .l2c-crm-ant-steps-item:first-child{padding-bottom:4px;padding-left:4px}.l2c-crm-ant-steps-with-progress.l2c-crm-ant-steps-label-vertical .l2c-crm-ant-steps-item .l2c-crm-ant-steps-item-tail{top:14px!important}.l2c-crm-ant-steps-with-progress .l2c-crm-ant-steps-item-icon{position:relative}.l2c-crm-ant-steps-with-progress .l2c-crm-ant-steps-item-icon .l2c-crm-ant-progress{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px}.l2c-crm-ant-switch{margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;box-sizing:border-box;min-width:44px;height:22px;line-height:22px;vertical-align:middle;background-color:#00000040;border:0;border-radius:100px;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.l2c-crm-ant-switch:focus{outline:0;box-shadow:0 0 0 2px #0000001a}.l2c-crm-ant-switch-checked:focus{box-shadow:0 0 0 2px #f0f5ff}.l2c-crm-ant-switch:focus:hover{box-shadow:none}.l2c-crm-ant-switch-checked{background-color:#4c6aff}.l2c-crm-ant-switch-loading,.l2c-crm-ant-switch-disabled{cursor:not-allowed;opacity:.4}.l2c-crm-ant-switch-loading *,.l2c-crm-ant-switch-disabled *{box-shadow:none;cursor:not-allowed}.l2c-crm-ant-switch-inner{display:block;margin:0 7px 0 25px;color:#fff;font-size:12px;transition:margin .2s}.l2c-crm-ant-switch-checked .l2c-crm-ant-switch-inner{margin:0 25px 0 7px}.l2c-crm-ant-switch-handle{position:absolute;top:2px;left:2px;width:18px;height:18px;transition:all .2s ease-in-out}.l2c-crm-ant-switch-handle:before{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;border-radius:9px;box-shadow:0 2px 4px #00230b33;transition:all .2s ease-in-out;content:""}.l2c-crm-ant-switch-checked .l2c-crm-ant-switch-handle{left:calc(100% - 20px)}.l2c-crm-ant-switch:not(.l2c-crm-ant-switch-disabled):active .l2c-crm-ant-switch-handle:before{right:-30%;left:0}.l2c-crm-ant-switch:not(.l2c-crm-ant-switch-disabled):active.l2c-crm-ant-switch-checked .l2c-crm-ant-switch-handle:before{right:0;left:-30%}.l2c-crm-ant-switch-loading-icon.anticon{position:relative;top:2px;color:#000000a6;vertical-align:top}.l2c-crm-ant-switch-checked .l2c-crm-ant-switch-loading-icon{color:#4c6aff}.l2c-crm-ant-switch-small{min-width:28px;height:16px;line-height:16px}.l2c-crm-ant-switch-small .l2c-crm-ant-switch-inner{margin:0 5px 0 18px;font-size:12px}.l2c-crm-ant-switch-small .l2c-crm-ant-switch-handle{width:12px;height:12px}.l2c-crm-ant-switch-small .l2c-crm-ant-switch-loading-icon{top:1.5px;font-size:9px}.l2c-crm-ant-switch-small.l2c-crm-ant-switch-checked .l2c-crm-ant-switch-inner{margin:0 18px 0 5px}.l2c-crm-ant-switch-small.l2c-crm-ant-switch-checked .l2c-crm-ant-switch-handle{left:calc(100% - 14px)}.l2c-crm-ant-switch-rtl{direction:rtl}.l2c-crm-ant-switch-rtl .l2c-crm-ant-switch-inner{margin:0 25px 0 7px}.l2c-crm-ant-switch-rtl .l2c-crm-ant-switch-handle{right:2px;left:auto}.l2c-crm-ant-switch-rtl:not(.l2c-crm-ant-switch-rtl-disabled):active .l2c-crm-ant-switch-handle:before{right:0;left:-30%}.l2c-crm-ant-switch-rtl:not(.l2c-crm-ant-switch-rtl-disabled):active.l2c-crm-ant-switch-checked .l2c-crm-ant-switch-handle:before{right:-30%;left:0}.l2c-crm-ant-switch-rtl.l2c-crm-ant-switch-checked .l2c-crm-ant-switch-inner{margin:0 7px 0 25px}.l2c-crm-ant-switch-rtl.l2c-crm-ant-switch-checked .l2c-crm-ant-switch-handle{right:calc(100% - 20px)}.l2c-crm-ant-switch-rtl.l2c-crm-ant-switch-small.l2c-crm-ant-switch-checked .l2c-crm-ant-switch-handle{right:calc(100% - 14px)}.l2c-crm-ant-table.l2c-crm-ant-table-middle{font-size:14px}.l2c-crm-ant-table.l2c-crm-ant-table-middle .l2c-crm-ant-table-title,.l2c-crm-ant-table.l2c-crm-ant-table-middle .l2c-crm-ant-table-footer,.l2c-crm-ant-table.l2c-crm-ant-table-middle .l2c-crm-ant-table-thead>tr>th,.l2c-crm-ant-table.l2c-crm-ant-table-middle .l2c-crm-ant-table-tbody>tr>td,.l2c-crm-ant-table.l2c-crm-ant-table-middle tfoot>tr>th,.l2c-crm-ant-table.l2c-crm-ant-table-middle tfoot>tr>td{padding:12px 8px}.l2c-crm-ant-table.l2c-crm-ant-table-middle .l2c-crm-ant-table-filter-trigger{margin-right:-4px}.l2c-crm-ant-table.l2c-crm-ant-table-middle .l2c-crm-ant-table-expanded-row-fixed{margin:-12px -8px}.l2c-crm-ant-table.l2c-crm-ant-table-middle .l2c-crm-ant-table-tbody .l2c-crm-ant-table-wrapper:only-child .l2c-crm-ant-table{margin:-12px -8px -12px 40px}.l2c-crm-ant-table.l2c-crm-ant-table-middle .l2c-crm-ant-table-selection-column{padding-inline-start:2px}.l2c-crm-ant-table.l2c-crm-ant-table-small{font-size:14px}.l2c-crm-ant-table.l2c-crm-ant-table-small .l2c-crm-ant-table-title,.l2c-crm-ant-table.l2c-crm-ant-table-small .l2c-crm-ant-table-footer,.l2c-crm-ant-table.l2c-crm-ant-table-small .l2c-crm-ant-table-thead>tr>th,.l2c-crm-ant-table.l2c-crm-ant-table-small .l2c-crm-ant-table-tbody>tr>td,.l2c-crm-ant-table.l2c-crm-ant-table-small tfoot>tr>th,.l2c-crm-ant-table.l2c-crm-ant-table-small tfoot>tr>td{padding:8px}.l2c-crm-ant-table.l2c-crm-ant-table-small .l2c-crm-ant-table-filter-trigger{margin-right:-4px}.l2c-crm-ant-table.l2c-crm-ant-table-small .l2c-crm-ant-table-expanded-row-fixed{margin:-8px}.l2c-crm-ant-table.l2c-crm-ant-table-small .l2c-crm-ant-table-tbody .l2c-crm-ant-table-wrapper:only-child .l2c-crm-ant-table{margin:-8px -8px -8px 40px}.l2c-crm-ant-table.l2c-crm-ant-table-small .l2c-crm-ant-table-selection-column{padding-inline-start:2px}.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-title{border:1px solid #f0f0f0;border-bottom:0}.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container{border-left:1px solid #f0f0f0}.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table>thead>tr>th,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-header>table>thead>tr>th,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-body>table>thead>tr>th,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-summary>table>thead>tr>th,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table>tbody>tr>td,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-header>table>tbody>tr>td,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-body>table>tbody>tr>td,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-summary>table>tbody>tr>td,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table>tfoot>tr>th,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-header>table>tfoot>tr>th,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-body>table>tfoot>tr>th,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-summary>table>tfoot>tr>th,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table>tfoot>tr>td,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-header>table>tfoot>tr>td,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-body>table>tfoot>tr>td,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-summary>table>tfoot>tr>td{border-right:1px solid #f0f0f0}.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table>thead>tr:not(:last-child)>th,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-header>table>thead>tr:not(:last-child)>th,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-body>table>thead>tr:not(:last-child)>th,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-summary>table>thead>tr:not(:last-child)>th{border-bottom:1px solid #f0f0f0}.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table>thead>tr>th:before,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-header>table>thead>tr>th:before,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-body>table>thead>tr>th:before,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-summary>table>thead>tr>th:before{background-color:transparent!important}.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table>thead>tr>.l2c-crm-ant-table-cell-fix-right-first:after,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-header>table>thead>tr>.l2c-crm-ant-table-cell-fix-right-first:after,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-body>table>thead>tr>.l2c-crm-ant-table-cell-fix-right-first:after,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-summary>table>thead>tr>.l2c-crm-ant-table-cell-fix-right-first:after,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table>tbody>tr>.l2c-crm-ant-table-cell-fix-right-first:after,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-header>table>tbody>tr>.l2c-crm-ant-table-cell-fix-right-first:after,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-body>table>tbody>tr>.l2c-crm-ant-table-cell-fix-right-first:after,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-summary>table>tbody>tr>.l2c-crm-ant-table-cell-fix-right-first:after,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table>tfoot>tr>.l2c-crm-ant-table-cell-fix-right-first:after,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-header>table>tfoot>tr>.l2c-crm-ant-table-cell-fix-right-first:after,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-body>table>tfoot>tr>.l2c-crm-ant-table-cell-fix-right-first:after,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-summary>table>tfoot>tr>.l2c-crm-ant-table-cell-fix-right-first:after{border-right:1px solid #f0f0f0}.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table>tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-header>table>tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-body>table>tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-summary>table>tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed{margin:-16px -17px}.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table>tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed:after,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-header>table>tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed:after,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-body>table>tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed:after,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-summary>table>tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed:after{position:absolute;top:0;right:1px;bottom:0;border-right:1px solid #f0f0f0;content:""}.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table,.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-header>table{border-top:1px solid #f0f0f0}.l2c-crm-ant-table.l2c-crm-ant-table-bordered.l2c-crm-ant-table-scroll-horizontal>.l2c-crm-ant-table-container>.l2c-crm-ant-table-body>table>tbody>tr.l2c-crm-ant-table-expanded-row>td,.l2c-crm-ant-table.l2c-crm-ant-table-bordered.l2c-crm-ant-table-scroll-horizontal>.l2c-crm-ant-table-container>.l2c-crm-ant-table-body>table>tbody>tr.l2c-crm-ant-table-placeholder>td{border-right:0}.l2c-crm-ant-table.l2c-crm-ant-table-bordered.l2c-crm-ant-table-middle>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table>tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed,.l2c-crm-ant-table.l2c-crm-ant-table-bordered.l2c-crm-ant-table-middle>.l2c-crm-ant-table-container>.l2c-crm-ant-table-body>table>tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed{margin:-12px -9px}.l2c-crm-ant-table.l2c-crm-ant-table-bordered.l2c-crm-ant-table-small>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table>tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed,.l2c-crm-ant-table.l2c-crm-ant-table-bordered.l2c-crm-ant-table-small>.l2c-crm-ant-table-container>.l2c-crm-ant-table-body>table>tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed{margin:-8px -9px}.l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-footer{border:1px solid #f0f0f0;border-top:0}.l2c-crm-ant-table-cell .l2c-crm-ant-table-container:first-child{border-top:0}.l2c-crm-ant-table-cell-scrollbar:not([rowspan]){box-shadow:0 1px 0 1px #fafafa}.l2c-crm-ant-table-wrapper{clear:both;max-width:100%}.l2c-crm-ant-table-wrapper:before{display:table;content:""}.l2c-crm-ant-table-wrapper:after{display:table;clear:both;content:""}.l2c-crm-ant-table{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;font-size:14px;background:#fff;border-radius:2px}.l2c-crm-ant-table table{width:100%;text-align:left;border-radius:2px 2px 0 0;border-collapse:separate;border-spacing:0}.l2c-crm-ant-table-thead>tr>th,.l2c-crm-ant-table-tbody>tr>td,.l2c-crm-ant-table tfoot>tr>th,.l2c-crm-ant-table tfoot>tr>td{position:relative;padding:16px;overflow-wrap:break-word}.l2c-crm-ant-table-cell-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.l2c-crm-ant-table-cell-ellipsis.l2c-crm-ant-table-cell-fix-left-last,.l2c-crm-ant-table-cell-ellipsis.l2c-crm-ant-table-cell-fix-right-first{overflow:visible}.l2c-crm-ant-table-cell-ellipsis.l2c-crm-ant-table-cell-fix-left-last .l2c-crm-ant-table-cell-content,.l2c-crm-ant-table-cell-ellipsis.l2c-crm-ant-table-cell-fix-right-first .l2c-crm-ant-table-cell-content{display:block;overflow:hidden;text-overflow:ellipsis}.l2c-crm-ant-table-cell-ellipsis .l2c-crm-ant-table-column-title{overflow:hidden;text-overflow:ellipsis;word-break:keep-all}.l2c-crm-ant-table-title{padding:16px}.l2c-crm-ant-table-footer{padding:16px;color:#000000d9;background:#fafafa}.l2c-crm-ant-table-thead>tr>th{position:relative;color:#000000d9;font-weight:500;text-align:left;background:#fafafa;border-bottom:1px solid #f0f0f0;transition:background .3s ease}.l2c-crm-ant-table-thead>tr>th[colspan]:not([colspan="1"]){text-align:center}.l2c-crm-ant-table-thead>tr>th:not(:last-child):not(.l2c-crm-ant-table-selection-column):not(.l2c-crm-ant-table-row-expand-icon-cell):not([colspan]):before{position:absolute;top:50%;right:0;width:1px;height:1.6em;background-color:#0000000f;transform:translateY(-50%);transition:background-color .3s;content:""}.l2c-crm-ant-table-thead>tr:not(:last-child)>th[colspan]{border-bottom:0}.l2c-crm-ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;transition:background .3s}.l2c-crm-ant-table-tbody>tr>td>.l2c-crm-ant-table-wrapper:only-child .l2c-crm-ant-table,.l2c-crm-ant-table-tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed>.l2c-crm-ant-table-wrapper:only-child .l2c-crm-ant-table{margin:-16px -16px -16px 32px}.l2c-crm-ant-table-tbody>tr>td>.l2c-crm-ant-table-wrapper:only-child .l2c-crm-ant-table-tbody>tr:last-child>td,.l2c-crm-ant-table-tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed>.l2c-crm-ant-table-wrapper:only-child .l2c-crm-ant-table-tbody>tr:last-child>td{border-bottom:0}.l2c-crm-ant-table-tbody>tr>td>.l2c-crm-ant-table-wrapper:only-child .l2c-crm-ant-table-tbody>tr:last-child>td:first-child,.l2c-crm-ant-table-tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed>.l2c-crm-ant-table-wrapper:only-child .l2c-crm-ant-table-tbody>tr:last-child>td:first-child,.l2c-crm-ant-table-tbody>tr>td>.l2c-crm-ant-table-wrapper:only-child .l2c-crm-ant-table-tbody>tr:last-child>td:last-child,.l2c-crm-ant-table-tbody>tr>td>.l2c-crm-ant-table-expanded-row-fixed>.l2c-crm-ant-table-wrapper:only-child .l2c-crm-ant-table-tbody>tr:last-child>td:last-child{border-radius:0}.l2c-crm-ant-table-tbody>tr.l2c-crm-ant-table-row:hover>td,.l2c-crm-ant-table-tbody>tr>td.l2c-crm-ant-table-cell-row-hover{background:#fafafa}.l2c-crm-ant-table-tbody>tr.l2c-crm-ant-table-row-selected>td{background:#f0f5ff;border-color:#00000008}.l2c-crm-ant-table-tbody>tr.l2c-crm-ant-table-row-selected:hover>td{background:#e6eeff}.l2c-crm-ant-table-summary{position:relative;z-index:2;background:#fff}div.l2c-crm-ant-table-summary{box-shadow:0 -1px #f0f0f0}.l2c-crm-ant-table-summary>tr>th,.l2c-crm-ant-table-summary>tr>td{border-bottom:1px solid #f0f0f0}.l2c-crm-ant-table-pagination.l2c-crm-ant-pagination{margin:16px 0}.l2c-crm-ant-table-pagination{display:flex;flex-wrap:wrap;row-gap:8px}.l2c-crm-ant-table-pagination>*{flex:none}.l2c-crm-ant-table-pagination-left{justify-content:flex-start}.l2c-crm-ant-table-pagination-center{justify-content:center}.l2c-crm-ant-table-pagination-right{justify-content:flex-end}.l2c-crm-ant-table-thead th.l2c-crm-ant-table-column-has-sorters{outline:none;cursor:pointer;transition:all .3s}.l2c-crm-ant-table-thead th.l2c-crm-ant-table-column-has-sorters:hover{background:rgba(0,0,0,.04)}.l2c-crm-ant-table-thead th.l2c-crm-ant-table-column-has-sorters:hover:before{background-color:transparent!important}.l2c-crm-ant-table-thead th.l2c-crm-ant-table-column-has-sorters:focus-visible{color:#4c6aff}.l2c-crm-ant-table-thead th.l2c-crm-ant-table-column-has-sorters.l2c-crm-ant-table-cell-fix-left:hover,.l2c-crm-ant-table-thead th.l2c-crm-ant-table-column-has-sorters.l2c-crm-ant-table-cell-fix-right:hover,.l2c-crm-ant-table-thead th.l2c-crm-ant-table-column-sort{background:#f5f5f5}.l2c-crm-ant-table-thead th.l2c-crm-ant-table-column-sort:before{background-color:transparent!important}td.l2c-crm-ant-table-column-sort{background:#fafafa}.l2c-crm-ant-table-column-title{position:relative;z-index:1;flex:1 1}.l2c-crm-ant-table-column-sorters{display:flex;flex:auto;align-items:center;justify-content:space-between}.l2c-crm-ant-table-column-sorters:after{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;content:""}.l2c-crm-ant-table-column-sorter{margin-left:4px;color:#bfbfbf;font-size:0;transition:color .3s}.l2c-crm-ant-table-column-sorter-inner{display:inline-flex;flex-direction:column;align-items:center}.l2c-crm-ant-table-column-sorter-up,.l2c-crm-ant-table-column-sorter-down{font-size:11px}.l2c-crm-ant-table-column-sorter-up.active,.l2c-crm-ant-table-column-sorter-down.active{color:#4c6aff}.l2c-crm-ant-table-column-sorter-up+.l2c-crm-ant-table-column-sorter-down{margin-top:-.3em}.l2c-crm-ant-table-column-sorters:hover .l2c-crm-ant-table-column-sorter{color:#a6a6a6}.l2c-crm-ant-table-filter-column{display:flex;justify-content:space-between}.l2c-crm-ant-table-filter-trigger{position:relative;display:flex;align-items:center;margin:-4px -8px -4px 4px;padding:0 4px;color:#bfbfbf;font-size:12px;border-radius:2px;cursor:pointer;transition:all .3s}.l2c-crm-ant-table-filter-trigger:hover{color:#00000073;background:rgba(0,0,0,.04)}.l2c-crm-ant-table-filter-trigger.active{color:#4c6aff}.l2c-crm-ant-table-filter-dropdown{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";min-width:120px;background-color:#fff;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.l2c-crm-ant-table-filter-dropdown .l2c-crm-ant-dropdown-menu{max-height:264px;overflow-x:hidden;border:0;box-shadow:none}.l2c-crm-ant-table-filter-dropdown .l2c-crm-ant-dropdown-menu:empty:after{display:block;padding:8px 0;color:#00000040;font-size:12px;text-align:center;content:"Not Found"}.l2c-crm-ant-table-filter-dropdown-tree{padding:8px 8px 0}.l2c-crm-ant-table-filter-dropdown-tree .l2c-crm-ant-tree-treenode .l2c-crm-ant-tree-node-content-wrapper:hover{background-color:#f5f5f5}.l2c-crm-ant-table-filter-dropdown-tree .l2c-crm-ant-tree-treenode-checkbox-checked .l2c-crm-ant-tree-node-content-wrapper,.l2c-crm-ant-table-filter-dropdown-tree .l2c-crm-ant-tree-treenode-checkbox-checked .l2c-crm-ant-tree-node-content-wrapper:hover{background-color:#f0f4ff}.l2c-crm-ant-table-filter-dropdown-search{padding:8px;border-bottom:1px #f0f0f0 solid}.l2c-crm-ant-table-filter-dropdown-search-input input{min-width:140px}.l2c-crm-ant-table-filter-dropdown-search-input .anticon{color:#00000040}.l2c-crm-ant-table-filter-dropdown-checkall{width:100%;margin-bottom:4px;margin-left:4px}.l2c-crm-ant-table-filter-dropdown-submenu>ul{max-height:calc(100vh - 130px);overflow-x:hidden;overflow-y:auto}.l2c-crm-ant-table-filter-dropdown .l2c-crm-ant-checkbox-wrapper+span,.l2c-crm-ant-table-filter-dropdown-submenu .l2c-crm-ant-checkbox-wrapper+span{padding-left:8px}.l2c-crm-ant-table-filter-dropdown-btns{display:flex;justify-content:space-between;padding:7px 8px;overflow:hidden;background-color:inherit;border-top:1px solid #f0f0f0}.l2c-crm-ant-table-selection-col{width:32px}.l2c-crm-ant-table-bordered .l2c-crm-ant-table-selection-col{width:50px}table tr th.l2c-crm-ant-table-selection-column,table tr td.l2c-crm-ant-table-selection-column{padding-right:8px;padding-left:8px;text-align:center}table tr th.l2c-crm-ant-table-selection-column .l2c-crm-ant-radio-wrapper,table tr td.l2c-crm-ant-table-selection-column .l2c-crm-ant-radio-wrapper{margin-right:0}table tr th.l2c-crm-ant-table-selection-column.l2c-crm-ant-table-cell-fix-left{z-index:3}table tr th.l2c-crm-ant-table-selection-column:after{background-color:transparent!important}.l2c-crm-ant-table-selection{position:relative;display:inline-flex;flex-direction:column}.l2c-crm-ant-table-selection-extra{position:absolute;top:0;z-index:1;cursor:pointer;transition:all .3s;margin-inline-start:100%;padding-inline-start:4px}.l2c-crm-ant-table-selection-extra .anticon{color:#bfbfbf;font-size:10px}.l2c-crm-ant-table-selection-extra .anticon:hover{color:#a6a6a6}.l2c-crm-ant-table-expand-icon-col{width:48px}.l2c-crm-ant-table-row-expand-icon-cell{text-align:center}.l2c-crm-ant-table-row-expand-icon-cell .l2c-crm-ant-table-row-expand-icon{display:inline-flex;float:none;vertical-align:sub}.l2c-crm-ant-table-row-indent{float:left;height:1px}.l2c-crm-ant-table-row-expand-icon{color:#4c6aff;outline:none;cursor:pointer;transition:color .3s;position:relative;float:left;box-sizing:border-box;width:17px;height:17px;padding:0;color:inherit;line-height:17px;background:#fff;border:1px solid #f0f0f0;border-radius:2px;transform:scale(.94117647);transition:all .3s;-webkit-user-select:none;user-select:none}.l2c-crm-ant-table-row-expand-icon:focus-visible,.l2c-crm-ant-table-row-expand-icon:hover{color:#7591ff}.l2c-crm-ant-table-row-expand-icon:active{color:#364cd9}.l2c-crm-ant-table-row-expand-icon:focus,.l2c-crm-ant-table-row-expand-icon:hover,.l2c-crm-ant-table-row-expand-icon:active{border-color:currentcolor}.l2c-crm-ant-table-row-expand-icon:before,.l2c-crm-ant-table-row-expand-icon:after{position:absolute;background:currentcolor;transition:transform .3s ease-out;content:""}.l2c-crm-ant-table-row-expand-icon:before{top:7px;right:3px;left:3px;height:1px}.l2c-crm-ant-table-row-expand-icon:after{top:3px;bottom:3px;left:7px;width:1px;transform:rotate(90deg)}.l2c-crm-ant-table-row-expand-icon-collapsed:before{transform:rotate(-180deg)}.l2c-crm-ant-table-row-expand-icon-collapsed:after{transform:rotate(0)}.l2c-crm-ant-table-row-expand-icon-spaced{background:transparent;border:0;visibility:hidden}.l2c-crm-ant-table-row-expand-icon-spaced:before,.l2c-crm-ant-table-row-expand-icon-spaced:after{display:none;content:none}.l2c-crm-ant-table-row-indent+.l2c-crm-ant-table-row-expand-icon{margin-top:2.5005px;margin-right:8px}tr.l2c-crm-ant-table-expanded-row>td,tr.l2c-crm-ant-table-expanded-row:hover>td{background:#fbfbfb}tr.l2c-crm-ant-table-expanded-row .l2c-crm-ant-descriptions-view{display:flex}tr.l2c-crm-ant-table-expanded-row .l2c-crm-ant-descriptions-view table{flex:auto;width:auto}.l2c-crm-ant-table .l2c-crm-ant-table-expanded-row-fixed{position:relative;margin:-16px;padding:16px}.l2c-crm-ant-table-tbody>tr.l2c-crm-ant-table-placeholder{text-align:center}.l2c-crm-ant-table-empty .l2c-crm-ant-table-tbody>tr.l2c-crm-ant-table-placeholder{color:#00000040}.l2c-crm-ant-table-tbody>tr.l2c-crm-ant-table-placeholder:hover>td{background:#fff}.l2c-crm-ant-table-cell-fix-left,.l2c-crm-ant-table-cell-fix-right{position:-webkit-sticky!important;position:sticky!important;z-index:2;background:#fff}.l2c-crm-ant-table-cell-fix-left-first:after,.l2c-crm-ant-table-cell-fix-left-last:after{position:absolute;top:0;right:0;bottom:-1px;width:30px;transform:translate(100%);transition:box-shadow .3s;content:"";pointer-events:none}.l2c-crm-ant-table-cell-fix-left-all:after{display:none}.l2c-crm-ant-table-cell-fix-right-first:after,.l2c-crm-ant-table-cell-fix-right-last:after{position:absolute;top:0;bottom:-1px;left:0;width:30px;transform:translate(-100%);transition:box-shadow .3s;content:"";pointer-events:none}.l2c-crm-ant-table .l2c-crm-ant-table-container:before,.l2c-crm-ant-table .l2c-crm-ant-table-container:after{position:absolute;top:0;bottom:0;z-index:2;width:30px;transition:box-shadow .3s;content:"";pointer-events:none}.l2c-crm-ant-table .l2c-crm-ant-table-container:before{left:0}.l2c-crm-ant-table .l2c-crm-ant-table-container:after{right:0}.l2c-crm-ant-table-ping-left:not(.l2c-crm-ant-table-has-fix-left)>.l2c-crm-ant-table-container{position:relative}.l2c-crm-ant-table-ping-left:not(.l2c-crm-ant-table-has-fix-left)>.l2c-crm-ant-table-container:before{box-shadow:inset 10px 0 8px -8px #00000026}.l2c-crm-ant-table-ping-left .l2c-crm-ant-table-cell-fix-left-first:after,.l2c-crm-ant-table-ping-left .l2c-crm-ant-table-cell-fix-left-last:after{box-shadow:inset 10px 0 8px -8px #00000026}.l2c-crm-ant-table-ping-left .l2c-crm-ant-table-cell-fix-left-last:before{background-color:transparent!important}.l2c-crm-ant-table-ping-right:not(.l2c-crm-ant-table-has-fix-right)>.l2c-crm-ant-table-container{position:relative}.l2c-crm-ant-table-ping-right:not(.l2c-crm-ant-table-has-fix-right)>.l2c-crm-ant-table-container:after{box-shadow:inset -10px 0 8px -8px #00000026}.l2c-crm-ant-table-ping-right .l2c-crm-ant-table-cell-fix-right-first:after,.l2c-crm-ant-table-ping-right .l2c-crm-ant-table-cell-fix-right-last:after{box-shadow:inset -10px 0 8px -8px #00000026}.l2c-crm-ant-table-sticky-holder{position:-webkit-sticky;position:sticky;z-index:3;background:#fff}.l2c-crm-ant-table-sticky-scroll{position:-webkit-sticky;position:sticky;bottom:0;z-index:3;display:flex;align-items:center;background:#ffffff;border-top:1px solid #f0f0f0;opacity:.6}.l2c-crm-ant-table-sticky-scroll:hover{transform-origin:center bottom}.l2c-crm-ant-table-sticky-scroll-bar{height:8px;background-color:#00000059;border-radius:4px}.l2c-crm-ant-table-sticky-scroll-bar:hover,.l2c-crm-ant-table-sticky-scroll-bar-active{background-color:#000c}@media all and (-ms-high-contrast: none){.l2c-crm-ant-table-ping-left .l2c-crm-ant-table-cell-fix-left-last:after{box-shadow:none!important}.l2c-crm-ant-table-ping-right .l2c-crm-ant-table-cell-fix-right-first:after{box-shadow:none!important}}.l2c-crm-ant-table-title{border-radius:2px 2px 0 0}.l2c-crm-ant-table-title+.l2c-crm-ant-table-container{border-top-left-radius:0;border-top-right-radius:0}.l2c-crm-ant-table-title+.l2c-crm-ant-table-container table{border-radius:0}.l2c-crm-ant-table-title+.l2c-crm-ant-table-container table>thead>tr:first-child th:first-child{border-radius:0}.l2c-crm-ant-table-title+.l2c-crm-ant-table-container table>thead>tr:first-child th:last-child{border-radius:0}.l2c-crm-ant-table-container{border-top-left-radius:2px;border-top-right-radius:2px}.l2c-crm-ant-table-container table>thead>tr:first-child th:first-child{border-top-left-radius:2px}.l2c-crm-ant-table-container table>thead>tr:first-child th:last-child{border-top-right-radius:2px}.l2c-crm-ant-table-footer{border-radius:0 0 2px 2px}.l2c-crm-ant-table-wrapper-rtl,.l2c-crm-ant-table-rtl{direction:rtl}.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table table{text-align:right}.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table-thead>tr>th[colspan]:not([colspan="1"]){text-align:center}.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table-thead>tr>th:not(:last-child):not(.l2c-crm-ant-table-selection-column):not(.l2c-crm-ant-table-row-expand-icon-cell):not([colspan]):before{right:auto;left:0}.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table-thead>tr>th{text-align:right}.l2c-crm-ant-table-tbody>tr .l2c-crm-ant-table-wrapper:only-child .l2c-crm-ant-table.l2c-crm-ant-table-rtl{margin:-16px 33px -16px -16px}.l2c-crm-ant-table-wrapper.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table-pagination-left{justify-content:flex-end}.l2c-crm-ant-table-wrapper.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table-pagination-right{justify-content:flex-start}.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table-column-sorter{margin-right:4px;margin-left:0}.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table-filter-column-title{padding:16px 16px 16px 2.3em}.l2c-crm-ant-table-rtl .l2c-crm-ant-table-thead tr th.l2c-crm-ant-table-column-has-sorters .l2c-crm-ant-table-filter-column-title{padding:0 0 0 2.3em}.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table-filter-trigger{margin:-4px 4px -4px -8px}.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-table-filter-dropdown .l2c-crm-ant-checkbox-wrapper+span,.l2c-crm-ant-dropdown-rtl .l2c-crm-ant-table-filter-dropdown-submenu .l2c-crm-ant-checkbox-wrapper+span,.l2c-crm-ant-dropdown-menu-submenu-rtl.l2c-crm-ant-table-filter-dropdown .l2c-crm-ant-checkbox-wrapper+span,.l2c-crm-ant-dropdown-menu-submenu-rtl.l2c-crm-ant-table-filter-dropdown-submenu .l2c-crm-ant-checkbox-wrapper+span{padding-right:8px;padding-left:0}.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table-selection{text-align:center}.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table-row-indent,.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table-row-expand-icon{float:right}.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table-row-indent+.l2c-crm-ant-table-row-expand-icon{margin-right:0;margin-left:8px}.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table-row-expand-icon:after{transform:rotate(-90deg)}.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table-row-expand-icon-collapsed:before{transform:rotate(180deg)}.l2c-crm-ant-table-wrapper-rtl .l2c-crm-ant-table-row-expand-icon-collapsed:after{transform:rotate(0)}.l2c-crm-ant-tabs-small>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab{padding:8px 0;font-size:14px}.l2c-crm-ant-tabs-large>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab{padding:16px 0;font-size:16px}.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-small>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab{padding:6px 16px}.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-large>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab{padding:7px 16px 6px}.l2c-crm-ant-tabs-rtl{direction:rtl}.l2c-crm-ant-tabs-rtl .l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab{margin:0 0 0 32px}.l2c-crm-ant-tabs-rtl .l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab:last-of-type{margin-left:0}.l2c-crm-ant-tabs-rtl .l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab .anticon{margin-right:0;margin-left:12px}.l2c-crm-ant-tabs-rtl .l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab .l2c-crm-ant-tabs-tab-remove{margin-right:8px;margin-left:-4px}.l2c-crm-ant-tabs-rtl .l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab .l2c-crm-ant-tabs-tab-remove .anticon{margin:0}.l2c-crm-ant-tabs-rtl.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav{order:1}.l2c-crm-ant-tabs-rtl.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-content-holder{order:0}.l2c-crm-ant-tabs-rtl.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav{order:0}.l2c-crm-ant-tabs-rtl.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-content-holder{order:1}.l2c-crm-ant-tabs-rtl.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-rtl.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-rtl.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-rtl.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab{margin-right:2px;margin-left:0}.l2c-crm-ant-tabs-rtl.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-add,.l2c-crm-ant-tabs-rtl.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-add,.l2c-crm-ant-tabs-rtl.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-add,.l2c-crm-ant-tabs-rtl.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-add{margin-right:2px;margin-left:0}.l2c-crm-ant-tabs-dropdown-rtl{direction:rtl}.l2c-crm-ant-tabs-dropdown-rtl .l2c-crm-ant-tabs-dropdown-menu-item{text-align:right}.l2c-crm-ant-tabs-top,.l2c-crm-ant-tabs-bottom{flex-direction:column}.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav,.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav,.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav,.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav{margin:0 0 16px}.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav:before,.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav:before,.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav:before,.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav:before{position:absolute;right:0;left:0;border-bottom:1px solid #f0f0f0;content:""}.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar,.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar,.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar,.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar{height:2px}.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar-animated,.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar-animated,.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar-animated,.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar-animated{transition:width .3s,left .3s,right .3s}.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after,.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after,.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after,.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after{top:0;bottom:0;width:30px}.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before{left:0;box-shadow:inset 10px 0 8px -8px #00000014}.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after,.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after,.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after,.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after{right:0;box-shadow:inset -10px 0 8px -8px #00000014}.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-left:before,.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-left:before,.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-left:before,.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-left:before{opacity:1}.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-right:after,.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-right:after,.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-right:after,.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-right:after{opacity:1}.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav:before,.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav:before{bottom:0}.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar,.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar{bottom:0}.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav,.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav{order:1;margin-top:16px;margin-bottom:0}.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav:before,.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav:before{top:0}.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar,.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar{top:0}.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-content-holder,.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-content-holder{order:0}.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav,.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav{flex-direction:column;min-width:50px}.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab{padding:8px 24px;text-align:center}.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab{margin:16px 0 0}.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap,.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap{flex-direction:column}.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after,.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after{right:0;left:0;height:30px}.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before{top:0;box-shadow:inset 0 10px 8px -8px #00000014}.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after,.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after{bottom:0;box-shadow:inset 0 -10px 8px -8px #00000014}.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-top:before,.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-top:before,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-top:before,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-top:before{opacity:1}.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-bottom:after,.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-bottom:after,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-bottom:after,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap.l2c-crm-ant-tabs-nav-wrap-ping-bottom:after{opacity:1}.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar,.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar{width:2px}.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar-animated,.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar-animated,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar-animated,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar-animated{transition:height .3s,top .3s}.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-list,.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-list,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-list,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-list,.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-operations,.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-operations,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-operations,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-operations{flex:1 0 auto;flex-direction:column}.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar{right:0}.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-content-holder,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-content-holder{margin-left:-1px;border-left:1px solid #f0f0f0}.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-content-holder>.l2c-crm-ant-tabs-content>.l2c-crm-ant-tabs-tabpane,.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-content-holder>.l2c-crm-ant-tabs-content>.l2c-crm-ant-tabs-tabpane{padding-left:24px}.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav{order:1}.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar{left:0}.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-content-holder,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-content-holder{order:0;margin-right:-1px;border-right:1px solid #f0f0f0}.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-content-holder>.l2c-crm-ant-tabs-content>.l2c-crm-ant-tabs-tabpane,.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-content-holder>.l2c-crm-ant-tabs-content>.l2c-crm-ant-tabs-tabpane{padding-right:24px}.l2c-crm-ant-tabs-dropdown{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;display:block}.l2c-crm-ant-tabs-dropdown-hidden{display:none}.l2c-crm-ant-tabs-dropdown-menu{max-height:200px;margin:0;padding:4px 0;overflow-x:hidden;overflow-y:auto;text-align:left;list-style-type:none;background-color:#fff;background-clip:padding-box;border-radius:2px;outline:none;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.l2c-crm-ant-tabs-dropdown-menu-item{display:flex;align-items:center;min-width:120px;margin:0;padding:5px 12px;overflow:hidden;color:#000000d9;font-weight:400;font-size:14px;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:all .3s}.l2c-crm-ant-tabs-dropdown-menu-item>span{flex:1 1;white-space:nowrap}.l2c-crm-ant-tabs-dropdown-menu-item-remove{flex:none;margin-left:12px;color:#00000073;font-size:12px;background:transparent;border:0;cursor:pointer}.l2c-crm-ant-tabs-dropdown-menu-item-remove:hover{color:#7591ff}.l2c-crm-ant-tabs-dropdown-menu-item:hover{background:#f5f5f5}.l2c-crm-ant-tabs-dropdown-menu-item-disabled,.l2c-crm-ant-tabs-dropdown-menu-item-disabled:hover{color:#00000040;background:transparent;cursor:not-allowed}.l2c-crm-ant-tabs-card>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-card>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab{margin:0;padding:8px 16px;background:#fafafa;border:1px solid #f0f0f0;transition:all .3s cubic-bezier(.645,.045,.355,1)}.l2c-crm-ant-tabs-card>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab-active,.l2c-crm-ant-tabs-card>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab-active{color:#4c6aff;background:#fff}.l2c-crm-ant-tabs-card>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar,.l2c-crm-ant-tabs-card>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-ink-bar{visibility:hidden}.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab{margin-left:2px}.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab{border-radius:2px 2px 0 0}.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-top>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab-active,.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-top>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab-active{border-bottom-color:#fff}.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab{border-radius:0 0 2px 2px}.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-bottom>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab-active,.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-bottom>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab-active{border-top-color:#fff}.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab{margin-top:2px}.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab{border-radius:2px 0 0 2px}.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-left>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab-active,.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-left>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab-active{border-right-color:#fff}.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab,.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab{border-radius:0 2px 2px 0}.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-right>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab-active,.l2c-crm-ant-tabs-card.l2c-crm-ant-tabs-right>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-tab-active{border-left-color:#fff}.l2c-crm-ant-tabs{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:flex}.l2c-crm-ant-tabs>.l2c-crm-ant-tabs-nav,.l2c-crm-ant-tabs>div>.l2c-crm-ant-tabs-nav{position:relative;display:flex;flex:none;align-items:center}.l2c-crm-ant-tabs>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap,.l2c-crm-ant-tabs>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap{position:relative;display:inline-block;display:flex;flex:auto;align-self:stretch;overflow:hidden;white-space:nowrap;transform:translate(0)}.l2c-crm-ant-tabs>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:before,.l2c-crm-ant-tabs>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after,.l2c-crm-ant-tabs>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:after{position:absolute;z-index:1;opacity:0;transition:opacity .3s;content:"";pointer-events:none}.l2c-crm-ant-tabs>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-list,.l2c-crm-ant-tabs>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-list{position:relative;display:flex;transition:transform .3s}.l2c-crm-ant-tabs>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-operations,.l2c-crm-ant-tabs>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-operations{display:flex;align-self:stretch}.l2c-crm-ant-tabs>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-operations-hidden,.l2c-crm-ant-tabs>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-operations-hidden{position:absolute;visibility:hidden;pointer-events:none}.l2c-crm-ant-tabs>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-more,.l2c-crm-ant-tabs>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-more{position:relative;padding:8px 16px;background:transparent;border:0}.l2c-crm-ant-tabs>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-more:after,.l2c-crm-ant-tabs>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-more:after{position:absolute;right:0;bottom:0;left:0;height:5px;transform:translateY(100%);content:""}.l2c-crm-ant-tabs>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-add,.l2c-crm-ant-tabs>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-add{min-width:40px;margin-left:2px;padding:0 8px;background:#fafafa;border:1px solid #f0f0f0;border-radius:2px 2px 0 0;outline:none;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1)}.l2c-crm-ant-tabs>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-add:hover,.l2c-crm-ant-tabs>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-add:hover{color:#7591ff}.l2c-crm-ant-tabs>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-add:active,.l2c-crm-ant-tabs>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-add:active,.l2c-crm-ant-tabs>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-add:focus,.l2c-crm-ant-tabs>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-add:focus{color:#364cd9}.l2c-crm-ant-tabs-extra-content{flex:none}.l2c-crm-ant-tabs-centered>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:not([class*="l2c-crm-ant-tabs-nav-wrap-ping"]),.l2c-crm-ant-tabs-centered>div>.l2c-crm-ant-tabs-nav .l2c-crm-ant-tabs-nav-wrap:not([class*="l2c-crm-ant-tabs-nav-wrap-ping"]){justify-content:center}.l2c-crm-ant-tabs-ink-bar{position:absolute;background:#4c6aff;pointer-events:none}.l2c-crm-ant-tabs-tab{position:relative;display:inline-flex;align-items:center;padding:12px 0;font-size:14px;background:transparent;border:0;outline:none;cursor:pointer}.l2c-crm-ant-tabs-tab-btn:focus,.l2c-crm-ant-tabs-tab-remove:focus,.l2c-crm-ant-tabs-tab-btn:active,.l2c-crm-ant-tabs-tab-remove:active{color:#364cd9}.l2c-crm-ant-tabs-tab-btn{outline:none;transition:all .3s}.l2c-crm-ant-tabs-tab-remove{flex:none;margin-right:-4px;margin-left:8px;color:#00000073;font-size:12px;background:transparent;border:none;outline:none;cursor:pointer;transition:all .3s}.l2c-crm-ant-tabs-tab-remove:hover{color:#000000d9}.l2c-crm-ant-tabs-tab:hover{color:#7591ff}.l2c-crm-ant-tabs-tab.l2c-crm-ant-tabs-tab-active .l2c-crm-ant-tabs-tab-btn{color:#4c6aff;text-shadow:0 0 .25px currentcolor}.l2c-crm-ant-tabs-tab.l2c-crm-ant-tabs-tab-disabled{color:#00000040;cursor:not-allowed}.l2c-crm-ant-tabs-tab.l2c-crm-ant-tabs-tab-disabled .l2c-crm-ant-tabs-tab-btn:focus,.l2c-crm-ant-tabs-tab.l2c-crm-ant-tabs-tab-disabled .l2c-crm-ant-tabs-tab-remove:focus,.l2c-crm-ant-tabs-tab.l2c-crm-ant-tabs-tab-disabled .l2c-crm-ant-tabs-tab-btn:active,.l2c-crm-ant-tabs-tab.l2c-crm-ant-tabs-tab-disabled .l2c-crm-ant-tabs-tab-remove:active{color:#00000040}.l2c-crm-ant-tabs-tab .l2c-crm-ant-tabs-tab-remove .anticon{margin:0}.l2c-crm-ant-tabs-tab .anticon{margin-right:12px}.l2c-crm-ant-tabs-tab+.l2c-crm-ant-tabs-tab{margin:0 0 0 32px}.l2c-crm-ant-tabs-content{position:relative;width:100%}.l2c-crm-ant-tabs-content-holder{flex:auto;min-width:0;min-height:0}.l2c-crm-ant-tabs-tabpane-hidden{display:none}.l2c-crm-ant-tabs-switch-appear,.l2c-crm-ant-tabs-switch-enter{transition:none}.l2c-crm-ant-tabs-switch-appear-start,.l2c-crm-ant-tabs-switch-enter-start{opacity:0}.l2c-crm-ant-tabs-switch-appear-active,.l2c-crm-ant-tabs-switch-enter-active{opacity:1;transition:opacity .3s}.l2c-crm-ant-tabs-switch-leave{position:absolute;transition:none;inset:0}.l2c-crm-ant-tabs-switch-leave-start{opacity:1}.l2c-crm-ant-tabs-switch-leave-active{opacity:0;transition:opacity .3s}.l2c-crm-ant-tag{box-sizing:border-box;margin:0 8px 0 0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block;height:auto;padding:0 7px;font-size:12px;line-height:20px;white-space:nowrap;background:#fafafa;border:1px solid #d9d9d9;border-radius:2px;opacity:1;transition:all .3s}.l2c-crm-ant-tag,.l2c-crm-ant-tag a,.l2c-crm-ant-tag a:hover{color:#000000d9}.l2c-crm-ant-tag>a:first-child:last-child{display:inline-block;margin:0 -8px;padding:0 8px}.l2c-crm-ant-tag-close-icon{margin-left:3px;color:#00000073;font-size:10px;cursor:pointer;transition:all .3s}.l2c-crm-ant-tag-close-icon:hover{color:#000000d9}.l2c-crm-ant-tag-has-color{border-color:transparent}.l2c-crm-ant-tag-has-color,.l2c-crm-ant-tag-has-color a,.l2c-crm-ant-tag-has-color a:hover,.l2c-crm-ant-tag-has-color .anticon-close,.l2c-crm-ant-tag-has-color .anticon-close:hover{color:#fff}.l2c-crm-ant-tag-checkable{background-color:transparent;border-color:transparent;cursor:pointer}.l2c-crm-ant-tag-checkable:not(.l2c-crm-ant-tag-checkable-checked):hover{color:#4c6aff}.l2c-crm-ant-tag-checkable:active,.l2c-crm-ant-tag-checkable-checked{color:#fff}.l2c-crm-ant-tag-checkable-checked{background-color:#4c6aff}.l2c-crm-ant-tag-checkable:active{background-color:#364cd9}.l2c-crm-ant-tag-hidden{display:none}.l2c-crm-ant-tag-pink{color:#c41d7f;background:#fff0f6;border-color:#ffadd2}.l2c-crm-ant-tag-pink-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.l2c-crm-ant-tag-magenta{color:#c41d7f;background:#fff0f6;border-color:#ffadd2}.l2c-crm-ant-tag-magenta-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.l2c-crm-ant-tag-red{color:#cf1322;background:#fff1f0;border-color:#ffa39e}.l2c-crm-ant-tag-red-inverse{color:#fff;background:#f5222d;border-color:#f5222d}.l2c-crm-ant-tag-volcano{color:#d4380d;background:#fff2e8;border-color:#ffbb96}.l2c-crm-ant-tag-volcano-inverse{color:#fff;background:#fa541c;border-color:#fa541c}.l2c-crm-ant-tag-orange{color:#d46b08;background:#fff7e6;border-color:#ffd591}.l2c-crm-ant-tag-orange-inverse{color:#fff;background:#fa8c16;border-color:#fa8c16}.l2c-crm-ant-tag-yellow{color:#d4b106;background:#feffe6;border-color:#fffb8f}.l2c-crm-ant-tag-yellow-inverse{color:#fff;background:#fadb14;border-color:#fadb14}.l2c-crm-ant-tag-gold{color:#d48806;background:#fffbe6;border-color:#ffe58f}.l2c-crm-ant-tag-gold-inverse{color:#fff;background:#faad14;border-color:#faad14}.l2c-crm-ant-tag-cyan{color:#08979c;background:#e6fffb;border-color:#87e8de}.l2c-crm-ant-tag-cyan-inverse{color:#fff;background:#13c2c2;border-color:#13c2c2}.l2c-crm-ant-tag-lime{color:#7cb305;background:#fcffe6;border-color:#eaff8f}.l2c-crm-ant-tag-lime-inverse{color:#fff;background:#a0d911;border-color:#a0d911}.l2c-crm-ant-tag-green{color:#389e0d;background:#f6ffed;border-color:#b7eb8f}.l2c-crm-ant-tag-green-inverse{color:#fff;background:#52c41a;border-color:#52c41a}.l2c-crm-ant-tag-blue{color:#096dd9;background:#e6f7ff;border-color:#91d5ff}.l2c-crm-ant-tag-blue-inverse{color:#fff;background:#1890ff;border-color:#1890ff}.l2c-crm-ant-tag-geekblue{color:#1d39c4;background:#f0f5ff;border-color:#adc6ff}.l2c-crm-ant-tag-geekblue-inverse{color:#fff;background:#2f54eb;border-color:#2f54eb}.l2c-crm-ant-tag-purple{color:#531dab;background:#f9f0ff;border-color:#d3adf7}.l2c-crm-ant-tag-purple-inverse{color:#fff;background:#722ed1;border-color:#722ed1}.l2c-crm-ant-tag-success{color:#52c41a;background:#f6ffed;border-color:#b7eb8f}.l2c-crm-ant-tag-processing{color:#4c6aff;background:#f0f5ff;border-color:#c7d6ff}.l2c-crm-ant-tag-error{color:#ff4d4f;background:#fff2f0;border-color:#ffccc7}.l2c-crm-ant-tag-warning{color:#faad14;background:#fffbe6;border-color:#ffe58f}.l2c-crm-ant-tag>.anticon+span,.l2c-crm-ant-tag>span+.anticon{margin-left:7px}.l2c-crm-ant-tag.l2c-crm-ant-tag-rtl{margin-right:0;margin-left:8px;direction:rtl;text-align:right}.l2c-crm-ant-tag-rtl .l2c-crm-ant-tag-close-icon{margin-right:3px;margin-left:0}.l2c-crm-ant-tag-rtl.l2c-crm-ant-tag>.anticon+span,.l2c-crm-ant-tag-rtl.l2c-crm-ant-tag>span+.anticon{margin-right:7px;margin-left:0}.l2c-crm-ant-timeline{box-sizing:border-box;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;font-feature-settings:"tnum";margin:0;padding:0;list-style:none}.l2c-crm-ant-timeline-item{position:relative;margin:0;padding-bottom:20px;font-size:14px;list-style:none}.l2c-crm-ant-timeline-item-tail{position:absolute;top:10px;left:4px;height:calc(100% - 10px);border-left:2px solid #f0f0f0}.l2c-crm-ant-timeline-item-pending .l2c-crm-ant-timeline-item-head{font-size:12px;background-color:transparent}.l2c-crm-ant-timeline-item-pending .l2c-crm-ant-timeline-item-tail{display:none}.l2c-crm-ant-timeline-item-head{position:absolute;width:10px;height:10px;background-color:#fff;border:2px solid transparent;border-radius:100px}.l2c-crm-ant-timeline-item-head-blue{color:#4c6aff;border-color:#4c6aff}.l2c-crm-ant-timeline-item-head-red{color:#ff4d4f;border-color:#ff4d4f}.l2c-crm-ant-timeline-item-head-green{color:#52c41a;border-color:#52c41a}.l2c-crm-ant-timeline-item-head-gray{color:#00000040;border-color:#00000040}.l2c-crm-ant-timeline-item-head-custom{position:absolute;top:5.5px;left:5px;width:auto;height:auto;margin-top:0;padding:3px 1px;line-height:1;text-align:center;border:0;border-radius:0;transform:translate(-50%,-50%)}.l2c-crm-ant-timeline-item-content{position:relative;top:-7.001px;margin:0 0 0 26px;word-break:break-word}.l2c-crm-ant-timeline-item-last>.l2c-crm-ant-timeline-item-tail{display:none}.l2c-crm-ant-timeline-item-last>.l2c-crm-ant-timeline-item-content{min-height:48px}.l2c-crm-ant-timeline.l2c-crm-ant-timeline-alternate .l2c-crm-ant-timeline-item-tail,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-tail,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-tail,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-alternate .l2c-crm-ant-timeline-item-head,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-head,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-head,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-alternate .l2c-crm-ant-timeline-item-head-custom,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-head-custom,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-head-custom{left:50%}.l2c-crm-ant-timeline.l2c-crm-ant-timeline-alternate .l2c-crm-ant-timeline-item-head,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-head,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-head{margin-left:-4px}.l2c-crm-ant-timeline.l2c-crm-ant-timeline-alternate .l2c-crm-ant-timeline-item-head-custom,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-head-custom,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-head-custom{margin-left:1px}.l2c-crm-ant-timeline.l2c-crm-ant-timeline-alternate .l2c-crm-ant-timeline-item-left .l2c-crm-ant-timeline-item-content,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-left .l2c-crm-ant-timeline-item-content,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-left .l2c-crm-ant-timeline-item-content{left:calc(50% - 4px);width:calc(50% - 14px);text-align:left}.l2c-crm-ant-timeline.l2c-crm-ant-timeline-alternate .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-content,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-content,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-content{width:calc(50% - 12px);margin:0;text-align:right}.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-tail,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-head,.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-head-custom{left:calc(100% - 6px)}.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-content{width:calc(100% - 18px)}.l2c-crm-ant-timeline.l2c-crm-ant-timeline-pending .l2c-crm-ant-timeline-item-last .l2c-crm-ant-timeline-item-tail{display:block;height:calc(100% - 14px);border-left:2px dotted #f0f0f0}.l2c-crm-ant-timeline.l2c-crm-ant-timeline-reverse .l2c-crm-ant-timeline-item-last .l2c-crm-ant-timeline-item-tail{display:none}.l2c-crm-ant-timeline.l2c-crm-ant-timeline-reverse .l2c-crm-ant-timeline-item-pending .l2c-crm-ant-timeline-item-tail{top:15px;display:block;height:calc(100% - 15px);border-left:2px dotted #f0f0f0}.l2c-crm-ant-timeline.l2c-crm-ant-timeline-reverse .l2c-crm-ant-timeline-item-pending .l2c-crm-ant-timeline-item-content{min-height:48px}.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-label{position:absolute;top:-7.001px;width:calc(50% - 12px);text-align:right}.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-label{left:calc(50% + 14px);width:calc(50% - 14px);text-align:left}.l2c-crm-ant-timeline-rtl{direction:rtl}.l2c-crm-ant-timeline-rtl .l2c-crm-ant-timeline-item-tail{right:4px;left:auto;border-right:2px solid #f0f0f0;border-left:none}.l2c-crm-ant-timeline-rtl .l2c-crm-ant-timeline-item-head-custom{right:5px;left:auto;transform:translate(50%,-50%)}.l2c-crm-ant-timeline-rtl .l2c-crm-ant-timeline-item-content{margin:0 18px 0 0}.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-alternate .l2c-crm-ant-timeline-item-tail,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-tail,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-tail,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-alternate .l2c-crm-ant-timeline-item-head,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-head,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-head,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-alternate .l2c-crm-ant-timeline-item-head-custom,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-head-custom,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-head-custom{right:50%;left:auto}.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-alternate .l2c-crm-ant-timeline-item-head,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-head,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-head{margin-right:-4px;margin-left:0}.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-alternate .l2c-crm-ant-timeline-item-head-custom,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-head-custom,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-head-custom{margin-right:1px;margin-left:0}.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-alternate .l2c-crm-ant-timeline-item-left .l2c-crm-ant-timeline-item-content,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-left .l2c-crm-ant-timeline-item-content,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-left .l2c-crm-ant-timeline-item-content{right:calc(50% - 4px);left:auto;text-align:right}.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-alternate .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-content,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-content,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-content{text-align:left}.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-tail,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-head,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-head-custom{right:0;left:auto}.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-right .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-content{width:100%;margin-right:18px;text-align:right}.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-pending .l2c-crm-ant-timeline-item-last .l2c-crm-ant-timeline-item-tail,.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-reverse .l2c-crm-ant-timeline-item-pending .l2c-crm-ant-timeline-item-tail{border-right:2px dotted #f0f0f0;border-left:none}.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-label{text-align:left}.l2c-crm-ant-timeline-rtl.l2c-crm-ant-timeline.l2c-crm-ant-timeline-label .l2c-crm-ant-timeline-item-right .l2c-crm-ant-timeline-item-label{right:calc(50% + 14px);text-align:right}.l2c-crm-ant-tooltip{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;z-index:1070;display:block;width:-webkit-max-content;width:max-content;width:intrinsic;max-width:250px;visibility:visible}.l2c-crm-ant-tooltip-content{position:relative}.l2c-crm-ant-tooltip-hidden{display:none}.l2c-crm-ant-tooltip-placement-top,.l2c-crm-ant-tooltip-placement-topLeft,.l2c-crm-ant-tooltip-placement-topRight{padding-bottom:10.3137085px}.l2c-crm-ant-tooltip-placement-right,.l2c-crm-ant-tooltip-placement-rightTop,.l2c-crm-ant-tooltip-placement-rightBottom{padding-left:10.3137085px}.l2c-crm-ant-tooltip-placement-bottom,.l2c-crm-ant-tooltip-placement-bottomLeft,.l2c-crm-ant-tooltip-placement-bottomRight{padding-top:10.3137085px}.l2c-crm-ant-tooltip-placement-left,.l2c-crm-ant-tooltip-placement-leftTop,.l2c-crm-ant-tooltip-placement-leftBottom{padding-right:10.3137085px}.l2c-crm-ant-tooltip-inner{min-width:30px;min-height:32px;padding:6px 8px;color:#fff;text-align:left;text-decoration:none;word-wrap:break-word;background-color:#000000bf;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.l2c-crm-ant-tooltip-arrow{position:absolute;z-index:2;display:block;width:22px;height:22px;overflow:hidden;background:transparent;pointer-events:none}.l2c-crm-ant-tooltip-arrow-content{--antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, .65), rgba(0, 0, 0, .75));position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:11.3137085px;height:11.3137085px;margin:auto;content:"";pointer-events:auto;border-radius:0 0 2px;pointer-events:none}.l2c-crm-ant-tooltip-arrow-content:before{position:absolute;top:-11.3137085px;left:-11.3137085px;width:33.9411255px;height:33.9411255px;background:var(--antd-arrow-background-color);background-repeat:no-repeat;background-position:-10px -10px;content:"";-webkit-clip-path:inset(33% 33%);clip-path:inset(33% 33%);-webkit-clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")}.l2c-crm-ant-tooltip-placement-top .l2c-crm-ant-tooltip-arrow,.l2c-crm-ant-tooltip-placement-topLeft .l2c-crm-ant-tooltip-arrow,.l2c-crm-ant-tooltip-placement-topRight .l2c-crm-ant-tooltip-arrow{bottom:0;transform:translateY(100%)}.l2c-crm-ant-tooltip-placement-top .l2c-crm-ant-tooltip-arrow-content,.l2c-crm-ant-tooltip-placement-topLeft .l2c-crm-ant-tooltip-arrow-content,.l2c-crm-ant-tooltip-placement-topRight .l2c-crm-ant-tooltip-arrow-content{box-shadow:3px 3px 7px #00000012;transform:translateY(-11px) rotate(45deg)}.l2c-crm-ant-tooltip-placement-top .l2c-crm-ant-tooltip-arrow{left:50%;transform:translateY(100%) translate(-50%)}.l2c-crm-ant-tooltip-placement-topLeft .l2c-crm-ant-tooltip-arrow{left:13px}.l2c-crm-ant-tooltip-placement-topRight .l2c-crm-ant-tooltip-arrow{right:13px}.l2c-crm-ant-tooltip-placement-right .l2c-crm-ant-tooltip-arrow,.l2c-crm-ant-tooltip-placement-rightTop .l2c-crm-ant-tooltip-arrow,.l2c-crm-ant-tooltip-placement-rightBottom .l2c-crm-ant-tooltip-arrow{left:0;transform:translate(-100%)}.l2c-crm-ant-tooltip-placement-right .l2c-crm-ant-tooltip-arrow-content,.l2c-crm-ant-tooltip-placement-rightTop .l2c-crm-ant-tooltip-arrow-content,.l2c-crm-ant-tooltip-placement-rightBottom .l2c-crm-ant-tooltip-arrow-content{box-shadow:-3px 3px 7px #00000012;transform:translate(11px) rotate(135deg)}.l2c-crm-ant-tooltip-placement-right .l2c-crm-ant-tooltip-arrow{top:50%;transform:translate(-100%) translateY(-50%)}.l2c-crm-ant-tooltip-placement-rightTop .l2c-crm-ant-tooltip-arrow{top:5px}.l2c-crm-ant-tooltip-placement-rightBottom .l2c-crm-ant-tooltip-arrow{bottom:5px}.l2c-crm-ant-tooltip-placement-left .l2c-crm-ant-tooltip-arrow,.l2c-crm-ant-tooltip-placement-leftTop .l2c-crm-ant-tooltip-arrow,.l2c-crm-ant-tooltip-placement-leftBottom .l2c-crm-ant-tooltip-arrow{right:0;transform:translate(100%)}.l2c-crm-ant-tooltip-placement-left .l2c-crm-ant-tooltip-arrow-content,.l2c-crm-ant-tooltip-placement-leftTop .l2c-crm-ant-tooltip-arrow-content,.l2c-crm-ant-tooltip-placement-leftBottom .l2c-crm-ant-tooltip-arrow-content{box-shadow:3px -3px 7px #00000012;transform:translate(-11px) rotate(315deg)}.l2c-crm-ant-tooltip-placement-left .l2c-crm-ant-tooltip-arrow{top:50%;transform:translate(100%) translateY(-50%)}.l2c-crm-ant-tooltip-placement-leftTop .l2c-crm-ant-tooltip-arrow{top:5px}.l2c-crm-ant-tooltip-placement-leftBottom .l2c-crm-ant-tooltip-arrow{bottom:5px}.l2c-crm-ant-tooltip-placement-bottom .l2c-crm-ant-tooltip-arrow,.l2c-crm-ant-tooltip-placement-bottomLeft .l2c-crm-ant-tooltip-arrow,.l2c-crm-ant-tooltip-placement-bottomRight .l2c-crm-ant-tooltip-arrow{top:0;transform:translateY(-100%)}.l2c-crm-ant-tooltip-placement-bottom .l2c-crm-ant-tooltip-arrow-content,.l2c-crm-ant-tooltip-placement-bottomLeft .l2c-crm-ant-tooltip-arrow-content,.l2c-crm-ant-tooltip-placement-bottomRight .l2c-crm-ant-tooltip-arrow-content{box-shadow:-3px -3px 7px #00000012;transform:translateY(11px) rotate(225deg)}.l2c-crm-ant-tooltip-placement-bottom .l2c-crm-ant-tooltip-arrow{left:50%;transform:translateY(-100%) translate(-50%)}.l2c-crm-ant-tooltip-placement-bottomLeft .l2c-crm-ant-tooltip-arrow{left:13px}.l2c-crm-ant-tooltip-placement-bottomRight .l2c-crm-ant-tooltip-arrow{right:13px}.l2c-crm-ant-tooltip-pink .l2c-crm-ant-tooltip-inner{background-color:#eb2f96}.l2c-crm-ant-tooltip-pink .l2c-crm-ant-tooltip-arrow-content:before{background:#eb2f96}.l2c-crm-ant-tooltip-magenta .l2c-crm-ant-tooltip-inner{background-color:#eb2f96}.l2c-crm-ant-tooltip-magenta .l2c-crm-ant-tooltip-arrow-content:before{background:#eb2f96}.l2c-crm-ant-tooltip-red .l2c-crm-ant-tooltip-inner{background-color:#f5222d}.l2c-crm-ant-tooltip-red .l2c-crm-ant-tooltip-arrow-content:before{background:#f5222d}.l2c-crm-ant-tooltip-volcano .l2c-crm-ant-tooltip-inner{background-color:#fa541c}.l2c-crm-ant-tooltip-volcano .l2c-crm-ant-tooltip-arrow-content:before{background:#fa541c}.l2c-crm-ant-tooltip-orange .l2c-crm-ant-tooltip-inner{background-color:#fa8c16}.l2c-crm-ant-tooltip-orange .l2c-crm-ant-tooltip-arrow-content:before{background:#fa8c16}.l2c-crm-ant-tooltip-yellow .l2c-crm-ant-tooltip-inner{background-color:#fadb14}.l2c-crm-ant-tooltip-yellow .l2c-crm-ant-tooltip-arrow-content:before{background:#fadb14}.l2c-crm-ant-tooltip-gold .l2c-crm-ant-tooltip-inner{background-color:#faad14}.l2c-crm-ant-tooltip-gold .l2c-crm-ant-tooltip-arrow-content:before{background:#faad14}.l2c-crm-ant-tooltip-cyan .l2c-crm-ant-tooltip-inner{background-color:#13c2c2}.l2c-crm-ant-tooltip-cyan .l2c-crm-ant-tooltip-arrow-content:before{background:#13c2c2}.l2c-crm-ant-tooltip-lime .l2c-crm-ant-tooltip-inner{background-color:#a0d911}.l2c-crm-ant-tooltip-lime .l2c-crm-ant-tooltip-arrow-content:before{background:#a0d911}.l2c-crm-ant-tooltip-green .l2c-crm-ant-tooltip-inner{background-color:#52c41a}.l2c-crm-ant-tooltip-green .l2c-crm-ant-tooltip-arrow-content:before{background:#52c41a}.l2c-crm-ant-tooltip-blue .l2c-crm-ant-tooltip-inner{background-color:#1890ff}.l2c-crm-ant-tooltip-blue .l2c-crm-ant-tooltip-arrow-content:before{background:#1890ff}.l2c-crm-ant-tooltip-geekblue .l2c-crm-ant-tooltip-inner{background-color:#2f54eb}.l2c-crm-ant-tooltip-geekblue .l2c-crm-ant-tooltip-arrow-content:before{background:#2f54eb}.l2c-crm-ant-tooltip-purple .l2c-crm-ant-tooltip-inner{background-color:#722ed1}.l2c-crm-ant-tooltip-purple .l2c-crm-ant-tooltip-arrow-content:before{background:#722ed1}.l2c-crm-ant-tooltip-rtl{direction:rtl}.l2c-crm-ant-tooltip-rtl .l2c-crm-ant-tooltip-inner{text-align:right}.l2c-crm-ant-transfer-customize-list .l2c-crm-ant-transfer-list{flex:1 1 50%;width:auto;height:auto;min-height:200px}.l2c-crm-ant-transfer-customize-list .l2c-crm-ant-table-wrapper .l2c-crm-ant-table-small{border:0;border-radius:0}.l2c-crm-ant-transfer-customize-list .l2c-crm-ant-table-wrapper .l2c-crm-ant-table-small .l2c-crm-ant-table-selection-column{width:40px;min-width:40px}.l2c-crm-ant-transfer-customize-list .l2c-crm-ant-table-wrapper .l2c-crm-ant-table-small>.l2c-crm-ant-table-content>.l2c-crm-ant-table-body>table>.l2c-crm-ant-table-thead>tr>th{background:#fafafa}.l2c-crm-ant-transfer-customize-list .l2c-crm-ant-table-wrapper .l2c-crm-ant-table-small>.l2c-crm-ant-table-content .l2c-crm-ant-table-row:last-child td{border-bottom:1px solid #f0f0f0}.l2c-crm-ant-transfer-customize-list .l2c-crm-ant-table-wrapper .l2c-crm-ant-table-small .l2c-crm-ant-table-body{margin:0}.l2c-crm-ant-transfer-customize-list .l2c-crm-ant-table-wrapper .l2c-crm-ant-table-pagination.l2c-crm-ant-pagination{margin:16px 0 4px}.l2c-crm-ant-transfer-customize-list .l2c-crm-ant-input[disabled]{background-color:transparent}.l2c-crm-ant-transfer-status-error .l2c-crm-ant-transfer-list{border-color:#ff4d4f}.l2c-crm-ant-transfer-status-error .l2c-crm-ant-transfer-list-search:not([disabled]){border-color:#d9d9d9}.l2c-crm-ant-transfer-status-error .l2c-crm-ant-transfer-list-search:not([disabled]):hover{border-color:#7591ff;border-right-width:1px}.l2c-crm-ant-input-rtl .l2c-crm-ant-transfer-status-error .l2c-crm-ant-transfer-list-search:not([disabled]):hover{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-transfer-status-error .l2c-crm-ant-transfer-list-search:not([disabled]):focus{border-color:#7591ff;box-shadow:0 0 0 2px #4c6aff33;border-right-width:1px;outline:0}.l2c-crm-ant-input-rtl .l2c-crm-ant-transfer-status-error .l2c-crm-ant-transfer-list-search:not([disabled]):focus{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-transfer-status-warning .l2c-crm-ant-transfer-list{border-color:#faad14}.l2c-crm-ant-transfer-status-warning .l2c-crm-ant-transfer-list-search:not([disabled]){border-color:#d9d9d9}.l2c-crm-ant-transfer-status-warning .l2c-crm-ant-transfer-list-search:not([disabled]):hover{border-color:#7591ff;border-right-width:1px}.l2c-crm-ant-input-rtl .l2c-crm-ant-transfer-status-warning .l2c-crm-ant-transfer-list-search:not([disabled]):hover{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-transfer-status-warning .l2c-crm-ant-transfer-list-search:not([disabled]):focus{border-color:#7591ff;box-shadow:0 0 0 2px #4c6aff33;border-right-width:1px;outline:0}.l2c-crm-ant-input-rtl .l2c-crm-ant-transfer-status-warning .l2c-crm-ant-transfer-list-search:not([disabled]):focus{border-right-width:0;border-left-width:1px!important}.l2c-crm-ant-transfer{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:flex;align-items:stretch}.l2c-crm-ant-transfer-disabled .l2c-crm-ant-transfer-list{background:#f5f5f5}.l2c-crm-ant-transfer-list{display:flex;flex-direction:column;width:180px;height:200px;border:1px solid #d9d9d9;border-radius:2px}.l2c-crm-ant-transfer-list-with-pagination{width:250px;height:auto}.l2c-crm-ant-transfer-list-search .anticon-search{color:#00000040}.l2c-crm-ant-transfer-list-header{display:flex;flex:none;align-items:center;height:40px;padding:8px 12px 9px;color:#000000d9;background:#fff;border-bottom:1px solid #f0f0f0;border-radius:2px 2px 0 0}.l2c-crm-ant-transfer-list-header>*:not(:last-child){margin-right:4px}.l2c-crm-ant-transfer-list-header>*{flex:none}.l2c-crm-ant-transfer-list-header-title{flex:auto;overflow:hidden;white-space:nowrap;text-align:right;text-overflow:ellipsis}.l2c-crm-ant-transfer-list-header-dropdown{font-size:10px;transform:translateY(10%);cursor:pointer}.l2c-crm-ant-transfer-list-header-dropdown[disabled]{cursor:not-allowed}.l2c-crm-ant-transfer-list-body{display:flex;flex:auto;flex-direction:column;overflow:hidden;font-size:14px}.l2c-crm-ant-transfer-list-body-search-wrapper{position:relative;flex:none;padding:12px}.l2c-crm-ant-transfer-list-content{flex:auto;margin:0;padding:0;overflow:auto;list-style:none}.l2c-crm-ant-transfer-list-content-item{display:flex;align-items:center;min-height:32px;padding:6px 12px;line-height:20px;transition:all .3s}.l2c-crm-ant-transfer-list-content-item>*:not(:last-child){margin-right:8px}.l2c-crm-ant-transfer-list-content-item>*{flex:none}.l2c-crm-ant-transfer-list-content-item-text{flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.l2c-crm-ant-transfer-list-content-item-remove{position:relative;color:#d9d9d9;cursor:pointer;transition:all .3s}.l2c-crm-ant-transfer-list-content-item-remove:hover{color:#7591ff}.l2c-crm-ant-transfer-list-content-item-remove:after{position:absolute;top:-6px;right:-50%;bottom:-6px;left:-50%;content:""}.l2c-crm-ant-transfer-list-content-item:not(.l2c-crm-ant-transfer-list-content-item-disabled):hover{background-color:#f5f5f5;cursor:pointer}.l2c-crm-ant-transfer-list-content-item:not(.l2c-crm-ant-transfer-list-content-item-disabled).l2c-crm-ant-transfer-list-content-item-checked:hover{background-color:#e6eeff}.l2c-crm-ant-transfer-list-content-show-remove .l2c-crm-ant-transfer-list-content-item:not(.l2c-crm-ant-transfer-list-content-item-disabled):hover{background:transparent;cursor:default}.l2c-crm-ant-transfer-list-content-item-checked{background-color:#f0f5ff}.l2c-crm-ant-transfer-list-content-item-disabled{color:#00000040;cursor:not-allowed}.l2c-crm-ant-transfer-list-pagination{padding:8px 0;text-align:right;border-top:1px solid #f0f0f0}.l2c-crm-ant-transfer-list-body-not-found{flex:none;width:100%;margin:auto 0;color:#00000040;text-align:center}.l2c-crm-ant-transfer-list-footer{border-top:1px solid #f0f0f0}.l2c-crm-ant-transfer-operation{display:flex;flex:none;flex-direction:column;align-self:center;margin:0 8px;vertical-align:middle}.l2c-crm-ant-transfer-operation .l2c-crm-ant-btn{display:block}.l2c-crm-ant-transfer-operation .l2c-crm-ant-btn:first-child{margin-bottom:4px}.l2c-crm-ant-transfer-operation .l2c-crm-ant-btn .anticon{font-size:12px}.l2c-crm-ant-transfer .l2c-crm-ant-empty-image{max-height:-2px}.l2c-crm-ant-transfer-rtl{direction:rtl}.l2c-crm-ant-transfer-rtl .l2c-crm-ant-transfer-list-search{padding-right:8px;padding-left:24px}.l2c-crm-ant-transfer-rtl .l2c-crm-ant-transfer-list-search-action{right:auto;left:12px}.l2c-crm-ant-transfer-rtl .l2c-crm-ant-transfer-list-header>*:not(:last-child){margin-right:0;margin-left:4px}.l2c-crm-ant-transfer-rtl .l2c-crm-ant-transfer-list-header{right:0;left:auto}.l2c-crm-ant-transfer-rtl .l2c-crm-ant-transfer-list-header-title{text-align:left}.l2c-crm-ant-transfer-rtl .l2c-crm-ant-transfer-list-content-item>*:not(:last-child){margin-right:0;margin-left:8px}.l2c-crm-ant-transfer-rtl .l2c-crm-ant-transfer-list-pagination{text-align:left}.l2c-crm-ant-transfer-rtl .l2c-crm-ant-transfer-list-footer{right:0;left:auto}@keyframes ant-tree-node-fx-do-not-use{0%{opacity:0}to{opacity:1}}.l2c-crm-ant-tree.l2c-crm-ant-tree-directory .l2c-crm-ant-tree-treenode{position:relative}.l2c-crm-ant-tree.l2c-crm-ant-tree-directory .l2c-crm-ant-tree-treenode:before{position:absolute;top:0;right:0;bottom:4px;left:0;transition:background-color .3s;content:"";pointer-events:none}.l2c-crm-ant-tree.l2c-crm-ant-tree-directory .l2c-crm-ant-tree-treenode:hover:before{background:#f5f5f5}.l2c-crm-ant-tree.l2c-crm-ant-tree-directory .l2c-crm-ant-tree-treenode>*{z-index:1}.l2c-crm-ant-tree.l2c-crm-ant-tree-directory .l2c-crm-ant-tree-treenode .l2c-crm-ant-tree-switcher{transition:color .3s}.l2c-crm-ant-tree.l2c-crm-ant-tree-directory .l2c-crm-ant-tree-treenode .l2c-crm-ant-tree-node-content-wrapper{border-radius:0;-webkit-user-select:none;user-select:none}.l2c-crm-ant-tree.l2c-crm-ant-tree-directory .l2c-crm-ant-tree-treenode .l2c-crm-ant-tree-node-content-wrapper:hover{background:transparent}.l2c-crm-ant-tree.l2c-crm-ant-tree-directory .l2c-crm-ant-tree-treenode .l2c-crm-ant-tree-node-content-wrapper.l2c-crm-ant-tree-node-selected{color:#fff;background:transparent}.l2c-crm-ant-tree.l2c-crm-ant-tree-directory .l2c-crm-ant-tree-treenode-selected:hover:before,.l2c-crm-ant-tree.l2c-crm-ant-tree-directory .l2c-crm-ant-tree-treenode-selected:before{background:#4c6aff}.l2c-crm-ant-tree.l2c-crm-ant-tree-directory .l2c-crm-ant-tree-treenode-selected .l2c-crm-ant-tree-switcher{color:#fff}.l2c-crm-ant-tree.l2c-crm-ant-tree-directory .l2c-crm-ant-tree-treenode-selected .l2c-crm-ant-tree-node-content-wrapper{color:#fff;background:transparent}.l2c-crm-ant-tree-checkbox{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;line-height:1;white-space:nowrap;outline:none;cursor:pointer}.l2c-crm-ant-tree-checkbox-wrapper:hover .l2c-crm-ant-tree-checkbox-inner,.l2c-crm-ant-tree-checkbox:hover .l2c-crm-ant-tree-checkbox-inner,.l2c-crm-ant-tree-checkbox-input:focus+.l2c-crm-ant-tree-checkbox-inner{border-color:#4c6aff}.l2c-crm-ant-tree-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #4c6aff;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:""}.l2c-crm-ant-tree-checkbox:hover:after,.l2c-crm-ant-tree-checkbox-wrapper:hover .l2c-crm-ant-tree-checkbox:after{visibility:visible}.l2c-crm-ant-tree-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;direction:ltr;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.l2c-crm-ant-tree-checkbox-inner:after{position:absolute;top:50%;left:21.5%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.l2c-crm-ant-tree-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.l2c-crm-ant-tree-checkbox-checked .l2c-crm-ant-tree-checkbox-inner: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 .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.l2c-crm-ant-tree-checkbox-checked .l2c-crm-ant-tree-checkbox-inner{background-color:#4c6aff;border-color:#4c6aff}.l2c-crm-ant-tree-checkbox-disabled{cursor:not-allowed}.l2c-crm-ant-tree-checkbox-disabled.l2c-crm-ant-tree-checkbox-checked .l2c-crm-ant-tree-checkbox-inner:after{border-color:#00000040;animation-name:none}.l2c-crm-ant-tree-checkbox-disabled .l2c-crm-ant-tree-checkbox-input{cursor:not-allowed;pointer-events:none}.l2c-crm-ant-tree-checkbox-disabled .l2c-crm-ant-tree-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.l2c-crm-ant-tree-checkbox-disabled .l2c-crm-ant-tree-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.l2c-crm-ant-tree-checkbox-disabled+span{color:#00000040;cursor:not-allowed}.l2c-crm-ant-tree-checkbox-disabled:hover:after,.l2c-crm-ant-tree-checkbox-wrapper:hover .l2c-crm-ant-tree-checkbox-disabled:after{visibility:hidden}.l2c-crm-ant-tree-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-flex;align-items:baseline;line-height:unset;cursor:pointer}.l2c-crm-ant-tree-checkbox-wrapper:after{display:inline-block;width:0;overflow:hidden;content:" "}.l2c-crm-ant-tree-checkbox-wrapper.l2c-crm-ant-tree-checkbox-wrapper-disabled{cursor:not-allowed}.l2c-crm-ant-tree-checkbox-wrapper+.l2c-crm-ant-tree-checkbox-wrapper{margin-left:8px}.l2c-crm-ant-tree-checkbox-wrapper.l2c-crm-ant-tree-checkbox-wrapper-in-form-item input[type=checkbox]{width:14px;height:14px}.l2c-crm-ant-tree-checkbox+span{padding-right:8px;padding-left:8px}.l2c-crm-ant-tree-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.l2c-crm-ant-tree-checkbox-group-item{margin-right:8px}.l2c-crm-ant-tree-checkbox-group-item:last-child{margin-right:0}.l2c-crm-ant-tree-checkbox-group-item+.l2c-crm-ant-tree-checkbox-group-item{margin-left:0}.l2c-crm-ant-tree-checkbox-indeterminate .l2c-crm-ant-tree-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.l2c-crm-ant-tree-checkbox-indeterminate .l2c-crm-ant-tree-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#4c6aff;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.l2c-crm-ant-tree-checkbox-indeterminate.l2c-crm-ant-tree-checkbox-disabled .l2c-crm-ant-tree-checkbox-inner:after{background-color:#00000040;border-color:#00000040}.l2c-crm-ant-tree-checkbox-rtl{direction:rtl}.l2c-crm-ant-tree-checkbox-group-rtl .l2c-crm-ant-tree-checkbox-group-item{margin-right:0;margin-left:8px}.l2c-crm-ant-tree-checkbox-group-rtl .l2c-crm-ant-tree-checkbox-group-item:last-child{margin-left:0!important}.l2c-crm-ant-tree-checkbox-group-rtl .l2c-crm-ant-tree-checkbox-group-item+.l2c-crm-ant-tree-checkbox-group-item{margin-left:8px}.l2c-crm-ant-tree{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background:#fff;border-radius:2px;transition:background-color .3s}.l2c-crm-ant-tree-focused:not(:hover):not(.l2c-crm-ant-tree-active-focused){background:#f0f5ff}.l2c-crm-ant-tree-list-holder-inner{align-items:flex-start}.l2c-crm-ant-tree.l2c-crm-ant-tree-block-node .l2c-crm-ant-tree-list-holder-inner{align-items:stretch}.l2c-crm-ant-tree.l2c-crm-ant-tree-block-node .l2c-crm-ant-tree-list-holder-inner .l2c-crm-ant-tree-node-content-wrapper{flex:auto}.l2c-crm-ant-tree.l2c-crm-ant-tree-block-node .l2c-crm-ant-tree-list-holder-inner .l2c-crm-ant-tree-treenode.dragging{position:relative}.l2c-crm-ant-tree.l2c-crm-ant-tree-block-node .l2c-crm-ant-tree-list-holder-inner .l2c-crm-ant-tree-treenode.dragging:after{position:absolute;top:0;right:0;bottom:4px;left:0;border:1px solid #4c6aff;opacity:0;animation:ant-tree-node-fx-do-not-use .3s;animation-play-state:running;animation-fill-mode:forwards;content:"";pointer-events:none}.l2c-crm-ant-tree .l2c-crm-ant-tree-treenode{display:flex;align-items:flex-start;padding:0 0 4px;outline:none}.l2c-crm-ant-tree .l2c-crm-ant-tree-treenode-disabled .l2c-crm-ant-tree-node-content-wrapper{color:#00000040;cursor:not-allowed}.l2c-crm-ant-tree .l2c-crm-ant-tree-treenode-disabled .l2c-crm-ant-tree-node-content-wrapper:hover{background:transparent}.l2c-crm-ant-tree .l2c-crm-ant-tree-treenode-active .l2c-crm-ant-tree-node-content-wrapper{background:#f5f5f5}.l2c-crm-ant-tree .l2c-crm-ant-tree-treenode:not(.l2c-crm-ant-tree .l2c-crm-ant-tree-treenode-disabled).filter-node .l2c-crm-ant-tree-title{color:inherit;font-weight:500}.l2c-crm-ant-tree .l2c-crm-ant-tree-treenode-draggable .l2c-crm-ant-tree-draggable-icon{width:24px;line-height:24px;text-align:center;visibility:visible;opacity:.2;transition:opacity .3s}.l2c-crm-ant-tree-treenode:hover .l2c-crm-ant-tree .l2c-crm-ant-tree-treenode-draggable .l2c-crm-ant-tree-draggable-icon{opacity:.45}.l2c-crm-ant-tree-indent{align-self:stretch;white-space:nowrap;-webkit-user-select:none;user-select:none}.l2c-crm-ant-tree-indent-unit{display:inline-block;width:24px}.l2c-crm-ant-tree-draggable-icon{visibility:hidden}.l2c-crm-ant-tree-switcher{position:relative;flex:none;align-self:stretch;width:24px;margin:0;line-height:24px;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none}.l2c-crm-ant-tree-switcher .l2c-crm-ant-tree-switcher-icon,.l2c-crm-ant-tree-switcher .l2c-crm-ant-select-tree-switcher-icon{display:inline-block;font-size:10px;vertical-align:baseline}.l2c-crm-ant-tree-switcher .l2c-crm-ant-tree-switcher-icon svg,.l2c-crm-ant-tree-switcher .l2c-crm-ant-select-tree-switcher-icon svg{transition:transform .3s}.l2c-crm-ant-tree-switcher-noop{cursor:default}.l2c-crm-ant-tree-switcher_close .l2c-crm-ant-tree-switcher-icon svg{transform:rotate(-90deg)}.l2c-crm-ant-tree-switcher-loading-icon{color:#4c6aff}.l2c-crm-ant-tree-switcher-leaf-line{position:relative;z-index:1;display:inline-block;width:100%;height:100%}.l2c-crm-ant-tree-switcher-leaf-line:before{position:absolute;top:0;right:12px;bottom:-4px;margin-left:-1px;border-right:1px solid #d9d9d9;content:" "}.l2c-crm-ant-tree-switcher-leaf-line:after{position:absolute;width:10px;height:14px;border-bottom:1px solid #d9d9d9;content:" "}.l2c-crm-ant-tree-checkbox{top:initial;margin:4px 8px 0 0}.l2c-crm-ant-tree .l2c-crm-ant-tree-node-content-wrapper{position:relative;z-index:auto;min-height:24px;margin:0;padding:0 4px;color:inherit;line-height:24px;background:transparent;border-radius:2px;cursor:pointer;transition:all .3s,border 0s,line-height 0s,box-shadow 0s}.l2c-crm-ant-tree .l2c-crm-ant-tree-node-content-wrapper:hover{background-color:#f5f5f5}.l2c-crm-ant-tree .l2c-crm-ant-tree-node-content-wrapper.l2c-crm-ant-tree-node-selected{background-color:#f0f4ff}.l2c-crm-ant-tree .l2c-crm-ant-tree-node-content-wrapper .l2c-crm-ant-tree-iconEle{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;vertical-align:top}.l2c-crm-ant-tree .l2c-crm-ant-tree-node-content-wrapper .l2c-crm-ant-tree-iconEle:empty{display:none}.l2c-crm-ant-tree-unselectable .l2c-crm-ant-tree-node-content-wrapper:hover{background-color:transparent}.l2c-crm-ant-tree-node-content-wrapper{line-height:24px;-webkit-user-select:none;user-select:none}.l2c-crm-ant-tree-node-content-wrapper .l2c-crm-ant-tree-drop-indicator{position:absolute;z-index:1;height:2px;background-color:#4c6aff;border-radius:1px;pointer-events:none}.l2c-crm-ant-tree-node-content-wrapper .l2c-crm-ant-tree-drop-indicator:after{position:absolute;top:-3px;left:-6px;width:8px;height:8px;background-color:transparent;border:2px solid #4c6aff;border-radius:50%;content:""}.l2c-crm-ant-tree .l2c-crm-ant-tree-treenode.drop-container>[draggable]{box-shadow:0 0 0 2px #4c6aff}.l2c-crm-ant-tree-show-line .l2c-crm-ant-tree-indent-unit{position:relative;height:100%}.l2c-crm-ant-tree-show-line .l2c-crm-ant-tree-indent-unit:before{position:absolute;top:0;right:12px;bottom:-4px;border-right:1px solid #d9d9d9;content:""}.l2c-crm-ant-tree-show-line .l2c-crm-ant-tree-indent-unit-end:before{display:none}.l2c-crm-ant-tree-show-line .l2c-crm-ant-tree-switcher{background:#fff}.l2c-crm-ant-tree-show-line .l2c-crm-ant-tree-switcher-line-icon{vertical-align:-.15em}.l2c-crm-ant-tree .l2c-crm-ant-tree-treenode-leaf-last .l2c-crm-ant-tree-switcher-leaf-line:before{top:auto!important;bottom:auto!important;height:14px!important}.l2c-crm-ant-tree-rtl{direction:rtl}.l2c-crm-ant-tree-rtl .l2c-crm-ant-tree-node-content-wrapper[draggable=true] .l2c-crm-ant-tree-drop-indicator:after{right:-6px;left:unset}.l2c-crm-ant-tree .l2c-crm-ant-tree-treenode-rtl{direction:rtl}.l2c-crm-ant-tree-rtl .l2c-crm-ant-tree-switcher_close .l2c-crm-ant-tree-switcher-icon svg{transform:rotate(90deg)}.l2c-crm-ant-tree-rtl.l2c-crm-ant-tree-show-line .l2c-crm-ant-tree-indent-unit:before{right:auto;left:-13px;border-right:none;border-left:1px solid #d9d9d9}.l2c-crm-ant-tree-rtl .l2c-crm-ant-tree-checkbox,.l2c-crm-ant-tree-select-dropdown-rtl .l2c-crm-ant-select-tree-checkbox{margin:4px 0 0 8px}.l2c-crm-ant-select-tree-checkbox{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;line-height:1;white-space:nowrap;outline:none;cursor:pointer}.l2c-crm-ant-select-tree-checkbox-wrapper:hover .l2c-crm-ant-select-tree-checkbox-inner,.l2c-crm-ant-select-tree-checkbox:hover .l2c-crm-ant-select-tree-checkbox-inner,.l2c-crm-ant-select-tree-checkbox-input:focus+.l2c-crm-ant-select-tree-checkbox-inner{border-color:#4c6aff}.l2c-crm-ant-select-tree-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #4c6aff;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:""}.l2c-crm-ant-select-tree-checkbox:hover:after,.l2c-crm-ant-select-tree-checkbox-wrapper:hover .l2c-crm-ant-select-tree-checkbox:after{visibility:visible}.l2c-crm-ant-select-tree-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;direction:ltr;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.l2c-crm-ant-select-tree-checkbox-inner:after{position:absolute;top:50%;left:21.5%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.l2c-crm-ant-select-tree-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.l2c-crm-ant-select-tree-checkbox-checked .l2c-crm-ant-select-tree-checkbox-inner: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 .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.l2c-crm-ant-select-tree-checkbox-checked .l2c-crm-ant-select-tree-checkbox-inner{background-color:#4c6aff;border-color:#4c6aff}.l2c-crm-ant-select-tree-checkbox-disabled{cursor:not-allowed}.l2c-crm-ant-select-tree-checkbox-disabled.l2c-crm-ant-select-tree-checkbox-checked .l2c-crm-ant-select-tree-checkbox-inner:after{border-color:#00000040;animation-name:none}.l2c-crm-ant-select-tree-checkbox-disabled .l2c-crm-ant-select-tree-checkbox-input{cursor:not-allowed;pointer-events:none}.l2c-crm-ant-select-tree-checkbox-disabled .l2c-crm-ant-select-tree-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.l2c-crm-ant-select-tree-checkbox-disabled .l2c-crm-ant-select-tree-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.l2c-crm-ant-select-tree-checkbox-disabled+span{color:#00000040;cursor:not-allowed}.l2c-crm-ant-select-tree-checkbox-disabled:hover:after,.l2c-crm-ant-select-tree-checkbox-wrapper:hover .l2c-crm-ant-select-tree-checkbox-disabled:after{visibility:hidden}.l2c-crm-ant-select-tree-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-flex;align-items:baseline;line-height:unset;cursor:pointer}.l2c-crm-ant-select-tree-checkbox-wrapper:after{display:inline-block;width:0;overflow:hidden;content:" "}.l2c-crm-ant-select-tree-checkbox-wrapper.l2c-crm-ant-select-tree-checkbox-wrapper-disabled{cursor:not-allowed}.l2c-crm-ant-select-tree-checkbox-wrapper+.l2c-crm-ant-select-tree-checkbox-wrapper{margin-left:8px}.l2c-crm-ant-select-tree-checkbox-wrapper.l2c-crm-ant-select-tree-checkbox-wrapper-in-form-item input[type=checkbox]{width:14px;height:14px}.l2c-crm-ant-select-tree-checkbox+span{padding-right:8px;padding-left:8px}.l2c-crm-ant-select-tree-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.l2c-crm-ant-select-tree-checkbox-group-item{margin-right:8px}.l2c-crm-ant-select-tree-checkbox-group-item:last-child{margin-right:0}.l2c-crm-ant-select-tree-checkbox-group-item+.l2c-crm-ant-select-tree-checkbox-group-item{margin-left:0}.l2c-crm-ant-select-tree-checkbox-indeterminate .l2c-crm-ant-select-tree-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.l2c-crm-ant-select-tree-checkbox-indeterminate .l2c-crm-ant-select-tree-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#4c6aff;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.l2c-crm-ant-select-tree-checkbox-indeterminate.l2c-crm-ant-select-tree-checkbox-disabled .l2c-crm-ant-select-tree-checkbox-inner:after{background-color:#00000040;border-color:#00000040}.l2c-crm-ant-select-tree-checkbox-rtl{direction:rtl}.l2c-crm-ant-select-tree-checkbox-group-rtl .l2c-crm-ant-select-tree-checkbox-group-item{margin-right:0;margin-left:8px}.l2c-crm-ant-select-tree-checkbox-group-rtl .l2c-crm-ant-select-tree-checkbox-group-item:last-child{margin-left:0!important}.l2c-crm-ant-select-tree-checkbox-group-rtl .l2c-crm-ant-select-tree-checkbox-group-item+.l2c-crm-ant-select-tree-checkbox-group-item{margin-left:8px}.l2c-crm-ant-tree-select-dropdown{padding:8px 4px}.l2c-crm-ant-tree-select-dropdown-rtl{direction:rtl}.l2c-crm-ant-tree-select-dropdown .l2c-crm-ant-select-tree{border-radius:0}.l2c-crm-ant-tree-select-dropdown .l2c-crm-ant-select-tree-list-holder-inner{align-items:stretch}.l2c-crm-ant-tree-select-dropdown .l2c-crm-ant-select-tree-list-holder-inner .l2c-crm-ant-select-tree-treenode .l2c-crm-ant-select-tree-node-content-wrapper{flex:auto}.l2c-crm-ant-select-tree{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background:#fff;border-radius:2px;transition:background-color .3s}.l2c-crm-ant-select-tree-focused:not(:hover):not(.l2c-crm-ant-select-tree-active-focused){background:#f0f5ff}.l2c-crm-ant-select-tree-list-holder-inner{align-items:flex-start}.l2c-crm-ant-select-tree.l2c-crm-ant-select-tree-block-node .l2c-crm-ant-select-tree-list-holder-inner{align-items:stretch}.l2c-crm-ant-select-tree.l2c-crm-ant-select-tree-block-node .l2c-crm-ant-select-tree-list-holder-inner .l2c-crm-ant-select-tree-node-content-wrapper{flex:auto}.l2c-crm-ant-select-tree.l2c-crm-ant-select-tree-block-node .l2c-crm-ant-select-tree-list-holder-inner .l2c-crm-ant-select-tree-treenode.dragging{position:relative}.l2c-crm-ant-select-tree.l2c-crm-ant-select-tree-block-node .l2c-crm-ant-select-tree-list-holder-inner .l2c-crm-ant-select-tree-treenode.dragging:after{position:absolute;top:0;right:0;bottom:4px;left:0;border:1px solid #4c6aff;opacity:0;animation:ant-tree-node-fx-do-not-use .3s;animation-play-state:running;animation-fill-mode:forwards;content:"";pointer-events:none}.l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-treenode{display:flex;align-items:flex-start;padding:0 0 4px;outline:none}.l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-treenode-disabled .l2c-crm-ant-select-tree-node-content-wrapper{color:#00000040;cursor:not-allowed}.l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-treenode-disabled .l2c-crm-ant-select-tree-node-content-wrapper:hover{background:transparent}.l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-treenode-active .l2c-crm-ant-select-tree-node-content-wrapper{background:#f5f5f5}.l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-treenode:not(.l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-treenode-disabled).filter-node .l2c-crm-ant-select-tree-title{color:inherit;font-weight:500}.l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-treenode-draggable .l2c-crm-ant-select-tree-draggable-icon{width:24px;line-height:24px;text-align:center;visibility:visible;opacity:.2;transition:opacity .3s}.l2c-crm-ant-select-tree-treenode:hover .l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-treenode-draggable .l2c-crm-ant-select-tree-draggable-icon{opacity:.45}.l2c-crm-ant-select-tree-indent{align-self:stretch;white-space:nowrap;-webkit-user-select:none;user-select:none}.l2c-crm-ant-select-tree-indent-unit{display:inline-block;width:24px}.l2c-crm-ant-select-tree-draggable-icon{visibility:hidden}.l2c-crm-ant-select-tree-switcher{position:relative;flex:none;align-self:stretch;width:24px;margin:0;line-height:24px;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none}.l2c-crm-ant-select-tree-switcher .l2c-crm-ant-tree-switcher-icon,.l2c-crm-ant-select-tree-switcher .l2c-crm-ant-select-tree-switcher-icon{display:inline-block;font-size:10px;vertical-align:baseline}.l2c-crm-ant-select-tree-switcher .l2c-crm-ant-tree-switcher-icon svg,.l2c-crm-ant-select-tree-switcher .l2c-crm-ant-select-tree-switcher-icon svg{transition:transform .3s}.l2c-crm-ant-select-tree-switcher-noop{cursor:default}.l2c-crm-ant-select-tree-switcher_close .l2c-crm-ant-select-tree-switcher-icon svg{transform:rotate(-90deg)}.l2c-crm-ant-select-tree-switcher-loading-icon{color:#4c6aff}.l2c-crm-ant-select-tree-switcher-leaf-line{position:relative;z-index:1;display:inline-block;width:100%;height:100%}.l2c-crm-ant-select-tree-switcher-leaf-line:before{position:absolute;top:0;right:12px;bottom:-4px;margin-left:-1px;border-right:1px solid #d9d9d9;content:" "}.l2c-crm-ant-select-tree-switcher-leaf-line:after{position:absolute;width:10px;height:14px;border-bottom:1px solid #d9d9d9;content:" "}.l2c-crm-ant-select-tree-checkbox{top:initial;margin:4px 8px 0 0}.l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-node-content-wrapper{position:relative;z-index:auto;min-height:24px;margin:0;padding:0 4px;color:inherit;line-height:24px;background:transparent;border-radius:2px;cursor:pointer;transition:all .3s,border 0s,line-height 0s,box-shadow 0s}.l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-node-content-wrapper:hover{background-color:#f5f5f5}.l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-node-content-wrapper.l2c-crm-ant-select-tree-node-selected{background-color:#f0f4ff}.l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-node-content-wrapper .l2c-crm-ant-select-tree-iconEle{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;vertical-align:top}.l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-node-content-wrapper .l2c-crm-ant-select-tree-iconEle:empty{display:none}.l2c-crm-ant-select-tree-unselectable .l2c-crm-ant-select-tree-node-content-wrapper:hover{background-color:transparent}.l2c-crm-ant-select-tree-node-content-wrapper{line-height:24px;-webkit-user-select:none;user-select:none}.l2c-crm-ant-select-tree-node-content-wrapper .l2c-crm-ant-tree-drop-indicator{position:absolute;z-index:1;height:2px;background-color:#4c6aff;border-radius:1px;pointer-events:none}.l2c-crm-ant-select-tree-node-content-wrapper .l2c-crm-ant-tree-drop-indicator:after{position:absolute;top:-3px;left:-6px;width:8px;height:8px;background-color:transparent;border:2px solid #4c6aff;border-radius:50%;content:""}.l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-treenode.drop-container>[draggable]{box-shadow:0 0 0 2px #4c6aff}.l2c-crm-ant-select-tree-show-line .l2c-crm-ant-select-tree-indent-unit{position:relative;height:100%}.l2c-crm-ant-select-tree-show-line .l2c-crm-ant-select-tree-indent-unit:before{position:absolute;top:0;right:12px;bottom:-4px;border-right:1px solid #d9d9d9;content:""}.l2c-crm-ant-select-tree-show-line .l2c-crm-ant-select-tree-indent-unit-end:before{display:none}.l2c-crm-ant-select-tree-show-line .l2c-crm-ant-select-tree-switcher{background:#fff}.l2c-crm-ant-select-tree-show-line .l2c-crm-ant-select-tree-switcher-line-icon{vertical-align:-.15em}.l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-treenode-leaf-last .l2c-crm-ant-select-tree-switcher-leaf-line:before{top:auto!important;bottom:auto!important;height:14px!important}.l2c-crm-ant-tree-select-dropdown-rtl .l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-switcher_close .l2c-crm-ant-select-tree-switcher-icon svg{transform:rotate(90deg)}.l2c-crm-ant-tree-select-dropdown-rtl .l2c-crm-ant-select-tree .l2c-crm-ant-select-tree-switcher-loading-icon{transform:scaleY(-1)}.l2c-crm-ant-typography{color:#000000d9;overflow-wrap:break-word}.l2c-crm-ant-typography.l2c-crm-ant-typography-secondary{color:#00000073}.l2c-crm-ant-typography.l2c-crm-ant-typography-success{color:#52c41a}.l2c-crm-ant-typography.l2c-crm-ant-typography-warning{color:#faad14}.l2c-crm-ant-typography.l2c-crm-ant-typography-danger{color:#ff4d4f}a.l2c-crm-ant-typography.l2c-crm-ant-typography-danger:active,a.l2c-crm-ant-typography.l2c-crm-ant-typography-danger:focus{color:#d9363e}a.l2c-crm-ant-typography.l2c-crm-ant-typography-danger:hover{color:#ff7875}.l2c-crm-ant-typography.l2c-crm-ant-typography-disabled{color:#00000040;cursor:not-allowed;-webkit-user-select:none;user-select:none}div.l2c-crm-ant-typography,.l2c-crm-ant-typography p{margin-bottom:1em}h1.l2c-crm-ant-typography,div.l2c-crm-ant-typography-h1,div.l2c-crm-ant-typography-h1>textarea,.l2c-crm-ant-typography h1{margin-bottom:.5em;color:#000000d9;font-weight:600;font-size:38px;line-height:1.23}h2.l2c-crm-ant-typography,div.l2c-crm-ant-typography-h2,div.l2c-crm-ant-typography-h2>textarea,.l2c-crm-ant-typography h2{margin-bottom:.5em;color:#000000d9;font-weight:600;font-size:30px;line-height:1.35}h3.l2c-crm-ant-typography,div.l2c-crm-ant-typography-h3,div.l2c-crm-ant-typography-h3>textarea,.l2c-crm-ant-typography h3{margin-bottom:.5em;color:#000000d9;font-weight:600;font-size:24px;line-height:1.35}h4.l2c-crm-ant-typography,div.l2c-crm-ant-typography-h4,div.l2c-crm-ant-typography-h4>textarea,.l2c-crm-ant-typography h4{margin-bottom:.5em;color:#000000d9;font-weight:600;font-size:20px;line-height:1.4}h5.l2c-crm-ant-typography,div.l2c-crm-ant-typography-h5,div.l2c-crm-ant-typography-h5>textarea,.l2c-crm-ant-typography h5{margin-bottom:.5em;color:#000000d9;font-weight:600;font-size:16px;line-height:1.5}.l2c-crm-ant-typography+h1.l2c-crm-ant-typography,.l2c-crm-ant-typography+h2.l2c-crm-ant-typography,.l2c-crm-ant-typography+h3.l2c-crm-ant-typography,.l2c-crm-ant-typography+h4.l2c-crm-ant-typography,.l2c-crm-ant-typography+h5.l2c-crm-ant-typography{margin-top:1.2em}.l2c-crm-ant-typography div+h1,.l2c-crm-ant-typography ul+h1,.l2c-crm-ant-typography li+h1,.l2c-crm-ant-typography p+h1,.l2c-crm-ant-typography h1+h1,.l2c-crm-ant-typography h2+h1,.l2c-crm-ant-typography h3+h1,.l2c-crm-ant-typography h4+h1,.l2c-crm-ant-typography h5+h1,.l2c-crm-ant-typography div+h2,.l2c-crm-ant-typography ul+h2,.l2c-crm-ant-typography li+h2,.l2c-crm-ant-typography p+h2,.l2c-crm-ant-typography h1+h2,.l2c-crm-ant-typography h2+h2,.l2c-crm-ant-typography h3+h2,.l2c-crm-ant-typography h4+h2,.l2c-crm-ant-typography h5+h2,.l2c-crm-ant-typography div+h3,.l2c-crm-ant-typography ul+h3,.l2c-crm-ant-typography li+h3,.l2c-crm-ant-typography p+h3,.l2c-crm-ant-typography h1+h3,.l2c-crm-ant-typography h2+h3,.l2c-crm-ant-typography h3+h3,.l2c-crm-ant-typography h4+h3,.l2c-crm-ant-typography h5+h3,.l2c-crm-ant-typography div+h4,.l2c-crm-ant-typography ul+h4,.l2c-crm-ant-typography li+h4,.l2c-crm-ant-typography p+h4,.l2c-crm-ant-typography h1+h4,.l2c-crm-ant-typography h2+h4,.l2c-crm-ant-typography h3+h4,.l2c-crm-ant-typography h4+h4,.l2c-crm-ant-typography h5+h4,.l2c-crm-ant-typography div+h5,.l2c-crm-ant-typography ul+h5,.l2c-crm-ant-typography li+h5,.l2c-crm-ant-typography p+h5,.l2c-crm-ant-typography h1+h5,.l2c-crm-ant-typography h2+h5,.l2c-crm-ant-typography h3+h5,.l2c-crm-ant-typography h4+h5,.l2c-crm-ant-typography h5+h5{margin-top:1.2em}a.l2c-crm-ant-typography-ellipsis,span.l2c-crm-ant-typography-ellipsis{display:inline-block;max-width:100%}a.l2c-crm-ant-typography,.l2c-crm-ant-typography a{color:#4c6aff;outline:none;cursor:pointer;transition:color .3s;text-decoration:none}a.l2c-crm-ant-typography:focus-visible,.l2c-crm-ant-typography a:focus-visible,a.l2c-crm-ant-typography:hover,.l2c-crm-ant-typography a:hover{color:#7591ff}a.l2c-crm-ant-typography:active,.l2c-crm-ant-typography a:active{color:#364cd9}a.l2c-crm-ant-typography:active,.l2c-crm-ant-typography a:active,a.l2c-crm-ant-typography:hover,.l2c-crm-ant-typography a:hover{text-decoration:none}a.l2c-crm-ant-typography[disabled],.l2c-crm-ant-typography a[disabled],a.l2c-crm-ant-typography.l2c-crm-ant-typography-disabled,.l2c-crm-ant-typography a.l2c-crm-ant-typography-disabled{color:#00000040;cursor:not-allowed}a.l2c-crm-ant-typography[disabled]:active,.l2c-crm-ant-typography a[disabled]:active,a.l2c-crm-ant-typography.l2c-crm-ant-typography-disabled:active,.l2c-crm-ant-typography a.l2c-crm-ant-typography-disabled:active,a.l2c-crm-ant-typography[disabled]:hover,.l2c-crm-ant-typography a[disabled]:hover,a.l2c-crm-ant-typography.l2c-crm-ant-typography-disabled:hover,.l2c-crm-ant-typography a.l2c-crm-ant-typography-disabled:hover{color:#00000040}a.l2c-crm-ant-typography[disabled]:active,.l2c-crm-ant-typography a[disabled]:active,a.l2c-crm-ant-typography.l2c-crm-ant-typography-disabled:active,.l2c-crm-ant-typography a.l2c-crm-ant-typography-disabled:active{pointer-events:none}.l2c-crm-ant-typography code{margin:0 .2em;padding:.2em .4em .1em;font-size:85%;background:rgba(150,150,150,.1);border:1px solid rgba(100,100,100,.2);border-radius:3px}.l2c-crm-ant-typography kbd{margin:0 .2em;padding:.15em .4em .1em;font-size:90%;background:rgba(150,150,150,.06);border:1px solid rgba(100,100,100,.2);border-bottom-width:2px;border-radius:3px}.l2c-crm-ant-typography mark{padding:0;background-color:#ffe58f}.l2c-crm-ant-typography u,.l2c-crm-ant-typography ins{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.l2c-crm-ant-typography s,.l2c-crm-ant-typography del{text-decoration:line-through}.l2c-crm-ant-typography strong{font-weight:600}.l2c-crm-ant-typography-expand,.l2c-crm-ant-typography-edit,.l2c-crm-ant-typography-copy{color:#4c6aff;outline:none;cursor:pointer;transition:color .3s;margin-left:4px}.l2c-crm-ant-typography-expand:focus-visible,.l2c-crm-ant-typography-edit:focus-visible,.l2c-crm-ant-typography-copy:focus-visible,.l2c-crm-ant-typography-expand:hover,.l2c-crm-ant-typography-edit:hover,.l2c-crm-ant-typography-copy:hover{color:#7591ff}.l2c-crm-ant-typography-expand:active,.l2c-crm-ant-typography-edit:active,.l2c-crm-ant-typography-copy:active{color:#364cd9}.l2c-crm-ant-typography-copy-success,.l2c-crm-ant-typography-copy-success:hover,.l2c-crm-ant-typography-copy-success:focus{color:#52c41a}.l2c-crm-ant-typography-edit-content{position:relative}div.l2c-crm-ant-typography-edit-content{left:-12px;margin-top:-5px;margin-bottom:calc(1em - 5px)}.l2c-crm-ant-typography-edit-content-confirm{position:absolute;right:10px;bottom:8px;color:#00000073;font-weight:400;font-size:14px;font-style:normal;pointer-events:none}.l2c-crm-ant-typography-edit-content textarea{height:1em;margin:0!important;-moz-transition:none}.l2c-crm-ant-typography ul,.l2c-crm-ant-typography ol{margin:0 0 1em;padding:0}.l2c-crm-ant-typography ul li,.l2c-crm-ant-typography ol li{margin:0 0 0 20px;padding:0 0 0 4px}.l2c-crm-ant-typography ul{list-style-type:circle}.l2c-crm-ant-typography ul ul{list-style-type:disc}.l2c-crm-ant-typography ol{list-style-type:decimal}.l2c-crm-ant-typography pre,.l2c-crm-ant-typography blockquote{margin:1em 0}.l2c-crm-ant-typography pre{padding:.4em .6em;white-space:pre-wrap;word-wrap:break-word;background:rgba(150,150,150,.1);border:1px solid rgba(100,100,100,.2);border-radius:3px}.l2c-crm-ant-typography pre code{display:inline;margin:0;padding:0;font-size:inherit;font-family:inherit;background:transparent;border:0}.l2c-crm-ant-typography blockquote{padding:0 0 0 .6em;border-left:4px solid rgba(100,100,100,.2);opacity:.85}.l2c-crm-ant-typography-single-line{white-space:nowrap}.l2c-crm-ant-typography-ellipsis-single-line{overflow:hidden;text-overflow:ellipsis}a.l2c-crm-ant-typography-ellipsis-single-line,span.l2c-crm-ant-typography-ellipsis-single-line{vertical-align:bottom}.l2c-crm-ant-typography-ellipsis-multiple-line{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.l2c-crm-ant-typography-rtl{direction:rtl}.l2c-crm-ant-typography-rtl .l2c-crm-ant-typography-expand,.l2c-crm-ant-typography-rtl .l2c-crm-ant-typography-edit,.l2c-crm-ant-typography-rtl .l2c-crm-ant-typography-copy{margin-right:4px;margin-left:0}.l2c-crm-ant-typography-rtl .l2c-crm-ant-typography-expand{float:left}div.l2c-crm-ant-typography-edit-content.l2c-crm-ant-typography-rtl{right:-12px;left:auto}.l2c-crm-ant-typography-rtl .l2c-crm-ant-typography-edit-content-confirm{right:auto;left:10px}.l2c-crm-ant-typography-rtl.l2c-crm-ant-typography ul li,.l2c-crm-ant-typography-rtl.l2c-crm-ant-typography ol li{margin:0 20px 0 0;padding:0 4px 0 0}.l2c-crm-ant-upload{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.l2c-crm-ant-upload p{margin:0}.l2c-crm-ant-upload-btn{display:block;width:100%;outline:none}.l2c-crm-ant-upload input[type=file]{cursor:pointer}.l2c-crm-ant-upload.l2c-crm-ant-upload-select{display:inline-block}.l2c-crm-ant-upload.l2c-crm-ant-upload-disabled{color:#00000040;cursor:not-allowed}.l2c-crm-ant-upload.l2c-crm-ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:#fafafa;border:1px dashed #d9d9d9;border-radius:2px;cursor:pointer;transition:border-color .3s}.l2c-crm-ant-upload.l2c-crm-ant-upload-select-picture-card>.l2c-crm-ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.l2c-crm-ant-upload.l2c-crm-ant-upload-select-picture-card:hover{border-color:#4c6aff}.l2c-crm-ant-upload-disabled.l2c-crm-ant-upload.l2c-crm-ant-upload-select-picture-card:hover{border-color:#d9d9d9}.l2c-crm-ant-upload.l2c-crm-ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:#fafafa;border:1px dashed #d9d9d9;border-radius:2px;cursor:pointer;transition:border-color .3s}.l2c-crm-ant-upload.l2c-crm-ant-upload-drag .l2c-crm-ant-upload{padding:16px 0}.l2c-crm-ant-upload.l2c-crm-ant-upload-drag.l2c-crm-ant-upload-drag-hover:not(.l2c-crm-ant-upload-disabled){border-color:#364cd9}.l2c-crm-ant-upload.l2c-crm-ant-upload-drag.l2c-crm-ant-upload-disabled{cursor:not-allowed}.l2c-crm-ant-upload.l2c-crm-ant-upload-drag .l2c-crm-ant-upload-btn{display:table;height:100%}.l2c-crm-ant-upload.l2c-crm-ant-upload-drag .l2c-crm-ant-upload-drag-container{display:table-cell;vertical-align:middle}.l2c-crm-ant-upload.l2c-crm-ant-upload-drag:not(.l2c-crm-ant-upload-disabled):hover{border-color:#7591ff}.l2c-crm-ant-upload.l2c-crm-ant-upload-drag p.l2c-crm-ant-upload-drag-icon{margin-bottom:20px}.l2c-crm-ant-upload.l2c-crm-ant-upload-drag p.l2c-crm-ant-upload-drag-icon .anticon{color:#7591ff;font-size:48px}.l2c-crm-ant-upload.l2c-crm-ant-upload-drag p.l2c-crm-ant-upload-text{margin:0 0 4px;color:#000000d9;font-size:16px}.l2c-crm-ant-upload.l2c-crm-ant-upload-drag p.l2c-crm-ant-upload-hint{color:#00000073;font-size:14px}.l2c-crm-ant-upload.l2c-crm-ant-upload-drag .anticon-plus{color:#00000040;font-size:30px;transition:all .3s}.l2c-crm-ant-upload.l2c-crm-ant-upload-drag .anticon-plus:hover,.l2c-crm-ant-upload.l2c-crm-ant-upload-drag:hover .anticon-plus{color:#00000073}.l2c-crm-ant-upload-picture-card-wrapper{display:inline-block;width:100%}.l2c-crm-ant-upload-picture-card-wrapper:before{display:table;content:""}.l2c-crm-ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.l2c-crm-ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.l2c-crm-ant-upload-list:before{display:table;content:""}.l2c-crm-ant-upload-list:after{display:table;clear:both;content:""}.l2c-crm-ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.l2c-crm-ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.l2c-crm-ant-upload-list-item-card-actions{position:absolute;right:0}.l2c-crm-ant-upload-list-item-card-actions-btn{opacity:0}.l2c-crm-ant-upload-list-item-card-actions-btn.l2c-crm-ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.l2c-crm-ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.l2c-crm-ant-upload-list-item-card-actions-btn:focus,.l2c-crm-ant-upload-list-item-card-actions.picture .l2c-crm-ant-upload-list-item-card-actions-btn{opacity:1}.l2c-crm-ant-upload-list-item-card-actions .anticon{color:#00000073;transition:all .3s}.l2c-crm-ant-upload-list-item-card-actions:hover .anticon{color:#000000d9}.l2c-crm-ant-upload-list-item-info{height:100%;transition:background-color .3s}.l2c-crm-ant-upload-list-item-info>span{display:block;width:100%;height:100%}.l2c-crm-ant-upload-list-item-info .anticon-loading .anticon,.l2c-crm-ant-upload-list-item-info .l2c-crm-ant-upload-text-icon .anticon{position:absolute;top:5px;color:#00000073;font-size:14px}.l2c-crm-ant-upload-list-item:hover .l2c-crm-ant-upload-list-item-info{background-color:#f5f5f5}.l2c-crm-ant-upload-list-item:hover .l2c-crm-ant-upload-list-item-card-actions-btn{opacity:1}.l2c-crm-ant-upload-list-item-error,.l2c-crm-ant-upload-list-item-error .l2c-crm-ant-upload-text-icon>.anticon,.l2c-crm-ant-upload-list-item-error .l2c-crm-ant-upload-list-item-name{color:#ff4d4f}.l2c-crm-ant-upload-list-item-error .l2c-crm-ant-upload-list-item-card-actions .anticon{color:#ff4d4f}.l2c-crm-ant-upload-list-item-error .l2c-crm-ant-upload-list-item-card-actions-btn{opacity:1}.l2c-crm-ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:2px}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item:hover,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item:hover{background:transparent}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-error,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-error{border-color:#ff4d4f}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item:hover .l2c-crm-ant-upload-list-item-info,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item:hover .l2c-crm-ant-upload-list-item-info{background:transparent}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-uploading,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-uploading{border-style:dashed}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-thumbnail,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-thumbnail .anticon,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-thumbnail .anticon{font-size:26px}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-error .l2c-crm-ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-error .l2c-crm-ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-error .l2c-crm-ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-error .l2c-crm-ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-icon,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-icon .anticon,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-icon .anticon{font-size:26px}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-image,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-image{max-width:100%}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-thumbnail img,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-name,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-uploading .l2c-crm-ant-upload-list-item-name,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-uploading .l2c-crm-ant-upload-list-item-name{margin-bottom:12px}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-progress,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.l2c-crm-ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item{height:100%;margin:0}.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:#00000080;opacity:0;transition:all .3s;content:" "}.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item:hover .l2c-crm-ant-upload-list-item-info:before{opacity:1}.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-actions .anticon-eye,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-actions .anticon-download,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-actions .anticon-delete{z-index:10;width:16px;margin:0 4px;color:#ffffffd9;font-size:16px;cursor:pointer;transition:all .3s}.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-actions .anticon-eye:hover,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-actions .anticon-download:hover,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-actions .anticon-delete:hover{color:#fff}.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-info:hover+.l2c-crm-ant-upload-list-item-actions,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-actions:hover{opacity:1}.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-thumbnail,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;object-fit:contain}.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-file+.l2c-crm-ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-uploading.l2c-crm-ant-upload-list-item{background-color:#fafafa}.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-uploading .l2c-crm-ant-upload-list-item-info{height:auto}.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-uploading .l2c-crm-ant-upload-list-item-info:before,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-uploading .l2c-crm-ant-upload-list-item-info .anticon-eye,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-uploading .l2c-crm-ant-upload-list-item-info .anticon-delete{display:none}.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.l2c-crm-ant-upload-list-text-container,.l2c-crm-ant-upload-list-picture-container{transition:opacity .3s,height .3s}.l2c-crm-ant-upload-list-text-container:before,.l2c-crm-ant-upload-list-picture-container:before{display:table;width:0;height:0;content:""}.l2c-crm-ant-upload-list-text-container .l2c-crm-ant-upload-span,.l2c-crm-ant-upload-list-picture-container .l2c-crm-ant-upload-span{display:block;flex:auto}.l2c-crm-ant-upload-list-text .l2c-crm-ant-upload-span,.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-span{display:flex;align-items:center}.l2c-crm-ant-upload-list-text .l2c-crm-ant-upload-span>*,.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-span>*{flex:none}.l2c-crm-ant-upload-list-text .l2c-crm-ant-upload-list-item-name,.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.l2c-crm-ant-upload-list-text .l2c-crm-ant-upload-list-item-card-actions,.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-card-actions,.l2c-crm-ant-upload-list-text .l2c-crm-ant-upload-text-icon .anticon{position:static}.l2c-crm-ant-upload-list .l2c-crm-ant-upload-animate-inline-appear,.l2c-crm-ant-upload-list .l2c-crm-ant-upload-animate-inline-enter,.l2c-crm-ant-upload-list .l2c-crm-ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.l2c-crm-ant-upload-list .l2c-crm-ant-upload-animate-inline-appear,.l2c-crm-ant-upload-list .l2c-crm-ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.l2c-crm-ant-upload-list .l2c-crm-ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.l2c-crm-ant-upload-rtl{direction:rtl}.l2c-crm-ant-upload-rtl.l2c-crm-ant-upload.l2c-crm-ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.l2c-crm-ant-upload-list-rtl{direction:rtl}.l2c-crm-ant-upload-list-rtl .l2c-crm-ant-upload-list-item-list-type-text:hover .l2c-crm-ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.l2c-crm-ant-upload-list-rtl .l2c-crm-ant-upload-list-item-list-type-text:hover .l2c-crm-ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.l2c-crm-ant-upload-list-rtl .l2c-crm-ant-upload-list-item-name{padding-right:22px;padding-left:0}.l2c-crm-ant-upload-list-rtl .l2c-crm-ant-upload-list-item-name-icon-count-1{padding-left:14px}.l2c-crm-ant-upload-list-rtl .l2c-crm-ant-upload-list-item-card-actions{right:auto;left:0}.l2c-crm-ant-upload-list-rtl .l2c-crm-ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.l2c-crm-ant-upload-list-rtl .l2c-crm-ant-upload-list-item-info{padding:0 4px 0 12px}.l2c-crm-ant-upload-list-rtl .l2c-crm-ant-upload-list-item-error .l2c-crm-ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.l2c-crm-ant-upload-list-rtl .l2c-crm-ant-upload-list-item-progress{padding-right:26px;padding-left:0}.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-info,.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-info{padding:0}.l2c-crm-ant-upload-list-rtl.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-thumbnail,.l2c-crm-ant-upload-list-rtl.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-thumbnail{right:8px;left:auto}.l2c-crm-ant-upload-list-rtl.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-icon,.l2c-crm-ant-upload-list-rtl.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.l2c-crm-ant-upload-list-rtl.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-name,.l2c-crm-ant-upload-list-rtl.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.l2c-crm-ant-upload-list-rtl.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-name-icon-count-1,.l2c-crm-ant-upload-list-rtl.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.l2c-crm-ant-upload-list-rtl.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-name-icon-count-2,.l2c-crm-ant-upload-list-rtl.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.l2c-crm-ant-upload-list-rtl.l2c-crm-ant-upload-list-picture .l2c-crm-ant-upload-list-item-progress,.l2c-crm-ant-upload-list-rtl.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-progress{padding-right:0;padding-left:0}.l2c-crm-ant-upload-list-rtl .l2c-crm-ant-upload-list-picture-card-container{margin:0 0 8px 8px}.l2c-crm-ant-upload-list-rtl.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.l2c-crm-ant-upload-list-rtl.l2c-crm-ant-upload-list-picture-card .l2c-crm-ant-upload-list-item-file+.l2c-crm-ant-upload-list-item-name{margin:8px 0 0;padding:0}._root_1kww3_2{width:100%;height:100%;background-color:#f4f6f7}.l2c-crm-ant-message{z-index:9999}.ka-wrapper,.ka-content{height:100%;width:100%}._container_4rbba_2{display:flex;flex-direction:column;height:100%}._tabs_4rbba_8{display:flex;align-items:center;margin-top:12px;margin-bottom:5px}._tabs_4rbba_8>div{padding:4px}._tabs_4rbba_8>div>div{padding:5px 10px;height:32px;color:var(--text-3, #747a8c);font-size:14px;line-height:22px;display:inline-flex;align-items:center;cursor:pointer}._tabs_4rbba_8>div>div._active_4rbba_28{color:var(--brand-6, #4c6aff);font-weight:500;position:relative}._tabs_4rbba_8>div>div._active_4rbba_28:after{display:block;content:" ";position:absolute;background:var(--brand-6, #4c6aff);transform:translate(-50%);left:50%;width:24px;height:2px;bottom:-2px}._content_4rbba_45{border-radius:4px;margin:0 16px 16px;height:100%;border:1px solid var(--line-1, #f0f1f5);background:#fff}._footer-btn-group_9br6t_8{margin-top:16px;display:flex;gap:16px;justify-content:end}._container_ivnbb_5{height:100%}._container_ivnbb_5>div:first-child{height:calc(100% - 48px)}._container_ivnbb_5>div:last-child{height:48px}._hide_ivnbb_18{display:none}._plot_kkr87_8>h3{color:var(---Text-6, #080b19);font-size:14px;font-weight:500;line-height:22px;margin-bottom:16px}._two-colums_kkr87_16{display:flex;gap:16px}._two-colums_kkr87_16>div{width:50%}._footer-btn-group_kkr87_24{display:flex;gap:16px;justify-content:end}._form_kkr87_30 label.l2c-crm-ant-form-item-required:after{display:block;content:"*";color:var(---Error-6, #fe5b4c);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._container_1ykvk_5{font-family:PingFang SC;position:relative;width:272px;height:70px;padding:12px;border-radius:4px;border:1px solid var(---Line-3--, #e1e3e8);cursor:pointer}._container_1ykvk_5:hover,._container_1ykvk_5._actived_1ykvk_18{border:1px solid var(---Brand-6, #4c6aff)}._container_1ykvk_5:hover ._hover-tip_1ykvk_21{display:block}._container_1ykvk_5 ._hover-tip_1ykvk_21{position:absolute;display:none;top:0;right:0;width:64px;height:24px;padding:2px 8px;border-radius:0 4px;background:var(--fill-25-hover, #f0f2f7);color:var(---Text-3, #747a8c);font-size:12px;line-height:20px}._container_1ykvk_5>h2{color:#000;font-size:14px;font-style:normal;line-height:22px;margin-bottom:2px}._container_1ykvk_5>p{color:var(--text-4, #545a6e);font-size:14px;line-height:22px}._list-wrap_1oafe_8{margin-top:24px;display:flex;gap:16px;flex-wrap:wrap}._container_da43l_6{display:flex;justify-content:flex-start;height:100%}._table_da43l_15{flex-grow:1;width:0;display:inline-flex;flex-direction:column;height:100%}._member-table_da43l_23{height:0;flex-grow:1}._year-select_da43l_28{width:200px}._title_da43l_32{display:flex;align-items:center;justify-content:flex-start;margin:16px 0 12px}._title_da43l_32>h3{color:var(---Text-6, #080b19);font-size:14px;font-weight:500;line-height:22px;margin-bottom:0;margin-right:4px}._title_da43l_32>p{color:var(---Text-3, #747a8c);font-size:12px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:0}._t-24_da43l_55{margin-top:24px}._sim-table_da43l_59 .l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-content>table,._sim-table_da43l_59 .l2c-crm-ant-table.l2c-crm-ant-table-bordered>.l2c-crm-ant-table-container>.l2c-crm-ant-table-header>table{border-top:none}._sim-table_da43l_59 .l2c-crm-ant-table-thead>tr>th{color:var(---Text-3, #747a8c);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;border-bottom:none;border-right:1px solid #e1e3e8!important}._sim-table_da43l_59 .l2c-crm-ant-table-tbody>tr>td{border-color:#e1e3e8;overflow:hidden;color:#272e47;text-overflow:ellipsis;white-space:nowrap;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;border-right:1px solid #e1e3e8!important;border-bottom:none}._sim-table_da43l_59 .l2c-crm-ant-table-thead>tr>th{background:var(---Fill-2, #f6f7fa)}._sim-table_da43l_59 .l2c-crm-ant-table-cell{padding:8px 16px;height:40px;line-height:22px}._sim-table_da43l_59 thead>tr>th:last-child,._sim-table_da43l_59 tbody>tr>td:last-child{border-right:none!important}._sim-table_da43l_59 tbody>tr:last-child td{border-bottom:none}._sim-table_da43l_59 tbody>tr:nth-child(2n-1){background:var(---Fill-2, #f6f7fa)}._sim-table_da43l_59 ._month_da43l_106{padding-left:8px;padding-right:8px}._extra_43i4p_1{display:flex;align-items:center}._btn_43i4p_6{margin-right:12px}._section_43i4p_10+._section_43i4p_10{margin-top:16px}._section_43i4p_10>h3{color:var(---Text-5, #272e47);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:22px;margin-bottom:8px}._section_43i4p_10>div+div{margin-top:12px}._section_43i4p_10>div{display:flex}._section_43i4p_10>div>span:first-child{flex-shrink:0;width:98px;color:var(---Text-3, #747a8c);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._section_43i4p_10>div>span:last-child{color:var(---Text-5, #272e47);text-overflow:ellipsis;word-break:break-all;white-space:wrap;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._more_43i4p_50{display:inline-flex;width:28px;height:28px;padding:6px;justify-content:center;align-items:center;border-radius:4px;border:1px solid var(----Line-3--, #e1e3e8);background:var(---, #fff)}._diver_43i4p_62{width:1px;height:16px;flex-shrink:0;background:var(---Line-1, #f0f1f5);margin:0 16px}._container_1jmyb_1{height:100%}._sale-drawer_1jmyb_5{padding-left:20px;padding-right:20px}._sale-drawer_1jmyb_5 .l2c-crm-ant-drawer-header,._sale-drawer_1jmyb_5 .l2c-crm-ant-drawer-body{padding-left:20px;padding-right:20px;padding-bottom:16px}._step-tips_1jmyb_15{display:flex;justify-content:center;align-items:center;flex-grow:1;padding-right:120px;color:var(---Text-5, #272E47);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._diver_1jmyb_29{background:var(---Line-3--, #e1e3e8);height:2px;width:70px}._title-wrap_1jmyb_35{display:flex;align-items:center;margin-right:-40px}._step-item_1jmyb_41{display:inline-flex;align-items:center;margin:0 8px}._step-item_1jmyb_41>span:first-child{display:block;width:20px;height:20px;margin-right:8px;border:1px solid var(---Line-3--, #e1e3e8);border-radius:50%;color:var(---Text-4-, #545a6e);text-align:center;font-family:LX-numbers;font-size:12px;font-style:normal;font-weight:400;line-height:18px}._step-item_1jmyb_41._active_1jmyb_61>span:first-child{background-color:#4c6aff;border-color:#4c6aff;color:#fff}._banner_t9jet_2{position:relative;height:95px;background:linear-gradient(90deg,rgba(237,228,255,.5) 0%,rgba(222,235,253,.5) 39.2%,rgba(237,228,255,.5) 100%);border-radius:4px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-bottom:22px}._banner-op_t9jet_14{display:inline-flex;flex-direction:column;align-items:flex-end;margin-left:10px}._banner-op_t9jet_14>div:first-child{color:var(---Text-5, #272e47);font-family:Allerta;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-bottom:5px;position:relative;z-index:1;flex-shrink:0;white-space:nowrap}._banner-op_t9jet_14 span{font-size:12px;line-height:20px;font-family:PingFang SC;font-style:normal}._sale-target-list_t9jet_40{height:100%;display:flex;flex-direction:column}._table-container_t9jet_46{height:100%;flex-grow:1;height:0}._bj_t9jet_52{background-image:url(data:image/png;base64,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);width:95px;height:95px;background-repeat:no-repeat;background-size:contain}._img_t9jet_60{width:95px;height:95px;position:absolute;top:0;right:106px;z-index:0;opacity:.5}._step-wrap_t9jet_70{display:inline-flex;align-items:center;margin-left:-16px}._step-wrap_t9jet_70 ._step-item_t9jet_75{display:inline-flex;align-items:flex-end;margin:0 16px}._step-wrap_t9jet_70 ._step-item_t9jet_75 h3{color:var(---Text-5, #272e47);font-family:LX-numbers;font-size:28px;font-style:normal;font-weight:400;line-height:32px;margin-bottom:0;margin-right:4px}._step-wrap_t9jet_70 ._step-item_t9jet_75 p{color:var(---Text-5, #272e47);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-bottom:0}._text-center_t9jet_101{text-align:center}._link_t9jet_105{color:#4c6aff;cursor:pointer}._col-one-header_t9jet_110{margin-left:24px}._seq_t9jet_114{color:var(---Text-3, #747a8c);text-align:center;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;white-space:nowrap}._target-name_t9jet_125{overflow:hidden;color:#272e47;text-overflow:ellipsis;white-space:nowrap;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:22px;cursor:pointer}._target-name_t9jet_125:hover{color:var(---Brand-6, #4c6aff)}._target-table_t9jet_142 table{border-top:none!important}._target-table_t9jet_142 th,._target-table_t9jet_142 td{border-color:#e1e3e8!important;height:32px}._target-table_t9jet_142 .l2c-crm-ant-table-container{border-left:none!important}._target-table_t9jet_142 .l2c-crm-ant-table-cell{padding:5px 16px!important}._target-table_t9jet_142 th,._target-table_t9jet_142 td{color:var(---Text-5, #272e47);text-overflow:ellipsis;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;border-bottom:none!important}._target-table_t9jet_142 th:first-child,._target-table_t9jet_142 td:first-child{border-right:none!important}._target-table_t9jet_142 th:last-child,._target-table_t9jet_142 td:last-child{border-right:none!important}._target-table_t9jet_142 .l2c-crm-ant-table-thead>tr>th{color:var(---Text-3, #747a8c);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;background:var(---Fill-2, #f6f7fa)}._target-table_t9jet_142 tr:nth-of-type(2n-1)>td{background:var(---Fill-2, #f6f7fa)}._op_t9jet_189{display:flex;gap:20px}._pagination_t9jet_194{margin-top:12px;display:flex;justify-content:flex-end}._name_t9jet_200{margin-left:4px}._tooltip-text-wrap_t9jet_204{line-height:22px;display:block!important;height:22px;max-width:200px}._tooltip-text_t9jet_204{line-height:22px}._guide-container_o0tn8_1{display:flex;height:100%;align-items:center;justify-content:center}._guide-container_o0tn8_1 h2{font-size:28px;line-height:36px;margin:0;font-weight:600;color:#080b19}._guide-container_o0tn8_1 ol{margin-top:20px;padding:0;color:#545a6e}._guide-container_o0tn8_1 ol li{list-style:none;margin:4px 0}._guide-container_o0tn8_1 ._flag_o0tn8_23{position:relative;display:inline-block;width:14px;height:14px;border-radius:50%;margin-right:8px;background:#edf0ff}._guide-container_o0tn8_1 ._flag_o0tn8_23:after{position:absolute;top:3.5px;left:3.5px;display:block;content:" ";width:7px;height:7px;border-radius:50%;background-color:#4c6aff}._guide-container_o0tn8_1 ._video-btn_o0tn8_43{margin-left:16px}._guide-container_o0tn8_1 ._video-btn_o0tn8_43>div{margin-right:6px}._guide-container_o0tn8_1>div>div:last-child{margin-top:32px;display:flex;align-items:center}._guide-container_o0tn8_1>div:last-child{margin-left:40px}._diver_s3q5o_1{background:var(---Line-3--, #e1e3e8);height:2px;width:70px}._step-item_s3q5o_7{display:inline-flex;align-items:center;margin:0 8px}._step-item_s3q5o_7>span:first-child{display:block;width:20px;height:20px;margin-right:8px;border:1px solid var(---Line-3--, #e1e3e8);border-radius:50%;color:var(---Text-4-, #545a6e);text-align:center;font-family:LX-numbers;font-size:12px;font-style:normal;font-weight:400;line-height:18px}._step-item_s3q5o_7>span:last-child{color:var(---Text-5, #272e47);font-size:14px;font-style:normal;font-weight:400;line-height:22px}._step-item_s3q5o_7._active_s3q5o_34>span:first-child{background-color:#4c6aff;border-color:#4c6aff;color:#fff}._header-help_s3q5o_40{display:flex;align-items:center;color:#272e47;font-size:14px;line-height:22px}._header-diver_s3q5o_48{background-color:#e1e3e8;height:16px;width:1px;margin:0 12px}._link_s3q5o_55{cursor:pointer;color:#272e47}._link_s3q5o_55:hover{color:#4c6aff}._video_s3q5o_63{display:inline-flex;align-items:center}._video_s3q5o_63>div:first-child{margin-right:6px}._container_3mr2g_2{padding:0 16px;height:100%}._header_3mr2g_7{height:52px;display:flex;align-items:center;color:var(--text-icon-text-icon-0, #252931);font-size:14px;font-style:normal;font-weight:500;line-height:20px}._title_3mr2g_18{margin-right:8px}._content_3mr2g_22{background:#fff;height:calc(100% - 52px);display:flex;min-width:652px;flex-direction:column}._content_3mr2g_22 ._totality_3mr2g_29{width:100%;max-height:416px}._content_3mr2g_22 ._totality_3mr2g_29 ._title_3mr2g_18{color:var(--text-6, #080b19);font-size:14px;font-style:normal;font-weight:500;line-height:22px;margin-bottom:16px;display:block}._content_3mr2g_22 ._totality_3mr2g_29 ._totalWrap_3mr2g_42{display:flex;gap:16px;flex-wrap:wrap;align-items:stretch;overflow-y:scroll;max-height:405px;-ms-overflow-style:none;scrollbar-width:none}._content_3mr2g_22 ._totality_3mr2g_29 ._totalWrap_3mr2g_42 ._addTarget_3mr2g_52{width:250px;height:102px;background-color:var(--fill-2, #f6f7fa);display:flex;align-items:center;justify-content:center;cursor:pointer}._content_3mr2g_22 ._totality_3mr2g_29 ._totalWrap_3mr2g_42 ._addTarget_3mr2g_52>span{font-size:14px;color:var(--text-6, #080b19);margin-left:4px}._content_3mr2g_22 ._totality_3mr2g_29 ._totalWrap_3mr2g_42::-webkit-scrollbar{display:none}._content_3mr2g_22 ._dashboardTabs_3mr2g_69{display:flex;gap:12px;margin-bottom:16px}._content_3mr2g_22 ._dashboardTabs_3mr2g_69 ._tab_3mr2g_74{height:24px;padding:0 12px;border-radius:16px;cursor:pointer;background-color:var(--fill-2, #f6f7fa);color:var(--text-5, #272e47);font-size:12px;font-weight:400;display:flex;align-items:center;justify-content:center}._content_3mr2g_22 ._dashboardTabs_3mr2g_69 ._activeTab_3mr2g_87{outline:1px solid var(--brand-6, #4c6aff);outline-offset:-1px;background:var(--brand-2, #edf0ff);color:var(--brand-6, #4c6aff);font-weight:500}._table-wrap_3mr2g_95{flex-grow:1;height:0}._resultArea_3mr2g_100{display:flex;flex-direction:column;overflow-y:scroll;overflow-y:auto;overflow-y:overlay;overflow-x:hidden}._resultArea_3mr2g_100 ._rankImg_3mr2g_108{width:17px;height:22px}._resultArea_3mr2g_100 ._empty-description_3mr2g_112{margin:8px 0}._resultArea_3mr2g_100 ._empty-description_3mr2g_112 .l2c-crm-ant-empty-image{height:64px;margin-top:45px}._resultArea_3mr2g_100 ._empty-description_3mr2g_112 .l2c-crm-ant-empty-image>img{width:64px;height:64px}._resultArea_3mr2g_100 ._empty-description_3mr2g_112 .l2c-crm-ant-empty-description{margin-top:16px;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0px;text-align:center;color:var(--text-3, #747a8c)}._resultArea_3mr2g_100::-webkit-scrollbar{opacity:0;width:6px;background-color:transparent}._resultArea_3mr2g_100::-webkit-scrollbar:horizontal{height:6px}._resultArea_3mr2g_100:hover::-webkit-scrollbar{opacity:1;display:block;background-color:transparent;width:6px;padding-right:4px}._resultArea_3mr2g_100:hover::-webkit-scrollbar:horizontal{height:6px}._resultArea_3mr2g_100:hover::-webkit-scrollbar-button{display:none}._resultArea_3mr2g_100:hover::-webkit-scrollbar-thumb{background:#d4d4d6;border-radius:17px;padding-right:4px;width:6px;opacity:0}._resultArea_3mr2g_100:hover::-webkit-scrollbar-thumb:hover{background-color:#ddd}._resultArea_3mr2g_100:hover::-webkit-scrollbar-corner{display:none}._tableMember_3mr2g_172{margin-top:82px}._tableMember_3mr2g_172 div._pagination_3mr2g_175{padding-bottom:20px}._tableDepartment_3mr2g_179{margin-top:64px}._tableMember_3mr2g_172,._tableDepartment_3mr2g_179{height:338px}._tableMember_3mr2g_172 .l2c-crm-ant-table-thead>tr>th,._tableDepartment_3mr2g_179 .l2c-crm-ant-table-thead>tr>th{background-color:var(--fill-2, #f6f7fa)}._tableMember_3mr2g_172 ._title_3mr2g_18,._tableDepartment_3mr2g_179 ._title_3mr2g_18{color:var(--text-6, #080b19);font-size:14px;font-style:normal;font-weight:500;line-height:22px;margin-bottom:12px;display:inline-block}._tableMember_3mr2g_172 ._pagination_3mr2g_175,._tableDepartment_3mr2g_179 ._pagination_3mr2g_175{margin-top:12px;margin-bottom:12px;display:flex;justify-content:flex-end}._dashboardTable_3mr2g_209 .l2c-crm-ant-table-cell-fix-left.react-resizable{position:-webkit-sticky!important;position:sticky!important}._dashboardTable_3mr2g_209 .react-resizable{position:relative!important}._dashboardTable_3mr2g_209 .l2c-crm-ant-table-thead>tr>th{border-bottom:none}._dashboardTable_3mr2g_209 .l2c-crm-ant-table-cell{white-space:nowrap}._dashboardTable_3mr2g_209 .l2c-crm-ant-table-thead ._tableHeaderNormal_3mr2g_221.l2c-crm-ant-table-cell{white-space:nowrap;height:64px;padding:21px 0;text-align:center;color:var(--text-3, #747a8c);font-weight:400;background-color:var(--fill-2, #f6f7fa)}._dashboardTable_3mr2g_209 .l2c-crm-ant-table-thead ._tableHeaderSpec_3mr2g_230.l2c-crm-ant-table-cell,._dashboardTable_3mr2g_209 .l2c-crm-ant-table-thead ._tableHeaderSpecInner_3mr2g_238.l2c-crm-ant-table-cell{height:32px;padding:5px 0;text-align:center;color:var(--text-3, #747a8c);font-weight:400;background-color:var(--fill-2, #f6f7fa)}._dashboardTable_3mr2g_209 .l2c-crm-ant-table-tbody .l2c-crm-ant-table-cell{height:40px;padding:0;text-align:center}._dashboardTable_3mr2g_209 .l2c-crm-ant-table-tbody .l2c-crm-ant-table-cell.l2c-crm-ant-table-cell-row-hover,._dashboardTable_3mr2g_209 .l2c-crm-ant-table-tbody .l2c-crm-ant-table-row.odd,._dashboardTable_3mr2g_209 .l2c-crm-ant-table-tbody .l2c-crm-ant-table-row.odd .l2c-crm-ant-table-cell-fix-left{background-color:var(--fill-2, #f6f7fa)}._dashboardTable_3mr2g_209 .l2c-crm-ant-table-tbody>tr>td{border-bottom:none}._control-area-sale_3mr2g_264{display:flex;justify-content:space-between;margin-bottom:16px;margin-left:12px}._control-area-sale_3mr2g_264>div:first-child{margin-left:-12px}._control-area-sale_3mr2g_264 label{color:var(--text-4, #545a6e);font-size:14px;line-height:22px;margin-right:8px;margin-left:12px}._control-area-sale_3mr2g_264 .l2c-crm-ant-picker-range-separator{padding:0 12px;position:relative}._control-area-sale_3mr2g_264 .l2c-crm-ant-picker-range-separator:after{content:"";position:absolute;height:1px;width:16px;background-color:var(--line-3, #e1e3e8);left:0}._control-area-sale_3mr2g_264 .l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{border:1px solid var(--line-3, #e1e3e8);border-radius:4px}._control-area-sale_3mr2g_264 .l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector:hover{border:1px solid var(--brand-5, #7088ff)}._control-area-sale_3mr2g_264 .l2c-crm-ant-picker{border-radius:4px}._control-area-sale_3mr2g_264 .l2c-crm-ant-select-focused:not(.l2c-crm-ant-select-disabled).l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{box-shadow:none;border-color:var(--brand-5, #7088ff)}._control-area-sale_3mr2g_264 .l2c-crm-ant-select-single.l2c-crm-ant-select-open .l2c-crm-ant-select-selection-item{color:var(--text-2, #9fa2ad)}._control-area-sale_3mr2g_264 .l2c-crm-ant-picker-focused{border-color:var(--brand-5, #7088ff);box-shadow:none}._control-area-sale_3mr2g_264 .l2c-crm-ant-picker{border:1px solid var(--line-3, #e1e3e8)}._control-area-sale_3mr2g_264 .l2c-crm-ant-picker:hover{border:1px solid var(--brand-5, #7088ff)}._cascadeWrap_3mr2g_321 .l2c-crm-ant-cascader-menu-item-active:not(.l2c-crm-ant-cascader-menu-item-disabled){background-color:var(--fill-2, #f6f7fa);font-weight:400}._cascadeWrap_3mr2g_321 .l2c-crm-ant-cascader-menu-item:hover{background-color:var(--fill-2, #f6f7fa)}._dropdownWrap_3mr2g_329 ._customDatePickerPanel_3mr2g_329{display:flex}._dropdownWrap_3mr2g_329 ._customDatePickerPanel_3mr2g_329 ._leftSide_3mr2g_332{width:82px;padding:10px 0 10px 16px;border-right:1px solid #eceff4;font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;color:#51555c}._dropdownWrap_3mr2g_329 ._customDatePickerPanel_3mr2g_329 ._leftSide_3mr2g_332 ul{list-style:none}._dropdownWrap_3mr2g_329 ._customPickerRange_3mr2g_345{margin-bottom:6px;cursor:pointer}._dropdownWrap_3mr2g_329 ._customPickerRange_3mr2g_345:hover{color:#386ee7}._totalBox_66o9g_1{display:flex;flex-direction:column;width:250px;height:102px;border-radius:4px;background:var(--fill-1, #f8f9fa);padding:12px}._totalBox_66o9g_1 ._top_66o9g_10{display:flex;justify-content:space-between;margin-bottom:6px}._totalBox_66o9g_1 ._top_66o9g_10 ._title_66o9g_15{color:var(--text-4, #545a6e);font-size:12px;font-style:normal;font-weight:400;line-height:16px;max-width:174px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}._totalBox_66o9g_1 ._top_66o9g_10 ._rules_66o9g_27{display:flex;align-items:center;color:var(--text-3, #747a8c);font-size:12px;font-style:normal;font-weight:400;line-height:16px;cursor:pointer}._totalBox_66o9g_1 ._cash_66o9g_37{color:var(--text-5, #272e47);font-family:LX-numbers;font-size:18px;font-style:normal;font-weight:400;line-height:22px;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._totalBox_66o9g_1 ._cash_66o9g_37>span{font-family:LX-numbers;font-size:14px;font-weight:400;line-height:22px}._totalBox_66o9g_1 ._bottom_66o9g_55{display:flex;justify-content:space-between;margin-bottom:6px}._totalBox_66o9g_1 ._bottom_66o9g_55 ._targetVal_66o9g_60{color:var(--text-3, #747a8c);font-style:normal;font-weight:400;line-height:16px;font-size:12px;display:flex;align-items:center;white-space:nowrap}._totalBox_66o9g_1 ._bottom_66o9g_55 ._targetVal_66o9g_60>span{color:#424e66;font-family:LX-numbers;font-size:12px;font-style:normal;font-weight:400;line-height:16px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:68px}._totalBox_66o9g_1 ._bottom_66o9g_55 ._finishRate_66o9g_83{color:var(--text-3, #747a8c);font-size:12px;font-style:normal;font-weight:400;line-height:16px;display:flex;align-items:center;white-space:nowrap}._totalBox_66o9g_1 ._bottom_66o9g_55 ._finishRate_66o9g_83>span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:62px}._totalBox_66o9g_1 ._bottom_66o9g_55 ._finishRate_66o9g_83 ._notSet_66o9g_100{color:var(--brand-6, #4c6aff);cursor:pointer}._totalBox_66o9g_1 ._progress_66o9g_104{height:6px;border-radius:9px;background:var(--fill-3, #ebedf2)}._totalBox_66o9g_1 ._progress_66o9g_104 ._inner_66o9g_109{height:6px;background-color:var(--brand-6, #4c6aff);border-radius:9px}._reactResizableHandle_1qua5_1{background:none;bottom:0;cursor:col-resize;height:100%;position:absolute;right:-5px;width:10px;z-index:1}._control-area-sale_1vkkq_1{display:flex;justify-content:space-between;margin-bottom:16px;margin-left:12px}._control-area-sale_1vkkq_1>div:first-child{margin-left:-12px}._control-area-sale_1vkkq_1 label{color:var(--text-4, #545a6e);font-size:14px;line-height:22px;margin-right:8px;margin-left:12px}._control-area-sale_1vkkq_1 .l2c-crm-ant-picker-range-separator{padding:0 12px;position:relative}._control-area-sale_1vkkq_1 .l2c-crm-ant-picker-range-separator:after{content:"";position:absolute;height:1px;width:16px;background-color:var(--line-3, #e1e3e8);left:0}._control-area-sale_1vkkq_1 .l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{border:1px solid var(--line-3, #e1e3e8);border-radius:4px}._control-area-sale_1vkkq_1 .l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector:hover{border:1px solid var(--brand-5, #7088ff)}._control-area-sale_1vkkq_1 .l2c-crm-ant-picker{border-radius:4px}._control-area-sale_1vkkq_1 .l2c-crm-ant-select-focused:not(.l2c-crm-ant-select-disabled).l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{box-shadow:none;border-color:var(--brand-5, #7088ff)}._control-area-sale_1vkkq_1 .l2c-crm-ant-select-single.l2c-crm-ant-select-open .l2c-crm-ant-select-selection-item{color:var(--text-2, #9fa2ad)}._control-area-sale_1vkkq_1 .l2c-crm-ant-picker-focused{border-color:var(--brand-5, #7088ff);box-shadow:none}._control-area-sale_1vkkq_1 .l2c-crm-ant-picker{border:1px solid var(--line-3, #e1e3e8)}._control-area-sale_1vkkq_1 .l2c-crm-ant-picker:hover{border:1px solid var(--brand-5, #7088ff)}._container_1vkkq_61,._container_1vkkq_61 .l2c-crm-ant-select-selection-item{display:flex;align-items:center}._container_1vkkq_61 .l2c-crm-ant-select-selection-item>span{padding-left:4px}._container_1vkkq_61 .l2c-crm-ant-select-selector{overflow:hidden}._container_1vkkq_61 .l2c-crm-ant-select-selection-overflow{flex-wrap:nowrap}._container_1vkkq_61 .l2c-crm-ant-select:not(.l2c-crm-ant-select-customize-input) .l2c-crm-ant-select-selector{border-radius:4px}._container_1vkkq_61 .l2c-crm-ant-picker{border-radius:4px}._cascadeWrap_1vkkq_85 .l2c-crm-ant-cascader-menu-item-active:not(.l2c-crm-ant-cascader-menu-item-disabled){background-color:var(--fill-2, #f6f7fa);font-weight:400}._cascadeWrap_1vkkq_85 .l2c-crm-ant-cascader-menu-item:hover{background-color:var(--fill-2, #f6f7fa)}._contact_1vkkq_93{display:flex;align-items:center;gap:8px}._date-picker-disabled_1vkkq_99{pointer-events:none;color:#b7bac2}._dropdownWrap_1vkkq_104 ._customDatePickerPanel_1vkkq_104{display:flex}._dropdownWrap_1vkkq_104 ._customDatePickerPanel_1vkkq_104 ._leftSide_1vkkq_107{width:82px;padding:10px 0 10px 16px;border-right:1px solid #eceff4;font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;color:#51555c}._dropdownWrap_1vkkq_104 ._customDatePickerPanel_1vkkq_104 ._leftSide_1vkkq_107 ul{list-style:none}._dropdownWrap_1vkkq_104 ._customPickerRange_1vkkq_120{margin-bottom:6px;cursor:pointer}._dropdownWrap_1vkkq_104 ._customPickerRange_1vkkq_120:hover{color:#386ee7}._chart-box_4ga3u_1{background-color:#f8f9fa;border-radius:4px;padding:17px 16px 16px;overflow:hidden}._chart-box_4ga3u_1 h3{font-weight:500;font-size:14px;line-height:22px;color:#080b19;margin-bottom:11px;display:flex;align-items:center;gap:2px}._chart-wrap_4ga3u_18{height:374px}._chart-wrap_4ga3u_18>div:first-child{height:100%}._title-tip_4ga3u_25{display:inline-flex;align-items:center;gap:2px}._trend_4ga3u_31{display:flex;align-items:center;justify-content:space-between}._chart-tabs_4ga3u_37>div{background-color:#fff}._chart-pie-tooltip_4ga3u_41{min-width:72px;padding:6px 12px!important;border:none;border-radius:4px!important;display:none;background:var(---, #fff);box-shadow:0 4px 10px #2f53861f!important;border-width:0!important}._chart-pie-tooltip_4ga3u_41>div:first-child{color:var(--text-4, #545a6e);margin-bottom:4px}._chart-pie-tooltip_4ga3u_41>div:last-child{color:var(--text-2, #9fa2ad)}._chart-bar-tooltip_4ga3u_60{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;min-width:72px;display:none;padding:6px 12px!important;border:none;border-radius:4px!important;background:var(---, #fff);box-shadow:0 4px 10px #2f53861f!important;border-width:0!important}._chart-bar-tooltip_4ga3u_60>div:first-child{color:var(--text-3, #747a8c);margin-bottom:4px}._chart-bar-tooltip_4ga3u_60>div:not(:first-child){color:var(--text-5, #272e47);margin-bottom:4px}._order-status-title_4ga3u_83{display:flex;align-items:center;justify-content:space-between;margin-top:-2px}._order-status-title_4ga3u_83 h3{margin-bottom:0}._selector_4ga3u_93{margin-left:12px}._receipt-trend-title_4ga3u_97{position:absolute;padding:17px 16px 0;margin-bottom:0;top:0;z-index:2}._tooltip_rxszn_1 .l2c-crm-ant-tooltip-inner{white-space:pre-line}._tooltip_rxszn_1.l2c-crm-ant-tooltip{max-width:350px}._box_15fhd_1{padding:16px 0}._chart-layout_15fhd_5{display:flex;flex-wrap:wrap;grid-gap:0;margin-top:-8px;margin-left:-8px;margin-right:-8px}._chart-layout_15fhd_5>div{padding:8px;width:50%}._chart-layout_15fhd_5>div>div{height:100%}._mult-chart-layout_15fhd_21{display:flex;flex-wrap:wrap;grid-gap:0;margin-top:-8px;margin-left:-8px;margin-right:-8px}._mult-chart-layout_15fhd_21>div{padding:8px;width:50%}._mult-chart-layout_15fhd_21>div>div{height:100%}@media (min-width: 300px) and (max-width: 1100px){._mult-chart-layout_15fhd_21>div{width:100%}}._row-panel_15fhd_42{display:flex;flex-wrap:wrap;justify-content:flex-start;margin:-8px}._row-panel_15fhd_42>div{padding:8px}@media (min-width: 800px){._row-panel_15fhd_42>div{width:33.33333%}}@media (min-width: 1000px){._row-panel_15fhd_42>div{width:25%}}@media (min-width: 1800px){._row-panel_15fhd_42>div{width:350px}}._hover_15fhd_67{cursor:pointer;font-weight:500}._hover_15fhd_67:hover{color:#4c6aff}._panel_1ol7n_1{padding:12px;border-radius:4px;min-width:178px;max-width:350px;background:#f8f9fa;font-family:PingFang SC}._row-title_1ol7n_10{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:16px;display:flex;align-items:center;color:var(--text-4, #545a6e)}._row-title_1ol7n_10 ._title_1ol7n_19{margin-right:2px}._prefix_1ol7n_23{font-size:14px}._row-content_1ol7n_27{margin:6px 0;line-height:1}._row-content_1ol7n_27>span{color:var(--text-5, #272e47);font-family:LX-numbers;font-size:18px;font-style:normal;font-weight:400;line-height:22px}._row-content_1ol7n_27>span._clickable_1ol7n_39{cursor:pointer;font-weight:500}._row-content_1ol7n_27>span._clickable_1ol7n_39:hover{color:var(--brand-6, #4c6aff)}._row-footer_1ol7n_47{display:flex;align-items:center}._row-footer_1ol7n_47 ._footer-title_1ol7n_51{font-size:12px;line-height:16px;color:var(--text-3, #747a8c)}._row-footer_1ol7n_47 ._footer-content_1ol7n_56{color:#424e66;font-family:LX-numbers;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin:0}._row-footer_1ol7n_47 ._footer-content_1ol7n_56._pointer_1ol7n_65{cursor:pointer;font-weight:500}._row-footer_1ol7n_47 ._footer-content_1ol7n_56._pointer_1ol7n_65:hover{color:var(--brand-6, #4c6aff)}._tooltip_1ol7n_73 .l2c-crm-ant-tooltip-inner{white-space:pre-line}._bar-box_1g26t_1{padding-bottom:12px}._box_1g26t_5{padding:16px 0}._tab-wrap_1g26t_9{height:40px;margin-top:8px}._row-panel_1g26t_22{display:flex;flex-wrap:wrap;margin:0 -16px}._row-panel_1g26t_22>div{width:25%;padding:0 16px}._chart-box_1g26t_32{background-color:#f8f9fa;border-radius:4px;padding:17px 16px 0;overflow:hidden}._chart-box_1g26t_32 h3{font-weight:500;font-size:14px;line-height:22px;color:#080b19;margin-bottom:11px}._chart-wrap_1g26t_46{height:374px}._chart-wrap_1g26t_46>div{height:100%}._trend_1g26t_53{display:flex;align-items:center;justify-content:space-between}._disting-tab-wrap_1g26t_59{margin-bottom:12px}._leads-chart-wrap_1g26t_63>div{max-width:750px}._tiny-title_1g26t_67{display:flex;align-items:center;gap:2px}._colum-tip_1g26t_73{display:inline-flex;align-items:center;gap:2px}._bar-box_1ld2m_1{padding-bottom:12px}._tab-wrap_1ld2m_5{height:40px;margin-top:8px}._row-panel_1ld2m_18{display:flex;flex-wrap:wrap;margin:0 -16px}._row-panel_1ld2m_18>div{width:25%;padding:0 16px}._reason_1ld2m_28{display:flex;align-items:center;gap:2px}._bar-box_6gaw0_1{padding-bottom:12px}._box_6gaw0_5{padding:16px 0}._tab-wrap_6gaw0_9{height:40px;margin-top:8px}h2{color:#080b19;font-weight:500;font-size:14px;line-height:22px;margin-bottom:12px}._row-panel_6gaw0_22{display:flex;flex-wrap:wrap;margin:0 -16px}._row-panel_6gaw0_22>div{width:25%;padding:0 16px}._chart-layout_6gaw0_32{display:flex;grid-gap:16px}._chart-layout_6gaw0_32>div{width:50%}._TabListType_6gaw0_40{margin-bottom:12px}._scroll-wrap_6gaw0_44{margin-right:-20px;padding-right:12px;overflow-x:hidden;height:100%}._box_ga8j6_1{padding:16px 0}._box_ga8j6_1 h2{color:#080b19;font-weight:500;font-size:14px;line-height:22px;margin-bottom:12px;display:flex;align-items:center;gap:2px}._row-panel_13zvu_1{display:flex;flex-wrap:wrap;justify-content:flex-start;margin:-8px}._row-panel_13zvu_1>div{padding:8px}@media (min-width: 800px){._row-panel_13zvu_1>div{width:33.33333%}}@media (min-width: 1000px){._row-panel_13zvu_1>div{width:25%}}@media (min-width: 1800px){._row-panel_13zvu_1>div{width:350px}}._cell-Wrap_rkceb_1{padding:0 16px}._pagination_rkceb_5{display:flex;justify-content:end}._link-hover_rkceb_10:hover{cursor:pointer;color:var(--brand-6, #4c6aff)}._cell-Wrap_1bu36_1{color:var(--text-5, #272e47);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._pagination_1bu36_10{display:flex;justify-content:end;padding-top:16px}._link-hover_1bu36_16:hover{cursor:pointer;color:var(--brand-6, #4c6aff)}._base-info-card_11vjo_2{padding:12px;border-radius:4px;background:var(--fill-1, #f8f9fa);font-family:PingFang SC;min-height:90px;height:100%;min-width:120px}._base-info-card_11vjo_2 h3{color:#545a6e;font-size:12px;font-style:normal;font-weight:400;line-height:16px}._base-info-card_11vjo_2 ._content_11vjo_18{color:var(--text-5, #272e47);font-family:LX-numbers;font-size:18px;font-style:normal;font-weight:400;line-height:22px;margin:6px 0}._base-info-card_11vjo_2 ._sub-tip_11vjo_27{color:var(--text-5, #272e47);font-size:12px;font-style:normal;font-weight:400;line-height:16px}._base-info-card_11vjo_2 ._sub-tip_11vjo_27._warning_11vjo_34{color:var(--error-6, #fe5b4c)}._base-info-card-fit-height_11vjo_38{min-height:auto}._base-info-card-fit-height_11vjo_38 ._content_11vjo_18{margin-bottom:0}._base-info-card-section_11vjo_45{display:flex;margin-left:-8px;margin-right:-8px;flex-wrap:wrap;row-gap:12px}._base-info-card-section_11vjo_45>div{width:20%;padding:0 8px}._section-layout-card_11vjo_57>div:first-child{display:flex;align-items:center;gap:8px;color:var(--Text-6, #080b19);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:22px}._section-layout-card_11vjo_57>div:last-child{padding:16px;border-radius:4px;border:1px solid var(--line-1, #f0f1f5);background:#fff;margin-top:12px}._section-layout-card_11vjo_57+._section-layout-card_11vjo_57{margin-top:32px}._title_11vjo_79{color:var(--text-6, #080b19);font-size:14px;font-style:normal;font-weight:500;line-height:22px;margin-bottom:12px}._card_11vjo_88+._card_11vjo_88{margin-top:16px}._loading_11vjo_92{background:var(--fill-25-hover, #f0f2f7);color:transparent!important}._reminder_11vjo_97{border-radius:8px;border:.5px solid var(--warning-6, #ffb54c);background:var(--warning-1, #fff8ed);padding:16px;margin-bottom:12px;margin-top:11px;color:var(---Text-4-, #545a6e);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;position:relative}._reminder_11vjo_97._success_11vjo_113{border-color:var(--success-6, #0fd683);background:var(--success-1, #e7fbf3)}._reminder_11vjo_97>span:first-child{position:absolute;top:-11px;left:16px}._flag-note_11vjo_123{border-radius:4px;padding:0 8px;color:var(---, #fff);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._flag-note_11vjo_123._warning_11vjo_34{background:var(--warning-6, #ffb54c)}._flag-note_11vjo_123._success_11vjo_113{background:var(--success-6, #0fd683)}._value-ratio_11vjo_140>span:first-child{color:var(--text-5, #272e47)}._value-ratio_11vjo_140>span:last-child{color:var(--text-3, #747a8c)}._container_1jinz_1{height:100%;min-width:800px}._table-margin-top_1jinz_6{margin-top:12px}._header-wrap_1jinz_10{position:relative;height:207px}._header-wrap_1jinz_10 ._header-content_1jinz_14{position:absolute;padding-left:48px;padding-top:48px;z-index:2;top:0;left:0;width:100%;height:100%}._sys-select_1jinz_25>div{background-color:transparent!important;border-color:var(--fill-7, #6f7485)!important}._sys-select_1jinz_25 .l2c-crm-ant-select-arrow svg{color:#6f7485}._sys-select_1jinz_25 .l2c-crm-ant-select-selection-placeholder{color:var(--text-2, #9fa2ad)}._company-name_1jinz_36{color:var(--text-5, #272e47);font-family:PingFang SC;font-size:28px;font-style:normal;font-weight:500;line-height:32px;display:flex;align-items:center;gap:8px;height:32px}._company-sub-title_1jinz_49{color:var(--text-4, #545a6e);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin:8px 0 0}._btn-wrap_1jinz_60{display:flex;align-items:center;gap:12px;margin-top:16px}._btn-wrap_1jinz_60>div:first-child{width:180px}._data-time-range_1jinz_70{color:var(--text-4, #545a6e);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin:7px 0 0}._create-wrap_1jinz_81{display:inline-flex;align-items:center;border-radius:8px;background:#eff2ff;height:48px;gap:8px;padding-left:12px;padding-right:12px;margin-top:16px}._create-wrap_1jinz_81>div{color:var(---Brand-6, #4c6aff);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._bj_1jinz_101{position:absolute;top:0;left:0;background-image:url(data:image/png;base64,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);background-size:cover;background-position:center;background-repeat:no-repeat;height:300px;width:100%}._content-wrap_1jinz_113{padding-left:44px;padding-right:52px;position:relative;z-index:2}._common-card-list_1jinz_120,._active-card-list_1jinz_120,._edm-card-list_1jinz_120{margin:-8px 0}._common-card-list_1jinz_120>div,._active-card-list_1jinz_120>div,._edm-card-list_1jinz_120>div{padding-top:8px;padding-bottom:8px}._core-card-list_1jinz_128>div{width:33.3333333%}._data-card-list_1jinz_132>div{width:20%}._edm-card-list_1jinz_120>div{width:25%}@media (max-width: 1200px){._edm-card-list_1jinz_120>div{width:50%}}._rank-card-list_1jinz_145>div{width:50%}._active-card-list_1jinz_120>div{width:16.6666666667%}@media (max-width: 1200px){._active-card-list_1jinz_120>div{width:33.3333333333%}}._report-explain_1jinz_158{color:var(--text-3, #747a8c);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;padding-left:16px;margin-bottom:0}._report-explain_1jinz_158 li{list-style-type:decimal}._remin-mt_1jinz_172{margin-top:24px}.l2c-crm-ant-table-cell:has(._ring-chart_tuluq_1){overflow:visible!important}._ring-chart_tuluq_1{width:240px;height:120px}

.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;
}
.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;
}
@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;
}
.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;
}
.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;
}
@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;
}

/*
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);
}
.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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.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--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--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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.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);
}
.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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.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;
}

.index-module--msg--D2FDa {
  padding-left: calc(100vw - 400px) !important;
  padding-right: 0px !important;
  position: relative !important;
  top: 60px !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--chatTitle--BHk7C {
  padding: 16px 20px;
}
.index-module--chatTitle--BHk7C img {
  width: 28px;
  height: 28px;
}
.index-module--chatTitle--BHk7C > div:nth-child(1) {
  row-gap: 6px;
}
.index-module--chatTitle--BHk7C .index-module--count--2oirW {
  border-radius: 13px;
  border: 1px solid #c9cbd6;
  border: 1px solid var(--Fill-5, #c9cbd6);
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  line-height: 16px;
  padding: 4px 9px;
  /* 133.333% */
}
.index-module--chatTitle--BHk7C .index-module--logo--8kHes {
  gap: 6px;
}

.index-module--free--E7R22 {
  border-radius: 2px;
  background: linear-gradient(75deg, #1cc67f 0%, #35e89d 111.92%);
  display: flex;
  padding: 2px 6px;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--chatFooter--IzN66 {
  gap: 4px;
}
.index-module--chatFooter--IzN66 .index-module--logo--YOVnl {
  height: 15px;
  transform: translateY(1px);
}
.index-module--chatFooter--IzN66 .index-module--span1--2xFVn {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-size: 10px;
  line-height: 14px;
}
.index-module--msgBox--bJLSG {
  padding: 0px 20px;
}
.index-module--msgBox--bJLSG .index-module--opLayout--mGMk5 {
  visibility: hidden;
  padding-top: 4px;
  padding-bottom: 12px;
  padding: 4px 0 12px;
  display: flex;
  flex-direction: row-reverse;
}
.index-module--msgBox--bJLSG .index-module--container--wRgMa:hover .index-module--opLayout--mGMk5 {
  visibility: visible;
}

.index-module--sendMsgBox--q4oiF {
  display: flex;
  flex-direction: row-reverse;
}

.index-module--commandLayout--dffMS {
  display: flex;
  justify-content: end;
}

.index-module--contentWrap--lbTpI {
  max-width: 80%;
  padding: 8px 12px 8px 16px;
  justify-content: center;
  justify-self: flex-end;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: #ebedf2;
  background: var(--Fill-3-hover, #ebedf2);
}

.index-module--receiveOpLayout--UeGNw {
  padding: 12px 0 44px;
}
.index-module--_icon--xoQZ1, .index-module--icon--4R4N3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.index-module--_icon--xoQZ1 > span, .index-module--icon--4R4N3 > span {
  line-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
.index-module--_icon--xoQZ1 svg, .index-module--icon--4R4N3 svg {
  width: 100%;
  height: 100%;
}

.index-module--_op--oepDz, .index-module--moreOp--pr79-, .index-module--feelbackOp--1sa-b, .index-module--normalOp--5Rl6P {
  display: inline-flex;
  align-items: center;
  height: 28px;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  -webkit-user-select: none;
          user-select: none;
}
.index-module--_op--oepDz:hover, .index-module--moreOp--pr79-:hover, .index-module--feelbackOp--1sa-b:hover, .index-module--normalOp--5Rl6P:hover {
  background: #ebedf2;
  background: var(--Fill-3-hover, #ebedf2);
}
.index-module--_op--oepDz:hover > span:nth-child(2), .index-module--moreOp--pr79-:hover > span:nth-child(2), .index-module--feelbackOp--1sa-b:hover > span:nth-child(2), .index-module--normalOp--5Rl6P:hover > span:nth-child(2) {
  color: #272e47;
}
.index-module--_op--oepDz:hover .index-module--icon--4R4N3, .index-module--moreOp--pr79-:hover .index-module--icon--4R4N3, .index-module--feelbackOp--1sa-b:hover .index-module--icon--4R4N3, .index-module--normalOp--5Rl6P:hover .index-module--icon--4R4N3 {
  color: #3f465c;
}

.index-module--icon--4R4N3 {
  width: 16px;
  height: 16px;
  color: #6f7485;
}

.index-module--gap4--zCcZ- {
  gap: 4px;
}

.index-module--reverse--0tJdJ {
  transform: rotate(180deg);
}

.index-module--opWrap--PFIXH {
  display: flex;
  font-family: "PingFang SC";
  justify-content: space-between;
  align-items: center;
}

.index-module--normalOp--5Rl6P {
  padding: 0 8px;
  gap: 2px;
}
.index-module--normalOp--5Rl6P > span:nth-child(2) {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.index-module--feedbackActived--dgpNw svg {
  color: #4c6aff;
}

.index-module--feelbackOp--1sa-b {
  width: 28px;
  height: 28px;
}

.index-module--moreOp--pr79- {
  width: 28px;
}
.index-module--moreOp--pr79- svg {
  width: 100%;
  height: 100%;
}

.index-module--moreContent--Espfr {
  padding: 4px;
  min-width: 100px;
}

.index-module--popItem--GsauR {
  height: 28px;
  display: flex;
  padding: 0 8px;
  gap: 2px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  align-items: center;
  cursor: pointer;
}
.index-module--popItem--GsauR:hover {
  background: #f0f2f7;
  background: var(--fill-25-hover, #f0f2f7);
}
.index-module--bubble--gH7pI {
  padding: 8px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.index-module--bubble--gH7pI .index-module--prefix--ne-WF {
  flex-shrink: 0;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
  font-size: 16px;
}
.index-module--bubble--gH7pI .index-module--children--Y8PPQ {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  line-height: 16px;
  flex-wrap: wrap;
  word-break: break-all;
  white-space: pre-line;
}
.index-module--bubble--gH7pI .index-module--suffix--dAQcD {
  flex-shrink: 0;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
  font-size: 16px;
}

.index-module--generatingTip--C12nm .index-module--msgLoadingIcon--x7427 {
  margin-top: 12px;
}
.index-module--markdown--oSezm {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  line-height: 24px;
  word-break: break-word;
}
.index-module--markdown--oSezm > *:first-child, .index-module--markdown--oSezm > *:first-child > *:first-child {
  margin-top: 0;
}
.index-module--markdown--oSezm > *:last-child, .index-module--markdown--oSezm > *:last-child > *:last-child {
  margin-bottom: 0;
}
.index-module--markdown--oSezm h1,
.index-module--markdown--oSezm h2,
.index-module--markdown--oSezm h3,
.index-module--markdown--oSezm h4,
.index-module--markdown--oSezm h5,
.index-module--markdown--oSezm h6 {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--markdown--oSezm h1 {
  font-size: 24px;
  line-height: 34px;
  margin: 26px 0;
}
.index-module--markdown--oSezm h2 {
  font-size: 22px;
  line-height: 32px;
  margin: 24px 0;
}
.index-module--markdown--oSezm h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 22px 0;
}
.index-module--markdown--oSezm h4 {
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0;
}
.index-module--markdown--oSezm h5 {
  font-size: 16px;
  line-height: 26px;
  margin: 18px 0;
}
.index-module--markdown--oSezm h6 {
  font-size: 14px;
  line-height: 24px;
  margin: 16px 0;
}
.index-module--markdown--oSezm blockquote {
  padding-left: 14px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  border-left: 3px solid #e1e3e8;
  border-left: 3px solid var(--Fill-4, #e1e3e8);
  margin: 24px 0;
}
.index-module--markdown--oSezm ul {
  padding-left: 18px;
  margin: 0;
}
.index-module--markdown--oSezm ol {
  padding-left: 28px;
  margin: 0;
}
.index-module--markdown--oSezm p {
  font-size: 14px;
  line-height: 24px;
  white-space: pre-wrap;
  margin: 0;
}
.index-module--markdown--oSezm [ai-display=infoBar] {
  padding: 8px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 16px;
  border-radius: 10px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.index-module--markdown--oSezm [ai-display=blockBtn] {
  padding: 7px 20px;
  display: block;
  font-size: 14px;
  color: #562de0;
  text-align: center;
  line-height: 22px;
  border-radius: 100px;
  border: 1px solid #747bff;
  background: linear-gradient(93deg, #f5f5ff 0%, #f9f7ff 73.99%, #faf7ff 98.65%);
}
.index-module--markdown--oSezm [ai-display=blockBtn]:hover {
  text-decoration: none;
  background: linear-gradient(93deg, #e9eaff 0%, #efeaff 73.99%, #f4ebff 98.65%);
}
.index-module--markdown--oSezm [ai-display=headIcon] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}
.index-module--markdown--oSezm hr {
  border: none;
  height: 1px;
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
  margin: 16px 0;
}
.index-module--markdown--oSezm a {
  color: #562de0;
}
.index-module--markdown--oSezm a:hover {
  color: #562de0 !important;
  text-decoration: underline;
}
.index-module--markdown--oSezm .index-module--option--sO8jW {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 10px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
  cursor: pointer;
}
.index-module--markdown--oSezm .index-module--option--sO8jW + .index-module--option--sO8jW {
  margin-top: 12px;
}
.index-module--markdown--oSezm .index-module--option--sO8jW::after {
  content: ">";
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.index-module--markdown--oSezm .index-module--thinkProcessToggle--nSx0u {
  margin: 12px 0;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.index-module--markdown--oSezm .index-module--thinkProcessToggle--nSx0u:hover {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}
.index-module--markdown--oSezm .index-module--thinkProcessContent--X9-vg {
  margin-top: 12px;
}
.index-module--markdown--oSezm .index-module--tableWrapper--z3pBH {
  margin: 24px 0;
  overflow: auto;
}
.index-module--markdown--oSezm .index-module--tableWrapper--z3pBH table th,
.index-module--markdown--oSezm .index-module--tableWrapper--z3pBH table td {
  padding: 9px 12px;
  text-align: start;
  min-width: 54px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
}
.index-module--markdown--oSezm .index-module--tableWrapper--z3pBH table th {
  font-weight: bold;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
@charset "UTF-8";
.index-module--process--1CKmL {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  color: #000000;
  width: 418px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 11px 0;
}
.index-module--process--1CKmL .index-module--title--\+aygL {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  padding: 0 20px;
}
.index-module--process--1CKmL .index-module--title--\+aygL .ant-tabs-tab {
  color: #272e47 !important;
}
.index-module--process--1CKmL .index-module--title--\+aygL .ant-tabs-tab-active > .ant-tabs-tab-btn {
  color: #4c6aff !important;
}
.index-module--process--1CKmL .index-module--title--\+aygL .ant-tabs-ink-bar {
  background: #4c6aff;
}
.index-module--process--1CKmL .index-module--title-process--5a8YY {
  margin-right: 8px;
  display: flex;
}
.index-module--process--1CKmL .index-module--title--\+aygL .index-module--opIcon--mrleY {
  margin-left: auto;
  display: flex;
}
.index-module--process--1CKmL .index-module--title--\+aygL .index-module--opIcon--mrleY .index-module--arrow--M-E8e {
  display: flex;
  cursor: pointer;
}
.index-module--process--1CKmL .index-module--title--\+aygL .index-module--opIcon--mrleY .index-module--close--H3zbh {
  display: flex;
  cursor: pointer;
  margin-left: 16px;
}
.index-module--process--1CKmL .index-module--grubWarn--Ty4ho {
  padding: 12px;
  height: 68px;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  border-radius: 4px;
  background: #f8f9fa;
  margin-top: 8px;
}
.index-module--process--1CKmL .index-module--detailWrapper--4eGA- {
  max-height: 340px;
  overflow-y: auto;
  margin: 0;
  padding: 0px 20px 20px 20px;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
}
.index-module--process--1CKmL .index-module--detailWrapper--4eGA- .index-module--grubItem--dQW2S {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #232d47;
  padding: 16px 0;
  position: relative;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
}
.index-module--process--1CKmL .index-module--detailWrapper--4eGA- .index-module--grubItem--dQW2S .ant-progress-line {
  margin-top: 12px;
  font-size: 0 !important;
  line-height: 0 !important;
}
.index-module--process--1CKmL .index-module--detailWrapper--4eGA- .index-module--grubItem-title--T6dp6 {
  display: flex;
}
.index-module--process--1CKmL .index-module--detailWrapper--4eGA- .index-module--grubItem-title--T6dp6 .index-module--grubText--gGAE9 {
  display: flex;
  align-items: center;
  color: #7a8599;
}
.index-module--process--1CKmL .index-module--detailWrapper--4eGA- .index-module--grubItem-title--T6dp6 .index-module--grubLinkText--mOYRc {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  cursor: pointer;
}
.index-module--process--1CKmL .index-module--detailWrapper--4eGA- .index-module--grubItem-title--T6dp6 .index-module--grubLinkText-visited--vW8kz {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--process--1CKmL .index-module--detailWrapper--4eGA- .index-module--grubItem-title--T6dp6 .index-module--grubLinkText-success--IYpOU {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.index-module--process--1CKmL .index-module--detailWrapper--4eGA- .index-module--grubItem-title--T6dp6 .index-module--grubName--ap-xl {
  max-width: 290px;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index-module--process--1CKmL .index-module--detailWrapper--4eGA- .index-module--grubItem-title--T6dp6 .index-module--grubNameTag--5s\+Fs {
  padding: 2px 6px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 2px;
  margin-right: 8px;
  background-color: #deebfd;
  color: #4759b2;
}
.index-module--process--1CKmL .index-module--detailWrapper--4eGA- .index-module--grubItem-title--T6dp6 .index-module--grubStatus--ngAyb {
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.index-module--process--1CKmL .index-module--detailWrapper--4eGA- .index-module--grubItem--dQW2S:nth-last-child(1) {
  border-bottom: 1px solid transparent;
}
.index-module--process--1CKmL .ant-tabs-nav {
  margin-bottom: 0;
}

@keyframes index-module--zoomIn--3VFwm {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes index-module--zoomOut--wqtks {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.index-module--animateIn--\+oLz1 {
  animation: index-module--zoomIn--3VFwm 0.5s;
}

.index-module--animateOut--36De4 {
  animation: index-module--zoomOut--wqtks 0.5s;
}

.index-module--grubLinkTextView--oRsfQ {
  opacity: 0.6;
}

.index-module--processFloat--FGKjG {
  position: relative;
}
.index-module--processFloat--FGKjG:hover path:nth-child(-n+3) {
  fill: #ffffff;
}

.index-module--processNew--J7vDM::before {
  content: "New";
  position: absolute;
  right: -12px;
  top: -6px;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  width: 33px;
  height: 16px;
  line-height: 16px;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.index-module--messageLink--tMZ\+d {
  cursor: pointer;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  padding-left: 8px;
}

.index-module--emptyImage--NcEWb {
  background: url(/static/grub-no-data.264ce007.svg) center center no-repeat;
  background-size: 138px 130px;
  width: 138px;
  height: 130px;
  margin: 0 auto;
}

.index-module--empty--hqbiS .ant-empty-image {
  height: 130px;
}
.index-module--empty-title--IBCAG {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  text-align: center;
  /* 中性色-文字/Text-5标题-重要信息 */
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 4px;
}
.index-module--empty-desc--OXNcG {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  text-align: center;
  /* 中性色-文字/Text-5标题-重要信息 */
  color: #272e47;
  color: var(--Text-5, #272e47);
  opacity: 0.6;
}

.index-module--groupBtn--8WsYp .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  border-color: #4c6aff !important;
  border-color: var(--Avatar-6, #4c6aff) !important;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  box-shadow: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.companyDetail-module--detail-page--C7vbu {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  height: 100%;
}
.companyDetail-module--detail-page--C7vbu .ant-table-placeholder .ant-empty-normal {
  margin: 52px 0;
}
.companyDetail-module--detail-page--C7vbu .os-scrollbar-vertical {
  display: block !important;
}
.companyDetail-module--detail-header--nVspG {
  padding: 20px 86px 20px 20px;
  position: relative;
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
}

.companyDetail-module--header--C5Els {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  gap: 20px;
}

.companyDetail-module--header-right--Qoh0m {
  flex: 1 1;
  overflow: hidden;
}
.companyDetail-module--header-right--Qoh0m .companyDetail-module--newTip--5ropj {
  max-height: 34px;
  padding: 6px;
  border-radius: 4px;
  background: #ffefed;
  background: var(--Error-1, #ffefed);
  margin-bottom: 8px;
}
.companyDetail-module--header-right--Qoh0m .companyDetail-module--newTip--5ropj .companyDetail-module--newTipBox--ypZeM {
  max-width: 413px;
  display: flex;
  align-items: center;
}
.companyDetail-module--header-right--Qoh0m .companyDetail-module--newTip--5ropj .companyDetail-module--newTipBox--ypZeM .companyDetail-module--newTipText--g5yCU {
  color: #cb493d;
  margin-left: 6px;
}
.companyDetail-module--header-right--Qoh0m .companyDetail-module--newTip--5ropj .companyDetail-module--newTipBox--ypZeM .companyDetail-module--newTipA--JluDj {
  margin-left: 24px;
  cursor: pointer;
  color: #4c6aff;
}

.companyDetail-module--header-right--Qoh0m h2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

.companyDetail-module--header-title--B9HS2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
}

.companyDetail-module--header-name---vsjC {
  min-width: 0;
  align-items: center;
  display: flex;
  align-items: center;
}
.companyDetail-module--header-name---vsjC .companyDetail-module--name--ErMoc {
  white-space: break-word;
  text-overflow: ellipsis;
  display: block;
  max-width: 27vw;
}
.companyDetail-module--header-name---vsjC .companyDetail-module--view--dqNCC {
  cursor: pointer;
  margin-left: 8px;
  vertical-align: middle;
}

.companyDetail-module--header-domain-name--Hx0Ii {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: center;
}

.companyDetail-module--main-color--nnSdc {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}

.companyDetail-module--domainCountryStyle--amSkh {
  display: flex;
  align-items: center;
}

.companyDetail-module--social-medias--XTJoI {
  line-height: 1;
}
.companyDetail-module--social-medias--XTJoI a:not(:last-child) {
  margin-right: 8px;
}

.companyDetail-module--social-medias--XTJoI svg {
  cursor: pointer;
}

.companyDetail-module--social-medias--XTJoI svg + svg {
  margin-left: 12px;
}

.companyDetail-module--logo--N17fK {
  flex: none;
  border-radius: 50%;
  overflow: hidden;
  object-fit: contain;
  width: 72px;
  height: 72px;
}

.companyDetail-module--short-desc--8I\+wn {
  font-size: 14px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}

.companyDetail-module--desc-text--CA4BR {
  word-break: break-all;
}

.companyDetail-module--margin-left--m81su {
  margin-left: 8px;
}

.companyDetail-module--desc-use--7rZQ- {
  display: flex;
  align-items: center;
  right: 0;
  bottom: 0;
  gap: 8px;
  background: #fff;
}

.companyDetail-module--expand--32leM {
  color: #4c6aff;
  cursor: pointer;
  line-height: 20px;
}

.companyDetail-module--block--7vScV {
  padding: 20px 16px;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.companyDetail-module--block--7vScV h3 {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #232e47;
}
.companyDetail-module--block--7vScV .companyDetail-module--subtitle--POlAO {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #7a8599;
}
.companyDetail-module--block--7vScV .companyDetail-module--subtitle--POlAO .ant-tabs-nav {
  margin-bottom: 0 !important;
}
.companyDetail-module--block--7vScV .companyDetail-module--nameJob--cOvEY {
  font-size: 14px;
  margin-right: 12px;
}
.companyDetail-module--block--7vScV .companyDetail-module--block-button--IoiyV {
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  background-color: transparent;
  border: none;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
}
.companyDetail-module--block--7vScV .companyDetail-module--block-button--IoiyV:hover {
  background-color: transparent;
}
.companyDetail-module--block--7vScV .companyDetail-module--block-button--IoiyV:disabled,
.companyDetail-module--block--7vScV .companyDetail-module--block-button--IoiyV.companyDetail-module--disabled--h58At {
  cursor: not-allowed;
  color: #c0c8d6;
  color: var(--label-6_2, #c0c8d6);
}

.companyDetail-module--merge-domain-customer--wfnYG {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 60px;
  width: calc(100% - 32px);
}
.companyDetail-module--merge-domain-customer--wfnYG h3 {
  margin-bottom: 0;
}
.companyDetail-module--merge-domain-customer-door--idv\+2 {
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  z-index: 2;
  right: 16px;
  top: 15px;
  position: absolute;
  gap: 4px;
  display: flex;
  align-items: center;
}
.companyDetail-module--merge-domain-customer-link--fqNgj {
  display: inline-block !important;
  font-size: 12px !important;
  line-height: 20px !important;
  padding: 0 !important;
  margin-left: 4px !important;
}
.companyDetail-module--merge-domain-customer-link--fqNgj:hover {
  background-color: transparent;
}

.companyDetail-module--contact-list--J8K5A .companyDetail-module--contact-item--uG3jK {
  width: auto;
  overflow: hidden;
}

.companyDetail-module--contact-icon--Tih9Z {
  height: 24px;
  display: flex;
  align-items: center;
}

.companyDetail-module--contact-list-pagination--GI5yA {
  height: 48px;
  background: #fff;
}
.companyDetail-module--contact-list-pagination--GI5yA .ant-pagination {
  border: none !important;
}

.companyDetail-module--infos--HXw8v {
  margin-top: 20px;
  position: relative;
  padding-left: 92px;
}

.companyDetail-module--infoContainer--jSG6H {
  position: relative;
}

.companyDetail-module--info-item--\+JgfX {
  height: 27px;
  width: 320px;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 4px;
  display: inline-flex;
  padding-right: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #272e47;
}
.companyDetail-module--info-item--\+JgfX .companyDetail-module--herfStyle--gXzSw {
  text-overflow: ellipsis;
  overflow-x: hidden;
  color: #4c6aff;
  cursor: pointer;
}
.companyDetail-module--info-item--\+JgfX label {
  min-width: 60px;
  flex: none;
  color: #747a8c;
}

.companyDetail-module--base-info-field--o6I-6 {
  width: 33.333%;
  margin-bottom: 16px;
  display: inline-flex;
  padding-right: 16px;
  font-size: 12px;
  color: #232d47;
}
.companyDetail-module--base-info-field--o6I-6 label {
  width: 62px;
  color: #7a8599;
  flex-shrink: 0;
}

.companyDetail-module--collapsable-field--RHZH8 {
  display: flex;
  margin-bottom: 16px;
  padding-right: 16px;
  font-size: 12px;
  color: #232d47;
}
.companyDetail-module--collapsable-field--RHZH8 label {
  flex: none;
  width: 62px;
  color: #7a8599;
}

.sirius-readmore {
  overflow: hidden;
  margin: 0;
}

.sirius-readmore-overflow {
  background-image: linear-gradient(to top, #ffffff 0%, rgba(35, 45, 71, 0.3882352941) 10%, #232d47 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sirius-readmore-active {
  background: none;
}

.sirius-readmore__button {
  margin-top: 4px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  cursor: pointer;
}

.companyDetail-module--contactTip--3cjBi {
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  color: #232d47;
  padding-left: 38px;
}
.companyDetail-module--contactTip--3cjBi::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 14px;
  top: 6px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURUxpcUxp/0pn/0pk/0tp/0tq/0xp/0tp/0tn/0dv/0tp/0tr/0tp/01q/0xq/9La/////5+v/26G/7zH/2J9/8fR/+js/4SZ/yMIMI8AAAAOdFJOUwDPYDDvkJ/fIBCgX89gewehHAAAAMVJREFUeNrVlEsOgzAMBUlwQhxah/Dr/W/aTZUaCE8tO2ZnafQsS7ab+8HWGxIh43sGWnAkX3w4S3Oyw3E1rpMDXSW0VZ4yW5AHM7l4B5M3op5jnKZRT7RpLIo0DIuudfO4E5PUI1k0OaWXromLaAXyVJ0hvohm23pds2geRSRBwwgVUbAoP4v/tzZI1MNELPoiWiz2RWSCIqstQ6I/W7NlJ4azxZ1znutbhk/hwnHhc73wAPBLqROissgF+Pbi5+1Zbm7HGyAtLFNsA4l3AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 20px;
}

.companyDetail-module--selectContacts--SjulG {
  height: 46px;
  background: #f9fafb;
  border-radius: 2px;
  text-align: center;
  line-height: 46px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.companyDetail-module--selectContacts--SjulG .companyDetail-module--selectBtn---VC1v {
  border: none;
  cursor: pointer;
  display: inline-block;
  background: #f9fafb;
  padding: 0 8px;
  height: 30px;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  margin-top: 8px;
}
.companyDetail-module--selectContacts--SjulG .companyDetail-module--selectBtn---VC1v:hover {
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
}

.companyDetail-module--iconEmail--ByLrr {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSAzQzEuNSAyLjcyMzg2IDEuNzIzODYgMi41IDIgMi41SDE0QzE0LjI3NjEgMi41IDE0LjUgMi43MjM4NiAxNC41IDNWMTNDMTQuNSAxMy4yNzYxIDE0LjI3NjEgMTMuNSAxNCAxMy41SDJDMS43MjM4NiAxMy41IDEuNSAxMy4yNzYxIDEuNSAxM1YzWiIgc3Ryb2tlPSIjM0Y0NjVDIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIgM0w3LjU1NjI0IDYuNzA0MTZDNy44MjQ5NiA2Ljg4MzMxIDguMTc1MDQgNi44ODMzMSA4LjQ0Mzc2IDYuNzA0MTZMMTQgMyIgc3Ryb2tlPSIjM0Y0NjVDIi8+Cjwvc3ZnPgo=) center center no-repeat;
  background-size: 16px;
}

.companyDetail-module--contactMail--6BLIH {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.companyDetail-module--iconPhone--RAnZ8 {
  margin-right: 12px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(/static/phone.e3cc1398.svg) center center no-repeat;
  background-size: 16px;
}

.companyDetail-module--new-icon--Zu44r {
  display: inline-block;
  width: auto;
  height: 20px;
  font-size: 12px;
  line-height: 16px;
  background: #d6f7f1;
  background: var(--label-2_1, #d6f7f1);
  border-radius: 2px;
  padding: 2px 6px;
  font-weight: 400;
  color: #398e80;
  color: var(--label-2_3, #398e80);
}

.companyDetail-module--new-icon-seven--eNWzD {
  display: inline-block;
  padding: 2px 6px;
  height: 20px;
  font-size: 12px;
  line-height: 16px;
  background: #fff3e2;
  background: var(--label-4_1, #fff3e2);
  border-radius: 2px;
  color: #cc913d;
  color: var(--label-4_3, #cc913d);
}

.companyDetail-module--emailWrapper--ijWyQ {
  display: flex;
  align-items: flex-start;
}

.companyDetail-module--email-text--YNEeA {
  position: relative;
  line-height: 18px;
  display: block;
  line-height: 22px;
  word-break: break-all;
}

.companyDetail-module--email-count--PV9yo {
  display: inline-block;
  padding: 2px 8px;
  flex-shrink: 0;
  height: 20px;
  font-size: 12px;
  line-height: 16px;
  /* 品牌色/Brand-2浅色-灰底背景 */
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  border-radius: 56px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-right: 8px;
  margin-top: 2px;
}
.companyDetail-module--email-count--PV9yo:hover {
  background: #b7c3ff;
  background: var(--Brand-3, #b7c3ff);
}

.companyDetail-module--email-prefix-icon--4rM2h {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 6px;
}

.companyDetail-module--email-prefix-icon-valid--MG8eK {
  background: #00ccaa;
  background: var(--Avatar-2, #00ccaa);
}

.companyDetail-module--email-prefix-icon-invalid---h9WZ {
  background: #ffb54c;
  background: var(--label-4_2, #ffb54c);
}

.companyDetail-module--email-prefix-icon-unknow--NWSNt {
  background: #8d92a1;
  background: var(--Fill-6, #8d92a1);
}

.companyDetail-module--copyIcon--smyUY {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMiIgeT0iNCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiByeD0iMC41IiBzdHJva2U9IiM2Rjc0ODUiLz4KPHBhdGggZD0iTTUgMy44VjIuNUM1IDIuMjIzODYgNS4yMjM4NiAyIDUuNSAySDEzLjVDMTMuNzc2MSAyIDE0IDIuMjIzODYgMTQgMi41VjEwLjVDMTQgMTAuNzc2MSAxMy43NzYxIDExIDEzLjUgMTFIMTIuMiIgc3Ryb2tlPSIjNkY3NDg1Ii8+CjxwYXRoIGQ9Ik00LjUgNy41SDkuNSIgc3Ryb2tlPSIjNkY3NDg1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTQuNSAxMC41SDkuNSIgc3Ryb2tlPSIjNkY3NDg1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) center center no-repeat;
}
.companyDetail-module--copyIcon--smyUY:hover {
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMiIgeT0iNCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiByeD0iMC41IiBzdHJva2U9IiM0QzZBRkYiLz4KPHBhdGggZD0iTTUgMy44VjIuNUM1IDIuMjIzODYgNS4yMjM4NiAyIDUuNSAySDEzLjVDMTMuNzc2MSAyIDE0IDIuMjIzODYgMTQgMi41VjEwLjVDMTQgMTAuNzc2MSAxMy43NzYxIDExIDEzLjUgMTFIMTIuMiIgc3Ryb2tlPSIjNEM2QUZGIi8+CjxwYXRoIGQ9Ik00LjUgNy41SDkuNSIgc3Ryb2tlPSIjNEM2QUZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTQuNSAxMC41SDkuNSIgc3Ryb2tlPSIjNEM2QUZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) center center no-repeat;
}

.companyDetail-module--global-search-detail-table--G-CfJ {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}
.companyDetail-module--global-search-detail-table--G-CfJ .ant-dropdown-trigger {
  height: 16px;
}

.companyDetail-module--select-all--qcpLJ {
  margin-top: 32px;
  margin-bottom: 12px;
  padding-left: 10px;
}

.companyDetail-module--global-name--aKYIe {
  display: inline-flex;
  gap: 12px;
  width: 100%;
  overflow: hidden;
}
.companyDetail-module--global-name-left--8cp12 {
  width: 44px;
}
.companyDetail-module--global-name-right--XbLuP {
  flex: 1 1;
}
.companyDetail-module--global-name--aKYIe .companyDetail-module--global-search-table-name--BNghM {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}
.companyDetail-module--global-name--aKYIe .companyDetail-module--global-search-table-name--BNghM .companyDetail-module--name--ErMoc {
  display: flex;
  align-items: center;
  gap: 4px;
  width: calc(100% - 34px);
}
.companyDetail-module--global-name--aKYIe .companyDetail-module--global-search-table-sub-name--FvYsz {
  color: #478e83;
  font-weight: 400;
  font-size: 12px;
  flex: 1 1;
  /* 自动填充剩余空间 */
  min-width: 0;
}

.companyDetail-module--global-search-contact-tooltip--NC\+7\+ .ant-tooltip-arrow {
  display: block !important;
}

.companyDetail-module--contactOpHeader--x13rf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.companyDetail-module--contactOpHeader--x13rf .companyDetail-module--hideContact--\+UMwM {
  display: flex;
  align-items: center;
  align-self: end;
}
.companyDetail-module--contactOpHeader--x13rf h3 {
  margin-bottom: 0;
}

.companyDetail-module--tableBtn--zBJ2o {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  padding-left: 16px;
}

.companyDetail-module--translate--C9JcS {
  cursor: pointer;
}
.companyDetail-module--translate-flex--NkDeH {
  height: 20px;
  display: flex;
  align-items: center;
}
.companyDetail-module--translate--C9JcS svg {
  vertical-align: middle;
}

.companyDetail-module--similarTranslate--O0wak {
  display: flex;
  align-items: center;
  display: none;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.companyDetail-module--similarHoverItem--L9wCh {
  position: relative;
}
.companyDetail-module--similarHoverItem--L9wCh:hover .companyDetail-module--similarTranslate--O0wak {
  display: block;
}

.companyDetail-module--textEllipsis--daSd2 {
  min-width: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 22px);
}

.companyDetail-module--scrollTooltip--eltvM .ant-tooltip-inner {
  max-height: 400px;
  overflow-y: scroll;
}
.companyDetail-module--scrollTooltip--eltvM .ant-tooltip-inner::-webkit-scrollbar {
  opacity: 1;
}

.companyDetail-module--hrefBox---UCRq {
  color: #4c6aff;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.companyDetail-module--textBtn--1ZAWO {
  cursor: pointer;
  color: #4c6aff;
}

.companyDetail-module--textColor--KPdmS {
  cursor: pointer;
  color: #4c6aff;
}

.companyDetail-module--contactHeader--zcTz5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.companyDetail-module--contactHeader--zcTz5 .ant-tabs-ink-bar {
  transform: scale(0.25, 1);
}

.companyDetail-module--table--hhqV0 {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.companyDetail-module--table--hhqV0 .ant-table-cell {
  vertical-align: top;
}
.companyDetail-module--table--hhqV0 .ant-table-filter-column {
  justify-content: flex-start;
}
.companyDetail-module--table--hhqV0 .ant-table-filter-column .ant-table-column-title {
  flex-grow: 0;
  margin-right: 4px;
}
.companyDetail-module--table--hhqV0 .ant-table-column-title,
.companyDetail-module--table--hhqV0 .custom-column {
  white-space: nowrap;
}
.companyDetail-module--table--hhqV0 .ant-table-filter-trigger {
  padding: 0;
  width: 28px;
  height: 28px;
  justify-content: center;
  margin-left: 2px;
}
.companyDetail-module--table--hhqV0::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.companyDetail-module--table--hhqV0:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.companyDetail-module--table--hhqV0:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.companyDetail-module--table--hhqV0:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.companyDetail-module--table--hhqV0:hover::-webkit-scrollbar-button {
  display: none;
}
.companyDetail-module--table--hhqV0:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.companyDetail-module--table--hhqV0:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.companyDetail-module--table--hhqV0:hover::-webkit-scrollbar-corner {
  display: none;
}

.companyDetail-module--checkGroup--qxQUR {
  width: 208px;
}
.companyDetail-module--checkGroup--qxQUR label {
  width: 100%;
  height: 32px;
  line-height: 32px;
  margin-left: 12px !important;
}

.companyDetail-module--titleBtn--fPfPL {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  border-color: #4c6aff;
  border-color: var(--Avatar-6, #4c6aff);
  margin-left: 8px;
  background: #ffffff;
}
.companyDetail-module--titleBtn--fPfPL:hover, .companyDetail-module--titleBtn--fPfPL:active, .companyDetail-module--titleBtn--fPfPL:focus {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  border-color: #4c6aff;
  border-color: var(--Avatar-6, #4c6aff);
  background: #ffffff;
}
.companyDetail-module--titleBtn-primary--J5hjc {
  background: #4c6aff !important;
  background: var(--Avatar-6, #4c6aff) !important;
  color: #ffffff !important;
}

.companyDetail-module--titleBtnStar--g0w30 {
  border-radius: 1px;
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.companyDetail-module--titleBtnStar--g0w30 .sirius-icon {
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center !important;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
}
.companyDetail-module--titleBtnStar--g0w30:hover {
  background: #f0f2f7;
  background: var(---Fill-1--, #f0f2f7);
}

.companyDetail-module--aiSumUpBtn--VRty7 {
  width: 47px;
  height: 22px;
  cursor: pointer;
  background: url(/static/AI_sumUp-3748ff7552056356a3a531ef60736824.png) center center no-repeat;
  background-size: cover;
}

.companyDetail-module--iconStyle--pCE22 {
  font-size: 16px;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.companyDetail-module--iconStyle--pCE22:hover {
  background: #f0f2f7;
  background: var(---Fill-1--, #f0f2f7);
}
.companyDetail-module--iconStyle--pCE22 .sirius-icon {
  width: 16px !important;
  height: 16px !important;
  background-size: 16px !important;
  line-height: 16px !important;
}

.companyDetail-module--iconYou--X8pSB {
  border-left: 1px solid #fff;
  border-radius: 4px;
}

.companyDetail-module--iconZuo--1zexG {
  border-radius: 4px;
}

.companyDetail-module--disablePage--vzNsO {
  cursor: no-drop;
  color: #c9cbd6;
}
.companyDetail-module--disablePage--vzNsO:hover {
  background: #fff;
}

.companyDetail-module--tableLink--MMV-R {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
  display: flex;
  align-items: center;
}

.companyDetail-module--disableLink--WEimE {
  color: #545a6e;
  cursor: not-allowed;
}

.companyDetail-module--feedback--rdY\+A {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute !important;
  right: 0px;
  font-size: 12px;
}
.companyDetail-module--feedback--rdY\+A:hover {
  background-color: transparent;
}
.companyDetail-module--feedback--rdY\+A span {
  margin-left: 4px;
}

.companyDetail-module--delText--U-1fm {
  max-width: 252px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.companyDetail-module--link--9ELqO {
  cursor: pointer;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.companyDetail-module--query-text--RwVaV {
  padding: 4px 16px;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  background: #f8f9fa;
  border: 1px solid #e1e3e8;
  border-radius: 40px;
  margin-left: 8px;
}

.companyDetail-module--selectModal--zrcsl {
  max-height: 600px;
}
.companyDetail-module--selectModal--zrcsl .ant-modal-header {
  border: none;
  padding: 20px 24px 0px;
}
.companyDetail-module--selectModal--zrcsl .ant-table-thead {
  height: 46px;
}
.companyDetail-module--selectModal--zrcsl .ant-modal-footer {
  border: none;
}
.companyDetail-module--selectModal--zrcsl .ant-modal-header {
  border: none;
}
.companyDetail-module--selectModal--zrcsl .companyDetail-module--select-body-intro--lA4y4 {
  font-size: 14px;
  line-height: 24px;
  color: #747a8c;
  margin-bottom: 8px;
}
.companyDetail-module--selectModal--zrcsl .companyDetail-module--select-body-Clear--04X2p {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.companyDetail-module--selectModal--zrcsl .companyDetail-module--overflow--C6MXJ {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.companyDetail-module--stickyHeader--X-e3P {
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
  width: 68.125%;
  right: 0;
  min-width: 872px;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: top 0.4s;
  background-color: #fff;
}
.companyDetail-module--stickyHeader--X-e3P .lx-btn {
  flex-shrink: 0;
}
.companyDetail-module--stickyHeader--X-e3P .lx-ui-btn {
  flex-shrink: 0;
}
.companyDetail-module--stickyHeader--X-e3P .lx-ui-btn {
  flex-shrink: 0;
}
.companyDetail-module--stickyHeader--X-e3P .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.companyDetail-module--stickyHeader--X-e3P .ant-tabs-tab:hover {
  color: #386ee7;
}
.companyDetail-module--stickyHeader--X-e3P .ant-tabs-nav {
  margin: 0 0 0 6px;
}
.companyDetail-module--stickyHeader--X-e3P .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab {
  padding: 0;
  margin: 10px 20px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.companyDetail-module--stickyHeader--X-e3P .ant-tabs-nav .ant-tabs-tab-btn:focus {
  color: #747a8c;
}
.companyDetail-module--stickyHeader--X-e3P .ant-tabs-ink-bar {
  transform: scale(0.25, 1);
  background: #386ee7;
}

.companyDetail-module--stickyTab--oNIuS {
  border: none;
}

.companyDetail-module--stickyTitle--3-dt1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 86px 0 20px;
}
.companyDetail-module--stickyTitle--3-dt1 .companyDetail-module--stickyCompany--CD8Gl {
  font-size: 16px;
  font-weight: bold;
  color: #080b19;
  color: var(--Text-6, #080b19);
  max-width: 329px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.companyDetail-module--detailCustoms--WTrj0 .ant-tabs-nav {
  margin: 0 0 20px;
  border-bottom: 1px solid #ebedf2;
  padding-bottom: 20px;
}
.companyDetail-module--detailCustoms--WTrj0 .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.companyDetail-module--detailCustoms--WTrj0 .ant-tabs-tab:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.companyDetail-module--primaryBtnExtra--ldtIs {
  margin-left: 12px;
  border: none;
  background-color: #4c6aff;
}

.companyDetail-module--fieldWrapper--sfxX8 {
  display: flex;
  align-items: center;
  max-width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.companyDetail-module--scrollTooltip--eltvM .ant-tooltip-inner {
  max-height: 400px;
  overflow-y: scroll;
}
.companyDetail-module--scrollTooltip--eltvM .ant-tooltip-inner::-webkit-scrollbar {
  opacity: 1;
}

.companyDetail-module--moreCountryText--3ajEv {
  cursor: pointer;
  color: #747a8c;
  margin-top: 2px;
}

.companyDetail-module--errorIconWrapper--DFSBB {
  width: 16px;
  height: 21px;
  margin-left: 4px;
}

.companyDetail-module--headerButtons--WcZQ2 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.companyDetail-module--virtualTable--4-Y5H {
  width: 480px;
  padding: 20px;
  max-height: 570px;
}
.companyDetail-module--virtualTable-header-title--syzT- {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  margin-bottom: 16px;
}
.companyDetail-module--virtualTable-header-intro--CZrFg {
  font-size: 14px;
  line-height: 24px;
  color: #747a8c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}

.companyDetail-module--countryVirtualTable--d\+7qn {
  width: 435px;
  padding: 20px;
  max-height: 535px;
}
.companyDetail-module--countryVirtualTable-header-Title--fSCOg {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  margin-bottom: 16px;
}
.companyDetail-module--countryVirtualTable-header-Intro--AMthP {
  font-size: 14px;
  line-height: 24px;
  color: #747a8c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}

.companyDetail-module--customsTabsAndBtn--rXRm8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.companyDetail-module--customsTabsAndBtn--rXRm8 .companyDetail-module--mergeDomainCustomerDoor--uVKTL {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  gap: 4px;
}
.companyDetail-module--customsTabsAndBtn--rXRm8 .companyDetail-module--mergeDomainCustomerDoor-link--UHHGf {
  display: inline-block !important;
  font-size: 12px !important;
  line-height: 20px !important;
  padding: 0 !important;
  margin-left: 4px !important;
}
.companyDetail-module--customsTabsAndBtn--rXRm8 .companyDetail-module--mergeDomainCustomerDoor-link--UHHGf:hover {
  background-color: transparent;
}

.companyDetail-module--company-tab--2T-Tg .ant-tabs-nav {
  margin: 0 0 0px !important;
  border: none;
  padding-bottom: 0;
}

.companyDetail-module--znCompanyListBox--hITMj {
  width: 100%;
  padding: 8px 0 20px;
  margin-top: 16px;
}

.companyDetail-module--infoBase--gCA7P .companyDetail-module--tabContent--Y6ByV {
  padding: 12px 16px 0;
}
.companyDetail-module--infoBase--gCA7P .companyDetail-module--tabContent--Y6ByV .ant-tabs-nav {
  margin-bottom: 0;
}
.companyDetail-module--infoBase--gCA7P .companyDetail-module--tabContent--Y6ByV .ant-tabs-tab {
  padding: 9px 0 !important;
}
.companyDetail-module--infoBase--gCA7P .companyDetail-module--tabContent--Y6ByV .ant-tabs-tab:not(:first-child) {
  margin-left: 32px !important;
}
.companyDetail-module--infoBase--gCA7P .companyDetail-module--tabContent--Y6ByV .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.companyDetail-module--infoBase--gCA7P .companyDetail-module--tabContent--Y6ByV .ant-tabs-tab:hover {
  color: #4c6aff;
}
.companyDetail-module--infoBase--gCA7P .companyDetail-module--tabContent--Y6ByV .ant-tabs-tab-active [role=tab] {
  font-weight: normal;
}

.companyDetail-module--informationBox--DLvE5 {
  margin-bottom: 24px;
}
.companyDetail-module--informationBox--DLvE5 .companyDetail-module--informationTitle--5POQ7 {
  display: inline-block;
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/H1.4-Med16 */
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  width: 70%;
  font-weight: 500;
}
.companyDetail-module--informationBox--DLvE5 .companyDetail-module--informationTitle--5POQ7:hover {
  color: #4c6aff;
  cursor: pointer;
}
.companyDetail-module--informationBox--DLvE5 .companyDetail-module--informatioFlexbox--XLK3p {
  margin-top: 12px;
  display: flex;
}
.companyDetail-module--informationBox--DLvE5 .companyDetail-module--informatioFlexbox--XLK3p .companyDetail-module--informatioContent--HrvXa {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 22px;
  /* 157.143% */
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.companyDetail-module--informationBox--DLvE5 .companyDetail-module--informatioFlexbox--XLK3p .companyDetail-module--informatioRight--loVvs {
  padding-left: 60px;
  width: 30%;
}
.companyDetail-module--informationBox--DLvE5 .companyDetail-module--informatioFlexbox--XLK3p .companyDetail-module--informatioSvg--zbu\+0 {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 4px;
}
.companyDetail-module--informationBox--DLvE5 .companyDetail-module--informatioFlexbox--XLK3p .companyDetail-module--informatioSvg--zbu\+0 .companyDetail-module--informatioDate--DkLd- {
  margin-left: 12px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: PingFang SC;
}
.companyDetail-module--informationBox--DLvE5 .companyDetail-module--informatioFlexbox--XLK3p .companyDetail-module--informatioSvg--zbu\+0 .companyDetail-module--informatioDomain--dhpyk {
  width: 80%;
  color: #4c6aff;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 12px;
}
.companyDetail-module--informationBox--DLvE5 .companyDetail-module--informatioFlexbox--XLK3p .companyDetail-module--informatioSvg--zbu\+0 .companyDetail-module--informatioDomain--dhpyk:hover {
  text-decoration: underline;
}

.companyDetail-module--dateSelectFoot--VKgIZ {
  display: flex;
  column-gap: 8px;
  padding: 12px 0;
}
.companyDetail-module--dateSelectFoot--VKgIZ .companyDetail-module--dateSelectItem--GX3fw {
  text-align: center;
  background: #f2f3f5;
  border-radius: 2px;
  cursor: pointer;
  padding: 2px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.companyDetail-module--dateSelectFoot--VKgIZ .companyDetail-module--dateSelectItem--GX3fw:hover {
  background: #e5e6eb;
}
.companyDetail-module--dateSelectFoot--VKgIZ .companyDetail-module--dateSelectItem-selected--aiWg5 {
  background: #4c6aff !important;
  background: var(--Avatar-6, #4c6aff) !important;
  color: #fff !important;
}

.companyDetail-module--modalErrorStyle--x2fLO .error-icon {
  margin-top: 3px !important;
}

.companyDetail-module--infoCodeList--REJxB {
  display: flex;
  align-items: center;
}

.companyDetail-module--infoCode--YHqqV {
  display: flex;
  align-items: center;
}
.companyDetail-module--infoCode--YHqqV::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  margin: 0 6px;
  background: #ebedf2;
  background: var(--Line-2, #ebedf2);
}
.companyDetail-module--infoCode--YHqqV:last-child::after {
  display: none;
}

.companyDetail-module--guideWeb--Be6Lv {
  padding: 6px 12px;
  width: calc(100% - 40px);
  margin: 12px auto 0;
  border-radius: 4px;
  background: rgba(76, 106, 255, 0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.companyDetail-module--guideWeb-left--wvvCh {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 20px;
  font-size: 12px;
}
.companyDetail-module--guideWeb-left--wvvCh .companyDetail-module--guideWebLeftIcon--3YrII {
  width: 16px !important;
  height: 16px !important;
}
.companyDetail-module--guideWeb-left--wvvCh .companyDetail-module--wrapGuideWebLeftIcon--AAQS6 {
  width: 16px !important;
  height: 16px !important;
}
.companyDetail-module--guideWeb-right--2vBsk {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  line-height: 20px;
  font-size: 12px;
}
.companyDetail-module--guideWeb-right--2vBsk .companyDetail-module--guideWebRightIcon--Y2x89 {
  width: 16px !important;
  height: 16px !important;
}
.companyDetail-module--guideWeb-right--2vBsk .companyDetail-module--wrapGuideWebRightIcon--pKsqN {
  width: 16px !important;
  height: 16px !important;
}
.companyDetail-module--guideWeb--Be6Lv .sirius-icon {
  width: 16px;
  height: 16px;
}

.companyDetail-module--guideLinkin--il2eD {
  margin: 16px 0 0;
  width: 100%;
  justify-content: start;
  gap: 16px;
  background: #fff;
  padding-left: 0;
}

.companyDetail-module--empty--XFLGN {
  padding: 24px 0 24px;
}
.companyDetail-module--empty--XFLGN .ant-empty-image {
  height: 130px;
}
.companyDetail-module--empty--XFLGN .ant-empty-description {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.companyDetail-module--empty--XFLGN .ant-empty-footer {
  display: flex;
  justify-content: center;
}

.companyDetail-module--bussiness-btn--GPZjZ {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 16px 0 16px 92px;
}
.companyDetail-module--bussiness-item--MpX1r {
  padding-bottom: 24px;
}
.companyDetail-module--bussiness-item-title--d4XzK {
  color: #747a8c;
  line-height: 22px;
}
.companyDetail-module--bussiness-item--MpX1r h1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #080b19;
  margin-bottom: 12px;
}
.companyDetail-module--bussiness-cell--Z9E2c {
  display: flex;
  align-items: center;
}
.companyDetail-module--bussiness-label--oPMFy {
  padding: 15px 16px;
  color: #232e47;
  background: #f8f9fa;
  width: 200px;
}
.companyDetail-module--bussiness-value--3TBoR {
  padding: 15px 16px;
  color: #232e47;
  width: calc(100% - 200px);
}
.companyDetail-module--bussiness-modal--V-Uuo .ant-modal-header {
  padding: 20px 20px 4px;
  border: none;
}
.companyDetail-module--bussiness-modal--V-Uuo .ant-modal-body {
  padding: 20px 20px 0;
}
.companyDetail-module--bussiness-container--XjF4m {
  padding: 0 16px;
}
.companyDetail-module--bussiness-tab--86\+kZ {
  padding-top: 20px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 89px;
  background-color: #fff;
  z-index: 2;
}
.companyDetail-module--bussiness-tab--86\+kZ .ant-tabs-tab-btn:focus,
.companyDetail-module--bussiness-tab--86\+kZ .ant-tabs-tab-remove:focus,
.companyDetail-module--bussiness-tab--86\+kZ .ant-tabs-tab-remove:active {
  color: rgba(0, 0, 0, 0.8509803922);
}
.companyDetail-module--bussiness-tab--86\+kZ .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #4c6aff !important;
}
.companyDetail-module--bussiness-tab-item--IX0-H {
  padding: 12px 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 22px;
  border-radius: 4px;
  cursor: pointer;
}
.companyDetail-module--bussiness-tab-active--YKOgr {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-weight: 500;
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
}
.companyDetail-module--bussiness-title--OTarp {
  font-weight: 500;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  display: block;
}

.companyDetail-module--tips--Er92x .ant-tooltip-inner {
  width: 252px;
  padding: 8px 12px;
}
.companyDetail-module--tips-btn--yT9x1 {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  gap: 12px;
  color: #fff;
}
.companyDetail-module--tips-close--mguqL {
  color: #7088ff;
  cursor: pointer;
}

.companyDetail-module--scrollTooltip--eltvM .ant-tooltip-inner {
  max-height: 400px;
  overflow-y: scroll;
}
.companyDetail-module--scrollTooltip--eltvM .ant-tooltip-inner::-webkit-scrollbar {
  opacity: 1;
}

.companyDetail-module--google_location--yr39h {
  padding-left: 92px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  width: 412px;
}
.companyDetail-module--google_location--yr39h > label {
  min-width: 60px;
  flex: none;
  color: #747a8c;
}
.companyDetail-module--google_location--yr39h .companyDetail-module--location--UyFty {
  width: calc(100% - 94px);
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.companyDetail-module--google_location--yr39h .companyDetail-module--location-text--RF-oZ {
  color: #4c6aff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: calc(100% - 88px);
}
.companyDetail-module--google_location--yr39h .companyDetail-module--location--UyFty .companyDetail-module--map--1v3co {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  line-height: 20px;
}
.companyDetail-module--google_location--yr39h .companyDetail-module--location--UyFty .companyDetail-module--map--1v3co .sirius-icon {
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center;
}

.companyDetail-module--companyImg--4Q79H {
  padding-left: 92px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}
.companyDetail-module--companyImg--4Q79H .companyDetail-module--img--Yzc6\+ {
  width: 160px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.companyDetail-module--companyImg--4Q79H .companyDetail-module--img-icon--6hZpu {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0px 6px;
  border-radius: 4px 0px;
  opacity: 0.8;
  background: #fff;
  background: var(---, #fff);
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.companyDetail-module--companyImg--4Q79H .companyDetail-module--img--Yzc6\+ > img {
  width: 100%;
  height: 100%;
}
.companyDetail-module--companyImg--4Q79H .companyDetail-module--streetview--xr0kn > img {
  filter: blur(5px);
}
.companyDetail-module--companyImg--4Q79H .companyDetail-module--streetview-img---thym {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  color: var(---, #fff);
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.utils-module--customsTagLabel--JIsP5 .lx-tag {
  height: auto !important;
  display: inline-flex;
  line-height: 20px;
}
.utils-module--customsTagLabel--JIsP5 .lx-ui-tag,
.utils-module--customsTagLabel--JIsP5 .lx-tag-ui {
  height: auto !important;
  display: inline-flex;
  line-height: 20px;
}
.style-module--country-name--78aiU {
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--modal--s5W8y .ant-modal-header {
  padding: 20px 20px 4px;
  border: none;
}
.feedbackModal-module--feedback--\+hM0o .ant-modal-header {
  border: none;
}
.feedbackModal-module--feedback--\+hM0o .ant-modal-footer {
  border: none;
}
.feedbackModal-module--feedback--\+hM0o .ant-input-textarea::after {
  position: absolute;
  right: 16px;
  bottom: 26px;
}
.feedbackModal-module--feedback--\+hM0o .ant-input-textarea textarea {
  height: 120px;
  padding-bottom: 22px;
}
@charset "UTF-8";
.productlistintro-module--title--cQNeq {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  /* 中性色-文字/Text-5标题-重要信息 */
  color: #232d47;
}

.productlistintro-module--list--W2s7f {
  white-space: nowrap;
  font-size: 0;
}
.productlistintro-module--list--W2s7f .productlistintro-module--item--CX4XZ {
  display: inline-block;
  margin-top: 12px;
  margin-right: 16px;
  vertical-align: top;
}
.productlistintro-module--list--W2s7f .productlistintro-module--item--CX4XZ:nth-last-child(1) {
  margin-right: 0;
}
.productlistintro-module--list--W2s7f .productlistintro-module--item--CX4XZ .productlistintro-module--imgWrapper--LkJfJ {
  width: 100%;
  height: 120px;
  background: #f9fafb;
}
.productlistintro-module--list--W2s7f .productlistintro-module--item--CX4XZ .productlistintro-module--imgWrapper--LkJfJ > img {
  width: 100%;
  height: 100%;
}
.productlistintro-module--list--W2s7f .productlistintro-module--item--CX4XZ .productlistintro-module--name--RkSf7 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  color: #232d47;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  margin-top: 8px;
  margin-bottom: 0px;
}
.productlistintro-module--list--W2s7f .productlistintro-module--item--CX4XZ .productlistintro-module--price--THomP {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  color: #232d47;
  margin-top: 4px;
  height: 24px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.translate-module--customs-confirm-overlay--Z2SbR {
  max-height: 280px;
  box-sizing: border-box;
  z-index: 1060;
}
.translate-module--customs-confirm-overlay--Z2SbR .ant-popover-title {
  font-size: 14px;
  padding: 8px 16px 0px;
  border-bottom: none;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  font-weight: 400;
  max-height: 200px;
  overflow: scroll;
  margin-bottom: 8px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.translate-module--customs-confirm-overlay--Z2SbR .ant-popover-title::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.translate-module--customs-confirm-overlay--Z2SbR .ant-popover-title::-webkit-scrollbar:horizontal {
  height: 6px;
}
.translate-module--customs-confirm-overlay--Z2SbR .ant-popover-title:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.translate-module--customs-confirm-overlay--Z2SbR .ant-popover-title:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.translate-module--customs-confirm-overlay--Z2SbR .ant-popover-title:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.translate-module--customs-confirm-overlay--Z2SbR .ant-popover-title:hover::-webkit-scrollbar-button {
  display: none;
}
.translate-module--customs-confirm-overlay--Z2SbR .ant-popover-title:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.translate-module--customs-confirm-overlay--Z2SbR .ant-popover-title:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.translate-module--customs-confirm-overlay--Z2SbR .ant-popover-title:hover::-webkit-scrollbar-corner {
  display: none;
}
.translate-module--customs-confirm-overlay--Z2SbR .ant-popover-content {
  max-width: 360px;
}
.translate-module--customs-confirm-overlay--Z2SbR .ant-btn {
  height: 32px;
  font-size: 14px;
  margin-left: 12px;
}
.translate-module--customs-confirm-overlay--Z2SbR .ant-btn.ant-btn-primary {
  border-color: #386ee7;
  background-color: #386ee7;
}
.translate-module--customs-confirm-overlay--Z2SbR .ant-btn.ant-btn-primary:hover {
  color: #ffffff;
}
.translate-module--customs-confirm-overlay--Z2SbR .ant-popover-arrow {
  opacity: 1;
  top: 20px;
}
.translate-module--customs-confirm-overlay--Z2SbR .translate-module--confirmButtons--Dw9Q0 {
  padding: 20px;
  padding-top: 0;
  display: flex;
  justify-content: flex-end;
}
.translate-module--customs-confirm-overlay--Z2SbR .translate-module--confirmCheckBox--0vOW1 {
  padding: 20px;
  padding-top: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.index-module--TipBox--mLzw2 {
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 4px;
  background: #f8f9fa;
}
.index-module--TipBox--mLzw2 .index-module--TipTopBox--ph6bP {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.index-module--TipBox--mLzw2 .index-module--TipTopBox--ph6bP .index-module--TipTopLeft--t2Tf0 {
  display: flex;
  align-items: center;
}
.index-module--TipBox--mLzw2 .index-module--TipTopBox--ph6bP .index-module--TipTopLeft--t2Tf0 .index-module--TipTopLeftText--IMwtd {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: 500;
  margin-left: 8px;
  word-break: keep-all;
}
.index-module--TipBox--mLzw2 .index-module--TipTopBox--ph6bP .index-module--TipTopLeft--t2Tf0 .index-module--TipTopDispalyFlex--sX4Sy {
  display: flex;
  flex-wrap: wrap;
}
.index-module--TipBox--mLzw2 .index-module--TipTopBox--ph6bP .index-module--TipTopLeft--t2Tf0 .index-module--TipTopLeftItem--LbTQ8 {
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
}
.index-module--TipBox--mLzw2 .index-module--TipTopBox--ph6bP .index-module--TipTopLeft--t2Tf0 .index-module--TipTopLeftItem--LbTQ8:hover {
  color: #4c6aff;
}
.index-module--TipBox--mLzw2 .index-module--TipTopBox--ph6bP .index-module--TipTopLeft--t2Tf0 .index-module--TipTopIcon--vnmCk {
  margin-left: 10px;
}
.index-module--TipBox--mLzw2 .index-module--TipTopBox--ph6bP .index-module--btnStyle--e4tYv {
  word-break: keep-all;
  color: #4c6aff;
  cursor: pointer;
}
.index-module--TipBox--mLzw2 .index-module--TipMoreBox--tm36e {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.index-module--TipBox--mLzw2 .index-module--TipMoreBox--tm36e .index-module--TipItem--KkQEW {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  cursor: pointer;
}
.index-module--TipBox--mLzw2 .index-module--TipMoreBox--tm36e .index-module--TipItem--KkQEW:hover {
  color: #4c6aff;
}
.index-module--TipBox--mLzw2 .sirius-icon {
  line-height: 28px !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.listModal-module--modal-wrap--Mlczv .ant-modal-header {
  box-sizing: border-box;
  border: none;
  padding: 16px 20px 0;
}
.listModal-module--modal-wrap--Mlczv .ant-select-selector {
  border: 1px solid #d9d9d9 !important;
}
.listModal-module--modal-wrap--Mlczv .ant-upload-list-item-name {
  max-width: 300px;
}
.listModal-module--modal-wrap--Mlczv .ant-modal-content {
  border-radius: 6px;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4 {
  height: 476px;
  overflow: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4::-webkit-scrollbar:horizontal {
  height: 6px;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4:hover::-webkit-scrollbar-button {
  display: none;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4:hover::-webkit-scrollbar-corner {
  display: none;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4 .listModal-module--list-item--95Z4D {
  padding-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4 .listModal-module--list-item--95Z4D .listModal-module--listItemName--8C\+Lz {
  margin-right: 10px;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4 .listModal-module--list-item--95Z4D .listModal-module--listItemName--8C\+Lz:hover {
  text-decoration-line: underline;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4 .ant-empty-normal {
  margin: 80px 0;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4 .listModal-module--viewed--WAtJn {
  opacity: 0.6;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4 .listModal-module--disableClickStyle--lO9AX {
  color: #272e47;
  cursor: default;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--modal-content--HWaN4 .listModal-module--disableClickStyle--lO9AX .listModal-module--listItemName--8C\+Lz:hover {
  text-decoration-line: none;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--maxHeightStyle--s8wri {
  height: auto;
  max-height: 540px;
  min-height: 188px;
  overflow: auto;
}
.listModal-module--modal-wrap--Mlczv .listModal-module--loading-wrapper--gfFfn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.listModal-module--pagination--pjI6M {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  justify-content: flex-end;
  margin: 16px 20px 16px 0px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.blModal-module--modal-wrap-descriptions--SJIxP .ant-modal-header {
  box-sizing: border-box;
  height: 44px;
  padding: 11px 24px;
}
.blModal-module--modal-wrap-descriptions--SJIxP .ant-modal-close-x {
  height: 44px;
  line-height: 44px;
}
.blModal-module--modal-wrap-descriptions--SJIxP .ant-select-selector {
  border: 1px solid #d9d9d9 !important;
}
.blModal-module--modal-wrap-descriptions--SJIxP .ant-upload-list-item-name {
  max-width: 300px;
}
.blModal-module--modal-wrap-descriptions--SJIxP .ant-modal-content {
  border-radius: 6px;
}
.blModal-module--modal-wrap-descriptions--SJIxP .ant-descriptions-row {
  display: flex;
}
.blModal-module--modal-wrap-descriptions--SJIxP .ant-descriptions-item-label {
  flex: 1 1;
}
.blModal-module--modal-wrap-descriptions--SJIxP .ant-descriptions-item-content {
  flex: 1 1;
}
.blModal-module--modal-wrap-descriptions--SJIxP .blModal-module--modal-content--4fnDX {
  height: 248px;
  overflow: scroll;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.blModal-module--modal-wrap-descriptions--SJIxP .blModal-module--modal-content--4fnDX::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.blModal-module--modal-wrap-descriptions--SJIxP .blModal-module--modal-content--4fnDX::-webkit-scrollbar:horizontal {
  height: 6px;
}
.blModal-module--modal-wrap-descriptions--SJIxP .blModal-module--modal-content--4fnDX:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.blModal-module--modal-wrap-descriptions--SJIxP .blModal-module--modal-content--4fnDX:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.blModal-module--modal-wrap-descriptions--SJIxP .blModal-module--modal-content--4fnDX:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.blModal-module--modal-wrap-descriptions--SJIxP .blModal-module--modal-content--4fnDX:hover::-webkit-scrollbar-button {
  display: none;
}
.blModal-module--modal-wrap-descriptions--SJIxP .blModal-module--modal-content--4fnDX:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.blModal-module--modal-wrap-descriptions--SJIxP .blModal-module--modal-content--4fnDX:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.blModal-module--modal-wrap-descriptions--SJIxP .blModal-module--modal-content--4fnDX:hover::-webkit-scrollbar-corner {
  display: none;
}
.blModal-module--modal-wrap-descriptions--SJIxP .blModal-module--modal-content--4fnDX .blModal-module--list-item--R94dZ {
  padding-top: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #51555c;
}
.blModal-module--modal-wrap-descriptions--SJIxP .blModal-module--modal-content--4fnDX .ant-empty-normal {
  margin: 80px 0;
}
.customs-record-detail-module--wrapper--w9LBN {
  padding: 20px;
  padding-right: 56px;
}

.customs-record-detail-module--detailTitle--nVtV\+ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  line-height: 24px;
}
.customs-record-detail-module--detailTitle--nVtV\+ h2 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-style: normal;
  margin-bottom: 0;
}
.customs-record-detail-module--detailTitle--nVtV\+ .customs-record-detail-module--switchHide--6M4V\+ {
  display: flex;
  align-items: center;
}
.customs-record-detail-module--detailTitle--nVtV\+ .customs-record-detail-module--switchHide--6M4V\+ .ant-switch {
  height: 20px;
  line-height: 20px;
  min-width: 35px;
  outline: none;
  background: #e1e6ed;
}
.customs-record-detail-module--detailTitle--nVtV\+ .customs-record-detail-module--switchHide--6M4V\+ .ant-switch-checked {
  background-color: #337eff;
}
.customs-record-detail-module--detailTitle--nVtV\+ .customs-record-detail-module--switchHide--6M4V\+ .ant-switch .ant-click-animating-node {
  display: none !important;
}
.customs-record-detail-module--detailTitle--nVtV\+ .customs-record-detail-module--switchHide--6M4V\+ .ant-switch:focus {
  box-shadow: none;
}
.customs-record-detail-module--detailTitle--nVtV\+ .customs-record-detail-module--switchHide--6M4V\+ .ant-switch .ant-switch-handle {
  width: 16px;
  height: 16px;
}
.customs-record-detail-module--detailTitle--nVtV\+ .customs-record-detail-module--switchHide--6M4V\+ .customs-record-detail-module--switchHideText--ScRrd {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-left: 12px;
}

.customs-record-detail-module--description--1uq2r {
  margin-bottom: 12px;
}
.customs-record-detail-module--description--1uq2r .customs-record-detail-module--canSearch--aUzoK {
  cursor: pointer;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.customs-record-detail-module--description--1uq2r .ant-descriptions-title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 0;
}
.customs-record-detail-module--description--1uq2r .ant-descriptions-view {
  border-color: #ebedf2;
  border-color: var(--Fill-3, #ebedf2);
  border-radius: 0;
}
.customs-record-detail-module--description--1uq2r .ant-descriptions-view .ant-descriptions-row {
  border-bottom-color: #ebedf2;
  border-bottom-color: var(--Fill-3, #ebedf2);
}
.customs-record-detail-module--description--1uq2r .ant-descriptions-view .ant-descriptions-item-label,
.customs-record-detail-module--description--1uq2r .ant-descriptions-view .ant-descriptions-item-content {
  border-right-color: #ebedf2;
  border-right-color: var(--Fill-3, #ebedf2);
  padding: 8px 12px;
}
.customs-record-detail-module--description--1uq2r .ant-descriptions-view .ant-descriptions-item-label {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  text-align: right;
  width: 16%;
}
.customs-record-detail-module--description--1uq2r .ant-descriptions-view .ant-descriptions-item-content {
  color: #272e47;
  color: var(--Text-5, #272e47);
  width: 34%;
}
.logoMap-module--logoBg--gsHJr {
  margin-right: 8px;
  border: 1px solid #ebedf2;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logoMap-module--logoBg--gsHJr .logoMap-module--logoImg---bpjn {
  flex: none;
  border-radius: 50%;
  padding: 5px;
  overflow: hidden;
  object-fit: contain;
}

.logoMap-module--logoContent--6HbT9 {
  color: #4c6aff;
  font-weight: 900;
  font-size: 32px;
  font-family: Poppins;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.index-module--tagNameTime--1eB4V {
  box-sizing: border-box;
  color: #4759b2;
  background-color: #deebfd;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 2px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  height: 20px;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.index-module--tagNameTime--1eB4V.index-module--blue--rYnsw {
  background-color: #deebfd;
  background-color: var(--label-1_1, #deebfd);
  color: #4759b2;
  color: var(--label-1_3, #4759b2);
}

.index-module--send--Dy1ca {
  color: #2e2d47;
}

.index-module--tips--JDjcy .ant-popover-arrow-content {
  background-color: #fff !important;
}
.index-module--tips--JDjcy .content-box {
  background-color: #fff;
}
.index-module--secheme-and-group-box--H1t8D .index-module--form--5-Omb {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index-module--secheme-and-group-box--H1t8D .index-module--form-item--pscP4 {
  display: flex;
  gap: 12px;
  align-items: center;
}
.index-module--secheme-and-group-box--H1t8D .index-module--form-item--pscP4 .index-module--form-label--0YKRE {
  color: #272e47;
  display: inline-block;
  flex: none;
}
.index-module--secheme-and-group-box--H1t8D .index-module--form-item--pscP4 .index-module--form-input--KD0vv {
  width: 100%;
  flex: 1 1;
}
.index-module--secheme-and-group-box--H1t8D .index-module--form-item--pscP4:first-child .index-module--form-input--KD0vv {
  overflow: hidden;
}
.index-module--secheme-and-group-box--H1t8D .index-module--form-item--pscP4:not(:last-child) .index-module--form-label--0YKRE {
  margin-top: 5px;
}
.index-module--secheme-and-group-box--H1t8D .index-module--form-tip--tPVvX {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.index-module--show-tag-tips--BFs8m .ant-tooltip-content {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}
.index-module--show-tag-tips--BFs8m .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
}
.index-module--show-tag-tips--BFs8m .ant-tooltip-arrow-content {
  width: 9px;
  height: 9px;
}
.SchemeInputBox-module--scheme-input-box--jWjRJ .SchemeInputBox-module--select--tkK47 {
  min-width: 112px;
  width: 100%;
}
.SchemeInputBox-module--scheme-input-box--jWjRJ .SchemeInputBox-module--error-tip--i0U7G {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  display: block;
  margin: 5px 0;
}

.SchemeInputBox-module--scheme-input-item--4n2r- {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.SchemeInputBox-module--scheme-input-item--4n2r- .SchemeInputBox-module--scheme-name--RFGeo {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.SchemeInputBox-module--scheme-input-item--4n2r- .SchemeInputBox-module--scheme-tag--I5Gqx {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  padding: 0 4px;
  border-radius: 4px;
  color: #4759b2;
  color: var(--label-1_3, #4759b2);
  border: 1px solid #4759b2;
  border: 1px solid var(--label-1_3, #4759b2);
  transform: scale(0.8);
  display: inline-block;
  transform-origin: left;
}
.SchemeInputBox-module--scheme-input-item--4n2r- .SchemeInputBox-module--scheme-tag1--16lvY {
  color: #4759b2;
  color: var(--label-1_3, #4759b2);
  border: 1px solid #4759b2;
  border: 1px solid var(--label-1_3, #4759b2);
}
.SchemeInputBox-module--scheme-input-item--4n2r- .SchemeInputBox-module--scheme-tag2--gq26q {
  color: #7a51cb;
  color: var(--label-3_3, #7a51cb);
  border: 1px solid #7a51cb;
  border: 1px solid var(--label-3_3, #7a51cb);
}
.SchemeInputBox-module--scheme-input-item--4n2r- .SchemeInputBox-module--scheme-tag3--r-cl3 {
  color: #398e80;
  color: var(--label-2_3, #398e80);
  border: 1px solid #398e80;
  border: 1px solid var(--label-2_3, #398e80);
}
.SchemeInputBox-module--scheme-input-item--4n2r- .SchemeInputBox-module--scheme-tag4--DCdQX {
  color: #cc913d;
  color: var(--label-4_3, #cc913d);
  border: 1px solid #cc913d;
  border: 1px solid var(--label-4_3, #cc913d);
}

.SchemeInputBox-module--scheme-input-operation--qHREL {
  position: relative;
  margin: 0 12px;
}

.SchemeInputBox-module--scheme-input-create--kn3\+P {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.SchemeInputBox-module--scheme-input-create--kn3\+P:hover {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.GroupInputBox-module--group-input-box--xCLdy .GroupInputBox-module--select--XXghm {
  min-width: 112px;
  width: 100%;
}

.GroupInputBox-module--dropdown-operation--WNkXt {
  position: relative;
  margin: 0 12px;
}
.GroupInputBox-module--dropdown-operation--WNkXt .GroupInputBox-module--dropdown-input--AYRGN {
  margin: 4px 0;
}
.GroupInputBox-module--dropdown-operation--WNkXt .GroupInputBox-module--dropdown-btns--VwmqM {
  position: absolute;
  right: 12px;
  top: 12px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}
.GroupInputBox-module--dropdown-operation--WNkXt .GroupInputBox-module--error-tip--rkbI\+ {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  display: block;
  margin: 5px 0;
}

.GroupInputBox-module--dropdown-create--M9Hdc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.GroupInputBox-module--dropdown-create--M9Hdc:hover {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.aiMarketingEnter-module--ai-marketing-enter--Xqg57 .ant-popover-arrow-content {
  background-color: #000;
}
.aiMarketingEnter-module--ai-marketing-enter--Xqg57 .ant-tooltip-content .ant-tooltip-arrow {
  display: initial;
}
.aiMarketingEnter-module--ai-marketing-enter--Xqg57 .aiMarketingEnter-module--ai-marketing-text--9PRLr {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.aiMarketingEnter-module--ai-marketing-enter--Xqg57 .aiMarketingEnter-module--ai-marketing-custom--dqEcz {
  width: 64px;
  height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #efecff, #efecff), linear-gradient(90deg, #9a8dff, #77cfff);
}
.aiMarketingEnter-module--ai-marketing-enter--Xqg57 .aiMarketingEnter-module--ai-marketing-btn--CCacp {
  padding: 0 15px;
}
.aiMarketingEnter-module--ai-marketing-enter--Xqg57 .aiMarketingEnter-module--ai-marketing-dropdown--RHMnl {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  width: 109px;
}
.aiMarketingEnter-module--ai-marketing-enter--Xqg57 .aiMarketingEnter-module--ai-marketing-dropdown--RHMnl .ant-btn {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}
.aiMarketingEnter-module--ai-marketing-enter--Xqg57 .aiMarketingEnter-module--ai-marketing-dropdown--RHMnl .ant-btn:first-child {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 77px;
  border-right: 1px solid #5f7dfa;
  z-index: 2;
}
.aiMarketingEnter-module--ai-marketing-enter--Xqg57 .aiMarketingEnter-module--ai-marketing-dropdown--RHMnl .ant-btn:last-child {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #5f7dfa;
}
.aiMarketingEnter-module--ai-marketing-enter--Xqg57 .aiMarketingEnter-module--ai-marketing-dropdown--RHMnl .ant-btn:hover {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}
.aiMarketingEnter-module--ai-marketing-enter--Xqg57 .aiMarketingEnter-module--ai-marketing-dropdown--RHMnl .anticon {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
}
.aiMarketingEnter-module--ai-marketing-enter--Xqg57 .aiMarketingEnter-module--ai-marketing-guide--z-7\+H {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.aiMarketingEnter-module--ai-marketing-enter--Xqg57 .aiMarketingEnter-module--ai-marketing-guide--z-7\+H .aiMarketingEnter-module--ai-marketing-know--aUSyw {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  padding-left: 12px;
  cursor: pointer;
}

.aiMarketingEnter-module--ai-marketing-menu--86ct8 {
  width: 109px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  padding: 0;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.globalsearchempty-module--empty-normal--nWSwh {
  background: url(/static/grub-no-data.264ce007.svg) center center no-repeat;
  background-size: 138px 130px;
  width: 138px;
  height: 130px;
  display: inline-block;
}

.globalsearchempty-module--emptyCommon--RVIYy {
  background: url(/static/new_empty.ad7282f2.svg) center center no-repeat;
  background-size: 68px 68px;
  width: 68px;
  height: 68px;
  display: inline-block;
}

.globalsearchempty-module--emptyReport--lP5Is {
  background: url(/static/empty_report.f757df94.svg) center center no-repeat;
  background-size: 80px 80px;
  width: 80px;
  height: 80px;
  display: inline-block;
}

.globalsearchempty-module--emptyGrub--dCbp\+ {
  background: url(/static/grub-01c41513b9292b77ee0a9d48773cfe95.png) center center no-repeat;
  background-size: 130px 130px;
  width: 130px;
  height: 130px;
  display: inline-block;
}

.globalsearchempty-module--empty--zQUb\+ .ant-empty-image {
  height: 130px;
}
.globalsearchempty-module--empty--zQUb\+ .ant-empty-description {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.globalsearchempty-module--empty--zQUb\+ .ant-empty-footer {
  display: flex;
  justify-content: center;
}

.index-module--wrapper--WxcI9 {
  border-radius: 4px;
}
.index-module--wrapper--WxcI9 .ant-dropdown {
  min-width: 100px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ebedf2;
}
.index-module--wrapper--WxcI9 .ant-btn-group {
  width: 100%;
}
.index-module--wrapper--WxcI9 .ant-btn {
  min-width: 77px;
  text-shadow: none;
  border-right: none !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}
.index-module--wrapper--WxcI9 .ant-btn:hover {
  z-index: 0 !important;
}
.index-module--wrapper--WxcI9 .ant-btn:not([disabled]):hover {
  background-color: #7088ff;
  background-color: var(--Brand-5, #7088ff);
}
.index-module--wrapper--WxcI9 .ant-dropdown-trigger {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  min-width: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
  margin-left: 0 !important;
}
.index-module--wrapper--WxcI9.index-module--size--3mLJX .ant-btn {
  height: 28px;
  font-size: 12px;
}
.index-module--wrapper--WxcI9.index-module--link--6zKka .ant-btn {
  background-color: transparent;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--wrapper--WxcI9.index-module--link--6zKka .ant-btn:not([disabled]):hover {
  background-color: transparent;
}
.index-module--wrapper--WxcI9.index-module--link--6zKka .ant-btn:not(.ant-dropdown-trigger) {
  padding-right: 0;
}
.index-module--wrapper--WxcI9.index-module--link--6zKka .ant-dropdown-trigger {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-left: none !important;
}
.index-module--wrapper--WxcI9.index-module--default--XmCBt {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
}
.index-module--wrapper--WxcI9.index-module--default--XmCBt .ant-btn {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  background-color: transparent;
}
.index-module--wrapper--WxcI9.index-module--default--XmCBt .ant-btn:not([disabled]):hover {
  background-color: transparent;
}
.index-module--wrapper--WxcI9.index-module--default--XmCBt .ant-dropdown-trigger {
  border-left: 1px solid #4c6aff !important;
  border-left: 1px solid var(--Brand-6, #4c6aff) !important;
}

.index-module--downTriangle--0jI7I {
  display: inline-flex !important;
}
.index-module--downTriangle--0jI7I.index-module--white--Rw53A svg {
  color: #fff;
  stroke: #fff;
  fill: #fff;
}
.index-module--downTriangle--0jI7I.index-module--white--Rw53A svg path {
  fill: #fff;
  fill-opacity: 1;
}
.index-module--downTriangle--0jI7I.index-module--brand--H-pdU svg {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  stroke: #4c6aff;
  stroke: var(--Brand-6, #4c6aff);
  fill: #4c6aff;
  fill: var(--Brand-6, #4c6aff);
}
.index-module--downTriangle--0jI7I.index-module--brand--H-pdU svg path {
  fill: #4c6aff;
  fill: var(--Brand-6, #4c6aff);
  fill-opacity: 1;
}
.index-module--headerTitle--qJ36Y {
  font-weight: bold;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
}

.index-module--itemCompanyListBox--MFY65 {
  background-color: hsl(0, 0%, 100%);
  padding: 4px 20px 20px;
  height: calc(100% - 130px);
  overflow: auto;
}
.index-module--itemCompanyListBox--MFY65 .ant-alert-info {
  border: 0px;
  background-color: rgba(76, 106, 255, 0.09);
}
.index-module--itemCompanyListBox--MFY65 .ant-checkbox-inner {
  height: 18px;
  border-radius: 9px;
  width: 18px;
}
.index-module--itemCompanyListBox--MFY65 .ant-alert-icon {
  color: #4c6aff;
}
.index-module--itemCompanyListBox--MFY65 .index-module--itemBox--31TeB {
  display: flex;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #eeedee;
  padding: 16px;
  margin-top: 12px;
  position: relative;
}
.index-module--itemCompanyListBox--MFY65 .index-module--itemBox--31TeB.index-module--checked--ANzHv {
  border: 1px solid #4c6aff;
}
.index-module--itemCompanyListBox--MFY65 .index-module--itemBox--31TeB .index-module--countryRegion--o8Krc {
  position: absolute;
  right: 16px;
  top: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  line-height: 22px;
}
.index-module--itemCompanyListBox--MFY65 .index-module--itemBox--31TeB .index-module--itemLogo--54S1d {
  width: 75px;
  height: 75px;
  color: #fff;
  background-color: #4c6aff;
  border-radius: 4px;
  text-align: center;
  line-height: 75px;
  margin-right: 16px;
}
.index-module--itemCompanyListBox--MFY65 .index-module--itemBox--31TeB .index-module--infoBoxleft--Q5XLs {
  width: calc(100% - 91px);
}
.index-module--itemCompanyListBox--MFY65 .index-module--itemBox--31TeB .index-module--infoBoxleft--Q5XLs .index-module--infoBox--PzLVl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-module--itemCompanyListBox--MFY65 .index-module--itemBox--31TeB .index-module--infoBoxleft--Q5XLs .index-module--infoText--EFjLZ {
  color: #747a8c;
}
.index-module--itemCompanyListBox--MFY65 .index-module--itemBox--31TeB .index-module--infoBoxleft--Q5XLs .index-module--infoText--EFjLZ .index-module--infoTextTop--mRBjR > span {
  margin-right: 16px;
}
.index-module--itemCompanyListBox--MFY65 .index-module--itemBox--31TeB .index-module--flexBox--0K3fI {
  display: flex;
  justify-content: space-between;
}
.index-module--itemCompanyListBox--MFY65 .index-module--moreStyle--DLKfW {
  margin-top: 10px;
  text-align: center;
  color: #4c6aff;
}
.index-module--itemCompanyListBox--MFY65 .index-module--moreStyle--DLKfW > span {
  cursor: pointer;
}

.index-module--buttonGroup--LlyQs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 24px;
}
.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;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.receiver-module--container--9NXai {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.receiver-module--container--9NXai .ant-drawer-header {
  padding-bottom: 0;
}
.receiver-module--container--9NXai .receiver-module--tips---zx3v {
  width: 100%;
  height: 32px;
  background: #f6f7fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
  margin-bottom: 12px;
}
.receiver-module--container--9NXai .receiver-module--tips---zx3v .receiver-module--tips-text--GJcNB {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #272e47;
}
.receiver-module--container--9NXai .receiver-module--tips---zx3v .receiver-module--tips-text--GJcNB .receiver-module--tips-icon--O6rq5 {
  display: inline-block;
  margin-right: 6px;
  width: 6px;
  height: 6px;
  border: 1px solid #4c6aff;
  background: #4c6aff;
  border-radius: 8px;
  margin-bottom: 1px;
}
.receiver-module--container--9NXai .receiver-module--tips---zx3v .receiver-module--tips-close--Ucnql {
  cursor: pointer;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP {
  width: 624px;
  margin-top: 16px;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--tabs--m3hK3 {
  width: 256px;
  height: 46px;
  display: flex;
  padding: 4px;
  background: #f6f7fa;
  border-radius: 4px;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--tabs--m3hK3 .receiver-module--tab--8Ftak {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  color: #747a8c;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--tabs--m3hK3 .receiver-module--selected--tz5qz {
  background: #ffffff;
  border-radius: 2px;
  color: #4c6aff;
  font-weight: 500;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .ant-row {
  margin-bottom: 12px;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--filter-anomaly-addr-group--uv5kY {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 32px;
  margin-left: 33px;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--filterTooltip--XbwMR .ant-tooltip-content .ant-tooltip-arrow {
  display: block !important;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--contactTop--Gnxa- {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 624px;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--contact-label--Xb8Ft {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  color: #747a8c;
  margin-left: 4px;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--send-type-tag--bYe4x {
  background: #d6f7f1;
  border-radius: 2px;
  height: 16px;
  padding: 2px 4px;
  font-size: 10px;
  line-height: 12px;
  color: #398e80;
  margin-left: 8px;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--no-contact--AlaIo {
  width: 624px;
  height: 98px;
  background: #f9fafb;
  border: 1px dashed #e1e3e8;
  padding: 24px 0px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--no-contact--AlaIo .receiver-module--no-contact-title--Mmdhr {
  color: #272e47;
  height: 22px;
  line-height: 22px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--no-contact--AlaIo .receiver-module--no-contact-info--JA7ry {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  color: #9fa2ad;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--contact-list--DtNik {
  background: #ffffff;
  border: 1px solid #e1e3e8;
  border-radius: 4px;
  width: 100%;
  max-height: 224px;
  min-height: 122px;
  padding: 12px;
  margin-right: 0px !important;
  margin-left: 0px !important;
  display: flex;
  overflow-y: scroll;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--contact-list--DtNik::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--contact-list--DtNik::-webkit-scrollbar:horizontal {
  height: 6px;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--contact-list--DtNik::-webkit-scrollbar-button {
  display: none;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--contact-list--DtNik::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--contact-list--DtNik::-webkit-scrollbar-thumb:hover {
  background: #dddddd;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--contact-list--DtNik::-webkit-scrollbar-corner {
  display: none;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--contact-list--DtNik .receiver-module--contact-item--WKcAM {
  width: 142px;
  height: 44px;
  background: #f6f7fa;
  border-radius: 4px;
  padding: 4px 12px !important;
  margin-left: 4px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--contact-list--DtNik .receiver-module--contact-item--WKcAM .receiver-module--contact-name-cont--lDcQo {
  display: flex;
  align-items: center;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--contact-list--DtNik .receiver-module--contact-item--WKcAM .receiver-module--contact-name--KQnIv {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  color: #272e47;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--contact-list--DtNik .receiver-module--contact-item--WKcAM .receiver-module--contact-email--Utlnh {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  color: #747a8c;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--contact-list--DtNik .receiver-module--contact-item--WKcAM .receiver-module--contact-icon--40EPx {
  width: 5px;
  height: 5px;
  background: #ffb54c;
  border-radius: 50%;
  margin-right: 4px;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--add-contact-more--aMtMv {
  margin-top: 8px;
  width: 100%;
  height: 38px;
  background: #f9fafb;
  border: 1px dashed #e1e3e8;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .receiver-module--add-contact-more--aMtMv .receiver-module--add-contact-text--QeGOl {
  height: 22px;
  line-height: 22px;
  color: #272e47;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.receiver-module--container--9NXai .receiver-module--form--AytUP .infinite-scroll-component .ant-spin-container li {
  float: left;
  border-bottom: 0px;
  padding: 0px 0px 8px 0px;
}
.receiver-module--container--9NXai .receiver-module--form2--bfzRx {
  margin-top: 8px;
  width: 100%;
}
.receiver-module--container--9NXai .receiver-module--form2--bfzRx .receiver-module--no-label--Ac-pq .ant-form-item-label {
  display: none;
}
.receiver-module--container--9NXai .receiver-module--form2--bfzRx .receiver-module--no-contact--AlaIo {
  width: 100%;
}
.receiver-module--container--9NXai .receiver-module--intellect--pz9FY {
  width: 624px;
  margin-bottom: 32px;
}
.receiver-module--container--9NXai .receiver-module--intellect--pz9FY .receiver-module--intellect-title--ZMI54 {
  color: #272e47;
  line-height: 22px;
  height: 22px;
  margin-bottom: 7px;
}
.receiver-module--container--9NXai .receiver-module--intellect--pz9FY .receiver-module--intellect-content--ZpFVC {
  width: 100%;
  background: #f9fafb;
  /* 中性色-线条/Line-1 浅常规 */
  border: 1px solid #f0f1f5;
  border-radius: 4px;
  padding: 20px;
}
.receiver-module--container--9NXai .receiver-module--intellect--pz9FY .receiver-module--intellect-content--ZpFVC .receiver-module--intellect-info--sOHOv {
  color: #747a8c;
  height: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.receiver-module--container--9NXai .receiver-module--intellect--pz9FY .receiver-module--intellect-content--ZpFVC .receiver-module--intellect-info--sOHOv .receiver-module--intellect-info-more--7VB0C {
  color: #4c6aff;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  display: flex;
  margin-left: 8px;
  cursor: pointer;
}

.receiver-module--step-progress--uBmAf {
  padding: 0;
  border: none !important;
  margin-left: 100px;
}

.receiver-module--show-filter-tips--f9JgN {
  background: #ebf3ff;
  /* fill/deepen-3 */
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.receiver-module--show-filter-tips--f9JgN .receiver-module--show-filter-tips-info--5UmRN {
  font-size: 12px;
  color: #252931;
  margin-left: 6px;
}

.receiver-module--step3--f55XH {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.receiver-module--step3--f55XH .receiver-module--btnWrap--HFEUh {
  width: 944px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.receiver-module--step3--f55XH .receiver-module--btnWrap--HFEUh .receiver-module--normalBtn--lZuLn {
  cursor: pointer;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  width: 94px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #737373;
  font-size: 14px;
  border: 1px solid #dcddde;
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.receiver-module--step3--f55XH .receiver-module--btnWrap--HFEUh .receiver-module--normalBtn--lZuLn.receiver-module--activeBtn--UHHjw {
  background-color: #386ee7;
  color: #fff;
}
.receiver-module--step3--f55XH .receiver-module--btnWrap--HFEUh .receiver-module--normalBtn--lZuLn.receiver-module--rightBtn--3wx7Y {
  border-radius: 0 4px 4px 0;
  border-left: none;
  border-right: 1px solid #dcddde;
}
.receiver-module--step3--f55XH .receiver-module--stepTitle--9VHuZ {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 8px 0 14px 0;
  display: flex;
  height: 22px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.receiver-module--step3--f55XH .receiver-module--stepTitle--9VHuZ .receiver-module--divider--GKVdT {
  position: absolute;
  left: 0;
  top: 12px;
  width: 2px;
  height: 14px;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  margin-right: 4px;
}
.receiver-module--step3--f55XH .receiver-module--stepTitle--9VHuZ .receiver-module--title--y7pjD {
  margin-left: 6px;
}
.receiver-module--step3--f55XH .receiver-module--stepTitle--9VHuZ .receiver-module--tip--Uy6k\+ {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.receiver-module--step3--f55XH .receiver-module--stepContentWrap--RqF6i {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.receiver-module--step3--f55XH .receiver-module--add-receiver-wrap--T0BNM {
  width: 420px;
}
.receiver-module--step3--f55XH .receiver-module--add-receiver-wrap--T0BNM .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
.receiver-module--step3--f55XH .receiver-module--add-receiver-wrap--T0BNM .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  overflow: visible;
}
.receiver-module--step3--f55XH .receiver-module--add-receiver-wrap--T0BNM .ant-tabs {
  overflow: visible;
}
.receiver-module--step3--f55XH .receiver-module--add-receiver-wrap--T0BNM .ant-tabs-nav-wrap {
  overflow: visible;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.receiver-module--step3--f55XH .receiver-module--add-receiver-wrap--T0BNM .ant-tabs-nav-wrap::-webkit-scrollbar {
  height: 5px;
  background: #eee;
  overflow: visible;
}
.receiver-module--step3--f55XH .receiver-module--add-receiver-wrap--T0BNM .ant-tabs-nav-wrap::-webkit-scrollbar-track {
  border-radius: 3px;
}
.receiver-module--step3--f55XH .receiver-module--add-receiver-wrap--T0BNM .ant-tabs-nav-wrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(38, 42, 51, 0.3);
  padding: 4px;
}
.receiver-module--step3--f55XH .receiver-module--add-receiver-wrap--T0BNM.receiver-module--enLang--hSnzy .ant-tabs-tab .ant-tabs-tab-btn {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 70px;
}
.receiver-module--step3--f55XH .ant-tabs-nav {
  margin: 0;
}
.receiver-module--step3--f55XH .ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: none;
}
.receiver-module--step3--f55XH .ant-tabs-tab {
  padding: 0 0 8px;
  line-height: 16px;
}
.receiver-module--step3--f55XH .ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 15px;
}
.receiver-module--step3--f55XH .receiver-module--tab-content-wrap--NBBp0 {
  position: relative;
  min-height: 307px;
  max-height: 526px;
  background: #ffffff;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  box-sizing: border-box;
  border-radius: 4px 0px 0px 4px;
  border-right: none;
  overflow: hidden;
  margin-top: 8px;
}
.receiver-module--step3--f55XH .receiver-module--dropdown-btn--XTQlR {
  position: relative;
  padding-right: 10px;
}
.receiver-module--step3--f55XH .receiver-module--dropdown-btn--XTQlR .ant-space-item:last-child {
  position: absolute;
  right: -10px;
  top: -2px;
}
.receiver-module--step3--f55XH .receiver-module--textarea--FNfs6 {
  height: calc(100% - 60px);
  outline: none;
  resize: none;
  box-shadow: none;
  border: none !important;
  padding: 16px;
}
.receiver-module--step3--f55XH .receiver-module--textarea--FNfs6::placeholder {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.receiver-module--step3--f55XH .receiver-module--top-tip--piCwv {
  padding-left: 12px;
  height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  background: #f2f7fe;
  color: #272e47;
  font-size: 12px;
}
.receiver-module--step3--f55XH .receiver-module--top-tip--piCwv span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
}
.receiver-module--step3--f55XH .receiver-module--file-selector-wrap--cOONO {
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.receiver-module--step3--f55XH .receiver-module--file-selector-wrap--cOONO .receiver-module--button--\+\+TLL {
  margin-bottom: 16px;
}
.receiver-module--step3--f55XH .receiver-module--file-type-desc--xxtMa {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.receiver-module--step3--f55XH .receiver-module--file-type-desc-variable--lyI0m {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 303px;
  padding: 6px 12px;
  align-items: flex-start;
  gap: 4px;
  background: #fff8ed;
  background: var(--Warning-1, #fff8ed);
}
.receiver-module--step3--f55XH .receiver-module--body-title--u9EjK {
  line-height: 24px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.receiver-module--step3--f55XH .receiver-module--body-title--u9EjK .receiver-module--body-title-left--wesf0 {
  color: #262a33;
  line-height: 14px;
}
.receiver-module--step3--f55XH .receiver-module--body-title--u9EjK .receiver-module--body-title-right--nU4Jm {
  display: flex;
  align-items: center;
}
.receiver-module--step3--f55XH .receiver-module--receiver-list-wrap--mjv8C {
  position: relative;
  width: 420px;
  min-height: 307px;
  max-height: 526px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 0px 4px 4px 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.receiver-module--step3--f55XH .receiver-module--receiverRealListWrap--HZQpS {
  flex: 1 1;
}
.receiver-module--step3--f55XH .receiver-module--receiver-list--2uvVR {
  overflow-y: auto;
  padding: 16px 16px 0;
  color: rgba(38, 42, 51, 0.9);
  line-height: 24px;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.receiver-module--step3--f55XH .receiver-module--receiver-list--2uvVR::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.receiver-module--step3--f55XH .receiver-module--receiver-list--2uvVR::-webkit-scrollbar:horizontal {
  height: 6px;
}
.receiver-module--step3--f55XH .receiver-module--receiver-list--2uvVR::-webkit-scrollbar-button {
  display: none;
}
.receiver-module--step3--f55XH .receiver-module--receiver-list--2uvVR::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.receiver-module--step3--f55XH .receiver-module--receiver-list--2uvVR::-webkit-scrollbar-thumb:hover {
  background: #dddddd;
}
.receiver-module--step3--f55XH .receiver-module--receiver-list--2uvVR::-webkit-scrollbar-corner {
  display: none;
}
.receiver-module--step3--f55XH .receiver-module--receiver-item--PkKdl {
  display: flex;
  padding: 8px 0 6px;
  height: 48px;
}
.receiver-module--step3--f55XH .receiver-module--receiver-avatar-wrap---nxpN {
  position: relative;
}
.receiver-module--step3--f55XH .receiver-module--receiver-contact-wrap--TXpnF {
  padding-left: 12px;
  flex: 1 1;
  margin-top: -3px;
  height: 45px;
  white-space: nowrap;
  overflow: hidden;
}
.receiver-module--step3--f55XH .receiver-module--receiver-contact-wrap--TXpnF.receiver-module--single-line--5aHkU {
  display: flex;
  height: 37px;
  align-items: center;
}
.receiver-module--step3--f55XH .receiver-module--invalid-remove-all--XfEbQ {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #232d47;
  background: #edf1ff;
  margin-bottom: 6px;
}
.receiver-module--step3--f55XH .receiver-module--invalid-remove-all-operations--HkeuK {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 20px;
}
.receiver-module--step3--f55XH .receiver-module--invalid-remove-all-trigger--TSuS7 {
  width: auto;
  min-width: auto;
  height: auto;
  background: transparent;
  border: none;
  color: #4c6aff;
  font-size: 12px;
}
.receiver-module--step3--f55XH .receiver-module--invalid-remove-all-separator--42hHR {
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 8px;
}
.receiver-module--step3--f55XH .receiver-module--invalid-remove-all-filter--tHdZN {
  width: auto;
  min-width: auto;
  height: auto;
  background: transparent;
  border: none;
  color: #4c6aff;
  font-size: 12px;
}
.receiver-module--step3--f55XH .receiver-module--sub-title--MaF8M {
  color: #a9b2c2;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}
.receiver-module--step3--f55XH .receiver-module--popover-overlay--zEMLS {
  pointer-events: auto !important;
}
.receiver-module--step3--f55XH .receiver-module--popover--GPDAT {
  width: 300px;
  display: flex;
  flex-direction: column;
}
.receiver-module--step3--f55XH .receiver-module--popover-head--eilni {
  flex-shrink: 0;
  padding: 24px 20px 12px;
  border-bottom: 1px solid #f0f3f5;
}
.receiver-module--step3--f55XH .receiver-module--popover-head--eilni h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232d47;
  margin-bottom: 0;
}
.receiver-module--step3--f55XH .receiver-module--popover-body--QYuW1 {
  flex-grow: 1;
  padding: 16px 24px;
  overflow: auto;
}
.receiver-module--step3--f55XH .receiver-module--popover-body--QYuW1 h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #232d47;
  margin-bottom: 0;
}
.receiver-module--step3--f55XH .receiver-module--popover-body--QYuW1 .ant-checkbox-wrapper {
  width: 100%;
  margin-top: 12px;
  font-size: 12px;
}
.receiver-module--step3--f55XH .receiver-module--popover-body--QYuW1 .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}
.receiver-module--step3--f55XH .receiver-module--popover-footer--20HkA {
  flex-shrink: 0;
  text-align: right;
  padding: 12px 24px;
  border-top: 1px solid #f0f3f5;
}
.receiver-module--step3--f55XH .receiver-module--popover-footer--20HkA .ant-btn {
  margin-left: 16px;
}
.receiver-module--step3--f55XH .receiver-module--email-normal--5ukFS .receiver-module--edit-online--HSo1w,
.receiver-module--step3--f55XH .receiver-module--email-normal--5ukFS .receiver-module--edit--P04uf {
  display: none;
}
.receiver-module--step3--f55XH .receiver-module--email-edit--YCCvN .receiver-module--edit-online--HSo1w,
.receiver-module--step3--f55XH .receiver-module--email-edit--YCCvN .receiver-module--edit--P04uf {
  display: none;
  transform: translateX(-7px);
  padding: 0 6px;
}
.receiver-module--step3--f55XH .receiver-module--email-edit--YCCvN:hover .receiver-module--edit-online--HSo1w,
.receiver-module--step3--f55XH .receiver-module--email-edit--YCCvN:hover .receiver-module--edit--P04uf {
  display: block;
  width: 180px;
  color: #7a8599;
}
.receiver-module--step3--f55XH .receiver-module--email-edit--YCCvN:hover .receiver-module--edit--P04uf {
  transform: translateX(-7px);
  padding: 0 6px;
  font-size: 12px;
}
.receiver-module--step3--f55XH .receiver-module--email-edit--YCCvN:hover .receiver-module--edit-online--HSo1w {
  transform: translate(-7px, 0px);
  padding: 0 6px;
}
.receiver-module--step3--f55XH .receiver-module--email-edit--YCCvN:hover .receiver-module--main-text--ww2R\+,
.receiver-module--step3--f55XH .receiver-module--email-edit--YCCvN:hover .receiver-module--sub-text--Wdcpy {
  display: none;
}
.receiver-module--step3--f55XH .receiver-module--main-text--ww2R\+ {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.receiver-module--step3--f55XH .receiver-module--display-text--3AA2h {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #747a8c;
}
.receiver-module--step3--f55XH .receiver-module--sub-text--Wdcpy {
  font-size: 12px;
  line-height: 20px;
  color: rgba(38, 42, 51, 0.5);
}
.receiver-module--step3--f55XH .receiver-module--main-text--ww2R\+,
.receiver-module--step3--f55XH .receiver-module--sub-text--Wdcpy {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.receiver-module--step3--f55XH .receiver-module--receiver-tip--1-11\+ {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/static/unsubscribe-tip.af9b9198.svg) 0 0 no-repeat;
  bottom: 2px;
  right: 0px;
}
.receiver-module--step3--f55XH .receiver-module--filter-btn-wrap--o5zMg {
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #d4d4d6;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
}
.receiver-module--step3--f55XH .receiver-module--filter-btn-wrap--o5zMg.receiver-module--has-border-top--m41Jt {
  border-top: 1px solid #d4d4d6;
}
.receiver-module--step3--f55XH .receiver-module--filter-btn-wrap--o5zMg.receiver-module--has-checkbox--d1dCt {
  justify-content: space-between;
}
.receiver-module--step3--f55XH .receiver-module--remove-all-receiver--K0Ol1 {
  cursor: pointer;
  margin-left: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  line-height: 14px;
}
.receiver-module--step3--f55XH .receiver-module--remove-all-receiver--K0Ol1 svg {
  vertical-align: -4px;
  margin-right: 4px;
}
.receiver-module--step3--f55XH .receiver-module--status--\+Ti1r {
  margin-right: 12px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.receiver-module--step3--f55XH .receiver-module--status--\+Ti1r .receiver-module--status-text--84TM8 {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-right: 8px;
}
.receiver-module--step3--f55XH .receiver-module--status--\+Ti1r .receiver-module--status-text--84TM8.receiver-module--status-error--3wZaI {
  color: #fe5b4c;
  background: #ffefed;
}
.receiver-module--step3--f55XH .receiver-module--status--\+Ti1r .receiver-module--status-text--84TM8.receiver-module--status-warning--FFFJ5 {
  color: #ffb54c;
  background: #fff8ed;
}
.receiver-module--step3--f55XH .receiver-module--status--\+Ti1r .receiver-module--set-valid--9LZRl {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  vertical-align: middle;
}
.receiver-module--step3--f55XH .receiver-module--status--\+Ti1r .receiver-module--set-valid--9LZRl:hover {
  background: #f0f3f5;
}

.receiver-module--drawerDiv--BUEwh .ant-drawer-right.ant-drawer-open {
  transform: translateX(0px) !important;
}

.receiver-module--receiver-setting-drawer-div--wZm28.receiver-module--receiver-setting-drawer-valid--NYa8O .ant-drawer-body {
  margin-bottom: 0;
  padding-bottom: 0;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .ant-drawer-header {
  height: auto;
  padding: 0 20px;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .ant-drawer-close {
  padding: 16px 20px;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .ant-drawer-body {
  overflow: visible;
  padding-top: 0px;
  margin-bottom: 65px;
  flex: 1 1;
  overflow-y: scroll;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.receiver-module--receiver-setting-drawer-div--wZm28 .ant-drawer-body::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .ant-drawer-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .ant-drawer-body::-webkit-scrollbar-button {
  display: none;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .ant-drawer-body::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .ant-drawer-body::-webkit-scrollbar-thumb:hover {
  background: #dddddd;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .ant-drawer-body::-webkit-scrollbar-corner {
  display: none;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .ant-drawer-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  background: #fff;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .receiver-module--filter-tip--0OnGf {
  width: 100%;
  padding: 6px 12px;
  color: #272e47;
  font-size: 12px;
  line-height: 20px;
  background-color: rgba(254, 91, 76, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .receiver-module--filter-tip--0OnGf .receiver-module--filter-tip-text--srOdD {
  display: flex;
  align-items: center;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .receiver-module--filter-tip--0OnGf .receiver-module--filter-tip-btn--aYy7j {
  cursor: pointer;
  color: #4c6aff;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .receiver-module--filter-btn-wrap--o5zMg {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 20px;
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
}
.receiver-module--receiver-setting-drawer-div--wZm28 .receiver-module--filter-btn-wrap--o5zMg .ant-btn {
  margin-left: 8px;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .receiver-module--filter-btn-wrap--o5zMg.receiver-module--has-border-top--m41Jt {
  border-top: 1px solid #d4d4d6;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .receiver-module--filter-btn-wrap--o5zMg.receiver-module--has-checkbox--d1dCt {
  justify-content: space-between;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .receiver-module--filter-btn-wrap--o5zMg .receiver-module--easy-send-btn--ixHnY {
  display: flex;
  align-items: center;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .receiver-module--filter-btn-wrap--o5zMg .receiver-module--easy-send-btn--ixHnY span {
  margin-right: 4px;
}
.receiver-module--receiver-setting-drawer-div--wZm28 .ant-modal-header {
  border-bottom: 0px;
}

.receiver-module--valid-email-address-modal--04lvl .receiver-module--modal-body--dP8hm {
  text-align: center;
  color: #7d8085;
}
.receiver-module--valid-email-address-modal--04lvl .receiver-module--modal-body--dP8hm .receiver-module--alert--QzllD {
  border: none;
  font-size: 12px;
  margin-bottom: 8px;
  text-align: left;
  color: #4e5a70;
}
.receiver-module--valid-email-address-modal--04lvl .receiver-module--stage-title--oosUL {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  margin: 8px 0 12px;
}
.receiver-module--valid-email-address-modal--04lvl .receiver-module--color1--A-JfO {
  color: #386ee7;
}
.receiver-module--valid-email-address-modal--04lvl .receiver-module--color2--CKUz3 {
  color: #f74f4f;
}
.receiver-module--valid-email-address-modal--04lvl .ant-modal-footer {
  border: none;
  padding: 0 16px 10px;
}
.receiver-module--valid-email-address-modal--04lvl .receiver-module--valid-mail-table--uHlpz {
  min-height: 144px;
  border: 1px solid rgba(38, 42, 51, 0.06);
  border-radius: 4px;
}
.receiver-module--valid-email-address-modal--04lvl .receiver-module--valid-mail-table--uHlpz .ant-table-tbody > tr > td {
  border-bottom: none;
}
.receiver-module--valid-email-address-modal--04lvl .receiver-module--valid-mail-table--uHlpz .ant-table {
  font-size: 12px;
}
.receiver-module--valid-email-address-modal--04lvl .receiver-module--valid-mail-table--uHlpz .ant-table-thead .ant-table-cell::before {
  display: none;
}
.receiver-module--valid-email-address-modal--04lvl .receiver-module--valid-mail-table--uHlpz .ant-table-filter-column .ant-table-filter-trigger {
  display: none;
}
.receiver-module--valid-email-address-modal--04lvl .editable-cell-value-wrap {
  padding: 4px 8px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid transparent;
  border-radius: 2px;
}
.receiver-module--valid-email-address-modal--04lvl .editable-cell {
  padding: 4px 0 !important;
}
.receiver-module--valid-email-address-modal--04lvl .editable-cell .ant-input {
  padding: 4px 8px;
  font-size: 12px;
  box-shadow: none;
}
.receiver-module--valid-email-address-modal--04lvl .editable-cell .ant-input:focus {
  border-color: #386ee7;
}
.receiver-module--valid-email-address-modal--04lvl .ant-table-row:hover .editable-cell-value-wrap {
  padding: 4px 8px;
  border-color: #d9d9d9;
}

.receiver-module--show-tips--zj9H4 .ant-tooltip-content {
  width: 372px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}
.receiver-module--show-tips--zj9H4 .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
}
.receiver-module--show-tips--zj9H4 .ant-tooltip-arrow-content {
  width: 9px;
  height: 9px;
}

.receiver-module--show-store-clue-tips--JezGR .ant-tooltip-content {
  width: 312px;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}
.receiver-module--show-store-clue-tips--JezGR .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
}
.receiver-module--show-store-clue-tips--JezGR .ant-tooltip-content .ant-tooltip-inner {
  padding: 0;
  margin-left: 10px;
  line-height: 30px;
}
.receiver-module--show-store-clue-tips--JezGR .ant-tooltip-arrow-content {
  width: 9px;
  height: 9px;
}

.receiver-module--show-store-clue-waring-tips--wvsLt .ant-tooltip-content {
  width: 372px;
  height: 75px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}
.receiver-module--show-store-clue-waring-tips--wvsLt .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
}
.receiver-module--show-store-clue-waring-tips--wvsLt .ant-tooltip-arrow-content {
  width: 9px;
  height: 9px;
}

.receiver-module--search--vOcGr {
  border-radius: 4px;
  width: calc(100% - 40px);
}

.receiver-module--secondry-add-noti--EZ3wX {
  display: flex;
  align-items: center;
  background-color: #edf1ff;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  padding: 8px 12px;
}

.receiver-module--filter-info--5W2bU {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}

.receiver-module--filter-btns--UiXH7 {
  display: flex;
}

.receiver-module--add-contact-title--Z0dfL {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
.receiver-module--add-contact-title--Z0dfL .receiver-module--title--y7pjD {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 0;
}

.receiver-module--placeholder-light--VPDh1 {
  width: 100%;
}
.receiver-module--placeholder-light--VPDh1 .sirius-cascader-select-selection-placeholder {
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.receiver-module--placeholder--NxJev {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.receiver-module--filter-root--e5nfT {
  width: 100%;
  padding: 12px 12px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
}
.receiver-module--filter-root--e5nfT .sirius-cascader-select-clear {
  opacity: 1 !important;
}
.receiver-module--filter-root--e5nfT .receiver-module--filter-icon-normal--zknNo {
  width: 32px;
  height: 32px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgM0w2LjggOC42MDU5M1YxMi44MTQ4TDkuMiAxNFY4LjYwNTkzTDE0IDNIMloiIHN0cm9rZT0iIzNGNDY1QyIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  background-position: center; /* 图片在容器中居中显示 */
  background-repeat: no-repeat;
}
.receiver-module--filter-root--e5nfT .receiver-module--filter-icon-by-domain--NAPfZ {
  width: 32px;
  height: 32px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjUgMTNDMTAuNTM3NiAxMyAxMyAxMC41Mzc2IDEzIDcuNUMxMyA0LjQ2MjQzIDEwLjUzNzYgMiA3LjUgMkM0LjQ2MjQzIDIgMiA0LjQ2MjQzIDIgNy41QzIgMTAuNTM3NiA0LjQ2MjQzIDEzIDcuNSAxM1oiIHN0cm9rZT0iIzNGNDY1QyIvPgo8cGF0aCBkPSJNMTQuNDM3NSAxNEwxMi45Mzc1IDEyLjVMMTIuMTg3NSAxMS43NUwxMiAxMS41NjI1IiBzdHJva2U9IiMzRjQ2NUMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  background-position: center; /* 图片在容器中居中显示 */
  background-repeat: no-repeat;
}

.receiver-module--ca-dropdown--B3bO7 {
  width: 100%;
}
.receiver-module--ca-dropdown--B3bO7 .sirius-cascader-menu-item {
  max-width: 100% !important;
}

.receiver-module--contact-push--R0i0- {
  width: 624px;
  margin-bottom: 16px;
}

.receiver-module--contact-result--zcrVH {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 12px;
  min-height: 44px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border: 1px solid #f0f1f5;
  border-radius: 4px;
  gap: 8px;
}
.receiver-module--contact-result--zcrVH .receiver-module--left--knTdi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.receiver-module--contact-result--zcrVH .receiver-module--left--knTdi .receiver-module--title--y7pjD {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.receiver-module--contact-result--zcrVH .receiver-module--left--knTdi .receiver-module--number--zl2q1 {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.receiver-module--contact-result--zcrVH .receiver-module--left--knTdi .receiver-module--action--6gtat {
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.receiver-module--contact-result--zcrVH .receiver-module--right--7p9vz {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.receiver-module--contact-result--zcrVH .receiver-module--right--7p9vz .lx-ui-btn {
  margin-left: 8px;
}

.receiver-module--file-import--\+8UTI {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.receiver-module--file-import--\+8UTI .receiver-module--guide--YMzsJ {
  position: absolute;
  top: -120%;
  right: -50%;
  color: #fff;
  background: #0fd683;
  background: var(--Success-6, #0fd683);
  display: inline-flex;
  height: 20px;
  border-radius: 10px;
  padding: 10px 6px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}
.breadcrumb-module--breadcrumb--Bnyhs {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumb-module--breadcrumb-item--mIMyd {
  line-height: 20px;
}
.breadcrumb-module--breadcrumb-item--mIMyd.breadcrumb-module--highlight--vfSXq {
  color: #386ee7;
  cursor: pointer;
}
.breadcrumb-module--breadcrumb--Bnyhs svg {
  margin: 0 8px;
}
.labelItem-module--label-item---DMMs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
  line-height: 32px;
  border-radius: 4px;
  cursor: pointer;
}
.labelItem-module--label-item---DMMs.labelItem-module--disabled--Wa\+gZ {
  cursor: not-allowed;
}
.labelItem-module--label-item---DMMs:hover {
  background-color: #f0f0f1;
}
.labelItem-module--label-item---DMMs .ant-checkbox-wrapper {
  margin-right: 8px;
}
.labelItem-module--label-item---DMMs .labelItem-module--label-icon--8Md2i {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.labelItem-module--label-item---DMMs .labelItem-module--label-icon--8Md2i,
.labelItem-module--label-item---DMMs .labelItem-module--name--rUM8E,
.labelItem-module--label-item---DMMs .labelItem-module--count--wzVrc {
  margin-right: 8px;
}
.labelItem-module--label-item---DMMs .labelItem-module--count--wzVrc {
  font-size: 12px;
  color: #a8aaad;
}
.labelItem-module--label-item---DMMs .labelItem-module--ellipsis--cV9wy {
  flex-grow: 1;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.labelItem-module--label-item---DMMs svg {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 14px;
}
.contactItem-module--contact-item--9G9IA {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 8px;
  height: 48px;
  line-height: 32px;
  border-radius: 4px;
}
.contactItem-module--contact-item--9G9IA.contactItem-module--interactive--MCaf2 {
  cursor: pointer;
}
.contactItem-module--contact-item--9G9IA.contactItem-module--interactive--MCaf2:hover {
  background-color: #f0f0f1;
}
.contactItem-module--contact-item--9G9IA.contactItem-module--disabled--JEXpH {
  cursor: not-allowed;
}
.contactItem-module--contact-item--9G9IA .ant-checkbox-wrapper {
  flex-shrink: 0;
  margin-right: 8px;
}
.contactItem-module--contact-item--9G9IA .contactItem-module--avatar--uRX16 {
  flex-shrink: 0;
  margin-right: 8px;
}
.contactItem-module--contact-item--9G9IA .contactItem-module--content--Ym8lV {
  flex-grow: 1;
  margin-right: 8px;
  overflow: hidden;
}
.contactItem-module--contact-item--9G9IA .contactItem-module--content--Ym8lV .contactItem-module--name--RWeJ0 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.contactItem-module--contact-item--9G9IA .contactItem-module--content--Ym8lV .contactItem-module--email--uKO6S {
  color: rgba(38, 42, 51, 0.5);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.contactItem-module--contact-item--9G9IA .contactItem-module--content--Ym8lV .contactItem-module--name--RWeJ0,
.contactItem-module--contact-item--9G9IA .contactItem-module--content--Ym8lV .contactItem-module--email--uKO6S {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contactItem-module--contact-item--9G9IA svg {
  flex-shrink: 0;
  cursor: pointer;
}
.index-module--address-bread--RtFET {
  margin-bottom: 8px;
  margin-top: 16px;
}
.index-module--address-group--QUssP {
  padding: 0 12px;
}
.index-module--address-contact--DvQtL {
  padding: 0 12px;
}
.index-module--address-footer--TU-SF {
  padding: 16px 20px;
  height: 32px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
}
.index-module--address-footer-btn--FieFZ {
  margin-left: auto;
  margin-right: 0;
}
.index-module--address-footer-collect--LoPdc {
  margin-left: 26px !important;
  display: flex;
  align-items: center;
}
.index-module--address-footer-collect--LoPdc .ant-checkbox {
  position: relative;
  top: 0px;
}

.index-module--breadcrumbGroupName--XruEH {
  flex: 1 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contactItem-module--contact-item--XcLfm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 8px;
  height: 48px;
  line-height: 32px;
  border-radius: 4px;
}
.contactItem-module--contact-item--XcLfm.contactItem-module--interactive--GkpqL {
  cursor: pointer;
}
.contactItem-module--contact-item--XcLfm.contactItem-module--interactive--GkpqL:hover {
  background-color: #f0f0f1;
}
.contactItem-module--contact-item--XcLfm.contactItem-module--disabled--ZTnTL {
  cursor: not-allowed;
}
.contactItem-module--contact-item--XcLfm .ant-checkbox-wrapper {
  flex-shrink: 0;
  margin-right: 8px;
}
.contactItem-module--contact-item--XcLfm .contactItem-module--avatar--70FHn {
  flex-shrink: 0;
  margin-right: 8px;
}
.contactItem-module--contact-item--XcLfm .contactItem-module--content--lyIhb {
  flex-grow: 1;
  margin-right: 8px;
  overflow: hidden;
}
.contactItem-module--contact-item--XcLfm .contactItem-module--content--lyIhb .contactItem-module--name--cSQcG {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.contactItem-module--contact-item--XcLfm .contactItem-module--content--lyIhb .contactItem-module--email--Vw-pA {
  color: rgba(38, 42, 51, 0.5);
  font-size: 12px;
  line-height: 16px;
}
.contactItem-module--contact-item--XcLfm .contactItem-module--content--lyIhb .contactItem-module--name--cSQcG,
.contactItem-module--contact-item--XcLfm .contactItem-module--content--lyIhb .contactItem-module--email--Vw-pA {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contactItem-module--contact-item--XcLfm .contactItem-module--content--lyIhb .contactItem-module--no-email--oJNsM {
  width: 76px;
  height: 24px;
  background: #ffefed;
  border-radius: 4px;
  padding: 4px 8px;
  margin-left: 8px;
  color: #fe5b4c;
  font-size: 12px;
  font-weight: 400;
}
.contactItem-module--contact-item--XcLfm .contactItem-module--content--lyIhb .contactItem-module--no-content--rvOJU {
  color: #747a8c;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.contactItem-module--contact-item--XcLfm svg {
  flex-shrink: 0;
  cursor: pointer;
}
.customerItem-module--customer-item--T1hcS {
  padding: 22px 8px 8px;
  color: #7d8085;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customerItem-module--customer-item--T1hcS .customerItem-module--label--uD5l5 {
  display: inline-block;
  padding: 0 4px;
  line-height: 20px;
  margin-left: 4px;
  border-radius: 2px;
}
.pickerView-module--picker-view--zGUkU {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pickerView-module--picker-view--zGUkU .ant-input-affix-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  background-color: #f6f6f9;
}
.pickerView-module--picker-view--zGUkU .ant-input-affix-wrapper .ant-input {
  font-size: 12px;
  background: transparent;
}
.pickerView-module--picker-view--zGUkU .pickerView-module--header--HCzZY {
  flex-shrink: 0;
  padding: 16px 20px;
}
.pickerView-module--picker-view--zGUkU .pickerView-module--breadcrumb--BuYBY {
  flex-shrink: 0;
  margin-bottom: 3px;
}
.pickerView-module--picker-view--zGUkU .pickerView-module--body--b\+pv1 {
  position: relative;
  flex-grow: 1;
  padding: 0 10px;
  overflow: hidden auto;
}
.pickerView-module--picker-view--zGUkU .pickerView-module--empty--YDqCu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pickerView-module--picker-view--zGUkU .pickerView-module--searching--S2-z4 {
  position: absolute;
  top: 50%;
  left: 50%;
}
.pickerView-module--picker-view--zGUkU .pickerView-module--filter-row--ZGFjZ {
  display: flex;
  justify-content: space-between;
  height: 36px;
  background: #f9fafb;
  border-radius: 2px;
  align-items: center;
  padding: 0 10px;
  margin-top: 10px;
}
.pickerView-module--picker-view--zGUkU .pickerView-module--filter-row--ZGFjZ .pickerView-module--filter-text--3CSd- {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 22px;
  color: #7a8599;
}
.pickerView-module--picker-view--zGUkU .pickerView-module--filter-row--ZGFjZ .pickerView-module--filter-text--3CSd- .pickerView-module--filter-count--ayFV8 {
  color: #f24822;
}
.pickerView-module--picker-view--zGUkU .pickerView-module--filter-row--ZGFjZ .pickerView-module--clear-filter-btn--ESdcu,
.pickerView-module--picker-view--zGUkU .pickerView-module--filter-row--ZGFjZ .pickerView-module--clear-filter-btn--ESdcu:hover {
  border: none;
  color: #4c6aff;
  background: transparent;
  padding: 0;
  height: 22px;
}
.pickerView-module--picker-view--zGUkU .pickerView-module--footer---UeZ\+ {
  display: flex;
  flex-shrink: 0;
  padding: 16px 20px;
  align-items: center;
  justify-content: space-between;
}
.pickerView-module--picker-view--zGUkU .ant-spin-dot {
  transform: translate(-50%, -50%);
}
.customerFilterModal-module--customer-filter-modal--AUnoW {
  max-width: "100%";
  top: 40px !important;
}
.customerFilterModal-module--customer-filter-modal--AUnoW .ant-modal-header {
  border-bottom: none;
}
.customerFilterModal-module--customer-filter-modal--AUnoW .ant-modal-body {
  padding: 12px 0 20px;
}
.customerFilterModal-module--customer-filter-modal--AUnoW .ant-tabs-tabpane {
  padding: 20px 24px 0;
}
.customerFilterModal-module--customer-filter-modal--AUnoW .ant-tabs-nav {
  padding: 0 24px;
}
.customerFilterModal-module--customer-filter-modal--AUnoW .ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: 1px solid #f0f3f5;
}
.customerFilterModal-module--customer-filter-modal--AUnoW .ant-form-item-control-input-content {
  display: flex;
}
.customerFilterModal-module--customer-filter-modal--AUnoW .ant-form-item-label label {
  height: 20px;
  margin-bottom: 8px;
}
.customerFilterModal-module--customer-filter-modal--AUnoW .ant-form-item-label label,
.customerFilterModal-module--customer-filter-modal--AUnoW .ant-form-item-control-input-content > div {
  font-size: 12px;
  color: #7a8599;
}
.customerFilterModal-module--customer-filter-modal--AUnoW .ant-form-item {
  margin-bottom: 20px;
}
.customerFilterModal-module--customer-filter-modal--AUnoW .customerFilterModal-module--action-group--nU0JO {
  display: flex;
  justify-content: space-between;
  padding-right: 8px;
  padding: 0 24px;
}
.customerFilterModal-module--customer-filter-modal--AUnoW .customerFilterModal-module--action-group--nU0JO .ant-btn-link {
  border: none;
  padding: 0;
  color: #4c6aff;
  min-width: auto;
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 20px;
}
.customerFilterModal-module--customer-filter-modal--AUnoW .customerFilterModal-module--action-group--nU0JO .ant-btn-link:hover {
  background: transparent;
}
.customer-module--customer--K2DbC {
  height: 100%;
}
.customer-module--customer--K2DbC .ant-modal-mask {
  z-index: 2000;
}
.customer-module--customer--K2DbC .ant-modal-wrap {
  z-index: 2001;
}
.customer-module--customer--K2DbC .customer-module--empty--zEj-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 60px;
  color: #7a8599;
  text-align: center;
}
.customer-module--customer--K2DbC .customer-module--entry-title--ICD\+v {
  margin-bottom: 16px;
}
.customer-module--customer--K2DbC .customer-module--entry-item--jOb6K {
  margin-bottom: 20px;
  background: #f9fafb;
  border-radius: 4px;
  padding: 12px 24px;
  text-align: left;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.customer-module--customer--K2DbC .customer-module--entry-item--jOb6K:last-child {
  margin-bottom: 0;
}
.customer-module--customer--K2DbC .customer-module--entry-icon--ur9nJ {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  margin-right: 12px;
}
.customer-module--customer--K2DbC .customer-module--entry-icon--ur9nJ.customer-module--customer--K2DbC {
  background-image: url(/static/icon-customer-filter.b91ced54.svg);
}
.customer-module--customer--K2DbC .customer-module--entry-icon--ur9nJ.customer-module--openSea--25O9C {
  background-image: url(/static/icon-open-sea-filter.8daa9256.svg);
}
.customer-module--customer--K2DbC .customer-module--entry-icon--ur9nJ.customer-module--personClue--eGuSh {
  background-image: url(/static/icon-person-clue-filter.548fe363.svg);
}
.customer-module--customer--K2DbC .customer-module--entry-text--w1dSY {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  flex-grow: 1;
}
.customer-module--customer--K2DbC .customer-module--entry-arrow-icon--LoOBT {
  width: 14px;
  height: 14px;
  background-image: url(/static/icon-entry-arrow.b322b229.svg);
}
.customer-module--customer--K2DbC .customer-module--title--FcJEa {
  display: flex;
  justify-content: space-between;
  height: 36px;
  background: #f9fafb;
  border-radius: 2px;
  align-items: center;
  padding: 0 10px;
  margin: 10px 10px 0px 10px;
}
.customer-module--customer--K2DbC .customer-module--filter-row--PkzVm {
  display: flex;
  justify-content: space-between;
  height: 36px;
  border-radius: 2px;
  align-items: center;
}
.customer-module--customer--K2DbC .customer-module--filter-row--PkzVm .customer-module--filter-text--lKEMg {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 22px;
  color: #7a8599;
}
.customer-module--customer--K2DbC .customer-module--filter-row--PkzVm .customer-module--filter-text--lKEMg .customer-module--filter-count--w65oM {
  color: #f24822;
}
.customer-module--customer--K2DbC .customer-module--filter-row--PkzVm .customer-module--clear-filter-btn--NqJ2g,
.customer-module--customer--K2DbC .customer-module--filter-row--PkzVm .customer-module--clear-filter-btn--NqJ2g:hover {
  border: none;
  color: #4c6aff;
  background: transparent;
  padding: 0;
  height: 22px;
}
.labelItem-module--label-item--bIXY0 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
  line-height: 32px;
  border-radius: 4px;
  cursor: pointer;
}
.labelItem-module--label-item--bIXY0.labelItem-module--disabled--PmhLf {
  cursor: not-allowed;
}
.labelItem-module--label-item--bIXY0:hover {
  background-color: #f0f0f1;
}
.labelItem-module--label-item--bIXY0 .ant-checkbox-wrapper {
  margin-right: 8px;
}
.labelItem-module--label-item--bIXY0 .labelItem-module--label-icon--3A26m {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.labelItem-module--label-item--bIXY0 .labelItem-module--label-icon--3A26m,
.labelItem-module--label-item--bIXY0 .labelItem-module--name--Dimy0,
.labelItem-module--label-item--bIXY0 .labelItem-module--count--DrCE5 {
  margin-right: 8px;
}
.labelItem-module--label-item--bIXY0 .labelItem-module--count--DrCE5 {
  font-size: 12px;
  color: #a8aaad;
}
.labelItem-module--label-item--bIXY0 .labelItem-module--ellipsis--y9jwZ {
  flex-grow: 1;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.labelItem-module--label-item--bIXY0 svg {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 14px;
}
.personalContactView-module--personal-contact-view--pZegH {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.personalContactView-module--personal-contact-view--pZegH .ant-input-affix-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  background-color: #f6f6f9;
}
.personalContactView-module--personal-contact-view--pZegH .ant-input-affix-wrapper .ant-input {
  font-size: 12px;
  background: transparent;
}
.personalContactView-module--personal-contact-view--pZegH .personalContactView-module--header--M3Yhh {
  flex-shrink: 0;
  padding: 16px 20px;
}
.personalContactView-module--personal-contact-view--pZegH .personalContactView-module--body--ecBm2 {
  position: relative;
  flex-grow: 1;
  padding: 0 12px;
  overflow: hidden auto;
}
.personalContactView-module--personal-contact-view--pZegH .personalContactView-module--empty--IXuwF {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.personalContactView-module--personal-contact-view--pZegH .personalContactView-module--footer--1TMrw {
  display: flex;
  flex-shrink: 0;
  padding: 16px 20px;
  align-items: center;
  justify-content: space-between;
}
.breadcrumb-module--breadcrumb--P1vwx {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumb-module--breadcrumb-item--gHLby {
  line-height: 20px;
}
.breadcrumb-module--breadcrumb-item--gHLby.breadcrumb-module--highlight--HlRNp {
  color: #386ee7;
  cursor: pointer;
}
.breadcrumb-module--breadcrumb--P1vwx svg {
  margin: 0 8px;
}
.personalContactGroupView-module--personal-contact-group-view--fBbQe {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.personalContactGroupView-module--personal-contact-group-view--fBbQe .ant-input-affix-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  background-color: #f6f6f9;
}
.personalContactGroupView-module--personal-contact-group-view--fBbQe .ant-input-affix-wrapper .ant-input {
  font-size: 12px;
  background: transparent;
}
.personalContactGroupView-module--personal-contact-group-view--fBbQe .personalContactGroupView-module--header--qjp2y {
  flex-shrink: 0;
  padding: 16px 20px;
}
.personalContactGroupView-module--personal-contact-group-view--fBbQe .personalContactGroupView-module--breadcrumb--oN-0o {
  margin-bottom: 8px;
}
.personalContactGroupView-module--personal-contact-group-view--fBbQe .personalContactGroupView-module--body--j2sUf {
  position: relative;
  flex-grow: 1;
  padding: 0 12px;
  overflow: hidden auto;
}
.personalContactGroupView-module--personal-contact-group-view--fBbQe .personalContactGroupView-module--empty--11KIp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.personalContactGroupView-module--personal-contact-group-view--fBbQe .personalContactGroupView-module--footer--7zxQ6 {
  display: flex;
  flex-shrink: 0;
  padding: 16px 20px;
  align-items: center;
  justify-content: space-between;
}
.personalContactGroupDetailView-module--personal-contact-group-detail-view--TenV- {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.personalContactGroupDetailView-module--personal-contact-group-detail-view--TenV- .ant-input-affix-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  background-color: #f6f6f9;
}
.personalContactGroupDetailView-module--personal-contact-group-detail-view--TenV- .ant-input-affix-wrapper .ant-input {
  font-size: 12px;
  background: transparent;
}
.personalContactGroupDetailView-module--personal-contact-group-detail-view--TenV- .personalContactGroupDetailView-module--header--ergdY {
  flex-shrink: 0;
  padding: 16px 20px;
}
.personalContactGroupDetailView-module--personal-contact-group-detail-view--TenV- .personalContactGroupDetailView-module--breadcrumb--5cYS\+ {
  margin-bottom: 8px;
}
.personalContactGroupDetailView-module--personal-contact-group-detail-view--TenV- .personalContactGroupDetailView-module--body--2uU4b {
  position: relative;
  flex-grow: 1;
  padding: 0 12px;
  overflow: hidden auto;
}
.personalContactGroupDetailView-module--personal-contact-group-detail-view--TenV- .personalContactGroupDetailView-module--empty--bhggn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.personalContactGroupDetailView-module--personal-contact-group-detail-view--TenV- .personalContactGroupDetailView-module--footer--rRLN3 {
  display: flex;
  flex-shrink: 0;
  padding: 16px 20px;
  align-items: center;
  justify-content: space-between;
}
.PersonalContactPicker-module--personal-contact-picker--bF79Q {
  height: 100%;
}
.mailInput-module--display-wrapper--aw5by {
  padding: 0 2px !important;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: content-box;
  width: 230px;
  height: 24px;
}

.mailInput-module--display-wrapper2--sCoGH {
  cursor: text;
}

.mailInput-module--input-wrapper--rtvcj {
  width: 230px;
  height: 24px;
  border: none;
  color: #747a8c;
  padding: 2px 2px;
}
.mailInput-module--input-wrapper--rtvcj:hover {
  border: 1px solid #e1e3e8 !important;
}
.mailInput-module--input-wrapper--rtvcj .mailInput-module--disabled-link--gvGL4 {
  color: #b7c3ff;
  cursor: not-allowed;
}
.mailInput-module--input-wrapper--rtvcj .ant-input-affix-wrapper {
  border: 1px solid #4c6aff !important;
}
.mailInput-module--input-wrapper--rtvcj .ant-input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mailInput-module--input-wrapper2--48ZE6:hover {
  border: 1px solid #4c6aff !important;
}
.validEmailAddress-module--validEmailAddress--7MkUG {
  height: 100%;
}
.validEmailAddress-module--validEmailAddress--7MkUG .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin: 0;
}
.validEmailAddress-module--validEmailAddress--7MkUG .validEmailAddress-module--modalBody--6TJQm {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.validEmailAddress-module--validEmailAddress--7MkUG .ant-modal-footer {
  border-top: none;
  padding: 16px 24px;
}
.validEmailAddress-module--validEmailAddress--7MkUG .validEmailAddress-module--footer-operation--KoAk- {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.validEmailAddress-module--validEmailAddress--7MkUG .validEmailAddress-module--footer-btn--52qmQ {
  display: flex;
  align-items: center;
  gap: 8px;
}
.validEmailAddress-module--validEmailAddress--7MkUG .validEmailAddress-module--footer-btn--52qmQ .lx-btn {
  margin: 0;
}
.validEmailAddress-module--validEmailAddress--7MkUG .validEmailAddress-module--footer-operation-hide-modal--VOHDN {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 20px;
  width: 100%;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
}
.minimize-module--minimize-modal---DVTA {
  position: fixed;
  top: 50px;
  right: 20px;
  width: 432px;
  height: 122px;
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(38, 42, 51, 0.1);
  border-radius: 8px;
  z-index: 999;
  overflow: hidden;
  display: flex;
  padding: 12px;
}
.minimize-module--minimize-modal---DVTA .minimize-module--minimize-content--aUkvQ {
  flex: 1 1;
}
.minimize-module--minimize-modal---DVTA .minimize-module--minimize-content--aUkvQ .minimize-module--percent-info--aH1j4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  line-height: 24px;
  color: #272e47;
  margin: 8px 0px 4px 0px;
}
.minimize-module--minimize-modal---DVTA .minimize-module--minimize-content--aUkvQ .minimize-module--color--lIrJG {
  color: #4c6aff;
}
.minimize-module--minimize-modal---DVTA .minimize-module--minimize-content--aUkvQ .minimize-module--tips-info--nVC1x {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  color: #747a8c;
  margin-bottom: 8px;
}
.minimize-module--minimize-modal---DVTA .minimize-module--minimize-content--aUkvQ .lx-btn {
  color: #4c6aff;
  border: 1px solid #4c6aff;
  border-radius: 4px;
  padding: 4px 10px;
}
.minimize-module--minimize-modal---DVTA .minimize-module--maximize--xQDPm {
  position: absolute;
  top: 12px;
  right: 16px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inProgressComp-module--in-new-progress-wrap--sIKGP {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.inProgressComp-module--in-new-progress-wrap--sIKGP .inProgressComp-module--percent-info--xV7c4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #272e47;
  margin: 7px 0px 12px 0px;
}
.inProgressComp-module--in-new-progress-wrap--sIKGP .inProgressComp-module--color---hum0 {
  color: #4c6aff;
}
.inProgressComp-module--in-new-progress-wrap--sIKGP .inProgressComp-module--tips-info--hoMMa {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #747a8c;
}
.inProgressComp-module--in-new-progress-wrap--sIKGP .inProgressComp-module--progress--u77Jt {
  width: 320px;
  margin: 8px 0px 16px 0px;
}
.inProgressComp-module--in-new-progress-wrap--sIKGP .inProgressComp-module--warn-info--q1QYK {
  width: 320px;
  height: 192px;
  background: #f8f9fa;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3f465c;
  padding: 24px 18px;
}
.inProgressComp-module--in-new-progress-wrap--sIKGP .inProgressComp-module--warn-info--q1QYK .inProgressComp-module--warnInfoItem--tf7o- {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.inProgressComp-module--in-new-progress-wrap--sIKGP .inProgressComp-module--warn-info--q1QYK .inProgressComp-module--warnInfoItem--tf7o- .inProgressComp-module--warnInfoText--lT5jX {
  margin-left: 15px;
}
.inProgressComp-module--in-new-progress-wrap--sIKGP .inProgressComp-module--new-btns--aMoDv {
  margin-top: 24px;
  display: flex;
  gap: 12px;
}
.inProgressComp-module--in-new-progress-wrap--sIKGP .inProgressComp-module--new-btns--aMoDv .lx-btn {
  width: 154px;
  margin: 0;
}
.inProgressComp-module--in-new-progress-wrap--sIKGP .inProgressComp-module--new-btns--aMoDv .lx-btn > .anticon {
  vertical-align: -2px;
}
.inProgressComp-module--in-new-progress-wrap--sIKGP .inProgressComp-module--new-btns--aMoDv .inProgressComp-module--btn-icon--1qOyM {
  margin-left: 4px;
}
@charset "UTF-8";
.completeComp-module--header--vQL5b {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #272e47;
  color: var(--Text-5, #272e47);
  padding: 10px 12px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  border-radius: 4px;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 8px;
}
.completeComp-module--header--vQL5b .completeComp-module--color--S2Aqi {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.completeComp-module--title-wrap--MEQp0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px 8px 16px;
}
.completeComp-module--title-wrap--MEQp0 .completeComp-module--title--aYHdg {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding-left: 6px;
  position: relative;
}
.completeComp-module--title-wrap--MEQp0 .completeComp-module--title--aYHdg::before {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  position: absolute;
  top: 4px;
  left: 0;
}
.completeComp-module--title-wrap--MEQp0 .completeComp-module--input--I4AZY {
  width: 240px;
}

.completeComp-module--tab-wrap--pZyYr {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-comp--tGJl6 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-comp--tGJl6 .ant-tabs-content-holder {
  width: 100%;
  flex-grow: 1;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-comp--tGJl6 .ant-tabs-content {
  height: 100%;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--input--I4AZY {
  position: absolute;
  right: 0;
  top: 4px;
  width: 240px;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--tab-checkbox--CfHf6 {
  padding: 12px 16px;
  margin-bottom: 12px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--tab-checkbox--CfHf6 .ant-checkbox + span {
  padding-left: 6px;
  padding-right: 20px;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH {
  border: 1px solid rgba(38, 42, 51, 0.06);
  border-radius: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--child-title--k7DG7 {
  width: 100%;
  padding: 0 0 0 16px;
  height: 44px;
  background: #f9fafb;
  display: flex;
  align-items: center;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--child-table--LmxVQ {
  width: 100%;
  display: flex;
  padding: 12px 0;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--child-table--LmxVQ:nth-child(2n) {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--contact--cHZhz {
  width: 268px;
  padding: 0 16px;
  display: flex;
  flex: none;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--contact--cHZhz svg {
  flex: none;
  margin-top: 3px;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--handle-icon--YuqqH {
  cursor: pointer;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--contact-text--REf1a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--dropdown--asEyz {
  position: relative;
  width: 460px;
  padding: 0 16px;
  overflow: hidden;
  height: 20px;
  flex: none;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--dropdown-open--9UaOo {
  height: inherit;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--dropdown-tag--1-2p3 {
  flex: none;
  border-radius: 2px;
  padding: 2px 6px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--dropdown-text--A\+jU9 {
  padding: 2px 2px 2px 8px;
  margin-left: -8px;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--dropdown-tag-red--Epj6o {
  background-color: #ffefed;
  background-color: var(--Error-1, #ffefed);
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--dropdown-unfold--vLFip {
  height: auto;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--dropdown-mirror--42Wmv {
  display: flex;
  gap: 4px;
  position: absolute;
  top: -100px;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--dropdown-content--j6fLG {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--dropdown-content--j6fLG .ant-tag {
  margin: 0;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--dropdown-content-width--GK1W\+ {
  width: 370px;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--fold--Gqk6A {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  flex: none;
  position: absolute;
  left: 400px;
  top: 0;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--remark--jb7AV {
  width: 80px;
  padding: 0 16px;
  flex: none;
  display: flex;
  align-items: center;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--remark--jb7AV .sirius-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--remarks--Qku51 {
  width: 80px;
  padding: 0 16px;
  flex: none;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  line-height: 18px;
  cursor: pointer;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--child-list--aduuk {
  height: 100%;
  overflow-y: auto;
  padding-left: 16px;
  /* 设置滚动条的样式 */
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--child-list--aduuk::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--child-list--aduuk::-webkit-scrollbar:horizontal {
  height: 6px;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--child-list--aduuk::-webkit-scrollbar-button {
  display: none;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--child-list--aduuk::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--child-list--aduuk::-webkit-scrollbar-thumb:hover {
  background: #dddddd;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--child-list--aduuk::-webkit-scrollbar-corner {
  display: none;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--child-list--aduuk .completeComp-module--child-check--oaumA {
  display: flex;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--child-list-empty--O5BlB {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  height: 100%;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--tab-container--HyP4r .completeComp-module--child-container--ezDlH .completeComp-module--child-list-empty--O5BlB .completeComp-module--empty-img--v6uJt {
  display: block;
  width: 68px;
  height: 69px;
  background: url(/static/search_empty-fbbfbe705766424aebb1a55e95086720.png) center center no-repeat;
  background-size: 100% 100%;
}
.completeComp-module--tab-wrap--pZyYr .completeComp-module--footer-line--Um2uv {
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: 64px;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
}
.completeComp-module--tab-wrap--pZyYr .ant-tabs-nav {
  margin-bottom: 12px !important;
}

.completeComp-module--action-area--2kIBs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0 16px 0;
}
.completeComp-module--action-area--2kIBs .completeComp-module--operate--tO5\+9 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.completeComp-module--action-area--2kIBs .completeComp-module--operate--tO5\+9 .sirius-checkbox-ehc-ui {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.completeComp-module--action-area--2kIBs .completeComp-module--operate--tO5\+9 .lx-ui-btn + .lx-ui-btn {
  margin-left: 0;
}
.completeComp-module--action-area--2kIBs .lx-ui-btn-size-default {
  flex-shrink: 0;
}

.completeComp-module--invalid-warning--mkO5F {
  border-radius: 4px;
  height: 32px;
  flex: none;
  margin-bottom: 8px;
  background: rgba(255, 181, 76, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 0px 12px;
}
.completeComp-module--invalid-warning--mkO5F .completeComp-module--left--W47CG {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.completeComp-module--invalid-warning--mkO5F .completeComp-module--warning-icon--un5WK {
  margin-top: -2px;
}
.completeComp-module--invalid-warning--mkO5F .completeComp-module--close-icon--ufyIf {
  cursor: pointer;
}

.completeComp-module--flex--Q7Wa9 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.completeComp-module--flex--Q7Wa9 .completeComp-module--dropdown--asEyz {
  width: auto;
}
.filter-module--root--91m5l {
  padding: 0px 20px;
}
.filter-module--root--91m5l .filter-module--body--aNYxC {
  padding: 16px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.filter-module--root--91m5l .filter-module--sectionTitle--6uIK9 {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  padding-left: 4px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  border-left: 2px solid #4c6aff;
  border-left: 2px solid var(--Brand-6, #4c6aff);
}
.filter-module--root--91m5l .filter-module--title--aGPgL {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.filter-module--root--91m5l .filter-module--subTitle--p6Tr3 {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.filter-module--root--91m5l .filter-module--check-all--tPnlX {
  margin-top: 12px;
}
.filter-module--root--91m5l .filter-module--checkbox-all--Qb\+rR {
  margin-top: 8px;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.filter-module--root--91m5l .filter-module--checkbox-all--Qb\+rR .ant-checkbox-wrapper {
  margin-left: 0px;
}
.filter-module--root--91m5l .filter-module--section-item--Pfn-i {
  display: flex;
  margin-top: 8px;
  flex-direction: column;
  padding: 12px;
  border-radius: 4px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.filter-module--root--91m5l .filter-module--section-item--Pfn-i .filter-module--title--aGPgL {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
}
.filter-module--root--91m5l .filter-module--notify-root--Y-5zW {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #f2f7fe;
  border-radius: 4px;
}
.filter-module--root--91m5l .filter-module--notify-root--Y-5zW .filter-module--notify--MXyER {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 6px 12px;
}
.filter-module--root--91m5l .filter-module--notify-root--Y-5zW .filter-module--notify--MXyER .filter-module--title--aGPgL {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
}
.filter-module--root--91m5l .filter-module--notify-root--Y-5zW .filter-module--icon--dQerm {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.filter-module--footer--h8qWy {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.filter-module--filter-display-wrap--yOOXI {
  position: relative;
}
.filter-module--filter-display-wrap--yOOXI .filter-module--button--mjz7C {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  display: flex;
  align-items: center;
}

.filter-module--filter-display-title--0hlMU {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 9px 0;
  display: flex;
  height: 22px;
  align-items: center;
}
.filter-module--filter-display-title--0hlMU .filter-module--divider--yx-WY {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  margin-right: 4px;
}
.filter-module--filter-display-title--0hlMU .filter-module--tip--U5XKX {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.filter-module--filter-display--olB9x {
  height: 40px;
  min-height: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  gap: 20px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
  display: flex;
}
.filter-module--filter-display--olB9x .filter-module--display-area--RpPs3 {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.filter-module--filter-display--olB9x .filter-module--display-area--RpPs3 .filter-module--title--aGPgL {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 4px;
}
.filter-module--filter-display--olB9x .filter-module--display-area--RpPs3 .filter-module--subTitle--p6Tr3 {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-module--filter-wrapper--hsIn9 .ant-drawer-header {
  height: 60px;
}

.filter-module--crmCustomerTitle--55yuM {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}

.filter-module--crmCustomerWrap--aEPrX {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-module--crmCustomerWrap--aEPrX .filter-module--text--4BKNd {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  margin-right: 8px;
}
.filter-module--crmCustomerWrap--aEPrX .filter-module--icon--dQerm,
.filter-module--crmCustomerWrap--aEPrX .filter-module--editIconWrap--ywRrA {
  cursor: pointer;
  width: 16px;
  height: 16px;
  line-height: 1;
  color: #8d92a1;
  color: var(--Fill-6, #8d92a1);
}
.filter-module--crmCustomerWrap--aEPrX .filter-module--icon--dQerm.sirius-icon,
.filter-module--crmCustomerWrap--aEPrX .filter-module--editIconWrap--ywRrA.sirius-icon {
  width: 16px;
  height: 16px;
  line-height: 1;
}
.index-module--content--FBoSM {
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
  height: 16px;
  margin-top: 12px;
}
.editProgress-module--edit-progress--Eatye {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
}
.editProgress-module--edit-progress--Eatye .editProgress-module--progress-item--jCLGP {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.editProgress-module--edit-progress--Eatye .editProgress-module--error-icon--f41kn {
  margin-right: 12px;
}
.editProgress-module--edit-progress--Eatye .editProgress-module--progress-step--RpV99 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 100%;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.editProgress-module--edit-progress--Eatye .editProgress-module--progress-desc--CVsNu {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  margin-right: 16px;
}
.editProgress-module--edit-progress--Eatye .editProgress-module--progress-cursor--1UDwq {
  cursor: pointer;
}
.editProgress-module--edit-progress--Eatye .editProgress-module--progress-line--O1qZv {
  width: 92px;
  height: 2px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
  margin-right: 16px;
}
.editProgress-module--edit-progress--Eatye .editProgress-module--progress-complete--hDHaq .editProgress-module--progress-step--RpV99 {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.editProgress-module--edit-progress--Eatye .editProgress-module--progress-complete--hDHaq .editProgress-module--progress-desc--CVsNu {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.editProgress-module--edit-progress--Eatye .editProgress-module--progress-complete--hDHaq .editProgress-module--progress-line--O1qZv {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}
.editProgress-module--edit-progress--Eatye .editProgress-module--progress-selected--efMN9 .editProgress-module--progress-step--RpV99 {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  color: #fff;
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.editProgress-module--edit-progress--Eatye .editProgress-module--progress-selected--efMN9 .editProgress-module--progress-desc--CVsNu {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
@charset "UTF-8";
.subkeymodal-module--title--FJf9l {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  /* 中性色-文字/Text-5标题-重要信息 */
  color: #232d47;
  margin-bottom: 4px;
}

.subkeymodal-module--subtitle--IgZCE {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  /* 中性色-文字/Text-3次要信息 */
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin-bottom: 24px;
}

.subkeymodal-module--formtitle--g9DKg {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  /* 中性色-文字/Text-5标题-重要信息 */
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 12px;
}
.subkeymodal-module--formtitle--g9DKg > i {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  margin-right: 8px;
}

.subkeymodal-module--modal--LfiW3 .ant-modal-footer {
  padding: 0 24px 24px 24px;
  border-top: none;
}
.subkeymodal-module--modal--LfiW3 .ant-modal-body {
  padding-bottom: 4px;
}

.subkeymodal-module--form--W-JkW .ant-form-item-with-help {
  margin-bottom: 0;
}
.subkeymodal-module--form--W-JkW .ant-form-item-explain {
  max-height: 22px;
  overflow: hidden;
}
.subkeymodal-module--form--W-JkW .ant-input-affix-wrapper,
.subkeymodal-module--form--W-JkW .ant-select,
.subkeymodal-module--form--W-JkW .ant-select-selection-placeholder {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.subkeymodal-module--form--W-JkW .subkeymodal-module--one-line-item--NzSNL .ant-form-item-explain {
  position: absolute;
  bottom: -24px;
  left: 0;
}
.subkeymodal-module--form--W-JkW .subkeymodal-module--inline-wrapper--ZYxX6 {
  display: flex;
}
.subkeymodal-module--form--W-JkW .subkeymodal-module--include-text--qunZ7 {
  padding: 0 12px;
  line-height: 32px;
}

.subkeymodal-module--arrowDown---vN2F {
  display: inline-block;
  height: 12px;
  width: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS43MTcwMSAwLjMzMDE1OEM1LjgyODIxIDAuMjAwNDI0IDUuNzM2MDMgMCA1LjU2NTE2IDBMMC40MzQ4NDQgMEMwLjI2Mzk3MyAwIDAuMTcxNzkyIDAuMjAwNDI0IDAuMjgyOTkzIDAuMzMwMTU4TDIuODQ4MTUgMy4zMjI4NEMyLjkyNzk3IDMuNDE1OTYgMy4wNzIwMyAzLjQxNTk2IDMuMTUxODUgMy4zMjI4NEw1LjcxNzAxIDAuMzMwMTU4WiIgZmlsbD0iIzhEOTJBMSIvPgo8L3N2Zz4K) center center no-repeat;
  background-size: auto;
}

.subkeymodal-module--hscodeDrop--hbwK1 {
  width: 600px;
  margin-top: 10px;
}

.subkeymodal-module--listForm--uoMTH {
  padding: 12px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border-radius: 4px;
  max-height: 400px;
  overflow: auto;
}

.subkeymodal-module--companys--ZVlbn {
  display: flex;
  justify-content: space-between;
}
.subkeymodal-module--companys--ZVlbn .subkeymodal-module--remove--s-AHV {
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-top: 8px;
  margin-left: 8px;
  flex-shrink: 0;
}

.subkeymodal-module--addBtn--X6SjG {
  height: 22px;
  line-height: 22px;
  padding: 0;
  display: flex;
  align-items: center;
}
.index-module--tooltipOverlay--mVtuP .index-module--title--s2ywK {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 12px;
}
.index-module--tooltipOverlay--mVtuP .index-module--footer--0VIAz {
  text-align: right;
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.index-module--tooltipOverlay--mVtuP .ant-tooltip-arrow {
  display: block;
}
.index-module--tooltipOverlay--mVtuP .ant-tooltip-arrow .ant-tooltip-arrow-content {
  display: none;
}
.index-module--tooltipOverlay--mVtuP .ant-tooltip-arrow {
  width: 30px;
  height: 7px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAOCAYAAABzTn/UAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADLSURBVHgB5ZYxDgFBGIWfKFT0VC6gouEAzkCn2orLKJ2GA+hUDuACVCpvMvMXJMLuzP+a/ZIvm2wz+WaaB7SMLvT06YKO6ZPeIaQDLWtaIUYbh6QE5QuH0B3tffyfpu8ZAlTBVfIbsmhF8K9YQxLtHfxvrOEe7RlcN9ZwjfYKbhpruEV7BOfGGi7RpYNLxRrFo0sFD+iWblCeEB2GygVxmWWRGxyW2ozu6Rx+TOiSPugVGTSZliM6RLz5Fd5noue5xo2e6BExvtYWfwEXuB4PO28arwAAAABJRU5ErkJggg==) center center no-repeat;
  background-size: contain;
}

.index-module--tooltipOverlayBottom--Sq59e .ant-tooltip-arrow {
  top: 1px;
}

.index-module--tooltipOverlayLeft--GYg1o .ant-tooltip-arrow {
  right: 10.3px;
  transform: rotate(90deg);
}

.index-module--tooltipOverlayRight--1IM-X .ant-tooltip-arrow {
  left: -10.3px;
  transform: rotate(-90deg);
}

.index-module--tooltipOverlayTop--JP9LK .ant-tooltip-arrow {
  bottom: 1px;
  transform: rotate(180deg);
}
.hscodedroplist-module--popper--t0rDr {
  border: 1px solid #f0f3f5;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: #ffffff;
  z-index: 10;
  max-height: 336px;
  overflow-y: auto;
}
.hscodedroplist-module--popper--t0rDr .hscodedroplist-module--popperTitle--W\+xp0 {
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin-bottom: 0;
  padding-bottom: 4px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: #fff;
}
.hscodedroplist-module--popper--t0rDr .hscodedroplist-module--hscode--iueol {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  padding: 12px 20px;
  cursor: pointer;
}
.hscodedroplist-module--popper--t0rDr .hscodedroplist-module--hscode--iueol:hover {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}
.hscodedroplist-module--popper--t0rDr .hscodedroplist-module--hscode--iueol:nth-last-child(1) {
  margin-bottom: 8px;
}
.hscodedroplist-module--popper--t0rDr .hscodedroplist-module--hscode--iueol .hscodedroplist-module--code--1bqsr {
  width: 100px;
  flex-shrink: 0;
  padding-right: 20px;
}
.hscodedroplist-module--popper--t0rDr .hscodedroplist-module--hscode--iueol .hscodedroplist-module--desc--\+CndI {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.emailguess-module--drawer--Yn2yJ .ant-drawer-wrapper-body {
  background: url(/static/aiKeywordsBackground.76de52b4.svg) center top no-repeat #f4f5f9;
}
.emailguess-module--drawer--Yn2yJ .ant-drawer-header {
  background-color: transparent;
  padding: 24px;
  padding-bottom: 20px;
  height: auto;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--alert--6Y7\+Q {
  margin-bottom: 12px;
  border: none;
  color: #272e47;
  color: var(--Text-5, #272e47);
  border-radius: 4px;
  background-color: #f2f7fe;
  background-color: var(--Link-1, #f2f7fe);
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--alert--6Y7\+Q .ant-alert-icon {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--alert--6Y7\+Q .ant-alert-message {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--form--Kr2Ul {
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 120px rgba(14, 48, 89, 0.1);
  -webkit-backdrop-filter: blur(65px);
          backdrop-filter: blur(65px);
  border-radius: 12px;
  margin-bottom: 20px;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--workspace--BM-SZ {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  padding-bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 1;
  max-height: 518px;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--workspace-validing--jc1RQ {
  overflow: visible;
  padding-top: 8px;
  padding-bottom: 0;
  height: 470px;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--workspace--BM-SZ .emailguess-module--workspaceTitle--iv\+17 {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 8px;
  flex-shrink: 0;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--workspace--BM-SZ .emailguess-module--workspaceInner--Pbe-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--workspace--BM-SZ .emailguess-module--workspaceScroll--wWV\+p {
  overflow-y: scroll;
  flex-grow: 12;
  margin: auto -24px;
  padding: 0 24px;
  overflow-y: scroll;
  flex-grow: 12;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--workspace--BM-SZ .emailguess-module--btns--Ezpnq {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  border-top: 1px solid #e1e3e8;
  border-top: 1px solid var(--Fill-4, #e1e3e8);
  margin: 0 -24px;
  padding: 20px 0;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--workspace--BM-SZ .emailguess-module--tip--2wBmd {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--workspace--BM-SZ .emailguess-module--tip--2wBmd .emailguess-module--tipIcon--nmXRv {
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--workspace--BM-SZ .emailguess-module--tip--2wBmd .emailguess-module--tipIcon--nmXRv:hover {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  border-radius: 2px;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--workspace--BM-SZ .emailguess-module--tip--2wBmd .emailguess-module--tipIcon-not-show--2HsMP svg {
  transform: rotate(-90deg);
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--workspace--BM-SZ .emailguess-module--guessEmailItem--mZBSV {
  display: flex;
  justify-content: space-between;
  line-height: 22px;
  padding-bottom: 12px;
  padding-top: 12px;
  align-items: center;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--workspace--BM-SZ .emailguess-module--guessEmailItem--mZBSV .emailguess-module--guessEmailTag--VfowI {
  flex-shrink: 0;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--workspace--BM-SZ .emailguess-module--guessEmailItem--mZBSV .emailguess-module--guessEmailText--YYJ\+l {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--workspace--BM-SZ .emailguess-module--bottomTip--P-s8X {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  text-align: center;
  margin-top: -12px;
  margin-bottom: 20px;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--empty--dcQY3 {
  margin-top: 100px;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--empty-result--um-8U {
  margin-top: 20px;
  margin-bottom: 20px;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--empty--dcQY3 .ant-empty-image {
  height: 130px;
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--empty--dcQY3 .ant-empty-description {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.emailguess-module--drawer--Yn2yJ .emailguess-module--empty--dcQY3 .ant-empty-footer {
  display: flex;
  justify-content: center;
}

.emailguess-module--inNewProgressWrap--iZ6KI {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.emailguess-module--inNewProgressWrap--iZ6KI .emailguess-module--percentInfo--ku70\+ {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.emailguess-module--inNewProgressWrap--iZ6KI .emailguess-module--color--WTmLB {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.emailguess-module--inNewProgressWrap--iZ6KI .emailguess-module--tipsInfo--rFYqt {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.emailguess-module--inNewProgressWrap--iZ6KI .emailguess-module--progress--vGTK6 {
  width: 320px;
  line-height: 8px;
  margin: 12px 0 14px 0;
}
.emailguess-module--inNewProgressWrap--iZ6KI .emailguess-module--warnInfo--5l\+pS {
  width: 370px;
  height: 192px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
  padding: 24px 18px;
}
.emailguess-module--inNewProgressWrap--iZ6KI .emailguess-module--warnInfo--5l\+pS .emailguess-module--warnInfoItem--3IBx5 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.emailguess-module--inNewProgressWrap--iZ6KI .emailguess-module--warnInfo--5l\+pS .emailguess-module--warnInfoItem--3IBx5 .emailguess-module--warnInfoText--UvJkb {
  margin-left: 15px;
}
.similarCard-module--similarCards--kAlJp {
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  padding: 20px 16px;
  position: relative;
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  cursor: pointer;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--viewBtn--Iiwiv {
  position: absolute;
  right: 16px;
  top: 20px;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--checkboxBox--Y0Qqh {
  margin-right: 16px;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--similarCardsContent--3xP91 {
  width: 0;
  flex: 1 1;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--similarCardsContent--3xP91 .similarCard-module--cardTop--xpkO- {
  position: relative;
  font-family: Text-C2-Med14;
  font-weight: 500;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-left: -24px;
  padding-left: 24px;
  line-height: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: 100%;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--similarCardsContent--3xP91 .similarCard-module--cardTop--xpkO- .similarCard-module--cardName--8Kj\+R {
  max-width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--similarCardsContent--3xP91 .similarCard-module--cardTop--xpkO- .similarCard-module--cardTag--4xUp8 {
  height: 20px;
  flex: 1 1;
  margin-left: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--similarCardsContent--3xP91 .similarCard-module--cardDomainAndCountry--Nltic {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--similarCardsContent--3xP91 .similarCard-module--cardDomainAndCountry--Nltic .similarCard-module--countryLoc--hhyFR {
  display: flex;
  font-size: 14px;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--similarCardsContent--3xP91 .similarCard-module--cardDomainAndCountry--Nltic .similarCard-module--urlLink--leC6l {
  margin-left: 8px;
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 14px;
  line-height: 20px;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--similarCardsContent--3xP91 .similarCard-module--cardDomainAndCountry--Nltic .similarCard-module--urlLink--leC6l em {
  font-style: normal;
  color: #ff0000;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--similarCardsContent--3xP91 .similarCard-module--recListBox--O3tEQ {
  margin-top: 8px;
  display: flex;
  align-items: center;
  border-bottom: 4px;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--similarCardsContent--3xP91 .similarCard-module--recList--eVTSr {
  color: #080b19;
  max-width: 50%;
  min-width: 60px;
  position: relative;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--similarCardsContent--3xP91 .similarCard-module--recList--eVTSr .similarCard-module--recTextEllipsis--R0QKA {
  word-break: keep-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--similarCardsContent--3xP91 .similarCard-module--recList--eVTSr:hover .similarCard-module--translate--F7imp {
  display: block;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--similarCardsContent--3xP91 .similarCard-module--recListViewed---ZLAk {
  color: #9fa2ad;
}
.similarCard-module--similarCards--kAlJp .similarCard-module--similarCardsContent--3xP91 .similarCard-module--descColor--\+Z1WK {
  margin-top: 4px;
  color: #747a8c;
}

.similarCard-module--similarCards--kAlJp:hover {
  background-color: #ebedf2;
}

.similarCard-module--tableDivider--Fdzp2 {
  margin: 0 12px;
  height: 16px;
  top: 1px;
}
.similarCard-module--tableDivider--Fdzp2 .ant-divider-vertical {
  top: 1px !important;
}

.similarCard-module--scrollTooltip--GIyjh .ant-tooltip-inner {
  max-height: 400px;
  overflow-y: scroll;
}
.similarCard-module--scrollTooltip--GIyjh .ant-tooltip-inner::-webkit-scrollbar {
  opacity: 1;
}

.similarCard-module--translate--F7imp {
  display: flex;
  align-items: center;
  display: none;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
}

.similarCard-module--isOpacity--MyNgc {
  opacity: 0.6;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.tableitem-module--copyIcon--9bb8\+ {
  width: 28px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMiIgeT0iNCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiByeD0iMC41IiBzdHJva2U9IiM2Rjc0ODUiLz4KPHBhdGggZD0iTTUgMy44VjIuNUM1IDIuMjIzODYgNS4yMjM4NiAyIDUuNSAySDEzLjVDMTMuNzc2MSAyIDE0IDIuMjIzODYgMTQgMi41VjEwLjVDMTQgMTAuNzc2MSAxMy43NzYxIDExIDEzLjUgMTFIMTIuMiIgc3Ryb2tlPSIjNkY3NDg1Ii8+CjxwYXRoIGQ9Ik00LjUgNy41SDkuNSIgc3Ryb2tlPSIjNkY3NDg1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTQuNSAxMC41SDkuNSIgc3Ryb2tlPSIjNkY3NDg1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) center center no-repeat;
  background-size: 16px;
  /* 中性色-填充/Fill-2浅背景 */
}
.tableitem-module--copyIcon--9bb8\+:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMiIgeT0iNCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiByeD0iMC41IiBzdHJva2U9IiM0QzZBRkYiLz4KPHBhdGggZD0iTTUgMy44VjIuNUM1IDIuMjIzODYgNS4yMjM4NiAyIDUuNSAySDEzLjVDMTMuNzc2MSAyIDE0IDIuMjIzODYgMTQgMi41VjEwLjVDMTQgMTAuNzc2MSAxMy43NzYxIDExIDEzLjUgMTFIMTIuMiIgc3Ryb2tlPSIjNEM2QUZGIi8+CjxwYXRoIGQ9Ik00LjUgNy41SDkuNSIgc3Ryb2tlPSIjNEM2QUZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTQuNSAxMC41SDkuNSIgc3Ryb2tlPSIjNEM2QUZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) center center no-repeat;
}

.tableitem-module--wrapper--fywqr {
  position: relative;
  display: flex;
  align-items: center;
}
.tableitem-module--wrapper--fywqr .tableitem-module--text--kUa6- {
  max-width: 200px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  position: relative;
}
.tableitem-module--wrapper--fywqr .tableitem-module--text--kUa6- .tableitem-module--iconWrapper--Mtkgp {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  bottom: -3px;
  background: #f0f0f1;
}
.tableitem-module--wrapper--fywqr .tableitem-module--text--kUa6- .tableitem-module--inlineText--L6sbS {
  float: right;
  width: 100%;
  word-break: break-all;
}
.tableitem-module--wrapper--fywqr .tableitem-module--text-search--edlRO {
  cursor: pointer;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.tableitem-module--wrapper--fywqr .tableitem-module--text-color--mA92V {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.tableitem-module--wrapper--fywqr .tableitem-module--text-with-one--pRi0W {
  max-width: 172px;
}
.tableitem-module--wrapper--fywqr .tableitem-module--text-with-both--zJ8Wi {
  max-width: 144px;
}
.tableitem-module--wrapper--fywqr .tableitem-module--translate--0U0SQ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.tableitem-module--country--rLV-f {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.tableitem-module--lightText--6U-XD {
  font-weight: 500;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}

.tableitem-module--textOpacity--9Eaya {
  opacity: 0.5;
}

.tableitem-module--scrollTooltip--sm\+MP .ant-tooltip-inner {
  max-height: 400px;
  overflow-y: scroll;
}
.tableitem-module--scrollTooltip--sm\+MP .ant-tooltip-inner::-webkit-scrollbar {
  opacity: 1;
}
.customsDetail-module--customs-data-detail--GzaAC {
  height: 100%;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}
.customsDetail-module--customs-data-detail--GzaAC .ant-table-placeholder .ant-empty-normal {
  margin: 52px 0;
}
.customsDetail-module--customs-data-detail--GzaAC .ant-tabs {
  overflow: visible;
}
.customsDetail-module--customs-data-detail--GzaAC .ant-drawer-body {
  display: flex;
  flex-direction: column;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--header--JcS7A {
  flex-shrink: 0;
  z-index: 1;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--header--JcS7A.customsDetail-module--shadow--nuWJ4 {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--header--JcS7A .customsDetail-module--content--EtSwh {
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  background: rgba(107, 169, 255, 0.1);
  border-radius: 2px;
  color: #6ba9ff;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--header--JcS7A .customsDetail-module--content-clue--6wvhp {
  background: rgba(112, 204, 171, 0.1);
  color: #70ccab;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--header--JcS7A .customsDetail-module--options--sCAaU {
  display: flex;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--header--JcS7A .customsDetail-module--options--sCAaU > .ant-btn:not(.ant-btn-primary) {
  color: #386ee7;
  border-color: #386ee7;
  margin-right: 8px;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--header--JcS7A .customsDetail-module--options--sCAaU > .ant-btn:not(.ant-btn-primary):hover {
  background-color: #ffffff;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--header--JcS7A .customsDetail-module--options--sCAaU > .ant-btn:not(.ant-btn-primary):last-child {
  padding-right: 6px;
  padding-left: 12px;
  margin-right: 0;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--header--JcS7A .customsDetail-module--options--sCAaU > .ant-btn:not(.ant-btn-primary):last-child > span:first-child {
  margin: 0 4px 0 0;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--header--JcS7A .customsDetail-module--options--sCAaU > .ant-btn:not(.ant-btn-primary):last-child .anticon-caret-down {
  transform: translateY(-2px) scale(0.7);
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--aiSumUpBtn--vzNt8 {
  width: 47px;
  height: 22px;
  cursor: pointer;
  background: url(/static/AI_sumUp-3748ff7552056356a3a531ef60736824.png) center center no-repeat;
  background-size: cover;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--titleBtnStar--Hw-mg {
  border-radius: 1px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--titleBtnStar--Hw-mg:hover {
  background: #f0f2f7;
  background: var(---Fill-1--, #f0f2f7);
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--titleBtnStar--Hw-mg .sirius-icon {
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center !important;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--iconStyle--PVsoj {
  font-size: 16px;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--iconStyle--PVsoj:hover {
  background: #f0f2f7;
  background: var(---Fill-1--, #f0f2f7);
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--iconStyle--PVsoj .sirius-icon {
  width: 16px !important;
  height: 16px !important;
  background-size: 16px !important;
  line-height: 16px !important;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--iconYou--yJAPM {
  border-left: 1px solid #fff;
  border-radius: 4px;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--iconZuo--SCNtr {
  border-radius: 4px;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--disablePage--y0UTP {
  cursor: no-drop;
  color: #c9cbd6;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--disablePage--y0UTP:hover {
  background: #fff;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--znCompanyListBox--2DTaz {
  background-color: #f8f9fa;
  width: 100%;
  padding: 0 0 12px;
  margin-top: 16px;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--company-tab--pPtwG .ant-tabs-nav {
  margin: 0 0 12px;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--company-tab--pPtwG .ant-tabs-nav,
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--company-tab--pPtwG .ant-tabs-nav-wrap {
  overflow: visible;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--inner-tab--LyL1h .ant-tabs-ink-bar {
  display: block;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--inner-tab--LyL1h .ant-tabs-nav-wrap .ant-tabs-tab {
  background: transparent;
  border: none;
  color: #747a8c;
  font-size: 14px;
  padding: 0;
  margin-left: 36px !important;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--inner-tab--LyL1h .ant-tabs-nav-wrap .ant-tabs-tab:first-child {
  margin-left: 0 !important;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--inner-tab--LyL1h .ant-tabs-nav-wrap .ant-tabs-tab-active {
  background: transparent;
  color: #4c6aff !important;
  border: none;
  font-weight: bold;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--inner-tab--LyL1h .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--inner-tab--LyL1h .ant-tabs-nav-wrap .ant-tabs-tab:hover {
  color: #4c6aff !important;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--inner-tab--LyL1h .ant-tabs-nav::before {
  border-bottom: 1px solid #ebedf2;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--tabsTitle--7qkvA .ant-tabs-nav {
  margin: 0;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--customs-info-base--x1WAT {
  position: relative;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--customs-info-base--x1WAT .ant-tabs-nav {
  margin: 0 !important;
  padding-left: 16px;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--customs-info-base--x1WAT .ant-tabs-nav,
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--customs-info-base--x1WAT .ant-tabs-nav-wrap {
  overflow: visible;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--mergeCompanyText--CAVz1 {
  position: absolute;
  right: 16px;
  top: 4px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 20px;
  gap: 4px;
  display: flex;
  align-items: center;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--body--meBQD .customsDetail-module--mergeCompanyQuery--\+jl\+8 {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
  margin-left: 4px;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--selectModal--2D\+DT {
  max-height: 600px;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--selectModal--2D\+DT .ant-modal-header {
  border: none;
  padding: 20px 24px 0px;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--selectModal--2D\+DT .ant-modal-footer {
  border: none;
  height: 68px;
  padding: 16px 24px;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--selectModal--2D\+DT .customsDetail-module--select-body-intro--S\+Noj {
  font-size: 14px;
  line-height: 24px;
  color: #747a8c;
  margin-bottom: 8px;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--selectModal--2D\+DT .customsDetail-module--select-body-Clear--ai-il {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.customsDetail-module--customs-data-detail--GzaAC .customsDetail-module--selectModal--2D\+DT .customsDetail-module--overflow--9\+BNg {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.customsDetail-module--sticky-header--r1NPF {
  padding: 20px 86px 20px 0px;
  border-bottom: 1px solid #f0f1f5;
  background: #fff;
  top: 0;
  z-index: 3;
  position: fixed;
  width: 68.125%;
  min-width: 872px;
}
.customsDetail-module--sticky-header-win--jqZ22 {
  top: 32px;
}
.customsDetail-module--sticky-header--r1NPF .customsDetail-module--header--JcS7A {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}
.customsDetail-module--sticky-header--r1NPF .customsDetail-module--sticky-title--ZM6yz {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 8px;
}
.customsDetail-module--sticky-header--r1NPF .customsDetail-module--name--wQZi7 {
  display: flex;
  align-items: center;
}
.customsDetail-module--sticky-header--r1NPF .customsDetail-module--options--sCAaU > .ant-btn:not(.ant-btn-primary) {
  color: #386ee7;
  border-color: #386ee7;
  margin-right: 8px;
}
.customsDetail-module--sticky-header--r1NPF .customsDetail-module--options--sCAaU > .ant-btn:not(.ant-btn-primary):hover {
  background-color: #ffffff;
}
.customsDetail-module--sticky-header--r1NPF .customsDetail-module--options--sCAaU > .ant-btn:not(.ant-btn-primary):last-child {
  padding-right: 6px;
  padding-left: 12px;
  margin-right: 0;
}
.customsDetail-module--sticky-header--r1NPF .customsDetail-module--options--sCAaU > .ant-btn:not(.ant-btn-primary):last-child > span:first-child {
  margin: 0 4px 0 0;
}
.customsDetail-module--sticky-header--r1NPF .customsDetail-module--options--sCAaU > .ant-btn:not(.ant-btn-primary):last-child .anticon-caret-down {
  transform: translateY(-2px) scale(0.7);
}
.customsDetail-module--sticky-header--r1NPF .lx-btn {
  flex-shrink: 0;
}
.customsDetail-module--sticky-header--r1NPF .lx-ui-btn {
  flex-shrink: 0;
}
.customsDetail-module--sticky-header--r1NPF .ant-tabs-nav {
  margin: 0;
}
.customsDetail-module--sticky-header--r1NPF .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab {
  padding: 0;
  margin: 10px 20px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.customsDetail-module--sticky-header--r1NPF .ant-tabs-ink-bar {
  transform: scale(1, 1);
}

.customsDetail-module--companyFission--Zi513 {
  position: relative;
}
.customsDetail-module--companyFission--Zi513 .customsDetail-module--companyCount--SSDlj {
  position: absolute;
  border-radius: 2px;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  padding: 1px 2px;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  left: 62px;
  top: -11px;
}

.customsDetail-module--block--pqeHR {
  padding: 0;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
}

.customsDetail-module--modalErrorStyle--g8Jlj {
  z-index: 2000;
}
.customsDetail-module--modalErrorStyle--g8Jlj .error-icon {
  margin-top: 3px !important;
}
.record-module--tableStyle--135-n .ant-table-thead > tr > th {
  padding: 12px 10px;
}

.record-module--base-info--ltH4q {
  padding: 12px 20px;
}
.record-module--base-info--ltH4q .customs-scroll-box {
  position: absolute;
  left: 0px !important;
  bottom: 4px !important;
}
.record-module--base-info--ltH4q .record-module--box--vh8Wd {
  display: flex;
  gap: 12px;
  justify-content: space-around;
  margin-bottom: 20px;
}
.record-module--base-info--ltH4q .record-module--link--lxbAX {
  color: #386ee7;
  cursor: pointer;
}
.record-module--base-info--ltH4q .ant-table-column-sorter-up.active,
.record-module--base-info--ltH4q .ant-table-column-sorter-down.active {
  color: #1890ff !important;
}

.record-module--freight-search--7S1HH {
  padding-top: 16px;
}

.ant-tooltip em {
  color: #f77c7c !important;
  font-style: normal;
}

.record-module--clientTableBox--BqMS6 {
  -webkit-user-select: none;
          user-select: none;
}
.commonSearch-module--customs-common-search--O\+YXh {
  display: flex;
  align-items: center;
  width: 100%;
  row-gap: 2%;
  column-gap: 2%;
  flex-wrap: wrap;
}
.commonSearch-module--customs-common-search--O\+YXh .commonSearch-module--preciseSearch--nYGyP {
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  border-left: 1px solid #ebedf2;
  padding-left: 8px;
}
.commonSearch-module--customs-common-search--O\+YXh .commonSearch-module--preciseSearch--nYGyP .ant-checkbox-wrapper {
  margin-left: 4px;
}
.commonSearch-module--customs-common-search--O\+YXh .commonSearch-module--preciseSearch--nYGyP .ant-checkbox + span {
  padding: 0 0 0 4px;
}
.commonSearch-module--customs-common-search--O\+YXh .commonSearch-module--item--WN9XE {
  display: flex;
  align-items: center;
  width: 32%;
  margin-bottom: 16px;
  gap: 12px;
}
.commonSearch-module--customs-common-search--O\+YXh .commonSearch-module--item-supplier--3NtEq {
  width: 45%;
}
.commonSearch-module--customs-common-search--O\+YXh .commonSearch-module--item--WN9XE .commonSearch-module--title--zcwe4 {
  font-weight: 400;
  font-size: 14px;
  color: #7d8085;
  min-width: 56px;
}
.commonSearch-module--customs-common-search--O\+YXh .commonSearch-module--item--WN9XE .sirius-icon {
  height: auto !important;
  line-height: 12px;
}
.commonSearch-module--customs-common-search--O\+YXh .ant-picker {
  border: 1px solid #e1e3e8;
  width: 100%;
}
.commonSearch-module--customs-common-search--O\+YXh .ant-input-affix-wrapper {
  border: 1px solid #e1e3e8;
}
.commonSearch-module--customs-common-search--O\+YXh .ant-select-selector {
  border: 1px solid #e1e3e8;
}
.commonSearch-module--customs-common-search--O\+YXh .sirius-cascader-select-selector {
  border-radius: 2px !important;
  width: 200px;
}

.commonSearch-module--customs-common-search-wrap--Htx-j {
  display: flex;
}
.commonSearch-module--customs-common-search-wrap--Htx-j .commonSearch-module--click-btn--RkI-f {
  padding-top: 5px;
  color: #386ee7;
  flex-shrink: 0;
}
.commonSearch-module--customs-common-search-wrap--Htx-j .commonSearch-module--box-padding--NWYJR {
  padding-top: 0px;
}

.commonSearch-module--dateSelectFoot--AHMJy {
  display: flex;
  column-gap: 8px;
  padding: 12px 0;
}
.commonSearch-module--dateSelectFoot--AHMJy .commonSearch-module--dateSelectItem--ImAQt {
  text-align: center;
  background: #f2f3f5;
  border-radius: 2px;
  cursor: pointer;
  padding: 2px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.commonSearch-module--dateSelectFoot--AHMJy .commonSearch-module--dateSelectItem--ImAQt:hover {
  background: #e5e6eb;
}
.commonSearch-module--dateSelectFoot--AHMJy .commonSearch-module--dateSelectItem-selected--CMWUq {
  background: #4c6aff !important;
  background: var(--Avatar-6, #4c6aff) !important;
  color: #fff !important;
}
.forwadersearch-module--search-box--tX07k {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  padding: 16px;
}
.forwadersearch-module--search-box--tX07k .ant-row.ant-form-item {
  padding-right: 22px;
  margin-right: 0;
}
.forwadersearch-module--search-box--tX07k .ant-row.ant-form-item .ant-form-item-label label {
  font-weight: 400;
  font-size: 14px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  min-width: 70px;
}
.forwadersearch-module--search-box--tX07k .ant-checkbox-wrapper {
  color: #272e47 !important;
}
.forwadersearch-module--search-box--tX07k .sirius-cascader-menu-item:nth-child(2n) {
  background: #f6f7fa;
}
.forwadersearch-module--search-box-init--fQ9Ax {
  margin-bottom: 12px;
}
.forwadersearch-module--search-box-init--fQ9Ax .ant-row.ant-form-item .ant-form-item-label label {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh {
  row-gap: 16px;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form-hide--zyjMw .forwadersearch-module--countrySelect--Q4nVb,
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form-hide--zyjMw .forwadersearch-module--relationCountrySelect--xYy4i,
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form-hide--zyjMw .forwadersearch-module--containsExpress--amKnm,
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form-hide--zyjMw .forwadersearch-module--viewStatus--HUCMr,
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form-hide--zyjMw .forwadersearch-module--divider--zCbW\+ {
  display: none;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form-list--9f0\+y .forwadersearch-module--searchHistory--z\+aWP {
  display: none;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--divider--zCbW\+ {
  width: 100%;
  border-top: dashed 1px #e1e3e8;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--compactItem--B4FQ0 {
  width: 66.6%;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--compactItem--B4FQ0 .forwadersearch-module--compactGroup--ulwFB {
  display: flex;
  border-radius: 4px;
  border: 1px solid;
  border-color: #e1e3e8;
  border-color: var(--Line-3, #e1e3e8);
  height: 32px;
  overflow: hidden;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--compactItem--B4FQ0 .forwadersearch-module--compactGroup--ulwFB:hover {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--compactItem--B4FQ0 .forwadersearch-module--compactGroup--ulwFB .ant-select-selector {
  border-radius: 4px 0 0 4px;
  border: none;
  box-shadow: none;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--compactItem--B4FQ0 .forwadersearch-module--searchType--DPpWG .ant-select-selector {
  border-radius: 4px 0 0 4px;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--compactItem--B4FQ0 .forwadersearch-module--portSelect--fA5RU {
  flex-grow: 1;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--compactItem--B4FQ0 .forwadersearch-module--portSplit--nP-2N {
  border: none;
  text-align: center;
  padding: 0;
  background: #fff;
  width: 10px;
  cursor: default;
  pointer-events: none;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--select--EmR6Y {
  width: 33.3%;
  padding-right: 0;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--select--EmR6Y .sirius-cascader-select {
  width: 100%;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--airLine--yuy5q .ant-select-selector {
  border-radius: 0 4px 4px 0;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--firstPort--iUDLt {
  width: calc((100% - 80px) / 2);
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--firstPort--iUDLt .ant-select-selector {
  border-radius: 0;
  border-right-width: 0;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--secondPort--RU1zH {
  width: calc((100% - 80px) / 2);
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--secondPort--RU1zH .ant-select-selector {
  border-radius: 0 4px 4px 0;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--peerItem--1C9wt {
  width: calc((100% - 76px) * 0.63) !important;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--peerItem-s--aZMDD {
  width: 33.3%;
  padding-right: 1px !important;
}
.forwadersearch-module--search-box--tX07k .forwadersearch-module--form--6oSkh .forwadersearch-module--peerItem-s-init--kRvJm {
  width: calc((100% - 76px) * 0.37);
}

.forwadersearch-module--forwardIcon--AeY5i .sirius-icon {
  display: flex !important;
  align-items: center;
}

.forwadersearch-module--itemBox--JfS1o {
  display: flex;
  width: 66.6%;
}
.forwadersearch-module--itemBox--JfS1o .forwadersearch-module--keywordInput--58wsX {
  width: 78%;
}

.forwadersearch-module--searchHistory--z\+aWP {
  width: 66.6%;
}

.forwadersearch-module--countrySelect--Q4nVb,
.forwadersearch-module--relationCountrySelect--xYy4i,
.forwadersearch-module--containsExpress--amKnm {
  width: 33.3%;
}

.forwadersearch-module--countrySelect--Q4nVb .ant-form-item-control {
  max-width: calc(100% - 70px);
}

.forwadersearch-module--countryPeers--4ZQ2A {
  width: auto !important;
  max-width: 33.3%;
}

.forwadersearch-module--viewStatus--HUCMr {
  width: 50%;
}

.forwadersearch-module--viewStatusPeers--5zMcB {
  width: auto;
}

.forwadersearch-module--formOp--jCbbZ {
  display: flex;
  width: 33.3%;
  margin-left: auto;
  align-items: center;
  justify-content: flex-end;
}
.forwadersearch-module--formOp--jCbbZ .forwadersearch-module--formHidden--IExOY {
  margin-left: 16px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}

.forwadersearch-module--label-flex--X4w2W {
  display: flex;
  column-gap: 10px;
}

.forwadersearch-module--not-viewed--TqPfD {
  position: relative;
}
.forwadersearch-module--not-viewed--TqPfD::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  right: -6px;
  border-radius: 50%;
  background: #df3e31;
}

.forwadersearch-module--airLineItem--hkwak {
  display: flex;
  align-items: center;
}

.forwadersearch-module--airLineTag--Up\+It {
  border-radius: 2px;
  background-color: #fe5b4c;
  color: #fff;
  padding: 1px 2px;
  font-size: 10px;
  line-height: 12px;
  margin-left: 8px;
}
.countrySelectModal-module--modal--dMRdx .ant-modal-header {
  border-bottom: none;
}
.countrySelectModal-module--modal--dMRdx .ant-modal-body {
  padding-top: 0;
  padding-bottom: 0;
}

.countrySelectModal-module--countrySelectStyle--3LGLc .ant-select-selection-overflow-item {
  max-width: none !important;
}

.countrySelectModal-module--follow-title--YxY1J {
  margin-bottom: 8px;
}
.countrySelectModal-module--follow-title--YxY1J .countrySelectModal-module--tail--XgsRt {
  float: right;
  display: flex;
  align-items: center;
}
.countrySelectModal-module--follow-title--YxY1J .countrySelectModal-module--tail--XgsRt .countrySelectModal-module--addCou--TV4-g {
  display: flex;
  align-items: center;
}
.countrySelectModal-module--follow-title--YxY1J .countrySelectModal-module--tail--XgsRt .countrySelectModal-module--addCou--TV4-g > svg {
  margin-right: 8px;
}
.countrySelectModal-module--follow-title--YxY1J .countrySelectModal-module--tail--XgsRt > div {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  opacity: 0.9;
  cursor: pointer;
}
.countrySelectModal-module--follow-title--YxY1J .countrySelectModal-module--tail--XgsRt > div:first-child {
  margin-right: 24px;
}

.countrySelectModal-module--searchInput--Oc2nh {
  background: #f9fafb;
  border-radius: 2px;
  border: none !important;
  height: 44px;
  line-height: 44px;
}
.countrySelectModal-module--searchInput--Oc2nh input {
  background: #f9fafb;
}
.countrySelectModal-module--searchInput--Oc2nh input::placeholder {
  font-weight: normal;
}

.countrySelectModal-module--hideSelectDropdown--fGzTo {
  display: none;
}

.countrySelectModal-module--modalContent--Ab5me {
  height: 526px;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
}
.countrySelectModal-module--modalContent--Ab5me .countrySelectModal-module--selectedBox--HJXQm {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
}
.countrySelectModal-module--modalContent--Ab5me .countrySelectModal-module--selectedBox--HJXQm .countrySelectModal-module--selectedTitleBox--AySrQ {
  display: flex;
  align-items: baseline;
  color: #4c6aff;
  margin-bottom: 24px;
}
.countrySelectModal-module--modalContent--Ab5me .countrySelectModal-module--selectedBox--HJXQm .countrySelectModal-module--selectedTitleBox--AySrQ .countrySelectModal-module--selectedTitleText--htfzF {
  text-wrap: nowrap !important;
}
.countrySelectModal-module--modalContent--Ab5me .countrySelectModal-module--selectedBox--HJXQm .countrySelectModal-module--selectedTitleBox--AySrQ .countrySelectModal-module--selectedItemBox---MfQi {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.countrySelectModal-module--modalContent--Ab5me .countrySelectModal-module--selectedBox--HJXQm .countrySelectModal-module--selectedTitleBox--AySrQ .countrySelectModal-module--selectedItemBox---MfQi .countrySelectModal-module--selectedItem--sj-Lt {
  padding: 2px 6px;
  border-radius: 2px;
  background: #eff2ff;
  background: var(--Brand-2, #eff2ff);
  display: flex;
  align-items: center;
}
.countrySelectModal-module--modalContent--Ab5me .countrySelectModal-module--selectedBox--HJXQm .countrySelectModal-module--selectedTitleBox--AySrQ .countrySelectModal-module--selectedItemBox---MfQi .countrySelectModal-module--selectedItem--sj-Lt .countrySelectModal-module--closeIcon--49638 {
  color: #4c6aff;
  cursor: pointer;
  margin-top: 5px;
}
.countrySelectModal-module--modalContent--Ab5me .countrySelectModal-module--selectedBox--HJXQm .countrySelectModal-module--selectedTitleBox--AySrQ .countrySelectModal-module--selectedItemBox---MfQi .countrySelectModal-module--selectedItem--sj-Lt .countrySelectModal-module--icon--YysNB {
  width: 12px;
  margin-left: 4px;
}
.countrySelectModal-module--modalContent--Ab5me .countrySelectModal-module--continentContent--dPgcf {
  display: flex;
}
.countrySelectModal-module--modalContent--Ab5me .countrySelectModal-module--continentContent--dPgcf .countrySelectModal-module--continentContentLeft--jMJ8J {
  width: 130px;
  padding-right: 16px;
  border-right: 1px solid #ebedf2;
}
.countrySelectModal-module--modalContent--Ab5me .countrySelectModal-module--continentContent--dPgcf .countrySelectModal-module--continentContentLeft--jMJ8J .countrySelectModal-module--checkStyle--ygObk {
  display: flex;
  padding: 12px 16px;
  cursor: pointer;
}
.countrySelectModal-module--modalContent--Ab5me .countrySelectModal-module--continentContent--dPgcf .countrySelectModal-module--continentContentLeft--jMJ8J .countrySelectModal-module--checkedBox--err1R {
  border-radius: 4px;
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  color: #4c6aff;
}
.countrySelectModal-module--modalContent--Ab5me .countrySelectModal-module--continentContent--dPgcf .countrySelectModal-module--continentContentRight--Cf0a5 {
  flex: 1 1;
  padding: 0 0 0 20px;
}

.countrySelectModal-module--selectedTitleText--htfzF {
  flex: 0 0 auto;
  text-wrap: nowrap !important;
}

.countrySelectModal-module--itemList--vr6H- .countrySelectModal-module--item--oio8c {
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  background: #f9fafb;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  align-items: center;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
}
.countrySelectModal-module--itemList--vr6H- .countrySelectModal-module--item--oio8c:not(.countrySelectModal-module--item-select--6PB1l):hover {
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
}
.countrySelectModal-module--itemList--vr6H- .countrySelectModal-module--item-select--6PB1l {
  background: #4c6aff;
  background: var(--Avatar-6, #4c6aff);
  color: #ffffff;
}
.countrySelectModal-module--itemList--vr6H- .countrySelectModal-module--item--oio8c .countrySelectModal-module--name--8M9Jk {
  width: 93px;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.countrySelectModal-module--itemList--vr6H- .countrySelectModal-module--item--oio8c i {
  display: block;
  width: 20px;
  height: 14px;
  margin-left: 8px;
  margin-right: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.countrySelectModal-module--itemList--vr6H- .countrySelectModal-module--item--oio8c i.countrySelectModal-module--universal--bLihe {
  background-image: url(/static/universal.da9249a3.svg);
  background-color: #f9fafb;
}
.countrySelectModal-module--itemList--vr6H- .countrySelectModal-module--item--oio8c .countrySelectModal-module--closeIcon--49638 {
  position: absolute;
  height: 24px;
  right: 4px;
  text-align: center;
  line-height: 38px;
  color: #3f465c;
}
.countrySelectModal-module--itemList--vr6H- .countrySelectModal-module--item--oio8c .countrySelectModal-module--closeIconW--grQEo {
  color: #fff;
}
.countrySelectModal-module--itemList--vr6H- .countrySelectModal-module--item--oio8c .countrySelectModal-module--icon--YysNB {
  line-height: 38px;
}

.countrySelectModal-module--tooltipStyle--3g4ti {
  font-size: 12px;
  max-width: none;
  z-index: 10 !important;
}
.countrySelectModal-module--tooltipStyle--3g4ti .countrySelectModal-module--navigateStyle---3o9b {
  margin-left: 24px;
  color: #4c6aff;
  cursor: pointer;
}
.countrySelectModal-module--tooltipStyle--3g4ti .countrySelectModal-module--tipsIconStyle--jQs5e {
  margin-left: 14px;
  cursor: pointer;
}
.countrySelectModal-module--tooltipStyle--3g4ti .ant-tooltip-inner {
  padding: 8px 12px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
}

.countrySelectModal-module--modalFooter--aXSg3 {
  padding: 10px 0px 18px;
  text-align: right;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.countrySelectModal-module--modalFooter--aXSg3 .countrySelectModal-module--flexBox--TzTDD {
  display: flex;
  align-items: center;
}

.countrySelectModal-module--tail--XgsRt {
  margin-bottom: 18px;
}
.countrySelectModal-module--tail--XgsRt .countrySelectModal-module--addCou--TV4-g {
  display: flex;
  align-items: center;
}
.countrySelectModal-module--tail--XgsRt .countrySelectModal-module--addCou--TV4-g > svg {
  margin-right: 8px;
}
.countrySelectModal-module--tail--XgsRt > div {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  opacity: 0.9;
  cursor: pointer;
}
.countrySelectModal-module--tail--XgsRt > div:first-child {
  margin-right: 24px;
}
@charset "UTF-8";
.editFollowModal-module--nation-modal--e2sDI .editFollowModal-module--item--mLS\+z {
  display: flex;
  align-items: center;
}
.editFollowModal-module--nation-modal--e2sDI .editFollowModal-module--item--mLS\+z .editFollowModal-module--selected--HV4dA {
  width: 63px;
  display: inline-block;
}
.editFollowModal-module--nation-modal--e2sDI .editFollowModal-module--item--mLS\+z .editFollowModal-module--nationArea--A\+XUT {
  display: flex;
  flex-wrap: wrap;
}
.editFollowModal-module--nation-modal--e2sDI .editFollowModal-module--item--mLS\+z .ant-tag {
  width: 122px;
  background-color: #f4f6f7;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 16px;
  /* 边距懒得算，css函数代替 */
}
.editFollowModal-module--nation-modal--e2sDI .editFollowModal-module--item--mLS\+z .ant-tag .ant-tag-close-icon {
  font-size: 12px;
  line-height: 1px;
}
.editFollowModal-module--nation-modal--e2sDI .editFollowModal-module--item--mLS\+z .ant-tag:nth-child(3n) {
  margin-right: 0;
}
.editFollowModal-module--nation-modal--e2sDI .ant-modal-footer {
  border-top-width: 0;
}
.editFollowModal-module--nation-modal--e2sDI .ant-modal-header {
  border-bottom-width: 0;
}
.editFollowModal-module--nation-modal--e2sDI .ant-modal-footer {
  padding: 14px 24px;
}
.editFollowModal-module--nation-modal--e2sDI .ant-modal-footer .ant-btn {
  background-color: #f0f3f5;
  border-radius: 4px;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  border: none;
}
.editFollowModal-module--nation-modal--e2sDI .ant-modal-footer .ant-btn.ant-btn-primary {
  background-color: #4c6aff;
  background-color: var(--Avatar-6, #4c6aff);
  border-radius: 4px;
  color: #fff;
}
.nationModal-module--nation-modal--UnPCi .nationModal-module--item--9oe3Z {
  display: flex;
  align-items: center;
}
.nationModal-module--nation-modal--UnPCi .nationModal-module--item--9oe3Z .nationModal-module--selected--AGOzj {
  width: 63px;
  display: inline-block;
}
.nationModal-module--nation-modal--UnPCi .nationModal-module--item--9oe3Z .nationModal-module--nationArea--xLDQl {
  width: 265px;
  margin-left: 7px;
}
.nationModal-module--nation-modal--UnPCi .nationModal-module--item--9oe3Z .ant-tag {
  background-color: #f4f6f7;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
}
.nationModal-module--nation-modal--UnPCi .nationModal-module--item--9oe3Z .ant-tag .ant-tag-close-icon {
  font-size: 12px;
}
.nationModal-module--nation-modal--UnPCi .ant-modal-footer {
  border-top-width: 0;
}
.nationModal-module--nation-modal--UnPCi .ant-modal-header {
  border-bottom-width: 0;
}
.nationModal-module--nation-modal--UnPCi .ant-modal-footer {
  padding: 14px 24px;
}
.nationModal-module--nation-modal--UnPCi .ant-modal-footer .ant-btn {
  background-color: #f0f3f5;
  border-radius: 4px;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  border: none;
}
.nationModal-module--nation-modal--UnPCi .ant-modal-footer .ant-btn.ant-btn-primary {
  background-color: #4c6aff;
  background-color: var(--Avatar-6, #4c6aff);
  border-radius: 4px;
  color: #fff;
}
.remoteselect-module--label-flex---cKz9 {
  display: inline-flex;
  column-gap: 10px;
}
.remoteselect-module--label-flex---cKz9 .remoteselect-module--text--O9Mjs {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.remoteselect-module--label-flex---cKz9 .remoteselect-module--num--ZmQqD {
  margin-left: auto;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.remoteselect-module--label-flex---cKz9 .remoteselect-module--tipText--y2iaW {
  font-size: 12px;
  color: #747a8c;
}
.remoteselect-module--label-flex---cKz9 .remoteselect-module--disabled--8fRKZ {
  color: #b7bac2;
}
.historytaglist-module--tagList--pl6cH {
  display: inline-flex;
  column-gap: 12px;
}
.historytaglist-module--tagList--pl6cH .historytaglist-module--tag--akGpO {
  line-height: 16px;
  display: flex;
  line-height: 16px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  border-radius: 4px;
  max-width: 100px;
  position: relative;
}
.historytaglist-module--tagList--pl6cH .historytaglist-module--tag--akGpO .historytaglist-module--close--FaAZC {
  width: 16px;
  height: 16px;
  display: none;
  position: absolute;
  right: 6px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.historytaglist-module--tagList--pl6cH .historytaglist-module--tag--akGpO:hover {
  cursor: pointer;
}
.historytaglist-module--tagList--pl6cH .historytaglist-module--tag--akGpO:hover .historytaglist-module--close--FaAZC {
  display: block !important;
}
.cncompanyalert-module--tableTip--yR4ED {
  border: none;
  color: #272e47;
  color: var(--Text-5, #272e47);
  border-radius: 4px;
  background-color: #f2f7fe;
  background-color: var(--Link-1, #f2f7fe);
  width: 100%;
}
.cncompanyalert-module--tableTip--yR4ED .ant-alert-icon {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.cncompanyalert-module--tableTip--yR4ED .ant-alert-message {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.searchtab-module--search-tab--c5776 .ant-tabs-nav {
  margin-bottom: 12px;
}
.searchtab-module--search-tab--c5776 .ant-tabs-tab-active {
  background-color: #4c6aff !important;
  background-color: var(--Brand-6, #4c6aff) !important;
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
}
.searchtab-module--search-tab--c5776 .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #ffffff !important;
}
.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;
}
.supplier-module--base-info--NVbTl {
  padding: 12px 20px;
}
.supplier-module--base-info--NVbTl .supplier-module--box--yz4pC {
  display: flex;
  gap: 12px;
  justify-content: space-around;
  margin-bottom: 20px;
}
.supplier-module--base-info--NVbTl .supplier-module--link--CccNF {
  color: #386ee7;
  cursor: pointer;
}
.supplier-module--base-info--NVbTl .ant-table-column-sorter-up.active,
.supplier-module--base-info--NVbTl .ant-table-column-sorter-down.active {
  color: #1890ff !important;
}

.supplier-module--link--CccNF {
  color: #386ee7;
  cursor: pointer;
}

.supplier-module--freight-search--nPxQo {
  padding-top: 16px;
}

.supplier-module--supplier-seaerch--LYVw7 {
  padding-top: 16px;
  width: calc(100% - 220px);
}

.supplier-module--tableStyle--otsgQ .ant-table-thead > tr > th {
  padding: 12px 10px;
}
.customs-scroll-box {
  position: fixed;
  z-index: 10;
  bottom: 4px;
  height: 12px;
  background-color: transparent;
}

.customs-scroll-tool {
  position: absolute;
  width: 100%;
  left: 0;
  top: 2px;
  background-color: #e1e6ed;
  border-radius: 4px;
  height: 8px;
}

.cutoms-hide-scroll::-webkit-scrollbar {
  display: none !important;
}
.recordsModal-module--modal-wrap--U1DyG .ant-modal-header {
  box-sizing: border-box;
  height: 44px;
  padding: 11px 24px;
}
.recordsModal-module--modal-wrap--U1DyG .ant-modal-close-x {
  height: 44px;
  line-height: 44px;
}
.recordsModal-module--modal-wrap--U1DyG .ant-select-selector {
  border: 1px solid #d9d9d9 !important;
}
.recordsModal-module--modal-wrap--U1DyG .ant-upload-list-item-name {
  max-width: 300px;
}
.recordsModal-module--modal-wrap--U1DyG .ant-modal-content {
  border-radius: 6px;
}
.recordsModal-module--modal-wrap--U1DyG .recordsModal-module--modal-content--75kVL {
  height: 100%;
}
.recordsModal-module--modal-wrap--U1DyG .recordsModal-module--modal-content--75kVL .ant-table {
  height: 250px !important;
  overflow: scroll !important;
}
.recordsModal-module--modal-wrap--U1DyG .recordsModal-module--modal-content--75kVL .recordsModal-module--list-item--cgLOm {
  padding-top: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #51555c;
}
.recordsModal-module--modal-wrap--U1DyG .recordsModal-module--modal-content--75kVL .recordsModal-module--empty--zpY7p {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.levelDrawer-module--level-drawer--r4IU0 .ant-drawer-content-wrapper {
  box-shadow: none !important;
}
.infoBox-module--box--vrn2g {
  padding: 10px 12px;
  border-radius: 4px;
  box-sizing: border-box;
  width: 25%;
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.infoBox-module--box--vrn2g .infoBox-module--header--5iCW7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 20px;
}
.infoBox-module--box--vrn2g .infoBox-module--title--yhJ\+I {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.infoBox-module--box--vrn2g .infoBox-module--nums--HizLJ {
  font-weight: 500;
  color: #272e47;
  color: var(--Text-5, #272e47);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  max-width: calc(100% - 72px);
}
.infoBox-module--box--vrn2g .infoBox-module--width3--n0N3P {
  max-width: calc(100% - 84px);
}
.infoBox-module--box--vrn2g .infoBox-module--link--kWBqp {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.infoBox-module--box--vrn2g .infoBox-module--number--FQWZS {
  font-family: "DIN Alternate";
}

.infoBox-module--hover--fqNMv:hover {
  background: #f0f2f7;
  background: var(--fill-25-hover, #f0f2f7);
}

.infoBox-module--bg-color0--Hlzz9 {
  background: rgba(107, 169, 255, 0.1);
}

.infoBox-module--bg-color1--plwOP {
  background: rgba(141, 214, 188, 0.1);
}
.infoBox-module--bg-color1--plwOP .ant-select-selector {
  background-color: #f4fbf8 !important;
}

.infoBox-module--bg-color2--Vop\+H {
  background: rgba(247, 168, 124, 0.1);
}
.infoBox-module--bg-color2--Vop\+H .ant-select-selector {
  background-color: #fef6f2 !important;
}

.infoBox-module--bg-color3--8x8P\+ {
  background: rgba(255, 170, 0, 0.1);
}
.baseInfo-module--base-info--8tpW7 .baseInfo-module--box--H1Ngt {
  display: flex;
  gap: 12px;
  justify-content: space-around;
  margin-bottom: 20px;
}
.baseInfo-module--base-info--8tpW7 .baseInfo-module--label-color--RTSZA {
  color: #7a8599;
}
.baseInfo-module--base-info--8tpW7 .baseInfo-module--link--2tFOm {
  color: #386ee7;
  cursor: pointer;
}
.baseInfo-module--base-info--8tpW7 .baseInfo-module--dig-box--jyTAQ {
  margin-top: 16px;
  width: 100%;
  justify-content: space-between;
  display: inline-flex;
  align-items: center;
  padding: 0px 20px;
  gap: 12px;
  height: 46px;
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  border-radius: 4px;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
}
.baseInfo-module--base-info--8tpW7 .baseInfo-module--dig-btn--FpRn6 {
  padding: 0px 8px;
  height: 22px;
  background: #4c6aff;
  background: var(--Avatar-6, #4c6aff);
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
}
.baseInfo-module--base-info--8tpW7 .baseInfo-module--warning_text--ZWZll {
  display: flex;
  align-items: center;
  color: #747a8c;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 16px;
}
.freight-module--customs-freight--w21uu {
  padding: 16px;
}
.freight-module--customs-freight--w21uu .customs-scroll-box {
  position: absolute;
  left: 0px !important;
  bottom: 4px !important;
}
.freight-module--customs-freight--w21uu .ant-table-thead th {
  border-bottom: 1px solid rgba(38, 42, 51, 0.08) !important;
}
.freight-module--customs-freight--w21uu .freight-edm-table .ant-table {
  border-radius: 0px;
  border: none;
}
.freight-module--customs-freight--w21uu .ant-table-expanded-row-fixed {
  min-height: 200px;
}
.freight-module--customs-freight--w21uu .ant-table-column-sorter-up.active,
.freight-module--customs-freight--w21uu .ant-table-column-sorter-down.active {
  color: #1890ff !important;
}

.freight-module--echar-content--08goU {
  height: 360px;
  margin-bottom: 12px;
}
.freight-module--echar-content--08goU .ant-tabs-nav {
  margin-bottom: 0 !important;
}
.freight-module--echar-country--jvV6c {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #272e47;
}
.freight-module--echar-header--o7D8u {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.freight-module--echar-time--0-WWW {
  display: flex;
  gap: 12px;
  align-items: center;
}

.freight-module--tip--03\+Kt {
  width: 262px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
  padding: 16px;
}
.freight-module--tip--03\+Kt .ant-table-tbody > tr > td {
  padding: 12px 16px !important;
}
.freight-module--tip--03\+Kt .ant-table-container table > thead > tr th {
  padding: 12px 16px !important;
}
.freight-module--tip-header--pAPTv {
  display: flex;
  align-items: center;
  gap: 12px;
}
.freight-module--tip-name--AdqZT {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.freight-module--tip-precent--\+3zP2 {
  flex: 1 1;
  text-align: right;
}
.freight-module--tip-flag--u8BHa {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.freight-module--tip-value--Y2kMg {
  flex: 1 1;
  text-align: right;
}
.freight-module--tip--03\+Kt header {
  font-weight: 500;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 12px;
}

.freight-module--link--OMml6 {
  cursor: pointer;
  color: #386ee7;
}

.freight-module--normal--DaDcW {
  cursor: default;
  color: #262a33;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.tradeEchars-module--echars--3WI\+z {
  margin-top: 32px;
}
.tradeEchars-module--echars-header--fslU3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.tradeEchars-module--echars-title--oJqzS {
  font-weight: 500;
  color: #272e47;
  color: var(--Text-5, #272e47);
  gap: 12px;
  display: flex;
}
.tradeEchars-module--echars-tips--xz1HT {
  font-size: 12px;
  margin-left: 8px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-weight: normal;
}
.tradeEchars-module--echars-content--uS9Ce {
  height: 206px;
}
.tradeEchars-module--echars--3WI\+z global .tradeEchars-module--ant-table-wrappe--x2d-y {
  margin-top: 12px;
}
.tradeEchars-module--echars--3WI\+z global .tradeEchars-module--ant-tabs-nav--M36qv {
  margin: 0;
}
.tradeEchars-module--echars-rank--iweJp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tradeEchars-module--echars-pro---6OiS {
  width: 44%;
  padding: 24px 0 0px 56px;
  height: 234px;
}
.tradeEchars-module--echars-pro-item--H433X {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.tradeEchars-module--echars-pro-index--LZL0W {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  padding: 0 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.tradeEchars-module--echars-pro-first--8Mg0J {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  color: #fff;
}
.tradeEchars-module--echars-pro-second--5zpad {
  background-color: #00ccaa;
  background-color: var(--Avatar-2, #00ccaa);
  color: #fff;
}
.tradeEchars-module--echars-pro-third--2BI1U {
  background-color: #ffb54c;
  background-color: var(--Warning-6, #ffb54c);
  color: #fff;
}
.tradeEchars-module--echars-pro-precent--c-AzK {
  color: #4c6aff;
}
.tradeEchars-module--echars-rand-select--Qgm08 {
  display: flex;
  width: 272px;
  align-items: center;
  justify-content: space-between;
  color: #747a8c;
}
.tradeEchars-module--echars-category--hhdmg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tradeEchars-module--echars-part--TyrWY {
  width: 49%;
  height: 340px;
  padding: 16px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.tradeEchars-module--echars-table--CpYv6 {
  margin-top: 8px;
}
.tradeEchars-module--echars--3WI\+z .ant-tabs-nav {
  margin-bottom: 0 !important;
}
.tradeEchars-module--echars--3WI\+z .ant-table-thead tr th {
  background-color: #f8f9fa !important;
  background-color: var(--Fill-1, #f8f9fa) !important;
  color: #272e47 !important;
  color: var(--Text-5, #272e47) !important;
}
.tradeEchars-module--echars--3WI\+z .ant-tabs-nav-wrap {
  margin-right: 0 !important;
}
.tradeEchars-module--echars--3WI\+z .ant-table-tbody tr:hover {
  background-color: #f6f7fa !important;
}
.tradeEchars-module--echars--3WI\+z .ant-table-tbody tr td {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.tradeEchars-module--echars--3WI\+z .ant-table-tbody .odd:hover {
  background-color: #f6f7fa !important;
}
.tradeEchars-module--echars-t-part--OWF8z {
  display: flex;
  align-items: center;
}
.tradeEchars-module--echars-tips--xz1HT {
  width: calc(100% - 108px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tradeEchars-module--market--mKqnC {
  margin-top: 12px;
}
.tradeEchars-module--market--mKqnC header {
  text-align: center;
  color: var(var(--Text-5, #272e47));
  font-weight: 500;
  margin-bottom: 8px;
}
.tradeEchars-module--market-content--hGDpN {
  display: flex;
  align-items: center;
}
.tradeEchars-module--market-part--W1aJB {
  width: 33.3%;
  padding-right: 8px;
}
.tradeEchars-module--market-main--K81oT {
  padding: 12px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  font-size: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 4px;
}
.tradeEchars-module--market-main--K81oT p {
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin: 0;
}
.tradeEchars-module--market-main--K81oT span {
  font-size: 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}

.tradeEchars-module--keyCloud--iDANy {
  width: 538;
  text-align: "center";
  margin: "0 auto";
}

.tradeEchars-module--echarsTab--SRKTt {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.tradeEchars-module--echarsTab--SRKTt .ant-tabs-nav {
  margin-bottom: 0;
}
.tradeEchars-module--echarsTab--SRKTt .ant-tabs-nav-wrap {
  margin-right: 0 !important;
}

.tradeEchars-module--customsTab--GqpDx {
  margin: 0 0 0 -16px !important;
}
.tradeEchars-module--customsTab--GqpDx .ant-tabs-nav {
  margin-bottom: 0 !important;
}
.tradeEchars-module--customsTab--GqpDx .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
  font-weight: normal !important;
}

.tradeEchars-module--pagination--mgHwl {
  margin-top: 16px;
  text-align: right;
}

.tradeEchars-module--emptyContent--1bPtR {
  padding: 40px 0;
}
.tradeEchars-module--emptyContent--1bPtR .tradeEchars-module--empty--CPvy3 .ant-empty-image {
  height: 130px;
  height: auto;
}
.tradeEchars-module--emptyContent--1bPtR .tradeEchars-module--empty--CPvy3 .ant-empty-description {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-size: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin: 8px 0 8px 0;
}
.tradeEchars-module--emptyContent--1bPtR .tradeEchars-module--empty--CPvy3 .ant-empty-footer {
  display: flex;
  justify-content: center;
}
.tradeEchars-module--emptyContent--1bPtR .tradeEchars-module--emptyimg--sLrv\+ {
  background-size: 100% 100%;
  width: 68px;
  height: 68px;
  display: block;
  margin: 0 auto;
}
.tradeEchars-module--emptyContent--1bPtR .tradeEchars-module--descExtra--hWkIJ {
  max-width: 504px;
  margin: 0 auto;
  color: #747a8c;
  color: var(----Text-3, #747a8c);
  font-size: 12px;
  font-family: "PingFang SC";
  text-align: center;
}
.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;
}
@charset "UTF-8";
.globalSearch-module--container--5-\+X9 {
  min-width: 862px;
  min-height: auto;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.globalSearch-module--container--5-\+X9 .globalSearch-module--countup--RJLV\+ {
  margin-top: 16px;
}
.globalSearch-module--container-list---Wjby {
  padding: 0 16px 16px;
}
.globalSearch-module--container-auto--NCyu- {
  min-height: 100%;
}
.globalSearch-module--container--5-\+X9 .globalSearch-module--header--CuRXJ {
  background: url(/static/globalsearch-top2-102ca8ea2da9aa73c050f79e449be002.png) center center no-repeat;
  background-size: 1220px 390px;
  background-color: #272d4d;
  height: 390px;
  position: relative;
}
.globalSearch-module--container--5-\+X9 .globalSearch-module--header--CuRXJ .globalSearch-module--headerInner--mOYCx {
  max-width: 1014px;
  padding: 0 90px;
  margin: 0 auto;
}
.globalSearch-module--container--5-\+X9 .globalSearch-module--header--CuRXJ .globalSearch-module--textWrap--N2rAP {
  padding-top: 80px;
  text-align: center;
  padding-bottom: 48px;
}
.globalSearch-module--container--5-\+X9 .globalSearch-module--header--CuRXJ .globalSearch-module--textWrap--N2rAP h1 {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  /* identical to box height, or 138% */
  color: #ffffff;
  margin-bottom: 16px;
}
.globalSearch-module--container--5-\+X9 .globalSearch-module--header--CuRXJ .globalSearch-module--introWrapper--xQLu0 {
  display: flex;
  justify-content: center;
  gap: 36px;
}
.globalSearch-module--container--5-\+X9 .globalSearch-module--header--CuRXJ .globalSearch-module--introWrapper--xQLu0 .globalSearch-module--introItem--iVc4n {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  color: #ffffff;
  display: flex;
  align-items: center;
}
.globalSearch-module--container--5-\+X9 .globalSearch-module--header--CuRXJ .globalSearch-module--introWrapper--xQLu0 .globalSearch-module--introItem--iVc4n .globalSearch-module--introText--1b48O {
  padding-left: 8px;
}

.globalSearch-module--containerLink--SsP1O {
  min-width: 862px;
  background: #f6f7fa;
}
.globalSearch-module--containerLink-content--RcHlJ {
  max-width: 1014px;
  padding: 12px 90px 0;
  margin: 0 auto;
}

.globalSearch-module--customer--d8L2Y {
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.globalSearch-module--customer--d8L2Y::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.globalSearch-module--customer--d8L2Y::-webkit-scrollbar-track {
  border-radius: 6px;
}
.globalSearch-module--customer--d8L2Y::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(38, 42, 51, 0.3);
  padding: 4px;
}

.globalSearch-module--search-result-name--dVSpo {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.globalSearch-module--search-result-name--dVSpo em {
  font-style: normal;
  color: #f77c7c;
}

.globalSearch-module--result-container--ZxiS3 {
  background: #ffffff;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  margin-top: 12px;
  border-radius: 4px;
  padding: 0 16px 16px;
}
.globalSearch-module--result-container--ZxiS3 .globalSearch-module--summary--DibLD {
  margin: 16px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #7a8599;
}
.globalSearch-module--result-container--ZxiS3 .globalSearch-module--toolbar--tlHEY {
  margin-bottom: 16px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
}
.globalSearch-module--result-container--ZxiS3 .globalSearch-module--toolbar--tlHEY .globalSearch-module--dropBtn--oX1aG {
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
}
.globalSearch-module--result-container--ZxiS3 .globalSearch-module--toolbar--tlHEY .globalSearch-module--marketGroup--Qkwmn {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.globalSearch-module--result-container--ZxiS3 .globalSearch-module--toolbar--tlHEY .globalSearch-module--marketGroup--Qkwmn .globalSearch-module--block-action--Ja3Ih {
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  background-color: #4c6aff;
  background-color: var(--Avatar-6, #4c6aff);
  padding: 4px 12.5px;
  border: none;
}

.globalSearch-module--result-containers--NtxiS {
  background: #ffffff;
  border-radius: 4px;
  border: none;
  margin: 0;
  padding: 0;
}

.globalSearch-module--rcmd-container--mfnf2 {
  margin-top: 12px;
  background: #ffffff;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 4px;
  padding: 20px;
}

.globalSearch-module--rcmd-container--mfnf2 {
  margin-top: 12px;
  background: #ffffff;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 4px;
  padding: 20px;
}

.globalSearch-module--tow-line-clamp--UX0bw {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  width: 100%;
  line-height: 21px;
}

.globalSearch-module--toggle-expand-icon--tUB\+Y {
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
}

.global-search-table .ant-table-expanded-row .ant-table-cell {
  background: rgba(192, 200, 214, 0.2) !important;
}
.global-search-table .ant-table-thead > tr > th:first {
  padding-left: 24px;
}
.global-search-table .first-col {
  padding-left: 24px !important;
}
.global-search-table th.first-col {
  padding-left: 78px !important;
}

.globalSearch-module--table-expand-content--3UBpW {
  display: flex;
  gap: 16px;
  align-items: center;
}
.globalSearch-module--table-expand-content--3UBpW .globalSearch-module--contact-item--sJlFu {
  flex: 1 1;
  max-width: 300px;
}

.globalSearch-module--contact-item--sJlFu {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 248px;
  height: 110px;
  background: #f4f6f7;
  border-radius: 4px;
  align-items: center;
  padding: 0 36px 0 12px;
}
.globalSearch-module--contact-item--sJlFu:hover {
  box-shadow: 0px 4px 10px rgba(47, 83, 134, 0.1);
}
.globalSearch-module--contact-item--sJlFu .globalSearch-module--contact-item-wrap--FjKS- {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex: 1 1;
  overflow: hidden;
}
.globalSearch-module--contact-item--sJlFu .globalSearch-module--contact-item-line--dSiP- {
  font-size: 12px;
  line-height: 20px;
  color: #7a8599;
  min-width: 0;
  display: flex;
  align-items: center;
}
.globalSearch-module--contact-item--sJlFu .globalSearch-module--contact-item-line--dSiP- svg {
  vertical-align: middle;
  margin-right: 8px;
}
.globalSearch-module--contact-item--sJlFu .globalSearch-module--contact-new-icon--DCHQw {
  background: #fff3e2;
  background: var(--label-4_1, #fff3e2);
  padding: 2px 6px;
  font-size: 12px;
  line-height: 16px;
  color: #cc913d;
  color: var(--label-4_3, #cc913d);
  margin-left: 4px;
  border-radius: 2px;
  font-weight: normal;
}
.globalSearch-module--contact-item--sJlFu .globalSearch-module--avatar--otm3C {
  flex: none;
}
.globalSearch-module--contact-item--sJlFu .globalSearch-module--contact-item-right--EeppW {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.globalSearch-module--contact-item--sJlFu .globalSearch-module--contact-name--8Xgd3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #232d47;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.globalSearch-module--contact-item--sJlFu .globalSearch-module--contact-email--bYNbK {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 190px;
}
.globalSearch-module--contact-item--sJlFu .globalSearch-module--contact-email--bYNbK:hover {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.globalSearch-module--contact-item--sJlFu .globalSearch-module--copy-icon--RgXHu {
  display: none;
  position: absolute;
  bottom: 12px;
  right: 8px;
  padding: 6px;
  line-height: 1;
}
.globalSearch-module--contact-item--sJlFu .globalSearch-module--copy-icon--RgXHu:hover {
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  border-radius: 50%;
}
.globalSearch-module--contact-item--sJlFu:hover .globalSearch-module--copy-icon--RgXHu {
  display: block;
}
.globalSearch-module--contact-item--sJlFu .globalSearch-module--copy-icon--RgXHu svg:hover {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}

.globalSearch-module--more-contact--vG2ka {
  padding-right: 24px;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  cursor: pointer;
}
.globalSearch-module--more-contact--vG2ka:hover {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}

.globalSearch-module--copy-contact-message--Jne0A .ant-message-custom-content {
  display: flex;
  align-items: center;
}
.globalSearch-module--copy-contact-message--Jne0A .ant-message-custom-content svg {
  flex: none;
}

.globalSearch-module--select-in-search-input--c6Qx8 .ant-select-selector {
  border: none !important;
  font-size: 14px !important;
  color: #232d47 !important;
}

.globalSearch-module--filter-wrapper--FMAHQ {
  margin-top: 12px;
  background: #ffffff;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 4px;
  padding: 16px;
}

.globalSearch-module--filter-contact--JvCb3 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 12px;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--filter-group--Olbh6 {
  display: flex;
  align-items: baseline;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--filter-group--Olbh6 .globalSearch-module--filterCheckBigBox--0zdvX {
  display: flex;
  flex-wrap: wrap;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--filter-group--Olbh6 .globalSearch-module--filterCheckBigBox--0zdvX > .globalSearch-module--filterCheckBox--ep9lV {
  margin-right: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--filter-group--Olbh6 .globalSearch-module--filterCheckBigBox--0zdvX > .globalSearch-module--filterCheckBox--ep9lV .globalSearch-module--filterCheckBoxFlex--K9eHt {
  display: flex;
  align-items: center;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--filter-group--Olbh6 .globalSearch-module--filterCheckBigBox--0zdvX > .globalSearch-module--filterCheckBox--ep9lV .ant-checkbox + span {
  color: #272e47;
  color: var(--Text-5, #272e47);
  padding-left: 6px;
  white-space: nowrap;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--reset-wrapper--1L6Qh {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #4c6aff;
  cursor: pointer;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--reset-icon--KG43g {
  width: 16px;
  height: 16px;
  display: flex;
  margin-right: 4px;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--show-more--o2KN0 {
  margin-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  line-height: 22px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--show-more--o2KN0 .globalSearch-module--icon--Y26r9 {
  width: 16px;
  height: 16px;
  display: flex;
  margin-left: 4px;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--show-more--o2KN0 .globalSearch-module--show-text--e91Y9 {
  display: flex;
  align-items: center;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--label--cDoMa {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  width: 76px;
  margin-right: 24px;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--checkBox--2\+k4Z {
  padding-right: 50px;
  display: flex;
  align-items: center;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--checkBox--2\+k4Z .globalSearch-module--checkboxText--AXvOy {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 14px;
  line-height: 22px;
  padding-right: 18px;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--checkBox--2\+k4Z .ant-switch {
  min-width: 35px;
  height: 20px;
  line-height: 20px;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--checkBox--2\+k4Z .ant-switch .ant-switch-handle {
  width: 16px;
  height: 16px;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--checkBox--2\+k4Z .ant-switch .ant-switch-handle::before {
  border-radius: 8px;
  box-shadow: none;
}
.globalSearch-module--filter-contact--JvCb3 .globalSearch-module--checkBox--2\+k4Z .ant-switch-checked .ant-switch-handle {
  left: calc(100% - 16px - 2px);
}

.globalSearch-module--filter-container--3NIAJ {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
  margin-bottom: 8px;
  row-gap: 40px;
}
.globalSearch-module--filter-container-hideLabel--uyYpU {
  padding-top: 0;
}
.globalSearch-module--filter-container--3NIAJ > div {
  display: flex;
  align-items: center;
}

.globalSearch-module--filterInput--BiwaG {
  display: flex;
  align-items: baseline;
}
.globalSearch-module--filterInput--BiwaG .globalSearch-module--inputLable--E315U {
  color: #272e47;
  color: var(--text-5, #272e47);
  font-family: PingFang SC;
  font-size: 14px;
  margin-right: 8px;
  max-width: 98px;
  display: flex;
  align-items: center;
}

.globalSearch-module--input-number--\+11xm::-webkit-inner-spin-button, .globalSearch-module--input-number--\+11xm::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.globalSearch-module--search-comp--kMrXo {
  width: 100%;
}

.globalSearch-module--search-input-wrapper--RaBrc {
  position: relative;
}
.globalSearch-module--search-input-wrapper-tank--7v8fb {
  padding: 16px;
  background: #fff;
  border: 1px solid #f0f1f5;
  border-radius: 4px;
}

.globalSearch-module--deep-search-contact-res--aoo-Q {
  display: flex;
  align-items: center;
}
.globalSearch-module--deep-search-contact-res--aoo-Q .globalSearch-module--read--crOvo {
  margin-left: 28px;
  margin-right: 34px;
}
.globalSearch-module--deep-search-contact-res--aoo-Q .globalSearch-module--close-icon--6J14K {
  margin-right: 20px;
}

.globalSearch-module--bread--eHYKW {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  padding-top: 16px;
  padding-bottom: 12px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}
.globalSearch-module--bread--eHYKW .ant-breadcrumb-separator {
  margin: 0 4px;
  vertical-align: middle;
}
.globalSearch-module--bread--eHYKW .ant-breadcrumb {
  color: #1d2129;
}
.globalSearch-module--bread--eHYKW .ant-breadcrumb a:hover {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}

.globalSearch-module--message--qnG93 .ant-message-notice-content {
  background: #ffffff !important;
  box-shadow: 0px 4px 10px rgba(47, 83, 134, 0.1) !important;
  border-radius: 4px !important;
  padding: 9px 16px !important;
  color: #232d47 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
}
.globalSearch-module--message--qnG93 .ant-message-notice-content .ant-message-custom-content {
  display: flex;
  align-items: center;
}
.globalSearch-module--message--qnG93 .globalSearch-module--messageText--nPuvQ {
  padding-left: 8px;
}
.globalSearch-module--message--qnG93 .globalSearch-module--messageLink--GgRpn {
  cursor: pointer;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  padding-left: 8px;
}

.globalSearch-module--aiKeyPart--jRnZp {
  position: absolute;
  right: -90px;
  top: 30px;
}

.globalSearch-module--fixPart--TDqxR {
  position: fixed;
  right: 10px;
  top: auto;
  left: auto;
  bottom: 130px;
  height: 80px;
  /* top: 106px; */
  z-index: 1000;
  margin-left: 0;
}

.globalSearch-module--preciseSearch--ZFQ3W {
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.globalSearch-module--historyExtra--Pl4EG .globalSearch-module--historyExtraTitle--xSaBo {
  position: relative;
}

.globalSearch-module--searchTabWrapper--O62Pi {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.globalSearch-module--showTipsWrapper--5eohN {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #545a6e;
}

.globalSearch-module--searchTipsText--GK1EA {
  font-size: 12px;
  line-height: 20px;
  margin-left: 8px;
}

.globalSearch-module--showTipsWrapperLight--eNREK {
  color: #fff;
}

.globalSearch-module--productSearchTips--1WNuc .ant-popover-arrow {
  opacity: 1;
}
.globalSearch-module--productSearchTips--1WNuc .ant-popover-inner {
  padding: 16px;
}
.globalSearch-module--productSearchTips--1WNuc .lx-btn {
  float: right;
  margin-top: 12px;
}
.globalSearch-module--productSearchTips--1WNuc .lx-ui-btn {
  float: right;
  margin-top: 12px;
}

.globalSearch-module--globalFilter--z1Ltf {
  width: 33%;
  padding-right: 24px;
  display: flex;
}

.globalSearch-module--excludeFilter--QsdLF {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-size: 12px;
  padding-left: 64px;
}
@charset "UTF-8";
.translate-module--translate-wrap--rUS4n {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 1px 12px;
  gap: 8px;
  line-height: 20px;
  min-height: 32px;
  /* 品牌色-公用色/Brand-1浅色-白底背景 */
  background: #f2f5ff;
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  color: #7a8599;
  font-size: 12px;
}
.translate-module--translate-wrap--rUS4n .ant-btn-sm {
  height: 24px;
  line-height: 16px;
}
.index-module--table--vPdCr .ant-spin-blur .ant-table-sticky-holder {
  top: 0 !important;
}
.index-module--table--vPdCr .index-module--flexBox--llP5M {
  display: flex;
}
.index-module--table--vPdCr .index-module--detailLeads--gNbdz {
  color: #4c6aff;
  cursor: pointer;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
}
.index-module--table--vPdCr .index-module--tableHeaderOp--Eh4Ox {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 8px;
}
.index-module--table--vPdCr .index-module--tableHeaderOp--Eh4Ox.index-module--isSticky--nwOnk {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  top: 51px;
  background: #fff;
}
.index-module--table--vPdCr .index-module--tableHeaderOp--Eh4Ox .index-module--tools--C1VAA {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.index-module--table--vPdCr .index-module--tableHeaderOp--Eh4Ox .index-module--toolsPage--k-Xf9 {
  margin-left: auto;
}
.index-module--table--vPdCr .index-module--text-overflow--ai34G {
  max-width: 164px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-module--table--vPdCr .index-module--domainStatus--0Hqf2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.index-module--table--vPdCr .ant-table-thead {
  height: 54px;
  border-radius: 4px;
}
.index-module--table--vPdCr .ant-table-thead tr th {
  line-height: 22px;
  font-weight: normal;
}
.index-module--table--vPdCr .ant-table-thead tr th::before {
  display: none;
}
.index-module--table--vPdCr .ant-table-tbody tr {
  cursor: pointer;
}
.index-module--table--vPdCr .ant-table-tbody .ant-table-row .ant-table-cell {
  vertical-align: top;
}
.index-module--table--vPdCr .ant-table-tbody .ant-table-row .ant-table-selection-column label {
  margin-top: 16px;
}
.index-module--table--vPdCr tr .index-module--table-company-name-selected--9pjXC {
  display: none;
}
.index-module--table--vPdCr tr .index-module--table-company-name-selected--9pjXC .sirius-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
}
.index-module--table--vPdCr tr:hover .index-module--table-company-name-selected--9pjXC {
  display: flex;
}
.index-module--table-column--LwUSG {
  padding-top: 4px;
}
.index-module--table-column-num--pRv9u {
  color: #272e47;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
}
.index-module--table-column-num--pRv9u span {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
}
.index-module--table-category--L\+6rV {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6px;
  margin-bottom: 4px;
}
.index-module--table-category-name--kUXMc {
  color: #747a8c;
  font-size: 14px;
  line-height: 22px;
  margin-right: 12px;
}
.index-module--table-merge-company--SOmer {
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  margin-top: 4px;
}
.index-module--table-merge-company--SOmer a {
  color: #4c6aff;
}
.index-module--table-merge-company--SOmer em {
  color: #fe5b4c;
  font-style: normal;
}
.index-module--table-sorter--Z1Z2S .ant-select-selector {
  border-radius: 4px !important;
}
.index-module--table-sorter--Z1Z2S .ant-select-selector:hover {
  border-color: #7088ff !important;
  border-color: var(--Brand-5, #7088ff) !important;
}
.index-module--table-sorter--Z1Z2S .ant-select-clear {
  overflow: hidden;
  border-radius: 50%;
  background-color: #ebedf2 !important;
  background-color: var(--Fill-3, #ebedf2) !important;
}
.index-module--table-sorter--Z1Z2S .sirius-select-front {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.index-module--table-sorter--Z1Z2S .sirius-select-ui-front {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.index-module--table-sorter--Z1Z2S .ant-select-selection-placeholder {
  color: #545a6e !important;
  color: var(--Text-4, #545a6e) !important;
}
.index-module--table-overview--P4qvX {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.index-module--table-overview-text--jE-fU {
  padding-top: 3px;
  font-family: PingFang SC;
  font-size: 12px;
  line-height: 16px;
  color: #7a8599;
}
.index-module--table-overview-num--kfO4v {
  font-family: LX-numbers;
  font-size: 24px;
  line-height: 32.6px;
  margin-top: 4px;
}
.index-module--table-overview-num--kfO4v span {
  font-family: LX-numbers;
}
.index-module--table-company--nrOhc {
  color: #7a8599;
}
.index-module--table-company-name--7Nv\+a {
  position: relative;
  font-family: Text-C2-Med14;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  cursor: pointer;
  margin-bottom: 4px;
}
.index-module--table-company-name--7Nv\+a em {
  color: #ff0000;
  font-style: normal;
}
.index-module--table-company-name-domain--YW9P6 {
  color: #fe6c5e !important;
}
.index-module--table-company-name-browserd--SIOaH {
  opacity: 0.6;
}
.index-module--table-company-name-box--uInXu {
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--table-company-name-box--uInXu .index-module--tagsMore--VRKVS {
  font-size: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-left: 8px;
  border-radius: 0 2px 2px 0;
}
.index-module--table-company-name-box--uInXu .index-module--tagsMore--VRKVS .index-module--tagsMoreIconBackground--zd2jI {
  background: #e7ebf1;
  width: 24px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.index-module--table-company-name-box-length--669lR {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-module--table-company-name-box-tag--U54N2 {
  width: 0;
  height: 20px;
  flex: 1 1;
  margin-left: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.index-module--table-company-domain--tKg7X {
  display: flex !important;
  align-items: center;
  margin-top: 8px;
  line-height: 22px;
  font-size: 14px;
}
.index-module--table-company-domain--tKg7X .index-module--blue--ZZfuV {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.index-module--table-company-domain--tKg7X .index-module--blue--ZZfuV:hover {
  text-decoration: underline;
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
}
.index-module--table-company-loc--\+IgZc {
  display: flex;
  font-size: 14px;
}
.index-module--table-company-loc-country--eyG53 {
  display: inline-block;
  margin-left: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.index-module--table-company-zncompany--ZvuVi {
  margin-top: 6px;
  display: flex;
  color: #747a8c;
}
.index-module--table-company-zncompany-icon--3LxEj {
  font-size: 18px;
  color: #6f7485;
  margin-top: 2px;
}
.index-module--table-company-zncompany--ZvuVi .index-module--fieldLabel--tNLao {
  margin-left: 4px;
  white-space: nowrap;
}
.index-module--table-company-zncompany--ZvuVi .index-module--fieldText--rmGvn {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-module--table-company-zncompany--ZvuVi .index-module--fieldTextCount--jTFNG {
  white-space: nowrap;
}
.index-module--table-company-zncompany--ZvuVi .index-module--constant-count--WTH8g {
  position: relative;
  white-space: nowrap;
}
.index-module--table-company-social--Ki9i5 {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-top: 12px;
}
.index-module--table-company-social-icon--GjARD {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.index-module--table-company-social-icon--GjARD:hover {
  opacity: 0.9;
}
.index-module--table-domain-name--vufme {
  line-height: 20px;
  margin-bottom: 0;
  font-size: 16px;
}
.index-module--table-domain-name--vufme .index-module--companyList--9EdXc {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  margin-left: 8px;
}
.index-module--table-domain-name--vufme .index-module--queryCompanyList--WE4PP {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #4c6aff;
  margin-left: 4px;
}
.index-module--table-domain-contact--DSQe5 {
  display: flex;
  align-items: center;
}
.index-module--table-domain-contact-count--iiIsG {
  color: #747a8c;
  margin-right: 12px;
}
.index-module--table-domain-contact-info--\+cCZe {
  display: inline-flex;
  align-items: center;
  font-family: Text-C2-Reg14;
  font-size: 14px;
  line-height: 22px;
}
.index-module--table-domain-contact-email--4cPv1 {
  display: flex;
  align-items: center;
  color: #080b19;
}
.index-module--table-domain-contact-email--4cPv1::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background: url(/static/mail.679503e2.svg) no-repeat center center;
}
.index-module--table-domain-contact-phone--eAG0S {
  display: flex;
  align-items: center;
  color: #080b19;
}
.index-module--table-domain-contact-phone--eAG0S::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-left: 12px;
  margin-right: 5.3px;
  background: url(/static/demo_phones.ea68d11f.svg) no-repeat center center;
}
.index-module--table-domain-contact-media--lmZzI {
  display: flex;
  align-items: center;
  padding-right: 8px;
  color: #080b19;
}
.index-module--table-domain-contact-media--lmZzI::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 12px;
  margin-right: 5.3px;
  background: url(/static/mediaDemo.6ba2251e.svg) no-repeat center center;
  padding-right: 8px;
}
.index-module--table-customer--X5TkJ {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
}
.index-module--table-customer-product--jOawD {
  background: #deebfd;
  border-radius: 2px;
  color: #4759b2;
  margin-right: 4px;
  line-height: 16px;
  padding: 2px 6px;
  margin-bottom: 4px;
}
.index-module--table-customer-record--990dj {
  background: #fff3e2;
  border-radius: 2px;
  color: #cc913d;
  line-height: 16px;
  padding: 2px 6px;
  margin-bottom: 4px;
}
.index-module--table-info--mPKLF {
  font-family: Text-C2-Reg14;
  font-size: 14px;
  line-height: 22px;
}
.index-module--table-info-desc--VIZc0 {
  color: #232d47;
}
.index-module--table-info-reason--59nK7 {
  color: #7a8599;
}
.index-module--table-info-desc--VIZc0, .index-module--table-info-reason--59nK7 {
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-module--table-info-desc--VIZc0 em, .index-module--table-info-reason--59nK7 em {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-style: normal;
}
.index-module--table-info-browsed--sWaOH {
  color: #7a8599;
}
.index-module--table-info-browsed--sWaOH em {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  opacity: 0.5;
}
.index-module--table-info-desc-long--BKmci {
  -webkit-line-clamp: 4;
}
.index-module--table--vPdCr .index-module--recListBox--XTRsu {
  margin-top: 8px;
  display: flex;
  align-items: center;
  border-bottom: 4px;
}
.index-module--table--vPdCr .index-module--recList--HgvF1 {
  color: #080b19;
  max-width: 50%;
  min-width: 60px;
  position: relative;
}
.index-module--table--vPdCr .index-module--recList--HgvF1 .index-module--recTextEllipsis--DLtnv {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-module--table--vPdCr .index-module--recList--HgvF1:hover .index-module--translate--r4clq {
  display: block;
}
.index-module--table--vPdCr .index-module--recListOverspread--Bo-op {
  padding-right: 22px;
  max-width: 100%;
}
.index-module--table--vPdCr .index-module--recListViewed--ajPzu {
  color: #9fa2ad;
}
.index-module--table-contact-first--e9l-p {
  display: flex;
  align-items: center;
}
.index-module--table-contact-first-mail--go9mS {
  font-family: Text-C2-Reg14;
  font-size: 14px;
  line-height: 22px;
  width: auto !important;
  max-width: 180px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--table-contact-first-icon--ZAMYn {
  background-color: #ffefed;
  background-color: var(--Error-1, #ffefed);
  padding: 2px 4px 2px 4px;
  font-size: 12px;
  line-height: 16px;
  color: #ff0000;
  margin-left: 12px;
}
.index-module--table-contact-color--xY3yx {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.index-module--table-contact-text--a3SFi {
  margin-top: 4px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  font-size: 14px;
  line-height: 22px;
  font-family: Text-C2-Reg14;
  cursor: pointer;
}
.index-module--table-contact-text--a3SFi:hover {
  text-decoration: underline;
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
}
.index-module--table-contact-detail--\+ivTC {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  font-family: Text-C2-Reg14;
  font-size: 14px;
  line-height: 22px;
}
.index-module--table-contact-detail-mail--gd7gh {
  display: flex;
  align-items: center;
}
.index-module--table-contact-detail-mail--gd7gh::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 9px;
  margin-right: 5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSAzQzEuNSAyLjcyMzg2IDEuNzIzODYgMi41IDIgMi41SDE0QzE0LjI3NjEgMi41IDE0LjUgMi43MjM4NiAxNC41IDNWMTNDMTQuNSAxMy4yNzYxIDE0LjI3NjEgMTMuNSAxNCAxMy41SDJDMS43MjM4NiAxMy41IDEuNSAxMy4yNzYxIDEuNSAxM1YzWiIgc3Ryb2tlPSIjNkY3NDg1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIgM0w3LjU1NjI0IDYuNzA0MTZDNy44MjQ5NiA2Ljg4MzMxIDguMTc1MDQgNi44ODMzMSA4LjQ0Mzc2IDYuNzA0MTZMMTQgMyIgc3Ryb2tlPSIjNkY3NDg1Ii8+Cjwvc3ZnPgo=) no-repeat center center;
}
.index-module--table-contact-detail-mail--gd7gh::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  margin-left: 8px;
  background: #e1e6ed;
}
.index-module--table-contact-detail-phone--ErdtJ {
  display: flex;
  align-items: center;
}
.index-module--table-contact-detail-phone--ErdtJ::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 9.3px;
  margin-right: 5.3px;
  background: url(/static/phone.5ed456af.svg) no-repeat center center;
}
.index-module--table-contact-detail-phone--ErdtJ::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  margin-left: 8px;
  background: #e1e6ed;
}
.index-module--table-contact-detail-media--TKSMp {
  display: flex;
  align-items: center;
  padding-right: 8px;
}
.index-module--table-contact-detail-media--TKSMp::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 9.3px;
  margin-right: 5.3px;
  background: url(/static/demo_inter.8b3a0664.svg) no-repeat center center;
  padding-right: 8px;
}
.index-module--table-op-contact--kTY6N, .index-module--table-op-sell--BVaRe {
  margin-bottom: 8px;
}
.index-module--table-op-contact--kTY6N .ant-btn, .index-module--table-op-sell--BVaRe .ant-btn {
  width: 110px;
  height: 32px;
  box-sizing: border-box;
  background-color: #fff;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}

.index-module--notInterestedBtnStyle--7rNZb {
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #545a6e;
  font-size: 12px;
}
.index-module--notInterestedBtnStyle--7rNZb .sirius-icon {
  width: 20px;
  font-size: 16px;
  display: flex !important;
  align-items: center !important;
}
.index-module--notInterestedBtnStyle--7rNZb .index-module--delMonitorIcon--JiM9Q {
  height: 19px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}

.index-module--notInterestedBtnStyle--7rNZb:hover {
  color: #4c6aff;
}

.index-module--tableDemo--dMXjq .ant-table-selection-column {
  padding-left: 16px;
  padding-right: 0px;
}
.index-module--tableDemo--dMXjq .ant-table-selection-column .ant-checkbox-wrapper {
  margin-top: 0px !important;
}
.index-module--tableDemo--dMXjq .ant-table-tbody > tr > td {
  padding: 20px 10px;
}
.index-module--tableDemo--dMXjq .index-module--domainStatus--0Hqf2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.index-module--tableDemo--dMXjq .index-module--tableColumn--KyUGp {
  max-width: 90%;
  padding-top: 0px;
  flex: 1 1;
}
.index-module--tableDemo--dMXjq .index-module--tableColumn-num--Qe2KP {
  line-height: 30px;
  font-family: "LX-numbers";
  font-size: 24px;
}
.index-module--tableDemo--dMXjq .index-module--tableColumn-num--Qe2KP span {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
}
.index-module--tableDemo--dMXjq .index-module--tableContactSoic--pclAe .index-module--tableContactDetailEmail--zmf9f {
  display: flex;
  align-items: center;
}
.index-module--tableDemo--dMXjq .index-module--tableContactSoic--pclAe .index-module--tableContactDetailEmail--zmf9f::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 0px;
  margin-right: 5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSAzQzEuNSAyLjcyMzg2IDEuNzIzODYgMi41IDIgMi41SDE0QzE0LjI3NjEgMi41IDE0LjUgMi43MjM4NiAxNC41IDNWMTNDMTQuNSAxMy4yNzYxIDE0LjI3NjEgMTMuNSAxNCAxMy41SDJDMS43MjM4NiAxMy41IDEuNSAxMy4yNzYxIDEuNSAxM1YzWiIgc3Ryb2tlPSIjNkY3NDg1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIgM0w3LjU1NjI0IDYuNzA0MTZDNy44MjQ5NiA2Ljg4MzMxIDguMTc1MDQgNi44ODMzMSA4LjQ0Mzc2IDYuNzA0MTZMMTQgMyIgc3Ryb2tlPSIjNkY3NDg1Ii8+Cjwvc3ZnPgo=) no-repeat center center;
}
.index-module--tableDemo--dMXjq .index-module--tableContactSoic--pclAe .index-module--tableContactDetailEmail--zmf9f::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  margin-left: 8px;
  background: #e1e6ed;
}

.index-module--grubButton--UXeL3 {
  width: 110px;
  line-height: 30px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
}
.index-module--grubButton--UXeL3:hover {
  opacity: 0.9;
}
.index-module--grubButton--UXeL3:disabled {
  cursor: not-allowed;
}

.index-module--pagination--VJIEO {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  justify-content: flex-end;
  margin: 16px 0;
}

.index-module--selectModal--4wBfH {
  max-height: 600px;
}
.index-module--selectModal--4wBfH .ant-modal-header {
  border: none;
  padding: 20px 24px 0px;
}
.index-module--selectModal--4wBfH .ant-table-thead {
  height: 46px;
}
.index-module--selectModal--4wBfH .ant-table-thead > tr > th {
  padding: 12px 16px;
}
.index-module--selectModal--4wBfH .index-module--select-body-intro--4cB2J {
  font-size: 14px;
  line-height: 24px;
  color: #747a8c;
  margin-bottom: 20px;
}
.index-module--selectModal--4wBfH .index-module--overflow--MiD0B {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-module--urlLink--BPLXc {
  margin-left: 8px;
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 14px;
  line-height: 20px;
}
.index-module--urlLink--BPLXc em {
  font-style: normal;
  color: #ff0000;
}

.index-module--urlEllipsis--4DkKN {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-module--ellipsis--vPqGS {
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.index-module--tableDivider--kwRVB {
  margin: 0 12px;
  height: 16px;
  top: 1px;
}

.index-module--descColor--UaDEY {
  margin-top: 4px;
  color: #747a8c;
}

.index-module--virtualTable--JCt\+r {
  width: 480px;
  padding: 20px;
  max-height: 570px;
}
.index-module--virtualTable-header-title--d8n-V {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  margin-bottom: 4px;
}
.index-module--virtualTable-header-intro--lL7xl {
  font-size: 14px;
  line-height: 24px;
  color: #747a8c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}

.index-module--rowAiHostingBtn--EtB2G {
  width: 110px;
  height: 28px;
  font-size: 12px;
  background-color: #fff;
}
.index-module--rowAiHostingBtn--EtB2G:hover {
  background-color: #f2f5ff !important;
  background-color: var(--Brand-1, #f2f5ff) !important;
}
.index-module--rowAiHostingBtn--EtB2G:not([disabled]):hover {
  background-color: #fff;
}
.index-module--rowAiHostingBtn--EtB2G:not([disabled]) {
  border: 1px solid #4c6aff !important;
  color: #4c6aff !important;
}

.index-module--headerPage--HUOFk {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.index-module--isOpacity--gBrMX {
  opacity: 0.6;
}

.index-module--scrollTooltip--m0YaH .ant-tooltip-inner {
  max-height: 400px;
  overflow-y: scroll;
}
.index-module--scrollTooltip--m0YaH .ant-tooltip-inner::-webkit-scrollbar {
  opacity: 1;
}

.index-module--translate--r4clq {
  display: flex;
  align-items: center;
  display: none;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.index-module--matchingResult--j6SFR {
  margin-left: 50px;
  margin-top: 8px;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  padding: 2px 4px 2px 8px;
  border: 1px solid #ebedf2;
  border-radius: 4px;
  background: transparent;
}
.index-module--matchingResult--j6SFR .sirius-icon {
  height: 20px !important;
}

.index-module--matchingResultBox--pnqoY {
  border-radius: 4px;
  border: 1px solid #b9bdff;
  border: 1px solid var(--AI-AI-Line-1, #b9bdff);
  max-width: 280px;
  padding: 0;
  z-index: 1;
}

.index-module--matchingResultContent--peKh4 {
  padding: 8px 12px;
  background: linear-gradient(93deg, #f5f5ff 0%, #f9f7ff 73.99%, #faf7ff 98.65%);
  background: var(--AI-AI-Fill-1, linear-gradient(93deg, #f5f5ff 0%, #f9f7ff 73.99%, #faf7ff 98.65%));
}
.index-module--matchingResultContent--peKh4 .index-module--matchingResultLoading--z\+jam {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-size: 12px;
}
.index-module--matchingResultContent--peKh4 .index-module--matchingResultTitle--oLt3z {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  background: linear-gradient(to right, #3a3aee 2.62%, #7b2cd8 99.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}
.index-module--matchingResultContent--peKh4 .index-module--matchingResultTitle--oLt3z .index-module--matchAiIcon--OnLCM {
  width: 16px;
  height: 16px;
  background-repeat: round;
  background-image: url(/static/AI_icon-56352dca725e643cd68e069ecdbe43a9.png);
}
.index-module--matchingResultContent--peKh4 .index-module--matchingResultTitle--oLt3z .index-module--matchResultText--5XKxp {
  line-height: 22px;
}
.index-module--matchingResultContent--peKh4 .index-module--matchingResultText--SdP6j {
  margin-top: 8px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-size: 12px;
  white-space: pre-line;
}
.businessOpportunityTag-module--pos--ejfbi .businessOpportunityTag-module--posIcon---kA8G {
  padding-top: 1px;
  vertical-align: baseline;
}

.businessOpportunityTag-module--posItem--9tLHX {
  margin-left: 4px;
}
.businessOpportunityTag-module--posItem--9tLHX .businessOpportunityTag-module--posVertical--PWUW4 {
  color: #ffbdb7;
}
.useNoviceTask-module--novice-task-overlay--2dQwJ .ant-popover-arrow {
  opacity: 1;
}
.useNoviceTask-module--novice-task-overlay--2dQwJ .ant-popover-arrow-content {
  background-color: #4c6aff;
}
.useNoviceTask-module--novice-task-overlay--2dQwJ .ant-popover-inner {
  background-color: #4c6aff;
}
.useNoviceTask-module--novice-task-overlay--2dQwJ .ant-popover-inner-content {
  padding: 16px;
  color: #ffffff;
}
.useNoviceTask-module--novice-task-overlay--2dQwJ .useNoviceTask-module--content-wrapper--HcV\+u {
  min-width: 120px;
  max-width: 200px;
}
.useNoviceTask-module--novice-task-overlay--2dQwJ .useNoviceTask-module--content-body--BQHdv {
  padding-bottom: 20px;
}
.useNoviceTask-module--novice-task-overlay--2dQwJ .useNoviceTask-module--content-footer--kI73l {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.useNoviceTask-module--novice-task-overlay--2dQwJ .useNoviceTask-module--quit--aFyHg {
  cursor: pointer;
}
.index-module--virtualTable--LJR4X {
  padding-bottom: 20px;
}
.index-module--virtualTable-header-intro--34PdL {
  font-size: 14px;
  line-height: 24px;
  color: #747a8c;
  overflow: hidden;
  margin-bottom: 20px;
}
.index-module--headerTitle--c84ED {
  font-weight: bold;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  display: flex;
  align-items: center;
}

.index-module--listWrapper--GY7Fk {
  padding: 4px 20px 20px;
  height: calc(100% - 64px);
  overflow: auto;
}

.index-module--lineWrapper--\+3iVN {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.index-module--tipsNo--j773T {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #4c6aff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}

.index-module--tipsTitle--GilGc {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #272e47;
  margin-left: 8px;
}

.index-module--tipsDesc--2LUDs {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #545a6e;
}

.index-module--tipsImg--zB9o8 {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.index-module--showTipsWrapper--46Ndl {
  margin-left: 12px;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #4c6aff;
}

.index-module--searchTipsText--s9sD1 {
  font-size: 12px;
  line-height: 20px;
  margin-left: 4px;
}
.searchResultTip-module--tipsStyle--f03FY {
  display: flex;
  width: 100%;
}
.searchResultTip-module--tipsStyle--f03FY .searchResultTip-module--tipsTextStyle--ZqcHr {
  line-height: 24px;
}
.searchResultTip-module--tipsStyle--f03FY .searchResultTip-module--btnClass--tnno8 {
  text-wrap: nowrap;
}
.searchResultTip-module--tipsStyle--f03FY .searchResultTip-module--tipsIconStyle--Y6hvY {
  margin-left: 8px;
  width: 10;
  display: flex;
  align-items: center;
  cursor: pointer;
  stroke: white !important;
}

.searchResultTip-module--tipsTooltip--0mljI {
  max-width: 100%;
}
.searchResultTip-module--tipsTooltip--0mljI .content-box {
  max-width: 100% !important;
}
@charset "UTF-8";
.gptrcmdlist-module--wrapperLineaGradient--Tf7a\+ {
  background: linear-gradient(89deg, #f0f0ff 0%, rgba(255, 255, 255, 0) 18.08%), linear-gradient(91deg, #fcf7ff 0.63%, #fbf7ff 36.15%, #f5f7ff 100%), linear-gradient(180deg, #f1efff 0%, #fff 50%, #fff 100%);
  margin-top: 12px;
}

.gptrcmdlist-module--wrapperBorder--Gwo54 {
  border-top: 1px solid rgba(220, 194, 255, 0.3);
  border-right: 1px solid rgba(220, 194, 255, 0.2);
  border-bottom: 1px solid rgba(207, 194, 255, 0.3);
  border-left: 1px solid rgba(185, 141, 255, 0.2);
}

.gptrcmdlist-module--wrapperBorderSource--eFJ7C {
  border-top: 1px solid rgba(220, 194, 255, 0.5);
  border-right: 1px solid rgba(220, 194, 255, 0.3);
  border-bottom: 1px solid rgba(207, 194, 255, 0.5);
  border-left: 1px solid rgba(185, 141, 255, 0.3);
}

.gptrcmdlist-module--wrapper--Kyp8\+ {
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  color: #272e47;
}
.gptrcmdlist-module--wrapper-unfolder--j4wqm {
  max-height: none !important;
}
.gptrcmdlist-module--wrapper--Kyp8\+ .gptrcmdlist-module--text--oFIJI {
  color: #272e47;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.gptrcmdlist-module--wrapper--Kyp8\+ .gptrcmdlist-module--productName--CJzpr {
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
  background: #dfe5ff;
  padding: 2px 6px;
  margin: 0 8px;
  color: #4c6aff;
  font-weight: bolder;
}
.gptrcmdlist-module--wrapper--Kyp8\+ .gptrcmdlist-module--select--iXaAg {
  margin: auto 6px;
}

.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin: 0;
}

.gptrcmdlist-module--rcmd-main--tkfsR {
  display: flex;
  justify-content: space-between;
  padding: 20px 16px 16px;
}
.gptrcmdlist-module--rcmd-module--yIHUQ {
  display: flex;
}
.gptrcmdlist-module--rcmd-module--yIHUQ .gptrcmdlist-module--checkGroup--gAyfm .gptrcmdlist-module--checkboxgrid--ahaUC {
  padding-right: 28px;
  padding-bottom: 8px;
}
.gptrcmdlist-module--rcmd-module--yIHUQ .gptrcmdlist-module--checkGroup--gAyfm .gptrcmdlist-module--checkboxgrid--ahaUC .ant-checkbox + span {
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.gptrcmdlist-module--rcmd-module--yIHUQ .gptrcmdlist-module--checkGroup--gAyfm .gptrcmdlist-module--rcmdMore--LNWZA {
  margin-top: 4px;
}
.gptrcmdlist-module--rcmd-module--yIHUQ .gptrcmdlist-module--checkGroup--gAyfm .gptrcmdlist-module--rcmdMore--LNWZA .gptrcmdlist-module--rcmdMoreTitle--WTGJS {
  color: #545a6e;
  display: flex;
  align-items: center;
  line-height: 22px;
  margin-bottom: 8px;
  gap: 4px;
}
.gptrcmdlist-module--rcmd-module--yIHUQ .gptrcmdlist-module--checkGroup--gAyfm .gptrcmdlist-module--rcmdMore--LNWZA .gptrcmdlist-module--moreCheckList--isCGR section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  margin-top: 22px;
}
.gptrcmdlist-module--rcmd-module--yIHUQ .gptrcmdlist-module--checkGroup--gAyfm .gptrcmdlist-module--rcmdMore--LNWZA .gptrcmdlist-module--moreCheckList--isCGR section header {
  margin-right: 8px;
  color: #272e47;
  font-weight: 500;
}
.gptrcmdlist-module--rcmd-module--yIHUQ .gptrcmdlist-module--checkGroup--gAyfm .gptrcmdlist-module--rcmdMore--LNWZA .gptrcmdlist-module--moreCheckList--isCGR section header .gptrcmdlist-module--moreKeyword--9tQjx {
  color: #4c6aff;
}
.gptrcmdlist-module--rcmd-module--yIHUQ .gptrcmdlist-module--checkGroup--gAyfm .gptrcmdlist-module--rcmdMore--LNWZA .gptrcmdlist-module--moreCheckList--isCGR main {
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gptrcmdlist-module--rcmd-expand--pONtV {
  width: 130px;
  min-width: 65px;
  padding: 6px 0px 12px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  align-self: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.gptrcmdlist-module--rcmd-expand-icon--1A45h .gptrcmdlist-module--sirius-icon--gnuN9 {
  padding-top: 2px !important;
}
.gptrcmdlist-module--rcmd-expand-text--LCOGa {
  word-break: keep-all;
}
.gptrcmdlist-module--rcmd-part--2aGi1 {
  padding-right: 12px;
}
.gptrcmdlist-module--rcmd-part--2aGi1 section {
  padding-bottom: 2px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.gptrcmdlist-module--rcmd-part--2aGi1 section header {
  margin-top: 6px;
  text-align: start;
  min-width: 90px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 22px;
  color: #272e47;
  font-weight: 500;
  margin-right: 24px;
}
.gptrcmdlist-module--rcmd-part--2aGi1 section main {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gptrcmdlist-module--itemWords--YvUJb {
  cursor: pointer;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-right: 4px;
}

.gptrcmdlist-module--itemWordsColor--rj8P7 {
  background: #f6f7fa;
  background: var(----Fill-2, #f6f7fa);
}

.gptrcmdlist-module--itemWordsClick--SKPgq {
  border: 1px solid transparent;
  padding: 4px 8px;
  background-image: linear-gradient(93deg, #e9eaff 0%, #f4ebff 98.65%);
  -webkit-tap-highlight-color: transparent; /* Safari, iOS Safari */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari, Chrome, Opera */ /* Konqueror */ /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by most browsers */
}

.gptrcmdlist-module--disableClickStyle--cq7W- {
  cursor: no-drop;
}

.gptrcmdlist-module--sourceItemWordsClick--h\+Nd8 {
  border: 1px solid #e5eaff;
  background: #edf0ff;
  background: var(----Brand-2--, #edf0ff);
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  -webkit-user-select: none;
          user-select: none; /* Non-prefixed version, currently supported by most browsers */
}

.gptrcmdlist-module--itemWordsText--wIaj3 {
  background: linear-gradient(to right, #3a3aee 2.62%, #7b2cd8 99.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gptrcmdlist-module--itemWordsText--wIaj3::selection {
  background: transparent; /* 设置选中时背景透明 */
  color: #fff;
}

.gptrcmdlist-module--icon--Pejts {
  width: 13px;
  height: 22px;
  background: url(/static/ai_icon.8770b05b.svg) no-repeat center center;
}

.gptrcmdlist-module--imgBox--O2gKM {
  position: relative;
  width: 181px;
  height: 44px;
  margin-right: 12px;
  background: url("https://cowork-storage-public-cdn.lx.netease.com/common/2024/03/13/7156e836938b4338ad168e4edac9f2ab.png") no-repeat center center;
  background-size: cover;
}
.gptrcmdlist-module--imgBox--O2gKM .gptrcmdlist-module--gifImg--ijJ3I {
  position: absolute;
  width: 45px;
  left: 8px;
  animation: gptrcmdlist-module--playOnce--aY-Jn 18s forwards;
}
@keyframes gptrcmdlist-module--playOnce--aY-Jn {
  to {
    visibility: hidden;
  }
}

.gptrcmdlist-module--iconBox--GONzA {
  padding-left: 16px;
  padding-right: 12px;
  display: flex;
  align-items: center;
}
.gptrcmdlist-module--iconBox--GONzA .gptrcmdlist-module--AIIcon--Z1Ph5 {
  width: 20px;
  height: 20px;
  background-repeat: round;
  background-image: url(/static/AI_icon-56352dca725e643cd68e069ecdbe43a9.png);
}
.gptrcmdlist-module--iconBox--GONzA .gptrcmdlist-module--iconText--aDxq5 {
  font-size: 14px;
  font-weight: bolder;
  margin: 0 12px 0 4px;
}

.gptrcmdlist-module--iconS--Y44E5 {
  display: inline-block;
  width: 1px;
  height: 14px;
  border-left: 1px solid #b7c3ff;
}

.gptrcmdlist-module--flexBox--lpa3K {
  display: flex;
  align-items: center;
}

.gptrcmdlist-module--normalText--61FZE {
  margin: 16px 0 12px 16px;
}

.gptrcmdlist-module--noMarginB--9vKZY {
  margin-bottom: 0;
}

.gptrcmdlist-module--pd16--V2t4m {
  padding-bottom: 16px;
}

.gptrcmdlist-module--pdt10--5bcFB {
  padding-top: 10px;
}

.gptrcmdlist-module--editIconStyle--IjNPe {
  margin: 6px 8px 0 2px;
  cursor: pointer;
}

.gptrcmdlist-module--translateTip--0PAal {
  cursor: pointer;
}
@charset "UTF-8";
.searchfilter-module--container--lifj8 {
  background-color: #fff;
  padding: 16px 16px 0;
}
.searchfilter-module--container--lifj8 .searchfilter-module--titleWrap--Ofu34 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  margin-bottom: 16px;
  /* 中性色-文字/Text-5标题-重要信息 */
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 {
  row-gap: 12px;
  column-gap: 2%;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 input::placeholder {
  color: #9fa2ad !important;
  color: var(--Text-2, #9fa2ad) !important;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .sirius-cascader-select-selection-placeholder,
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .ant-select-selection-placeholder {
  color: #9fa2ad !important;
  color: var(--Text-2, #9fa2ad) !important;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .ant-picker,
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .ant-input,
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-focused),
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .ant-select:not(.ant-select-focused) .ant-select-selector {
  border-color: #e1e3e8;
  border-color: var(--Fill-4, #e1e3e8);
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .ant-select-multiple .ant-select-selection-item {
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .ant-picker,
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .ant-picker-range,
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .lx-date-picker-range {
  width: 100% !important;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--formOp--mldAG {
  margin-left: auto;
  display: flex;
  padding-right: 22px;
  justify-content: flex-end;
  align-items: center;
  row-gap: 20px;
  width: 33.33%;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--formOp--mldAG .searchfilter-module--btn--4pOKo {
  border: none;
  border-radius: 4px;
  color: #4e5969;
  width: 64px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-right: 16px;
  cursor: pointer;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--formOp--mldAG .searchfilter-module--btn--4pOKo:hover {
  opacity: 0.9;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--formOp--mldAG .searchfilter-module--btn-primary--rpYjE {
  background: #4c6aff;
  background: var(--Avatar-6, #4c6aff);
  color: #ffffff;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--formOp--mldAG .searchfilter-module--btn-default--9fLcu {
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--formOp--mldAG .searchfilter-module--btn--4pOKo:disabled {
  opacity: 0.5 !important;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--formOp--mldAG .searchfilter-module--formHidden--i6VTH {
  margin-left: 12px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  cursor: pointer;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--formOp--mldAG .searchfilter-module--iconStatus--Y7fpS {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--inputGruop--7d42M {
  display: flex;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
  border-radius: 2px;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--inputGruop--7d42M:hover {
  border-color: #386ee4;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--inputGruop--7d42M .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-width: 0 !important;
  box-shadow: none;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--inputGruop--7d42M .ant-select-selector {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  position: relative;
  border-width: 0 !important;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--inputGruop--7d42M .ant-select-selector:hover {
  border-right: none !important;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--inputGruop--7d42M .ant-select-selector::before {
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--inputGruop--7d42M .ant-input-affix-wrapper {
  border-width: 0 !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--inputGruop--7d42M .ant-input-affix-wrapper:hover {
  border-right: none !important;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--origin--qbREP .sirius-cascader-select-selector {
  border-radius: 2px;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--origin--qbREP .ant-select-selector {
  height: 32px;
  overflow: hidden;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .ant-row.ant-form-item {
  width: 32%;
  margin-right: 0;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .ant-row.ant-form-item .ant-form-item-label label {
  font-weight: 400;
  font-size: 14px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  min-width: 70px;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--filterBot--3GfxR {
  display: flex;
  width: 40%;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--filterBot--3GfxR .ant-row.ant-form-item {
  padding-right: 10px;
  margin-right: 0;
  width: auto;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--filterBot--3GfxR .searchfilter-module--filterBotSpan--GfvtB {
  padding-right: 4px;
  display: flex;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--filterBot--3GfxR .searchfilter-module--filterBotSpan--GfvtB .searchfilter-module--filterBotSpanIcon--g1neY {
  display: flex;
  align-items: center;
  margin-left: 6px;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form--n2ib6 .searchfilter-module--filterBot--3GfxR .searchfilter-module--filterCheckBoxFlex--dwpNh {
  display: flex;
  align-items: center;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form-update--Y2cks {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  gap: 5px;
  justify-content: center;
  background: #eff2ff;
  border-radius: 2px;
}
.searchfilter-module--container--lifj8 .searchfilter-module--form-close-icon--p8BIt {
  cursor: pointer;
  height: 12px;
  display: flex;
  align-items: center;
}

.searchfilter-module--arrowDownFullfill--UToJT {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALBAMAAACEzBAKAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURYuRn0xpcY2Pn4ySoYySoYySoY+Pn42RoYqPn4yPn4ySn4uRn42Rn42SoZaCWVQAAAANdFJOU4AAIN/P7xCvMFBQkHDwaqBfAAAASElEQVQI12MQhAKGBgYwYGLwvQsGVxjmQhi3GGQgDEYGwb0g+oIgg6A4iFEIZIgBlV9OBDIEle/eNRIEMSRiryqCGYJzbwEJAJiUJd3/zOTKAAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 8px 5.5px;
}

.searchfilter-module--dateSelectFoot--f\+dsu {
  display: flex;
  column-gap: 8px;
  padding: 12px 0;
}
.searchfilter-module--dateSelectFoot--f\+dsu .searchfilter-module--dateSelectItem--8SD3p {
  text-align: center;
  background: #f2f3f5;
  border-radius: 2px;
  cursor: pointer;
  padding: 2px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.searchfilter-module--dateSelectFoot--f\+dsu .searchfilter-module--dateSelectItem--8SD3p:hover {
  background: #e5e6eb;
}
.searchfilter-module--dateSelectFoot--f\+dsu .searchfilter-module--dateSelectItem-selected--4Utjk {
  background: #4c6aff !important;
  background: var(--Avatar-6, #4c6aff) !important;
  color: #fff !important;
}
.index-module--linearGradient--uHz0F .ant-modal-content {
  background: linear-gradient(#d2e4ff, 15%, #fff, #fff);
}

.index-module--modalWarp--9Csyn {
  width: 560px !important;
  min-height: "156px" !important;
}
.index-module--modalWarp--9Csyn .ant-modal-title {
  margin-top: 8px;
}
.index-module--modalWarp--9Csyn .ant-modal-footer {
  border-top: 0;
}
.index-module--modalWarp--9Csyn .ant-modal-header {
  border-bottom: 0;
}
.index-module--modalWarp--9Csyn .sirius-steps .ant-steps-item-icon {
  line-height: 22px;
}
.index-module--modalWarp--9Csyn .ant-col .ant-form-item-label {
  margin-bottom: 12px;
}
.index-module--modalWarp--9Csyn .sirius-icon {
  line-height: 26px !important;
}
.index-module--modalWarp--9Csyn .index-module--centerBox--t-Kvq {
  padding-top: 20px;
  margin-bottom: 40px;
}
.index-module--modalWarp--9Csyn .index-module--centerBox--t-Kvq .index-module--logoStyle---jh6d {
  display: flex;
  justify-content: center;
}
.index-module--modalWarp--9Csyn .index-module--centerBox--t-Kvq .index-module--logoStyle---jh6d .index-module--imgStyle--flEPJ {
  width: 60px;
  height: 36px;
}
.index-module--modalWarp--9Csyn .index-module--centerBox--t-Kvq .index-module--fontOne--pW6zk {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  margin: 12px 0;
}
.index-module--modalWarp--9Csyn .index-module--centerBox--t-Kvq .index-module--fontTwo--Tia5N {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
}
.index-module--modalWarp--9Csyn .index-module--btnBox--mzDjV {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 8px;
}
.index-module--modalWarp--9Csyn .index-module--stepsStyle--KodJr {
  display: flex;
  justify-content: center;
}
.index-module--modalWarp--9Csyn .index-module--formStyle--wWPVz {
  text-align: start;
}
.index-module--modalWarp--9Csyn .index-module--formStyle--wWPVz .ant-row .ant-form-item {
  margin-bottom: 8px;
}
.index-module--modalWarp--9Csyn .index-module--formStyle--wWPVz .index-module--formProductName--OBcnG {
  margin-bottom: 0px;
}
.index-module--modalWarp--9Csyn .index-module--formStyle--wWPVz .index-module--formProductName--OBcnG .index-module--selectPopupStyle--paTcG {
  z-index: 1000;
}
.index-module--modalWarp--9Csyn .index-module--formStyle--wWPVz .index-module--btnIcon--ckNas .index-module--titleIcon--I-7AT {
  color: #4c6aff;
  line-height: 24px;
  padding: "0";
  margin-top: "12px";
}
.index-module--modalWarp--9Csyn .index-module--formStyle--wWPVz .index-module--formProductColse--C5dQt {
  cursor: pointer;
}
.index-module--modalWarp--9Csyn .index-module--formStyle--wWPVz .index-module--btnPad--r1XyF .ant-form-item-control-input-content {
  display: flex;
  padding-top: 30px !important;
}
.index-module--modalWarp--9Csyn .index-module--formStyle--wWPVz .index-module--imgBox--3cMPE {
  display: flex;
  gap: 20px;
  margin: 8px 0 12px;
}
.index-module--modalWarp--9Csyn .index-module--formStyle--wWPVz .index-module--imgBox--3cMPE .index-module--itemImgBox--uRDz1 {
  position: relative;
}
.index-module--modalWarp--9Csyn .index-module--formStyle--wWPVz .index-module--imgBox--3cMPE .index-module--itemImgBox--uRDz1 .index-module--imgSize--lEqrL {
  object-fit: contain;
  width: 60px;
  height: 60px;
  border-radius: 4px;
}
.index-module--modalWarp--9Csyn .index-module--formStyle--wWPVz .index-module--imgBox--3cMPE .index-module--itemImgBox--uRDz1 .index-module--imgClosIcon--MpECj {
  position: absolute;
  top: -6px;
  right: -6px;
  cursor: pointer;
}
.index-module--modalWarp--9Csyn .index-module--formStyle--wWPVz .index-module--imgBox--3cMPE .index-module--imgLoddingBox--nUgF0 {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-module--userPortraitCloseWrap--YEJ5j {
  z-index: 10000;
}

.index-module--userPortraitCloseStyle--omKjn .anticon {
  margin-right: 8px !important;
}

.index-module--modalStyle--6VzJ1 .ant-modal-body {
  padding-top: 0;
}
.index-module--modalStyle--6VzJ1 .sirius-icon {
  line-height: 30px !important;
}

.index-module--userPortraitSuccessStyle--NxFou {
  text-align: center !important;
}
.index-module--userPortraitSuccessStyle--NxFou .ant-btn-primary {
  background-color: #4c6aff;
}
.index-module--userPortraitSuccessStyle--NxFou .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-title {
  margin-left: 0 !important;
}
.index-module--userPortraitSuccessStyle--NxFou .ant-modal-content .ant-modal-body .ant-modal-confirm-body-wrapper .ant-modal-confirm-body .ant-modal-confirm-content {
  font-weight: 400;
  color: #747a8c;
  padding-left: 0 !important;
}
.index-module--userPortraitSuccessStyle--NxFou .ant-modal-content {
  background: linear-gradient(#d2e4ff, 15%, #fff, #fff);
}
.index-module--userPortraitSuccessStyle--NxFou .ant-modal-confirm-btns {
  float: none;
}

.index-module--tagBox--BsTqT {
  display: flex;
  margin-bottom: 12px;
  font-size: 12px;
}
.index-module--tagBox--BsTqT .index-module--tagText--BA9MI {
  margin-top: 2px;
  white-space: nowrap;
  color: #4e5a70;
  color: var(--label-63, #4e5a70);
}
.index-module--tagBox--BsTqT .index-module--tagItemBox--K3CJp {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.index-module--tagBox--BsTqT .index-module--tagItem--puWlT {
  max-width: 106px;
  border-radius: 2px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  padding: 2px 6px;
  overflow: hidden;
  color: #4e5a70;
  color: var(--label-63, #4e5a70);
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.index-module--tagBox--BsTqT .index-module--tagItem--puWlT:hover {
  background-color: #f0f2f7;
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.index-module--cascaderPopupStyle--9pFX- {
  z-index: 9999 !important;
}
.index-module--cascaderPopupStyle--9pFX- .sirius-cascader-menu-item {
  max-width: 100% !important;
}

.index-module--btnTooltip--u8GMj {
  z-index: 10001 !important;
}

.index-module--addBtnIcon--oMd9x .index-module--disabledIcon--anT38 {
  color: #b7c3ff;
}
.index-module--addBtnIcon--oMd9x .index-module--normalIcon--6r9Ag {
  color: #4c6aff;
}

.index-module--cascaderStyle--8u7pJ .index-module--sirius-cascader-select-selection-item--L2CTD {
  max-width: 100% !important;
}
.index-module--cascaderStyle--8u7pJ .sirius-cascader-select-selection-item {
  max-width: 100% !important;
}
.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;
}
.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);
}
.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;
}
.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;
}
.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;
}
.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;
}
@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);
  }
}
.index-module--globalNotificationWrapper--IKt1j {
  z-index: 9999;
}
.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";
.index-module--popper--cg0xq {
  border: 1px solid #f0f3f5;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 12px 0;
  background: #ffffff;
  z-index: 10;
}

span[data-link] {
  cursor: pointer;
}

.index-module--autoSize--Ij88T {
  height: 322px;
  width: 100%;
}

.index-module--autoInline--1O7XT {
  max-height: 322px;
  overflow-y: auto;
}

.index-module--title--q2Vky {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  padding: 0 20px;
}
.index-module--title--q2Vky span {
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  /* 中性色-文字/Text-3次要信息 */
  color: #7a8599;
}

.index-module--item--C7ClU {
  display: flex;
  align-items: center;
  cursor: pointer;
  column-gap: 16px;
}
.index-module--item--C7ClU .index-module--name--Sn\+ed {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  /* 中性色-文字/Text-5标题-重要信息 */
  color: #232d47;
  flex: 1 1;
}
.index-module--item--C7ClU .index-module--sub--gHD8L {
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #b7c3ff;
  color: var(--Brand-3, #b7c3ff);
  flex-shrink: 0;
}
.index-module--item--C7ClU .index-module--sub--gHD8L .sirius-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--item--C7ClU .index-module--sub-new--0J5qY {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  cursor: pointer;
}
.index-module--item--C7ClU .index-module--sub--gHD8L .index-module--subtext--OOI9T {
  padding-left: 4px;
}
.index-module--item-inline--yyXRM {
  display: inline-flex;
  width: 100%;
}
.index-module--item-inline--yyXRM .index-module--name--Sn\+ed {
  padding-left: 0;
  margin-right: 16px;
}
.index-module--item-inline--yyXRM:last-child .index-module--name--Sn\+ed {
  margin-right: 0;
}
.index-module--item-filter--51RFM {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 28px;
}
.index-module--item-country--cVqxO {
  position: relative;
}
.index-module--item-before--vwmDR {
  padding-left: 8px;
  margin-left: 8px;
}
.index-module--item-before--vwmDR::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  height: 14px;
  margin-top: -7px;
  left: 0;
  width: 1px;
  background-color: #c9cbd6;
}

.index-module--itemContent--iD9yl {
  padding: 10px 20px;
}
@charset "UTF-8";
.contomfair-module--container--Ty9-J {
  background: #ffffff;
  border-radius: 4px;
  padding: 16px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
}
.contomfair-module--container--Ty9-J .contomfair-module--title--iukOa {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  /* 文字/Text-5标题-重要信息 */
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 12px;
}
.contomfair-module--container--Ty9-J .contomfair-module--hotTag--Hafee {
  height: 16px;
  text-align: center;
  /* 错误/Error-6常规 */
  margin-left: 8px;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  border-radius: 8px;
  color: #fff;
  padding: 0 4px;
  line-height: 16px;
  margin-bottom: 12px;
  font-size: 12px;
}
.contomfair-module--container--Ty9-J .contomfair-module--list--x7yFe {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.contomfair-module--container--Ty9-J .contomfair-module--list--x7yFe .contomfair-module--activity--54ZRe {
  width: 34%;
  padding-top: 14%;
  border-radius: 4px;
  background-size: 100% 100% !important;
}
.contomfair-module--container--Ty9-J .contomfair-module--list--x7yFe .contomfair-module--activity-contomfair---OZwB {
  background: url("https://cowork-storage-public-cdn.lx.netease.com/common/2024/09/26/ea7db6fd218e4712b703c6368d4aaaf5.png") center center no-repeat;
  cursor: pointer;
}
.contomfair-module--container--Ty9-J .contomfair-module--list--x7yFe .contomfair-module--activity-br--tuQ4E {
  background: url("https://cowork-storage-public-cdn.lx.netease.com/common/2023/11/30/9096085ca2e247078ae5d3f4afffa058.png") center center no-repeat;
  cursor: pointer;
}
.contomfair-module--container--Ty9-J .contomfair-module--list--x7yFe .contomfair-module--activity-tbd--Qaly- {
  background: url(/static/acttbd-193394d1f580b13f84f2ae8f6caf5afc.png) center center no-repeat;
}
.contomfair-module--container--Ty9-J .contomfair-module--list--x7yFe .contomfair-module--activity-emailguess--vIO5G {
  background: url("https://cowork-storage-public-cdn.lx.netease.com/common/2023/11/30/32881b11e1234704a1e3db7a4db6fd1c.png") center center no-repeat;
  cursor: pointer;
}
.contomfair-module--container--Ty9-J .contomfair-module--list--x7yFe .contomfair-module--activity-video1--9G\+zd {
  position: relative;
  background: url("https://cowork-storage-public-cdn.lx.netease.com/common/2024/01/10/cae17527f21d43a381a2153e8180e3c9.png") center center no-repeat;
  cursor: pointer;
}
.contomfair-module--container--Ty9-J .contomfair-module--list--x7yFe .contomfair-module--activity-video1--9G\+zd::after {
  position: absolute;
  content: "";
  width: 15%;
  padding-bottom: 15%;
  background: url(/static/play_video.c18cfbec.svg) no-repeat center center;
  background-size: 100% 100%;
  right: 14px;
  bottom: 14px;
  border-radius: 50%;
}
.contomfair-module--container--Ty9-J .contomfair-module--list--x7yFe .contomfair-module--activity-video1--9G\+zd:hover::after {
  background: url(/static/play_video_hover.cb855b83.svg) no-repeat center center;
  background-size: 100% 100%;
}
.contomfair-module--container--Ty9-J .contomfair-module--list--x7yFe .contomfair-module--activity-video2--vuOi2 {
  position: relative;
  background: url("https://cowork-storage-public-cdn.lx.netease.com/common/2024/01/10/9fb54d1da0ae41929530856ca37f5e40.png") center center no-repeat;
  cursor: pointer;
}
.contomfair-module--container--Ty9-J .contomfair-module--list--x7yFe .contomfair-module--activity-video2--vuOi2::after {
  position: absolute;
  content: "";
  width: 15%;
  padding-bottom: 15%;
  background: url(/static/play_video.c18cfbec.svg) no-repeat center center;
  background-size: 100% 100%;
  right: 14px;
  bottom: 14px;
  border-radius: 50%;
}
.contomfair-module--container--Ty9-J .contomfair-module--list--x7yFe .contomfair-module--activity-video2--vuOi2:hover::after {
  background: url(/static/play_video_hover.cb855b83.svg) no-repeat center center;
  background-size: 100% 100%;
}
.contomfair-module--container--Ty9-J .contomfair-module--list--x7yFe .contomfair-module--activity-video3--QIt2W {
  background: url("https://cowork-storage-public-cdn.lx.netease.com/common/2023/12/01/291f6d29c9e4498ca4fd09612d7352d3.png") center center no-repeat;
}
.contomfair-module--container--Ty9-J .contomfair-module--list--x7yFe .contomfair-module--video--3bOll {
  width: 34%;
  padding-top: 19%;
  border-radius: 4px;
  background-size: 100% 100% !important;
}
.countup-module--wrapper--1fXri {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  color: #ffffff;
  padding: 12px;
  background: linear-gradient(270.04deg, rgba(230, 238, 255, 0) 12.5%, rgba(153, 187, 255, 0.0940625) 55.98%, rgba(108, 158, 255, 0) 84.84%);
  border-radius: 4px;
}
.countup-module--wrapper--1fXri .countup-module--count--GeB-5 {
  width: 110px;
  text-align: left;
}
.countup-module--wrapper--1fXri .countup-module--iconWrapper--kmzkT {
  display: flex;
  align-items: center;
}
.countup-module--wrapper--1fXri .countup-module--icon--u5lKA {
  height: 16px;
  width: 16px;
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0OTE0XzI1NDUzOSkiPgo8cGF0aCBkPSJNMy4zMzMzMyAyVjEyLjY2NjdIMTRWMTRIMlYySDMuMzMzMzNaTTEzLjUyODcgNC4xOTUzM0wxNC40NzEzIDUuMTM4TDEwLjY2NjcgOC45NDI2N0w4LjY2NjY3IDYuOTQzMzNMNS44MDQ2NyA5LjgwNDY3TDQuODYyIDguODYyTDguNjY2NjcgNS4wNTczM0wxMC42NjY3IDcuMDU2NjdMMTMuNTI4NyA0LjE5NTMzWiIgZmlsbD0iI0Q1RDhFMiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE0OTE0XzI1NDUzOSI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) center center no-repeat;
  background-size: 16px;
  vertical-align: middle;
}
.countup-module--wrapper--1fXri .countup-module--iconText--fi8B9 {
  padding-left: 8px;
}
.countup-module--wrapper--1fXri .countup-module--prefix--2m7Lo {
  padding-right: 8px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.inforoll-module--wrapper--IZkbp {
  position: absolute;
  right: 20px;
  top: 12px;
  min-width: 100px;
  height: 73px;
  max-width: 600px;
  overflow: hidden;
}
.inforoll-module--wrapper--IZkbp .inforoll-module--item--tcKNL {
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 28px;
  min-width: 100px;
  color: #ffffff;
  margin-bottom: 6px;
  float: right;
  width: auto !important;
  height: 32px;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
@charset "UTF-8";
.index-module--popper--sjkeu {
  border: 1px solid #f0f3f5;
  box-shadow: 0px 8px 16px rgba(47, 83, 134, 0.12);
  border-radius: 4px;
  padding: 12px 20px;
  background: #ffffff;
  z-index: 10;
}
.index-module--popper-form--rTLxS {
  padding: 0 12px;
}

span[data-link] {
  cursor: pointer;
}

.index-module--title--2sxNE {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--title-empty--UFZZL {
  display: none;
}
.index-module--title--2sxNE span {
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  /* 中性色-文字/Text-3次要信息 */
  color: #7a8599;
}

.index-module--body--mSp0n {
  margin-left: -20px;
  margin-right: -20px;
  max-height: 345px;
}
.index-module--body-form--FsJPF {
  margin-left: -12px;
  margin-right: -12px;
}

.index-module--item--No9dR {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background: #ffffff;
}
.index-module--item--No9dR:hover {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}
.index-module--item--No9dR .index-module--name--WBb1v {
  padding-left: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  /* 中性色-文字/Text-5标题-重要信息 */
  color: #232d47;
  flex: 1 1;
}
.index-module--item--No9dR .index-module--name--WBb1v em {
  color: #df3e31;
  font-weight: 400;
  font-style: normal;
}
.index-module--item--No9dR .index-module--desc--OWkGH {
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  flex-shrink: 0;
  /* identical to box height */
  /* 中性色-文字/Text-2提示信息 */
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.index-module--item--No9dR .index-module--sub--tTApy {
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #c0c8d6;
  color: var(--label-6_2, #c0c8d6);
}
.index-module--item--No9dR .index-module--sub-new--Wx5By {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  cursor: pointer;
}
.index-module--item--No9dR .index-module--sub--tTApy .index-module--subtext--dyT2I {
  padding-left: 4px;
}
.index-module--item-inline--Idh5p {
  display: inline-flex;
}
.index-module--item-inline--Idh5p .index-module--name--WBb1v {
  padding-left: 0;
  margin-right: 16px;
}
.index-module--item-inline--Idh5p:last-child .index-module--name--WBb1v {
  margin-right: 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.rcmdrow-module--container--An2oz {
  display: flex;
  align-items: center;
}
.rcmdrow-module--container--An2oz .rcmdrow-module--tip--5O\+rB {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  padding-right: 8px;
  flex-shrink: 0;
  line-height: 30px;
  align-self: flex-start;
}
.rcmdrow-module--container--An2oz .rcmdrow-module--list--otAq2 {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.rcmdrow-module--container--An2oz .rcmdrow-module--list--otAq2 .rcmdrow-module--item--uezUN {
  position: relative;
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  border-radius: 28px;
  padding: 4px 12px 4px 36px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  cursor: pointer;
}
.rcmdrow-module--container--An2oz .rcmdrow-module--list--otAq2 .rcmdrow-module--item--uezUN::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjUgMTNDMTAuNTM3NiAxMyAxMyAxMC41Mzc2IDEzIDcuNUMxMyA0LjQ2MjQzIDEwLjUzNzYgMiA3LjUgMkM0LjQ2MjQzIDIgMiA0LjQ2MjQzIDIgNy41QzIgMTAuNTM3NiA0LjQ2MjQzIDEzIDcuNSAxM1oiIHN0cm9rZT0iI0E5QjJDMiIgc3Ryb2tlLXdpZHRoPSIxLjIiLz4KPHBhdGggZD0iTTE0LjQzNzUgMTRMMTIuOTM3NSAxMi41TDEyLjE4NzUgMTEuNzVMMTIgMTEuNTYyNSIgc3Ryb2tlPSIjQTlCMkMyIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) center center no-repeat;
  background-size: 16px;
  left: 12px;
  top: 7px;
}
.index-module--alert--E8\+xx {
  margin-top: 12px;
  border: 0;
  padding: 0 12px;
  font-size: 12px;
  border-radius: 4px;
  background: rgba(76, 106, 255, 0.09);
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--alert--E8\+xx .lx-ui-btn-link:not([disabled]):hover {
  background: none;
}

.index-module--btn--M57au {
  font-size: 12px;
}
.searchinput-module--input-wrapper--FrbYV {
  display: flex;
  height: 60px;
  align-items: center;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc {
  border: 1px solid #f0f1f5;
  border-radius: 4px 0 0 4px;
  border-right: none;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper-hidden--9MRcj {
  border-radius: 4px;
  border: 1px solid #f0f1f5;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper-hidden--9MRcj:hover, .searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper-hidden--9MRcj:focus {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper-focus--Y5oY7, .searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc:hover {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc .searchinput-module--input-input--baYX\+ {
  outline: none;
  color: #272e47;
  color: var(--Text-5, #272e47);
  border: none;
  width: 100%;
  height: 32px;
  min-width: 300px;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc .searchinput-module--input-input-with-list--wFN0O {
  width: auto;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc .searchinput-module--andExcludeWordsBox--uD8y- {
  width: auto;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc .searchinput-module--andExcludeWordsBox--uD8y- .searchinput-module--andExcludeWordsTextBox--BYgHA {
  margin-right: 16px;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  background-color: #edf0ff;
  color: #4c6aff;
  border-radius: 4px;
  border-color: #e5eaff;
  cursor: pointer;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc .searchinput-module--andExcludeWordsBox--uD8y- .searchinput-module--andExcludeWordsText--9UaCN {
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc .searchinput-module--andExcludeWordsBox--uD8y- .searchinput-module--initAndExcludeWordsBox--yJRII {
  display: flex;
  color: #4c6aff;
  cursor: pointer;
  align-items: center;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc .searchinput-module--andExcludeWordsBox--uD8y- .searchinput-module--initAndExcludeWordsBox--yJRII .searchinput-module--addIcon--dsTOZ {
  color: #4c6aff;
  line-height: 30px;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc .searchinput-module--andExcludeWordsBox--uD8y- .searchinput-module--initAndExcludeWordsBox--yJRII .searchinput-module--disableAddIcon--Rk6y5 {
  color: #b7c3ff;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc .searchinput-module--andExcludeWordsBox--uD8y- .searchinput-module--initAndExcludeWordsBox--yJRII .searchinput-module--addIconText--ZtNbl {
  font-size: 12px;
  word-break: keep-all;
  display: inline-block;
  padding: 0 16px 0 2px;
  width: -webkit-max-content;
  width: max-content;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc .searchinput-module--andExcludeWordsBox--uD8y- .searchinput-module--disableInitAndExcludeWordsBox--4khUE {
  color: #b7c3ff;
  cursor: no-drop;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc .searchinput-module--input-suffix--Dujnb {
  padding-right: 16px;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc .searchinput-module--input-prefix--7pkPt {
  margin-left: 20px;
  margin-right: 8px;
  display: flex;
  height: 100%;
  align-items: center;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc .searchinput-module--tagList--7UsNa {
  position: relative;
  display: flex;
  height: 100%;
  margin-left: auto;
  align-items: center;
  margin-right: 24px;
  row-gap: 20px;
  flex-wrap: wrap;
  padding: 14px 0;
  justify-content: flex-end;
  overflow: hidden;
  flex-grow: 1;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc .searchinput-module--tagList--7UsNa .searchinput-module--tag--e8LIE {
  word-break: keep-all;
  white-space: nowrap;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--inputInnerWrapper--VKtVc .searchinput-module--tagList--7UsNa .searchinput-module--tag--e8LIE .ant-tag {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU {
  width: 494px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 1px 8px 0px #d1dae7;
  z-index: 11;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--titleStyle--d381e {
  color: #080b19;
  width: 380px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bolder;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--formBox--601bi {
  display: flex;
  align-items: baseline;
  margin-top: 24px;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--LineIcon--\+Jvbe {
  display: inline-block;
  padding: 0 8px;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--groupBox--CmCl4 {
  display: flex;
  align-items: center;
  gap: 12px 16px;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--groupBox--CmCl4 .searchinput-module--inputGruop--i6DTg {
  width: 390px;
  display: flex;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
  border-radius: 2px;
  align-items: center;
  margin-bottom: 12px;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--groupBox--CmCl4 .searchinput-module--inputGruop--i6DTg:hover {
  border-color: #386ee4;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--groupBox--CmCl4 .searchinput-module--inputGruop--i6DTg .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-width: 0 !important;
  box-shadow: none;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--groupBox--CmCl4 .searchinput-module--inputGruop--i6DTg .ant-select-selector {
  width: 110px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  position: relative;
  border-width: 0 !important;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--groupBox--CmCl4 .searchinput-module--inputGruop--i6DTg .ant-select-selector:hover {
  border-right: none !important;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--groupBox--CmCl4 .searchinput-module--inputGruop--i6DTg .ant-select-selector::before {
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--groupBox--CmCl4 .searchinput-module--inputGruop--i6DTg .ant-input-affix-wrapper {
  border-width: 0 !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--groupBox--CmCl4 .searchinput-module--inputGruop--i6DTg .ant-input-affix-wrapper:hover {
  border-right: none !important;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--groupBox--CmCl4 .searchinput-module--inputGruop--i6DTg .searchinput-module--arrowDownFullfill--gX1cP {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALBAMAAACEzBAKAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURYuRn0xpcY2Pn4ySoYySoYySoY+Pn42RoYqPn4yPn4ySn4uRn42Rn42SoZaCWVQAAAANdFJOU4AAIN/P7xCvMFBQkHDwaqBfAAAASElEQVQI12MQhAKGBgYwYGLwvQsGVxjmQhi3GGQgDEYGwb0g+oIgg6A4iFEIZIgBlV9OBDIEle/eNRIEMSRiryqCGYJzbwEJAJiUJd3/zOTKAAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 8px 5.5px;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--addItemIconBox--kQwd6 {
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 106px;
  color: #4c6aff;
  width: -webkit-max-content;
  width: max-content;
  cursor: pointer;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--addItemIconBox--kQwd6 .searchinput-module--addItemIcon--vw\+H4 {
  margin-right: 8px;
  width: 20px !important;
  height: 20px !important;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--addItemIconBox--kQwd6 .searchinput-module--addItemIcon--vw\+H4 svg {
  width: 20px !important;
  height: 20px !important;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--andExcludeWordsPopover--ikBaU .searchinput-module--popoverFooter--VHFze {
  display: flex;
  justify-content: flex-end;
}
.searchinput-module--input-wrapper--FrbYV .searchinput-module--input-button--bVps7 {
  font-family: "PingFang SC" !important;
  background-color: #4c6aff !important;
  background-color: var(--Avatar-6, #4c6aff) !important;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  height: 100%;
  width: 104px;
  border: none;
  outline: none;
  margin-left: 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.index-module--modal-container--c0ISc {
  background: #fff;
  padding: 0 20px 28px;
  border-radius: 0 0 12px 12px;
}
.index-module--modal-container--c0ISc header {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #272e47;
  margin-bottom: 16px;
}
.index-module--modal-container--c0ISc section {
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #545a6e;
  margin-bottom: 28px;
}
.index-module--modal-product--Xb4k9 {
  color: #272e47;
}
.index-module--modal-btns--73wAK {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.index-module--modal--P2XiE .ant-modal-body {
  padding: 98px 0px 0;
}
.index-module--modal--P2XiE .ant-modal-close {
  display: none;
}
.index-module--modal--P2XiE .ant-modal-content {
  background: transparent no-repeat;
  background-image: url("https://cowork-storage-public-cdn.lx.netease.com/common/2024/08/09/0041c6dd47d74b89a62de06f378c339b.png");
  background-size: 100% auto;
  background-position: top;
}
@charset "UTF-8";
.index-module--deepSeekEntry--9Lorv {
  position: fixed;
  right: 20px;
  bottom: 30%;
  z-index: 9999;
  width: 44px;
  height: 55px;
  background-image: url(/static/deep-seek-entry-b9a3bbab338c090e3750bcdb7df2e924.gif);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.index-module--deepSeekEntry--9Lorv .index-module--tooltipTrigger--PBzTC {
  position: absolute;
  top: 50%;
  left: 0;
}

.index-module--tooltipClose--6pCcW {
  margin-left: 24px;
}

.index-module--unread--f\+ydl {
  position: absolute;
  top: -6px;
  right: -2px;
  display: block;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 8px;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
  color: #fff;
  color: var(---, #fff);
  text-align: center;
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 133.333% */
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--inputBoxContainer--wLOrf {
  border-radius: 12px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(51, 79, 119, 0.12);
}

.index-module--tagList--MyT2O {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.index-module--tagList--MyT2O > div {
  border-radius: 10px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.index-module--tagList--MyT2O > div:hover {
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.index-module--tagList--MyT2O > div:active {
  background: #ebedf2;
  background: var(--Fill-3-hover, #ebedf2);
}

.index-module--selectTag--feSER {
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 44px;
  width: 100%;
  justify-content: space-between;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.index-module--selectTag--feSER > div:nth-child(1) {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  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; /* 157.143% */
}
.index-module--selectTag--feSER .index-module--closeIcon--HGbEJ {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.index-module--selectTag--feSER .index-module--closeIcon--HGbEJ > span,
.index-module--selectTag--feSER .index-module--closeIcon--HGbEJ > span > svg {
  width: 100% !important;
  height: 100% !important;
}

.index-module--textarea-wrapper--csXIU {
  position: relative;
  padding: 0px 0 50px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 12px;
}
.index-module--textarea-wrapper--csXIU .index-module--textarea--Stt8X {
  padding: 0 12px;
  width: 100%;
  border: none !important;
  resize: none;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--textarea-wrapper--csXIU .index-module--textarea--Stt8X::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--textarea-wrapper--csXIU .index-module--textarea--Stt8X::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--textarea-wrapper--csXIU .index-module--textarea--Stt8X:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--textarea-wrapper--csXIU .index-module--textarea--Stt8X:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--textarea-wrapper--csXIU .index-module--textarea--Stt8X:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--textarea-wrapper--csXIU .index-module--textarea--Stt8X:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--textarea-wrapper--csXIU .index-module--textarea--Stt8X:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--textarea-wrapper--csXIU .index-module--textarea--Stt8X:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--textarea-wrapper--csXIU .index-module--textarea--Stt8X:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--deepThinking--7Bgvi {
  display: flex;
  padding: 6px 10px;
  gap: 4px;
  align-items: center;
  border-radius: 100px;
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
  cursor: pointer;
}
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--deepThinking--7Bgvi:hover {
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--deepThinking--7Bgvi.index-module--active--lu7z2 {
  background-color: #edf0ff;
  background-color: var(--Brand-2, #edf0ff);
}
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--deepThinking--7Bgvi.index-module--active--lu7z2 .index-module--icon--KDRYy {
  color: #4c6aff;
}
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--deepThinking--7Bgvi.index-module--active--lu7z2 .index-module--text--lQmef {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--deepThinking--7Bgvi .index-module--icon--KDRYy {
  color: #6f7485;
}
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--deepThinking--7Bgvi .index-module--text--lQmef {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--submit--XJX3t,
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--stop--yQ4-h {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  border-radius: 65.385px;
  opacity: 0.9;
  background: linear-gradient(97deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%);
  cursor: pointer;
}
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--submit--XJX3t:hover,
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--stop--yQ4-h:hover {
  background: linear-gradient(97deg, #747bff 1.51%, #9f85ff 75.38%, #b985ff 100%);
}
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--submit--XJX3t:active,
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--stop--yQ4-h:active {
  background: linear-gradient(97deg, #4951e6 1.51%, #7a5ce6 74.19%, #975ce6 98.42%);
}
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--submit--XJX3t.index-module--disabled--I9YP7,
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--stop--yQ4-h.index-module--disabled--I9YP7 {
  background: linear-gradient(97deg, #b9bdff 1.51%, #cfc2ff 74.19%, #dcc2ff 98.42%);
  cursor: not-allowed;
}
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--submit--XJX3t .index-module--icon--KDRYy {
  display: flex;
  color: #fff;
  font-size: 22px;
}
.index-module--textarea-wrapper--csXIU .index-module--operations--ue7DT .index-module--stop--yQ4-h .index-module--icon--KDRYy {
  width: 12px;
  height: 12px;
  border-radius: 1.8px;
  background-color: #fff;
}

.index-module--logo--XfOJN {
  height: 15px;
  display: block;
  margin: 12px auto 0;
}

.index-module--dividingStrip--pXbt7 {
  height: 12px;
  width: 100%;
}
.index-module--intro--AEJpa {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 300px;
  margin: 124px auto 0;
  height: calc(100vh - 230px);
}
.index-module--intro--AEJpa .index-module--avatar--ntfzv {
  width: 70px;
}
.index-module--intro--AEJpa .index-module--title--yCct3 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 12px;
}
.index-module--intro--AEJpa .index-module--desc--VEL6c {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--drawer--B11HP .ant-drawer-content {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  background-image: url(/static/title-bj.85576f54.svg);
  background-repeat: no-repeat;
  box-shadow: -6px 0px 16px 0px rgba(47, 83, 134, 0.12);
}
.index-module--drawer--B11HP .ant-drawer-header {
  background: transparent;
}
.index-module--drawer--B11HP .ant-drawer-body {
  padding: 0;
  position: relative;
}
.index-module--drawer--B11HP .ant-drawer-footer {
  border-top: none;
  padding: 12px 0 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.index-module--drawer--B11HP .index-module--drawerBox--oDzwX {
  display: flex;
  justify-content: space-between;
}
.index-module--drawer--B11HP .index-module--drawerBox--oDzwX .index-module--drawerContent--JPKNT {
  flex: 1 1;
}
.index-module--drawer--B11HP .index-module--drawerBox--oDzwX .index-module--sidebarBox--LYO2a {
  background-color: #f6f7fa;
  border-left: 1px solid #e1e3e8;
  border-left: 1px solid var(--Line-3, #e1e3e8);
  padding: 16px 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.index-module--drawer--B11HP .index-module--drawerBox--oDzwX .index-module--sidebarBox--LYO2a .index-module--closeIcon--7EnSs {
  cursor: pointer;
}
.index-module--drawer--B11HP .index-module--drawerBox--oDzwX .index-module--sidebarBox--LYO2a .index-module--avatarStyle--aYTvp {
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}
.index-module--drawer--B11HP .index-module--drawerBox--oDzwX .index-module--sidebarBox--LYO2a .index-module--avatarStyle--aYTvp:hover {
  background-color: #fff;
}
.index-module--drawer--B11HP .index-module--drawerBox--oDzwX .index-module--sidebarBox--LYO2a .index-module--avatarStyle--aYTvp .index-module--avatarBroder--8FmyD {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
}
.index-module--drawer--B11HP .index-module--drawerBox--oDzwX .index-module--sidebarBox--LYO2a .index-module--avatarStyle--aYTvp .index-module--avatarBroder--8FmyD .index-module--unread--OSpnH {
  position: absolute;
  top: -6px;
  right: -2px;
  display: block;
  min-width: 12px;
  height: 12px;
  padding: 0 4px;
  border-radius: 8px;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
  color: #fff;
  color: var(---, #fff);
  text-align: center;
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-family: "PingFang SC";
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 133.333% */
}
.index-module--drawer--B11HP .index-module--drawerBox--oDzwX .index-module--sidebarBox--LYO2a .index-module--avatarStyle--aYTvp .index-module--avatarBroder--8FmyD .index-module--avatarUrl--3zl8t {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-module--drawer--B11HP .index-module--drawerBox--oDzwX .index-module--sidebarBox--LYO2a .index-module--avatarActive--Qmex- {
  background-color: #fff;
}

.index-module--drawerHiddenClose--I7tXS .ant-drawer-close {
  display: none;
}

.index-module--inputAndFooter--E6nU9 {
  padding: 12px 0 16px;
}

.index-module--inputWrap--QwvKv {
  padding: 0px 20px 12px;
}
.tradeAnalysis-module--container--XCCsF {
  min-width: 862px;
  min-height: 100%;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.tradeAnalysis-module--container-list--4knze {
  padding: 16px;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--header--iboUd {
  background: url(/static/tradeIndex-9af5049c328a17f5d73da38f85816ff8.png) center center no-repeat;
  background-size: 1220px 390px;
  background-color: #272d4d;
  height: 390px;
  position: relative;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--header--iboUd .tradeAnalysis-module--headerInner--\+t7aT {
  max-width: 1014px;
  padding: 0 90px;
  margin: 0 auto;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--header--iboUd .tradeAnalysis-module--textWrap--pugMg {
  padding-top: 80px;
  text-align: center;
  padding-bottom: 48px;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--header--iboUd .tradeAnalysis-module--textWrap--pugMg h1 {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  /* identical to box height, or 138% */
  color: #ffffff;
  margin-bottom: 16px;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--header--iboUd .tradeAnalysis-module--introWrapper--rZN6N {
  display: flex;
  justify-content: center;
  gap: 36px;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--header--iboUd .tradeAnalysis-module--introWrapper--rZN6N .tradeAnalysis-module--introItem--VXPze {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  color: #ffffff;
  display: flex;
  align-items: center;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--header--iboUd .tradeAnalysis-module--introWrapper--rZN6N .tradeAnalysis-module--introItem--VXPze .tradeAnalysis-module--introText--FLtOF {
  padding-left: 8px;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--hotKey--T4Iaa {
  max-width: 1040px;
  padding: 0 103px;
  margin: 18px auto;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--hotKey-title--BlrDi {
  padding: 20px;
  background: linear-gradient(180deg, #fff1eb 0%, rgba(255, 255, 255, 0) 100%);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--hotKey--T4Iaa .ant-table-thead tr th {
  background-color: #f8f9fa !important;
  background-color: var(--Fill-1, #f8f9fa) !important;
  color: #747a8c !important;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--hotKey--T4Iaa .ant-table-tbody .odd:hover {
  background-color: #f6f7fa !important;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--hotKey--T4Iaa .ant-table-tbody tr:hover {
  background-color: #f6f7fa !important;
  cursor: pointer;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--hotTable--lc9qX .ant-table-cell {
  min-width: 52px;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--search-comp--K2uNC {
  width: 100%;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--search-input-wrapper--gQoSE {
  position: relative;
}
.tradeAnalysis-module--container--XCCsF .tradeAnalysis-module--search-input-wrapper-tank--l5XKr {
  padding: 16px;
  background: #fff;
  border: 1px solid #f0f1f5;
  border-radius: 4px;
}

.tradeAnalysis-module--sum--EmNfG {
  margin-bottom: 0;
}
.tradeAnalysis-module--sum-percent--\+lRU8 {
  margin-bottom: 0;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
}
.contactsSelectModal-module--modal-wrap--4GlPK .ant-modal-header {
  box-sizing: border-box;
  height: 44px;
  padding: 11px 24px;
  border-bottom: none;
}
.contactsSelectModal-module--modal-wrap--4GlPK .ant-modal-close-x {
  height: 44px;
  line-height: 44px;
}
.contactsSelectModal-module--modal-wrap--4GlPK .ant-select-selector {
  border: 1px solid #d9d9d9 !important;
}
.contactsSelectModal-module--modal-wrap--4GlPK .ant-upload-list-item-name {
  max-width: 300px;
}
.contactsSelectModal-module--modal-wrap--4GlPK .ant-modal-content {
  border-radius: 6px;
}
.contactsSelectModal-module--modal-wrap--4GlPK .ant-table-column-sort {
  background: inherit;
}
.contactsSelectModal-module--modal-wrap--4GlPK .contactsSelectModal-module--modal-content--g0u0J {
  height: 100%;
}
.contactsSelectModal-module--modal-wrap--4GlPK .contactsSelectModal-module--modal-content--g0u0J .ant-table {
  height: 250px !important;
  overflow-y: scroll !important;
  border: none !important;
}
.contactsSelectModal-module--modal-wrap--4GlPK .contactsSelectModal-module--selectAll--fzzr- {
  margin-top: 12px;
  padding-left: 20px;
}
.contactsSelectModal-module--modal-wrap--4GlPK .contactsSelectModal-module--selectAll--fzzr- .ant-tabs-tab {
  padding: 2px 8px !important;
}
.contactsSelectModal-module--modal-wrap--4GlPK .contactsSelectModal-module--table--tcUId {
  padding: 0 12px;
}
.contactsSelectModal-module--modal-wrap--4GlPK .contactsSelectModal-module--table--tcUId .ant-table-cell {
  vertical-align: top;
}
.contactsSelectModal-module--modal-wrap--4GlPK .contactsSelectModal-module--table--tcUId .ant-table-filter-column {
  display: flex;
  justify-content: flex-start;
}
.contactsSelectModal-module--modal-wrap--4GlPK .contactsSelectModal-module--table--tcUId .ant-table-filter-column .ant-table-column-title {
  flex-grow: 0;
  margin-right: 4px;
}
.contactsSelectModal-module--modal-wrap--4GlPK .contactsSelectModal-module--table--tcUId .ant-table-column-title,
.contactsSelectModal-module--modal-wrap--4GlPK .contactsSelectModal-module--table--tcUId .custom-column {
  white-space: nowrap;
}
.contactsSelectModal-module--modal-wrap--4GlPK .contactsSelectModal-module--table--tcUId .ant-table-filter-trigger {
  padding: 0;
  width: 28px;
  height: 28px;
  justify-content: center;
  margin-left: 2px;
}
.contactsSelectModal-module--modal-wrap--4GlPK .contactsSelectModal-module--jobname--0NYlt {
  color: #478e83;
  font-size: 12px;
}
.contactsSelectModal-module--modal-wrap--4GlPK .contactsSelectModal-module--iconWrapper---Wxro {
  display: flex;
  align-items: center;
}
.contactsSelectModal-module--modal-wrap--4GlPK .contactsSelectModal-module--emailIocn--l46A- {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSAzQzEuNSAyLjcyMzg2IDEuNzIzODYgMi41IDIgMi41SDE0QzE0LjI3NjEgMi41IDE0LjUgMi43MjM4NiAxNC41IDNWMTNDMTQuNSAxMy4yNzYxIDE0LjI3NjEgMTMuNSAxNCAxMy41SDJDMS43MjM4NiAxMy41IDEuNSAxMy4yNzYxIDEuNSAxM1YzWiIgc3Ryb2tlPSIjM0Y0NjVDIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIgM0w3LjU1NjI0IDYuNzA0MTZDNy44MjQ5NiA2Ljg4MzMxIDguMTc1MDQgNi44ODMzMSA4LjQ0Mzc2IDYuNzA0MTZMMTQgMyIgc3Ryb2tlPSIjM0Y0NjVDIi8+Cjwvc3ZnPgo=) center center no-repeat;
  background-size: 16px;
  margin-right: 12px;
}
.contactsSelectModal-module--modal-wrap--4GlPK .contactsSelectModal-module--phoneIocn--JhBjn {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(/static/phone.e3cc1398.svg) center center no-repeat;
  background-size: 16px;
  margin-right: 12px;
}

.contactsSelectModal-module--checkGroup--9eYu6 {
  width: 208px;
}
.contactsSelectModal-module--checkGroup--9eYu6 label {
  width: 100%;
  height: 32px;
  line-height: 32px;
  margin-left: 12px !important;
}
.purchasechain-module--purchasePart--33N7P {
  padding: 20px;
}
.purchasechain-module--purchasePart--33N7P .purchasechain-module--header--WuOjc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  margin-bottom: 12px;
}
.purchasechain-module--purchasePart--33N7P .purchasechain-module--header--WuOjc .purchasechain-module--title--tsrXO {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.purchasechain-module--purchasePart--33N7P .purchasechain-module--header--WuOjc .purchasechain-module--datePick--1SbO9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  width: 100%;
}
.purchasechain-module--purchasePart--33N7P .purchasechain-module--header--WuOjc .purchasechain-module--showTipsWrapper--K9Qkp {
  margin-left: 12px;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #4c6aff;
}
.purchasechain-module--purchasePart--33N7P .purchasechain-module--header--WuOjc .purchasechain-module--searchTipsText--FOmmc {
  font-size: 12px;
  line-height: 20px;
  margin-left: 4px;
}
.purchasechain-module--purchasePart--33N7P .purchasechain-module--textIntro--e30lx {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.purchasechain-module--purchasePart--33N7P .purchasechain-module--g6Toolbarui--i0ME\+ {
  margin: 12px auto 0px auto;
  padding: 0;
  width: 48px;
  height: 16px;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-between;
}
.purchasechain-module--purchasePart--33N7P .purchasechain-module--g6Toolbarui--i0ME\+ > li {
  width: 16px;
  height: 16px;
  display: flex;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.purchasechain-module--purchasePart--33N7P .purchasechain-module--g6Toolbarui--i0ME\+ > li:hover {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}

.purchasechain-module--phc--Y0ehG {
  position: fixed;
  bottom: 20px;
  width: 68.125%;
  min-width: 872px;
  right: 0px;
  z-index: 2;
}
.purchasechain-module--phc-group--yJSoN {
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
}

.purchasechain-module--productSearchTips--vNm8J .ant-popover-arrow {
  opacity: 1;
}
.purchasechain-module--productSearchTips--vNm8J .ant-popover-arrow-content {
  background: rgba(0, 0, 0, 0.8);
}
.purchasechain-module--productSearchTips--vNm8J .ant-popover-inner {
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
}
.purchasechain-module--productSearchTips--vNm8J .purchasechain-module--popContent--hLH\+G {
  font-size: 12px;
  color: #fff;
}
.purchasechain-module--productSearchTips--vNm8J .purchasechain-module--popContent--hLH\+G .purchasechain-module--popClose--ZPBxd {
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
  font-size: 12px;
  margin-left: 12px;
  cursor: pointer;
}

.purchasechain-module--purchasePick--N8EiM {
  width: 33%;
  border-radius: 4px;
}

.purchasechain-module--purchaseIntro--N4VFc {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  justify-content: space-between;
}
.purchasechain-module--purchaseIntro--N4VFc a {
  display: flex;
  align-items: center;
}

.purchasechain-module--purchaseItem--GTzeF {
  width: 25%;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.purchasechain-module--purchaseItem--GTzeF .purchasechain-module--label--09QRc {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.purchasechain-module--purchaseValue--yLfdi {
  width: 100%;
}

.purchasechain-module--dateSelectFoot--7BVgN {
  display: flex;
  column-gap: 8px;
  padding: 12px 0;
}
.purchasechain-module--dateSelectFoot--7BVgN .purchasechain-module--dateSelectItem--eC2s1 {
  text-align: center;
  background: #f2f3f5;
  border-radius: 2px;
  cursor: pointer;
  padding: 2px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.purchasechain-module--dateSelectFoot--7BVgN .purchasechain-module--dateSelectItem--eC2s1:hover {
  background: #e5e6eb;
}
.purchasechain-module--dateSelectFoot--7BVgN .purchasechain-module--dateSelectItem-selected--meqH- {
  background: #4c6aff !important;
  background: var(--Avatar-6, #4c6aff) !important;
  color: #fff !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--modal---FGQI {
  position: relative;
}
.index-module--modal---FGQI .ant-modal-footer {
  padding: 0 24px 24px 24px;
  border-top: none;
}
.index-module--modal---FGQI .ant-form-item-label > label:after {
  margin-right: 12px;
}
.index-module--modal---FGQI .ant-form-item {
  margin-bottom: 0;
}
.index-module--modal---FGQI .ant-modal-header {
  border-bottom: none;
  padding: 20px 20px 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--modal---FGQI .ant-modal-body {
  padding: 4px 20px 20px;
}

.index-module--modalBox--2dLwB {
  padding: 0;
}

.index-module--modalTip--CnTGd {
  margin-bottom: 8px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--modalTip--CnTGd::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}

.index-module--modalTop--u77ch {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  white-space: nowrap;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.index-module--modalPointer--U11AL {
  color: #4c6aff;
  margin-left: 10px;
  cursor: pointer;
}

.index-module--modalEllipsis--0RCjD {
  margin-top: 8px;
  color: #4c6aff;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index-module--modalTextColor--reoUK {
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.index-module--form--NBGph .index-module--roleBox--REQ79 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-module--form--NBGph .index-module--roleBox--REQ79 .index-module--roleRight--8ap3r {
  width: 210px;
  padding: 12px;
  height: 94px;
  background: #f8f9fa;
  background: var(--fill-1, #f8f9fa);
}
.index-module--form--NBGph .index-module--roleBox--REQ79 .index-module--roleRight--8ap3r .index-module--roleRightTextBox--XS7Yz {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.index-module--form--NBGph .index-module--roleBox--REQ79 .index-module--roleRight--8ap3r .index-module--tipBox--WYl42 {
  display: flex;
}
.index-module--form--NBGph .index-module--roleBox--REQ79 .index-module--roleRight--8ap3r .index-module--tipBox--WYl42 .index-module--modalTip--CnTGd {
  display: flex;
  align-items: center;
  margin: 0 20px 0 8px;
}
.index-module--form--NBGph .index-module--roleBox--REQ79 .index-module--lineBox--fbOCX {
  margin: 0 4px;
  color: #e1e3e8;
}
.index-module--form--NBGph .index-module--roleBox--REQ79 .index-module--roleLeft--bCfbh {
  width: 210px;
  padding: 12px;
  height: 94px;
  background: #f8f9fa;
  background: var(--fill-1, #f8f9fa);
}
.index-module--form--NBGph .index-module--oneLineItem--j9-Ww {
  margin-top: 10px;
}
.index-module--form--NBGph .index-module--oneLineItem--j9-Ww .ant-form-item-label {
  width: 120px;
  text-align: left;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-right: 10px;
}
.index-module--form--NBGph .index-module--oneLineItem20--oJul1 {
  margin-top: 20px;
}
.index-module--form--NBGph .index-module--oneLineItem20--oJul1 .ant-form-item-label {
  text-align: left;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-right: 10px;
}
.index-module--form--NBGph .index-module--oneLineItem20Label--FtBJX .ant-form-item-label {
  width: 74px;
}
.index-module--form--NBGph .index-module--modalOpacity--EFkOV {
  opacity: 0.6;
}
.index-module--form--NBGph .index-module--modalOpacity--EFkOV .ant-divider-horizontal {
  margin: 20px 0;
}
.index-module--form--NBGph .index-module--checkBoxStyle--K6r3U {
  display: flex;
  align-items: center;
  margin: 12px 0 20px;
}
.index-module--form--NBGph .index-module--checkBoxStyle--K6r3U .index-module--checkBoxTip--CFjjr svg {
  margin-top: 6px;
}
.index-module--form--NBGph .index-module--grayText--\+YKpP {
  color: #747a8c;
}

.index-module--exampleModal--4eI8- .ant-modal-body {
  padding: 0 60px;
}

.index-module--exampleImg--4zDnt {
  width: 420px;
  height: 420px;
}
.index-module--exampleImg--4zDnt img {
  max-width: 420px;
  max-height: 420px;
}

.index-module--modalFooter--a8KDQ {
  margin-top: 20px;
  z-index: 11;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}
.index-module--modalFooter--a8KDQ .index-module--modalFooterRight--wuvuZ {
  display: flex;
}

.index-module--selectWidth--db3eQ {
  width: 260px !important;
}

.index-module--optionItem--AVeGF {
  width: auto;
}
.index-module--optionItem--AVeGF .index-module--optionNameStyle--GUFhm {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-module--itemCompanyListBox--D3BFh {
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  background-color: #fff;
  padding: 16px;
}
.index-module--itemCompanyListBox--D3BFh .ant-alert-info {
  border: 0px;
  background-color: rgba(76, 106, 255, 0.09);
}
.index-module--itemCompanyListBox--D3BFh .ant-alert-icon {
  color: #4c6aff;
}
.index-module--itemCompanyListBox--D3BFh header {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
  color: #272e47;
}
.index-module--itemCompanyListBox--D3BFh .index-module--itemBox--fudYi {
  display: flex;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #eeedee;
  padding: 16px;
  margin-top: 12px;
  position: relative;
}
.index-module--itemCompanyListBox--D3BFh .index-module--itemBox--fudYi .index-module--countryRegion--u5aIP {
  position: absolute;
  right: 16px;
  top: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  line-height: 22px;
}
.index-module--itemCompanyListBox--D3BFh .index-module--itemBox--fudYi .index-module--itemLogo--ixBlP {
  width: 75px;
  height: 75px;
  color: #fff;
  background-color: #4c6aff;
  border-radius: 4px;
  text-align: center;
  line-height: 75px;
  margin-right: 16px;
}
.index-module--itemCompanyListBox--D3BFh .index-module--itemBox--fudYi .index-module--infoBoxleft--qDQxD {
  width: calc(100% - 91px);
}
.index-module--itemCompanyListBox--D3BFh .index-module--itemBox--fudYi .index-module--infoBoxleft--qDQxD .index-module--infoBox--k21ni {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-module--itemCompanyListBox--D3BFh .index-module--itemBox--fudYi .index-module--infoBoxleft--qDQxD .index-module--infoText--B3mHk {
  color: #747a8c;
}
.index-module--itemCompanyListBox--D3BFh .index-module--itemBox--fudYi .index-module--infoBoxleft--qDQxD .index-module--infoText--B3mHk .index-module--infoTextTop--6FNWZ > span {
  margin-right: 16px;
}
.index-module--itemCompanyListBox--D3BFh .index-module--itemBox--fudYi .index-module--flexBox--iYsgu {
  display: flex;
  justify-content: space-between;
}
.index-module--itemCompanyListBox--D3BFh .index-module--moreStyle--1WbrA {
  margin-top: 10px;
  text-align: center;
  color: #4c6aff;
}
.index-module--itemCompanyListBox--D3BFh .index-module--moreStyle--1WbrA > span {
  cursor: pointer;
}
.index-module--titleStyle--I\+BVO {
  display: flex;
  justify-content: space-between;
}
.index-module--titleStyle--I\+BVO .index-module--urlLink--cH9jt {
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 12px;
  line-height: 20px;
}

.index-module--detailBox--llARE {
  padding: 20px;
  padding-top: 0;
}
.index-module--detailBox--llARE .ant-alert-info {
  border: 0px;
  background-color: rgba(76, 106, 255, 0.09);
}
.index-module--detailBox--llARE .ant-alert-icon {
  color: #4c6aff;
}
.index-module--detailBox--llARE .index-module--iconCloseText--sozge {
  color: #4c6aff;
  cursor: pointer;
}
.index-module--detailBox--llARE .index-module--detailTitle--vLFrn {
  margin-top: 16px;
  display: flex;
}
.index-module--detailBox--llARE .index-module--detailTitle--vLFrn .index-module--excludePageSpan--WvFRt {
  display: inline-block;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e1e3e8;
  border-radius: 2px;
  cursor: pointer;
}
.index-module--detailBox--llARE .index-module--detailTitle--vLFrn .index-module--excludeViewedPageSpan--0NeWa:hover {
  border: 1px solid #4c6aff;
  color: #4c6aff;
}
.index-module--detailBox--llARE .index-module--detailTitle--vLFrn .index-module--disablePageSpan--Pxm7g {
  display: inline-block;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  background-color: #f5f5f5;
}
.index-module--detailBox--llARE .index-module--detailTitle--vLFrn .index-module--itemCompanyDetailName--kuUh- {
  margin-right: 16px;
  line-height: 32px;
  color: #545a6e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-module--detailBox--llARE .index-module--detailInfoBox--2t7qB {
  margin-top: 16px;
  padding: 16px;
  display: flex;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  width: 100%;
}
.index-module--detailBox--llARE .index-module--detailInfoBox--2t7qB .index-module--detailLogo--m\+36v {
  width: 80px;
  height: 80px;
  color: #fff;
  margin-right: 12px;
  background-color: #4c6aff;
  border-radius: 4px;
  text-align: center;
  line-height: 80px;
}
.index-module--detailBox--llARE .index-module--detailInfoBox--2t7qB .index-module--detailInfo--\+5Jzg {
  width: calc(100% - 92px);
}
.index-module--detailBox--llARE .index-module--detailInfoBox--2t7qB .index-module--detailInfo--\+5Jzg .index-module--detailInfoName--031bz {
  width: 100%;
  display: inline-block;
  color: #272e47;
  margin-bottom: 6px;
}
.index-module--detailBox--llARE .index-module--detailInfoBox--2t7qB .index-module--detailInfo--\+5Jzg .index-module--detailInfoItem--20Nmr {
  color: #545a6e;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-module--detailBox--llARE .index-module--detailInfoBox--2t7qB .index-module--detailInfo--\+5Jzg .index-module--detailInfoItem--20Nmr > div {
  width: 32%;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-module--detailBox--llARE .index-module--detailListBox--UTi8S {
  margin-top: 20px;
}
.index-module--detailBox--llARE .index-module--detailListBox--UTi8S .index-module--detailListTop--i7zWo {
  display: flex;
  justify-content: space-between;
}
.index-module--detailBox--llARE .index-module--detailListBox--UTi8S .index-module--detailListTop--i7zWo :golab .index-module--ant-tabs-tab--nlj3I {
  background-color: #f6f7fa;
}
.index-module--detailBox--llARE .index-module--detailListBox--UTi8S .index-module--pagination--PDoCJ {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  justify-content: flex-end;
  margin: 16px 0;
}
.index-module--detailBox--llARE .index-module--detailListBox--UTi8S .index-module--tagPosition--NOe5o {
  font-size: 12px;
  display: inline-block;
  padding: 0px 6px;
  border: 1px solid #4c6aff;
  border-radius: 2px;
  color: #4c6aff;
  margin-left: 4px;
}
.bddetailHeader-module--container--H9D9i {
  padding: 16px;
}
.bddetailHeader-module--container--H9D9i section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bddetailHeader-module--container--H9D9i section .bddetailHeader-module--mergeCompanyText--mPQ59 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 20px;
}
.bddetailHeader-module--container--H9D9i section .bddetailHeader-module--mergeCompanyQuery--DstyG {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
  margin-left: 4px;
}
.bddetailHeader-module--container--H9D9i section .bddetailHeader-module--dataPicker--jyIaf {
  width: 293px;
}
.bddetailHeader-module--container--H9D9i section .ant-picker-range {
  width: 100%;
}

.bddetailHeader-module--dateSelectFoot--U1qwz {
  display: flex;
  column-gap: 8px;
  padding: 12px 0;
}
.bddetailHeader-module--dateSelectFoot--U1qwz .bddetailHeader-module--dateSelectItem--rJWy9 {
  text-align: center;
  background: #f2f3f5;
  border-radius: 2px;
  cursor: pointer;
  padding: 2px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.bddetailHeader-module--dateSelectFoot--U1qwz .bddetailHeader-module--dateSelectItem--rJWy9:hover {
  background: #e5e6eb;
}
.bddetailHeader-module--dateSelectFoot--U1qwz .bddetailHeader-module--dateSelectItem-selected--PYlh\+ {
  background: #4c6aff !important;
  background: var(--Avatar-6, #4c6aff) !important;
  color: #fff !important;
}

.bddetailHeader-module--title--X0gah {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.distributionBox-module--distributionBox--UZcPb .ant-select-arrow {
  top: 35%;
}
.distributionBox-module--distributionBox--UZcPb .even td {
  background: none !important;
}
.distributionBox-module--distributionBox--UZcPb .odd td {
  background-color: #f8f9fa !important;
}
.distributionBox-module--distributionBox--UZcPb .distributionBox-module--distributionSelect--Ka-u6 {
  padding-bottom: 16px;
  width: 140px;
}
.distributionBox-module--distributionBox--UZcPb .distributionBox-module--productDistributionStyle--TALYL {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.distributionBox-module--distributionBox--UZcPb .distributionBox-module--distributionStyle--4WxKY {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-module--dataPicker--eSXmj {
  width: 293px;
  margin-bottom: 16px;
}

.index-module--dateSelectFoot--yDwbW {
  display: flex;
  column-gap: 8px;
  padding: 12px 0;
}
.index-module--dateSelectFoot--yDwbW .index-module--dateSelectItem--B2xVU {
  text-align: center;
  background: #f2f3f5;
  border-radius: 2px;
  cursor: pointer;
  padding: 2px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.index-module--dateSelectFoot--yDwbW .index-module--dateSelectItem--B2xVU:hover {
  background: #e5e6eb;
}
.index-module--dateSelectFoot--yDwbW .index-module--dateSelectItem-selected--bfR-8 {
  background: #4c6aff !important;
  background: var(--Avatar-6, #4c6aff) !important;
  color: #fff !important;
}

.index-module--title--LTYv5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--tabContent--LKV-K {
  padding: 12px 16px 0;
}
.index-module--tabContent--LKV-K .ant-tabs-nav {
  margin-bottom: 0;
}
.index-module--tabContent--LKV-K .ant-tabs-tab {
  padding: 9px 0 !important;
}
.index-module--tabContent--LKV-K .ant-tabs-tab:not(:first-child) {
  margin-left: 32px !important;
}
.index-module--tabContent--LKV-K .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.index-module--tabContent--LKV-K .ant-tabs-tab:hover {
  color: #4c6aff;
}
.index-module--tabContent--LKV-K .ant-tabs-tab-active [role=tab] {
  font-weight: normal;
}
.index-module--ex--DDNkS {
  padding: 20px 16px;
}
.index-module--ex--DDNkS .ant-table-cell {
  vertical-align: top !important;
}
.index-module--ex-disable--mVrNr {
  color: #747a8c;
}
.index-module--ex-name--LgQTO .index-module--name--Hd8\+R {
  font-weight: 400;
  line-height: 22px;
  color: #272e47;
  width: 100%;
}
.index-module--ex-date--1BmVq {
  color: #747a8c;
  font-weight: 400;
  line-height: 22px;
}
.index-module--ex-desc--sYpxQ {
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  color: #272e47;
}
.index-module--ex-cz--lwU9z {
  color: #4c6aff;
  cursor: pointer;
}

.index-module--scrollTooltip--Fh0o4 .ant-tooltip-inner {
  max-height: 400px;
  overflow-y: scroll;
}
.index-module--scrollTooltip--Fh0o4 .ant-tooltip-inner::-webkit-scrollbar {
  opacity: 1;
}
.index-module--sns--nBkky {
  padding: 20px 16px 16px;
}
.index-module--sns-header--TO\+Mx {
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 22px;
  width: 115px;
}
.index-module--sns-container--r6QiA {
  column-count: 2;
  column-gap: 20px;
  margin-top: 20px;
}
@charset "UTF-8";
.index-module--item--N0aZy {
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  padding: 16px;
  break-inside: avoid;
  margin-bottom: 20px;
  cursor: pointer;
}
.index-module--item--N0aZy:hover {
  background-color: #f0f2f7;
}
.index-module--item--N0aZy > header {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.index-module--item--N0aZy > header > img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.index-module--item--N0aZy > section {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 限制显示的行数为2 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 隐藏溢出的文本 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.index-module--item--N0aZy .index-module--img1--t\+fRS {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index-module--item--N0aZy .index-module--imgGroup--yidqj {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.index-module--item--N0aZy .index-module--imgPart--h9IFK {
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--item--N0aZy .index-module--img2--tRuY4 {
  width: calc((100% - 8px) / 2);
  padding-top: calc((100% - 8px) / 2 * 0.75);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index-module--item--N0aZy .index-module--img3--fhB2j {
  width: calc((100% - 8px) / 3);
  padding-top: calc((100% - 8px) / 3 * 0.75);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index-module--item--N0aZy > footer {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.index-module--item--N0aZy > footer .index-module--footer-item--NvX72 {
  display: flex;
  width: 33.3333333333%;
  align-items: center;
  justify-content: center;
  gap: 4px;
  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;
}
.index-module--item--N0aZy > footer .index-module--footer-item--NvX72 .sirius-icon {
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center;
}
.index-module--item-name--PTvia {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
}
.index-module--item-info--esvlh {
  display: flex;
  flex-direction: column;
}
.index-module--item-date--ic8cS {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.index-module--linkResolutionProductInsertModalWrapper--iIClh .ant-modal-body {
  padding-top: 0px !important;
}
.index-module--linkResolutionProductInsertModalWrapper--iIClh .l2c-crm-ant-table-body {
  max-height: none !important;
}
.index-module--linkResolutionProductInsertModalWrapper--iIClh .index-module--info--HGsOz {
  color: #747a8c;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 16px;
}
.index-module--linkResolutionProductInsertModalWrapper--iIClh .index-module--footer--jkJ5Y {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-top: 18px;
}
.index-module--siteSelectModal--uANOx .ant-modal-header {
  border-bottom: 0px !important;
}
.index-module--siteSelectModal--uANOx .ant-modal-body {
  padding-top: 0px !important;
}
.index-module--siteSelectModal--uANOx .index-module--siteSelectModalContainer--ijhM8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.index-module--siteSelectModal--uANOx .index-module--siteSelectModalContainer--ijhM8 .index-module--info--aMLYH {
  color: #272e47;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.index-module--siteSelectModal--uANOx .index-module--siteSelectModalContainer--ijhM8 .index-module--select--ozqKW {
  width: 100%;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  line-height: 24px;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 h1 {
  font-size: 24px;
  line-height: 34px;
  margin: 26px 0;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 h2 {
  font-size: 22px;
  line-height: 32px;
  margin: 24px 0;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 22px 0;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 h4 {
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 h5 {
  font-size: 16px;
  line-height: 26px;
  margin: 18px 0;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 h6 {
  font-size: 14px;
  line-height: 24px;
  margin: 16px 0;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 blockquote {
  padding-left: 14px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  border-left: 3px solid #e1e3e8;
  border-left: 3px solid var(--Fill-4, #e1e3e8);
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 ul {
  padding-left: 18px;
  margin: 24px 0;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 ol {
  padding-left: 28px;
  margin: 24px 0;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 p {
  font-size: 14px;
  line-height: 24px;
  margin: 24px 0;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 [ai-display=infoBar] {
  padding: 8px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 16px;
  border-radius: 10px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 [ai-display=blockBtn] {
  padding: 7px 20px;
  display: block;
  font-size: 14px;
  color: #562de0;
  text-align: center;
  line-height: 22px;
  border-radius: 100px;
  border: 1px solid #747bff;
  background: linear-gradient(93deg, #f5f5ff 0%, #f9f7ff 73.99%, #faf7ff 98.65%);
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 [ai-display=blockBtn]:hover {
  text-decoration: none;
  background: linear-gradient(93deg, #e9eaff 0%, #efeaff 73.99%, #f4ebff 98.65%);
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 hr {
  border: none;
  height: 1px;
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
  margin: 16px 0;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 a {
  color: #562de0;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 a:hover {
  text-decoration: underline;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 .index-module--option--SitrE {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 10px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
  cursor: pointer;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 .index-module--option--SitrE + .index-module--option--SitrE {
  margin-top: 8px;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 .index-module--option--SitrE:first-child {
  margin-top: 20px;
}
.index-module--innerMsg--qVmdq .index-module--markdown--hEOM6 .index-module--option--SitrE::after {
  content: ">";
  margin-left: 8px;
  position: relative;
  top: -1px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--chatTitle--Y2Xk5 {
  padding-right: 30px;
}
.index-module--chatTitle--Y2Xk5 img {
  width: 28px;
  height: 28px;
}
.index-module--chatTitle--Y2Xk5 > div:nth-child(1) {
  row-gap: 6px;
}
.index-module--chatTitle--Y2Xk5 .index-module--count--Q3oMn {
  border-radius: 13px;
  border: 1px solid #c9cbd6;
  border: 1px solid var(--Fill-5, #c9cbd6);
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  line-height: 16px;
  padding: 4px 9px;
  /* 133.333% */
}
.index-module--chatTitle--Y2Xk5 .index-module--logo--BzZxZ {
  gap: 6px;
}

.index-module--chatFooter--32fsx {
  gap: 4px;
}
.index-module--chatFooter--32fsx .index-module--logo--BzZxZ {
  height: 15px;
  transform: translateY(1px);
}
.index-module--chatFooter--32fsx .index-module--span1--svKR0 {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-size: 10px;
  line-height: 14px;
}

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

.index-module--msgBox--iHxIF {
  padding: 0px 20px 44px;
}

.index-module--sendMsgBox--5Kfot {
  display: flex;
  flex-direction: row-reverse;
}

.index-module--placeholder--1FrLK {
  height: 100px;
}

.index-module--headPlaceholder--CKMYs {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-module--loading--geThu {
  animation: index-module--spin--xtJ0n 1s linear infinite;
  /* 应用旋转动画 */
}

@keyframes index-module--spin--xtJ0n {
  0% {
    transform: rotate(0deg);
  }
  /* 初始旋转角度 */
  100% {
    transform: rotate(360deg);
  }
  /* 最终旋转角度 */
}
.index-module--locator--V0W3D {
  border-radius: 50%;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  width: 52px;
  height: 52px;
  position: absolute;
  right: 40px;
  bottom: 234px;
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  cursor: pointer;
  opacity: 0.9;
}
.index-module--locator--V0W3D:hover {
  opacity: 1;
}
.index-module--locator--V0W3D > span {
  width: 25px;
  height: 25px;
}
.index-module--locator--V0W3D svg {
  width: 100%;
  height: 100%;
}
.index-module--timeBox--Nt63Y {
  display: flex;
  justify-content: center;
  margin: 20px 0 16px;
  color: #747a8c;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--drawer--5slVd .ant-drawer-content {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  background-image: url(/static/title-bj.85576f54.svg);
  background-repeat: no-repeat;
  box-shadow: -6px 0px 16px 0px rgba(47, 83, 134, 0.12);
}
.index-module--drawer--5slVd .ant-drawer-header {
  background: transparent;
}
.index-module--drawer--5slVd .ant-drawer-body {
  padding: 0;
  position: relative;
}
.index-module--drawer--5slVd .ant-drawer-footer {
  border-top: none;
  padding: 12px 0 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.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;
}
.style-module--product-sample-modal--XV1Bh {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.style-module--product-sample-modal--XV1Bh .ant-modal-header {
  border-bottom: none;
}
.style-module--product-sample-modal--XV1Bh .ant-modal-title {
  line-height: 24px;
}
.style-module--product-sample-modal--XV1Bh .ant-modal-body {
  padding-top: 0;
}

.style-module--sample-img--mmkGE {
  width: 496px;
  max-width: 100%;
  aspect-ratio: 2.15;
  margin: 8px 0 79px;
}

.style-module--wa-sample-img--yVV9G {
  width: 496px;
  max-width: 100%;
  aspect-ratio: 1.5;
  margin: 8px 0 28px;
}

.style-module--description--ofbmz {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  width: 100%;
}

.style-module--step--KmcG2 {
  display: flex;
  gap: 24px;
  margin-bottom: 12px;
}
.style-module--step--KmcG2 .style-module--step-item--aFDiJ {
  font-size: 14px;
  line-height: 20px;
  color: #747a8c;
  cursor: pointer;
}
.style-module--step--KmcG2 .style-module--step-name--MfdTn {
  display: inline-block;
  position: relative;
  padding: 8px 0;
}
.style-module--step--KmcG2 .style-module--step-active--iXrWo {
  font-weight: 500;
  color: #4c6aff;
}
.style-module--step--KmcG2 .style-module--step-active--iXrWo .style-module--step-name--MfdTn::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  content: "";
  width: 24px;
  height: 2px;
  background: #4c6aff;
}

.style-module--back-btn--1sT5k {
  width: 74px;
  height: 32px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.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);
}
.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;
}
.style-module--product-empty--e0Ky1 {
  width: 496px;
  margin: 0 auto;
}
.style-module--product-empty-title--5hW-W {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #272e47;
  text-align: center;
  margin: 36px 0 22px;
}
.style-module--product-empty-intro--kSnk- {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 26px;
  color: #272e47;
}

.style-module--sample-img--Zmxli {
  width: 496px;
  height: 231px;
  margin-top: 8px;
}

.style-module--step--XbpK2 {
  display: flex;
  gap: 24px;
  margin-top: 18px;
}
.style-module--step--XbpK2 .style-module--step-item--\+QoSA {
  font-size: 14px;
  line-height: 20px;
  color: #747a8c;
  cursor: pointer;
}
.style-module--step--XbpK2 .style-module--step-name--vTDhS {
  display: inline-block;
  position: relative;
  padding: 8px 0;
}
.style-module--step--XbpK2 .style-module--step-active--10AkJ {
  font-weight: 500;
  color: #4c6aff;
}
.style-module--step--XbpK2 .style-module--step-active--10AkJ .style-module--step-name--vTDhS::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  content: "";
  width: 24px;
  height: 2px;
  background: #4c6aff;
}

.style-module--description--DnfPh {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  width: 100%;
  margin-top: 12px;
}

.style-module--add-btn--of8Dp {
  width: 280px;
  height: 36px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-top: 57px;
  margin-left: 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;
}
.source-code-modal {
  height: 612px;
}
.source-code-modal .ant-modal-header {
  padding: 18px 24px;
  border-bottom: none;
}
.source-code-modal .ant-modal-footer {
  padding: 18px 24px;
  border-top: none;
}
.source-code-modal .ant-modal-body {
  padding: 12px 24px;
}
.source-code-modal .source-code-modal-textarea {
  background: #f4f6f7;
  border-radius: 4px;
  border: none;
}
.source-code-modal .source-code-modal-textarea.source-code-modal-textarea-error {
  border: 1px solid #fe5b4c;
}
.source-code-modal .source-code-modal-input-err {
  color: #fe5b4c;
  margin: 8px 0 19px 0;
  font-size: 12px;
}
.source-code-modal .variable-ctrl-item .variable-ctrl-switch-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.source-code-modal .variable-ctrl-item .variable-ctrl-switch-item .variable-ctrl-content-title {
  color: #232d47;
  font-weight: 500;
  font-size: 14px;
  margin: 0 12px 0 0;
}
.source-code-modal .variable-ctrl-item .variable-ctrl-content-info {
  color: #7a8599;
  font-size: 12px;
  margin-bottom: 20px;
}
.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";
.customVariableModal-module--inputBtn--xUnHP {
  color: #4c6aff;
  font-size: 12px;
  cursor: pointer;
}

.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--footer--gH\+k7 {
  display: flex;
  justify-content: space-between;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--footer--gH\+k7 .lx-ui-btn + .lx-ui-btn {
  margin-left: 12px;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--footer--gH\+k7 .customVariableModal-module--manage-btns--gOUR3 {
  display: flex;
  gap: 20px;
  align-items: center;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--footer--gH\+k7 .customVariableModal-module--manage-btns--gOUR3 .sirius-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--footer--gH\+k7 .customVariableModal-module--manage-btns--gOUR3 .customVariableModal-module--btns--drybp {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 14px;
  height: 22px;
  line-height: 22px;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--footer--gH\+k7 .customVariableModal-module--manage-btns--gOUR3 .customVariableModal-module--btns--drybp .customVariableModal-module--svg--Y5lrS,
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--footer--gH\+k7 .customVariableModal-module--manage-btns--gOUR3 .customVariableModal-module--btns--drybp .customVariableModal-module--svghover--XwYb- {
  margin-right: 4px;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--footer--gH\+k7 .customVariableModal-module--manage-btns--gOUR3 .customVariableModal-module--btns--drybp .customVariableModal-module--svg--Y5lrS {
  display: inline-block;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--footer--gH\+k7 .customVariableModal-module--manage-btns--gOUR3 .customVariableModal-module--btns--drybp .customVariableModal-module--svghover--XwYb- {
  display: none;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--footer--gH\+k7 .customVariableModal-module--manage-btns--gOUR3 .customVariableModal-module--btns--drybp:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--footer--gH\+k7 .customVariableModal-module--manage-btns--gOUR3 .customVariableModal-module--btns--drybp:hover .customVariableModal-module--svg--Y5lrS {
  display: none;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--footer--gH\+k7 .customVariableModal-module--manage-btns--gOUR3 .customVariableModal-module--btns--drybp:hover .customVariableModal-module--svghover--XwYb- {
  display: inline-block;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--group--ABQ1n .ant-checkbox-group {
  width: 100%;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--group--ABQ1n .ant-checkbox-wrapper {
  display: flex !important;
  padding: 8px 12px;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--group--ABQ1n .ant-checkbox + span {
  padding-left: 0px;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--group--ABQ1n .ant-input-group {
  padding: 8px 12px;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--group--ABQ1n .ant-input-group .customVariableModal-module--ant-input-affix-wrapper--\+WLtb {
  border: 1px solid rgb(76, 106, 255);
  padding: 5px 8px;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--group--ABQ1n .ant-checkbox {
  width: 0;
  overflow: hidden;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--group--ABQ1n .ant-checkbox-wrapper:hover {
  background: #f0f2f7;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--vartype--jZ2jF {
  margin: 0;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  position: -webkit-sticky;
  position: sticky;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  z-index: 1;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--vartype--jZ2jF .sirius-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--items--pXq3d {
  height: 330px;
  overflow-y: scroll;
  display: block;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 4px;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--items--pXq3d .customVariableModal-module--inputerror--Y0ngJ {
  border: 1px solid #fe5b4c;
  border: 1px solid var(--Error-6, #fe5b4c);
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--items--pXq3d .customVariableModal-module--itemsNo--nuifk {
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(122, 133, 153);
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--items--pXq3d::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--items--pXq3d::-webkit-scrollbar-track {
  border-radius: 6px;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--items--pXq3d::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(38, 42, 51, 0.3);
  padding: 4px;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--items--pXq3d .customVariableModal-module--item--k2PY6 span:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--items--pXq3d .customVariableModal-module--item-select--tF0xP {
  background: #f2f5ff;
  position: relative;
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--items--pXq3d .customVariableModal-module--item-select--tF0xP .customVariableModal-module--icon--AwOB- {
  position: absolute;
  right: 6px;
  top: 10px;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--items--pXq3d .customVariableModal-module--item--k2PY6 {
  position: relative;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--items--pXq3d .customVariableModal-module--item--k2PY6 .customVariableModal-module--btnsEdit--6ptQL {
  position: absolute;
  right: 16px;
  top: 10px;
  height: 20px;
  line-height: 20px;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--items--pXq3d .customVariableModal-module--item--k2PY6 .customVariableModal-module--btnsEdit--6ptQL .customVariableModal-module--editIcon--CJkxA {
  margin-right: 24px;
  cursor: pointer;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--items--pXq3d .customVariableModal-module--item--k2PY6 .customVariableModal-module--btnsEdit--6ptQL .customVariableModal-module--deleteIcon--sJnoL {
  cursor: pointer;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--err--y2rdt {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: 4px 0;
  padding: 0 0 0 12px;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--empty--tAat4 {
  font-size: 14px;
  color: #747a8c;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--empty--tAat4 p {
  margin: 8px 0 0 0;
  line-height: 22px;
  text-align: center;
}
.customVariableModal-module--custom-variable-modal---8nsW .customVariableModal-module--empty--tAat4 .customVariableModal-module--create--Cpd-L {
  color: #4c6aff;
  cursor: pointer;
}
.customVariableModal-module--custom-variable-modal---8nsW .ant-modal-header {
  border-bottom: none;
  padding: 20px 20px 12px 20px;
}
.customVariableModal-module--custom-variable-modal---8nsW .ant-modal-body {
  padding: 0px 20px;
}
.customVariableModal-module--custom-variable-modal---8nsW .ant-modal-footer {
  border-top: none;
  padding: 18px 20px;
}
.customVariableModal-module--custom-variable-modal---8nsW .ant-modal-title {
  line-height: 24px;
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@keyframes insertVariable-module--showTipImg--CXCGS {
  0% {
    display: none;
  }
  100% {
    display: block;
  }
}
.insertVariable-module--insert-variable--ymR43 {
  width: 234px;
  background: transparent;
  box-shadow: none;
  padding-top: 2px;
}
.insertVariable-module--insert-variable--ymR43 .ant-cascader-menu {
  height: auto;
  background: #fff;
  max-height: 180px;
  border-radius: 4px;
  width: 100%;
}
.insertVariable-module--insert-variable--ymR43 .ant-cascader-menu:nth-child(2) {
  border: 0.5px solid #eceff4;
  box-shadow: 0px 4px 8px rgba(35, 45, 71, 0.1);
  border-radius: 4px;
}
.insertVariable-module--insert-variable--ymR43 .ant-cascader-menu .ant-cascader-menu-item {
  color: #545a6e;
}
.insertVariable-module--insert-variable--ymR43 .ant-cascader-menu .ant-cascader-menu-item-active .ant-cascader-menu-item-expand-icon {
  color: #386ee7;
}
.insertVariable-module--insert-variable--ymR43 .ant-cascader-menu:first-child .ant-cascader-menu-item-active {
  color: #545a6e;
}
.insertVariable-module--insert-variable--ymR43 .ant-cascader-menu:nth-child(2) .ant-cascader-menu-item-active::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDQuODMzMzNMNC4zMzMzMyA4LjE2NjY3TDExIDEuNSIgc3Ryb2tlPSIjNEM2QUZGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  position: absolute;
  right: -215px;
}
.insertVariable-module--insert-variable--ymR43 .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled) {
  color: #386ee7;
  font-weight: normal;
  background: transparent;
}
.insertVariable-module--insert-variable--ymR43 .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  background-color: #f0f2f7;
  color: #386ee7;
  font-weight: normal;
}
.insertVariable-module--insert-variable--ymR43 .ant-cascader-menu:first-child .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  color: #545a6e;
}
.insertVariable-module--insert-variable--ymR43 .ant-cascader-menu-item-disabled {
  color: rgb(255, 170, 0);
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  padding: 0;
  cursor: auto;
}
.insertVariable-module--insert-variable--ymR43 .ant-tabs {
  overflow: initial;
}
.insertVariable-module--insert-variable--ymR43 .ant-tabs .ant-tabs-nav,
.insertVariable-module--insert-variable--ymR43 .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap {
  margin: 0;
}
.insertVariable-module--insert-variable--ymR43 .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  margin: 0;
  padding: 8px 12px 6px;
}
.insertVariable-module--insert-variable--ymR43 .ant-tabs .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn {
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
}
.insertVariable-module--insert-variable--ymR43 .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  text-shadow: none;
  color: #4c6aff;
}
.insertVariable-module--insert-variable--ymR43 .ant-tabs .ant-tabs-ink-bar.ant-tabs-ink-bar-animated {
  width: 10px !important;
  transform: translateX(36px);
}
.insertVariable-module--insert-variable--ymR43 .insertVariable-module--variable-wrapper--limZG {
  background-color: #fff;
  border: 0.5px solid #eceff4;
  box-shadow: 0px 4px 8px rgba(35, 45, 71, 0.1);
  border-radius: 4px;
}
.insertVariable-module--insert-variable--ymR43 .insertVariable-module--variable-wrapper-height--bEx5I {
  height: 164px;
}
.insertVariable-module--insert-variable--ymR43 .insertVariable-module--variable-wrapper-expand-rt--IqEV1 .ant-cascader-menu:nth-child(2) {
  transform: translateY(-80%);
}
.insertVariable-module--insert-variable--ymR43 .insertVariable-module--variable-wrapper-expand-lb--bNfp2 .ant-cascader-menu:nth-child(2) {
  transform: translateX(-200%);
}
.insertVariable-module--insert-variable--ymR43 .insertVariable-module--variable-tip--9V8uw {
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  padding: 6px 12px;
  border: none;
  align-items: baseline;
  background-color: #f2f7fe;
}
.insertVariable-module--insert-variable--ymR43 .insertVariable-module--variable-tip--9V8uw .ant-alert-message {
  white-space: pre-wrap;
  align-items: baseline;
}
.insertVariable-module--insert-variable--ymR43 .insertVariable-module--variable-tip--9V8uw .ant-alert-close-icon {
  overflow: initial;
}
.insertVariable-module--insert-variable--ymR43 .insertVariable-module--variable-tip-ask--OkqcM {
  margin-right: 4px;
  padding-top: 3px;
  overflow: initial;
}
.insertVariable-module--insert-variable--ymR43 .insertVariable-module--variable-tip-close--TrbhS {
  padding-top: 4px;
}

.insertVariable-module--insert-btn--0Ppr4 {
  color: rgba(38, 42, 51, 0.9);
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  display: flex;
  align-items: center;
}
.insertVariable-module--insert-btn--0Ppr4::before {
  content: "";
  border-left: 1px solid rgba(38, 42, 51, 0.08);
  padding-left: 12px;
  height: 20px;
}

.insertVariable-module--insert-icon--WbJ1L {
  margin-right: 5px;
}

.insertVariable-module--insert-btn-hide--Tmg8B {
  height: 0;
  font-size: 0;
  overflow: hidden;
}

.insertVariable-module--empty-contact-setting-modal--R3Ml8 .insertVariable-module--optionList--XMUzA {
  display: flex;
  gap: 12px;
}
.insertVariable-module--empty-contact-setting-modal--R3Ml8 .insertVariable-module--label--wy5Ru {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.insertVariable-module--empty-contact-setting-modal--R3Ml8 .insertVariable-module--setting-svg--uJaxQ {
  width: 113px;
  font-size: 12px;
  line-height: 20px;
  color: #262a33;
  padding: 4px 16px 8px;
  border: 1px solid rgba(38, 42, 51, 0.16);
  border-radius: 2px;
}
.insertVariable-module--empty-contact-setting-modal--R3Ml8 .insertVariable-module--setting-svg--uJaxQ.insertVariable-module--selected--JHa3K {
  border-color: #2d61e4;
}
.insertVariable-module--empty-contact-setting-modal--R3Ml8 .insertVariable-module--bar1--Z8aRa {
  width: 58px;
  height: 4px;
  background: #bcc4d0;
}
.insertVariable-module--empty-contact-setting-modal--R3Ml8 .insertVariable-module--bar2--Dtke1 {
  margin-top: 4px;
  width: 81px;
  height: 4px;
  background: #d6dbe3;
}

.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--tip--EpfAH {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  height: 32px;
  width: 100%;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(76, 106, 255, 0.09);
  margin-bottom: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--tip--EpfAH .insertVariable-module--tip-btn--wybvy {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  text-decoration: none;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--tip2--LijUv {
  height: auto;
  flex-flow: column;
  align-items: baseline;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--title--lbgBE {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 2px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--subtitle--Y2qhw {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--subtitle--Y2qhw .ant-popover-inner {
  border-radius: 8px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--subtitle--Y2qhw span {
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--subtitle--Y2qhw .insertVariable-module--file--z-NBd,
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--subtitle--Y2qhw .insertVariable-module--client--L6NM5,
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--subtitle--Y2qhw .insertVariable-module--clue--awmqR {
  position: relative;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--subtitle--Y2qhw .insertVariable-module--file--z-NBd:hover,
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--subtitle--Y2qhw .insertVariable-module--client--L6NM5:hover,
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--subtitle--Y2qhw .insertVariable-module--clue--awmqR:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--subtitle--Y2qhw .insertVariable-module--file--z-NBd .insertVariable-module--file-tip--ryra5 {
  display: block;
  border-radius: 8px;
  width: 640px;
  height: 400px;
  background: url(/static/filetip-caf1b95e724d776c6f06729017737016.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--subtitle--Y2qhw .insertVariable-module--client--L6NM5 .insertVariable-module--client-tip--W8vm2 {
  display: block;
  border-radius: 8px;
  width: 640px;
  height: 432px;
  background: url(/static/clienttip-c1eb60efec04437a60f176254b622f24.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--subtitle--Y2qhw .insertVariable-module--clue--awmqR .insertVariable-module--clue-tip--7l07B {
  display: block;
  border-radius: 8px;
  width: 640px;
  height: 432px;
  background: url(/static/cluetip-9b819e25efc5f28f1d5557472451bff7.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--subtitle--Y2qhw .insertVariable-module--subtitle-btn--4MBMh {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  margin-left: 4px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  text-decoration: none;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--subtitle--Y2qhw .insertVariable-module--subtitle-btn--4MBMh .insertVariable-module--subtitle-btn-tip--0Ihgs {
  display: block;
  border-radius: 8px;
  width: 592px;
  height: 190px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
  background: url(/static/settip-79bcb05f3dc7feae2ae48c982c4bd63d.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--subtitle--Y2qhw .insertVariable-module--subtitle-btn--4MBMh .insertVariable-module--product-subtitle-btn-tip--5rmWA {
  display: block;
  border-radius: 8px;
  width: 469px;
  height: 190px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
  background: url(/static/product-settip-7f5699f20ec5c51c998b329c0db6d58e.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--type-wrap--aa1mf {
  display: flex;
  justify-content: space-between;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--type-wrap--aa1mf .insertVariable-module--item--Yxf0l {
  width: 90px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #f6f7fa;
  border: 1px solid var(--Fill-2, #f6f7fa);
  cursor: pointer;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--type-wrap--aa1mf .insertVariable-module--item--Yxf0l .insertVariable-module--txt--mCzLm {
  display: inline-block;
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--type-wrap--aa1mf .insertVariable-module--item--Yxf0l .sirius-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--type-wrap--aa1mf .insertVariable-module--item--Yxf0l.insertVariable-module--checked--SsU5A {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  position: relative;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--type-wrap--aa1mf .insertVariable-module--item--Yxf0l.insertVariable-module--checked--SsU5A > svg {
  position: absolute;
  right: 0;
  top: 0;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--company-template--TtKO4 {
  margin-top: 8px;
  height: 32px;
  border-radius: 4px;
  background-color: #fff8ed;
  background-color: var(--Warning-1, #fff8ed);
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--company-template--TtKO4 .insertVariable-module--btn--78eoD {
  text-decoration: underline;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--company-template--TtKO4 .insertVariable-module--name--Y2Eua {
  max-width: 51px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--company-template--TtKO4 .sirius-icon {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr {
  margin-top: 20px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-title--mSmg0 {
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-title--mSmg0 span {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-title--mSmg0 span .sirius-icon {
  height: 16px;
  width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li {
  margin-bottom: 16px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-contact--WOJtO .insertVariable-module--demo-item-img--fQjwR {
  background: url(/static/contactDemo-ea4143b9f0aa7465458ac6f1db39e7af.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-contact--WOJtO .insertVariable-module--demo-item-have--xnD5z .insertVariable-module--img-box--iATY9 .insertVariable-module--bg--6Rc3H {
  width: 136px;
  height: 68px;
  background: url(/static/contactDemoRes1-eefc0eaa478ac007d91d24e383494d7a.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-contact--WOJtO .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--img-box--iATY9 .insertVariable-module--bg--6Rc3H {
  width: 136px;
  height: 68px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-contact--WOJtO .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--bg0--XZfbf {
  background: url(/static/contactDemoRes2-6853c6344711629fd09ad64492e93308.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-contact--WOJtO .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--bg1--8cqKZ {
  background: url(/static/contactDemoRes3-522b2ee40e6aa4164fca1311615a2dd5.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-contact--WOJtO .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--bg2--UBr5o {
  background: url(/static/contactDemoRes4-37ef233abf3a887d7a9da669e24fcac3.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-contact--WOJtO .ant-radio-group {
  display: flex;
  gap: 8px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-contact--WOJtO .ant-radio-wrapper {
  display: flex;
  justify-content: center;
  margin: 8px 0 0 0;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-company--dKtk6 .insertVariable-module--demo-item-img--fQjwR {
  background: url(/static/companyDemo-a455ced909db49ebe597052996b4ffe0.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-company--dKtk6 .insertVariable-module--demo-item-have--xnD5z .insertVariable-module--bg--6Rc3H {
  background: url(/static/companyDemoRes1-b35bb7f05cfdc2c61024fa2687094f65.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-company--dKtk6 .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--bg--6Rc3H {
  background: url(/static/companyDemoRes2-0c837e465fe3b0bb1ea221e989829f83.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-company--dKtk6 .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--bg1--8cqKZ {
  background: url(/static/companyDemoRes3-f255688a1f917ddbc56a2887930d6084.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-company--dKtk6 .insertVariable-module--radio-new--xu69u {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-company--dKtk6 .insertVariable-module--radio-new--xu69u .insertVariable-module--radio-text--6JsLw {
  margin-top: 8px;
  padding-left: 8px;
  padding-right: 4px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-job--aqLLz .insertVariable-module--demo-item-img--fQjwR {
  background: url(/static/jobDemo-c2687b15a54da826273baf8c342372e0.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-job--aqLLz .insertVariable-module--demo-item-have--xnD5z .insertVariable-module--bg--6Rc3H {
  background: url(/static/jobDemoRes1-904261491595e50d3301422c8d583471.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-job--aqLLz .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--bg--6Rc3H {
  background: url(/static/jobDemoRes2-d827d2dd34433add24a08a165250ee2d.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-product--Iv8J4 .insertVariable-module--demo-item-img--fQjwR {
  background: url(/static/productDemo-535fc2b50052ccce442aa907992bfbef.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-product--Iv8J4 .insertVariable-module--demo-item-have--xnD5z .insertVariable-module--bg--6Rc3H {
  background: url(/static/productDemoRes1-31b5fbb743f177f8442d1b99c3624359.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-product--Iv8J4 .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--bg--6Rc3H {
  background: url(/static/productDemoRes2-efc0fde38c4d8d29718487977ec3be03.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-nation--Rj93E .insertVariable-module--demo-item-img--fQjwR {
  background: url(/static/nationDemo-0f9d12f6a7011364e95cc1d880095476.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-nation--Rj93E .insertVariable-module--demo-item-have--xnD5z .insertVariable-module--bg--6Rc3H {
  background: url(/static/nationDemoRes1-3c86242ddbc4fd58115327aa566758b5.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-nation--Rj93E .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--bg--6Rc3H {
  background: url(/static/nationDemoRes2-dac094b8afdcd78b5c77f77b2cff6bc8.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-nickname--zxLlh .insertVariable-module--demo-item-img--fQjwR {
  background: url(/static/nicknameDemo-31f6b23403d6ec269ec53da9c6d32836.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-nickname--zxLlh .insertVariable-module--demo-item-have--xnD5z .insertVariable-module--img-box--iATY9 .insertVariable-module--bg--6Rc3H {
  width: 136px;
  height: 68px;
  background: url(/static/nicknameDemoRes1-20b6a50d11e7c7c763e013491f662654.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-nickname--zxLlh .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--img-box--iATY9 .insertVariable-module--bg--6Rc3H {
  width: 136px;
  height: 68px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-nickname--zxLlh .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--bg0--XZfbf {
  background: url(/static/nicknameDemoRes2-6853c6344711629fd09ad64492e93308.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-nickname--zxLlh .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--bg1--8cqKZ {
  background: url(/static/nicknameDemoRes3-522b2ee40e6aa4164fca1311615a2dd5.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-nickname--zxLlh .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--bg2--UBr5o {
  background: url(/static/nicknameDemoRes4-b3d3f8aa899e2d8c57635dc341546b9f.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-nickname--zxLlh .ant-radio-group {
  display: flex;
  gap: 8px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-nickname--zxLlh .ant-radio-wrapper {
  display: flex;
  justify-content: center;
  margin: 8px 0 0 0;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-other--13xAm .insertVariable-module--demo-item-img--fQjwR {
  background: url(/static/otherDemo-6f1b439e0c3e38de0842b8c64a95048d.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-other--13xAm .insertVariable-module--demo-item-have--xnD5z .insertVariable-module--bg--6Rc3H {
  background: url(/static/otherDemoRes1-96de60a94d26266a7e609f6519e6951d.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-other--13xAm .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--bg--6Rc3H {
  background: url(/static/otherDemoRes2-afa347c4394a1a0d6c8e41c0a9c362ca.png) no-repeat scroll center center;
  background-size: 100% 100%;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-tip--oXmXF {
  margin-bottom: 8px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-title--QvxNU {
  margin-bottom: 4px;
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-img--fQjwR {
  width: 284px;
  height: 68px;
  margin-bottom: 12px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-res--dSotp {
  display: flex;
  justify-content: space-between;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-have--xnD5z > p,
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-none--fGqLD > p {
  margin-bottom: 4px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-have--xnD5z .ant-radio-group,
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-none--fGqLD .ant-radio-group {
  display: flex;
  gap: 8px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-have--xnD5z .insertVariable-module--img-box--iATY9 .insertVariable-module--bg--6Rc3H,
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--img-box--iATY9 .insertVariable-module--bg--6Rc3H {
  width: 284px;
  height: 68px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-have--xnD5z .insertVariable-module--img-box--iATY9 .insertVariable-module--companybg--X\+b1C,
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--img-box--iATY9 .insertVariable-module--companybg--X\+b1C {
  width: 184px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-have--xnD5z .insertVariable-module--img-box--iATY9 .insertVariable-module--radio--Dl0hV,
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--img-box--iATY9 .insertVariable-module--radio--Dl0hV {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-have--xnD5z .insertVariable-module--img-box--iATY9 .insertVariable-module--radio-new--xu69u,
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--img-box--iATY9 .insertVariable-module--radio-new--xu69u {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-have--xnD5z .insertVariable-module--img-box--iATY9 .insertVariable-module--radio-new--xu69u .insertVariable-module--radio-text--6JsLw,
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--img-box--iATY9 .insertVariable-module--radio-new--xu69u .insertVariable-module--radio-text--6JsLw {
  margin-top: 8px;
  padding-left: 8px;
  padding-right: 4px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-have--xnD5z .insertVariable-module--img-box--iATY9 p,
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--demo--axmtr .insertVariable-module--demo-container--RM\+li .insertVariable-module--demo-item-none--fGqLD .insertVariable-module--img-box--iATY9 p {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  line-height: 22px;
  height: 22px;
  margin-bottom: 0;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--contact-name--CHa7i {
  margin-top: 10px;
  height: 146px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--contact-name--CHa7i .insertVariable-module--contact-name-title--bFoVj {
  color: #747a8c;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--contact-name--CHa7i .insertVariable-module--contact-name-list--wHg8U {
  display: flex;
  justify-content: space-between;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--contact-name--CHa7i .insertVariable-module--contact-name-list--wHg8U .insertVariable-module--contact-name-item--7ENLU {
  display: flex;
  flex-direction: column;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--contact-name--CHa7i .insertVariable-module--contact-name-list--wHg8U .insertVariable-module--contact-name-item--7ENLU .insertVariable-module--contact-name-content--j\+aLU {
  width: 138px;
  height: 66px;
  background: #ffffff;
  border: 1px solid #ebedf2;
  border-radius: 4px;
  padding: 8px 12px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--contact-name--CHa7i .insertVariable-module--contact-name-list--wHg8U .insertVariable-module--contact-name-item--7ENLU .insertVariable-module--contact-name-content--j\+aLU .insertVariable-module--contact-name-name--Wdnhf {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  margin-bottom: 4px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--contact-name--CHa7i .insertVariable-module--contact-name-list--wHg8U .insertVariable-module--contact-name-item--7ENLU .insertVariable-module--contact-name-content--j\+aLU .insertVariable-module--contact-name-bar--6Ir8N {
  width: 100%;
  height: 8px;
  background: #ebedf2;
  border-radius: 2px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--contact-name--CHa7i .insertVariable-module--contact-name-list--wHg8U .insertVariable-module--contact-name-item--7ENLU .insertVariable-module--contact-name-footer--Mme\+l {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #272e47;
  margin-top: 8px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--contact-name-select--2IG48 {
  border: 1px solid #4c6aff !important;
  border-radius: 4px;
  position: relative;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--contact-name-select--2IG48 .insertVariable-module--contact-name-select-icon--67KMy {
  position: absolute;
  right: 0px;
  top: 0px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--table-filter-tabs--\+-kro {
  color: #7a8599;
  padding: 0px 0px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--table-filter-tabs--\+-kro .ant-tabs-nav {
  margin-bottom: 0;
  border-bottom: 1px solid #ebedf2;
  padding: 0px 24px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--table-filter-tabs--\+-kro .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--table-filter-tabs--\+-kro .ant-tabs-tab:hover {
  color: #4c6aff;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--table-filter-tabs--\+-kro .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 24px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--table-filter-tabs--\+-kro .ant-tabs-ink-bar {
  background-color: transparent;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--table-filter-tabs--\+-kro .ant-tabs-ink-bar::after {
  content: "";
  width: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #4c6aff;
  transform: translateX(-50%);
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--table-filter-tabs--\+-kro .insertVariable-module--tab-container--CZ4Ij {
  padding: 16px 24px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--table-filter-tabs--\+-kro .insertVariable-module--tab-container--CZ4Ij .insertVariable-module--tab-title--W3MV7 {
  margin-bottom: 8px;
  color: #545a6e;
  height: 16px;
  line-height: 16px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--table-filter-tabs--\+-kro .insertVariable-module--tab-container--CZ4Ij .insertVariable-module--tab-radio--utF3T {
  margin-bottom: 24px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--table-filter-tabs--\+-kro .insertVariable-module--tab-container--CZ4Ij .insertVariable-module--empty-container--Sl8Ua {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0px;
  border: 1px solid #ebedf2;
  border-radius: 4px;
  height: 272px;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--table-filter-tabs--\+-kro .insertVariable-module--tab-container--CZ4Ij .insertVariable-module--empty-container--Sl8Ua .insertVariable-module--empty-text--4zY12 {
  margin-top: 8px;
  color: #747a8c;
}
.insertVariable-module--insert-variable-modal--p7HUK .insertVariable-module--table-filter-tabs--\+-kro .insertVariable-module--tab-container--CZ4Ij .insertVariable-module--empty-container--Sl8Ua .insertVariable-module--empty-text--4zY12 .insertVariable-module--empty-btn--BSqfd {
  color: #4c6aff;
  cursor: pointer;
}
.insertVariable-module--insert-variable-modal--p7HUK .ant-modal-header {
  border-bottom: none;
  padding: 20px 20px 12px 20px;
}
.insertVariable-module--insert-variable-modal--p7HUK .ant-modal-body {
  padding: 0px 20px;
}
.insertVariable-module--insert-variable-modal--p7HUK .ant-modal-footer {
  border-top: none;
  padding: 18px 20px;
}
.insertVariable-module--insert-variable-modal--p7HUK .ant-modal-title {
  line-height: 24px;
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.insertVariable-module--insert-variable-modal--p7HUK .ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 9px 0px;
}
.insertVariable-module--insert-variable-modal--p7HUK .ant-btn {
  height: 34px;
}

.insertVariable-module--sysVarSouceTip--e1bDX {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 4px;
}

.insertVariable-module--footer--whNeE {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.insertVariable-module--footer--whNeE .lx-ui-btn + .lx-ui-btn {
  margin-left: 12px;
}

.insertVariable-module--popover--VKTpZ .ant-popover-arrow {
  opacity: 1;
}

.insertVariable-module--alert--f4Kw8 {
  padding: 20px;
  width: 320px;
}
.insertVariable-module--alert--f4Kw8 .insertVariable-module--header--ZT7\+n {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  gap: 6px;
}
.insertVariable-module--alert--f4Kw8 .insertVariable-module--action--amHWY {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.insertVariable-module--alert--f4Kw8 .insertVariable-module--action--amHWY .insertVariable-module--title--lbgBE {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.insertVariable-module--alert--f4Kw8 .insertVariable-module--action--amHWY .insertVariable-module--flex--x\+SeR {
  display: flex;
  align-items: center;
  justify-content: center;
}
.insertVariable-module--alert--f4Kw8 .insertVariable-module--action--amHWY .insertVariable-module--checkbox--HitUa {
  padding-left: 24px;
}

.insertVariable-module--tips-icon--o75F6 {
  margin-top: 8px;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI2LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDEuNSAxNC41KSIgc3Ryb2tlPSIjOEQ5MkExIi8+CjxwYXRoIGQ9Ik04IDExLjNWNyIgc3Ryb2tlPSIjOEQ5MkExIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHJlY3QgeD0iMC4zNSIgeT0iLTAuMzUiIHdpZHRoPSIwLjciIGhlaWdodD0iMC43IiByeD0iMC4zNSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgNy4yOTk4IDQuOCkiIHN0cm9rZT0iIzhEOTJBMSIgc3Ryb2tlLXdpZHRoPSIwLjciLz4KPC9zdmc+Cg==);
}

.insertVariable-module--checkName--TMILF {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.insertVariable-module--checkName--TMILF .insertVariable-module--tips-icon--o75F6 {
  margin-top: 0px;
  margin-bottom: 2px;
}

.insertVariable-module--tabs--emFPL .ant-tabs-nav {
  margin-bottom: 8px !important;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.insertVariable-module--tabs--emFPL .ant-tabs-nav:before {
  border-bottom: none !important;
}
.insertVariable-module--tabs--emFPL .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.insertVariable-module--tabs--emFPL .ant-tabs-tab:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.insertVariable-module--tabs--emFPL .ant-tabs-ink-bar {
  background: transparent;
}
.insertVariable-module--tabs--emFPL .ant-tabs-ink-bar::after {
  width: 24px;
}
.insertVariable-module--tabs--emFPL .ant-select-selection-item {
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.insertVariable-module--varItemMap--h0ojz {
  display: flex;
  margin-top: 12px;
  gap: 8px;
}
.insertVariable-module--varItemMap--h0ojz .insertVariable-module--varItem--ZHJmk {
  color: rgb(39, 46, 71);
  display: flex;
  width: 90px;
  height: 48px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  cursor: pointer;
}
.insertVariable-module--varItemMap--h0ojz .insertVariable-module--varItemChosed--zavN1 {
  border: 1px solid rgb(76, 106, 255);
  color: rgb(76, 106, 255);
  background: #eff2ff;
}

.insertVariable-module--timeRangeDesc--LNiAv {
  font-size: 12px;
  padding: 12px 0;
  color: rgb(116, 122, 140);
  display: flex;
  align-items: center;
  gap: 8px;
}

.insertVariable-module--contentBox--Xm5g6 {
  padding: 12px;
  border: 1px dashed #e1e3e8;
  border: 1px dashed var(--Line-3, #e1e3e8);
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  color: #272e47;
  color: var(--Text-5, #272e47);
  border-radius: 4px;
}
.insertVariable-module--contentBox--Xm5g6 .insertVariable-module--edit--gsdqd {
  display: flex;
  align-items: center;
  gap: 3px;
  width: -webkit-max-content;
  width: max-content;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.insertVariable-module--contentBox--Xm5g6 .insertVariable-module--edit--gsdqd:hover {
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
}
.insertVariable-module--contentBox--Xm5g6 .insertVariable-module--edit--gsdqd:hover path {
  stroke: #7088ff;
  stroke: var(--Brand-5, #7088ff);
}

.insertVariable-module--productContentBox--\+Kw1P {
  margin-bottom: 12px;
}

.insertVariable-module--productSelect--6yqHI {
  display: flex;
  color: #272e47;
  color: var(--Text-5, #272e47);
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
}

.insertVariable-module--marginT4--YeM4v {
  margin-top: 4px;
}

.insertVariable-module--editModal--ZZ0L2 .interactvar-editor {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  border-radius: 4px;
}
.insertVariable-module--editModal--ZZ0L2 .interactvar-editor div.tox .tox-editor-header {
  position: relative;
  border-radius: 4px;
}
.insertVariable-module--editModal--ZZ0L2 .interactvar-editor .tox.tox-tinymce {
  border-radius: 4px;
}
.insertVariable-module--editModal--ZZ0L2 .ant-modal-header {
  padding-bottom: 24px;
}
.insertVariable-module--editModal--ZZ0L2 .insertVariable-module--addProductVar--T2bNx {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  position: absolute;
  position: absolute;
  bottom: 24px;
  cursor: pointer;
}
.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;
}
.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-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;
}
.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;
}
.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;
}
@charset "UTF-8";
.style-module--selectLangdingPageModal--86pt0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.style-module--selectLangdingPageModal--86pt0 .ant-modal-content {
  width: 916px;
  display: flex;
  flex-direction: column;
}
.style-module--selectLangdingPageModal--86pt0 .ant-modal-header {
  padding: 25px 20px 13px;
}
.style-module--selectLangdingPageModal--86pt0 .ant-select-selector {
  background-color: #f8f9fa !important;
}
.style-module--selectLangdingPageModal--86pt0 .ant-select-single.ant-select-show-arrow .ant-select-selection-item {
  padding-right: 0;
}
.style-module--selectLangdingPageModal--86pt0 .ant-modal-body {
  padding: 0px 0px 0px 24px !important;
  flex: 1 1;
  overflow: hidden;
  /* 设置滚动条的样式 */
}
.style-module--selectLangdingPageModal--86pt0 .style-module--content--ZaA2c {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  height: 482px;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--content--ZaA2c .style-module--left--CubVN {
  overflow-y: scroll;
  width: 604px;
  padding-right: 16px;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--content--ZaA2c .style-module--left--CubVN .style-module--landing-page-header--NUlOx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--content--ZaA2c .style-module--left--CubVN .style-module--landing-page-header--NUlOx svg {
  width: 16px;
  height: 16px;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--content--ZaA2c .style-module--left--CubVN .style-module--landing-page-header--NUlOx .style-module--landing-page-left--1I-vQ {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.style-module--selectLangdingPageModal--86pt0 .style-module--content--ZaA2c .style-module--left--CubVN .style-module--landing-page-header--NUlOx .style-module--landing-page-left--1I-vQ > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--content--ZaA2c .style-module--left--CubVN .style-module--landing-page-header--NUlOx .style-module--landing-page-right--OnVO5 {
  display: flex;
  align-items: center;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--content--ZaA2c .style-module--left--CubVN .style-module--landing-page-select-container--IUFRM .style-module--landing-page-selector--R5ars {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 12px;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--content--ZaA2c .style-module--left--CubVN .style-module--landing-page-select-container--IUFRM .style-module--landing-page-selector--R5ars .style-module--landing-page-item--2aHtf {
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 4px;
  overflow: hidden;
  box-sizing: content-box;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--content--ZaA2c .style-module--left--CubVN .style-module--landing-page-select-container--IUFRM .style-module--landing-page-selector--R5ars .style-module--landing-page-item--2aHtf img {
  object-fit: cover;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--content--ZaA2c .style-module--left--CubVN .style-module--landing-page-select-container--IUFRM .style-module--landing-page-selector--R5ars .style-module--landing-page-item--2aHtf .style-module--page-name--EMTTN {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 6px 40px 6px 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--content--ZaA2c .style-module--left--CubVN .style-module--landing-page-select-container--IUFRM .style-module--landing-page-selector--R5ars .style-module--landing-page-item--2aHtf .style-module--selector--qlkoF {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 7px;
  right: 12px;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--landing-page-select-footer--lhgAI {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 20px 0px;
  background: #fff;
  width: 100%;
  height: 64px;
  flex-shrink: 0px;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--landing-page-select-footer--lhgAI .style-module--footer-left--uIE8e {
  display: flex;
  align-items: center;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--landing-page-select-footer--lhgAI .style-module--footer-btns--3GZLM {
  display: flex;
  align-items: center;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--landing-page-empty-container--0I58H img {
  width: 624px;
  margin-bottom: 20px;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--landing-page-empty-container--0I58H .style-module--landing-page-empty-title--YX54E {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin: 8px 0 20px;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--landing-page-empty-container--0I58H .style-module--landing-page-empty-subtitle--6gjdo {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin-bottom: 8px;
}
.style-module--selectLangdingPageModal--86pt0 .style-module--landing-page-empty-container--0I58H .style-module--landing-page-select-footer--lhgAI {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.style-module--langding-page-modal--M9ANV .ant-modal-content {
  min-width: 600px;
}
.style-module--langding-page-modal--M9ANV .ant-modal-body {
  padding: 24px !important;
}
.style-module--langding-page-modal--M9ANV .style-module--landing-page-empty-container--0I58H img {
  width: 624px;
  height: 318px;
  margin-bottom: 20px;
}
.style-module--langding-page-modal--M9ANV .style-module--landing-page-empty-container--0I58H .style-module--landing-page-empty-title--YX54E {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin: 4px 0 20px;
}
.style-module--langding-page-modal--M9ANV .style-module--landing-page-empty-container--0I58H .style-module--landing-page-empty-subtitle--6gjdo {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin-bottom: 8px;
}
.style-module--langding-page-modal--M9ANV .style-module--landing-page-empty-container--0I58H .style-module--landing-page-select-footer--lhgAI {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.imgProduct-module--wrapper--AQz9K {
  height: 32px;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  background: rgba(76, 106, 255, 0.09);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.imgProduct-module--wrapper--AQz9K .sirius-icon:not(.l2c-crm-icon):not(.wmzz) {
  display: flex;
  align-items: center;
}

.imgProduct-module--closebox--El\+BD .sirius-icon:not(.l2c-crm-icon):not(.wmzz) {
  margin-left: 16px;
}

.imgProduct-module--displayflex--F0AnK {
  display: flex;
}

.imgProduct-module--alignItemscenter--6v5Zc {
  align-items: center;
}

.imgProduct-module--marginLeft12--OngVX {
  margin-left: 12px;
}

.imgProduct-module--Brand6--tW5io {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.imgProduct-module--cursorPointer--RzrBd {
  cursor: pointer;
}

.imgProduct-module--fontsize12--GEeuF {
  font-size: 12px;
}
.index-module--contentEditor--EjQxV {
  background: #ffffff;
  border: 1px solid #e1e3e8;
  border-radius: 4px;
}

.ant-form-item-has-error .index-module--contentEditor--EjQxV {
  border-color: #ff4d4f;
}

.index-module--footer--GN2t8 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 16px 20px;
  height: 64px;
}

.index-module--check--cqfzt {
  height: 100%;
  overflow: hidden;
}
.index-module--check--cqfzt .index-module--scene--TG3bE {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
}
.index-module--check--cqfzt .index-module--content--VGiVS {
  margin-top: 8px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  height: calc(100% - 30px);
}

.index-module--btnGroup--dBEFn {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 68px;
  padding: 20px 64px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.index-module--radioText--Z\+nus {
  color: #545a6e;
}

.index-module--salesPitchHandleDrawer--X0kDn .ant-drawer-close {
  top: 5px;
}
.index-module--salesPitchHandleDrawer--X0kDn.index-module--is-windows--wxhmT .ant-drawer-wrapper-body {
  padding-top: 40px;
  position: relative;
}
.index-module--salesPitchHandleDrawer--X0kDn.index-module--is-windows--wxhmT .index-module--btnGroup--dBEFn {
  top: 60px;
}
.index-module--salesPitchHandleDrawer--X0kDn .ant-btn-primary {
  background-color: #4c6aff;
}
.index-module--salesPitchHandleDrawer--X0kDn .ant-form-item-with-help {
  margin-bottom: 24px;
}
.index-module--salesPitchHandleDrawer--X0kDn .ant-form-item-explain-error {
  margin-top: 8px;
}

.index-module--radioButton--2lRwH {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--radioButton--2lRwH .index-module--btnItem--9lMiJ {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAoBAMAAABN67pXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURUxpcd/i5+Hi6ODi5uHj6N/j5/b3+uHj6O7w8+fp7eTm6uzu8risLP8AAAAGdFJOUwBBwLDXIE0xFW4AAABdSURBVDjLYwgpJwRcGcDAOo0Q2ESswiwBsEIpggozFMAKmdoIqlwIVsi4jKDCJogjNUYdOepILI6UJKgw24BIhRkGJFlNtGeIDh6iA3zUiSPEiRbEZgOiC3tiqw8AWm80+cpooaAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 100% 100%;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #545a6e;
}
.index-module--radioButton--2lRwH .index-module--btnItem--9lMiJ:first-of-type {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAoBAMAAACbTmAyAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURUxpceHi6N/j59/l5+Di5+Hj6OHi6Pb3+uHj6O7v8+Tm6r2N8VIAAAAHdFJOUwDAQCCw79+2md3tAAAAlklEQVR42q3UoQ2AMBCF4SZdAIPAMUINO8AEjNKAw0DtJST4TkraPP+euNOf+KHthTgWMncKbZYvkzmGDrdMp3b4cGgqPGdAHgnII1VogEIkII8E5JEqNEAhEpBHAvJIFRqgEAnIIwF5pApfd1jlj/H+PeZ4hEj0vmbm+BSQ6P1czXelIFFfe7u6SCcxUV/2cS1krtTcD+b9wkfmVxemAAAAAElFTkSuQmCC);
}
.index-module--radioButton--2lRwH .index-module--btnItem--9lMiJ:last-of-type {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAAoBAMAAAB0jAsMAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUxpceHi6N/h5+Di5uHj6N/i6OHj6ODj6N/n5+Di6Pb3+uHj6O7w8+Tm6+xExAMAAAAKdFJOUwC/QLDfUO9fIM9BTTg4AAAAgElEQVR42rXUMRGAQAxE0eR0xMI5oMAIM0g4ETRYoaJgaM5BJEQNFn6xbP2aZJK1c6I8w5aLZcfyto6lJ5WtqLTAsmPpSWUrKi2w7Fh6UtmKSgssO5aeVLai0gLL7QcZ+ok89ZsP/YV46i859B/nqW+G0DeYp75pF7lc7Zgo7/gAS+EIphGDkSYAAAAASUVORK5CYII=);
}
.index-module--radioButton--2lRwH .index-module--btnItemSelect--2tbJa {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE8AAAAoBAMAAABN67pXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURUxpcUxp/0tn/0tq/0tr/0tp/0tp/0tn/0xp/0xq/5klqfEAAAAJdFJOUwC/QMBAsNcgUBr5dFcAAABcSURBVDjLYyibSQikM4BBJEGFE4lVOFMBrFCTsEIBsEJGwgongRUyzSTWkZKjjhx1JBZHdhJWGECaQiKsdiDSM5OJDZ4pxAa4wagTR5ITI4l0IhEKIU5kILb6AAD1bD6+uY8DjQAAAABJRU5ErkJggg==);
  color: #ffffff;
}
.index-module--radioButton--2lRwH .index-module--btnItemSelect--2tbJa:first-of-type {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAoBAMAAACbTmAyAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURUxpcUtp/0tp/0tp/0tn/0to/01n/0tp/0xq/1/eV2UAAAAIdFJOUwBAwOYgsF/PFgTEhwAAAHNJREFUeNqt1MENgDAMQ9GOkBEyBsfu0kkchMjYCBboR7LP75Io8Vi9yznHm6O3yQ/2PqKwKOygMCkUhUVhB4VJoSgsCjsoTApFYVHYQWFSKAovO5R9mHAvXPajCPfhyv5c4S4A2Usq3EWqf2W/tu6er3sAUO0d4nQplrgAAAAASUVORK5CYII=);
}
.index-module--radioButton--2lRwH .index-module--btnItemSelect--2tbJa:last-of-type {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAAoBAMAAAB0jAsMAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURUxpcUxp/0tn/0xo/0xp/0tp/0tp/0tn/0xq/1kCutEAAAAIdFJOUwC/QFjbsO8gsGLs7QAAAHFJREFUeNq11aERwEAIRFH2qtgSkCcjU8bJFJECIjKZKzstfAHoZ2BgiXujemeszerC8onEUlgOLMNYJpbCcmAZxjKxFJYDyzCWiaWwHFiGsTwapOs7UsPkXb8hathk11+cGpLB9QmmhqRd5fKkX+abP0odMrgdeXAJAAAAAElFTkSuQmCC);
}
@charset "UTF-8";
.index-module--top-banner--hp16F {
  height: 44px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: none;
}
.index-module--top-banner--hp16F .index-module--card-type--1SVrk {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--top-banner--hp16F .index-module--top-banner-icon--QYVbp {
  cursor: pointer;
  vertical-align: middle;
  cursor: pointer;
}
.index-module--top-banner--hp16F .index-module--top-banner-icon--QYVbp:not(:last-child) {
  margin-right: 16px;
}

.index-module--schedule--tAFvx {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.customer-global-style.index-module--noBorder--2hquz {
  border: none;
}

.index-module--rightSiderStyle--JAtJx {
  border-left: 1px solid rgba(38, 42, 51, 0.12);
}

.index-module--noBorder--2hquz {
  border: none;
}

.index-module--column-flex-container--yu4Nx {
  position: relative;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 0;
}
.index-module--column-flex-container--yu4Nx .index-module--sidebarBgWrap--Tip6C {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 192px;
  background-size: 100%;
}
.index-module--column-flex-container--yu4Nx .index-module--sidebarBgWrap--Tip6C::after {
  content: "";
  width: 100%;
  height: 192px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-size: 100%;
  background-image: linear-gradient(174deg, rgba(255, 255, 255, 0.12) 4.41%, #fff 41.6%);
}
.index-module--column-flex-container--yu4Nx .index-module--sidebarBgWrap--Tip6C.index-module--customer--QAK8j {
  background-image: linear-gradient(92deg, #d9ffe7 0.88%, #dffdfe 99.39%);
}
.index-module--column-flex-container--yu4Nx .index-module--sidebarBgWrap--Tip6C.index-module--colleagueCustomer--o-Jhv {
  background-image: linear-gradient(92deg, #ffefb6 0.88%, #ebfedf 99.39%);
}
.index-module--column-flex-container--yu4Nx .index-module--sidebarBgWrap--Tip6C.index-module--openSeaCustomer--Wd3DX {
  background-image: linear-gradient(92deg, #e0ffb4 0.88%, #dffee7 99.39%);
}
.index-module--column-flex-container--yu4Nx .index-module--sidebarBgWrap--Tip6C.index-module--clue--Nsk6X {
  background: linear-gradient(93deg, #ffefe9 -0.81%, #ffedd5 99.1%);
}
.index-module--column-flex-container--yu4Nx .index-module--sidebarBgWrap--Tip6C.index-module--normal--THhUA {
  background: linear-gradient(93deg, #deebff -0.81%, #d1ddfe 99.1%);
}
.index-module--column-flex-container--yu4Nx .index-module--sidebarBgWrap--Tip6C.index-module--external--69nti {
  background: linear-gradient(180deg, #e4e4e4 0%, #fff 54.05%);
}

.index-module--commonSideBar--mxh8U .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  text-shadow: none;
}

.index-module--switch-customer-overlay--yuCre .ant-dropdown-menu-item {
  color: #232d47;
}
.index-module--switch-customer-overlay--yuCre .ant-dropdown-menu-item-selected {
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.index-module--switch-customer-overlay--yuCre .ant-dropdown-menu-item-selected::after {
  margin-left: 20px;
  content: " ";
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgNy44MzMzM0w2LjMzMzMzIDExLjE2NjdMMTMgNC41IiBzdHJva2U9IiM0QzZBRkYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}

.index-module--top-banner1--uvnQS {
  height: 44px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  flex: none;
}
.index-module--top-banner1--uvnQS .index-module--card-type--1SVrk {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--top-banner1--uvnQS .index-module--top-icon--Njfzn {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.index-module--top-banner1--uvnQS .index-module--top-icon1--1CdN5 {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 4px;
}
.index-module--top-banner1--uvnQS .index-module--top-banner-icon--QYVbp {
  cursor: pointer;
}

.index-module--body--DcEo9 {
  background-color: #fff;
  flex: 1 1;
  padding: 0 16px;
  overflow: hidden;
}
.index-module--body--DcEo9 .index-module--tabs--ZCxMo {
  height: 100%;
}
.index-module--body--DcEo9 .index-module--tabs--ZCxMo .ant-tabs-nav .ant-tabs-ink-bar::after {
  width: 24px;
}
.index-module--body--DcEo9 .index-module--tabs--ZCxMo .ant-tabs-content-holder {
  overflow-y: auto;
}

.index-module--waimaoTabs--UOj87 {
  height: 100%;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.index-module--waimaoTabs--UOj87 .ant-tabs-tab {
  padding: 9px 0 !important;
}
.index-module--waimaoTabs--UOj87 .ant-tabs-tab:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--waimaoTabs--UOj87 .ant-tabs-content {
  height: 100%;
}
.index-module--waimaoTabs--UOj87 .ant-tabs-nav:before {
  border-bottom: none;
}
.index-module--waimaoTabs--UOj87 .ant-tabs-nav .ant-tabs-nav-wrap {
  margin-right: 0px !important;
}
.index-module--waimaoTabs--UOj87 .ant-tabs-nav .ant-tabs-nav-wrap:before {
  box-shadow: none;
}
.index-module--waimaoTabs--UOj87 .ant-tabs-nav .ant-tabs-nav-wrap:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  box-shadow: none;
}
.index-module--waimaoTabs--UOj87 .ant-tabs-nav-list {
  width: auto !important;
}
.index-module--waimaoTabs--UOj87 .ant-tabs-ink-bar {
  height: 2px;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}
.index-module--waimaoTabs--UOj87 .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-weight: 500;
}
.index-module--waimaoTabs--UOj87 .ant-tabs-nav-more {
  margin: 12px !important;
  width: 16px;
  height: 16px;
  padding: 0px !important;
  margin-right: 4px !important;
}
.index-module--waimaoTabs--UOj87 .ant-tabs-nav .ant-tabs-nav-operations {
  display: flex !important;
  visibility: visible !important;
}
.index-module--waimaoTabs--UOj87 .index-module--tabItemOuter--3Mvda {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.index-module--divideOuter--0Oosk {
  background-color: #fff;
  position: relative;
}
.index-module--divideOuter--0Oosk > div:first-child {
  margin-top: 4px;
}
.index-module--divideOuter--0Oosk > div:first-child:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  height: 4px;
  background-color: #f0f1f5;
  background-color: var(--Line-1, #f0f1f5);
}

.index-module--noticeContainer---irBc {
  background: transparent;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  padding: 12px 0px 12px 20px;
}
.index-module--noticeContainer---irBc .index-module--row--dVfT6 {
  align-items: center;
  display: flex;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.index-module--noticeContainer---irBc .index-module--link--gVqzd {
  height: 20px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
  margin-left: 4px;
}

.index-module--divide--HtN5\+ {
  width: 100%;
  height: 4px;
  background-color: #f0f1f5;
  background-color: var(--Line-1, #f0f1f5);
}

.index-module--rightBtn--eS18u {
  margin-left: 12px;
}

.index-module--uniQuick--UjoR4 {
  height: 100%;
  overflow-y: auto;
}
.index-module--uniQuick--UjoR4 > div {
  height: auto;
}
.index-module--uniQuick--UjoR4 .index-module--aiBtn--kVd-5 {
  display: flex;
  flex: 1 1;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.index-module--AICheckModal--hp4qg .ant-modal-footer {
  padding: 0 20px 20px;
  border-top: none;
}

.index-module--itemHeader--8tlAL {
  color: #272e47;
  color: var(var(--Text-5, #272e47), #272e47);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 24px;
  line-height: 24px; /* 150% */
  margin-bottom: 20px;
}

.index-module--itemTip--NGktM {
  color: #272e47;
  color: var(var(--Text-5, #272e47), #272e47);
  /* 灵犀桌面2.0/P1.4-Med14 */
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-top: 12px;
  height: 22px;
  line-height: 22px; /* 157.143% */
}

.index-module--showItem--GEikb {
  display: flex;
  height: 24px;
  line-height: 24px;
  color: #747a8c;
  color: var(var(--Text-3, #747a8c), #747a8c);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.index-module--showItem--GEikb .index-module--itemLabel--qLjrz {
  width: 125px;
  flex: 0 0 125px;
}
.index-module--showItem--GEikb .index-module--itemText--5nVEr {
  color: #272e47;
  color: var(var(--Text-5, #272e47), #272e47);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-module--detection--SD4pW {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  padding: 16px;
  min-height: 100%;
  height: 100%;
}
.index-module--detection--SD4pW .index-module--title--GWiHv {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 16px;
}
.index-module--detection--SD4pW .index-module--container--Jg4iG {
  border-radius: 4px 4px 0 0;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
  padding-top: 8px;
  border-bottom: none;
}
.index-module--detection--SD4pW .index-module--container--Jg4iG .index-module--headerTab--dG6N0 {
  position: relative;
}
.index-module--detection--SD4pW .index-module--container--Jg4iG .index-module--headerTab--dG6N0::after {
  position: absolute;
  content: "";
  width: calc(100% - 28px);
  left: 14px;
  bottom: -1px;
  height: 1px;
  background-color: #ebedf2;
}
.index-module--detection--SD4pW .index-module--container--Jg4iG .ant-tabs-nav {
  margin-bottom: 0 !important;
}
.index-module--detection--SD4pW .index-module--container--Jg4iG .ant-tabs-tab-active > .ant-tabs-tab-btn {
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}

.index-module--modal--RFvnL .index-module--title--GWiHv {
  margin-bottom: 0;
}
.index-module--modal--RFvnL .ant-modal-footer {
  padding: 0 24px 24px 24px;
  border-top: none;
}
.index-module--modal--RFvnL .ant-modal-header {
  border-bottom: none;
}
.index-module--modal--RFvnL .ant-modal-body {
  padding-top: 4px;
  padding-bottom: 20px;
  overflow-y: auto;
}

.index-module--scrollTooltip--Bckjz .ant-tooltip-inner {
  max-height: 600px;
  overflow-y: scroll;
  border-radius: 4px;
}
.index-module--scrollTooltip--Bckjz .ant-tooltip-inner::-webkit-scrollbar {
  opacity: 1;
}

.index-module--company--XJzl\+ {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 0 0 4px 4px;
  border-top: none;
}
.index-module--company-log-list--YISeX {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 4px;
}
.index-module--company-log-text--q7rIn {
  overflow: hidden;
}
.index-module--company-log-info--ozGql {
  display: flex;
  align-items: center;
  max-width: calc(100% - 112px);
  flex: 0 0 auto;
}
.index-module--company-log-date--KcdmB {
  display: flex;
  align-items: center;
  max-width: 100px;
}
.index-module--company-log-date--KcdmB::after {
  content: "";
  width: 1px;
  height: 12px;
  display: block;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
  margin: 0 8px;
}
.index-module--company-log-type--vFwjG {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
  width: 100px;
}
.index-module--company-log-disabled--ty2RD {
  cursor: default;
  color: rgb(159, 162, 173);
  width: 100px;
}
.index-module--company-log-desc--gwlU2 {
  width: calc(100% - 108px);
}
.index-module--company-disabled--VshXm {
  color: #b7c3ff !important;
  color: var(--Brand-3, #b7c3ff) !important;
  cursor: not-allowed !important;
}
.index-module--company-inner--8opkl {
  height: calc(100% - 90px);
}
.index-module--company-content--i\+F0h {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--company-empty--OVv3D {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 36px;
}
.index-module--company-empty--OVv3D .ant-empty-description {
  width: 140px !important;
}
.index-module--company-modal--fF25p {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
}
.index-module--company-container--QbVII {
  flex: 1 1;
}
.index-module--company-info--Tph2p {
  cursor: pointer;
}
.index-module--company-header--AtVVA {
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 8px;
}
.index-module--company-label--1bWG\+ {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--company--XJzl\+ .ant-table-cell {
  vertical-align: top;
}
.index-module--company-operate--mFun8 {
  display: flex;
  align-items: center;
}
.index-module--company-name--rnCdR {
  font-weight: 500;
  line-height: 22px;
  color: #080b19;
  color: var(--Text-6, #080b19);
  margin-bottom: 4px;
}
.index-module--company-country--2c1Z\+ {
  display: flex;
  align-items: center;
  color: #272e47;
  color: var(--Text-5, #272e47);
  gap: 8px;
  margin-bottom: 4px;
}
.index-module--company-product--juTop {
  display: flex;
  align-items: center;
  gap: 20px;
}
.index-module--company-remark--mHye7 {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 4px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  gap: 4px;
}
.index-module--company-remark--mHye7 .index-module--icon--KbBB5 {
  display: none;
  cursor: pointer;
  flex: 0 0 auto;
}
.index-module--company-remark--mHye7 .index-module--text--44uuZ {
  width: 100%;
}
.index-module--company-remark--mHye7 .sirius-icon {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  right: 0;
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center;
}
.index-module--company-remark--mHye7:hover .index-module--icon--KbBB5 {
  display: block;
}
.index-module--company-link--EfNba {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 152px);
}
.index-module--company-media--Lhlr1 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--company-edit--e10RD {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-module--company-edit--e10RD::after {
  content: "";
  margin: 0 12px;
  height: 12px;
  width: 1px;
  background: #ebedf2;
}

.index-module--post--k-YYs .index-module--modal--RFvnL {
  padding: 4px 20px 20px;
  height: 496px;
}
.index-module--post-new-one--YmMEx {
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-module--post-header--rogfo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.index-module--post-img--YAa8a {
  width: 46px;
  height: 46px;
  background-color: #ebedf2;
}
.index-module--post-name--h2y7W {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: 500;
  line-height: 22px;
}
.index-module--post-date--IksyL {
  font-weight: 500;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--post-intro--AHW6p {
  font-weight: 500;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 16px;
}
.index-module--post-photos--JgOPa {
  width: 156px;
  height: 156px;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 16px;
  cursor: pointer;
}
.index-module--post-comment--SGlWp {
  display: flex;
  align-items: center;
  gap: 20px;
}
.index-module--post-label--GaX8n {
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--post-label--GaX8n .sirius-icon {
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center !important;
}
.index-module--post-border--pIAQV {
  margin: 24px 0;
  width: 100%;
  height: 1px;
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
}
.index-module--post-log--Kd8Pp {
  display: flex;
  align-items: center;
  gap: 14px;
}
.index-module--post-log-img--1SyPI {
  width: 40px;
  height: 40px;
  background-color: #ebedf2;
  overflow: hidden;
  border-radius: 50%;
}
.index-module--post-log-info--hszHN {
  width: 446px;
  height: 46px;
  padding: 12px 20px;
  border-radius: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
}

.index-module--overviewTable--rsHDD .companyUpdateTime {
  width: 152px;
}
.index-module--overviewTable--rsHDD .companyUpdateDesc {
  max-width: 428px;
}
.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;
}
.shiftManager-module--clue-modal-wrap--6ehY- input::-webkit-input-placeholder {
  font-size: 12px !important;
  color: #a8aaad;
  font-weight: normal;
}
.shiftManager-module--clue-modal-wrap--6ehY- .ant-select-selection-placeholder {
  color: #a8aaad;
  font-weight: normal;
}
.shiftManager-module--clue-modal-wrap--6ehY- .ant-modal-header {
  border-bottom: none;
  padding: 24px;
}
.shiftManager-module--clue-modal-wrap--6ehY- .ant-modal-footer {
  padding: 24px;
  border-top: none;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.shiftManager-module--clue-modal-wrap--6ehY- .shiftManager-module--title--TXhvE {
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #3c3f47;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shiftManager-module--clue-modal-wrap--6ehY- .shiftManager-module--content--vOu16 .shiftManager-module--inner--zcUXG .ant-form-item:last-child {
  margin-bottom: 0;
}
.shiftManager-module--clue-modal-wrap--6ehY- .shiftManager-module--content--vOu16 .shiftManager-module--selectItem--33T1A {
  margin-bottom: 12px !important;
}
.shiftManager-module--clue-modal-wrap--6ehY- .ant-form-item {
  margin-bottom: 14px;
}
.shiftManager-module--clue-modal-wrap--6ehY- .ant-form-item .ant-form-item-label {
  font-size: 12px;
  font-weight: normal;
  color: #3c3f47;
  color: red;
  width: 66px;
  font-size: 14px;
}
.shiftManager-module--clue-modal-wrap--6ehY- .ant-modal-footer .ant-btn + .ant-btn {
  margin-left: 12px;
}
.shiftManager-module--clue-modal-wrap--6ehY- .shiftManager-module--dec--ZM4\+Q {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #8a8d91;
  padding-left: 92px;
}
.index-module--contentOuter--olui4 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-top: 4px;
}

.index-module--checkboxOuter--CTYkU {
  display: inline-flex;
}
.index-module--checkboxOuter--CTYkU .ant-checkbox + span {
  padding-left: 4px;
  padding-right: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.index-module--checkboxOuter--CTYkU .sirius-icon {
  width: 16px !important;
  height: 16px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}

.index-module--titleOuter--MhbXO {
  display: flex;
}
.index-module--titleOuter--MhbXO .index-module--title--z6xzG {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
}
.index-module--titleOuter--MhbXO .index-module--title--z6xzG span {
  max-width: 225px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-module--formOuter--rHrtr .ant-form-item {
  margin: 0;
}

.index-module--footerOuter--jj8xW {
  display: flex;
  padding: 18px 0;
  align-items: center;
}
.index-module--footerOuter--jj8xW .lx-ui-btn + .lx-ui-btn {
  margin-left: 8px;
}
.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;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--tabPannelWrap--AIiPi {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
}
.index-module--tabPannelWrap--AIiPi .index-module--subTabWrap--defS3 {
  flex: none;
  padding-bottom: 12px;
  display: flex;
}
.index-module--tabPannelWrap--AIiPi .index-module--subTabWrap--defS3 .index-module--subTab--UkaaP {
  margin-right: 12px;
  box-sizing: border-box;
  padding: 2px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  border-radius: 16px;
  border: 1px solid #f6f7fa;
  border: 1px solid var(--Fill-2, #f6f7fa);
  cursor: pointer;
}
.index-module--tabPannelWrap--AIiPi .index-module--subTabWrap--defS3 .index-module--subTab--UkaaP.index-module--active--7P5c2 {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  background-color: #edf0ff;
  background-color: var(--Brand-2, #edf0ff);
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ {
  flex: 1 1;
  width: 100%;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ .index-module--cardWrap--qyFJS {
  margin-top: 12px;
  border-radius: 4px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  padding: 12px 16px;
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ .index-module--cardWrap--qyFJS:first-child {
  margin-top: 0px;
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ .index-module--cardWrap--qyFJS .index-module--cardItem--LXghI {
  margin-top: 8px;
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ .index-module--cardWrap--qyFJS .index-module--cardItem--LXghI:first-child {
  margin-top: 0;
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ .index-module--cardWrap--qyFJS .index-module--cardItem--LXghI .index-module--label--Q8\+Pi {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ .index-module--cardWrap--qyFJS .index-module--cardItem--LXghI .index-module--value--ZlVgm {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #080b19;
  color: var(--Text-6, #080b19);
}
.index-module--tabPannelWrap--AIiPi .index-module--cardListWrap--A1nAZ .index-module--loadMore--J9wQA {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.write-module--write-wrapper--dRneW {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  height: 100%;
}

.write-module--bread-crumb-item--rjZFg {
  font-size: 14px;
  color: #51555c;
}
.write-module--bread-crumb-item--rjZFg:hover {
  cursor: pointer;
  color: #386ee7;
}

.write-module--other-option--v0GZJ {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.write-module--container--y9uDP {
  position: relative;
  height: 100%;
  color: #262a33;
  padding: 16px;
  max-width: 1280px;
  min-width: 920px;
  margin: auto;
}
.write-module--container--y9uDP .write-module--help-img--A5XTr {
  z-index: 10;
  width: 320px;
  height: 222px;
  position: absolute;
  background: url(/static/help-aa038625ae7bd572007f672e3b4e0744.png) 0 0 no-repeat;
  background-size: contain;
  transform: scale(1.1);
  bottom: 62px;
  right: 147px;
}
.write-module--container--y9uDP .write-module--help-img--A5XTr .write-module--close--P\+2D4 {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 48px;
  top: 21px;
  cursor: pointer;
}
.write-module--container--y9uDP .write-module--help-img--A5XTr .write-module--known--H97Mh {
  width: 68px;
  height: 29px;
  position: absolute;
  left: 44px;
  top: 140px;
  cursor: pointer;
}
.write-module--container--y9uDP .write-module--hot--cuHHx {
  position: absolute;
  bottom: 40px;
  right: 438px;
  width: 33px;
  height: 33px;
}
.write-module--container--y9uDP .write-module--write-skeleton--PsGJ0 {
  flex-grow: 1;
  padding: 16px;
}
.write-module--container--y9uDP .write-module--write-content--TCbDo {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.write-module--container--y9uDP .write-module--write-content--TCbDo .write-module--gray-icon--LFTIB {
  color: #8d92a1;
  color: var(--Fill-6, #8d92a1);
}
.write-module--container--y9uDP .write-module--write-body--exH1F {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}
.write-module--container--y9uDP .write-module--write-main--V8lv0 {
  flex-grow: 1;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  display: flex;
  align-items: stretch;
}
.write-module--container--y9uDP .write-module--write-main--V8lv0::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.write-module--container--y9uDP .write-module--write-main--V8lv0::-webkit-scrollbar:horizontal {
  height: 6px;
}
.write-module--container--y9uDP .write-module--write-main--V8lv0:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.write-module--container--y9uDP .write-module--write-main--V8lv0:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.write-module--container--y9uDP .write-module--write-main--V8lv0:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.write-module--container--y9uDP .write-module--write-main--V8lv0:hover::-webkit-scrollbar-button {
  display: none;
}
.write-module--container--y9uDP .write-module--write-main--V8lv0:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.write-module--container--y9uDP .write-module--write-main--V8lv0:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.write-module--container--y9uDP .write-module--write-main--V8lv0:hover::-webkit-scrollbar-corner {
  display: none;
}
.write-module--container--y9uDP .write-module--footer--1rPhm {
  display: flex;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #f0f1f5;
  border-top: 1px solid var(--Line-1, #f0f1f5);
  z-index: 5;
  background-color: #fff;
}
.write-module--container--y9uDP .write-module--footer--1rPhm.write-module--editting--4\+XgP .write-module--footer-options--UhcEo {
  width: 100%;
  margin-left: 0;
}
.write-module--container--y9uDP .write-module--footer--1rPhm.write-module--editting--4\+XgP .write-module--leftArea--bbsyh {
  flex: 1 1;
}
.write-module--container--y9uDP .write-module--footer--1rPhm .write-module--leftArea--bbsyh {
  display: flex;
  gap: 16px;
}
.write-module--container--y9uDP .write-module--footer--1rPhm .write-module--add-unsubscribe-text--FpV4r {
  padding-left: 16px;
  line-height: 32px;
  color: #7d8085;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.write-module--container--y9uDP .write-module--footer--1rPhm .write-module--footer-options--UhcEo {
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.write-module--container--y9uDP .write-module--footer--1rPhm .write-module--footer-options--UhcEo .lx-btn {
  margin: 0;
}
.write-module--container--y9uDP .write-module--footer--1rPhm .write-module--footer-options--UhcEo .lx-ui-btn {
  margin: 0;
}
.write-module--container--y9uDP .write-module--footer--1rPhm .write-module--footer-options--UhcEo .ant-divider {
  margin: 0 !important;
  height: 20px;
  top: 1px;
  border-color: #e1e3e8;
  border-color: var(--Line-3, #e1e3e8);
}
.write-module--container--y9uDP .write-module--footer--1rPhm .write-module--footer-options--UhcEo .ant-checkbox-wrapper {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.write-module--container--y9uDP .write-module--footer--1rPhm .ant-btn {
  text-align: center;
  background-color: rgba(38, 42, 51, 0.08);
  color: #262a33;
  border: none;
  margin-left: 8px;
}
.write-module--container--y9uDP .write-module--footer--1rPhm .ant-btn-primary {
  background: #386ee7;
  color: #fff;
}

.write-module--pop-btn--5lmE3 {
  padding: 4px 0px;
  width: 150px;
  display: flex;
  flex-direction: column;
}
.write-module--pop-btn--5lmE3 .write-module--pop-btn-item--n6yYV {
  padding: 5px 12px;
  cursor: pointer;
}
.write-module--pop-btn--5lmE3 .write-module--pop-btn-item--n6yYV:hover {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}

.write-module--hd--ERwfD {
  padding: 4px 0px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.write-module--hd--ERwfD .write-module--back--JQzrS {
  display: inline-block;
  height: 32px;
  padding: 0 12px;
  cursor: pointer;
  font-weight: 500;
}
.write-module--hd--ERwfD .write-module--back--JQzrS svg {
  vertical-align: middle;
}
.write-module--hd--ERwfD .write-module--text-main--GwyNm {
  color: #386ee7;
}
.write-module--hd--ERwfD .write-module--hd-right--vleNV {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.write-module--hd--ERwfD .write-module--hd-light--vlGnx {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
}
.write-module--hd--ERwfD .ant-breadcrumb-separator {
  display: inline-flex;
  align-items: center;
  height: 22px;
}

.write-module--fr--1ut\+r {
  float: right;
}

.write-module--input-box--1pV4o {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  height: 32px;
  background: white;
}
.write-module--input-box--1pV4o .ant-input {
  font-size: 12px !important;
  color: transparent;
}

.write-module--step--jPfQu {
  display: flex;
  justify-content: center;
}
.write-module--step--jPfQu .write-module--step-item--higg6 {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.write-module--step--jPfQu .write-module--step-name--nI03D {
  display: inline-block;
  position: relative;
  padding: 12px 0;
}
.write-module--step--jPfQu .write-module--step-num--0NrYQ {
  font-family: "LX-numbers";
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #e1e3e8;
  border-radius: 50%;
}
.write-module--step--jPfQu .write-module--step-checked--\+Dwgm {
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgcng9IjExLjUiIHN0cm9rZT0iIzRDNkFGRiIvPgo8cGF0aCBkPSJNMTAuNTAwMSAxNC4zNzkxTDE3LjM5NDEgNy40ODQzOEwxOC40NTUzIDguNTQ0ODhMMTAuNTAwMSAxNi41MDAxTDUuNzI3MDUgMTEuNzI3MUw2Ljc4NzU1IDEwLjY2NjZMMTAuNTAwMSAxNC4zNzkxWiIgZmlsbD0iIzRDNkFGRiIvPgo8L3N2Zz4K);
}
.write-module--step--jPfQu .write-module--step-separate--mqlVx {
  background-color: #e1e3e8;
  height: 2px;
  margin: 0px 12px;
  align-self: center;
  width: 108px;
}
.write-module--step--jPfQu .write-module--step-active--fkSis {
  color: #386ee7;
}
.write-module--step--jPfQu .write-module--step-active--fkSis .write-module--step-num--0NrYQ {
  background: #386ee7;
  color: white;
}

.write-module--step-container--9PquW {
  width: 100%;
  overflow-y: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.write-module--step-container--9PquW::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.write-module--step-container--9PquW::-webkit-scrollbar:horizontal {
  height: 6px;
}
.write-module--step-container--9PquW:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.write-module--step-container--9PquW:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.write-module--step-container--9PquW:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.write-module--step-container--9PquW:hover::-webkit-scrollbar-button {
  display: none;
}
.write-module--step-container--9PquW:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.write-module--step-container--9PquW:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.write-module--step-container--9PquW:hover::-webkit-scrollbar-corner {
  display: none;
}
.write-module--step-container--9PquW #edmMailContentEditor .tox .tox-edit-area {
  margin-top: 10px;
}
.write-module--step-container--9PquW.write-module--has-tip--w7IXw #edmMailContentEditor .tox .tox-edit-area {
  margin-top: 50px;
}

.write-module--step-batch-setting--FkOWb {
  height: 100%;
}

.write-module--step-edit-container--LgY1b {
  position: absolute;
  width: calc(100% - 32px);
  left: 16px;
  right: 16px;
  top: 113px;
  bottom: 81px;
  overflow-y: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.write-module--step-edit-container--LgY1b::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.write-module--step-edit-container--LgY1b::-webkit-scrollbar:horizontal {
  height: 6px;
}
.write-module--step-edit-container--LgY1b:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.write-module--step-edit-container--LgY1b:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.write-module--step-edit-container--LgY1b:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.write-module--step-edit-container--LgY1b:hover::-webkit-scrollbar-button {
  display: none;
}
.write-module--step-edit-container--LgY1b:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.write-module--step-edit-container--LgY1b:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.write-module--step-edit-container--LgY1b:hover::-webkit-scrollbar-corner {
  display: none;
}

.write-module--dropdown--CTIZX .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: #f2f5ff;
  background-color: #f2f5ff;
  color: #4c6aff;
  font-weight: 400;
}

.write-module--form-title--5G2D- {
  width: 624px;
  margin: 20px auto 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
}

.write-module--setting-form--cE2aL {
  margin: 0px auto 24px;
  width: 624px;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px 0px 8px 0px;
}
.write-module--setting-form--cE2aL .write-module--adTips--e2BA\+ {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  overflow: visible;
  font-weight: 400;
  color: #7a8599;
  font-size: 12px;
  margin-top: 8px;
  white-space: nowrap;
}
.write-module--setting-form--cE2aL .write-module--addSubWrap--pVX4p {
  margin-top: -2px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  height: 20px;
  margin-left: 157px;
  justify-content: space-between;
  max-width: 376px;
}
.write-module--setting-form--cE2aL .write-module--addSubWrap--pVX4p .write-module--add-sub-left--Qvp56 {
  display: flex;
  align-items: center;
}
.write-module--setting-form--cE2aL .write-module--addSubWrap--pVX4p .write-module--btn-box--DYHy7 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0;
  line-height: 24px;
  padding: 0 6px;
  min-width: auto !important;
  border-radius: 2px;
  background: linear-gradient(272.62deg, #f5f1ff -8.45%, rgba(242, 246, 255, 0.863811) 40.35%, #eef3ff 95.47%);
  justify-content: center;
  height: 24px;
  font-size: 12px;
}
.write-module--setting-form--cE2aL .write-module--addSubWrap--pVX4p .write-module--btn-box--DYHy7[disabled] {
  color: #b7c3ff;
  border: none;
  opacity: 1;
  opacity: 0.5;
}
.write-module--setting-form--cE2aL .write-module--addSubWrap--pVX4p .write-module--btn-box--DYHy7 .write-module--addSubTxt2--Qiny8 {
  -webkit-background-clip: text !important;
          background-clip: text !important;
  color: transparent;
  background: linear-gradient(91.21deg, #35a8fc 1.04%, #436bfa 50.51%, #a274ff 107.67%);
}
.write-module--setting-form--cE2aL .write-module--addSubWrap--pVX4p .write-module--btn-box1--srzlN {
  width: 100px;
  cursor: pointer;
  padding: 0 6px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  min-width: auto !important;
  background-color: #f0f2f7;
  border-radius: 2px;
  color: #272e47;
  justify-content: center;
  margin-right: 8px;
  height: 24px;
  border: none !important;
  font-size: 12px;
}
.write-module--setting-form--cE2aL .write-module--addSubWrap--pVX4p .write-module--btn-box1--srzlN[disabled] {
  opacity: 0.5;
}
.write-module--setting-form--cE2aL .write-module--addSubWrap--pVX4p .write-module--addSubIcon--TBXl9 {
  margin-right: 4px;
  width: 12px;
  height: 12px;
}
.write-module--setting-form--cE2aL .write-module--addSubWrap--pVX4p .write-module--addSubDisableIcon--H4jww {
  margin-right: 4px;
  width: 12px;
  height: 12px;
  background-image: url(/static/add-icon-disabled.21ff156b.svg);
  background-size: 100%;
}
.write-module--setting-form--cE2aL .write-module--addSubWrap--pVX4p .write-module--addSubTxt--Z4\+O1 {
  font-size: 12px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
}
.write-module--setting-form--cE2aL .write-module--subWrap2--vf8g8 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.write-module--setting-form--cE2aL .write-module--subWrap2--vf8g8 .write-module--subIcon--XOfX5,
.write-module--setting-form--cE2aL .write-module--subWrap2--vf8g8 .write-module--subIconWrap--cJ4dk {
  width: 14px;
  height: 14px;
  line-height: 1;
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
  cursor: pointer;
}
.write-module--setting-form--cE2aL .write-module--subWrap2--vf8g8 .write-module--subIcon--XOfX5.sirius-icon,
.write-module--setting-form--cE2aL .write-module--subWrap2--vf8g8 .write-module--subIconWrap--cJ4dk.sirius-icon {
  width: 14px;
  height: 14px;
  line-height: 1;
}
.write-module--setting-form--cE2aL .write-module--subWrap2--vf8g8 .write-module--subIconWrap--cJ4dk {
  margin-left: 4px;
}
.write-module--setting-form--cE2aL .write-module--subWrap2--vf8g8 .write-module--blue--lEGll {
  margin-left: 8px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.write-module--setting-form--cE2aL .write-module--subWrap2--vf8g8 .write-module--txt--lpwau {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.write-module--setting-form--cE2aL .write-module--validate-tips--ZOsV5 {
  margin-left: 157px;
  margin-top: -16px;
  margin-bottom: 16px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.write-module--setting-form--cE2aL .write-module--addCCWrap--G0njf,
.write-module--setting-form--cE2aL .write-module--ccReceiversWrap--KQvr3 {
  cursor: pointer;
  margin-top: -10px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  height: 20px;
  margin-left: 157px;
}
.write-module--setting-form--cE2aL .write-module--hint---LFwy {
  position: absolute;
  left: 388px;
  top: 0;
  white-space: nowrap;
  line-height: 32px;
  margin-left: 12px;
  color: #386ee7;
  cursor: pointer;
}
.write-module--setting-form--cE2aL .write-module--dynamic-ctrl-icon--w9mSx {
  margin-left: 8px;
  line-height: 16px;
  height: 16px;
  vertical-align: -6px;
  cursor: pointer;
}
.write-module--setting-form--cE2aL .ant-input {
  width: 376px;
  height: 32px;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 4px;
}
.write-module--setting-form--cE2aL .ant-form-item {
  margin-bottom: 16px;
}
.write-module--setting-form--cE2aL .ant-form-item-explain {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  height: 26px;
}
.write-module--setting-form--cE2aL .ant-form-item-label > label .ant-form-item-tooltip {
  cursor: pointer;
}
.write-module--setting-form--cE2aL .ant-form-item-label label {
  color: #545a6e;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.write-module--setting-form--cE2aL .ant-form-item-label label::after {
  content: "";
}
.write-module--setting-form--cE2aL .write-module--select-type--bm7om .ant-select-focused .ant-select-selector {
  border: 1px solid #386ee7 !important;
}
.write-module--setting-form--cE2aL .ant-form-item-control-input-content {
  max-width: 376px;
}
.write-module--setting-form--cE2aL .overflow-item .ant-form-item-control-input-content {
  max-width: 428px;
  display: flex;
  align-items: center;
}
.write-module--setting-form--cE2aL .overflow-item .ant-select-auto-complete {
  max-width: 376px;
}
.write-module--setting-form--cE2aL .ant-input-affix-wrapper {
  padding: 0 11px;
  border-radius: 4px;
}
.write-module--setting-form--cE2aL .ant-input-affix-wrapper-focused {
  border-color: #386ee7;
}
.write-module--setting-form--cE2aL .ant-input-affix-wrapper .ant-input {
  height: 30px;
}
.write-module--setting-form--cE2aL .write-module--send-time-setting--pQO2E {
  margin-top: 8px;
}
.write-module--setting-form--cE2aL .ant-select-auto-complete .ant-select-item-group {
  padding-top: 16px;
  color: #a9b2c2;
}
.write-module--setting-form--cE2aL .ant-select-auto-complete .ant-select-focused .ant-select-selector {
  border: none !important;
}
.write-module--setting-form--cE2aL .ant-select-auto-complete .ant-select-item-option-content {
  font-size: 12px;
  color: #4e5a70;
}
.write-module--setting-form--cE2aL .ant-select-auto-complete .ant-select-item-option-active {
  background: #fff;
}
.write-module--setting-form--cE2aL .ant-select-auto-complete .ant-select-item-option-active .ant-select-item-option-content {
  color: #4e5a70;
}
.write-module--setting-form--cE2aL .ant-select-auto-complete .ant-select-item-option-selected.ant-select-item-option-active {
  background: #fff;
}
.write-module--setting-form--cE2aL .ant-select-auto-complete .ant-select-item-option-selected.ant-select-item-option-active .ant-select-item-option-content {
  color: #4e5a70;
}
.write-module--setting-form--cE2aL .ant-select-auto-complete .ant-select-item-option-grouped {
  padding-left: 12px;
}
.write-module--setting-form--cE2aL .ant-select-auto-complete .ant-select-item-option-selected {
  background: #fff;
  font-weight: normal;
}
.write-module--setting-form--cE2aL .ant-select-auto-complete .ant-select-item-option:hover {
  background: #f9fafb !important;
}
.write-module--setting-form--cE2aL .ant-select-auto-complete .ant-select-item-option:hover .ant-select-item-option-content {
  color: #4c6aff;
}
.write-module--setting-form--cE2aL .write-module--dropdownTheme--akv0J .ant-select-item-option:hover {
  background: #fff !important;
}
.write-module--setting-form--cE2aL .write-module--dropdownTheme--akv0J .ant-select-auto-complete .ant-select-item-option:hover {
  background: #fff !important;
}
.write-module--setting-form--cE2aL .write-module--dropdownTheme--akv0J .ant-select-item-group {
  padding: 8px 12px 0px 12px;
}

.write-module--smart-form--RrGuv {
  background-color: #f9fafb;
  border: 1px solid #f0f1f5;
}

.write-module--light-tooltip--AWFVh {
  border-radius: 8px;
  border: 0.5px solid rgba(38, 42, 51, 0.2);
  box-shadow: 0px 4px 8px rgba(38, 42, 51, 0.1);
  background: #fff;
  padding-top: 0;
}
.write-module--light-tooltip--AWFVh .ant-tooltip-inner {
  background: #ffffff !important;
  font-size: 14px;
  line-height: 150%;
  color: #262a33;
  border-radius: 6px;
}
.write-module--light-tooltip--AWFVh .ant-tooltip-inner .know-more {
  margin-left: 8px;
  color: #6292ff;
  cursor: pointer;
}

.write-module--write-mail-editor-header--nTzXH {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: auto;
  transform: scale(1);
  padding: 79px 0 0;
}
.write-module--write-mail-editor-header--nTzXH .write-module--drop-files--q4Oup {
  padding: 64px 16px 14px !important;
  background: rgba(0, 0, 0, 0.12) !important;
}
.write-module--write-mail-editor-header--nTzXH .tox .tox-editor-header {
  border-top: none;
}
.write-module--write-mail-editor-header--nTzXH .tox .tox-toolbar {
  background: none;
  padding: 0 16px;
}
.write-module--write-mail-editor-header--nTzXH .tox .tox-toolbar:not(:last-child) {
  border-bottom: 1px solid #ebebec;
}

.write-module--write-mail-editor-header2--\+Jaj1 {
  height: calc(100% - 44px);
}

.write-module--content-wrapper--ITA0G {
  flex: 1 1;
  overflow: auto;
  height: 100%;
  width: auto;
  scroll-behavior: smooth;
}
.write-module--content-wrapper--ITA0G .write-module--content-tip-know--ppKhu {
  color: #5383fe;
  cursor: pointer;
  margin-left: 8px;
}

.write-module--template-list-wrap--0TiWZ {
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px;
  border: 1px solid rgba(38, 42, 51, 0.16);
  border-radius: 4px;
  background: #fff;
}
.write-module--template-list-wrap--0TiWZ .write-module--template-list-hd---O3-I {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  gap: 52px;
}
.write-module--template-list-wrap--0TiWZ .write-module--template-list--u1CE0 {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.write-module--template-list-wrap--0TiWZ .write-module--template-item--CW9zM {
  cursor: pointer;
  width: 120px;
}
.write-module--template-list-wrap--0TiWZ .write-module--template-item--CW9zM:hover img {
  border-color: #386ee7;
}
.write-module--template-list-wrap--0TiWZ img {
  border: 1px solid #dcddde;
  border-radius: 4px;
}
.write-module--template-list-wrap--0TiWZ .write-module--template-title--3t-uu {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #51555c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.write-module--template-list-wrap--0TiWZ .write-module--more-template--jJw-x {
  width: 64px;
  height: 120px;
  background: #f4f4f5;
  border-radius: 2px;
  line-height: 120px;
  text-align: center;
  color: rgba(38, 42, 51, 0.5);
  cursor: pointer;
}

.write-module--show-filter-tips--ZzNvU {
  background: #ebf3ff;
  /* fill/deepen-3 */
  height: 40px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.write-module--show-filter-tips--ZzNvU .write-module--show-filter-tips-info--zfDHk {
  font-size: 12px;
  color: #252931;
  margin-left: 6px;
  height: 16px;
}

.write-module--step3--HsBkp {
  padding: 0px 16px 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.write-module--step3--HsBkp .write-module--btnWrap--AKHlc {
  width: 944px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.write-module--step3--HsBkp .write-module--btnWrap--AKHlc .write-module--normalBtn--M-gPJ {
  cursor: pointer;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  width: 94px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #737373;
  font-size: 14px;
  border: 1px solid #dcddde;
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.write-module--step3--HsBkp .write-module--btnWrap--AKHlc .write-module--normalBtn--M-gPJ.write-module--activeBtn--dfbf6 {
  background-color: #386ee7;
  color: #fff;
}
.write-module--step3--HsBkp .write-module--btnWrap--AKHlc .write-module--normalBtn--M-gPJ.write-module--rightBtn--nW-8A {
  border-radius: 0 4px 4px 0;
  border-left: none;
  border-right: 1px solid #dcddde;
}
.write-module--step3--HsBkp .write-module--stepContentWrap--SMejo {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.write-module--step3--HsBkp .write-module--add-receiver-wrap--qlos3 {
  width: 460px;
  margin-right: 24px;
}
.write-module--step3--HsBkp .write-module--add-receiver-wrap--qlos3 .ant-tabs-nav-wrap {
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.write-module--step3--HsBkp .write-module--add-receiver-wrap--qlos3 .ant-tabs-nav-wrap::-webkit-scrollbar {
  height: 5px;
  background: #eee;
}
.write-module--step3--HsBkp .write-module--add-receiver-wrap--qlos3 .ant-tabs-nav-wrap::-webkit-scrollbar-track {
  border-radius: 3px;
}
.write-module--step3--HsBkp .write-module--add-receiver-wrap--qlos3 .ant-tabs-nav-wrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(38, 42, 51, 0.3);
  padding: 4px;
}
.write-module--step3--HsBkp .write-module--add-receiver-wrap--qlos3.write-module--enLang--noqrJ .ant-tabs-tab .ant-tabs-tab-btn {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 70px;
}
.write-module--step3--HsBkp .ant-tabs-nav {
  margin: 0;
}
.write-module--step3--HsBkp .ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: none;
}
.write-module--step3--HsBkp .ant-tabs-tab {
  padding: 0 0 8px;
  line-height: 16px;
}
.write-module--step3--HsBkp .write-module--tab-content-wrap--Iid-J {
  position: relative;
  min-height: 307px;
  max-height: 526px;
  background: #ffffff;
  border: 1px solid #d4d4d6;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
.write-module--step3--HsBkp .write-module--dropdown-btn--5wkeV {
  position: relative;
  padding-right: 10px;
}
.write-module--step3--HsBkp .write-module--dropdown-btn--5wkeV .ant-space-item:last-child {
  position: absolute;
  right: -10px;
  top: -2px;
}
.write-module--step3--HsBkp .write-module--textarea--vSgli {
  height: calc(100% - 60px);
  outline: none;
  resize: none;
  box-shadow: none;
  border: none !important;
  padding: 16px;
}
.write-module--step3--HsBkp .write-module--top-tip--huQTm {
  padding-left: 12px;
  height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  background: #f2f7fe;
  color: #272e47;
  font-size: 12px;
}
.write-module--step3--HsBkp .write-module--top-tip--huQTm span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
}
.write-module--step3--HsBkp .write-module--file-selector-wrap--6tJw\+ {
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.write-module--step3--HsBkp .write-module--file-type-desc--Ej9vB {
  margin-top: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #a8aaad;
}
.write-module--step3--HsBkp .write-module--receiver-list-wrap---WMUW {
  position: relative;
  width: 460px;
  min-height: 307px;
  max-height: 526px;
  border: 1px solid #d4d4d6;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.write-module--step3--HsBkp .write-module--receiverRealListWrap--OxlwW {
  flex: 1 1;
}
.write-module--step3--HsBkp .write-module--receiver-list--ydqQq {
  overflow-y: auto;
  padding: 16px 16px 0;
  color: rgba(38, 42, 51, 0.9);
  line-height: 24px;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.write-module--step3--HsBkp .write-module--receiver-list--ydqQq::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.write-module--step3--HsBkp .write-module--receiver-list--ydqQq::-webkit-scrollbar:horizontal {
  height: 6px;
}
.write-module--step3--HsBkp .write-module--receiver-list--ydqQq::-webkit-scrollbar-button {
  display: none;
}
.write-module--step3--HsBkp .write-module--receiver-list--ydqQq::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.write-module--step3--HsBkp .write-module--receiver-list--ydqQq::-webkit-scrollbar-thumb:hover {
  background: #dddddd;
}
.write-module--step3--HsBkp .write-module--receiver-list--ydqQq::-webkit-scrollbar-corner {
  display: none;
}
.write-module--step3--HsBkp .write-module--receiver-item--g6534 {
  display: flex;
  padding: 8px 0 6px;
  height: 48px;
}
.write-module--step3--HsBkp .write-module--receiver-avatar-wrap--SQjD2 {
  position: relative;
}
.write-module--step3--HsBkp .write-module--receiver-contact-wrap---uu0A {
  padding-left: 12px;
  flex: 1 1;
  margin-top: -3px;
  height: 45px;
  white-space: nowrap;
  overflow: hidden;
}
.write-module--step3--HsBkp .write-module--receiver-contact-wrap---uu0A.write-module--single-line--K954- {
  display: flex;
  height: 37px;
  align-items: center;
}
.write-module--step3--HsBkp .write-module--invalid-remove-all--rMnA8 {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 18px;
  color: #232d47;
  background: #edf1ff;
}
.write-module--step3--HsBkp .write-module--invalid-remove-all-operations--I4F1N {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.write-module--step3--HsBkp .write-module--invalid-remove-all-trigger--g53yE {
  width: auto;
  min-width: auto;
  height: auto;
  background: transparent;
  border: none;
  color: #4c6aff;
  font-size: 12px;
}
.write-module--step3--HsBkp .write-module--invalid-remove-all-separator--6MzIa {
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 8px;
}
.write-module--step3--HsBkp .write-module--invalid-remove-all-filter--xyRHl {
  width: auto;
  min-width: auto;
  height: auto;
  background: transparent;
  border: none;
  color: #4c6aff;
  font-size: 12px;
}
.write-module--step3--HsBkp .write-module--sub-title--0RH3- {
  color: #a9b2c2;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}
.write-module--step3--HsBkp .write-module--popover-overlay--8KCy1 {
  pointer-events: auto !important;
}
.write-module--step3--HsBkp .write-module--popover--OggFN {
  width: 300px;
  display: flex;
  flex-direction: column;
}
.write-module--step3--HsBkp .write-module--popover-head--cW\+nL {
  flex-shrink: 0;
  padding: 24px 20px 12px;
  border-bottom: 1px solid #f0f3f5;
}
.write-module--step3--HsBkp .write-module--popover-head--cW\+nL h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232d47;
  margin-bottom: 0;
}
.write-module--step3--HsBkp .write-module--popover-body--utGTt {
  flex-grow: 1;
  padding: 16px 24px;
  overflow: auto;
}
.write-module--step3--HsBkp .write-module--popover-body--utGTt h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #232d47;
  margin-bottom: 0;
}
.write-module--step3--HsBkp .write-module--popover-body--utGTt .ant-checkbox-wrapper {
  width: 100%;
  margin-top: 12px;
  font-size: 12px;
}
.write-module--step3--HsBkp .write-module--popover-body--utGTt .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}
.write-module--step3--HsBkp .write-module--popover-footer--ZzFZ3 {
  flex-shrink: 0;
  text-align: right;
  padding: 12px 24px;
  border-top: 1px solid #f0f3f5;
}
.write-module--step3--HsBkp .write-module--popover-footer--ZzFZ3 .ant-btn {
  margin-left: 16px;
}
.write-module--step3--HsBkp .write-module--email-normal--iGCq0 .write-module--edit-online--PUB2O,
.write-module--step3--HsBkp .write-module--email-normal--iGCq0 .write-module--edit--owncx {
  display: none;
}
.write-module--step3--HsBkp .write-module--email-edit--mZfwG .write-module--edit-online--PUB2O,
.write-module--step3--HsBkp .write-module--email-edit--mZfwG .write-module--edit--owncx {
  display: none;
  transform: translateX(-7px);
  padding: 0 6px;
}
.write-module--step3--HsBkp .write-module--email-edit--mZfwG:hover .write-module--edit-online--PUB2O,
.write-module--step3--HsBkp .write-module--email-edit--mZfwG:hover .write-module--edit--owncx {
  display: block;
  width: 180px;
  color: #7a8599;
}
.write-module--step3--HsBkp .write-module--email-edit--mZfwG:hover .write-module--edit--owncx {
  transform: translateX(-7px);
  padding: 0 6px;
  font-size: 12px;
}
.write-module--step3--HsBkp .write-module--email-edit--mZfwG:hover .write-module--edit-online--PUB2O {
  transform: translate(-7px, 0px);
  padding: 0 6px;
}
.write-module--step3--HsBkp .write-module--email-edit--mZfwG:hover .write-module--main-text--wte9e,
.write-module--step3--HsBkp .write-module--email-edit--mZfwG:hover .write-module--sub-text--tok9V {
  display: none;
}
.write-module--step3--HsBkp .write-module--main-text--wte9e {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.write-module--step3--HsBkp .write-module--display-text--p5625 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #747a8c;
}
.write-module--step3--HsBkp .write-module--sub-text--tok9V {
  font-size: 12px;
  line-height: 20px;
  color: rgba(38, 42, 51, 0.5);
}
.write-module--step3--HsBkp .write-module--main-text--wte9e,
.write-module--step3--HsBkp .write-module--sub-text--tok9V {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.write-module--step3--HsBkp .write-module--receiver-tip--8VhwU {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/static/unsubscribe-tip.af9b9198.svg) 0 0 no-repeat;
  bottom: 2px;
  right: 0px;
}
.write-module--step3--HsBkp .write-module--filter-btn-wrap--qroMa {
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid #d4d4d6;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
}
.write-module--step3--HsBkp .write-module--filter-btn-wrap--qroMa.write-module--has-border-top--z3Vv4 {
  border-top: 1px solid #d4d4d6;
}
.write-module--step3--HsBkp .write-module--filter-btn-wrap--qroMa.write-module--has-checkbox--egsFv {
  justify-content: space-between;
}
.write-module--step3--HsBkp .write-module--remove-all-receiver--Q4oae {
  cursor: pointer;
  margin-left: 20px;
  color: #51555c;
  font-size: 12px;
}
.write-module--step3--HsBkp .write-module--remove-all-receiver--Q4oae svg {
  vertical-align: -4px;
  margin-right: 4px;
}
.write-module--step3--HsBkp .write-module--status--VLndM {
  margin-right: 22px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.write-module--step3--HsBkp .write-module--status--VLndM .write-module--status-text--AKFvy {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-right: 8px;
}
.write-module--step3--HsBkp .write-module--status--VLndM .write-module--status-text--AKFvy.write-module--status-error--LkQXb {
  color: #fe5b4c;
  background: #ffefed;
}
.write-module--step3--HsBkp .write-module--status--VLndM .write-module--status-text--AKFvy.write-module--status-warning--ojnH2 {
  color: #ffb54c;
  background: #fff8ed;
}
.write-module--step3--HsBkp .write-module--status--VLndM .write-module--set-valid--UpcXQ {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  vertical-align: middle;
}
.write-module--step3--HsBkp .write-module--status--VLndM .write-module--set-valid--UpcXQ:hover {
  background: #f0f3f5;
}

.write-module--template-file-card--gBk9W {
  position: relative;
  background: #fbfbfb;
  border: 1px solid rgba(38, 42, 51, 0.07);
  color: rgba(38, 42, 51, 0.9);
  font-size: 12px;
  padding: 10px 12px;
  border-radius: 4px;
}
.write-module--template-file-card--gBk9W .write-module--card-wrap--uL9I0 {
  display: flex;
  align-items: center;
}
.write-module--template-file-card--gBk9W .write-module--file--3lJ0R {
  flex: 1 1;
}
.write-module--template-file-card--gBk9W .write-module--file-name--2RI2i {
  width: 176px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.write-module--template-file-card--gBk9W .write-module--file-size--1xFnI {
  margin-top: 2px;
  color: rgba(38, 42, 51, 0.5);
}
.write-module--template-file-card--gBk9W .write-module--progress--9A84q {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #386ee7;
}

.write-module--receiver-alert--QBrmx .ant-modal-confirm-content {
  color: #7d8085;
}
.write-module--receiver-alert--QBrmx .ant-modal-confirm-body > .anticon {
  margin-right: 8px;
}
.write-module--receiver-alert--QBrmx .ant-modal-body {
  padding: 24px;
}

.write-module--receiver-setting-new-div--9mbb0 .ant-modal-wrap {
  overflow: visible;
}

.write-module--receiver-setting-new-modal--lwY13 .write-module--filter-tip--WRA7Z {
  width: 100%;
  padding: 8px 12px;
  color: #386ee7;
  font-size: 12px;
  line-height: 18px;
  background-color: #f1f6ff;
}
.write-module--receiver-setting-new-modal--lwY13 .write-module--filter-btn-wrap--qroMa {
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
  border-radius: 0 0 8px 8px;
}
.write-module--receiver-setting-new-modal--lwY13 .write-module--filter-btn-wrap--qroMa.write-module--has-border-top--z3Vv4 {
  border-top: 1px solid #d4d4d6;
}
.write-module--receiver-setting-new-modal--lwY13 .write-module--filter-btn-wrap--qroMa.write-module--has-checkbox--egsFv {
  justify-content: space-between;
}
.write-module--receiver-setting-new-modal--lwY13 .ant-modal-header {
  border-bottom: 0px;
}

.write-module--valid-email-address-modal--zumJl .write-module--modal-body--IeVzc {
  text-align: center;
  color: #7d8085;
}
.write-module--valid-email-address-modal--zumJl .write-module--modal-body--IeVzc .write-module--alert--f0hIv {
  border: none;
  font-size: 12px;
  margin-bottom: 8px;
  text-align: left;
  color: #4e5a70;
}
.write-module--valid-email-address-modal--zumJl .write-module--stage-title--eqOe5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  margin: 8px 0 12px;
}
.write-module--valid-email-address-modal--zumJl .write-module--color1--NBwN1 {
  color: #386ee7;
}
.write-module--valid-email-address-modal--zumJl .write-module--color2--0mn5F {
  color: #f74f4f;
}
.write-module--valid-email-address-modal--zumJl .ant-modal-footer {
  border: none;
  padding: 0 16px 10px;
}
.write-module--valid-email-address-modal--zumJl .write-module--valid-mail-table--shKGL {
  min-height: 144px;
  border: 1px solid rgba(38, 42, 51, 0.06);
  border-radius: 4px;
}
.write-module--valid-email-address-modal--zumJl .write-module--valid-mail-table--shKGL .ant-table-tbody > tr > td {
  border-bottom: none;
}
.write-module--valid-email-address-modal--zumJl .write-module--valid-mail-table--shKGL .ant-table {
  font-size: 12px;
}
.write-module--valid-email-address-modal--zumJl .write-module--valid-mail-table--shKGL .ant-table-thead .ant-table-cell::before {
  display: none;
}
.write-module--valid-email-address-modal--zumJl .write-module--valid-mail-table--shKGL .ant-table-filter-column .ant-table-filter-trigger {
  display: none;
}
.write-module--valid-email-address-modal--zumJl .editable-cell-value-wrap {
  padding: 4px 8px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid transparent;
  border-radius: 2px;
}
.write-module--valid-email-address-modal--zumJl .editable-cell {
  padding: 4px 0 !important;
}
.write-module--valid-email-address-modal--zumJl .editable-cell .ant-input {
  padding: 4px 8px;
  font-size: 12px;
  box-shadow: none;
}
.write-module--valid-email-address-modal--zumJl .editable-cell .ant-input:focus {
  border-color: #386ee7;
}
.write-module--valid-email-address-modal--zumJl .ant-table-row:hover .editable-cell-value-wrap {
  padding: 4px 8px;
  border-color: #d9d9d9;
}

.write-module--edm-attachments--04Noj {
  position: relative;
  padding: 0 16px;
  z-index: 1;
}
.write-module--edm-attachments--04Noj .attachment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.write-module--edm-attachments--04Noj .placeholder {
  margin-right: 12px;
  flex-basis: 264px;
  flex-grow: 2;
  flex-shrink: 1;
  height: 0;
  opacity: 0;
}
.write-module--edm-attachments--04Noj .attachment-card {
  position: relative;
}
.write-module--edm-attachments--04Noj .attachment-card .process-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.write-module--edm-attachments--04Noj .attachment-card .process-box .process {
  border-bottom: 0.5px solid #386ee7;
  border-bottom-left-radius: 4px;
  box-sizing: border-box;
  height: 2px;
  background: #386ee7;
}
.write-module--edm-attachments--04Noj .attachment-card .hide {
  display: none;
}

.write-module--cron-send-modal--3SOLn .ant-modal-body {
  position: relative;
}
.write-module--cron-send-modal--3SOLn .write-module--error-tip--hGZli {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 26px;
  padding-left: 12px;
  font-size: 12px;
  line-height: 26px;
  background: rgba(247, 71, 71, 0.1);
  color: #51555c;
}
.write-module--cron-send-modal--3SOLn .write-module--select--8ewBY {
  width: 70px;
}
.write-module--cron-send-modal--3SOLn .write-module--select--8ewBY:not(:last-child) {
  margin-right: 6px;
}
.write-module--cron-send-modal--3SOLn .write-module--select--8ewBY:not(:first-child) {
  margin-left: 16px;
}
.write-module--cron-send-modal--3SOLn .write-module--cron-modal-footer--K-FNq {
  display: flex;
  padding: 0px 23px;
}
.write-module--cron-send-modal--3SOLn .write-module--cron-modal-footer-content--KwT3b {
  display: flex;
  margin-right: auto;
}

.write-module--send-success-tip--rT3lK {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #7d8085;
  font-size: 14px;
  line-height: 18px;
}
.write-module--send-success-tip--rT3lK .write-module--text--CAMcQ {
  color: #262a33;
  font-weight: 500;
  font-size: 16px;
}
.write-module--send-success-tip--rT3lK .write-module--flex-container--t7tuc {
  display: flex;
  align-items: center;
  gap: 20px;
}
.write-module--send-success-tip--rT3lK .write-module--buttons--N4mIm {
  margin-top: 40px;
}
.write-module--send-success-tip--rT3lK .write-module--edm-dir-tip--JawG- {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  color: #51555c;
  display: flex;
  align-items: center;
  padding: 0px 14px;
  border: none;
  border-radius: 4px;
  background: rgba(255, 170, 0, 0.1);
}
.write-module--send-success-tip--rT3lK .write-module--edm-dir-tip--JawG- svg {
  vertical-align: -3px;
  margin-right: 6px;
  cursor: pointer;
}

.write-module--save-confirm-header--LNP3U {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(38, 42, 51, 0.9);
}

.write-module--ellipsis--UU-iX {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.write-module--mock-attachment--WoqvA {
  position: absolute;
  left: 3px;
  top: 2px;
  width: 78px;
  height: 34px;
  z-index: 100;
  cursor: pointer;
  border-radius: 2px;
}
.write-module--mock-attachment--WoqvA:hover {
  background: rgba(0, 0, 0, 0.05);
}

.write-module--mock-append-var--QhYDE {
  position: absolute;
  left: 80px;
  top: 2px;
  width: 66px;
  height: 34px;
  z-index: 100;
  cursor: pointer;
  border-radius: 2px;
}
.write-module--mock-append-var--QhYDE:hover {
  background: rgba(0, 0, 0, 0.05);
}

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

.write-module--page-loading--RsUlG {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.write-module--page-loading--RsUlG .sirius-spin {
  display: inline-block;
}
.write-module--page-loading--RsUlG .ant-spin-text {
  font-size: 12px;
  color: rgba(38, 42, 51, 0.5);
}

.write-module--mail-remind-footer--\+duDr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.write-module--mail-remind-footer--\+duDr .write-module--mail-remind-btns--uS04J {
  display: flex;
}

.write-module--mail-remind-content--T\+i-R {
  display: flex;
}

.write-module--mail-remind-left--XPuIe {
  margin-right: 10px;
}

.write-module--mail-remind-text--kts\+j {
  margin-bottom: 16px;
  color: #262a33;
  line-height: 1.5;
}

.write-module--sensitive-result2--03l-H {
  position: static;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}

.write-module--sensitive-result--k2b4\+,
.write-module--variable-introduce--ntJUn {
  min-width: 220px;
  width: 220px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.write-module--sensitive-result-title--bgAdU,
.write-module--variable-introduce-title--sqRdo {
  padding: 16px 16px 0;
  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;
}
.write-module--sensitive-result-close--7L2FU,
.write-module--variable-introduce-close--u2rAv {
  padding: 8px;
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 0;
  cursor: pointer;
}
.write-module--sensitive-result-warning--vR30x,
.write-module--variable-introduce-warning--5UJxb {
  padding: 8px 16px 0;
  color: #51555c;
  font-size: 12px;
  line-height: 18px;
  flex-shrink: 0;
}
.write-module--sensitive-result-content--feTnF,
.write-module--variable-introduce-content--oRItR {
  padding: 16px 16px 0px;
  flex-grow: 1;
  overflow-y: auto;
  margin-bottom: -16px;
}
.write-module--sensitive-result-content--feTnF .write-module--sensitive-header--HScop,
.write-module--variable-introduce-content--oRItR .write-module--sensitive-header--HScop {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.write-module--sensitive-result-content--feTnF .write-module--sensitive-label--oGGGL,
.write-module--variable-introduce-content--oRItR .write-module--sensitive-label--oGGGL {
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
}
.write-module--sensitive-result-content--feTnF .write-module--sensitive-info--g1HAO,
.write-module--variable-introduce-content--oRItR .write-module--sensitive-info--g1HAO {
  color: #747a8c;
  color: var(--text-3, #747a8c);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.write-module--sensitive-result-item--mzFEf,
.write-module--variable-introduce-item--tu3r\+ {
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
}
.write-module--sensitive-result-item-top--akpF8,
.write-module--variable-introduce-item-top--6Okk0 {
  display: flex;
  align-items: center;
}
.write-module--sensitive-result-item-top-word--QHI6S,
.write-module--variable-introduce-item-top-word--JgKIq {
  color: #fe5b4c;
}
.write-module--sensitive-result-item-top-index--A1rYj,
.write-module--variable-introduce-item-top-index--qv8HC {
  font-size: 10px;
  width: 14px;
  height: 14px;
  color: #fff;
  border-radius: 50%;
  background: #fe5b4c;
  line-height: 14px;
  text-align: center;
  margin-right: 6px;
}
.write-module--sensitive-result-item-bottom--wmIV0,
.write-module--variable-introduce-item-bottom--dM6G0 {
  margin-top: 12px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.write-module--sensitive-result-item--mzFEf .write-module--sensitive-result-value--MlWsv,
.write-module--variable-introduce-item--tu3r\+ .write-module--sensitive-result-value--MlWsv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.write-module--sensitive-result-item--mzFEf .write-module--sensitive-result-value--MlWsv:not(:last-child),
.write-module--variable-introduce-item--tu3r\+ .write-module--sensitive-result-value--MlWsv:not(:last-child) {
  margin-bottom: 4px;
}
.write-module--sensitive-result-item--mzFEf .write-module--sensitive-result-copy--bKx4w,
.write-module--variable-introduce-item--tu3r\+ .write-module--sensitive-result-copy--bKx4w {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.write-module--sensitive-result-item2--B7OTB,
.write-module--variable-introduce-item2--Z8WRr {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 22px;
}
.write-module--sensitive-result-item2--B7OTB:last-child,
.write-module--variable-introduce-item2--Z8WRr:last-child {
  margin-bottom: 0;
}
.write-module--sensitive-result-item2-word--Eytgq,
.write-module--variable-introduce-item2-word--v4dC\+ {
  color: #fe5b4c;
  margin-right: 4px;
}
.write-module--sensitive-result-item2-index--iXRRc,
.write-module--variable-introduce-item2-index--A31Rr {
  position: absolute;
  font-size: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  background: #fe5b4c;
  line-height: 22px;
  text-align: center;
  margin-left: -26px;
  margin-top: 2px;
}
.write-module--sensitive-result-empty--q7i9E,
.write-module--variable-introduce-empty--twf-O {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.write-module--sensitive-result-empty-Content--e5Szy,
.write-module--variable-introduce-empty-Content--di44p {
  text-align: center;
}
.write-module--sensitive-result-empty-text--fnVCg,
.write-module--variable-introduce-empty-text--Q99of {
  padding-top: 10px;
  font-size: 12px;
  color: #7a8599;
}
.write-module--sensitive-result-empty-img--Y3laq,
.write-module--variable-introduce-empty-img--dwy9o {
  width: 93px;
  height: 93px;
}

.write-module--variable-introduce--ntJUn {
  width: auto;
  background-color: #fff;
}

@keyframes write-module--spin--LbueO {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.write-module--email-score-polling-entry--B2g8C,
.write-module--email-score-finished-entry--T60ha {
  position: fixed;
  right: 24px;
  bottom: 76px;
  cursor: pointer;
  z-index: 100;
}
.write-module--email-score-polling-entry--B2g8C img,
.write-module--email-score-finished-entry--T60ha img {
  width: 60px;
  height: 60px;
}

.write-module--email-score-polling-entry--B2g8C img {
  animation: write-module--spin--LbueO 1s infinite linear;
}

.write-module--cc-emails-trigger--0q9jO {
  position: relative;
  width: 54px;
  height: 30px;
  line-height: 30px;
  color: rgba(38, 42, 51, 0.9);
  text-align: center;
  cursor: pointer;
  margin-right: -11px;
}
.write-module--cc-emails-trigger--0q9jO::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  width: 1px;
  height: 22px;
  background-color: rgba(38, 42, 51, 0.08);
}

.write-module--cc-emails--HVGvs {
  margin-bottom: 12px !important;
}

.write-module--cc-receivers--aIpM7 .ant-form-item-control-input {
  min-height: auto;
}
.write-module--cc-receivers--aIpM7 .ant-form-item-control-input-content {
  font-size: 0;
}
.write-module--cc-receivers--aIpM7 .ant-checkbox-wrapper {
  font-size: 12px;
}

.write-module--email-tip--33BFo {
  position: absolute;
  left: 4px;
  right: 4px;
  z-index: 1;
  top: 124px;
  background-color: #fff8ed;
  border-color: #fff8ed;
  padding: 6px 15px;
}

.write-module--cronSentForm--kvSUJ {
  padding: 0 16px;
}
.write-module--cronSentForm--kvSUJ .write-module--cron-sent-form-tip--X0cTA {
  position: absolute;
  right: 15px;
  margin-top: -48px;
}

.write-module--tip-popover--XY\+mv .ant-popover-arrow {
  opacity: 1;
  width: 18px;
  height: 18px;
}
.write-module--tip-popover--XY\+mv .ant-popover-arrow .ant-popover-arrow-content {
  width: 18px;
  height: 18px;
}
.write-module--tip-popover--XY\+mv .slick-dots li.slick-active,
.write-module--tip-popover--XY\+mv .slick-dots li {
  width: 6px;
}
.write-module--tip-popover--XY\+mv .slick-dots li.slick-active button,
.write-module--tip-popover--XY\+mv .slick-dots li button {
  height: 6px;
  border-radius: 50%;
  background: #e1e6ed;
}
.write-module--tip-popover--XY\+mv .slick-dots li.slick-active button {
  background: #c0c8d6;
}

.write-module--sync-send-email-tip-wrapper--UlEbR {
  width: 400px;
  padding: 20px;
}
.write-module--sync-send-email-tip-wrapper--UlEbR .write-module--sync-send-email-tip--f94pF {
  height: 280px;
}
.write-module--sync-send-email-tip-wrapper--UlEbR .write-module--sync-send-email-tip--f94pF img {
  width: 360px;
  height: 180px;
}
.write-module--sync-send-email-tip-wrapper--UlEbR .write-module--sync-send-email-tip-op--EjZI1 {
  padding-top: 0px;
  text-align: right;
}
.write-module--sync-send-email-tip-wrapper--UlEbR .write-module--sync-send-email-tip-title--BlQ-C {
  color: #232d47;
  font-weight: 500;
  font-size: 14px;
  padding-top: 12px;
  text-indent: -0.5em;
}
.write-module--sync-send-email-tip-wrapper--UlEbR .write-module--sync-send-email-tip-desc--X2EDN {
  color: #4e5a70;
  font-size: 12px;
  padding-top: 4px;
}

.write-module--checkbox-tip--nvdos {
  color: #7a8599;
  padding-left: 4px;
}

.write-module--search--AD8AV {
  border-radius: 50px;
  margin: 6px 10px;
  width: calc(100% - 20px);
}

.write-module--keyword--8KAlP {
  color: #4c6aff;
}

.write-module--text-btn--JZsrZ {
  color: #386ee7;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.write-module--attachment-drop--ASZYv {
  position: absolute;
  padding: 16px;
  box-sizing: border-box;
  height: calc(100% - 80px);
  width: 100%;
  background: rgba(0, 0, 0, 0.12) !important;
  bottom: 0px;
  z-index: 100;
}
.write-module--attachment-drop--ASZYv.write-module--visible--CTVKr {
  display: flex;
}

.write-module--drop-upload-tips--ZmZVg {
  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;
}
.write-module--drop-upload-tips--ZmZVg .write-module--text--CAMcQ {
  padding-top: 5px;
}

.write-module--verify-filter-select--Ucvip {
  padding: 10px 0;
}
.write-module--verify-filter-select--Ucvip .ant-checkbox-group {
  display: block;
}
.write-module--verify-filter-select--Ucvip .ant-checkbox-wrapper {
  margin-left: 0px;
  display: flex;
  padding: 5px 0 5px 8px;
}
.write-module--verify-filter-select--Ucvip .ant-checkbox-wrapper:hover {
  background: #f0f0f1;
}

.write-module--secondry-add-noti--t4OkB {
  display: flex;
  align-items: center;
  background-color: #edf1ff;
  font-weight: 400;
  line-height: 18px;
  font-size: 12px;
  padding: 8px 12px;
}

.write-module--formatGuide--L80C- {
  position: absolute;
  z-index: 9;
  top: 100px;
  left: 630px;
  padding: 24px 16px;
  width: 376px;
  height: 170px;
  filter: drop-shadow(0px 8px 16px rgba(47, 83, 134, 0.12));
  background: #ffffff;
  border: 1px solid #ebedf2;
  border-radius: 8px;
}
.write-module--formatGuide--L80C- .write-module--formatIcon--FAlHg {
  position: absolute;
  left: -13px;
}
.write-module--formatGuide--L80C- .write-module--formatTitle--qltUB {
  font-size: 14px;
  font-weight: 500;
  color: #272e47;
}
.write-module--formatGuide--L80C- .write-module--formatDesc--g39eX {
  margin-top: 8px;
  margin-bottom: 22px;
  color: #545a6e;
}
.write-module--formatGuide--L80C- .write-module--formatFooter--Oqnjo {
  display: flex;
  flex-direction: row-reverse;
}
.write-module--formatGuide--L80C- .write-module--formatFooter--Oqnjo .write-module--fromatBtn---dZLA {
  width: 76px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #4c6aff;
  border-radius: 4px;
}

.write-module--intro--W3wiw {
  z-index: 999;
  position: fixed;
  top: 90px;
  left: 242px;
  width: 75px;
  height: 40px;
  color: rgba(0, 0, 0, 0);
}

.write-module--recommand-title--59jk1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  gap: 4px;
}

.write-module--theme-content-assistant-content--VbWpC {
  display: flex;
  align-items: center;
  background-color: #f2f5ff;
  height: 32px;
  border-radius: 4px;
  padding: 0px 12px 0px 12px;
}

.write-module--theme-content-assistant-default--n54zJ {
  color: #272e47;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}

.write-module--theme-content-assistant-brand--Al7Io {
  color: #4c6aff;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
}

.write-module--theme-recent-title--TpVO\+ {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #272e47;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}
.write-module--theme-recent-title--TpVO\+:hover {
  color: #4c6aff;
}

.write-module--insert-btn--UK34D {
  color: rgba(38, 42, 51, 0.9);
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  display: flex;
  align-items: center;
}
.write-module--insert-btn--UK34D::before {
  content: "";
  border-left: 1px solid rgba(38, 42, 51, 0.08);
  padding-left: 12px;
  height: 20px;
}

@keyframes write-module--spin--LbueO {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.write-module--loading-icon--nS5Nw {
  animation: write-module--spin--LbueO 1s linear infinite;
}

.write-module--insert-icon--D5p1M {
  margin-right: 5px;
}

.write-module--insert-btn-hide--d6pRF {
  height: 0;
  font-size: 0;
  overflow: hidden;
}

.write-module--second-confirm---DADd {
  margin: 8px 0px 16px 28px;
  line-height: 1.5;
  color: #7d8085;
}

.write-module--second-btns--w\+USU {
  display: flex;
  justify-content: flex-end;
}

.write-module--limit-item--vEe-4 label {
  white-space: normal;
  word-break: break-all;
}
.write-module--limit-item--vEe-4 .ant-input-group.ant-input-group-compact {
  white-space: nowrap;
}

.write-module--tips-content--p\+Kz2 {
  padding: 16px;
  width: 322px;
}
.write-module--tips-content--p\+Kz2 img {
  width: 290px;
  height: 162px;
}
.write-module--tips-content--p\+Kz2 .write-module--tips-info--xJ0XD {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  margin-top: 8px;
}

.write-module--sending-mode-radio--kXHEX {
  margin-bottom: 3px !important;
}
.write-module--sending-mode-radio--kXHEX .write-module--tag-radio--6SyYz {
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.write-module--sending-mode-radio--kXHEX .write-module--tag-radio--6SyYz .write-module--tag--5r5bw {
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  background: #0fd683;
  background: var(--Success-6, #0fd683);
  height: 17px;
  color: #fff;
  font-size: 12px;
  transform: scale(0.83);
  padding: 0 2px;
}

.write-module--sending-mode-wrap--GA5l0 .ant-form-item-label {
  opacity: 0;
}

.write-module--intelligent-scheduling--9H34g {
  border-radius: 4px;
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  padding: 8px 12px 12px 12px;
}
.write-module--intelligent-scheduling--9H34g .write-module--title--rtlTk {
  margin: 0;
  text-align: center;
  height: 32px;
  margin-bottom: 10px;
}
.write-module--intelligent-scheduling--9H34g .write-module--title--rtlTk span {
  display: inline-block;
}
.write-module--intelligent-scheduling--9H34g .write-module--title--rtlTk .write-module--normal--TWmAR {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  line-height: 37px;
}
.write-module--intelligent-scheduling--9H34g .write-module--title--rtlTk .write-module--num--vaPYE {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  height: 32px;
  margin-left: 2px;
  font-family: "LX-numbers";
}
.write-module--intelligent-scheduling--9H34g .write-module--title--rtlTk .write-module--percent--GsI2I {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-right: 2px;
}
.write-module--intelligent-scheduling--9H34g .write-module--info--vjcQo {
  margin: 0;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.write-module--editModal--pmPbs .interactvar-editor {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  border-radius: 4px;
}
.write-module--editModal--pmPbs .interactvar-editor div.tox .tox-editor-header {
  position: relative;
  border-radius: 4px;
}
.write-module--editModal--pmPbs .interactvar-editor .tox.tox-tinymce {
  border-radius: 4px;
}
.write-module--editModal--pmPbs .ant-modal-header {
  padding-bottom: 24px;
}
.write-module--editModal--pmPbs .write-module--addProductVar--S4tft {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  position: absolute;
  position: absolute;
  bottom: 24px;
  cursor: pointer;
}

.write-module--mailSize--xfE6N {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.write-module--mailSize--xfE6N.write-module--over--16cwP {
  color: #fe5b4c;
}
.write-module--mailSize--xfE6N .write-module--icon--rN99W {
  margin-left: 4px;
  display: flex;
  align-items: center;
}
.index-module--empty-tips--p8T8H {
  padding-top: 40px;
  text-align: center;
}
.index-module--empty-tips--p8T8H p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #7a8599;
}
.contentEditor-module--content-body--nYVct {
  border-top: 1px solid #f0f1f5;
  border-top: 1px solid var(--Line-1, #f0f1f5);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 100%;
  position: relative;
}

.contentEditor-module--show-store-clue-tips--RrEFh .ant-tooltip-content {
  width: 312px;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}
.contentEditor-module--show-store-clue-tips--RrEFh .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
}
.contentEditor-module--show-store-clue-tips--RrEFh .ant-tooltip-content .ant-tooltip-inner {
  padding: 0;
  margin-left: 10px;
  line-height: 30px;
}
.contentEditor-module--show-store-clue-tips--RrEFh .ant-tooltip-arrow-content {
  width: 9px;
  height: 9px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--tabPannelWrap--ZfVPg {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE {
  flex: none;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--iconBox--0UnyA {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  background-color: #fff;
  cursor: pointer;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--iconBox--0UnyA:hover {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--iconBox--0UnyA:hover .index-module--icon--KPvps {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--iconBox--0UnyA .index-module--icon--KPvps,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--iconBox--0UnyA .index-module--iconWrap--GJxIc {
  width: 16px;
  height: 16px;
  line-height: 1;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--iconBox--0UnyA .index-module--icon--KPvps.sirius-icon,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--iconBox--0UnyA .index-module--iconWrap--GJxIc.sirius-icon {
  width: 16px;
  height: 16px;
  line-height: 1;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--selectWrap--wDZWd,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--searchWrap--yS6VW {
  flex: none;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--selectWrap--wDZWd.index-module--active--3ZCSf,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--searchWrap--yS6VW.index-module--active--3ZCSf {
  flex: 1 1;
  overflow: hidden;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--selectWrap--wDZWd .index-module--inputWrap--7FKrf,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--selectWrap--wDZWd .index-module--input--3AyDl,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--searchWrap--yS6VW .index-module--inputWrap--7FKrf,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--searchWrap--yS6VW .index-module--input--3AyDl {
  width: 100%;
  overflow: hidden;
  height: 32px;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--selectWrap--wDZWd .index-module--selectedWrap--BGUs8,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--searchWrap--yS6VW .index-module--selectedWrap--BGUs8 {
  padding: 0 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  width: 100%;
  height: 100%;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--selectWrap--wDZWd .index-module--selectedWrap--BGUs8 .index-module--fromWrap--3Pr8Q,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--searchWrap--yS6VW .index-module--selectedWrap--BGUs8 .index-module--fromWrap--3Pr8Q {
  width: 154px;
  gap: 4px;
  padding: 0 4px;
  height: 24px;
  box-sizing: border-box;
  background-color: #edf0ff;
  background-color: var(--Brand-2, #edf0ff);
  border-radius: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--selectWrap--wDZWd .index-module--selectedWrap--BGUs8 .index-module--fromWrap--3Pr8Q .index-module--txtWrap--qpNGq,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--searchWrap--yS6VW .index-module--selectedWrap--BGUs8 .index-module--fromWrap--3Pr8Q .index-module--txtWrap--qpNGq {
  display: flex;
  align-items: center;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--selectWrap--wDZWd .index-module--selectedWrap--BGUs8 .index-module--fromWrap--3Pr8Q .index-module--avatar--Rgh-M,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--searchWrap--yS6VW .index-module--selectedWrap--BGUs8 .index-module--fromWrap--3Pr8Q .index-module--avatar--Rgh-M {
  flex: none;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--selectWrap--wDZWd .index-module--selectedWrap--BGUs8 .index-module--fromWrap--3Pr8Q .index-module--fromTxt--nv9YE,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--searchWrap--yS6VW .index-module--selectedWrap--BGUs8 .index-module--fromWrap--3Pr8Q .index-module--fromTxt--nv9YE {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--selectWrap--wDZWd .index-module--selectedWrap--BGUs8 .index-module--toWrap--zNfQ\+,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--searchWrap--yS6VW .index-module--selectedWrap--BGUs8 .index-module--toWrap--zNfQ\+ {
  flex: 1 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--selectWrap--wDZWd .index-module--selectedWrap--BGUs8 .index-module--toWrap--zNfQ\+ .index-module--number--KkZCY,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--searchWrap--yS6VW .index-module--selectedWrap--BGUs8 .index-module--toWrap--zNfQ\+ .index-module--number--KkZCY {
  height: 24px;
  padding: 0 4px;
  box-sizing: border-box;
  background-color: #edf0ff;
  background-color: var(--Brand-2, #edf0ff);
  border-radius: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--selectWrap--wDZWd .index-module--icon--KPvps.sirius-icon,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--selectWrap--wDZWd .index-module--iconWrap--GJxIc.sirius-icon,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--searchWrap--yS6VW .index-module--icon--KPvps.sirius-icon,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--searchWrap--yS6VW .index-module--iconWrap--GJxIc.sirius-icon {
  width: 16px;
  height: 16px;
  line-height: 1;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--selectWrap--wDZWd .index-module--icon--KPvps .index-module--inputWrap--7FKrf,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--selectWrap--wDZWd .index-module--iconWrap--GJxIc .index-module--inputWrap--7FKrf,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--searchWrap--yS6VW .index-module--icon--KPvps .index-module--inputWrap--7FKrf,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--searchWrap--yS6VW .index-module--iconWrap--GJxIc .index-module--inputWrap--7FKrf {
  width: 16px;
  height: 16px;
  line-height: 1;
  color: #c9cbd6;
  color: var(--Fill-5, #c9cbd6);
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--optionItemWrap--9g1fU {
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--optionItemWrap--9g1fU .index-module--optionItemAvatar--\+krfD {
  flex: none;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--optionItemWrap--9g1fU .index-module--optionItemTitle--PkZPN {
  flex: 1 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--optionItemWrap--9g1fU .index-module--icon--KPvps,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--optionItemWrap--9g1fU .index-module--iconWrap--GJxIc {
  flex: none;
  width: 16px;
  height: 16px;
  line-height: 1;
  color: #8d92a1;
  color: var(--Fill-6, #8d92a1);
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--optionItemWrap--9g1fU .index-module--icon--KPvps.sirius-icon,
.index-module--tabPannelWrap--ZfVPg .index-module--tabTitleWrap--UcQbE .index-module--optionItemWrap--9g1fU .index-module--iconWrap--GJxIc.sirius-icon {
  width: 16px;
  height: 16px;
  line-height: 1;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs {
  flex: 1 1;
  width: 100%;
  overflow: hidden;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--listWrap--a1SL3 {
  height: 100%;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg .index-module--itemWrap--74PzU {
  height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 8px;
  box-sizing: border-box;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg .index-module--itemWrap--74PzU:hover {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  border-radius: 4px;
  cursor: pointer;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg .index-module--itemWrap--74PzU .index-module--avatarWrap--V5B0J {
  flex: none;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg .index-module--itemWrap--74PzU .index-module--rightWrap--\+SD8s {
  flex: 1 1;
  margin-left: 4px;
  overflow: hidden;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg .index-module--itemWrap--74PzU .index-module--rightWrap--\+SD8s .index-module--title--Yk-Jc {
  display: flex;
  align-items: center;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg .index-module--itemWrap--74PzU .index-module--rightWrap--\+SD8s .index-module--title--Yk-Jc .index-module--name--YSuXu {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg .index-module--itemWrap--74PzU .index-module--rightWrap--\+SD8s .index-module--title--Yk-Jc .index-module--time--ylU4Q {
  margin-left: 8px;
  flex: none;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg .index-module--itemWrap--74PzU .index-module--rightWrap--\+SD8s .index-module--content--64UEM {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #272e47;
  color: var(--Text-5, #272e47);
  width: 100%;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg .index-module--itemWrap--74PzU .index-module--rightWrap--\+SD8s .index-module--content--64UEM .index-module--hitText--jefI2 {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg .index-module--searchListNoData--\+qzru {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  height: 100%;
}
.index-module--tabPannelWrap--ZfVPg .index-module--tabContentWrap--8PdWs .index-module--searchListWrap--RyLLg .index-module--searchListNoData--\+qzru .index-module--img--\+qn5s {
  width: 130px;
}

.index-module--inputPopupWrap--wTwOm {
  overflow: visible;
}
.index-module--inputPopupWrap--wTwOm .index-module--optionItemWrap--9g1fU {
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--inputPopupWrap--wTwOm .index-module--optionItemWrap--9g1fU .index-module--optionItemAvatar--\+krfD {
  flex: none;
}
.index-module--inputPopupWrap--wTwOm .index-module--optionItemWrap--9g1fU .index-module--optionItemTitle--PkZPN {
  flex: 1 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--inputPopupWrap--wTwOm .index-module--optionItemWrap--9g1fU .index-module--icon--KPvps,
.index-module--inputPopupWrap--wTwOm .index-module--optionItemWrap--9g1fU .index-module--iconWrap--GJxIc {
  flex: none;
  width: 16px;
  height: 16px;
  line-height: 1;
  color: #8d92a1;
  color: var(--Fill-6, #8d92a1);
}
.index-module--inputPopupWrap--wTwOm .index-module--optionItemWrap--9g1fU .index-module--icon--KPvps.sirius-icon,
.index-module--inputPopupWrap--wTwOm .index-module--optionItemWrap--9g1fU .index-module--iconWrap--GJxIc.sirius-icon {
  width: 16px;
  height: 16px;
  line-height: 1;
}

.index-module--dropdownWrapper--3fAew {
  position: relative;
}
.index-module--dropdownWrapper--3fAew .index-module--subSelectWrap--C-Wqb {
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
  background-color: #fff;
  left: -262px;
  height: 104px;
  width: 258px;
  padding: 4px 0;
  box-sizing: border-box;
}
.index-module--dropdownWrapper--3fAew .index-module--subSelectWrap--C-Wqb .index-module--subSelectItem--Bnnzm {
  width: 100%;
  padding: 0 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  height: 32px;
  box-sizing: border-box;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--dropdownWrapper--3fAew .index-module--subSelectWrap--C-Wqb .index-module--subSelectItem--Bnnzm.index-module--selected--rxi4U, .index-module--dropdownWrapper--3fAew .index-module--subSelectWrap--C-Wqb .index-module--subSelectItem--Bnnzm:hover {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}

.index-module--memberSelectWrap--\+1fIM {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-module--memberSelectWrap--\+1fIM .index-module--focused--N25KT .ant-select-selection-search {
  z-index: 2;
}
.index-module--memberSelectWrap--\+1fIM .index-module--memberDisplayWrap--sQB\+k {
  position: absolute;
  left: 11px;
  right: 25px;
  top: 1px;
  bottom: 1px;
  background-color: #fff;
  z-index: 1;
}
.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;
}
.chat-message {
  display: flex;
  align-items: flex-start;
  padding: 10px;
}
.chat-message.highlighted {
  background: #f2f5ff;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.message-container {
  display: flex;
  flex-direction: column;
  max-width: 70%;
  word-wrap: break-word;
}

.message {
  background-color: #dcf8c6;
  border-radius: 10px;
  padding: 10px;
}

.timestamp {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
  text-align: right;
}
.user {
  justify-content: flex-end;
}

.user .message-container {
  align-self: flex-end;
}

.user .message {
  background-color: #dcf8c6;
  z-index: 10;
}

.other .message-container {
  align-self: flex-start;
}

.other .message {
  background-color: #fff;
  z-index: 10;
}

@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;
}
.templatePreview-module--template-preview--ebEQB {
  padding: 8px 16px 16px;
  width: 272px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-user-select: none;
          user-select: none;
}
.templatePreview-module--template-preview--ebEQB .templatePreview-module--name--kzk\+k {
  color: #51555c;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 8px;
}
.templatePreview-module--template-preview--ebEQB .templatePreview-module--header--Uq903 {
  margin-top: 8px;
}
.templatePreview-module--template-preview--ebEQB .templatePreview-module--header--Uq903 .templatePreview-module--header-image--ZZw2k {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.templatePreview-module--template-preview--ebEQB .templatePreview-module--header--Uq903 .templatePreview-module--header-text--H9W29 {
  color: #232d47;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  word-break: break-all;
  white-space: pre-wrap;
}
.templatePreview-module--template-preview--ebEQB .templatePreview-module--body--Wud2h {
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  word-break: break-all;
  white-space: pre-wrap;
  margin-top: 8px;
}
.templatePreview-module--template-preview--ebEQB .templatePreview-module--footer--V9\+fK {
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  word-break: break-all;
  white-space: pre-wrap;
  margin-top: 8px;
}
.templatePreview-module--template-preview--ebEQB .templatePreview-module--buttons--iK1ul {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
.templatePreview-module--template-preview--ebEQB .templatePreview-module--buttons--iK1ul .templatePreview-module--button--3Kk0U {
  padding: 6px 12px;
  width: 100%;
  color: #51555c;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  border-radius: 4px;
  background-color: rgba(38, 42, 51, 0.08);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 8px;
}
.templatePreview-module--template-preview--ebEQB .templatePreview-module--buttons--iK1ul .templatePreview-module--button--3Kk0U:last-child {
  margin-right: 0;
}

.templatePreview-module--template-preview-modal--q\+Pmp {
  width: 312px !important;
}
.templatePreview-module--template-preview-modal--q\+Pmp .ant-modal-body {
  padding: 16px 20px !important;
}
.templatePreview-module--template-preview-modal--q\+Pmp .ant-modal-confirm-title {
  margin-left: 0 !important;
}
.templatePreview-module--template-preview-modal--q\+Pmp .anticon-info-circle {
  display: none;
}
.templatePreview-module--template-preview-modal--q\+Pmp .ant-modal-confirm-content {
  padding-left: 0 !important;
  margin-top: 12px !important;
}
.templatePreview-module--template-preview-modal--q\+Pmp .templatePreview-module--template-preview-modal-content--xROCI {
  border: 1px solid rgba(38, 42, 51, 0.16);
  border-radius: 4px;
}
.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;
}
.chat-container {
  height: 100%;
  overflow-y: auto;
  position: relative;
  background: url(/static/bg-chat-39f53e74f66d348d9f7c26384eea0f98.png) #e4dcd4;
}
.chatLoading {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}

.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);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--tabPannelWrap--1hxOo {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--tabPannelWrap--1hxOo::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--tabPannelWrap--1hxOo::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--tabPannelWrap--1hxOo:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--tabPannelWrap--1hxOo:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--tabPannelWrap--1hxOo:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--tabPannelWrap--1hxOo:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--tabPannelWrap--1hxOo:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--tabPannelWrap--1hxOo:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--tabPannelWrap--1hxOo:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--tabPannelWrap--1hxOo .index-module--icon--eyapF,
.index-module--tabPannelWrap--1hxOo .index-module--iconWrap--qK-KH {
  flex: none;
  width: 16px;
  height: 16px;
  line-height: 1;
  color: #8d92a1;
  color: var(--Fill-6, #8d92a1);
}
.index-module--tabPannelWrap--1hxOo .index-module--icon--eyapF.sirius-icon,
.index-module--tabPannelWrap--1hxOo .index-module--iconWrap--qK-KH.sirius-icon {
  width: 16px;
  height: 16px;
  line-height: 1;
}
.index-module--tabPannelWrap--1hxOo .index-module--baseInfoWrap--UAOI4 {
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  flex: none;
}
.index-module--tabPannelWrap--1hxOo .index-module--baseInfoWrap--UAOI4 .index-module--title--8f-3Q {
  margin-top: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.index-module--tabPannelWrap--1hxOo .index-module--baseInfoWrap--UAOI4 .index-module--links--T2ujH {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--tabPannelWrap--1hxOo .index-module--baseInfoWrap--UAOI4 .index-module--links--T2ujH .index-module--webUrl--rLb4T {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--tabPannelWrap--1hxOo .index-module--baseInfoWrap--UAOI4 .index-module--links--T2ujH .index-module--socialMediasWrap--OfbXd {
  flex: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--tabPannelWrap--1hxOo .index-module--baseInfoWrap--UAOI4 .index-module--links--T2ujH .index-module--socialMediasWrap--OfbXd .index-module--socialIcon--Ool2T {
  width: 20px;
  height: 20px;
}
.index-module--tabPannelWrap--1hxOo .index-module--baseInfoWrap--UAOI4 .index-module--areaWrap--Hwb-S {
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.index-module--tabPannelWrap--1hxOo .index-module--baseInfoWrap--UAOI4 .index-module--areaWrap--Hwb-S .index-module--area--san0C {
  margin-left: 8px;
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--tabPannelWrap--1hxOo .index-module--baseInfoWrap--UAOI4 .index-module--descWrap--fmTTs {
  margin-top: 8px;
  margin-bottom: 12px;
  border-top: 1px solid #e1e3e8;
  border-top: 1px solid var(--Line-3, #e1e3e8);
  padding-top: 16px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.index-module--tabPannelWrap--1hxOo .index-module--contentWrap--mn6d9 {
  flex: none;
  display: flex;
  flex-direction: column;
}
.index-module--tabPannelWrap--1hxOo .index-module--contactWrap--RnJOb {
  display: flex;
  flex-direction: column;
}
.index-module--tabPannelWrap--1hxOo .index-module--contactWrap--RnJOb .index-module--contactDesc--bmnqH {
  margin-top: 8px;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px dashed #e1e3e8;
  border-left: 1px dashed var(--Line-3, #e1e3e8);
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--tabPannelWrap--1hxOo .index-module--contactWrap--RnJOb .index-module--contactDesc--bmnqH .index-module--txt--tFRFQ {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.index-module--tabPannelWrap--1hxOo .index-module--contactWrap--RnJOb .index-module--contactDesc--bmnqH .index-module--blue--d5ZFr {
  cursor: pointer;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--tabPannelWrap--1hxOo .index-module--subTitle--GD\+TW {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--tabPannelWrap--1hxOo .index-module--subTitle--GD\+TW .index-module--icon--eyapF {
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
}
.index-module--tabPannelWrap--1hxOo .index-module--subTitle--GD\+TW .index-module--txt--tFRFQ {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--tabPannelWrap--1hxOo .index-module--subTitle--GD\+TW .index-module--txt2--BT3m4 {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--tabPannelWrap--1hxOo .index-module--customsWrap--MKP7v .index-module--subContent--pOuuk {
  margin-left: 8px;
  margin-top: 12px;
  border-left: 1px dashed #e1e3e8;
  border-left: 1px dashed var(--Line-3, #e1e3e8);
  padding-left: 10px;
}
.index-module--tabPannelWrap--1hxOo .index-module--customsWrap--MKP7v .index-module--subContent--pOuuk .index-module--subTabWrap--v1p6I {
  display: flex;
  align-items: center;
}
.index-module--tabPannelWrap--1hxOo .index-module--customsWrap--MKP7v .index-module--subContent--pOuuk .index-module--subTabWrap--v1p6I .index-module--subTab--1BbAT {
  position: relative;
  height: 28px;
  box-sizing: border-box;
  padding: 0px 14px;
  display: flex;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  cursor: pointer;
}
.index-module--tabPannelWrap--1hxOo .index-module--customsWrap--MKP7v .index-module--subContent--pOuuk .index-module--subTabWrap--v1p6I .index-module--subTab--1BbAT .index-module--line--b-Qim {
  display: none;
  width: 24px;
  height: 2px;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.index-module--tabPannelWrap--1hxOo .index-module--customsWrap--MKP7v .index-module--subContent--pOuuk .index-module--subTabWrap--v1p6I .index-module--subTab--1BbAT.index-module--active--oMZIF {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--tabPannelWrap--1hxOo .index-module--customsWrap--MKP7v .index-module--subContent--pOuuk .index-module--subTabWrap--v1p6I .index-module--subTab--1BbAT.index-module--active--oMZIF .index-module--line--b-Qim {
  display: block;
}
.index-module--tabPannelWrap--1hxOo .index-module--customsWrap--MKP7v .index-module--subContent--pOuuk .index-module--cardListWrap--M9EUH {
  margin-left: 8px;
}
.index-module--tabPannelWrap--1hxOo .index-module--customsWrap--MKP7v .index-module--subContent--pOuuk .index-module--cardListWrap--M9EUH .index-module--cardWrap--Bcoq9 {
  margin-top: 12px;
  border-radius: 4px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  padding: 12px 16px;
}
.index-module--tabPannelWrap--1hxOo .index-module--customsWrap--MKP7v .index-module--subContent--pOuuk .index-module--cardListWrap--M9EUH .index-module--cardWrap--Bcoq9 .index-module--cardItem--\+4wXw {
  margin-top: 8px;
}
.index-module--tabPannelWrap--1hxOo .index-module--customsWrap--MKP7v .index-module--subContent--pOuuk .index-module--cardListWrap--M9EUH .index-module--cardWrap--Bcoq9 .index-module--cardItem--\+4wXw:first-child {
  margin-top: 0;
}
.index-module--tabPannelWrap--1hxOo .index-module--customsWrap--MKP7v .index-module--subContent--pOuuk .index-module--cardListWrap--M9EUH .index-module--cardWrap--Bcoq9 .index-module--cardItem--\+4wXw .index-module--label--6eGGI {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.index-module--tabPannelWrap--1hxOo .index-module--customsWrap--MKP7v .index-module--subContent--pOuuk .index-module--cardListWrap--M9EUH .index-module--cardWrap--Bcoq9 .index-module--cardItem--\+4wXw .index-module--value--yYAeL {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #080b19;
  color: var(--Text-6, #080b19);
}
.index-module--tabPannelWrap--1hxOo .index-module--customsWrap--MKP7v .index-module--subContent--pOuuk .index-module--cardListWrap--M9EUH .index-module--loadMore--11mMK {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
.editor-container.edm-editor-container {
  flex: 1 1;
}
.editor-container.edm-editor-container .ql-editor {
  min-height: 80px;
}
.editor-container.edm-editor-container .editor-container-layer {
  height: 100%;
  width: auto !important;
  right: 17px;
  left: -20px;
  top: -40px;
  position: absolute;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--tabPannelWrap--r55cj {
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--tabPannelWrap--r55cj::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--tabPannelWrap--r55cj::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--tabPannelWrap--r55cj:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--tabPannelWrap--r55cj:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--tabPannelWrap--r55cj:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--tabPannelWrap--r55cj:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--tabPannelWrap--r55cj:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--tabPannelWrap--r55cj:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--tabPannelWrap--r55cj:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--tabPannelWrap--r55cj .index-module--emptyTip--Ze7FR {
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-module--tabPannelWrap--r55cj .index-module--list--t7-Ik {
  position: absolute;
  width: 100%;
  overflow: hidden auto;
  top: 0;
  bottom: 20px;
}
.index-module--tabPannelWrap--r55cj .index-module--item--VoVo\+ {
  padding-top: 20px;
  margin-left: 8px;
}
.index-module--tabPannelWrap--r55cj .index-module--item--VoVo\+ .index-module--month--kBRpD {
  height: 28px;
  margin-bottom: 16px;
  margin-left: -8px;
  background-color: #ffffff;
}
.index-module--tabPannelWrap--r55cj .index-module--item--VoVo\+ .index-module--month--kBRpD .index-module--monthName--6PR2C {
  display: inline-flex;
  height: 28px;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 56px;
  background: #f2f5ff;
  background: var(var(--Brand-1, #f2f5ff), #f2f5ff);
  color: #272e47;
  color: var(var(--Text-5, #272e47), #272e47);
}
.index-module--tabPannelWrap--r55cj .index-module--item--VoVo\+ .index-module--itemCard--T51\+5 {
  height: 156px;
  position: relative;
  padding-left: 16px;
  border-left: 1px dashed #e1e3e8;
  border-left: 1px dashed var(var(--Line-3, #e1e3e8), #e1e3e8);
}
.index-module--tabPannelWrap--r55cj .index-module--item--VoVo\+ .index-module--itemCard--T51\+5 .index-module--itemLine--15ZJo {
  position: absolute;
  top: -20px;
  left: -1px;
  height: 20px;
  width: 20px;
  border-left: 1px dashed #e1e3e8;
  border-left: 1px dashed var(var(--Line-3, #e1e3e8), #e1e3e8);
}
.index-module--tabPannelWrap--r55cj .index-module--item--VoVo\+ .index-module--itemCard--T51\+5 .index-module--icon--WIeaj {
  position: absolute;
  top: 0px;
  left: -11px;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.index-module--tabPannelWrap--r55cj .index-module--item--VoVo\+ .index-module--itemCard--T51\+5 .index-module--itemEmail--BCW\+j {
  color: #272e47;
  color: var(var(--Text-5, #272e47), #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 22px;
  width: 100%;
  line-height: 22px; /* 157.143% */
}
.index-module--tabPannelWrap--r55cj .index-module--item--VoVo\+ .index-module--itemCard--T51\+5 .index-module--itemTime--BH2WV {
  color: #747a8c;
  color: var(var(--Text-3, #747a8c), #747a8c);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  width: 100%;
  line-height: 20px; /* 166.667% */
  display: flex;
  justify-content: space-between;
}
.index-module--tabPannelWrap--r55cj .index-module--item--VoVo\+ .index-module--itemCard--T51\+5 .index-module--card--0BfPV {
  margin-top: 8px;
  border-radius: 4px;
  background: #f8f9fa;
  background: var(var(--Fill-1, #f8f9fa), #f8f9fa);
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.index-module--tabPannelWrap--r55cj .index-module--item--VoVo\+ .index-module--itemCard--T51\+5 .index-module--card--0BfPV .index-module--cardItem--R3dzr {
  color: #747a8c;
  color: var(var(--Text-3, #747a8c), #747a8c);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 166.667% */
  height: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.editor-sensitive-layer {
  position: relative;
}

.editor-sensitive-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.editor-sensitive-mark {
  position: absolute;
  pointer-events: none;
}
.editor-sensitive-mark::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fe5b4c;
  opacity: 0.2;
  pointer-events: none;
}
.editor-sensitive-mark .editor-sensitive-mark-index {
  position: absolute;
  height: 16px;
  background: rgba(254, 91, 76, 0.85);
  color: #fff;
  font-size: 12px;
  padding: 0 8px;
  top: -16px;
  pointer-events: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.header-module--info-container--KesU1 {
  padding: 12px 0;
}
.header-module--info-container--KesU1.header-module--isCommon--QvIh8 {
  padding-top: 8px;
}

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

.header-module--header--d4HZI {
  flex: none;
  padding: 0 16px 16px;
  border-bottom: 4px solid #f0f3f5;
}

.header-module--body--lPNF- {
  flex: 1 1;
  padding: 0 16px;
  overflow: hidden;
}
.header-module--body--lPNF- .header-module--tabs--8gPYc {
  height: 100%;
}
.header-module--body--lPNF- .header-module--tabs--8gPYc .ant-tabs-nav .ant-tabs-ink-bar::after {
  width: 24px;
}
.header-module--body--lPNF- .header-module--tabs--8gPYc .ant-tabs-content-holder {
  overflow-y: auto;
}

.header-module--suggest--mBf-W {
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
  border-radius: 4px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
}
.header-module--suggest--mBf-W .header-module--suggest-head--MbEP6 {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.header-module--suggest--mBf-W .header-module--suggest-head--MbEP6::before {
  content: "";
  width: 2px;
  height: 12px;
  background: #4c6aff;
  background: var(--Avatar-6, #4c6aff);
  display: inline-block;
  margin-right: 4px;
  margin-bottom: -2px;
}
.header-module--suggest--mBf-W .header-module--suggest-dashed--E3bgF {
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #e1e3e8;
  border-bottom: 1px dashed var(--Fill-4, #e1e3e8);
  margin: 16px 0;
}
.header-module--suggest--mBf-W .header-module--suggest-item--zpX6G {
  display: flex;
  margin-top: 16px;
}
.header-module--suggest--mBf-W .header-module--suggest-title--HJbi9 {
  min-width: 72px;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  margin-right: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.header-module--suggest--mBf-W .header-module--suggest-value--hIOkH {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header-module--create-customer--Wwkjy {
  width: 100%;
  margin-top: 12px;
  height: 36px;
}

.header-module--create-ai-customer--38jbv {
  width: 100%;
  margin-top: 12px;
  height: 36px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  gap: 8px;
}
.header-module--create-ai-customer-tip--FW8eP {
  font-size: 12px;
  color: #8d92a1;
  color: var(--Fill-6, #8d92a1);
}
.header-module--create-ai-customer--38jbv:hover {
  background-color: #fff;
}

.header-module--schedule--FnSur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.header-module--header-info--cr\+Wq {
  display: flex;
  gap: 8px;
}

.header-module--row--moBh- {
  margin-top: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.header-module--row--moBh- > svg, .header-module--row--moBh- > span {
  margin-right: 4px;
  vertical-align: middle;
}

.header-module--company-logo--QDYkF {
  width: 48px;
  height: 48px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 100%;
  overflow: hidden;
  background-color: #fff;
  flex: none;
  align-self: flex-start;
}

.header-module--company-name--VCWwW {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-module--company-name--VCWwW.header-module--isCustomer--GPEUP:hover {
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.header-module--header-info-main--6WisN {
  flex: 1 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-module--flex-row--VP4CN {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
}
.header-module--flex-row--VP4CN.header-module--gap4--35HMT {
  gap: 4px;
}
.header-module--flex-row--VP4CN.header-module--gap0--SrkJQ {
  gap: 0;
}
.header-module--flex-row--VP4CN.header-module--widthAuto--qovAV {
  width: auto;
}
.header-module--flex-row--VP4CN.header-module--flex1--mThjW {
  flex: 1 1;
}
.header-module--flex-row--VP4CN.header-module--flexNone--OPEPQ {
  flex: none;
}
.header-module--flex-row--VP4CN.header-module--overflowHidden--NUD-i {
  overflow: hidden;
}
.header-module--flex-row--VP4CN.header-module--suggestWrap--FHYsQ {
  margin-top: 8px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.header-module--flex-row--VP4CN.header-module--suggestWrap--FHYsQ .header-module--suggestAITxt--bZdas {
  background: linear-gradient(106deg, #52f4ff 0%, #5551ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-module--flex-row--VP4CN.header-module--suggestWrap--FHYsQ .header-module--suggestTxt--iPnAY {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.header-module--flex-row--VP4CN.header-module--suggestWrap--FHYsQ .header-module--suggestBtn--sJeQ9 {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.header-module--flexColumn--nwCJB {
  display: flex;
  flex-direction: column;
}

.header-module--width100--o7G7o {
  width: 100%;
}

.header-module--infoWrap--KKnh5 {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.header-module--infoWrap--KKnh5 .header-module--managerWrap--iv3Qt {
  flex: 1 1;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.header-module--infoWrap--KKnh5 .header-module--websiteTxt--o55Tv {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 113px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.header-module--infoWrap--KKnh5 .header-module--separate--b6pIm {
  width: 1px;
  height: 12px;
  margin: 0 12px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
  flex: none;
}
.header-module--infoWrap--KKnh5 .header-module--icon--0MUpV,
.header-module--infoWrap--KKnh5 .header-module--iconWrap--4cnUf {
  width: 14px;
  height: 14px;
  line-height: 1;
  color: #8d92a1;
  color: var(--Fill-6, #8d92a1);
}
.header-module--infoWrap--KKnh5 .header-module--icon--0MUpV.sirius-icon,
.header-module--infoWrap--KKnh5 .header-module--iconWrap--4cnUf.sirius-icon {
  width: 14px;
  height: 14px;
  line-height: 1;
}
.header-module--infoWrap--KKnh5 .field-label_names .option-list > div {
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.header-module--infoWrap--KKnh5 .field-label_names .option-list > div > div {
  scale: 0.9;
}

.header-module--flexTabs--n0HlW {
  height: 100%;
}
.header-module--flexTabs--n0HlW .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap {
  margin-right: 0;
}
.header-module--flexTabs--n0HlW .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  text-shadow: none;
}
.header-module--flexTabs--n0HlW .ant-tabs-nav .ant-tabs-ink-bar::after {
  width: 24px;
}
.header-module--flexTabs--n0HlW .ant-tabs-nav-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 16px;
}
.header-module--flexTabs--n0HlW .ant-tabs-nav-list .ant-tabs-tab + .ant-tabs-tab {
  margin: 0;
}
.header-module--flexTabs--n0HlW .ant-tabs-content {
  height: 100%;
}
.header-module--flexTabs--n0HlW .ant-tabs-nav .ant-tabs-nav-wrap {
  margin-right: 0px !important;
  -webkit-user-select: none;
          user-select: none;
}
.header-module--flexTabs--n0HlW .ant-tabs-extra-content {
  box-shadow: -12px 0px 12px 0px #fff;
  z-index: 99;
}
.header-module--flexTabs--n0HlW .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list {
  overflow: auto;
  outline: 0;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.header-module--flexTabs--n0HlW .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list::-webkit-scrollbar {
  display: none;
}
.header-module--flexTabs--n0HlW .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list::-webkit-scrollbar-button {
  display: none;
}
.header-module--flexTabs--n0HlW .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list::-webkit-scrollbar-thumb {
  display: none;
}
.header-module--flexTabs--n0HlW .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list::-webkit-scrollbar-corner {
  display: none;
}
.header-module--flexTabs--n0HlW .ant-tabs-nav .ant-tabs-nav-operations {
  visibility: hidden;
  display: none;
}

.header-module--actions--FhkAV {
  flex: none;
  display: flex;
  margin-top: 16px;
}

.header-module--action-button--Y26cy {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
}

.header-module--actionbtn--WRENH {
  flex: 1 1 auto;
  margin-right: 8px;
  margin-left: 0px !important;
  height: 28px;
  font-size: 12px;
  padding: 0px;
  min-width: 60px;
  border-radius: 4px;
  width: 100%;
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.header-module--actionbtn--WRENH:hover {
  background-color: #e1e3e8 !important;
  background-color: var(--Fill-4, #e1e3e8) !important;
}

.header-module--actionbtnDropdown--Ccs1L {
  flex: 1 1 auto;
  margin-right: 8px;
  margin-left: 0px !important;
  height: 28px;
  font-size: 12px;
  padding: 0px;
  width: 100%;
  border-radius: 4px;
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.header-module--actionbtnDropdown--Ccs1L:hover {
  background-color: #e1e3e8 !important;
  background-color: var(--Fill-4, #e1e3e8) !important;
}
.header-module--actionbtnDropdown--Ccs1L .ant-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
  font-size: 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  min-width: auto;
  flex: 1 1 auto;
  border: none;
}
.header-module--actionbtnDropdown--Ccs1L .ant-btn:hover {
  background-color: #e1e3e8 !important;
  background-color: var(--Fill-4, #e1e3e8) !important;
}
.header-module--actionbtnDropdown--Ccs1L .ant-btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.header-module--actionbtnDropdown--Ccs1L .ant-btn:first-child:not(:last-child) > span {
  height: 18px;
}
.header-module--actionbtnDropdown--Ccs1L .ant-btn:last-child:not(:first-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex: 0 0 28px;
  border-left: 1px solid #e1e3e8;
  border-left: 1px solid var(--Line-3, #e1e3e8);
  width: 28px;
}

.header-module--actionbtn--WRENH:last-of-type {
  margin-right: 0px;
}

.header-module--actionbtnDropdown--Ccs1L:last-child {
  margin-right: 0px;
}

.header-module--action-icon-wrap--13wE3 {
  margin-bottom: 4px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 14px;
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
}
.header-module--action-icon-wrap--13wE3 svg {
  vertical-align: middle;
}

.header-module--moreBtn--KlJjO {
  width: 28px;
  flex: 0 1;
  min-width: 28px;
  margin-left: 8px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-module--moreTabBtn--t6VtZ {
  background: #fff;
  margin-left: 0px !important;
}

.header-module--companyAreaWrap--Fn2cu {
  display: flex;
  align-items: center;
}
.header-module--companyAreaWrap--Fn2cu .header-module--companyAreaIcon--GR8xn {
  width: 18px;
}

.header-module--globalSearchFlagWrap--RR8rG {
  display: flex;
  align-items: center;
}
.header-module--globalSearchFlagWrap--RR8rG .header-module--icon--0MUpV,
.header-module--globalSearchFlagWrap--RR8rG .header-module--iconWrap--4cnUf {
  width: 16px;
  height: 16px;
  line-height: 1;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.header-module--globalSearchFlagWrap--RR8rG .header-module--icon--0MUpV.sirius-icon,
.header-module--globalSearchFlagWrap--RR8rG .header-module--iconWrap--4cnUf.sirius-icon {
  width: 16px;
  height: 16px;
  line-height: 1;
}
.header-module--globalSearchFlagWrap--RR8rG .header-module--icon--0MUpV.header-module--globalSearchWatchIcon--lfIYZ,
.header-module--globalSearchFlagWrap--RR8rG .header-module--iconWrap--4cnUf.header-module--globalSearchWatchIcon--lfIYZ {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
}
.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);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.companyDetail-module--detail-page--vuRtQ {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  height: 100%;
}
.companyDetail-module--detail-page--vuRtQ .ant-table-placeholder .ant-empty-normal {
  margin: 52px 0;
}
.companyDetail-module--detail-page--vuRtQ .os-scrollbar-vertical {
  display: block !important;
}
.companyDetail-module--detail-header--oWhB- {
  padding: 20px 86px 20px 20px;
  position: relative;
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
}

.companyDetail-module--header--D7jsh {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  gap: 20px;
}

.companyDetail-module--header-right--ScJ1A {
  flex: 1 1;
  overflow: hidden;
}
.companyDetail-module--header-right--ScJ1A .companyDetail-module--newTip---zi4j {
  max-height: 34px;
  padding: 6px;
  border-radius: 4px;
  background: #ffefed;
  background: var(--Error-1, #ffefed);
  margin-bottom: 8px;
}
.companyDetail-module--header-right--ScJ1A .companyDetail-module--newTip---zi4j .companyDetail-module--newTipBox--LSO2S {
  max-width: 413px;
  display: flex;
  align-items: center;
}
.companyDetail-module--header-right--ScJ1A .companyDetail-module--newTip---zi4j .companyDetail-module--newTipBox--LSO2S .companyDetail-module--newTipText--vpGad {
  color: #cb493d;
  margin-left: 6px;
}
.companyDetail-module--header-right--ScJ1A .companyDetail-module--newTip---zi4j .companyDetail-module--newTipBox--LSO2S .companyDetail-module--newTipA--nRAyW {
  margin-left: 24px;
  cursor: pointer;
  color: #4c6aff;
}

.companyDetail-module--header-right--ScJ1A h2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

.companyDetail-module--header-title--alRwh {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
}

.companyDetail-module--header-name--X5VzW {
  min-width: 0;
  align-items: center;
  display: flex;
  align-items: center;
}
.companyDetail-module--header-name--X5VzW .companyDetail-module--name--frLgs {
  white-space: break-word;
  text-overflow: ellipsis;
  display: block;
}
.companyDetail-module--header-name--X5VzW .companyDetail-module--view--KW4oT {
  color: #4c6aff;
  font-size: 14px;
  margin-left: 8px;
  font-weight: normal;
  display: inline-block;
  width: 32px;
}

.companyDetail-module--header-domain-name--NaRmN {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: center;
}

.companyDetail-module--main-color--DYACM {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}

.companyDetail-module--domainCountryStyle--Q2VB7 {
  display: flex;
  align-items: center;
}

.companyDetail-module--social-medias--TbFA2 {
  line-height: 1;
}
.companyDetail-module--social-medias--TbFA2 a:not(:last-child) {
  margin-right: 8px;
}

.companyDetail-module--social-medias--TbFA2 svg {
  cursor: pointer;
}

.companyDetail-module--social-medias--TbFA2 svg + svg {
  margin-left: 12px;
}

.companyDetail-module--logo--rq7Ld {
  flex: none;
  border-radius: 50%;
  overflow: hidden;
  object-fit: contain;
  width: 72px;
  height: 72px;
}

.companyDetail-module--short-desc--UpELI {
  font-size: 14px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}

.companyDetail-module--desc-text--67tY2 {
  word-break: break-all;
}

.companyDetail-module--margin-left--1emnh {
  margin-left: 8px;
}

.companyDetail-module--translate--dRwdL {
  cursor: pointer;
}
.companyDetail-module--translate-flex--JxcgW {
  height: 20px;
  display: flex;
  align-items: center;
}
.companyDetail-module--translate--dRwdL svg {
  vertical-align: middle;
}

.companyDetail-module--desc-use--RuIYM {
  display: flex;
  align-items: center;
  right: 0;
  bottom: 0;
  gap: 8px;
  background: #fff;
}

.companyDetail-module--expand--I7dhW {
  color: #4c6aff;
  cursor: pointer;
  line-height: 20px;
}

.companyDetail-module--block--dRiXa {
  border: 1px solid #f0f3f5;
  padding: 16px;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.companyDetail-module--block--dRiXa h3 {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #232e47;
}
.companyDetail-module--block--dRiXa .companyDetail-module--subtitle--yyUKW {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #7a8599;
}
.companyDetail-module--block--dRiXa .companyDetail-module--subtitle--yyUKW .ant-tabs-nav {
  margin-bottom: 0 !important;
}
.companyDetail-module--block--dRiXa .companyDetail-module--nameJob--dwgdP {
  font-size: 14px;
  margin-right: 12px;
}
.companyDetail-module--block--dRiXa .companyDetail-module--block-button--WD4lu {
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  background-color: transparent;
  border: none;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
}
.companyDetail-module--block--dRiXa .companyDetail-module--block-button--WD4lu:hover {
  background-color: transparent;
}
.companyDetail-module--block--dRiXa .companyDetail-module--block-button--WD4lu:disabled,
.companyDetail-module--block--dRiXa .companyDetail-module--block-button--WD4lu.companyDetail-module--disabled--8fqQ4 {
  cursor: not-allowed;
  color: #c0c8d6;
  color: var(--label-6_2, #c0c8d6);
}

.companyDetail-module--merge-domain-customer---tGdk {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 60px;
  width: calc(100% - 32px);
}
.companyDetail-module--merge-domain-customer---tGdk h3 {
  margin-bottom: 0;
}
.companyDetail-module--merge-domain-customer-door--AZVkn {
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  right: 0;
  z-index: 2;
}
.companyDetail-module--merge-domain-customer-link--sCGUG {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  margin-left: 4px;
}
.companyDetail-module--merge-domain-customer-link--sCGUG:hover {
  background-color: transparent;
}

.companyDetail-module--contact-list--f8Et5 .companyDetail-module--contact-item--PQc0N {
  width: auto;
  overflow: hidden;
}

.companyDetail-module--contact-list-pagination--PoFlJ {
  height: 48px;
  background: #fff;
}
.companyDetail-module--contact-list-pagination--PoFlJ .ant-pagination {
  border: none !important;
}

.companyDetail-module--infos--9lWmk {
  margin-top: 20px;
  position: relative;
  padding-left: 92px;
}

.companyDetail-module--info-item--nw4ig {
  width: 320px;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 4px;
  display: inline-flex;
  padding-right: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #272e47;
}
.companyDetail-module--info-item--nw4ig .companyDetail-module--herfStyle--Bp82L {
  text-overflow: ellipsis;
  overflow-x: hidden;
  color: #4c6aff;
  cursor: pointer;
}
.companyDetail-module--info-item--nw4ig label {
  min-width: 60px;
  flex: none;
  color: #747a8c;
}

.companyDetail-module--base-info-field--Y4Y3N {
  width: 33.333%;
  margin-bottom: 16px;
  display: inline-flex;
  padding-right: 16px;
  font-size: 12px;
  color: #232d47;
}
.companyDetail-module--base-info-field--Y4Y3N label {
  width: 62px;
  color: #7a8599;
  flex-shrink: 0;
}

.companyDetail-module--collapsable-field--ua9mG {
  display: flex;
  margin-bottom: 16px;
  padding-right: 16px;
  font-size: 12px;
  color: #232d47;
}
.companyDetail-module--collapsable-field--ua9mG label {
  flex: none;
  width: 62px;
  color: #7a8599;
}

.sirius-readmore {
  overflow: hidden;
  margin: 0;
}

.sirius-readmore-overflow {
  background-image: linear-gradient(to top, #ffffff 0%, rgba(35, 45, 71, 0.3882352941) 10%, #232d47 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sirius-readmore-active {
  background: none;
}

.sirius-readmore__button {
  margin-top: 4px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  cursor: pointer;
}

.companyDetail-module--contactTip--x3S2T {
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  color: #232d47;
  padding-left: 38px;
}
.companyDetail-module--contactTip--x3S2T::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 14px;
  top: 6px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURUxpcUxp/0pn/0pk/0tp/0tq/0xp/0tp/0tn/0dv/0tp/0tr/0tp/01q/0xq/9La/////5+v/26G/7zH/2J9/8fR/+js/4SZ/yMIMI8AAAAOdFJOUwDPYDDvkJ/fIBCgX89gewehHAAAAMVJREFUeNrVlEsOgzAMBUlwQhxah/Dr/W/aTZUaCE8tO2ZnafQsS7ab+8HWGxIh43sGWnAkX3w4S3Oyw3E1rpMDXSW0VZ4yW5AHM7l4B5M3op5jnKZRT7RpLIo0DIuudfO4E5PUI1k0OaWXromLaAXyVJ0hvohm23pds2geRSRBwwgVUbAoP4v/tzZI1MNELPoiWiz2RWSCIqstQ6I/W7NlJ4azxZ1znutbhk/hwnHhc73wAPBLqROissgF+Pbi5+1Zbm7HGyAtLFNsA4l3AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 20px;
}

.companyDetail-module--selectContacts--Nnnri {
  height: 46px;
  background: #f9fafb;
  border-radius: 2px;
  text-align: center;
  line-height: 46px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.companyDetail-module--selectContacts--Nnnri .companyDetail-module--selectBtn--cLxqB {
  border: none;
  cursor: pointer;
  display: inline-block;
  background: #f9fafb;
  padding: 0 8px;
  height: 30px;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  margin-top: 8px;
}
.companyDetail-module--selectContacts--Nnnri .companyDetail-module--selectBtn--cLxqB:hover {
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
}

.companyDetail-module--iconEmail--dfPra {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSAzQzEuNSAyLjcyMzg2IDEuNzIzODYgMi41IDIgMi41SDE0QzE0LjI3NjEgMi41IDE0LjUgMi43MjM4NiAxNC41IDNWMTNDMTQuNSAxMy4yNzYxIDE0LjI3NjEgMTMuNSAxNCAxMy41SDJDMS43MjM4NiAxMy41IDEuNSAxMy4yNzYxIDEuNSAxM1YzWiIgc3Ryb2tlPSIjM0Y0NjVDIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIgM0w3LjU1NjI0IDYuNzA0MTZDNy44MjQ5NiA2Ljg4MzMxIDguMTc1MDQgNi44ODMzMSA4LjQ0Mzc2IDYuNzA0MTZMMTQgMyIgc3Ryb2tlPSIjM0Y0NjVDIi8+Cjwvc3ZnPgo=) center center no-repeat;
  background-size: 16px;
  margin-top: 4px;
  margin-right: 12px;
  flex-shrink: 0;
}

.companyDetail-module--iconPhone--qViIu {
  margin-right: 12px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(/static/phone.e3cc1398.svg) center center no-repeat;
  background-size: 16px;
}

.companyDetail-module--new-icon--0S0yH {
  display: inline-block;
  width: auto;
  height: 20px;
  font-size: 12px;
  line-height: 16px;
  background: #d6f7f1;
  background: var(--label-2_1, #d6f7f1);
  border-radius: 2px;
  padding: 2px 6px;
  font-weight: 400;
  color: #398e80;
  color: var(--label-2_3, #398e80);
}

.companyDetail-module--new-icon-seven--JrSPy {
  display: inline-block;
  padding: 2px 6px;
  height: 20px;
  font-size: 12px;
  line-height: 16px;
  background: #fff3e2;
  background: var(--label-4_1, #fff3e2);
  border-radius: 2px;
  color: #cc913d;
  color: var(--label-4_3, #cc913d);
}

.companyDetail-module--emailWrapper--KJPo4 {
  display: flex;
  align-items: flex-start;
}

.companyDetail-module--email-text--Kaljn {
  position: relative;
  padding-right: 8px;
  line-height: 18px;
  display: block;
  padding-top: 2px;
  word-break: break-all;
}

.companyDetail-module--email-count--q-dhj {
  display: inline-block;
  padding: 2px 8px;
  flex-shrink: 0;
  height: 20px;
  font-size: 12px;
  line-height: 16px;
  /* 品牌色/Brand-2浅色-灰底背景 */
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  border-radius: 56px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-right: 8px;
  margin-top: 2px;
}
.companyDetail-module--email-count--q-dhj:hover {
  background: #b7c3ff;
  background: var(--Brand-3, #b7c3ff);
}

.companyDetail-module--email-prefix-icon--OuVR1 {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 6px;
  margin-top: 9px;
  margin-right: 8px;
  flex-shrink: 0;
}

.companyDetail-module--email-prefix-icon-valid---rK31 {
  background: #00ccaa;
  background: var(--Avatar-2, #00ccaa);
}

.companyDetail-module--email-prefix-icon-invalid--TT1f3 {
  background: #ffb54c;
  background: var(--label-4_2, #ffb54c);
}

.companyDetail-module--email-prefix-icon-unknow--zlNel {
  background: #8d92a1;
  background: var(--Fill-6, #8d92a1);
}

.companyDetail-module--copyIcon--jctFR {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMiIgeT0iNCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiByeD0iMC41IiBzdHJva2U9IiM2Rjc0ODUiLz4KPHBhdGggZD0iTTUgMy44VjIuNUM1IDIuMjIzODYgNS4yMjM4NiAyIDUuNSAySDEzLjVDMTMuNzc2MSAyIDE0IDIuMjIzODYgMTQgMi41VjEwLjVDMTQgMTAuNzc2MSAxMy43NzYxIDExIDEzLjUgMTFIMTIuMiIgc3Ryb2tlPSIjNkY3NDg1Ii8+CjxwYXRoIGQ9Ik00LjUgNy41SDkuNSIgc3Ryb2tlPSIjNkY3NDg1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTQuNSAxMC41SDkuNSIgc3Ryb2tlPSIjNkY3NDg1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) center center no-repeat;
}
.companyDetail-module--copyIcon--jctFR:hover {
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMiIgeT0iNCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiByeD0iMC41IiBzdHJva2U9IiM0QzZBRkYiLz4KPHBhdGggZD0iTTUgMy44VjIuNUM1IDIuMjIzODYgNS4yMjM4NiAyIDUuNSAySDEzLjVDMTMuNzc2MSAyIDE0IDIuMjIzODYgMTQgMi41VjEwLjVDMTQgMTAuNzc2MSAxMy43NzYxIDExIDEzLjUgMTFIMTIuMiIgc3Ryb2tlPSIjNEM2QUZGIi8+CjxwYXRoIGQ9Ik00LjUgNy41SDkuNSIgc3Ryb2tlPSIjNEM2QUZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTQuNSAxMC41SDkuNSIgc3Ryb2tlPSIjNEM2QUZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) center center no-repeat;
}

.companyDetail-module--global-search-detail-table--8eZ2F {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}
.companyDetail-module--global-search-detail-table--8eZ2F .ant-dropdown-trigger {
  height: 16px;
}

.companyDetail-module--select-all--M40ar {
  margin-top: 32px;
  margin-bottom: 12px;
  padding-left: 10px;
}

.companyDetail-module--global-name--aWApD {
  display: inline-flex;
  gap: 12px;
  width: 100%;
  overflow: hidden;
}
.companyDetail-module--global-name-left--eRVyQ {
  width: 44px;
}
.companyDetail-module--global-name-right--W3Uh6 {
  flex: 1 1;
}
.companyDetail-module--global-name--aWApD .companyDetail-module--global-search-table-name--J4TuN {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: bold;
}
.companyDetail-module--global-name--aWApD .companyDetail-module--global-search-table-sub-name--j6lkJ {
  color: #478e83;
  font-weight: 400;
  font-size: 12px;
}

.companyDetail-module--global-search-contact-tooltip--TLU6T .ant-tooltip-arrow {
  display: block !important;
}

.companyDetail-module--contactOpHeader--\+N2fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.companyDetail-module--contactOpHeader--\+N2fl .companyDetail-module--hideContact--\+k7do {
  display: flex;
  align-items: center;
  align-self: end;
}
.companyDetail-module--contactOpHeader--\+N2fl h3 {
  margin-bottom: 0;
}

.companyDetail-module--textColor--txdhw {
  cursor: pointer;
  color: #4c6aff;
}

.companyDetail-module--contactHeader--Ao2z4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.companyDetail-module--contactHeader--Ao2z4 .ant-tabs-ink-bar {
  transform: scale(0.25, 1);
}

.companyDetail-module--table--sL5Kx {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.companyDetail-module--table--sL5Kx .ant-table-cell {
  vertical-align: top;
}
.companyDetail-module--table--sL5Kx .ant-table-filter-column {
  justify-content: flex-start;
}
.companyDetail-module--table--sL5Kx .ant-table-filter-column .ant-table-column-title {
  flex-grow: 0;
  margin-right: 4px;
}
.companyDetail-module--table--sL5Kx .ant-table-column-title,
.companyDetail-module--table--sL5Kx .custom-column {
  white-space: nowrap;
}
.companyDetail-module--table--sL5Kx .ant-table-filter-trigger {
  padding: 0;
  width: 28px;
  height: 28px;
  justify-content: center;
  margin-left: 2px;
}
.companyDetail-module--table--sL5Kx .ant-select-dropdown {
  left: 0 !important;
  top: -146px !important;
}
.companyDetail-module--table--sL5Kx::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.companyDetail-module--table--sL5Kx:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.companyDetail-module--table--sL5Kx:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.companyDetail-module--table--sL5Kx:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.companyDetail-module--table--sL5Kx:hover::-webkit-scrollbar-button {
  display: none;
}
.companyDetail-module--table--sL5Kx:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.companyDetail-module--table--sL5Kx:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.companyDetail-module--table--sL5Kx:hover::-webkit-scrollbar-corner {
  display: none;
}

.companyDetail-module--checkGroup--fJ4Hl {
  width: 208px;
}
.companyDetail-module--checkGroup--fJ4Hl label {
  width: 100%;
  height: 32px;
  line-height: 32px;
  margin-left: 12px !important;
}

.companyDetail-module--titleBtn--SXPRs {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  border-color: #4c6aff;
  border-color: var(--Avatar-6, #4c6aff);
  margin-left: 8px;
  background: #ffffff;
}
.companyDetail-module--titleBtn--SXPRs:hover, .companyDetail-module--titleBtn--SXPRs:active, .companyDetail-module--titleBtn--SXPRs:focus {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  border-color: #4c6aff;
  border-color: var(--Avatar-6, #4c6aff);
  background: #ffffff;
}
.companyDetail-module--titleBtn-primary--qJKb3 {
  background: #4c6aff !important;
  background: var(--Avatar-6, #4c6aff) !important;
  color: #ffffff !important;
}

.companyDetail-module--titleBtnStar--T3ZF4 {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(---Line-3--, #e1e3e8);
  margin-left: 8px;
}
.companyDetail-module--titleBtnStar--T3ZF4 .sirius-icon {
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
}
.companyDetail-module--titleBtnStar--T3ZF4:hover {
  background: #f8f9fa;
  background: var(---Fill-1--, #f8f9fa);
}

.companyDetail-module--iconStyle--E0tvK {
  font-size: 20px;
  display: grid;
  place-items: center;
  border-radius: 4px 0 0 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(---Line-3--, #e1e3e8);
  cursor: pointer;
}
.companyDetail-module--iconStyle--E0tvK:hover {
  background: #f8f9fa;
  background: var(---Fill-1--, #f8f9fa);
}
.companyDetail-module--iconStyle--E0tvK .sirius-icon {
  width: 24px;
  height: 24px;
}
.companyDetail-module--iconStyle--E0tvK > span {
  margin-top: 2px;
}

.companyDetail-module--iconYou--BYnpa {
  border-left: 1px solid #fff;
  border-radius: 0 4px 4px 0;
}

.companyDetail-module--iconZuo--F4lJF {
  border-radius: 4px 0 0 4px;
}

.companyDetail-module--disablePage--P5Qgv {
  cursor: no-drop;
  color: #c9cbd6;
}
.companyDetail-module--disablePage--P5Qgv:hover {
  background: #fff;
}

.companyDetail-module--tableLink--o9Gyo {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
  display: flex;
  align-items: center;
}

.companyDetail-module--disableLink---ZWmd {
  color: #545a6e;
  cursor: not-allowed;
}

.companyDetail-module--feedback--Tb0WU {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 31px;
  font-size: 12px;
  bottom: 20px;
}
.companyDetail-module--feedback--Tb0WU:hover {
  background-color: transparent;
}
.companyDetail-module--feedback--Tb0WU span {
  margin-left: 4px;
}

.companyDetail-module--delText--l4feV {
  max-width: 252px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.companyDetail-module--link--Lvj9l {
  cursor: pointer;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.companyDetail-module--query-text--AWyP\+ {
  padding: 4px 16px;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  background: #f8f9fa;
  border: 1px solid #e1e3e8;
  border-radius: 40px;
  margin-left: 8px;
}

.companyDetail-module--selectModal--DhlXg {
  max-height: 600px;
}
.companyDetail-module--selectModal--DhlXg .ant-modal-header {
  border: none;
  padding: 20px 24px 0px;
}
.companyDetail-module--selectModal--DhlXg .ant-table-thead {
  height: 46px;
}
.companyDetail-module--selectModal--DhlXg .ant-modal-footer {
  border: none;
}
.companyDetail-module--selectModal--DhlXg .ant-modal-header {
  border: none;
}
.companyDetail-module--selectModal--DhlXg .companyDetail-module--select-body-intro--ckHEP {
  font-size: 14px;
  line-height: 24px;
  color: #747a8c;
  margin-bottom: 8px;
}
.companyDetail-module--selectModal--DhlXg .companyDetail-module--select-body-Clear--TTr0I {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.companyDetail-module--selectModal--DhlXg .companyDetail-module--overflow--2Gdth {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.companyDetail-module--stickyHeader--ypP\+l {
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
  width: 68.125%;
  right: 0;
  min-width: 872px;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: top 0.4s;
  background-color: #fff;
}
.companyDetail-module--stickyHeader--ypP\+l .lx-btn {
  flex-shrink: 0;
}
.companyDetail-module--stickyHeader--ypP\+l .lx-ui-btn {
  flex-shrink: 0;
}
.companyDetail-module--stickyHeader--ypP\+l .lx-ui-btn {
  flex-shrink: 0;
}
.companyDetail-module--stickyHeader--ypP\+l .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.companyDetail-module--stickyHeader--ypP\+l .ant-tabs-tab:hover {
  color: #386ee7;
}
.companyDetail-module--stickyHeader--ypP\+l .ant-tabs-nav {
  margin: 0 0 0 6px;
}
.companyDetail-module--stickyHeader--ypP\+l .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-tab {
  padding: 0;
  margin: 10px 20px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.companyDetail-module--stickyHeader--ypP\+l .ant-tabs-nav .ant-tabs-tab-btn:focus {
  color: #747a8c;
}
.companyDetail-module--stickyHeader--ypP\+l .ant-tabs-ink-bar {
  transform: scale(0.25, 1);
  background: #386ee7;
}

.companyDetail-module--stickyTab--Fe925 {
  border: none;
}

.companyDetail-module--stickyTitle--5JojO {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 86px 0 20px;
}
.companyDetail-module--stickyTitle--5JojO .companyDetail-module--stickyCompany--332Ud {
  font-size: 16px;
  font-weight: bold;
  color: #080b19;
  color: var(--Text-6, #080b19);
  max-width: 329px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.companyDetail-module--detailCustoms--n8060 .ant-tabs-nav {
  margin: 0 0 64px;
}
.companyDetail-module--detailCustoms--n8060 .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.companyDetail-module--detailCustoms--n8060 .ant-tabs-tab:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.companyDetail-module--primaryBtnExtra--oxOC4 {
  margin-left: 12px;
  border: none;
  background-color: #4c6aff;
}

.companyDetail-module--fieldWrapper--jhgnt {
  display: flex;
  align-items: center;
  max-width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.companyDetail-module--scrollTooltip--msh6z .ant-tooltip-inner {
  max-height: 400px;
  overflow-y: scroll;
}
.companyDetail-module--scrollTooltip--msh6z .ant-tooltip-inner::-webkit-scrollbar {
  opacity: 1;
}

.companyDetail-module--errorIconWrapper--1PXtW {
  width: 16px;
  height: 21px;
  margin-left: 4px;
}

.companyDetail-module--headerButtons--guEC7 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.companyDetail-module--virtualTable--tVGKL {
  width: 480px;
  padding: 20px;
  max-height: 570px;
}
.companyDetail-module--virtualTable-header-title--ZR9pa {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  margin-bottom: 4px;
}
.companyDetail-module--virtualTable-header-intro--EpKlu {
  font-size: 14px;
  line-height: 24px;
  color: #747a8c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}

.companyDetail-module--company-tab--zuofq .ant-tabs-nav {
  margin: 0 0 12px;
}

.companyDetail-module--znCompanyListBox--7z2y7 {
  width: 100%;
  padding: 8px 0 20px;
}

.companyDetail-module--infoBase--NyGyz .companyDetail-module--tabContent--R\+Ymn {
  padding: 12px 16px 0;
}
.companyDetail-module--infoBase--NyGyz .companyDetail-module--tabContent--R\+Ymn .ant-tabs-nav {
  margin-bottom: 0;
}
.companyDetail-module--infoBase--NyGyz .companyDetail-module--tabContent--R\+Ymn .ant-tabs-tab {
  padding: 9px 0 !important;
}
.companyDetail-module--infoBase--NyGyz .companyDetail-module--tabContent--R\+Ymn .ant-tabs-tab:not(:first-child) {
  margin-left: 32px !important;
}
.companyDetail-module--infoBase--NyGyz .companyDetail-module--tabContent--R\+Ymn .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.companyDetail-module--infoBase--NyGyz .companyDetail-module--tabContent--R\+Ymn .ant-tabs-tab:hover {
  color: #4c6aff;
}
.companyDetail-module--infoBase--NyGyz .companyDetail-module--tabContent--R\+Ymn .ant-tabs-tab-active [role=tab] {
  font-weight: normal;
}

.companyDetail-module--informationBox--i4MAr {
  margin-bottom: 24px;
}
.companyDetail-module--informationBox--i4MAr .companyDetail-module--informationTitle--osR2F {
  display: inline-block;
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/H1.4-Med16 */
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  width: 70%;
  font-weight: 500;
}
.companyDetail-module--informationBox--i4MAr .companyDetail-module--informationTitle--osR2F:hover {
  color: #4c6aff;
  cursor: pointer;
}
.companyDetail-module--informationBox--i4MAr .companyDetail-module--informatioFlexbox--HgL45 {
  margin-top: 12px;
  display: flex;
}
.companyDetail-module--informationBox--i4MAr .companyDetail-module--informatioFlexbox--HgL45 .companyDetail-module--informatioContent--R9Vo8 {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: PingFang SC;
  font-size: 14px;
  line-height: 22px;
  /* 157.143% */
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.companyDetail-module--informationBox--i4MAr .companyDetail-module--informatioFlexbox--HgL45 .companyDetail-module--informatioRight--4W3ZU {
  padding-left: 60px;
  width: 30%;
}
.companyDetail-module--informationBox--i4MAr .companyDetail-module--informatioFlexbox--HgL45 .companyDetail-module--informatioSvg--s0AVf {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 4px;
}
.companyDetail-module--informationBox--i4MAr .companyDetail-module--informatioFlexbox--HgL45 .companyDetail-module--informatioSvg--s0AVf .companyDetail-module--informatioDate--uthg3 {
  margin-left: 12px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: PingFang SC;
}
.companyDetail-module--informationBox--i4MAr .companyDetail-module--informatioFlexbox--HgL45 .companyDetail-module--informatioSvg--s0AVf .companyDetail-module--informatioDomain--kQVpL {
  width: 80%;
  color: #4c6aff;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 12px;
}
.companyDetail-module--informationBox--i4MAr .companyDetail-module--informatioFlexbox--HgL45 .companyDetail-module--informatioSvg--s0AVf .companyDetail-module--informatioDomain--kQVpL:hover {
  text-decoration: underline;
}

.companyDetail-module--dateSelectFoot--8Ggc7 {
  display: flex;
  column-gap: 8px;
  padding: 12px 0;
}
.companyDetail-module--dateSelectFoot--8Ggc7 .companyDetail-module--dateSelectItem--bU9w0 {
  text-align: center;
  background: #f2f3f5;
  border-radius: 2px;
  cursor: pointer;
  padding: 2px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.companyDetail-module--dateSelectFoot--8Ggc7 .companyDetail-module--dateSelectItem--bU9w0:hover {
  background: #e5e6eb;
}
.companyDetail-module--dateSelectFoot--8Ggc7 .companyDetail-module--dateSelectItem-selected--Wm6gH {
  background: #4c6aff !important;
  background: var(--Avatar-6, #4c6aff) !important;
  color: #fff !important;
}

.companyDetail-module--modalErrorStyle--5qzPt .error-icon {
  margin-top: 3px !important;
}

.companyDetail-module--infoCodeList--GE4ec {
  display: flex;
  align-items: center;
}

.companyDetail-module--infoCode--E6kb- {
  display: flex;
  align-items: center;
}
.companyDetail-module--infoCode--E6kb-::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  margin: 0 6px;
  background: #ebedf2;
  background: var(--Line-2, #ebedf2);
}
.companyDetail-module--infoCode--E6kb-:last-child::after {
  display: none;
}

.companyDetail-module--guideWeb--rg4IS {
  padding: 6px 12px;
  width: calc(100% - 40px);
  margin: 12px auto 0;
  border-radius: 4px;
  background: rgba(76, 106, 255, 0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.companyDetail-module--guideWeb-left--aI9Pc {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 20px;
  font-size: 12px;
}
.companyDetail-module--guideWeb-left--aI9Pc .companyDetail-module--guideWebLeftIcon--KVyXb {
  width: 16px !important;
  height: 16px !important;
}
.companyDetail-module--guideWeb-left--aI9Pc .companyDetail-module--wrapGuideWebLeftIcon--Kh4F4 {
  width: 16px !important;
  height: 16px !important;
}
.companyDetail-module--guideWeb-right--kMM6f {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  line-height: 20px;
  font-size: 12px;
}
.companyDetail-module--guideWeb-right--kMM6f .companyDetail-module--guideWebRightIcon--jTyx3 {
  width: 16px !important;
  height: 16px !important;
}
.companyDetail-module--guideWeb-right--kMM6f .companyDetail-module--wrapGuideWebRightIcon--Y3r0R {
  width: 16px !important;
  height: 16px !important;
}
.companyDetail-module--guideWeb--rg4IS .sirius-icon {
  width: 16px;
  height: 16px;
}

.companyDetail-module--guideLinkin--eqhX0 {
  margin: 16px 0 0;
  width: 100%;
  justify-content: start;
  gap: 16px;
  background: #fff;
  padding-left: 0;
}

.companyDetail-module--empty--9BDw3 {
  padding: 24px 0 24px;
}
.companyDetail-module--empty--9BDw3 .ant-empty-image {
  height: 130px;
}
.companyDetail-module--empty--9BDw3 .ant-empty-description {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.companyDetail-module--empty--9BDw3 .ant-empty-footer {
  display: flex;
  justify-content: center;
}

.customs-company em {
  color: #f77c7c;
  font-style: normal;
}

.company-name-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.company-name-item .company-text {
  display: none;
}
.company-name-item:hover .company-text {
  display: flex;
}
.company-name-item .company-text-star {
  display: flex;
}
.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;
}
@charset "UTF-8";
.productlistintro-module--title--KGnvw {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  /* 中性色-文字/Text-5标题-重要信息 */
  color: #232d47;
}

.productlistintro-module--list--bwJIz {
  white-space: nowrap;
  font-size: 0;
}
.productlistintro-module--list--bwJIz .productlistintro-module--item--\+-1go {
  width: 180px;
  display: inline-block;
  margin-top: 12px;
  margin-right: 16px;
  vertical-align: top;
}
.productlistintro-module--list--bwJIz .productlistintro-module--item--\+-1go:nth-last-child(1) {
  margin-right: 0;
}
.productlistintro-module--list--bwJIz .productlistintro-module--item--\+-1go .productlistintro-module--imgWrapper--sQpRC {
  width: 100%;
  height: 180px;
  background: #f9fafb;
  padding: 10px;
}
.productlistintro-module--list--bwJIz .productlistintro-module--item--\+-1go .productlistintro-module--imgWrapper--sQpRC .productlistintro-module--img--78MXK {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.productlistintro-module--list--bwJIz .productlistintro-module--item--\+-1go .productlistintro-module--name--b-AA8 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  color: #232d47;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  margin-top: 8px;
  margin-bottom: 0px;
}
.productlistintro-module--list--bwJIz .productlistintro-module--item--\+-1go .productlistintro-module--price--AZKhS {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  color: #232d47;
  margin-top: 4px;
  height: 24px;
}
.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;
}
.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;
}
.freightLinghang-module--customs-freight--VzMKs {
  padding: 16px;
}
.freightLinghang-module--customs-freight--VzMKs .customs-scroll-box {
  position: absolute;
  left: 0px !important;
  bottom: 4px !important;
}
.freightLinghang-module--customs-freight--VzMKs .ant-table-thead th {
  border-bottom: 1px solid rgba(38, 42, 51, 0.08) !important;
}
.freightLinghang-module--customs-freight--VzMKs .freight-edm-table .ant-table {
  border-radius: 0px;
  border: none;
}
.freightLinghang-module--customs-freight--VzMKs .ant-table-expanded-row-fixed {
  min-height: 200px;
}
.freightLinghang-module--customs-freight--VzMKs .ant-table-column-sorter-up.active,
.freightLinghang-module--customs-freight--VzMKs .ant-table-column-sorter-down.active {
  color: #1890ff !important;
}

.freightLinghang-module--echar-content--ksbit {
  height: 360px;
  margin-bottom: 12px;
}
.freightLinghang-module--echar-content--ksbit .ant-tabs-nav {
  margin-bottom: 0 !important;
}
.freightLinghang-module--echar-country--IFerF {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #272e47;
}
.freightLinghang-module--echar-header--6DvJx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.freightLinghang-module--echar-time--Rpj\+Y {
  display: flex;
  gap: 12px;
  align-items: center;
}

.freightLinghang-module--tip--P3nf\+ {
  width: 262px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
  padding: 16px;
}
.freightLinghang-module--tip--P3nf\+ .ant-table-tbody > tr > td {
  padding: 12px 16px !important;
}
.freightLinghang-module--tip--P3nf\+ .ant-table-container table > thead > tr th {
  padding: 12px 16px !important;
}
.freightLinghang-module--tip-header--nOEta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.freightLinghang-module--tip-name--\+TmYk {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.freightLinghang-module--tip-precent--UMvrD {
  flex: 1 1;
  text-align: right;
}
.freightLinghang-module--tip-flag--esm55 {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.freightLinghang-module--tip-value--RVEpb {
  flex: 1 1;
  text-align: right;
}
.freightLinghang-module--tip--P3nf\+ header {
  font-weight: 500;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 12px;
}

.freightLinghang-module--link--faeFs {
  cursor: pointer;
  color: #386ee7;
}

.freightLinghang-module--normal--ziPVf {
  cursor: default;
  color: #262a33;
}
@charset "UTF-8";
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .ant-modal-header {
  border-bottom: none;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .ant-modal-body {
  padding: 12px 24px;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .ant-modal-close {
  display: none;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .ant-modal-footer {
  border-top: none;
  padding: 4px 24px 16px 24px;
  display: none;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .ant-modal-close-x {
  transform: scale(1.3);
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--content--NGbVm {
  height: 526px;
  display: flex;
  flex-direction: column;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--content--NGbVm > div {
  flex-shrink: 0;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--content--NGbVm .socialLinkModal-module--header--275vg {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--content--NGbVm .socialLinkModal-module--header--275vg .socialLinkModal-module--title--Sz6jF {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--content--NGbVm .socialLinkModal-module--header--275vg .socialLinkModal-module--close--JwaVX {
  cursor: pointer;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--content--NGbVm .socialLinkModal-module--input-list--sjmYN {
  margin-top: 24px;
  flex-grow: 1;
  height: 0;
  overflow-y: overlay;
  margin-bottom: -12px;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--content--NGbVm .socialLinkModal-module--footer--GBwdK {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--iconList--MjaHw {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 -7px;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--iconList--MjaHw .socialLinkModal-module--iconwrap--hQUSQ {
  cursor: pointer;
  display: inline-block;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--iconList--MjaHw .socialLinkModal-module--iconwrap--hQUSQ .socialLinkModal-module--icon-box--7qOQl {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--iconList--MjaHw .socialLinkModal-module--iconwrap--hQUSQ .socialLinkModal-module--icon-box--7qOQl .socialLinkModal-module--icon--5BIc0 {
  width: 24px;
  height: 24px;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--iconList--MjaHw .socialLinkModal-module--iconwrap--hQUSQ .socialLinkModal-module--icon-box--7qOQl .socialLinkModal-module--iconactive--RRuTW {
  width: 24px;
  height: 24px;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--iconList--MjaHw .socialLinkModal-module--iconwrap--hQUSQ .socialLinkModal-module--icon-box1--HRzEw {
  display: none;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--iconList--MjaHw .socialLinkModal-module--iconwrap--hQUSQ.socialLinkModal-module--active--HfBfI .socialLinkModal-module--icon-box--7qOQl, .socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--iconList--MjaHw .socialLinkModal-module--iconwrap--hQUSQ:hover .socialLinkModal-module--icon-box--7qOQl {
  display: none;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--iconList--MjaHw .socialLinkModal-module--iconwrap--hQUSQ.socialLinkModal-module--active--HfBfI .socialLinkModal-module--icon-box1--HRzEw, .socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--iconList--MjaHw .socialLinkModal-module--iconwrap--hQUSQ:hover .socialLinkModal-module--icon-box1--HRzEw {
  display: flex;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--iconList--MjaHw .socialLinkModal-module--link-info--V0BBC {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  display: flex;
  align-items: center;
  text-align: center;
  /* 中性色-文字/Text-2提示信息 */
  color: #9fa2ad;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--input--qD8qk {
  margin-bottom: 12px;
  background: #f6f7fa;
  border-radius: 4px;
  padding: 12px 24px 24px;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--input--qD8qk .socialLinkModal-module--input-header--CJr6g {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--input--qD8qk .socialLinkModal-module--input-header--CJr6g > div {
  display: flex;
  align-items: center;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--input--qD8qk .socialLinkModal-module--input-header--CJr6g .socialLinkModal-module--input-left---YpDI .socialLinkModal-module--left-icon--Z18OH {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--input--qD8qk .socialLinkModal-module--input-header--CJr6g .socialLinkModal-module--input-left---YpDI .socialLinkModal-module--left-title--0wR0H {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  display: flex;
  align-items: center;
  /* 中性色-文字/Text-5标题-重要信息 */
  color: #272e47;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--input--qD8qk .socialLinkModal-module--input-header--CJr6g .socialLinkModal-module--input-right--YCxtE {
  cursor: pointer;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--input--qD8qk .socialLinkModal-module--input-header--CJr6g .socialLinkModal-module--input-right--YCxtE .socialLinkModal-module--right-icon--EQrMa {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--input--qD8qk .socialLinkModal-module--input-header--CJr6g .socialLinkModal-module--input-right--YCxtE .socialLinkModal-module--right-title--Jtvhj {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #545a6e;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--input--qD8qk .socialLinkModal-module--input-form--t\+rWA .ant-form-item-label {
  width: 49px;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--input--qD8qk .ant-form-item {
  margin: 16px 0 0 !important;
}
.socialLinkModal-module--mailEditorSocialLinkModal--fUmhg .socialLinkModal-module--input-box--k\+--M {
  border-radius: 4px !important;
}
.purchasechainLinghang-module--purchasePart--SsMMO {
  padding: 20px;
}
.purchasechainLinghang-module--purchasePart--SsMMO .purchasechainLinghang-module--header--3K7eS {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  margin-bottom: 12px;
}
.purchasechainLinghang-module--purchasePart--SsMMO .purchasechainLinghang-module--header--3K7eS .purchasechainLinghang-module--title--HY6ez {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.purchasechainLinghang-module--purchasePart--SsMMO .purchasechainLinghang-module--header--3K7eS .purchasechainLinghang-module--datePick--rwzLH {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  width: 100%;
}
.purchasechainLinghang-module--purchasePart--SsMMO .purchasechainLinghang-module--header--3K7eS .purchasechainLinghang-module--showTipsWrapper--m-4\+\+ {
  margin-left: 12px;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #4c6aff;
}
.purchasechainLinghang-module--purchasePart--SsMMO .purchasechainLinghang-module--header--3K7eS .purchasechainLinghang-module--searchTipsText--6QDjf {
  font-size: 12px;
  line-height: 20px;
  margin-left: 4px;
}
.purchasechainLinghang-module--purchasePart--SsMMO .purchasechainLinghang-module--textIntro--bW3ft {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.purchasechainLinghang-module--purchasePart--SsMMO .purchasechainLinghang-module--g6Toolbarui--FMxqq {
  margin: 12px auto 0px auto;
  padding: 0;
  width: 48px;
  height: 16px;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-between;
}
.purchasechainLinghang-module--purchasePart--SsMMO .purchasechainLinghang-module--g6Toolbarui--FMxqq > li {
  width: 16px;
  height: 16px;
  display: flex;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.purchasechainLinghang-module--purchasePart--SsMMO .purchasechainLinghang-module--g6Toolbarui--FMxqq > li:hover {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}

.purchasechainLinghang-module--phc--X\+ghL {
  position: fixed;
  bottom: 20px;
  width: 68.125%;
  min-width: 872px;
  right: 0px;
  z-index: 2;
}
.purchasechainLinghang-module--phc-group--Suo5D {
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
}

.purchasechainLinghang-module--productSearchTips--WZFWl .ant-popover-arrow {
  opacity: 1;
}
.purchasechainLinghang-module--productSearchTips--WZFWl .ant-popover-arrow-content {
  background: rgba(0, 0, 0, 0.8);
}
.purchasechainLinghang-module--productSearchTips--WZFWl .ant-popover-inner {
  padding: 8px 12px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
}
.purchasechainLinghang-module--productSearchTips--WZFWl .purchasechainLinghang-module--popContent--tQkdj {
  font-size: 12px;
  color: #fff;
}
.purchasechainLinghang-module--productSearchTips--WZFWl .purchasechainLinghang-module--popContent--tQkdj .purchasechainLinghang-module--popClose--Zi1O8 {
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
  font-size: 12px;
  margin-left: 12px;
  cursor: pointer;
}

.purchasechainLinghang-module--purchasePick--hhrW0 {
  width: 33%;
  border-radius: 4px;
}

.purchasechainLinghang-module--purchaseIntro--uIqqj {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  justify-content: space-between;
}
.purchasechainLinghang-module--purchaseIntro--uIqqj a {
  display: flex;
  align-items: center;
}

.purchasechainLinghang-module--purchaseItem--31V1L {
  width: calc((100% - 48px) / 3);
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.purchasechainLinghang-module--purchaseItem--31V1L .purchasechainLinghang-module--label--t1Rsg {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.purchasechainLinghang-module--purchaseValue--L6jVg {
  width: calc(100% - 54px);
}

.purchasechainLinghang-module--dateSelectFoot--je862 {
  display: flex;
  column-gap: 8px;
  padding: 12px 0;
}
.purchasechainLinghang-module--dateSelectFoot--je862 .purchasechainLinghang-module--dateSelectItem--3sjE4 {
  text-align: center;
  background: #f2f3f5;
  border-radius: 2px;
  cursor: pointer;
  padding: 2px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.purchasechainLinghang-module--dateSelectFoot--je862 .purchasechainLinghang-module--dateSelectItem--3sjE4:hover {
  background: #e5e6eb;
}
.purchasechainLinghang-module--dateSelectFoot--je862 .purchasechainLinghang-module--dateSelectItem-selected--0n2wm {
  background: #4c6aff !important;
  background: var(--Avatar-6, #4c6aff) !important;
  color: #fff !important;
}
.mailTemplate-module--template-wrapper--IsOz4 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mailTemplate-module--template-wrapper--IsOz4 .ant-spin-nested-loading {
  flex: 1 1;
  height: 0;
  display: flex;
  flex-direction: column;
}
.mailTemplate-module--template-wrapper--IsOz4 .ant-spin-container {
  flex: 1 1;
  height: 0;
  display: flex;
  flex-direction: column;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-header--0le8k {
  padding: 24px 24px 0px;
  background-color: #fff;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-header--0le8k .mailTemplate-module--tabWrapper--zcR2P {
  border-bottom: 1px solid #eceff4;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-header--0le8k .mailTemplate-module--tabWrapper--zcR2P .ant-tabs-tab {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4e5a70;
  padding: 8px 0 6px;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-header--0le8k .mailTemplate-module--tabWrapper--zcR2P .ant-tabs-nav {
  margin: 0;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-header--0le8k .mailTemplate-module--tabWrapper--zcR2P .mailTemplate-module--template-tabs--Cm4Zc .ant-tabs-ink-bar {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-header--0le8k .mailTemplate-module--tabWrapper--zcR2P .mailTemplate-module--template-tabs--Cm4Zc .ant-tabs-ink-bar::after {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #386ee7;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-header-modal--dEf9r {
  padding: 20px 24px;
  box-shadow: 0px 1px 0px #eceff4;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-header-modal--dEf9r .mailTemplate-module--top-op--UMhh9 {
  margin: 0;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-header-modal--dEf9r .mailTemplate-module--top-op--UMhh9 .mailTemplate-module--head-title--Doh2G {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232d47;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--top-op--UMhh9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--top-op--UMhh9 .mailTemplate-module--head-title--Doh2G {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #232d47;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--top-op--UMhh9 .mailTemplate-module--right-filter--gulYe {
  display: flex;
  align-items: center;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--top-op--UMhh9 .mailTemplate-module--right-filter--gulYe input::-webkit-input-placeholder {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #a9b2c2;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--top-op--UMhh9 .mailTemplate-module--right-filter--gulYe .ant-btn-primary {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--top-op--UMhh9 .mailTemplate-module--right-filter--gulYe .mailTemplate-module--video-tip--hRjbM {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  margin-right: 12px;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--top-op--UMhh9 .mailTemplate-module--right-filter--gulYe .mailTemplate-module--video-tip--hRjbM span {
  margin-left: 4px;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-modal-list--FFbq3 {
  flex: 1 1;
  display: flex;
  height: 0;
  position: relative;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-modal-list--FFbq3 .mailTemplate-module--template-modal-tabs--5WvTr {
  width: 154px;
  flex-shrink: 0;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-modal-list--FFbq3 .mailTemplate-module--template-modal-tabs--5WvTr .ant-tabs-content-holder {
  display: none;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-modal-list--FFbq3 .mailTemplate-module--template-modal-tabs--5WvTr .ant-tabs-nav-wrap {
  margin: 0;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-modal-list--FFbq3 .mailTemplate-module--template-modal-tabs--5WvTr .ant-tabs-ink-bar {
  display: none;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-modal-list--FFbq3 .mailTemplate-module--template-modal-tabs--5WvTr .ant-tabs-tab {
  width: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  margin: 0;
  text-align: start;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-modal-list--FFbq3 .mailTemplate-module--template-modal-tabs--5WvTr .ant-tabs-tab.ant-tabs-tab-active {
  background: rgba(210, 224, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  color: #4c6aff;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-modal-list--FFbq3 .mailTemplate-module--right-list--9Mv00 {
  flex: 1 1;
  overflow-y: auto;
  display: flex;
  background-color: #f4f6f7;
  flex-direction: column;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-modal-list--FFbq3 .mailTemplate-module--right-list--9Mv00 .mailTemplate-module--left-top-box--pQ1iO {
  padding: 0 24px;
}
.mailTemplate-module--template-wrapper--IsOz4 .mailTemplate-module--template-modal-list--FFbq3 .mailTemplate-module--marketing-list--00VAh {
  position: absolute;
  left: 18px;
  bottom: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #4c6aff;
  font-size: 14px;
  line-height: 22px;
}

.mailTemplate-module--hide-tab--KPNKd .ant-tabs-tab:nth-child(2) {
  display: none !important;
}

.mailTemplate-module--add-btn--f6GrX {
  border: 0.5px solid #eceff4;
  box-shadow: 0px 4px 8px rgba(35, 45, 71, 0.1);
  border-radius: 4px;
  width: 128px;
  padding: 4px 0;
}
.mailTemplate-module--add-btn-item--l7alo {
  white-space: nowrap;
  cursor: pointer;
  padding: 8px 2px;
  color: #4e5a70;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
}
.mailTemplate-module--add-btn-item--l7alo:hover {
  background-color: #f0f2f7;
}

.mailTemplate-module--popover-wrapper--8tmW7 .ant-popover-placement-bottom {
  padding-top: 0 !important;
}
.mailTemplate-module--popover-wrapper--8tmW7 .ant-popover-arrow {
  display: none;
}

.mailTemplate-module--search-btn--WYGkS {
  display: flex;
  align-items: center;
  color: #fff;
}
.mailTemplate-module--search-btn--WYGkS .mailTemplate-module--arrow-icon--dZOz\+ {
  transition: all 0.1s linear;
  transform-origin: center;
  transform: rotateZ(180deg);
}
.mailTemplate-module--search-btn--WYGkS .mailTemplate-module--search-btn1--IqU\+0 {
  color: #386ee7;
}
.mailTemplate-module--search-btn--WYGkS:hover .mailTemplate-module--arrow-icon--dZOz\+ {
  transform-origin: center;
  transform: rotateZ(0);
}

.mailTemplate-module--tab-item--V3qYV {
  display: inline-block;
  color: #545a6e;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.mailTemplate-module--new-tag-icon--Q7oJh {
  margin-left: 2px;
  vertical-align: 4px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.edm-module--sended-operation--DfOkN {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background-color: #fff;
}
.edm-module--sended-operation--DfOkN .edm-module--operation-left--GQ3nL {
  max-width: 375px;
}
.edm-module--sended-operation--DfOkN .edm-module--operation-title--NWT77 {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #272e47;
  margin-bottom: 12px;
}
.edm-module--sended-operation--DfOkN .edm-module--operation-desc--f5Ji\+ {
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  margin-bottom: 32px;
}
.edm-module--sended-operation--DfOkN .edm-module--operation-more--V3xS4 {
  color: #4c6aff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.edm-module--sended-operation--DfOkN .edm-module--operation-detail--Tv2js {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.edm-module--sended-operation--DfOkN .edm-module--detail-item--b21an {
  display: flex;
  align-items: center;
  gap: 8px;
}
.edm-module--sended-operation--DfOkN .edm-module--item-title--ARghg {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  margin: 0;
}
.edm-module--sended-operation--DfOkN .edm-module--item-desc--JOi7W {
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  margin: 0;
}
.edm-module--sended-operation--DfOkN .edm-module--operation-btn--ltg26 {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 54px;
  gap: 12px;
}
.edm-module--sended-operation--DfOkN .edm-module--operation-right--q5Dh4 {
  width: 496px;
  height: 370px;
  background: url(/static/sended_operation_right_new-ea04a29536b4ac3ad58f068226037d33.png) center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.edm-module--out-wrap--qEV\+l {
  height: 100%;
  padding: 12px 0;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  position: relative;
}
.edm-module--out-wrap--qEV\+l .ant-spin-nested-loading {
  height: 100% !important;
}
.edm-module--out-wrap--qEV\+l .ant-spin-nested-loading {
  height: 100% !important;
}
.edm-module--out-wrap--qEV\+l .ant-spin-container {
  height: 100% !important;
}
.edm-module--out-wrap--qEV\+l .ant-spin-spinning {
  font-size: 14px;
  color: #4c6aff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edm-module--out-wrap--qEV\+l .ant-spin-text {
  color: #272e47;
  color: var(--text-5, #272e47);
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-left: 4px;
}

.edm-module--out-wrap-no-padding--z41FB {
  padding: 0;
}

.edm-module--container--bA\+uQ {
  position: relative;
  padding: 16px;
  height: 100%;
  overflow-y: auto;
  min-height: 100% !important;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  min-width: 852px;
  min-height: 640px;
}
.edm-module--container--bA\+uQ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #f4f4f4;
}
.edm-module--container--bA\+uQ::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 2px;
}
.edm-module--container--bA\+uQ::-webkit-scrollbar-thumb {
  background: #f4f4f4;
  border-radius: 10px;
}
.edm-module--container--bA\+uQ::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}
.edm-module--container--bA\+uQ .edm-module--content-list-wrap--M1ph\+ {
  min-height: 100% !important;
  position: relative;
  border-radius: 4px;
}
.edm-module--container--bA\+uQ .edm-module--content-list-wrap--M1ph\+ .edm-module--content-overview--D7zDD {
  padding: 16px 16px 12px 16px;
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
}
.edm-module--container--bA\+uQ .edm-module--content-list-wrap--M1ph\+ .edm-module--content-overview--D7zDD .edm-module--overview-title--1k4Kq {
  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: 18px;
}

.edm-module--list-container--Ffe1Y {
  padding: 0 16px;
}

.edm-module--container2--H-qyN {
  overflow-y: hidden;
}

.edm-module--draft-container--9x7tq {
  padding: 24px;
  height: 100%;
  background-color: #f4f4f5;
  min-width: 852px;
}

.edm-module--detail-wrapper--fceEe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}

.edm-module--tree-container--EW2Ke {
  margin-top: 24px;
}
.edm-module--tree-container--EW2Ke .ant-tree {
  background: transparent;
  font-size: 14px;
}
.edm-module--tree-container--EW2Ke .ant-tree .ant-tree-treenode {
  padding: 0;
  padding-left: 8px;
  overflow: hidden;
  font-weight: normal;
  height: 36px;
}
.edm-module--tree-container--EW2Ke .ant-tree .ant-tree-treenode .edm-module--leaf-node--BqKox {
  font-weight: 400;
}
.edm-module--tree-container--EW2Ke .ant-tree .ant-tree-treenode .ant-tree-indent-unit {
  width: 12px;
}
.edm-module--tree-container--EW2Ke .ant-tree .ant-tree-treenode .ant-tree-switcher {
  width: 15px;
  padding-left: 4px;
  line-height: 36px;
}
.edm-module--tree-container--EW2Ke .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper {
  height: 36px;
  line-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  flex: 1 1;
}
.edm-module--tree-container--EW2Ke .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: none;
}
.edm-module--tree-container--EW2Ke .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: none;
}
.edm-module--tree-container--EW2Ke .ant-tree .ant-tree-treenode.ant-tree-treenode-selected {
  background: rgba(210, 224, 255, 0.9);
}
.edm-module--tree-container--EW2Ke .ant-tree .ant-tree-treenode:not(.ant-tree-treenode-selected):hover {
  background: rgba(38, 42, 51, 0.08);
}
.edm-module--tree-container--EW2Ke .edm-module--tree-seperator--VcNF8 {
  margin: 6px 12px;
  height: 1px;
  background: rgba(38, 42, 51, 0.08);
}

.edm-module--page-header2--gu\+s6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edm-module--page-header2--gu\+s6 > p {
  margin: 0;
  display: flex;
  align-items: center;
}
.edm-module--page-header2--gu\+s6 > p svg {
  margin-right: 4px;
}

.edm-module--page-header--avKHD {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  padding: 8px 6px 6px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.edm-module--page-header--avKHD .edm-module--videoEntry--Pgomo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-left: 12px;
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  font-size: 12px;
  transition: color linear 0.1s;
  cursor: pointer;
}
.edm-module--page-header--avKHD .edm-module--videoEntry--Pgomo .edm-module--videoEntryIconWrap--r5mO6 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4c6aff;
  border: 1px solid var(--brand-6, #4c6aff);
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  width: 16px;
  height: 16px;
}
.edm-module--page-header--avKHD .edm-module--videoEntry--Pgomo .edm-module--videoEntryIconWrap--r5mO6 .edm-module--videoEntryIcon--WHdbj {
  color: inherit;
}
.edm-module--page-header--avKHD .edm-module--videoEntry--Pgomo:hover {
  color: #7088ff;
  color: var(--brand-5, #7088ff);
}
.edm-module--page-header--avKHD .edm-module--videoEntry--Pgomo:hover .edm-module--videoEntryIconWrap--r5mO6 {
  border: 1px solid #7088ff;
  border: 1px solid var(--brand-5, #7088ff);
}
.edm-module--page-header--avKHD .edm-module--right-header--WW47h {
  display: flex;
  align-items: center;
}
.edm-module--page-header--avKHD .edm-module--right-operation--dtSG5 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.edm-module--page-header--avKHD .edm-module--marketing-suggest--7flPy {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e1e3e8;
  padding: 5px 18px 5px 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.edm-module--page-header--avKHD .edm-module--title--sdLBY {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.edm-module--page-header--avKHD .edm-module--sub-title--gK42Y {
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin-left: 12px;
}
.edm-module--page-header--avKHD .edm-module--num--c5eaD {
  font-style: normal;
  color: #f7b48e;
}

.edm-module--header-wrap--7n1-L {
  background-color: #f4f4f5;
}

.edm-module--filter-block--9rzJ7 {
  position: -webkit-sticky;
  position: sticky;
  top: 44px;
  background-color: #ffffff;
  margin-bottom: 16px;
  padding: 16px 16px 12px 16px;
  border-radius: 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  z-index: 10;
}
.edm-module--filter-block--9rzJ7 .edm-module--filter-block-title--8j32W {
  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; /* 157.143% */
  margin-bottom: 12px;
}
.edm-module--filter-block--9rzJ7 input,
.edm-module--filter-block--9rzJ7 span {
  font-size: 12px;
}
.edm-module--filter-block--9rzJ7 .ant-picker {
  padding: 6px 11px;
}
.edm-module--filter-block--9rzJ7 .ant-space {
  flex-wrap: wrap;
}
.edm-module--filter-block--9rzJ7 .ant-input-affix-wrapper,
.edm-module--filter-block--9rzJ7 .ant-select-selector,
.edm-module--filter-block--9rzJ7 .ant-picker {
  border-radius: 4px !important;
  border: 1px solid #e1e3e8;
}
.edm-module--filter-block--9rzJ7 .ant-input-affix-wrapper {
  padding: 6px 11px;
}
.edm-module--filter-block--9rzJ7::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #f4f4f4;
}
.edm-module--filter-block--9rzJ7::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 2px;
}
.edm-module--filter-block--9rzJ7::-webkit-scrollbar-thumb {
  background: #f4f4f4;
  border-radius: 10px;
}
.edm-module--filter-block--9rzJ7::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

.edm-module--edm--lB06t {
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.edm-module--edm--lB06t::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.edm-module--edm--lB06t::-webkit-scrollbar-track {
  border-radius: 6px;
}
.edm-module--edm--lB06t::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(38, 42, 51, 0.3);
  padding: 4px;
}
.edm-module--edm--lB06t .ant-select:not(.ant-select-disabled) .ant-select-selector:hover {
  border-color: #386ee7;
}
.edm-module--edm--lB06t .ant-select:not(.ant-select-disabled) .ant-select-selector:hover {
  border-color: #386ee7;
}
.edm-module--edm--lB06t .ant-input:focus,
.edm-module--edm--lB06t .ant-input:hover,
.edm-module--edm--lB06t .ant-input-focused {
  border-color: #386ee7;
  box-shadow: none;
}
.edm-module--edm--lB06t .ant-picker:focus,
.edm-module--edm--lB06t .ant-picker:hover:not(.ant-picker-disabled),
.edm-module--edm--lB06t .ant-picker-focused {
  border-color: #386ee7;
}
.edm-module--edm--lB06t .ant-picker-active-bar {
  display: none;
}
.edm-module--edm--lB06t .ant-select-selector {
  border-radius: 4px;
}
.edm-module--edm--lB06t .ant-input-affix-wrapper-focused,
.edm-module--edm--lB06t .ant-select-focused .ant-select-selector,
.edm-module--edm--lB06t .ant-picker-focused {
  box-shadow: none !important;
}
.edm-module--edm--lB06t .ant-picker-panel-container {
  border-radius: 6px;
}
.edm-module--edm--lB06t .ant-table-tbody > tr.ant-table-row-selected > td,
.edm-module--edm--lB06t .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
  box-shadow: none;
}
.edm-module--edm--lB06t td.ant-table-column-sort {
  background-color: inherit;
}
.edm-module--edm--lB06t .ant-table-header table {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.edm-module--edm--lB06t .ant-table-body table {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.edm-module--edm--lB06t .ant-cascader-menu-item-active {
  color: #386ee7;
  background-color: #f0f0f1;
  font-weight: normal;
}
.edm-module--edm--lB06t .ant-cascader-menu-item-active:hover {
  background-color: #f0f0f1;
}
.edm-module--edm--lB06t .pagination-wrap {
  color: #7d8085;
  float: right;
  display: flex;
  height: 56px;
  box-sizing: border-box;
  align-items: center;
}
.edm-module--edm--lB06t .pagination-wrap .ant-pagination-item {
  border-radius: 4px;
  border: none;
  line-height: 24px;
}
.edm-module--edm--lB06t .pagination-wrap .ant-pagination-item a {
  padding: 0 10px;
  color: #7d8085;
}
.edm-module--edm--lB06t .pagination-wrap .ant-pagination-item-active {
  background: #386ee7;
  border-color: #386ee7;
  margin: 0 4px;
}
.edm-module--edm--lB06t .pagination-wrap .ant-pagination-item-active a {
  color: #ffffff;
  padding: 0 6px;
}
.edm-module--edm--lB06t .pagination-wrap .ant-select-item {
  border-radius: 4px;
  min-width: 20px;
}
.edm-module--edm--lB06t .pagination-wrap .ant-select-item-option-selected {
  background-color: #f0f0f1;
}
.edm-module--edm--lB06t .pagination-wrap .ant-select-item-option-selected .ant-select-item-option-content {
  color: #386ee7;
  font-weight: normal;
}
.edm-module--edm--lB06t .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;
}
.edm-module--edm--lB06t .pagination-wrap .ant-pagination-options .ant-select-selection-item {
  color: #7d8085;
}
.edm-module--edm--lB06t .pagination-wrap .ant-pagination-options .ant-select-selection-search {
  color: #7d8085;
}

.edm-date-picker-dropdown-wrap {
  /*选中日期内的颜色*/
  /*hover选中日期内的颜色加深*/
  /* 时分秒选中样式 */
}
.edm-date-picker-dropdown-wrap .ant-picker-date-panel {
  width: 292px;
}
.edm-date-picker-dropdown-wrap .ant-picker-date-panel .ant-picker-body {
  padding-right: 0;
}
.edm-date-picker-dropdown-wrap .ant-picker-body .ant-picker-content {
  width: 280px;
}
.edm-date-picker-dropdown-wrap .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(38, 42, 51, 0.9);
  font-weight: 500;
  font-size: 12px;
}
.edm-date-picker-dropdown-wrap .ant-picker-body .ant-picker-content tbody tr td {
  width: 40px;
  height: 28px;
}
.edm-date-picker-dropdown-wrap .ant-picker-body .ant-picker-content tbody tr td:last-child {
  width: 28px;
}
.edm-date-picker-dropdown-wrap .ant-picker-body .ant-picker-content tbody tr td:last-child::before {
  right: 12px !important;
}
.edm-date-picker-dropdown-wrap .ant-picker-body .ant-picker-content tbody tr td:last-child::after {
  right: 12px !important;
}
.edm-date-picker-dropdown-wrap .ant-picker-body .ant-picker-content tbody tr td:last-child .ant-picker-cell-inner::after {
  right: 0 !important;
}
.edm-date-picker-dropdown-wrap .ant-picker-panel-container {
  border-radius: 6px;
}
.edm-date-picker-dropdown-wrap .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;
}
.edm-date-picker-dropdown-wrap .ant-picker-cell::before {
  height: 28px;
}
.edm-date-picker-dropdown-wrap .ant-picker-cell-in-view .ant-picker-cell-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 12px;
}
.edm-date-picker-dropdown-wrap .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  border: 1px solid #386ee7;
  border-radius: 4px;
}
.edm-date-picker-dropdown-wrap .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner {
  color: #386ee7;
  font-weight: 500;
}
.edm-date-picker-dropdown-wrap .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.edm-date-picker-dropdown-wrap .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner {
  background: #386ee7;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
}
.edm-date-picker-dropdown-wrap .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;
}
.edm-date-picker-dropdown-wrap .ant-picker-date-panel tr .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after {
  right: 12px;
}
.edm-date-picker-dropdown-wrap .ant-picker-date-panel tr.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after {
  right: 12px;
}
.edm-date-picker-dropdown-wrap .ant-picker-date-panel tr .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:last-child::after {
  right: 12px;
}
.edm-date-picker-dropdown-wrap .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;
}
.edm-date-picker-dropdown-wrap .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
  background: rgba(56, 110, 231, 0.1);
}
.edm-date-picker-dropdown-wrap .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;
}
.edm-date-picker-dropdown-wrap .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;
}
.edm-date-picker-dropdown-wrap .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(56, 110, 231, 0.4);
}
.edm-date-picker-dropdown-wrap .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(56, 110, 231, 0.4);
}
.edm-date-picker-dropdown-wrap .ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  height: 28px;
  background: rgba(56, 110, 231, 0.1);
}
.edm-date-picker-dropdown-wrap .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before {
  background: rgba(56, 110, 231, 0.1);
  height: 28px;
}
.edm-date-picker-dropdown-wrap .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  background: rgba(56, 110, 231, 0.1);
}
.edm-date-picker-dropdown-wrap .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before {
  background: rgba(56, 110, 231, 0.4);
  height: 28px;
}
.edm-date-picker-dropdown-wrap .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before {
  background: rgba(56, 110, 231, 0.4);
  height: 28px;
}
.edm-date-picker-dropdown-wrap .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(56, 110, 231, 0.4);
  height: 28px;
}
.edm-date-picker-dropdown-wrap .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before {
  background: rgba(56, 110, 231, 0.4);
  height: 28px;
}
.edm-date-picker-dropdown-wrap .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before {
  background: rgba(56, 110, 231, 0.4);
  height: 28px;
}
.edm-date-picker-dropdown-wrap .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: none;
  color: #386ee7;
}
.edm-date-picker-dropdown-wrap .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner:hover {
  background: #f5f5f5;
}

.edm-module--edm--lB06t {
  /* global tab */
}
.edm-module--edm--lB06t .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.edm-module--edm--lB06t .ant-tabs-tab:hover {
  color: #386ee7;
}
.edm-module--edm--lB06t .ant-tabs-ink-bar {
  background: #386ee7;
}

.custom-ink-bar .ant-tabs-ink-bar {
  height: 2px;
  background: transparent;
}
.custom-ink-bar .ant-tabs-ink-bar::after {
  content: " ";
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #386ee7;
  width: 24px;
  transform: translateX(-50%);
}

/* global tab */
/** table sorter **/
.ant-table-column-sorter-up.active,
.ant-table-column-sorter-down.active {
  color: #7d8085;
}

.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  font-size: 10px;
}

/** global table **/
.no-border-select.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid transparent;
  border-radius: 4px;
}

.edm-selector-dropdown.ant-select-dropdown {
  border-radius: 4px;
}

.edm-selector-dropdown .ant-select-item-option-selected {
  color: #386ee7;
  background: none;
  font-weight: normal;
}

.edm-selector-dropdown .ant-select-item-option-state {
  display: none;
}

.edm-selector-dropdown .ant-select-item-option-active {
  background: #f0f0f1;
}

/**/
.custom-modal-footer .ant-modal-footer {
  border-top: none;
  padding-top: 8px;
  padding-bottom: 24px;
}

.custom-modal-header .ant-modal-header {
  border-bottom: none;
}

.no-content-confirm .ant-modal-confirm-btns {
  margin-top: 16px;
}

/**/
/* global popover */
.hide-arrow {
  padding-top: 0;
  z-index: 999; /* modal mask 1000 */
}
.hide-arrow .ant-popover-arrow {
  display: none;
}

/* global popover*/
.edm-page-refresh {
  margin-left: 8px;
  vertical-align: middle;
  line-height: 16px;
}

.edm-page-refresh .sirius-icon {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.edm-filter-overlay .ant-dropdown-menu {
  border: 0.5px solid rgba(38, 42, 51, 0.16);
  box-shadow: 0px 4px 8px rgba(38, 42, 51, 0.1);
  border-radius: 4px;
}
.edm-filter-overlay .ant-dropdown-menu-item {
  color: #51555c;
}
.edm-filter-overlay .ant-dropdown-menu-item-selected {
  color: #386ee7;
  background: transparent;
}
.edm-filter-overlay .ant-dropdown-menu-item-selected:hover {
  background-color: #f0f0f1;
}

.edm-module--filter-right--pWrQr {
  float: right;
}
.edm-module--filter-right--pWrQr .ant-input-affix-wrapper {
  padding: 6px 11px;
}

.edm-module--statistics-list--dDNGk {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
  flex-wrap: nowrap;
  background-color: #fff;
}

.edm-module--statistics-icon--uqi35 {
  width: 38px;
  height: 46px;
  background-repeat: round;
  background-size: 100%;
}

.edm-module--statistics-icon0--kRD5\+ {
  background-image: url(/static/statistics0.37c762a6.svg);
}

.edm-module--statistics-icon1--svJOP {
  background-image: url(/static/statistics1.4755d110.svg);
}

.edm-module--statistics-icon2--P-tR5 {
  background-image: url(/static/statistics2.fdf37630.svg);
}

.edm-module--statistics-icon3--BNmKW {
  background-image: url(/static/statistics3.df626b93.svg);
}

.edm-module--statistics-icon4--EANKx {
  background-image: url(/static/statistics4.982145e9.svg);
}

.edm-module--statistics-icon5--cltRy {
  background-image: url(/static/statistics5.222cfd22.svg);
}

.edm-module--statistics-icon6--5knI6 {
  background-image: url(/static/statistics6.01bb07be.svg);
}

.edm-module--statistics-icon7--cwAdt {
  background-image: url(/static/statistics7.3085188b.svg);
}

.edm-module--main-content--yUFYL {
  margin-top: 16px;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 24px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
}
.edm-module--main-content--yUFYL .edm-module--table-header--aBfQ2 {
  color: #7a8599;
  background-color: #fff;
  padding: 12px 16px 2px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
.edm-module--main-content--yUFYL .edm-module--table-header--aBfQ2 .no-border-select.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: 0px solid transparent;
}
.edm-module--main-content--yUFYL .edm-module--table-header--aBfQ2 .no-border-select .sirius-select-front {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-weight: 500;
}
.edm-module--main-content--yUFYL .edm-module--table-header--aBfQ2 .no-border-select .sirius-select-ui-front {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-weight: 500;
}
.edm-module--main-content--yUFYL .edm-module--table-header-right--VdlIE {
  display: flex;
  align-items: center;
  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;
}
.edm-module--main-content--yUFYL .edm-module--table-header-right--VdlIE .edm-module--second-check--xH1ux {
  display: flex;
  align-items: center;
}
.edm-module--main-content--yUFYL .edm-module--table-header--aBfQ2 .edm-module--sendTime--n47ue {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1;
}
.edm-module--main-content--yUFYL .edm-module--table-header--aBfQ2 .edm-module--table-filter-tabs--wCPYZ {
  color: #7a8599;
}
.edm-module--main-content--yUFYL .edm-module--table-header--aBfQ2 .edm-module--table-filter-tabs--wCPYZ .ant-tabs-nav {
  margin-bottom: 0;
}
.edm-module--main-content--yUFYL .edm-module--table-header--aBfQ2 .edm-module--table-filter-tabs--wCPYZ .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.edm-module--main-content--yUFYL .edm-module--table-header--aBfQ2 .edm-module--table-filter-tabs--wCPYZ .ant-tabs-tab:hover {
  color: #4c6aff;
}
.edm-module--main-content--yUFYL .edm-module--table-header--aBfQ2 .edm-module--table-filter-tabs--wCPYZ .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 24px;
}
.edm-module--main-content--yUFYL .edm-module--table-header--aBfQ2 .edm-module--table-filter-tabs--wCPYZ .ant-tabs-ink-bar {
  background-color: transparent;
}
.edm-module--main-content--yUFYL .edm-module--table-header--aBfQ2 .edm-module--table-filter-tabs--wCPYZ .ant-tabs-ink-bar::after {
  content: "";
  width: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #4c6aff;
  transform: translateX(-50%);
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #ffffff;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .edm-module--expanded---FMqp,
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .edm-module--collapse--uqQJU {
  cursor: pointer;
  transition: transform 0.3s ease-in;
  position: absolute;
  left: -53px;
  top: 15px;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .edm-module--expanded---FMqp {
  transform: translateY(34px);
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .edm-module--collapse--uqQJU {
  transform: translateY(34px) rotate(-90deg);
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .ant-table-row-level-1 .edm-module--content-wrap--91gpy {
  padding-left: 16px;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .ant-table-cell-with-append {
  position: relative;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .edm-module--expanded2--8ebi3,
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .edm-module--collapse2--kFS5\+ {
  cursor: pointer;
  transition: transform 0.3s ease-in;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .edm-module--collapse2--kFS5\+ {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .ant-table-header {
  overflow: visible !important;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .ant-table-header table {
  position: relative;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .ant-table-header .ant-table-thead tr > th {
  display: none;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .ant-table-header .ant-table-thead tr > th:first-child {
  position: absolute;
  top: -38px;
  left: 10px;
  display: block;
  background: #fff;
  border-bottom: none;
  padding: 0;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .ant-pagination {
  margin-right: 16px;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .ant-table-header {
  overflow: visible !important;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .ant-table-header table {
  position: relative;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .ant-table-header .ant-table-thead tr > th {
  display: none;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .ant-table-header .ant-table-thead tr > th:first-child {
  position: absolute;
  top: -95px;
  left: 10px;
  display: block;
  background: #fff;
  border-bottom: none;
  padding: 0;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 {
  display: flex;
  justify-content: space-between;
  padding: 14px 23px 14px 42px;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
  align-items: center;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 .edm-module--left-btn-header--\+D1h0 {
  display: flex;
  gap: 12px;
  align-items: center;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 .edm-module--left-btn-header--\+D1h0 .edm-module--has-selected--PDPNF {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 .edm-module--left-btn-header--\+D1h0 .edm-module--btn-wrapper--gv36e .edm-module--gene-btn--8tm5Q:focus {
  color: #386ee7;
  border-color: #386ee7;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 .edm-module--left-btn-header--\+D1h0 .edm-module--btn-wrapper--gv36e .edm-module--gene-btn--8tm5Q:hover {
  color: #386ee7;
  border-color: #386ee7;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 .edm-module--right-btn-header--1QUr6 {
  display: flex;
  align-items: center;
  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;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 .edm-module--right-btn-header--1QUr6 .edm-module--second-check--xH1ux {
  display: flex;
  align-items: center;
}
.edm-module--main-content--yUFYL .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 .edm-module--right-btn-header--1QUr6 .ant-checkbox-wrapper span {
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.edm-module--main-content-template-list--A4fIr {
  overflow: hidden;
  padding-bottom: 24px;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-header--aBfQ2 {
  color: #7a8599;
  background-color: #fff;
  padding: 12px 16px 2px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-header--aBfQ2 .no-border-select.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: 0px solid transparent;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-header--aBfQ2 .no-border-select .sirius-select-front {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-weight: 500;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-header--aBfQ2 .no-border-select .sirius-select-ui-front {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-weight: 500;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-header-right--VdlIE {
  display: flex;
  align-items: center;
  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;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-header-right--VdlIE .edm-module--second-check--xH1ux {
  display: flex;
  align-items: center;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-header--aBfQ2 .edm-module--sendTime--n47ue {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-header--aBfQ2 .edm-module--table-filter-tabs--wCPYZ {
  color: #7a8599;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-header--aBfQ2 .edm-module--table-filter-tabs--wCPYZ .ant-tabs-nav {
  margin-bottom: 0;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-header--aBfQ2 .edm-module--table-filter-tabs--wCPYZ .ant-tabs-nav::before {
  border-bottom: 0px solid #f0f0f0;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-header--aBfQ2 .edm-module--table-filter-tabs--wCPYZ .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.edm-module--main-content-template-list--A4fIr .edm-module--table-header--aBfQ2 .edm-module--table-filter-tabs--wCPYZ .ant-tabs-tab:hover {
  color: #4c6aff;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-header--aBfQ2 .edm-module--table-filter-tabs--wCPYZ .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 24px;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-header--aBfQ2 .edm-module--table-filter-tabs--wCPYZ .ant-tabs-ink-bar {
  background-color: transparent;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-header--aBfQ2 .edm-module--table-filter-tabs--wCPYZ .ant-tabs-ink-bar::after {
  content: "";
  width: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #4c6aff;
  transform: translateX(-50%);
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #ffffff;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .edm-module--expanded---FMqp,
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .edm-module--collapse--uqQJU {
  cursor: pointer;
  transition: transform 0.3s ease-in;
  position: absolute;
  left: -53px;
  top: 15px;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .edm-module--expanded---FMqp {
  transform: translateY(34px);
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .edm-module--collapse--uqQJU {
  transform: translateY(34px) rotate(-90deg);
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .ant-table-row-level-1 .edm-module--content-wrap--91gpy {
  padding-left: 16px;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .ant-table-cell-with-append {
  position: relative;
  display: none;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .edm-module--expanded2--8ebi3,
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .edm-module--collapse2--kFS5\+ {
  cursor: pointer;
  transition: transform 0.3s ease-in;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .edm-module--collapse2--kFS5\+ {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .ant-table-header {
  overflow: visible !important;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .ant-table-header table {
  position: relative;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .ant-table-header .ant-table-thead tr > th {
  display: none;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE-.edm-module--table-content2--u8SJS .ant-table-header .ant-table-thead tr > th:first-child {
  position: absolute;
  top: -38px;
  left: 10px;
  display: block;
  background: #fff;
  border-bottom: none;
  padding: 0;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .ant-pagination {
  margin-right: 16px;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .ant-table-header {
  overflow: visible !important;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .ant-table-header table {
  position: relative;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .ant-table-header .ant-table-thead tr > th {
  display: none;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .ant-table-header .ant-table-thead tr > th:first-child {
  position: absolute;
  top: -95px;
  left: 10px;
  display: block;
  background: #fff;
  border-bottom: none;
  padding: 0;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 {
  display: flex;
  justify-content: space-between;
  padding: 14px 23px 14px 42px;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
  align-items: center;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 .edm-module--left-btn-header--\+D1h0 {
  display: flex;
  gap: 12px;
  align-items: center;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 .edm-module--left-btn-header--\+D1h0 .edm-module--has-selected--PDPNF {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 .edm-module--left-btn-header--\+D1h0 .edm-module--btn-wrapper--gv36e .edm-module--gene-btn--8tm5Q:focus {
  color: #386ee7;
  border-color: #386ee7;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 .edm-module--left-btn-header--\+D1h0 .edm-module--btn-wrapper--gv36e .edm-module--gene-btn--8tm5Q:hover {
  color: #386ee7;
  border-color: #386ee7;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 .edm-module--right-btn-header--1QUr6 {
  display: flex;
  align-items: center;
  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;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 .edm-module--right-btn-header--1QUr6 .edm-module--second-check--xH1ux {
  display: flex;
  align-items: center;
}
.edm-module--main-content-template-list--A4fIr .edm-module--table-content--\+PvE- .edm-module--btn-header---iKx9 .edm-module--right-btn-header--1QUr6 .ant-checkbox-wrapper span {
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.edm-module--table-scroller--FZK-5 {
  position: absolute;
  top: 46px;
  bottom: 24px;
  left: 0;
  width: 100%;
  overflow-y: auto;
}
.edm-module--table-scroller--FZK-5.edm-module--has-footer--cf9FO {
  bottom: 60px;
}

.edm-module--draft-main-content--XOObY {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  margin-top: 20px;
}
.edm-module--draft-main-content--XOObY .edm-module--list-header--RJ4Om {
  line-height: 44px;
  padding: 0 28px;
}
.edm-module--draft-main-content--XOObY .edm-module--first-column--tOXLg {
  padding-left: 24px !important;
}

.edm-module--pagination-wrap--mofco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 21px 0 16px;
}
.edm-module--pagination-wrap--mofco > ul {
  display: block;
  display: flex;
  justify-content: flex-end;
  padding: 16px 8px;
  background-color: #fff;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
}

.edm-module--table--xIvkU.edm-module--modal-table--MXfoY .ant-table-thead {
  display: none !important;
}
.edm-module--table--xIvkU .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: inherit !important;
}
.edm-module--table--xIvkU .ant-table-row .ant-table-row:hover .ant-table-row:hover > td {
  background-color: #fff;
}
.edm-module--table--xIvkU .ant-table {
  color: #a8aaad;
  font-size: 12px;
}
.edm-module--table--xIvkU .ant-table-tbody > tr.ant-table-row-selected > td {
  background: transparent;
}
.edm-module--table--xIvkU .ant-table .ant-table-cell {
  padding: 20px 8px;
}
.edm-module--table--xIvkU .ant-table .ant-table-selection-column {
  padding: 20px 8px 20px 12px;
}
.edm-module--table--xIvkU .ant-table .action-column {
  padding: 6px 18px 20px 8px;
}
.edm-module--table--xIvkU .ant-checkbox-inner {
  border-color: #a8aaad;
}
.edm-module--table--xIvkU .ant-table-thead .ant-table-selection {
  position: absolute;
  top: -42px;
  right: 6px;
}
.edm-module--table--xIvkU .ant-table-thead .ant-table-row .ant-table-row:hover {
  background-color: #fff;
}
.edm-module--table--xIvkU .ant-checkbox-wrapper-checked .ant-checkbox-inner {
  border: 1px solid #386ee7;
}
.edm-module--table--xIvkU .ant-table-tbody .ant-table-selection-column .ant-checkbox-wrapper {
  position: absolute;
  top: 47px;
  left: 31px;
  z-index: 10;
}
.edm-module--table--xIvkU .ant-table-row-level-1 {
  background-color: #f6f7fa;
}
.edm-module--table--xIvkU .ant-table-row-level-1 .ant-checkbox-wrapper {
  position: absolute;
  top: 47px;
  left: 61px !important;
  z-index: 10;
}
.edm-module--table--xIvkU.edm-module--circle--44wNx .ant-table-selection-col {
  width: 60px;
  text-align: right;
}
.edm-module--table--xIvkU.edm-module--circle--44wNx .ant-table-selection-column {
  text-align: right;
  padding-right: 0;
}
.edm-module--table--xIvkU.edm-module--circle--44wNx .ant-table-cell:first-child,
.edm-module--table--xIvkU.edm-module--circle--44wNx .ant-table-cell:nth-of-type(2) {
  border-bottom-color: transparent;
}
.edm-module--table--xIvkU.edm-module--circle--44wNx .ant-table-thead .ant-table-selection {
  position: absolute;
  top: -42px;
  right: 29px;
}

.edm-module--table-template-list--1Vs\+s.edm-module--modal-table--MXfoY .ant-table-thead {
  display: none !important;
}
.edm-module--table-template-list--1Vs\+s .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: inherit !important;
}
.edm-module--table-template-list--1Vs\+s .ant-table-row .ant-table-row:hover .ant-table-row:hover > td {
  background-color: #fff;
}
.edm-module--table-template-list--1Vs\+s .ant-table {
  color: #a8aaad;
  font-size: 12px;
}
.edm-module--table-template-list--1Vs\+s .ant-table-tbody > tr.ant-table-row-selected > td {
  background: transparent;
}
.edm-module--table-template-list--1Vs\+s .ant-table .ant-table-cell {
  padding: 20px 8px 20px 24px;
}
.edm-module--table-template-list--1Vs\+s .ant-table .ant-table-selection-column {
  padding: 20px 8px 20px 12px;
}
.edm-module--table-template-list--1Vs\+s .ant-table .action-column {
  padding: 6px 18px 20px 8px;
}
.edm-module--table-template-list--1Vs\+s .ant-checkbox-inner {
  border-color: #a8aaad;
}
.edm-module--table-template-list--1Vs\+s .ant-table-thead .ant-table-selection {
  position: absolute;
  top: -42px;
  right: 6px;
}
.edm-module--table-template-list--1Vs\+s .ant-table-thead .ant-table-row .ant-table-row:hover {
  background-color: #fff;
}
.edm-module--table-template-list--1Vs\+s .ant-checkbox-wrapper-checked .ant-checkbox-inner {
  border: 1px solid #386ee7;
}
.edm-module--table-template-list--1Vs\+s .ant-table-tbody .ant-table-selection-column .ant-checkbox-wrapper {
  position: absolute;
  top: 47px;
  left: 31px;
  z-index: 10;
}
.edm-module--table-template-list--1Vs\+s .ant-table-row-level-1 {
  background-color: #f6f7fa;
}
.edm-module--table-template-list--1Vs\+s .ant-table-row-level-1 .ant-checkbox-wrapper {
  position: absolute;
  top: 47px;
  left: 61px !important;
  z-index: 10;
}
.edm-module--table-template-list--1Vs\+s.edm-module--circle--44wNx .ant-table-selection-col {
  width: 60px;
  text-align: right;
}
.edm-module--table-template-list--1Vs\+s.edm-module--circle--44wNx .ant-table-selection-column {
  text-align: right;
  padding-right: 0;
}
.edm-module--table-template-list--1Vs\+s.edm-module--circle--44wNx .ant-table-cell:first-child,
.edm-module--table-template-list--1Vs\+s.edm-module--circle--44wNx .ant-table-cell:nth-of-type(2) {
  border-bottom-color: transparent;
}
.edm-module--table-template-list--1Vs\+s.edm-module--circle--44wNx .ant-table-thead .ant-table-selection {
  position: absolute;
  top: -42px;
  right: 29px;
}

.edm-module--send-list-table--M8s5e .ant-table-tbody {
  transform: translateY(-41px);
  background-color: #fff;
}

.edm-module--table-row--lmZW- {
  cursor: pointer;
}

.edm-module--no-data-desc--D0Gfy {
  color: #747a8c;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  line-height: 20px;
}

.edm-module--no-data-link--rCTtp {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  line-height: 20px;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.edm-module--no-data-link--rCTtp svg {
  margin-right: 4px;
}

.edm-module--table-content2--u8SJS {
  flex: 1 0;
  border-bottom: 1px solid #ebedf2 !important;
  border-bottom: 1px solid var(--Line-2, #ebedf2) !important;
  margin-bottom: -20px;
}

.edm-module--main-title--8Ch16 {
  height: 20px;
  margin-top: -2px;
  display: flex;
  align-items: center;
}

.edm-module--table-item-name--6R3c3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  max-width: 90%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.edm-module--table-item-state--aVCOZ {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-left: 8px;
  padding: 0 4px;
  font-size: 12px;
  border-radius: 2px;
  vertical-align: top;
}
.edm-module--table-item-state--aVCOZ.sended {
  background: rgba(107, 169, 255, 0.1);
  color: #6ba9ff;
}
.edm-module--table-item-state--aVCOZ.sending {
  background: #fff3e2;
  color: #cc913d;
}
.edm-module--table-item-state--aVCOZ.deleted {
  background: #f4f4f5;
  color: #64676d;
}
.edm-module--table-item-state--aVCOZ.trash {
  background: rgba(247, 168, 124, 0.1);
  color: #f7a87c;
}
.edm-module--table-item-state--aVCOZ.batch {
  background: rgba(112, 204, 171, 0.12);
  color: #70ccab;
}
.edm-module--table-item-state--aVCOZ.state-0 {
  display: none;
}
.edm-module--table-item-state--aVCOZ.state-1 {
  display: none;
}
.edm-module--table-item-state--aVCOZ.state-2 {
  display: none;
}
.edm-module--table-item-state--aVCOZ.state-3 {
  color: #f74f4f;
  background: rgba(247, 79, 79, 0.12);
}

.edm-module--table-state-wrap--z6OmK {
  margin-left: 8px;
}
.edm-module--table-state-wrap--z6OmK .ant-tag {
  margin: 0;
}

.edm-module--table-item-tag2--d3Lf9 {
  color: #398e80;
  background: #d6f7f1;
  font-size: 12px;
  line-height: 20px;
  padding: 0 6px;
  height: 20px;
  text-align: center;
  margin-left: 12px;
  border-radius: 2px;
}

.edm-module--table-item-tag-multiple--plENl {
  color: #4759b2;
  background-color: #deebfd;
}

.edm-module--table-item-tag-safe--v3-8Q {
  color: #cc913d;
  background-color: #fff3e2;
}

.edm-module--table-item-icon--htXxI {
  margin-left: 5px;
}

.edm-module--send-time--S-7d\+ {
  margin-top: 16px;
  font-size: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  display: flex;
  align-items: center;
  margin-left: -20px;
  container-name: time-wrap;
  container-type: inline-size;
}
.edm-module--send-time-item---P2L- {
  margin-left: 20px;
}
.edm-module--send-time-item---P2L- .edm-module--seconds-time--xJqOT {
  display: none;
}
@container time-wrap (min-width: 876px) {
  .edm-module--send-time--S-7d\+ .edm-module--seconds-time--xJqOT {
    display: inline-block !important;
    padding-left: 6px;
  }
}

.edm-module--draft-send-time--wYWLH {
  margin-top: 8px;
  font-size: 12px;
  line-height: 12px;
}

.edm-module--table-item-task--oz7sB {
  padding-top: 15px;
  color: #f74f4f;
}
.edm-module--table-item-task--oz7sB > a {
  color: #386ee7;
  cursor: pointer;
}

.edm-module--popover-content--zoquo {
  width: 70px;
  padding: 4px 0;
  line-height: 24px;
  font-size: 12px;
  border: 1px solid rgba(38, 42, 51, 0.16);
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(38, 42, 51, 0.1);
  border-radius: 4px;
  color: #51555c;
}
.edm-module--popover-content--zoquo svg {
  vertical-align: middle;
  margin-right: 6px;
}
.edm-module--popover-content--zoquo .edm-module--popover-content-title--4cNbx {
  cursor: pointer;
  text-align: center;
}
.edm-module--popover-content--zoquo .edm-module--popover-content-title--4cNbx:hover {
  background: #f0f0f1;
}

.edm-module--link-trace-entry--cWSJY {
  display: none;
  gap: 4px;
  margin-left: 12px;
  line-height: 16px;
  color: #386ee7;
  cursor: pointer;
}

.ant-table-row:hover .edm-module--link-trace-entry--cWSJY {
  display: inline-flex;
}

.edm-module--mail-state--dMFw2 {
  margin-top: 12px;
  line-height: 16px;
  cursor: pointer;
}
.edm-module--mail-state--dMFw2 > span:hover {
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.08);
}

.edm-module--left24--ys5q4 {
  margin-left: 28px;
}
.edm-module--left24--ys5q4:first-child {
  margin-left: 0;
}

.edm-module--highlight---jnse {
  font-size: 14px;
  line-height: 1;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-weight: bold;
  position: relative;
}
.edm-module--highlight---jnse .edm-module--mark-data--oCntG {
  position: absolute;
  right: -2px;
  top: -7px;
  color: #fe5b4c;
  color: var(--error-6, #fe5b4c);
  text-align: center;
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transform: translateX(100%);
}

.edm-module--highlightText--tWEyg {
  margin: 0 8px 0 4px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.edm-module--highlight-icon--c0flX {
  vertical-align: -4px;
}

.edm-module--detail-btn--Sij9A {
  float: right;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
}

.edm-module--second-table--vsjcK .ant-table-row-level-1 .ant-checkbox-wrapper {
  display: none;
}
.edm-module--second-table--vsjcK .ant-table-row-level-1 .edm-module--detail-button2--nMNng {
  display: none;
}
.edm-module--second-table--vsjcK .ant-table-row-level-1 .edm-module--right-top-op--GuoYF {
  margin-left: 8px;
  flex-shrink: 0;
  width: 28px;
}
.edm-module--second-table--vsjcK .ant-table-row-level-1 .edm-module--right-top-op--GuoYF span {
  display: none;
}

.edm-module--right-top-op--GuoYF {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: stretch;
  margin-left: 8px !important;
}
.edm-module--right-top-op--GuoYF:hover {
  background-color: #f0f2f7;
}
.edm-module--right-top-op--GuoYF span {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.edm-module--action-column--BI\+Li {
  overflow: visible;
  position: relative;
}

.edm-module--row-right--mwIsX {
  position: absolute;
  top: 12px;
  right: 24px;
  width: 124px;
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-left: -20px;
}
.edm-module--row-right--mwIsX > * {
  white-space: nowrap;
  margin-left: 20px;
}

.edm-module--detail-button--A\+QA3 {
  margin-top: 22px;
}

.edm-module--multi-select-action--0CpL\+ {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 24px 0 36px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  box-shadow: inset 0px 0.5px 0px rgba(38, 42, 51, 0.24);
}

.edm-module--createDiv--pC-Dt {
  width: 100%;
  height: 65px;
  padding: 20px 0px 10px 25px;
  background: #fff;
  -webkit-app-region: no-drag;
}
.edm-module--createDiv--pC-Dt .edm-module--createBtn--FFa-i {
  display: flex;
  align-items: center;
  -webkit-app-region: no-drag;
}
.edm-module--createDiv--pC-Dt .edm-module--addIcon--aWCNT {
  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;
}

.edm-module--bread-crumb--J1wmz {
  display: flex;
  align-items: center;
  line-height: 20px;
  margin-bottom: 14px;
}

.edm-module--bread-crumb-item--y2K0d {
  font-size: 14px;
  color: #51555c;
}
.edm-module--bread-crumb-item--y2K0d:hover {
  color: #386ee7;
  cursor: pointer;
}

.edm-module--clickable-crumb--6pZjy:hover {
  color: #386ee7;
  cursor: pointer;
}

.edm-module--bread-crumb--J1wmz .edm-module--bread-crumb-item--y2K0d:last-child,
.edm-module--bread-crumb--J1wmz .edm-module--bread-crumb-active--TeXwc {
  font-size: 20px;
  color: #262a33;
  font-weight: 500;
}

.edm-module--info--uvdM- {
  display: flex;
  background: #fff;
  border-radius: 8px;
  padding: 24px 24px 24px 16px;
  font-size: 12px;
  color: #a8aaad;
  line-height: 14px;
}
.edm-module--info--uvdM- .edm-module--send-time--S-7d\+ {
  margin: 6px 0 6px;
}
.edm-module--info--uvdM- .edm-module--trace-links--ZNG4t {
  margin-top: 6px;
  min-width: 0;
  display: flex;
  gap: 4px;
}
.edm-module--info--uvdM- .edm-module--trace-links--ZNG4t a {
  flex: none;
}

.edm-module--setting--IDa3h {
  flex: 1 1;
  overflow: hidden;
  padding-right: 20px;
}

.edm-module--content-wrap--91gpy {
  display: flex;
  align-items: stretch;
}

.edm-module--content-column--Avvn2 {
  overflow: inherit !important;
}

.edm-module--cover-image--rsV-O {
  flex: 0 0;
  width: 98px;
  height: 98px;
  margin-right: 12px;
  float: right;
  border: 1px solid rgba(38, 42, 51, 0.16);
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
}
.edm-module--cover-image--rsV-O:hover {
  border-color: #386ee7;
}

.edm-module--detail-container--KfhYr {
  height: 100%;
  overflow-y: auto;
}
.edm-module--detail-container--KfhYr::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
  height: 6px;
}
.edm-module--detail-container--KfhYr:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.edm-module--detail-container--KfhYr:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.edm-module--detail-container--KfhYr:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.edm-module--detail-container--KfhYr:hover::-webkit-scrollbar-button {
  display: none;
}
.edm-module--detail-container--KfhYr:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.edm-module--detail-container--KfhYr:hover::-webkit-scrollbar-thumb:hover {
  background: #dddddd;
}
.edm-module--detail-container--KfhYr:hover::-webkit-scrollbar-corner {
  display: none;
}

.edm-module--detail-list-container--NUIT6 {
  height: calc(100% - 36px);
}

.edm-module--detail-common-container--JvuNE {
  height: 100%;
  overflow-y: visible;
}

.edm-module--mail-detail--HWjha .edm-module--hd--zl4yH {
  margin: 24px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edm-module--mail-detail--HWjha .edm-module--hd--zl4yH .edm-module--title--sdLBY {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #262a33;
}

.edm-module--tab--vtNSz {
  left: 24px;
  right: 24px;
  top: 272px;
  bottom: 24px;
}
.edm-module--tab--vtNSz.edm-module--tab2--Pj5kK {
  top: 220px;
}

.edm-module--tab-indicator--Xjilg {
  position: absolute;
  top: -1px;
  height: 3px;
  width: 14.285714%;
  background: #386ee7;
}

.edm-module--tab-list--6dRZ5 {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 4px 4px 0 0;
  background: #fbfbfb;
}
.edm-module--tab-list--6dRZ5 .active {
  border-top: 3px solid #386ee7;
  border-bottom: none;
  background: #f6f7fa;
}

.edm-module--template-tab-list--zZr6C {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
}

.edm-module--tab-item--NXoDn {
  background: #fff;
  padding-left: 4px;
  flex: 1 1;
  display: flex;
  justify-content: flex-start;
  height: 100px;
  border-top: 1px solid #eaeaeb;
  border-bottom: 1px solid #eaeaeb;
  border-right: 1px solid #eaeaeb;
  padding-top: 16px;
  cursor: pointer;
}

.edm-module--tab-item-left--a-JYD {
  margin-top: 10px;
}

.edm-module--tab-item-icon--YiJ9K {
  display: inline-block;
  width: 28px;
  height: 34px;
  background-repeat: round;
  background-size: 100%;
}

.edm-module--tab-list--6dRZ5 .edm-module--tab-item--NXoDn:last-child {
  border-right: none;
}

.edm-module--tab-item-title--hXKll {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #7d8085;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.edm-module--tab-item-num--8mCpA {
  font-family: "DIN Alternate";
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  color: #262a33;
  margin-bottom: 2px;
}

.edm-module--detail-table--qmOhJ .ant-table-thead th {
  background: #fff;
  color: #51555c;
}
.edm-module--detail-table--qmOhJ .ant-table {
  border-radius: 0 0 8px 8px;
}
.edm-module--detail-table--qmOhJ .ant-table-thead th::before {
  display: none;
  content: "";
}
.edm-module--detail-table--qmOhJ .ant-table-column-sorters {
  justify-content: flex-start;
  gap: 12px;
}
.edm-module--detail-table--qmOhJ .ant-table-column-sorters .ant-table-column-title {
  flex: none;
}
.edm-module--detail-table--qmOhJ .ant-table-tbody > tr > td {
  border-bottom: 0;
}

.edm-module--contact-search--pFwZP {
  width: 100%;
}
.edm-module--contact-search--pFwZP input[type=number]::-webkit-outer-spin-button, .edm-module--contact-search--pFwZP input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.edm-module--contact-search--pFwZP input {
  font-size: 12px;
}
.edm-module--contact-search--pFwZP .ant-input {
  font-size: 12px;
}
.edm-module--contact-search--pFwZP .ant-input-suffix {
  border-left: 0.5px solid #f2f2f2;
  padding-left: 4px;
  margin-right: -7px;
  color: #51555c;
}
.edm-module--contact-search--pFwZP .ant-input-affix-wrapper {
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 11px;
}

.edm-module--contact-table--E4zjx .ant-table {
  font-size: 14px;
  color: #51555c;
  border-radius: 8px;
}
.edm-module--contact-table--E4zjx .ant-table-thead th {
  background: #f9fafc;
  color: #7d8085;
  font-weight: normal;
}
.edm-module--contact-table--E4zjx .ant-table-thead > tr > th,
.edm-module--contact-table--E4zjx .ant-table-tbody > tr > td {
  padding: 12px 8px;
  line-height: 20px;
  border-bottom: 0;
}
.edm-module--contact-table--E4zjx .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-range-picker .ant-picker-range-separator {
  display: none;
}

.edm-module--loading-content--yjbLl {
  text-align: center;
  padding: 12px 0;
}

.edm-module--draft-table-wrapper--uzwnu {
  position: absolute;
  top: 111px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  overflow-y: auto;
}
.edm-module--draft-table-wrapper--uzwnu .ant-table {
  border-radius: 0 0 8px 8px;
}

.edm-module--detail-table-wrapper--G0P1G {
  width: 100%;
  left: 0;
  bottom: 0;
  top: 100px;
}
.edm-module--detail-table-wrapper--G0P1G.edm-module--has-detail-table-footer--JQBYa {
  bottom: 40px;
}

.edm-module--detail-table-wrapper2--zcXwO {
  overflow-y: visible !important;
}

.edm-module--ellipsis--bkwBi {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.edm-module--ellipsis--bkwBi .edm-module--line--8e4G6 {
  margin-right: 16px;
}

.edm-module--info-wrapper--qDUBU {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.edm-module--info-wrapper--qDUBU .edm-module--right-info--MhV3I {
  flex: 1 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.edm-module--draft-table-wrapper--uzwnu,
.edm-module--table-scroller--FZK-5 {
  border-radius: 0 0 8px 8px;
}

.edm-module--detail-table--qmOhJ .ant-table,
.edm-module--draft-table-wrapper--uzwnu .ant-table,
.edm-module--table-scroller--FZK-5 .ant-table {
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.edm-module--contact-table--E4zjx .ant-table {
  border-radius: 8px;
  overflow: hidden;
}

.edm-module--detail-table-footer--DXFdF {
  position: absolute;
  background: #fff;
  border-top: 1px solid #f4f4f5;
  bottom: 2px;
  right: 30px;
  width: calc(100% - 54px);
  padding: 0 24px 0 32px;
  height: 60px;
  line-height: 60px;
}
.edm-module--detail-table-footer--DXFdF .edm-module--footer-left--iK4du {
  float: left;
  display: none;
}
.edm-module--detail-table-footer--DXFdF .edm-module--footer-right--YKaYT {
  float: right;
}
.edm-module--detail-table-footer--DXFdF.edm-module--footer-show--P36V1 {
  background: #fff;
  box-shadow: inset 0px 0.5px 0px rgba(38, 42, 51, 0.24);
}
.edm-module--detail-table-footer--DXFdF.edm-module--footer-show--P36V1 .edm-module--footer-left--iK4du {
  display: block;
}
.edm-module--detail-table-footer--DXFdF .ant-btn-background-ghost.ant-btn-primary[disabled] {
  border: 1px solid #c3d3f8;
  color: #c3d3f8;
  background: transparent;
  opacity: 1;
}
.edm-module--detail-table-footer--DXFdF .edm-module--dropdown--c88zP .ant-btn {
  color: #386ee7;
  border: 1px solid #386ee7;
}
.edm-module--detail-table-footer--DXFdF .edm-module--dropdown--c88zP .ant-dropdown-trigger {
  min-width: auto;
}

@media (max-width: 1139px) {
  .edm-module--left24--ys5q4 {
    margin-left: 16px;
  }
  .edm-module--left24--ys5q4:first-child {
    margin-left: 0;
  }
}
.edm-module--btn-group--DD\+MZ {
  width: 88px;
  height: 18px;
  color: #7d8085;
  text-align: center;
  margin-left: -8px;
}
.edm-module--btn-group--DD\+MZ span {
  display: inline-block;
  width: 50%;
  line-height: 16px;
  border: 0.5px solid #a8aaad;
}
.edm-module--btn-group--DD\+MZ span:first-child {
  border-radius: 2px 0 0 2px;
}
.edm-module--btn-group--DD\+MZ span:last-child {
  border-radius: 0 2px 2px 0;
  border-left: none;
}
.edm-module--btn-group--DD\+MZ .edm-module--active-btn--5f8ip {
  background: #386ee7;
  border-color: #386ee7;
  color: #fff;
}

.edm-module--edm-detail-sub-title--pBfbS {
  color: #7d8085;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.edm-module--edm-detail-sub-num--4jx\+7 {
  color: #51555c;
  font-weight: 700;
}

.edm-module--dropdown-button--4-Vw2 .ant-dropdown-trigger {
  min-width: auto;
  border-left: 1px solid #5f85d8 !important;
}

.edm-module--diagnosis-btn--ubZev {
  position: relative;
}
.edm-module--diagnosis-btn--ubZev .edm-module--diagnosis-count--U5lUX {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fe5b4c;
  background: var(--error-6, #fe5b4c);
  color: #fff;
  text-align: center;
  line-height: 16px;
}

.edm-module--is-del-check--VIqpf {
  float: right;
  margin-top: 6px;
  margin-right: 18px;
}
.edm-module--is-del-check--VIqpf .ant-checkbox-wrapper {
  color: #7a8599;
  vertical-align: middle;
}
.edm-module--is-del-check--VIqpf .ant-checkbox {
  top: 0.15em;
}
.edm-module--is-del-check--VIqpf .ant-checkbox + span {
  padding-right: 6px;
}
.edm-module--is-del-check--VIqpf .edm-module--isDelCheckTipIcon--g7ITW {
  vertical-align: middle;
}

.edm-module--isDelCheckTip--43CDa {
  border-radius: 6;
  color: #7a8599;
  padding: 16px;
}

.edm-module--show-auto-reply--7xJc4 {
  float: right;
  margin-top: -31px;
  margin-right: 20px;
  width: auto !important;
  white-space: nowrap;
}

.edm-module--auto-reply-badge--DMK-4 {
  margin-left: 16px;
}
.edm-module--auto-reply-badge--DMK-4 .ant-badge-count {
  background: rgba(107, 169, 255, 0.1);
  border-radius: 2px;
  color: #6ba9ff;
  box-shadow: none;
}

.edm-module--footer-num--wT2kI {
  color: #4c6aff;
  padding: 0 3px;
}

.edm-module--date-wrap--OGT6T {
  vertical-align: top;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e1e3e8;
}
.edm-module--date-wrap--OGT6T:focus, .edm-module--date-wrap--OGT6T:hover {
  border: 1px solid #4c6aff;
}
.edm-module--date-wrap--OGT6T .edm-module--split-line--xXRCD {
  width: 1px;
  background-color: #e1e3e8;
  height: 16px;
}
.edm-module--date-wrap--OGT6T .ant-input-affix-wrapper,
.edm-module--date-wrap--OGT6T .ant-select-selector,
.edm-module--date-wrap--OGT6T .ant-picker {
  border-radius: 4px !important;
  border: 1px solid transparent !important;
}

.edm-module--font12-input--a47rc .ant-input {
  font-size: 12px !important;
}

.edm-module--range-picker--Y5nnD .ant-picker-range-separator {
  width: 16px;
  height: 1px;
  margin: 0 12px;
  background-color: #e1e3e8;
}

.edm-module--overview-empty--Zzlo5 {
  padding: 0 16px;
  background-color: #fff;
  border-radius: 4px;
}

.edm-module--breadcrumbItem--aE\+tb {
  cursor: pointer;
}
.edm-module--breadcrumbItem--aE\+tb:hover {
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}

.edm-module--will-offline-tag--tdYYg {
  position: absolute;
  right: 16px;
  top: 11px;
  line-height: 14px;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  color: #ffb54c;
}
.index-module--virtualTable--sEuBM {
  padding-bottom: 20px;
}
.index-module--virtualTable-header-intro--U4Y8F {
  font-size: 14px;
  line-height: 24px;
  color: #747a8c;
  overflow: hidden;
  margin-bottom: 20px;
}
.statistics-module--item-panel--dzRRQ {
  display: flex;
  padding: 10px 20px;
  border-radius: 4px;
  background: #fff;
  color: #7d8085;
  font-size: 12px;
  white-space: nowrap;
  position: relative;
  background: #f8f9fa;
  background: var(--fill-1, #f8f9fa);
  border-radius: 4px;
}

.statistics-module--action--xWzRD {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  background: #deebfd;
  background: var(--label-1_1, #deebfd);
  position: absolute;
  right: 0px;
  top: 4px;
  height: 20px;
  width: 50px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  align-items: center;
  justify-content: flex-end;
}
.statistics-module--action--xWzRD .statistics-module--action-title--3IO3A {
  color: #4759b2;
  color: var(--label-1_3, #4759b2);
  margin-left: -8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  transform: scale(0.5);
}
.statistics-module--action--xWzRD .statistics-module--icon--OG1R1 {
  margin-left: -16px;
  margin-top: -3px;
  width: 12px;
  height: 12px;
}

.statistics-module--panel-left--8UX\+b {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 34px;
  margin-right: 13px;
}

.statistics-module--panel-right--jIIox {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.statistics-module--item-num--WRqnr {
  font-family: "DIN Alternate Bold";
  margin: 4px 0;
  font-size: 22px;
  line-height: 30px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: bold;
}

.statistics-module--item-subnum--6KxGp {
  color: #424e66;
}

.statistics-module--filter-icon-wrap--WTb0K svg {
  vertical-align: -4px;
}

.statistics-module--filter-overlay--l8rMR .ant-dropdown-menu {
  border: 0.5px solid rgba(38, 42, 51, 0.16);
  box-shadow: 0px 4px 8px rgba(38, 42, 51, 0.1);
  border-radius: 4px;
}
.statistics-module--filter-overlay--l8rMR .ant-dropdown-menu-item {
  color: #51555c;
}
.statistics-module--filter-overlay--l8rMR .ant-dropdown-menu-item-selected {
  color: #386ee7;
  background: transparent;
}
.statistics-module--filter-overlay--l8rMR .ant-dropdown-menu-item-selected:hover {
  background-color: #f0f0f1;
}
.index-module--drawBox--tGdBD {
  padding: 0px 20px 20px;
  background: linear-gradient(rgb(255, 250, 229) 0%, rgb(255, 255, 255) 100%);
}
.index-module--drawBox--tGdBD .index-module--drawDiv--bZrV6 {
  height: 50px;
}
.index-module--drawBox--tGdBD .index-module--drawDesc--hjcDo {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.index-module--drawBox--tGdBD .index-module--drawItemBox--6G3kk {
  cursor: pointer;
  display: flex;
  gap: 8px;
  margin-top: 20px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
}
.index-module--drawBox--tGdBD .index-module--drawItemBox--6G3kk .index-module--drawItemContent--oAG7V {
  width: 210px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.index-module--drawBox--tGdBD .index-module--drawItemBox--6G3kk .index-module--drawItemContent--oAG7V .index-module--drawItemName--Ia9YZ {
  width: 90%;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-module--drawBox--tGdBD .index-module--drawItemBox--6G3kk .index-module--drawItemContent--oAG7V .index-module--flexBox--Sxs6m {
  width: 90%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--drawBox--tGdBD .index-module--drawItemBox--6G3kk .index-module--drawItemContent--oAG7V .index-module--urlLink--T6bJo {
  margin-left: 3px;
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 14px;
  line-height: 20px;
}
.index-module--drawBox--tGdBD .index-module--drawItemBox--6G3kk .index-module--drawItemContent--oAG7V .index-module--urlEllipsis--kCAZg {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.popup-module--popup-container--4gWEA {
  padding: 16px;
  background: #ffffff;
  border: 0.5px solid rgba(38, 42, 51, 0.2);
  box-sizing: border-box;
  border-radius: 8px;
  color: #262a33;
  font-size: 14px;
}
.popup-module--popup-container--4gWEA table {
  width: 198px;
  margin-top: 16px;
  color: #51555c;
  border: 1px solid rgba(38, 42, 51, 0.06);
  border-radius: 6px;
}
.popup-module--popup-container--4gWEA table td {
  padding: 0 12px;
  line-height: 36px;
}
.popup-module--popup-container--4gWEA .popup-module--table-head--\+WqXj {
  background: #f9fafc;
}
.index-module--flexBox--GSB3w {
  display: flex;
  align-items: center;
  gap: 4px;
}

.index-module--tagsBox--JggyC {
  margin-left: 2px;
  width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4c6aff;
}
.tabs-module--customer-tabs--kILFk .ant-tabs-tab {
  padding-top: 0;
  padding-bottom: 2px;
}
.tabs-module--customer-tabs--kILFk .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 24px;
}
.tabs-module--customer-tabs--kILFk .ant-tabs-ink-bar {
  background-color: transparent;
}
.tabs-module--customer-tabs--kILFk .ant-tabs-ink-bar::after {
  content: "";
  width: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #386ee7;
  transform: translateX(-50%);
}
.tabs-module--customer-tabs--kILFk .ant-tabs-nav {
  margin-bottom: 0;
}
@charset "UTF-8";
/**
 * Created by zh on 2023/3/17.
 */
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--salesPitchSettingContainer--U4TGz {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px 20px 4px;
  background: #f6f7fa;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchHeader--vITmf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  margin-bottom: 16px;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchHeader--vITmf .index-module--back--lxCDK {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS4zNTM1NSAwLjY0NjQ0N0M1LjE1ODI5IDAuNDUxMTg0IDQuODQxNzEgMC40NTExODQgNC42NDY0NSAwLjY0NjQ0N0wwLjY0NjQ0NyA0LjY0NjQ1QzAuNDUxMTg0IDQuODQxNzEgMC40NTExODQgNS4xNTgyOSAwLjY0NjQ0NyA1LjM1MzU1TDQuNjQ2NDUgOS4zNTM1NUM0Ljg0MTcxIDkuNTQ4ODIgNS4xNTgyOSA5LjU0ODgyIDUuMzUzNTUgOS4zNTM1NUM1LjU0ODgyIDkuMTU4MjkgNS41NDg4MiA4Ljg0MTcxIDUuMzUzNTUgOC42NDY0NUwxLjcwNzExIDVMNS4zNTM1NSAxLjM1MzU1QzUuNTQ4ODIgMS4xNTgyOSA1LjU0ODgyIDAuODQxNzA5IDUuMzUzNTUgMC42NDY0NDdaIiBmaWxsPSIjM0Y0NjVDIi8+Cjwvc3ZnPgo=) no-repeat center;
  width: 16px;
  margin-right: 12px;
  height: 12px;
  vertical-align: initial;
  display: inline-block;
  cursor: pointer;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchHeader--vITmf .index-module--salesPitchTitle--wfXMh {
  font-size: 16px;
  color: #272e47;
  font-weight: 500;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchHeader--vITmf .index-module--salesPitchHeaderRight--0fY3Q {
  display: flex;
  align-items: center;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchHeader--vITmf .index-module--closeIconContainer--DU0zM {
  display: flex;
  align-items: center;
  margin-left: 16px;
  cursor: pointer;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchContent--tp7LU {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex: 1 1;
  overflow-x: auto !important;
  overflow-y: visible !important;
  align-items: self-start;
  padding-bottom: 12px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchContent--tp7LU::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchContent--tp7LU:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchContent--tp7LU:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchContent--tp7LU:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchContent--tp7LU:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchContent--tp7LU:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchContent--tp7LU:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchContent--tp7LU:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchContent--tp7LU::-webkit-scrollbar {
  height: 6px;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchColumnContainer--IFIXB {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  padding: 16px 6px 16px 12px;
  background: #fff;
  margin-right: 8px;
  border-top-width: 4px;
  border-top-style: solid;
  border-radius: 4px;
  flex: 1 1 190px;
  min-width: 190px;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchColumnContainer--IFIXB:last-child {
  margin-right: 0;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchBoardListStage--ROleV {
  position: relative;
  height: 32px;
  line-height: 32px;
  background: #f0f2f7;
  border-radius: 2px;
  color: #272e47;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  flex: 0 0 32px;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchBoardListStage--ROleV::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;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchBoardListStage--ROleV::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 8px solid #fff;
  border-top: 8px solid transparent;
  border-right: 4px solid #fff;
  border-left: 4px solid transparent;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchBoardCreateBtn--Ac8T5 {
  flex: 0 0 32px;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchListCommonContainer--ADhq1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchError--Vqd9m {
  width: 110px;
  height: 96px;
  background: url(/static/fetch-fail-3d071d1f646dd3adf004d865f44c5899.png) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchNoDataContainer--lrvzd {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 300px;
  transform: translateX(-50%);
  text-align: center;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchNoDataContainer--lrvzd .index-module--salesPitchNoDataBlock--RFMHG {
  width: 98px;
  height: 112px;
  background: url(/static/no-data-cbdc215f482664d7461df9c47c15922e.png) no-repeat center center;
  background-size: cover;
  margin: 0 auto 20px;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--salesPitchNoDataText--5ncbE {
  font-size: 14px;
  color: #747a8c;
  margin-top: 20px;
}
.index-module--salesPitchSettingContainer--U4TGz .index-module--refreshText--2gnV- {
  font-size: 14px;
  color: #4c6aff;
  margin-top: 12px;
  cursor: pointer;
}

.salesPitchColumnContainer-START {
  border-top-color: #83b3f7;
}

.salesPitchColumnContainer-INQUIRY {
  border-top-color: #66e0cc;
}

.salesPitchColumnContainer-QUOTATION {
  border-top-color: #bb98fe;
}

.salesPitchColumnContainer-SAMPLES {
  border-top-color: #ffb54c;
}

.salesPitchColumnContainer-ORDER {
  border-top-color: #83b3f7;
}

.salesPitchColumnContainer-MAINTENANCE {
  border-top-color: #c0c8d6;
}
.MarketingClassroom-module--root--Z-06h {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  height: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 16px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
}
.MarketingClassroom-module--root--Z-06h .MarketingClassroom-module--title-area--9LHLc {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.MarketingClassroom-module--root--Z-06h .MarketingClassroom-module--title-area--9LHLc .MarketingClassroom-module--icon--fw\+6A {
  width: 16px;
  height: 16px;
}
.MarketingClassroom-module--root--Z-06h .MarketingClassroom-module--title-area--9LHLc .MarketingClassroom-module--title--jicfo {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  min-width: 78px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.MarketingClassroom-module--root--Z-06h .MarketingClassroom-module--more-area--3PgCA {
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.MarketingClassroom-module--root--Z-06h .MarketingClassroom-module--more-area--3PgCA .MarketingClassroom-module--icon--fw\+6A {
  width: 16px;
  height: 16px;
}
.MarketingClassroom-module--root--Z-06h .MarketingClassroom-module--more-area--3PgCA .MarketingClassroom-module--title--jicfo {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.MarketingClassroom-module--root--Z-06h .MarketingClassroom-module--more-area--3PgCA .MarketingClassroom-module--title--jicfo:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.MarketingClassroom-module--root--Z-06h .MarketingClassroom-module--body-area--Hi28d {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.MarketingClassroom-module--root--Z-06h .MarketingClassroom-module--body-area--Hi28d .MarketingClassroom-module--title--jicfo {
  min-width: 78px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.MarketingClassroom-module--root--Z-06h .MarketingClassroom-module--body-area--Hi28d .MarketingClassroom-module--title--jicfo:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.MarketingClassroom-module--line--qEyQ2 {
  width: 1px;
  height: 14px;
  background: #ebedf2;
  background: var(--Line-2, #ebedf2);
}
@charset "UTF-8";
/**
 * Created by zh on 2023/3/17.
 */
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--salesPitchBoardList--tZ1Aw {
  width: 100%;
  height: 100px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin: 12px 0;
}
.index-module--salesPitchBoardList--tZ1Aw .index-module--listScroll--U6x8d {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  padding-right: 6px;
}
.index-module--salesPitchBoardList--tZ1Aw .index-module--listScroll--U6x8d::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--salesPitchBoardList--tZ1Aw .index-module--listScroll--U6x8d:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--salesPitchBoardList--tZ1Aw .index-module--listScroll--U6x8d:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--salesPitchBoardList--tZ1Aw .index-module--listScroll--U6x8d:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--salesPitchBoardList--tZ1Aw .index-module--listScroll--U6x8d:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--salesPitchBoardList--tZ1Aw .index-module--listScroll--U6x8d:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--salesPitchBoardList--tZ1Aw .index-module--listScroll--U6x8d:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--salesPitchBoardList--tZ1Aw .index-module--listScroll--U6x8d:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--salesPitchBoardList--tZ1Aw.index-module--salesPitchBoardListNoData--KI-0Z {
  height: 0;
  flex: 0 1;
  margin: 6px 0;
}
@charset "UTF-8";
.AihostingBanner-module--box--wYlb7 {
  padding: 8px 16px 0;
}

.AihostingBanner-module--wrap--RoZez {
  border-radius: 4px;
  background: linear-gradient(81deg, #ebe8ff 0%, #e9f7ff 63.65%, #efebff 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}
.AihostingBanner-module--wrap--RoZez .AihostingBanner-module--left--1A2QL {
  display: flex;
  align-items: center;
}
.AihostingBanner-module--wrap--RoZez .AihostingBanner-module--left--1A2QL .AihostingBanner-module--info--ZwNmJ {
  margin-left: 8px;
  display: flex;
  align-items: center;
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
}
.AihostingBanner-module--wrap--RoZez .AihostingBanner-module--left--1A2QL .AihostingBanner-module--info--ZwNmJ .AihostingBanner-module--mark--zW2nq {
  background: linear-gradient(171deg, #3ea5ff 0%, #456cfa 62.38%, #937aff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.AihostingBanner-module--wrap--RoZez .AihostingBanner-module--right--yJsYr {
  display: flex;
  align-items: center;
}
.AihostingBanner-module--wrap--RoZez .AihostingBanner-module--right--yJsYr .AihostingBanner-module--icon--zir5c {
  margin: -8px 19px -8px 0;
}
/**
 * Created by zh on 2023/3/17.
 */
.index-module--salesPitchCard--tqsLu {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-width: 150px;
  background: #ffffff;
  border: 1px solid #e1e3e8;
  border-radius: 4px;
  padding: 12px;
  cursor: pointer;
}
.index-module--salesPitchCard--tqsLu:hover:not(.index-module--isAllDragging--gXpx1) .index-module--bottomBar--nJ9ap {
  opacity: 1;
  transition: opacity linear 0.1s;
}
.index-module--salesPitchCard--tqsLu.index-module--isSelfDragging--HphZY .index-module--bottomBar--nJ9ap {
  opacity: 1;
  transition: opacity linear 0.1s;
}
.index-module--salesPitchCard--tqsLu .index-module--sceneContainer--blHuE {
  flex: 0 0 22px;
  color: #272e47;
}
.index-module--salesPitchCard--tqsLu .index-module--scene--nNdU2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  max-height: 44px;
  flex: 0 0 22px;
  color: #272e47;
}
.index-module--salesPitchCard--tqsLu .index-module--content--bQRFX {
  margin-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  flex: 1 1 auto;
  overflow: hidden;
}
.index-module--salesPitchCard--tqsLu .index-module--bottomBar--nJ9ap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  background: #e1e3e8;
  will-change: bottom;
  display: flex;
  align-items: center;
  opacity: 0;
  cursor: default;
}
.index-module--salesPitchCard--tqsLu .index-module--baseHandleContainer--dK8Hy {
  position: absolute;
  top: 4px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--salesPitchCard--tqsLu .index-module--baseHandleContainerReadMail--y\+xkA {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}
.index-module--salesPitchCard--tqsLu .index-module--btn--qUIUE {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.index-module--salesPitchCard--tqsLu .index-module--btn--qUIUE:hover {
  background: #ebedf2;
}
.index-module--salesPitchCard--tqsLu .index-module--btn--qUIUE.index-module--dragBtn--Xx4vK {
  position: absolute;
  top: 4px;
  left: 8px;
  cursor: grab;
}
.index-module--salesPitchCard--tqsLu .index-module--btn--qUIUE.index-module--dragBtn--Xx4vK.index-module--isDragDisabled--D1sVT {
  display: none;
}
.index-module--salesPitchCard--tqsLu.index-module--salesPitchCardReadMail--bqeOv {
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border: none;
  border-radius: 4px;
  -webkit-user-select: auto;
          user-select: auto;
}
.index-module--salesPitchCard--tqsLu.index-module--salesPitchCardReadMail--bqeOv .index-module--sceneContainer--blHuE {
  display: flex;
  align-items: flex-start;
}
.index-module--salesPitchCard--tqsLu.index-module--salesPitchCardReadMail--bqeOv .index-module--sceneContainer--blHuE .index-module--scene--nNdU2 {
  flex: 1 1;
}
.index-module--salesPitchCard--tqsLu.index-module--salesPitchCardReadMail--bqeOv .index-module--content--bQRFX {
  -webkit-line-clamp: 3;
}
.remarketingDropdown-module--dropdown-button--4kCFX {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
  overflow: hidden;
}
.remarketingDropdown-module--dropdown-button--4kCFX .ant-btn {
  border-radius: 0;
  border-color: #e1e3e8;
  border-color: var(--Line-3, #e1e3e8);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  border: none;
}
.remarketingDropdown-module--dropdown-button--4kCFX .ant-btn:first-child {
  padding: 4px 8px;
  border-right: none;
  min-width: 20px;
}
.remarketingDropdown-module--dropdown-button--4kCFX .ant-btn:first-child::after {
  position: absolute;
  left: 70px;
  top: 4px;
  content: "";
  width: 1px;
  height: 24px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
  display: inline-block;
}
.remarketingDropdown-module--dropdown-button--4kCFX .ant-btn:last-child {
  width: 28px;
  min-width: 28px;
  border-left: none;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remarketingDropdown-module--dropdown-button--4kCFX .ant-btn:hover {
  background-color: #fff;
}
.remarketingDropdown-module--dropdown-button--4kCFX.remarketingDropdown-module--gray--tfErt .ant-btn {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  border-color: #e1e3e8;
  border-color: var(--Line-3, #e1e3e8);
}
.remarketingDropdown-module--dropdown-button--4kCFX.remarketingDropdown-module--gray--tfErt .ant-btn::after {
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}

.remarketingDropdown-module--tool-tip-content--8M39R {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
}
/**
 * Created by zh on 2023/3/17.
 */
.index-module--salesPitchReadMailContainer--ejVaP {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
}
.index-module--salesPitchReadMailContainer--ejVaP .index-module--salesPitchHeader--2MBrv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  margin-bottom: 12px;
}
.index-module--salesPitchReadMailContainer--ejVaP .index-module--salesPitchHeader--2MBrv .index-module--salesPitchInputContainer--6wd6u {
  display: flex;
  align-items: center;
  flex: 1 0 240px;
}
.index-module--salesPitchReadMailContainer--ejVaP .index-module--salesPitchHeader--2MBrv .index-module--salesPitchSettingBtn--gHSu7 {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAPFBMVEUAAABudIRvc4VudIVwcIBvdIVvdIVudIVuc4RwdINudIVvdIRuc4NsdINvdIVvdIZuc4ZudIRvdYZvdIVaaZP+AAAAE3RSTlMAIN/gEIDvoGBAwL9QQNC/kHCvUU9oWQAAAORJREFUOMuVktsSgyAMRCEJFO/a8///WsehzlDDQ/dJw4EsYcOfWqaphL7iBPCKnWVLkNOhsLvIkWG385gXSHGawzjUTiPI0jZ/g87hVtHGiqVMTtZsOUvcJXGcX1a2+kke3EtnYgXk7jXBet9Af4EoXJLYAQQdLMyKmAsU9FowJbnASp3EwOYC8PUKHcAq0QE26jhmVhdI1b0JxQVMkTnYImhvUMoldQZVVVYYkz1GnaMb4Eytb73nXpu01h8vQ8+gzgLv9tBBYYrPAIdnUG2HfLgR20GOJq2ecxhj6KuMZ/P/9AEkUA2jLxMV3AAAAABJRU5ErkJggg==) no-repeat center center;
  background-size: cover;
  margin: 0 0 0 14px;
  cursor: pointer;
}
.index-module--salesPitchReadMailContainer--ejVaP .index-module--salesPitchHeader--2MBrv .index-module--salesPitchCreateBtn--0islK {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 0 0 0 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAMFBMVEUAAABvdIVvdINvdYZvc4Zvc4NwcIBuc4Vuc4RvdIVvdIVwdYVuc4NudIVwc4NvdIUCkjzfAAAAD3RSTlMA70Df3yAQkJDPgGBgwFDQchXEAAAA7ElEQVQoz2MgEjB1yn+8oYDgc/v/B4IvB2B81vkfFwWwadh/CYAKHPysAFZnLwfh8/0vgzDS/0M0Bf6C6V0vCqb8C2AC7D/BWj8nAEkWByDBZn8AxPwDEub/ACL1HUCEAUKA8ROQqG9ACHD9ABL3FRACTCBT5RMQAqwfgcR/oLn/wcABxAFjZoiAAURAPgChhQ2kZT6yoX9B1i5ACLCDrNUXQAiwgBzG/AkhsN8A5LkvCSBhEJPNHxwg8xHe/4w9gLgRQfgAwngIiQAmf2lYNNh/aUpg1ZL/GQCPKHuQVz4fQIrKXvmPMxSIjHcAOEVdoB2n0moAAAAASUVORK5CYII=) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.index-module--salesPitchReadMailContainer--ejVaP .index-module--salesPitchContent--ormcA {
  flex: 1 1;
  margin-top: 4px;
}
.index-module--salesPitchReadMailContainer--ejVaP .index-module--salesPitchListCommonContainer--PxVry {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--salesPitchReadMailContainer--ejVaP .index-module--salesPitchError--NofIZ {
  width: 110px;
  height: 96px;
  background: url(/static/fetch-fail-3d071d1f646dd3adf004d865f44c5899.png) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
}
.index-module--salesPitchReadMailContainer--ejVaP .index-module--salesPitchNoDataContainer--JZM3V {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  text-align: center;
}
.index-module--salesPitchReadMailContainer--ejVaP .index-module--salesPitchNoDataContainer--JZM3V .index-module--salesPitchNoDataBlock--8BfRq {
  width: 98px;
  height: 112px;
  background: url(/static/no-data-cbdc215f482664d7461df9c47c15922e.png) no-repeat center center;
  background-size: cover;
  margin: 0 auto 20px;
}
.index-module--salesPitchReadMailContainer--ejVaP .index-module--salesPitchNoDataText--K10jj {
  font-size: 14px;
  color: #747a8c;
  margin-top: 20px;
}
.index-module--salesPitchReadMailContainer--ejVaP .index-module--refreshText--g-XKy {
  font-size: 14px;
  color: #4c6aff;
  margin-top: 12px;
  cursor: pointer;
}
.remarketingDrawer-module--remarketing-drawer--VD8mU .ant-drawer-body {
  padding-top: 8px;
  padding-bottom: 0;
}
.remarketingDrawer-module--remarketing-drawer--VD8mU .remarketingDrawer-module--remarketing-wrap--dgKow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}
.remarketingDrawer-module--remarketing-drawer--VD8mU .remarketingDrawer-module--remarketing-content--F1OUV {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.remarketingDrawer-module--remarketing-drawer--VD8mU .remarketingDrawer-module--remarketing-content--F1OUV .remarketingDrawer-module--remarketing-item--\+wP3J {
  padding: 16px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  border-radius: 4px;
}
.remarketingDrawer-module--remarketing-drawer--VD8mU .remarketingDrawer-module--remarketing-content--F1OUV .remarketingDrawer-module--item-title--KTw0P {
  position: relative;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.remarketingDrawer-module--remarketing-drawer--VD8mU .remarketingDrawer-module--remarketing-content--F1OUV .remarketingDrawer-module--item-title--KTw0P::before {
  position: absolute;
  top: 3px;
  content: "";
  width: 3px;
  height: 15px;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}
.remarketingDrawer-module--remarketing-drawer--VD8mU .remarketingDrawer-module--remarketing-content--F1OUV .remarketingDrawer-module--item-desc--aHJCI {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  margin: 12px 0 16px;
}
.remarketingDrawer-module--remarketing-drawer--VD8mU .remarketingDrawer-module--remarketing-content--F1OUV .remarketingDrawer-module--item-btns--zdQyL {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.remarketingDrawer-module--remarketing-drawer--VD8mU .remarketingDrawer-module--remarketing-close--ppSMo {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}
/**
 * Created by zh on 2023/3/17.
 */
.index-module--salesPitchStageTagList--yvRY2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index-module--salesPitchStageTagList--yvRY2 .index-module--salesPitchStageTag--KF6EP {
  background: #f0f2f7;
  border-radius: 16px;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  color: #747a8c;
  font-size: 12px;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid transparent;
}
.index-module--salesPitchStageTagList--yvRY2 .index-module--salesPitchStageTag--KF6EP:last-child {
  margin-right: 0;
}
.index-module--salesPitchStageTagList--yvRY2 .index-module--salesPitchStageTag--KF6EP.index-module--checked---uQpM {
  border: 1px solid #4c6aff;
  color: #4c6aff;
}
.preConfigModal-module--wrap--aoUkl {
  width: 436px;
  height: 426px;
  background-image: url(/static/pre_config_bg-cfc5fbc35f925361820744899cd8d0d2.png);
  background-size: 100%;
  overflow: hidden;
}
.preConfigModal-module--wrap--aoUkl .preConfigModal-module--content--VKDrL {
  margin-top: 48px;
  margin-left: 44px;
}
.preConfigModal-module--wrap--aoUkl .preConfigModal-module--text1--dcvne {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.preConfigModal-module--wrap--aoUkl .preConfigModal-module--text2--W4uka {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0;
  display: inline-block;
}
.preConfigModal-module--wrap--aoUkl .preConfigModal-module--text3--7JYGe {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  max-width: 357px;
}
.preConfigModal-module--wrap--aoUkl .preConfigModal-module--text4--4ae9E {
  color: #0fd683;
  color: var(--Success-6, #0fd683);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.preConfigModal-module--wrap--aoUkl .preConfigModal-module--btns--QZj1V {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  text-align: center;
}
.preConfigModal-module--wrap--aoUkl .preConfigModal-module--btns--QZj1V button {
  margin-left: 12px !important;
  width: 140px !important;
  height: 36px !important;
}

.preConfigModal-module--custom-modal--OX3GF .ant-modal-close {
  display: none;
}
.preConfigModal-module--custom-modal--OX3GF .ant-modal-body {
  padding: 0px !important;
}
.preConfigModal-module--custom-modal--OX3GF .ant-modal-content {
  background-color: transparent !important;
}
@charset "UTF-8";
/**
 * Created by zh on 2023/3/17.
 */
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--listScroll--\+RZWB {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--listScroll--\+RZWB::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--listScroll--\+RZWB:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--listScroll--\+RZWB:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--listScroll--\+RZWB:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--listScroll--\+RZWB:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--listScroll--\+RZWB:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--listScroll--\+RZWB:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--listScroll--\+RZWB:hover::-webkit-scrollbar-corner {
  display: none;
}
@charset "UTF-8";
.rewardTask-module--wrap--\+Q3Qe {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin: -24px;
  background-color: #f6f9ff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-width: 502px;
}
.rewardTask-module--wrap--\+Q3Qe img {
  width: 100%;
  height: 232px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--close--g7PT8 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i {
  margin-top: 115px;
  margin-left: 32px;
  margin-right: 32px;
  height: calc(100% - 115px);
  position: relative;
  z-index: 1;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--top-content--YMeQV .rewardTask-module--activity-button--25KIX {
  display: inline-flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid #7a96ff;
  background: linear-gradient(180deg, #d9e6ff 0%, #edf3fe 100%);
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  /* 灵犀桌面2.0/P1.4-Med14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--top-content--YMeQV .rewardTask-module--title--DuHYf {
  display: inline-block;
  margin-top: 16px;
  color: #272e47;
  color: var(--text-5, #272e47);
  font-family: PingFang SC;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 138.462% */
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--top-content--YMeQV .rewardTask-module--blue-title--eBs39 {
  background: linear-gradient(90deg, #454bf2 44.56%, #a949e3 98.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: PingFang SC;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--top-content--YMeQV .rewardTask-module--detail--WiKai {
  display: inline-block;
  margin-top: 4px;
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--center-content--6\+0F6 {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--center-content--6\+0F6 .rewardTask-module--item--xbjvk {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--center-content--6\+0F6 .rewardTask-module--item--xbjvk .rewardTask-module--item-number--o5PJK {
  flex-shrink: 0;
  color: #7088ff;
  color: var(--brand-5-hover, #7088ff);
  font-family: LX-numbers;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--center-content--6\+0F6 .rewardTask-module--item--xbjvk .rewardTask-module--item-title--qUolk {
  flex-shrink: 0;
  margin-top: 6px;
  color: #333;
  text-align: justify;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--center-content--6\+0F6 .rewardTask-module--item--xbjvk .rewardTask-module--item-detail--drm8U {
  margin-top: 6px;
  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% */
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--center-content--6\+0F6 .rewardTask-module--item--xbjvk .rewardTask-module--item-detail--drm8U .rewardTask-module--item-yellow--mIaQ5 {
  color: #e5a344;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--center-content--6\+0F6 .rewardTask-module--item--xbjvk .rewardTask-module--blue-item-detail--8tBkH {
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  /* 灵犀桌面2.0/P1.4-Med14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--center-content--6\+0F6 .rewardTask-module--item--xbjvk .rewardTask-module--blue-item-detail--8tBkH .rewardTask-module--item-yellow--mIaQ5 {
  color: #e5a344;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--center-content--6\+0F6 .rewardTask-module--end-content--hAkHh {
  margin-top: 38px;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--center-content--6\+0F6 .rewardTask-module--end-content--hAkHh .rewardTask-module--end-content-top--Y8cqk {
  display: flex;
  margin-left: 11px;
  margin-right: 11px;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--center-content--6\+0F6 .rewardTask-module--end-content--hAkHh .rewardTask-module--end-content-top--Y8cqk .rewardTask-module--end-content-title--6t8Dr {
  color: #272e47;
  color: var(--text-5, #272e47);
  text-align: justify;
  /* 灵犀桌面2.0/H1.4-Med16 */
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  flex-shrink: 0;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--center-content--6\+0F6 .rewardTask-module--end-content--hAkHh .rewardTask-module--end-content-top--Y8cqk .rewardTask-module--divider--axMgz {
  flex-grow: 1;
  height: 1px;
  background: #e1e3e8;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--center-content--6\+0F6 .rewardTask-module--end-content--hAkHh .rewardTask-module--end-content-detail--a9Z76 {
  margin-top: 16px;
  margin-left: 19px;
  margin-right: 19px;
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/H1.3-Reg16 */
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--content--Vmz4i .rewardTask-module--center-content--6\+0F6 .rewardTask-module--end-content--hAkHh .rewardTask-module--end-content-detail--a9Z76 .rewardTask-module--blue-end-content-detail--chBCB {
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  /* 灵犀桌面2.0/H1.4-Med16 */
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--joined-content--azu6F .rewardTask-module--joined-divider--Wf2ks {
  min-height: 3px;
  display: flex;
  gap: 9px;
  margin-bottom: 12px;
  margin-top: 20px;
  align-items: center;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--joined-content--azu6F .rewardTask-module--joined-divider--Wf2ks .rewardTask-module--left-line--SHGa9 {
  height: 1px;
  width: 209px;
  background: #e1e3e8;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--joined-content--azu6F .rewardTask-module--joined-divider--Wf2ks .rewardTask-module--round--qud4h {
  width: 3px;
  height: 3px;
  flex-shrink: 0;
  border-radius: 1.5px;
  background: #e1e3e8;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--joined-content--azu6F .rewardTask-module--joined-divider--Wf2ks .rewardTask-module--right-line--KPfcg {
  height: 1px;
  width: 209px;
  background: #e1e3e8;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--joined-content--azu6F .rewardTask-module--email-count--kCv3I {
  margin-top: 4px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  text-align: justify;
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--joined-content--azu6F .rewardTask-module--tips--qnLO7 {
  margin-top: 8px;
  color: #e5a344;
  color: var(--warning-7, #e5a344);
  text-align: justify;
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--bottom-large-content--OtvjR {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--bottom-large-content--OtvjR .rewardTask-module--large-button--uT\+Xs {
  display: flex;
  margin-left: 48px;
  margin-right: 48px;
  padding: 7px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #4c6aff;
  background: var(--brand-6, #4c6aff);
  color: #fff;
  color: var(--unnamed, #fff);
  text-align: center;
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  border-width: 0px;
  cursor: pointer;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--bottom-content--9gXP7 {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--bottom-content--9gXP7 .rewardTask-module--normal-button--dtKO\+ {
  display: flex;
  width: 140px;
  height: 36px;
  padding: 7px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--line-3, #e1e3e8);
  background: #fff;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  text-align: center;
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.rewardTask-module--wrap--\+Q3Qe .rewardTask-module--bottom-content--9gXP7 .rewardTask-module--blue-button--LHMOI {
  display: flex;
  width: 140px;
  padding: 7px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #4c6aff;
  background: var(--brand-6, #4c6aff);
  color: #fff;
  color: var(--unnamed, #fff);
  text-align: center;
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  border-width: 0px;
  cursor: pointer;
}

.rewardTask-module--custom-modal--JZZmI .ant-modal-close {
  display: none;
}
.rewardTask-module--custom-modal--JZZmI .ant-modal-body {
  max-height: inherit !important;
  padding: 24px !important;
}
.salesPitchWritePageDrawer .ant-drawer-close {
  display: none;
}
.salesPitchWritePageDrawer.salesPitchWritePageDrawerInWindows .ant-drawer-content {
  background: #f6f7fa;
}
.salesPitchWritePageDrawer.salesPitchWritePageDrawerInWindows .ant-drawer-content .ant-drawer-wrapper-body {
  padding-top: 40px;
  position: relative;
}
@charset "UTF-8";
.index-module--info-modal--JEnwh .ant-modal-body {
  border-radius: 8px;
  background: #f0f4ff;
  padding: 0 !important;
  height: 600px;
  max-height: 600px !important;
}
.index-module--info-modal--JEnwh .index-module--background--X\+3Ow {
  height: 276px;
  position: relative;
}
.index-module--info-modal--JEnwh .index-module--background--X\+3Ow .index-module--img--0b45C {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}
.index-module--info-modal--JEnwh .index-module--background--X\+3Ow .index-module--contain--e5sop {
  position: absolute;
  bottom: 0px;
  padding: 0px 40px 8px 40px;
}
.index-module--info-modal--JEnwh .index-module--background--X\+3Ow .index-module--contain--e5sop .index-module--tip--hxvg- {
  color: #4b6ef0;
  width: 76px;
  height: 28px;
  border: 1px solid rgb(122, 150, 255);
  border-radius: 2px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-module--info-modal--JEnwh .index-module--background--X\+3Ow .index-module--contain--e5sop .index-module--title--YpQpa {
  color: rgb(62, 104, 255);
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}
.index-module--info-modal--JEnwh .index-module--background--X\+3Ow .index-module--contain--e5sop .index-module--title--YpQpa .index-module--title-per--EurLz {
  font-family: LX-numbers;
  font-size: 48px;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: -0.02em;
  text-align: left;
  margin: 0px 5px;
}
.index-module--info-modal--JEnwh .index-module--background--X\+3Ow .index-module--contain--e5sop .index-module--title--YpQpa .index-module--title-bkg--Xi6CS {
  width: 100%;
  height: 8px;
  opacity: 0.8;
  position: absolute;
  bottom: 4px;
  background: #b3c8fd;
}
.index-module--info-modal--JEnwh .index-module--background--X\+3Ow .index-module--contain--e5sop .index-module--des--CQ34f {
  color: #747a8c;
  color: var(--text-3, #747a8c);
  line-height: 180%;
}
.index-module--info-modal--JEnwh .index-module--container--iCJBo {
  padding: 16px 40px;
}
.index-module--info-modal--JEnwh .index-module--container--iCJBo .index-module--title--YpQpa {
  margin-bottom: 4px;
  color: #333;
  font-size: 16px;
  position: relative;
}
.index-module--info-modal--JEnwh .index-module--container--iCJBo .index-module--title--YpQpa .index-module--title-num--KRV2d {
  font-size: 24px;
  color: #3069f8;
  font-family: LX-numbers;
  line-height: 36px;
}
.index-module--info-modal--JEnwh .index-module--container--iCJBo .index-module--title--YpQpa .index-module--title-text--9x6jv {
  position: absolute;
  bottom: 3px;
}
.index-module--info-modal--JEnwh .index-module--container--iCJBo .index-module--detail--rEO0V {
  color: #272e47;
  color: var(--text-5, #272e47);
  font-size: 16px;
  line-height: 180%; /* 28.8px */
}
.index-module--info-modal--JEnwh .index-module--footer--iE3jN {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-module--info-modal--JEnwh .index-module--footer--iE3jN .index-module--btn--IUqse {
  border-radius: 4px;
  height: 36px;
  width: 140px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.index-module--info-modal--JEnwh .index-module--footer--iE3jN .index-module--close--rYC4b {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--line-3, #e1e3e8);
  background: #fff;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  margin-right: 12px;
}
.index-module--info-modal--JEnwh .index-module--footer--iE3jN .index-module--mail--XfOi8 {
  background: #4c6aff;
  background: var(--brand-6, #4c6aff);
  color: #fff;
  color: var(--unnamed, #fff);
}

.index-module--success-modal--DB4iA .ant-modal-body {
  border-radius: 8px;
  background: rgb(255, 255, 255);
  padding: 0 !important;
  height: 600px;
  max-height: 600px !important;
}
.index-module--success-modal--DB4iA .index-module--background--X\+3Ow {
  height: 276px;
  position: relative;
}
.index-module--success-modal--DB4iA .index-module--background--X\+3Ow .index-module--img--0b45C {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}
.index-module--success-modal--DB4iA .index-module--background--X\+3Ow .index-module--contain--e5sop {
  position: absolute;
  top: 0px;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.index-module--success-modal--DB4iA .index-module--background--X\+3Ow .index-module--contain--e5sop .index-module--tip--hxvg- {
  color: #7a51cb;
  color: var(--label-33, #7a51cb);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.index-module--success-modal--DB4iA .index-module--background--X\+3Ow .index-module--contain--e5sop .index-module--title--YpQpa {
  font-family: PingFang SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  background: linear-gradient(99deg, #4b67fb 0%, #c26de0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-module--success-modal--DB4iA .index-module--container--iCJBo {
  margin: 48px 40px 0px 36px;
}
.index-module--success-modal--DB4iA .index-module--container--iCJBo .index-module--common--Cng9z {
  font-size: 16px;
  color: #272e47;
  color: var(--text-5, #272e47);
}
.index-module--success-modal--DB4iA .index-module--container--iCJBo .index-module--main--JLnIM {
  margin-bottom: 20px;
  line-height: 24px;
}
.index-module--success-modal--DB4iA .index-module--container--iCJBo .index-module--detail--rEO0V {
  line-height: 32px;
}
.index-module--success-modal--DB4iA .index-module--container--iCJBo .index-module--detail--rEO0V .index-module--detail-text--sC1Fd {
  padding-left: 16px;
}
.index-module--success-modal--DB4iA .index-module--container--iCJBo .index-module--circle--ffg6t {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #a259ff;
  background: var(--avatar-5, #a259ff);
  margin-right: 8px;
  margin-bottom: 2px;
}
.index-module--success-modal--DB4iA .index-module--container--iCJBo .index-module--num--SNL\+4 {
  color: #a259ff;
  color: var(--avatar-5, #a259ff);
  font-family: LX-numbers;
  font-size: 28px;
  margin-left: 8px;
  margin-right: 2px;
}
.index-module--success-modal--DB4iA .index-module--container--iCJBo .index-module--day--2IySi {
  color: #a259ff;
  color: var(--avatar-5, #a259ff);
  /* 灵犀桌面2.0/P1.4-Med14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.index-module--success-modal--DB4iA .index-module--footer--iE3jN {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-module--success-modal--DB4iA .index-module--footer--iE3jN .index-module--btn--IUqse {
  border-radius: 4px;
  height: 36px;
  width: 140px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.index-module--success-modal--DB4iA .index-module--footer--iE3jN .index-module--mail--XfOi8 {
  background: #4c6aff;
  background: var(--brand-6, #4c6aff);
  color: #fff;
  color: var(--unnamed, #fff);
}
@charset "UTF-8";
.AiAutoAcquisitionModal-module--modal-box--5xqr- {
  margin: -20px;
  padding-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
.AiAutoAcquisitionModal-module--modal-box--5xqr- .AiAutoAcquisitionModal-module--top--u5sBn {
  position: relative;
  width: 100%;
  height: 204px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.AiAutoAcquisitionModal-module--modal-box--5xqr- .AiAutoAcquisitionModal-module--top--u5sBn img {
  width: 100%;
  height: 204px;
}
.AiAutoAcquisitionModal-module--modal-box--5xqr- .AiAutoAcquisitionModal-module--top--u5sBn .AiAutoAcquisitionModal-module--title--fn-Sa {
  position: absolute;
  top: 166px;
  text-align: center;
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/H2-Med18 */
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}
.AiAutoAcquisitionModal-module--modal-box--5xqr- .AiAutoAcquisitionModal-module--content--OFbdg {
  padding: 28px 32px 36px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.AiAutoAcquisitionModal-module--modal-box--5xqr- .AiAutoAcquisitionModal-module--content--OFbdg > div {
  display: inline-block;
}
.AiAutoAcquisitionModal-module--modal-box--5xqr- .AiAutoAcquisitionModal-module--content--OFbdg .AiAutoAcquisitionModal-module--line-box--\+hExH {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.AiAutoAcquisitionModal-module--modal-box--5xqr- .AiAutoAcquisitionModal-module--content--OFbdg .AiAutoAcquisitionModal-module--line-box--\+hExH .AiAutoAcquisitionModal-module--line--4jdkv {
  display: flex;
  align-items: center;
}
.AiAutoAcquisitionModal-module--modal-box--5xqr- .AiAutoAcquisitionModal-module--content--OFbdg .AiAutoAcquisitionModal-module--line-box--\+hExH .AiAutoAcquisitionModal-module--line--4jdkv .AiAutoAcquisitionModal-module--icon--0kFYB {
  margin-right: 8px;
  width: 32px;
  height: 32px;
}
.AiAutoAcquisitionModal-module--modal-box--5xqr- .AiAutoAcquisitionModal-module--content--OFbdg .AiAutoAcquisitionModal-module--line-box--\+hExH .AiAutoAcquisitionModal-module--line-info--AUnbg {
  color: #272e47;
  color: var(--text-5, #272e47);
  text-align: justify;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.AiAutoAcquisitionModal-module--modal-box--5xqr- .AiAutoAcquisitionModal-module--btn--ZMnlb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.AiAutoAcquisitionModal-module--modal-box--5xqr- .AiAutoAcquisitionModal-module--btn--ZMnlb .AiAutoAcquisitionModal-module--inner--W0q85 {
  width: 140px;
  height: 40px;
  flex-shrink: 0;
}
.AiAutoAcquisitionModal-module--modal-box--5xqr- .AiAutoAcquisitionModal-module--not-show--Ymkp2 {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AiAutoAcquisitionModal-module--modal-box--5xqr- .AiAutoAcquisitionModal-module--not-show--Ymkp2 .AiAutoAcquisitionModal-module--tips--YxyQq {
  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;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .ant-modal-body {
  padding: 0 !important;
  max-height: initial !important;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--marketing-suggest--Bcses {
  display: flex;
  flex-direction: column;
  width: 476px;
  border-radius: 8px;
  background: linear-gradient(179deg, #bad5fe -12.67%, #fff 26.67%);
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--marketing-suggest--Bcses .marketingSuggestModal-module--iconChakan--BnNgc {
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--marketing-suggest--Bcses .marketingSuggestModal-module--iconChakan--BnNgc .sirius-icon {
  height: 16px !important;
  width: 16px !important;
  line-height: 16px !important;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--marketing-suggest--Bcses .marketingSuggestModal-module--iconChakan--BnNgc:hover span > svg {
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-header--JZip6 {
  border-radius: 8px 8px 0 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
  width: 100%;
  height: 118px;
  padding-left: 36px;
  padding-top: 46px;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-item-level1--Ry5c1 {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 6px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  height: 28px;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-item-level2--Nzd96 {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-item-level3--z95B2 {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-count--Q1TAi {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-size: 28px;
  font-weight: 600;
  padding: 0 4px;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-operation--nJgfH {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-wrapper--saktG {
  display: flex;
  padding: 0 16px;
  margin-top: 8px;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-content--DOwQZ {
  padding: 12px;
  border-radius: 4px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-content--DOwQZ .marketingSuggestModal-module--modalContentTitle--rpBgv {
  height: 22px;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 12px;
  text-align: right;
  margin-right: -8px;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-content--DOwQZ .ant-checkbox + span {
  padding-left: 4px;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-item--sS6wj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  height: 22px;
  line-height: 22px;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-item-left--ncLUV {
  display: flex;
  align-items: center;
  align-items: baseline;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-item-right--T60s6 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-item-right--T60s6 .marketingSuggestModal-module--modalCount2--fbSTK {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-list--sn-o4 {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-list--sn-o4::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-list--sn-o4::-webkit-scrollbar:horizontal {
  height: 6px;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-list--sn-o4:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-list--sn-o4:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-list--sn-o4:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-list--sn-o4:hover::-webkit-scrollbar-button {
  display: none;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-list--sn-o4:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-list--sn-o4:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-list--sn-o4:hover::-webkit-scrollbar-corner {
  display: none;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-list--sn-o4 .marketingSuggestModal-module--modal-item-left--ncLUV {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-box--xwDxe {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-box--xwDxe .marketingSuggestModal-module--modal-item--sS6wj {
  margin-top: 8px;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-tag--AicQC {
  display: flex;
}
.marketingSuggestModal-module--marketing-suggest-modal--kx\+S3 .marketingSuggestModal-module--modal-footer--FpNIH {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 18px 20px;
}
.StopPlanGuideModal-module--wrap--sXnBa {
  width: 400px;
  background-image: url(/static/stopPlanGuideModal-f54a70e5819aa025fb5949ea11c2649e.png);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 0 28px 20px 28px;
}
.StopPlanGuideModal-module--wrap--sXnBa .StopPlanGuideModal-module--title1--HR2Fi {
  font-family: PingFang SC;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  margin-top: 49px;
}
.StopPlanGuideModal-module--wrap--sXnBa .StopPlanGuideModal-module--title2--h3jry {
  font-family: PingFang SC;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  margin-bottom: 9px;
}
.StopPlanGuideModal-module--wrap--sXnBa .StopPlanGuideModal-module--content--y-Dpj {
  padding: 0 12px;
  margin-bottom: 24px;
  max-height: 210px;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 8px;
}
.StopPlanGuideModal-module--wrap--sXnBa .StopPlanGuideModal-module--item--SlI4M {
  height: 46px;
  border-bottom: 1px dashed #ebedf2;
  border-bottom: 1px dashed var(--Line-2, #ebedf2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.StopPlanGuideModal-module--wrap--sXnBa .StopPlanGuideModal-module--itemDesc--0qjj- {
  display: flex;
  align-items: center;
}
.StopPlanGuideModal-module--wrap--sXnBa .StopPlanGuideModal-module--marginLeft10--\+iGUr {
  margin-left: 10px;
}
.StopPlanGuideModal-module--wrap--sXnBa .StopPlanGuideModal-module--item--SlI4M:last-child {
  border: none;
}
.StopPlanGuideModal-module--wrap--sXnBa .StopPlanGuideModal-module--colorBrand6--VJVRm {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.StopPlanGuideModal-module--wrap--sXnBa .StopPlanGuideModal-module--cursorPointer--I-IFR {
  cursor: pointer;
}
.StopPlanGuideModal-module--wrap--sXnBa .StopPlanGuideModal-module--btn--VEnZ3 {
  width: 100%;
  height: 36px;
}
.StopPlanGuideModal-module--wrap--sXnBa .StopPlanGuideModal-module--nonAgain14--0IBRC {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin-top: 12px;
}
.StopPlanGuideModal-module--wrap--sXnBa .StopPlanGuideModal-module--nonAgain14--0IBRC .StopPlanGuideModal-module--marginLeft3--T5J86 {
  margin-left: 3px;
}

.StopPlanGuideModal-module--cllapseLine--vbJEh {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px;
}

.StopPlanGuideModal-module--custom-modal--XdXT- .ant-modal-body {
  padding: 0px !important;
  background-color: #f3f7ff !important;
  border-radius: 8px;
}
.SwitchButton2-module--wrap--kQP3B {
  display: flex;
  align-items: center;
  height: 20px;
  border-radius: 100px;
  background-color: rgba(207, 247, 230, 0.5);
  position: relative;
  padding: 4px 8px;
  cursor: pointer;
}
.SwitchButton2-module--wrap--kQP3B .SwitchButton2-module--label--MSXZy {
  color: #0dc076;
  color: var(--Success-7, #0dc076);
  padding-left: 20px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  flex: none;
}
.SwitchButton2-module--wrap--kQP3B .SwitchButton2-module--label-tip--xq5dQ {
  color: #0dc076;
  color: var(--Success-7, #0dc076);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  flex: none;
}
.SwitchButton2-module--wrap--kQP3B .SwitchButton2-module--circle--nLavH {
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #fff;
}
.SwitchButton2-module--wrap--kQP3B .SwitchButton2-module--circle--nLavH .SwitchButton2-module--out-circle--Wmnjt {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #0fd683;
  border: 1px solid var(--Success-6, #0fd683);
  position: relative;
}
.SwitchButton2-module--wrap--kQP3B .SwitchButton2-module--circle--nLavH .SwitchButton2-module--out-circle--Wmnjt .SwitchButton2-module--rotate-line--ggJ-V {
  position: absolute;
  height: 10px;
  width: 4px;
  top: -1px;
  left: 7px;
  background-color: #f8f9fa;
  animation: SwitchButton2-module--rotate--OWTCz 2s linear infinite;
  transform-origin: 2px 10px;
}
.SwitchButton2-module--wrap--kQP3B .SwitchButton2-module--circle--nLavH .SwitchButton2-module--out-circle--Wmnjt .SwitchButton2-module--inner-circle--SsQ-P {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background: #0fd683;
  background: var(--Success-6, #0fd683);
  border-radius: 50%;
}

.SwitchButton2-module--wrap2--jr7\+F {
  background-color: rgba(225, 227, 232, 0.5);
  width: 70px;
}
.SwitchButton2-module--wrap2--jr7\+F .SwitchButton2-module--label--MSXZy {
  color: #545a6e;
  color: var(--text-4, #545a6e);
}
.SwitchButton2-module--wrap2--jr7\+F .SwitchButton2-module--circle--nLavH .SwitchButton2-module--out-circle--Wmnjt {
  border: 1px solid #c9cbd6;
  border: 1px solid var(--Fill-5, #c9cbd6);
  background-color: #8d92a1;
  background-color: var(--Fill-6, #8d92a1);
}
.SwitchButton2-module--wrap2--jr7\+F .SwitchButton2-module--circle--nLavH .SwitchButton2-module--out-circle--Wmnjt .SwitchButton2-module--inner-circle--SsQ-P {
  background: #8d92a1;
  background: var(--Fill-6, #8d92a1);
}
.SwitchButton2-module--wrap2--jr7\+F .SwitchButton2-module--circle--nLavH .SwitchButton2-module--out-circle--Wmnjt .SwitchButton2-module--inner-circle--SsQ-P svg path {
  stroke: #fff;
}

.SwitchButton2-module--wrap3--hw2sG {
  background-color: rgba(255, 222, 219, 0.5);
  width: 255px;
}
.SwitchButton2-module--wrap3--hw2sG .ant-divider-vertical {
  border-color: #ffbdb7;
  border-color: var(--Error-4, #ffbdb7);
  margin: 2px 6px 0 !important;
}
.SwitchButton2-module--wrap3--hw2sG .SwitchButton2-module--label--MSXZy {
  color: #e45244;
  color: var(--Error-7, #e45244);
}
.SwitchButton2-module--wrap3--hw2sG .SwitchButton2-module--label-tip--xq5dQ {
  color: #e45244;
  color: var(--Error-7, #e45244);
}
.SwitchButton2-module--wrap3--hw2sG .SwitchButton2-module--circle--nLavH .SwitchButton2-module--out-circle--Wmnjt {
  border: 1px solid #fe5b4c;
  border: 1px solid var(--Error-6, #fe5b4c);
}
.SwitchButton2-module--wrap3--hw2sG .SwitchButton2-module--circle--nLavH .SwitchButton2-module--out-circle--Wmnjt .SwitchButton2-module--inner-circle--SsQ-P {
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
}

.SwitchButton2-module--wrap4--f7Fl\+ {
  width: 306px;
}
.SwitchButton2-module--wrap4--f7Fl\+ .ant-divider-vertical {
  border-color: #0dc076;
  border-color: var(--Success-7, #0dc076);
  margin: 2px 6px 0 !important;
}

.SwitchButton2-module--wrap5--tgrps {
  display: flex;
  align-items: center;
  height: 20px;
  border-radius: 100px;
  background-color: rgba(225, 227, 232, 0.5);
  position: relative;
  padding: 4px 8px;
  cursor: pointer;
}
.SwitchButton2-module--wrap5--tgrps .SwitchButton2-module--label--MSXZy {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  padding-left: 20px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  flex: none;
}
.SwitchButton2-module--wrap5--tgrps .SwitchButton2-module--label-tip--xq5dQ {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  flex: none;
}
.SwitchButton2-module--wrap5--tgrps .SwitchButton2-module--circle--nLavH {
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #fff;
}
.SwitchButton2-module--wrap5--tgrps .SwitchButton2-module--circle--nLavH .SwitchButton2-module--out-circle--Wmnjt {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #c9cbd6;
  border: 1px solid var(--Fill-5, #c9cbd6);
  background-color: #8d92a1;
  background-color: var(--Fill-6, #8d92a1);
  position: relative;
}
.SwitchButton2-module--wrap5--tgrps .SwitchButton2-module--circle--nLavH .SwitchButton2-module--out-circle--Wmnjt .SwitchButton2-module--rotate-line--ggJ-V {
  position: absolute;
  height: 10px;
  width: 4px;
  top: -1px;
  left: 7px;
  background-color: #f8f9fa;
  animation: SwitchButton2-module--rotate--OWTCz 2s linear infinite;
  transform-origin: 2px 10px;
}
.SwitchButton2-module--wrap5--tgrps .SwitchButton2-module--circle--nLavH .SwitchButton2-module--out-circle--Wmnjt .SwitchButton2-module--inner-circle--SsQ-P {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background: #8d92a1;
  background: var(--Fill-6, #8d92a1);
  border-radius: 50%;
}
.SwitchButton2-module--wrap5--tgrps .SwitchButton2-module--circle--nLavH .SwitchButton2-module--out-circle--Wmnjt .SwitchButton2-module--inner-circle--SsQ-P svg path {
  stroke: #fff;
}
.SwitchButton2-module--wrap5--tgrps .SwitchButton2-module--wrap5-divider--dXNnM {
  width: 1px;
  height: 12px;
  background-color: #c9cbd6;
  background-color: var(--Fill-5, #c9cbd6);
  margin-left: 8px;
  margin-right: 8px;
}

.SwitchButton2-module--wrap6--o2bUC {
  display: flex;
  align-items: center;
  height: 20px;
  border-radius: 100px;
  background-color: rgba(255, 222, 219, 0.5);
  position: relative;
  padding: 4px 8px;
  cursor: pointer;
  overflow: hidden;
}
.SwitchButton2-module--wrap6--o2bUC .SwitchButton2-module--label--MSXZy {
  color: #e45244;
  color: var(--Error-7, #e45244);
  padding-left: 20px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  flex: none;
}
.SwitchButton2-module--wrap6--o2bUC .SwitchButton2-module--label-tip--xq5dQ {
  color: #e45244;
  color: var(--Error-7, #e45244);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  flex: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SwitchButton2-module--wrap6--o2bUC .ant-divider-vertical {
  border-color: #ffbdb7;
  border-color: var(--Error-4, #ffbdb7);
  margin: 2px 6px 0 !important;
}
.SwitchButton2-module--wrap6--o2bUC .SwitchButton2-module--circle--nLavH {
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #fff;
}
.SwitchButton2-module--wrap6--o2bUC .SwitchButton2-module--circle--nLavH .SwitchButton2-module--out-circle--Wmnjt {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fe5b4c;
  border: 1px solid var(--Error-6, #fe5b4c);
  position: relative;
}
.SwitchButton2-module--wrap6--o2bUC .SwitchButton2-module--circle--nLavH .SwitchButton2-module--out-circle--Wmnjt .SwitchButton2-module--rotate-line--ggJ-V {
  position: absolute;
  height: 10px;
  width: 4px;
  top: -1px;
  left: 7px;
  background-color: #f8f9fa;
  animation: SwitchButton2-module--rotate--OWTCz 2s linear infinite;
  transform-origin: 2px 10px;
}
.SwitchButton2-module--wrap6--o2bUC .SwitchButton2-module--circle--nLavH .SwitchButton2-module--out-circle--Wmnjt .SwitchButton2-module--inner-circle--SsQ-P {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  border-radius: 50%;
}
.SwitchButton2-module--wrap6--o2bUC .SwitchButton2-module--wrap6-divider--al3fK {
  width: 1px;
  height: 12px;
  background-color: #ffbdb7;
  background-color: var(--Error-4, #ffbdb7);
  margin-left: 8px;
  margin-right: 8px;
}
.SwitchButton2-module--wrap6--o2bUC .SwitchButton2-module--abnormal-tag--d4L1d {
  margin-left: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/static/edm-plan-abnormal-tag.4c8763d8.svg);
}

@keyframes SwitchButton2-module--rotate--OWTCz {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.SwitchButton2-module--center-flex--ySkQz {
  display: flex;
  align-items: center;
  justify-content: center;
}

.SwitchButton2-module--plan-abnormal-tips--CrMN6 {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.SwitchButton2-module--plan-abnormal-tips--CrMN6 .SwitchButton2-module--plan-abnormal-tips-title--tgylQ {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.SwitchButton2-module--plan-abnormal-tips--CrMN6 .SwitchButton2-module--plan-abnormal-tips-style--AkkVs {
  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";
.OpenRecGuide-module--wrap--AJoTh {
  width: 480px;
  background-image: url(/static/OpenRecGuide-dc4d9f102ba62b664a87b08bef29f3d6.png);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 0 28px 20px 28px;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--box3--QOjJF {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7088ff;
  background-color: var(--Brand-5, #7088ff);
  border-radius: 4px 0 0 4px;
  width: 72px;
  height: 56px;
  color: #ffffff;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--box2--Ewdte {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  flex: 1 1;
  align-items: center;
  border-radius: 4px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  height: 72px;
  padding: 12px;
  margin-top: 8px;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--gaohuifu---t7FA {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1px 4px 1px 4px;
  border-radius: 4px;
  background: #ffe5e2;
  font-size: 10px;
  color: #cb493d;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--cllapseLine--Sby86 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 390px;
  font-size: 12px;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--colorText5--EwRhx {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--fontweight500--9NocA {
  font-weight: 500;
  font-size: 14px;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--colorText4--AIjG1 {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--fontweight400--gKMts {
  font-weight: 400;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--guidePop--lJOoZ {
  padding: 10px 5px;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--multLine--Igjl- {
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 定义文本的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--title1--MSNsI {
  font-family: PingFang SC;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  margin-top: 78px;
  margin-bottom: 8px;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--title2--1Vvxs {
  font-family: PingFang SC;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  margin-bottom: 12px;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--tipText--dFWer {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--content--2VjCN {
  padding-top: 20px;
  margin-bottom: 16px;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--select1--6rSKL {
  width: 322px;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--paddingBottom8--2ditV {
  padding-bottom: 8px;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--item--Mv\+gH {
  height: 46px;
  border-bottom: 1px dashed #ebedf2;
  border-bottom: 1px dashed var(--Line-2, #ebedf2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--itemDesc--QhQGL {
  display: flex;
  align-items: center;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--marginLeft10--5L0Uw {
  margin-left: 10px;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--item--Mv\+gH:last-child {
  border: none;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--colorBrand6--Qsv04 {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--cursorPointer--EbeUx {
  cursor: pointer;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--btns--kH4mi {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--btn--ydJIM {
  width: 207px;
  height: 36px;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--nonAgain14--ItCLN {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin-top: 12px;
}
.OpenRecGuide-module--wrap--AJoTh .OpenRecGuide-module--nonAgain14--ItCLN .OpenRecGuide-module--marginLeft3--r9KcX {
  margin-left: 3px;
}

.OpenRecGuide-module--custom-modal--C7tJe .ant-modal-body {
  padding: 0px !important;
  border-radius: 8px;
}
.YXActiveModal-module--wrap--7hSTU {
  width: 500px;
  height: 464px;
  background-image: url(/static/yxactive-4f5ae26d32fa40b2c5caa5e5dcb0a1be.png);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.YXActiveModal-module--wrap--7hSTU .YXActiveModal-module--content--WzPDt {
  width: 100%;
  margin-top: 370px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.YXActiveModal-module--wrap--7hSTU .YXActiveModal-module--openWrap--ugiGt {
  width: 224px;
  height: 36px;
  padding: 0 22px;
  border-radius: 15px;
  margin-bottom: 16px;
  cursor: pointer;
  background-image: url(/static/yxactivebutton-22e0f262525eb138773f1b3b69fedf34.png);
  background-size: 100%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-image-source: linear-gradient(180deg, #ffddb5 0%, #fcfcfc 34.69%, #ffb84d 100%);
}
.YXActiveModal-module--wrap--7hSTU .YXActiveModal-module--closeWrap--S7DxN {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.YXActiveModal-module--wrap--7hSTU .YXActiveModal-module--fontSize16--no5yh {
  font-size: 16px;
}
.YXActiveModal-module--wrap--7hSTU .YXActiveModal-module--fontSize14--66cYa {
  font-size: 14px;
}
.YXActiveModal-module--wrap--7hSTU .YXActiveModal-module--narginR20--Gb5p1 {
  margin-right: 20px;
}
.YXActiveModal-module--wrap--7hSTU .YXActiveModal-module--colorFFF--yJ\+VP {
  color: #ffffff;
}
.YXActiveModal-module--wrap--7hSTU .YXActiveModal-module--colorText4--Lo\+\+h {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.YXActiveModal-module--wrap--7hSTU .YXActiveModal-module--colorText3--Y1oMO {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.YXActiveModal-module--custom-modal--Zg\+6P .ant-modal-close {
  display: none;
}
.YXActiveModal-module--custom-modal--Zg\+6P .ant-modal-body {
  padding: 0px !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.LongTail-module--bgScroll--D37lk {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  border-radius: 8px;
}
.LongTail-module--bgScroll--D37lk::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.LongTail-module--bgScroll--D37lk::-webkit-scrollbar:horizontal {
  height: 6px;
}
.LongTail-module--bgScroll--D37lk:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.LongTail-module--bgScroll--D37lk:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.LongTail-module--bgScroll--D37lk:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.LongTail-module--bgScroll--D37lk:hover::-webkit-scrollbar-button {
  display: none;
}
.LongTail-module--bgScroll--D37lk:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.LongTail-module--bgScroll--D37lk:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.LongTail-module--bgScroll--D37lk:hover::-webkit-scrollbar-corner {
  display: none;
}

.LongTail-module--wrap--kbAD7 {
  width: 480px;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.LongTail-module--wrap--kbAD7 .LongTail-module--content--CDZCU {
  width: 100%;
  margin-top: 432px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.LongTail-module--wrap--kbAD7 .LongTail-module--fontSize16--5Xjb\+ {
  font-size: 16px;
}
.LongTail-module--wrap--kbAD7 .LongTail-module--fontSize14--a2NJs {
  font-size: 14px;
}
.LongTail-module--wrap--kbAD7 .LongTail-module--narginR20--jAmG9 {
  margin-right: 20px;
}

.LongTail-module--suggest--zBQI6 {
  margin: 0 24px;
  margin-bottom: 8px;
  width: 432px;
  padding: 16px;
  padding-top: 20px;
  background: linear-gradient(180.78deg, rgba(238, 244, 255, 0.783) 0.63%, rgba(255, 255, 255, 0.9) 35.72%, rgba(255, 255, 255, 0.9) 99.29%);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 4px;
}
.LongTail-module--suggest--zBQI6 .LongTail-module--suggestTitle--6btTd {
  font-size: 14px;
  font-weight: 500;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 9px;
}
.LongTail-module--suggest--zBQI6 .LongTail-module--suggestContent--55psh {
  font-size: 12px;
  font-weight: 400;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.LongTail-module--suggest--zBQI6 .LongTail-module--suggestContent--55psh div {
  margin-bottom: 5px;
}
.LongTail-module--suggest--zBQI6 .LongTail-module--suggestProduct--MzlOw {
  font-size: 12px;
  font-weight: 400;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  padding: 12px;
  margin-left: 10px;
}
.LongTail-module--suggest--zBQI6 .LongTail-module--suggestProduct--MzlOw div {
  width: 362px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.LongTail-module--suggest--zBQI6 .LongTail-module--suggestProduct--MzlOw div:first-child {
  margin-bottom: 5px;
}
.LongTail-module--suggest--zBQI6 .LongTail-module--suggestProdTitle--iaOhr {
  font-weight: 500;
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.LongTail-module--footer--Og7PE {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  height: 126px;
  background: rgb(242, 247, 255);
}
.LongTail-module--footer--Og7PE .LongTail-module--openWrap--lbIGP {
  width: 432px;
  height: 48px;
  padding: 12px;
  display: flex;
  justify-content: center;
  border-radius: 24px;
  margin-bottom: 16px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  background: linear-gradient(91deg, #4c6aff 14.11%, #4c94ff 85.44%);
}
.LongTail-module--footer--Og7PE .LongTail-module--closeWrap--T9x-G {
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.LongTail-module--footer--Og7PE .LongTail-module--colorFFF--uvCZA {
  color: #ffffff;
}
.LongTail-module--footer--Og7PE .LongTail-module--colorText4--Z\+\+11 {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.LongTail-module--footer--Og7PE .LongTail-module--colorText3--j2Jpi {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.LongTail-module--custom-modal--3CPRn .ant-modal-body {
  padding: 0px !important;
  max-height: 738px !important;
}

.LongTail-module--modalWrap--9vYDj {
  padding: 24px;
  background-image: url(/static/modalbg-58e08e53fd06404719ba75a8e3322ccd.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.LongTail-module--modalWrap--9vYDj .LongTail-module--colorTextError--ZmiS2 {
  color: #fe5b4c;
}
.LongTail-module--modalWrap--9vYDj .LongTail-module--colorTextBlue--M4uQI {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
}
.LongTail-module--modalWrap--9vYDj .LongTail-module--titleWrap--7wNhL {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.LongTail-module--modalWrap--9vYDj .LongTail-module--titleWrap--7wNhL .LongTail-module--title--OMvLL {
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-align: center;
  font-family: FZZhengHeiS-EB-GB;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.LongTail-module--modalWrap--9vYDj .LongTail-module--subTitle--YCUtu {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  margin-top: 12px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
}
.LongTail-module--modalWrap--9vYDj .LongTail-module--iconWrap--BvG6w {
  width: 238px;
  height: 166px;
  background-image: url(/static/image-33a5be37bbebfdbd0e154610426a0f06.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 10px;
}

.LongTail-module--taskDetailWrap--cZEd1 {
  margin-top: 15px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #fff;
  border: 1px solid var(---, #fff);
  background-image: url(/static/cbg-33def13e69e8aa95cc70f76fa0739e66.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.LongTail-module--taskDetailWrap--cZEd1 .LongTail-module--taskTitle--0WNo2 {
  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; /* 157.143% */
}
.LongTail-module--taskDetailWrap--cZEd1 .LongTail-module--taskInfoWrap--f631X {
  margin-top: 20px;
}
.LongTail-module--taskDetailWrap--cZEd1 .LongTail-module--taskInfoItem--WWi-2 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.LongTail-module--taskDetailWrap--cZEd1 .LongTail-module--productWrap--595jx {
  margin: 0 10px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  padding: 10px;
}
.LongTail-module--taskDetailWrap--cZEd1 .LongTail-module--productWrap--595jx .LongTail-module--productItem--YdaTG {
  color: #272e47;
  color: var(--Text-5, #272e47);
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
}
.LongTail-module--taskDetailWrap--cZEd1 .LongTail-module--productWrap--595jx .LongTail-module--productItemContent--9ktkQ {
  overflow: hidden;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  text-overflow: ellipsis;
  white-space: nowrap;
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.LongTail-module--dataWrap--XsQAm {
  margin-top: 12px;
  border-radius: 8px;
  border: 1px solid #fff;
  border: 1px solid var(---, #fff);
  background: linear-gradient(181deg, rgba(238, 244, 255, 0.78) 0.63%, rgba(255, 255, 255, 0.9) 35.72%, rgba(255, 255, 255, 0.9) 99.29%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.LongTail-module--dataWrap--XsQAm .LongTail-module--dataTitle--Lexnw {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: LX-numbers;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.LongTail-module--dataWrap--XsQAm .LongTail-module--dataDesc--fgRR4 {
  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; /* 133.333% */
}
.index-module--modalWrap--dkXHN {
  position: relative;
  width: 480px;
  box-sizing: border-box;
  z-index: 1;
  padding: 32px 28px 28px 28px;
}
.index-module--modalWrap--dkXHN .index-module--bg--Fzo09 {
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(0deg, rgba(204, 218, 255, 0) 0%, #c6d6ff 100%), #fff;
  z-index: -1;
}
.index-module--modalWrap--dkXHN .index-module--title--5qA2H {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.index-module--modalWrap--dkXHN .index-module--subTitle--1I0OG {
  display: flex;
  align-items: flex-end;
}
.index-module--modalWrap--dkXHN .index-module--subTitle--1I0OG .index-module--txt--en9uN {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  line-height: 1;
}
.index-module--modalWrap--dkXHN .index-module--subTitle--1I0OG .index-module--count--1049x {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
  font-family: LX-numbers;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 2px;
}
.index-module--modalWrap--dkXHN .index-module--subTitle--1I0OG .index-module--uploadIcon--wfVoM {
  margin-right: 4px;
  align-self: flex-end;
  width: 12px;
  height: 12px;
  background-image: url(/static/tisheng.7b983a4c.svg);
}
.index-module--modalWrap--dkXHN .index-module--img--ujIhk {
  margin-top: 24px;
  width: 424px;
  height: auto;
}
.index-module--modalWrap--dkXHN .index-module--btnGroup--ZkTg3 {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.index-module--modalWrap--dkXHN .index-module--btnGroup--ZkTg3 .index-module--btn--sXBNu {
  width: 140px;
  height: 36px;
  margin-left: 0;
}

.index-module--customModal--MW0mG .ant-modal-body {
  padding: 0px !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.sendRestrictComp-module--send-restrict-content--Zvi\+6 {
  display: flex;
  align-items: center;
}
.sendRestrictComp-module--send-restrict-content--Zvi\+6 .sendRestrictComp-module--sub-title--ThzG3 {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  margin-left: 8px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.sendRestrictComp-module--send-restrict-content--Zvi\+6 .sendRestrictComp-module--num--D3Nfg {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
}
.sendRestrictComp-module--send-restrict-content--Zvi\+6 .sendRestrictComp-module--sub-refresh--xe5eE {
  padding-top: 4px;
}
.sendRestrictComp-module--send-restrict-content--Zvi\+6 .sendRestrictComp-module--sub-detail--Gw1GB {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-left: 4px;
  display: flex;
  align-items: center;
}
.sendRestrictComp-module--send-restrict-content--Zvi\+6 .sendRestrictComp-module--sub-icon--vNXY1 {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-top: 4px;
  margin-left: 2px;
  stroke: #545a6e;
  stroke: var(--Text-4, #545a6e);
}

.sendRestrictComp-module--send-restrict-popover--1mqsM {
  padding: 20px;
  border-radius: 8px;
  width: 400px;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-title--ac15H {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-desc--6ZGF1 {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-left: 8px;
  display: inline-block;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-statistics--sJcRO {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 30px;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-statistics-item--OLGoE {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-statistics-desc--fqPEL {
  display: flex;
  flex-direction: column;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-statistics-count--g0pkA {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-statistics-remain--FlPVN {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-divider1--il3Wk {
  margin: 18px 0 20px !important;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-table--imlPO {
  margin-top: 10px;
  padding: 16px;
  border-radius: 4px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-table-title--xlAyT {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-divider2--qdLXM {
  margin: 12px 0 0 !important;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-table-list--eYrBw {
  max-height: 102px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  margin: 0 -16px;
  padding: 0 16px;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-table-list--eYrBw::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-table-list--eYrBw:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-table-list--eYrBw:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-table-list--eYrBw:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-table-list--eYrBw:hover::-webkit-scrollbar-button {
  display: none;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-table-list--eYrBw:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-table-list--eYrBw:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-table-list--eYrBw:hover::-webkit-scrollbar-corner {
  display: none;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--restrict-table-item--C7JZF {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-top: 14px;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--table-left--rtvkL {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--table-right--qDqxo {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.sendRestrictComp-module--send-restrict-popover--1mqsM .sendRestrictComp-module--table-tag--44xy4 {
  color: #4759b2;
  color: var(--label-1_3, #4759b2);
  background-color: #deebfd;
  background-color: var(--label-1_1, #deebfd);
  border-radius: 2px;
  padding: 2px 4px;
  font-size: 10px;
  line-height: 12px;
  margin-left: 4px;
}
.modal-module--history-action-modal--paag1 {
  color: #7d8085;
}
.modal-module--history-action-modal--paag1 .ant-modal-body {
  padding: 0 0 16px;
}
.modal-module--history-action-modal--paag1 .ant-table {
  color: #51555c;
}
.modal-module--history-action-modal--paag1 .ant-table-thead th::before {
  display: none;
}
.modal-module--history-action-modal--paag1 .ant-table .ant-table-thead th {
  background: rgba(38, 42, 51, 0.04);
}
.modal-module--history-action-modal--paag1 .ant-table .ant-table-thead tr th:first-child,
.modal-module--history-action-modal--paag1 .ant-table tr td:first-child {
  padding-left: 24px;
}
.modal-module--history-action-modal--paag1 .ant-table-cell {
  padding: 12px;
  font-size: 12px;
  line-height: 1;
  border-bottom: none;
}
.modal-module--history-action-modal--paag1 .ant-tabs-nav {
  padding-left: 12px;
  margin: 0;
  border-bottom: none;
}
.modal-module--history-action-modal--paag1 .modal-module--auto-reply-badge--mABcu {
  margin-left: 16px;
}
.modal-module--history-action-modal--paag1 .modal-module--auto-reply-badge--mABcu .ant-badge-count {
  background: rgba(107, 169, 255, 0.1);
  border-radius: 2px;
  color: #6ba9ff;
  box-shadow: none;
}
.detail-module--section-gap--8zlZx {
  height: 14px;
}

.detail-module--has-toggle-tab--yjrbz {
  top: 144px;
}

.detail-module--mail-detail--epwgB {
  background: #fff;
  padding: 0 16px;
  border-radius: 4px;
  padding: 16px;
}
.detail-module--mail-detail--epwgB .ant-table-cell {
  white-space: nowrap;
}
.detail-module--mail-detail--epwgB .detail-module--hd--KQK3L {
  margin-bottom: 18px;
}
.detail-module--mail-detail--epwgB .detail-module--hd--KQK3L .detail-module--title--49jJy {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.detail-module--mail-detail--epwgB .detail-module--operate--8ydxb {
  display: flex;
  align-items: center;
  gap: 12px;
}
.detail-module--mail-detail--epwgB .detail-module--operate--8ydxb a {
  flex: none;
}
.detail-module--mail-detail--epwgB .detail-module--un-operate--QLx0X {
  color: #b7c3ff;
  color: var(--Brand-3, #b7c3ff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.detail-module--mail-detail--epwgB .detail-module--operate-record--EUdQj {
  display: flex;
  align-items: center;
  gap: 1px;
}
.detail-module--mail-detail--epwgB .detail-module--operate-record--EUdQj .detail-module--operate-record-left---HNPr,
.detail-module--mail-detail--epwgB .detail-module--operate-record--EUdQj .detail-module--operate-record-right--kUodm {
  padding: 3px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.detail-module--mail-detail--epwgB .detail-module--operate-record--EUdQj .detail-module--operate-record-left---HNPr:hover,
.detail-module--mail-detail--epwgB .detail-module--operate-record--EUdQj .detail-module--operate-record-right--kUodm:hover {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.detail-module--mail-detail--epwgB .detail-module--operate-record--EUdQj .detail-module--operate-record-right--kUodm {
  padding: 12px 3px 11px 3px;
}
.detail-module--mail-detail--epwgB .detail-module--operate-record--EUdQj .detail-module--operate-record-right--kUodm svg path {
  fill: #4c6aff;
  fill: var(--Brand-6, #4c6aff);
}

.detail-module--remarketing-alert--4U7oW {
  padding: 6px 12px;
  margin-bottom: 16px;
  background: #f2f5ff;
  border-radius: 4px;
  border: none;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.detail-module--remarketing-alert--4U7oW .detail-module--marketing-info--HwJIe {
  display: flex;
  align-items: center;
  gap: 6px;
}
.detail-module--remarketing-alert--4U7oW .detail-module--marketing-again--tGOcU {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.detail-module--remarketing-alert--4U7oW .detail-module--marketing-close--dojTL {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.detail-module--table-item-name--GkYn6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #51555c;
  max-width: 50%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-module--header-bg--DtX\+- {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  font-size: 12px;
  color: #a8aaad;
  line-height: 14px;
}
.detail-module--header-bg--DtX\+- .detail-module--buttons--d3s7a {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.detail-module--header-bg--DtX\+- .detail-module--info--kcoV\+ {
  display: flex;
  font-size: 12px;
  color: #a8aaad;
  line-height: 14px;
}
.detail-module--header-bg--DtX\+- .detail-module--info--kcoV\+ .detail-module--send-time--KHtN1 {
  margin: 6px 0 6px;
}
.detail-module--header-bg--DtX\+- .detail-module--info--kcoV\+ .detail-module--trace-links--OS9G5 {
  margin-top: 6px;
  min-width: 0;
  display: flex;
  gap: 4px;
}
.detail-module--header-bg--DtX\+- .detail-module--info--kcoV\+ .detail-module--trace-links--OS9G5 a {
  flex: none;
}

.detail-module--dropdown-button--Sb21M {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
  overflow: hidden;
}
.detail-module--dropdown-button--Sb21M .ant-btn {
  border-radius: 0;
  border-color: #e1e3e8;
  border-color: var(--Line-3, #e1e3e8);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  border: none;
}
.detail-module--dropdown-button--Sb21M .ant-btn:first-child {
  padding: 4px 8px;
  border-right: none;
  min-width: 20px;
}
.detail-module--dropdown-button--Sb21M .ant-btn:first-child::after {
  position: absolute;
  left: 70px;
  top: 4px;
  content: "";
  width: 1px;
  height: 24px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
  display: inline-block;
}
.detail-module--dropdown-button--Sb21M .ant-btn:last-child {
  width: 28px;
  min-width: 28px;
  border-left: none;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-module--dropdown-button--Sb21M .ant-btn:hover {
  background-color: #fff;
}
.detail-module--dropdown-button--Sb21M.detail-module--gray--aK2Y5 .ant-btn {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  border-color: #e1e3e8;
  border-color: var(--Line-3, #e1e3e8);
}
.detail-module--dropdown-button--Sb21M.detail-module--gray--aK2Y5 .ant-btn::after {
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}

.detail-module--dropdown-record-button--q9hVX .ant-btn:first-child {
  min-width: 75px;
}
.detail-module--dropdown-record-button--q9hVX .ant-btn:first-child::after {
  left: 72px;
}
.detail-module--dropdown-record-button--q9hVX .ant-btn:last-child {
  width: 26px;
  min-width: 26px;
  padding-left: 0;
  padding-right: 2px;
}

.detail-module--dropdown-button-overlay--RHDhK {
  width: 100px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  padding: 0;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
}

.detail-module--select-item--waEuj {
  display: flex;
  align-items: center;
  gap: 4px;
}

.detail-module--info-options--FT3j0 {
  margin-right: 30px;
  flex: 1 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.detail-module--info-options--FT3j0 .detail-module--video-tip--BHw5A {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}
.detail-module--info-options--FT3j0 .detail-module--video-tip--BHw5A span {
  margin-left: 4px;
}
.detail-module--info-options--FT3j0 .detail-module--push--3S4Pr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.detail-module--info-options--FT3j0 .detail-module--push--3S4Pr span {
  color: #262a33;
  font-size: 14px;
  line-height: 16px;
  margin-right: 8px;
}
.detail-module--info-options--FT3j0 .detail-module--push--3S4Pr .ant-switch {
  transform: scale(0.9);
}
.detail-module--info-options--FT3j0 .detail-module--push--3S4Pr .ant-switch-checked {
  background-color: #337eff;
}

.detail-module--tool-tip-content--vy0u0 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
}

.detail-module--row-wrapper--u6aee .detail-module--mail-to-img--NuH-q {
  display: none;
}
.detail-module--row-wrapper--u6aee:hover .detail-module--mail-to-img--NuH-q {
  display: inline-block;
}

.detail-module--column-title--qAYek {
  display: flex;
  align-items: center;
}
.detail-module--column-title--qAYek span {
  margin-right: 4px;
}

.detail-module--product-detail-modal--kau\+p .ant-modal-header {
  border: 0;
}

.detail-module--product-detail-modal-contact--bD-rf {
  margin: -26px 0 16px;
}
.detail-module--product-detail-modal-contact--bD-rf span:not(:last-child) {
  margin-right: 60px;
}

.detail-module--product-reverse--xq9W9 {
  top: 198px !important;
}

.detail-module--product-detail-btn--Y6LO- .ant-btn.ant-btn-background-ghost {
  border: 1px solid transparent;
  color: #262a33;
  background-color: #fff;
  margin-left: 12px;
  min-width: none;
}
.detail-module--product-detail-btn--Y6LO- .ant-btn.ant-btn-background-ghost:hover {
  background-color: #f9fafb;
}

.detail-module--product-detail-btn-fixed---UXAO {
  position: absolute;
  top: 20px;
  right: 30px;
}

.detail-module--customer-tag--u77Kf {
  background: #d6f7f1;
  border-radius: 2px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #398e80;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 16px;
  margin-left: 8px;
  cursor: pointer;
}

.detail-module--customer-email--fIwWg {
  max-width: 274px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-module--customer-email-send--hAzFd {
  width: 16px;
  margin-left: 6px;
  cursor: pointer;
}

.detail-module--theme-detail--aVwaF {
  display: flex;
  flex-direction: row;
  margin-top: -6px;
  height: 20px;
  align-items: center;
  gap: 2px;
  margin-bottom: 16px;
}

.detail-module--theme-tag-selected--WtYhM {
  flex-shrink: 0;
  display: flex;
  height: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  gap: 4px;
  font-size: 12px;
  line-height: 16px;
  background: #e5f9fb;
  border-radius: 2px;
}

.detail-module--theme-area--XeJd4 {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.detail-module--theme-area--XeJd4 .detail-module--theme-button--6akHb {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 20px;
  gap: 16px;
  width: 82px;
  height: 30px;
  background: #f6f7fa;
  border-radius: 100px;
}
.detail-module--theme-area--XeJd4 .detail-module--theme-button-selected--tySYN {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 20px;
  gap: 16px;
  width: 82px;
  height: 30px;
  background: #f2f5ff;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  border: 1px solid #4c6aff;
  border-radius: 100px;
}
.detail-module--theme-area--XeJd4 .detail-module--theme-tag--NkFdd {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 0px 2px;
  color: #ffffff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  top: -8px;
  right: -8px;
  min-width: 40px;
  height: 16px;
}

.detail-module--capsule--UbSwQ {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 12px;
}

.detail-module--capsule-item--IYO3N {
  height: 24px;
  padding: 2px 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  border: 1px solid #f6f7fa;
  border: 1px solid var(--Fill-2, #f6f7fa);
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.detail-module--capsule-item--IYO3N.active {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  background-color: #edf0ff;
  background-color: var(--Brand-2, #edf0ff);
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
}
.detail-module--capsule-item--IYO3N.active svg path {
  stroke: #4c6aff;
}

.detail-module--action-part--NZ\+xn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 12px;
}
.detail-module--action-part--NZ\+xn .detail-module--left-part--ON0o7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.detail-module--action-part--NZ\+xn .detail-module--filter--a5fwJ {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.detail-module--action-part--NZ\+xn .detail-module--filter--a5fwJ .detail-module--action-button--pdrMr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 20px;
  gap: 2px;
  height: 30px;
  border-radius: 100px;
}
.detail-module--action-part--NZ\+xn .detail-module--filter--a5fwJ .detail-module--un-selection--6zWdL {
  background: #f6f7fa;
  color: #272e47;
  border: none;
}
.detail-module--action-part--NZ\+xn .detail-module--filter--a5fwJ .detail-module--selection--Kv1il {
  border: 1px solid #4c6aff;
  background: #f2f5ff;
  color: #4c6aff;
}
.detail-module--action-part--NZ\+xn .detail-module--filter--a5fwJ .detail-module--select-item--waEuj svg {
  display: none;
}
.detail-module--action-part--NZ\+xn .detail-module--right-part--\+fh9E {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}
.detail-module--action-part--NZ\+xn .detail-module--right-part--\+fh9E .detail-module--action-button--pdrMr {
  margin: 0;
}

.detail-module--aiModify-count--uFqz- {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #7d8085;
}

.detail-module--copy-button--m7lIb {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.detail-module--copy-button--m7lIb:hover {
  background-color: #f2f5ff;
  background-color: var(--Brand-1, #f2f5ff);
}

.detail-module--detail-content--KUpRl {
  max-height: 600px;
  overflow-y: auto;
  padding: 0px 20px;
}
.detail-module--detail-content--KUpRl .detail-module--section--jKw3w {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
  padding-bottom: 16px;
}
.detail-module--detail-content--KUpRl .detail-module--header--Ko-OR {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  margin-bottom: 4px;
}
.detail-module--detail-content--KUpRl .detail-module--line--UodsU {
  margin-right: 16px;
}
.detail-module--detail-content--KUpRl .detail-module--text--YLzZY {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.detail-module--content-wrapper--HJq\+K .ant-modal-body {
  padding: 0px 20px;
}
.detail-module--content-wrapper--HJq\+K .ant-modal-header {
  padding: 16px 20px;
}

.detail-module--tab-list--LlFPt {
  display: flex;
  padding: 0;
  margin-bottom: 12px;
  list-style: none;
  background: #fff;
}
.detail-module--tab-list--LlFPt .detail-module--tab-item--nP7c\+ {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: flex-start;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-left: none;
  padding: 12px 16px;
  cursor: pointer;
}
.detail-module--tab-list--LlFPt .active {
  border-top: 3px solid #4c6aff;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  padding-top: 9px;
}

.detail-module--template-tab-list--\+q1L6 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
}

.detail-module--tab-item-header--Bg7AS {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: -4px;
}

.detail-module--tab-item-icon--vtdbF {
  display: inline-block;
  margin-top: 4px;
  width: 24px;
  height: 24px;
  background-size: 100%;
}

.detail-module--tab-item-title--ocGHm {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.detail-module--ellipsis--9R3Ut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.detail-module--tab-item-num--xurDp {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  font-family: "LX-numbers";
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.detail-module--statistics-list--WVb3k {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}

.detail-module--statistics-icon--Jg9Fh {
  width: 16px;
  height: 16px;
  background-repeat: round;
  background-size: 100%;
}

.detail-module--statistics-icon0--7TWUK {
  background-image: url(/static/detail_tab_icon0.2c8cde1c.svg);
}

.detail-module--statistics-icon1--DRUsr {
  background-image: url(/static/detail_tab_icon1.74394c75.svg);
}

.detail-module--statistics-icon2--eOpp- {
  background-image: url(/static/detail_tab_icon2.cb34fa01.svg);
}

.detail-module--statistics-icon3--yeKL- {
  background-image: url(/static/detail_tab_icon3.5baff351.svg);
}

.detail-module--statistics-icon4--Top-o {
  background-image: url(/static/detail_tab_icon4.bf335cae.svg);
}

.detail-module--statistics-icon5--HgRgn {
  background-image: url(/static/detail_tab_icon5.2fe07d49.svg);
}

.detail-module--statistics-icon6--FPwI1 {
  background-image: url(/static/detail_tab_icon6.32612be0.svg);
}

.detail-module--statistics-icon7--H1JgT {
  background-image: url(/static/detail_tab_icon7.8280cb8b.svg);
}

.detail-module--edm-detail-sub-title--gIlVW {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  margin-top: 4px;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  background: #e7ebf1;
  background: var(--label-6_1, #e7ebf1);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 2px 4px;
  border-radius: 2px;
  width: -webkit-max-content;
  width: max-content;
}

.detail-module--recv-area--3Wc-0 {
  display: flex;
  flex-direction: row;
}

.detail-module--table-item--ZMo7M {
  display: flex;
  align-items: center;
  max-width: 180px;
}
.detail-module--table-item--ZMo7M .detail-module--email-text--P3Sdm {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.detail-module--table-item--ZMo7M .detail-module--anxinfa-icon--Obu51 {
  margin-left: 4px;
  flex-shrink: 0;
}

.detail-module--contentOuter--z-OK3 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.detail-module--checkboxOuter--kJ9cS {
  margin-top: 8px;
}
.detail-module--checkboxOuter--kJ9cS .ant-checkbox + span {
  padding-left: 4px;
  padding-right: 4px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.detail-module--checkboxOuter--kJ9cS .sirius-icon {
  width: 16px !important;
  height: 16px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.modal-module--history-action-modal--znor- {
  color: #7d8085;
}
.modal-module--history-action-modal--znor- .ant-modal-body {
  padding: 0 0 16px;
}
.modal-module--history-action-modal--znor- .ant-table {
  color: #51555c;
}
.modal-module--history-action-modal--znor- .ant-table-thead th::before {
  display: none;
}
.modal-module--history-action-modal--znor- .ant-table .ant-table-thead th {
  background: rgba(38, 42, 51, 0.04);
}
.modal-module--history-action-modal--znor- .ant-table-cell {
  padding: 12px;
  font-size: 12px;
  line-height: 1;
  border-bottom: none;
}
.modal-module--history-action-modal--znor- .ant-tabs-nav {
  padding-left: 12px;
  margin: 0;
  border-bottom: none;
}
.ChooseCapsule-module--choose-capsule-container--5QF\+t {
  height: 38px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.ChooseCapsule-module--capsule-item--qHgzb {
  max-width: 132px;
  height: 28px;
  background: #f6f7fa;
  padding: 0px 12px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 8px;
  margin-bottom: 10px;
  float: left;
  cursor: pointer;
  color: #272e47;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ChooseCapsule-module--capsule-item--qHgzb:last-child {
  margin-right: 0;
}
.ChooseCapsule-module--capsule-item-active--OYiQT {
  background-color: #eff2ff;
  font-weight: 500;
  color: #4c6aff;
}
.ChooseCapsule-module--capsule-item-hidden--aTqdp {
  visibility: hidden;
}

.ChooseCapsule-module--choose-capsule-selector--yBxwW {
  top: 0;
  right: 0;
  width: 126px;
  margin-bottom: 10px;
  position: absolute;
}
.ChooseCapsule-module--choose-capsule-selector--yBxwW .ant-select-selector {
  height: 28px !important;
}
.ChooseCapsule-module--choose-capsule-selector--yBxwW .ant-select-selection-placeholder {
  line-height: 28px !important;
}

.ChooseCapsule-module--choose-capsule-selector-option--b15HP {
  display: flex;
  gap: 6px;
  color: #232d47;
}

.ant-select-selection-item .ChooseCapsule-module--choose-capsule-selector-option--b15HP {
  width: 68px;
  height: 22px;
  background: #edf0ff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 22px;
  margin-top: 2px;
  padding: 0 8px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--loading--leK1C {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #747a8c;
}
.index-module--deliverCenterProductGuideCard--Si-gQ {
  border: 1px solid #f0f1f5;
  border-radius: 4px;
  background-color: #fff;
  padding-top: 5px;
  width: 100%;
}
.index-module--deliverCenterProductGuideCard--Si-gQ .ant-tabs-tabpane {
  width: 100%;
  gap: 56px;
  padding: 32px 0px 58px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 346px;
}
.index-module--deliverCenterProductGuideCard--Si-gQ .ant-tabs-tabpane .index-module--leftBlock--DBC5T {
  width: 448px;
  height: 240px;
  max-width: 559px;
}
.index-module--deliverCenterProductGuideCard--Si-gQ .ant-tabs-tabpane .index-module--leftBlock--DBC5T .index-module--productGraphicSample--vxAcE {
  width: 448px;
  height: 240px;
  background-image: url(/static/product-graphic-sample-42fb4235483967475926592a91e68254.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-module--deliverCenterProductGuideCard--Si-gQ .ant-tabs-tabpane .index-module--leftBlock--DBC5T .index-module--productListSample--scPXU {
  width: 100%;
  height: 100%;
  background-image: url(/static/product-list-sample-08e15342b60b9a42e617b836ab561e24.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-module--deliverCenterProductGuideCard--Si-gQ .ant-tabs-tabpane .index-module--rightBlock--f4oxh {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 1;
}

.index-module--productInterfaceComp---w7BR {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 380px;
}
.index-module--productInterfaceComp---w7BR .index-module--icon--uXgu6 {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--productInterfaceComp---w7BR .index-module--title--Jxvtv {
  color: #272e47;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-top: 12px;
  width: 100%;
  text-align: left;
}
.index-module--productInterfaceComp---w7BR .index-module--subTitle--Qj8pC {
  color: #545a6e;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-top: 6px;
  width: 100%;
  line-height: 20px;
  text-align: left;
}
.index-module--productInterfaceComp---w7BR .index-module--btnGroup--CaaoE {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 32px;
}
.productDetail-module--empty-wrapper--AhPST .ant-tabs-nav {
  margin-bottom: 0;
}
.productDetail-module--empty-wrapper--AhPST .ant-tabs-tabpane {
  padding-top: 10px;
}
.productDetail-module--empty-wrapper--AhPST .ant-tabs-ink-bar-animated {
  transition: none !important;
}
.index-module--footer--iu-0H {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 28px;
}
.index-module--footer--iu-0H .index-module--ignore--a0LWF {
  border-radius: 4px;
  background-color: white;
  border-color: white;
  color: #747a8c;
}
.index-module--footer--iu-0H .index-module--have-look--B0LvA {
  background-color: #7088ff;
  border-width: 1px;
  border-color: white;
  border-radius: 4px;
  color: white;
}
.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);
}
.modal-module--clue-table--mSprh .ant-table-thead > tr > th,
.modal-module--clue-table--mSprh .ant-table-tbody > tr > td {
  padding: 12px 8px;
  line-height: 21px;
}
.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;
}
.index-module--click-detail-modal--Cf3Cj .ant-modal-header {
  border: 0;
}

.index-module--click-detail-modal-contact--sLV3J {
  margin: -10px 0 16px;
}
.index-module--click-detail-modal-contact--sLV3J span:not(:last-child) {
  margin-right: 60px;
}
.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--deliverCenterLandingGuideCard--v\+Sj2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding: 48px 0px;
  height: 346px;
  border: 1px solid #f0f1f5;
  border-radius: 4px;
  background-color: #fff;
}
.index-module--deliverCenterLandingGuideCard--v\+Sj2 .index-module--leftBlock--O1cx1 {
  width: 448px;
  height: 240px;
  max-width: 559px;
}
.index-module--deliverCenterLandingGuideCard--v\+Sj2 .index-module--leftBlock--O1cx1 .index-module--subscribeLandingClueSample--094rF {
  width: 448px;
  height: 240px;
  background-image: url(/static/site-clue-sample-7936f98bea2628da2e9f069eabce374c.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-module--deliverCenterLandingGuideCard--v\+Sj2 .index-module--leftBlock--O1cx1 .index-module--subscribeLandingVisitSample--XLoP7 {
  width: 100%;
  height: 100%;
  background-image: url(/static/landing-page-sample-12b258f8ff939837b819735699a07350.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-module--deliverCenterLandingGuideCard--v\+Sj2 .index-module--rightBlock--qn3gN {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 380px;
}
.index-module--deliverCenterLandingGuideCard--v\+Sj2 .index-module--rightBlock--qn3gN .index-module--icon--c8qMD {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--deliverCenterLandingGuideCard--v\+Sj2 .index-module--rightBlock--qn3gN .index-module--title--jd9DK {
  color: #272e47;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-top: 8px;
  width: 100%;
  text-align: left;
}
.index-module--deliverCenterLandingGuideCard--v\+Sj2 .index-module--rightBlock--qn3gN .index-module--subTitle--gszd5 {
  color: #545a6e;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-top: 6px;
  width: 100%;
  line-height: 20px;
  text-align: left;
}
.index-module--deliverCenterLandingGuideCard--v\+Sj2 .index-module--rightBlock--qn3gN .index-module--btnGroup--bGh5m {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 32px;
}
.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;
}
.index-module--deliverCenterInactBtnGuideCard--ayI\+U {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding: 48px 0px;
  height: 346px;
  border: 1px solid #f0f1f5;
  border-radius: 4px;
  background-color: #fff;
}
.index-module--deliverCenterInactBtnGuideCard--ayI\+U .index-module--leftBlock--Z89Zl {
  width: 448px;
  height: 240px;
  max-width: 559px;
}
.index-module--deliverCenterInactBtnGuideCard--ayI\+U .index-module--leftBlock--Z89Zl .index-module--subscribeInactBtnSample--ajuBp {
  width: 448px;
  height: 240px;
  background-image: url(/static/interactive-btn-sample-6e1f3dce25d1de2808c84f29d515f087.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-module--deliverCenterInactBtnGuideCard--ayI\+U .index-module--rightBlock--AhrZD {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 380px;
}
.index-module--deliverCenterInactBtnGuideCard--ayI\+U .index-module--rightBlock--AhrZD .index-module--icon--eyDmO {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--deliverCenterInactBtnGuideCard--ayI\+U .index-module--rightBlock--AhrZD .index-module--title--LeUA6 {
  color: #272e47;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-top: 8px;
  width: 100%;
  text-align: left;
}
.index-module--deliverCenterInactBtnGuideCard--ayI\+U .index-module--rightBlock--AhrZD .index-module--subTitle--0i4ho {
  color: #545a6e;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-top: 6px;
  width: 100%;
  line-height: 20px;
  text-align: left;
}
.index-module--deliverCenterInactBtnGuideCard--ayI\+U .index-module--rightBlock--AhrZD .index-module--btnGroup--bfnll {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 32px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.contact-tooltip {
  z-index: 10000;
  padding-top: 2px;
}
.contact-tooltip .ant-tooltip-arrow {
  display: none;
}
.contact-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;
}

.writeContact-module--contact-tree-container--Rw3c3 .sirius-contact-tree-container .ant-input-affix-wrapper {
  background-color: #fff;
  border: 1px solid rgba(39, 46, 71, 0.11);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.11);
}
.writeContact-module--contact-tree-container--Rw3c3 .sirius-contact-tree-container .treenode-btn {
  display: none;
  background-color: #386ee7;
  height: 32px;
  min-width: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #f6f7fa;
  color: var(--Fill-2, #f6f7fa);
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
.writeContact-module--contact-tree-container--Rw3c3 .sirius-contact-tree-container .ant-tree-treenode {
  height: 32px;
}
.writeContact-module--contact-tree-container--Rw3c3 .sirius-contact-tree-container .ant-tree-treenode .writeContact-module--tree-node--Dvl2Z {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 32px;
  font-size: 14px;
}
.writeContact-module--contact-tree-container--Rw3c3 .sirius-contact-tree-container .ant-tree-treenode .writeContact-module--tree-node--Dvl2Z > span {
  display: inline-block;
}
.writeContact-module--contact-tree-container--Rw3c3 .sirius-contact-tree-container .ant-tree-treenode:hover .treenode-btn {
  display: inline-block;
}
.writeContact-module--contact-tree-container--Rw3c3 .sirius-contact-tree-container .ant-tree-switcher {
  line-height: 32px;
}
.writeContact-module--contact-tree-container--Rw3c3 .sirius-contact-tree-container .ant-tree-node-content-wrapper {
  height: 32px;
  line-height: 32px;
}

.writeContact-module--line--RR9Kf {
  height: 1px;
  width: 120%;
  border-bottom: 1px solid #e1e3e8;
  margin: 16px -16px;
}
.style-module--actionList--oIccX {
  width: 450px;
  min-height: 215px;
  max-height: 450px;
  overflow: auto;
  margin: 20px 0;
  padding: 0 20px;
}
.style-module--actionList--oIccX .style-module--title--3vKMa {
  font-size: 18px;
  line-height: 24px;
  color: #272e47;
  padding-bottom: 14px;
}
.style-module--actionList--oIccX .style-module--action--3rplh {
  position: relative;
  padding: 10px 0;
}
.style-module--actionList--oIccX .style-module--action--3rplh .style-module--btnLink--AOiyR {
  cursor: pointer;
  position: absolute;
  font-size: 12px;
  color: #4c6aff;
  right: -32px;
  top: 2px;
}
.style-module--actionList--oIccX .style-module--action--3rplh:last-child .style-module--stepMark--IJXux::before {
  display: none;
}
.style-module--actionList--oIccX .style-module--stepMark--IJXux {
  position: absolute;
  width: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 10px;
}
.style-module--actionList--oIccX .style-module--stepMark-index--gab5z {
  font-family: LX-numbers;
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e1e3e8;
  background-color: #fff;
  color: #545a6e;
  border-radius: 50%;
  z-index: 2;
}
.style-module--actionList--oIccX .style-module--stepMark--IJXux::before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  border: 1px dashed #e1e3e8;
  left: 12px;
  z-index: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .style-module--actionList--oIccX .style-module--stepMark--IJXux .style-module--stepMark--IJXux::before {
    border: 0.5px dashed #e1e3e8;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .style-module--actionList--oIccX .style-module--stepMark--IJXux .style-module--stepMark--IJXux::before {
    border: 0.333333px dashed #e1e3e8;
  }
}
.style-module--actionList--oIccX .style-module--actionContent--2qsPh {
  margin-left: 40px;
}
.style-module--actionList--oIccX .style-module--actionContent--2qsPh .style-module--actionName--IduZX {
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
}
.style-module--actionList--oIccX .style-module--actionContent--2qsPh .style-module--actionRule--KJ5Sf {
  padding: 12px;
  background: #f9fafb;
  border-radius: 4px;
  margin: 10px 0;
}
.style-module--actionList--oIccX .style-module--actionContent--2qsPh .style-module--actionRule-name-wrapper--HW6AU {
  display: flex;
  position: relative;
  margin-right: 35px;
  align-items: center;
}
.style-module--actionList--oIccX .style-module--actionContent--2qsPh .style-module--actionRule-name--RzTXK {
  font-size: 12px;
  color: #272e47;
}
.style-module--actionList--oIccX .style-module--actionContent--2qsPh .style-module--actionRule-desc--9AmyK {
  font-weight: normal;
  padding-top: 6px;
  font-size: 12px;
  color: #747a8c;
}
.style-module--actionList--oIccX .style-module--actionContent--2qsPh .style-module--actionRule-tags--7N5X5 {
  white-space: nowrap;
}
.style-module--actionList--oIccX .style-module--actionContent--2qsPh .style-module--actionTriggerName--N7i9G {
  font-weight: normal;
  font-size: 12px;
  color: #747a8c;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e1e3e8;
}
.style-module--actionList--oIccX .style-module--ellipsis--czXGY {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style-module--actionList--oIccX .style-module--bold--nuZzb {
  font-weight: bold;
  font-weight: 500;
}
.style-module--actionList--oIccX .style-module--tag--PIrzk {
  background: #deebfd;
  color: #4759b2;
  margin-left: 4px;
  margin-right: 0px;
}
.style-module--actionList--oIccX .style-module--actionTag--ZJRAG {
  margin-left: 2px;
  margin-right: 6px;
}
.style-module--actionList--oIccX .style-module--aiTag--i5Xjw {
  background: #ede4ff;
  color: #7a51cb;
}
.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;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.style-module--edm-sendbox-modal--c4iMA .ant-modal-header {
  padding: 24px;
  border-bottom: none;
}
.style-module--edm-sendbox-modal--c4iMA .ant-modal-close-x {
  width: 72px;
}
.style-module--edm-sendbox-modal--c4iMA .ant-modal-body {
  padding: 12px 4px;
}
.style-module--edm-sendbox-modal--c4iMA .ant-modal-footer {
  border-top: none;
  padding-bottom: 20px;
}
.style-module--edm-sendbox-modal--c4iMA .ant-modal-footer .ant-btn:not(.ant-btn-primary) {
  border-color: #f0f3f5;
  background-color: #f0f3f5;
}
.style-module--edm-sendbox-modal--c4iMA .ant-modal-footer .ant-btn-primary {
  background-color: #4c6aff;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-list--n5wDG {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  padding: 0 20px;
  max-height: 487px;
  margin-bottom: 12px;
  overflow-y: auto;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-list--n5wDG::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-list--n5wDG::-webkit-scrollbar:horizontal {
  height: 6px;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-list--n5wDG:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-list--n5wDG:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-list--n5wDG:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-list--n5wDG:hover::-webkit-scrollbar-button {
  display: none;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-list--n5wDG:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-list--n5wDG:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-list--n5wDG:hover::-webkit-scrollbar-corner {
  display: none;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-item--u-IvU {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  cursor: pointer;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-item--u-IvU .style-module--radio--HC3Yp {
  flex-shrink: 0;
  margin-right: 12px;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-item--u-IvU .style-module--content--aK8sR {
  flex-grow: 1;
  display: flex;
  align-items: center;
  border: 1px solid #e1e3e8;
  padding: 16px 0;
  border-radius: 4px;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-item--u-IvU .style-module--icon--rEPgd {
  padding: 0 14px;
  font-size: 0;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-item--u-IvU .style-module--taskInfo--h6RgO {
  position: relative;
  flex: 1 1;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-item--u-IvU .style-module--taskInfo--h6RgO .style-module--linkBtn--5asI9 {
  cursor: pointer;
  position: absolute;
  font-size: 14px;
  color: #4c6aff;
  right: 16px;
  top: 0;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-item--u-IvU .style-module--name--X1-aA {
  font-weight: bold;
  font-weight: 500;
  font-size: 14px;
  color: #272e47;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--sendbox-item--u-IvU .style-module--desc--tkvKz {
  font-size: 12px;
  color: #747a8c;
  padding: 6px 0;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--taskTypeHol--oewcD {
  color: #cc913d;
  background: #fff3e2;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--taskTypeNew--kx3eM {
  color: #cb493d;
  background: #ffe5e2;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--taskTypeOld--rikgY {
  color: #7a51cb;
  background: #ede4ff;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--taskTypeFix--Pk1Xu {
  color: #4759b2;
  background: #deebfd;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--taskStatusClose--M\+Bvf {
  color: #4e5a70;
  background: #e7ebf1;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--taskStatusNew--a-E2C {
  color: #4759b2;
  background: #deebfd;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--taskStateTag--adboM {
  margin-left: 10px;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--taskStatusOpen--OX8VT {
  color: #398e80;
  background: #d6f7f1;
}
.style-module--edm-sendbox-modal--c4iMA .style-module--pagination--YQ-Ch {
  padding-right: 24px;
  text-align: right;
}
.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;
  }
}
.autoMarketTemplateEntry-module--wrapper--MSs16 {
  padding-top: 14px;
}
.autoMarketTemplateEntry-module--wrapper--MSs16 .autoMarketTemplateEntry-module--alert--nCUgB {
  border: none;
  background: rgba(214, 230, 252, 0.5);
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
}

.autoMarketTemplateEntry-module--linkBtn--mlFeF {
  cursor: pointer;
  font-size: 14px;
  color: #4c6aff;
}
@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;
}
.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);
}
.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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.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;
}
.group-module--group-name--R70On {
  color: #4e5a70;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1 1;
}
@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";
.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;
}
@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);
}
.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;
}
@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;
}
.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;
}
.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%;
}
@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;
}
.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);
}
.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;
}
@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;
}
.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;
}
.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;
}
.NewTamplateModal-module--template-modal--ixbCB {
  height: 612px;
}
.NewTamplateModal-module--template-modal--ixbCB .ant-modal-body {
  height: 612px;
  overflow-y: auto;
  padding: 0px !important;
  border-radius: 8px;
}
.NewTamplateModal-module--template-modal--ixbCB.NewTamplateModal-module--template-modal2--S4Rp5 .ant-modal-body {
  display: none;
}
.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);
}
.detailHeader-module--header-bg--e\+oie {
  display: flex;
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  flex-direction: column;
}

.detailHeader-module--header--LcbCa {
  height: 22px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.detailHeader-module--buttons--bkD0l {
  display: flex;
  justify-content: flex-end;
  float: right;
}

.detailHeader-module--copy-button--GmZxB {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.detailHeader-module--copy-button--GmZxB:hover {
  background-color: #f2f5ff;
  background-color: var(--Brand-1, #f2f5ff);
}

.detailHeader-module--info--w7kOl {
  width: 100%;
  margin-top: 18px;
  display: flex;
  flex-direction: row;
}

.detailHeader-module--cover--tcFQa {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  margin-right: 12px;
  flex: 0 0 80px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.detailHeader-module--cover--tcFQa:hover .detailHeader-module--check--Ulg-3 {
  background-color: rgba(0, 0, 0, 0.5);
}
.detailHeader-module--cover--tcFQa .detailHeader-module--check--Ulg-3 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
}

.detailHeader-module--setting--gJ6fP {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.detailHeader-module--setting--gJ6fP .detailHeader-module--title--BiTlH {
  height: 22px;
  margin-bottom: 6px;
  width: 100%;
  display: flex;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.detailHeader-module--setting--gJ6fP .detailHeader-module--title--BiTlH .detailHeader-module--table-state-wrap--bQPvk {
  margin-left: 8px;
  margin-right: 8px;
}
.detailHeader-module--setting--gJ6fP .detailHeader-module--title--BiTlH .detailHeader-module--table-state-wrap--bQPvk .ant-tag {
  margin: 0;
}
.detailHeader-module--setting--gJ6fP .detailHeader-module--row--qCpOC {
  flex: 1 1;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.detailHeader-module--setting--gJ6fP .detailHeader-module--row--qCpOC .detailHeader-module--item--BRcKV {
  flex: 0 0 33.33%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  height: 22px;
  min-width: 260px;
  margin-bottom: 6px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  padding-right: 16px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.detailHeader-module--setting--gJ6fP .detailHeader-module--row--qCpOC .detailHeader-module--item--BRcKV .detailHeader-module--bind--0LwTU {
  display: flex;
  align-items: center;
  color: #4c6aff;
  cursor: pointer;
}
.detailHeader-module--setting--gJ6fP .detailHeader-module--row--qCpOC .detailHeader-module--item--BRcKV .detailHeader-module--email--eIQ7d {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#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;
}
@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;
}
.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;
}
.detailTop-module--header-bg--WNPQf {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  font-size: 12px;
  color: #a8aaad;
  line-height: 14px;
}

.detailTop-module--header--bgDHa {
  height: 22px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.detailTop-module--tab-list--mO10u {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 46px;
  margin-top: 18px;
}

.detailTop-module--tabItem--tcv-E {
  background: #fff;
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  border-right: 1px solid #f0f1f5;
  border-right: 1px solid var(--Line-1, #f0f1f5);
}
.detailTop-module--tabItem--tcv-E:last-of-type {
  border-right: none;
}
.detailTop-module--tabItem--tcv-E .detailTop-module--left--Bf\+Gm {
  width: 56px;
  height: 56px;
}
.detailTop-module--tabItem--tcv-E .detailTop-module--left--Bf\+Gm .detailTop-module--tabItemIcon--CPxM2 {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.detailTop-module--tabItem--tcv-E .detailTop-module--left--Bf\+Gm .detailTop-module--statistics-icon--d0666 {
  width: 100%;
  height: 100%;
  background-repeat: round;
  background-size: 100%;
}
.detailTop-module--tabItem--tcv-E .detailTop-module--left--Bf\+Gm .detailTop-module--statistics-icon1--aNKjd {
  background-image: url(/static/detail_tab_logo1.dbccdc64.svg);
}
.detailTop-module--tabItem--tcv-E .detailTop-module--left--Bf\+Gm .detailTop-module--statistics-icon2--iy51N {
  background-image: url(/static/detail_tab_logo2.f21aa47e.svg);
}
.detailTop-module--tabItem--tcv-E .detailTop-module--left--Bf\+Gm .detailTop-module--statistics-icon3--XSVeb {
  background-image: url(/static/detail_tab_logo3.254fbb36.svg);
}
.detailTop-module--tabItem--tcv-E .detailTop-module--left--Bf\+Gm .detailTop-module--statistics-icon4--xPncO {
  background-image: url(/static/detail_tab_logo4.475a776c.svg);
}
.detailTop-module--tabItem--tcv-E .detailTop-module--right--VPmnM {
  margin-left: 12px;
  position: relative;
}
.detailTop-module--tabItem--tcv-E .detailTop-module--right--VPmnM .detailTop-module--edmDetailSubTitle--OpZQw {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: -22px;
  left: 0px;
  width: 120px;
}
.detailTop-module--tabItem--tcv-E .detailTop-module--right--VPmnM .detailTop-module--subTitle2--MxsBm {
  color: #398e80;
  color: var(--label-2_3, #398e80);
}
.detailTop-module--tabItem--tcv-E .detailTop-module--right--VPmnM .detailTop-module--subTitle3--vkb82 {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
}
.detailTop-module--tabItem--tcv-E .detailTop-module--right--VPmnM .detailTop-module--subTitle4--s6WRx {
  color: #00c4d6;
  color: var(--Avatar-4, #00c4d6);
}
.detailTop-module--tabItem--tcv-E .detailTop-module--right--VPmnM .detailTop-module--tabItemNum--ey\+q9 {
  height: 24px;
  line-height: 24px;
  font-family: "LX-numbers";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 6px;
}
.detailTop-module--tabItem--tcv-E .detailTop-module--right--VPmnM .detailTop-module--tabItemTitle--eOt\+j {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
@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;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.UserInfoDetail-module--wrap--M\+Mfl {
  background-color: #fff;
  padding: 16px;
  border: 1px solid #f0f1f5;
  border-radius: 4px;
  margin-top: 12px;
}
.UserInfoDetail-module--wrap--M\+Mfl .UserInfoDetail-module--label--AA-93 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  /* 文字/Text-5标题-正文 */
  color: #272e47;
  margin-bottom: 18px;
}
.UserInfoDetail-module--wrap--M\+Mfl .UserInfoDetail-module--header--aRZRX {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.UserInfoDetail-module--wrap--M\+Mfl .UserInfoDetail-module--header--aRZRX .ant-radio-button-wrapper-checked {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}
.UserInfoDetail-module--wrap--M\+Mfl .UserInfoDetail-module--header--aRZRX .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}
.UserInfoDetail-module--wrap--M\+Mfl .UserInfoDetail-module--header--aRZRX .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before
        .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before {
  background-color: #4c6aff !important;
  background-color: var(--Brand-6, #4c6aff) !important;
}
.UserInfoDetail-module--wrap--M\+Mfl .UserInfoDetail-module--header--aRZRX .ant-radio-button-wrapper:hover {
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}
.UserInfoDetail-module--wrap--M\+Mfl .UserInfoDetail-module--header--aRZRX .ant-radio-button-wrapper {
  border-color: #e1e3e8;
  border-color: var(--Line-3, #e1e3e8);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.UserInfoDetail-module--wrap--M\+Mfl .UserInfoDetail-module--header2--o5ndP {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.UserInfoDetail-module--wrap--M\+Mfl .UserInfoDetail-module--header2--o5ndP .UserInfoDetail-module--right--NGUDh {
  display: flex;
  align-items: center;
}
.UserInfoDetail-module--wrap--M\+Mfl .UserInfoDetail-module--header2--o5ndP .UserInfoDetail-module--my-radio--74CuF {
  margin-left: 12px;
  cursor: pointer;
  background: #f6f7fa;
  border-radius: 16px;
  padding: 0 12px;
  height: 24px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  /* identical to box height, or 167% */
  /* 文字/Text-3次要信息 */
  color: #747a8c;
}
.UserInfoDetail-module--wrap--M\+Mfl .UserInfoDetail-module--header2--o5ndP .UserInfoDetail-module--my-radio--74CuF.UserInfoDetail-module--active-radio--k3FzA {
  background: #edf0ff;
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.UserInfoDetail-module--wrap--M\+Mfl .UserInfoDetail-module--content--US2U\+ {
  display: flex;
}
.UserInfoDetail-module--wrap--M\+Mfl .UserInfoDetail-module--content--US2U\+ .UserInfoDetail-module--echarts--NvrT8 {
  flex: 1 1;
}
.UserInfoDetail-module--wrap--M\+Mfl .UserInfoDetail-module--content--US2U\+ .UserInfoDetail-module--table--9rFsi {
  width: 362px;
  background: #ffffff;
  /* 线条/Line-2 深-常规 */
  border: 1px solid #ebedf2;
  border-radius: 4px;
  padding: 12px;
  margin-left: 16px;
}
.UserInfoDetail-module--wrap--M\+Mfl .UserInfoDetail-module--content--US2U\+ .UserInfoDetail-module--table--9rFsi .UserInfoDetail-module--show-more--MpCae {
  background: #ffffff;
  /* 背景及分割线/16% */
  border: 1px solid rgba(38, 42, 51, 0.16);
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  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: center;
  /* 字体及ICON颜色/主要文字100% */
  color: #262a33;
  margin-top: 6px;
}

.UserInfoDetail-module--charts-wrap--WXaoo {
  height: 322px;
}

.UserInfoDetail-module--my-drawer--fgfl5 .ant-drawer-body {
  padding: 0 !important;
}

.UserInfoDetail-module--drawer-wrap--yFOVP {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.UserInfoDetail-module--drawer-wrap--yFOVP .UserInfoDetail-module--drawer-header--Bsvxv {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.UserInfoDetail-module--drawer-wrap--yFOVP .UserInfoDetail-module--drawer-header--Bsvxv .UserInfoDetail-module--close-icon--kni9c {
  cursor: pointer;
}
.UserInfoDetail-module--drawer-wrap--yFOVP .UserInfoDetail-module--drawer-content--D000v {
  flex: 1 1;
  height: 0;
  overflow-y: auto;
}
.UserInfoDetail-module--drawer-wrap--yFOVP .UserInfoDetail-module--drawer-footer--6hCEo {
  display: flex;
  padding: 20px 0;
  justify-content: flex-end;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.edm-u-timezone-container {
  display: flex;
  align-items: center;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  padding-left: 42px;
  margin-top: 8px;
}
.edm-u-timezone-container .edm-u-timezone-zone {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  display: flex;
  align-items: center;
  margin: 0;
}
.edm-u-timezone-container .edm-u-timezone-zone span {
  flex-shrink: 0;
}
.edm-u-timezone-container .edm-u-timezone-zone .time-area {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.edm-u-timezone-container .edm-u-timezone-edit {
  display: flex;
  align-items: center;
  margin: 0;
}
.edm-u-timezone-container .area-icon {
  margin-right: 3px;
  display: flex;
  align-items: center;
}
.edm-u-timezone-container .area-icon svg {
  transform: scale(0.82);
  -webkit-transform: scale(0.82);
  -moz-transform: scale(0.82);
}
.edm-u-timezone-container .time-icon {
  margin: 0 4px 0 10px;
  display: flex;
  align-items: center;
}
.edm-u-timezone-container .time-icon svg {
  transform: scale(0.82);
  -webkit-transform: scale(0.82);
  -moz-transform: scale(0.82);
}
.edm-u-timezone-container .open-detail-btn {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  cursor: pointer;
  margin-left: 4px;
}

.timeZoneContactName {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.timeZoneAccountName {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  padding-left: 4px;
  padding-right: 4px;
}
.subjectsEffect-module--header-bg---Q63L {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  font-size: 12px;
  color: #a8aaad;
  line-height: 14px;
}

.subjectsEffect-module--header--BCe4e {
  height: 22px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.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;
}
.customerClue-module--record-clue-modal--yl7Jn,
.customerClue-module--record-single-modal--vTs7Z {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.customerClue-module--record-clue-modal--yl7Jn .ant-modal-header,
.customerClue-module--record-single-modal--vTs7Z .ant-modal-header {
  padding: 20px 20px 12px;
  border: none;
}
.customerClue-module--record-clue-modal--yl7Jn .ant-modal-body,
.customerClue-module--record-single-modal--vTs7Z .ant-modal-body {
  padding: 0 20px;
}
.customerClue-module--record-clue-modal--yl7Jn .ant-modal-footer,
.customerClue-module--record-single-modal--vTs7Z .ant-modal-footer {
  padding: 18px 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-btn--UmHfH,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-btn--UmHfH {
  margin-left: 12px;
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-strong--f4Imm,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-strong--f4Imm {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-switch--c-PIA,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-switch--c-PIA {
  margin-left: 10px;
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-flex-row--r8qiJ,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-flex-row--r8qiJ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-flex-column--lGBnA,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-flex-column--lGBnA {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-Choose--5YD6x,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-Choose--5YD6x {
  margin: 8px 0;
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-checkbox--2GDkP,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-checkbox--2GDkP {
  margin: 8px 0 16px;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-icon--C6x5e,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-icon--C6x5e {
  margin-left: 8px;
  cursor: pointer;
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-icon--C6x5e circle,
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-icon--C6x5e path,
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-icon--C6x5e rect,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-icon--C6x5e circle,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-icon--C6x5e path,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-icon--C6x5e rect {
  stroke: #fff;
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-result--gkiMf,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-result--gkiMf {
  margin: 8px 0 20px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  border-radius: 4px;
  padding: 23px 33px 28px 45px;
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-result--gkiMf circle,
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-result--gkiMf path,
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-result--gkiMf rect,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-result--gkiMf circle,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-result--gkiMf path,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-result--gkiMf rect {
  stroke: #ffb54c;
  stroke: var(--Warning-6, #ffb54c);
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-quantity--so0A1,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-quantity--so0A1 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-predict--vgXcD,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-predict--vgXcD {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-divider--ijcQz,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-divider--ijcQz {
  height: 54px;
  margin: 0 34px 0 45px;
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-bottom--jjRPO,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-bottom--jjRPO {
  margin-bottom: 8px;
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-clue-exist--fCNaf,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-clue-exist--fCNaf {
  gap: 8px;
}
.customerClue-module--record-clue-modal--yl7Jn .customerClue-module--record-single--Rj4FB,
.customerClue-module--record-single-modal--vTs7Z .customerClue-module--record-single--Rj4FB {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.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;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .ant-drawer-body {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-header--tnVgP {
  height: 56px;
  padding: 0 20px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #272e47;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-header--tnVgP span {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-header--tnVgP svg {
  cursor: pointer;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp {
  flex: 1 1;
  padding: 0px 24px 24px 24px;
  overflow-y: scroll;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--tab-style--BtVG\+ {
  color: #747a8c;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--tab-style--BtVG\+ .ant-tabs-nav {
  margin-bottom: 0;
  height: 32px;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--tab-style--BtVG\+ .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--tab-style--BtVG\+ .ant-tabs-tab {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--tab-style--BtVG\+ .ant-tabs .ant-tabs-content-holder {
  margin-top: 0px;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--tab-style--BtVG\+ .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 25px;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--tab-style--BtVG\+ ant-tabs-tab-active {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--tag-Container--UlSyw {
  padding: 0px 0px 4px 0px;
  margin-top: 12px;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--theme-tag-container--n5b-J {
  padding: 0px 0px 4px 0px;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--card-style--VDNr7 {
  border-radius: 4px;
  border-color: #ebedf2;
  border-width: 1px;
  border-style: solid;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--card-style--VDNr7 .assistant-module--card-origin--LCwp4 {
  margin: 12px 12px 0px 12px;
  color: #272e47;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--card-style--VDNr7 .assistant-module--card-button-Container--ykxxc {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 8px 0px;
  height: 40px;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--card-style--VDNr7 .assistant-module--card-button-Container--ykxxc .assistant-module--insert-button--0QUHb {
  margin-right: 12px;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--card-style--VDNr7 .assistant-module--card-button-Container--ykxxc .assistant-module--copy-button--FnthM {
  margin-right: 8px;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--card-style--VDNr7 .assistant-module--card-divider--2tYT- {
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--card-style--VDNr7 .assistant-module--card-translate--ZppZY {
  padding: 12px 12px;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--card-style--VDNr7 .assistant-module--card-translate--ZppZY .assistant-module--card-translate-tag--XbSUx {
  background-color: #deebfd;
  height: 16px;
  border-radius: 2px;
  font-family: PingFang SC;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: left;
  padding: 2px 4px 2px 4px;
  color: #4759b2;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--card-style--VDNr7 .assistant-module--card-translate--ZppZY p {
  display: inline;
  color: #272e47;
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 6px;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--comment-container--BXhxC {
  border-radius: 4px;
  border-color: #ebedf2;
  border-width: 1px;
  border-style: solid;
  background-color: #f2f7fe;
  margin-top: 12px;
  padding: 12px;
  position: relative;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--comment-container--BXhxC .assistant-module--arrow-up--QIGew {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ebedf2;
  position: absolute;
  top: -20px;
  left: 10%;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--comment-container--BXhxC .assistant-module--arrow-up-inside--O81of {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #f2f7fe;
  position: absolute;
  top: -18px;
  left: 10%;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--comment-container--BXhxC .assistant-module--comment-content--HQt48 {
  display: inline;
  margin-left: 8px;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #272e47;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--comment-container--BXhxC .assistant-module--comment-selected-tag--wKGca {
  display: inline;
  margin-right: 8px;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #445fe5;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--comment-container--BXhxC .assistant-module--comment-selected-tag-container--iGIej {
  display: inline;
  line-height: 20px;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--comment-container--BXhxC .assistant-module--commont-tag--b-M40 {
  height: 18px;
  width: 52px;
  display: inline-block;
  background-size: 100%;
  text-align: center;
  vertical-align: middle;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--comment-container--BXhxC .assistant-module--commont-tag-content--HIjhQ {
  color: #ffffff;
  font-family: PingFang SC;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  top: -3px;
  vertical-align: middle;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--divider--Z8gc6 {
  margin: 16px 0px;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--divider--Z8gc6:last-of-type {
  display: none;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .assistant-module--card-list--5j1lx {
  background-color: #f2f5ff;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .ant-tag-checkable {
  height: 18px;
  margin-right: 8px;
  margin-bottom: 8px;
  line-height: 18px;
  border-radius: 34px;
  background-color: #f6f7fa;
  color: #545a6e;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.assistant-module--email-content-assistant-drawer--Wqm1L .assistant-module--drawer-detail--FbaXp .ant-tag-checkable-checked {
  height: 18px;
  margin-right: 8px;
  margin-bottom: 8px;
  line-height: 18px;
  border-radius: 34px;
  background-color: #eff2ff;
  color: #4c6aff;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}

.assistant-module--list-root--csncc {
  padding: 16px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.assistant-module--list-root--csncc .assistant-module--list--nhBYJ {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.assistant-module--list-root--csncc .assistant-module--item--cYesM {
  width: 188px;
  position: relative;
  padding: 17px 8px 8px;
  background: #fff;
  border-radius: 4px;
  flex-shrink: 0;
  box-shadow: 0px 3px 3px 0px rgba(47, 83, 134, 0.08);
}
.assistant-module--list-root--csncc .assistant-module--item--cYesM .assistant-module--title-area--2diV4 {
  left: 12px;
  top: 2px;
  padding: 6px 4px;
  z-index: 2;
  position: absolute;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.assistant-module--list-root--csncc .assistant-module--item--cYesM .assistant-module--title-area--2diV4 .assistant-module--title--qU4XV {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.assistant-module--list-root--csncc .assistant-module--item--cYesM .assistant-module--body-area--qDoPJ {
  background: #fff;
  border: 1px dashed #c9cbd6;
  border: 1px dashed var(--fill-5, #c9cbd6);
  border-radius: 4px;
  padding: 12px;
}
.assistant-module--list-root--csncc .assistant-module--item--cYesM .assistant-module--body-area--qDoPJ .assistant-module--desc--U3AX4 {
  padding: 8px 0px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.assistant-module--list-root--csncc .assistant-module--item--cYesM .assistant-module--body-area--qDoPJ .assistant-module--count--MJn-0 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.assistant-module--list-root--csncc .assistant-module--item--cYesM .assistant-module--body-area--qDoPJ .assistant-module--count--MJn-0 .assistant-module--title--qU4XV {
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.assistant-module--common-header--vJWc\+ {
  margin-top: 4px;
  margin-bottom: -4px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.MarketingTemplateList-module--list-modal--757sU .ant-modal-body {
  padding: 0;
}
.MarketingTemplateList-module--list-modal--757sU .ant-modal-close {
  display: none !important;
}
.MarketingTemplateList-module--list-modal--757sU .MarketingTemplateList-module--modal-out-box--ybzFG {
  height: 612px;
  display: flex;
  flex-direction: column;
}
.MarketingTemplateList-module--list-modal--757sU .MarketingTemplateList-module--header--76LQT {
  flex-shrink: 0;
  box-shadow: 0px 1px 0px #eceff4;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}
.MarketingTemplateList-module--list-modal--757sU .MarketingTemplateList-module--header--76LQT .MarketingTemplateList-module--left-menu--iY-3y {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
}
.MarketingTemplateList-module--list-modal--757sU .MarketingTemplateList-module--header--76LQT .MarketingTemplateList-module--left-menu--iY-3y .MarketingTemplateList-module--info--gEYNx {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  margin-left: 8px;
}
.MarketingTemplateList-module--list-modal--757sU .MarketingTemplateList-module--header--76LQT .MarketingTemplateList-module--right-close--uXUxA {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.MarketingTemplateList-module--list-modal--757sU .MarketingTemplateList-module--list-wrapper--bjNam {
  flex: 1 1;
  height: 0;
  position: relative;
}
.MarketingTemplateList-module--list-modal--757sU .MarketingTemplateList-module--list-wrapper--bjNam .MarketingTemplateList-module--list-box--o\+HBu {
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.MarketingTemplateList-module--list-modal--757sU .MarketingTemplateList-module--list-wrapper--bjNam .MarketingTemplateList-module--list-box--o\+HBu > div {
  position: static !important;
}
.MarketingTemplateList-module--list-modal--757sU .MarketingTemplateList-module--list-wrapper--bjNam .MarketingTemplateList-module--detail-content--CgWFh {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  background-color: #f4f4f5;
}
.MarketingTemplateList-module--list-modal--757sU .MarketingTemplateList-module--list-wrapper--bjNam .MarketingTemplateList-module--detail-content--CgWFh .MarketingTemplateList-module--detail-list--kFbjR {
  flex: 1 1;
  overflow-y: auto;
}
.MarketingTemplateList-module--list-modal--757sU .MarketingTemplateList-module--list-wrapper--bjNam .MarketingTemplateList-module--detail-content--CgWFh .MarketingTemplateList-module--detail-list--kFbjR > div {
  padding: 0 24px;
  overflow-y: visible;
}
.MarketingTemplateList-module--list-modal--757sU .MarketingTemplateList-module--list-wrapper--bjNam .MarketingTemplateList-module--detail-content--CgWFh .MarketingTemplateList-module--detail-list--kFbjR .ant-table-body {
  overflow: auto !important;
}
.MarketingTemplateList-module--list-modal--757sU .MarketingTemplateList-module--list-wrapper--bjNam .MarketingTemplateList-module--detail-content--CgWFh .MarketingTemplateList-module--detail-footer--T8nc4 {
  flex-shrink: 0;
  box-shadow: 0px -1px 0px #eceff4;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 24px;
  background-color: #fff;
}

.MarketingTemplateList-module--modal-out--e4wfS {
  display: flex;
}
.MarketingTemplateList-module--modal-out--e4wfS img {
  flex-shrink: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.MarketingTemplateList-module--modal-out--e4wfS .MarketingTemplateList-module--modal-right--HKekT {
  flex: 1 1;
}

.MarketingTemplateList-module--modal-title--UoG8d {
  display: flex;
  margin-bottom: 16px;
}
.MarketingTemplateList-module--modal-title--UoG8d .MarketingTemplateList-module--title--NLDOF {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232d47;
}

.MarketingTemplateList-module--confirm-modal--1OQRq .ant-modal-header {
  display: none !important;
}
.MarketingTemplateList-module--confirm-modal--1OQRq .ant-modal-close-x {
  display: none !important;
}
.MarketingTemplateList-module--confirm-modal--1OQRq .ant-modal-footer {
  display: none !important;
}
.MarketingTemplateList-module--confirm-modal--1OQRq .ant-modal-body {
  padding: 20px;
}
.MarketingTemplateList-module--confirm-modal--1OQRq .MarketingTemplateList-module--modal-content--JACQf {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.MarketingTemplateList-module--confirm-modal--1OQRq .MarketingTemplateList-module--modal-content--JACQf > * {
  flex-wrap: nowrap;
}
.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";
.Aggregation-module--aggregation-box--ayMzQ {
  padding: 16px 0;
}
.Aggregation-module--aggregation-box--ayMzQ.Aggregation-module--aggregation-box1--n-s6f {
  background-color: #f4f6f7;
}
.Aggregation-module--aggregation-box--ayMzQ .Aggregation-module--aggregation-line--sjDJv {
  display: flex;
}
.Aggregation-module--aggregation-box--ayMzQ .Aggregation-module--aggregation-line--sjDJv .Aggregation-module--aggregation-label--MJcn8 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #4e5a70;
  margin-right: 16px;
  white-space: nowrap;
}
.Aggregation-module--aggregation-box--ayMzQ .Aggregation-module--aggregation-line--sjDJv .Aggregation-module--aggregation-select-line--y-g1P {
  margin-right: -12px;
  margin-bottom: -16px;
  display: flex;
  justify-content: flex-start;
}
.Aggregation-module--aggregation-box--ayMzQ .Aggregation-module--aggregation-line--sjDJv .Aggregation-module--aggregation-select-line1--j5qxj {
  margin-top: 16px;
}
.Aggregation-module--aggregation-box--ayMzQ .Aggregation-module--aggregation-line--sjDJv .Aggregation-module--aggregation-select--wMlcF .Aggregation-module--select-item--yn6S2 {
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  gap: 16px;
  width: 82px;
  height: 30px;
  background: #f4f6f7;
  border-radius: 2px;
  margin-right: 12px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Aggregation-module--aggregation-box--ayMzQ .Aggregation-module--aggregation-line--sjDJv .Aggregation-module--aggregation-select--wMlcF .Aggregation-module--select-item--yn6S2.Aggregation-module--select-item-select--OnAiT {
  padding: 0;
}
.Aggregation-module--aggregation-box--ayMzQ .Aggregation-module--aggregation-line--sjDJv .Aggregation-module--aggregation-select--wMlcF .Aggregation-module--select-item--yn6S2.Aggregation-module--select-item-selected--EzmDj {
  background: #f2f5ff;
  /* 外贸-品牌蓝 */
  border: 1px solid #4c6aff;
  border-radius: 2px;
  color: #4c6aff;
}
.Aggregation-module--aggregation-box--ayMzQ .Aggregation-module--aggregation-line--sjDJv .Aggregation-module--aggregation-select--wMlcF .Aggregation-module--select-item-whilte---BllD {
  background-color: #fff;
}

.Aggregation-module--aggregation-select-box--Kpfdt .ant-select-selector {
  border: none !important;
}
.Aggregation-module--aggregation-select-box--Kpfdt .ant-select-arrow {
  color: #7d8085 !important;
}
.Aggregation-module--aggregation-select-box--Kpfdt .ant-select-selection-placeholder {
  color: #232d47 !important;
}
@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;
}
.TemplateList-module--search-template-list--Po7vw {
  padding: 9px 24px 16px;
  background: #f4f6f7;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.TemplateList-module--search-template-list--Po7vw .TemplateList-module--template-list--8dwZV {
  padding: 0;
}
.TemplateList-module--search-template-list--Po7vw .TemplateList-module--search-history--ZOnJH {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 16px;
  align-content: stretch;
  overflow: hidden;
}
.TemplateList-module--search-template-list--Po7vw .TemplateList-module--search-history--ZOnJH > div {
  flex-shrink: 1;
}
.TemplateList-module--search-template-list--Po7vw .TemplateList-module--search-history--ZOnJH .TemplateList-module--history-label--24s\+T {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #7a8599;
  margin-right: 4px;
  white-space: nowrap;
}
.TemplateList-module--search-template-list--Po7vw .TemplateList-module--search-history--ZOnJH .TemplateList-module--history-item-box--LUvZ1 {
  display: flex;
  align-items: center;
  margin-right: -8px;
  flex: 1 1;
  width: 0;
  overflow-x: hidden;
}
.TemplateList-module--search-template-list--Po7vw .TemplateList-module--search-history--ZOnJH .TemplateList-module--history-item--ycs7X {
  background: #ffffff;
  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;
}
.TemplateList-module--search-template-list--Po7vw .TemplateList-module--search-history--ZOnJH .TemplateList-module--history-item-item--QG4ll {
  cursor: pointer;
  max-width: 92px;
  display: block;
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.TemplateList-module--search-template-list--Po7vw .TemplateList-module--search-history--ZOnJH .TemplateList-module--history-item--ycs7X:hover .TemplateList-module--history-item-icon--mnBVG {
  display: inline-block;
  flex-shrink: 1;
}
.TemplateList-module--search-template-list--Po7vw .TemplateList-module--search-history--ZOnJH .TemplateList-module--history-item-icon--mnBVG {
  display: none;
  width: 8px;
  height: 8px;
  cursor: pointer;
  margin-left: 8px;
}
.TemplateList-module--search-template-list--Po7vw .TemplateList-module--search-count--Sz90E {
  display: flex;
  align-items: center;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #7a8599;
  margin-bottom: 8px;
}
.TemplateList-module--search-template-list--Po7vw .TemplateList-module--search-count--Sz90E .TemplateList-module--search-count-number--jtdXU {
  color: #232d47;
  margin: 0 6px;
}

.TemplateList-module--template-list--8dwZV {
  padding: 16px 24px;
  background: #f4f6f7;
  flex: 1 1;
  display: grid;
  overflow-y: overlay;
  grid-template-columns: repeat(auto-fill, 224px);
  grid-template-rows: repeat(auto-fill, 224px);
  gap: 16px;
}
.TemplateList-module--template-list-modal--FhcpK {
  padding: 16px;
  row-gap: 16px;
  column-gap: 12px;
  grid-template-columns: repeat(auto-fill, 190px);
  grid-template-rows: repeat(auto-fill, 253.4px);
}
.TemplateList-module--template-list--8dwZV .TemplateList-module--template-card--pmIAt {
  border-radius: 4px;
  width: 224px;
  height: 224px;
  background-color: #fff;
  padding: 16px;
}
.TemplateList-module--template-list--8dwZV .TemplateList-module--template-card--pmIAt .TemplateList-module--template-title--oJoeD {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #232d47;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.TemplateList-module--template-list--8dwZV .TemplateList-module--template-card--pmIAt .TemplateList-module--template-view--kRSsb {
  border: 1px solid #eceff4;
  border-radius: 4px;
  height: 136px;
  margin-top: 11px;
  overflow: hidden;
  position: relative;
}
.TemplateList-module--template-list--8dwZV .TemplateList-module--template-card--pmIAt .TemplateList-module--template-view-modal--eN2jl {
  width: 158px;
  height: 165.4px;
  background: #f6f7fa;
  background: var(--fill-2, #f6f7fa);
}
.TemplateList-module--template-list--8dwZV .TemplateList-module--template-card--pmIAt .TemplateList-module--template-view--kRSsb .TemplateList-module--img-cover--s3TOV {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  align-items: center;
}
.TemplateList-module--template-list--8dwZV .TemplateList-module--template-card--pmIAt .TemplateList-module--template-view--kRSsb .TemplateList-module--img-cover--s3TOV > div {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.TemplateList-module--template-list--8dwZV .TemplateList-module--template-card--pmIAt .TemplateList-module--template-view--kRSsb:hover .TemplateList-module--img-cover--s3TOV {
  display: flex;
}
.TemplateList-module--template-list--8dwZV .TemplateList-module--template-card--pmIAt .TemplateList-module--template-reply--fG7LX {
  margin-top: 16px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7a8599;
}
.TemplateList-module--template-list--8dwZV .TemplateList-module--template-card--pmIAt:hover {
  filter: drop-shadow(0px 4px 8px rgba(35, 45, 71, 0.08));
}
.TemplateList-module--template-list--8dwZV .TemplateList-module--template-card--pmIAt:hover .TemplateList-module--template-op--vSCuI {
  display: flex;
}
.TemplateList-module--template-list--8dwZV .TemplateList-module--template-card--pmIAt:hover .TemplateList-module--template-reply--fG7LX {
  display: none;
}
.TemplateList-module--template-list--8dwZV .TemplateList-module--template-card--pmIAt .TemplateList-module--template-op--vSCuI {
  margin-top: 8px;
  display: none;
  justify-content: space-around;
  align-items: center;
}
.TemplateList-module--template-list--8dwZV .TemplateList-module--template-card--pmIAt .TemplateList-module--template-op--vSCuI .ant-btn {
  min-width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.TemplateList-module--template-list--8dwZV .TemplateList-module--template-card-modal--vV749 {
  width: 190px;
  height: 253.4px;
}

.TemplateList-module--template-op-btn--oTijZ .ant-btn {
  border: none;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #4e5a70;
  min-width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.TemplateList-module--no-result-box--m\+iO3 {
  background: #f4f6f7;
  flex: 1 1;
}
.TemplateList-module--no-result-box--m\+iO3 .TemplateList-module--no-result--g1pAr {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.TemplateList-module--hide-box--sc1wO {
  display: none !important;
}

.TemplateList-module--block-box--AbqCy {
  display: block;
}

.TemplateList-module--spin-wrapper--9e1Du {
  flex: 1 1;
  height: 0;
  display: flex;
  flex-direction: column;
}
@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;
}
.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;
}
.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;
}
.guide-module--root--P4Z7d {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 288px;
  right: 0px;
  height: 100%;
  top: 0px;
  box-shadow: -1px 0px 0px #f0f3f5;
  background-color: #fff;
  z-index: 3;
}
.guide-module--root--P4Z7d .guide-module--header--XS5zk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: none;
  width: 100%;
  height: 38px;
  background-color: #f6f7fa;
  padding: 0px 16px;
}
.guide-module--root--P4Z7d .guide-module--header--XS5zk .guide-module--title--pQi-y {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.guide-module--root--P4Z7d .guide-module--header--XS5zk .guide-module--icon--Lyuhi {
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNEwxMiAxMk0xMiA0TDQgMTIiIHN0cm9rZT0iIzM3NDM1QyIvPgo8L3N2Zz4K);
}
.guide-module--root--P4Z7d .guide-module--body--a3Hci {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 16px;
  color: #545a6e;
  overflow-y: scroll;
}
.guide-module--root--P4Z7d .guide-module--body--a3Hci .guide-module--subTitle--GaLIp {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #272e47;
}
.guide-module--root--P4Z7d .guide-module--body--a3Hci .guide-module--common--oaf5r > div {
  margin-bottom: 12px;
}
.guide-module--root--P4Z7d .guide-module--body--a3Hci .guide-module--common--oaf5r > img {
  margin-bottom: 12px;
  width: 100%;
}
.guide-module--root--P4Z7d .guide-module--body--a3Hci .guide-module--button--59k-f {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #4c6aff;
  border-radius: 4px;
  height: 32px;
  width: 100%;
  gap: 4px;
}
.guide-module--root--P4Z7d .guide-module--body--a3Hci .guide-module--button--59k-f .guide-module--title--pQi-y {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.guide-module--root--P4Z7d .guide-module--body--a3Hci .guide-module--button--59k-f .guide-module--img--8rDVU {
  width: 16px;
  height: 16px;
}
.guide-module--root--P4Z7d .guide-module--body-no-padding--SLpWj {
  padding: 0;
}

.guide-module--root--P4Z7d.guide-module--root-common--NFV6e {
  right: 16px;
  height: auto;
  top: 113px;
  bottom: 81px;
}
.style-module--product-tip---1AdR {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 1px;
  width: 288px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  z-index: 99;
  overflow: auto;
  box-shadow: -1px 0 0 #f0f3f5;
}
.style-module--product-tip-header--GBUNO {
  padding: 8px 16px;
  margin-bottom: 16px;
  color: #272e47;
  font-weight: 500;
  background: #f6f7fa;
}
.style-module--product-tip-close--dKb6M {
  padding: 8px;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 0;
  cursor: pointer;
}
.style-module--product-tip-block--PV8zi {
  padding: 0 16px 16px;
}
.style-module--product-tip-block--PV8zi h3 {
  color: #272e47;
  font-size: 14px;
  font-weight: 600;
}
.style-module--product-tip-gray--76eFI {
  padding: 12px;
  border-radius: 4px;
  background: #f6f7fa;
}
.style-module--product-tip-gray-name--0lmS9 {
  display: flex;
  align-items: center;
}
.style-module--product-tip-gray-num--IMKzQ {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #4c6aff;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  margin-right: 5px;
  transform: scale(0.83);
}
.style-module--product-tip-gray-img--y5gGI {
  text-align: center;
  border: 1px solid #ebedf2;
  border-radius: 4px;
  background: #fff;
  padding: 8px 12px;
}
.style-module--product-tip-gray-img--y5gGI img {
  width: 100%;
}
.style-module--product-tip-gray-img--y5gGI:not(:last-child) {
  margin-bottom: 16px;
}
.style-module--product-tip-desc--aPl-9 {
  font-size: 12px;
  color: #747a8c;
  margin: 8px 0;
}
.style-module--product-tip---1AdR .ant-btn-primary {
  background: #4c6aff;
  width: 104px;
  margin: 4px auto 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;
}
.contentEditorHelper-module--root--BsRUg {
  position: relative;
  height: 100%;
}
.contentEditorHelper-module--root--BsRUg .contentEditorHelper-module--content--\+c2-N {
  border-left: 1px solid #ebedf2;
  border-left: 1px solid var(--Line-2, #ebedf2);
  position: relative;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.contentEditorHelper-module--root--BsRUg .contentEditorHelper-module--header--0xsXD {
  display: flex;
  flex-direction: row;
}
.contentEditorHelper-module--root--BsRUg .contentEditorHelper-module--header--0xsXD .contentEditorHelper-module--item--p9Iv9 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 36px;
  background: #fff;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-top: none;
}
.contentEditorHelper-module--root--BsRUg .contentEditorHelper-module--header--0xsXD .contentEditorHelper-module--item-selected--5gn7k {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 36px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.contentEditorHelper-module--root--BsRUg .contentEditorHelper-module--op-icon--Tyrcv {
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  cursor: pointer;
}
.contentEditorHelper-module--root--BsRUg .contentEditorHelper-module--red-dot--FqcBH {
  right: 6px;
  top: 2px;
  position: absolute;
  border-radius: 8px;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  display: inline-flex;
  height: 16px;
  min-width: 16px;
  padding: 0px 4px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
}
@charset "UTF-8";
.multiSelectContentNew-module--items--cpvp6 {
  height: 220px;
  overflow-y: scroll;
  display: block;
  border: 1px solid #ebedf2;
  border-radius: 4px;
  padding: 8px 0px;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.multiSelectContentNew-module--items--cpvp6 .multiSelectContentNew-module--itemsNo--kMjUK {
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(122, 133, 153);
}
.multiSelectContentNew-module--items--cpvp6::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.multiSelectContentNew-module--items--cpvp6::-webkit-scrollbar-track {
  border-radius: 6px;
}
.multiSelectContentNew-module--items--cpvp6::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(38, 42, 51, 0.3);
  padding: 4px;
}
.multiSelectContentNew-module--items--cpvp6 .multiSelectContentNew-module--item--L3Xmu span:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.multiSelectContentNew-module--items--cpvp6 .multiSelectContentNew-module--item-select--ivPey {
  background: #f2f5ff;
  position: relative;
  color: #4c6aff !important;
}
.multiSelectContentNew-module--items--cpvp6 .multiSelectContentNew-module--item-select--ivPey .multiSelectContentNew-module--icon--bXYJk {
  position: absolute;
  right: 6px;
  top: 10px;
}
.multiSelectContentNew-module--items--cpvp6 .multiSelectContentNew-module--item--L3Xmu {
  position: relative;
}
.multiSelectContentNew-module--items--cpvp6 .multiSelectContentNew-module--item--L3Xmu .multiSelectContentNew-module--btnsEdit--gQ4Ge {
  position: absolute;
  right: 16px;
  top: 10px;
  height: 20px;
  line-height: 20px;
}
.multiSelectContentNew-module--items--cpvp6 .multiSelectContentNew-module--item--L3Xmu .multiSelectContentNew-module--btnsEdit--gQ4Ge .multiSelectContentNew-module--editIcon--85Sic {
  margin-right: 24px;
  cursor: pointer;
}
.multiSelectContentNew-module--items--cpvp6 .multiSelectContentNew-module--item--L3Xmu .multiSelectContentNew-module--btnsEdit--gQ4Ge .multiSelectContentNew-module--deleteIcon--aqcTz {
  cursor: pointer;
}

.multiSelectContentNew-module--inputBtn--tgz3- {
  color: #4c6aff;
  font-size: 12px;
  cursor: pointer;
}

.multiSelectContentNew-module--footer--gdXqi {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #232d47;
  margin-bottom: 8px;
}
.multiSelectContentNew-module--footer--gdXqi .multiSelectContentNew-module--title--EESLE {
  color: #545a6e;
}
.multiSelectContentNew-module--footer--gdXqi .multiSelectContentNew-module--btns-group--LdX6g {
  display: flex;
}
.multiSelectContentNew-module--footer--gdXqi .multiSelectContentNew-module--btns-group--LdX6g .multiSelectContentNew-module--btns--QUBvb {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 22px;
  line-height: 22px;
  margin-left: 16px;
}
.multiSelectContentNew-module--footer--gdXqi .multiSelectContentNew-module--btns-group--LdX6g .multiSelectContentNew-module--btns--QUBvb .multiSelectContentNew-module--svg--WjaoK {
  margin-right: 4px;
}

.multiSelectContentNew-module--err--OnoB3 {
  color: #fe5b4c;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
}
.multiSelectContentNew-module--err--OnoB3 .multiSelectContentNew-module--errText--ceWv4 {
  display: flex;
  align-items: center;
}

.multiSelectContentNew-module--group--QbUn\+ .ant-checkbox-group {
  width: 100%;
}
.multiSelectContentNew-module--group--QbUn\+ .ant-checkbox-wrapper {
  display: flex !important;
  padding: 8px 12px;
}
.multiSelectContentNew-module--group--QbUn\+ .ant-checkbox + span {
  padding-left: 0px;
}
.multiSelectContentNew-module--group--QbUn\+ .ant-input-group {
  padding: 8px 12px;
}
.multiSelectContentNew-module--group--QbUn\+ .ant-input-group .multiSelectContentNew-module--ant-input-affix-wrapper--BKOHa {
  border: 1px solid rgb(76, 106, 255);
  padding: 5px 8px;
}

.multiSelectContentNew-module--empty--m64mh {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #747a8c;
  padding: 33px 0;
}
.multiSelectContentNew-module--empty--m64mh .multiSelectContentNew-module--create--p1kcB {
  color: #4c6aff;
  cursor: pointer;
}

.multiSelectContentNew-module--group-hide--Tz8MR .ant-checkbox {
  width: 0;
  overflow: hidden;
}
.multiSelectContentNew-module--group-hide--Tz8MR .ant-checkbox-wrapper:hover {
  background: #f0f2f7;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.WriteFromEditedContent-module--out--rQUXK {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 49px;
  padding: 0 24px;
  z-index: 100;
}

.WriteFromEditedContent-module--out2--MtGn0 {
  width: calc(100% - 220px);
}

.WriteFromEditedContent-module--wrap--vNOl4 {
  padding: 12px 16px 0;
  border-radius: 8px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--header--96LkC {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--header--96LkC .WriteFromEditedContent-module--title--xGJR5 {
  color: #262a33;
  color: var(--icon-100, #262a33);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--header--96LkC .WriteFromEditedContent-module--icon--jqJi3 {
  cursor: pointer;
  font-size: 20px;
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37 {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  padding-bottom: 12px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37::-webkit-scrollbar:horizontal {
  height: 6px;
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37:hover::-webkit-scrollbar-button {
  display: none;
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37:hover::-webkit-scrollbar-corner {
  display: none;
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37 .WriteFromEditedContent-module--card--lCBZj {
  flex-shrink: 0;
  padding: 12px 16px;
  width: 206px;
  height: 154px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(---Line-2--, #ebedf2);
  background: #fff;
  background: var(---, #fff);
  overflow: hidden;
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37 .WriteFromEditedContent-module--card-title--rNVYH {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 8px;
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37 .WriteFromEditedContent-module--card-content--xrYL9 {
  color: #272e47;
  color: var(---Text-5-, #272e47);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37 .WriteFromEditedContent-module--card--lCBZj .WriteFromEditedContent-module--tag--35Ety {
  border-radius: 2px;
  background: #deebfd;
  background: var(--label-11, #deebfd);
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 4px;
  color: #4759b2;
  color: var(--label-13, #4759b2);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px; /* 120% */
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37 .WriteFromEditedContent-module--card--lCBZj .WriteFromEditedContent-module--insert--mjqj7 {
  display: none;
}
.WriteFromEditedContent-module--wrap--vNOl4 .WriteFromEditedContent-module--list--5ri37 .WriteFromEditedContent-module--card--lCBZj:hover .WriteFromEditedContent-module--insert--mjqj7 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
  background: var(---, #fff);
  height: 40px;
  cursor: pointer;
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-size: 14px;
  line-height: 22px;
}

.WriteFromEditedContent-module--ellipsis--g6B-C {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.WriteFromEditedContent-module--ellipsis5--FzBC7 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.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;
}
.insertVariable-module--insert-variable--PoYZP {
  width: 234px;
  background: transparent;
  box-shadow: none;
  padding-top: 2px;
}
.insertVariable-module--insert-variable--PoYZP .ant-cascader-menu {
  height: auto;
  background: #fff;
  max-height: 180px;
  border-radius: 4px;
  width: 100%;
}
.insertVariable-module--insert-variable--PoYZP .ant-cascader-menu:nth-child(2) {
  border: 0.5px solid #eceff4;
  box-shadow: 0px 4px 8px rgba(35, 45, 71, 0.1);
  border-radius: 4px;
}
.insertVariable-module--insert-variable--PoYZP .ant-cascader-menu .ant-cascader-menu-item {
  color: #545a6e;
}
.insertVariable-module--insert-variable--PoYZP .ant-cascader-menu .ant-cascader-menu-item-active .ant-cascader-menu-item-expand-icon {
  color: #386ee7;
}
.insertVariable-module--insert-variable--PoYZP .ant-cascader-menu:first-child .ant-cascader-menu-item-active {
  color: #545a6e;
}
.insertVariable-module--insert-variable--PoYZP .ant-cascader-menu:nth-child(2) .ant-cascader-menu-item-active::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDQuODMzMzNMNC4zMzMzMyA4LjE2NjY3TDExIDEuNSIgc3Ryb2tlPSIjNEM2QUZGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  position: absolute;
  right: -215px;
}
.insertVariable-module--insert-variable--PoYZP .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled) {
  color: #386ee7;
  font-weight: normal;
  background: transparent;
}
.insertVariable-module--insert-variable--PoYZP .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  background-color: #f0f2f7;
  color: #386ee7;
  font-weight: normal;
}
.insertVariable-module--insert-variable--PoYZP .ant-cascader-menu:first-child .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  color: #545a6e;
}
.insertVariable-module--insert-variable--PoYZP .ant-cascader-menu-item-disabled {
  color: rgb(255, 170, 0);
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  padding: 0;
  cursor: auto;
}
.insertVariable-module--insert-variable--PoYZP .ant-tabs {
  overflow: initial;
}
.insertVariable-module--insert-variable--PoYZP .ant-tabs .ant-tabs-nav,
.insertVariable-module--insert-variable--PoYZP .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap {
  margin: 0;
}
.insertVariable-module--insert-variable--PoYZP .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  margin: 0;
  padding: 8px 12px 6px;
}
.insertVariable-module--insert-variable--PoYZP .ant-tabs .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn {
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
}
.insertVariable-module--insert-variable--PoYZP .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  text-shadow: none;
  color: #4c6aff;
}
.insertVariable-module--insert-variable--PoYZP .ant-tabs .ant-tabs-ink-bar.ant-tabs-ink-bar-animated {
  width: 10px !important;
  transform: translateX(36px);
}
.insertVariable-module--insert-variable--PoYZP .insertVariable-module--variable-wrapper--PYdYT {
  background-color: #fff;
  border: 0.5px solid #eceff4;
  box-shadow: 0px 4px 8px rgba(35, 45, 71, 0.1);
  border-radius: 4px;
}
.insertVariable-module--insert-variable--PoYZP .insertVariable-module--variable-wrapper-height--rPKBO {
  height: 164px;
}
.insertVariable-module--insert-variable--PoYZP .insertVariable-module--variable-wrapper-expand-rt--xrtiK .ant-cascader-menu:nth-child(2) {
  transform: translateY(-80%);
}
.insertVariable-module--insert-variable--PoYZP .insertVariable-module--variable-wrapper-expand-lb--jK6nq .ant-cascader-menu:nth-child(2) {
  transform: translateX(-200%);
}
.insertVariable-module--insert-variable--PoYZP .insertVariable-module--variable-tip--yTSBC {
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  padding: 6px 12px;
  border: none;
  align-items: baseline;
  background-color: #f2f7fe;
}
.insertVariable-module--insert-variable--PoYZP .insertVariable-module--variable-tip--yTSBC .ant-alert-message {
  white-space: pre-wrap;
  align-items: baseline;
}
.insertVariable-module--insert-variable--PoYZP .insertVariable-module--variable-tip--yTSBC .ant-alert-close-icon {
  overflow: initial;
}
.insertVariable-module--insert-variable--PoYZP .insertVariable-module--variable-tip-ask--fKupI {
  margin-right: 4px;
  padding-top: 3px;
  overflow: initial;
}
.insertVariable-module--insert-variable--PoYZP .insertVariable-module--variable-tip-close--rhHT7 {
  padding-top: 4px;
}

.insertVariable-module--insert-btn--\+xVcx {
  color: rgba(38, 42, 51, 0.9);
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  display: flex;
  align-items: center;
}
.insertVariable-module--insert-btn--\+xVcx::before {
  content: "";
  border-left: 1px solid rgba(38, 42, 51, 0.08);
  padding-left: 12px;
  height: 20px;
}

.insertVariable-module--insert-icon--SbTKa {
  margin-right: 5px;
}

.insertVariable-module--insert-btn-hide--UXeqP {
  height: 0;
  font-size: 0;
  overflow: hidden;
}

.insertVariable-module--empty-contact-setting-modal--Nu1f- .insertVariable-module--optionList--ETKSo {
  display: flex;
  gap: 12px;
}
.insertVariable-module--empty-contact-setting-modal--Nu1f- .insertVariable-module--label--JpmjB {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.insertVariable-module--empty-contact-setting-modal--Nu1f- .insertVariable-module--setting-svg--1tvJS {
  width: 113px;
  font-size: 12px;
  line-height: 20px;
  color: #262a33;
  padding: 4px 16px 8px;
  border: 1px solid rgba(38, 42, 51, 0.16);
  border-radius: 2px;
}
.insertVariable-module--empty-contact-setting-modal--Nu1f- .insertVariable-module--setting-svg--1tvJS.insertVariable-module--selected--SSR9y {
  border-color: #2d61e4;
}
.insertVariable-module--empty-contact-setting-modal--Nu1f- .insertVariable-module--bar1--3KjgI {
  width: 58px;
  height: 4px;
  background: #bcc4d0;
}
.insertVariable-module--empty-contact-setting-modal--Nu1f- .insertVariable-module--bar2--3XcTg {
  margin-top: 4px;
  width: 81px;
  height: 4px;
  background: #d6dbe3;
}

.insertVariable-module--insert-variable-modal--1EtLs {
  height: 454px;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--contact-name--hPgZa {
  margin-top: 10px;
  height: 146px;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--contact-name--hPgZa .insertVariable-module--contact-name-title--8W1Fe {
  color: #747a8c;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--contact-name--hPgZa .insertVariable-module--contact-name-list--c2-B3 {
  display: flex;
  justify-content: space-between;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--contact-name--hPgZa .insertVariable-module--contact-name-list--c2-B3 .insertVariable-module--contact-name-item--XZTIo {
  display: flex;
  flex-direction: column;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--contact-name--hPgZa .insertVariable-module--contact-name-list--c2-B3 .insertVariable-module--contact-name-item--XZTIo .insertVariable-module--contact-name-content--2eI5C {
  width: 138px;
  height: 66px;
  background: #ffffff;
  border: 1px solid #ebedf2;
  border-radius: 4px;
  padding: 8px 12px;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--contact-name--hPgZa .insertVariable-module--contact-name-list--c2-B3 .insertVariable-module--contact-name-item--XZTIo .insertVariable-module--contact-name-content--2eI5C .insertVariable-module--contact-name-name--ySZss {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  margin-bottom: 4px;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--contact-name--hPgZa .insertVariable-module--contact-name-list--c2-B3 .insertVariable-module--contact-name-item--XZTIo .insertVariable-module--contact-name-content--2eI5C .insertVariable-module--contact-name-bar--zUS1m {
  width: 100%;
  height: 8px;
  background: #ebedf2;
  border-radius: 2px;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--contact-name--hPgZa .insertVariable-module--contact-name-list--c2-B3 .insertVariable-module--contact-name-item--XZTIo .insertVariable-module--contact-name-footer--a3U77 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #272e47;
  margin-top: 8px;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--contact-name-select--mYSb0 {
  border: 1px solid #4c6aff !important;
  border-radius: 4px;
  position: relative;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--contact-name-select--mYSb0 .insertVariable-module--contact-name-select-icon--dpQ-A {
  position: absolute;
  right: 0px;
  top: 0px;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--table-filter-tabs--8oYnb {
  color: #7a8599;
  padding: 0px 0px;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--table-filter-tabs--8oYnb .ant-tabs-nav {
  margin-bottom: 0;
  border-bottom: 1px solid #ebedf2;
  padding: 0px 24px;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--table-filter-tabs--8oYnb .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--table-filter-tabs--8oYnb .ant-tabs-tab:hover {
  color: #4c6aff;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--table-filter-tabs--8oYnb .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 24px;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--table-filter-tabs--8oYnb .ant-tabs-ink-bar {
  background-color: transparent;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--table-filter-tabs--8oYnb .ant-tabs-ink-bar::after {
  content: "";
  width: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #4c6aff;
  transform: translateX(-50%);
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--table-filter-tabs--8oYnb .insertVariable-module--tab-container--nRssg {
  padding: 16px 24px;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--table-filter-tabs--8oYnb .insertVariable-module--tab-container--nRssg .insertVariable-module--tab-title--7-rPA {
  margin-bottom: 8px;
  color: #545a6e;
  height: 16px;
  line-height: 16px;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--table-filter-tabs--8oYnb .insertVariable-module--tab-container--nRssg .insertVariable-module--tab-radio--F7u2z {
  margin-bottom: 24px;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--table-filter-tabs--8oYnb .insertVariable-module--tab-container--nRssg .insertVariable-module--empty-container--aoFVG {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0px;
  border: 1px solid #ebedf2;
  border-radius: 4px;
  height: 272px;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--table-filter-tabs--8oYnb .insertVariable-module--tab-container--nRssg .insertVariable-module--empty-container--aoFVG .insertVariable-module--empty-text--JSw1x {
  margin-top: 8px;
  color: #747a8c;
}
.insertVariable-module--insert-variable-modal--1EtLs .insertVariable-module--table-filter-tabs--8oYnb .insertVariable-module--tab-container--nRssg .insertVariable-module--empty-container--aoFVG .insertVariable-module--empty-text--JSw1x .insertVariable-module--empty-btn--Kzifi {
  color: #4c6aff;
  cursor: pointer;
}
.insertVariable-module--insert-variable-modal--1EtLs .ant-modal-header {
  border-bottom: none;
}
.insertVariable-module--insert-variable-modal--1EtLs .ant-modal-body {
  padding: 0px 0px;
}
.insertVariable-module--insert-variable-modal--1EtLs .ant-modal-footer {
  border-top: none;
  padding: 3px 24px 16px 24px;
}
.insertVariable-module--insert-variable-modal--1EtLs .ant-modal-title {
  line-height: 24px;
}
.insertVariable-module--insert-variable-modal--1EtLs .ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 9px 0px;
}
.insertVariable-module--insert-variable-modal--1EtLs .ant-btn {
  height: 34px;
}

.insertVariable-module--sysVarSouceTip--xwDad {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 4px;
}

.insertVariable-module--footer--JmMaW {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.insertVariable-module--popover--cxc8a .ant-popover-arrow {
  opacity: 1;
}

.insertVariable-module--alert--ks0au {
  padding: 20px;
  width: 320px;
}
.insertVariable-module--alert--ks0au .insertVariable-module--header--lj4g2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  gap: 6px;
}
.insertVariable-module--alert--ks0au .insertVariable-module--action--6idAT {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.insertVariable-module--alert--ks0au .insertVariable-module--action--6idAT .insertVariable-module--title--Ni8rW {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.insertVariable-module--alert--ks0au .insertVariable-module--action--6idAT .insertVariable-module--flex--o8k5X {
  display: flex;
  align-items: center;
  justify-content: center;
}
.insertVariable-module--alert--ks0au .insertVariable-module--action--6idAT .insertVariable-module--checkbox--dRzVl {
  padding-left: 24px;
}
@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;
}
.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;
}
@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);
}
.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;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.mailTemplateV2-module--template-wrapper--xuys6 {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background-color: #f6f7fa;
  background-color: var(--fill-2, #f6f7fa);
}
.mailTemplateV2-module--template-wrapper--xuys6 .ant-spin-nested-loading {
  flex: 1 1;
  height: 0;
  display: flex;
  flex-direction: column;
}
.mailTemplateV2-module--template-wrapper--xuys6 .ant-spin-container {
  flex: 1 1;
  height: 0;
  display: flex;
  flex-direction: column;
}
.mailTemplateV2-module--template-wrapper-content--oqQ7z {
  max-width: 1312px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mailTemplateV2-module--template-wrapper-content--oqQ7z .mailTemplateV2-module--edit-wrap--\+v4BK {
  height: 100%;
  z-index: 100;
  background-color: #fff;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-header--RjyVO {
  padding: 16px 16px 8px;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-header--RjyVO .mailTemplateV2-module--tabWrapper--l0QKr {
  border-bottom: 1px solid #eceff4;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-header--RjyVO .mailTemplateV2-module--tabWrapper--l0QKr .ant-tabs-tab {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4e5a70;
  padding: 8px 0 6px;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-header--RjyVO .mailTemplateV2-module--tabWrapper--l0QKr .ant-tabs-nav {
  margin: 0;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-header--RjyVO .mailTemplateV2-module--tabWrapper--l0QKr .mailTemplateV2-module--template-tabs--uwcGy .ant-tabs-ink-bar {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-header--RjyVO .mailTemplateV2-module--tabWrapper--l0QKr .mailTemplateV2-module--template-tabs--uwcGy .ant-tabs-ink-bar::after {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #386ee7;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--sub-wrap--KjOCQ {
  flex: 1 1;
  height: 0;
  overflow-y: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  padding: 0 0 16px;
  margin: 0 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--sub-wrap--KjOCQ::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--sub-wrap--KjOCQ::-webkit-scrollbar:horizontal {
  height: 6px;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--sub-wrap--KjOCQ:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--sub-wrap--KjOCQ:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--sub-wrap--KjOCQ:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--sub-wrap--KjOCQ:hover::-webkit-scrollbar-button {
  display: none;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--sub-wrap--KjOCQ:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--sub-wrap--KjOCQ:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--sub-wrap--KjOCQ:hover::-webkit-scrollbar-corner {
  display: none;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--sub-wrap2--G9fVv {
  margin: 0;
  background-color: #f6f7fa;
  background-color: var(--fill-2, #f6f7fa);
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-header-modal--J890O {
  padding: 20px 24px;
  box-shadow: 0px 1px 0px #eceff4;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-header-modal--J890O .mailTemplateV2-module--top-op--\+y9Y4 {
  margin: 0;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-header-modal--J890O .mailTemplateV2-module--top-op--\+y9Y4 .mailTemplateV2-module--head-title--z753V {
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/H1.4-Med16 */
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--top-op--\+y9Y4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--top-op--\+y9Y4 .mailTemplateV2-module--head-title--z753V {
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #272e47;
  color: var(--text-5, #272e47);
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--top-op--\+y9Y4 .mailTemplateV2-module--breadcrumb-wrap--GfSmt .mailTemplateV2-module--breadcrumb--hQcXo {
  cursor: pointer;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--top-op--\+y9Y4 .mailTemplateV2-module--right-filter--WB2YJ {
  display: flex;
  align-items: center;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--top-op--\+y9Y4 .mailTemplateV2-module--right-filter--WB2YJ input::-webkit-input-placeholder {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #a9b2c2;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--top-op--\+y9Y4 .mailTemplateV2-module--right-filter--WB2YJ .ant-btn-primary {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--top-op--\+y9Y4 .mailTemplateV2-module--right-filter--WB2YJ .mailTemplateV2-module--video-tip--sHFUw {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  margin-right: 12px;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--top-op--\+y9Y4 .mailTemplateV2-module--right-filter--WB2YJ .mailTemplateV2-module--video-tip--sHFUw span {
  margin-left: 4px;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG {
  flex: 1 1;
  display: flex;
  height: 0;
  position: relative;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--template-modal-tabs--cb4k8 {
  width: 154px;
  flex-shrink: 0;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--template-modal-tabs--cb4k8 .ant-tabs-content-holder {
  display: none;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--template-modal-tabs--cb4k8 .ant-tabs-nav-wrap {
  margin: 0;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--template-modal-tabs--cb4k8 .ant-tabs-ink-bar {
  display: none;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--template-modal-tabs--cb4k8 .ant-tabs-tab {
  width: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  margin: 0;
  text-align: start;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--template-modal-tabs--cb4k8 .ant-tabs-tab.ant-tabs-tab-active {
  background: rgba(210, 224, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  color: #4c6aff;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--right-list--2qG-\+ {
  flex: 1 1;
  overflow-y: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  display: flex;
  background-color: #f4f6f7;
  flex-direction: column;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--right-list--2qG-\+::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--right-list--2qG-\+::-webkit-scrollbar:horizontal {
  height: 6px;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--right-list--2qG-\+:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--right-list--2qG-\+:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--right-list--2qG-\+:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--right-list--2qG-\+:hover::-webkit-scrollbar-button {
  display: none;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--right-list--2qG-\+:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--right-list--2qG-\+:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--right-list--2qG-\+:hover::-webkit-scrollbar-corner {
  display: none;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--right-list--2qG-\+ .mailTemplateV2-module--left-top-box--ZJD4j {
  padding: 0 24px;
}
.mailTemplateV2-module--template-wrapper--xuys6 .mailTemplateV2-module--template-modal-list--2FHqG .mailTemplateV2-module--marketing-list--bXMt2 {
  position: absolute;
  left: 18px;
  bottom: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #4c6aff;
  font-size: 14px;
  line-height: 22px;
}

.mailTemplateV2-module--hide-tab--sBnvS .ant-tabs-tab:nth-child(2) {
  display: none !important;
}

.mailTemplateV2-module--add-task-btn--0ZQX7 {
  flex: 1 1;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mailTemplateV2-module--add-btn--B5LQa {
  border: 0.5px solid #eceff4;
  box-shadow: 0px 4px 8px rgba(35, 45, 71, 0.1);
  border-radius: 4px;
  width: 128px;
  padding: 4px 0;
}
.mailTemplateV2-module--add-btn-item--8\+FOH {
  white-space: nowrap;
  cursor: pointer;
  padding: 8px 2px;
  color: #4e5a70;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
}
.mailTemplateV2-module--add-btn-item--8\+FOH:hover {
  background-color: #f0f2f7;
}

.mailTemplateV2-module--add-btn2--FbkVO {
  width: 142px;
}
.mailTemplateV2-module--add-btn2--FbkVO .mailTemplateV2-module--add-btn-item--8\+FOH {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mailTemplateV2-module--popover-wrapper--t9Vpg .ant-popover-placement-bottom {
  padding-top: 0 !important;
}
.mailTemplateV2-module--popover-wrapper--t9Vpg .ant-popover-arrow {
  display: none;
}
.mailTemplateV2-module--popover-wrapper--t9Vpg .ant-popover {
  padding-top: 0 !important;
}

.mailTemplateV2-module--search-btn--Yaz-2 {
  display: flex;
  align-items: center;
  color: #fff;
}
.mailTemplateV2-module--search-btn--Yaz-2 .mailTemplateV2-module--arrow-icon--P7z9i > path {
  fill: #fff;
}
.mailTemplateV2-module--search-btn--Yaz-2 .mailTemplateV2-module--search-btn1--NH6pZ {
  color: #386ee7;
}

.mailTemplateV2-module--search-btn2--nlbVi {
  color: #4c6aff;
}
.mailTemplateV2-module--search-btn2--nlbVi .mailTemplateV2-module--split-line--6tzN\+ {
  width: 1px;
  height: 24px;
  background: #b7c3ff;
}
.mailTemplateV2-module--search-btn2--nlbVi .mailTemplateV2-module--btn-action--yqrls {
  height: 32px;
  width: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mailTemplateV2-module--search-btn2--nlbVi .mailTemplateV2-module--arrow-icon--P7z9i > path {
  fill: #4c6aff;
}

.mailTemplateV2-module--tab-item--Prm1X {
  display: inline-block;
  color: #545a6e;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.mailTemplateV2-module--new-tag-icon--th8Ll {
  margin-left: 2px;
  vertical-align: 4px;
}

.mailTemplateV2-module--my-modal--cLBIp .ant-modal-body {
  padding: 0;
  height: 540px;
  border-radius: 4px;
}

.mailTemplateV2-module--my-modal2--cK7j4 .ant-modal-body {
  padding: 0;
  height: 612px;
  background-color: #fff !important;
  border-radius: 4px;
}
.mailTemplateV2-module--my-modal2--cK7j4 .ant-modal-close {
  display: none;
}

.mailTemplateV2-module--my-modal3--k-rxp .ant-modal-body {
  padding: 0;
  height: 670px;
  background-color: #fff !important;
  border-radius: 4px;
}
.mailTemplateV2-module--my-modal3--k-rxp .ant-modal-close {
  display: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.Sensitive-module--root--7EW0z {
  flex: none;
  position: relative;
  width: 220px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #ebedf2;
  border-left: 1px solid var(--Line-2, #ebedf2);
  box-sizing: border-box;
}
.Sensitive-module--root--7EW0z .Sensitive-module--header--WKzcG {
  display: flex;
  width: 100%;
  height: 36px;
}
.Sensitive-module--root--7EW0z .Sensitive-module--header--WKzcG .Sensitive-module--item--9sGwd {
  flex: 1 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
}
.Sensitive-module--root--7EW0z .Sensitive-module--header--WKzcG .Sensitive-module--item--9sGwd:first-child {
  border-right: 1px solid #ebedf2;
  border-right: 1px solid var(--Line-2, #ebedf2);
}
.Sensitive-module--root--7EW0z .Sensitive-module--header--WKzcG .Sensitive-module--itemSelected--hlrCz {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  border-bottom: none;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.Sensitive-module--root--7EW0z .Sensitive-module--content--UTs5y {
  flex: 1 1;
  width: 100%;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.Sensitive-module--root--7EW0z .Sensitive-module--content--UTs5y::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.Sensitive-module--root--7EW0z .Sensitive-module--content--UTs5y::-webkit-scrollbar:horizontal {
  height: 6px;
}
.Sensitive-module--root--7EW0z .Sensitive-module--content--UTs5y:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.Sensitive-module--root--7EW0z .Sensitive-module--content--UTs5y:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.Sensitive-module--root--7EW0z .Sensitive-module--content--UTs5y:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.Sensitive-module--root--7EW0z .Sensitive-module--content--UTs5y:hover::-webkit-scrollbar-button {
  display: none;
}
.Sensitive-module--root--7EW0z .Sensitive-module--content--UTs5y:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.Sensitive-module--root--7EW0z .Sensitive-module--content--UTs5y:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.Sensitive-module--root--7EW0z .Sensitive-module--content--UTs5y:hover::-webkit-scrollbar-corner {
  display: none;
}
.Sensitive-module--root--7EW0z .Sensitive-module--opIcon--VJ9xs {
  cursor: pointer;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  z-index: 2;
}
.Sensitive-module--root--7EW0z .Sensitive-module--redDot--FsJKt {
  right: 6px;
  top: 2px;
  position: absolute;
  border-radius: 8px;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  display: inline-flex;
  height: 16px;
  min-width: 16px;
  padding: 0px 4px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
}

.Sensitive-module--sensitiveResult2--SoATR {
  position: static;
}

.Sensitive-module--sensitiveResult--vGtPt {
  min-width: 220px;
  width: 220px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultTitle--U3HkY {
  padding: 16px 16px 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultClose--h65cu {
  padding: 8px;
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 0;
  cursor: pointer;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultWarning--EIccR {
  padding: 8px 16px 0;
  color: #51555c;
  font-size: 12px;
  line-height: 18px;
  flex-shrink: 0;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultContent--PUeZw {
  padding: 16px 16px 0px;
  flex-grow: 1;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultContent--PUeZw .Sensitive-module--sensitiveHeader--G3DXT {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultContent--PUeZw .Sensitive-module--sensitiveLabel--bizbd {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultContent--PUeZw .Sensitive-module--sensitiveInfo--rEB7r {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultItem--FkH1P {
  margin-bottom: 16px;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultItem--FkH1P .Sensitive-module--sensitiveResultItemTop--wyPGq {
  display: flex;
  align-items: center;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultItem--FkH1P .Sensitive-module--sensitiveResultItemTop--wyPGq .Sensitive-module--sensitiveResultItemTopWord--SHoAc {
  color: #fe5b4c;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultItem--FkH1P .Sensitive-module--sensitiveResultItemTop--wyPGq .Sensitive-module--sensitiveResultItemTopIndex--sffvL {
  font-size: 10px;
  width: 14px;
  height: 14px;
  color: #fff;
  border-radius: 50%;
  background: #fe5b4c;
  line-height: 14px;
  text-align: center;
  margin-right: 6px;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultItem--FkH1P .Sensitive-module--sensitiveResultItemBottom--iEFMG {
  margin-top: 4px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.Sensitive-module--sensitiveResult-item2--7ckYH {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 22px;
}
.Sensitive-module--sensitiveResult-item2--7ckYH:last-child {
  margin-bottom: 0;
}
.Sensitive-module--sensitiveResult-item2-word--zGUx9 {
  color: #fe5b4c;
  margin-right: 4px;
}
.Sensitive-module--sensitiveResult-item2-index--yEalv {
  position: absolute;
  font-size: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  background: #fe5b4c;
  line-height: 22px;
  text-align: center;
  margin-left: -26px;
  margin-top: 2px;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultEmpty--v5GzD {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultEmpty-Content--IQYgu {
  text-align: center;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultEmpty-text--SZoqo {
  padding-top: 10px;
  font-size: 12px;
  color: #7a8599;
}
.Sensitive-module--sensitiveResult--vGtPt .Sensitive-module--sensitiveResultEmpty-img--gR5ks {
  width: 93px;
  height: 93px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.TemplateListV2-module--aggregation-wrap--eNO9y {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 16px;
}
.TemplateListV2-module--aggregation-wrap--eNO9y .TemplateListV2-module--aggregation-list--kMuaf {
  display: flex;
}
.TemplateListV2-module--aggregation-wrap--eNO9y .TemplateListV2-module--aggregation-list--kMuaf .TemplateListV2-module--aggregation-label--INCY0 {
  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;
  margin-right: 4px;
  white-space: nowrap;
}
.TemplateListV2-module--aggregation-wrap--eNO9y .TemplateListV2-module--aggregation-list--kMuaf .TemplateListV2-module--aggregation-right--n7npc {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
}
.TemplateListV2-module--aggregation-wrap--eNO9y .TemplateListV2-module--aggregation-list--kMuaf .ant-tabs-nav {
  margin: 0;
}

.TemplateListV2-module--card-list--iFzNZ {
  padding: 0 16px 16px;
  margin-right: -12px;
  margin-bottom: -12px;
}
.TemplateListV2-module--card-list--iFzNZ .TemplateListV2-module--card-item--jekBA {
  vertical-align: top;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}

.TemplateListV2-module--my-radio--4s7Mz {
  margin-left: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  background: #f6f7fa;
  border-radius: 16px;
  padding: 0 12px;
  height: 24px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  width: 72px;
  text-align: center;
  white-space: nowrap;
  /* identical to box height, or 167% */
  /* 文字/Text-3次要信息 */
  color: #747a8c;
}
.TemplateListV2-module--my-radio--4s7Mz.TemplateListV2-module--active-radio--Sv-PH {
  padding: 0 11px;
  border: 1px solid #4c6aff;
  border: 1px solid var(--brand-6, #4c6aff);
  background: #eff2ff;
  background: var(--brand-2, #eff2ff);
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.TemplateListV2-module--modal-radio--Qn6P3 {
  background-color: #fff;
}

.TemplateListV2-module--ellipsis--quUVg {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.TemplateListV2-module--no-result--edbw5 {
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.TemplateListV2-module--no-result--edbw5 img {
  width: 160px;
  height: 160px;
  margin-bottom: 16px;
}
.TemplateListV2-module--no-result--edbw5 div {
  display: inline-block;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.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;
}
@charset "UTF-8";
.TaskList-module--list-item-header--JaJgo {
  padding: 16px 16px 8px;
  color: #747a8c;
  color: var(--text-3, #747a8c);
  /* 灵犀桌面2.0/P1.4-Med14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.TaskList-module--list-item-content--U-PAe {
  padding: 0 16px 16px;
  margin-right: -12px;
  margin-bottom: -12px;
}
.TaskList-module--list-item-content--U-PAe .TaskList-module--card-wrap--4Cn1k {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}
.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;
}
.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;
}
.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;
}
.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--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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.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;
}
@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;
}
.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);
}
.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);
}
.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;
}
.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;
}
.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);
}
.marketingModal-module--clue-modal-wrap--iP0sB .ant-modal-header {
  border-bottom: none;
  padding: 24px;
}
.marketingModal-module--clue-modal-wrap--iP0sB .ant-modal-footer {
  padding: 10px 24px 24px;
  border-top: none;
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-radius: 8px;
}
.marketingModal-module--clue-modal-wrap--iP0sB .marketingModal-module--content--\+xXVT .ant-form-item {
  margin-bottom: 16px;
}
.marketingModal-module--clue-modal-wrap--iP0sB .ant-form-item-label > label {
  font-size: 12px;
  font-weight: normal;
}
.marketingModal-module--clue-modal-wrap--iP0sB .ant-modal-footer .ant-btn + .ant-btn {
  margin-left: 8px;
}

.marketingModal-module--hide--O2J9y {
  display: none !important;
}
.styles-module--account--91Pf3 {
  position: relative;
  padding: 16px 4px 16px 20px;
  width: 276px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #f0f1f5;
  border-radius: 4px;
  height: 82px;
  vertical-align: bottom;
  cursor: pointer;
}
.styles-module--account--91Pf3.styles-module--selected--8yPJU {
  background: #f2f5ff;
  border: 1px solid #b7c3ff;
}
.styles-module--account--91Pf3 .styles-module--tag--BeRQ7 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 6px;
  border-radius: 2px 4px 2px 2px;
}
.styles-module--account--91Pf3 .styles-module--label---Pm\+D {
  font-weight: 500;
  color: #272e47;
}
.styles-module--account--91Pf3 .styles-module--name--R8TbS {
  color: #545a6e;
}
.styles-module--account--91Pf3 .styles-module--time-tag--Dcv4a {
  display: inline-flex;
  padding: 2px 6px;
  align-items: center;
  border-radius: 2px;
  border: 0.5px solid #0fd683;
  border: 0.5px solid var(--success-6, #0fd683);
  color: #0dc076;
  color: var(--success-7, #0dc076);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.styles-module--account--91Pf3 .styles-module--time-tag-untime--TJ5Wd {
  border: 0.5px solid #ffb54c;
  border: 0.5px solid var(--warning-6, #ffb54c);
  color: #ffb54c;
  color: var(--warning-6, #ffb54c);
}
.styles-module--account--91Pf3 .styles-module--iconContainer--Vw9eF {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f2f7;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.styles-module--account--91Pf3 .styles-module--iconContainer--Vw9eF .styles-module--icon--Vew82 {
  font-size: 16px;
  color: #8d92a1;
}
.styles-module--account--91Pf3.styles-module--personal--YWGlw .styles-module--tag--BeRQ7 {
  color: #4759b2;
  background: #deebfd;
  font-size: 12px;
  line-height: 16px;
}
.styles-module--account--91Pf3.styles-module--personal--YWGlw .styles-module--tips--fp-ky {
  color: #272e47;
  font-size: 12px;
  line-height: 40px;
}
.styles-module--account--91Pf3.styles-module--business--Go-6s .styles-module--tag--BeRQ7 {
  color: #cb493d;
  background: #ffe5e2;
  font-size: 12px;
  line-height: 16px;
}
.styles-module--account--91Pf3.styles-module--business--Go-6s .styles-module--tips--fp-ky {
  color: #545a6e;
  font-size: 12px;
  line-height: 40px;
}
.styles-module--account--91Pf3 .styles-module--text--fxSxe {
  margin-left: 16px;
}
.style-module--clue-modal-wrap--Xfyu3 .ant-modal-header {
  border-bottom: none;
  padding: 20px 20px 12px;
}
.style-module--clue-modal-wrap--Xfyu3 .ant-modal-content {
  overflow: hidden !important;
}
.style-module--clue-modal-wrap--Xfyu3 .ant-modal-body {
  padding: 0 20px 16px;
}
.style-module--clue-modal-wrap--Xfyu3 .ant-modal-footer {
  padding: 10px 24px 24px;
  border-top: none;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.style-module--clue-modal-wrap--Xfyu3 .style-module--content--wtxWQ .ant-form-item {
  margin-bottom: 16px;
}
.style-module--clue-modal-wrap--Xfyu3 .style-module--content--wtxWQ .ant-table-body {
  overflow-y: auto !important;
}
.style-module--clue-modal-wrap--Xfyu3 .ant-form-item-label > label {
  font-size: 12px;
  font-weight: normal;
}
.style-module--clue-modal-wrap--Xfyu3 .ant-modal-footer .ant-btn + .ant-btn {
  margin-left: 8px;
}
.style-module--clue-modal-wrap--Xfyu3 .style-module--warn-tag--AzHMw {
  padding: 2px 6px;
  display: inline-block;
  margin-left: 4px;
  background: #fff3e2;
  border-radius: 2px;
  color: #cc913d;
  font-size: 12px;
  line-height: 16px;
}
.style-module--clue-modal-wrap--Xfyu3 .style-module--action-group--jlNDY {
  display: flex;
  flex-direction: row-reverse;
}
.style-module--clue-modal-wrap--Xfyu3 .style-module--card-wrap--TYo6r {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.style-module--clue-modal-wrap--Xfyu3 .style-module--account-list--L3T1Z {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.style-module--hide--xTFzv {
  display: none;
}
.contactPicker-module--contact-picker--74MEd .ant-modal-body {
  padding: 0;
  max-height: 300px;
  overflow: scroll;
}
.contactPicker-module--contact-picker--74MEd .ant-table tr .ant-table-cell {
  padding: 6px 20px 6px 14px !important;
}
.contactPicker-module--contact-picker--74MEd .ant-table tr .ant-table-cell:first-child {
  padding-left: 24px !important;
}
.contactPicker-module--contact-picker--74MEd .ant-table tr th {
  color: #51555c;
  font-weight: 500;
  line-height: 24px;
  background-color: #f6f6f7;
}
.contactPicker-module--contact-picker--74MEd .ant-table tr td {
  color: #51555c;
  line-height: 24px;
  border-bottom: none;
}
.contactPicker-module--contact-picker--74MEd .ant-table-cell::before {
  content: none !important;
}
.contactPicker-module--contact-picker--74MEd .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #f4f6f7;
}
.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;
}
.style-module--wrapper--tx9ac {
  display: flex;
  flex-direction: column;
}
.style-module--wrapper--tx9ac .ant-table-thead {
  display: none;
}
.style-module--wrapper--tx9ac .ant-table-cell {
  border-bottom: none;
}
.style-module--wrapper--tx9ac .style-module--search--yE7pC {
  padding-bottom: 15px;
}
.style-module--wrapper--tx9ac .style-module--title--hI4kh {
  font-weight: 500;
  font-size: 14px;
  color: #232d47;
  padding: 0 0 10px;
}
.style-module--wrapper--tx9ac .style-module--list--PxBvT {
  flex: 1 1;
  overflow-y: auto;
}
.style-module--wrapper--tx9ac .style-module--list--PxBvT.style-module--list-loading--pbe7c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style-module--wrapper--tx9ac .style-module--list-item--GVk4N {
  display: flex;
  min-width: 0;
  cursor: pointer;
  transition: background ease 0.3;
}
.style-module--wrapper--tx9ac .style-module--list-item--GVk4N.style-module--center--jI-Aj {
  align-items: center;
}
.style-module--wrapper--tx9ac .style-module--list-item--GVk4N.style-module--center--jI-Aj .style-module--icon--zwwVV {
  display: flex;
  align-items: center;
  justify-content: center;
}
.style-module--wrapper--tx9ac .style-module--list-item--GVk4N .style-module--operate--jyYE8 {
  opacity: 0;
  transition: all 0.3s ease;
  padding-top: 5px;
}
.style-module--wrapper--tx9ac .style-module--list-item--GVk4N .u-tool-btn:last-child {
  margin-right: 0;
}
.style-module--wrapper--tx9ac .style-module--list-item--GVk4N:hover .style-module--operate--jyYE8 {
  opacity: 1;
}
.style-module--wrapper--tx9ac .style-module--icon--zwwVV {
  padding-top: 20px;
}
.style-module--wrapper--tx9ac .style-module--content--k-Kr2 {
  flex: 1 1;
  min-width: 0;
  padding: 0 40px 0 12px;
  font-size: 14px;
  padding-top: 3px;
  line-height: 22px;
  color: #262a33;
}
.style-module--wrapper--tx9ac .style-module--emailSender--lOnOS {
  font-size: 12px;
  line-height: 20px;
  color: #7a8599;
}
.style-module--wrapper--tx9ac .style-module--email-title--Oo1A9 {
  padding-top: 3px;
  font-weight: 500;
  font-size: 14px;
  color: #232d47;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.style-module--wrapper--tx9ac .style-module--email-content--P55TG {
  padding-top: 3px;
  font-weight: 400;
  font-size: 12px;
  color: #4e5a70;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.style-module--wrapper--tx9ac .style-module--email-attachment--HQVJc {
  gap: 3px 15px !important;
  padding-top: 5px;
}
.style-module--wrapper--tx9ac .style-module--email-attachment--HQVJc .style-module--email-attach-file--6XGow {
  background: rgba(38, 42, 51, 0.06);
  border-radius: 4px;
  padding: 2px 8px;
  display: inline-flex;
  align-items: center;
}
.style-module--wrapper--tx9ac .style-module--email-attachment--HQVJc .style-module--email-attach-file--6XGow:hover {
  background: rgba(107, 169, 255, 0.2);
}
.style-module--wrapper--tx9ac .style-module--email-attachment--HQVJc .style-module--email-file-name--scI51 {
  padding-left: 3px;
  font-weight: 400;
  font-size: 12px;
  color: #7a8599;
}
.style-module--wrapper--tx9ac .style-module--date--eBnCA {
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  color: #a9b2c2;
}
.style-module--wrapper--tx9ac .style-module--email-tag---0wkF {
  background: #ebf3fe;
  color: #5968b2;
  margin-right: 0;
  margin-top: 5px;
}

.style-module--link-btn--nF-Fu {
  color: #396ee7;
  cursor: pointer;
  margin-left: 12px;
}

.style-module--nick-name--Qye2y {
  color: #396ee7;
}

.style-module--num--kf2DU {
  color: #396ee7;
}

.style-module--manager-list--OvxDj {
  padding: 20px 0;
}

.style-module--total--Yxf27 {
  color: #51555c;
  font-size: 12px;
}
@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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.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;
}
@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--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;
}
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;
}
@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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.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;
}
.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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.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--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--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;
}
.pinnedMenuDrawer-module--content--KdUAm {
  color: #272e47;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  height: 100%;
}
.pinnedMenuDrawer-module--content--KdUAm .pinnedMenuDrawer-module--useful--\+vsIR {
  height: 124px;
  padding: 0 20px;
}
.pinnedMenuDrawer-module--content--KdUAm .pinnedMenuDrawer-module--useful--\+vsIR .pinnedMenuDrawer-module--items--8MON9 {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 15px;
}
.pinnedMenuDrawer-module--content--KdUAm .pinnedMenuDrawer-module--all--81bz3 {
  box-sizing: border-box;
  height: calc(100% - 124px);
  padding: 24px 0 0 20px;
}
.pinnedMenuDrawer-module--content--KdUAm .pinnedMenuDrawer-module--all--81bz3 .pinnedMenuDrawer-module--group--GunVp {
  margin-top: 24px;
}
.pinnedMenuDrawer-module--content--KdUAm .pinnedMenuDrawer-module--all--81bz3 .pinnedMenuDrawer-module--group--GunVp .pinnedMenuDrawer-module--box--omyqF {
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 15px;
}
.pinnedMenuDrawer-module--content--KdUAm .pinnedMenuDrawer-module--all--81bz3 .pinnedMenuDrawer-module--group--GunVp:first-child {
  margin-top: 0;
}

.lang-en .pinnedMenuDrawer-module--content--KdUAm .ant-tabs-tab {
  padding: 9px 0px !important;
}

.edmPinnedMenuDrawer div.ant-drawer-body {
  padding: 0;
}
.edmPinnedMenuTabs {
  height: 100%;
}
.edmPinnedMenuTabs .ant-tabs-content-holder {
  height: calc(100% - 56px);
  overflow: auto;
}
.edmPinnedMenuTabs .ant-tabs-tab {
  padding: 9px 10px !important;
  margin-left: 4px !important;
}
.edmPinnedMenuTabs .ant-tabs-tab:first-child {
  margin-left: -6px !important;
}
.edmPinnedMenuTabs .ant-tabs-tab-btn {
  text-overflow: ellipsis;
  max-width: 90px;
  overflow: hidden;
}
.item-module--item--KnwkA {
  box-sizing: border-box;
  border: 1px solid #f0f1f5;
  height: 36px;
  width: 134px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.item-module--item--KnwkA.item-module--selectedItem--1S\+Pr {
  border: 1px solid #4c6aff;
  border: 1px solid var(--brand-6, #4c6aff);
}
.item-module--item--KnwkA.item-module--selectedItem--1S\+Pr .item-module--label--idcmw,
.item-module--item--KnwkA.item-module--selectedItem--1S\+Pr .item-module--icon--ydP\+8 {
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
}
.item-module--item--KnwkA .item-module--label--idcmw {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex: 0 0 84px;
}
.item-module--item--KnwkA .item-module--icon--ydP\+8 {
  font-size: 16px;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.pinnedMenu-module--pinned--poTRr {
  position: relative;
  -webkit-app-region: no-drag;
  color: #272e47;
  color: var(----Text-5-, var(---, #272e47));
  box-sizing: border-box;
}
.pinnedMenu-module--pinned--poTRr.pinnedMenu-module--disabled--Jkc2Z {
  color: #b7bac2;
  color: var(--Text-1, var(---, #b7bac2));
}
.pinnedMenu-module--pinned--poTRr.pinnedMenu-module--disabled--Jkc2Z:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: not-allowed;
}
.pinnedMenu-module--pinned--poTRr:not(.pinnedMenu-module--disabled--Jkc2Z):hover .pinnedMenu-module--title--SFW0I .pinnedMenu-module--icons--bkgSf .pinnedMenu-module--set--EBcAx {
  display: flex;
}
.pinnedMenu-module--pinned--poTRr .pinnedMenu-module--title--SFW0I {
  display: flex;
  align-items: center;
  color: inherit;
}
.pinnedMenu-module--pinned--poTRr .pinnedMenu-module--title--SFW0I .pinnedMenu-module--text--ze0Mu {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: inherit;
}
.pinnedMenu-module--pinned--poTRr .pinnedMenu-module--title--SFW0I .pinnedMenu-module--icons--bkgSf {
  margin-left: auto;
  margin-right: 7px;
  display: flex;
  align-items: center;
  column-gap: 9px;
  color: inherit;
}
.pinnedMenu-module--pinned--poTRr .pinnedMenu-module--title--SFW0I .pinnedMenu-module--icons--bkgSf .pinnedMenu-module--set--EBcAx {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: inherit;
}
.pinnedMenu-module--pinned--poTRr .pinnedMenu-module--title--SFW0I .pinnedMenu-module--icons--bkgSf .pinnedMenu-module--toggle--P0r-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 18px;
  transform: rotate(0);
  transition: transform ease-in-out 0.3s;
  cursor: pointer;
  color: inherit;
}
.pinnedMenu-module--pinned--poTRr .pinnedMenu-module--title--SFW0I .pinnedMenu-module--icons--bkgSf .pinnedMenu-module--reverse--M49Fs {
  transform: rotate(180deg);
}
.pinnedMenu-module--pinned--poTRr .pinnedMenu-module--content--oMB7H {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 9px;
  column-gap: 12px;
  row-gap: 9px;
}
.pinnedMenu-module--pinned--poTRr .pinnedMenu-module--content--oMB7H .pinnedMenu-module--each--fZDs6 {
  flex: 0 0 68px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  color: inherit;
  -webkit-user-select: none;
          user-select: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.style-module--editSidebar--rde83 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 12px;
}
.style-module--editSidebar--rde83.style-module--editSidebarWeb--5xwwI {
  height: calc(100% - 54px);
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW {
  flex: 1 1;
  margin-right: 4px;
  padding: 0 6px 0 10px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-style: normal;
  margin-top: 12px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW:hover::-webkit-scrollbar-button {
  display: none;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW:hover::-webkit-scrollbar-corner {
  display: none;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW .ant-tree-treenode {
  padding: 8px 8px 8px 12px;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW .ant-tree-treenode .ant-tree-checkbox {
  margin: 5px 8px 0 0;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW .ant-tree-treenode .ant-tree-switcher {
  display: none;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW .ant-tree-treenode .ant-tree-indent-unit {
  width: 24px;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW .ant-tree-treenode.ant-tree-treenode-disabled .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW .ant-tree-treenode.ant-tree-treenode-disabled .ant-tree-checkbox-checked::after {
  border: #d9d9d9;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW .ant-tree-treenode.ant-tree-treenode-disabled .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  background-color: #f5f5f5;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW .ant-tree-treenode .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #4c6aff;
  background-color: var(--New--Brand-6, #4c6aff);
  border-color: #4c6aff;
  border-color: var(--New--Brand-6, #4c6aff);
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW .ant-tree-treenode .ant-tree-checkbox-checked::after {
  border: 1px solid #4c6aff;
  border: 1px solid var(--New--Brand-6, #4c6aff);
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW .ant-tree-treenode .ant-tree-checkbox-inner {
  width: 13px;
  height: 13px;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW .ant-tree-treenode .ant-tree-node-content-wrapper-open {
  padding: 0 0 0 2px;
  color: #272e47;
  color: var(----Text-5-, #272e47);
  font-size: 14px;
  font-weight: 500;
}
.style-module--editSidebar--rde83 .style-module--editSidebarTree--JNlVW .ant-tree-treenode .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  width: 7px;
  height: 7px;
  background-color: #4c6aff;
  background-color: var(--New--Brand-6, #4c6aff);
}
.style-module--editSidebar--rde83 .style-module--editSidebarFoot--rBh3V {
  height: 56px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(----Line-2--, #ebedf2);
  background: #fff;
  padding-left: 20px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.foldableMenu-module--tree-container--FEjaR {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 12px;
  background-color: #fff;
  height: 100%;
}
.foldableMenu-module--tree-container--FEjaR .foldableMenu-module--folded--emYbr {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 4px;
}
.foldableMenu-module--tree-container--FEjaR .foldableMenu-module--folded--emYbr .foldableMenu-module--editButtonContainer--hoUwo {
  display: none;
}
.foldableMenu-module--tree-container--FEjaR .foldableMenu-module--folded--emYbr span {
  cursor: pointer;
}
.foldableMenu-module--tree-container--FEjaR .foldableMenu-module--active-menu--D2eCy svg {
  color: #386ee7;
}
.foldableMenu-module--tree-container--FEjaR .foldableMenu-module--editButtonContainer--hoUwo {
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(----Line-2--, #ebedf2);
}
.foldableMenu-module--tree-container--FEjaR .foldableMenu-module--editButtonContainer--hoUwo .foldableMenu-module--editButton--GZmAH {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 42px;
  gap: 8px;
  cursor: pointer;
  padding-left: 22px;
}
.foldableMenu-module--tree-container--FEjaR .foldableMenu-module--editButtonContainer--hoUwo .foldableMenu-module--editButton--GZmAH .foldableMenu-module--editButtonIcon--jJYcF {
  font-size: 16px;
  color: #6f7485;
}
.foldableMenu-module--tree-container--FEjaR .foldableMenu-module--editButtonContainer--hoUwo .foldableMenu-module--editButton--GZmAH .foldableMenu-module--editButtonText---JqKi {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.foldableMenu-module--new-tag-icon--E2GBd {
  margin-left: -2px;
  vertical-align: 2px;
}

.foldableMenu-module--badge-num--PyCct {
  min-width: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
  margin-left: 5px;
}

.foldableMenu-module--menuItem--cyE0S {
  display: flex;
  align-items: center;
}
.foldableMenu-module--menuItem--cyE0S .ant-menu-title-content {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.foldableMenu-module--menuTitle--c3o0I {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.foldableMenu-module--edm-menu--V9PGh {
  border: 0;
  padding: 0 10px;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.foldableMenu-module--edm-menu--V9PGh::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.foldableMenu-module--edm-menu--V9PGh:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.foldableMenu-module--edm-menu--V9PGh:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.foldableMenu-module--edm-menu--V9PGh:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.foldableMenu-module--edm-menu--V9PGh:hover::-webkit-scrollbar-button {
  display: none;
}
.foldableMenu-module--edm-menu--V9PGh:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.foldableMenu-module--edm-menu--V9PGh:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.foldableMenu-module--edm-menu--V9PGh:hover::-webkit-scrollbar-corner {
  display: none;
}
.foldableMenu-module--edm-menu--V9PGh .ant-layout-sider-children {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-light .ant-menu-submenu-title:hover {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-light .ant-menu-submenu-active {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):hover {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-item-group-title {
  padding-left: 20px;
  font-size: 12px;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu.ant-menu-sub.ant-menu-inline {
  background: #fff;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu {
  border: none;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu .ant-menu-item-selected {
  background-color: #f2f5ff;
  background-color: var(--Brand-1, #f2f5ff);
  font-weight: 500;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  border-radius: 4px;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content {
  display: inline-flex;
  align-items: center;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-inline .ant-menu-item {
  height: 42px;
  line-height: 42px;
  margin: 0;
  padding: 0 10px;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-inline .ant-menu-item::after {
  border-right-width: 0;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-submenu-selected {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-item:hover:not(.ant-menu-item-selected) {
  color: #272e47;
  color: var(--Text-5, #272e47);
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.foldableMenu-module--edm-menu--V9PGh i.ant-menu-submenu-arrow {
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-submenu-title {
  margin: 0;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-submenu-title:hover {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-inline .ant-menu-submenu-title {
  margin: 0;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-submenu-title .ant-menu-item-icon {
  min-width: 16px;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-item .ant-menu-item-icon {
  min-width: 16px;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-item:not(.ant-menu-item-selected) .ant-menu-title-content {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-item.level-1 .ant-menu-title-content {
  font-weight: 500;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-item:not(.ant-menu-item-selected):hover .ant-menu-title-content {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-inline.ant-menu-light:not(.ant-menu-sub) {
  padding: 0 0 0 4px;
}
.foldableMenu-module--edm-menu--V9PGh .level-1:not(:last-child) {
  margin-bottom: 6px;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-submenu.level-1 > .ant-menu-submenu-title {
  font-weight: 500;
  padding-left: 12px !important;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-submenu.level-1 > .ant-menu-submenu-title > .sirius-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.foldableMenu-module--edm-menu--V9PGh .ant-menu-submenu.level-1 > .ant-menu-submenu-title > .sirius-icon > svg {
  font-size: 16px;
}
.foldableMenu-module--edm-menu--V9PGh .level-2 {
  padding-left: 38px !important;
}
.foldableMenu-module--edm-menu--V9PGh .level-2.ant-menu-submenu.ant-menu-submenu-inline {
  padding-left: 6px !important;
}
.foldableMenu-module--edm-menu--V9PGh .level-2:first-child {
  margin-top: 2px;
}
.foldableMenu-module--edm-menu--V9PGh .level-2:not(:last-child) {
  margin-bottom: 2px;
}
.foldableMenu-module--edm-menu--V9PGh .level-1.ant-menu-item {
  padding-left: 12px !important;
}
.foldableMenu-module--edm-menu--V9PGh .level-1.ant-menu-item:hover {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
  border-radius: 2px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.foldableMenu-module--edm-menu--V9PGh .level-1.ant-menu-item.ant-menu-item-selected {
  background-color: #f2f5ff;
  background-color: var(--Brand-1, #f2f5ff);
  border-radius: 2px;
  font-weight: 500;
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.foldableMenu-module--edm-menu--V9PGh .level-1.ant-menu-item.ant-menu-item-selected:hover {
  background-color: #f2f5ff;
  background-color: var(--Brand-1, #f2f5ff);
}
.foldableMenu-module--edm-menu--V9PGh .level-1.ant-menu-item.ant-menu-item-selected .ant-menu-title-content {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.foldableMenu-module--edm-menu--V9PGh .level-1.ant-menu-item.ant-menu-item-selected .ant-menu-item-icon {
  filter: drop-shadow(100px 0 0 #4c6aff);
  filter: drop-shadow(100px 0 0 var(--Brand-6, #4c6aff));
  transform: translate(-100px);
}
.foldableMenu-module--edm-menu--V9PGh .level-1.ant-menu-item::after {
  border-right-width: 0px;
}

.sidebar-menu-edit-tooltip .ant-tooltip-inner {
  border-radius: 4px;
  padding: 8px 12px;
}
.sidebar-menu-edit-tooltip .settingTooltipContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.sidebar-menu-edit-tooltip .settingTooltipContent .settingTooltipContentBtn {
  color: #7088ff;
  color: var(--Brand-5-hover, #7088ff);
  font-weight: 500;
  cursor: pointer;
}
.index-module--menuBadgeWrapper--eAfJv {
  position: relative;
}
.index-module--menuBadgeWrapper--eAfJv.index-module--inline--EWcrd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.index-module--menuBadgeWrapper--eAfJv.index-module--between--eiFzH {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.index-module--menuBadgeWrapper--eAfJv.index-module--sup--1E4p4 {
  display: inline-flex;
}
.index-module--menuBadgeWrapper--eAfJv.index-module--sup--1E4p4 .index-module--menuBadge--wLeeG {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -14px);
  flex-shrink: 0;
  flex-grow: 0;
}
.index-module--menuBadgeWrapper--eAfJv.index-module--sup--1E4p4 .index-module--menuBadge--wLeeG.index-module--menuBadgeWeb--5cHV3 {
  z-index: 2;
}
.index-module--menuBadgeWrapper--eAfJv .index-module--menuBadge--wLeeG {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  height: 16px;
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  min-width: 16px;
}
.index-module--menuBadgeWrapper--eAfJv .index-module--menuBadge--wLeeG.index-module--animation--0\+mIl {
  padding: 0;
  height: 18px;
  width: 26px;
}
.index-module--menuBadgeWrapper--eAfJv .index-module--menuBadge--wLeeG.index-module--regular--iGyoU {
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
}
.index-module--menuBadgeWrapper--eAfJv .index-module--menuBadge--wLeeG.index-module--custom--98jSh {
  background: #0fd683;
  background: var(--Success-6, #0fd683);
}
.style-module--ff-upload-wrap--ORl4L {
  width: 100%;
  height: 100%;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  padding: 20px;
  padding-bottom: 36px;
  overflow-y: auto;
}
.style-module--ff-upload-wrap-content--Uda5F {
  width: 100%;
  min-height: 100px;
  margin-top: 20px;
  border-radius: 4px;
  background: #fff;
  white-space: nowrap;
  padding: 16px;
  position: relative;
}
.style-module--ff-upload-wrap--ORl4L .style-module--breadcrumb--PvlUP {
  cursor: pointer;
}
.style-module--ff-upload-wrap--ORl4L .style-module--bg-color--ziolN {
  background: #edf0ff;
}
.style-module--ff-upload-wrap--ORl4L .style-module--preview--cJxa8 {
  cursor: pointer;
  color: #3081f2;
  color: var(--Link-6, #3081f2);
  position: absolute;
  right: 35px;
  top: 30px;
}
.style-module--ff-upload-wrap--ORl4L .style-module--preview-disabled--G1xwE {
  position: absolute;
  right: 35px;
  top: 30px;
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  cursor: not-allowed;
}
.style-module--ff-upload-wrap--ORl4L .style-module--route-box--hIz\+A {
  margin-top: 12px;
}
.customs-scroll-box {
  position: fixed;
  z-index: 10;
  bottom: 44px;
  height: 12px;
  background-color: transparent;
}

.customs-scroll-tool {
  position: absolute;
  width: 100%;
  left: 0;
  top: 2px;
  background-color: #e1e6ed;
  border-radius: 4px;
  height: 8px;
}

.cutoms-hide-scroll::-webkit-scrollbar {
  display: none !important;
}
.file-module--upload--iTtlQ {
  margin-top: 16px;
  min-height: 500px;
}
.file-module--upload-success--mbwR4 {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  padding: 10px 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.file-module--upload-file--ZTbrG {
  display: flex;
  align-items: center;
  gap: 12px;
}
.file-module--upload-info--K0n-D {
  display: flex;
  align-items: center;
}

.file-module--common-box--mbiC2 {
  margin-top: 24px;
}
.file-module--common-box--mbiC2 .file-module--preview-image--tsgcE {
  position: relative;
  display: inline-block;
  width: 25%;
}
.file-module--common-box--mbiC2 .file-module--preview-image--tsgcE .file-module--image--lpo1n {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.file-module--common-box--mbiC2 .file-module--preview-image--tsgcE .file-module--mask--3g2cj {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  transition-property: all;
  transition-duration: 0.1s;
  background: #000;
  opacity: 0;
  top: 0px;
  cursor: pointer;
}
.file-module--common-box--mbiC2 .file-module--preview-image--tsgcE .file-module--mask--3g2cj .file-module--mask-item--ZCFIo {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.file-module--common-box--mbiC2 .file-module--preview-image--tsgcE:hover > .file-module--mask--3g2cj {
  opacity: 0.7;
}
.file-module--common-box--mbiC2 .file-module--title--pCkBe {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.file-module--common-box--mbiC2 .file-module--sub-title--ivm1M {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 0;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.file-module--common-box--mbiC2 .file-module--warning-text--fR9M0 {
  color: #e45244;
  color: var(--Error-7, #e45244);
}
.file-module--common-box--mbiC2 .file-module--box--MPMU2 {
  margin-top: 16px;
  display: flex;
  overflow: auto;
}
.file-module--common-box--mbiC2 .file-module--box-Item--vQ5d6 {
  flex: 1 1;
  width: 0;
}
.file-module--common-box--mbiC2 .file-module--drag-box--q4mpJ {
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  position: relative;
  margin-bottom: 16px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.file-module--common-box--mbiC2 .file-module--drag-box-required--Z6fzj {
  position: relative;
}
.file-module--common-box--mbiC2 .file-module--drag-box-required--Z6fzj::before {
  display: inline-block;
  color: #ff4d4f;
  font-size: 14px;
  line-height: 1;
  content: "*";
}

.file-module--image-upload-wrap--anJHc .file-module--img-type--7OvT8 {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.footerBar-module--footer-bar--xk7Ov {
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 44px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding-right: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 0.5px 0px #dcddde;
}
.preview-module--table-title-required--sGmJO {
  position: relative;
}
.preview-module--table-title-required--sGmJO::before {
  display: inline-block;
  color: #ff4d4f;
  font-size: 14px;
  line-height: 1;
  content: "*";
}
.style-module--search-route--iAh0t .ant-modal-header {
  border-bottom: none;
}
.style-module--search-route--iAh0t .ant-modal-footer {
  border-top: none;
}
.style-module--search-route--iAh0t .ant-input-prefix {
  margin-right: 8px;
  margin-left: 8px;
}
.style-module--search-route--iAh0t .ant-modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.style-module--search-route--iAh0t .style-module--title--tJzKJ {
  width: 100%;
  padding-left: 12px;
  padding-top: 12px;
  font-weight: 500;
}
.style-module--search-route--iAh0t .style-module--route-item--Gif4R {
  background: #f9fafb;
  border-radius: 4px;
  font-weight: 400;
  height: 38px;
  line-height: 38px;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.style-module--search-route--iAh0t .style-module--search-input--96JVa {
  background: #f9fafb;
  border-radius: 2px;
  border: none !important;
  height: 44px;
  line-height: 44px;
  margin-bottom: 16px;
}
.style-module--search-route--iAh0t .style-module--search-input--96JVa input {
  background: #f9fafb;
}
.style-module--search-route--iAh0t .style-module--search-input--96JVa input::placeholder {
  font-weight: normal;
}
.style-module--search-route--iAh0t .style-module--scroll-box--2I0hr {
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.style-module--route-box--DD-FY {
  margin-top: 13px;
  background: #e5eaff;
  border-radius: 4px;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  padding: 0 13px;
  color: #272e47;
  display: flex;
  align-items: center;
}
.style-module--route-box--DD-FY .style-module--pre-text--5SHtH {
  padding-left: 7px;
}
.style-module--route-box--DD-FY .style-module--svg-icon--xWhQa {
  vertical-align: -3px;
}
.style-module--route-box--DD-FY .style-module--text-box--YJdhv {
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quickTime-module--group--xIoDR {
  display: flex;
  align-items: center;
}
.editor-module--follow-editor--JzcOF {
  width: 100%;
}

.editor-module--editor-wrap--v0FAQ {
  position: relative;
  border-radius: 2px 6px 6px 6px;
  position: relative;
}
.editor-module--editor-wrap--v0FAQ .editor-module--placeholder--d5cX- {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  padding: 8px;
  font-size: 12px;
  pointer-events: auto;
}
.editor-module--editor-wrap--v0FAQ .editor-module--editor-footer--voI0R {
  height: 36px;
  line-height: 36px;
  padding: 0 11px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  position: relative;
}
.editor-module--editor-wrap--v0FAQ .editor-module--editor-btns--OBNkQ {
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translate(0, -50%);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.editor-module--editor-wrap--v0FAQ .ant-input {
  border-top-right-radius: 6px;
  border-top-left-radius: 2px;
  border: none !important;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  resize: none;
}
.editor-module--editor-wrap--v0FAQ .ant-input:focus {
  box-shadow: none;
}
.editor-module--editor-wrap--v0FAQ textarea::-webkit-input-placeholder {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.batchChange-module--batch-change--fpATd .batchChange-module--tips--mvLWk {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  display: flex;
  gap: 16px;
  align-items: center;
}
.batchChange-module--batch-change--fpATd .batchChange-module--tips-select--B5qgv {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.batchChange-module--batch-change--fpATd .batchChange-module--tips--mvLWk .batchChange-module--text--v57jk {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.batchChange-module--batch-change--fpATd .batchChange-module--message--FlN9r {
  margin-bottom: 12px;
}

.batchChange-module--select-data-popover--CX2N6 .batchChange-module--content--6AkQO {
  padding: 12px;
  min-height: 100px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.batchChange-module--select-data-popover--CX2N6 .batchChange-module--content--6AkQO .batchChange-module--tip--5w8a8 {
  font-weight: 500;
  font-size: 14px;
}
.batchChange-module--select-data-popover--CX2N6 .batchChange-module--content--6AkQO .batchChange-module--title--bpgru {
  background: #f2f3f8;
  margin-bottom: 0;
}
.analyzeText-module--ff-analyze--YziU1 .analyzeText-module--common-box--WZhzj {
  margin-top: 16px;
}
.analyzeText-module--ff-analyze--YziU1 .analyzeText-module--common-box--WZhzj .analyzeText-module--empty--LMHeQ {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  font-weight: normal;
}
.analyzeText-module--ff-analyze--YziU1 .analyzeText-module--table-title-required--3Kdeh {
  position: relative;
}
.analyzeText-module--ff-analyze--YziU1 .analyzeText-module--table-title-required--3Kdeh::before {
  display: inline-block;
  color: #ff4d4f;
  font-size: 14px;
  line-height: 1;
  content: "*";
}
.analyzeText-module--ff-analyze--YziU1 .analyzeText-module--row-title--NDrym {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 4px;
}
.analyzeText-module--ff-analyze--YziU1 .analyzeText-module--add-btn--oLKqD {
  padding-top: 10px;
  padding-left: 12px;
  padding-bottom: 16px;
  color: #5a7fe2;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}
.analyzeText-module--ff-analyze--YziU1 .analyzeText-module--table-col--tAECt {
  display: flex;
  align-items: center;
  color: red;
  gap: 8px;
}
.analyzeText-module--ff-analyze--YziU1 .analyzeText-module--table-col--tAECt .analyzeText-module--empty--LMHeQ {
  width: 40px;
}
.analyzeText-module--ff-analyze--YziU1 .analyzeText-module--max-width-cell--XLTp4 {
  max-width: 100px;
}
.style-module--wrapper--0dosY {
  padding: 16px 0 8px;
}
.style-module--wrapper--0dosY .style-module--icon---TIhM {
  width: 68px;
}
.style-module--wrapper--0dosY .style-module--text--RSbIq {
  font-size: 12px;
  color: #747a8c;
  padding-top: 16px;
}
.style-module--wrapper--0dosY .style-module--slot--LfbG3 {
  padding-top: 16px;
  display: flex;
  justify-content: center;
}
.popconfirm-module--ffms-popconfirm--DSfT9 .ant-popover-inner-content {
  padding: 12px 16px !important;
}

.popconfirm-module--btn--AHaZS,
.popconfirm-module--btn--AHaZS:hover {
  background-color: #4c6aff;
}
.style-module--ff-price--C5I-q {
  width: 100%;
  height: 100%;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  padding: 20px 16px;
  overflow-y: auto;
}
.style-module--ff-price--C5I-q .style-module--right-btns--Pisi9 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.style-module--ff-price-header--lz3pj {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.style-module--ff-price-header-left--Fxjlh {
  font-size: 16px;
  font-weight: 500;
}
.style-module--ff-price-header-right--W20ur {
  display: flex;
  align-items: center;
}
.style-module--ff-price-search--Pg2NF {
  border-radius: 4px;
  background: #fff;
  padding: 16px;
  margin-top: 12px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--line-1, #f0f1f5);
}
.style-module--ff-price-content--EjJXq {
  width: 100%;
  min-height: 100px;
  margin-top: 12px;
  border-radius: 4px;
  background: #fff;
  white-space: nowrap;
  padding: 16px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--line-1, #f0f1f5);
}
.style-module--ff-price--C5I-q .style-module--operateBar--mg-Ck {
  padding-bottom: 8px;
}
.style-module--ff-price--C5I-q .ant-table-selection-column {
  vertical-align: top;
}
.style-module--ff-price--C5I-q .ant-table-cell {
  vertical-align: top;
}

.style-module--arrowBtn--V6Pw3 {
  display: flex;
  align-items: center;
}
.style-module--arrowBtn--V6Pw3:hover .style-module--iconWrapper--5QqpZ {
  transform: rotateZ(180deg);
}
.style-module--arrowBtn--V6Pw3 .style-module--iconWrapper--5QqpZ {
  margin-left: 8px;
  height: 16px;
  transition: all 0.3s linear;
}

.style-module--link--ygxVu,
.style-module--hilight--BKQqB {
  color: #4c6aff;
}
.uploadModal-module--upload-success--uRl6m {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  padding: 10px 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.uploadModal-module--upload-file--8Gz7S {
  display: flex;
  align-items: center;
  gap: 12px;
}
.uploadModal-module--upload-info---FrVS {
  display: flex;
  align-items: center;
}

.uploadModal-module--drap-wrap--NpXRT {
  margin-top: 16px;
}
.uploadModal-module--drap-wrap--NpXRT .uploadModal-module--standard--PmpOf {
  display: flex;
  flex-wrap: nowrap;
}
.uploadModal-module--drap-wrap--NpXRT .uploadModal-module--upload-field--yINoI {
  display: flex;
  flex-wrap: nowrap;
}
.uploadModal-module--drap-wrap--NpXRT .uploadModal-module--title--T0fHJ {
  font-size: 12px;
}
.uploadModal-module--drap-wrap--NpXRT .uploadModal-module--drag-box--jvJTe {
  cursor: grab;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  position: relative;
}
.uploadModal-module--drap-wrap--NpXRT .uploadModal-module--drag-box-required--WUwlD {
  position: relative;
}
.uploadModal-module--drap-wrap--NpXRT .uploadModal-module--drag-box-required--WUwlD::before {
  display: inline-block;
  color: #ff4d4f;
  font-size: 14px;
  line-height: 1;
  content: "*";
}
.uploadModal-module--drap-wrap--NpXRT .uploadModal-module--drag-box-common--KiRYO {
  cursor: initial;
}
.uploadModal-module--drap-wrap--NpXRT .uploadModal-module--drag-box-table--MRG1C {
  border: none;
}
.image-module--ffms-drap-wrap--6SZzE {
  margin-top: 16px;
}
.image-module--ffms-drap-wrap--6SZzE .image-module--standard--8V\+sF {
  display: flex;
  flex-wrap: nowrap;
}
.image-module--ffms-drap-wrap--6SZzE .image-module--upload-field--9TV8B {
  margin-top: 64px;
  display: flex;
  flex-wrap: nowrap;
}
.image-module--ffms-drap-wrap--6SZzE .image-module--title--PZOwf {
  font-size: 12px;
}
.image-module--ffms-drap-wrap--6SZzE .image-module--drag-box-column--FSOTD {
  cursor: grab;
  width: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.image-module--ffms-drap-wrap--6SZzE .image-module--drag-box-column--FSOTD .image-module--box--Z7fyT {
  height: 34px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
}
.image-module--ffms-drap-wrap--6SZzE .image-module--drag-box-column--FSOTD .image-module--box-header--tbUqP {
  color: blue;
  position: relative;
}
.image-module--ffms-drap-wrap--6SZzE .image-module--drag-box-column--FSOTD .image-module--box-header--tbUqP .image-module--btn--O7\+\+3 {
  cursor: pointer;
}
.image-module--ffms-drap-wrap--6SZzE .image-module--drag-box-column--FSOTD .image-module--box-header--tbUqP .image-module--cancel--\+3PLF {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: -39px;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  display: flex;
}
.image-module--ffms-drap-wrap--6SZzE .image-module--drag-box-column--FSOTD .image-module--box-header--tbUqP .image-module--cancel--\+3PLF::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  border-left: 1px dashed blue;
  transform: translateX(-0.5px);
  left: 50%;
  top: -20px;
}
.image-module--ffms-drap-wrap--6SZzE .image-module--drag-box-column--FSOTD .image-module--box-header--tbUqP .image-module--cancel--\+3PLF::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  border-left: 1px dashed blue;
  transform: translateX(-0.5px);
  left: 50%;
  top: 14px;
}
.image-module--ffms-drap-wrap--6SZzE .image-module--drag-box--AxDyZ {
  cursor: grab;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  position: relative;
}
.image-module--ffms-drap-wrap--6SZzE .image-module--drag-box--AxDyZ .ant-input-affix-wrapper {
  border: none !important;
}
.image-module--ffms-drap-wrap--6SZzE .image-module--drag-box-required--51wrh {
  position: relative;
}
.image-module--ffms-drap-wrap--6SZzE .image-module--drag-box-required--51wrh::before {
  display: inline-block;
  color: #ff4d4f;
  font-size: 14px;
  line-height: 1;
  content: "*";
}
.image-module--ffms-drap-wrap--6SZzE .image-module--drag-box-common--HSZBw {
  cursor: initial;
}
.image-module--ffms-drap-wrap--6SZzE .image-module--drag-box-table--lb8FA {
  border: none;
}
.style-module--price-search--xBz-k .ant-form-item {
  margin-bottom: 16px;
}
.style-module--price-search--xBz-k .style-module--line--2vdkn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.style-module--price-search--xBz-k .style-module--line--2vdkn .style-module--label--qtdtw {
  min-width: 60px;
  text-align: right;
  color: #747a8c;
}
.style-module--price-search--xBz-k .style-module--line--2vdkn .ant-form-item-label > label {
  color: #747a8c;
}
.style-module--price-search--xBz-k .style-module--split--Yz\+VM .ant-form-item {
  flex: 1 1;
  margin-right: 32px;
}
.style-module--price-search--xBz-k .style-module--last-line--FlPQW .ant-form-item {
  margin-bottom: 0px;
}
.style-module--link-btn--tk\+m\+ {
  cursor: pointer;
  color: #4c6aff;
  transition: all 0.2s;
  -webkit-user-select: none;
          user-select: none;
}
.style-module--link-btn--tk\+m\+.style-module--disabled--u\+Kw3 {
  color: #b7c3ff;
}

.style-module--max-width-cell--Ji7VM {
  max-width: 260px;
  color: #4c6aff;
  font-size: 16px;
}

.style-module--light--XXK0w {
  color: #4c6aff;
}

.style-module--ellipsis--JEiOD {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.style-module--shipInfo--9akDd {
  width: 144px;
}
.style-module--shipInfo--9akDd .style-module--shipMaster--LMqGL {
  font-size: 16px;
  color: #272e47;
}
.style-module--shipInfo--9akDd .style-module--shipCount--HAHUg {
  font-size: 14px;
  color: #747a8c;
}

.style-module--date--bcpNO {
  font-size: 14px;
  color: #747a8c;
}

.style-module--routeInfo--M5\+Xm {
  min-width: 520;
  display: flex;
}
.style-module--routeInfo--M5\+Xm .style-module--from--Eb8DW {
  min-width: 175px;
  flex: 1 1;
  text-align: right;
}
.style-module--routeInfo--M5\+Xm .style-module--arrow--8dmN\+ {
  padding: 0 20px;
  line-height: 1;
  text-align: center;
  width: 160px;
}
.style-module--routeInfo--M5\+Xm .style-module--to--tyOol {
  min-width: 175px;
  flex: 1 1;
  text-align: left;
}
.style-module--routeInfo--M5\+Xm .style-module--portName--QKuG2 {
  font-size: 16px;
  color: #272e47;
  font-weight: bold;
}
.style-module--routeInfo--M5\+Xm .style-module--routeName--eV7Zw {
  font-size: 12px;
  color: #747a8c;
}
.style-module--routeInfo--M5\+Xm .style-module--voyage--e9WLp {
  color: #747a8c;
  margin-top: 4px;
}

.style-module--tableOperate--3ol9k .style-module--opmenuIcon--ADT9t {
  position: relative;
  top: 5px;
  font-size: 20px;
  color: #4c6aff;
}

.style-module--tag--Wo5br {
  position: relative;
  display: inline-block;
  border-radius: 2px;
  background: #ffe5e2;
  color: #cb493d;
  font-weight: normal;
  font-size: 12px;
  padding: 2px 6px;
  margin-right: 4px;
  top: -2px;
}
.edmSelect-module--wrapper--gsO9N {
  display: flex;
  padding-bottom: 12px;
  align-items: center;
  justify-content: space-between;
}
.edmSelect-module--wrapper--gsO9N .edmSelect-module--cell--LZ4aL {
  display: flex;
  align-items: center;
}
.edmSelect-module--wrapper--gsO9N .edmSelect-module--cell--LZ4aL .edmSelect-module--label--cFrIe {
  color: #272e47;
  font-size: 14px;
  margin-right: 5px;
}
.edmSelect-module--wrapper--gsO9N .edmSelect-module--cell--LZ4aL .edmSelect-module--number--gUEbX {
  color: #4c6aff;
}
.edmSendDetail-module--wrapper--tleTO {
  position: relative;
  padding: 15px 20px;
  background: #f6f7fa;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--detailCount--oqrDh {
  padding-bottom: 12px;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--detailCount--oqrDh .edmSendDetail-module--detailCell--l8qq3:first-child .edmSendDetail-module--detailCard--m5koi {
  border-radius: 4px 0px 0px 4px;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--detailCount--oqrDh .edmSendDetail-module--detailCell--l8qq3:last-child .edmSendDetail-module--detailCard--m5koi {
  border-radius: 0px 4px 4px 0px;
  border-right: 1px solid #ebedf2;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--detailCount--oqrDh .edmSendDetail-module--detailCard--m5koi {
  position: relative;
  overflow: hidden;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  color: #545a6e;
  border: 1px solid #ebedf2;
  border-right: none;
  cursor: pointer;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--detailCount--oqrDh .edmSendDetail-module--detailCard--m5koi.edmSendDetail-module--actived---uxhh {
  color: #4c6aff;
  background-color: #fff;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--detailCount--oqrDh .edmSendDetail-module--detailCard--m5koi.edmSendDetail-module--actived---uxhh::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #4c6aff;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--detailCount--oqrDh .edmSendDetail-module--detailCard--m5koi .edmSendDetail-module--icon--pEYYO {
  font-size: 0;
  padding-top: 4px;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--detailCount--oqrDh .edmSendDetail-module--detailCard--m5koi .edmSendDetail-module--icon--pEYYO img {
  width: 22px;
  height: 22px;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--detailCount--oqrDh .edmSendDetail-module--detailCard--m5koi .edmSendDetail-module--number--WQQCn {
  color: #545a6e;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--detailCount--oqrDh .edmSendDetail-module--detailCard--m5koi .edmSendDetail-module--number--WQQCn > span {
  color: #272e47;
  font-weight: bold;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--table--J9yYn {
  width: 705px;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--table--J9yYn .ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container:after {
  box-shadow: none;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--table--J9yYn .ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container:before {
  box-shadow: none;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--table--J9yYn thead.ant-table-thead th.ant-table-cell {
  background-color: #fff;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--table--J9yYn tbody.ant-table-tbody .odd td {
  background-color: #fff;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--table--J9yYn tbody.ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #fff;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--table--J9yYn thead.ant-table-thead th.ant-table-cell {
  border-bottom: 1px solid #f0f1f5;
}
.edmSendDetail-module--wrapper--tleTO .edmSendDetail-module--table--J9yYn tbody.ant-table-tbody td {
  border-bottom: 1px solid #f0f1f5;
}
@charset "UTF-8";
.style-module--ffms-history-detail--KO0Qd .ant-table {
  margin: 0 !important;
}
.style-module--ffms-history-detail--KO0Qd .ant-table-body tr.ant-table-row {
  cursor: pointer;
}
.style-module--ffms-history-detail--KO0Qd .ant-table-thead th.ant-table-row-expand-icon-cell::after {
  content: "推送客户";
}
.style-module--ffms-history-detail--KO0Qd .ant-pagination {
  margin-bottom: 0;
}
.style-module--ffms-history-detail--KO0Qd .ant-modal-body {
  max-height: none !important;
}
.style-module--ffms-history-detail--KO0Qd tr.ant-table-expanded-row > td.ant-table-cell {
  padding: 0;
}

.style-module--max-width-cell--o0\+CU {
  max-width: 260px;
}

.style-module--wrapper--SuET9 .style-module--header--yY1t- {
  display: flex;
  padding: 16px;
  background: #f6f7fa;
  border-radius: 4px;
  margin-bottom: 12px;
  justify-content: space-between;
}
.style-module--wrapper--SuET9 .style-module--shipInfo--awU8f .style-module--shipMaster--x\+Tnh {
  font-size: 16px;
  color: #272e47;
}
.style-module--wrapper--SuET9 .style-module--shipInfo--awU8f .style-module--shipCount--Pi5T5 {
  font-size: 14px;
  color: #747a8c;
}
.style-module--wrapper--SuET9 .style-module--routeInfo--wh4z9 {
  width: 500px;
  display: flex;
}
.style-module--wrapper--SuET9 .style-module--routeInfo--wh4z9 .style-module--from--d\+\+KM {
  width: 175px;
  text-align: right;
}
.style-module--wrapper--SuET9 .style-module--routeInfo--wh4z9 .style-module--arrow--xREER {
  padding: 0 20px;
  line-height: 1;
  text-align: center;
  width: 160px;
}
.style-module--wrapper--SuET9 .style-module--routeInfo--wh4z9 .style-module--to--HUBNc {
  width: 175px;
  text-align: left;
}
.style-module--wrapper--SuET9 .style-module--routeInfo--wh4z9 .style-module--portName--4iYon {
  font-size: 16px;
  color: #272e47;
  font-weight: bold;
}
.style-module--wrapper--SuET9 .style-module--routeInfo--wh4z9 .style-module--routeName--3fkXh {
  font-size: 12px;
  color: #747a8c;
}
.style-module--wrapper--SuET9 .style-module--routeInfo--wh4z9 .style-module--voyage--0PGcj {
  color: #747a8c;
  margin-top: 4px;
}

.style-module--ellipsis--OwKhP {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.style-module--tag--\+i0yv {
  position: relative;
  display: inline-block;
  border-radius: 2px;
  background: #d6f7f1;
  color: #398e80;
  font-size: 12px;
  font-weight: normal;
  padding: 2px 6px;
  margin-left: 8px;
  top: -1px;
}
.style-module--tag--\+i0yv.style-module--invalid--tBEPU {
  background: #ffe5e2;
  color: #cb493d;
}

.style-module--customerCount--xxaEb {
  cursor: pointer;
  white-space: nowrap;
  color: #4c6aff;
}
.style-module--customerCount--xxaEb .style-module--arrowRight--4wEHX svg {
  position: relative;
  color: #4c6aff;
  top: 1px;
}

.style-module--customerList--FxHAL {
  width: 380px;
  padding: 10px;
}

.style-module--routeCell--8bQFO {
  max-width: 300px;
  word-wrap: break-word;
  word-break: break-all;
}
.style-module--price-detail--W766H .ant-space-align-center {
  align-items: baseline;
}
.style-module--price-detail--W766H .ant-space {
  width: 100%;
}
.style-module--price-detail--W766H .ant-space .ant-space-item:nth-child(1) {
  flex: 1 1;
}
.style-module--price-detail--W766H .ant-space .ant-space-item:nth-child(2) {
  width: 150px;
}
.style-module--price-detail--W766H .style-module--old-data--JcJaJ {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  padding-left: 15px;
}
.style-module--price-detail--W766H .style-module--notice--AECmZ {
  padding: 0 20px 16px 80px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.style-module--price-detail--W766H .style-module--footer--G7JfG {
  float: right;
}
.style-module--price-detail--W766H .style-module--footerBtn--0am0T {
  border-radius: 2px;
  border: none;
}
.style-module--price-detail--W766H .style-module--footerBtn--0am0T:nth-child(1) {
  background: #f0f2f7;
  color: #545a6e;
  margin-right: 16px;
}
.style-module--price-detail--W766H .style-module--footerBtn--0am0T:nth-child(2) {
  margin-right: 16px;
  background: #4c6aff;
}
.style-module--ff-price-header--cDcTR {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.style-module--ff-price-header-left--1AvDN {
  font-size: 16px;
  font-weight: 500;
}
.style-module--ff-price-header-right--pUD2k {
  display: flex;
  align-items: center;
}
.style-module--ff-price-header-bottom--DWp0m {
  width: 100%;
}
.style-module--ff-price-header-sub-title--7n3vO {
  color: #747a8c;
  font-size: 12px;
  padding-top: 10px;
  margin-left: 8px;
  font-weight: normal;
}
.style-module--message-box--bQ0bC {
  margin-top: 8px;
  height: 32px;
  background: #e5eaff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  padding: 0 10px;
  box-shadow: 5px;
  font-weight: 400;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.style-module--wrapper--Q2eqb .style-module--table--\+OTz6 {
  border: 1px solid #ebedf2;
}
.style-module--wrapper--Q2eqb .style-module--table--\+OTz6 thead.ant-table-thead {
  display: none;
}
.style-module--wrapper--Q2eqb .style-module--table--\+OTz6 .ant-table-cell {
  vertical-align: middle;
}
.style-module--wrapper--Q2eqb .style-module--freightTable--4Pwpp {
  padding-bottom: 15px;
}
.style-module--wrapper--Q2eqb .style-module--customerList--Jzudq .style-module--customers--Fp6GB {
  padding: 10px;
  border: 1px solid #ebedf2;
  height: 100px;
  overflow-y: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.style-module--wrapper--Q2eqb .style-module--customerList--Jzudq .style-module--customers--Fp6GB::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.style-module--wrapper--Q2eqb .style-module--customerList--Jzudq .style-module--customers--Fp6GB:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.style-module--wrapper--Q2eqb .style-module--customerList--Jzudq .style-module--customers--Fp6GB:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.style-module--wrapper--Q2eqb .style-module--customerList--Jzudq .style-module--customers--Fp6GB:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.style-module--wrapper--Q2eqb .style-module--customerList--Jzudq .style-module--customers--Fp6GB:hover::-webkit-scrollbar-button {
  display: none;
}
.style-module--wrapper--Q2eqb .style-module--customerList--Jzudq .style-module--customers--Fp6GB:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.style-module--wrapper--Q2eqb .style-module--customerList--Jzudq .style-module--customers--Fp6GB:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.style-module--wrapper--Q2eqb .style-module--customerList--Jzudq .style-module--customers--Fp6GB:hover::-webkit-scrollbar-corner {
  display: none;
}
.style-module--wrapper--Q2eqb .style-module--customerList--Jzudq .style-module--customer--cUVPS {
  display: inline-block;
  background: #f6f7fa;
  color: #545a6e;
  padding: 4px 12px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.style-module--wrapper--Q2eqb .style-module--tip--W363Y {
  padding-bottom: 5px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}

.style-module--ellipsis--uHn3v {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.style-module--shipInfo--xUMoZ {
  width: 144px;
}
.style-module--shipInfo--xUMoZ .style-module--shipMaster--j5DUg {
  font-size: 16px;
  color: #272e47;
}
.style-module--shipInfo--xUMoZ .style-module--shipCount--7E1N- {
  font-size: 14px;
  color: #747a8c;
}

.style-module--date--VxYy9 {
  font-size: 14px;
  color: #747a8c;
}

.style-module--routeInfo--YpuF\+ {
  display: flex;
  padding: 0 24px;
}
.style-module--routeInfo--YpuF\+ .style-module--from--8gcvP {
  width: 100px;
  flex: 1 1;
  text-align: right;
}
.style-module--routeInfo--YpuF\+ .style-module--arrow--vAC3C {
  padding: 0 20px;
  line-height: 1;
  text-align: center;
  width: 160px;
}
.style-module--routeInfo--YpuF\+ .style-module--to--k-dkt {
  width: 100px;
  flex: 1 1;
  text-align: left;
}
.style-module--routeInfo--YpuF\+ .style-module--portName--DDQfE {
  font-size: 16px;
  color: #272e47;
  font-weight: bold;
}
.style-module--routeInfo--YpuF\+ .style-module--routeName--uESTQ {
  font-size: 12px;
  color: #747a8c;
}
.style-module--routeInfo--YpuF\+ .style-module--voyage--ZovVM {
  color: #747a8c;
  margin-top: 4px;
}

.style-module--price--0G6Jm {
  color: #4c6aff;
}
.style-module--wrapper--I938Q * {
  font-family: "LX-numbers";
}
.style-module--wrapper--I938Q .style-module--qicon--1J1bv {
  margin: 0 5px;
}
.style-module--wrapper--I938Q .ant-descriptions-title {
  font-size: 14px;
}
.style-module--wrapper--I938Q .ant-descriptions-header {
  margin-bottom: 16px;
}
.style-module--wrapper--I938Q .ant-descriptions-item-label {
  color: #7a8599;
  align-items: center;
}
.style-module--wrapper--I938Q .ant-descriptions-item-content {
  color: #232d47;
  font-weight: 400;
  align-items: center;
}
.style-module--wrapper--20GJE {
  display: flex;
  align-items: center;
}

.style-module--rule-detail--PJSC1 {
  padding: 15px;
}
.style-module--rule-detail--PJSC1 .style-module--title--lPxLu {
  font-weight: 500;
  font-size: 16px;
  color: #232d47;
}
.style-module--rule-detail--PJSC1 .style-module--label--BgBUK {
  font-weight: 400;
  font-size: 12px;
  color: #7a8599;
  margin-top: 8px;
}
.style-module--rule-detail--PJSC1 .style-module--value--0-rPT {
  font-weight: 400;
  font-size: 12px;
  color: #232d47;
  margin-top: 4px;
}
.style-module--rule-detail--PJSC1 .style-module--value--0-rPT .style-module--highlight--DoNl3 {
  color: #4c6aff;
}
.style-module--rule-detail--PJSC1 .style-module--value--0-rPT .style-module--index--ZRjdn {
  display: inline-block;
  width: 15px;
}
.style-module--rule-detail--PJSC1 .style-module--date-spl--GyjCm {
  padding: 0 5px;
}
.style-module--wrapper--KsEH7 {
  display: flex;
  align-items: center;
}

.style-module--domain-tag--cSm8o {
  background: #ebf3fe;
  color: #5968b2;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.sirius-contact-selected-list-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sirius-contact-selected-list-container .list-title {
  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;
}
.sirius-contact-selected-list-container .list-wrap {
  flex: 1 1;
}
.sirius-contact-selected-list-container .list-wrap .v-scroll-list {
  overflow-y: scroll;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.sirius-contact-selected-list-container .list-wrap .v-scroll-list::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.sirius-contact-selected-list-container .list-wrap .v-scroll-list::-webkit-scrollbar:horizontal {
  height: 6px;
}
.sirius-contact-selected-list-container .list-wrap .v-scroll-list::-webkit-scrollbar-button {
  display: none;
}
.sirius-contact-selected-list-container .list-wrap .v-scroll-list::-webkit-scrollbar-thumb {
  background-color: #d4d4d6;
  background-color: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.sirius-contact-selected-list-container .list-wrap .v-scroll-list::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.sirius-contact-selected-list-container .list-wrap .v-scroll-list::-webkit-scrollbar-corner {
  display: none;
}
.sirius-contact-selected-list-container .list-footer {
  height: 64px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sirius-contact-selected-list-container .list-footer .list-footer-btn {
  margin-right: 16px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--item--Ylp51 {
  position: relative;
  height: 72px;
  overflow: hidden;
  padding: 8px 16px;
}
.index-module--item--Ylp51.index-module--normal--OZ49\+ {
  height: 50px;
}
.index-module--item--Ylp51 .index-module--hitText--FumtI {
  color: #386ee7;
}
.index-module--item--Ylp51 .ant-list-item-meta.p-right {
  padding-right: 24px;
}
.index-module--item--Ylp51 .ant-list-item-meta-avatar {
  margin-right: 12px;
}
.index-module--item--Ylp51 .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(38, 42, 51, 0.9);
}
.index-module--item--Ylp51 .ant-list-item-meta-description {
  color: rgba(38, 42, 51, 0.5);
}
.index-module--item-select--udKyz {
  background-color: rgba(39, 46, 71, 0.08);
}
.index-module--item-checked--3JWHY {
  background-color: rgba(214, 230, 252, 0.9);
}
.index-module--item--Ylp51 .index-module--subtitle--e3-VN {
  font-family: "PingFang SC";
  font-weight: 400;
  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--Ylp51 .index-module--itemDelete--YoW4- {
  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--Ylp51 .index-module--itemAvatarContainer--4QlgC {
  display: flex;
  align-items: center;
}
.index-module--item--Ylp51 .index-module--itemAvatarContainer--4QlgC .index-module--itemAvatarCheckbox--HfbJS {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.index-module--item--Ylp51 .index-module--itemAvatarContainer--4QlgC .index-module--itemAvatarCheckbox--HfbJS .ant-checkbox {
  top: 0;
}
.index-module--item--Ylp51 .index-module--itemAvatarContainer--4QlgC .index-module--itemAvatarWrap--O9wHV {
  height: 32px;
  width: 32px;
}
.index-module--item--Ylp51:hover:not(.index-module--item-select--udKyz):not(.index-module--item-select-disable--fTpUH) {
  background: #f0f0f1;
}
.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);
}
.index-module--contact-tree--WTKYz .tree-leaf-checkbox {
  line-height: 16px;
}

.index-module--org-item--LPNHI {
  position: relative;
  overflow: hidden;
  padding: 8px 16px;
  border-radius: 4px;
}
.index-module--org-item--LPNHI:hover {
  background: #f0f0f1;
}
.index-module--org-item--LPNHI.index-module--normal--Gjeij {
  height: 50px;
}
.index-module--org-item--LPNHI .index-module--hitText--WbjAh {
  color: #386ee7;
}
.index-module--org-item--LPNHI .ant-list-item-meta.p-right {
  padding-right: 24px;
}
.index-module--org-item--LPNHI .ant-list-item-meta-avatar {
  margin-right: 12px;
}
.index-module--org-item--LPNHI .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(38, 42, 51, 0.9);
}
.index-module--org-item--LPNHI .ant-list-item-meta-description {
  color: rgba(38, 42, 51, 0.5);
}

.index-module--item-delete--jVNxK {
  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--list-item--0HFZn {
  padding: 8px 12px;
  border-radius: 4px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.sirius-contact-tree {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sirius-contact-tree .contact-tree-divider {
  height: 1px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
  margin: 8px 16px;
}
.sirius-contact-tree .contact-tree-enterprise,
.sirius-contact-tree .contact-tree-personal {
  width: 100%;
}
.sirius-contact-tree .contact-tree-enterprise .ant-tree,
.sirius-contact-tree .contact-tree-personal .ant-tree {
  background: transparent;
  font-size: 14px;
}
.sirius-contact-tree .contact-tree-enterprise .ant-tree .ant-tree-treenode,
.sirius-contact-tree .contact-tree-personal .ant-tree .ant-tree-treenode {
  padding: 2px 0 2px 12px;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
  overflow: hidden;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.sirius-contact-tree .contact-tree-enterprise .ant-tree .ant-tree-treenode .ant-tree-checkbox,
.sirius-contact-tree .contact-tree-personal .ant-tree .ant-tree-treenode .ant-tree-checkbox {
  margin: 0 8px 0 0;
}
.sirius-contact-tree .contact-tree-enterprise .ant-tree .ant-tree-treenode .ant-tree-indent-unit,
.sirius-contact-tree .contact-tree-personal .ant-tree .ant-tree-treenode .ant-tree-indent-unit {
  width: 12px;
}
.sirius-contact-tree .contact-tree-enterprise .ant-tree .ant-tree-treenode .ant-tree-switcher,
.sirius-contact-tree .contact-tree-personal .ant-tree .ant-tree-treenode .ant-tree-switcher {
  width: 15px;
  padding-left: 5px;
  line-height: 28px;
}
.sirius-contact-tree .contact-tree-enterprise .ant-tree .ant-tree-treenode .ant-tree-switcher-noop,
.sirius-contact-tree .contact-tree-personal .ant-tree .ant-tree-treenode .ant-tree-switcher-noop {
  width: 0;
  padding-left: 0;
}
.sirius-contact-tree .contact-tree-enterprise .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper,
.sirius-contact-tree .contact-tree-personal .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: 28px;
  line-height: 28px;
}
.sirius-contact-tree .contact-tree-enterprise .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover,
.sirius-contact-tree .contact-tree-personal .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: none;
}
.sirius-contact-tree .contact-tree-enterprise .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected,
.sirius-contact-tree .contact-tree-personal .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: none;
}
.sirius-contact-tree .contact-tree-enterprise .ant-tree .ant-tree-treenode.ant-tree-treenode-selected,
.sirius-contact-tree .contact-tree-personal .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;
}
.sirius-contact-tree .contact-tree-enterprise .ant-tree .ant-tree-treenode:hover,
.sirius-contact-tree .contact-tree-personal .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 .contact-tree-enterprise .contact-tree-node-separator,
.sirius-contact-tree .contact-tree-personal .contact-tree-node-separator {
  min-height: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 8px 12px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.sirius-contact-tree .contact-tree-enterprise .contact-tree-node-separator:last-child,
.sirius-contact-tree .contact-tree-personal .contact-tree-node-separator:last-child {
  display: none;
}

.contact-tree-leaf-wrap {
  padding-right: 12px;
  display: flex;
  align-items: center;
  height: 38px;
}
.contact-tree-leaf-wrap.no-avatar {
  height: inherit;
}
.contact-tree-leaf-wrap .contact-tree-org-select {
  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;
}
.contact-tree-leaf-wrap:hover .contact-tree-org-select {
  display: flex;
}

.contact-tree-leaf-wrap-container .contact-tree-org-select-mail {
  display: none;
}
.contact-tree-leaf-wrap-container:hover .contact-tree-leaf-wrap-mail {
  width: 150px;
}
.contact-tree-leaf-wrap-container:hover .contact-tree-org-select-mail {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 10px;
}

.contact-tree-org-wrap {
  padding-right: 12px;
  position: relative;
  display: flex;
}
.contact-tree-org-wrap .contact-tree-org-title {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contact-tree-org-wrap .contact-tree-org-title-label {
  flex: none;
}
.contact-tree-org-wrap .contact-tree-org-select {
  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;
}
.contact-tree-org-wrap:hover .contact-tree-org-select {
  display: flex;
}

.contact-tree-org-wrap-recentRoot {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.contact-tree-org-wrap-recentRoot .contact-tree-org-title-svg {
  vertical-align: middle;
}

.contact-tree-avatar {
  flex: none;
  margin-right: 8px;
  width: 28px;
  height: 28px;
}

.tree-leaf-checkbox {
  flex: none;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.rencent-tooltip-arrow .ant-tooltip-arrow {
  display: block !important;
}
.sirius-contact-list-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sirius-contact-list-container .no-data {
  margin-top: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(38, 42, 51, 0.9);
}
.sirius-contact-list-container .contact-list-loading {
  margin-top: 148px;
  color: rgba(38, 42, 51, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sirius-contact-list-container .no-more {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(38, 42, 51, 0.4);
}

.contact-select-container {
  flex: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-select-container .contact-search-wrap {
  flex: none;
  display: flex;
  height: 28px;
  margin: 12px 16px;
}
.contact-select-container .contact-search-wrap .contact-search {
  height: 28px;
  border: 0.5px solid rgba(38, 42, 51, 0.16);
  box-sizing: border-box;
  border-radius: 24px;
}
.contact-select-container .contact-list-tab {
  flex: 1 1;
  width: 100%;
  overflow: hidden;
}
.contact-select-container .contact-tree-tab {
  flex: 1 1;
  width: 100%;
  overflow: hidden;
}

@charset "UTF-8";
.style-module--title--kypWl {
  font-weight: 500;
  font-size: 14px;
  color: #232d47;
}

.style-module--tip--0MGof {
  font-weight: 400;
  font-size: 12px;
  color: #7a8599;
  margin-left: 8px;
}

.style-module--list--BxHaV {
  height: 73px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 12px;
  padding-right: 8px;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.style-module--list--BxHaV::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.style-module--list--BxHaV::-webkit-scrollbar-track {
  border-radius: 6px;
}
.style-module--list--BxHaV::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(38, 42, 51, 0.3);
  padding: 4px;
}

.style-module--listItem--tCM6y {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #f4f6f7;
  border-radius: 4px;
  margin-bottom: 8px;
}

.style-module--detail--dcG9b {
  position: relative;
  flex: 1 1;
  padding: 0 18px 0 8px;
  min-width: 0;
}

.style-module--name--R4DJW {
  font-weight: 500;
  font-size: 14px;
  color: #232d47;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.style-module--email--OdAGP {
  font-weight: 400;
  font-size: 12px;
  color: #4e5a70;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.style-module--icon--XkJfd {
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 16px;
  right: 0;
  top: 0;
}
.style-module--flex1--bH-L8 {
  flex: 1 1;
}

.style-module--flex--jJHhB {
  display: flex;
}

.style-module--flex-col--NX2Py {
  flex-direction: column;
}

.style-module--flex-center--xRXhS {
  align-items: center;
  justify-content: center;
}

.style-module--link-btn--5YPjw {
  color: #396ee7;
  cursor: pointer;
}

.style-module--alr--56y5h {
  text-align: right;
}

.customer-recommend-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.customer-recommend-drawer .ant-drawer-header {
  padding: 24px 24px 16px;
}
.customer-recommend-drawer .ant-drawer-header .ant-drawer-close {
  top: 7px;
}

.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header {
  padding-top: 55px;
}
.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header .ant-drawer-close {
  top: 37px;
}

.style-module--recommend-table--GDf5t .ant-table-cell .ant-spin .ant-spin-dot > i,
.customer-recommend-drawer .ant-drawer-title .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.style-module--recommend-table--GDf5t .ant-table-cell .spin-label,
.customer-recommend-drawer .ant-drawer-title .spin-label {
  display: none;
}

.style-module--recommend-table--GDf5t .ant-table-header .ant-table-thead .ant-table-cell {
  background: #f9fafb;
  color: #7a8599;
  font-weight: 400;
  font-size: 14px;
  border-bottom: none;
}
.style-module--recommend-table--GDf5t .ant-table-header {
  border-radius: 8px;
}
.style-module--recommend-table--GDf5t .ant-table-cell::before {
  display: none;
}

.style-module--domain-tag--I0mds {
  background: #ebf3fe;
  color: #5968b2;
}

.style-module--no-wrap--vj7wV {
  white-space: nowrap;
}

.style-module--special-tab--5YmPZ .ant-tabs-nav-list .ant-tabs-tab-btn {
  color: #7a8599;
}
.style-module--special-tab--5YmPZ .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}

.pagination-wrap-hidden {
  display: none;
}

.style-module--mark-modal-title--lTcLl {
  display: flex;
  align-items: center;
}
.style-module--mark-modal-title--lTcLl span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #232d47;
}

.style-module--mark-modal-content--FRA4h {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  padding: 0 10px;
}

.style-module--drawer-title-wrapper--OKYt9 {
  display: flex;
  align-items: center;
}

.style-module--title--lhVsS {
  padding-right: 10px;
}

.style-module--linkBtn--lZ7J7 {
  color: #232d47;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.style-module--linkBtn--lZ7J7 > span {
  margin-left: 10px;
}

.style-module--operation--CdYKs {
  display: inline-flex;
  justify-content: right;
  padding-right: 30px;
}

.style-module--holder--IhrKH {
  position: relative;
  min-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.style-module--email-list--If1wq {
  overflow: auto;
}

.style-module--ret-icon--FaqCC {
  margin-right: 15px;
  color: #396ee7;
}

.style-module--menu-item--PCxxL {
  color: #232d47;
}
.style-module--flex1--x5\+3F {
  flex: 1 1;
}

.style-module--flex--OjddA {
  display: flex;
}

.style-module--flex-col--je2nG {
  flex-direction: column;
}

.style-module--flex-center--weMPm {
  align-items: center;
  justify-content: center;
}

.style-module--link-btn--HFlnq {
  color: #396ee7;
  cursor: pointer;
}

.style-module--alr--kygj9 {
  text-align: right;
}

.customer-recommend-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.customer-recommend-drawer .ant-drawer-header {
  padding: 24px 24px 16px;
}
.customer-recommend-drawer .ant-drawer-header .ant-drawer-close {
  top: 7px;
}

.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header {
  padding-top: 55px;
}
.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header .ant-drawer-close {
  top: 37px;
}

.style-module--recommend-table--WFbJY .ant-table-cell .ant-spin .ant-spin-dot > i,
.customer-recommend-drawer .ant-drawer-title .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.style-module--recommend-table--WFbJY .ant-table-cell .spin-label,
.customer-recommend-drawer .ant-drawer-title .spin-label {
  display: none;
}

.style-module--recommend-table--WFbJY .ant-table-header .ant-table-thead .ant-table-cell {
  background: #f9fafb;
  color: #7a8599;
  font-weight: 400;
  font-size: 14px;
  border-bottom: none;
}
.style-module--recommend-table--WFbJY .ant-table-header {
  border-radius: 8px;
}
.style-module--recommend-table--WFbJY .ant-table-cell::before {
  display: none;
}

.style-module--domain-tag--dLzfM {
  background: #ebf3fe;
  color: #5968b2;
}

.style-module--no-wrap--v2kIS {
  white-space: nowrap;
}

.style-module--special-tab--GleOO .ant-tabs-nav-list .ant-tabs-tab-btn {
  color: #7a8599;
}
.style-module--special-tab--GleOO .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}

.pagination-wrap-hidden {
  display: none;
}

.style-module--mark-modal-title--7LSqI {
  display: flex;
  align-items: center;
}
.style-module--mark-modal-title--7LSqI span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #232d47;
}

.style-module--mark-modal-content--df7RE {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  padding: 0 10px;
}

.style-module--rule-detail---sxiK {
  min-height: 0;
}
.style-module--rule-detail---sxiK .ant-tabs-tab {
  padding: 12px 0 6px;
}
.style-module--rule-detail---sxiK .ant-tabs-ink-bar {
  background-color: transparent;
}
.style-module--rule-detail---sxiK .ant-tabs-ink-bar::after {
  content: "";
  width: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #386ee7;
  transform: translateX(-50%);
}

.style-module--table--ZfH\+D {
  overflow: hidden;
  flex: 1 1;
}

.style-module--title--MF2c6 {
  font-size: 14px;
  font-weight: bold;
  color: #232d47;
  padding-bottom: 4px;
}

.style-module--operation--qr5aE {
  text-align: right;
}

.style-module--rule-data-range--hawol {
  margin-right: 5px;
}

.style-module--menu-item--PoUas {
  min-width: 80px;
  color: #232d47;
}
.style-module--flex1--Klfwn {
  flex: 1 1;
}

.style-module--flex--kbSsp {
  display: flex;
}

.style-module--flex-col--HyApO {
  flex-direction: column;
}

.style-module--flex-center--FkvRk {
  align-items: center;
  justify-content: center;
}

.style-module--link-btn--h9wSk {
  color: #396ee7;
  cursor: pointer;
}

.style-module--alr--3Up00 {
  text-align: right;
}

.customer-recommend-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.customer-recommend-drawer .ant-drawer-header {
  padding: 24px 24px 16px;
}
.customer-recommend-drawer .ant-drawer-header .ant-drawer-close {
  top: 7px;
}

.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header {
  padding-top: 55px;
}
.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header .ant-drawer-close {
  top: 37px;
}

.style-module--recommend-table--aSHVx .ant-table-cell .ant-spin .ant-spin-dot > i,
.customer-recommend-drawer .ant-drawer-title .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.style-module--recommend-table--aSHVx .ant-table-cell .spin-label,
.customer-recommend-drawer .ant-drawer-title .spin-label {
  display: none;
}

.style-module--recommend-table--aSHVx .ant-table-header .ant-table-thead .ant-table-cell {
  background: #f9fafb;
  color: #7a8599;
  font-weight: 400;
  font-size: 14px;
  border-bottom: none;
}
.style-module--recommend-table--aSHVx .ant-table-header {
  border-radius: 8px;
}
.style-module--recommend-table--aSHVx .ant-table-cell::before {
  display: none;
}

.style-module--domain-tag--dJEeM {
  background: #ebf3fe;
  color: #5968b2;
}

.style-module--no-wrap--ijfG9 {
  white-space: nowrap;
}

.style-module--special-tab--u3zGU .ant-tabs-nav-list .ant-tabs-tab-btn {
  color: #7a8599;
}
.style-module--special-tab--u3zGU .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}

.pagination-wrap-hidden {
  display: none;
}

.style-module--mark-modal-title--TiyhO {
  display: flex;
  align-items: center;
}
.style-module--mark-modal-title--TiyhO span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #232d47;
}

.style-module--mark-modal-content--lb6vO {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  padding: 0 10px;
}

.style-module--rule-table--SwodP {
  min-height: 0;
}

.style-module--search--qntRA {
  padding-bottom: 20px;
}

.style-module--task-name-wrapper--S4XdG {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.style-module--task-name-wrapper--S4XdG .style-module--task-name--E7tjB {
  display: inline;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style-module--task-name-wrapper--S4XdG .style-module--taskTip--WEjb6 {
  flex: 1 1;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.style-module--table--X9CIp {
  overflow: hidden;
}
.style-module--table--X9CIp .rule-table-finished {
  opacity: 0.4;
}

.style-module--empty--5gIMb {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #47484c;
}

.style-module--talbe-cell-num--RMOBT {
  white-space: nowrap;
}
.style-module--talbe-cell-num--RMOBT .style-module--num--7wF7a {
  display: inline-block;
  width: 30px;
  margin-right: 12px;
  color: #396ee7;
  cursor: pointer;
}

.style-module--tag-success--uXp8z {
  color: #478e83;
  background: #e6faf6;
}

.style-module--tag-error--Rh13M {
  color: #be565e;
  background: #feeff1;
}

.style-module--tag-warning--uwgq5 {
  color: #cca266;
  background: #fffbe6;
}

.style-module--tag-default--2wBVK {
  background: #f0f3f5;
  color: #4e5a70;
}

.ant-tag {
  font-weight: 400;
  font-size: 12px;
  border: none;
  border-radius: 2px;
}

.style-module--drawerTitle--q30FK {
  display: flex;
  align-items: center;
  padding-right: 20px;
  white-space: nowrap;
}
.style-module--drawerTitle--q30FK .style-module--title--7CGU- {
  font-weight: 500;
  font-size: 20px;
  color: #232d47;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.style-module--drawerTitle--q30FK .style-module--tag--9NbZn {
  margin-right: 20px;
}
.style-module--drawerTitle--q30FK .ant-checkbox + span {
  color: #232d47;
  font-weight: 400;
}
.style-module--drawerTitle--q30FK .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.style-module--drawerTitle--q30FK .spin-label {
  display: none;
}

.style-module--tag-new--9jw0B {
  background: #fe5b4c;
  color: #fff;
}
.style-module--flex1--VX\+2E {
  flex: 1 1;
}

.style-module--flex--M\+7xG {
  display: flex;
}

.style-module--flex-col--e28\+8 {
  flex-direction: column;
}

.style-module--flex-center---h2ZF {
  align-items: center;
  justify-content: center;
}

.style-module--link-btn--YkTFK {
  color: #396ee7;
  cursor: pointer;
}

.style-module--alr--tUoUY {
  text-align: right;
}

.customer-recommend-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.customer-recommend-drawer .ant-drawer-header {
  padding: 24px 24px 16px;
}
.customer-recommend-drawer .ant-drawer-header .ant-drawer-close {
  top: 7px;
}

.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header {
  padding-top: 55px;
}
.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header .ant-drawer-close {
  top: 37px;
}

.style-module--recommend-table--wSqT5 .ant-table-cell .ant-spin .ant-spin-dot > i,
.customer-recommend-drawer .ant-drawer-title .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.style-module--recommend-table--wSqT5 .ant-table-cell .spin-label,
.customer-recommend-drawer .ant-drawer-title .spin-label {
  display: none;
}

.style-module--recommend-table--wSqT5 .ant-table-header .ant-table-thead .ant-table-cell {
  background: #f9fafb;
  color: #7a8599;
  font-weight: 400;
  font-size: 14px;
  border-bottom: none;
}
.style-module--recommend-table--wSqT5 .ant-table-header {
  border-radius: 8px;
}
.style-module--recommend-table--wSqT5 .ant-table-cell::before {
  display: none;
}

.style-module--domain-tag--E2\+mC {
  background: #ebf3fe;
  color: #5968b2;
}

.style-module--no-wrap--HTwu9 {
  white-space: nowrap;
}

.style-module--special-tab--rzz1D .ant-tabs-nav-list .ant-tabs-tab-btn {
  color: #7a8599;
}
.style-module--special-tab--rzz1D .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}

.pagination-wrap-hidden {
  display: none;
}

.style-module--mark-modal-title--r4QXc {
  display: flex;
  align-items: center;
}
.style-module--mark-modal-title--r4QXc span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #232d47;
}

.style-module--mark-modal-content--kHg6W {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  padding: 0 10px;
}

.style-module--overView--8BZBn {
  cursor: default;
  background: #f9fafb;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}
.style-module--overView--8BZBn .style-module--col--fmNdY {
  display: flex;
  flex: 1 1;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e1e6ed;
}
.style-module--overView--8BZBn .style-module--col--fmNdY:last-child {
  border-right: none;
}
.style-module--overView--8BZBn .style-module--col--fmNdY.style-module--al-right--WwjFG {
  justify-content: right;
}
.style-module--overView--8BZBn .style-module--col--fmNdY .style-module--label--dUnnG {
  color: #7a8599;
  font-size: 14px;
}
.style-module--overView--8BZBn .style-module--col--fmNdY .style-module--label--dUnnG span,
.style-module--overView--8BZBn .style-module--col--fmNdY .style-module--label--dUnnG img {
  vertical-align: middle;
}
.style-module--overView--8BZBn .style-module--col--fmNdY .style-module--value--X44cO {
  color: #232d47;
  font-size: 20px;
  font-weight: 500;
}
.style-module--overView--8BZBn .style-module--cell-content--d3gaI {
  display: flex;
}
.style-module--overView--8BZBn .style-module--cell-content--d3gaI img {
  margin-right: 12px;
}
.autorecommend-module--flex1--hpR84 {
  flex: 1 1;
}

.autorecommend-module--flex--s8o3p {
  display: flex;
}

.autorecommend-module--flex-col--Ab4D4 {
  flex-direction: column;
}

.autorecommend-module--flex-center--Pzaaq {
  align-items: center;
  justify-content: center;
}

.autorecommend-module--link-btn--kuky9 {
  color: #396ee7;
  cursor: pointer;
}

.autorecommend-module--alr--8g7aD {
  text-align: right;
}

.customer-recommend-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.customer-recommend-drawer .ant-drawer-header {
  padding: 24px 24px 16px;
}
.customer-recommend-drawer .ant-drawer-header .ant-drawer-close {
  top: 7px;
}

.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header {
  padding-top: 55px;
}
.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header .ant-drawer-close {
  top: 37px;
}

.autorecommend-module--recommend-table--jMkUE .ant-table-cell .ant-spin .ant-spin-dot > i,
.customer-recommend-drawer .ant-drawer-title .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.autorecommend-module--recommend-table--jMkUE .ant-table-cell .spin-label,
.customer-recommend-drawer .ant-drawer-title .spin-label {
  display: none;
}

.autorecommend-module--recommend-table--jMkUE .ant-table-header .ant-table-thead .ant-table-cell {
  background: #f9fafb;
  color: #7a8599;
  font-weight: 400;
  font-size: 14px;
  border-bottom: none;
}
.autorecommend-module--recommend-table--jMkUE .ant-table-header {
  border-radius: 8px;
}
.autorecommend-module--recommend-table--jMkUE .ant-table-cell::before {
  display: none;
}

.autorecommend-module--domain-tag--Fd00j {
  background: #ebf3fe;
  color: #5968b2;
}

.autorecommend-module--no-wrap--KGGRO {
  white-space: nowrap;
}

.autorecommend-module--special-tab--ZSiAP .ant-tabs-nav-list .ant-tabs-tab-btn {
  color: #7a8599;
}
.autorecommend-module--special-tab--ZSiAP .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}

.pagination-wrap-hidden {
  display: none;
}

.autorecommend-module--mark-modal-title--nTGvA {
  display: flex;
  align-items: center;
}
.autorecommend-module--mark-modal-title--nTGvA span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #232d47;
}

.autorecommend-module--mark-modal-content--y2FvH {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  padding: 0 10px;
}

.autorecommend-module--wrapper--3fBwR {
  height: 100%;
}

.autorecommend-module--top--OJPby {
  padding: 0 24px;
}

.autorecommend-module--title--PNaXT {
  font-weight: 500;
  font-size: 24px;
  color: #232d47;
  padding: 20px 0px;
}
.autorecommend-module--title--PNaXT .autorecommend-module--task-desc--vGMJ\+ {
  font-weight: 400;
  font-size: 12px;
  color: #a9b2c2;
  margin-left: 8px;
}
.autorecommend-module--title--PNaXT .autorecommend-module--link-btn--kuky9 {
  margin-left: 5px;
  padding-top: 4px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  position: relative;
  top: 3px;
}
.autorecommend-module--title--PNaXT .autorecommend-module--link-btn--kuky9 span {
  padding-left: 4px;
}

.autorecommend-module--content-container--3k8Xs {
  background-color: #fff;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  padding: 16px;
}

.autorecommend-module--content--wyCcB {
  min-height: 0;
  height: 100%;
}

.autorecommend-module--whitelist-btn--W\+8jT {
  background: #f0f3f5;
  border-radius: 4px;
  color: #4e5a70;
  border: none;
}
.autorecommend-module--whitelist-btn--W\+8jT:hover {
  border: none;
}

.autorecommend-module--rule-title--Stwsd {
  font-weight: 500;
  font-size: 14px;
  color: #232d47;
  margin-bottom: 12px;
}

.autorecommend-module--auth-title--QwqjB {
  align-items: center;
}

.autorecommend-module--auth-tips--dP0rm {
  padding-left: 35px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
@charset "UTF-8";
.style-module--flex-center--t2jYa {
  align-items: center;
}

.style-module--add-btn--QgE4r {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #e1e6ed;
}

.style-module--modal-wrapper--ZxXZP .ant-modal-footer {
  border-top: none;
  padding-bottom: 20px;
  padding-top: 12px;
}

.style-module--popover--fGui7 {
  padding-top: 0;
}

.style-module--rule-value-tip--\+2Gmo .style-module--tip-title--BjHmK {
  font-size: 14px;
  color: #4e5a70;
  padding-bottom: 8px;
}
.style-module--rule-value-tip--\+2Gmo .style-module--tip-words--FinT1 > span {
  color: #4c6aff;
  font-size: 14px;
  margin-right: 8px;
  cursor: pointer;
}

.style-module--link-btn--6X2go {
  color: #396ee7;
  cursor: pointer;
}

.style-module--view-permissions--53DNo {
  width: 320px;
}
.style-module--view-permissions-title--QnFmo {
  font-size: 14px;
  color: #232d47;
  padding: 20px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f0f3f5;
}
.style-module--view-permissions-tip--Hpb7n {
  padding: 0 20px;
  font-size: 12px;
  line-height: 20px;
  color: #a9b2c2;
}
.style-module--view-permissions-content--aErQE {
  padding: 12px 20px 20px;
}
.style-module--view-permissions-list--I-2Kv {
  max-height: 180px;
  overflow-y: auto;
  line-height: 1.9;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.style-module--view-permissions-list--I-2Kv::-webkit-scrollbar {
  width: 6px;
  background: #eee;
}
.style-module--view-permissions-list--I-2Kv::-webkit-scrollbar-track {
  border-radius: 6px;
}
.style-module--view-permissions-list--I-2Kv::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(38, 42, 51, 0.3);
  padding: 4px;
}

.style-module--form-list-row--3-Kb8 {
  width: 487px;
}

.style-module--keyword-wrap--p\+eqU {
  position: relative;
  top: -20px;
  background: #fff;
  padding-top: 5px;
}
.style-module--keyword-wrap--p\+eqU .style-module--keyword-panel--bedjI {
  padding: 16px;
  background: #f2f5ff;
  border-radius: 4px;
  margin-right: 8px;
}
.style-module--flex1--U2vZc {
  flex: 1 1;
}

.style-module--flex--\+1Gjd {
  display: flex;
}

.style-module--flex-col--g3IOf {
  flex-direction: column;
}

.style-module--flex-center--0HVkt {
  align-items: center;
  justify-content: center;
}

.style-module--link-btn--tM6R7 {
  color: #396ee7;
  cursor: pointer;
}

.style-module--alr--1T30n {
  text-align: right;
}

.customer-recommend-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.customer-recommend-drawer .ant-drawer-header {
  padding: 24px 24px 16px;
}
.customer-recommend-drawer .ant-drawer-header .ant-drawer-close {
  top: 7px;
}

.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header {
  padding-top: 55px;
}
.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header .ant-drawer-close {
  top: 37px;
}

.style-module--recommend-table--08qb5 .ant-table-cell .ant-spin .ant-spin-dot > i,
.customer-recommend-drawer .ant-drawer-title .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.style-module--recommend-table--08qb5 .ant-table-cell .spin-label,
.customer-recommend-drawer .ant-drawer-title .spin-label {
  display: none;
}

.style-module--recommend-table--08qb5 .ant-table-header .ant-table-thead .ant-table-cell {
  background: #f9fafb;
  color: #7a8599;
  font-weight: 400;
  font-size: 14px;
  border-bottom: none;
}
.style-module--recommend-table--08qb5 .ant-table-header {
  border-radius: 8px;
}
.style-module--recommend-table--08qb5 .ant-table-cell::before {
  display: none;
}

.style-module--domain-tag--BtQ8k {
  background: #ebf3fe;
  color: #5968b2;
}

.style-module--no-wrap--N5MLI {
  white-space: nowrap;
}

.style-module--special-tab--sW3XH .ant-tabs-nav-list .ant-tabs-tab-btn {
  color: #7a8599;
}
.style-module--special-tab--sW3XH .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}

.pagination-wrap-hidden {
  display: none;
}

.style-module--mark-modal-title--C\+Z2C {
  display: flex;
  align-items: center;
}
.style-module--mark-modal-title--C\+Z2C span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #232d47;
}

.style-module--mark-modal-content--9pv3Y {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  padding: 0 10px;
}

.style-module--rule-table--Sp12q {
  position: relative;
  min-height: 0;
}

.style-module--addTask--y7rn5 {
  position: absolute;
  right: 0;
  top: -50px;
}

.style-module--search--gxAUQ {
  padding-bottom: 20px;
}

.style-module--table--3U-0l {
  overflow: hidden;
}
.style-module--table--3U-0l .rule-table-finished {
  opacity: 0.4;
}

.style-module--task-name-wrapper--ILoZr {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.style-module--task-name-wrapper--ILoZr .style-module--task-name--hY5gQ {
  display: inline;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style-module--task-name-wrapper--ILoZr .style-module--taskTip--f7HHm {
  flex: 1 1;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.style-module--empty--T5Es- {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #47484c;
}

.style-module--talbe-cell-num--8SlGM {
  white-space: nowrap;
}
.style-module--talbe-cell-num--8SlGM .style-module--num--jxx47 {
  display: inline-block;
  width: 30px;
  margin-right: 12px;
  color: #396ee7;
  cursor: pointer;
}

.style-module--tag-success--i0oje {
  color: #478e83;
  background: #e6faf6;
}

.style-module--tag-error--YcSDv {
  color: #be565e;
  background: #feeff1;
}

.style-module--tag-warning--1GuSa {
  color: #cca266;
  background: #fffbe6;
}

.style-module--tag-default--4v2uP {
  background: #f0f3f5;
  color: #4e5a70;
}

.style-module--tag-new--Hshwq {
  background: #fe5b4c;
  color: #fff;
}

.style-module--tag-rest-time--mjkxj {
  background: #ffb54c;
  color: #fff;
}

.style-module--line--nydF5 * {
  vertical-align: middle;
}

.style-module--rule-detail--LaZkv {
  padding: 24px;
}
.style-module--rule-detail--LaZkv .style-module--title--\+4Pg7 {
  font-weight: 500;
  font-size: 16px;
  color: #232d47;
}
.style-module--rule-detail--LaZkv .style-module--label--vMPDj {
  font-weight: 400;
  font-size: 12px;
  color: #7a8599;
  margin-top: 8px;
}
.style-module--rule-detail--LaZkv .style-module--value--oHY3v {
  font-weight: 400;
  font-size: 12px;
  color: #232d47;
  margin-top: 4px;
}
.style-module--rule-detail--LaZkv .style-module--value--oHY3v .style-module--highlight--FRWch {
  color: #4c6aff;
}
.style-module--rule-detail--LaZkv .style-module--value--oHY3v .style-module--index--dokb\+ {
  display: inline-block;
  width: 15px;
}

.style-module--tips--GIVM0 {
  display: flex;
  align-items: center;
  background: #f2f5ff;
  padding: 16px 24px;
  gap: 8px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #232d47;
  margin-bottom: 16px;
}

.ant-tag {
  font-weight: 400;
  font-size: 12px;
  border: none;
  border-radius: 2px;
}

.style-module--drawerTitle--TIs1M {
  display: flex;
  align-items: center;
  padding-right: 20px;
  white-space: nowrap;
}
.style-module--drawerTitle--TIs1M .style-module--title--\+4Pg7 {
  font-weight: 500;
  font-size: 20px;
  color: #232d47;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.style-module--drawerTitle--TIs1M .style-module--tag--QZer5 {
  margin-right: 20px;
}
.style-module--drawerTitle--TIs1M .ant-checkbox + span {
  color: #232d47;
  font-weight: 400;
}
.style-module--drawerTitle--TIs1M .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.style-module--drawerTitle--TIs1M .spin-label {
  display: none;
}
.oplist-module--flex1--so9kL {
  flex: 1 1;
}

.oplist-module--flex--pXIdE {
  display: flex;
}

.oplist-module--flex-col--\+NO3b {
  flex-direction: column;
}

.oplist-module--flex-center--AgbrK {
  align-items: center;
  justify-content: center;
}

.oplist-module--link-btn--JGOme {
  color: #396ee7;
  cursor: pointer;
}

.oplist-module--alr--JWhjB {
  text-align: right;
}

.customer-recommend-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.customer-recommend-drawer .ant-drawer-header {
  padding: 24px 24px 16px;
}
.customer-recommend-drawer .ant-drawer-header .ant-drawer-close {
  top: 7px;
}

.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header {
  padding-top: 55px;
}
.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header .ant-drawer-close {
  top: 37px;
}

.oplist-module--recommend-table--WH882 .ant-table-cell .ant-spin .ant-spin-dot > i,
.customer-recommend-drawer .ant-drawer-title .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.oplist-module--recommend-table--WH882 .ant-table-cell .spin-label,
.customer-recommend-drawer .ant-drawer-title .spin-label {
  display: none;
}

.oplist-module--recommend-table--WH882 .ant-table-header .ant-table-thead .ant-table-cell {
  background: #f9fafb;
  color: #7a8599;
  font-weight: 400;
  font-size: 14px;
  border-bottom: none;
}
.oplist-module--recommend-table--WH882 .ant-table-header {
  border-radius: 8px;
}
.oplist-module--recommend-table--WH882 .ant-table-cell::before {
  display: none;
}

.oplist-module--domain-tag--TsLjj {
  background: #ebf3fe;
  color: #5968b2;
}

.oplist-module--no-wrap--1akFS {
  white-space: nowrap;
}

.oplist-module--special-tab--nPz62 .ant-tabs-nav-list .ant-tabs-tab-btn {
  color: #7a8599;
}
.oplist-module--special-tab--nPz62 .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}

.pagination-wrap-hidden {
  display: none;
}

.oplist-module--mark-modal-title--eoTaN {
  display: flex;
  align-items: center;
}
.oplist-module--mark-modal-title--eoTaN span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #232d47;
}

.oplist-module--mark-modal-content--KAF8q {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  padding: 0 10px;
}

.oplist-module--wrapper--DmV-P {
  height: 100%;
}

.oplist-module--top--Egxcr {
  padding: 0 24px;
}

.oplist-module--title--gucOp {
  font-weight: 500;
  font-size: 24px;
  color: #232d47;
  padding: 20px 0px;
}
.oplist-module--title--gucOp > span {
  font-weight: 400;
  font-size: 12px;
  color: #a9b2c2;
  margin-left: 8px;
}

.oplist-module--content--F0txL {
  padding: 0 24px;
  min-height: 0;
}

.oplist-module--rule-detail--olgGN {
  min-height: 0;
}
.oplist-module--rule-detail--olgGN .ant-tabs-tab {
  padding: 12px 0 6px;
}

.oplist-module--table--zxPoW {
  overflow: hidden;
  flex: 1 1;
}

.oplist-module--operation--xM02b {
  text-align: right;
}

.oplist-module--mt1--2ekRI {
  padding-top: 12px;
}
.style-module--wrapper--KKiVP {
  word-break: break-all;
}
.style-module--flex1--xx7fn {
  flex: 1 1;
}

.style-module--flex--ZXaAp {
  display: flex;
}

.style-module--flex-col--49hE0 {
  flex-direction: column;
}

.style-module--flex-center--FMszr {
  align-items: center;
  justify-content: center;
}

.style-module--link-btn--wSnBX {
  color: #396ee7;
  cursor: pointer;
}

.style-module--alr--cue9I {
  text-align: right;
}

.customer-recommend-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.customer-recommend-drawer .ant-drawer-header {
  padding: 24px 24px 16px;
}
.customer-recommend-drawer .ant-drawer-header .ant-drawer-close {
  top: 7px;
}

.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header {
  padding-top: 55px;
}
.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header .ant-drawer-close {
  top: 37px;
}

.style-module--recommend-table--V1Wa8 .ant-table-cell .ant-spin .ant-spin-dot > i,
.customer-recommend-drawer .ant-drawer-title .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.style-module--recommend-table--V1Wa8 .ant-table-cell .spin-label,
.customer-recommend-drawer .ant-drawer-title .spin-label {
  display: none;
}

.style-module--recommend-table--V1Wa8 .ant-table-header .ant-table-thead .ant-table-cell {
  background: #f9fafb;
  color: #7a8599;
  font-weight: 400;
  font-size: 14px;
  border-bottom: none;
}
.style-module--recommend-table--V1Wa8 .ant-table-header {
  border-radius: 8px;
}
.style-module--recommend-table--V1Wa8 .ant-table-cell::before {
  display: none;
}

.style-module--domain-tag--l2NRp {
  background: #ebf3fe;
  color: #5968b2;
}

.style-module--no-wrap--X7RP8 {
  white-space: nowrap;
}

.style-module--special-tab--kkTbP .ant-tabs-nav-list .ant-tabs-tab-btn {
  color: #7a8599;
}
.style-module--special-tab--kkTbP .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}

.pagination-wrap-hidden {
  display: none;
}

.style-module--mark-modal-title--C\+BVE {
  display: flex;
  align-items: center;
}
.style-module--mark-modal-title--C\+BVE span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #232d47;
}

.style-module--mark-modal-content--edJ5A {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  padding: 0 10px;
}

.style-module--wrapper--D8olj {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-height: 0;
}
.style-module--wrapper--D8olj .style-module--apply-detail--6kBcz {
  color: #7a8599;
}
.style-module--wrapper--D8olj .style-module--apply-detail--6kBcz .style-module--label--vsvRS {
  display: inline-block;
  width: 55px;
}
.style-module--wrapper--D8olj .style-module--apply-detail--6kBcz .style-module--val--8RSVT {
  display: inline;
  word-break: break-all;
  color: #232d47;
  font-weight: 400;
}
.style-module--wrapper--D8olj .style-module--title--pyCYD {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.style-module--wrapper--D8olj .style-module--auth-record--PhTFS {
  overflow: visible;
  flex: 1 1;
  min-height: 0;
}
.style-module--wrapper--D8olj .style-module--auth-record--PhTFS.style-module--canEdit--cj0\+\+ .ant-table-tbody tr {
  cursor: pointer;
}
.style-module--wrapper--D8olj .style-module--auth-record--PhTFS .ant-table-cell {
  background: #fff;
  border-color: #eef1f3;
  padding-left: 0;
}
.style-module--wrapper--D8olj .style-module--auth-record--PhTFS .ant-table-cell.ant-table-selection-column td {
  background: #fff;
  border-color: #eef1f3;
}
.style-module--wrapper--D8olj .style-module--auth-record--PhTFS .ant-table-row:hover td {
  background: #fff;
  border-color: #eef1f3;
}
.style-module--wrapper--D8olj .style-module--auth-record--PhTFS .ant-table-header tr th {
  color: #4e5a70;
  font-weight: 400;
}
.style-module--wrapper--D8olj .style-module--auth-record--PhTFS .ant-table-header tr th::before {
  display: none;
}
.style-module--wrapper--D8olj .style-module--recordTitle--H\+erz {
  padding-top: 40px;
}

.style-module--link-btn-state0--g-83d {
  color: #478e83;
  background: #e6faf6;
}

.style-module--link-btn-state1--yxVNx {
  color: #478e83;
  background: #e6faf6;
}

.style-module--link-btn-state2--DOZxT {
  color: #b16059;
  background: #feeff1;
}

.style-module--title-state--HYk-i {
  margin-left: 10px;
}

.style-module--state--4CRBa {
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 2px;
}

.style-module--relation-detail-item--OtqbJ {
  align-items: center;
}
.style-module--relation-detail-item--OtqbJ .style-module--relation-desc--8EWvj {
  padding-left: 12px;
}
.style-module--flex1--e\+cqL {
  flex: 1 1;
}

.style-module--flex--c7oId {
  display: flex;
}

.style-module--flex-col--yHaHg {
  flex-direction: column;
}

.style-module--flex-center--v0SRJ {
  align-items: center;
  justify-content: center;
}

.style-module--link-btn--mIB7- {
  color: #396ee7;
  cursor: pointer;
}

.style-module--alr--93ml0 {
  text-align: right;
}

.customer-recommend-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.customer-recommend-drawer .ant-drawer-header {
  padding: 24px 24px 16px;
}
.customer-recommend-drawer .ant-drawer-header .ant-drawer-close {
  top: 7px;
}

.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header {
  padding-top: 55px;
}
.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header .ant-drawer-close {
  top: 37px;
}

.style-module--recommend-table--v3TDF .ant-table-cell .ant-spin .ant-spin-dot > i,
.customer-recommend-drawer .ant-drawer-title .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.style-module--recommend-table--v3TDF .ant-table-cell .spin-label,
.customer-recommend-drawer .ant-drawer-title .spin-label {
  display: none;
}

.style-module--recommend-table--v3TDF .ant-table-header .ant-table-thead .ant-table-cell {
  background: #f9fafb;
  color: #7a8599;
  font-weight: 400;
  font-size: 14px;
  border-bottom: none;
}
.style-module--recommend-table--v3TDF .ant-table-header {
  border-radius: 8px;
}
.style-module--recommend-table--v3TDF .ant-table-cell::before {
  display: none;
}

.style-module--domain-tag--LLnlA {
  background: #ebf3fe;
  color: #5968b2;
}

.style-module--no-wrap--Wjk8E {
  white-space: nowrap;
}

.style-module--special-tab--YRUI\+ .ant-tabs-nav-list .ant-tabs-tab-btn {
  color: #7a8599;
}
.style-module--special-tab--YRUI\+ .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}

.pagination-wrap-hidden {
  display: none;
}

.style-module--mark-modal-title--L5Wn5 {
  display: flex;
  align-items: center;
}
.style-module--mark-modal-title--L5Wn5 span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #232d47;
}

.style-module--mark-modal-content--aBsqg {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  padding: 0 10px;
}

.style-module--rule-table--NZhic {
  min-height: 0;
}

.style-module--search--WSJqF {
  padding-bottom: 20px;
}

.style-module--table--8CJ1A {
  overflow: hidden;
}
.style-module--table--8CJ1A .rule-table-finished {
  opacity: 0.4;
}

.style-module--empty--dFW5C {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #47484c;
}

.style-module--talbe-cell-num--LVVt9 {
  white-space: nowrap;
}
.style-module--talbe-cell-num--LVVt9 .style-module--num--5t85k {
  margin-right: 12px;
  color: #396ee7;
  cursor: pointer;
}

.style-module--tag-success--ozrM2 {
  color: #478e83;
  background: #e6faf6;
}

.style-module--tag-error--BxlZn {
  color: #be565e;
  background: #feeff1;
}

.style-module--tag-warning--PO15Z {
  color: #cca266;
  background: #fffbe6;
}

.style-module--tag-default--kooPb {
  background: #f0f3f5;
  color: #4e5a70;
}

.ant-tag {
  font-weight: 400;
  font-size: 12px;
  border: none;
  border-radius: 2px;
}

.style-module--drawerTitle--nsMmt .style-module--title--Jv-Gk {
  font-weight: 500;
  font-size: 20px;
  color: #232d47;
  margin-right: 8px;
}
.style-module--drawerTitle--nsMmt .style-module--tag--exAtd {
  margin-right: 20px;
}
.style-module--drawerTitle--nsMmt .ant-checkbox + span {
  color: #232d47;
  font-weight: 400;
}
.style-module--drawerTitle--nsMmt .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.style-module--drawerTitle--nsMmt .spin-label {
  display: none;
}

.style-module--quick-auth-title--m42u3 {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  padding-bottom: 16px;
}

.style-module--quick-auth-card--QqhQv {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #f9fafb;
  border-radius: 4px;
  margin-bottom: 16px;
}
.style-module--quick-auth-card--QqhQv .style-module--accDetail--1gMRn {
  flex: 1 1;
  padding: 0 12px;
}
.style-module--quick-auth-card--QqhQv .style-module--accName--150aF {
  font-weight: 500;
  font-size: 14px;
  color: #232d47;
}
.style-module--quick-auth-card--QqhQv .style-module--accEmail--r0MlY {
  font-weight: 400;
  font-size: 12px;
  color: #7a8599;
}

.style-module--accNickname--zD\+FB {
  font-weight: 500;
  font-size: 14px;
  color: #232d47;
}

.style-module--accNickEmail--e7IJP {
  font-weight: 400;
  font-size: 14px;
  color: #232d47;
}
.style-module--flex1--clloY {
  flex: 1 1;
}

.style-module--flex--KJtrS {
  display: flex;
}

.style-module--flex-col--t3CWs {
  flex-direction: column;
}

.style-module--flex-center--9d33d {
  align-items: center;
  justify-content: center;
}

.style-module--link-btn--KvB7M {
  color: #396ee7;
  cursor: pointer;
}

.style-module--alr--QG8tG {
  text-align: right;
}

.customer-recommend-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.customer-recommend-drawer .ant-drawer-header {
  padding: 24px 24px 16px;
}
.customer-recommend-drawer .ant-drawer-header .ant-drawer-close {
  top: 7px;
}

.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header {
  padding-top: 55px;
}
.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header .ant-drawer-close {
  top: 37px;
}

.style-module--recommend-table---ekRK .ant-table-cell .ant-spin .ant-spin-dot > i,
.customer-recommend-drawer .ant-drawer-title .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.style-module--recommend-table---ekRK .ant-table-cell .spin-label,
.customer-recommend-drawer .ant-drawer-title .spin-label {
  display: none;
}

.style-module--recommend-table---ekRK .ant-table-header .ant-table-thead .ant-table-cell {
  background: #f9fafb;
  color: #7a8599;
  font-weight: 400;
  font-size: 14px;
  border-bottom: none;
}
.style-module--recommend-table---ekRK .ant-table-header {
  border-radius: 8px;
}
.style-module--recommend-table---ekRK .ant-table-cell::before {
  display: none;
}

.style-module--domain-tag--ZBAKj {
  background: #ebf3fe;
  color: #5968b2;
}

.style-module--no-wrap--JCIi1 {
  white-space: nowrap;
}

.style-module--special-tab--MYfv8 .ant-tabs-nav-list .ant-tabs-tab-btn {
  color: #7a8599;
}
.style-module--special-tab--MYfv8 .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}

.pagination-wrap-hidden {
  display: none;
}

.style-module--mark-modal-title--\+siOQ {
  display: flex;
  align-items: center;
}
.style-module--mark-modal-title--\+siOQ span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #232d47;
}

.style-module--mark-modal-content--kn-ZD {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  padding: 0 10px;
}

.style-module--rule-table--DNZMl {
  min-height: 0;
}

.style-module--search--UnHSl {
  padding-bottom: 20px;
}

.style-module--table--EZ7sx {
  overflow: hidden;
}
.style-module--table--EZ7sx .rule-table-finished {
  opacity: 0.4;
}

.style-module--empty--7pddq {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #47484c;
}

.style-module--talbe-cell-num--UzreG {
  white-space: nowrap;
}
.style-module--talbe-cell-num--UzreG .style-module--num--wScJG {
  margin-right: 12px;
  color: #396ee7;
  cursor: pointer;
}

.style-module--tag-success--HZdK\+ {
  color: #478e83;
  background: #e6faf6;
}

.style-module--tag-error--2ac24 {
  color: #be565e;
  background: #feeff1;
}

.style-module--tag-warning--ppt-0 {
  color: #cca266;
  background: #fffbe6;
}

.style-module--tag-default--vldLj {
  background: #f0f3f5;
  color: #4e5a70;
}

.ant-tag {
  font-weight: 400;
  font-size: 12px;
  border: none;
  border-radius: 2px;
}

.style-module--drawerTitle--l5ez1 .style-module--title--7L0Ww {
  font-weight: 500;
  font-size: 20px;
  color: #232d47;
  margin-right: 8px;
}
.style-module--drawerTitle--l5ez1 .style-module--tag--ea39E {
  margin-right: 20px;
}
.style-module--drawerTitle--l5ez1 .ant-checkbox + span {
  color: #232d47;
  font-weight: 400;
}
.style-module--drawerTitle--l5ez1 .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.style-module--drawerTitle--l5ez1 .spin-label {
  display: none;
}

.style-module--quick-auth-title--wgCYy {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  padding-bottom: 16px;
}

.style-module--quick-auth-card--Jc5uf {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #f9fafb;
  border-radius: 4px;
  margin-bottom: 16px;
}
.style-module--quick-auth-card--Jc5uf .style-module--accDetail--S1ZPA {
  flex: 1 1;
  padding: 0 12px;
}
.style-module--quick-auth-card--Jc5uf .style-module--accName--zt6Nw {
  font-weight: 500;
  font-size: 14px;
  color: #232d47;
}
.style-module--quick-auth-card--Jc5uf .style-module--accEmail--067Ky {
  font-weight: 400;
  font-size: 12px;
  color: #7a8599;
}

.style-module--accNickname--pQ57- {
  font-weight: 500;
  font-size: 14px;
  color: #232d47;
}

.style-module--accNickEmail--aBmId {
  font-weight: 400;
  font-size: 14px;
  color: #232d47;
}

.style-module--link-btn-state1--I\+qBI {
  color: #478e83;
  background: #e6faf6;
}

.style-module--link-btn-state2--JKQrs {
  color: #478e83;
  background: #e6faf6;
}

.style-module--link-btn-state3--\+h8m8 {
  color: #b16059;
  background: #feeff1;
}

.style-module--title-state--3Mwz1 {
  margin-left: 10px;
}

.style-module--state--tVkGH {
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 2px;
}
.style-module--flex1--KxGzq {
  flex: 1 1;
}

.style-module--flex--G5onL {
  display: flex;
}

.style-module--flex-col--aV3AJ {
  flex-direction: column;
}

.style-module--flex-center--RwBXB {
  align-items: center;
  justify-content: center;
}

.style-module--link-btn--xQEjc {
  color: #396ee7;
  cursor: pointer;
}

.style-module--alr--tQTFC {
  text-align: right;
}

.customer-recommend-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.customer-recommend-drawer .ant-drawer-header {
  padding: 24px 24px 16px;
}
.customer-recommend-drawer .ant-drawer-header .ant-drawer-close {
  top: 7px;
}

.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header {
  padding-top: 55px;
}
.customer-recommend-drawer.drawer-is-in-windows .ant-drawer-header .ant-drawer-close {
  top: 37px;
}

.style-module--recommend-table--R9K1B .ant-table-cell .ant-spin .ant-spin-dot > i,
.customer-recommend-drawer .ant-drawer-title .ant-spin .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.style-module--recommend-table--R9K1B .ant-table-cell .spin-label,
.customer-recommend-drawer .ant-drawer-title .spin-label {
  display: none;
}

.style-module--recommend-table--R9K1B .ant-table-header .ant-table-thead .ant-table-cell {
  background: #f9fafb;
  color: #7a8599;
  font-weight: 400;
  font-size: 14px;
  border-bottom: none;
}
.style-module--recommend-table--R9K1B .ant-table-header {
  border-radius: 8px;
}
.style-module--recommend-table--R9K1B .ant-table-cell::before {
  display: none;
}

.style-module--domain-tag--NSAFA {
  background: #ebf3fe;
  color: #5968b2;
}

.style-module--no-wrap--us9Jj {
  white-space: nowrap;
}

.style-module--special-tab--kTg7L .ant-tabs-nav-list .ant-tabs-tab-btn {
  color: #7a8599;
}
.style-module--special-tab--kTg7L .ant-tabs-nav-list .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}

.pagination-wrap-hidden {
  display: none;
}

.style-module--mark-modal-title--TKJbF {
  display: flex;
  align-items: center;
}
.style-module--mark-modal-title--TKJbF span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #232d47;
}

.style-module--mark-modal-content--MpuvL {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  padding: 0 10px;
}

.style-module--rule-detail--\+8hn\+ {
  min-height: 0;
}
.style-module--rule-detail--\+8hn\+ .ant-tabs-tab {
  padding: 12px 0 6px;
}

.style-module--table--lcbSF {
  overflow: hidden;
  flex: 1 1;
}
.style-module--table--lcbSF .ant-table-body > table {
  padding: 0 10px;
}
.style-module--table--lcbSF .ant-table-header thead th:first-child {
  text-indent: 10px;
}
.style-module--table--lcbSF .ant-table-header thead th:last-child {
  text-indent: -10px;
}

.style-module--title--jVQqK {
  font-size: 14px;
  font-weight: 500;
  color: #232d47;
  padding-bottom: 4px;
}

.style-module--operation--5IRdT {
  text-align: right;
}

.style-module--nick-name--4gJ9I {
  font-weight: 500;
  font-size: 14px;
  color: #232d47;
}

.style-module--nick-email--7EShf {
  font-weight: 400;
  font-size: 14px;
  color: #4e5a70;
}

.style-module--search-line--5AtmZ {
  padding-bottom: 12px;
}

.style-module--search-btn--5hUhW {
  text-align: right;
}

.style-module--state1--Ydlhh {
  color: #478e83;
  background: #e6faf6;
}

.style-module--state2--DbwMd {
  color: #b16059;
  background: #feeff1;
}
.style-module--mini-member-item-wrap--CvTfD {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 24px;
  line-height: 24px;
  background: rgba(38, 42, 51, 0.08);
  border-radius: 12px;
  padding: 0 8px 0 2px;
  margin-right: 8px;
}
.index-module--approvalProcessItem--bcI3i {
  position: relative;
  padding: 0 0 10px 16px;
  border-left: 1px dashed #e1e3e8;
  border-left: 1px dashed var(----Line-3--, #e1e3e8);
}
.index-module--approvalProcessItem--bcI3i .index-module--iconContainer--ZhM-t {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -7px);
  width: 16px;
  height: 32px;
  background: #fff;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.index-module--approvalProcessItem--bcI3i .index-module--timeContainer--2VQ9D {
  color: #747a8c;
  color: var(----Text-3, var(---, #747a8c));
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  margin-bottom: 8px;
}
.index-module--approvalProcessItem--bcI3i .index-module--mainContainer--pRYvY {
  padding: 12px;
  border-radius: 2px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  font-size: 14px;
}
.index-module--approvalProcessItem--bcI3i .index-module--mainContainer--pRYvY .index-module--mainTitle--Dqzhh {
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--approvalProcessItem--bcI3i .index-module--mainContainer--pRYvY .index-module--mainTitle--Dqzhh .index-module--staff--TWGmI {
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-weight: 500;
}
.index-module--approvalProcessItem--bcI3i .index-module--mainContainer--pRYvY .index-module--mainTitle--Dqzhh .index-module--content--LV9pg {
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-weight: 400;
  text-align: justify;
}
.index-module--approvalProcessItem--bcI3i .index-module--mainContainer--pRYvY .index-module--remark--7fnKI {
  margin-top: 8px;
  color: #545a6e;
  color: var(--text-4, var(---, #545a6e));
  font-size: 14px;
  font-weight: 400;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--drawerContainer--YJ7Nt {
  position: relative;
  height: 100%;
  padding-left: 8px;
}
.index-module--drawerContainer--YJ7Nt .index-module--loadingContainer--t\+WXJ {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index-module--drawerContainer--YJ7Nt .index-module--loadingContainer--t\+WXJ .spin-label {
  display: none;
}

.index-module--approvalHistoryDrawer--v\+kRl .ant-drawer-body {
  padding-right: 16px;
  margin-right: 4px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--approvalHistoryDrawer--v\+kRl .ant-drawer-body::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--approvalHistoryDrawer--v\+kRl .ant-drawer-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--approvalHistoryDrawer--v\+kRl .ant-drawer-body:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--approvalHistoryDrawer--v\+kRl .ant-drawer-body:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--approvalHistoryDrawer--v\+kRl .ant-drawer-body:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--approvalHistoryDrawer--v\+kRl .ant-drawer-body:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--approvalHistoryDrawer--v\+kRl .ant-drawer-body:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--approvalHistoryDrawer--v\+kRl .ant-drawer-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--approvalHistoryDrawer--v\+kRl .ant-drawer-body:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--approvalListActions--JfhyK {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.index-module--approvalListActions--JfhyK .index-module--textBtn--0yrtx {
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.index-module--approvalListActions--JfhyK .index-module--textBtn--0yrtx.index-module--approvalBtn--c7vsS {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
}
.index-module--approvalListActions--JfhyK .index-module--textBtn--0yrtx.index-module--rejectBtn--nEIQU {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.index-module--approvalListActions--JfhyK .index-module--textBtn--0yrtx.index-module--widthDrawBtn--J2Zh4 {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
}
.index-module--approvalListActions--JfhyK .index-module--textBtn--0yrtx.index-module--reviewProcessBtn--mvRok {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
}
.index-module--approvalListActions--JfhyK .index-module--actionBtn--qbvtV:nth-child(n+1) {
  margin-left: 2px;
}
.index-module--approvalListActions--JfhyK .index-module--actionBtn--qbvtV.index-module--danger--FfLsX {
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
}
.index-module--approvalListActions--JfhyK .index-module--actionBtn--qbvtV.index-module--danger--FfLsX:hover {
  background: #e16b60;
  background: var(--Error-5, #e16b60);
}
@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;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--approvalRecordFlowItem--9TrCw {
  max-width: 148px;
  height: 42px;
  flex: 0 1 auto;
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
  padding-top: 2px;
}
.index-module--approvalRecordFlowItem--9TrCw .index-module--iconContainer--yxLNa {
  flex: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 20px;
  -webkit-user-select: none;
          user-select: none;
  width: 20px;
  font-size: 14px;
}
.index-module--approvalRecordFlowItem--9TrCw .index-module--iconContainer--yxLNa .wmzz {
  font-size: 20px;
}
.index-module--approvalRecordFlowItem--9TrCw .index-module--contentContainer--MwSnf {
  flex: 1 1 auto;
  max-width: 120px;
}
.index-module--approvalRecordFlowItem--9TrCw .index-module--contentContainer--MwSnf .index-module--top--hZnTe {
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-module--approvalRecordFlowItem--9TrCw .index-module--bottom--OZVuL {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 20px;
}

.index-module--tooltipCls--K3hjd .ant-popover-inner-content {
  max-height: 350px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--tooltipCls--K3hjd .ant-popover-inner-content::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--tooltipCls--K3hjd .ant-popover-inner-content::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--tooltipCls--K3hjd .ant-popover-inner-content:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--tooltipCls--K3hjd .ant-popover-inner-content:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--tooltipCls--K3hjd .ant-popover-inner-content:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--tooltipCls--K3hjd .ant-popover-inner-content:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--tooltipCls--K3hjd .ant-popover-inner-content:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--tooltipCls--K3hjd .ant-popover-inner-content:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--tooltipCls--K3hjd .ant-popover-inner-content:hover::-webkit-scrollbar-corner {
  display: none;
}
.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% */
}
.styles-module--ellipsisContent--rVTBO {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-module--approvalRecordModifyTable--bvPQS .index-module--title--Ig-sx {
  color: #272e47;
  color: var(---Text-5-, #272e47);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-module--approvalRecordModifyTable--bvPQS .index-module--changeList--ojVDN {
  margin-bottom: 0;
  padding-left: 20px;
}
.index-module--approvalRecordModifyTable--bvPQS .index-module--changeList--ojVDN .index-module--changeListItem--1gCyZ {
  color: #272e47;
  color: var(---Text-5-, var(---, #272e47));
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 8px;
}
.index-module--approvalRecordModifyTable--bvPQS .index-module--changeList--ojVDN .index-module--changeListItem--1gCyZ:last-child {
  margin-bottom: 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--drawerContainer--R1EqN {
  position: relative;
  height: 100%;
}
.index-module--drawerContainer--R1EqN .index-module--loadingContainer--UJSl0 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index-module--drawerContainer--R1EqN .index-module--loadingContainer--UJSl0 .spin-label {
  display: none;
}
.index-module--drawerContainer--R1EqN .index-module--itemContainer--zIrmq {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.index-module--drawerContainer--R1EqN .index-module--itemContainer--zIrmq .index-module--title--2tYE\+ {
  color: #272e47;
  color: var(---Text-5-, #272e47);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-module--drawerContainer--R1EqN .index-module--itemContainer--zIrmq:last-child {
  margin-bottom: 0;
}

.index-module--approvalObj--o5HIH .index-module--title--2tYE\+ {
  font-weight: 500;
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 22px;
  margin-bottom: 12px;
}

.index-module--approvalRecordDetailDrawer--otBGW .ant-drawer-body {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  padding: 0;
  margin-right: 4px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}
.index-module--approvalRecordDetailDrawer--otBGW .ant-drawer-body::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--approvalRecordDetailDrawer--otBGW .ant-drawer-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--approvalRecordDetailDrawer--otBGW .ant-drawer-body:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--approvalRecordDetailDrawer--otBGW .ant-drawer-body:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--approvalRecordDetailDrawer--otBGW .ant-drawer-body:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--approvalRecordDetailDrawer--otBGW .ant-drawer-body:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--approvalRecordDetailDrawer--otBGW .ant-drawer-body:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--approvalRecordDetailDrawer--otBGW .ant-drawer-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--approvalRecordDetailDrawer--otBGW .ant-drawer-body:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--approvalRecordFlow--tfuTx {
  padding: 20px 20px 0 20px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
  font-size: 14px;
}
.index-module--approvalRecordFlow--tfuTx .index-module--header--u\+TYS {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.index-module--approvalRecordFlow--tfuTx .index-module--header--u\+TYS .index-module--title--WZo41 {
  color: #272e47;
  color: var(---Text-5-, #272e47);
  font-weight: 500;
}
.index-module--approvalRecordFlow--tfuTx .index-module--header--u\+TYS .index-module--extra--AZcba {
  display: flex;
  align-items: center;
  gap: 16px;
}
.index-module--approvalRecordFlow--tfuTx .index-module--header--u\+TYS .index-module--extra--AZcba .index-module--processBtnContainer--hPld0 {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.index-module--approvalRecordFlow--tfuTx .index-module--header--u\+TYS .index-module--extra--AZcba .index-module--processBtnContainer--hPld0 .index-module--processBtn--W4EDq {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.index-module--approvalRecordFlow--tfuTx .index-module--content--7Ivgq {
  display: flex;
  gap: 8px;
  position: relative;
  flex-wrap: wrap;
}
.index-module--approvalRecordFlow--tfuTx .index-module--content--7Ivgq .index-module--sepContainer--PdJIz {
  position: relative;
  width: 68px;
  height: 42px;
  flex: 0 0 68px;
}
.index-module--approvalRecordFlow--tfuTx .index-module--content--7Ivgq .index-module--sepContainer--PdJIz .index-module--sep--vLd8S {
  position: relative;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 2px;
  background: #4c6aff;
  background: var(---Brand-6, #4c6aff);
}
.style-module--modal--rRPQI .ant-modal-content {
  border-radius: 16px;
  background: #eff2ff;
}
.style-module--modal--rRPQI .ant-modal-body {
  padding: 0;
}

.style-module--content--7o-Ag {
  position: relative;
  height: 334px;
  font-family: PingFang SC;
}
.style-module--content--7o-Ag .style-module--left--plfII {
  position: absolute;
  padding: 70px 40px 66px 50px;
  width: 536px;
  height: 406px;
  left: -36px;
  top: -34px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/static/bg-quota-modal.a2ca7c45.svg);
  display: flex;
  align-items: center;
}
.style-module--content--7o-Ag .style-module--left--plfII .style-module--title--soWCi {
  font-size: 20px;
  color: #080b19;
  font-weight: 500;
  line-height: 28px;
}
.style-module--content--7o-Ag .style-module--left--plfII .style-module--title--soWCi .style-module--number--toOOu {
  display: inline-block;
  padding: 2px 12px 0;
  color: #fff;
  font-family: LX-numbers;
  font-weight: 400;
  line-height: 30px;
  font-size: 30px;
  text-align: center;
}
.style-module--content--7o-Ag .style-module--left--plfII .style-module--title--soWCi .style-module--warning--vhfFW {
  background-image: url(/static/bg-bubble-warning.e8e51e1d.svg);
  width: 77px;
  background-repeat: no-repeat;
}
.style-module--content--7o-Ag .style-module--left--plfII .style-module--title--soWCi .style-module--error--O1S8s {
  background-image: url(/static/bg-bubble.e175f836.svg);
  width: 41px;
}
.style-module--content--7o-Ag .style-module--left--plfII .style-module--subtitle--iZx6B {
  margin-top: 4px;
  color: #272e47;
  font-size: 14px;
  line-height: 22px;
}
.style-module--content--7o-Ag .style-module--left--plfII .style-module--middleText--\+Odn2 {
  margin: 40px 0;
  color: #747a8c;
  font-size: 12px;
  line-height: 22px;
  max-width: 276px;
  position: relative;
}
.style-module--content--7o-Ag .style-module--left--plfII .style-module--middleText--\+Odn2 .sirius-icon {
  color: #8d92a1;
  position: absolute;
  right: -24px;
  top: 0;
  font-size: 16px;
}
.style-module--content--7o-Ag .style-module--left--plfII .style-module--tel--lSf4Z {
  margin-bottom: 8px;
}
.style-module--content--7o-Ag .style-module--left--plfII .style-module--tel--lSf4Z,
.style-module--content--7o-Ag .style-module--left--plfII .style-module--working-hours--F4bX- {
  color: #272e47;
  font-size: 14px;
  line-height: 22px;
}
.style-module--content--7o-Ag .style-module--left--plfII .style-module--tel--lSf4Z .sirius-icon,
.style-module--content--7o-Ag .style-module--left--plfII .style-module--working-hours--F4bX- .sirius-icon {
  vertical-align: sub;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #8d92a1;
  margin-right: 4px;
}
.style-module--content--7o-Ag .style-module--right--KG1CS {
  text-align: center;
  padding-top: 84px;
  padding-right: 46px;
  float: right;
}
.style-module--content--7o-Ag .style-module--right--KG1CS .style-module--qrcode--EoqZO {
  width: 134px;
  height: 134px;
  margin-bottom: 20px;
  background-position: center;
  background-size: contain;
  position: relative;
}
.style-module--content--7o-Ag .style-module--right--KG1CS .style-module--qrcode--EoqZO i {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
}
.style-module--content--7o-Ag .style-module--right--KG1CS .style-module--qrcode--EoqZO .style-module--qrcode-angle-a--W01WJ {
  left: -4px;
  top: -4px;
}
.style-module--content--7o-Ag .style-module--right--KG1CS .style-module--qrcode--EoqZO .style-module--qrcode-angle-b--VT0Dl {
  right: -4px;
  top: -4px;
}
.style-module--content--7o-Ag .style-module--right--KG1CS .style-module--qrcode--EoqZO .style-module--qrcode-angle-c--tdOvG {
  right: -4px;
  bottom: -4px;
}
.style-module--content--7o-Ag .style-module--right--KG1CS .style-module--qrcode--EoqZO .style-module--qrcode-angle-d--DlPte {
  left: -4px;
  bottom: -4px;
}
.style-module--content--7o-Ag .style-module--right--KG1CS .style-module--qrcode-tips--an8ZD {
  color: #9fa2ad;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 134px;
  white-space: nowrap;
  transform: translateX(-6px);
}
.style-module--alert--hcdcF {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.style-module--alert--hcdcF .ant-alert-message {
  color: #545a6e;
}
.style-module--alert--hcdcF .ant-alert-message .link {
  display: inline-block;
  margin: 0 4px;
}
.style-module--alert--hcdcF .ant-alert-message .icon-link {
  vertical-align: sub;
}
.style-module--alert--hcdcF .sirius-icon {
  font-size: 16px;
  display: flex !important;
  align-items: center;
}
.style-module--alert--hcdcF.style-module--warning--DmClw {
  background-color: #fff8ed;
}
.style-module--alert--hcdcF.style-module--warning--DmClw [class*=number] {
  color: #ffb54c;
  color: rgb(251, 181, 76);
  display: inline-block;
  margin: 0 4px;
}
.style-module--alert--hcdcF.style-module--error--R9MAR {
  background-color: #ffefed;
}
.style-module--alert--hcdcF.style-module--error--R9MAR [class*=number] {
  color: #fe5b4c;
  display: inline-block;
  margin: 0 4px;
  font-family: "LX-numbers";
}
.style-module--alert--hcdcF a {
  color: #3081f2;
  cursor: pointer;
}
.style-module--alert--hcdcF a:hover, .style-module--alert--hcdcF a:focus, .style-module--alert--hcdcF a:active {
  text-decoration-line: underline;
}
.index-module--select--odTys {
  height: 32px;
}

.index-module--option--ELfCO .ant-select-item-option {
  padding-top: 8px;
}
.index-module--option--ELfCO .ant-select-item-option:first-child {
  padding-top: 12px;
}
.index-module--option--ELfCO .ant-select-item-option-state {
  display: none;
}
.index-module--option--ELfCO .ant-select-item {
  background: #fff;
}
.index-module--option--ELfCO .ant-select-arrow {
  width: 16px;
  height: 16px;
}
.index-module--option-input--mcmFk {
  padding-left: 12px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.index-module--option-input-real---e\+cH {
  height: 32px;
  margin: 0 8px;
}
.index-module--option-input-suffix--4FVc0 {
  display: inline-flex;
  align-items: center;
}
.index-module--option-input-suffix-cancel--T-5kf {
  color: #272e47;
  color: var(--Text-5, #272e47);
  cursor: pointer;
}
.index-module--option-input-suffix-ok--o1I8Q {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
  margin-right: 20px;
}
.index-module--option-input-suffix--4FVc0 .index-module--disabled--jR\+wI {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  cursor: not-allowed;
}
.index-module--option-add--MXyfh {
  margin-top: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  -webkit-user-select: none;
          user-select: none;
  margin-left: 12px;
}
.index-module--option-add--MXyfh svg {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.index-module--option-add--MXyfh span {
  margin-left: 8px;
  cursor: pointer;
}

.index-module--selectOverflow--Ty8X2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-module--selectOverflow--Ty8X2 span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-module--transfer--V-j-r .ant-modal-header {
  border: none;
  padding-bottom: 12px;
}
.index-module--transfer--V-j-r .ant-modal-footer {
  border: none;
}
.index-module--transfer-header-tip--Tx3i5 {
  margin-top: 4px;
  font-size: 12px;
  color: #a9b2c2;
  font-weight: normal;
}
.index-module--transfer-body-move--VMLGn .index-module--label--gXe1O {
  margin-left: 0;
  margin-right: 12px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  flex-shrink: 0;
}
.index-module--transfer-body-move--VMLGn .index-module--source--wRPzW {
  display: flex;
  align-items: center;
}
.index-module--transfer-body-move--VMLGn .index-module--source-value--4q8Hz .ant-tag-has-color {
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
}
.index-module--transfer-body-move--VMLGn .index-module--target--EXriF {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.index-module--transfer-body-move--VMLGn .index-module--target-value--UHKPG {
  width: 100%;
}
.index-module--transfer-body-new--Qz3aK {
  width: 100%;
}

.index-module--sourceGroupVal--RH6rZ {
  margin-bottom: 8px;
}
.index-module--header--iXzFo {
  display: flex;
  align-items: center;
}
.index-module--header-close--zxgth {
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
}
.potentialMarketingTask-module--root--iYviC {
  height: 100%;
  min-width: 872px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.potentialMarketingTask-module--root--iYviC .potentialMarketingTask-module--potential-skeleton--e0dg1 {
  padding: 20px;
}
.potentialMarketingTask-module--root--iYviC .potentialMarketingTask-module--bg--tLDtf {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 252px;
  background: linear-gradient(180.78deg, #c8dbff 0.63%, #f8faff 35.72%, #f6f7fa 99.29%);
}
.potentialMarketingTask-module--root--iYviC .potentialMarketingTask-module--white-page--fIrbg {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.potentialMarketingTask-module--root-normal--fPIbi {
  min-width: 992px;
}

.potentialMarketingTask-module--drawer--Qz7xi {
  width: calc(100% - 287px) !important;
}
.potentialMarketingTask-module--drawer--Qz7xi .ant-drawer-content-wrapper {
  width: 100% !important;
  box-shadow: none !important;
}

.potentialMarketingTask-module--page-loading--MS\+SE {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.potentialMarketingTask-module--page-loading--MS\+SE .sirius-spin {
  display: inline-block;
}
.potentialMarketingTask-module--page-loading--MS\+SE .ant-spin-text {
  font-size: 12px;
  color: rgba(38, 42, 51, 0.5);
}

.potentialMarketingTask-module--create-success-modal--KB1WA .ant-modal-confirm-btns {
  display: none;
}
.potentialMarketingTask-module--create-success-modal--KB1WA .ant-modal-confirm-content {
  padding: 0 !important;
  margin: 0 !important;
}
.potentialMarketingTask-module--create-success-modal--KB1WA .potentialMarketingTask-module--success-content---5WOr {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.potentialMarketingTask-module--create-success-modal--KB1WA .potentialMarketingTask-module--success-content---5WOr .potentialMarketingTask-module--img--1h\+Tc {
  width: 112px;
  height: 112px;
  background-image: url(/static/potential-success.1a3194a9.svg);
  background-size: 112px 112px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.potentialMarketingTask-module--create-success-modal--KB1WA .potentialMarketingTask-module--success-content---5WOr .potentialMarketingTask-module--title--wCvGT {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
.potentialMarketingTask-module--create-success-modal--KB1WA .potentialMarketingTask-module--success-content---5WOr .potentialMarketingTask-module--info--WeTYh {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 42px;
  text-align: center;
}
.potentialMarketingTask-module--create-success-modal--KB1WA .potentialMarketingTask-module--success-content---5WOr .potentialMarketingTask-module--info--WeTYh span {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--rule-setting-wrap--e5w-R {
  width: 100%;
  height: 100%;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  position: relative;
}
.index-module--rule-setting-wrap--e5w-R .index-module--bg--PCCcY {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  height: 252px;
  background: linear-gradient(181deg, #c8dbff 0.63%, #f8faff 35.72%, #f6f7fa 99.29%);
}
.index-module--rule-setting-wrap--e5w-R .index-module--container--EObC6 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.index-module--rule-setting-wrap--e5w-R .index-module--header--baOmg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-module--rule-setting-wrap--e5w-R .index-module--header--baOmg .index-module--setp-container--gQGC1 {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 22px 16px 5px 16px;
}
.index-module--rule-setting-wrap--e5w-R .index-module--header--baOmg .index-module--setp-container--gQGC1 .index-module--step--kWFho {
  width: 52px;
  height: 60px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA1MiA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQwLjk4NDggNDQuNDY1OEwzOS44OTk4IDUyLjE4NjNIMzIuMTAzNEwzMy4xODg1IDQ0LjQ2NThINDAuOTg0OFoiIGZpbGw9IiM1NDVBNkUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi44Mzk1IDUyLjE4NjJIMjAuNDYxM0wyMy43MTk5IDI5SDE2LjA5ODFMMTIuODM5NSA1Mi4xODYyWk0yNC4yODIxIDI1TDI3LjAzNjQgNS40MDIzNEgyMi42MTQ1QzE5LjE5ODMgOS44Mzg3NCAxNS4zNjczIDEyLjI1ODYgMTAuMjA5OCAxMy4zNTMzTDkuNTA1MzcgMTguMzY1OUgxNy41OTI2TDE2LjY2MDMgMjVIMjQuMjgyMVoiIGZpbGw9IiM1NDVBNkUiLz4KPC9zdmc+Cg==);
}
.index-module--rule-setting-wrap--e5w-R .index-module--header--baOmg .index-module--setp-container--gQGC1 .index-module--step-info--FdanH .index-module--title--3GwFY {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.index-module--rule-setting-wrap--e5w-R .index-module--header--baOmg .index-module--setp-container--gQGC1 .index-module--step-info--FdanH .index-module--info--\+kz0W {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.index-module--rule-setting-wrap--e5w-R .index-module--header--baOmg .index-module--usage-guide--1M3jp {
  display: flex;
  gap: 4px;
  align-items: center;
  cursor: pointer;
  padding-right: 22px;
}
.index-module--rule-setting-wrap--e5w-R .index-module--header--baOmg .index-module--usage-guide--1M3jp .index-module--usage-guide-icon--FQYzW {
  width: 14px;
  height: 14px;
  background: url(/static/potential-white-page-usage-guide.d1ca855a.svg);
}
.index-module--rule-setting-wrap--e5w-R .index-module--header--baOmg .index-module--usage-guide--1M3jp .index-module--usage-guide-text--udNtE {
  color: #545a6e;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--rule-setting-wrap--e5w-R .index-module--breadcrumb-wrap--DuuKP {
  padding: 20px 16px 14px 16px;
  background-color: #fff;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
}
.index-module--rule-setting-wrap--e5w-R .index-module--breadcrumb-wrap--DuuKP .index-module--prev--nbiE2 {
  cursor: pointer;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  position: absolute;
  bottom: 52px;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  overflow-y: scroll;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb .index-module--card--Bk5BE {
  width: 100%;
  border-radius: 4px;
  border-left: 2px solid #9b8bff;
  background: #fff;
  padding: 16px 20px;
  display: flex;
  gap: 8px;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb .index-module--card--Bk5BE .index-module--right--nQ-jB {
  position: relative;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb .index-module--card--Bk5BE .index-module--right--nQ-jB .index-module--label--Ed347 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb .index-module--card--Bk5BE .index-module--right--nQ-jB .index-module--label--Ed347 .index-module--label-tag--129Et {
  display: inline-block;
  border-radius: 2px;
  background: #ffe5e2;
  padding: 2px 6px;
  color: #cb493d;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-left: 4px;
  position: relative;
  top: -2px;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb .index-module--card--Bk5BE .index-module--right--nQ-jB .index-module--info--\+kz0W {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb .index-module--card--Bk5BE .index-module--right--nQ-jB .index-module--tags--4zR2u {
  margin: 0;
  display: flex;
  gap: 8px;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb .index-module--card--Bk5BE .index-module--right--nQ-jB .index-module--tags--4zR2u .index-module--tag--mgzMn {
  border-radius: 4px;
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb .index-module--card--Bk5BE .index-module--right--nQ-jB .index-module--tags--4zR2u .index-module--tag--mgzMn .sirius-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb .index-module--card--Bk5BE .index-module--right--nQ-jB .index-module--tags--4zR2u .index-module--tag--mgzMn a {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: text;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb .index-module--card--Bk5BE .index-module--right--nQ-jB .index-module--tags--4zR2u .index-module--tag--mgzMn .index-module--remove--zXx3P {
  width: 16px;
  height: 16px;
  background: url(/static/potential-edm-rule-remove.9e0cc3aa.svg);
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb .index-module--card--Bk5BE .index-module--right--nQ-jB .index-module--tags--4zR2u .index-module--tag--mgzMn .index-module--remove-text--dpAYT {
  margin-left: 4px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb .index-module--card--Bk5BE .index-module--right--nQ-jB .index-module--tags--4zR2u .index-module--tag--mgzMn .index-module--tips--ubvLh {
  margin-left: 4px;
  width: 14px;
  height: 14px;
  background: url(/static/potential-edm-rule-tips.82afddd7.svg);
}
.index-module--rule-setting-wrap--e5w-R .index-module--rule-list--0YYxb .index-module--card--Bk5BE .index-module--right--nQ-jB .index-module--disabled-mask--HebxP {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 20px;
  background: #fff;
  opacity: 0.6;
}
.index-module--rule-setting-wrap--e5w-R .index-module--footer--yAlUn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 52px;
  background: #fff;
  border-top: 1px solid #f0f1f5;
  border-top: 1px solid var(--Line-1, #f0f1f5);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-module--rule-setting-wrap--e5w-R .index-module--footer--yAlUn p {
  margin: 0;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--rule-setting-wrap--e5w-R .index-module--footer--yAlUn .lx-ui-btn + .lx-ui-btn {
  margin-left: 8px;
}

.index-module--page-loading--PulsQ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.index-module--page-loading--PulsQ .sirius-spin {
  display: inline-block;
}
.index-module--page-loading--PulsQ .ant-spin-text {
  font-size: 12px;
  color: rgba(38, 42, 51, 0.5);
}

.index-module--success-modal--8tkY0 .ant-modal-confirm-content p {
  margin-bottom: 0;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--success-modal--8tkY0 .ant-modal-confirm-content p span {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.index-module--success-modal--8tkY0 .ant-modal-confirm-btns > :first-child {
  display: none;
}
.index-module--success-modal--8tkY0 .ant-modal-confirm-title p {
  display: flex;
  margin-bottom: 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.index-module--success-modal--8tkY0 .sirius-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.index-module--success-modal--8tkY0 .ant-modal-confirm-title {
  margin-left: 0 !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--ai-hosting-edit-wrap--ZoHKj {
  height: 100%;
}
.index-module--ai-hosting-edit-wrap--ZoHKj .index-module--ai-hosting-edit-skeleton--CmJc7 {
  padding: 20px;
}

.index-module--ai-hosting-scroll--RuT\+3 .index-module--ai-hosting-edit--Fqxu2 {
  min-width: 1020px;
}

.index-module--ai-hosting-edit--Fqxu2 {
  height: 100%;
  width: 100%;
  margin: auto;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
}
.index-module--ai-hosting-edit--Fqxu2 .ant-modal-header,
.index-module--ai-hosting-edit--Fqxu2 .ant-modal-footer {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}
.index-module--ai-hosting-edit--Fqxu2 .ant-modal-body {
  padding: 4px 20px 8px;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--breadcrumb-text--njDNp {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--breadcrumb-flex--Y1Yoi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px 14px;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--breadcrumb-icon--22REk {
  display: flex;
  align-items: center;
  gap: 1px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--breadcrumb-icon--22REk svg {
  stroke: #4c6aff;
  stroke: var(--Brand-6, #4c6aff);
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--breadcrumb-icon--22REk svg circle,
.index-module--ai-hosting-edit--Fqxu2 .index-module--breadcrumb-icon--22REk svg path {
  stroke: #4c6aff;
  stroke: var(--Brand-6, #4c6aff);
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--breadcrumb-icon--22REk svg path:last-child {
  fill: #4c6aff;
  fill: var(--Brand-6, #4c6aff);
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--breadcrumb-item--Evmdi {
  cursor: pointer;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--breadcrumb-item--Evmdi:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--edit-wrapper--3dMxw {
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--edit-content--L4XXK {
  overflow: hidden;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--edit-btns--SRdPN {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 20px;
  border-top: 1px solid #f0f1f5;
  border-top: 1px solid var(--Line-1, #f0f1f5);
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--edit-btns--SRdPN .lx-ui-btn + .lx-ui-btn {
  margin-left: 8px;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--edit-btns--SRdPN .index-module--save-outbox--nTaJq {
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--edit-btns--SRdPN .index-module--save-outbox--nTaJq .ant-checkbox {
  margin-top: 3px;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--edit-btns--SRdPN .index-module--save-outbox--nTaJq svg {
  margin-top: 2px;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--edit-modal--ry3M9 .index-module--edit-modal-title--5267z {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--edit-modal--ry3M9 .index-module--edit-modal-radio--N\+74R {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--edit-modal--ry3M9 .index-module--edit-modal-desc--EajQh {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--draft-modal-title--TdyBD {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--draft-modal-icon--zDakb {
  margin-right: 8px;
  vertical-align: -4px;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--draft-modal-desc--ZrhQd {
  margin: 8px 0 12px 28px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--ai-hosting-edit--Fqxu2 .index-module--draft-modal-btns--srh7E {
  display: flex;
  justify-content: flex-end;
}

.index-module--page-loading--XfPuu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.index-module--page-loading--XfPuu .sirius-spin {
  display: inline-block;
}
.index-module--page-loading--XfPuu .ant-spin-text {
  font-size: 12px;
  color: rgba(38, 42, 51, 0.5);
}

.index-module--edit-modal--ry3M9 .index-module--edit-modal-title--5267z {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-module--edit-modal--ry3M9 .index-module--edit-modal-radio--N\+74R {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.index-module--edit-modal--ry3M9 .index-module--edit-modal-desc--EajQh {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}

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

.index-module--emailBindSubTitleWrap--VpvX5 {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 12px;
  display: flex;
  background-color: rgba(76, 106, 255, 0.09);
  border-radius: 4px;
}
.index-module--emailBindSubTitleWrap--VpvX5 .index-module--icon--WJn8h,
.index-module--emailBindSubTitleWrap--VpvX5 .index-module--iconWrap--Nbbim {
  width: 16px;
  height: 16px;
  line-height: 1;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--emailBindSubTitleWrap--VpvX5 .index-module--icon--WJn8h.sirius-icon,
.index-module--emailBindSubTitleWrap--VpvX5 .index-module--iconWrap--Nbbim.sirius-icon {
  width: 16px;
  height: 16px;
  line-height: 1;
}
.index-module--emailBindSubTitleWrap--VpvX5 .index-module--iconWrap--Nbbim {
  margin-top: 2px;
}
.index-module--emailBindSubTitleWrap--VpvX5 .index-module--text--b0Dz2 {
  margin-left: 6px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.index-module--sendlimit--ccrAi {
  padding-top: 16px;
  font-size: 14px;
}
.index-module--sendlimit--ccrAi .index-module--title--bAZjy {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  gap: 6px;
}
.index-module--sendlimit--ccrAi .index-module--content--pKIhD {
  padding: 10px 0;
  padding-left: 24px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--sendlimit--ccrAi .index-module--limitSet--gQ2my {
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-module--sendlimit--ccrAi .index-module--limitInput---\+0bA {
  width: 206px;
  border-radius: 4px;
}
.index-module--sendlimit--ccrAi .index-module--limitNum--J3-C\+ {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.index-module--sendlimit--ccrAi .index-module--limitInputErr--1fEme {
  border: red 1px solid;
}
.index-module--sendlimit--ccrAi .index-module--limitInputErr--1fEme:focus {
  border-color: red;
}
.index-module--sendlimit--ccrAi .index-module--limitErrMag--oQatp {
  color: red;
  margin-left: 134px;
  margin-top: 3px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.emailSenderList-module--root--C3B6r {
  padding: 12px;
  border-radius: 4px;
  height: 194px;
  overflow-y: auto;
  background-color: #fff;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.emailSenderList-module--root--C3B6r::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.emailSenderList-module--root--C3B6r::-webkit-scrollbar:horizontal {
  height: 6px;
}
.emailSenderList-module--root--C3B6r:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.emailSenderList-module--root--C3B6r:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.emailSenderList-module--root--C3B6r:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.emailSenderList-module--root--C3B6r:hover::-webkit-scrollbar-button {
  display: none;
}
.emailSenderList-module--root--C3B6r:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.emailSenderList-module--root--C3B6r:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.emailSenderList-module--root--C3B6r:hover::-webkit-scrollbar-corner {
  display: none;
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--header--a0rdI {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--header--a0rdI .emailSenderList-module--title--mrIjT {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--header--a0rdI .emailSenderList-module--number--n1r4M {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin: 0 4px;
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--empty--DJyJc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin-top: 16px;
  gap: 8px;
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--empty--DJyJc .emailSenderList-module--title--mrIjT {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--empty--DJyJc .emailSenderList-module--action--Wxq-M {
  cursor: pointer;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--content--pm-FX {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--content--pm-FX .emailSenderList-module--title--mrIjT {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--content--pm-FX .emailSenderList-module--emails--G\+iB2 {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  gap: 12px;
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--content--pm-FX .emailSenderList-module--item--S3IcO {
  width: calc(100% - 12px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  gap: 4px;
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--content--pm-FX .emailSenderList-module--item--S3IcO .ant-checkbox + span {
  padding-right: 0px;
  overflow: hidden;
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--content--pm-FX .emailSenderList-module--item--S3IcO .emailSenderList-module--checkBox--wiZb6 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--content--pm-FX .emailSenderList-module--item--S3IcO .emailSenderList-module--title--mrIjT {
  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;
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--multi-title--3nkHD {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--multi-img--AStWq {
  width: 14px;
  height: 14px;
}
.emailSenderList-module--root--C3B6r .emailSenderList-module--history--SVzCC {
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow: hidden;
  color: #4759b2;
  color: var(--label-1_3, #4759b2);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.emailSenderList-module--sender-email-popover-content--MT5\+3 {
  font-weight: 400;
}
.emailSenderList-module--sender-email-popover-content--MT5\+3 .ant-modal-confirm-content {
  padding-left: 0px;
}
.emailSenderList-module--sender-email-popover-content--MT5\+3 .emailSenderList-module--popover-title--mAT-M {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.emailSenderList-module--sender-email-popover-content--MT5\+3 .emailSenderList-module--popover-sub-title--3HUG1 {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.emailSenderList-module--sender-email-popover-content--MT5\+3 .emailSenderList-module--popover-desc--Sz8Ev {
  margin-bottom: 8px;
  color: #272e47;
}
.emailSenderList-module--sender-email-popover-content--MT5\+3 .emailSenderList-module--popover-desc--Sz8Ev:last-child {
  margin: 0;
}
.emailSenderList-module--sender-email-popover-content--MT5\+3 .emailSenderList-module--popover-warn--0b2PU {
  margin-top: 12px;
  color: #e5a344;
}
.emailSenderList-module--sender-email-popover-content--MT5\+3 .emailSenderList-module--popover-icon--lP0gz {
  width: 12px;
  height: 12px;
  color: #ffb54c;
  margin-right: 5px;
}

.emailSenderList-module--error--5SaBT {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}

.emailSenderList-module--icon-wrap--rtODg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.emailSenderList-module--icon-wrap--rtODg .sirius-icon {
  display: flex !important;
  align-items: center;
  margin-left: 4px;
}
.emailSenderList-module--icon-wrap--rtODg .sirius-icon svg {
  width: 16px;
  height: 16px;
}

.emailSenderList-module--send-tips--Wncx7 {
  margin-top: 8px;
  color: #747a8c;
  color: var(---Text-3, #747a8c);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.validator-module--root--XoROt {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 8px;
}
.validator-module--root--XoROt .validator-module--border--ccNQ5 {
  width: 100%;
  min-height: 36px;
  padding: 0px 12px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.validator-module--root--XoROt .validator-module--border--ccNQ5 .validator-module--number--MOC-L {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
  text-align: right;
  font-family: LX-numbers;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.validator-module--root--XoROt .validator-module--border--ccNQ5 .validator-module--border-header--PLnFm {
  width: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
}
.validator-module--root--XoROt .validator-module--border--ccNQ5 .validator-module--border-header--PLnFm .validator-module--left--szkfT {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.validator-module--root--XoROt .validator-module--border--ccNQ5 .validator-module--border-header--PLnFm .validator-module--right---8hs7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.validator-module--root--XoROt .validator-module--border--ccNQ5 .validator-module--border-header--PLnFm .validator-module--right---8hs7 .validator-module--warning--phIpk {
  color: #ffb54c;
  color: var(--warning-6, #ffb54c);
  text-align: right;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}

.validator-module--body--SUUmz {
  width: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  padding: 8px 0px;
  border-top: 1px solid #f0f1f5;
  border-top: 1px solid var(--Line-1, #f0f1f5);
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.validator-module--body--SUUmz .validator-module--notice--a43dO {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.validator-module--body--SUUmz .validator-module--domain--J0U\+g {
  gap: 16px;
  width: inherit;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.validator-module--body--SUUmz .validator-module--domain--J0U\+g .validator-module--do--dmytt {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.validator-module--body--SUUmz .validator-module--domain--J0U\+g .validator-module--person--REL4p {
  flex-shrink: 0;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.validator-module--body--SUUmz .validator-module--success--s0xDu {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.validator-module--body--SUUmz .validator-module--inner--\+TUg0 {
  width: 100%;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  gap: 4px;
}
.validator-module--body--SUUmz .validator-module--action--YoHi\+ {
  flex-shrink: 0;
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.validator-module--body--SUUmz .validator-module--dialog--jzqdP {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.validator-module--body--SUUmz .validator-module--dialog--jzqdP .validator-module--title--NZFw4 {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.validator-module--wrapper--9rsNg {
  height: 100%;
  border-radius: 0px 0px 4px 0px;
  width: 288px;
  background: #f6f9ff;
  overflow-y: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.validator-module--wrapper--9rsNg::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.validator-module--wrapper--9rsNg::-webkit-scrollbar:horizontal {
  height: 6px;
}
.validator-module--wrapper--9rsNg:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.validator-module--wrapper--9rsNg:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.validator-module--wrapper--9rsNg:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.validator-module--wrapper--9rsNg:hover::-webkit-scrollbar-button {
  display: none;
}
.validator-module--wrapper--9rsNg:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.validator-module--wrapper--9rsNg:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.validator-module--wrapper--9rsNg:hover::-webkit-scrollbar-corner {
  display: none;
}
.validator-module--wrapper--9rsNg .validator-module--validator--8hoJc {
  border-radius: 0px 0px 4px 0px;
}
.validator-module--wrapper--9rsNg .validator-module--header--kmfLe {
  padding: 12px;
  background: linear-gradient(188deg, #d0dcff -13.13%, rgba(211, 222, 255, 0) 59.39%);
  height: 211px;
  position: relative;
}
.validator-module--wrapper--9rsNg .validator-module--header--kmfLe .validator-module--bg-icon--y\+vVl {
  position: absolute;
  top: 4px;
  right: 4px;
}
.validator-module--wrapper--9rsNg .validator-module--header-title--bLib7 {
  color: #080b19;
  color: var(--text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: 64px;
  height: 24px;
  border-bottom: 6px solid #b7c3ff;
}
.validator-module--wrapper--9rsNg .validator-module--header-count-wrap--CSaO4 {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
  margin-bottom: 6px;
}
.validator-module--wrapper--9rsNg .validator-module--header-count-wrap--CSaO4 .validator-module--header-count--7aQvO {
  color: #ffb54c;
  color: var(--warning-6, #ffb54c);
  font-family: LX-numbers;
  font-weight: 400;
  line-height: 48px;
  font-size: 36px;
  height: 48px;
  overflow: hidden;
}
.validator-module--wrapper--9rsNg .validator-module--header-count-wrap--CSaO4 .validator-module--header-count-success--gVu1L {
  font-family: LX-numbers;
  color: #0fd683;
  color: var(--success-6, #0fd683);
}
.validator-module--wrapper--9rsNg .validator-module--header-count-wrap--CSaO4 .validator-module--header-count-warning--LqaI0 {
  font-family: LX-numbers;
  color: #ffb54c;
  color: var(--warning-6, #ffb54c);
}
.validator-module--wrapper--9rsNg .validator-module--header-count-wrap--CSaO4 .validator-module--header-label--tst9x {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0 4px 0 2px;
}
.validator-module--wrapper--9rsNg .validator-module--header-count-wrap--CSaO4 .validator-module--header-info1--Kq\+oC {
  color: #272e47;
  color: var(--text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.validator-module--wrapper--9rsNg .validator-module--header--kmfLe .validator-module--header-info2--kEQmF {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  color: var(--text-3, #747a8c);
}
.validator-module--wrapper--9rsNg .validator-module--header2--mUkqx {
  background: #f6f9ff;
}
.validator-module--wrapper--9rsNg .validator-module--content--w0eYS {
  margin-top: -63px;
  background: #f6f9ff;
  padding: 16px 12px;
  z-index: 2;
  position: relative;
}

.validator-module--success-result--xmIE\+ {
  color: #9fa2ad;
  color: var(--text-2, #9fa2ad);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.validator-module--sensitive-result-info--29MWb {
  color: #747a8c;
  color: var(--text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
}
.validator-module--sensitive-result-words--UeDy2 {
  border-radius: 2px;
  background: #f8f9fa;
  background: var(--fill-1, #f8f9fa);
  padding: 4px 8px;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.validator-module--action-link--o5C\+e {
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.validator-module--no-contact--8aKuH {
  border-radius: 4px;
  background: #fff0db;
  background: var(--warning-2, #fff0db);
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  height: 36px;
  align-items: center;
  padding: 0 12px;
}

.validator-module--result-wrap--zBya4 {
  margin-bottom: 12px;
}
.validator-module--result-wrap--zBya4 .validator-module--result-title--KtjE0 {
  color: #080b19;
  color: var(--text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.validator-module--result-wrap--zBya4 .validator-module--result-title--KtjE0 .validator-module--result-icon--AAf2- {
  margin-right: 4px;
}
.validator-module--result-wrap--zBya4 > div {
  margin-bottom: 8px;
}
.validator-module--result-wrap--zBya4 .validator-module--openable-box--Dq1\+Z {
  border-radius: 2px;
  background: #f8f9fa;
  background: var(--fill-1, #f8f9fa);
  padding: 4px 8px;
}
.validator-module--result-wrap--zBya4 .validator-module--openable-box--Dq1\+Z .validator-module--openable-item--0bArD {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.validator-module--result-wrap--zBya4 .validator-module--openable-box--Dq1\+Z .validator-module--openable-item--0bArD .validator-module--mark--XeXnS {
  color: #ffb54c;
  color: var(--warning-6, #ffb54c);
  margin-left: 6px;
  white-space: nowrap;
}

.validator-module--ellipsis--a8H0X {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block !important;
}

.validator-module--open-icon--jgAbq path {
  stroke: #c9cbd6 !important;
}

.validator-module--count-line--m1mqA {
  margin-top: -48px;
}

.validator-module--count-scroll--wxBRx {
  transition: all 0.8s ease-out;
  transform: translateY(-100%);
  flex-direction: column;
  align-items: center;
  display: flex;
  margin-top: 0px;
}
@charset "UTF-8";
.ValidatorItem-module--wrap--Jqicf {
  border-radius: 4px;
  border: 1px solid #fff;
  border: 1px solid var(--unnamed, #fff);
  background: #fff;
  background: var(--unnamed, #fff);
  padding: 0 12px;
  cursor: pointer;
}
.ValidatorItem-module--wrap--Jqicf .ValidatorItem-module--header--pUVoG {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ValidatorItem-module--wrap--Jqicf .ValidatorItem-module--header--pUVoG .ValidatorItem-module--left-info--R\+BTg {
  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;
  max-width: 198px;
  white-space: normal;
}
.ValidatorItem-module--wrap--Jqicf .ValidatorItem-module--header--pUVoG .ValidatorItem-module--right--kAk93 {
  display: flex;
  align-items: center;
}
.ValidatorItem-module--wrap--Jqicf .ValidatorItem-module--header--pUVoG .ValidatorItem-module--right--kAk93 .ValidatorItem-module--right-number--xmU2P {
  color: #ffb54c;
  color: var(--warning-6, #ffb54c);
  text-align: right;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
}
.ValidatorItem-module--wrap--Jqicf .ValidatorItem-module--header--pUVoG .ValidatorItem-module--right--kAk93 .ValidatorItem-module--right-btn--i9sbZ {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: flex;
  margin-left: 4px;
  align-items: center;
}
.ValidatorItem-module--wrap--Jqicf .ValidatorItem-module--header--pUVoG .ValidatorItem-module--right--kAk93 .ValidatorItem-module--hidden--tnywz {
  visibility: hidden;
}
.ValidatorItem-module--wrap--Jqicf .ValidatorItem-module--bottom--k66mV {
  border-top: 1px solid #f0f1f5;
  padding: 8px 0;
}
@charset "UTF-8";
.CollapsibleWrap-module--wrap--Z\+WG4 {
  display: flex;
  align-items: center;
  color: #b7bac2;
  color: var(--text-1, #b7bac2);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 4px;
  cursor: pointer;
  justify-content: center;
}
.CollapsibleWrap-module--wrap--Z\+WG4 .CollapsibleWrap-module--icon--TB58I {
  margin-right: 2px;
}
@charset "UTF-8";
.marketingBaseInfo-module--marketing-base-info--RVNRV {
  padding: 16px;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .ant-form {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .ant-form-item {
  margin-bottom: 16px;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .sirius-select-small {
  height: auto;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .sirius-select-ui-small {
  height: auto;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--auto-image--RAfsw {
  position: relative;
  width: 100%;
  height: 140px;
  display: block;
  margin-bottom: 16px;
  border-radius: 4px;
  background: linear-gradient(271deg, #d6e1ff 2.95%, #edf0ff 96.56%);
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--auto-image-left--BTqe- {
  position: absolute;
  left: 35px;
  top: 36px;
  z-index: 1;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--auto-image-icon1--DX0OX {
  position: absolute;
  left: 20px;
  top: 92px;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--auto-image-icon2--XIWEZ {
  position: absolute;
  left: 350px;
  top: 66px;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--auto-image-title--lNHUD {
  color: #2b449c;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--auto-image-desc--7Uvlj {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--auto-image-item--Ko-Iq {
  color: #6d86d1;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 6px;
  border-radius: 3px;
  border: 0.5px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--auto-image-right--ADR9z {
  position: absolute;
  right: 0;
  top: 0;
  width: 448px;
  height: 100%;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--base-info-item--WM1DH .marketingBaseInfo-module--base-info-flex--K8Joz {
  display: flex;
  justify-content: space-between;
  gap: 88px;
  border-radius: 4px;
  padding: 16px 16px 0;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--base-info-title--djWKl {
  margin-bottom: 8px;
  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;
  gap: 8px;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--base-info-desc--8dfQy {
  padding-left: 4px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--fill-help--SLMNs {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--base-info-popover--7YvWd {
  padding: 16px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  width: 322px;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--base-info-popover--7YvWd .marketingBaseInfo-module--popover-image--bNylZ {
  width: 100%;
  height: 170px;
  display: block;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--base-info-popover--7YvWd .marketingBaseInfo-module--popover-desc--EnWbJ {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 5px 0 0;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--base-info-popover--7YvWd .marketingBaseInfo-module--popover-list--xoLP\+ {
  margin: 8px 0 0;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--base-info-popover--7YvWd .marketingBaseInfo-module--popover-item--GhM\+J {
  margin: 0;
  display: flex;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--base-info-popover--7YvWd .marketingBaseInfo-module--popover-item--GhM\+J::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000;
  margin: 7px 6px 0;
  flex: none;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--base-info-popover--7YvWd .marketingBaseInfo-module--popover-item--GhM\+J .marketingBaseInfo-module--popover-item-desc--v4WCc {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--base-info-tip---DDnY {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: block;
  width: 182px;
  white-space: nowrap;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--base-info-label--xmsYN {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 4px;
  cursor: pointer;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--base-info-label-desc--9w60q {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--form-left--g4yLa,
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--form-right--K9TPw {
  width: 400px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-grow: 1;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--form-left--g4yLa .marketingBaseInfo-module--form-right-label--Xv5Jz,
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--form-right--K9TPw .marketingBaseInfo-module--form-right-label--Xv5Jz {
  display: flex;
  align-items: center;
  gap: 4px;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--form-left--g4yLa .marketingBaseInfo-module--form-right-label--Xv5Jz .marketingBaseInfo-module--multi-img--lcpRu,
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--form-right--K9TPw .marketingBaseInfo-module--form-right-label--Xv5Jz .marketingBaseInfo-module--multi-img--lcpRu {
  width: 16px;
  height: 16px;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--interval-title--SNReo {
  display: inline-flex;
  align-items: center;
  height: 32px;
  margin: 0 4px;
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--form-sender--O-djW .ant-form-item-label {
  display: none;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--form-sender--O-djW .ant-form-item-label:first-child label:before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  content: "*";
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--form-sender-radio--mMYm5 .ant-form-item-label {
  display: none;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--placeholder-light--UGBh9 {
  width: 100%;
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--placeholder-light--UGBh9 .sirius-cascader-select-selection-placeholder {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.marketingBaseInfo-module--marketing-base-info--RVNRV .marketingBaseInfo-module--base-info-input-count--GgYOt {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.marketingBaseInfo-module--time-pick--W1s3f {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.marketingBaseInfo-module--time-pick--W1s3f .marketingBaseInfo-module--split-line--KCKxF {
  background: #8d92a1;
  background: var(--fill-6, #8d92a1);
  height: 1px;
  width: 16px;
}

.marketingBaseInfo-module--split-line--KCKxF {
  background: #8d92a1;
  background: var(--fill-6, #8d92a1);
  height: 1px;
  width: 16px;
}

.marketingBaseInfo-module--send-limit--xmXcr {
  display: flex;
  align-items: center;
}
.marketingBaseInfo-module--send-limit--xmXcr .marketingBaseInfo-module--number--icpoP {
  margin-left: 8px;
  flex-shrink: 0;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.marketingBaseInfo-module--priority-list--Y6tg9 {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  background: #fff;
  border-radius: 4px;
  display: flex;
  height: 32px;
  align-items: center;
  padding: 0px 6px;
}

.marketingBaseInfo-module--priority-item---0K4k {
  display: flex;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 12px;
  justify-content: center;
  align-items: flex-start;
  border-radius: 16px;
  background: #f6f7fa;
  background: var(--fill-2, #f6f7fa);
  gap: 8px;
}
.marketingBaseInfo-module--priority-item---0K4k:hover, .marketingBaseInfo-module--priority-item---0K4k:active {
  border: 1px solid #4c6aff;
  border: 1px solid var(--brand-6, #4c6aff);
  background: #eff2ff;
  background: var(--brand-2, #eff2ff);
}

.marketingBaseInfo-module--select--ZCFQ6 {
  flex-grow: 1;
}

.marketingBaseInfo-module--filter--XL9Ww {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 5px 12px;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  background: #fff;
}
.marketingBaseInfo-module--filter--XL9Ww .marketingBaseInfo-module--title--Rkzuk {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.marketingBaseInfo-module--filter--XL9Ww .marketingBaseInfo-module--button--o2v-L {
  flex-shrink: 0;
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

@keyframes marketingBaseInfo-module--spin--n6G51 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.marketingBaseInfo-module--loading-icon--64mGy {
  animation: marketingBaseInfo-module--spin--n6G51 1s linear infinite;
}

.marketingBaseInfo-module--validate-tips--6Mofz {
  margin-top: -16px;
  margin-bottom: 16px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.marketingBaseInfo-module--tips-content--o9lYg {
  padding: 16px;
  width: 322px;
}
.marketingBaseInfo-module--tips-content--o9lYg .marketingBaseInfo-module--tips-info--lJNh\+ {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  margin-top: 8px;
}

.marketingBaseInfo-module--bindEmailStatusWrap--P9XMF {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.marketingBaseInfo-module--bindEmailStatusWrap--P9XMF .marketingBaseInfo-module--subIcon--tsOSB,
.marketingBaseInfo-module--bindEmailStatusWrap--P9XMF .marketingBaseInfo-module--subIconWrap--hdfbv {
  width: 14px;
  height: 14px;
  line-height: 1;
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
  cursor: pointer;
}
.marketingBaseInfo-module--bindEmailStatusWrap--P9XMF .marketingBaseInfo-module--subIcon--tsOSB.sirius-icon,
.marketingBaseInfo-module--bindEmailStatusWrap--P9XMF .marketingBaseInfo-module--subIconWrap--hdfbv.sirius-icon {
  width: 14px;
  height: 14px;
  line-height: 1;
}
.marketingBaseInfo-module--bindEmailStatusWrap--P9XMF .marketingBaseInfo-module--subIconWrap--hdfbv {
  margin-left: 4px;
}
.marketingBaseInfo-module--bindEmailStatusWrap--P9XMF .marketingBaseInfo-module--blue--D9pQM {
  margin-left: 8px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.marketingBaseInfo-module--bindEmailStatusWrap--P9XMF .marketingBaseInfo-module--txt--lR1HS {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.marketingBaseInfo-module--select-wrap-inline--Tk\+KQ {
  display: inline-flex;
  width: 62px;
  margin: 0 4px;
}
.marketingBaseInfo-module--select-wrap-inline--Tk\+KQ .ant-select-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.marketingBaseInfo-module--my-form--BfNly .ant-form-item-explain {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.marketingBaseInfo-module--holidays-cascader-wrap--Jkc6q .ant-form-item-control {
  height: 32px;
}
.marketingBaseInfo-module--holidays-cascader-wrap--Jkc6q .marketingBaseInfo-module--holidays-cascader--pIWJM .sirius-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.marketingBaseInfo-module--stopRadio--E5Fur {
  margin-right: 35px;
}

.marketingBaseInfo-module--contactTerminateType--kCmOM {
  position: absolute;
  right: 99999px;
}

.marketingBaseInfo-module--sending-mode-radio--Cbz6s {
  margin-bottom: 8px !important;
  flex-direction: row !important;
  align-items: center;
}
.marketingBaseInfo-module--sending-mode-radio--Cbz6s .ant-form-item-label {
  padding: 0;
  margin-right: 12px;
}
.marketingBaseInfo-module--sending-mode-radio--Cbz6s .ant-form-item-control-input {
  height: 22px;
  min-height: 22px;
}
.marketingBaseInfo-module--sending-mode-radio--Cbz6s .ant-form-item-control {
  height: 22px;
}
.marketingBaseInfo-module--sending-mode-radio--Cbz6s .marketingBaseInfo-module--tag-radio--awlPv {
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.marketingBaseInfo-module--sending-mode-radio--Cbz6s .marketingBaseInfo-module--tag-radio--awlPv .marketingBaseInfo-module--tag--WsFy3 {
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  background: #0fd683;
  background: var(--Success-6, #0fd683);
  height: 17px;
  color: #fff;
  font-size: 12px;
  transform: scale(0.83);
  padding: 0 2px;
}

.marketingBaseInfo-module--intelligent-scheduling--eOAUU {
  border-radius: 4px;
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  padding: 8px 12px 12px 12px;
}
.marketingBaseInfo-module--intelligent-scheduling--eOAUU .marketingBaseInfo-module--title--Rkzuk {
  margin: 0;
  text-align: center;
  height: 32px;
  margin-bottom: 10px;
}
.marketingBaseInfo-module--intelligent-scheduling--eOAUU .marketingBaseInfo-module--title--Rkzuk span {
  display: inline-block;
}
.marketingBaseInfo-module--intelligent-scheduling--eOAUU .marketingBaseInfo-module--title--Rkzuk .marketingBaseInfo-module--normal--fQhY2 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  line-height: 37px;
}
.marketingBaseInfo-module--intelligent-scheduling--eOAUU .marketingBaseInfo-module--title--Rkzuk .marketingBaseInfo-module--num--tV6ul {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  height: 32px;
  margin-left: 2px;
  font-family: "LX-numbers";
}
.marketingBaseInfo-module--intelligent-scheduling--eOAUU .marketingBaseInfo-module--title--Rkzuk .marketingBaseInfo-module--percent--NnMNn {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-right: 2px;
}
.marketingBaseInfo-module--intelligent-scheduling--eOAUU .marketingBaseInfo-module--info--jj76L {
  margin: 0;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.marketingBaseInfo-module--flexAlignCenter--J6nVH {
  display: flex;
  align-items: center;
}
.AIHostingTaskModal-module--modal--3CReG {
  overflow: hidden;
}
.AIHostingTaskModal-module--modal--3CReG .ant-modal-body {
  padding: 0px !important;
}
.AIHostingTaskModal-module--modal--3CReG .ant-modal-header {
  display: none;
}
.AIHostingTaskModal-module--modal--3CReG .ant-modal-footer {
  display: none;
}

.AIHostingTaskModal-module--ai-hosting-task-modal-cover-ant--8Ip5x .ant-modal-header,
.AIHostingTaskModal-module--ai-hosting-task-modal-cover-ant--8Ip5x .ant-modal-footer {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}
.AIHostingTaskModal-module--ai-hosting-task-modal-cover-ant--8Ip5x .ant-modal-body {
  padding: 4px 20px 8px;
}

.AIHostingTaskModal-module--wrap-modal--e80JZ {
  top: 0px;
}

.AIHostingTaskModal-module--wrap--WZ95i {
  height: 648px;
  border-radius: 4px;
  border-color: #f0f1f5;
  border-color: var(--Line-1, #f0f1f5);
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.AIHostingTaskModal-module--wrap--WZ95i .AIHostingTaskModal-module--header--qiVYP {
  width: 100%;
  height: 64px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.AIHostingTaskModal-module--wrap--WZ95i .AIHostingTaskModal-module--header--qiVYP .AIHostingTaskModal-module--header-title--A-QYU {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.AIHostingTaskModal-module--wrap--WZ95i .AIHostingTaskModal-module--header--qiVYP .AIHostingTaskModal-module--header-close--5DuO0 {
  cursor: pointer;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgMTYuMjVMMTAgMTBNMTAgMTBMMy43NSAzLjc1TTEwIDEwTDE2LjI1IDE2LjI1TTEwIDEwTDE2LjI1IDMuNzUiIHN0cm9rZT0iIzZGNzQ4NSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.AIHostingTaskModal-module--wrap--WZ95i .AIHostingTaskModal-module--content--f0MOP {
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
  height: 585px;
}
.mailBasicInfo-module--basic-info--37HiL {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 16px 22px 16px;
  border-radius: 4px;
}
.mailBasicInfo-module--basic-info--37HiL .mailBasicInfo-module--notify-root--6Qsot {
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  gap: 6px;
  background: #f2f7fe;
  background: var(--Link-1, #f2f7fe);
  height: 32px;
  align-items: center;
  justify-content: flex-start;
}
.mailBasicInfo-module--basic-info--37HiL .mailBasicInfo-module--notify-root--6Qsot .mailBasicInfo-module--icon--xVN7t {
  margin-left: 12px;
  width: 16px;
  height: 16px;
}
.mailBasicInfo-module--basic-info--37HiL .mailBasicInfo-module--notify-root--6Qsot .mailBasicInfo-module--title--\+1a9Q {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.mailBasicInfo-module--basic-info--37HiL .mailBasicInfo-module--header--8FiVG {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mailBasicInfo-module--basic-info--37HiL .mailBasicInfo-module--header--8FiVG .mailBasicInfo-module--left--\+8Ubx {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mailBasicInfo-module--basic-info--37HiL .mailBasicInfo-module--header--8FiVG .mailBasicInfo-module--left--\+8Ubx .mailBasicInfo-module--title--\+1a9Q {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.mailBasicInfo-module--basic-info--37HiL .mailBasicInfo-module--header--8FiVG .mailBasicInfo-module--left--\+8Ubx .mailBasicInfo-module--subTitle--mtGvr {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.mailBasicInfo-module--basic-info--37HiL .mailBasicInfo-module--header--8FiVG .mailBasicInfo-module--right--x5t5E {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.mailBasicInfo-module--basic-info--37HiL .mailBasicInfo-module--header--8FiVG .mailBasicInfo-module--right--x5t5E .ant-checkbox + span {
  padding: 0;
}
.mailBasicInfo-module--basic-info--37HiL .mailBasicInfo-module--header--8FiVG .mailBasicInfo-module--right--x5t5E .mailBasicInfo-module--button--GQDLI {
  cursor: pointer;
  gap: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mailBasicInfo-module--basic-info--37HiL .mailBasicInfo-module--header--8FiVG .mailBasicInfo-module--right--x5t5E .mailBasicInfo-module--right-text--wZoIt {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  padding: 0 4px;
}
.mailBasicInfo-module--basic-info--37HiL .mailBasicInfo-module--header--8FiVG .mailBasicInfo-module--right--x5t5E .mailBasicInfo-module--text--\+RIrP {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.mailBasicInfo-module--basic-info--37HiL .mailBasicInfo-module--body--uWnL9 {
  gap: 4px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.mailBasicInfo-module--basic-info-basic--C-7G1 {
  padding: 0px;
}
.index-module--all-result--dLmPI {
  position: relative;
  height: 494px;
  display: flex;
  flex-direction: column;
}
.index-module--all-result--dLmPI .index-module--multi-version--upa43 {
  width: 984px;
  display: block;
  position: relative;
  height: 38px;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
  padding: 0px 20px;
}
.index-module--all-result--dLmPI .index-module--multi-version--upa43 .ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations {
  display: inline-block !important;
  visibility: visible !important;
}
.index-module--all-result--dLmPI .index-module--multi-version--upa43 .ant-tabs-nav-list {
  width: auto !important;
}
.index-module--all-result--dLmPI .index-module--multi-version--upa43 .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap {
  margin-right: 0px;
}
.index-module--all-result--dLmPI .index-module--mail-content--MH\+Aj {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  color: #272e47;
  color: var(--Text-5, #272e47);
  max-height: 384px;
}
.index-module--all-result--dLmPI .index-module--mail-content--MH\+Aj span {
  white-space: pre-wrap !important;
}
.index-module--all-result--dLmPI .index-module--mail-content--MH\+Aj::-webkit-scrollbar {
  display: none !important;
}
.index-module--all-result--dLmPI .index-module--edm-attachments--RO2tg {
  position: relative;
  padding: 0 16px;
  z-index: 1;
}
.index-module--all-result--dLmPI .index-module--edm-attachments--RO2tg .attachment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.index-module--all-result--dLmPI .index-module--edm-attachments--RO2tg .attachment-card {
  position: relative;
}
.index-module--all-result--dLmPI .index-module--content-header--aXk\+F {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 12px;
  margin-right: 20px;
}

#index-module--hosting-res-modal--tWSFF .index-module--modal-text--OCt1p .ant-modal-header {
  border-bottom: none;
}
#index-module--hosting-res-modal--tWSFF .index-module--modal-text--OCt1p .ant-modal-footer {
  padding: 0px 16px;
}
#index-module--hosting-res-modal--tWSFF .index-module--modal-text--OCt1p .ant-modal-body {
  padding: 0;
  position: relative;
}
#index-module--hosting-res-modal--tWSFF .index-module--wrap-modal--cP3Ip {
  top: 0px;
}

.index-module--footer--mTLlz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.index-module--footer--mTLlz .index-module--jump--8jMlU {
  margin: 0;
  display: flex;
}
.index-module--footer--mTLlz .index-module--jump--8jMlU span {
  cursor: pointer;
  width: 80px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e1e3e8;
  border-radius: 4px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-right: 12px;
}
.index-module--footer--mTLlz .index-module--jump--8jMlU span.index-module--disable--KCHul {
  cursor: no-drop;
}
.index-module--footer--mTLlz .index-module--operate--yH3Vw {
  margin: 0;
  display: flex;
}
.index-module--footer--mTLlz .index-module--operate--yH3Vw span {
  margin-left: 12px;
  cursor: pointer;
  width: 76px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--footer--mTLlz .index-module--operate--yH3Vw .index-module--edit--Rcn-M {
  border: 1px solid #e1e3e8;
  background: #ffffff;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.index-module--footer--mTLlz .index-module--operate--yH3Vw .index-module--close--fRGeX {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  color: #ffffff;
}

.index-module--page-loading--Bob8E {
  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--V4tgr {
  100% {
    transform: rotate(360deg);
  }
}
.index-module--page-loading--Bob8E .ant-spin {
  display: flex;
  align-items: center;
}
.index-module--page-loading--Bob8E .sirius-spin {
  display: inline-block;
}
.index-module--page-loading--Bob8E .ant-spin-dot {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  animation: index-module--fadenum--V4tgr 1s linear infinite;
}
.index-module--page-loading--Bob8E .ant-spin-text {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.index-module--body-area--mL6uT {
  max-height: 456px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.index-module--body-area--mL6uT .index-module--ori-content--Rvy8T {
  padding: 20px 20px 0px;
  width: 606px;
  flex-shrink: 0;
  border-right: 1px solid #f0f1f5;
  border-right: 1px solid var(--Line-1, #f0f1f5);
}
.index-module--body-area--mL6uT .index-module--multi-content--dbzG9 {
  height: 100%;
  width: 100%;
  padding: 20px 20px 0px;
}

.index-module--multi-version-confirm-modal--e3rtm .ant-modal-confirm-body .ant-modal-confirm-title {
  display: inline-block;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--body--tKpwI {
  width: 100%;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border-radius: 4px;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--body--tKpwI .multiVersion-module--body-header--\+2vUw {
  border-top: 1px solid #f0f1f5;
  border-top: 1px solid var(--Line-1, #f0f1f5);
  padding: 12px 0px 0px;
  margin: 0px 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--body--tKpwI .multiVersion-module--body-header--\+2vUw .multiVersion-module--button--J3VgU {
  cursor: pointer;
  gap: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--body--tKpwI .multiVersion-module--body-header--\+2vUw .multiVersion-module--left-text--\+FPX4 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--body--tKpwI .multiVersion-module--body-header--\+2vUw .multiVersion-module--text--5fywI {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.multiVersion-module--root--6N-Xo .multiVersion-module--body--tKpwI .multiVersion-module--all-result--CUtiv {
  margin-top: 12px;
  overflow: auto;
  height: 250px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  align-items: flex-start;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--body--tKpwI .multiVersion-module--all-result--CUtiv .multiVersion-module--mail-content-root--GgcGL {
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  overflow: hidden;
  position: relative;
  background: #fff;
  width: 147px;
  height: 128px;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--body--tKpwI .multiVersion-module--all-result--CUtiv .multiVersion-module--mail-content-root--GgcGL:hover {
  border: 1px solid #4c6aff;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--body--tKpwI .multiVersion-module--all-result--CUtiv .multiVersion-module--mail-content--8wtI0 {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
  max-width: 100%;
  height: 100%;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--body--tKpwI .multiVersion-module--all-result--CUtiv .multiVersion-module--mail-content--8wtI0 .multiVersion-module--edm-social-link--JR-os span {
  position: absolute !important;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--body--tKpwI .multiVersion-module--summary--pSUeQ {
  position: -webkit-sticky;
  position: sticky;
  flex-shrink: 0;
  padding: 0px 16px;
  display: flex;
  height: 54px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--body--tKpwI .multiVersion-module--summary--pSUeQ .multiVersion-module--num--L-tkZ {
  padding: 0px 4px;
  font-family: "LX-numbers";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #ffb54c;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--body--tKpwI .multiVersion-module--summary--pSUeQ .multiVersion-module--subTitle--iHZ5c {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--body--tKpwI .multiVersion-module--summary--pSUeQ .multiVersion-module--title--etWmW {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--body--tKpwI .multiVersion-module--summary--pSUeQ .multiVersion-module--icon--ldm0f {
  width: 16px;
  height: 16px;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--container--9UsLL {
  display: flex;
  height: 74px;
  padding: 16px;
  line-height: 42px;
  align-items: center;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--container--9UsLL .multiVersion-module--icon--ldm0f {
  height: 32px;
  width: 32px;
  margin-right: 12px;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--container--9UsLL .multiVersion-module--content--25I1e {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--container--9UsLL .multiVersion-module--content--25I1e .multiVersion-module--title--etWmW {
  line-height: 22px;
  height: 22px;
  color: #272e47;
  margin-bottom: 4px;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--container--9UsLL .multiVersion-module--content--25I1e .multiVersion-module--title--etWmW .multiVersion-module--tag--HzFAV {
  line-height: 20px;
  border: 0.5px solid #4c6aff;
  border-radius: 2px;
  color: #4c6aff;
  font-size: 12px;
  padding: 1px 5px;
  margin-left: 5px;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--container--9UsLL .multiVersion-module--content--25I1e .multiVersion-module--info--2AsoT {
  color: #747a8c;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--container--9UsLL .multiVersion-module--content--25I1e .multiVersion-module--info--2AsoT .multiVersion-module--percent--nwg2C {
  margin: 0px 2px;
  font-size: 18px;
  line-height: 16px;
  height: 16px;
  color: #ffb54c;
  font-family: "LX-numbers";
}
.multiVersion-module--root--6N-Xo .multiVersion-module--container--9UsLL .multiVersion-module--content--25I1e .multiVersion-module--info--2AsoT .multiVersion-module--percent--nwg2C .multiVersion-module--percent-mark--PcAQ6 {
  font-size: 12px;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--container--9UsLL .multiVersion-module--switch--IEMK2 {
  width: 30px;
  display: flex;
  height: 100%;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--container--9UsLL .multiVersion-module--switch--IEMK2 .ant-switch-checked {
  background-color: #4c6aff;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--container--9UsLL .multiVersion-module--switch--IEMK2 .ant-switch:focus {
  box-shadow: none;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--container--9UsLL .multiVersion-module--switch--IEMK2 .ant-switch-checked:focus {
  box-shadow: none;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--tab--4iFHD {
  padding: 16px 0px 0px 0px;
  border-top: 1px solid #ebedf2;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--tab--4iFHD .multiVersion-module--button--J3VgU {
  height: 32px;
  width: auto;
  border-radius: 16px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  background: #f0f2f7;
  border: none;
}
.multiVersion-module--root--6N-Xo .multiVersion-module--tab--4iFHD .multiVersion-module--button-selected--Pp1Q5 {
  height: 32px;
  width: auto;
  border-radius: 16px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
}

.multiVersion-module--progress-wrapper--ASN8\+ {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #ebedf2;
  padding: 20px 0px;
  margin-left: 12px;
  margin-right: 12px;
  height: 348px;
}
.multiVersion-module--progress-wrapper--ASN8\+ .multiVersion-module--percent--nwg2C {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #272e47;
  margin: 12px 0px 12px 0px;
}
.multiVersion-module--progress-wrapper--ASN8\+ .multiVersion-module--info--2AsoT {
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  margin-bottom: 12px;
}
.multiVersion-module--progress-wrapper--ASN8\+ .ant-progress-line {
  width: 320px;
}
.multiVersion-module--progress-wrapper--ASN8\+ .ant-progress-bg {
  height: 6px;
}
.multiVersion-module--progress-wrapper--ASN8\+ .multiVersion-module--info-hosting--tGvCm {
  color: #7a8599;
  width: 224px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.multiVersion-module--progress-wrapper--ASN8\+ .multiVersion-module--progress-hosting--UcCqR {
  width: 236px;
}
.multiVersion-module--progress-wrapper--ASN8\+ .multiVersion-module--progress-wrapper-hosting--FT54e {
  padding-top: 0px;
}

.multiVersion-module--progress-wrapper-in--\+cFKJ {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: -69px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ebedf2;
  padding: 20px 0px;
  margin-left: 12px;
  z-index: 10;
  background: #fff;
}
.multiVersion-module--progress-wrapper-in--\+cFKJ .multiVersion-module--percent--nwg2C {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #272e47;
  margin: 12px 0px 12px 0px;
}
.multiVersion-module--progress-wrapper-in--\+cFKJ .multiVersion-module--info--2AsoT {
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  margin-bottom: 12px;
}
.multiVersion-module--progress-wrapper-in--\+cFKJ .ant-progress-line {
  width: 320px;
}
.multiVersion-module--progress-wrapper-in--\+cFKJ .ant-progress-bg {
  height: 6px;
}
.multiVersion-module--progress-wrapper-in--\+cFKJ .multiVersion-module--info-hosting--tGvCm {
  color: #7a8599;
  width: 224px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.multiVersion-module--progress-wrapper-in--\+cFKJ .multiVersion-module--progress-hosting--UcCqR {
  width: 236px;
}
.multiVersion-module--progress-wrapper-in--\+cFKJ .multiVersion-module--progress-wrapper-hosting--FT54e {
  padding-top: 0px;
}
.AIModify-module--content-area--8HiZs {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-top: 16px;
  min-height: 335px;
  max-height: 558px;
}
.AIModify-module--content-area--8HiZs .AIModify-module--notify-root--OEXh- {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.AIModify-module--content-area--8HiZs .AIModify-module--notify-root--OEXh- .AIModify-module--notify--0PPAd {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 6px 12px;
  gap: 16px;
  background: #f2f7fe;
  border-radius: 4px;
}
.AIModify-module--content-area--8HiZs .AIModify-module--notify-root--OEXh- .AIModify-module--notify--0PPAd .AIModify-module--icon--8v2xW {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.AIModify-module--content-area--8HiZs .AIModify-module--notify-root--OEXh- .AIModify-module--notify--0PPAd .AIModify-module--title--ZBbMg {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
}
.AIModify-module--content-area--8HiZs .AIModify-module--notify-root--OEXh- .AIModify-module--notify--0PPAd .AIModify-module--re-general--B7Wan {
  cursor: pointer;
  align-self: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #4c6aff;
}
.AIModify-module--content-area--8HiZs .AIModify-module--summary--4gaDA {
  position: -webkit-sticky;
  position: sticky;
  flex-shrink: 0;
  padding-top: 12px;
  display: flex;
  height: 46px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ebedf2;
}
.AIModify-module--content-area--8HiZs .AIModify-module--summary--4gaDA .AIModify-module--num--iz5C4 {
  padding: 0px 4px;
  font-family: "LX-numbers";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #ffb54c;
}
.AIModify-module--content-area--8HiZs .AIModify-module--summary--4gaDA .AIModify-module--subTitle--0oGHL {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
}
.AIModify-module--content-area--8HiZs .AIModify-module--summary--4gaDA .AIModify-module--title--ZBbMg {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
}
.AIModify-module--content-area--8HiZs .AIModify-module--summary--4gaDA .AIModify-module--icon--8v2xW {
  width: 16px;
  height: 16px;
}

.AIModify-module--ai-replace-style--fAYHq {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #ffb54c;
  background: none;
}
.AIModify-module--ai-replace-style--fAYHq:hover {
  background: rgba(255, 181, 76, 0.16);
}

.AIModify-module--tooltip-overlay--P4kZQ {
  border-radius: 8px;
  border: 0.5px solid rgba(38, 42, 51, 0.2);
  box-shadow: 0px 4px 8px rgba(38, 42, 51, 0.1);
  background: #fff;
  padding-top: 0;
}
.AIModify-module--tooltip-overlay--P4kZQ .ant-tooltip-inner {
  background: #ffb54c !important;
  line-height: 150%;
  color: #fff;
  border-radius: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
}
.AIModify-module--tooltip-overlay--P4kZQ .ant-tooltip-inner .know-more {
  margin-left: 8px;
  color: #6292ff;
  cursor: pointer;
}

.AIModify-module--inner-HTML--\+VcEI {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 44px;
}

.AIModify-module--all-result--u4YcT {
  overflow: auto;
  max-height: 534px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}
.AIModify-module--all-result--u4YcT .AIModify-module--multi-version--aAo1E {
  width: 984px;
  display: block;
  position: relative;
  height: 38px;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
  padding: 0px 20px;
}
.AIModify-module--all-result--u4YcT .AIModify-module--multi-version--aAo1E .ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations {
  display: inline-block !important;
  visibility: visible !important;
}
.AIModify-module--all-result--u4YcT .AIModify-module--multi-version--aAo1E .ant-tabs-nav-list {
  width: auto !important;
}
.AIModify-module--all-result--u4YcT .AIModify-module--multi-version--aAo1E .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap {
  margin-right: 0px;
}
.AIModify-module--all-result--u4YcT .AIModify-module--tab-area--ZOrob {
  margin-top: -4px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.AIModify-module--all-result--u4YcT .AIModify-module--tab-area--ZOrob .ant-btn {
  color: #545a6e;
  min-width: 33px;
}
.AIModify-module--all-result--u4YcT .AIModify-module--tab-area--ZOrob .ant-dropdown-trigger {
  min-width: auto;
  padding: 0px;
}
.AIModify-module--all-result--u4YcT .AIModify-module--tab-area--ZOrob .AIModify-module--button-more--ILnoY {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 32px;
  background: #fff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #272e47;
  border: 1px solid #e1e3e8;
}
.AIModify-module--all-result--u4YcT .AIModify-module--tab-area--ZOrob .AIModify-module--button-more--ILnoY:hover {
  border: 1px solid #4c6aff;
}
.AIModify-module--all-result--u4YcT .AIModify-module--tab-area--ZOrob .AIModify-module--button--B8CWR {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 32px;
  background: #f6f7fa;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: none;
  color: #272e47;
}
.AIModify-module--all-result--u4YcT .AIModify-module--tab-area--ZOrob .AIModify-module--button-selected--wUGis {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 32px;
  background: #f2f5ff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 0.5px solid #4c6aff;
  color: #4c6aff;
}

.AIModify-module--menu--\+Itv3 {
  max-height: 228px;
  width: 82px;
  overflow: auto;
  background: #ffffff;
  border: 0.5px solid #eceff4;
  box-shadow: 0px 4px 8px rgba(35, 45, 71, 0.1);
  border-radius: 4px;
}
.AIModify-module--menu--\+Itv3 .ant-dropdown-menu-item {
  padding: 5px 0px !important;
}
.AIModify-module--menu--\+Itv3 .ant-dropdown-menu-item:hover {
  background-color: #f8f9fa;
}
.AIModify-module--menu--\+Itv3 .AIModify-module--dropdown-button--pka7\+ {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px !important;
  padding: 5px 0px !important;
}
.AIModify-module--menu--\+Itv3 .AIModify-module--dropdown-button--pka7\+:hover {
  background: rgba(0, 0, 0, 0);
}

.AIModify-module--modal-text--\+NsCS .ant-modal-header {
  border-bottom: none;
}
.AIModify-module--modal-text--\+NsCS .ant-modal-body {
  padding: 0px 24px 24px;
}

.AIModify-module--version-tag-root--luwoh {
  width: 42px;
  height: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: -20px;
}
.AIModify-module--version-tag-root--luwoh .AIModify-module--arrow--Fj20o {
  position: absolute;
  top: 19px;
  width: 20px;
  height: 6px;
}
.AIModify-module--version-tag-root--luwoh .AIModify-module--version-tag--RD61W {
  display: flex;
  flex-direction: row;
  gap: 2px;
  width: 42px;
  height: 20px;
  border-radius: 13px;
  background: #ffb54c;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}
.AIModify-module--version-tag-root--luwoh .AIModify-module--version-tag--RD61W .AIModify-module--label--GlpNz {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.AIModify-module--version-tag-root--luwoh .AIModify-module--version-tag--RD61W .AIModify-module--image--vH\+iz {
  width: 14px;
  height: 14px;
}

.AIModify-module--modal-body--SAtWd {
  max-height: 70%;
}

.AIModify-module--mail-content--bbw0G {
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 24px;
}
.AIModify-module--mail-content--bbw0G::-webkit-scrollbar {
  display: none !important;
}

.AIModify-module--divider--9fqug {
  width: 1px;
  margin: 0px 19px;
  background: #ebedf2;
}

.AIModify-module--innerHTMLItem--pohDY {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
}
.multiVersionMails-module--progress-wrapper--jskmj {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #ebedf2;
  margin-top: 20px;
  padding: 20px 0px;
}
.multiVersionMails-module--progress-wrapper--jskmj .multiVersionMails-module--percent--SnXPZ {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #272e47;
  margin: 12px 0px 12px 0px;
}
.multiVersionMails-module--progress-wrapper--jskmj .multiVersionMails-module--info--Jx8gO {
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  margin-bottom: 12px;
}
.multiVersionMails-module--progress-wrapper--jskmj .ant-progress-line {
  width: 320px;
}
.multiVersionMails-module--progress-wrapper--jskmj .ant-progress-bg {
  height: 6px;
}

.multiVersionMails-module--multiVersionConfirmModal--XE\+rd .ant-modal-confirm-title {
  position: absolute;
  top: 20px;
  left: 40px;
}
.multiVersionMails-module--multiVersionConfirmModal--XE\+rd .ant-modal-confirm-content {
  margin-top: 0px !important;
}

.multiVersionMails-module--autoMultiMailTip--qI9Bz .ant-tooltip-content {
  width: 230px;
}
.multiVersionMails-module--autoMultiMailTip--qI9Bz .multiVersionMails-module--content--mD-GN {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}
.multiVersionMails-module--autoMultiMailTip--qI9Bz .multiVersionMails-module--btn--PqPvj {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #7088ff;
  float: right;
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.edmMarketingEditorModal-module--modal-content--Vw5jk {
  display: flex;
  height: 100%;
  position: relative;
}
.edmMarketingEditorModal-module--modal-content--Vw5jk .edmMarketingEditorModal-module--left-content--SUPP6 {
  height: 100%;
  flex: 1 1;
}
.edmMarketingEditorModal-module--modal-content--Vw5jk .edmMarketingEditorModal-module--right-content--eKkEF {
  flex-shrink: 0;
  height: 100%;
  z-index: 10;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
}

.edmMarketingEditorModal-module--edm-editor-modal--Lq83- .tox .tox-toolbar--scrolling {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  overflow-x: overlay;
}
.edmMarketingEditorModal-module--edm-editor-modal--Lq83- .tox .tox-toolbar--scrolling::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.edmMarketingEditorModal-module--edm-editor-modal--Lq83- .tox .tox-toolbar--scrolling::-webkit-scrollbar:horizontal {
  height: 6px;
}
.edmMarketingEditorModal-module--edm-editor-modal--Lq83- .tox .tox-toolbar--scrolling:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.edmMarketingEditorModal-module--edm-editor-modal--Lq83- .tox .tox-toolbar--scrolling:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.edmMarketingEditorModal-module--edm-editor-modal--Lq83- .tox .tox-toolbar--scrolling:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.edmMarketingEditorModal-module--edm-editor-modal--Lq83- .tox .tox-toolbar--scrolling:hover::-webkit-scrollbar-button {
  display: none;
}
.edmMarketingEditorModal-module--edm-editor-modal--Lq83- .tox .tox-toolbar--scrolling:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.edmMarketingEditorModal-module--edm-editor-modal--Lq83- .tox .tox-toolbar--scrolling:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.edmMarketingEditorModal-module--edm-editor-modal--Lq83- .tox .tox-toolbar--scrolling:hover::-webkit-scrollbar-corner {
  display: none;
}
.edmMarketingEditorModal-module--edm-editor-modal--Lq83- .ant-modal-content .ant-modal-body {
  padding: 0;
  height: 500px;
}
.edmMarketingEditorModal-module--edm-editor-modal--Lq83- .tox-edit-area {
  margin-top: 10px !important;
}
.edmMarketingEditorModal-module--edm-editor-modal--Lq83- .ant-modal-footer {
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
  z-index: 10;
  background-color: #fff;
}

.edmMarketingEditorModal-module--edm-editor-modal2--0xjWF .edmMarketingEditorModal-module--windows-only--vaD34 .ant-modal-content {
  padding: 43px 10px 0px;
}
.edmMarketingEditorModal-module--edm-editor-modal2--0xjWF .ant-modal-content {
  border-radius: 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 60px;
  margin: 0 0 0 8px;
  display: flex;
  flex-direction: column;
}
.edmMarketingEditorModal-module--edm-editor-modal2--0xjWF .ant-modal-content .ant-modal-close {
  display: none;
  height: 40px;
  width: 40px;
  top: 46px;
}
.edmMarketingEditorModal-module--edm-editor-modal2--0xjWF .ant-modal-content .ant-modal-close-x {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edmMarketingEditorModal-module--edm-editor-modal2--0xjWF .ant-modal-content .ant-modal-body {
  flex: 1 1;
  height: 0;
  display: flex;
  flex-direction: column;
}
.edmMarketingEditorModal-module--edm-editor-modal2--0xjWF .ant-modal-content .ant-modal-footer {
  flex-shrink: 0;
  padding: 16px;
}

.edmMarketingEditorModal-module--edm-editor-modal-web--WsjLq .ant-modal-content {
  left: 0;
  top: 54px;
}

.edmMarketingEditorModal-module--footer--1dfJV {
  display: flex;
}
.edmMarketingEditorModal-module--footer--1dfJV .ant-btn:not(.ant-btn-primary) {
  border-color: #f0f3f5;
  background-color: #f0f3f5;
}
.edmMarketingEditorModal-module--footer--1dfJV .ant-btn-primary {
  background-color: #4c6aff;
}

.edmMarketingEditorModal-module--footer-content--ZEiCB {
  flex-grow: 1;
  text-align: left;
  display: flex;
  align-items: center;
}
.edmMarketingEditorModal-module--footer-content--ZEiCB .edmMarketingEditorModal-module--unsubscribe--kAqd2 {
  display: inline-flex;
  color: #7d8085;
  font-size: 12px;
  line-height: 32px;
  height: 22px;
}

.edmMarketingEditorModal-module--footer-buttons--VDteW {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.edmMarketingEditorModal-module--footer-buttons--VDteW .ant-btn {
  margin-right: 8px;
}
.edmMarketingEditorModal-module--footer-buttons--VDteW .ant-btn:last-child {
  margin-right: 0;
}

.edmMarketingEditorModal-module--header--6lutn {
  display: flex;
  height: 36px;
  justify-content: space-between;
  padding: 0 10px 0 14px;
  align-items: center;
  box-shadow: inset 0px -0.5px 0px #e5e5e7;
  flex-shrink: 0;
}
.edmMarketingEditorModal-module--header-title--M9ybr {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  display: flex;
  align-items: center;
  /* identical to box height, or 100% */
  color: #262a33;
}
.edmMarketingEditorModal-module--header-close--FM37c {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edmMarketingEditorModal-module--unsubscribe-popover--ccXx2 .ant-popover-inner-content {
  padding: 8px 12px !important;
}

.edmMarketingEditorModal-module--edm-editor-modal-body-header--I1FM- {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 20px;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  position: relative;
}
.edmMarketingEditorModal-module--edm-editor-modal-body-header--I1FM- .edmMarketingEditorModal-module--header-error-line--8525l {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 286px);
  height: 1px;
  background-color: #fe5b4c;
}
.edmMarketingEditorModal-module--edm-editor-modal-body-header--I1FM- .edmMarketingEditorModal-module--mail-subject--fWUtL {
  flex: 1 1;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  margin: 0;
  max-width: calc(100% - 265px);
}
.edmMarketingEditorModal-module--edm-editor-modal-body-header--I1FM- .edmMarketingEditorModal-module--mail-subject--fWUtL .edmMarketingEditorModal-module--mailSubjectText--TfyKR {
  display: flex;
  width: 70px;
  align-items: center;
}
.edmMarketingEditorModal-module--edm-editor-modal-body-header--I1FM- .edmMarketingEditorModal-module--mail-subject--fWUtL .edmMarketingEditorModal-module--subject--K9S5H {
  color: #272e47;
  color: var(--Text-5, #272e47);
  max-width: calc(100% - 88px);
  display: inline-grid;
}
.edmMarketingEditorModal-module--edm-editor-modal-body-header--I1FM- .edmMarketingEditorModal-module--mail-subject--fWUtL .edmMarketingEditorModal-module--subject--K9S5H .realEditorAnt {
  font-size: 14px;
  margin: 0;
}
.edmMarketingEditorModal-module--edm-editor-modal-body-header--I1FM- .edmMarketingEditorModal-module--mail-subject--fWUtL .edmMarketingEditorModal-module--subject--K9S5H .ant-input {
  max-width: 100%;
  min-width: 300px;
  padding: 0px;
  border: none;
}
.edmMarketingEditorModal-module--edm-editor-modal-body-header--I1FM- .edmMarketingEditorModal-module--mail-subject--fWUtL .edmMarketingEditorModal-module--subject1--xp7RN {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.edmMarketingEditorModal-module--edm-editor-modal-body-header--I1FM- .edmMarketingEditorModal-module--mail-subject-var--\+opgk {
  display: flex;
  height: 16px;
  padding-left: 12px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(38, 42, 51, 0.16);
  margin: 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.edmMarketingEditorModal-module--edm-editor-modal-body-header--I1FM- .edmMarketingEditorModal-module--mail-subject-var--\+opgk svg {
  margin-right: 4px;
  margin-left: 15px;
}
.edmMarketingEditorModal-module--edm-editor-modal-body-header--I1FM- .edmMarketingEditorModal-module--mail-summary--T8HGy {
  max-width: unset;
}

.edmMarketingEditorModal-module--subject-btn--83UZi {
  display: flex;
  align-items: center;
  gap: 8px;
}
.edmMarketingEditorModal-module--subject-btn--83UZi .edmMarketingEditorModal-module--split-line--7H6Q7 {
  height: 20px;
  width: 1px;
  background: #e1e3e8;
  margin-right: 4px;
}
.edmMarketingEditorModal-module--subject-btn--83UZi .edmMarketingEditorModal-module--subject-item--2d\+HN {
  cursor: pointer;
  border-radius: 2px;
  background: #f0f2f7;
  background: var(--fill-25-hover, #f0f2f7);
  padding: 2px 6px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.edmMarketingEditorModal-module--subject-btn--83UZi .edmMarketingEditorModal-module--subject-item--2d\+HN .sirius-icon {
  display: flex;
  align-items: center;
  width: 12px;
  height: 12px;
}
.edmMarketingEditorModal-module--subject-btn--83UZi .edmMarketingEditorModal-module--subject-item--2d\+HN .edmMarketingEditorModal-module--label--Fn6rU {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  line-height: 20px;
}
.edmMarketingEditorModal-module--subject-btn--83UZi .edmMarketingEditorModal-module--subject-item--2d\+HN .edmMarketingEditorModal-module--checkbox-inner--8lzos {
  display: flex;
  align-items: center;
  gap: 8px;
}
.edmMarketingEditorModal-module--subject-btn--83UZi .edmMarketingEditorModal-module--subject-item1--OwULx {
  border-radius: 2px;
  background: none;
}
.edmMarketingEditorModal-module--subject-btn--83UZi .edmMarketingEditorModal-module--subject-item1--OwULx .edmMarketingEditorModal-module--label--Fn6rU {
  background: linear-gradient(90.13deg, #3a3aee 2.62%, #7b2cd8 99.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.edmMarketingEditorModal-module--summaryBtn--VTcn9 {
  gap: 0;
}
.edmMarketingEditorModal-module--summaryBtn--VTcn9 > button {
  margin-left: 0 !important;
}

.edmMarketingEditorModal-module--guideForGuide--4nz\+k .edmMarketingEditorModal-module--guideForGuideComf--NMsBO {
  position: absolute;
  right: 10px;
  bottom: 20px;
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
  cursor: pointer;
}

.edmMarketingEditorModal-module--displayInlineFlex--odTkf {
  display: inline-flex;
}

.edmMarketingEditorModal-module--flexAlignCenter--mrz0I {
  align-items: center;
}

.edmMarketingEditorModal-module--marginLeft10--H9xOR {
  margin-left: 10px;
}
.personalTemplate-module--modal--3jk6s .ant-modal-header {
  height: 76px;
  padding: 16px 20px 16px 20px;
  border-bottom: none;
}
.personalTemplate-module--modal--3jk6s .ant-modal-body {
  height: 92px;
  padding: 0px 20px 0px 20px;
}
.personalTemplate-module--modal--3jk6s .ant-modal-footer {
  height: 68px;
  border-width: 0px;
  padding: 18px 20px 18px 20px;
}
.personalTemplate-module--modal--3jk6s .personalTemplate-module--custom-input--xzweH {
  height: 36px;
  border: 1px solid #e1e3e8;
  border-radius: 4px;
}
.personalTemplate-module--modal--3jk6s .ant-input::placeholder {
  color: #9fa2ad;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-left: -10px;
}
.personalTemplate-module--modal--3jk6s .personalTemplate-module--custom-title--wnilD {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: right;
  color: #272e47;
  margin-right: 12px;
}
.personalTemplate-module--modal--3jk6s .personalTemplate-module--custom-style--3T52\+ {
  margin-top: 20px;
}
.personalTemplate-module--modal--3jk6s .personalTemplate-module--custom-style--3T52\+ .ant-form-item-control-input-content {
  border: 1px solid #e1e3e8;
  border-radius: 4px;
}
.personalTemplate-module--modal--3jk6s .personalTemplate-module--custom-style--3T52\+ .ant-form-item-control-input-content:hover {
  border: 1px solid #4c6aff;
  border-radius: 4px;
}
.personalTemplate-module--modal--3jk6s .ant-form-item-label label::after {
  content: none;
}
.personalTemplateGroup-module--group-name--IiM2e {
  color: #4e5a70;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1 1;
}

.personalTemplateGroup-module--group-placeholder-tips--CJ3FH {
  color: #9fa2ad;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@charset "UTF-8";
.personalTemplateMultiSelectContent-module--items--1kSvY {
  max-height: 195px;
  min-height: 88px;
  overflow-y: scroll;
  display: block;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.personalTemplateMultiSelectContent-module--items--1kSvY .personalTemplateMultiSelectContent-module--itemsNo--iCxtm {
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(122, 133, 153);
}
.personalTemplateMultiSelectContent-module--items--1kSvY::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.personalTemplateMultiSelectContent-module--items--1kSvY::-webkit-scrollbar-track {
  border-radius: 6px;
}
.personalTemplateMultiSelectContent-module--items--1kSvY::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(38, 42, 51, 0.3);
  padding: 4px;
}
.personalTemplateMultiSelectContent-module--items--1kSvY .personalTemplateMultiSelectContent-module--item--VEseh span:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.personalTemplateMultiSelectContent-module--inputBtn--Zlxft {
  color: #4c6aff;
  font-size: 12px;
  cursor: pointer;
}

.personalTemplateMultiSelectContent-module--footer--LBC9u {
  padding: 10px 14px 0px 14px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #232d47;
}
.personalTemplateMultiSelectContent-module--footer--LBC9u .personalTemplateMultiSelectContent-module--btns--KjsoE {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 22px;
  line-height: 22px;
}
.personalTemplateMultiSelectContent-module--footer--LBC9u .personalTemplateMultiSelectContent-module--btns--KjsoE .personalTemplateMultiSelectContent-module--svg--gHj3j {
  margin-right: 6px;
}

.personalTemplateMultiSelectContent-module--err---yeoF {
  color: #fe5b4c;
  font-size: 12px;
  padding: 8px;
}
.personalTemplateMultiSelectContent-module--err---yeoF .personalTemplateMultiSelectContent-module--errText--jnn2s {
  height: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.personalTemplateMultiSelectContent-module--group---QgyE {
  width: 372px;
  padding-top: 8px;
}
.personalTemplateMultiSelectContent-module--group---QgyE .ant-checkbox-group {
  width: 100%;
}
.personalTemplateMultiSelectContent-module--group---QgyE .ant-checkbox-wrapper {
  display: flex !important;
  padding: 8px 14px;
}
.personalTemplateMultiSelectContent-module--group---QgyE .ant-input-group {
  padding: 8px 14px;
}
.personalTemplateMultiSelectContent-module--group---QgyE .ant-input-group .personalTemplateMultiSelectContent-module--ant-input-affix-wrapper--5s93R {
  border: 1px solid rgb(76, 106, 255);
  padding: 5px 8px;
}

.personalTemplateMultiSelectContent-module--empty---JSMU {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #747a8c;
  padding: 33px 0;
}
.personalTemplateMultiSelectContent-module--empty---JSMU .personalTemplateMultiSelectContent-module--create--Tmvat {
  color: #4c6aff;
  cursor: pointer;
}

.personalTemplateMultiSelectContent-module--group-hide--w6SFY .ant-checkbox {
  width: 0;
  overflow: hidden;
}
.personalTemplateMultiSelectContent-module--group-hide--w6SFY .ant-checkbox-wrapper:hover {
  background: #f5f5f5;
}
.personalTemplateMultiSelect-module--container--mvEeU {
  height: 36px;
  border-color: #e1e3e8;
  border-width: 1px;
  border-radius: 4px;
}
.personalTemplateMultiSelect-module--container--mvEeU .personalTemplateMultiSelect-module--button--pd7ZJ {
  display: flex;
  align-items: center;
  border: none !important;
}
.personalTemplateMultiSelect-module--container--mvEeU .personalTemplateMultiSelect-module--button--pd7ZJ .personalTemplateMultiSelect-module--text--\+njI\+ {
  display: flex;
  width: 80px;
  margin: 0px 8px 0px 0px;
  text-align: left;
  align-items: center;
}
.personalTemplateMultiSelect-module--container--mvEeU .personalTemplateMultiSelect-module--button--pd7ZJ:hover {
  background: none !important;
}
.personalTemplateMultiSelect-module--container--mvEeU .personalTemplateMultiSelect-module--group-name--g3H93 {
  color: #4e5a70;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1 1;
}
.personalTemplateMultiSelect-module--container--mvEeU .personalTemplateMultiSelect-module--num--YDAUt {
  display: inline-block;
  width: 20px;
}
.personalTemplateMultiSelect-module--container--mvEeU .personalTemplateMultiSelect-module--group--HpejL {
  width: 234px;
  padding-top: 8px;
}
.personalTemplateMultiSelect-module--container--mvEeU .personalTemplateMultiSelect-module--group--HpejL .ant-checkbox-group {
  width: 100%;
}
.personalTemplateMultiSelect-module--container--mvEeU .personalTemplateMultiSelect-module--group--HpejL .ant-checkbox-wrapper {
  display: flex !important;
  padding: 8px 14px;
}
.personalTemplateMultiSelect-module--container--mvEeU .personalTemplateMultiSelect-module--group--HpejL .ant-input-group {
  padding: 8px 14px;
}
.personalTemplateMultiSelect-module--container--mvEeU .personalTemplateMultiSelect-module--group--HpejL .ant-input-group .personalTemplateMultiSelect-module--ant-input-affix-wrapper--Qj\+cU {
  border: 1px solid rgb(76, 106, 255);
  padding: 5px 8px;
}

.personalTemplateMultiSelect-module--wrapper---yHqF .ant-popover-content {
  margin-top: -8px;
}
.index-module--titleEditor--Wuvgi {
  position: relative;
  border: none !important;
}
.index-module--titleEditor--Wuvgi:hover {
  border: none !important;
}
.index-module--titleEditor--Wuvgi .tox .tox-edit-area__iframe {
  background: transparent;
}
.index-module--titleEditor--Wuvgi .tox-editor-header {
  display: none;
}
.index-module--titleEditor--Wuvgi .index-module--realInput---1UFT {
  position: absolute;
  top: 0;
  text-shadow: 0px 0px 0px transparent;
  -webkit-text-fill-color: transparent;
  height: 44px;
  padding-right: 40px;
  background: transparent;
  padding-left: 11px;
  width: 100%;
}
.index-module--titleEditor--Wuvgi .index-module--realInput---1UFT[disabled] {
  opacity: 0.5;
}
.index-module--titleEditor--Wuvgi .index-module--realInput---1UFT:focus-visible {
  outline: none;
}
.index-module--titleEditor--Wuvgi .index-module--realInput---1UFT::placeholder {
  -webkit-text-fill-color: #a3a6b0;
  color: #a3a6b0;
}
.index-module--titleEditor--Wuvgi .index-module--realInput---1UFT::selection {
  -webkit-text-fill-color: #fff;
}
.index-module--titleEditor--Wuvgi .index-module--realInputAnt--h19As {
  height: auto;
}
.index-module--titleEditor--Wuvgi .index-module--realInputAnt--h19As input {
  text-shadow: 0px 0px 0px transparent;
  -webkit-text-fill-color: transparent;
  background: transparent;
  overflow: hidden !important;
  width: 286px;
}
.index-module--titleEditor--Wuvgi .index-module--realInputAnt--h19As input::placeholder {
  -webkit-text-fill-color: #a3a6b0;
  color: #a3a6b0;
}
.index-module--titleEditor--Wuvgi .index-module--realInputAnt--h19As input::selection {
  -webkit-text-fill-color: #fff;
}
.index-module--titleEditor--Wuvgi .index-module--realInputAnt--h19As .ant-input-suffix {
  -webkit-text-fill-color: #272e47;
}
.index-module--titleEditor--Wuvgi .index-module--realEditor--rGMOx {
  padding-top: 11px;
  padding-left: 11px;
  height: 44px;
  white-space: pre;
  overflow: hidden;
  margin: 0;
}
.index-module--titleEditor--Wuvgi .realEditorAnt {
  height: 100%;
  position: relative;
  padding: 0;
  margin-left: 11px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.index-module--titleEditor--Wuvgi .varSpan {
  background: #d6e6fc;
  background: var(--Link-2, #d6e6fc);
}

.ant-form-item-has-error .index-module--realInputAnt--h19As:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper {
  background: transparent;
}
.ant-form-item-has-error .index-module--realInputAnt--h19As :not(.ant-input-disabled):not(.ant-input-borderless).ant-input {
  background: transparent;
}
@charset "UTF-8";
.edmMarketingEditorGuide-module--root--9pzLm {
  width: 480px;
  display: flex;
  flex-direction: column;
}
.edmMarketingEditorGuide-module--root--9pzLm .ant-modal-body {
  padding: 0px !important;
}
.edmMarketingEditorGuide-module--root--9pzLm .ant-modal-close {
  display: none;
}
.edmMarketingEditorGuide-module--root--9pzLm .ant-modal-footer {
  display: none;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--top--VJ2z4 {
  height: 82px;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(0deg, rgba(204, 218, 255, 0) 0%, #c6d6ff 100%);
  padding: 32px 28px 24px 28px;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--top--VJ2z4 .edmMarketingEditorGuide-module--title--IfW\+7 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--content--WDbZl {
  margin-left: 28px;
  margin-right: 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 298px;
  overflow-y: auto;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--content--WDbZl .edmMarketingEditorGuide-module--item--3EiSc .edmMarketingEditorGuide-module--item-top--nGLYz {
  display: flex;
  flex-direction: row;
  height: 24px;
  flex-shrink: 0;
  align-items: center;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--content--WDbZl .edmMarketingEditorGuide-module--item--3EiSc .edmMarketingEditorGuide-module--item-top--nGLYz .edmMarketingEditorGuide-module--item-top-icon-normal--dAWbb {
  width: 24px;
  height: 24px;
  border-radius: 50%; /* 将div变成正圆 */
  border: 1px solid #9fa2ad;
  border: 1px solid var(--Text-2, #9fa2ad);
  display: flex;
  align-items: center;
  justify-content: center;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--content--WDbZl .edmMarketingEditorGuide-module--item--3EiSc .edmMarketingEditorGuide-module--item-top--nGLYz .edmMarketingEditorGuide-module--item-top-icon-normal--dAWbb .edmMarketingEditorGuide-module--number--Xktl7 {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: LX-numbers;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--content--WDbZl .edmMarketingEditorGuide-module--item--3EiSc .edmMarketingEditorGuide-module--item-top--nGLYz .edmMarketingEditorGuide-module--item-top-icon-target--HRPdD {
  width: 24px;
  height: 24px;
  border-radius: 50%; /* 将div变成正圆 */
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  display: flex;
  align-items: center;
  justify-content: center;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--content--WDbZl .edmMarketingEditorGuide-module--item--3EiSc .edmMarketingEditorGuide-module--item-top--nGLYz .edmMarketingEditorGuide-module--item-top-icon-target--HRPdD .edmMarketingEditorGuide-module--number--Xktl7 {
  color: #ffffff;
  font-family: LX-numbers;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--content--WDbZl .edmMarketingEditorGuide-module--item--3EiSc .edmMarketingEditorGuide-module--item-top--nGLYz .edmMarketingEditorGuide-module--item-top-tag-normal--x3oS\+ {
  margin-left: 12px;
  margin-right: 8px;
  border-radius: 2px;
  background-color: #e7ebf1;
  padding: 2px 4px;
  color: #4e5a70;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--content--WDbZl .edmMarketingEditorGuide-module--item--3EiSc .edmMarketingEditorGuide-module--item-top--nGLYz .edmMarketingEditorGuide-module--item-top-tag-target--boZec {
  margin-left: 12px;
  margin-right: 8px;
  border-radius: 2px;
  background-color: #d6f7f1;
  padding: 2px 4px;
  color: #398e80;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--content--WDbZl .edmMarketingEditorGuide-module--item--3EiSc .edmMarketingEditorGuide-module--item-top--nGLYz .edmMarketingEditorGuide-module--item-top-title-normal--B97Ib {
  margin-right: 4px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--content--WDbZl .edmMarketingEditorGuide-module--item--3EiSc .edmMarketingEditorGuide-module--item-top--nGLYz .edmMarketingEditorGuide-module--item-top-title-target--QhH\+h {
  margin-right: 4px;
  color: #272e47;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--content--WDbZl .edmMarketingEditorGuide-module--item--3EiSc .edmMarketingEditorGuide-module--item-top--nGLYz .edmMarketingEditorGuide-module--item-top-up--\+-wff {
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDEwTDggNkw0IDEwIiBzdHJva2U9IiM4RDkyQTEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--content--WDbZl .edmMarketingEditorGuide-module--item--3EiSc .edmMarketingEditorGuide-module--item-top--nGLYz .edmMarketingEditorGuide-module--item-top-down--40kAO {
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNkw4IDEwTDEyIDYiIHN0cm9rZT0iIzhEOTJBMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--content--WDbZl .edmMarketingEditorGuide-module--item--3EiSc .edmMarketingEditorGuide-module--item-bottom--JSrp3 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 4px;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--content--WDbZl .edmMarketingEditorGuide-module--item--3EiSc .edmMarketingEditorGuide-module--item-bottom--JSrp3 .edmMarketingEditorGuide-module--item-bottom-line--qJAYx {
  width: 1px;
  margin-left: 12px;
  flex-shrink: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIwLjUiIHkxPSIyLjE4NTU3ZS0wOCIgeDI9IjAuNDk5OTk5IiB5Mj0iMTIiIHN0cm9rZT0iI0M5Q0JENiIgc3Ryb2tlLWRhc2hhcnJheT0iMyAzIi8+Cjwvc3ZnPgo=);
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--content--WDbZl .edmMarketingEditorGuide-module--item--3EiSc .edmMarketingEditorGuide-module--item-bottom--JSrp3 .edmMarketingEditorGuide-module--item-bottom-content--pL4ng {
  margin-top: 4px;
  margin-bottom: 16px;
  padding: 12px 12px 12px 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border-radius: 4px;
  flex-grow: 1;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--footer--sa\+Ni {
  display: flex;
  flex-direction: column;
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 28px;
  padding-bottom: 20px;
  gap: 20px;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--footer--sa\+Ni .edmMarketingEditorGuide-module--button--ihfPT {
  display: flex;
  flex-direction: row;
  gap: 10;
  justify-content: center;
  align-items: center;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--footer--sa\+Ni .edmMarketingEditorGuide-module--button--ihfPT .edmMarketingEditorGuide-module--button-style--mCpG5 {
  width: 207px;
  height: 36px;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--footer--sa\+Ni .edmMarketingEditorGuide-module--tips--r\+7bj {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
.edmMarketingEditorGuide-module--root--9pzLm .edmMarketingEditorGuide-module--footer--sa\+Ni .edmMarketingEditorGuide-module--tips--r\+7bj .edmMarketingEditorGuide-module--tips-text--v3g06 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
@charset "UTF-8";
.Recommend-module--wrap--IpVRP {
  padding: 12px;
}
.Recommend-module--wrap--IpVRP .Recommend-module--content--D6BH4 {
  z-index: 2;
  position: relative;
}
.Recommend-module--wrap--IpVRP .Recommend-module--bg-icon--VZffz {
  position: absolute;
  top: -8px;
  right: -8px;
}
.Recommend-module--wrap--IpVRP .Recommend-module--bg-box--ev2XA {
  height: 211px;
  background: linear-gradient(188deg, #d0dcff -13.13%, rgba(211, 222, 255, 0) 59.39%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.Recommend-module--wrap--IpVRP .Recommend-module--title--U8fK4 {
  color: #080b19;
  color: var(--text-6, #080b19);
  /* 灵犀桌面2.0/H1.4-Med16 */
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 64px;
  height: 24px;
  border-bottom: 6px solid #b7c3ff;
}
.Recommend-module--wrap--IpVRP .Recommend-module--slogan--QYb-n {
  margin-top: 20px;
  color: #9fa2ad;
  color: var(--text-2, #9fa2ad);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.Recommend-module--wrap--IpVRP .Recommend-module--title2--DD61J {
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  /* 灵犀桌面2.0/H4-Med24 */
  font-family: PingFang SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  align-items: flex-start;
}
.Recommend-module--wrap--IpVRP .Recommend-module--title2--DD61J .Recommend-module--title-icon--DqOGP {
  margin-left: 2px;
  margin-top: 3px;
}
.Recommend-module--wrap--IpVRP .Recommend-module--emails--2Cmqw {
  margin-top: 20px;
}
.Recommend-module--wrap--IpVRP .Recommend-module--emails-title--m7uXe {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}
.Recommend-module--wrap--IpVRP .Recommend-module--emails--2Cmqw .Recommend-module--count-line--kA84y {
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.Recommend-module--wrap--IpVRP .Recommend-module--emails--2Cmqw .Recommend-module--count-line-label--9VbmV {
  color: #747a8c;
  color: var(--text-3, #747a8c);
  text-align: justify;
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: -0.6px;
  width: 60px;
  text-align-last: justify;
  white-space: nowrap;
}
.Recommend-module--wrap--IpVRP .Recommend-module--emails--2Cmqw .Recommend-module--count-line--kA84y .Recommend-module--line-bar--L0ilm {
  height: 8px;
  max-width: 178px;
  border-radius: 5px;
  background: linear-gradient(90deg, #8ea1fa 0%, #5d76f2 100%);
}
.Recommend-module--wrap--IpVRP .Recommend-module--emails--2Cmqw .Recommend-module--count-line--kA84y .Recommend-module--line-bar2--i34tK {
  background: #e1e3e8;
  background: var(--fill-4, #e1e3e8);
}
.Recommend-module--wrap--IpVRP .Recommend-module--emails--2Cmqw .Recommend-module--count-line--kA84y .Recommend-module--line-count--N5mim {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 4px;
}
.Recommend-module--wrap--IpVRP .Recommend-module--recommend--VhaSb {
  margin-top: 12px;
  border-radius: 8px;
  background: #fff;
  background: var(--unnamed, #fff);
  padding: 8px 12px;
}
.Recommend-module--wrap--IpVRP .Recommend-module--recommend-label--F\+Dgg {
  border-radius: 2px;
  background: #eff2ff;
  background: var(--brand-2, #eff2ff);
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 1px 6px;
  margin-right: 4px;
}
.Recommend-module--wrap--IpVRP .Recommend-module--recommend-info--TdwtF {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.Recommend-module--wrap--IpVRP .Recommend-module--split-line--UHu7g {
  height: 0;
  border-top: 1px dashed #e1e3e8;
  margin: 28px 0 8px;
}
.index-module--secheme-and-group-box--0VBeV .index-module--form--2mlil {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index-module--secheme-and-group-box--0VBeV .ant-modal-header {
  background-image: linear-gradient(97.32deg, rgba(135, 200, 252, 0.57) 15.46%, rgba(201, 203, 253, 0.57) 82.02%);
}
.index-module--secheme-and-group-box--0VBeV .ant-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index-module--secheme-and-group-box--0VBeV .index-module--form-item--aSw2O {
  display: flex;
  gap: 12px;
}
.index-module--secheme-and-group-box--0VBeV .index-module--form-item--aSw2O .index-module--form-label--COFfG {
  color: #272e47;
  display: inline-block;
  flex: none;
  margin-top: 5px;
}
.index-module--secheme-and-group-box--0VBeV .index-module--form-item--aSw2O .index-module--form-input--hd0f3 {
  width: 100%;
  flex: 1 1;
}
.index-module--secheme-and-group-box--0VBeV .index-module--form-item--aSw2O:first-child .index-module--form-input--hd0f3 {
  overflow: hidden;
}
.index-module--secheme-and-group-box--0VBeV .index-module--form-item--aSw2O:not(:last-child) .index-module--form-label--COFfG {
  margin-top: 5px;
}
.index-module--secheme-and-group-box--0VBeV .index-module--form-tip--5oPjc {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--secheme-and-group-box--0VBeV .index-module--multipleOptionsTips--hys4A {
  font-size: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--secheme-and-group-box--0VBeV .index-module--form-label--COFfG .index-module--required--tyfvZ {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  margin-right: 4px;
}
.index-module--secheme-and-group-box--0VBeV .index-module--form-label--COFfG .index-module--non-required--lsa6v {
  color: transparent;
  margin-right: 4px;
}
.index-module--secheme-and-group-box--0VBeV .index-module--recommend-mark--rTmj0 {
  background: rgb(255, 229, 226);
  border-radius: 2px;
  padding: 2px 6px;
  color: rgb(203, 73, 61);
  font-size: 12px;
  line-height: 20px;
  margin-left: 4px;
}
.index-module--secheme-and-group-box--0VBeV .index-module--up-value--6SeA6 {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-weight: 500;
}

.index-module--show-tag-tips--JsCq\+ .ant-tooltip-content {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}
.index-module--show-tag-tips--JsCq\+ .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
}
.index-module--show-tag-tips--JsCq\+ .ant-tooltip-arrow-content {
  width: 9px;
  height: 9px;
}
@charset "UTF-8";
.index-module--cronSendModal--09yt- .ant-modal-body {
  padding: 20px;
}
.index-module--cronSendModal--09yt- .ant-table.ant-table-middle .ant-table-thead > tr > th {
  padding: 11.5px 8px;
  background: #f6f7fa;
  color: #747a8c;
  font-weight: 400;
  border: none;
}
.index-module--cronSendModal--09yt- .ant-table.ant-table-middle .ant-table-thead > tr > th :before {
  height: 0em;
}
.index-module--cronSendModal--09yt- .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before {
  height: 0em;
}
.index-module--cronSendModal--09yt- .ant-table.ant-table-middle .ant-table-tbody > tr > td {
  padding: 7px 8px;
  border: none;
}
.index-module--cronSendModal--09yt- .ant-table {
  height: 413px;
  overflow-y: scroll;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.index-module--cronSendModal--09yt- .ant-table::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.index-module--cronSendModal--09yt- .ant-table::-webkit-scrollbar-track {
  border-radius: 6px;
}
.index-module--cronSendModal--09yt- .ant-table::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(38, 42, 51, 0.3);
  padding: 4px;
}
.index-module--cronSendModal--09yt- .index-module--dark-row--SGQwm {
  background: #f9fafb !important;
}
.index-module--cronSendModal--09yt- .index-module--td-span--6wTZZ {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
}
.index-module--cronSendModal--09yt- .index-module--pagination--4BN9W {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.index-module--cronSendModal--09yt- .index-module--pagination--4BN9W .ant-pagination-prev .ant-pagination-item-link {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--cronSendModal--09yt- .index-module--pagination--4BN9W .ant-pagination-next .ant-pagination-item-link {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cronSend-module--cron-send-modal--uIxrJ .ant-modal-body {
  position: relative;
  padding: 8px 20px 24px;
}
.cronSend-module--cron-send-modal--uIxrJ .ant-modal-footer {
  border: none;
  padding: 16px 20px;
}
.cronSend-module--cron-send-modal--uIxrJ .ant-modal-header {
  border-bottom: 0px;
  padding: 16px 20px;
}
.cronSend-module--cron-send-modal--uIxrJ .cronSend-module--send-mode--RsQM6 {
  margin: 0 0 16px;
}
.cronSend-module--cron-send-modal--uIxrJ .cronSend-module--time-picker--zHYXP {
  margin-left: 8px;
  width: 62px !important;
}
.cronSend-module--cron-send-modal--uIxrJ .cronSend-module--time-picker--zHYXP .cronSend-module--input--pBJTm {
  width: 62px !important;
}
.cronSend-module--cron-send-modal--uIxrJ .cronSend-module--error-tip--s06sf {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 26px;
  padding-left: 12px;
  font-size: 12px;
  line-height: 26px;
  background: rgba(247, 71, 71, 0.1);
  color: #51555c;
}
.cronSend-module--cron-send-modal--uIxrJ .cronSend-module--select--1ZLpc {
  width: 70px;
}
.cronSend-module--cron-send-modal--uIxrJ .cronSend-module--select--1ZLpc:not(:last-child) {
  margin-right: 6px;
}
.cronSend-module--cron-send-modal--uIxrJ .cronSend-module--select--1ZLpc:not(:first-child) {
  margin-left: 16px;
}
.cronSend-module--cron-send-modal--uIxrJ .cronSend-module--cron-modal-footer--oUOBP {
  display: flex;
}
.cronSend-module--cron-send-modal--uIxrJ .cronSend-module--cron-modal-footer-content--GOhQu {
  display: flex;
  margin-right: auto;
}

.cronSend-module--cronSentForm--MrliC .cronSend-module--cron-sent-form-tip---sqFa {
  position: absolute;
  right: 20px;
  margin-top: -48px;
}

.cronSend-module--local-send-mode--1YPAT {
  gap: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.cronSend-module--limit-item--aCB\+N label {
  white-space: normal;
  word-break: break-all;
}
.cronSend-module--limit-item--aCB\+N .ant-input-group.ant-input-group-compact {
  white-space: nowrap;
}

.cronSend-module--smart-ass-root--Awrzn {
  margin-top: 12px;
  margin-bottom: 20px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border-radius: 4px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: flex-start;
}
.cronSend-module--smart-ass-root--Awrzn .cronSend-module--smart-ass--cpKmw {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.cronSend-module--smart-ass-root--Awrzn .cronSend-module--smart-ass--cpKmw .cronSend-module--dot--oeW1Y {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 3px;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
}
.cronSend-module--smart-ass-root--Awrzn .cronSend-module--smart-ass--cpKmw .cronSend-module--count--mi0Gt {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.cronSend-module--smart-ass-root--Awrzn .cronSend-module--see-all--EaxwU {
  cursor: pointer;
  width: 100%;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  gap: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.cronSend-module--page-loading--8wi2h {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.cronSend-module--page-loading--8wi2h .sirius-spin {
  display: inline-block;
}
.cronSend-module--page-loading--8wi2h .ant-spin-text {
  font-size: 12px;
  color: rgba(38, 42, 51, 0.5);
}
.suggestTheme-module--item--t7iFB {
  background: #f9fafb;
  width: 100%;
  height: 66px;
  border-radius: 4px;
  padding: 12px;
}
.suggestTheme-module--item--t7iFB:hover {
  background: #f0f2f7;
}
.suggestTheme-module--item--t7iFB .suggestTheme-module--title--hGRQe {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #272e47;
}
.suggestTheme-module--item--t7iFB .suggestTheme-module--tag--o60ag {
  height: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.suggestTheme-module--item--t7iFB .suggestTheme-module--tag--o60ag .suggestTheme-module--subTitle--R4IfG {
  margin-top: 4px;
  max-width: 95px;
  display: inline-block;
  flex-direction: row;
  align-items: center;
  padding: 2px 4px;
  height: 16px;
  background: #ffffff;
  border: 0.5px solid #c0c8d6;
  border-radius: 2px;
  justify-content: flex-start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #545a6e;
}
.smartSend-module--double-track-wrapper--ZV7k3 {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ebedf2;
  border-radius: 4px;
  margin-bottom: 12px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--info-wrapper--QvMU- {
  padding: 16px 18px 16px 20px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--day-left--ACVBK {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid #ebedf2;
  border-radius: 0px 4px 0px 4px;
  font-size: 10px;
  line-height: 12px;
  color: #545a6e;
  padding: 1px 4px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly {
  display: flex;
  line-height: 42px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--icon--\+giUz {
  height: 32px;
  width: 32px;
  margin-right: 12px;
  margin-top: 6px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--content--ahCd1 {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--content--ahCd1 .smartSend-module--title--WGmPo {
  line-height: 22px;
  height: 22px;
  color: #272e47;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--content--ahCd1 .smartSend-module--title--WGmPo .smartSend-module--tag--\+pDqZ {
  line-height: 20px;
  border: 0.5px solid #0dc076;
  border-radius: 2px;
  color: #0dc076;
  font-size: 12px;
  padding: 1px 5px;
  margin-left: 5px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--content--ahCd1 .smartSend-module--info--I\+jit {
  color: #747a8c;
  font-size: 12px;
  line-height: 16px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--content--ahCd1 .smartSend-module--info--I\+jit .smartSend-module--percent--GhwqC {
  font-size: 18px;
  line-height: 16px;
  height: 16px;
  color: #ffb54c;
  font-family: "LX-numbers";
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--content--ahCd1 .smartSend-module--info--I\+jit .smartSend-module--percent--GhwqC .smartSend-module--percent-mark--08ik0 {
  font-size: 12px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--content--ahCd1 .smartSend-module--info--I\+jit .smartSend-module--quick-introduction--diR1y {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #4c6aff;
  cursor: pointer;
  vertical-align: bottom;
  margin-left: 4px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--content--ahCd1 .smartSend-module--info-more--wSBYy {
  display: inline-flex;
  align-items: center;
  color: #4c6aff;
  font-size: 12px;
  line-height: 16px;
  margin-left: 8px;
  cursor: pointer;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--content--ahCd1 .smartSend-module--astrict--oNfil {
  display: flex;
  justify-content: space-between;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--content--ahCd1 .smartSend-module--astrict-count--aDtED {
  color: #ffb54c;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--content--ahCd1 .smartSend-module--astrict-update--Y1ysh {
  color: #4c6aff;
  cursor: pointer;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--content--ahCd1 .smartSend-module--astrict-icon--G4foy {
  font-size: 13px;
  margin-left: 5px;
  color: #747a8c;
  cursor: pointer;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--switch--OAapi {
  width: 30px;
  display: flex;
  height: 100%;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--switch--OAapi .smartSend-module--force-open--zelpJ {
  flex-shrink: 0;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--switch--OAapi .ant-switch-checked {
  background-color: #4c6aff;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--switch--OAapi .ant-switch:focus {
  box-shadow: none;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--container--0YIly .smartSend-module--switch--OAapi .ant-switch-checked:focus {
  box-shadow: none;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--astrict-modal--ZuYhh .ant-modal-header {
  border: none;
  padding: 20px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--astrict-modal--ZuYhh .ant-modal-body {
  padding: 12px 20px 0;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--astrict-modal--ZuYhh .ant-modal-footer {
  border: none;
  padding: 18px 20px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--astrict-modal--ZuYhh .ant-input-affix-wrapper {
  width: 68px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--astrict-modal--ZuYhh .ant-radio-wrapper:not(:last-child) {
  margin-right: 24px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--astrict-modal--ZuYhh .smartSend-module--astrict-customize--fTKTV {
  display: flex;
  align-items: center;
  gap: 4px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--astrict-modal--ZuYhh .smartSend-module--astrict-input-number--e6cd6 {
  position: relative;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--astrict-modal--ZuYhh .smartSend-module--astrict-input-number--e6cd6 .smartSend-module--astrict-input--QUPZT {
  width: 162px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--astrict-modal--ZuYhh .smartSend-module--astrict-input-number--e6cd6 .smartSend-module--astrict-count--aDtED {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 4px;
  top: 4px;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--astrict-modal--ZuYhh .smartSend-module--astrict-input-number--e6cd6 .smartSend-module--astrict-count-item--Mdm3A {
  width: 18px;
  height: 12px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartSend-module--double-track-wrapper--ZV7k3 .smartSend-module--astrict-modal--ZuYhh .smartSend-module--astrict-input-number--e6cd6 .smartSend-module--astrict-count-item--Mdm3A svg {
  stroke: #3f465c;
  stroke: var(--Fill-8, #3f465c);
}

.smartSend-module--strategy-box---CD1b {
  padding: 8px 20px 8px 20px;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-title--AJner {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  margin-bottom: 12px;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-list--Ty0Bh .ant-spin-nested-loading {
  display: inline-block;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-item--fLe88 {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #e1e6ed;
  cursor: pointer;
  padding: 16px;
  width: 266px;
  height: 106px;
  vertical-align: top;
  position: relative;
  background-color: #fff;
  margin-bottom: 12px;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-item--fLe88 .smartSend-module--btn-box--GFeBS {
  display: none;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-item--fLe88.smartSend-module--selected-item--b2m4W {
  box-shadow: 0px 4px 10px rgba(47, 83, 134, 0.12);
  border: 1px solid #4c6aff;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-item--fLe88:hover {
  border: 1px solid #4c6aff;
  box-shadow: 0px 4px 10px rgba(47, 83, 134, 0.12);
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-item--fLe88:hover .smartSend-module--btn-box--GFeBS {
  display: flex;
  height: 43px;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-item--fLe88:hover .smartSend-module--btn-box--GFeBS > button {
  background: #f0f2f7;
  border-radius: 4px;
  height: 24px;
  padding: 0 12px !important;
  min-width: auto !important;
  line-height: 24px;
  border: none !important;
  color: #545a6e;
  font-size: 12px;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-item--fLe88:hover .smartSend-module--btn-box--GFeBS > button:hover {
  background: #f6f7fa;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-item-title--cVauW {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  margin-bottom: 8px;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-item-title--cVauW .smartSend-module--item-left--kk0Df {
  display: flex;
  align-items: center;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-item-title--cVauW .smartSend-module--item-left--kk0Df .smartSend-module--recommend-box--5LknA {
  border: 0.5px solid #0fd683;
  border-radius: 2px;
  width: 36px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #0dc076;
  font-size: 12px;
  margin-left: 8px;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-item--fLe88 .smartSend-module--my-checkbox--Lnqhe .ant-checkbox-inner {
  border-radius: 50% !important;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-item--fLe88 .smartSend-module--my-checkbox--Lnqhe .ant-checkbox-wrapper:hover .ant-checkbox:after .ant-checkbox:hover:after {
  border-radius: 50%;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-item--fLe88 .smartSend-module--my-checkbox--Lnqhe .ant-checkbox-wrapper:hover .ant-checkbox:after .ant-checkbox:hover:after {
  border-radius: 50%;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-item--fLe88 .smartSend-module--my-checkbox--Lnqhe .ant-checkbox-checked:after {
  border-radius: 50% !important;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-item-info--R\+bXs {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  width: 235px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}
.smartSend-module--strategy-box---CD1b .smartSend-module--strategy-add--zNO66 {
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
}

.smartSend-module--alert--jUHUO .ant-modal-confirm-title {
  display: inline-block !important;
}
@charset "UTF-8";
.DoubleTrack-module--double-track-wrapper--SnjSp {
  width: 100%;
  background: #ffffff;
  /* 中性色-线条/Line-2 深-常规 */
  border: 1px solid #ebedf2;
  border-radius: 4px;
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--info-wrapper--1i0VK {
  padding: 16px 18px 16px 20px;
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--day-left--G-ZSm {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid #ebedf2;
  border-radius: 0px 4px 0px 4px;
  font-size: 10px;
  line-height: 12px;
  color: #545a6e;
  padding: 1px 4px;
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--container--IkAEP {
  display: flex;
  height: 42px;
  line-height: 42px;
  align-items: center;
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--container--IkAEP .DoubleTrack-module--icon--qyqUv {
  height: 32px;
  width: 32px;
  margin-right: 12px;
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--container--IkAEP .DoubleTrack-module--content--RIfwO {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--container--IkAEP .DoubleTrack-module--content--RIfwO .DoubleTrack-module--title--aMVjH {
  line-height: 22px;
  height: 22px;
  color: #272e47;
  margin-bottom: 4px;
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--container--IkAEP .DoubleTrack-module--content--RIfwO .DoubleTrack-module--title--aMVjH .DoubleTrack-module--tag---Zacr {
  line-height: 20px;
  border: 0.5px solid #4c6aff;
  border-radius: 2px;
  color: #4c6aff;
  font-size: 12px;
  padding: 1px 5px;
  margin-left: 5px;
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--container--IkAEP .DoubleTrack-module--content--RIfwO .DoubleTrack-module--info--z-6N8 {
  color: #747a8c;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--container--IkAEP .DoubleTrack-module--content--RIfwO .DoubleTrack-module--info--z-6N8 .DoubleTrack-module--percent--I5uLT {
  font-size: 18px;
  line-height: 16px;
  height: 16px;
  color: #ffb54c;
  font-family: "LX-numbers";
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--container--IkAEP .DoubleTrack-module--content--RIfwO .DoubleTrack-module--info--z-6N8 .DoubleTrack-module--percent--I5uLT .DoubleTrack-module--percent-mark--JrX0d {
  font-size: 12px;
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--container--IkAEP .DoubleTrack-module--content--RIfwO .DoubleTrack-module--info--z-6N8 .DoubleTrack-module--quick-introduction--ZfDIN {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #4c6aff;
  cursor: pointer;
  vertical-align: bottom;
  margin-left: 4px;
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--container--IkAEP .DoubleTrack-module--content--RIfwO .DoubleTrack-module--info-more--9QyRZ {
  display: inline-flex;
  align-items: center;
  color: #4c6aff;
  font-size: 12px;
  line-height: 16px;
  margin-left: 8px;
  cursor: pointer;
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--container--IkAEP .DoubleTrack-module--switch--Dxl1W {
  width: 30px;
  display: flex;
  height: 100%;
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--container--IkAEP .DoubleTrack-module--switch--Dxl1W .ant-switch-checked {
  background-color: #4c6aff;
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--container--IkAEP .DoubleTrack-module--switch--Dxl1W .ant-switch:focus {
  box-shadow: none;
}
.DoubleTrack-module--double-track-wrapper--SnjSp .DoubleTrack-module--container--IkAEP .DoubleTrack-module--switch--Dxl1W .ant-switch-checked:focus {
  box-shadow: none;
}

.DoubleTrack-module--strategy-box--KqUbY {
  padding: 8px 20px 8px 20px;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-title--Qs-jA {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  margin-bottom: 12px;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-list--l7wQB .ant-spin-nested-loading {
  display: inline-block;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-item--VvsR8 {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #e1e6ed;
  cursor: pointer;
  padding: 16px;
  width: 266px;
  height: 106px;
  vertical-align: top;
  position: relative;
  background-color: #fff;
  margin-bottom: 12px;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-item--VvsR8 .DoubleTrack-module--btn-box--uXb8g {
  display: none;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-item--VvsR8.DoubleTrack-module--selected-item--hDGNI {
  box-shadow: 0px 4px 10px rgba(47, 83, 134, 0.12);
  border: 1px solid #4c6aff;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-item--VvsR8:hover {
  border: 1px solid #4c6aff;
  box-shadow: 0px 4px 10px rgba(47, 83, 134, 0.12);
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-item--VvsR8:hover .DoubleTrack-module--btn-box--uXb8g {
  display: flex;
  height: 43px;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-item--VvsR8:hover .DoubleTrack-module--btn-box--uXb8g > button {
  background: #f0f2f7;
  border-radius: 4px;
  height: 24px;
  padding: 0 12px !important;
  min-width: auto !important;
  line-height: 24px;
  border: none !important;
  color: #545a6e;
  font-size: 12px;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-item--VvsR8:hover .DoubleTrack-module--btn-box--uXb8g > button:hover {
  background: #f6f7fa;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-item-title--Gfgpl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  margin-bottom: 8px;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-item-title--Gfgpl .DoubleTrack-module--item-left--piPzG {
  display: flex;
  align-items: center;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-item-title--Gfgpl .DoubleTrack-module--item-left--piPzG .DoubleTrack-module--recommend-box--X3lNa {
  border: 0.5px solid #0fd683;
  border-radius: 2px;
  width: 36px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #0dc076;
  font-size: 12px;
  margin-left: 8px;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-item--VvsR8 .DoubleTrack-module--my-checkbox--45tyj .ant-checkbox-inner {
  border-radius: 50% !important;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-item--VvsR8 .DoubleTrack-module--my-checkbox--45tyj .ant-checkbox-wrapper:hover .ant-checkbox:after .ant-checkbox:hover:after {
  border-radius: 50%;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-item--VvsR8 .DoubleTrack-module--my-checkbox--45tyj .ant-checkbox-wrapper:hover .ant-checkbox:after .ant-checkbox:hover:after {
  border-radius: 50%;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-item--VvsR8 .DoubleTrack-module--my-checkbox--45tyj .ant-checkbox-checked:after {
  border-radius: 50% !important;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-item-info--Sv-S3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  width: 235px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}
.DoubleTrack-module--strategy-box--KqUbY .DoubleTrack-module--strategy-add--q1mOK {
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
}

.DoubleTrack-module--alert--1Hmr0 .ant-modal-confirm-title {
  display: inline-block !important;
}
.reMarketing-module--edm-setting--idnvx .ant-drawer-header {
  border-bottom: none;
}
.reMarketing-module--edm-setting--idnvx .ant-drawer-body {
  padding: 0% !important;
}
.reMarketing-module--edm-setting--idnvx .ant-drawer-footer {
  border-top: none;
}
.reMarketing-module--edm-setting--idnvx .ant-drawer-footer .ant-btn:not(.ant-btn-primary) {
  border-color: #f0f3f5;
  background-color: #f0f3f5;
}
.reMarketing-module--edm-setting--idnvx .ant-drawer-footer .ant-btn-primary {
  background-color: #4c6aff;
}
.reMarketing-module--edm-setting--idnvx .reMarketing-module--addSubWrap--Ofzqd {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  height: 20px;
  justify-content: space-between;
  width: 379px;
}
.reMarketing-module--edm-setting--idnvx .reMarketing-module--addSubWrap--Ofzqd .reMarketing-module--add-sub-left--39lGN {
  display: flex;
  align-items: center;
}
.reMarketing-module--edm-setting--idnvx .reMarketing-module--addSubWrap--Ofzqd .reMarketing-module--btn-box--SjknJ {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0;
  line-height: 24px;
  padding: 0 6px;
  min-width: auto !important;
  border-radius: 2px;
  background: linear-gradient(272.62deg, #f5f1ff -8.45%, rgba(242, 246, 255, 0.863811) 40.35%, #eef3ff 95.47%);
  justify-content: center;
  height: 24px;
  font-size: 12px;
}
.reMarketing-module--edm-setting--idnvx .reMarketing-module--addSubWrap--Ofzqd .reMarketing-module--btn-box--SjknJ[disabled] {
  color: #b7c3ff;
  border: none;
  opacity: 1;
  opacity: 0.5;
}
.reMarketing-module--edm-setting--idnvx .reMarketing-module--addSubWrap--Ofzqd .reMarketing-module--btn-box--SjknJ .reMarketing-module--addSubTxt2--yyJnl {
  -webkit-background-clip: text !important;
          background-clip: text !important;
  color: transparent;
  background: linear-gradient(91.21deg, #35a8fc 1.04%, #436bfa 50.51%, #a274ff 107.67%);
}
.reMarketing-module--edm-setting--idnvx .reMarketing-module--addSubWrap--Ofzqd .reMarketing-module--btn-box1--7KQDe {
  width: 100px;
  cursor: pointer;
  padding: 0 6px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  min-width: auto !important;
  background-color: #f0f2f7;
  border-radius: 2px;
  color: #272e47;
  justify-content: center;
  margin-right: 6px;
  height: 24px;
  border: none !important;
  font-size: 12px;
}
.reMarketing-module--edm-setting--idnvx .reMarketing-module--addSubWrap--Ofzqd .reMarketing-module--btn-box1--7KQDe[disabled] {
  opacity: 0.5;
}
.reMarketing-module--edm-setting--idnvx .reMarketing-module--addSubWrap--Ofzqd .reMarketing-module--addSubIcon--s\+XaZ {
  margin-right: 4px;
  width: 12px;
  height: 12px;
}
.reMarketing-module--edm-setting--idnvx .reMarketing-module--addCCWrap--P9vj7,
.reMarketing-module--edm-setting--idnvx .reMarketing-module--ccReceiversWrap--kDygt {
  cursor: pointer;
  margin-top: -10px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  height: 20px;
}
.reMarketing-module--edm-setting--idnvx .reMarketing-module--filter-receivers--igp0n {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.reMarketing-module--edm-setting--idnvx .reMarketing-module--filter-receivers--igp0n .reMarketing-module--filter-text--J4hnh {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  width: 30px;
  min-width: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #272e47;
}
.reMarketing-module--edm-setting--idnvx .reMarketing-module--cc-emails--6dDTc {
  margin-bottom: 12px !important;
}
.reMarketing-module--edm-setting--idnvx .reMarketing-module--mail-content--TDVYj {
  cursor: pointer;
  height: 66px;
  width: 100%;
  padding-left: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #e1e3e8;
  border-radius: 2px;
}
.reMarketing-module--edm-setting--idnvx .reMarketing-module--mail-content--TDVYj .reMarketing-module--title--3smey {
  padding-left: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
}
.reMarketing-module--edm-setting-body--siQ-o {
  padding: 8px 24px;
}
.reMarketing-module--edm-setting-body--siQ-o .reMarketing-module--group-name--JDwFs {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #545a6e;
  margin-bottom: 8px;
}
.reMarketing-module--edm-setting-body--siQ-o .reMarketing-module--form--XGaxh .ant-space {
  width: 100%;
}
.reMarketing-module--edm-setting-body--siQ-o .reMarketing-module--form--XGaxh .ant-space-item:first-child {
  flex-grow: 1;
}
.reMarketing-module--edm-setting-body--siQ-o .reMarketing-module--form--XGaxh .reMarketing-module--subject-icon--vy3yY {
  display: flex;
  cursor: pointer;
}
.reMarketing-module--edm-setting-body--siQ-o .reMarketing-module--form-item-row--vEKYV {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.reMarketing-module--edm-setting-body--siQ-o .reMarketing-module--form-item-row--vEKYV > .ant-form-item {
  width: 100%;
  margin-right: 16px;
}
.reMarketing-module--edm-setting-body--siQ-o .reMarketing-module--form-item-row--vEKYV > .ant-form-item.reMarketing-module--customer-tag-op-type--nATBH {
  width: 156px;
}
.reMarketing-module--edm-setting-body--siQ-o .reMarketing-module--form-item-row--vEKYV > .ant-form-item:last-child {
  margin-right: 0;
}
.reMarketing-module--edm-setting-body--siQ-o .reMarketing-module--email-draft--gdznr {
  display: flex;
  padding: 20px;
  border-radius: 4px;
  background-color: #f9fafb;
  margin-top: 8px;
}
.reMarketing-module--edm-setting-body--siQ-o .reMarketing-module--email-content--s\+QKL {
  flex-grow: 1;
  color: #232d47;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 12px;
}
.reMarketing-module--edm-setting-body--siQ-o .reMarketing-module--email-edit--xQcRd {
  flex-shrink: 0;
  color: #4c6aff;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.reMarketing-module--edm-setting-body--siQ-o .reMarketing-module--tip--1XLTE {
  color: #7a8599;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.reMarketing-module--edm-setting-footer--DPDmt {
  text-align: right;
  padding-bottom: 16px;
}
.reMarketing-module--edm-setting-footer--DPDmt .ant-btn {
  margin-right: 16px;
}
.reMarketing-module--edm-setting-footer--DPDmt .ant-btn:last-child {
  margin-right: 0;
}

.reMarketing-module--detail-content--WDyFW {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 8px 24px;
}
.reMarketing-module--detail-content--WDyFW .reMarketing-module--content-area--QhqgA {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reMarketing-module--detail-content--WDyFW .reMarketing-module--content-area--QhqgA .reMarketing-module--title--3smey {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
}
.reMarketing-module--detail-content--WDyFW .reMarketing-module--content-area--QhqgA .reMarketing-module--content--YH2pJ {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  display: flex;
  flex-wrap: wrap;
}
.reMarketing-module--detail-content--WDyFW .reMarketing-module--content-area--QhqgA .reMarketing-module--content-item--MHZqh {
  white-space: nowrap;
}

.reMarketing-module--dropdown--rsU2P .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: #f2f5ff;
  background-color: #f2f5ff;
  color: #4c6aff;
  font-weight: 400;
}

.reMarketing-module--insert-btn---tKca {
  color: rgba(38, 42, 51, 0.9);
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  display: flex;
  align-items: center;
}
.reMarketing-module--insert-btn---tKca::before {
  content: "";
  border-left: 1px solid rgba(38, 42, 51, 0.08);
  padding-left: 12px;
  height: 20px;
}

@keyframes reMarketing-module--spin--ru0Nl {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.reMarketing-module--loading-icon--FmhsX {
  animation: reMarketing-module--spin--ru0Nl 1s linear infinite;
}

.reMarketing-module--insert-icon--eEjcu {
  margin-right: 5px;
}

.reMarketing-module--insert-btn-hide--gxY\+F {
  height: 0;
  font-size: 0;
  overflow: hidden;
}

.reMarketing-module--themeInput--LvnWZ {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 11 !important;
  border-radius: 4px;
}
.reMarketing-module--themeInput--LvnWZ:hover {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.reMarketing-module--themeInput--LvnWZ .realEditorAnt {
  font-size: 14px;
}
.reMarketing-module--themeInput--LvnWZ .sirius-input {
  padding-right: 11px;
}
.senderEmail-module--sender-email--OfPqi {
  font-size: 12px;
}
.senderEmail-module--sender-email--OfPqi .ant-select-selector .senderEmail-module--sender-email-good-tag--WvnxW,
.senderEmail-module--sender-email--OfPqi .ant-select-selector .senderEmail-module--sender-email-bad-tag--BWyZK {
  display: none;
}
.senderEmail-module--sender-email--OfPqi .senderEmail-module--empty-select--JdVBO .ant-select-selector {
  border-color: #ff4d4f !important;
}
.senderEmail-module--sender-email--OfPqi .senderEmail-module--tip--77UDn {
  margin: -8px 0 16px 0px;
  color: #545a6e;
  white-space: nowrap;
}
.senderEmail-module--sender-email--OfPqi .senderEmail-module--error-tip--QzvNp {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.senderEmail-module--sender-email--OfPqi .senderEmail-module--config--YskHS {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  margin-left: 4px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.senderEmail-module--sender-email--OfPqi .senderEmail-module--more--8b\+OY {
  color: #4c6aff;
  cursor: pointer;
}

.senderEmail-module--sender-email-good--sETRo {
  color: #0fd683;
}

.senderEmail-module--sender-email-bad--8qh-Y {
  color: #e5a344;
}

.senderEmail-module--sender-email-good-tag--WvnxW {
  font-size: 12px;
  color: #0fd683;
  line-height: 16px;
  padding: 2px 6px;
  background-color: #d6f7f1;
  border-radius: 2px;
  margin-left: 4px;
}

.senderEmail-module--sender-email-bad-tag--BWyZK {
  color: #cc913d;
  background-color: #fff3e2;
}

.senderEmail-module--sender-email-worse-tag--RbO9a {
  color: #cb493d;
  background-color: #ffe5e2;
}

.senderEmail-module--sender-email-bad-tag--BWyZK,
.senderEmail-module--sender-email-worse-tag--RbO9a {
  font-size: 12px;
  line-height: 16px;
  padding: 2px 6px;
  border-radius: 2px;
  margin-left: 4px;
}

.senderEmail-module--sender-email-popover--YZQcD {
  width: 348px;
  font-size: 12px;
}

.senderEmail-module--sender-email-popover-content--M2ZNz {
  padding: 16px;
  font-weight: 400;
}
.senderEmail-module--sender-email-popover-content--M2ZNz .senderEmail-module--popover-title--1J-E9 {
  margin-bottom: 8px;
  color: #545a6e;
}
.senderEmail-module--sender-email-popover-content--M2ZNz .senderEmail-module--popover-desc--ISwQ- {
  margin-bottom: 8px;
  color: #272e47;
}
.senderEmail-module--sender-email-popover-content--M2ZNz .senderEmail-module--popover-desc--ISwQ-:last-child {
  margin: 0;
}
.senderEmail-module--sender-email-popover-content--M2ZNz .senderEmail-module--popover-warn--O9W\+x {
  margin-top: 12px;
  color: #e5a344;
}
.senderEmail-module--sender-email-popover-content--M2ZNz .senderEmail-module--popover-icon--fRH0R {
  width: 12px;
  height: 12px;
  color: #ffb54c;
  margin-right: 5px;
}
.ai-write-res-drawer .ant-drawer-body {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.ai-write-res-drawer .ant-drawer-body .drawer-header {
  height: 74px;
  padding: 0 24px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #272e47;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.ai-write-res-drawer .ant-drawer-body .drawer-header svg {
  cursor: pointer;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details {
  flex: 1 1;
  padding: 0 24px;
  overflow-y: scroll;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-title {
  display: flex;
  height: 22px;
  align-items: center;
  justify-content: space-between;
  color: #747a8c;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-title .title {
  margin: 0;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-title .drawer-details-title-switch.ant-switch {
  width: 35px;
  min-width: 35px;
  height: 20px;
  margin-left: 12px;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-title .drawer-details-title-switch.ant-switch .ant-switch-handle {
  width: 16px;
  height: 16px;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-title .drawer-details-title-switch.ant-switch-checked {
  background-color: #4c6aff;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-title .drawer-details-title-switch.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 18px);
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-original-content {
  margin-bottom: 20px;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list {
  display: flex;
  flex-direction: column;
  margin: 16px 0 8px;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item {
  border: 1px solid #e1e3e8;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 16px;
  position: relative;
  cursor: pointer;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item .drawer-details-list-item-title {
  display: flex;
  align-items: center;
  height: 22px;
  color: #272e47;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item .drawer-details-list-item-title span {
  display: inline-block;
  width: 3px;
  height: 15px;
  background: #4c6aff;
  margin-right: 4px;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item .drawer-details-list-item-content {
  color: #545a6e;
  margin: 0;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item .drawer-details-list-item-translate-content p {
  margin: 0;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item .drawer-details-list-item-translate-content .translation {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item .drawer-details-list-item-translate-content .translation 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);
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item .drawer-details-list-item-translate-content .youdao-label {
  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;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item .drawer-details-list-item-translate-content .youdao-label 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);
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item.oncheck-disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #e1e3e8 !important;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item.oncheck-disabled .drawer-details-list-item-right-top .radio {
  border: none;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item.oncheck {
  border: 1px solid #4c6aff;
  box-shadow: 0px 4px 10px rgba(47, 83, 134, 0.12);
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item.oncheck .drawer-details-list-item-right-top .radio {
  border: none;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item:hover {
  border: 1px solid #4c6aff;
  box-shadow: 0px 4px 10px rgba(47, 83, 134, 0.12);
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item:hover .drawer-details-list-item-right-top .refresh {
  display: flex !important;
  height: 20px;
  align-items: center;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item:hover .drawer-details-list-item-right-top .radio {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item .drawer-details-list-item-right-top {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item .drawer-details-list-item-right-top .refresh {
  display: none;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-right: 13px;
  cursor: pointer;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item .drawer-details-list-item-right-top .refresh svg {
  margin-right: 6px;
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item .drawer-details-list-item-right-top .radio {
  width: 16px;
  height: 16px;
  border-radius: 9px;
  border: 1px solid #c9cbd6;
  border: 1px solid var(--Fill-5, #c9cbd6);
}
.ai-write-res-drawer .ant-drawer-body .drawer-details .drawer-details-list-item .drawer-details-list-item-right-top > svg {
  transform: scale(1.22, 1.22);
}
.ai-write-res-drawer .ant-drawer-body .drawer-footer {
  height: 64px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: right;
}

.page-loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
@keyframes fadenum {
  100% {
    transform: rotate(360deg);
  }
}
.page-loading .ant-spin {
  position: absolute;
  right: 0;
  top: 0;
  width: 468px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.page-loading .sirius-spin {
  display: inline-block;
}
.page-loading .ant-spin-dot {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  animation: fadenum 1s linear infinite;
}
.page-loading .ant-spin-text {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
@charset "UTF-8";
.index-module--intellect--xa7yM {
  width: 624px;
  margin-bottom: 32px;
}
.index-module--intellect--xa7yM .index-module--intellect-title--c5k-k {
  color: #272e47;
  line-height: 22px;
  height: 22px;
  margin-bottom: 7px;
}
.index-module--intellect--xa7yM .index-module--intellect-content--B52MD {
  width: 100%;
  background: #f9fafb;
  /* 中性色-线条/Line-1 浅常规 */
  border: 1px solid #f0f1f5;
  border-radius: 4px;
  padding: 20px;
}
.index-module--intellect--xa7yM .index-module--intellect-content--B52MD .index-module--intellect-info--woI05 {
  color: #747a8c;
  height: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.index-module--intellect--xa7yM .index-module--intellect-content--B52MD .index-module--intellect-info--woI05 .index-module--intellect-info-more--501lW {
  color: #4c6aff;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  display: flex;
  margin-left: 8px;
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.ContactsPushList-module--wrap--nsvZI {
  border-radius: 4px;
  background: linear-gradient(279deg, #f0eeff 12.94%, #e8edff 96.16%);
  padding: 12px;
  position: relative;
}
.ContactsPushList-module--wrap-icon--Yakqf {
  position: absolute;
  left: 30px;
  top: -8px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--header--zv9L2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  margin-bottom: 8px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--header-title--s2Bxt {
  display: flex;
  align-items: center;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--header-title--s2Bxt img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--header-title--s2Bxt .ContactsPushList-module--label--nKEFr {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--header-info--MRZs6 {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  margin-left: 8px;
  margin-top: 1px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--header-right--PcNO6 {
  display: flex;
  align-items: center;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y {
  border-radius: 4px;
  background: #fff;
  background: var(---, #fff);
  overflow-y: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  position: relative;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y::-webkit-scrollbar:horizontal {
  height: 6px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y:hover::-webkit-scrollbar-button {
  display: none;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y:hover::-webkit-scrollbar-corner {
  display: none;
}
@keyframes ContactsPushList-module--scroll-auto--gEaTt {
  0% {
    transform: translateY(-174px);
  }
  100% {
    transform: translateY(-100%);
  }
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list-empty--1V1pY {
  height: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list-empty--1V1pY img {
  width: 100px;
  height: 100px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list-empty--1V1pY .ContactsPushList-module--empty-label--G\+N\+g {
  color: #272e47;
  color: var(---, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  line-height: 22px; /* 157.143% */
  margin-top: 4px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list-empty2--DO4Gq img {
  width: 72px;
  height: 72px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list-empty2--DO4Gq .ContactsPushList-module--empty-label--G\+N\+g .ContactsPushList-module--link--NWrwm {
  color: #4c6aff;
  color: var(---Brand-6, var(---, #4c6aff));
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list-inner--WM3mw {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list-inner-scroll--3gCQ6 {
  animation: 30s ContactsPushList-module--scroll-auto--gEaTt linear infinite forwards;
  position: absolute;
  top: 174px;
  width: 100%;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list-inner-scroll-paused--zP8g2 {
  animation-play-state: paused;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 {
  padding: 0px 8px 0px 12px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--inner-item--L9Y6j {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 9px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex: 1 1;
  width: 0;
  gap: 16px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--first-info--o6acN {
  width: 192px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--first-info-title--PGB8I {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  margin-bottom: 4px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--first-info-intro--923k3 {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--first-info-intro--923k3 > svg {
  flex-shrink: 0;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--first-info-intro--923k3 .ContactsPushList-module--media-list--943MT {
  flex: 1 1;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--first-info-intro--923k3 .ContactsPushList-module--media-list--943MT .ContactsPushList-module--media-icon--gCnBL {
  cursor: pointer;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--second-info--VPBYO {
  flex: 1 1;
  width: 0;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--second-info-title--AG1lw {
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 4px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--second-info-intro--dw8Um {
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--third-info--bREe0 {
  display: flex;
  gap: 4px;
  align-items: center;
  width: 102px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--third-info-left--wBDJB {
  flex: 1 1;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--third-info-title--0bKVv {
  display: flex;
  align-items: center;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--third-info-title--0bKVv .ContactsPushList-module--member--R5voV {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: LX-numbers;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 111.111% */
  margin-right: 2px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--third-info-title--0bKVv .ContactsPushList-module--member-label--BWOOw {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--third-info-intro--r8iKs {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--item--mkvC8 .ContactsPushList-module--item-right--Lh4dv .ContactsPushList-module--third-info-intro--r8iKs .ContactsPushList-module--country--KvmEc {
  flex: 1 1;
  width: 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list--ZIe8Y .ContactsPushList-module--border-item--1fzve .ContactsPushList-module--inner-item--L9Y6j {
  border-bottom: 1px solid #ebedf2;
}
.ContactsPushList-module--wrap--nsvZI .ContactsPushList-module--list2--SJXr- {
  height: 174px;
}

.ContactsPushList-module--bottom--QwYK\+ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
}
.ContactsPushList-module--bottom-left--Ae5x- {
  display: flex;
  align-items: center;
}
.ContactsPushList-module--bottom-left--Ae5x- .ContactsPushList-module--checked-count--uBNaj {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  margin-left: 8px;
}
.ContactsPushList-module--bottom-right--AQcG2 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ContactsPushList-module--bottom-right--AQcG2 > button {
  margin: 0 !important;
}
.ContactsPushList-module--bottom-right--AQcG2 .ContactsPushList-module--refresh-btn--Sw7yx {
  cursor: pointer;
  display: flex;
  align-items: center;
  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;
}
.ContactsPushList-module--bottom-right--AQcG2 .ContactsPushList-module--refresh-btn--Sw7yx .ContactsPushList-module--refresh-icon--nNmDU {
  margin-right: 4px;
}

.ContactsPushList-module--height-line-wrap--GRfoL {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #747a8c;
  display: inline-flex;
  max-width: 100%;
  align-items: center;
}
.ContactsPushList-module--height-line-wrap--GRfoL svg,
.ContactsPushList-module--height-line-wrap--GRfoL span {
  flex-shrink: 0;
  white-space: nowrap;
}
.ContactsPushList-module--height-line-wrap--GRfoL span {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}
.ContactsPushList-module--height-line-wrap--GRfoL .ContactsPushList-module--height-line--7HI6h {
  display: flex;
  align-items: center;
  max-width: calc(100% - 74px);
}
.ContactsPushList-module--height-line-wrap--GRfoL .ContactsPushList-module--height-line--7HI6h .ContactsPushList-module--word--GKPeH {
  flex: 1 1;
}
.ContactsPushList-module--height-line-wrap--GRfoL .ContactsPushList-module--height-line2--5fpU5 {
  max-width: calc(100% - 27px);
}
.ContactsPushList-module--height-line-wrap--GRfoL .ContactsPushList-module--icon1--fOWfG {
  margin-right: 4px;
}
.ContactsPushList-module--height-line-wrap--GRfoL .ContactsPushList-module--rate--WDFoE {
  margin-left: 4px;
}

.ContactsPushList-module--link--NWrwm {
  color: #3081f2;
  color: var(--Link-6, #3081f2);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  cursor: pointer;
}

.ContactsPushList-module--ellipsis--vOCzK {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ContactsPushList-module--mark---1ewK {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-weight: 500;
}

.ContactsPushList-module--my-modal--\+c8jO .ant-modal-body {
  padding: 8px 20px 0 !important;
  max-height: none !important;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--modal-header--l-HV\+ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  padding: 6px 12px;
  margin-bottom: 8px;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--modal-header-left--sYw0M {
  display: flex;
  align-items: center;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--modal-header-left--sYw0M .ContactsPushList-module--header-info--MRZs6 {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--modal-header-left--sYw0M .ContactsPushList-module--modal-link--MSdyF {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--modal-header-left--sYw0M .ContactsPushList-module--modal-link-icon--i6aCH {
  margin-left: 4px;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--modal-header-left--sYw0M .ContactsPushList-module--modal-link-icon--i6aCH path {
  stroke: #4c6aff;
  stroke: var(---Brand-6, #4c6aff);
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--company-cell--OGYL6 {
  width: 176px;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--company-cell--OGYL6 .ContactsPushList-module--company-name--lQKVR {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  color: #272e47;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--company-cell--OGYL6 .ContactsPushList-module--company-info--4aNZB {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--company-cell--OGYL6 .ContactsPushList-module--company-info--4aNZB .ContactsPushList-module--media-list--943MT {
  flex: 1 1;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--company-cell--OGYL6 .ContactsPushList-module--company-info--4aNZB .ContactsPushList-module--media-list--943MT .ContactsPushList-module--media-icon--gCnBL {
  cursor: pointer;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--rec-reason-cell--SpW4V {
  width: 239px;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--rec-reason-cell--SpW4V .ContactsPushList-module--reason-info--xAoCT {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #272e47;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--rec-reason-cell--SpW4V .ContactsPushList-module--second-info-intro--dw8Um {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #9fa2ad;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--country-cell--wKLJO {
  display: flex;
  width: 82px;
  gap: 4px;
  align-items: baseline;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--country-cell--wKLJO svg {
  flex-shrink: 0;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--country-cell--wKLJO .ContactsPushList-module--country-name--CsVcP {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #272e47;
  white-space: wrap;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--count-cell--zleT5 {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #272e47;
  flex-wrap: nowrap;
  justify-content: flex-end;
  cursor: pointer;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--count-cell--zleT5 .ContactsPushList-module--count--5RYAl {
  font-family: LX-numbers;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--count-cell--zleT5 .ContactsPushList-module--info--A3O1F {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--footer--HdZaA {
  height: 68px;
  margin: 0 -20px;
  padding: 0 20px 0 30px;
  border-top: 1px solid #ebedf2;
}
.ContactsPushList-module--my-modal--\+c8jO .ContactsPushList-module--modal-content--ORWXN .ContactsPushList-module--footer--HdZaA button {
  margin: 0 !important;
}

.ContactsPushList-module--table-row--hYMH3 {
  cursor: pointer;
}

.ContactsPushList-module--table-row2--P6Mvf {
  cursor: pointer;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}

.ContactsPushList-module--tooltip-wrap--QxnGJ {
  max-height: 400px;
  overflow-y: auto;
}

.ContactsPushList-module--my-checkbox--t9LPA {
  padding: 0 2px;
}

.ContactsPushList-module--reason-wrap--a7IGu {
  position: relative;
}
.ContactsPushList-module--reason-wrap--a7IGu .ContactsPushList-module--real-reason--LGScC {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.suggestionSelect-module--origin--wzQUm {
  border-radius: 2px;
}
.suggestionSelect-module--origin--wzQUm .ant-select-arrow {
  display: none;
}
.suggestionSelect-module--origin--wzQUm .ant-select-selector {
  border-radius: 2px 0 0 2px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.suggestionSelect-module--origin--wzQUm .ant-select-selection-placeholder {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.suggestionSelect-module--origin--wzQUm .ant-select-selection-overflow {
  gap: 4px;
}
.suggestionSelect-module--origin--wzQUm .ant-select-multiple .ant-select-selection-search {
  margin-top: 0;
  margin-bottom: 0;
}
.suggestionSelect-module--origin--wzQUm.suggestionSelect-module--warning-select--tw2\+5 .ant-select-selector {
  border: 1px solid #e5a344 !important;
}

.suggestionSelect-module--warning--ozgbd {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 4px 0 0 0;
}

.suggestionSelect-module--custom-tag--q3EIb {
  padding: 0 2px 0 4px;
  border-radius: 2px;
  background-color: #f0f2f7;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
}
.suggestionSelect-module--custom-tag--q3EIb .suggestionSelect-module--txt--RUwU- {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suggestionSelect-module--custom-tag--q3EIb .suggestionSelect-module--close--51hzt {
  display: inline-block;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.suggestionSelect-module--custom-tag--q3EIb .suggestionSelect-module--close--51hzt .sirius-icon {
  height: 12px !important;
  width: 12px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.suggestionSelect-module--custom-tag--q3EIb.suggestionSelect-module--warn-tag--GuV-4 {
  background-color: #fff0db;
}
@charset "UTF-8";
.CountrySelector-module--my-dropdown--debrT {
  padding: 8px;
  display: flex;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #e1e3e8;
  border-bottom: 1px solid var(--Line-3, #e1e3e8);
  align-items: center;
  gap: 20px;
  width: 358px;
}
.CountrySelector-module--my-dropdown--debrT .CountrySelector-module--radio-item--Um04i {
  cursor: pointer;
  width: 60px;
  height: 24px;
  border-radius: 16px;
  background: #f6f7fa;
  background: var(---Fill-2, #f6f7fa);
  text-align: center;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.CountrySelector-module--my-dropdown--debrT .CountrySelector-module--radio-item-active--NkTbI {
  border: 1px solid #4c6aff;
  border: 1px solid var(---Brand-6, #4c6aff);
  background: #eff2ff;
  background: var(---Brand-2-, #eff2ff);
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.CountrySelector-module--placeholder-light--fndSW {
  width: 430px;
}
.CountrySelector-module--placeholder-light--fndSW .sirius-cascader-select-selection-placeholder {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.CountrySelector-module--placeholder-light--fndSW .sirius-cascader-select-selection-item-remove .sirius-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.CountrySelector-module--dropdown-wrap--9UiJ3 .sirius-cascader-menu-item {
  width: 222px;
}
.CountrySelector-module--dropdown-wrap--9UiJ3 .sirius-cascader-menu-item-expand {
  width: 134px !important;
}
.ChangeRule-module--btn--rSSQH {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 12px;
  line-height: 20px; /* 166.667% */
}

.ChangeRule-module--split-line--FHNAf {
  width: 1px;
  height: 20px;
  background: #e1e3e8;
  margin-right: 8px;
}

.ChangeRule-module--auto-btn--lEi2U {
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
  background: var(---, #fff);
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.ChangeRule-module--auto-btn--lEi2U span {
  color: #272e47;
  color: var(----Text-5-, #272e47);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.ChangeRule-module--my-modal--I6qlT .ant-modal-content {
  position: relative;
}
.ChangeRule-module--my-modal--I6qlT .ant-modal-body {
  padding: 4px 20px 12px !important;
  height: 362px !important;
  overflow-y: scroll !important;
}
.ChangeRule-module--my-modal--I6qlT .suggestion-select .ant-select-selection-overflow {
  max-height: 70px !important;
}

.ChangeRule-module--modal-wrap--W\+2s3 .ant-form-item {
  margin-bottom: 0px !important;
}
.ChangeRule-module--modal-wrap--W\+2s3 .ChangeRule-module--help--im7xU {
  position: absolute;
  top: 21px;
  right: 50px;
  cursor: pointer;
  display: flex;
  gap: 4px;
  align-items: center;
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.ChangeRule-module--modal-wrap--W\+2s3 .ChangeRule-module--info--HUqbZ {
  color: #545a6e;
  color: var(----Text-4, #545a6e);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  margin-bottom: 12px;
}
.ChangeRule-module--modal-wrap--W\+2s3 .ChangeRule-module--form-wrap--8IvC1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
.ChangeRule-module--modal-wrap--W\+2s3 .ChangeRule-module--form-wrap--8IvC1 .ChangeRule-module--base-info-tip--rVoyX {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: -10px 0 16px;
  white-space: normal;
}
.ChangeRule-module--modal-wrap--W\+2s3 .ChangeRule-module--form-wrap--8IvC1 .ChangeRule-module--placeholder-light--eDwe0 {
  width: 100%;
}
.ChangeRule-module--modal-wrap--W\+2s3 .ChangeRule-module--form-wrap--8IvC1 .ChangeRule-module--placeholder-light--eDwe0 .sirius-cascader-select-selection-placeholder {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.ChangeRule-module--modal-wrap--W\+2s3 .ChangeRule-module--form-wrap--8IvC1 .ChangeRule-module--base-info-label--UdQpc {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 4px;
  cursor: pointer;
}
.ChangeRule-module--modal-wrap--W\+2s3 .ChangeRule-module--split-line2--fl72t {
  height: 0;
  border-bottom: 1px dashed #e1e3e8;
  margin-bottom: 16px;
  margin-top: 20px;
}
.ChangeRule-module--modal-wrap--W\+2s3 .ChangeRule-module--trend-wrap--uWTcn .ChangeRule-module--trend-map--Xxc7f {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.ChangeRule-module--modal-wrap--W\+2s3 .ChangeRule-module--trend-wrap--uWTcn .ChangeRule-module--trend-map--Xxc7f .ChangeRule-module--trend-label--Bgjzh {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.ChangeRule-module--modal-wrap--W\+2s3 .ChangeRule-module--trend-wrap--uWTcn .ChangeRule-module--trend-map--Xxc7f .ChangeRule-module--trend-box--Ck4yO {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
  margin-right: 8px;
}
.ChangeRule-module--modal-wrap--W\+2s3 .ChangeRule-module--trend-wrap--uWTcn .ChangeRule-module--trend-map--Xxc7f .ChangeRule-module--trend-box--Ck4yO .ChangeRule-module--trend-item--X6mWl {
  width: 20px;
  height: 12px;
  border-radius: 1px;
}
.ChangeRule-module--modal-wrap--W\+2s3 .ChangeRule-module--trend-wrap--uWTcn .ChangeRule-module--trend-map--Xxc7f .ChangeRule-module--trend-box--Ck4yO .ChangeRule-module--trend-item-border--fpbHr {
  border: 1px solid #000;
}
.ChangeRule-module--modal-wrap--W\+2s3 .ChangeRule-module--trend-wrap--uWTcn .ChangeRule-module--trend-map--Xxc7f .ChangeRule-module--trend-info--65Nkp {
  color: #4759b2;
  color: var(--label-13, #4759b2);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.ChangeRule-module--modal-wrap--W\+2s3 .ChangeRule-module--trend-wrap--uWTcn .ChangeRule-module--trend-intro--jhqzZ {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.emailScore-module--email-score--nnYw3 .ant-drawer-content-wrapper {
  width: 504px !important;
  min-width: 504px !important;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--f1--FH3L5 {
  flex: 1 1;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--brand6--FS8lH {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.emailScore-module--email-score--nnYw3 .emailScore-module--body--hFPul {
  position: relative;
  background: linear-gradient(125.85deg, #fff0ef -1.7%, #ffccc7 76.54%), linear-gradient(220.51deg, rgba(255, 213, 209, 0.5) -36.62%, rgba(248, 252, 255, 0.5) 31.21%);
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scrollBody--EBeR\+ {
  height: 100%;
  overflow: auto;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head--T54IH {
  height: 265px;
  border-radius: 8px;
  overflow: hidden;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head--T54IH.emailScore-module--inProgress--3pvir {
  background: #e4e9f8;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head--T54IH .emailScore-module--title--bSvQp {
  display: flex;
  height: 40px;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7a8599;
  padding: 16px 20px;
  padding-bottom: 0;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head--T54IH .emailScore-module--overviewInfo--pULgv {
  position: absolute;
  width: 307px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  right: 0;
  left: 0;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head--T54IH .emailScore-module--width238--VCPsQ {
  width: 238px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head--T54IH .emailScore-module--headerBtn--dFwXi {
  width: 431px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head--T54IH .emailScore-module--overview--VW2FS {
  position: relative;
  margin: 32px 36px;
  height: 112px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head--T54IH .emailScore-module--scoreChart--t7EVi {
  position: absolute;
  right: -121px;
  top: -20px;
  width: 375px;
  height: 158px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head--T54IH .emailScore-module--scoreChartData--HESO9 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 72px;
  right: 30px;
  top: 20px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head--T54IH .emailScore-module--scoreChartData2--xMiM0 {
  position: relative;
  top: -10px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 11px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head--T54IH .emailScore-module--fontsize40--GzUVP {
  font-size: 32px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head--T54IH .emailScore-module--scoreDesc--guHwi {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head--T54IH .emailScore-module--scoreAgain--f67Ph {
  height: 30px;
  display: flex;
  align-items: center;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--oneClickOptimization--FODF7 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  width: 333px;
  height: 44px;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  z-index: 1;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--oneClickOptimization--FODF7:hover {
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  color: #fff;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--oneClickOptimization2--9AjjB {
  margin-top: 0;
  width: 108px;
  height: 32px;
  font-size: 14px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head2--lVgyM {
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.1215686275);
  height: 100px;
  padding: 0 20px;
  top: 0;
  z-index: 3;
  width: 503px;
  transition: opacity 0.5s ease-in-out;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--line16--KLeWX {
  display: inline-block;
  height: 16px;
  border-right: 1px solid #e1e3e8;
  border-right: 1px solid var(--Line-3, #e1e3e8);
  margin: 0 8px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head2Opt--Otq7o {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--head2Desc--2PDx2 {
  display: flex;
  align-items: center;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--title2--qVmrt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--close--lePil {
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 16px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADqSURBVHgB7ZVBEoIwDEXTDtwDT6JsHO/gxqO58Q7qRjmJvYcOcQq6AAIt5cOGvhk2KUxeU5oQRdaOage2++OrWtBp/ryeDc2MJlFJZVy+H7vDKZM+spJ/UbiAUmlOis2whMrqZwYBW3Y/CQxaCi4pofsWlpLQQ4tLSGjXC5IEAXEKSBIEJJGC9R1vJuLyQ0LfmoxcAZ88VTUi04EcqvTPdGFT3C+bdtTrFrhxJaferSYEh82YUQ6qwI+AjgkVCGnbUIGQ2YE9ggAJuMBYiVkExkhgBGwSYTb4jHL8eBOwO2eukxe3bjeMrJsvKHGmjbcyjxgAAAAASUVORK5CYII=) no-repeat;
  background-size: contain;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF {
  padding: 24px 20px;
  border-radius: 24px 24px 0 0;
  background-color: white;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--itemTitle--tVkcy {
  justify-content: space-between;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--alignCenter--TX9ED {
  display: flex;
  align-items: center;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--gap4--Fa3Tv {
  gap: 4px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--gap15--Ap4Ve {
  gap: 15px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--zindex0--w5X0s {
  z-index: 0;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--btnAgain--pzA\+g {
  position: relative;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 4px;
  background: linear-gradient(93.19deg, #f5f5ff 0%, #f9f7ff 73.99%, #faf7ff 98.65%);
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--btnAgain0--yVi8i {
  display: flex;
  align-items: center;
  background: linear-gradient(96.64deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%);
  color: white;
  border: none;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--btnAgain0--yVi8i.ant-btn:after {
  background: none;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--gradientText--ui6pA {
  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;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--scoreItem--RwTGW {
  padding-bottom: 20px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--scoreItem--RwTGW:not(:last-child) {
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
  margin-bottom: 20px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--itemBody--A915W {
  padding-top: 16px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--itemErrText--UbxoE {
  padding-bottom: 8px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--itemErr--NrPQG {
  padding: 8px 12px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  gap: 8px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--itemErr--NrPQG:not(:last-child) {
  margin-bottom: 12px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--colorError6--Xdnqa {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--colorSuccess7--CkTQJ {
  color: #559b6d;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--margainR8--2O2vY {
  margin-right: 8px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--displayFlex--gt1d5 {
  display: flex;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--flexColumn--Lj\+Zn {
  flex-flow: column;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--scoreBody--YYvHF .emailScore-module--flexNone--yGTRs {
  flex: none;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--colorText4--EYdJQ {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.emailScore-module--email-score--nnYw3 .emailScore-module--marginTop8--Lo\+Bw {
  margin-top: 8px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--contactUs--9onkU {
  display: flex;
  align-items: center;
  gap: 4px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--center--1sQZa {
  text-align: center;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--content--Yit53 .emailScore-module--scoreBgWrapper--nNgcu {
  position: relative;
  top: -160px;
  height: 15px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--content--Yit53 .emailScore-module--scoreBg--irHbK {
  width: 180px;
  height: 180px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--content--Yit53 .emailScore-module--scoreBg2--\+iWNl {
  width: 146px;
  height: 130px;
  position: absolute;
  top: 64px;
  left: 50%;
  margin-left: -75px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--content--Yit53 .emailScore-module--desc--wZxGT {
  padding: 22px 0 12px;
  font-size: 12px;
  text-align: center;
  color: #7a8599;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--content--Yit53 .emailScore-module--tip--jc9QI {
  padding: 22px 0 16px;
  font-size: 12px;
  text-align: center;
  color: #fe7c70;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--content--Yit53 .emailScore-module--button--yR2yd {
  width: 200px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--progress--oLO7q {
  height: 155px;
  padding: 28px 0;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--progress--oLO7q .emailScore-module--progressStage--K6hl9 {
  padding: 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #c0c8d6;
  transition: all 0.15s ease-in;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--progress--oLO7q .emailScore-module--progressStage--K6hl9 .emailScore-module--progressIcon--FsGd5 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--progress--oLO7q .emailScore-module--progressStage--K6hl9.emailScore-module--isDone--JqKBC {
  font-size: 14px;
  color: #232d47;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--progress--oLO7q .emailScore-module--progressStage--K6hl9.emailScore-module--isChecking--dZD\+Y {
  font-weight: bold;
  font-size: 18px;
  color: #232d47;
  padding: 6px 0;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--progress--oLO7q .emailScore-module--progressStage--K6hl9 .emailScore-module--progressText--95CGu {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: left;
}
@keyframes emailScore-module--spin--VUUjN {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.emailScore-module--email-score--nnYw3 .ant-modal-body {
  padding: 0;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--spin--VUUjN .ant-spin-dot {
  transform: translate(-50%, -50%);
  margin: 0;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--polling--m0rhz {
  text-align: center;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--polling-img--FZBrZ {
  width: 96px;
  height: 96px;
  margin-bottom: 16px;
  animation: emailScore-module--spin--VUUjN 1s infinite linear;
}
.emailScore-module--email-score--nnYw3 .emailScore-module--polling-tip--RVw3d {
  color: #51555c;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
}

.emailScore-module--detailWrapper--EbFpC {
  height: 200px;
}
.emailScore-module--detailWrapper--EbFpC .emailScore-module--detail--kkamf {
  position: relative;
  top: -165px;
}
.emailScore-module--detailWrapper--EbFpC .emailScore-module--operate--QhqCC {
  padding-top: 16px;
  text-align: center;
}
.emailScore-module--detailWrapper--EbFpC .emailScore-module--operate--QhqCC .emailScore-module--operateBtn--RFjeb {
  width: 185px;
  background: #4c6aff;
}
.emailScore-module--detailWrapper--EbFpC .emailScore-module--operate--QhqCC .emailScore-module--operateBtn--RFjeb:hover {
  background: #4c6aff;
}
.emailScore-module--detailWrapper--EbFpC .emailScore-module--operate--QhqCC .emailScore-module--operateBtn--RFjeb.emailScore-module--operateBtnGhost--lMcGX {
  border-color: #4c6aff;
  color: #4c6aff;
  background: #fff;
}
.emailScore-module--detailWrapper--EbFpC .emailScore-module--operate--QhqCC .emailScore-module--operateBtn--RFjeb.emailScore-module--operateBtnGhost--lMcGX:hover {
  background: #fff;
}
.emailScore-module--detailWrapper--EbFpC .emailScore-module--operate--QhqCC .emailScore-module--operateBtn--RFjeb:first-child {
  margin-right: 10px;
}

.emailScore-module--dotting--RO2FO {
  display: inline-block;
  width: 10px;
  height: 2px;
  padding-right: 2px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  background-color: currentColor;
  background-clip: content-box;
  box-sizing: border-box;
  animation: emailScore-module--dot--71Sxb 2s infinite step-start both;
}

.emailScore-module--dotting--RO2FO::before {
  content: "";
}

.emailScore-module--dotting--RO2FO {
  margin-left: 2px;
  padding-left: 2px;
}
@keyframes emailScore-module--dot--71Sxb {
  25% {
    border-color: transparent;
    background-color: transparent;
  }
  50% {
    border-right-color: transparent;
    background-color: transparent;
  }
  75% {
    border-right-color: transparent;
  }
}
.emailScore-module--cursorPointer--pJJw1 {
  cursor: pointer;
}

.emailScore-module--LXnumbers--OEII8 {
  font-family: "LX-numbers";
}

.emailScore-module--width56--4ysXN {
  width: 56px;
}
@charset "UTF-8";
.emailScoreDetail-module--email-score-detail--Pg5qw {
  color: #51555c;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--icon--7TOTm {
  text-align: center;
  line-height: 1;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--title--awup0 {
  color: #000000;
  font-size: 16px;
  text-align: center;
  padding: 6px 0 14px;
  font-weight: bold;
  font-weight: 500;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--guide--ZdYZP {
  padding: 0px 60px 0px 54px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--guide--ZdYZP .emailScoreDetail-module--title--awup0 {
  padding: 0;
  flex-shrink: 0;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--score--AVxdF {
  text-align: center;
  margin-bottom: 16px;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--score--AVxdF .emailScoreDetail-module--highlight--YtH8D {
  color: #5fc375;
  margin-right: 16px;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN {
  border-radius: 4px;
  padding: 10px 50px;
  margin: 0 4px;
  height: 150px;
  overflow-y: scroll;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN::-webkit-scrollbar {
  width: 6px;
  background: #eee;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN::-webkit-scrollbar-track {
  border-radius: 6px;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(38, 42, 51, 0.3);
  padding: 4px;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN .emailScoreDetail-module--item--cjpRw {
  border-radius: 4px;
  margin-bottom: 4px;
  font-size: 12px;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN .emailScoreDetail-module--item-defect--rND3s > .emailScoreDetail-module--data-item--AyRlL {
  cursor: pointer;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN .emailScoreDetail-module--data-item--AyRlL {
  padding: 9px 15px;
  display: flex;
  align-items: center;
  background: #f2f5ff;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN .emailScoreDetail-module--data-item--AyRlL .emailScoreDetail-module--arrow-icon--jl-vH {
  width: 8px;
  height: 8px;
  display: block;
  flex-shrink: 0;
  margin-right: 6px;
  transition: height 0.3s;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN .emailScoreDetail-module--data-item--AyRlL .emailScoreDetail-module--arrow-icon-open--7w-K6 {
  transform: rotate(90deg);
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN .emailScoreDetail-module--data-item--AyRlL .emailScoreDetail-module--name--SG9xE {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 12px;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN .emailScoreDetail-module--data-item--AyRlL .emailScoreDetail-module--mark--vmSW2 {
  flex-shrink: 0;
  color: #fe5b4c;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN .emailScoreDetail-module--data-item--AyRlL .emailScoreDetail-module--mark--vmSW2 img {
  display: block;
  width: 20px;
  height: 20px;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN .emailScoreDetail-module--sub-list--GU2dm {
  overflow: hidden;
  transition: height 0.3s;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN .emailScoreDetail-module--sub-list--GU2dm .emailScoreDetail-module--data-item--AyRlL {
  background-color: #fff8ed;
  margin-bottom: 4px;
  border-radius: 4px;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN .emailScoreDetail-module--sub-list--GU2dm .emailScoreDetail-module--data-item--AyRlL:first-child {
  margin-top: 4px;
}
.emailScoreDetail-module--email-score-detail--Pg5qw .emailScoreDetail-module--list--WMZcN .emailScoreDetail-module--sub-list--GU2dm .emailScoreDetail-module--data-item--AyRlL .emailScoreDetail-module--name--SG9xE {
  padding-left: 16px;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--f1--8tEAP {
  flex: 1 1;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--body--gTsQy {
  position: relative;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--head---lYkG {
  height: 214px;
  background: linear-gradient(180deg, #e4e9f8 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 8px;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--head---lYkG.emailScoreOrg-module--inProgress--7SHqk {
  background: #e4e9f8;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--head---lYkG .emailScoreOrg-module--title--FEsKi {
  display: flex;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7a8599;
  padding: 12px 16px;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--head---lYkG .emailScoreOrg-module--close--kIOub {
  display: flex;
  width: 16px;
  height: 16px;
  border: 1px solid #eee;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--head---lYkG .emailScoreOrg-module--close--kIOub::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #939cad;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--center--xYkZC {
  text-align: center;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--content--ol5g0 .emailScoreOrg-module--scoreBgWrapper--D1hnU {
  position: relative;
  top: -160px;
  height: 15px;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--content--ol5g0 .emailScoreOrg-module--scoreBg--7FsWe {
  width: 180px;
  height: 180px;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--content--ol5g0 .emailScoreOrg-module--scoreBg2--13G8v {
  width: 146px;
  height: 130px;
  position: absolute;
  top: 64px;
  left: 50%;
  margin-left: -75px;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--content--ol5g0 .emailScoreOrg-module--desc--x6PYU {
  padding: 22px 0 12px;
  font-size: 12px;
  text-align: center;
  color: #7a8599;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--content--ol5g0 .emailScoreOrg-module--tip--400kJ {
  padding: 22px 0 16px;
  font-size: 12px;
  text-align: center;
  color: #fe7c70;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--content--ol5g0 .emailScoreOrg-module--button--8ytFU {
  width: 200px;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--progress--2qKgi {
  height: 155px;
  padding: 28px 0;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--progress--2qKgi .emailScoreOrg-module--progressStage--5g-Yl {
  padding: 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #c0c8d6;
  transition: all 0.15s ease-in;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--progress--2qKgi .emailScoreOrg-module--progressStage--5g-Yl .emailScoreOrg-module--progressIcon--C9PrN {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--progress--2qKgi .emailScoreOrg-module--progressStage--5g-Yl.emailScoreOrg-module--isDone--4ccfE {
  font-size: 14px;
  color: #232d47;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--progress--2qKgi .emailScoreOrg-module--progressStage--5g-Yl.emailScoreOrg-module--isChecking--K1TwA {
  font-weight: bold;
  font-size: 18px;
  color: #232d47;
  padding: 6px 0;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--progress--2qKgi .emailScoreOrg-module--progressStage--5g-Yl .emailScoreOrg-module--progressText--jNVsA {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: left;
}
@keyframes emailScoreOrg-module--spin--LNQmj {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.emailScoreOrg-module--email-score--tp4Mn .ant-modal-body {
  padding: 0;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--spin--LNQmj .ant-spin-dot {
  transform: translate(-50%, -50%);
  margin: 0;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--polling--fp89e {
  text-align: center;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--polling-img--IjP8G {
  width: 96px;
  height: 96px;
  margin-bottom: 16px;
  animation: emailScoreOrg-module--spin--LNQmj 1s infinite linear;
}
.emailScoreOrg-module--email-score--tp4Mn .emailScoreOrg-module--polling-tip--Xty5K {
  color: #51555c;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
}

.emailScoreOrg-module--detailWrapper--xTohT {
  height: 200px;
}
.emailScoreOrg-module--detailWrapper--xTohT .emailScoreOrg-module--detail--tthNL {
  position: relative;
  top: -165px;
}
.emailScoreOrg-module--detailWrapper--xTohT .emailScoreOrg-module--operate--PXZhS {
  padding-top: 16px;
  text-align: center;
}
.emailScoreOrg-module--detailWrapper--xTohT .emailScoreOrg-module--operate--PXZhS .emailScoreOrg-module--operateBtn--sHpnj {
  width: 185px;
  background: #4c6aff;
}
.emailScoreOrg-module--detailWrapper--xTohT .emailScoreOrg-module--operate--PXZhS .emailScoreOrg-module--operateBtn--sHpnj:hover {
  background: #4c6aff;
}
.emailScoreOrg-module--detailWrapper--xTohT .emailScoreOrg-module--operate--PXZhS .emailScoreOrg-module--operateBtn--sHpnj.emailScoreOrg-module--operateBtnGhost--d5JJY {
  border-color: #4c6aff;
  color: #4c6aff;
  background: #fff;
}
.emailScoreOrg-module--detailWrapper--xTohT .emailScoreOrg-module--operate--PXZhS .emailScoreOrg-module--operateBtn--sHpnj.emailScoreOrg-module--operateBtnGhost--d5JJY:hover {
  background: #fff;
}
.emailScoreOrg-module--detailWrapper--xTohT .emailScoreOrg-module--operate--PXZhS .emailScoreOrg-module--operateBtn--sHpnj:first-child {
  margin-right: 10px;
}

.emailScoreOrg-module--dotting--fyX-F {
  display: inline-block;
  width: 10px;
  height: 2px;
  padding-right: 2px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  background-color: currentColor;
  background-clip: content-box;
  box-sizing: border-box;
  animation: emailScoreOrg-module--dot--vqXI\+ 2s infinite step-start both;
}

.emailScoreOrg-module--dotting--fyX-F::before {
  content: "";
}

.emailScoreOrg-module--dotting--fyX-F {
  margin-left: 2px;
  padding-left: 2px;
}
@keyframes emailScoreOrg-module--dot--vqXI\+ {
  25% {
    border-color: transparent;
    background-color: transparent;
  }
  50% {
    border-right-color: transparent;
    background-color: transparent;
  }
  75% {
    border-right-color: transparent;
  }
}
.style-module--tip-popover--fLI-E .ant-popover-arrow {
  opacity: 1;
  width: 18px;
  height: 18px;
}
.style-module--tip-popover--fLI-E .ant-popover-arrow .ant-popover-arrow-content {
  width: 18px;
  height: 18px;
}
.style-module--tip-popover--fLI-E .slick-dots li.slick-active,
.style-module--tip-popover--fLI-E .slick-dots li {
  width: 6px;
}
.style-module--tip-popover--fLI-E .slick-dots li.slick-active button,
.style-module--tip-popover--fLI-E .slick-dots li button {
  height: 6px;
  border-radius: 50%;
  background: #e1e6ed;
}
.style-module--tip-popover--fLI-E .slick-dots li.slick-active button {
  background: #c0c8d6;
}

.style-module--sync-send-email-tip-wrapper--4Y-Ru {
  width: 400px;
  padding: 20px;
}
.style-module--sync-send-email-tip-wrapper--4Y-Ru .style-module--sync-send-email-tip--8m1FI {
  height: 280px;
}
.style-module--sync-send-email-tip-wrapper--4Y-Ru .style-module--sync-send-email-tip--8m1FI img {
  width: 360px;
  height: 180px;
}
.style-module--sync-send-email-tip-wrapper--4Y-Ru .style-module--sync-send-email-tip68--3x0c9 {
  height: 68px;
}
.style-module--sync-send-email-tip-wrapper--4Y-Ru .style-module--sync-send-email-tip-op--6ME7n {
  padding-top: 0px;
  text-align: right;
}
.style-module--sync-send-email-tip-wrapper--4Y-Ru .style-module--sync-send-email-tip-title---Gx1- {
  color: #232d47;
  font-weight: 500;
  font-size: 14px;
  padding-top: 12px;
}
.style-module--sync-send-email-tip-wrapper--4Y-Ru .style-module--syncSendEmailTipImg--425MB {
  margin: 12px 0px;
}
.style-module--sync-send-email-tip-wrapper--4Y-Ru .style-module--sync-send-email-tip-desc--mtdbK {
  color: #4e5a70;
  font-size: 12px;
  padding-top: 4px;
}
@charset "UTF-8";
.NoWorriedTips-module--wrap--0NlAc {
  background: rgba(255, 181, 76, 0.1);
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.NoWorriedTips-module--wrap--0NlAc .NoWorriedTips-module--left--TdZtm {
  display: flex;
  align-items: center;
}
.NoWorriedTips-module--wrap--0NlAc .NoWorriedTips-module--left--TdZtm .NoWorriedTips-module--intro--zAIGw {
  margin-left: 6px;
  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;
}
.NoWorriedTips-module--wrap--0NlAc .NoWorriedTips-module--left--TdZtm .NoWorriedTips-module--link--S4ygg {
  color: #4759b2;
  color: var(--label-13, #4759b2);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  text-decoration-line: underline;
  margin-left: 12px;
}
.NoWorriedTips-module--wrap--0NlAc .NoWorriedTips-module--right--ZuLci {
  display: flex;
  align-items: center;
  padding: 2px 0;
  justify-content: center;
  cursor: pointer;
}

.NoWorriedTips-module--wrap2--Nu7au {
  background-color: #fff;
}
.NoWorriedTips-module--wrap2--Nu7au .NoWorriedTips-module--left--TdZtm .NoWorriedTips-module--intro--zAIGw {
  color: #e5a344;
  color: var(---Warning-7, #e5a344);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.NoWorriedTips-module--wrap2--Nu7au .NoWorriedTips-module--left--TdZtm .NoWorriedTips-module--link2--amt25 {
  margin-left: 0;
}
.BasicInfoItem-module--root--z-yY9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 8px;
}
.BasicInfoItem-module--root--z-yY9:hover .BasicInfoItem-module--delete-self--Dt1Kq {
  position: absolute;
  top: -4px;
  left: calc(50% + 30px);
  cursor: pointer;
  filter: drop-shadow(0px 2.625px 2.625px rgba(47, 83, 134, 0.08));
  display: block;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--multi-shadow--jRDNb {
  position: absolute;
  right: -6px;
  top: 6px;
  z-index: 0;
  background: #f8f9fa;
  border: 1px solid #ebedf2;
  box-shadow: 0px 3px 7px rgba(47, 83, 134, 0.08);
  border-radius: 4px;
  height: 138px;
  width: 100%;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 4px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz:hover .BasicInfoItem-module--top-color--pbhej {
  visibility: hidden;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--top-color--pbhej {
  position: relative;
  height: 138px;
  left: 2px;
  width: 4px;
  flex-shrink: 0;
  border-radius: 4px 0 0 4px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK {
  cursor: pointer;
  width: 312px;
  max-width: 312px;
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
  border: 2px solid rgba(0, 0, 0, 0);
  gap: 16px;
  position: relative;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 10;
  background: #ffffff;
  border-radius: 4px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK:hover {
  border: 2px solid #b7c3ff;
  border: 2px solid var(--Brand-3, #b7c3ff);
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--use-multi--QwFi7 {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  right: 0px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--header--C0XJL {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--header--C0XJL .BasicInfoItem-module--header-area--6j6hA {
  position: absolute;
  left: 50%;
  top: -13px;
  transform: translateX(-50%);
  max-width: 100%;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #d6e6fc;
  background-color: var(--Link-2, #d6e6fc);
  border-radius: 40px;
  padding: 2px 18px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--empty-body--by7Q1 {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  width: 100%;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--body--X3yzC {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 4px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--body--X3yzC .BasicInfoItem-module--subject--juWzX {
  width: 100%;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--body--X3yzC .BasicInfoItem-module--content--m1uxh {
  width: 100%;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  max-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--potential-body--oQFnx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--potential-body--oQFnx .BasicInfoItem-module--potential-title--xeBxc {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  align-self: flex-start;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--potential-body--oQFnx .BasicInfoItem-module--potential-content--EBElH {
  padding: 8px 12px;
  border-radius: 4px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  gap: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--potential-body--oQFnx .BasicInfoItem-module--potential-content--EBElH .BasicInfoItem-module--potential-content-item--ZcgqR {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--potential-body--oQFnx .BasicInfoItem-module--potential-content--EBElH .BasicInfoItem-module--potential-content-item--ZcgqR .BasicInfoItem-module--potential-dot--nJouj {
  width: 18px;
  height: 20px;
  flex-shrink: 0;
  align-self: flex-start;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgNy43QzkuNTUyIDcuNyAxMC4wMiA3Ljg5MiAxMC40MTYgOC4yNzZDMTAuOCA4LjY2IDEwLjk5MiA5LjEyOCAxMC45OTIgOS42OEMxMC45OTIgMTAuMjMyIDEwLjggMTAuNyAxMC40MTYgMTEuMDk2QzEwLjAyIDExLjQ4IDkuNTUyIDExLjY3MiA5IDExLjY3MkM4LjQ0OCAxMS42NzIgNy45OCAxMS40OCA3LjU5NiAxMS4wOTZDNy4yMTIgMTAuNyA3LjAyIDEwLjIzMiA3LjAyIDkuNjhDNy4wMiA5LjEyOCA3LjIxMiA4LjY2IDcuNTk2IDguMjc2QzcuOTggNy44OTIgOC40NDggNy43IDkgNy43WiIgZmlsbD0iIzI3MkU0NyIvPgo8L3N2Zz4K);
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--potential-body--oQFnx .BasicInfoItem-module--potential-content--EBElH .BasicInfoItem-module--potential-content-item--ZcgqR .BasicInfoItem-module--potential-content-item-title--aiT3A {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--add-footer--VX0mf {
  border: 1px solid #e1e3e8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 12px 16px;
  gap: 4px;
  cursor: pointer;
  color: #272e47;
  color: var(--Text-5, #272e47);
  width: 100%;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--footer--BNkU7 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--footer--BNkU7 .BasicInfoItem-module--mail-content--2p64E {
  width: 280px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--item--3AkHs .BasicInfoItem-module--body-area--Rr7Oz .BasicInfoItem-module--basic-item--7H-vK .BasicInfoItem-module--footer--BNkU7 .BasicInfoItem-module--button--bAbFD {
  height: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--round-info--f2WAa {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--round-info--f2WAa .BasicInfoItem-module--round-name--BYT8J {
  display: flex;
  align-items: center;
  gap: 8px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--round-info--f2WAa .BasicInfoItem-module--round-index--WY5V6 {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
  text-align: center;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--round-info--f2WAa .BasicInfoItem-module--round-title--L73Qu {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--round-info--f2WAa .BasicInfoItem-module--round-mail-select--XZ8Jm {
  position: absolute;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--round-info--f2WAa .BasicInfoItem-module--round-mail-select-expand--stFtS {
  right: 34px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--round-info--f2WAa .BasicInfoItem-module--round-mail-select-expand-no--ZC3nx {
  left: 52px;
}
.BasicInfoItem-module--root--z-yY9 .BasicInfoItem-module--plans--ByPaS {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.BasicInfoItem-module--switch--7F0NK {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  gap: 4px;
}
.BasicInfoItem-module--switch--7F0NK .BasicInfoItem-module--title--Vgx7e {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}

.BasicInfoItem-module--sep-line--pgVec {
  margin-top: 8px;
  margin-bottom: -8px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.BasicInfoItem-module--sep-line--pgVec .BasicInfoItem-module--line--lwRww {
  height: 12px;
  width: 1px;
  background: #b7c3ff;
  background: var(--Brand-3, #b7c3ff);
  position: relative;
}
.BasicInfoItem-module--sep-line--pgVec .BasicInfoItem-module--h-line--xZrjv {
  height: 20px;
  width: 331px;
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
  border-radius: 8px;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.BasicInfoItem-module--sep-line--pgVec .BasicInfoItem-module--bottom-circle--znwF4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.BasicInfoItem-module--footer-sep-line--mu-W2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.BasicInfoItem-module--footer-sep-line--mu-W2 .BasicInfoItem-module--top-circle--XngA- {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.BasicInfoItem-module--footer-sep-line--mu-W2 .BasicInfoItem-module--h-line--xZrjv {
  height: 20px;
  width: 331px;
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
  border-radius: 8px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.BasicInfoItem-module--footer-sep-line--mu-W2 .BasicInfoItem-module--line--lwRww {
  height: 36px;
  width: 1px;
  background: #b7c3ff;
  background: var(--Brand-3, #b7c3ff);
}

.BasicInfoItem-module--send-time-wrapper--4Q663 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.BasicInfoItem-module--send-time-wrapper--4Q663 .BasicInfoItem-module--send-time--Gmd6j {
  padding: 4px 8px;
  gap: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
  border-radius: 12px;
}
.BasicInfoItem-module--send-time-wrapper--4Q663 .BasicInfoItem-module--send-time--Gmd6j .BasicInfoItem-module--time-title--QshrY {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  flex-shrink: 0;
}

.BasicInfoItem-module--send-time-edit--g5cOX {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.BasicInfoItem-module--send-time-edit--g5cOX .BasicInfoItem-module--title--Vgx7e {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.BasicInfoItem-module--send-time-edit--g5cOX .BasicInfoItem-module--time-title--QshrY {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  flex-shrink: 0;
}

.BasicInfoItem-module--add-more--T0nrS {
  margin-top: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.BasicInfoItem-module--add-more--T0nrS .BasicInfoItem-module--title--Vgx7e {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.BasicInfoItem-module--delete-self--Dt1Kq {
  display: none;
}
@charset "UTF-8";
.index-module--AiHostingPlans--wpeRv {
  padding: 16px;
}
.index-module--AiHostingPlans--wpeRv .index-module--ai-hosting-title--brHBx {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 12px;
  position: relative;
}
.index-module--AiHostingPlans--wpeRv .index-module--ai-hosting-title--brHBx .index-module--ai-hosting-tips--Q955g {
  padding: 6px 8px;
  position: absolute;
  height: 28px;
  top: 0px;
  right: 8px;
  border-radius: 4px;
  background-color: #eff2ff;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 12px;
}
.index-module--AiHostingPlans--wpeRv .index-module--ai-hosting-title--brHBx .index-module--ai-hosting-tips--Q955g .index-module--tips-item--rKyfS {
  display: flex;
  gap: 4px;
  align-items: center;
}
.index-module--AiHostingPlans--wpeRv .index-module--ai-hosting-title--brHBx .index-module--ai-hosting-tips--Q955g .index-module--tips-item--rKyfS .index-module--tips-item-icon--oErae {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.index-module--AiHostingPlans--wpeRv .index-module--ai-hosting-title--brHBx .index-module--ai-hosting-tips--Q955g .index-module--tips-item--rKyfS .index-module--tips-item-desc--NNof\+ {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.index-module--AiHostingPlans--wpeRv .index-module--ai-hosting-desc--svk0Y {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding-left: 8px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlanHeader--Vs4ws {
  width: 100%;
  height: 2px;
  border-radius: 4px 4px 0px 0px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW {
  background: #ffffff;
  /* 线条/Line-1 浅常规 */
  border: 1px solid #f0f1f5;
  box-shadow: 0px 3px 8px rgba(47, 83, 134, 0.04);
  border-radius: 0px 0px 4px 4px;
  padding: 14px;
  position: relative;
  margin-bottom: 15px;
  height: 124px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--header--SJmAx {
  height: 28px;
  line-height: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--header--SJmAx .index-module--icon--O\+LD4 {
  width: 28px;
  height: 28px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--header--SJmAx .index-module--title--y14bz {
  margin: 0px 8px;
  color: #272e47;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  max-width: 55%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--header--SJmAx .index-module--tag--h4v\+u {
  margin-right: 4px;
  font-size: 12px;
  line-height: 16px;
  border: 0.5px solid #83b3f7;
  border-radius: 2px;
  padding: 2px 6px;
  height: 20px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--header--SJmAx .index-module--tag-custom--aPmOk {
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  border-color: #c0c8d6;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 {
  display: flex;
  align-items: center;
  position: relative;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 svg {
  flex: none;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-right--qUzeT {
  background-color: #eff2ff;
  width: 50px;
  height: 82px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  flex: none;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-left--VTpsN {
  position: absolute;
  left: 180px;
  top: -4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  flex: none;
  overflow: hidden;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-left--VTpsN .index-module--content-item-wrap1--qklAu {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-left--VTpsN .index-module--content-item-wrap2--rja-h {
  gap: 16px;
  display: flex;
  flex-direction: column-reverse;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-left--VTpsN .index-module--content-item--Y7Es7 {
  width: 82px;
  height: 44px;
  padding: 2px 0;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-left--VTpsN .index-module--content-item--Y7Es7::after {
  display: none;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-left--VTpsN .index-module--content-icon-shang--QOPT- {
  top: 44px;
  left: 130px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-left--VTpsN .index-module--content-icon-xia--iyibW {
  top: 44px;
  left: 32px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-left--VTpsN .index-module--content-icon-you--lydLW {
  top: 74px;
  left: 82px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-left--VTpsN .index-module--content-icon-shang--QOPT-,
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-left--VTpsN .index-module--content-icon-xia--iyibW,
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-left--VTpsN .index-module--content-icon-you--lydLW {
  position: absolute;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-left--VTpsN .index-module--content-icon-shang--QOPT- path,
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-left--VTpsN .index-module--content-icon-xia--iyibW path,
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-left--VTpsN .index-module--content-icon-you--lydLW path {
  stroke: #c9cbd6;
  stroke: var(--Fill-5, #c9cbd6);
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--auto-content--TfbH0 .index-module--content-right-text--zj8TT {
  width: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-align: center;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--content---phz\+ {
  display: flex;
  align-items: center;
  gap: 23px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--content---phz\+ .index-module--timeIcon--sSUsO {
  width: 12px;
  height: 12px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--content---phz\+ .index-module--sendDay--6wLtA {
  color: #272e47;
  font-size: 12px;
  line-height: 16px;
  margin-left: 6px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--checkIcon--2oNXh {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--checkSvg--mJBG- {
  margin-left: 12px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--menus--DSAFO {
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--menus--DSAFO .index-module--menus-item--aT9m6 {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--menus--DSAFO .index-module--menus-item--aT9m6:first-child svg path {
  stroke: #6f7485;
  stroke: var(--Fill-7, #6f7485);
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--menus--DSAFO .index-module--menus-item--aT9m6:first-child svg path:hover {
  stroke: #4c6aff;
  stroke: var(--Brand-6, #4c6aff);
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--menus--DSAFO .index-module--menus-item--aT9m6:last-child svg path {
  fill: #6f7485;
  fill: var(--Fill-7, #6f7485);
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--menus--DSAFO .index-module--menus-item--aT9m6:last-child svg path:hover {
  fill: #4c6aff;
  fill: var(--Brand-6, #4c6aff);
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW:hover {
  cursor: pointer;
  box-shadow: 0px 8px 16px rgba(47, 83, 134, 0.12);
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .ant-steps {
  display: block;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .ant-steps-label-vertical .ant-steps-item {
  width: 25%;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .ant-steps-dot .ant-steps-item-icon {
  width: 64px;
  height: 100%;
  margin-left: 22px;
  height: 16px;
  line-height: 16px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .ant-steps-icon {
  display: flex;
  height: 16px;
  line-height: 16px;
  align-items: center;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail:after {
  width: calc(100% - 66px);
  height: 1px;
  margin-left: 9px;
  background-color: #e1e3e8;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail:after {
  width: calc(100% - 66px);
  height: 1px;
  margin-left: 9px;
  background-color: #e1e3e8;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .ant-steps-dot .ant-steps-item-process .ant-steps-item-icon {
  top: 1px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--time-span--lOpYF {
  font-size: 12px;
  color: #272e47;
  margin-left: 6px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--content-item--Y7Es7 {
  position: relative;
  height: 48px;
  width: 88px;
  flex: none;
  background: #f6f7fa;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3px 0;
  gap: 2px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--content-item--Y7Es7:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--content-item2--h0\+zP {
  background: transparent;
  height: auto;
  width: auto;
  display: flex;
  gap: 6px;
  align-content: space-between;
  position: relative;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--content-item2-child--s2qmo {
  border-radius: 4px;
  width: 82px;
  height: 28px;
  background: #f6f7fa;
  position: relative;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--content-item2-child--s2qmo .index-module--item2-icon--NStn- {
  position: absolute;
  left: 7px;
  top: 0;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--mail-cont--4sLkM {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--mail-cont--4sLkM svg {
  flex: none;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--mail-cont--4sLkM .index-module--email-name--X0Ji7 {
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  margin-left: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--mail-cont2--zt\+Mr {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .index-module--mail-cont2--zt\+Mr .index-module--email-name--X0Ji7 {
  font-size: 11px;
  margin-left: 3px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .ant-steps-item-content {
  max-width: 94px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlan--22TdW .ant-steps-dot .ant-steps-item-tail {
  top: 7px;
}
.index-module--AiHostingPlans--wpeRv .index-module--ai-hosting-plan-auto--U1y3j {
  border-top: 2px solid #4c6aff;
  border-top: 2px solid var(--Brand-6, #4c6aff);
  border-radius: 2px;
  width: calc(50% - 8px);
  height: auto;
}
.index-module--AiHostingPlans--wpeRv .index-module--ai-hosting-plan-auto--U1y3j .index-module--header--SJmAx {
  margin-bottom: 18px;
}
.index-module--AiHostingPlans--wpeRv .index-module--AiHostingPlanAdd--aMk93 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 128px;
  flex-direction: column;
}
.index-module--AiHostingPlans--wpeRv .index-module--d-icon--AnO8n {
  position: absolute;
  top: 51px;
  width: 16px;
  height: 32px;
  background: #ebedf2;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.index-module--AiHostingPlans--wpeRv .index-module--d-icon--AnO8n:hover {
  background: #e1e3e8;
}
.index-module--AiHostingPlans--wpeRv .index-module--next-icon--j4BC- {
  right: 8px;
  border-radius: 16px 0px 0px 16px;
}
.index-module--AiHostingPlans--wpeRv .index-module--prev-icon--CzUHV {
  left: 8px;
  border-radius: 0px 16px 16px 0px;
}

.index-module--select-modal--yO5mq .ant-modal-body {
  padding: 0 24px 18px;
  margin-top: 12px;
}
.index-module--select-modal--yO5mq .ant-modal-header {
  border-bottom: none;
  padding: 24px 24px 0;
}
.index-module--select-modal--yO5mq .ant-modal-footer {
  border-top: none;
  padding-bottom: 18px;
}
.index-module--select-modal--yO5mq .ant-modal-footer .ant-btn:first-child {
  background: #fff;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.index-module--select-modal--yO5mq .ant-form-item:last-child {
  margin-bottom: 0;
  justify-content: flex-end;
}
.index-module--select-modal--yO5mq .ant-form-item:last-child .ant-form-item-control-input-content {
  display: flex;
  justify-content: flex-end;
}
.index-module--select-modal--yO5mq .ant-btn {
  width: 64px;
  height: 32px;
  min-width: initial;
  font-size: 14px;
  border: none;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
}
.index-module--select-modal--yO5mq .ant-btn:first-child {
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.index-module--select-modal--yO5mq .ant-btn:first-child:hover {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.index-module--select-modal--yO5mq .ant-btn:first-child:active {
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
}
.index-module--select-modal--yO5mq .ant-btn:hover {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
}
.index-module--select-modal--yO5mq .ant-btn:active {
  background: #445fe5;
  background: var(--Brand-7, #445fe5);
}
.index-module--select-modal--yO5mq .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
  box-shadow: none;
}
.index-module--select-modal--yO5mq .ant-select-item-option-active {
  background: #f6f7fa;
}

.index-module--info-title--3dXPG {
  display: flex;
  align-items: center;
}

.index-module--info-content--A7Gk7 {
  color: #747a8c;
  font-size: 14px;
  line-height: 22px;
}

.index-module--btn-group--2hT3s {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.index-module--btn-group--2hT3s .index-module--cancel-btn--dqvB-,
.index-module--btn-group--2hT3s .index-module--submit-btn--0IdZb,
.index-module--btn-group--2hT3s .index-module--submit-btn-disabled--b5tTG {
  cursor: pointer;
  color: #fe5b4c;
  padding: 5px 24px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #fe5b4c;
  outline: none;
}
.index-module--btn-group--2hT3s .index-module--cancel-btn--dqvB- {
  background: #fff;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  margin-right: 12px;
}
.index-module--btn-group--2hT3s .index-module--cancel-btn--dqvB-:hover {
  background: #fff;
}
.index-module--btn-group--2hT3s .index-module--cancel-btn--dqvB-:active {
  background: #fff;
}
.index-module--btn-group--2hT3s .index-module--submit-btn-disabled--b5tTG {
  background: #b7c3ff;
  background: var(--Brand-3, #b7c3ff);
}
.index-module--btn-group--2hT3s .index-module--submit-btn-disabled--b5tTG:hover {
  background: #b7c3ff;
  background: var(--Brand-3, #b7c3ff);
}
.index-module--btn-group--2hT3s .index-module--submit-btn-disabled--b5tTG:active {
  background: #b7c3ff;
  background: var(--Brand-3, #b7c3ff);
}
@charset "UTF-8";
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb {
  margin-top: 8px;
  color: #272e47;
  color: var(--text-5, #272e47);
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--title--4Poni {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--title-right--Sjpra {
  display: flex;
  align-items: center;
  margin-right: -8px;
  color: #545a6e !important;
  color: var(--text-4, #545a6e) !important;
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--title-right--Sjpra .ant-checkbox-wrapper {
  color: #545a6e !important;
  color: var(--text-4, #545a6e) !important;
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--title--4Poni .index-module--remove--pKJWK {
  display: flex;
  align-items: center;
  line-height: 22px;
  cursor: pointer;
  color: #545a6e !important;
  color: var(--text-4, #545a6e) !important;
  filter: grayscale(100%);
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--title--4Poni .index-module--remove--pKJWK:hover {
  color: rgb(76, 106, 255);
  filter: none;
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--container--4EeJ6 {
  display: flex;
  width: 436px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 4px;
  background: #f8f9fa;
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--container--4EeJ6 .index-module--purpose--z\+3OG {
  font-size: 12px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  line-height: 20px;
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--container--4EeJ6 .sirius-select-front {
  color: #272e47;
  color: var(--text-5, #272e47);
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--container--4EeJ6 .sirius-select-ui-front {
  color: #272e47;
  color: var(--text-5, #272e47);
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--container--4EeJ6 .index-module--other-comp--PZCyZ {
  width: 100%;
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--container--4EeJ6 .index-module--other-comp--PZCyZ .index-module--input--FFh9s {
  margin-bottom: 12px;
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--container--4EeJ6 .index-module--other-comp--PZCyZ .index-module--input--FFh9s::placeholder,
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--container--4EeJ6 .index-module--other-comp--PZCyZ .index-module--input--FFh9s textarea::placeholder {
  color: #9fa2ad;
  color: var(--text-2, #9fa2ad);
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--container--4EeJ6 .ant-form-item {
  width: 100%;
  margin-bottom: 0px;
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--time--A81kH {
  display: flex;
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--time--A81kH .index-module--time-text--NJ3yR {
  display: inline-block;
  height: 32px;
  line-height: 32px;
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--time--A81kH .ant-form-item-explain-error {
  position: relative;
  left: -56px;
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--time--A81kH .index-module--time-input--bv\+5h {
  width: 94px;
  margin: 0px 12px;
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--interval--7zynX {
  padding-bottom: 0px;
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline--YnpVb .index-module--interval--7zynX .ant-timeline-item-head-custom {
  margin-top: 5px;
}
.index-module--custom-plan-drawer--iWZiK .ant-timeline-item {
  padding-bottom: 25px;
}
.index-module--custom-plan-drawer--iWZiK .ant-timeline-item-content {
  margin-left: 22px;
}
.index-module--custom-plan-drawer--iWZiK .ant-timeline-item-tail {
  border-left: 1px solid #e1e3e8;
}
.index-module--custom-plan-drawer--iWZiK .index-module--timeline-add--D1LgF {
  margin-top: 0px;
  color: #4c6aff;
  cursor: pointer;
}
.index-module--custom-plan-drawer--iWZiK .ant-drawer-body {
  padding-top: 0px;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--custom-plan-drawer--iWZiK .ant-drawer-body::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--custom-plan-drawer--iWZiK .ant-drawer-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--custom-plan-drawer--iWZiK .ant-drawer-body::-webkit-scrollbar-button {
  display: none;
}
.index-module--custom-plan-drawer--iWZiK .ant-drawer-body::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--custom-plan-drawer--iWZiK .ant-drawer-body::-webkit-scrollbar-thumb:hover {
  background: #dddddd;
}
.index-module--custom-plan-drawer--iWZiK .ant-drawer-body::-webkit-scrollbar-corner {
  display: none;
}
.index-module--custom-plan-drawer--iWZiK .index-module--footer--VS6rT {
  display: flex;
  justify-content: flex-end;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.plan-module--bg--ya5Pi {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/static/hosting_bg-7411431dd3915ccf5607f2395b8d2ecf.png);
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}

.plan-module--bg-white--Rvrlb {
  background-color: #fff;
}

.plan-module--common-root--lqJDt {
  padding: 16px 20px;
}

.plan-module--root--tpeRa {
  position: relative;
  width: 100%;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  overflow: auto;
  padding: 24px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan-module--root--tpeRa::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.plan-module--root--tpeRa::-webkit-scrollbar:horizontal {
  height: 6px;
}
.plan-module--root--tpeRa:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.plan-module--root--tpeRa:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.plan-module--root--tpeRa:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.plan-module--root--tpeRa:hover::-webkit-scrollbar-button {
  display: none;
}
.plan-module--root--tpeRa:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.plan-module--root--tpeRa:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.plan-module--root--tpeRa:hover::-webkit-scrollbar-corner {
  display: none;
}
.plan-module--root--tpeRa .plan-module--ai-hosting-tips--Zadtq {
  padding: 6px 8px;
  position: absolute;
  height: 28px;
  top: 8px;
  right: 8px;
  border-radius: 4px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 12px;
}
.plan-module--root--tpeRa .plan-module--ai-hosting-tips--Zadtq .plan-module--tips-item--yeKfy {
  display: flex;
  gap: 4px;
  align-items: center;
}
.plan-module--root--tpeRa .plan-module--ai-hosting-tips--Zadtq .plan-module--tips-item--yeKfy .plan-module--tips-item-icon--OJrnL {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.plan-module--root--tpeRa .plan-module--ai-hosting-tips--Zadtq .plan-module--tips-item--yeKfy .plan-module--tips-item-desc--NHthj {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.plan-module--root--tpeRa .plan-module--body--AHyv5 {
  display: flex;
  flex-direction: column;
  max-width: inherit;
  gap: 16px;
}
.plan-module--root--tpeRa .plan-module--footer--cpA7i {
  position: absolute;
  height: 52px;
  width: 100%;
  bottom: 16px;
  gap: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.plan-module--header--hlWVC {
  padding: 12px 0 14px;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.plan-module--header--hlWVC .plan-module--title--zU\+v\+ {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.plan-module--header--hlWVC .plan-module--ai--2EgWW {
  cursor: pointer;
  padding: 4px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: linear-gradient(268deg, #f5f3ff 8.17%, #f3f7fe 45.32%, #eff3ff 89.61%);
  height: 28px;
  border-radius: 4px;
}
.plan-module--header--hlWVC .plan-module--ai--2EgWW .plan-module--title--zU\+v\+ {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  background: linear-gradient(91deg, #35a8fc 1.04%, #436bfa 50.51%, #a275ff 107.67%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan-module--header--hlWVC .plan-module--desc--M9SSz {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 8px;
  border-radius: 4px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  background: #f2f7fe;
  background: var(--Link-1, #f2f7fe);
}

.plan-module--page-loading--7-XoE {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.plan-module--page-loading--7-XoE .sirius-spin {
  display: inline-block;
}
.plan-module--page-loading--7-XoE .ant-spin-text {
  font-size: 12px;
  color: rgba(38, 42, 51, 0.5);
}

.plan-module--progress-wrapper--3WjIy {
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #ebedf2;
}
.plan-module--progress-wrapper--3WjIy .plan-module--percent--W8JHw {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #272e47;
  margin: 12px 0px 12px 0px;
}
.plan-module--progress-wrapper--3WjIy .plan-module--info--WVLvh {
  font-size: 14px;
  line-height: 22px;
  color: #7a8599;
  margin-bottom: 12px;
}
.plan-module--progress-wrapper--3WjIy .ant-progress-line {
  width: 320px;
}
.plan-module--progress-wrapper--3WjIy .ant-progress-bg {
  height: 6px;
}

.plan-module--flex---xJsu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.plan-module--select-modal--xCv3G .ant-modal-body {
  padding: 0 24px 18px;
  margin-top: 12px;
}
.plan-module--select-modal--xCv3G .ant-modal-header {
  border-bottom: none;
  padding: 24px 24px 0;
}
.plan-module--select-modal--xCv3G .ant-modal-footer {
  border-top: none;
  padding-bottom: 18px;
}
.plan-module--select-modal--xCv3G .ant-modal-footer .ant-btn:first-child {
  background: #fff;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.plan-module--select-modal--xCv3G .ant-form-item:last-child {
  margin-bottom: 0;
  justify-content: flex-end;
}
.plan-module--select-modal--xCv3G .ant-form-item:last-child .ant-form-item-control-input-content {
  display: flex;
  justify-content: flex-end;
}
.plan-module--select-modal--xCv3G .ant-btn {
  width: 64px;
  height: 32px;
  min-width: initial;
  font-size: 14px;
  border: none;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
}
.plan-module--select-modal--xCv3G .ant-btn:first-child {
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.plan-module--select-modal--xCv3G .ant-btn:first-child:hover {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.plan-module--select-modal--xCv3G .ant-btn:first-child:active {
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
}
.plan-module--select-modal--xCv3G .ant-btn:hover {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
}
.plan-module--select-modal--xCv3G .ant-btn:active {
  background: #445fe5;
  background: var(--Brand-7, #445fe5);
}
.plan-module--select-modal--xCv3G .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
  box-shadow: none;
}
.plan-module--select-modal--xCv3G .ant-select-item-option-active {
  background: #f6f7fa;
}

.plan-module--info-title--QXoni {
  display: flex;
  align-items: center;
}

.plan-module--info-content--p2q5d {
  color: #747a8c;
  font-size: 14px;
  line-height: 22px;
}

.plan-module--btn-group--5Gec5 {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.planList-module--root--O56\+v {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  background: #fff;
  width: 252px;
  min-width: 252px;
  max-width: 252px;
  height: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  gap: 20px;
  border-left: 1px solid #ebedf2;
  border-left: 1px solid var(--Line-2, #ebedf2);
}
.planList-module--root--O56\+v::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.planList-module--root--O56\+v::-webkit-scrollbar:horizontal {
  height: 6px;
}
.planList-module--root--O56\+v:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.planList-module--root--O56\+v:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.planList-module--root--O56\+v:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.planList-module--root--O56\+v:hover::-webkit-scrollbar-button {
  display: none;
}
.planList-module--root--O56\+v:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.planList-module--root--O56\+v:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.planList-module--root--O56\+v:hover::-webkit-scrollbar-corner {
  display: none;
}
.planList-module--root--O56\+v .planList-module--new-empty--Bh9Nb {
  cursor: pointer;
  border-radius: 4px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  height: 94px;
  min-height: 94px;
  max-height: 94px;
  width: 100%;
  border: 1px dashed #e1e3e8;
  border: 1px dashed var(--Fill-4, #e1e3e8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.planList-module--root--O56\+v .planList-module--new-empty--Bh9Nb .planList-module--action--E3a0i {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.planList-module--root--O56\+v .planList-module--new-empty--Bh9Nb .planList-module--action--E3a0i .planList-module--icon--q7-UI {
  width: 32px;
  height: 32px;
}
.planList-module--root--O56\+v .planList-module--new-empty--Bh9Nb .planList-module--action--E3a0i .planList-module--title--uTxRo {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.planList-module--root--O56\+v .planList-module--list--UAuKr {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.planList-module--root--O56\+v .planList-module--list--UAuKr .planList-module--title--uTxRo {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 {
  cursor: pointer;
  width: 100%;
  height: 92px;
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.planList-module--root--O56\+v .planList-module--item--Q2b64:hover {
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 .planList-module--AiHostingPlanHeader--4kmLc {
  width: 100%;
  height: 2px;
  border-radius: 4px 4px 0px 0px;
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 .planList-module--AiHostingPlan--CF4g8 {
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  height: 100%;
  gap: 8px;
  box-shadow: 0px 3px 8px rgba(47, 83, 134, 0.04);
  border-radius: 4px;
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 .planList-module--AiHostingPlan--CF4g8:hover .planList-module--delete--OteIg {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 .planList-module--AiHostingPlan--CF4g8 .planList-module--delete--OteIg {
  display: none;
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 .planList-module--AiHostingPlan--CF4g8 .planList-module--header--Lf4Ag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 .planList-module--AiHostingPlan--CF4g8 .planList-module--header--Lf4Ag .planList-module--left--OasxY {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 .planList-module--AiHostingPlan--CF4g8 .planList-module--header--Lf4Ag .planList-module--icon--q7-UI {
  width: 20px;
  height: 20px;
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 .planList-module--AiHostingPlan--CF4g8 .planList-module--header--Lf4Ag .planList-module--title--uTxRo {
  margin: 0px 8px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 .planList-module--AiHostingPlan--CF4g8 .planList-module--header--Lf4Ag .planList-module--tag--t8D9V {
  margin-right: 4px;
  font-size: 12px;
  line-height: 16px;
  border: 0.5px solid #83b3f7;
  border-radius: 2px;
  padding: 2px 6px;
  height: 20px;
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 .planList-module--AiHostingPlan--CF4g8 .planList-module--header--Lf4Ag .planList-module--tag-custom--KLJCF {
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  border-color: #c0c8d6;
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 .planList-module--AiHostingPlan--CF4g8 .planList-module--body--mHpeI {
  height: 32px;
  min-height: 32px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 .planList-module--AiHostingPlan--CF4g8 .planList-module--body--mHpeI .planList-module--left--OasxY {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 .planList-module--AiHostingPlan--CF4g8 .planList-module--body--mHpeI .planList-module--left--OasxY .planList-module--bold--lzrUV {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: LX-numbers;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 .planList-module--AiHostingPlan--CF4g8 .planList-module--body--mHpeI .planList-module--middle--QjuXB {
  width: 16px;
  height: 16px;
  color: #e1e3e8;
  color: var(--Line-3, #e1e3e8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.planList-module--root--O56\+v .planList-module--item--Q2b64 .planList-module--AiHostingPlan--CF4g8 .planList-module--body--mHpeI .planList-module--right--ain6m {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  gap: 4px;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X {
  width: 322px;
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-desc--QaraO {
  display: flex;
  gap: 4px;
  align-items: center;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-desc--QaraO .planList-module--popover-desc-icon--fliBg {
  width: 2px;
  height: 14px;
  align-self: flex-start;
  margin-top: 4px;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-desc--QaraO .planList-module--popover-desc-label---D-WQ {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-tag--ARPsm {
  margin-top: 4px;
  height: 23px;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-tag--ARPsm .planList-module--popover-tag-item--il2t4, .planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-tag--ARPsm .planList-module--template3-style--hBB2r, .planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-tag--ARPsm .planList-module--template2-style--1eTnh, .planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-tag--ARPsm .planList-module--template1-style--sFNa0, .planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-tag--ARPsm .planList-module--template0-style--gYzwu {
  margin-right: 4px;
  border-radius: 2px;
  padding: 2px 6px 2px 6px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-tag--ARPsm .planList-module--template0-style--gYzwu {
  border: 0.5px solid #83b3f7;
  color: #4759b2;
  color: var(--label-13, #4759b2);
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-tag--ARPsm .planList-module--template1-style--sFNa0 {
  border: 0.5px solid #bb98fe;
  color: #7a51cb;
  color: var(--label-13, #7a51cb);
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-tag--ARPsm .planList-module--template2-style--1eTnh {
  border: 0.5px solid #66e0cc;
  color: #398e80;
  color: var(--label-13, #398e80);
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-tag--ARPsm .planList-module--template3-style--hBB2r {
  border: 0.5px solid #ffb54c;
  color: #cc913d;
  color: var(--label-13, #cc913d);
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-detail--k0RTk {
  display: flex;
  flex-direction: column;
  padding: 12px;
  gap: 4px;
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  border-radius: 4px;
  margin-top: 16px;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-detail--k0RTk .planList-module--detail-item--6qxQS {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-detail--k0RTk .planList-module--detail-item--6qxQS .planList-module--detail-item-top--FJA-8 {
  display: flex;
  gap: 8px;
  align-items: center;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-detail--k0RTk .planList-module--detail-item--6qxQS .planList-module--detail-item-top--FJA-8 .planList-module--detail-item-left--CCnRr {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 88px;
  height: 48px;
  border-radius: 4px;
  background: #fff;
  flex-shrink: 0;
  align-items: center;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-detail--k0RTk .planList-module--detail-item--6qxQS .planList-module--detail-item-top--FJA-8 .planList-module--detail-item-left--CCnRr .planList-module--title-content-arrow--zbGax {
  position: absolute;
  width: 82px;
  height: 20px;
  top: 2px;
  left: 3px;
  background-image: url(/static/edm-recomand-plan-arrow-b73201ee461b75c2087278d3f1ec48ff.png);
  background-size: contain;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-detail--k0RTk .planList-module--detail-item--6qxQS .planList-module--detail-item-top--FJA-8 .planList-module--detail-item-left--CCnRr .planList-module--title-content-bottom--q-YoS {
  position: absolute;
  top: 22px;
  display: flex;
  gap: 4px;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-detail--k0RTk .planList-module--detail-item--6qxQS .planList-module--detail-item-top--FJA-8 .planList-module--detail-item-left--CCnRr .planList-module--title-content-bottom--q-YoS .planList-module--title-content-bottom-icon--bAUaJ {
  width: 16px;
  height: 16px;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-detail--k0RTk .planList-module--detail-item--6qxQS .planList-module--detail-item-top--FJA-8 .planList-module--detail-item-left--CCnRr .planList-module--title-content-bottom--q-YoS .planList-module--title-content-bottom-develop--KJ-Mt {
  background-image: url(/static/edm-recomand-plan-develop-d0dff3afb32df4e749b87fda4d1aa662.png);
  background-size: contain;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-detail--k0RTk .planList-module--detail-item--6qxQS .planList-module--detail-item-top--FJA-8 .planList-module--detail-item-left--CCnRr .planList-module--title-content-bottom--q-YoS .planList-module--title-content-bottom-goods--V\+bBg {
  background-image: url(/static/edm-recomand-plan-goods-02861597c50a42dad490706b15f3c5d8.png);
  background-size: contain;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-detail--k0RTk .planList-module--detail-item--6qxQS .planList-module--detail-item-top--FJA-8 .planList-module--detail-item-left--CCnRr .planList-module--title-content-bottom--q-YoS .planList-module--title-content-bottom-company--lc1IF {
  background-image: url(/static/edm-recomand-plan-company-ae864d0f3fdb2bcd5fa810cae80b0bd8.png);
  background-size: contain;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-detail--k0RTk .planList-module--detail-item--6qxQS .planList-module--detail-item-top--FJA-8 .planList-module--detail-item-left--CCnRr .planList-module--title-content-bottom--q-YoS .planList-module--title-content-bottom-contact--b6T2R {
  background-image: url(/static/edm-recomand-plan-contact-f2976f6826d5661f02c3f684a3244af6.png);
  background-size: contain;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-detail--k0RTk .planList-module--detail-item--6qxQS .planList-module--detail-item-top--FJA-8 .planList-module--detail-item-left--CCnRr .planList-module--title-content-bottom--q-YoS .planList-module--title-content-bottom-title--2A4Xk {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 16px;
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-detail--k0RTk .planList-module--detail-item--6qxQS .planList-module--detail-item-top--FJA-8 .planList-module--detail-item-right--ZekXk .planList-module--detail-item-right-desc--trSiO {
  margin-top: 4px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.planList-module--root--O56\+v .planList-module--popover-content--7T00X .planList-module--popover-detail--k0RTk .planList-module--detail-item--6qxQS .planList-module--detail-item-left-gap-arrow--IiCMU {
  width: 14px;
  height: 15.6px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFKSURBVHgB7ZdRToMwGID/oiY+zhdjlzHWI+wInERvIJ7A7QbzBnoSjzBuALhEfJM3XTLa/S0Z2RaglI099UtIgf7lo0D/FgIaktWPAAM894E01TtwYazQCq3QCq3QCvWQZJXOsHiFiyDmarLESXaBxTP0Cn/z3GFQzs7JV/oOhDxCHwjx4Y3pk9wt3yHPbwN8tCGcn5Dn/8Hu4GD9EUW/A+dmvQQBEzgHAmKe/00ZY9nu1MFXythdxq+Ej7cRw6komfD3ZZLKFVaUphMnJ5+de1rKaHxcVbukU9KNs8TWAzCCZHzDp1UySe3AZ5TGnBBfXgBMZNimTtYoVNLRfcgFf4GWyFjZpilGm9rYmOL4bCHFGBWroVUu9UbDhUxL9RFiXsToIWBAdd5FmUtn0Bcy78ofnGL7btWr06WYd1Xu7cA1dKDIuwajZY8tcKeC+Jqf8IIAAAAASUVORK5CYII=);
  background-size: contain;
  margin-left: 37px;
}

.planList-module--select-modal--9wbvV .ant-modal-body {
  padding: 0 24px 18px;
  margin-top: 12px;
}
.planList-module--select-modal--9wbvV .ant-modal-header {
  border-bottom: none;
  padding: 24px 24px 0;
}
.planList-module--select-modal--9wbvV .ant-modal-footer {
  border-top: none;
  padding-bottom: 18px;
}
.planList-module--select-modal--9wbvV .ant-modal-footer .ant-btn:first-child {
  background: #fff;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.planList-module--select-modal--9wbvV .ant-form-item:last-child {
  margin-bottom: 0;
  justify-content: flex-end;
}
.planList-module--select-modal--9wbvV .ant-form-item:last-child .ant-form-item-control-input-content {
  display: flex;
  justify-content: flex-end;
}
.planList-module--select-modal--9wbvV .ant-btn {
  width: 64px;
  height: 32px;
  min-width: initial;
  font-size: 14px;
  border: none;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
}
.planList-module--select-modal--9wbvV .ant-btn:first-child {
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.planList-module--select-modal--9wbvV .ant-btn:first-child:hover {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.planList-module--select-modal--9wbvV .ant-btn:first-child:active {
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
}
.planList-module--select-modal--9wbvV .ant-btn:hover {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
}
.planList-module--select-modal--9wbvV .ant-btn:active {
  background: #445fe5;
  background: var(--Brand-7, #445fe5);
}
.planList-module--select-modal--9wbvV .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
  box-shadow: none;
}
.planList-module--select-modal--9wbvV .ant-select-item-option-active {
  background: #f6f7fa;
}

.planList-module--info-title--TCDOz {
  display: flex;
  align-items: center;
}

.planList-module--info-content--Y7WYG {
  color: #747a8c;
  font-size: 14px;
  line-height: 22px;
}

.planList-module--btn-group--iQnqL {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.planList-module--btn-group--iQnqL .planList-module--cancel-btn--uAS9a,
.planList-module--btn-group--iQnqL .planList-module--submit-btn--l7OrB,
.planList-module--btn-group--iQnqL .planList-module--submit-btn-disabled--4G7vb {
  cursor: pointer;
  color: #fe5b4c;
  padding: 5px 24px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #fe5b4c;
  outline: none;
}
.planList-module--btn-group--iQnqL .planList-module--cancel-btn--uAS9a {
  background: #fff;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  margin-right: 12px;
}
.planList-module--btn-group--iQnqL .planList-module--cancel-btn--uAS9a:hover {
  background: #fff;
}
.planList-module--btn-group--iQnqL .planList-module--cancel-btn--uAS9a:active {
  background: #fff;
}
.planList-module--btn-group--iQnqL .planList-module--submit-btn-disabled--4G7vb {
  background: #b7c3ff;
  background: var(--Brand-3, #b7c3ff);
}
.planList-module--btn-group--iQnqL .planList-module--submit-btn-disabled--4G7vb:hover {
  background: #b7c3ff;
  background: var(--Brand-3, #b7c3ff);
}
.planList-module--btn-group--iQnqL .planList-module--submit-btn-disabled--4G7vb:active {
  background: #b7c3ff;
  background: var(--Brand-3, #b7c3ff);
}
@keyframes selectTaskVideoHidden {
  0% {
    top: calc(100% - 250px);
    right: 15px;
    opacity: 1;
  }
  100% {
    transform-origin: 100% 0;
    transform: scale(0.6, 0.6);
    top: 105px;
    right: 85px;
    opacity: 0.8;
  }
}
@keyframes aiHostingVideoHidden {
  0% {
    top: calc(100% - 250px);
    right: 15px;
    opacity: 1;
  }
  100% {
    transform-origin: 0 100%;
    transform: scale(0.2, 0.2);
    top: 380px;
    right: 475px;
    opacity: 0.2;
  }
}
.lx-float-video {
  position: absolute;
  border-radius: 7px;
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
  overflow: hidden;
}
.lx-float-video video {
  width: 100%;
  height: 100%;
}
.lx-float-video .lx-float-video-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.24) 22.9%, rgba(0, 0, 0, 0.08) 33.51%, rgba(0, 0, 0, 0) 45%);
}
.lx-float-video .lx-float-video-hover:hover {
  opacity: 1;
}
.lx-float-video .header {
  margin: 0;
  padding: 14px 16px;
  display: flex;
  align-items: center;
}
.lx-float-video .title {
  width: 288px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.lx-float-video .magnify-icon {
  margin-right: 12px;
}
.lx-float-video .muted-icon {
  margin: 0 12px;
}
.lx-float-video .close-icon,
.lx-float-video .muted-icon,
.lx-float-video .magnify-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.lx-float-video.selectTaskHidden {
  animation: selectTaskVideoHidden 1s linear;
}

.lx-float-video.aiHostingHidden {
  animation: aiHostingVideoHidden 1s linear;
}

.lx-video-modal .ant-modal-body {
  padding: 0 24px 24px;
}
.lx-video-modal .ant-modal-body video {
  width: 100%;
  height: 100%;
}
.lx-video-modal .ant-modal-header {
  border-bottom: none;
  padding: 20px 24px;
}
.ContactsSetting-module--wrap---SVIi {
  padding: 16px;
}
.ContactsSetting-module--wrap---SVIi .ant-select-selection-overflow {
  max-height: 100px !important;
}
.ContactsSetting-module--wrap---SVIi .ant-modal-body {
  padding: 0 !important;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--header--xFIVx {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--header-title--HOp0\+ {
  color: #272e47;
  color: var(----Text-5-, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--header-info--Reto2 {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--header-help--yszoj {
  cursor: pointer;
  display: flex;
  gap: 4px;
  align-items: center;
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ant-form-vertical .ant-form-item {
  flex-direction: row;
  gap: 8px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ant-form-vertical .ant-form-item-label {
  line-height: 32px;
  padding-bottom: 4px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-line--CVwGz {
  width: 2px;
  height: 14px;
  left: 0;
  display: inline-block;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  margin-top: 9px;
  margin-right: 8px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-title--mbSzg {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 16px 0 8px 0;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-btn--awLJj {
  margin-left: 8px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-wrap--\+8mAT {
  position: relative;
  border-radius: 4px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  padding: 16px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-wrap--\+8mAT .ContactsSetting-module--form-left--rHHqY {
  display: flex;
  position: relative;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-wrap--\+8mAT .ContactsSetting-module--form-left--rHHqY .ant-form-item {
  margin-bottom: 0px !important;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-wrap--\+8mAT .ContactsSetting-module--form-tip--KjxCS {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 0 112px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-wrap--\+8mAT .ContactsSetting-module--form-tool-tip--Qtwwj {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  margin-left: 12px;
  margin-top: 5px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-wrap--\+8mAT .ContactsSetting-module--placeholder-light--zPWJ4 {
  width: 430px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-wrap--\+8mAT .ContactsSetting-module--placeholder-light--zPWJ4 .sirius-cascader-select-selection-placeholder {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-wrap--\+8mAT .ContactsSetting-module--form-label--wdpsw {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 4px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-wrap--\+8mAT .ContactsSetting-module--form-labels--FA3n0 {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-content--Y-ce8 {
  display: flex;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-feature--5P4dl {
  margin-top: 12px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-feature--5P4dl .ContactsSetting-module--form-line--CVwGz {
  margin-top: 0;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-feature--5P4dl .ContactsSetting-module--form-left--rHHqY {
  margin-top: 8px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-feature-title--x4L62 {
  display: flex;
  align-items: center;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-feature-list--SU8Tg {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-feature-item--qxt9M {
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background-color: #fff;
  padding: 12px 16px;
  display: flex;
  gap: 8px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-feature-check--U5YrF {
  display: flex;
  flex-direction: column;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-feature-title--x4L62 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-feature-desc--4lwdN {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-feature-item-head--NXwB0 {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-feature-item-title--eE\+xj {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ContactsSetting-module--form-feature-item-desc--LUhCE {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ant-divider-vertical {
  margin: 2px 4px 0 !important;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--set-wrap--VvZzy .ant-form-item-explain {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  min-height: auto;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--contact-wrap--SP0k5 {
  margin-top: 16px;
}
.ContactsSetting-module--wrap---SVIi .ContactsSetting-module--contact-wrap--SP0k5 .ContactsSetting-module--contact-title--DJRMl {
  color: #272e47;
  color: var(----Text-5-, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}

.ContactsSetting-module--trend-wrap--LMlxg {
  margin: 16px 0;
}
.ContactsSetting-module--trend-wrap--LMlxg .ContactsSetting-module--trend-map--jKFoe {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.ContactsSetting-module--trend-wrap--LMlxg .ContactsSetting-module--trend-map--jKFoe .ContactsSetting-module--trend-label--paVaQ {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.ContactsSetting-module--trend-wrap--LMlxg .ContactsSetting-module--trend-map--jKFoe .ContactsSetting-module--trend-box--C-\+43 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
  margin-right: 8px;
}
.ContactsSetting-module--trend-wrap--LMlxg .ContactsSetting-module--trend-map--jKFoe .ContactsSetting-module--trend-box--C-\+43 .ContactsSetting-module--trend-item--SqbQn {
  width: 20px;
  height: 12px;
  border-radius: 1px;
}
.ContactsSetting-module--trend-wrap--LMlxg .ContactsSetting-module--trend-map--jKFoe .ContactsSetting-module--trend-box--C-\+43 .ContactsSetting-module--trend-item-border--bhVGA {
  border: 1px solid #000;
}
.ContactsSetting-module--trend-wrap--LMlxg .ContactsSetting-module--trend-map--jKFoe .ContactsSetting-module--trend-info--c\+Uo- {
  color: #4759b2;
  color: var(--label-13, #4759b2);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.ContactsSetting-module--trend-wrap--LMlxg .ContactsSetting-module--trend-intro--5L\+iK {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.ContactsSetting-module--edit-modal--g4rp2 {
  padding: 20px;
}
.ContactsSetting-module--edit-modal--g4rp2 .ContactsSetting-module--edit-modal-title--kK5rh {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.ContactsSetting-module--edit-modal--g4rp2 .ContactsSetting-module--edit-modal-radio--Yduoj {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.ContactsSetting-module--edit-modal--g4rp2 .ContactsSetting-module--edit-modal-desc--nfNkY {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}

.ContactsSetting-module--aiextendword--GMcgL {
  display: inline-block;
  background-image: url(/static/aiextendword-610fbe640a8a1243208626da72efd3a6.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 69px;
  height: 24px;
  visibility: visible;
  border: none !important;
  margin-top: 4px;
}
.ContactsSetting-module--aiextendword--GMcgL:hover {
  background-color: white;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--rcmd-Wrapper--u1GYN {
  background-image: url(/static/aiExtendWordBGNew-2363e9d09a0efd5cfe8245ca0a630f41.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  padding: 16px;
  overflow: hidden;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--left-top--L\+z2a {
  position: absolute;
  left: 0;
  top: 0;
  width: 206px;
  height: 64px;
  background-image: url(/static/rcmdbg-08157ea642f4d37f3d9a8a1d34441125.png);
  background-size: 206px 64px;
  background-position: center;
  padding-left: 12px;
  display: flex;
  align-items: center;
  border-radius: 8px 0 0 0;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--left-top--L\+z2a .index-module--robot--p2Y9T {
  width: 40px;
  height: 40px;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--left-top--L\+z2a .index-module--ai-icon--dL75C {
  display: inline-block;
  width: 22px;
  height: 14px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAArMezNAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADxSURBVHgBjVLBEYIwEDwY/2IFpgMpgRIowRLsgLEDOsAStALsAKgArACtIJqZROKyAfcBuWRvb3M5kQC01pmeowlwT8AbYwmjIHtJgJtB3MUBBxkhGyjh2EPcSkC4tleqSTsSwkfkTNTvrSJJaoHvkC65rQJuMuDjw2mzH2N1mXp7tv8n1FYrcTsTlmkSLlEUDXb9Ag72+ADxw3w2wt123pW3K8IpcyyecK3/Q+XlpOQ8/zomvb17NQv5nemdt1Yyx8Dc9sj67JXgaNR2ltmZy4vB7Y04uEJsRI92jQ/XMbcGKRF2s9pbTuN41r2P0uW8AUmdlxXFYs7HAAAAAElFTkSuQmCC);
  background-size: 22px 14px;
  background-position: center;
  margin: 0 4px;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--left-top--L\+z2a .index-module--title---VBGf {
  color: #fff;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--operate-wrapper--wTtIp {
  display: flex;
  padding-bottom: 7px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #b9bdff 0%, #cfc2ff 75%, #dcc2ff 100%);
  border-image-slice: 1;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--operate-wrapper--wTtIp .index-module--list--EkmwO {
  display: flex;
  flex: 1 1;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--operate-wrapper--wTtIp .index-module--list--EkmwO p {
  margin: 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--operate-wrapper--wTtIp .index-module--list--EkmwO .index-module--select--9Nf\+F {
  margin: 0 12px;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--operate-wrapper--wTtIp .index-module--operate--NTbWH {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--operate-wrapper--wTtIp .index-module--operate--NTbWH:last-child {
  margin-right: -8px;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--operate-wrapper--wTtIp .index-module--operate--NTbWH .index-module--translate--w3Sai {
  margin: 0;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px;
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  background-color: #fff;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--operate-wrapper--wTtIp .index-module--operate--NTbWH .index-module--translate--w3Sai.index-module--on--JzYyY {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  color: #fff;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--operate-wrapper--wTtIp .index-module--operate--NTbWH .index-module--line--acoKc {
  margin: 0 12px;
  height: 10px;
  width: 1px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.index-module--rcmd-Wrapper--u1GYN .index-module--operate-wrapper--wTtIp .index-module--operate--NTbWH .index-module--product--2rIn8 {
  margin: 0 8px 0 16px;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--operate-wrapper--wTtIp .index-module--operate--NTbWH .index-module--customer--Ag3Yt {
  margin: 0 16px 0 0;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--operate-wrapper--wTtIp .index-module--operate--NTbWH .index-module--foldIcon--I2Qsr {
  display: flex;
  align-items: center;
  height: 22px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  margin: 0;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--operate-wrapper--wTtIp .index-module--operate--NTbWH .index-module--foldIcon--I2Qsr .sirius-icon {
  width: 16px;
  height: 22px;
  display: flex;
  align-items: center;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-content--YY2ve {
  display: inline-block;
  height: 364px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-content--YY2ve::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-content--YY2ve::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-content--YY2ve:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-content--YY2ve:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-content--YY2ve:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-content--YY2ve:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-content--YY2ve:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-content--YY2ve:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-content--YY2ve:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-list--omwq1 {
  display: flex;
  gap: 16px;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-list--omwq1 .index-module--header--Nxj7- {
  width: 130px;
  padding-top: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-list--omwq1 .index-module--header--Nxj7- .index-module--highlight--tiNVz {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-list--omwq1 .index-module--header--Nxj7- .sirius-icon {
  width: 16px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  font-size: 16px;
  vertical-align: -3px;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-list--omwq1 .index-module--container--ixQeU {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-list--omwq1 .index-module--container--ixQeU .index-module--empty--Y\+UIv {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 16px 0 0 0;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-list--omwq1 .index-module--container--ixQeU .index-module--item--ftNKd {
  margin: 16px 16px 0 0;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--res-list--omwq1 .index-module--container--ixQeU .index-module--item--ftNKd .index-module--translate--w3Sai {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 0 21px;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--more-tip--Z-zny {
  display: flex;
  height: 22px;
  align-items: center;
  color: #545a6e;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 16px 0 0 0;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--more-tip--Z-zny .sirius-icon {
  width: 16px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--no-res--7MFLc {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-top: 16px;
}
.index-module--rcmd-Wrapper--u1GYN .index-module--footer---l2i1 {
  margin: 16px -16px 0;
  padding-top: 16px;
  padding-right: 16px;
  border-top: 1px solid #e1e3e8;
  border-top: 1px solid var(--Line-3, #e1e3e8);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.index-module--tip-txt--YAmOV {
  margin: 0;
}
.index-module--tip-txt--YAmOV span {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.index-module--aiExtendWordM--qIkZT {
  display: inline-flex;
  align-items: center;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  margin-top: 5px;
}
.index-module--aiExtendWordM--qIkZT .sirius-icon {
  margin-right: 4px;
  height: 20px !important;
  width: 20px !important;
  display: inline-flex !important;
  align-items: center;
}

.index-module--rightLine--X3IpS {
  display: inline-block;
  height: 14px;
  width: 1px;
  background-color: rgb(183, 195, 255);
  margin-top: 9px;
  margin-left: 12px;
  margin-right: 12px;
}

.index-module--aiInputProduct--uLvtE {
  display: inline-block;
  background-image: url(/static/aiInputProduct-d27a92133647b7952e6124d8cb8124d9.png);
  background-size: 100% 32px;
  background-repeat: no-repeat;
  padding-left: 37px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.OpenAutoMarketing-module--split-line--SSCG- {
  width: 1px;
  height: 20px;
  background: #e1e3e8;
  margin: 0 8px;
}

.OpenAutoMarketing-module--auto-btn--l3tNI {
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
  background: var(---, #fff);
  padding: 2px 8px 2px 2px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.OpenAutoMarketing-module--auto-btn--l3tNI span {
  color: #272e47;
  color: var(----Text-5-, #272e47);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.OpenAutoMarketing-module--my-modal--fzhXI {
  max-height: 550px;
  overflow-y: auto;
  border-radius: 8px;
}
.OpenAutoMarketing-module--my-modal--fzhXI .ant-modal-content {
  position: relative;
}
.OpenAutoMarketing-module--my-modal--fzhXI .ant-modal-body {
  padding: 8px 20px 12px !important;
}
.OpenAutoMarketing-module--my-modal--fzhXI .OpenAutoMarketing-module--info--wQBnY {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  margin-left: 8px;
}

.OpenAutoMarketing-module--modal-wrap--QfFFq {
  height: 476px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq::-webkit-scrollbar:horizontal {
  height: 6px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.OpenAutoMarketing-module--modal-wrap--QfFFq:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq:hover::-webkit-scrollbar-button {
  display: none;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.OpenAutoMarketing-module--modal-wrap--QfFFq:hover::-webkit-scrollbar-corner {
  display: none;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .ant-form-item {
  margin-bottom: 0px !important;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .ant-form-vertical .ant-form-item {
  flex-direction: row;
  gap: 8px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .ant-form-vertical .ant-form-item-label {
  line-height: 32px;
  padding-bottom: 4px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--help--c1Qx7 {
  position: absolute;
  top: 21px;
  right: 50px;
  cursor: pointer;
  display: flex;
  gap: 4px;
  align-items: center;
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-line--xSpKM {
  width: 2px;
  height: 14px;
  left: 0;
  display: inline-block;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  margin-top: 9px;
  margin-right: 8px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-title--e7K0m {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 16px 0 8px 0;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-title--e7K0m:first-child {
  margin-top: 4px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-btn--LS8MV {
  margin-left: 8px;
  background-color: #fff;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--aiextendword--TiGHX {
  display: inline-block;
  background-image: url(/static/aiextendword-610fbe640a8a1243208626da72efd3a6.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 69px;
  height: 26px;
  visibility: visible;
  border: none !important;
  margin-top: 4px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--aiextendword--TiGHX:hover {
  background-color: white;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-wrap--arslW {
  position: relative;
  border-radius: 4px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  padding: 16px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-wrap--arslW .OpenAutoMarketing-module--form-left--SlyBB {
  display: flex;
  position: relative;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-wrap--arslW .OpenAutoMarketing-module--form-left--SlyBB .ant-form-item {
  margin-bottom: 0px !important;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-wrap--arslW .OpenAutoMarketing-module--form-tip--VHNUZ {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 0 112px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-wrap--arslW .OpenAutoMarketing-module--form-tool-tip--QV4qQ {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  margin-left: 12px;
  margin-top: 5px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-wrap--arslW .OpenAutoMarketing-module--placeholder-light--T92yl {
  width: 430px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-wrap--arslW .OpenAutoMarketing-module--placeholder-light--T92yl .sirius-cascader-select-selection-placeholder {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-wrap--arslW .OpenAutoMarketing-module--form-label--L1GQG {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 4px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-wrap--arslW .OpenAutoMarketing-module--form-labels--1e0ps {
  display: flex;
  align-items: center;
  gap: 4px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-content--\+vMb- {
  display: flex;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-feature--jAfzD {
  margin-top: 12px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-feature--jAfzD .OpenAutoMarketing-module--form-line--xSpKM {
  margin-top: 0;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-feature--jAfzD .OpenAutoMarketing-module--form-left--SlyBB {
  margin-top: 8px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-feature-title--9IZyc {
  display: flex;
  align-items: center;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-feature-list--7R0bY {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-feature-item--6UhWC {
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background-color: #fff;
  padding: 12px 16px;
  display: flex;
  gap: 8px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-feature-check--uuSRA {
  display: flex;
  flex-direction: column;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-feature-title--9IZyc {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-feature-desc--mG6RK {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-feature-item-head--33GlJ {
  display: flex;
  align-items: center;
  gap: 4px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-feature-item-title--r7mQj {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--form-feature-item-desc--ahvoc {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .ant-divider-vertical {
  margin: 2px 4px 0 !important;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .ant-form-item-explain {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  min-height: auto;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--trend-wrap--9dxzI .OpenAutoMarketing-module--trend-map--MEcvQ {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--trend-wrap--9dxzI .OpenAutoMarketing-module--trend-map--MEcvQ .OpenAutoMarketing-module--trend-label--Y8T4V {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--trend-wrap--9dxzI .OpenAutoMarketing-module--trend-map--MEcvQ .OpenAutoMarketing-module--trend-box--k83yU {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
  margin-right: 8px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--trend-wrap--9dxzI .OpenAutoMarketing-module--trend-map--MEcvQ .OpenAutoMarketing-module--trend-box--k83yU .OpenAutoMarketing-module--trend-item--eenfO {
  width: 20px;
  height: 12px;
  border-radius: 1px;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--trend-wrap--9dxzI .OpenAutoMarketing-module--trend-map--MEcvQ .OpenAutoMarketing-module--trend-box--k83yU .OpenAutoMarketing-module--trend-item-border--Zbs7K {
  border: 1px solid #000;
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--trend-wrap--9dxzI .OpenAutoMarketing-module--trend-map--MEcvQ .OpenAutoMarketing-module--trend-info--Ri\+e9 {
  color: #4759b2;
  color: var(--label-13, #4759b2);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.OpenAutoMarketing-module--modal-wrap--QfFFq .OpenAutoMarketing-module--trend-wrap--9dxzI .OpenAutoMarketing-module--trend-intro--nX8KJ {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.OpenAutoMarketing-module--my-dropdown--6akf9 {
  padding: 8px;
  display: flex;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #e1e3e8;
  border-bottom: 1px solid var(--Line-3, #e1e3e8);
  align-items: center;
  gap: 20px;
}
.OpenAutoMarketing-module--my-dropdown--6akf9 .OpenAutoMarketing-module--radio-item--KYpN9 {
  cursor: pointer;
  width: 101px;
  height: 24px;
  border-radius: 16px;
  background: #f6f7fa;
  background: var(---Fill-2, #f6f7fa);
  text-align: center;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.OpenAutoMarketing-module--my-dropdown--6akf9 .OpenAutoMarketing-module--radio-item-active--uYkRh {
  border: 1px solid #4c6aff;
  border: 1px solid var(---Brand-6, #4c6aff);
  background: #eff2ff;
  background: var(---Brand-2-, #eff2ff);
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.OpenAutoMarketing-module--dropdown-wrap--bmvg3 .sirius-cascader-menu-item {
  width: 222px;
}
.OpenAutoMarketing-module--dropdown-wrap--bmvg3 .sirius-cascader-menu-item-expand {
  width: 134px !important;
}

.OpenAutoMarketing-module--aitaciModal--ao398 .ant-modal-body {
  padding: 0 !important;
}
.multipleSelectModal-module--custom-modal--HwUFN {
  display: flex;
  flex-direction: column;
  height: 316px;
}
.multipleSelectModal-module--custom-modal--HwUFN .multipleSelectModal-module--content--\+c46d {
  display: flex;
  flex-direction: column;
}
.multipleSelectModal-module--custom-modal--HwUFN .multipleSelectModal-module--content--\+c46d .multipleSelectModal-module--header--sv-3G {
  height: 60px;
}
.multipleSelectModal-module--custom-modal--HwUFN .multipleSelectModal-module--content--\+c46d .multipleSelectModal-module--header--sv-3G .multipleSelectModal-module--title--ATk5b {
  margin-top: 28px;
  margin-left: 28px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.multipleSelectModal-module--custom-modal--HwUFN .multipleSelectModal-module--content--\+c46d .multipleSelectModal-module--center--\+aoeJ {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 28px 0px 28px;
}
.multipleSelectModal-module--custom-modal--HwUFN .multipleSelectModal-module--content--\+c46d .multipleSelectModal-module--center--\+aoeJ .multipleSelectModal-module--tips--me-MD {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  white-space: pre-line;
}
.multipleSelectModal-module--custom-modal--HwUFN .multipleSelectModal-module--content--\+c46d .multipleSelectModal-module--center--\+aoeJ .ant-input {
  height: 100px;
}
.multipleSelectModal-module--custom-modal--HwUFN .multipleSelectModal-module--content--\+c46d .multipleSelectModal-module--footer--G4s7K {
  height: 74px;
  display: flex;
  justify-content: space-between;
  padding: 18px 28px 0px 0px;
}
.success-module--root--hCOTb {
  background: #fff;
  width: 100%;
  height: 100%;
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.success-module--root--hCOTb .success-module--header--7dsXa {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
  align-items: center;
  justify-content: flex-start;
}
.success-module--root--hCOTb .success-module--header--7dsXa .success-module--text-area--WlOhf {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.success-module--root--hCOTb .success-module--header--7dsXa .success-module--text-area--WlOhf .success-module--title--um0g4 {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.success-module--root--hCOTb .success-module--header--7dsXa .success-module--text-area--WlOhf .success-module--subTitle--gCUpb {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}

.success-module--action--APuLE {
  cursor: pointer;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border-radius: 4px;
  width: 324px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}
.success-module--action--APuLE .success-module--flex--PfE76 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.success-module--wrap--RFKbk .ant-modal-body {
  padding: 20px;
}

.success-module--ignore--ZCFiP {
  cursor: pointer;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.aiHostingPreConfigEdit-module--wrap--k5cZW {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f9fa;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW::-webkit-scrollbar:horizontal {
  height: 6px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.aiHostingPreConfigEdit-module--wrap--k5cZW:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW:hover::-webkit-scrollbar-button {
  display: none;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.aiHostingPreConfigEdit-module--wrap--k5cZW:hover::-webkit-scrollbar-corner {
  display: none;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv {
  flex-shrink: 0;
  text-align: center;
  height: calc(100% - 68px);
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  overflow: auto;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv::-webkit-scrollbar:horizontal {
  height: 6px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv:hover::-webkit-scrollbar-button {
  display: none;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv:hover::-webkit-scrollbar-corner {
  display: none;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj {
  display: inline-block;
  width: 992px;
  text-align: left;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 {
  padding: 18px 16px 0px 16px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--user-name--2BfTT {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #272e47;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--tips--ke1SC {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #545a6e;
  margin-top: 2px;
  margin-bottom: 12px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--image--Qmmzh {
  height: 146px;
  width: 960px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/static/pre-config-desc-new-9e6a26d201108da09de34a732b2feb94.png);
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--image2--0hbjT {
  background-image: url(/static/pre-config-desc2-ff512a8090fa0838c5c5bd66dffbb806.png);
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--portrait--O5PWk {
  margin-top: 16px;
  background-color: #fff;
  border-radius: 4px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--portrait--O5PWk .aiHostingPreConfigEdit-module--portrait-content--HtbJy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px 16px 16px 44px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--portrait--O5PWk .aiHostingPreConfigEdit-module--portrait-content--HtbJy .aiHostingPreConfigEdit-module--portrait-list-title--1uMJH {
  color: #272e47;
  width: 171px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 2px;
  margin-bottom: 12px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--portrait--O5PWk .aiHostingPreConfigEdit-module--portrait-content--HtbJy .aiHostingPreConfigEdit-module--portrait-list--wezza {
  display: flex;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--portrait--O5PWk .aiHostingPreConfigEdit-module--portrait-content--HtbJy .aiHostingPreConfigEdit-module--portrait-list--wezza .aiHostingPreConfigEdit-module--portrait-list-content---lPVt {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--portrait--O5PWk .aiHostingPreConfigEdit-module--portrait-content--HtbJy .aiHostingPreConfigEdit-module--portrait-list--wezza .aiHostingPreConfigEdit-module--portrait-list-content---lPVt .aiHostingPreConfigEdit-module--portrait-list-content-item--rwjY7 {
  background-color: #f6f7fa;
  border-radius: 4px;
  padding: 3px 12px 3px 12px;
  color: #272e47;
  font-size: 14px;
  font-weight: 400;
  width: 114px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 0;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--portrait--O5PWk .aiHostingPreConfigEdit-module--portrait-content--HtbJy .aiHostingPreConfigEdit-module--portrait-text--6n1SF {
  display: inline-block;
  width: 171px;
  flex: none;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--portrait--O5PWk .aiHostingPreConfigEdit-module--portrait-content--HtbJy .aiHostingPreConfigEdit-module--portrait-module--bE7fE .aiHostingPreConfigEdit-module--portrait-list--wezza:not(:first-child) {
  margin-top: 12px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--portrait--O5PWk .aiHostingPreConfigEdit-module--portrait-content--HtbJy .aiHostingPreConfigEdit-module--portrait-checkbox--csJld {
  flex: none;
  margin-top: 3px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  width: 171px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--portrait--O5PWk .aiHostingPreConfigEdit-module--portrait-content--HtbJy .aiHostingPreConfigEdit-module--portrait-checkbox--csJld .ant-checkbox + span {
  padding: 0 0 0 4px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--mail--ksQin {
  margin-top: 16px;
  background-color: #fff;
  border-radius: 4px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--mail--ksQin .aiHostingPreConfigEdit-module--mail-content--Q22Uv {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--mail--ksQin .aiHostingPreConfigEdit-module--mail-content--Q22Uv .aiHostingPreConfigEdit-module--mail-content-gap--ucU3J {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 24px;
  background-image: url(/static/pre-config-mail-content-gap.23806d67.svg);
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--mail--ksQin .aiHostingPreConfigEdit-module--mail-content--Q22Uv .aiHostingPreConfigEdit-module--mail-content-gap--ucU3J .aiHostingPreConfigEdit-module--mail-content-gap-title--2SWSG {
  color: #747a8c;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--mail--ksQin .aiHostingPreConfigEdit-module--mail-content--Q22Uv .aiHostingPreConfigEdit-module--mail-content-item--ztQUh {
  width: 112px;
  height: 112px;
  position: relative;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--mail--ksQin .aiHostingPreConfigEdit-module--mail-content--Q22Uv .aiHostingPreConfigEdit-module--mail-content-item--ztQUh .aiHostingPreConfigEdit-module--round1--mNnDW {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 42px;
  height: 16px;
  background-image: url(/static/pre-config-mail-round1.0fe68551.svg);
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--mail--ksQin .aiHostingPreConfigEdit-module--mail-content--Q22Uv .aiHostingPreConfigEdit-module--mail-content-item--ztQUh .aiHostingPreConfigEdit-module--round2--56-L\+ {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 42px;
  height: 16px;
  background-image: url(/static/pre-config-mail-round2.b5006b2b.svg);
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--mail--ksQin .aiHostingPreConfigEdit-module--mail-content--Q22Uv .aiHostingPreConfigEdit-module--mail-content-item--ztQUh .aiHostingPreConfigEdit-module--round3--YQYaB {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 42px;
  height: 16px;
  background-image: url(/static/pre-config-mail-round3.2d02c40c.svg);
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--mail--ksQin .aiHostingPreConfigEdit-module--mail-content--Q22Uv .aiHostingPreConfigEdit-module--mail-content-item--ztQUh .aiHostingPreConfigEdit-module--round4--stbbR {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 42px;
  height: 16px;
  background-image: url(/static/pre-config-mail-round4.262fcf79.svg);
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--mail--ksQin .aiHostingPreConfigEdit-module--mail-content--Q22Uv .aiHostingPreConfigEdit-module--mail-content-item--ztQUh:hover .aiHostingPreConfigEdit-module--mail-content-item-hover--pACgC {
  display: block;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--mail--ksQin .aiHostingPreConfigEdit-module--mail-content--Q22Uv .aiHostingPreConfigEdit-module--mail-content-item--ztQUh .aiHostingPreConfigEdit-module--mail-content-item-hover--pACgC {
  display: none;
  width: 112px;
  height: 112px;
  cursor: pointer;
  background-image: url(/static/pre-config-mail-content-item-hover.0bfd9bcd.svg);
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--mail--ksQin .aiHostingPreConfigEdit-module--mail-content--Q22Uv .aiHostingPreConfigEdit-module--mail-content-item-success--FRubF {
  background-image: url(/static/pre-config-mail-content-item-success.39a4b153.svg);
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--mail--ksQin .aiHostingPreConfigEdit-module--mail-content--Q22Uv .aiHostingPreConfigEdit-module--mail-content-item-wait--ei1j2 {
  background-image: url(/static/pre-config-mail-content-item-wait.c907b773.svg);
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--basic--P0VRX {
  margin-top: 16px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--basic--P0VRX .aiHostingPreConfigEdit-module--basic-content--E0D61 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 44px;
  margin-right: 16px;
  padding-bottom: 12px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--basic--P0VRX .aiHostingPreConfigEdit-module--basic-content--E0D61 .aiHostingPreConfigEdit-module--basic-list--DqYcj {
  display: flex;
  gap: 8px;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--basic--P0VRX .aiHostingPreConfigEdit-module--basic-content--E0D61 .aiHostingPreConfigEdit-module--basic-list--DqYcj .aiHostingPreConfigEdit-module--basic-list-item--zh0ul {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--top--IFKrv .aiHostingPreConfigEdit-module--body--pbHUj .aiHostingPreConfigEdit-module--content--d7Zt8 .aiHostingPreConfigEdit-module--basic--P0VRX .aiHostingPreConfigEdit-module--basic-content--E0D61 .aiHostingPreConfigEdit-module--basic-list--DqYcj .aiHostingPreConfigEdit-module--basic-list-item--zh0ul .aiHostingPreConfigEdit-module--item-tooltip--6O4Cm {
  margin-left: 12px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.aiHostingPreConfigEdit-module--wrap--k5cZW .aiHostingPreConfigEdit-module--bottom--IbW47 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  border-top: 1px solid #f0f1f5;
  padding-right: 20px;
  height: 52px;
  background-color: #fff;
  margin-top: 16px;
  width: 100%;
  flex-shrink: 0;
  min-width: 992px;
}

.aiHostingPreConfigEdit-module--edit-bottom--rCT2E {
  border-top: 1px solid #f0f1f5;
  padding-right: 16px;
  height: 52px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}

.aiHostingPreConfigEdit-module--edit-bottom-error--5Toig {
  border-top: 1px solid #f0f1f5;
  padding-right: 16px;
  padding-left: 16px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aiHostingPreConfigEdit-module--edit-bottom-error--5Toig .aiHostingPreConfigEdit-module--edit-bottom-left--2XMop {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-direction: row;
}
.aiHostingPreConfigEdit-module--edit-bottom-error--5Toig .aiHostingPreConfigEdit-module--edit-bottom-left--2XMop .aiHostingPreConfigEdit-module--edit-bottom-left-image--a-rbB {
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjciIGZpbGw9IiNGRTVCNEMiLz4KPHBhdGggZD0iTTggNC43VjguOTk5OTgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNOC42MDAzOSAxMS4xQzguNjAwMzkgMTEuNDMxNCA4LjMzMTc2IDExLjcgOC4wMDAzOSAxMS43QzcuNjY5MDIgMTEuNyA3LjQwMDM5IDExLjQzMTQgNy40MDAzOSAxMS4xQzcuNDAwMzkgMTAuNzY4NiA3LjY2OTAyIDEwLjUgOC4wMDAzOSAxMC41QzguMzMxNzYgMTAuNSA4LjYwMDM5IDEwLjc2ODYgOC42MDAzOSAxMS4xWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.aiHostingPreConfigEdit-module--edit-bottom-error--5Toig .aiHostingPreConfigEdit-module--edit-bottom-left--2XMop .aiHostingPreConfigEdit-module--edit-bottom-left-content--umfSh {
  color: #fe5b4c;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-family: PingFang SC;
}
.aiHostingPreConfigEdit-module--edit-bottom-error--5Toig .aiHostingPreConfigEdit-module--edit-bottom-right--34Bxy {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-direction: row-reverse;
}

.aiHostingPreConfigEdit-module--error-style--SUisn {
  border: 1px solid #fe5b4c;
}

.aiHostingPreConfigEdit-module--default-style--2mV0L {
  border: 1px solid #f0f1f5;
}

.aiHostingPreConfigEdit-module--title-comp--Bq0aj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
.aiHostingPreConfigEdit-module--title-comp--Bq0aj .aiHostingPreConfigEdit-module--title-comp-left--AvxUq {
  display: flex;
  gap: 8px;
  align-items: center;
}
.aiHostingPreConfigEdit-module--title-comp--Bq0aj .aiHostingPreConfigEdit-module--title-comp-left--AvxUq .aiHostingPreConfigEdit-module--portrait-default-icon--KY6YE {
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMTAiIGZpbGw9IiM0QzZBRkYiLz4KPHBhdGggZD0iTTExLjIyNDUgMTQuMjg3OUg5LjgzNTA3VjguMDYyMTJIOC4zNjA4M1Y3LjEzOTM5QzkuMjcyOTUgNi45Mzc4OCA5LjkwOTMxIDYuNDkyNDIgMTAuNDE4NCA1LjY3NTc2SDExLjIyNDVWMTQuMjg3OVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
.aiHostingPreConfigEdit-module--title-comp--Bq0aj .aiHostingPreConfigEdit-module--title-comp-left--AvxUq .aiHostingPreConfigEdit-module--mail-default-icon--vLHID {
  width: 20px;
  height: 20px;
  background-image: url(/static/pre-config-mail-default-icon.366fca27.svg);
}
.aiHostingPreConfigEdit-module--title-comp--Bq0aj .aiHostingPreConfigEdit-module--title-comp-left--AvxUq .aiHostingPreConfigEdit-module--basic-default-icon--hp\+dX {
  width: 20px;
  height: 20px;
  background-image: url(/static/pre-config-basic-default-icon.0210e6eb.svg);
}
.aiHostingPreConfigEdit-module--title-comp--Bq0aj .aiHostingPreConfigEdit-module--title-comp-left--AvxUq .aiHostingPreConfigEdit-module--title-comp-confirmed-icon--64eaw {
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAuMjA4MiIgY3k9IjEwLjIwODMiIHI9IjguOTMyMjkiIGZpbGw9IiMzRkRFOUMiLz4KPHBhdGggZD0iTTYuNjI0NTEgMTBMOS4yNzYxNiAxMi42NTE3QzkuMjc2MTYgMTIuNjUxNyAxMi4xNzQ4IDkuNzUzMDMgMTQuMTM3NSA3Ljc5MDI5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMjc2MDQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.aiHostingPreConfigEdit-module--title-comp--Bq0aj .aiHostingPreConfigEdit-module--title-comp-left--AvxUq .aiHostingPreConfigEdit-module--title-comp-confirmed-tag--cADYL {
  padding: 2px 4px 2px 4px;
  line-height: 12px;
  border-radius: 2px;
  font-weight: 400;
  border: 0.5px solid #66e0cc;
  background-color: #d6f7f1;
  color: #398e80;
  font-size: 10px;
  font-family: PingFang SC;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aiHostingPreConfigEdit-module--title-comp--Bq0aj .aiHostingPreConfigEdit-module--title-comp-left--AvxUq .aiHostingPreConfigEdit-module--title-comp-left-title--VD6Rq {
  color: #272e47;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  font-family: PingFang SC;
}
.aiHostingPreConfigEdit-module--title-comp--Bq0aj .aiHostingPreConfigEdit-module--title-comp-left--AvxUq .aiHostingPreConfigEdit-module--title-comp-left-desc--hK6Q8 {
  color: #747a8c;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  font-family: PingFang SC;
}
.aiHostingPreConfigEdit-module--title-comp--Bq0aj .aiHostingPreConfigEdit-module--title-comp-right--Jy\+X2 {
  color: #4c6aff;
  font-size: 12px;
  font-weight: 400;
  font-family: PingFang SC;
  cursor: pointer;
}
.aiHostingPreConfigEdit-module--title-comp--Bq0aj .aiHostingPreConfigEdit-module--title-comp-mail-right---bmmg {
  display: flex;
  gap: 4px;
  align-items: center;
  cursor: pointer;
}
.aiHostingPreConfigEdit-module--title-comp--Bq0aj .aiHostingPreConfigEdit-module--title-comp-mail-right---bmmg .aiHostingPreConfigEdit-module--title-comp-mail-right-icon--boIH\+ {
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNSA4LjQ5OTk0TDEzLjQ1MiAyLjQ4MDE2IiBzdHJva2U9IiM2Rjc0ODUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNOCAyLjVIM0MyLjcyMzg2IDIuNSAyLjUgMi43MjM4NiAyLjUgM1YxM0MyLjUgMTMuMjc2MSAyLjcyMzg2IDEzLjUgMyAxMy41SDEzQzEzLjI3NjEgMTMuNSAxMy41IDEzLjI3NjEgMTMuNSAxM1Y4IiBzdHJva2U9IiM2Rjc0ODUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.aiHostingPreConfigEdit-module--title-comp--Bq0aj .aiHostingPreConfigEdit-module--title-comp-mail-right---bmmg .aiHostingPreConfigEdit-module--title-comp-mail-right-title--6iNJB {
  color: #545a6e;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: PingFang SC;
}

.aiHostingPreConfigEdit-module--activeRules--hx3Kw {
  float: right;
  font-size: 12px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.aiHostingPreConfigEdit-module--activeRuleContent--tgaTR {
  width: 400px;
  height: 216px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.1215686275);
}

.aiHostingPreConfigEdit-module--activeRuleTitle--tRaSE {
  font-size: 16px;
  font-weight: 500;
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.aiHostingPreConfigEdit-module--activeRuleList--aAIp2 {
  line-height: 28px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}

.aiHostingPreConfigEdit-module--yxactiveopen--nhr9D {
  display: flex;
  cursor: pointer;
  height: 36px;
  width: 248px;
  position: relative;
  top: -2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/static/yxactiveopen-d028943377ebf6524c06be4e89c05510.png);
}

.aiHostingPreConfigEdit-module--createTaskAction--hVfRW {
  border-radius: 16px;
}

.aiHostingPreConfigEdit-module--comfirmClick--vUdLt {
  display: inline-block;
  background-image: url(/static/comfirmClick-d7964f692bdb23dfbfee2d53a002303c.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 108px !important;
  height: 32px !important;
  visibility: visible !important;
}
.index-module--all-result--zXPJv {
  position: relative;
  height: 458px;
  display: flex;
  flex-direction: column;
}
.index-module--all-result--zXPJv .index-module--mail-content--f9lRi {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  color: #272e47;
  color: var(--Text-5, #272e47);
  max-height: 384px;
}
.index-module--all-result--zXPJv .index-module--mail-content--f9lRi span {
  white-space: pre-wrap !important;
}
.index-module--all-result--zXPJv .index-module--mail-content--f9lRi::-webkit-scrollbar {
  display: none !important;
}
.index-module--all-result--zXPJv .index-module--edm-attachments--g9i1N {
  position: relative;
  padding: 0 16px;
  z-index: 1;
}
.index-module--all-result--zXPJv .index-module--edm-attachments--g9i1N .attachment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.index-module--all-result--zXPJv .index-module--edm-attachments--g9i1N .attachment-card {
  position: relative;
}
.index-module--all-result--zXPJv .index-module--content-header--j1HHM {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 12px;
  margin-right: 20px;
}

.index-module--pre-modal-text--xtHgy .ant-modal-header {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0;
}
.index-module--pre-modal-text--xtHgy .ant-modal-footer {
  padding: 0px 16px;
  border-top: 1px solid #f0f0f0;
}
.index-module--pre-modal-text--xtHgy .ant-modal-body {
  padding: 0;
  position: relative;
}
.index-module--pre-modal-text--xtHgy .ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  padding: 6px 0;
}
.index-module--pre-modal-text--xtHgy .index-module--modal-title--iOL38 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.index-module--footer--\+soWR {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.index-module--footer--\+soWR .index-module--jump--dxy\+9 {
  margin: 0;
  display: flex;
}
.index-module--footer--\+soWR .index-module--jump--dxy\+9 span {
  cursor: pointer;
  width: 80px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e1e3e8;
  border-radius: 4px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-right: 12px;
}
.index-module--footer--\+soWR .index-module--jump--dxy\+9 span.index-module--disable--ESugr {
  cursor: no-drop;
}
.index-module--footer--\+soWR .index-module--operate--pd86E {
  margin: 0;
  display: flex;
}
.index-module--footer--\+soWR .index-module--operate--pd86E span {
  margin-left: 12px;
  cursor: pointer;
  width: 76px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.index-module--page-loading--pmlFL {
  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--IkzwJ {
  100% {
    transform: rotate(360deg);
  }
}
.index-module--page-loading--pmlFL .ant-spin {
  display: flex;
  align-items: center;
}
.index-module--page-loading--pmlFL .sirius-spin {
  display: inline-block;
}
.index-module--page-loading--pmlFL .ant-spin-dot {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  animation: index-module--fadenum--IkzwJ 1s linear infinite;
}
.index-module--page-loading--pmlFL .ant-spin-text {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.index-module--body-area--5Ky8A {
  max-height: 456px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.index-module--body-area--5Ky8A .index-module--ori-content--KrpHh {
  padding: 20px 20px 0px;
  width: 100%;
  flex-shrink: 0;
}
.aiHostingPreConfigConfirmModal-module--confirm--lUNV\+ .aiHostingPreConfigConfirmModal-module--body--gBxDX {
  margin-top: -4px;
}
.aiHostingPreConfigConfirmModal-module--confirm--lUNV\+ .aiHostingPreConfigConfirmModal-module--body--gBxDX .aiHostingPreConfigConfirmModal-module--header--roZWs {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 64px;
}
.aiHostingPreConfigConfirmModal-module--confirm--lUNV\+ .aiHostingPreConfigConfirmModal-module--body--gBxDX .aiHostingPreConfigConfirmModal-module--header--roZWs .aiHostingPreConfigConfirmModal-module--title--xhPkU {
  font-size: 16px;
  font-weight: 500;
  color: #272e47;
  line-height: 24px;
}
.aiHostingPreConfigConfirmModal-module--confirm--lUNV\+ .aiHostingPreConfigConfirmModal-module--body--gBxDX .aiHostingPreConfigConfirmModal-module--content--WVqUD {
  width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.aiHostingPreConfigConfirmModal-module--confirm--lUNV\+ .aiHostingPreConfigConfirmModal-module--body--gBxDX .aiHostingPreConfigConfirmModal-module--content--WVqUD .aiHostingPreConfigConfirmModal-module--sender-content--2E4ul {
  display: flex;
  gap: 8px;
  flex-grow: 1;
}
.aiHostingPreConfigConfirmModal-module--confirm--lUNV\+ .aiHostingPreConfigConfirmModal-module--body--gBxDX .aiHostingPreConfigConfirmModal-module--content--WVqUD .aiHostingPreConfigConfirmModal-module--sender-content--2E4ul .aiHostingPreConfigConfirmModal-module--sender-content-title--41\+E4 {
  max-width: 70px;
  height: 22px;
  flex-shrink: 0;
}
.aiHostingPreConfigConfirmModal-module--confirm--lUNV\+ .aiHostingPreConfigConfirmModal-module--body--gBxDX .aiHostingPreConfigConfirmModal-module--content--WVqUD .aiHostingPreConfigConfirmModal-module--reply-content--55g2w {
  height: 32px;
  flex-shrink: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.aiHostingPreConfigConfirmModal-module--confirm--lUNV\+ .aiHostingPreConfigConfirmModal-module--body--gBxDX .aiHostingPreConfigConfirmModal-module--content--WVqUD .aiHostingPreConfigConfirmModal-module--reply-content--55g2w .aiHostingPreConfigConfirmModal-module--reply-content-title--V-vUr {
  max-width: 70px;
  height: 22px;
  flex-shrink: 0;
}
.aiHostingPreConfigConfirmModal-module--confirm--lUNV\+ .aiHostingPreConfigConfirmModal-module--body--gBxDX .aiHostingPreConfigConfirmModal-module--content--WVqUD .aiHostingPreConfigConfirmModal-module--reply-content--55g2w .aiHostingPreConfigConfirmModal-module--replay-form-item--Vo4L- .ant-form-item-control-input-content {
  flex-grow: 1;
}
.aiHostingPreConfigConfirmModal-module--confirm--lUNV\+ .aiHostingPreConfigConfirmModal-module--footer--CEvUi {
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: row-reverse;
  padding-right: 20px;
  align-items: center;
  gap: 8px;
}
.aiHostingPreConfigConfirmModal-module--confirm--lUNV\+ .ant-modal-body {
  padding: 0px 20px 0px 20px;
}
.aiHostingPreConfigConfirmModal-module--confirm--lUNV\+ .ant-modal-footer {
  padding: 0px;
}
.aiHostingPreConfigConfirmModal-module--confirm--lUNV\+ .ant-form-item {
  margin-bottom: 0px;
}
.potentialSuccessDialog-module--modalWrap--PuB0r {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 28px 0 28px;
}
.potentialSuccessDialog-module--modalWrap--PuB0r .potentialSuccessDialog-module--title--\+D5iF {
  display: flex;
  align-items: center;
  gap: 12px;
}
.potentialSuccessDialog-module--modalWrap--PuB0r .potentialSuccessDialog-module--title--\+D5iF .potentialSuccessDialog-module--icon--wnfD9 {
  width: 16px;
  height: 16px;
  line-height: 1;
}
.potentialSuccessDialog-module--modalWrap--PuB0r .potentialSuccessDialog-module--title--\+D5iF .potentialSuccessDialog-module--iconWrap--eTodq {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 24px;
  height: 24px;
  line-height: 1;
  border-radius: 12px;
  border: 1px solid #9fa2ad;
  border: 1px solid var(--Text-2, #9fa2ad);
}
.potentialSuccessDialog-module--modalWrap--PuB0r .potentialSuccessDialog-module--title--\+D5iF .potentialSuccessDialog-module--text--cZACv {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.potentialSuccessDialog-module--modalWrap--PuB0r .potentialSuccessDialog-module--lineWrap--2XFya {
  width: 24px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.potentialSuccessDialog-module--modalWrap--PuB0r .potentialSuccessDialog-module--lineWrap--2XFya .potentialSuccessDialog-module--line--zrWha {
  width: 0px;
  height: 12px;
  border-left: 1px dashed #c9cbd6;
}
.potentialSuccessDialog-module--modalWrap--PuB0r .potentialSuccessDialog-module--content--DcFNy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.potentialSuccessDialog-module--modalWrap--PuB0r .potentialSuccessDialog-module--content--DcFNy .potentialSuccessDialog-module--numberWrap--iD8uK {
  flex: none;
  width: 24px;
  height: 24px;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: LX-numbers;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.potentialSuccessDialog-module--modalWrap--PuB0r .potentialSuccessDialog-module--content--DcFNy .potentialSuccessDialog-module--contentTxt--Gz1uq {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.potentialSuccessDialog-module--modalWrap--PuB0r .potentialSuccessDialog-module--footer--L0l9T {
  margin-top: 28px;
  margin-bottom: 24px;
  align-self: center;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.potentialSuccessDialog-module--modalWrap--PuB0r .potentialSuccessDialog-module--footer--L0l9T .potentialSuccessDialog-module--btn--YsjxI {
  width: 140px;
  height: 36px;
  margin-left: 0px;
}
.index-module--ai-hosting-task-wrap--PcvzH {
  width: 100%;
  height: 100%;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  position: relative;
}
.index-module--ai-hosting-task-wrap--PcvzH .index-module--bg--6Xmcj {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  height: 252px;
  background: linear-gradient(181deg, #c8dbff 0.63%, #f8faff 35.72%, #f6f7fa 99.29%);
}
.index-module--ai-hosting-task-wrap--PcvzH .index-module--container--lXApx {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.index-module--ai-hosting-task-wrap--PcvzH .index-module--header--sydeB {
  padding: 22px 16px 5px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.index-module--ai-hosting-task-wrap--PcvzH .index-module--header--sydeB .index-module--step--zslen {
  width: 52px;
  height: 60px;
  background: url(/static/potential-step-second.6858deaf.svg);
}
.index-module--ai-hosting-task-wrap--PcvzH .index-module--header--sydeB .index-module--step-info--hi2yx .index-module--title--onnaE {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.index-module--ai-hosting-task-wrap--PcvzH .index-module--header--sydeB .index-module--step-info--hi2yx .index-module--info--\+8XM7 {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.index-module--ai-hosting-task-wrap--PcvzH .index-module--breadcrumb-wrap--r-pS4 {
  padding: 20px 16px 14px 16px;
  background-color: #fff;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
}
.index-module--ai-hosting-task-wrap--PcvzH .index-module--breadcrumb-wrap--r-pS4 .index-module--prev--Z9\+W- {
  cursor: pointer;
}
.index-module--ai-hosting-task-wrap--PcvzH .index-module--edit-wrap--3iPvS {
  border-radius: 8px 8px 0px 0px;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
  position: absolute;
  top: 100px;
  bottom: 0;
  right: 0;
  left: 0;
}
.index-module--ai-hosting-task-wrap--PcvzH .index-module--edit-wrap--3iPvS.index-module--edit--SiB59 {
  top: 57px;
  border: none;
  border-radius: 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.potentialMarketingOverview-module--wrap--Ii8lA {
  height: 100%;
  width: 100%;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  max-width: 1280px;
  position: relative;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--bg--zXEMh {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 252px;
  background: linear-gradient(180.78deg, #c8dbff 0.63%, #f8faff 35.72%, #f6f7fa 99.29%);
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-header--4d3kL {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  z-index: 1;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-header--4d3kL .potentialMarketingOverview-module--title--1YW4H {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-header--4d3kL .potentialMarketingOverview-module--right-header--w2kmB {
  display: flex;
  gap: 16px;
  align-items: center;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-header--4d3kL .potentialMarketingOverview-module--right-header--w2kmB .potentialMarketingOverview-module--usage-guide--Hixqn {
  display: flex;
  gap: 4px;
  align-items: center;
  cursor: pointer;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-header--4d3kL .potentialMarketingOverview-module--right-header--w2kmB .potentialMarketingOverview-module--usage-guide--Hixqn .potentialMarketingOverview-module--usage-guide-icon--AxOw3 {
  width: 14px;
  height: 14px;
  background: url(/static/potential-white-page-usage-guide.d1ca855a.svg);
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-header--4d3kL .potentialMarketingOverview-module--right-header--w2kmB .potentialMarketingOverview-module--usage-guide--Hixqn .potentialMarketingOverview-module--usage-guide-text--WGflG {
  color: #545a6e;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I {
  display: flex;
  flex-direction: column;
  z-index: 1;
  gap: 16px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I::-webkit-scrollbar:horizontal {
  height: 6px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I:hover::-webkit-scrollbar-button {
  display: none;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I:hover::-webkit-scrollbar-corner {
  display: none;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml {
  border-radius: 6px;
  border: 1px solid #f0f1f5;
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: #ffffff;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--task-list-title--wxEWF {
  color: #272e47;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--task-list-title--wxEWF .potentialMarketingOverview-module--tag--phm5W {
  height: 20px;
  border-radius: 2px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(93deg, #e9eaff 0%, #efeaff 73.99%, #f4ebff 98.65%);
  margin-left: 8px;
  margin-bottom: 0;
  cursor: pointer;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--task-list-title--wxEWF .potentialMarketingOverview-module--tag--phm5W span {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  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;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v {
  display: flex;
  flex-direction: column;
  height: 113px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-sep--gwDiQ {
  height: 1px;
  background: #f0f1f5;
  background: var(--Line-1, #f0f1f5);
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-header--zQuLR {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 19px;
  height: 28px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-header--zQuLR .potentialMarketingOverview-module--item-header-left--Slfek {
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: center;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-header--zQuLR .potentialMarketingOverview-module--item-header-left--Slfek .potentialMarketingOverview-module--item-header-title--7JGTu {
  color: #272e47;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-header--zQuLR .potentialMarketingOverview-module--item-header-right--1od8w {
  display: flex;
  gap: 8px;
  align-items: center;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-header--zQuLR .potentialMarketingOverview-module--item-header-right--1od8w .potentialMarketingOverview-module--change-btn--zY-p2 {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-header--zQuLR .potentialMarketingOverview-module--item-header-right--1od8w .potentialMarketingOverview-module--change-btn--zY-p2 .potentialMarketingOverview-module--change-btn-title--nxain {
  color: #545a6e;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-header--zQuLR .potentialMarketingOverview-module--item-header-right--1od8w .potentialMarketingOverview-module--change-btn--zY-p2 .potentialMarketingOverview-module--down--8Xerw {
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjc5MjUgNi41NzU0QzEyLjA3MDUgNi4yNTEwNiAxMS44NDAxIDUuNzUgMTEuNDEyOSA1Ljc1SDQuNTg3MTFDNC4xNTk5MyA1Ljc1IDMuOTI5NDggNi4yNTEwNiA0LjIwNzQ4IDYuNTc1NEw3LjYyMDM3IDEwLjU1NzFDNy44MTk5MiAxMC43ODk5IDguMTgwMDggMTAuNzg5OSA4LjM3OTYzIDEwLjU1NzFMMTEuNzkyNSA2LjU3NTRaIiBmaWxsPSIjOEQ5MkExIi8+Cjwvc3ZnPgo=);
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-condition---cPdD {
  display: flex;
  flex-direction: row;
  gap: 4px;
  height: 16px;
  margin-top: 8px;
  align-items: center;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-condition---cPdD .potentialMarketingOverview-module--item-condition-title--owdke {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-condition---cPdD .potentialMarketingOverview-module--item-condition-detail--mjT8A {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-bottom--J5C\+y {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  height: 20px;
  margin-top: 8px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-bottom--J5C\+y .potentialMarketingOverview-module--item-bottom-title--2FZ8G {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-bottom--J5C\+y .potentialMarketingOverview-module--item-bottom-detail--eccqQ {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-bottom--J5C\+y .potentialMarketingOverview-module--item-bottom-detail--eccqQ .potentialMarketingOverview-module--item-bottom-detail-list---voUl {
  display: flex;
  flex-direction: row;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--task-list--4GTml .potentialMarketingOverview-module--item--4ND2v .potentialMarketingOverview-module--item-bottom--J5C\+y .potentialMarketingOverview-module--item-bottom-detail--eccqQ .potentialMarketingOverview-module--item-bottom-detail-list---voUl .potentialMarketingOverview-module--contact-text-count--xSsxU {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 166.667% */
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j {
  height: 352px;
  background: linear-gradient(180.78deg, rgba(238, 244, 255, 0.783) 0.63%, rgba(255, 255, 255, 0.9) 35.72%);
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 16px 16px 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex-shrink: 0;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-title--oy17B {
  display: flex;
  gap: 8px;
  padding-left: 16px;
  align-items: center;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-title--oy17B .potentialMarketingOverview-module--overview-title-text--8QQUC {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-title--oy17B .potentialMarketingOverview-module--overview-title-tips---I3wM {
  display: flex;
  gap: 4px;
  align-items: center;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-title--oy17B .potentialMarketingOverview-module--overview-title-tips---I3wM .potentialMarketingOverview-module--overview-title-tips-text--XBqc2 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-title--oy17B .potentialMarketingOverview-module--overview-title-tips---I3wM .potentialMarketingOverview-module--overview-title-tips-icon--Dw32b {
  width: 14px;
  height: 14px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNS42ODc1IiBjeT0iNS42ODc1IiByPSI1LjY4NzUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDEuMzEyNSAxMi42ODc1KSIgc3Ryb2tlPSIjOEQ5MkExIiBzdHJva2Utd2lkdGg9IjAuODc1Ii8+CjxwYXRoIGQ9Ik03IDkuODg4NjdWNi4xMjYxOCIgc3Ryb2tlPSIjOEQ5MkExIiBzdHJva2Utd2lkdGg9IjAuODc1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHJlY3QgeD0iMC4zMDYyNSIgeT0iLTAuMzA2MjUiIHdpZHRoPSIwLjYxMjUiIGhlaWdodD0iMC42MTI1IiByeD0iMC4zMDYyNSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgNi4zODcyMSA0LjIpIiBzdHJva2U9IiM4RDkyQTEiIHN0cm9rZS13aWR0aD0iMC42MTI1Ii8+Cjwvc3ZnPgo=);
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o {
  width: 100%;
  height: 289px;
  display: flex;
  justify-content: center;
  position: relative;
  padding-left: 16px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-guide-container--XfERX {
  position: absolute;
  width: 618px;
  height: 312px;
  top: 0px;
  left: calc((100% - 958px) / 2 - 20px);
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  width: 958px;
  height: 100%;
  margin-top: 16px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-introduce--qNliz {
  position: absolute;
  width: 418px;
  height: 289px;
  background: url(/static/potential-overview-introduce-752613f0b0aa9d1c37a2aadb4d214d83.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 256px;
  z-index: 1;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-data--jh80W {
  height: 272px;
  width: 366px;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-data--jh80W .potentialMarketingOverview-module--overview-data-item--gRBMz {
  display: flex;
  flex-direction: column;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-data--jh80W .potentialMarketingOverview-module--overview-data-item--gRBMz .potentialMarketingOverview-module--overview-data-item-line--EsMM5 {
  height: 1px;
  background: #ecf2fe;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-data--jh80W .potentialMarketingOverview-module--overview-data-item--gRBMz .potentialMarketingOverview-module--overview-data-item-title--n8E9\+ {
  display: flex;
  margin-top: 8px;
  align-items: center;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-data--jh80W .potentialMarketingOverview-module--overview-data-item--gRBMz .potentialMarketingOverview-module--overview-data-item-title--n8E9\+ .potentialMarketingOverview-module--overview-data-item-title-tag--KSJXG {
  height: 12px;
  width: 2px;
  border-radius: 1px;
  background: #83b3f7;
  background: var(--label-1_2, #83b3f7);
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-data--jh80W .potentialMarketingOverview-module--overview-data-item--gRBMz .potentialMarketingOverview-module--overview-data-item-title--n8E9\+ .potentialMarketingOverview-module--join--6wUj0 {
  background: #66e0cc;
  background: var(--label-2_2, #66e0cc);
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-data--jh80W .potentialMarketingOverview-module--overview-data-item--gRBMz .potentialMarketingOverview-module--overview-data-item-title--n8E9\+ .potentialMarketingOverview-module--send--iChmG {
  background: #8be066;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-data--jh80W .potentialMarketingOverview-module--overview-data-item--gRBMz .potentialMarketingOverview-module--overview-data-item-title--n8E9\+ .potentialMarketingOverview-module--reply--hRqa5 {
  background: #9de9e0;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-data--jh80W .potentialMarketingOverview-module--overview-data-item--gRBMz .potentialMarketingOverview-module--overview-data-item-title--n8E9\+ .potentialMarketingOverview-module--overview-data-item-title-text--ZDoIb {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-left: 6px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-data--jh80W .potentialMarketingOverview-module--overview-data-item--gRBMz .potentialMarketingOverview-module--overview-data-item-bottom--f0gLG {
  margin-top: 4px;
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-data--jh80W .potentialMarketingOverview-module--overview-data-item--gRBMz .potentialMarketingOverview-module--overview-data-item-bottom--f0gLG .potentialMarketingOverview-module--overview-data-item-bottom-count--45gKU {
  color: #272e47;
  font-family: LX-numbers;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-right: 4px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-data--jh80W .potentialMarketingOverview-module--overview-data-item--gRBMz .potentialMarketingOverview-module--overview-data-item-bottom--f0gLG .potentialMarketingOverview-module--overview-data-item-bottom-text--CgjMW {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-data--jh80W .potentialMarketingOverview-module--overview-data-item--gRBMz .potentialMarketingOverview-module--overview-data-item-bottom--f0gLG .potentialMarketingOverview-module--overview-data-seven--bLwNe {
  padding: 2px 4px;
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-data--jh80W .potentialMarketingOverview-module--overview-data-item--gRBMz .potentialMarketingOverview-module--overview-data-item-bottom--f0gLG .potentialMarketingOverview-module--overview-data-seven--bLwNe .potentialMarketingOverview-module--overview-data-seven-text--LAzdV {
  color: #cb493d;
  font-family: PingFang SC;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-data--jh80W .potentialMarketingOverview-module--overview-data-item--gRBMz .potentialMarketingOverview-module--overview-data-item-bottom--f0gLG .potentialMarketingOverview-module--overview-data-seven--bLwNe .potentialMarketingOverview-module--overview-data-seven-up--X6oLq {
  width: 9px;
  height: 9px;
  margin-right: 2px;
  background: url(/static/potential-overview-data-up.8ab7eeac.svg);
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY {
  width: 264px;
  height: 288px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(360deg, #f6f9ff 70.31%, #e3ecff 100%);
  border-radius: 8px;
  border: 1px solid rgba(168, 193, 243, 0.1607843137);
  z-index: 2;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-title--uFDOT {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 12px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-title--uFDOT .potentialMarketingOverview-module--overview-right-title-tag--PmJqk {
  height: 12px;
  width: 2px;
  background: #83b3f7;
  background: var(--label-1_2, #83b3f7);
  border-radius: 1px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-title--uFDOT .potentialMarketingOverview-module--overview-right-title-text--OKIy0 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  padding: 0px 12px 12px 12px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD::-webkit-scrollbar:horizontal {
  height: 6px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD:hover::-webkit-scrollbar-button {
  display: none;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD:hover::-webkit-scrollbar-corner {
  display: none;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD .potentialMarketingOverview-module--overview-right-item--XdQrH {
  height: 52px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #ffffff;
  padding: 8px 12px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD .potentialMarketingOverview-module--overview-right-item--XdQrH .potentialMarketingOverview-module--overview-right-item-top--O4aF5 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD .potentialMarketingOverview-module--overview-right-item--XdQrH .potentialMarketingOverview-module--overview-right-item-top--O4aF5 .potentialMarketingOverview-module--overview-right-item-top-text--v2pUp {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD .potentialMarketingOverview-module--overview-right-item--XdQrH .potentialMarketingOverview-module--overview-right-item-top--O4aF5 .potentialMarketingOverview-module--overview-right-item-top-no-set--doCIL {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD .potentialMarketingOverview-module--overview-right-item--XdQrH .potentialMarketingOverview-module--overview-right-item-top--O4aF5 .potentialMarketingOverview-module--overview-right-item-top-set--ZRoTU {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD .potentialMarketingOverview-module--overview-right-item--XdQrH .potentialMarketingOverview-module--overview-right-item-bottom--VOoyN {
  display: flex;
  gap: 2px;
  align-items: center;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD .potentialMarketingOverview-module--overview-right-item--XdQrH .potentialMarketingOverview-module--overview-right-item-bottom--VOoyN .potentialMarketingOverview-module--overview-right-item-bottom-count--cxeVc {
  color: #272e47;
  font-family: LX-numbers;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}
.potentialMarketingOverview-module--wrap--Ii8lA .potentialMarketingOverview-module--page-content--KS47I .potentialMarketingOverview-module--overview--klv0j .potentialMarketingOverview-module--overview-wrap--Rwf7o .potentialMarketingOverview-module--overview-content--OHOdP .potentialMarketingOverview-module--overview-right--KzeLY .potentialMarketingOverview-module--overview-right-content--HGOaD .potentialMarketingOverview-module--overview-right-item--XdQrH .potentialMarketingOverview-module--overview-right-item-bottom--VOoyN .potentialMarketingOverview-module--overview-right-item-bottom-text--HC8BQ {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.potentialMarketingOverview-module--potential-overview-popover-wrapper--UP-jL .ant-popover-placement-bottom {
  padding-top: 0 !important;
}
.potentialMarketingOverview-module--potential-overview-popover-wrapper--UP-jL .ant-popover-arrow {
  display: none;
}
.potentialMarketingOverview-module--potential-overview-popover-wrapper--UP-jL .ant-popover {
  padding-top: 0 !important;
}

.potentialMarketingOverview-module--add-btn--NRUu7 {
  border: 0.5px solid #eceff4;
  box-shadow: 0px 4px 8px rgba(35, 45, 71, 0.1);
  border-radius: 4px;
  width: 128px;
  padding: 4px 0;
}
.potentialMarketingOverview-module--add-btn-item--ukyHj {
  white-space: nowrap;
  cursor: pointer;
  padding: 8px 2px;
  color: #4e5a70;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
}
.potentialMarketingOverview-module--add-btn-item--ukyHj:hover {
  background-color: #f0f2f7;
}

.potentialMarketingOverview-module--add-btn2--VJ5yW {
  width: 142px;
}
.potentialMarketingOverview-module--add-btn2--VJ5yW .potentialMarketingOverview-module--add-btn-item--ukyHj {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pauseTime-module--custom-modal--R0p38 {
  display: flex;
  flex-direction: column;
  height: 408px;
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m {
  display: flex;
  flex-direction: column;
  padding: 0px 28px 0px 28px;
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--header--GdxGi {
  height: 60px;
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--header--GdxGi .pauseTime-module--title--YMzUy {
  margin-top: 28px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--detail--utX2\+ {
  margin-top: 12px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--items--UiXAQ {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--items--UiXAQ .pauseTime-module--radio--ZWdsW {
  display: flex;
  gap: 16px;
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--items--UiXAQ .pauseTime-module--radio--ZWdsW .ant-radio-wrapper {
  align-items: center;
  margin: 0px;
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--items--UiXAQ .pauseTime-module--radio--ZWdsW .sirius-radio-ehc .span {
  padding: 0px;
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--items--UiXAQ .pauseTime-module--radio--ZWdsW .sirius-radio-ehc-ui .span {
  padding: 0px;
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--items--UiXAQ .pauseTime-module--radio--ZWdsW .ant-radio {
  width: 16px;
  height: 16px;
  top: 0;
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--items--UiXAQ .pauseTime-module--radio--ZWdsW .ant-radio + * {
  padding-left: 4px;
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--items--UiXAQ .pauseTime-module--item--Bkp82 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--items--UiXAQ .pauseTime-module--item--Bkp82 .pauseTime-module--item-title--wGL9U {
  margin-left: 4px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--items--UiXAQ .pauseTime-module--item--Bkp82 .pauseTime-module--item-detail--NZSTq {
  margin-left: 6px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--tips--pk15t {
  margin-top: 8px;
  background-color: #f0f2f7;
  padding: 6px 12px 6px 12px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: flex-start;
  border-radius: 4px;
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--tips--pk15t .pauseTime-module--icon--J-KT9 {
  margin-top: 1px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDEgMTUpIiBmaWxsPSIjOEQ5MkExIi8+CjxwYXRoIGQ9Ik04IDExLjI5OThWNi45OTk4MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik04LjYwMDAyIDQuOUM4LjYwMDAyIDQuNTY4NjMgOC4zMzE0IDQuMyA4LjAwMDAyIDQuM0M3LjY2ODY1IDQuMyA3LjQwMDAyIDQuNTY4NjMgNy40MDAwMiA0LjlDNy40MDAwMiA1LjIzMTM3IDcuNjY4NjUgNS41IDguMDAwMDIgNS41QzguMzMxNCA1LjUgOC42MDAwMiA1LjIzMTM3IDguNjAwMDIgNC45WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--tips--pk15t .pauseTime-module--text--UdGVn {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.pauseTime-module--custom-modal--R0p38 .pauseTime-module--content--24b3m .pauseTime-module--footer--EYnwJ {
  height: 74px;
  display: flex;
  justify-content: flex-end;
  padding-top: 18px;
}
.pauseTime-module--custom-modal--R0p38 .ant-modal-body {
  padding: 0;
}
.pauseReason-module--custom-modal--wBmZY {
  display: flex;
  flex-direction: column;
}
.pauseReason-module--custom-modal--wBmZY .pauseReason-module--content--nUf\+C {
  display: flex;
  flex-direction: column;
  padding: 0px 28px 0px 28px;
}
.pauseReason-module--custom-modal--wBmZY .pauseReason-module--content--nUf\+C .pauseReason-module--header--HG1sz {
  height: 60px;
}
.pauseReason-module--custom-modal--wBmZY .pauseReason-module--content--nUf\+C .pauseReason-module--header--HG1sz .pauseReason-module--title--TXQrR {
  margin-top: 28px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.pauseReason-module--custom-modal--wBmZY .pauseReason-module--content--nUf\+C .pauseReason-module--items--JUAd\+ {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
.pauseReason-module--custom-modal--wBmZY .pauseReason-module--content--nUf\+C .pauseReason-module--items--JUAd\+ .pauseReason-module--radio--XZsRc {
  display: flex;
  gap: 16px;
}
.pauseReason-module--custom-modal--wBmZY .pauseReason-module--content--nUf\+C .pauseReason-module--items--JUAd\+ .pauseReason-module--radio--XZsRc .ant-radio-wrapper {
  align-items: center;
  margin: 0px;
}
.pauseReason-module--custom-modal--wBmZY .pauseReason-module--content--nUf\+C .pauseReason-module--items--JUAd\+ .pauseReason-module--radio--XZsRc .sirius-radio-ehc .span {
  padding: 0px;
}
.pauseReason-module--custom-modal--wBmZY .pauseReason-module--content--nUf\+C .pauseReason-module--items--JUAd\+ .pauseReason-module--radio--XZsRc .sirius-radio-ehc-ui .span {
  padding: 0px;
}
.pauseReason-module--custom-modal--wBmZY .pauseReason-module--content--nUf\+C .pauseReason-module--items--JUAd\+ .pauseReason-module--radio--XZsRc .ant-radio {
  width: 16px;
  height: 16px;
  top: 0;
}
.pauseReason-module--custom-modal--wBmZY .pauseReason-module--content--nUf\+C .pauseReason-module--items--JUAd\+ .pauseReason-module--item--jgaJO {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pauseReason-module--custom-modal--wBmZY .pauseReason-module--content--nUf\+C .pauseReason-module--items--JUAd\+ .pauseReason-module--item--jgaJO .pauseReason-module--item-title--sxqAG {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.pauseReason-module--custom-modal--wBmZY .pauseReason-module--content--nUf\+C .pauseReason-module--footer--pVqoI {
  height: 74px;
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
}
.pauseReason-module--custom-modal--wBmZY .pauseReason-module--content--nUf\+C .ant-input {
  height: 100px;
  margin-left: 24px;
  margin-top: 4px;
  width: calc(100% - 24px);
}
.pauseReason-module--custom-modal--wBmZY .ant-modal-body {
  padding: 0;
}
@charset "UTF-8";
.Nodata-module--nodata--hSaoA {
  height: 288px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Nodata-module--nodata--hSaoA img {
  width: 130px;
  height: 130px;
}
.Nodata-module--nodata--hSaoA .Nodata-module--info--OcL9u {
  margin-top: 24px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: center;
  /* 中性色-文字/Text-3次要信息 */
  color: #747a8c;
}
@charset "UTF-8";
.MyTaskList-module--wrap--Kd5Yy {
  padding: 7px 16px 0;
  border-radius: 4px;
  max-height: 378px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #fff;
}
.MyTaskList-module--wrap--Kd5Yy .ant-modal-wrap:not(.auto-marketing-modal) .ant-modal-body {
  max-height: initial !important;
}
.MyTaskList-module--wrap--Kd5Yy.MyTaskList-module--wrap2--IvvqC {
  max-height: none;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--item-divider--1SlQ3 {
  border-top-color: #ebedf2 !important;
  border-top-color: var(--Line-2, #ebedf2) !important;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--header--wftd2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--header--wftd2 .MyTaskList-module--header-left--GhDTM .ant-tabs-tab {
  margin-left: 0 !important;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--header--wftd2 .MyTaskList-module--header-left--GhDTM .ant-tabs-nav {
  margin: 0 !important;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--header--wftd2 .MyTaskList-module--header-left--GhDTM .ant-tabs-tab-active {
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--header--wftd2 .MyTaskList-module--header-left--GhDTM .MyTaskList-module--limit--X98l0 {
  display: flex;
  align-items: center;
  color: #747a8c;
  color: var(--text-3, #747a8c);
  /* 全部/Text-C1-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 8px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--header--wftd2 .MyTaskList-module--header-left--GhDTM .MyTaskList-module--limit--X98l0 > span {
  margin: 0 3px;
  display: flex;
  align-items: center;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--header--wftd2 .MyTaskList-module--header-left--GhDTM .MyTaskList-module--info--b0xeD {
  color: #747a8c;
  color: var(--text-3, #747a8c);
  /* 全部/Text-C1-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--header--wftd2 .MyTaskList-module--header-left--GhDTM .MyTaskList-module--mod--Rul87 {
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 4px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--header--wftd2 .MyTaskList-module--right-btn--jzVNq {
  display: flex;
  align-items: center;
  gap: 8px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--header--wftd2 .MyTaskList-module--error-reason--HU6ix {
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  padding: 4px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 4px;
  border-radius: 4px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--header--wftd2 .MyTaskList-module--error-reason--HU6ix span {
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 {
  flex: 1 1;
  height: 0;
  overflow-y: hidden;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 {
  padding: 16px 0;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-header--NbezI {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-header--NbezI .ant-tag {
  margin: 0 8px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-header--NbezI .MyTaskList-module--tag-wrap--\+7hYt {
  margin: 0;
  display: flex;
  gap: 8px;
  margin-left: 8px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-header--NbezI .MyTaskList-module--item-ai-staff--W6N9s {
  display: inline-flex;
  align-items: center;
  height: 20px;
  background: linear-gradient(90deg, #e9eafd 0.08%, #f2ecfe 99.94%);
  margin: 0;
  padding: 0 6px;
  border-radius: 2px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-header--NbezI .MyTaskList-module--item-ai-staff--W6N9s .sirius-icon {
  width: 14px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 2px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-header--NbezI .MyTaskList-module--item-ai-staff--W6N9s span {
  font-size: 12px;
  background: linear-gradient(90deg, #5d64e1 0.08%, #846ae1 74.98%, #9d6ae1 99.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-header--NbezI .MyTaskList-module--item-potential--q01cf {
  color: #7a51cb;
  color: var(--label-3_3, #7a51cb);
  border-radius: 2px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 6px;
  background-color: #ede4ff;
  background-color: var(--label-3_1, #ede4ff);
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-header--NbezI .MyTaskList-module--item-private--Hl0\+M {
  color: #cc913d;
  color: var(--label-4_3, #cc913d);
  border-radius: 2px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 6px;
  background-color: #fff3e2;
  background-color: var(--label-4_1, #fff3e2);
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-header--NbezI .MyTaskList-module--scheduling--5eTCR {
  color: #cb493d;
  color: var(--label-5_3, #cb493d);
  border-radius: 2px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 6px;
  background-color: #ffe5e2;
  background-color: var(--label-5_1, #ffe5e2);
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-header-info--WqrHh {
  display: flex;
  align-items: center;
  flex: 1 1;
  width: 0;
  margin-right: 16px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-header-tag--BB\+Le {
  color: #4759b2;
  color: var(--label-1_3, #4759b2);
  border-radius: 2px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 6px;
  background-color: #deebfd;
  background-color: var(--label-1_1, #deebfd);
  margin-left: 8px;
  white-space: nowrap;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-header-btn--zbtin {
  display: flex;
  align-items: center;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-header-title--pDNud {
  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-right: 8px;
  max-width: 377px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 30px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-header--NbezI .MyTaskList-module--btn-item--O\+eLP {
  margin-left: 8px;
  white-space: nowrap;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item-info--qp1QP {
  display: flex;
  align-items: center;
  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;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item-info-item--XSAxB {
  margin-right: 32px;
  display: flex;
  align-items: center;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item-info-item-icon--Dj4e3 circle {
  stroke: #8d92a1;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item-info-item-icon--Dj4e3 path {
  fill: #8d92a1;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item-info-item-label--EHXU8 {
  flex: none;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item-info-item-intro--g1sE0 {
  margin-left: 4px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item-info-item-intro-info--JQYw4 {
  max-width: 248px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-data--clRtx {
  display: flex;
  margin-top: 8px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-data--clRtx .MyTaskList-module--item-data-item--Sc1bS {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #747a8c;
  color: var(--text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-right: 16px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-data--clRtx .MyTaskList-module--item-data-item--Sc1bS .MyTaskList-module--item-data-item-title--Vo7sv {
  display: flex;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-data--clRtx .MyTaskList-module--item-data-item--Sc1bS .MyTaskList-module--normal-label--OXxTw {
  flex: none;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-data--clRtx .MyTaskList-module--item-data-item--Sc1bS .MyTaskList-module--link--u\+SEq {
  display: flex;
  cursor: pointer;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-data--clRtx .MyTaskList-module--item-data-item--Sc1bS .MyTaskList-module--link--u\+SEq .MyTaskList-module--link-label--sgo1G {
  border-bottom: 1px solid #747a8c;
  border-bottom: 1px solid var(--text-3, #747a8c);
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-data--clRtx .MyTaskList-module--item-data-item--Sc1bS .MyTaskList-module--icon--e9Y1U {
  cursor: pointer;
  filter: grayscale(100%);
  margin-top: 1px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-data--clRtx .MyTaskList-module--item-data-item--Sc1bS .MyTaskList-module--item-data-item-data--iqRHQ {
  color: #272e47;
  color: var(--text-4, #272e47);
  position: relative;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-data--clRtx .MyTaskList-module--item-data-item--Sc1bS .MyTaskList-module--item-data-item-data--iqRHQ .MyTaskList-module--mark-data--V\+f99 {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  right: 4px;
  text-align: center;
  top: -10px;
  transform: translateX(100%);
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-data--clRtx .MyTaskList-module--item-data-item--Sc1bS .MyTaskList-module--item-data-item-person--kHLBK {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-data--clRtx .MyTaskList-module--item-data-item--Sc1bS .MyTaskList-module--item-data-item-title--Vo7sv:hover .MyTaskList-module--link--u\+SEq {
  color: #4c6aff;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-data--clRtx .MyTaskList-module--item-data-item--Sc1bS .MyTaskList-module--item-data-item-title--Vo7sv:hover .MyTaskList-module--link--u\+SEq .MyTaskList-module--link-label--sgo1G {
  border-bottom: 1px solid #4c6aff !important;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-data--clRtx .MyTaskList-module--item-data-item--Sc1bS .MyTaskList-module--item-data-item-title--Vo7sv:hover .MyTaskList-module--link--u\+SEq .MyTaskList-module--item-data-item-data--iqRHQ {
  color: #4c6aff;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-data--clRtx .MyTaskList-module--item-data-item--Sc1bS .MyTaskList-module--item-data-item-title--Vo7sv:hover .MyTaskList-module--icon--e9Y1U {
  filter: none;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--item--pSeN6 .MyTaskList-module--item-data--clRtx .MyTaskList-module--item-data-item-margin--GW-Rm {
  margin-right: 24px;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--open-wrap--wKiug {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--open-wrap--wKiug .MyTaskList-module--header-right--SgbHI {
  display: flex;
  align-items: center;
  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;
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--open-wrap--wKiug .MyTaskList-module--header-right--SgbHI .MyTaskList-module--open-icon--gLOtD {
  transform-origin: center;
  transform: rotateZ(180deg);
}
.MyTaskList-module--wrap--Kd5Yy .MyTaskList-module--content--o8Y39 .MyTaskList-module--list--yIWZF .MyTaskList-module--open-wrap--wKiug .MyTaskList-module--header-right--SgbHI svg {
  margin-left: 4px;
}

.MyTaskList-module--modal-content--q6MdE {
  margin: -12px -20px 21px;
  padding: 0 20px;
  max-height: 492px;
  overflow-y: overlay;
}
.MyTaskList-module--modal-content--q6MdE .MyTaskList-module--modal-info--3c6ZR {
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 常用/Text-C2-Reg14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 28px;
}
.MyTaskList-module--modal-content--q6MdE .MyTaskList-module--input--ONCO5 {
  width: 100%;
}
.MyTaskList-module--modal-content--q6MdE .MyTaskList-module--priority--apBDL {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.MyTaskList-module--modal-content--q6MdE .MyTaskList-module--priority--apBDL .MyTaskList-module--priority-title--aSLs3 {
  margin: 0;
}
.MyTaskList-module--modal-content--q6MdE .MyTaskList-module--priority--apBDL .MyTaskList-module--priority-desc--WrYs9 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.MyTaskList-module--modal-content--q6MdE .MyTaskList-module--priority--apBDL .MyTaskList-module--priority-list--u2F5M {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
  padding: 10px 0;
  margin: 8px 0 18px;
}
.MyTaskList-module--modal-content--q6MdE .MyTaskList-module--priority--apBDL .MyTaskList-module--priority-item--c7WQ6 {
  padding: 7px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.MyTaskList-module--modal-content--q6MdE .MyTaskList-module--priority--apBDL .MyTaskList-module--priority-item--c7WQ6:hover, .MyTaskList-module--modal-content--q6MdE .MyTaskList-module--priority--apBDL .MyTaskList-module--priority-item--c7WQ6:active {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.MyTaskList-module--modal-content--q6MdE .MyTaskList-module--priority--apBDL .MyTaskList-module--priority-item--c7WQ6 svg:hover, .MyTaskList-module--modal-content--q6MdE .MyTaskList-module--priority--apBDL .MyTaskList-module--priority-item--c7WQ6 svg:active {
  cursor: move;
}
.MyTaskList-module--modal-content--q6MdE .MyTaskList-module--priority--apBDL .MyTaskList-module--time-pick--czcJn {
  display: flex;
  align-items: center;
  margin-top: 8px;
  gap: 8px;
}
.MyTaskList-module--modal-content--q6MdE .MyTaskList-module--priority--apBDL .MyTaskList-module--time-pick--czcJn .MyTaskList-module--split-line--wOXGx {
  background: #8d92a1;
  background: var(--fill-6, #8d92a1);
  height: 1px;
  width: 16px;
}
.MyTaskList-module--modal-content--q6MdE .MyTaskList-module--priority--apBDL .MyTaskList-module--time-pick--czcJn .MyTaskList-module--time-label--WxqOy {
  color: #747a8c;
  color: var(--text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.MyTaskList-module--modal-content--q6MdE .MyTaskList-module--priority--apBDL .MyTaskList-module--error-tip--YdnMQ {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  line-height: 24px;
}

.MyTaskList-module--btn-form--5f5M0 {
  display: flex;
  justify-content: flex-end;
  padding-top: 18px;
  background-color: #fff;
}

.MyTaskList-module--pick-item-disabled--aaXFr {
  background: rgba(0, 0, 0, 0.04) !important;
  cursor: not-allowed !important;
}

.MyTaskList-module--add-btn--c35O2 {
  border: 0.5px solid #eceff4;
  box-shadow: 0px 4px 8px rgba(35, 45, 71, 0.1);
  border-radius: 4px;
  width: 128px;
  padding: 4px 0;
}
.MyTaskList-module--add-btn-item--bigx4 {
  white-space: nowrap;
  cursor: pointer;
  padding: 8px 2px;
  color: #4e5a70;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
}
.MyTaskList-module--add-btn-item--bigx4:hover {
  background-color: #f0f2f7;
}

.MyTaskList-module--add-btn2--I6pXy {
  width: 142px;
}
.MyTaskList-module--add-btn2--I6pXy .MyTaskList-module--add-btn-item--bigx4 {
  display: flex;
  align-items: center;
  gap: 4px;
}

.MyTaskList-module--popover-wrapper--93xir .ant-popover-placement-bottom {
  padding-top: 0 !important;
}
.MyTaskList-module--popover-wrapper--93xir .ant-popover-arrow {
  display: none;
}
.MyTaskList-module--popover-wrapper--93xir .ant-popover {
  padding-top: 0 !important;
}

.MyTaskList-module--dropdown-btn--m26i3 {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.MyTaskList-module--dropdown-btn--m26i3 span {
  display: flex !important;
  align-items: center;
  width: 14px !important;
}

.MyTaskList-module--error-modal--tebES .ant-modal-body {
  padding-top: 12px;
}
.MyTaskList-module--error-modal--tebES .MyTaskList-module--error-content--mbmCj {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.MyTaskList-module--error-modal--tebES .MyTaskList-module--error-content--mbmCj .ant-table-wrapper {
  border-bottom: 1px solid #f0f0f0;
}
.MyTaskList-module--error-modal--tebES .MyTaskList-module--error-content--mbmCj .MyTaskList-module--error-tips--x4M\+P {
  padding: 16px;
  border-radius: 4px;
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
}
.MyTaskList-module--error-modal--tebES .MyTaskList-module--error-content--mbmCj .MyTaskList-module--error-tips-header--0XbRR {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}
.MyTaskList-module--error-modal--tebES .MyTaskList-module--error-content--mbmCj .MyTaskList-module--error-tips-header--0XbRR span {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.MyTaskList-module--error-modal--tebES .MyTaskList-module--error-content--mbmCj .MyTaskList-module--error-tips-list--MqtdT {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.MyTaskList-module--column1--2P6FK {
  width: 240px;
}

.MyTaskList-module--column2--6IdlK {
  width: 122px;
}

.MyTaskList-module--column3--j4ft2 {
  width: 404px;
}

.MyTaskList-module--ellipsis--AOlPi {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.MyTaskList-module--my-select--AGwI9 .ant-select-selection-item {
  padding-right: 0 !important;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx {
  height: 100%;
  min-height: 632px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(112deg, rgba(149, 159, 255, 0.2) 0%, rgba(149, 159, 255, 0) 25.38%, rgba(149, 159, 255, 0) 99.68%), linear-gradient(70deg, rgba(104, 155, 255, 0.2) 0%, rgba(104, 155, 255, 0) 28.88%, rgba(104, 155, 255, 0) 100%), #f0f7ff;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ {
  height: 100%;
  width: 992px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  width: 442px;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--title--F1uMs {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--content--arzdN {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--content--arzdN .potentialMarketingWhitePage-module--content-item--g6Cm\+ {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--content--arzdN .potentialMarketingWhitePage-module--content-item--g6Cm\+ .potentialMarketingWhitePage-module--content-item-title--EOWFs {
  display: flex;
  gap: 6px;
  align-items: center;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--content--arzdN .potentialMarketingWhitePage-module--content-item--g6Cm\+ .potentialMarketingWhitePage-module--content-item-title--EOWFs .potentialMarketingWhitePage-module--content-item-dot--7PQ6f {
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjYiIGZpbGw9IiNFREYwRkYiLz4KPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjMiIGZpbGw9IiM0QzZBRkYiLz4KPC9zdmc+Cg==);
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--content--arzdN .potentialMarketingWhitePage-module--content-item--g6Cm\+ .potentialMarketingWhitePage-module--content-item-title--EOWFs .potentialMarketingWhitePage-module--content-item-text--T0KN1 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--content--arzdN .potentialMarketingWhitePage-module--content-item--g6Cm\+ .potentialMarketingWhitePage-module--content-item-detail--AMpxA {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--button-container--DiMPp {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 76px;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--button-container--DiMPp .potentialMarketingWhitePage-module--button--UhkCb {
  width: 192px;
  height: 36px;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--button-container--DiMPp .potentialMarketingWhitePage-module--usage-guide--pI\+\+Y {
  display: flex;
  gap: 4px;
  align-items: center;
  cursor: pointer;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--button-container--DiMPp .potentialMarketingWhitePage-module--usage-guide--pI\+\+Y .potentialMarketingWhitePage-module--usage-guide-icon--DAijQ {
  width: 14px;
  height: 14px;
  background: url(/static/potential-white-page-usage-guide.d1ca855a.svg);
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--button-container--DiMPp .potentialMarketingWhitePage-module--usage-guide--pI\+\+Y .potentialMarketingWhitePage-module--usage-guide-text--hsXFh {
  color: #545a6e;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--tips-content--LSIUA {
  display: flex;
  flex-direction: column;
  top: calc(50% + 182.5px - 32px - 36px - 4px);
  left: 140px;
  position: absolute;
  height: 32px;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--tips-content--LSIUA .potentialMarketingWhitePage-module--tips--reDGj {
  height: 28px;
  background: linear-gradient(96deg, #29b2ff 3.78%, #a851ff 95.62%);
  border-radius: 14px;
  padding: 4px 8px;
  display: flex;
  gap: 4px;
  align-items: center;
  filter: drop-shadow(0px 8px 16px rgba(47, 83, 134, 0.12));
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--tips-content--LSIUA .potentialMarketingWhitePage-module--tips--reDGj .potentialMarketingWhitePage-module--tips-text--Md-4Q {
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--tips-content--LSIUA .potentialMarketingWhitePage-module--tips--reDGj .potentialMarketingWhitePage-module--tips-waring--t4p-7 {
  background: url(/static/potential-white-page-tips-waring.20b14d2c.svg);
  width: 14px;
  height: 14px;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--left--Iqa45 .potentialMarketingWhitePage-module--tips-content--LSIUA .potentialMarketingWhitePage-module--arrow--CSeIS {
  width: 5px;
  height: 4px;
  background: url(/static/potential-white-page-tips-arrow.6f5aa4f6.svg);
  margin-left: 22px;
}
.potentialMarketingWhitePage-module--wrap--\+Pgjx .potentialMarketingWhitePage-module--wrap-content--wF6F\+ .potentialMarketingWhitePage-module--right--rkaIi {
  width: 550px;
  height: 632px;
}

.potentialMarketingWhitePage-module--potential-marketing-white-page-tip--v10s8 {
  color: #ffffff;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  width: 180px;
}
.potentialMarketingGuidePage-module--wrap--VuJoq {
  height: 100%;
  width: 100%;
  min-width: 1234px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(112deg, rgba(149, 159, 255, 0.2) 0%, rgba(149, 159, 255, 0) 25.38%, rgba(149, 159, 255, 0) 99.68%), linear-gradient(70deg, rgba(104, 155, 255, 0.2) 0%, rgba(104, 155, 255, 0) 28.88%, rgba(104, 155, 255, 0) 100%), #f0f7ff;
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW {
  height: 100%;
  width: 1234px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 44px;
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW .potentialMarketingGuidePage-module--left--58at8 {
  display: flex;
  flex-direction: column;
  padding-left: 100px;
  width: 400px;
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW .potentialMarketingGuidePage-module--left--58at8 .potentialMarketingGuidePage-module--title--A8mUw {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 32px;
  font-weight: 600;
  line-height: 44.8px;
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW .potentialMarketingGuidePage-module--left--58at8 .potentialMarketingGuidePage-module--content--HMIEe {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 12px;
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW .potentialMarketingGuidePage-module--left--58at8 .potentialMarketingGuidePage-module--content--HMIEe .potentialMarketingGuidePage-module--content-item--wocN8 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW .potentialMarketingGuidePage-module--left--58at8 .potentialMarketingGuidePage-module--content--HMIEe .potentialMarketingGuidePage-module--content-item--wocN8 .potentialMarketingGuidePage-module--content-item-title--IAcDM {
  display: flex;
  gap: 6px;
  align-items: center;
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW .potentialMarketingGuidePage-module--left--58at8 .potentialMarketingGuidePage-module--content--HMIEe .potentialMarketingGuidePage-module--content-item--wocN8 .potentialMarketingGuidePage-module--content-item-title--IAcDM .potentialMarketingGuidePage-module--content-item-dot--Qpn9Z {
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjYiIGZpbGw9IiNFREYwRkYiLz4KPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjMiIGZpbGw9IiM0QzZBRkYiLz4KPC9zdmc+Cg==);
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW .potentialMarketingGuidePage-module--left--58at8 .potentialMarketingGuidePage-module--content--HMIEe .potentialMarketingGuidePage-module--content-item--wocN8 .potentialMarketingGuidePage-module--content-item-title--IAcDM .potentialMarketingGuidePage-module--content-item-text--vVVB3 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW .potentialMarketingGuidePage-module--left--58at8 .potentialMarketingGuidePage-module--content--HMIEe .potentialMarketingGuidePage-module--content-item--wocN8 .potentialMarketingGuidePage-module--content-item-detail--V4kjW {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW .potentialMarketingGuidePage-module--left--58at8 .potentialMarketingGuidePage-module--button--DYman {
  width: 160px;
  height: 36px;
  margin-top: 50px;
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW .potentialMarketingGuidePage-module--left--58at8 .potentialMarketingGuidePage-module--tips-content--VMPtJ {
  display: flex;
  flex-direction: column;
  top: calc(50% + 182.5px - 32px - 36px - 4px);
  left: 230px;
  position: absolute;
  height: 32px;
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW .potentialMarketingGuidePage-module--left--58at8 .potentialMarketingGuidePage-module--tips-content--VMPtJ .potentialMarketingGuidePage-module--tips--V4uPJ {
  height: 28px;
  background: linear-gradient(96deg, #29b2ff 3.78%, #a851ff 95.62%);
  border-radius: 14px;
  padding: 4px 8px;
  display: flex;
  gap: 4px;
  align-items: center;
  filter: drop-shadow(0px 8px 16px rgba(47, 83, 134, 0.12));
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW .potentialMarketingGuidePage-module--left--58at8 .potentialMarketingGuidePage-module--tips-content--VMPtJ .potentialMarketingGuidePage-module--tips--V4uPJ .potentialMarketingGuidePage-module--tips-text--NO19T {
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW .potentialMarketingGuidePage-module--left--58at8 .potentialMarketingGuidePage-module--tips-content--VMPtJ .potentialMarketingGuidePage-module--tips--V4uPJ .potentialMarketingGuidePage-module--tips-waring--Mn5zs {
  background: url(/static/potential-white-page-tips-waring.20b14d2c.svg);
  width: 14px;
  height: 14px;
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW .potentialMarketingGuidePage-module--left--58at8 .potentialMarketingGuidePage-module--tips-content--VMPtJ .potentialMarketingGuidePage-module--arrow--aHsyf {
  width: 5px;
  height: 4px;
  background: url(/static/potential-white-page-tips-arrow.6f5aa4f6.svg);
  margin-left: 22px;
}
.potentialMarketingGuidePage-module--wrap--VuJoq .potentialMarketingGuidePage-module--wrap-content--DavSW .potentialMarketingGuidePage-module--right--VGWME {
  width: 790px;
  height: 492px;
  background: url(/static/potential-white-page-right-introduce-ca1719ac2f886dd1d314961426336914.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.potentialMarketingGuidePage-module--potential-marketing-white-page-tip--C3zNq {
  color: #ffffff;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  width: 180px;
}
@charset "UTF-8";
.detail-module--container--I1zMr {
  position: relative;
  padding: 24px 0px 24px 24px;
  height: 100%;
  overflow-y: overlay;
  min-height: 100% !important;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  min-width: 852px;
  min-height: 640px;
}
.detail-module--container--I1zMr::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #f4f4f4;
}
.detail-module--container--I1zMr::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 2px;
}
.detail-module--container--I1zMr::-webkit-scrollbar-thumb {
  background: #f4f4f4;
  border-radius: 10px;
}
.detail-module--container--I1zMr::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}
.detail-module--container--I1zMr .detail-module--bread-crumb--Mrr8W {
  display: flex;
  align-items: center;
  line-height: 20px;
  margin-bottom: 14px;
  padding-right: 24px;
  justify-content: space-between;
}
.detail-module--container--I1zMr .detail-module--bread-crumb--Mrr8W .detail-module--bread-crumb-item--9aiPE {
  cursor: pointer;
  font-size: 14px;
  color: #51555c;
}
.detail-module--container--I1zMr .detail-module--bread-crumb--Mrr8W .detail-module--bread-crumb-item--9aiPE:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.detail-module--container--I1zMr .detail-module--bread-crumb--Mrr8W .detail-module--clickable-crumb--ZIgTw:hover {
  color: #386ee7;
  cursor: pointer;
}
.detail-module--container--I1zMr .detail-module--bread-crumb--Mrr8W .detail-module--bread-crumb--Mrr8W .detail-module--bread-crumb-item--9aiPE:last-child,
.detail-module--container--I1zMr .detail-module--bread-crumb--Mrr8W .detail-module--bread-crumb--Mrr8W .detail-module--bread-crumb-active--An1Cj {
  font-size: 20px;
  color: #262a33;
  font-weight: 500;
}
.detail-module--container--I1zMr .detail-module--bread-crumb--Mrr8W .detail-module--video-tip--IZm6P {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}
.detail-module--container--I1zMr .detail-module--bread-crumb--Mrr8W .detail-module--video-tip--IZm6P span {
  margin-left: 4px;
}
.detail-module--container--I1zMr .detail-module--detail-container--gIg\+n {
  height: 100%;
  overflow-y: auto;
}
.detail-module--container--I1zMr .detail-module--detail-container--gIg\+n::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
  height: 6px;
}
.detail-module--container--I1zMr .detail-module--detail-container--gIg\+n:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.detail-module--container--I1zMr .detail-module--detail-container--gIg\+n:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.detail-module--container--I1zMr .detail-module--detail-container--gIg\+n:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.detail-module--container--I1zMr .detail-module--detail-container--gIg\+n:hover::-webkit-scrollbar-button {
  display: none;
}
.detail-module--container--I1zMr .detail-module--detail-container--gIg\+n:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.detail-module--container--I1zMr .detail-module--detail-container--gIg\+n:hover::-webkit-scrollbar-thumb:hover {
  background: #dddddd;
}
.detail-module--container--I1zMr .detail-module--detail-container--gIg\+n:hover::-webkit-scrollbar-corner {
  display: none;
}
.detail-module--container--I1zMr .detail-module--detail-common-container--ECWtq {
  height: 100%;
  overflow-y: visible;
}
.header-module--header-bg--OdH7R {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  font-size: 12px;
  color: #a8aaad;
  line-height: 14px;
}

.header-module--header--ryLpU {
  height: 40px;
  font-family: "PingFang SC";
  font-style: normal;
  color: #272e47;
  color: var(--Text-5, #272e47);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header-module--header--ryLpU .header-module--title--Ww3qC {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.header-module--header--ryLpU .header-module--subTitle--2AW55 {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.header-module--header--ryLpU .header-module--count--AC1wS {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
}
.header-module--header--ryLpU .header-module--range-picker--5IyiR {
  border-radius: 4px;
}

.header-module--data-view--QiGpR {
  border-radius: 4px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  padding: 6px 12px;
  display: inline-flex;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  margin-bottom: 31px;
}

.header-module--tab-list--E3QXk {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 46px;
  align-items: flex-end;
}

.header-module--tabItem--aaHSj {
  background: #fff;
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  border-right: 1px solid #f0f1f5;
  border-right: 1px solid var(--Line-1, #f0f1f5);
}
.header-module--tabItem--aaHSj:last-of-type {
  border-right: none;
}
.header-module--tabItem--aaHSj .header-module--left--CPVs2 {
  width: 56px;
  height: 56px;
}
.header-module--tabItem--aaHSj .header-module--left--CPVs2 .header-module--tabItemIcon--8TgP\+ {
  width: 100%;
  height: 100%;
}
.header-module--tabItem--aaHSj .header-module--right--EO3Km {
  margin-left: 12px;
  position: relative;
}
.header-module--tabItem--aaHSj .header-module--right--EO3Km .header-module--edmDetailSubTitle--u3NEg {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: -22px;
  left: 0px;
  width: 120px;
}
.header-module--tabItem--aaHSj .header-module--right--EO3Km .header-module--subTitle2--fzB-z {
  color: #398e80;
  color: var(--label-2_3, #398e80);
}
.header-module--tabItem--aaHSj .header-module--right--EO3Km .header-module--subTitle3--MslWe {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
}
.header-module--tabItem--aaHSj .header-module--right--EO3Km .header-module--subTitle4--MmeDF {
  color: #00c4d6;
  color: var(--Avatar-4, #00c4d6);
}
.header-module--tabItem--aaHSj .header-module--right--EO3Km .header-module--tabItemNum--CpTXc {
  height: 24px;
  line-height: 24px;
  font-family: "LX-numbers";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 6px;
}
.header-module--tabItem--aaHSj .header-module--right--EO3Km .header-module--tabItemTitle--N9MPq {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.header-module--tabItem--aaHSj .header-module--right--EO3Km .header-module--tabItemTitle--N9MPq .header-module--icon--8-fDF {
  cursor: pointer;
  margin-left: 2px;
  filter: grayscale(100%);
}
.header-module--tabItem--aaHSj .header-module--right--EO3Km .header-module--tabItemTitle--N9MPq .header-module--link--ZQLcD {
  cursor: pointer;
  border-bottom: 1px solid #747a8c;
  border-bottom: 1px solid var(--Text-3, #747a8c);
}
.header-module--tabItem--aaHSj .header-module--right--EO3Km .header-module--tabItemTitle--N9MPq:hover .header-module--link--ZQLcD {
  color: #4c6aff;
  border-bottom: 1px solid #4c6aff !important;
}
.header-module--tabItem--aaHSj .header-module--right--EO3Km .header-module--tabItemTitle--N9MPq:hover .header-module--icon--8-fDF {
  filter: none;
}

.header-module--custom-datepicker-panel--EOKeg {
  display: flex;
}
.header-module--custom-datepicker-panel--EOKeg .header-module--left-side--SisCI {
  width: 82px;
  padding: 10px 0 10px 16px;
  border-right: 1px solid #eceff4;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #51555c;
}
.header-module--custom-datepicker-panel--EOKeg .header-module--left-side--SisCI ul {
  list-style: none;
}

.header-module--custom-picker-range--GjRCH {
  margin-bottom: 12px;
  cursor: pointer;
}
.header-module--custom-picker-range--GjRCH:hover {
  color: #386ee7;
}

.header-module--product-guide-wrapper--Ok\+pC {
  margin-top: -18px;
}
.header-module--product-guide-wrapper--Ok\+pC .ant-tabs-tabpane {
  padding: 0 !important;
  height: 284px;
}
.modal-module--worktable-modal--HHqqM .ant-modal-header {
  display: none;
}
.modal-module--worktable-modal--HHqqM .ant-modal-content {
  overflow: hidden;
}
.modal-module--worktable-modal--HHqqM .ant-modal-body {
  padding: 0;
}
.modal-module--worktable-modal--HHqqM .modal-module--header---KG8J {
  position: relative;
  padding: 12px 0;
  border: 1px solid #eceff4;
}
.modal-module--worktable-modal--HHqqM .modal-module--modal-title--aIs9c {
  padding-left: 20px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #262a33;
}
.modal-module--worktable-modal--HHqqM .modal-module--sub-text--nD65G {
  margin: 8px 0 0 20px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #a8aaad;
}
.modal-module--worktable-modal--HHqqM .modal-module--header-actions--aTOjN {
  position: absolute;
  top: 12px;
  right: 20px;
}
.modal-module--worktable-modal--HHqqM .modal-module--content--Z1OzO {
  display: flex;
}
.modal-module--worktable-modal--HHqqM .modal-module--filter-sidebar--EDwIs {
  flex: none;
}

.modal-module--filter-row--VQSin {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
}

.modal-module--timeFilter--41sHF .ant-picker-range .ant-picker-clear {
  right: 1px !important;
}
.modal-module--timeFilter--41sHF .ant-picker-input input {
  text-align: center;
}

.modal-module--action-btn--xvYuD {
  box-sizing: border-box;
  border: 1px solid #ffffff;
  background: #f4f6f7 center center no-repeat;
  background-size: 16px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.modal-module--u-refresh--zYuA4 {
  background-image: url(/static/sync.d79843e8.svg);
}
.modal-module--u-refresh--zYuA4:hover {
  background-image: url(/static/sync_hover.96117ef7.svg);
}

.modal-module--close-icon--RpMAP {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy41IDYuNUg5LjVWMi41SDguNVY3QzguNSA3LjI3NjE0IDguNzIzODYgNy41IDkgNy41SDEzLjVWNi41Wk0yLjUgOS41TDYuNSA5LjVMNi41IDEzLjVINy41TDcuNSA5QzcuNSA4LjcyMzg2IDcuMjc2MTQgOC41IDcgOC41TDIuNSA4LjVWOS41WiIgZmlsbD0iIzNDM0Y0NyIvPgo8bGluZSB4MT0iNi42NDk0NSIgeTE9IjkuMzUzNTUiIHgyPSIxLjY0OTQ1IiB5Mj0iMTQuMzUzNiIgc3Ryb2tlPSIjM0MzRjQ3Ii8+CjxsaW5lIHgxPSIxNC4zMDcyIiB5MT0iMS44MTA1OCIgeDI9IjkuMzA3MTciIHkyPSI2LjgxMDU4IiBzdHJva2U9IiMzQzNGNDciLz4KPC9zdmc+Cg==);
}
.modal-module--close-icon--RpMAP:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy41IDYuNUg5LjVWMi41SDguNVY3QzguNSA3LjI3NjE0IDguNzIzODYgNy41IDkgNy41SDEzLjVWNi41Wk0yLjUgOS41TDYuNSA5LjVMNi41IDEzLjVINy41TDcuNSA5QzcuNSA4LjcyMzg2IDcuMjc2MTQgOC41IDcgOC41TDIuNSA4LjVWOS41WiIgZmlsbD0iIzNDM0Y0NyIvPgo8bGluZSB4MT0iNi42NDk0NSIgeTE9IjkuMzUzNTUiIHgyPSIxLjY0OTQ1IiB5Mj0iMTQuMzUzNiIgc3Ryb2tlPSIjM0MzRjQ3Ii8+CjxsaW5lIHgxPSIxNC4zMDcyIiB5MT0iMS44MTA1OCIgeDI9IjkuMzA3MTciIHkyPSI2LjgxMDU4IiBzdHJva2U9IiMzQzNGNDciLz4KPC9zdmc+Cg==);
}

.modal-module--action-btn--xvYuD + .modal-module--action-btn--xvYuD {
  margin-left: 8px;
}

.modal-module--filter-sidebar--EDwIs {
  width: 210px;
  min-height: 200px;
  padding: 12px 16px;
  background: #f9fafb;
  border-right: 1px solid #eceff4;
}
.modal-module--filter-sidebar--EDwIs .ant-picker-range {
  padding: 4px 8px;
}
.modal-module--filter-sidebar--EDwIs .ant-picker-range-separator {
  padding: 0 4px;
}

.modal-module--filter-row--VQSin label {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #7d8085;
  display: inline-block;
}

.modal-module--filter-item--eCaLP {
  width: 100%;
}

.modal-module--body--L80zr {
  flex: 1 1;
  padding: 12px 16px;
}

.modal-module--grid4--IEshd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  grid-row-gap: 16px;
}

.modal-module--num-card--mPokW {
  padding: 6px 12px;
  height: 72px;
  max-width: 124px;
}

.modal-module--custom-datepicker-panel--ruYS6 {
  display: flex;
}
.modal-module--custom-datepicker-panel--ruYS6 .modal-module--left-side--M8bO6 {
  width: 82px;
  padding: 10px 0 10px 16px;
  border-right: 1px solid #eceff4;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #51555c;
}
.modal-module--custom-datepicker-panel--ruYS6 .modal-module--left-side--M8bO6 ul {
  list-style: none;
}

.modal-module--custom-picker-range--vWnqS {
  margin-bottom: 12px;
  cursor: pointer;
}
.modal-module--custom-picker-range--vWnqS:hover {
  color: #386ee7;
}
.filters-module--radio-group--iQpDu .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.filters-module--radio-group--iQpDu .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.filters-module--radio-group--iQpDu .ant-radio-button-wrapper:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.List-module--selection--pezzp {
  border-radius: 16px;
}

.List-module--list--bqHeh {
  min-height: calc(100% - 322px);
  background: #ffffff;
  position: relative;
  border-radius: 4px;
  padding: 16px;
}
.List-module--list--bqHeh .List-module--data-preview--uzRGx .List-module--data-header--ATGfL {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.List-module--list--bqHeh .List-module--data-preview--uzRGx .List-module--data-header--ATGfL .List-module--data-title--N6nAj {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #1a2233;
}
.List-module--list--bqHeh .List-module--data-preview--uzRGx .List-module--data-header--ATGfL .List-module--data-selection--PO7MJ {
  display: flex;
  align-items: center;
}
.List-module--list--bqHeh .List-module--data-preview--uzRGx .List-module--data-header--ATGfL .List-module--data-selection--PO7MJ .List-module--range-picker--w6o3H {
  border-radius: 4px;
}
.List-module--list--bqHeh .List-module--data-preview--uzRGx .List-module--data-header--ATGfL .List-module--data-selection--PO7MJ .List-module--group--H2dF0 .ant-radio-button-wrapper:first-child {
  border-radius: 4px 0px 0px 4px;
}
.List-module--list--bqHeh .List-module--data-preview--uzRGx .List-module--data-header--ATGfL .List-module--data-selection--PO7MJ .List-module--group--H2dF0 .ant-radio-button-wrapper:last-child {
  border-radius: 0px 4px 4px 0px;
}
.List-module--list--bqHeh .List-module--data-preview--uzRGx .List-module--data-header--ATGfL .List-module--data-selection--PO7MJ .List-module--group--H2dF0 .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #4c6aff;
  border-color: #4c6aff;
}
.List-module--list--bqHeh .List-module--data-preview--uzRGx .List-module--data-header--ATGfL .List-module--data-selection--PO7MJ .List-module--group--H2dF0 .ant-radio-button-wrapper:focus-within {
  box-shadow: none !important;
}
.List-module--list--bqHeh .List-module--data-preview--uzRGx .List-module--data-header--ATGfL .List-module--data-selection--PO7MJ .List-module--group--H2dF0 .ant-radio-button-wrapper:hover {
  color: #4c6aff;
}

.List-module--empty--lZXbl {
  z-index: 6;
  height: 28px;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  background-color: #1f2238;
}
.List-module--empty--lZXbl .List-module--inner--iWyxG {
  border-radius: 16px 16px 0 0;
  height: 100%;
  background-color: #fff;
}

.List-module--custom-datepicker-panel--ZT7e4 {
  display: flex;
}
.List-module--custom-datepicker-panel--ZT7e4 .List-module--left-side--o2q3k {
  width: 82px;
  padding: 10px 0 10px 16px;
  border-right: 1px solid #eceff4;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #51555c;
}
.List-module--custom-datepicker-panel--ZT7e4 .List-module--left-side--o2q3k ul {
  list-style: none;
}

.List-module--custom-picker-range--jNeV- {
  margin-bottom: 12px;
  cursor: pointer;
}
.List-module--custom-picker-range--jNeV-:hover {
  color: #386ee7;
}

.List-module--select--o1Q5U .sirius-select-front {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.List-module--select--o1Q5U .sirius-select-ui-front {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@charset "UTF-8";
.DailyRecords-module--list--QfUTb .DailyRecords-module--title--mfqJ- {
  display: flex;
  align-items: center;
}
.DailyRecords-module--list--QfUTb .DailyRecords-module--title--mfqJ- .DailyRecords-module--bar--\+SSyU {
  width: 2px;
  height: 16px;
  background: #4c6aff;
}
.DailyRecords-module--list--QfUTb .DailyRecords-module--title--mfqJ- .DailyRecords-module--label--d5F7T {
  margin-left: 4px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  color: #1a2233;
}
.DailyRecords-module--list--QfUTb .DailyRecords-module--table--ypfzI {
  margin-top: 12px;
}
.DailyRecords-module--list--QfUTb .DailyRecords-module--table--ypfzI .DailyRecords-module--table-wrap--nGdfR .ant-table-thead .ant-table-cell {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  /* 文字/Text-3次要信息 */
  color: #747a8c;
}
.DailyRecords-module--list--QfUTb .DailyRecords-module--table--ypfzI .DailyRecords-module--table-wrap-no-data--4NlYj .ant-table-tbody {
  display: none;
}
.DailyRecords-module--list--QfUTb .DailyRecords-module--row--abnPr {
  background-color: #f8f9fa;
}
.index-module--empty-wrapper--Q\+Ouu .ant-tabs-nav {
  margin-bottom: 0;
}
.index-module--empty-wrapper--Q\+Ouu .ant-tabs-tabpane {
  padding-top: 12px;
}
.index-module--empty-wrapper--Q\+Ouu .ant-tabs-ink-bar-animated {
  transition: none !important;
}

.index-module--table-pagination--DEJlb {
  padding-top: 8px;
  text-align: right;
}
@charset "UTF-8";
.index-module--preview-cards--am-Mr {
  margin: 12px -6px 16px;
  display: flex;
  align-items: center;
}
.index-module--preview-cards--am-Mr .index-module--preview-card--bmQHX {
  flex: 1 1;
  height: 108px;
  margin: 0 6px;
  background: #f9fafb;
  padding: 18px 0 0 22px;
}
.index-module--preview-cards--am-Mr .index-module--preview-card--bmQHX .index-module--card-title--JjtzS {
  display: flex;
  align-items: center;
}
.index-module--preview-cards--am-Mr .index-module--preview-card--bmQHX .index-module--card-title--JjtzS img {
  width: 20px;
  height: 24px;
  margin-right: 2.47px;
}
.index-module--preview-cards--am-Mr .index-module--preview-card--bmQHX .index-module--card-title--JjtzS .index-module--label--O0LCU {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  /* 中性色-文字/Text-4正文 */
  color: #545a6e;
}
.index-module--preview-cards--am-Mr .index-module--preview-card--bmQHX .index-module--num--rcdQI {
  font-family: "LX-numbers";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  /* identical to box height, or 136% */
  padding-left: 4px;
  color: #1a2233;
  margin: 0px 0 4px;
}
.index-module--preview-cards--am-Mr .index-module--preview-card--bmQHX .index-module--child--NnyjR {
  display: flex;
  align-items: center;
}
.index-module--preview-cards--am-Mr .index-module--preview-card--bmQHX .index-module--child--NnyjR .index-module--child-label--pH7sl {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  /* 中性色-文字/Text-3次要信息 */
  color: #747a8c;
}
.index-module--preview-cards--am-Mr .index-module--preview-card--bmQHX .index-module--child--NnyjR .index-module--child-num--j\+NAU {
  margin-left: 2px;
  font-family: "LX-numbers";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  /* identical to box height, or 154% */
  color: #424e66;
}
.index-module--preview-cards--df3Ju {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.index-module--preview-card--G8a2M {
  flex: 1 1;
  height: 74px;
  border-radius: 4px;
  margin-top: 9px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  position: relative;
}
.index-module--preview-card-col--f0jXu {
  flex: 1 1;
  text-align: center;
  padding: 0 4px;
}
.index-module--preview-card-num--CyFb8 {
  font-family: LX-numbers;
  font-size: 18px;
  line-height: 22px;
  color: #272e47;
}
.index-module--preview-card-label--VBUkB {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  color: #747a8c;
}
.index-module--preview-card-divider--mYEfL {
  width: 1px;
  height: 28px;
  background: #c9cbd6;
  position: absolute;
  left: 50%;
  top: 23px;
}

.index-module--table-pagination--Ff\+8e {
  padding-top: 8px;
  text-align: right;
}
.index-module--preview-cards--Z8HAt {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.index-module--preview-card--BQ\+\+1 {
  flex: 1 1;
  height: 74px;
  border-radius: 4px;
  margin-top: 9px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  position: relative;
}
.index-module--preview-card-col--H6dMO {
  flex: 1 1;
  text-align: center;
  padding: 0 4px;
}
.index-module--preview-card-num--YcCj2 {
  font-family: LX-numbers;
  font-size: 18px;
  line-height: 22px;
  color: #272e47;
}
.index-module--preview-card-label--yh6GL {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  color: #747a8c;
}
.index-module--preview-card-divider--eomjH {
  width: 1px;
  height: 28px;
  background: #c9cbd6;
  position: absolute;
  left: 50%;
  top: 23px;
}

.index-module--table-pagination--HZGcl {
  padding-top: 8px;
  text-align: right;
}
.basic-module--root--V68eF {
  background: #fff;
  border-radius: 4px;
}
.basic-module--root--V68eF .basic-module--header--pJDE4 {
  width: 100%;
  height: 53px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basic-module--root--V68eF .basic-module--header--pJDE4 .basic-module--left--3acl4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 0;
}
.basic-module--root--V68eF .basic-module--header--pJDE4 .basic-module--left--3acl4 div {
  flex-shrink: 0;
}
.basic-module--root--V68eF .basic-module--header--pJDE4 .basic-module--left--3acl4 .ant-tag {
  margin: 0 0 0 8px;
}
.basic-module--root--V68eF .basic-module--header--pJDE4 .basic-module--left--3acl4 .basic-module--title--KEjtR {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: 1;
}
.basic-module--root--V68eF .basic-module--header--pJDE4 .basic-module--left--3acl4 .basic-module--tag--ln4up {
  background: #deebfd;
  background: var(--label-1_1, #deebfd);
  display: flex;
  padding: 2px 6px;
  justify-content: center;
  align-items: center;
}
.basic-module--root--V68eF .basic-module--header--pJDE4 .basic-module--left--3acl4 .basic-module--ai-staff--F3ULG {
  display: inline-flex;
  align-items: center;
  height: 20px;
  background: linear-gradient(90deg, #e9eafd 0.08%, #f2ecfe 99.94%);
  margin: 0 0 0 8px;
  padding: 0 6px;
  border-radius: 2px;
}
.basic-module--root--V68eF .basic-module--header--pJDE4 .basic-module--left--3acl4 .basic-module--ai-staff--F3ULG .sirius-icon {
  width: 14px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 2px;
}
.basic-module--root--V68eF .basic-module--header--pJDE4 .basic-module--left--3acl4 .basic-module--ai-staff--F3ULG span {
  font-size: 12px;
  background: linear-gradient(90deg, #5d64e1 0.08%, #846ae1 74.98%, #9d6ae1 99.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.basic-module--root--V68eF .basic-module--header--pJDE4 .basic-module--left--3acl4 .basic-module--item-potential--fpyee {
  color: #7a51cb;
  color: var(--label-3_3, #7a51cb);
  border-radius: 2px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 6px;
  background-color: #ede4ff;
  background-color: var(--label-3_1, #ede4ff);
  margin-left: 8px;
}
.basic-module--root--V68eF .basic-module--header--pJDE4 .basic-module--left--3acl4 .basic-module--scheduling--FlMQR {
  color: #cb493d;
  color: var(--label-5_3, #cb493d);
  border-radius: 2px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 6px;
  background-color: #ffe5e2;
  background-color: var(--label-5_1, #ffe5e2);
  margin-left: 8px;
}
.basic-module--root--V68eF .basic-module--header--pJDE4 .basic-module--left--3acl4 .basic-module--item-private--KGKMq {
  color: #cc913d;
  color: var(--label-4_3, #cc913d);
  border-radius: 2px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 6px;
  background-color: #fff3e2;
  background-color: var(--label-4_1, #fff3e2);
  margin: 0 8px;
}
.basic-module--root--V68eF .basic-module--header--pJDE4 .basic-module--right--yz9oe {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.basic-module--root--V68eF .basic-module--header--pJDE4 .basic-module--right--yz9oe .lx-ui-btn {
  margin-left: 8px;
}
.basic-module--root--V68eF .basic-module--common-header--CV8\+e {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basic-module--root--V68eF .basic-module--common-header--CV8\+e .basic-module--title--KEjtR {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.basic-module--root--V68eF .basic-module--common-header--CV8\+e .basic-module--modify--WxF\+F {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.basic-module--root--V68eF .basic-module--common-header--CV8\+e .basic-module--modify--WxF\+F .basic-module--text--tvIBP {
  cursor: pointer;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.basic-module--root--V68eF .basic-module--basic-info--wu9RP {
  padding: 16px;
  margin: 0px 16px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
  display: flex;
  flex-direction: column;
}
.basic-module--root--V68eF .basic-module--basic-info--wu9RP .basic-module--body--CoJOl {
  flex: 1 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 1%;
}
.basic-module--root--V68eF .basic-module--basic-info--wu9RP .basic-module--body--CoJOl .ant-popover {
  word-break: break-all;
}
.basic-module--root--V68eF .basic-module--basic-info--wu9RP .basic-module--body--CoJOl .basic-module--item--KKIRD {
  flex: 0 0 32%;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  margin-top: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.basic-module--root--V68eF .basic-module--basic-info--wu9RP .basic-module--body--CoJOl .basic-module--item-flex--MVITz {
  display: flex;
}
.basic-module--root--V68eF .basic-module--basic-info--wu9RP .basic-module--body--CoJOl .basic-module--item-special--rn48x {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
}
.basic-module--root--V68eF .basic-module--basic-info--wu9RP .basic-module--body--CoJOl .basic-module--item-tooltip--ddIwl {
  margin-left: 12px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.basic-module--root--V68eF .basic-module--basic-info--wu9RP .basic-module--body--CoJOl .basic-module--tags--0kh\+l {
  margin: 10px 0 0;
  display: flex;
  gap: 12px;
}
.basic-module--root--V68eF .basic-module--basic-info--wu9RP .basic-module--body--CoJOl .basic-module--tag--ln4up {
  border-radius: 4px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.basic-module--root--V68eF .basic-module--basic-info--wu9RP .basic-module--body--CoJOl .basic-module--tag--ln4up .sirius-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basic-module--root--V68eF .basic-module--basic-info--wu9RP .basic-module--body-special--gCzPM .basic-module--item--KKIRD {
  flex: 0 0 48%;
}
.basic-module--root--V68eF .basic-module--plan-cycle--GvjIT {
  padding: 16px 16px 0px;
  margin: 0px 16px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
}
.basic-module--root--V68eF .basic-module--plan-cycle--GvjIT .basic-module--repeat-send--e06QS {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 32px;
}
.basic-module--root--V68eF .basic-module--plan-cycle--GvjIT .basic-module--repeat-send--e06QS .basic-module--button--xxcnW {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 100%;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 4px;
}
.basic-module--root--V68eF .basic-module--plan-cycle--GvjIT:hover .basic-module--d-icon--ip0kW {
  position: absolute;
  width: 16px;
  height: 32px;
  z-index: 99;
  background: #ebedf2;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.basic-module--root--V68eF .basic-module--plan-cycle--GvjIT:hover .basic-module--d-icon--ip0kW:hover {
  background: #e1e3e8;
}
.basic-module--root--V68eF .basic-module--plan-cycle--GvjIT .basic-module--d-icon--ip0kW {
  display: none;
}
.basic-module--root--V68eF .basic-module--plan-cycle--GvjIT .basic-module--next-icon--nwT3N {
  right: -16px;
  border-radius: 16px 0px 0px 16px;
}
.basic-module--root--V68eF .basic-module--plan-cycle--GvjIT .basic-module--prev-icon--uSa2Y {
  left: -16px;
  border-radius: 0px 16px 16px 0px;
}
.basic-module--root--V68eF .basic-module--plan-cycle--GvjIT .basic-module--plan-info--eIxPp {
  position: relative;
  margin-top: 12px;
  border-radius: 4px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
}
.basic-module--root--V68eF .basic-module--plan-cycle--GvjIT .basic-module--plan-info--eIxPp .basic-module--ellipsis--bxWSt {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.basic-module--root--V68eF .basic-module--plan-cycle--GvjIT .basic-module--plan-info--eIxPp .basic-module--name--OZ-MN {
  gap: 4px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  padding: 0px 6px;
  max-width: 88px;
  min-width: 88px;
  width: 88px;
  border-radius: 4px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basic-module--root--V68eF .basic-module--plan-cycle--GvjIT .basic-module--plan-info--eIxPp .basic-module--name--OZ-MN .basic-module--container--ieope {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.basic-module--root--V68eF .basic-module--plan-cycle--GvjIT .basic-module--plan-info--eIxPp .basic-module--sep--23\+EI {
  gap: 2px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.basic-module--root--V68eF .basic-module--plan-cycle--GvjIT .basic-module--plan-info--eIxPp .basic-module--sep--23\+EI .basic-module--line--Ro6w4 {
  width: 14px;
  height: 1px;
  background: #e1e3e8;
  background: var(--Line-3, #e1e3e8);
}

.basic-module--body-area--dL7lj {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.basic-module--body-area--dL7lj .basic-module--expand-area--zrb\+z {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.basic-module--body-area--dL7lj .basic-module--expand-area--zrb\+z .basic-module--title--KEjtR {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.basic-module--body-area--dL7lj .basic-module--expand-info-area--WCQRC {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.table-module--drag-table-wrap--rZLHI .react-resizable {
  position: relative !important;
}
.table-module--drag-table-wrap--rZLHI .ant-table-cell-fix-left {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.table-module--drag-table-wrap--rZLHI .ant-table-cell-fix-right {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.table-module--drag-table-wrap--rZLHI .ant-table-thead > tr > th,
.table-module--drag-table-wrap--rZLHI .ant-table-tbody > tr > td {
  padding: 12px 24px;
}
.table-module--drag-table-wrap--rZLHI .ant-table-thead > tr > th.ant-table-selection-column,
.table-module--drag-table-wrap--rZLHI .ant-table-tbody > tr > td.ant-table-selection-column {
  padding: 12px 8px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.manageContacts-module--manage-contacts--5DEJK {
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--breadcrumb-item--cpF7b {
  cursor: pointer;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--breadcrumb-item--cpF7b:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.manageContacts-module--manage-contacts--5DEJK .ant-switch-checked {
  background-color: #4c6aff;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--title--UunXv {
  color: #272e47;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 18px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .ant-select-selector {
  min-width: 112px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-filter--SprnA,
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-operation--DeyZ3,
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--left-op--vTO2D {
  display: flex;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-filter--SprnA {
  gap: 8px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  overflow-y: hidden;
  overflow-x: overlay;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-filter--SprnA::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-filter--SprnA::-webkit-scrollbar:horizontal {
  height: 6px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-filter--SprnA:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-filter--SprnA:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-filter--SprnA:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-filter--SprnA:hover::-webkit-scrollbar-button {
  display: none;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-filter--SprnA:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-filter--SprnA:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-filter--SprnA:hover::-webkit-scrollbar-corner {
  display: none;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-operation--DeyZ3 {
  align-items: center;
  justify-content: space-between;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-operation--DeyZ3 .manageContacts-module--left-op--vTO2D {
  align-items: center;
  gap: 12px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-operation--DeyZ3 .manageContacts-module--operation-desc--X-NfJ {
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  flex: none;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-operation--DeyZ3 .manageContacts-module--operation-desc--X-NfJ .manageContacts-module--mark--b0nDO {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  margin: 0 4px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--header-operation--DeyZ3 .manageContacts-module--operation-btns--hlDvM {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH .manageContacts-module--input--ClIfn {
  max-width: 246px;
  min-width: 146px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--header--ljYLH button {
  flex: none;
  margin-left: 8px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--table--tW49m {
  margin-top: 16px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--table-astrict--YvfD1 {
  max-width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--table-link--Hgbop {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--table-gray--6sgtF {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--table-flex--KVXT5 {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--table-flex--KVXT5 .manageContacts-module--table-flex-no-wrap--60bkO {
  flex: none;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--pagination--cblUV {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px 20px 24px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--paginationN--GZ360 {
  padding: 16px 20px 24px;
  display: flex;
  justify-content: flex-end;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--operation--EPSp\+ {
  color: #4c6aff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--operation-item--qfVU- {
  flex: none;
  cursor: pointer;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--op-wrap--KzUuk {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--op-wrap--KzUuk .manageContacts-module--operation-item--qfVU- {
  flex: none;
  cursor: pointer;
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-size: 14px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--op-wrap--KzUuk .manageContacts-module--split-line--5w4ai {
  height: 14px;
  background-color: #e1e3e8;
  background-color: var(----Line-3--, #e1e3e8);
  width: 1px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--op-wrap--KzUuk .manageContacts-module--more-icon--\+4PPq {
  cursor: pointer;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--operate-record--pcsPW {
  display: flex;
  align-items: center;
  gap: 1px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--operate-record--pcsPW .manageContacts-module--operate-record-left--NOt6f,
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--operate-record--pcsPW .manageContacts-module--operate-record-right--ZUZWP {
  padding: 3px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--operate-record--pcsPW .manageContacts-module--operate-record-left--NOt6f:hover,
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--operate-record--pcsPW .manageContacts-module--operate-record-right--ZUZWP:hover {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--operate-record--pcsPW .manageContacts-module--operate-record-right--ZUZWP {
  padding: 12px 3px 11px 3px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--operate-record--pcsPW .manageContacts-module--operate-record-right--ZUZWP svg path {
  fill: #4c6aff;
  fill: var(--Brand-6, #4c6aff);
}
.manageContacts-module--manage-contacts--5DEJK .ant-modal-header,
.manageContacts-module--manage-contacts--5DEJK .ant-modal-footer {
  border: none;
}
.manageContacts-module--manage-contacts--5DEJK .ant-modal-body {
  padding-top: 8px;
  padding-bottom: 8px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--modal-title--n3yhf {
  margin: 0;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--modal-desc--1hF2e {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin: 0;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--modal-content--ui0TO {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--modal-dropdown-divider--W-7ct {
  display: flex;
  margin: 0 12px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--modal-dropdown-create--y2PcA {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 12px;
}
.manageContacts-module--manage-contacts--5DEJK .manageContacts-module--replyed--v8PY4 {
  color: #4c6aff;
  cursor: pointer;
}

.manageContacts-module--manage-contact-task--Xgvc5 {
  max-height: calc(100% + 50px);
}

.manageContacts-module--manage-contacts-height--wGyNJ {
  height: 100%;
}

.manageContacts-module--manage-contacts-table-link--Yn1cP {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}

.manageContacts-module--btn-item--UWMqB {
  margin-left: 12px;
  white-space: nowrap;
}

.manageContacts-module--dropdown-btn--ZpN31 {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.manageContacts-module--dropdown-btn--ZpN31 span {
  display: flex !important;
  align-items: center;
  width: 14px !important;
}

.manageContacts-module--my-popover--xGrXy {
  padding-top: 0 !important;
}

.manageContacts-module--popover-wrapper--pTCvD .ant-popover-placement-bottom {
  padding-top: 0 !important;
}
.manageContacts-module--popover-wrapper--pTCvD .ant-popover-arrow {
  display: none;
}
.manageContacts-module--popover-wrapper--pTCvD .ant-popover {
  padding-top: 0 !important;
}

.manageContacts-module--add-btn--Ml202 {
  border: 0.5px solid #eceff4;
  box-shadow: 0px 4px 8px rgba(35, 45, 71, 0.1);
  border-radius: 4px;
  width: 128px;
  padding: 4px 0;
}
.manageContacts-module--add-btn-item--Hlebh {
  white-space: nowrap;
  cursor: pointer;
  padding: 8px 2px;
  color: #4e5a70;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
}
.manageContacts-module--add-btn-item--Hlebh:hover {
  background-color: #f0f2f7;
}
.manageContacts-module--add-btn--Ml202 .manageContacts-module--btn-split--hzcxa {
  height: 1px;
  background-color: #f0f1f5;
  margin: 4px 0;
}

.manageContacts-module--add-btn2--V5UFD {
  width: 146px;
}
.manageContacts-module--add-btn2--V5UFD .manageContacts-module--add-btn-item--Hlebh {
  display: flex;
  align-items: center;
  gap: 4px;
}

.manageContacts-module--add-btn3--MavPR {
  width: 122px;
}

.manageContacts-module--min-width-cell--4oJ7s {
  min-width: 110px;
}

.manageContacts-module--max-width-cell--hp-sB {
  max-width: 240px;
}

.manageContacts-module--first-column--GTEDn {
  display: flex;
  align-items: center;
}
.manageContacts-module--first-column--GTEDn .manageContacts-module--label--dzNK6 {
  flex: 1 1;
}
.manageContacts-module--first-column--GTEDn .manageContacts-module--ai-staff--E2RW9 {
  display: inline-flex;
  align-items: center;
  height: 20px;
  background: linear-gradient(90deg, #e9eafd 0.08%, #f2ecfe 99.94%);
  margin: 0;
  padding: 0 6px;
  border-radius: 2px;
}
.manageContacts-module--first-column--GTEDn .manageContacts-module--ai-staff--E2RW9 .sirius-icon {
  width: 14px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 2px;
}
.manageContacts-module--first-column--GTEDn .manageContacts-module--ai-staff--E2RW9 span {
  font-size: 12px;
  background: linear-gradient(90deg, #5d64e1 0.08%, #846ae1 74.98%, #9d6ae1 99.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.manageContacts-module--first-column-text--oHDZ\+ {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.manageContacts-module--task-column--RYOX4 {
  width: 80px;
}

.manageContacts-module--ellipsis--\+XH\+b {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.manageContacts-module--company-drawer--owsrY .ant-drawer-content-wrapper {
  width: calc(100% - 68px) !important;
  box-shadow: none !important;
}
.tableModal-module--table-modal--D2WZN {
  color: #7d8085;
}
.tableModal-module--table-modal--D2WZN .ant-modal-body {
  padding: 0 0 16px;
}
.tableModal-module--table-modal--D2WZN .ant-table {
  color: #51555c;
}
.tableModal-module--table-modal--D2WZN .ant-table-thead th::before {
  display: none;
}
.tableModal-module--table-modal--D2WZN .ant-table .ant-table-thead th {
  background: rgba(38, 42, 51, 0.04);
}
.tableModal-module--table-modal--D2WZN .ant-table .ant-table-thead tr th:first-child,
.tableModal-module--table-modal--D2WZN .ant-table tr td:first-child {
  padding-left: 24px;
}
.tableModal-module--table-modal--D2WZN .ant-table-cell {
  padding: 12px;
  font-size: 12px;
  line-height: 1;
  border-bottom: none;
}
.tableModal-module--table-modal--D2WZN .ant-tabs-nav {
  padding-left: 12px;
  margin: 0;
  border-bottom: none;
}
.tableModal-module--table-modal--D2WZN .tableModal-module--auto-reply-badge--6eci8 {
  margin-left: 16px;
}
.tableModal-module--table-modal--D2WZN .tableModal-module--auto-reply-badge--6eci8 .ant-badge-count {
  background: rgba(107, 169, 255, 0.1);
  border-radius: 2px;
  color: #6ba9ff;
  box-shadow: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.ReplyListModal-module--reply-list-modal--LbIjG .ant-modal-body {
  padding: 16px 20px 20px;
}
.ReplyListModal-module--reply-list-modal--LbIjG .ReplyListModal-module--table--1IISP {
  height: 414px;
  overflow-y: auto;
  margin-bottom: 20px;
  overflow-y: scroll;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.ReplyListModal-module--reply-list-modal--LbIjG .ReplyListModal-module--table--1IISP::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.ReplyListModal-module--reply-list-modal--LbIjG .ReplyListModal-module--table--1IISP::-webkit-scrollbar:horizontal {
  height: 6px;
}
.ReplyListModal-module--reply-list-modal--LbIjG .ReplyListModal-module--table--1IISP::-webkit-scrollbar-button {
  display: none;
}
.ReplyListModal-module--reply-list-modal--LbIjG .ReplyListModal-module--table--1IISP::-webkit-scrollbar-thumb {
  background-color: #d4d4d6;
  background-color: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.ReplyListModal-module--reply-list-modal--LbIjG .ReplyListModal-module--table--1IISP::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.ReplyListModal-module--reply-list-modal--LbIjG .ReplyListModal-module--table--1IISP::-webkit-scrollbar-corner {
  display: none;
}
.ReplyListModal-module--reply-list-modal--LbIjG .ReplyListModal-module--table--1IISP .ant-table-body {
  overflow: auto scroll;
  max-height: 414px;
}
.ReplyListModal-module--reply-list-modal--LbIjG .ReplyListModal-module--pagination--h2HDJ {
  display: flex;
  justify-content: flex-end;
}
.ReplyContact-module--manage-contacts--QTSG0 {
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  height: 100%;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--breadcrumb-item--M4Bip {
  cursor: pointer;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--breadcrumb-item--M4Bip:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.ReplyContact-module--manage-contacts--QTSG0 .ant-switch-checked {
  background-color: #4c6aff;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--title--yampl {
  color: #272e47;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--header--3Bzau {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 18px;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--header--3Bzau .ant-select-selector {
  width: 184px;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--header--3Bzau .ReplyContact-module--header-filter--OIR7y,
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--header--3Bzau .ReplyContact-module--header-operation--Lgypj {
  display: flex;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--header--3Bzau .ReplyContact-module--header-filter--OIR7y {
  gap: 8px;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--header--3Bzau .ReplyContact-module--header-operation--Lgypj {
  align-items: center;
  justify-content: space-between;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--header--3Bzau .ReplyContact-module--header-operation--Lgypj .ReplyContact-module--operation-desc--FtrZU {
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  flex: none;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--header--3Bzau .ReplyContact-module--header-operation--Lgypj .ReplyContact-module--operation-btns--RVLG0 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--header--3Bzau .ReplyContact-module--select--g\+yId {
  min-width: 112px;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--header--3Bzau .ReplyContact-module--input--0-j0d {
  max-width: 246px;
  min-width: 146px;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--header--3Bzau button {
  flex: none;
  margin-left: 8px;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--table--JLAJ- {
  margin-top: 16px;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--table-astrict--OZvTI {
  max-width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--table-gray--On5KM {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--table-flex--X09o2 {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--table-flex--X09o2 .ReplyContact-module--table-flex-no-wrap--LSFFE {
  flex: none;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--pagination--HLWcW {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px 20px 24px;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--paginationN--ONKZS {
  padding: 16px 20px 24px;
  display: flex;
  justify-content: flex-end;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--operation--\+ZP4Z {
  color: #4c6aff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--operation-item--lnWAf {
  flex: none;
  cursor: pointer;
}
.ReplyContact-module--manage-contacts--QTSG0 .ant-modal-header,
.ReplyContact-module--manage-contacts--QTSG0 .ant-modal-footer {
  border: none;
}
.ReplyContact-module--manage-contacts--QTSG0 .ant-modal-body {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--modal-title--vhTwe {
  margin: 0;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--modal-desc--K34Hg {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin: 0;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--modal-content--GCoUa {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--modal-dropdown-divider--nCtTn {
  display: flex;
  margin: 0 12px;
}
.ReplyContact-module--manage-contacts--QTSG0 .ReplyContact-module--modal-dropdown-create--QFgOs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 12px;
}

.ReplyContact-module--manage-contact-task--e7C9V {
  max-height: calc(100% + 20px);
}

.ReplyContact-module--manage-contacts-height--3H6sd {
  height: 100%;
}
.contactDetail-module--contact-detail--ZMLgK {
  height: 100%;
  padding: 20px;
  background-color: #fff;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--detail-header--XjyMl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--detail-header--XjyMl .contactDetail-module--feedback-btn--FkhLq {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-right: 50px;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--detail-header--XjyMl .contactDetail-module--feedback-btn--FkhLq span {
  color: #545a6e;
  color: var(---Text-4-, #545a6e);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--breadcrumb-item--0VjE7 {
  cursor: pointer;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--breadcrumb-item--0VjE7:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--breadcrumb-back--cuZZX {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--breadcrumb-back--cuZZX path {
  stroke: #3f465c;
  stroke: var(--Fill-8, #3f465c);
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--breadcrumb-text--dgK5S {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--header--wTp9D {
  background: #f9fafb;
  border-radius: 4px;
  padding: 16px;
  width: 100%;
  margin: 22px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 8px;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--header--wTp9D .contactDetail-module--header-item--lx0CZ {
  width: 33.3%;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--header--wTp9D .contactDetail-module--header-title--S5uk0 {
  color: #747a8c;
  flex: none;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--header--wTp9D .contactDetail-module--header-value--KAquS {
  color: #272e47;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--header--wTp9D .contactDetail-module--header-light--MBxqH {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--statistics--0ohuz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--statistics--0ohuz .contactDetail-module--statistics-item--ZiHPG {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 21px 23px 34px 12px;
  background: #f8f9fa;
  border-radius: 4px;
  max-height: 100px;
  flex-grow: 1;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--statistics--0ohuz .contactDetail-module--item-title--3-TZG {
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--statistics--0ohuz .contactDetail-module--item-value---xppy {
  font-size: 22px;
  line-height: 20px;
  color: #272e47;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--statistics--0ohuz .contactDetail-module--statistics-icon--Dyqd4 {
  flex: none;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--table--L9nPb {
  margin-top: 12px;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--table-link--QKK1E {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--table-astrict--YClRP {
  max-width: 112px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--operation--7SRLK {
  color: #4c6aff;
  cursor: pointer;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--pagination--NZyXh {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px 20px 24px;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--replyed--q4AEH {
  color: #4c6aff;
  cursor: pointer;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--icon--qUfF- {
  cursor: pointer;
  margin-left: 2px;
  filter: grayscale(100%);
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--link--LZm9p {
  cursor: pointer;
  border-bottom: 1px solid #747a8c;
  border-bottom: 1px solid var(--Text-3, #747a8c);
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--itemReply--nDBO4 {
  display: flex;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--itemReply--nDBO4:hover .contactDetail-module--link--LZm9p {
  color: #4c6aff;
  border-bottom: 1px solid #4c6aff !important;
}
.contactDetail-module--contact-detail--ZMLgK .contactDetail-module--itemReply--nDBO4:hover .contactDetail-module--icon--qUfF- {
  filter: none;
}

.contactDetail-module--contact-detail-table-link--U8RU0 {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}

.contactDetail-module--companyDrawer--UFzmk .company-detail-sticky-header {
  width: 100%;
}
.FeedbackModal-module--my-modal--kABh1 .ant-modal-close {
  display: none;
}
.FeedbackModal-module--my-modal--kABh1 .ant-modal-body {
  padding: 28px 28px 0 !important;
  max-height: none !important;
}
.FeedbackModal-module--my-modal--kABh1 .ant-modal-footer {
  padding: 18px 28px 24px !important;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border-radius: 0 0 4px 4px;
}
.FeedbackModal-module--my-modal--kABh1 .FeedbackModal-module--content--ToiU3 .FeedbackModal-module--title--Wbp2G {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  margin-bottom: 16px;
}
.FeedbackModal-module--my-modal--kABh1 .FeedbackModal-module--content--ToiU3 .FeedbackModal-module--qs-label--Zy\+DK {
  color: #272e47;
  color: var(----Text-5-, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  margin-bottom: 8px;
}
.FeedbackModal-module--my-modal--kABh1 .FeedbackModal-module--content--ToiU3 .FeedbackModal-module--checkbox-wrap--71Oo9 .ant-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.FeedbackModal-module--my-modal--kABh1 .FeedbackModal-module--content--ToiU3 .FeedbackModal-module--checkbox-wrap--71Oo9 .FeedbackModal-module--checkbox-item--A2BdB {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.FeedbackModal-module--my-modal--kABh1 .FeedbackModal-module--content--ToiU3 .FeedbackModal-module--checkbox-wrap2--P43\+6 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.FeedbackModal-module--my-modal--kABh1 .FeedbackModal-module--content--ToiU3 .FeedbackModal-module--second-section--Z4vtD {
  padding: 20px 0 16px;
}
.FeedbackModal-module--my-modal--kABh1 .FeedbackModal-module--content--ToiU3 .FeedbackModal-module--second-section--Z4vtD textarea {
  height: 100px;
}
.FeedbackModal-module--my-modal--kABh1 .FeedbackModal-module--content--ToiU3 .FeedbackModal-module--third-section--j7krz {
  padding: 20px 28px 0;
  margin: 0 -28px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}

.FeedbackModal-module--err-info--0A2e- {
  font-style: normal;
  font-weight: 400;
  color: #fe5b4c;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--aICreateSiteProgressModal--N61lD .ant-modal-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-module--aICreateSiteProgressModal--N61lD .ant-modal-body {
  padding: 0px;
  width: 100%;
  height: 100%;
}
.index-module--aICreateSiteProgressModal--N61lD .index-module--collapse--Z2sTW {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 22px;
  color: #4c6aff;
  cursor: pointer;
}
.index-module--aICreateSiteProgressModal--N61lD .index-module--progressContent--prLiM {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  background-image: url(/static/ai-create-site-progress-modal-bg-a65e42781fb9f4e0b7375acbf34c5b2f.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.index-module--aICreateSiteProgressModal--N61lD .index-module--progressContent--prLiM .index-module--progrssIcon--mLi\+V {
  width: 220px;
  height: 146px;
  background-image: url(/static/ai-create-site-progress-icon-3a398b7e4e4ff1b0f5f2dd7fcd2fa7fa.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -35px;
}
.index-module--aICreateSiteProgressModal--N61lD .index-module--progressContent--prLiM .index-module--text--m3Kzo {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #545a6e;
  margin-top: -26px;
}
.index-module--aICreateSiteProgressModal--N61lD .index-module--successContent--JQk\+p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-image: url(/static/ai-create-site-progress-modal-bg-a65e42781fb9f4e0b7375acbf34c5b2f.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  position: relative;
}
.index-module--aICreateSiteProgressModal--N61lD .index-module--successContent--JQk\+p .index-module--completeIcon--s08DP {
  width: 168px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.index-module--aICreateSiteProgressModal--N61lD .index-module--successContent--JQk\+p .index-module--completeText--FxSVh {
  margin-top: 34px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  margin-top: -28px;
  color: #272e47;
}
.index-module--aICreateSiteProgressModal--N61lD .index-module--successContent--JQk\+p .index-module--jumpButton--IjKy5 {
  border-radius: 4px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border: 0px;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  width: 268px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  bottom: 40px;
  position: absolute;
  z-index: 2;
}
.index-module--aICreateSiteProgressModal--N61lD .index-module--successContent--JQk\+p .index-module--jumpButton--IjKy5:hover {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
}
.index-module--aICreateSiteProgressModal--N61lD .index-module--successContent--JQk\+p .index-module--jumpButton--IjKy5:active {
  background: #445fe5;
  background: var(--Brand-7, #445fe5);
}
.index-module--aICreateSiteProgressModal--N61lD .index-module--successContent--JQk\+p .index-module--scatterFlowersContainer---53to {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--aiCreateSiteModal--\+Qhqy .ant-modal-content {
  background-image: url(/static/ai-site-modal-bg-5b81d02acb54560b83363fa5b232fa13.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-module--aiCreateSiteModal--\+Qhqy .ant-modal-body {
  padding: 0px;
}
.index-module--aiCreateSiteModal--\+Qhqy .ant-form-item {
  margin-bottom: 20px;
}
.index-module--aiCreateSiteModal--\+Qhqy .ant-form-item-label > label::after {
  margin: 0 12px 0 2px;
}
.index-module--aiCreateSiteModal--\+Qhqy .ant-input-prefix {
  margin-right: 0px;
}
.index-module--aiCreateSiteModal--\+Qhqy .ant-input-suffix {
  margin-left: 0px;
}
.index-module--aiCreateSiteModal--\+Qhqy .sirius-input-default {
  height: 36px;
  padding: 7px 12px;
}
.index-module--aiCreateSiteModal--\+Qhqy .sirius-input-ui-default {
  height: 36px;
  padding: 7px 12px;
}
.index-module--aiCreateSiteModal--\+Qhqy .sirius-select-small.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 36px;
}
.index-module--aiCreateSiteModal--\+Qhqy .sirius-select-small.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 34px;
}
.index-module--aiCreateSiteModal--\+Qhqy .sirius-select .ant-select-arrow {
  top: 49%;
}
.index-module--aiCreateSiteModal--\+Qhqy .sirius-select-front {
  line-height: 34px;
}
.index-module--aiCreateSiteModal--\+Qhqy .sirius-select-small.ant-select-show-search:not(.ant-select-multiple):not(.ant-select-customize-input) .ant-select-selector input {
  margin-top: 9px;
}
.index-module--aiCreateSiteModal--\+Qhqy .sirius-select-ui-small.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 36px;
}
.index-module--aiCreateSiteModal--\+Qhqy .sirius-select-ui-small.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 34px;
}
.index-module--aiCreateSiteModal--\+Qhqy .sirius-select-ui .ant-select-arrow {
  top: 49%;
}
.index-module--aiCreateSiteModal--\+Qhqy .sirius-select-ui-front {
  line-height: 34px;
}
.index-module--aiCreateSiteModal--\+Qhqy .sirius-select-ui-small.ant-select-show-search:not(.ant-select-multiple):not(.ant-select-customize-input) .ant-select-selector input {
  margin-top: 9px;
}
.index-module--aiCreateSiteModal--\+Qhqy .ant-form-item-with-help {
  margin-bottom: 0px !important;
}
.index-module--aiCreateSiteModal--\+Qhqy .ant-form-item-explain,
.index-module--aiCreateSiteModal--\+Qhqy .ant-form-item-extra {
  font-size: 12px;
  min-height: 20px;
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 16px;
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE .index-module--clickStyle--KKZJx {
  color: #4c6aff;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE .index-module--header--Qw-\+d {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  padding-left: 20px;
  padding-top: 37px;
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE .index-module--header--Qw-\+d .index-module--icon--fVv3e {
  width: 177px;
  height: 29px;
  background-image: url(/static/ai-site-modal-icon.7292069b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE .index-module--header--Qw-\+d .index-module--subTitle--zxu0\+ {
  color: #545a6e;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE .index-module--form--uKQKg {
  width: 100%;
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 0px 20px 0px 20px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE .index-module--footer--UuC1I {
  width: 100%;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE .index-module--footer--UuC1I .index-module--buttonGroup--3vtH\+ {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE .index-module--footer--UuC1I .index-module--buttonGroup--3vtH\+ .index-module--cancelButton--p5qgW {
  padding: 5px 24px;
  background: #ffffff;
  border-radius: 4px;
  color: #545a6e;
  font-size: 14px;
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE .index-module--footer--UuC1I .index-module--buttonGroup--3vtH\+ .index-module--submitButton--8kmqQ {
  border-radius: 4px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border: 0px;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  font-size: 12px;
  line-height: 24px;
  padding: 5px 17px;
  font-size: 14px;
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE .index-module--footer--UuC1I .index-module--buttonGroup--3vtH\+ .index-module--submitButton--8kmqQ:hover {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE .index-module--footer--UuC1I .index-module--buttonGroup--3vtH\+ .index-module--submitButton--8kmqQ:active {
  background: #445fe5;
  background: var(--Brand-7, #445fe5);
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE .index-module--footer--UuC1I .index-module--bindOuterSite--Zg8Az {
  color: #545a6e;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  padding-left: 20px;
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE .index-module--reCreateTdk--VWtPC {
  position: absolute;
  bottom: 1px;
  right: 6px;
  z-index: 999;
  padding: 4px 8px;
  border-radius: 0px 8px 0px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 24px;
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE .index-module--reCreateTdk--VWtPC .index-module--refreshIcon--pnC53 {
  width: 16px;
  height: 16px;
}
.index-module--aiCreateSiteModal--\+Qhqy .index-module--mainContent--jV5HE .index-module--reCreateTdk--VWtPC .index-module--btnText--jH1tL {
  color: #4c6aff;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  line-height: 17px;
}
.index-module--aiStyleButton--ZLj33 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 4px;
  background: linear-gradient(97deg, #4d6aff 1.51%, #9c40ff 77.1%, #ca40ff 98.42%) !important;
  color: #fff !important;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 0px 16px;
  height: 32px;
  min-width: auto !important;
  border: 0px !important;
}
.index-module--aiStyleButton--ZLj33:focus {
  background: linear-gradient(97deg, #4d6aff 1.51%, #9c40ff 77.1%, #ca40ff 98.42%) !important;
  color: #fff !important;
}
.index-module--aiStyleButton--ZLj33:hover {
  background: linear-gradient(97deg, #8297ff 1.51%, #bb79ff 77.1%, #d979ff 98.42%) !important;
  color: #fff !important;
}
.index-module--aiStyleButton--ZLj33:active {
  background: linear-gradient(97deg, #445fe5 1.51%, #7e33cc 77.1%, #a033cc 98.42%) !important;
  color: #fff !important;
}
.index-module--aiStyleButton--ZLj33[disabled], .index-module--aiStyleButton--ZLj33[disabled]:hover {
  background: linear-gradient(97deg, #cad2ff 1.51%, #e2c6ff 77.1%, #efc6ff 98.42%) !important;
  opacity: 1;
  color: #fff !important;
}

.index-module--btnWrap--HRZQB {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA5NiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgMC41SDkyQzkzLjkzMyAwLjUgOTUuNSAyLjA2NyA5NS41IDRWMzJDOTUuNSAzMy45MzMgOTMuOTMzIDM1LjUgOTIgMzUuNUg0QzIuMDY3MDEgMzUuNSAwLjUgMzMuOTMzIDAuNSAzMlY0QzAuNSAyLjA2NyAyLjA2NyAwLjUgNCAwLjVaIiBzdHJva2U9InVybCgjcGFpbnQwX2xpbmVhcl82MjE2XzE3MjIzNSkiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl82MjE2XzE3MjIzNSIgeDE9Ijk1LjA5OTciIHkxPSIzNC45MTUxIiB4Mj0iMS43MDIxIiB5Mj0iMzYuMDU0OSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjQzY4RUZGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzgyOTdGRiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
  padding-top: 1px;
  padding-left: 1px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index-module--btnWrap--HRZQB .index-module--lightBtn--eQP4Y {
  background: linear-gradient(270deg, #faf6ff 1.39%, #f3f7ff 98.45%);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  gap: 4px;
}
.index-module--btnWrap--HRZQB .index-module--lightBtn--eQP4Y .index-module--btnText--bu3so {
  background: linear-gradient(90deg, #3a3aee 2.62%, #7b2cd8 99.91%);
  background: var(--AIButton, linear-gradient(90deg, #3a3aee 2.62%, #7b2cd8 99.91%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.style-module--site-customer--3rlJP {
  margin-top: 10px;
}
.style-module--site-customer-content--\+YzPO {
  width: 100%;
  min-height: 100px;
  padding: 20px 20px 32px;
  border-radius: 4px;
  background: #fff;
}
.style-module--site-customer-content--\+YzPO.style-module--siteExpertCustomerContent--pPV3W {
  padding: 0;
}
.style-module--site-customer-select-container--NWTEP {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 12px;
}
.style-module--site-customer-select-container--NWTEP > span {
  color: #747a8c;
  width: -webkit-max-content;
  width: max-content;
}
.style-module--site-customer--3rlJP .ant-table-body {
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.style-module--table-pagination--HpDi3 {
  padding-top: 8px;
  text-align: right;
}

.style-module--visitLocation--p4ttx {
  margin-right: 12px;
}

.style-module--searchItemWrap--1IbiH {
  display: inline-flex;
  align-items: center;
}

.style-module--btnLink--lt\+b6 {
  color: #4c6aff;
}
.index-module--container--wXPDI {
  display: inline-flex;
  align-items: center;
}
.index-module--container--HDDvx {
  display: inline-flex;
  align-items: center;
}
.l2c-crm-ai-operation-guide-modal .new-guide-for-aside-left {
  padding: 52px 16px 38px !important;
}
.l2c-crm-ai-operation-guide-modal .new-guide-for-aside-left .ng-title-text {
  font-weight: 600 !important;
  color: #272e47 !important;
  color: var(--Text-5, #272e47) !important;
}
.l2c-crm-ai-operation-guide-modal .new-guide-for-aside-left .ng-intro {
  color: #545a6e !important;
  color: var(--Text-4, #545a6e) !important;
}
.l2c-crm-ai-operation-guide-modal .new-guide-for-aside-left .ng-slide-container {
  margin-top: 8px !important;
  margin-bottom: 43px !important;
}
.l2c-crm-ai-operation-guide-modal .new-guide-for-aside-left .ng-slide-container .slide-item-container {
  padding: 12px 14px 12px 20px !important;
}
.l2c-crm-ai-operation-guide-modal .new-guide-for-aside-left .ng-slide-container .slide-item-container .slide-item-top {
  margin-bottom: 8px !important;
}
.l2c-crm-ai-operation-guide-modal .new-guide-for-aside-left .ng-slide-container .slide-item-container .slide-item-title {
  margin-left: 4px !important;
  color: #272e47 !important;
  color: var(--Text-5, #272e47) !important;
}
.l2c-crm-ai-operation-guide-modal .new-guide-for-aside-left .ng-slide-container .slide-item-container .slide-item-bottom {
  margin-bottom: 0px !important;
}
.l2c-crm-ai-operation-guide-modal .new-guide-for-aside-right {
  padding-top: 103px !important;
}
.l2c-crm-ai-operation-guide-modal .new-guide-for-aside-right .new-guide-carousel-img {
  margin-left: 37px !important;
}

.l2c-crm-ai-operation-guide-modal-content-line {
  display: flex;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.l2c-crm-ai-operation-guide-modal-content-line::before {
  width: 4px;
  height: 4px;
  content: "";
  background-color: #545a6e;
  background-color: var(--Text-4, #545a6e);
  border-radius: 4px;
  flex-shrink: 0;
  margin: 8px 8px 0px 3px;
}
.tradeAnalysis-module--container--EIvJT {
  min-width: 862px;
  min-height: 100%;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.tradeAnalysis-module--container-list--gKd6S {
  padding: 16px;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--header--VIIRM {
  background: url(/static/tradeIndex-9af5049c328a17f5d73da38f85816ff8.png) center center no-repeat;
  background-size: 1220px 390px;
  background-color: #272d4d;
  height: 390px;
  position: relative;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--header--VIIRM .tradeAnalysis-module--headerInner--HiXrz {
  max-width: 1014px;
  padding: 0 90px;
  margin: 0 auto;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--header--VIIRM .tradeAnalysis-module--textWrap--R5PYq {
  padding-top: 80px;
  text-align: center;
  padding-bottom: 48px;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--header--VIIRM .tradeAnalysis-module--textWrap--R5PYq h1 {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  /* identical to box height, or 138% */
  color: #ffffff;
  margin-bottom: 16px;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--header--VIIRM .tradeAnalysis-module--introWrapper--mke7D {
  display: flex;
  justify-content: center;
  gap: 36px;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--header--VIIRM .tradeAnalysis-module--introWrapper--mke7D .tradeAnalysis-module--introItem--RROx7 {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  color: #ffffff;
  display: flex;
  align-items: center;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--header--VIIRM .tradeAnalysis-module--introWrapper--mke7D .tradeAnalysis-module--introItem--RROx7 .tradeAnalysis-module--introText--rkjW5 {
  padding-left: 8px;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--hotKey--st2Sv {
  max-width: 1040px;
  padding: 0 103px;
  margin: 18px auto;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--hotKey-title--Gb9-4 {
  padding: 20px;
  background: linear-gradient(180deg, #fff1eb 0%, rgba(255, 255, 255, 0) 100%);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--hotKey--st2Sv .ant-table-thead tr th {
  background-color: #f8f9fa !important;
  background-color: var(--Fill-1, #f8f9fa) !important;
  color: #747a8c !important;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--hotKey--st2Sv .ant-table-tbody .odd:hover {
  background-color: #f6f7fa !important;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--hotKey--st2Sv .ant-table-tbody tr:hover {
  background-color: #f6f7fa !important;
  cursor: pointer;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--hotTable--mFWOV .ant-table-cell {
  min-width: 52px;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--search-comp--nzCVw {
  width: 100%;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--search-input-wrapper--qUkKF {
  position: relative;
}
.tradeAnalysis-module--container--EIvJT .tradeAnalysis-module--search-input-wrapper-tank--C53yk {
  padding: 16px;
  background: #fff;
  border: 1px solid #f0f1f5;
  border-radius: 4px;
}

.tradeAnalysis-module--sum--ofpHk {
  margin-bottom: 0;
}
.tradeAnalysis-module--sum-percent--0ABI7 {
  margin-bottom: 0;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
}
.tradeReport-module--report-content--dq2EN {
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
  margin-top: 12px;
}
.tradeReport-module--report-header--Re1Yf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 0;
}
.tradeReport-module--report-title--4FndR {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  align-items: center;
}
.tradeReport-module--report-title--4FndR .ant-tag {
  display: block !important;
}
.tradeReport-module--report-title-intro--hkL7t {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.tradeReport-module--report-container--WvWSy {
  padding: 16px;
}

.tradeReport-module--echars-select--Q1K2U {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 16px 16px 0;
}
.tradeReport-module--echars-record--wQI47 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.tradeReport-module--echars-banner--D\+WUe {
  padding: 80px 16px;
  background: url("https://cowork-storage-public-cdn.lx.netease.com/common/2024/01/15/eb55a42378b24b0d9aa7bfa9201b7524.png") center center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.tradeReport-module--echars-banner--D\+WUe img {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 120px;
  height: 17px;
}
.tradeReport-module--echars-bnr-title--MVH-r {
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  margin-bottom: 8px;
}
.tradeReport-module--echars-bnr-title--MVH-r span {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
}
.tradeReport-module--echars-intro--r5a0g {
  text-align: center;
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}

.tradeReport-module--tag--jf19o {
  height: 20px;
}
.unitable-crm-module--container--Vr\+cy {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.unitable-crm-module--container--Vr\+cy > iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.unitable-crm-module--sirius-page--vmV5l {
  width: 0;
  flex-grow: 1;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.tradeEchars-module--echars--6J\+-C {
  margin-top: 32px;
}
.tradeEchars-module--echars-header--c7fbm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.tradeEchars-module--echars-title--ZIu16 {
  font-weight: 500;
  color: #272e47;
  color: var(--Text-5, #272e47);
  gap: 12px;
  display: flex;
}
.tradeEchars-module--echars-tips--aQ-yo {
  font-size: 12px;
  margin-left: 8px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-weight: normal;
}
.tradeEchars-module--echars-content--JJPyU {
  height: 206px;
}
.tradeEchars-module--echars--6J\+-C global .tradeEchars-module--ant-table-wrappe--bFluO {
  margin-top: 12px;
}
.tradeEchars-module--echars--6J\+-C global .tradeEchars-module--ant-tabs-nav--RmI7G {
  margin: 0;
}
.tradeEchars-module--echars-rank--Onpb1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tradeEchars-module--echars-pro--aI4PH {
  width: 44%;
  padding: 24px 0 0px 56px;
  height: 234px;
}
.tradeEchars-module--echars-pro-item--kMx6L {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.tradeEchars-module--echars-pro-index--zQC\+H {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  padding: 0 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.tradeEchars-module--echars-pro-first--2VCEk {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  color: #fff;
}
.tradeEchars-module--echars-pro-second--mUwdt {
  background-color: #00ccaa;
  background-color: var(--Avatar-2, #00ccaa);
  color: #fff;
}
.tradeEchars-module--echars-pro-third--nRudB {
  background-color: #ffb54c;
  background-color: var(--Warning-6, #ffb54c);
  color: #fff;
}
.tradeEchars-module--echars-pro-precent--qNJCJ {
  color: #4c6aff;
}
.tradeEchars-module--echars-rand-select--9ify2 {
  display: flex;
  width: 272px;
  align-items: center;
  justify-content: space-between;
  color: #747a8c;
}
.tradeEchars-module--echars-category--bgDbu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tradeEchars-module--echars-part--Y50dP {
  width: 49%;
  height: 340px;
  padding: 16px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.tradeEchars-module--echars-table--S\+D6p {
  margin-top: 8px;
}
.tradeEchars-module--echars--6J\+-C .ant-tabs-nav {
  margin-bottom: 0 !important;
}
.tradeEchars-module--echars--6J\+-C .ant-table-thead tr th {
  background-color: #f8f9fa !important;
  background-color: var(--Fill-1, #f8f9fa) !important;
  color: #272e47 !important;
  color: var(--Text-5, #272e47) !important;
}
.tradeEchars-module--echars--6J\+-C .ant-tabs-nav-wrap {
  margin-right: 0 !important;
}
.tradeEchars-module--echars--6J\+-C .ant-table-tbody tr:hover {
  background-color: #f6f7fa !important;
}
.tradeEchars-module--echars--6J\+-C .ant-table-tbody tr td {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.tradeEchars-module--echars--6J\+-C .ant-table-tbody .odd:hover {
  background-color: #f6f7fa !important;
}
.tradeEchars-module--echars-t-part--RywUO {
  display: flex;
  align-items: center;
}
.tradeEchars-module--echars-tips--aQ-yo {
  width: calc(100% - 108px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tradeEchars-module--market--aGdN4 {
  margin-top: 12px;
}
.tradeEchars-module--market--aGdN4 header {
  text-align: center;
  color: var(var(--Text-5, #272e47));
  font-weight: 500;
  margin-bottom: 8px;
}
.tradeEchars-module--market-content--A-NNq {
  display: flex;
  align-items: center;
}
.tradeEchars-module--market-part--pF41D {
  width: 33.3%;
  padding-right: 8px;
}
.tradeEchars-module--market-main--F725- {
  padding: 12px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  font-size: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 4px;
}
.tradeEchars-module--market-main--F725- p {
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin: 0;
}
.tradeEchars-module--market-main--F725- span {
  font-size: 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}

.tradeEchars-module--keyCloud--iA89- {
  width: 538;
  text-align: "center";
  margin: "0 auto";
}

.tradeEchars-module--echarsTab--6ayaL {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.tradeEchars-module--echarsTab--6ayaL .ant-tabs-nav {
  margin-bottom: 0;
}
.tradeEchars-module--echarsTab--6ayaL .ant-tabs-nav-wrap {
  margin-right: 0 !important;
}

.tradeEchars-module--customsTab--LxUcD {
  margin: 0 0 0 -16px !important;
}
.tradeEchars-module--customsTab--LxUcD .ant-tabs-nav {
  margin-bottom: 0 !important;
}
.tradeEchars-module--customsTab--LxUcD .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
  font-weight: normal !important;
}

.tradeEchars-module--pagination--U6LdV {
  margin-top: 16px;
  text-align: right;
}

.tradeEchars-module--emptyContent--x5MRf {
  padding: 40px 0;
}
.tradeEchars-module--emptyContent--x5MRf .tradeEchars-module--empty--hoJwk .ant-empty-image {
  height: 130px;
  height: auto;
}
.tradeEchars-module--emptyContent--x5MRf .tradeEchars-module--empty--hoJwk .ant-empty-description {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-size: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin: 8px 0 8px 0;
}
.tradeEchars-module--emptyContent--x5MRf .tradeEchars-module--empty--hoJwk .ant-empty-footer {
  display: flex;
  justify-content: center;
}
.tradeEchars-module--emptyContent--x5MRf .tradeEchars-module--emptyimg--52kOn {
  background-size: 100% 100%;
  width: 68px;
  height: 68px;
  display: block;
  margin: 0 auto;
}
.tradeEchars-module--emptyContent--x5MRf .tradeEchars-module--descExtra--OKXTr {
  max-width: 504px;
  margin: 0 auto;
  color: #747a8c;
  color: var(----Text-3, #747a8c);
  font-size: 12px;
  font-family: "PingFang SC";
  text-align: center;
}
.index-module--content--O0J2l {
  padding: 8px;
}

.index-module--selectWrapper---ixwe {
  display: flex;
  gap: 8px;
}

.index-module--btnWrapper--hta4Y {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
@charset "UTF-8";
.index-module--teamIntro--GCjaF {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ebedff 0%, #f5f6ff 100%);
  /* 小于 768px 时，scale 为 0.6 */
  /* 768px 及以上，scale 为 0.7 */
  /* 1024px 及以上，scale 为 0.8 */
  /* 1280px 及以上，scale 为 0.9 */
  /* 1440px 及以上，scale 为 1 */
}
.index-module--teamIntro--GCjaF .index-module--viewTeamBtn--eJCgJ {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  right: 16px;
  top: 50px;
  line-height: 18px;
  background: linear-gradient(90deg, #353dd9 0.08%, #6545d9 74.98%, #8545d9 99.94%);
  background: var(--AI-AI-Text-6, 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--teamIntro--GCjaF .index-module--viewTeamBtn--eJCgJ:hover {
  border-bottom: 1px solid #7857e6;
  opacity: 0.8;
}
.index-module--teamIntro--GCjaF .index-module--viewTeamBtn--eJCgJ:active {
  border-bottom: 1px solid #7857e6;
}
.index-module--teamIntro--GCjaF .index-module--bgTop--aMbRE {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.index-module--teamIntro--GCjaF .index-module--bgBall--MGUoO {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 390px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .index-module--teamIntro--GCjaF .index-module--content--BFSP5 {
    transform: scale(0.6);
  }
}
@media (min-width: 768px) {
  .index-module--teamIntro--GCjaF .index-module--content--BFSP5 {
    transform: scale(0.7);
  }
}
@media (min-width: 1024px) {
  .index-module--teamIntro--GCjaF .index-module--content--BFSP5 {
    transform: scale(0.8);
  }
}
@media (min-width: 1280px) {
  .index-module--teamIntro--GCjaF .index-module--content--BFSP5 {
    transform: scale(0.9);
  }
}
@media (min-width: 1440px) {
  .index-module--teamIntro--GCjaF .index-module--content--BFSP5 {
    transform: scale(1);
  }
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform-origin: center center;
  margin-top: -15px;
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 .index-module--title--UrYdp {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 48px;
  font-weight: 600;
  line-height: 61px;
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 .index-module--points--YWdSv {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 32px;
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 .index-module--points--YWdSv .index-module--point--uaOOF {
  display: flex;
  align-items: center;
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 .index-module--points--YWdSv .index-module--point--uaOOF .index-module--icon--Jqgsi {
  margin-right: 8px;
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 .index-module--points--YWdSv .index-module--point--uaOOF .index-module--text--GqK7r {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 .index-module--submit--jEAcB {
  width: 220px;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 24px;
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 .index-module--experts--AVmvO {
  display: flex;
  align-items: flex-start;
  margin-top: 58px;
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 .index-module--experts--AVmvO .index-module--expert--qBxap {
  position: relative;
  padding: 12px;
  width: 274px;
  border-radius: 32px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(212, 195, 228, 0.4) 100%);
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 .index-module--experts--AVmvO .index-module--expert--qBxap:nth-child(2) .index-module--ability--\+wk4c {
  left: 69px;
  top: 23px;
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 .index-module--experts--AVmvO .index-module--expert--qBxap:nth-child(even) {
  margin-top: 30px;
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 .index-module--experts--AVmvO .index-module--expert--qBxap .index-module--img--4OYOB {
  width: 100%;
  display: block;
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 .index-module--experts--AVmvO .index-module--expert--qBxap .index-module--name--Dl88p {
  position: absolute;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
  padding: 9px 19px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 100px;
  background: linear-gradient(180deg, rgba(245, 246, 255, 0.9) 0%, rgba(229, 232, 255, 0.9) 45.39%, rgba(246, 247, 255, 0.9) 100%);
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 .index-module--experts--AVmvO .index-module--expert--qBxap .index-module--ability--\+wk4c {
  position: absolute;
  left: 84px;
  top: -19px;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 2px 16px 0px rgba(9, 34, 99, 0.05);
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 .index-module--experts--AVmvO .index-module--expert--qBxap .index-module--ability--\+wk4c .index-module--icon--Jqgsi {
  margin-right: 4px;
}
.index-module--teamIntro--GCjaF .index-module--content--BFSP5 .index-module--experts--AVmvO .index-module--expert--qBxap .index-module--ability--\+wk4c .index-module--text--GqK7r {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.index-module--expertAvatarBorder--jLT83 {
  border-radius: 50%;
}
.index-module--expertAvatarBorder--jLT83.index-module--hasBorder--YHexO {
  background: linear-gradient(180deg, rgb(81, 90, 255), rgba(135, 102, 255, 0.7), rgba(168, 102, 255, 0.6));
}
.index-module--expertAvatarBorder--jLT83 .index-module--expertAvatar--xtSX4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  overflow: hidden;
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu + .Node-module--message--8Xpyu {
  margin-top: 16px;
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu.Node-module--left--iuAbt {
  justify-content: flex-start;
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu.Node-module--left--iuAbt .Node-module--bubble--GiVhR {
  color: #080b19;
  color: var(--Text-6, #080b19);
  background-color: rgba(255, 255, 255, 0.7);
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu.Node-module--right--E8kat {
  justify-content: flex-start;
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu.Node-module--right--E8kat .Node-module--bubble--GiVhR {
  color: #fff;
  background: linear-gradient(97deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%);
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu.Node-module--right--E8kat {
  justify-content: flex-end;
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu .Node-module--avatar--9VUzF {
  flex-shrink: 0;
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu .Node-module--avatar--9VUzF.Node-module--asstAvatar--ZKcdV {
  width: 44px;
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu .Node-module--bubble--GiVhR {
  min-height: 46px;
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 8px;
  max-width: calc(100% - 104px);
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu .Node-module--bubble--GiVhR.Node-module--smallPadding--h2KfO {
  padding: 12px 16px;
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu .Node-module--bubble--GiVhR .Node-module--hoverVisible--S84zp {
  visibility: hidden;
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu .Node-module--bubble--GiVhR:hover .Node-module--hoverVisible--S84zp {
  visibility: visible;
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu .Node-module--bubble--GiVhR .Node-module--compWrapper--j-Jqp + .Node-module--compWrapper--j-Jqp {
  margin-top: 20px;
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu .Node-module--bubble--GiVhR .Node-module--footer--cBbzW {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.Node-module--node--Whrs2.Node-module--message--8Xpyu .Node-module--bubble--GiVhR .Node-module--footer--cBbzW .lx-ui-btn {
  margin: 0 !important;
}
.Node-module--node--Whrs2.Node-module--notice--ZQgtE {
  padding: 4px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 20px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 30px auto;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.ChatFlow-module--chatFlow--tPPEL {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  padding: 24px 12.5vw 45px;
  background: linear-gradient(115deg, #dae2f5 2.04%, rgba(218, 226, 245, 0) 31.56%), linear-gradient(70deg, rgba(219, 215, 229, 0.8) 0%, rgba(230, 226, 242, 0.8) 18.6%, rgba(229, 226, 241, 0.8) 75.23%, rgba(217, 230, 234, 0.8) 96.84%);
  overflow: auto;
  height: 100%;
  /* 小于 768px 时 */
  /* 768px 及以上 */
  /* 1024px 及以上 */
  /* 1280px 及以上 */
  /* 1440px 及以上 */
}
.ChatFlow-module--chatFlow--tPPEL::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.ChatFlow-module--chatFlow--tPPEL::-webkit-scrollbar:horizontal {
  height: 6px;
}
.ChatFlow-module--chatFlow--tPPEL:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.ChatFlow-module--chatFlow--tPPEL:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.ChatFlow-module--chatFlow--tPPEL:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.ChatFlow-module--chatFlow--tPPEL:hover::-webkit-scrollbar-button {
  display: none;
}
.ChatFlow-module--chatFlow--tPPEL:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.ChatFlow-module--chatFlow--tPPEL:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.ChatFlow-module--chatFlow--tPPEL:hover::-webkit-scrollbar-corner {
  display: none;
}
@media (max-width: 767px) {
  .ChatFlow-module--chatFlow--tPPEL {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .ChatFlow-module--chatFlow--tPPEL {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .ChatFlow-module--chatFlow--tPPEL {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1280px) {
  .ChatFlow-module--chatFlow--tPPEL {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1440px) {
  .ChatFlow-module--chatFlow--tPPEL {
    padding-left: 16%;
    padding-right: 16%;
  }
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.ChatSteps-module--chatSteps--CBcvZ {
  display: flex;
  flex-direction: column;
  width: 240px;
  height: 100%;
  border-right: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 32px 12px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.ChatSteps-module--chatSteps--CBcvZ::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.ChatSteps-module--chatSteps--CBcvZ::-webkit-scrollbar:horizontal {
  height: 6px;
}
.ChatSteps-module--chatSteps--CBcvZ:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.ChatSteps-module--chatSteps--CBcvZ:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.ChatSteps-module--chatSteps--CBcvZ:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.ChatSteps-module--chatSteps--CBcvZ:hover::-webkit-scrollbar-button {
  display: none;
}
.ChatSteps-module--chatSteps--CBcvZ:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.ChatSteps-module--chatSteps--CBcvZ:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.ChatSteps-module--chatSteps--CBcvZ:hover::-webkit-scrollbar-corner {
  display: none;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--title--NCUYi {
  width: 100%;
  flex: 0 1;
  padding-left: 16px;
  color: #404f80;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 24px;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi {
  width: 100%;
  flex: 1 1;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu {
  margin-bottom: 8px;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu:last-child {
  margin-bottom: 0;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu.ChatSteps-module--isActive--shZJF .ChatSteps-module--sectionTitle--3MQ98 {
  background: rgba(145, 72, 255, 0.07);
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionTitle--3MQ98 {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 8px 12px;
  border-radius: 8px;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionTitle--3MQ98 .ChatSteps-module--avatar---L5lL {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionTitle--3MQ98 .ChatSteps-module--avatar---L5lL.ChatSteps-module--asst--q82jt {
  background: url(/static/asst-ba6604a383ca38c60852ef3661aa0348.png) no-repeat center center;
  background-size: cover;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionTitle--3MQ98 .ChatSteps-module--avatar---L5lL.ChatSteps-module--marketing--iihTs {
  background: url(/static/marketing-8665814139b0640d9baee6d12e88a120.png) no-repeat center center;
  background-size: cover;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionTitle--3MQ98 .ChatSteps-module--avatar---L5lL.ChatSteps-module--site--v7vPU {
  background: url(/static/site-f7ddc663d49e4a84fe125ec1db8b12b5.png) no-repeat center center;
  background-size: cover;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionTitle--3MQ98 .ChatSteps-module--avatar---L5lL.ChatSteps-module--sns--8qzGq {
  background: url(/static/sns-a929bd7200ca86f42064dcac897c8683.png) no-repeat center center;
  background-size: cover;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionTitle--3MQ98 .ChatSteps-module--avatar---L5lL.ChatSteps-module--operations--y5oWB {
  background: url(/static/operations-8900700ad3b130d4a86b1f9d35a082b8.png) no-repeat center center;
  background-size: cover;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionTitle--3MQ98 .ChatSteps-module--text--M5VBX {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 500;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionTitle--3MQ98 .ChatSteps-module--text--M5VBX.ChatSteps-module--sectionTodo--4J9Iu {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-weight: 400;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionDetail--vOwGG {
  display: flex;
  gap: 14px;
  width: 100%;
  padding: 0 24px 0 22px;
  margin-top: 16px;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionDetail--vOwGG .ChatSteps-module--lineLineWrapper--M\+ODO {
  display: flex;
  justify-content: center;
  width: 14px;
  flex: 0 0 14px;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionDetail--vOwGG .ChatSteps-module--lineLineWrapper--M\+ODO .ChatSteps-module--line--yfjdj {
  position: relative;
  width: 2px;
  background: #d6def1;
  border-radius: 1.5px;
  margin: 0 auto;
  height: calc(100% - 22px);
  top: 11px;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionDetail--vOwGG .ChatSteps-module--lineLineWrapper--M\+ODO .ChatSteps-module--finishLine--2uxs8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  z-index: 2;
  background: #8e6cff;
  background: linear-gradient(to bottom, #389cff 0%, #8e6cff 100%);
  transition: all linear 0.2s;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionDetail--vOwGG .ChatSteps-module--lineLineWrapper--M\+ODO .ChatSteps-module--finishLine--2uxs8 .ChatSteps-module--icon--mDlXs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7b6eff;
  z-index: 2;
  transform: translate(-3px, 50%);
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionDetail--vOwGG .ChatSteps-module--lineLineWrapper--M\+ODO .ChatSteps-module--finishLine--2uxs8 .ChatSteps-module--icon--mDlXs::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background: linear-gradient(to right, rgba(72, 133, 255, 0.2) 0%, rgba(144, 108, 255, 0.2) 100%);
  border-radius: 50%;
  transform: translate(-3px, -3px);
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionDetail--vOwGG .ChatSteps-module--detailItem--\+eBiV {
  display: flex;
  margin-bottom: 32px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionDetail--vOwGG .ChatSteps-module--detailItem--\+eBiV:last-child {
  margin-bottom: 0;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionDetail--vOwGG .ChatSteps-module--detailItem--\+eBiV.ChatSteps-module--detailActive--VeynT {
  color: #562de0;
  color: var(--AI-AI-Text-2-6, #562de0);
  font-weight: 500;
}
.ChatSteps-module--chatSteps--CBcvZ .ChatSteps-module--steps--TlSpi .ChatSteps-module--section--4frfu .ChatSteps-module--sectionDetail--vOwGG .ChatSteps-module--detailItem--\+eBiV.ChatSteps-module--detailTodo--JxqTB {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
@keyframes DraftRecovering-module--spin--1-BSA {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.DraftRecovering-module--draftRecovering--HpCml .ant-modal-body {
  padding: 30px !important;
}
.DraftRecovering-module--draftRecovering--HpCml .DraftRecovering-module--content--WZsFt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.DraftRecovering-module--draftRecovering--HpCml .DraftRecovering-module--content--WZsFt .DraftRecovering-module--loadingIcon--XKZPF {
  animation: DraftRecovering-module--spin--1-BSA 1s linear infinite;
}
.DraftRecovering-module--draftRecovering--HpCml .DraftRecovering-module--content--WZsFt .DraftRecovering-module--title--NpVT0 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--enterpriseInfoForTeam--Yg8b8 .ant-form-item-label label {
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 22px;
}
.index-module--enterpriseInfoForTeam--Yg8b8 .ant-select-selector {
  height: 40px !important;
}
.index-module--enterpriseInfoForTeam--Yg8b8 .ant-select-selection-item,
.index-module--enterpriseInfoForTeam--Yg8b8 .sirius-select-ui-front {
  height: 38px !important;
  line-height: 38px !important;
}
.index-module--enterpriseInfoForTeam--Yg8b8 .ant-select-arrow,
.index-module--enterpriseInfoForTeam--Yg8b8 .ant-select-clear {
  top: 18px !important;
}
.index-module--enterpriseInfoForTeam--Yg8b8 .ant-select-selection-placeholder {
  line-height: 38px !important;
}
.index-module--enterpriseInfoForTeam--Yg8b8 .sirius-input-ui-default {
  height: 40px !important;
}
.index-module--enterpriseInfoForTeam--Yg8b8 textarea {
  padding: 8px 12px;
  line-height: 22px;
  height: 96px !important;
  resize: none;
}
.index-module--enterpriseInfoForTeam--Yg8b8.index-module--scene-create--N6kZh .ant-select,
.index-module--enterpriseInfoForTeam--Yg8b8.index-module--scene-create--N6kZh .ant-input:not(textarea) {
  max-width: 320px;
}
.index-module--enterpriseInfoForTeam--Yg8b8.index-module--scene-create--N6kZh .ant-form-item:not(.ant-form-item-with-help) {
  margin-bottom: 16px !important;
}
.index-module--enterpriseInfoForTeam--Yg8b8.index-module--scene-create--N6kZh .ant-form-item:not(.ant-form-item-with-help):last-child {
  margin-bottom: 0 !important;
}
.index-module--enterpriseInfoForTeam--Yg8b8.index-module--scene-create--N6kZh .ant-form-item-explain {
  min-height: auto;
  line-height: 16px !important;
}
.index-module--enterpriseInfoForTeam--Yg8b8.index-module--scene-edit--Vkyr0 .ant-form-item-label label {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: 600;
  line-height: 22px;
}
.index-module--enterpriseInfoForTeam--Yg8b8.index-module--scene-edit--Vkyr0 .ant-select:not(.ant-select-focused):not(.ant-select-open) .ant-select-selector,
.index-module--enterpriseInfoForTeam--Yg8b8.index-module--scene-edit--Vkyr0 .ant-input {
  border-color: #f6f7fa;
  border-color: var(--Fill-2, #f6f7fa);
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.index-module--enterpriseInfoForTeam--Yg8b8.index-module--scene-edit--Vkyr0 .ant-select,
.index-module--enterpriseInfoForTeam--Yg8b8.index-module--scene-edit--Vkyr0 .ant-input:not(textarea) {
  width: 384px;
}
.index-module--enterpriseInfoForTeam--Yg8b8.index-module--scene-edit--Vkyr0 .ant-form-item:not(.ant-form-item-with-help) {
  margin-bottom: 32px !important;
}
.index-module--enterpriseInfoForTeam--Yg8b8.index-module--scene-edit--Vkyr0 .ant-form-item:not(.ant-form-item-with-help):last-child {
  margin-bottom: 0 !important;
}
.index-module--enterpriseInfoForTeam--Yg8b8.index-module--scene-edit--Vkyr0 .ant-form-item-with-help {
  margin-bottom: 16px !important;
}
.index-module--enterpriseInfoForTeam--Yg8b8.index-module--scene-edit--Vkyr0 .ant-form-item-explain {
  min-height: auto;
  font-size: 12px !important;
  line-height: 1 !important;
  margin-top: 4px !important;
}
.index-module--enterpriseInfoForTeam--Yg8b8 .index-module--preview--2bPrO .ant-form-item-label label {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--enterpriseInfoForTeam--Yg8b8 .index-module--preview--2bPrO .index-module--preview-content--pEhJy {
  padding: 9px 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 22px;
  white-space: pre-wrap;
  word-break: break-word;
}
.index-module--origin--ttGMI {
  border-radius: 2px;
}
.index-module--origin--ttGMI .ant-select-arrow {
  display: none;
}
.index-module--origin--ttGMI .ant-select-selector {
  border-radius: 2px 0 0 2px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.index-module--origin--ttGMI .ant-select-selection-placeholder {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--origin--ttGMI .ant-select-selection-overflow {
  gap: 4px;
}
.index-module--origin--ttGMI .ant-select-multiple .ant-select-selection-search {
  margin-top: 0;
  margin-bottom: 0;
}
.index-module--origin--ttGMI.index-module--warning-select--CroUK .ant-select-selector {
  border: 1px solid #e5a344 !important;
}

.index-module--warning--oWR8V {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 4px 0 0 0;
}

.index-module--custom-tag--hsx3- {
  padding: 0 2px 0 4px;
  border-radius: 2px;
  background-color: #f0f2f7;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
}
.index-module--custom-tag--hsx3- .index-module--txt--1z5yX {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-module--custom-tag--hsx3- .index-module--close--UFK0h {
  display: inline-block;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.index-module--custom-tag--hsx3- .index-module--close--UFK0h .sirius-icon {
  height: 12px !important;
  width: 12px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.index-module--custom-tag--hsx3-.index-module--warn-tag--l\+1vn {
  background-color: #fff0db;
}

.index-module--contentWrap--loytZ {
  display: flex;
  border: 1px solid #d9d9d9;
  transition: border-color 0.4s;
  border-radius: 4px;
}
.index-module--contentWrap--loytZ .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: none !important;
  height: auto !important;
  padding-right: 12px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  min-height: 32px !important;
}
.index-module--contentWrap--loytZ .ant-select-multiple .ant-select-selection-placeholder {
  top: 16px !important;
}
.index-module--contentWrap--loytZ:hover {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  box-shadow: none;
}

.index-module--contentLeft--1TVAf {
  width: calc(100% - 84px);
}
.index-module--contentLeft--1TVAf .ant-select-selector {
  padding-right: 12px;
}

.index-module--contentRight--U3ep- {
  width: 84px;
}
.index-module--company-main-product--W4qKd {
  position: relative;
  display: inline-block;
  width: 100%;
}
.index-module--company-main-product--W4qKd .sirius-checkbox-ehc-ui .ant-checkbox-checked .ant-checkbox-inner {
  background: linear-gradient(97deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%) !important;
  border: none;
}
.index-module--company-main-product--W4qKd .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner::after {
  background-color: transparent;
}
.index-module--company-main-product--W4qKd .ant-form-item:not(.ant-form-item-with-help) {
  margin-bottom: 16px;
}
.index-module--company-main-product--W4qKd .ant-form-item-explain {
  min-height: auto;
  font-size: 12px !important;
  line-height: 1 !important;
  margin-top: 4px !important;
}
.index-module--company-main-product--W4qKd .ant-form-item-label label::before {
  display: none !important;
}
.index-module--company-main-product--W4qKd .ant-select-selector {
  border-color: #ebedf2 !important;
  border-color: var(--Line-2, #ebedf2) !important;
}
.index-module--company-main-product--W4qKd .ant-select-focused .ant-select-selector {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
}
.index-module--company-main-product--W4qKd .index-module--create-select--c2fO2 {
  position: relative;
}
.index-module--company-main-product--W4qKd .index-module--create-select--c2fO2 .index-module--create-select-label--gnMkO::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.index-module--company-main-product--W4qKd .index-module--create-select--c2fO2 .ant-select-multiple .ant-select-selection-placeholder {
  top: 15px;
}
.index-module--company-main-product--W4qKd .index-module--create-select--c2fO2 .ant-select-multiple .ant-select-selection-placeholder {
  top: 21px;
}
.index-module--company-main-product--W4qKd .index-module--create-select--c2fO2 .ant-select-selector {
  height: 96px;
  overflow: hidden;
  padding: 9px 91px 9px 12px !important;
  align-items: flex-start !important;
}
.index-module--company-main-product--W4qKd .index-module--create-select--c2fO2 .ant-select-selector .ant-select-selection-overflow {
  max-height: 76px !important;
}
.index-module--company-main-product--W4qKd .index-module--create-select--c2fO2 .ant-form-item-label {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--company-main-product--W4qKd .index-module--edit-select--MWJtw .ant-select-selector {
  min-height: 46px;
  width: 100%;
  background-color: #fff !important;
  padding-right: 100px !important;
  overflow: hidden;
}
.index-module--company-main-product--W4qKd .index-module--edit-select--MWJtw .ant-select-selection-item {
  background-color: #f0f2f7 !important;
  background-color: var(--Fill-2_5, #f0f2f7) !important;
}
.index-module--company-main-product--W4qKd .index-module--name--a9XUf {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  display: inline-block;
}
.index-module--company-main-product--W4qKd .index-module--desc--NFWHW {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
}
.index-module--company-main-product--W4qKd .index-module--ai--4\+6lz {
  position: absolute;
}
.index-module--company-main-product--W4qKd .index-module--disabled--eMe2Z {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}
.index-module--company-main-product--W4qKd .index-module--text--pEQwC {
  background: linear-gradient(0deg, rgb(44, 72, 214) 0%, rgb(80, 32, 217) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-module--company-main-product--W4qKd .index-module--preview--YY9aF {
  margin-bottom: 16px;
}
.index-module--company-main-product--W4qKd .index-module--preview--YY9aF .index-module--title--LdeAJ {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.index-module--company-main-product--W4qKd .index-module--preview--YY9aF .index-module--txt--BZDZV {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  word-break: break-all;
}
.index-module--company-main-product--W4qKd .index-module--create-select--c2fO2 .index-module--ai--4\+6lz {
  right: 8px;
  top: 86px;
}
.index-module--company-main-product--W4qKd .index-module--edit-select--MWJtw .index-module--ai--4\+6lz {
  right: 8px;
  top: 41px;
}
.index-module--company-main-product--W4qKd .index-module--edit-select--MWJtw .index-module--title--LdeAJ {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}

.index-module--gpt-rcmd-modal--lVdb5 .ant-modal-body {
  padding: 0 !important;
}

.index-module--aiBtnWrap--Sm8nk {
  height: 100%;
  display: flex;
  padding: 7px 0;
  background-color: #fff;
  border-radius: 4px;
}

.index-module--aiBtn--XD2TW {
  cursor: pointer;
  display: flex;
  margin-top: -2px;
}

.index-module--lineWrap--T31Mr {
  border-left: 1px solid #ebedf2;
  padding: 0px 14px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.index-module--errorInput--ShVTj {
  border: 1px solid #fe5b4c;
}
.index-module--errorInput--ShVTj:hover {
  border: 1px solid #fe5b4c;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--productIntroForTeam--oPtk0 .ant-form-item-label label {
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 22px;
}
.index-module--productIntroForTeam--oPtk0 .sirius-input-ui-default {
  height: 40px !important;
}
.index-module--productIntroForTeam--oPtk0 textarea {
  padding: 8px 12px;
  line-height: 22px;
  height: 160px !important;
  resize: none;
}
.index-module--productIntroForTeam--oPtk0.index-module--scene-create--MryvX .ant-form-item:not(.ant-form-item-with-help) {
  margin-bottom: 16px !important;
}
.index-module--productIntroForTeam--oPtk0.index-module--scene-create--MryvX .ant-form-item:not(.ant-form-item-with-help):last-child {
  margin-bottom: 0 !important;
}
.index-module--productIntroForTeam--oPtk0.index-module--scene-create--MryvX .ant-form-item-explain {
  min-height: auto;
  line-height: 16px !important;
}
.index-module--productIntroForTeam--oPtk0.index-module--scene-edit--CMCc0 .ant-form-item-label label {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: 600;
  line-height: 22px;
}
.index-module--productIntroForTeam--oPtk0.index-module--scene-edit--CMCc0 .ant-input {
  border-color: #f6f7fa;
  border-color: var(--Fill-2, #f6f7fa);
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.index-module--productIntroForTeam--oPtk0.index-module--scene-edit--CMCc0 .ant-form-item:not(.ant-form-item-with-help) {
  margin-bottom: 32px !important;
}
.index-module--productIntroForTeam--oPtk0.index-module--scene-edit--CMCc0 .ant-form-item:not(.ant-form-item-with-help):last-child {
  margin-bottom: 0 !important;
}
.index-module--productIntroForTeam--oPtk0.index-module--scene-edit--CMCc0 .ant-form-item-with-help {
  margin-bottom: 16px !important;
}
.index-module--productIntroForTeam--oPtk0.index-module--scene-edit--CMCc0 .ant-form-item-explain {
  min-height: auto;
  font-size: 12px !important;
  line-height: 1 !important;
  margin-top: 4px !important;
}
.index-module--productIntroForTeam--oPtk0 .index-module--preview--Ip8wL .ant-form-item-label label {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--productIntroForTeam--oPtk0 .index-module--preview--Ip8wL .index-module--preview-content---RUaK {
  padding: 9px 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 22px;
  white-space: pre-wrap;
  word-break: break-word;
}

.index-module--h--MiBhP {
  height: 160px !important;
}
@charset "UTF-8";
.CountrySelector-module--my-dropdown---mO10 {
  padding: 8px;
  display: flex;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #e1e3e8;
  border-bottom: 1px solid var(--Line-3, #e1e3e8);
  align-items: center;
  gap: 20px;
  width: 358px;
}
.CountrySelector-module--my-dropdown---mO10 .CountrySelector-module--radio-item--LuuIv {
  cursor: pointer;
  width: 60px;
  height: 24px;
  border-radius: 16px;
  background: #f6f7fa;
  background: var(---Fill-2, #f6f7fa);
  text-align: center;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.CountrySelector-module--my-dropdown---mO10 .CountrySelector-module--radio-item-active--YmZ\+9 {
  border: 1px solid #4c6aff;
  border: 1px solid var(---Brand-6, #4c6aff);
  background: #eff2ff;
  background: var(---Brand-2-, #eff2ff);
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.CountrySelector-module--placeholder-light--ztU8j {
  width: 430px;
}
.CountrySelector-module--placeholder-light--ztU8j .sirius-cascader-select-selection-placeholder {
  color: #080b19 !important;
  color: var(--Text-6, #080b19) !important;
}
.CountrySelector-module--placeholder-light--ztU8j .sirius-checkbox-ehc-ui .ant-checkbox-checked .ant-checkbox-inner {
  background: linear-gradient(97deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%);
  border: none;
}
.CountrySelector-module--placeholder-light--ztU8j .sirius-cascader-select-selection-item-remove .sirius-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.CountrySelector-module--dropdown-wrap--gw9Ni .sirius-cascader-menu-item {
  width: 222px;
}
.CountrySelector-module--dropdown-wrap--gw9Ni .sirius-cascader-menu-item-expand {
  width: 134px !important;
}
.CountrySelector-module--dropdown-wrap--gw9Ni .sirius-cascader-checkbox-checked {
  background: linear-gradient(97deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%);
  border: none;
}
.index-module--country-wrap--OusP- .index-module--title---OJre {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.index-module--country-wrap--OusP- .index-module--txt--4QTAv {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--country-wrap--OusP- .sirius-cascader-select-selection-overflow {
  overflow-y: hidden;
}
.index-module--country-wrap--OusP- .ant-form-item-label {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin-bottom: 8px;
}
.index-module--country-wrap--OusP- .ant-form-item-label > label {
  color: #080b19;
  color: var(--Text-6, #080b19);
}
.index-module--country-wrap--OusP- .ant-form-item {
  margin: 0;
}
.index-module--country-wrap--OusP- .sirius-cascader-select {
  width: 100%;
}
.index-module--country-wrap--OusP- .sirius-cascader-select-selector {
  background-color: #f6f7fa !important;
  background-color: var(--Fill-2, #f6f7fa) !important;
  border: none !important;
}
.index-module--country-wrap--OusP- .sirius-cascader-select-selection-search-input {
  height: 28px;
}
.index-module--country-wrap--OusP- .sirius-cascader-select-selection-placeholder {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--country-wrap--OusP- .sirius-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--country-wrap--OusP- .sirius-cascader-select-selection-item {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.index-module--country-wrap--OusP- .sirius-cascader-select-clear {
  background-color: transparent;
}
.index-module--country-wrap--OusP- .ant-form-item-control {
  height: 36px;
  justify-content: center;
}
.index-module--country-wrap--OusP- .sirius-cascader-select .sirius-cascader-select-selector {
  background-color: #fff !important;
  border: 1px solid #e1e3e8 !important;
  border: 1px solid var(--Line-3, #e1e3e8) !important;
}
.index-module--country-wrap--OusP- .sirius-cascader-select-focused .sirius-cascader-select-selector {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
}
.index-module--country-wrap--OusP- .index-module--country-selector-wrap--J7si- {
  position: relative;
}
.index-module--country-wrap--OusP- .index-module--country-selector-wrap--J7si- .index-module--disabled--MnfHC {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}
.index-module--customer-main-product--xNFZ7 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.index-module--customer-main-product--xNFZ7 .sirius-checkbox-ehc-ui .ant-checkbox-checked .ant-checkbox-inner {
  background: linear-gradient(97deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%);
  border: none;
}
.index-module--customer-main-product--xNFZ7 .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner::after {
  background-color: transparent;
}
.index-module--customer-main-product--xNFZ7 :golbal(.index-module--ant-form--QfMVc) {
  position: relative;
}
.index-module--customer-main-product--xNFZ7 .ant-form-item {
  margin-bottom: 0;
}
.index-module--customer-main-product--xNFZ7 .ant-form-item-label {
  padding-bottom: 4px;
}
.index-module--customer-main-product--xNFZ7 .ant-form-item-label label {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--customer-main-product--xNFZ7 .index-module--feature--zLPLJ {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--customer-main-product--xNFZ7 .index-module--feature--zLPLJ.index-module--preview---jjDv {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin-bottom: 8px;
}
.index-module--customer-main-product--xNFZ7 .index-module--feature-item--JadrY {
  background-color: #fff;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 4px;
  margin-top: 16px;
  gap: 28px;
  padding: 12px;
}
.index-module--customer-main-product--xNFZ7 .index-module--feature-checkbox--DzuiU,
.index-module--customer-main-product--xNFZ7 .index-module--feature-desc--My79n {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.index-module--customer-main-product--xNFZ7 .index-module--feature-checkbox--DzuiU {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.index-module--customer-main-product--xNFZ7 .index-module--form-feature-item-title--dNlQw {
  display: inline-block;
  margin-left: 10px;
  color: #080b19;
}
.index-module--customer-main-product--xNFZ7 .index-module--feature-desc--My79n {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  margin-left: 10px;
  font-size: 14px;
}
.index-module--customer-main-product--xNFZ7 .index-module--feature-left--AJwhm {
  display: flex;
  align-items: center;
}
.index-module--customer-main-product--xNFZ7 .index-module--feature-right--n3q7D {
  position: relative;
  display: flex;
  flex: 1 1;
  overflow: hidden;
  margin-top: 10px;
  padding-left: 27px;
}
.index-module--customer-main-product--xNFZ7 .index-module--feature-right--n3q7D .ant-select-selector {
  min-height: 46px;
  width: 100%;
  border: none !important;
  padding-right: 100px !important;
  overflow: hidden;
}
.index-module--customer-main-product--xNFZ7 .index-module--feature-right--n3q7D .ant-select-selection-item {
  background-color: #f0f2f7 !important;
  background-color: var(--Fill-2_5, #f0f2f7) !important;
}
.index-module--customer-main-product--xNFZ7 .index-module--ai--SnkW9 {
  position: absolute;
  top: 37px;
}
.index-module--customer-main-product--xNFZ7 .index-module--text--lgknc {
  background: linear-gradient(0deg, rgb(44, 72, 214) 0%, rgb(80, 32, 217) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-module--customer-main-product--xNFZ7 .index-module--disabled--sbnkR {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}
.index-module--customer-main-product--xNFZ7 .index-module--txt--ln8JD {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.index-module--gpt-rcmd-modal--nHiKM .ant-modal-body {
  padding: 0 !important;
}

.index-module--aiBtnWrap--78ZZu {
  height: 100%;
  display: flex;
  padding: 7px 0;
  background-color: #fff;
}

.index-module--aiBtn--JfS\+b {
  cursor: pointer;
  display: flex;
  margin-top: -2px;
}

.index-module--lineWrap--vkqsa {
  border-left: 1px solid #ebedf2;
  padding: 0px 14px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.index-module--contentLeft--dltGA {
  flex: 1 1;
  min-width: 200px;
}

.index-module--contentRight--zZ3bP {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding: 0 10px;
  color: #4c6aff;
  font-size: 12px;
  line-height: 34px;
}

.index-module--importBtn--odFvh {
  margin-right: 8px;
  cursor: pointer;
}
.multipleSelectModal-module--custom-modal--k01fY {
  display: flex;
  flex-direction: column;
  height: 316px;
}
.multipleSelectModal-module--custom-modal--k01fY .multipleSelectModal-module--content--shGpq {
  display: flex;
  flex-direction: column;
}
.multipleSelectModal-module--custom-modal--k01fY .multipleSelectModal-module--content--shGpq .multipleSelectModal-module--header--djy6r {
  height: 60px;
}
.multipleSelectModal-module--custom-modal--k01fY .multipleSelectModal-module--content--shGpq .multipleSelectModal-module--header--djy6r .multipleSelectModal-module--title--wGhdK {
  margin-top: 28px;
  margin-left: 28px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.multipleSelectModal-module--custom-modal--k01fY .multipleSelectModal-module--content--shGpq .multipleSelectModal-module--center--j5S5w {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 28px 0px 28px;
}
.multipleSelectModal-module--custom-modal--k01fY .multipleSelectModal-module--content--shGpq .multipleSelectModal-module--center--j5S5w .multipleSelectModal-module--tips--bzU7s {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  white-space: pre-line;
}
.multipleSelectModal-module--custom-modal--k01fY .multipleSelectModal-module--content--shGpq .multipleSelectModal-module--center--j5S5w .ant-input {
  height: 100px;
}
.multipleSelectModal-module--custom-modal--k01fY .multipleSelectModal-module--content--shGpq .multipleSelectModal-module--footer--h\+cHZ {
  height: 74px;
  display: flex;
  justify-content: space-between;
  padding: 18px 28px 0px 0px;
}
.index-module--cmpWrap--SA49T {
  margin-top: 20px;
}
.index-module--nick-name-wrap--vvsTq {
  margin-bottom: 12px;
}
.index-module--nick-name-wrap--vvsTq .ant-form-item-label {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--nick-name-wrap--vvsTq .ant-form-item-label > label {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--nick-name-wrap--vvsTq .ant-form-item {
  margin-bottom: 0;
}
.index-module--nick-name-wrap--vvsTq .ant-form-item-explain.ant-form-item-explain-error {
  height: 16px;
  min-height: 16px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.index-module--nick-name-wrap--vvsTq .ant-form-item-explain-success {
  display: none;
}
.index-module--nick-name-wrap--vvsTq .index-module--preview-label--Yhs-J {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.index-module--nick-name-wrap--vvsTq .index-module--preview-value--g0r5q {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
.index-module--reply-email-wrap--RoEL6 {
  margin-bottom: 12px;
}
.index-module--reply-email-wrap--RoEL6 .ant-form-item-label {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--reply-email-wrap--RoEL6 .ant-form-item-label > label {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--reply-email-wrap--RoEL6 .ant-form-item {
  margin-bottom: 0;
}
.index-module--reply-email-wrap--RoEL6 .ant-form-item-explain.ant-form-item-explain-error {
  height: 16px;
  min-height: 16px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.index-module--reply-email-wrap--RoEL6 .ant-form-item-explain-success {
  display: none;
}
.index-module--reply-email-wrap--RoEL6 .index-module--validate-tips--CI4da {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.index-module--reply-email-wrap--RoEL6 .index-module--preview-label--WHc83 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.index-module--reply-email-wrap--RoEL6 .index-module--preview-value--rXw3t {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--sending-mode-wrap--fFzgR .index-module--card-title--U4ZtO {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.index-module--sending-mode-wrap--fFzgR .index-module--preview-card-title--qiCt\+ {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--sending-mode-wrap--fFzgR .index-module--card-wrap--eC4qQ {
  border-radius: 4px;
  background: #fff;
  padding: 12px;
}
.index-module--sending-mode-wrap--fFzgR .index-module--card-wrap--eC4qQ .ant-form-item {
  margin-bottom: 0;
}
.index-module--sending-mode-wrap--fFzgR .index-module--content--WHtMZ .index-module--title--Le9Y-,
.index-module--sending-mode-wrap--fFzgR .index-module--content--WHtMZ .index-module--multiTitle--kp2gQ {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.index-module--sending-mode-wrap--fFzgR .index-module--content--WHtMZ .index-module--multiTitle--kp2gQ {
  display: flex;
  align-items: center;
}
.index-module--sending-mode-wrap--fFzgR .index-module--content--WHtMZ .index-module--emails--Qrfks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.index-module--sending-mode-wrap--fFzgR .index-module--content--WHtMZ .index-module--emails--Qrfks .index-module--item--LJsvr {
  border-radius: 4px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  height: 32px;
  width: 100%;
  padding: 0 12px;
  gap: 4px;
}
.index-module--sending-mode-wrap--fFzgR .index-module--content--WHtMZ .index-module--emails--Qrfks .index-module--item--LJsvr .index-module--preview-check-box--hiyeP .ant-checkbox {
  display: none;
}
.index-module--sending-mode-wrap--fFzgR .index-module--content--WHtMZ .index-module--emails--Qrfks .index-module--item--LJsvr .sirius-checkbox-ehc-ui .ant-checkbox-checked .ant-checkbox-inner {
  background: linear-gradient(97deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%);
  border: none;
}
.index-module--sending-mode-wrap--fFzgR .index-module--content--WHtMZ .index-module--emails--Qrfks .index-module--item--LJsvr .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner::after {
  background-color: transparent;
}
.index-module--sending-mode-wrap--fFzgR .index-module--content--WHtMZ .index-module--emails--Qrfks .index-module--item--LJsvr .index-module--txt--pyeJr {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-module--sending-mode-wrap--fFzgR .index-module--content--WHtMZ .index-module--emails--Qrfks .index-module--item--LJsvr .ant-checkbox + span {
  padding-right: 0px;
  padding-left: 4px;
}
.index-module--sending-mode-wrap--fFzgR .index-module--content--WHtMZ .index-module--emails--Qrfks .index-module--item--LJsvr .sirius-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.index-module--sending-mode-wrap--fFzgR .index-module--empty--kognN {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin-top: 16px;
  gap: 8px;
}
.index-module--sending-mode-wrap--fFzgR .index-module--empty--kognN .index-module--title--Le9Y- {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.index-module--textContent--LKQ8b {
  display: flex;
  padding: 0px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-left: 3px solid #e1e3e8;
  border-left: 3px solid var(--Line-3, #e1e3e8);
}

.index-module--textItem--P3WTP {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  word-break: break-all;
}
.index-module--global-data-wrap--G8TvW {
  margin-bottom: 20px;
}
.index-module--global-data-wrap--G8TvW .index-module--title--HI0Aw {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-module--global-data-wrap--G8TvW .index-module--info-card--KjsfI {
  border-left: 3px solid #e1e3e8;
  border-left: 3px solid var(--Line-3, #e1e3e8);
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}
.index-module--global-data-wrap--G8TvW .index-module--info-card--KjsfI .index-module--info--Nf46\+ {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}
.index-module--send-limit-wrap--n3pb0 {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index-module--send-limit-wrap--n3pb0 .index-module--light--BrJFv {
  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--send-limit-wrap--n3pb0 .index-module--input-wrap--n8dOg {
  position: relative;
}
.index-module--send-limit-wrap--n3pb0 .index-module--input-wrap--n8dOg .index-module--err-txt--eX3Q1 {
  position: absolute;
  bottom: -4px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.index-module--send-limit-wrap--n3pb0 .index-module--limit-input--hIc04 {
  width: 64px;
  margin: 0 4px;
  -webkit-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
}
.index-module--send-limit-wrap--n3pb0 .index-module--limit-input--hIc04::-webkit-outer-spin-button, .index-module--send-limit-wrap--n3pb0 .index-module--limit-input--hIc04::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  margin: 0;
}
.index-module--send-limit-wrap--n3pb0 .index-module--limit-input--hIc04[type=number] {
  -moz-appearance: textfield;
}
.index-module--send-limit-wrap--n3pb0 .index-module--limit-error--gtlNI {
  border: 1px solid #fe5b4c !important;
  border: 1px solid var(--Error-6, #fe5b4c) !important;
}
.index-module--send-limit-wrap--n3pb0 .index-module--icon--oHrGv {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.index-module--mail-edit-wrap--Z3xm2 {
  display: flex;
  flex-wrap: wrap;
}
.index-module--mail-edit-wrap--Z3xm2 > :nth-child(2n) {
  padding-left: 8px;
}
.index-module--mail-edit-wrap--Z3xm2 > :nth-child(2n+1) {
  padding-right: 8px;
}
.index-module--mail-edit-wrap--Z3xm2 > :nth-child(1) {
  padding-bottom: 24px;
}
.index-module--mail-edit-wrap--Z3xm2 > :nth-child(2) {
  padding-bottom: 24px;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y {
  width: 50%;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--title--7obeh {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--title--7obeh .index-module--txt--tt6p8 {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--title--7obeh .index-module--interval--PEnBx {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 12px;
  background-color: #f0f2f7;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-left: 12px;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--title--7obeh i {
  display: inline-block;
  width: 3px;
  height: 12px;
  border-radius: 2px;
  margin-right: 4px;
  background: linear-gradient(180deg, #4d6aff 0%, #9c40ff 78%, #ca40ff 100%);
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--title--7obeh .sirius-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 14px;
  width: 14px;
  margin-right: 4px;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--title--7obeh .index-module--edit--iSzHE {
  margin-left: 8px;
  height: 24px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--title--7obeh .index-module--input--JGtAr {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-left: 12px;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--title--7obeh .index-module--input--JGtAr input {
  width: 72px;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G {
  padding: 12px 16px 0 16px;
  border-radius: 4px;
  height: 94px;
  position: relative;
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(93deg, #fff 0%, #fff 73.99%, #fff 98.65%), linear-gradient(90deg, #353dd9 0.08%, #6545d9 74.98%, #8545d9 99.94%);
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G.index-module--disabled-wrap--NqMwu {
  cursor: not-allowed;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G.index-module--disabled-wrap--NqMwu:hover {
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(93deg, #fff 0%, #fff 73.99%, #fff 98.65%), linear-gradient(90deg, #353dd9 0.08%, #6545d9 74.98%, #8545d9 99.94%);
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G.index-module--disabled-wrap--NqMwu:hover .index-module--subject--c\+tVs {
  padding-right: 0px;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G.index-module--disabled-wrap--NqMwu:hover .index-module--edit-icon--OhwQ7 {
  display: none;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G:hover {
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(93deg, #f8f9fa 0%, #f8f9fa 73.99%, #f8f9fa 98.65%), linear-gradient(90deg, #353dd9 0.08%, #6545d9 74.98%, #8545d9 99.94%);
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G:hover .index-module--subject--c\+tVs {
  padding-right: 55px;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G:hover .index-module--edit-icon--OhwQ7 {
  display: flex;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G .index-module--subject--c\+tVs {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G .index-module--content--VGJ0l {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G .index-module--empty-wrap--Ao17B {
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G .index-module--empty-wrap--Ao17B.index-module--loading-wrap---3sW2 {
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G .index-module--empty-wrap--Ao17B.index-module--error-wrap--dgCdV {
  border: 1px solid #fe5b4c;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G .index-module--empty-wrap--Ao17B.index-module--error-wrap--dgCdV .index-module--error-content--YCfF0 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G .index-module--empty-wrap--Ao17B.index-module--error-wrap--dgCdV .index-module--error-content--YCfF0 .index-module--error-title--vJarf {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  height: 22px;
  display: flex;
  align-items: center;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G .index-module--empty-wrap--Ao17B.index-module--error-wrap--dgCdV .index-module--error-content--YCfF0 .index-module--btns--0dVSF {
  margin: 0;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G .index-module--loading-txt--JeIqy {
  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--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G .index-module--loading-txt--JeIqy img {
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G .index-module--empty-txt--L0rQZ {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.index-module--mail-edit-wrap--Z3xm2 .index-module--item--Ocs4y .index-module--container--8Ls7G .index-module--edit-icon--OhwQ7 {
  position: absolute;
  right: 16px;
  top: 12px;
  display: none;
  gap: 4px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--taskCard--z8498 {
  display: flex;
  border-radius: 4px;
  gap: 12px;
  border: 1px solid #e4e4ff;
  background: linear-gradient(90deg, #f8f8ff 0%, #f0f0fd 100%);
  padding: 10px 20px 10px 12px;
  margin-top: 12px;
}
.index-module--taskCard--z8498 > div,
.index-module--taskCard--z8498 > div > img {
  width: 68px;
  height: 68px;
  border-radius: 6px;
}

.index-module--taskInfoWrap--ERcRf {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  flex-grow: 1;
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  height: auto !important;
}
.index-module--taskInfoWrap--ERcRf h3 {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.index-module--taskInfoWrap--ERcRf > div {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--taskInfoWrap--ERcRf .index-module--icon1--4Jk2Y,
.index-module--taskInfoWrap--ERcRf .index-module--icon1--4Jk2Y > span {
  width: 12px !important;
  height: 12px !important;
  line-height: 0 !important;
}
.index-module--taskInfoWrap--ERcRf .index-module--icon1--4Jk2Y > svg,
.index-module--taskInfoWrap--ERcRf .index-module--icon1--4Jk2Y > span > svg {
  width: 100% !important;
  height: 100% !important;
}
.index-module--taskInfoWrap--ERcRf .index-module--icon2--ShlhL {
  position: relative;
  margin-top: -0.5px;
}
.index-module--taskInfoWrap--ERcRf .index-module--icon2--ShlhL,
.index-module--taskInfoWrap--ERcRf .index-module--iocn2--2-jrK > span {
  width: 15px !important;
  height: 15px !important;
}
.index-module--taskInfoWrap--ERcRf .index-module--icon2--ShlhL > svg,
.index-module--taskInfoWrap--ERcRf .index-module--iocn2--2-jrK > span > svg {
  line-height: 0;
  width: 100% !important;
  height: 100% !important;
}

.index-module--tooltipCls--PElCY .ant-popover-inner-content {
  max-height: 300px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--tooltipCls--PElCY .ant-popover-inner-content::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--tooltipCls--PElCY .ant-popover-inner-content::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--tooltipCls--PElCY .ant-popover-inner-content:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--tooltipCls--PElCY .ant-popover-inner-content:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--tooltipCls--PElCY .ant-popover-inner-content:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--tooltipCls--PElCY .ant-popover-inner-content:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--tooltipCls--PElCY .ant-popover-inner-content:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--tooltipCls--PElCY .ant-popover-inner-content:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--tooltipCls--PElCY .ant-popover-inner-content:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--container--Lm0TB > p {
  margin-bottom: 0;
}

.index-module--progress--ZyPtV {
  margin-top: 12px;
  border-left: 3px solid #e1e3e8;
  border-left: 3px solid var(--Line-3, #e1e3e8);
  padding-left: 9px;
}
.index-module--progress--ZyPtV > div {
  height: 22px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.index-module--progress--ZyPtV > div + div {
  margin-top: 4px;
}

.index-module--sucesssIcon--BW8BF {
  width: 16px;
  height: 16px;
}
.index-module--sucesssIcon--BW8BF > span,
.index-module--sucesssIcon--BW8BF > span > svg {
  color: #0fd683;
  width: 100% !important;
  height: 100% !important;
}

.index-module--loadingImg--mKDqy {
  width: 16px;
}
.index-module--span-v2--CtlSE {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.index-module--devContainer--uFYMN {
  position: fixed;
  top: 58px;
  left: 0;
  z-index: 1000;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--onBoardingLayout--5G7pS {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.index-module--onBoardingLayout--5G7pS .index-module--left--EXNEq {
  flex-shrink: 0;
  height: 100%;
  border-right: 1px solid #fff;
}
.index-module--onBoardingLayout--5G7pS .index-module--right--iPW9i {
  position: relative;
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
}
.index-module--onBoardingLayout--5G7pS .index-module--right--iPW9i .index-module--chatFlowContainer--NMiUP {
  height: 100%;
}
.index-module--onBoardingLayout--5G7pS .index-module--right--iPW9i .index-module--goBack--RFHUX {
  position: absolute;
  left: 30px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.index-module--onBoardingLayout--5G7pS .index-module--right--iPW9i .index-module--goBack--RFHUX.index-module--loading--w4Gu0 {
  animation: linear 1s index-module--spin--GaUCK infinite;
  cursor: not-allowed;
}
.index-module--onBoardingLayout--5G7pS .index-module--right--iPW9i .index-module--goBack--RFHUX .sirius-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
}

/* 小于 768px 时 */
@media (max-width: 767px) {
  .index-module--onBoardingLayout--5G7pS .index-module--right--iPW9i .index-module--goBack--RFHUX {
    top: 8px;
    left: 8px;
  }
}
/* 768px 及以上 */
@media (min-width: 768px) {
  .index-module--onBoardingLayout--5G7pS .index-module--right--iPW9i .index-module--goBack--RFHUX {
    top: 8px;
    left: 8px;
  }
}
/* 1024px 及以上 */
@media (min-width: 1024px) {
  .index-module--onBoardingLayout--5G7pS .index-module--right--iPW9i .index-module--goBack--RFHUX {
    top: 20px;
    left: 15px;
  }
}
/* 1280px 及以上 */
@media (min-width: 1280px) {
  .index-module--onBoardingLayout--5G7pS .index-module--right--iPW9i .index-module--goBack--RFHUX {
    top: 20px;
    left: 30px;
  }
}
.ai-confirm-modal .ant-modal-confirm-content {
  margin-inline-start: 26px !important;
}

@keyframes index-module--spin--GaUCK {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.index-module--expertsQuotas--bTdd4 .index-module--row--PVa1K {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 8px;
  background-color: #fff;
}
.index-module--expertsQuotas--bTdd4 .index-module--row--PVa1K .index-module--avatar--6g5AG {
  flex-shrink: 0;
  margin-right: 8px;
}
.index-module--expertsQuotas--bTdd4 .index-module--row--PVa1K .index-module--content--ojtA3 {
  margin-right: 8px;
}
.index-module--expertsQuotas--bTdd4 .index-module--row--PVa1K .index-module--content--ojtA3 .index-module--title--vNcc7 {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.index-module--expertsQuotas--bTdd4 .index-module--row--PVa1K .index-module--content--ojtA3 .index-module--title--vNcc7 .index-module--name--dZkl8 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.index-module--expertsQuotas--bTdd4 .index-module--row--PVa1K .index-module--content--ojtA3 .index-module--title--vNcc7 .index-module--tag--zmYbB {
  padding: 2px 4px;
  color: #398e80;
  color: var(--label-2_3, #398e80);
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  border-radius: 2px;
  background-color: #d6f7f1;
  background-color: var(--label-2_1, #d6f7f1);
  margin-left: 8px;
}
.index-module--expertsQuotas--bTdd4 .index-module--row--PVa1K .index-module--content--ojtA3 .index-module--title--vNcc7 .index-module--tag--zmYbB.index-module--disabled--L-XhH {
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  background-color: #e7ebf1;
  background-color: var(--label-6_1, #e7ebf1);
}
.index-module--expertsQuotas--bTdd4 .index-module--row--PVa1K .index-module--content--ojtA3 .index-module--title--vNcc7 .index-module--tag--zmYbB .index-module--noPermissionTip--rDPHn {
  display: flex;
  align-items: center;
  gap: 2px;
}
.index-module--expertsQuotas--bTdd4 .index-module--row--PVa1K .index-module--content--ojtA3 .index-module--desc--\+-7kv {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.index-module--expertsQuotas--bTdd4 .index-module--row--PVa1K .index-module--quota--Q86lU {
  flex-shrink: 0;
  align-self: flex-end;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  transform: translateY(-5px);
  margin-left: auto;
}
.index-module--expertsQuotas--bTdd4 .index-module--row--PVa1K + .index-module--row--PVa1K {
  margin-top: 10px;
}
.index-module--expertCard--BYXWN {
  position: relative;
  width: 300px;
  height: 160px;
  border-radius: 4px;
}
.index-module--expertCard--BYXWN .index-module--info--Od2xl {
  position: absolute;
  top: 80px;
  right: 15px;
  bottom: 0;
  left: calc(50% + 28px);
}
.index-module--expertCard--BYXWN .index-module--info--Od2xl .index-module--nickName--2hQ3V,
.index-module--expertCard--BYXWN .index-module--info--Od2xl .index-module--roleName--1MfRn {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--expertCard--BYXWN .index-module--info--Od2xl .index-module--nickName--2hQ3V {
  color: #3e476a;
  text-shadow: 0px 1.8px 0px rgba(255, 255, 255, 0.6);
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}
.index-module--expertCard--BYXWN .index-module--info--Od2xl .index-module--roleName--1MfRn {
  color: #313f93;
  font-size: 14px;
  line-height: 14.634px;
  margin-top: 5px;
}
.index-module--expertOnboardingChoose--bIkd4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.index-module--expertOnboardingChoose--bIkd4 .index-module--expertCard--Q2H-K {
  max-width: 100%;
}
.index-module--expertOnboardingChoose--bIkd4 .index-module--footer--\+hO4L {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.index-module--expertOnboardingChoose--bIkd4 .index-module--footer--\+hO4L button {
  margin-left: 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--descTitle--paAQ4 {
  margin-bottom: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.index-module--descTitle--paAQ4.index-module--preview--Y1lXF {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.index-module--inputTextArea--n9QaF {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.index-module--inputTextArea--n9QaF .sirius-input-ui {
  width: 100%;
}
.index-module--inputTextArea--n9QaF .sirius-input-ui textarea {
  padding-bottom: 20px;
}
.index-module--inputTextArea--n9QaF .index-module--reCreateTdk--NUYrf {
  width: 97%;
  position: absolute;
  bottom: 1px;
  left: 1px;
  z-index: 999;
  border-radius: 0px 8px 0px 3px;
  background-color: #fff;
}
.index-module--inputTextArea--n9QaF .index-module--reCreateTdk--NUYrf .index-module--reCreateTdkContent--mCvGA {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 24px;
  padding: 0 8px;
}
.index-module--inputTextArea--n9QaF .index-module--reCreateTdk--NUYrf .index-module--reCreateTdkContent--mCvGA .index-module--refreshIcon--0W0cc {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.index-module--inputTextArea--n9QaF .index-module--reCreateTdk--NUYrf .index-module--reCreateTdkContent--mCvGA .index-module--btnText--gunSf {
  background: linear-gradient(90deg, #353dd9 0.08%, #6545d9 74.98%, #8545d9 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  line-height: 17px;
}
.index-module--productSelectComp--Gyr4l {
  width: 100%;
  overflow-x: overlay;
}

.index-module--productSelectCompEmpty--W2S\+6 {
  width: 100%;
  min-width: 460px;
  height: 72px;
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #ebedf2;
  background: #fff;
  cursor: pointer;
}
.index-module--productSelectCompEmpty--W2S\+6 .index-module--leftBlock--CHegh {
  display: flex;
  align-items: center;
  gap: 12px;
}
.index-module--productSelectCompEmpty--W2S\+6 .index-module--leftBlock--CHegh .index-module--addIconWrapper--9L3xB {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 3.556px;
  background: linear-gradient(93deg, #f5f5ff 0%, #f9f7ff 73.99%, #faf7ff 98.65%);
}
.index-module--productSelectCompEmpty--W2S\+6 .index-module--leftBlock--CHegh .index-module--addText--KZx33 {
  color: #272e47;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.ai-create-article-modal .ant-modal-content {
  border-radius: 8px;
}
.ai-create-article-modal .ant-modal-header {
  border-bottom: none;
  padding: 20px 24px 0;
}
.ai-create-article-modal .ant-modal-body {
  padding: 16px 24px !important;
  overflow: hidden;
  max-height: 580px !important;
}
.ai-create-article-modal .required-label::before {
  content: "*";
  color: #ff4d4f;
  margin-right: 4px;
}
.ai-create-article-modal .keyword-tip {
  margin-top: -16px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  display: flex;
  align-items: center;
}
.ai-create-article-modal .keyword-tip .lx-ui-btn-linkAi {
  padding: 0 4px;
  height: auto;
  font-size: 12px;
  min-width: 40px;
}
.ai-create-article-modal .full-width {
  width: 100%;
}
.ai-create-article-modal .random-description {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: -35px;
  right: 0px;
}
.ai-create-article-modal .random-description .lx-ui-btn-linkAi {
  padding: 0px;
}
.ai-create-article-modal .switch-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.ai-create-article-modal .switch-item:last-child {
  border-bottom: none;
}
.ai-create-article-modal .switch-item .switch-content {
  flex: 1 1;
}
.ai-create-article-modal .switch-item .switch-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #272e47;
}
.ai-create-article-modal .switch-item .switch-description {
  color: #545a6e;
  font-size: 12px;
}
.ai-create-article-modal .modal-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.ai-create-article-modal .modal-footer .ant-btn-primary {
  background-color: #4f6af5;
  border-color: #4f6af5;
}
.ai-create-article-modal .article-requirements {
  margin-bottom: 0;
}
.ai-create-article-modal .article-module-miss-tip {
  width: 100%;
  color: #fe5b4c;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: -24px;
}
.ai-create-article-modal .article-module-miss-tip > span {
  color: #4c6aff;
  cursor: pointer;
}

.site-ai-create-article-modal__random-description-btn .ai-btn-txt {
  color: #4c6aff !important;
  background: transparent !important;
  background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
}
.site-ai-create-article-modal__random-description-btn .sirius-icon {
  line-height: 20px !important;
}
.switchComp-module--switchItem--4AkZp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.switchComp-module--switchItem--4AkZp:last-child {
  border-bottom: none;
}
.switchComp-module--switchItem--4AkZp .switchComp-module--switchContent--KR078 {
  flex: 1 1;
}
.switchComp-module--switchItem--4AkZp .switchComp-module--switchTitle--Q9MVJ {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #272e47;
}
.switchComp-module--switchItem--4AkZp .switchComp-module--switchDescription--fpoOF {
  color: #545a6e;
  font-size: 12px;
}
@charset "UTF-8";
.index-module--keywordsModal--jp6I0 .ant-modal-content {
  border-radius: 8px;
}
.index-module--keywordsModal--jp6I0 .ant-modal-header {
  border-bottom: none;
  padding: 16px 24px;
}
.index-module--keywordsModal--jp6I0 .ant-modal-body {
  padding: 0 24px 24px;
}
.index-module--keywordsModal--jp6I0 .ant-table-thead > tr > th {
  background-color: #f5f5f5;
}

.index-module--closeIcon--kDPCC {
  font-size: 20px;
  color: #999;
}

.index-module--searchContainer--SCnvI {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.index-module--searchContainer--SCnvI .ant-input-search .ant-input {
  border-radius: 4px 0 0 4px;
}
.index-module--searchContainer--SCnvI .ant-input-group-addon {
  padding: 0;
}

.index-module--generateButton--CI6MM {
  height: 40px;
  border-radius: 0 4px 4px 0;
  padding: 0 20px;
}

.index-module--description--Zn9Qn {
  margin-bottom: 16px;
  margin-top: 16px;
  color: #747a8c;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.index-module--tableContainer---NcVA {
  margin-bottom: 20px;
  height: 300px;
  overflow: scroll;
}

.index-module--tableHeader--yRC99 {
  background-color: #f5f5f5;
  padding: 12px 16px;
}

.index-module--tableTitle---n9Ho {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-module--tableTitle---n9Ho span {
  flex: 1 1;
  font-weight: 500;
}

.index-module--sortableHeader--6QaD8 {
  display: flex;
  align-items: center;
  flex: 1 1;
}
.index-module--sortableHeader--6QaD8 .ant-select {
  width: 30px;
  margin-left: 4px;
}

.index-module--trendUp--y\+LnS {
  color: #1890ff;
  font-size: 20px;
}

.index-module--footer--1xWAx {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.index-module--addButton--Mog-L {
  min-width: 80px;
}

.index-module--errorTip--yvxD3 {
  color: #fe5b4c;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.index-module--emptyData--rVSVH {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 40px;
}
.index-module--emptyData--rVSVH > span {
  color: #747a8c;
  text-align: center;
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.index-module--aiCreateKeywordsTable--aZGkW .odd td {
  background-color: #f8f9fa !important;
}
.index-module--aiCreateKeywordsTable--aZGkW .even td {
  background-color: #fff !important;
}
.index-module--aiCreateArticleCompPreview--XBT5\+ {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.index-module--aiCreateArticleCompPreview--XBT5\+ .index-module--block--6A-ka {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.index-module--aiCreateArticleCompPreview--XBT5\+ .index-module--block--6A-ka .index-module--title--qu1pr {
  color: #747a8c;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.index-module--aiCreateArticleCompPreview--XBT5\+ .index-module--block--6A-ka .index-module--title--qu1pr > span {
  color: #fe5b4c;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.index-module--aiCreateArticleCompPreview--XBT5\+ .index-module--block--6A-ka .index-module--content---hZA1 {
  color: #272e47;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--domainConfig--MGOno {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.index-module--domainConfig--MGOno .index-module--title--3\+nuM {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.index-module--domainConfig--MGOno .index-module--title--3\+nuM.index-module--preview--ObwaA {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--domainConfig--MGOno .index-module--radioWrap--ibmFP {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.index-module--domainConfig--MGOno .index-module--radioWrap--ibmFP.index-module--list--5noXF {
  gap: 16px;
}
.index-module--domainConfig--MGOno .index-module--radioWrap--ibmFP.index-module--list--5noXF .index-module--domainSelect--2mLru {
  margin: 16px 0 0 0 !important;
}
.index-module--domainConfig--MGOno .index-module--radioWrap--ibmFP .index-module--domainWrap--IdY0T {
  display: flex;
  flex-direction: column;
}
.index-module--domainConfig--MGOno .index-module--radioWrap--ibmFP .index-module--domainWrap--IdY0T .index-module--domainSelect--2mLru {
  margin: 8px 0;
  width: 100%;
}
.index-module--domainConfig--MGOno .index-module--radioWrap--ibmFP .index-module--domainWrap--IdY0T .index-module--domainSelect--2mLru .ant-select {
  width: 100%;
}
.index-module--domainConfig--MGOno .index-module--radioWrap--ibmFP .index-module--domainWrap--IdY0T .ant-radio-wrapper {
  display: flex;
}
.index-module--domainConfig--MGOno .index-module--radioWrap--ibmFP .index-module--seoTip--\+0oWT {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.index-module--domainConfig--MGOno .index-module--radioWrap--ibmFP .index-module--configTip--wRfsZ {
  color: #4c6aff;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 4px;
  display: inline;
}
.index-module--domainConfig--MGOno .index-module--radioWrap--ibmFP .index-module--configTip--wRfsZ.index-module--disabled--9jSQL {
  color: #c9cbd6;
  cursor: not-allowed;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--seoConfig--PLr1M .index-module--title--HH3wE {
  margin-bottom: 8px;
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.index-module--seoConfig--PLr1M .index-module--title--HH3wE.index-module--preview--fprwl {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--seoConfig--PLr1M .index-module--radioItem--yfjoo {
  display: flex;
}
.index-module--seoConfig--PLr1M .index-module--radioItem--yfjoo .ant-radio-wrapper {
  margin-right: 0;
}
.index-module--seoConfig--PLr1M .index-module--seoTip--\+6doe {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-family: "PingFang SC";
  font-size: 12px;
  height: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.index-module--seoConfig--PLr1M .index-module--seoTip--\+6doe .sirius-icon {
  margin-right: 4px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--siteBlock--dyBkI {
  background-color: #f9f8fc;
}
.index-module--siteBlock--dyBkI .ant-form-item {
  margin-bottom: 12px;
}
.index-module--siteBlock--dyBkI .ant-form-item-control {
  height: 32px;
}
.index-module--siteBlock--dyBkI .index-module--block--UdkaK {
  display: flex;
  flex-direction: column;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.index-module--siteBlock--dyBkI .index-module--block--UdkaK.index-module--blockCountry--2evoI {
  margin-bottom: 12px;
}
.index-module--siteBlock--dyBkI .index-module--block--UdkaK .index-module--blockTitle--s\+3rP {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.index-module--siteBlock--dyBkI .index-module--label--a5GQd {
  display: flex;
}
.index-module--siteBlock--dyBkI .index-module--baiduTip--3UC4S {
  margin-top: 8px;
}
.index-module--siteBlock--dyBkI .index-module--baiduTip--3UC4S .index-module--baiduTipAlert--6a8pg .message-box .message {
  background-color: transparent;
  padding: 0;
}
.index-module--container--\+g0G\+ {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.index-module--viewSiteBtn--4qjlv {
  display: flex;
  width: 124px;
  height: 28px;
  padding: 3px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  background: linear-gradient(97deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%);
  background: var(--AI-AI-Brand-6, linear-gradient(97deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%));
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
}
.index-module--container--PXftJ {
  padding: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--container--PXftJ:not(.index-module--containerInFlow--\+QVV7) {
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
}
.index-module--container--PXftJ .index-module--cardTitleContainer--M1Sqi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 4px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.index-module--container--PXftJ .index-module--cardTitleContainer--M1Sqi .index-module--cardTitle--TyUp3 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--container--PXftJ .index-module--cardTitleContainer--M1Sqi .index-module--targetName--lgFkV {
  animation: index-module--highlight-text--qWuXb 2s ease;
}
@keyframes index-module--highlight-text--qWuXb {
  0% {
    background-color: #ffc470;
    background-color: var(--Warning-5, #ffc470);
  }
  90% {
    background-color: #ffc470;
    background-color: var(--Warning-5, #ffc470);
  }
  100% {
    background-color: transparent;
  }
}
.index-module--container--PXftJ .index-module--opBtnContainer--4uZQp {
  display: flex;
  align-items: center;
  gap: 12px;
}
.index-module--container--PXftJ .index-module--opBtnContainer--4uZQp .lx-ui-btn {
  margin-left: 0px !important;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  min-width: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2px 8px;
  border-radius: 4px;
}
.index-module--container--PXftJ .index-module--domain--jPovT {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin-bottom: 16px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--container--PXftJ .index-module--content--Kp9g0 {
  display: flex;
  align-items: center;
}
.index-module--container--PXftJ .index-module--content--Kp9g0 .index-module--thumbnail--FNMrc {
  width: 258px;
  height: 145px;
  flex-shrink: 0;
  border-radius: 4px;
}
.index-module--container--PXftJ .index-module--content--Kp9g0 .index-module--thumbnailEmpty--hix6L {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: linear-gradient(93deg, #e9eaff 0%, #efeaff 73.99%, #f4ebff 98.65%);
}
.index-module--container--PXftJ .index-module--content--Kp9g0 .index-module--stepList--VzabC {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  border-radius: 4px;
  background-color: #f9fafb;
  padding: 28px;
  min-width: 604px;
}
.index-module--container--PXftJ .index-module--content--Kp9g0 .index-module--stepList--VzabC .index-module--stepItem--0AfCE {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
}
.index-module--container--PXftJ .index-module--content--Kp9g0 .index-module--stepList--VzabC .index-module--stepItem--0AfCE .index-module--stepIcon--NJTs8 {
  margin-bottom: 8px;
}
.index-module--container--PXftJ .index-module--content--Kp9g0 .index-module--stepList--VzabC .index-module--stepItem--0AfCE .index-module--stepName--8EaAI {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--container--PXftJ .index-module--content--Kp9g0 .index-module--stepList--VzabC .index-module--stepItem--0AfCE .index-module--statusName--bO2Ty {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  cursor: default;
}
.index-module--container--PXftJ .index-module--content--Kp9g0 .index-module--stepList--VzabC .index-module--stepItem--0AfCE .index-module--noServiceStatusName--dCVjy {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  display: flex;
  align-items: center;
  gap: 2px;
  cursor: default;
}
.index-module--container--PXftJ .index-module--content--Kp9g0 .index-module--stepList--VzabC .index-module--stepItem--0AfCE .index-module--noServiceStatusName--dCVjy .sirius-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.index-module--siteTag--jlg\+i {
  padding: 2px 6px;
  border-radius: 2px;
  background-color: #e7ebf1;
  background-color: var(--label-6_1, #e7ebf1);
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--siteTag--jlg\+i.index-module--online--Wyobo {
  background-color: #d6f7f1;
  background-color: var(--label-2_1, #d6f7f1);
  color: #398e80;
  color: var(--label-2_3, #398e80);
}
.index-module--siteTag--jlg\+i.index-module--failed--Xet7X {
  background-color: #ffe5e2;
  background-color: var(--label-5_1, #ffe5e2);
  color: #cb493d;
  color: var(--label-5_3, #cb493d);
}

.index-module--splitLine--9SBkq {
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.index-module--splitLine--9SBkq .index-module--line--ztcdJ {
  height: 1px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}

.index-module--containerInFlow--\+QVV7.index-module--container--PXftJ {
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #e4e4ff;
  background: linear-gradient(90deg, #f8f8ff 0%, #f0f0fd 100%);
}
.index-module--containerInFlow--\+QVV7.index-module--container--PXftJ .index-module--domain--jPovT {
  margin-bottom: 4px;
}
.index-module--containerInFlow--\+QVV7.index-module--container--PXftJ .index-module--content--Kp9g0 .index-module--thumbnail--FNMrc {
  height: 68px;
  display: flex;
  align-items: center;
  width: 120px;
  border-radius: 4px;
}
.index-module--containerInFlow--\+QVV7.index-module--container--PXftJ .index-module--content--Kp9g0 .index-module--thumbnailEmpty--hix6L svg {
  scale: 0.5834;
}
.index-module--containerInFlow--\+QVV7.index-module--container--PXftJ .index-module--content--Kp9g0 .index-module--stepList--VzabC {
  padding: 12px;
  min-width: unset;
  background-color: unset;
}
.index-module--containerInFlow--\+QVV7.index-module--container--PXftJ .index-module--content--Kp9g0 .index-module--stepList--VzabC .index-module--stepItem--0AfCE .index-module--stepIcon--NJTs8 {
  margin-bottom: 8px;
  width: 16px;
  height: 16px;
}
.index-module--containerInFlow--\+QVV7.index-module--container--PXftJ .index-module--content--Kp9g0 .index-module--stepList--VzabC .index-module--stepItem--0AfCE .index-module--splitLine--9SBkq {
  height: 16px;
}

.index-module--opBtn--ydv5i {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
.index-module--publishPreventModal--JZHRk .ant-modal-content {
  border-radius: 8px;
}
.index-module--publishPreventModal--JZHRk .ant-modal-body {
  padding: 20px;
}
.index-module--publishPreventModal--JZHRk .ant-modal-content {
  border-radius: 8px;
}
.index-module--publishPreventModal--JZHRk .ant-modal-body {
  padding: 24px 20px 18px;
}
.index-module--publishPreventModal--JZHRk .ant-input {
  border: 1px solid #e1e3e8;
  border-radius: 4px;
  padding: 6px 12px;
  line-height: 22px;
}
.index-module--publishPreventModal--JZHRk .ant-input::placeholder {
  color: #9fa2ad;
}
.index-module--publishPreventModal--JZHRk .ant-input:focus {
  box-shadow: none;
}
.index-module--publishPreventModal--JZHRk .ant-form-item {
  margin-bottom: 20px;
}
.index-module--publishPreventModal--JZHRk .ant-form-item .ant-form-item {
  margin-bottom: 0;
}
.index-module--publishPreventModal--JZHRk .ant-form-item-explain {
  font-size: 12px;
  min-height: 20px;
  line-height: 20px;
}
.index-module--publishPreventModal--JZHRk .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  color: #fe6c5e;
}
.index-module--publishPreventModal--JZHRk .ant-form-item-label > label {
  color: #272e47;
  height: 36px;
}
.index-module--publishPreventModal--JZHRk .ant-checkbox-group {
  display: flex;
  flex-direction: column;
}
.index-module--publishPreventModal--JZHRk .ant-checkbox-group .ant-checkbox-wrapper {
  margin-left: 0 !important;
  color: #272e47;
  margin-bottom: 8px;
  line-height: 22px;
}
.index-module--publishPreventModal--JZHRk .ant-checkbox-group .ant-checkbox-wrapper:last-child {
  margin-bottom: 0;
}
.index-module--publishPreventModal--JZHRk .remarks .ant-form-item-label label {
  height: 22px !important;
}
.index-module--publishPreventModal--JZHRk .index-module--codeContainer--aq4zG {
  width: 100%;
  position: relative;
}
.index-module--publishPreventModal--JZHRk .index-module--codeContainer--aq4zG .index-module--codeButton--u4mPK,
.index-module--publishPreventModal--JZHRk .index-module--codeContainer--aq4zG .index-module--codeButtonDisabled--eRYRQ {
  position: absolute;
  right: 0;
  top: 0;
  color: #4c6aff;
  border: 1px solid #4c6aff;
  width: 92px;
  height: 36px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  padding: 0;
  line-height: 34px;
}
.index-module--publishPreventModal--JZHRk .index-module--codeContainer--aq4zG .index-module--codeButtonDisabled--eRYRQ {
  color: #b7bac2;
  border-color: #b7bac2;
  cursor: not-allowed;
}
.index-module--publishPreventModal--JZHRk .index-module--formContainer--g3Gn\+ {
  width: 100%;
  margin-top: 4px;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--title--AWGq7 {
  font-family: "PingFang SC", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #272e47;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--subTitle--\+flnZ {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "PingFang SC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #747a8c;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--serviceDetail--Td6tw {
  width: 100%;
  margin-top: 26px;
  padding: 16px;
  box-sizing: border-box;
  background: #f2f5ff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--serviceDetail--Td6tw .index-module--row--uLGLu {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--serviceDetail--Td6tw .index-module--row--uLGLu .index-module--serviceTitle--noG6l {
  font-family: "PingFang SC", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #272e47;
  line-height: 22px;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--serviceDetail--Td6tw .index-module--row--uLGLu .index-module--price--Yr8hr {
  font-family: "PingFang SC", sans-serif;
  font-style: normal;
  color: #8d92a1;
  line-height: 22px;
  font-weight: 400;
  font-size: 14px;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--serviceDetail--Td6tw .index-module--row--uLGLu .index-module--price--Yr8hr > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #fe5b4c;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--serviceDetail--Td6tw .index-module--serviceInfo--MvKel {
  font-family: "PingFang SC", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--buttonRow--DaMRm {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4px;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--buttonRow--DaMRm .index-module--freeConsultButton--VRFQu {
  padding: 5px 18px;
  background: #4c6aff;
  border-radius: 4px;
  border: 0px;
  color: #ffffff;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--buttonRow--DaMRm .index-module--freeConsultButton--VRFQu:hover {
  background: #7088ff;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--buttonRow--DaMRm .index-module--freeConsultButton--VRFQu:active {
  background: #445fe5;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--buttonRow--DaMRm .index-module--freeConsultButton--VRFQu:disabled {
  background: #b7c3ff;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--buttonRow--DaMRm .index-module--freeConsultButton--VRFQu:disabled:hover {
  background: #b7c3ff;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--buttonRow--DaMRm .index-module--freeConsultButton--VRFQu:disabled:active {
  background: #b7c3ff;
}
.index-module--publishPreventModal--JZHRk .index-module--container--ctJax .index-module--buttonRow--DaMRm .index-module--cancelButton--VEI54 {
  width: 92px;
  height: 32px;
  background: #fff;
  border: 1px solid #e1e3e8;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #545a6e;
  margin-right: 12px;
}
.index-module--publishPreventModal--JZHRk .index-module--errorMsg--YdCx\+ {
  color: #ff4d4f;
  font-size: 12px;
  line-height: 20px;
}
.index-module--publishPreventModal--JZHRk .index-module--otherError--grrER .ant-input-affix-wrapper {
  border-color: #ff4d4f;
}
.index-module--expertPreview--mTGQc {
  position: relative;
  border-radius: 10px;
}
.index-module--expertPreview--mTGQc .index-module--label--rmpeK {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 6px 8px;
  border-radius: 0px 8px;
  background: linear-gradient(180deg, rgba(245, 246, 255, 0.84) 0%, rgba(246, 247, 255, 0.84) 100%);
  -webkit-backdrop-filter: blur(1.9488151073px);
          backdrop-filter: blur(1.9488151073px);
  max-width: 100%;
}
.index-module--expertPreview--mTGQc .index-module--label--rmpeK .index-module--roleName--jQPlA {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  background: linear-gradient(97deg, #4951e6 1.51%, #7a5ce6 74.19%, #975ce6 98.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--teamStartWork--PZQkh {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-module--teamStartWork--PZQkh .index-module--experts--CmNQc {
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.index-module--teamStartWork--PZQkh .index-module--start--o-7vs {
  margin-top: 16px;
}
.index-module--textWrapper--TFEK8 .index-module--buttons--3zb\+w {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.index-module--textWrapper--TFEK8 .index-module--buttons--3zb\+w .lx-ui-btn {
  margin: 0 !important;
}

.index-module--errorSpace--rrHnT > * {
  word-break: break-all;
}
.index-module--container--zA5Ip {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--container--zA5Ip .ant-checkbox-group {
  width: 100%;
}
.index-module--container--zA5Ip .index-module--ruleSettingBox--Xda0s {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  width: 100%;
}
.index-module--container--zA5Ip .index-module--ruleSettingBox--Xda0s.index-module--error--J13Sq {
  border: 1px solid #fe5b4c !important;
  border: 1px solid var(--Error-6, #fe5b4c) !important;
}
.index-module--container--zA5Ip .index-module--errorText--9p5u6 {
  margin-top: 12px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.index-module--container--zA5Ip .index-module--ruleLine--y61Tl {
  display: flex;
  gap: 8px;
}
.index-module--container--zA5Ip .index-module--ruleLine--y61Tl .index-module--name--tkdVo {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  flex-shrink: 0;
}
.index-module--container--zA5Ip .index-module--ruleLine--y61Tl .index-module--tags--jT6cR {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.index-module--container--zA5Ip .index-module--ruleLine--y61Tl .index-module--tags--jT6cR .index-module--tag--Q8BDu {
  display: flex;
  height: 24px;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--container--zA5Ip .index-module--ruleLine--y61Tl .index-module--tags--jT6cR .index-module--tag--Q8BDu .index-module--contactNum--MCR2N {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.index-module--container--zA5Ip .index-module--ruleLine--y61Tl .index-module--tags--jT6cR .index-module--tag--Q8BDu .sirius-icon {
  width: 12px !important;
  height: 12px !important;
  line-height: unset !important;
}
.index-module--container--zA5Ip .index-module--ruleLine--y61Tl.index-module--ruleLineDisabled--vDXff .index-module--name--tkdVo {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--container--zA5Ip .index-module--ruleLine--y61Tl.index-module--ruleLineDisabled--vDXff .index-module--tag--Q8BDu {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.index-module--aiCheckBox--2Y4KV.ant-checkbox-wrapper-checked .ant-checkbox-inner {
  border: none !important;
  border-radius: 2px;
  background: linear-gradient(97deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%);
}
.index-module--aiCheckBox--2Y4KV.ant-checkbox-wrapper-checked .ant-checkbox-inner::after {
  width: 8px !important;
  height: 8px !important;
  border: none !important;
  background-color: transparent !important;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiIGZpbGw9Im5vbmUiPgogIDxwYXRoIGQ9Ik0xLjQwMDAyIDMuNzY0NzFMMi45NTY5OCA1LjYzMTY1QzMuMTE2ODkgNS44MjM0IDMuNDExNDYgNS44MjM0IDMuNTcxMzcgNS42MzE2NUw2LjYwMDAyIDIiCiAgICBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiAvPgo8L3N2Zz4=) !important;
  transform: rotate(0deg) scale(1) translate(-50%, -50%) !important;
  transition: none !important;
  left: 50% !important;
  top: 50% !important;
}

.index-module--ruleTextContainer--jrbgy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--ruleTextContainer--jrbgy .index-module--ruleTextContent--EEyrx {
  display: flex;
  padding: 0px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-left: 3px solid #e1e3e8;
  border-left: 3px solid var(--Line-3, #e1e3e8);
}
.index-module--container--9N4eg {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index-module--container--9N4eg .index-module--alertTaskLoading--rV1ug > p {
  margin-bottom: 20px;
}
.index-module--container--9N4eg .index-module--taskCard--rL4Ta {
  display: flex;
  height: 92px;
  padding: 10px 20px 10px 12px;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
  border: 1px solid #e4e4ff;
  background: linear-gradient(90deg, #f8f8ff 0%, #f0f0fd 100%);
}
.index-module--container--9N4eg .index-module--taskCard--rL4Ta .index-module--taskImg--9pePJ {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 2px;
}
.index-module--container--9N4eg .index-module--taskCard--rL4Ta .index-module--taskContent--QoFGj {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.index-module--container--9N4eg .index-module--taskCard--rL4Ta .index-module--taskContent--QoFGj .index-module--title--oxkrS {
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.index-module--container--9N4eg .index-module--taskCard--rL4Ta .index-module--taskContent--QoFGj .index-module--tip--iErsg {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--container--9N4eg .index-module--taskCard--rL4Ta .index-module--taskContent--QoFGj .index-module--radar--\+d3ao {
  width: 12px;
  height: 12px;
}

.index-module--thinkTextContainer--j90-o {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--thinkTextContainer--j90-o .index-module--thinkTextContent--RIIIu {
  display: flex;
  padding: 0px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-left: 3px solid #e1e3e8;
  border-left: 3px solid var(--Line-3, #e1e3e8);
}
.index-module--thinkTextContainer--j90-o .index-module--thinkTextContent--RIIIu .index-module--ruleTextItem--eVDS9 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.index-module--container--e6HuO {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index-module--container--e6HuO .index-module--alertTaskLoading--SthMp > p {
  margin-bottom: 20px;
}
.index-module--container--e6HuO .index-module--taskCard--WGn9y {
  display: flex;
  height: 92px;
  padding: 10px 20px 10px 12px;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
  border: 1px solid #e4e4ff;
  background: linear-gradient(90deg, #f8f8ff 0%, #f0f0fd 100%);
}
.index-module--container--e6HuO .index-module--taskCard--WGn9y .index-module--taskImg--4mC6O {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 2px;
}
.index-module--container--e6HuO .index-module--taskCard--WGn9y .index-module--taskContent--IyPte {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.index-module--container--e6HuO .index-module--taskCard--WGn9y .index-module--taskContent--IyPte .index-module--title--kJ1mB {
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.index-module--container--e6HuO .index-module--taskCard--WGn9y .index-module--taskContent--IyPte .index-module--tip--xoXYN {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.index-module--thinkTextContainer--g4eYj {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--thinkTextContainer--g4eYj .index-module--thinkTextContent--02p5W {
  display: flex;
  padding: 0px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-left: 3px solid #e1e3e8;
  border-left: 3px solid var(--Line-3, #e1e3e8);
}
.index-module--potential-letter-wrap--fMtN1 .index-module--card-title--EPp9U {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-module--potential-letter-wrap--fMtN1 .index-module--typed-wrap--sqkfz {
  margin-bottom: 20px;
}
.index-module--potential-letter-wrap--fMtN1 .index-module--loop--6qd2M {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-module--potential-letter-wrap--fMtN1 .index-module--loop--6qd2M .index-module--light--rpXgM {
  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--potential-letter-wrap--fMtN1 .index-module--loop--6qd2M .ant-select-selector {
  padding: 0 12px !important;
}
.index-module--potential-letter-wrap--fMtN1 .index-module--letter-wrap--t3gQn {
  display: flex;
  gap: 16px;
}
.index-module--potential-letter-wrap--fMtN1 .index-module--letter-wrap--t3gQn .index-module--letter--Ki0y4 {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border-left: 2px solid #9b8bff;
  background: #fff;
  padding: 16px;
  flex: 1 1;
  overflow: hidden;
}
.index-module--potential-letter-wrap--fMtN1 .index-module--letter-wrap--t3gQn .index-module--letter--Ki0y4 .index-module--title---moDC {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 8px;
  height: 16px;
  flex-shrink: 0;
}
.index-module--potential-letter-wrap--fMtN1 .index-module--letter-wrap--t3gQn .index-module--letter--Ki0y4 .index-module--email-info--Zqjhk {
  padding: 8px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
  min-height: 132px;
}
.index-module--potential-letter-wrap--fMtN1 .index-module--letter-wrap--t3gQn .index-module--letter--Ki0y4 .index-module--email-info--Zqjhk .index-module--subject--W0Azi {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--potential-letter-wrap--fMtN1 .index-module--letter-wrap--t3gQn .index-module--letter--Ki0y4 .index-module--email-info--Zqjhk .index-module--content--6X5eh {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.index-module--potential-letter-wrap--fMtN1 .index-module--letter-wrap--t3gQn .index-module--letter--Ki0y4 .index-module--info--rEhll {
  padding: 8px 12px;
  border-radius: 4px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
  min-height: 132px;
}
.index-module--potential-letter-wrap--fMtN1 .index-module--letter-wrap--t3gQn .index-module--letter--Ki0y4 .index-module--info--rEhll .index-module--content--6X5eh {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.index-module--potential-letter-wrap--fMtN1 .index-module--letter-wrap--t3gQn .index-module--letter--Ki0y4 .index-module--info--rEhll .index-module--dot--s\+w7Q {
  display: inline-block;
  width: 18px;
  height: 20px;
  flex-shrink: 0;
  align-self: flex-start;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgNy43QzkuNTUyIDcuNyAxMC4wMiA3Ljg5MiAxMC40MTYgOC4yNzZDMTAuOCA4LjY2IDEwLjk5MiA5LjEyOCAxMC45OTIgOS42OEMxMC45OTIgMTAuMjMyIDEwLjggMTAuNyAxMC40MTYgMTEuMDk2QzEwLjAyIDExLjQ4IDkuNTUyIDExLjY3MiA5IDExLjY3MkM4LjQ0OCAxMS42NzIgNy45OCAxMS40OCA3LjU5NiAxMS4wOTZDNy4yMTIgMTAuNyA3LjAyIDEwLjIzMiA3LjAyIDkuNjhDNy4wMiA5LjEyOCA3LjIxMiA4LjY2IDcuNTk2IDguMjc2QzcuOTggNy44OTIgOC40NDggNy43IDkgNy43WiIgZmlsbD0iIzI3MkU0NyIvPgo8L3N2Zz4K);
}
.index-module--potential-letter-wrap--fMtN1 .index-module--letter-wrap--t3gQn .index-module--letter--Ki0y4 .index-module--info--rEhll .index-module--loading-txt--KNxx\+ {
  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;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--potential-letter-wrap--fMtN1 .index-module--letter-wrap--t3gQn .index-module--letter--Ki0y4 .index-module--info--rEhll .index-module--loading-txt--KNxx\+ img {
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
.index-module--potential-letter-wrap--fMtN1 .index-module--letter-wrap--t3gQn .index-module--letter--Ki0y4 .index-module--info--rEhll .index-module--empty-txt--4CMWF {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--potential-letter-wrap--fMtN1 .index-module--letter-wrap--t3gQn .index-module--letter--Ki0y4 .index-module--btn--F9ioq {
  height: 32px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  cursor: pointer;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 12px;
}
.index-module--productInsertModeSelectNode--kA2VF {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.index-module--productInsertModeSelectNode--kA2VF .sirius-checkbox-ehc-ui .ant-checkbox-checked .ant-checkbox-inner {
  background: linear-gradient(97deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%);
  border: none;
}
.index-module--productInsertModeSelectNode--kA2VF .index-module--title--4DhSl {
  color: #080b19;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.index-module--productInsertModeSelectNode--kA2VF .index-module--rowSpacing--fPC3C {
  margin-bottom: 8px;
}
.index-module--productInsertModeSelectNode--kA2VF .index-module--rowSpacing--fPC3C:last-child {
  margin-bottom: 0;
}
.index-module--productInsertModeSelectNode--kA2VF .index-module--errorMessage--zRhw5 {
  color: #fe5b4c;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
}

.index-module--productInsertModeSelectNodePreview--3N-Ho {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.index-module--productInsertModeSelectNodePreview--3N-Ho .index-module--title--4DhSl {
  color: #747a8c;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.index-module--container--lI8L7 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.index-module--container--8iH0R {
  padding: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--container--8iH0R:not(.index-module--containerInFlow--tELYI) {
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
}
.index-module--container--8iH0R .index-module--cardTitleContainer--jL3Ao {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 4px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.index-module--container--8iH0R .index-module--cardTitleContainer--jL3Ao .index-module--cardTitle--lnyx0 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--container--8iH0R .index-module--cardTitleContainer--jL3Ao .index-module--cardTitle--lnyx0 .index-module--targetName--ruGZo {
  animation: index-module--highlight-text--Cfqtt 2s ease;
}
@keyframes index-module--highlight-text--Cfqtt {
  0% {
    background-color: #ffc470;
    background-color: var(--Warning-5, #ffc470);
  }
  90% {
    background-color: #ffc470;
    background-color: var(--Warning-5, #ffc470);
  }
  100% {
    background-color: transparent;
  }
}
.index-module--container--8iH0R .index-module--domainTitle--UtNGf {
  display: flex;
  align-items: center;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin-bottom: 16px;
  cursor: pointer;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--container--8iH0R .index-module--opBtnContainer--Hvbrb {
  display: flex;
  align-items: center;
  gap: 12px;
}
.index-module--container--8iH0R .index-module--opBtnContainer--Hvbrb .lx-ui-btn {
  margin-left: 0px !important;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  min-width: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2px 8px;
  border-radius: 4px;
}
.index-module--container--8iH0R .index-module--domain--CJZjC {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  display: inline-block;
  max-width: 163px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--container--8iH0R .index-module--content--T14dN {
  display: flex;
  align-items: center;
  background: #f8f9fa;
}
.index-module--container--8iH0R .index-module--content--T14dN .index-module--thumbnail--D-p47 {
  width: 258px;
  height: 145px;
  flex-shrink: 0;
  border-radius: 4px;
}
.index-module--container--8iH0R .index-module--content--T14dN .index-module--thumbnailEmpty--TuTHo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: linear-gradient(93deg, #e9eaff 0%, #efeaff 73.99%, #f4ebff 98.65%);
}
.index-module--container--8iH0R .index-module--content--T14dN .index-module--listThumbnailEmpty--Wc\+wY {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
  border-radius: 4px;
  background: linear-gradient(181deg, #e1e5ff 1.18%, #d6d7f3 68.58%);
  margin-left: 16px;
}
.index-module--container--8iH0R .index-module--content--T14dN .index-module--stepList--5LHY6 {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  border-radius: 4px;
  background-color: #f9fafb;
  padding: 14px;
  min-width: 604px;
}
.index-module--container--8iH0R .index-module--content--T14dN .index-module--stepList--5LHY6 .index-module--stepItem--ASAX4 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
}
.index-module--container--8iH0R .index-module--content--T14dN .index-module--stepList--5LHY6 .index-module--stepItem--ASAX4 .index-module--stepIcon--JR3\+c {
  margin-bottom: 8px;
}
.index-module--container--8iH0R .index-module--content--T14dN .index-module--stepList--5LHY6 .index-module--stepItem--ASAX4 .index-module--stepName--LmLjz {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--container--8iH0R .index-module--content--T14dN .index-module--stepList--5LHY6 .index-module--stepItem--ASAX4 .index-module--opStatusBtn--p975P {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
}
.index-module--container--8iH0R .index-module--content--T14dN .index-module--stepList--5LHY6 .index-module--stepItem--ASAX4 .index-module--statusName--18udO {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  display: flex;
  align-items: center;
}
.index-module--container--8iH0R .index-module--content--T14dN .index-module--stepList--5LHY6 .index-module--stepItem--ASAX4 .index-module--statusName--18udO.index-module--failed--gCtfd {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.index-module--container--8iH0R .index-module--content--T14dN .index-module--stepList--5LHY6 .index-module--stepItem--ASAX4 .index-module--statusName--18udO .index-module--failedIcon---Hjlw {
  margin-right: 4px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-size: 14px;
}

.index-module--siteTag--0p2Rx {
  padding: 2px 6px;
  border-radius: 2px;
  background-color: #e7ebf1;
  background-color: var(--label-6_1, #e7ebf1);
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--siteTag--0p2Rx.index-module--online--8JD6z {
  background-color: #d6f7f1;
  background-color: var(--label-2_1, #d6f7f1);
  color: #398e80;
  color: var(--label-2_3, #398e80);
}
.index-module--siteTag--0p2Rx.index-module--failed--gCtfd {
  background-color: #ffe5e2;
  background-color: var(--label-5_1, #ffe5e2);
  color: #cb493d;
  color: var(--label-5_3, #cb493d);
}

.index-module--splitLine--HMWVE {
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.index-module--splitLine--HMWVE .index-module--line--6KvD8 {
  height: 1px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}

.index-module--containerInFlow--tELYI.index-module--container--8iH0R {
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #e4e4ff;
  background: linear-gradient(90deg, #f8f8ff 0%, #f0f0fd 100%);
}
.index-module--containerInFlow--tELYI.index-module--container--8iH0R .index-module--domainTitle--UtNGf {
  margin-bottom: 4px;
}
.index-module--containerInFlow--tELYI.index-module--container--8iH0R .index-module--domain--CJZjC {
  display: block;
  max-width: 356px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-module--containerInFlow--tELYI.index-module--container--8iH0R .index-module--content--T14dN {
  background: linear-gradient(90deg, #f8f8ff 0%, #f0f0fd 100%);
}
.index-module--containerInFlow--tELYI.index-module--container--8iH0R .index-module--content--T14dN .index-module--thumbnail--D-p47 {
  height: 68px;
  display: flex;
  align-items: center;
  width: 68px;
  border-radius: 7px;
}
.index-module--containerInFlow--tELYI.index-module--container--8iH0R .index-module--content--T14dN .index-module--thumbnailEmpty--TuTHo {
  border-radius: 7px;
}
.index-module--containerInFlow--tELYI.index-module--container--8iH0R .index-module--content--T14dN .index-module--stepList--5LHY6 {
  padding: 12px;
  min-width: unset;
  background-color: unset;
}
.index-module--containerInFlow--tELYI.index-module--container--8iH0R .index-module--content--T14dN .index-module--stepList--5LHY6 .index-module--stepItem--ASAX4 .index-module--stepIcon--JR3\+c {
  margin-bottom: 8px;
  width: 16px;
  height: 16px;
}
.index-module--containerInFlow--tELYI.index-module--container--8iH0R .index-module--content--T14dN .index-module--stepList--5LHY6 .index-module--stepItem--ASAX4 .index-module--splitLine--HMWVE {
  height: 16px;
}

.index-module--opBtn--qNJ07 {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
.index-module--snsAccountHelp--mT7WR {
  line-height: 22px;
}
.index-module--snsAccountHelp--mT7WR .index-module--loadingGif--U6sbC {
  width: 22px;
}
.PlatformLogo-module--platform-logo--bVrtZ {
  display: inline-flex;
  object-fit: cover;
}
.Avatar-module--avatar--5rYQu {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.Avatar-module--avatar--5rYQu .Avatar-module--avatar-inner--2z5wx {
  object-fit: cover;
  border-radius: 50%;
}
.Avatar-module--avatar--5rYQu .Avatar-module--platform--epky7 {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}
.Avatar-module--avatar--5rYQu .Avatar-module--close--1z5e9 {
  display: none;
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 50%;
  cursor: pointer;
}
.Avatar-module--avatar--5rYQu:hover .Avatar-module--close--1z5e9 {
  display: block;
}
.Avatar-module--avatar--5rYQu.Avatar-module--close-always--vgeqy .Avatar-module--close--1z5e9 {
  display: block;
}
.BindingEntry-module--binding-entry--PdpuJ {
  display: inline-flex;
  gap: 16px;
}
.BindingEntry-module--binding-entry--PdpuJ .BindingEntry-module--item--OLVot {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 16px 16px;
  width: 210px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border-radius: 8px;
}
.BindingEntry-module--binding-entry--PdpuJ .BindingEntry-module--item--OLVot .BindingEntry-module--logo--PqHN1 {
  margin-bottom: 8px;
}
.BindingEntry-module--binding-entry--PdpuJ .BindingEntry-module--item--OLVot .BindingEntry-module--name--Pt0AL {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}
.BindingEntry-module--binding-entry--PdpuJ .BindingEntry-module--item--OLVot .BindingEntry-module--option--CvcH9 {
  width: 100%;
}
.BindingEntryModal-module--binding-entry-modal--06QsS .ant-modal-body {
  padding: 0;
}
.BindingEntryModal-module--binding-entry-modal--06QsS .BindingEntryModal-module--notice--XblQS {
  font-size: 12px;
  line-height: 20px;
  padding: 12px 20px;
  border: none;
  background: #fff8ed;
  background: var(--Warning-1, #fff8ed);
}
.BindingEntryModal-module--binding-entry-modal--06QsS .BindingEntryModal-module--content--ckCxl {
  padding: 24px;
}
.AccountTypeModal-module--account-type-modal--JHnmU .ant-modal-body {
  padding: 48px 56px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.AccountTypeModal-module--account-type-modal--JHnmU .ant-modal-footer {
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  border-top: none;
}
.AccountTypeModal-module--account-type-modal--JHnmU .ant-modal-footer .ant-btn:last-child {
  margin-left: 12px;
}
.AccountTypeModal-module--account-type-modal--JHnmU .ant-radio-wrapper:first-child {
  margin-right: 16px;
}
.AccountTypeModal-module--account-type-modal--JHnmU .AccountTypeModal-module--title--OgVA6 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
}
.InstagramGuideModal-module--instagram-guide-modal--N234J .ant-modal-body {
  padding: 24px;
}
.InstagramGuideModal-module--instagram-guide-modal--N234J .InstagramGuideModal-module--tip--oMU6r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  line-height: 22px;
}
.InstagramGuideModal-module--instagram-guide-modal--N234J .InstagramGuideModal-module--tip--oMU6r .InstagramGuideModal-module--text--iwuDb {
  margin-right: 8px;
}
.InstagramGuideModal-module--instagram-guide-modal--N234J .InstagramGuideModal-module--tip--oMU6r a {
  display: flex;
  align-items: center;
}
.InstagramGuideModal-module--instagram-guide-modal--N234J .InstagramGuideModal-module--tip--oMU6r a span {
  margin-right: 4px;
}
.InstagramGuideModal-module--instagram-guide-modal--N234J .InstagramGuideModal-module--item--cqLQ6 {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-radius: 4px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  margin-top: 16px;
}
.InstagramGuideModal-module--instagram-guide-modal--N234J .InstagramGuideModal-module--item--cqLQ6 .InstagramGuideModal-module--icon--HPttP {
  margin-right: 16px;
  flex-shrink: 0;
}
.InstagramGuideModal-module--instagram-guide-modal--N234J .InstagramGuideModal-module--item--cqLQ6 .InstagramGuideModal-module--content--p9Ekq {
  flex-grow: 1;
  overflow: auto;
}
.InstagramGuideModal-module--instagram-guide-modal--N234J .InstagramGuideModal-module--item--cqLQ6 .InstagramGuideModal-module--content--p9Ekq .InstagramGuideModal-module--title--fLJCl {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 8px;
}
.InstagramGuideModal-module--instagram-guide-modal--N234J .InstagramGuideModal-module--item--cqLQ6 .InstagramGuideModal-module--content--p9Ekq .InstagramGuideModal-module--desc--vvIvW {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 14px;
  line-height: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.InstagramGuideModal-module--instagram-guide-modal--N234J .InstagramGuideModal-module--item--cqLQ6 .InstagramGuideModal-module--content--p9Ekq .InstagramGuideModal-module--desc--vvIvW .InstagramGuideModal-module--tip-icon--wdG2t {
  margin: 3px 0 0 4px;
}
.InstagramGuideModal-module--instagram-guide-modal--N234J .InstagramGuideModal-module--item--cqLQ6 .InstagramGuideModal-module--content--p9Ekq .InstagramGuideModal-module--desc--vvIvW .InstagramGuideModal-module--export-icon--bRxYC {
  margin: 3px 0 0 4px;
  cursor: pointer;
}
.InstagramGuideModal-module--instagram-guide-modal--N234J .InstagramGuideModal-module--item--cqLQ6 .InstagramGuideModal-module--content--p9Ekq .InstagramGuideModal-module--desc--vvIvW .InstagramGuideModal-module--export-icon--bRxYC + span {
  margin-left: 12px;
}

.InstagramGuideModal-module--professional-tooltip--bi4LQ .ant-tooltip-arrow {
  display: block !important;
}
.InstagramGuideModal-module--professional-tooltip--bi4LQ .ant-tooltip-inner {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.InstagramGuideModal-module--professional-tooltip--bi4LQ .ant-tooltip-inner a {
  margin-left: 12px;
}
@keyframes useAccountBinding-module--spin--MPQeh {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.useAccountBinding-module--progress--Wz7mp .ant-modal-body {
  padding: 28px 36px 24px;
}
.useAccountBinding-module--progress--Wz7mp .useAccountBinding-module--content--kMjOU {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.useAccountBinding-module--progress--Wz7mp .useAccountBinding-module--content--kMjOU .useAccountBinding-module--icon--0iGEE {
  margin-bottom: 12px;
}
.useAccountBinding-module--progress--Wz7mp .useAccountBinding-module--content--kMjOU .useAccountBinding-module--icon--0iGEE.useAccountBinding-module--loading--n7\+W0 {
  animation: useAccountBinding-module--spin--MPQeh 1s infinite linear;
}
.useAccountBinding-module--progress--Wz7mp .useAccountBinding-module--content--kMjOU .useAccountBinding-module--title--ACBGG {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 4px;
}
.useAccountBinding-module--progress--Wz7mp .useAccountBinding-module--content--kMjOU .useAccountBinding-module--sub-title--hF2ic {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin-bottom: 12px;
  word-break: break-all;
}
.useAccountBinding-module--progress--Wz7mp .useAccountBinding-module--content--kMjOU .useAccountBinding-module--options--3OR3r {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.useAccountBinding-module--progress--Wz7mp .useAccountBinding-module--content--kMjOU .useAccountBinding-module--options--3OR3r .useAccountBinding-module--button--nQuhz {
  width: 100%;
}

.useAccountBinding-module--progress--Wz7mp.useAccountBinding-module--ins-error-modal--YfdIJ .ant-modal-body {
  padding: 28px 28px 24px;
}
.useAccountBinding-module--progress--Wz7mp.useAccountBinding-module--ins-error-modal--YfdIJ .ant-modal-body .useAccountBinding-module--suggestions--qg0qA {
  position: relative;
  margin-bottom: 12px;
  padding: 16px;
  border-radius: 4px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.useAccountBinding-module--progress--Wz7mp.useAccountBinding-module--ins-error-modal--YfdIJ .ant-modal-body .useAccountBinding-module--suggestions--qg0qA .useAccountBinding-module--help-link--Gcjw6 {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.useAccountBinding-module--progress--Wz7mp.useAccountBinding-module--ins-error-modal--YfdIJ .ant-modal-body .useAccountBinding-module--suggestions--qg0qA .useAccountBinding-module--suggestion--EgEGk {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.useAccountBinding-module--progress--Wz7mp.useAccountBinding-module--ins-error-modal--YfdIJ .ant-modal-body .useAccountBinding-module--suggestions--qg0qA .useAccountBinding-module--suggestion-header--pW81u + .useAccountBinding-module--suggestion--EgEGk {
  margin-top: 8px;
}
.useAccountBinding-module--progress--Wz7mp.useAccountBinding-module--ins-error-modal--YfdIJ .ant-modal-body .useAccountBinding-module--suggestions--qg0qA .useAccountBinding-module--suggestion--EgEGk + .useAccountBinding-module--suggestion--EgEGk {
  margin-top: 4px;
}

.useAccountBinding-module--account-pick-row--ZFOij {
  display: flex;
  align-items: center;
}
.useAccountBinding-module--account-pick-row--ZFOij .useAccountBinding-module--account-avatar--46Ae8 {
  flex-shrink: 0;
  margin-right: 12px;
}
.useAccountBinding-module--account-pick-row--ZFOij .useAccountBinding-module--account-name--JwhfL {
  flex-grow: 1;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 12px;
}
.useAccountBinding-module--account-pick-row--ZFOij .useAccountBinding-module--account-status--D-fLs {
  flex-shrink: 0;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #398e80;
  color: var(--label-2_3, #398e80);
  border-radius: 2px;
  background-color: #d6f7f1;
  background-color: var(--label-2_1, #d6f7f1);
  margin-left: auto;
}
.index-module--snsAccountPicker--DBxia .index-module--ellipsis--ff1\+g {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--snsAccountPicker--DBxia .index-module--row--xYZ2N {
  padding: 16px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  min-height: 72px;
  cursor: pointer;
}
.index-module--snsAccountPicker--DBxia .index-module--row--xYZ2N + .index-module--row--xYZ2N {
  margin-top: 12px;
}
.index-module--snsAccountPicker--DBxia .index-module--rowAdd--jWYgy .index-module--addIcon--1xYcz {
  flex-shrink: 0;
}
.index-module--snsAccountPicker--DBxia .index-module--rowAdd--jWYgy .index-module--title--UWPNu {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 0 12px;
}
.index-module--snsAccountPicker--DBxia .index-module--rowAdd--jWYgy .index-module--arrowIcon--QuDLu {
  margin-left: auto;
  flex-shrink: 0;
}
.index-module--snsAccountPicker--DBxia .index-module--rowDisabled--yj52D {
  cursor: not-allowed;
}
.index-module--snsAccountPicker--DBxia .index-module--accounts--oo6e6 {
  max-height: 372px;
  overflow-y: auto;
  margin-top: 12px;
}
.index-module--snsAccountPicker--DBxia .index-module--rowAccount--9-I6m .index-module--radio--S9Xl7 {
  flex-shrink: 0;
  margin: 0;
}
.index-module--snsAccountPicker--DBxia .index-module--rowAccount--9-I6m .index-module--avatar--ZmZLR {
  flex-shrink: 0;
  margin-left: 12px;
}
.index-module--snsAccountPicker--DBxia .index-module--rowAccount--9-I6m .index-module--accountName--WxSsr {
  flex-grow: 1;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  line-height: 22px;
  margin: 0 4px;
}
.index-module--snsAccountPicker--DBxia .index-module--rowAccount--9-I6m .index-module--tag--t\+gyN {
  flex-shrink: 0;
  padding: 2px 4px;
  color: #398e80;
  color: var(--label-2_3, #398e80);
  font-size: 10px;
  line-height: 12px;
  border-radius: 2px;
  background-color: #d6f7f1;
  background-color: var(--label-2_1, #d6f7f1);
  margin-left: auto;
}
.index-module--snsAccountPicker--DBxia .index-module--rowAccount--9-I6m .index-module--tag--t\+gyN.index-module--disabled--Rf3WG {
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  background-color: #e7ebf1;
  background-color: var(--label-6_1, #e7ebf1);
}
.index-module--snsAccountPicker--DBxia .index-module--preview--cu5we .index-module--account--otScf {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ImageCropper-module--image-cropper--fI1oV .ant-modal-body {
  padding: 0;
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--tip--lfM8Z {
  padding: 12px 20px;
  background-color: #fff8ed;
  background-color: var(--Warning-1, #fff8ed);
  display: flex;
  align-items: center;
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--tip--lfM8Z .ImageCropper-module--icon--47JDM {
  margin-right: 6px;
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--tip--lfM8Z .ImageCropper-module--text--5jn8G {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 14px;
  line-height: 22px;
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--content--wApas {
  display: flex;
  align-items: flex-start;
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--content--wApas .ImageCropper-module--preview--XuZgx {
  flex-shrink: 0;
  padding: 36px;
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--content--wApas .ImageCropper-module--preview--XuZgx .ImageCropper-module--crop-wrapper--rMl\+z {
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--content--wApas .ImageCropper-module--preview--XuZgx .ImageCropper-module--img--kWMuE {
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--content--wApas .ImageCropper-module--config--3RbKY {
  flex-grow: 1;
  padding: 36px;
  height: 472px;
  border-left: 1px solid #ebedf2;
  border-left: 1px solid var(--Line-2, #ebedf2);
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--content--wApas .ImageCropper-module--config--3RbKY .ImageCropper-module--title--ViQD- {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--content--wApas .ImageCropper-module--config--3RbKY .ImageCropper-module--title--ViQD- .ImageCropper-module--text--5jn8G {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--content--wApas .ImageCropper-module--config--3RbKY .ImageCropper-module--title--ViQD- .ImageCropper-module--icon--47JDM {
  margin-left: 4px;
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--content--wApas .ImageCropper-module--config--3RbKY .ImageCropper-module--aspects--TQmHT .ImageCropper-module--item--Wd365 + .ImageCropper-module--item--Wd365 {
  margin-top: 16px;
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--content--wApas .ImageCropper-module--config--3RbKY .ImageCropper-module--aspects--TQmHT .ImageCropper-module--item--Wd365 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--content--wApas .ImageCropper-module--config--3RbKY .ImageCropper-module--aspects--TQmHT .ImageCropper-module--item--Wd365 .ImageCropper-module--block--3tTEd {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  margin-right: 8px;
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--content--wApas .ImageCropper-module--config--3RbKY .ImageCropper-module--aspects--TQmHT .ImageCropper-module--item--Wd365 .ImageCropper-module--name--pDhPE {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 14px;
  line-height: 22px;
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--content--wApas .ImageCropper-module--config--3RbKY .ImageCropper-module--aspects--TQmHT .ImageCropper-module--item--Wd365.ImageCropper-module--active--j1rQJ .ImageCropper-module--block--3tTEd {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.ImageCropper-module--image-cropper--fI1oV .ImageCropper-module--content--wApas .ImageCropper-module--config--3RbKY .ImageCropper-module--aspects--TQmHT .ImageCropper-module--item--Wd365.ImageCropper-module--active--j1rQJ .ImageCropper-module--name--pDhPE {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.ImageCropper-module--crop-tooltip--nPAPK .ant-tooltip-arrow {
  display: block !important;
}
.ImageCropper-module--crop-tooltip--nPAPK .ant-tooltip-inner {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.ImageCropper-module--crop-tooltip--nPAPK .ant-tooltip-inner a {
  margin-left: 12px;
}
.ReactCrop{position:relative;display:inline-block;cursor:crosshair;overflow:hidden;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move;box-shadow:0 0 0 9999em #00000080}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}.ReactCrop__crop-selection:focus{outline:none;border-color:#00f;border-style:solid}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle:after{position:absolute;content:"";display:block;width:10px;height:10px;background-color:#0003;border:1px solid rgba(255,255,255,.7);outline:1px solid transparent}.ReactCrop__drag-handle:focus:after{border-color:#00f;background:#2dbfff}.ReactCrop .ord-nw{top:0;left:0;margin-top:-5px;margin-left:-5px;cursor:nw-resize}.ReactCrop .ord-nw:after{top:0;left:0}.ReactCrop .ord-n{top:0;left:50%;margin-top:-5px;margin-left:-5px;cursor:n-resize}.ReactCrop .ord-n:after{top:0}.ReactCrop .ord-ne{top:0;right:0;margin-top:-5px;margin-right:-5px;cursor:ne-resize}.ReactCrop .ord-ne:after{top:0;right:0}.ReactCrop .ord-e{top:50%;right:0;margin-top:-5px;margin-right:-5px;cursor:e-resize}.ReactCrop .ord-e:after{right:0}.ReactCrop .ord-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px;cursor:se-resize}.ReactCrop .ord-se:after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.ReactCrop .ord-s:after{bottom:0}.ReactCrop .ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.ReactCrop .ord-sw:after{bottom:0;left:0}.ReactCrop .ord-w{top:50%;left:0;margin-top:-5px;margin-left:-5px;cursor:w-resize}.ReactCrop .ord-w:after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:6px;margin-top:-3px}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:6px;height:100%;margin-right:-3px}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:6px;margin-bottom:-3px}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:6px;height:100%;margin-left:-3px}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:24px;height:24px}}

@keyframes MediaList-module--spin--0vCEq {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.MediaList-module--media-list--VcuEb {
  display: flex;
  flex-wrap: wrap;
}
.MediaList-module--media-list--VcuEb .MediaList-module--media--bn-hW {
  position: relative;
}
.MediaList-module--media-list--VcuEb .MediaList-module--media--bn-hW .MediaList-module--delete--XPNEP {
  position: absolute;
  top: -8px;
  right: -8px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.MediaList-module--media-list--VcuEb .MediaList-module--media--bn-hW .MediaList-module--media-inner--WsRuH {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
  overflow: hidden;
}
.MediaList-module--media-list--VcuEb .MediaList-module--media--bn-hW .MediaList-module--media-inner--WsRuH .MediaList-module--more-mask--u9Jd5 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.MediaList-module--media-list--VcuEb .MediaList-module--media--bn-hW .MediaList-module--media-inner--WsRuH .MediaList-module--more-mask--u9Jd5 .MediaList-module--more-text--QrOt7 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.MediaList-module--media-list--VcuEb .MediaList-module--media--bn-hW .MediaList-module--media-inner--WsRuH .MediaList-module--loading-mask--z\+6jD {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.MediaList-module--media-list--VcuEb .MediaList-module--media--bn-hW .MediaList-module--media-inner--WsRuH .MediaList-module--loading-mask--z\+6jD .MediaList-module--loading-icon--567v4 {
  animation: MediaList-module--spin--0vCEq 1s infinite linear;
}
.MediaList-module--media-list--VcuEb .MediaList-module--media--bn-hW .MediaList-module--media-inner--WsRuH .MediaList-module--preview--qOT\+z {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.MediaList-module--media-list--VcuEb .MediaList-module--media--bn-hW .MediaList-module--media-inner--WsRuH .MediaList-module--video-container--Eo0Ks {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.MediaList-module--media-list--VcuEb .MediaList-module--media--bn-hW .MediaList-module--media-inner--WsRuH .MediaList-module--video-container--Eo0Ks video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.MediaList-module--media-list--VcuEb .MediaList-module--media--bn-hW .MediaList-module--media-inner--WsRuH .MediaList-module--video-container--Eo0Ks svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.MediaList-module--media-list--VcuEb .MediaList-module--media--bn-hW .MediaList-module--media-inner--WsRuH .MediaList-module--video-container--Eo0Ks:hover svg {
  display: block;
}
.MediaList-module--media-list--VcuEb .MediaList-module--media--bn-hW .MediaList-module--media-inner--WsRuH .MediaList-module--ai-replace--K9yFt {
  visibility: hidden;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.MediaList-module--media-list--VcuEb .MediaList-module--media-inner--WsRuH:hover .MediaList-module--ai-replace--K9yFt {
  visibility: visible;
}
.MediaList-module--media-list--VcuEb .MediaList-module--upload--Dv1rB {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 15px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
.MediaList-module--media-list--VcuEb .MediaList-module--upload--Dv1rB .MediaList-module--icon--\+3bcj {
  font-size: 24px;
}
.MediaList-module--media-list--VcuEb .MediaList-module--upload--Dv1rB .MediaList-module--text--fWa2M {
  font-size: 12px;
  line-height: 20px;
  margin-top: 8px;
}

.MediaList-module--media-list--VcuEb.MediaList-module--disabled--q17rE .MediaList-module--upload--Dv1rB {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  cursor: not-allowed;
}

.ant-form-item-has-error .MediaList-module--media-list--VcuEb .MediaList-module--upload--Dv1rB {
  border-color: #fe5b4c;
  border-style: solid;
}
.MediaTooltip-module--media-tooltip--q7PtZ .ant-tooltip-arrow {
  display: block !important;
}
.MediaTooltip-module--media-tooltip--q7PtZ .ant-tooltip-inner {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.MediaTooltip-module--media-tooltip--q7PtZ .ant-tooltip-inner a {
  margin-left: 12px;
}
@charset "UTF-8";
.productSelectModal-module--product-setting-modal--x6yGL .ant-modal-header {
  border-bottom: none;
}
.productSelectModal-module--product-setting-modal--x6yGL .ant-table-thead > tr > th {
  background: #f4f6f7;
  color: #7a8599;
  font-weight: 400;
  font-size: 14px;
}
.productSelectModal-module--product-setting-modal--x6yGL .ant-modal-body {
  padding-top: 0;
  max-height: 410px;
  overflow-y: scroll;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.productSelectModal-module--product-setting-modal--x6yGL .ant-modal-body::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.productSelectModal-module--product-setting-modal--x6yGL .ant-modal-body::-webkit-scrollbar-track {
  border-radius: 6px;
}
.productSelectModal-module--product-setting-modal--x6yGL .ant-modal-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(38, 42, 51, 0.3);
  padding: 4px;
}
.productSelectModal-module--product-setting-modal--x6yGL .ant-modal-footer {
  border-top: none;
  padding: 15.5px 23.5px;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--search-outer--eTM\+W {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--search-outer--eTM\+W .productSelectModal-module--search--frLT3 {
  width: 280px;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--add-wrapper--6euab {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--add-wrapper--6euab svg {
  margin-right: 4px;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--empty-list--483N5 {
  margin-top: 50px;
  margin-bottom: 40px;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--sample-link--6JOnm {
  display: block;
  margin-top: 8px;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--add-product--NKA-L {
  margin-top: 24px;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--choose-products-outer--xTEMR {
  display: flex;
  margin-bottom: 16px;
  position: relative;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--choose-products-outer--xTEMR .productSelectModal-module--title--hVD4c {
  font-size: 14px;
  line-height: 22px;
  color: #a9b2c2;
  flex-shrink: 0;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--choose-products-outer--xTEMR .productSelectModal-module--choose-products--fP9jD {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--choose-products-outer--xTEMR .productSelectModal-module--choose-products--fP9jD .productSelectModal-module--product-item--3wPBn {
  padding: 0 8px;
  height: 20px;
  background: #f4f6f7;
  border-radius: 2px;
  display: flex;
  align-items: center;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--choose-products-outer--xTEMR .productSelectModal-module--choose-products--fP9jD .productSelectModal-module--product-item--3wPBn .productSelectModal-module--product-name--kx1NF {
  max-width: 94px;
  min-width: 36px;
  line-height: 20px;
  color: #4e5a70;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--choose-products-outer--xTEMR .productSelectModal-module--choose-products--fP9jD .productSelectModal-module--product-item--3wPBn .productSelectModal-module--close--H7GCj {
  cursor: pointer;
  stroke: #939cad;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--choose-products-outer--xTEMR .productSelectModal-module--choose-products--fP9jD .productSelectModal-module--product-item--3wPBn .productSelectModal-module--close--H7GCj:hover {
  stroke: #4c6aff;
}
.productSelectModal-module--product-setting-modal--x6yGL .sirius-icon {
  width: 16px;
  height: 16px;
  background-size: 16px;
  line-height: 16px;
  vertical-align: -0.125em;
  margin-left: 4px;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--notice--nxqop {
  margin-bottom: 12px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  background: #fff8ed;
  background: var(--Warning-1, #fff8ed);
  border: none;
}
.productSelectModal-module--product-setting-modal--x6yGL .productSelectModal-module--notice--nxqop .ant-alert-message {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--snsPostGenerateParam--VhC9B .index-module--ellipsis--YiHVv {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--snsPostGenerateParam--VhC9B .index-module--edit--WS3lX .ant-form-item-label > label {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--snsPostGenerateParam--VhC9B .index-module--edit--WS3lX .ant-row {
  margin-bottom: 16px;
}
.index-module--snsPostGenerateParam--VhC9B .index-module--edit--WS3lX .ant-row.ant-form-item-has-error {
  margin-bottom: 4px;
}
.index-module--snsPostGenerateParam--VhC9B .index-module--edit--WS3lX .index-module--labelWrapper--1yZ0T {
  display: flex;
}
.index-module--snsPostGenerateParam--VhC9B .index-module--edit--WS3lX .index-module--labelWrapper--1yZ0T .index-module--label--uNl50 {
  flex-grow: 1;
  white-space: normal;
  word-break: break-all;
}
.index-module--snsPostGenerateParam--VhC9B .index-module--edit--WS3lX .index-module--labelWrapper--1yZ0T .index-module--extra--o2L2k {
  flex-shrink: 0;
  margin-top: 3px;
  margin-left: 8px;
}
.index-module--snsPostGenerateParam--VhC9B .index-module--edit--WS3lX .index-module--toneLanguage--DZtPR {
  display: flex;
  align-items: center;
  gap: 12px;
}
.index-module--snsPostGenerateParam--VhC9B .index-module--edit--WS3lX .index-module--wordsUpperLimit--NMMea .ant-radio-wrapper {
  width: 50%;
  margin: 0 0 8px;
}
.index-module--snsPostGenerateParam--VhC9B .index-module--preview--qRvtU .ant-form-item-label > label {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--snsPostGenerateParam--VhC9B .index-module--preview--qRvtU .ant-row {
  margin-bottom: 12px;
}
.index-module--snsPostGenerateParam--VhC9B .index-module--preview--qRvtU .ant-form-item-control-input {
  min-height: auto;
}
.index-module--snsRecommendFriendParam--aqnxu .index-module--ellipsis--7hlyE {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--snsRecommendFriendParam--aqnxu .index-module--edit--fhp06 .ant-form-item-label > label {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--snsRecommendFriendParam--aqnxu .index-module--edit--fhp06 .ant-row {
  margin-bottom: 16px;
}
.index-module--snsRecommendFriendParam--aqnxu .index-module--edit--fhp06 .ant-row.ant-form-item-has-error {
  margin-bottom: 4px;
}
.index-module--snsRecommendFriendParam--aqnxu .index-module--edit--fhp06 .ant-select-selector {
  height: 32px;
  overflow: hidden;
}
.index-module--snsRecommendFriendParam--aqnxu .index-module--preview--qKoM8 .ant-form-item-label > label {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--snsRecommendFriendParam--aqnxu .index-module--preview--qKoM8 .ant-row {
  margin-bottom: 12px;
}
.index-module--snsRecommendFriendParam--aqnxu .index-module--preview--qKoM8 .ant-form-item-control-input {
  min-height: auto;
}
.index-module--accountWrap--B2G6l {
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--accountWrap--B2G6l p {
  padding: 2px 6px;
  margin: 0;
  border-radius: 2px;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  display: inline-block;
}
.index-module--accountWrap--B2G6l .index-module--valid--VujEu {
  color: #398e80;
  color: var(--label-23, #398e80);
  background: #d6f7f1;
  background: var(--label-21, #d6f7f1);
}
.index-module--accountWrap--B2G6l .index-module--expire--BHmZ4 {
  background: #e7ebf1;
  background: var(--label-61, #e7ebf1);
  color: #4e5a70;
  color: var(--label-63, #4e5a70);
}
.index-module--accountWrap--B2G6l .index-module--expire--BHmZ4 > span {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  cursor: pointer;
}

.index-module--accountInfo--Q4MTS {
  overflow: hidden;
  flex-grow: 1;
}
.index-module--accountInfo--Q4MTS h4 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  margin: 0;
}
.index-module--stepWrap--HNINe {
  display: flex;
}

.index-module--stepItem--l23i4 {
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 88px;
  white-space: nowrap;
  flex-shrink: 0;
}
.index-module--stepItem--l23i4 > div:nth-child(2) {
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 20px; /* 166.667% */
}
.index-module--stepItem--l23i4 > div:nth-child(3) {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  text-align: center;
  line-height: 16px; /* 133.333% */
  margin-top: 2px;
  margin-bottom: 2px;
}
.index-module--stepItem--l23i4 > span {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  line-height: 20px; /* 166.667% */
  cursor: pointer;
}

.index-module--stepLine--lWL8- {
  background: #e1e3e8;
  background: var(----Line-3--, #e1e3e8);
  width: 100%;
  height: 1px;
  margin-top: 10px;
}
.index-module--snsTaskCardWrap--NFbLD {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(----Line-1, #f0f1f5);
  background: #fff;
  height: 128px;
  padding: 22px 20px 0 20px;
}
.index-module--snsTaskCardWrap--NFbLD > div:nth-child(1) {
  width: 20%;
  flex-grow: 0;
  flex-shrink: 0;
}
.index-module--snsTaskCardWrap--NFbLD > div:nth-child(2) {
  min-width: 60%;
}

.index-module--snsTaskCardInFlowWrap--WB-Lt {
  border-radius: 4px;
  border: 1px solid #e4e4ff;
  background: linear-gradient(90deg, #f8f8ff 0%, #f0f0fd 100%);
  padding: 10px 12px;
}
.index-module--snsTaskCardInFlowWrap--WB-Lt > div:nth-child(2) {
  padding-top: 16px;
  padding-bottom: 12px;
}
.index-module--wrap--e6yYr > div:nth-child(2) {
  margin-top: 12px;
}
.index-module--container--GIRVq .ant-radio-wrapper:not(:last-child) {
  margin-bottom: 8px;
}

.index-module--editWrap--nMh6B .index-module--head--uZQQ- {
  color: #080b19;
  font-size: 14px;
}
.index-module--editWrap--nMh6B .index-module--radio--97OiN {
  display: flex;
  flex-direction: column;
  color: #080b19;
  font-size: 14px;
  margin-top: 10px;
}

.index-module--warp--D2UK7 .index-module--head--uZQQ- {
  color: #747a8c;
  font-size: 14px;
}
.index-module--warp--D2UK7 .index-module--content--jjcJ5 {
  margin-top: 10px;
  color: #080b19;
  font-size: 14px;
}
.index-module--loader--bdAa3 .index-module--title--SeOw5 {
  color: #080b19;
  font-size: 14px;
}
.index-module--loader--bdAa3 .index-module--animation--MVNEB {
  margin-top: 10px;
}

.index-module--result--sL4hd .index-module--title--SeOw5 {
  color: #080b19;
  font-size: 14px;
}
.index-module--result--sL4hd .index-module--content--QIoBy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-module--result--sL4hd .index-module--region-card--JqFoY {
  width: 49%;
  background-color: #fff;
  border: 1px solid #ebedf2;
  border-radius: 4px;
  padding: 15px;
  margin-top: 10px;
}
.index-module--result--sL4hd .index-module--region-card--JqFoY .index-module--header--outcU {
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--result--sL4hd .index-module--region-card--JqFoY .index-module--header--outcU .index-module--icon--hw35W {
  display: flex;
  align-items: center;
  width: 16px;
}
.index-module--result--sL4hd .index-module--region-card--JqFoY .index-module--header--outcU .index-module--name--IsqVB {
  color: #080b19;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-module--result--sL4hd .index-module--region-card--JqFoY .index-module--header--outcU .index-module--del-icon--IZc6c {
  width: 16px;
  display: none;
  align-items: center;
  cursor: pointer;
}
.index-module--result--sL4hd .index-module--region-card--JqFoY .index-module--details--G2EVN {
  border-bottom: 1px dashed #e1e3e8;
  padding-bottom: 12px;
  height: 62px;
}
.index-module--result--sL4hd .index-module--region-card--JqFoY .index-module--details--G2EVN .index-module--row--vnySi {
  color: #747a8c;
  font-size: 14px;
  margin-top: 5px;
  display: flex;
}
.index-module--result--sL4hd .index-module--region-card--JqFoY .index-module--details--G2EVN .index-module--row--vnySi .index-module--label--co2QQ {
  flex-shrink: 0;
}
.index-module--result--sL4hd .index-module--region-card--JqFoY .index-module--details--G2EVN .index-module--row--vnySi .index-module--value--5sIkC {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-module--result--sL4hd .index-module--region-card--JqFoY .index-module--details--G2EVN .index-module--row--vnySi .index-module--edit-icon--JLocS {
  display: none;
  margin-left: 8px;
  align-items: center;
  cursor: pointer;
}
.index-module--result--sL4hd .index-module--region-card--JqFoY .index-module--details--G2EVN .index-module--row-select--xRkt7 {
  margin-top: 5px;
}
.index-module--result--sL4hd .index-module--region-card--JqFoY .index-module--strategy--8aX8i {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 12px;
}
.index-module--result--sL4hd .index-module--region-card--JqFoY .index-module--strategy-lines--qxZnB {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 12px;
  padding-inline-start: 18px;
}
.index-module--result--sL4hd .index-module--region-card--JqFoY:hover .index-module--del-icon--IZc6c {
  display: flex !important;
}
.index-module--result--sL4hd .index-module--region-card--JqFoY:hover .index-module--edit-icon--JLocS {
  display: flex !important;
}

.index-module--loadingImg---GXLk {
  width: 32px;
  height: 32px;
}
.index-module--continent-tabs--3971X {
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.index-module--continent-tabs--3971X .index-module--tab--yYSlg {
  display: flex;
  padding: 5px 8px 5px 0;
  margin-right: 16px;
  align-items: center;
  justify-content: center;
  height: 32px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  position: relative;
}
.index-module--continent-tabs--3971X .index-module--tab--yYSlg.index-module--active--or-95 {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--continent-tabs--3971X .index-module--tab--yYSlg.index-module--error--OFFG4 {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.index-module--continent-tabs--3971X .index-module--tab--yYSlg.index-module--loading--pAUCw {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--continent-tabs--3971X .index-module--tab--yYSlg .index-module--border--v0yxC {
  position: absolute;
  bottom: 0;
  left: calc(50% - 4px);
  height: 2px;
  width: 24px;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  transform: translateX(-50%);
}
.index-module--continent-tabs--3971X .index-module--tab--yYSlg.index-module--error--OFFG4 .index-module--border--v0yxC {
  background-color: #fe5b4c;
  background-color: var(--Error-6, #fe5b4c);
}
.index-module--continent-tabs--3971X .index-module--tab--yYSlg.index-module--loading--pAUCw .index-module--border--v0yxC {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}

.index-module--continent-wrap--lvUgI {
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
  padding: 11px 16px;
}

.index-module--retry-mail-tip--uC4JJ {
  margin-bottom: 12px;
  padding: 0 16px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #ffefed;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--retry-mail-tip--uC4JJ span {
  margin-left: 24px;
  height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  color: #fff;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.index-module--linkResolutionPreview--mlYxK {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.index-module--linkResolutionPreview--mlYxK .index-module--title--bXsKC {
  color: #747a8c;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.index-module--linkResolutionPreview--mlYxK .index-module--platform--yIdfL {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index-module--linkResolutionPreview--mlYxK .index-module--platform--yIdfL > span {
  color: #747a8c;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.index-module--linkResolutionPreview--mlYxK .index-module--platform--yIdfL > p {
  color: #4c6aff;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
}
.index-module--linkResolutionPreview--mlYxK .index-module--link--plRQO {
  color: #272e47;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  width: 100%;
  word-wrap: break-word;
}
.index-module--csmQrCode--8VRfA {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-module--csmQrCode--8VRfA .index-module--qrCodeWrapper--lV1I7 .index-module--errorWrapper--3wx8d {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--csmQrCode--8VRfA .index-module--qrCodeWrapper--lV1I7 .index-module--errorWrapper--3wx8d .index-module--retryTrigger--LmPur {
  display: flex;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  cursor: pointer;
}
.index-module--csmQrCode--8VRfA .index-module--qrCodeWrapper--lV1I7 .spin-label {
  display: none;
}
.index-module--csmQrCode--8VRfA .index-module--qrCodeWrapper--lV1I7 .index-module--qrCode--hzmpH {
  display: block;
}
.index-module--csmQrCode--8VRfA .index-module--tip--b\+UE6 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 20px;
  margin-top: 12px;
}
.index-module--csmQrCode--8VRfA.index-module--inFlow--Dac0o {
  width: 320px;
  padding: 20px 16px;
  border-radius: 8px;
  background-color: rgba(240, 241, 245, 0.7);
}
.index-module--container--09fF\+ .ant-radio-wrapper:not(:last-child) {
  margin-bottom: 8px;
}

.index-module--editWrap--VkBBl .index-module--head--Q9vVf {
  color: #080b19;
  font-size: 14px;
}
.index-module--editWrap--VkBBl .index-module--radio--DN8g0 {
  display: flex;
  flex-direction: column;
  color: #080b19;
  font-size: 14px;
  margin-top: 10px;
}
.index-module--editWrap--VkBBl .index-module--radio--DN8g0 .index-module--radioItem--5oQYE {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.index-module--editWrap--VkBBl .index-module--radio--DN8g0 .index-module--radioItem--5oQYE .index-module--icon--o22OT {
  font-size: 16px;
  color: #545a6e;
  color: var(--fill-6, #545a6e);
}
.index-module--editWrap--VkBBl .index-module--radio--DN8g0 .index-module--radioItem--5oQYE .index-module--label--IvHET {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 14px;
  border-radius: 2px;
  background: #ffb54c;
  background: var(--Warning-6, #ffb54c);
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}

.index-module--warp--NlOe9 .index-module--head--Q9vVf {
  color: #747a8c;
  font-size: 14px;
}
.index-module--warp--NlOe9 .index-module--content--F6EQc {
  margin-top: 10px;
  color: #080b19;
  font-size: 14px;
}

.ai-team-time-zone-select-tooltip {
  width: 280px !important;
  max-width: 280px !important;
}
.ai-team-time-zone-select-tooltip .ant-tooltip-inner {
  text-align: justify;
}
.index-module--container--QNYH9 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-module--container--QNYH9 .index-module--visible-wrapper--FnOc2 {
  height: 100%;
  overflow: hidden;
}
.container-module--header--iMpYh {
  position: -webkit-sticky;
  position: sticky;
  top: 56px;
  background-color: #fff;
  z-index: 10;
  padding: 0 16px;
}
.container-module--header-container--WWU4F {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  padding-top: 16px;
}
.container-module--header-container--WWU4F .container-module--text--bK05D {
  color: #272e47;
}
.container-module--header-section--4tN5L {
  line-height: 22px;
  display: flex;
  align-items: center;
}
.container-module--header-section--4tN5L::after {
  content: "";
  margin: 0 20px;
  height: 12px;
  width: 1px;
  background: #ebedf2;
  background: var(--Line-2, #ebedf2);
}
.container-module--header-tab--H-GL2 {
  margin-left: -14px;
  position: relative;
}
.container-module--header-tab--H-GL2::after {
  position: absolute;
  content: "";
  width: calc(100% - 14px);
  left: 14px;
  bottom: -1px;
  height: 1px;
  background-color: #ebedf2;
}
.container-module--header-left--97t4Q {
  flex: 1 1;
}
.container-module--header-left--97t4Q .container-module--text--bK05D {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-module--header-right--AVfj8 {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.container-module--header--iMpYh .ant-tabs-nav {
  margin-bottom: 0 !important;
}
.container-module--header--iMpYh .ant-tabs-tab-active > .ant-tabs-tab-btn {
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}
.container-module--header-last--LBLjZ::after {
  content: none;
}
.container-module--header-label--vUG6z {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.container-module--tip--GHMiF {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
}
.container-module--tip--GHMiF header {
  font-weight: 500;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 4px;
}
.container-module--tip-info--b8kYs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.container-module--bread--iax8J {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}
.container-module--bread--iax8J .ant-breadcrumb-separator {
  margin: 0 4px;
  vertical-align: middle;
}
.container-module--bread--iax8J .ant-breadcrumb {
  color: #1d2129;
}
.container-module--bread--iax8J .ant-breadcrumb a:hover {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}

.container-module--countryBnr--H7KNT {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  font-family: "PingFang SC";
  font-size: 20px;
}

.container-module--labelClass--k0d9w {
  font-weight: 500;
  line-height: normal;
  color: #fff;
  font-family: "PingFang SC";
  font-size: 20px;
}

.container-module--container-title--hZjoR {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 0 8px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #f8f9fa;
  z-index: 10;
}
.container-module--container-title--hZjoR > span:first-child {
  cursor: pointer;
}
.container-module--container-report--VoOMY {
  background-color: #fff;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 4px;
  position: relative;
  min-height: calc(100% - 56px);
}
.container-module--container-report--VoOMY .container-module--maskLayer--IJhxs {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  opacity: 0.8;
  left: 0;
  top: 0;
  display: flex;
  z-index: 25;
}
.container-module--container-report--VoOMY .container-module--maskLading--uIhK- {
  width: 100%;
  height: 791px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container-module--container-report--VoOMY .container-module--maskLading--uIhK- .container-module--text--bK05D {
  color: #272e47;
  margin-top: 16px;
  line-height: 22px;
}

.container-module--cn-name--zO61E {
  font-weight: 500;
  color: #080b19;
  line-height: 22px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.container-module--cn-map--H0tS4 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}
.container-module--cn-map--H0tS4 .container-module--echarsContent--LoSJc {
  width: calc(100% - 600px);
}
.container-module--cn-province--lU1Ly {
  width: 600px;
  max-width: 600px;
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
  border-radius: 8px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  height: 360px;
}
.container-module--cn-province-num---ab0A {
  padding: 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-module--cn-province-num---ab0A span {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 16px;
}
.container-module--cn-container--B-DDf {
  display: flex;
  align-items: center;
  height: 274px;
  gap: 16px;
  margin-bottom: 20px;
}
.container-module--cn-report--LOYQi {
  border-radius: 4px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  height: 100%;
  padding: 16px;
  width: calc(100% - 376px);
}
.container-module--cn-intro--Wt6yN {
  width: 360px;
  border-radius: 4px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  height: 100%;
  padding: 16px;
}
.container-module--cn-intro-item--xECOt header {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 3px;
}
.container-module--cn-intro-item--xECOt article {
  font-weight: 400;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.container-module--cn-intro-item--xECOt::after {
  content: "";
  margin: 12px 0;
  width: 100%;
  height: 1px;
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
  display: block;
}
.container-module--cn-intro-item--xECOt:last-child::after {
  content: none;
}
.container-module--cn-table-header--1eqIS {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 12px;
}
.container-module--cn-table-header-item--AF8nq {
  display: flex;
  align-items: center;
  gap: 12px;
}
.container-module--cn-table-header-label--vafGi {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  line-height: 22px;
}
.container-module--cn-table-operation--pR6X1 {
  display: flex;
  align-items: center;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.container-module--cn-table-icon--08MLp {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.container-module--cn-table--E4VKE .ant-table-expanded-row > .ant-table-cell {
  background-color: #ebedf2;
}
.container-module--cn-table--E4VKE .cn-export-country {
  width: 130px;
}
.container-module--cn-table--E4VKE .ant-table-expanded-row .ant-table-cell {
  padding: 0;
}
.container-module--cn-table-inner--RjG6s {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 10px;
  justify-content: flex-end;
}
.container-module--cn-table-inner-echar--CoCkt {
  background-color: #fff;
  padding: 16px;
  border-radius: 4px;
  height: 212px;
  width: calc((100% - 64px) / 2);
  position: relative;
}
.container-module--cn-table-inner-title--\+CPYJ {
  position: absolute;
  width: 100%;
  top: 12px;
  left: 0;
  text-align: center;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.container-module--cn-table-inner-event--HrhK9 {
  background-color: #fff !important;
}
.container-module--cn-table-inner-odd--F5Ebq {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.container-module--cn-supplier--Yms0h {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}
.container-module--cn-supplier-item--bC7TM {
  width: calc((100% - 16px) / 3);
  padding: 12px;
  border-radius: 4px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.container-module--cn-supplier-header--xAf8f {
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 8px;
  font-size: 14px;
}
.container-module--cn-supplier-header--xAf8f span {
  font-size: 20px;
}
.container-module--cn-supplier-desc--DcMyE {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 20px;
}
.container-module--cn-supplier-draw--R\+e3S .ant-drawer-body {
  padding-top: 0;
}
.container-module--cn-draw-main--imK4q, .container-module--cn-draw-section--4UiI6 {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.container-module--cn-draw-add--DrzrG {
  padding: 10px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  width: 34px;
  cursor: pointer;
}
.container-module--cn-draw-header--UOQR6 {
  background-color: #f0f2f7;
  width: 200px;
  min-width: 200px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #e1e3e8;
}
.container-module--cn-draw-header-text--Ph6n4 {
  padding: 12px 16px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  height: 46px;
}
.container-module--cn-draw-item--dTyIa {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e1e3e8;
}
.container-module--cn-draw-item--dTyIa:last-child {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #e1e3e8;
}
.container-module--cn-draw-body--1kcyv {
  background-color: #ffffff;
  width: 210px;
  min-width: 210px;
  position: relative;
}
.container-module--cn-draw-body--1kcyv:nth-child(2n+1) {
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.container-module--cn-draw-body--1kcyv .sirius-icon {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.container-module--cn-draw-empty--RoUx4 {
  background-color: #ffffff;
  width: 210px;
  min-width: 210px;
  height: 554px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-module--cn-draw-empty--RoUx4:nth-child(2n+1) {
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.container-module--cn-draw-empty-main--4sXrT {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.container-module--cn-near-by-order--c6hoI {
  padding: 0 20px;
}
.container-module--cn-top3--gsaka {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.container-module--ue--1uZS5 {
  gap: 12px;
  align-items: stretch !important;
  height: auto;
}
.container-module--ue-echar--sGB5G {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  width: 50%;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.container-module--ue-detail--rTq5Y {
  width: 50%;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container-module--ue-card--ZT8Bs {
  align-items: center;
  cursor: pointer;
  height: 150px;
  margin-bottom: 12px;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 16px;
}
.container-module--ue-card--ZT8Bs:hover {
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.container-module--ue-card--ZT8Bs .sirius-icon {
  width: 16px !important;
  height: 16px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
}
.container-module--ue-card--ZT8Bs:last-child {
  margin: 0;
}
.container-module--ue-card-name--I5fTQ {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.container-module--ue-card-item--1dBar {
  width: calc((100% - 80px) / 3);
  height: 100%;
}
.container-module--ue-card-info--XNUy4 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.container-module--ue-card-info--XNUy4 a {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.container-module--ue-card-info-item--nfXa7 {
  padding: 6px 8px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.container-module--ue-card-info-text--HH54c {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  line-height: 22px;
}
.container-module--ue-card-data--k6opH {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.container-module--ue-card--ZT8Bs .container-module--companyName--ZwJvb {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
}

.container-module--import-area--EAQUn .container-module--area--yXTAT {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  line-height: 22px;
  margin-bottom: 16px;
  margin-top: 28px;
}
.container-module--import-area--EAQUn .container-module--area--yXTAT span {
  color: #000000;
}
.container-module--import-buyer--qLezA {
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.container-module--import-info---HPHD {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.container-module--import-info-item--SwDXI {
  width: calc((100% - 36px) / 4);
  border-radius: 4px;
  min-width: 280px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  padding: 12px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.container-module--import-info-item--SwDXI span {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.container-module--import-count--\+b2m1 {
  margin-bottom: 28px;
}
.container-module--import-trend--ivyZ6 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.container-module--import-trend--ivyZ6 section {
  width: calc((100% - 16px) / 2);
  height: 302px;
  padding: 16px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.container-module--import-trend--ivyZ6 .container-module--wordCloud--euXAf {
  height: 238px;
}
.container-module--import-progress--2X-O4 {
  width: 100%;
  height: 22px;
  position: relative;
}
.container-module--import-inner--EhvFO {
  height: 100%;
}
.container-module--import-inner-val--pU8s- {
  line-height: 22px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
.container-module--import-table--sGcFy .import-balance {
  padding: 0 12px !important;
}
.container-module--import-table--sGcFy .importTableLeft {
  z-index: 4;
}
.container-module--import-table--sGcFy .ant-table-tbody .ant-table-cell {
  background-color: #fff !important;
}
.container-module--import-table--sGcFy .odd td {
  background-color: #fff !important;
}
.container-module--import-compare--mLOVf {
  width: 100%;
}
.container-module--import-compare--mLOVf .container-module--compare-part--gNYez {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 46px;
  justify-content: space-between;
}
.container-module--import-compare--mLOVf .container-module--compare-part--gNYez::after {
  content: "";
  width: 0;
  height: 46px;
  border: 1px dashed #ebedf2;
  position: absolute;
  left: calc(50% - 1px);
}
.container-module--import-compare--mLOVf .container-module--compare-balance--awx6b {
  position: absolute;
  left: 0;
  top: 12px;
  z-index: 3;
}
.container-module--import-compare--mLOVf .container-module--compare-inner--fFAtx {
  height: 100%;
}
.container-module--import-compare--mLOVf .container-module--compare-inner-l--81VdY {
  background: #ffdedb;
}
.container-module--import-compare--mLOVf .container-module--compare-inner-r--vCQKB {
  background: #cff7e6;
}
.container-module--import-compare--mLOVf .container-module--compare-left--NvurF, .container-module--import-compare--mLOVf .container-module--compare-right--T1Gpo {
  width: 50%;
  height: 22px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
.container-module--import-compare--mLOVf .container-module--compare-right--T1Gpo {
  width: 50%;
  height: 22px;
  z-index: 2;
  justify-content: flex-start;
}
.container-module--import-price---Pu1k {
  margin-top: 28px;
}
.container-module--import-price-echar--lDsBm {
  height: 329px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.container-module--import-price-echar--lDsBm .container-module--unit--Eks6l {
  position: absolute;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.container-module--supplier-table--E-eXi .ant-table-cell {
  vertical-align: top;
}
.container-module--supplier-table--E-eXi .supplierName {
  max-width: 152px;
}
.container-module--supplier-table--E-eXi .supplierLine {
  max-width: 217px;
}
.container-module--supplier-table--E-eXi .supplierEchar {
  max-width: 217px;
  text-align: center;
}
.container-module--supplier-table--E-eXi .supplierButton {
  min-width: 120px;
}
.container-module--supplier-href--\+\+A6p {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  line-height: 22px;
  cursor: pointer;
}
.container-module--supplier-tag--iQZIs {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}
.container-module--supplier-echar--JZxmx {
  width: 100%;
}

.container-module--nearBy-order--Ob4ax {
  display: flex;
  align-items: start;
  gap: 24px;
}
.container-module--nearBy-order-item--sjY-p {
  width: calc((100% - 24px) / 2);
}
.container-module--nearBy-info--L1XuM {
  display: flex;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  line-height: 22px;
  margin-bottom: 12px;
  gap: 16px;
}
.container-module--nearBy-label--6dRcW {
  width: 56px;
}
.container-module--nearBy-label-r--k04PR {
  width: 95px;
}
.container-module--nearBy-value--H7SBs {
  width: calc(100% - 72px);
}
.container-module--nearBy-value-r--6xigq {
  width: calc(100% - 111px);
}

.container-module--echars-banner--gROYa {
  padding: 42px 0;
  background-color: #7088ff;
}
.container-module--echars-bnr-title--HOKbO {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 8px;
}
.container-module--echars-bnr-title-index--sSEWS {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #52f4ff;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.container-module--echars-bnr-title-label--pKSMO {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
.container-module--echars-intro--CFmY3 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: normal;
}

.container-module--longBanner--FcXGu {
  padding: 60px;
  background: url("https://cowork-storage-public-cdn.lx.netease.com/common/2024/07/30/9f7296d4f5ea4e5fbf59203d437b2f19.png") lightgray 50%/cover no-repeat;
}
.container-module--longBanner--FcXGu .container-module--lingxiIcon--ufW\+c {
  margin-bottom: 103px;
}
.container-module--longBanner--FcXGu .container-module--bannerTitle--0BtLv {
  margin-bottom: 12px;
}
.container-module--longBanner--FcXGu .container-module--bannerInfo--sJ8iD {
  font-size: 20px;
  color: #a0b0ff;
  font-weight: 500;
  font-family: "PingFang SC";
  line-height: normal;
  display: flex;
}
.container-module--longBanner--FcXGu .container-module--bannerHscodeText---sDWW {
  margin-bottom: 12px;
}
.container-module--longBanner--FcXGu .container-module--bannerTime--OWiyv {
  font-size: 20px;
  color: #a0b0ff;
  margin-top: 110px;
}

.container-module--scrollTooltip--u-Ua3 .ant-tooltip-inner {
  max-height: 400px;
  overflow-y: scroll;
}
.container-module--scrollTooltip--u-Ua3 .ant-tooltip-inner::-webkit-scrollbar {
  opacity: 1;
}
.index-module--report-section--3TCvb {
  padding: 20px 16px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 4px;
  background-color: #fff;
}
.index-module--report-section--3TCvb .index-module--header--YJNq8 {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
  overflow: hidden;
  margin-bottom: 8px;
}
.index-module--report-section--3TCvb .index-module--header--YJNq8 .index-module--infos--XUy5a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.index-module--report-section--3TCvb .index-module--header--YJNq8 .index-module--infos--XUy5a > * {
  flex-shrink: 0;
}
.index-module--report-section--3TCvb .index-module--header--YJNq8 .index-module--infos--XUy5a .index-module--info--Ai8EC {
  display: flex;
  align-items: center;
}
.index-module--report-section--3TCvb .index-module--header--YJNq8 .index-module--infos--XUy5a .index-module--info--Ai8EC.index-module--hscode-info--BoqOf {
  flex-shrink: initial;
  overflow: hidden;
}
.index-module--report-section--3TCvb .index-module--header--YJNq8 .index-module--infos--XUy5a .index-module--info--Ai8EC.index-module--hscode-info--BoqOf .index-module--value--egQ-J {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--report-section--3TCvb .index-module--header--YJNq8 .index-module--infos--XUy5a .index-module--info--Ai8EC .index-module--label--33Au\+ {
  color: #747a8c;
  font-size: 14px;
  line-height: 22px;
}
.index-module--report-section--3TCvb .index-module--header--YJNq8 .index-module--infos--XUy5a .index-module--info--Ai8EC .index-module--value--egQ-J {
  color: #000;
  font-size: 14px;
  line-height: 22px;
}
.index-module--report-section--3TCvb .index-module--header--YJNq8 .index-module--options--R90Nc {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.index-module--report-section--3TCvb .index-module--header--YJNq8 .index-module--options--R90Nc a {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--report-section--3TCvb .index-module--tabs--OkZPN > .ant-tabs-nav {
  margin-bottom: 20px;
}
.index-module--report-section--3TCvb .index-module--tabs--OkZPN > .ant-tabs-nav .ant-tabs-tab:first-child {
  padding-left: 0;
}
.index-module--report-section--3TCvb .index-module--tabs--OkZPN .index-module--tab-content--DYONJ {
  height: 274px;
  overflow: auto;
}
@charset "UTF-8";
.dataReport-module--container--nCPPX {
  background: #f8f9fa;
  height: 100%;
  min-width: 990px;
  color: #080b19;
  overflow: scroll;
}
.dataReport-module--container-inner--WSY89 {
  padding: 0 16px 16px;
}
.dataReport-module--container--nCPPX .dataReport-module--header--6mX-w {
  padding: 60px 0;
  text-align: center;
  max-width: 990px;
  margin: 0 auto;
  margin-bottom: 26px;
  padding: 60px 90px;
}
.dataReport-module--container--nCPPX .dataReport-module--header--6mX-w h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 8px;
}
.dataReport-module--container--nCPPX .dataReport-module--cardPart--Zja1\+ {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 68px;
}
.dataReport-module--container--nCPPX .dataReport-module--cardPart--Zja1\+ h4 {
  margin-bottom: 12px;
}

.dataReport-module--supplierTable---ziS0 .ant-pagination {
  position: -webkit-sticky;
  position: sticky;
  bottom: -4px;
  background: #fff;
  margin: 0;
  padding: 16px 0;
}

.dataReport-module--headerIntro--seop4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.dataReport-module--cascader--bmpzm .sirius-cascader-menu-item {
  max-width: calc(100% - 10px) !important;
}
.dataReport-module--cascader--bmpzm .sirius-cascader-menus {
  max-width: 432px !important;
}
.dataReport-module--cascader--bmpzm .sirius-cascader-menu {
  flex: 1 1;
}
.dataReport-module--cascader--bmpzm .sirius-cascader-menu:first-child {
  flex: 0 0 auto !important;
}

.dataReport-module--bgCon--WgynW {
  background: url("https://cowork-storage-public-cdn.lx.netease.com/common/2024/05/21/3bfe34c519734659bf432e58f6f16091.png") lightgray 50%/cover no-repeat;
}

.dataReport-module--reportCard--4gcGY {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.dataReport-module--reportCard--4gcGY .dataReport-module--card--78aTj {
  width: 198px;
  height: 264px;
  border-radius: 4px;
  background: #f2f7fe;
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
  cursor: pointer;
  padding: 20px 12px 12px;
  background: url("https://cowork-storage-public-cdn.lx.netease.com/common/2024/05/27/60da47a1d4574af6919a1e0d7c7ba873.png");
  background-size: 208px 278px;
}
.dataReport-module--reportCard--4gcGY .dataReport-module--card--78aTj:hover:not(:first-child) {
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
  transform: translateY(-12px);
  transition: transform 0.3s ease-out;
}
.dataReport-module--reportCard--4gcGY .dataReport-module--card--78aTj:hover:not(:first-child) .dataReport-module--history-edit--PfjTa {
  opacity: 1;
}
.dataReport-module--reportCard--4gcGY .dataReport-module--card-add--lq1Zo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataReport-module--reportCard--4gcGY .dataReport-module--card-main--rZHp\+ {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
}
.dataReport-module--reportCard--4gcGY .dataReport-module--history-log--3oD5H {
  text-align: center;
  width: 100%;
  color: #272e47;
}
.dataReport-module--reportCard--4gcGY .dataReport-module--history-hscode--0pUAG {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 设置行数 */
  overflow: hidden;
}
.dataReport-module--reportCard--4gcGY .dataReport-module--history-desc--cDQlq {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #272e47;
  margin-bottom: 24px;
}
.dataReport-module--reportCard--4gcGY .dataReport-module--history-length--F-sJq {
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 设置行数 */
  overflow: hidden;
}
.dataReport-module--reportCard--4gcGY .dataReport-module--history-edit--PfjTa {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: opacity 0.5s;
}
.dataReport-module--reportCard--4gcGY .dataReport-module--history-img--Gzdrs {
  display: flex;
  justify-content: end;
}
.dataReport-module--reportCard--4gcGY .dataReport-module--history-img--Gzdrs img {
  width: 60px;
}

.dataReport-module--form--hkbLs .ant-form-item-has-error .sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector {
  background-color: #fff;
  border-color: #ff4d4f !important;
}

.dataReport-module--modal--XG74z .ant-modal-footer {
  padding: 0 20px 18px;
  border-top: none;
}
.dataReport-module--modal--XG74z .ant-modal-header {
  border-bottom: none;
}
.dataReport-module--modal--XG74z .ant-modal-body {
  padding-top: 4px;
  padding-bottom: 4px;
  max-height: 500px;
  overflow-y: auto;
}
.dataReport-module--modal--XG74z .dataReport-module--title--kiFhZ {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  /* 中性色-文字/Text-5标题-重要信息 */
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 0;
}
.dataReport-module--modal--XG74z .dataReport-module--formtitle--iDSxB {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  /* 中性色-文字/Text-5标题-重要信息 */
  color: #080b19;
  margin-bottom: 12px;
  font-family: "PingFang SC";
}
.dataReport-module--modal--XG74z .dataReport-module--formtitle-error--Czh1a {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.dataReport-module--modal--XG74z .dataReport-module--formtitle--iDSxB > i {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.dataReport-module--modal--XG74z .dataReport-module--keyword--\+vkFH {
  display: flex;
}
.dataReport-module--modal--XG74z .dataReport-module--keyword--\+vkFH .dataReport-module--origin--1T9bV .ant-select-arrow {
  display: none;
}
.dataReport-module--modal--XG74z .dataReport-module--keyword--\+vkFH .dataReport-module--origin--1T9bV .ant-select-selection-placeholder {
  color: #bfbfbf;
}

.dataReport-module--cn-hscode--jhjqh {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dataReport-module--icon--NMwKG {
  color: #6f7485;
}

.dataReport-module--hotKey--Gaw-8 {
  max-width: 990px;
  padding: 0 68px;
  margin: 18px auto;
}
.dataReport-module--hotKey-title--FTKna {
  padding: 20px;
  background: linear-gradient(180deg, #deecff 0%, rgba(255, 255, 255, 0) 100%);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dataReport-module--hotKey--Gaw-8 .ant-table-thead tr th {
  background-color: #f8f9fa !important;
  background-color: var(--Fill-1, #f8f9fa) !important;
  color: #747a8c !important;
}
.dataReport-module--hotKey--Gaw-8 .ant-table-tbody .odd:hover {
  background-color: #f6f7fa !important;
}
.dataReport-module--hotKey--Gaw-8 .ant-table-tbody tr:hover {
  background-color: #f6f7fa !important;
  cursor: pointer;
}

.dataReport-module--productOption--tHxYE section {
  display: flex;
  gap: 12px;
  align-items: center;
}
.dataReport-module--productOption--tHxYE .dataReport-module--product--eyskM {
  width: calc(100% - 64px);
}
.dataReport-module--productOption--tHxYE .sirius-select-ui-checkbox {
  display: none;
}
.index-module--trade-analysis--590j2 {
  padding: 0 80px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #e9eaf9 0%, rgba(255, 255, 255, 0) 100%), #f6f7fa;
}
.index-module--trade-analysis--590j2.index-module--is-electron--dFIXb {
  padding: 0 16px 16px;
}
.index-module--trade-analysis--590j2.index-module--is-electron--dFIXb .index-module--body--WiYic .index-module--report-section--5Kczc:last-child {
  margin-bottom: 0;
}
.index-module--trade-analysis--590j2.index-module--is-windows--r7MJX .index-module--header--P\+m7F {
  margin-top: 32px;
}
.index-module--trade-analysis--590j2.index-module--isAiTeam--rA6dA {
  padding: 0 20px;
}
.index-module--trade-analysis--590j2 .index-module--header--P\+m7F {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 12px;
}
.index-module--trade-analysis--590j2 .index-module--header--P\+m7F .index-module--back--e-YEN {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-module--trade-analysis--590j2 .index-module--header--P\+m7F .index-module--back--e-YEN .index-module--icon--kHi2E {
  font-size: 16px;
  margin-right: 12px;
}
.index-module--trade-analysis--590j2 .index-module--header--P\+m7F .index-module--back--e-YEN .index-module--text--zjQk7 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.index-module--trade-analysis--590j2 .index-module--fetching--wjx5g {
  margin: 180px auto;
}
.index-module--trade-analysis--590j2 .index-module--empty--p8kOc {
  padding: 131px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 4px;
  background-color: #fff;
}
.index-module--trade-analysis--590j2 .index-module--empty--p8kOc .index-module--icon--kHi2E {
  margin-bottom: 16px;
}
.index-module--trade-analysis--590j2 .index-module--empty--p8kOc .index-module--text--zjQk7 {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 14px;
  line-height: 22px;
}
.index-module--trade-analysis--590j2 .index-module--body--WiYic {
  flex-grow: 1;
  overflow: auto;
}
.index-module--trade-analysis--590j2 .index-module--body--WiYic .index-module--report-section--5Kczc + .index-module--report-section--5Kczc {
  margin-top: 17px;
}
.index-module--trade-analysis--590j2 .index-module--body--WiYic .index-module--report-section--5Kczc:last-child {
  margin-bottom: 45px;
}
.index-module--trade-analysis-detail--FBp9T {
  padding: 0 80px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #e9eaf9 0%, rgba(255, 255, 255, 0) 100%), #f6f7fa;
}
.index-module--trade-analysis-detail--FBp9T.index-module--is-electron--Xemej {
  padding: 0 16px 16px;
}
.index-module--trade-analysis-detail--FBp9T.index-module--is-windows--v5xFM .index-module--header--xbjdb {
  margin-top: 32px;
}
.index-module--trade-analysis-detail--FBp9T.index-module--isAiTeam--nfaz3 {
  padding: 0 20px;
}
.index-module--trade-analysis-detail--FBp9T .index-module--header--xbjdb {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 16px;
}
.index-module--trade-analysis-detail--FBp9T .index-module--header--xbjdb .index-module--back--23T1g {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-module--trade-analysis-detail--FBp9T .index-module--header--xbjdb .index-module--back--23T1g .index-module--icon--bSzmJ {
  font-size: 16px;
  margin-right: 12px;
}
.index-module--trade-analysis-detail--FBp9T .index-module--header--xbjdb .index-module--back--23T1g .index-module--text--48Rip {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.index-module--trade-analysis-detail--FBp9T .index-module--fetching--X-tGu {
  margin: 180px auto;
}
.index-module--trade-analysis-detail--FBp9T .index-module--empty--nJcNm {
  padding: 131px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 4px;
  background-color: #fff;
}
.index-module--trade-analysis-detail--FBp9T .index-module--empty--nJcNm .index-module--icon--bSzmJ {
  margin-bottom: 16px;
}
.index-module--trade-analysis-detail--FBp9T .index-module--empty--nJcNm .index-module--text--48Rip {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 14px;
  line-height: 22px;
}
.index-module--trade-analysis-detail--FBp9T .index-module--body--pG8ZB {
  flex-grow: 1;
  overflow: auto;
}
@charset "UTF-8";
.CountrySelector-module--my-dropdown--cwrHR {
  padding: 8px;
  display: flex;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #e1e3e8;
  border-bottom: 1px solid var(--Line-3, #e1e3e8);
  align-items: center;
  gap: 20px;
  width: 358px;
}
.CountrySelector-module--my-dropdown--cwrHR .CountrySelector-module--radio-item--eAxa1 {
  cursor: pointer;
  width: 60px;
  height: 24px;
  border-radius: 16px;
  background: #f6f7fa;
  background: var(---Fill-2, #f6f7fa);
  text-align: center;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.CountrySelector-module--my-dropdown--cwrHR .CountrySelector-module--radio-item-active--5FW2l {
  border: 1px solid #4c6aff;
  border: 1px solid var(---Brand-6, #4c6aff);
  background: #eff2ff;
  background: var(---Brand-2-, #eff2ff);
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.CountrySelector-module--placeholder-light--PFBDj {
  width: 430px;
}
.CountrySelector-module--placeholder-light--PFBDj .sirius-cascader-select-selection-placeholder {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.CountrySelector-module--placeholder-light--PFBDj .sirius-cascader-select-selection-item-remove .sirius-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.CountrySelector-module--dropdown-wrap--mCT-I .sirius-cascader-menu-item {
  width: 222px;
}
.CountrySelector-module--dropdown-wrap--mCT-I .sirius-cascader-menu-item-expand {
  width: 134px !important;
}
.country-module--country-wrap--YvgUT {
  background-color: #fff;
}
.country-module--country-wrap--YvgUT .country-module--title--aAe0q {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.country-module--country-wrap--YvgUT .country-module--txt--qCqD9 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.country-module--country-wrap--YvgUT .sirius-cascader-select-selection-overflow {
  overflow-y: hidden;
}
.country-module--country-wrap--YvgUT .ant-form-item-label {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin-bottom: 8px;
}
.country-module--country-wrap--YvgUT .ant-form-item {
  margin: 0;
}
.country-module--country-wrap--YvgUT .sirius-cascader-select {
  width: 100%;
}
.country-module--country-wrap--YvgUT .sirius-cascader-select-selector {
  background-color: #f6f7fa !important;
  background-color: var(--Fill-2, #f6f7fa) !important;
  border: none !important;
}
.country-module--country-wrap--YvgUT .sirius-cascader-select-selection-search-input {
  height: 28px;
}
.country-module--country-wrap--YvgUT .sirius-cascader-select-selection-placeholder {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.country-module--country-wrap--YvgUT .sirius-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.country-module--country-wrap--YvgUT .sirius-cascader-select-selection-item {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.country-module--country-wrap--YvgUT .sirius-cascader-select-clear {
  background-color: transparent;
}
.country-module--country-wrap--YvgUT .ant-form-item-control {
  height: 36px;
  justify-content: center;
}
.country-module--country-wrap--YvgUT .sirius-cascader-select .sirius-cascader-select-selector {
  background-color: #fff !important;
  border: 1px solid #ebedf2 !important;
  border: 1px solid var(--Line-2, #ebedf2) !important;
}
.country-module--country-wrap--YvgUT .sirius-cascader-select-focused .sirius-cascader-select-selector {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
}
.country-module--country-wrap--YvgUT .country-module--country-selector-wrap--ZXLsY {
  position: relative;
}
.country-module--country-wrap--YvgUT .country-module--country-selector-wrap--ZXLsY .country-module--disabled--0SZXz {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}
.companyMainProduct-module--company-main-product--Q2R-8 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.companyMainProduct-module--company-main-product--Q2R-8 .ant-form-item:not(.ant-form-item-with-help) {
  margin-bottom: 16px;
}
.companyMainProduct-module--company-main-product--Q2R-8 .ant-form-item-explain {
  min-height: auto;
  font-size: 12px !important;
  line-height: 1 !important;
  margin-top: 4px !important;
}
.companyMainProduct-module--company-main-product--Q2R-8 .ant-form-item-label label::before {
  display: none !important;
}
.companyMainProduct-module--company-main-product--Q2R-8 .ant-select-selector {
  border-color: #ebedf2 !important;
  border-color: var(--Line-2, #ebedf2) !important;
}
.companyMainProduct-module--company-main-product--Q2R-8 .ant-select-focused .ant-select-selector {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--create-select--MtGPA {
  background-color: #fff;
  position: relative;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--create-select--MtGPA .ant-select-multiple .ant-select-selection-placeholder {
  top: 15px;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--create-select--MtGPA .ant-select-multiple .ant-select-selection-placeholder {
  top: 21px;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--create-select--MtGPA .ant-select-selector {
  height: 96px;
  overflow: hidden;
  padding: 9px 91px 9px 12px !important;
  align-items: flex-start !important;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--create-select--MtGPA .ant-select-selector .ant-select-selection-overflow {
  max-height: 76px !important;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--create-select--MtGPA .ant-form-item-label {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--edit-select--CUcji .ant-select-selector {
  min-height: 46px;
  width: 100%;
  background-color: #fff !important;
  padding-right: 100px !important;
  overflow: hidden;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--edit-select--CUcji .ant-select-selection-item {
  background-color: #f0f2f7 !important;
  background-color: var(--Fill-2_5, #f0f2f7) !important;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--name--9xbMr {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  display: inline-block;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--desc--G4A1U {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--ai--167on {
  position: absolute;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--disabled--btQX4 {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--text--GbypT {
  background: linear-gradient(0deg, rgb(44, 72, 214) 0%, rgb(80, 32, 217) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--preview--vgZm7 {
  background-color: #fff;
  margin-bottom: 16px;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--preview--vgZm7 .companyMainProduct-module--title--DJmxw {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--preview--vgZm7 .companyMainProduct-module--txt--T358a {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--create-select--MtGPA .companyMainProduct-module--ai--167on {
  right: 8px;
  top: 86px;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--edit-select--CUcji .companyMainProduct-module--ai--167on {
  right: 8px;
  top: 41px;
}
.companyMainProduct-module--company-main-product--Q2R-8 .companyMainProduct-module--edit-select--CUcji .companyMainProduct-module--title--DJmxw {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}

.companyMainProduct-module--gpt-rcmd-modal--aaZS7 .ant-modal-body {
  padding: 0 !important;
}
.customerMainProduct-module--customer-main-product--YnqJ3 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.customerMainProduct-module--customer-main-product--YnqJ3 :golbal(.customerMainProduct-module--ant-form--Pcjcd) {
  position: relative;
}
.customerMainProduct-module--customer-main-product--YnqJ3 .ant-form-item {
  margin-bottom: 0;
}
.customerMainProduct-module--customer-main-product--YnqJ3 .ant-form-item-label {
  padding-bottom: 4px;
}
.customerMainProduct-module--customer-main-product--YnqJ3 .ant-form-item-label label {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.customerMainProduct-module--customer-main-product--YnqJ3 .customerMainProduct-module--feature--XqSSh {
  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;
  gap: 4px;
}
.customerMainProduct-module--customer-main-product--YnqJ3 .customerMainProduct-module--feature-item--WEbJR {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 4px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 12px;
}
.customerMainProduct-module--customer-main-product--YnqJ3 .customerMainProduct-module--feature-checkbox--SJ9Lk,
.customerMainProduct-module--customer-main-product--YnqJ3 .customerMainProduct-module--feature-desc--0TTQk {
  display: flex;
  align-items: center;
  gap: 4px;
}
.customerMainProduct-module--customer-main-product--YnqJ3 .customerMainProduct-module--feature-checkbox--SJ9Lk {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.customerMainProduct-module--customer-main-product--YnqJ3 .customerMainProduct-module--feature-desc--0TTQk {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  white-space: nowrap;
}
.customerMainProduct-module--customer-main-product--YnqJ3 .customerMainProduct-module--feature-left--pHCc2 {
  width: 164px;
}
.customerMainProduct-module--customer-main-product--YnqJ3 .customerMainProduct-module--feature-right--v9snN {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow: hidden;
}
.customerMainProduct-module--customer-main-product--YnqJ3 .customerMainProduct-module--feature-right--v9snN .ant-select-selector {
  min-height: 46px;
  width: 100%;
  border: none !important;
  padding-right: 100px !important;
  overflow: hidden;
}
.customerMainProduct-module--customer-main-product--YnqJ3 .customerMainProduct-module--feature-right--v9snN .ant-select-selection-item {
  background-color: #f0f2f7 !important;
  background-color: var(--Fill-2_5, #f0f2f7) !important;
}
.customerMainProduct-module--customer-main-product--YnqJ3 .customerMainProduct-module--ai--CAobj {
  position: absolute;
  right: 8px;
  top: 37px;
}
.customerMainProduct-module--customer-main-product--YnqJ3 .customerMainProduct-module--text--6g9Im {
  background: linear-gradient(0deg, rgb(44, 72, 214) 0%, rgb(80, 32, 217) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.customerMainProduct-module--customer-main-product--YnqJ3 .customerMainProduct-module--disabled--BBMTE {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}

.customerMainProduct-module--gpt-rcmd-modal--hlGl- .ant-modal-body {
  padding: 0 !important;
}
.estimateQuantity-module--estimate-quantity--YRkt5 .estimateQuantity-module--trend-map--0IEF\+ {
  display: flex;
  flex-direction: column;
}
.estimateQuantity-module--estimate-quantity--YRkt5 .estimateQuantity-module--trend-map--0IEF\+ .estimateQuantity-module--trend-label--gL44e {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.estimateQuantity-module--estimate-quantity--YRkt5 .estimateQuantity-module--trend-map--0IEF\+ .estimateQuantity-module--trend-box--IX3Pd {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
}
.estimateQuantity-module--estimate-quantity--YRkt5 .estimateQuantity-module--trend-map--0IEF\+ .estimateQuantity-module--trend-box--IX3Pd .estimateQuantity-module--trend-item--dqAXD {
  width: 20px;
  height: 12px;
  border-radius: 1px;
}
.estimateQuantity-module--estimate-quantity--YRkt5 .estimateQuantity-module--trend-map--0IEF\+ .estimateQuantity-module--trend-box--IX3Pd .estimateQuantity-module--trend-item-border--cXeV7 {
  border: 1px solid #000;
}
.estimateQuantity-module--estimate-quantity--YRkt5 .estimateQuantity-module--trend-map--0IEF\+ .estimateQuantity-module--trend-info--gvs3R {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
}
.estimateQuantity-module--estimate-quantity--YRkt5 .estimateQuantity-module--trend-intro--hJRQE {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et > :nth-child(2n) {
  padding-left: 8px;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et > :nth-child(2n+1) {
  padding-right: 8px;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et > :nth-child(1) {
  padding-bottom: 24px;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et > :nth-child(2) {
  padding-bottom: 24px;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II.mailEdit-module--check--YeHb4 .mailEdit-module--container--rmC4D,
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II.mailEdit-module--check--YeHb4.mailEdit-module--preview--z4aP9 .mailEdit-module--container--rmC4D {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  background-color: #fff;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II.mailEdit-module--preview--z4aP9 .mailEdit-module--container--rmC4D {
  background-color: #fff;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II.mailEdit-module--preview--z4aP9 .mailEdit-module--container--rmC4D:hover {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II {
  width: 50%;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II .mailEdit-module--title--H9LVn {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II .mailEdit-module--title--H9LVn .mailEdit-module--txt--AtItB {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II .mailEdit-module--title--H9LVn .mailEdit-module--interval--bBO4S {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 12px;
  background-color: #f0f2f7;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-left: 12px;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II .mailEdit-module--title--H9LVn i {
  display: inline-block;
  width: 3px;
  height: 12px;
  border-radius: 2px;
  margin-right: 4px;
  background: linear-gradient(180deg, #4d6aff 0%, #9c40ff 78%, #ca40ff 100%);
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II .mailEdit-module--title--H9LVn .sirius-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 14px;
  width: 14px;
  margin-right: 4px;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II .mailEdit-module--title--H9LVn .mailEdit-module--edit--JFrmH {
  margin-left: 8px;
  height: 24px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II .mailEdit-module--title--H9LVn .mailEdit-module--input--kxo8j {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-left: 12px;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II .mailEdit-module--title--H9LVn .mailEdit-module--input--kxo8j input {
  width: 72px;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II .mailEdit-module--container--rmC4D {
  padding: 12px 16px 0 16px;
  border-radius: 4px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  height: 94px;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II .mailEdit-module--container--rmC4D.mailEdit-module--disabled-wrap--jQhnP:hover {
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II .mailEdit-module--container--rmC4D:hover {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II .mailEdit-module--container--rmC4D .mailEdit-module--subject--vDvwd {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II .mailEdit-module--container--rmC4D .mailEdit-module--content--ARxkZ {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II .mailEdit-module--container--rmC4D .mailEdit-module--empty-txt--4INpf {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.mailEdit-module--mail-edit-wrap--Zb\+Et .mailEdit-module--item--wN5II .mailEdit-module--container--rmC4D .mailEdit-module--disabled--pO0p5 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}
.index-module--itemTip--k7vcb {
  color: #fff;
  font-family: "PingFang SC";
  padding: 1px 2px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 120% */
  border-radius: 2px;
  background: #0fd683;
  background: var(--Success-6, #0fd683);
}

.index-module--_label--Ju9aj, .index-module--activeLabel--9iwvh, .index-module--primaryLabel--jAVZV {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.index-module--activeLabel--9iwvh {
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.index-module--radioItem--vF7Si {
  display: inline-flex;
}
.index-module--radioItem--vF7Si > span:nth-child(2) {
  padding: 0 4px 0 4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.index-module--intelligentBox--Er6Hw {
  display: flex;
  padding: 12px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  margin-top: 8px;
}
.index-module--intelligentBox--Er6Hw > span:nth-child(1) {
  height: 28px;
  flex-shrink: 0;
}

.index-module--keepCurrentBox--3rzwY {
  display: flex;
  padding: 6px 12px;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  border-radius: 4px;
  background: rgba(76, 106, 255, 0.09);
  margin-top: 8px;
}
.index-module--keepCurrentBox--3rzwY > span:nth-child(1) {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0;
  line-height: 16px !important;
  margin-top: 2px;
}
.index-module--keepCurrentBox--3rzwY > span:nth-child(1) svg {
  width: 100%;
  height: 100%;
}
.index-module--keepCurrentBox--3rzwY > span:nth-child(1) circle {
  fill: #4c6aff;
}

.index-module--_text--LB-ex, .index-module--keepCurrentText--Zqh9V, .index-module--intelligentText--4yBOs {
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.index-module--intelligentText--4yBOs {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  padding-top: 6px;
}

.index-module--keepCurrentText--Zqh9V {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  line-height: 20px;
}

.index-module--improveValue--E2Xww {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
  font-family: LX-numbers;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  vertical-align: -2px;
  line-height: 28px;
}

.index-module--improveSymbol---i0ee {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--title--fDiYK h3 {
  margin: 0;
  padding: 0;
  color: #232d47;
  color: var(-----Text-5-, #232d47);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
.index-module--title--fDiYK span {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.index-module--desc-text--bPC9Z, .index-module--descNumber--UqsxP, .index-module--desc--rML9x {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.index-module--desc--rML9x {
  border-radius: 4px;
  background: linear-gradient(270deg, #faf6ff 1.39%, #f3f7ff 98.45%);
  padding: 12px 16px;
}
.index-module--desc--rML9x p {
  margin: 0;
  padding: 0;
}

.index-module--descNumber--UqsxP {
  font-family: LX-numbers;
}

.index-module--regionTitle--qn-pS {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 32px;
}

.index-module--checkbox--sENGj {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}
.index-module--checkbox--sENGj > label {
  margin-right: 4px;
}

.index-module--modal--dx53l {
  max-height: 680px !important;
}
.index-module--modal--dx53l .ant-modal-footer {
  border-top: 1px solid #f0f1f5;
  border-top: 1px solid var(--Line-1, #f0f1f5);
}
.index-module--modal--dx53l .ant-modal-body {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  padding-right: 14px !important;
}
.index-module--modal--dx53l .ant-modal-body::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--modal--dx53l .ant-modal-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--modal--dx53l .ant-modal-body:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--modal--dx53l .ant-modal-body:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--modal--dx53l .ant-modal-body:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--modal--dx53l .ant-modal-body:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--modal--dx53l .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--modal--dx53l .ant-modal-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--modal--dx53l .ant-modal-body:hover::-webkit-scrollbar-corner {
  display: none;
}

@media screen and (max-height: 800px) {
  .index-module--modal--dx53l > .ant-modal-content > .ant-modal-body {
    max-height: 70.5vh !important;
  }
}
@media screen and (min-height: 800px) {
  .index-module--modal--dx53l > .ant-modal-content > .ant-modal-body {
    max-height: 564px !important;
  }
}
.index-module--compItem--kGH0L {
  margin-top: 12px;
}
.index-module--compItem--kGH0L + .index-module--compItem--kGH0L {
  margin-top: 28px;
}

.index-module--tip--s4FCO {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.index-module--confirmModal--PbKrT .ant-modal-confirm-title {
  margin-left: 0 !important;
}
.index-module--confirmModal--PbKrT .ant-modal-confirm-title > div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.index-module--rotateElement--sOCsM {
  animation: index-module--rotate--OrLR2 2s infinite linear;
}

@keyframes index-module--rotate--OrLR2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.index-module--reportDetail--fLfz5 .index-module--text--McaE3 {
  font-family: PingFang SC;
}
.index-module--reportDetail--fLfz5 .index-module--number--808Ya {
  font-family: LX-numbers;
  margin: 0 0.3em;
}
.index-module--reportDetail--fLfz5 .index-module--action--H\+\+0i {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.index-module--reportDetail--fLfz5 .index-module--action--H\+\+0i .index-module--actionText--l6C3N {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 14px;
  line-height: 22px;
}
.index-module--reportDetail--fLfz5 .index-module--sectionTitle--M1dXc {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.index-module--reportDetail--fLfz5 .index-module--sectionTitle--M1dXc::before {
  content: "";
  width: 3px;
  height: 12px;
  border-radius: 2px;
  background: linear-gradient(97deg, #515aff 1.51%, #8766ff 77.1%, #a866ff 98.42%);
}
.index-module--reportDetail--fLfz5 .index-module--workInfoContent--Jpnlh .index-module--row--j3aJe {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 14px;
  line-height: 22px;
}
.index-module--reportDetail--fLfz5 .index-module--workInfoContent--Jpnlh .index-module--row--j3aJe + .index-module--row--j3aJe {
  margin-top: 12px;
}
.index-module--reportDetail--fLfz5 .index-module--workInfoContent--Jpnlh .index-module--placeholder--Wjl9J {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  line-height: 22px;
}
.index-module--reportDetail--fLfz5 .index-module--analysisInfoContent--eosLq .index-module--item--nhmZE .index-module--rows--evkQw {
  margin-top: 8px;
}
.index-module--reportDetail--fLfz5 .index-module--analysisInfoContent--eosLq .index-module--item--nhmZE .index-module--rows--evkQw .index-module--row--j3aJe .index-module--text--McaE3 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  line-height: 22px;
}
.index-module--reportDetail--fLfz5 .index-module--analysisInfoContent--eosLq .index-module--item--nhmZE .index-module--rows--evkQw .index-module--row--j3aJe .index-module--action--H\+\+0i {
  margin-top: 12px;
}
.index-module--reportDetail--fLfz5 .index-module--analysisInfoContent--eosLq .index-module--item--nhmZE .index-module--rows--evkQw .index-module--row--j3aJe + .index-module--row--j3aJe {
  margin-top: 8px;
}
.index-module--reportDetail--fLfz5 .index-module--analysisInfoContent--eosLq .index-module--item--nhmZE + .index-module--item--nhmZE {
  margin-top: 32px;
}
.index-module--reportDetail--fLfz5 .index-module--analysisInfoContent--eosLq .index-module--placeholder--Wjl9J {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  line-height: 22px;
}
.index-module--reportDetail--fLfz5 .index-module--workInfo--cHdqv {
  padding: 16px;
  border-radius: 4px;
  background: linear-gradient(270deg, rgba(248, 241, 255, 0.7) 1.39%, rgba(240, 240, 255, 0.7) 63.51%, rgba(233, 235, 255, 0.7) 97.82%);
}
.index-module--reportDetail--fLfz5 .index-module--workInfo--cHdqv .index-module--header--bLYKW {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.index-module--reportDetail--fLfz5 .index-module--workInfo--cHdqv .index-module--header--bLYKW .index-module--headerTitle--orVlZ {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.index-module--reportDetail--fLfz5 .index-module--workInfo--cHdqv .index-module--header--bLYKW .index-module--workingDays--lAyjs {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.index-module--reportDetail--fLfz5 .index-module--workInfo--cHdqv .index-module--body--GDwlb {
  display: flex;
}
.index-module--reportDetail--fLfz5 .index-module--workInfo--cHdqv .index-module--body--GDwlb .index-module--base--U8gri {
  flex-shrink: 0;
  width: 32%;
  margin-right: 16px;
}
.index-module--reportDetail--fLfz5 .index-module--workInfo--cHdqv .index-module--body--GDwlb .index-module--marketing--\+VuLQ {
  flex-grow: 1;
}
.index-module--reportDetail--fLfz5 .index-module--workInfo--cHdqv .index-module--body--GDwlb .index-module--base--U8gri,
.index-module--reportDetail--fLfz5 .index-module--workInfo--cHdqv .index-module--body--GDwlb .index-module--marketing--\+VuLQ {
  padding: 24px;
  border-radius: 4px;
  background-color: #fff;
}
.index-module--reportDetail--fLfz5 .index-module--workInfo--cHdqv .index-module--body--GDwlb .index-module--base--U8gri .index-module--sectionContent--nSS6A,
.index-module--reportDetail--fLfz5 .index-module--workInfo--cHdqv .index-module--body--GDwlb .index-module--marketing--\+VuLQ .index-module--sectionContent--nSS6A {
  margin-top: 12px;
}
.index-module--reportDetail--fLfz5 .index-module--workInfo--cHdqv .index-module--noWorkTip--NwVTs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px;
  background-color: #fff;
}
.index-module--reportDetail--fLfz5 .index-module--workInfo--cHdqv .index-module--noWorkTip--NwVTs .index-module--text--McaE3 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  line-height: 22px;
  flex-wrap: wrap;
}
.index-module--reportDetail--fLfz5 .index-module--workInfo--cHdqv .index-module--noWorkTip--NwVTs .index-module--action--H\+\+0i {
  flex-shrink: 0;
}
.index-module--reportDetail--fLfz5 .index-module--analysisInfoTitle--rUs3M {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 28px 0 12px;
}
.index-module--reportDetail--fLfz5 .index-module--analysisInfo--e77wg {
  display: flex;
  gap: 16px;
}
.index-module--reportDetail--fLfz5 .index-module--analysisInfo--e77wg .index-module--base--U8gri {
  width: 50%;
}
.index-module--reportDetail--fLfz5 .index-module--analysisInfo--e77wg .index-module--marketing--\+VuLQ {
  width: 50%;
}
.index-module--reportDetail--fLfz5 .index-module--analysisInfo--e77wg .index-module--base--U8gri,
.index-module--reportDetail--fLfz5 .index-module--analysisInfo--e77wg .index-module--marketing--\+VuLQ {
  padding: 24px 32px;
  border-radius: 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
}
.index-module--reportDetail--fLfz5 .index-module--analysisInfo--e77wg .index-module--base--U8gri .index-module--header--bLYKW,
.index-module--reportDetail--fLfz5 .index-module--analysisInfo--e77wg .index-module--marketing--\+VuLQ .index-module--header--bLYKW {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.index-module--reportDetail--fLfz5 .index-module--analysisInfo--e77wg .index-module--base--U8gri .index-module--body--GDwlb,
.index-module--reportDetail--fLfz5 .index-module--analysisInfo--e77wg .index-module--marketing--\+VuLQ .index-module--body--GDwlb {
  margin-top: 16px;
}
.index-module--weekly-report---utH\+ {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #e9eaf9 0%, rgba(255, 255, 255, 0) 100%), #f6f7fa;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  width: 1320px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--header--JdlIP {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--header--JdlIP .index-module--back--ODt67 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--header--JdlIP .index-module--back--ODt67 .index-module--icon--YCRyy {
  font-size: 16px;
  margin-right: 8px;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--header--JdlIP .index-module--back--ODt67 .index-module--text--rFXFG {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--content--stizC {
  flex-grow: 1;
  padding: 8px 20px 20px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--content--stizC .index-module--tabs--kPYBB {
  flex-shrink: 0;
  margin-bottom: 20px;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--content--stizC .index-module--tabs--kPYBB .ant-tabs-tab {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--content--stizC .index-module--tabs--kPYBB .ant-tabs-tab:first-child {
  padding-left: 0 !important;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--content--stizC .index-module--tabs--kPYBB .ant-tabs-nav {
  border-bottom: 0.5px solid #ebedf2;
  border-bottom: 0.5px solid var(--Line-2, #ebedf2);
  margin-bottom: 0;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--content--stizC .index-module--tabs--kPYBB .ant-tabs-tab {
  margin-left: 0 !important;
  padding: 13px 12px !important;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--content--stizC .index-module--tabs--kPYBB .ant-tabs-tab-disabled:hover .ant-tabs-tab-btn {
  color: rgba(0, 0, 0, 0.25) !important;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--content--stizC .index-module--tabs--kPYBB.ant-tabs.index-module--first-tab-active--skB7o .ant-tabs-ink-bar::after {
  transform: translateX(calc(-50% - 8px)) !important;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--content--stizC .index-module--report-detail-wrapper--2\+1JC {
  flex-grow: 1;
  overflow: auto;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--content--stizC .index-module--report-detail-wrapper--2\+1JC .index-module--empty-wrapper--QFQs2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--content--stizC .index-module--report-detail-wrapper--2\+1JC .index-module--empty-wrapper--QFQs2 .index-module--icon--YCRyy {
  margin-bottom: 16px;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--content--stizC .index-module--report-detail-wrapper--2\+1JC .index-module--empty-wrapper--QFQs2 .index-module--text--rFXFG {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  line-height: 22px;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--content--stizC .index-module--report-detail-wrapper--2\+1JC .index-module--loading-wrapper--1tC4S {
  padding-top: 180px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  width: 254px;
  max-height: 100%;
  overflow: hidden;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 4px;
  background-color: #fff;
  margin-left: 16px;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--avatar--HNp1w {
  flex-shrink: 0;
  display: block;
  width: 100%;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--title--NBjEf {
  flex-shrink: 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 12px;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--desc--blZfQ {
  flex-shrink: 0;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 14px;
  line-height: 22px;
  margin-top: 12px;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ {
  margin-top: 26px;
  overflow: auto;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV {
  padding: 8px;
  display: flex;
  align-items: flex-start;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV.index-module--active--jhgpb {
  cursor: default;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV.index-module--active--jhgpb, .index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV:hover {
  background: linear-gradient(90deg, #f5f4ff 0%, rgba(245, 244, 255, 0) 100%);
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV.index-module--active--jhgpb .index-module--icon--YCRyy, .index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV:hover .index-module--icon--YCRyy, .index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV.index-module--is-unread--FV\+qY .index-module--icon--YCRyy {
  color: #6557ff;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV.index-module--active--jhgpb .index-module--report-title-text--iAg\+E, .index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV:hover .index-module--report-title-text--iAg\+E, .index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV.index-module--is-unread--FV\+qY .index-module--report-title-text--iAg\+E {
  background: linear-gradient(90deg, #3a43ee 0.08%, #772cd8 99.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV .index-module--icon--YCRyy {
  flex-shrink: 0;
  margin: 2px 8px 0 0;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV .index-module--report-content--Im7FW {
  flex-grow: 1;
  overflow: hidden;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV .index-module--report-content--Im7FW .index-module--report-title--YFJ0K {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV .index-module--report-content--Im7FW .index-module--report-title--YFJ0K .index-module--report-title-text--iAg\+E {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV .index-module--report-content--Im7FW .index-module--report-title--YFJ0K .index-module--unread-dot--NAdMc {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fe5b4c;
  background-color: var(--Error-6, #fe5b4c);
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV .index-module--report-content--Im7FW .index-module--report-time--z7RLF {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 8px;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--reports-wrapper--MtANN .index-module--reports--XoSOQ .index-module--report--nfogV + .index-module--report--nfogV {
  margin-top: 12px;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--pagination--Dbrmc {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
  background-color: #fff;
  margin: 16px 0 -8px 4px;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--pagination--Dbrmc .index-module--prev--80HLL,
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--pagination--Dbrmc .index-module--next--cR-aQ {
  display: flex;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
  cursor: pointer;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--pagination--Dbrmc .index-module--prev--80HLL.index-module--disabled--DQB\+Z,
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--pagination--Dbrmc .index-module--next--cR-aQ.index-module--disabled--DQB\+Z {
  color: #e1e3e8;
  color: var(--Line-3, #e1e3e8);
  pointer-events: none;
  cursor: not-allowed;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--pagination--Dbrmc .index-module--prev--80HLL {
  padding: 5px 11px 5px 3px;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--pagination--Dbrmc .index-module--next--cR-aQ {
  padding: 5px 3px 5px 11px;
}
.index-module--weekly-report---utH\+ .index-module--container--oe2JM .index-module--body--zrHSy .index-module--sidebar--QHxEu .index-module--pagination--Dbrmc .index-module--divider--hET\+V {
  width: 1px;
  height: 10px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.index-module--container--q1faH {
  width: 239px;
  height: 100%;
  background: #fafbff;
  font-family: "PingFang SC";
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-module--container--q1faH.index-module--collapse--FlFx0 {
  width: 100%;
}
.index-module--container--q1faH.index-module--collapse--FlFx0 > div:nth-child(1) {
  padding: 16px 8px;
}
.index-module--container--q1faH > div:nth-child(1) {
  flex-grow: 1;
  padding: 24px 16px 0px 16px;
}

.index-module--itemWrap--9a59r {
  height: 60px;
  display: flex;
  gap: 12px;
  padding: 9px 12px;
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
}
.index-module--itemWrap--9a59r.index-module--collapse--FlFx0 {
  padding: 8px;
}
.index-module--itemWrap--9a59r h3 {
  margin: 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.index-module--itemWrap--9a59r .index-module--avatorWrap--H9XIj {
  display: inline-flex;
  position: relative;
}
.index-module--itemWrap--9a59r .index-module--avatorWrap--H9XIj .index-module--dot--xy6LO {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.index-module--itemWrap--9a59r .index-module--introWrap--sUTUK {
  display: inline-flex;
  align-items: flex-start;
  justify-content: left;
  flex-direction: column;
}
.index-module--itemWrap--9a59r .index-module--introWrap--sUTUK span {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.index-module--itemWrap--9a59r.index-module--active--FdOb- h3,
.index-module--itemWrap--9a59r.index-module--active--FdOb- .index-module--introWrap--sUTUK span {
  color: #7857e6;
  color: var(--AI-AI-Text-2-5-hover, #7857e6);
}
.index-module--itemWrap--9a59r.index-module--active--FdOb- {
  background: #ebedff;
}
.index-module--itemWrap--9a59r:hover {
  background: #ebedff;
}

.index-module--itemWrap--9a59r + .index-module--itemWrap--9a59r {
  margin-top: 12px;
}

.index-module--itemWrap--9a59r.index-module--collapse--FlFx0 + .index-module--itemWrap--9a59r.index-module--collapse--FlFx0 {
  margin-top: 4px;
}

.index-module--__footer--krJhX, .index-module--expandFooter---IMcH > div, .index-module--collapseFooter--7Y68i > div {
  border-top: 1px solid #f0f1f5;
  border-top: 1px solid var(--Line-1, #f0f1f5);
  padding: 16px 0;
  display: flex;
  align-items: center;
}
.index-module--__footer--krJhX .sirius-icon, .index-module--expandFooter---IMcH > div .sirius-icon, .index-module--collapseFooter--7Y68i > div .sirius-icon {
  cursor: pointer;
}

.index-module--collapseFooter--7Y68i {
  padding: 0 16px 4px 16px;
}
.index-module--collapseFooter--7Y68i > div {
  flex-direction: column;
  gap: 20px;
}

.index-module--rotate--LtQ69 {
  transform: rotate(180deg);
}

.index-module--expandFooter---IMcH {
  padding: 0 16px 4px 16px;
}
.index-module--expandFooter---IMcH > div {
  justify-content: space-between;
}
.index-module--expandFooter---IMcH > div > div:nth-child(1) {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  gap: 8px;
  display: inline-flex;
  align-items: center;
}

.index-module--workOverviewIcon--MIxLB {
  width: 42px;
  height: 42px;
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
}
.index-module--workOverviewIcon--MIxLB > div {
  display: inline-flex;
}

.index-module--expandBtn--CeTy- {
  cursor: pointer;
}

.index-module--collapseBtn---bYxD {
  cursor: pointer;
}

.index-module--statusDot--R4bsW {
  box-sizing: content-box;
  width: 7px;
  height: 7px;
  border: 1.6px solid #fff;
  background: #c9cbd6;
  background: var(--Fill-5, #c9cbd6);
  border-radius: 50%;
}
.index-module--statusDot--R4bsW.index-module--working--es81m {
  background: #0dc076;
  background: var(--Success-7, #0dc076);
}
.index-module--statusDot--R4bsW.index-module--active--FdOb- {
  border-color: #e7eeff;
}

.index-module--menuLayoutContainer--vK5Ww {
  width: 240px;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
  border-right: 1px solid #fff;
  background: #fafbff;
  flex-shrink: 0;
}
.index-module--menuLayoutContainer--vK5Ww.index-module--collapse--FlFx0 {
  width: 74px;
}
@charset "UTF-8";
.index-module--todayText--K5Cqn, .index-module--today--sPiZt > span:first-child {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-overflow: ellipsis;
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
}

.index-module--marketing--wk6uB {
  display: flex;
  gap: 2px;
  align-items: center;
}
.index-module--marketing-week--H0NYi {
  display: flex;
}
.index-module--marketing--wk6uB > span:first-child {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
.index-module--marketing--wk6uB > span:nth-child(2) {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 166.667% */
  flex-shrink: 0;
}

.index-module--winCount--D9qZV > span:nth-child(2) {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  flex-shrink: 0;
  transform: translateY(2px);
}

.index-module--future--yPoSg:not(.index-module--noWork--dalrF) {
  background: #f6f7fa;
}
.index-module--future--yPoSg:not(.index-module--noWork--dalrF) > span:first-child {
  color: #747a8c;
  color: var(--Text-3, var(---, #747a8c));
}
.index-module--future--yPoSg:not(.index-module--noWork--dalrF) > span:nth-child(2) {
  color: #747a8c;
  color: var(--Text-3, var(---, #747a8c));
}

.index-module--today--sPiZt > span:first-child {
  font-weight: 500;
}
@charset "UTF-8";
.index-module--todayText--P3DK0, .index-module--baseEvent--J31Dz.index-module--today--MQNfN:not(.index-module--noWork--N8o7K) > span:nth-child(2), .index-module--baseEvent--J31Dz.index-module--today--MQNfN:not(.index-module--noWork--N8o7K) > span:first-child {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-overflow: ellipsis;
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
}

.index-module--baseEvent--J31Dz {
  padding: 3px 10px;
  height: 26px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 2px;
  border-radius: 2px;
  width: 100%;
  background: #f1f2ff;
}
.index-module--baseEvent--J31Dz > span:first-child {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
.index-module--baseEvent--J31Dz > span:nth-child(2) {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 166.667% */
  flex-shrink: 0;
}
.index-module--baseEvent--J31Dz.index-module--future--aXNen:not(.index-module--noWork--N8o7K) {
  background: #f6f7fa;
}
.index-module--baseEvent--J31Dz.index-module--future--aXNen:not(.index-module--noWork--N8o7K) > span:first-child {
  color: #747a8c;
  color: var(--Text-3, var(---, #747a8c));
}
.index-module--baseEvent--J31Dz.index-module--future--aXNen:not(.index-module--noWork--N8o7K) > span:nth-child(2) {
  color: #747a8c;
  color: var(--Text-3, var(---, #747a8c));
}
.index-module--baseEvent--J31Dz.index-module--today--MQNfN.index-module--noWork--N8o7K > span {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--baseEvent--J31Dz.index-module--today--MQNfN:not(.index-module--noWork--N8o7K) {
  padding-left: 13px;
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-overflow: ellipsis;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  background: #f1f2ff;
  position: relative;
}
.index-module--baseEvent--J31Dz.index-module--today--MQNfN:not(.index-module--noWork--N8o7K)::before {
  content: " ";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 14px;
  border-radius: 1.5px;
  flex-shrink: 0;
  flex-grow: 0;
}
.index-module--baseEvent--J31Dz.index-module--today--MQNfN:not(.index-module--noWork--N8o7K) > span:first-child {
  font-weight: 500;
}
.index-module--baseEvent--J31Dz.index-module--today--MQNfN:not(.index-module--noWork--N8o7K) > span:nth-child(2) {
  font-family: LX-numbers;
  font-weight: 400;
}
.index-module--baseEvent--J31Dz.index-module--today--MQNfN:not(.index-module--noWork--N8o7K).index-module--blue--JxgM0::before {
  background: #5870e1;
}
.index-module--baseEvent--J31Dz.index-module--today--MQNfN:not(.index-module--noWork--N8o7K).index-module--lightBlue--YCEar::before {
  background: #599af5;
}
.index-module--baseEvent--J31Dz.index-module--today--MQNfN:not(.index-module--noWork--N8o7K).index-module--red--WcqOR::before {
  background: #d85dbb;
}
.index-module--baseEvent--J31Dz.index-module--today--MQNfN:not(.index-module--noWork--N8o7K).index-module--purple--E9chE::before {
  background: #954ee8;
}
.index-module--baseEvent--J31Dz.index-module--today--MQNfN:not(.index-module--noWork--N8o7K).index-module--linkedin--gT6\+k::before {
  background: #00a2e7;
}
.index-module--baseEvent--J31Dz.index-module--today--MQNfN:not(.index-module--noWork--N8o7K).index-module--facebook--Z3UbT::before {
  background: #3081f2;
}
.index-module--baseEvent--J31Dz.index-module--today--MQNfN:not(.index-module--noWork--N8o7K).index-module--selfCheck--8kbmz::before {
  background: #6144f0;
}
.index-module--baseEvent--J31Dz.index-module--black--CCx4w {
  border-left: 3px solid #545a6e !important;
  background: #f0f2f7 !important;
}
.index-module--modal--pkZ14 {
  padding: 20px;
}
.index-module--modal--pkZ14 .ant-modal-body {
  padding-top: 0px;
}
.index-module--modal--pkZ14 .index-module--modalContainer--4xVSv {
  height: 567px;
  overflow-y: scroll;
}
.index-module--modal--pkZ14 .index-module--modalItem--UiK5d {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}
.index-module--modal--pkZ14 .index-module--modalItem--UiK5d .index-module--modalContent--K7oRL .index-module--contentName--EUbV5 {
  color: #272e47;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.index-module--modal--pkZ14 .index-module--modalItem--UiK5d .index-module--modalContent--K7oRL .index-module--contents--jmjkr {
  display: flex;
  gap: 32px;
}
.index-module--modal--pkZ14 .index-module--modalItem--UiK5d .index-module--modalContent--K7oRL .index-module--contents--jmjkr .index-module--contentsLable--xcH8m {
  width: 280px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-size: 12px;
  font-weight: 400;
}
.index-module--modal--pkZ14 .index-module--modalItem--UiK5d .index-module--modalContent--K7oRL .index-module--contents--jmjkr .index-module--contentsLable--xcH8m > span {
  color: #272e47;
}

.index-module--pagination--n979o {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
}
@charset "UTF-8";
.index-module--todayText--DNZVX, .index-module--today--hjTef > span:first-child {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-overflow: ellipsis;
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
}

.index-module--marketing--s95RQ {
  display: flex;
  gap: 2px;
  align-items: center;
}
.index-module--marketing-week--OJEhE {
  display: flex;
}
.index-module--marketing--s95RQ > span:first-child {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
.index-module--marketing--s95RQ > span:nth-child(2) {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 166.667% */
  flex-shrink: 0;
}

.index-module--import-event--KutWg {
  display: flex;
  gap: 2px;
  align-items: center;
}
.index-module--import-event--KutWg > div:first-child {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.index-module--import-event--KutWg > div:first-child .index-module--import-text--K5P5r {
  margin-left: 4px;
  width: calc(100% - 19px);
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.index-module--import-event--KutWg > div:first-child .index-module--import-icon--2iz7K {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.index-module--import-event--KutWg > div:nth-child(2) {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 166.667% */
  flex-shrink: 0;
}

.index-module--winCount--B1YCO > span:nth-child(2) {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  flex-shrink: 0;
  transform: translateY(2px);
}
.index-module--winCount--B1YCO > div:nth-child(2) {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  flex-shrink: 0;
  transform: translateY(2px);
}

.index-module--future--CUpn0:not(.index-module--noWork--CgPj8) {
  background: #f6f7fa;
}
.index-module--future--CUpn0:not(.index-module--noWork--CgPj8) > span:first-child {
  color: #747a8c;
  color: var(--Text-3, var(---, #747a8c));
}
.index-module--future--CUpn0:not(.index-module--noWork--CgPj8) > span:nth-child(2) {
  color: #747a8c;
  color: var(--Text-3, var(---, #747a8c));
}

.index-module--today--hjTef > span:first-child {
  font-weight: 500;
}
@charset "UTF-8";
.index-module--todayText--TopxG, .index-module--today--3s4t9 > span:first-child {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-overflow: ellipsis;
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
}

.index-module--marketing--15UpN {
  display: flex;
  gap: 2px;
  align-items: center;
}
.index-module--marketing-week--I--I6 {
  display: flex;
}
.index-module--marketing--15UpN > span:first-child {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
.index-module--marketing--15UpN > span:nth-child(2) {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 166.667% */
  flex-shrink: 0;
}

.index-module--import-event--FYLuc {
  display: flex;
  gap: 2px;
  align-items: center;
}
.index-module--import-event--FYLuc > div:first-child {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.index-module--import-event--FYLuc > div:first-child .index-module--import-text--p1ZVO {
  margin-left: 4px;
  width: calc(100% - 19px);
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.index-module--import-event--FYLuc > div:first-child .index-module--import-icon--IPVVN {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.index-module--import-event--FYLuc > div:nth-child(2) {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 166.667% */
  flex-shrink: 0;
}

.index-module--winCount--CGtMF > span:nth-child(2) {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  flex-shrink: 0;
  transform: translateY(2px);
}
.index-module--winCount--CGtMF > div:nth-child(2) {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  flex-shrink: 0;
  transform: translateY(2px);
}

.index-module--future--xGgwY:not(.index-module--noWork--5xjsm) {
  background: #f6f7fa;
}
.index-module--future--xGgwY:not(.index-module--noWork--5xjsm) > span:first-child {
  color: #747a8c;
  color: var(--Text-3, var(---, #747a8c));
}
.index-module--future--xGgwY:not(.index-module--noWork--5xjsm) > span:nth-child(2) {
  color: #747a8c;
  color: var(--Text-3, var(---, #747a8c));
}

.index-module--today--3s4t9 > span:first-child {
  font-weight: 500;
}
@charset "UTF-8";
.index-module--todayText--rm5jD, .index-module--today--sRR5O > span:first-child {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-overflow: ellipsis;
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
}

.index-module--marketing--QiKES {
  display: flex;
  gap: 2px;
  align-items: center;
}
.index-module--marketing-week--OgMYg {
  display: flex;
}
.index-module--marketing--QiKES > span:first-child {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}
.index-module--marketing--QiKES > span:nth-child(2) {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 166.667% */
  flex-shrink: 0;
}

.index-module--winCount--3LNIc > span:nth-child(2) {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  text-overflow: ellipsis;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  flex-shrink: 0;
  transform: translateY(2px);
}

.index-module--future--nmzqE:not(.index-module--noWork--gJx-o) {
  background: #f6f7fa;
}
.index-module--future--nmzqE:not(.index-module--noWork--gJx-o) > span:first-child {
  color: #747a8c;
  color: var(--Text-3, var(---, #747a8c));
}
.index-module--future--nmzqE:not(.index-module--noWork--gJx-o) > span:nth-child(2) {
  color: #747a8c;
  color: var(--Text-3, var(---, #747a8c));
}

.index-module--today--sRR5O > span:first-child {
  font-weight: 500;
}

/* 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;
  }

.fc-custom-team-event {
  margin-left: 4px !important;
  margin-right: 4px !important;
  cursor: default !important;
}

.fc .sns-marketing-fc-view .fc-day .fc-daygrid-day-top a.fc-daygrid-day-number {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  color: #545a6e;
  text-align: center;
  font-size: 14px;
  font-family: "LX-numbers";
}
.fc .sns-marketing-fc-view .fc-day-today .fc-daygrid-day-top a.fc-daygrid-day-number {
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  color: #fff;
}
.fc .sns-marketing-fc-view .fc-col-header {
  border: none;
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
  border-radius: 4px 4px 0 0;
}
.fc .sns-marketing-fc-view th {
  border: none;
}
.fc .sns-marketing-fc-view td {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
}
.fc .sns-marketing-fc-view .fc-scrollgrid-section.fc-scrollgrid-section-header {
  height: auto !important;
}
.fc .sns-marketing-fc-view .fc-col-header-cell.fc-day a.fc-col-header-cell-cushion {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  line-height: 42px;
  height: 42px;
}
.fc .sns-marketing-fc-view .fc-daygrid-day.fc-day-past {
  background: #fff !important;
}
.fc .sns-marketing-fc-view .fc-daygrid-day.fc-day-today,
.fc .sns-marketing-fc-view .fc-daygrid-day.fc-day-future,
.fc .sns-marketing-fc-view .fc-timegrid-col.fc-day-today .fc-timegrid-col.fc-day-future {
  background: #fff !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--container--haT8N {
  height: 100%;
}
.index-module--container--haT8N .fc .fc-daygrid-body,
.index-module--container--haT8N .fc .fc-scrollgrid-sync-table {
  height: 100%;
}
.index-module--container--haT8N .fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 16px !important;
  padding: 0 !important;
  height: initial !important;
}
.index-module--container--haT8N .fc .fc-toolbar-chunk {
  margin: 0 !important;
}
.index-module--container--haT8N .fc .fc-toolbar-chunk > div {
  display: inline-flex;
  align-items: center;
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary {
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(---Line-3--, #e1e3e8);
  background: #fff;
  color: rgb(111, 116, 133);
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary:focus {
  box-shadow: none;
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary.fc-today-button {
  padding: 6px 12px;
  color: #545a6e;
  color: var(---Text-4-, #545a6e);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  margin-right: 12px;
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary.fc-today-button:not(:disabled):hover {
  background: #f8f9fa !important;
  background: var(--Fill-1, #f8f9fa) !important;
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary.fc-today-button:not(:disabled):active {
  background: #ebedf2 !important;
  background: var(--Fill-3-hover, #ebedf2) !important;
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary.fc-today-button:disabled {
  border: 1px solid #f0f1f5 !important;
  border: 1px solid var(--Line-1, #f0f1f5) !important;
  background: #fff !important;
  background: var(---, #fff) !important;
  color: #b7bac2 !important;
  color: var(--Text-1, #b7bac2) !important;
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary.fc-prev-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  padding-left: 4px;
  padding-right: 12px;
  position: relative;
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary.fc-prev-button::after {
  display: block;
  content: " ";
  height: 10px;
  width: 1px;
  position: absolute;
  right: -0.5px;
  top: 50% !important;
  transform: translateY(-50%);
  background-color: #e1e3e8;
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary.fc-next-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  padding-right: 4px;
  padding-left: 12px;
  margin-right: 12px;
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary.fc-prev-button, .index-module--container--haT8N .fc .fc-button.fc-button-primary.fc-next-button {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  height: 30px !important;
  width: 32px !important;
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary.fc-prev-button:hover, .index-module--container--haT8N .fc .fc-button.fc-button-primary.fc-next-button:hover {
  background: #f8f9fa !important;
  background: var(--Fill-1, #f8f9fa) !important;
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary.fc-prev-button:active, .index-module--container--haT8N .fc .fc-button.fc-button-primary.fc-next-button:active {
  background: #f0f2f7 !important;
  background: var(--fill-25-hover, #f0f2f7) !important;
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary .fc-icon {
  width: 16px !important;
  height: 16px !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADESURBVHgB7ZMxDsIwDEVtAvfIVXIiIrHA1gk65kY9CjkGUlWCAxvq4uQLOvhJ2Zz8J/2YyDCMP8Oa4ePpeicqxMscUhoyAdipp5l8cYcpxsETAJUAOw7EnJESqgoq8XzzZSkTleKljdxbh1oALdEkgJRoFkBJdAkgJHRruEIaL/l7OzT3uwXePOQ8217sFohRKnBSAUsFLBW4OWju933ClfA0/ugTIsKbBVDhTQLIcLUAOryi2gJ0eGWvmv7owsINw9gEL8wnpCfpTUmfAAAAAElFTkSuQmCC) !important;
  background-size: 16px !important;
  background-position: center !important;
  vertical-align: baseline !important;
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary .fc-icon::before {
  display: none !important;
}
.index-module--container--haT8N .fc .fc-button.fc-button-primary .fc-icon.fc-icon-chevron-left {
  transform: rotate(180deg) !important;
}
.index-module--container--haT8N .fc .fc-toolbar-title {
  color: #272e47;
  color: var(----Text-5-, #272e47);
  text-align: center;
  font-family: LX-numbers;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  width: 90px;
}
.index-module--container--haT8N .fc .sns-marketing-fc-view .fc-col-header-cell.fc-day a.fc-col-header-cell-cushion {
  height: initial;
  line-height: 22px;
}
.index-module--container--haT8N .fc .fc-col-header {
  width: 100% !important;
}
.index-module--container--haT8N .fc .fc-col-header .fc-col-header-cell {
  padding: 9px 16px;
  text-align: left;
  background: #f1f2fc !important;
}
.index-module--container--haT8N .fc .fc-col-header .fc-col-header-cell a {
  color: #545a6e;
  color: var(----Text-4, #545a6e);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 150% */
  padding: 0;
}
.index-module--container--haT8N .fc .fc-theme-standard.fc-scrollgrid {
  border: none;
}
.index-module--container--haT8N .fc .fc-scrollgrid.fc-scrollgrid-liquid {
  border: none;
}
.index-module--container--haT8N .fc .fc-scroller-liquid-absolute {
  position: initial;
}
.index-module--container--haT8N .fc .fc-view-harness-active > .fc-view {
  position: initial;
}
.index-module--container--haT8N .fc .fc-daygrid-day.fc-day {
  max-height: 246px;
  height: 106px;
}
.index-module--container--haT8N .fc .fc-workTitle-button, .index-module--container--haT8N .fc .fc-workingTime-button {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  color: #272e47 !important;
  color: var(--Text-5, var(---, #272e47)) !important;
  cursor: initial !important;
  /* 灵犀桌面2.0/H1.4-Med16 */
  font-family: "PingFang SC" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  /* 150% */
}
.index-module--container--haT8N .fc .fc-workTitle-button:hover, .index-module--container--haT8N .fc .fc-workingTime-button:hover {
  background: transparent !important;
}
.index-module--container--haT8N .fc .fc-workingTime-button {
  color: #747a8c !important;
  color: var(--Text-3, #747a8c) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  /* 157.143% */
  margin-left: 6px !important;
}
.index-module--container--haT8N .fc .sns-marketing-fc-view td {
  border-color: #ebedf2 !important;
}
.index-module--container--haT8N .fc .fc-scrollgrid-sync-table tbody tr:first-child td {
  border-top-color: transparent;
}
.index-module--container--haT8N .fc .sns-marketing-fc-view .fc-day .fc-daygrid-day-top a.fc-daygrid-day-number {
  line-height: 18px !important;
  font-family: LX-numbers;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.index-module--container--haT8N .fc .fc-daygrid-day-top {
  flex-direction: row;
  padding-top: 8px;
  padding-left: 12px;
}
.index-module--container--haT8N .fc .fc-h-event {
  border: none;
  background-color: transparent;
}
.index-module--container--haT8N .fc .fc-daygrid-dot-event:hover {
  background: transparent;
}
.index-module--container--haT8N .fc .fc-daygrid-day-bottom {
  padding: 2px 4px 0 !important;
  margin-left: 0 !important;
}
.index-module--container--haT8N .fc .fc-more-popover {
  min-width: 154px;
  min-height: 100px;
}
.index-module--container--haT8N .fc .fc-daygrid-more-link.fc-more-link {
  padding-left: 10px !important;
  display: inline-block !important;
  margin-left: 0 !important;
  width: 100% !important;
  border-radius: 2px;
}
.index-module--container--haT8N .fc .fc-daygrid-more-link.fc-more-link:hover {
  background-color: #f0f2f7;
}
.index-module--container--haT8N .fc .fc-popover-header,
.index-module--container--haT8N .fc .fc-popover-body {
  display: none;
}
.index-module--container--haT8N .fc-popover.fc-more-popover {
  border: none;
  background: transparent;
  padding: 0;
}
.index-module--container--haT8N .fc-daygrid-event {
  margin-top: 0;
}
.index-module--container--haT8N .fc-daygrid-dot-event {
  padding: 0 0;
}
.index-module--container--haT8N .fc-daygrid-day-events {
  margin-top: 6px;
  padding-bottom: 12px;
}
.index-module--container--haT8N .fc-daygrid-event-harness {
  padding-top: 2px;
}
.index-module--container--haT8N .fc-daygrid-more-link.fc-more-link {
  line-height: 26px;
}
.index-module--container--haT8N .fc-more-popover {
  opacity: 0;
  box-shadow: none !important;
}
.index-module--container--haT8N .fc-daygrid-day-frame {
  padding: 0 !important;
}

.index-module--moreLink--vdckv {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  cursor: pointer;
  /* 133.333% */
}

.index-module--popover--qfsfD .ant-popover-inner {
  border-radius: 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
  background: var(---, #fff);
}
.index-module--popover--qfsfD .ant-popover-arrow {
  opacity: 1;
}

.index-module--popoverContent--gOHmY {
  padding: 16px;
  min-width: 192px;
  border-radius: 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
  background: var(---, #fff);
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
  position: relative;
}
.index-module--popoverContent--gOHmY h2 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-module--popoverContent--gOHmY h2 svg {
  cursor: pointer;
}
.index-module--popoverContent--gOHmY .index-module--list--aapYx {
  max-height: 360px;
  overflow: scroll;
  margin-right: -16px;
  padding-right: 16px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--popoverContent--gOHmY .index-module--list--aapYx::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--popoverContent--gOHmY .index-module--list--aapYx::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--popoverContent--gOHmY .index-module--list--aapYx:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--popoverContent--gOHmY .index-module--list--aapYx:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--popoverContent--gOHmY .index-module--list--aapYx:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--popoverContent--gOHmY .index-module--list--aapYx:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--popoverContent--gOHmY .index-module--list--aapYx:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--popoverContent--gOHmY .index-module--list--aapYx:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--popoverContent--gOHmY .index-module--list--aapYx:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--popoverContent--gOHmY p {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
  margin-top: 4px;
}
.index-module--popoverContent--gOHmY .index-module--line--xFjiu {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
  margin: 8px 0;
}
.index-module--popoverContent--gOHmY .index-module--item--XgCJ9 {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  display: flex;
  align-items: center;
  height: 32px;
  border-radius: 2px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  padding: 3px 10px;
  gap: 2px;
}
.index-module--popoverContent--gOHmY .index-module--item--XgCJ9 + .index-module--popoverContent--gOHmY .index-module--item--XgCJ9 {
  margin-top: 3px;
}
.index-module--popoverContent--gOHmY .index-module--item--XgCJ9 > span:last-child {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: LX-numbers;
  font-size: 14px;
  line-height: 20px;
  /* 142.857% */
}
.index-module--popoverContent--gOHmY .index-module--item--XgCJ9 + .index-module--item--XgCJ9 {
  margin-top: 9px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--container--a40XA {
  height: 100%;
}

.index-module--work-plan--c-IW\+ {
  position: relative;
}

.index-module--dailyGoalWrap--jfbOW {
  padding: 23px 27px 20px 27px;
}
.index-module--dailyGoalWrap--jfbOW > div:first-child {
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}
.index-module--dailyGoalWrap--jfbOW .index-module--content--LbGgk {
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--dailyGoalWrap--jfbOW .index-module--content--LbGgk > span:first-child {
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}
.index-module--dailyGoalWrap--jfbOW .index-module--content--LbGgk > span:nth-child(2) {
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-family: LX-numbers;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 57.143% */
}

.index-module--workData--6Glwh {
  position: relative;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
  background: var(---, #fff);
  margin-bottom: 16px;
}
.index-module--workData--6Glwh > div:first-child {
  display: flex;
  justify-content: space-between;
}
.index-module--workData--6Glwh > div:first-child > span {
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}
.index-module--workData--6Glwh .ant-tabs {
  margin-top: 8px;
}
.index-module--workData--6Glwh .ant-tabs-tab:first-child {
  padding-left: 0 !important;
}
.index-module--workData--6Glwh .ant-tabs-nav {
  border-bottom: 0.5px solid #ebedf2;
  border-bottom: 0.5px solid var(--Line-2, #ebedf2);
  margin-bottom: 0;
}
.index-module--workData--6Glwh .ant-tabs-tab {
  margin-left: 0 !important;
  padding: 13px 16px !important;
}
.index-module--workData--6Glwh .ant-tabs-tab-disabled:hover .ant-tabs-tab-btn {
  color: rgba(0, 0, 0, 0.25) !important;
}
.index-module--workData--6Glwh .ant-tabs.index-module--first-tab-active--y4rDy .ant-tabs-ink-bar::after {
  transform: translateX(calc(-50% - 8px)) !important;
}
.index-module--workData--6Glwh .index-module--site-data--zjkOt {
  padding-top: 10px;
}
.index-module--workData--6Glwh .index-module--site-overview--1pTpW {
  margin-top: 12px;
}
.index-module--workData--6Glwh .index-module--sns-overview--zKOdq {
  margin-top: 16px;
}

.index-module--calendarWrap--4Vbun {
  padding: 20px 16px 14px 16px;
  background-color: #fff;
  border-radius: 8px;
}

.index-module--progressCardWrap--f9dgE {
  display: flex;
  margin-bottom: 16px;
  margin-left: -8px;
  margin-right: -8px;
}
.index-module--progressCardWrap--f9dgE > div {
  margin-left: 8px;
  margin-right: 8px;
  width: 33.3333333333%;
}

.index-module--calendar--CktEz {
  position: relative;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
  background: var(---, #fff);
}

.index-module--checkbox-common--TR43E, .index-module--selfCheck---LFVj, .index-module--facebook--vOHNM, .index-module--linkedin--szeDY, .index-module--red--7pcnS, .index-module--purple--UK57q, .index-module--greenBlue--Cvy\+0, .index-module--lightBlue--o\+CrY, .index-module--blue--gf8ye {
  -webkit-user-select: none;
          user-select: none;
}
.index-module--checkbox-common--TR43E > label > span:last-child, .index-module--selfCheck---LFVj > label > span:last-child, .index-module--facebook--vOHNM > label > span:last-child, .index-module--linkedin--szeDY > label > span:last-child, .index-module--red--7pcnS > label > span:last-child, .index-module--purple--UK57q > label > span:last-child, .index-module--greenBlue--Cvy\+0 > label > span:last-child, .index-module--lightBlue--o\+CrY > label > span:last-child, .index-module--blue--gf8ye > label > span:last-child {
  padding-left: 12px;
  padding-right: 0;
}

.index-module--blue--gf8ye .sirius-checkbox-ehc .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #5870e1;
  border-color: #5870e1;
}
.index-module--blue--gf8ye .sirius-checkbox-ehc.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #5870e1;
}
.index-module--blue--gf8ye .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner::after {
  background-color: #5870e1;
}

.index-module--lightBlue--o\+CrY .sirius-checkbox-ehc .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #599af5;
  border-color: #599af5;
}
.index-module--lightBlue--o\+CrY .sirius-checkbox-ehc.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #599af5;
}
.index-module--lightBlue--o\+CrY .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner::after {
  background-color: #599af5;
}

.index-module--greenBlue--Cvy\+0 .sirius-checkbox-ehc .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #46c4eb;
  border-color: #46c4eb;
}
.index-module--greenBlue--Cvy\+0 .sirius-checkbox-ehc.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #46c4eb;
}
.index-module--greenBlue--Cvy\+0 .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner::after {
  background-color: #46c4eb;
}

.index-module--purple--UK57q .sirius-checkbox-ehc .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #954ee8;
  border-color: #954ee8;
}
.index-module--purple--UK57q .sirius-checkbox-ehc.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #954ee8;
}
.index-module--purple--UK57q .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner::after {
  background-color: #954ee8;
}

.index-module--red--7pcnS .sirius-checkbox-ehc .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #d85dbb;
  border-color: #d85dbb;
}
.index-module--red--7pcnS .sirius-checkbox-ehc.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #d85dbb;
}
.index-module--red--7pcnS .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner::after {
  background-color: #d85dbb;
}

.index-module--linkedin--szeDY .sirius-checkbox-ehc .ant-checkbox-checked .ant-checkbox-inner {
  background-color: rgb(46, 101, 188);
  border-color: rgb(46, 101, 188);
}
.index-module--linkedin--szeDY .sirius-checkbox-ehc.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: rgb(46, 101, 188);
}
.index-module--linkedin--szeDY .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner::after {
  background-color: rgb(46, 101, 188);
}

.index-module--facebook--vOHNM .sirius-checkbox-ehc .ant-checkbox-checked .ant-checkbox-inner {
  background-color: rgb(24, 119, 242);
  border-color: rgb(24, 119, 242);
}
.index-module--facebook--vOHNM .sirius-checkbox-ehc.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: rgb(24, 119, 242);
}
.index-module--facebook--vOHNM .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner::after {
  background-color: rgb(24, 119, 242);
}

.index-module--selfCheck---LFVj .sirius-checkbox-ehc .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #6144f0;
  border-color: #6144f0;
}
.index-module--selfCheck---LFVj .sirius-checkbox-ehc.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #6144f0;
}
.index-module--selfCheck---LFVj .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner::after {
  background-color: #6144f0;
}

.index-module--tab-tooltip--Wt\+dg {
  display: flex;
  align-items: center;
}
.index-module--tab-tooltip--Wt\+dg .index-module--text--FNBWR {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin-right: 24px;
}
.index-module--tab-tooltip--Wt\+dg a {
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
  font-size: 12px;
  line-height: 20px;
}

.index-module--workTypesSelect--BqIO1 {
  margin-right: 12px;
}
.index-module--workTypesSelect--BqIO1 .ant-select-selector {
  padding: 0 30px 0 12px !important;
  height: 30px !important;
  border-color: #e1e3e8 !important;
  border-color: var(--Line-3, #e1e3e8) !important;
}
.index-module--workTypesSelect--BqIO1 .ant-select-selector:hover {
  border-color: #e1e3e8 !important;
  border-color: var(--Line-3, #e1e3e8) !important;
  background: #f8f9fa !important;
  background: var(--Fill-1, #f8f9fa) !important;
}
.index-module--workTypesSelect--BqIO1 .ant-select-selector:active {
  background: #ebedf2 !important;
  background: var(--Fill-3-hover, #ebedf2) !important;
}
.index-module--workTypesSelect--BqIO1.ant-select-focused .ant-select-selector {
  background: #ebedf2 !important;
  background: var(--Fill-3-hover, #ebedf2) !important;
}
.index-module--workTypesSelect--BqIO1 .ant-select-selection-item {
  padding: 0 !important;
  color: #545a6e !important;
  color: var(--Text-4, #545a6e) !important;
  font-size: 12px !important;
  line-height: 28px !important;
}
.index-module--workTypesSelect--BqIO1 .ant-select-arrow {
  top: 13px !important;
}

.index-module--workTypesDropdown--3lS8F {
  padding: 0;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
}
.index-module--workTypesDropdown--3lS8F .index-module--workTypes--is6TX {
  padding: 12px 0;
  max-height: 320px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--workTypesDropdown--3lS8F .index-module--workTypes--is6TX::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--workTypesDropdown--3lS8F .index-module--workTypes--is6TX::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--workTypesDropdown--3lS8F .index-module--workTypes--is6TX:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--workTypesDropdown--3lS8F .index-module--workTypes--is6TX:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--workTypesDropdown--3lS8F .index-module--workTypes--is6TX:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--workTypesDropdown--3lS8F .index-module--workTypes--is6TX:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--workTypesDropdown--3lS8F .index-module--workTypes--is6TX:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--workTypesDropdown--3lS8F .index-module--workTypes--is6TX:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--workTypesDropdown--3lS8F .index-module--workTypes--is6TX:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--workTypesDropdown--3lS8F .index-module--workTypes--is6TX .index-module--workTypesItem--qAsQs:hover {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.index-module--workTypesDropdown--3lS8F .index-module--workTypes--is6TX .index-module--workTypesItem--qAsQs .ant-checkbox-wrapper {
  width: 100% !important;
  padding: 5px 16px !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--popoverContent--2GMGS {
  padding: 16px;
  min-width: 192px;
  border-radius: 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
  background: var(---, #fff);
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
  position: relative;
}
.index-module--popoverContent--2GMGS h2 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-module--popoverContent--2GMGS h2 svg {
  cursor: pointer;
}
.index-module--popoverContent--2GMGS .index-module--list--9vGZg {
  max-height: 360px;
  overflow: scroll;
  margin-right: -16px;
  padding-right: 16px;
  margin-top: -4px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--popoverContent--2GMGS .index-module--list--9vGZg > div {
  margin-top: 4px;
}
.index-module--popoverContent--2GMGS .index-module--list--9vGZg::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--popoverContent--2GMGS .index-module--list--9vGZg::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--popoverContent--2GMGS .index-module--list--9vGZg:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--popoverContent--2GMGS .index-module--list--9vGZg:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--popoverContent--2GMGS .index-module--list--9vGZg:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--popoverContent--2GMGS .index-module--list--9vGZg:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--popoverContent--2GMGS .index-module--list--9vGZg:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--popoverContent--2GMGS .index-module--list--9vGZg:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--popoverContent--2GMGS .index-module--list--9vGZg:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--popoverContent--2GMGS p {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
  margin-top: 4px;
}
.index-module--popoverContent--2GMGS .index-module--line--dtQly {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
  margin: 8px 0;
}
.index-module--popoverContent--2GMGS .index-module--item--vCEUm {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  display: flex;
  align-items: center;
  height: 32px;
  border-radius: 2px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  padding: 3px 10px;
  gap: 2px;
}
.index-module--popoverContent--2GMGS .index-module--item--vCEUm + .index-module--popoverContent--2GMGS .index-module--item--vCEUm {
  margin-top: 3px;
}
.index-module--popoverContent--2GMGS .index-module--item--vCEUm > span:last-child {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: LX-numbers;
  font-size: 14px;
  line-height: 20px;
  /* 142.857% */
}
.index-module--popoverContent--2GMGS .index-module--item--vCEUm + .index-module--item--vCEUm {
  margin-top: 9px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--crmTableContent--PrtjP {
  display: flex;
  flex-direction: column;
}
.index-module--crmTableContent--PrtjP.index-module--hasPaginationContent--gLmoa {
  height: calc(100% + 53px);
}
.index-module--crmTableContent--PrtjP.index-module--hasPaginationContent--gLmoa.index-module--sitePaginationContent--rOT8G {
  height: calc(100% - 48px);
}

.index-module--empty-container--W0CDb {
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-module--empty-container--W0CDb .index-module--empty-text--gO5QF {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
}

.index-module--hasTablePagination--tNjc- {
  max-height: calc(100% - 145px);
  height: 100%;
  overflow: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--hasTablePagination--tNjc-.index-module--sitePagination--dAvWL {
  max-height: calc(100% - 44px);
}
.index-module--hasTablePagination--tNjc-::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--hasTablePagination--tNjc-::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--hasTablePagination--tNjc-:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--hasTablePagination--tNjc-:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--hasTablePagination--tNjc-:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--hasTablePagination--tNjc-:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--hasTablePagination--tNjc-:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--hasTablePagination--tNjc-:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--hasTablePagination--tNjc-:hover::-webkit-scrollbar-corner {
  display: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--crmTableContent--txMDy {
  display: flex;
  flex-direction: column;
}
.index-module--crmTableContent--txMDy.index-module--hasPaginationContent--tf6kx {
  height: calc(100% + 53px);
}
.index-module--crmTableContent--txMDy.index-module--hasPaginationContent--tf6kx.index-module--sitePaginationContent--HsmcE {
  height: calc(100% - 48px);
}

.index-module--hasTablePagination--7IGhB {
  max-height: calc(100% - 145px);
  height: 100%;
  overflow: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--hasTablePagination--7IGhB.index-module--sitePagination--6U00R {
  max-height: calc(100% - 44px);
}
.index-module--hasTablePagination--7IGhB::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--hasTablePagination--7IGhB::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--hasTablePagination--7IGhB:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--hasTablePagination--7IGhB:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--hasTablePagination--7IGhB:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--hasTablePagination--7IGhB:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--hasTablePagination--7IGhB:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--hasTablePagination--7IGhB:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--hasTablePagination--7IGhB:hover::-webkit-scrollbar-corner {
  display: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--container--E7uPq {
  height: 100%;
}

.index-module--crm--LfZIR .index-module--header--lDytJ {
  height: 60px;
  background-color: #fff;
  border-radius: 8px;
  padding-left: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--line-1, #f0f1f5);
}
.index-module--crm--LfZIR .index-module--header--lDytJ .ant-tabs-top > .ant-tabs-nav {
  margin: 0;
}
.index-module--crm--LfZIR .index-module--maxCell--D26\+d {
  max-width: 180px;
}
.index-module--crm--LfZIR .index-module--min-width-cell--Vm83i {
  min-width: 110px;
}
.index-module--crm--LfZIR .index-module--max-width-cell--2drvO {
  max-width: 200px;
}
.index-module--crm--LfZIR .index-module--first-column--v1U0A {
  display: flex;
  align-items: center;
}
.index-module--crm--LfZIR .index-module--first-column-text--eX35c {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 128px;
}
.index-module--crm--LfZIR .index-module--recReason--R5wR- {
  width: 210px;
}
.index-module--crm--LfZIR .index-module--email--6F1TD {
  width: 180px;
}
.index-module--crm--LfZIR .index-module--source--TL0nT {
  width: 100px;
}
.index-module--crm--LfZIR .index-module--siteEmail--\+tjws {
  max-width: 180px;
}
.index-module--crm--LfZIR .index-module--siteName--1J8y9 {
  max-width: 120px;
}
.index-module--crm--LfZIR .index-module--siteCol--o8GOC {
  max-width: 120px;
}
.index-module--crm--LfZIR .index-module--actionCol--DObdF {
  max-width: 120px;
}
.index-module--crm--LfZIR .index-module--replySubject--RpEZk {
  width: 210px;
}
.index-module--crm--LfZIR .index-module--action--onzky {
  width: 160px;
}
.index-module--crm--LfZIR .index-module--createTime--Bs6HX {
  width: 120px;
}
.index-module--crm--LfZIR .index-module--digRecReason--9ysc9 {
  width: 226px;
}
.index-module--crm--LfZIR .index-module--country--FrgaW {
  width: 100px;
}
.index-module--crm--LfZIR .index-module--digAction--JcgtC {
  width: 104px;
}
.index-module--crm--LfZIR .index-module--disabled--Z5Aw6 {
  opacity: 0.3;
  cursor: not-allowed;
}
.index-module--crm--LfZIR .index-module--body--3SsCG {
  padding: 20px;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--line-1, #f0f1f5);
  border-top-width: 0;
}
.index-module--crm--LfZIR .index-module--body--3SsCG.index-module--notPagination--KAt5x {
  overflow: auto;
  height: calc(100% - 60px);
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--crm--LfZIR .index-module--body--3SsCG.index-module--notPagination--KAt5x::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--crm--LfZIR .index-module--body--3SsCG.index-module--notPagination--KAt5x::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--crm--LfZIR .index-module--body--3SsCG.index-module--notPagination--KAt5x:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--crm--LfZIR .index-module--body--3SsCG.index-module--notPagination--KAt5x:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--crm--LfZIR .index-module--body--3SsCG.index-module--notPagination--KAt5x:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--crm--LfZIR .index-module--body--3SsCG.index-module--notPagination--KAt5x:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--crm--LfZIR .index-module--body--3SsCG.index-module--notPagination--KAt5x:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--crm--LfZIR .index-module--body--3SsCG.index-module--notPagination--KAt5x:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--crm--LfZIR .index-module--body--3SsCG.index-module--notPagination--KAt5x:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--crm--LfZIR .index-module--body--3SsCG.index-module--hasPagination--jsmcM {
  height: calc(100% - 60px);
}
.index-module--crm--LfZIR .index-module--body--3SsCG .index-module--excavateInfo--40NDs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.index-module--crm--LfZIR .index-module--body--3SsCG .index-module--excavateInfo--40NDs .index-module--totalInfo--kca1M > span {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--crm--LfZIR .index-module--body--3SsCG .index-module--action--onzky {
  display: flex;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--option-separator--D0n\+1 {
  display: inline-flex;
  align-items: center;
}
.index-module--option-separator--D0n\+1 .index-module--option--wA7po {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
}
.index-module--option-separator--D0n\+1 .index-module--separator--S7Wvp {
  width: 1px;
  height: 14px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
  margin: 0 12px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--container--oNZ8r {
  height: 100%;
}

.index-module--table--dL6xw {
  height: auto !important;
}

.index-module--dig-input--xr7ej {
  display: flex;
  align-items: center;
}

.index-module--dig-type--lPhpV {
  width: calc(100% - 432px);
}

.index-module--dig-time--u0WJj {
  margin-left: 16px;
}

.index-module--crm--9HXcy .index-module--header--j26Xb {
  margin: 0 0 12px;
}
.index-module--crm--9HXcy .index-module--header--j26Xb .ant-tabs-top > .ant-tabs-nav {
  margin: 0;
}
.index-module--crm--9HXcy .index-module--header--j26Xb .ant-tabs-tab {
  height: auto !important;
  font-size: 12px !important;
}
.index-module--crm--9HXcy .index-module--maxCell--eY\+\+P {
  max-width: 180px;
}
.index-module--crm--9HXcy .index-module--min-width-cell--NNMlT {
  min-width: 110px;
}
.index-module--crm--9HXcy .index-module--max-width-cell--tgUPo {
  max-width: 200px;
}
.index-module--crm--9HXcy .index-module--companyName--S1eQR {
  width: 208px;
}
.index-module--crm--9HXcy .index-module--first-column--PbLbU {
  display: flex;
  align-items: center;
}
.index-module--crm--9HXcy .index-module--first-column-text--Gx2ED {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 128px;
}
.index-module--crm--9HXcy .index-module--clue-dig-name--67DPw {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  color: #4c6aff;
  width: 100%;
}
.index-module--crm--9HXcy .index-module--clueReason--6q19v {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.index-module--crm--9HXcy .index-module--recReason--Fv5ib {
  width: 210px;
}
.index-module--crm--9HXcy .index-module--email--fC1Ow {
  width: 180px;
}
.index-module--crm--9HXcy .index-module--source--23a-s {
  width: 100px;
}
.index-module--crm--9HXcy .index-module--siteEmail--FNzRT {
  max-width: 180px;
}
.index-module--crm--9HXcy .index-module--siteName--iJjPs {
  max-width: 120px;
}
.index-module--crm--9HXcy .index-module--siteCol--1hVmg {
  max-width: 120px;
}
.index-module--crm--9HXcy .index-module--actionCol--0QtuK {
  max-width: 120px;
}
.index-module--crm--9HXcy .index-module--replySubject--JV6kC {
  width: 210px;
}
.index-module--crm--9HXcy .index-module--action--puqN- {
  width: 160px;
}
.index-module--crm--9HXcy .index-module--createTime--nPqtd {
  width: 120px;
}
.index-module--crm--9HXcy .index-module--digRecReason--gQnmP {
  width: 226px;
}
.index-module--crm--9HXcy .index-module--country--3fjO6 {
  width: 100px;
}
.index-module--crm--9HXcy .index-module--digAction--msCt8 {
  width: 104px;
}
.index-module--crm--9HXcy .index-module--disabled--jXVOj {
  opacity: 0.3;
  cursor: not-allowed;
}
.index-module--crm--9HXcy .index-module--driver--BGSN3 {
  width: 1px;
  height: 24px;
  top: 4px;
  background: #e1e3e8;
  margin: 0 16px;
}
.index-module--crm--9HXcy .index-module--excavateInfo--ijRJb {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  margin-bottom: 8px;
}
.index-module--crm--9HXcy .index-module--excavateInfo--ijRJb .index-module--totalInfo--aBmgo > span {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--crm--9HXcy .index-module--excavateInfo--ijRJb .index-module--digIntro--lmNXQ {
  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;
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  right: 0;
}
.index-module--crm--9HXcy .index-module--excavateInfo--ijRJb .index-module--digIntro--lmNXQ .sirius-icon {
  width: 16px !important;
  height: 16px !important;
  display: flex;
  align-items: center;
}
.index-module--crm--9HXcy .index-module--body--m2u52 {
  padding: 20px;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--line-1, #f0f1f5);
  border-top-width: 0;
}
.index-module--crm--9HXcy .index-module--body--m2u52.index-module--notPagination--gQ8uR {
  overflow: auto;
  height: calc(100% - 60px);
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--crm--9HXcy .index-module--body--m2u52.index-module--notPagination--gQ8uR::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--crm--9HXcy .index-module--body--m2u52.index-module--notPagination--gQ8uR::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--crm--9HXcy .index-module--body--m2u52.index-module--notPagination--gQ8uR:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--crm--9HXcy .index-module--body--m2u52.index-module--notPagination--gQ8uR:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--crm--9HXcy .index-module--body--m2u52.index-module--notPagination--gQ8uR:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--crm--9HXcy .index-module--body--m2u52.index-module--notPagination--gQ8uR:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--crm--9HXcy .index-module--body--m2u52.index-module--notPagination--gQ8uR:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--crm--9HXcy .index-module--body--m2u52.index-module--notPagination--gQ8uR:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--crm--9HXcy .index-module--body--m2u52.index-module--notPagination--gQ8uR:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--crm--9HXcy .index-module--body--m2u52.index-module--hasPagination---irtG {
  height: calc(100% - 60px);
}
.index-module--crm--9HXcy .index-module--body--m2u52 .index-module--excavateInfo--ijRJb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.index-module--crm--9HXcy .index-module--body--m2u52 .index-module--excavateInfo--ijRJb .index-module--totalInfo--aBmgo > span {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--crm--9HXcy .index-module--body--m2u52 .index-module--action--puqN- {
  display: flex;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--sticky--KXURf {
  position: fixed;
  top: 30px;
  z-index: 1;
}

.index-module--calendar--b1Okc {
  padding: 0 0 24px !important;
  border: none !important;
  background-color: #fafbff;
}

.index-module--listWrap--owPeb {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--listWrap--owPeb::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--listWrap--owPeb::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--listWrap--owPeb:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--listWrap--owPeb:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--listWrap--owPeb:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--listWrap--owPeb:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--listWrap--owPeb:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--listWrap--owPeb:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--listWrap--owPeb:hover::-webkit-scrollbar-corner {
  display: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--eventListContainer--ZDyYX {
  height: calc(100% - 82px);
  width: 100%;
  overflow-y: auto;
  margin-top: 24px;
  contain: strict;
  position: relative;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--eventListContainer--ZDyYX::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--eventListContainer--ZDyYX::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--eventListContainer--ZDyYX:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--eventListContainer--ZDyYX:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--eventListContainer--ZDyYX:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--eventListContainer--ZDyYX:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--eventListContainer--ZDyYX:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--eventListContainer--ZDyYX:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--eventListContainer--ZDyYX:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--eventListContainer--ZDyYX .index-module--eventListFullHeight--oiztO {
  width: 100%;
  position: relative;
}
.index-module--eventListContainer--ZDyYX .index-module--eventListFullHeight--oiztO .index-module--eventListVirtual--FwkZN {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index-module--eventListContainer--ZDyYX .index-module--eventListFullHeight--oiztO .index-module--eventListVirtual--FwkZN .index-module--eventItem--zZEU3 {
  border-left: 3px solid #e3e6f3;
  padding-left: 24px;
  margin-left: 12px;
  position: relative;
}
.index-module--eventListContainer--ZDyYX .index-module--eventListFullHeight--oiztO .index-module--eventListVirtual--FwkZN .index-module--eventItem--zZEU3 .index-module--eventTitle--p7TBj {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.index-module--eventListContainer--ZDyYX .index-module--eventListFullHeight--oiztO .index-module--eventListVirtual--FwkZN .index-module--eventItem--zZEU3 .index-module--eventTitle--p7TBj.index-module--inProgress--6fXaf {
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--eventListContainer--ZDyYX .index-module--eventListFullHeight--oiztO .index-module--eventListVirtual--FwkZN .index-module--eventItem--zZEU3 .index-module--eventIconContainer--qpclK {
  position: absolute;
  left: -8px;
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 14px;
  gap: 6px;
}
.index-module--eventListContainer--ZDyYX .index-module--eventListFullHeight--oiztO .index-module--eventListVirtual--FwkZN .index-module--eventItem--zZEU3 .index-module--eventIconContainer--qpclK svg {
  width: 100%;
  height: 100%;
}
.index-module--titleType--ke9BM {
  padding-bottom: 12px;
}

.index-module--completedContentType--pkZQh {
  padding-bottom: 16px;
}

.index-module--inProgressContentType--eYW15 {
  padding-bottom: 16px;
}
.index-module--inProgressContentType--eYW15.index-module--isLastInProgress--EuWO0 {
  padding-bottom: 28px !important;
}

.index-module--emptyContainer--ssnm- {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-module--emptyContainer--ssnm- .index-module--emptyText--e3BHP {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
}

.index-module--loadingContainer--QeWZc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--loadingContainer--QeWZc.index-module--initLoading--vqp8o {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 100;
}
.index-module--loadingContainer--QeWZc.index-module--nextLoading--Hp61P {
  padding-bottom: 24px;
  padding-top: 8px;
}
.index-module--loadingContainer--QeWZc.index-module--prevLoading--4yqUw {
  padding-bottom: 20px;
}
.index-module--loadingContainer--QeWZc .sirius-icon {
  height: 100% !important;
  width: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.index-module--loadingContainer--QeWZc .sirius-icon svg {
  width: 16px;
  height: 16px;
}

@keyframes index-module--loadingCircle--JmlKT {
  100% {
    transform: rotate(360deg);
  }
}
.index-module--loadingImg--flWEV {
  width: 24px;
  height: 24px;
}
.eventFilter-module--eventFilterContainer--GweNh {
  border-radius: 4px;
  border: 1px solid #fff;
  background: #f1f2fc;
  padding: 12px 16px;
}

.eventFilter-module--checkboxText--CxFQw {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.eventFilter-module--selectFormItem--8K2aE {
  margin-right: 12px !important;
}
.eventFilter-module--selectFormItem--8K2aE .ant-select {
  width: 200px !important;
}
.eventFilter-module--selectFormItem--8K2aE .ant-select:not(.ant-select-disabled) .ant-select-selector:hover {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
}
.index-module--card--a\+WRh {
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 10px;
  background-color: #fff;
}

.index-module--eventCard--6kMIA {
  padding: 14px 17px;
  display: flex;
  gap: 8px;
}
.index-module--eventCard--6kMIA .index-module--eventIcon--oG1c0 {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-module--eventCard--6kMIA .index-module--eventContainer--pfrVe {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.index-module--eventCard--6kMIA .index-module--eventContainer--pfrVe ul {
  padding-left: 20px;
  margin-bottom: 0px;
}
.index-module--eventCard--6kMIA .index-module--eventContainer--pfrVe .index-module--eventTitle--7EKx7 {
  display: inline;
  align-self: flex-start;
  margin-left: 6px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.index-module--eventCard--6kMIA .index-module--eventContainer--pfrVe .index-module--eventTime--4j71u {
  margin-left: 6px;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.index-module--eventCard--6kMIA .index-module--eventContainer--pfrVe .index-module--eventContent--VrVn6 {
  margin-left: 6px;
  margin-top: 8px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 14px;
  line-height: 22px;
}

.index-module--eventTag--vLVRV {
  color: #272e47;
  color: var(--Text-5, #272e47);
  padding: 3px 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px;
  background-color: #eff0fa;
}

.index-module--linkText--A4o2M {
  background-image: linear-gradient(to right, #353dd9 0%, #6545d9 75%, #8545d9 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  cursor: pointer;
  margin: 0px 4px;
}
.index-module--linkText--A4o2M:hover {
  background-image: linear-gradient(to right, #5d64e1 0%, #846ae1 75%, #9d6ae1 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  border-bottom: 1px #846ae1 solid;
}

.index-module--avatarTag--1d6uj {
  display: flex;
  padding: 2px 6px 2px 5px;
  align-items: center;
  gap: 2px;
  border-radius: 4px;
  background: #eff0fa;
}
.index-module--avatarTag--1d6uj .index-module--avatarName--448OV {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.md-module--md--pa9qB ul {
  padding-inline-start: 20px;
  margin-bottom: 0px;
}
.md-module--md--pa9qB p {
  margin: 0px;
}
.SendFailureModal-module--column1---Pchv {
  width: 240px;
}

.SendFailureModal-module--column2--0BOj- {
  width: 122px;
}

.SendFailureModal-module--column3--gB1Eg {
  width: 404px;
}

.SendFailureModal-module--ellipsis--GpYwk {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.SendFailureModal-module--error-modal--XRwMP .ant-modal-body {
  padding-top: 12px;
}
.SendFailureModal-module--error-modal--XRwMP .SendFailureModal-module--error-content--jQ8Wl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.SendFailureModal-module--error-modal--XRwMP .SendFailureModal-module--error-content--jQ8Wl .ant-table-wrapper {
  border-bottom: 1px solid #f0f0f0;
}
.SendFailureModal-module--error-modal--XRwMP .SendFailureModal-module--error-content--jQ8Wl .SendFailureModal-module--error-tips--POCZC {
  padding: 16px;
  border-radius: 4px;
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
}
.SendFailureModal-module--error-modal--XRwMP .SendFailureModal-module--error-content--jQ8Wl .SendFailureModal-module--error-tips-header---G7U3 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}
.SendFailureModal-module--error-modal--XRwMP .SendFailureModal-module--error-content--jQ8Wl .SendFailureModal-module--error-tips-header---G7U3 span {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.SendFailureModal-module--error-modal--XRwMP .SendFailureModal-module--error-content--jQ8Wl .SendFailureModal-module--error-tips-list--nTuVG {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.SendFailureModal-module--error-modal--XRwMP .SendFailureModal-module--taskCompleted--\+1E0V {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.SendFailureModal-module--error-modal--XRwMP .SendFailureModal-module--taskCompleted--\+1E0V span {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
}
.card-module--bizTitle--efazm {
  display: flex;
  align-items: center;
}
.card-module--bizTitle--efazm .card-module--highlight--CYMsP {
  animation: card-module--highlight-text--osk0F 2s ease;
  padding: 0px 4px;
}
@keyframes card-module--highlight-text--osk0F {
  0% {
    background-color: #ffc470;
    background-color: var(--Warning-5, #ffc470);
  }
  90% {
    background-color: #ffc470;
    background-color: var(--Warning-5, #ffc470);
  }
  100% {
    background-color: transparent;
  }
}
.index-module--container--dfn81 {
  width: 596px;
  height: 383px;
  border-radius: 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
  padding: 22px 20px;
}
.index-module--container--dfn81 .index-module--title--zW-3n {
  color: #272e47;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--modal--OB-yN {
  padding: 20px;
}
.index-module--modal--OB-yN .ant-modal-body {
  padding-top: 0px;
}
.index-module--modal--OB-yN .ant-modal-header {
  border: 0;
}
.index-module--modal--OB-yN .ant-table-cell {
  vertical-align: top;
}
.index-module--modal--OB-yN .index-module--modalContainer--tgelX {
  height: 567px;
  overflow-y: scroll;
}
.index-module--modal--OB-yN .index-module--modalContainer--tgelX .index-module--company--H2vjs > p {
  color: #080b19;
  color: var(---Text-6, #080b19);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 4px;
}
.index-module--modal--OB-yN .index-module--modalContainer--tgelX .index-module--company--H2vjs .index-module--domain--nXEhj {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--modal--OB-yN .index-module--modalContainer--tgelX .index-module--company--H2vjs .index-module--domain--nXEhj > p {
  margin: 0;
  cursor: pointer;
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
}
.index-module--modal--OB-yN .index-module--modalContainer--tgelX .index-module--company--H2vjs .index-module--hasDomain--NPfQ4 {
  position: relative;
  padding-right: 6px;
}
.index-module--modal--OB-yN .index-module--modalContainer--tgelX .index-module--company--H2vjs .index-module--hasDomain--NPfQ4::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 7px;
  width: 1px;
  height: 12px;
  background: #e1e3e8;
}
.index-module--modal--OB-yN .index-module--modalContainer--tgelX .index-module--company-country--Ednop {
  display: flex;
  align-items: center;
  gap: 6px;
}
.index-module--modal--OB-yN .index-module--modalContainer--tgelX .index-module--company-flag--ibSLo {
  flex-shrink: 0;
}
.index-module--modal--OB-yN .index-module--modalContainer--tgelX .index-module--reason--Ksc5L {
  color: #272e47;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-module--modal--OB-yN .index-module--modalItem--oxRyB {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}
.index-module--modal--OB-yN .index-module--modalItem--oxRyB .index-module--modalContent--4eJcG .index-module--contentName--C4kug {
  color: #272e47;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.index-module--modal--OB-yN .index-module--modalItem--oxRyB .index-module--modalContent--4eJcG .index-module--contents--9PZPW {
  display: flex;
  gap: 32px;
}
.index-module--modal--OB-yN .index-module--modalItem--oxRyB .index-module--modalContent--4eJcG .index-module--contents--9PZPW .index-module--contentsLable---1PdP {
  width: 280px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-size: 12px;
  font-weight: 400;
}
.index-module--modal--OB-yN .index-module--modalItem--oxRyB .index-module--modalContent--4eJcG .index-module--contents--9PZPW .index-module--contentsLable---1PdP > span {
  color: #272e47;
}

.index-module--pagination--NdEaF {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
}
@charset "UTF-8";
.index-module--container--fZjXQ {
  padding: 12px 16px;
  height: calc(100% - 48px);
}
.index-module--container--fZjXQ .index-module--title--UrqkP, .index-module--container--fZjXQ .index-module--base--0-XOW {
  color: #272e47;
  color: var(----Text-5-, #272e47);
  /* 灵犀桌面2.0/H1.4-Med16 */
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.index-module--container--fZjXQ .index-module--content--dMCeF {
  padding: 20px;
  height: 100%;
  background: #fafbff;
  border-radius: 8px;
  overflow-y: scroll;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
}
.index-module--container--fZjXQ .index-module--header--LPUvk {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 28px;
  position: relative;
}
.index-module--container--fZjXQ .index-module--header--LPUvk .index-module--name--Ud3qK {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  max-width: calc(100% - 266px);
}
.index-module--container--fZjXQ .index-module--header--LPUvk .index-module--btnItem--eLgBX {
  position: absolute;
  right: 0;
}
.index-module--container--fZjXQ .index-module--base--0-XOW {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.index-module--container--fZjXQ .index-module--base--0-XOW .sirius-icon {
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center;
}
.index-module--container--fZjXQ .index-module--base--0-XOW > div {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 2px;
  cursor: pointer;
}
.index-module--container--fZjXQ .index-module--info--RIEkD {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #f0f1f5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 28px;
}
.index-module--container--fZjXQ .index-module--info-part--qIuzY {
  width: calc((100% - 48px) / 2);
}
.index-module--container--fZjXQ .index-module--info-part--qIuzY > p {
  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;
  padding-left: 11px;
  position: relative;
  margin-bottom: 12px;
}
.index-module--container--fZjXQ .index-module--info-part--qIuzY > p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 3px;
  height: 12px;
  background-color: #4c6aff;
  border-radius: 10px;
}
.index-module--container--fZjXQ .index-module--info-item--1ZhTZ {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  line-height: 22px;
}
.index-module--container--fZjXQ .index-module--info-item-label--uEjJ8 {
  flex-shrink: 0;
  color: #747a8c;
  color: var(---Text-3, #747a8c);
  flex-shrink: 0;
}
.index-module--container--fZjXQ .index-module--info-item-value--09aOG {
  color: #272e47;
  color: var(---Text-5, #272e47);
  flex-grow: 1;
  min-width: 0;
}
.index-module--container--fZjXQ .index-module--table--x-2TD {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
  background: var(---, #fff);
}
.index-module--container--fZjXQ .index-module--table--x-2TD > p {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  line-height: 22px;
  margin-bottom: 8px;
}
.index-module--container--fZjXQ .index-module--table--x-2TD .index-module--reason--YwKec {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为2 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.index-module--company--V\+psD > p {
  color: #080b19;
  color: var(---Text-6, #080b19);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 4px;
}
.index-module--company--V\+psD .index-module--domain--Q4vZ4 {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--company--V\+psD .index-module--domain--Q4vZ4 > p {
  margin: 0;
  cursor: pointer;
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  width: calc(100% - 20px);
}
.index-module--company--V\+psD .index-module--hasDomain--Vf4f7 {
  position: relative;
  padding-right: 6px;
}
.index-module--company--V\+psD .index-module--hasDomain--Vf4f7::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 7px;
  width: 1px;
  height: 12px;
  background: #e1e3e8;
}
.index-module--company-country--u2OO\+ {
  display: flex;
  align-items: center;
  gap: 6px;
}
.index-module--company-flag--atjvZ {
  flex-shrink: 0;
}

.index-module--text--vJ7qm {
  color: #272e47;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.index-module--clueTable--Ujg1D .ant-table-cell {
  vertical-align: top;
}

.index-module--scrollTooltip--exoXK .ant-tooltip-inner {
  max-height: 400px;
  overflow-y: scroll;
}
.index-module--scrollTooltip--exoXK .ant-tooltip-inner::-webkit-scrollbar {
  opacity: 1;
}
.index-module--weekGroup--2MEau {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 0px;
}
.index-module--weekGroup--2MEau:not(:last-child) {
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
}
.index-module--weekGroup--2MEau .index-module--weekTitle--waOH1 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.index-module--weekGroup--2MEau .index-module--textGradient--CHq\+m {
  background-image: linear-gradient(to right, #353dd9 0%, #6545d9 75%, #8545d9 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.index-module--weekGroup--2MEau .index-module--tips--q0KxV {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: linear-gradient(93.19deg, #f5f5ff 0%, #f9f7ff 73.99%, #faf7ff 98.65%);
  padding: 3px 10px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--empty-data--N67HH {
  color: #747a8c;
  text-align: center;
  width: 100%;
  margin: 61px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-module--empty-data--N67HH img {
  height: 46px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.style-module--card--CPN5G {
  background: #ffffff;
  width: calc(50% - 6px);
  border-radius: 4px;
  margin-top: 12px;
  padding: 20px 10px 20px 20px;
}
.style-module--card--CPN5G .style-module--header--VRpZH {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.style-module--card--CPN5G .style-module--header-title--4syY9 {
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.style-module--card--CPN5G .style-module--header-details--jl9gA {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  cursor: pointer;
  padding-right: 10px;
}
.style-module--card--CPN5G .style-module--header-details--jl9gA svg path {
  stroke: #747a8c;
}
.style-module--card--CPN5G .style-module--count--r72PJ {
  font-size: 22px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: LX-numbers;
}
.style-module--card--CPN5G .style-module--product-name--42e2R {
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.style-module--card--CPN5G .style-module--line-chart--UN2BE {
  width: 100%;
  height: calc(33vh - 170px);
  min-height: 150px;
}
.style-module--card--CPN5G .style-module--bar-chart--LwKuU {
  width: 100%;
  height: calc(33vh - 120px);
  min-height: 200px;
}
.index-module--siteFlow--uGbLk .index-module--titleList--7prt4 {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
}
.index-module--siteFlow--uGbLk .index-module--titleList--7prt4 li {
  margin-bottom: 8px;
}
.index-module--siteFlow--uGbLk .index-module--titleList--7prt4 .index-module--weeklyReportLink--qKmCn {
  background-image: linear-gradient(to right, #353dd9 0%, #6545d9 75%, #8545d9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  cursor: pointer;
}
.index-module--siteFlow--uGbLk .index-module--titleList--7prt4 .index-module--weeklyReportLink--qKmCn:hover {
  border-bottom: 1px solid #846ae1;
}
.index-module--siteFlow--uGbLk .index-module--chartTitle--qmtlC {
  border: 1px solid rgb(235, 237, 242);
  border-radius: 4px;
  padding: 22px 32px 12px 20px;
  width: 576px;
  margin-bottom: 8px;
}
.index-module--siteFlow--uGbLk .index-module--chartTitle--qmtlC > span {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.index-module--siteFlow--uGbLk .index-module--statCard--QIz21 {
  border: 1px solid rgb(235, 237, 242);
  border-radius: 4px;
  margin-bottom: 8px;
}
.index-module--siteFlow--uGbLk .index-module--statTitle--Xq88p {
  color: #272e47;
  font-weight: 500;
  line-height: 22px;
}
.index-module--snsWeekReport--6D5g5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.index-module--snsWeekReport--6D5g5 .index-module--section--8-uh5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.index-module--snsWeekReport--6D5g5 .index-module--section--8-uh5 .index-module--titleWrapper--Z749j {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.index-module--snsWeekReport--6D5g5 .index-module--section--8-uh5 .index-module--titleWrapper--Z749j .index-module--title--Guu3j {
  color: #545a6e;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.index-module--snsWeekReport--6D5g5 .index-module--section--8-uh5 .index-module--splitLine--Xjf7x {
  width: 100%;
  border-top: 1px solid #f0f1f5;
}

.index-module--snsWeekReportTextList--VPujS {
  padding-left: 26px;
  margin-bottom: 0px;
}
.index-module--snsWeekReportTextList--VPujS li {
  color: #545a6e;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.index-module--snsWeekReportTextList--VPujS li::marker {
  color: #545a6e;
}

.index-module--strong--aszUP {
  color: #545a6e;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.index-module--snsDataChart--1WsEr {
  width: 100%;
}
.index-module--snsDataChart--1WsEr .index-module--cell--HAams {
  position: relative;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56%;
}
.index-module--snsDataChart--1WsEr .index-module--content--TTD5D {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
.index-module--snsDataChart--1WsEr .index-module--content--TTD5D .index-module--title--xnBzN {
  color: #272e47;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 20px 0;
}
.index-module--snsDataChart--1WsEr .index-module--content--TTD5D .index-module--titleInnerWrapper--8-RLB {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index-module--snsDataChart--1WsEr .index-module--content--TTD5D .index-module--desc--FjQ0L {
  padding: 4px 20px 0;
  font-size: 12px;
  color: #747a8c;
}
.index-module--snsDataChart--1WsEr .index-module--content--TTD5D .index-module--chart--JSFks {
  position: relative;
  flex: 1 1;
}
.index-module--snsPostList--gMzuQ {
  width: 100%;
  height: auto;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--pc--3JPZQ {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--pc--3JPZQ .PostPreviewImage-module--item--0DykR {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--pc--3JPZQ .PostPreviewImage-module--item--0DykR:hover .PostPreviewImage-module--mask--MDher {
  display: flex;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--pc--3JPZQ .PostPreviewImage-module--img--Kc59G {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--pc--3JPZQ .PostPreviewImage-module--video-container--rUrWP {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--pc--3JPZQ .PostPreviewImage-module--video-container--rUrWP video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--pc--3JPZQ .PostPreviewImage-module--video-container--rUrWP svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--pc--3JPZQ .PostPreviewImage-module--video-container--rUrWP:hover svg {
  display: block;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--pc--3JPZQ .PostPreviewImage-module--mask--MDher {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--pc--3JPZQ .PostPreviewImage-module--mask--MDher .PostPreviewImage-module--icon--rJqWB {
  margin-right: 4px;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--pc--3JPZQ .PostPreviewImage-module--mask--MDher .PostPreviewImage-module--text--Tm9Dn {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.sns-pc-preview-image-1 .PostPreviewImage-module--item--0DykR,
.sns-pc-preview-image-2 .PostPreviewImage-module--item--0DykR,
.sns-pc-preview-image-3 .PostPreviewImage-module--item--0DykR {
  width: calc((100% - 8px) / 3);
  height: 122px;
}

.sns-pc-preview-image-4 .PostPreviewImage-module--item--0DykR {
  width: calc((100% - 12px) / 4);
  height: 90px;
}

.sns-pc-preview-image-5 .PostPreviewImage-module--item--0DykR {
  width: calc((100% - 16px) / 5);
  height: 72px;
}

.sns-pc-preview-image-6 .PostPreviewImage-module--item--0DykR,
.sns-pc-preview-image-7 .PostPreviewImage-module--item--0DykR,
.sns-pc-preview-image-8 .PostPreviewImage-module--item--0DykR,
.sns-pc-preview-image-9 .PostPreviewImage-module--item--0DykR,
.sns-pc-preview-image-10 .PostPreviewImage-module--item--0DykR {
  width: calc((100% - 16px) / 5);
  height: 60px;
}

.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--mobile--TxySq {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--mobile--TxySq .PostPreviewImage-module--item--0DykR {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--mobile--TxySq .PostPreviewImage-module--img--Kc59G {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--mobile--TxySq .PostPreviewImage-module--video-container--rUrWP {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--mobile--TxySq .PostPreviewImage-module--video-container--rUrWP video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--mobile--TxySq .PostPreviewImage-module--video-container--rUrWP svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--mobile--TxySq .PostPreviewImage-module--video-container--rUrWP:hover svg {
  display: block;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--mobile--TxySq .PostPreviewImage-module--mask--MDher {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.PostPreviewImage-module--post-preview-image--QQeSY.PostPreviewImage-module--mobile--TxySq .PostPreviewImage-module--mask--MDher .PostPreviewImage-module--text--Tm9Dn {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.sns-mobile-preview-image-1 .PostPreviewImage-module--item--0DykR:nth-child(1) {
  width: 100%;
  height: 134px;
}

.sns-mobile-preview-image-2 .PostPreviewImage-module--item--0DykR:nth-child(1),
.sns-mobile-preview-image-2 .PostPreviewImage-module--item--0DykR:nth-child(2) {
  width: calc((100% - 4px) / 2);
  height: 134px;
}

.sns-mobile-preview-image-3 .PostPreviewImage-module--item--0DykR:nth-child(1) {
  width: 100%;
  height: 134px;
}
.sns-mobile-preview-image-3 .PostPreviewImage-module--item--0DykR:nth-child(2),
.sns-mobile-preview-image-3 .PostPreviewImage-module--item--0DykR:nth-child(3) {
  width: calc((100% - 4px) / 2);
  height: 88px;
}

.sns-mobile-preview-image-4 .PostPreviewImage-module--item--0DykR:nth-child(1),
.sns-mobile-preview-image-5 .PostPreviewImage-module--item--0DykR:nth-child(1),
.sns-mobile-preview-image-6 .PostPreviewImage-module--item--0DykR:nth-child(1),
.sns-mobile-preview-image-7 .PostPreviewImage-module--item--0DykR:nth-child(1),
.sns-mobile-preview-image-8 .PostPreviewImage-module--item--0DykR:nth-child(1),
.sns-mobile-preview-image-9 .PostPreviewImage-module--item--0DykR:nth-child(1),
.sns-mobile-preview-image-10 .PostPreviewImage-module--item--0DykR:nth-child(1) {
  width: 100%;
  height: 134px;
}
.sns-mobile-preview-image-4 .PostPreviewImage-module--item--0DykR:nth-child(2),
.sns-mobile-preview-image-4 .PostPreviewImage-module--item--0DykR:nth-child(3),
.sns-mobile-preview-image-4 .PostPreviewImage-module--item--0DykR:nth-child(4),
.sns-mobile-preview-image-5 .PostPreviewImage-module--item--0DykR:nth-child(2),
.sns-mobile-preview-image-5 .PostPreviewImage-module--item--0DykR:nth-child(3),
.sns-mobile-preview-image-5 .PostPreviewImage-module--item--0DykR:nth-child(4),
.sns-mobile-preview-image-6 .PostPreviewImage-module--item--0DykR:nth-child(2),
.sns-mobile-preview-image-6 .PostPreviewImage-module--item--0DykR:nth-child(3),
.sns-mobile-preview-image-6 .PostPreviewImage-module--item--0DykR:nth-child(4),
.sns-mobile-preview-image-7 .PostPreviewImage-module--item--0DykR:nth-child(2),
.sns-mobile-preview-image-7 .PostPreviewImage-module--item--0DykR:nth-child(3),
.sns-mobile-preview-image-7 .PostPreviewImage-module--item--0DykR:nth-child(4),
.sns-mobile-preview-image-8 .PostPreviewImage-module--item--0DykR:nth-child(2),
.sns-mobile-preview-image-8 .PostPreviewImage-module--item--0DykR:nth-child(3),
.sns-mobile-preview-image-8 .PostPreviewImage-module--item--0DykR:nth-child(4),
.sns-mobile-preview-image-9 .PostPreviewImage-module--item--0DykR:nth-child(2),
.sns-mobile-preview-image-9 .PostPreviewImage-module--item--0DykR:nth-child(3),
.sns-mobile-preview-image-9 .PostPreviewImage-module--item--0DykR:nth-child(4),
.sns-mobile-preview-image-10 .PostPreviewImage-module--item--0DykR:nth-child(2),
.sns-mobile-preview-image-10 .PostPreviewImage-module--item--0DykR:nth-child(3),
.sns-mobile-preview-image-10 .PostPreviewImage-module--item--0DykR:nth-child(4) {
  width: calc((100% - 8px) / 3);
  height: 88px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
@keyframes PostPreview-module--spin--OjYSk {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.PostPreview-module--post-preview--Hagk0 {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background-color: #ffffff;
}
.PostPreview-module--post-preview--Hagk0:hover .PostPreview-module--header--b069w .PostPreview-module--translate--B3qdg, .PostPreview-module--post-preview--Hagk0.PostPreview-module--translate-always--rQQLe .PostPreview-module--header--b069w .PostPreview-module--translate--B3qdg {
  visibility: visible;
}
.PostPreview-module--post-preview-fetching--Z0vWR {
  padding: 0;
  height: 322px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.PostPreview-module--post-preview-fetching--Z0vWR .PostPreview-module--fetching-icon--ollzu {
  animation: PostPreview-module--spin--OjYSk 1s infinite linear;
}
.PostPreview-module--post-preview-fetching--Z0vWR .PostPreview-module--fetching-tip--yz9m0 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 4px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  overflow: auto;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w .PostPreview-module--account-avatar--v755a {
  flex-shrink: 0;
  margin-right: 12px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w .PostPreview-module--account-name-wrapper--tlJ6Y {
  flex-grow: 1;
  display: inline-flex;
  flex-direction: column;
  overflow: auto;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w .PostPreview-module--account-name-wrapper--tlJ6Y .PostPreview-module--account-name--QflAU {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w .PostPreview-module--account-name-wrapper--tlJ6Y .PostPreview-module--send-time-wrapper--RR9Ul {
  display: flex;
  align-items: center;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w .PostPreview-module--account-name-wrapper--tlJ6Y .PostPreview-module--send-time-wrapper--RR9Ul .PostPreview-module--send-time--fz9xn {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w .PostPreview-module--account-name-wrapper--tlJ6Y .PostPreview-module--send-time-wrapper--RR9Ul .PostPreview-module--dot--l9AUw {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 6px;
  background-color: #6f7485;
  background-color: var(--Fill-7, #6f7485);
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w .PostPreview-module--translate--B3qdg {
  flex-shrink: 0;
  align-self: flex-start;
  display: flex;
  align-items: center;
  padding: 3px;
  border-radius: 2px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  background-color: #ffffff;
  cursor: pointer;
  margin-left: 12px;
  -webkit-user-select: none;
          user-select: none;
  visibility: hidden;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w .PostPreview-module--translate--B3qdg .PostPreview-module--language--DrWWo {
  width: 20px;
  height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  border-radius: 1px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w .PostPreview-module--translate--B3qdg .PostPreview-module--language--DrWWo.PostPreview-module--active--4cGYt {
  color: #ffffff;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w .PostPreview-module--edit--\+5wwN {
  flex-shrink: 0;
  align-self: flex-start;
  display: flex;
  align-items: center;
  margin-left: 12px;
  margin-top: 3px;
  cursor: pointer;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w .PostPreview-module--edit--\+5wwN .PostPreview-module--edit-icon--lR3Va {
  margin-right: 4px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w .PostPreview-module--edit--\+5wwN span {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 14px;
  line-height: 22px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w .PostPreview-module--delete--JmLYG {
  flex-shrink: 0;
  align-self: flex-start;
  display: flex;
  align-items: center;
  margin-left: 12px;
  margin-top: 3px;
  cursor: pointer;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w .PostPreview-module--delete--JmLYG .PostPreview-module--delete-icon--uHdYt {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 16px;
  margin-right: 4px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--header--b069w .PostPreview-module--delete--JmLYG .PostPreview-module--delete-text--Fiae\+ {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 14px;
  line-height: 22px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--generate-failed--l46X7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  height: 300px;
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--generate-failed--l46X7 .PostPreview-module--icon--hNqcF {
  margin-bottom: 8px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--generate-failed--l46X7 .PostPreview-module--reason--V62N- {
  max-width: 100%;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--body--5vJ3v {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
  margin-top: 10px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--content-wrapper--f3\+WK {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  position: static;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--content-wrapper--f3\+WK::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--content-wrapper--f3\+WK::-webkit-scrollbar:horizontal {
  height: 6px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--content-wrapper--f3\+WK:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--content-wrapper--f3\+WK:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--content-wrapper--f3\+WK:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--content-wrapper--f3\+WK:hover::-webkit-scrollbar-button {
  display: none;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--content-wrapper--f3\+WK:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--content-wrapper--f3\+WK:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--content-wrapper--f3\+WK:hover::-webkit-scrollbar-corner {
  display: none;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--content--GIbmh {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--content--GIbmh.PostPreview-module--opacity---VAVS {
  opacity: 0.3;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--translating--IW67y {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin: 16px 0 4px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--translating--IW67y .PostPreview-module--translating-icon---Y1uR {
  animation: PostPreview-module--spin--OjYSk 1s infinite linear;
  margin-right: 4px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--translating--IW67y .PostPreview-module--translating-tip--YJVoN {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  line-height: 22px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--translate-result--3g2je {
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
  padding-top: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  line-height: 22px;
  margin-top: 16px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--translate-result--3g2je .PostPreview-module--label--ox9Pz {
  float: left;
  display: inline-flex;
  padding: 2px;
  border-radius: 2px;
  background-color: #deebfd;
  background-color: var(--label-1_1, #deebfd);
  margin-right: 4px;
  margin-top: 4px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--translate-result--3g2je .PostPreview-module--label-text---4HCZ {
  color: #4759b2;
  color: var(--label-1_3, #4759b2);
  font-size: 12px;
  line-height: 12px;
  transform: scale(0.83);
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--media-list-wrapper--bMbBB {
  flex-shrink: 0;
  margin-top: 12px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--skeleton--QRXIn {
  overflow: hidden;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--skeleton--QRXIn .PostPreview-module--skeleton-paragraph--1LE4Y {
  margin: 16px 0;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--skeleton--QRXIn .PostPreview-module--skeleton-paragraph--1LE4Y ul {
  margin-bottom: 0;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--skeleton--QRXIn .PostPreview-module--skeleton-paragraph--1LE4Y ul li {
  border-radius: 2px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--skeleton--QRXIn .PostPreview-module--skeleton-image--36Y7p {
  width: 100%;
  height: 112px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--skeleton--QRXIn .PostPreview-module--skeleton-image--36Y7p .ant-skeleton-image {
  width: 100%;
  border-radius: 2px;
}
.PostPreview-module--post-preview--Hagk0 .PostPreview-module--skeleton--QRXIn .PostPreview-module--skeleton-image--36Y7p .ant-skeleton-image svg {
  display: none;
}

.PostPreview-module--post-preview--Hagk0.PostPreview-module--mobile--eb-Um .PostPreview-module--skeleton-image--36Y7p {
  height: 134px;
}
.PostPreview-module--post-preview--Hagk0.PostPreview-module--mobile--eb-Um .skeleton-paragraph {
  padding: 12px 0;
}
.PostPreview-module--post-preview--Hagk0.PostPreview-module--mobile--eb-Um .ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 12px;
}

.PostPreview-module--hashtag--GcdQb {
  color: #1ca782;
}
.post-module--postList--bGFZX {
  counter-reset: count;
}

.post-module--postWrapper--0nJIc.post-module--postIndex0--P6JSi .post-module--postCard--I1lKI::after {
  background-color: #fe5b4c;
  color: #fff;
}
.post-module--postWrapper--0nJIc.post-module--postIndex1--4fF8S .post-module--postCard--I1lKI::after, .post-module--postWrapper--0nJIc.post-module--postIndex2--uBGmC .post-module--postCard--I1lKI::after {
  background-color: #ffb54c;
  color: #fff;
}
.post-module--postCard--I1lKI {
  position: relative;
  width: 100%;
  border: 1px solid #e1e3e8;
  border-radius: 4px;
  padding: 20px;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in;
  page-break-inside: avoid;
}
.post-module--postCard--I1lKI::after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: count;
  content: counter(count);
  font-family: "LX-numbers";
  width: 32px;
  height: 22px;
  background-color: #f0f2f7;
  border-radius: 0 0 4px 4px;
  color: #b7bac2;
  font-size: 16px;
  z-index: 2;
  right: 8px;
  top: 0;
}
.post-module--postCard--I1lKI:hover {
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.1215686275);
}
.post-module--postCard--I1lKI .post-module--post-preview--9aew9 {
  padding: 0;
  border: none;
  max-height: 420px;
}
.post-module--postCard--I1lKI .post-module--state--SVMn\+ {
  padding-top: 20px;
  display: flex;
}
.post-module--postCard--I1lKI .post-module--state--SVMn\+ .post-module--stateCell--hYE2\+ {
  flex: 1 1;
  text-align: center;
}
.post-module--postCard--I1lKI .post-module--state--SVMn\+ .post-module--stateCell--hYE2\+ .post-module--number--0T\+Y0 {
  color: #545a6e;
  font-size: 14px;
  font-weight: bold;
}
.post-module--postCard--I1lKI .post-module--state--SVMn\+ .post-module--stateCell--hYE2\+ .post-module--label--slnZe {
  padding-top: 2px;
  color: #747a8c;
  font-size: 12px;
}
.QuickSwitch-module--quick-switch--IzSy- {
  display: inline-flex;
  align-items: center;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 2px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.QuickSwitch-module--quick-switch--IzSy- .QuickSwitch-module--item--nrSUm {
  padding: 4px;
  cursor: pointer;
  display: flex;
}
.QuickSwitch-module--quick-switch--IzSy- .QuickSwitch-module--item--nrSUm.QuickSwitch-module--disabled--gTPOz {
  cursor: not-allowed;
}
.QuickSwitch-module--quick-switch--IzSy- .QuickSwitch-module--item--nrSUm.QuickSwitch-module--disabled--gTPOz .QuickSwitch-module--icon--WMyIy {
  opacity: 0.3;
}
.QuickSwitch-module--quick-switch--IzSy- .QuickSwitch-module--separator--JJqE3 {
  width: 1px;
  height: 12px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
}
@keyframes PostCommentEditor-module--spin---GJu4 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.PostCommentEditor-module--post-comment-editor--8VePj {
  display: flex;
  align-items: flex-start;
  background-color: #ffffff;
}
.PostCommentEditor-module--post-comment-editor--8VePj .PostCommentEditor-module--avatar--EfFCe {
  flex-shrink: 0;
  margin-right: 8px;
}
.PostCommentEditor-module--post-comment-editor--8VePj .PostCommentEditor-module--body--exAnT {
  flex-grow: 1;
  border-radius: 2px 6px 6px 6px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.PostCommentEditor-module--post-comment-editor--8VePj .PostCommentEditor-module--body--exAnT .PostCommentEditor-module--textarea--jnJpB {
  border: none !important;
  resize: none;
  padding: 8px 12px;
}
.PostCommentEditor-module--post-comment-editor--8VePj .PostCommentEditor-module--body--exAnT .PostCommentEditor-module--options--NUCW0 {
  display: flex;
  align-items: center;
  padding: 8px 12px;
}
.PostCommentEditor-module--post-comment-editor--8VePj .PostCommentEditor-module--body--exAnT .PostCommentEditor-module--options--NUCW0 .PostCommentEditor-module--media-list--kuWpY {
  margin-right: 8px;
}
.PostCommentEditor-module--post-comment-editor--8VePj .PostCommentEditor-module--body--exAnT .PostCommentEditor-module--options--NUCW0 .PostCommentEditor-module--send--sZ\+QF,
.PostCommentEditor-module--post-comment-editor--8VePj .PostCommentEditor-module--body--exAnT .PostCommentEditor-module--options--NUCW0 .PostCommentEditor-module--sending--YCLGI {
  margin-left: auto;
}
.PostCommentEditor-module--post-comment-editor--8VePj .PostCommentEditor-module--body--exAnT .PostCommentEditor-module--options--NUCW0 .PostCommentEditor-module--send--sZ\+QF {
  cursor: pointer;
}
.PostCommentEditor-module--post-comment-editor--8VePj .PostCommentEditor-module--body--exAnT .PostCommentEditor-module--options--NUCW0 .PostCommentEditor-module--send--sZ\+QF.PostCommentEditor-module--disabled--10XD\+ {
  opacity: 0.4;
  cursor: not-allowed;
}
.PostCommentEditor-module--post-comment-editor--8VePj .PostCommentEditor-module--body--exAnT .PostCommentEditor-module--options--NUCW0 .PostCommentEditor-module--sending--YCLGI {
  animation: PostCommentEditor-module--spin---GJu4 1s infinite linear;
}
.PostComment-module--post-comment--I7Ppj {
  display: flex;
  align-items: flex-start;
  background-color: #ffffff;
}
.PostComment-module--post-comment--I7Ppj .PostComment-module--child-comment--vp-wI + .PostComment-module--child-comment--vp-wI {
  margin-top: 12px;
}
.PostComment-module--post-comment--I7Ppj .PostComment-module--avatar--HB9Vq {
  flex-shrink: 0;
  margin-right: 8px;
}
.PostComment-module--post-comment--I7Ppj .PostComment-module--body--bKZmn {
  flex-grow: 1;
}
.PostComment-module--post-comment--I7Ppj .PostComment-module--body--bKZmn .PostComment-module--content-wrapper--QMciF {
  padding: 8px 12px;
  border-radius: 2px 6px 6px 6px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  margin-bottom: 8px;
}
.PostComment-module--post-comment--I7Ppj .PostComment-module--body--bKZmn .PostComment-module--content-wrapper--QMciF .PostComment-module--name--fuScD {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.PostComment-module--post-comment--I7Ppj .PostComment-module--body--bKZmn .PostComment-module--content-wrapper--QMciF .PostComment-module--content--FnzPy {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 4px;
}
.PostComment-module--post-comment--I7Ppj .PostComment-module--body--bKZmn .PostComment-module--content-wrapper--QMciF .PostComment-module--media-list--D8Khe {
  margin-top: 4px;
}
.PostComment-module--post-comment--I7Ppj .PostComment-module--body--bKZmn .PostComment-module--options--kVH9Q {
  display: flex;
  align-items: center;
}
.PostComment-module--post-comment--I7Ppj .PostComment-module--body--bKZmn .PostComment-module--options--kVH9Q .PostComment-module--create-time--pHxvu {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 8px;
}
.PostComment-module--post-comment--I7Ppj .PostComment-module--body--bKZmn .PostComment-module--options--kVH9Q .PostComment-module--reply-trigger--i3Cj- {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.PostComment-module--post-comment--I7Ppj .PostComment-module--body--bKZmn .PostComment-module--post-comment-editor--HMjZH {
  margin-top: 12px;
}
.PostComment-module--post-comment--I7Ppj .PostComment-module--body--bKZmn .PostComment-module--post-comment-editor--HMjZH + .PostComment-module--child-comments--3ZtFT {
  margin-top: 12px;
}
.PostComment-module--post-comment--I7Ppj .PostComment-module--body--bKZmn .PostComment-module--child-comments--3ZtFT .PostComment-module--child-comment--vp-wI {
  margin-top: 12px;
}
.PostComment-module--post-comment--I7Ppj .PostComment-module--body--bKZmn .PostComment-module--comment-detail-entry--QEpHv {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.PostComment-module--post-comment--I7Ppj .PostComment-module--body--bKZmn .PostComment-module--comment-detail-entry--QEpHv span {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.PostComment-module--post-comment--I7Ppj.PostComment-module--child-comment--vp-wI .PostComment-module--post-comment-editor--HMjZH {
  margin-left: -36px;
}
.CommentDetailModal-module--comment-detail-modal--wNf3g .ant-modal-body {
  max-height: 560px;
  overflow: auto;
}
.PostState-module--wrapper--NDRCB {
  position: relative;
  padding: 0 20px 20px;
}
.PostState-module--wrapper--NDRCB .PostState-module--refresh--pdIvo {
  position: absolute;
  right: 21px;
  top: -48px;
  display: flex;
  align-items: center;
  background: #f6f7fa;
  color: #747a8c;
  border: 1px solid #f6f7fa;
}
.PostState-module--wrapper--NDRCB .PostState-module--refresh--pdIvo .sirius-icon {
  display: flex;
  align-items: center;
}
.PostState-module--wrapper--NDRCB .PostState-module--warning--GM-Oh {
  padding: 6px 12px;
  display: flex;
  background-color: #fff8ed;
}
.PostState-module--wrapper--NDRCB .PostState-module--warning--GM-Oh .PostState-module--text--ceV3- {
  padding-left: 6px;
  color: #272e47;
  font-size: 12px;
}
.PostState-module--wrapper--NDRCB .PostState-module--panel--J54vO {
  background: #fff;
  margin-top: 12px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
}
.PostState-module--wrapper--NDRCB .PostState-module--panel--J54vO .PostState-module--title--tHZPu {
  font-weight: bold;
  font-size: 14px;
  color: #272e47;
  padding: 16px 16px 8px;
}
.PostState-module--wrapper--NDRCB .PostState-module--flex--oQL9j {
  display: flex;
  padding-left: 8px;
  padding-bottom: 20px;
}
.PostState-module--wrapper--NDRCB .PostState-module--flex--oQL9j .PostState-module--cell--ytLdp {
  flex: 1 1;
  display: flex;
  align-items: center;
  border-right: 1px solid #f0f1f5;
  margin-right: 18px;
}
.PostState-module--wrapper--NDRCB .PostState-module--flex--oQL9j .PostState-module--cell--ytLdp:last-child {
  border-right: none;
  margin-right: 0;
}
.PostState-module--wrapper--NDRCB .PostState-module--flex--oQL9j .PostState-module--icon--r4zpH {
  font-size: 0;
  display: flex;
  align-items: center;
  padding-top: 8px;
}
.PostState-module--wrapper--NDRCB .PostState-module--flex--oQL9j .PostState-module--info--l4X4T {
  flex: 1 1;
  padding-left: 4px;
}
.PostState-module--wrapper--NDRCB .PostState-module--flex--oQL9j .PostState-module--info--l4X4T .PostState-module--number--0a2-h {
  font-size: 22px;
  color: #272e47;
  font-weight: bold;
  font-family: "LX-numbers";
}
.PostState-module--wrapper--NDRCB .PostState-module--flex--oQL9j .PostState-module--info--l4X4T .PostState-module--label--L8T2L {
  font-size: 12px;
  color: #747a8c;
}
.PostState-module--wrapper--NDRCB .PostState-module--list--gZGjd {
  padding: 8px 16px;
}
.PostState-module--wrapper--NDRCB .PostState-module--list--gZGjd.PostState-module--gride--j\+kBo {
  column-count: 2;
  column-gap: 4px;
}
.PostState-module--wrapper--NDRCB .PostState-module--list--gZGjd .PostState-module--item--O9oAX {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border: 1px solid #f0f1f5;
  border-radius: 4px;
  margin-bottom: 8px;
}
.PostState-module--wrapper--NDRCB .PostState-module--list--gZGjd .PostState-module--item--O9oAX .PostState-module--label--L8T2L {
  flex: 1 1;
  display: flex;
  align-items: center;
}
.PostState-module--wrapper--NDRCB .PostState-module--list--gZGjd .PostState-module--item--O9oAX .PostState-module--label--L8T2L .PostState-module--labelText--TwbiT {
  color: #747a8c;
  font-size: 14px;
  margin-left: 5px;
}
.PostState-module--wrapper--NDRCB .PostState-module--list--gZGjd .PostState-module--item--O9oAX .PostState-module--number--0a2-h {
  color: #272e47;
  font-size: 16px;
  font-family: "LX-numbers";
}
.PostState-module--wrapper--NDRCB .PostState-module--charWrapper--5jTkQ {
  margin-top: 12px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  background: #fff;
}
.PostState-module--wrapper--NDRCB .PostState-module--charWrapper--5jTkQ .PostState-module--content--\+VBVZ {
  height: 328px;
  display: flex;
  flex-direction: column;
}
.PostState-module--wrapper--NDRCB .PostState-module--charWrapper--5jTkQ .PostState-module--content--\+VBVZ .PostState-module--title--tHZPu {
  color: #272e47;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 20px 0;
}
.PostState-module--wrapper--NDRCB .PostState-module--charWrapper--5jTkQ .PostState-module--content--\+VBVZ .PostState-module--desc--u2-8n {
  padding: 4px 20px 0;
  font-size: 12px;
  color: #747a8c;
}
.PostState-module--wrapper--NDRCB .PostState-module--charWrapper--5jTkQ .PostState-module--content--\+VBVZ .PostState-module--chart--uVE3w {
  position: relative;
  flex: 1 1;
}
.PostState-module--wrapper--NDRCB .PostState-module--noData--pg9Du {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.PostState-module--wrapper--NDRCB .PostState-module--noData--pg9Du .PostState-module--noDataTip--0yMLQ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.PostState-module--wrapper--NDRCB .PostState-module--noData--pg9Du .PostState-module--noDataText--gIuoi {
  font-size: 12px;
  margin-top: 16px;
  color: #747a8c;
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .ant-drawer-header {
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .ant-drawer-body {
  background-color: #f8f9fa;
  padding: 0;
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .PostDetailDrawer-module--title--H9zPo {
  display: flex;
  align-items: center;
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .PostDetailDrawer-module--title--H9zPo .PostDetailDrawer-module--switch--DZgOw {
  margin-left: 12px;
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .PostDetailDrawer-module--top--hweA9 {
  background-color: #fff;
  padding: 20px;
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .PostDetailDrawer-module--tabs--HgMCa .ant-tabs-nav {
  background-color: #fff;
  padding: 0 20px;
  margin: 0 0 12px 0;
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .PostDetailDrawer-module--warning--muO21 {
  padding: 6px 12px;
  display: flex;
  background-color: #fff8ed;
  background-color: var(--Warning-1, #fff8ed);
  margin: 0 20px 8px;
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .PostDetailDrawer-module--warning-text--e3FAq {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  margin-left: 6px;
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .PostDetailDrawer-module--comments-wrapper--YtdKz {
  background-color: #fff;
  margin: 0 20px 20px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 4px;
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .PostDetailDrawer-module--comments-wrapper--YtdKz .PostDetailDrawer-module--header--bZQCw {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .PostDetailDrawer-module--comments-wrapper--YtdKz .PostDetailDrawer-module--header--bZQCw .PostDetailDrawer-module--create-time-order--EDizS {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .PostDetailDrawer-module--comments-wrapper--YtdKz .PostDetailDrawer-module--header--bZQCw .PostDetailDrawer-module--create-time-order--EDizS .PostDetailDrawer-module--arrows--wRqWc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 16px;
  height: 16px;
  padding: 3px 0;
  margin-left: 4px;
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .PostDetailDrawer-module--comments-wrapper--YtdKz .PostDetailDrawer-module--header--bZQCw .PostDetailDrawer-module--create-time-order--EDizS .PostDetailDrawer-module--arrows--wRqWc .PostDetailDrawer-module--arrow--qkFx- {
  color: #c9cbd6;
  color: var(--Fill-5, #c9cbd6);
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .PostDetailDrawer-module--comments-wrapper--YtdKz .PostDetailDrawer-module--header--bZQCw .PostDetailDrawer-module--create-time-order--EDizS .PostDetailDrawer-module--arrows--wRqWc .PostDetailDrawer-module--arrow--qkFx-.PostDetailDrawer-module--active--O3kLv {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .PostDetailDrawer-module--comments-wrapper--YtdKz .PostDetailDrawer-module--comments--n\+vcC {
  padding: 4px 16px;
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .PostDetailDrawer-module--comments-wrapper--YtdKz .PostDetailDrawer-module--comments--n\+vcC .PostDetailDrawer-module--parent-comment---22AX {
  padding: 12px 0;
}
.PostDetailDrawer-module--post-detail-drawer--PulXP .PostDetailDrawer-module--comments-wrapper--YtdKz .PostDetailDrawer-module--comments--n\+vcC .PostDetailDrawer-module--parent-comment---22AX + .PostDetailDrawer-module--parent-comment---22AX {
  border-top: 1px solid #f0f1f5;
  border-top: 1px solid var(--Line-1, #f0f1f5);
}
.index-module--weeklyReportFlow--kivjR {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 8px;
}
.index-module--weeklyReportFlow--kivjR .index-module--section--C4Hao {
  width: 100%;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.index-module--weeklyReportFlow--kivjR .index-module--section--C4Hao:not(:last-child) {
  border-bottom: 1px solid #f0f1f5;
}
.index-module--weeklyReportFlow--kivjR .index-module--section--C4Hao .index-module--titleWrapper--CZgRS {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.index-module--weeklyReportFlow--kivjR .index-module--section--C4Hao .index-module--titleWrapper--CZgRS .index-module--title--g2S5s {
  color: #545a6e;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.index-module--weeklyReportFlow--kivjR .index-module--section--C4Hao .index-module--ulWrapper--\+FZZT {
  padding-left: 26px;
  margin-bottom: 0px;
}
.index-module--weeklyReportFlow--kivjR .index-module--section--C4Hao .index-module--ulWrapper--\+FZZT li {
  color: #545a6e;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.index-module--weeklyReportFlow--kivjR .index-module--section--C4Hao .index-module--ulWrapper--\+FZZT li::marker {
  color: #545a6e;
}
.index-module--weeklyReportFlow--kivjR .index-module--section--C4Hao .index-module--HintWrapper--ytHux {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 3px 10px;
  border-radius: 4px;
  background: linear-gradient(93deg, #f5f5ff 0%, #f9f7ff 73.99%, #faf7ff 98.65%);
  background: var(--AI-AI-Fill-1, linear-gradient(93deg, #f5f5ff 0%, #f9f7ff 73.99%, #faf7ff 98.65%));
}
.index-module--weeklyReportFlow--kivjR .index-module--section--C4Hao .index-module--HintWrapper--ytHux .index-module--text--b3s7g {
  background: linear-gradient(90deg, #353dd9 0.08%, #6545d9 74.98%, #8545d9 99.94%);
  background: var(--AI-AI-Text-6, linear-gradient(90deg, #353dd9 0.08%, #6545d9 74.98%, #8545d9 99.94%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
}
.index-module--weeklyReportFlow--kivjR .index-module--section--C4Hao a {
  background-image: linear-gradient(to right, #353dd9 0%, #6545d9 75%, #8545d9 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  cursor: pointer;
  margin: 0px 4px;
}
.index-module--weeklyReportFlow--kivjR .index-module--section--C4Hao a:hover {
  background-image: linear-gradient(to right, #5d64e1 0%, #846ae1 75%, #9d6ae1 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  border-bottom: 1px #846ae1 solid;
}
.index-module--tabContainer--UwC57 {
  height: 100%;
  position: relative;
}

.index-module--tabsWrap--8f7ck .ant-tabs-tab:not(.ant-tabs-tab-active) .ant-tabs-tab-btn:focus {
  color: initial !important;
}
.index-module--tabsWrap--8f7ck > div > div > div > .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 0px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.index-module--tabsWrap--8f7ck > .ant-tabs-nav {
  margin-left: -14px !important;
}

.index-module--goBackTop--SJfwh {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: -20px;
  bottom: 40px;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  background: var(---, #fff);
  opacity: 0.9;
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
}
.index-module--goBackTop--SJfwh:hover {
  opacity: 1;
}
.index-module--childTab--6NMZR .ant-tabs-nav-wrap .ant-tabs-tab {
  height: auto !important;
  font-size: 12px !important;
}
.index-module--childTab--6NMZR .ant-tabs-nav {
  margin: 0 0 12px;
}
.SwitchButton2-module--wrap--jFE8r {
  display: flex;
  align-items: center;
  height: 20px;
  border-radius: 100px;
  background-color: rgba(207, 247, 230, 0.5);
  position: relative;
  padding: 4px 8px;
  cursor: pointer;
}
.SwitchButton2-module--wrap--jFE8r .SwitchButton2-module--label--1MQhi {
  color: #0dc076;
  color: var(--Success-7, #0dc076);
  padding-left: 20px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  flex: none;
  flex: 1 1 auto;
  white-space: nowrap;
}
.SwitchButton2-module--wrap--jFE8r .SwitchButton2-module--label-tip--uiazB {
  color: #0dc076;
  color: var(--Success-7, #0dc076);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  flex: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1 1 auto;
}
.SwitchButton2-module--wrap--jFE8r .SwitchButton2-module--circle--qtgIN {
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #fff;
}
.SwitchButton2-module--wrap--jFE8r .SwitchButton2-module--circle--qtgIN .SwitchButton2-module--out-circle--MVY\+a {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #0fd683;
  border: 1px solid var(--Success-6, #0fd683);
  position: relative;
}
.SwitchButton2-module--wrap--jFE8r .SwitchButton2-module--circle--qtgIN .SwitchButton2-module--out-circle--MVY\+a .SwitchButton2-module--rotate-line--SjduT {
  position: absolute;
  height: 10px;
  width: 4px;
  top: -1px;
  left: 7px;
  background-color: #f8f9fa;
  animation: SwitchButton2-module--rotate--uFCvH 2s linear infinite;
  transform-origin: 2px 10px;
}
.SwitchButton2-module--wrap--jFE8r .SwitchButton2-module--circle--qtgIN .SwitchButton2-module--out-circle--MVY\+a .SwitchButton2-module--inner-circle--JvX4u {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background: #0fd683;
  background: var(--Success-6, #0fd683);
  border-radius: 50%;
}

.SwitchButton2-module--wrap2--HQhPu {
  background-color: rgba(225, 227, 232, 0.5);
  width: 70px;
}
.SwitchButton2-module--wrap2--HQhPu .SwitchButton2-module--label--1MQhi {
  color: #545a6e;
  color: var(--text-4, #545a6e);
}
.SwitchButton2-module--wrap2--HQhPu .SwitchButton2-module--circle--qtgIN .SwitchButton2-module--out-circle--MVY\+a {
  border: 1px solid #c9cbd6;
  border: 1px solid var(--Fill-5, #c9cbd6);
  background-color: #8d92a1;
  background-color: var(--Fill-6, #8d92a1);
}
.SwitchButton2-module--wrap2--HQhPu .SwitchButton2-module--circle--qtgIN .SwitchButton2-module--out-circle--MVY\+a .SwitchButton2-module--inner-circle--JvX4u {
  background: #8d92a1;
  background: var(--Fill-6, #8d92a1);
}
.SwitchButton2-module--wrap2--HQhPu .SwitchButton2-module--circle--qtgIN .SwitchButton2-module--out-circle--MVY\+a .SwitchButton2-module--inner-circle--JvX4u svg path {
  stroke: #fff;
}

.SwitchButton2-module--wrap3--A63A0 {
  background-color: rgba(255, 222, 219, 0.5);
  width: 255px;
}
.SwitchButton2-module--wrap3--A63A0 .ant-divider-vertical {
  border-color: #ffbdb7;
  border-color: var(--Error-4, #ffbdb7);
  margin: 2px 6px 0 !important;
}
.SwitchButton2-module--wrap3--A63A0 .SwitchButton2-module--label--1MQhi {
  color: #e45244;
  color: var(--Error-7, #e45244);
}
.SwitchButton2-module--wrap3--A63A0 .SwitchButton2-module--label-tip--uiazB {
  color: #e45244;
  color: var(--Error-7, #e45244);
}
.SwitchButton2-module--wrap3--A63A0 .SwitchButton2-module--circle--qtgIN .SwitchButton2-module--out-circle--MVY\+a {
  border: 1px solid #fe5b4c;
  border: 1px solid var(--Error-6, #fe5b4c);
}
.SwitchButton2-module--wrap3--A63A0 .SwitchButton2-module--circle--qtgIN .SwitchButton2-module--out-circle--MVY\+a .SwitchButton2-module--inner-circle--JvX4u {
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
}

.SwitchButton2-module--wrap4--4y4Il {
  width: 306px;
}
.SwitchButton2-module--wrap4--4y4Il .ant-divider-vertical {
  border-color: #0dc076;
  border-color: var(--Success-7, #0dc076);
  margin: 2px 6px 0 !important;
}

.SwitchButton2-module--wrap5--lUGQR {
  display: flex;
  align-items: center;
  height: 20px;
  border-radius: 100px;
  background-color: rgba(225, 227, 232, 0.5);
  position: relative;
  padding: 4px 8px;
  cursor: pointer;
}
.SwitchButton2-module--wrap5--lUGQR .SwitchButton2-module--label--1MQhi {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  padding-left: 20px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  flex: none;
}
.SwitchButton2-module--wrap5--lUGQR .SwitchButton2-module--label-tip--uiazB {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  flex: none;
}
.SwitchButton2-module--wrap5--lUGQR .SwitchButton2-module--circle--qtgIN {
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #fff;
}
.SwitchButton2-module--wrap5--lUGQR .SwitchButton2-module--circle--qtgIN .SwitchButton2-module--out-circle--MVY\+a {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #c9cbd6;
  border: 1px solid var(--Fill-5, #c9cbd6);
  background-color: #8d92a1;
  background-color: var(--Fill-6, #8d92a1);
  position: relative;
}
.SwitchButton2-module--wrap5--lUGQR .SwitchButton2-module--circle--qtgIN .SwitchButton2-module--out-circle--MVY\+a .SwitchButton2-module--rotate-line--SjduT {
  position: absolute;
  height: 10px;
  width: 4px;
  top: -1px;
  left: 7px;
  background-color: #f8f9fa;
  animation: SwitchButton2-module--rotate--uFCvH 2s linear infinite;
  transform-origin: 2px 10px;
}
.SwitchButton2-module--wrap5--lUGQR .SwitchButton2-module--circle--qtgIN .SwitchButton2-module--out-circle--MVY\+a .SwitchButton2-module--inner-circle--JvX4u {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background: #8d92a1;
  background: var(--Fill-6, #8d92a1);
  border-radius: 50%;
}
.SwitchButton2-module--wrap5--lUGQR .SwitchButton2-module--circle--qtgIN .SwitchButton2-module--out-circle--MVY\+a .SwitchButton2-module--inner-circle--JvX4u svg path {
  stroke: #fff;
}
.SwitchButton2-module--wrap5--lUGQR .SwitchButton2-module--wrap5-divider--z7p1M {
  width: 1px;
  height: 12px;
  background-color: #c9cbd6;
  background-color: var(--Fill-5, #c9cbd6);
  margin-left: 8px;
  margin-right: 8px;
}

.SwitchButton2-module--wrap6--h5mE7 {
  display: flex;
  align-items: center;
  height: 20px;
  border-radius: 100px;
  background-color: rgba(255, 222, 219, 0.5);
  position: relative;
  padding: 4px 8px;
  cursor: pointer;
}
.SwitchButton2-module--wrap6--h5mE7 .SwitchButton2-module--label--1MQhi {
  color: #e45244;
  color: var(--Error-7, #e45244);
  padding-left: 20px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  flex: none;
}
.SwitchButton2-module--wrap6--h5mE7 .SwitchButton2-module--label-tip--uiazB {
  color: #e45244;
  color: var(--Error-7, #e45244);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SwitchButton2-module--wrap6--h5mE7 .ant-divider-vertical {
  border-color: #ffbdb7;
  border-color: var(--Error-4, #ffbdb7);
  margin: 2px 6px 0 !important;
}
.SwitchButton2-module--wrap6--h5mE7 .SwitchButton2-module--circle--qtgIN {
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #fff;
}
.SwitchButton2-module--wrap6--h5mE7 .SwitchButton2-module--circle--qtgIN .SwitchButton2-module--out-circle--MVY\+a {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fe5b4c;
  border: 1px solid var(--Error-6, #fe5b4c);
  position: relative;
}
.SwitchButton2-module--wrap6--h5mE7 .SwitchButton2-module--circle--qtgIN .SwitchButton2-module--out-circle--MVY\+a .SwitchButton2-module--rotate-line--SjduT {
  position: absolute;
  height: 10px;
  width: 4px;
  top: -1px;
  left: 7px;
  background-color: #f8f9fa;
  animation: SwitchButton2-module--rotate--uFCvH 2s linear infinite;
  transform-origin: 2px 10px;
}
.SwitchButton2-module--wrap6--h5mE7 .SwitchButton2-module--circle--qtgIN .SwitchButton2-module--out-circle--MVY\+a .SwitchButton2-module--inner-circle--JvX4u {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  border-radius: 50%;
}
.SwitchButton2-module--wrap6--h5mE7 .SwitchButton2-module--wrap6-divider--cohge {
  width: 1px;
  height: 12px;
  background-color: #ffbdb7;
  background-color: var(--Error-4, #ffbdb7);
  margin-left: 8px;
  margin-right: 8px;
}
.SwitchButton2-module--wrap6--h5mE7 .SwitchButton2-module--abnormal-tag--NJurY {
  margin-left: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/static/edm-plan-abnormal-tag.4c8763d8.svg);
}

@keyframes SwitchButton2-module--rotate--uFCvH {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.SwitchButton2-module--center-flex--JGnWM {
  display: flex;
  align-items: center;
  justify-content: center;
}

.SwitchButton2-module--plan-abnormal-tips--33cNw {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.SwitchButton2-module--plan-abnormal-tips--33cNw .SwitchButton2-module--plan-abnormal-tips-title--3z4wm {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.SwitchButton2-module--plan-abnormal-tips--33cNw .SwitchButton2-module--plan-abnormal-tips-style--4rieE {
  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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.OpenAutoMarketing-module--split-line--hdTaj {
  width: 1px;
  height: 20px;
  background: #e1e3e8;
  margin: 0 8px;
}

.OpenAutoMarketing-module--auto-btn--\+-spL {
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
  background: var(---, #fff);
  padding: 2px 8px 2px 2px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.OpenAutoMarketing-module--auto-btn--\+-spL span {
  color: #272e47;
  color: var(----Text-5-, #272e47);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.OpenAutoMarketing-module--my-modal--08khf {
  max-height: 550px;
  overflow-y: auto;
  border-radius: 8px;
}
.OpenAutoMarketing-module--my-modal--08khf .ant-modal-content {
  position: relative;
}
.OpenAutoMarketing-module--my-modal--08khf .ant-modal-body {
  padding: 8px 20px 12px !important;
}
.OpenAutoMarketing-module--my-modal--08khf .OpenAutoMarketing-module--info--h5gv6 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  margin-left: 8px;
}

.OpenAutoMarketing-module--modal-wrap--E3YNw {
  height: 476px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw::-webkit-scrollbar:horizontal {
  height: 6px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.OpenAutoMarketing-module--modal-wrap--E3YNw:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw:hover::-webkit-scrollbar-button {
  display: none;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.OpenAutoMarketing-module--modal-wrap--E3YNw:hover::-webkit-scrollbar-corner {
  display: none;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .ant-form-item {
  margin-bottom: 0px !important;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .ant-form-vertical .ant-form-item {
  flex-direction: row;
  gap: 8px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .ant-form-vertical .ant-form-item-label {
  line-height: 32px;
  padding-bottom: 4px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--help--ptwTf {
  position: absolute;
  top: 21px;
  right: 50px;
  cursor: pointer;
  display: flex;
  gap: 4px;
  align-items: center;
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-line--8AtA6 {
  width: 2px;
  height: 14px;
  left: 0;
  display: inline-block;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  margin-top: 9px;
  margin-right: 8px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-title--9CEPy {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 16px 0 8px 0;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-title--9CEPy:first-child {
  margin-top: 4px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-btn--QqUin {
  margin-left: 8px;
  background-color: #fff;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--aiextendword--hBWqO {
  display: inline-block;
  background-image: url(/static/aiextendword-610fbe640a8a1243208626da72efd3a6.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 69px;
  height: 26px;
  visibility: visible;
  border: none !important;
  margin-top: 4px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--aiextendword--hBWqO:hover {
  background-color: white;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-wrap--i\+HS8 {
  position: relative;
  border-radius: 4px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  padding: 16px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-wrap--i\+HS8 .OpenAutoMarketing-module--form-left--Y-bQh {
  display: flex;
  position: relative;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-wrap--i\+HS8 .OpenAutoMarketing-module--form-left--Y-bQh .ant-form-item {
  margin-bottom: 0px !important;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-wrap--i\+HS8 .OpenAutoMarketing-module--form-tip--E0-Xk {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 0 112px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-wrap--i\+HS8 .OpenAutoMarketing-module--form-tool-tip--lBYsQ {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  margin-left: 12px;
  margin-top: 5px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-wrap--i\+HS8 .OpenAutoMarketing-module--placeholder-light--kHMVD {
  width: 430px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-wrap--i\+HS8 .OpenAutoMarketing-module--placeholder-light--kHMVD .sirius-cascader-select-selection-placeholder {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-wrap--i\+HS8 .OpenAutoMarketing-module--form-label--H8Xqh {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 4px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-wrap--i\+HS8 .OpenAutoMarketing-module--form-labels--Wy4Nd {
  display: flex;
  align-items: center;
  gap: 4px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-content--fJXLg {
  display: flex;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-feature--jrWu\+ {
  margin-top: 12px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-feature--jrWu\+ .OpenAutoMarketing-module--form-line--8AtA6 {
  margin-top: 0;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-feature--jrWu\+ .OpenAutoMarketing-module--form-left--Y-bQh {
  margin-top: 8px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-feature-title--Q\+708 {
  display: flex;
  align-items: center;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-feature-list--KyMyx {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-feature-item---KEFY {
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background-color: #fff;
  padding: 12px 16px;
  display: flex;
  gap: 8px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-feature-check--zWQKb {
  display: flex;
  flex-direction: column;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-feature-title--Q\+708 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-feature-desc--161SN {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-feature-item-head--eYKcJ {
  display: flex;
  align-items: center;
  gap: 4px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-feature-item-title--t7-1k {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--form-feature-item-desc--jnDca {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .ant-divider-vertical {
  margin: 2px 4px 0 !important;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .ant-form-item-explain {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  min-height: auto;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--trend-wrap--0bqO8 .OpenAutoMarketing-module--trend-map--YV8kg {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--trend-wrap--0bqO8 .OpenAutoMarketing-module--trend-map--YV8kg .OpenAutoMarketing-module--trend-label--iAEcn {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--trend-wrap--0bqO8 .OpenAutoMarketing-module--trend-map--YV8kg .OpenAutoMarketing-module--trend-box--X6dsw {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
  margin-right: 8px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--trend-wrap--0bqO8 .OpenAutoMarketing-module--trend-map--YV8kg .OpenAutoMarketing-module--trend-box--X6dsw .OpenAutoMarketing-module--trend-item--0DBs0 {
  width: 20px;
  height: 12px;
  border-radius: 1px;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--trend-wrap--0bqO8 .OpenAutoMarketing-module--trend-map--YV8kg .OpenAutoMarketing-module--trend-box--X6dsw .OpenAutoMarketing-module--trend-item-border--EGvTN {
  border: 1px solid #000;
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--trend-wrap--0bqO8 .OpenAutoMarketing-module--trend-map--YV8kg .OpenAutoMarketing-module--trend-info--iOMPv {
  color: #4759b2;
  color: var(--label-13, #4759b2);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.OpenAutoMarketing-module--modal-wrap--E3YNw .OpenAutoMarketing-module--trend-wrap--0bqO8 .OpenAutoMarketing-module--trend-intro--wg3GL {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.OpenAutoMarketing-module--my-dropdown--9thz7 {
  padding: 8px;
  display: flex;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid #e1e3e8;
  border-bottom: 1px solid var(--Line-3, #e1e3e8);
  align-items: center;
  gap: 20px;
}
.OpenAutoMarketing-module--my-dropdown--9thz7 .OpenAutoMarketing-module--radio-item--1rUyf {
  cursor: pointer;
  width: 101px;
  height: 24px;
  border-radius: 16px;
  background: #f6f7fa;
  background: var(---Fill-2, #f6f7fa);
  text-align: center;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.OpenAutoMarketing-module--my-dropdown--9thz7 .OpenAutoMarketing-module--radio-item-active--JBr8x {
  border: 1px solid #4c6aff;
  border: 1px solid var(---Brand-6, #4c6aff);
  background: #eff2ff;
  background: var(---Brand-2-, #eff2ff);
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.OpenAutoMarketing-module--dropdown-wrap--BaPEg .sirius-cascader-menu-item {
  width: 222px;
}
.OpenAutoMarketing-module--dropdown-wrap--BaPEg .sirius-cascader-menu-item-expand {
  width: 134px !important;
}

.OpenAutoMarketing-module--aitaciModal--BTZB3 .ant-modal-body {
  padding: 0 !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--ai-hosting-edit-wrap--jDMB\+ {
  height: 100%;
}
.index-module--ai-hosting-edit-wrap--jDMB\+ .index-module--ai-hosting-edit-skeleton--Wki8M {
  padding: 20px;
}

.index-module--ai-hosting-scroll--K0cCt .index-module--ai-hosting-edit--UodSa {
  min-width: 1020px;
}

.index-module--ai-hosting-edit--UodSa {
  height: 100%;
  width: 100%;
  margin: auto;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
}
.index-module--ai-hosting-edit--UodSa .ant-modal-header,
.index-module--ai-hosting-edit--UodSa .ant-modal-footer {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}
.index-module--ai-hosting-edit--UodSa .ant-modal-body {
  padding: 4px 20px 8px;
}
.index-module--ai-hosting-edit--UodSa .index-module--breadcrumb-text--CPFci {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.index-module--ai-hosting-edit--UodSa .index-module--breadcrumb-flex--j8j77 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px 14px;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
}
.index-module--ai-hosting-edit--UodSa .index-module--breadcrumb-icon--7Uuza {
  display: flex;
  align-items: center;
  gap: 1px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}
.index-module--ai-hosting-edit--UodSa .index-module--breadcrumb-icon--7Uuza svg {
  stroke: #4c6aff;
  stroke: var(--Brand-6, #4c6aff);
}
.index-module--ai-hosting-edit--UodSa .index-module--breadcrumb-icon--7Uuza svg circle,
.index-module--ai-hosting-edit--UodSa .index-module--breadcrumb-icon--7Uuza svg path {
  stroke: #4c6aff;
  stroke: var(--Brand-6, #4c6aff);
}
.index-module--ai-hosting-edit--UodSa .index-module--breadcrumb-icon--7Uuza svg path:last-child {
  fill: #4c6aff;
  fill: var(--Brand-6, #4c6aff);
}
.index-module--ai-hosting-edit--UodSa .index-module--breadcrumb-item--nOcWb {
  cursor: pointer;
}
.index-module--ai-hosting-edit--UodSa .index-module--breadcrumb-item--nOcWb:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--ai-hosting-edit--UodSa .index-module--edit-wrapper--w1902 {
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
}
.index-module--ai-hosting-edit--UodSa .index-module--edit-content--zKAeK {
  overflow: hidden;
}
.index-module--ai-hosting-edit--UodSa .index-module--edit-btns--yOqgt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 20px;
  border-top: 1px solid #f0f1f5;
  border-top: 1px solid var(--Line-1, #f0f1f5);
}
.index-module--ai-hosting-edit--UodSa .index-module--edit-btns--yOqgt .lx-ui-btn + .lx-ui-btn {
  margin-left: 8px;
}
.index-module--ai-hosting-edit--UodSa .index-module--edit-btns--yOqgt .index-module--save-outbox--5uxQi {
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.index-module--ai-hosting-edit--UodSa .index-module--edit-btns--yOqgt .index-module--save-outbox--5uxQi .ant-checkbox {
  margin-top: 3px;
}
.index-module--ai-hosting-edit--UodSa .index-module--edit-btns--yOqgt .index-module--save-outbox--5uxQi svg {
  margin-top: 2px;
}
.index-module--ai-hosting-edit--UodSa .index-module--edit-modal--Imydp .index-module--edit-modal-title--Qr3cn {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-module--ai-hosting-edit--UodSa .index-module--edit-modal--Imydp .index-module--edit-modal-radio--KasKP {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.index-module--ai-hosting-edit--UodSa .index-module--edit-modal--Imydp .index-module--edit-modal-desc--dX3ME {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}
.index-module--ai-hosting-edit--UodSa .index-module--draft-modal-title--x7sPX {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.index-module--ai-hosting-edit--UodSa .index-module--draft-modal-icon--uBAv2 {
  margin-right: 8px;
  vertical-align: -4px;
}
.index-module--ai-hosting-edit--UodSa .index-module--draft-modal-desc--r4-Ir {
  margin: 8px 0 12px 28px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--ai-hosting-edit--UodSa .index-module--draft-modal-btns--leM88 {
  display: flex;
  justify-content: flex-end;
}

.index-module--page-loading--OnL0z {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.index-module--page-loading--OnL0z .sirius-spin {
  display: inline-block;
}
.index-module--page-loading--OnL0z .ant-spin-text {
  font-size: 12px;
  color: rgba(38, 42, 51, 0.5);
}

.index-module--edit-modal--Imydp .index-module--edit-modal-title--Qr3cn {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-module--edit-modal--Imydp .index-module--edit-modal-radio--KasKP {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.index-module--edit-modal--Imydp .index-module--edit-modal-desc--dX3ME {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}

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

.index-module--emailBindSubTitleWrap--eMBHP {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 12px;
  display: flex;
  background-color: rgba(76, 106, 255, 0.09);
  border-radius: 4px;
}
.index-module--emailBindSubTitleWrap--eMBHP .index-module--icon--aPs-P,
.index-module--emailBindSubTitleWrap--eMBHP .index-module--iconWrap--TYaYL {
  width: 16px;
  height: 16px;
  line-height: 1;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--emailBindSubTitleWrap--eMBHP .index-module--icon--aPs-P.sirius-icon,
.index-module--emailBindSubTitleWrap--eMBHP .index-module--iconWrap--TYaYL.sirius-icon {
  width: 16px;
  height: 16px;
  line-height: 1;
}
.index-module--emailBindSubTitleWrap--eMBHP .index-module--iconWrap--TYaYL {
  margin-top: 2px;
}
.index-module--emailBindSubTitleWrap--eMBHP .index-module--text--Nxu1x {
  margin-left: 6px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.index-module--sendlimit---5dfY {
  padding-top: 16px;
  font-size: 14px;
}
.index-module--sendlimit---5dfY .index-module--title--SHEYY {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  gap: 6px;
}
.index-module--sendlimit---5dfY .index-module--content--lm7yr {
  padding: 10px 0;
  padding-left: 24px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--sendlimit---5dfY .index-module--limitSet--oFJkc {
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-module--sendlimit---5dfY .index-module--limitInput--guKDY {
  width: 206px;
  border-radius: 4px;
}
.index-module--sendlimit---5dfY .index-module--limitNum--xf9Cp {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.index-module--sendlimit---5dfY .index-module--limitInputErr--h8jZc {
  border: red 1px solid;
}
.index-module--sendlimit---5dfY .index-module--limitInputErr--h8jZc:focus {
  border-color: red;
}
.index-module--sendlimit---5dfY .index-module--limitErrMag--DaSfi {
  color: red;
  margin-left: 134px;
  margin-top: 3px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--rcmd-Wrapper--kHc6O {
  background-image: url(/static/aiExtendWordBGNew-2363e9d09a0efd5cfe8245ca0a630f41.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  padding: 16px;
  overflow: hidden;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--left-top--zd4jc {
  position: absolute;
  left: 0;
  top: 0;
  width: 206px;
  height: 64px;
  background-image: url(/static/rcmdbg-08157ea642f4d37f3d9a8a1d34441125.png);
  background-size: 206px 64px;
  background-position: center;
  padding-left: 12px;
  display: flex;
  align-items: center;
  border-radius: 8px 0 0 0;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--left-top--zd4jc .index-module--robot--mTzTl {
  width: 40px;
  height: 40px;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--left-top--zd4jc .index-module--ai-icon--CrAAu {
  display: inline-block;
  width: 22px;
  height: 14px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAArMezNAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADxSURBVHgBjVLBEYIwEDwY/2IFpgMpgRIowRLsgLEDOsAStALsAKgArACtIJqZROKyAfcBuWRvb3M5kQC01pmeowlwT8AbYwmjIHtJgJtB3MUBBxkhGyjh2EPcSkC4tleqSTsSwkfkTNTvrSJJaoHvkC65rQJuMuDjw2mzH2N1mXp7tv8n1FYrcTsTlmkSLlEUDXb9Ag72+ADxw3w2wt123pW3K8IpcyyecK3/Q+XlpOQ8/zomvb17NQv5nemdt1Yyx8Dc9sj67JXgaNR2ltmZy4vB7Y04uEJsRI92jQ/XMbcGKRF2s9pbTuN41r2P0uW8AUmdlxXFYs7HAAAAAElFTkSuQmCC);
  background-size: 22px 14px;
  background-position: center;
  margin: 0 4px;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--left-top--zd4jc .index-module--title--vNdza {
  color: #fff;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--operate-wrapper--sl7kV {
  display: flex;
  padding-bottom: 7px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #b9bdff 0%, #cfc2ff 75%, #dcc2ff 100%);
  border-image-slice: 1;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--operate-wrapper--sl7kV .index-module--list--6Zxqm {
  display: flex;
  flex: 1 1;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--operate-wrapper--sl7kV .index-module--list--6Zxqm p {
  margin: 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--operate-wrapper--sl7kV .index-module--list--6Zxqm .index-module--select--TxLx1 {
  margin: 0 12px;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--operate-wrapper--sl7kV .index-module--operate--T8FnL {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--operate-wrapper--sl7kV .index-module--operate--T8FnL:last-child {
  margin-right: -8px;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--operate-wrapper--sl7kV .index-module--operate--T8FnL .index-module--translate--C-Dwy {
  margin: 0;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px;
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  background-color: #fff;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--operate-wrapper--sl7kV .index-module--operate--T8FnL .index-module--translate--C-Dwy.index-module--on--GJlWM {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  color: #fff;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--operate-wrapper--sl7kV .index-module--operate--T8FnL .index-module--line--0L0Df {
  margin: 0 12px;
  height: 10px;
  width: 1px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.index-module--rcmd-Wrapper--kHc6O .index-module--operate-wrapper--sl7kV .index-module--operate--T8FnL .index-module--product--2alB1 {
  margin: 0 8px 0 16px;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--operate-wrapper--sl7kV .index-module--operate--T8FnL .index-module--customer--EbLAU {
  margin: 0 16px 0 0;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--operate-wrapper--sl7kV .index-module--operate--T8FnL .index-module--foldIcon--PEq3Y {
  display: flex;
  align-items: center;
  height: 22px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  margin: 0;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--operate-wrapper--sl7kV .index-module--operate--T8FnL .index-module--foldIcon--PEq3Y .sirius-icon {
  width: 16px;
  height: 22px;
  display: flex;
  align-items: center;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-content--idZRi {
  display: inline-block;
  height: 364px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-content--idZRi::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-content--idZRi::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-content--idZRi:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-content--idZRi:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-content--idZRi:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-content--idZRi:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-content--idZRi:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-content--idZRi:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-content--idZRi:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-list--UEYiR {
  display: flex;
  gap: 16px;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-list--UEYiR .index-module--header--Dyuji {
  width: 130px;
  padding-top: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-list--UEYiR .index-module--header--Dyuji .index-module--highlight--6moIB {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-list--UEYiR .index-module--header--Dyuji .sirius-icon {
  width: 16px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  font-size: 16px;
  vertical-align: -3px;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-list--UEYiR .index-module--container--pwTJC {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-list--UEYiR .index-module--container--pwTJC .index-module--empty--eQGlL {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 16px 0 0 0;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-list--UEYiR .index-module--container--pwTJC .index-module--item--dg-qM {
  margin: 16px 16px 0 0;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--res-list--UEYiR .index-module--container--pwTJC .index-module--item--dg-qM .index-module--translate--C-Dwy {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 0 21px;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--more-tip--z8eFW {
  display: flex;
  height: 22px;
  align-items: center;
  color: #545a6e;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 16px 0 0 0;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--more-tip--z8eFW .sirius-icon {
  width: 16px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--no-res--OS1rS {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-top: 16px;
}
.index-module--rcmd-Wrapper--kHc6O .index-module--footer--xXfJY {
  margin: 16px -16px 0;
  padding-top: 16px;
  padding-right: 16px;
  border-top: 1px solid #e1e3e8;
  border-top: 1px solid var(--Line-3, #e1e3e8);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.index-module--tip-txt--zlOIe {
  margin: 0;
}
.index-module--tip-txt--zlOIe span {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.index-module--aiExtendWordM--S5nii {
  display: inline-flex;
  align-items: center;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  margin-top: 5px;
}
.index-module--aiExtendWordM--S5nii .sirius-icon {
  margin-right: 4px;
  height: 20px !important;
  width: 20px !important;
  display: inline-flex !important;
  align-items: center;
}

.index-module--rightLine--cYzap {
  display: inline-block;
  height: 14px;
  width: 1px;
  background-color: rgb(183, 195, 255);
  margin-top: 9px;
  margin-left: 12px;
  margin-right: 12px;
}

.index-module--aiInputProduct--amZYh {
  display: inline-block;
  background-image: url(/static/aiInputProduct-d27a92133647b7952e6124d8cb8124d9.png);
  background-size: 100% 32px;
  background-repeat: no-repeat;
  padding-left: 37px;
}
.suggestionSelect-module--origin--fZLVA {
  border-radius: 2px;
}
.suggestionSelect-module--origin--fZLVA .ant-select-arrow {
  display: none;
}
.suggestionSelect-module--origin--fZLVA .ant-select-selector {
  border-radius: 2px 0 0 2px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.suggestionSelect-module--origin--fZLVA .ant-select-selection-placeholder {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.suggestionSelect-module--origin--fZLVA .ant-select-selection-overflow {
  gap: 4px;
}
.suggestionSelect-module--origin--fZLVA .ant-select-multiple .ant-select-selection-search {
  margin-top: 0;
  margin-bottom: 0;
}
.suggestionSelect-module--origin--fZLVA.suggestionSelect-module--warning-select--ZsXxe .ant-select-selector {
  border: 1px solid #e5a344 !important;
}

.suggestionSelect-module--warning--et71z {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 4px 0 0 0;
}

.suggestionSelect-module--custom-tag--ikROg {
  padding: 0 2px 0 4px;
  border-radius: 2px;
  background-color: #f0f2f7;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
}
.suggestionSelect-module--custom-tag--ikROg .suggestionSelect-module--txt--C\+WNH {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suggestionSelect-module--custom-tag--ikROg .suggestionSelect-module--close--me1xD {
  display: inline-block;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.suggestionSelect-module--custom-tag--ikROg .suggestionSelect-module--close--me1xD .sirius-icon {
  height: 12px !important;
  width: 12px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.suggestionSelect-module--custom-tag--ikROg.suggestionSelect-module--warn-tag--j\+aiq {
  background-color: #fff0db;
}
.ContactsSetting-module--wrap--EtIFY {
  padding: 16px;
}
.ContactsSetting-module--wrap--EtIFY .ant-select-selection-overflow {
  max-height: 100px !important;
}
.ContactsSetting-module--wrap--EtIFY .ant-modal-body {
  padding: 0 !important;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--header--\+Mp0I {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--header-title--KPNBs {
  color: #272e47;
  color: var(----Text-5-, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--header-info--SPIbO {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--header-help--jvZz7 {
  cursor: pointer;
  display: flex;
  gap: 4px;
  align-items: center;
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ant-form-vertical .ant-form-item {
  flex-direction: row;
  gap: 8px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ant-form-vertical .ant-form-item-label {
  line-height: 32px;
  padding-bottom: 4px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-line--wUJsq {
  width: 2px;
  height: 14px;
  left: 0;
  display: inline-block;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  margin-top: 9px;
  margin-right: 8px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-title--GgvDO {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 16px 0 8px 0;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-btn--LNBVb {
  margin-left: 8px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-wrap--XBqV- {
  position: relative;
  border-radius: 4px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  padding: 16px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-wrap--XBqV- .ContactsSetting-module--form-left--QgTaK {
  display: flex;
  position: relative;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-wrap--XBqV- .ContactsSetting-module--form-left--QgTaK .ant-form-item {
  margin-bottom: 0px !important;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-wrap--XBqV- .ContactsSetting-module--form-tip--rioYU {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 0 112px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-wrap--XBqV- .ContactsSetting-module--form-tool-tip--2ry1M {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  margin-left: 12px;
  margin-top: 5px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-wrap--XBqV- .ContactsSetting-module--placeholder-light---fZXE {
  width: 430px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-wrap--XBqV- .ContactsSetting-module--placeholder-light---fZXE .sirius-cascader-select-selection-placeholder {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-wrap--XBqV- .ContactsSetting-module--form-label--\+\+49E {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 4px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-wrap--XBqV- .ContactsSetting-module--form-labels--vctM\+ {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-content--71\+pt {
  display: flex;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-feature---H8Wj {
  margin-top: 12px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-feature---H8Wj .ContactsSetting-module--form-line--wUJsq {
  margin-top: 0;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-feature---H8Wj .ContactsSetting-module--form-left--QgTaK {
  margin-top: 8px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-feature-title--Qd64S {
  display: flex;
  align-items: center;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-feature-list--0peYL {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-feature-item--Fk6j5 {
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background-color: #fff;
  padding: 12px 16px;
  display: flex;
  gap: 8px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-feature-check--6cQ5H {
  display: flex;
  flex-direction: column;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-feature-title--Qd64S {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-feature-desc--Zoyqr {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-feature-item-head--ChIrQ {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-feature-item-title--x1gvh {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ContactsSetting-module--form-feature-item-desc--u0arI {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ant-divider-vertical {
  margin: 2px 4px 0 !important;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--set-wrap--6myXF .ant-form-item-explain {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  min-height: auto;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--contact-wrap--Zb7yw {
  margin-top: 16px;
}
.ContactsSetting-module--wrap--EtIFY .ContactsSetting-module--contact-wrap--Zb7yw .ContactsSetting-module--contact-title--RhqCw {
  color: #272e47;
  color: var(----Text-5-, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}

.ContactsSetting-module--trend-wrap--7A4Dl {
  margin: 16px 0;
}
.ContactsSetting-module--trend-wrap--7A4Dl .ContactsSetting-module--trend-map--GCQQR {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.ContactsSetting-module--trend-wrap--7A4Dl .ContactsSetting-module--trend-map--GCQQR .ContactsSetting-module--trend-label--uE7pf {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.ContactsSetting-module--trend-wrap--7A4Dl .ContactsSetting-module--trend-map--GCQQR .ContactsSetting-module--trend-box--jz1rp {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
  margin-right: 8px;
}
.ContactsSetting-module--trend-wrap--7A4Dl .ContactsSetting-module--trend-map--GCQQR .ContactsSetting-module--trend-box--jz1rp .ContactsSetting-module--trend-item--0CMOV {
  width: 20px;
  height: 12px;
  border-radius: 1px;
}
.ContactsSetting-module--trend-wrap--7A4Dl .ContactsSetting-module--trend-map--GCQQR .ContactsSetting-module--trend-box--jz1rp .ContactsSetting-module--trend-item-border--MdqQM {
  border: 1px solid #000;
}
.ContactsSetting-module--trend-wrap--7A4Dl .ContactsSetting-module--trend-map--GCQQR .ContactsSetting-module--trend-info--ObcRu {
  color: #4759b2;
  color: var(--label-13, #4759b2);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.ContactsSetting-module--trend-wrap--7A4Dl .ContactsSetting-module--trend-intro--WRvKk {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.ContactsSetting-module--edit-modal--EyopX {
  padding: 20px;
}
.ContactsSetting-module--edit-modal--EyopX .ContactsSetting-module--edit-modal-title--szQxb {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.ContactsSetting-module--edit-modal--EyopX .ContactsSetting-module--edit-modal-radio--XigMe {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.ContactsSetting-module--edit-modal--EyopX .ContactsSetting-module--edit-modal-desc--ZI0Zj {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}

.ContactsSetting-module--aiextendword--Tx7ZM {
  display: inline-block;
  background-image: url(/static/aiextendword-610fbe640a8a1243208626da72efd3a6.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 69px;
  height: 24px;
  visibility: visible;
  border: none !important;
  margin-top: 4px;
}
.ContactsSetting-module--aiextendword--Tx7ZM:hover {
  background-color: white;
}
.multipleSelectModal-module--custom-modal--SzOHi {
  display: flex;
  flex-direction: column;
  height: 316px;
}
.multipleSelectModal-module--custom-modal--SzOHi .multipleSelectModal-module--content--7pK5G {
  display: flex;
  flex-direction: column;
}
.multipleSelectModal-module--custom-modal--SzOHi .multipleSelectModal-module--content--7pK5G .multipleSelectModal-module--header--VBIUv {
  height: 60px;
}
.multipleSelectModal-module--custom-modal--SzOHi .multipleSelectModal-module--content--7pK5G .multipleSelectModal-module--header--VBIUv .multipleSelectModal-module--title--6Rpe0 {
  margin-top: 28px;
  margin-left: 28px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.multipleSelectModal-module--custom-modal--SzOHi .multipleSelectModal-module--content--7pK5G .multipleSelectModal-module--center--PAxte {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 28px 0px 28px;
}
.multipleSelectModal-module--custom-modal--SzOHi .multipleSelectModal-module--content--7pK5G .multipleSelectModal-module--center--PAxte .multipleSelectModal-module--tips--7TrI6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  white-space: pre-line;
}
.multipleSelectModal-module--custom-modal--SzOHi .multipleSelectModal-module--content--7pK5G .multipleSelectModal-module--center--PAxte .ant-input {
  height: 100px;
}
.multipleSelectModal-module--custom-modal--SzOHi .multipleSelectModal-module--content--7pK5G .multipleSelectModal-module--footer--AlwO0 {
  height: 74px;
  display: flex;
  justify-content: space-between;
  padding: 18px 28px 0px 0px;
}
.pauseTime-module--custom-modal--4kT\+b {
  display: flex;
  flex-direction: column;
  height: 408px;
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo {
  display: flex;
  flex-direction: column;
  padding: 0px 28px 0px 28px;
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--header--hgIuF {
  height: 60px;
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--header--hgIuF .pauseTime-module--title--F9E2q {
  margin-top: 28px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--detail--QqcsC {
  margin-top: 12px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--items--1pJGD {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--items--1pJGD .pauseTime-module--radio--2imij {
  display: flex;
  gap: 16px;
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--items--1pJGD .pauseTime-module--radio--2imij .ant-radio-wrapper {
  align-items: center;
  margin: 0px;
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--items--1pJGD .pauseTime-module--radio--2imij .sirius-radio-ehc .span {
  padding: 0px;
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--items--1pJGD .pauseTime-module--radio--2imij .sirius-radio-ehc-ui .span {
  padding: 0px;
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--items--1pJGD .pauseTime-module--radio--2imij .ant-radio {
  width: 16px;
  height: 16px;
  top: 0;
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--items--1pJGD .pauseTime-module--radio--2imij .ant-radio + * {
  padding-left: 4px;
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--items--1pJGD .pauseTime-module--item--VoVWa {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--items--1pJGD .pauseTime-module--item--VoVWa .pauseTime-module--item-title--B0u3i {
  margin-left: 4px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--items--1pJGD .pauseTime-module--item--VoVWa .pauseTime-module--item-detail--RdLZ9 {
  margin-left: 6px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--tips--RdcQw {
  margin-top: 8px;
  background-color: #f0f2f7;
  padding: 6px 12px 6px 12px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: flex-start;
  border-radius: 4px;
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--tips--RdcQw .pauseTime-module--icon--UwxHf {
  margin-top: 1px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjciIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDEgMTUpIiBmaWxsPSIjOEQ5MkExIi8+CjxwYXRoIGQ9Ik04IDExLjI5OThWNi45OTk4MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik04LjYwMDAyIDQuOUM4LjYwMDAyIDQuNTY4NjMgOC4zMzE0IDQuMyA4LjAwMDAyIDQuM0M3LjY2ODY1IDQuMyA3LjQwMDAyIDQuNTY4NjMgNy40MDAwMiA0LjlDNy40MDAwMiA1LjIzMTM3IDcuNjY4NjUgNS41IDguMDAwMDIgNS41QzguMzMxNCA1LjUgOC42MDAwMiA1LjIzMTM3IDguNjAwMDIgNC45WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--tips--RdcQw .pauseTime-module--text--K7kAz {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.pauseTime-module--custom-modal--4kT\+b .pauseTime-module--content--myyWo .pauseTime-module--footer--p1tUO {
  height: 74px;
  display: flex;
  justify-content: flex-end;
  padding-top: 18px;
}
.pauseTime-module--custom-modal--4kT\+b .ant-modal-body {
  padding: 0;
}
.pauseReason-module--custom-modal--DN8kQ {
  display: flex;
  flex-direction: column;
}
.pauseReason-module--custom-modal--DN8kQ .pauseReason-module--content---HmYv {
  display: flex;
  flex-direction: column;
  padding: 0px 28px 0px 28px;
}
.pauseReason-module--custom-modal--DN8kQ .pauseReason-module--content---HmYv .pauseReason-module--header--Xm0Bv {
  height: 60px;
}
.pauseReason-module--custom-modal--DN8kQ .pauseReason-module--content---HmYv .pauseReason-module--header--Xm0Bv .pauseReason-module--title--eammJ {
  margin-top: 28px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.pauseReason-module--custom-modal--DN8kQ .pauseReason-module--content---HmYv .pauseReason-module--items--nqHkZ {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
.pauseReason-module--custom-modal--DN8kQ .pauseReason-module--content---HmYv .pauseReason-module--items--nqHkZ .pauseReason-module--radio--oHgJw {
  display: flex;
  gap: 16px;
}
.pauseReason-module--custom-modal--DN8kQ .pauseReason-module--content---HmYv .pauseReason-module--items--nqHkZ .pauseReason-module--radio--oHgJw .ant-radio-wrapper {
  align-items: center;
  margin: 0px;
}
.pauseReason-module--custom-modal--DN8kQ .pauseReason-module--content---HmYv .pauseReason-module--items--nqHkZ .pauseReason-module--radio--oHgJw .sirius-radio-ehc .span {
  padding: 0px;
}
.pauseReason-module--custom-modal--DN8kQ .pauseReason-module--content---HmYv .pauseReason-module--items--nqHkZ .pauseReason-module--radio--oHgJw .sirius-radio-ehc-ui .span {
  padding: 0px;
}
.pauseReason-module--custom-modal--DN8kQ .pauseReason-module--content---HmYv .pauseReason-module--items--nqHkZ .pauseReason-module--radio--oHgJw .ant-radio {
  width: 16px;
  height: 16px;
  top: 0;
}
.pauseReason-module--custom-modal--DN8kQ .pauseReason-module--content---HmYv .pauseReason-module--items--nqHkZ .pauseReason-module--item--dDUQ\+ {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pauseReason-module--custom-modal--DN8kQ .pauseReason-module--content---HmYv .pauseReason-module--items--nqHkZ .pauseReason-module--item--dDUQ\+ .pauseReason-module--item-title--UYrc8 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.pauseReason-module--custom-modal--DN8kQ .pauseReason-module--content---HmYv .pauseReason-module--footer--3qyeZ {
  height: 74px;
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
}
.pauseReason-module--custom-modal--DN8kQ .pauseReason-module--content---HmYv .ant-input {
  height: 100px;
  margin-left: 24px;
  margin-top: 4px;
  width: calc(100% - 24px);
}
.pauseReason-module--custom-modal--DN8kQ .ant-modal-body {
  padding: 0;
}
@charset "UTF-8";
.Nodata-module--nodata--H6nnx {
  height: 288px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Nodata-module--nodata--H6nnx img {
  width: 130px;
  height: 130px;
}
.Nodata-module--nodata--H6nnx .Nodata-module--info--tA-B4 {
  margin-top: 24px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: center;
  /* 中性色-文字/Text-3次要信息 */
  color: #747a8c;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.MyTaskList-module--wrap--ypyAW {
  padding: 7px 16px 0;
  border-radius: 4px;
  max-height: 378px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.MyTaskList-module--wrap--ypyAW .ant-modal-wrap:not(.auto-marketing-modal) .ant-modal-body {
  max-height: initial !important;
}
.MyTaskList-module--wrap--ypyAW.MyTaskList-module--wrap2--sojs9 {
  max-height: none;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--item-divider--r-V68 {
  border-top-color: #ebedf2 !important;
  border-top-color: var(--Line-2, #ebedf2) !important;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--header--7cQUM {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--header--7cQUM .MyTaskList-module--header-left--v7QZX .ant-tabs-tab {
  margin-left: 0 !important;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--header--7cQUM .MyTaskList-module--header-left--v7QZX .ant-tabs-nav {
  margin: 0 !important;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--header--7cQUM .MyTaskList-module--header-left--v7QZX .ant-tabs-tab-active {
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--header--7cQUM .MyTaskList-module--header-left--v7QZX .MyTaskList-module--limit--pV98i {
  display: flex;
  align-items: center;
  color: #747a8c;
  color: var(--text-3, #747a8c);
  /* 全部/Text-C1-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 8px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--header--7cQUM .MyTaskList-module--header-left--v7QZX .MyTaskList-module--limit--pV98i > span {
  margin: 0 3px;
  display: flex;
  align-items: center;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--header--7cQUM .MyTaskList-module--header-left--v7QZX .MyTaskList-module--info--pirqV {
  color: #747a8c;
  color: var(--text-3, #747a8c);
  /* 全部/Text-C1-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--header--7cQUM .MyTaskList-module--header-left--v7QZX .MyTaskList-module--mod--UA6tH {
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 4px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--header--7cQUM .MyTaskList-module--right-btn--dwx5Z {
  display: flex;
  align-items: center;
  gap: 8px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--header--7cQUM .MyTaskList-module--error-reason--QJSwL {
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  padding: 4px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 4px;
  border-radius: 4px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--header--7cQUM .MyTaskList-module--error-reason--QJSwL span {
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As {
  flex: 1 1;
  height: 0;
  overflow-y: hidden;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ {
  padding: 16px 0;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-header--EpReT {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-header--EpReT .ant-tag {
  margin: 0 8px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-header--EpReT .MyTaskList-module--tag-wrap--sP\+7d {
  margin: 0;
  display: flex;
  gap: 8px;
  margin-left: 8px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-header--EpReT .MyTaskList-module--item-ai-staff--toAC3 {
  display: inline-block;
  width: 87px;
  height: 20px;
  background: url(/static/ai_staff_tag-152904a89a2df97d4822109f93a65742.png) no-repeat;
  background-size: 100% 100%;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-header--EpReT .MyTaskList-module--item-potential--pXWGT {
  color: #7a51cb;
  color: var(--label-3_3, #7a51cb);
  border-radius: 2px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 6px;
  background-color: #ede4ff;
  background-color: var(--label-3_1, #ede4ff);
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-header--EpReT .MyTaskList-module--item-private--kN7ES {
  color: #cc913d;
  color: var(--label-4_3, #cc913d);
  border-radius: 2px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 6px;
  background-color: #fff3e2;
  background-color: var(--label-4_1, #fff3e2);
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-header--EpReT .MyTaskList-module--scheduling--dRzF9 {
  color: #cb493d;
  color: var(--label-5_3, #cb493d);
  border-radius: 2px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 6px;
  background-color: #ffe5e2;
  background-color: var(--label-5_1, #ffe5e2);
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-header-info--X9lAZ {
  display: flex;
  align-items: center;
  flex: 1 1;
  width: 0;
  margin-right: 16px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-header-tag--HqMC7 {
  color: #4759b2;
  color: var(--label-1_3, #4759b2);
  border-radius: 2px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 6px;
  background-color: #deebfd;
  background-color: var(--label-1_1, #deebfd);
  margin-left: 20px;
  white-space: nowrap;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-header-btn--ODscL {
  display: flex;
  align-items: center;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-header-title--xDpnx {
  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-right: 8px;
  max-width: 377px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 30px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-header--EpReT .MyTaskList-module--btn-item--0oE7A {
  margin-left: 8px;
  white-space: nowrap;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item-info--y8yTq {
  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;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item-info--y8yTq .MyTaskList-module--icon--gIz\+w {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item-info-item--LzZZT {
  margin-right: 32px;
  display: flex;
  align-items: center;
  margin-top: 5px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item-info-item-icon--ObsWo circle {
  stroke: #8d92a1;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item-info-item-icon--ObsWo path {
  fill: #8d92a1;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item-info-item-label--X50nO {
  flex-shrink: 0;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item-info-item-intro-label--6tWWb {
  flex-shrink: 0;
  margin-left: 5px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item-info-item-intro-info--wL-dH {
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-data--rxmdY {
  display: flex;
  margin-top: 8px;
  background-color: #f6f7fa;
  padding: 4px 20px;
  border-radius: 4px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-data--rxmdY .MyTaskList-module--item-data-item--AnJOQ {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #747a8c;
  color: var(--text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-right: 16px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-data--rxmdY .MyTaskList-module--item-data-item--AnJOQ .MyTaskList-module--item-data-item-title--uZk5L {
  display: flex;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-data--rxmdY .MyTaskList-module--item-data-item--AnJOQ .MyTaskList-module--normal-label--0B8h\+ {
  flex: none;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-data--rxmdY .MyTaskList-module--item-data-item--AnJOQ .MyTaskList-module--link--wpM5N {
  display: flex;
  cursor: pointer;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-data--rxmdY .MyTaskList-module--item-data-item--AnJOQ .MyTaskList-module--link--wpM5N .MyTaskList-module--link-label--JbiwD {
  border-bottom: 1px solid #747a8c;
  border-bottom: 1px solid var(--text-3, #747a8c);
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-data--rxmdY .MyTaskList-module--item-data-item--AnJOQ .MyTaskList-module--icon--gIz\+w {
  cursor: pointer;
  filter: grayscale(100%);
  margin-top: 1px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-data--rxmdY .MyTaskList-module--item-data-item--AnJOQ .MyTaskList-module--item-data-item-data--JiIUW {
  color: #272e47;
  color: var(--text-4, #272e47);
  position: relative;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-data--rxmdY .MyTaskList-module--item-data-item--AnJOQ .MyTaskList-module--item-data-item-data--JiIUW .MyTaskList-module--mark-data--7NI0c {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  right: 4px;
  text-align: center;
  top: -10px;
  transform: translateX(100%);
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-data--rxmdY .MyTaskList-module--item-data-item--AnJOQ .MyTaskList-module--item-data-item-person--mlLji {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-data--rxmdY .MyTaskList-module--item-data-item--AnJOQ .MyTaskList-module--item-data-item-title--uZk5L:hover .MyTaskList-module--link--wpM5N {
  color: #4c6aff;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-data--rxmdY .MyTaskList-module--item-data-item--AnJOQ .MyTaskList-module--item-data-item-title--uZk5L:hover .MyTaskList-module--link--wpM5N .MyTaskList-module--link-label--JbiwD {
  border-bottom: 1px solid #4c6aff !important;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-data--rxmdY .MyTaskList-module--item-data-item--AnJOQ .MyTaskList-module--item-data-item-title--uZk5L:hover .MyTaskList-module--link--wpM5N .MyTaskList-module--item-data-item-data--JiIUW {
  color: #4c6aff;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-data--rxmdY .MyTaskList-module--item-data-item--AnJOQ .MyTaskList-module--item-data-item-title--uZk5L:hover .MyTaskList-module--icon--gIz\+w {
  filter: none;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--item--DEhLQ .MyTaskList-module--item-data--rxmdY .MyTaskList-module--item-data-item-margin--e9nRj {
  margin-right: 24px;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--open-wrap--osEAY {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--open-wrap--osEAY .MyTaskList-module--header-right--C6-Fv {
  display: flex;
  align-items: center;
  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;
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--open-wrap--osEAY .MyTaskList-module--header-right--C6-Fv .MyTaskList-module--open-icon--aoGn6 {
  transform-origin: center;
  transform: rotateZ(180deg);
}
.MyTaskList-module--wrap--ypyAW .MyTaskList-module--content--s\+3As .MyTaskList-module--list--VLuHx .MyTaskList-module--open-wrap--osEAY .MyTaskList-module--header-right--C6-Fv svg {
  margin-left: 4px;
}

.MyTaskList-module--modal-content--NrUyv {
  margin: -12px -20px 21px;
  padding: 0 20px;
  max-height: 492px;
  overflow-y: overlay;
}
.MyTaskList-module--modal-content--NrUyv .MyTaskList-module--modal-info--qpu-T {
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 常用/Text-C2-Reg14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 28px;
}
.MyTaskList-module--modal-content--NrUyv .MyTaskList-module--input--TASKT {
  width: 100%;
}
.MyTaskList-module--modal-content--NrUyv .MyTaskList-module--priority--WPXGP {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.MyTaskList-module--modal-content--NrUyv .MyTaskList-module--priority--WPXGP .MyTaskList-module--priority-title--l9E7I {
  margin: 0;
}
.MyTaskList-module--modal-content--NrUyv .MyTaskList-module--priority--WPXGP .MyTaskList-module--priority-desc--3uOjn {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.MyTaskList-module--modal-content--NrUyv .MyTaskList-module--priority--WPXGP .MyTaskList-module--priority-list--T5Way {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
  padding: 10px 0;
  margin: 8px 0 18px;
}
.MyTaskList-module--modal-content--NrUyv .MyTaskList-module--priority--WPXGP .MyTaskList-module--priority-item--1W8No {
  padding: 7px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.MyTaskList-module--modal-content--NrUyv .MyTaskList-module--priority--WPXGP .MyTaskList-module--priority-item--1W8No:hover, .MyTaskList-module--modal-content--NrUyv .MyTaskList-module--priority--WPXGP .MyTaskList-module--priority-item--1W8No:active {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.MyTaskList-module--modal-content--NrUyv .MyTaskList-module--priority--WPXGP .MyTaskList-module--priority-item--1W8No svg:hover, .MyTaskList-module--modal-content--NrUyv .MyTaskList-module--priority--WPXGP .MyTaskList-module--priority-item--1W8No svg:active {
  cursor: move;
}
.MyTaskList-module--modal-content--NrUyv .MyTaskList-module--priority--WPXGP .MyTaskList-module--time-pick--S-2Wu {
  display: flex;
  align-items: center;
  margin-top: 8px;
  gap: 8px;
}
.MyTaskList-module--modal-content--NrUyv .MyTaskList-module--priority--WPXGP .MyTaskList-module--time-pick--S-2Wu .MyTaskList-module--split-line--KNj2g {
  background: #545a6e;
  background: var(--fill-6, #545a6e);
  height: 1px;
  width: 16px;
}
.MyTaskList-module--modal-content--NrUyv .MyTaskList-module--priority--WPXGP .MyTaskList-module--time-pick--S-2Wu .MyTaskList-module--time-label--EongN {
  color: #747a8c;
  color: var(--text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.MyTaskList-module--modal-content--NrUyv .MyTaskList-module--priority--WPXGP .MyTaskList-module--error-tip--iTYrO {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  line-height: 24px;
}

.MyTaskList-module--btn-form--UkBDa {
  display: flex;
  justify-content: flex-end;
  padding-top: 18px;
  background-color: #fff;
}

.MyTaskList-module--pick-item-disabled--xDxYu {
  background: rgba(0, 0, 0, 0.04) !important;
  cursor: not-allowed !important;
}

.MyTaskList-module--add-btn--n\+MPt {
  border: 0.5px solid #eceff4;
  box-shadow: 0px 4px 8px rgba(35, 45, 71, 0.1);
  border-radius: 4px;
  width: 128px;
  padding: 4px 0;
}
.MyTaskList-module--add-btn-item--WuTHd {
  white-space: nowrap;
  cursor: pointer;
  padding: 8px 2px;
  color: #4e5a70;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
}
.MyTaskList-module--add-btn-item--WuTHd:hover {
  background-color: #f0f2f7;
}

.MyTaskList-module--add-btn2--Nw7Ck {
  width: 142px;
}
.MyTaskList-module--add-btn2--Nw7Ck .MyTaskList-module--add-btn-item--WuTHd {
  display: flex;
  align-items: center;
  gap: 4px;
}

.MyTaskList-module--popover-wrapper--n2Tc0 .ant-popover-placement-bottom {
  padding-top: 0 !important;
}
.MyTaskList-module--popover-wrapper--n2Tc0 .ant-popover-arrow {
  display: none;
}
.MyTaskList-module--popover-wrapper--n2Tc0 .ant-popover {
  padding-top: 0 !important;
}

.MyTaskList-module--dropdown-btn--Bznut {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.MyTaskList-module--dropdown-btn--Bznut span {
  display: flex !important;
  align-items: center;
  width: 14px !important;
}

.MyTaskList-module--error-modal--MC-9o .ant-modal-body {
  padding-top: 12px;
}
.MyTaskList-module--error-modal--MC-9o .MyTaskList-module--error-content--BwyHx {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.MyTaskList-module--error-modal--MC-9o .MyTaskList-module--error-content--BwyHx .ant-table-wrapper {
  border-bottom: 1px solid #f0f0f0;
}
.MyTaskList-module--error-modal--MC-9o .MyTaskList-module--error-content--BwyHx .MyTaskList-module--error-tips--IdZwE {
  padding: 16px;
  border-radius: 4px;
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
}
.MyTaskList-module--error-modal--MC-9o .MyTaskList-module--error-content--BwyHx .MyTaskList-module--error-tips-header--D0Vl7 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}
.MyTaskList-module--error-modal--MC-9o .MyTaskList-module--error-content--BwyHx .MyTaskList-module--error-tips-header--D0Vl7 span {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.MyTaskList-module--error-modal--MC-9o .MyTaskList-module--error-content--BwyHx .MyTaskList-module--error-tips-list--W6wJ4 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.MyTaskList-module--column1--7J7Tw {
  width: 240px;
}

.MyTaskList-module--column2--T2XlJ {
  width: 122px;
}

.MyTaskList-module--column3--nHEZ0 {
  width: 404px;
}

.MyTaskList-module--ellipsis--yMGMy {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.MyTaskList-module--my-select--fcOax .ant-select-selection-item {
  padding-right: 0 !important;
}

.MyTaskList-module--tooltipWrap--L2zLh {
  max-width: 800px;
}
.MyTaskList-module--tooltipWrap--L2zLh .content-box {
  max-width: 800px !important;
}

.MyTaskList-module--targetName--WuJmq {
  animation: MyTaskList-module--highlight-text--h2\+om 2s ease;
}
@keyframes MyTaskList-module--highlight-text--h2\+om {
  0% {
    background-color: #ffc470;
    background-color: var(--Warning-5, #ffc470);
  }
  90% {
    background-color: #ffc470;
    background-color: var(--Warning-5, #ffc470);
  }
  100% {
    background-color: transparent;
  }
}

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

.MyTaskList-module--tooltipOutWrap--M0TN1 .content-box {
  max-width: 600px !important;
}
@charset "UTF-8";
.index-module--marketing-item--i4Ocj {
  padding: 12px 0;
}
.index-module--marketing-item-header--tLnWf {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  justify-content: space-between;
}
.index-module--marketing-item-info--dg2u4 {
  display: flex;
  align-items: center;
  gap: 8px;
  width: calc(100% - 215px);
}
.index-module--marketing-item-name--XiCNm {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.index-module--marketing-item-operate--amVqP {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.index-module--marketing-item-operate--amVqP .index-module--btnItem--IKGcn {
  margin: 0 !important;
}

.index-module--targetName--SLhrN {
  animation: index-module--highlight-text--nL0U1 2s ease;
}
@keyframes index-module--highlight-text--nL0U1 {
  0% {
    background-color: #ffc470;
    background-color: var(--Warning-5, #ffc470);
  }
  90% {
    background-color: #ffc470;
    background-color: var(--Warning-5, #ffc470);
  }
  100% {
    background-color: transparent;
  }
}

.index-module--item--VQX1U {
  padding: 16px 0;
}
.index-module--item-info--NT9LZ {
  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;
}
.index-module--item-info--NT9LZ .index-module--icon--r2Kxv {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.index-module--item-info-item--jPBvP {
  margin-right: 32px;
  display: flex;
  align-items: center;
  margin-top: 5px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.index-module--item-info-item-icon--1Clvn circle {
  stroke: #8d92a1;
}
.index-module--item-info-item-icon--1Clvn path {
  fill: #8d92a1;
}
.index-module--item-info-item-label--BounR {
  flex-shrink: 0;
}
.index-module--item-info-item-intro-label--UImpa {
  flex-shrink: 0;
  margin-left: 5px;
}
.index-module--item-info-item-intro-info--P-KBb {
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-module--item-data--y9M-\+ {
  margin-top: 8px;
  padding: 4px 12px;
  border-radius: 4px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  display: flex;
  align-items: center;
  gap: 16px;
}
.index-module--item-data--y9M-\+ .index-module--data-item--ymzoo {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.index-module--item-data--y9M-\+ .index-module--data-item--ymzoo > span {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-feature-settings: "liga" off, "clig" off;
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.index-module--scrollTooltip--pgP\+y .ant-tooltip-inner {
  max-height: 400px;
  overflow-y: scroll;
}
.index-module--scrollTooltip--pgP\+y .ant-tooltip-inner::-webkit-scrollbar {
  opacity: 1;
}
.index-module--draw--64DYK .ant-drawer-body {
  padding-top: 4px !important;
}
.index-module--draw--64DYK .ant-form-vertical .ant-form-item {
  flex-direction: row;
  gap: 8px;
}
.index-module--draw--64DYK .ant-form-vertical .ant-form-item-label {
  line-height: 32px;
  padding-bottom: 0px;
}
.index-module--draw--64DYK .index-module--form-item-left--BR5-\+ {
  width: calc(100% - 152px) !important;
}
.index-module--draw--64DYK .index-module--formSelect2--5hFcd .ant-select-selector {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.index-module--draw--64DYK .index-module--formSelect2--5hFcd .ant-form-item-control {
  width: calc(100% - 135px);
}
.index-module--draw--64DYK .index-module--formSelect--gR63Y .ant-select-selector {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.index-module--draw--64DYK .index-module--formSelect--gR63Y .ant-form-item-control {
  width: calc(100% - 170px);
}
.index-module--draw-modal--FdbMR .ant-modal-body {
  padding: 0 !important;
}
.index-module--draw--64DYK .index-module--form-line--2z6C6 {
  width: 2px;
  height: 14px;
  left: 0;
  display: inline-block;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  margin-top: 9px;
  margin-right: 8px;
}
.index-module--draw--64DYK .index-module--form-title--cZgC8 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 16px 0 8px 0;
}
.index-module--draw--64DYK .index-module--form-top--DNTbl {
  margin-top: 18px;
}
.index-module--draw--64DYK .index-module--form-top--DNTbl .ant-form-item {
  gap: 47px !important;
}
.index-module--draw--64DYK .index-module--form-text--L9qJ9 {
  width: 504px;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  background: #fff;
  background: var(---, #fff);
  height: 160px;
}
.index-module--draw--64DYK .index-module--form-btn--Bo5gu {
  margin-left: 8px;
}
.index-module--draw--64DYK .index-module--form-wrap--F4DvN {
  position: relative;
  border-radius: 4px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  padding: 16px;
}
.index-module--draw--64DYK .index-module--form-wrap--F4DvN .index-module--form-left--uCS1u {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.index-module--draw--64DYK .index-module--form-wrap--F4DvN .index-module--form-left--uCS1u .ant-form-item {
  margin-bottom: 0px !important;
}
.index-module--draw--64DYK .index-module--form-wrap--F4DvN .index-module--form-tip--b0nAZ {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 0 112px;
  height: 32px;
}
.index-module--draw--64DYK .index-module--form-wrap--F4DvN .index-module--form-tool-tip--ouiRE {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  margin-left: 12px;
  display: flex;
  align-items: center;
  height: 32px;
}
.index-module--draw--64DYK .index-module--form-wrap--F4DvN .index-module--placeholder-light--NMKzW {
  width: 430px;
}
.index-module--draw--64DYK .index-module--form-wrap--F4DvN .index-module--placeholder-light--NMKzW .sirius-cascader-select-selection-placeholder {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--draw--64DYK .index-module--form-wrap--F4DvN .index-module--form-label--otIdn {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 4px;
}
.index-module--draw--64DYK .index-module--form-wrap--F4DvN .index-module--form-labels--c6ofR {
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--draw--64DYK .index-module--form-content--ZKCWD {
  display: flex;
}
.index-module--draw--64DYK .index-module--form-feature--qmBON {
  margin-top: 16px;
}
.index-module--draw--64DYK .index-module--form-feature--qmBON .index-module--form-line--2z6C6 {
  margin-top: 0;
}
.index-module--draw--64DYK .index-module--form-feature--qmBON .index-module--form-left--uCS1u {
  margin-top: 8px;
  width: 100%;
}
.index-module--draw--64DYK .index-module--form-feature-title--dJ7K7 {
  display: flex;
  align-items: center;
}
.index-module--draw--64DYK .index-module--form-feature-list--7mx68 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.index-module--draw--64DYK .index-module--form-feature-item--Ub767 {
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background-color: #fff;
  padding: 12px 16px;
  display: flex;
  gap: 8px;
}
.index-module--draw--64DYK .index-module--form-feature-check--kpqrQ {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.index-module--draw--64DYK .index-module--form-feature-title--dJ7K7 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.index-module--draw--64DYK .index-module--form-feature-desc--x\+-GZ {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
}
.index-module--draw--64DYK .index-module--form-feature-item-head--5ow9u {
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--draw--64DYK .index-module--form-feature-item-title--jOI9H {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.index-module--draw--64DYK .index-module--form-feature-item-desc--Nnbta {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.index-module--draw--64DYK .ant-divider-vertical {
  margin: 2px 4px 0 !important;
}
.index-module--draw--64DYK .ant-form-item-explain {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  min-height: auto;
}
.index-module--draw--64DYK .index-module--submit--FvF3G {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px;
  background: #fff;
}
.index-module--draw--64DYK .index-module--submit--FvF3G .index-module--closeBtn--3-z\+\+ {
  margin-left: 0 !important;
}
.index-module--wrap--bpVxI {
  display: flex;
  align-items: center;
  height: 20px;
  border-radius: 100px;
  background-color: rgba(207, 247, 230, 0.5);
  position: relative;
  padding: 4px 8px;
  cursor: pointer;
}
.index-module--wrap--bpVxI .index-module--label--PkrX4 {
  color: #0dc076;
  color: var(--Success-7, #0dc076);
  padding-left: 20px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  flex: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1 1 auto;
  max-width: 400px;
}
.index-module--wrap--bpVxI .index-module--label-tip--XR-kS {
  color: #0dc076;
  color: var(--Success-7, #0dc076);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  flex: none;
}
.index-module--wrap--bpVxI .index-module--circle--k52Gi {
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #fff;
}
.index-module--wrap--bpVxI .index-module--circle--k52Gi .index-module--out-circle--\+zmdR {
  padding: 9px;
  border-radius: 50%;
  border: 1px solid #0fd683;
  border: 1px solid var(--Success-6, #0fd683);
  position: relative;
}
.index-module--wrap--bpVxI .index-module--circle--k52Gi .index-module--out-circle--\+zmdR .index-module--rotate-line--4aG-j {
  position: absolute;
  height: 10px;
  width: 4px;
  top: -1px;
  left: 7px;
  background-color: #f8f9fa;
  animation: index-module--rotate--xEyJC 2s linear infinite;
  transform-origin: 2px 10px;
}
.index-module--wrap--bpVxI .index-module--circle--k52Gi .index-module--out-circle--\+zmdR .index-module--inner-circle--wArbS {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background: #0fd683;
  background: var(--Success-6, #0fd683);
  border-radius: 50%;
}

.index-module--wrap2--UI5C3 {
  background-color: rgba(225, 227, 232, 0.5);
  width: 70px;
}
.index-module--wrap2--UI5C3 .index-module--label--PkrX4 {
  color: #545a6e;
  color: var(--text-4, #545a6e);
}
.index-module--wrap2--UI5C3 .index-module--circle--k52Gi .index-module--out-circle--\+zmdR {
  border: 1px solid #c9cbd6;
  border: 1px solid var(--Fill-5, #c9cbd6);
  background-color: #8d92a1;
  background-color: var(--Fill-6, #8d92a1);
}
.index-module--wrap2--UI5C3 .index-module--circle--k52Gi .index-module--out-circle--\+zmdR .index-module--inner-circle--wArbS {
  background: #8d92a1;
  background: var(--Fill-6, #8d92a1);
}
.index-module--wrap2--UI5C3 .index-module--circle--k52Gi .index-module--out-circle--\+zmdR .index-module--inner-circle--wArbS svg path {
  stroke: #fff;
}

.index-module--wrap3--\+eV9i {
  background-color: rgba(255, 222, 219, 0.5);
}
.index-module--wrap3--\+eV9i .ant-divider-vertical {
  border-color: #ffbdb7;
  border-color: var(--Error-4, #ffbdb7);
  margin: 2px 6px 0 !important;
}
.index-module--wrap3--\+eV9i .index-module--label--PkrX4 {
  color: #e45244;
  color: var(--Error-7, #e45244);
}
.index-module--wrap3--\+eV9i .index-module--label-tip--XR-kS {
  color: #e45244;
  color: var(--Error-7, #e45244);
}
.index-module--wrap3--\+eV9i .index-module--circle--k52Gi .index-module--out-circle--\+zmdR {
  border: 1px solid #fe5b4c;
  border: 1px solid var(--Error-6, #fe5b4c);
}
.index-module--wrap3--\+eV9i .index-module--circle--k52Gi .index-module--out-circle--\+zmdR .index-module--inner-circle--wArbS {
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
}

.index-module--wrap4--WsGrB {
  width: 306px;
}
.index-module--wrap4--WsGrB .ant-divider-vertical {
  border-color: #0dc076;
  border-color: var(--Success-7, #0dc076);
  margin: 2px 6px 0 !important;
}

.index-module--wrap5--CWyx1 {
  display: flex;
  align-items: center;
  height: 20px;
  border-radius: 100px;
  background-color: rgba(225, 227, 232, 0.5);
  position: relative;
  padding: 4px 8px;
  cursor: pointer;
}
.index-module--wrap5--CWyx1 .index-module--label--PkrX4 {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  padding-left: 20px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  flex: none;
}
.index-module--wrap5--CWyx1 .index-module--label-tip--XR-kS {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  flex: none;
}
.index-module--wrap5--CWyx1 .index-module--circle--k52Gi {
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #fff;
}
.index-module--wrap5--CWyx1 .index-module--circle--k52Gi .index-module--out-circle--\+zmdR {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #c9cbd6;
  border: 1px solid var(--Fill-5, #c9cbd6);
  background-color: #8d92a1;
  background-color: var(--Fill-6, #8d92a1);
  position: relative;
}
.index-module--wrap5--CWyx1 .index-module--circle--k52Gi .index-module--out-circle--\+zmdR .index-module--rotate-line--4aG-j {
  position: absolute;
  height: 10px;
  width: 4px;
  top: -1px;
  left: 7px;
  background-color: #f8f9fa;
  animation: index-module--rotate--xEyJC 2s linear infinite;
  transform-origin: 2px 10px;
}
.index-module--wrap5--CWyx1 .index-module--circle--k52Gi .index-module--out-circle--\+zmdR .index-module--inner-circle--wArbS {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background: #8d92a1;
  background: var(--Fill-6, #8d92a1);
  border-radius: 50%;
}
.index-module--wrap5--CWyx1 .index-module--circle--k52Gi .index-module--out-circle--\+zmdR .index-module--inner-circle--wArbS svg path {
  stroke: #fff;
}
.index-module--wrap5--CWyx1 .index-module--wrap5-divider--59ESb {
  width: 1px;
  height: 12px;
  background-color: #c9cbd6;
  background-color: var(--Fill-5, #c9cbd6);
  margin-left: 8px;
  margin-right: 8px;
}

.index-module--wrap12--9cb-K {
  display: flex;
  align-items: center;
  height: 20px;
  border-radius: 100px;
  background-color: rgba(225, 227, 232, 0.5);
  position: relative;
  padding: 4px 8px;
  cursor: pointer;
}
.index-module--wrap12--9cb-K .index-module--label--PkrX4 {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  padding-left: 0;
  flex: none;
}

.index-module--wrap6--VEHW5 {
  display: flex;
  align-items: center;
  height: 20px;
  border-radius: 100px;
  background-color: rgba(255, 222, 219, 0.5);
  position: relative;
  padding: 4px 8px;
  cursor: pointer;
}
.index-module--wrap6--VEHW5 .index-module--label--PkrX4 {
  color: #e45244;
  color: var(--Error-7, #e45244);
  padding-left: 20px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  flex: none;
}
.index-module--wrap6--VEHW5 .index-module--label-tip--XR-kS {
  color: #e45244;
  color: var(--Error-7, #e45244);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  flex: none;
}
.index-module--wrap6--VEHW5 .ant-divider-vertical {
  border-color: #ffbdb7;
  border-color: var(--Error-4, #ffbdb7);
  margin: 2px 6px 0 !important;
}
.index-module--wrap6--VEHW5 .index-module--circle--k52Gi {
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #fff;
}
.index-module--wrap6--VEHW5 .index-module--circle--k52Gi .index-module--out-circle--\+zmdR {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fe5b4c;
  border: 1px solid var(--Error-6, #fe5b4c);
  position: relative;
}
.index-module--wrap6--VEHW5 .index-module--circle--k52Gi .index-module--out-circle--\+zmdR .index-module--rotate-line--4aG-j {
  position: absolute;
  height: 10px;
  width: 4px;
  top: -1px;
  left: 7px;
  background-color: #f8f9fa;
  animation: index-module--rotate--xEyJC 2s linear infinite;
  transform-origin: 2px 10px;
}
.index-module--wrap6--VEHW5 .index-module--circle--k52Gi .index-module--out-circle--\+zmdR .index-module--inner-circle--wArbS {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  border-radius: 50%;
}
.index-module--wrap6--VEHW5 .index-module--wrap6-divider--Eyjv1 {
  width: 1px;
  height: 12px;
  background-color: #ffbdb7;
  background-color: var(--Error-4, #ffbdb7);
  margin-left: 8px;
  margin-right: 8px;
}

.index-module--abnormal-tag--W1b3f {
  margin-left: 8px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/static/edm-plan-abnormal-tag.4c8763d8.svg);
}

@keyframes index-module--rotate--xEyJC {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.index-module--center-flex--aEwyY {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-module--plan-abnormal-tips--vMo2d {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.index-module--plan-abnormal-tips--vMo2d .index-module--plan-abnormal-tips-title--lw-aq {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.index-module--plan-abnormal-tips--vMo2d .index-module--plan-abnormal-tips-style--rIL5s {
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
.index-module--loading--xawQg {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 8px 0;
}

.index-module--text--8wuDM {
  color: #272e47;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.index-module--end--vaNpq {
  display: flex;
  align-items: center;
  width: 100%;
  color: #747a8c;
  justify-content: center;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--container--Jm34V {
  width: 100%;
  height: 240px;
  font-family: "PingFang SC";
  position: relative;
  transition: opacity 0.2s ease-in-out;
}
.index-module--container--Jm34V.index-module--hide--bSOaj {
  opacity: 0;
}

.index-module--btnIconList--pWroy {
  position: absolute;
  top: 16px;
  right: 16px;
  gap: 10px;
  display: flex;
  z-index: 20;
  -webkit-app-region: no-drag;
}
.index-module--btnIconList--pWroy > div {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-app-region: no-drag;
}
.index-module--btnIconList--pWroy > div > span,
.index-module--btnIconList--pWroy > div > span svg {
  line-height: 0px !important;
  width: 16px !important;
  height: 16px !important;
}
.index-module--btnIconList--pWroy.index-module--winElectron--ojAXI {
  top: 36px;
}

.index-module--banner--\+A0nf {
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.index-module--left--RiPfU {
  height: 100%;
  display: flex;
  align-items: end;
}
.index-module--left--RiPfU > div:nth-child(1) {
  -webkit-user-select: none;
          user-select: none;
}

.index-module--workDataList--X1LDA {
  padding-top: 68px;
  height: 100%;
}
.index-module--workDataList--X1LDA h3 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  margin: 0;
}
.index-module--workDataList--X1LDA p {
  margin: 0;
  margin-top: 8px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 16px; /* 133.333% */
  padding-left: 40px;
}

.index-module--right--gwtxU {
  height: 100%;
  display: flex;
  padding-top: 30px;
  align-items: end;
  flex-direction: column;
  justify-content: center;
}
.index-module--right--gwtxU > div + div {
  margin-top: 12px;
}

.index-module--dataStatsWrap--E1Tc7 {
  padding-left: 40px;
  margin-top: 28px;
  display: flex;
  gap: 28px;
}
.index-module--dataStatsWrap--E1Tc7 > div {
  flex-shrink: 0;
}

.index-module--item--fYhgc {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.index-module--item--fYhgc > span:nth-child(1) {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: LX-numbers;
  font-size: 20px;
  line-height: 22px; /* 110% */
}
.index-module--item--fYhgc > span:nth-child(2) {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  line-height: 22px; /* 157.143% */
}
.index-module--item--fYhgc.index-module--center--ZyaP4 > span:nth-child(1) {
  text-align: center;
}

.index-module--taskCreateWrap--Nj42j {
  display: flex;
  min-width: 200px;
  padding: 8px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 3px 3px 0px rgba(47, 83, 134, 0.08);
  margin-right: 8px;
  cursor: pointer;
}
.index-module--taskCreateWrap--Nj42j.index-module--disabled--CgMe8 {
  cursor: default;
}
.index-module--taskCreateWrap--Nj42j img {
  width: 40px;
  height: 40px;
}
.index-module--taskCreateWrap--Nj42j span {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  flex-shrink: 0;
  margin-left: 12px;
  margin-right: 16px;
}
.index-module--taskCreateWrap--Nj42j > div:last-child {
  width: 24px;
  height: 24px;
  background: #ebf0ff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.index-module--site--rc3Iy {
  width: 120% !important;
  position: relative;
  left: -6%;
}

.index-module--expertProfile--\+mB6Z {
  width: 240px !important;
  height: 90% !important;
  flex-shrink: 0;
  margin-left: 12px;
}
.index-module--expertProfile--\+mB6Z img {
  transform: translate(0, 10px);
}

@media screen and (max-width: 1420px) {
  .index-module--expertProfile--\+mB6Z {
    width: 210px !important;
  }
  .index-module--workDataList--X1LDA {
    margin-left: -10px;
  }
  .index-module--tightStats--b-A7R .index-module--dataStatsWrap--E1Tc7 {
    gap: 14px;
  }
}
@media screen and (min-width: 1421px) {
  .index-module--right--gwtxU {
    margin-right: 52px;
  }
}
.index-module--__expert--xwhJN, .index-module--operations--b-eOs, .index-module--sns--o9qzP, .index-module--site--UeG6\+, .index-module--marketing--tX9Qr {
  width: 100%;
  height: 100%;
}
.index-module--__expert--xwhJN > img, .index-module--operations--b-eOs > img, .index-module--sns--o9qzP > img, .index-module--site--UeG6\+ > img, .index-module--marketing--tX9Qr > img {
  width: 100%;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--container--iRQJG {
  background: url(/static/bj.f61bc0f0.svg);
  background-size: cover;
  height: 100%;
  padding: 0 16px;
  position: relative;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--container--iRQJG::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--container--iRQJG::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--container--iRQJG:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--container--iRQJG:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--container--iRQJG:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--container--iRQJG:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--container--iRQJG:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--container--iRQJG:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--container--iRQJG:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--container--iRQJG .index-module--content--Rrf\+G {
  height: 100%;
}

.index-module--tabWrapper--BQ7ju {
  padding-left: 20px;
  padding-right: 20px;
  min-height: calc(100% - 240px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 20px 0px 0px;
  border: 1px solid #fff;
  background: #fafbff;
  box-shadow: 0px 3px 3px 0px rgba(47, 83, 134, 0.08);
  padding-top: 12px;
}
.index-module--tabWrapper--BQ7ju .ant-tabs-tab {
  height: 48px !important;
}

.index-module--bannerWrap--vYh2V {
  overflow: hidden;
  height: 240px;
}

.index-module--container--iRQJG.index-module--expertMainWrap--BZ838 {
  overflow-y: hidden;
}
.index-module--container--iRQJG.index-module--expertMainWrap--BZ838 .index-module--tabWrapper--BQ7ju {
  min-height: initial;
  height: calc(100% - 15px);
}
.index-module--container--iRQJG.index-module--expertMainWrap--BZ838 .ant-tabs,
.index-module--container--iRQJG.index-module--expertMainWrap--BZ838 .ant-tabs-content {
  height: 100%;
}
.index-module--container--iRQJG.index-module--expertMainWrap--BZ838 .ant-tabs-content-holder {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--container--iRQJG.index-module--expertMainWrap--BZ838 .ant-tabs-content-holder::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--container--iRQJG.index-module--expertMainWrap--BZ838 .ant-tabs-content-holder::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--container--iRQJG.index-module--expertMainWrap--BZ838 .ant-tabs-content-holder:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--container--iRQJG.index-module--expertMainWrap--BZ838 .ant-tabs-content-holder:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--container--iRQJG.index-module--expertMainWrap--BZ838 .ant-tabs-content-holder:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--container--iRQJG.index-module--expertMainWrap--BZ838 .ant-tabs-content-holder:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--container--iRQJG.index-module--expertMainWrap--BZ838 .ant-tabs-content-holder:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--container--iRQJG.index-module--expertMainWrap--BZ838 .ant-tabs-content-holder:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--container--iRQJG.index-module--expertMainWrap--BZ838 .ant-tabs-content-holder:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--expertsLanding--g8iFz {
  height: 100%;
  background: linear-gradient(180deg, #ebedff 0%, #f5f6ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--expertsLanding--g8iFz .index-module--content--0e7Tu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-1.25vw);
}
.index-module--expertsLanding--g8iFz .index-module--content--0e7Tu .index-module--desc--KFKbK .index-module--title--vKgjm {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 2.917vw; /* 42px */
  font-weight: 600;
  line-height: 3.542vw; /* 51px */
}
.index-module--expertsLanding--g8iFz .index-module--content--0e7Tu .index-module--desc--KFKbK .index-module--sub-title--KBZ28 {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 1.944vw; /* 28px */
  font-weight: 500;
  margin-top: 1.111vw; /* 16px */
}
.index-module--expertsLanding--g8iFz .index-module--content--0e7Tu .index-module--desc--KFKbK .index-module--points--umg6S {
  margin-top: 3.194vw; /* 46px */
}
.index-module--expertsLanding--g8iFz .index-module--content--0e7Tu .index-module--desc--KFKbK .index-module--points--umg6S .index-module--point--fY\+Yi {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 0.556vw; /* 8px */
}
.index-module--expertsLanding--g8iFz .index-module--content--0e7Tu .index-module--desc--KFKbK .index-module--points--umg6S .index-module--point--fY\+Yi + .index-module--point--fY\+Yi {
  margin-top: 1.25vw; /* 18px */
}
.index-module--expertsLanding--g8iFz .index-module--content--0e7Tu .index-module--desc--KFKbK .index-module--points--umg6S .index-module--point--fY\+Yi .index-module--icon--4NGPN {
  flex-shrink: 0;
  width: 1.389vw; /* 20px */
  height: 1.389vw; /* 20px */
  background-image: url(/static/check.436f969c.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.index-module--expertsLanding--g8iFz .index-module--content--0e7Tu .index-module--desc--KFKbK .index-module--points--umg6S .index-module--point--fY\+Yi .index-module--text--YoSuU {
  flex-grow: 1;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 1.111vw; /* 16px */
  font-weight: 500;
  line-height: 1.667vw; /* 24px */
}
.index-module--expertsLanding--g8iFz .index-module--content--0e7Tu .index-module--desc--KFKbK .index-module--button--oi7qA {
  margin-top: 3.889vw; /* 56px */
  width: 13.889vw; /* 200px */
  height: 3.33vw; /* 48px */
  font-size: 1.11vw; /* 16x */
}
.index-module--expertsLanding--g8iFz .index-module--content--0e7Tu .index-module--desc--KFKbK .index-module--button--oi7qA .index-module--noPermissionTip--p3q4C {
  display: flex;
  align-items: center;
  gap: 4px;
  pointer-events: all;
}
.index-module--expertsLanding--g8iFz .index-module--content--0e7Tu .index-module--pictureWrapper--9jZyv {
  position: relative;
  display: flex;
  width: 45.41vw; /* 654px */
}
.index-module--expertsLanding--g8iFz .index-module--content--0e7Tu .index-module--pictureWrapper--9jZyv .index-module--picture--h5TCm {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-module--expertsLanding--g8iFz .index-module--qrCodeWrapper--Ssum\+ {
  position: absolute;
  bottom: 60px;
  right: 32px;
}
.index-module--fixedDiv--PMp7t {
  background-color: #fafbff;
  display: flex;
  justify-content: space-between;
}

.index-module--createTaskBtnWrap--H13t1 {
  display: none;
}

.index-module--navWrap--k95dC,
.index-module--navWrap--k95dC > div {
  height: 48px;
  position: relative;
}

.index-module--emailIcon--iPOky, .index-module--leadIcon--RFizz {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  background: #dff6f7;
}

.index-module--leadIcon--RFizz {
  background: #f9effe;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--h100--jANDm {
  height: 100%;
}

.index-module--siteAchievement--0IPql .index-module--header--aR2ff {
  margin: 0 0 12px;
}
.index-module--siteAchievement--0IPql .index-module--header--aR2ff .ant-tabs-top > .ant-tabs-nav {
  margin: 0;
}
.index-module--siteAchievement--0IPql .index-module--header--aR2ff .ant-tabs-tab {
  height: auto !important;
  font-size: 12px !important;
}
.index-module--siteAchievement--0IPql .index-module--header--aR2ff .ant-tabs-tab:not(.ant-tabs-tab-active) {
  background-color: #f0f2f7;
}

.index-module--siteExpertOpen--fuA0E .index-module--siteOption--3Zk-Z {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  width: 100%;
}
.index-module--siteExpertOpen--fuA0E .index-module--siteOption--3Zk-Z div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.index-module--siteExpertOpen--fuA0E .index-module--siteOption--3Zk-Z .index-module--siteOptionDeleted--OSA\+H {
  border-radius: 2px;
  background: #e7ebf1;
  background: var(--label-6_1, #e7ebf1);
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  flex-shrink: 0;
  padding: 2px 6px;
  margin-left: 4px;
}

.index-module--productList--vBkjW {
  height: calc(100% - 50px);
}
.index-module--productList--vBkjW > div,
.index-module--productList--vBkjW > div > div {
  height: 100%;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--data-card--vFEqJ {
  flex: 1 1;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border-radius: 4px;
}
.index-module--data-card--vFEqJ .index-module--data-block--0I-y6 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px 20px 20px 48px;
}
.index-module--data-card--vFEqJ .index-module--data-block--0I-y6 .index-module--inner--4vKaL {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.index-module--data-card--vFEqJ .index-module--data-block--0I-y6 .index-module--inner--4vKaL .index-module--title--aEbz0 {
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--data-card--vFEqJ .index-module--data-block--0I-y6 .index-module--inner--4vKaL .index-module--number--k3EBr {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin: 8px 0 8px;
  font-family: "LX-numbers";
}
.index-module--data-card--vFEqJ .index-module--data-block--0I-y6 .index-module--inner--4vKaL .index-module--detail--DmiV2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  display: flex;
  align-items: center;
}
.index-module--data-card--vFEqJ .index-module--data-block--0I-y6 .index-module--inner--4vKaL .index-module--detail--DmiV2 dd {
  margin: 0 2px 0 4px;
}
.index-module--data-card--vFEqJ .index-module--data-block--0I-y6 .index-module--inner--4vKaL .index-module--line--dgCFU {
  margin: 0 11px 0 8px;
}
.index-module--data-card--vFEqJ .index-module--data-block--0I-y6 .index-module--inner--4vKaL .index-module--green--8uY7E {
  color: #0dc076;
  margin-left: 4px;
}
.index-module--data-card--vFEqJ .index-module--data-block--0I-y6 .index-module--inner--4vKaL .index-module--grey--NzFWh {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin-left: 4px;
}
.index-module--data-card--vFEqJ .index-module--data-block--0I-y6 .index-module--inner--4vKaL .index-module--red--tdspx {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  margin-left: 4px;
}
.index-module--data-card--vFEqJ .index-module--go-stat--NTk36 {
  width: 50px;
  margin-left: 5%;
  text-align: right;
}
.index-module--data-card--vFEqJ .index-module--go-stat--NTk36 .index-module--link--GLiJs {
  font-size: 14px;
  line-height: 22px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  display: flex;
  align-items: center;
  gap: 2px;
}
.index-module--generate--ynQQj {
  border-radius: 4px;
  background: #fafbff;
  min-height: 200px;
}
.index-module--generate--ynQQj:not(:first-child) {
  margin-bottom: 16px;
}
.index-module--generate--ynQQj .index-module--noSite--HfVpg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
}
.index-module--generate--ynQQj .index-module--noSite--HfVpg .index-module--noSiteText--kxzAZ {
  text-align: center;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 16px;
}
.index-module--generate--ynQQj .index-module--container--lvSor {
  background-color: #fff;
  border: 0.5px solid #ebedf2;
  padding: 20px;
}
.index-module--generate--ynQQj .index-module--container--lvSor:not(:first-child) {
  margin-top: 16px;
}
.index-module--generate--ynQQj .index-module--container--lvSor .index-module--header--Ksw06 {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--generate--ynQQj .index-module--container--lvSor .index-module--header--Ksw06 .ant-tabs-nav-list .ant-tabs-tab:not(.ant-tabs-tab-active) {
  background-color: #f0f2f7;
}
.index-module--generate--ynQQj .index-module--container--lvSor .index-module--header--Ksw06 .index-module--title--lRSmS {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.index-module--generate--ynQQj .index-module--container--lvSor .index-module--header--Ksw06 .index-module--status--NjSGd {
  border-radius: 2px;
  background: #d6f7f1;
  background: var(--label-21, #d6f7f1);
  color: #398e80;
  color: var(--label-23, #398e80);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 2px 6px;
}
.index-module--generate--ynQQj .index-module--container--lvSor .index-module--siteUrl--NtkRZ {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 160px;
  display: block;
}
.index-module--generate--ynQQj .index-module--container--lvSor .index-module--card--MC2ri {
  display: flex;
  align-items: center;
  background: #f9fafb;
}
.index-module--generate--ynQQj .index-module--container--lvSor .index-module--card--MC2ri .index-module--siteImg--8Yirl {
  width: 302px;
  height: 170px;
  border-radius: 2px;
}
.index-module--generate--ynQQj .index-module--container--lvSor .index-module--card--MC2ri .index-module--siteImg--8Yirl > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-module--generate--ynQQj .index-module--container--lvSor .index-module--card--MC2ri .index-module--siteImg--8Yirl .index-module--siteImgPlaceholder--h2Qo3 {
  width: 100%;
  height: 100%;
  background: #f8f9fa;
}
.index-module--generate--ynQQj .index-module--container--lvSor .index-module--card--MC2ri .index-module--dataCard--ig4zW {
  flex: 1 1;
}
.index-module--publish--KZoYa {
  height: 100%;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
@keyframes style-module--rotating--YXUEG {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.style-module--error-modal--f9Jcl {
  min-width: 434px;
}
.style-module--error-modal--f9Jcl .ant-modal-confirm-btns .ant-btn:last-child {
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
}

.style-module--cert-modal--Jz7K1 .ant-modal-header {
  border-bottom: none;
  padding: 24px 20px 0;
}
.style-module--cert-modal--Jz7K1 .ant-modal-body {
  padding-bottom: 34px;
}
.style-module--cert-modal--Jz7K1 .style-module--pic-preview--IQuX0 {
  max-width: 440px;
  max-height: 288px;
}

.style-module--select-modal--tWsjJ .ant-modal-header {
  padding: 24px 20px 4px;
  border: none;
}
.style-module--select-modal--tWsjJ .ant-modal-body {
  padding: 20px 20px 0;
}
.style-module--select-modal--tWsjJ .ant-select-selector:hover,
.style-module--select-modal--tWsjJ .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
  box-shadow: none;
}
.style-module--select-modal--tWsjJ .ant-select-item .ant-select-item-option:hover {
  background: #f6f7fa !important;
  background: var(--Fill-2, #f6f7fa) !important;
}
.style-module--select-modal--tWsjJ .ant-select-item-option-selected {
  background: #f2f5ff !important;
  background: var(--Brand-1, #f2f5ff) !important;
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}
.style-module--select-modal--tWsjJ .ant-upload.ant-upload-drag {
  background: transparent;
  border: none;
}
.style-module--select-modal--tWsjJ .ant-upload.ant-upload-drag .ant-upload {
  padding: 0;
}
.style-module--select-modal--tWsjJ .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  position: relative;
  top: 2px;
}
.style-module--select-modal--tWsjJ .ant-select-selection-placeholder {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz:last-child {
  margin-bottom: 0;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--form-label--0OgCL {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  line-height: 36px;
  min-width: 90px;
  text-align: left;
  height: 36px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--form-label--0OgCL span {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--uploader-container--ER35P {
  flex: 1 1;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--select-container--boBSO,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi {
  flex: 1 1;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--select-container--boBSO .ant-input,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-input {
  height: 36px;
  border-color: #e1e3e8 !important;
  border-color: var(--Line-3, #e1e3e8) !important;
  color: #272e47 !important;
  color: var(--Text-5, #272e47) !important;
  box-shadow: none;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--select-container--boBSO .ant-input:focus,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--select-container--boBSO .ant-input:hover,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-input:focus,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-input:hover {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
  box-shadow: none;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--select-container--boBSO .ant-input::placeholder,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-input::placeholder {
  color: #9fa2ad !important;
  color: var(--Text-2, #9fa2ad) !important;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--select-container--boBSO .ant-select-selector,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-select-selector {
  border-color: #e1e3e8 !important;
  border-color: var(--Line-3, #e1e3e8) !important;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--select-container--boBSO .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
  box-shadow: none;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--select-container--boBSO .ant-select-item .ant-select-item-option:hover,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-select-item .ant-select-item-option:hover {
  background: #f6f7fa !important;
  background: var(--Fill-2, #f6f7fa) !important;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--select-container--boBSO .ant-select-item-option-selected,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-select-item-option-selected {
  background: #f2f5ff !important;
  background: var(--Brand-1, #f2f5ff) !important;
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--select-container--boBSO .ant-select-single .ant-select-selector .ant-select-selection-item,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 34px;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--select-container--boBSO .ant-input::placeholder,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-input::placeholder {
  color: #9fa2ad !important;
  color: var(--Text-2, #9fa2ad) !important;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--select-container--boBSO .ant-select,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-select {
  width: 100%;
  height: 36px;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--select-container--boBSO .ant-select .ant-select-selector,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-select .ant-select-selector {
  height: 36px;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-input {
  border-color: #fe5b4c !important;
  border-color: var(--Error-6, #fe5b4c) !important;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-input:focus,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-input:hover {
  border-color: #fe5b4c !important;
  border-color: var(--Error-6, #fe5b4c) !important;
}
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-select-selector,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-select-selector .ant-select-selector:hover,
.style-module--select-modal--tWsjJ .style-module--form-line--rqQtz .style-module--error-select-container--bqOVi .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #fe5b4c !important;
  border-color: var(--Error-6, #fe5b4c) !important;
}
.style-module--select-modal--tWsjJ .style-module--error-tip--E-lKF {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
}

.style-module--submit-btn-group--TZw1v {
  height: 64px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.style-module--submit-btn-group--TZw1v .style-module--cancel-btn--KsxY-,
.style-module--submit-btn-group--TZw1v .style-module--submit-btn--Htsa9,
.style-module--submit-btn-group--TZw1v .style-module--submit-btn-disabled--HYP32 {
  cursor: pointer;
  color: #fff;
  padding: 5px 24px;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  border-radius: 4px;
  border: 1px solid transparent;
  outline: none;
}
.style-module--submit-btn-group--TZw1v .style-module--cancel-btn--KsxY-:hover,
.style-module--submit-btn-group--TZw1v .style-module--submit-btn--Htsa9:hover,
.style-module--submit-btn-group--TZw1v .style-module--submit-btn-disabled--HYP32:hover {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
}
.style-module--submit-btn-group--TZw1v .style-module--cancel-btn--KsxY-:active,
.style-module--submit-btn-group--TZw1v .style-module--submit-btn--Htsa9:active,
.style-module--submit-btn-group--TZw1v .style-module--submit-btn-disabled--HYP32:active {
  background: #445fe5;
  background: var(--Brand-7, #445fe5);
}
.style-module--submit-btn-group--TZw1v .style-module--cancel-btn--KsxY- {
  background: #fff;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  margin-right: 12px;
}
.style-module--submit-btn-group--TZw1v .style-module--cancel-btn--KsxY-:hover {
  background: #fff;
}
.style-module--submit-btn-group--TZw1v .style-module--cancel-btn--KsxY-:active {
  background: #fff;
}
.style-module--submit-btn-group--TZw1v .style-module--submit-btn-disabled--HYP32 {
  background: #b7c3ff;
  background: var(--Brand-3, #b7c3ff);
}
.style-module--submit-btn-group--TZw1v .style-module--submit-btn-disabled--HYP32:hover {
  background: #b7c3ff;
  background: var(--Brand-3, #b7c3ff);
}
.style-module--submit-btn-group--TZw1v .style-module--submit-btn-disabled--HYP32:active {
  background: #b7c3ff;
  background: var(--Brand-3, #b7c3ff);
}

.style-module--option--XDAQy {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  width: 100%;
}
.style-module--option--XDAQy div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.style-module--deleted--P9KSi {
  border-radius: 2px;
  background: #e7ebf1;
  background: var(--label-6_1, #e7ebf1);
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  flex-shrink: 0;
  padding: 2px 6px;
  margin-left: 4px;
}

.style-module--article-list-container--8OY0- {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  padding-top: 16px;
  overflow-y: auto;
}
.style-module--article-list-container--8OY0-.style-module--aiTeam--rtHRq {
  padding: 0;
}
.style-module--article-list-container--8OY0- .style-module--article-list-header--xSWQQ {
  display: flex;
}
.style-module--article-list-container--8OY0- .style-module--article-list-header-tab--aD9ZC,
.style-module--article-list-container--8OY0- .style-module--article-list-header-tab-active--q5-DO {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  cursor: pointer;
}
.style-module--article-list-container--8OY0- .style-module--article-list-header-tab-active--q5-DO {
  font-weight: 500;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  display: flex;
  padding-left: 14px;
  padding-right: 28px;
  flex-direction: column;
  align-items: center;
}
.style-module--article-list-container--8OY0- .style-module--article-list-header-tab-active--q5-DO span {
  margin-top: 7px;
  width: 24px;
  height: 2px;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 {
  margin-top: 7px;
  background: #ffffff;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  position: relative;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5.style-module--aiTeam--rtHRq {
  margin-top: 0;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-table--TaquG {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-table--TaquG .ant-table-thead th.ant-table-cell {
  background: #f1f2fc;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-table--TaquG .ant-table {
  border-radius: 0;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-table--TaquG .style-module--aiPagination--qlx1d {
  margin-left: auto;
  margin-top: 16px;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw .style-module--leftBlock--c7flz {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw .style-module--rightBlock--9\+0oz {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
  box-shadow: none;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw .ant-select-item .ant-select-item-option:hover {
  background: #f6f7fa !important;
  background: var(--Fill-2, #f6f7fa) !important;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw .ant-select-item-option-selected {
  background: #f2f5ff !important;
  background: var(--Brand-1, #f2f5ff) !important;
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw .ant-select-item-option-selected div {
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw .ant-input,
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw .ant-input-affix-wrapper {
  border-color: #e1e3e8 !important;
  border-color: var(--Line-3, #e1e3e8) !important;
  color: #272e47 !important;
  color: var(--Text-5, #272e47) !important;
  box-shadow: none;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw .ant-input-affix-wrapper-focused,
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw .ant-input-affix-wrapper:hover {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
  box-shadow: none;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw .ant-input::placeholder {
  color: #9fa2ad !important;
  color: var(--Text-2, #9fa2ad) !important;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw .ant-select-single.ant-select-show-arrow .ant-select-selection-item {
  display: flex;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw .style-module--add-btn--Svv-F {
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 28px;
  cursor: pointer;
  border: none;
  outline: none;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw .style-module--add-btn--Svv-F:hover {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-searchbar--vM1Sw .style-module--add-btn--Svv-F:active {
  background: #445fe5;
  background: var(--Brand-7, #445fe5);
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-table--TaquG .style-module--success--vjoXz,
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-table--TaquG .style-module--disable--Z7SaC {
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  background-color: #e7ebf1;
  background-color: var(--label-6_1, #e7ebf1);
  display: inline-block;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-table--TaquG .style-module--success--vjoXz {
  color: #398e80;
  color: var(--label-2_3, #398e80);
  background-color: #d6f7f1;
  background-color: var(--label-2_1, #d6f7f1);
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-table--TaquG .style-module--thumbnail-container--9pO52 {
  position: relative;
  display: inline-block;
  border-radius: 4.75px;
  overflow: hidden;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-table--TaquG .style-module--thumbnail-container--9pO52:hover .style-module--thumbnail-mask--cqmW\+ {
  opacity: 1;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-table--TaquG .style-module--thumbnail-mask--cqmW\+ {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--article-list-table--TaquG .style-module--thumbnail--tp7yp {
  max-width: 58px;
  max-height: 38px;
  border: 0.5px solid #e1e3e8;
  border: 0.5px solid var(--Line-3, #e1e3e8);
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--empty-container--iN\+Fg {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--empty-container--iN\+Fg svg {
  width: 130px;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--empty-container--iN\+Fg span {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  line-height: 22px;
  margin: 8px 0 24px;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--empty-container--iN\+Fg .style-module--link--07x86 {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--link-group--9elJl {
  display: flex;
  align-items: center;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--link-group--9elJl .style-module--link--07x86 {
  margin-right: 16px;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--link-group--9elJl .style-module--link--07x86:last-child {
  margin-right: 0;
}
.style-module--article-list-container--8OY0- .style-module--article-list-content--B78G5 .style-module--link--07x86 {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}

.style-module--uploader-container--ER35P {
  display: flex;
  flex-direction: column;
}
.style-module--uploader-container--ER35P .style-module--uploader-file-box--7YGag {
  width: 100%;
  height: 100%;
}
.style-module--uploader-container--ER35P .style-module--uploaded--CtqKy {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.style-module--uploader-container--ER35P .style-module--uploaded--CtqKy img {
  max-width: 80px;
  max-height: 80px;
}
.style-module--uploader-container--ER35P .style-module--uploaded--CtqKy .style-module--mask--eZ\+q6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.style-module--uploader-container--ER35P .style-module--uploaded--CtqKy .style-module--mask--eZ\+q6 .style-module--op-container--AyrAF {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.style-module--uploader-container--ER35P .style-module--uploaded--CtqKy .style-module--mask--eZ\+q6 .style-module--op-container--AyrAF:first-child {
  margin-right: 8px;
}
.style-module--uploader-container--ER35P .style-module--uploaded--CtqKy .style-module--mask--eZ\+q6:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.style-module--uploader-container--ER35P .style-module--uploaded--CtqKy .style-module--mask--eZ\+q6 .style-module--replace-text--C8VRk {
  color: #fff;
  margin-top: 1px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.style-module--uploader-container--ER35P .style-module--uploader-dragger--MoJjd {
  width: 80px;
  height: 80px;
}
.style-module--uploader-container--ER35P .style-module--uploader-content--57Pxl {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 1.5px dashed #e1e3e8;
  border: 1.5px dashed var(--Line-3, #e1e3e8);
  border-radius: 4px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  display: flex;
  justify-content: center;
  align-items: center;
}
.style-module--uploader-container--ER35P .style-module--uploader-content--57Pxl:hover {
  border-color: #b7c3ff;
  border-color: var(--Brand-3, #b7c3ff);
}
.style-module--uploader-container--ER35P .style-module--uploader-content--57Pxl .style-module--upload-text--pN3LM {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 14px;
  line-height: 22px;
}
.style-module--uploader-container--ER35P .style-module--upload-tips--eQauC {
  font-size: 14px;
  line-height: 22px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  margin-top: 4px;
}
.style-module--uploader-container--ER35P .style-module--loading--q0H7G {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.style-module--uploader-container--ER35P .style-module--loading--q0H7G .style-module--loading-text--Nj7un {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
}
.style-module--uploader-container--ER35P .style-module--loading--q0H7G svg {
  animation: style-module--rotating--YXUEG 2s linear infinite;
}

.style-module--domainNameTip--RJOYH {
  max-width: 138px;
  background: #f6f7fa;
  color: #b7bac2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-module--monitor--zXcd4 .index-module--siteExpertCustomer--jdbfk .ant-table-thead > tr > th {
  background-color: #f1f2fc;
}
.index-module--monitor--zXcd4 .index-module--siteExpertCustomer--jdbfk .ant-table-thead > tr > th.ant-table-cell-scrollbar {
  background: #f1f2fc;
}
.style-module--text--19MlW {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
  line-height: 1.7;
}
.style-module--text--19MlW .style-module--maxLines2--ugz\+S {
  -webkit-line-clamp: 2 !important;
}
.style-module--text--19MlW .style-module--maxLines3--U49aw {
  -webkit-line-clamp: 3 !important;
}
.style-module--text--19MlW .style-module--userIdIcon--lEUBE {
  bottom: -1px !important;
}
.style-module--wrapper--4C9o4 .style-module--title--mLPV7 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.style-module--wrapper--4C9o4 .style-module--title--mLPV7 .style-module--companyNameWrapper--aDn9w {
  flex-shrink: 1;
  min-width: 50px;
  overflow: hidden;
}
.style-module--wrapper--4C9o4 .style-module--title--mLPV7 .style-module--companyNameWrapper--aDn9w .style-module--name--iT6l2 {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style-module--wrapper--4C9o4 .style-module--title--mLPV7 .style-module--companyCountryWrapper--cy9M- {
  flex: 1 1 auto;
  display: flex;
  gap: 4px;
  align-items: center;
  white-space: nowrap;
}
.style-module--wrapper--4C9o4 .style-module--title--mLPV7 .style-module--companyCountryWrapper--cy9M- .style-module--flag--od96M {
  width: 18px;
  height: 12px;
}
.style-module--wrapper--4C9o4 .style-module--websiteWrapper--EoACW {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  max-width: 100%;
  transition: color linear 0.2s;
}
.style-module--wrapper--4C9o4 .style-module--websiteWrapper--EoACW:hover .style-module--website--J3HbB {
  color: #b7c3ff;
  color: var(---Brand-3, #b7c3ff);
}
.style-module--wrapper--4C9o4 .style-module--websiteWrapper--EoACW .sirius-icon {
  width: 16px;
  height: 16px;
}
.style-module--wrapper--4C9o4 .style-module--websiteWrapper--EoACW .style-module--linkIcon--7eyqO {
  font-size: 16px;
  color: #3f465c;
}
.style-module--wrapper--4C9o4 .style-module--websiteWrapper--EoACW .style-module--website--J3HbB {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.style-module--wrapper--4C9o4 .style-module--tagListWrapper--WgAn6 {
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.style-module--wrapper--4C9o4 .style-module--info--U-OLQ {
  min-width: 0;
  padding: 4px 0;
  display: flex;
  align-items: center;
  color: #747a8c;
}
.style-module--wrapper--4C9o4 .style-module--info--U-OLQ .style-module--contact--XgBVC {
  display: flex;
  align-items: center;
  font-size: 12px;
  flex: none;
}
.style-module--wrapper--4C9o4 .style-module--countryIcon--Quy7c {
  position: relative;
  top: 3px;
  font-size: 16px;
  color: #8d92a1;
  margin-right: 8px;
}
.style-module--wrapper--tT8A4 .style-module--visitTime--OhdOg {
  display: flex;
  align-items: center;
  gap: 8px;
}
.style-module--wrapper--tT8A4 .style-module--userAddr--r0\+Cv {
  margin: 5px 0;
}
.style-module--wrapper--tT8A4 .style-module--left--IdjvZ {
  display: flex;
  align-items: center;
  gap: 4px;
}
.style-module--wrapper--tT8A4 .style-module--label--EaAb2 {
  flex-shrink: 0;
  color: #747a8c;
  color: var(--Text-3, var(---, #747a8c));
  font-size: 14px;
  font-weight: 400;
}
.style-module--wrapper--tT8A4 .style-module--content--JsT8L {
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.style-module--wrapper--tT8A4 .style-module--productNumContent--RdtUv {
  color: #4c6aff;
  color: var(---Brand-6, var(---, #4c6aff));
  font-size: 14px;
  cursor: pointer;
}
.style-module--wrapper--tT8A4 .style-module--stayTime--RKjBZ {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 24px;
  padding: 2px 4px;
  max-width: 110px;
  border-radius: 2px;
  background: #f0f2f7;
  background: var(--fill-25-hover, #f0f2f7);
}
.style-module--wrapper--tT8A4 .style-module--stayTime--RKjBZ .style-module--stayTimeContent--7ZbJm {
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.style-module--content--PEm7m .style-module--title--E-IQs {
  padding: 20px 20px 4px 20px;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.style-module--content--PEm7m .style-module--table--vOVuc {
  max-height: 450px;
  padding: 20px 16px 20px 20px;
  margin-right: 4px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.style-module--content--PEm7m .style-module--table--vOVuc::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.style-module--content--PEm7m .style-module--table--vOVuc::-webkit-scrollbar:horizontal {
  height: 6px;
}
.style-module--content--PEm7m .style-module--table--vOVuc:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.style-module--content--PEm7m .style-module--table--vOVuc:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.style-module--content--PEm7m .style-module--table--vOVuc:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.style-module--content--PEm7m .style-module--table--vOVuc:hover::-webkit-scrollbar-button {
  display: none;
}
.style-module--content--PEm7m .style-module--table--vOVuc:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.style-module--content--PEm7m .style-module--table--vOVuc:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.style-module--content--PEm7m .style-module--table--vOVuc:hover::-webkit-scrollbar-corner {
  display: none;
}
.style-module--content--PEm7m .style-module--table--vOVuc .ant-table-cell {
  vertical-align: middle;
  padding: 9px 32px 9px 16px !important;
}
.style-module--content--PEm7m .style-module--table--vOVuc .style-module--urlTd--RSm5E {
  display: block;
  color: #272e47;
  color: var(----Text-5-, var(---, #272e47));
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
.style-module--content--PEm7m .style-module--table--vOVuc .style-module--countTd--eEgkV {
  padding-right: 16px;
  color: #272e47;
  color: var(----Text-5-, var(---, #272e47));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.style-module--tooltipOverlay--CAETi .content-title {
  word-break: break-all !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.style-module--content--9cIv8 {
  width: 440px;
}
.style-module--content--9cIv8 .style-module--title--E9Nym {
  padding: 20px 20px 4px 20px;
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.style-module--content--9cIv8 .style-module--list--KSure {
  max-height: 248px;
  padding: 0 16px 20px 20px;
  margin-right: 4px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.style-module--content--9cIv8 .style-module--list--KSure::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.style-module--content--9cIv8 .style-module--list--KSure::-webkit-scrollbar:horizontal {
  height: 6px;
}
.style-module--content--9cIv8 .style-module--list--KSure:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.style-module--content--9cIv8 .style-module--list--KSure:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.style-module--content--9cIv8 .style-module--list--KSure:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.style-module--content--9cIv8 .style-module--list--KSure:hover::-webkit-scrollbar-button {
  display: none;
}
.style-module--content--9cIv8 .style-module--list--KSure:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.style-module--content--9cIv8 .style-module--list--KSure:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.style-module--content--9cIv8 .style-module--list--KSure:hover::-webkit-scrollbar-corner {
  display: none;
}
.style-module--content--9cIv8 .style-module--list--KSure .style-module--item--lLq6Q {
  color: #272e47;
  color: var(---, #272e47);
  padding: 17px 10px 17px 0;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  word-spacing: 2px;
}
.style-module--iconList--EXvlc {
  display: flex;
  align-items: center;
  gap: 4px;
}
.style-module--VisitDetailSummary--7c9lm {
  font-size: 14px;
  margin-bottom: 20px;
}
.style-module--VisitDetailSummary--7c9lm .style-module--title--W\+Fv0 {
  color: #000;
  font-weight: 500;
  margin-bottom: 16px;
}
.style-module--VisitDetailSummary--7c9lm .style-module--content--NgSD\+ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.style-module--VisitDetailSummary--7c9lm .style-module--content--NgSD\+ .style-module--card--NY5bg {
  flex: 1 1;
  padding: 20px;
  height: 96px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 400;
  border-radius: 12px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
}
.style-module--VisitDetailSummary--7c9lm .style-module--content--NgSD\+ .style-module--card--NY5bg .style-module--cardTop--VhLpl {
  display: flex;
  align-items: center;
  gap: 8px;
}
.style-module--VisitDetailSummary--7c9lm .style-module--content--NgSD\+ .style-module--card--NY5bg .style-module--cardTop--VhLpl .style-module--cardTitle--HYyOz {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-size: 12px;
  line-height: 22px;
}
.style-module--VisitDetailSummary--7c9lm .style-module--content--NgSD\+ .style-module--card--NY5bg .style-module--cardBottom--e9VTV {
  color: #1d201f;
  color: var(---2, #1d201f);
  font-family: LX-numbers, sans-serif;
  font-size: 20px;
  line-height: 22px;
}
.style-module--VisitDetailSummary--7c9lm .style-module--content--NgSD\+ .style-module--card--NY5bg .style-module--cardBottom--e9VTV .style-module--linkWrap--Zfb4B {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #4c6aff;
  cursor: pointer;
}
.style-module--VisitDetailSummary--7c9lm .style-module--content--NgSD\+ .style-module--card--NY5bg .style-module--cardBottom--e9VTV .style-module--linkWrap--Zfb4B .style-module--link--nsdYJ {
  font-family: LX-numbers, sans-serif;
}
.style-module--VisitDetailSummary--7c9lm .style-module--content--NgSD\+ .style-module--card--NY5bg .style-module--cardBottom--e9VTV .style-module--linkWrap--Zfb4B .wmzz {
  font-size: 16px;
  color: #4c6aff;
  cursor: pointer;
}
.style-module--VisitDetailSummary--7c9lm .style-module--content--NgSD\+ .style-module--card--NY5bg .style-module--cardBottom--e9VTV .style-module--visitSource--FmBLT {
  display: flex;
  align-items: center;
  gap: 4px;
}
.style-module--VisitDetailProduct--earZa {
  font-size: 14px;
  margin-bottom: 20px;
}
.style-module--VisitDetailProduct--earZa .style-module--title--1Xd00 {
  color: #000;
  font-weight: 500;
  margin-bottom: 16px;
}
.style-module--VisitDetailProduct--earZa .style-module--table--vv5pY .ant-table-cell {
  color: #272e47;
  color: var(---Text-5, #272e47);
}
.style-module--VisitDetailProduct--earZa .style-module--pagination--ikqcA {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
}
@keyframes style-module--spin--mfwj\+ {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.style-module--visitDetailRecord--QLdHd {
  font-size: 14px;
}
.style-module--visitDetailRecord--QLdHd .style-module--title--zz41k {
  color: #000;
  font-weight: 500;
  margin-bottom: 16px;
}
.style-module--visitDetailRecord--QLdHd .style-module--content--f5A82 .ant-timeline-item .ant-timeline-item-label {
  top: 0;
  width: 62px;
}
.style-module--visitDetailRecord--QLdHd .style-module--content--f5A82 .ant-timeline-item .ant-timeline-item-tail {
  left: 84px;
  height: calc(100% - 4px);
  border-left: 1px solid #e1e3e8;
  border-left: 1px solid var(--Line-3, #e1e3e8);
}
.style-module--visitDetailRecord--QLdHd .style-module--content--f5A82 .ant-timeline-item .ant-timeline-item-head {
  top: 14px;
  left: 84px;
  border-left: none;
  padding: 0;
}
.style-module--visitDetailRecord--QLdHd .style-module--content--f5A82 .ant-timeline-item .ant-timeline-item-content {
  top: 0;
  margin: 0 0 0 108px;
}
.style-module--visitDetailRecord--QLdHd .style-module--content--f5A82 .ant-timeline-item.ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  height: calc(100% - 30px);
}
.style-module--visitDetailRecord--QLdHd .style-module--content--f5A82 .style-module--timelineLabel--P4i2t {
  width: 62px;
  height: 62px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  color: #000;
  font-family: LX-numbers, sans-serif;
  text-align: left;
}
.style-module--visitDetailRecord--QLdHd .style-module--content--f5A82 .style-module--timelineLabel--P4i2t .style-module--day--ImY8Q {
  font-size: 16px;
  line-height: 26px;
  white-space: nowrap;
}
.style-module--visitDetailRecord--QLdHd .style-module--content--f5A82 .style-module--timelineLabel--P4i2t .style-module--year---V27H {
  font-size: 12px;
  line-height: normal;
}
.style-module--visitDetailRecord--QLdHd .style-module--content--f5A82 .style-module--loadingWrapper--BwTwp {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.style-module--visitDetailRecord--QLdHd .style-module--content--f5A82 .style-module--loadingWrapper--BwTwp .wmzz {
  animation: style-module--spin--mfwj\+ 1s linear infinite;
}
.style-module--visitDetailRecord--QLdHd .style-module--content--f5A82 .style-module--noMoreWrapper--5P7ER {
  color: #747a8c;
  color: var(--Text-3, var(---, #747a8c));
  font-size: 12px;
  text-align: center;
}
.style-module--visitDetailRecordItem--vCCa0 {
  margin-bottom: 32px;
}
.style-module--visitDetailRecordItem--vCCa0:last-child {
  margin-bottom: 0;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--divider--WI5Bf {
  height: 14px;
  margin: 0;
  border-left-color: #e1e3e8;
  border-left-color: var(--Line-3, #e1e3e8);
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--title--05pA5 {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 26px;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--title--05pA5 .style-module--info--D2LMq {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #1d201f;
  color: var(---2, #1d201f);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--title--05pA5 .style-module--info--D2LMq .wmzz {
  font-size: 16px;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--title--05pA5 .style-module--titleItemSource--4nKEK {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--title--05pA5 .style-module--titleItemSource--4nKEK .style-module--titleItemLabel--A62Mq {
  flex: 0 0 auto;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--title--05pA5 .style-module--titleItemArea--xgtHu {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 88px;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--title--05pA5 .style-module--titleItemArea--xgtHu.style-module--titleItemArea--xgtHu {
  flex: 1 1;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--title--05pA5 .style-module--titleItemArea--xgtHu .style-module--titleItemLabel--A62Mq {
  color: #747a8c;
  color: var(--Text-3, var(---, #747a8c));
  font-size: 14px;
  font-weight: 400;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--title--05pA5 .style-module--titleItemArea--xgtHu .style-module--titleItemValue--Z8ErV {
  color: #1d201f;
  color: var(---2, #1d201f);
  font-size: 14px;
  font-weight: 400;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--entryTime--HtlPk {
  margin-top: 20px;
  color: #272e47;
  color: var(---, #272e47);
  font-size: 14px;
  font-weight: 400;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--details--l3zq2 .style-module--listItemWrapper--PiS8T {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 80px;
  height: 22px;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--details--l3zq2 .style-module--listItemWrapper--PiS8T .style-module--left--nrtnY {
  flex: 1 1;
  color: #272e47;
  color: var(---, #272e47);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  width: calc(100% - 214px - 80px);
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--details--l3zq2 .style-module--listItemWrapper--PiS8T .style-module--left--nrtnY .style-module--link--hdZ\+f {
  color: #272e47;
  color: var(---, #272e47);
  flex: 1 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--details--l3zq2 .style-module--listItemWrapper--PiS8T .style-module--left--nrtnY .style-module--link--hdZ\+f:hover {
  color: #4c6aff;
  color: var(---Brand-6, var(---, #4c6aff));
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--details--l3zq2 .style-module--listItemWrapper--PiS8T .style-module--right--G55GS {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 214px;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--details--l3zq2 .style-module--listItemWrapper--PiS8T .style-module--right--G55GS .style-module--stayTimeWrapper--RuCzG {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 86px;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--details--l3zq2 .style-module--listItemWrapper--PiS8T .style-module--right--G55GS .style-module--stayTimeWrapper--RuCzG .wmzz {
  font-size: 16px;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--details--l3zq2 .style-module--listItemWrapper--PiS8T .style-module--right--G55GS .style-module--stayTimeWrapper--RuCzG .style-module--stayTime--XK3mC {
  color: #272e47;
  color: var(---, #272e47);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--details--l3zq2 .style-module--listItemWrapper--PiS8T .style-module--right--G55GS .style-module--depthWrapper--rj0nD {
  width: 104px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--details--l3zq2 .style-module--listItemWrapper--PiS8T .style-module--right--G55GS .style-module--depthWrapper--rj0nD .style-module--depthLabel--0q19n {
  color: #747a8c;
  color: var(---, #747a8c);
}
.style-module--visitDetailRecordItem--vCCa0 .style-module--details--l3zq2 .style-module--listItemWrapper--PiS8T .style-module--right--G55GS .style-module--depthWrapper--rj0nD .style-module--depthContent--A1-uL {
  color: #1d201f;
  color: var(---2, #1d201f);
}
.style-module--wrapper--RjOeq {
  padding: 16px;
}
.style-module--wrapper--Mpc6P .style-module--item--YsXFu {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  gap: 4px;
}
.style-module--wrapper--Mpc6P .style-module--item--YsXFu .style-module--label--Teg8m {
  color: #747a8c;
  color: var(--Text-3, var(---, #747a8c));
  font-size: 14px;
  font-weight: 400;
}
.style-module--wrapper--Mpc6P .style-module--item--YsXFu .style-module--content--0ZuPw {
  color: #272e47;
  color: var(--Text-5, var(---, #272e47));
  font-size: 14px;
  font-weight: 400;
}
.style-module--wrapper--Mpc6P .style-module--item--YsXFu:last-child {
  margin-bottom: 0;
}
.style-module--wrapper--XVytv {
  min-width: 980px;
  height: 100%;
  padding: 20px 16px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  overflow: auto;
}
.style-module--wrapper--XVytv.style-module--AIExpert--ukIyk {
  padding: 0;
  overflow: unset;
}
.style-module--wrapper--XVytv .style-module--title--ogosX {
  padding-bottom: 12px;
  color: #272e47;
  font-weight: 500;
  font-size: 16px;
}
.style-module--wrapper--XVytv .style-module--banner--Pgt-E {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  gap: 20px;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
  padding-left: 40px;
  background: #dbeafb url("https://cowork-storage-public-cdn.lx.netease.com/common/2024/11/26/2a93f3f93eb348fda1db83c7376bb12c.png") no-repeat right center;
  background-size: auto 100%;
}
.style-module--wrapper--XVytv .style-module--banner--Pgt-E .style-module--bannerTitle--mdcLB {
  color: #132357;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  width: 52%;
  max-width: 602px;
}
.style-module--wrapper--XVytv .style-module--banner--Pgt-E .style-module--bannerTitle--mdcLB .style-module--highlight--ahYsB {
  color: #e75433;
}
.style-module--wrapper--XVytv .style-module--banner--Pgt-E .style-module--bannerInfo--QBt63 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  background: #cee5fd;
  height: 34px;
  padding-left: 12px;
  padding-right: 12px;
}
.style-module--wrapper--XVytv .style-module--banner--Pgt-E .style-module--bannerInfo--QBt63 .style-module--bannerInfoIcon--1ATYc {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/static/tip-b72544663f1c08567e610f0995a4a23c.png) no-repeat center center;
  background-size: contain;
}
.style-module--wrapper--XVytv .style-module--banner--Pgt-E .style-module--bannerInfo--QBt63 .style-module--bannerInfoText--Swzs\+ {
  color: #2b4ca2;
  font-size: 14px;
  font-weight: 500;
}
.style-module--wrapper--XVytv .style-module--banner--Pgt-E .style-module--bannerImg--trR5k {
  width: 100%;
}
.style-module--wrapper--XVytv .style-module--searchbar--yprHH {
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
  background: var(---, #fff);
  margin-bottom: 16px;
}
.style-module--wrapper--XVytv .style-module--searchbar--yprHH .ant-radio-button-wrapper {
  border-color: #e1e3e8 !important;
}
.style-module--wrapper--XVytv .style-module--searchbar--yprHH .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}
.style-module--wrapper--XVytv .style-module--searchbar--yprHH .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #4c6aff !important;
  background-color: var(--Brand-6, #4c6aff) !important;
}
.style-module--wrapper--XVytv .style-module--searchbar--yprHH .ant-radio-button-wrapper:hover {
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}
.style-module--wrapper--XVytv .style-module--searchbar--yprHH .ant-radio-button-wrapper:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.style-module--wrapper--XVytv .style-module--searchbar--yprHH .ant-radio-button-wrapper:last-child {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.style-module--wrapper--XVytv .style-module--searchbar--yprHH .style-module--siteSelect--ij0nH .ant-select-selection-item {
  padding-right: 8px;
}
.style-module--wrapper--XVytv .style-module--searchbar--yprHH .style-module--siteSelect--ij0nH .sirius-select-ui-front div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 {
  background: #fff;
  padding: 0 16px 16px;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4.style-module--AIExpert--ukIyk {
  padding: 0;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--contentHeader--A-w7J {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: -20px;
  z-index: 22;
  background-color: #fff;
  height: 58px;
  padding: 16px 0 8px;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--contentHeader--A-w7J .style-module--left--4rhEB {
  display: flex;
  align-items: center;
  gap: 8px;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--contentHeader--A-w7J .style-module--left--4rhEB .style-module--tableNumber--VWclI {
  display: flex;
  align-items: center;
  color: #272e47;
  color: var(---Text-5, var(---, #272e47));
  font-size: 14px;
  font-weight: 400;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--contentHeader--A-w7J .style-module--left--4rhEB .style-module--tableNumber--VWclI .style-module--number--fSeiE {
  color: #4c6aff;
  color: var(---Brand-6, var(---, #4c6aff));
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM.style-module--AIExpert--ukIyk .ant-table-thead > tr > th.ant-table-cell {
  background-color: #f1f2fc;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM.style-module--AIExpert--ukIyk .ant-table-row {
  cursor: pointer;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM.style-module--AIExpert--ukIyk .ant-table-row:nth-child(2n) {
  background: #fff;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM colgroup col:nth-child(3) {
  min-width: 70px;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM .ant-table-row {
  cursor: pointer;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM .ant-table-row:nth-child(2n) {
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM .ant-table-body {
  overflow-y: hidden !important;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM .ant-table-cell {
  vertical-align: top;
  padding: 12px 16px !important;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM .style-module--siteSelect--ij0nH {
  cursor: pointer;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM .style-module--unLockBtn--1dHcB {
  width: 144px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  background-color: #eff2ff;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM .style-module--unLockBtn--1dHcB:hover {
  color: #fff;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM .style-module--unLockBtn--1dHcB .style-module--unLockBtnIcon--3JkxL {
  position: relative;
  top: 2px;
  font-size: 20px;
  margin-right: 4px;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM .style-module--linkBtn--6POFP {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 4px;
  transition: color linear 0.2s;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM .style-module--linkBtn--6POFP:hover {
  color: #b7c3ff;
  color: var(---Brand-3, #b7c3ff);
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM .style-module--linkBtn--6POFP:last-child {
  margin-bottom: 0;
}
.style-module--wrapper--XVytv .style-module--content--6VBO4 .style-module--table--eX-PM .ant-popover .ant-popover-arrow {
  display: none;
}

.style-module--siteSelectDropdown--Gldjm {
  width: 240px !important;
}

.style-module--option--lthwV div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.style-module--tooltip--PJsq1 .content-title {
  word-break: break-all;
}

.style-module--linkCell--1pi8i {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--siteExpert--0UP4r {
  overflow: auto;
  height: 100%;
}

.index-module--card--6C2UH {
  padding: 20px;
  margin-bottom: 16px;
}
.index-module--card--6C2UH h3 {
  margin-bottom: 0;
}

.index-module--siteDataWrap--xQpxf > div {
  background: #fff;
  min-width: 800px;
}

.index-module--cardHeader--p-CiJ {
  margin-bottom: 12px;
}

.index-module--calendar--g3ggw {
  padding: 0 0 24px !important;
  border: none !important;
  background-color: #fafbff;
}

.index-module--listWrap--GaA68 {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--listWrap--GaA68::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--listWrap--GaA68::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--listWrap--GaA68:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--listWrap--GaA68:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--listWrap--GaA68:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--listWrap--GaA68:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--listWrap--GaA68:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--listWrap--GaA68:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--listWrap--GaA68:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--siteExpertTaskList--epo91 {
  height: 100%;
}
.index-module--siteExpertTaskList--epo91 .index-module--header--6-GJo {
  margin-bottom: 12px;
}
.index-module--siteExpertTaskList--epo91 .index-module--header--6-GJo .ant-tabs-top > .ant-tabs-nav {
  margin: 0;
}
.index-module--siteExpertTaskList--epo91 .index-module--header--6-GJo .ant-tabs-nav-list .ant-tabs-tab {
  height: 28px !important;
  line-height: 28px !important;
}
.index-module--siteExpertTaskList--epo91 .index-module--header--6-GJo .ant-tabs-tab {
  height: auto !important;
  font-size: 12px !important;
}
.index-module--siteExpertTaskList--epo91 .index-module--header--6-GJo .ant-tabs-tab:not(.ant-tabs-tab-active) {
  background-color: #f0f2f7;
}
.index-module--siteStatusCard--sdKPL {
  width: 100%;
  height: 243px;
  min-height: 243px;
  background-color: aquamarine;
}

.index-module--siteTaskList--VCKj\+ {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.index-module--loading--ROGxq {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}

@keyframes index-module--loadingCircle--IuuON {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes index-module--loadingCircle--TSucv {
  100% {
    transform: rotate(360deg);
  }
}
.index-module--productLinkParseTaskList--KfeVD {
  width: 100%;
  height: 85%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.index-module--productLinkParseTaskList--KfeVD .index-module--noTask--fCjgd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
}
.index-module--productLinkParseTaskList--KfeVD .index-module--noTask--fCjgd .index-module--noTaskText--p3rmh {
  text-align: center;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 16px;
}

.index-module--loading--\+3Ujw {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}
.index-module--placeholder--\+-Wdr {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 340px;
}
.index-module--list--GB26y {
  min-height: 400px;
}
.index-module--list--GB26y > div + div {
  margin-top: 16px;
}

.index-module--pagination--WrlFr {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-bottom: 30px;
}
.index-module--noData--3MoMP {
  text-align: center;
  color: #747a8c;
  color: var(----Text-3, #747a8c);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  padding-top: 160px;
}

.index-module--img--56hOm {
  background-image: url(/static/no-data-2cb4557e0435d39ab36e447be722dac4.png);
  width: 56px;
  height: 63px;
  display: inline-block;
  background-size: cover;
  transform: translateX(6px);
  margin-bottom: 16px;
}
.AccountsSelect-module--accounts-select---ZvhN {
  display: flex;
  width: 350px;
}
.AccountsSelect-module--accounts-select---ZvhN.ant-select-disabled .ant-select-selection-overflow-item,
.AccountsSelect-module--accounts-select---ZvhN.ant-select-disabled .ant-select-arrow {
  pointer-events: none;
  opacity: 0.5 !important;
}
.AccountsSelect-module--accounts-select---ZvhN.ant-select-focused .ant-select-selector {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
}
.AccountsSelect-module--accounts-select---ZvhN:not(.ant-select-focused) .ant-select-selector:not(:hover) {
  border-color: #e1e3e8 !important;
  border-color: var(--Line-3, #e1e3e8) !important;
}
.AccountsSelect-module--accounts-select---ZvhN .ant-select-selector {
  width: 100%;
  padding: 1px 4px;
  box-shadow: none !important;
  border-radius: 4px !important;
}
.AccountsSelect-module--accounts-select---ZvhN .ant-select-selection-overflow {
  min-height: 32px;
}
.AccountsSelect-module--accounts-select---ZvhN .ant-select-arrow {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.AccountsSelect-module--accounts-select---ZvhN .ant-select-selection-overflow-item-rest .ant-select-selection-item {
  height: 28px;
  border: none;
  align-items: center;
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.AccountsSelect-module--accounts-select---ZvhN .ant-select-selection-search-input {
  height: 28px;
}
.AccountsSelect-module--accounts-select---ZvhN .AccountsSelect-module--tag--mCSD- {
  display: flex;
  align-items: center;
  padding: 0 7px 0 4px;
  border: none;
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
  margin-top: 2px;
  margin-bottom: 2px;
  margin-inline-end: 4px;
}
.AccountsSelect-module--accounts-select---ZvhN .AccountsSelect-module--tag--mCSD- .AccountsSelect-module--account-avatar--a\+KVJ {
  flex-shrink: 0;
  margin-right: 4px;
}
.AccountsSelect-module--accounts-select---ZvhN .AccountsSelect-module--tag--mCSD- .AccountsSelect-module--account-name--oQVuO {
  flex-grow: 1;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.AccountsSelect-module--accounts-select---ZvhN .AccountsSelect-module--tag--mCSD- .ant-tag-close-icon {
  flex-shrink: 0;
}

.AccountsSelect-module--accounts-select-dropdown--WnCcU {
  padding: 8px 0 12px;
  z-index: 100;
}
.AccountsSelect-module--accounts-select-dropdown--WnCcU .ant-select-item {
  background-color: transparent !important;
}
.AccountsSelect-module--accounts-select-dropdown--WnCcU .AccountsSelect-module--option--e4NLX {
  display: flex;
  align-items: center;
}
.AccountsSelect-module--accounts-select-dropdown--WnCcU .AccountsSelect-module--option--e4NLX .AccountsSelect-module--checkbox--WYDVj {
  flex-shrink: 0;
  margin-right: 8px;
}
.AccountsSelect-module--accounts-select-dropdown--WnCcU .AccountsSelect-module--option--e4NLX .AccountsSelect-module--account-avatar--a\+KVJ {
  flex-shrink: 0;
  margin-right: 8px;
}
.AccountsSelect-module--accounts-select-dropdown--WnCcU .AccountsSelect-module--option--e4NLX .AccountsSelect-module--account-name--oQVuO {
  flex-grow: 1;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.AccountsSelect-module--accounts-select-dropdown--WnCcU .AccountsSelect-module--add-account--HXtVm {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 8px;
  margin-left: 12px;
}
.AccountsSelect-module--accounts-select-dropdown--WnCcU .AccountsSelect-module--empty--NXilM {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.index-module--snsAchievement--8NKiE {
  height: 100%;
}
.index-module--snsAchievement--8NKiE .index-module--header--wvr4k {
  margin: 0 0 12px;
  height: 32px;
}
.index-module--snsAchievement--8NKiE .index-module--header--wvr4k .index-module--friendRecommendFilter--Rfcd\+ {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.index-module--snsAchievement--8NKiE .index-module--header--wvr4k .index-module--postFieldItem--Lep2h .ant-select-selection-overflow {
  height: 32px !important;
}
.index-module--snsAchievement--8NKiE .index-module--header--wvr4k .index-module--postFieldItem--Lep2h .ant-select-selection-overflow .ant-tag {
  margin-top: 0;
  margin-bottom: 4px;
}
.index-module--snsAchievement--8NKiE .index-module--header--wvr4k .index-module--postFieldItem--Lep2h .ant-select-selection-overflow .ant-select-selection-item {
  margin-top: 0;
  margin-bottom: 4px;
}
.index-module--snsAchievement--8NKiE .index-module--header--wvr4k .ant-tabs-top > .ant-tabs-nav {
  margin: 0;
}
.index-module--snsAchievement--8NKiE .index-module--header--wvr4k .ant-tabs-nav-list .ant-tabs-tab {
  height: 28px !important;
  line-height: 28px !important;
}
.index-module--snsAchievement--8NKiE .index-module--header--wvr4k .ant-tabs-tab {
  height: auto !important;
  font-size: 12px !important;
}
.index-module--snsAchievement--8NKiE .index-module--header--wvr4k .ant-tabs-tab:not(.ant-tabs-tab-active) {
  background-color: #f0f2f7;
}
.index-module--snsAchievement--8NKiE .index-module--header--wvr4k .index-module--filter--fE9fw {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.index-module--snsAchievement--8NKiE .index-module--header--wvr4k .index-module--filter--fE9fw .index-module--filter-item--ayRcS {
  margin-right: 12px;
}

.index-module--postDropdownClassName--CqHM4 {
  max-width: 180px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--aiCreateAdvantagesModal--ayTuf {
  max-width: none !important;
  max-height: none !important;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--title--rP9TS {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-align: right;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.index-module--aiCreateAdvantagesModal--ayTuf .ant-modal-content {
  background-image: url(/static/ai-create-advantages-bg-577b032a0e4ed72283fafbdff775519a.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #f6f7fa;
}
.index-module--aiCreateAdvantagesModal--ayTuf .ant-modal-header,
.index-module--aiCreateAdvantagesModal--ayTuf .ant-modal-body {
  background-color: transparent;
}
.index-module--aiCreateAdvantagesModal--ayTuf .ant-modal-body {
  padding: 10px 0px 0px 0px !important;
  max-height: none !important;
}
.index-module--aiCreateAdvantagesModal--ayTuf .ant-tabs > .ant-tabs-nav {
  border-bottom: 1px solid #e1e3e8;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--createTabPaneWrapper--e1cft {
  width: 100%;
  display: flex;
  height: 489px;
  padding: 20px 0px 20px 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--createTabPaneWrapper--e1cft .index-module--verticalLine--fF372 {
  height: 549px;
  transform: translateY(-37px);
  border-left: 1px solid #e1e3e8;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--manageTabPaneWrapper--Wbj7Q {
  width: 100%;
  height: 526px;
  padding: 0px 11px;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--manageTabPaneWrapper--Wbj7Q .index-module--manageContentWrapper--lhZuf {
  height: 470px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 16px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--manageTabPaneWrapper--Wbj7Q .index-module--manageContentWrapper--lhZuf::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--manageTabPaneWrapper--Wbj7Q .index-module--manageContentWrapper--lhZuf::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--manageTabPaneWrapper--Wbj7Q .index-module--manageContentWrapper--lhZuf:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--manageTabPaneWrapper--Wbj7Q .index-module--manageContentWrapper--lhZuf:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--manageTabPaneWrapper--Wbj7Q .index-module--manageContentWrapper--lhZuf:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--manageTabPaneWrapper--Wbj7Q .index-module--manageContentWrapper--lhZuf:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--manageTabPaneWrapper--Wbj7Q .index-module--manageContentWrapper--lhZuf:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--manageTabPaneWrapper--Wbj7Q .index-module--manageContentWrapper--lhZuf:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--manageTabPaneWrapper--Wbj7Q .index-module--manageContentWrapper--lhZuf:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--tabs--iGzTg {
  height: auto !important;
  padding: 0px 4px;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--tabWrapper--rvoPk {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--tabWrapper--rvoPk .index-module--tab--YBjTP {
  display: flex;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
  background: #f6f7fa;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: #272e47;
  cursor: pointer;
  border-radius: 16px;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--tabWrapper--rvoPk .index-module--tab--YBjTP:hover {
  background: #eff2ff;
  color: #4c6aff;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--tabWrapper--rvoPk .index-module--tab--YBjTP.index-module--active--NsW7m {
  border: 1px solid #4c6aff;
  color: #4c6aff;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--footerWrapper--CaHmU {
  width: 100%;
  height: 64px;
  padding: 16px 20px 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #ebedf2;
  background: #f6f7fa;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--footerWrapper--CaHmU .lx-ui-btn + .lx-ui-btn {
  margin-left: 0px !important;
}
.index-module--aiCreateAdvantagesModal--ayTuf .index-module--footerWrapper--CaHmU .index-module--buttonGroup--QkUb3 {
  display: flex;
  gap: 12px;
}
.index-module--formCard--qGFah {
  width: 470px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
}
.index-module--formCard--qGFah .ant-select-selection-overflow {
  flex-wrap: nowrap;
  overflow-x: hidden;
}
.index-module--formCard--qGFah .ant-form-item-label > label .ant-form-item-tooltip {
  cursor: default !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--resultListPanel--AkI03 {
  display: flex;
  width: 510px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.index-module--resultListPanel--AkI03 .index-module--header--yFfw\+ {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #272e47;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.index-module--resultListPanel--AkI03 .index-module--contentWrapper--Knl4q {
  width: 100%;
  height: 458px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--resultListPanel--AkI03 .index-module--contentWrapper--Knl4q::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--resultListPanel--AkI03 .index-module--contentWrapper--Knl4q::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--resultListPanel--AkI03 .index-module--contentWrapper--Knl4q:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--resultListPanel--AkI03 .index-module--contentWrapper--Knl4q:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--resultListPanel--AkI03 .index-module--contentWrapper--Knl4q:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--resultListPanel--AkI03 .index-module--contentWrapper--Knl4q:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--resultListPanel--AkI03 .index-module--contentWrapper--Knl4q:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--resultListPanel--AkI03 .index-module--contentWrapper--Knl4q:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--resultListPanel--AkI03 .index-module--contentWrapper--Knl4q:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--resultListPanel--AkI03 .index-module--contentWrapper--Knl4q .index-module--emptyTip--ow-B6 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-direction: column;
}
.index-module--resultListPanel--AkI03 .index-module--contentWrapper--Knl4q .index-module--emptyTip--ow-B6 .index-module--emptyImg--NrmLc {
  width: 68px;
  height: 68px;
  background-image: url(/static/empty-data-332a1352484bd4b3378793810217f0a6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.index-module--resultListPanel--AkI03 .index-module--contentWrapper--Knl4q .index-module--emptyTip--ow-B6 .index-module--emptyTip--ow-B6 {
  color: #747a8c;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 237px;
  height: auto;
}
.index-module--resultListPanel--AkI03 .index-module--block--DS2mv {
  width: 510px;
  height: 82px;
  background-image: url(/static/result-loading-img-97f181524e8beb16916a70ac6002554c.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
.index-module--resultContentCard--g4jt6 {
  width: calc(100% - 16px);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 4px;
  border: 1px solid #e1e3e8;
}
.index-module--resultContentCard--g4jt6:hover, .index-module--resultContentCard--g4jt6.index-module--active--p9wag {
  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%);
}
.index-module--resultContentCard--g4jt6 .index-module--checkBoxWrapper--5aors,
.index-module--resultContentCard--g4jt6 .index-module--radioBtnWrapper--q2QYc {
  flex-shrink: 0;
  flex-grow: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--resultContentCard--g4jt6 .index-module--contentWrapper--d7\+5S {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  max-width: calc(100% - 16px);
}
.index-module--resultContentCard--g4jt6 .index-module--contentWrapper--d7\+5S .index-module--contentEditor--RkZBx {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
}
.index-module--resultContentCard--g4jt6 .index-module--contentWrapper--d7\+5S .index-module--contentEditor--RkZBx .sirius-input-ui {
  width: 100%;
}
.index-module--resultContentCard--g4jt6 .index-module--contentWrapper--d7\+5S .index-module--contentEditor--RkZBx .ant-input {
  border: 0px !important;
  background-color: transparent;
  padding: 0px !important;
}
.index-module--resultContentCard--g4jt6 .index-module--contentWrapper--d7\+5S .index-module--contentEditor--RkZBx .index-module--productName--\+wQp4 {
  color: #272e47;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 100%;
}
.index-module--resultContentCard--g4jt6 .index-module--contentWrapper--d7\+5S .index-module--btnGroup--wAyHz {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index-module--resultContentCard--g4jt6 .index-module--contentWrapper--d7\+5S .index-module--btnGroup--wAyHz .lx-ui-btn + .lx-ui-btn {
  margin-left: 8px !important;
}
.index-module--manageResultListPanel--nEvhT {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.index-module--manageResultListPanel--nEvhT .index-module--manageEmpty--fa2FK {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-direction: column;
}
.index-module--manageResultListPanel--nEvhT .index-module--manageEmpty--fa2FK .index-module--emptyImg--MqohG {
  width: 68px;
  height: 68px;
  background-image: url(/static/empty-data-332a1352484bd4b3378793810217f0a6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.index-module--manageResultListPanel--nEvhT .index-module--manageEmpty--fa2FK .index-module--emptyTip--Afd92 {
  color: #747a8c;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.index-module--manageResultListPanel--nEvhT .index-module--loadingWrapper--05gC5 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.index-module--manageResultListPanel--nEvhT .index-module--loadingWrapper--05gC5 > span {
  color: #747a8c;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.ContentEditor-module--content-editor--nLWq- {
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
  transition: border-color 0.3s;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--editor--MGYe9 {
  height: 212px;
  overflow: auto;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--editor--MGYe9 .DraftEditor-root,
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--editor--MGYe9 .DraftEditor-editorContainer,
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--editor--MGYe9 .public-DraftEditor-content {
  height: 100%;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--editor--MGYe9 .DraftEditor-root {
  position: relative;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--editor--MGYe9 .public-DraftEditorPlaceholder-root {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #bfbfbf;
  pointer-events: none;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 8px;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--remain-length--upLNT {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-right: auto;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--remain-length-error--qMDzk {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--advantages-insert--Pekyo {
  gap: 4px;
  margin-right: 4px;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--ai-replace--BERc-,
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--ai-refine--ByFnA {
  display: flex;
  align-items: center;
  padding: 2px 10px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  border-radius: 12px;
  cursor: pointer;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--ai-replace--BERc-.ContentEditor-module--disabled--jhISJ,
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--ai-refine--ByFnA.ContentEditor-module--disabled--jhISJ {
  opacity: 0.5;
  cursor: not-allowed;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--ai-replace--BERc-:hover,
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--ai-refine--ByFnA:hover {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--ai-replace--BERc- .ContentEditor-module--replace-icon--AFN3b,
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--ai-replace--BERc- .ContentEditor-module--refine-icon--4mu0d,
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--ai-refine--ByFnA .ContentEditor-module--replace-icon--AFN3b,
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--ai-refine--ByFnA .ContentEditor-module--refine-icon--4mu0d {
  margin-right: 4px;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--ai-replace--BERc- .ContentEditor-module--replace-text--exeKD,
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--ai-replace--BERc- .ContentEditor-module--refine-text--SljE0,
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--ai-refine--ByFnA .ContentEditor-module--replace-text--exeKD,
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--ai-refine--ByFnA .ContentEditor-module--refine-text--SljE0 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--separator--nqDVt {
  width: 1px;
  height: 12px;
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
  margin: 0 10px;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--emoji-wrapper--Kc52K {
  position: relative;
  z-index: 1;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--emoji-wrapper--Kc52K > div {
  display: flex;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--emoji-trigger--S-c97 {
  cursor: pointer;
}
.ContentEditor-module--content-editor--nLWq- .ContentEditor-module--footer--hu6YW .ContentEditor-module--emoji-popper--Eexdr {
  position: absolute;
  top: 20px;
  right: 0;
}

.ContentEditor-module--content-editor--nLWq-.ContentEditor-module--disabled--jhISJ {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  cursor: not-allowed;
}
.ContentEditor-module--content-editor--nLWq-.ContentEditor-module--disabled--jhISJ .ContentEditor-module--emoji-trigger--S-c97 {
  opacity: 0.5;
  cursor: not-allowed;
}

.ContentEditor-module--hashtag--k\+7jG {
  color: #1ca782;
}

.ant-form-item-has-error .ContentEditor-module--content-editor--nLWq- {
  border-color: #fe5b4c;
}
@keyframes GenerateTip-module--spin--MxCXz {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.GenerateTip-module--generate-tip--TpxKU {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 4px;
  overflow: auto;
}
.GenerateTip-module--generate-tip--TpxKU.GenerateTip-module--generating---3kat {
  background-color: #e6eaff;
}
.GenerateTip-module--generate-tip--TpxKU.GenerateTip-module--generating---3kat .GenerateTip-module--icon--BUDRe {
  animation: GenerateTip-module--spin--MxCXz 1s infinite linear;
}
.GenerateTip-module--generate-tip--TpxKU.GenerateTip-module--success--vUvPk {
  background-color: #e4f7ef;
}
.GenerateTip-module--generate-tip--TpxKU.GenerateTip-module--error--NKp9E {
  background-color: #ffefed;
  background-color: var(--Error-1, #ffefed);
}
.GenerateTip-module--generate-tip--TpxKU.GenerateTip-module--warn--yIR\+N {
  background-color: #fff8ed;
  background-color: var(--Warning-1, #fff8ed);
}
.GenerateTip-module--generate-tip--TpxKU .GenerateTip-module--icon--BUDRe {
  flex-shrink: 0;
  margin-right: 6px;
}
.GenerateTip-module--generate-tip--TpxKU .GenerateTip-module--content--CZec4 {
  flex-grow: 1;
  flex-wrap: wrap;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.GenerateTip-module--generate-tip--TpxKU .GenerateTip-module--carousel--rYjz0 {
  flex-shrink: 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 6px;
}
.GenerateTip-module--generate-tip--TpxKU .GenerateTip-module--retry--hnkg0 {
  flex-shrink: 0;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  margin-left: 6px;
}
.useAiQuota-module--ai-quota--l3b6E {
  display: inline-flex;
  align-items: center;
}
.useAiQuota-module--ai-quota--l3b6E .useAiQuota-module--text--tq6y5 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.useAiQuota-module--ai-quota--l3b6E .useAiQuota-module--icon--cABi2 {
  margin-left: 4px;
}

.useAiQuota-module--ai-quota-tooltip--cBXN9 .ant-tooltip-arrow {
  display: block !important;
}
.useAiQuota-module--ai-quota-tooltip--cBXN9 .ant-tooltip-inner {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.useAiQuota-module--ai-quota-tooltip--cBXN9 .ant-tooltip-inner a {
  margin-left: 12px;
}
.ReplaceImagePopover-module--replace-image-popover--R3d4A .ant-popover-arrow {
  display: block !important;
}
.ReplaceImagePopover-module--replace-image-popover--R3d4A .ReplaceImagePopover-module--list--3oqSV {
  width: 280px;
  padding: 20px;
}
.ReplaceImagePopover-module--replace-image-popover--R3d4A .ReplaceImagePopover-module--list--3oqSV .ReplaceImagePopover-module--item--tlpgJ .ReplaceImagePopover-module--header--OmnWm {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 4px;
}
.ReplaceImagePopover-module--replace-image-popover--R3d4A .ReplaceImagePopover-module--list--3oqSV .ReplaceImagePopover-module--item--tlpgJ .ReplaceImagePopover-module--body--5M2MO {
  display: flex;
  align-items: flex-start;
}
.ReplaceImagePopover-module--replace-image-popover--R3d4A .ReplaceImagePopover-module--list--3oqSV .ReplaceImagePopover-module--item--tlpgJ .ReplaceImagePopover-module--body--5M2MO .ReplaceImagePopover-module--content--\+FGcp {
  flex-grow: 1;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 8px;
}
.ReplaceImagePopover-module--replace-image-popover--R3d4A .ReplaceImagePopover-module--list--3oqSV .ReplaceImagePopover-module--item--tlpgJ .ReplaceImagePopover-module--body--5M2MO .ReplaceImagePopover-module--img--rjEj2 {
  flex-shrink: 0;
  width: 60px;
  border-radius: 4px;
}
.ReplaceImagePopover-module--replace-image-popover--R3d4A .ReplaceImagePopover-module--list--3oqSV .ReplaceImagePopover-module--item--tlpgJ + .ReplaceImagePopover-module--item--tlpgJ {
  margin-top: 16px;
}
.PostImageReplace-module--post-image-replace--lnXN2 .ant-modal-body {
  padding: 0;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--title--YfMqD {
  display: flex;
  align-items: center;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--title--YfMqD .PostImageReplace-module--ai-quota--nzX1f {
  margin-left: 8px;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d {
  display: flex;
  align-items: flex-start;
  height: 435px;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--origin--DJ4K- {
  flex-grow: 1;
  height: 100%;
  padding: 16px 36px 0;
  overflow: auto;
  border-right: 1px solid #ebedf2;
  border-right: 1px solid var(--Line-2, #ebedf2);
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--origin--DJ4K- .PostImageReplace-module--header--jy8dR {
  margin-bottom: 8px;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--origin--DJ4K- .PostImageReplace-module--header--jy8dR .PostImageReplace-module--title--YfMqD {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--origin--DJ4K- .PostImageReplace-module--option--8Xq66 {
  width: 100%;
  height: 146px;
  border-radius: 4px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  overflow: auto;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--origin--DJ4K- .PostImageReplace-module--option--8Xq66 .PostImageReplace-module--image--D0oyX {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--origin--DJ4K- .PostImageReplace-module--form--MtH3S {
  margin-top: 16px;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--origin--DJ4K- .PostImageReplace-module--radio-form-item--YfIU4 {
  margin-bottom: 6px;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--origin--DJ4K- .PostImageReplace-module--replace-style-label--2u9\+B {
  display: flex;
  align-items: center;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--origin--DJ4K- .PostImageReplace-module--replace-style-label--2u9\+B .PostImageReplace-module--label--m1hXm {
  flex-shrink: 0;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--origin--DJ4K- .PostImageReplace-module--replace-style-label--2u9\+B .PostImageReplace-module--replace-style-tooltip--vHlSB {
  flex-shrink: 0;
  margin-left: 4px;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s {
  flex-shrink: 0;
  width: 609px;
  height: 100%;
  padding: 16px 36px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--generate-tip--Ox8GD {
  flex-shrink: 0;
  margin-bottom: 12px;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--header--jy8dR {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--header--jy8dR .PostImageReplace-module--title--YfMqD {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--header--jy8dR .PostImageReplace-module--regenerate--IFgIX {
  display: flex;
  align-items: center;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--header--jy8dR .PostImageReplace-module--regenerate--IFgIX .PostImageReplace-module--desc--sWKKD {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-right: 4px;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--header--jy8dR .PostImageReplace-module--regenerate--IFgIX .PostImageReplace-module--trigger--dRDd9 {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--header--jy8dR .PostImageReplace-module--regenerate--IFgIX .PostImageReplace-module--trigger--dRDd9 .PostImageReplace-module--icon--o8YdV {
  margin-right: 4px;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--header--jy8dR .PostImageReplace-module--regenerate--IFgIX .PostImageReplace-module--trigger--dRDd9 .PostImageReplace-module--text--VHuYG {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--header--jy8dR .PostImageReplace-module--regenerate--IFgIX .PostImageReplace-module--trigger--dRDd9.PostImageReplace-module--disabled--gwzsL {
  opacity: 0.7;
  cursor: not-allowed;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--options--1kBli {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  gap: 16px 0;
  overflow: auto;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--options--1kBli .PostImageReplace-module--option--8Xq66 {
  position: relative;
  width: 260px;
  height: 148.5px;
  border: 2px solid #e1e3e8;
  border: 2px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--options--1kBli .PostImageReplace-module--option--8Xq66.PostImageReplace-module--active--3713U {
  border: 2px solid #4c6aff;
  border: 2px solid var(--Brand-6, #4c6aff);
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--options--1kBli .PostImageReplace-module--option--8Xq66 .PostImageReplace-module--image--D0oyX {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--options--1kBli .PostImageReplace-module--option--8Xq66 .PostImageReplace-module--checkbox--avyEf {
  position: absolute;
  right: -2px;
  bottom: -2px;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--options--1kBli .PostImageReplace-module--placeholder--0pw\+K {
  width: 260px;
  height: 148.5px;
  border-radius: 4px;
  background: linear-gradient(89.88deg, #f5f7fa 0.12%, #eeeff4 50.22%, #f5f6fa 99.9%);
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--empty--Hh1vR {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--empty--Hh1vR .PostImageReplace-module--empty-icon--fPxwo {
  margin-bottom: 12px;
}
.PostImageReplace-module--post-image-replace--lnXN2 .PostImageReplace-module--body--6SP0d .PostImageReplace-module--result--dyf2s .PostImageReplace-module--empty--Hh1vR .PostImageReplace-module--empty-tip--Meln9 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.PostEditModal-module--post-edit-modal--K3m2i .ant-modal-body {
  padding: 0;
}
.PostEditModal-module--post-edit-modal--K3m2i .ant-modal-footer {
  padding: 12px 20px;
}
.PostEditModal-module--post-edit-modal--K3m2i .ant-modal-footer .ant-btn:last-child {
  margin-left: 12px;
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--title--uzp\+M {
  display: flex;
  align-items: center;
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--title--uzp\+M .PostEditModal-module--ai-quota--1gf5i {
  margin-left: 8px;
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--post-edit--bbzjv {
  display: flex;
  align-items: center;
  height: 585px;
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--post-edit--bbzjv .PostEditModal-module--config--wEiL1 {
  padding: 24px 26px;
  width: 50%;
  height: 100%;
  overflow: auto;
  border-right: 1px solid #ebedf2;
  border-right: 1px solid var(--Line-2, #ebedf2);
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--post-edit--bbzjv .PostEditModal-module--config--wEiL1 .PostEditModal-module--media-list-label--UmwSh {
  display: flex;
  align-items: center;
  position: relative;
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--post-edit--bbzjv .PostEditModal-module--config--wEiL1 .PostEditModal-module--media-list-label--UmwSh .PostEditModal-module--label--\+35iK {
  flex-shrink: 0;
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--post-edit--bbzjv .PostEditModal-module--config--wEiL1 .PostEditModal-module--media-list-label--UmwSh .PostEditModal-module--media-tooltip--jRGWh {
  flex-shrink: 0;
  margin-left: 4px;
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--post-edit--bbzjv .PostEditModal-module--config--wEiL1 .PostEditModal-module--media-list-label--UmwSh .PostEditModal-module--unsupport-text--16Lt9 {
  flex-grow: 1;
  flex-wrap: wrap;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 4px;
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--post-edit--bbzjv .PostEditModal-module--config--wEiL1 .PostEditModal-module--media-list-label--UmwSh .PostEditModal-module--image-replace-tooltip-trigger--Kge9O {
  position: absolute;
  left: 0;
  bottom: -8px;
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--post-edit--bbzjv .PostEditModal-module--config--wEiL1 .PostEditModal-module--picture-required-form-item--nqvJM {
  margin-bottom: 8px;
  margin-top: -24px;
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--post-edit--bbzjv .PostEditModal-module--config--wEiL1 .PostEditModal-module--picture-required-tip--\+EPQZ {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
  font-size: 14px;
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--post-edit--bbzjv .PostEditModal-module--config--wEiL1 .ant-form-item-has-error + .PostEditModal-module--picture-required-form-item--nqvJM {
  display: none;
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--post-edit--bbzjv .PostEditModal-module--preview--ymB41 {
  padding: 16px 26px;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--post-edit--bbzjv .PostEditModal-module--preview--ymB41 .PostEditModal-module--generate-tip--wRNXr {
  flex-shrink: 0;
  margin-bottom: 12px;
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--post-edit--bbzjv .PostEditModal-module--preview--ymB41 .PostEditModal-module--post--4vLMi {
  flex-grow: 1;
  overflow: auto;
}
.PostEditModal-module--post-edit-modal--K3m2i .PostEditModal-module--post-edit--bbzjv .PostEditModal-module--preview--ymB41 .PostEditModal-module--post--4vLMi .PostEditModal-module--post-preview--5HhW\+ {
  width: 500px;
  max-height: 100%;
  margin: 0 auto;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 4px;
}

.PostEditModal-module--image-replace-tooltip--ZPH2H {
  max-width: none;
}
.PostEditModal-module--image-replace-tooltip--ZPH2H .ant-tooltip-arrow {
  display: block !important;
}
.PostEditModal-module--image-replace-tooltip--ZPH2H .ant-tooltip-inner {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.PostEditModal-module--image-replace-tooltip--ZPH2H .ant-tooltip-inner a {
  margin-left: 12px;
}
.PostStatusTag-module--GENERATING--lMgti,
.PostStatusTag-module--FINISH_GENERATE--b3dhD,
.PostStatusTag-module--WAITING--robJn {
  background: #deebfd;
  color: #4759b2;
}

.PostStatusTag-module--PENDING--pTB-j,
.PostStatusTag-module--SUCCEED--XiVo4 {
  background: #d6f7f1;
  color: #398e80;
}

.PostStatusTag-module--DELETED--AVE-r {
  background: #e7ebf1;
  color: #4e5a70;
}

.PostStatusTag-module--FAILED_GENERATE--JBW3v,
.PostStatusTag-module--FAILED--GGr15,
.PostStatusTag-module--EXPIRES--Msdy6 {
  background: #ffe5e2;
  color: #cb493d;
}

.PostStatusTag-module--PAUSE--PYSGR {
  background: #fff3e2;
  color: #cc913d;
}
.useResponsiveTable-module--container--UPCbF {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.useResponsiveTable-module--static--o0ZeW {
  flex-shrink: 0;
}

.useResponsiveTable-module--grow--gQ8Bv {
  flex-grow: 1;
  overflow: auto;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--post-manage--FlGCZ {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  overflow: auto;
}
.index-module--post-manage--FlGCZ .index-module--header--Zz512 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.index-module--post-manage--FlGCZ .index-module--header--Zz512 .index-module--title--KB\+JH {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-right: 8px;
}
.index-module--post-manage--FlGCZ .index-module--header--Zz512 .index-module--sub-title--2QmI\+ {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.index-module--post-manage--FlGCZ .index-module--header--Zz512 .index-module--learn-more--hRdVk {
  font-size: 12px;
  margin-left: 4px;
}
.index-module--post-manage--FlGCZ .index-module--header--Zz512 .index-module--refresh--BhmVG {
  display: flex;
  align-items: center;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-left: auto;
  cursor: pointer;
}
.index-module--post-manage--FlGCZ .index-module--header--Zz512 .index-module--refresh--BhmVG .index-module--refresh-icon--5i7wA {
  margin-right: 6px;
}
.index-module--post-manage--FlGCZ .index-module--notice--5BKmR {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 20px;
  padding: 6px 12px;
  border: none;
  background: #fff8ed;
  background: var(--Warning-1, #fff8ed);
  border-radius: 4px;
  margin-bottom: 13px;
}
.index-module--post-manage--FlGCZ .index-module--filter--Kqx73 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.index-module--post-manage--FlGCZ .index-module--filter--Kqx73 .index-module--filter-item--GGzFt {
  margin-right: 12px;
}
.index-module--post-manage--FlGCZ .index-module--filter--Kqx73 .index-module--un-read-toggle--eM91u .index-module--un-read-tip--utigL {
  position: relative;
  top: 0.2em;
  margin-left: 6px;
}
.index-module--post-manage--FlGCZ .index-module--filter--Kqx73 .index-module--send-post--OC8GF {
  margin-left: auto;
}
.index-module--post-manage--FlGCZ .index-module--body--yiVON {
  padding: 20px 20px 0;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 4px;
  background-color: #fff;
}
.index-module--post-manage--FlGCZ .index-module--body--yiVON .index-module--post-content-cell--kcNdt {
  max-width: 260px;
  display: flex;
  align-items: center;
}
.index-module--post-manage--FlGCZ .index-module--body--yiVON .index-module--post-content-cell--kcNdt .index-module--post-content--B5P7n {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--post-manage--FlGCZ .index-module--body--yiVON .index-module--post-content-cell--kcNdt .index-module--post-content--B5P7n + .index-module--ai-staff-tag--wWNRA {
  flex-shrink: 0;
  padding: 2px 6px;
  margin-left: 8px;
}
.index-module--post-manage--FlGCZ .index-module--body--yiVON .ant-table-thead > tr > th,
.index-module--post-manage--FlGCZ .index-module--body--yiVON .ant-table-tbody > tr > td,
.index-module--post-manage--FlGCZ .index-module--body--yiVON .ant-table tfoot > tr > th,
.index-module--post-manage--FlGCZ .index-module--body--yiVON .ant-table tfoot > tr > td {
  min-width: 120px;
}
.index-module--post-manage--FlGCZ .index-module--body--yiVON .index-module--account-cell--3BRu3 {
  display: flex;
  align-items: center;
}
.index-module--post-manage--FlGCZ .index-module--body--yiVON .index-module--account-cell--3BRu3 .index-module--account-avatar--gZKpV {
  margin-right: 8px;
}
.index-module--post-manage--FlGCZ .index-module--body--yiVON .index-module--comment-count-cell--FMech {
  display: flex;
  align-items: center;
}
.index-module--post-manage--FlGCZ .index-module--body--yiVON .index-module--comment-count-cell--FMech .index-module--comment-count--BgAzm {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: 400;
  font-family: "LX-numbers";
}
.index-module--post-manage--FlGCZ .index-module--body--yiVON .index-module--comment-count-cell--FMech .index-module--un-read-comment-count--d1ZQu {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-weight: 400;
  font-family: "LX-numbers";
  margin-left: 6px;
}
.orderStateTip-module--no-order-tip---bFzh {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.orderStateTip-module--no-order-tip---bFzh .orderStateTip-module--inner--ql6B\+ {
  flex: none;
  display: flex;
  align-items: center;
  gap: 15px;
}

.orderStateTip-module--item-title---BUYd::before {
  margin-right: 4px;
  content: " ";
  width: 12px;
  height: 12px;
  background: radial-gradient(circle at center, #4c6aff 0%, #4c6aff 50%, #edf0ff 50%, #edf0ff 100%);
  background: radial-gradient(circle at center, var(--Brand-6, #4c6aff) 0%, var(--Brand-6, #4c6aff) 50%, var(--Brand-2, #edf0ff) 50%, var(--Brand-2, #edf0ff) 100%);
}

.orderStateTip-module--left--VCzjU {
  flex: none;
  width: 315px;
}
.orderStateTip-module--left--VCzjU h3 {
  font-family: PingFang SC;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

.orderStateTip-module--right--cwC7C {
  flex: none;
  width: 448px;
}
.index-module--ai-tag--PF\+wK {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 5px 6px;
  border-radius: 2px;
  background: linear-gradient(93deg, #e9eaff 0%, #efeaff 73.99%, #f4ebff 98.65%);
}
.index-module--ai-tag--PF\+wK .index-module--children--CdGag {
  font-size: 12px;
  line-height: 16px;
  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;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--aiPostPublish--DkFJF {
  height: calc(100% - 48px);
}
.index-module--aiPostPublish--DkFJF .index-module--postManage--hkHbP {
  padding: 0;
  border-radius: 4px;
}
.index-module--aiPostPublish--DkFJF .index-module--postManage--hkHbP .index-module--tableWrapper--oV9fc {
  padding: 0 5px 0 0;
  background-color: #fafbff;
  border: none;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--aiPostPublish--DkFJF .index-module--postManage--hkHbP .index-module--tableWrapper--oV9fc::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--aiPostPublish--DkFJF .index-module--postManage--hkHbP .index-module--tableWrapper--oV9fc:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--aiPostPublish--DkFJF .index-module--postManage--hkHbP .index-module--tableWrapper--oV9fc:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--aiPostPublish--DkFJF .index-module--postManage--hkHbP .index-module--tableWrapper--oV9fc:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--aiPostPublish--DkFJF .index-module--postManage--hkHbP .index-module--tableWrapper--oV9fc:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--aiPostPublish--DkFJF .index-module--postManage--hkHbP .index-module--tableWrapper--oV9fc:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--aiPostPublish--DkFJF .index-module--postManage--hkHbP .index-module--tableWrapper--oV9fc:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--aiPostPublish--DkFJF .index-module--postManage--hkHbP .index-module--tableWrapper--oV9fc:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--aiPostPublish--DkFJF .index-module--postManage--hkHbP .index-module--tableWrapper--oV9fc .ant-table-thead > tr > th {
  transition: none;
}
.index-module--aiPostPublish--DkFJF .index-module--postManage--hkHbP .index-module--tableWrapper--oV9fc .ant-table-thead > tr > th {
  background-color: #f1f2fc !important;
}
.index-module--aiPostPublish--DkFJF .index-module--postManage--hkHbP .index-module--tableWrapper--oV9fc .ant-table-thead > tr > th.ant-table-cell-scrollbar {
  background: #f1f2fc !important;
}
.index-module--friendRecommendContainer--EtMsx {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.index-module--friendRecommendContainer--EtMsx .ant-table-thead > tr > th {
  background-color: #f1f2fc !important;
}
.index-module--friendRecommendContainer--EtMsx .ant-table-thead > tr > th.ant-table-cell-scrollbar {
  background: #f1f2fc !important;
}
.index-module--friendRecommendContainer--EtMsx .index-module--pagination--CDPWa {
  padding-top: 16px;
  margin-left: auto;
}
.index-module--friendRecommendContainer--EtMsx .index-module--restrictShow--8u1v7 {
  max-width: 200px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-module--friendRecommendContainer--EtMsx .index-module--table-person-social--g6gsQ {
  display: flex;
  align-items: center;
  gap: 12px;
}
.index-module--friendRecommendContainer--EtMsx .index-module--iconBox--hy075 {
  margin-bottom: 8px;
}
.index-module--friendRecommendContainer--EtMsx .index-module--hoverItem--ytIXy {
  display: flex;
}
.index-module--friendRecommendContainer--EtMsx .index-module--hoverItem--ytIXy:hover .index-module--translate--SGIJF {
  display: block;
}
.index-module--friendRecommendContainer--EtMsx .index-module--translate--SGIJF {
  align-items: center;
  display: block;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.index-module--friendRecommendContainer--EtMsx .index-module--multi-line-overflow--AtX4S {
  overflow: hidden;
  display: -webkit-box;
  position: relative;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-module--snsExpert--Max4B {
  height: 100%;
  overflow-y: auto;
}
.index-module--snsExpert--Max4B .no-permission-page {
  height: 300px !important;
}

.index-module--calendar--gVCo2 {
  padding: 0 0 24px !important;
  border: none !important;
  background-color: #fafbff;
}

.index-module--card--CpE6y {
  padding: 20px;
}
.index-module--card--CpE6y > div:first-child {
  display: flex;
  justify-content: space-between;
}
.index-module--card--CpE6y h3 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.index-module--cardHeader--mGwUf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-module--cardHeader--mGwUf h3 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.index-module--cardHeader--mGwUf > div {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.index-module--refreshBtn--BLgf2 {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.index-module--refreshBtn--BLgf2 > span {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.index-module--refreshBtn--BLgf2 svg {
  width: 16px;
  height: 16px;
}

.index-module--listWrap--xlMdP {
  border-top: 0.5px solid #ebedf2;
  border-top: 0.5px solid var(--Line-2, #ebedf2);
  margin-top: 12px;
}

.index-module--noPermiss--VdFyX {
  padding-top: 40px;
  padding-bottom: 20px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--snsExpertHistoryTasks--4gfoK .index-module--tasksWrapper--6-QsN {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 300px;
  overflow-y: auto;
}
.index-module--snsExpertHistoryTasks--4gfoK .index-module--tasksWrapper--6-QsN::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--snsExpertHistoryTasks--4gfoK .index-module--tasksWrapper--6-QsN::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--snsExpertHistoryTasks--4gfoK .index-module--tasksWrapper--6-QsN:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--snsExpertHistoryTasks--4gfoK .index-module--tasksWrapper--6-QsN:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--snsExpertHistoryTasks--4gfoK .index-module--tasksWrapper--6-QsN:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--snsExpertHistoryTasks--4gfoK .index-module--tasksWrapper--6-QsN:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--snsExpertHistoryTasks--4gfoK .index-module--tasksWrapper--6-QsN:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--snsExpertHistoryTasks--4gfoK .index-module--tasksWrapper--6-QsN:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--snsExpertHistoryTasks--4gfoK .index-module--tasksWrapper--6-QsN:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--snsExpertHistory--bggQx {
  height: 100%;
  overflow-y: auto;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--container--YqKf5 {
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(115deg, #dae2f5 2.04%, rgba(218, 226, 245, 0) 31.56%), linear-gradient(70deg, rgba(219, 215, 229, 0.8) 0%, rgba(230, 226, 242, 0.8) 18.6%, rgba(229, 226, 241, 0.8) 75.23%, rgba(217, 230, 234, 0.8) 96.84%);
}

.index-module--backBtn--dDOuT {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 20px;
  left: 32px;
  -webkit-app-region: no-drag;
}
.index-module--backBtn--dDOuT > span {
  line-height: 16px !important;
}
.index-module--backBtn--dDOuT > span,
.index-module--backBtn--dDOuT > span > svg {
  height: 16px !important;
  width: 16px !important;
}

.index-module--sidebar--ajYv0 {
  flex-shrink: 0;
}

.index-module--mainWrap--X5Fiu {
  position: relative;
  flex-grow: 1;
  overflow-x: hidden;
}

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

.ai-confirm-modal .ant-modal-confirm-content {
  margin-inline-start: 26px !important;
}
.index-module--loadingWrapper---LxOH {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--container--429UJ {
  font-family: "PingFang SC";
}
.index-module--container--429UJ p {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  margin-bottom: 12px;
}
.index-module--nodeWrapper1--f\+2In {
  width: 462px;
}

.index-module--nodeWrapper2--RN9lL {
  width: 568px;
}

.index-module--content--a8rCb {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 12px;
}

.index-module--btnWrapper--iAs0O {
  display: flex;
  align-items: center;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--header---KzYn {
  padding-top: 16px;
  padding-bottom: 8px;
}
.index-module--header---KzYn.index-module--winHeader--3-0Vm {
  padding-top: 28px;
}
.index-module--header---KzYn > div {
  height: 24px;
  padding-left: 16px;
}

.index-module--backBtn--g-UT6 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  -webkit-app-region: no-drag;
}
.index-module--backBtn--g-UT6 span {
  color: #272e47;
  color: var(--Text-5, #272e47);
  /* 灵犀桌面2.0/H1.4-Med16 */
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.index-module--backBtn--g-UT6 > span:first-child {
  line-height: 16px !important;
}
.index-module--backBtn--g-UT6 > span:first-child,
.index-module--backBtn--g-UT6 span:first-child > svg {
  width: 16px !important;
  height: 16px !important;
}

.index-module--backContentLayout--suQfC {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--backContentLayout--suQfC::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--backContentLayout--suQfC::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--backContentLayout--suQfC:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--backContentLayout--suQfC:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--backContentLayout--suQfC:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--backContentLayout--suQfC:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--backContentLayout--suQfC:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--backContentLayout--suQfC:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--backContentLayout--suQfC:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--backContentLayout--suQfC.index-module--gray--tuVlC {
  background: linear-gradient(180deg, #e9eaf9 0%, rgba(255, 255, 255, 0) 100%), #f6f7fa;
}
.index-module--_basicRole--kj-uw, .index-module--operations--onMc3, .index-module--sns--\+WdeK, .index-module--site--3Cak4, .index-module--marketing--2XDbP {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  text-align: left;
}
.index-module--_basicRole--kj-uw img, .index-module--operations--onMc3 img, .index-module--sns--\+WdeK img, .index-module--site--3Cak4 img, .index-module--marketing--2XDbP img {
  width: 80%;
  transform: translate(10%, 0);
}

.index-module--marketing--2XDbP {
  background: #f4ddc8;
}
.index-module--marketing--2XDbP:hover {
  background: #ffdcbc;
}
.index-module--marketing--2XDbP img {
  transform: translate(10%, 13%);
}

.index-module--site--3Cak4 {
  background: #cfe0fb;
}
.index-module--site--3Cak4 img {
  width: 74%;
  transform: translate(20%, 16%);
}
.index-module--site--3Cak4:hover {
  background: #bbd5ff;
}

.index-module--sns--\+WdeK {
  background: #dbd3fd;
}
.index-module--sns--\+WdeK:hover {
  background: #cabdff;
}
.index-module--sns--\+WdeK img {
  width: 76%;
  transform: translate(16%, 15%);
}

.index-module--operations--onMc3 {
  background: #efd4f7;
}
.index-module--operations--onMc3:hover {
  background: #f4ccff;
}
.index-module--operations--onMc3 img {
  width: 97%;
  transform: translate(1%, 17%);
}
.index-module--labelDiv--UlEUd, .index-module--operations--eiACe .index-module--roleLabel--V6Xtt, .index-module--sns--F\+Ykv .index-module--roleLabel--V6Xtt, .index-module--site--Yc4lw .index-module--roleLabel--V6Xtt, .index-module--marketing--tA4Mk .index-module--roleLabel--V6Xtt {
  display: inline-block;
  position: relative;
  top: -8px;
  margin-bottom: -8px;
  border-radius: 15px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  padding: 4px 10px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  font-size: 12px;
}

.index-module--avatorContainer--MVMuI {
  height: 86px;
  text-align: center;
  position: relative;
}
.index-module--avatorContainer--MVMuI > div:nth-child(1) {
  position: relative;
  margin: 0 auto;
  width: 64px;
  height: 64px;
}
.index-module--avatorContainer--MVMuI > div:nth-child(1) > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.index-module--activeBorder--7kX9u {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-module--dot--INP47 {
  position: absolute;
  top: 4px;
  right: 4px;
}

.index-module--avatorContainer--MVMuI.index-module--active--JMV0F > div:nth-child(2) {
  background: linear-gradient(97deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%);
  background: var(--AI-AI-Brand-6, linear-gradient(97deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%));
  border: none;
  padding: 5px 11px;
  color: #fff;
  color: var(---, #fff);
}

.index-module--avatorContainer--MVMuI.index-module--expert--iSTWS {
  cursor: pointer;
}
.index-module--avatorContainer--MVMuI.index-module--expert--iSTWS > div:nth-child(2) {
  line-height: 20px;
}

.index-module--userAvatorWrap--0Hltw > div:nth-child(1) {
  margin: 0 auto;
}

.index-module--downSVG--\+9r6R {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

.index-module--marketing--tA4Mk .index-module--roleLabel--V6Xtt {
  border-color: #f4ddc8;
  background: #f4ddc8;
}
.index-module--marketing--tA4Mk:hover > div:nth-child(1) > div:nth-child(1), .index-module--marketing--tA4Mk:hover .index-module--roleLabel--V6Xtt {
  background: #ffdcbc;
}

.index-module--site--Yc4lw .index-module--roleLabel--V6Xtt {
  border-color: #cfe0fb;
  background: #cfe0fb;
}
.index-module--site--Yc4lw:hover > div:nth-child(1) > div:nth-child(1), .index-module--site--Yc4lw:hover .index-module--roleLabel--V6Xtt {
  background: #bbd5ff;
}

.index-module--sns--F\+Ykv .index-module--roleLabel--V6Xtt {
  border-color: #dbd3fd;
  background: #dbd3fd;
}
.index-module--sns--F\+Ykv:hover > div:nth-child(1) > div:nth-child(1), .index-module--sns--F\+Ykv:hover .index-module--roleLabel--V6Xtt {
  background: #cabdff;
}

.index-module--operations--eiACe .index-module--roleLabel--V6Xtt {
  border-color: #efd4f7;
  background: #efd4f7;
}
.index-module--operations--eiACe:hover > div:nth-child(1) > div:nth-child(1), .index-module--operations--eiACe:hover .index-module--roleLabel--V6Xtt {
  background: #f4ccff;
}
.index-module--calendar--WvHbi {
  padding: 0 0 24px !important;
  border: none !important;
  background-color: #fafbff;
}
.index-module--drawer--OEQ6f {
  width: calc(100% - 287px) !important;
}
.index-module--drawer--OEQ6f .ant-drawer-content-wrapper {
  width: 100% !important;
  box-shadow: none !important;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--task-list-title--S-AGm {
  color: #272e47;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp {
  display: flex;
  flex-direction: column;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-sep--YMt1T {
  height: 1px;
  background: #f0f1f5;
  background: var(--Line-1, #f0f1f5);
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-header--6QVti {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 19px;
  height: 28px;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-header--6QVti .index-module--item-header-left--grLwY {
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: center;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-header--6QVti .index-module--item-header-left--grLwY .index-module--item-header-title--DSPTc {
  color: #272e47;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-header--6QVti .index-module--item-header-left--grLwY .index-module--targetName--a7y1s {
  animation: index-module--highlight-text--RFQKV 2s ease;
}
@keyframes index-module--highlight-text--RFQKV {
  0% {
    background-color: #ffc470;
    background-color: var(--Warning-5, #ffc470);
  }
  90% {
    background-color: #ffc470;
    background-color: var(--Warning-5, #ffc470);
  }
  100% {
    background-color: transparent;
  }
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-header--6QVti .index-module--item-header-right--oWPga {
  display: flex;
  gap: 8px;
  align-items: center;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-header--6QVti .index-module--item-header-right--oWPga .index-module--change-btn--EkcpQ {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-header--6QVti .index-module--item-header-right--oWPga .index-module--change-btn--EkcpQ .index-module--change-btn-title--SHeJC {
  color: #545a6e;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-header--6QVti .index-module--item-header-right--oWPga .index-module--change-btn--EkcpQ .index-module--down--xHzS6 {
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjc5MjUgNi41NzU0QzEyLjA3MDUgNi4yNTEwNiAxMS44NDAxIDUuNzUgMTEuNDEyOSA1Ljc1SDQuNTg3MTFDNC4xNTk5MyA1Ljc1IDMuOTI5NDggNi4yNTEwNiA0LjIwNzQ4IDYuNTc1NEw3LjYyMDM3IDEwLjU1NzFDNy44MTk5MiAxMC43ODk5IDguMTgwMDggMTAuNzg5OSA4LjM3OTYzIDEwLjU1NzFMMTEuNzkyNSA2LjU3NTRaIiBmaWxsPSIjOEQ5MkExIi8+Cjwvc3ZnPgo=);
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-condition--aVMxc {
  display: flex;
  flex-direction: row;
  gap: 4px;
  height: 16px;
  margin-top: 8px;
  align-items: center;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-condition--aVMxc .index-module--item-condition-title--ATDhd {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-condition--aVMxc .index-module--item-condition-detail--hMAz6 {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-bottom--sLudW {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  height: 20px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-bottom--sLudW .index-module--item-bottom-title--tKoUh {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-bottom--sLudW .index-module--item-bottom-detail--n0ecN {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-bottom--sLudW .index-module--item-bottom-detail--n0ecN .index-module--item-bottom-detail-list--aU59O {
  display: flex;
  flex-direction: row;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
}
.index-module--potential-task-list-wrap--MnmUe .index-module--task-list--JrAcW .index-module--item--xTJIp .index-module--item-bottom--sLudW .index-module--item-bottom-detail--n0ecN .index-module--item-bottom-detail-list--aU59O .index-module--contact-text-count--pzMli {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 166.667% */
}

.index-module--ai-team-potential-detail--BDOeA {
  width: 100%;
  height: 100%;
  background-color: red;
}

.index-module--potential-overview-popover-wrapper--NaqoJ .ant-popover-placement-bottom {
  padding-top: 0 !important;
}
.index-module--potential-overview-popover-wrapper--NaqoJ .ant-popover-arrow {
  display: none;
}
.index-module--potential-overview-popover-wrapper--NaqoJ .ant-popover {
  padding-top: 0 !important;
}

.index-module--add-btn--UE6jm {
  border: 0.5px solid #eceff4;
  box-shadow: 0px 4px 8px rgba(35, 45, 71, 0.1);
  border-radius: 4px;
  width: 128px;
  padding: 4px 0;
}
.index-module--add-btn-item--iNWxK {
  white-space: nowrap;
  cursor: pointer;
  padding: 8px 2px;
  color: #4e5a70;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
}
.index-module--add-btn-item--iNWxK:hover {
  background-color: #f0f2f7;
}

.index-module--add-btn2--PXxPL {
  width: 142px;
}
.index-module--add-btn2--PXxPL .index-module--add-btn-item--iNWxK {
  display: flex;
  align-items: center;
  gap: 4px;
}

.index-module--empty-container--5GbMH {
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-module--empty-container--5GbMH .index-module--empty-text--2tomd {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
}

@keyframes index-module--loadingCircle--lSVBQ {
  to {
    transform: rotate(360deg);
  }
}
.index-module--loading-icon--ssG61 {
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--loading-icon--ssG61 svg {
  animation: index-module--loadingCircle--lSVBQ 1s infinite linear;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.list-module--manageContacts--NDcSB {
  height: 100%;
}
.list-module--manageContacts--NDcSB .list-module--title--soCKb {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.list-module--manageContacts--NDcSB .list-module--header--FRowQ {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list-module--manageContacts--NDcSB .list-module--header--FRowQ .ant-select-selector {
  width: 184px;
}
.list-module--manageContacts--NDcSB .list-module--header--FRowQ .list-module--header-filter--gxeoy,
.list-module--manageContacts--NDcSB .list-module--header--FRowQ .list-module--header-operation--lgVgn {
  display: flex;
}
.list-module--manageContacts--NDcSB .list-module--header--FRowQ .list-module--header-filter--gxeoy {
  gap: 8px;
}
.list-module--manageContacts--NDcSB .list-module--header--FRowQ .list-module--header-operation--lgVgn {
  align-items: center;
  justify-content: space-between;
}
.list-module--manageContacts--NDcSB .list-module--header--FRowQ .list-module--header-operation--lgVgn .list-module--operation-desc--r9bqU {
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  flex: none;
}
.list-module--manageContacts--NDcSB .list-module--header--FRowQ .list-module--header-operation--lgVgn .list-module--operation-btns--Yrwgc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.list-module--manageContacts--NDcSB .list-module--header--FRowQ .list-module--select--D11zv {
  min-width: 112px;
}
.list-module--manageContacts--NDcSB .list-module--header--FRowQ .list-module--input--n9mfZ {
  max-width: 246px;
  min-width: 146px;
}
.list-module--manageContacts--NDcSB .list-module--header--FRowQ button {
  flex: none;
  margin-left: 8px;
}
.list-module--manageContacts--NDcSB .list-module--table--pG8dI {
  margin-top: 16px;
}
.list-module--manageContacts--NDcSB .list-module--table-astrict--CgoSx {
  max-width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.list-module--manageContacts--NDcSB .list-module--table-gray--4gA8t {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.list-module--manageContacts--NDcSB .list-module--table-flex--jpYWc {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}
.list-module--manageContacts--NDcSB .list-module--table-flex--jpYWc .list-module--table-flex-no-wrap--muGEh {
  flex: none;
}
.list-module--manageContacts--NDcSB .list-module--paginationN--osl9i {
  padding: 16px 0px;
  display: flex;
  justify-content: flex-end;
}
.list-module--manageContacts--NDcSB .list-module--operation--oiLDU {
  color: #4c6aff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}
.list-module--manageContacts--NDcSB .list-module--operation-item--4gbUs {
  flex: none;
  cursor: pointer;
}
.list-module--manageContacts--NDcSB .ant-modal-header,
.list-module--manageContacts--NDcSB .ant-modal-footer {
  border: none;
}
.list-module--manageContacts--NDcSB .ant-modal-body {
  padding-top: 8px;
  padding-bottom: 8px;
}
.list-module--manageContacts--NDcSB .list-module--modal-title---cdBa {
  margin: 0;
}
.list-module--manageContacts--NDcSB .list-module--modal-desc--7155k {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin: 0;
}
.list-module--manageContacts--NDcSB .list-module--modal-content--9xA1C {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.list-module--manageContacts--NDcSB .list-module--modal-dropdown-divider--dP1B0 {
  display: flex;
  margin: 0 12px;
}
.list-module--manageContacts--NDcSB .list-module--modal-dropdown-create----c5M {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 12px;
}

.list-module--manage-contact-task--uaOA9 {
  max-height: calc(100% + 20px);
}

.list-module--manage-contacts-height--PGDeh {
  height: 100%;
}

.list-module--replyContactWrapper--2v4iZ {
  padding: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.list-module--replyContactWrapper--2v4iZ .list-module--backBtn--WRS1I {
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  -webkit-app-region: no-drag;
  gap: 8px;
}
.list-module--replyContactWrapper--2v4iZ .list-module--backBtn--WRS1I .sirius-icon {
  height: 22px;
  line-height: 16px !important;
  width: 16px !important;
  height: 16px !important;
}
.list-module--replyContactWrapper--2v4iZ .list-module--replyContactContent--v7\+fP {
  height: 100vh;
  padding: 20px 16px;
  margin-top: 20px;
  border-radius: 8px;
  background-color: #fff;
}
.list-module--replyContactWrapper--2v4iZ .list-module--replyContactContent--v7\+fP .list-module--replyContactTitle--i3eUs {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}

.list-module--searchIconWrapper--IndjZ {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.list-module--searchIcon--GezBc {
  font-size: 16px;
  color: #8d92a1;
  color: var(--Fill-6, #8d92a1);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--viewListCompWrap--4GZlx {
  margin-left: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-module--viewListCompWrap--4GZlx .index-module--viewListText--x2LDP {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.index-module--viewListCompWrap--4GZlx .index-module--viewListIcon--\+H3YL {
  height: 16px;
}

.index-module--overview--GyjqP {
  height: 352px;
  background: linear-gradient(180.78deg, rgba(238, 244, 255, 0.783) 0.63%, rgba(255, 255, 255, 0.9) 35.72%);
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 16px 16px 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex-shrink: 0;
}
.index-module--overview--GyjqP .index-module--overview-title--inDSz {
  display: flex;
  gap: 8px;
  padding-left: 16px;
  align-items: center;
}
.index-module--overview--GyjqP .index-module--overview-title--inDSz .index-module--overview-title-text---yRVN {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.index-module--overview--GyjqP .index-module--overview-title--inDSz .index-module--overview-title-tips--S53p3 {
  display: flex;
  gap: 4px;
  align-items: center;
}
.index-module--overview--GyjqP .index-module--overview-title--inDSz .index-module--overview-title-tips--S53p3 .index-module--overview-title-tips-text--esjF2 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--overview--GyjqP .index-module--overview-title--inDSz .index-module--overview-title-tips--S53p3 .index-module--overview-title-tips-icon--kDBmk {
  width: 14px;
  height: 14px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNS42ODc1IiBjeT0iNS42ODc1IiByPSI1LjY4NzUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDEuMzEyNSAxMi42ODc1KSIgc3Ryb2tlPSIjOEQ5MkExIiBzdHJva2Utd2lkdGg9IjAuODc1Ii8+CjxwYXRoIGQ9Ik03IDkuODg4NjdWNi4xMjYxOCIgc3Ryb2tlPSIjOEQ5MkExIiBzdHJva2Utd2lkdGg9IjAuODc1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHJlY3QgeD0iMC4zMDYyNSIgeT0iLTAuMzA2MjUiIHdpZHRoPSIwLjYxMjUiIGhlaWdodD0iMC42MTI1IiByeD0iMC4zMDYyNSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgNi4zODcyMSA0LjIpIiBzdHJva2U9IiM4RDkyQTEiIHN0cm9rZS13aWR0aD0iMC42MTI1Ii8+Cjwvc3ZnPgo=);
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT {
  width: 100%;
  height: 289px;
  display: flex;
  justify-content: center;
  position: relative;
  padding-left: 16px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-guide-container--R0cmn {
  position: absolute;
  width: 618px;
  height: 312px;
  top: 0px;
  left: calc((100% - 958px) / 2 - 20px);
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  width: 958px;
  height: 100%;
  margin-top: 16px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-introduce--VoKIu {
  position: absolute;
  width: 418px;
  height: 289px;
  background: url(/static/potential-overview-introduce-752613f0b0aa9d1c37a2aadb4d214d83.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 256px;
  z-index: 1;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-data--GzTSS {
  height: 272px;
  width: 366px;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-data--GzTSS .index-module--overview-data-item--2dNjT {
  display: flex;
  flex-direction: column;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-data--GzTSS .index-module--overview-data-item--2dNjT .index-module--overview-data-item-line--KzAeM {
  height: 1px;
  background: #ecf2fe;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-data--GzTSS .index-module--overview-data-item--2dNjT .index-module--overview-data-item-title--VT7zI {
  display: flex;
  margin-top: 8px;
  align-items: center;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-data--GzTSS .index-module--overview-data-item--2dNjT .index-module--overview-data-item-title--VT7zI .index-module--overview-data-item-title-tag--CKlX7 {
  height: 12px;
  width: 2px;
  border-radius: 1px;
  background: #83b3f7;
  background: var(--label-1_2, #83b3f7);
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-data--GzTSS .index-module--overview-data-item--2dNjT .index-module--overview-data-item-title--VT7zI .index-module--join--N3vx5 {
  background: #66e0cc;
  background: var(--label-2_2, #66e0cc);
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-data--GzTSS .index-module--overview-data-item--2dNjT .index-module--overview-data-item-title--VT7zI .index-module--send--gqo2R {
  background: #8be066;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-data--GzTSS .index-module--overview-data-item--2dNjT .index-module--overview-data-item-title--VT7zI .index-module--reply--371UH {
  background: #9de9e0;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-data--GzTSS .index-module--overview-data-item--2dNjT .index-module--overview-data-item-title--VT7zI .index-module--overview-data-item-title-text--8289P {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-left: 6px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-data--GzTSS .index-module--overview-data-item--2dNjT .index-module--overview-data-item-bottom--wWnxq {
  margin-top: 4px;
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-data--GzTSS .index-module--overview-data-item--2dNjT .index-module--overview-data-item-bottom--wWnxq .index-module--overview-data-item-bottom-count--ziWyp {
  color: #272e47;
  font-family: LX-numbers;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-right: 4px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-data--GzTSS .index-module--overview-data-item--2dNjT .index-module--overview-data-item-bottom--wWnxq .index-module--overview-data-item-bottom-text--i5u44 {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-data--GzTSS .index-module--overview-data-item--2dNjT .index-module--overview-data-item-bottom--wWnxq .index-module--overview-data-seven--LFqmM {
  padding: 2px 4px;
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-data--GzTSS .index-module--overview-data-item--2dNjT .index-module--overview-data-item-bottom--wWnxq .index-module--overview-data-seven--LFqmM .index-module--overview-data-seven-text--bzCM2 {
  color: #cb493d;
  font-family: PingFang SC;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-data--GzTSS .index-module--overview-data-item--2dNjT .index-module--overview-data-item-bottom--wWnxq .index-module--overview-data-seven--LFqmM .index-module--overview-data-seven-up--6\+9lt {
  width: 9px;
  height: 9px;
  margin-right: 2px;
  background: url(/static/potential-overview-data-up.8ab7eeac.svg);
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy {
  width: 264px;
  height: 288px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(360deg, #f6f9ff 70.31%, #e3ecff 100%);
  border-radius: 8px;
  border: 1px solid rgba(168, 193, 243, 0.1607843137);
  z-index: 2;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-title--0Wryb {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 12px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-title--0Wryb .index-module--overview-right-title-tag--RjzDA {
  height: 12px;
  width: 2px;
  background: #83b3f7;
  background: var(--label-1_2, #83b3f7);
  border-radius: 1px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-title--0Wryb .index-module--overview-right-title-text--ef7eQ {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  padding: 0px 12px 12px 12px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9 .index-module--overview-right-item--LtOaY {
  height: 52px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #ffffff;
  padding: 8px 12px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9 .index-module--overview-right-item--LtOaY .index-module--overview-right-item-top--AynAX {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9 .index-module--overview-right-item--LtOaY .index-module--overview-right-item-top--AynAX .index-module--overview-right-item-top-text--HxTk3 {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9 .index-module--overview-right-item--LtOaY .index-module--overview-right-item-top--AynAX .index-module--overview-right-item-top-no-set--SuxGd {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9 .index-module--overview-right-item--LtOaY .index-module--overview-right-item-top--AynAX .index-module--overview-right-item-top-set--o1oAH {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9 .index-module--overview-right-item--LtOaY .index-module--overview-right-item-bottom--XwzaA {
  display: flex;
  gap: 2px;
  align-items: center;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9 .index-module--overview-right-item--LtOaY .index-module--overview-right-item-bottom--XwzaA .index-module--overview-right-item-bottom-count--6gmXl {
  color: #272e47;
  font-family: LX-numbers;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}
.index-module--overview--GyjqP .index-module--overview-wrap--\+g8iT .index-module--overview-content--jLgo1 .index-module--overview-right--GcWoy .index-module--overview-right-content--6m4Y9 .index-module--overview-right-item--LtOaY .index-module--overview-right-item-bottom--XwzaA .index-module--overview-right-item-bottom-text--\+bQU6 {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--roleCardContainer--3aayT {
  border-radius: 8px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
  padding: 24px 20px;
  min-width: 513px;
  position: relative;
  height: 100%;
}
.index-module--roleCardContainer--3aayT > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.index-module--roleCardContainer--3aayT > div:nth-child(2) {
  gap: 24px;
  margin: 0 -12px;
  margin-top: 59px;
}

.index-module--expertWorkOverview--dQ6kj {
  margin-top: 20px;
  height: 76px;
  border-radius: 4px;
  width: 100%;
  display: flex;
  padding: 16px 20px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}
.index-module--expertWorkOverview--dQ6kj > div {
  margin-top: 0px !important;
  padding: 0;
  gap: initial;
  justify-content: space-between;
  width: 100%;
}

.index-module--svgCls--VepUG {
  position: absolute;
  top: 100%;
  left: 50%;
}
.index-module--container--gUelw {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.index-module--container--gUelw > div {
  padding: 10px;
  width: 50%;
}

@media screen and (max-width: 1330px) {
  .index-module--container--gUelw > div {
    width: 100%;
  }
}
@media screen and (min-width: 1855px) {
  .index-module--container--gUelw > div {
    width: 33.3333333333%;
  }
}
.index-module--layout--ECPuL {
  display: flex;
  flex-direction: column;
}
.index-module--layout--ECPuL > div:nth-child(2) {
  flex-grow: 1;
  padding: 0 20px 20px 16px;
}

.index-module--empty--bs904 {
  border-radius: 8px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  height: calc(100% - 42px);
}
.index-module--empty--bs904 p {
  color: #747a8c;
  color: var(----Text-3, #747a8c);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
@charset "UTF-8";
.index-module--container--yPNIb {
  height: 36px;
  padding: 0 12px;
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  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-bottom: 6px;
}

.index-module--diver--VjXP8 {
  height: 12px;
  width: 1px;
  background: #e1e3e8;
  margin: 0 12px;
  flex-shrink: 0;
}

.index-module--left--6wwHL {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}

.index-module--right--GfOPQ {
  margin-left: 30px;
  flex-shrink: 0;
}
.index-module--right--GfOPQ > span {
  color: #562de0;
  color: var(--AI-AI-Text-2-6, #562de0);
}

.index-module--used---WJsk {
  font-weight: 500;
  padding-left: 2px;
}

.index-module--full--p2i0p {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}

.index-module--idle--iPQeg {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.index-module--popover--9fWr1 .ant-popover-inner {
  width: 168px;
  height: 152px;
  padding: 20px;
}
.index-module--popover--9fWr1 .ant-popover-inner-content {
  margin-top: 0;
}

.index-module--qrCode--rS-Pa {
  text-align: center;
}
.index-module--qrCode--rS-Pa img {
  width: 80px;
  height: 80px;
}
.index-module--qrCode--rS-Pa div:last-child {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  margin-top: 12px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--teamBannerWrap--5ZgTO {
  position: relative;
}

.index-module--titleTip--MIsP- {
  background: linear-gradient(97deg, #4951e6 1.51%, #7a5ce6 74.19%, #975ce6 98.42%);
  background: var(--AI-AI-Brand-7, linear-gradient(97deg, #4951e6 1.51%, #7a5ce6 74.19%, #975ce6 98.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 12.475px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.604px; /* 157.143% */
}

.index-module--titleWrap--eOye\+ {
  margin-top: 25px;
}
.index-module--titleWrap--eOye\+ > div {
  margin: 0 auto;
  text-align: center;
}

.index-module--roleList--YP\+4b {
  margin-top: 57px;
  display: flex;
  height: 157px;
  gap: 58px;
  align-items: end;
  justify-content: center;
}

.index-module--basicImgWrap--znYOX {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(93deg, #dbdcff 0%, #e5deff 73.99%, #ecdeff 98.65%);
  background: var(--AI-AI-Fill-3, linear-gradient(93deg, #dbdcff 0%, #e5deff 73.99%, #ecdeff 98.65%));
}
.index-module--basicImgWrap--znYOX > img {
  width: 80%;
  position: relative;
  left: 10%;
  top: 12px;
}

.index-module--roleItemWrap--6VScD {
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
}
.index-module--roleItemWrap--6VScD:hover .index-module--basicImgWrap--znYOX {
  background: linear-gradient(97deg, #b9bdff 1.51%, #cfc2ff 74.19%, #dcc2ff 98.42%);
  background: var(--AI-AI-Line-1, linear-gradient(97deg, #b9bdff 1.51%, #cfc2ff 74.19%, #dcc2ff 98.42%));
}
.index-module--roleItemWrap--6VScD p {
  display: inline-block;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 10.693px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.822px; /* 166.667% */
  margin: 0 auto;
  padding: 3px 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(86deg, #f8f6ff 2.34%, rgba(236, 235, 255, 0.9) 44.45%, #f6f4ff 97.54%);
  box-shadow: 0px 3.564px 8.911px 0px #e4deff;
  margin-top: 2px;
}

.index-module--roleDetailWrap--7lDw4 {
  border-radius: 17.822px;
  border: 0.891px solid #fff;
  background: #f8f8ff;
  width: 512px;
  height: 157px;
  flex-shrink: 0;
  display: flex;
  position: relative;
}
.index-module--roleDetailWrap--7lDw4 > div:nth-child(1) {
  width: 155px;
  position: relative;
}
.index-module--roleDetailWrap--7lDw4 > div:nth-child(2) {
  position: relative;
  width: 0;
  flex-grow: 1;
}
.index-module--roleDetailWrap--7lDw4 h3 {
  flex-shrink: 0;
  margin-top: 19px;
  height: 32px;
  border-radius: 16px;
  padding: 0 14px;
  background: linear-gradient(93deg, #e9eaff 0%, #efeaff 73.99%, #f4ebff 98.65%);
  background: var(--AI-AI-Fill-2-hover, linear-gradient(93deg, #e9eaff 0%, #efeaff 73.99%, #f4ebff 98.65%));
  display: flex;
  align-items: center;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.168px; /* 165.488% */
  display: inline-flex;
  gap: 7px;
  margin-bottom: 0;
}
.index-module--roleDetailWrap--7lDw4 h3 > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-module--imgWrap--kCaVO {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 160px;
  border-bottom-left-radius: 17.822px;
  overflow: hidden;
}
.index-module--imgWrap--kCaVO > img {
  width: 100%;
}
.index-module--imgWrap--kCaVO.index-module--operationRole--BlhCC img {
  width: 130%;
  transform: translateX(-12%);
}

.index-module--tag--JdBHN {
  display: inline-flex;
  border-radius: 7.129px;
  background: #fff;
  background: var(---, #fff);
  display: flex;
  height: 18px;
  padding: 4px 5px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.index-module--tag--JdBHN > span {
  text-align: center;
  font-family: "PingFang SC";
  font-size: 10.693px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.257px; /* 133.333% */
  background: linear-gradient(90deg, #353dd9 0.08%, #6545d9 74.98%, #8545d9 99.94%);
  background: var(--AI-AI-Text-6, 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--btn--iRkDX {
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(93deg, #e9eaff 0%, #efeaff 73.99%, #f4ebff 98.65%);
  background: var(--AI-AI-Fill-2-hover, linear-gradient(93deg, #e9eaff 0%, #efeaff 73.99%, #f4ebff 98.65%));
  transform: rotate(90deg);
  position: absolute;
  right: 15px;
  bottom: 12px;
}
.index-module--btn--iRkDX > span,
.index-module--btn--iRkDX > span > svg {
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
}
.index-module--btn--iRkDX path {
  stroke: #562de0;
}

.index-module--avatorBj--c9ucL {
  border-radius: 50px;
  background: linear-gradient(196deg, #d3ceff 7.76%, rgba(246, 216, 255, 0.1) 80.68%);
  width: 100px;
  height: 205px;
  transform: translate(0px, -20px) rotate(-45deg);
  flex-shrink: 0;
}

.index-module--right--yVl8E {
  display: inline-flex;
  height: 100%;
  flex-direction: column;
  padding-right: 17px;
  padding-left: 5px;
}

.index-module--marketingWrap--2QCQj ul {
  margin-bottom: 0;
}

.index-module--reportWrap--fo-Q- {
  height: 100%;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  padding-left: 16px;
  padding-right: 20px;
  margin-bottom: 24px;
  margin-top: 12px;
  overflow: hidden;
}
.index-module--reportWrap--fo-Q- ul {
  padding-left: 24px;
}

@media screen and (max-width: 1360px) {
  .index-module--roleList--YP\+4b {
    gap: 28px;
    margin-left: 10px;
  }
  .index-module--avatorBj--c9ucL {
    transform: translate(16px, -20px) rotate(-45deg);
  }
}
.index-module--item--RFSiU {
  font-family: "PingFang SC";
  padding: 16px;
  border-radius: 4px;
  background: linear-gradient(93deg, #f5f5ff 0%, #f9f7ff 73.99%, #faf7ff 98.65%);
  background: var(--AI-AI-Fill-1, linear-gradient(93deg, #f5f5ff 0%, #f9f7ff 73.99%, #faf7ff 98.65%));
  cursor: pointer;
}
.index-module--item--RFSiU:hover {
  background: linear-gradient(93deg, #e9eaff 0%, #efeaff 73.99%, #f4ebff 98.65%);
  background: var(--AI-AI-Fill-2-hover, linear-gradient(93deg, #e9eaff 0%, #efeaff 73.99%, #f4ebff 98.65%));
}
.index-module--item--RFSiU > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-module--item--RFSiU > div:nth-child(1) h4 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  margin: 0;
}
.index-module--item--RFSiU > div:nth-child(1) span {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  margin: 0;
}
.index-module--item--RFSiU > div:nth-child(2) {
  margin-top: 12px;
}

.index-module--item--RFSiU + .index-module--item--RFSiU {
  margin-top: 12px;
}

.index-module--content--vR6e0 {
  height: 40px;
  overflow: hidden;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  pointer-events: none;
}
.index-module--content--vR6e0 span {
  font-size: 12px !important;
  line-height: 20px !important;
}
.index-module--content--vR6e0 ul {
  margin: 0;
  padding-left: 16px;
}
.index-module--content--vR6e0 ul li {
  font-size: 12px;
  line-height: 20px;
}
.index-module--content--vR6e0 ul li,
.index-module--content--vR6e0 ul li span {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--list--Rgi19 {
  border-radius: 0 0 4px 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
  padding: 16px;
  gap: 16px;
  padding-top: 0;
}

.index-module--title--4lkHE {
  height: 52px;
  background: #fff;
  display: flex;
  align-items: center;
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  width: 100%;
  gap: 4px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--title--HeX2T {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.index-module--title--HeX2T span {
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  background: linear-gradient(90deg, #3a43ee 0.08%, #772cd8 99.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

.index-module--modalWrap--sE0KF {
  max-height: 640px !important;
}
.index-module--modalWrap--sE0KF .ant-modal-body {
  padding-right: 2px !important;
  padding-top: 4px !important;
  max-height: initial !important;
}

.index-module--content--alOdn {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  max-height: 568px !important;
  padding-right: 10px;
}
.index-module--content--alOdn::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--content--alOdn::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--content--alOdn:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--content--alOdn:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--content--alOdn:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--content--alOdn:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--content--alOdn:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--content--alOdn:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--content--alOdn:hover::-webkit-scrollbar-corner {
  display: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--wrap--qnPit {
  height: 100%;
  position: relative;
}
.index-module--wrap--qnPit > div:nth-child(1) {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  position: absolute;
  z-index: 1;
  width: 100%;
  overflow-y: scroll;
}
.index-module--wrap--qnPit > div:nth-child(1)::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--wrap--qnPit > div:nth-child(1)::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--wrap--qnPit > div:nth-child(1):hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--wrap--qnPit > div:nth-child(1):hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--wrap--qnPit > div:nth-child(1):hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--wrap--qnPit > div:nth-child(1):hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--wrap--qnPit > div:nth-child(1):hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--wrap--qnPit > div:nth-child(1):hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--wrap--qnPit > div:nth-child(1):hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--wrap--qnPit > div:nth-child(2) {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--wrap--qnPit > div:nth-child(2)::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--wrap--qnPit > div:nth-child(2)::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--wrap--qnPit > div:nth-child(2):hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--wrap--qnPit > div:nth-child(2):hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--wrap--qnPit > div:nth-child(2):hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--wrap--qnPit > div:nth-child(2):hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--wrap--qnPit > div:nth-child(2):hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--wrap--qnPit > div:nth-child(2):hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--wrap--qnPit > div:nth-child(2):hover::-webkit-scrollbar-corner {
  display: none;
}

.index-module--rowLayout--NLz0P {
  display: flex;
  overflow-x: hidden;
  gap: 16px;
}
.index-module--rowLayout--NLz0P > div {
  flex: 1 1 auto;
  width: 100%;
}

.index-module--contentWrap--CGe0x {
  height: 100%;
}

@keyframes index-module--spin--2BO-o {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.index-module--loading--C825s {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.index-module--loading--C825s > svg {
  animation: index-module--spin--2BO-o 1s linear infinite;
}

.index-module--spin--2BO-o {
  text-align: center;
  padding-top: 20%;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--bannerWrap--PawlI {
  height: 318px;
}

.index-module--settingBtn--W36ME {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-app-region: no-drag;
}
.index-module--settingBtn--W36ME > span,
.index-module--settingBtn--W36ME > span > svg {
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
}
.index-module--settingBtn--W36ME.index-module--win--dZf0l {
  top: 40px;
}

.index-module--workPlan--5tuxA {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--marketingExpertSetting--HtSxI {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: 500;
}
.index-module--marketingExpertSetting--HtSxI .index-module--settingBtn--SODwH {
  flex-shrink: 0;
  cursor: pointer;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  -webkit-app-region: no-drag;
  gap: 8px;
}
.index-module--marketingExpertSetting--HtSxI .index-module--settingBtn--SODwH .sirius-icon {
  height: 22px;
  line-height: 16px !important;
  width: 16px !important;
  height: 16px !important;
}
.index-module--marketingExpertSetting--HtSxI .index-module--settingContent--vFGCq {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  flex-grow: 1;
  overflow-y: auto;
  padding: 20px 16px;
  margin-top: 20px;
  border-radius: 8px;
  background-color: #fff;
}
.index-module--marketingExpertSetting--HtSxI .index-module--settingContent--vFGCq::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--marketingExpertSetting--HtSxI .index-module--settingContent--vFGCq::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--marketingExpertSetting--HtSxI .index-module--settingContent--vFGCq:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--marketingExpertSetting--HtSxI .index-module--settingContent--vFGCq:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--marketingExpertSetting--HtSxI .index-module--settingContent--vFGCq:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--marketingExpertSetting--HtSxI .index-module--settingContent--vFGCq:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--marketingExpertSetting--HtSxI .index-module--settingContent--vFGCq:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--marketingExpertSetting--HtSxI .index-module--settingContent--vFGCq:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--marketingExpertSetting--HtSxI .index-module--settingContent--vFGCq:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--marketingExpertSetting--HtSxI .index-module--settingContent--vFGCq .index-module--setTitle--3mTSP {
  font-size: 16px;
}
.index-module--marketingExpertSetting--HtSxI .index-module--settingContent--vFGCq .index-module--settingTitle--U0-yS {
  font-size: 14px;
  margin: 16px 0 8px;
}
.index-module--marketingExpertSetting--HtSxI .index-module--settingContent--vFGCq .index-module--fieldTime--C\+RB3 {
  width: 144px;
}
.AccountCard-module--account-card--\+0YLz {
  display: inline-flex;
  width: 367px;
  flex-direction: column;
}
.AccountCard-module--account-card--\+0YLz.AccountCard-module--isAiTeam--l6\+Bf .AccountCard-module--body--CLCxF .AccountCard-module--account-name--cEd33 {
  margin-bottom: 4px;
}
.AccountCard-module--account-card--\+0YLz.AccountCard-module--isAiTeam--l6\+Bf .AccountCard-module--body--CLCxF .AccountCard-module--oauth-time--Gb0Bw {
  margin-bottom: 16px;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--header--LPMdO {
  flex-shrink: 0;
  height: 40px;
  padding-left: 18px;
  background: #3f465c;
  background: var(--Fill-8, #3f465c);
  border-radius: 8px 8px 0px 0px;
  display: flex;
  align-items: center;
  overflow: auto;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--header--LPMdO .AccountCard-module--status-icon--EEspT {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0fd683;
  background-color: var(--Success-6, #0fd683);
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--header--LPMdO .AccountCard-module--status-icon-error--sQ\+-z {
  background-color: #fe5b4c;
  background-color: var(--Error-6, #fe5b4c);
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--header--LPMdO .AccountCard-module--status-name--uWQZF {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  margin-left: 8px;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--header--LPMdO .AccountCard-module--dropdown-trigger--Bihgh {
  width: 52px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--header--LPMdO .AccountCard-module--dropdown-trigger--Bihgh:hover {
  background-color: #353b4e;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--header--LPMdO .AccountCard-module--dropdown-menu---DV3V {
  border-radius: 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  box-shadow: 0px 4px 16px rgba(37, 41, 49, 0.08);
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--header--LPMdO .AccountCard-module--dropdown-menu---DV3V .ant-dropdown-menu-item {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--header--LPMdO .AccountCard-module--dropdown-menu---DV3V .ant-dropdown-menu-item:hover {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--body--CLCxF {
  position: relative;
  flex-grow: 1;
  padding: 18px 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 0 0 4px 4px;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--body--CLCxF .AccountCard-module--aiStaff-relation--kBoLa {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 12px;
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--body--CLCxF .AccountCard-module--aiStaff-relation--kBoLa .AccountCard-module--dot--N6Fx6 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0fd683;
  background-color: var(--Success-6, #0fd683);
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--body--CLCxF .AccountCard-module--aiStaff-relation--kBoLa .AccountCard-module--text--Z2wFB {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 12px;
  line-height: 20px;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--body--CLCxF .AccountCard-module--ai-tag--NwhtH {
  position: absolute;
  top: 12px;
  left: 16px;
  padding: 2px 6px;
  gap: 4px;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--body--CLCxF .AccountCard-module--account-avatar--KOmh- {
  margin-bottom: 13px;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--body--CLCxF .AccountCard-module--account-name--cEd33 {
  max-width: 100%;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--body--CLCxF .AccountCard-module--oauth-time--Gb0Bw {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 12px;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--body--CLCxF .AccountCard-module--stats--fRRwX {
  display: flex;
  margin-bottom: 16px;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--body--CLCxF .AccountCard-module--stats--fRRwX .AccountCard-module--stat--BtnGb {
  position: relative;
  width: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--body--CLCxF .AccountCard-module--stats--fRRwX .AccountCard-module--stat--BtnGb .AccountCard-module--stat-count--pzTqT {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  line-height: 22px;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--body--CLCxF .AccountCard-module--stats--fRRwX .AccountCard-module--stat--BtnGb .AccountCard-module--stat-name--0jNYS {
  position: relative;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 12px;
  line-height: 20px;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--body--CLCxF .AccountCard-module--stats--fRRwX .AccountCard-module--stat--BtnGb .AccountCard-module--stat-tip--7qy3k {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  margin: auto;
  cursor: pointer;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--body--CLCxF .AccountCard-module--stats--fRRwX .AccountCard-module--stat--BtnGb + .AccountCard-module--stat--BtnGb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 24px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
  transform: translateY(-50%);
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--body--CLCxF .AccountCard-module--option--qagQn {
  width: 100%;
  white-space: nowrap;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--btnWrapper--dinX9 {
  width: 100%;
}
.AccountCard-module--account-card--\+0YLz .AccountCard-module--btnWrapper--dinX9 .ant-space-item {
  flex: 1 1;
}
.index-module--snsAccountManage--ubty4 {
  position: relative;
}
.index-module--snsAccountManage--ubty4 .index-module--add--lEJQ9 {
  position: absolute;
  right: 0;
  top: -40px;
}
.index-module--snsAccountManage--ubty4 .index-module--accounts--tT05h {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}
.index-module--snsAccountManage--ubty4 .index-module--empty--mB3wM {
  margin: 0;
  padding: 50px 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--container--bUAwm {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--container--bUAwm .index-module--taskCardFinishTitle--3bqo1 {
  margin-top: 20px;
}
.index-module--container--bUAwm .index-module--taskCardFinishTip--P1Rlu {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--container--bUAwm .index-module--taskCard--Kl7LZ {
  margin: 12px 0px;
  display: flex;
  height: 92px;
  padding: 10px 20px 10px 12px;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
  border: 1px solid #e4e4ff;
  background: linear-gradient(90deg, #f8f8ff 0%, #f0f0fd 100%);
}
.index-module--container--bUAwm .index-module--taskCard--Kl7LZ .index-module--taskImg---8954 {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 6px;
}
.index-module--container--bUAwm .index-module--taskCard--Kl7LZ .index-module--taskContent--i5a\+u {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  overflow: hidden;
}
.index-module--container--bUAwm .index-module--taskCard--Kl7LZ .index-module--taskContent--i5a\+u .index-module--title--z7Sad {
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.index-module--container--bUAwm .index-module--taskCard--Kl7LZ .index-module--taskContent--i5a\+u .index-module--tip--wWTxo {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.index-module--container--bUAwm .index-module--taskCard--Kl7LZ .index-module--taskContent--i5a\+u .index-module--tip--wWTxo .sirius-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.index-module--textContainer--5Np58 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--textContainer--5Np58 .index-module--textContent--C5cj1 {
  display: flex;
  padding: 0px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-left: 3px solid #e1e3e8;
  border-left: 3px solid var(--Line-3, #e1e3e8);
}

.index-module--tooltipCls--f-4A4 .ant-popover-inner-content {
  max-height: 300px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--tooltipCls--f-4A4 .ant-popover-inner-content::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--tooltipCls--f-4A4 .ant-popover-inner-content::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--tooltipCls--f-4A4 .ant-popover-inner-content:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--tooltipCls--f-4A4 .ant-popover-inner-content:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--tooltipCls--f-4A4 .ant-popover-inner-content:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--tooltipCls--f-4A4 .ant-popover-inner-content:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--tooltipCls--f-4A4 .ant-popover-inner-content:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--tooltipCls--f-4A4 .ant-popover-inner-content:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--tooltipCls--f-4A4 .ant-popover-inner-content:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--fileBasicCard--1ARKB {
  height: 56px;
  font-family: "PingFang SC";
  display: flex;
  padding: 8px 12px 8px 8px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
}
.index-module--fileBasicCard--1ARKB > div:first-child {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.index-module--fileBasicCard--1ARKB > div:nth-child(2) {
  overflow: hidden;
}
.index-module--fileBasicCard--1ARKB > div:nth-child(2) p {
  margin: 0;
}
.index-module--fileBasicCard--1ARKB > div:nth-child(2) > p:nth-child(1) {
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  line-height: 22px; /* 157.143% */
}
.index-module--fileBasicCard--1ARKB > div:nth-child(2) > p:nth-child(2) {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-size: 12px;
  font-style: normal;
  line-height: 16px; /* 133.333% */
}

.index-module--fileBasicLine--WA-15 {
  display: flex;
  align-items: center;
  height: 20px;
  gap: 4px;
}
.index-module--fileBasicLine--WA-15 > div:nth-child(1) {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--fileBasicLine--WA-15 > div:nth-child(1) > svg {
  width: 100%;
  height: 100%;
}
.index-module--fileBasicLine--WA-15 > p {
  overflow: hidden;
  margin: 0;
  color: #252525;
  color: var(---Text-5, #252525);
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}

.index-module--singleLine--32cEe {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-module--error--W9zV8 {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.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);
}
.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);
}
.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: 6px;
}
.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;
  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: 4px;
  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: 20px;
}
.mail-card-wrap.tightness1 .summary-warp {
  height: 16px;
  line-height: 16px;
  margin-top: 6px;
}
.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: 16px;
}
.mail-card-wrap.tightness2 .summary-warp {
  height: 14px;
  line-height: 14px;
  margin-top: 6px;
}
.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: 16px;
}
.mail-card-wrap.tightness3 .summary-warp {
  height: 14px;
  line-height: 14px;
  margin-top: 4px;
}
.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;
}
.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;
}
@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;
}
.index-module--fileListWrap--nxPNw {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.index-module--fileListWrap--nxPNw > div {
  width: 50%;
}
.index-module--fileListWrap--nxPNw > div:nth-child(odd) {
  padding-right: 4px;
}
.index-module--fileListWrap--nxPNw > div:nth-child(even) {
  padding-left: 4px;
}
.index-module--container--hvvLK {
  display: flex;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #e9eaf9 0%, rgba(255, 255, 255, 0) 100%), #f6f7fa;
  overflow: hidden;
}
.index-module--container--hvvLK.index-module--is-windows--0duIp .index-module--content--h\+QGC {
  padding-top: 32px;
}
.index-module--container--hvvLK .index-module--menuWrapper---23q2 {
  flex-shrink: 0;
  padding: 12px 10px;
  width: 220px;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 16px;
}
.index-module--container--hvvLK .index-module--pageWrapper--ez2n2 {
  flex-grow: 1;
  overflow: hidden;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--container--7TPdl {
  height: 100%;
  overflow-y: scroll;
}
.index-module--container--7TPdl .index-module--title--qKUrZ {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 28px;
}
.index-module--container--7TPdl .index-module--title-top--VC760 {
  margin-top: 32px;
}
.index-module--container--7TPdl .index-module--form-item-lable--dmDfi .ant-form-item:not(.ant-form-item-with-help) {
  margin-bottom: 16px !important;
}
.index-module--container--7TPdl .index-module--form-item-lable--dmDfi .ant-form-item:not(.ant-form-item-with-help):last-child {
  margin-bottom: 0 !important;
}
.index-module--container--7TPdl .ant-tabs-nav {
  margin-bottom: 0 !important;
  padding-bottom: 0px;
  padding-top: 12px;
  background: #fff;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 4px 4px 0px 0px;
}
.index-module--container--7TPdl .ant-tabs-nav-list {
  width: 100% !important;
}
.index-module--container--7TPdl .ant-tabs-content {
  height: 100%;
}

.index-module--content--2soWu {
  padding: 12px 16px;
}

.index-module--card--QzXui, .index-module--tabBox--QateO {
  padding: 24px 20px 4px;
  border-radius: 8px;
  border-right: 1px solid #f0f1f5;
  border-right: 1px solid var(--Line-1, #f0f1f5);
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
  border-left: 1px solid #f0f1f5;
  border-left: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
}

.index-module--tabBox--QateO > div:first-child {
  margin-bottom: 12px;
}

.index-module--submitBtn--Zvw\+v {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  /* top: 0; */
  /* left: -19px; */
  margin-left: -20px;
  padding: 20px;
  width: calc(100% + 40px);
  background: #fff;
}

.index-module--w1--p6Hoq {
  width: 342px;
}

.index-module--compItemWrap--5Ydcf + .index-module--compItemWrap--5Ydcf {
  margin-top: 16px;
}

.index-module--countryWrap--yfpRx .ant-form-item-control,
.index-module--countryWrap--yfpRx .sirius-cascader-select-selector {
  height: 40px !important;
}
.index-module--countryWrap--yfpRx .sirius-cascader-select-multiple .sirius-cascader-select-clear {
  top: 50% !important;
  margin-top: -8px !important;
}

.index-module--compTitle--WK8H6 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}

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

.index-module--compDesc--FXV2g {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}

.index-module--sendNick--vWNmm .ant-form .ant-form-item {
  margin-bottom: 16px !important;
}
.index-module--sendNick--vWNmm .ant-form .ant-form-item:last-child {
  margin-bottom: 0 !important;
}

.index-module--companyDesc--UEhJ6 {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
  margin-bottom: 24px;
  margin-top: -12px;
}
.companyMainProduct-module--company-main-product--CaOIC {
  position: relative;
  display: inline-block;
  width: 100%;
}
.companyMainProduct-module--company-main-product--CaOIC .ant-form-item:not(.ant-form-item-with-help) {
  margin-bottom: 16px;
}
.companyMainProduct-module--company-main-product--CaOIC .ant-form-item-explain {
  min-height: auto;
  font-size: 12px !important;
  line-height: 1 !important;
  margin-top: 4px !important;
}
.companyMainProduct-module--company-main-product--CaOIC .ant-form-item-label label::before {
  display: none !important;
}
.companyMainProduct-module--company-main-product--CaOIC .ant-select-selector {
  border-color: #ebedf2 !important;
  border-color: var(--Line-2, #ebedf2) !important;
}
.companyMainProduct-module--company-main-product--CaOIC .ant-select-focused .ant-select-selector {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--create-select--gLr1K {
  background-color: #fff;
  position: relative;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--create-select--gLr1K .ant-select-multiple .ant-select-selection-placeholder {
  top: 15px;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--create-select--gLr1K .ant-select-multiple .ant-select-selection-placeholder {
  top: 21px;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--create-select--gLr1K .ant-select-selector {
  height: 96px;
  overflow: hidden;
  padding: 9px 91px 9px 12px !important;
  align-items: flex-start !important;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--create-select--gLr1K .ant-select-selector .ant-select-selection-overflow {
  max-height: 76px !important;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--create-select--gLr1K .ant-form-item-label {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--edit-select--gS90L .ant-select-selector {
  min-height: 46px;
  width: 100%;
  background-color: #fff !important;
  padding-right: 100px !important;
  overflow: hidden;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--edit-select--gS90L .ant-select-selection-item {
  background-color: #f0f2f7 !important;
  background-color: var(--Fill-2_5, #f0f2f7) !important;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--name--ve3jT {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  display: inline-block;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--desc--XGq5q {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--ai--tjQhw {
  position: absolute;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--disabled--3IX-t {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--text--bkepS {
  background: linear-gradient(0deg, rgb(44, 72, 214) 0%, rgb(80, 32, 217) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--preview--tqSEk {
  background-color: #fff;
  margin-bottom: 16px;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--preview--tqSEk .companyMainProduct-module--title--FN5TQ {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--preview--tqSEk .companyMainProduct-module--txt--9OWW9 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--create-select--gLr1K .companyMainProduct-module--ai--tjQhw {
  right: 8px;
  top: 86px;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--edit-select--gS90L .companyMainProduct-module--ai--tjQhw {
  right: 8px;
  top: 41px;
}
.companyMainProduct-module--company-main-product--CaOIC .companyMainProduct-module--edit-select--gS90L .companyMainProduct-module--title--FN5TQ {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}

.companyMainProduct-module--gpt-rcmd-modal--0\+yia .ant-modal-body {
  padding: 0 !important;
}
.country-module--country-wrap--ntBpK {
  background-color: #fff;
}
.country-module--country-wrap--ntBpK .country-module--title--ZAbtv {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.country-module--country-wrap--ntBpK .country-module--txt--4AcBO {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.country-module--country-wrap--ntBpK .sirius-cascader-select-selection-overflow {
  overflow-y: hidden;
}
.country-module--country-wrap--ntBpK .ant-form-item-label {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin-bottom: 8px;
}
.country-module--country-wrap--ntBpK .ant-form-item {
  margin: 0;
}
.country-module--country-wrap--ntBpK .sirius-cascader-select {
  width: 100%;
}
.country-module--country-wrap--ntBpK .sirius-cascader-select-selector {
  background-color: #f6f7fa !important;
  background-color: var(--Fill-2, #f6f7fa) !important;
  border: none !important;
}
.country-module--country-wrap--ntBpK .sirius-cascader-select-selection-search-input {
  height: 28px;
}
.country-module--country-wrap--ntBpK .sirius-cascader-select-selection-placeholder {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.country-module--country-wrap--ntBpK .sirius-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.country-module--country-wrap--ntBpK .sirius-cascader-select-selection-item {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.country-module--country-wrap--ntBpK .sirius-cascader-select-clear {
  background-color: transparent;
}
.country-module--country-wrap--ntBpK .ant-form-item-control {
  height: 36px;
  justify-content: center;
}
.country-module--country-wrap--ntBpK .sirius-cascader-select .sirius-cascader-select-selector {
  background-color: #fff !important;
  border: 1px solid #ebedf2 !important;
  border: 1px solid var(--Line-2, #ebedf2) !important;
}
.country-module--country-wrap--ntBpK .sirius-cascader-select-focused .sirius-cascader-select-selector {
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
}
.country-module--country-wrap--ntBpK .country-module--country-selector-wrap--0tThN {
  position: relative;
}
.country-module--country-wrap--ntBpK .country-module--country-selector-wrap--0tThN .country-module--disabled--DLpKU {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}
.sendNick-module--send-nick-wrap--8mHzk {
  background-color: #fff;
}
.sendNick-module--send-nick-wrap--8mHzk .ant-form-item-label {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.sendNick-module--send-nick-wrap--8mHzk .sirius-input-ui {
  height: 40px !important;
  padding: 0 !important;
  background-color: #f6f7fa !important;
  background-color: var(--Fill-2, #f6f7fa) !important;
  border: none !important;
}
.sendNick-module--send-nick-wrap--8mHzk .ant-input {
  border: none !important;
  background-color: #f6f7fa !important;
  background-color: var(--Fill-2, #f6f7fa) !important;
  border-radius: 4px !important;
  padding: 9px 12px !important;
  height: 40px !important;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.sendNick-module--send-nick-wrap--8mHzk .sirius-input-ui .ant-input-suffix {
  margin-right: 8px;
}
.sendNick-module--send-nick-wrap--8mHzk .ant-form-item {
  margin-bottom: 16px;
}
.sendNick-module--send-nick-wrap--8mHzk .ant-form .ant-form-item:last-child {
  margin-bottom: 0;
}
.sendNick-module--send-nick-wrap--8mHzk .ant-form-item-explain.ant-form-item-explain-error {
  height: 16px;
  min-height: 16px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.sendNick-module--send-nick-wrap--8mHzk .ant-form-item-explain-success {
  display: none;
}
.sendNick-module--send-nick-wrap--8mHzk .sendNick-module--preview-label----4vq {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.sendNick-module--send-nick-wrap--8mHzk .sendNick-module--preview-label----4vq .sendNick-module--multi-img--8nC-5 {
  margin-left: 4px;
}
.sendNick-module--send-nick-wrap--8mHzk .sendNick-module--preview-value--nDSlx {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
.sendNick-module--send-nick-wrap--8mHzk.sendNick-module--edit-page--goROL .sendNick-module--preview-label----4vq {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.sendNick-module--send-nick-wrap--8mHzk.sendNick-module--edit-page--goROL .ant-form-item-label {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.customerMainProduct-module--customer-main-product--DcyTi {
  position: relative;
  display: inline-block;
  width: 100%;
}
.customerMainProduct-module--customer-main-product--DcyTi :golbal(.customerMainProduct-module--ant-form--cRndu) {
  position: relative;
}
.customerMainProduct-module--customer-main-product--DcyTi .ant-form-item {
  margin-bottom: 0;
}
.customerMainProduct-module--customer-main-product--DcyTi .ant-form-item-label {
  padding-bottom: 4px;
}
.customerMainProduct-module--customer-main-product--DcyTi .ant-form-item-label label {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.customerMainProduct-module--customer-main-product--DcyTi .customerMainProduct-module--feature--stAxr {
  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;
  gap: 4px;
}
.customerMainProduct-module--customer-main-product--DcyTi .customerMainProduct-module--feature-item--G-fkA {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 4px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 12px;
}
.customerMainProduct-module--customer-main-product--DcyTi .customerMainProduct-module--feature-checkbox--c0ZxN,
.customerMainProduct-module--customer-main-product--DcyTi .customerMainProduct-module--feature-desc--HXBRq {
  display: flex;
  align-items: center;
  gap: 4px;
}
.customerMainProduct-module--customer-main-product--DcyTi .customerMainProduct-module--feature-checkbox--c0ZxN {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.customerMainProduct-module--customer-main-product--DcyTi .customerMainProduct-module--feature-desc--HXBRq {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  white-space: nowrap;
}
.customerMainProduct-module--customer-main-product--DcyTi .customerMainProduct-module--feature-left--OfrxX {
  width: 164px;
}
.customerMainProduct-module--customer-main-product--DcyTi .customerMainProduct-module--feature-right--MkbCH {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow: hidden;
}
.customerMainProduct-module--customer-main-product--DcyTi .customerMainProduct-module--feature-right--MkbCH .ant-select-selector {
  min-height: 46px;
  width: 100%;
  border: none !important;
  padding-right: 100px !important;
  overflow: hidden;
}
.customerMainProduct-module--customer-main-product--DcyTi .customerMainProduct-module--feature-right--MkbCH .ant-select-selection-item {
  background-color: #f0f2f7 !important;
  background-color: var(--Fill-2_5, #f0f2f7) !important;
}
.customerMainProduct-module--customer-main-product--DcyTi .customerMainProduct-module--ai--hoAD1 {
  position: absolute;
  right: 8px;
  top: 37px;
}
.customerMainProduct-module--customer-main-product--DcyTi .customerMainProduct-module--text--CguGh {
  background: linear-gradient(0deg, rgb(44, 72, 214) 0%, rgb(80, 32, 217) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.customerMainProduct-module--customer-main-product--DcyTi .customerMainProduct-module--disabled--Ghaof {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
}

.customerMainProduct-module--gpt-rcmd-modal--oEWWM .ant-modal-body {
  padding: 0 !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.sendEmail-module--send-email-wrap---fTLm {
  background-color: #fff;
}
.sendEmail-module--send-email-wrap---fTLm .ant-form-item {
  margin-bottom: 0;
}
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--content--h2DPh .sendEmail-module--title--S\+7og,
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--content--h2DPh .sendEmail-module--multiTitle--5c8oe {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--content--h2DPh .sendEmail-module--emails--cl7CR {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--content--h2DPh .sendEmail-module--emails--cl7CR .sendEmail-module--item--hjQUZ {
  border-radius: 4px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  height: 34px;
  width: 223px;
  padding: 6px 12px;
  gap: 3px;
}
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--content--h2DPh .sendEmail-module--emails--cl7CR .sendEmail-module--item--hjQUZ.sendEmail-module--item-check--jTSD0 {
  border: 1px solid #445fe5;
  border: 1px solid var(--Brand-7, #445fe5);
  background-color: #f2f5ff;
  background-color: var(--Brand-1, #f2f5ff);
}
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--content--h2DPh .sendEmail-module--emails--cl7CR .sendEmail-module--item--hjQUZ.sendEmail-module--item-check--jTSD0 .sendEmail-module--txt--oeomh {
  color: #445fe5;
  color: var(--Brand-7, #445fe5);
}
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--content--h2DPh .sendEmail-module--emails--cl7CR .sendEmail-module--item--hjQUZ .sendEmail-module--txt--oeomh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--content--h2DPh .sendEmail-module--emails--cl7CR .sendEmail-module--item--hjQUZ .ant-checkbox-wrapper {
  flex: 1 1;
  overflow: hidden;
}
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--content--h2DPh .sendEmail-module--emails--cl7CR .sendEmail-module--item--hjQUZ .ant-checkbox-wrapper span {
  width: 100%;
}
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--content--h2DPh .sendEmail-module--emails--cl7CR .sendEmail-module--item--hjQUZ .ant-checkbox {
  display: none;
}
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--content--h2DPh .sendEmail-module--emails--cl7CR .sendEmail-module--item--hjQUZ .ant-checkbox + span {
  padding: 0;
}
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--content--h2DPh .sendEmail-module--emails--cl7CR .sendEmail-module--item--hjQUZ .sirius-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--empty--9q1n9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin-top: 16px;
  gap: 8px;
}
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--empty--9q1n9 .sendEmail-module--title--S\+7og {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--preview--5cC7U .sendEmail-module--title--S\+7og {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.sendEmail-module--send-email-wrap---fTLm .sendEmail-module--preview--5cC7U .sendEmail-module--item--hjQUZ {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.sendEmail-module--send-email-wrap---fTLm.sendEmail-module--edit-page--amm6Y {
  background-color: transparent;
}
.sendEmail-module--send-email-wrap---fTLm.sendEmail-module--edit-page--amm6Y .sendEmail-module--content--h2DPh .sendEmail-module--emails--cl7CR .sendEmail-module--item--hjQUZ {
  background-color: #fff;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 4px;
}
.sendEmail-module--send-email-wrap---fTLm.sendEmail-module--edit-page--amm6Y .sendEmail-module--content--h2DPh .sendEmail-module--emails--cl7CR .sendEmail-module--item--hjQUZ.sendEmail-module--item-check--jTSD0 {
  border: 1px solid #445fe5;
  border: 1px solid var(--Brand-7, #445fe5);
  background-color: #f2f5ff;
  background-color: var(--Brand-1, #f2f5ff);
}

.sendEmail-module--sending-mode-radio--aDTXn {
  margin-bottom: 3px !important;
}
.sendEmail-module--sending-mode-radio--aDTXn .ant-form-item-label {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 3px !important;
}
.sendEmail-module--sending-mode-radio--aDTXn .sendEmail-module--tag-radio--fEMu- {
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.sendEmail-module--sending-mode-radio--aDTXn .sendEmail-module--tag-radio--fEMu- .sendEmail-module--tag--bVQS9 {
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  background: #0fd683;
  background: var(--Success-6, #0fd683);
  height: 17px;
  color: #fff;
  font-size: 12px;
  transform: scale(0.83);
  padding: 0 2px;
}

.sendEmail-module--sender-title--6n2pB {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  margin-bottom: 8px;
}

.sendEmail-module--sender-list-wrap--49ONE {
  padding: 16px;
  border-radius: 4px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  margin-bottom: 8px;
  max-height: 276px;
  overflow-y: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.sendEmail-module--sender-list-wrap--49ONE::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.sendEmail-module--sender-list-wrap--49ONE::-webkit-scrollbar:horizontal {
  height: 6px;
}
.sendEmail-module--sender-list-wrap--49ONE:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.sendEmail-module--sender-list-wrap--49ONE:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.sendEmail-module--sender-list-wrap--49ONE:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.sendEmail-module--sender-list-wrap--49ONE:hover::-webkit-scrollbar-button {
  display: none;
}
.sendEmail-module--sender-list-wrap--49ONE:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.sendEmail-module--sender-list-wrap--49ONE:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.sendEmail-module--sender-list-wrap--49ONE:hover::-webkit-scrollbar-corner {
  display: none;
}

.sendEmail-module--desc--iabfr {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.sendEmail-module--intelligent-scheduling--AutoL {
  border-radius: 4px;
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  padding: 12px 0 12px 12px;
  height: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.sendEmail-module--intelligent-scheduling--AutoL .sendEmail-module--title--S\+7og {
  margin: 0;
  height: 32px;
  display: flex;
  align-items: center;
}
.sendEmail-module--intelligent-scheduling--AutoL .sendEmail-module--title--S\+7og span {
  display: inline-block;
}
.sendEmail-module--intelligent-scheduling--AutoL .sendEmail-module--title--S\+7og .sendEmail-module--normal--wcn0s {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.sendEmail-module--intelligent-scheduling--AutoL .sendEmail-module--title--S\+7og .sendEmail-module--num--0pqMr {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
  font-family: LX-numbers;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-left: 2px;
  position: relative;
  bottom: 2px;
}
.sendEmail-module--intelligent-scheduling--AutoL .sendEmail-module--title--S\+7og .sendEmail-module--percent---VWem {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-right: 2px;
}
.sendEmail-module--intelligent-scheduling--AutoL .sendEmail-module--info--Bbv-R {
  margin: 0;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.list-module--potential-contacts--son6q {
  background-color: #fff;
  border-radius: 4px;
}
.list-module--potential-contacts--son6q .list-module--title--beELU {
  color: #272e47;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .ant-select-selector {
  min-width: 112px;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-filter--6PJIw,
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-operation--35hiW,
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--left-op--7Qjnl {
  display: flex;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-filter--6PJIw {
  gap: 8px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  overflow-y: hidden;
  overflow-x: overlay;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-filter--6PJIw::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-filter--6PJIw::-webkit-scrollbar:horizontal {
  height: 6px;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-filter--6PJIw:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-filter--6PJIw:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-filter--6PJIw:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-filter--6PJIw:hover::-webkit-scrollbar-button {
  display: none;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-filter--6PJIw:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-filter--6PJIw:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-filter--6PJIw:hover::-webkit-scrollbar-corner {
  display: none;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-operation--35hiW {
  align-items: center;
  justify-content: space-between;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-operation--35hiW .list-module--left-op--7Qjnl {
  align-items: center;
  gap: 12px;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-operation--35hiW .list-module--operation-desc--Tu-zI {
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  flex: none;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-operation--35hiW .list-module--operation-desc--Tu-zI .list-module--mark--S0MZJ {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  margin: 0 4px;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--header-operation--35hiW .list-module--operation-btns--16Hwl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 .list-module--input--ECEMk {
  max-width: 246px;
  min-width: 146px;
}
.list-module--potential-contacts--son6q .list-module--header--hBfZ9 button {
  flex: none;
  margin-left: 8px;
}
.list-module--potential-contacts--son6q .list-module--table--MFca3 {
  margin-top: 16px;
}
.list-module--potential-contacts--son6q .list-module--table-astrict--hgfLn {
  max-width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.list-module--potential-contacts--son6q .list-module--table-link--0zFDv {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.list-module--potential-contacts--son6q .list-module--table-gray--vjLIL {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.list-module--potential-contacts--son6q .list-module--table-flex--vRBn9 {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}
.list-module--potential-contacts--son6q .list-module--table-flex--vRBn9 .list-module--table-flex-no-wrap--QCa2l {
  flex: none;
}
.list-module--potential-contacts--son6q .list-module--paginationN--NzezO {
  padding: 16px 0px;
  display: flex;
  justify-content: flex-end;
}
.list-module--potential-contacts--son6q .list-module--operation--E94zF {
  color: #4c6aff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}
.list-module--potential-contacts--son6q .list-module--operation-item--Dm5is {
  flex: none;
  cursor: pointer;
}
.list-module--potential-contacts--son6q .list-module--op-wrap--u64sy {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
}
.list-module--potential-contacts--son6q .list-module--op-wrap--u64sy .list-module--operation-item--Dm5is {
  flex: none;
  cursor: pointer;
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-size: 14px;
}
.list-module--potential-contacts--son6q .list-module--op-wrap--u64sy .list-module--split-line--78u1C {
  height: 14px;
  background-color: #e1e3e8;
  background-color: var(----Line-3--, #e1e3e8);
  width: 1px;
}
.list-module--potential-contacts--son6q .list-module--op-wrap--u64sy .list-module--more-icon--XzHCJ {
  cursor: pointer;
}
.list-module--potential-contacts--son6q .list-module--operate-record--EPZwq {
  display: flex;
  align-items: center;
  gap: 1px;
}
.list-module--potential-contacts--son6q .list-module--operate-record--EPZwq .list-module--operate-record-left--I7IJa,
.list-module--potential-contacts--son6q .list-module--operate-record--EPZwq .list-module--operate-record-right--HQa\+X {
  padding: 3px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.list-module--potential-contacts--son6q .list-module--operate-record--EPZwq .list-module--operate-record-left--I7IJa:hover,
.list-module--potential-contacts--son6q .list-module--operate-record--EPZwq .list-module--operate-record-right--HQa\+X:hover {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.list-module--potential-contacts--son6q .list-module--operate-record--EPZwq .list-module--operate-record-right--HQa\+X {
  padding: 12px 3px 11px 3px;
}
.list-module--potential-contacts--son6q .list-module--operate-record--EPZwq .list-module--operate-record-right--HQa\+X svg path {
  fill: #4c6aff;
  fill: var(--Brand-6, #4c6aff);
}
.list-module--potential-contacts--son6q .ant-modal-header,
.list-module--potential-contacts--son6q .ant-modal-footer {
  border: none;
}
.list-module--potential-contacts--son6q .ant-modal-body {
  padding-top: 8px;
  padding-bottom: 8px;
}
.list-module--potential-contacts--son6q .list-module--modal-title--FDdI0 {
  margin: 0;
}
.list-module--potential-contacts--son6q .list-module--modal-desc--AtwWJ {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin: 0;
}
.list-module--potential-contacts--son6q .list-module--modal-content--fmxsu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.list-module--potential-contacts--son6q .list-module--modal-dropdown-divider--4ptQ0 {
  display: flex;
  margin: 0 12px;
}
.list-module--potential-contacts--son6q .list-module--modal-dropdown-create--8UErf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 12px;
}
.list-module--potential-contacts--son6q .list-module--replyed--5kKO3 {
  color: #4c6aff;
  cursor: pointer;
}

.list-module--manage-contact-task--82EXb {
  max-height: calc(100% + 50px);
}

.list-module--manage-contacts-height--jSMYy {
  height: 100%;
}

.list-module--manage-contacts-table-link--lAgEk {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}

.list-module--btn-item--kmheH {
  margin-left: 12px;
  white-space: nowrap;
}

.list-module--dropdown-btn--zscJk {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-module--dropdown-btn--zscJk span {
  display: flex !important;
  align-items: center;
  width: 14px !important;
}

.list-module--my-popover--RkM2u {
  padding-top: 0 !important;
}

.list-module--popover-wrapper--kM1lh .ant-popover-placement-bottom {
  padding-top: 0 !important;
}
.list-module--popover-wrapper--kM1lh .ant-popover-arrow {
  display: none;
}
.list-module--popover-wrapper--kM1lh .ant-popover {
  padding-top: 0 !important;
}

.list-module--add-btn--H0mQw {
  border: 0.5px solid #eceff4;
  box-shadow: 0px 4px 8px rgba(35, 45, 71, 0.1);
  border-radius: 4px;
  width: 128px;
  padding: 4px 0;
}
.list-module--add-btn-item--9teXz {
  white-space: nowrap;
  cursor: pointer;
  padding: 8px 2px;
  color: #4e5a70;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
}
.list-module--add-btn-item--9teXz:hover {
  background-color: #f0f2f7;
}
.list-module--add-btn--H0mQw .list-module--btn-split--vL7KE {
  height: 1px;
  background-color: #f0f1f5;
  margin: 4px 0;
}

.list-module--add-btn2--yOSZL {
  width: 146px;
}
.list-module--add-btn2--yOSZL .list-module--add-btn-item--9teXz {
  display: flex;
  align-items: center;
  gap: 4px;
}

.list-module--add-btn3--0FhDv {
  width: 122px;
}

.list-module--min-width-cell--wQB8s {
  min-width: 110px;
}

.list-module--max-width-cell--osvYq {
  max-width: 240px;
}

.list-module--first-column--ym2e\+ {
  display: flex;
  align-items: center;
}
.list-module--first-column--ym2e\+ .list-module--label--\+FPb3 {
  flex: 1 1;
}
.list-module--first-column--ym2e\+ .list-module--ai-staff--zLWm- {
  display: inline-flex;
  align-items: center;
  height: 20px;
  background: linear-gradient(90deg, #e9eafd 0.08%, #f2ecfe 99.94%);
  margin: 0;
  padding: 0 6px;
  border-radius: 2px;
}
.list-module--first-column--ym2e\+ .list-module--ai-staff--zLWm- .sirius-icon {
  width: 14px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 2px;
}
.list-module--first-column--ym2e\+ .list-module--ai-staff--zLWm- span {
  font-size: 12px;
  background: linear-gradient(90deg, #5d64e1 0.08%, #846ae1 74.98%, #9d6ae1 99.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.list-module--first-column-text--RA5Oo {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-module--task-column--Lfand {
  width: 80px;
}

.list-module--ellipsis--1q7Oy {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.list-module--company-drawer---mhor .ant-drawer-content-wrapper {
  width: calc(100% - 68px) !important;
  box-shadow: none !important;
}

.list-module--potentialContactWrapper--nW1CE {
  padding: 24px 20px 0px 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.list-module--potentialContactWrapper--nW1CE .list-module--backBtn--ICNt8 {
  cursor: pointer;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  -webkit-app-region: no-drag;
  gap: 8px;
}
.list-module--potentialContactWrapper--nW1CE .list-module--backBtn--ICNt8 .sirius-icon {
  height: 22px;
  line-height: 16px !important;
  width: 16px !important;
  height: 16px !important;
}
.list-module--potentialContactWrapper--nW1CE .list-module--potentialContactContent--9z6W2 {
  height: 100vh;
  padding: 20px 16px;
  margin-top: 20px;
  border-radius: 8px;
  background-color: #fff;
}

.list-module--potentialContactHeader--B3ibT {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.list-module--potentialContactHeader--B3ibT .list-module--potentialContactTitle--uSwv1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.list-module--searchIconWrapper--kwgFb {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.list-module--searchIcon--R7ldC {
  font-size: 16px;
  color: #8d92a1;
  color: var(--Fill-6, #8d92a1);
}

.list-module--drawer--NbWcT {
  width: calc(100% - 287px) !important;
}
.list-module--drawer--NbWcT .ant-drawer-content-wrapper {
  width: 100% !important;
  box-shadow: none !important;
}
.index-module--scrollTooltip--fUsly .ant-tooltip-inner {
  max-height: 600px;
  overflow-y: scroll;
  border-radius: 4px;
}
.index-module--scrollTooltip--fUsly .ant-tooltip-inner::-webkit-scrollbar {
  opacity: 1;
}

.index-module--company--5LKyq {
  padding: 20px;
  height: 100%;
  overflow-y: scroll;
}
.index-module--company-top--mZFtt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index-module--company-log-list--wAYCL {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 4px;
}
.index-module--company-log-text--d06iY {
  overflow: hidden;
}
.index-module--company-log-info--Nkqhx {
  display: flex;
  align-items: center;
  max-width: calc(100% - 112px);
  flex: 0 0 auto;
}
.index-module--company-log-date--xVJ2H {
  display: flex;
  align-items: center;
  max-width: 100px;
}
.index-module--company-log-date--xVJ2H::after {
  content: "";
  width: 1px;
  height: 12px;
  display: block;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
  margin: 0 8px;
}
.index-module--company-log-type--8yY3O {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
  width: 100px;
}
.index-module--company-log-disabled---zz3r {
  cursor: default;
  color: rgb(159, 162, 173);
  width: 100px;
}
.index-module--company-log-desc--qFzAN {
  width: calc(100% - 108px);
}
.index-module--company-disabled--k48UO {
  color: #b7c3ff !important;
  color: var(--Brand-3, #b7c3ff) !important;
  cursor: not-allowed !important;
}
.index-module--company-content--nUD-5 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--company-empty--HuIaP {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 36px;
}
.index-module--company-empty--HuIaP .ant-empty-description {
  width: 140px !important;
}
.index-module--company-modal--1M-bF {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
}
.index-module--company-container--4yjWK {
  flex: 1 1;
}
.index-module--company-info--OFHjI {
  cursor: pointer;
}
.index-module--company-header--EvP\+Z {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: calc(100% - 140px);
}
.index-module--company-label--b81lF {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--company--5LKyq .ant-table-cell {
  vertical-align: top;
}
.index-module--company-operate--emOFz {
  display: flex;
  align-items: center;
}
.index-module--company-name--yVhvh {
  font-weight: 500;
  line-height: 22px;
  color: #080b19;
  color: var(--Text-6, #080b19);
  margin-bottom: 4px;
}
.index-module--company-country--i5Jhp {
  display: flex;
  align-items: center;
  color: #272e47;
  color: var(--Text-5, #272e47);
  gap: 8px;
  margin-bottom: 4px;
}
.index-module--company-product--FeLPj {
  display: flex;
  align-items: center;
  gap: 20px;
}
.index-module--company-remark--va1WM {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 4px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  gap: 4px;
}
.index-module--company-remark--va1WM .index-module--icon--lHXi1 {
  display: none;
  cursor: pointer;
  flex: 0 0 auto;
}
.index-module--company-remark--va1WM .index-module--text--Vzdo9 {
  width: 100%;
}
.index-module--company-remark--va1WM .sirius-icon {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  right: 0;
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center;
}
.index-module--company-remark--va1WM:hover .index-module--icon--lHXi1 {
  display: block;
}
.index-module--company-link--JQmm6 {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 152px);
}
.index-module--company-media--uU0qO {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--company-edit--31dbt {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-module--company-edit--31dbt::after {
  content: "";
  margin: 0 12px;
  height: 12px;
  width: 1px;
  background: #ebedf2;
}

.index-module--post--8pS8M .index-module--modal--L0-XG {
  padding: 4px 20px 20px;
  height: 496px;
}
.index-module--post-new-one--DZNsZ {
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-module--post-header--S7n0y {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.index-module--post-img--k4VjM {
  width: 46px;
  height: 46px;
  background-color: #ebedf2;
}
.index-module--post-name--knlKr {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: 500;
  line-height: 22px;
}
.index-module--post-date--YqU9o {
  font-weight: 500;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--post-intro--bzEct {
  font-weight: 500;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 16px;
}
.index-module--post-photos--tlwwj {
  width: 156px;
  height: 156px;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 16px;
  cursor: pointer;
}
.index-module--post-comment--O2Pnr {
  display: flex;
  align-items: center;
  gap: 20px;
}
.index-module--post-label---UAPS {
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--post-label---UAPS .sirius-icon {
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center !important;
}
.index-module--post-border--mJBFX {
  margin: 24px 0;
  width: 100%;
  height: 1px;
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
}
.index-module--post-log--rqJGM {
  display: flex;
  align-items: center;
  gap: 14px;
}
.index-module--post-log-img--NS-Wj {
  width: 40px;
  height: 40px;
  background-color: #ebedf2;
  overflow: hidden;
  border-radius: 50%;
}
.index-module--post-log-info--nDGo- {
  width: 446px;
  height: 46px;
  padding: 12px 20px;
  border-radius: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
}

.index-module--overviewTable--95cIu .companyUpdateTime {
  width: 152px;
}
.index-module--overviewTable--95cIu .companyUpdateDesc {
  max-width: 428px;
}
.index-module--modal--BglNb .index-module--title--dWbME {
  margin-bottom: 0;
}
.index-module--modal--BglNb .ant-modal-footer {
  padding: 0 24px 24px 24px;
  border-top: none;
}
.index-module--modal--BglNb .ant-modal-header {
  border-bottom: none;
}
.index-module--modal--BglNb .ant-modal-body {
  padding-top: 4px;
  padding-bottom: 20px;
  overflow-y: auto;
}
.index-module--detection--Tokju {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  padding: 16px;
  min-height: 100%;
  height: 100%;
}
.index-module--detection--Tokju .index-module--title--0ix9U {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 16px;
}
.index-module--detection--Tokju .index-module--container--iJP09 {
  border-radius: 4px 4px 0 0;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
  padding-top: 8px;
  border-bottom: none;
}
.index-module--detection--Tokju .index-module--container--iJP09 .index-module--headerTab--hnUPR {
  position: relative;
}
.index-module--detection--Tokju .index-module--container--iJP09 .index-module--headerTab--hnUPR::after {
  position: absolute;
  content: "";
  width: calc(100% - 28px);
  left: 14px;
  bottom: -1px;
  height: 1px;
  background-color: #ebedf2;
}
.index-module--detection--Tokju .index-module--container--iJP09 .ant-tabs-nav {
  margin-bottom: 0 !important;
}
.index-module--detection--Tokju .index-module--container--iJP09 .ant-tabs-tab-active > .ant-tabs-tab-btn {
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}

.index-module--modal--FfH6z .index-module--title--0ix9U {
  margin-bottom: 0;
}
.index-module--modal--FfH6z .ant-modal-footer {
  padding: 0 24px 24px 24px;
  border-top: none;
}
.index-module--modal--FfH6z .ant-modal-header {
  border-bottom: none;
}
.index-module--modal--FfH6z .ant-modal-body {
  padding-top: 4px;
  padding-bottom: 20px;
  overflow-y: auto;
}

.index-module--scrollTooltip--z4jWB .ant-tooltip-inner {
  max-height: 600px;
  overflow-y: scroll;
  border-radius: 4px;
}
.index-module--scrollTooltip--z4jWB .ant-tooltip-inner::-webkit-scrollbar {
  opacity: 1;
}

.index-module--company--AqXke {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 0 0 4px 4px;
  border-top: none;
}
.index-module--company-log-list--3UZnQ {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 4px;
}
.index-module--company-log-text--FWzvQ {
  overflow: hidden;
}
.index-module--company-log-info--YDpNK {
  display: flex;
  align-items: center;
  max-width: calc(100% - 112px);
  flex: 0 0 auto;
}
.index-module--company-log-date--Jujbt {
  display: flex;
  align-items: center;
  max-width: 100px;
}
.index-module--company-log-date--Jujbt::after {
  content: "";
  width: 1px;
  height: 12px;
  display: block;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
  margin: 0 8px;
}
.index-module--company-log-type---89JB {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
  width: 100px;
}
.index-module--company-log-disabled--veuxH {
  cursor: default;
  color: rgb(159, 162, 173);
  width: 100px;
}
.index-module--company-log-desc--d3thL {
  width: calc(100% - 108px);
}
.index-module--company-disabled--GqBFy {
  color: #b7c3ff !important;
  color: var(--Brand-3, #b7c3ff) !important;
  cursor: not-allowed !important;
}
.index-module--company-inner--sLTen {
  height: calc(100% - 90px);
}
.index-module--company-content--c\+YP9 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--company-empty--XicY1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 36px;
}
.index-module--company-empty--XicY1 .ant-empty-description {
  width: 140px !important;
}
.index-module--company-modal--yG0b7 {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
}
.index-module--company-container--8517O {
  flex: 1 1;
}
.index-module--company-info--FjujC {
  cursor: pointer;
}
.index-module--company-header--fTKBD {
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 8px;
}
.index-module--company-label--3liCL {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--company--AqXke .ant-table-cell {
  vertical-align: top;
}
.index-module--company-operate--2Kr65 {
  display: flex;
  align-items: center;
}
.index-module--company-name--hely6 {
  font-weight: 500;
  line-height: 22px;
  color: #080b19;
  color: var(--Text-6, #080b19);
  margin-bottom: 4px;
}
.index-module--company-country--pwEv6 {
  display: flex;
  align-items: center;
  color: #272e47;
  color: var(--Text-5, #272e47);
  gap: 8px;
  margin-bottom: 4px;
}
.index-module--company-product--tFlF1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.index-module--company-remark--y0LJK {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 4px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  gap: 4px;
}
.index-module--company-remark--y0LJK .index-module--icon--tDdWW {
  display: none;
  cursor: pointer;
  flex: 0 0 auto;
}
.index-module--company-remark--y0LJK .index-module--text--arxcP {
  width: 100%;
}
.index-module--company-remark--y0LJK .sirius-icon {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  right: 0;
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center;
}
.index-module--company-remark--y0LJK:hover .index-module--icon--tDdWW {
  display: block;
}
.index-module--company-link--hyWPC {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 152px);
}
.index-module--company-media--8\+OlX {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.index-module--company-edit--bWws\+ {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-module--company-edit--bWws\+::after {
  content: "";
  margin: 0 12px;
  height: 12px;
  width: 1px;
  background: #ebedf2;
}

.index-module--post--GnpJa .index-module--modal--FfH6z {
  padding: 4px 20px 20px;
  height: 496px;
}
.index-module--post-new-one--9qAsQ {
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-module--post-header--wkbkd {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.index-module--post-img--E\+x1t {
  width: 46px;
  height: 46px;
  background-color: #ebedf2;
}
.index-module--post-name--inn\+j {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: 500;
  line-height: 22px;
}
.index-module--post-date--oku2k {
  font-weight: 500;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--post-intro--3Oldf {
  font-weight: 500;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 16px;
}
.index-module--post-photos--aqWkP {
  width: 156px;
  height: 156px;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 16px;
  cursor: pointer;
}
.index-module--post-comment--1OnYc {
  display: flex;
  align-items: center;
  gap: 20px;
}
.index-module--post-label--CQ9\+y {
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--post-label--CQ9\+y .sirius-icon {
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center !important;
}
.index-module--post-border--rutKC {
  margin: 24px 0;
  width: 100%;
  height: 1px;
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
}
.index-module--post-log--h9fWB {
  display: flex;
  align-items: center;
  gap: 14px;
}
.index-module--post-log-img--eXFLn {
  width: 40px;
  height: 40px;
  background-color: #ebedf2;
  overflow: hidden;
  border-radius: 50%;
}
.index-module--post-log-info--TotNL {
  width: 446px;
  height: 46px;
  padding: 12px 20px;
  border-radius: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
}

.index-module--overviewTable--zTOMh .companyUpdateTime {
  width: 152px;
}
.index-module--overviewTable--zTOMh .companyUpdateDesc {
  max-width: 428px;
}
.index-module--container--yFKeg {
  min-width: 862px;
  min-height: 100%;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}
.index-module--container--yFKeg .index-module--countup--4ZtCE {
  margin-top: 16px;
  margin-bottom: 48px;
}
.index-module--container-background--5e-Cb {
  background: linear-gradient(180deg, rgba(37, 42, 76, 0) 0%, #252b4e 41.09%);
}
.index-module--container-list--zo\+Il {
  padding: 0 16px 16px;
}
.index-module--container-auto--bnsQl {
  min-height: 100%;
}
.index-module--container--yFKeg .index-module--bread--Jaos5 {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  padding-top: 16px;
  padding-bottom: 12px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}
.index-module--container--yFKeg .index-module--bread--Jaos5 .ant-breadcrumb-separator {
  margin: 0 4px;
  vertical-align: middle;
}
.index-module--container--yFKeg .index-module--bread--Jaos5 .ant-breadcrumb {
  color: #1d2129;
}
.index-module--container--yFKeg .index-module--bread--Jaos5 .ant-breadcrumb a:hover {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.index-module--container--yFKeg .index-module--header--dUdUy {
  background: url(/static/banner-a9dd6e5f7123c1a56c97c236ca293569.png) center center no-repeat;
  background-size: cover;
  background-color: #272d4d;
  position: relative;
}
.index-module--container--yFKeg .index-module--header--dUdUy .index-module--headerInner--xGUgl {
  padding: 0 103px;
  margin: 0 auto;
}
.index-module--container--yFKeg .index-module--header--dUdUy .index-module--textWrap--dDNaN {
  padding-top: 220px;
  text-align: center;
}
.index-module--container--yFKeg .index-module--header--dUdUy .index-module--textWrap--dDNaN h1 {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  /* identical to box height, or 138% */
  color: #ffffff;
  margin-bottom: 16px;
}
.index-module--container--yFKeg .index-module--header--dUdUy .index-module--searchInputWrapper--y-z6Q {
  position: relative;
  margin-top: 8px;
}
.index-module--container--yFKeg .index-module--quotaWhite--GWofv {
  margin-top: 12px;
  color: #fff;
}
.index-module--container--yFKeg .index-module--quotaBlack--1a3Xi {
  color: #272e47;
}
.index-module--container--yFKeg .index-module--filterWrapper--tbghX {
  margin-top: 12px;
  background: #ffffff;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  border-radius: 4px;
  padding: 16px;
}
.index-module--container--yFKeg .index-module--tableWrapper--3J7gq {
  background: #ffffff;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  margin-top: 12px;
  border-radius: 4px;
  padding: 0px 16px 16px;
}
.index-module--container--yFKeg .index-module--tableWrapper--3J7gq .index-module--pagination--orOEf {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  justify-content: flex-end;
  margin: 16px 0;
}
.index-module--inputWrapper--3xn2n {
  display: flex;
  height: 60px;
  align-items: center;
}
.index-module--inputWrapper--3xn2n .index-module--inputInnerWrapper--inIqB {
  border: 1px solid #f0f1f5;
  border-radius: 4px 0 0 4px;
  border-right: none;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.index-module--inputWrapper--3xn2n .index-module--inputInnerWrapper--inIqB .index-module--input-suffix--502Gm {
  padding-right: 16px;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
}
.index-module--inputWrapper--3xn2n .index-module--inputInnerWrapper--inIqB .index-module--input-prefix--z-MNg {
  margin-left: 20px;
  margin-right: 8px;
  display: flex;
  height: 100%;
  align-items: center;
}
.index-module--inputWrapper--3xn2n .index-module--inputInnerWrapper--inIqB .index-module--input-input--ENtvU {
  outline: none;
  color: #272e47;
  color: var(--Text-5, #272e47);
  border: none;
  width: 100%;
  height: 32px;
  min-width: 300px;
}
.index-module--inputWrapper--3xn2n .index-module--inputInnerWrapper--inIqB .index-module--input-input-with-list--RtDo9 {
  width: auto;
}
.index-module--inputWrapper-focus--TfRs9, .index-module--inputWrapper--3xn2n:hover {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.index-module--inputWrapper--3xn2n .index-module--inputButton--z9Y2m {
  font-family: "PingFang SC" !important;
  background-color: #4c6aff !important;
  background-color: var(--Avatar-6, #4c6aff) !important;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  height: 100%;
  width: 104px;
  border: none;
  outline: none;
  margin-left: 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.index-module--introWrapper--xY5Qh {
  display: flex;
  justify-content: center;
  gap: 36px;
}
.index-module--introWrapper--xY5Qh .index-module--introItem--jVqyK {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  color: #ffffff;
  display: flex;
  align-items: center;
}
.index-module--introWrapper--xY5Qh .index-module--introItem--jVqyK .index-module--introText--0pQJk {
  padding-left: 8px;
}
.countup-module--wrapper--axieO {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  color: #ffffff;
  padding: 12px;
  background: linear-gradient(270.04deg, rgba(230, 238, 255, 0) 12.5%, rgba(153, 187, 255, 0.0940625) 55.98%, rgba(108, 158, 255, 0) 84.84%);
  border-radius: 4px;
}
.countup-module--wrapper--axieO .countup-module--count--xFE0m {
  width: 110px;
  text-align: left;
}
.countup-module--wrapper--axieO .countup-module--iconWrapper--5g0PH {
  display: flex;
  align-items: center;
}
.countup-module--wrapper--axieO .countup-module--icon--f2UWw {
  height: 16px;
  width: 16px;
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0OTE0XzI1NDUzOSkiPgo8cGF0aCBkPSJNMy4zMzMzMyAyVjEyLjY2NjdIMTRWMTRIMlYySDMuMzMzMzNaTTEzLjUyODcgNC4xOTUzM0wxNC40NzEzIDUuMTM4TDEwLjY2NjcgOC45NDI2N0w4LjY2NjY3IDYuOTQzMzNMNS44MDQ2NyA5LjgwNDY3TDQuODYyIDguODYyTDguNjY2NjcgNS4wNTczM0wxMC42NjY3IDcuMDU2NjdMMTMuNTI4NyA0LjE5NTMzWiIgZmlsbD0iI0Q1RDhFMiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE0OTE0XzI1NDUzOSI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) center center no-repeat;
  background-size: 16px;
  vertical-align: middle;
}
.countup-module--wrapper--axieO .countup-module--iconText--Lcp6i {
  padding-left: 8px;
}
.countup-module--wrapper--axieO .countup-module--prefix--mnu3L {
  padding-right: 8px;
}
.index-module--wrapperTop--k8-FZ {
  display: flex;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 51px;
  padding: 8px 0;
  z-index: 5;
  background: #fff;
}

.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame {
  display: flex;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU {
  max-width: 90%;
  padding-top: 0px;
  flex: 1 1;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn-num--CT174 {
  line-height: 30px;
  font-family: "LX-numbers";
  font-size: 24px;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn-num--CT174 span {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyName--GYeKt {
  position: relative;
  font-family: Text-C2-Med14;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  cursor: pointer;
  margin-bottom: 4px;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyName--GYeKt em {
  color: #ff0000;
  font-style: normal;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyName-domain--6k81h {
  color: #fe6c5e !important;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyName-browserd--J5YcO {
  opacity: 0.6;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyName-box--FWBls {
  display: flex;
  align-items: center;
  gap: 4px;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyName-box--FWBls .index-module--tagsMore--WVlh3 {
  font-size: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-left: 8px;
  border-radius: 0 2px 2px 0;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyName-box--FWBls .index-module--tagsMore--WVlh3 .index-module--tagsMoreIconBackground--fJ7A2 {
  background: #e7ebf1;
  width: 24px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyName-box-length--RwA1g {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyName-box-tag--c8Ufz {
  width: 0;
  height: 20px;
  flex: 1 1;
  margin-left: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableDomainName--OtOc8 {
  margin-bottom: 0;
  font-size: 16px;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyDomain--CYv6b {
  display: flex !important;
  align-items: center;
  margin-top: 8px;
  line-height: 22px;
  font-size: 14px;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyDomain--CYv6b .index-module--blue--Ha0xn {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyDomain--CYv6b .index-module--blue--Ha0xn:hover {
  text-decoration: underline;
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyDomain--CYv6b .index-module--urlLink--yEiTE {
  margin-left: 8px;
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 14px;
  line-height: 20px;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--recListBox--3gvxj {
  margin-top: 8px;
  display: flex;
  align-items: center;
  border-bottom: 4px;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--recList--hhgAq {
  color: #080b19;
  max-width: 50%;
  min-width: 60px;
  position: relative;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--recList--hhgAq .index-module--recTextEllipsis--0fKZL {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--recList--hhgAq:hover .index-module--translate--E6zsY {
  display: block;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--recListOverspread--IzZc0 {
  padding-right: 22px;
  max-width: 100%;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--descColor--l4U2g {
  margin-top: 4px;
  color: #747a8c;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyZncompany--nmX1x {
  margin-top: 6px;
  display: flex;
  color: #747a8c;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyZncompany-icon--4hbpt {
  font-size: 18px;
  color: #6f7485;
  margin-top: 2px;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyZncompany--nmX1x .index-module--fieldLabel--bA2m4 {
  margin-left: 4px;
  white-space: nowrap;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyZncompany--nmX1x .index-module--fieldText--6G7zq {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyZncompany--nmX1x .index-module--fieldTextCount--vDDOw {
  white-space: nowrap;
}
.index-module--tableDemo--B3vo2 .index-module--domainflexBox--\+1Ame .index-module--tableColumn--wNzLU .index-module--tableCompanyZncompany--nmX1x .index-module--constant-count--fU3nW {
  position: relative;
  white-space: nowrap;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact-first--9mlnz {
  display: flex;
  align-items: center;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact-first-mail--7zrZZ {
  font-family: Text-C2-Reg14;
  font-size: 14px;
  line-height: 22px;
  width: auto !important;
  max-width: 180px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--tableDemo--B3vo2 .index-module--tableContact-first-icon--j9-8h {
  background-color: #ffefed;
  background-color: var(--Error-1, #ffefed);
  padding: 2px 4px 2px 4px;
  font-size: 12px;
  line-height: 16px;
  color: #ff0000;
  margin-left: 12px;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact-color--8JMt5 {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.index-module--tableDemo--B3vo2 .index-module--tableContact-text--55fqZ {
  margin-top: 4px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  font-size: 14px;
  line-height: 22px;
  font-family: Text-C2-Reg14;
  cursor: pointer;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact-text--55fqZ:hover {
  text-decoration: underline;
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
}
.index-module--tableDemo--B3vo2 .index-module--tableContact-detail--qxhJm {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  font-family: Text-C2-Reg14;
  font-size: 14px;
  line-height: 22px;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact-detail-mail--tYbhC {
  display: flex;
  align-items: center;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact-detail-mail--tYbhC::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 9px;
  margin-right: 5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSAzQzEuNSAyLjcyMzg2IDEuNzIzODYgMi41IDIgMi41SDE0QzE0LjI3NjEgMi41IDE0LjUgMi43MjM4NiAxNC41IDNWMTNDMTQuNSAxMy4yNzYxIDE0LjI3NjEgMTMuNSAxNCAxMy41SDJDMS43MjM4NiAxMy41IDEuNSAxMy4yNzYxIDEuNSAxM1YzWiIgc3Ryb2tlPSIjNkY3NDg1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIgM0w3LjU1NjI0IDYuNzA0MTZDNy44MjQ5NiA2Ljg4MzMxIDguMTc1MDQgNi44ODMzMSA4LjQ0Mzc2IDYuNzA0MTZMMTQgMyIgc3Ryb2tlPSIjNkY3NDg1Ii8+Cjwvc3ZnPgo=) no-repeat center center;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact-detail-mail--tYbhC::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  margin-left: 8px;
  background: #e1e6ed;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact-detail-phone--Ee7Mw {
  display: flex;
  align-items: center;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact-detail-phone--Ee7Mw::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 9.3px;
  margin-right: 5.3px;
  background: url(/static/phone.5ed456af.svg) no-repeat center center;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact-detail-phone--Ee7Mw::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  margin-left: 8px;
  background: #e1e6ed;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact-detail-media--vxCLp {
  display: flex;
  align-items: center;
  padding-right: 8px;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact-detail-media--vxCLp::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 9.3px;
  margin-right: 5.3px;
  background: url(/static/demo_inter.8b3a0664.svg) no-repeat center center;
  padding-right: 8px;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact--OjRBf .index-module--tableColumnNum--74EcH {
  color: #272e47;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact--OjRBf .index-module--tableColumnNum--74EcH span {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact--OjRBf .index-module--tableContactSoic--N06iT .index-module--tableContactDetailEmail--lyEIu {
  display: flex;
  align-items: center;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact--OjRBf .index-module--tableContactSoic--N06iT .index-module--tableContactDetailEmail--lyEIu::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 0px;
  margin-right: 5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSAzQzEuNSAyLjcyMzg2IDEuNzIzODYgMi41IDIgMi41SDE0QzE0LjI3NjEgMi41IDE0LjUgMi43MjM4NiAxNC41IDNWMTNDMTQuNSAxMy4yNzYxIDE0LjI3NjEgMTMuNSAxNCAxMy41SDJDMS43MjM4NiAxMy41IDEuNSAxMy4yNzYxIDEuNSAxM1YzWiIgc3Ryb2tlPSIjNkY3NDg1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIgM0w3LjU1NjI0IDYuNzA0MTZDNy44MjQ5NiA2Ljg4MzMxIDguMTc1MDQgNi44ODMzMSA4LjQ0Mzc2IDYuNzA0MTZMMTQgMyIgc3Ryb2tlPSIjNkY3NDg1Ii8+Cjwvc3ZnPgo=) no-repeat center center;
}
.index-module--tableDemo--B3vo2 .index-module--tableContact--OjRBf .index-module--tableContactSoic--N06iT .index-module--tableContactDetailEmail--lyEIu::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  margin-left: 8px;
  background: #e1e6ed;
}
.index-module--tableDemo--B3vo2 .index-module--toolsBtn--dWsCN {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.index-module--tableDemo--B3vo2 .index-module--toolsBtn--dWsCN .index-module--btnStyle--h0G8k {
  padding: 5px 12px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  width: 148px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-module--tableDemo--B3vo2 .index-module--toolsBtn--dWsCN .index-module--inputCustomerBtn--S9xTw {
  border: 1px solid #4c6aff;
  border: 1px solid var(---Brand-6, #4c6aff);
  color: #4c6aff;
}
.index-module--tableDemo--B3vo2 .index-module--toolsBtn--dWsCN .index-module--inputCustomerBtn--S9xTw .index-module--inputCustomerIcon--LsTSg {
  display: flex;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: 16px;
  margin-right: 4px;
  color: #4c6aff;
}
.index-module--tableDemo--B3vo2 .index-module--toolsBtn--dWsCN .index-module--isLuruedStyle--cnQJk {
  border: 1px solid #b7bac2;
  color: #b7bac2;
  cursor: no-drop;
}
.index-module--tableDemo--B3vo2 .index-module--toolsBtn--dWsCN .index-module--isLuruedStyle--cnQJk .index-module--inputCustomerIcon--LsTSg {
  color: #b7bac2;
}
.index-module--tableDemo--B3vo2 .index-module--toolsBtn--dWsCN .index-module--MonitorBtn--Hu0Dz {
  color: #545a6e;
  border: 1px solid #e1e3e8;
  border: 1px solid var(---Line-3--, #e1e3e8);
}
.index-module--tableDemo--B3vo2 .index-module--toolsBtn--dWsCN .index-module--MonitorBtn--Hu0Dz:hover {
  border: 1px solid #4c6aff;
  border: 1px solid var(---Brand-6, #4c6aff);
  color: #4c6aff;
}
.index-module--tableDemo--B3vo2 .index-module--toolsBtn--dWsCN .index-module--MonitorBtn--Hu0Dz:hover .index-module--monitorIcon--SJQJd {
  color: #4c6aff;
}
.index-module--tableDemo--B3vo2 .index-module--toolsBtn--dWsCN .index-module--MonitorBtn--Hu0Dz .index-module--monitorIcon--SJQJd {
  display: flex;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #545a6e;
  margin-right: 4px;
}

.index-module--translate--E6zsY {
  display: flex;
  align-items: center;
  display: none;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

em {
  font-style: normal;
  color: #ff0000;
}
@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;
}
.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-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;
}
.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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.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: 15px;
  top: 13px;
  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;
}

.span-alert-Warn {
  position: absolute;
  left: 10px;
  top: 13px;
}

.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 .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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
@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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.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;
}
@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;
}
@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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.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;
}
@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;
}
.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;
}
.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;
}
.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;
}
@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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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);
}
.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;
}
.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;
}
.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;
}
.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;
}
@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;
}
.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;
}
.customer-module--treeWrap--Jnm3l {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.customer-module--treeWrap--Jnm3l .customer-module--title--MXoGB {
  width: 100%;
  height: 48px;
  padding: 16px;
  box-sizing: border-box;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.customer-module--treeWrap--Jnm3l .customer-module--content--Ralez {
  flex: 1 1;
  width: 100%;
}
.customer-module--treeWrap--Jnm3l .customer-module--content--Ralez .VListTreeCard-Wrap {
  padding: 0 16px;
}
.customer-module--treeWrap--Jnm3l .customer-module--content--Ralez .customer-module--treeRowTitleWrap--CPO68 {
  flex: 1 1;
  display: flex;
  position: relative;
  width: 100px;
  align-items: center;
}
.customer-module--treeWrap--Jnm3l .customer-module--content--Ralez .customer-module--treeRowTitleWrap--CPO68 .customer-module--treeRowTitle--ftzxQ {
  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(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}

.customer-module--mailListWrap--SZTnf {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.customer-module--mailListWrap--SZTnf .customer-module--filterWrap--UJRNs {
  flex: none;
  width: 100%;
}
.customer-module--mailListWrap--SZTnf .customer-module--listWrap--G6uut {
  flex: 1 1;
  width: 100%;
  padding: 10px;
}
.customer-module--mailListWrap--SZTnf .customer-module--listWrap--G6uut .customer-module--mailList--xIVYj,
.customer-module--mailListWrap--SZTnf .customer-module--listWrap--G6uut .customer-module--noDataWrap--RnG18 {
  width: 100%;
  height: 100%;
}
.customer-module--mailListWrap--SZTnf .customer-module--listWrap--G6uut .customer-module--noDataWrap--RnG18 {
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  min-height: 150px;
}
.customer-module--mailListWrap--SZTnf .customer-module--listWrap--G6uut .customer-module--noDataWrap--RnG18 .customer-module--emptyText--x09Jc {
  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);
}
.customer-module--mailListWrap--SZTnf .customer-module--listWrap--G6uut .customer-module--noDataWrap--RnG18 .customer-module--refreshBtn--Q2C3P {
  cursor: pointer;
  color: #386ee7;
  color: var(--brand-blue, #386ee7);
  margin-top: 12px;
}

.customer-module--readMailWrap--e3qA2 {
  height: 100%;
  min-width: 500px;
}
.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%;
}
@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);
}
.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;
}
.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;
}
@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;
}
.detail-module--emptyWrap--gXHCf {
  flex: 1 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.detail-module--emptyWrap--gXHCf .detail-module--emptyImage--zc4n8 {
  width: 456px;
  height: 280px;
}
.detail-module--emptyWrap--gXHCf .detail-module--emptyImage--zc4n8 img {
  width: 100%;
  height: 100%;
}
.detail-module--emptyWrap--gXHCf .detail-module--emptyTitle--uh2cQ {
  margin-top: 80px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.detail-module--emptyWrap--gXHCf .detail-module--emptyContent--e54Cn {
  margin-top: 12px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  width: 284px;
  text-align: center;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.MailMultOperation-module--multipleOperation--\+zfZC {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  padding-left: 28px;
}

.MailMultOperation-module--cancle--y01hJ {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #386ee7;
  cursor: pointer;
  margin-right: 22px;
}
.sunTabMenu-warp-cm .ant-dropdown-menu-item-selected,
.sunTabMenu-warp-cm .ant-dropdown-menu-submenu-title-selected {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.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;
}
.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;
}
.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;
}
@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;
}
@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;
}
@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;
}
@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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.moreMenu-module--container--\+cTLV {
  width: 292px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: auto;
  padding: 20px;
  background-color: white;
  box-shadow: 0px 4px 30px rgba(78, 86, 130, 0.2);
}
.moreMenu-module--container--\+cTLV .moreMenu-module--card--e45aR {
  width: 120px;
  height: 70px;
  float: left;
  margin-bottom: 12px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 8px 8px;
}
.moreMenu-module--container--\+cTLV .moreMenu-module--card--e45aR .moreMenu-module--icon--Ag1IP {
  height: 24px;
  width: 28px;
}
.moreMenu-module--container--\+cTLV .moreMenu-module--card--e45aR .moreMenu-module--title--1Pc4i {
  height: 22px;
  line-height: 22px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.moreMenu-module--container--\+cTLV .moreMenu-module--card--e45aR:nth-child(2n+1) {
  margin-right: 12px;
}
.moreMenu-module--container--\+cTLV .moreMenu-module--card--e45aR:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.moreMenu-module--dotShow--vly0H {
  padding: 0 5px;
  margin-left: 4px;
  height: 16px;
  min-width: 16px;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  border-radius: 100px;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}
@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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--aiDrawer--2icRe .ant-drawer-header {
  padding: 18px 16px 5px;
  border-bottom: none;
}
.index-module--aiDrawer--2icRe .ant-drawer-close {
  padding: 0;
}

.index-module--buttonWrapper--s9S8Z {
  position: fixed;
  right: 5px;
  bottom: 190px;
  cursor: pointer;
  font-size: 20px;
  width: 65px;
  height: 65px;
  z-index: 2000;
}
.index-module--buttonWrapper--s9S8Z img {
  position: relative;
  width: 65px;
  height: 65px;
  z-index: 1;
}
.index-module--buttonWrapper--s9S8Z::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.index-module--tip--e4dg\+ {
  white-space: nowrap;
}

.index-module--tipOk--45Ftp {
  margin-left: 12px;
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
  cursor: pointer;
}

.index-module--title--6z9xw {
  text-align: right;
}
.index-module--title--6z9xw span {
  cursor: pointer;
}
.index-module--title--6z9xw.index-module--winapp--98aLb {
  padding-top: 40px;
}

.index-module--content--V1YZo {
  position: relative;
  height: 100%;
}

.index-module--frame--0E4J4 {
  width: 100%;
  height: 100%;
}
.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);
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
@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: inline-block;
  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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.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);
}
.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;
}
.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;
}
.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";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
@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;
}
.customsPage-module--pageContainer--aU9b- {
  height: 100vh;
  overflow: auto;
}
.customsPage-module--pageContainer--aU9b- .company-detail-sticky-header {
  width: 100%;
}
@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";
.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;
}
.index-module--container--cdIkl .index-module--item--BnPER {
  margin-bottom: 8px;
}
.index-module--container--cdIkl .index-module--item--BnPER:last-child {
  margin-bottom: 0;
}
.index-module--container--cdIkl .index-module--footer--XNIAL {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.index-module--noticeContentItem--Ps85d {
  position: relative;
  height: 70px;
  padding: 12px;
  transition: background-color linear 0.1s;
  border-radius: 4px;
  cursor: default;
}
.index-module--noticeContentItem--Ps85d:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f0f1f5;
  background: var(----Line-1, #f0f1f5);
  z-index: 1;
}
.index-module--noticeContentItem--Ps85d:last-child {
  margin-bottom: 12px;
  border-bottom: none;
}
.index-module--noticeContentItem--Ps85d:hover {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.index-module--noticeContentItem--Ps85d:hover::after {
  background: transparent;
}
.index-module--noticeContentItem--Ps85d:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 2;
}
.index-module--noticeContentItem--Ps85d:hover .index-module--itemHeader--K\+HGT .index-module--closeBtn--FnzAn {
  display: inline;
}
.index-module--noticeContentItem--Ps85d:hover .index-module--itemHeader--K\+HGT .index-module--time--7hlTS {
  display: none;
}
.index-module--noticeContentItem--Ps85d.index-module--expand--VsOsG {
  height: auto;
}
.index-module--noticeContentItem--Ps85d.index-module--expand--VsOsG .index-module--content--W6g\+j {
  display: block;
}
.index-module--noticeContentItem--Ps85d.index-module--expand--VsOsG .index-module--content--W6g\+j .index-module--info--pRTYE {
  display: block;
  overflow: visible;
  white-space: normal;
  text-align: justify;
  word-break: break-all;
}
.index-module--noticeContentItem--Ps85d.index-module--expand--VsOsG .index-module--content--W6g\+j .index-module--specialLink--FJdkC {
  float: right;
}
.index-module--noticeContentItem--Ps85d.index-module--unreadItem--z4XfZ link {
  text-decoration: underline;
}
.index-module--noticeContentItem--Ps85d.index-module--unreadItem--z4XfZ .index-module--title--K9KFW,
.index-module--noticeContentItem--Ps85d.index-module--unreadItem--z4XfZ .index-module--info--pRTYE {
  color: #272e47 !important;
  color: var(--Text-5, #272e47) !important;
}
.index-module--noticeContentItem--Ps85d.index-module--selected--0FzxF {
  background: #f0f1f5;
}
.index-module--noticeContentItem--Ps85d.index-module--liveMessage--eoRoC .index-module--info--pRTYE {
  margin: 6px 0 8px;
}
.index-module--noticeContentItem--Ps85d.index-module--liveMessage--eoRoC:last-child {
  margin-bottom: 0 !important;
}
.index-module--noticeContentItem--Ps85d .index-module--link--fck6i {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
  padding: 0;
  min-width: unset;
}
.index-module--noticeContentItem--Ps85d .index-module--link--fck6i:hover {
  background-color: transparent;
}
.index-module--noticeContentItem--Ps85d .index-module--itemHeader--K\+HGT {
  height: 22px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-module--noticeContentItem--Ps85d .index-module--itemHeader--K\+HGT .index-module--checkbox--enOlz {
  margin-right: 6px;
}
.index-module--noticeContentItem--Ps85d .index-module--itemHeader--K\+HGT .index-module--unreadIcon--kGM\+I {
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background-color: #fe5b4c;
  background-color: var(--Error-6, #fe5b4c);
  margin-right: 4px;
  vertical-align: middle;
}
.index-module--noticeContentItem--Ps85d .index-module--itemHeader--K\+HGT .index-module--title--K9KFW {
  flex: 1 1 100px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 4px;
}
.index-module--noticeContentItem--Ps85d .index-module--itemHeader--K\+HGT .index-module--time--7hlTS {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-size: 14px;
  font-weight: 400;
}
.index-module--noticeContentItem--Ps85d .index-module--itemHeader--K\+HGT .index-module--closeBtn--FnzAn {
  display: none;
  cursor: pointer;
}
.index-module--noticeContentItem--Ps85d .index-module--itemHeader--K\+HGT .index-module--closeBtn--FnzAn .index-module--closeBtnIcon--b-2iq {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--noticeContentItem--Ps85d .index-module--content--W6g\+j {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-module--noticeContentItem--Ps85d .index-module--content--W6g\+j .index-module--info--pRTYE {
  flex: 1 1 100px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--noticeLiveMessage--oUp5C {
  position: fixed;
  right: 20px;
  z-index: 9999;
  width: 480px;
  border-radius: 8px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
  opacity: 0;
  transform: translateX(520px);
}
.index-module--noticeLiveMessage--oUp5C.index-module--open--H5CAi {
  animation: index-module--slideIn--bypgs 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  animation-fill-mode: forwards;
}
.index-module--noticeLiveMessage--oUp5C.index-module--close--DAGED {
  animation: index-module--slideOut--QqQWr 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  animation-fill-mode: forwards;
}
.index-module--noticeLiveMessage--oUp5C .index-module--title--1nwER {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 56px;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
}
.index-module--noticeLiveMessage--oUp5C .index-module--title--1nwER .index-module--titleText--w4GnO {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.index-module--noticeLiveMessage--oUp5C .index-module--title--1nwER .index-module--titleIcon--idqUZ {
  font-size: 20px;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  cursor: pointer;
}
.index-module--noticeLiveMessage--oUp5C .index-module--content--pnkHw {
  padding: 8px 4px 8px 8px;
  max-height: 500px;
  margin-right: 4px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--noticeLiveMessage--oUp5C .index-module--content--pnkHw::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--noticeLiveMessage--oUp5C .index-module--content--pnkHw::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--noticeLiveMessage--oUp5C .index-module--content--pnkHw:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--noticeLiveMessage--oUp5C .index-module--content--pnkHw:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--noticeLiveMessage--oUp5C .index-module--content--pnkHw:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--noticeLiveMessage--oUp5C .index-module--content--pnkHw:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--noticeLiveMessage--oUp5C .index-module--content--pnkHw:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--noticeLiveMessage--oUp5C .index-module--content--pnkHw:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--noticeLiveMessage--oUp5C .index-module--content--pnkHw:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--noticeLiveMessage--oUp5C .index-module--content--pnkHw .index-module--item--iIuIF {
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.index-module--noticeLiveMessage--oUp5C .index-module--content--pnkHw .index-module--item--iIuIF.index-module--isDeleting--oYjvr {
  transform: translateX(100%);
  opacity: 0;
}

@keyframes index-module--slideIn--bypgs {
  0% {
    opacity: 0;
    transform: translateX(520px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes index-module--slideOut--QqQWr {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(520px);
  }
}
.styles-module--waChatWindowModal--HbsNk .ant-modal-content {
  overflow: hidden;
  background: transparent;
}
.styles-module--waChatWindowModal--HbsNk .ant-modal-body {
  max-height: unset;
  line-height: 0;
}
.styles-module--waChatWindowModal--HbsNk .styles-module--waChatWindow--Bm5bp {
  position: relative;
}
.styles-module--waChatWindowModal--HbsNk .styles-module--waChatWindow--Bm5bp .styles-module--close--wZOU2 {
  position: absolute;
  right: 20px;
  top: 24px;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
}
.styles-module--waChatWindowModal--HbsNk .styles-module--waChatWindow--Bm5bp .styles-module--waWindowIframe--Gu558 {
  position: relative;
  border: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--videoDrawerWrapper--CehaE {
  left: 68px;
}
.index-module--videoDrawerWrapper--CehaE.index-module--isWebWmEntry--x4WWu {
  left: 0;
  top: 54px;
}
.index-module--videoDrawerWrapper--CehaE.index-module--isWindows--B7iIY:not(.index-module--isWebWmEntry--x4WWu) {
  left: 68px;
  top: 32px;
}
.index-module--videoDrawerWrapper--CehaE .ant-modal-content {
  height: 640px;
  overflow: hidden;
}
.index-module--videoDrawerWrapper--CehaE .ant-modal-content .ant-modal-body {
  height: 588px;
  padding: 0;
}

@keyframes index-module--spin--EMxeA {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.index-module--loadingContainer--Sz1SD {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index-module--loadingContainer--Sz1SD .index-module--loading--Jbzz2 {
  animation: index-module--spin--EMxeA 1s linear infinite;
}

.index-module--videoDrawer--uv1md {
  display: flex;
  justify-content: space-between;
  background: #fff;
  height: 100%;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerMainWrapper--G1k-n {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  flex: 1 1 924px;
  height: calc(100% - 24px);
  margin-right: 4px;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerMainWrapper--G1k-n::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerMainWrapper--G1k-n::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerMainWrapper--G1k-n:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerMainWrapper--G1k-n:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerMainWrapper--G1k-n:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerMainWrapper--G1k-n:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerMainWrapper--G1k-n:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerMainWrapper--G1k-n:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerMainWrapper--G1k-n:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerMain--mQYQw {
  padding: 24px;
  background: #fff;
  background: var(--unnamed, #fff);
  margin: 0 auto;
  height: 100%;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerMain--mQYQw .index-module--videoMainTitle--K0rFY {
  margin: 24px 0 4px;
  color: #272e47;
  color: var(--text-5, #272e47);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerMain--mQYQw .index-module--videoMainContent--sdYGK {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ {
  flex: 0 0 288px;
  padding: 16px 0;
  background: #f6f7fa;
  background: var(--fill-2, #f6f7fa);
  height: 100%;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideTitle--onHxH {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
  padding: 0 16px;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideTitle--onHxH .sirius-icon {
  width: 20px;
  height: 20px;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideTitle--onHxH .index-module--asideTitleIcon--Re8Fy {
  width: 20px;
  height: 20px;
  color: #0fd683;
  color: var(--success-6, #0fd683);
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideTitle--onHxH .index-module--asideTitleText--upCUf {
  color: #272e47;
  color: var(--text-5, #272e47);
  font-size: 14px;
  font-weight: 500;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideContent--Bz0FN {
  max-height: calc(100% - 34px);
  margin-bottom: 12px;
  margin-right: 4px;
  padding: 0 12px 0 16px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideContent--Bz0FN::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideContent--Bz0FN::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideContent--Bz0FN:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideContent--Bz0FN:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideContent--Bz0FN:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideContent--Bz0FN:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideContent--Bz0FN:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideContent--Bz0FN:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideContent--Bz0FN:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideBottom--hqPii {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 32px;
  border-radius: 4px;
  background: #fff;
  background: var(--unnamed, #fff);
  cursor: pointer;
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideBottom--hqPii:hover .index-module--asideBottomText--u5egm {
  color: #7088ff;
  color: var(--brand-5, #7088ff);
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideBottom--hqPii .index-module--asideBottomIconWrapper--LsJ-C {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eff2ff;
  background: var(--brand-2, #eff2ff);
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideBottom--hqPii .index-module--asideBottomIconWrapper--LsJ-C .index-module--asideBottomIcon--bVuDG {
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
}
.index-module--videoDrawer--uv1md .index-module--videoDrawerAside--WQBCZ .index-module--asideBottom--hqPii .index-module--asideBottomText--u5egm {
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.index-module--videoBoxModal--x3jRN .ant-modal-body {
  padding: 0 24px 24px;
}
.index-module--videoBoxModal--x3jRN .ant-modal-body video {
  width: 100%;
  height: 100%;
}
.index-module--videoBoxModal--x3jRN .ant-modal-header {
  border-bottom: none;
  padding: 20px 24px;
}

.index-module--relevantCard--vt7R5 {
  display: block;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 12px;
  cursor: pointer;
  padding: 12px;
}
.index-module--relevantCard--vt7R5 .index-module--cardImageContainer--o8Dyz {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
}
.index-module--relevantCard--vt7R5 .index-module--cardImageContainer--o8Dyz .index-module--cardImage--ayImp {
  width: 100%;
  height: 100%;
}
.index-module--relevantCard--vt7R5 .index-module--cardImageContainer--o8Dyz .index-module--playIconBtn--xh36O {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(35, 45, 71, 0.2);
}
.index-module--relevantCard--vt7R5 .index-module--relevantTitle--bSxH- {
  color: #272e47;
  color: var(--text-5, #272e47);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: justify;
}
.index-module--relevantCard--vt7R5 .index-module--relevantContent--3J1FJ {
  margin-bottom: 8px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  min-width: 910px;
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--box--n2XsO {
  position: relative;
  display: flex;
  min-width: 910px;
  max-width: 1028px;
  margin-top: 126px;
  flex-grow: 1;
  background: url(/static/hosting_new-1bcf3c534bdc3c5bb98e7b755c68f47f.png) center center no-repeat;
  background-size: 548px 548px;
  background-position: 95% 0;
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--info--3tIDl {
  width: 458px;
  padding-top: 30px;
  padding-left: 60px;
  flex-shrink: 0;
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--info--3tIDl .aiHostingIntroduce-module--title--xTNAk {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--info--3tIDl .aiHostingIntroduce-module--desc--krNCH {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  line-height: 12px;
  margin-bottom: 7px;
  border-bottom: 7px solid #c4f6e3;
  display: inline-block;
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--info--3tIDl .aiHostingIntroduce-module--content--lpamZ {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 32px;
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--info--3tIDl .aiHostingIntroduce-module--content--lpamZ a {
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  display: inline-flex;
  align-items: center;
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--info--3tIDl .aiHostingIntroduce-module--steps--UDpRH {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 24px;
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--info--3tIDl .aiHostingIntroduce-module--steps--UDpRH .aiHostingIntroduce-module--step-item--DsBOZ {
  display: flex;
  align-items: center;
  gap: 8px;
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--info--3tIDl .aiHostingIntroduce-module--steps--UDpRH .aiHostingIntroduce-module--step-item--DsBOZ .aiHostingIntroduce-module--step-item-icon--BELFt {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  background-color: #f2f7fe;
  background-color: var(--Link-1, #f2f7fe);
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--info--3tIDl .aiHostingIntroduce-module--steps--UDpRH .aiHostingIntroduce-module--step-item--DsBOZ .aiHostingIntroduce-module--step-title--uCx-C {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-weight: 500;
  margin: 0;
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--info--3tIDl .aiHostingIntroduce-module--btns--a-n4c {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 630px;
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--info--3tIDl .aiHostingIntroduce-module--btn--E58ir {
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 12px;
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--info--3tIDl .aiHostingIntroduce-module--video-btn--DjaZl {
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  display: flex;
  align-items: center;
  gap: 4px;
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--info--3tIDl .aiHostingIntroduce-module--btn-content--LCLNn {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--info--3tIDl .aiHostingIntroduce-module--btn-icon--0\+MgW {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.aiHostingIntroduce-module--ai-hosting-introduce--yTktr .aiHostingIntroduce-module--bg--aCUJv {
  position: absolute;
  right: 24px;
  top: 0;
  width: 548px;
  height: 548px;
  flex-shrink: 0;
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.selectTask-module--wrap--gUT3s {
  border-radius: 8px;
  background: #fff;
  background: var(--unnamed, #fff);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  background: var(--unnamed, #fff);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: calc(100% - 64px);
  position: relative;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task--64kA4 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 892px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task--64kA4 .selectTask-module--contact-tips--zuzQ6 {
  border-radius: 8px 0px 0px 0px;
  background: rgba(76, 106, 255, 0.09);
  padding: 6px 12px;
  display: flex;
  align-items: center;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task--64kA4 .selectTask-module--contact-tips--zuzQ6 .selectTask-module--tips-icon--hiGRJ {
  margin-right: 6px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task--64kA4 .selectTask-module--contact-tips--zuzQ6 .selectTask-module--tips-icon--hiGRJ circle {
  fill: #4c6aff;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task--64kA4 .selectTask-module--contact-tips--zuzQ6 .selectTask-module--tips-right--4wX1m {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #272e47;
  color: var(---Text-5-, #272e47);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task--64kA4 .selectTask-module--contact-tips--zuzQ6 .selectTask-module--tips-right--4wX1m .selectTask-module--tips-mark--Vz7SH {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-weight: 500;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task--64kA4 .selectTask-module--contact-tips--zuzQ6 .selectTask-module--tips-right--4wX1m .selectTask-module--tips-mark1--TIDEr {
  cursor: pointer;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 52px 20px 58px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi-::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi-::-webkit-scrollbar:horizontal {
  height: 6px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi-:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi-:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi-:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi-:hover::-webkit-scrollbar-button {
  display: none;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi-:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi-:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi-:hover::-webkit-scrollbar-corner {
  display: none;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E {
  display: flex;
  flex-direction: column;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--header--bpEYR {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin-bottom: 12px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--header--bpEYR .selectTask-module--err-notice--41Qf2 {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--default-task-title--P5yok {
  margin-bottom: 7px;
  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; /* 157.143% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n:hover {
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--section-title--AMwrp {
  color: #272e47;
  color: var(--text-5, #272e47);
  margin-right: 4px;
  /* 灵犀桌面2.0/P1.4-Med14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-wrap-disable--ejpxh {
  cursor: not-allowed;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-wrap-disable--ejpxh:hover {
  box-shadow: none !important;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-wrap--eanUI {
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(---Line-1, #f0f1f5);
  background: #f7f9ff;
  overflow: hidden;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-wrap--eanUI:hover {
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-wrap--eanUI .selectTask-module--task-item--tJc2n {
  margin: 0;
  border-radius: 0;
  border: none;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-wrap--eanUI .selectTask-module--task-item--tJc2n:hover {
  box-shadow: none;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--disable--9gaYh {
  position: absolute;
  cursor: not-allowed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f9ff;
  pointer-events: none;
  opacity: 0.5;
  z-index: 9999;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 132px;
  background-color: #f7f9ff;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid #f0f1f5;
  cursor: pointer;
  flex-shrink: 0;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--task-btn--ybfjm {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--left-image--cpfx\+ {
  flex-shrink: 0;
  width: 148px;
  height: 108px;
  margin-left: 12px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--send-email-normal-image--TdzeV {
  background-size: 100%;
  background-image: url(/static/send-email-normal-type-f9deee998a42f7ef66103aa5f810b7c7.png);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--send-email-more-image--TBLub {
  background-size: 100%;
  background-image: url(/static/send-email-more-type-038c39429ca061dfe4aa8203c7703027.png);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--send-email-auto-image--SyL3i {
  background-size: 100%;
  background-image: url(/static/send-email-auto-type-0dbcb98a910bf72d11a875b4e99bbe3d.png);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--more-marketing-tag--9-qcW {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #7a51cb;
  background-color: #ede4ff;
  width: 60px;
  height: 20px;
  padding: 2px 6px;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--title-container--r6iQV {
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--title-container--r6iQV .selectTask-module--title--rbe5H {
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/H2-Med18 */
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--title-container--r6iQV .selectTask-module--use-tag--rfDfL {
  margin-left: 12px;
  padding: 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  background: #ffe5e2;
  background: var(--label-51, #ffe5e2);
  overflow: hidden;
  color: #cb493d;
  color: var(--label-53, #cb493d);
  text-overflow: ellipsis;
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--detail--qUtVg {
  display: block;
  margin-top: 6px;
  margin-right: 20px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--detail-container--QvAYU {
  margin-top: 4px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--detail-container--QvAYU .selectTask-module--more-type-detail--RMevQ {
  display: inline-block;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--detail-container--QvAYU .selectTask-module--replay-content--4RQMD {
  color: #7a51cb;
  color: var(--label-33, #7a51cb);
  /* 灵犀桌面2.0/C4.4-Med12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  margin-left: 4px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--created-task-bottom--\+e7R3 {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  height: 32px;
  overflow: hidden;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--created-task-bottom--\+e7R3 .selectTask-module--created-task-item--qjkfH {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  gap: 5px;
  height: 32px;
  border-radius: 4px;
  background: #fff;
  background: var(--unnamed, #fff);
  flex-shrink: 0;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--created-task-bottom--\+e7R3 .selectTask-module--created-task-item--qjkfH .selectTask-module--created-task-item-icon--nt-85 {
  width: 16px;
  height: 16px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--created-task-bottom--\+e7R3 .selectTask-module--created-task-item--qjkfH .selectTask-module--select-task-auto-ai--KcKPZ {
  background-image: url(/static/select-task-auto-ai-7aaa5bcdadd8f08bf8eeeecabb4c5661.png);
  background-size: contain;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--created-task-bottom--\+e7R3 .selectTask-module--created-task-item--qjkfH .selectTask-module--select-task-auto-overall--4C259 {
  background-image: url(/static/select-task-auto-overall-2da2e2530ca5aaf8360799be606c60a8.png);
  background-size: contain;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--created-task-bottom--\+e7R3 .selectTask-module--created-task-item--qjkfH .selectTask-module--select-task-together--YmU6e {
  background-image: url(/static/select-task-together-cc373d78848a5fa2120a9435c716442b.png);
  background-size: contain;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--created-task-bottom--\+e7R3 .selectTask-module--created-task-item--qjkfH .selectTask-module--select-task-auto-salesperson--YDsPK {
  background-image: url(/static/select-task-auto-salesperson-51440803aaf0957a5185c01329788cdb.png);
  background-size: contain;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--created-task-bottom--\+e7R3 .selectTask-module--created-task-item--qjkfH .selectTask-module--created-task-item-detail--Omg7R {
  color: #272e47;
  color: var(--text-5, #272e47);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--no-created-task-bottom--f1c-M {
  display: flex;
  gap: 8px;
  height: 40px;
  margin-top: 6px;
  flex-shrink: 0;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--no-created-task-bottom--f1c-M .selectTask-module--no-created-task-item--w-6gF {
  height: 40px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--no-created-task-bottom--f1c-M .selectTask-module--no-created-task-item--w-6gF .selectTask-module--no-created-task-item-title--2O90Q {
  text-align: center;
  color: #272e47;
  color: var(--text-5, #272e47);
  font-family: PingFang SC;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 160% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--no-created-task-bottom--f1c-M .selectTask-module--no-created-task-item--w-6gF .selectTask-module--no-created-task-item-icon--0O8dr {
  flex-shrink: 0;
  width: 8px;
  height: 22px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--no-created-task-bottom--f1c-M .selectTask-module--no-created-task-item--w-6gF .selectTask-module--no-created-task-item-bottom--ysufj {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--no-created-task-bottom--f1c-M .selectTask-module--no-created-task-item--w-6gF .selectTask-module--no-created-task-item-bottom--ysufj .selectTask-module--no-created-task-item-count--xv2lY {
  color: #272e47;
  color: var(--text-5, #272e47);
  font-family: PingFang SC;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 160% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--default-task--CQD7E .selectTask-module--task-item--tJc2n .selectTask-module--right-content---EA-z .selectTask-module--no-created-task-bottom--f1c-M .selectTask-module--no-created-task-item--w-6gF .selectTask-module--no-created-task-item-bottom--ysufj .selectTask-module--no-created-task-item-time--KPVQT {
  color: #272e47;
  color: var(--text-5, #272e47);
  font-family: PingFang SC;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 160% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-title--Jmj2V {
  margin-bottom: 7px;
  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; /* 157.143% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk {
  margin-right: -12px;
  margin-bottom: -12px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item--Jf61Q:hover {
  box-shadow: 0px 8px 16px 0px rgba(47, 83, 134, 0.12);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item--Jf61Q {
  display: inline-flex;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 12px;
  width: calc(50% - 12px);
  height: 142px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #f6f7fa;
  background: var(--fill-2, #f6f7fa);
  position: relative;
  cursor: pointer;
  gap: 12px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item-left--sX92i {
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(99deg, #ecf1fb 8.43%, #eaf0ff 98.06%);
  flex-shrink: 0;
  width: 118px;
  height: 118px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item-left--sX92i img {
  width: 118px;
  height: 118px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item-left--sX92i .selectTask-module--item-tag--lR3sb {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  background: #fff3e2;
  background: var(--label-41, #fff3e2);
  padding: 2px 6px;
  color: #cc913d;
  color: var(--label-43, #cc913d);
  font-size: 12px;
  line-height: 16px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item-left--sX92i .selectTask-module--item-tag2--hRGSz {
  color: #cb493d;
  color: var(--label-53, #cb493d);
  background: #ffe5e2;
  background: var(--label-51, #ffe5e2);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item-right--pE2c3 {
  flex-grow: 1;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item-right--pE2c3 .selectTask-module--item-right-title--ht5am {
  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;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item-right--pE2c3 .selectTask-module--item-right-intro--PJfvJ {
  margin-top: 6px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item-right--pE2c3 .selectTask-module--item-right-intro-mark--0uKMz {
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item-right--pE2c3 .selectTask-module--item-right-tags--uNkZF {
  margin-top: 4px;
  display: flex;
  gap: 8px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item-right--pE2c3 .selectTask-module--item-right-tags-item--P7\+Ag {
  border-radius: 4px;
  background: #fff;
  background: var(---, #fff);
  padding: 8px 10px;
  display: flex;
  align-items: center;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item-right--pE2c3 .selectTask-module--item-right-tags-item-img--72ryY {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item-right--pE2c3 .selectTask-module--item-right-tags-item-title--icmZb {
  color: #272e47;
  color: var(---Text-5, #272e47);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item-right--pE2c3 .selectTask-module--create-btn--0yGzN {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  text-align: right;
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item-right--pE2c3 .selectTask-module--create-btn--0yGzN .selectTask-module--btn-icon--Ju1fd {
  margin-left: 2px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item--Jf61Q .selectTask-module--operate-task-item-tag--VxbDL {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  width: 60px;
  padding: 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 2px;
  background: #ffe5e2;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item--Jf61Q .selectTask-module--operate-task-item-tag--VxbDL .selectTask-module--operate-task-item-tag-title--ZQROa {
  flex-shrink: 0;
  overflow: hidden;
  color: #cb493d;
  text-overflow: ellipsis;
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item--Jf61Q .selectTask-module--operate-task-item-image--\+10T9 {
  width: 221px;
  height: 99px;
  flex-shrink: 0;
  border-radius: 4px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item--Jf61Q .selectTask-module--operate-task-item-subject--9C\+cT {
  margin-top: 12px;
  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; /* 157.143% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item--Jf61Q .selectTask-module--operate-task-item-desc--n4R3A {
  margin-top: 8px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item--Jf61Q .selectTask-module--operate-task-item-label-content--vih4L {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 21px;
  height: 32px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item--Jf61Q .selectTask-module--operate-task-item-label-content--vih4L .selectTask-module--operate-task-item-label--WGB9N {
  display: flex;
  height: 32px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #fff;
  background: var(--unnamed, #fff);
  padding: 8px 10px 8px 10px;
  gap: 5px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item--Jf61Q .selectTask-module--operate-task-item-label-content--vih4L .selectTask-module--operate-task-item-label--WGB9N .selectTask-module--operate-task-item-label-icon--xsnMe {
  width: 16px;
  height: 16px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--task-content--MSTi- .selectTask-module--recommand-task--Emfgm .selectTask-module--recommand-task-content--9hqDk .selectTask-module--operate-task-item--Jf61Q .selectTask-module--operate-task-item-label-content--vih4L .selectTask-module--operate-task-item-label--WGB9N .selectTask-module--operate-task-item-label-desc--TC01m {
  color: #272e47;
  color: var(--text-5, #272e47);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  width: 294px;
  border-left: 1px solid #f0f1f5;
  border-left: 1px solid var(--line-1, #f0f1f5);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr::-webkit-scrollbar:horizontal {
  height: 6px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr:hover::-webkit-scrollbar-button {
  display: none;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr:hover::-webkit-scrollbar-corner {
  display: none;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--use-guide--u9I-x {
  padding: 0px 10px 8px 16px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--use-guide--u9I-x .ant-carousel .slick-dots li {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--use-guide--u9I-x .ant-carousel .slick-dots li button {
  background-color: transparent;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--use-guide--u9I-x .ant-carousel .slick-dots li.slick-active {
  width: 8px;
  height: 4px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--use-guide--u9I-x .ant-carousel .slick-dots-bottom {
  bottom: 0;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--use-guide--u9I-x .selectTask-module--use-guide-top--FHSjy {
  display: flex;
  height: 48px;
  align-items: center;
  background-color: #ffffff;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--use-guide--u9I-x .selectTask-module--use-guide-top--FHSjy .selectTask-module--use-guide-icon--0vkjd {
  width: 20px;
  height: 20px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--use-guide--u9I-x .selectTask-module--use-guide-top--FHSjy .selectTask-module--use-guide-title--Sp5mk {
  margin-left: 4px;
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/H1.4-Med16 */
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--use-guide--u9I-x .selectTask-module--use-guide-video--pL5e2 {
  width: 249px;
  height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--use-guide--u9I-x .selectTask-module--use-guide-video--pL5e2 .selectTask-module--use-guide-video-play--uMVWT {
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 1;
  right: 12px;
  bottom: 12px;
  background-image: url(/static/seletc-task-use-guide-video-play.c510ba0a.svg);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--use-guide--u9I-x .selectTask-module--use-guide-video--pL5e2 .selectTask-module--use-guide-video-play--uMVWT:hover {
  background-image: url(/static/seletc-task-use-guide-video-play-hover.f46e502c.svg);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--use-guide--u9I-x .selectTask-module--video0--vMQ5a {
  background-image: url(/static/seletc-task-use-guide-video0-099e2c8706494a57f10945394d4ebb90.png);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--use-guide--u9I-x .selectTask-module--video1--fhYou {
  background-image: url(/static/seletc-task-use-guide-video1-b4a931b7485c64429ef1eac9601e0e23.png);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--little-tips--nvdV2 {
  padding: 0px 10px 20px 16px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--little-tips--nvdV2 .selectTask-module--little-tips-top--X58LK {
  display: flex;
  height: 48px;
  align-items: center;
  background-color: #ffffff;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--little-tips--nvdV2 .selectTask-module--little-tips-top--X58LK .selectTask-module--little-tips-icon--QR2At {
  width: 20px;
  height: 20px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--little-tips--nvdV2 .selectTask-module--little-tips-top--X58LK .selectTask-module--little-tips-title--iHj9Y {
  margin-left: 4px;
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/H1.4-Med16 */
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--little-tips--nvdV2 .selectTask-module--little-tips-bottom--9MdqB {
  display: flex;
  flex-direction: column;
  padding: 12px;
  gap: 12px;
  border-radius: 4px;
  background: #f2f7fe;
  background: var(--link-1, #f2f7fe);
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--little-tips--nvdV2 .selectTask-module--little-tips-bottom--9MdqB .selectTask-module--little-tips-item--ivKut {
  display: flex;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--little-tips--nvdV2 .selectTask-module--little-tips-bottom--9MdqB .selectTask-module--little-tips-item--ivKut .selectTask-module--little-tips-item-number--nAdCn {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  position: relative;
  top: 2px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--little-tips--nvdV2 .selectTask-module--little-tips-bottom--9MdqB .selectTask-module--little-tips-item--ivKut .selectTask-module--little-tips-item-detail--uOGxm {
  margin-left: 6px;
  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% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--question--88qbc {
  padding: 0px 10px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--question--88qbc .selectTask-module--question-top--L91Ac {
  display: flex;
  height: 22px;
  align-items: center;
  background-color: #ffffff;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--question--88qbc .selectTask-module--question-top--L91Ac .selectTask-module--question-icon--1XFA6 {
  width: 16px;
  height: 20px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--question--88qbc .selectTask-module--question-top--L91Ac .selectTask-module--question-title--wC\+mt {
  margin-left: 4px;
  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; /* 157.143% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--question--88qbc .selectTask-module--question-content--vqRaZ {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--question--88qbc .selectTask-module--question-content--vqRaZ .selectTask-module--question-content-item--YZ9AS {
  position: relative;
  padding: 16px 12px;
  align-items: center;
  border-radius: 4px;
  background-color: #f8f9fa;
  color: #272e47;
  color: var(--text-5, #272e47);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--question--88qbc .selectTask-module--question-content--vqRaZ .selectTask-module--question-content-item--YZ9AS .selectTask-module--question-content-item-mark--Y\+SPf {
  position: absolute;
  top: -6px;
  left: 5px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--behavior--Scs7a {
  display: flex;
  flex-direction: column;
  padding: 0px 10px 20px 16px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--behavior--Scs7a .selectTask-module--behavior-title-container--VqYrP {
  height: 22px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--behavior--Scs7a .selectTask-module--behavior-title-container--VqYrP .selectTask-module--behavior-icon--KoxtG {
  width: 16px;
  height: 16px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--behavior--Scs7a .selectTask-module--behavior-title-container--VqYrP .selectTask-module--behavior-title--3bjZE {
  height: 22px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--behavior--Scs7a .selectTask-module--behavior-bottom--cWvc4 {
  display: flex;
  flex-direction: column;
  padding: 12px;
  gap: 12px;
  border-radius: 4px;
  background: #f2f5ff;
  background: var(--link-1, #f2f5ff);
  margin-top: 12px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--behavior--Scs7a .selectTask-module--behavior-bottom--cWvc4 .selectTask-module--behavior-item--MXEuH {
  display: flex;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--behavior--Scs7a .selectTask-module--behavior-bottom--cWvc4 .selectTask-module--behavior-item--MXEuH .selectTask-module--behavior-number--7Ozkz {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  position: relative;
  top: 2px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--behavior--Scs7a .selectTask-module--behavior-bottom--cWvc4 .selectTask-module--behavior-item--MXEuH .selectTask-module--behavior-detail--RpLvv {
  margin-left: 6px;
  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% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--open-container--2mN8Z {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  background-color: #f8f9fa;
  border-radius: 4px;
  height: 32px;
  margin-top: 8px;
  margin-bottom: 24px;
  cursor: pointer;
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--open-container--2mN8Z .selectTask-module--open-container-title--J1uzG {
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.selectTask-module--wrap--gUT3s .selectTask-module--top--Y\+yz1 .selectTask-module--tips--CnfRr .selectTask-module--open-container--2mN8Z .selectTask-module--open-container-icon--lCPcL {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--wrap-bottom--b2m4F {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  height: 64px;
  background-color: #ffffff;
  border-top: 1px solid #f0f1f5;
  border-top: 1px solid var(--line-1, #f0f1f5);
  border-radius: 8px 0px;
}
.selectTask-module--wrap--gUT3s .selectTask-module--wrap-bottom--b2m4F .selectTask-module--cancel--4gJqQ {
  width: 76px;
  height: 32px;
  margin-right: 16px;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  margin-bottom: 20px;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--activity-tips-tag--Pmv9u {
  width: 122px;
  height: 30px;
  margin-top: 12px;
  margin-left: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/static/pre-config-activity-tips-tag-674ea79a86fad0865141d24ab4a8b4c3.png);
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--no-activity-tips-tag--cYVD5 {
  width: 245px;
  height: 30px;
  margin-top: 12px;
  margin-left: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/static/pre-config-no-activity-tips-tag-ccae6d66837268b4f2331705768610ef.png);
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--activity-tips--R9Wrd {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-left: 16px;
  margin-top: 8px;
  margin-bottom: 4px;
  margin-left: 16px;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--activity-tips--R9Wrd .selectTaskPreConfigGuide-module--activity-tips-normal--QJJe2 {
  color: #553535;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--activity-tips--R9Wrd .selectTaskPreConfigGuide-module--activity-tips-red--vjTdd {
  color: #fa5445;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  font-family: LX-numbers;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--pre-config-content--HWLVv {
  display: flex;
  flex-direction: column;
  border: 1px solid #f7f7f7;
  border-radius: 6px;
  background: #fff;
  padding: 16px 12px 16px 12px;
  gap: 12px;
  margin-top: 12px;
  margin-left: 16px;
  margin-right: 16px;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--pre-config-content--HWLVv .selectTaskPreConfigGuide-module--product--NUbmM {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--pre-config-content--HWLVv .selectTaskPreConfigGuide-module--product--NUbmM .selectTaskPreConfigGuide-module--product-title--VLPiH {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  width: 140px;
  line-height: 22px;
  flex-shrink: 0;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--pre-config-content--HWLVv .selectTaskPreConfigGuide-module--product--NUbmM .selectTaskPreConfigGuide-module--product-item-content--SGrfQ {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--pre-config-content--HWLVv .selectTaskPreConfigGuide-module--product--NUbmM .selectTaskPreConfigGuide-module--product-item-content--SGrfQ .selectTaskPreConfigGuide-module--product-item--bLqV\+ {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  border-radius: 4px;
  padding: 3px 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 400;
  width: 109px;
  height: 28px;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--pre-config-content--HWLVv .selectTaskPreConfigGuide-module--product--NUbmM .selectTaskPreConfigGuide-module--product-item-content--SGrfQ .selectTaskPreConfigGuide-module--product-item-more--JOvMl {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  border-radius: 4px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-weight: 400;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--pre-config-footer--E3NnW {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 12px;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--pre-config-footer--E3NnW .selectTaskPreConfigGuide-module--pre-config-footer-left--UKDAl {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--pre-config-footer--E3NnW .selectTaskPreConfigGuide-module--pre-config-footer-left--UKDAl .selectTaskPreConfigGuide-module--footer-item--YVYPR {
  border-radius: 2px;
  padding: 2px 6px;
  width: 99px;
  height: 20px;
  flex-shrink: 0;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--pre-config-footer--E3NnW .selectTaskPreConfigGuide-module--pre-config-footer-left--UKDAl .selectTaskPreConfigGuide-module--footer-item-activity--vEu5E {
  background: #ffe5e2;
  background: var(--label-5_1, #ffe5e2);
  color: #cb493d;
  color: var(--label-5_3, #cb493d);
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--pre-config-footer--E3NnW .selectTaskPreConfigGuide-module--pre-config-footer-left--UKDAl .selectTaskPreConfigGuide-module--footer-item-no-activity--z4OJK {
  background: #deebfd;
  background: var(--label-1_1, #deebfd);
  color: #4759b2;
  color: var(--label-1_3, #4759b2);
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--pre-config-footer--E3NnW .selectTaskPreConfigGuide-module--pre-config-footer-right--kkyCB {
  display: flex;
  flex-direction: row;
  height: 28px;
  border-radius: 4px;
  align-items: center;
  overflow: hidden;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--pre-config-footer--E3NnW .selectTaskPreConfigGuide-module--pre-config-footer-right--kkyCB .selectTaskPreConfigGuide-module--activity-btn-tips--vaAgn {
  width: 121px;
  height: 28px;
  background-color: #fff1ef;
  color: #843d33;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.selectTaskPreConfigGuide-module--pre-config--YZXLi .selectTaskPreConfigGuide-module--pre-config-footer--E3NnW .selectTaskPreConfigGuide-module--pre-config-footer-right--kkyCB .selectTaskPreConfigGuide-module--activity-btn--eHcbL {
  background: linear-gradient(98.95deg, #fd6d6b -74.66%, #ff9878 -9.32%, #ff5b82 57.73%, #ff403d 103.18%);
  padding-top: 4px;
  padding-bottom: 4px;
  width: 96px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  height: 28px;
  cursor: pointer;
  text-align: center;
}

.selectTaskPreConfigGuide-module--pre-config-activity--gDovK {
  background: linear-gradient(178.43deg, #ffdede -10.76%, #fafafa 53.68%);
}

.selectTaskPreConfigGuide-module--pre-config-no-activity---iiZx {
  background: linear-gradient(180.78deg, #c8dbff 0.63%, #f8faff 35.72%);
}
@charset "UTF-8";
.MarketingRecords-module--wrap--eJqwf {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
}
.MarketingRecords-module--wrap--eJqwf > div {
  flex-shrink: 0;
}
.MarketingRecords-module--wrap--eJqwf .ant-tabs-tab {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4e5a70;
  padding: 8px 0 6px;
}
.MarketingRecords-module--wrap--eJqwf .ant-tabs-nav {
  margin: 0;
}
.MarketingRecords-module--wrap--eJqwf .MarketingRecords-module--content--0a91v {
  flex: 1 1;
  background-color: #fff;
  padding: 12px 20px 0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.MarketingRecords-module--wrap--eJqwf .MarketingRecords-module--header-box--LV7cd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0;
}
.MarketingRecords-module--wrap--eJqwf .MarketingRecords-module--template-tabs--dUUjW .ant-tabs-ink-bar {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.MarketingRecords-module--wrap--eJqwf .MarketingRecords-module--template-tabs--dUUjW .ant-tabs-ink-bar::after {
  content: "";
  width: 24px;
  height: 100%;
  background-color: #386ee7;
}
.MarketingRecords-module--wrap--eJqwf .MarketingRecords-module--breadcrumb--3CA1v {
  margin-bottom: 16px;
}
.MarketingRecords-module--wrap--eJqwf .MarketingRecords-module--breadcrumb-item--FXO6v {
  cursor: pointer;
}
.MarketingRecords-module--wrap--eJqwf .MarketingRecords-module--breadcrumb-item--FXO6v:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.MarketingRecords-module--wrap--eJqwf .MarketingRecords-module--pagination-wrap--N68Dt {
  height: 50px;
  padding-top: 16px;
  display: flex;
  flex-direction: row-reverse;
  padding: 0 20px;
  background-color: #fff;
}

.MarketingRecords-module--modal--FfbjB .ant-modal-header {
  border: none;
}
.MarketingRecords-module--modal--FfbjB .ant-modal-body {
  padding: 14px 24px !important;
}
.MarketingRecords-module--modal--FfbjB .ant-modal-footer {
  display: none;
}
.MarketingRecords-module--modal--FfbjB .ant-modal-content {
  height: 400px;
}

.MarketingRecords-module--table-wrap--yP5WD {
  margin-top: 12px;
  background-color: #fff;
  flex-grow: 1;
  height: 0;
}
.MarketingRecords-module--table-wrap--yP5WD .ant-spin-nested-loading {
  height: 100%;
}
.MarketingRecords-module--table-wrap--yP5WD .ant-spin-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.MarketingRecords-module--table-wrap--yP5WD .ant-spin-container .ant-table {
  flex: 1 1;
  height: 0;
}
.MarketingRecords-module--table-wrap--yP5WD .ant-spin-container .ant-table .ant-table-container {
  height: 100%;
}
.MarketingRecords-module--table-wrap--yP5WD .ant-spin-container .ant-table .ant-table-container .ant-table-body {
  overflow: auto scroll;
}
.MarketingRecords-module--table-wrap--yP5WD .ant-spin-container .ant-pagination {
  flex: 0 0;
}
.MarketingRecords-module--table-wrap--yP5WD .ant-table-thead .ant-table-cell {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  /* 文字/Text-3次要信息 */
  color: #747a8c;
  padding: 12px;
}
.MarketingRecords-module--table-wrap2--Lb3RP {
  height: auto;
}

.MarketingRecords-module--table-wrap-no-data--WkbAK {
  flex-grow: 0;
  height: auto;
}
.MarketingRecords-module--table-wrap-no-data--WkbAK .ant-table-tbody {
  display: none;
}

.MarketingRecords-module--row--caJAX {
  background-color: #f8f9fa;
}
@charset "UTF-8";
.DataView-module--data-view--AZmwL {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  overflow-y: auto;
  padding: 0 20px 16px;
}

.DataView-module--modal-box--R7Ij2 {
  position: relative;
  height: 404px;
  margin: -20px;
}
.DataView-module--modal-box--R7Ij2 img {
  width: 100%;
  height: 206px;
  position: absolute;
  top: 0;
  left: 0;
}
.DataView-module--modal-box--R7Ij2 .DataView-module--content--aKQRE {
  padding-top: 178px;
}
.DataView-module--modal-box--R7Ij2 .DataView-module--content--aKQRE .DataView-module--title--1LGKM {
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/H3-Med20 */
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}
.DataView-module--modal-box--R7Ij2 .DataView-module--content--aKQRE .DataView-module--line-box--rTaOt {
  margin-top: 24px;
  margin-bottom: -12px;
}
.DataView-module--modal-box--R7Ij2 .DataView-module--content--aKQRE .DataView-module--line-box--rTaOt .DataView-module--line--s4FeG {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 12px;
}
.DataView-module--modal-box--R7Ij2 .DataView-module--content--aKQRE .DataView-module--line-box--rTaOt .DataView-module--line--s4FeG .DataView-module--circle--4zKg2 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4c6aff;
  background: var(--brand-6, #4c6aff);
  margin-right: 8px;
}
.DataView-module--modal-box--R7Ij2 .DataView-module--content--aKQRE .DataView-module--line-box--rTaOt .DataView-module--line-info--Q\+Jzz {
  color: #272e47;
  color: var(--text-5, #272e47);
  text-align: justify;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.DataView-module--modal-box--R7Ij2 .DataView-module--btn--3o3vP {
  display: flex;
  align-items: center;
  justify-content: center;
}
@charset "UTF-8";
.Header-module--header-info--7HWgF {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #f5f5f5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 16px 0 8px;
  z-index: 10;
}
.Header-module--header-info-left--NhC\+w {
  display: flex;
  align-items: center;
}
.Header-module--header-info-left-info--j3LIE .Header-module--slog--qgeQu {
  display: flex;
  align-items: center;
}
.Header-module--header-info-left-info--j3LIE .Header-module--slog-title--yakvh {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  color: #1a2233;
  margin-right: 8px;
}
.Header-module--header-info-left-info--j3LIE .Header-module--slog-switch--ot2BX.ant-switch-checked {
  background-color: #4c6aff;
}
.Header-module--header-info-left-info--j3LIE .Header-module--slog-time--wzJO8 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  /* 文字/Text-3次要信息 */
  color: #747a8c;
}
.Header-module--header-info-right--LEW8- {
  display: flex;
  align-items: center;
}
.Header-module--header-info-right--LEW8- .Header-module--slog-btn-wrap--kSeJz {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 16px;
}
.Header-module--header-info-right--LEW8- .Header-module--slog-btn-wrap-title--SsrOz {
  margin-left: 4px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-size: 12px;
  font-family: PingFang SC;
  line-height: 16px;
}
.Header-module--header-info-right--LEW8- .Header-module--slog-btn-wrap-title--SsrOz:hover {
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
}

.Header-module--tips--g873E {
  background: #f2f7fe;
  border-radius: 4px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.Header-module--tips--g873E img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.Header-module--tips--g873E .Header-module--tips-txt--aivJs {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  /* 文字/Text-5标题-重要信息 */
  color: #272e47;
}
.Header-module--tips--g873E a {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  text-align: right;
  /* 常用/Brand-6常规 */
  color: #4c6aff;
}

.Header-module--tips2--prnpN {
  background: #ffefed;
}

.Header-module--header--HvINV {
  margin: 0px 0 12px;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 {
  display: flex;
  align-items: stretch;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--post-data--lmJmt {
  flex: 1 1;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--post-data--lmJmt .Header-module--post-data-header--DzMkF {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--post-data--lmJmt .Header-module--post-data-header--DzMkF .Header-module--slog-time--wzJO8 {
  color: #747a8c;
  color: var(--text-3, #747a8c);
  /* 全部/Text-C1-Reg12 */
  font-size: 12px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--post-data-title--gRMTe {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #272e47;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu {
  flex-shrink: 0;
  width: 300px;
  background-color: #fff;
  padding: 12px 0px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list-header--hGSgm {
  flex: 0 0;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list-header--hGSgm .Header-module--strategy-list-title--TyX4v {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list-header--hGSgm a {
  display: flex;
  align-items: center;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #4c6aff;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list-header--hGSgm a img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu .Header-module--list--6BtC8 {
  flex: 1 1;
  height: 0;
  padding: 0 16px;
  overflow-y: overlay;
  margin-bottom: -8px;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu .Header-module--list--6BtC8 .Header-module--item--2mCk5 {
  background: #f9fafb;
  height: 88px;
  padding: 12px;
  margin-bottom: 8px;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu .Header-module--list--6BtC8 .Header-module--item-header--OC6nP {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu .Header-module--list--6BtC8 .Header-module--item-header-left--OCmLp {
  display: flex;
  align-items: center;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu .Header-module--list--6BtC8 .Header-module--item-header-left--OCmLp .Header-module--left-icon--DgZQ9 {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu .Header-module--list--6BtC8 .Header-module--item-header-left--OCmLp .Header-module--left-title--3uJA4 {
  color: #272e47;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  line-height: 22px;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu .Header-module--list--6BtC8 .Header-module--item-header-right--ytRTR {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu .Header-module--list--6BtC8 .Header-module--item-header-right--ytRTR img {
  width: 16px;
  height: 16px;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu .Header-module--list--6BtC8 .Header-module--item-header-right--ytRTR span {
  margin-left: 4px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  text-align: center;
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-size: 12px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu .Header-module--list--6BtC8 .Header-module--item-data--pjV2n {
  display: flex;
  align-items: center;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu .Header-module--list--6BtC8 .Header-module--item-data-item--JoaRG {
  flex: 1 1;
  padding-right: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu .Header-module--list--6BtC8 .Header-module--item-data-item-num--\+sIkw {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "LX-numbers";
  color: #272e47;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu .Header-module--list--6BtC8 .Header-module--item-data-item-title--w14e9 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  /* identical to box height, or 140% */
  text-align: center;
  /* 中性色-文字/Text-3次要信息 */
  color: #747a8c;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu .Header-module--list--6BtC8 .Header-module--item-data-item2--rbwOE {
  padding-left: 35px;
  padding-right: 0;
}
.Header-module--header--HvINV .Header-module--strategy--ENfH0 .Header-module--strategy-list--\+9AXu .Header-module--list--6BtC8 .Header-module--item-data--pjV2n .Header-module--split-line--QlbGK {
  background-color: #ebedf2;
  width: 1px;
  height: 26px;
}
.Header-module--header-view--1WBBn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0px -6px 0px;
}
.Header-module--header-view--1WBBn .Header-module--view-card--roCTD {
  height: 120px;
  margin: 0 6px;
  flex: 1 1;
  border-radius: 4px;
  padding: 16px 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Header-module--header-view--1WBBn .Header-module--view-card--roCTD .Header-module--card-title--EC\+1j {
  display: flex;
  align-items: center;
}
.Header-module--header-view--1WBBn .Header-module--view-card--roCTD .Header-module--card-title--EC\+1j img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
.Header-module--header-view--1WBBn .Header-module--view-card--roCTD .Header-module--card-title--EC\+1j .Header-module--title--qRERk {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-left: 5px;
}
.Header-module--header-view--1WBBn .Header-module--view-card--roCTD .Header-module--card-title--EC\+1j .Header-module--title--qRERk .Header-module--title-content--\+X2WC {
  display: flex;
  align-items: center;
}
.Header-module--header-view--1WBBn .Header-module--view-card--roCTD .Header-module--card-title--EC\+1j .Header-module--title--qRERk .Header-module--title-content--\+X2WC .Header-module--link--IEOxc {
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.Header-module--header-view--1WBBn .Header-module--view-card--roCTD .Header-module--card-title--EC\+1j .Header-module--title--qRERk .Header-module--title-content--\+X2WC .Header-module--icon--dT\+jh {
  cursor: pointer;
  margin-left: 2px;
  filter: grayscale(100%);
}
.Header-module--header-view--1WBBn .Header-module--view-card--roCTD .Header-module--card-title--EC\+1j .Header-module--title--qRERk .Header-module--title-content--\+X2WC:hover .Header-module--icon--dT\+jh {
  filter: none;
}
.Header-module--header-view--1WBBn .Header-module--view-card--roCTD .Header-module--number--3U2RC {
  font-family: "LX-numbers";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  /* identical to box height, or 112% */
  color: #ffffff;
}
.Header-module--header--HvINV .Header-module--replay---utn8 {
  height: 48px;
  padding: 12px 0;
  display: flex;
  align-items: stretch;
  background: #f9fafb;
  -webkit-backdrop-filter: blur(47px);
          backdrop-filter: blur(47px);
  border-radius: 4px;
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 4px;
}
.Header-module--header--HvINV .Header-module--replay-item--hBlUK {
  display: flex;
  align-items: center;
  flex: 1 1;
  justify-content: center;
}
.Header-module--header--HvINV .Header-module--replay-item-label--32w-u {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  /* 文字/Text-3次要信息 */
  color: #747a8c;
  margin-right: 12px;
}
.Header-module--header--HvINV .Header-module--replay-item-num--6X7ur {
  font-family: "LX-numbers";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #272e47;
}
.Header-module--header--HvINV .Header-module--replay-item--hBlUK:nth-last-child(1) {
  border: none;
}
.Header-module--header-modal--P4K-d .ant-row {
  display: inherit;
}
.Header-module--header-modal--P4K-d .ant-modal-header {
  border: none;
  padding: 20px;
}
.Header-module--header-modal--P4K-d .ant-modal-body {
  padding: 12px 20px 0;
}
.Header-module--header-modal--P4K-d .ant-modal-footer {
  border: none;
  padding: 18px 20px;
}
.Header-module--header-modal--P4K-d .ant-form-horizontal .ant-form-item {
  flex-direction: column;
  align-items: flex-start;
}
.Header-module--header-modal--P4K-d .ant-form-horizontal > .ant-form-item {
  margin-bottom: 0;
}

.Header-module--loading--07HBc {
  background-color: red;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Header-module--potentialWrap--9wyEi {
  height: 94px;
  border-radius: 4px;
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
  background: #fff;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
}
.Header-module--potentialWrap--9wyEi .Header-module--image--xA2\+i {
  flex: none;
  width: 52px;
  height: 52px;
}
.Header-module--potentialWrap--9wyEi .Header-module--group--QAUCt {
  flex: 1 1;
}
.Header-module--potentialWrap--9wyEi .Header-module--group--QAUCt .Header-module--title--qRERk {
  display: flex;
  align-items: flex-end;
}
.Header-module--potentialWrap--9wyEi .Header-module--group--QAUCt .Header-module--title--qRERk .Header-module--description--UKH-N {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 1;
}
.Header-module--potentialWrap--9wyEi .Header-module--group--QAUCt .Header-module--title--qRERk .Header-module--count--PjWco {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
  font-family: LX-numbers;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 2px;
}
.Header-module--potentialWrap--9wyEi .Header-module--group--QAUCt .Header-module--title--qRERk .Header-module--uploadIcon--jsHL\+ {
  margin-right: 4px;
  align-self: flex-end;
  width: 12px;
  height: 12px;
  background-image: url(/static/tisheng.7b983a4c.svg);
}
.Header-module--potentialWrap--9wyEi .Header-module--group--QAUCt .Header-module--frameGroup--MHgCN {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.Header-module--potentialWrap--9wyEi .Header-module--group--QAUCt .Header-module--frameGroup--MHgCN .Header-module--label--paZ2X,
.Header-module--potentialWrap--9wyEi .Header-module--group--QAUCt .Header-module--frameGroup--MHgCN .Header-module--unit--Byhmv {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.Header-module--potentialWrap--9wyEi .Header-module--group--QAUCt .Header-module--frameGroup--MHgCN .Header-module--number--3U2RC {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-family: LX-numbers;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.Header-module--potentialWrap--9wyEi .Header-module--btn--lk42X {
  align-self: flex-start;
  margin-top: 24px;
  cursor: pointer;
  width: 96px;
  box-sizing: border-box;
  height: 28px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  padding: 0;
}
.index-module--root--OwAvh {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  overflow: hidden;
}
.index-module--root--OwAvh .index-module--skeleton-padding--5L4yy {
  padding: 16px;
}

.index-module--drawer--JdGaf {
  width: calc(100% - 287px) !important;
}
.index-module--drawer--JdGaf .ant-drawer-content-wrapper {
  width: 100% !important;
  box-shadow: none !important;
}

.index-module--aiHostingSettingModal--9HZnN .ant-modal-body {
  padding: 24px 24px 18px 24px;
}
.index-module--aiHostingSettingModal--9HZnN .index-module--container--bxq\+S {
  display: flex;
  flex-direction: row;
}
.index-module--aiHostingSettingModal--9HZnN .index-module--container--bxq\+S .index-module--icon--h-\+wz {
  margin-right: 6px;
  margin-top: 3px;
}
.index-module--aiHostingSettingModal--9HZnN .index-module--container--bxq\+S .index-module--content--F8RR- {
  overflow: hidden;
}
.index-module--aiHostingSettingModal--9HZnN .index-module--container--bxq\+S .index-module--content--F8RR- .index-module--title--Zz-2O {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  margin-bottom: 10px;
}
.index-module--aiHostingSettingModal--9HZnN .index-module--container--bxq\+S .index-module--content--F8RR- .index-module--info--JNJWt {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  margin-bottom: 18px;
}
.index-module--aiHostingSettingModal--9HZnN .index-module--container--bxq\+S .index-module--content--F8RR- .index-module--btn--NfSN4 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 20px;
  width: 82px;
  height: 36px;
  background: #4c6aff;
  border-radius: 4px;
  color: #ffffff;
  float: right;
  cursor: pointer;
}
.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;
}
