.record__footer[data-v-03a4008a] {
  padding: 0 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.record__footer--page[data-v-03a4008a] {
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0a4b1;
}
.record__footer--page .page__box[data-v-03a4008a] {
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0b0c0e;
  border-radius: 4px;
  font-size: 14px;
}
.record__footer--page .page__box img[data-v-03a4008a] {
  height: 15px;
}
.record__footer--page .page__rigth[data-v-03a4008a], .record__footer--page .page__left[data-v-03a4008a] {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.record__footer--page .page__rigth[data-v-03a4008a] {
  position: absolute;
  right: 25px;
}
.record__footer--page .page__rigth img[data-v-03a4008a]:nth-child(1) {
  margin-left: 10px;
}
.record__footer--page .page__left[data-v-03a4008a] {
  position: absolute;
  left: 25px;
}
.record__footer--page .page__left img[data-v-03a4008a]:nth-child(1) {
  margin-right: 10px;
}
.record__footer--title[data-v-03a4008a] {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 10px;
}
.record__footer--totle[data-v-03a4008a] {
  display: flex;
  margin: 10px 0;
  font-size: 9px;
}
.record__footer--totle .GetBetRecord[data-v-03a4008a],
.record__footer--totle .ActivityBettingRecord[data-v-03a4008a] {
  display: flex;
}
.record__footer--totle .GetBetRecord div[data-v-03a4008a]:nth-child(1),
.record__footer--totle .ActivityBettingRecord div[data-v-03a4008a]:nth-child(1) {
  width: 30px;
}
.record__footer--totle .GetBetRecord div[data-v-03a4008a]:nth-child(2),
.record__footer--totle .ActivityBettingRecord div[data-v-03a4008a]:nth-child(2) {
  width: 100px;
}
.record__footer--totle .GetBetRecord div[data-v-03a4008a]:nth-child(3),
.record__footer--totle .ActivityBettingRecord div[data-v-03a4008a]:nth-child(3) {
  width: 100px;
}
.record__footer--totle .GetBalanceRecord[data-v-03a4008a],
.record__footer--totle .ActivityBalanceRecord[data-v-03a4008a] {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.record__footer--totle .GetBalanceRecord div[data-v-03a4008a]:nth-child(1),
.record__footer--totle .ActivityBalanceRecord div[data-v-03a4008a]:nth-child(1) {
  width: 30px;
}
.record__footer--totle .GetBalanceRecord div[data-v-03a4008a]:nth-child(2),
.record__footer--totle .ActivityBalanceRecord div[data-v-03a4008a]:nth-child(2) {
  width: 100px;
}
.record__footer--totle .GetBalanceRecord div[data-v-03a4008a]:nth-child(3),
.record__footer--totle .ActivityBalanceRecord div[data-v-03a4008a]:nth-child(3) {
  width: 100px;
}
.record__footer--totle .GetGiftRecord[data-v-03a4008a] {
  width: 100%;
  display: flex;
  justify-content: end;
}
.record__reset[data-v-03a4008a] {
  width: 85%;
  border: 1px solid #a0a5b5;
  font-size: 13px;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 4px 0;
  text-align: center;
}
@charset "UTF-8";
.table[data-v-13809c51] {
  width: 100%;
  margin-top: 10px;
}
.table .row[data-v-13809c51] {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table .row__header[data-v-13809c51] {
  background-image: linear-gradient(to bottom, rgba(177, 17, 17, 0.2) 0%, rgba(177, 17, 17, 0.6) 100%);
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table .row__content .row__cell[data-v-13809c51] {
  color: #a0a4b1;
}
.table .row__cell[data-v-13809c51] {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 7px;
  padding: 4px;
  border: none;
  word-break: break-all;
  /* 去除边框 */
}
.table .row__cell--title[data-v-13809c51] {
  display: flex;
  flex-direction: column;
}
.table .row__betting[data-v-13809c51]:nth-child(1) {
  width: 11%;
}
.table .row__betting[data-v-13809c51]:nth-child(2), .table .row__betting[data-v-13809c51]:nth-child(3), .table .row__betting[data-v-13809c51]:nth-child(4), .table .row__betting[data-v-13809c51]:nth-child(5) {
  width: 18%;
}
.table .row__balance[data-v-13809c51]:nth-child(1) {
  width: 25%;
}
.table .row__gift .red-text[data-v-13809c51] {
  text-align: right;
}
.table .row__gift[data-v-13809c51]:nth-child(1) {
  width: 11%;
}
.table .row__gift[data-v-13809c51]:nth-child(2), .table .row__gift[data-v-13809c51]:nth-child(3), .table .row__gift[data-v-13809c51]:nth-child(4), .table .row__gift[data-v-13809c51]:nth-child(5) {
  width: 16%;
}
.table .table__body[data-v-13809c51] {
  height: 340px;
  min-height: 340px;
  max-height: 340px;
  overflow-y: auto;
  display: block;
}
.table .table__body .row__content[data-v-13809c51] {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table .table__body .row__content .row__cell[data-v-13809c51] {
  color: #a0a4b1;
}
@charset "UTF-8";
.record[data-v-07976c3a] {
  width: 100%;
  height: 100%;
}
.record__content[data-v-07976c3a] {
  width: 100%;
  height: 50vh;
  margin: 10px 0;
}
.record__content .table__box[data-v-07976c3a] {
  min-height: 340px;
}
.record__content .table__box--mask[data-v-07976c3a] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  pointer-events: none; /* 让鼠标事件穿透遮罩层 */
}
.record__footer[data-v-07976c3a] {
  position: relative;
  flex-direction: column;
  align-items: center;
}
