
 //阶段图/相位图例
 .intersection-stages, .intersection-phases {
  .cross-content {
    margin-top: 19PX;
    // margin-left: 7PX;
    overflow: hidden;
  }
  .cross-name {
    // height: 13PX;
    font-size: 14PX;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22PX;
    letter-spacing: 0PX;
    color: $--color-text-regular;
  }
  .control-model {
    float: left;
    margin-top: 10PX;
    // margin-left: 15PX;
  }
  .single-model {
    margin-right: 10px;
    text-align: center;
    cursor:pointer;
    width: 70px;
    height: 65px;
    background-color: #edf6ff;
    border-radius: 6px;
    line-height: 1.15;
    .patternWalk{
      // left: 8PX !important;
      top: 5PX !important;
    }
  }
  .single-model-select {
    // background-color: #a2cfff;
  }
  .single-model-name {
    margin-top: 3px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    // line-height: 22PX;
    letter-spacing: 0px;
    color: #606266;
  }
  .current-stage-num {
    margin-top: 3PX;
    font-size: 12PX;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0PX;
    // color: #303133;
    color:#606266;
  }
 }