@charset "UTF-8";
/* 改变主题色变量 */
html {
  --color-primary: #1E69FA;
  --color-primary-light: #e9f0ff;
  --color-gradient: linear-gradient(90deg, #2a73ff, #724fff);
  --color-assist: #7a70fd;
  --container-color-tab-selected: #d9e1fc;
  --border-color-secondary: rgba(63, 113, 246, 50%);
  --container-card-blue-light3-gradient: linear-gradient(90deg, #f0f3ff 0%, #e1e8ff 100%);
}

/* 输入框全局样式 */
::v-deep .el-input__inner {
  height: 32px;
  padding: 12px 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
}
::v-deep .el-input__inner:hover {
  border-color: var(--color-primary);
}
::v-deep .el-input__inner:focus {
  border-color: var(--color-primary);
}
::v-deep .el-input__inner[disabled] {
  border-color: rgba(0, 0, 0, 0.06);
  background-color: #fff;
  color: #ccc;
  cursor: not-allowed;
}
::v-deep .el-input__inner::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
::v-deep .el-input__inner::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
::v-deep .el-input__inner:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
::v-deep .el-input__inner::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
::v-deep .el-input__inner::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

/* 表格 Table
-------------------------- */
/* Tab
-------------------------- */
/* Dialog
-------------------------- */
::v-deep .el-pagination.is-background .el-pager li {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
::v-deep .el-pagination.is-background .btn-next,
::v-deep .el-pagination.is-background .btn-prev {
  background-color: #fff;
  border: none;
}
::v-deep .el-pagination.is-background.el-pagination--small .btn-next,
::v-deep .el-pagination.is-background.el-pagination--small .btn-prev,
::v-deep .el-pagination.is-background.el-pagination--small .el-pager li {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 4px;
}
::v-deep .el-pagination.is-background.el-pagination--small .el-select .el-input .el-input__inner {
  height: 26px;
  font-size: 14px;
}
::v-deep .el-table {
  border-radius: 12px;
}
::v-deep .el-table th {
  background-color: #f6f7fb;
  padding: 12px 0 10px 0;
}
::v-deep .el-table__header th:first-child,
::v-deep .el-table tbody tr td:first-child {
  padding-left: 12px;
}
::v-deep .el-table__header th:last-child,
::v-deep .el-table tbody tr td:nth-last-child(1) {
  padding-right: 12px;
}
::v-deep .el-table .el-button {
  padding: 2px 0 2px 5px;
  font-weight: 600;
}
::v-deep .el-table tbody tr {
  background-color: #fbfbfb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
::v-deep .el-tabs__item {
  height: 38px;
  padding: 0 12px;
  font-size: 16px;
}
::v-deep .el-tabs__active-bar,
::v-deep .el-tabs__item.is-active::after {
  height: 3px;
  border-radius: 1.5px;
}
::v-deep .el-tabs__nav-wrap::after {
  display: none;
}
::v-deep .el-tabs__header {
  margin: 0 0 16px;
}
::v-deep .first-tabs .el-tabs__item {
  height: 48px;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}
::v-deep .first-tabs .el-tabs__active-bar,
::v-deep .first-tabs .el-tabs__item.is-active::after {
  display: none;
}
::v-deep .first-tabs .el-tabs__item.is-active {
  color: rgba(0, 0, 0, 0.9);
}
::v-deep .first-tabs .el-tabs__nav-wrap::after {
  display: block;
  height: 1px;
  color: rgba(0, 0, 0, 0.06);
}
::v-deep .first-tabs .el-tabs__header {
  margin: 0 0 8px;
}
::v-deep .el-divider--horizontal {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
}
::v-deep .el-divider--vertical {
  height: 10px;
  background-color: rgba(0, 0, 0, 0.15);
  vertical-align: inherit;
}
::v-deep .el-link.el-link--primary {
  color: var(--color-primary);
}
::v-deep .el-link.el-link--info {
  color: rgba(0, 0, 0, 0.6);
}
::v-deep .el-tag--small {
  border-radius: 6px;
}
::v-deep .el-tag--mini {
  border-radius: 4px;
}
::v-deep .el-tag-special {
  border-top-left-radius: 0;
}
::v-deep .el-tag.el-tag--info {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}
::v-deep .el-popper {
  padding: 4px 0;
}
::v-deep .el-popper .el-dropdown-menu__item {
  color: rgba(0, 0, 0, 0.9);
}
::v-deep .el-popper .deleted {
  color: #f24b55;
}
::v-deep .el-dropdown-menu .popper__arrow {
  display: none;
}
::v-deep .el-range-editor--mini.el-input__inner {
  height: 24px;
}
::v-deep .el-date-editor .el-range-input {
  background: transparent;
}
::v-deep .el-input--prefix .el-input__inner {
  padding-left: 30px;
}
::v-deep .el-input--prefix .el-input__inner {
  padding-right: 30px;
}
::v-deep .el-date-picker, .el-picker-panel {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
::v-deep .el-range-editor--mini {
  border-radius: 4px;
}
::v-deep .el-range-editor--small {
  border-radius: 6px;
}
::v-deep .el-range-editor--large {
  border-radius: 8px;
}
::v-deep .el-popover {
  padding: 12px;
}
::v-deep .el-popover .el-popconfirm__main {
  margin: 10px 0;
}
::v-deep .el-popover .popper__arrow {
  display: none;
}
::v-deep .el-dialog {
  border-radius: 12px;
  font-weight: 600;
}
::v-deep .el-dialog__header {
  padding-bottom: 16px;
}
::v-deep .el-dialog__body {
  overflow: auto;
  padding-top: 0;
  padding-bottom: 24px;
}
::v-deep .el-page-header {
  padding: 16px;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  height: calc(100vh - 90px);
  max-width: 100%;
}
.container-temp {
  min-width: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f9;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-top: 10px;
  border-right: #F3F3F3 1px solid;
}
.temp-list {
  width: 68px;
  height: 55px;
  margin-top: 8px;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.temp-list:hover, .temp-list-selected {
  background: #ffffff;
  border-radius: 12px;
}
.temp-name {
  width: 60px;
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  color: #666666;
  line-height: 14px;
  margin-top: 4px;
  text-align: center;
}
.container-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #f9f9f9;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

/**表单通用配置  start*/
.content-form {
  padding: 0px 16px 0px 16px;
  position: relative;
  overflow-y: scroll;
}
.content-form-item {
  margin-top: 20px;
}
.form-button {
  max-width: 1060px;
  height: 60px;
  padding-right: 18px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.form-button-clear, .form-button-submit {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: CENTER;
  color: #262626;
  line-height: 36px;
}
.form-button-clear {
  width: 102px;
  height: 36px;
  background: #eeeeee;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  cursor: pointer;
}
.form-button-submit {
  width: 102px;
  height: 36px;
  background: var(--color-primary);
  border-radius: 8px;
  margin-left: 8px;
  cursor: pointer;
}
.form-button-clear:active {
  background: #e4e4e4;
}
.form-button-submit:active {
  background: var(--color-primary);
}
.form-button-submit-disabled {
  background: var(--color-primary);
  pointer-events: none;
}
.up-icon {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 0px 4.3px 0px #e5e5e5;
          box-shadow: 0px 0px 4.3px 0px #e5e5e5;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: absolute;
  right: 0;
  top: 58vh;
  line-height: 24px;
  cursor: pointer;
}
.up-icon-round {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 24px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  position: absolute;
  left: -13px;
  top: 58vh;
  line-height: 24px;
  cursor: pointer;
}
.form-lable {
  height: 22px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: left;
  color: #666666;
  line-height: 19px;
}
.form-input {
  margin-top: 12px;
  max-width: 1060px;
}
.form-input > .el-input > .el-input__inner {
  height: 44px;
  border-radius: 8px;
  color: #262626;
  font-weight: 600;
}
.form-input > .el-textarea > .el-textarea__inner {
  height: 81px;
  border-radius: 8px;
  color: #262626;
  font-weight: 500;
}
.form-input > .el-select {
  width: 100%;
  height: 81px;
}
.form-scene {
  width: 218px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-scene-item {
  width: 110px;
  height: 32px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: CENTER;
  color: #999999;
  line-height: 32px;
  border: 1px solid transparent;
  cursor: pointer;
}
.form-scene-selected {
  background: var(--color-primary-light);
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

/**表单通用配置  end */
/** 折叠打开        start*/
.container-left {
  min-width: 100%;
  -webkit-transition: min-width 0.5s ease;
  transition: min-width 0.5s ease;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 20px;
}
.container-left-drawer {
  min-width: 38%;
  overflow: hidden;
  border-right: #F3F3F3 1px solid;
  border-radius: 0px;
}
.container-right.container-right {
  background-image: url("https://cdn.ix5j.net/saas_assets/scripts/right-background.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.container-right {
  min-width: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-transition: min-width 0.5s ease;
  transition: min-width 0.5s ease;
  position: relative;
}
.container-right-unfold {
  min-width: 62%;
  padding: 0 20px;
  padding-top: 0px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.container-right-empty, .container-right-exec {
  width: 240px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.container-right-empty-content, .container-right-exec-content {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: center;
  color: #666666;
  line-height: 19px;
}
.container-right-empty-desc, .container-right-exec-desc {
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #999999;
  line-height: 14px;
}
@-webkit-keyframes rotation {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rotation {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.container-right-exec-icon {
  -webkit-animation: rotation 1.2s linear infinite;
          animation: rotation 1.2s linear infinite; /* 缩短动画周期以加速旋转 */
  will-change: transform; /* 提高性能，提前告知浏览器该元素会变化 */
  display: block; /* 确保图片独占一行，避免布局影响 */
  margin: auto; /* 居中图片（假设在父容器中） */
}
.container-right-content {
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  padding: 16px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container-right-content-container + .container-right-content-container {
  margin-top: 16px;
}
.container-right-header {
  border-bottom: 0.7px solid #eeeeee;
  width: 80%;
  height: 35px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #262626;
  line-height: 19px;
}
.container-right-list-item {
  margin-top: 12px;
}
.container-right-list-item-name {
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: LEFT;
  color: #262626;
  line-height: 16px;
}
.container-right-list-item-desc {
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #999999;
  line-height: 14px;
  margin-top: 8px;
}
.container-right-list-item-desc-content {
  min-height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #262626;
  line-height: 16px;
  margin-top: 4px;
}
.container-right-list-item-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 9px;
}
.container-right-list-item-line {
  width: 56px;
  height: 18px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #999999;
}
.container-right-list-item-line-time {
  width: 56px;
  height: 18px;
  background: #ecf2f1;
  border-radius: 4px;
  margin-left: 4px;
  font-size: 11px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #5f7a75;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.container-right-list-item-lines-content {
  min-height: 40px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #262626;
  line-height: 16px;
  margin-top: 4px;
}
.container-right-button {
  border-top: 1px solid #f5f5f5;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-right-button-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.container-right-button-content {
  height: 17px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #cccccc;
  line-height: 24px;
  margin-left: 4px;
}
.container-right-button-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.container-right-button-copy {
  width: 57px;
  height: 24px;
  background: #f5f5f5;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.container-right-button-copy:active {
  background: #e4e4e4;
}
.container-right-button-copy-content {
  margin-left: 2px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #666666;
  line-height: 23px;
}
.container-right-button-use {
  width: 81px;
  height: 24px;
  background: #0fd7b3;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
  cursor: pointer;
}
.container-right-button-use:active {
  background: #0ec4a2;
}
.container-right-button-use-disabled {
  background: #0ec4a2;
  pointer-events: none;
}
.container-right-button-use-content {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: LEFT;
  color: #262626;
  line-height: 24px;
}
.container-right-content-show {
  width: 100%;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.container-right-content-exec {
  height: 241px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.container-right-content-list {
  padding-top: 20px;
}

/** 折叠打开        end*/
/* 禁用边框颜色 */
.el-input__inner, .el-textarea__inner {
  border-color: transparent !important; /* 将边框颜色设置为透明 */
}
.span-required {
  color: red;
}
.content-form::-webkit-scrollbar,
.container-right-content-show::-webkit-scrollbar {
  width: 4px;
}
.content-form::-webkit-scrollbar-corner,
.container-right-content-show::-webkit-scrollbar-corner {
  background-color: transparent;
}
.content-form:hover::-webkit-scrollbar-thumb,
.container-right-content-show:hover::-webkit-scrollbar-thumb {
  background-color: #c9cdd4;
}
.content-form::-webkit-scrollbar-thumb,
.container-right-content-show::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 6px;
}
.content-form::-webkit-scrollbar-track,
.container-right-content::-webkit-scrollbar-track {
  background-color: transparent;
}
