#process{
  .ls-container{
    margin: 0;
    border-top: 1px solid #DCDFE6 ;
    overflow: auto;
    padding: 20px;
    .el-form{
      padding: 0;
    }
    .tab-contain{

      .el-tabs{
        min-height: 200px;
        overflow: visible;
         .el-tabs__nav{

           .el-tabs__item{

             .is-active {
               border-bottom: 2px solid #0077FA;
             }
           }

         }
         .el-tabs__content .el-tab-pane{
           overflow: auto;
           // padding-top: 15px;
         }
         .contain{
           flex: 1;
           display: flex;
           flex-direction: column;
           overflow: hidden;

           .dropdown{
             position: absolute;
             left: 0;
             top: 1px;
             z-index: 999;
             padding: 6px 20px;
             margin-left: 10%;
             border: 1px solid #EBEEF5;
             border-radius: 4px;
             box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
             text-align: center;
             >div {
               line-height: 22px;
               cursor: pointer;
             }
           }
           .btns{
             display: flex;
             justify-content: flex-end;
             align-items: center;
             margin-bottom: 10px;
             .el-button--info:hover {
               background-color: #0077FA;
               border-color: #0077FA;
             }
           }
           // .bg77FA{
           //   background-color: #0077FA;
           //   border-color: #0077FA;
           // }
           .el-radio-group {
             margin-right: 20px;
           }
           .table-wrap{
             flex: 1;
             margin-top: 15px;
           }
         }

       }
    }
    .title{
      font-size: 14px;
      font-weight: bold;
      line-height: 21px;
      color: #0077FA;
    }
  }
  .star{
    color: #FF0000;
  }
  .line{
    min-height: 10px;
    background-color: #F5F5F5;
    margin: 0 -20px 20px;
  }
}
