.bill-form-enhance .form-section {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 16px;
  transition: all .3s;
}
.bill-form-enhance .form-section-title {
  color: #262626;
  border-left: none;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}
.bill-form-enhance .form-section-title .anticon {
  color: #1890ff;
  margin-right: 8px;
}
.bill-form-enhance .form-section.highlight {
  background: #e6f7ff;
  border-color: #1890ff;
}
.bill-form-enhance .ant-form-item-required:before {
  color: #ff4d4f !important;
  margin-right: 4px !important;
  font-size: 16px !important;
}
.bill-form-enhance .form-row, .bill-form-enhance .form-row .ant-col {
  margin-bottom: 8px;
}
.bill-form-enhance .money-field .ant-input {
  color: #f5222d;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}
.bill-form-enhance .money-field.positive .ant-input {
  color: #52c41a;
}
.bill-form-enhance .readonly-field {
  position: relative;
}
.bill-form-enhance .readonly-field .ant-input[readonly], .bill-form-enhance .readonly-field .ant-select-disabled .ant-select-selection, .bill-form-enhance .readonly-field .ant-input-number-disabled {
  font-weight: 500;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .02);
  color: #595959 !important;
  cursor: not-allowed !important;
  background: repeating-linear-gradient(45deg, #fafafa, #fafafa 10px, #f0f0f0 10px, #f0f0f0 20px) !important;
  border: 1px dashed #d9d9d9 !important;
}
.bill-form-enhance .readonly-field:after {
  content: "🔒";
  opacity: .4;
  pointer-events: none;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.bill-form-enhance .editable-field .ant-input, .bill-form-enhance .editable-field .ant-select-selection, .bill-form-enhance .editable-field .ant-input-number {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  transition: all .3s;
}
.bill-form-enhance .editable-field .ant-input:hover, .bill-form-enhance .editable-field .ant-select-selection:hover, .bill-form-enhance .editable-field .ant-input-number:hover {
  border-color: #40a9ff;
}
.bill-form-enhance .editable-field .ant-input:focus, .bill-form-enhance .editable-field .ant-select-selection:focus, .bill-form-enhance .editable-field .ant-input-number:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
}
.bill-form-enhance .ant-form-item-has-error .ant-input, .bill-form-enhance .ant-form-item-has-error .ant-select-selection {
  border-color: #ff4d4f;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, .2);
}
.bill-form-enhance .ant-form-explain {
  margin-top: 4px;
  font-size: 13px;
  animation: .3s fadeIn;
}
.bill-form-enhance .field-help-icon {
  color: #8c8c8c;
  cursor: help;
  margin-left: 4px;
}
.bill-form-enhance .field-help-icon:hover {
  color: #1890ff;
}
.bill-form-enhance .table-action-group {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  display: flex;
}
.bill-form-enhance .table-action-group .ant-btn {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
.bill-form-enhance .table-action-group .ant-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}
.bill-form-enhance .scan-input-wrapper {
  position: relative;
}
.bill-form-enhance .scan-input-wrapper .ant-input {
  border: 2px solid #52c41a;
  padding-left: 32px;
}
.bill-form-enhance .scan-input-wrapper .ant-input:focus {
  border-color: #52c41a;
  box-shadow: 0 0 0 2px rgba(82, 196, 26, .2);
}
.bill-form-enhance .scan-input-wrapper .scan-icon {
  color: #52c41a;
  z-index: 1;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.bill-form-enhance .summary-panel {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 4px;
  margin-top: 16px;
  padding: 16px;
}
.bill-form-enhance .summary-panel .summary-item {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  display: flex;
}
.bill-form-enhance .summary-panel .summary-item:last-child {
  border-bottom: none;
}
.bill-form-enhance .summary-panel .summary-item .label {
  opacity: .9;
  font-size: 14px;
}
.bill-form-enhance .summary-panel .summary-item .value {
  font-size: 18px;
  font-weight: 600;
}
.bill-form-enhance .bill-summary-bar {
  background: #f5f5f5;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
  justify-content: space-around;
  margin-top: 16px;
  padding: 12px 16px;
  display: flex;
}
.bill-form-enhance .bill-summary-bar .summary-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}
.bill-form-enhance .bill-summary-bar .summary-item .label {
  color: #8c8c8c;
  margin-bottom: 4px;
  font-size: 12px;
}
.bill-form-enhance .bill-summary-bar .summary-item .value {
  color: #f5222d;
  font-size: 16px;
  font-weight: 600;
}
.bill-form-enhance .confirm-highlight {
  animation: .5s ease-in-out pulse;
}
.bill-form-enhance .table-row-error {
  background-color: #fff1f0 !important;
}
.bill-form-enhance .table-row-error td {
  border-color: #ffccc7 !important;
}
.bill-form-enhance .ant-select-dropdown .dropdown-btn {
  cursor: pointer;
  padding: 8px 12px;
  transition: all .3s;
}
.bill-form-enhance .ant-select-dropdown .dropdown-btn:hover {
  color: #1890ff;
  background-color: #e6f7ff;
}
.bill-form-enhance .ant-select-dropdown .dropdown-btn .anticon {
  margin-right: 8px;
}
@keyframes fadeIn {
from {
    opacity: 0;
    transform: translateY(-4px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes pulse {
0%, 100% {
    transform: scale(1);
}
50% {
    transform: scale(1.02);
}
}
@media (max-width: 768px) {
.bill-form-enhance .form-section, .bill-form-enhance .summary-panel {
    padding: 12px;
}
.bill-form-enhance .summary-panel .summary-item .value {
    font-size: 16px;
}
}
.bill-modal-footer .ant-btn {
  min-width: 100px;
  height: 36px;
  font-size: 14px;
}
.bill-modal-footer .ant-btn.ant-btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
}
.bill-modal-footer .ant-btn.ant-btn-primary:hover {
  background: linear-gradient(135deg, #5568d3 0%, #6a3f8f 100%);
}
.bill-modal-footer .ant-btn.ant-btn-danger:hover {
  transform: scale(1.05);
}
.bill-form-loading .ant-spin-blur {
  opacity: .3;
}
.pos-settle {
  margin-top: 4px;
}
.pos-settle__panel {
  align-items: stretch;
  gap: 20px;
  display: flex;
}
@media (max-width: 768px) {
.pos-settle__panel {
    flex-direction: column;
}
}
.pos-settle__editable {
  flex: 1;
  min-width: 0;
}
.pos-settle__editable .ant-row {
  margin-bottom: 0;
}
.pos-settle__editable .ant-form-item {
  margin-bottom: 8px;
}
.pos-settle__display {
  background: linear-gradient(135deg, #f0f5ff 0%, #e6f7ff 100%);
  border: 1px solid #d6e4ff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 240px;
  min-width: 200px;
  padding: 16px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.pos-settle__display:before {
  content: "";
  background: rgba(24, 144, 255, .06);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -30px;
  right: -30px;
}
@media (max-width: 768px) {
.pos-settle__display {
    width: 100%;
    min-width: unset;
    flex-direction: row;
    gap: 16px;
}
}
.pos-settle__display-item {
  text-align: center;
  padding: 8px 0;
}
.pos-settle__display-item + .pos-settle__display-item {
  border-top: 1px dashed #bae7ff;
  margin-top: 8px;
  padding-top: 12px;
}
@media (max-width: 768px) {
.pos-settle__display-item {
    flex: 1;
}
.pos-settle__display-item + .pos-settle__display-item {
    border-top: none;
    border-left: 1px dashed #bae7ff;
    margin-top: 0;
    padding-top: 8px;
    padding-left: 16px;
}
}
.pos-settle__display-item .ant-form-item {
  margin-bottom: 0;
}
.pos-settle__display-item .ant-form-item-label {
  display: none;
}
.pos-settle__display-item .ant-form-item-control-wrapper {
  width: 100%;
}
.pos-settle__display-item-label {
  color: #8c8c8c;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 12px;
}
.pos-settle__display-item .ant-input[readonly] {
  text-align: center;
  color: #1890ff;
  height: auto;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: default !important;
  background: none !important;
  border: none !important;
}
.pos-settle__display-item .ant-input[readonly]:hover, .pos-settle__display-item .ant-input[readonly]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}
.pos-settle__display-item--blue .ant-input[readonly] {
  color: #1890ff;
}
.pos-settle__display-item--red .ant-input[readonly] {
  color: #f5222d;
}
.pos-settle__display-item--green .ant-input[readonly] {
  color: #52c41a;
}
.pos-settle__display-item--purple .ant-input[readonly] {
  color: #722ed1;
}
.pos-settle__display-item--hero .ant-input[readonly] {
  font-size: 28px;
}
.pos-settle__footer {
  margin-top: 8px;
}
.pos-settle__footer .ant-form-item {
  margin-bottom: 4px;
}
.pos-settle--retail .pos-settle__editable {
  flex: 1;
}
.pos-settle--retail .pos-settle__display {
  background: linear-gradient(135deg, #f9f0ff 0%, #efdbff 100%);
  border-color: #d3adf7;
  flex: 1;
  width: auto;
  min-width: 0;
}
.pos-settle--retail .pos-settle__display:before {
  background: rgba(114, 46, 209, .06);
}
.pos-settle--retail .pos-settle__display-item + .pos-settle--retail .pos-settle__display-item {
  border-top-color: #d3adf7;
}
.pos-settle--inout .pos-settle__display, .pos-settle--order .pos-settle__display {
  background: linear-gradient(135deg, #f0f5ff 0%, #e6f7ff 100%);
  border-color: #d6e4ff;
}
.ant-card {
  overflow: hidden;
}
.ant-card > .ant-card-body {
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.ant-card > .ant-card-body > .vxe-grid-wrapper ~ div:not([class]), .ant-card > .ant-card-body > section ~ div:not([class]) {
  flex: none;
  overflow: hidden;
  height: 0 !important;
  min-height: 0 !important;
}
.ant-card > .ant-card-body > .vxe-grid-wrapper, .ant-card > .ant-card-body > section, .ant-card > .ant-card-body > .vxe-grid-wrapper > section {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
}
.ant-card > .ant-card-body > .vxe-grid, .ant-card > .ant-card-body > .vxe-grid-wrapper > .vxe-grid, .ant-card > .ant-card-body > section > .vxe-grid, .ant-card > .ant-card-body > .vxe-grid-wrapper > section > .vxe-grid {
  flex: 1;
  min-height: 0;
}
.ant-card-body .table-operator {
  margin-bottom: 0;
}
.table-operator .ant-btn-group .ant-btn {
  margin: 0;
}
.table-operator .ant-btn-group .ant-btn:last-child {
  margin: 0 8px 8px 0;
}
.ant-table-tbody .ant-table-row td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.depot-mask {
  height: auto;
  top: var(--jsh-modal-offset-top, 93px);
  left: var(--jsh-sider-width, 154px);
  margin: 0;
  bottom: 0;
  right: 0;
}
.ant-modal-cust-warp {
  height: 100%;
}
.ant-modal-cust-warp .ant-modal > .ant-modal-content {
  height: 100%;
  max-height: calc(100vh - var(--jsh-modal-offset-top, 0px)  - 24px);
  flex-direction: column;
  display: flex;
  overflow: hidden;
}
.ant-modal-cust-warp .ant-modal {
  flex-direction: column;
  height: 100%;
  display: flex;
}
.ant-modal-cust-warp .ant-modal > .ant-modal-content {
  flex: 1;
  min-height: 0;
}
.ant-modal-cust-warp .ant-modal > .ant-modal-content > .ant-modal-body {
  flex: 1;
  min-height: 0;
  padding: 24px 24px 12px;
  overflow: auto;
  height: auto !important;
}
.ant-modal-cust-warp .ant-form-item {
  margin-bottom: 12px;
}
.ant-modal-cust-warp .fullscreen > .ant-modal-content {
  border-radius: 0;
  height: 100vh;
}
.ant-modal-cust-warp .fullscreen > .ant-modal-content > .ant-modal-body {
  padding: 24px 24px 12px;
  overflow-y: auto;
  height: calc(100% - 200px) !important;
}
.anty-img-wrap {
  height: 25px;
  position: relative;
}
.anty-img-wrap > img {
  max-height: 100%;
}
.query-group-cust {
  width: calc(50% - 10px);
}
.query-group-split-cust:before {
  content: "~";
  text-align: center;
  width: 20px;
  display: inline-block;
}
.ant-card-wider-padding.cust-erp-sub-tab > .ant-card-body {
  padding: 5px 12px;
}
.ant-modal-mask {
  top: var(--jsh-mask-offset-top, 0px) !important;
  left: var(--jsh-sider-width, 0px) !important;
  background-color: rgba(0, 0, 0, .1) !important;
  bottom: 0 !important;
  right: 0 !important;
}
.ant-modal-cust-warp.depot-mask {
  height: auto;
  top: var(--jsh-modal-offset-top, 93px);
  left: var(--jsh-sider-width, 154px);
  margin: 0;
  bottom: 0;
  right: 0;
}
.ant-modal-cust-warp.depot-mask .ant-modal:not(.fullscreen) {
  min-width: 0;
  max-width: calc(100% - 24px);
}
@media screen and (max-width: 1087.99px) {
.ant-modal-cust-warp.depot-mask {
    left: 0;
}
.ant-modal-cust-warp.depot-mask .ant-modal {
    max-width: calc(100% - 24px);
}
}
.fullscreen-modal .ant-modal {
  margin: 0;
  padding-bottom: 0;
  top: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.fullscreen-modal .ant-modal-content {
  border-radius: 0;
  height: 100vh;
}
.fullscreen-modal .ant-modal-body {
  height: calc(100vh - 110px);
  overflow: auto;
}
.vxe-body--expanded-cell {
  padding: 8px 12px;
}
.vxe-body--expanded-cell .vxe-grid {
  background-color: #fafafa;
}
.vxe-body--expanded-cell .vxe-table--loading {
  min-height: 60px;
}
.table-draggable-handle {
  cursor: col-resize;
  -ms-touch-action: none;
  touch-action: none;
  border: none;
  position: absolute;
  bottom: 0;
  right: -5px;
  height: 100% !important;
  left: auto !important;
  transform: none !important;
}
.resize-table-th {
  position: relative;
}
.dropdown-btn {
  float: left;
  cursor: pointer;
  padding: 4px 8px;
}
.ant-table-wrapper {
  background: #fff;
  border-radius: 6px;
  padding: 0;
}
.ant-table-thead > tr > th {
  color: #1f2329;
  white-space: nowrap;
  border-bottom: 1px solid #e5e6eb;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 600;
  transition: background .3s;
  background: linear-gradient(#fafbfc 0%, #f5f6f8 100%) !important;
}
.ant-table-thead > tr > th:hover {
  background: linear-gradient(#f5f6f8 0%, #f0f1f3 100%) !important;
}
.ant-table-tbody > tr > td {
  color: #1f2329;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 16px;
  font-size: 13px;
  transition: all .2s;
}
.ant-table-tbody > tr:nth-child(2n) > td {
  background-color: #fafbfc;
}
.ant-table-tbody > tr:hover > td {
  background-color: #e8f4ff !important;
}
.ant-table-tbody > tr.ant-table-row-selected > td {
  background-color: #e6f7ff !important;
}
.ant-tag {
  border: none;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.ant-tag-green {
  color: #2e7d32;
  background: #e8f5e9;
}
.ant-tag-red {
  color: #c62828;
  background: #ffebee;
}
.ant-tag-orange {
  color: #ef6c00;
  background: #fff3e0;
}
.ant-tag-blue {
  color: #1565c0;
  background: #e3f2fd;
}
.ant-tag-cyan {
  color: #00838f;
  background: #e0f7fa;
}
.ant-table-pagination.ant-pagination {
  text-align: right;
  margin: 16px 0;
  padding-right: 16px;
}
.ant-pagination-item {
  border-color: #e5e6eb;
  border-radius: 4px;
}
.ant-pagination-item:hover {
  border-color: #1890ff;
}
.ant-pagination-item-active {
  background: #1890ff;
  border-color: #1890ff;
}
.ant-pagination-item-active a {
  color: #fff;
}
.ant-modal-body .ant-table-content {
  overflow-x: auto;
}
.ant-modal-body .ant-table-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.ant-modal-body .ant-table-content::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 4px;
}
.ant-modal-body .ant-table-content::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
.ant-modal-body .ant-table-content::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 4px;
}
.ant-table-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.ant-table-body::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 4px;
}
.ant-table-body::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
.ant-table-body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 4px;
}
.ant-table-bordered .ant-table-thead > tr > th, .ant-table-bordered .ant-table-tbody > tr > td {
  border-color: #e5e6eb;
}
.ant-table-bordered .ant-table-thead > tr > th {
  border-right-color: #e5e6eb;
}
.ant-table-fixed-right {
  box-shadow: -6px 0 16px -8px rgba(0, 0, 0, .08);
}
.ant-table-fixed-left {
  box-shadow: 6px 0 16px -8px rgba(0, 0, 0, .08);
}
.ant-table-fixed-right .ant-table-thead > tr > th, .ant-table-fixed-left .ant-table-thead > tr > th {
  background: linear-gradient(#fafbfc 0%, #f5f6f8 100%) !important;
}
.ant-table-fixed-right .ant-table-tbody > tr > td, .ant-table-fixed-left .ant-table-tbody > tr > td {
  background: #fff;
}
.ant-table-fixed-right .ant-table-tbody > tr:nth-child(2n) > td, .ant-table-fixed-left .ant-table-tbody > tr:nth-child(2n) > td {
  background: #fafbfc;
}
.ant-table-fixed-right .ant-table-tbody > tr:hover > td, .ant-table-fixed-left .ant-table-tbody > tr:hover > td {
  background: #e8f4ff !important;
}
.ant-table-placeholder {
  color: #8c8c8c;
  padding: 32px 16px;
}
.ant-empty-description {
  color: #8c8c8c;
}
.ant-table-loading .ant-table-body {
  opacity: .5;
}
.ant-table-expanded-row > td {
  background: #fafbfc !important;
  padding: 16px !important;
}
.ant-table-expanded-row .ant-table {
  margin: 0 !important;
}
.ant-table-expanded-row .ant-table-thead > tr > th {
  padding: 10px 12px;
  font-size: 12px;
  background: #f0f2f5 !important;
}
.ant-table-expanded-row .ant-table-tbody > tr > td {
  padding: 8px 12px;
  font-size: 12px;
}
.has-summary-row .ant-table-tbody > tr:last-child > td {
  font-weight: 500;
}
.ant-table-tbody a {
  color: #1890ff;
  transition: color .2s;
}
.ant-table-tbody a:hover {
  color: #40a9ff;
}
.ant-table-tbody > tr > td[class*="number"], .ant-table-tbody > tr > td[class*="price"], .ant-table-tbody > tr > td[class*="amount"] {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.table-operator {
  border-bottom: 1px solid #f0f0f0;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 12px 0;
  display: flex;
}
.table-operator .ant-btn {
  margin: 0;
}
.table-page-search-wrapper {
  margin-bottom: 8px;
  padding: 16px 0;
}
.table-page-search-wrapper .ant-form-item {
  margin-bottom: 16px;
}
.table-page-search-submitButtons {
  align-items: center;
  gap: 8px;
  display: flex;
}
.table-action-btns {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: flex;
}
.table-action-btns .ant-btn {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 26px;
  transition: all .2s;
  display: inline-flex;
}
.table-action-btns .ant-btn .anticon {
  font-size: 14px;
}
.table-action-btns .ant-btn-view, .table-action-btns .ant-btn[title="查看"] {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.table-action-btns .ant-btn-view:hover, .table-action-btns .ant-btn[title="查看"]:hover {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.table-action-btns .ant-btn-edit, .table-action-btns .ant-btn[title="编辑"] {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.table-action-btns .ant-btn-edit:hover, .table-action-btns .ant-btn[title="编辑"]:hover {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.table-action-btns .ant-btn-danger, .table-action-btns .ant-btn[title="删除"] {
  color: #ff4d4f;
  background: #fff1f0;
  border-color: #ffa39e;
}
.table-action-btns .ant-btn-danger:hover, .table-action-btns .ant-btn[title="删除"]:hover {
  color: #fff;
  background: #ff4d4f;
  border-color: #ff4d4f;
}
.table-action-btns .ant-btn-check, .table-action-btns .ant-btn[title="审核"], .table-action-btns .ant-btn[title="启用"] {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.table-action-btns .ant-btn-check:hover, .table-action-btns .ant-btn[title="审核"]:hover, .table-action-btns .ant-btn[title="启用"]:hover {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.table-action-btns .ant-btn-stop, .table-action-btns .ant-btn[title="反审核"], .table-action-btns .ant-btn[title="禁用"] {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.table-action-btns .ant-btn-stop:hover, .table-action-btns .ant-btn[title="反审核"]:hover, .table-action-btns .ant-btn[title="禁用"]:hover {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.table-action-btns .ant-btn-copy, .table-action-btns .ant-btn[title="复制"] {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.table-action-btns .ant-btn-copy:hover, .table-action-btns .ant-btn[title="复制"]:hover {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}
.table-action-btns .ant-dropdown-trigger {
  color: #595959;
  background: #fafafa;
  border-color: #d9d9d9;
}
.table-action-btns .ant-dropdown-trigger:hover {
  color: #1890ff;
  background: #fff;
  border-color: #1890ff;
}
.table-action-btns .ant-divider-vertical {
  background: #e8e8e8;
  height: 16px;
  margin: 0 4px;
}
.ant-table-tbody > tr > td span[slot="action"] a, .ant-table-tbody > tr > td .table-action-btns a {
  color: #1890ff;
  white-space: nowrap;
  border-radius: 4px;
  padding: 4px 8px;
  transition: all .2s;
}
.ant-table-tbody > tr > td span[slot="action"] a:hover, .ant-table-tbody > tr > td .table-action-btns a:hover {
  color: #40a9ff;
  background: #e6f7ff;
}
.ant-popconfirm .ant-btn-primary {
  background: #ff4d4f;
  border-color: #ff4d4f;
}
.ant-popconfirm .ant-btn-primary:hover {
  background: #ff7875;
  border-color: #ff7875;
}
.ant-table-tbody .ant-btn-sm, .ant-table-tbody .ant-btn.ant-btn-sm {
  height: 24px;
  padding: 0 6px;
  font-size: 12px;
  line-height: 22px;
}
.ant-table-tbody .ant-btn-sm .anticon {
  font-size: 12px;
}
.ant-table-tbody .ant-btn-icon-only {
  width: 28px;
  padding: 0;
}
.ant-table-tbody .ant-btn-icon-only.ant-btn-sm {
  width: 24px;
}
.ant-table-fixed-right .table-action-btns {
  background: inherit;
}
.table-action-btns .ant-btn[disabled] {
  cursor: not-allowed;
  color: #bfbfbf !important;
  background: #f5f5f5 !important;
  border-color: #d9d9d9 !important;
}
.table-action-btns .ant-btn-loading {
  opacity: .65;
  pointer-events: none;
}
.action-btn-tooltip {
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  background: rgba(0, 0, 0, .75);
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  transition: opacity .15s;
  position: fixed;
}
.action-btn-tooltip.visible {
  opacity: 1;
}
.action-btn-tooltip:after {
  content: "";
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, .75);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#app {
  height: 100%;
}

#userLayout.user-layout-wrapper[data-v-f2065a6a] {
  background-color: #f0f2f5;
  background-image: radial-gradient(at 0 0, rgba(224, 195, 252, .55) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(at 100% 100%, rgba(142, 197, 252, .55) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(rgba(255, 255, 255, .7) 0%, rgba(0, 0, 0, 0) 60%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}
#userLayout.user-layout-wrapper .login-container[data-v-f2065a6a] {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 16px;
  display: flex;
}
#userLayout.user-layout-wrapper .login-card[data-v-f2065a6a] {
  -webkit-backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .65);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 16px;
  width: 100%;
  max-width: 420px;
  padding: 40px 40px 32px;
  animation: .8s cubic-bezier(.16, 1, .3,1) forwards glassFadeInUp-f2065a6a;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .08), inset 0 1px 2px rgba(255, 255, 255, .9);
}
#userLayout.user-layout-wrapper .login-header[data-v-f2065a6a] {
  text-align: center;
  margin-bottom: 28px;
}
#userLayout.user-layout-wrapper .login-header a[data-v-f2065a6a] {
  align-items: baseline;
  gap: 8px;
  text-decoration: none;
  display: inline-flex;
}
#userLayout.user-layout-wrapper .login-title[data-v-f2065a6a] {
  color: #262626;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
}
#userLayout.user-layout-wrapper .login-version[data-v-f2065a6a] {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 400;
}
#userLayout.user-layout-wrapper.mobile .login-card[data-v-f2065a6a] {
  -webkit-backdrop-filter: blur(10px);
  padding: 24px 24px 20px;
}
.login-footer[data-v-f2065a6a] {
  text-align: center;
  z-index: 10;
  width: 100%;
  position: absolute;
  bottom: 24px;
}
.login-footer p[data-v-f2065a6a] {
  color: rgba(0, 0, 0, .45);
  margin: 0;
  font-size: 13px;
}
.login-footer a[data-v-f2065a6a] {
  color: rgba(0, 0, 0, .45);
  transition: color .3s;
}
.login-footer a[data-v-f2065a6a]:hover {
  color: #1890ff;
}
@keyframes glassFadeInUp-f2065a6a {
0% {
    opacity: 0;
    transform: translateY(30px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}

.sider[data-v-4cf8280f] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.sider .logo[data-v-4cf8280f] {
  color: #fff;
  background: #002140;
  transition: background .3s;
  height: 49px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 49px !important;
}
.sider .logo h1[data-v-4cf8280f] {
  color: #fff;
  font-size: 24px;
}
.sider .logo a[data-v-4cf8280f] {
  color: #fff;
}
.sider .logo a[data-v-4cf8280f]:hover {
  color: rgba(255, 255, 255, .8);
}
.sider.light .logo[data-v-4cf8280f] {
  background-color: #1890ff;
}

.sider ul.ant-menu[data-v-090c6f46] {
  -ms-overflow-style: none;
  -ms-scroll-chaining: chained;
  -ms-content-zooming: zoom;
  -ms-scroll-rails: none;
  -ms-content-zoom-limit-min: 100%;
  -ms-content-zoom-limit-max: 500%;
  -ms-scroll-snap-type: proximity;
  -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
}
.sider ul.ant-menu[data-v-090c6f46]::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  width: 10px;
  height: 10px;
  display: none;
}
.sider ul.ant-menu .-o-scrollbar[data-v-090c6f46] {
  display: none;
}
.sider ul.ant-menu[data-v-090c6f46]::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.sider ul.ant-menu[data-v-090c6f46]::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
.sider ul.ant-menu[data-v-090c6f46]::-webkit-scrollbar-thumb:hover {
  background-color: #ddd;
}
.sider ul.ant-menu[data-v-090c6f46]::-webkit-scrollbar-thumb:active {
  background-color: #bbb;
}
.sider.dark ul.ant-menu[data-v-090c6f46]::-webkit-scrollbar-thumb {
  background-color: #666;
}
.sider.dark ul.ant-menu[data-v-090c6f46]::-webkit-scrollbar-thumb:hover {
  background-color: gray;
}
.sider.dark ul.ant-menu[data-v-090c6f46]::-webkit-scrollbar-thumb:active {
  background-color: #999;
}

.ant-menu.ant-menu-root > .ant-menu-item:first-child {
  background-color: rgba(0, 0, 0, 0);
}
.ant-menu.ant-menu-root > .ant-menu-item:first-child > a, .ant-menu.ant-menu-root > .ant-menu-item:first-child > a:hover {
  color: rgba(0, 0, 0, .65);
}
.ant-menu.ant-menu-root > .ant-menu-item:first-child.ant-menu-item-selected > a, .ant-menu.ant-menu-root > .ant-menu-item:first-child.ant-menu-item-selected > a:hover {
  color: #1890ff;
}
.ant-menu.ant-menu-root.ant-menu-dark > .ant-menu-item:first-child > a, .ant-menu.ant-menu-root.ant-menu-dark > .ant-menu-item:first-child > a:hover {
  color: rgba(255, 255, 255, .65);
}
.ant-menu.ant-menu-root.ant-menu-dark > .ant-menu-item:first-child.ant-menu-item-selected > a, .ant-menu.ant-menu-root.ant-menu-dark > .ant-menu-item:first-child.ant-menu-item-selected > a:hover {
  color: #fff;
}

.sider.light {
  background-color: #fafafa !important;
}
.sider .ant-menu.ant-menu-inline, .sider .ant-menu.ant-menu-vertical, .sider .ant-menu.ant-menu-vertical-left {
  background: none;
  border-right: none;
}
.sider .ant-menu-item, .sider .ant-menu-submenu-title {
  transition: all .3s ease-in-out;
  border-radius: 8px !important;
  width: calc(100% - 12px) !important;
  margin: 4px 6px !important;
}
.sider.light .ant-menu-item:hover, .sider.light .ant-menu-submenu-title:hover {
  background-color: rgba(0, 0, 0, .04) !important;
}
.sider.dark .ant-menu-item:hover, .sider.dark .ant-menu-submenu-title:hover {
  background-color: rgba(255, 255, 255, .1) !important;
}
.sider.light .ant-menu-item-selected {
  font-weight: 600;
  color: #1890ff !important;
  background-color: rgba(24, 144, 255, .1) !important;
}
.sider.light .ant-menu-item-selected:after {
  display: none;
}
.sider.dark .ant-menu-item-selected {
  font-weight: 600;
  color: #fff !important;
  background-color: #1890ff !important;
}
.sider .ant-menu-root > .ant-menu-submenu > .ant-menu-submenu-title {
  font-weight: 500;
}
.sider .ant-menu-sub.ant-menu-inline {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
}
.sider .ant-menu-sub .ant-menu-item {
  font-size: 13px;
  width: calc(100% - 16px) !important;
  margin-left: 10px !important;
}
.sider.light .ant-menu-sub .ant-menu-item a {
  color: rgba(0, 0, 0, .65);
}
.sider.light .ant-menu-sub .ant-menu-item.ant-menu-item-selected a {
  color: #1890ff;
}
.sider.dark .ant-menu-sub .ant-menu-item a {
  color: rgba(255, 255, 255, .65);
}
.sider.dark .ant-menu-sub .ant-menu-item.ant-menu-item-selected a {
  color: #fff;
}
.sider .ant-menu-inline-collapsed > .ant-menu-item, .sider .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  text-align: center;
  width: calc(100% - 16px) !important;
  margin-left: 8px !important;
  margin-right: 8px !important;
  padding: 0 !important;
}
.sider .ant-menu-inline-collapsed > .ant-menu-item .anticon, .sider .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  font-size: 16px;
  line-height: 40px;
  margin: 0 !important;
}

.announcementCustomModal .ant-modal-header {
  z-index: 1;
  border: none;
  padding: 0;
  display: inline-block;
  position: absolute;
  right: 56px;
}
.announcementCustomModal .ant-modal-header .ant-modal-title .custom-btn {
  width: 56px;
  height: 56px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.announcementCustomModal .daily-article {
  border-bottom: 0;
}

.daily-article .article-button[data-v-5fdd1670] {
  font-size: 1.2rem !important;
}
.daily-article .ant-card-body[data-v-5fdd1670] {
  padding: 18px !important;
}
.daily-article .ant-card-head[data-v-5fdd1670] {
  padding: 0 1rem;
}
.daily-article .ant-card-meta[data-v-5fdd1670] {
  margin-bottom: 1rem;
}
.daily-article .article-content p[data-v-5fdd1670] {
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: initial;
  white-space: normal;
  margin-bottom: .8rem;
  font-size: .9rem !important;
}

.ant-card-body .table-operator[data-v-e36c2e4e] {
  margin-bottom: 18px;
}
.anty-row-operator button[data-v-e36c2e4e] {
  margin: 0 5px;
}
.ant-btn-danger[data-v-e36c2e4e] {
  background-color: #fff;
}
.ant-modal-cust-warp[data-v-e36c2e4e] {
  height: 100%;
}
.ant-modal-cust-warp .ant-modal-body[data-v-e36c2e4e] {
  overflow-y: auto;
  height: calc(100% - 110px) !important;
}
.ant-modal-cust-warp .ant-modal-content[data-v-e36c2e4e] {
  overflow-y: hidden;
  height: 90% !important;
}

.header-notice-wrapper {
  top: 50px !important;
}

.header-notice[data-v-06757dae] {
  transition: all .3s;
  display: inline-block;
}
.header-notice span[data-v-06757dae] {
  vertical-align: initial;
}

.detail-list .title {
  color: rgba(0, 0, 0, .85);
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}
.detail-list .term {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  margin-right: 8px;
  padding-bottom: 16px;
  line-height: 20px;
  display: table-cell;
}
.detail-list .term:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -.5px;
}
.detail-list .content {
  color: rgba(0, 0, 0, .65);
  width: 100%;
  padding-bottom: 16px;
  line-height: 22px;
  display: table-cell;
}
.detail-list.small .title {
  color: rgba(0, 0, 0, .65);
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: normal;
}
.detail-list.small .term, .detail-list.small .content {
  padding-bottom: 8px;
}
.detail-list.large .term, .detail-list.large .content {
  padding-bottom: 16px;
}
.detail-list.large .title {
  font-size: 16px;
}
.detail-list.vertical .term {
  padding-bottom: 8px;
}
.detail-list.vertical .term, .detail-list.vertical .content {
  display: block;
}

.setting-drawer-index-item[data-v-51558778] {
  margin-bottom: 24px;
}
.setting-drawer-index-item .setting-drawer-index-title[data-v-51558778] {
  color: rgba(0, 0, 0, .85);
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
}

.setting-drawer-index-content .setting-drawer-index-blockChecbox[data-v-37faf8e2] {
  display: flex;
}
.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item[data-v-37faf8e2] {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 16px;
  position: relative;
}
.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item img[data-v-37faf8e2] {
  width: 48px;
}
.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item .setting-drawer-index-selectIcon[data-v-37faf8e2] {
  color: #1890ff;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}
.setting-drawer-index-content .setting-drawer-theme-color-colorBlock[data-v-37faf8e2] {
  float: left;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}
.setting-drawer-index-content .setting-drawer-theme-color-colorBlock i[data-v-37faf8e2] {
  font-size: 14px;
}
.setting-drawer-index-handle[data-v-37faf8e2] {
  cursor: pointer;
  pointer-events: auto;
  z-index: 1001;
  text-align: center;
  background: #1890ff;
  border-radius: 4px 0 0 4px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 16px;
  display: flex;
  position: absolute;
  top: 240px;
  right: 300px;
}
.setting-drawer-index-handle i[data-v-37faf8e2] {
  color: #fff;
  font-size: 20px;
}

.valid-error .ant-select-selection__placeholder[data-v-5db63df4] {
  color: #f5222d;
}

.user-wrapper .search-input[data-v-8ef766a4] {
  width: 180px;
  color: inherit;
}

.ad_title[data-v-8ef766a4] {
  color: #ff0;
  text-decoration: none;
}
.logout_title[data-v-8ef766a4] {
  color: inherit;
  text-decoration: none;
}

.search-trigger[data-v-db0b34e2] {
  cursor: pointer;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  flex: 1;
  align-items: center;
  gap: 8px;
  min-width: 160px;
  max-width: 280px;
  height: 32px;
  margin: 0 12px;
  padding: 0 12px;
  transition: all .15s;
  display: flex;
}
.search-trigger[data-v-db0b34e2]:hover {
  background: rgba(255, 255, 255, .25);
}
.search-trigger.dark[data-v-db0b34e2] {
  background: rgba(0, 0, 0, .04);
  border-color: #e5e6eb;
}
.search-trigger.dark[data-v-db0b34e2]:hover {
  background: rgba(0, 0, 0, .06);
  border-color: #1890ff;
}
.search-trigger.dark .search-trigger-icon[data-v-db0b34e2], .search-trigger.dark .search-trigger-text[data-v-db0b34e2] {
  color: rgba(0, 0, 0, .35);
}
.search-trigger.dark .search-trigger-shortcut kbd[data-v-db0b34e2] {
  color: rgba(0, 0, 0, .35);
  background: rgba(0, 0, 0, .04);
  border-color: #e5e6eb;
}
.search-trigger-icon[data-v-db0b34e2] {
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
}
.search-trigger-text[data-v-db0b34e2] {
  color: rgba(255, 255, 255, .65);
  flex: 1;
  font-size: 13px;
}
.search-trigger-shortcut[data-v-db0b34e2] {
  gap: 2px;
  display: flex;
}
.search-trigger-shortcut kbd[data-v-db0b34e2] {
  color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 3px;
  height: 18px;
  padding: 0 4px;
  font-family: inherit;
  font-size: 11px;
  line-height: 18px;
  display: inline-block;
}

.global-search-modal .ant-modal {
  top: 20vh;
}
.global-search-modal .ant-modal-content {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
}
.global-search-modal .ant-modal-body {
  padding: 0;
}
.search-panel {
  flex-direction: column;
  max-height: 60vh;
  display: flex;
  overflow: hidden;
}
.search-input-wrapper {
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}
.search-input-icon {
  color: rgba(0, 0, 0, .35);
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 18px;
}
.search-input {
  color: #1f2329;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  font-family: inherit;
  font-size: 16px;
}
.search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .35);
}
.search-input::placeholder {
  color: rgba(0, 0, 0, .35);
}
.search-input:-ms-placeholder-shown {
  color: rgba(0, 0, 0, .35);
}
.search-input::placeholder {
  color: rgba(0, 0, 0, .35);
}
.search-input::placeholder {
  color: rgba(0, 0, 0, .35);
}
.search-esc-hint {
  color: rgba(0, 0, 0, .35);
  background: #f5f6f8;
  border: 1px solid #e5e6eb;
  border-radius: 3px;
  flex-shrink: 0;
  padding: 1px 6px;
  font-family: inherit;
  font-size: 11px;
  display: inline-block;
}
.search-clear {
  color: rgba(0, 0, 0, .35);
  cursor: pointer;
  flex-shrink: 0;
  font-size: 14px;
}
.search-clear:hover {
  color: rgba(0, 0, 0, .65);
}
.search-results {
  max-height: 400px;
  padding: 8px;
  overflow-y: auto;
}
.search-result-item {
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  transition: all .15s;
  display: flex;
}
.search-result-item:hover, .search-result-item.is-active {
  background-color: #e8f4ff;
}
.result-icon {
  color: rgba(0, 0, 0, .35);
  flex-shrink: 0;
  font-size: 14px;
}
.result-text {
  color: #1f2329;
  flex: 1;
  font-size: 14px;
}
.result-enter {
  color: rgba(0, 0, 0, .35);
  flex-shrink: 0;
  font-size: 12px;
}
.search-highlight {
  color: #1890ff;
  background-color: rgba(24, 144, 255, .2);
  border-radius: 2px;
  padding: 0 1px;
}
.search-empty {
  color: rgba(0, 0, 0, .35);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
  font-size: 13px;
  display: flex;
}
.search-hint {
  text-align: center;
  padding: 24px 16px;
}
.search-hint-text {
  color: rgba(0, 0, 0, .35);
  font-size: 13px;
}

.layout .top-nav-header-index .header-index-wide[data-v-6d229060] {
  margin-left: 10px;
}
.layout .top-nav-header-index .header-index-wide .ant-menu.ant-menu-horizontal[data-v-6d229060] {
  height: 49px;
  line-height: 49px;
}
.layout .top-nav-header-index .trigger[data-v-6d229060] {
  line-height: 64px;
}
.layout .top-nav-header-index .trigger[data-v-6d229060]:hover {
  background: rgba(0, 0, 0, .05);
}
.layout .header[data-v-6d229060] {
  z-index: 2;
  color: #fff;
  background-color: #1890ff;
  align-items: center;
  height: 49px;
  padding: 0 12px;
  transition: background .3s;
  display: flex;
}
.layout .header.dark[data-v-6d229060] {
  color: #000;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  background-color: #fff !important;
}
.layout .header.dark .trigger[data-v-6d229060]:hover, .layout .top-nav-header-index.dark .trigger[data-v-6d229060]:hover {
  background: rgba(0, 0, 0, .05);
}
.ant-layout-header[data-v-6d229060] {
  height: 49px;
  line-height: 49px;
}
.company-name[data-v-6d229060] {
  padding-left: 16px;
  font-size: 16px;
}
.change-title[data-v-6d229060] {
  color: #ff0;
  padding-left: 16px;
  font-size: 14px;
}
.change-title a[data-v-6d229060] {
  color: #ff0;
  font-size: 14px;
  text-decoration: underline;
}

.footer[data-v-af875844] {
  text-align: center;
  margin: 48px 0 24px;
  padding: 0 16px;
}
.footer .links[data-v-af875844] {
  margin-bottom: 8px;
}
.footer .links a[data-v-af875844] {
  color: rgba(0, 0, 0, .45);
}
.footer .links a[data-v-af875844]:hover {
  color: rgba(0, 0, 0, .65);
}
.footer .links a[data-v-af875844]:not(:last-child) {
  margin-right: 40px;
}
.footer .copyright[data-v-af875844] {
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
}

body {
  font-family: Noto Sans SC, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  overflow-y: scroll;
}
body.colorWeak {
  filter: invert(80%);
}
.layout {
  overflow-x: hidden;
  min-height: 100vh !important;
}
.layout.mobile .ant-layout-content .content {
  margin: 24px 0 0;
}
.layout.mobile .ant-table-wrapper .ant-table-content {
  overflow-y: auto;
}
.layout.mobile .ant-table-wrapper .ant-table-body {
  min-width: 800px;
}
.layout.mobile .sidemenu .ant-header-fixedHeader.ant-header-side-opened, .layout.mobile .sidemenu .ant-header-fixedHeader.ant-header-side-closed {
  width: 100%;
}
.layout.mobile .topmenu.content-width-Fluid .header-index-wide {
  margin-left: 0;
}
.layout.mobile .header .user-wrapper .action, .layout.mobile .top-nav-header-index .user-wrapper .action {
  padding: 0 12px;
}
.layout.ant-layout-has-sider {
  flex-direction: row;
}
.layout .trigger {
  cursor: pointer;
  padding: 0 18px;
  font-size: 22px;
  line-height: 42px;
  transition: color .3s, background .3s;
}
.layout .trigger:hover {
  background: rgba(255, 255, 255, .3);
}
.layout .topmenu .ant-header-fixedHeader {
  z-index: 9;
  width: 100%;
  transition: width .2s;
  position: fixed;
  top: 0;
  right: 0;
}
.layout .topmenu .ant-header-fixedHeader.ant-header-side-opened, .layout .topmenu .ant-header-fixedHeader.ant-header-side-closed {
  width: 100%;
}
.layout .topmenu.content-width-Fluid .header-index-wide {
  max-width: unset;
  margin-left: 24px;
}
.layout .topmenu.content-width-Fluid .page-header-index-wide {
  max-width: unset;
}
.layout .sidemenu .ant-header-fixedHeader {
  z-index: 9;
  width: 100%;
  transition: width .2s;
  position: fixed;
  top: 0;
  right: 0;
}
.layout .sidemenu .ant-header-fixedHeader.ant-header-side-opened {
  width: calc(100% - 150px);
}
.layout .sidemenu .ant-header-fixedHeader.ant-header-side-closed {
  width: calc(100% - 80px);
}
.layout .header {
  background: #fff;
  height: 64px;
  padding: 0 12px 0 0;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
}
.layout .header .user-wrapper, .layout .top-nav-header-index .user-wrapper {
  flex-shrink: 0;
  align-items: center;
  height: 100%;
  margin-left: auto;
  display: flex;
}
.layout .header .user-wrapper .action, .layout .top-nav-header-index .user-wrapper .action {
  cursor: pointer;
  align-items: center;
  height: 70%;
  padding: 0 14px;
  line-height: 36px;
  transition: all .3s;
  display: inline-flex;
}
.layout .header .user-wrapper .action.action-full, .layout .top-nav-header-index .user-wrapper .action.action-full {
  height: 100%;
}
.layout .header .user-wrapper .action:hover, .layout .top-nav-header-index .user-wrapper .action:hover {
  background: rgba(255, 255, 255, .3);
}
.layout .header .user-wrapper .action .avatar, .layout .top-nav-header-index .user-wrapper .action .avatar {
  color: #1890ff;
  vertical-align: middle;
  background: rgba(255, 255, 255, .85);
  margin: 20px 10px 20px 0;
}
.layout .header .user-wrapper .action .icon, .layout .top-nav-header-index .user-wrapper .action .icon {
  padding: 4px;
  font-size: 16px;
}
.layout .header .user-wrapper .action .anticon, .layout .top-nav-header-index .user-wrapper .action .anticon {
  color: #fff;
}
.layout .header.dark .user-wrapper .action, .layout .top-nav-header-index.dark .user-wrapper .action {
  color: #000;
}
.layout .header.dark .user-wrapper .action:hover, .layout .top-nav-header-index.dark .user-wrapper .action:hover {
  background: rgba(0, 0, 0, .05);
}
.layout .header.dark .user-wrapper .action .anticon, .layout .top-nav-header-index.dark .user-wrapper .action .anticon {
  color: #000;
}
.layout.mobile .top-nav-header-index .header-index-wide .header-index-left .trigger {
  color: rgba(255, 255, 255, .85);
  padding: 0 12px;
}
.layout.mobile .top-nav-header-index .header-index-wide .header-index-left .logo.top-nav-header {
  text-align: center;
  width: 56px;
  line-height: 58px;
}
.layout.mobile .top-nav-header-index .user-wrapper .action .avatar {
  margin: 20px 0;
}
.layout.mobile .top-nav-header-index.light .header-index-wide .header-index-left .trigger {
  color: rgba(0, 0, 0, .65);
}
.layout.tablet .top-nav-header-index .header-index-wide .header-index-left .logo > a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.layout .top-nav-header-index {
  transition: background .3s, width .2s;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
}
.layout .top-nav-header-index .header-index-wide {
  width: 100%;
  height: 49px;
  margin: auto;
  padding: 0 20px 0 0;
  display: flex;
}
.layout .top-nav-header-index .header-index-wide .ant-menu.ant-menu-horizontal {
  border: none;
  height: 64px;
  line-height: 64px;
}
.layout .top-nav-header-index .header-index-wide .header-index-left {
  flex: 1;
  display: flex;
}
.layout .top-nav-header-index .header-index-wide .header-index-left .logo.top-nav-header {
  width: 165px;
  height: 64px;
  line-height: 64px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.layout .top-nav-header-index .header-index-wide .header-index-left .logo.top-nav-header img {
  vertical-align: middle;
  height: 32px;
  display: inline-block;
}
.layout .top-nav-header-index .header-index-wide .header-index-left .logo.top-nav-header h1 {
  color: #fff;
  vertical-align: top;
  margin: 0 0 0 12px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.layout .top-nav-header-index .header-index-wide .header-index-right {
  float: right;
  height: 49px;
  overflow: hidden;
}
.layout .top-nav-header-index .header-index-wide .header-index-right .action:hover {
  background-color: rgba(0, 0, 0, .05);
}
.layout .top-nav-header-index.light {
  background-color: #fff;
}
.layout .top-nav-header-index.light .header-index-wide .header-index-left .logo h1 {
  color: #002140;
}
.layout .top-nav-header-index.dark .user-wrapper .action {
  color: #fff;
}
.layout .top-nav-header-index.dark .user-wrapper .action:hover, .layout .top-nav-header-index.dark .header-index-wide .header-index-left .trigger:hover {
  background: rgba(255, 255, 255, .3);
}
.layout .layout-content {
  height: 64px;
  margin: 24px 24px 0;
  padding: 0 12px 0 0;
}
.topmenu .page-header-index-wide {
  width: 100%;
  margin: 0 auto;
}
.ant-drawer.drawer-sider .sider {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ant-drawer.drawer-sider.dark .ant-drawer-content {
  background-color: #001529;
}
.ant-drawer.drawer-sider.light {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ant-drawer.drawer-sider.light .ant-drawer-content {
  background-color: #fff;
}
.ant-drawer.drawer-sider .ant-drawer-body {
  padding: 0;
}
.sider {
  z-index: 10;
  position: relative;
  box-shadow: 2px 116px 6px rgba(0, 21, 41, .35);
}
.sider.ant-fixed-sidemenu {
  height: 100%;
  position: fixed;
}
.sider .logo {
  background: #fff;
  height: 64px;
  padding-left: 10px;
  line-height: 64px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.sider .logo img, .sider .logo h1 {
  vertical-align: middle;
  display: inline-block;
}
.sider .logo img {
  height: 32px;
}
.sider .logo h1 {
  color: #fff;
  margin: 0 0 10px 8px;
  font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 18px;
  font-weight: 600;
}
.sider.light {
  background-color: #fff;
  box-shadow: 2px 116px 8px rgba(29, 35, 41, .05);
}
.sider.light .logo {
  background: #fff;
  box-shadow: 1px 1px #e8e8e8;
}
.sider.light .logo h1 {
  color: unset;
}
.sider.light .ant-menu-light {
  border-right-color: rgba(0, 0, 0, 0);
}
.user-dropdown-menu-wrapper.ant-dropdown-menu {
  padding: 4px 0;
}
.user-dropdown-menu-wrapper.ant-dropdown-menu .ant-dropdown-menu-item {
  width: 160px;
}
.user-dropdown-menu-wrapper.ant-dropdown-menu .ant-dropdown-menu-item > .anticon:first-child, .user-dropdown-menu-wrapper.ant-dropdown-menu .ant-dropdown-menu-item > a > .anticon:first-child, .user-dropdown-menu-wrapper.ant-dropdown-menu .ant-dropdown-menu-submenu-title > .anticon:first-child .ant-dropdown-menu-submenu-title > a > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
}
.table-alert {
  margin-bottom: 16px;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item {
  margin-bottom: 12px;
  margin-right: 0;
  display: flex;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item .ant-form-item-control-wrapper {
  vertical-align: middle;
  flex: 1;
  display: inline-block;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item > .ant-form-item-label {
  width: auto;
  padding-right: 8px;
  line-height: 32px;
}
.table-page-search-wrapper .ant-form-inline .ant-form-item .ant-form-item-control {
  height: 32px;
  line-height: 32px;
}
.table-page-search-wrapper .table-page-search-submitButtons {
  white-space: nowrap;
  margin-bottom: 12px;
  display: block;
}
.content .table-operator {
  margin-bottom: 18px;
}
.content .table-operator button {
  margin-right: 8px;
}

.page-transition-enter, .page-transition-leave-active {
  opacity: 0;
}
.page-transition-enter .page-transition-container, .page-transition-leave-active .page-transition-container {
  transform: scale(1.1);
}

.page-header[data-v-6740ec88] {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 16px 32px 0;
}
.page-header .breadcrumb[data-v-6740ec88] {
  margin-bottom: 16px;
}
.page-header .detail[data-v-6740ec88] {
  display: flex;
}
.page-header .detail .avatar[data-v-6740ec88] {
  flex: 0 72px;
  margin: 0 24px 8px 0;
}
.page-header .detail .avatar > span[data-v-6740ec88] {
  border-radius: 72px;
  width: 72px;
  height: 72px;
  display: block;
}
.page-header .detail .main[data-v-6740ec88] {
  flex: 0 auto;
  width: 100%;
}
.page-header .detail .main .row[data-v-6740ec88] {
  width: 100%;
  display: flex;
}
.page-header .detail .main .row .avatar[data-v-6740ec88] {
  margin-bottom: 16px;
}
.page-header .detail .main .title[data-v-6740ec88] {
  color: rgba(0, 0, 0, .85);
  flex: auto;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.page-header .detail .main .logo[data-v-6740ec88] {
  border-radius: 4px;
  width: 28px;
  height: 28px;
  margin-right: 16px;
}
.page-header .detail .main .content[data-v-6740ec88], .page-header .detail .main .headerContent[data-v-6740ec88] {
  color: rgba(0, 0, 0, .45);
  flex: auto;
  line-height: 22px;
}
.page-header .detail .main .content .link[data-v-6740ec88], .page-header .detail .main .headerContent .link[data-v-6740ec88] {
  margin-top: 16px;
  line-height: 24px;
}
.page-header .detail .main .content .link a[data-v-6740ec88], .page-header .detail .main .headerContent .link a[data-v-6740ec88] {
  margin-right: 32px;
  font-size: 14px;
}
.page-header .detail .main .extra[data-v-6740ec88] {
  text-align: right;
  flex: 0 auto;
  min-width: 242px;
  margin-left: 88px;
}
.page-header .detail .main .action[data-v-6740ec88] {
  text-align: right;
  flex: 0 auto;
  min-width: 266px;
  margin-left: 56px;
}
.page-header .detail .main .action[data-v-6740ec88]:empty {
  display: none;
}
.mobile .page-header .main .row[data-v-6740ec88] {
  flex-wrap: wrap;
}
.mobile .page-header .main .row .avatar[data-v-6740ec88] {
  flex: 0 25%;
  margin: 0 2% 8px 0;
}
.mobile .page-header .main .row .content[data-v-6740ec88], .mobile .page-header .main .row .headerContent[data-v-6740ec88] {
  flex: 0 70%;
}
.mobile .page-header .main .row .content .link[data-v-6740ec88], .mobile .page-header .main .row .headerContent .link[data-v-6740ec88] {
  margin-top: 16px;
  line-height: 24px;
}
.mobile .page-header .main .row .content .link a[data-v-6740ec88], .mobile .page-header .main .row .headerContent .link a[data-v-6740ec88] {
  margin-right: 10px;
  font-size: 14px;
}
.mobile .page-header .main .row .extra[data-v-6740ec88] {
  text-align: right;
  flex: auto;
  min-width: 0;
  margin-left: 0;
}
.mobile .page-header .main .row .action[data-v-6740ec88] {
  margin-left: unset;
  text-align: left;
  flex: 0 auto;
  min-width: 266px;
  margin-bottom: 12px;
}
.mobile .page-header .main .row .action[data-v-6740ec88]:empty {
  display: none;
}

.content[data-v-6ade0bd9] {
  margin: 24px 24px 0;
}
.content .link[data-v-6ade0bd9] {
  margin-top: 16px;
}
.content .link[data-v-6ade0bd9]:not(:empty) {
  margin-bottom: 16px;
}
.content .link a[data-v-6ade0bd9] {
  height: 24px;
  margin-right: 32px;
  line-height: 24px;
  display: inline-block;
}
.content .link a i[data-v-6ade0bd9] {
  vertical-align: middle;
  margin-right: 8px;
  font-size: 24px;
}
.content .link a span[data-v-6ade0bd9] {
  vertical-align: middle;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}
.page-menu-search[data-v-6ade0bd9] {
  text-align: center;
  margin-bottom: 16px;
}
.page-menu-tabs[data-v-6ade0bd9] {
  margin-top: 48px;
}
.page-header[data-v-6740ec88][data-v-6ade0bd9] {
  margin: 0 24px;
}

.extra-img[data-v-55003dca] {
  text-align: center;
  width: 195px;
  margin-top: -60px;
}
.extra-img img[data-v-55003dca] {
  width: 100%;
}
.mobile .extra-img[data-v-55003dca] {
  text-align: center;
  width: 96px;
  margin-top: 0;
}
.mobile .extra-img img[data-v-55003dca] {
  width: 100%;
}

.contextmenu[data-v-113a23ce] {
  z-index: 1;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  position: fixed;
  box-shadow: 2px 2px 10px #aaa !important;
}

.page-transition-enter, .page-transition-leave-active {
  opacity: 0;
}
.page-transition-enter .page-transition-container, .page-transition-leave-active .page-transition-container {
  transform: scale(1.1);
}
.tab-layout-tabs.ant-tabs {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-left: none;
  padding: 0 12px;
}
.tab-layout-tabs.ant-tabs .ant-tabs-bar {
  border: none;
  margin: 0;
}
.ant-tabs-nav-container {
  height: 44px;
  margin-top: 0;
  line-height: 44px;
}
.ant-tabs.ant-tabs-card .ant-tabs-tab {
  color: rgba(0, 0, 0, .65);
  border-radius: 20px;
  height: 32px;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  transition: all .15s;
  position: relative;
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
  margin-right: 4px !important;
  padding: 0 16px !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-tab:after {
  content: "";
  background-color: #1890ff;
  border-radius: 1px;
  width: 0;
  height: 2px;
  transition: width .25s;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.ant-tabs.ant-tabs-card .ant-tabs-tab:hover {
  color: #1f2329;
  background-color: #f5f6f8 !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-tab .ant-tabs-close-x {
  text-align: center;
  border-radius: 50%;
  transition: all .15s;
  position: relative;
  top: 0;
  right: -2px;
  opacity: 0 !important;
  cursor: pointer !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 0 0 4px !important;
  font-size: 10px !important;
  line-height: 16px !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-tab:hover .ant-tabs-close-x {
  opacity: .5 !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-tab .ant-tabs-close-x:hover {
  color: #ff4d4f;
  background-color: rgba(0, 0, 0, .08);
  opacity: 1 !important;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border: none !important;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  font-weight: 500;
  color: #1890ff !important;
  background-color: #e6f7ff !important;
  border-color: rgba(0, 0, 0, 0) !important;
  height: 32px !important;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active:after {
  width: 100%;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active .ant-tabs-close-x {
  color: #1890ff;
  opacity: .4 !important;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active .ant-tabs-close-x:hover {
  color: #1890ff;
  background-color: rgba(24, 144, 255, .12);
  opacity: 1 !important;
}
.main > .ant-card > .ant-card-body {
  padding: 8px 24px;
}

.vxe-table, .vxe-grid {
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
}

.vxe-table .vxe-header--column {
  color: rgba(0, 0, 0, .85);
  background-color: #fafafa;
  font-weight: 500;
}

.vxe-table.border--full .vxe-body--column, .vxe-table.border--full .vxe-header--column, .vxe-table.border--full .vxe-footer--column, .vxe-table.border--full {
  border-color: #e8e8e8;
}

.vxe-table .vxe-body--row.row--hover, .vxe-table .vxe-body--row.row--checked, .vxe-table .vxe-body--row.row--current {
  background-color: #e6f7ff;
}

.vxe-table .vxe-body--row.row--stripe {
  background-color: #fafafa;
}

.vxe-pager {
  padding: 8px 0;
}

.vxe-pager .vxe-pager--btn-wrapper .vxe-pager--num-btn.is--active {
  color: #fff;
  background-color: #1890ff;
}

.vxe-table .vxe-checkbox--icon {
  color: #1890ff;
}

.vxe-grid .vxe-grid--toolbar-wrapper {
  padding: 0 0 8px;
}

.vxe-table--custom-wrapper .vxe-custom--option-item.is--checked {
  color: #1890ff;
}

.vxe-table .vxe-body--column, .vxe-table .vxe-header--column {
  padding: 8px;
}

.vxe-table .vxe-table--empty-placeholder {
  color: rgba(0, 0, 0, .25);
}

.vxe-table .vxe-sort--asc-btn.is--active, .vxe-table .vxe-sort--desc-btn.is--active {
  color: #1890ff;
}

.vxe-table .vxe-body--column.col--actived {
  border-color: #1890ff;
}

.vxe-grid, .vxe-table {
  will-change: transform;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.vxe-table .vxe-table--body-wrapper, .vxe-table .vxe-table--header-wrapper, .vxe-table .vxe-table--footer-wrapper {
  -webkit-transform: inherit;
  transform: inherit;
  backface-visibility: hidden;
}

.vxe-table a {
  color: #1890ff;
}

.vxe-table a:hover {
  color: #40a9ff;
}

.vxe-table .vxe-body--column.col--edit-hover {
  cursor: pointer;
  background-color: #f0f5ff;
}

.vxe-table .vxe-body--column.col--actived {
  padding: 0;
  box-shadow: inset 0 0 0 2px #1890ff;
}

.vxe-table .vxe-body--column.col--actived .vxe-cell {
  padding: 0 4px;
}

.vxe-table .vxe-body--column.col--edit-status .vxe-cell--edit-icon {
  color: #1890ff;
}

.vxe-table .vxe-footer--column {
  color: rgba(0, 0, 0, .85);
  background-color: #fafafa;
  font-weight: 600;
}

.vxe-barcode-dropdown {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  min-width: 480px;
  max-height: 260px;
  overflow: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.vxe-drag-handle {
  cursor: move;
  color: rgba(0, 0, 0, .45);
  align-items: center;
  display: inline-flex;
}

.vxe-drag-handle:hover {
  color: #1890ff;
}

.action-button {
  align-items: center;
  padding-bottom: 8px;
  display: inline-flex;
}

.action-button .gap {
  width: 8px;
  display: inline-block;
}

.vxe-table .vxe-body--column.col--actived .vxe-cell .ant-input, .vxe-table .vxe-body--column.col--actived .vxe-cell .ant-input-group {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 28px;
  padding: 0;
  line-height: 28px;
}

.j-modal-box.fullscreen {
  height: 100vh;
  padding: 0;
  top: 0;
  left: 0;
}
.j-modal-box.fullscreen > .ant-modal-content {
  border-radius: 0;
  height: 100vh;
}
.j-modal-box.fullscreen > .ant-modal-content > .ant-modal-body {
  height: calc(100% - 110px);
  overflow: auto;
}
.j-modal-box.fullscreen > .no-title .ant-modal-body, .j-modal-box.fullscreen.no-footer .ant-modal-body {
  height: calc(100% - 55px);
}
.j-modal-box.fullscreen > .no-title.no-footer .ant-modal-body {
  height: 100%;
}
.j-modal-box .j-modal-title-row .left {
  width: calc(100% - 112px);
}
.j-modal-box .j-modal-title-row .right {
  width: 56px;
  position: inherit;
}
.j-modal-box .j-modal-title-row .right .ant-modal-close {
  color: rgba(0, 0, 0, .45);
  right: 56px;
}
.j-modal-box .j-modal-title-row .right .ant-modal-close:hover {
  color: rgba(0, 0, 0, .75);
}
@media (max-width: 767px) {
.j-modal-box.fullscreen {
    max-width: 100vw;
    margin: 0;
}
}

.jeecg-form-container-disabled {
  cursor: not-allowed;
}
.jeecg-form-container-disabled fieldset[disabled], .jeecg-form-container-disabled .ant-select {
  -ms-pointer-events: none;
  pointer-events: none;
}
.jeecg-form-container-disabled .ant-upload-select {
  display: none;
}
.jeecg-form-container-disabled .ant-upload-list {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.jeecg-form-container-disabled fieldset[disabled] .ant-upload-list {
  -ms-pointer-events: auto !important;
  pointer-events: auto !important;
}
.jeecg-form-container-disabled .ant-upload-list-item-actions .anticon-delete, .jeecg-form-container-disabled .ant-upload-list-item .anticon-close {
  display: none;
}

.area-zoom-in-top-enter-active, .area-zoom-in-top-leave-active {
  opacity: 1;
  transform: scaleY(1);
}

.area-zoom-in-top-enter, .area-zoom-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}

.area-select {
  box-sizing: border-box;
  color: rgba(0, 0, 0, .65);
  font-variant: tabular-nums;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: block;
  position: relative;
}

.area-select-wrap .area-select {
  display: inline-block;
}

.area-select * {
  box-sizing: border-box;
}

.area-select:hover {
  border-color: #40a9ff;
  outline: 0;
  border-right-width: 1px !important;
}

.area-select:active {
  box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
}

.area-select.small {
  width: 126px;
}

.area-select.medium {
  width: 160px;
}

.area-select.large {
  width: 194px;
}

.area-select.is-disabled {
  cursor: not-allowed;
  background: #eceff5;
}

.area-select.is-disabled:hover {
  border-color: #e1e2e6;
}

.area-select.is-disabled .area-selected-trigger {
  cursor: not-allowed;
}

.area-select .area-selected-trigger {
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
  margin: 0;
  padding: 8px 20px 7px 12px;
  font-size: 14px;
  display: block;
  position: relative;
  overflow: hidden;
}

.area-select .area-select-icon {
  content: "";
  transform-origin: center;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, .25);
  width: 0;
  height: 0;
  margin-top: -2px;
  transition: all .3s linear;
  position: absolute;
  top: 50%;
  right: 6px;
}

.area-select .area-select-icon.active {
  margin-top: -8px;
  transform: rotate(180deg);
}

.area-selectable-list-wrap {
  z-index: 15000;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  width: 100%;
  max-height: 275px;
  margin: 2px 0;
  position: absolute;
  overflow-x: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  transform-origin: top !important;
  transition: opacity .15s, transform .3s !important;
}

.area-selectable-list {
  color: #565656;
  width: 100%;
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
  list-style: none;
  position: relative;
}

.area-selectable-list .area-select-option {
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  height: 32px;
  padding: 0 15px 0 10px;
  line-height: 32px;
  position: relative;
  overflow: hidden;
}

.area-selectable-list .area-select-option.hover {
  background-color: #e6f7ff;
}

.area-selectable-list .area-select-option.selected {
  color: rgba(0, 0, 0, .65);
  background-color: #efefef;
  font-weight: 600;
}

.cascader-menu-list-wrap {
  white-space: nowrap;
  z-index: 15000;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  margin: 2px 0;
  font-size: 0;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  transform-origin: top !important;
  transition: opacity .15s, transform .3s !important;
}

.cascader-menu-list {
  color: #565656;
  vertical-align: top;
  background-color: #fff;
  border-right: 1px solid #e4e7ed;
  min-width: 160px;
  height: 204px;
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
  list-style: none;
  display: inline-block;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.cascader-menu-list:last-child {
  border-right: none;
}

.cascader-menu-list .cascader-menu-option {
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  height: 32px;
  padding: 0 15px 0 10px;
  line-height: 32px;
  position: relative;
  overflow: hidden;
}

.cascader-menu-list .cascader-menu-option.hover, .cascader-menu-list .cascader-menu-option:hover {
  background-color: #e6f7ff;
}

.cascader-menu-list .cascader-menu-option.selected {
  color: rgba(0, 0, 0, .65);
  background-color: #efefef;
  font-weight: 600;
}

.cascader-menu-list .cascader-menu-option.cascader-menu-extensible:after {
  content: "";
  border: 4px solid rgba(0, 0, 0, 0);
  border-left-color: #a1a4ad;
  width: 0;
  height: 0;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 5px;
}

.cascader-menu-list::-webkit-scrollbar {
  background: none;
  width: 8px;
}

.area-selectable-list-wrap::-webkit-scrollbar {
  background: none;
  width: 8px;
}

.cascader-menu-list::-webkit-scrollbar-thumb:vertical {
  background-color: #b8b8b8;
  border-radius: 4px;
}

.area-selectable-list-wrap::-webkit-scrollbar-thumb:vertical {
  background-color: #b8b8b8;
  border-radius: 4px;
}

.cascader-menu-list::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #777;
}

.area-selectable-list-wrap::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #777;
}

