.game__content[data-v-e41db0fe] {
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
}
.game__content--box[data-v-e41db0fe] {
  z-index: 3;
}
.game__content--box[data-v-e41db0fe] .betPanel__tip,
.game__content--box[data-v-e41db0fe] .auto__tip {
  width: 100%;
  position: absolute;
  z-index: 16;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 70px;
}
.game__content--box[data-v-e41db0fe] .betPanel__tip img,
.game__content--box[data-v-e41db0fe] .auto__tip img {
  width: 90%;
  height: 40px;
}
.game__content--box[data-v-e41db0fe] .betPanel__tip span,
.game__content--box[data-v-e41db0fe] .auto__tip span {
  position: absolute;
  color: #ffffff;
  z-index: 9;
  font-size: 18px;
}
.game__content--box[data-v-e41db0fe] .auto__tip img {
  height: 30px;
}
.game__operating[data-v-2c11a849] {
  width: 100%;
  z-index: 3;
  padding: 0 5px;
}
.game__operating--box[data-v-2c11a849] {
  border: 1px solid rgb(101, 101, 101);
  background: linear-gradient(180deg, #3b3e42 0%, #16181b 100%);
  border-radius: 4px;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics {
  font-size: 10px;
  padding: 1% 0;
  justify-content: space-around;
}
.game__operating[data-v-2c11a849] .game__bottom--statistics .Player,
.game__operating[data-v-2c11a849] .game__bottom--statistics .Banker {
  width: 50px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  font-size: 0.7rem;
  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: 110px;
}
