.contentWrap {
  padding: 10px 30px 0;
  .back_Wrap {
    height: 51px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    margin-bottom: 20px;
    .breadcrumb {
      line-height: 50px;
    }
    .qw-icon-arrow-left {
      margin-right: 12px;
    }
  }

  .pageWrap {
    display: flex;
    justify-content: center;
    margin: 28px;
  }

  .search_mod {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
  }

  .opration-btn {
    cursor: pointer;
  }

  .opration-btn:hover {
    color: #ff884d;
  }

  .table_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;

    border-bottom: 1px solid #e5e5e5;

    .occupation {
      min-width: 63px;
    }

    .tab_item {
      display: inline-block;
      padding: 15px;
      color: #ff884d;
      font-size: 16px;
      font-weight: 600;
      border-bottom: 2px solid #ff884d;
      margin-bottom: -1px;
    }
  }
}