.card-cloud .operator-cloud {
  margin-bottom: 20px;
}
.card-cloud .operator-cloud button {
  margin-right: 10px;
}
.card-cloud .leftMenu-cloud {
  width: 256px;
  height: 100%;
  margin-right: 60px;
}
.card-cloud .rightTable-cloud {
  flex: 1;
}
.card-cloud .detail-form-cloud {
  max-width: 50%;
  padding: 10px 30px;
}
.card-cloud .detail-form-cloud .ant-form-item-label {
  padding: 0;
}
.card-cloud .detail-form-cloud .ant-calendar-picker {
  width: 100%;
}
.card-cloud .form-btns {
  text-align: center;
}
.card-cloud .form-btns button {
  margin-right: 10px;
}
.card-cloud .ant-table-row-cell-break-word button {
  margin-right: 8px;
}
.card-cloud .search-wrap-cloud {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.card-cloud .search-wrap-cloud .ant-input {
  width: 360px;
}
.card-cloud .search-wrap-cloud .seach-wrap-cloud-btns {
  display: flex;
}
.card-cloud .search-wrap-cloud .seach-wrap-cloud-btns button {
  margin-right: 10px;
}
.flex {
  width: 100%;
  display: flex;
}
.admin-module-container {
  height: calc(100% - 16px);
}
.admin-module-container .admin-module-form-head {
  padding: 0 16px;
  margin: 12px 0;
}
.admin-module-container .admin-module-operation {
  padding: 0 16px;
}
.admin-module-container .admin-module-operation .du-icon-swap-line {
  transform: rotate(90deg);
}
.admin-module-container .admin-module-table-content {
  margin-top: 12px;
  padding: 0 16px;
  height: calc(100% - 144px);
}
.admin-module-container .admin-module-table-content .vxe-table {
  height: 100%;
}
.admin-module-container .re-pagination {
  padding: 12px 16px;
  text-align: right;
}
.admin-module-form-modal .ant-form-inline .ant-form-item-with-help {
  margin-bottom: 0;
}
.admin-module-form-modal .ant-row {
  margin-bottom: 8px;
}
.admin-module-form-modal .ant-form-item {
  width: 100%;
}
.admin-module-menu-form-modal .menu-form-model {
  display: flex;
  flex-wrap: wrap;
}
.admin-module-menu-form-modal .ant-form-item {
  width: 50%;
  flex: 1 auto;
}
.admin-module-menu-form-modal .ant-form-item100 {
  width: 100%;
}
.ant-form-item-label > label::after {
  content: ':' !important;
}

.flex-1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.size-full {
  width: 100%;
  height: 100%;
}
.wrap-padding-default {
  padding: 12px 20px 20px;
}
.d-flex {
  display: flex;
}
.d-flex-col {
  display: flex;
  flex-direction: column;
}
.wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.wrap-default {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 12px 20px 20px;
}
.wrap-col {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.wrap-col-default {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 12px 20px 20px;
}
.self-center {
  align-self: center;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 12px;
}
.gap-4 {
  gap: 16px;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 4px;
}
.p-2 {
  padding: 8px;
}
.p-3 {
  padding: 12px;
}
.px-3 {
  padding: 0 12px;
}
.pl-3 {
  padding-left: 12px;
}
.pr-3 {
  padding-right: 12px;
}
.py-3 {
  padding: 12px 0;
}
.pt-3 {
  padding-top: 12px;
}
.pb-3 {
  padding-bottom: 12px;
}
.p-4 {
  padding: 16px;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.px-0 {
  padding-right: 0;
  padding-left: 0;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-22 {
  font-size: 22px;
}
.fs-28 {
  font-size: 28px;
}
.fs-32 {
  font-size: 32px;
}
.fs-40 {
  font-size: 40px;
}
.rounded-1 {
  border-radius: 4px;
}
.rounded-2 {
  border-radius: 8px;
}
.rounded-3 {
  border-radius: 12px;
}
.rounded-half {
  border-radius: 50%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.left-0 {
  left: 0;
}
.ai-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.bottom-0 {
  bottom: 0;
}
.top-full {
  top: 100%;
}
.right-full {
  right: 100%;
}
.left-full {
  left: 100%;
}
.bottom-full {
  bottom: 100%;
}
.top-half {
  top: 50%;
}
.left-half {
  left: 50%;
}
.right-half {
  right: 50%;
}
.bottom-half {
  bottom: 50%;
}
.origin-center {
  transform-origin: center;
}
.pointer {
  cursor: pointer;
}
.ml-1 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mr-1 {
  margin-right: 4px;
}
.mr-2 {
  margin-right: 8px;
}
.mr-3 {
  margin-right: 12px;
}
.mr-4 {
  margin-right: 16px;
}
.pr-3 {
  padding-right: 12px;
}
.pr-4 {
  padding-right: 16px;
}
.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}
.custom-tooltip {
  max-width: 360px;
  max-height: 400px;
  overflow: auto;
}
.custom-tooltip .ant-tooltip-inner {
  background-color: var(--white);
  color: var(--text-major);
}
.custom-tooltip .ant-tooltip-arrow {
  display: none;
}
.text-major {
  color: var(--text-major);
}
.ant-select-tree-dropdown {
  max-height: 260px !important;
}

