
[data-v-47a0af9e] .inputtime input.el-input__inner {
  border: none;
  padding-left: 0px;
}

/*::v-deep .inputtime .el-input__prefix{*/
/*  left: -15px;*/
/*}*/
[data-v-47a0af9e] .el-input__prefix {
  left: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  right: 0px;
  top: 1px;
  padding-right: 5px;
}
[data-v-47a0af9e] .el-input--suffix:hover .el-input__prefix {
  display: none;
}
[data-v-47a0af9e] .el-date-editor:hover .el-input__prefix {
  display: none;
}
[data-v-47a0af9e] .el-input--small .el-input__inner {
  min-height: 40px !important;
}
[data-v-47a0af9e] .nameInput .el-input__inner {
  border: none;
  height: 38px;
  line-height: 38px;
  padding: 0 0px;
  font-size: 13px;
  color: #333333;
  font-weight: 400;
  font-family: PingFang SC;
}
[data-v-47a0af9e] .nameInput .el-textarea__inner {
  border: none;
  padding: 10px 0px;
}
[data-v-47a0af9e] .el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item[data-v-47a0af9e] {
  margin-bottom: 0px;
}
.table-section[data-v-47a0af9e] {
  position: relative;
  width: 100%;
  margin-left: 80px;
}


/* 左上角固定标签 */
.left-tag[data-v-47a0af9e] {
  position: absolute;
  left: -100px; /* 调整与表格的距离 */
  top: 0;
  height: 40px; /* 固定高度 */
  line-height: 90px;
  background: #fff; /* 白色背景 */
  color: #333;
  font-weight: 500;
  font-size: 14px;
  padding: 0 12px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  z-index: 2;
}


/* 蓝色竖线 */
/*.table-section::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: -1px; !* 与表格对齐 *!*/
/*  top: 32px; !* 从表头下方开始 *!*/
/*  width: 0;*/
/*  border-right: 3px solid #2f78ff;*/
/*  height: calc(100% - 32px); !* 🔥 跟随表格高度减去表头 *!*/
/*  z-index: 1;*/
/*}*/

/* 每个阶段块 */
.stage-block[data-v-47a0af9e] {
  position: relative;
  /*margin-bottom: 20px;*/
}

/* 每个阶段块 */
.stage-block2[data-v-47a0af9e] {
  position: relative;
  /*margin-bottom: 20px;*/
}

/* 左侧标签 */
.stage-label[data-v-47a0af9e] {
  position: absolute;
  left: -87px;

  height: 26px;
  line-height: 26px;
  border-radius: 4px 0px 0px 4px;
  padding: 0 10px;
  font-size: 13px;
  color: #FFFFFF;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  opacity: 1;
  z-index: 2;
}
.top32[data-v-47a0af9e]{
  top: 32px;
}
.top0[data-v-47a0af9e]{
  top: 0px;
}
/* 竖线 */
.stage-block[data-v-47a0af9e]::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 32px; /* 从标签底部开始 */
  width: 0;
  border-right: 3px solid var(--line-color);
  height: calc(100% - 32px);
  z-index: 1;
  border-radius: 2px;
}

/* 竖线 */
.stage-block2[data-v-47a0af9e]::before {
  content: "";
  position: absolute;
  left: -1px;
  width: 0;
  border-right: 3px solid var(--line-color);
  height: calc(100% - 0px);
  z-index: 1;
  border-radius: 2px;
}

/* 图标样式 */
.stage-label i[data-v-47a0af9e] {
  margin-right: 4px;
  font-size: 14px;
}
[data-v-47a0af9e] .el-table::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  border-bottom: 1px dashed #CFD6DE;
}

/* 如果是第一个表格且总数为2，则隐藏下边框 */
[data-v-47a0af9e] .group-table.is-first.el-table::before {
  border-bottom: none !important;
}
.requiredStr[data-v-47a0af9e] {
  color: red;
}
.content-scroll[data-v-47a0af9e] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: auto;
  max-height: calc(1.5em * 7); /* 假设行高约1.5倍字体大小 */
  line-height: 1.5em;
  white-space: normal;
  word-break: break-word;
}
[data-v-47a0af9e] .content-scroll::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
[data-v-47a0af9e] .content-scroll::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(231, 231, 231, 0.2);
          box-shadow: inset 0 0 5px rgba(231, 231, 231, 0.2);
  background: #c1c1c1;
}
[data-v-47a0af9e] .content-scroll::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
}

/* 自定义滚动文本域样式 */
[data-v-47a0af9e] .textarea-scroll .el-textarea__inner {
  max-height: calc(1.5em * 7); /* 限制显示7行 */
  overflow-y: auto !important;
  line-height: 1.5em;
  white-space: pre-wrap;
  word-break: break-word;
}

/* 优化滚动条 */
[data-v-47a0af9e] .textarea-scroll .el-textarea__inner::-webkit-scrollbar {
  width: 6px;
}
[data-v-47a0af9e] .textarea-scroll .el-textarea__inner::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(231, 231, 231, 0.2);
          box-shadow: inset 0 0 5px rgba(231, 231, 231, 0.2);
  background: #c1c1c1;
}
[data-v-47a0af9e] .textarea-scroll .el-textarea__inner::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.font_14_4d4d[data-v-47a0af9e]{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #4D4D4D;
}

