.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;
}
.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 th {
  border: none;
  font-size: 0.9375rem;
  font-weight: normal;
  padding: 1.25rem 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 td[colspan="6"] {
  border: none;
}
.user-center-right-main .main-body .list-container table tbody tr td[colspan="6"]:nth-of-type(odd) {
  background: #f5f5f5;
  color: #999;
  padding: 0.9375rem;
  border: 0.0625rem solid #e6e6e6;
  border-bottom: 0;
}
.user-center-right-main .main-body .list-container table tbody tr td[colspan="6"]:nth-of-type(even) {
  padding: 0.625rem 0;
}
.user-center-right-main .main-body .list-container table tbody tr td:not([colspan="6"]) {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.9375rem 0;
  text-align: center;
}
.user-center-right-main .main-body .list-container table tbody tr td:not([colspan="6"]):first-child {
  border-left: 1px solid #e6e6e6;
  padding-left: 0.9375rem;
}
.user-center-right-main .main-body .list-container table tbody tr td:not([colspan="6"]):last-child {
  border-right: 1px solid #e6e6e6;
}
.user-center-right-main .main-body .list-container table tbody tr td[name=td-margin] {
  background: transparent !important;
  border: none !important;
}
.user-center-right-main .main-body .list-container table tbody tr td {
  vertical-align: top;
}
.user-center-right-main .main-body .list-container table tbody tr td .list-item-header {
  display: flex;
  align-items: center;
}
.user-center-right-main .main-body .list-container table tbody tr td .list-item-header .ordersn {
  color: #999;
}
.user-center-right-main .main-body .list-container table tbody tr td .list-item-header .donate-time {
  color: #999;
  margin-left: 6.25rem;
}
.user-center-right-main .main-body .list-container table tbody tr td .donate-info {
  display: flex;
  flex-direction: row;
  text-align: left;
}
.user-center-right-main .main-body .list-container table tbody tr td .donate-info .thumb {
  width: 5rem;
  height: 5rem;
  margin-right: 1.25rem;
  border-radius: 0.375rem;
  object-fit: cover;
}
.user-center-right-main .main-body .list-container table tbody tr td .donate-info .content {
  font-size: 0.9375rem;
}
.user-center-right-main .main-body .list-container table tbody tr td .donate-info .content .price {
  margin-top: 0.75rem;
  color: #999;
}
.user-center-right-main .main-body .list-container table tbody tr td .donate-info .content .price .price-value {
  color: var(--site-red-color);
}
.user-center-right-main .main-body .list-container table tbody tr td .donate-info .content .__donate-type {
  color: #999;
  margin-top: 0.1875rem;
}
.user-center-right-main .main-body .list-container table tbody tr td .donate-type {
  font-size: 0.9375rem;
}
.user-center-right-main .main-body .list-container table tbody tr td .donate-name {
  font-size: 0.9375rem;
}
.user-center-right-main .main-body .list-container table tbody tr td .contact-info {
  font-size: 0.9375rem;
}
.user-center-right-main .main-body .list-container table tbody tr td .payment-method {
  font-size: 0.9375rem;
}
.user-center-right-main .main-body .list-container table tbody tr td .operation .view-certificate-btn {
  color: #fff;
  background: var(--site-red-color);
  border-radius: 100px;
  padding: 0.5rem 0.9375rem;
  font-size: 0.75rem;
  outline: none;
  border: none;
}
.certificate-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  height: calc(100% - var(--page-header-height));
  display: flex;
  align-items: center;
  justify-content: center;
}
.certificate-modal img {
  width: 31.625rem;
  height: 21.75rem;
  background: #fff;
  object-fit: contain;
}

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