#iframeParent[data-v-1b16bffa] {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  z-index: 9;
}
#BannerDiv[data-v-1b16bffa],
#GamePrecautionsDiv[data-v-1b16bffa] {
  width: 100%;
  height: 100%;
  z-index: 3;
  visibility: visible;
}
.iframe__box[data-v-1b16bffa] {
  width: 95%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  z-index: 3;
  margin-bottom: 20px;
}
.iframe__submit[data-v-1b16bffa] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 60%;
  border: 1px solid #d4c0a1;
  color: #fff;
  border-radius: 2px;
  padding: 0.5rem;
  margin: 15px 0;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.8);
}
.iframe__checkbox[data-v-1b16bffa] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  z-index: 9;
}
.iframe__checkbox input[data-v-1b16bffa] {
  display: none;
}
.iframe__checkbox label[data-v-1b16bffa] {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid #979797;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
.iframe__checkbox label[data-v-1b16bffa]::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;
}
.iframe__checkbox input:checked + label[data-v-1b16bffa]::before {
  opacity: 1;
  transform: all 0.5s;
}
.iframe__checkbox--text[data-v-1b16bffa] {
  font-size: 12px;
}
.betting-dialog[data-v-02f88456] .el-dialog {
  margin-top: 0 !important;
  background-color: #222222;
  color: #fff;
}
.betting-dialog[data-v-02f88456] .el-dialog__header {
  border-bottom: 1px solid #4f4e4e;
}
.betting-dialog[data-v-02f88456] .el-dialog__body {
  padding: 0 5px;
}
.betting-container[data-v-02f88456] {
  display: flex;
  justify-content: center;
  height: 70vh;
  overflow-y: auto;
  padding: 10px;
}
.betting-column[data-v-02f88456] {
  width: 32%;
  height: 50%;
  border-radius: 5px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}
