.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector,
.ant-input-affix-wrapper-disabled,
.ant-input.ant-input-disabled,
.ant-picker-input > input[disabled],
.ant-input-number-disabled .ant-input-number-input {
  color: rgba(0, 0, 0, 0.65);
  cursor: default;
}
.ant-form-item {
  margin-bottom: 16px;
}
.ant-form-item .ant-form-item-explain {
  min-height: 16px;
}
.ant-form-item .ant-form-item-explain .ant-form-item-explain-error {
  font-size: 11px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field {
  max-width: 100%;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-xs {
  width: 104px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-s {
  width: 216px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-sm {
  width: 216px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-m {
  width: 328px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-md {
  width: 328px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-l {
  width: 440px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-lg {
  width: 440px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-xl {
  width: 552px;
}
.ant-form-item-label > label {
  color: #666;
}
.ant-form-item-control-input-content {
  color: #333;
}

.ant-pro-form-group-title {
  margin-bottom: 16px;
  font-weight: bold;
}
.ant-pro-form-group-container {
  flex-wrap: wrap;
  max-width: 100%;
}
.ant-pro-form-group-container > div.ant-space-item {
  max-width: 100%;
}
.ant-pro-form-group-twoLine {
  display: block;
  width: 100%;
}
.ant-pro-form-group-twoLine .ant-pro-form-group-title {
  width: 100%;
  margin: 8px 0;
}
.ant-pro-form-group-twoLine .ant-pro-form-group-container {
  padding-left: 16px;
}
.ant-pro-form-group-twoLine .ant-space-item,
.ant-pro-form-group-twoLine .ant-form-item {
  width: 100%;
}
.ant-pro-form-group-twoLine .ant-form-item-control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ant-pro-form-group-twoLine .ant-form-item-control-input {
  align-items: center;
  justify-content: flex-end;
}
.ant-pro-form-group-twoLine .ant-form-item-control-input-content {
  flex: none;
}

.ant-pro-core-label-tip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
.ant-pro-core-label-tip-icon {
  display: block;
  margin-left: 4px;
  cursor: pointer;
}
.ant-pro-core-label-tip-icon:hover {
  color: #40a9ff;
}
.ant-pro-core-label-tip-title {
  display: inline-flex;
  flex: 1;
}
.ant-pro-core-label-tip-subtitle {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 13px;
  white-space: nowrap;
}
.ant-pro-core-label-tip-title-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.ant-pro-form-list {
  max-width: 100%;
}
.ant-pro-form-list-item .ant-form-item-label {
  display: none;
}
.ant-pro-form-list-item.ant-pro-form-list-item-show-label .ant-form-item-label {
  display: inline-block;
}
.ant-pro-form-list-container {
  margin-right: 8px;
}
.ant-pro-form-list-item:first-of-type div:first-of-type .ant-form-item .ant-form-item-label {
  display: inline-block;
}
.ant-pro-form-list-action {
  height: 32px;
  margin-bottom: 24px;
  line-height: 32px;
}
.ant-pro-form-list .ant-pro-card .ant-pro-card-extra .ant-pro-form-list-action {
  margin-bottom: 0;
}
.ant-pro-form-list-action-icon {
  margin-right: 8px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.ant-pro-form-list-action-icon:hover {
  color: #40a9ff;
}
.ant-pro-form-list-action-icon:last-child {
  margin-right: 0;
}
.ant-pro-form-list-creator-button-top {
  margin-bottom: 24px;
}

.ant-pro-field-light-wrapper-collapse-label {
  padding: 1;
}
.ant-pro-field-light-wrapper-container .ant-form-item {
  margin-bottom: 0;
}

.ant-pro-core-field-dropdown-label {
  cursor: pointer;
}
.ant-pro-core-field-dropdown-overlay {
  min-width: 200px;
  margin-top: 4px;
  background-color: #fff;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-pro-core-field-dropdown-content {
  padding: 16px;
}

.ant-pro-core-dropdown-footer {
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 16px 8px;
  border-top: 1px solid #f0f0f0;
}

.ant-pro-core-field-label {
  display: inline-block;
  height: 30px;
  padding: 0 4px;
  font-size: 13px;
  line-height: 30px;
  border-radius: 2px;
  cursor: pointer;
}
.ant-pro-core-field-label:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.ant-pro-core-field-label-active {
  padding: 0 12px;
  background-color: rgba(0, 0, 0, 0.04);
}
.ant-pro-core-field-label-active.ant-pro-core-field-label-allow-clear:hover:not(.ant-pro-core-field-label-disabled) .ant-pro-core-field-label-arrow {
  display: none;
}
.ant-pro-core-field-label-active.ant-pro-core-field-label-allow-clear:hover:not(.ant-pro-core-field-label-disabled) .ant-pro-core-field-label-close {
  display: inline-block;
}
.ant-pro-core-field-label-icon {
  margin-top: -2px;
  margin-left: 4px;
  padding: 1px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  vertical-align: middle;
}
.ant-pro-core-field-label-icon.ant-pro-core-field-label-close {
  display: none;
  margin-top: -4px;
  padding: 3px;
  color: #fff;
  font-size: 8px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
.ant-pro-core-field-label-icon.ant-pro-core-field-label-close:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
.ant-pro-core-field-label-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-pro-core-field-label-disabled .ant-pro-core-field-label-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-pro-core-field-label-small {
  height: 24px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 24px;
}
.ant-pro-core-field-label-small.ant-pro-core-field-label-active {
  padding: 0 8px;
}
.ant-pro-core-field-label-small .ant-pro-core-field-label-icon {
  padding: 0;
}
.ant-pro-core-field-label-small .ant-pro-core-field-label-close {
  margin-top: -2px;
  padding: 3px;
  font-size: 6px;
}
.ant-pro-core-field-label-bordered {
  height: 32px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-pro-core-field-label-bordered.ant-pro-core-field-label-small {
  height: 24px;
  padding: 0 8px;
}
.ant-pro-core-field-label-bordered.ant-pro-core-field-label-active {
  background-color: #fff;
}

.ant-pro-field-date-picker-light .ant-calendar-picker,
.ant-pro-field-date-picker-light .ant-picker {
  position: absolute;
  width: 80px;
  height: 28px;
  overflow: hidden;
  visibility: hidden;
}

.ant-pro-field-index-column {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.ant-pro-field-index-column-border {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  background-color: #314659;
  border-radius: 9px;
}
.ant-pro-field-index-column-border.top-three {
  background-color: #979797;
}

.ant-pro-table-dropdown {
  width: auto;
}
.ant-pro-select-item-option-content-light {
  color: #1890ff;
}
.ant-pro-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-pro-field-dropdown {
  width: auto;
}

.ant-pro-field-select-light-select .ant-select {
  position: absolute;
  width: 153px;
  height: 28px;
  visibility: hidden;
}
.ant-pro-field-select-light-select .ant-select-selector {
  height: 28px;
}
.ant-pro-field-select-light-select.ant-pro-field-select-light-select-searchable .ant-select {
  width: 200px;
}
.ant-pro-field-select-light-select.ant-pro-field-select-light-select-searchable .ant-select-selector {
  height: 28px;
}

.ant-pro-field-checkbox-vertical .ant-checkbox-group-item {
  display: flex;
  margin-right: 0;
}

.ant-pro-field-radio-vertical .ant-radio-wrapper {
  display: block;
  margin-right: 0;
}

body {
  --bg-color: #f9fafb;
  --ant-primary-color: #1869ed;
  --ant-primary-color-hover: #418efa;
  --ant-primary-color-active: #0a4cc7;
  --ant-primary-color-outline: rgba(24, 105, 237, 0.4);
  --ant-primary-1: #e6f4ff;
  --ant-primary-2: #bddfff;
  --ant-primary-3: #94c8ff;
  --ant-primary-4: #6baeff;
  --ant-primary-5: #418efa;
  --ant-primary-6: #1869ed;
  --ant-primary-7: #0a4cc7;
  --ant-primary-color-deprecated-pure: #bed5fa;
  --ant-primary-color-deprecated-l-35: #bed5fa;
  --ant-primary-color-deprecated-l-20: #77a6f4;
  --ant-primary-color-deprecated-t-20: #4687f1;
  --ant-primary-color-deprecated-t-50: #8cb4f6;
  --ant-primary-color-deprecated-f-12: rgba(24, 105, 237, 0.12);
  --ant-primary-color-active-deprecated-f-30: rgba(230, 244, 255, 0.3);
  --ant-primary-color-active-deprecated-d-02: #dcf0ff;
  --ant-success-color: #52c41a;
  --ant-success-color-hover: #73d13d;
  --ant-success-color-active: #389e0d;
  --ant-success-color-outline: rgba(82, 196, 26, 0.2);
  --ant-success-color-deprecated-bg: #f6ffed;
  --ant-success-color-deprecated-border: #b7eb8f;
  --ant-error-color: #ff4d4f;
  --ant-error-color-hover: #ff7875;
  --ant-error-color-active: #d9363e;
  --ant-error-color-outline: rgba(255, 77, 79, 0.2);
  --ant-error-color-deprecated-bg: #fff2f0;
  --ant-error-color-deprecated-border: #ffccc7;
  --ant-warning-color: #faad14;
  --ant-warning-color-hover: #ffc53d;
  --ant-warning-color-active: #d48806;
  --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
  --ant-warning-color-deprecated-bg: #fffbe6;
  --ant-warning-color-deprecated-border: #ffe58f;
  --ant-info-color: #1869ed;
  --ant-info-color-deprecated-bg: #e6f4ff;
  --ant-info-color-deprecated-border: #94c8ff;
}
* ::-webkit-scrollbar-thumb {
  background-color: #bdbcbc;
  border-radius: 6px;
}
* ::-webkit-scrollbar-thumb:hover {
  background-color: #908f8f;
  border-radius: 6px;
}
* ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
}
* {
  scrollbar-width: thin;
}
body.theme-yellow {
  --ant-primary-color: #fa8500;
  --ant-primary-color-hover: #ffa229;
  --ant-primary-color-active: #d46a00;
  --ant-primary-color-outline: rgba(250, 133, 0, 0.4);
  --ant-primary-bg: #fff;
  --ant-primary-side: #fff7e6;
  --ant-primary-0: #ffd9ad;
  --ant-primary-1: #fff7e6;
  --ant-primary-2: #ffe0a3;
  --ant-primary-3: #ffce7a;
  --ant-primary-4: #ffba52;
  --ant-primary-5: #ffa229;
  --ant-primary-6: #fa8500;
  --ant-primary-7: #d46a00;
  --ant-primary-color-deprecated-pure: #ffd9ad;
  --ant-primary-color-deprecated-l-35: #ffd9ad;
  --ant-primary-color-deprecated-l-20: #ffb561;
  --ant-primary-color-deprecated-t-20: #fb9d33;
  --ant-primary-color-deprecated-t-50: #fdc280;
  --ant-primary-color-deprecated-f-12: rgba(250, 133, 0, 0.12);
  --ant-primary-color-active-deprecated-f-30: rgba(255, 247, 230, 0.3);
  --ant-primary-color-active-deprecated-d-02: #fff4dc;
  --ant-success-color: #52c41a;
  --ant-success-color-hover: #73d13d;
  --ant-success-color-active: #389e0d;
  --ant-success-color-outline: rgba(82, 196, 26, 0.2);
  --ant-success-color-deprecated-bg: #f6ffed;
  --ant-success-color-deprecated-border: #b7eb8f;
  --ant-error-color: #ff4d4f;
  --ant-error-color-hover: #ff7875;
  --ant-error-color-active: #d9363e;
  --ant-error-color-outline: rgba(255, 77, 79, 0.2);
  --ant-error-color-deprecated-bg: #fff2f0;
  --ant-error-color-deprecated-border: #ffccc7;
  --ant-warning-color: #faad14;
  --ant-warning-color-hover: #ffc53d;
  --ant-warning-color-active: #d48806;
  --ant-warning-color-outline: rgba(250, 173, 20, 0.2);
  --ant-warning-color-deprecated-bg: #fffbe6;
  --ant-warning-color-deprecated-border: #ffe58f;
  --ant-info-color: #fa8500;
  --ant-info-color-deprecated-bg: #fff7e6;
  --ant-info-color-deprecated-border: #ffce7a;
  --antd-wave-shadow-color: #fa8500;
}
body.theme-yellow .ant-table-cell a,
body.theme-yellow .ant-pro-table-alert-info-content a {
  color: var(--ant-primary-color);
}
body.theme-yellow .ant-table-cell a:hover,
body.theme-yellow .ant-pro-table-alert-info-content a:hover {
  color: var(--ant-primary-color-hover);
}
body.theme-yellow .ant-table-cell a:active,
body.theme-yellow .ant-pro-table-alert-info-content a:active {
  color: var(--ant-primary-color-active);
}
.dtl-layout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  background: var(--bg-color, #f9fafb);
}
.dtl-layout .dtl-header {
  display: flex;
  justify-items: center;
  padding: 8px 20px;
  background: #fff;
}
.dtl-layout .dtl-header .dtl-title {
  position: relative;
  font-weight: 700;
  font-size: 16px;
}
.dtl-layout .dtl-header .dtl-btns {
  flex: 1;
  text-align: right;
}
.dtl-layout .dtl-body {
  flex: 1;
  height: 0;
  overflow: auto;
}
.dtl-layout .dtl-flex {
  display: flex;
  flex-direction: column;
}
.flex {
  flex: 1;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column > .flex {
  height: 0;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row > .flex {
  width: 0;
}
.page404 {
  width: 100%;
  height: 100%;
  padding-top: 10%;
  color: gray;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  background-color: #fff;
}
.page404 img {
  padding-right: 5px;
  vertical-align: bottom;
}
.loading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
#myloading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(226, 227, 231, 0.45);
}
#myloading .ant-spin.ant-spin-spinning.ant-spin-show-text {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
#myloading .ant-spin.ant-spin-spinning.ant-spin-show-text .ant-spin-text {
  font-size: 14px;
}
a {
  color: var(--ant-primary-color);
}
a:hover {
  color: var(--ant-primary-5);
}
.image-selector .img-upload,
.icon-selector .img-upload {
  width: 40px;
  height: 40px;
}
.image-selector .ant-upload-select .img-wrapper,
.icon-selector .ant-upload-select .img-wrapper {
  position: relative;
}
.image-selector .ant-upload-select .img-wrapper .clear-btn,
.icon-selector .ant-upload-select .img-wrapper .clear-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: none;
  align-items: flex-start;
  justify-content: end;
  width: 100%;
  height: 100%;
  padding: 4px;
  color: #1f4265;
  background: rgba(199, 202, 212, 0.9);
}
.image-selector .ant-upload-select .img-wrapper:hover .clear-btn,
.icon-selector .ant-upload-select .img-wrapper:hover .clear-btn {
  display: flex;
}
.image-selector .ant-upload-select .img-wrapper .img-preview,
.icon-selector .ant-upload-select .img-wrapper .img-preview {
  max-width: 150px;
  max-height: 150px;
}
.image-selector .img-choose,
.icon-selector .img-choose {
  margin: 8px 0;
}
.image-selector .img-desc,
.icon-selector .img-desc {
  color: rgba(69, 77, 100, 0.7);
}
.image-selector .ant-modal-body,
.icon-selector .ant-modal-body {
  max-height: calc(100vh - 180px);
  padding: 8px;
  overflow-y: auto;
}
.description-card {
  border: solid 1px #eaeef2;
}
.description-card.ant-pro-card {
  box-shadow: none;
}
.description-card .btn-expand {
  margin: auto;
  margin-left: 20px;
  color: #8c8c8c;
  font-size: 13px;
}
.description-card .btn-expand :hover {
  color: var(--ant-primary-color);
}
.description-card .ant-pro-card-header {
  height: 38px;
  padding: 12px;
  background-color: #f4f7fd;
  border-radius: 8px 8px 0 0;
}
.description-card .ant-pro-card-body {
  padding: 20px 12px;
}
.description-card .ant-pro-card-header-border {
  border-bottom: 1px solid #eaeef2;
}
.description-card .ant-descriptions-row > td,
.description-card .ant-descriptions-row > th {
  padding-bottom: 12px;
}
.has-background {
  background: #f6fafe;
}
.ls-group-tip {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 12px;
  background: #fff;
}
.ls-group-tip .ls-group-divider {
  height: 14px;
  border-right: 2px solid var(--ant-primary-color);
}
.ls-group-tip .ls-group-text {
  padding-left: 8px;
  color: #181818;
  font-size: 14px;
}
.tag-check {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag-check .ant-tag-checkable {
  position: relative;
  margin-right: 0px;
  background-color: #efefef;
  border-color: #efefef;
}
.tag-check .ant-tag-checkable-checked {
  color: var(--ant-primary-color);
  background-color: var(--ant-primary-1);
  border-color: var(--ant-primary-color);
}
.tag-check .ant-tag-checkable-checked::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  border-right-color: var(--ant-primary-color);
  border-bottom-color: var(--ant-primary-color);
  content: '';
}
.ant-pro-table-list-toolbar-title .ls-group-tip {
  padding-bottom: 0;
}
.ls-input-table .ant-pro-table-search {
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #e7e8e9;
  border-radius: 0px !important;
  box-shadow: none !important;
}
.ls-input-table .ant-pro-table-list-toolbar {
  min-height: 35px;
  padding: 0 !important;
  line-height: 35px;
}
.ls-input-table .ant-pro-table-list-toolbar .ant-pro-table-list-toolbar-container {
  padding-bottom: 0 !important;
}
.ls-input-table .ant-pro-table-list-toolbar .ant-pro-table-list-toolbar-title {
  font-size: 14px !important;
}
.ls-input-table .ant-form:not(.ant-form-large, .ant-form-sm) .ant-form-item {
  margin-bottom: 6px !important;
}
.ls-area-cascaded-box {
  display: flex;
  flex-direction: column;
  width: 600px;
  transition: all 0.3s;
}
.ls-area-cascaded-box .ls-area-cascaded-header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  width: 100%;
  padding: 2px 0 6px;
  border-bottom: 1px solid #f0f0f0;
}
.ls-area-cascaded-box .ls-area-cascaded-header .ls-word-box-display {
  margin: 0 10px;
  font-weight: 100;
  font-size: 14px;
}
.ls-area-cascaded-box .ls-area-cascaded-header .ls-word-box-display button {
  background-color: var(--ant-primary-2, #f0f9ff);
  border: none;
}
.ls-area-cascaded-box .ls-area-cascaded-header .ls-word-box-display button[disabled] {
  background-color: #fafafa !important;
}
.ls-area-cascaded-box .ls-area-cascaded-header .ls-word-box-display button[disabled] .ls-myself-select-title-style {
  color: var(--ant-primary-4, #a3d7ff);
  transition: all 0.3s;
}
.ls-area-cascaded-box .ls-area-cascaded-header .ls-word-box-display .ls-myself-select-title-style {
  color: var(--ant-primary-color, #459adc);
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s;
}
.ls-area-cascaded-box .ls-area-cascaded-header .ls-icon-box-display {
  display: flex;
  align-items: center;
}
.ls-area-cascaded-box .ls-area-cascaded-body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  align-content: flex-start;
  align-items: center;
  justify-content: start;
  width: 100%;
  min-height: 100px;
  max-height: 350px;
  padding: 8px 12px 4px;
  overflow: auto;
}
.ls-area-cascaded-box .ls-area-cascaded-body .ls-area-cascaded-span {
  padding: 6px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  cursor: pointer;
}
.ls-area-cascaded-box .ls-area-cascaded-body .ls-area-cascaded-span.ls-area-selected,
.ls-area-cascaded-box .ls-area-cascaded-body .ls-area-cascaded-span:hover {
  color: var(--ant-primary-color, #459adc);
  transition: all 0.3s;
}
.ls-area-box-position .ls-ant-select-dropdown {
  top: 36px !important;
}
.view-office-modal .ant-modal-body {
  padding: 0;
}
.view-office-modal iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.ant-timeline-item-tail {
  border-left: 2px dotted var(--ant-primary-color);
}
.ant-timeline-item-head-blue {
  background: var(--ant-primary-color);
}
.ant-row {
  width: 100%;
}
.ant-popover {
  max-width: min-content !important;
}
.ant-input-has-value:hover .ant-input-clear-icon {
  visibility: visible;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  max-height: 60vh;
  overflow: auto;
}
.ant-message-notice-content {
  border-radius: 4px !important;
}
.ant-modal-content {
  border-radius: 8px !important;
}
.ant-modal-content .ant-modal-header {
  border-radius: 8px 8px 0 0 !important;
}
.ant-input-number,
.ant-input-affix-wrapper,
.ant-picker,
.ant-select-selector {
  border-radius: 4px !important;
}
.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ant-picker-range-separator {
  padding: 0 2px !important;
}
.ant-picker-range-separator .ant-picker-separator {
  font-size: 13px;
}
.ant-btn {
  height: 32px;
  color: var(--ant-primary-color);
  background-color: var(--ant-primary-1);
  border-color: transparent;
  border-radius: 4px;
}
.ant-btn.ant-btn-lg {
  height: 40px;
}
.ant-btn.ant-btn-sm {
  height: 22px;
}
.ant-btn:hover,
.ant-btn:focus {
  color: var(--ant-primary-color);
  background-color: var(--ant-primary-2);
  border-color: transparent;
}
.ant-btn:active {
  color: var(--ant-primary-color);
  background-color: var(--ant-primary-3);
  border-color: transparent;
}
.ant-btn[disabled],
.ant-btn[disabled]:hover,
.ant-btn[disabled]:focus,
.ant-btn[disabled]:active {
  color: #d9d9d9;
  background-color: #eaeef2;
  border-color: transparent;
}
.ant-btn-primary {
  color: #fff;
  background-color: var(--ant-primary-color);
  border-color: transparent;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: var(--ant-primary-color-hover);
  border-color: transparent;
}
.ant-btn-primary:active {
  color: #fff;
  background-color: var(--ant-primary-color-active);
  border-color: transparent;
}
.ant-btn-primary[disabled],
.ant-btn-primary[disabled]:hover,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:active {
  color: #fff;
  background-color: var(--ant-primary-color-outline);
  border-color: transparent;
}
.ant-btn-dashed,
.ant-btn-gray {
  color: #1b1f2a;
  background-color: #f1f4f6;
}
.ant-btn-dashed:hover,
.ant-btn-gray:hover,
.ant-btn-dashed:focus,
.ant-btn-gray:focus {
  color: #1b1f2a;
  background-color: #d2d6dd;
}
.ant-btn-dashed:active,
.ant-btn-gray:active {
  color: #1b1f2a;
  background-color: #b5bbc5;
}
.ant-btn-dashed[disabled],
.ant-btn-gray[disabled],
.ant-btn-dashed[disabled]:hover,
.ant-btn-gray[disabled]:hover,
.ant-btn-dashed[disabled]:focus,
.ant-btn-gray[disabled]:focus,
.ant-btn-dashed[disabled]:active,
.ant-btn-gray[disabled]:active {
  color: #818999;
  background-color: #f1f4f6;
}
.ant-btn-dangerous {
  color: #f5222d;
  background-color: #fff1f0;
  border-color: transparent;
}
.ant-btn-dangerous:hover,
.ant-btn-dangerous:focus {
  color: #f5222d;
  background-color: #ffccc7;
  border-color: transparent;
}
.ant-btn-dangerous:active {
  color: #f5222d;
  background-color: #ffa39e;
  border-color: transparent;
}
.ant-btn-dangerous[disabled],
.ant-btn-dangerous[disabled]:hover,
.ant-btn-dangerous[disabled]:focus,
.ant-btn-dangerous[disabled]:active {
  color: #ffa39e;
  background-color: #ffccc7;
  border-color: transparent;
}
.ant-btn-link {
  padding: 4px 8px;
  color: var(--ant-primary-color);
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active,
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-link:hover,
.ant-btn-link:focus {
  color: var(--ant-primary-color-hover);
}
.ant-btn-link:active {
  color: var(--ant-primary-color-active);
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: #a7b5cc;
}
.ant-btn-text {
  padding: 4px 8px;
  color: #8c8c8c;
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active,
.ant-btn-text:hover,
.ant-btn-text:focus,
.ant-btn-text:active {
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-text:hover,
.ant-btn-text:active,
.ant-btn-text:focus {
  color: var(--ant-primary-color-hover);
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: #d9d9d9;
}
.ant-checkbox-checked::after {
  animation: none !important;
  animation-fill-mode: none !important;
}
.ant-descriptions-item-label {
  color: #8c8c8c !important;
}
.ant-descriptions-item-label .ant-typography {
  color: #8c8c8c;
}
.ant-descriptions-item-label::after {
  margin-right: 12px !important;
}
.ant-descriptions-item-content {
  color: #1f1f1f !important;
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  max-height: 200px;
}
.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-menu-title-content {
  display: inline-flex;
  vertical-align: middle;
}
.ant-table-filter-dropdown .ant-dropdown-menu .ant-tree-switcher {
  width: 4px;
}
.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  display: inline-block;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-picker:not(.ant-picker-large, .ant-picker-sm),
.ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-label > label,
.ant-form:not(.ant-form-large, .ant-form-sm) .ant-form-item,
.ant-input:not(.ant-input-lg, .ant-input-sm),
.ant-input-number:not(.ant-input-number-lg, .ant-input-number-sm),
.ant-select:not(.ant-select-lg, .ant-select-sm),
.ant-pagination,
.ant-badge-status-text {
  font-size: 13px !important;
}
.ant-btn:not(.ant-btn-lg, .ant-btn-sm),
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
.ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-label > label {
  height: 28px !important;
  min-height: 28px !important;
}
.ant-input:not(.ant-input-lg, .ant-input-sm) .ant-form-item-control-input {
  min-height: 28px !important;
}
.ant-form:not(.ant-form-large, .ant-form-sm) .ant-form-item {
  margin-bottom: 12px !important;
}
.ant-select-single:not(.ant-select-lg, .ant-select-sm) .ant-select-selector .ant-select-selection-item,
.ant-select-single:not(.ant-select-lg, .ant-select-sm) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 26px !important;
}
.ant-select-multiple:not(.ant-select-lg, .ant-select-sm) .ant-select-selection-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ant-select-multiple:not(.ant-select-lg, .ant-select-sm) .ant-select-selector::after {
  line-height: 20px !important;
}
.ant-btn:not(.ant-btn-lg, .ant-btn-sm),
.ant-picker:not(.ant-picker-large, .ant-picker-sm),
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-lg, .ant-input-affix-wrapper-sm) {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.ant-picker-range:not(.ant-picker-large, .ant-picker-sm) {
  padding: 2px 4px !important;
}
.ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-range-separator {
  font-size: 12px !important;
}
.ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-active-bar {
  margin-left: 4px !important;
}
.ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-clear {
  right: 3px !important;
}
.ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-input > input {
  letter-spacing: -0.8px !important;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item .ant-checkbox + span {
  width: 230px;
}
.ant-picker-panel-container .ant-picker-panel-layout {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.ant-picker-panel-container .ant-picker-presets {
  display: flex;
  flex-direction: column;
  min-width: 120px;
  max-width: 200px;
}
.ant-picker-panel-container .ant-picker-presets ul {
  flex: auto;
  height: 0;
  margin: 0;
  padding: 8px;
  overflow: auto;
  list-style: none;
  border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
}
.ant-picker-panel-container .ant-picker-presets ul li {
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  padding-inline: 8px;
  padding-block: 1px;
}
.ant-table td.ant-table-cell {
  color: #5b5b5b;
}
.ant-pro-form-query-filter.ant-form-vertical .ant-form-item-label {
  padding: 0;
}
.ant-pro-form-query-filter .ant-input-number-input {
  height: 28px;
}
.ant-pro-form-query-filter .ant-input-group.ant-input-group-compact > *:first-child {
  border-radius: 0 !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.ant-pro-form-query-filter .ant-input-group.ant-input-group-compact > *:last-child {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.ant-pro-form-query-filter .ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  line-height: 1.5;
}
.ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
  border-radius: 0 !important;
}
.ant-pro-table .ant-table:not(.ant-table-has-fix-right) .ant-table-container .ant-table-body,
.ant-pro-table .ant-table.ant-table-empty .ant-table-container .ant-table-body {
  overflow: auto !important;
}
.ant-pro-table .ant-table.ant-table-has-fix-right:not(.ant-table-empty) .ant-table-container .ant-table-body {
  overflow: scroll !important;
}
.ant-pro-table .ant-table.ant-table-small .ant-table-tbody > tr > td {
  white-space: pre;
}
.ant-notification-notice.export-process-notification {
  width: 250px;
  padding: 12px;
}
.ant-notification-notice.export-process-notification .ant-notification-notice-message {
  margin-bottom: 0;
  padding-right: 12px;
  font-size: 14px;
}
.ant-notification-notice.export-process-notification .ant-notification-notice-close {
  top: 12px;
  right: 12px;
}
.ant-notification-notice.export-process-notification .export-process-handle {
  display: inline-block;
  width: 100%;
  cursor: move;
}
.move-unselect {
  user-select: none;
}

.ant-pro-table-dropdown {
  width: auto;
}

.ant-pro-table-list-toolbar {
  min-height: 44px;
  padding-top: 12px;
  line-height: 1;
}
.ant-pro-table-list-toolbar .select-tip {
  display: flex;
  color: #222;
}
.ant-pro-table-list-toolbar .select-tip .select-count {
  display: inline-block;
  width: 34px;
  color: var(--ant-primary-color);
  text-align: center;
}
.ant-pro-table-list-toolbar-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}
.ant-pro-table-list-toolbar-container-mobile {
  flex-direction: row;
}
.ant-pro-table-list-toolbar-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
}
.ant-pro-table-list-toolbar-search:not(:last-child) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ant-pro-table-list-toolbar-setting-item {
  margin: 0 4px;
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  cursor: pointer;
}
.ant-pro-table-list-toolbar-setting-item > span {
  display: block;
  width: 100%;
  height: 100%;
}
.ant-pro-table-list-toolbar-setting-item:hover {
  color: #40a9ff;
}
.ant-pro-table-list-toolbar-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 30px;
}
.ant-pro-table-list-toolbar-right {
  display: flex;
  justify-content: flex-end;
}
.ant-pro-table-list-toolbar-btns {
  flex: 1;
  width: 0;
}
.ant-pro-table-list-toolbar-extra-line {
  margin-bottom: 8px;
}
.ant-pro-table-list-toolbar-filter {
  display: flex;
  align-items: center;
}
.ant-pro-table-list-toolbar-filter:not(:last-child) {
  margin-right: 16px;
}
.ant-pro-table-list-toolbar-filter .ant-pro-table-search {
  margin: 0;
  padding: 0;
}
.ant-pro-table-list-toolbar-inline-menu-item {
  display: inline-block;
  margin-right: 24px;
  cursor: pointer;
  opacity: 0.75;
}
.ant-pro-table-list-toolbar-inline-menu-item-active {
  font-weight: bold;
  opacity: 1;
}
.ant-pro-table-list-toolbar-dropdownmenu-label {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.ant-pro-table-list-toolbar .tab-tag {
  display: flex;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum', 'tnum';
}
.ant-pro-table-list-toolbar .tab-tag-wrap {
  position: relative;
  display: inline-block;
  display: flex;
  flex: auto;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0);
}
.ant-pro-table-list-toolbar .tab-tag-list {
  position: relative;
  display: flex;
  border: 1px solid #ecf1fa;
  border-radius: 15px;
  transition: transform 0.3s;
}
.ant-pro-table-list-toolbar .tab-tag-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 8px 12px;
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-pro-table-list-toolbar .tab-tag-item:hover {
  color: var(--ant-primary-color, #0e55cb);
}
.ant-pro-table-list-toolbar .tab-tag-item-active {
  color: var(--ant-primary-color, #0e55cb);
  background: var(--ant-primary-color-active-deprecated-f-30, #f3f6fc);
  border-radius: 15px;
  box-shadow: -3px -3px 6px rgba(255, 255, 255, 0.5), 2px 2px 4px rgba(166, 177, 193, 0.500102);
}
.ant-pro-table-list-toolbar .ant-tabs-top > .ant-tabs-nav {
  margin-bottom: 0;
}
.ant-pro-table-list-toolbar .ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: 0;
}
.ant-pro-table-list-toolbar .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-list {
  margin-top: 0;
}
.ant-pro-table-list-toolbar .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab {
  padding-top: 0;
}
@media (max-width: 575px) {
  .ant-pro-table-list-toolbar-container {
    display: flex;
    flex-wrap: wrap;
  }
  .ant-pro-table-list-toolbar-left {
    margin-bottom: 16px;
  }
}
.table-hide-btns-popover .ant-popover-arrow {
  width: 0 !important;
  height: 0 !important;
}
.table-hide-btns-popover .ant-popover-inner-content {
  min-width: 100px;
  max-height: 250px;
  overflow-y: auto;
}

.ant-pro-table-search {
  margin-bottom: 12px;
  padding: 12px 20px;
  padding-bottom: 0;
  background: #fff;
  border-radius: 0px 8px 8px 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}
.ant-pro-table-search > .ant-pro-form-query-filter {
  border-bottom: none;
}
.ant-pro-table-search::before {
  display: table;
  content: '';
}
.ant-pro-table-search::after {
  display: table;
  clear: both;
  content: '';
}
.ant-pro-table-search.ant-pro-table-form {
  margin: 0;
  padding: 0 16px;
  overflow: unset;
}
.ant-pro-table-search-light {
  margin-bottom: 0;
  padding: 12px 0;
}
.ant-pro-table-search-form-option .ant-form-item {
  margin: 0;
}
.ant-pro-table-search-form-option .ant-form-item-label {
  opacity: 0;
}
.ant-pro-table-search-form-option .ant-form-item-control-input {
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .ant-pro-table-search {
    height: auto !important;
    padding-bottom: 24px;
  }
  .ant-pro-table-search .ant-form-item-label {
    min-width: 80px;
    text-align: left;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
[class^=ant-]::-ms-clear,
[class*= ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class*= ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal,
[class*= ant-] input::-ms-reveal {
  display: none;
}
/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
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);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  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: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  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: 0.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: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  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: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  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: 0.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: 0.2em;
  background-color: #feffe6;
}
::selection {
  color: #fff;
  background: #1890ff;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.anticon {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.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;
}
.ant-fade-enter,
.ant-fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-fade-enter.ant-fade-enter-active,
.ant-fade-appear.ant-fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.ant-fade-leave.ant-fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-fade-enter,
.ant-fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.ant-fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ant-move-up-enter,
.ant-move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-up-enter.ant-move-up-enter-active,
.ant-move-up-appear.ant-move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.ant-move-up-leave.ant-move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-up-enter,
.ant-move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-down-enter,
.ant-move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-down-enter.ant-move-down-enter-active,
.ant-move-down-appear.ant-move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.ant-move-down-leave.ant-move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-down-enter,
.ant-move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-left-enter,
.ant-move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-left-enter.ant-move-left-enter-active,
.ant-move-left-appear.ant-move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.ant-move-left-leave.ant-move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-left-enter,
.ant-move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-right-enter,
.ant-move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-move-right-enter.ant-move-right-enter-active,
.ant-move-right-appear.ant-move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.ant-move-right-leave.ant-move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-move-right-enter,
.ant-move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #1890ff;
  --scroll-bar: 0;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #1890ff;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.ant-slide-up-enter,
.ant-slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-up-enter.ant-slide-up-enter-active,
.ant-slide-up-appear.ant-slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.ant-slide-up-leave.ant-slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-up-enter,
.ant-slide-up-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-down-enter,
.ant-slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-down-enter.ant-slide-down-enter-active,
.ant-slide-down-appear.ant-slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.ant-slide-down-leave.ant-slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-down-enter,
.ant-slide-down-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-left-enter,
.ant-slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-left-enter.ant-slide-left-enter-active,
.ant-slide-left-appear.ant-slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.ant-slide-left-leave.ant-slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-left-enter,
.ant-slide-left-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-right-enter,
.ant-slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-slide-right-enter.ant-slide-right-enter-active,
.ant-slide-right-appear.ant-slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.ant-slide-right-leave.ant-slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-slide-right-enter,
.ant-slide-right-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.ant-zoom-enter,
.ant-zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-enter.ant-zoom-enter-active,
.ant-zoom-appear.ant-zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.ant-zoom-leave.ant-zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-enter,
.ant-zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-enter-prepare,
.ant-zoom-appear-prepare {
  transform: none;
}
.ant-zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-enter,
.ant-zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-enter.ant-zoom-big-enter-active,
.ant-zoom-big-appear.ant-zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ant-zoom-big-leave.ant-zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-big-enter,
.ant-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-enter-prepare,
.ant-zoom-big-appear-prepare {
  transform: none;
}
.ant-zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-fast-enter-prepare,
.ant-zoom-big-fast-appear-prepare {
  transform: none;
}
.ant-zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-up-enter,
.ant-zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-up-enter.ant-zoom-up-enter-active,
.ant-zoom-up-appear.ant-zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.ant-zoom-up-leave.ant-zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-up-enter,
.ant-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-up-enter-prepare,
.ant-zoom-up-appear-prepare {
  transform: none;
}
.ant-zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-down-enter,
.ant-zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-down-enter.ant-zoom-down-enter-active,
.ant-zoom-down-appear.ant-zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.ant-zoom-down-leave.ant-zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-down-enter,
.ant-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-down-enter-prepare,
.ant-zoom-down-appear-prepare {
  transform: none;
}
.ant-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-left-enter,
.ant-zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-left-enter.ant-zoom-left-enter-active,
.ant-zoom-left-appear.ant-zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.ant-zoom-left-leave.ant-zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-left-enter,
.ant-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-left-enter-prepare,
.ant-zoom-left-appear-prepare {
  transform: none;
}
.ant-zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-right-enter,
.ant-zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-zoom-right-enter.ant-zoom-right-enter-active,
.ant-zoom-right-appear.ant-zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.ant-zoom-right-leave.ant-zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-right-enter,
.ant-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-right-enter-prepare,
.ant-zoom-right-appear-prepare {
  transform: none;
}
.ant-zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.ant-pro-form-query-filter {
  /*暂时不需要内容*/
}
.setting-popover .ant-popover-inner-content {
  padding: 0px;
}
.search-setting {
  width: 220px;
}
.search-setting .setting-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  margin-bottom: 10px;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
.search-setting .ant-tree .ant-tree-node-content-wrapper:hover {
  background: inherit;
}
.search-setting .ant-tree-treenode {
  width: 100%;
}
.search-setting .ant-tree-treenode:hover {
  background-color: #f5f5f5;
}
.search-modal-share {
  display: flex;
  min-height: 250px;
  max-height: 400px;
  overflow: auto;
}
.search-modal-share .modal-share-list {
  width: 200px;
  padding-top: 10px;
  line-height: 35px;
  border-right: 1px solid #eeeeee;
}
.search-modal-share .modal-share-item {
  padding-left: 20px;
}
.search-modal-share .modal-share-user {
  flex: 1;
  width: 0;
  padding: 10px 0 0 10px;
  line-height: 35px;
}
.search-modal-body {
  display: flex;
  min-height: 200px;
  max-height: 400px;
}
.search-modal-body .body-left {
  width: 200px;
  padding: 10px;
  overflow: auto;
  border-right: #f0f0f0 1px solid;
}
.search-modal-body .body-left .search-setting-item {
  position: relative;
  height: 28px;
  margin-top: 8px;
  padding: 2px 10px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.search-modal-body .body-left .search-setting-item .search-item-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  display: none;
  cursor: pointer;
}
.search-modal-body .body-left .search-setting-item.is_current {
  color: #fff;
  background-color: var(--ant-primary-color, #1869ed);
}
.search-modal-body .body-left .search-setting-item:not(.is_current) .anticon-edit:hover {
  color: var(--ant-primary-color, #1869ed);
}
.search-modal-body .body-left .search-setting-item:hover:not(.is_current) {
  background-color: #e6f7ff;
}
.search-modal-body .body-left .search-setting-item:hover .search-item-btn {
  display: inline-flex;
}
.search-modal-body .body-left .my-icon-remove {
  margin-top: 3px;
}
.search-modal-body .body-left .my-icon-remove:hover {
  color: var(--ant-error-color, #ff4d4f);
}
.search-modal-body .body-right {
  flex: 1;
  overflow: auto;
}
.search-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ant-pro-form-light-filter {
  line-height: 30px;
}
.ant-pro-form-light-filter::before {
  display: block;
  height: 0;
  visibility: hidden;
  content: '.';
}
.ant-pro-form-light-filter-small {
  line-height: 1.5715;
}
.ant-pro-form-light-filter-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
  margin-right: -4px;
}
.ant-pro-form-light-filter-item {
  margin-top: 8px;
  white-space: nowrap;
}
.ant-pro-form-light-filter-item:not(:last-child) {
  margin-right: 8px;
}
.ant-pro-form-light-filter-formlabel {
  margin-bottom: 2px;
}
.ant-pro-form-light-filter-line {
  min-width: 198px;
}
.ant-pro-form-light-filter-line .ant-form-item {
  flex-direction: column;
  margin-bottom: 0;
}
.ant-pro-form-light-filter-line:not(:first-child) {
  margin-top: 16px;
  margin-bottom: 8px;
}
.ant-pro-form-light-filter .ant-form-item {
  margin-bottom: 0;
}
.ant-pro-form-light-filter-collapse-icon {
  width: 32px;
  height: 32px;
  line-height: 35px;
  border-radius: 50%;
}
.ant-pro-form-light-filter-effective .ant-pro-form-light-filter-collapse-icon {
  background-color: rgba(0, 0, 0, 0.04);
}

.ant-pro-steps-form-container {
  width: max-content;
  min-width: 520px;
  max-width: 100%;
  margin: auto;
}
.ant-pro-steps-form-steps-container {
  max-width: 1160px;
  margin: auto;
}
.ant-pro-steps-form-step {
  display: none;
  margin-top: 32px;
}
.ant-pro-steps-form-step-active {
  display: block;
}
.ant-pro-steps-form-step > form {
  max-width: 100%;
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector,
.ant-input-affix-wrapper-disabled,
.ant-input.ant-input-disabled,
.ant-picker-input > input[disabled],
.ant-input-number-disabled .ant-input-number-input {
  color: rgba(0, 0, 0, 0.65);
  cursor: default;
}
.ant-form-item {
  margin-bottom: 16px;
}
.ant-form-item .ant-form-item-explain {
  min-height: 16px;
}
.ant-form-item .ant-form-item-explain .ant-form-item-explain-error {
  font-size: 11px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field {
  max-width: 100%;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-xs {
  width: 104px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-s {
  width: 216px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-sm {
  width: 216px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-m {
  width: 328px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-md {
  width: 328px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-l {
  width: 440px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-lg {
  width: 440px;
}
.ant-form > div:not(.ant-pro-form-light-filter) .pro-field-xl {
  width: 552px;
}
.ant-form-item-label > label {
  color: #666;
}
.ant-form-item-control-input-content {
  color: #333;
}

.ant-pro-form-group-title {
  margin-bottom: 16px;
  font-weight: bold;
}
.ant-pro-form-group-container {
  flex-wrap: wrap;
  max-width: 100%;
}
.ant-pro-form-group-container > div.ant-space-item {
  max-width: 100%;
}
.ant-pro-form-group-twoLine {
  display: block;
  width: 100%;
}
.ant-pro-form-group-twoLine .ant-pro-form-group-title {
  width: 100%;
  margin: 8px 0;
}
.ant-pro-form-group-twoLine .ant-pro-form-group-container {
  padding-left: 16px;
}
.ant-pro-form-group-twoLine .ant-space-item,
.ant-pro-form-group-twoLine .ant-form-item {
  width: 100%;
}
.ant-pro-form-group-twoLine .ant-form-item-control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ant-pro-form-group-twoLine .ant-form-item-control-input {
  align-items: center;
  justify-content: flex-end;
}
.ant-pro-form-group-twoLine .ant-form-item-control-input-content {
  flex: none;
}

.ant-pro-form-list {
  max-width: 100%;
}
.ant-pro-form-list-item .ant-form-item-label {
  display: none;
}
.ant-pro-form-list-item.ant-pro-form-list-item-show-label .ant-form-item-label {
  display: inline-block;
}
.ant-pro-form-list-container {
  margin-right: 8px;
}
.ant-pro-form-list-item:first-of-type div:first-of-type .ant-form-item .ant-form-item-label {
  display: inline-block;
}
.ant-pro-form-list-action {
  height: 32px;
  margin-bottom: 24px;
  line-height: 32px;
}
.ant-pro-form-list .ant-pro-card .ant-pro-card-extra .ant-pro-form-list-action {
  margin-bottom: 0;
}
.ant-pro-form-list-action-icon {
  margin-right: 8px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.ant-pro-form-list-action-icon:hover {
  color: #40a9ff;
}
.ant-pro-form-list-action-icon:last-child {
  margin-right: 0;
}
.ant-pro-form-list-creator-button-top {
  margin-bottom: 24px;
}

.ant-pro-field-light-wrapper-collapse-label {
  padding: 1;
}
.ant-pro-field-light-wrapper-container .ant-form-item {
  margin-bottom: 0;
}

.ant-pro-form-login-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  padding: 32px 0;
  overflow: auto;
  background: inherit;
}
@media (min-width: 768px) {
  .ant-pro-form-login-container {
    padding: 32px 0 24px;
    background-repeat: no-repeat;
    background-position: center 110px;
    background-size: 100%;
  }
}
.ant-pro-form-login-top {
  text-align: center;
}
.ant-pro-form-login-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  line-height: 44px;
}
.ant-pro-form-login-header a {
  text-decoration: none;
}
.ant-pro-form-login-title {
  position: relative;
  top: 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 33px;
}
.ant-pro-form-login-logo {
  width: 44px;
  height: 44px;
  margin-right: 16px;
  vertical-align: top;
}
.ant-pro-form-login-logo img {
  width: 100%;
}
.ant-pro-form-login-desc {
  margin-top: 12px;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .ant-pro-form-login-main {
    width: 95%;
    max-width: 328px;
  }
}
.ant-pro-form-login-main {
  width: 328px;
  margin: 0 auto;
}
.ant-pro-form-login-main .ant-tabs-nav-list {
  margin: 0px auto;
  font-size: 16px;
}
.ant-pro-form-login-main .ant-pro-form-login-other {
  margin-top: 24px;
  line-height: 22px;
  text-align: left;
}

.pro-table-tooltip-text span {
  color: #fff;
}
.ls-protable-top-extra {
  padding-top: 8px;
}
.ls-protable-bottom-desc.is-page {
  width: 50%;
  margin-top: -40px;
}
.ant-pro-table--fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50 !important;
  overflow: auto;
  background: var(--bg-color, #f9fafb);
}
.ant-pro-table {
  z-index: inherit;
}
.ant-pro-table:not(:root):fullscreen {
  min-height: 100vh;
  overflow: auto;
  background: #fff;
}
.ant-pro-table-extra {
  margin-bottom: 10px;
}
.ant-pro-table-polling .ant-pro-table-list-toolbar-setting-item .anticon.anticon-reload {
  transform: rotate(0deg);
  animation: turn 1s linear infinite;
}
.ant-pro-table td.ant-table-cell {
  color: #5b5b5b;
}
.ant-pro-table td.ant-table-cell > a {
  font-size: 13px;
}
.ant-pro-table .ant-table .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: 0;
}
.ant-pro-table .ant-table.ant-table-middle .ant-pro-table {
  margin: -12px -8px;
}
.ant-pro-table .ant-card-body {
  padding: 6px 20px;
}
.cell-selected {
  background-color: #f9e4c9 !important;
}
.cell-selected.is-copy {
  background-color: #f6eee5 !important;
}
.ant-pro-table-srcoll {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.ant-pro-table-srcoll .ant-checkbox-checked::after {
  animation: none !important;
  animation-fill-mode: none !important;
  content: none;
}
.ant-pro-table-srcoll .ant-checkbox-inner,
.ant-pro-table-srcoll .ant-checkbox-inner::after,
.ant-pro-table-srcoll .ant-checkbox-checked .ant-checkbox-inner::after {
  transition: none !important;
}
.ant-pro-table-srcoll .ant-table-tbody > tr > td {
  transition: none !important;
}
.ant-pro-table-srcoll .ant-table-summary .total-cell-label {
  padding-right: 0 !important;
  padding-left: 0 !important;
  text-align: right;
}
.ant-pro-table-srcoll .ant-card {
  flex: 1;
  height: 0;
  overflow: visible;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}
.ant-pro-table-srcoll .ant-card .ant-card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: visible;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper {
  flex: 1;
  height: 0;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-nested-loading,
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container {
  height: 100%;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container {
  display: flex;
  flex-direction: column;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-pagination.mini.ant-table-pagination {
  margin: 10px 0;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table {
  flex: 1;
  height: 0;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
  border-radius: 4px 4px 0 0;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container div.ant-table-body {
  position: relative;
  flex: 1;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::before,
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::after {
  box-shadow: none;
}
.ant-pro-table-srcoll .ant-table-placeholder td {
  border-bottom: none;
}
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot.ant-table-summary tr td:last-child {
  padding-right: 17px !important;
}
.ant-pro-table-srcoll .resizable-th,
.ant-pro-table-srcoll .react-resizable {
  position: relative;
}
.ant-pro-table-srcoll .resizable-th-handle,
.ant-pro-table-srcoll .react-resizable-handle {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 3px;
  height: 1.6em;
  border-left: solid 2px rgba(0, 0, 0, 0.12);
  transform: translateY(-50%);
  cursor: col-resize;
  transition: background-color 0.3s;
}
.ant-pro-table-srcoll .resizable-th .resizable-th-handle {
  visibility: hidden;
}
.ant-pro-table-srcoll .resizable-th:hover .resizable-th-handle {
  z-index: 10;
  visibility: visible;
}
.ant-pro-table-srcoll .ant-table-cell.ant-table-selection-column {
  text-overflow: inherit !important;
}
.ant-pro-table-srcoll .ant-table-has-fix-left .ant-table-selection-col {
  width: 36px;
}
.ant-pro-table-srcoll .ant-table.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #f0f0f0;
}
.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: 10px 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-table.ant-table-small .ant-table-title:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small .ant-table-footer:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small .ant-table-thead > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small .ant-table-tbody > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small tfoot > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small tfoot > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small .ant-table-title:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small .ant-table-footer:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small .ant-table-thead > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small .ant-table-tbody > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small tfoot > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small tfoot > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last) {
  overflow: hidden;
}
.ant-table.ant-table-small .ant-table-title:first-child,
.ant-table.ant-table-small .ant-table-footer:first-child,
.ant-table.ant-table-small .ant-table-thead > tr > th:first-child,
.ant-table.ant-table-small .ant-table-tbody > tr > td:first-child,
.ant-table.ant-table-small tfoot > tr > th:first-child,
.ant-table.ant-table-small tfoot > tr > td:first-child {
  padding: 10px 5px 10px 16px;
}
.ant-table.ant-table-small .ant-table-title:last-child,
.ant-table.ant-table-small .ant-table-footer:last-child,
.ant-table.ant-table-small .ant-table-thead > tr > th:last-child,
.ant-table.ant-table-small .ant-table-tbody > tr > td:last-child,
.ant-table.ant-table-small tfoot > tr > th:last-child,
.ant-table.ant-table-small tfoot > tr > td:last-child {
  padding: 10px 16px 10px 5px;
}
.ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-right-first,
.ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-right-first,
.ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-right-first,
.ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-right-first,
.ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-right-first,
.ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-right-first {
  padding-left: 15px !important;
}
.ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-left-last,
.ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-left-last,
.ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-left-last,
.ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-left-last,
.ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-left-last,
.ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
  padding-right: 30px !important;
}
.ant-table.ant-table-small .ant-table-title.ant-table-selection-column,
.ant-table.ant-table-small .ant-table-footer.ant-table-selection-column,
.ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-selection-column,
.ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-selection-column,
.ant-table.ant-table-small tfoot > tr > th.ant-table-selection-column,
.ant-table.ant-table-small tfoot > tr > td.ant-table-selection-column {
  text-overflow: unset;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th {
  background-color: #f4f7fd;
  border-bottom: none;
  transition: none;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td {
  box-sizing: border-box;
  height: 32px;
  padding: 5px 10px;
  font-size: 13px;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title .total-label,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer .total-label,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th .total-label,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td .total-label,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th .total-label,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td .total-label {
  font-size: 12px;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title:first-child,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer:first-child,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th:first-child,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td:first-child,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th:first-child,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td:first-child {
  padding: 5px 10px 5px 16px;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title.ant-table-selection-column,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer.ant-table-selection-column,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-selection-column,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-selection-column,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th.ant-table-selection-column,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-selection-column,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title.ant-table-row-expand-icon-cell,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer.ant-table-row-expand-icon-cell,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-row-expand-icon-cell,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-row-expand-icon-cell,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th.ant-table-row-expand-icon-cell,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-row-expand-icon-cell {
  padding-top: 4px;
  padding-bottom: 4px;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title:last-child,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer:last-child,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th:last-child,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td:last-child,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th:last-child,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td:last-child {
  padding: 5px 16px 5px 10px;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-right-first,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-right-first,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-right-first,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-right-first,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-right-first,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-right-first {
  padding-left: 15px;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-left-last,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-left-last,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-left-last,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-left-last,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-left-last,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
  padding-right: 15px;
}
.ls-pro-table-mini .ant-table-tbody > tr.ant-table-row-current > td {
  background: var(--ant-primary-1);
}
.ls-pro-table-mini .ant-pagination {
  margin: 8px 0;
}
.ls-pro-table-mini .ant-pagination-item-active {
  background: #e4eefa;
  border-color: transparent;
  border-radius: 4px;
}
.ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
  background-color: #f7fafc;
}
.ls-pro-table .ant-table-tbody tr:nth-of-type(odd) .ant-table-cell-fix-left,
.ls-pro-table .ant-table-tbody tr:nth-of-type(odd) .ant-table-cell-fix-right {
  background-color: #f7fafc;
}
.ls-pro-table .ant-table-tbody .ant-table-cell-fix-left,
.ls-pro-table .ant-table-tbody .ant-table-cell-fix-right {
  z-index: 1;
}
.ls-pro-table .ant-table-tbody > tr > td {
  border-bottom: none;
}
.ls-pro-table .ant-table-tbody > tr.ant-table-row-current .ant-table-cell-fix-left,
.ls-pro-table .ant-table-tbody > tr.ant-table-row-selected .ant-table-cell-fix-left,
.ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-left,
.ls-pro-table .ant-table-tbody > tr.ant-table-row-current .ant-table-cell-fix-right,
.ls-pro-table .ant-table-tbody > tr.ant-table-row-selected .ant-table-cell-fix-right,
.ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-right,
.ls-pro-table .ant-table-tbody > tr.ant-table-row-current > td,
.ls-pro-table .ant-table-tbody > tr.ant-table-row-selected > td,
.ls-pro-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #e6f5ff;
}
.ls-pro-table .ant-table-tbody .ant-table-column-sort {
  background: inherit;
}
.ls-pro-table .ant-table-thead tr th {
  background-color: #f5f9ff;
}
.theme-yellow .ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
  background-color: #fcfaf7;
}
.theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-current .ant-table-cell-fix-left,
.theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-selected .ant-table-cell-fix-left,
.theme-yellow .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-left,
.theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-current .ant-table-cell-fix-right,
.theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-selected .ant-table-cell-fix-right,
.theme-yellow .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-right,
.theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-current > td,
.theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-selected > td,
.theme-yellow .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #ffedd9;
}
.theme-yellow .cell-selected {
  background-color: #e6f4ff !important;
}
.ant-pro-card-body .ant-pro-table .ant-card {
  border-radius: 0;
  box-shadow: none;
}
.ant-pro-card-body .ant-pro-table .ant-card-body {
  padding: 0 !important;
}
.ant-modal-body .ant-pro-table .ant-card {
  padding: 0;
  box-shadow: none;
}
.ant-modal-body .ant-pro-table .ant-card-body {
  padding: 0;
}
.ant-cell-selected ::selection {
  color: inherit;
  background-color: inherit;
}
@keyframes turn {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.export-data-notice {
  height: 500px;
  padding: 24px;
  overflow: auto;
  font-family: Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
.export-data-notice p {
  font-size: 16px;
  line-height: 32px;
}
.export-data-notice p.indent {
  padding-left: 15px;
  text-indent: -15px;
}
.export-data-notice p .important {
  font-weight: 600;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 3px;
}
.export-data-notice .sign {
  position: relative;
  margin-top: 24px;
  font-weight: 600;
  text-align: right;
}

.ant-pro-inline-error-form-item-multiple {
  padding: 6px 8px 12px 8px;
}
.ant-pro-inline-error-form-item-progress-success .ant-progress-bg {
  background-color: #52c41a;
}
.ant-pro-inline-error-form-item-progress-error .ant-progress-bg {
  background-color: #ff4d4f;
}
.ant-pro-inline-error-form-item-progress-warning .ant-progress-bg {
  background-color: #faad14;
}
.ant-pro-inline-error-form-item-rule {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pro-inline-error-form-item-rule-content {
  display: flex;
  align-items: center;
}
.ant-pro-inline-error-form-item-rule-content-icon-default {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 22px;
}
.ant-pro-inline-error-form-item-rule-content-icon-default-circle {
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 4px;
}
.ant-pro-inline-error-form-item-rule-content-icon-loading {
  color: #1890ff;
}
.ant-pro-inline-error-form-item-rule-content-icon-error {
  color: #ff4d4f;
}
.ant-pro-inline-error-form-item-rule-content-icon-success {
  color: #52c41a;
}
.ant-pro-inline-error-form-item-rule-content-text {
  color: rgba(0, 0, 0, 0.85);
}

.ant-pro-table-alert {
  margin-left: 16px;
  white-space: nowrap;
}
.ant-pro-table-alert .ant-alert.ant-alert-no-icon {
  height: 32px;
  padding: 0px;
  background-color: transparent;
  border: none;
}
.ant-pro-table-alert-info {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.ant-pro-table-alert-info-content {
  flex: 1;
}
.ant-pro-table-alert-info-content .number {
  display: inline-block;
  width: 32px;
  text-align: center;
}
.ant-pro-table-alert-info-option {
  min-width: 48px;
  padding-left: 16px;
}
.ant-table-selected-tag {
  justify-content: flex-start;
  width: 450px;
  height: 240px;
  overflow: auto;
}
.ant-table-selected-tag .ant-tag {
  margin-bottom: 8px;
}

.pro-table-tooltip-text span {
  color: #fff;
}
.ls-protable-top-extra {
  padding-top: 8px;
}
.ls-protable-bottom-desc.is-page {
  width: 50%;
  margin-top: -40px;
}
.ant-pro-table--fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50 !important;
  overflow: auto;
  background: var(--bg-color, #f9fafb);
}
.ant-pro-table {
  z-index: inherit;
}
.ant-pro-table:not(:root):fullscreen {
  min-height: 100vh;
  overflow: auto;
  background: #fff;
}
.ant-pro-table-extra {
  margin-bottom: 10px;
}
.ant-pro-table-polling .ant-pro-table-list-toolbar-setting-item .anticon.anticon-reload {
  transform: rotate(0deg);
  animation: turn 1s linear infinite;
}
.ant-pro-table td.ant-table-cell {
  color: #5b5b5b;
}
.ant-pro-table td.ant-table-cell > a {
  font-size: 13px;
}
.ant-pro-table .ant-table .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: 0;
}
.ant-pro-table .ant-table.ant-table-middle .ant-pro-table {
  margin: -12px -8px;
}
.ant-pro-table .ant-card-body {
  padding: 6px 20px;
}
.cell-selected {
  background-color: #f9e4c9 !important;
}
.cell-selected.is-copy {
  background-color: #f6eee5 !important;
}
.ant-pro-table-srcoll {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.ant-pro-table-srcoll .ant-checkbox-checked::after {
  animation: none !important;
  animation-fill-mode: none !important;
  content: none;
}
.ant-pro-table-srcoll .ant-checkbox-inner,
.ant-pro-table-srcoll .ant-checkbox-inner::after,
.ant-pro-table-srcoll .ant-checkbox-checked .ant-checkbox-inner::after {
  transition: none !important;
}
.ant-pro-table-srcoll .ant-table-tbody > tr > td {
  transition: none !important;
}
.ant-pro-table-srcoll .ant-table-summary .total-cell-label {
  padding-right: 0 !important;
  padding-left: 0 !important;
  text-align: right;
}
.ant-pro-table-srcoll .ant-card {
  flex: 1;
  height: 0;
  overflow: visible;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}
.ant-pro-table-srcoll .ant-card .ant-card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: visible;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper {
  flex: 1;
  height: 0;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-nested-loading,
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container {
  height: 100%;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container {
  display: flex;
  flex-direction: column;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-pagination.mini.ant-table-pagination {
  margin: 10px 0;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table {
  flex: 1;
  height: 0;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-header {
  border-radius: 4px 4px 0 0;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container div.ant-table-body {
  position: relative;
  flex: 1;
}
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::before,
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container::after {
  box-shadow: none;
}
.ant-pro-table-srcoll .ant-table-placeholder td {
  border-bottom: none;
}
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot.ant-table-summary tr td:last-child {
  padding-right: 17px !important;
}
.ant-pro-table-srcoll .resizable-th,
.ant-pro-table-srcoll .react-resizable {
  position: relative;
}
.ant-pro-table-srcoll .resizable-th-handle,
.ant-pro-table-srcoll .react-resizable-handle {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 3px;
  height: 1.6em;
  border-left: solid 2px rgba(0, 0, 0, 0.12);
  transform: translateY(-50%);
  cursor: col-resize;
  transition: background-color 0.3s;
}
.ant-pro-table-srcoll .resizable-th .resizable-th-handle {
  visibility: hidden;
}
.ant-pro-table-srcoll .resizable-th:hover .resizable-th-handle {
  z-index: 10;
  visibility: visible;
}
.ant-pro-table-srcoll .ant-table-cell.ant-table-selection-column {
  text-overflow: inherit !important;
}
.ant-pro-table-srcoll .ant-table-has-fix-left .ant-table-selection-col {
  width: 36px;
}
.ant-pro-table-srcoll .ant-table.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #f0f0f0;
}
.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: 10px 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-table.ant-table-small .ant-table-title:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small .ant-table-footer:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small .ant-table-thead > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small .ant-table-tbody > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small tfoot > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small tfoot > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small .ant-table-title:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small .ant-table-footer:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small .ant-table-thead > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small .ant-table-tbody > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small tfoot > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
.ant-table.ant-table-small tfoot > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last) {
  overflow: hidden;
}
.ant-table.ant-table-small .ant-table-title:first-child,
.ant-table.ant-table-small .ant-table-footer:first-child,
.ant-table.ant-table-small .ant-table-thead > tr > th:first-child,
.ant-table.ant-table-small .ant-table-tbody > tr > td:first-child,
.ant-table.ant-table-small tfoot > tr > th:first-child,
.ant-table.ant-table-small tfoot > tr > td:first-child {
  padding: 10px 5px 10px 16px;
}
.ant-table.ant-table-small .ant-table-title:last-child,
.ant-table.ant-table-small .ant-table-footer:last-child,
.ant-table.ant-table-small .ant-table-thead > tr > th:last-child,
.ant-table.ant-table-small .ant-table-tbody > tr > td:last-child,
.ant-table.ant-table-small tfoot > tr > th:last-child,
.ant-table.ant-table-small tfoot > tr > td:last-child {
  padding: 10px 16px 10px 5px;
}
.ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-right-first,
.ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-right-first,
.ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-right-first,
.ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-right-first,
.ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-right-first,
.ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-right-first {
  padding-left: 15px !important;
}
.ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-left-last,
.ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-left-last,
.ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-left-last,
.ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-left-last,
.ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-left-last,
.ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
  padding-right: 30px !important;
}
.ant-table.ant-table-small .ant-table-title.ant-table-selection-column,
.ant-table.ant-table-small .ant-table-footer.ant-table-selection-column,
.ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-selection-column,
.ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-selection-column,
.ant-table.ant-table-small tfoot > tr > th.ant-table-selection-column,
.ant-table.ant-table-small tfoot > tr > td.ant-table-selection-column {
  text-overflow: unset;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th {
  background-color: #f4f7fd;
  border-bottom: none;
  transition: none;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td {
  box-sizing: border-box;
  height: 32px;
  padding: 5px 10px;
  font-size: 13px;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title .total-label,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer .total-label,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th .total-label,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td .total-label,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th .total-label,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td .total-label {
  font-size: 12px;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title:first-child,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer:first-child,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th:first-child,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td:first-child,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th:first-child,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td:first-child {
  padding: 5px 10px 5px 16px;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title.ant-table-selection-column,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer.ant-table-selection-column,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-selection-column,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-selection-column,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th.ant-table-selection-column,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-selection-column,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title.ant-table-row-expand-icon-cell,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer.ant-table-row-expand-icon-cell,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-row-expand-icon-cell,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-row-expand-icon-cell,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th.ant-table-row-expand-icon-cell,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-row-expand-icon-cell {
  padding-top: 4px;
  padding-bottom: 4px;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title:last-child,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer:last-child,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th:last-child,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td:last-child,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th:last-child,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td:last-child {
  padding: 5px 16px 5px 10px;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-right-first,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-right-first,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-right-first,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-right-first,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-right-first,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-right-first {
  padding-left: 15px;
}
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-left-last,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-left-last,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-left-last,
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-left-last,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-left-last,
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
  padding-right: 15px;
}
.ls-pro-table-mini .ant-table-tbody > tr.ant-table-row-current > td {
  background: var(--ant-primary-1);
}
.ls-pro-table-mini .ant-pagination {
  margin: 8px 0;
}
.ls-pro-table-mini .ant-pagination-item-active {
  background: #e4eefa;
  border-color: transparent;
  border-radius: 4px;
}
.ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
  background-color: #f7fafc;
}
.ls-pro-table .ant-table-tbody tr:nth-of-type(odd) .ant-table-cell-fix-left,
.ls-pro-table .ant-table-tbody tr:nth-of-type(odd) .ant-table-cell-fix-right {
  background-color: #f7fafc;
}
.ls-pro-table .ant-table-tbody .ant-table-cell-fix-left,
.ls-pro-table .ant-table-tbody .ant-table-cell-fix-right {
  z-index: 1;
}
.ls-pro-table .ant-table-tbody > tr > td {
  border-bottom: none;
}
.ls-pro-table .ant-table-tbody > tr.ant-table-row-current .ant-table-cell-fix-left,
.ls-pro-table .ant-table-tbody > tr.ant-table-row-selected .ant-table-cell-fix-left,
.ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-left,
.ls-pro-table .ant-table-tbody > tr.ant-table-row-current .ant-table-cell-fix-right,
.ls-pro-table .ant-table-tbody > tr.ant-table-row-selected .ant-table-cell-fix-right,
.ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-right,
.ls-pro-table .ant-table-tbody > tr.ant-table-row-current > td,
.ls-pro-table .ant-table-tbody > tr.ant-table-row-selected > td,
.ls-pro-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #e6f5ff;
}
.ls-pro-table .ant-table-tbody .ant-table-column-sort {
  background: inherit;
}
.ls-pro-table .ant-table-thead tr th {
  background-color: #f5f9ff;
}
.theme-yellow .ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
  background-color: #fcfaf7;
}
.theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-current .ant-table-cell-fix-left,
.theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-selected .ant-table-cell-fix-left,
.theme-yellow .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-left,
.theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-current .ant-table-cell-fix-right,
.theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-selected .ant-table-cell-fix-right,
.theme-yellow .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-right,
.theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-current > td,
.theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-selected > td,
.theme-yellow .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #ffedd9;
}
.theme-yellow .cell-selected {
  background-color: #e6f4ff !important;
}
.ant-pro-card-body .ant-pro-table .ant-card {
  border-radius: 0;
  box-shadow: none;
}
.ant-pro-card-body .ant-pro-table .ant-card-body {
  padding: 0 !important;
}
.ant-modal-body .ant-pro-table .ant-card {
  padding: 0;
  box-shadow: none;
}
.ant-modal-body .ant-pro-table .ant-card-body {
  padding: 0;
}
.ant-cell-selected ::selection {
  color: inherit;
  background-color: inherit;
}
@keyframes turn {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.export-data-notice {
  height: 500px;
  padding: 24px;
  overflow: auto;
  font-family: Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
.export-data-notice p {
  font-size: 16px;
  line-height: 32px;
}
.export-data-notice p.indent {
  padding-left: 15px;
  text-indent: -15px;
}
.export-data-notice p .important {
  font-weight: 600;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 3px;
}
.export-data-notice .sign {
  position: relative;
  margin-top: 24px;
  font-weight: 600;
  text-align: right;
}
.ant-pro-table-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 24px;
}
.ant-pro-table-toolbar-option {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ant-pro-table-toolbar-title {
  flex: 1;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.85;
}
@media (max-width: 480px) {
  .ant-pro-table .ant-table {
    width: 100%;
    overflow-x: auto;
  }
  .ant-pro-table .ant-table-thead > tr > th,
  .ant-pro-table .ant-table-tbody > tr > th,
  .ant-pro-table .ant-table-thead > tr > td,
  .ant-pro-table .ant-table-tbody > tr > td {
    white-space: pre;
  }
  .ant-pro-table .ant-table-thead > tr > th > span,
  .ant-pro-table .ant-table-tbody > tr > th > span,
  .ant-pro-table .ant-table-thead > tr > td > span,
  .ant-pro-table .ant-table-tbody > tr > td > span {
    display: block;
  }
}
@media (max-width: 575px) {
  .ant-pro-table-toolbar {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    margin-bottom: 16px;
    margin-left: 16px;
    padding: 8px;
    padding-top: 16px;
    line-height: normal;
  }
  .ant-pro-table-toolbar-title {
    margin-bottom: 16px;
  }
  .ant-pro-table-toolbar-option {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .ant-pro-table-toolbar-default-option {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
  }
}
.cell-copy-icon {
  color: var(--ant-primary-color, #1869ed) !important;
}

.ant-pro-table-column-setting {
  width: auto;
}
.ant-pro-table-column-setting-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
}
.ant-pro-table-column-setting-overlay {
  position: relative;
}
.ant-pro-table-column-setting-overlay .ant-popover-inner-content {
  display: flex;
  width: 500px;
  padding: 0px;
  padding-bottom: 8px;
}
.ant-pro-table-column-setting-overlay .ant-popover-arrow {
  width: 0px !important;
}
.ant-pro-table-column-setting-overlay .ant-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.ant-pro-table-column-setting-overlay .ant-tree-draggable-icon {
  cursor: grab;
}
.ant-pro-table-column-setting-overlay .ant-tree-treenode {
  align-items: center;
  height: 30px;
  padding: 0px;
}
.ant-pro-table-column-setting-overlay .ant-tree-treenode .ant-tree-draggable-icon {
  font-size: 12pt;
}
.ant-pro-table-column-setting-overlay .ant-tree-treenode:hover {
  background-color: #e6f7ff;
}
.ant-pro-table-column-setting-overlay .ant-tree-treenode:hover .ant-pro-table-column-setting-list-item-option {
  display: block;
}
.ant-pro-table-column-setting-overlay .ant-tree-treenode:hover .ant-tree-draggable-icon {
  color: var(--ant-primary-color, #1869ed);
}
.ant-pro-table-column-setting-overlay .ant-tree-treenode .ant-tree-checkbox {
  top: 0;
  margin: 0;
  margin-right: 4px;
}
.ant-pro-table-column-setting-overlay .ant-tree-treenode .column-setting-item-btn:hover {
  color: var(--ant-primary-color, #1869ed);
}
.ant-pro-table-column-setting-overlay .my-icon-remove {
  margin-top: 3px;
}
.ant-pro-table-column-setting-overlay .my-icon-remove:hover {
  color: var(--ant-error-color, #ff4d4f);
}
.ant-pro-table-column-setting-overlay .column-setting-share {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.ant-pro-table-column-setting-overlay .column-setting-share .share-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.ant-pro-table-column-setting-overlay .column-setting-share .share-body {
  display: flex;
  flex: 1;
  padding: 0 20px;
  overflow: auto;
}
.ant-pro-table-column-setting-overlay .column-setting-share .share-body .share-list {
  width: 200px;
  padding-top: 10px;
  line-height: 35px;
  border-right: 1px solid #eeeeee;
}
.ant-pro-table-column-setting-overlay .column-setting-share .share-body .share-item {
  padding-left: 20px;
}
.ant-pro-table-column-setting-overlay .column-setting-share .share-body .share-user {
  flex: 1;
  width: 0;
  padding: 10px 0 0 10px;
  line-height: 35px;
}
.ant-pro-table-column-setting-nosave .ant-popover-inner-content {
  width: 300px;
}
.ant-pro-table-column-setting-nosave.width-measure {
  width: 600px;
}
.ant-pro-table-column-setting .ant-tree-treenode.dragging {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.width-measure .ant-popover-inner-content {
  width: 800px;
}
.column-setting-visible {
  color: var(--ant-primary-color, #1869ed) !important;
}
.ant-pro-table-column-setting-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 8px;
}
.ant-pro-table-column-setting-list.ant-pro-table-column-setting-list-group {
  padding-top: 0;
}
.ant-pro-table-column-setting-list-title {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 24px;
  font-size: 12px;
}
.ant-pro-table-column-setting-list span.ant-tree-draggable-icon + span.ant-tree-switcher {
  width: 14px;
}
.ant-pro-table-column-setting-list-item {
  display: flex;
  align-items: center;
}
.ant-pro-table-column-setting-list-item-title {
  flex: 1;
}
.ant-pro-table-column-setting-list-item-btns {
  display: flex;
  align-items: center;
  width: 42px;
  height: 100%;
  padding-left: 4px;
}
.ant-pro-table-column-setting-list-item-option {
  display: none;
  float: right;
  cursor: pointer;
}
.ant-pro-table-column-setting-list-item-option > span + span {
  margin-left: 4px;
}
.table-column-setting-left {
  width: 200px;
  padding: 10px;
  border-right: 1px solid #efefef;
}
.table-column-setting-left .table-column-item {
  position: relative;
  height: 28px;
  margin-top: 8px;
  padding: 2px 10px;
  color: #494747;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.table-column-setting-left .table-column-item .item-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  display: none;
  cursor: pointer;
}
.table-column-setting-left .table-column-item:not(.is_current) .anticon-edit:hover {
  color: var(--ant-primary-color, #1869ed);
}
.table-column-setting-left .table-column-item.is_current {
  color: #fff;
  background-color: var(--ant-primary-color, #1869ed);
}
.table-column-setting-left .table-column-item:hover:not(.is_current) {
  background-color: #e6f7ff;
}
.table-column-setting-left .table-column-item:hover .item-btn {
  display: inline-flex;
}
.table-column-setting-right {
  flex: 1;
  width: 0;
}
.table-column-setting-right .right-header {
  display: flex;
  padding: 5px;
  color: rgba(0, 0, 0, 0.45);
}
.table-column-setting-right .right-header .ant-checkbox-wrapper {
  flex: 1;
  color: rgba(0, 0, 0, 0.45);
}
.table-column-setting-right .right-header .column-width-title {
  width: 65px;
  text-align: center;
}
.table-column-setting-right .right-header .column-btn-title {
  width: 42px;
  text-align: center;
}
.left-border {
  border-left: 1px solid #efefef;
}

.table-import-body {
  margin-left: 20px;
}
.table-import-body .import-step {
  padding-bottom: 10px;
}
.table-import-body .import-step > :first-child {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #af8351;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  border: 1px solid #af8351;
  border-radius: 50%;
}
.table-import-body .import-step > :last-child {
  display: inline-block;
  margin-left: 5px;
  font-weight: bold;
}
.table-import-body .file-link {
  margin: 5px 20px;
  padding: 5px 10px 5px 10px;
  border: 1px #ddd;
  border-style: dashed;
}
.table-import-body .file-link .file-icon {
  display: inline-block;
  font-size: 22px;
}
.table-import-body .file-link .file-name {
  display: inline-block;
  margin-left: 10px;
}
.table-import-body .file-link .file-down {
  float: right;
  margin-top: 3px;
}
.table-import-body .file-link .file-down :after {
  clear: both;
}
.table-import-body .attention-tip-title {
  margin-left: 20px;
  font-weight: bold;
}
.table-import-body .attention-tip > li {
  margin-bottom: 5px;
}
.table-import-body .upload-btn {
  margin: 10px 50px !important;
}
.table-import-body .down-temp {
  display: flex;
  align-items: center;
  padding: 10px 24px;
  line-height: 30px;
  background-color: #f5fafe;
  border-radius: 4px;
}
.table-import-body .down-temp .down-title {
  font-weight: bold;
}
.table-import-body .down-temp .down-file {
  flex: 1;
  height: 100%;
  text-align: right;
}
.table-import-body .down-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  min-height: 100px;
  margin: 20px 0;
  padding: 20px;
  line-height: 30px;
  background-color: #f5fafe;
  border-radius: 4px;
}
.table-import-body .down-wrapper > span {
  text-align: center;
}
.table-import-body .down-desc {
  color: #9b9b9b;
}
.table-import-body .error-msg {
  margin-top: 10px;
  color: #ff4d4f;
}

.ant-pro-table-drag-visible-cell {
  display: flex;
  align-items: center;
}
.ant-pro-table-drag-icon {
  margin-right: 8px;
  color: #999;
  cursor: grab;
}

.ant-pro-statistic-card-chart {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  margin-bottom: 8px;
}
.ant-pro-statistic-card-chart-left {
  margin-top: 0;
  margin-right: 16px;
}
.ant-pro-statistic-card-chart-right {
  margin-top: 0;
  margin-left: 16px;
}
.ant-pro-statistic-card-content {
  display: flex;
  flex-direction: column;
}
.ant-pro-statistic-card-content-horizontal {
  flex-direction: row;
}
.ant-pro-statistic-card-content-horizontal .ant-pro-statistic-card-chart {
  align-items: center;
  align-self: flex-start;
}
.ant-pro-statistic-card-footer {
  margin-top: 8px;
  padding-top: 16px;
  border-top: rgba(0, 0, 0, 0.08) 1px solid;
}

.ant-pro-card-statistic {
  display: flex;
  font-size: 13px;
}
.ant-pro-card-statistic + .ant-pro-card-statistic {
  margin-top: 4px;
}
.ant-pro-card-statistic-tip {
  margin-left: 4px;
}
.ant-pro-card-statistic-wrapper {
  display: flex;
  width: 100%;
}
.ant-pro-card-statistic-icon {
  margin-right: 16px;
}
.ant-pro-card-statistic-trend-icon {
  width: 0;
  height: 0;
  border-right: 3.5px solid transparent;
  border-bottom: 9px solid #000;
  border-left: 3.5px solid transparent;
}
.ant-pro-card-statistic-trend-icon-up {
  transform: rotate(0deg);
}
.ant-pro-card-statistic-trend-icon-down {
  transform: rotate(180deg);
}
.ant-pro-card-statistic-content {
  width: 100%;
}
.ant-pro-card-statistic-description {
  width: 100%;
}
.ant-pro-card-statistic .ant-statistic-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-pro-card-statistic-layout-inline {
  display: inline-flex;
  color: rgba(0, 0, 0, 0.45);
}
.ant-pro-card-statistic-layout-inline .ant-statistic-title {
  margin-right: 6px;
  margin-bottom: 0;
}
.ant-pro-card-statistic-layout-inline .ant-statistic-content {
  color: rgba(0, 0, 0, 0.45);
}
.ant-pro-card-statistic-layout-inline .ant-statistic-title,
.ant-pro-card-statistic-layout-inline .ant-statistic-content,
.ant-pro-card-statistic-layout-inline .ant-statistic-content-suffix,
.ant-pro-card-statistic-layout-inline .ant-statistic-content-prefix,
.ant-pro-card-statistic-layout-inline .ant-statistic-content-value-decimal {
  font-size: 12px;
}
.ant-pro-card-statistic-layout-horizontal {
  display: flex;
  justify-content: space-between;
}
.ant-pro-card-statistic-layout-horizontal .ant-statistic-title {
  margin-bottom: 0;
}
.ant-pro-card-statistic-layout-horizontal .ant-statistic-content-value {
  font-weight: 500;
}
.ant-pro-card-statistic-layout-horizontal .ant-statistic-title,
.ant-pro-card-statistic-layout-horizontal .ant-statistic-content,
.ant-pro-card-statistic-layout-horizontal .ant-statistic-content-suffix,
.ant-pro-card-statistic-layout-horizontal .ant-statistic-content-prefix,
.ant-pro-card-statistic-layout-horizontal .ant-statistic-content-value-decimal {
  font-size: 13px;
}
.ant-pro-card-statistic-trend-up .ant-statistic-content {
  color: #f5222d;
}
.ant-pro-card-statistic-trend-up .ant-statistic-content .ant-pro-card-statistic-trend-icon {
  border-bottom-color: #f5222d;
}
.ant-pro-card-statistic-trend-down .ant-statistic-content {
  color: #389e0d;
}
.ant-pro-card-statistic-trend-down .ant-statistic-content .ant-pro-card-statistic-trend-icon {
  border-bottom-color: #52c41a;
}

.ant-pro-card {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}
.ant-pro-card-bottom-radius-only {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-pro-card-col {
  width: 100%;
}
.ant-pro-card-border {
  border: 1px solid #f0f0f0;
}
.ant-pro-card-hoverable {
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.ant-pro-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-pro-card-hoverable.ant-pro-card-checked:hover {
  border-color: #1890ff;
}
.ant-pro-card-checked {
  background-color: #e6f7ff;
  border-color: #1890ff;
}
.ant-pro-card-checked::after {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border: 6px solid #1890ff;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top-right-radius: 2px;
  content: '';
}
.ant-pro-card:focus {
  background-color: #e6f7ff;
  border-color: #1890ff;
}
.ant-pro-card-size-small .ant-pro-card-header {
  padding: 8px 12px;
  padding-bottom: 0;
}
.ant-pro-card-size-small .ant-pro-card-header-border {
  padding-bottom: 8px;
}
.ant-pro-card-size-small .ant-pro-card-title {
  font-size: 14px;
}
.ant-pro-card-size-small .ant-pro-card-body {
  padding: 12px 20px;
}
.ant-pro-card-ghost {
  background-color: transparent;
}
.ant-pro-card-ghost > .ant-pro-card-header {
  padding-right: 0;
  padding-bottom: 16px;
  padding-left: 0;
}
.ant-pro-card-ghost > .ant-pro-card-body {
  padding: 0;
  background-color: transparent;
}
.ant-pro-card-split > .ant-pro-card-body {
  padding: 0;
}
.ant-pro-card-split-vertical {
  border-right: 1px solid #f0f0f0;
}
.ant-pro-card-split-horizontal {
  border-bottom: 1px solid #f0f0f0;
}
.ant-pro-card-contain-card > .ant-pro-card-body {
  display: flex;
}
.ant-pro-card-body-direction-column {
  flex-direction: column;
}
.ant-pro-card-body-wrap {
  flex-wrap: wrap;
}
.ant-pro-card-collapse > .ant-pro-card-header {
  padding-bottom: 16px;
  border-bottom: 0;
}
.ant-pro-card-collapse > .ant-pro-card-body {
  display: none;
}
.ant-pro-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  padding-bottom: 0;
}
.ant-pro-card-header-border {
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.ant-pro-card-header-collapsible {
  cursor: pointer;
}
.ant-pro-card-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-pro-card-extra {
  color: rgba(0, 0, 0, 0.85);
}
.ant-pro-card-type-inner {
  box-shadow: none;
  border: 1px solid #E6F4FF;
}
.ant-pro-card-type-inner .ant-pro-card-header {
  background-color: #F4F7FD;
  padding: 8px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.ant-pro-card-collapsible-icon {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.75);
}
.ant-pro-card-collapsible-icon :hover {
  color: #40a9ff;
}
.ant-pro-card-collapsible-icon svg {
  transition: transform 0.2s;
}
.ant-pro-card-body {
  display: block;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
}
.ant-pro-card-body-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-pro-card-col-0 {
  display: none;
}
.ant-pro-card-col-24 {
  flex-shrink: 0;
  width: 100%;
}
.ant-pro-card-col-23 {
  flex-shrink: 0;
  width: 95.83333333%;
}
.ant-pro-card-col-22 {
  flex-shrink: 0;
  width: 91.66666667%;
}
.ant-pro-card-col-21 {
  flex-shrink: 0;
  width: 87.5%;
}
.ant-pro-card-col-20 {
  flex-shrink: 0;
  width: 83.33333333%;
}
.ant-pro-card-col-19 {
  flex-shrink: 0;
  width: 79.16666667%;
}
.ant-pro-card-col-18 {
  flex-shrink: 0;
  width: 75%;
}
.ant-pro-card-col-17 {
  flex-shrink: 0;
  width: 70.83333333%;
}
.ant-pro-card-col-16 {
  flex-shrink: 0;
  width: 66.66666667%;
}
.ant-pro-card-col-15 {
  flex-shrink: 0;
  width: 62.5%;
}
.ant-pro-card-col-14 {
  flex-shrink: 0;
  width: 58.33333333%;
}
.ant-pro-card-col-13 {
  flex-shrink: 0;
  width: 54.16666667%;
}
.ant-pro-card-col-12 {
  flex-shrink: 0;
  width: 50%;
}
.ant-pro-card-col-11 {
  flex-shrink: 0;
  width: 45.83333333%;
}
.ant-pro-card-col-10 {
  flex-shrink: 0;
  width: 41.66666667%;
}
.ant-pro-card-col-9 {
  flex-shrink: 0;
  width: 37.5%;
}
.ant-pro-card-col-8 {
  flex-shrink: 0;
  width: 33.33333333%;
}
.ant-pro-card-col-7 {
  flex-shrink: 0;
  width: 29.16666667%;
}
.ant-pro-card-col-6 {
  flex-shrink: 0;
  width: 25%;
}
.ant-pro-card-col-5 {
  flex-shrink: 0;
  width: 20.83333333%;
}
.ant-pro-card-col-4 {
  flex-shrink: 0;
  width: 16.66666667%;
}
.ant-pro-card-col-3 {
  flex-shrink: 0;
  width: 12.5%;
}
.ant-pro-card-col-2 {
  flex-shrink: 0;
  width: 8.33333333%;
}
.ant-pro-card-col-1 {
  flex-shrink: 0;
  width: 4.16666667%;
}
.ant-pro-card-body .ant-descriptions-view tbody > tr:last-child > td {
  padding-bottom: 0px;
}
.ant-pro-card-bottom-radius-only .ant-pro-card-body {
  padding-top: 10px;
}

.ant-pro-card-loading {
  overflow: hidden;
}
.ant-pro-card-loading .ant-pro-card-body {
  user-select: none;
}
.ant-pro-card-loading-content {
  width: 100%;
}
.ant-pro-card-loading-content p {
  margin: 0;
}
.ant-pro-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 2px;
  animation: card-loading 1.4s ease infinite;
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.ant-pro-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.ant-pro-card-actions::before {
  display: table;
  content: '';
}
.ant-pro-card-actions::after {
  display: table;
  clear: both;
  content: '';
}
.ant-pro-card-actions .ant-space {
  gap: 0 !important;
  width: 100%;
}
.ant-pro-card-actions > li,
.ant-pro-card-actions .ant-space-item {
  flex: 1;
  float: left;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.ant-pro-card-actions > li > a,
.ant-pro-card-actions .ant-space-item > a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-pro-card-actions > li > a:hover,
.ant-pro-card-actions .ant-space-item > a:hover {
  color: #40a9ff;
}
.ant-pro-card-actions > li > span,
.ant-pro-card-actions .ant-space-item > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 13px;
  line-height: 1.5715;
  cursor: pointer;
}
.ant-pro-card-actions > li > span:hover,
.ant-pro-card-actions .ant-space-item > span:hover {
  color: #40a9ff;
  transition: color 0.3s;
}
.ant-pro-card-actions > li > span a:not(.ant-btn),
.ant-pro-card-actions .ant-space-item > span a:not(.ant-btn),
.ant-pro-card-actions > li > span > .anticon,
.ant-pro-card-actions .ant-space-item > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  transition: color 0.3s;
}
.ant-pro-card-actions > li > span a:not(.ant-btn):hover,
.ant-pro-card-actions .ant-space-item > span a:not(.ant-btn):hover,
.ant-pro-card-actions > li > span > .anticon:hover,
.ant-pro-card-actions .ant-space-item > span > .anticon:hover {
  color: #40a9ff;
}
.ant-pro-card-actions > li > span > .anticon,
.ant-pro-card-actions .ant-space-item > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ant-pro-card-actions > li:not(:last-child),
.ant-pro-card-actions .ant-space-item:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}

.ant-pro-card-divider {
  flex: none;
  width: 1px;
  margin: 24px 8px;
  background-color: #f0f0f0;
}
.ant-pro-card-divider-horizontal {
  width: initial;
  height: 1px;
  margin: 8px 24px;
}
.ant-pro-card-size-small .ant-pro-card-divider {
  margin: 12px 8px;
}
.ant-pro-card-size-small .ant-pro-card-divider-horizontal {
  margin: 8px 12px;
}

.ant-pro-card-operation {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 24px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
}

.ant-pro-checkcard-group {
  display: inline-block;
}
.ant-pro-checkcard {
  position: relative;
  display: inline-block;
  width: 320px;
  margin-right: 16px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  line-height: 1.5715;
  vertical-align: top;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s;
}
.ant-pro-checkcard:last-child {
  margin-right: 0;
}
.ant-pro-checkcard + .ant-pro-checkcard {
  margin-left: 0 !important;
}
.ant-pro-checkcard-bordered {
  border: 1px solid #d9d9d9;
}
.ant-pro-checkcard-loading {
  overflow: hidden;
  user-select: none;
}
.ant-pro-checkcard-loading-content {
  padding: 12px 16px;
}
.ant-pro-checkcard-loading-content p {
  margin: 0;
}
.ant-pro-checkcard-loading-block {
  height: 14px;
  margin: 4px 0;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 2px;
  animation: card-loading 1.4s ease infinite;
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.ant-pro-checkcard:focus {
  background-color: #e6f7ff;
  border-color: #1890ff;
}
.ant-pro-checkcard-checked {
  background-color: #e6f7ff;
  border-color: #1890ff;
}
.ant-pro-checkcard-disabled {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pro-checkcard-disabled .ant-pro-checkcard-description {
  color: rgba(0, 0, 0, 0.25);
}
.ant-pro-checkcard-disabled .ant-pro-checkcard-title {
  color: rgba(0, 0, 0, 0.25);
}
.ant-pro-checkcard-disabled .ant-pro-checkcard-avatar {
  opacity: 0.25;
}
.ant-pro-checkcard[disabled] {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pro-checkcard[disabled] .ant-pro-checkcard-description {
  color: rgba(0, 0, 0, 0.25);
}
.ant-pro-checkcard[disabled] .ant-pro-checkcard-title {
  color: rgba(0, 0, 0, 0.25);
}
.ant-pro-checkcard[disabled] .ant-pro-checkcard-avatar {
  opacity: 0.25;
}
.ant-pro-checkcard-lg {
  width: 440px;
}
.ant-pro-checkcard-sm {
  width: 212px;
}
.ant-pro-checkcard-cover {
  padding: 4px;
}
.ant-pro-checkcard-cover img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
}
.ant-pro-checkcard-content {
  display: flex;
  padding: 12px 16px;
}
.ant-pro-checkcard-avatar-header {
  display: flex;
  align-items: center;
}
.ant-pro-checkcard-avatar {
  padding-right: 8px;
}
.ant-pro-checkcard-detail {
  overflow: hidden;
}
.ant-pro-checkcard-detail > div:not(:last-child) {
  margin-bottom: 4px;
}
.ant-pro-checkcard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ant-pro-checkcard-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-pro-checkcard-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-pro-checkcard:not(.ant-pro-checkcard-disabled):hover {
  border-color: #1890ff;
}
.ant-pro-checkcard-multiple.ant-pro-checkcard-checked::after {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border: 6px solid #1890ff;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top-right-radius: 2px;
  content: '';
}

.ant-pro-card-tabs .ant-tabs-top > .ant-tabs-nav {
  margin-bottom: 0;
}
.ant-pro-card-tabs .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-list {
  margin-top: 8px;
  padding-left: 16px;
}
.ant-pro-card-tabs .ant-tabs-bottom > .ant-tabs-nav {
  margin-top: 0;
}
.ant-pro-card-tabs .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-list {
  padding-left: 16px;
}
.ant-pro-card-tabs .ant-tabs-left .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
  padding-left: 0;
}
.ant-pro-card-tabs .ant-tabs-left > .ant-tabs-nav {
  margin-right: 0;
}
.ant-pro-card-tabs .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list {
  padding-top: 16px;
}
.ant-pro-card-tabs .ant-tabs-right .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
  padding-right: 0;
}
.ant-pro-card-tabs .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list {
  padding-top: 16px;
}

.ant-pro-descriptions .ant-descriptions-view {
  overflow: initial !important;
}
.ant-pro-descriptions-item-ellipsis .ant-descriptions-item-content {
  width: 0;
}
.pro-table-tooltip-text {
  max-height: 80vh;
  overflow: auto;
}

.record-log {
  height: 100%;
  padding: 8px;
  overflow: auto;
  border: 1px solid #f1f0f0;
}
.record-log .record-log-item {
  display: flex;
  margin-bottom: 8px;
}
.record-log .log-item-time {
  flex-wrap: wrap;
  color: #a1a0a1;
}
.record-log .log-item-center {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
.record-log .log-item-center .log-item-line {
  position: relative;
  flex: 1;
  width: 0.5px;
  margin: auto;
  border: 1px dashed #dcdbdb;
}
.record-log .log-item-box {
  margin-bottom: 5px;
  border: 1px solid #eee;
  border-radius: 6px;
}
.record-log .log-item-box:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.record-log .log-item-box .log-item-header {
  padding: 8px 5px;
  color: #000;
  font-weight: 600;
  background-color: #f3f7fc;
  border-radius: 6px 6px 0 0;
}
.record-log .log-item-box .log-item-header span {
  padding: 0 5px;
}
.record-log .log-item-box .log-item-content {
  padding: 5px 0;
  padding-left: 12px;
  background: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.record-log .log-item-box .log-item-content .log-item-field {
  padding: 3px 5px;
}
.record-log .log-item-box .log-item-content .log-item-field .log-item-label {
  padding-right: 10px;
  color: #a1a0a1;
}
.record-log .log-item-box .log-item-content .log-item-field .log-item-value {
  color: #000;
}

.select-footer {
  display: flex;
  justify-content: space-between;
  padding: 4px 12px;
  background-color: #fff;
}
.select-footer .select-footer-total {
  color: #999;
  font-size: 12px;
  text-align: left;
}
.select-footer .select-footer-reload {
  flex: 1;
  text-align: right;
}

.ant-pro-form-query-filter {
  /*暂时不需要内容*/
}
.setting-popover .ant-popover-inner-content {
  padding: 0px;
}
.search-setting {
  width: 220px;
}
.search-setting .setting-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  margin-bottom: 10px;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
.search-setting .ant-tree .ant-tree-node-content-wrapper:hover {
  background: inherit;
}
.search-setting .ant-tree-treenode {
  width: 100%;
}
.search-setting .ant-tree-treenode:hover {
  background-color: #f5f5f5;
}
.search-modal-share {
  display: flex;
  min-height: 250px;
  max-height: 400px;
  overflow: auto;
}
.search-modal-share .modal-share-list {
  width: 200px;
  padding-top: 10px;
  line-height: 35px;
  border-right: 1px solid #eeeeee;
}
.search-modal-share .modal-share-item {
  padding-left: 20px;
}
.search-modal-share .modal-share-user {
  flex: 1;
  width: 0;
  padding: 10px 0 0 10px;
  line-height: 35px;
}
.search-modal-body {
  display: flex;
  min-height: 200px;
  max-height: 400px;
}
.search-modal-body .body-left {
  width: 200px;
  padding: 10px;
  overflow: auto;
  border-right: #f0f0f0 1px solid;
}
.search-modal-body .body-left .search-setting-item {
  position: relative;
  height: 28px;
  margin-top: 8px;
  padding: 2px 10px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.search-modal-body .body-left .search-setting-item .search-item-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  display: none;
  cursor: pointer;
}
.search-modal-body .body-left .search-setting-item.is_current {
  color: #fff;
  background-color: var(--ant-primary-color, #1869ed);
}
.search-modal-body .body-left .search-setting-item:not(.is_current) .anticon-edit:hover {
  color: var(--ant-primary-color, #1869ed);
}
.search-modal-body .body-left .search-setting-item:hover:not(.is_current) {
  background-color: #e6f7ff;
}
.search-modal-body .body-left .search-setting-item:hover .search-item-btn {
  display: inline-flex;
}
.search-modal-body .body-left .my-icon-remove {
  margin-top: 3px;
}
.search-modal-body .body-left .my-icon-remove:hover {
  color: var(--ant-error-color, #ff4d4f);
}
.search-modal-body .body-right {
  flex: 1;
  overflow: auto;
}
.search-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ant-pro-form-light-filter {
  line-height: 30px;
}
.ant-pro-form-light-filter::before {
  display: block;
  height: 0;
  visibility: hidden;
  content: '.';
}
.ant-pro-form-light-filter-small {
  line-height: 1.5715;
}
.ant-pro-form-light-filter-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
  margin-right: -4px;
}
.ant-pro-form-light-filter-item {
  margin-top: 8px;
  white-space: nowrap;
}
.ant-pro-form-light-filter-item:not(:last-child) {
  margin-right: 8px;
}
.ant-pro-form-light-filter-formlabel {
  margin-bottom: 2px;
}
.ant-pro-form-light-filter-line {
  min-width: 198px;
}
.ant-pro-form-light-filter-line .ant-form-item {
  flex-direction: column;
  margin-bottom: 0;
}
.ant-pro-form-light-filter-line:not(:first-child) {
  margin-top: 16px;
  margin-bottom: 8px;
}
.ant-pro-form-light-filter .ant-form-item {
  margin-bottom: 0;
}
.ant-pro-form-light-filter-collapse-icon {
  width: 32px;
  height: 32px;
  line-height: 35px;
  border-radius: 50%;
}
.ant-pro-form-light-filter-effective .ant-pro-form-light-filter-collapse-icon {
  background-color: rgba(0, 0, 0, 0.04);
}

.ant-pro-steps-form-container {
  width: max-content;
  min-width: 520px;
  max-width: 100%;
  margin: auto;
}
.ant-pro-steps-form-steps-container {
  max-width: 1160px;
  margin: auto;
}
.ant-pro-steps-form-step {
  display: none;
  margin-top: 32px;
}
.ant-pro-steps-form-step-active {
  display: block;
}
.ant-pro-steps-form-step > form {
  max-width: 100%;
}

.ant-pro-form-login-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  padding: 32px 0;
  overflow: auto;
  background: inherit;
}
@media (min-width: 768px) {
  .ant-pro-form-login-container {
    padding: 32px 0 24px;
    background-repeat: no-repeat;
    background-position: center 110px;
    background-size: 100%;
  }
}
.ant-pro-form-login-top {
  text-align: center;
}
.ant-pro-form-login-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  line-height: 44px;
}
.ant-pro-form-login-header a {
  text-decoration: none;
}
.ant-pro-form-login-title {
  position: relative;
  top: 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 33px;
}
.ant-pro-form-login-logo {
  width: 44px;
  height: 44px;
  margin-right: 16px;
  vertical-align: top;
}
.ant-pro-form-login-logo img {
  width: 100%;
}
.ant-pro-form-login-desc {
  margin-top: 12px;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .ant-pro-form-login-main {
    width: 95%;
    max-width: 328px;
  }
}
.ant-pro-form-login-main {
  width: 328px;
  margin: 0 auto;
}
.ant-pro-form-login-main .ant-tabs-nav-list {
  margin: 0px auto;
  font-size: 16px;
}
.ant-pro-form-login-main .ant-pro-form-login-other {
  margin-top: 24px;
  line-height: 22px;
  text-align: left;
}

