.mt30[data-v-6f081b52] {
  margin-top: 30px;
}
.system[data-v-6f081b52] {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom, #18191d 0%, #111215 100%);
}
.system__title[data-v-6f081b52] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid #29292d;
}
.system__close[data-v-6f081b52] {
  margin: 13px 14px 9px 0;
  position: absolute;
  right: 0;
}
.system__close img[data-v-6f081b52] {
  height: 17px;
}
.system__content[data-v-6f081b52] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.system__content--box[data-v-6f081b52] {
  width: 85%;
  color: #6a6e7a;
  display: flex;
  justify-content: space-between;
}
.system__content--box .flexBox[data-v-6f081b52] {
  width: 100%;
}
.system__content--box .background[data-v-6f081b52] {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}
.system__content--box .background__box[data-v-6f081b52] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.system__content--box .background__box img[data-v-6f081b52] {
  height: 80px;
  margin-bottom: 10px;
}
.system__content--box .background__box--checkbox[data-v-6f081b52] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  margin-top: 5px;
}
.system__content--box .background__box--checkbox .radio[data-v-6f081b52] {
  margin: 0.5rem;
}
.system__content--box .background__box--checkbox .radio input[type=radio][data-v-6f081b52] {
  position: absolute;
  opacity: 0;
}
.system__content--box .background__box--checkbox .radio input[type=radio] + .radio-label[data-v-6f081b52]:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.system__content--box .background__box--checkbox .radio input[type=radio]:checked + .radio-label[data-v-6f081b52]:before {
  background-color: #3197ee;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.system__content--box .background__box--checkbox .radio input[type=radio]:focus + .radio-label[data-v-6f081b52]:before {
  outline: none;
  border-color: #3197ee;
}
.system__content--box .background__box--checkbox .radio input[type=radio]:disabled + .radio-label[data-v-6f081b52]:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.system__content--box .background__box--checkbox .radio input[type=radio] + .radio-label[data-v-6f081b52]:empty:before {
  margin-right: 0;
}
.system__content--box .background__box--checkbox input[data-v-6f081b52] {
  display: none;
}
.system__content--box .background__box--checkbox label[data-v-6f081b52] {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #979797;
  position: relative;
  cursor: pointer;
}
.system__content--box .background__box--checkbox label[data-v-6f081b52]::before {
  display: inline-block;
  content: " ";
  width: 12px;
  border: 2px solid #fbdc8f;
  height: 4px;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  top: 5px;
  left: 3px;
  position: absolute;
  opacity: 0;
}
.system__content--box .background__box--checkbox input:checked + label[data-v-6f081b52]::before {
  opacity: 1;
  transform: all 0.5s;
}
.system__content--box .background__box--checkbox input:checked + label[data-v-6f081b52]::before {
  opacity: 1;
  transform: all 0.5s;
}
.system__content--box .background__box--checkbox--text[data-v-6f081b52] {
  font-size: 108%;
}
[data-v-6f081b52] .el-switch.is-checked .el-switch__core::after {
  background-color: #d4c0a1 !important;
}
[data-v-6f081b52] .el-switch.is-checked .el-switch__core {
  background-color: #0e0b0b !important;
}
[data-v-6f081b52] .el-switch__core {
  background-color: #0e0b0b !important;
}
[data-v-6f081b52] .el-switch__core:after {
  background-color: #6a6e7a !important;
}
.mt30[data-v-8d0072a6] {
  margin-top: 30px;
}
.audio[data-v-8d0072a6] {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to bottom, #18191d 0%, #111215 100%);
}
.audio__title[data-v-8d0072a6] {
  display: flex;
  justify-content: center;
  padding: 10px 15px;
  color: #fff;
  border-bottom: 1px solid #29292d;
}
.audio__close[data-v-8d0072a6] {
  position: absolute;
  right: 15px;
}
.audio__close img[data-v-8d0072a6] {
  height: 14px;
}
.audio__content[data-v-8d0072a6] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.audio__content--slider[data-v-8d0072a6] {
  width: 85%;
}
.audio__content--slider .slisder[data-v-8d0072a6] {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
}
.audio__content--slider[data-v-8d0072a6] .el-slider__bar {
  height: 3px;
  background: #d4c0a1;
}
.audio__content--slider[data-v-8d0072a6] .el-slider__runway {
  height: 2px;
  margin: 10px 0;
  background-color: #303239;
}
.audio__content--slider[data-v-8d0072a6] .el-slider__button {
  width: 10px;
  height: 10px;
  border: 2px solid #6a6e7a;
  background-color: #6a6e7a;
}
.audio__content--slider[data-v-8d0072a6] .el-slider__button-wrapper {
  top: -17px;
}
.audio__content--box[data-v-8d0072a6] {
  width: 85%;
  color: #6a6e7a;
  display: flex;
  justify-content: space-between;
}
[data-v-8d0072a6] .begin .el-slider__button {
  border: 2px solid #d4c0a1;
  background-color: #d4c0a1;
}
[data-v-8d0072a6] .el-switch.is-checked .el-switch__core::after {
  background-color: #d4c0a1 !important;
}
[data-v-8d0072a6] .el-switch.is-checked .el-switch__core {
  background-color: #0e0b0b !important;
}
[data-v-8d0072a6] .el-switch__core {
  background-color: #0e0b0b !important;
}
[data-v-8d0072a6] .el-switch__core:after {
  background-color: #6a6e7a !important;
}
.bettingLimit__title[data-v-079b89a4] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid #29292d;
}
.bettingLimit__close[data-v-079b89a4] {
  margin: 15px 15px 9px 0;
  position: absolute;
  right: 0;
}
.bettingLimit__close img[data-v-079b89a4] {
  height: 17px;
}
.bettingLimit__content[data-v-079b89a4] {
  width: 100%;
  height: 100%;
  font-size: 17px;
  display: flex;
}
.bettingLimit__content .content__left[data-v-079b89a4], .bettingLimit__content .content__right[data-v-079b89a4] {
  padding: 15px;
  line-height: 35px;
  font-size: 14px;
}
.bettingLimit__content .content__left[data-v-079b89a4] {
  color: #6a6e7a;
}
.bettingLimit__content .content__right[data-v-079b89a4] {
  color: #cbb79a;
}
.dateContainer__Number[data-v-cefaa2e0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dateContainer__Number--text[data-v-cefaa2e0], .dateContainer__Number--input[data-v-cefaa2e0] {
  font-size: 13px;
}
.dateContainer__Number--text[data-v-cefaa2e0] {
  width: 15%;
  padding-right: 10px;
  color: #a0a4b1;
}
.dateContainer__Number--input[data-v-cefaa2e0] {
  width: 85%;
  background-color: #0b0c0e;
  padding: 3px 3px 3px 9px;
  color: #6a6e7a;
}
@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";
.isdisable[data-v-66e07fed] {
  color: #6a6e7a;
  pointer-events: none;
}

/* 下拉式選單樣式 */
.dropdown[data-v-66e07fed] {
  background-color: #0b0c0e;
  font-size: 11px;
  border-radius: 4px;
  padding: 7px;
  color: #6a6e7a;
}
.dropdown img[data-v-66e07fed] {
  height: 14px;
}
.dropdown__select[data-v-66e07fed] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown__options[data-v-66e07fed] {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 100%;
  left: 0;
  color: #ffffff;
  overflow: scroll;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background-color: #0b0c0e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.dropdown__options .today[data-v-66e07fed] {
  color: #d36c6c !important;
  background: #272727;
}
.dropdown__options--day[data-v-66e07fed] {
  padding: 7px;
  font-size: 11px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.dateContainer__time[data-v-74d677fc] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
.dateContainer__time--btn[data-v-74d677fc] {
  width: 40%;
  background-color: #0b0c0e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 6px;
  font-size: 11px;
  color: #a0a4b1;
}
.dateContainer__time--btn img[data-v-74d677fc] {
  height: 14px;
}
.dateContainer__time--nextTime[data-v-74d677fc] {
  height: 1em;
}
.dateContainer__time--search[data-v-74d677fc] {
  height: 28px;
}
.dateContainer__day[data-v-80c9b830] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dateContainer__day--btn[data-v-80c9b830] {
  text-align: center;
  background-color: #0b0c0e;
  font-size: 10px;
  border-radius: 4px;
  padding: 5px 0;
  color: #6a6e7a;
  width: 23%;
}
.dateContainer__day .active[data-v-80c9b830] {
  color: #ffffff;
  background-color: #6F0000;
}

.dateContainer[data-v-a2cb5934] {
  width: 93%;
}
.dateContainer .table__box[data-v-a2cb5934] {
  min-height: 340px;
}
.dateContainer .table__box[data-v-a2cb5934] .table .row__cell {
  color: #fff;
}

.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;
}
.content__box[data-v-8e3efbc2] {
  display: flex;
  font-size: 9px;
  margin-top: 5px;
}
.content__box div[data-v-8e3efbc2] {
  width: 100%;
}
@charset "UTF-8";
.record[data-v-210f1740] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: -8px;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.9);
}
.record__border[data-v-210f1740] {
  width: 90vw;
  height: 94%;
  border: 1px solid #4c453d;
  background: linear-gradient(to bottom, #18191d 0%, #111215 100%);
  border-radius: 5px;
  overflow: hidden;
}
.record__title[data-v-210f1740] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  padding: 3px 0 10px 0;
  border-bottom: 1px solid #29292d;
}
.record__title--text[data-v-210f1740] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.record__title--close[data-v-210f1740] {
  position: absolute;
  right: 10px;
  display: flex;
}
.record__title--close img[data-v-210f1740] {
  height: 15px;
}
.record__content[data-v-210f1740] {
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.record__content[data-v-210f1740] .dateContainer {
  width: 93%;
}
.record__content[data-v-210f1740] .dateContainer .table__box {
  min-height: 340px;
}
.record__content[data-v-210f1740] .dateContainer .table__box--mask {
  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__change--btn[data-v-210f1740] {
  width: 100%;
  height: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.record__change--text[data-v-210f1740] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6a6e7a;
  font-size: 12px;
}
.record__change--active[data-v-210f1740] {
  color: #fff;
  background: linear-gradient(180deg, rgba(177, 17, 17, 0.1) 0%, rgba(177, 17, 17, 0.6) 100%);
}
.ActivityBettingRecord[data-v-210f1740],
.ActivityBalanceRecord[data-v-210f1740] {
  font-size: 10px;
}
.message__box[data-v-210f1740] {
  width: 100%;
  height: 30px;
  background-color: #0b0c0e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
}
.message__box--content[data-v-210f1740] {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.message__box--content .content__input[data-v-210f1740] {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  margin-left: -2px;
  border: 0;
  width: 140px;
}
@media screen and (min-width: 768px) {
.record__border[data-v-210f1740] {
    width: 50vw;
    height: 80vh;
}
}
.menu[data-v-b3ecfcf2] {
  width: 100%;
  max-width: 590px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9999;
}
.menu__member--info[data-v-b3ecfcf2] {
  width: 100%;
  padding: 0 10px;
}
.menu__member--info[data-v-b3ecfcf2] .message__box {
  border-radius: 0;
}
.menu__box[data-v-b3ecfcf2] {
  width: 75%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 0;
  background: linear-gradient(to bottom, #18191d 0%, #111215 100%);
}
.menu__box--close[data-v-b3ecfcf2] {
  width: 90%;
  margin: 13px 0;
  display: flex;
  justify-content: flex-end;
}
.menu__box--close img[data-v-b3ecfcf2] {
  height: 14px;
}
.menu__box--list[data-v-b3ecfcf2] {
  width: 100%;
  border-top: 1px solid #29292d;
  border-bottom: 1px solid #29292d;
  display: flex;
  align-items: center;
  padding: 9px 0;
}
.menu__box--list img[data-v-b3ecfcf2] {
  height: 1.45em;
  margin: 0 10px;
}
.menu__box--list span[data-v-b3ecfcf2] {
  font-size: 13px;
  color: #6a6e7a;
}
.menu__box .bettingLimit__title[data-v-b3ecfcf2] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid #29292d;
}
.menu__box .bettingLimit__close[data-v-b3ecfcf2] {
  margin: 15px 15px 9px 0;
  position: absolute;
  right: 0;
}
.menu__box .bettingLimit__close img[data-v-b3ecfcf2] {
  height: 17px;
}
.menu__box .bettingLimit__content[data-v-b3ecfcf2] {
  width: 100%;
  height: 100%;
  font-size: 17px;
  display: flex;
}
.menu__box .bettingLimit__content .content__left[data-v-b3ecfcf2], .menu__box .bettingLimit__content .content__right[data-v-b3ecfcf2] {
  padding: 15px;
  line-height: 35px;
  font-size: 14px;
}
.menu__box .bettingLimit__content .content__left[data-v-b3ecfcf2] {
  color: #6a6e7a;
}
.menu__box .bettingLimit__content .content__right[data-v-b3ecfcf2] {
  color: #cbb79a;
}
.menu__box .historicalRecord img[data-v-b3ecfcf2] {
  width: 6vw;
}
.menu__mask[data-v-b3ecfcf2] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 3;
}
@media screen and (min-width: 768px) {
.menu__box[data-v-b3ecfcf2] {
    width: 50%;
}
.menu__box--list span[data-v-b3ecfcf2] {
    font-size: 15px;
}
.menu__box--list img[data-v-b3ecfcf2] {
    height: 1.8em;
}
}
