.ls-vertical{

  .ls-container.ls-project{
    border-top: 1px solid #DCDFE6;
    padding-top: 20px;
    margin: 0;

    .steps{
      margin: 20px auto  60px;
      width: 855px;
      height: 2px;
      background: #DCDFE6;
      border-radius: 5px;
      position: relative;
      .step {
        width: 40px;
        height: 40px;
        background: #C0C4CC;
        border-radius: 50%;
        position: absolute;
        top: -20px;
        align-items: center;
        display: flex;
        justify-content: center;
        i{
          color: #fff;
          font-size: 20px;
        }
      }
      .finish{
          background-color: #357FB9;
      }
      .st1{
        left: 20%;
      }
      .st2{
        left: 50%;
      }
      .st3{
        left: 80%;
      }
      .step-title{
        position: absolute;
        top: 40px;
        left: -45%;
        color: #333;
        font-size: 14px;
        white-space: nowrap;
      }
    }

    .form-wrap {
      flex: 1;
       overflow-y: auto;
       padding: 0 15px 30px;
    }

    .btns-wrap{
      display: flex;
      justify-content: center;
      margin-top: 8px;
    }

   .main-info {

    .tampalte-contain {
      position: relative;
       padding: 42px 12px 12px;
       display: inline-block;
       width: 100%;
       box-sizing: border-box;
       border: 1px solid #DDDDDD;
       box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
       margin-bottom: 10px;
       border-radius: 4px;

      .main-title {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        height: 40px;
        padding-left: 10px;
        line-height: 40px;
        background: #F5F5F5;
        border-radius: 3px 3px 0px 0px;
        color: #0077FA;
        font-weight: bold;
        margin-bottom: 40px;
        font-size: 13px;
      }
      .el-select, .el-date-editor{
        width: 100%;
      }
      .collapse-box {
          border: 1px solid #DCDFE6;
          padding: 0 10px;
          position: relative;
          .icon{
            position: absolute;
            right: 25px;
            top: 0;
            z-index: 9;
            // color: #C0C4CC;
          }
      }
      .info-box{
          background: #F8F8F8;
          margin-top: 10px;
          padding: 28px 15px 0 0;
          margin-top: 15px;
          position: relative;
          .delete-btn{
            position: absolute;
            right: 14px;
            top: -8px;
            z-index: 9;
            color: #0077FA;
          }
          .el-form-item__content{
            position: relative;
            >span{
              position: absolute;
              top: 0;
              left: -80px;
              color: red;
            }
          }

      }
       > .add-btn{
          position: absolute;
          right: 10px;
          top: 0;
          z-index: 9;
          color: #0077FA;
      }
      .right-tips {
        top: 10px;
        position: absolute;
        right: 100px;
        color: #FB6260;
      }
      .lh20 .el-form-item__label{
        line-height: 20px;
        width: 88px!important;
        margin-left: 36px;
      }
      .ml22 .el-form-item__label{
        line-height: 16px;
        width: 80px !important;
        margin-left: 18px;
      }
    }

    .order-temp-select{  margin: 15px 0;  }
    .detail-title {
      color: #000;
      font-weight: bold;
      line-height: 45px;
      background-color: #fff;
      display: flex;
      flex-direction: row;

      .product-line {
        padding: 0 9px 0 9px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        background: #f59a23;
        border-radius: 15px;
        margin: 16px 0 0 15px;
        color: #fff;
        font-size: 10px;
      }
      .work-type {
        line-height: 15px;
        padding: 0 9px 0 9px;
        height: 15px;
        text-align: center;
        border-radius: 15px;
        background-color: #8080ff;
        margin: 16px 0 0 15px;
        color: #fff;
        font-size: 10px;
      }
    }
    .el-form-item {
      position: relative;
      .el-form-item__content{
        >.el-button{
          position: absolute;
          top: 0;
          right: 0;
          z-index: 9;
        }
      }
    }
    .el-textarea .el-input__count{
      background-color: unset;
      bottom: 0;
    }

   }

  }

}
