@charset "UTF-8";
/** 颜色 */
/** 字体大小 */
/** 间距 */
/** 圆角 */
/** 选中配置 */
/** 布局 */
.progress-finishedTasks {
  background: #46B683;
}

.progress-handlingTasks {
  background: #2E6BE6;
}

.progress-checkingTasks {
  background: #ECD146;
}

.progress-revisingTasks {
  background: #9E4CD9;
}

.progress-waitForCheckTasks {
  background: #ED7824;
}

.progress-waitForReviseTasks {
  background: #C9A0E6;
}

.progress-abnormalTasks {
  background: #ED3524;
}

.progress-waitForHandleTasks {
  background: #DBDBDB;
}

.pointer, .gx_drawer_container ul li, .x6-menu-item {
  cursor: pointer;
  transition: all 0.2s linear;
}

.flex, .gx_drawer_container, .project-box .project-info .gx_drawer_container, .project-box .project-info .flex, .project-box .project-info .flex_between, .project-box .project-info .procedure-box, .project-box .project-info .procedure-box .heydat_procedure_datatype, .procedure-box .project-box .project-info .heydat_procedure_datatype, .project-box .project-info .procedure-box .heydat_procedure_status, .procedure-box .project-box .project-info .heydat_procedure_status, .project-box .project-info .procedure-type-box, .project-box .project-info .multiplicity-box.active, .project-box .project-info .multiplicity-box.befor-class, .project-box .project-info .multiplicity-box.after-class,
.project-box .project-info .flex-align, .multiplicity-box.after-class, .multiplicity-box.befor-class, .multiplicity-box.active, .procedure-type-box, .flex_between, .procedure-box .heydat_procedure_status, .procedure-box .heydat_procedure_datatype, .procedure-box {
  display: flex;
}

.flex_between, .procedure-box .heydat_procedure_status, .procedure-box .heydat_procedure_datatype, .procedure-box {
  justify-content: space-between;
}

.omite, .procedure-box .heydat_procedure_datatype .datatype_item, .procedure-box .heydat_procedure_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/** 工序样式 */
.procedure-box {
  border-radius: 4px;
  box-sizing: border-box;
  flex-direction: column;
}
.procedure-box .heydat_procedure_title {
  padding: 12px 14px 0;
  font-size: 16px;
  color: #000;
}
.procedure-box .heydat_procedure_title span {
  display: inline-block;
  vertical-align: sub;
}
.procedure-box .heydat_procedure_title .is-qc {
  width: 28px;
  line-height: 28px;
  border-radius: 8px;
  background: #2E6BE6;
  opacity: 0.5;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.procedure-box .heydat_procedure_title .is-weight{
  width: 28px;
  line-height: 28px;
  border-radius: 8px;
  background: #F7C39D;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.procedure-box .heydat_procedure_datatype {
  line-height: 22px;
  font-size: 12px;
  align-items: center;
  margin: 0 10px;
  border-radius: 6px;
  overflow: hidden;
}
.procedure-box .heydat_procedure_datatype .datatype_item {
  margin: 0 1px;
  padding: 0 8px;
  background: #f5f5f5;
  color: #666;
  flex: 1;
}
.procedure-box .heydat_procedure_datatype .datatype_item:hover {
  color: #FD8200;
}
.procedure-box .heydat_procedure_status {
  justify-content: start;
  padding: 0 14px;
}
.procedure-box .heydat_procedure_status .finish-status,
.procedure-box .heydat_procedure_status .error-status {
  color: #666;
  font-size: 12px;
  margin-right: 12px;
}
.procedure-box .heydat_procedure_status .finish-status span,
.procedure-box .heydat_procedure_status .error-status span {
  margin-left: 4px;
}
.procedure-box .heydat_procedure_status .finish-status > i,
.procedure-box .heydat_procedure_status .error-status > i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 50%;
  height: 6px;
  width: 6px;
}
.procedure-box .heydat_procedure_status .finish-status > i {
  background: #47CC7F;
}
.procedure-box .heydat_procedure_status .finish-status span {
  color: #47CC7F;
}
.procedure-box .heydat_procedure_status .error-status > i {
  background: #f5222d;
}
.procedure-box .heydat_procedure_status .error-status span {
  color: #f5222d;
}
.procedure-box .work-measure {
  color: #666;
  font-size: 12px;
  padding: 0 14px;
  margin-bottom: 10px;
}
.procedure-box .work-measure span, .procedure-box .work-measure font {
  display: inline-block;
  vertical-align: bottom;
}
.procedure-box .work-measure span {
  margin: 0 4px;
  color: #FD8200;
}
.procedure-box .progress-box {
  height: 6px;
  white-space: nowrap;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.procedure-box .progress-box .progress-item {
  display: inline-block;
  vertical-align: text-top;
  height: 100%;
  width: 100%;
}
.procedure-box:hover::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 4px;
  border: 2px solid #FD8200;
}
.procedure-box:hover .heydat_svg_icon {
  background: #ED7824;
  color: #fff;
}
.procedure-box:hover .heydat_svg_icon .svg_icon {
  display: none;
}
.procedure-box:hover .heydat_svg_icon .active {
  display: inline-block !important;
}

