.GooFlow {
  background: #d2e1f0;
  border: #99bbe8 1px solid;
  font: 12px Arial, Helvetica, sans-serif;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.GooFlow i {
  font-size: 1.33em;
}

.GooFlow_head i,
.GooFlow_tool i {
  display: inline-block;
  overflow: hidden;
  width: 18px;
  height: 18px;
  padding: 1px;
  padding-top: 2px;
  border-top: #fff 1px solid;
  border-left: #fff 1px solid;
  border-bottom: #000 1px solid;
  border-right: #000 1px solid;
  text-align: center;
  vertical-align: middle;
  color: #086ca2;
}

.GooFlow_head i:hover,
.GooFlow_tool i:hover {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1px;
  padding-top: 2px;
  border: #1386f8 1px solid;
}

.GooFlow_head {
  clear: both;
  height: 22px;
  padding: 1px;
}

.GooFlow_head label {
  font-weight: 700;
  text-indent: 18px;
  display: block inline;
  margin: 2px;
  border: #b7c8d7 1px solid;
  border-right: #e9f4fa 1px solid;
  border-bottom: #e9f4fa 1px solid;
  padding: 1px;
  width: 160px;
  text-align: center;
  float: left;
  color: #15428b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.GooFlow_head span {
  float: left;
  height: 22px;
  width: 0;
  overflow: hidden;
  border-left: #9ac6ff 1px solid;
  border-right: whiteFFF 1px solid;
  margin: 0 1px;
}

.GooFlow_head i {
  margin-right: 2px;
}

.GooFlow_tool {
  border: #b7c8d7 1px solid;
  float: left;
  margin: 0 3px;
  overflow: hidden;
  clear: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.GooFlow_tool_div {
  border: #e9f4fa 1px solid;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 24px;
}

.GooFlow_tool span {
  height: 0;
  overflow: hidden;
  border-bottom: #9ac6ff 1px solid;
  border-top: whiteFFF 1px solid;
  margin: 1px;
  clear: both;
  display: block;
}

.GooFlow_tool i {
  margin-bottom: 2px;
}

.GooFlow_tool_btndown i {
  display: block;
  overflow: hidden;
  border-top: #000 1px solid;
  border-left: #000 1px solid;
  border-bottom: #fff 1px solid;
  border-right: #fff 1px solid;
  background: #f6a32d;
}

.GooFlow_work {
  float: right;
  margin: 0 3px 3px 0;
  border: #99b1ce 1px solid;
  position: relative;
}

.GooFlow_work .GooFlow_work_inner {
  background-color: #d3d3d3;
  background-image: -webkit-linear-gradient(
      45deg,
      #ddd 25%,
      transparent 25%,
      transparent 75%,
      #ddd 75%,
      #ddd
    ),
    -webkit-linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd
          75%, #ddd);
  background-image: -moz-linear-gradient(
      45deg,
      #ddd 25%,
      transparent 25%,
      transparent 75%,
      #ddd 75%,
      #ddd
    ),
    -moz-linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd
          75%, #ddd);
  background-image: -o-linear-gradient(
      45deg,
      #ddd 25%,
      transparent 25%,
      transparent 75%,
      #ddd 75%,
      #ddd
    ),
    -o-linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd
          75%, #ddd);
  background-image: -ms-linear-gradient(
      45deg,
      #ddd 25%,
      transparent 25%,
      transparent 75%,
      #ddd 75%,
      #ddd
    ),
    -ms-linear-gradient(45deg, #ddd 25%, transparent 25%, transparent 75%, #ddd
          75%, #ddd);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.GooFlow_work .GooFlow_work_group {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.GooFlow_area {
  position: absolute;
  overflow: hidden;
}

.GooFlow_area.lock {
  cursor: default;
}

.GooFlow_area .bg {
  cursor: move;
  filter: Alpha(Opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

.GooFlow_area label {
  cursor: text;
  top: 1px;
  left: 1px;
  position: absolute;
  display: block;
  font-size: 12px;
  text-indent: 18px;
  height: 18px;
  line-height: 18px;
}

.GooFlow_area i {
  font-size: 1em;
  display: block;
  height: 11px;
  width: 11px;
  top: 1px;
  left: 1px;
  padding: 2px;
  position: absolute;
  cursor: pointer;
  border-top: #fff 1px solid;
  border-left: #fff 1px solid;
  border-bottom: gray 1px solid;
  border-right: gray 1px solid;
}

.GooFlow_area i:before {
  content: '\f192';
}

.GooFlow_work .area_red .bg {
  border: 1px solid red;
  background-color: #ff7865;
}

.GooFlow_work .area_red {
  color: red;
}

.GooFlow_work .area_yellow .bg {
  border: 1px solid #cd925a;
  background-color: #ffd564;
}

.GooFlow_work .area_yellow {
  color: #aa7600;
}

.GooFlow_work .area_blue .bg {
  border: 1px solid #347bb1;
  background-color: #549cde;
}

.GooFlow_work .area_blue {
  color: #347bb1;
}

.GooFlow_work .area_green .bg {
  border: 1px solid green;
  background-color: #84ca04;
}

.GooFlow_work .area_green {
  color: green;
}

v\:group,
v\:imagedata,
v\:line,
v\:oval,
v\:polyline,
v\:rect,
v\:stroke,
v\:textbox {
  display: inline-block;
  background: 0 0;
}

.GooFlow_work svg {
  display: block;
  position: absolute;
}

.GooFlow_work v\:group {
  position: relative;
  display: block;
}

.GooFlow_work v\:group v\:line {
  overflow: visible;
}

.GooFlow_work v\:group v\:polyline {
  overflow: visible;
}

.GooFlow_work v\:group div {
  cursor: text;
  position: absolute;
  overflow: visible;
  display: inline;
  float: left;
  white-space: nowrap;
}

.GooFlow_work .draw {
  color: #f30;
}

.GooFlow_item {
  position: absolute;
  background: #dde7f4;
  background: -webkit-radial-gradient(#ace, #dde7f4);
  background: -moz-radial-gradient(#ace, #dde7f4);
  background: -o-radial-gradient(#ace, #dde7f4);
  background: -ms-radial-gradient(#ace, #dde7f4);
  border: #7da2ce solid 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #15428b;
  background-color: #c1dcfc;
  box-shadow: 1px 1px 2px rgba(148, 170, 194, 2);
  -webkit-box-shadow: 1px 1px 2px rgba(148, 170, 194, 2);
  -moz-box-shadow: 1px 1px 2px rgba(148, 170, 194, 2);
}

.GooFlow_item table {
  border: 1px #ebf4fd solid;
  padding: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.GooFlow_item td {
  vertical-align: middle;
  text-align: center;
  padding: 0;
  cursor: default;
  word-wrap: break-word;
  word-break: break-all;
}

.GooFlow_item .ico {
  width: 18px;
  cursor: move;
  border-right: gray 1px solid;
}

.GooFlow_item.item_round .ico {
  border: none;
}

.GooFlow_item.item_round {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  border: #7da2ce solid 1px;
  width: 22px;
  height: 22px;
  overflow: visible;
}

.GooFlow_item.item_round table {
  border: 0;
  padding: 2px;
  width: 22px;
  height: 22px;
}

.GooFlow_item.item_round .span {
  display: block;
  text-align: center;
  position: absolute;
  top: 24px;
  left: -28px;
  width: 80px;
  overflow: visible;
  text-align: center;
  padding: 0;
  cursor: default;
  word-wrap: break-word;
  word-break: break-all;
}

.GooFlow div .rs_right {
  overflow: hidden;
  position: absolute;
  right: -1px;
  top: -1px;
  height: 100%;
  width: 6px;
  cursor: w-resize;
}

.GooFlow div .rs_bottom {
  overflow: hidden;
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 100%;
  height: 6px;
  cursor: n-resize;
}

.GooFlow div .rs_rb {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  cursor: nw-resize;
  background: url(images/gooflow_tip.png) no-repeat 0 -8px;
}

.GooFlow div .rs_close {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 7px;
  height: 7px;
  overflow: hidden;
  cursor: pointer;
  background: url(images/gooflow_tip.png) no-repeat 0 0;
}

.GooFlow .rs_ghost {
  position: absolute;
  display: none;
  overflow: hidden;
  border: #8ea4c1 1px dashed;
  background: #d9e8fb;
  filter: Alpha(Opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  z-index: 10;
}

.GooFlow .item_focus {
  border: #5068ae 1px solid;
}

.GooFlow .item_mark {
  border: #f30 1px solid;
}

.GooFlow .item_mark td {
  cursor: crosshair;
}

.GooFlow textarea {
  position: absolute;
  border: #5068ae 1px solid;
  display: none;
  font-size: 12px;
  overflow-y: visible;
  width: 100px;
  z-index: 10001;
}

.GooFlow .GooFlow_line_oper {
  width: 80px;
  height: 15px;
  background-color: #d8e8fc;
  border: #7da2ce 1px solid;
  position: absolute;
  filter: Alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 10000;
}

.GooFlow .GooFlow_line_move {
  filter: Alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  z-index: 9999;
}

.GooFlow .GooFlow_line_oper b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 2px;
  cursor: pointer;
}

.GooFlow .GooFlow_line_oper .b_l1 {
  background: url(images/GooFlow_line_oper.png) no-repeat 1px 1px;
}

.GooFlow .GooFlow_line_oper .b_l2 {
  background: url(images/GooFlow_line_oper.png) no-repeat 1px -14px;
}

.GooFlow .GooFlow_line_oper .b_l3 {
  background: url(images/GooFlow_line_oper.png) no-repeat 1px -29px;
}

.GooFlow .GooFlow_line_oper .b_x {
  background: url(images/GooFlow_line_oper.png) no-repeat 1px -44px;
  margin-left: 10px;
}

.GooFlow .GooFlow_line_oper b[class^='b_']:hover {
  background-color: #7da2ce;
}

.GooFlow .ico_cursor:before {
  content: '\f245';
}

.GooFlow .ico_direct:before {
  content: '\f178';
}

.GooFlow .ico_start:before {
  content: '\f04b';
}

.GooFlow .ico_end:before {
  content: '\f04d';
}

.GooFlow .ico_fork:before {
  content: '\f0ec';
}

.GooFlow .ico_join:before {
  content: '\f19e';
}

.GooFlow .ico_complex:before {
  content: '\f1b3';
}

.GooFlow .ico_node:before {
  content: '\f1aa';
}

.GooFlow .ico_task:before {
  content: '\f0c0';
}

.GooFlow .ico_chat:before {
  content: '\f1d7';
}

.GooFlow .ico_state:before {
  content: '\f05a';
}

.GooFlow .ico_plug:before {
  content: '\f24d';
}

.GooFlow .ico_group:before {
  content: '\f248';
}

.GooFlow .ico_open:before {
  content: '\f07c';
  color: #b97e00;
}

.GooFlow .ico_new:before {
  content: '\f016';
  color: #ff00ad;
}

.GooFlow .ico_reload:before {
  content: '\f021';
  color: #b14dff;
}

.GooFlow .ico_save:before {
  content: '\f0c7';
  color: #3908a2;
}

.GooFlow .ico_undo:before {
  content: '\f112';
  color: #00ac6b;
}

.GooFlow .ico_redo:before {
  content: '\f064';
  color: #00ac6b;
}

.GooFlow .ico_expand:before {
  content: '\f065';
  color: #b14dff;
}

.GooFlow i.ico_start,
.GooFlow i.ico_end {
  position: relative;
  top: -5px;
}

.GooFlow {
  border: 0;
  background: 0;
}

.GooFlow .item_mark {
  background: #f2f2f2;
  color: #fff;
  border: 0;
}

.GooFlow_work .GooFlow_work_inner {
  background-image: none;
  background: #fff;
}

.GooFlow_item td {
  padding: 10px 0;
  vertical-align: bottom;
}

.GooFlow_item {
  background: #f2f2f2;
  border: 0;
  color: #fff;
}

.GooFlow_item table {
  border: 0;
}

.GooFlow_work {
  border: 0;
}

.GooFlow_item .ico {
  position: absolute;
  left: 18px;
  width: 100%;
  top: 0;
  margin-left: -18px;
  border-right: 0;
}

.GooFlow_item .ico_node {
  font-size: 28px;
}

.GooFlow_item td:last-child {
  position: absolute;
  bottom: -30px;
  color: #333;
  width: 100%;
}

.GooFlow_item table {
  width: 100% !important;
  height: 100% !important;
}

.GooFlow_item {
  width: 80px;
  height: 80px;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 40px !important;
}

/* 服务节点
 无：还没到该节点
 0：进行中
 1：完结
 */

.GooFlow_item.service {
  background: url('./images/service1.png') no-repeat center;
}

.GooFlow_item.item_mark1.service {
  background: url('./images/service.png') no-repeat center;
}

.GooFlow_item.item_mark.service {
  background: url('./images/service0.png') no-repeat center;
}

/* 子流程节点 */
.GooFlow_item.activity {
  background: url('./images/activity.png') no-repeat center;
}

.GooFlow_item.item_mark1.activity {
  background: url('./images/activity1.png') no-repeat center;
}

.GooFlow_item.item_mark.activity {
  background: url('./images/activity0.png') no-repeat center;
}

/* 任务节点 */

.GooFlow_item_text {
  position: absolute;
  top: 88px;
  left: -20px;
  width: 120px;
  text-align: center;
}

.GooFlow_item .node_arrow {
  width: 13px;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 53px;
}

.GooFlow_item .node_location {
  position: absolute;
  width: 26px;
  height: 34px;
  display: inline-block;
  top: -40px;
  left: 25px;
}

@keyframes node_location {
  form {
    transform: rotateY(60deg);
  }
  to {
    transform: rotateY(180deg);
  }
}

/* 定位图 */
.GooFlow_item.item_mark.task .node_location {
  background: url('./images/node_location0.png') no-repeat center;
  -webkit-animation: node_location 3s infinite;
  -o-animation: node_location 3s infinite;
  animation: node_location 3s infinite;
}

.GooFlow_item.item_mark2.task .node_location {
  background: url('./images/node_location2.png') no-repeat center;
  -webkit-animation: node_location 3s infinite;
  -o-animation: node_location 3s infinite;
  animation: node_location 3s infinite;
}

/*　三角箭头　*/
.GooFlow_item.item_mark1.task .node_arrow {
  background: url('./images/node_arrow1.png') no-repeat center;
}

.GooFlow_item.item_mark.task .node_arrow {
  background: url('./images/node_arrow0.png') no-repeat center;
}

.GooFlow_item.item_mark2.task .node_arrow {
  background: url('./images/node_arrow2.png') no-repeat center;
}

.GooFlow_item.task .node_arrow {
  background: url('./images/node_arrow.png') no-repeat center;
  height: 6px;
}

/* 节点名称与审批人　*/
.GooFlow_item .node_name {
  display: inline-block;
  padding: 2px 10px;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 50px;
}

.GooFlow_item .user_name {
  line-height: 24px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
  overflow: hidden;
}

.GooFlow_item.item_mark.task .node_name {
  background: #ff6600;
  color: #fff;
  border: none;
}

.GooFlow_item.item_mark1.task .node_name {
  background: #339933;
  color: #fff;
  border: none;
}

.GooFlow_item.item_mark2.task .node_name {
  background: #cc0033;
  color: #fff;
  border: none;
}

.GooFlow_item.task .node_name {
  color: #333333;
  border: 1px solid #ccc;
}

.GooFlow_item.task {
  background: url('./images/task.png') no-repeat center;
}
.GooFlow_item.item_mark.task {
  border: 2px dashed #ff6600 !important;
  background: url('./images/task0.png') no-repeat center;
}

.GooFlow_item.item_mark1.task {
  background: url('./images/task1.png') no-repeat center;
}

.GooFlow_item.item_mark2.task {
  border: 2px dashed #c03 !important;
  background: url('./images/task2.png') no-repeat center;
}

/* 流入节点 */
.GooFlow_item.fork {
  background: url('./images/fork.png') no-repeat center;
  width: 40px;
  height: 40px;
}

.GooFlow_item.item_mark1.fork {
  background: url('./images/fork1.png') no-repeat center;
  width: 40px;
  height: 40px;
}

.GooFlow_item.item_mark.fork {
  background: url('./images/fork0.png') no-repeat center;
  width: 40px;
  height: 40px;
}

/* 流出节点 */
.GooFlow_item.join {
  background: url('./images/join.png') no-repeat center;
  width: 40px;
  height: 40px;
}

.GooFlow_item.item_mark1.join {
  background: url('./images/join1.png') no-repeat center;
  width: 40px;
  height: 40px;
}

.GooFlow_item.item_mark.join {
  background: url('./images/join0.png') no-repeat center;
  width: 40px;
  height: 40px;
}

/* 开始节点 */
.GooFlow_item.item_round.item_mark1.start {
  background: url('./images/start1.png') no-repeat center;
  width: 40px;
  height: 40px;
}

.GooFlow_item.item_round.start {
  background: url('./images/start.png') no-repeat center;
  width: 40px;
  height: 40px;
}

.GooFlow_item.item_round.item_mark.start {
  background: url('./images/start0.png') no-repeat center;
  width: 40px;
  height: 40px;
}

/* 结束节点 */
.GooFlow_item.item_round.item_mark1.end {
  background: url('./images/end1.png') no-repeat center;
  width: 40px;
  height: 40px;
}

.GooFlow_item.item_round.end .name {
  color: #666666;
  line-height: 40px;
  position: absolute;
  left: 46px;
  white-space: nowrap;
}

.GooFlow_item.item_round.start .name {
  color: #666666;
  line-height: 40px;
  position: absolute;
  right: 46px;
  white-space: nowrap;
}

.GooFlow_item.item_round.end {
  background: url('./images/end.png') no-repeat center;
  width: 40px;
  height: 40px;
}

.GooFlow_item.item_round.item_mark.end {
  background: url('./images/end0.png') no-repeat center;
  width: 40px;
  height: 40px;
}

.GooFlow_tip {
  visibility: hidden;
  left: 50%;
  opacity: 0;
  transition: opacity 0.3s;
  top: 50%;
  transform: translate(0, -50%);
  width: 350px;
}
.active .GooFlow_tip {
  visibility: visible;
  opacity: 1;
}
.GooFlow_tip h3 {
  font-weight: 600;
  font-size: 14px;
}
.GooFlow_tip span {
  margin-right: 5px;
  display: inline-block;
}
