.select-user {
  display: flex;

  .user-table {
    width: 100%;
    padding: 10px;
  }

  .user-name {
    width: 250px;
    padding-left: 17px;
    border-bottom: 1px solid #e9e9e9;
    height: 30px;
  }

  .user-check {
    width: 400px;
    text-align: right;
    padding-right: 40px;
    border-bottom: 1px solid #e9e9e9;
    height: 30px;
  }

  .ant-table-content {
    height: 200px !important;
    overflow: auto;
  }

  .right-area {
    height: 280px;
    width: 370px;
    border-left: 1px solid #e9e9e9;

    .right-head {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #e9e9e9;
    }

    .countinfo {
      width: 190px;
      height: 29px;
      margin-top: 8px;
      margin-left: 5px;
    }

    .deletebtn {
      float: right;
      margin-top: 3px;
    }
  }

  .right-content {
    height: 240px;
    overflow-y: auto;
    .right-name {
      width: 260px;
      padding-left: 17px;
      border-bottom: 1px solid #e9e9e9;
      height: 30px;
    }

    .right-fun {
      width: 60px;
      padding-right: 40px;
      text-align: right;
      border-bottom: 1px solid #e9e9e9;
      height: 30px;
    }
  }
}

.relateParty {
  .ant-table-tbody > tr > td {
    padding: 4px 0px !important;
  }

  .ant-table-thead > tr > th {
    visibility: hidden;
    height: 0;
  }

}