.procedure-type-box {
  padding: 8px;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}
.procedure-type-box .heydat_svg_icon {
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  background: #FFE5D2;
  border-radius: 50%;
}
.procedure-type-box .heydat_svg_icon i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  color: #ED7824;
}
.procedure-type-box .heydat_svg_icon .active {
  display: none;
  color: #ffffff;
}
.procedure-type-box .heydat_svg_name {
  font-size: 14px;
  line-height: 20px;
}
.procedure-type-box .heydat_procedure_datatype {
  width: 106px;
  margin: 0;
}

.multiplicity-box {
  width: 100%;
  display: none;
  align-items: center;
  font-size: 12px;
}
.multiplicity-box span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 6px;
  border-radius: 4px;
  background: #FFE5D2;
  color: #ED7824;
}
.multiplicity-box.befor-class span {
  background: #D8E5FE;
  color: #2E6BE6;
}
.multiplicity-box.after-class span {
  background: #FFD9F2;
  color: #DE2AA2;
}

.x6-node-selected .heydat_svg_icon {
  background: #ED7824;
  color: #fff;
}
.x6-node-selected .heydat_svg_icon .svg_icon {
  display: none;
}
.x6-node-selected .heydat_svg_icon .active {
  display: inline-block !important;
}

.project-box .project-info {
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
}
.project-box .project-info .title {
  margin-bottom: 5px;
}
.project-box .project-info .flex-align {
  align-items: center;
}
.project-box .project-info .col-box {
  width: 80px;
  margin-bottom: 5px;
}
.project-box .project-info .icon {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 5px;
}

.x6-menu-item:hover {
  color: #FD8200;
}

.gx_drawer_container {
  position: absolute;
  background: #fff;
  top: 20px;
  left: 40px;
  z-index: 999;
  align-items: center;
}
.gx_drawer_container ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  padding: 9px 0;
}
.gx_drawer_container ul li {
  flex: 1;
  width: 42px;
  text-align: center;
  user-select: none;
  color: #666;
}
.gx_drawer_container ul li button{
  padding: 0;
  color: #666;
}
.gx_drawer_container ul li i {
  font-size: 16px;
}
.gx_drawer_container ul li p {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  white-space: nowrap;
}
.gx_drawer_container ul li button:hover,
.gx_drawer_container ul li button:focus {
  color: #FD8200;
}
.gx_drawer_container .drawer_handle {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.gx_drawer_container .drawer_handle i {
  font-size: 16px;
}
.gx_drawer_container .drawer_handle::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 1px;
  height: 40%;
  background-color: #ddd;
  top: 50%;
  transform: translateY(-50%);
}
.x6-widget-dnd{
  z-index: 9999;
}