@charset "UTF-8";
.keyboard[data-v-36982256] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.keyboard__border[data-v-36982256] {
  width: 80vw;
  height: 55vh;
  border: 1px solid #4c453d;
  background: linear-gradient(to bottom, #18191d 0%, #111215 100%);
  border-radius: 5px;
  overflow: hidden;
}
.keyboard__content[data-v-36982256] {
  margin-top: 15px;
}
.keyboard__content--system[data-v-36982256], .keyboard__content--number[data-v-36982256] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyboard__content--system .system__delete[data-v-36982256], .keyboard__content--system .system__input[data-v-36982256] {
  display: flex;
  align-items: center;
}
.keyboard__content--system .system__delete img[data-v-36982256] {
  height: 30px;
}
.keyboard__content--system .system__input[data-v-36982256] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45vw;
  height: 30px;
  background-color: #ffffff;
  margin: 0 20px;
  border-radius: 4px;
  color: #000;
  font-size: 20px;
}
.keyboard__content--align[data-v-36982256] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyboard__content--number[data-v-36982256] {
  margin-top: 15px;
  flex-direction: column;
}
.keyboard__content--number .number__box[data-v-36982256] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.keyboard__content--number .number__box--number[data-v-36982256] {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 7px;
  font-size: 24px;
  font-weight: 600;
  border: 1px solid #ffffff;
}
.keyboard__content--number .number__box--number[data-v-36982256]:active {
  /* 添加點擊效果的樣式 */
  transform: scale(0.95); /* 例如，縮小 5% */
  opacity: 0.8; /* 例如，降低透明度 */
  /* 其他效果 */
}
.keyboard__submit--footer[data-v-36982256] {
  width: 100%;
  position: absolute;
  margin-top: 10px;
  z-index: 3;
}
.keyboard__submit--footer .submit__footer--box[data-v-36982256] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.keyboard__submit--footer .submit__footer--ok[data-v-36982256], .keyboard__submit--footer .submit__footer--cancel[data-v-36982256] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 0;
  margin-right: 8px;
  width: 130px;
  height: 35px;
}
.keyboard__submit--footer .submit__footer--ok[data-v-36982256] {
  border: 1px solid #d4c0a1;
}
.keyboard__submit--footer .submit__footer--cancel[data-v-36982256] {
  color: #6a6e7a;
  border: 1px solid #6a6e7a;
}
@media screen and (min-width: 768px) {
.keyboard__border[data-v-36982256] {
    width: 45vw;
    height: 35vh;
}
.keyboard__content[data-v-36982256] {
    margin-top: 15px;
}
.keyboard__content--system .system__delete img[data-v-36982256], .keyboard__content--system .system__delete img[data-v-36982256] {
    height: 30px;
}
.keyboard__content--system .system__input[data-v-36982256] {
    width: 25vw;
    height: 30px;
    margin: 0 20px;
    font-size: 20px;
}
.keyboard__content--number[data-v-36982256] {
    margin-top: 15px;
}
.keyboard__content--number .number__box--number[data-v-36982256] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 7px;
    font-size: 24px;
}
}
.text__normal[data-v-791cb3fa] {
  font-size: 18px;
}
.text__small[data-v-791cb3fa] {
  font-size: 13px;
}
.custom[data-v-791cb3fa] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
}
.custom__border[data-v-791cb3fa] {
  width: 90vw;
  max-width: 559px;
  height: 60vh;
  border: 1px solid #4c453d;
  background: linear-gradient(to bottom, #18191d 0%, #111215 100%);
  border-radius: 5px;
  overflow: hidden;
}
.custom__title[data-v-791cb3fa] {
  width: 100%;
  height: 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 3px 0;
}
.custom__title--text[data-v-791cb3fa] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-bottom: 1px solid #29292d;
  padding-bottom: 10px;
}
.custom .editCustom__title[data-v-791cb3fa] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #6a6e7a;
}
.custom__content[data-v-791cb3fa] {
  display: flex;
  justify-content: center;
  padding: 0px 5px 5px 5px;
  flex-direction: column;
}
.custom__content--box.bottom[data-v-791cb3fa] {
  justify-content: flex-start;
}
.custom__content--box[data-v-791cb3fa] {
  display: flex;
  justify-content: center;
}
.custom__content--box .chip__img[data-v-791cb3fa] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom__content--box .chip__content[data-v-791cb3fa] {
  width: 22%;
  margin: 15px 4px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.custom__content--box .chip__content img[data-v-791cb3fa] {
  height: 16vw;
}
.custom__content--box .chip__text[data-v-791cb3fa] {
  position: absolute;
  color: #000;
  font-weight: 600;
}
.custom__content--box .chip__money[data-v-791cb3fa] {
  width: 65px;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  color: #6a6e7a;
  background-color: #0b0c0e;
  text-align: center;
}
.custom__content--box .chip__money span[data-v-791cb3fa] {
  font-size: 12px;
}
.custom__submit--footer[data-v-791cb3fa] {
  width: 100%;
  position: absolute;
  margin-top: 15px;
  z-index: 3;
}
.custom__submit--footer .submit__footer--box[data-v-791cb3fa] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.custom__submit--footer .submit__footer--ok[data-v-791cb3fa], .custom__submit--footer .submit__footer--cancel[data-v-791cb3fa] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 0;
  margin-right: 8px;
  width: 130px;
  height: 35px;
}
.custom__submit--footer .submit__footer--ok[data-v-791cb3fa] {
  border: 1px solid #d4c0a1;
}
.custom__submit--footer .submit__footer--cancel[data-v-791cb3fa] {
  color: #6a6e7a;
  border: 1px solid #6a6e7a;
}
@media screen and (min-width: 768px) {
.custom__border[data-v-791cb3fa] {
    width: 50vw;
    height: 40vh;
}
.custom__title[data-v-791cb3fa] {
    height: 7%;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 3px 0;
}
.custom .editCustom__title[data-v-791cb3fa] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #6a6e7a;
}
.custom__content--box .chip__img[data-v-791cb3fa] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom__content--box .chip__content[data-v-791cb3fa] {
    width: 22%;
    margin: 15px 4px;
}
.custom__content--box .chip__content img[data-v-791cb3fa] {
    height: 6vh;
}
.custom__content--box .chip__money[data-v-791cb3fa] {
    width: 65px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}
