.game__bottom--statistics[data-v-5e09a1d2] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding: 7px 0;
}
.game__bottom--statistics.isInRoom[data-v-5e09a1d2] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 13px;
}
.game__bottom--statistics.isInRoom .game__count[data-v-5e09a1d2] {
  flex-direction: column;
}
.game__bottom--statistics.isInRoom .game__count .game__bottom--ball[data-v-5e09a1d2] {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  font-weight: 100;
  margin-bottom: -2px;
}
.game__bottom--ball[data-v-5e09a1d2] {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
}
.game__people[data-v-5e09a1d2] {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
.game__people img[data-v-5e09a1d2] {
  height: 12px;
  margin-right: 4px;
}
.game__round[data-v-5e09a1d2] {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.game__count[data-v-5e09a1d2] {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
@charset "UTF-8";
.colordisk__map--box[data-v-b4279ade] {
  width: 100%;
  display: flex;
}
.colordisk__map--box .colordisk__roadmap--box[data-v-b4279ade] {
  width: 93%;
  overflow-y: auto;
}
.colordisk__map--box .side-menu[data-v-b4279ade] {
  width: 35px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.colordisk__map--box .menu-btn[data-v-b4279ade] {
  writing-mode: vertical-rl; /* 讓文字上下排列 */
  text-orientation: upright; /* 讓中文字保持直立 */
  padding: 6px 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-b4279ade]:nth-child(2) {
  border-top: 0;
  border-bottom: 0;
}
.colordisk__map--box .menu-btn[data-v-b4279ade]:hover {
  background: #d5d5d5;
}
.colordisk__map--box .menu-btn.active[data-v-b4279ade] {
  background: linear-gradient(360deg, #ffae00 0%, #ffc400 100%);
}
.colordisk[data-v-b4279ade] .game__frame--box {
  height: 18px !important;
}
.colordisk[data-v-b4279ade] .game__frame--box .colordisk__box {
  width: 17px;
  height: 17px;
  font-size: 13px;
}
.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;
}
.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;
}
