@charset "UTF-8";
.process[data-v-fab1fc9a] {
  width: 100%;
  overflow-x: scroll;
  height: calc(100% - 110px);
  background-color: #f5f5f5;
}
.process .stepCon[data-v-fab1fc9a] {
  width: 100%;
}
.process .panel[data-v-fab1fc9a] {
  margin-bottom: 150px;
  position: relative;
}
.process .panel .el-row[data-v-fab1fc9a] {
  color: #666;
}
.process .panel .el-row .el-col.el-col-3[data-v-fab1fc9a] {
  width: 150px;
}
.process .panel .el-row .el-col.el-col-3 ul[data-v-fab1fc9a] {
  height: 100%;
  min-height: 500px;
}
.process .panel .el-row .el-col.el-col-3 li[data-v-fab1fc9a] {
  width: calc(100% - 15px);
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 15px auto;
  cursor: move;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*overflow: hidden;*/
}
.process .panel .el-row .el-col.el-col-3 li h1[data-v-fab1fc9a] {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
  color: #2A97F9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.process .panel .el-row .el-col.el-col-3 li h2[data-v-fab1fc9a] {
  font-weight: normal;
  color: #2A97F9;
  margin-bottom: 5px;
  font-size: 12px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}
.process .panel .el-row .el-col.el-col-3 li h2 span[data-v-fab1fc9a] {
  color: #666;
}
.process .panel .el-row .el-col.el-col-3 li p[data-v-fab1fc9a] {
  color: #666;
  font-size: 12px;
  overflow: hidden; /*超出的部分隐藏起来。*/
  white-space: nowrap; /*不显示的地方用省略号...代替*/
  text-overflow: ellipsis; /* 支持 IE */
}
.process .panel .el-row .el-col.el-col-3 li.empty-content[data-v-fab1fc9a] {
  padding: 0;
  height: 0;
  background-color: #f3f3f3;
}
.wrap[data-v-fab1fc9a] {
  word-wrap: break-word;
  word-break: normal;
}
.flex[data-v-fab1fc9a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex ul[data-v-fab1fc9a] {
  height: 100%;
  min-height: 500px;
}
.flex li[data-v-fab1fc9a] {
  width: calc(100% - 15px);
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 15px auto;
  cursor: move;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*overflow: hidden;*/
}
.flex li h1[data-v-fab1fc9a] {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
  color: #2A97F9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flex li h2[data-v-fab1fc9a] {
  font-weight: normal;
  color: #2A97F9;
  margin-bottom: 5px;
  font-size: 12px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}
.flex li h2 span[data-v-fab1fc9a] {
  color: #666;
}
.flex li p[data-v-fab1fc9a] {
  color: #666;
  font-size: 12px;
  overflow: hidden; /*超出的部分隐藏起来。*/
  white-space: nowrap; /*不显示的地方用省略号...代替*/
  text-overflow: ellipsis; /* 支持 IE */
}
.flex li.empty-content[data-v-fab1fc9a] {
  padding: 0;
  height: 0;
  background-color: #f3f3f3;
}
.step[data-v-fab1fc9a] {
  height: 100%;
  overflow-y: hidden;
}