.betting-column .header[data-v-02f88456] {
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.betting-column .header .title[data-v-02f88456] {
  font-size: 11px;
}
.betting-column .header .count[data-v-02f88456] {
  display: block;
  font-size: 10px;
  display: flex;
  align-items: center;
}
.betting-column .header .count img[data-v-02f88456] {
  height: 9px;
  margin-right: 3px;
}
.betting-column .header .total[data-v-02f88456] {
  display: block;
  font-size: 10px;
}
.betting-column .header-left[data-v-02f88456] {
  margin-right: 15px;
  color: #fff;
}
.betting-column .players .player[data-v-02f88456] {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 11px;
  margin-bottom: 6px;
}
.betting-column .players .player .name[data-v-02f88456] {
  color: #ccc;
}
.betting-column .players .player .amount[data-v-02f88456] {
  color: #f9c74f;
}
.blue[data-v-02f88456] {
  background: linear-gradient(180deg, rgba(72, 112, 192, 0.2) 0%, rgba(72, 112, 192, 0.6) 100%);
}
.blue .header-right[data-v-02f88456] {
  color: #4f9eff;
}
.green[data-v-02f88456] {
  background: linear-gradient(180deg, rgba(111, 201, 70, 0.2) 0%, rgba(111, 201, 70, 0.6) 100%);
}
.green .header-right[data-v-02f88456] {
  color: #78c950;
}
.red[data-v-02f88456] {
  background: linear-gradient(180deg, rgba(177, 17, 17, 0.2) 0%, rgba(177, 17, 17, 0.6) 100%);
}
.red .header-right[data-v-02f88456] {
  color: #ff7676;
}
@keyframes marquee-04c4af09 {
from {
    transform: translateX(100%);
}
to {
    transform: translateX(-100%);
}
}
.buttom[data-v-04c4af09] {
  width: 100%;
  z-index: 3;
  position: absolute;
  top: 0;
  margin-top: 5px;
}
.buttom__top[data-v-04c4af09] {
  width: 100%;
  margin-bottom: 2%;
  display: flex;
  justify-content: center;
}
.buttom__top--box[data-v-04c4af09] {
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buttom__top--box .box__left[data-v-04c4af09], .buttom__top--box .box__right[data-v-04c4af09] {
  display: flex;
  align-items: center;
  z-index: 2;
}
.buttom__top--box .box__left img[data-v-04c4af09], .buttom__top--box .box__right img[data-v-04c4af09] {
  height: 1.8em;
  margin-right: 3px;
}
.buttom__top--box .box__center[data-v-04c4af09] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  z-index: 1;
}
.buttom__top--box .box__center .marquee-container[data-v-04c4af09] {
  width: 35%;
  height: 100%;
  overflow: hidden;
  color: white;
  white-space: nowrap;
  position: relative;
  background: linear-gradient(90deg, rgba(147, 20, 20, 0) 0%, #931414 30%, #931414 70.5%, rgba(147, 20, 20, 0) 100%);
}
.buttom__top--box .box__center .marquee[data-v-04c4af09] {
  display: inline-block;
  padding-left: 100%;
  animation: marquee-04c4af09 10s linear infinite;
}
@keyframes marquee-04c4af09 {
from {
    transform: translateX(0%);
}
to {
    transform: translateX(-100%);
}
}
.buttom__time[data-v-04c4af09] {
  height: 25px;
  display: flex;
  justify-content: flex-end;
  bottom: -15px;
  margin-right: 3%;
}
.buttom .auto__buttom[data-v-04c4af09] {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.buttom .auto__buttom--text[data-v-04c4af09] {
  font-size: 10px;
  color: #ffffff;
  margin-right: 5px;
}
.buttom .auto__box[data-v-04c4af09] {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50px;
  margin-right: 5px;
  padding: 4px 6px 4px 10px;
}
.buttom .auto__setting[data-v-04c4af09] {
  background-color: #0e0b0b;
  border: 1px solid #6a6e7a;
  color: #6a6e7a;
  border-radius: 50px;
  font-size: 10px;
  padding: 1px 15px;
}
.buttom .game__info[data-v-04c4af09] {
  width: 98%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2%;
}
.buttom .game__info--box[data-v-04c4af09] {
  width: 25%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  font-size: 8px;
  padding: 5px;
  display: flex;
}
.buttom .game__info--box .info__left[data-v-04c4af09] {
  margin-right: 8px;
  color: #a0a5b5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.buttom .game__info--box .info__left .number--images[data-v-04c4af09] {
  height: 8px;
}
.buttom .game__info--box .info__left .table--images[data-v-04c4af09] {
  height: 8px;
}
.buttom .game__info--box .info__left img[data-v-04c4af09] {
  height: 11px;
  margin-bottom: 2px;
}
.buttom .ranking[data-v-04c4af09],
.buttom .vip[data-v-04c4af09] {
  width: 98%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2%;
}
.buttom .ranking__box[data-v-04c4af09],
.buttom .vip__box[data-v-04c4af09] {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: rgba(29, 31, 35, 0.8);
  border: 1px solid #6a6e7a;
  border-radius: 15px;
  margin-right: 5px;
  padding: 3px 15px;
  font-size: 10px;
  color: #a0a5b5;
}
.buttom .ranking__box .details--images[data-v-04c4af09],
.buttom .vip__box .details--images[data-v-04c4af09] {
  height: 11px;
  margin-right: 5px;
}
.buttom .advertise__customer .chevron__box[data-v-04c4af09] {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
.buttom[data-v-04c4af09] .niuniu__video--btn {
  position: absolute;
  bottom: -90px;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.buttom[data-v-04c4af09] .niuniu__btn {
  width: 105px;
  height: 45px;
}
.buttom[data-v-04c4af09] .niuniu__btn .select__btn {
  width: 80%;
  font-size: 12px;
}
.buttom[data-v-04c4af09] .niuniu__btn .select__btn img {
  height: 15px;
}
.buttom[data-v-04c4af09] .niuniu__btn .select__btn .active {
  transform: rotate(180deg);
}
.buttom[data-v-04c4af09] .niuniu__btn .select__option {
  width: 85%;
  top: -45px;
  font-size: 10px;
  border: 1px solid #747474;
}
.buttom[data-v-04c4af09] .niuniu__btn .select__option div:nth-child(1) {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #747474;
}
@media screen and (min-width: 768px) {
.buttom__top--box .box__left img[data-v-04c4af09], .buttom__top--box .box__right img[data-v-04c4af09] {
    height: 2.2em;
    margin-right: 3px;
}
.buttom .auto__buttom--text[data-v-04c4af09] {
    font-size: 12px;
}
.buttom .auto__setting[data-v-04c4af09] {
    font-size: 12px;
}
.buttom .game__info--box[data-v-04c4af09] {
    width: 27%;
    font-size: 12px;
}
.buttom .game__info--box .info__left[data-v-04c4af09] {
    margin-right: 8px;
}
.buttom .game__info--box .info__left .number--images[data-v-04c4af09] {
    height: 8px;
}
.buttom .game__info--box .info__left img[data-v-04c4af09] {
    height: 12px;
    margin-bottom: 0;
}
}
.images[data-v-55deaa6c] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
.images__box[data-v-55deaa6c] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.images__box--video[data-v-55deaa6c] {
  width: 115%;
  height: 115%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
.images__box--video[data-v-55deaa6c] {
    width: 115%;
    height: 115%;
}
}
.owner-room-class[data-v-35ab8011] {
  background: linear-gradient(180deg, #b84600 0%, #f17528 100%);
}
.owner-text[data-v-35ab8011] {
  color: #b84600;
}
.vip-room-class[data-v-35ab8011] {
  background: linear-gradient(180deg, #af8a49 0%, #ffd998 100%);
}
.vip-text[data-v-35ab8011] {
  color: #af8a49;
}
.no-vip-room-class[data-v-35ab8011] {
  background: linear-gradient(180deg, #0077c0 0%, #1eaccc 100%);
}
.no-vip-text[data-v-35ab8011] {
  color: #0077c0;
}
.notify-wrapper[data-v-35ab8011] {
  position: fixed;
  width: 35%;
  height: 40px;
  top: 95px;
  left: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}
.notify-wrapper .notify-box[data-v-35ab8011] {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 20px;
  font-size: 8px;
  padding: 2px 0px;
  margin-top: 1px;
  pointer-events: auto;
}
.notify-wrapper .notify-box .tag[data-v-35ab8011] {
  border-radius: 10px;
  background-color: #fff;
  padding: 0px 5px;
  margin: 0 5px;
}
.notify-wrapper .notify-box .name[data-v-35ab8011] {
  color: #fff;
}
.notify-wrapper .notify-box .enter[data-v-35ab8011] {
  position: absolute;
  right: 7px;
  color: #fff;
}
.notify-enter-active[data-v-35ab8011] {
  animation: slide-in-left-35ab8011 0.4s ease-out;
}
.notify-leave-active[data-v-35ab8011] {
  transition: all 0.8s ease;
}
.notify-enter-from[data-v-35ab8011] {
  opacity: 0;
  transform: translateY(20px);
}
.notify-enter-to[data-v-35ab8011] {
  opacity: 1;
  transform: translateY(0);
}
.notify-leave-from[data-v-35ab8011] {
  opacity: 1;
  transform: translateY(0);
}
.notify-leave-to[data-v-35ab8011] {
  opacity: 0;
  transform: translateY(-10px);
}
@keyframes slide-in-left-35ab8011 {
from {
    opacity: 0;
    transform: translateX(-100%) translateY(10px);
}
to {
    opacity: 1;
    transform: translateX(0) translateY(0);
}
}
.mr1[data-v-6b880342] {
  margin: 0 1px;
}
.gray[data-v-6b880342] {
  color: #94969c;
}
.fwb[data-v-6b880342] {
  font-weight: 600;
  margin-left: 2px;
}
.owner-bet-notify-class-red[data-v-6b880342] {
  background: linear-gradient(180deg, #c81211 0%, #de4c4b 100%);
  border: 1px solid #ff8a89;
  color: #fff;
}
.owner-bet-notify-class-green[data-v-6b880342] {
  background: linear-gradient(180deg, #588c40 0%, #6fc946 100%);
  border: 1px solid #a7f584;
  color: #fff;
}
.owner-bet-notify-class-blue[data-v-6b880342] {
  background: linear-gradient(180deg, #2a4e94 0%, #4870c0 100%);
  border: 1px solid #7aa4f8;
  color: #fff;
}
.room-bet-notify-class[data-v-6b880342] {
  background-color: rgba(0, 0, 0, 0.7);
}
.notify-wrapperA[data-v-6b880342],
.notify-wrapperB[data-v-6b880342] {
  position: fixed;
  width: 35%;
  height: 40px;
  left: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}
.notify-wrapperA .notify-box[data-v-6b880342],
.notify-wrapperB .notify-box[data-v-6b880342] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 8px;
  padding: 2px 0px;
  margin-top: 1px;
  pointer-events: auto;
}
.notify-wrapperA .notify-box .tag[data-v-6b880342],
.notify-wrapperB .notify-box .tag[data-v-6b880342] {
  border-radius: 10px;
  background-color: #fff;
  padding: 0px 5px;
}
.notify-wrapperA .notify-box .name[data-v-6b880342],
.notify-wrapperA .notify-box .enter[data-v-6b880342],
.notify-wrapperB .notify-box .name[data-v-6b880342],
.notify-wrapperB .notify-box .enter[data-v-6b880342] {
  color: #fff;
}
.notify-wrapperA[data-v-6b880342] {
  top: 15px;
}
.notify-wrapperB[data-v-6b880342] {
  top: 50px;
}
.notify-enter-active[data-v-6b880342] {
  animation: slide-in-left-6b880342 0.4s ease-out;
}
.notify-leave-active[data-v-6b880342] {
  transition: all 0.8s ease;
}
.notify-enter-from[data-v-6b880342] {
  opacity: 0;
  transform: translateY(20px);
}
.notify-enter-to[data-v-6b880342] {
  opacity: 1;
  transform: translateY(0);
}
.notify-leave-from[data-v-6b880342] {
  opacity: 1;
  transform: translateY(0);
}
.notify-leave-to[data-v-6b880342] {
  opacity: 0;
  transform: translateY(-10px);
}
@keyframes slide-in-left-6b880342 {
from {
    opacity: 0;
    transform: translateX(-100%) translateY(10px);
}
to {
    opacity: 1;
    transform: translateX(0) translateY(0);
}
}
[data-v-6f8a9afa] .game__tip--action {
  position: absolute;
  bottom: 39%;
}
[data-v-6f8a9afa] .game__tip--action .action {
  width: 80% !important;
  height: 20px;
}
[data-v-6f8a9afa] .game__tip--action .isFinish img {
  height: 20px;
}
.game__video .connect[data-v-6f8a9afa] {
  width: 100%;
  position: absolute;
  bottom: 10px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game__video .connect__video[data-v-6f8a9afa] {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  border-radius: 5px;
  padding: 3px 25px;
  display: flex;
  align-items: center;
}
.game__video .connect__video--text[data-v-6f8a9afa] {
  font-size: 10px;
}
[data-v-6f8a9afa] .isFinish .tip__bg {
  width: 100%;
  height: 100%;
}
.slide-enter-active[data-v-6f8a9afa],
.slide-leave-active[data-v-6f8a9afa] {
  transition: transform 0.5s ease;
  transform: translateX(100%);
}
.slide-leave[data-v-6f8a9afa],
.slide-enter-to[data-v-6f8a9afa] {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
.game__video .connect__video--text[data-v-6f8a9afa] {
    font-size: 12px;
}
}
.game__content--road[data-v-32afd84c] {
  width: 100%;
  height: auto;
}
.game__content--road .bottom__show .frame__bottom--box .game__frame .frame__box[data-v-32afd84c] {
  height: 4.7vw;
}
.game__content--road .bottom__show .frame__bottom--box .game__frame .frame__box img[data-v-32afd84c] {
  height: 15px;
}
.game__frame--box[data-v-32afd84c] {
  box-shadow: 0 0 0 0.5px #b3b3b3;
  width: inherit;
  height: 10px;
}
.game__frame--box .road__map--img[data-v-32afd84c] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game__frame--box .road__map--img img[data-v-32afd84c] {
  height: 9px;
  position: absolute;
}
.game__frame--top[data-v-32afd84c] {
  box-shadow: 0 0 0 0.5px #b3b3b3;
}
.game__frame--bottom[data-v-32afd84c] {
  display: flex;
}
.game__frame--bottom .game__frame[data-v-32afd84c]:nth-child(even) {
  border-bottom: 0.5px solid #b3b3b3;
}
.game__frame--bottom .game__frame[data-v-32afd84c]:last-child {
  border-bottom: 0;
}
.game__frame--bottom .frame__bottom--box[data-v-32afd84c] {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.game__frame--bottom .frame__bottom--box .frame__box[data-v-32afd84c] {
  float: left;
  width: 100%;
  height: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game__frame--bottom .frame__bottom--box .frame__box[data-v-32afd84c]:nth-child(even) {
  border-right: 0.25px solid #b3b3b3;
}
.game__frame--bottom .frame__bottom--box .frame__box img[data-v-32afd84c] {
  height: 4px;
  display: flex;
}
[data-v-26ad1f36] .game__content--road {
  width: 100%;
  height: auto;
}
[data-v-26ad1f36] .game__content--road .bottom__show .frame__bottom--box .game__frame .frame__box {
  height: 4.7vw;
}
[data-v-26ad1f36] .game__content--road .bottom__show .frame__bottom--box .game__frame .frame__box img {
  height: 15px;
}
[data-v-26ad1f36] .game__frame {
  width: 100%;
  display: flex;
}
[data-v-26ad1f36] .game__frame--box {
  box-shadow: 0 0 0 0.5px #b3b3b3;
  width: inherit;
  height: 1.3vh;
}
[data-v-26ad1f36] .game__frame--box .road__map--img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-v-26ad1f36] .game__frame--box .road__map--img img {
  height: 9px;
  position: absolute;
}
[data-v-26ad1f36] .game__frame--top {
  box-shadow: 0 0 0 0.5px #b3b3b3;
}
[data-v-26ad1f36] .game__frame--bottom {
  display: flex;
}
[data-v-26ad1f36] .game__operating .frame__box img {
  height: 5px !important;
}
[data-v-26ad1f36] .game__operating .isBottomRoadShow img {
  height: 15px !important;
}
.road__map[data-v-71d5ae43] {
  width: 100%;
  padding: 10px;
}
.road__map--img[data-v-71d5ae43] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.road__map--img img[data-v-71d5ae43] {
  height: 4.5vw;
  position: absolute;
}
.road__map--img .img__text[data-v-71d5ae43] {
  position: absolute;
  font-size: 10px;
  z-index: 1;
}
.road__map--img .psrc[data-v-71d5ae43] {
  height: 4.5vw;
}
.road__bg[data-v-71d5ae43] {
  height: 33vw;
  padding: 2px;
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
}
.map__big[data-v-71d5ae43] {
  width: 30%;
  display: flex;
}
.map__small[data-v-71d5ae43] {
  width: 70%;
  display: flex;
}
.big__frame[data-v-71d5ae43] {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.game__big--frame[data-v-71d5ae43] {
  width: 4.85vw;
  height: 4.78vw;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 0.5px #b3b3b3;
}
.game__content--road[data-v-71d5ae43] {
  width: 100%;
  height: auto;
}
.game__content--images[data-v-71d5ae43] {
  height: 100px;
  display: flex;
  justify-content: center;
  margin-left: 2px;
}
.game__content--images img[data-v-71d5ae43] {
  height: 100%;
  border-radius: 10px;
}
.game__content .images__name[data-v-71d5ae43] {
  width: 80%;
  height: 17px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 5px;
  font-size: 10px;
  text-align: center;
}
.banker[data-v-71d5ae43],
.player[data-v-71d5ae43],
.tie[data-v-71d5ae43] {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}
.banker--pair[data-v-71d5ae43]::after,
.player--pair[data-v-71d5ae43]::after,
.tie--pair[data-v-71d5ae43]::after {
  display: block;
  content: "";
  width: 45%;
  height: 45%;
  border: 0.5px solid #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.banker[data-v-71d5ae43] {
  background-color: #fe2323;
}
.banker--pair[data-v-71d5ae43]::after {
  display: block;
  content: "";
  background-color: #fe2323;
  left: 0;
  top: 0;
}
.player[data-v-71d5ae43] {
  background-color: #0151ff;
}
.player--pair[data-v-71d5ae43]::after {
  display: block;
  content: "";
  background-color: #0151ff;
  right: 0;
  bottom: 0;
}
.tie[data-v-71d5ae43] {
  background-color: #10e01a;
}
@media screen and (min-width: 768px) {
.road__bg .map__big .big__frame .game__big--frame[data-v-71d5ae43] {
    width: 3.8vw;
    height: 3.3vh;
}
.road__bg .map__big .big__frame .game__big--frame .road__map--img img[data-v-71d5ae43] {
    height: 3vw;
}
.road__bg .map__big .big__frame .game__big--frame .road__map--img .img__text[data-v-71d5ae43] {
    font-size: 10px;
    z-index: 1;
}
.road__bg .map__big .big__frame .game__big--frame .road__map--img .psrc[data-v-71d5ae43] {
    height: 3vw;
}
.road__bg[data-v-71d5ae43] .game__frame--box {
    border-right: 0;
    height: 2.86vw;
}
.road__bg[data-v-71d5ae43] .game__frame--box .road__map--img img {
    height: 14px;
}
.road__bg[data-v-71d5ae43] .game__frame--bottom .frame__bottom--box {
    box-shadow: 0 0 0 0.5px #b3b3b3;
}
.road__bg[data-v-71d5ae43] .game__frame--bottom .frame__bottom--box .frame__box {
    width: 8%;
    height: 6px;
}
.road__bg[data-v-71d5ae43] .game__frame--bottom .frame__bottom--box .frame__box img {
    display: flex;
}
}
.road__map[data-v-535c15a7] {
  width: 100%;
  overflow: hidden;
}
.road__bg[data-v-535c15a7] {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}
.road__bg .map__big[data-v-535c15a7] {
  width: 30%;
  height: 100%;
  display: flex;
}
.road__bg .map__small[data-v-535c15a7] {
  width: 70%;
  height: 100%;
  display: flex;
}
.road__bg .map__small .game__content--road[data-v-535c15a7] {
  width: 100%;
  height: auto;
}
.road__bg .map__small .game__content--images[data-v-535c15a7] {
  height: 100px;
  display: flex;
  justify-content: center;
  margin-left: 2px;
}
.road__bg .map__small .game__content--images img[data-v-535c15a7] {
  height: 100%;
  border-radius: 10px;
}
.road__bg .map__small .game__content .images__name[data-v-535c15a7] {
  width: 80%;
  height: 17px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 5px;
  font-size: 10px;
  text-align: center;
}
.road__bg .map__show[data-v-535c15a7] .game__frame--top {
  border: 0;
  border-right: 0.5px solid #b3b3b3;
  box-shadow: 0 0 0 0.5px #b3b3b3;
}
.road__bg .map__show[data-v-535c15a7] .game__frame--bottom {
  border: 0;
}
.road__bg .map__show[data-v-535c15a7] .game__frame--box {
  height: 4.79vw;
}
.road__bg .map__show[data-v-535c15a7] .game__frame--box .road__map--img img {
  height: 15px;
}
.road__bg[data-v-535c15a7] .game__frame--box {
  border-right: 0;
  height: 2.85vw;
}
.road__bg[data-v-535c15a7] .game__frame--box .road__map--img img {
  height: 12px;
}
.road__bg[data-v-535c15a7] .game__frame--bottom .frame__bottom--box {
  box-shadow: 0 0 0 0.5px #b3b3b3;
}
.road__bg[data-v-535c15a7] .game__frame--bottom .frame__bottom--box .frame__box {
  height: 1.88vw;
}
@media screen and (min-width: 768px) {
.road__bg .map__big[data-v-535c15a7] {
    width: 32%;
}
.road__bg .map__small[data-v-535c15a7] {
    width: 67%;
}
.road__bg .map__show[data-v-535c15a7] .game__frame--box {
    height: 3.3vh;
}
.road__bg .map__show[data-v-535c15a7] .game__frame--box .road__map--img img {
    height: 20px;
}
.road__bg .map__show[data-v-535c15a7] .frame__bottom--box .game__frame .frame__box {
    height: 3.3vh;
}
.road__bg .map__show[data-v-535c15a7] .frame__bottom--box .game__frame .frame__box img {
    height: 20px;
}
.road__bg[data-v-535c15a7] .game__frame--box {
    border-right: 0;
    height: 2.2vh;
}
.road__bg[data-v-535c15a7] .game__frame--box .road__map--img img {
    height: 15px;
}
.road__bg[data-v-535c15a7] .game__frame--bottom .frame__bottom--box .frame__box {
    height: 1.1vh;
}
.road__bg[data-v-535c15a7] .game__frame--bottom .frame__bottom--box .frame__box img {
    height: 8px;
}
}
.game__bottom--statistics[data-v-fc9d8336] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding: 7px 0;
}
.game__bottom--statistics .Player[data-v-fc9d8336],
.game__bottom--statistics .Banker[data-v-fc9d8336] {
  line-height: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  font-size: 8px;
  padding: 2px 4px;
  border-radius: 35px;
}
.game__bottom--statistics .Player[data-v-fc9d8336]:active,
.game__bottom--statistics .Banker[data-v-fc9d8336]:active {
  transform: scale(0.95);
}
.game__bottom--statistics .Player__Pair--gray[data-v-fc9d8336],
.game__bottom--statistics .Banker__Pair--gray[data-v-fc9d8336] {
  background-color: #616161;
}
.game__bottom--statistics .Player__Pair--gray[data-v-fc9d8336]::after,
.game__bottom--statistics .Banker__Pair--gray[data-v-fc9d8336]::after {
  display: block;
  content: "";
  width: 55%;
  height: 55%;
  border: 2px solid #07080a;
  border-radius: 50%;
  position: absolute;
}
.game__bottom--statistics .Player[data-v-fc9d8336] {
  background: linear-gradient(to bottom, #0e3ea9 0%, #00226d 100%);
}
.game__bottom--statistics .Player__Pair--gray[data-v-fc9d8336] {
  background-color: #616161;
}
.game__bottom--statistics .Player__Pair--gray[data-v-fc9d8336]::after {
  background-color: #0151ff;
  left: 7px;
  top: 7px;
}
.game__bottom--statistics .Banker[data-v-fc9d8336] {
  background: linear-gradient(to bottom, #bc1d1d 0%, #7b0000 100%);
}
.game__bottom--statistics .Banker__Pair--gray[data-v-fc9d8336] {
  background-color: #616161;
}
.game__bottom--statistics .Banker__Pair--gray[data-v-fc9d8336]::after {
  background-color: #fe2323;
  left: -2px;
  top: -2px;
}
.game__bottom--ball[data-v-fc9d8336] {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}
.game .status__images[data-v-fc9d8336] {
  width: 5px;
  border-radius: 50%;
  margin: 0 2px;
  display: flex;
  align-items: center;
}
.game .status__images img[data-v-fc9d8336] {
  height: 6px;
}
.game__people[data-v-fc9d8336] {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
.game__people img[data-v-fc9d8336] {
  height: 12px;
  margin-right: 4px;
}
.game__round[data-v-fc9d8336] {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.game__count[data-v-fc9d8336] {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
.game__bottom--statistics[data-v-fc9d8336] {
    font-size: 15px;
}
.game__bottom--statistics .Player[data-v-fc9d8336],
  .game__bottom--statistics .Banker[data-v-fc9d8336] {
    width: 65px;
    line-height: 18px;
    font-size: 15px;
}
.game__bottom--statistics .Player .small__size[data-v-fc9d8336],
  .game__bottom--statistics .Banker .small__size[data-v-fc9d8336] {
    top: -1px;
}
.game__bottom--statistics .Player__Pair--gray[data-v-fc9d8336]::after {
    left: 12px;
    top: 12px;
}
.game__bottom--statistics .Banker__Pair--gray[data-v-fc9d8336]::after {
    left: 11px;
    top: -4px;
}
.game__bottom--ball[data-v-fc9d8336] {
    width: 20px;
    height: 20px;
}
.game .status__images[data-v-fc9d8336] {
    width: 11px;
}
.game .status__images img[data-v-fc9d8336] {
    height: 13px;
}
}
.game__operating[data-v-2c11a849] {
  width: 100%;
  z-index: 3;
  padding: 0 5px;
}
.game__operating--box[data-v-2c11a849] {
  border: 1px solid #656565;
  background-color: #29292d;
  border-radius: 4px;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics {
  font-size: 10px;
  padding: 2% 0;
  justify-content: space-around;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics .Player,
.game__operating[data-v-2c11a849] .game__bottom--statistics .Banker {
  width: 55px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  font-size: 0.9rem;
  padding: 2px 4px;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics .Player .status__images,
.game__operating[data-v-2c11a849] .game__bottom--statistics .Banker .status__images {
  width: 9px;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics .Player .status__images img,
.game__operating[data-v-2c11a849] .game__bottom--statistics .Banker .status__images img {
  height: 9px;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics .Player__Pair--gray::after {
  left: 12px;
  top: 12px;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics .Banker__Pair--gray::after {
  left: -2px;
  top: -3px;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics .game__round, .game__operating[data-v-2c11a849] .game__bottom--statistics .game__count {
  font-size: 0.8rem;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics .game__bottom--ball {
  width: 20px;
  height: 20px;
  font-size: 0.8rem;
}
.game__operating .road__map[data-v-2c11a849] {
  height: 28.9vw;
}
@media screen and (min-width: 768px) {
.game__operating[data-v-2c11a849] .game__bottom--statistics {
    font-size: 10px;
    padding: 2% 0;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics .Player,
  .game__operating[data-v-2c11a849] .game__bottom--statistics .Banker {
    width: 75px;
    line-height: 18px;
    font-size: 15px;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics .Player .status__images,
  .game__operating[data-v-2c11a849] .game__bottom--statistics .Banker .status__images {
    width: 13px;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics .Player .status__images img,
  .game__operating[data-v-2c11a849] .game__bottom--statistics .Banker .status__images img {
    height: 13px;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics .Player__Pair--gray::after {
    left: 12px;
    top: 12px;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics .Banker__Pair--gray::after {
    left: -2px;
    top: -3px;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics .game__round, .game__operating[data-v-2c11a849] .game__bottom--statistics .game__count {
    font-size: 15px;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics .game__bottom--ball {
    font-size: 15px;
}
.game__operating .road__map[data-v-2c11a849] {
    height: 19.8vh;
}
}
.message__box[data-v-9337a6d0] {
  width: 100%;
  height: 25px;
  background-color: #0b0c0e;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  border-radius: 30px;
}
.message__box--content[data-v-9337a6d0] {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.message__box--content .content__input[data-v-9337a6d0] {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  margin-left: -2px;
  border: 0;
  width: 25vw;
}
.message__box--content .content__img[data-v-9337a6d0] {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.message__box--content .content__img .number--images[data-v-9337a6d0] {
  height: 12px;
}
.message__box--content .content__img .table--images[data-v-9337a6d0] {
  height: 14px;
}
.message__box--content .content__img img[data-v-9337a6d0] {
  height: 15px;
}
.message__box--content .content__img--text[data-v-9337a6d0] {
  color: #6a6e7a;
}
.message__box--edit[data-v-9337a6d0], .message__box--reset[data-v-9337a6d0], .message__box--redlimit[data-v-9337a6d0] {
  width: 15px;
  height: 15px;
}
.message__box--edit[data-v-9337a6d0] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAqUExURS4wNEdwTC8wMy8wMzAwMC4wMy8wNDAwMS8wMy4wNC4wNC8wNC8wNC8wNFu6TVoAAAANdFJOU4AAoO8wa98dkEKPr79D9kodAAAAwklEQVQY02MQRAUMSGxJrUAUvu7dW8h8ocuhthMZBMXV7gJBIFDaRDBWkUHQGcS92wiUdhSMbWQQzG2H6jYRFLENZJC8BtPtKOh8Q5BB9AaStKIgg8AFhPQlQTgfKg3jw6RhfJg0lA+XhvLh0hC+AFQ6CsoXuwmRvgvly16E6EbwJcG64fy7d8GGw/hidy8zIvNhgBi+6CU4VwQYNAzilwvhAQzyv2DvbQYI4DprDuJL3IWBa47g+CqFyrNOR4s/EAAAWe5h60Od/awAAAAASUVORK5CYII=) no-repeat;
  background-size: cover;
}
.message__box--reset[data-v-9337a6d0] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAtUExURUdwTDAwMC8wNC4wNC4wMi8wNDAwMC4wNC4wMy8wMy4wNC8wMy8wNDAwNS8wNIYqlJcAAAAOdFJOUwAg34BnvxCfkO9AUM8wq3NW9gAAALtJREFUGNNjYCAHsHmUWwsguFxx7969e7oALtv3MtjF9N3zBChf6KUZkBSep5gB1sOmpwgRfuRXAKLZH0GM4tV75wCi102EaOub9w4sEWcA4fu9ewOiGN/BbF5xBERyP0V1G/NjVD63Ik5vCG1A5dsZoPLjwPI+XVAu1OZz755AbXoKEX35AsKXfAUiWd49ugBRrgfx3hO4f8EBwtgm9NIQSCfPgzmMre4dMLzmvUjAEZ5APZvLWxLIiikAa186pHqRzeYAAAAASUVORK5CYII=) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
.message__box--content[data-v-9337a6d0] {
    font-size: 15px;
}
.message__box--content .content__img[data-v-9337a6d0] {
    width: 20px;
    height: 20px;
}
.message__box--content .content__img img[data-v-9337a6d0] {
    height: 20px;
}
}
[data-v-da42f7b2].game__operating {
  width: 100%;
  z-index: 3;
  padding: 0 3px;
}
[data-v-da42f7b2].game__operating--betmoney {
  display: flex;
  justify-content: space-around;
}
[data-v-da42f7b2].game__operating--betmoney div:nth-child(1),[data-v-da42f7b2].game__operating--betmoney div:nth-child(3) {
  margin: 0;
}
[data-v-da42f7b2].game__operating--betmoney div:nth-child(2) {
  margin: 0 5px;
}
[data-v-da42f7b2].game__operating--betmoney .message__box {
  height: 20px;
}
[data-v-da42f7b2].game__operating--betmoney .message__box .message__box--content {
  font-size: 12px;
}
[data-v-da42f7b2].game__operating--betmoney .betmoney__totalBet {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 0 6px;
  margin: 0 0 5px 0;
  border-radius: 50px;
  color: #a0a5b5;
  background-color: #0b0c0e;
}
[data-v-da42f7b2].game__operating--betmoney .betmoney__totalBet .yellow,[data-v-da42f7b2].game__operating--betmoney .betmoney__totalBet .green-light {
  font-size: 12px;
  margin-left: 5px;
}
[data-v-da42f7b2].game__operating--betmoney .betmoney__totalBet img {
  height: 15px;
  margin-right: 5px;
}
[data-v-da42f7b2].game__operating--betmoney .betmoney__totalBet--box {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 6px;
}
[data-v-da42f7b2].game__operating--betmoney .betmoney__totalBet--box .yellow,[data-v-da42f7b2].game__operating--betmoney .betmoney__totalBet--box .green-light {
  font-size: 7px;
  margin-left: 0;
}
.bottom__statistics[data-v-1d0f3256] {
  display: flex;
  position: absolute;
  top: 3px;
}
.bottom__statistics--people[data-v-1d0f3256] {
  display: flex;
  flex-direction: column;
}
.bottom__statistics--people .people[data-v-1d0f3256] {
  display: flex;
  align-items: center;
}
.bottom__statistics--people .people__icon[data-v-1d0f3256] {
  display: inline-block;
  width: 8px;
  height: 8px;
}
.bottom__statistics--people .people__number[data-v-1d0f3256] {
  top: 1px;
  font-size: 9px;
  margin-left: 3px;
}
.bottom__statistics--people .people__money[data-v-1d0f3256] {
  font-size: 9px;
}
.bottom__statistics--progress[data-v-1d0f3256] .el-progress__text {
  font-size: 7px !important;
}
.bottom__statistics--progress[data-v-1d0f3256] .el-progress-circle {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.bottom__statistics--top .bottom__statistics[data-v-1d0f3256], .bottom__statistics--bottom .bottom__statistics[data-v-1d0f3256] {
  left: 8px;
}
.bottom__statistics--top .bottom__statistics--people[data-v-1d0f3256], .bottom__statistics--bottom .bottom__statistics--people[data-v-1d0f3256] {
  margin-left: 3px;
}
.bottom__statistics--top .bottom__statistics--people[data-v-1d0f3256] {
  color: #ff7676;
}
.bottom__statistics--top .bottom__statistics--people .people__icon[data-v-1d0f3256] {
  background-color: #ff7676;
}
.bottom__statistics--bottom .bottom__statistics--people[data-v-1d0f3256] {
  color: #44b2ff;
}
.bottom__statistics--bottom .bottom__statistics--people .people__icon[data-v-1d0f3256] {
  background-color: #44b2ff;
}
.bottom__statistics--left .bottom__statistics--people[data-v-1d0f3256], .bottom__statistics--center .bottom__statistics--people[data-v-1d0f3256] {
  margin-left: 6px;
}
.bottom__statistics--left .bottom__statistics--people .people__money[data-v-1d0f3256], .bottom__statistics--center .bottom__statistics--people .people__money[data-v-1d0f3256] {
  text-align: start;
}
.bottom__statistics--left .bottom__statistics--people[data-v-1d0f3256] {
  color: #44b2ff;
}
.bottom__statistics--left .bottom__statistics--people .people__icon[data-v-1d0f3256] {
  background-color: #44b2ff;
}
.bottom__statistics--center .bottom__statistics--people[data-v-1d0f3256] {
  color: #76c64e;
}
.bottom__statistics--center .bottom__statistics--people .people__icon[data-v-1d0f3256] {
  background-color: #76c64e;
}
.bottom__statistics--right .bottom__statistics--people[data-v-1d0f3256] {
  color: #ff7676;
  margin-right: 6px;
  align-items: flex-end;
}
.bottom__statistics--right .bottom__statistics--people .people__icon[data-v-1d0f3256] {
  background-color: #ff7676;
}
.bottom__statistics--right .bottom__statistics--people .people__money[data-v-1d0f3256] {
  text-align: end;
}
@media screen and (min-width: 768px) {
.bottom__statistics[data-v-1d0f3256] {
    top: 10px;
}
.bottom__statistics--people .people__icon[data-v-1d0f3256] {
    width: 15px;
    height: 15px;
}
.bottom__statistics--people .people__number[data-v-1d0f3256] {
    top: 1px;
    font-size: 12px;
    margin-left: 3px;
}
.bottom__statistics--people .people__money[data-v-1d0f3256] {
    font-size: 12px;
}
.bottom__statistics--progress[data-v-1d0f3256] .el-progress__text {
    font-size: 10px !important;
}
.bottom__statistics--progress[data-v-1d0f3256] .el-progress-circle {
    width: 35px !important;
    height: 35px !important;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}
}
.chip-container[data-v-8e77c4a0] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.chip-fly[data-v-8e77c4a0] {
  position: absolute;
  width: 15px;
  height: 15px;
  opacity: 1;
  z-index: 4;
}
.chip-fly-img[data-v-8e77c4a0] {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chip-fly-img img[data-v-8e77c4a0] {
  height: 100%;
}
.chip-fly-text[data-v-8e77c4a0] {
  position: absolute;
  font-size: 6px;
  color: #000;
  font-weight: 600;
  z-index: 1;
}
.yellow[data-v-8e77c4a0] {
  font-weight: 400;
}
.betPlaced[data-v-8e77c4a0] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.betPlaced__counter[data-v-8e77c4a0] {
  position: absolute;
  z-index: 5;
}
.betPlaced__counter[data-v-8e77c4a0].owner .chip__amount {
  background: #f17528;
  border: 1px solid #ffbd95;
}
.betPlaced__counter[data-v-8e77c4a0].owner .chip__amount img {
  height: 13px !important;
  position: absolute;
  left: -4px;
  top: -1px;
}
.betPlaced__counter[data-v-8e77c4a0].owner .chip__amount .ownerSrc {
  height: 13px !important;
}
.betPlaced__counter .chip__amount[data-v-8e77c4a0] {
  position: absolute;
  top: -2px;
  font-size: 7px;
  font-weight: 600;
  padding: 0px 10px;
  background: #000;
  border: 1px solid #a0a5b5;
  border-radius: 25px;
}
.betPlaced__counter .chip__img[data-v-8e77c4a0] {
  width: 35px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.betPlaced__counter .chip__img img[data-v-8e77c4a0] {
  height: 55px;
}
.betPlaced__counter .chip__text[data-v-8e77c4a0] {
  width: 25vw;
  position: absolute;
  font-size: 11px;
  color: #000;
  font-weight: 600;
  z-index: 1;
}
.betPlaced__counter .chip__title[data-v-8e77c4a0] {
  position: absolute;
  font-size: 8px;
  top: -21px;
}
.betPlaced__text[data-v-8e77c4a0] {
  display: flex;
}
.betPlaced__text div[data-v-8e77c4a0]:nth-child(1) {
  margin-right: 5px;
}
.betPlaced__text--center[data-v-8e77c4a0] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.betPlaced__bottom--text[data-v-8e77c4a0] {
  width: 25vw;
  height: 95%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-bottom: 4px;
  font-size: 16px;
}
.game__room .game__tip--box[data-v-770e725e] {
  width: 100%;
  position: fixed;
  top: 130px;
  display: flex;
  flex-direction: row;
}
.game__room .selectArea[data-v-770e725e] {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  top: 0;
  transition: 0.5s;
}
.game__room .selectArea__left[data-v-770e725e], .game__room .selectArea__right[data-v-770e725e] {
  width: 37%;
}
.game__room .selectArea__left[data-v-770e725e] .largeBetArea, .game__room .selectArea__right[data-v-770e725e] .largeBetArea {
  height: 23vw;
}
.game__room .selectArea__left[data-v-770e725e] .smallBetArea, .game__room .selectArea__right[data-v-770e725e] .smallBetArea {
  height: 9vw;
}
.game__room .selectArea__left[data-v-770e725e] .bottom__statistics--people .people__icon, .game__room .selectArea__center[data-v-770e725e] .bottom__statistics--people .people__icon, .game__room .selectArea__right[data-v-770e725e] .bottom__statistics--people .people__icon {
  -webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAJ1BMVEVPnv9Qn/9HcExQn/9MnP9Onf9Onf9Pnv9Onv9Pnv9Onv9NnP9Onv8wT8nDAAAADXRSTlPfEAAgQHtg75C/oFDQEpaReAAAAE1JREFUCNdjUFJSEgRiBiUljfImMJ0pOA1ML1PKQuHD5GHqXUNDQLTDqdAeFiUGbRag6AYnBoVNQFplEoO4EggUMggwgAATg5IxCAgBAHn6E4x6Eg6XAAAAAElFTkSuQmCC) no-repeat;
  mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAJ1BMVEVPnv9Qn/9HcExQn/9MnP9Onf9Onf9Pnv9Onv9Pnv9Onv9NnP9Onv8wT8nDAAAADXRSTlPfEAAgQHtg75C/oFDQEpaReAAAAE1JREFUCNdjUFJSEgRiBiUljfImMJ0pOA1ML1PKQuHD5GHqXUNDQLTDqdAeFiUGbRag6AYnBoVNQFplEoO4EggUMggwgAATg5IxCAgBAHn6E4x6Eg6XAAAAAElFTkSuQmCC) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.game__room .selectArea__left .bottom__statistics[data-v-770e725e] {
  left: 3px;
}
.game__room .selectArea__center[data-v-770e725e] {
  width: 25%;
  margin: 0 3px;
}
.game__room .selectArea__center[data-v-770e725e] .largeBetArea {
  height: 23vw;
}
.game__room .selectArea__center[data-v-770e725e] .mediumBetArea {
  height: 18.5vw;
}
.game__room .selectArea__center .bottom__statistics[data-v-770e725e] {
  left: 8px;
}
.game__room .selectArea__right .bottom__statistics[data-v-770e725e] {
  right: 3px;
  flex-direction: row-reverse;
}
.game__room .selectArea__top[data-v-770e725e], .game__room .selectArea__bottom[data-v-770e725e] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.game__room .selectArea__top[data-v-770e725e] .largeBetArea, .game__room .selectArea__bottom[data-v-770e725e] .largeBetArea {
  width: 33%;
  height: 12vw;
}
.game__room .selectArea__top[data-v-770e725e] .largeBetArea .bottom__statistics, .game__room .selectArea__bottom[data-v-770e725e] .largeBetArea .bottom__statistics {
  left: 3px;
}
.game__room .selectArea__top[data-v-770e725e] .largeBetArea .bottom__statistics--progress .el-progress__text, .game__room .selectArea__bottom[data-v-770e725e] .largeBetArea .bottom__statistics--progress .el-progress__text {
  font-size: 6px !important;
}
.game__room .selectArea__top[data-v-770e725e] .largeBetArea .bottom__statistics--people .people__icon, .game__room .selectArea__bottom[data-v-770e725e] .largeBetArea .bottom__statistics--people .people__icon {
  -webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARBAMAAADJQ1rJAAAAIVBMVEVHcEzT09PT09PT09PT09PT09PT09PT09PT09PT09PT09NTJszcAAAACnRSTlMA8A86nKpnI+PReCsXIwAAAGhJREFUCNdjYGBgD1wYzgAGhqtWLTQAMZikVq1aJQRisQEZq5aBWCwg1hJUFkKWqQvIakI1hcHcQ8IdzFJdma6euVQBqGwWSMeqSQwMrGDGqqUMDFYQ1ioDBi8oy4GhC8pqYIAyVi0AAAVROxvGuoKoAAAAAElFTkSuQmCC) no-repeat;
  mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARBAMAAADJQ1rJAAAAIVBMVEVHcEzT09PT09PT09PT09PT09PT09PT09PT09PT09PT09NTJszcAAAACnRSTlMA8A86nKpnI+PReCsXIwAAAGhJREFUCNdjYGBgD1wYzgAGhqtWLTQAMZikVq1aJQRisQEZq5aBWCwg1hJUFkKWqQvIakI1hcHcQ8IdzFJdma6euVQBqGwWSMeqSQwMrGDGqqUMDFYQ1ioDBi8oy4GhC8pqYIAyVi0AAAVROxvGuoKoAAAAAElFTkSuQmCC) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.game__room .selectArea__top[data-v-770e725e] .largeBetArea .betPlaced__counter, .game__room .selectArea__bottom[data-v-770e725e] .largeBetArea .betPlaced__counter {
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.game__room .selectArea__top[data-v-770e725e] .largeBetArea .betPlaced__bottom--text, .game__room .selectArea__bottom[data-v-770e725e] .largeBetArea .betPlaced__bottom--text {
  font-size: 9px;
}
.game__room[data-v-770e725e] .smallBetArea__blue {
  color: #44b2ff;
  border-radius: 5px;
  border: 1px solid #078eed;
}
.game__room[data-v-770e725e] .smallBetArea__blue:nth-child(3) .betPlaced__counter .chip__amount {
  top: auto;
  bottom: -3px;
}
.game__room[data-v-770e725e] .smallBetArea__red {
  color: #ff7676;
  border-radius: 5px;
  border: 1px solid #ff2626;
}
.game__room[data-v-770e725e] .smallBetArea__red:nth-child(3) .betPlaced__counter .chip__amount {
  top: auto;
  bottom: -3px;
}
.game__room[data-v-770e725e] .mediumBetArea__yellow {
  color: #ffc662;
  border-radius: 5px;
  border: 1px solid #ffc052;
}
.game__room[data-v-770e725e] .mediumBetArea__yellow .betPlaced__counter {
  bottom: 0;
}
.game__room[data-v-770e725e] .mediumBetArea__yellow .betPlaced__counter .chip__amount {
  top: auto;
  bottom: -3px;
}
.game__room[data-v-770e725e] .betPlaced__counter .chip__amount {
  top: -4px;
}
.game__room[data-v-770e725e] .betPlaced__counter .chip__text {
  width: auto !important;
  font-size: 8px;
}
.game__room[data-v-770e725e] .betPlaced__counter .chip__img img {
  height: 30px !important;
}
.game__room[data-v-770e725e] .betPlaced__bottom--text {
  width: 19vw;
  font-size: 12px;
}
.game__room[data-v-770e725e] .betPlaced__text {
  font-size: 10px;
}
.game__room[data-v-770e725e] .banker__box,
.game__room .player__box[data-v-770e725e] {
  z-index: 6;
  bottom: -10px !important;
}
.game__room[data-v-770e725e] .banker__box .Points,
.game__room[data-v-770e725e] .player__box .Points {
  font-size: 23px !important;
}
.game__room[data-v-770e725e] .banker__box {
  left: 12px;
  justify-content: flex-start !important;
}
.game__room[data-v-770e725e] .player__box {
  right: 12px;
  justify-content: flex-end !important;
}
.game__room[data-v-770e725e] .card__front img, .game__room[data-v-770e725e] .card__back img {
  height: 35px !important;
}
.game__room[data-v-770e725e] .largeBetArea__blue {
  border-radius: 5px;
  border: 1px solid #078eed;
}
.game__room[data-v-770e725e] .largeBetArea__blue .betPlaced__counter {
  bottom: -5px;
  left: 0px;
}
.game__room[data-v-770e725e] .largeBetArea__green {
  border-radius: 5px;
  border: 1px solid #4def4d;
}
.game__room[data-v-770e725e] .largeBetArea__green .betPlaced__counter {
  bottom: -5px;
  right: unset;
}
.game__room[data-v-770e725e] .largeBetArea__green .betPlaced__counter.VipRoom {
  bottom: -5px;
  right: 5px;
  left: unset;
}
.game__room[data-v-770e725e] .largeBetArea__green .betPlaced__counter.owner {
  bottom: -5px;
  left: 0;
}
.game__room[data-v-770e725e] .largeBetArea__red {
  border-radius: 5px;
  border: 1px solid #ff2626;
}
.game__room[data-v-770e725e] .largeBetArea__red .betPlaced__counter {
  bottom: -5px;
  right: 0;
}
.game__room[data-v-770e725e] .largeBetArea__red .betPlaced__counter.owner {
  bottom: -5px;
  left: 5px;
}
.game__room[data-v-770e725e] .largeBetArea__blue .betPlaced__counter.VipRoom {
  bottom: -5px;
  right: 5px;
  left: unset;
}
.game__room[data-v-770e725e] .largeBetArea__blue .betPlaced__counter.owner {
  bottom: -5px;
  left: 5px;
}
.game__room .betArea__margin[data-v-770e725e] {
  margin-top: 2px;
}
.game__room .betArea .multiarea__commission[data-v-770e725e] {
  position: absolute;
  right: 5px;
  top: 60px;
  color: #ffffff;
  font-size: 6px;
  font-weight: 600;
  background-color: #06f;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  letter-spacing: 2px;
  border-radius: 2px;
  padding: 2px 3px 2px 1px;
}
.winMoney[data-v-770e725e] {
  background-color: rgba(0, 0, 0, 0.4);
}
.winMoney__text[data-v-770e725e] {
  font-size: 36px;
}
.down__drop[data-v-770e725e] {
  top: 15px !important;
}
@media screen and (min-width: 768px) {
.selectArea__left[data-v-770e725e] .largeBetArea, .selectArea__right[data-v-770e725e] .largeBetArea {
    height: 12vh;
}
.selectArea__left[data-v-770e725e] .smallBetArea, .selectArea__right[data-v-770e725e] .smallBetArea {
    height: 5vh;
}
.selectArea__left .bottom__statistics[data-v-770e725e] {
    left: 10px;
}
.selectArea__center[data-v-770e725e] {
    margin: 0 3px;
}
.selectArea__center[data-v-770e725e] .largeBetArea {
    height: 12vh;
}
.selectArea__center[data-v-770e725e] .mediumBetArea {
    height: 10.3vh;
}
.selectArea__center .bottom__statistics[data-v-770e725e] {
    left: 8px;
}
.selectArea__right .bottom__statistics[data-v-770e725e] {
    right: 10px;
}
.selectArea__top[data-v-770e725e] .largeBetArea, .selectArea__bottom[data-v-770e725e] .largeBetArea {
    height: 13vw;
}
.selectArea__top[data-v-770e725e] .largeBetArea .bottom__statistics, .selectArea__bottom[data-v-770e725e] .largeBetArea .bottom__statistics {
    left: 3px;
}
.selectArea__top[data-v-770e725e] .largeBetArea .bottom__statistics--progress .el-progress__text, .selectArea__bottom[data-v-770e725e] .largeBetArea .bottom__statistics--progress .el-progress__text {
    font-size: 6px !important;
}
.selectArea__top[data-v-770e725e] .largeBetArea .betPlaced__counter, .selectArea__bottom[data-v-770e725e] .largeBetArea .betPlaced__counter {
    top: 0;
    left: 0;
    right: 0;
}
.selectArea__top[data-v-770e725e] .largeBetArea .betPlaced__bottom--text, .selectArea__bottom[data-v-770e725e] .largeBetArea .betPlaced__bottom--text {
    font-size: 9px;
}
[data-v-770e725e] .largeBetArea__red .betPlaced__counter,[data-v-770e725e] .largeBetArea__blue .betPlaced__counter {
    top: 55px;
}
[data-v-770e725e] .largeBetArea__blue .betPlaced__counter {
    left: 15px;
}
[data-v-770e725e] .largeBetArea__green .betPlaced__counter {
    top: 40px;
}
[data-v-770e725e] .largeBetArea__red .betPlaced__counter {
    right: 15px;
}
[data-v-770e725e] .smallBetArea__blue:nth-child(3) .betPlaced__counter .chip__amount {
    top: auto;
    bottom: -10px;
}
[data-v-770e725e] .smallBetArea__red:nth-child(3) .betPlaced__counter .chip__amount {
    top: auto;
    bottom: -10px;
}
[data-v-770e725e] .mediumBetArea__yellow .betPlaced__counter {
    bottom: 0;
}
[data-v-770e725e] .mediumBetArea__yellow .betPlaced__counter .chip__amount {
    top: auto;
    bottom: -10px;
}
[data-v-770e725e] .betPlaced__counter .chip__amount {
    top: -13px;
}
[data-v-770e725e] .betPlaced__counter .chip__amount,[data-v-770e725e] .betPlaced__counter .chip__text {
    font-size: 12px;
}
[data-v-770e725e] .betPlaced__counter .chip__img img {
    height: 40px !important;
}
[data-v-770e725e] .betPlaced__bottom--text {
    font-size: 15px;
}
[data-v-770e725e] .betPlaced__text {
    font-size: 12px;
}
.multiarea__commission[data-v-770e725e] {
    right: 10px;
    top: 60px;
    font-size: 10px;
}
}
.checkbox[data-v-30ca38e7] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 5px 0 3px 0;
  background-color: #1c1f24;
}
.checkbox__btn[data-v-30ca38e7] {
  width: 30vw;
  height: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: 1px solid #6a6e7a;
  border-radius: 4px;
}
.checkbox__repeat--img[data-v-30ca38e7], .checkbox__confirm--img[data-v-30ca38e7], .checkbox__cancel--img[data-v-30ca38e7] {
  height: 5vw;
  margin-right: 4px;
  position: absolute;
  left: 4px;
}
.checkbox__confirm[data-v-30ca38e7] {
  border: 1px solid #75c95e;
}
.checkbox__cancel[data-v-30ca38e7] {
  border: 1px solid #dc4b4a;
}
.checkbox__confirm.submitEvent[data-v-30ca38e7], .checkbox__cancel.submitEvent[data-v-30ca38e7] {
  color: #828282;
  border: 1px solid #6a6e7a;
}
.checkbox__repeat[data-v-30ca38e7] {
  color: #6a6e7a;
}
@media screen and (min-width: 768px) {
.checkbox[data-v-30ca38e7] {
    margin: 10px 0;
    justify-content: space-around;
}
.checkbox__btn[data-v-30ca38e7] {
    width: 24vw;
    height: 4vh;
    font-size: 15px;
}
.checkbox__repeat--img[data-v-30ca38e7], .checkbox__confirm--img[data-v-30ca38e7], .checkbox__cancel--img[data-v-30ca38e7] {
    height: 3vh;
    margin-right: 4px;
    position: absolute;
    left: 4px;
}
}
.loading__page[data-v-416d18c9] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: #000000;
}
.loading__page--bg[data-v-416d18c9] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loading__page--bg img[data-v-416d18c9] {
  width: 85%;
}
.loading__bar[data-v-416d18c9] {
  width: 85%;
  top: 6em;
}
.dialog__box[data-v-416d18c9] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
.loading__page--bg img[data-v-416d18c9] {
    width: 85%;
}
.loading__bar[data-v-416d18c9] {
    width: 85%;
}
}
.dialog__box[data-v-4c09bcb2] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
.game[data-v-4c09bcb2] {
  width: 100%;
  height: 100%;
  background-color: #181818;
}
.game__video[data-v-4c09bcb2] {
  width: 100%;
  height: 49vw;
  position: relative;
}
.game__multiTable[data-v-4c09bcb2] {
  width: 95%;
  margin: 0 auto;
}
.game__multiTable--close[data-v-4c09bcb2] {
  width: 98%;
  margin: 15px 0 9px 0;
  display: flex;
  justify-content: flex-end;
}
.game__multiTable--close img[data-v-4c09bcb2] {
  height: 15px;
}
.game__content[data-v-4c09bcb2] {
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
}
.game__content--box[data-v-4c09bcb2] {
  z-index: 3;
}
.game__content--box[data-v-4c09bcb2] .betPanel__tip,
.game__content--box[data-v-4c09bcb2] .auto__tip {
  width: 100%;
  position: absolute;
  z-index: 16;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 70px;
}
.game__content--box[data-v-4c09bcb2] .betPanel__tip img,
.game__content--box[data-v-4c09bcb2] .auto__tip img {
  width: 90%;
  height: 40px;
}
.game__content--box[data-v-4c09bcb2] .betPanel__tip span,
.game__content--box[data-v-4c09bcb2] .auto__tip span {
  position: absolute;
  color: #ffffff;
  z-index: 9;
  font-size: 18px;
}
.game__content--box[data-v-4c09bcb2] .auto__tip img {
  height: 30px;
}
.game__bottom[data-v-4c09bcb2] {
  width: 100%;
  z-index: 4;
}
.multiTable[data-v-4c09bcb2] .game__tip--action {
  position: relative;
}
@media screen and (min-width: 768px) {
.game__video[data-v-4c09bcb2] {
    height: 30vh;
}
.game__content[data-v-4c09bcb2] {
    width: 100%;
    padding: 0 5px;
    overflow: hidden;
}
.game__content--box .selectArea[data-v-4c09bcb2] .player__box,
  .game__content--box .selectArea[data-v-4c09bcb2] .banker__box {
    height: 10vh;
    bottom: 0 !important;
}
.game__content--box .selectArea[data-v-4c09bcb2] .player__box .card__front img, .game__content--box .selectArea[data-v-4c09bcb2] .player__box .card__back img,
  .game__content--box .selectArea[data-v-4c09bcb2] .banker__box .card__front img,
  .game__content--box .selectArea[data-v-4c09bcb2] .banker__box .card__back img {
    height: 40px !important;
}
}
