.reset-component {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
}
.reset-scrollbar ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.reset-scrollbar ::-webkit-scrollbar-thumb {
  background-color: var(--ap-scrollbar-thumb-color-base);
  background-clip: content-box;
  border: 1px solid transparent;
  border-radius: 4px;
}
.reset-scrollbar ::-webkit-scrollbar-track,
.reset-scrollbar ::-webkit-scrollbar-corner {
  background-color: var(--ap-table-header-bg, #f2f6f9);
}
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
  background-color: var(--ap-scrollbar-thumb-color-hover);
}
.clear-fix::before {
  display: table;
  content: '';
}
.clear-fix::after {
  display: table;
  clear: both;
  content: '';
}
.common-style {
  box-sizing: border-box;
  font-size: 12px;
  font-family: inherit;
}
.common-style::before,
.common-style::after {
  box-sizing: border-box;
}
.aplus-ap-form-item-group .ant-form-item-control .ant-picker {
  display: flex;
}
.aplus-ap-form-item-group .ant-form-item-control .ant-input-number {
  width: 100%;
}
.aplus-ap-form-item-group-col-hidden {
  display: none !important;
}
.aplus-ap-form-item--bordered {
  box-sizing: border-box;
  border: 1px solid var(--ap-border-color-base);
  border-radius: 4px;
  padding-inline: 8px;
}
.aplus-ap-form-item--bordered .ant-input-affix-wrapper {
  padding: 0;
}
.aplus-ap-form-item--bordered:has(.aplus-batch-input-group):has(.ant-select) .ant-input-affix-wrapper {
  padding-right: 8px;
}
.aplus-ap-form-item--bordered:has(textarea.ant-input) {
  padding-inline-end: 0;
}
.aplus-ap-form-item--bordered:has(textarea.ant-input) .ant-input {
  padding-inline-start: 0;
}
.aplus-ap-form-item--bordered .ant-picker {
  padding: 0;
}
.aplus-ap-form-item--bordered .ant-form-item-control-input-content > .ant-input-group > .ant-picker-range:nth-child(1) .ant-picker-clear {
  inset-inline-end: 0;
}
.aplus-ap-form-item--bordered .ant-space-compact-block .ant-input {
  padding-left: 8px;
}
.aplus-ap-form-item--bordered .ant-select-selector {
  border-width: 0 !important;
  box-shadow: none !important;
}
.aplus-ap-form-item--bordered .ant-select-single .ant-select-selector {
  height: 30px !important;
}
.aplus-ap-form-item--bordered:has(.ant-input-number) {
  padding-right: 0;
}
.aplus-ap-form-item--bordered:has(.ant-select) {
  padding-right: 0px;
}
.aplus-ap-form-item--bordered:has(.ant-select) .ant-form-item-label > label {
  padding-right: 4px;
}
.aplus-ap-form-item--bordered div.ant-form-item-control {
  flex: 1 1 0;
  min-width: 0;
}
.aplus-ap-form-item--bordered .ant-form-item-label > label {
  padding-right: 12px;
  height: 30px;
}
.aplus-ap-form-item--bordered .ant-form-item-label > label::after {
  margin: 0;
}
.aplus-ap-form-item--bordered .ant-form-item-control-input {
  min-height: 30px;
}
.aplus-ap-form-item--bordered .ant-form-item-control-input .ant-select-single {
  height: unset;
}
.aplus-ap-form-item--bordered:hover {
  border-color: var(--ap-hover-color-base);
}
.aplus-ap-form-item--bordered:focus {
  border-color: var(--ap-active-color-base);
  box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
}
.aplus-ap-form-item--bordered .aplus-batch-input-group-popover-input__popover {
  width: calc(100% + 12px);
}
.aplus-ap-form-item--disabled {
  background-color: var(--color-bg-container-disabled);
}
.aplus-ap-form-item--disabled .ant-select-selector {
  background: transparent !important;
}
.aplus-ap-form-item--focused {
  border-color: var(--ap-active-color-base);
  box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
}
.aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
  font-size: 12px;
  line-height: 16px;
}
.aplus-ap-form-item .ant-col .ant-form-item-extra {
  line-height: 22px;
  min-height: unset;
  margin-top: 4px;
  margin-bottom: 12px;
}
.aplus-ap-form-item .ant-input-group .ant-picker:only-child {
  width: 100%;
}
.aplus-ap-form-item .ant-input-group .ant-select + .ant-picker {
  padding-inline: 8px;
  flex: 1;
}
.aplus-ap-form-drawer-form__resize-bar {
  width: 4px;
  cursor: ew-resize;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-color: transparent;
}
.aplus-ap-form-drawer-form__resize-bar--min-disabled {
  cursor: w-resize;
}
.aplus-ap-form-drawer-form__resize-bar--max-disabled {
  cursor: e-resize;
}
.aplus-ap-form-modal-form .ant-modal-content {
  padding: 0;
}
.aplus-ap-form-modal-form .ant-modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #E9EDF3;
  margin-bottom: 0;
}
.aplus-ap-form-modal-form__content {
  padding: 20px 20px 0px;
}
.aplus-ap-form-modal-form__footer {
  padding: 12px 20px;
}
.aplus-ap-form-modal-form__footer-admin {
  border-top: 1px solid #E9EDF3;
}
.aplus-ap-form-modal-form .ant-modal-close {
  top: 16px;
}
.aplus-search-form-sorter-content {
  width: 560px;
}
.aplus-search-form-sorter-header {
  padding: 16px 16px 0px;
}
.aplus-search-form-sorter-header-title {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
  color: var(--ap-text-color-2);
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 4px;
}
.aplus-search-form-sorter-header-desc {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
  color: var(--ap-text-color-3);
}
.aplus-search-form-sorter-header-action-wrapper {
  padding: 8px;
  margin: -8px;
  cursor: pointer;
}
.aplus-search-form-sorter-header-reset-btn {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
  color: var(--ap-color-link);
}
.aplus-search-form-sorter-sorter-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  row-gap: 8px;
}
.aplus-search-form-sorter-sorter-item {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-inline: 4px;
}
.aplus-search-form-sorter-sorter-item > div {
  border: 1px solid var(--ap-color-bg);
  border-radius: 4px;
  padding: 8px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.aplus-search-form-sorter-sorter-item > div:hover {
  border-color: var(--ap-color-primary);
  cursor: pointer;
}
.aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
  color: var(--ap-color-primary) !important;
}
.aplus-search-form-sorter-sorter-item--hidden {
  display: none;
}
.aplus-search-form-sorter-sorter-item-text {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
  padding-left: 4px;
  color: var(--ap-text-color-2);
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aplus-ap-form-search-form .ant-form-item {
  margin-bottom: 8px;
}
.aplus-ap-form-search-form .ant-form-item-control .ant-picker {
  display: flex;
}
.aplus-ap-form-search-form .ant-form-item-control .ant-input-number {
  width: 100%;
}
.aplus-ap-form-search-form__popover .ant-form-item {
  margin-bottom: 8px;
}
.aplus-ap-form-search-form__popover .ant-popover-arrow {
  display: none;
}
.aplus-ap-form-search-form__popover .ant-popover-inner {
  padding: 0;
}
.aplus-ap-form-search-form__popover-content {
  padding: 12px 16px 16px;
}
.aplus-ap-form-search-form__popover-content textarea {
  padding: 0;
}
.aplus-ap-form-search-form__popover-footer {
  padding: 12px 16px;
}
.aplus-ap-form-search-form__popover-footer-confirm-btn {
  margin-left: 10px;
}
.aplus-ap-form-search-form__popover-footer button.ant-btn {
  padding-inline: 16px;
}
.aplus-ap-form-search-form-trigger-btn {
  font-size: 0px;
}
.aplus-ap-form-search-form-trigger-btn-active {
  color: var(--ap-hover-color-base);
  border-color: var(--ap-hover-color-base);
  z-index: 1;
}
.aplus-ap-form-search-form-trigger-btn-badge {
  display: inline-block;
  padding: 2px;
  min-width: 14px;
  height: 14px;
  background-color: var(--ap-color-primary);
  font-size: 10px;
  line-height: 1;
  border-radius: 7px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 1px #fff;
}
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
  flex-shrink: 0;
}
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):first-child:hover {
  z-index: 1;
}
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -1px;
}
.aplus-ap-form-search-form-column-setting-trigger-wrapper .ant-btn:not(:only-child):last-child:hover {
  z-index: 1;
}
.aplus-ap-form-search-form-column-setting-trigger-wrapper span.aplus-frontend-icon {
  line-height: 0px;
  vertical-align: -0.125em;
}
.aplus-ap-form-search-form-action-btn {
  padding-inline: 12px;
}
.aplus-ap-form-search-form-action-btn-reset {
  background-color: var(--ap-color-bg);
}
.aplus-ap-form-item-text-group-compact .ant-select-focused {
  z-index: 1;
}
.aplus-ap-form-item-text-group-compact .ant-select:hover {
  z-index: 1;
}
.aplus-ap-form-item-text-group-compact .ant-picker-focused {
  z-index: 1;
}
.aplus-ap-form-item-text-group-compact .ant-picker:hover {
  z-index: 1;
}
.aplus-ap-form-item-text-group-compact .ant-input-number-focused {
  z-index: 1;
}
.aplus-ap-form-item-text-group-compact .ant-input-number:hover {
  z-index: 1;
}
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-form-item-control-input-content > :first-child,
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-select-selector {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-form-item-control-input-content > .ant-input-group > :last-child,
.aplus-ap-form-item-text-group-compact .ant-form-item:first-child .ant-select-selector {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > :first-child,
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-form-item-control-input-content > .ant-input-group > :first-child,
.aplus-ap-form-item-text-group-compact .ant-form-item:last-child .ant-select-selector {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > :first-child,
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
  border-radius: 0;
}
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-form-item-control-input-content > .ant-input-group > *,
.aplus-ap-form-item-text-group-compact .ant-form-item:not(:first-child):not(:last-child) .ant-select-selector {
  border-radius: 0;
}
.aplus-ap-form-item-text-group-compact .ant-input-group-addon:first-child {
  border-radius: 0;
}
.ant-form-vertical .ant-input-group.ant-input-group-compact > * {
  vertical-align: bottom;
}
.aplus-field-checkbox--vertical {
  display: inline-block;
}
.aplus-field-checkbox--vertical label.ant-checkbox-wrapper:not(:last-child) {
  display: flex;
  margin-block-end: 12px;
}
.aplus-field-checkbox .ant-checkbox-disabled + span {
  color: unset;
}
.aplus-field-number-label-left {
  padding-right: 4px;
}
.aplus-field-number-label-right {
  padding-left: 4px;
}
.aplus-field-radio--vertical label.ant-radio-wrapper:not(:last-child) {
  display: flex;
  margin-block-end: 12px;
}
.aplus-field-radio .ant-radio-wrapper-disabled {
  color: unset;
}
.aplus-field-text-area {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.aplus-action-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #182948;
  font-size: 12px;
  font-family: inherit;
  line-height: 18px;
  list-style: none;
  display: inline-block;
  cursor: pointer;
}
.aplus-action-item--primary {
  color: var(--ap-color-link);
}
.aplus-action-item--primary:not(.aplus-action-item--disabled):hover {
  color: var(--ap-color-link-hover);
}
.aplus-action-item--success {
  color: var(--ap-color-success);
}
.aplus-action-item--error {
  color: var(--ap-color-error);
}
.aplus-action-item--warn {
  color: var(--ap-color-warn);
}
.aplus-action-item--loading {
  opacity: 0.35;
  transition: opacity 0.2s;
  cursor: default;
}
.aplus-action-item--loading .btn-loading-icon {
  margin-right: 4px;
}
.aplus-action-item--disabled {
  cursor: not-allowed;
}
.aplus-action-item--primary.aplus-action-item--disabled {
  color: var(--ap-color-link-disabled);
}
.aplus-action-item--success.aplus-action-item--disabled {
  color: var(--ap-color-success-disabled);
}
.aplus-action-item--error.aplus-action-item--disabled {
  color: var(--ap-color-error-disabled);
}
.aplus-action-item--warn.aplus-action-item--disabled {
  color: var(--ap-color-warn-disabled);
}
.aplus-action-item__icon-wrapper {
  padding-right: 4px;
}
.aplus-action-item--icon-first .aplus-action-item__icon-wrapper {
  padding-right: 0;
}
.aplus-action-item-dropdown__item .aplus-action-item {
  width: 100%;
}
.aplus-action-item-dropdown__wrapper {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.aplus-action-item-dropdown__icon {
  color: #0070ff;
  margin-left: 2px;
  font-size: 12px;
  display: inline-flex;
}
.aplus-ap-grid ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.aplus-ap-grid ::-webkit-scrollbar-thumb {
  background-color: var(--ap-scrollbar-thumb-color-base);
  background-clip: content-box;
  border: 1px solid transparent;
  border-radius: 4px;
}
.aplus-ap-grid ::-webkit-scrollbar-track,
.aplus-ap-grid ::-webkit-scrollbar-corner {
  background-color: var(--ap-table-header-bg, #f2f6f9);
}
.aplus-ap-grid ::-webkit-scrollbar-thumb:hover,
.aplus-ap-grid ::-webkit-scrollbar-thumb:active {
  background-color: var(--ap-scrollbar-thumb-color-hover);
}
.aplus-ap-grid .vxe-table--render-default.size--medium .vxe-body--column.is--padding div.vxe-cell {
  min-height: unset !important;
  padding: 9px 12px;
  font-size: 12px;
  line-height: 18px;
}
.aplus-ap-grid .vxe-table--render-default.size--mini .vxe-body--column.is--padding div.vxe-cell {
  min-height: unset !important;
  padding: 6px 9px;
  line-height: 18px;
}
.aplus-ap-grid .vxe-table--render-default.size--medium .vxe-header--column.is--padding div.vxe-cell {
  font-size: 12px;
  line-height: 16px;
  padding: 0px 12px;
}
.aplus-ap-grid .vxe-table--render-default.size--mini .vxe-header--column.is--padding div.vxe-cell {
  line-height: 16px;
  padding: 0 9px;
}
.aplus-ap-grid-adaptive {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.aplus-ap-grid-adaptive .aplus-ap-grid-vxe-wrapper {
  min-height: 0;
  flex: 1;
}
.aplus-ap-grid .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
  margin-block: 8px;
}
.aplus-ap-grid-sticky .aplus-ap-grid-pagination-wrapper {
  background-color: #fff;
  z-index: 10;
  position: sticky;
  bottom: 0;
}
.aplus-ap-grid-sticky:has(.aplus-scroll-bar) .aplus-ap-grid-pagination-wrapper ul.ant-pagination {
  margin-top: 0;
  padding-top: 4px;
}
.aplus-ap-grid-sticky:has(.aplus-scroll-bar) .vxe-table--scroll-x-wrapper {
  opacity: 0;
}
.aplus-ap-grid-sticky:has(.aplus-scroll-bar) .vxe-table .vxe-table--scroll-x-virtual {
  height: 0px !important;
}
.aplus-ap-grid-wrapper {
  padding: 8px;
  padding-bottom: 12px;
  background-color: #fff;
}
.aplus-ap-grid-wrapper:has(ul.ant-pagination) {
  padding-bottom: 0;
}
.aplus-ap-grid-wrapper.aplus-ap-grid-sticky {
  padding-bottom: 0;
}
.aplus-ap-grid-sticky > .aplus-ap-grid__table-wrapper-card {
  padding-bottom: 0;
}
.aplus-ap-grid__search-wrapper {
  padding: 8px;
  padding-bottom: 0;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}
.aplus-ap-grid__table-wrapper {
  flex: 1;
  min-height: 0;
  max-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.aplus-ap-grid__table-wrapper-card {
  padding: 8px;
  padding-bottom: 12px;
  border-radius: 4px;
  background-color: #fff;
}
.aplus-ap-grid__table-wrapper-card:has(ul.ant-pagination) {
  padding-bottom: 0;
}
.aplus-ap-grid-pagination {
  margin-block: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 8px;
}
.aplus-ap-grid-pagination .ant-pagination-total-text {
  flex: 1;
  height: unset;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.aplus-ap-grid .vxe-loading.vxe-table--loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.aplus-ap-grid .vxe-loading.vxe-table--loading .vxe-loading--wrapper {
  width: 100%;
  height: 100%;
}
.aplus-ap-grid__table-loading-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--vxe-ui-loading-background-color);
}
.aplus-ap-grid-pagination-count-text {
  color: var(--ap-text-color-2);
}
.aplus-ap-grid-pagination--total-right {
  padding-left: 12px;
}
.aplus-ap-grid-pagination-total-wrapper {
  color: var(--ap-text-color-1);
}
.aplus-ap-grid-table-header__title {
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 100%;
  vertical-align: middle;
  word-break: break-all;
  flex: 1;
  font-weight: bold;
  text-align: right;
}
.aplus-ap-grid-table-header__title--single {
  flex: unset;
}
.aplus-ap-grid th.vxe-header--column .vxe-cell--wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  min-width: unset;
}
.aplus-ap-grid th.vxe-header--column .vxe-cell--wrapper .vxe-cell--title {
  flex-shrink: 1;
  flex-grow: 0;
}
.aplus-ap-grid .fixed-left--wrapper .vxe-table--header,
.aplus-ap-grid .fixed-right--wrapper .vxe-table--header {
  height: 100%;
}
.aplus-ap-grid .fixed-left--wrapper .vxe-table--footer,
.aplus-ap-grid .fixed-right--wrapper .vxe-table--footer {
  height: 100%;
}
.aplus-ap-grid i.vxe-tree--node-btn::before {
  content: "\f292";
}
.aplus-ap-grid i.vxe-tree--node-btn.rotate90 {
  transform: none;
}
.aplus-ap-grid i.vxe-tree--node-btn.rotate90::before {
  content: "\f293";
}
.aplus-ap-grid i[class*=vxe-table-icon-] {
  font-family: aplusuiiconfont !important;
}
.aplus-ap-grid .vxe-cell--checkbox.is--disabled > .vxe-checkbox--icon {
  background-color: var(--ap-table-header-bg);
  border-radius: 4px;
}
.aplus-ap-grid .vxe-cell--checkbox span.vxe-checkbox--icon {
  vertical-align: text-top;
}
.aplus-ap-grid div.vxe-cell--tree-btn > i {
  font-size: 10px;
  color: var(--ap-text-color-2);
}
