  .greeDocument{
      display: flex;
      justify-content: center;
      margin: 150px 0 110px 0;
    }
    .greeTitle{
      font-size: 48px;
      font-family: Helvetica, Helvetica-Bold;
      font-weight: 700;
      text-align: left;
      color: rgba(0,0,0,0.85);
      margin-bottom: 46px;
      text-align: center;
    }
    .greeButton{
      margin: 46px 0 110px 0;
      padding: 10px 52px;
      background: #111111;
      color: #fff;
      border-radius: 24px;
      cursor: pointer;
    }
    .greeButton:hover {
      opacity: 0.6;
    }
    .headerName{
      background-color: #111 !important;
      color: #fff;
    }
    .el-table__empty-block{
      height: inherit !important;
    }
    .formWidth{
       width: 608px;
    }
    .tablewidth{
      width: 1200px
    }
   .el-select .el-input.is-focus .el-input__inner{
     border-color: #111111;
   }
   .el-select .el-input__inner:focus{
      border-color: #111111;
   }
   .el-select-dropdown__item.selected{
      border-color: #111111;
   }
   .el-select-dropdown__item.selected{
      border-color: #111111;
      color: #111111;
   }
   .el-input.is-active .el-input__inner, .el-input__inner:focus{
     border-color: #111111;
   }
   .el-textarea__inner:focus{
     border-color: #111111;
   }
   .el-dialog__headerbtn:hover .el-dialog__close{
       color: #111111 !important;
   }