.custom__content--box .chip__money span[data-v-791cb3fa] {
    font-size: 12px;
}
.custom__submit--footer[data-v-791cb3fa] {
    width: 100%;
    position: absolute;
    margin-top: 15px;
    z-index: 3;
}
.custom__submit--footer .submit__footer--box[data-v-791cb3fa] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.custom__submit--footer .submit__footer--ok[data-v-791cb3fa], .custom__submit--footer .submit__footer--cancel[data-v-791cb3fa] {
    font-size: 14px;
    border-radius: 4px;
    padding: 5px 0;
    margin-right: 8px;
    width: 130px;
    height: 35px;
}
}
@charset "UTF-8";
.text__small[data-v-fbcea6c4] {
  font-size: 9px;
}
.text__big[data-v-fbcea6c4] {
  font-size: 10px;
}
[data-v-fbcea6c4] .el-switch__core {
  height: 20px;
}
[data-v-fbcea6c4] .el-switch__core::after {
  width: 15px;
  height: 15px;
  margin-top: 1px;
}
[data-v-fbcea6c4] .el-switch.is-checked .el-switch__core::after {
  margin-left: -15px;
}
.chip[data-v-fbcea6c4] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.chip .game[data-v-fbcea6c4] {
  width: 37%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  right: 5px;
}
.chip .game .chip__right--top[data-v-fbcea6c4] .message__box {
  height: 25px;
}
.chip .game .chip__right--top[data-v-fbcea6c4] .message__box--content .content__img {
  margin-left: 0;
}
.chip .game .chip__right--top[data-v-fbcea6c4] .message__box--content .content__img img {
  height: 15px;
}
.chip .game .chip__right--top[data-v-fbcea6c4] .message__box--reset {
  display: none;
}
.chip .game .chip__right--top[data-v-fbcea6c4], .chip .game .chip__right--bottom[data-v-fbcea6c4] {
  width: 36vw;
  display: flex;
  align-items: flex-start;
  padding-left: 2px;
  flex-direction: column;
}
.chip__left[data-v-fbcea6c4] {
  width: 33%;
  display: flex;
  align-items: center;
}
.chip__left--switch[data-v-fbcea6c4] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.chip__left--button[data-v-fbcea6c4] {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.chip__left--top[data-v-fbcea6c4] {
  font-size: 10px;
  color: #6a6e7a;
}
.chip__left--bottom[data-v-fbcea6c4] .el-switch__core {
  border: 1px solid #6a6e7a;
  background-color: #000;
}
.chip__left--bottom[data-v-fbcea6c4] .el-switch__core::after {
  background-color: #6a6e7a;
}
.chip__left--bottom[data-v-fbcea6c4] .is-checked .el-switch__core {
  border: 1px solid #d4c0a1;
  background-color: #000;
}
.chip__left--bottom[data-v-fbcea6c4] .is-checked .el-switch__core::after {
  background-color: #d4c0a1;
}
.chip__left--switchTableBetMode[data-v-fbcea6c4], .chip__left--commission[data-v-fbcea6c4] {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chip__left--multiview[data-v-fbcea6c4], .chip__left--setting[data-v-fbcea6c4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.chip__left--multiview img[data-v-fbcea6c4] {
  height: 5vh;
}
.chip__left--setting img[data-v-fbcea6c4] {
  height: 4vh;
}
.chip__center[data-v-fbcea6c4] {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.chip__center i[data-v-fbcea6c4] {
  font-size: 20px;
}
.chip__center--left .Chip_0__rotate[data-v-fbcea6c4] {
  left: -57px;
  top: -25px;
}
.chip__center--left .Chip_1__rotate[data-v-fbcea6c4] {
  left: -45px;
  top: -62px;
}
.chip__center--left .Chip_2__rotate[data-v-fbcea6c4] {
  left: -15px;
  top: -90px;
}
.chip__center--center[data-v-fbcea6c4] {
  z-index: 9;
}
.chip__center--right .Chip_3__rotate[data-v-fbcea6c4] {
  left: -37px;
  top: -90px;
}
.chip__center--right .Chip_4__rotate[data-v-fbcea6c4] {
  left: -5px;
  top: -62px;
}
.chip__center--right .Chip_5__rotate[data-v-fbcea6c4] {
  left: 7px;
  top: -25px;
}
.chip__center .Chip_0[data-v-fbcea6c4],
.chip__center .Chip_1[data-v-fbcea6c4],
.chip__center .Chip_2[data-v-fbcea6c4],
.chip__center .Chip_3[data-v-fbcea6c4],
.chip__center .Chip_4[data-v-fbcea6c4],
.chip__center .Chip_5[data-v-fbcea6c4] {
  position: absolute;
  top: -28px;
  transition: 0.1s;
}
.chip__center .Chip_0__rotate[data-v-fbcea6c4],
.chip__center .Chip_1__rotate[data-v-fbcea6c4],
.chip__center .Chip_2__rotate[data-v-fbcea6c4],
.chip__center .Chip_3__rotate[data-v-fbcea6c4],
.chip__center .Chip_4__rotate[data-v-fbcea6c4],
.chip__center .Chip_5__rotate[data-v-fbcea6c4] {
  position: absolute;
  transition: 0.1s;
}
.chip__center .Chip_0[data-v-fbcea6c4],
.chip__center .Chip_1[data-v-fbcea6c4],
.chip__center .Chip_2[data-v-fbcea6c4] {
  left: 8px;
}
.chip__center .Chip_3[data-v-fbcea6c4],
.chip__center .Chip_4[data-v-fbcea6c4],
.chip__center .Chip_5[data-v-fbcea6c4] {
  left: -57px;
}
.chip__right[data-v-fbcea6c4] {
  width: 38%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.chip__right--top[data-v-fbcea6c4], .chip__right--bottom[data-v-fbcea6c4] {
  width: 95%;
  display: flex;
  align-items: flex-start;
  padding-left: 10px;
  flex-direction: column;
}
.chip__right--top[data-v-fbcea6c4] .message__box, .chip__right--bottom[data-v-fbcea6c4] .message__box {
  margin-bottom: 0;
}
.chip__right--top[data-v-fbcea6c4] .message__box--content .content__img, .chip__right--bottom[data-v-fbcea6c4] .message__box--content .content__img {
  margin-left: 0;
}
.chip__right--top[data-v-fbcea6c4] {
  margin-bottom: 5px;
}
.chip__right--bottom span[data-v-fbcea6c4] {
  font-size: 13px;
}
.chip__right .game__bottom[data-v-fbcea6c4] {
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
  font-size: 10px;
  padding: 0 6px;
  margin: 0 0 5px 0;
  border-radius: 50px;
  color: #a0a5b5;
  background-color: #0b0c0e;
}
.chip__right .game__bottom .yellow[data-v-fbcea6c4],
.chip__right .game__bottom .green-light[data-v-fbcea6c4] {
  font-size: 12px;
  margin-left: 5px;
}
.chip__right .game__bottom img[data-v-fbcea6c4] {
  height: 15px;
  margin-right: 5px;
}
.chip__right .game__bottom--box[data-v-fbcea6c4] {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 6px;
}
.chip__right .game__bottom--box .yellow[data-v-fbcea6c4],
.chip__right .game__bottom--box .green-light[data-v-fbcea6c4] {
  font-size: 7px;
  margin-left: 0;
}
.chip__big--img[data-v-fbcea6c4] {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chip__big--img .Normal[data-v-fbcea6c4] {
  height: 10vh;
}
.chip__big--img .Active[data-v-fbcea6c4] {
  height: 12vh;
}
.chip__big--img .chip__text[data-v-fbcea6c4] {
  position: absolute;
  top: 20px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.chip__img[data-v-fbcea6c4] {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chip__img .active[data-v-fbcea6c4] {
  height: 100%;
}
.chip__img .active img[data-v-fbcea6c4] {
  height: 100%;
}
.chip__img .normal[data-v-fbcea6c4] {
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(0.6) contrast(1); /* 亮度降低 & 提高对比 */
}
.chip__img .normal img[data-v-fbcea6c4] {
  height: 100%;
}
.chip__img .chip__text[data-v-fbcea6c4] {
  position: absolute;
  color: #000;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
.chip__right .game__bottom[data-v-fbcea6c4] {
    font-size: 12px;
}
.chip__right .game__bottom .yellow[data-v-fbcea6c4] {
    font-size: 12px;
}
.chip__left--top[data-v-fbcea6c4] {
    font-size: 15px;
}
.chip__left--switchTableBetMode[data-v-fbcea6c4], .chip__left--commission[data-v-fbcea6c4] {
    width: 75px;
}
.chip__left--bottom[data-v-fbcea6c4] .el-switch__core {
    width: 50px !important;
}
.chip__center--left .Chip_0__rotate[data-v-fbcea6c4] {
    left: -75px;
    top: -25px;
}
.chip__center--left .Chip_1__rotate[data-v-fbcea6c4] {
    left: -60px;
    top: -75px;
}
.chip__center--left .Chip_2__rotate[data-v-fbcea6c4] {
    left: -20px;
    top: -110px;
}
.chip__center--right .Chip_3__rotate[data-v-fbcea6c4] {
    left: -30px;
    top: -110px;
}
.chip__center--right .Chip_4__rotate[data-v-fbcea6c4] {
    left: 10px;
    top: -75px;
}
.chip__center--right .Chip_5__rotate[data-v-fbcea6c4] {
    left: 30px;
    top: -25px;
}
.chip__img .active[data-v-fbcea6c4] {
    width: 55px;
    height: 55px;
}
.chip__img .normal[data-v-fbcea6c4] {
    width: 45px;
    height: 45px;
}
.chip__img img[data-v-fbcea6c4] {
    height: 100%;
}
.chip__img .chip__text[data-v-fbcea6c4] {
    position: absolute;
    color: #000;
    font-weight: 600;
}
.chip__img .text__small[data-v-fbcea6c4] {
    font-size: 13px;
}
.chip__big--img .chip__text[data-v-fbcea6c4] {
    top: 15px;
    font-size: 20px;
}
.chip .game .chip__right--top[data-v-fbcea6c4], .chip .game .chip__right--bottom[data-v-fbcea6c4] {
    width: 95%;
}
}
.multiTable__chip[data-v-30ce741b] {
  width: 100%;
  height: 9vh;
  background: linear-gradient(to bottom, rgb(39, 39, 39) 0%, rgb(16, 16, 16) 100%);
  border-top: 2px solid #363a43;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
.multiTable__chip[data-v-30ce741b] {
    max-width: 590px;
    left: auto;
}
}
