.lobbyGames[data-v-4ef20670] {
  padding-top: 1.44rem;
  padding-bottom: 1.46667rem;
  height: 100vh;
  width: 100%;
  max-width: 12rem;
  margin: 0 auto;
  background-color: #06182F;
  position: relative;
}
.lobbyGames .game-view[data-v-4ef20670] {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  overflow-y: auto;
}
.lobbyGames .Game-bg[data-v-4ef20670] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #111111;
  z-index: 990;
}
.lobbyGames .Game-bg .Game-bg-1[data-v-4ef20670] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* //加载动画 */
}
.lobbyGames .Game-bg .Game-bg-1 .Game-bg-logo[data-v-4ef20670] {
  width: 4.85333rem;
  height: 1.46667rem;
  background-size: 100% 100%;
  margin-bottom: 0.58667rem;
}
.lobbyGames .Game-bg .Game-bg-1 .Game-bg-text[data-v-4ef20670] {
  font-size: 0.45333rem;
  font-family: Barlow;
  font-weight: 400;
  color: #FF8216;
  margin-bottom: 0.37333rem;
}
.lobbyGames .Game-bg .Game-bg-1 .nb-spinner[data-v-4ef20670] {
  width: 1.86667rem;
  height: 1.86667rem;
  margin: 0;
  background: transparent;
  border-top: 0.10667rem solid #FF8216;
  border-right: 0.10667rem solid transparent;
  border-radius: 50%;
  -webkit-animation: 1s spin-4ef20670 linear infinite;
  animation: 1s spin-4ef20670 linear infinite;
  margin-top: 0.53333rem;
}
@-webkit-keyframes spin-4ef20670 {
from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes spin-4ef20670 {
from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.lobbyGames .Game-bg .Game-bg-tips[data-v-4ef20670] {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.29333rem;
  font-family: Barlow;
  font-weight: 400;
  color: #FFFFFF;
  -webkit-animation: changeTips-4ef20670 1s linear 0.5s infinite;
          animation: changeTips-4ef20670 1s linear 0.5s infinite;
}
@-webkit-keyframes changeTips-4ef20670 {
0% {
    opacity: 1;
}
100% {
    opacity: 0.2;
}
}
@keyframes changeTips-4ef20670 {
0% {
    opacity: 1;
}
100% {
    opacity: 0.2;
}
}
@media only screen and (min-width: 750px) {
.lobbyGames[data-v-4ef20670] {
    max-width: 32.53333rem;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
}
}

