.user-center-right-main {
  display: flex;
  flex-direction: column;
}
.user-center-right-main .main-header-title {
  flex-shrink: 0;
}
.user-center-right-main .main-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 1.5625rem;
}
.user-center-right-main .main-body .list-container {
  flex: 1;
  font-size: 0.9375rem;
  position: relative;
  padding-top: 1.875rem;
}
.user-center-right-main .main-body .list-container table {
  border-collapse: collapse;
  width: 100%;
}
.user-center-right-main .main-body .list-container table thead {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  background: #fff;
}
.user-center-right-main .main-body .list-container table thead tr {
  background: #f5f5f5;
}
.user-center-right-main .main-body .list-container table thead tr th {
  border: none;
  font-size: 0.9375rem;
  font-weight: normal;
  padding: 0.9375rem 0;
  text-align: center;
}
.user-center-right-main .main-body .list-container table thead tr th:first-child {
  padding-left: 0.9375rem;
  text-align: left;
}
.user-center-right-main .main-body .list-container table tbody tr {
  border-bottom: 0.0625rem solid #f5f5f5;
}
.user-center-right-main .main-body .list-container table tbody tr td {
  vertical-align: top;
  padding: 1.25rem 0;
  text-align: center;
}
.user-center-right-main .main-body .list-container table tbody tr td:first-child {
  padding-left: 0.9375rem;
  text-align: left;
}
.user-center-right-main .main-body .list-container table tbody tr td .td-box .num {
  color: var(--site-red-color);
}
.user-center-right-main .main-body .list-container table tbody tr td .td-box .detail-btn {
  color: #fff;
  background: var(--site-red-color);
  border-radius: 100px;
  padding: 0.5rem 0.9375rem;
  font-size: 0.75rem;
  outline: none;
  border: none;
}

/*# sourceMappingURL=integral_record.css.map */
