@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.time-line-popper {
  width: 430px !important;
  height: 280px !important;
  overflow-y: auto;
}
.time-line {
  min-height: 232px;
}
.time-line .title {
  font-size: 12px;
  color: #333;
  line-height: 20px;
  font-weight: 500;
}
.time-line .icon {
  cursor: default;
  color: #ff4545;
}
.time-line .content {
  font-size: 12px;
  color: #666;
  text-align: left;
  line-height: 20px;
  font-weight: 400;
}
.time-line .sub-title {
  font-size: 12px;
  color: #353f58;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
}
.time-line .el-timeline-item__timestamp {
  font-size: 12px;
  color: #666;
  text-align: left;
  line-height: 20px;
  font-weight: 400;
}
.time-line .el-timeline-item__tail {
  top: 30%;
  height: 50%;
  border-width: 1px;
  border-color: #3d73f5;
}
.time-line .el-timeline-item__node {
  border: 0;
  background-color: rgba(153, 153, 153, 0.2);
}
.time-line .running .el-timeline-item__node {
  background-color: #fff;
}
.time-line .running .el-timeline-item__node .el-icon-loading {
  color: #3d73f5;
}
.time-line .completed .el-timeline-item__node {
  background-color: #3d73f5;
}
.time-line .preparing .el-timeline-item__tail {
  border-color: #ccc;
}
.time-line .unreachable .title {
  color: #666;
}
.time-line .error .el-timeline-item__node {
  background-color: #f00;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.desc[data-v-77871c68] {
  margin-bottom: 10px;
}
.el-input[data-v-77871c68] {
  width: 376px;
}
.operation[data-v-77871c68] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.operation .default[data-v-77871c68] {
  margin-bottom: 24px;
}
[data-v-77871c68] .el-alert {
  align-items: start;
}
[data-v-77871c68] .el-alert__icon {
  margin-top: 2px;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.drawer-content[data-v-7dfa8f96]  .el-drawer__open .el-drawer.rtl {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px 0px 0px 10px;
}
.drawer-content[data-v-7dfa8f96]  .el-drawer__open .el-drawer.rtl .el-drawer__header {
  border-bottom: 1px solid #e2e5ed;
}
.drawer-content .label-style[data-v-7dfa8f96] {
  margin-left: 15px;
  margin-right: 10px;
}
.drawer-content .sub-content[data-v-7dfa8f96] {
  padding: 24px 24px 0;
  overflow: auto;
  height: calc(100% - 52px);
}
.drawer-content .sub-content[data-v-7dfa8f96]  .cute-block__content.block__content {
  margin-left: 0;
}
.drawer-content .sub-content .el-input-number--medium[data-v-7dfa8f96] {
  width: 50%;
}
.drawer-content .sub-content .text-pos[data-v-7dfa8f96] {
  margin-left: 10px;
}
.drawer-content .sub-foot[data-v-7dfa8f96] {
  position: absolute;
  z-index: 9;
  bottom: 0;
  width: 100%;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  background: var(--color-neutral-1);
}
.drawer-content .sub-foot .cancel[data-v-7dfa8f96] {
  margin-left: 16px;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.simple-table .el-dropdown-link[data-v-77cc1d9b] {
  cursor: pointer;
  color: #3d73f5;
}
.simple-table2 .table-tools__conditions .el-form-item[data-v-77cc1d9b] {
  flex: none;
}
.calculate[data-v-77cc1d9b] {
  white-space: pre-wrap;
}
.unResourceEnough[data-v-77cc1d9b]  .el-icon-warning,
.constructTimeOut[data-v-77cc1d9b]  .el-icon-warning,
.error[data-v-77cc1d9b]  .el-icon-warning {
  color: #ff4545;
}
.completed[data-v-77cc1d9b]  .el-icon-warning-outline,
.running[data-v-77cc1d9b]  .el-icon-warning-outline,
.unreachable[data-v-77cc1d9b]  .el-icon-warning-outline {
  color: #3d73f5;
}
.health-status[data-v-77cc1d9b] {
  display: flex;
}
.health-status .el-state[data-v-77cc1d9b] {
  margin-right: 11px;
}
.info[data-v-77cc1d9b] {
  margin-left: 5px;
  color: #3d73f5;
  cursor: pointer;
}
.row-custom[data-v-77cc1d9b] {
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
}
.row-custom .col-custom[data-v-77cc1d9b] {
  flex: 0 0 calc((100% - 20px) / 2);
  height: 100px;
  border-radius: 8px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 28px -3px rgba(226, 229, 237, 0.5);
  padding: 20px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.row-custom .col-custom .card-icon[data-v-77cc1d9b] {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.row-custom .col-custom .card-icon.running-icon[data-v-77cc1d9b] {
  background-image: url(../img/running-icon.b7e31f2f.png?regionId=200000001852);
}
.row-custom .col-custom .card-icon.gpu-icon[data-v-77cc1d9b] {
  background-image: url(../img/gpu-icon.980bc22f.png?regionId=200000001852);
}
.row-custom .col-custom .card-content[data-v-77cc1d9b] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.row-custom .col-custom .card-content .card-title[data-v-77cc1d9b] {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.row-custom .col-custom .card-content .card-title .svg-icon[data-v-77cc1d9b] {
  margin-left: 4px;
  color: #999999;
  cursor: pointer;
}
.row-custom .col-custom .card-content .card-value .num[data-v-77cc1d9b] {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}
.row-custom .col-custom.task[data-v-77cc1d9b] {
  background-image: url(../img/card-left-bg.b2b0484c.png?regionId=200000001852);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 158px 100px;
  cursor: pointer;
}
.row-custom .col-custom.task[data-v-77cc1d9b]:hover {
  transform: translateY(-8px);
}
.row-custom .col-custom.task.active[data-v-77cc1d9b] {
  border: 1px solid #3d73f5;
}
.row-custom .col-custom.gpu[data-v-77cc1d9b] {
  background-image: url(../img/card-right-bg.b1b97888.png?regionId=200000001852);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 195px 100px;
}
.specialSetting[data-v-77cc1d9b] {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 3px;
  line-height: 18px;
  background: #fff2f0;
  color: #ff4545;
}

.el-tooltip__popper {
  max-width: 300px;
}

@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.tip[data-v-52486a2e] {
  padding: 20px 24px;
  background: #f7f8fa;
  margin-bottom: 20px;
  color: #333;
}
.tree-container[data-v-52486a2e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
}
.tree-container .arrow[data-v-52486a2e] {
  padding: 10px;
}
.tree[data-v-52486a2e],
.file[data-v-52486a2e] {
  border-radius: 2px;
  border: 1px solid #ddd;
  height: 50vh;
  width: 504px;
  overflow: scroll;
}
.tree .header[data-v-52486a2e],
.file .header[data-v-52486a2e] {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 12px;
  margin-bottom: 8px;
  color: #333;
}
.tree .tree-search[data-v-52486a2e],
.file .tree-search[data-v-52486a2e] {
  padding: 8px 12px;
}
.tree .tree-search .el-select[data-v-52486a2e],
.file .tree-search .el-select[data-v-52486a2e] {
  width: 100%;
}
.tree .tree-content[data-v-52486a2e],
.file .tree-content[data-v-52486a2e] {
  padding: 0 12px;
}
.tree .tree-content .custom-tree-node .label[data-v-52486a2e],
.file .tree-content .custom-tree-node .label[data-v-52486a2e] {
  line-height: 16px;
}
.file-header[data-v-52486a2e] {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f7f8fa;
  padding: 10px 12px;
}
.file-item[data-v-52486a2e] {
  height: 20px;
  line-height: 20px;
  margin-bottom: 12px;
}
.file-list[data-v-52486a2e] {
  padding: 10px 12px;
}
.custom-tree-node[data-v-52486a2e] {
  width: 100%;
  overflow: hidden;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 8px;
  color: #333;
  font-family: PingFangSC-Regular, "PingFang SC";
  line-height: 16px;
}
.custom-tree-node .date[data-v-52486a2e] {
  width: 120px;
}
.custom-tree-node .label[data-v-52486a2e] {
  overflow: hidden;
  max-width: calc(100% - 130px);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.error[data-v-52486a2e] {
  color: #ff4545;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.data-type[data-v-aeaf9896] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.data-type .data-type-item[data-v-aeaf9896] {
  padding: 4px 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  border-right: 0;
  cursor: pointer;
}
.data-type .data-type-item[data-v-aeaf9896]:first-child {
  border-radius: 2px 0 0 2px;
}
.data-type .data-type-item[data-v-aeaf9896]:last-child {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 2px 2px 0;
}
.data-type .data-type-item.active[data-v-aeaf9896] {
  background: #f0f7ff;
  color: #3d73f5;
  border: 1px solid #3d73f5;
}
.data-type .data-type-item.active + .data-type-item[data-v-aeaf9896] {
  border-left: 0;
}
.mark-type .mark-type-item[data-v-aeaf9896] {
  display: inline-block;
  padding: 4px 20px;
  margin-right: 2px;
  line-height: 20px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  background: #f0f7ff;
  color: #333;
  cursor: pointer;
}
.mark-type .mark-type-item.active[data-v-aeaf9896] {
  background: #3d73f5;
  color: #fff;
}
.vip[data-v-aeaf9896] {
  display: inline-block;
  width: 31px;
  height: 20px;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ff8f34;
  line-height: 20px;
}
.tip-s3[data-v-aeaf9896] {
  width: 14px;
  height: 14px;
  color: #666;
}
.tip[data-v-aeaf9896] {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  color: #666;
}
.source-tip[data-v-aeaf9896] {
  margin-left: 10px;
}
.tree[data-v-aeaf9896] {
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
}
.node-content[data-v-aeaf9896] {
  margin-left: -0.5em;
  display: flex;
  align-items: center;
  color: #333;
}
.node-radio[data-v-aeaf9896] {
  margin-left: 5px;
  margin-right: 5px;
}
[data-v-aeaf9896] label.node-radio > span.el-radio__label {
  display: none !important;
}
.node-icon[data-v-aeaf9896] {
  color: #353f58;
}
.node-icon .svg-icon[data-v-aeaf9896] {
  display: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
}
.node-icon .svg-icon[data-v-aeaf9896]:first-child {
  display: inline;
}
.is-expanded > .el-tree-node__content .node-icon[data-v-aeaf9896] {
  color: #353f58;
}
.is-expanded > .el-tree-node__content .node-icon .svg-icon[data-v-aeaf9896] {
  display: none;
}
.is-expanded > .el-tree-node__content .node-icon .svg-icon[data-v-aeaf9896]:last-child {
  display: inline;
}
[data-v-aeaf9896] .el-tree-node__content {
  position: relative;
}
[data-v-aeaf9896] .el-tree-node__content .handler-menu {
  position: absolute;
  right: 0.5em;
  display: none;
}
[data-v-aeaf9896] .el-tree-node__content .handler-menu .el-button:not(.pop-tooltip .el-button) {
  padding: 0;
  margin: 0.9em 0.3em;
}
[data-v-aeaf9896] .el-tree-node__content .handler-menu .handler-icon {
  color: #353f58;
}
[data-v-aeaf9896] .el-tree-node__content:hover .handler-menu {
  display: flex;
}
.sub-tree[data-v-aeaf9896]  .el-tree-node > .el-tree-node__children {
  overflow: initial;
}
.sub-tree .hover-wrapper[data-v-aeaf9896] {
  display: inline-block;
  margin-left: -0.4em;
}
.sub-tree .hover-wrapper:hover .pop-tooltip[data-v-aeaf9896] {
  display: block;
}
.sub-tree .pop-tooltip[data-v-aeaf9896] {
  display: none;
  position: absolute;
  z-index: 2019;
  top: 24px;
  right: 0;
}
.edit-wrap[data-v-aeaf9896] {
  height: 24px;
  width: 200px;
  display: inline-block;
}
.edit-wrap .el-input[data-v-aeaf9896] {
  height: 24px;
  width: 100%;
  margin-right: 10px;
}
.edit-wrap svg[data-v-aeaf9896] {
  cursor: pointer;
  font-size: 16px;
  margin-right: 4px;
  vertical-align: sub;
}
[data-v-aeaf9896] .edit-wrap .el-input__inner {
  height: 24px;
}
.pvc-name-wrap[data-v-aeaf9896] {
  display: flex;
  height: 16px;
}
.pvc-name[data-v-aeaf9896] {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3d73f5;
  cursor: pointer;
  margin: 0 12px;
}
.delete-pvc[data-v-aeaf9896] {
  cursor: pointer;
  color: #353f58;
  margin-top: 2px;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.publish-model[data-v-9e53d87a] {
  display: flex;
  justify-content: center;
}
.dataset-form[data-v-9e53d87a] {
  max-width: 800px;
}
.ide-select .option-container[data-v-9e53d87a] {
  max-height: 200px;
  max-width: 750px;
  overflow-y: auto;
}
.ide-select .option-container .el-button[data-v-9e53d87a] {
  margin: 8px auto 6px 18px;
}
.ide-select .input-container[data-v-9e53d87a] {
  padding: 4px 18px 0;
  display: flex;
  align-items: center;
}
.ide-select .input-container .input-sync[data-v-9e53d87a] {
  width: 50px;
  cursor: pointer;
  color: #3d73f5;
  margin-left: 12px;
}
.ide-select .input-container .input-sync span[data-v-9e53d87a] {
  margin-left: 6px;
}
.ide-select .input-container .el-input[data-v-9e53d87a] {
  width: 100%;
}
.ide-select[data-v-9e53d87a]  .el-select-dropdown__item {
  word-break: break-all;
}
.ide-select .el-select-dropdown__item .el-checkbox[data-v-9e53d87a] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ide-select .el-select-dropdown__item .el-checkbox .el-checkbox__label[data-v-9e53d87a] {
  max-width: 224px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.ide-select .el-select-dropdown__item[data-v-9e53d87a]:after {
  position: absolute;
  display: none;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.step-form .form__content[data-v-53900e83] {
  max-width: 1080px;
  margin: var(--margin-5x) auto;
}
.step-form .form__footer[data-v-53900e83] {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.step-form .steps[data-v-53900e83] {
  justify-content: center;
  width: 100%;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.file[data-v-8b3437fa] {
  width: 100%;
}
.file-list[data-v-8b3437fa] {
  margin-top: 16px;
  width: 100%;
  height: 275px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  padding: 20px 0 20px 20px;
}
.file-list .item[data-v-8b3437fa] {
  cursor: pointer;
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  width: 100%;
  font-size: 12px;
}
.file-list .item[data-v-8b3437fa]:hover {
  background-color: #f0f7ff;
  color: #3d73f5;
}
.file-list .item span[data-v-8b3437fa] {
  margin-right: 22px;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
[data-v-0c6474fc] .el-descriptions-item__cell.el-descriptions-item__content {
  word-break: break-all;
  line-break: anywhere;
}
[data-v-0c6474fc] .el-descriptions__body .el-descriptions__table .el-descriptions-item__cell {
  line-height: 28px;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.monitoring .alert-monitoring[data-v-568ef360] {
  background-color: #f0f7ff;
}
.monitoring .alert-monitoring[data-v-568ef360]  .el-alert {
  width: 100%;
}
.monitoring .table-tools[data-v-568ef360] {
  padding: 16px 0;
}
.monitoring .box[data-v-568ef360] {
  height: calc(100vh - 390px);
  overflow-y: auto;
}
.monitoring .box-empty[data-v-568ef360] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.monitoring .box-item[data-v-568ef360] {
  display: flex;
  height: 211px;
  border-radius: 3px;
  border: 1px solid #e5e6e8;
  margin-bottom: 20px;
}
.monitoring .box-item[data-v-568ef360]:last-child {
  margin-bottom: 0;
}
.monitoring .box-item .left[data-v-568ef360] {
  width: 240px;
}
.monitoring .box-item .right[data-v-568ef360] {
  width: calc(100% - 240px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.hide-clear-button .el-picker-panel__footer .el-picker-panel__link-btn.el-button--text {
  display: none;
}

@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.table-tools[data-v-7685f5d3] {
  float: right;
  margin-bottom: 16px;
}
.table-tools .el-button.is-disabled[data-v-7685f5d3]:hover {
  color: #353f58;
}
[data-v-7685f5d3] .el-table__row.el-table__row--level-0 .el-table__expand-icon {
  margin-left: -10px;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.task-left[data-v-1f1891e8] {
  width: 200px;
  border-right: 1px solid #e5e6e8;
  margin-right: 16px;
}
.task-left .task-title[data-v-1f1891e8] {
  margin-bottom: 19px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.task-left .task-title span[data-v-1f1891e8] {
  margin-right: 9px;
}
.task-left .timeline-title[data-v-1f1891e8] {
  font-weight: 500;
  cursor: pointer;
}
.task-left .custom-title[data-v-1f1891e8] {
  color: #3d73f5;
}
.task-left .timeline-time[data-v-1f1891e8] {
  font-weight: 400;
  color: #666;
}
.task-list[data-v-1f1891e8] {
  max-height: 600px;
  overflow-y: scroll;
  padding-top: 2px;
}
[data-v-1f1891e8] .el-timeline {
  padding-left: 0;
}
.custom-timeline[data-v-1f1891e8]  .el-timeline-item__node {
  border-color: #353f58;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.gpu-status-dialog .el-table {
  margin: 0;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.health-check-report[data-v-898bb11c] {
  position: relative;
  min-width: 904px;
  height: 625px;
  background: url(../img/bg.7917e33f.png?regionId=200000001852) no-repeat right center, linear-gradient(to bottom, #e5f2fe, #ffffff);
}
.health-check-report .logo[data-v-898bb11c] {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 75px;
  top: 62px;
  background-size: 100% 100%;
  background-position: 0 0;
}
.health-check-report .outline.UNSTARTED[data-v-898bb11c] {
  background-image: url(../img/unabailable-outline.2fdca5bf.png?regionId=200000001852);
}
.health-check-report .outline.STOPPED[data-v-898bb11c] {
  background-image: url(../img/stop-outline.c4dfa603.png?regionId=200000001852);
}
.health-check-report .outline.NORMAL[data-v-898bb11c] {
  background-image: url(../img/normal-outline.269a0ed0.png?regionId=200000001852);
}
.health-check-report .outline.ABNORMAL[data-v-898bb11c] {
  background-image: url(../img/abnormal-outline.4d3e82e1.png?regionId=200000001852);
}
.health-check-report .outline.TIMEOUT[data-v-898bb11c] {
  background-image: url(../img/timeout-outline.2624ca74.png?regionId=200000001852);
}
.health-check-report .outline.DETECTING[data-v-898bb11c] {
  animation: rotate-data-v-898bb11c 5000ms linear infinite forwards;
  transform-origin: 50% 50%;
  border-radius: 50%;
  background-image: url(../img/detecting-outline.51d99c84.png?regionId=200000001852);
}
.health-check-report .inner.UNSTARTED[data-v-898bb11c] {
  background-image: url(../img/unabailable-inner.cb9e4b05.png?regionId=200000001852);
}
.health-check-report .inner.STOPPED[data-v-898bb11c] {
  background-image: url(../img/stop-inner.31edcfcf.png?regionId=200000001852);
}
.health-check-report .inner.NORMAL[data-v-898bb11c] {
  background-image: url(../img/normal-inner.0c3e7b50.png?regionId=200000001852);
}
.health-check-report .inner.ABNORMAL[data-v-898bb11c] {
  background-image: url(../img/abnormal-inner.bfcc308a.png?regionId=200000001852);
}
.health-check-report .inner.TIMEOUT[data-v-898bb11c] {
  background-image: url(../img/timeout-inner.af523b45.png?regionId=200000001852);
}
.health-check-report .inner.DETECTING[data-v-898bb11c] {
  background-image: url(../img/detecting-inner.fabfccbc.png?regionId=200000001852);
}
.health-check-report .check-result[data-v-898bb11c] {
  position: absolute;
  left: 345px;
  top: 112px;
}
.health-check-report .check-result .result-title .main-title[data-v-898bb11c] {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 500;
}
.health-check-report .check-result .result-time[data-v-898bb11c],
.health-check-report .check-result .result-info[data-v-898bb11c] {
  margin-top: 12px;
  font-size: 14px;
  color: #7c818c;
  letter-spacing: 0;
  font-weight: 400;
}
.health-check-report .check-result .stop-tips[data-v-898bb11c] {
  display: flex;
  align-items: center;
}
.health-check-report .check-result .stop-tips[data-v-898bb11c]  .el-link {
  font-size: 14px;
  font-weight: 400;
}
.health-check-report .check-result.UNSTARTED .main-title[data-v-898bb11c] {
  color: #999;
}
.health-check-report .check-result.STOPPED .main-title[data-v-898bb11c] {
  color: #999;
}
.health-check-report .check-result.NORMAL .main-title[data-v-898bb11c] {
  color: #1ac45d;
}
.health-check-report .check-result.ABNORMAL .main-title[data-v-898bb11c] {
  color: #ff4545;
}
.health-check-report .check-result.TIMEOUT .main-title[data-v-898bb11c] {
  color: #ff8f34;
}
.health-check-report .check-result.DETECTING .main-title[data-v-898bb11c] {
  color: #3d73f5;
}
.health-check-report .check-detail-item[data-v-898bb11c] {
  position: absolute;
  width: 202px;
  height: 254px;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #eff1f4;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
}
.health-check-report .check-detail-item .check-detail-logo[data-v-898bb11c] {
  width: 18px;
  height: 18px;
}
.health-check-report .check-detail-item.hardware-check .check-detail-logo[data-v-898bb11c] {
  background: url(../img/hardware.2da7df4e.svg?regionId=200000001852) no-repeat;
}
.health-check-report .check-detail-item.bandwidth-check .check-detail-logo[data-v-898bb11c] {
  background: url(../img/badwidth.e64c8c9d.svg?regionId=200000001852) no-repeat;
}
.health-check-report .check-detail-item .check-detail-title[data-v-898bb11c] {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
}
.health-check-report .check-detail-item .check-detail-content .check-detail-info[data-v-898bb11c] {
  margin-bottom: 10px;
}
.health-check-report .check-detail-item .check-detail-content .check-detail-info[data-v-898bb11c]:last-child {
  margin-bottom: 0;
}
.health-check-report .check-detail-item .check-detail-content .check-detail-info .check-detail-content-title[data-v-898bb11c] {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
}
.health-check-report .check-detail-item .check-detail-content .check-detail-info .check-detail-content-title .icon[data-v-898bb11c] {
  height: 16px;
  width: 16px;
  margin-right: 10px;
  font-size: 16px;
}
.health-check-report .check-detail-item .check-detail-content .check-detail-info .check-detail-content-title .success-icon[data-v-898bb11c] {
  color: #1ac45d;
}
.health-check-report .check-detail-item .check-detail-content .check-detail-info .check-detail-content-title .success-icon.deactive[data-v-898bb11c] {
  color: #999;
}
.health-check-report .check-detail-item .check-detail-content .check-detail-info .check-detail-content-title .error-icon[data-v-898bb11c] {
  color: #ff4545;
}
.health-check-report .check-detail-item .check-detail-content .check-detail-info .info[data-v-898bb11c] {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  margin-left: 26px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.health-check-report .check-detail-item .check-detail-content .check-detail-info .detecting[data-v-898bb11c] {
  color: #3d73f5;
  margin-left: 0;
}
.health-check-report .check-detail-item .check-detail-content .check-detail-info .detecting .el-icon-loading[data-v-898bb11c] {
  margin-right: 6px;
}
.health-check-report .check-detail-item .check-detail-content .check-detail-info.TIMEOUT .check-detail-content-title .error-icon[data-v-898bb11c] {
  color: #ff8f34;
}
.health-check-report .check-detail-item.hardware-check[data-v-898bb11c] {
  top: 312px;
  left: 20px;
}
.health-check-report .check-detail-item.bandwidth-check[data-v-898bb11c] {
  top: 312px;
  left: 242px;
}
@keyframes rotate-data-v-898bb11c {
0% {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
100% {
    transform: rotate(360deg);
}
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.task-detail[data-v-36cb5526] {
  max-height: calc(100vh - 126px);
  overflow: auto;
}
.simple-container[data-v-36cb5526] {
  display: flex;
}
.simple-container .task-table[data-v-36cb5526] {
  width: calc(100% - 200px);
  flex: 1;
}
.back-box[data-v-36cb5526] {
  cursor: pointer;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.drawer-content[data-v-6414998e]  .el-drawer__open .el-drawer.rtl {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px 0px 0px 10px;
}
.drawer-content[data-v-6414998e]  .el-drawer__open .el-drawer.rtl .el-drawer__header {
  border-bottom: 1px solid #e2e5ed;
}
.drawer-content .el-drawer__body[data-v-6414998e] {
  position: relative;
  overflow: hidden;
}
.drawer-content .el-drawer__body .sub-content[data-v-6414998e] {
  padding: 24px 24px 0;
  overflow: auto;
  height: calc(100% - 52px);
}
.drawer-content .el-drawer__body .sub-content[data-v-6414998e]  .cute-block__content.block__content {
  margin-left: 0;
}
.drawer-content .el-drawer__body .sub-content .el-input-number--medium[data-v-6414998e] {
  width: 50%;
}
.drawer-content .el-drawer__body .sub-foot[data-v-6414998e] {
  position: absolute;
  z-index: 9;
  bottom: 0;
  width: 100%;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  background: var(--color-neutral-1);
}
.drawer-content .el-drawer__body .sub-foot .cancel[data-v-6414998e] {
  margin-left: 16px;
}
.labelposition[data-v-6414998e] {
  margin-bottom: 30px;
  text-align: right;
}
.grace-container[data-v-6414998e] {
  line-height: 1;
}
.grace-container .grace-label[data-v-6414998e] {
  margin-right: 20px;
  margin-left: 8px;
}
.grace-desc[data-v-6414998e] {
  line-height: 18px;
  margin-top: 16px;
  margin-left: 8px;
}
.grace-desc-link[data-v-6414998e] {
  display: inline-flex;
}
.cm-s-juejin.CodeMirror {
  background: #f8f9fa;
}
.cm-s-juejin .cm-header,
.cm-s-juejin .cm-def {
  color: #1ba2f0;
}
.cm-s-juejin .cm-comment {
  color: #009e9d;
}
.cm-s-juejin .cm-quote,
.cm-s-juejin .cm-link,
.cm-s-juejin .cm-strong,
.cm-s-juejin .cm-attribute {
  color: #fd7741;
}
.cm-s-juejin .cm-url,
.cm-s-juejin .cm-keyword,
.cm-s-juejin .cm-builtin {
  color: #bb51b8;
}
.cm-s-juejin .cm-hr {
  color: #909090;
}
.cm-s-juejin .cm-tag {
  color: #107000;
}
.cm-s-juejin .cm-variable-2 {
  color: #0050a0;
}

@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.drawer-content[data-v-1fcf8e01]  .el-drawer__open .el-drawer.rtl {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px 0px 0px 10px;
}
.drawer-content[data-v-1fcf8e01]  .el-drawer__open .el-drawer.rtl .el-drawer__header {
  border-bottom: 1px solid #e2e5ed;
}
.drawer-content .el-drawer__body[data-v-1fcf8e01] {
  position: relative;
  overflow: hidden;
}
.drawer-content .el-drawer__body .content[data-v-1fcf8e01] {
  padding: 20px;
}
.drawer-content .el-drawer__body .content .icon[data-v-1fcf8e01] {
  margin-left: 8px;
  cursor: pointer;
}
.drawer-content .el-drawer__body .content[data-v-1fcf8e01]  .el-form-item__label {
  font-size: 14px;
  line-height: 20px;
}
.drawer-content .el-drawer__body .footer[data-v-1fcf8e01] {
  position: absolute;
  z-index: 9;
  bottom: 0;
  width: 100%;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  background: var(--color-neutral-1);
}
.drawer-content .el-drawer__body .footer .cancel[data-v-1fcf8e01] {
  margin-left: 16px;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.pro-form1 .el-form[data-v-3581a783] {
  width: 100%;
  min-width: 900px;
  padding: 30px 35px;
}
.pro-form1 .el-form .el-input[data-v-3581a783],
.pro-form1 .el-form .el-select[data-v-3581a783] {
  width: calc(100% - 180px);
}
.pro-form1 .el-form .el-select[data-v-3581a783] {
  width: calc(100% - 180px);
}
.pro-form1 .el-form .el-select .el-input[data-v-3581a783] {
  width: 100%;
}
.pro-form1 .el-form .textarea[data-v-3581a783] {
  width: calc(100% - 180px);
}
.pro-form1 .el-form .textarea[data-v-3581a783]  textarea {
  max-height: 400px;
}
.pro-form1 .el-form .el-input-number .el-input[data-v-3581a783] {
  width: 100%;
}
.pro-form1 .el-form .sub-form-item[data-v-3581a783] {
  padding: 10px;
  width: calc(100% - 180px);
  max-width: 745px;
  background: #f7f7f7;
}
.pro-form1 .el-form .sub-form-item .el-form-item[data-v-3581a783] {
  margin-bottom: 24px;
}
.pro-form1 .el-form .sub-form-item .el-form-item .el-select[data-v-3581a783] {
  width: 80%;
}
.pro-form1 .el-form .sub-form-item .el-form-item .el-select .el-input[data-v-3581a783] {
  width: 80%;
}
.pro-form1 .el-form .data-set .data-set-item[data-v-3581a783],
.pro-form1 .el-form .big-model .data-set-item[data-v-3581a783],
.pro-form1 .el-form .code-form-item .data-set-item[data-v-3581a783] {
  position: relative;
  margin-bottom: 25px;
}
.pro-form1 .el-form .data-set .delete-icon[data-v-3581a783],
.pro-form1 .el-form .big-model .delete-icon[data-v-3581a783],
.pro-form1 .el-form .code-form-item .delete-icon[data-v-3581a783] {
  position: absolute;
  left: 0;
  top: 29px;
}
.pro-form1 .el-form .data-set .delete-icon[data-v-3581a783]:after,
.pro-form1 .el-form .big-model .delete-icon[data-v-3581a783]:after,
.pro-form1 .el-form .code-form-item .delete-icon[data-v-3581a783]:after {
  position: absolute;
  height: 12px;
  left: 6px;
  top: 30px;
  content: "";
  display: block;
  border-left: 1px solid rgb(221, 221, 221);
}
.pro-form1 .el-form .data-set .delete-icon[data-v-3581a783]:before,
.pro-form1 .el-form .big-model .delete-icon[data-v-3581a783]:before,
.pro-form1 .el-form .code-form-item .delete-icon[data-v-3581a783]:before {
  position: absolute;
  height: 12px;
  left: 6px;
  top: -10px;
  content: "";
  display: block;
  border-left: 1px solid rgb(221, 221, 221);
}
.pro-form1 .el-form .data-set .data-set-path[data-v-3581a783],
.pro-form1 .el-form .big-model .data-set-path[data-v-3581a783],
.pro-form1 .el-form .code-form-item .data-set-path[data-v-3581a783] {
  position: relative;
  margin-left: 32px;
}
.pro-form1 .el-form .data-set .data-set-path[data-v-3581a783]  .el-select,
.pro-form1 .el-form .big-model .data-set-path[data-v-3581a783]  .el-select,
.pro-form1 .el-form .code-form-item .data-set-path[data-v-3581a783]  .el-select {
  width: calc(100% - 177px);
  max-width: 712px;
  min-width: 435px;
}
.pro-form1 .el-form .data-set .data-set-path[data-v-3581a783]:after,
.pro-form1 .el-form .big-model .data-set-path[data-v-3581a783]:after,
.pro-form1 .el-form .code-form-item .data-set-path[data-v-3581a783]:after {
  position: absolute;
  width: 21px;
  left: -26px;
  top: 18px;
  content: "";
  display: block;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.pro-form1 .el-form .data-set .local-path[data-v-3581a783],
.pro-form1 .el-form .big-model .local-path[data-v-3581a783],
.pro-form1 .el-form .code-form-item .local-path[data-v-3581a783] {
  position: relative;
  margin-top: 25px;
  margin-left: 32px;
  font-size: 12px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
}
.pro-form1 .el-form .data-set .local-path .local-path-label[data-v-3581a783],
.pro-form1 .el-form .big-model .local-path .local-path-label[data-v-3581a783],
.pro-form1 .el-form .code-form-item .local-path .local-path-label[data-v-3581a783] {
  font-size: 12px;
}
.pro-form1 .el-form .data-set .local-path[data-v-3581a783]  .el-input,
.pro-form1 .el-form .big-model .local-path[data-v-3581a783]  .el-input,
.pro-form1 .el-form .code-form-item .local-path[data-v-3581a783]  .el-input {
  width: calc(100% - 314px);
}
.pro-form1 .el-form .data-set .local-path[data-v-3581a783]  .el-input .el-input__inner,
.pro-form1 .el-form .big-model .local-path[data-v-3581a783]  .el-input .el-input__inner,
.pro-form1 .el-form .code-form-item .local-path[data-v-3581a783]  .el-input .el-input__inner {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background-color: transparent;
}
.pro-form1 .el-form .data-set .local-path[data-v-3581a783]  .el-input .el-input__inner:focus,
.pro-form1 .el-form .big-model .local-path[data-v-3581a783]  .el-input .el-input__inner:focus,
.pro-form1 .el-form .code-form-item .local-path[data-v-3581a783]  .el-input .el-input__inner:focus {
  box-shadow: none;
}
.pro-form1 .el-form .data-set .local-path[data-v-3581a783]:after,
.pro-form1 .el-form .big-model .local-path[data-v-3581a783]:after,
.pro-form1 .el-form .code-form-item .local-path[data-v-3581a783]:after {
  position: absolute;
  width: 21px;
  left: -26px;
  top: 13px;
  content: "";
  display: block;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.pro-form1 .el-form .data-set .btn-container[data-v-3581a783],
.pro-form1 .el-form .big-model .btn-container[data-v-3581a783],
.pro-form1 .el-form .code-form-item .btn-container[data-v-3581a783] {
  margin-top: 7px;
  font-size: 12px;
  color: #666;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.pro-form1 .el-form .data-set .btn-container .el-button[data-v-3581a783],
.pro-form1 .el-form .big-model .btn-container .el-button[data-v-3581a783],
.pro-form1 .el-form .code-form-item .btn-container .el-button[data-v-3581a783] {
  margin-right: 10px;
}
.pro-form1 .el-form .data-set .btn-container .plus-icon[data-v-3581a783],
.pro-form1 .el-form .big-model .btn-container .plus-icon[data-v-3581a783],
.pro-form1 .el-form .code-form-item .btn-container .plus-icon[data-v-3581a783] {
  font-size: 16px;
  margin-right: 5px;
}
.pro-form1 .el-form .code-form-item .delete-icon[data-v-3581a783]:before {
  height: 40px;
}
.pro-form1 .table-info[data-v-3581a783] {
  margin-top: 16px;
  width: calc(100% - 180px);
  max-width: 745px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  height: 36px;
  line-height: 36px;
  background: #f0f7ff;
  border-radius: 3px;
}
.pro-form1 .table-info .info-icon[data-v-3581a783] {
  color: #3d73f5;
  margin-left: 17px;
  margin-right: 5px;
}
.pro-form1 .command[data-v-3581a783] {
  display: flex;
  width: calc(100% - 158px);
}
.pro-form1 .command .code[data-v-3581a783] {
  max-height: 205px;
  overflow: auto;
  width: 100%;
  max-width: 745px;
  min-width: 468px;
  line-height: 20px;
  min-height: 32px;
  background-color: #f8f9fa;
}
.pro-form1 .command .vue-codemirror[data-v-3581a783] {
  width: 100%;
}
.pro-form1 .btn-wrap[data-v-3581a783] {
  padding: 8px 40px;
  display: flex;
  justify-content: flex-end;
}
.pro-form1 .config-path[data-v-3581a783] {
  font-size: 12px;
}
.ide-select .option-container[data-v-3581a783] {
  max-width: 750px;
}
.ide-select .option-container .el-button[data-v-3581a783] {
  margin: 8px auto 6px 18px;
}
.ide-select .option-container[data-v-3581a783]  .el-cascader-menu:last-child {
  width: 100%;
}
.ide-select .option-container[data-v-3581a783]  .el-cascader-menu:last-child .el-cascader-menu__wrap {
  height: 100%;
  max-height: 200px;
}
.ide-select .input-container[data-v-3581a783] {
  padding: 4px 18px 0;
  display: flex;
  align-items: center;
}
.ide-select .input-container .input-sync[data-v-3581a783] {
  width: 52px;
  cursor: pointer;
  color: #3d73f5;
  margin-left: 12px;
}
.ide-select .input-container .input-sync span[data-v-3581a783] {
  margin-left: 6px;
}
.ide-select .input-container .el-input[data-v-3581a783] {
  width: 100%;
}
.ide-select[data-v-3581a783]  .el-select-dropdown__item {
  word-break: break-all;
}
.ide-select .el-select-dropdown__item .el-checkbox[data-v-3581a783] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ide-select .el-select-dropdown__item .el-checkbox .el-checkbox__label[data-v-3581a783] {
  max-width: 224px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.ide-select .el-select-dropdown__item[data-v-3581a783]:after {
  position: absolute;
  display: none;
}
.config[data-v-3581a783] {
  margin-left: 10px;
  vertical-align: middle;
}
.config-info[data-v-3581a783] {
  height: 36px;
  margin-top: 16px;
  width: calc(100% - 180px);
  min-width: 560px;
}
.config-info[data-v-3581a783]  .el-alert.el-alert--info.is-light {
  align-items: center;
}
.data-select[data-v-3581a783] {
  width: calc(100% - 277px);
}
.data-select .option-container[data-v-3581a783] {
  max-width: 712px;
  min-width: 435px;
}
.data-select .option-container .option-item[data-v-3581a783] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
}
.data-select .option-container .option-item .quicken-status[data-v-3581a783] {
  padding: 0px 8px;
  height: 24px;
  line-height: 24px;
  background: #fff9f0;
  color: #ff8f34;
}
.data-select .option-container .el-button[data-v-3581a783] {
  margin: 8px auto 6px 18px;
}
.big-model .el-cascader[data-v-3581a783] {
  width: 100%;
}
.big-model[data-v-3581a783]  .el-input {
  width: calc(100% - 177px);
}
.pro-form-bottom[data-v-3581a783] {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 72px;
  padding: 20px 20px 20px 40px;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
}
.pro-form-bottom a[data-v-3581a783] {
  text-decoration: none;
}
.pro-form-bottom .warning-message[data-v-3581a783] {
  position: absolute;
  left: 42px;
  top: 14px;
  font-size: 12px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
}
.pro-form-bottom .price-wrap[data-v-3581a783] {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}
.pro-form-bottom .price-wrap .price[data-v-3581a783] {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #df0629;
  line-height: 18px;
}
.pro-form-bottom .unit[data-v-3581a783] {
  font-size: 10px;
  font-weight: 400;
  color: #333;
  line-height: 14px;
}
.pro-form-bottom .protocol[data-v-3581a783] {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  line-height: 17px;
}
.pro-form-bottom .protocol[data-v-3581a783]  .el-checkbox__label {
  color: #666;
}
.pro-form-bottom .question-icon[data-v-3581a783] {
  color: #353f58;
  margin-right: 11px;
  margin-left: 11px;
  cursor: pointer;
}
.pro-form-bottom .insufficient-balance-text[data-v-3581a783] {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}
.eye-fill-icon[data-v-3581a783] {
  margin-left: 10px;
}
.personal-storage[data-v-3581a783] {
  width: calc(100% - 180px);
  background: #f7f8fa;
  padding: 20px 0;
}
.personal-storage[data-v-3581a783]  .el-form-item__label,
.personal-storage[data-v-3581a783]  .el-form-item__content {
  line-height: 12px;
}
.personal-storage .switch-wrapper[data-v-3581a783]  .el-form-item__label,
.personal-storage .switch-wrapper[data-v-3581a783]  .el-form-item__content {
  line-height: 20px;
}
.personal-storage .tips-header[data-v-3581a783] {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.personal-storage .tips-header .svg-icon[data-v-3581a783] {
  margin-right: 8px;
  color: #999;
}
.personal-storage .tips[data-v-3581a783] {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  text-indent: 20px;
}
.personal-storage .tips[data-v-3581a783]:last-child {
  margin-bottom: 20px;
}
.personal-storage .cache-path[data-v-3581a783] {
  margin: 20px 0;
}
.personal-storage .home-path[data-v-3581a783] {
  margin: 20px 0 9px;
}
.mirror-type .svg-icon[data-v-3581a783] {
  color: #666;
}
[data-v-3581a783] .form-item__info.svg-icon {
  color: #666;
}
.protected-output-path[data-v-3581a783]  .el-input .el-input__inner {
  position: relative;
  z-index: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.protected-output-path[data-v-3581a783]  .el-input .el-input__suffix {
  z-index: 1;
}
.protected-output-path-btn[data-v-3581a783] {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 9px;
}
.protected-output-path-btn[data-v-3581a783]:hover {
  z-index: 1;
}
.protected-output-path[data-v-3581a783]  .el-form-item__error {
  position: inherit;
}
.protected-output-path-content[data-v-3581a783] {
  margin-left: 140px;
  margin-top: -14px;
  font-size: 12px;
}
.protected-output-path-content .title[data-v-3581a783] {
  color: #333;
  margin-bottom: 6px;
}
.protected-output-path-content .tip[data-v-3581a783] {
  color: #666;
}
[data-v-3581a783] .block__content {
  margin-left: 0;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.el-popper.form-item__info--dark {
  max-width: 300px;
}
.command .CodeMirror {
  height: auto;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.publish-model[data-v-12b72c95] {
  display: flex;
  justify-content: center;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Mixins */
.step-form .form__content[data-v-eba12022] {
  max-width: 1080px;
  margin: var(--margin-5x) auto;
}
.step-form .form__footer[data-v-eba12022] {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.step-form[data-v-eba12022]  .el-step {
  min-width: 180px !important;
}
.step-form .steps[data-v-eba12022] {
  width: 100%;
  justify-content: center;
}
