
.node-wrap,
.flow-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  width: 100%;
  padding: 0 50 px;
  position: relative;
}

.design-engine[data-v-6827db58] {
  position: relative;
  height: 100%;
}
.design-engine .dingflow-design[data-v-6827db58] {
  width: 100%;
  overflow: auto;
  height: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.design-engine .dingflow-design .ie-polyfill-container[data-v-6827db58] {
  display: -ms-grid;
  -ms-grid-columns: min-content;
}
.design-engine .dingflow-design .ie-polyfill-container .box-scale[data-v-6827db58] {
  -webkit-transform: scale(1);
          transform: scale(1);
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 54.5px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 50% 0px 0px;
}
.design-engine .dingflow-design .ie-polyfill-container .box-scale .end-node[data-v-6827db58] {
  border-radius: 50%;
  font-size: 14px;
  color: rgba(25, 31, 37, 0.4);
  text-align: left;
}
.design-engine .dingflow-design .ie-polyfill-container .box-scale .end-node .end-node-circle[data-v-6827db58] {
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background: #dbdcdc;
}
.design-engine .dingflow-design .ie-polyfill-container .box-scale .end-node .end-node-text[data-v-6827db58] {
  margin-top: 5px;
  text-align: center;
}

.add-node-btn-box[data-v-c0e628e4] {
  width: 240px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  position: relative;
}
.add-node-btn-box[data-v-c0e628e4]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  width: 2px;
  height: 100%;
  background-color: #cacaca;
}
.add-node-btn-box .add-node-btn[data-v-c0e628e4] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 240px;
  padding: 20px 0px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.add-node-btn-box .add-node-btn .btn[data-v-c0e628e4] {
  outline: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  background: #3296fa;
  border-radius: 50%;
  position: relative;
  border: none;
  line-height: 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.add-node-btn-box .add-node-btn .btn[data-v-c0e628e4]:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.1);
}
.add-node-btn-box .add-node-btn .btn .icon-font[data-v-c0e628e4] {
  color: #fff;
  font-size: 16px;
}
.add-node-popover-body {
  max-width: 336px;
}
.add-node-popover-body .add-node-popover-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #191F25 !important;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 160px;
  background: rgba(17, 31, 44, 0.02);
  padding: 8px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}
