.dialog__box[data-v-4d713d62] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
.game[data-v-4d713d62] {
  width: 100%;
  height: 100%;
  background-color: #181818;
}
.game__multiTable[data-v-4d713d62] {
  width: 95%;
  margin: 0 auto;
}
.game__multiTable--close[data-v-4d713d62] {
  width: 98%;
  margin: 15px 0 9px 0;
  display: flex;
  justify-content: flex-end;
}
.game__multiTable--close img[data-v-4d713d62] {
  height: 15px;
}
.game__content[data-v-4d713d62] {
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
  background-color: #181818;
  z-index: 4;
}
.game__content--box[data-v-4d713d62] {
  z-index: 3;
}
.game__content--box[data-v-4d713d62] .betPanel__tip {
  width: 100%;
  position: absolute;
  z-index: 16;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 70px;
}
.game__content--box[data-v-4d713d62] .betPanel__tip img {
  width: 90%;
  height: 40px;
}
.game__content--box[data-v-4d713d62] .betPanel__tip span {
  position: absolute;
  color: #ffffff;
  z-index: 9;
  font-size: 18px;
}
.game__content--map[data-v-4d713d62] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 5px;
}
.game__content--map .map__box[data-v-4d713d62] {
  width: 100%;
  background: linear-gradient(180deg, #3b3e42 0%, #16181b 100%);
  border-radius: 4px;
  margin-bottom: 3px;
}
.game__content--map .map__box[data-v-4d713d62] .niuniu__lineIndex--box {
  font-size: 11px;
}
.game__content--map .map__box[data-v-4d713d62] .niuniu__lineIndex--box .card__box {
  font-size: 9px;
}
.game__bottom[data-v-4d713d62] {
  width: 100%;
  z-index: 4;
}
[data-v-4d713d62] .multiTable .game__tip--action {
  position: relative;
}
.colordisk__map--box[data-v-4d713d62] {
  width: 100%;
  display: flex;
}
.colordisk__map--box .side-menu[data-v-4d713d62] {
  width: 35px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.colordisk__map--box .menu-btn[data-v-4d713d62] {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 8px 0;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  transition: 0.2s;
  align-content: center;
  background: linear-gradient(180deg, #3b3e42 0%, #16181b 100%);
  box-shadow: inset 0px 0.5px 0px rgba(255, 255, 255, 0.3);
}
.colordisk__map--box .menu-btn[data-v-4d713d62]:nth-child(2) {
  border-top: 0;
  border-bottom: 0;
}
.colordisk__map--box .menu-btn[data-v-4d713d62]:hover {
  background: #d5d5d5;
}
.colordisk__map--box .menu-btn.active[data-v-4d713d62] {
  background: linear-gradient(360deg, #ffae00 0%, #ffc400 100%);
}
.colordisk[data-v-4d713d62] .game__frame--box {
  height: 20px !important;
}
.colordisk[data-v-4d713d62] .game__frame--box .colordisk__box {
  width: 17px;
  height: 17px;
  font-size: 13px;
}
