.open--radius[data-v-4dd19fd2] {
  border-top-right-radius: 15px !important;
  border-top-left-radius: 15px !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.dropdown[data-v-4dd19fd2] {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #0b0c0e;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 10px;
  padding: 0 6px;
  display: flex;
}
.dropdown__selected[data-v-4dd19fd2] {
  width: 100%;
  display: flex;
  align-items: center;
}
.dropdown__selected .arrow[data-v-4dd19fd2] {
  position: absolute;
  right: 0px;
}
.dropdown__images[data-v-4dd19fd2] {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.dropdown__images img[data-v-4dd19fd2] {
  height: 15px;
}
.dropdown__label[data-v-4dd19fd2] {
  width: 110px;
}
.dropdown__range[data-v-4dd19fd2] {
  color: #ccc;
}
.dropdown__arrow[data-v-4dd19fd2] {
  margin-left: auto;
  transition: transform 0.2s;
}
.dropdown__arrow.open[data-v-4dd19fd2] {
  transform: rotate(180deg);
}
.dropdown__menu[data-v-4dd19fd2] {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #0b0c0e;
  border-radius: 0 0 15px 15px;
  margin: -9px 0 0 0;
  padding: 6px 0;
  list-style: none;
  z-index: 10;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.25s ease;
}
.dropdown__menu.open[data-v-4dd19fd2] {
  transform: scaleY(1);
  padding: 6px 0;
}
.dropdown__item[data-v-4dd19fd2] {
  display: flex;
  padding: 4px 26px;
}
[data-v-6cc6a96e] .error__dialog {
  position: absolute;
  top: 0;
}
[data-v-6cc6a96e] .error__dialog .msg__box--bg {
  width: 50%;
  height: 40px;
  padding: 0;
  border: 1px solid #4f4e4e;
  box-shadow: 0 0 10px #bbb;
  background-color: #000;
  border-radius: 0;
}
[data-v-6cc6a96e] .error__dialog .msg__box--content {
  height: 100%;
}
.register[data-v-6cc6a96e] {
  width: 100%;
  height: 100%;
  max-width: 430px;
  max-height: 736px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: -8px;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.9);
}
.register .align[data-v-6cc6a96e] {
  width: 100%;
  height: 100%;
  justify-content: center;
}
.register .align .dialog[data-v-6cc6a96e] {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register .align .dialog__style[data-v-6cc6a96e] {
  height: 65.6px;
  margin-top: -33px;
  z-index: 99999;
  display: block;
}
.register .align .dialog__mask[data-v-6cc6a96e] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
}
.register__register[data-v-6cc6a96e] {
  text-align: center;
  padding: 4rem 2rem;
}
.register__register .form__field2--Account[data-v-6cc6a96e] {
  display: inline-block;
  font-size: 16px;
  border-radius: 3px;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  outline: 0;
  padding: 3px;
}
.register__register .form__field2 .PWDField[data-v-6cc6a96e] {
  border-radius: 4px;
  text-align: center;
}
.register__register .form .StatusLabelOffset[data-v-6cc6a96e] {
  font-size: 14px;
}
.register__register .form .ConfirmBtn[data-v-6cc6a96e] {
  display: flex;
  justify-content: space-around;
}
.register__register .form .ConfirmBtn .onSubmit[data-v-6cc6a96e] {
  background-image: linear-gradient(160deg, #f6ac70 0%, #fdda8d 100%);
  color: #fff;
  width: 33vw;
  border-radius: 27px;
  padding: 0.5rem 1rem;
}
.register__register .Label[data-v-6cc6a96e] {
  margin-right: 0;
  font-size: 16px;
}
.border__bottom[data-v-478ea85a] {
  border-bottom: 1px solid #4c453d;
}
.member[data-v-478ea85a] {
  width: 100%;
  height: 100%;
  max-width: 430px;
  max-height: 736px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: -8px;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.9);
}
.member__border[data-v-478ea85a] {
  width: 95%;
  height: 80vh;
  border: 1px solid #4c453d;
  background: linear-gradient(to bottom, #18191d 0%, #111215 100%);
  border-radius: 5px;
  overflow: hidden;
}
.member__border .message__box[data-v-478ea85a] {
  width: 100%;
  height: 25px;
  margin-bottom: 7px;
  font-size: 13px;
}
.member__title[data-v-478ea85a] {
  width: 100%;
  height: 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 7px 0;
  padding: 3px 0 10px 0;
  border-bottom: 1px solid #29292d;
}
.member__title--text[data-v-478ea85a] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.member__title--close[data-v-478ea85a] {
  position: absolute;
  right: 10px;
  display: flex;
}
.member__title--close img[data-v-478ea85a] {
  height: 15px;
}
.member__content[data-v-478ea85a] {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
  display: flex;
  justify-content: center;
}
.member__content[data-v-478ea85a] .message__box {
  height: 30px;
}
.member__content[data-v-478ea85a] .message__box--content {
  font-size: 13px;
}
.member__content[data-v-478ea85a] .message__box--content .yellow {
  font-size: 13px;
}
.member__info[data-v-478ea85a] {
  width: 80%;
  padding: 0 15px;
}
.member__total[data-v-478ea85a] {
  width: 100%;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 10px;
}
.member__total--title[data-v-478ea85a] {
  padding: 5px 0;
  color: #a0a4b1;
}
.member__total--content[data-v-478ea85a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6a6e7a;
}
.member__box[data-v-478ea85a] {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  padding: 10px 0;
  background-color: #0b0c0e;
  border-radius: 4px;
}
.member__box--maxWin[data-v-478ea85a] {
  width: 100%;
  line-height: 22px;
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 10px 8px;
  margin-top: 5px;
  background-color: #0b0c0e;
  border-radius: 4px;
}
.member__box--maxWin span[data-v-478ea85a] {
  padding-right: 5px;
}
.system__box--content[data-v-2121701e] {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.system__box--content .content__box[data-v-2121701e] {
  width: 100%;
  margin-bottom: 10px;
}
.system__box--content .content__box--btn[data-v-2121701e] {
  width: 100%;
  border-top: 1px solid #29292d;
  border-bottom: 1px solid #29292d;
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.system__box--content .content__box--btn img[data-v-2121701e] {
  height: 1.2em;
  margin: 0 10px;
}
.system__box--content .content__box--btn span[data-v-2121701e] {
  font-size: 13px;
  color: #b6b6b6;
}
.system[data-v-f1768242] {
  width: 100%;
  height: 736px;
  max-width: 430px;
  max-height: 736px;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 999;
}
.system__box[data-v-f1768242] {
  width: 75%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 0;
  background: linear-gradient(to bottom, #18191d 0%, #111215 100%);
}
.system__box--close[data-v-f1768242] {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  justify-content: flex-end;
}
.system__box--close img[data-v-f1768242] {
  height: 14px;
}
.system__box .audio[data-v-f1768242] {
  width: 100%;
}
.system__member--info[data-v-f1768242] {
  width: 100%;
  padding: 0 20px 0 10px;
}
.system__member--info[data-v-f1768242] .message__box {
  height: 30px;
}
.system__member--info[data-v-f1768242] .message__box--content {
  font-size: 13px;
}
.system__member--info[data-v-f1768242] .message__box--content .yellow {
  font-size: 13px;
}
.slide-enter-active[data-v-f1768242],
.slide-leave-active[data-v-f1768242] {
  transition: transform 0.5s ease;
  transform: translateX(100%);
}
.slide-leave[data-v-f1768242],
.slide-enter-to[data-v-f1768242] {
  transform: translateX(0);
}
.lobby__header[data-v-399688ae] {
  width: 95%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.lobby__header--top[data-v-399688ae] {
  width: 100%;
  height: 35px;
  background: linear-gradient(to bottom, #18191d 0%, #111215 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1px;
}
.lobby__header--top .header__left[data-v-399688ae] {
  height: 30px;
  display: flex;
  align-items: center;
}
.lobby__header--top .header__left img[data-v-399688ae] {
  height: 23px;
}
.lobby__header--bottom[data-v-399688ae] {
  display: flex;
  justify-content: space-between;
}
.lobby__header--bottom .header__left[data-v-399688ae], .lobby__header--bottom .header__center[data-v-399688ae], .lobby__header--bottom .header__right[data-v-399688ae] {
  width: 33%;
}
.lobby__header .message__icon[data-v-399688ae] {
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lobby__header .message__icon--img[data-v-399688ae] {
  display: flex;
  align-items: center;
  margin-left: 13px;
}
.lobby__header .message__icon .mainMenu img[data-v-399688ae] {
  height: 21px;
}
.lobby__header .message__icon .home img[data-v-399688ae],
.lobby__header .message__icon .volumeOn img[data-v-399688ae],
.lobby__header .message__icon .volumeOff img[data-v-399688ae] {
  width: 21px;
}
.lobby__header .message__icon .volumeOn img[data-v-399688ae] {
  height: 23px;
}
.lobby__header .message__box[data-v-399688ae] {
  margin: 3px 0;
}
.lobby__header .game__list--header .header__left[data-v-399688ae] {
  width: 100%;
  justify-content: space-between;
}
.lobby__header .game__list--header .header__left .message__box[data-v-399688ae] {
  margin-bottom: 0;
}
.lobby__header .game__list--header .message__box[data-v-399688ae] {
  width: 48%;
}
.lobby__marquee[data-v-166bb594] {
  width: 95%;
}
.lobby__marquee .marquee[data-v-166bb594] {
  width: 100%;
  height: 30px;
  margin: 0 0 3px 0;
  background: linear-gradient(to right, rgba(147, 20, 20, 0) 0%, rgb(147, 20, 20) 48%, rgba(147, 20, 20, 0) 100%);
  display: flex;
  align-items: center;
}
.lobby__marquee .marquee__img[data-v-166bb594] {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lobby__marquee .marquee__img img[data-v-166bb594] {
  height: 15px;
  padding-left: 10px;
}
.lobby__marquee .marquee__container[data-v-166bb594] {
  width: 100%;
  overflow: hidden;
}
.lobby__marquee .marquee__container--content[data-v-166bb594] {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-166bb594 15s linear infinite;
}
@keyframes marquee-166bb594 {
from {
    transform: translateX(100%);
}
to {
    transform: translateX(-100%);
}
}