.add-node-popover-body .add-node-popover-item .icon-font {
  font-size: 20px;
  line-height: 40px;
}
.add-node-popover-body .add-node-popover-item .item-wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-right: 12px;
}
.add-node-popover-body .add-node-popover-item:hover {
  background: #FFFFFF;
  border: 1px solid #ecedef;
  -webkit-box-shadow: 0 2px 8px 0 rgba(17, 31, 44, 0.08);
          box-shadow: 0 2px 8px 0 rgba(17, 31, 44, 0.08);
}
.add-node-popover-body .add-node-popover-item.approver .item-wrapper {
  color: #FF943E;
}
.add-node-popover-body .add-node-popover-item.notifier .item-wrapper {
  color: #3296FA;
}
.add-node-popover-body .add-node-popover-item.route .item-wrapper {
  color: #15BC83;
}
.node-wrap,
.flow-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  width: 100%;
  padding: 0 50px;
  position: relative;
}
.branch-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.branch-wrap .branch-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 270px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.branch-wrap .branch-box-wrap .branch-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 180px;
  height: auto;
  border-bottom: 2px solid #cccccc;
  border-top: 2px solid #cccccc;
  position: relative;
  margin-top: 15px;
}
.branch-wrap .branch-box-wrap .branch-box .add-branch {
  border: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  color: #0089ff;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.branch-wrap .branch-box-wrap .branch-box .col-box {
  background: #f4f9ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.branch-wrap .branch-box-wrap .branch-box .col-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  width: 2px;
  height: 100%;
  background-color: #cacaca;
}
.branch-wrap .branch-box-wrap .branch-box .col-box .top-left-cover-line {
  position: absolute;
  height: 3px;
  width: 50%;
  background-color: #f4f9ff;
  top: -2px;
  left: -1px;
}
.branch-wrap .branch-box-wrap .branch-box .col-box .bottom-left-cover-line {
  position: absolute;
  height: 3px;
  width: 50%;
  background-color: #f4f9ff;
  bottom: -2px;
  left: -1px;
}
.branch-wrap .branch-box-wrap .branch-box .col-box .top-right-cover-line {
  position: absolute;
  height: 3px;
  width: 50%;
  background-color: #f4f9ff;
  top: -2px;
  right: -1px;
}
.branch-wrap .branch-box-wrap .branch-box .col-box .bottom-right-cover-line {
  position: absolute;
  height: 3px;
  width: 50%;
  background-color: #f4f9ff;
  bottom: -2px;
  right: -1px;
}
.dingflow-design .auto-judge .sort-left,
.dingflow-design .auto-judge .sort-right {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1;
}
.condition-node {
  min-height: 220px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-flex: 1;
}
.condition-node .condition-node-box {
  padding-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
}
.condition-node .condition-node-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 100%;
  background-color: #cacaca;
}
.condition-node .condition-node-box .auto-judge {
  position: relative;
  width: 220px;
  background: #ffffff;
  border-radius: 4px;
  padding: 14px 19px;
  cursor: pointer;
}
.condition-node .condition-node-box .auto-judge .close {
  width: 14px;
  height: 14px;
  display: none;
  position: absolute;
  right: -2px;
  top: -2px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  z-index: 2;
  color: rgba(25, 31, 37, 0.56);
}
.condition-node .condition-node-box .auto-judge .priority-title {
  display: block;
  margin-right: 10px;
  float: right;
  color: rgba(25, 31, 37, 0.56);
}
.condition-node .condition-node-box .auto-judge:hover .close {
  display: block;
}
.condition-node .condition-node-box .auto-judge:hover .priority-title {
  display: none;
}
.condition-node .condition-node-box .auto-judge:hover::after {
  border: 1px solid #3296fa;
  -webkit-box-shadow: 0 0 6px 0 rgba(50, 150, 250, 0.3);
          box-shadow: 0 0 6px 0 rgba(50, 150, 250, 0.3);
}
.condition-node .condition-node-box .auto-judge::after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.condition-node .condition-node-box .auto-judge .title-wrapper {
  position: relative;
  font-size: 12px;
  color: #15bc83;
  text-align: left;
  line-height: 16px;
}
.condition-node .condition-node-box .auto-judge .title-wrapper .editable-title {
  line-height: 15px;
  overflow: hidden;
  border-bottom: dashed 1px transparent;
  display: inline-block;
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.condition-node .condition-node-box .auto-judge .title-wrapper .editable-title:hover {
  border-bottom: dashed 1px #ffffff;
}
.condition-node .condition-node-box .auto-judge .title-wrapper .editable-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 40px;
}
.condition-node .condition-node-box .auto-judge .content {
  font-size: 14px;
  color: #191f25;
  text-align: left;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.condition-node .condition-node-box .auto-judge .sort-right {
  right: 0;
  border-left: 1px solid #f6f6f6;
}
.disabled {
  color: #999 !important;
}
/*!
 * 
 * ant-design-vue v1.7.8
 * 
 * Copyright 2017-present, ant-design-vue.
 * All rights reserved.
 *       
 */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.arrows[data-v-3a0e3bf2]::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  border-style: solid;
  border-width: 8px 6px 4px;
  border-color: #cacaca transparent transparent;
  background: #f5f5f7;
}
.node-wrap-box[data-v-3a0e3bf2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.node-wrap-box .close[data-v-3a0e3bf2] {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}
.node-wrap-box:hover .close[data-v-3a0e3bf2] {
  display: block;
}
.node-wrap-box[data-v-3a0e3bf2]:hover::after {
  border: 1px solid #3296fa;
  -webkit-box-shadow: 0 0 6px 0 rgba(50, 150, 250, 0.3);
          box-shadow: 0 0 6px 0 rgba(50, 150, 250, 0.3);
}
.node-wrap-box[data-v-3a0e3bf2]::after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.node-wrap-box .node-type-0[data-v-3a0e3bf2],
.node-wrap-box .node-type-8[data-v-3a0e3bf2],
.node-wrap-box .node-type-2[data-v-3a0e3bf2],
.node-wrap-box .node-type-3[data-v-3a0e3bf2],
.node-wrap-box .node-type-4[data-v-3a0e3bf2],
.node-wrap-box .node-type-5[data-v-3a0e3bf2] {
  background: #0076ff;
}
.node-wrap-box .node-type-1[data-v-3a0e3bf2] {
  background: #ff7400;
}
.node-wrap-box .disabled[data-v-3a0e3bf2] {
  background: #999 !important;
}
.node-wrap-box .title[data-v-3a0e3bf2] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  padding-right: 30px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #ffffff;
  text-align: left;
  border-radius: 4px 4px 0px 0px;
}
.node-wrap-box .title .edit-title[data-v-3a0e3bf2] {
  line-height: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: dashed 1px transparent;
}
.node-wrap-box .title .edit-title[data-v-3a0e3bf2]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 40px;
}
.node-wrap-box .content[data-v-3a0e3bf2] {
  position: relative;
  font-size: 14px;
  padding: 16px;
  padding-right: 30px;
}
.node-wrap-box .content .text[data-v-3a0e3bf2] {
  display: block;
}
