@charset "UTF-8";
:root {
  --lobby__px: 1px;
}
html[data-ui-contain="1"] {
  max-width: var(--lobby__max-width);
  margin: 0 auto;
  font-size: calc(
    var(--lobby__max-width) / (750 / var(--lobby__rem-unit))
  ) !important;
}
html[data-ui-contain="1"] .wg-fixed-no-desktop,
html[data-ui-contain="1"] #nprogress {
  max-width: var(--lobby__max-width);
  margin: 0 auto;
  left: auto !important;
}
html[dir="rtl"][data-ui-contain="1"] .wg-fixed-no-desktop,
html[dir="rtl"][data-ui-contain="1"] #nprogress {
  left: auto !important;
  right: auto !important;
}
html[data-ui-contain="1"] body {
  width: 100% !important;
}
html[data-preview-mode="1"] .wg-fixed-no-desktop,
html[data-preview-mode="1"] .lobby-fixed-view,
html[data-preview-mode="1"] .ui-overlay,
html[data-preview-mode="1"] .float-bar-main,
html[data-preview-mode="1"] #ukefu-point,
html[data-preview-mode="1"] #chat-widget-container,
html[data-preview-mode="1"] #meiqia-container,
html[data-preview-mode="1"] #icEntry,
html[data-tgrp-mode="1"] .lobby-fixed-view,
html[data-tgrp-mode="1"] .float-bar-main,
html[data-tgrp-mode="1"] #ukefu-point,
html[data-tgrp-mode="1"] #chat-widget-container,
html[data-tgrp-mode="1"] #meiqia-container,
html[data-tgrp-mode="1"] #icEntry {
  display: none !important;
}
html[data-isTGMicroApp="1"][data-isdesktop="1"] ::-webkit-scrollbar {
  width: 0px !important;
}
:root {
  --lobby__rem-unit: 100;
  --lobby__max-width: 100%;
  --lobby__vh: 1vh;
  --lobby__screen-height: calc(var(--lobby__vh, 1vh) * 100);
  --skin__disabled-bg-color__custom: var(--skin__neutral_2);
  --skin__bg-shadow__custom: "rgba(0, 0, 0, 0.06)";
  --skin__disabled-font-color__custom: #fff;
  --skin__event-text-color__custom: #fff;
  --skin__event-luck-wheel-silver__custom: #1672f2;
  --skin__event-luck-wheel-gold__custom: #ffaa09;
  --skin__event-luck-wheel-diamond__custom: #b751ff;
  --skin__safe-area-inset-bottom: env(safe-area-inset-bottom);
}
body {
  margin: 0;
}
a {
  text-decoration: none;
}
input,
button,
textarea {
  color: inherit;
  font: inherit;
}
a:focus,
input:focus,
button:focus,
textarea:focus,
[class*="ui-"]:focus {
  outline: none;
}
input[class*="ui-"],
[class*="ui-"] input {
  background-color: transparent;
  border: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.unclickable {
  overflow: hidden;
  cursor: not-allowed;
}
.unclickable * {
  pointer-events: none;
}
html[data-skin-bg="0"] .ui-toast__toast.ui-toast__toast--container {
  color: #fff;
}
html[data-skin-bg="0"]
  .ui-toast__toast.ui-toast__toast--container
  .ui-toast__toast--instance {
  background-color: rgba(0, 0, 0, 0.8);
}
.ui-toast__toast.ui-toast__toast--container {
  transition: all 0.3s;
  white-space: pre-wrap;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 0.28rem;
  color: #333;
  line-height: 0.4rem;
  max-width: 6.9rem;
  min-width: 1.92rem;
  background: transparent;
  overflow-y: initial;
  gap: 0.2rem;
}
.ui-toast__toast.ui-toast__toast--container .ui-toast__toast--instance {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0.24rem 0.4rem;
  border-radius: 0.14rem;
  transition: 0.3s;
}
.ui-toast__toast.ui-toast__toast--container
  .ui-toast__toast--instance
  .ui-toast__toast--icon {
  width: 0.38rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.42rem;
  margin-right: 0.24rem;
}
[dir="rtl"]
  .ui-toast__toast.ui-toast__toast--container
  .ui-toast__toast--instance
  .ui-toast__toast--icon {
  margin-right: 0;
  margin-left: 0.24rem;
}
.ui-toast__toast.ui-toast__toast--container
  .ui-toast__toast--instance
  .ui-toast__toast-message {
  max-width: 5.48rem;
  text-align: left;
}
[dir="rtl"]
  .ui-toast__toast.ui-toast__toast--container
  .ui-toast__toast--instance
  .ui-toast__toast-message {
  text-align: right;
}
.ui-toast__toast.ui-toast__toast--container
  .ui-toast__toast--instance
  .ui-toast__toast-message:lang(ta) {
  max-width: 3.48rem;
}
.ui-toast__toast.ui-toast__toast--container .ui-toast__toast--info,
.ui-toast__toast.ui-toast__toast--container .ui-toast__toast--warn,
.ui-toast__toast.ui-toast__toast--container .ui-toast__toast--error,
.ui-toast__toast.ui-toast__toast--container .ui-toast__toast--success {
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.ui-toast__toast.ui-toast__toast--container .ui-toast__toast--info svg {
  fill: var(--skin__primary);
}
.ui-toast__toast.ui-toast__toast--container .ui-toast__toast--warn svg {
  fill: #ffaa09;
}
.ui-toast__toast.ui-toast__toast--container .ui-toast__toast--error svg {
  fill: #ea4e3d;
}
.ui-toast__toast.ui-toast__toast--container .ui-toast__toast--success svg {
  fill: #04be02;
}
.ui-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.ui-loading__icon {
  font-size: inherit;
}
.ui-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 0.7rem;
  padding: 0;
  font-size: 0.24rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 0.14rem;
  cursor: pointer;
  transition: opacity 0.2s;
  -webkit-appearance: none;
  appearance: none;
  -webkit-font-smoothing: auto;
}
.ui-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #000;
  border-color: #000;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  opacity: 0;
  content: " ";
}
[dir="rtl"] .ui-button:before {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}
.ui-button:active:before {
  opacity: 0.1;
}
.ui-button--loading:before,
.ui-button--disabled:before {
  display: none;
}
.ui-button--default,
.ui-button--primary {
  color: var(--skin__text_primary);
  background: var(--skin__primary);
  border: var(--lobby__px) solid var(--skin__primary);
}
.ui-button--success {
  color: #fff;
  background: var(--skin__accent_1);
  border: var(--lobby__px) solid var(--skin__accent_1);
}
.ui-button--danger {
  color: #fff;
  background: var(--skin__accent_2);
  border: var(--lobby__px) solid var(--skin__accent_2);
}
.ui-button--warning {
  color: var(--skin__text_accent3);
  background: var(--skin__accent_3);
  border: var(--lobby__px) solid var(--skin__accent_3);
}
.ui-button--plain {
  background: transparent;
}
.ui-button--plain.ui-button--primary {
  color: var(--skin__primary);
}
.ui-button--plain.ui-button--default {
  border-color: var(--skin__border);
  color: var(--skin__neutral_1);
}
.ui-button--plain.ui-button--success {
  color: var(--skin__accent_1);
}
.ui-button--plain.ui-button--danger {
  color: var(--skin__accent_2);
}
.ui-button--plain.ui-button--warning {
  color: var(--skin__accent_3);
}
.ui-button--plain.ui-button--disabled {
  color: var(--skin__disabled-bg-color__custom);
}
.ui-button--large {
  width: 100%;
  height: 0.7rem;
}
.ui-button--normal {
  height: 0.7rem;
  width: 2.2rem;
  padding: 0 0.15rem;
  font-size: 0.24rem;
}
.ui-button--small {
  height: 0.5rem;
  width: 1.2rem;
  padding: 0 0.05rem;
  font-size: 0.2rem;
  border-radius: 0.1rem;
}
.ui-button--mini {
  height: 0.4rem;
  width: 1rem;
  padding: 0 0.04rem;
  font-size: 0.18rem;
  border-radius: 0.08rem;
}
.ui-button__loading {
  color: inherit;
  font-size: inherit;
  margin-right: 0.04rem;
}
[dir="rtl"] .ui-button__loading {
  margin-right: 0;
  margin-left: 0.04rem;
}
.ui-button--mini {
  height: 0.4rem;
  width: 1rem;
  padding: 0 0.04rem;
  font-size: 0.18rem;
}
.ui-button--mini + .ui-button--mini {
  margin-left: 0.04rem;
}
[dir="rtl"] .ui-button--mini + .ui-button--mini {
  margin-left: 0;
  margin-right: 0.04rem;
}
.ui-button--block {
  display: block;
  width: 100%;
}
.ui-button--disabled {
  cursor: not-allowed;
  color: var(--skin__bg_2);
  background: var(--skin__neutral_2);
  border: var(--lobby__px) solid var(--skin__neutral_2);
}
.ui-button--loading {
  cursor: default;
}
.ui-button--round {
  border-radius: 9.99rem;
}
.ui-button--square {
  border-radius: 0;
}
.ui-button__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.ui-button__icon {
  font-size: inherit;
  line-height: inherit;
  margin-right: 0.04rem;
}
[dir="rtl"] .ui-button__icon {
  margin-right: 0;
  margin-left: 0.04rem;
}
.ui-button__text {
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-button--hairline {
  border-width: 0;
}
.ui-button--hairline:after {
  border-color: inherit;
  border-radius: 0.08rem;
}
.ui-button--hairline.ui-button--round:after {
  border-radius: 9.99rem;
}
.ui-button--hairline.ui-button--square:after {
  border-radius: 0;
}
.ui-popup {
  position: absolute;
  max-height: 100%;
  box-sizing: border-box;
  transform-origin: center center;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.ui-popup__close-icon {
  position: absolute;
  cursor: pointer;
  top: 0.16rem;
  right: 0.16rem;
  font-size: 0.2rem;
}
.ui-popup__close-icon svg {
  fill: var(--skin__neutral_2);
}
.ui-popup--center {
  position: relative;
  left: 0;
  right: 0;
  width: fit-content;
  max-width: calc(100vw - 0.32rem);
  margin: 0 auto;
}
.ui-popup--top {
  top: 0;
  left: 0;
  width: 100%;
}
.ui-popup--right {
  right: 0;
  top: 0;
  bottom: 0;
}
.ui-popup--bottom {
  bottom: 0;
  left: 0;
  width: 100%;
}
.ui-popup--left {
  left: 0;
  top: 0;
  bottom: 0;
}
.ui-overlay[data-safeArea="1"] {
  height: calc(100% - var(--skin__safe-area-inset-bottom, 0px));
}
[dir="rtl"] .ui-popup--center {
  right: unset;
}
[dir="rtl"] [dir="rtl"] .ui-popup--center {
  right: auto;
  left: unset;
}
.ui-overlay {
  --ui-overlay-z-index: 1;
  --ui-overlay-background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--ui-overlay-z-index);
  width: 100%;
  height: 100%;
  background-color: var(--ui-overlay-background);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  touch-action: none;
}
[dir="rtl"] .ui-overlay {
  left: auto;
  right: 0;
}
.ui-overlay > * {
  touch-action: auto;
}
@keyframes overlay-fade-in {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: var(--ui-overlay-background);
  }
}
.ui-overlay__animate-fade-enter-active {
  animation: var(--animate-duration) overlay-fade-in both;
}
.ui-overlay__animate-fade-leave-active {
  animation: var(--animate-duration) overlay-fade-in both reverse;
}
.ui-overlay[data-hidden="1"] {
  --ui-overlay-background: rgba(0, 0, 0, 0);
  pointer-events: none;
  background: transparent;
}
.ui-overlay[data-hidden="1"] > * {
  pointer-events: auto;
}
.ui-overlay.isShowFrostedGlassEffect {
  backdrop-filter: blur(0.1rem);
}
html[data-skin-bg="1"] .ui-dialog__main {
  border: var(--lobby__px) solid var(--skin__border);
}
.ui-dialog {
  width: 6rem;
  font-size: 0.16rem;
  transform-origin: center center;
  background-color: transparent;
  overflow-y: visible;
  max-height: 100vh;
}
.ui-dialog__main {
  width: 100%;
  background: var(--skin__bg_2);
  border-radius: 0.2rem;
  backface-visibility: hidden;
  overflow: auto;
  min-height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ui-dialog__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.3rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: var(--skin__lead);
  padding: 0.2rem 0.3rem 0.3rem;
  box-sizing: border-box;
  line-height: 1.5;
}
.ui-dialog__header--padding20 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.ui-dialog__header__icon {
  font-size: 0.32rem;
  margin-right: 0.1rem;
  line-height: 1;
  position: relative;
  top: -0.02rem;
}
[dir="rtl"] .ui-dialog__header__icon {
  margin-right: 0;
  margin-left: 0.1rem;
}
.ui-dialog__header--info__icon {
  color: #fff;
  border-radius: 100%;
  background-color: var(--skin__lead);
}
.ui-dialog__header--info--title {
  color: var(--skin__lead);
}
.ui-dialog__header--success__icon {
  color: #fff;
  border-radius: 100%;
  background-color: var(--skin__accent_1);
}
.ui-dialog__header--success--title {
  color: var(--skin__lead);
}
.ui-dialog__header--warning__icon {
  color: #fff;
  border-radius: 100%;
  background-color: var(--skin__accent_3);
}
.ui-dialog__header--warning--title {
  color: var(--skin__lead);
}
.ui-dialog__header--error__icon {
  color: #fff;
  border-radius: 100%;
  background-color: var(--skin__accent_2);
}
.ui-dialog__header--error--title {
  color: var(--skin__lead);
}
.ui-dialog__header--important__icon,
.ui-dialog__header--important--title {
  color: var(--skin__accent_2);
}
.ui-dialog__content {
  flex: 1;
  padding: 0 0.3rem 0.2rem;
  box-sizing: border-box;
  min-height: 0.92rem;
  color: var(--skin__lead);
}
.ui-dialog__content--padding20 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.ui-dialog__content--isolated {
  padding-top: 0;
  display: flex;
  align-items: center;
  min-height: 1.04rem;
}
.ui-dialog__content--has-title {
  padding-top: 0.08rem;
}
.ui-dialog__message {
  color: var(--skin__lead);
  flex: 1;
  overflow-y: auto;
  font-size: 0.22rem;
  line-height: 1.64;
  letter-spacing: normal;
  white-space: pre-wrap;
  text-align: center;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.ui-dialog__message--error {
  font-weight: 600;
}
.ui-dialog__message--left {
  text-align: left;
}
[dir="rtl"] .ui-dialog__message--left,
.ui-dialog__message--right {
  text-align: right;
}
[dir="rtl"] .ui-dialog__message--right {
  text-align: left;
}
.ui-dialog__message--justify {
  text-align: justify;
}
.ui-dialog__footer {
  display: flex;
  overflow: hidden;
  user-select: none;
  padding: 0.2rem 0.3rem 0.3rem;
  box-sizing: border-box;
  gap: 0.2rem;
}
.ui-dialog__footer--padding20 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.ui-dialog__confirm-badge {
  width: 100%;
  height: 100%;
}
.ui-dialog__confirm,
.ui-dialog__cancel {
  flex: 1;
  height: 0.7rem;
  border-radius: 0.14rem;
  box-sizing: border-box;
}
.ui-dialog__confirm,
.ui-dialog__confirm:active {
  background: var(--skin__primary);
}
.ui-dialog-close-box {
  position: relative;
  width: 100%;
}
.ui-dialog-close-box > div {
  width: 100%;
  position: absolute;
  padding-top: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ui-dialog-close-box--occupy-space > div {
  position: relative;
}
.ui-dialog-close-box__icon {
  font-size: 0.6rem;
  color: #fff;
  cursor: pointer;
}
.ui-dialog-close-box__icon--disabled {
  color: var(--skin__disabled-bg-color__custom);
}
.ui-dialog-close-box__icon + .ui-dialog-close-box__countdown {
  margin-top: 0.15rem;
}
.ui-dialog-close-box__countdown {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 0.2rem;
  color: #fff;
}
.ui-badge {
  display: inline-block;
  box-sizing: border-box;
  min-width: 0.32rem;
  padding: 0 0.08rem;
  color: #fff;
  height: 0.28rem;
  text-align: center;
  background: var(--skin__accent_2);
  border-radius: 0.13rem 0.13rem 0.13rem 0;
  font-size: 0.18rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.28rem;
  letter-spacing: normal;
  overflow: visible;
  vertical-align: middle;
  position: relative;
}
.ui-badge:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.06rem;
  z-index: 20;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0.079rem solid var(--badge-bg-color);
  border-top: 0.066rem solid transparent;
  border-bottom: 0.066rem solid transparent;
  font-size: 0;
}
.ui-badge__content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
}
.ui-badge--fixed {
  position: absolute;
  transform-origin: 100%;
}
.ui-badge--auto {
  top: 0;
  right: 0;
  transform: translate(0.1rem, -50%);
}
.ui-badge--top-left {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.ui-badge--top-center {
  top: 0;
  left: 50%;
  transform: translateY(-50%);
}
.ui-badge--top-right {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.ui-badge--bottom-left {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
.ui-badge--bottom-right {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.ui-badge--dot {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 0.16rem;
  min-width: 0;
  height: 0.16rem;
  background: var(--skin__accent_2);
  border-radius: 100%;
  border: none;
  padding: 0;
}
.ui-badge--dot:before {
  display: none;
}
.ui-badge__wrapper {
  position: relative;
  display: inline-block;
}
.ui-badge--design {
  background: transparent !important;
}
.ui-badge--design:before {
  content: initial;
}
.ui-badge__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ui-badge__bg-center {
  flex: 1;
  margin: 0 -0.01rem;
}
.ui-badge--gift_normal {
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.28rem;
  padding: 0 0.08rem;
  border-radius: 0.13rem 0.13rem 0.13rem 0;
}
.ui-badge--gift_normal .ui-badge__gift {
  left: 0.06rem;
  transform: translate(-100%, 0.08rem);
  width: 0.38rem;
  height: 0.38rem;
}
.ui-badge--gift_large {
  font-weight: 600;
  font-size: 0.22rem;
  line-height: 0.24rem;
  height: 0.34rem;
  padding: 0.05rem 0.08rem;
  border-radius: 0.17rem 0.17rem 0.17rem 0;
}
.ui-badge--gift_large .ui-badge__gift {
  left: 0.07rem;
  transform: translate(-100%, 0.04rem);
  width: 0.48rem;
  height: 0.48rem;
}
.ui-badge__gift {
  position: absolute;
  top: 0;
  z-index: 21;
}
.ui-badge__gift .lobby-image {
  width: 100%;
}
.ui-badge__gift--space {
  width: 100%;
  background: transparent;
}
.ui-badge--arrow_center {
  transform: translate(-50%, -50%);
  border-radius: 0.13rem;
}
.ui-badge--arrow_center:before {
  border-left: 0.12rem solid transparent;
  border-right: 0.12rem solid transparent;
  border-top: 0.12rem solid var(--badge-bg-color);
  left: calc(50% - 0.12rem);
  top: 0.22rem;
}
[dir="rtl"] .ui-badge {
  border-radius: 0.13rem 0.13rem 0;
}
[dir="rtl"] [dir="rtl"] .ui-badge {
  border-radius: 0.13rem 0.13rem 0.13rem 0;
}
[dir="rtl"] .ui-badge:before {
  left: auto;
  right: 0;
  border-left: none;
  border-right: 0.079rem solid var(--badge-bg-color);
}
[dir="rtl"] [dir="rtl"] .ui-badge:before {
  right: auto;
  left: 0;
  border-right: none;
  border-left: 0.079rem solid var(--badge-bg-color);
}
[dir="rtl"] .ui-badge--auto {
  left: 0;
  right: auto;
  transform: translate(-0.1rem, -50%);
}
[dir="rtl"] [dir="rtl"] .ui-badge--auto {
  right: 0;
  left: auto;
  transform: translate(0.1rem, -50%);
}
[dir="rtl"] .ui-badge--top-left.ui-badge--rtl {
  top: 0;
  right: 0;
  left: auto;
  transform: translate(50%, -50%);
}
[dir="rtl"] [dir="rtl"] .ui-badge--top-left.ui-badge--rtl {
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}
[dir="rtl"] .ui-badge--bottom-left.ui-badge--rtl {
  bottom: 0;
  left: auto;
  right: 0;
  transform: translate(50%, 50%);
}
[dir="rtl"] [dir="rtl"] .ui-badge--bottom-left.ui-badge--rtl {
  right: auto;
  left: 0;
  transform: translate(-50%, 50%);
}
[dir="rtl"] .ui-badge--top-right.ui-badge--rtl {
  top: 0;
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
}
[dir="rtl"] [dir="rtl"] .ui-badge--top-right.ui-badge--rtl {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}
[dir="rtl"] .ui-badge--bottom-right.ui-badge--rtl {
  bottom: 0;
  right: auto;
  left: 0;
  transform: translate(-50%, 50%);
}
[dir="rtl"] [dir="rtl"] .ui-badge--bottom-right.ui-badge--rtl {
  left: auto;
  right: 0;
  transform: translate(50%, 50%);
}
[dir="rtl"] .ui-badge--dot.ui-badge--rtl {
  transform: translate(-50%, -50%);
}
[dir="rtl"] [dir="rtl"] .ui-badge--dot.ui-badge--rtl {
  transform: translate(50%, -50%);
}
[dir="rtl"] .ui-badge--gift_large {
  border-radius: 0.17rem 0.17rem 0;
}
[dir="rtl"] [dir="rtl"] .ui-badge--gift_large {
  border-radius: 0.17rem 0.17rem 0.17rem 0;
}
[dir="rtl"] .ui-badge--gift_large .ui-badge__gift {
  right: 0.07rem;
}
[dir="rtl"] [dir="rtl"] .ui-badge--gift_large .ui-badge__gift {
  right: auto;
  left: 0.07rem;
}
[dir="rtl"] .ui-badge__gift {
  left: unset;
  right: 0.06rem;
  transform: translate(100%, 0.04rem);
}
[dir="rtl"] [dir="rtl"] .ui-badge__gift {
  right: unset;
  left: 0.06rem;
  transform: translate(-100%, 0.04rem);
}
[dir="rtl"] .ui-badge--arrow_center {
  transform: translate(-50%, -50%);
  border-radius: 0.13rem;
}
[dir="rtl"] [dir="rtl"] .ui-badge--arrow_center {
  transform: translate(50%, -50%);
}
[dir="rtl"] .ui-badge--arrow_center:before {
  border-left: 0.12rem solid transparent;
  border-right: 0.12rem solid transparent;
  border-top: 0.12rem solid var(--badge-bg-color);
  left: calc(50% - 0.12rem);
  top: 0.22rem;
}
[dir="rtl"] [dir="rtl"] .ui-badge--arrow_center:before {
  left: auto;
  right: calc(50% - 0.12rem);
}
.lobby-image[data-status="wait"] {
  opacity: 0;
}
.lobby-image--use-bg {
  position: relative;
  z-index: 0;
}
.lobby-image__status {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.lobby-image[data-status="loading-set"] {
  background-repeat: no-repeat;
}
.lobby-image--blur {
  transition: filter 0.3s;
}
.lobby-image--blur[data-status="wait"],
.lobby-image--blur[data-status="loading"] {
  filter: blur(0.15rem);
}
.lobby-image--blur[data-status="loading-set"],
.lobby-image--blur[data-status="success"],
.lobby-image--blur[data-status="error"] {
  filter: blur(0);
}
.lobby-image--skeleton[data-status="loading"][data-thumb="0"] {
  background-image: linear-gradient(
    90deg,
    var(--skin__border),
    var(--skin__border),
    var(--skin__border),
    var(--skin__bg_2),
    var(--skin__border),
    var(--skin__border),
    var(--skin__border)
  ) !important;
  background-size: 200% 100% !important;
  border-radius: 0.04rem;
  opacity: 0.5;
  animation: common_bganimation 0.9s linear infinite;
}
[dir="rtl"] .lobby-image--skeleton[data-status="loading"][data-thumb="0"] {
  background-image: linear-gradient(
    -90deg,
    var(--skin__border),
    var(--skin__border),
    var(--skin__border),
    var(--skin__bg_2),
    var(--skin__border),
    var(--skin__border),
    var(--skin__border)
  ) !important;
}
._page_thpc1_45 {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 0.22rem;
}
._page_thpc1_45 ._page-tab-container_thpc1_51 {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._page_thpc1_45 ._page-tab-container_thpc1_51 .ui-badge__content {
  line-height: 0.3rem;
}
._page_thpc1_45 ._page-tab-container_thpc1_51 .ui-tabs__content {
  flex: 1;
  overflow: hidden;
}
._page_thpc1_45 ._page-tab-container_thpc1_51 .ui-tab__panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
._page_thpc1_45 ._page-tab-container_thpc1_51 .ui-tab {
  padding: 0 0.2rem;
  font-size: 0.24rem;
}
._page_thpc1_45 ._page-tab-container_thpc1_51 .ui-tabs__wrap {
  height: 0.7rem;
  font-size: 0.24rem;
  color: var(--skin__lead);
  background-color: var(--skin__bg_2);
  border-bottom: 0.01rem solid var(--skin__border);
}
._page_thpc1_45 .ui-retry__block,
._page_thpc1_45 .ui-empty {
  height: 100%;
}
._page_thpc1_45 .ui-checkbox--checked .ui-checkbox__label {
  color: var(--skin__lead);
}
._page_thpc1_45 .ui-checkbox__icon-wrap {
  margin-right: 0;
}
[dir="rtl"] ._page_thpc1_45 .ui-checkbox__icon-wrap {
  margin-right: 0;
  margin-left: 0;
}
._page_thpc1_45 .ui-checkbox__label {
  margin-left: 0.1rem;
}
[dir="rtl"] ._page_thpc1_45 .ui-checkbox__label {
  margin-left: 0;
  margin-right: 0.1rem;
}
._page_thpc1_45 ._content_thpc1_94 {
  padding: 0.2rem;
  flex: 1;
  height: 100%;
  overflow-y: auto;
}
._page_thpc1_45 ._content_thpc1_94._with-footer-bar_thpc1_100 {
  padding-bottom: 1.6rem;
}
._page_thpc1_45 ._content_thpc1_94._with-filter_thpc1_103 {
  padding-top: 0;
}
._page_thpc1_45 ._content_thpc1_94._with-footer-bar-lg_thpc1_106 {
  padding-bottom: 2.4rem;
}
._page_thpc1_45 ._content_thpc1_94 .ui-list__container > * {
  margin-bottom: 0.2rem;
}
._page_thpc1_45 ._content_thpc1_94 .ui-list__container > *:last-child {
  margin-bottom: 0;
}
._page_thpc1_45 ._content_thpc1_94 .ui-pull-refresh {
  min-height: 100%;
}
._fixed-footer-bar_thpc1_119 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--skin__bg_2);
  padding: 0.2rem 0.2rem 0.4rem;
  box-shadow: 0 -0.03rem 0.1rem rgba(0, 0, 0, 0.1);
  font-size: 0.24rem;
  z-index: 2;
}
[dir="rtl"] ._fixed-footer-bar_thpc1_119 {
  left: auto;
  right: 0;
}
._link_thpc1_131 {
  color: var(--skin__primary);
  text-decoration: underline;
  text-underline-offset: 0.02rem;
  line-height: 1.3;
  cursor: pointer;
}
._form_thpc1_139 .lobby-form-item__label {
  margin-bottom: 0.2rem;
  color: var(--skin__lead);
  font-size: 0.24rem;
}
._form_thpc1_139 .lobby-form-item--style:last-child {
  margin-bottom: 0;
}
._form_thpc1_139 .ui-input {
  border-radius: 0.14rem;
}
._form_thpc1_139 ._multiple-form-item_thpc1_150 .lobby-form-item__input {
  flex-direction: column;
}
._multiple-account-container_thpc1_154 {
  padding: 0.2rem;
  background-color: var(--skin__bg_1);
  border-radius: 0.14rem;
  border: var(--lobby__px) solid var(--skin__border);
  color: var(--skin__lead);
  line-height: 1.6;
  word-wrap: break-word;
}
._popover_thpc1_164 .ui-popover__action {
  font-size: 0.24rem;
  width: 1.6rem;
  height: 0.8rem;
  padding: 0;
}
._popover_thpc1_164 .ui-popover__content {
  border: var(--lobby__px) solid var(--skin__border);
}
._icon-arrow_thpc1_174 {
  position: absolute;
  top: 0;
  padding-top: 0.2rem;
  right: 0.2rem;
  height: 100%;
  display: flex;
  width: 0.2rem;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.2;
  color: var(--skin__neutral_2);
}
[dir="rtl"] ._icon-arrow_thpc1_174 {
  right: auto;
  left: 0.2rem;
}
._icon-arrow_thpc1_174 i {
  transform: rotate(180deg);
}
[dir="rtl"] ._icon-arrow_thpc1_174 i {
  transform: rotate(-180deg);
}
._button-small_thpc1_191 {
  border-radius: 0.1rem !important;
}
html[lang="es"] ._button-small_thpc1_191,
html[lang="kn"] ._button-small_thpc1_191 {
  line-height: 1;
}
._icon-with-bg_thpc1_200 {
  display: inline-block;
  border-radius: 50%;
  flex-shrink: 0;
  height: 0.27rem;
  width: 0.27rem;
}
._icon-with-bg_thpc1_200._success_thpc1_207 {
  background-color: var(--skin__accent_1);
}
._icon-with-bg_thpc1_200._warning_thpc1_210 {
  background-color: var(--skin__accent_3);
}
._icon-with-bg_thpc1_200._failed_thpc1_213 {
  background-color: var(--skin__accent_2);
}
._icon-with-bg_thpc1_200._gray_thpc1_216 {
  background: var(--skin__neutral_2);
}
._select-popover_thpc1_220 {
  min-width: 1.6rem;
  max-width: 3.15rem;
}
._select-popover_thpc1_220 .ui-options__option-content {
  line-height: 0.36rem;
  white-space: unset;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
._select-wrap_thpc1_235 {
  min-width: 1.6rem;
  max-width: 1.9rem !important;
}
._select-wrap_thpc1_235 .ui-select-single__content {
  height: auto;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._select-wrap_thpc1_235 .ui-select__reference--middle {
  min-width: 1.6rem;
}
._select-wrap_thpc1_235 .ui-select__reference {
  border-radius: 1rem;
}
._base-header_thpc1_253 {
  justify-content: center !important;
}
._base-header_thpc1_253 .lobby-base-header__section--center {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 4.1rem;
  text-align: center;
  line-height: 1;
  white-space: pre-line;
  line-break: anywhere;
}
._base-header_thpc1_253 .lobby-base-header__section--right {
  max-width: 1.7rem;
  padding-right: 0.2rem;
  font-size: 0.24rem;
  text-align: right;
}
[dir="rtl"] ._base-header_thpc1_253 .lobby-base-header__section--right {
  padding-right: 0;
  padding-left: 0.2rem;
  text-align: left;
}
._base-header-title_thpc1_272 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
._line_thpc1_281 {
  height: 0.01rem;
  border-bottom: 0.01rem solid var(--skin__border);
}
html[lang="my"] ._button_thpc1_191,
html[lang="pa"] ._button_thpc1_191,
html[lang="ar"] ._button_thpc1_191 {
  line-height: 1.6;
}
html[lang="my"] ._button_thpc1_191.ui-button--normal,
html[lang="pa"] ._button_thpc1_191.ui-button--normal,
html[lang="ar"] ._button_thpc1_191.ui-button--normal {
  font-size: 0.2rem;
}
html[lang="my"] ._button_thpc1_191.ui-button--small,
html[lang="pa"] ._button_thpc1_191.ui-button--small,
html[lang="ar"] ._button_thpc1_191.ui-button--small {
  font-size: 0.16rem;
}
._icon_thpc1_174 {
  height: 0.33rem;
  width: 0.33rem;
  vertical-align: middle;
}
._grid-2_n4hbd_45 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
._grid-2_n4hbd_45 > * {
  width: calc((100% - 0.2rem) / 2);
  margin-left: 0.2rem;
  margin-top: 0.2rem;
}
[dir="rtl"] ._grid-2_n4hbd_45 > * {
  margin-left: 0;
  margin-right: 0.2rem;
}
._grid-2_n4hbd_45 > *:nth-child(odd) {
  margin-left: 0;
}
[dir="rtl"] ._grid-2_n4hbd_45 > *:nth-child(odd) {
  margin-left: 0;
  margin-right: 0;
}
._grid-2_n4hbd_45 > *:nth-child(1) {
  margin-top: 0;
}
._grid-2_n4hbd_45 > *:nth-child(2) {
  margin-top: 0;
}
._grid-3_n4hbd_65 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
._grid-3_n4hbd_65 > * {
  width: calc((100% - 0.4rem) / 3);
  margin-left: 0.2rem;
  margin-top: 0.2rem;
}
[dir="rtl"] ._grid-3_n4hbd_65 > * {
  margin-left: 0;
  margin-right: 0.2rem;
}
._grid-3_n4hbd_65 > *:nth-child(3n + 1) {
  margin-left: 0;
}
[dir="rtl"] ._grid-3_n4hbd_65 > *:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: 0;
}
._grid-3_n4hbd_65 > *:nth-child(1) {
  margin-top: 0;
}
._grid-3_n4hbd_65 > *:nth-child(2) {
  margin-top: 0;
}
._grid-3_n4hbd_65 > *:nth-child(3) {
  margin-top: 0;
}
._grid-4_n4hbd_88 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
._grid-4_n4hbd_88 > * {
  width: calc((100% - 0.6rem) / 4);
  margin-left: 0.2rem;
  margin-top: 0.2rem;
}
[dir="rtl"] ._grid-4_n4hbd_88 > * {
  margin-left: 0;
  margin-right: 0.2rem;
}
._grid-4_n4hbd_88 > *:nth-child(4n + 1) {
  margin-left: 0;
}
[dir="rtl"] ._grid-4_n4hbd_88 > *:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: 0;
}
._grid-4_n4hbd_88 > *:nth-child(1) {
  margin-top: 0;
}
._grid-4_n4hbd_88 > *:nth-child(2) {
  margin-top: 0;
}
._grid-4_n4hbd_88 > *:nth-child(3) {
  margin-top: 0;
}
._grid-4_n4hbd_88 > *:nth-child(4) {
  margin-top: 0;
}
._flex_n4hbd_115 {
  display: flex;
}
._flex-1_n4hbd_118 {
  flex: 1;
}
._flex-center_n4hbd_121 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._flex-col_n4hbd_126 {
  flex-direction: column;
}
._align-self-center_n4hbd_130 {
  align-self: center;
}
._align-self-start_n4hbd_133 {
  align-self: flex-start;
}
._align-self-end_n4hbd_136 {
  align-self: flex-end;
}
._items-start_n4hbd_140 {
  align-items: start;
}
._items-center_n4hbd_143 {
  align-items: center;
}
._items-end_n4hbd_146 {
  align-items: flex-end;
}
._justify-center_n4hbd_150 {
  justify-content: center;
}
._justify-between_n4hbd_153 {
  justify-content: space-between;
}
._justify-end_n4hbd_156 {
  justify-content: flex-end;
}
._shrink-0_n4hbd_160 {
  flex-shrink: 0;
}
._leading-1_n4hbd_164 {
  line-height: 1 !important;
}
._leading-18_n4hbd_167 {
  line-height: 1.8;
}
._leading-16_n4hbd_170 {
  line-height: 1.6;
}
._font-20_n4hbd_174 {
  font-size: 0.2rem;
}
._font-22_n4hbd_177 {
  font-size: 0.22rem;
}
._font-24_n4hbd_180 {
  font-size: 0.24rem;
}
._font-26_n4hbd_183 {
  font-size: 0.26rem;
}
._font-bold_n4hbd_186 {
  font-weight: 700;
}
._ellipsis-1_n4hbd_190 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._ellipsis-2_n4hbd_195 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
._text-primary_n4hbd_204 {
  color: var(--skin__primary);
}
._text-warning_n4hbd_207 {
  color: var(--skin__accent_3);
}
._text-success_n4hbd_210 {
  color: var(--skin__accent_1);
}
._text-error_n4hbd_213 {
  color: var(--skin__accent_2);
}
._text-neutral2_n4hbd_216 {
  color: var(--skin__neutral_2);
}
._text-neutral1_n4hbd_219 {
  color: var(--skin__neutral_1);
}
._text-lead_n4hbd_222 {
  color: var(--skin__lead);
}
._text-right_n4hbd_225 {
  text-align: right;
}
[dir="rtl"] ._text-right_n4hbd_225 {
  text-align: left;
}
._text-center_n4hbd_228 {
  text-align: center;
}
._text-indent-44_n4hbd_231 {
  text-indent: 0.44rem;
}
._text-underline_n4hbd_234 {
  text-decoration: underline;
}
._space-x-20_n4hbd_238 > * + * {
  margin-left: 0.2rem;
}
[dir="rtl"] ._space-x-20_n4hbd_238 > * + * {
  margin-left: 0;
  margin-right: 0.2rem;
}
._space-x-10_n4hbd_241 > * + * {
  margin-left: 0.1rem;
}
[dir="rtl"] ._space-x-10_n4hbd_241 > * + * {
  margin-left: 0;
  margin-right: 0.1rem;
}
._space-x-40_n4hbd_244 > * + * {
  margin-left: 0.4rem;
}
[dir="rtl"] ._space-x-40_n4hbd_244 > * + * {
  margin-left: 0;
  margin-right: 0.4rem;
}
._space-y-20_n4hbd_247 > * + * {
  margin-top: 0.2rem;
}
._space-y-10_n4hbd_250 > * + * {
  margin-top: 0.1rem;
}
._mt-10_n4hbd_254 {
  margin-top: 0.1rem;
}
._mt-20_n4hbd_257 {
  margin-top: 0.2rem;
}
._mt-30_n4hbd_260 {
  margin-top: 0.3rem;
}
._mt-40_n4hbd_263 {
  margin-top: 0.4rem;
}
._mx-10_n4hbd_267 {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
._mx-4_n4hbd_271 {
  margin-left: 0.04rem;
  margin-right: 0.04rem;
}
._mb-0_n4hbd_276 {
  margin-bottom: 0;
}
._mr-10_n4hbd_280 {
  margin-right: 0.1rem;
}
[dir="rtl"] ._mr-10_n4hbd_280 {
  margin-right: 0;
  margin-left: 0.1rem;
}
._r-20_n4hbd_284 {
  right: 0.2rem;
}
[dir="rtl"] ._r-20_n4hbd_284 {
  right: auto;
  left: 0.2rem;
}
._ml-4_n4hbd_288 {
  margin-left: 0.04rem;
}
[dir="rtl"] ._ml-4_n4hbd_288 {
  margin-left: 0;
  margin-right: 0.04rem;
}
._ml-10_n4hbd_291 {
  margin-left: 0.1rem;
}
[dir="rtl"] ._ml-10_n4hbd_291 {
  margin-left: 0;
  margin-right: 0.1rem;
}
._ml-20_n4hbd_294 {
  margin-left: 0.2rem;
}
[dir="rtl"] ._ml-20_n4hbd_294 {
  margin-left: 0;
  margin-right: 0.2rem;
}
._ml-30_n4hbd_297 {
  margin-left: 0.3rem;
}
[dir="rtl"] ._ml-30_n4hbd_297 {
  margin-left: 0;
  margin-right: 0.3rem;
}
._p-20_n4hbd_301 {
  padding: 0.2rem;
}
._px-20_n4hbd_304 {
  padding: 0 0.2rem;
}
._pr-140_n4hbd_308 {
  padding-right: 1.4rem;
}
[dir="rtl"] ._pr-140_n4hbd_308 {
  padding-right: 0;
  padding-left: 1.4rem;
}
._w-full_n4hbd_312 {
  width: 100%;
}
._w-200_n4hbd_315 {
  width: 2rem;
}
._w-max300_n4hbd_318 {
  max-width: 3rem;
}
._h-full_n4hbd_322 {
  height: 100%;
}
._bg-1_n4hbd_326 {
  background: var(--skin__bg_1);
}
._bg-2_n4hbd_329 {
  background: var(--skin__bg_2);
}
._absolute_n4hbd_333 {
  position: absolute;
}
._overflow-hidden_n4hbd_337 {
  overflow: hidden;
}
._break-all_n4hbd_341 {
  word-break: break-all;
}
._break-anywhere_n4hbd_344 {
  white-space: pre-line;
  line-break: anywhere;
}
._inline-block_n4hbd_349 {
  display: inline-block;
}
._inline-flex_n4hbd_352 {
  display: inline-flex;
}
._display-webkit-box_n4hbd_356 {
  display: -webkit-box !important;
}
._resize-vertical_n4hbd_360 {
  resize: vertical;
}
._rounded-20_n4hbd_364 {
  border-radius: 0.2rem;
}
._vertical-middle_n4hbd_368 {
  vertical-align: middle;
}
._logout_mu9e5_45 .ui-dialog__content {
  padding-top: 0.1rem;
}
._logout_mu9e5_45 .ui-button__content {
  padding: 0 0.1rem;
}
._logout_mu9e5_45 .ui-dialog__footer {
  gap: unset;
}
._logout_mu9e5_45 .ui-dialog__footer .ui-dialog__confirm {
  margin-left: 0.3rem;
}
[dir="rtl"] ._logout_mu9e5_45 .ui-dialog__footer .ui-dialog__confirm {
  margin-left: 0;
  margin-right: 0.3rem;
}
._loginError_mu9e5_58 {
  z-index: 4000;
}
._color__lead_mu9e5_62 {
  color: var(--skin__lead);
}
._temporaryAccount_mu9e5_66 .ui-dialog__message--left {
  text-indent: 2em;
}
._createDialogZindex_mu9e5_70 {
  z-index: 3000 !important;
}
._kycWarp_mu9e5_74 {
  display: flex;
  align-items: center;
}
._kycWarp_mu9e5_74 img {
  width: 0.32rem;
}
._kycWarp_mu9e5_74 span {
  color: var(--skin__lead);
  font-size: 0.3rem;
  padding-left: 0.1rem;
}
[dir="rtl"] ._kycWarp_mu9e5_74 span {
  padding-left: 0;
  padding-right: 0.1rem;
}
._kycNeedRichWrap_mu9e5_87 {
  text-align: left;
}
[dir="rtl"] ._kycNeedRichWrap_mu9e5_87 {
  text-align: right;
}
._kycNeedRichWrap_mu9e5_87 a {
  text-decoration: underline;
  color: var(--skin__primary);
}
._kycMsgWrap_mu9e5_95 {
  color: var(--skin__lead);
  font-size: 0.22rem;
  text-indent: 2em;
  text-align: left;
}
[dir="rtl"] ._kycMsgWrap_mu9e5_95 {
  text-align: right;
}
._kycMsgWrap_mu9e5_95 span {
  text-indent: 2em;
  cursor: pointer;
  color: var(--skin__primary);
}
._kycNeedMobile_mu9e5_107 .ui-dialog__main {
  min-height: 2rem;
}
._kycNeedMobile_mu9e5_107 .ui-dialog__main .ui-dialog__header {
  font-size: 0.3rem;
}
._kycNeedMobile_mu9e5_107 .ui-dialog__main .ui-dialog__content {
  flex-grow: 0;
}
._kycNeedMobile_mu9e5_107
  .ui-dialog__main
  .ui-dialog__content
  .ui-dialog__message {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 0.22rem;
  font-weight: 600;
}
._kycNeedMobile_mu9e5_107 ._kycNeedMobileIconBg_mu9e5_123 {
  margin-bottom: 0.3rem;
  position: relative;
  height: 1.1rem;
  width: 1.1rem;
  border-radius: 50%;
  background-color: rgba(var(--skin__primary__toRgbString), 0.1);
}
._kycNeedMobile_mu9e5_107 ._kycNeedMobileIconBg_mu9e5_123 img {
  max-width: initial;
  height: 1.1rem;
  position: absolute;
  left: 0;
}
[dir="rtl"] ._kycNeedMobile_mu9e5_107 ._kycNeedMobileIconBg_mu9e5_123 img {
  left: auto;
  right: 0;
}
._webauthn_mu9e5_138 ._header_mu9e5_138 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--skin__lead);
}
._webauthn_mu9e5_138 ._header_mu9e5_138 ._iconSuccess_mu9e5_144 {
  margin-right: 0.1rem;
  width: 0.36rem;
  height: 0.36rem;
  background-color: var(--skin__accent_1);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
[dir="rtl"] ._webauthn_mu9e5_138 ._header_mu9e5_138 ._iconSuccess_mu9e5_144 {
  margin-right: 0;
  margin-left: 0.1rem;
}
._webauthn_mu9e5_138 ._header_mu9e5_138 ._iconSuccess_mu9e5_144 > i {
  font-size: 0.22rem;
  color: var(--skin__text_primary);
}
._webauthn_mu9e5_138 ._header_mu9e5_138 ._iconFail_mu9e5_158 {
  margin-right: 0.1rem;
  width: 0.36rem;
  height: 0.36rem;
  background-color: var(--skin__accent_2);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
[dir="rtl"] ._webauthn_mu9e5_138 ._header_mu9e5_138 ._iconFail_mu9e5_158 {
  margin-right: 0;
  margin-left: 0.1rem;
}
._webauthn_mu9e5_138 ._header_mu9e5_138 ._iconFail_mu9e5_158 > i {
  font-size: 0.22rem;
  color: var(--skin__text_primary);
}
._webauthn_mu9e5_138 ._content_mu9e5_172 {
  font-weight: 400;
  text-indent: 2em;
  text-align: center;
}
._webauthn_mu9e5_138 ._content_mu9e5_172 > span {
  font-weight: 700;
}
._webauthn_mu9e5_138 ._left_mu9e5_180 {
  font-weight: 400;
  text-indent: 2em;
  text-align: left;
}
[dir="rtl"] ._webauthn_mu9e5_138 ._left_mu9e5_180 {
  text-align: right;
}
._webauthn_mu9e5_138 ._left_mu9e5_180 > span {
  font-weight: 700;
}
._webauthn_mu9e5_138 .ui-dialog__message--error > div {
  text-indent: 0em;
  text-align: center;
}
html[dir="ltr"] ._contentRtl_mu9e5_193 {
  direction: rtl;
  text-align: right;
}
html[dir="rtl"][dir="ltr"] ._contentRtl_mu9e5_193 {
  direction: ltr;
  text-align: left;
}
._antiWrap_mu9e5_198 .ui-dialog {
  width: 6.9rem;
}
._antiWrap_mu9e5_198 .ui-dialog .ui-dialog__main .ui-dialog__header {
  padding: 0;
  height: 0.88rem;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
  background: var(--skin__accent_1);
  color: #fff;
  text-align: center;
  font-family: Microsoft YaHei Lobby Bold;
  font-size: 0.34rem;
  font-style: normal;
  font-weight: 600;
}
._antiWrap_mu9e5_198
  .ui-dialog
  .ui-dialog__main
  .ui-dialog__header
  .ui-dialog__header__icon {
  font-size: 0.36rem;
  background-color: #fff;
  color: var(--skin__accent_1);
}
._antiWrap_mu9e5_198 .ui-dialog .ui-dialog__main .ui-dialog__header span {
  color: #fff !important;
}
._antiWrap_mu9e5_198 .ui-dialog .ui-dialog__main .ui-dialog__content {
  padding-top: 0.2rem;
  color: var(--skin__lead);
  font-family: Microsoft YaHei Lobby;
}
._antiWrap_mu9e5_198
  .ui-dialog
  .ui-dialog__main
  .ui-dialog__content
  .ui-dialog__message {
  font-size: 0.24rem;
  text-align: left;
  text-indent: 2em;
}
[dir="rtl"]
  ._antiWrap_mu9e5_198
  .ui-dialog
  .ui-dialog__main
  .ui-dialog__content
  .ui-dialog__message {
  text-align: right;
}
._antiWrap_mu9e5_198
  .ui-dialog
  .ui-dialog__main
  .ui-dialog__content
  .ui-dialog__message
  a {
  font-weight: 700;
}
._antiWrap_mu9e5_198 .ui-dialog .ui-dialog__main .ui-dialog__footer button {
  font-family: Microsoft YaHei Lobby;
  border-radius: 1rem;
  border: thin solid var(--skin__accent_1);
  color: #fff;
}
._antiWrap_mu9e5_198
  .ui-dialog
  .ui-dialog__main
  .ui-dialog__footer
  button.ui-button--primary {
  background-color: var(--skin__accent_1);
}
._antiWrap_mu9e5_198
  .ui-dialog
  .ui-dialog__main
  .ui-dialog__footer
  button.ui-button--plain {
  color: var(--skin__accent_1);
}
._deviceRiskHeadImg_mu9e5_247 {
  background-size: 1.2rem;
  background-repeat: no-repeat;
  padding-top: 1.2rem;
  background-position: center top;
  color: var(--skin__accent_2);
  font-size: 0.3rem;
  font-weight: 600;
}
._deviceRiskContent_mu9e5_257 {
  color: var(--skin__lead);
  font-size: 0.22rem;
  text-align: center;
}
._deviceRiskContent_mu9e5_257 a {
  color: var(--skin__primary);
  font-weight: 700;
}
._hideEntry_3to2k_45 .ui-dialog__header__icon svg {
  fill: var(--skin__accent_2);
}
._editor-base-style_1i25w_45 * {
  word-break: break-word;
}
._editor-base-style_1i25w_45 img,
._editor-base-style_1i25w_45 picture {
  max-width: 100%;
}
._revert-system-style_1i25w_53 * {
  all: revert;
}
._copy_1v4ox_45 {
  color: var(--skin__primary);
  cursor: pointer;
}
._copy_1v4ox_45 ._success-icon_1v4ox_49 {
  color: var(--skin__accent_1);
}
._copy_1v4ox_45 ._copy-success-icon_1v4ox_52 {
  display: none !important;
}
._copy-success_1v4ox_52 ._copy-icon_1v4ox_56 {
  color: var(--skin__accent_1);
  display: none !important;
}
._main-recharge_1lwmw_45 {
  height: calc(100% - 0.9rem);
}
._main-recharge_1lwmw_45 ._refactor-main_1lwmw_48 {
  overflow-y: scroll;
}
._main-recharge_1lwmw_45 ._refactor-main_1lwmw_48._retry_1lwmw_51 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
._main-recharge_1lwmw_45._full-screen_1lwmw_56 {
  height: 100%;
  max-height: 100%;
  border-radius: 0;
}
._main-recharge_1lwmw_45._full-screen_1lwmw_56 > header {
  border-bottom: thin solid var(--skin__border);
  margin-bottom: 0.2rem;
}
._main-recharge_1lwmw_45 ._header_1lwmw_65 ._title_1lwmw_65 {
  font-size: 0.34rem;
  color: var(--skin__lead);
}
._main-recharge_1lwmw_45 ._header_1lwmw_65 ._extra_1lwmw_69 {
  font-size: 0.36rem;
  color: var(--skin__primary);
  padding: 0.1rem 0.2rem 0.1rem 0.1rem;
}
[dir="rtl"] ._main-recharge_1lwmw_45 ._header_1lwmw_65 ._extra_1lwmw_69 {
  padding-right: 0;
  padding-left: 0.2rem;
}
._main-recharge_1lwmw_45 ._header_1lwmw_65 ._extra_1lwmw_69 ._img_1lwmw_75 {
  padding: 0.15rem;
}
._main-recharge_1lwmw_45
  ._header_1lwmw_65
  ._extra_1lwmw_69
  ._unpaid-count_1lwmw_78
  .ui-badge__content {
  font-weight: 400;
}
._main-recharge_1lwmw_45 .btn-close > i {
  margin-left: -0.15rem;
  font-size: 0.3rem;
  vertical-align: middle;
}
[dir="rtl"] ._main-recharge_1lwmw_45 .btn-close > i {
  margin-left: 0;
  margin-right: -0.15rem;
}
._main-recharge_1lwmw_45 .ui-tabs {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._main-recharge_1lwmw_45 .ui-tabs__nav--line {
  padding-bottom: 0;
}
._main-recharge_1lwmw_45 .ui-tabs__nav--line > div {
  padding: 0;
  margin-right: 0.25rem;
}
[dir="rtl"] ._main-recharge_1lwmw_45 .ui-tabs__nav--line > div {
  margin-right: 0;
  margin-left: 0.25rem;
}
._main-recharge_1lwmw_45 .ui-tabs__nav--line .ui-tabs__line {
  margin: 0 !important;
}
._main-recharge_1lwmw_45 .ui-tabs__nav--line .ui-tab {
  padding-top: 0.18rem;
}
._main-recharge_1lwmw_45 .ui-tabs__line {
  bottom: 0;
}
._main-recharge_1lwmw_45 .ui-badge__wrapper {
  display: inline-flex;
  align-items: center;
}
._main-recharge_1lwmw_45 .ui-tabs__wrap {
  flex-shrink: 0;
  border-bottom: var(--lobby__px) solid var(--skin__border);
  margin: 0 0.2rem;
}
._main-recharge_1lwmw_45 .ui-tabs__content {
  flex: 1;
  overflow: hidden;
}
._main-recharge_1lwmw_45 .ui-tab__panel {
  height: 100%;
}
._main-recharge_1lwmw_45 .ui-badge__content {
  color: #fff;
  font-weight: 700;
}
._main-recharge_1lwmw_45 .ui-badge--gift_normal .ui-badge__gift {
  width: 0.32rem;
  left: 0.1rem;
  top: 0.02rem;
}
[dir="rtl"] ._main-recharge_1lwmw_45 .ui-badge--gift_normal .ui-badge__gift {
  left: auto;
  right: 0.1rem;
}
._main-recharge_1lwmw_45 .recharge-content-scroll {
  height: 100%;
  padding: 0 0.2rem;
  overflow-y: scroll;
  position: relative;
}
._main-recharge_1lwmw_45 ._input-content_1lwmw_140 {
  width: 100%;
}
._main-recharge_1lwmw_45 ._input-content_1lwmw_140 ._tips_1lwmw_143 {
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
}
._main-recharge-v2_1lwmw_148 .ui-tab__panel,
._main-recharge-v2_1lwmw_148 .recharge-content-scroll {
  padding: 0;
}
._sticky-bottom_1lwmw_155
  .recharge-content-scroll:not([recharge-type="artificial"]):not([recharge-type="merchant"]) {
  padding-bottom: 2rem;
}
._content_1lwmw_159 {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._tab_1lwmw_166 {
  height: 100%;
  overflow: hidden;
}
._title_1lwmw_65 {
  height: 0.9rem;
}
._title_1lwmw_65 span {
  padding-left: 0.1rem;
}
[dir="rtl"] ._title_1lwmw_65 span {
  padding-left: 0;
  padding-right: 0.1rem;
}
._title_1lwmw_65 ._tab-icon_1lwmw_177 {
  font-size: 0.38rem;
}
.recharge-inner-iframe-popup {
  background-color: #fff;
  height: calc(100% - 0.9rem) !important;
  border-radius: 0.2rem 0.2rem 0 0 !important;
}
.recharge-channel-update-dialog {
  z-index: 2100;
}
.wallet-recharge-success-dialog .ui-dialog__header,
._recharge-error-dialog_1lwmw_193 .ui-dialog__header--error span {
  color: var(--skin__lead);
}
._recharge-error-dialog_1lwmw_193 ._content_1lwmw_159 {
  font-size: 0.22rem;
  color: var(--skin__lead);
  text-align: left;
  font-weight: 400;
}
[dir="rtl"] ._recharge-error-dialog_1lwmw_193 ._content_1lwmw_159 {
  text-align: right;
}
._recharge-error-dialog_1lwmw_193 ._content_1lwmw_159 ._flex_1lwmw_202 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.24rem;
  margin-bottom: 0.24rem;
}
._recharge-error-dialog_1lwmw_193 ._content_1lwmw_159 ._flex_1lwmw_202 span {
  line-height: 0.24rem;
}
._recharge-error-dialog_1lwmw_193
  ._content_1lwmw_159
  ._flex_1lwmw_202
  span:lang(my) {
  line-height: normal;
}
._recharge-error-dialog_1lwmw_193
  ._content_1lwmw_159
  ._flex_1lwmw_202
  ._label_1lwmw_215 {
  color: var(--skin__neutral_2);
  max-width: 1.5rem;
}
._recharge-error-dialog_1lwmw_193
  ._content_1lwmw_159
  ._flex_1lwmw_202
  ._value_1lwmw_219 {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 0.3rem;
  justify-content: flex-end;
  word-break: break-all;
}
[dir="rtl"]
  ._recharge-error-dialog_1lwmw_193
  ._content_1lwmw_159
  ._flex_1lwmw_202
  ._value_1lwmw_219 {
  padding-left: 0;
  padding-right: 0.3rem;
}
._recharge-error-dialog_1lwmw_193
  ._content_1lwmw_159
  ._flex_1lwmw_202
  ._copy_1lwmw_227 {
  margin-left: 0.1rem;
}
[dir="rtl"]
  ._recharge-error-dialog_1lwmw_193
  ._content_1lwmw_159
  ._flex_1lwmw_202
  ._copy_1lwmw_227 {
  margin-left: 0;
  margin-right: 0.1rem;
}
._recharge-error-dialog_1lwmw_193 ._content_1lwmw_159 ._message_1lwmw_230 {
  color: var(--skin__neutral_1);
}
._recharge-error-dialog_1lwmw_193 ._content_1lwmw_159 ._tips_1lwmw_143 {
  margin-top: 0.2rem;
  text-align: center;
}
._scroll-to-bottom_1lwmw_238 {
  position: fixed;
  bottom: 0.5rem;
  right: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.14rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.6);
  height: 0.56rem;
  padding: 0.1rem 0.16rem;
  z-index: 10;
}
[dir="rtl"] ._scroll-to-bottom_1lwmw_238 {
  right: auto;
  left: 0.2rem;
}
._scroll-to-bottom_1lwmw_238 span {
  font-size: 0.18rem;
  color: #fff;
}
._scroll-to-bottom_1lwmw_238 ._icon_1lwmw_256 {
  width: 0.36rem;
  height: 0.36rem;
  background-color: var(--skin__primary);
  color: var(--skin__bg_2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
}
[dir="rtl"] ._scroll-to-bottom_1lwmw_238 ._icon_1lwmw_256 {
  margin-right: 0;
  margin-left: 0.1rem;
}
._scroll-to-bottom_1lwmw_238 ._icon_1lwmw_256 img {
  width: 0.2rem;
}
._icon-currency_1k9sq_45 {
  color: var(--skin__accent_3);
  font-size: 0.24rem;
}
._main_udhmc_45 {
  --end-offset: 0;
  overflow: hidden;
}
._main_udhmc_45 > div {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
._main_udhmc_45 ._placeholder_udhmc_54 {
  display: flex;
  visibility: hidden;
}
._main_udhmc_45 ._mainScroller_udhmc_58 {
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
}
[dir="rtl"] ._main_udhmc_45 ._mainScroller_udhmc_58 {
  left: auto;
  right: 0;
}
._main_udhmc_45 ._mainScroller_udhmc_58 > span {
  display: block;
}
._main_udhmc_45[data-direction="left"],
._main_udhmc_45[data-direction="right"] {
  width: 100%;
  display: inline-block;
}
._main_udhmc_45[data-direction="left"] > div,
._main_udhmc_45[data-direction="right"] > div {
  min-width: 100%;
}
._main_udhmc_45[data-direction="left"] ._mainScroller_udhmc_58,
._main_udhmc_45[data-direction="right"] ._mainScroller_udhmc_58 {
  min-width: 200%;
  display: inline-block;
  white-space: nowrap;
}
._main_udhmc_45[data-direction="left"] ._mainScroller_udhmc_58 > span,
._main_udhmc_45[data-direction="right"] ._mainScroller_udhmc_58 > span {
  min-width: 50%;
  display: inline-block;
}
._main_udhmc_45[data-direction="up"],
._main_udhmc_45[data-direction="down"] {
  height: 100%;
  display: inline-block;
}
._main_udhmc_45[data-direction="up"] > div,
._main_udhmc_45[data-direction="down"] > div {
  min-height: 100%;
}
._main_udhmc_45[data-direction="up"] ._mainScroller_udhmc_58,
._main_udhmc_45[data-direction="down"] ._mainScroller_udhmc_58 {
  min-height: 200%;
}
._main_udhmc_45[data-direction="up"] ._mainScroller_udhmc_58 > span,
._main_udhmc_45[data-direction="down"] ._mainScroller_udhmc_58 > span {
  min-height: 50%;
}
._main_udhmc_45[data-direction="right"] ._mainScroller_udhmc_58 {
  right: 0;
  left: auto;
}
[dir="rtl"] ._main_udhmc_45[data-direction="right"] ._mainScroller_udhmc_58 {
  left: 0;
  right: auto;
}
._main_udhmc_45[data-direction="down"] ._mainScroller_udhmc_58 {
  top: auto;
  bottom: 0;
}
@keyframes _dynamicScrollUp_udhmc_1 {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, calc(-1 * calc(50% - var(--end-offset, 0))), 0);
  }
}
@keyframes _dynamicScrollRight_udhmc_1 {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(calc(calc(50% - var(--end-offset, 0))), 0, 0);
  }
}
@keyframes _dynamicScrollDown_udhmc_1 {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, calc(calc(50% - var(--end-offset, 0))), 0);
  }
}
@keyframes _dynamicScrollLeft_udhmc_1 {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(calc(-1 * calc(50% - var(--end-offset, 0))), 0, 0);
  }
}
._main_udhmc_45 ._scrollUp_udhmc_136 {
  animation-name: _dynamicScrollUp_udhmc_1;
  animation-timing-function: linear;
}
._main_udhmc_45 ._scrollRight_udhmc_140 {
  animation-name: _dynamicScrollRight_udhmc_1;
  animation-timing-function: linear;
}
._main_udhmc_45 ._scrollDown_udhmc_144 {
  animation-name: _dynamicScrollDown_udhmc_1;
  animation-timing-function: linear;
}
._main_udhmc_45 ._scrollLeft_udhmc_148 {
  animation-name: _dynamicScrollLeft_udhmc_1;
  animation-timing-function: linear;
}
._category-icon-text_1oic3_45 {
  --category-icon-size: 0.28rem;
  --category-text-margin: 0 0 0 0.06rem;
  --category-text-font-size: 0.2rem;
  --category-icon-font-size: calc(var(--category-icon-size) * 0.92);
  --category-text-vertical-margin: 0;
  --category-text-disabled-color: var(--skin__neutral_3);
  --category-text-width: fit-content;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
._category-icon-text_1oic3_45._vertical_1oic3_57 {
  flex-direction: column;
}
._category-icon-text_1oic3_45._vertical_1oic3_57 ._seamless-scroll_1oic3_60 {
  text-align: center;
}
._category-icon-text_1oic3_45._vertical_1oic3_57 ._category-text_1oic3_63 {
  margin: var(--category-text-vertical-margin);
}
._category-icon-text_1oic3_45._disabled_1oic3_66 ._category-text_1oic3_63 {
  color: var(--category-text-disabled-color);
}
._category-icon-text_1oic3_45._bold_1oic3_69 ._category-text_1oic3_63 {
  font-weight: 700;
}
._category-icon-text_1oic3_45 ._category-icon_1oic3_45 {
  width: var(--category-icon-size);
  height: var(--category-icon-size);
  color: var(--category-icon-color);
  font-size: var(--category-icon-font-size);
  text-align: center;
}
._category-icon-text_1oic3_45 ._category-icon_1oic3_45 > svg {
  width: inherit;
}
._category-icon-text_1oic3_45 ._seamless-scroll_1oic3_60 {
  display: inline-flex;
  max-width: var(--category-text-width);
}
._category-icon-text_1oic3_45
  ._seamless-scroll_1oic3_60
  ._category-text_1oic3_63 {
  display: inline-block;
}
._category-icon-text_1oic3_45 ._category-text_1oic3_63 {
  margin: var(--category-text-margin);
  color: var(--category-text-color);
  font-size: var(--category-text-font-size);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._rewardPopup_1x289_45 {
  margin-top: 3.5rem;
  padding: 0.2rem;
  border-radius: 0.14rem;
  width: 6.9rem;
  display: flex;
  gap: 0.12rem;
  align-items: center;
  font-size: 0.28rem;
}
._rewardPopup_1x289_45 ._icon-img_1x289_55 {
  width: 0.3rem;
  height: 0.3rem;
}
._rewardPopup_1x289_45 ._text_1x289_59 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-height: 0.65rem;
  line-height: 0.32rem;
  text-align: left;
}
[dir="rtl"] ._rewardPopup_1x289_45 ._text_1x289_59 {
  text-align: right;
}
._rewardPopup_1x289_45 ._rightContent_1x289_68 {
  max-width: 2.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  font-size: 0.24rem;
}
._rewardPopup_1x289_45 ._rightContent_1x289_68 ._currency_1x289_76 {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffaa09;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
}
[dir="rtl"] ._rewardPopup_1x289_45 ._rightContent_1x289_68 ._currency_1x289_76 {
  text-align: right;
}
._rewardPopup_1x289_45 ._rightContent_1x289_68 ._currency_1x289_76 > i {
  margin-top: 0.06rem;
  margin-right: 0.05rem;
  display: block !important;
}
[dir="rtl"]
  ._rewardPopup_1x289_45
  ._rightContent_1x289_68
  ._currency_1x289_76
  > i {
  margin-right: 0;
  margin-left: 0.05rem;
}
._rewardPopup_1x289_45 ._rightContent_1x289_68 ._activity_1x289_91 {
  margin: 0;
}
._rewardPopup_1x289_45
  ._rightContent_1x289_68
  ._activity_1x289_91
  ._icon_1x289_55 {
  --category-icon-size: 0.3rem;
  --category-icon-font-size: 0.3rem;
  --category-text-font-size: 0.24rem;
}
._rewardPopup_1x289_45
  ._rightContent_1x289_68
  ._activity_1x289_91
  ._text-class_1x289_99 {
  font-size: 0.24rem;
}
@keyframes _receiveCurrencyIconRotateY_1x289_1 {
  0% {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(-360deg);
  }
}
._rewardPopup_1x289_45 ._rightContent_1x289_68 ._iconAnime_1x289_110 {
  animation: _receiveCurrencyIconRotateY_1x289_1 1s linear 1;
  transform-origin: center;
  color: #ffaa09;
}
._rewardPopup_1x289_45 ._anime_1x289_115 {
  position: absolute;
  width: 4.88rem;
  height: 4.88rem;
  top: calc(50% - 2.2rem);
  left: calc(50% - 2.7rem);
}
[dir="rtl"] ._rewardPopup_1x289_45 ._anime_1x289_115 {
  left: auto;
  right: calc(50% - 2.7rem);
}
html[data-skin-bg="1"] ._rewardPopup_1x289_45 {
  background: #fff;
}
html[data-skin-bg="1"] ._rewardPopup_1x289_45 ._text_1x289_59 {
  color: #333;
}
html[data-skin-bg="0"] ._rewardPopup_1x289_45 {
  background: rgba(0, 0, 0, 0.8);
}
html[data-skin-bg="0"] ._rewardPopup_1x289_45 ._text_1x289_59 {
  color: #fff;
}
._animateDialog_1yl7p_45 .ui-dialog__main {
  background-color: transparent;
  border: none !important;
}
._animatePopup_1yl7p_50 {
  justify-content: flex-start;
}
._animatePopup_1yl7p_50 .ui-toast__toast.ui-toast__toast--container {
  pointer-events: none;
  max-width: 7.5rem;
}
._animatePopup_1yl7p_50
  .ui-toast__toast.ui-toast__toast--container
  .ui-toast__toast--instance {
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  pointer-events: none;
}
._animatePopup_1yl7p_50
  .ui-toast__toast.ui-toast__toast--container
  .ui-toast__toast--instance
  .ui-toast__toast-message {
  max-width: 7.5rem;
}
._animatePopup_1yl7p_50
  .ui-toast__toast.ui-toast__toast--container
  .ui-toast__toast--instance
  .ui-toast__toast-message.rtl-flip-text {
  direction: ltr;
}
[dir="rtl"]
  ._animatePopup_1yl7p_50
  .ui-toast__toast.ui-toast__toast--container
  .ui-toast__toast--instance
  .ui-toast__toast-message.rtl-flip-text {
  direction: rtl;
}
._animatePopup_1yl7p_50
  .ui-toast__toast.ui-toast__toast--container
  .ui-toast__toast--instance
  .ui-toast__toast--icon {
  display: none;
}
._errorMessageModal_1yl7p_73 .largeAmountContent {
  color: var(--skin__lead);
  font-weight: 700;
  font-size: 0.22rem;
  line-height: 1.64;
  text-align: center;
}
._errorMessageModal_1yl7p_73 .largeAmountContent b {
  color: var(--skin__accent_1);
}
._errorMessageModal_1yl7p_73 .largeAmountContent span {
  color: var(--skin__accent_3);
}
._errorMessageModal_1yl7p_73 .forbidContent {
  min-height: 0.69rem;
}
._errorMessageModal_1yl7p_73 .ui-dialog__confirm {
  color: var(--skin__text_primary);
}
._errorMessageModal_1yl7p_73 .ui-badge {
  background: var(--skin__accent_1);
}
._errorMessageModal_1yl7p_73 .ui-badge:before {
  border-left-color: var(--skin__accent_1);
}
[dir="rtl"] ._errorMessageModal_1yl7p_73 .ui-badge:before {
  border-left-color: currentcolor;
  border-right-color: var(--skin__accent_1);
}
._task-order-tips_1yl7p_99 span {
  color: var(--skin__primary);
}
:root {
  --animate-duration: 0.3s;
  --animate-delay: 0.3s;
  --animate-repeat: 1;
}
.animate__animated {
  animation-duration: 1s;
  animation-duration: calc(var(--animate-duration) * 1);
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}
.animate__animated.animate__forwards {
  animation-fill-mode: forwards;
}
.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) * 0.5);
}
.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}
.animate__animated.animate__direction_normal {
  animation-direction: normal;
}
.animate__animated.animate__direction_reverse {
  animation-direction: reverse;
}
.animate__animated.animate__direction_alternate {
  animation-direction: alternate;
}
.animate__animated.animate__direction_alternate-reverse {
  animation-direction: alternate-reverse;
}
.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: calc(var(--animate-repeat) * 1);
}
.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__repeat-4 {
  animation-iteration-count: 4;
  animation-iteration-count: calc(var(--animate-repeat) * 4);
}
.animate__animated.animate__repeat-5 {
  animation-iteration-count: 5;
  animation-iteration-count: calc(var(--animate-repeat) * 5);
}
.animate__animated.animate__delay-50ms {
  animation-delay: 0.05s;
  animation-delay: calc(var(--animate-delay) * 0.05);
}
.animate__animated.animate__delay-100ms {
  animation-delay: 0.1s;
  animation-delay: calc(var(--animate-delay) * 0.1);
}
.animate__animated.animate__delay-150ms {
  animation-delay: 0.15s;
  animation-delay: calc(var(--animate-delay) * 0.15);
}
.animate__animated.animate__delay-200ms {
  animation-delay: 0.2s;
  animation-delay: calc(var(--animate-delay) * 0.2);
}
.animate__animated.animate__delay-250ms {
  animation-delay: 0.25s;
  animation-delay: calc(var(--animate-delay) * 0.25);
}
.animate__animated.animate__delay-300ms {
  animation-delay: 0.3s;
  animation-delay: calc(var(--animate-delay) * 0.3);
}
.animate__animated.animate__delay-350ms {
  animation-delay: 0.35s;
  animation-delay: calc(var(--animate-delay) * 0.35);
}
.animate__animated.animate__delay-400ms {
  animation-delay: 0.4s;
  animation-delay: calc(var(--animate-delay) * 0.4);
}
.animate__animated.animate__delay-450ms {
  animation-delay: 0.45s;
  animation-delay: calc(var(--animate-delay) * 0.45);
}
.animate__animated.animate__delay-500ms {
  animation-delay: 0.5s;
  animation-delay: calc(var(--animate-delay) * 0.5);
}
.animate__animated.animate__delay-550ms {
  animation-delay: 0.55s;
  animation-delay: calc(var(--animate-delay) * 0.55);
}
.animate__animated.animate__delay-600ms {
  animation-delay: 0.6s;
  animation-delay: calc(var(--animate-delay) * 0.6);
}
.animate__animated.animate__delay-650ms {
  animation-delay: 0.65s;
  animation-delay: calc(var(--animate-delay) * 0.65);
}
.animate__animated.animate__delay-700ms {
  animation-delay: 0.7s;
  animation-delay: calc(var(--animate-delay) * 0.7);
}
.animate__animated.animate__delay-750ms {
  animation-delay: 0.75s;
  animation-delay: calc(var(--animate-delay) * 0.75);
}
.animate__animated.animate__delay-800ms {
  animation-delay: 0.8s;
  animation-delay: calc(var(--animate-delay) * 0.8);
}
.animate__animated.animate__delay-850ms {
  animation-delay: 0.85s;
  animation-delay: calc(var(--animate-delay) * 0.85);
}
.animate__animated.animate__delay-900ms {
  animation-delay: 0.9s;
  animation-delay: calc(var(--animate-delay) * 0.9);
}
.animate__animated.animate__delay-950ms {
  animation-delay: 0.95s;
  animation-delay: calc(var(--animate-delay) * 0.95);
}
.animate__animated.animate__delay-1000ms {
  animation-delay: 1s;
  animation-delay: calc(var(--animate-delay) * 1);
}
.animate__animated.animate__delay-1050ms {
  animation-delay: 1.05s;
  animation-delay: calc(var(--animate-delay) * 1.05);
}
.animate__animated.animate__delay-1100ms {
  animation-delay: 1.1s;
  animation-delay: calc(var(--animate-delay) * 1.1);
}
.animate__animated.animate__delay-1150ms {
  animation-delay: 1.15s;
  animation-delay: calc(var(--animate-delay) * 1.15);
}
.animate__animated.animate__delay-1200ms {
  animation-delay: 1.2s;
  animation-delay: calc(var(--animate-delay) * 1.2);
}
.animate__animated.animate__delay-1250ms {
  animation-delay: 1.25s;
  animation-delay: calc(var(--animate-delay) * 1.25);
}
.animate__animated.animate__delay-1300ms {
  animation-delay: 1.3s;
  animation-delay: calc(var(--animate-delay) * 1.3);
}
.animate__animated.animate__delay-1350ms {
  animation-delay: 1.35s;
  animation-delay: calc(var(--animate-delay) * 1.35);
}
.animate__animated.animate__delay-1400ms {
  animation-delay: 1.4s;
  animation-delay: calc(var(--animate-delay) * 1.4);
}
.animate__animated.animate__delay-1450ms {
  animation-delay: 1.45s;
  animation-delay: calc(var(--animate-delay) * 1.45);
}
.animate__animated.animate__delay-1500ms {
  animation-delay: 1.5s;
  animation-delay: calc(var(--animate-delay) * 1.5);
}
.animate__animated.animate__delay-1550ms {
  animation-delay: 1.55s;
  animation-delay: calc(var(--animate-delay) * 1.55);
}
.animate__animated.animate__delay-1600ms {
  animation-delay: 1.6s;
  animation-delay: calc(var(--animate-delay) * 1.6);
}
.animate__animated.animate__delay-1650ms {
  animation-delay: 1.65s;
  animation-delay: calc(var(--animate-delay) * 1.65);
}
.animate__animated.animate__delay-1700ms {
  animation-delay: 1.7s;
  animation-delay: calc(var(--animate-delay) * 1.7);
}
.animate__animated.animate__delay-1750ms {
  animation-delay: 1.75s;
  animation-delay: calc(var(--animate-delay) * 1.75);
}
.animate__animated.animate__delay-1800ms {
  animation-delay: 1.8s;
  animation-delay: calc(var(--animate-delay) * 1.8);
}
.animate__animated.animate__delay-1850ms {
  animation-delay: 1.85s;
  animation-delay: calc(var(--animate-delay) * 1.85);
}
.animate__animated.animate__delay-1900ms {
  animation-delay: 1.9s;
  animation-delay: calc(var(--animate-delay) * 1.9);
}
.animate__animated.animate__delay-1950ms {
  animation-delay: 1.95s;
  animation-delay: calc(var(--animate-delay) * 1.95);
}
.animate__animated.animate__delay-2000ms {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated:not(.animate__no_reduce) {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated:not(.animate__no_reduce)[class*="Out"] {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate__spin {
  animation-name: spin;
  animation-timing-function: linear;
}
@keyframes beatUpAndDown {
  0% {
    translate: 0 -0.02rem;
  }
  to {
    translate: 0 0.02rem;
  }
}
.animate__beatUpAndDown {
  animation-name: beatUpAndDown;
}
@keyframes beatLeftAndRight {
  25% {
    translate: -0.05rem 0;
  }
  50% {
    translate: 0 0;
  }
  75% {
    translate: 0.05rem 0;
  }
  to {
    translate: 0 0;
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
.animate__heartBeat,
.animate__heartBeat__hover:hover,
.animate__heartBeat__hover:focus,
.animate__heartBeat__hover:active {
  animation-name: heartBeat;
  animation-duration: calc(var(--animate-duration) * 1.8);
  animation-timing-function: ease-in-out;
}
.animate__heartBeat__hover:hover,
.animate__heartBeat__hover:focus,
.animate__heartBeat__hover:active {
  animation-duration: 1s;
  animation-duration: calc(var(--animate-duration) * 1);
  animation-fill-mode: both;
}
@keyframes zoomIn {
  0% {
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
.animate__zoomOut {
  animation-name: zoomOut;
}
.animate-zoom-enter-active {
  animation: var(--animate-duration) zoomIn both;
}
.animate-zoom-leave-active {
  animation: var(--animate-duration) zoomOut both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
.animate__fadeOut {
  animation-name: fadeOut;
}
.animate-fade-enter-active {
  animation: var(--animate-duration) fadeIn both;
}
.animate-fade-leave-active {
  animation: var(--animate-duration) fadeOut both;
}
.animate-fade__without-normal-flow-enter-active {
  animation: var(--animate-duration) fadeIn both;
}
.animate-fade__without-normal-flow-leave-active {
  position: absolute !important;
  animation: var(--animate-duration) fadeOut both;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
.animate-slide-up-enter-active {
  animation: var(--animate-duration) slideInUp both;
}
.animate-slide-up-leave-active {
  animation: var(--animate-duration) slideOutDown both;
}
.animate-slide-down-enter-active {
  animation: var(--animate-duration) slideInDown both;
}
.animate-slide-down-leave-active {
  animation: var(--animate-duration) slideOutUp both;
}
.animate-slide-left-enter-active {
  animation: var(--animate-duration) slideInRight both;
}
.animate-slide-left-leave-active {
  animation: var(--animate-duration) slideOutRight both;
}
.animate-slide-right-enter-active {
  animation: var(--animate-duration) slideInLeft both;
}
.animate-slide-right-leave-active {
  animation: var(--animate-duration) slideOutLeft both;
}
.animate-slide-up-same-enter-active {
  animation: var(--animate-duration) slideInUp both;
}
.animate-slide-up-same-leave-active {
  animation: var(--animate-duration) slideOutUp both;
}
.animate-slide-down-same-enter-active {
  animation: var(--animate-duration) slideInDown both;
}
.animate-slide-down-same-leave-active {
  animation: var(--animate-duration) slideOutDown both;
}
.animate-slide-left-same-enter-active {
  animation: var(--animate-duration) slideInRight both;
}
.animate-slide-left-same-leave-active {
  animation: var(--animate-duration) slideOutLeft both;
}
.animate-slide-right-same-enter-active {
  animation: var(--animate-duration) slideInLeft both;
}
.animate-slide-right-same-leave-active {
  animation: var(--animate-duration) slideOutRight both;
}
.animate-page-push-enter-active {
  animation: var(--animate-duration) slideInRight both linear;
}
.animate-page-push-leave-active {
  position: absolute !important;
  top: 0;
  width: 100%;
  animation: var(--animate-duration) slideOutLeft both linear;
}
.animate-page-pop-enter-active {
  animation: var(--animate-duration) slideInLeft both linear;
}
.animate-page-pop-leave-active {
  position: absolute !important;
  top: 0;
  width: 100%;
  animation: var(--animate-duration) slideOutRight both linear;
}
.animate-page-fade-enter-active {
  animation: var(--animate-duration) fadeIn both;
}
.animate-page-fade-leave-active {
  position: absolute !important;
  top: 0;
  width: 100%;
  animation: var(--animate-duration) fadeOut both;
}
.animate-flip-list-move,
.animate-flip-list-enter-active,
.animate-flip-list-leave-active {
  transition: opacity var(--animate-duration), transform var(--animate-duration);
}
.animate-flip-list-enter-from,
.animate-flip-list-leave-to {
  opacity: 0 !important;
}
.animate-flip-list-leave-active {
  position: absolute !important;
}
.drop-down-enter-from,
.drop-down-leave-to {
  opacity: 0.8;
  transform: scaleY(0.8) translateY(-0.04rem);
}
.drop-down-enter-to,
.drop-down-leave-from {
  opacity: 1;
  transform: scaleY(0.9999) translateY(0);
}
.drop-down-enter-active {
  transition: transform 0.2s cubic-bezier(0.16, 0.75, 0.5, 1),
    opacity 0.2s cubic-bezier(0.16, 0.75, 0.5, 1);
}
.drop-down-leave-active {
  transition: transform 0.2s cubic-bezier(0.5, 0, 0.84, 0.25),
    opacity 0.2s cubic-bezier(0.5, 0, 0.84, 0.25);
}
.drop-up-enter-from,
.drop-up-leave-to {
  opacity: 0.8;
  transform: scaleY(0.8) translateY(0.04rem);
}
.drop-up-enter-to,
.drop-up-leave-from {
  opacity: 1;
  transform: scaleY(0.9999) translateY(0);
}
.drop-up-enter-active {
  transition: transform 0.2s cubic-bezier(0.16, 0.75, 0.5, 1),
    opacity 0.2s cubic-bezier(0.16, 0.75, 0.5, 1);
}
.drop-up-leave-active {
  transition: transform 0.2s cubic-bezier(0.5, 0, 0.84, 0.25),
    opacity 0.2s cubic-bezier(0.5, 0, 0.84, 0.25);
}
@keyframes common_bganimation {
  0% {
    background-position-x: 125%;
  }
  to {
    background-position-x: -32%;
  }
}
:root {
  --lobby__full-vh: 100vh;
}
@supports (height: 100dvh) {
  :root {
    --lobby__full-vh: 100dvh;
  }
}
:root {
  --tabbar-height: 1.24rem;
}
html {
  overflow: hidden;
  touch-action: pan-x pan-y;
  -webkit-text-size-adjust: none;
  height: 100%;
}
html html[data-isdesktop="0"] {
  scrollbar-color: var(--skin__border) transparent;
  scrollbar-width: none;
}
html html[data-isdesktop="0"] > * {
  scrollbar-color: auto;
}
html ::-webkit-scrollbar {
  z-index: 11;
  width: 0;
}
html ::-webkit-scrollbar-thumb {
  width: 0;
  background: var(--skin__border);
  border-radius: 0;
}
html ::-webkit-scrollbar-corner {
  background: transparent;
}
html ::-webkit-scrollbar-track {
  background: transparent;
}
html ::-webkit-scrollbar-track-piece {
  width: 0;
  background: transparent;
}
html ::-webkit-scrollbar:horizontal {
  height: 0;
}
html ::-webkit-scrollbar:horizontal-thumb {
  border-radius: 0;
}
html #nprogress {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000000;
  width: 100%;
}
html[dir="rtl"] #nprogress {
  left: auto;
  right: 0;
}
html #nprogress .bar {
  height: 0.03rem;
  background: var(--skin__primary);
}
html #nprogress .bar .peg {
  box-shadow: 0 0 0.1rem var(--skin__primary), 0 0 0.05rem var(--skin__primary);
}
html #nprogress .spinner .spinner-icon {
  border-top-color: var(--skin__primary);
  border-left-color: var(--skin__primary);
}
html[dir="rtl"] #nprogress .spinner .spinner-icon {
  border-left-color: currentcolor;
  border-right-color: var(--skin__primary);
}
html body {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  color: var(--skin__neutral_1);
  background-color: var(--skin__bg_1);
  font-size: 0.24rem;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica,
    Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB,
    Microsoft Yahei, sans-serif;
}
html body.safe-area-inset-bottom {
  height: calc(100% - var(--skin__safe-area-inset-bottom));
}
html body.safe-area-inset-bottom:after {
  content: "";
  display: block;
  width: 100%;
  height: var(--skin__safe-area-inset-bottom);
  background-color: var(--skin__web_btmnav_db);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
html[dir="rtl"] body.safe-area-inset-bottom:after {
  left: auto;
  right: 0;
}
html body .header2footer-toggle-show header {
  transition: transform 0.3s;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  width: var(--lobby__max-width);
  margin: 0 auto;
}
html body .header2footer-toggle-show footer {
  position: fixed;
  bottom: 0;
  transform: translateY(calc(100% + 0.67rem));
  width: var(--lobby__max-width);
  margin: 0 auto;
  transition: transform 0.3s;
}
html body #app {
  height: 100%;
  position: relative;
  overflow: hidden;
}
html:lang(ur) .rtl-flip-text,
html:lang(ar) .rtl-flip-text {
  direction: rtl;
}
html:lang(ur) .rtl-flip-text-indent,
html:lang(ar) .rtl-flip-text-indent {
  direction: rtl;
  text-align: right;
}
html[dir="rtl"]:lang(ur) .rtl-flip-text-indent,
html[dir="rtl"]:lang(ar) .rtl-flip-text-indent {
  direction: ltr;
  text-align: left;
}
html:lang(ur) .geetest_bind_container,
html:lang(ar) .geetest_bind_container {
  direction: ltr;
}
html:lang(ur) .geetest_captcha {
  direction: ltr;
}
div[style="border: 0.5px dotted transparent;"]:not([class]) {
  display: none;
}
 {
}
._main_pjnd2_56.lobby-scroll.lobby-scroll--all {
  overflow: scroll;
}
._main_pjnd2_56.lobby-scroll.lobby-scroll--x {
  overflow-x: scroll;
  overflow-y: hidden;
}
._main_pjnd2_56.lobby-scroll.lobby-scroll--y {
  overflow-x: hidden;
  overflow-y: scroll;
}
html[data-isdesktop="0"]
  ._main_pjnd2_56.lobby-scroll.lobby-scroll--system-scrollbar {
  scrollbar-color: var(--skin__border) transparent;
  scrollbar-width: thin;
}
html[data-isdesktop="0"]
  ._main_pjnd2_56.lobby-scroll.lobby-scroll--system-scrollbar
  > * {
  scrollbar-color: auto;
}
._main_pjnd2_56.lobby-scroll.lobby-scroll--system-scrollbar::-webkit-scrollbar {
  z-index: 11;
  width: 0.06rem;
}
._main_pjnd2_56.lobby-scroll.lobby-scroll--system-scrollbar::-webkit-scrollbar-thumb {
  width: 0.06rem;
  background: var(--skin__border);
  border-radius: 0.06rem;
}
._main_pjnd2_56.lobby-scroll.lobby-scroll--system-scrollbar::-webkit-scrollbar-corner {
  background: transparent;
}
._main_pjnd2_56.lobby-scroll.lobby-scroll--system-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
._main_pjnd2_56.lobby-scroll.lobby-scroll--system-scrollbar::-webkit-scrollbar-track-piece {
  width: 0.06rem;
  background: transparent;
}
._main_pjnd2_56.lobby-scroll.lobby-scroll--system-scrollbar::-webkit-scrollbar:horizontal {
  height: 0.06rem;
}
._main_pjnd2_56.lobby-scroll.lobby-scroll--system-scrollbar::-webkit-scrollbar:horizontal-thumb {
  border-radius: 0.06rem;
}
._main_pjnd2_56.lobby-scroll.lobby-scroll--is-desktop.lobby-scroll--is-firefox,
._main_pjnd2_56.lobby-scroll.lobby-scroll--is-desktop.lobby-scroll--is-tg.lobby-scroll--hide-in-tg {
  scrollbar-width: none;
}
.ps {
  position: relative;
}
.ps.ps-scrollbar-always > .ps__rail-x,
.ps.ps-scrollbar-always > .ps__rail-y {
  opacity: 1;
}
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 0.2rem;
  bottom: 0;
  position: absolute;
  z-index: 10;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 0.2rem;
  right: 0;
  position: absolute;
  z-index: 10;
  left: auto !important;
}
[dir="rtl"] .ps__rail-y {
  left: 0;
  right: auto !important;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 1;
}
.ps__thumb-x {
  background-color: var(--skin__border, #aaa);
  border-radius: 0.06rem;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 0.06rem;
  bottom: 0.07rem;
  position: absolute;
}
.ps__thumb-y {
  background-color: var(--skin__border, #aaa);
  border-radius: 0.06rem;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 0.06rem;
  right: 0.07rem;
  position: absolute;
}
[dir="rtl"] .ps__thumb-y {
  right: auto;
  left: 0.07rem;
}
._rows_1f5vx_45 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
._rows_1f5vx_45 ._scroll_1f5vx_50 {
  display: flex;
  width: auto;
  scrollbar-width: none;
}
._rows_1f5vx_45 ._scroll_1f5vx_50 ._item_1f5vx_55 {
  width: 4.4rem;
  flex: none;
  height: 1.44rem;
  padding: 0.16rem;
  border-radius: 0.14rem;
  border: thin solid var(--skin__border);
  background: var(--skin__bg_2);
  margin-right: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
[dir="rtl"] ._rows_1f5vx_45 ._scroll_1f5vx_50 ._item_1f5vx_55 {
  margin-right: 0;
  margin-left: 0.2rem;
}
._rows_1f5vx_45 ._scroll_1f5vx_50 ._item_1f5vx_55:last-child {
  margin-right: 0;
}
[dir="rtl"] ._rows_1f5vx_45 ._scroll_1f5vx_50 ._item_1f5vx_55:last-child {
  margin-right: 0;
  margin-left: 0;
}
._rows_1f5vx_45 ._scroll_1f5vx_50 ._item_1f5vx_55 ._title_1f5vx_71 {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.12rem;
}
._rows_1f5vx_45
  ._scroll_1f5vx_50
  ._item_1f5vx_55
  ._title_1f5vx_71
  ._title_logo_1f5vx_77 {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.1rem;
  margin-top: -0.12rem;
}
[dir="rtl"]
  ._rows_1f5vx_45
  ._scroll_1f5vx_50
  ._item_1f5vx_55
  ._title_1f5vx_71
  ._title_logo_1f5vx_77 {
  margin-right: 0;
  margin-left: 0.1rem;
}
._rows_1f5vx_45
  ._scroll_1f5vx_50
  ._item_1f5vx_55
  ._title_1f5vx_71
  ._title_text_1f5vx_83 {
  color: var(--skin__neutral_1);
  font-size: 0.2rem;
  font-weight: 400;
  line-height: normal;
  width: 2.52rem;
  margin-top: -0.12rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._rows_1f5vx_45
  ._scroll_1f5vx_50
  ._item_1f5vx_55
  ._title_1f5vx_71
  ._subtitle-text_1f5vx_94 {
  position: absolute;
  top: -0.22rem;
  right: -0.16rem;
  padding: 0 0.16rem;
  width: 2rem;
  height: 0.35rem;
  line-height: 0.35rem;
  border-radius: 0 0.14rem;
  background-color: var(--skin__primary);
  color: var(--skin__text_primary);
  font-size: 0.2rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
[dir="rtl"]
  ._rows_1f5vx_45
  ._scroll_1f5vx_50
  ._item_1f5vx_55
  ._title_1f5vx_71
  ._subtitle-text_1f5vx_94 {
  right: auto;
  left: -0.16rem;
  border-radius: 0.14rem 0;
}
._rows_1f5vx_45
  ._scroll_1f5vx_50
  ._item_1f5vx_55
  ._title_1f5vx_71
  ._title_hot_1f5vx_111 {
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  top: -0.16rem;
  right: -0.16rem;
}
[dir="rtl"]
  ._rows_1f5vx_45
  ._scroll_1f5vx_50
  ._item_1f5vx_55
  ._title_1f5vx_71
  ._title_hot_1f5vx_111 {
  right: auto;
  left: -0.16rem;
}
._rows_1f5vx_45 ._scroll_1f5vx_50 ._item_1f5vx_55 ._main_1f5vx_118 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._rows_1f5vx_45
  ._scroll_1f5vx_50
  ._item_1f5vx_55
  ._main_1f5vx_118
  ._country_1f5vx_123 {
  flex: 1;
  text-align: center;
}
._rows_1f5vx_45
  ._scroll_1f5vx_50
  ._item_1f5vx_55
  ._main_1f5vx_118
  ._country_1f5vx_123
  ._country_logo_1f5vx_127 {
  width: 0.36rem;
  height: 0.36rem;
}
._rows_1f5vx_45
  ._scroll_1f5vx_50
  ._item_1f5vx_55
  ._main_1f5vx_118
  ._country_1f5vx_123
  ._country_text_1f5vx_131 {
  color: var(--skin__lead);
  font-size: 0.2rem;
  font-weight: 400;
  width: 1.28rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._rows_1f5vx_45
  ._scroll_1f5vx_50
  ._item_1f5vx_55
  ._main_1f5vx_118
  ._score_1f5vx_140 {
  text-align: center;
  flex: none;
  width: 1.52rem;
}
._rows_1f5vx_45
  ._scroll_1f5vx_50
  ._item_1f5vx_55
  ._main_1f5vx_118
  ._score_1f5vx_140
  > p:nth-of-type(1) {
  color: var(--skin__neutral_2);
  font-size: 0.2rem;
  font-weight: 400;
}
._rows_1f5vx_45
  ._scroll_1f5vx_50
  ._item_1f5vx_55
  ._main_1f5vx_118
  ._score_1f5vx_140
  > p:nth-of-type(2) {
  color: var(--skin__neutral_1);
  font-size: 0.24rem;
  font-weight: 400;
}
.ui-tab__panel,
.ui-tab__panel-wrapper {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
}
.ui-tab__panel-wrapper--inactive {
  overflow: visible;
}
.ui-swipe {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  user-select: none;
}
.ui-swipe__track {
  display: flex;
  height: 100%;
  transition-property: transform;
}
.ui-swipe__track--vertical {
  flex-direction: column;
}
.ui-swipe__indicators {
  position: absolute;
  bottom: 0.24rem;
  left: 50%;
  display: flex;
  transform: translate(-50%);
}
[dir="rtl"] .ui-swipe__indicators {
  left: auto;
  right: 50%;
  transform: translate(50%);
}
.ui-swipe__indicators--vertical {
  top: 50%;
  bottom: auto;
  left: 0.24rem;
  flex-direction: column;
  transform: translateY(-50%);
}
[dir="rtl"] .ui-swipe__indicators--vertical {
  left: auto;
  right: 0.24rem;
}
.ui-swipe__indicators--vertical .ui-swipe__indicator:not(:last-child) {
  margin-bottom: 0.12rem;
}
.ui-swipe__indicator {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #ebedf0;
  border-radius: 100%;
  opacity: 0.3;
  transition: opacity 0.2s, background-color 0.2s;
}
.ui-swipe__indicator:not(:last-child) {
  margin-right: 0.12rem;
}
[dir="rtl"] .ui-swipe__indicator:not(:last-child) {
  margin-right: 0;
  margin-left: 0.12rem;
}
.ui-swipe__indicator--active {
  background-color: var(--skin__primary);
  opacity: 1;
}
.ui-swipe-item {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.ui-swipe-item--hiddenItem {
  display: none !important;
}
.ui-tabs {
  position: relative;
}
.ui-tabs__position--left {
  display: flex;
}
.ui-tabs__position--left > .ui-tabs__wrap,
.ui-tabs__position--left > .ui-sticky {
  flex-shrink: 0;
}
.ui-tabs__wrap {
  overflow: hidden;
  position: relative;
}
.ui-tabs__wrap--page-top {
  position: fixed;
}
.ui-tabs__wrap--content-bottom {
  top: auto;
  bottom: 0;
}
.ui-tabs__nav {
  position: relative;
  display: flex;
  background: transparent;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ui-tabs__nav::-webkit-scrollbar {
  display: none;
}
.ui-tabs__nav--left {
  flex-direction: column;
}
.ui-tabs__nav--left > .ui-tab {
  padding: 0;
}
.ui-tabs__nav--left > .ui-tab > span {
  width: 100%;
}
.ui-tabs__nav--line {
  box-sizing: content-box;
  height: 100%;
  padding-bottom: 0.15rem;
}
.ui-tabs__nav--line--shrink,
.ui-tabs__nav--line--complete {
  padding-right: 0.08rem;
  padding-left: 0.08rem;
}
.ui-tabs__nav--card {
  box-sizing: border-box;
  height: 0.3rem;
  margin: 0 0.16rem;
  border: var(--lobby__px) solid var(--skin__primary);
  border-radius: 0.02rem;
}
.ui-tabs__nav--card--shrink {
  display: inline-flex;
}
.ui-tabs__line {
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  z-index: 1;
  width: 0.5556rem;
  height: 0.04rem;
  background: var(--skin__primary);
  border-radius: 0.04rem;
}
[dir="rtl"] .ui-tabs__line {
  left: auto;
  right: 0;
}
.ui-tabs__track {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  will-change: left;
}
.ui-tabs__content--animated {
  overflow: hidden;
}
.ui-tabs--line .ui-tabs__wrap {
  min-height: 0.6rem;
}
.ui-tabs--card > .ui-tabs__wrap {
  min-height: 0.6rem;
}
.ui-tabs__navigation-prev,
.ui-tabs__navigation-next {
  z-index: 3;
  position: absolute;
  display: flex;
  align-items: center;
}
.ui-tabs__navigation-prev--left,
.ui-tabs__navigation-prev--right,
.ui-tabs__navigation-next--left,
.ui-tabs__navigation-next--right {
  height: 0.3rem;
  top: calc(50% - 0.15rem);
}
.ui-tabs__navigation-prev--top,
.ui-tabs__navigation-prev--bottom,
.ui-tabs__navigation-next--top,
.ui-tabs__navigation-next--bottom {
  width: 0.3rem;
  left: calc(50% - 0.15rem);
}
[dir="rtl"] .ui-tabs__navigation-prev--top,
[dir="rtl"] .ui-tabs__navigation-prev--bottom,
[dir="rtl"] .ui-tabs__navigation-next--top,
[dir="rtl"] .ui-tabs__navigation-next--bottom {
  left: auto;
  right: calc(50% - 0.15rem);
}
.ui-tabs__navigation-prev--left {
  left: 0.1rem;
}
[dir="rtl"] .ui-tabs__navigation-prev--left {
  left: auto;
  right: 0.1rem;
}
.ui-tabs__navigation-prev--top {
  top: 0.1rem;
}
.ui-tabs__navigation-next--right {
  right: 0.1rem;
}
[dir="rtl"] .ui-tabs__navigation-next--right {
  right: auto;
  left: 0.1rem;
}
.ui-tabs__navigation-next--bottom {
  bottom: 0.1rem;
}
.ui-tab {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0.02rem;
  color: inherit;
  font-size: 0.28rem;
  line-height: 0.2rem;
  cursor: pointer;
}
.ui-tab--active {
  color: var(--skin__primary);
  font-weight: 400;
}
.ui-tab--disabled {
  color: #c8c9cc;
  cursor: not-allowed;
}
.ui-tab--grow {
  flex: 1 0 auto;
  padding: 0 0.12rem;
}
.ui-tab--shrink {
  flex: none;
  padding: 0 0.08rem;
}
.ui-tab--card {
  color: var(--skin__primary);
  border-right: var(--lobby__px) solid var(--skin__primary);
}
[dir="rtl"] .ui-tab--card {
  border-right: none;
  border-left: var(--lobby__px) solid var(--skin__primary);
}
.ui-tab--card:last-child {
  border-right: none;
}
[dir="rtl"] .ui-tab--card:last-child {
  border-right: none;
  border-left: none;
}
.ui-tab--card.ui-tab--active {
  color: #fff;
  background-color: var(--skin__primary);
}
.ui-tab--card.ui-tab--disabled {
  color: #c8c9cc;
}
[dir="rtl"] .ui-tabs__line {
  left: 0;
  right: unset;
}
[dir="rtl"] [dir="rtl"] .ui-tabs__line {
  right: 0;
  left: unset;
}
.ui-sticky {
  height: fit-content;
}
.ui-sticky--fixed {
  pointer-events: none;
}
.ui-sticky--fixed > * {
  pointer-events: auto;
}
.ui-sticky--fixed[data-mode="fixed"] {
  position: fixed;
}
.ui-sticky--fixed[data-mode="absolute"] {
  position: absolute;
}
.ui-arrow--up {
  transform: rotate(90deg);
}
[dir="rtl"] .ui-arrow--up,
.ui-arrow--down {
  transform: rotate(-90deg);
}
[dir="rtl"] .ui-arrow--down {
  transform: rotate(90deg);
}
.ui-arrow--left {
  transform: rotate(0);
}
.ui-arrow--right {
  transform: rotate(180deg);
}
[dir="rtl"] .ui-arrow--right {
  transform: rotate(-180deg);
}
.ui-arrow--flip {
  transition: transform 0.3s linear;
}
._sport-tabs-home_i8lym_45 {
  position: relative;
}
._sport-tabs-home_i8lym_45 ._sport-game-sticky-content_i8lym_48 {
  background-color: var(--skin__home_bg);
}
._sport-tabs-home_i8lym_45 ._game-tabs_i8lym_51 {
  height: 1.34rem;
  margin: 0 0.2rem;
  border-bottom: var(--lobby__px) solid var(--skin__border);
}
._sport-tabs-home_i8lym_45 ._game-tabs_i8lym_51 .ui-tabs__nav {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
._sport-tabs-home_i8lym_45 ._game-tabs_i8lym_51 ._tab-title_i8lym_60 {
  flex-direction: column;
  justify-content: space-around;
  height: 1.34rem;
  padding: 0.04rem 0.25rem 0.24rem;
  min-width: 1.28rem;
}
._sport-tabs-home_i8lym_45
  ._game-tabs_i8lym_51
  ._tab-title_i8lym_60
  ._tab-title-wrap_i8lym_67 {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
._sport-tabs-home_i8lym_45
  ._game-tabs_i8lym_51
  ._tab-title_i8lym_60
  ._tab-title-wrap_i8lym_67._is-active_i8lym_74
  ._tab-img_i8lym_74 {
  width: 0.64rem;
  height: 0.64rem;
}
._sport-tabs-home_i8lym_45
  ._game-tabs_i8lym_51
  ._tab-title_i8lym_60
  ._tab-title-wrap_i8lym_67._is-active_i8lym_74
  ._text_i8lym_78 {
  color: var(--skin__primary);
}
._sport-tabs-home_i8lym_45
  ._game-tabs_i8lym_51
  ._tab-title_i8lym_60
  ._tab-title-wrap_i8lym_67
  ._tab-img_i8lym_74 {
  width: 0.55rem;
  height: 0.55rem;
  background-size: 100% 100%;
}
._sport-tabs-home_i8lym_45
  ._game-tabs_i8lym_51
  ._tab-title_i8lym_60
  ._tab-title-wrap_i8lym_67
  ._text_i8lym_78 {
  font-size: 0.26rem;
  color: var(--skin__neutral_2);
  line-height: 0.36rem;
}
._sport-tabs-home_i8lym_45
  ._game-tabs_i8lym_51
  ._tab-title_i8lym_60
  ._tab-title-wrap_i8lym_67
  ._text_i8lym_78:lang(vi) {
  font-size: 0.2rem;
}
._main-content_1ofgb_45 {
  --content-min-height: 6rem;
  min-height: var(--content-min-height);
}
._club-main-content_1ofgb_50 {
  --content-min-height: 40vh;
  margin-bottom: 0.4rem;
}
._match_list_1ofgb_55 {
  margin-top: 0.2rem;
  padding: 0 0.2rem;
}
._tabs-content_1ofgb_66 {
  margin-top: 0.2rem;
}
._tabs-content_1ofgb_66._with-pt-bg_1ofgb_69 {
  padding-bottom: 0.2rem;
  min-height: 1.5rem;
}
._content-exhibition_1ofgb_74 {
  margin-top: 0.02rem;
}
._content-exhibition_1ofgb_74._with-mt_1ofgb_77 {
  margin-top: 0.2rem;
}
._content-sport_1ofgb_81 {
  min-height: var(--content-min-height);
  --sport-maintenance-mgb: -0.2rem;
}
._tabs-content_1ofgb_66 {
  margin-bottom: -0.02rem;
}
._home-pattern_uawh1_45 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
}
[data-ui-contain="1"] ._home-pattern_uawh1_45 {
  max-width: var(--lobby__max-width);
}
._banner-skeleton_112ti_45 {
  background-image: linear-gradient(
    90deg,
    var(--skin__border),
    var(--skin__border),
    var(--skin__border),
    var(--skin__bg_2),
    var(--skin__border),
    var(--skin__border),
    var(--skin__border)
  ) !important;
  background-size: 200% 100% !important;
  border-radius: 0.04rem;
  opacity: 0.5;
  animation: _common_bganimation_112ti_1 0.9s linear infinite;
  border-radius: 0.16rem;
}
[dir="rtl"] ._banner-skeleton_112ti_45 {
  background-image: linear-gradient(
    -90deg,
    var(--skin__border),
    var(--skin__border),
    var(--skin__border),
    var(--skin__bg_2),
    var(--skin__border),
    var(--skin__border),
    var(--skin__border)
  ) !important;
}
._banner-skeleton-3_112ti_53 {
  height: var(--banner-box-3-height);
  border-radius: var(--banner-box-3-border-radius);
}
._banner-skeleton-4_112ti_57 {
  height: var(--banner-box-4-height);
  border-radius: var(--banner-box-4-border-radius);
}
._banner-skeleton-5_112ti_61 {
  height: var(--banner-box-5-height);
  border-radius: var(--banner-box-5-border-radius);
}
._banner-skeleton-6_112ti_65 {
  height: var(--banner-box-6-height);
  border-radius: var(--banner-box-6-border-radius);
}
._banner-skeleton-7_112ti_69 {
  height: var(--banner-box-7-height);
  border-radius: var(--banner-box-7-border-radius);
}
._main_1hzss_45 {
  overflow: hidden;
}
._main_1hzss_45 ._scale_1hzss_48 {
  transform-origin: 0 0;
}
[dir="rtl"] ._main_1hzss_45 ._scale_1hzss_48 {
  transform-origin: 100% 0;
}
._main_1hzss_45 ._innerHTMLContainer_1hzss_51 {
  text-align: left;
}
[dir="rtl"] ._main_1hzss_45 ._innerHTMLContainer_1hzss_51 {
  text-align: right;
}
._banner-item_1jtch_46 {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
._banner-item_1jtch_46 ._bg-img_1jtch_52 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-size: cover;
}
._banner-item_1jtch_46 ._bg-img_1jtch_52._bg-img-1_1jtch_60 {
  flex-flow: row-reverse;
}
._banner-item_1jtch_46 ._bg-img_1jtch_52._bg-img-2_1jtch_63 {
  flex-flow: row;
}
._banner-item_1jtch_46 ._bg-img_1jtch_52._bg-img-3_1jtch_66 {
  height: 100%;
}
._banner-item_1jtch_46 ._bg-img_1jtch_52._bg-cusomize-correction_1jtch_69 {
  background-size: contain;
  background-repeat: no-repeat;
}
._banner-item_1jtch_46
  ._bg-img_1jtch_52
  ._content_1jtch_73
  ._text_1jtch_73._hidden-title-text_1jtch_73 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
._banner-item_1jtch_46
  ._bg-img_1jtch_52
  ._content_1jtch_73
  ._text_1jtch_73._hidden-title-text_1jtch_73
  .innerHTMLContainer {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  margin: 0 0.2rem;
}
._banner-item_1jtch_46 ._inner-img-box_1jtch_85 {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
._banner-item_1jtch_46 ._inner-img-box_1jtch_85 ._inner-img_1jtch_85 {
  max-width: 100%;
  max-height: 100%;
}
._banner-item_1jtch_46 ._inner-img-box_1jtch_85 ._inner-null_1jtch_95 {
  width: 2.4rem;
}
._banner-item_1jtch_46 ._content_1jtch_73 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
  text-shadow: var(--banner-text-shadow);
}
._banner-item_1jtch_46 ._content_1jtch_73 ._publicity-name_1jtch_110 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-weight: 700;
  white-space: pre-line;
  word-break: break-all;
}
._banner-item_1jtch_46 ._content_1jtch_73 ._text_1jtch_73 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
._banner-item_1jtch_46 ._customer-bg_1jtch_128 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
._banner-item_1jtch_46._mode-3_1jtch_135,
._banner-item_1jtch_46._mode-7_1jtch_135 {
  justify-content: space-around;
}
._banner-item_1jtch_46._mode-3_1jtch_135 ._bg-img_1jtch_52,
._banner-item_1jtch_46._mode-7_1jtch_135 ._bg-img_1jtch_52 {
  justify-content: space-evenly;
}
._banner-item_1jtch_46._mode-3_1jtch_135 ._inner-img-box_1jtch_85,
._banner-item_1jtch_46._mode-7_1jtch_135 ._inner-img-box_1jtch_85 {
  height: 100%;
}
._banner-item_1jtch_46._mode-3_1jtch_135 ._content_1jtch_73,
._banner-item_1jtch_46._mode-7_1jtch_135 ._content_1jtch_73 {
  width: 4.1rem;
}
._banner-item_1jtch_46._mode-3_1jtch_135
  ._content_1jtch_73
  ._publicity-name_1jtch_110,
._banner-item_1jtch_46._mode-7_1jtch_135
  ._content_1jtch_73
  ._publicity-name_1jtch_110 {
  font-size: 0.32rem;
}
._banner-item_1jtch_46._mode-3_1jtch_135 ._content_1jtch_73 ._text_1jtch_73,
._banner-item_1jtch_46._mode-7_1jtch_135 ._content_1jtch_73 ._text_1jtch_73 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.16rem;
  font-size: 0.22rem;
  max-height: 1.1rem;
  white-space: normal;
}
._banner-item_1jtch_46._mode-3_1jtch_135
  ._content_1jtch_73
  ._text_1jtch_73._hidden-title-text_1jtch_73,
._banner-item_1jtch_46._mode-7_1jtch_135
  ._content_1jtch_73
  ._text_1jtch_73._hidden-title-text_1jtch_73 {
  max-height: 1.7rem;
  margin-top: 0;
}
._banner-item_1jtch_46._mode-3_1jtch_135
  ._content_1jtch_73
  ._text_1jtch_73
  .innerHTMLContainer,
._banner-item_1jtch_46._mode-7_1jtch_135
  ._content_1jtch_73
  ._text_1jtch_73
  .innerHTMLContainer {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.22rem !important;
}
._banner-item_1jtch_46._mode-7_1jtch_135 ._inner-img-box_1jtch_85 {
  width: 2.52rem;
}
._banner-item_1jtch_46._mode-7_1jtch_135 ._content_1jtch_73 {
  width: 4.38rem;
}
._banner-item_1jtch_46._mode-4_1jtch_181 ._bg-img_1jtch_52 {
  justify-content: space-between;
}
._banner-item_1jtch_46._mode-4_1jtch_181
  ._bg-img_1jtch_52._bg-img-2_1jtch_63
  ._inner-img-box_1jtch_85 {
  right: initial;
  left: 0;
}
._banner-item_1jtch_46._mode-4_1jtch_181
  ._bg-img_1jtch_52._bg-img-2_1jtch_63
  ._inner-img-box_1jtch_85
  ._inner-img_1jtch_85 {
  right: unset;
  left: -0.4rem;
}
._banner-item_1jtch_46._mode-4_1jtch_181
  ._bg-img_1jtch_52._bg-img-2_1jtch_63
  ._content_1jtch_73 {
  right: 0;
  left: unset;
  margin: 0 0.1rem 0 0;
}
._banner-item_1jtch_46._mode-4_1jtch_181 ._inner-img-box_1jtch_85 {
  position: absolute;
  right: 0;
  width: 1.66rem;
  height: 100%;
}
._banner-item_1jtch_46._mode-4_1jtch_181
  ._inner-img-box_1jtch_85
  ._inner-img_1jtch_85 {
  position: relative;
  right: -0.4rem;
  width: 1.66rem;
}
._banner-item_1jtch_46._mode-4_1jtch_181 ._content_1jtch_73 {
  width: 1.04rem;
  height: 100%;
  margin-left: 0.1rem;
  padding: 0.1rem 0;
  position: absolute;
  left: 0;
}
._banner-item_1jtch_46._mode-4_1jtch_181
  ._content_1jtch_73
  ._publicity-name_1jtch_110 {
  font-weight: bolder;
  font-size: 0.21rem;
  line-height: 0.3rem;
}
._banner-item_1jtch_46._mode-4_1jtch_181 ._content_1jtch_73 ._text_1jtch_73 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.06rem;
  font-size: 0.13rem;
  max-height: 0.72rem;
  white-space: normal;
}
._banner-item_1jtch_46._mode-4_1jtch_181
  ._content_1jtch_73
  ._text_1jtch_73._hidden-title-text_1jtch_73 {
  max-height: 1.25rem;
  margin-top: 0;
}
._banner-item_1jtch_46._mode-4_1jtch_181
  ._content_1jtch_73
  ._text_1jtch_73
  .innerHTMLContainer {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.13rem !important;
}
._banner-item_1jtch_46._mode-5_1jtch_246
  ._bg-img-1_1jtch_60
  ._inner-img-box_1jtch_85 {
  margin: 0 0.18rem 0 0;
}
._banner-item_1jtch_46._mode-5_1jtch_246 ._inner-img-box_1jtch_85 {
  width: 2.15rem;
  margin-left: 0.18rem;
}
._banner-item_1jtch_46._mode-5_1jtch_246
  ._inner-img-box_1jtch_85
  ._inner-img_1jtch_85 {
  width: 2.15rem;
  height: 100%;
  object-fit: contain;
}
._banner-item_1jtch_46._mode-5_1jtch_246 ._content_1jtch_73 {
  width: 3.67rem;
  margin: 0 0.2rem;
}
._banner-item_1jtch_46._mode-5_1jtch_246
  ._content_1jtch_73
  ._publicity-name_1jtch_110 {
  font-size: 0.3rem;
}
._banner-item_1jtch_46._mode-5_1jtch_246 ._content_1jtch_73 ._text_1jtch_73 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 0.7rem;
  margin-top: 0.16rem;
  font-size: 0.2rem;
  white-space: normal;
}
._banner-item_1jtch_46._mode-5_1jtch_246
  ._content_1jtch_73
  ._text_1jtch_73._hidden-title-text_1jtch_73 {
  max-height: 1.48rem;
  margin-top: 0;
}
._banner-item_1jtch_46._mode-5_1jtch_246
  ._content_1jtch_73
  ._text_1jtch_73
  .innerHTMLContainer {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.2rem !important;
}
._banner-item_1jtch_46._mode-6_1jtch_290 ._inner-img-box_1jtch_85 {
  width: 3.6rem;
  padding-top: 0.26rem;
}
._banner-item_1jtch_46._mode-6_1jtch_290
  ._inner-img-box_1jtch_85
  ._inner-img_1jtch_85 {
  width: 3.6rem;
  height: 3.14rem;
}
._banner-item_1jtch_46._mode-6_1jtch_290 ._content_1jtch_73 {
  width: 3.5rem;
  height: 100%;
  margin: 0 0.2rem;
}
._banner-item_1jtch_46._mode-6_1jtch_290
  ._content_1jtch_73
  ._publicity-name_1jtch_110 {
  font-size: 0.4rem;
}
._banner-item_1jtch_46._mode-6_1jtch_290 ._content_1jtch_73 ._text_1jtch_73 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 1.2rem;
  margin-top: 0.16rem;
  font-size: 0.26rem;
  white-space: break-spaces;
}
._banner-item_1jtch_46._mode-6_1jtch_290
  ._content_1jtch_73
  ._text_1jtch_73._hidden-title-text_1jtch_73 {
  max-height: 2.6rem;
  margin-top: 0;
}
._banner-item_1jtch_46._mode-6_1jtch_290
  ._content_1jtch_73
  ._text_1jtch_73
  .innerHTMLContainer {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.26rem !important;
}
._top-download_xt2fn_45 {
  --top_bg_color: var(--skin__bg_2);
  width: 100%;
  height: 0.6rem;
  display: flex;
  align-items: center;
  background: var(--top_bg_color);
  padding-right: 0.2rem;
}
[dir="rtl"] ._top-download_xt2fn_45 {
  padding-right: 0;
  padding-left: 0.2rem;
}
._top-download-close_xt2fn_54 {
  padding: 0 0.3rem;
  font-size: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
._top-download-content_xt2fn_61 {
  flex: 1;
  display: flex;
  align-items: center;
}
._top-download-content_xt2fn_61 img {
  max-height: 0.5rem;
}
._top-download-inner-html_xt2fn_69 {
  text-align: start;
  margin: 0 0.1rem;
  max-height: 0.5rem;
  position: relative;
  line-height: 0.25rem;
  width: 4.4rem;
  max-width: 4.4rem;
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
._top-download-info_xt2fn_86 {
  padding: 0 0.2rem;
  font-size: 0.16rem;
  flex: 1;
}
._top-download-title_xt2fn_91 {
  font-size: 0.22rem;
  line-height: 0.3rem;
  position: relative;
  height: 0.3rem;
}
._top-download-title_xt2fn_91 p {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._top-download-msg_xt2fn_105 {
  position: relative;
  height: 0.2rem;
}
._top-download-msg_xt2fn_105 p {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._top-download_xt2fn_45 button {
  height: 0.4rem;
  width: 1.2rem;
  font-size: 0.18rem;
  border-radius: 0.1rem;
  line-height: 1.33;
  padding: 0 0.1rem;
}
._top-download_xt2fn_45 button :not(:lang(zh)):not(:lang(zh_hk)) {
  font-size: 0.16rem;
  line-height: 1.13;
}
._top-download_xt2fn_45 button .ui-button__text {
  word-break: break-word;
}
._download-mode-1_xt2fn_134 {
  --top_bg_color: rgba(0, 0, 0, 0.6);
  --top_close_icon_color: var(--skin__primary);
  color: var(--skin__text_primary);
  padding-right: 0.1rem;
}
[dir="rtl"] ._download-mode-1_xt2fn_134 {
  padding-right: 0;
  padding-left: 0.1rem;
}
._download-mode-1_xt2fn_134 ._top-download-close_xt2fn_54 {
  padding: 0 0.2rem;
  color: var(--top_close_icon_color);
}
._download-mode-1_xt2fn_134 ._top-download-inner-html_xt2fn_69 {
  margin: 0 0.2rem 0 0.1rem;
}
[dir="rtl"] ._download-mode-1_xt2fn_134 ._top-download-inner-html_xt2fn_69 {
  margin: 0 0.1rem 0 0.2rem;
}
._download-mode-1_xt2fn_134 button {
  border: thin solid var(--top_close_icon_color);
  background: transparent;
  color: var(--top_close_icon_color);
}
._download-mode-0_xt2fn_153 {
  --top_close_icon_color: #666666;
  --top_download_icon_color: var(--skin__primary);
  color: var(--skin__lead);
  padding-right: 0.1rem;
}
[dir="rtl"] ._download-mode-0_xt2fn_153 {
  padding-right: 0;
  padding-left: 0.1rem;
}
._download-mode-0_xt2fn_153 ._top-download-close_xt2fn_54 {
  padding: 0 0.2rem;
  color: var(--top_close_icon_color);
}
._download-mode-0_xt2fn_153 button {
  color: #fff;
  background: var(--top_download_icon_color);
  border: thin solid var(--top_download_icon_color);
}
._banner-container_x2e9r_45 {
  --banner-box-3-height: 2.1rem;
  --banner-box-4-height: 1.46rem;
  --banner-box-5-height: 1.893rem;
  --banner-box-7-height: 2.2rem;
  --banner-box-6-height: 3.4rem;
  --banner-box-3-border-radius: 0.16rem;
  --banner-box-4-border-radius: 0.16rem;
  --banner-box-5-border-radius: 0.16rem;
  --banner-box-6-border-radius: 0;
  --banner-box-7-border-radius: 0;
  --banner-box-5-swiper-slide-width: 6.42rem;
  --banner-box-3-margin: 0.2rem;
  --banner-box-4-margin: 0.2rem;
  --banner-box-5-margin: 0.2rem;
  --banner-box-6-margin: 0;
  --banner-box-7-margin: 0;
}
._banner-container_x2e9r_45 .ui-swipe__indicators {
  padding-bottom: 0.06rem;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  z-index: 10;
  transform: translate(-50%);
}
[dir="rtl"] ._banner-container_x2e9r_45 .ui-swipe__indicators {
  transform: translate(50%);
}
._banner-container_x2e9r_45 .ui-swipe__indicator {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
._banner-container_x2e9r_45 .ui-swipe__indicator--active {
  opacity: 1;
  width: 0.24rem;
  border: solid thin rgba(0, 0, 0, 0.2);
}
._banner-container_x2e9r_45 ._banner-skeleton_x2e9r_89 {
  background-image: linear-gradient(
    90deg,
    var(--skin__border),
    var(--skin__border),
    var(--skin__border),
    var(--skin__bg_2),
    var(--skin__border),
    var(--skin__border),
    var(--skin__border)
  ) !important;
  background-size: 200% 100% !important;
  border-radius: 0.04rem;
  opacity: 0.5;
  animation: _common_bganimation_x2e9r_1 0.9s linear infinite;
  border-radius: 0.16rem;
}
[dir="rtl"] ._banner-container_x2e9r_45 ._banner-skeleton_x2e9r_89 {
  background-image: linear-gradient(
    -90deg,
    var(--skin__border),
    var(--skin__border),
    var(--skin__border),
    var(--skin__bg_2),
    var(--skin__border),
    var(--skin__border),
    var(--skin__border)
  ) !important;
}
._banner-container_x2e9r_45 ._banner-skeleton-3_x2e9r_97 {
  height: var(--banner-box-3-height);
  border-radius: var(--banner-box-3-border-radius);
}
._banner-container_x2e9r_45 ._banner-skeleton-4_x2e9r_101 {
  height: var(--banner-box-4-height);
  border-radius: var(--banner-box-4-border-radius);
}
._banner-container_x2e9r_45 ._banner-skeleton-5_x2e9r_105 {
  height: var(--banner-box-5-height);
  border-radius: var(--banner-box-5-border-radius);
}
._banner-container_x2e9r_45 ._banner-skeleton-6_x2e9r_109 {
  height: var(--banner-box-6-height);
  border-radius: var(--banner-box-6-border-radius);
}
._banner-container_x2e9r_45 ._banner-skeleton-7_x2e9r_113 {
  height: var(--banner-box-6-height);
  border-radius: var(--banner-box-7-border-radius);
}
._banner-container_x2e9r_45 > ._banner-box-3_x2e9r_117 {
  margin: var(--banner-box-3-margin);
}
._banner-container_x2e9r_45 > ._banner-box-4_x2e9r_120 {
  margin: var(--banner-box-4-margin);
}
._banner-container_x2e9r_45 > ._banner-box-5_x2e9r_123 {
  margin: var(--banner-box-5-margin);
}
._banner-container_x2e9r_45 > ._banner-box-6_x2e9r_126 {
  margin: var(--banner-box-6-margin);
}
._banner-container_x2e9r_45 > ._banner-box-7_x2e9r_129 {
  margin: var(--banner-box-7-margin);
}
._banner-container_x2e9r_45 ._banner-box-3_x2e9r_117 {
  height: var(--banner-box-3-height);
  min-height: var(--banner-box-3-height);
  border-radius: var(--banner-box-3-border-radius);
  position: relative;
  overflow: hidden;
}
._banner-container_x2e9r_45
  ._banner-box-3_x2e9r_117
  .ui-swipe__indicator--active {
  width: 0.24rem;
}
._banner-container_x2e9r_45 ._banner-box-4_x2e9r_120 {
  min-height: var(--banner-box-4-height);
  position: relative;
}
._banner-container_x2e9r_45 ._banner-box-4_x2e9r_120 .swiper-slide,
._banner-container_x2e9r_45 ._banner-box-4_x2e9r_120 .ui-swipe-item {
  height: var(--banner-box-4-height);
  border-radius: var(--banner-box-4-border-radius);
  overflow: hidden;
}
._banner-container_x2e9r_45 ._banner-box-4_x2e9r_120 ._topAd_x2e9r_152 {
  border-radius: 0.16rem 0.16rem 0 0;
}
._banner-container_x2e9r_45 ._banner-box-5_x2e9r_123 {
  position: relative;
  min-height: var(--banner-box-5-height);
}
._banner-container_x2e9r_45 ._banner-box-5_x2e9r_123 .swiper-slide {
  width: var(--banner-box-5-swiper-slide-width) !important;
  height: var(--banner-box-5-height);
  border-radius: var(--banner-box-5-border-radius);
  overflow: hidden;
}
._banner-container_x2e9r_45
  ._banner-box-5_x2e9r_123
  .swiper-slide:not(.swiper-slide-active) {
  border-radius: 0.12rem;
}
._banner-container_x2e9r_45
  ._banner-box-5_x2e9r_123
  .swiper-slide:not(.swiper-slide-active):after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
[dir="rtl"]
  ._banner-container_x2e9r_45
  ._banner-box-5_x2e9r_123
  .swiper-slide:not(.swiper-slide-active):after {
  left: auto;
  right: 0;
}
._banner-container_x2e9r_45 ._banner-box-5_x2e9r_123 .swiper-pagination span {
  width: 0.12rem;
  height: 0.12rem;
  background-color: transparent;
  border: solid 0.015rem #fff;
  box-shadow: 0 0.01rem 0.01rem rgba(0, 0, 0, 0.5);
  opacity: 0.7;
}
._banner-container_x2e9r_45
  ._banner-box-5_x2e9r_123
  .swiper-pagination
  span.swiper-pagination-bullet-active {
  background-color: #fff;
  box-shadow: 0 0.01rem 0.01rem rgba(0, 0, 0, 0.5);
  opacity: 1;
}
._banner-container_x2e9r_45 ._banner-box-5_x2e9r_123 ._topAd_x2e9r_152 {
  border-radius: 0.2rem 0.2rem 0 0;
}
._banner-container_x2e9r_45 ._banner-box-6_x2e9r_126 {
  position: relative;
  min-height: var(--banner-box-6-height);
  border-radius: var(--banner-box-6-border-radius);
}
._banner-container_x2e9r_45 ._banner-box-6_x2e9r_126 .swiper-slide,
._banner-container_x2e9r_45 ._banner-box-6_x2e9r_126 .ui-swipe-item {
  height: var(--banner-box-6-height);
}
._banner-container_x2e9r_45 ._banner-box-7_x2e9r_129 {
  height: var(--banner-box-7-height);
  min-height: var(--banner-box-7-height);
  border-radius: var(--banner-box-7-border-radius);
  position: relative;
  overflow: hidden;
}
._banner-container_x2e9r_45
  ._banner-box-7_x2e9r_129
  .swiper-pagination-bullet-active {
  width: 0.24rem;
}
._topAd_x2e9r_152 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
}
._skeleton_1dj91_45 {
  background-image: linear-gradient(
    90deg,
    var(--skin__border),
    var(--skin__border),
    var(--skin__border),
    var(--skin__bg_2),
    var(--skin__border),
    var(--skin__border),
    var(--skin__border)
  ) !important;
  background-size: 200% 100% !important;
  border-radius: 0.04rem;
  opacity: 0.5;
  animation: _common_bganimation_1dj91_1 0.9s linear infinite;
  width: 100%;
}
[dir="rtl"] ._skeleton_1dj91_45 {
  background-image: linear-gradient(
    -90deg,
    var(--skin__border),
    var(--skin__border),
    var(--skin__border),
    var(--skin__bg_2),
    var(--skin__border),
    var(--skin__border),
    var(--skin__border)
  ) !important;
}
._debugger-wrap_v64wq_45 {
  display: contents;
}
._holiday-wrap_1hz82_45 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
._holiday-wrap_1hz82_45 ._topLeft_1hz82_56 {
  position: absolute;
  top: 0;
  left: 0;
}
._holiday-wrap_1hz82_45 ._topRight_1hz82_62 {
  position: absolute;
  top: 0;
  right: 0;
}
._holiday-wrap_1hz82_45 ._leftBottom_1hz82_68 {
  position: absolute;
  bottom: 0;
  left: 0;
}
._holiday-wrap_1hz82_45 ._rightBottom_1hz82_74 {
  position: absolute;
  right: 0;
  bottom: 0;
}
._holiday-wrap_1hz82_45 ._top-left_1hz82_80 {
  left: 0;
  top: 0;
}
[dir="rtl"] ._holiday-wrap_1hz82_45 ._top-left_1hz82_80 {
  left: auto;
  right: 0;
}
._holiday-wrap_1hz82_45 ._top-right_1hz82_84 {
  right: 0;
  top: 0;
}
[dir="rtl"] ._holiday-wrap_1hz82_45 ._top-right_1hz82_84 {
  right: auto;
  left: 0;
}
._holiday-wrap_1hz82_45 ._bottom-right_1hz82_88 {
  right: 0;
  bottom: 0;
}
[dir="rtl"] ._holiday-wrap_1hz82_45 ._bottom-right_1hz82_88 {
  right: auto;
  left: 0;
}
._holiday-wrap_1hz82_45 ._bottom-left_1hz82_92 {
  left: 0;
  bottom: 0;
}
[dir="rtl"] ._holiday-wrap_1hz82_45 ._bottom-left_1hz82_92 {
  left: auto;
  right: 0;
}
._holiday-wrap_1hz82_45 ._customize-item_1hz82_96 {
  position: absolute;
}
._midAutumnHr_1hz82_100 {
  position: relative;
  top: 0.08rem;
  margin-left: -0.02rem;
}
[dir="rtl"] ._midAutumnHr_1hz82_100 {
  margin-left: 0;
  margin-right: -0.02rem;
}
._verital_1hz82_106 {
  top: 0.04rem;
  left: 50%;
  transform: translate(-50%);
}
[dir="rtl"] ._verital_1hz82_106 {
  left: auto;
  right: 50%;
  transform: translate(50%);
}
._sidebar-common-tab-wrapper_1rqzv_45 {
  width: 1.5rem;
  height: 0.7rem;
  margin-bottom: 0.2rem;
}
._sidebar-common-tab-wrapper_1rqzv_45._is-vertical_1rqzv_50 {
  height: 1.05rem;
}
._sidebar-common-tab-wrapper_1rqzv_45._is-vertical_1rqzv_50
  ._sidebar-common-tab-item_1rqzv_53 {
  flex-direction: column;
  height: 1.05rem;
  justify-content: center;
}
._sidebar-common-tab-wrapper_1rqzv_45._is-vertical_1rqzv_50
  ._sidebar-common-tab-item_1rqzv_53
  ._sidebar-common-tab-name_1rqzv_58 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.17rem;
  line-height: 0.21rem;
}
._sidebar-common-tab-wrapper_1rqzv_45._is-vertical_1rqzv_50
  ._sidebar-common-tab-item_1rqzv_53
  ._sidebar-common-tab-name_1rqzv_58:lang(zh),
._sidebar-common-tab-wrapper_1rqzv_45._is-vertical_1rqzv_50
  ._sidebar-common-tab-item_1rqzv_53
  ._sidebar-common-tab-name_1rqzv_58:lang(zh_hk) {
  font-size: 0.24rem;
  line-height: 0.32rem;
}
._sidebar-common-tab-wrapper_1rqzv_45._is-vertical_1rqzv_50
  ._sidebar-common-tab-item_1rqzv_53._has-icon_1rqzv_72
  ._sidebar-common-tab-name_1rqzv_58 {
  margin-top: 0.12rem;
}
._sidebar-common-tab-wrapper_1rqzv_45._is-vertical_1rqzv_50
  ._sidebar-common-tab-item_1rqzv_53._has-icon_1rqzv_72
  ._sidebar-common-tab-name_1rqzv_58:lang(zh),
._sidebar-common-tab-wrapper_1rqzv_45._is-vertical_1rqzv_50
  ._sidebar-common-tab-item_1rqzv_53._has-icon_1rqzv_72
  ._sidebar-common-tab-name_1rqzv_58:lang(zh_hk) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.1rem;
}
._sidebar-common-tab-item_1rqzv_53 {
  display: flex;
  align-items: center;
  border-radius: 0.14rem;
  overflow: hidden;
  width: 1.5rem;
  height: 0.7rem;
  padding: 0 0.06rem 0 0.03rem;
  background-size: 100% 100%;
  color: var(--skin__leftnav_def);
  box-shadow: 0 0.03rem 0.07rem 0 var(--skin__web_left_bg_shadow);
  word-break: break-all;
}
[dir="rtl"] ._sidebar-common-tab-item_1rqzv_53 {
  padding: 0 0.03rem 0 0.06rem;
}
._sidebar-common-tab-item_1rqzv_53._is-active_1rqzv_96 {
  box-shadow: 0 0.03rem 0.07rem 0 var(--skin__web_left_bg_shadow_active);
}
._sidebar-common-tab-item_1rqzv_53 ._sidebar-common-tab-item-icon-box_1rqzv_99 {
  width: 0.48rem;
  height: 0.36rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 0.36rem;
  z-index: 6;
}
._sidebar-common-tab-item_1rqzv_53
  ._sidebar-common-tab-item-icon-box_1rqzv_99
  > i.lobby-image {
  width: 100%;
}
._sidebar-common-tab-item_1rqzv_53
  ._sidebar-common-tab-item-icon-box_1rqzv_99
  > img.lobby-image {
  max-width: 100%;
  max-height: 100%;
}
._sidebar-common-tab-item_1rqzv_53 ._sidebar-common-tab-name_1rqzv_58 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.2rem;
  word-break: break-word;
  line-height: 0.21rem;
  z-index: 6;
}
._sidebar-common-tab-item_1rqzv_53 ._sidebar-common-tab-name_1rqzv_58:lang(zh),
._sidebar-common-tab-item_1rqzv_53
  ._sidebar-common-tab-name_1rqzv_58:lang(zh_hk),
._sidebar-common-tab-item_1rqzv_53 ._sidebar-common-tab-name_1rqzv_58:lang(tw),
._sidebar-common-tab-item_1rqzv_53 ._sidebar-common-tab-name_1rqzv_58:lang(ja),
._sidebar-common-tab-item_1rqzv_53 ._sidebar-common-tab-name_1rqzv_58:lang(ko) {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.32rem;
  font-size: 0.24rem;
}
._sidebar-common-tab-item_1rqzv_53 ._sidebar-common-tab-name_1rqzv_58:lang(ne),
._sidebar-common-tab-item_1rqzv_53 ._sidebar-common-tab-name_1rqzv_58:lang(vi) {
  line-height: 0.26rem;
}
._sidebar-common-tab-item_1rqzv_53
  ._sidebar-common-active-text-color_1rqzv_149 {
  color: var(--skin__leftnav_active);
}
._sidebar-tabs_b5npl_45 {
  flex: 1;
  padding-top: 0.2rem;
}
._sidebar-tabs-title_b5npl_49 {
  height: 100%;
  display: flex;
  width: 1.7rem;
  flex-direction: column;
}
._sidebar-tabs_b5npl_45 ._title_b5npl_55 {
  justify-content: flex-start;
}
._sidebar-tabs_b5npl_45 .ui-tabs__nav {
  height: fit-content;
  padding-bottom: 0;
}
._sidebar-tabs_b5npl_45 .ui-tab-active {
  color: var(--skin__leftnav_active);
}
._favorite-area_fnaj4_45 {
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  margin: -0.06rem;
  padding: 0.06rem;
  line-height: 0;
  cursor: pointer;
}
@keyframes _icon-animation_5mj03_62 {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
._circle-star-icon_5mj03_53 {
  width: var(--circle-star-icon-side);
  height: var(--circle-star-icon-side);
  font-size: var(--circle-star-icon-side);
  border-radius: 50%;
  box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.3);
  background-size: 100% 100%;
}
._circle-star_5mj03_53._icon-animation_5mj03_62 {
  animation: _icon-animation_5mj03_62 0.4s ease-in-out infinite alternate;
}
._game-name-normal_nto5v_45 {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
._game-name-normal_nto5v_45._game-height_nto5v_50 {
  height: var(--game-height-size);
}
._game-name-normal_nto5v_45 ._name-inner_nto5v_53 {
  width: 100%;
}
._game-name-normal_nto5v_45._line-one_nto5v_56 ._name-inner_nto5v_53 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._game-name-normal_nto5v_45._line-two_nto5v_61 ._name-inner_nto5v_53 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
._game-status-label-img_1k3td_45 {
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  z-index: 8;
  width: var(--label-icon-width);
  height: var(--label-icon-height);
  background-size: 100% 100%;
}
[dir="rtl"] ._game-status-label-img_1k3td_45 {
  left: auto;
  right: -0.01rem;
}
._label-wrap_12t3s_45 {
  min-width: 0.62rem;
  max-width: 1.43rem;
  min-height: 0.503rem;
  max-height: 1.16rem;
}
._label-wrap_12t3s_45._rounded_12t3s_51 {
  min-width: 0.52rem;
  max-width: 1.12rem;
  min-height: 0.41086rem;
  max-height: 0.88493rem;
}
._mask-maintain_mp8tz_46 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  cursor: not-allowed;
  opacity: 1;
  transition: opacity 0.6s;
}
._mask-maintain_mp8tz_46 ._maintain-icon_mp8tz_60 {
  width: var(--maintain-icon-size);
  height: var(--maintain-icon-size);
  background-size: 100% 100%;
}
._position-top-left_mp8tz_67 > ._maintain-icon_mp8tz_60 {
  position: absolute;
  top: 0;
  left: 0;
}
[dir="rtl"] ._position-top-left_mp8tz_67 > ._maintain-icon_mp8tz_60 {
  left: auto;
  right: 0;
}
._position-top-center_mp8tz_74 > ._maintain-icon_mp8tz_60 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
[dir="rtl"] ._position-top-center_mp8tz_74 > ._maintain-icon_mp8tz_60 {
  left: auto;
  right: 50%;
  transform: translate(50%);
}
._position-center_mp8tz_82 > ._maintain-icon_mp8tz_60 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[dir="rtl"] ._position-center_mp8tz_82 > ._maintain-icon_mp8tz_60 {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}
._poster-image-floors_5ly5i_49 {
  --poster-image-floors-border-width: 0;
  --poster-image-floors-border-color: var(--skin__web_plat_line);
  --poster-image-floors-border-radius: var(
    --poster-image-floors-border-base-radius
  );
  width: fit-content;
  height: fit-content;
  overflow: hidden;
  color: var(--skin__ddt_icon);
  background-color: var(--skin__ddt_bg);
  background-size: 100% 100%;
  border-style: solid;
  border-width: var(--poster-image-floors-border-width);
  border-color: var(--poster-image-floors-border-color);
  border-radius: var(--poster-image-floors-border-radius);
}
._poster-image_1yjon_49 {
  --poster-image-border-width: 0;
  --poster-image-border-color: var(--skin__web_plat_line);
  --poster-image-border-radius: var(--poster-image-border-base-radius);
  color: var(--skin__ddt_icon);
  border-style: solid;
  border-width: var(--poster-image-border-width);
  border-color: var(--poster-image-border-color);
  border-radius: var(--poster-image-border-radius);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
._poster-image_1yjon_49._shrink-bg-img_1yjon_66 {
  background-size: calc(100% - var(--poster-image-shrink-background-size))
    calc(100% - var(--poster-image-shrink-background-size));
}
._poster-image_1yjon_49.lobby-image--skeleton[data-status="loading"] {
  border-radius: var(--poster-image-border-radius);
}
._poster-image_1yjon_49._is-has-background-color_1yjon_72 {
  background-color: var(--skin__ddt_bg);
}
._floors-background_wng0s_50 {
  --poster-img-box-core-width: var(--card-benchmark);
  --poster-img-box-core-height: calc(var(--card-benchmark) * 0.625);
  flex-shrink: 0;
  width: var(--poster-img-box-core-width);
  height: var(--poster-img-box-core-height);
  overflow: hidden;
  background-color: var(--skin__ddt_bg);
}
._poster-img-box-core_wng0s_63 {
  --poster-img-box-core-width: var(--card-benchmark);
  --poster-img-box-core-height: calc(var(--card-benchmark) * 0.625);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: var(--poster-img-box-core-width);
  height: var(--poster-img-box-core-height);
}
._landscape-below-name_1uxco_45 ._favorite-icon_1uxco_45 {
  position: absolute;
  top: calc(var(--card-benchmark) * 0.025);
  right: calc(var(--card-benchmark) * 0.025);
}
[dir="rtl"] ._landscape-below-name_1uxco_45 ._favorite-icon_1uxco_45 {
  right: auto;
  left: calc(var(--card-benchmark) * 0.025);
}
._list-ordinary_1gyrx_45 {
  width: fit-content;
}
._list-ordinary_1gyrx_45 > ._list-ordinary-layout_1gyrx_48 {
  display: flex;
  flex-wrap: wrap;
}
html[data-gap-supported="1"]
  ._list-ordinary_1gyrx_45
  > ._list-ordinary-layout_1gyrx_48 {
  width: var(--list-ordinary-width);
  height: var(--list-ordinary-height);
  column-gap: calc(
    var(--list-ordinary-left-right-spacing) -
      var(--list-ordinary-left-right-spacing-adapt)
  );
  row-gap: var(--list-ordinary-top-bot-spacing);
}
html[data-gap-supported="0"]
  ._list-ordinary_1gyrx_45
  > ._list-ordinary-layout_1gyrx_48 {
  width: calc(
    var(--list-ordinary-width) + var(--list-ordinary-left-right-spacing)
  );
  height: calc(
    var(--list-ordinary-height) + var(--list-ordinary-top-bot-spacing)
  );
  margin: calc(0% - var(--list-ordinary-top-bot-spacing) / 2)
    calc(0% - var(--list-ordinary-left-right-spacing) / 2);
}
html[data-gap-supported="0"]
  ._list-ordinary_1gyrx_45
  > ._list-ordinary-layout_1gyrx_48
  > * {
  margin: calc(var(--list-ordinary-top-bot-spacing) / 2)
    calc(
      var(--list-ordinary-left-right-spacing) / 2 -
        var(--list-ordinary-left-right-spacing-adapt)
    );
}
._game-headline_154qw_45 {
  padding: 0 0.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
._game-headline_154qw_45 ._title_154qw_53 {
  display: flex;
  align-items: center;
  color: var(--skin__lead);
  font-size: 0.3rem;
  min-height: 0.52rem;
}
._game-headline_154qw_45 ._title_154qw_53 > ._title-icon_154qw_60 {
  position: relative;
  margin-right: 0.05rem;
  width: 0.52rem;
  font-size: 0.52rem;
}
[dir="rtl"] ._game-headline_154qw_45 ._title_154qw_53 > ._title-icon_154qw_60 {
  margin-right: 0;
  margin-left: 0.05rem;
}
._game-headline_154qw_45 ._trigger-text_154qw_66 {
  color: var(--skin__neutral_2);
  font-size: 0.24rem;
  cursor: pointer;
}
._game-headline_154qw_45 ._trigger-text_154qw_66 ._click-area_154qw_71 {
  margin: -0.12rem -0.2rem;
  padding: 0.12rem 0.2rem;
}
._game-headline_154qw_45
  ._trigger-text_154qw_66
  ._click-area_154qw_71:lang(ur) {
  font-size: 0.3rem;
}
._game-headline_154qw_45 {
  padding: 0;
}
._layout-box_1blsh_45 {
  --div-div-margin-top: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
._layout-box_1blsh_45 > div + div,
._layout-box_1blsh_45 > section + section,
._layout-box_1blsh_45 > div + section,
._layout-box_1blsh_45 > section + div {
  margin-top: var(--div-div-margin-top);
}
._load-more-button_jm7c7_45 {
  display: block;
  color: var(--skin__neutral_2);
  font-size: 0.24rem;
  text-align: center;
}
._trigger-text_jm7c7_52 {
  display: block;
  align-items: center;
  margin-top: 0.1rem;
  color: var(--skin__neutral_1);
  font-size: 0.24rem;
  cursor: pointer;
}
._trigger-text_jm7c7_52 ._down-arrow_jm7c7_60 {
  position: relative;
  top: 0.02rem;
  margin-left: 0.08rem;
  width: 0.18rem;
  height: 0.18rem;
}
[dir="rtl"] ._trigger-text_jm7c7_52 ._down-arrow_jm7c7_60 {
  margin-left: 0;
  margin-right: 0.08rem;
}
._trigger-text_jm7c7_52:lang(id_ID) {
  margin-top: 0.04rem;
}
._list-pagination-box_ahfkl_45._is-below-name_ahfkl_45 .load-more-button {
  margin-top: 0.2rem;
}
._game-platform-name_vsw7z_46 {
  --game-name-width: calc(var(--card-benchmark) * 0.442);
  --game-name-height: calc(var(--card-benchmark) * 0.149);
  --game-name-left: calc(var(--card-benchmark) * 0.046);
  --game-name-bottom: calc(var(--card-benchmark) * 0.032);
  --game-name-font-size: calc(var(--card-benchmark) * 0.057);
  position: absolute;
  bottom: var(--game-name-bottom);
  left: var(--game-name-left);
  width: var(--game-name-width);
  height: var(--game-name-height);
  margin: var(--game-name-margin);
  color: #fff;
  font-size: var(--game-name-font-size);
  line-height: 1.25;
  text-align: center;
}
._game-platform-name_vsw7z_46:lang(ne) {
  --game-name-font-size: calc(var(--card-benchmark) * 0.0615);
}
._game-platform-name_vsw7z_46._is-follow-skin-color_vsw7z_67 {
  color: var(--skin__cards_text);
}
._game-platform-name_vsw7z_46._is-white-bg-color_vsw7z_70 {
  color: #666;
}
._poster-box-core_1b1k1_46 {
  --poster-box-core-width: calc(var(--card-benchmark));
  --poster-box-core-height: calc(var(--card-benchmark) * 0.39);
  --game-name-width: calc(var(--card-benchmark) * 0.442);
  --game-name-height: calc(var(--card-benchmark) * 0.153);
  --game-name-left: calc(var(--card-benchmark) * 0.046);
  --game-name-bottom: calc(var(--card-benchmark) * 0.032);
  --game-name-font-size: calc(var(--card-benchmark) * 0.057);
  position: relative;
  width: var(--poster-box-core-width);
  height: var(--poster-box-core-height);
  overflow: hidden;
}
._poster-box-core_1b1k1_46 > ._game-name_1b1k1_62 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  bottom: var(--game-name-bottom);
  left: var(--game-name-left);
  width: var(--game-name-width);
  height: var(--game-name-height);
  margin: var(--game-name-margin);
  color: #fff;
  font-size: var(--game-name-font-size);
  line-height: 1.25;
  text-align: center;
}
._poster-box-core_1b1k1_46
  > ._game-name_1b1k1_62._is-follow-skin-color_1b1k1_80 {
  color: var(--skin__neutral_1);
}
._poster-box-core_1b1k1_46 > ._game-name_1b1k1_62._is-white-bg-color_1b1k1_83 {
  color: #666;
}
._is-show-box-shadow_1b1k1_88 {
  box-shadow: 0 0.03rem 0.07rem 0 var(--skin__web_left_bg_shadow);
}
._landscape-left-right_12sxi_45 {
  opacity: 1;
}
._game-name-normal_1t2oo_48 {
  --game-name-normal-font-size: 0.22rem;
  --game-name-margin-top: 0.08rem;
  flex-shrink: 0;
  width: var(--card-benchmark);
  height: var(--game-name-normal-height);
  margin-top: var(--game-name-margin-top);
  color: var(--skin__cards_text);
  font-size: var(--game-name-normal-font-size);
  line-height: 1.36;
  text-align: center;
  word-wrap: break-word;
}
._name-img-layout_rhafp_45 {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--card-benchmark);
  cursor: pointer;
}
._floors-background_3y8sg_50 {
  --poster-img-box-core-width: var(--card-benchmark);
  --poster-img-box-core-height: calc(var(--card-benchmark) * 0.496955224);
  flex-shrink: 0;
  width: var(--poster-img-box-core-width);
  height: var(--poster-img-box-core-height);
  overflow: hidden;
  background-color: var(--skin__ddt_bg);
}
._poster-img-box-core_3y8sg_63 {
  --poster-img-box-core-width: var(--card-benchmark);
  --poster-img-box-core-height: calc(var(--card-benchmark) * 0.496955224);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: var(--poster-img-box-core-width);
  height: var(--poster-img-box-core-height);
}
._landscape-rectangle-below-name_1hzvd_45 ._favorite-icon_1hzvd_45 {
  position: absolute;
  top: calc(var(--card-benchmark) * 0.025);
  right: calc(var(--card-benchmark) * 0.025);
}
[dir="rtl"] ._landscape-rectangle-below-name_1hzvd_45 ._favorite-icon_1hzvd_45 {
  right: auto;
  left: calc(var(--card-benchmark) * 0.025);
}
._game-platform-name_ylehg_46 {
  --game-name-width: calc(var(--card-benchmark) * 0.442);
  --game-name-height: calc(var(--card-benchmark) * 0.149);
  --game-name-right: calc(var(--card-benchmark) * 0.046);
  --game-name-bottom: calc(var(--card-benchmark) * 0.032);
  --game-name-font-size: calc(var(--card-benchmark) * 0.057);
  position: absolute;
  bottom: var(--game-name-bottom);
  right: var(--game-name-right);
  width: var(--game-name-width);
  height: var(--game-name-height);
  margin: var(--game-name-margin);
  color: #fff;
  font-size: var(--game-name-font-size);
  line-height: 1.25;
  text-align: center;
}
._game-platform-name_ylehg_46._is-follow-skin-color_ylehg_63 {
  color: var(--skin__cards_text);
}
._game-platform-name_ylehg_46._is-white-bg-color_ylehg_66 {
  color: #666;
}
._poster-box-core_wxfj6_46 {
  --poster-box-core-width: calc(var(--card-benchmark));
  --poster-box-core-height: calc(var(--card-benchmark) * 0.39);
  --game-name-width: calc(var(--card-benchmark) * 0.442);
  --game-name-height: calc(var(--card-benchmark) * 0.153);
  --game-name-left: calc(var(--card-benchmark) * 0.046);
  --game-name-bottom: calc(var(--card-benchmark) * 0.032);
  --game-name-font-size: calc(var(--card-benchmark) * 0.057);
  position: relative;
  width: var(--poster-box-core-width);
  height: var(--poster-box-core-height);
  overflow: hidden;
}
._is-show-box-shadow_wxfj6_60 {
  box-shadow: 0 0.03rem 0.07rem 0 var(--skin__web_left_bg_shadow);
}
._landscape-right-left_3wr9m_45 {
  opacity: 1;
}
._game-name-normal_13n5y_48 {
  --game-name-normal-font-size: calc(var(--card-benchmark) * 0.1466667);
  --game-name-normal-width: calc(var(--card-benchmark) * 1.13333333);
  --game-name-margin-top: 0.08rem;
  flex-shrink: 0;
  width: var(--game-name-normal-width);
  height: var(--game-name-normal-height);
  margin-top: var(--game-name-margin-top);
  color: var(--skin__cards_text);
  font-size: var(--game-name-normal-font-size);
  line-height: 1.36;
  text-align: center;
  word-wrap: break-word;
}
._name-img-layout_z2n14_45 {
  --name-img-layout-width: calc(var(--card-benchmark) * 1.13333333);
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--name-img-layout-width);
  cursor: pointer;
}
._floors-background_7lph3_50 {
  --poster-img-box-core-width: var(--card-benchmark);
  --poster-img-box-core-height: var(--card-benchmark);
  --poster-img-box-border-radius: calc(var(--card-benchmark) * 0.5);
  flex-shrink: 0;
  width: var(--poster-img-box-core-width);
  height: var(--poster-img-box-core-height);
  overflow: hidden;
  background-color: var(--skin__ddt_bg);
  border-radius: var(--poster-img-box-border-radius);
}
._poster-img-box-core_7lph3_65 {
  --poster-img-box-core-width: var(--card-benchmark);
  --poster-img-box-core-height: var(--card-benchmark);
  --poster-img-box-border-radius: calc(var(--card-benchmark) * 0.5);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: var(--poster-img-box-core-width);
  height: var(--poster-img-box-core-height);
  border-radius: var(--poster-img-box-border-radius);
}
._square-below-name_ysvr7_45 ._favorite-icon_ysvr7_45 {
  position: absolute;
  top: calc(var(--card-benchmark) * 0.133333);
  right: calc(var(--card-benchmark) * 0.133333);
}
[dir="rtl"] ._square-below-name_ysvr7_45 ._favorite-icon_ysvr7_45 {
  right: auto;
  left: calc(var(--card-benchmark) * 0.133333);
}
._square-below-name_ysvr7_45 ._label-remember_ysvr7_50 {
  top: 0.01rem;
  left: 0.01rem;
}
[dir="rtl"] ._square-below-name_ysvr7_45 ._label-remember_ysvr7_50 {
  left: auto;
  right: 0.01rem;
}
._game-name-normal_9q28u_45 {
  --game-name-normal-font-size: calc(var(--card-benchmark) * 0.142857);
  --game-name-margin-top: 0.08rem;
  --game-name-normal-width: calc(var(--card-benchmark) * 1.103896);
  flex-shrink: 0;
  width: var(--game-name-normal-width);
  height: var(--game-name-normal-height);
  margin-top: var(--game-name-margin-top);
  color: var(--skin__cards_text);
  font-size: var(--game-name-normal-font-size);
  line-height: 1.36;
  text-align: center;
  word-wrap: break-word;
}
._name-img-layout_1d45d_45 {
  --name-img-layout-width: calc(var(--card-benchmark) * 1.103896);
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--name-img-layout-width);
  cursor: pointer;
}
._floors-background_12xqe_50 {
  --poster-img-box-core-width: var(--card-benchmark);
  --poster-img-box-core-height: var(--card-benchmark);
  flex-shrink: 0;
  width: var(--poster-img-box-core-width);
  height: var(--poster-img-box-core-height);
  overflow: hidden;
  background-color: var(--skin__ddt_bg);
}
._poster-img-box-core_12xqe_63 {
  --poster-img-box-core-width: var(--card-benchmark);
  --poster-img-box-core-height: var(--card-benchmark);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: var(--poster-img-box-core-width);
  height: var(--poster-img-box-core-height);
}
._square-angle-below-name_1n8p5_45 ._favorite-icon_1n8p5_45 {
  position: absolute;
  top: calc(var(--card-benchmark) * 0.039);
  right: calc(var(--card-benchmark) * 0.039);
}
[dir="rtl"] ._square-angle-below-name_1n8p5_45 ._favorite-icon_1n8p5_45 {
  right: auto;
  left: calc(var(--card-benchmark) * 0.039);
}
._game-name-normal_1fq2s_48 {
  --game-name-normal-font-size: calc(var(--card-benchmark) * 0.169);
  --game-name-normal-width: calc(var(--card-benchmark) * 1.307);
  --game-name-margin-top: calc(var(--card-benchmark) * 0.06153846);
  flex-shrink: 0;
  width: var(--game-name-normal-width);
  margin-top: var(--game-name-margin-top);
  color: var(--skin__cards_text);
  font-size: var(--game-name-normal-font-size);
  line-height: 1.454545;
  text-align: center;
  word-wrap: break-word;
}
._name-img-layout_4erav_45 {
  --name-img-layout-width: calc(var(--card-benchmark) * 1.307);
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--name-img-layout-width);
  cursor: pointer;
}
._poster-img-box-core_1mk4w_52 {
  --poster-img-box-core-width: var(--card-benchmark);
  --poster-img-box-core-height: var(--card-benchmark);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: var(--poster-img-box-core-width);
  height: var(--poster-img-box-core-height);
}
._square-below-name_8uyrr_45 ._favorite-icon_8uyrr_45 {
  position: absolute;
  top: calc(var(--card-benchmark) * 0.03);
  right: calc(var(--card-benchmark) * 0.03);
}
[dir="rtl"] ._square-below-name_8uyrr_45 ._favorite-icon_8uyrr_45 {
  right: auto;
  left: calc(var(--card-benchmark) * 0.03);
}
._tab-item-game-list_1r5fm_45 .load-more-button {
  margin-top: 0.14rem;
}
._game-name-normal_1ca81_45 {
  --game-name-normal-font-size: calc(var(--card-benchmark) * 0.146666667);
  --game-name-margin-top: 0.08rem;
  flex-shrink: 0;
  width: var(--card-benchmark);
  height: var(--game-name-normal-height);
  margin-top: var(--game-name-margin-top);
  color: var(--skin__cards_text);
  font-size: var(--game-name-normal-font-size);
  line-height: 1.36;
  text-align: center;
  word-wrap: break-word;
}
._name-img-layout_1t6rl_45 {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(var(--card-benchmark) * 1.133333333);
  cursor: pointer;
}
._floors-background_ej7az_50 {
  --poster-img-box-core-width: var(--card-benchmark);
  --poster-img-box-core-height: calc(var(--card-benchmark) * 1.33333);
  flex-shrink: 0;
  width: var(--poster-img-box-core-width);
  height: var(--poster-img-box-core-height);
  overflow: hidden;
  background-color: var(--skin__ddt_bg);
}
._poster-img-box-core_ej7az_63 {
  --poster-img-box-core-width: var(--card-benchmark);
  --poster-img-box-core-height: calc(var(--card-benchmark) * 1.33333);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: var(--poster-img-box-core-width);
  height: var(--poster-img-box-core-height);
}
._vertical-below-name_1molp_45 ._favorite-icon_1molp_45 {
  position: absolute;
  top: calc(var(--card-benchmark) * 0.04);
  right: calc(var(--card-benchmark) * 0.04);
}
[dir="rtl"] ._vertical-below-name_1molp_45 ._favorite-icon_1molp_45 {
  right: auto;
  left: calc(var(--card-benchmark) * 0.04);
}
._type-platform_1u2qe_45 {
  --game-platform-name-height: calc(var(--card-benchmark) * 0.3);
  --game-platform-name-padding: 0 calc(var(--card-benchmark) * 0.0375);
  --game-platform-name-font-size: calc(var(--card-benchmark) * 0.1142857);
}
._type-game_1u2qe_51 {
  --game-platform-name-height: calc(var(--card-benchmark) * 0.325);
  --game-platform-name-padding: 0 calc(var(--card-benchmark) * 0.0375)
    calc(var(--card-benchmark) * 0.0375);
  --game-platform-name-font-size: calc(var(--card-benchmark) * 0.1125);
}
._game-platform-name_1u2qe_58 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: var(--game-platform-name-height);
  margin-bottom: var(--game-platform-name-margin-bottom);
  padding: var(--game-platform-name-padding);
  color: #fff;
  font-size: var(--game-platform-name-font-size);
  word-wrap: break-word;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
  line-height: 1.25;
}
._game-platform-name_1u2qe_58 .name-inner {
  font-weight: 700;
}
._poster-box_14egv_48 {
  --poster-box-width: var(--card-benchmark);
  --poster-box-height: calc(var(--card-benchmark) * 1.33);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: var(--poster-box-width);
  height: var(--poster-box-height);
}
._vertical-bottom-name_1pa44_45 ._favorite-icon_1pa44_45 {
  position: absolute;
  top: calc(var(--card-benchmark) * 0.038);
  right: calc(var(--card-benchmark) * 0.038);
}
[dir="rtl"] ._vertical-bottom-name_1pa44_45 ._favorite-icon_1pa44_45 {
  right: auto;
  left: calc(var(--card-benchmark) * 0.038);
}
._arrow-btn_1tm9c_46 {
  --arrow-btn-color: var(--skin__lead);
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 100%;
  font-size: 0.16rem;
  color: var(--arrow-btn-color);
}
._arrow-btn_1tm9c_46._is-disable_1tm9c_58 {
  color: var(--skin__neutral_2);
  cursor: not-allowed;
  pointer-events: none;
}
[dir="ltr"] ._direction-left_1tm9c_64 ._arrow_1tm9c_46 {
  transform: rotate(180deg);
}
[dir="rtl"] [dir="ltr"] ._direction-left_1tm9c_64 ._arrow_1tm9c_46 {
  transform: rotate(-180deg);
}
[dir="rtl"] ._direction-right_1tm9c_68 ._arrow_1tm9c_46 {
  transform: rotate(180deg);
}
[dir="rtl"] [dir="rtl"] ._direction-right_1tm9c_68 ._arrow_1tm9c_46 {
  transform: rotate(-180deg);
}
._switch-pagination-box_1ndgw_46 {
  --btn-all-color: var(--skin__lead);
  --btn-all-font-size: 0.2rem;
  display: flex;
}
._switch-pagination-box_1ndgw_46 ._btn-all-outside_1ndgw_53 {
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  height: 0.46rem;
  font-size: var(--btn-all-font-size);
  color: var(--btn-all-color);
}
._switch-pagination_1ndgw_46 {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 0.46rem;
  border-radius: 1rem;
  border: thin solid var(--skin__border);
}
._switch-pagination_1ndgw_46 ._btn-all-inside_1ndgw_70 {
  width: 1rem;
  border-left: thin solid var(--skin__border);
  border-right: thin solid var(--skin__border);
  font-size: var(--btn-all-font-size);
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--btn-all-color);
}
._switch-pagination_1ndgw_46 ._line_1ndgw_83 {
  border-left: solid thin var(--skin__border);
  height: 100%;
}
._title_10968_45 {
  display: flex;
  align-items: center;
  color: var(--skin__lead);
  min-height: 0.52rem;
}
._title_10968_45 > ._title-text_10968_51 {
  font-size: 0.3rem;
}
._title_10968_45 > ._title-icon_10968_54 {
  position: relative;
  margin-right: 0.05rem;
  width: 0.52rem;
  font-size: 0.52rem;
}
[dir="rtl"] ._title_10968_45 > ._title-icon_10968_54 {
  margin-right: 0;
  margin-left: 0.05rem;
}
._game-headline_1ydzo_45 {
  padding: 0 0.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
._game-headline_1ydzo_45 ._mini-jackpot_1ydzo_53 {
  margin: inherit;
}
._game-headline_1ydzo_45 {
  padding: 0;
  padding-right: 0.1rem;
}
[dir="rtl"] ._game-headline_1ydzo_45 {
  padding-right: 0;
  padding-left: 0.1rem;
}
._layout-box_1ia44_45 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._layout-box_1ia44_45 > div + div,
._layout-box_1ia44_45 > section + section,
._layout-box_1ia44_45 > div + section,
._layout-box_1ia44_45 > section + div {
  margin-top: 0.2rem;
}
._arrow-load-view_1xt5d_45 {
  opacity: 1;
}
._list-slide-layout_wxwbz_46 {
  width: fit-content;
}
._list-slide-layout_wxwbz_46 > ._list-slide-layout-inner_wxwbz_49 {
  box-sizing: content-box;
  display: grid;
  grid-auto-flow: var(--list-slide-grid-auto-flow);
  grid-template-rows: var(--list-slide-grid-template-rows);
  grid-template-columns: var(--list-slide-grid-template-columns);
}
html[data-gap-supported="1"]
  ._list-slide-layout_wxwbz_46
  > ._list-slide-layout-inner_wxwbz_49 {
  width: var(--list-slide-width);
  height: var(--list-slide-height);
  column-gap: calc(var(--list-slide-column-gap));
  row-gap: var(--list-slide-row-gap);
}
html[data-gap-supported="0"]
  ._list-slide-layout_wxwbz_46
  > ._list-slide-layout-inner_wxwbz_49 {
  width: var(--list-slide-width);
  height: var(--list-slide-height);
  grid-column-gap: calc(var(--list-slide-column-gap));
  grid-row-gap: var(--list-slide-row-gap);
}
._list-slide-layout-inner_wxwbz_49 {
  justify-items: center;
  align-items: center;
}
.slide-center-magnify ._list-slide-layout-inner_wxwbz_49 > div,
.slide-center-magnify ._list-slide-layout-inner_wxwbz_49 > section {
  transition: margin 0s, transform 0.5s;
}
._list-slide-layout_rfkos_46 {
  width: fit-content;
}
._list-slide-layout_rfkos_46 > ._list-slide-layout-inner_rfkos_49 {
  box-sizing: content-box;
  display: grid;
  grid-auto-flow: var(--list-slide-grid-auto-flow);
  grid-template-rows: var(--list-slide-grid-template-rows);
  grid-template-columns: var(--list-slide-grid-template-columns);
}
html[data-gap-supported="1"]
  ._list-slide-layout_rfkos_46
  > ._list-slide-layout-inner_rfkos_49 {
  width: var(--list-slide-width);
  height: var(--list-slide-height);
  column-gap: calc(var(--list-slide-column-gap));
  row-gap: var(--list-slide-row-gap);
}
html[data-gap-supported="0"]
  ._list-slide-layout_rfkos_46
  > ._list-slide-layout-inner_rfkos_49 {
  width: var(--list-slide-width);
  height: var(--list-slide-height);
  grid-column-gap: calc(var(--list-slide-column-gap));
  grid-row-gap: var(--list-slide-row-gap);
}
._scroll-box-overflow_rfkos_71 > ._scroll-box-overflow-inner_rfkos_71 {
  overflow-x: auto;
  overflow-y: auto;
  user-select: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
}
._scroll-box-overflow_rfkos_71
  > ._scroll-box-overflow-inner_rfkos_71::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
  display: none;
}
._scroll-box-overflow_rfkos_71
  > ._scroll-box-overflow-inner_rfkos_71::-webkit-scrollbar-thumb {
  background-color: transparent;
  display: none;
}
._scroll-box-overflow_rfkos_71
  > ._scroll-box-overflow-inner_rfkos_71
  .slide-pagination {
  scroll-snap-align: start;
}
._list-slide-layout_16c2p_46 {
  width: fit-content;
}
._list-slide-layout_16c2p_46 > ._list-slide-layout-inner_16c2p_49 {
  box-sizing: content-box;
  display: grid;
  grid-auto-flow: var(--list-slide-grid-auto-flow);
  grid-template-rows: var(--list-slide-grid-template-rows);
  grid-template-columns: var(--list-slide-grid-template-columns);
}
html[data-gap-supported="1"]
  ._list-slide-layout_16c2p_46
  > ._list-slide-layout-inner_16c2p_49 {
  width: var(--list-slide-width);
  height: var(--list-slide-height);
  column-gap: calc(var(--list-slide-column-gap));
  row-gap: var(--list-slide-row-gap);
}
html[data-gap-supported="0"]
  ._list-slide-layout_16c2p_46
  > ._list-slide-layout-inner_16c2p_49 {
  width: var(--list-slide-width);
  height: var(--list-slide-height);
  grid-column-gap: calc(var(--list-slide-column-gap));
  grid-row-gap: var(--list-slide-row-gap);
}
html[data-gap-supported="1"] ._scroll-box-transform_16c2p_71,
html[data-gap-supported="0"] ._scroll-box-transform_16c2p_71 {
  box-sizing: content-box;
  width: var(--list-slide-width);
  height: var(--list-slide-height);
  user-select: none;
  overflow: hidden;
}
html[data-gap-supported="1"]
  ._scroll-box-transform_16c2p_71
  ._scroll-box-transform-inner_16c2p_79,
html[data-gap-supported="0"]
  ._scroll-box-transform_16c2p_71
  ._scroll-box-transform-inner_16c2p_79 {
  width: var(--list-slide-inner-content-width);
  cursor: grab;
  transform: var(--list-slide-transform-scroll-area-transform);
  transition-duration: 0.5s;
}
._list-slide-typesetting_1ji5y_45._is-slide-one-screen_1ji5y_45
  .slide-pagination
  .slide-pagination {
  scroll-snap-align: initial;
}
._list-slide-all_168wv_45 {
  display: flex;
  align-items: center;
}
._list-slide-all_168wv_45 ._all-text_168wv_49 {
  color: var(--skin__neutral_1);
  font-size: 0.24rem;
  margin-left: 0.16rem;
}
[dir="rtl"] ._list-slide-all_168wv_45 ._all-text_168wv_49 {
  margin-left: 0;
  margin-right: 0.16rem;
}
._list-slide-all_168wv_45 ._arrow-right_168wv_54 {
  position: relative;
  top: 0.01rem;
  margin-left: 0.1rem;
  transform: rotate(-90deg);
  color: var(--skin__neutral_1);
}
[dir="rtl"] ._list-slide-all_168wv_45 ._arrow-right_168wv_54 {
  margin-left: 0;
  margin-right: 0.1rem;
  transform: rotate(90deg);
}
._list-slide-dot_vp3zk_45 {
  width: var(--list-slide-dot-width);
  height: var(--list-slide-dot-height);
  background-color: var(--skin__border);
  border-radius: 10rem;
  will-change: transform;
  transition: all 0.3s;
  opacity: 0.98;
}
._list-slide-dot_vp3zk_45._is-active_vp3zk_54 {
  width: var(--list-slide-dot-active-width);
  background-color: var(--skin__primary);
}
._slide-indicator_1kcta_45 {
  box-sizing: content-box;
  width: fit-content;
  padding-right: calc(var(--slide-indicator-padding-right) + 0.02rem);
  padding-left: 0.02rem;
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
}
[dir="rtl"] ._slide-indicator_1kcta_45 {
  padding-left: calc(var(--slide-indicator-padding-right) + 0.02rem);
  padding-right: 0.02rem;
}
._load-more-button_l7q9n_45 {
  margin-top: 0.3rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
._load-more-button_l7q9n_45 ._list-slide-box_l7q9n_51 {
  width: fit-content;
}
._list-slide-box_7vkyz_45 {
  opacity: 1;
}
.ui-placeholder__loading-icon {
  width: 100%;
  height: 100%;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-placeholder--nested {
  position: relative;
  min-height: 4rem;
}
.ui-placeholder__nested-loading {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lobby-base-loading__spinning {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1677ff;
  font-size: 0.14rem;
  line-height: 1.5714285714;
  list-style: none;
  text-align: center;
  vertical-align: middle;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  display: inline-block;
  opacity: 1;
}
.lobby-base-loading__image {
  width: 1rem;
  height: 1rem;
}
.lobby-base-loading--background {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.4rem 0.7rem;
  border-radius: 0.14rem;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column;
  align-items: center;
}
[dir="rtl"] .lobby-base-loading--background {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}
.lobby-base-loading--background:before {
  position: fixed;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: var(--lobby__max-width);
  height: 100vh;
  opacity: 1;
  transform: translate(-50%, -50%);
}
[dir="rtl"] .lobby-base-loading--background:before {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}
.lobby-base-loading__bottom-text {
  font-size: 0.28rem;
  margin-top: 0.25rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  max-width: 5.2rem;
}
@keyframes css-17yhhjv-antSpinMove {
  to {
    opacity: 1;
  }
}
.ui-empty {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-empty__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ui-empty__text {
  display: flex;
  align-items: center;
  color: var(--skin__neutral_2);
  font-size: 0.26rem;
  margin-bottom: 0.6rem;
}
.ui-empty__text--large {
  font-size: 0.3rem;
}
.ui-empty__image {
  width: 2.1rem;
  height: 2.1rem;
  margin-bottom: 0.2rem;
  margin-top: 0.6rem;
}
.ui-empty__image--large {
  width: 3rem;
  height: 3rem;
  margin-top: 0.8rem;
}
.ui-retry__icon {
  vertical-align: middle;
  color: var(--skin__primary);
}
.ui-retry__inline .ui-retry__icon,
.ui-retry__block .ui-retry__icon,
.ui-retry__updata .ui-retry__icon {
  margin-left: 0.16rem;
}
[dir="rtl"] .ui-retry__inline .ui-retry__icon,
[dir="rtl"] .ui-retry__block .ui-retry__icon,
[dir="rtl"] .ui-retry__updata .ui-retry__icon {
  margin-left: 0;
  margin-right: 0.16rem;
}
.ui-retry__block {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  font-size: 0.24rem;
}
.ui-retry__block--with-image {
  font-size: 0.26rem;
  flex-direction: column;
}
.ui-retry__block__image,
.ui-retry__image {
  width: 2.1rem;
  height: 2.1rem;
}
.ui-retry__text-btn {
  color: var(--skin__primary);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.ui-retry__text-btn:not(:lang(zh)):not(:lang(zh_hk)) {
  margin-left: 0.06rem;
}
[dir="rtl"] .ui-retry__text-btn:not(:lang(zh)):not(:lang(zh_hk)) {
  margin-left: 0;
  margin-right: 0.06rem;
}
.ui-retry__text {
  text-align: center;
  color: var(--skin__neutral_2);
}
._hot-content_wug5q_45 .ui-tabs__nav {
  background-color: transparent;
  border-bottom: thin solid var(--skin__border);
}
._hot-content_wug5q_45 .ui-tabs__nav--line {
  padding: 0;
}
._hot-content_wug5q_45 .ui-tabs__line {
  bottom: 0;
  border-radius: 0;
}
._hot-content_wug5q_45 .lobby-tab-item-game-list {
  border-top: initial;
}
._hot-content_wug5q_45 .ui-placeholder {
  min-height: 3rem;
}
._hot-content_wug5q_45 .ui-swipe-item.ui-tab__panel-wrapper--inactive {
  height: 0 !important;
}
._hot-content_wug5q_45 ._game-list-box_wug5q_76 {
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
._hot-content_wug5q_45 ._game-list-box_wug5q_76 .ui-empty {
  height: 100%;
  min-height: calc(var(--content-min-height) - 1.1rem);
  margin-top: initial;
}
._hot-content_wug5q_45 ._placeholder-box_wug5q_88 {
  min-height: 3.16rem;
}
._hot-content_wug5q_45 ._placeholder-box_wug5q_88 .ui-empty__image {
  margin-top: 0.3rem;
}
._hot-content_wug5q_45 ._placeholder-box_wug5q_88 .ui-empty__text {
  margin-bottom: 0.2rem;
}
._hot-content_wug5q_45 ._title_wug5q_99 {
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.24rem;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  color: var(--skin__lead);
}
._hot-content_wug5q_45 ._active_wug5q_109 {
  color: var(--skin__primary);
}
._gameContent_ppgg5_45 {
  padding: 0 0.2rem;
  margin-top: 0.2rem !important;
}
._gameContent_ppgg5_45 .ui-tabs {
  padding-top: 0;
}
._gameContent_ppgg5_45 .ui-tabs .ui-tab--active .lobby-image--use-bg {
  box-shadow: 0 0.02rem 0.04rem 0 var(--skin__web_left_bg_shadow_active);
}
._gameContent_ppgg5_45 .ui-tab__panel {
  height: fit-content;
}
._gameContent_ppgg5_45 .ui-sticky--fixed {
  padding-top: 0.2rem;
  overflow: hidden;
}
._gameContent_ppgg5_45
  ._third-party-games-below_ppgg5_62
  .marketing-box-item:last-child {
  margin-bottom: 0;
}
._gameContent_ppgg5_45 ._gameList_ppgg5_65 {
  flex: 1;
  overflow: hidden;
}
._gameContent_ppgg5_45 ._gameList_ppgg5_65 header {
  width: 100%;
  display: flex;
  padding: 0.2rem 0 0.2rem 0.2rem;
  align-items: center;
  font-size: 0.3rem;
  color: #fff;
  border-top: var(--lobby__px) solid var(--skin__border);
}
[dir="rtl"] ._gameContent_ppgg5_45 ._gameList_ppgg5_65 header {
  padding: 0.2rem 0.2rem 0.2rem 0;
}
._gameContent_ppgg5_45 ._gameList_ppgg5_65 header img {
  width: 0.5rem;
  aspect-ratio: auto 25/19;
  margin-right: 0.1rem;
}
[dir="rtl"] ._gameContent_ppgg5_45 ._gameList_ppgg5_65 header img {
  margin-right: 0;
  margin-left: 0.1rem;
}
._gameContent_ppgg5_45 ._gameList_ppgg5_65 ._games_ppgg5_83 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 5%;
}
._gameContent_ppgg5_45 ._gameList_ppgg5_65 ._games_ppgg5_83 > div,
._gameContent_ppgg5_45 ._gameList_ppgg5_65 ._games_ppgg5_83 > section {
  margin-bottom: 0.1rem;
}
._gameContent_ppgg5_45 ._gameList_ppgg5_65 ._games_ppgg5_83 img {
  width: 100%;
  border-radius: 0.2rem;
}
._gameContent_ppgg5_45 ._game-list-box_ppgg5_98 {
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  border-top: thin solid var(--skin__border);
}
._gameContent_ppgg5_45
  ._game-list-box_ppgg5_98._last-exhibit-game-list-box_ppgg5_103 {
  padding-bottom: 0;
}
._gameContent_ppgg5_45 ._jackpot_ppgg5_106 {
  width: 5.2rem;
}
._gameContent_ppgg5_45 ._jackpot_ppgg5_106 + div,
._gameContent_ppgg5_45 ._jackpot_ppgg5_106 + section {
  margin-top: 0.2rem;
}
[data-club="1"] ._gameContent_ppgg5_45 .ui-tab__panel:first-child > div,
[data-club="1"] ._gameContent_ppgg5_45 .ui-tab__panel:first-child > section {
  border-top: initial;
}
._tab-item-title_1nw48_45 {
  height: 0.7rem;
  display: flex;
  align-items: center;
  color: var(--skin__alt_neutral_2);
}
._tab-item-title_1nw48_45 ._icon_1nw48_51 {
  flex-grow: 0;
  flex-shrink: 0;
  width: 0.64rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
._tab-item-title_1nw48_45 ._icon_1nw48_51 img,
._tab-item-title_1nw48_45 ._icon_1nw48_51 i {
  width: 0.54rem;
  height: 0.44rem;
}
._tab-item-title_1nw48_45 ._text_1nw48_68 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 2.4rem;
  width: 100%;
  font-size: 0.24rem;
  line-height: 1.6;
  word-break: break-word;
}
._tab-item-title_1nw48_45 ._text_1nw48_68:lang(vi) {
  font-size: 0.2rem;
}
._tab-item-title_1nw48_45._is-active_1nw48_82 ._icon_1nw48_51 img,
._tab-item-title_1nw48_45._is-active_1nw48_82 ._icon_1nw48_51 i {
  width: 0.64rem;
  height: 0.48rem;
}
._tab-item-title_1nw48_45._is-active_1nw48_82 ._text_1nw48_68 {
  color: var(--skin__primary);
}
._game-content_19m9i_45 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
._game-content_19m9i_45 .ui-tabs__content > .ui-tab__panel:first-of-type > div,
._game-content_19m9i_45
  .ui-tabs__content
  > .ui-tab__panel:first-of-type
  > section {
  border-top: none;
}
._game-content_19m9i_45 .ui-sticky {
  z-index: 101 !important;
}
._game-content_19m9i_45 .ui-tabs__wrap {
  margin: 0 -0.2rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background-color: var(--skin__home_bg);
}
._game-content_19m9i_45 .ui-tabs__wrap .ui-tabs__nav {
  border-bottom: var(--lobby__px) solid var(--skin__border);
}
._game-content_19m9i_45 .ui-tabs__nav {
  padding-bottom: 0;
}
._game-content_19m9i_45 .ui-tabs__nav .ui-tab {
  padding-left: 0;
  padding-right: 0;
}
._game-content_19m9i_45 .ui-tabs__nav .ui-tabs__line {
  bottom: 0;
  height: 0.04rem;
  border-radius: 0;
}
._game-content_19m9i_45 .ui-tabs__nav .ui-tab + .ui-tab {
  margin-left: 0.4rem;
}
[dir="rtl"] ._game-content_19m9i_45 .ui-tabs__nav .ui-tab + .ui-tab {
  margin-left: 0;
  margin-right: 0.4rem;
}
._game-content_19m9i_45 ._game-list-box_19m9i_83 {
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  border-top: thin solid var(--skin__border);
}
._game-content_19m9i_45
  ._game-list-box_19m9i_83._last-exhibit-game-list-box_19m9i_88 {
  padding-bottom: 0;
}
._game-content_19m9i_45 ._game-list-box_19m9i_83 > div + div,
._game-content_19m9i_45 ._game-list-box_19m9i_83 > div + section,
._game-content_19m9i_45 ._game-list-box_19m9i_83 > section + section,
._game-content_19m9i_45 ._game-list-box_19m9i_83 > section + div {
  margin-top: 0.2rem;
}
._game-content_19m9i_45 ._game-list-box_19m9i_83 .ui-empty {
  height: 100%;
  min-height: calc(var(--content-min-height) - 1.1rem);
  margin-top: initial;
}
._game-content_19m9i_45 ._jackpot_19m9i_102 + div,
._game-content_19m9i_45 ._jackpot_19m9i_102 + section {
  margin-top: 0.2rem;
}
._game-content_19m9i_45 ._placeholder-box_19m9i_106 {
  min-height: 3.8rem;
}
._titleClass_19m9i_110 {
  padding: 0 0.3rem;
}
._img-text-logo_1suss_45 {
  --img-text-logo-img-width: 0.74rem;
  --img-text-logo-img-height: 0.74rem;
  --img-text-logo-img-title-size: 0.28rem;
  --img-text-logo-img-content-size: 0.22rem;
  --img-text-logo-width: 2.64rem;
  --img-text-logo-img-margin-right: 0.08rem;
  --img-text-logo-img-title-color: var(--skin__alt_lead);
  --img-text-logo-img-content-color: var(--skin__alt_border);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 4.15rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._img-text-logo_1suss_45._img-logo-only_1suss_62 img {
  width: auto;
}
._img-text-logo_1suss_45 img {
  margin-right: var(--img-text-logo-img-margin-right);
  width: var(--img-text-logo-img-width);
  height: var(--img-text-logo-img-height);
}
[dir="rtl"] ._img-text-logo_1suss_45 img {
  margin-right: 0;
  margin-left: var(--img-text-logo-img-margin-right);
}
._img-text-logo_1suss_45 ._img-title_1suss_70 {
  max-width: calc(
    0.1rem + var(--img-text-logo-width) - var(--img-text-logo-img-width) -
      var(--img-text-logo-img-margin-right)
  );
  color: var(--img-text-logo-img-title-color);
  font-weight: 700;
  line-height: 1;
  padding: 0.02rem 0.03rem 0 0;
  font-size: var(--img-text-logo-img-title-size);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
[dir="rtl"] ._img-text-logo_1suss_45 ._img-title_1suss_70 {
  padding: 0.02rem 0 0 0.03rem;
}
._logo-box_99f6x_45 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
._logo-box_99f6x_45 ._custom-logo_99f6x_53 {
  object-fit: contain;
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
._isCustomLogo_99f6x_61 {
  display: block;
  text-align: center;
}
._custom-logo_99f6x_53 {
  vertical-align: middle;
}
.ui-select-input {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  background-color: var(--skin__bg_2);
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.ui-select-input__prefix {
  padding-right: 0.1rem;
}
[dir="rtl"] .ui-select-input__prefix {
  padding-right: 0;
  padding-left: 0.1rem;
}
.ui-select-input__suffix {
  padding-left: 0.2rem;
}
[dir="rtl"] .ui-select-input__suffix {
  padding-left: 0;
  padding-right: 0.2rem;
}
.ui-select-input__suffix,
.ui-select-input__prefix {
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  opacity: 1;
}
.ui-select-input--isReadOnly {
  background-color: var(--skin__bg_1);
}
.ui-select-input__input {
  color: var(--skin__lead);
  flex: 1;
  height: 100%;
  width: 100%;
  background: transparent;
}
.ui-select-input__input--hiddenCursor {
  color: transparent;
  cursor: pointer;
  text-shadow: 0 0 0 var(--skin__neutral_2);
}
.ui-select-input__input::placeholder {
  font-size: 0.22rem;
  color: var(--skin__neutral_3);
}
.ui-select-input__input--hasSuffix {
  padding-right: 0;
}
[dir="rtl"] .ui-select-input__input--hasSuffix {
  padding-right: 0;
  padding-left: 0;
}
.ui-select-input__star-sign {
  color: var(--skin__accent_2);
  width: 0.12rem;
  height: 100%;
  display: flex;
  align-items: center;
}
input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}
.ui-select__reference {
  position: relative;
  min-width: 1.6rem;
  max-width: 100%;
  overflow: hidden;
  width: auto;
  border-radius: 0.1rem;
  border: var(--lobby__px) solid var(--skin__border);
  color: var(--skin__neutral_2);
  cursor: pointer;
}
.ui-select__reference:focus-within {
  border-color: var(--skin__primary);
}
.ui-select__reference--mini {
  height: 0.5rem;
  min-width: 1.3rem;
  font-size: 0.2rem;
}
.ui-select__reference--middle {
  height: 0.6rem;
  min-width: 2.4rem;
  font-size: 0.2rem;
}
.ui-select__reference--large {
  font-size: 0.22rem;
  height: 0.7rem;
  min-width: 100%;
}
.ui-select__reference--round {
  border-radius: 0.35rem;
}
.ui-select__reference--border {
  border-color: var(--skin__primary);
}
.ui-select__icon-clear {
  z-index: 5;
  font-size: 0.28rem;
  margin-right: 0.05rem;
}
[dir="rtl"] .ui-select__icon-clear {
  margin-right: 0;
  margin-left: 0.05rem;
}
.ui-select__icon-arrow {
  font-size: 0.2rem;
}
.ui-select__icon--arrowTop {
  transition: transform 0.3s linear;
  transform: rotate(90deg);
  margin-right: 0.06rem;
}
[dir="rtl"] .ui-select__icon--arrowTop {
  transform: rotate(-90deg);
  margin-right: 0;
  margin-left: 0.06rem;
}
.ui-select__icon--arrowBottom {
  transition: transform 0.3s linear;
  transform: rotate(-90deg);
  margin-right: 0.06rem;
}
[dir="rtl"] .ui-select__icon--arrowBottom {
  transform: rotate(90deg);
  margin-right: 0;
  margin-left: 0.06rem;
}
.ui-select__options {
  padding: 0.15rem 0.03rem;
  box-sizing: border-box;
  max-height: 5.4rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: var(--skin__bg_2);
  border: solid var(--lobby__px) var(--skin__border);
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.1);
  border-radius: 0.14rem;
}
.ui-select__scroll {
  flex: 1;
}
.ui-select__not-found {
  height: 0.8rem;
  min-width: 1.6rem;
  width: 100%;
  line-height: 0.8rem;
  padding-left: 0.17rem;
  color: var(--skin__neutral_2);
}
[dir="rtl"] .ui-select__not-found {
  padding-left: 0;
  padding-right: 0.17rem;
}
.ui-options__option {
  width: 100%;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: start;
  color: var(--skin__neutral_2);
  font-size: 0.24rem;
  padding: 0 0.2rem;
  cursor: pointer;
}
.ui-options__option:hover {
  background-color: var(--skin__bg_1);
}
.ui-options__option--active {
  color: var(--skin__primary);
  background-color: var(--skin__bg_2);
}
.ui-options__option-content {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
}
[dir="rtl"] .ui-select__icon--arrowBottom {
  transform: rotate(-90deg);
}
[dir="rtl"] [dir="rtl"] .ui-select__icon--arrowBottom,
[dir="rtl"] .ui-select__icon--arrowTop {
  transform: rotate(90deg);
}
[dir="rtl"] [dir="rtl"] .ui-select__icon--arrowTop {
  transform: rotate(-90deg);
}
.ui-popover {
  position: absolute;
  background-color: transparent;
}
.ui-popover.ui-popup {
  overflow: visible;
}
.ui-popover__wrapper {
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
}
.ui-popover__arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0.12rem;
}
.ui-popover__content {
  border-radius: 0.14rem;
  overflow: hidden;
}
.ui-popover__content--horizontal {
  display: flex;
  width: max-content;
}
.ui-popover__content--horizontal .ui-popover__action {
  flex: none;
  width: auto;
  height: 0.68rem;
  padding: 0 0.24rem;
}
.ui-popover__content--horizontal .ui-popover__action:last-child:after {
  display: none;
}
.ui-popover__content--horizontal .ui-popover__action-icon {
  margin-right: 0.08rem;
  font-size: 0.32rem;
}
.ui-popover__action {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 2.56rem;
  height: 0.88rem;
  padding: 0 0.32rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  cursor: pointer;
}
.ui-popover__action:last-child .ui-popover__action-text:after {
  display: none;
}
.ui-popover__action-text {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.ui-popover__action-icon {
  margin-right: 0.16rem;
  font-size: 0.4rem;
}
.ui-popover__action--with-icon .ui-popover__action-text {
  justify-content: flex-start;
}
.ui-popover[data-popper-placement^="top"] .ui-popover__arrow {
  bottom: 0;
  border-top-color: currentColor;
  border-bottom-width: 0;
  margin-bottom: -0.12rem;
}
.ui-popover[data-popper-placement="top"] {
  transform-origin: 50% 100%;
}
.ui-popover[data-popper-placement="top"] .ui-popover__arrow {
  left: 50%;
  transform: translate(-50%);
}
.ui-popover[data-popper-placement="top-start"] {
  transform-origin: 0 100%;
}
.ui-popover[data-popper-placement="top-start"] .ui-popover__arrow {
  left: 0.32rem;
}
.ui-popover[data-popper-placement="top-end"] {
  transform-origin: 100% 100%;
}
.ui-popover[data-popper-placement="top-end"] .ui-popover__arrow {
  right: 0.32rem;
}
.ui-popover[data-popper-placement^="left"] .ui-popover__arrow {
  right: 0;
  border-right-width: 0;
  border-left-color: currentColor;
  margin-right: -0.12rem;
}
.ui-popover[data-popper-placement="left"] {
  transform-origin: 100% 50%;
}
.ui-popover[data-popper-placement="left"] .ui-popover__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ui-popover[data-popper-placement="left-start"] {
  transform-origin: 100% 0;
}
.ui-popover[data-popper-placement="left-start"] .ui-popover__arrow {
  top: 0.32rem;
}
.ui-popover[data-popper-placement="left-end"] {
  transform-origin: 100% 100%;
}
.ui-popover[data-popper-placement="left-end"] .ui-popover__arrow {
  bottom: 0.32rem;
}
.ui-popover[data-popper-placement^="right"] .ui-popover__arrow {
  left: 0;
  border-right-color: currentColor;
  border-left-width: 0;
  margin-left: -0.12rem;
}
.ui-popover[data-popper-placement="right"] {
  transform-origin: 0 50%;
}
.ui-popover[data-popper-placement="right"] .ui-popover__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ui-popover[data-popper-placement="right-start"] {
  transform-origin: 0 0;
}
.ui-popover[data-popper-placement="right-start"] .ui-popover__arrow {
  top: 0.32rem;
}
.ui-popover[data-popper-placement="right-end"] {
  transform-origin: 0 100%;
}
.ui-popover[data-popper-placement="right-end"] .ui-popover__arrow {
  bottom: 0.32rem;
}
.ui-popover[data-popper-placement^="bottom"] .ui-popover__arrow {
  top: 0;
  border-top-width: 0;
  border-bottom-color: currentColor;
  margin-top: -0.12rem;
}
.ui-popover[data-popper-placement="bottom"] {
  transform-origin: 50% 0;
}
.ui-popover[data-popper-placement="bottom"] .ui-popover__arrow {
  left: 50%;
  transform: translate(-50%);
}
.ui-popover[data-popper-placement="bottom-start"] {
  transform-origin: 0 0;
}
.ui-popover[data-popper-placement="bottom-start"] .ui-popover__arrow {
  left: 0.32rem;
}
.ui-popover[data-popper-placement="bottom-end"] {
  transform-origin: 100% 0;
}
.ui-popover[data-popper-placement="bottom-end"] .ui-popover__arrow {
  right: 0.32rem;
}
.ui-popover--light {
  color: var(--skin__neutral_2);
}
.ui-popover--light .ui-popover__content {
  background: var(--skin__bg_2);
  box-shadow: 0 0.03rem 0.07rem var(--skin__web_left_bg_shadow);
}
.ui-popover--light .ui-popover__arrow {
  color: var(--skin__bg_2);
}
.ui-popover--light .ui-popover__action:active {
  color: var(--skin__primary);
}
.ui-popover--light .ui-popover__action--disabled {
  color: var(--skin__disabled-bg-color__custom);
  cursor: not-allowed;
}
.ui-popover--light .ui-popover__action--disabled:active {
  background-color: transparent;
}
.ui-select-single {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  background-color: var(--skin__bg_2);
  padding: 0 0.2rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
}
.ui-select-single__content {
  flex: 1;
  color: var(--skin__neutral_3);
  display: flex;
  align-items: center;
}
.ui-select-single__content--has-content {
  color: var(--skin__lead);
}
.ui-select-single__prefix {
  padding-right: 0.1rem;
}
[dir="rtl"] .ui-select-single__prefix {
  padding-right: 0;
  padding-left: 0.1rem;
}
.ui-select-single__suffix {
  padding-left: 0.2rem;
}
[dir="rtl"] .ui-select-single__suffix {
  padding-left: 0;
  padding-right: 0.2rem;
}
.ui-select-single--isReadOnly {
  background-color: var(--skin__bg_1);
}
.ui-select-single__prefix,
.ui-select-single__suffix {
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  opacity: 1;
}
.ui-select-single__star-sign {
  color: var(--skin__accent_2);
  width: 0.12rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  top: 0.04rem;
}
._preview-image_1vyc9_45 {
  direction: ltr;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0;
}
[dir="rtl"] ._preview-image_1vyc9_45 {
  direction: rtl;
  left: auto !important;
  right: 0 !important;
}
._preview-image_1vyc9_45 ._code_1vyc9_55 {
  border-radius: 0.15rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 3.6rem;
  height: 3.6rem;
}
[dir="rtl"] ._preview-image_1vyc9_45 ._code_1vyc9_55 {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}
._preview-image_1vyc9_45 ._code_1vyc9_55 canvas {
  border-radius: 0.15rem;
}
._preview-image_1vyc9_45 ._code_1vyc9_55 ._logo_1vyc9_69 {
  border-radius: 0.1rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[dir="rtl"] ._preview-image_1vyc9_45 ._code_1vyc9_55 ._logo_1vyc9_69 {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}
._qr-code_1y3dz_45 {
  margin-right: 0.2rem;
  border: var(--lobby__px) solid var(--skin__border);
  border-radius: 0.14rem 0.14rem 0.2rem 0.2rem;
  background-color: #fff;
  width: 1.3rem;
  flex-shrink: 0;
}
[dir="rtl"] ._qr-code_1y3dz_45 {
  margin-right: 0;
  margin-left: 0.2rem;
}
._qr-code_1y3dz_45 ._code_1y3dz_53 {
  border-radius: 0.14rem 0.14rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
._qr-code_1y3dz_45 button {
  width: 100%;
  border-radius: 0 0 0.14rem 0.14rem;
  height: 0.66rem;
  min-height: 0.5rem;
  font-size: 0.22rem;
  max-width: 1.5rem;
  padding: 0;
}
._qr-code_1y3dz_45 button:lang(my) {
  font-size: 0.16rem;
  line-height: 1.8;
}
._social-media_1jeu6_45 {
  margin-top: 0.2rem;
  width: 5rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-bottom: 0.1rem;
}
._social-media_1jeu6_45 ._media-item_1jeu6_53 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.4rem;
  cursor: pointer;
}
[dir="rtl"] ._social-media_1jeu6_45 ._media-item_1jeu6_53 {
  margin-right: 0;
  margin-left: 0.4rem;
}
._social-media_1jeu6_45 ._media-item_1jeu6_53 ._shareIcon_1jeu6_61 {
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--skin__primary);
  border: var(--lobby__px) solid var(--skin__border);
}
._social-media_1jeu6_45 ._media-item_1jeu6_53 ._media-item-icon_1jeu6_71 {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
._social-media_1jeu6_45 ._media-item_1jeu6_53 ._media-item-icon_1jeu6_71 img {
  max-width: 112%;
  object-fit: cover;
  object-position: center;
}
._social-media_1jeu6_45 ._media-item_1jeu6_53 ._shareText_1jeu6_86 {
  color: var(--skin__neutral_1);
  font-size: 0.22rem;
  line-height: 1.15;
  margin-top: 0.1rem;
  text-align: center;
  word-wrap: break-word;
  display: inline-block;
  max-width: 1.1rem;
}
._temporaryAccountPromoteGuideDialog_13ux6_45
  ._temporaryAccountPromoteGuide_13ux6_45
  ._message_13ux6_51 {
  margin-bottom: 0.4rem;
  font-size: 0.24rem;
  line-height: 1.5;
  text-align: left;
  text-indent: 2em;
}
[dir="rtl"]
  ._temporaryAccountPromoteGuideDialog_13ux6_45
  ._temporaryAccountPromoteGuide_13ux6_45
  ._message_13ux6_51 {
  text-align: right;
}
._temporaryAccountPromoteGuideDialog_13ux6_45
  ._temporaryAccountPromoteGuide_13ux6_45
  ._buttons_13ux6_58 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
._temporaryAccountPromoteGuideDialog_13ux6_45
  ._temporaryAccountPromoteGuide_13ux6_45
  ._buttons_13ux6_58
  .ui-button {
  margin-right: 0.3rem;
}
[dir="rtl"]
  ._temporaryAccountPromoteGuideDialog_13ux6_45
  ._temporaryAccountPromoteGuide_13ux6_45
  ._buttons_13ux6_58
  .ui-button {
  margin-right: 0;
  margin-left: 0.3rem;
}
._temporaryAccountPromoteGuideDialog_13ux6_45
  ._temporaryAccountPromoteGuide_13ux6_45
  ._buttons_13ux6_58
  .ui-button:last-child {
  margin-right: 0;
}
[dir="rtl"]
  ._temporaryAccountPromoteGuideDialog_13ux6_45
  ._temporaryAccountPromoteGuide_13ux6_45
  ._buttons_13ux6_58
  .ui-button:last-child {
  margin-right: 0;
  margin-left: 0;
}
._temporaryAccountPromoteGuideDialog_13ux6_45
  ._temporaryAccountPromoteGuide_13ux6_45
  ._account_13ux6_70 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.1rem;
  font-size: 0.22rem;
  text-align: center;
}
._temporaryAccountPromoteGuideDialog_13ux6_45
  ._temporaryAccountPromoteGuide_13ux6_45
  ._account_13ux6_70
  span {
  color: var(--skin__primary);
  cursor: pointer;
}
._share-module_167j6_45 {
  padding: 0.2rem 0.2rem 0;
  box-shadow: 0 0.03rem 0.07rem rgba(0, 0, 0, 0.08);
}
._share-module_167j6_45 ._share-prompt-box_167j6_49 {
  margin-top: -0.05rem;
}
._share-module_167j6_45 ._share-prompt_167j6_49 {
  color: var(--skin__neutral_2);
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0.1rem;
  white-space: nowrap;
}
._share-module_167j6_45 ._invite_167j6_61 {
  padding-bottom: 0.2rem;
  border-bottom: thin solid var(--skin__border);
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._share-module_167j6_45 ._invite_167j6_61 > p {
  color: var(--skin__lead);
}
._share-module_167j6_45 ._invite_167j6_61 ._wrapper-invite-code_167j6_72 {
  display: flex;
}
._share-module_167j6_45 ._invite_167j6_61 ._wrapper-invite-code_167j6_72 label {
  margin-right: 0.1rem;
  color: var(--skin__neutral_2);
}
[dir="rtl"]
  ._share-module_167j6_45
  ._invite_167j6_61
  ._wrapper-invite-code_167j6_72
  label {
  margin-right: 0;
  margin-left: 0.1rem;
}
._share-module_167j6_45
  ._invite_167j6_61
  ._wrapper-invite-code_167j6_72
  ._invite-code_167j6_79 {
  color: var(--skin__lead);
  transform: translateY(0.03rem);
  margin-right: 0.02rem;
}
[dir="rtl"]
  ._share-module_167j6_45
  ._invite_167j6_61
  ._wrapper-invite-code_167j6_72
  ._invite-code_167j6_79 {
  margin-right: 0;
  margin-left: 0.02rem;
}
._share-module_167j6_45
  ._invite_167j6_61
  ._wrapper-invite-code_167j6_72
  ._copy_167j6_84 {
  margin-left: 0.1rem;
}
[dir="rtl"]
  ._share-module_167j6_45
  ._invite_167j6_61
  ._wrapper-invite-code_167j6_72
  ._copy_167j6_84 {
  margin-left: 0;
  margin-right: 0.1rem;
}
._share-module_167j6_45
  ._invite_167j6_61
  ._wrapper-invite-code_167j6_72
  ._copy_167j6_84
  i {
  transform: translateY(0.03rem) translate(0.02rem);
}
[dir="rtl"]
  ._share-module_167j6_45
  ._invite_167j6_61
  ._wrapper-invite-code_167j6_72
  ._copy_167j6_84
  i {
  transform: translateY(0.03rem) translate(-0.02rem);
}
._share-module_167j6_45 ._share-info_167j6_90 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
._share-module_167j6_45 ._share-info_167j6_90 ._qr-code_167j6_95 {
  border-radius: 0.14rem 0.14rem 0.2rem 0.2rem;
  background-color: #fff;
  width: 1.3rem;
  margin-right: 0.2rem;
  border: var(--lobby__px) solid var(--skin__border);
}
[dir="rtl"] ._share-module_167j6_45 ._share-info_167j6_90 ._qr-code_167j6_95 {
  margin-right: 0;
  margin-left: 0.2rem;
}
._share-module_167j6_45
  ._share-info_167j6_90
  ._qr-code_167j6_95
  ._code_167j6_102 {
  border-radius: 0.14rem 0.14rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
._share-module_167j6_45
  ._share-info_167j6_90
  ._qr-code_167j6_95
  ._code_167j6_102
  canvas {
  margin: 0.05rem;
  width: 1.2rem !important;
  height: 1.2rem !important;
}
._share-module_167j6_45 ._share-info_167j6_90 ._qr-code_167j6_95 button {
  width: 100%;
  border-radius: 0 0 0.14rem 0.14rem;
  height: auto;
  min-height: 0.66rem;
  font-size: 0.22rem;
  max-width: 1.5rem;
  padding: 0 0.05rem;
}
._share-module_167j6_45
  ._share-info_167j6_90
  ._qr-code_167j6_95
  button:not(:lang(zh)):not(:lang(zh_hk)) {
  font-size: 0.18rem;
}
._share-module_167j6_45
  ._share-info_167j6_90
  ._qr-code_167j6_95
  button:not(:lang(zh)):not(:lang(zh_hk)):lang(my) {
  font-size: 0.14rem;
}
._share-module_167j6_45 ._share-info_167j6_90 ._link-box_167j6_128 {
  flex-grow: 1;
  overflow: hidden;
}
._share-module_167j6_45
  ._share-info_167j6_90
  ._link-box_167j6_128
  ._link-title_167j6_132 {
  margin-bottom: 0.2rem;
  font-size: 0.22rem;
  color: var(--skin__neutral_2);
}
._share-module_167j6_45
  ._share-info_167j6_90
  ._link-box_167j6_128
  ._link_167j6_128 {
  position: relative;
  display: flex;
  align-items: center;
}
._share-module_167j6_45
  ._share-info_167j6_90
  ._link-box_167j6_128
  ._link_167j6_128
  ._link-select_167j6_142 {
  width: 4.88rem;
  margin-right: 0.1rem;
}
[dir="rtl"]
  ._share-module_167j6_45
  ._share-info_167j6_90
  ._link-box_167j6_128
  ._link_167j6_128
  ._link-select_167j6_142 {
  margin-right: 0;
  margin-left: 0.1rem;
}
._share-module_167j6_45
  ._share-info_167j6_90
  ._link-box_167j6_128
  ._link_167j6_128
  ._link-select_167j6_142
  .ui-select__reference {
  height: 0.7rem;
  overflow: visible;
}
._share-module_167j6_45
  ._share-info_167j6_90
  ._link-box_167j6_128
  ._link_167j6_128
  ._link-select_167j6_142
  .ui-select-single__content {
  padding: 0.2rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 4rem;
  display: block;
}
._share-module_167j6_45
  ._share-info_167j6_90
  ._link-box_167j6_128
  ._link_167j6_128
  ._link-select_167j6_142
  .ui-select-single__suffix
  .copy {
  width: 0.33rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--skin__primary);
}
[dir="rtl"]
  ._share-module_167j6_45
  ._share-info_167j6_90
  ._link-box_167j6_128
  ._link_167j6_128
  ._link-select_167j6_142
  .ui-select-single__suffix
  .copy {
  right: auto;
  left: 0;
}
._link-option_167j6_166 {
  text-wrap: wrap;
}
._link-option_167j6_166 .ui-options__option {
  height: auto;
  line-height: 1.2;
  padding: 0.1rem 0.2rem;
}
._link-option_167j6_166 .ui-options__option .ui-options__option-content {
  white-space: normal;
  word-break: break-all;
}
[dir="rtl"]
  ._link_167j6_128
  ._link-select_167j6_142
  .ui-select-single__content {
  direction: ltr !important;
}
[dir="rtl"]
  [dir="rtl"]
  ._link_167j6_128
  ._link-select_167j6_142
  .ui-select-single__content {
  direction: rtl !important;
}
._task-placeholder_1srqp_45 {
  width: 100%;
  height: 100%;
  min-height: 5rem;
}
._task-placeholder_1srqp_45 ._task-container_1srqp_50 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
._task-placeholder_1srqp_45 ._task-empty_1srqp_55 {
  height: 100%;
}
._promoteShareBox_1srqp_59 .ui-dialog__content {
  padding-top: 0.2rem;
}
._promoteShareBox_1srqp_59 .share-info {
  text-align: left;
}
[dir="rtl"] ._promoteShareBox_1srqp_59 .share-info {
  text-align: right;
}
._marqueeLogo_3p9se_45 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._marqueeLogo_3p9se_45 ._logoImg_3p9se_50 {
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
}
._content_3p9se_56 {
  display: flex;
  align-items: center;
}
._logoWrapper_3p9se_61 {
  height: 100%;
  display: flex;
  align-items: center;
}
._logoArea_iarrd_45 {
  --assembly-logo-default-height: 0.7rem;
  --assembly-logo-default-width: 4.2rem;
  height: var(--assembly-logo-area-height, var(--assembly-logo-default-height));
  width: var(--assembly-logo-area-width, var(--assembly-logo-default-width));
  flex-direction: row;
}
.lobby-home-header-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  height: 0.8rem;
  background-color: var(--skin__bs_topnav_bg);
}
.lobby-home-header-container__section--left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  z-index: 2;
}
.lobby-home-header-container__section--right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  z-index: 2;
}
._item_jpv9b_45 {
  --item-currency-bg-img-width: 0.34rem;
  --item-currency-bg-img-height: 0.34rem;
  --item-currency-bg-width: 0.385rem;
  --item-currency-bg-height: 0.385rem;
  --item-currency-bg-margin: 0 0.05rem 0 0.03rem;
  --item-switch-lang-text-color: var(--skin__neutral_2);
  --item-switch-lang-text-size: 0.26rem;
  --item-switch-lang-text-margin-left: 0;
  --item-icon-margin: 0;
  --item-height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: var(--item-height);
  cursor: pointer;
}
._item_jpv9b_45 ._currency-bg_jpv9b_63 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--item-currency-bg-width);
  height: var(--item-currency-bg-height);
  margin: var(--item-currency-bg-margin);
  border-radius: 50%;
  background-size: cover;
}
._item_jpv9b_45 ._currency-bg_jpv9b_63._hidden-bg_jpv9b_73 {
  background-image: none !important;
}
._item_jpv9b_45 ._icon_jpv9b_76 {
  overflow: hidden;
  border-radius: 50%;
  margin: var(--item-icon-margin);
  width: var(--item-currency-bg-img-width);
  height: var(--item-currency-bg-img-height);
  margin-top: -0.01rem;
}
._item_jpv9b_45 ._switch-lang-text_jpv9b_85 {
  flex: 1;
  font-size: var(--item-switch-lang-text-size);
  text-align: left;
  color: var(--item-switch-lang-text-color);
  margin-left: var(--item-switch-lang-text-margin-left);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
[dir="rtl"] ._item_jpv9b_45 ._switch-lang-text_jpv9b_85 {
  text-align: right;
  margin-left: 0;
  margin-right: var(--item-switch-lang-text-margin-left);
}
._item_jpv9b_45._disabled_jpv9b_95 {
  opacity: 0.6;
  cursor: not-allowed;
}
._item_jpv9b_45 ._checkbox_jpv9b_99 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.33rem;
  border-radius: 100%;
  border: thin solid var(--skin__border);
}
._item_jpv9b_45 ._checkbox_jpv9b_99 ._check_jpv9b_99 {
  font-size: 0.18rem;
  opacity: 0;
}
._item_jpv9b_45 ._checkbox_jpv9b_99._checked_jpv9b_113 {
  background-color: var(--skin__primary);
  color: var(--skin__text_primary);
}
._item_jpv9b_45 ._checkbox_jpv9b_99._checked_jpv9b_113 ._check_jpv9b_99 {
  opacity: 1;
}
._currency-switch_1b21j_45 {
  --currency-switch-container-height: 0.45rem;
  --currency-switch-container-background-color: transparent;
  --currency-switch-container-margin-right: 0.1rem;
  --currency-switch-container-padding-right: 0.1rem;
  --currency-switch-container-border-radius: 0.2rem;
  --currency-switch-right-icon-margin-left: 0.08rem;
  --currency-switch-right-icon-size: 0.15rem;
  --currency-switch-right-icon-color: var(--skin__neutral_2);
  --currency-switch-out-box-max-width: 2.7rem;
  width: fit-content;
}
._currency-switch_1b21j_45 ._current-container_1b21j_57 {
  display: flex;
  align-items: center;
  width: fit-content;
  height: var(--currency-switch-container-height);
  max-width: var(--currency-switch-out-box-max-width);
  background-color: var(--currency-switch-container-background-color);
  margin-right: var(--currency-switch-container-margin-right);
  padding-right: var(--currency-switch-container-padding-right);
  color: var(--skin__neutral_2);
  cursor: pointer;
}
[dir="rtl"] ._currency-switch_1b21j_45 ._current-container_1b21j_57 {
  margin-right: 0;
  margin-left: var(--currency-switch-container-margin-right);
  padding-right: 0;
  padding-left: var(--currency-switch-container-padding-right);
}
._currency-switch_1b21j_45 ._current-container_1b21j_57._border_1b21j_69 {
  border: solid thin var(--skin__border);
  border-radius: var(--currency-switch-container-border-radius);
}
._currency-switch_1b21j_45 ._current-container_1b21j_57 span {
  line-height: normal;
}
._currency-switch_1b21j_45 ._current-container_1b21j_57 ._right-icon_1b21j_76 {
  position: relative;
  margin-left: var(--currency-switch-right-icon-margin-left);
  color: var(--currency-switch-right-icon-color);
  font-size: var(--currency-switch-right-icon-size);
  transition: all 0.3s;
  transition: transform 0.3s;
}
[dir="rtl"]
  ._currency-switch_1b21j_45
  ._current-container_1b21j_57
  ._right-icon_1b21j_76 {
  margin-left: 0;
  margin-right: var(--currency-switch-right-icon-margin-left);
}
._header_54gfw_45 {
  color: var(--skin__lead);
  padding: 0 0.2rem 0 0.1rem;
  border-bottom: var(--lobby__px) solid var(--skin__border);
  background-color: var(--skin__bs_topnav_bg);
  height: 0.9rem;
  touch-action: none;
}
[dir="rtl"] ._header_54gfw_45 {
  padding: 0 0.1rem 0 0.2rem;
}
._header_54gfw_45 .header-middle-festival {
  position: absolute;
  left: 2.9rem;
}
[dir="rtl"] ._header_54gfw_45 .header-middle-festival {
  left: auto;
  right: 2.9rem;
}
._header_54gfw_45 .lobby-home-header-container__section--right {
  flex: 1;
  width: 100%;
  overflow: hidden;
}
._header_54gfw_45 ._assemblyLogo_54gfw_62 {
  display: flex;
  --assembly-logo-area-height: 0.76rem;
  --assembly-logo-area-width: 4.15rem;
  justify-content: flex-start;
  touch-action: auto;
}
._header_54gfw_45 ._clubLogo_54gfw_69 {
  --img-text-logo-width: 3.875rem;
  --img-text-logo-img-width: 0.76rem;
  --img-text-logo-img-height: 0.76rem;
  --img-text-logo-img-margin-right: 0.115rem;
  --img-text-logo-img-content-margin: 0;
}
._header_54gfw_45 ._right_54gfw_76 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem;
  height: 100%;
  color: var(--skin__neutral_1);
  cursor: pointer;
  max-width: 1.02rem;
}
._header_54gfw_45 ._right_54gfw_76 img {
  width: 0.54rem;
}
._header_54gfw_45 ._right_54gfw_76 > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 1.02rem;
}
._header_54gfw_45 ._switch-currency_54gfw_96 {
  --currency-switch-container-border-radius: 0.6rem;
  --currency-switch-right-icon-margin-left: 0.15rem;
  --currency-switch-container-padding-right: 0.15rem;
  --currency-switch-out-box-max-width: auto;
  display: flex;
  margin-right: 0.1rem;
  margin-left: 0.2rem;
  justify-content: flex-end;
  flex: 1;
  width: fit-content;
  overflow: hidden;
}
[dir="rtl"] ._header_54gfw_45 ._switch-currency_54gfw_96 {
  margin-left: 0.1rem;
  margin-right: 0.2rem;
}
._header_54gfw_45 ._switch-currency_54gfw_96 > div {
  overflow: hidden;
}
._header_54gfw_45 ._switch-currency_54gfw_96 .currency-item {
  --item-currency-bg-width: 0.38rem;
  --item-currency-bg-height: 0.38rem;
  --item-switch-lang-text-size: 0.26rem;
  --item-currency-bg-margin: 0.04rem;
  --item-switch-lang-text-margin-left: 0.04rem;
  height: inherit;
  overflow: hidden;
}
._header_54gfw_45 ._switch-currency_54gfw_96 .currency-item > .lobby-image {
  flex: initial;
  flex-shrink: 0;
}
._header_54gfw_45 ._switch-currency_54gfw_96 .currency-item > .langText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
._header_54gfw_45 ._switch-currency_54gfw_96 .currency-item img {
  margin-top: 0;
}
._header-wrap_54gfw_135 {
  position: relative;
}
._header_wwqws_45 {
  color: var(--skin__lead);
  padding: 0 0.2rem 0 0.1rem;
  border-bottom: var(--lobby__px) solid var(--skin__border);
}
._header_wwqws_45 ._assemblyLogo_wwqws_50 {
  --assembly-logo-area-height: 0.76rem;
  --assembly-logo-area-width: 4.15rem;
  justify-content: flex-start;
}
._header_wwqws_45 ._clubLogo_wwqws_55 {
  --img-text-logo-width: 3.875rem;
  --img-text-logo-img-width: 0.76rem;
  --img-text-logo-img-height: 0.76rem;
  --img-text-logo-img-margin-right: 0.115rem;
}
._header_wwqws_45 ._right_wwqws_61 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem;
  height: 100%;
  color: var(--skin__neutral_1);
  cursor: pointer;
}
._header_wwqws_45 {
  color: var(--skin__lead);
  padding: 0 0.2rem 0 0.1rem;
  border-bottom: var(--lobby__px) solid var(--skin__border);
  background-color: var(--skin__bs_topnav_bg);
  height: 0.9rem;
  touch-action: none;
}
[dir="rtl"] ._header_wwqws_45 {
  padding: 0 0.1rem 0 0.2rem;
}
._header_wwqws_45 .header-middle-festival {
  position: absolute;
  left: 2.9rem;
}
[dir="rtl"] ._header_wwqws_45 .header-middle-festival {
  left: auto;
  right: 2.9rem;
}
._header_wwqws_45 .lobby-home-header-container__section--right {
  flex: 1;
  width: 100%;
  overflow: hidden;
}
._header_wwqws_45 ._assemblyLogo_wwqws_50 {
  display: flex;
  --assembly-logo-area-height: 0.76rem;
  --assembly-logo-area-width: 4.15rem;
  justify-content: flex-start;
  touch-action: auto;
}
._header_wwqws_45 ._clubLogo_wwqws_55 {
  --img-text-logo-width: 3.875rem;
  --img-text-logo-img-width: 0.76rem;
  --img-text-logo-img-height: 0.76rem;
  --img-text-logo-img-margin-right: 0.115rem;
  --img-text-logo-img-content-margin: 0;
}
._header_wwqws_45 ._right_wwqws_61 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem;
  height: 100%;
  color: var(--skin__neutral_1);
  cursor: pointer;
  max-width: 1.02rem;
}
._header_wwqws_45 ._right_wwqws_61 img {
  width: 0.54rem;
}
._header_wwqws_45 ._right_wwqws_61 > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 1.02rem;
}
._header_wwqws_45 ._switch-currency_wwqws_130 {
  --currency-switch-container-border-radius: 0.6rem;
  --currency-switch-right-icon-margin-left: 0.15rem;
  --currency-switch-container-padding-right: 0.15rem;
  --currency-switch-out-box-max-width: auto;
  display: flex;
  margin-right: 0.1rem;
  margin-left: 0.2rem;
  justify-content: flex-end;
  flex: 1;
  width: fit-content;
  overflow: hidden;
}
[dir="rtl"] ._header_wwqws_45 ._switch-currency_wwqws_130 {
  margin-left: 0.1rem;
  margin-right: 0.2rem;
}
._header_wwqws_45 ._switch-currency_wwqws_130 > div {
  overflow: hidden;
}
._header_wwqws_45 ._switch-currency_wwqws_130 .currency-item {
  --item-currency-bg-width: 0.38rem;
  --item-currency-bg-height: 0.38rem;
  --item-switch-lang-text-size: 0.26rem;
  --item-currency-bg-margin: 0.04rem;
  --item-switch-lang-text-margin-left: 0.04rem;
  height: inherit;
  overflow: hidden;
}
._header_wwqws_45 ._switch-currency_wwqws_130 .currency-item > .lobby-image {
  flex: initial;
  flex-shrink: 0;
}
._header_wwqws_45 ._switch-currency_wwqws_130 .currency-item > .langText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
._header_wwqws_45 ._switch-currency_wwqws_130 .currency-item img {
  margin-top: 0;
}
._header-wrap_wwqws_75 {
  position: relative;
}
._main_6zurb_45.lobby-fixed-view {
  width: 100vw;
  height: var(--lobby__screen-height);
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}
[dir="rtl"] ._main_6zurb_45.lobby-fixed-view {
  left: auto;
  right: 0;
}
._main_6zurb_45.lobby-fixed-view > * {
  pointer-events: auto;
}
._base-layout_1ha3p_45 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
._base-layout_1ha3p_45 > header {
  flex-shrink: 0;
  width: 100%;
  z-index: 10;
  position: relative;
}
._base-layout_1ha3p_45 > footer {
  flex-shrink: 0;
  width: 100%;
  z-index: 10;
  transition: transform 0.3s;
}
._base-layout_1ha3p_45 > footer.hide-footer {
  position: fixed;
  bottom: 0;
  width: var(--lobby__max-width);
  transform: translateY(calc(var(--tabbar-height, 1.24rem) + 0.67rem));
}
._base-layout_1ha3p_45 > ._section-content_1ha3p_69 {
  width: 100%;
  flex: 1;
  max-height: 100%;
  position: relative;
  z-index: 1;
}
._home-layout_1pn3b_45 {
  background-color: var(--skin__home_bg);
}
._home-layout_1pn3b_45 ._main_1pn3b_48 > div {
  margin-top: 0.2rem;
}
._home-layout_1pn3b_45 ._main_1pn3b_48 > div:first-of-type[data-big="1"] {
  margin-top: 0;
}
html[data-ui-contain="1"]
  ._home-layout_1pn3b_45
  .lobby-scroll--y::-webkit-scrollbar {
  width: 0;
}
._debugger-switch-button_17us3_45 {
  position: fixed;
  bottom: 2.8rem;
  left: 0.6rem;
  display: flex;
  flex-direction: column;
  width: 2.2rem;
  background-color: red;
  z-index: 999;
  color: #fff;
  opacity: 0.75;
  padding: 0.1rem;
  font-weight: 400;
  font-size: 0.2rem;
}
[dir="rtl"] ._debugger-switch-button_17us3_45 {
  left: auto;
  right: 0.6rem;
}
._debugger-switch-button_17us3_45 > button {
  width: 100%;
  margin-top: 0.1rem;
  background-color: #000;
}
._debugger-switch-button_17us3_45 > button._is-active_17us3_65 {
  border: thin solid yellow;
}
._retry_60p6r_45 {
  margin-left: 0.3rem;
}
[dir="rtl"] ._retry_60p6r_45 {
  margin-left: 0;
  margin-right: 0.3rem;
}
._marquee_60p6r_49 {
  --marquee-swiper-container-content-font-size: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.24rem 0 0.25rem;
  font-size: 0.24rem;
  box-shadow: 0 0.03rem 0.09rem rgba(0, 0, 0, 0);
  height: 0.5rem;
}
[dir="rtl"] ._marquee_60p6r_49 {
  padding: 0 0.25rem 0 0.24rem;
}
._marquee_60p6r_49 a,
._marquee_60p6r_49 a:visited {
  color: var(--skin__primary);
}
._marquee_60p6r_49 ._retry_60p6r_45 {
  display: flex;
  align-items: center;
  width: 100%;
}
._marquee_60p6r_49 ._left-icon_60p6r_67 {
  width: 0.36rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
[dir="rtl"] ._marquee_60p6r_49 ._left-icon_60p6r_67 {
  margin-right: 0;
  margin-left: 0.1rem;
}
._marquee_60p6r_49 ._swiper-container_60p6r_72 {
  display: inline-block;
  white-space: nowrap;
  height: 0.35rem;
  max-width: 100%;
  flex: 1;
}
._marquee_60p6r_49 ._swiper-container_60p6r_72 ._content_60p6r_79 {
  line-height: 0.35rem;
  padding-right: 0.1rem;
  cursor: pointer;
  min-width: 100%;
}
[dir="rtl"] ._marquee_60p6r_49 ._swiper-container_60p6r_72 ._content_60p6r_79 {
  padding-right: 0;
  padding-left: 0.1rem;
}
._marquee_60p6r_49 ._swiper-container_60p6r_72 ._content_60p6r_79 br {
  display: contents;
}
._marquee_60p6r_49 ._swiper-container_60p6r_72 ._content_60p6r_79 p {
  display: inline-block;
  margin-right: 0.1rem;
}
[dir="rtl"]
  ._marquee_60p6r_49
  ._swiper-container_60p6r_72
  ._content_60p6r_79
  p {
  margin-right: 0;
  margin-left: 0.1rem;
}
._marquee_60p6r_49 ._swiper-container_60p6r_72 ._content_60p6r_79 div,
._marquee_60p6r_49 ._swiper-container_60p6r_72 ._content_60p6r_79 p,
._marquee_60p6r_49 ._swiper-container_60p6r_72 ._content_60p6r_79 strong,
._marquee_60p6r_49 ._swiper-container_60p6r_72 ._content_60p6r_79 span {
  font-size: var(--marquee-swiper-container-content-font-size) !important;
}
._marquee_60p6r_49 ._swiper-container_60p6r_72 ._content_60p6r_79 img {
  width: auto !important;
  height: var(--marquee-swiper-container-content-font-size) !important;
}
._marquee_60p6r_49 ._right_60p6r_102 {
  width: 0.6rem;
  flex-shrink: 0;
  cursor: pointer;
}
._marquee_60p6r_49 ._right_60p6r_102 ._message-icon_60p6r_107 {
  width: 0.58rem;
}
[dir="rtl"] ._marquee_60p6r_49 ._left-icon_60p6r_67 {
  transform: scaleX(-1);
}
.lobby-third-party-button {
  display: flex;
  position: relative;
  overflow: hidden;
}
.lobby-third-party-button[data-mode="col"] {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lobby-third-party-button[data-mode="col"] .lobby-third-party-button__title {
  margin-top: 0.1rem;
}
.lobby-third-party-button[data-mode="row"] {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.lobby-third-party-button[data-mode="row"] .lobby-third-party-button__title {
  margin-left: 0.1rem;
}
[dir="rtl"]
  .lobby-third-party-button[data-mode="row"]
  .lobby-third-party-button__title {
  margin-left: 0;
  margin-right: 0.1rem;
}
.lobby-third-party-button__image {
  border-radius: 9999.99rem;
  width: 0.7rem;
  height: 0.7rem;
  transform: scale(1.02);
}
.lobby-third-party-button__title {
  text-align: center;
}
.lobby-third-party-button__google_button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999.99rem;
  opacity: 0.000001;
  transform: translate(-50%, -50%) scale(4);
}
[dir="rtl"] .lobby-third-party-button__google_button {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%) scale(4);
}
.lobby-third-party-button__google_button[data-disable="true"] {
  pointer-events: none;
}
.lobby-third-party-button--webauthn .lobby-third-party-button__image {
  color: var(--skin__primary);
  font-size: 0.7rem;
  border-radius: 100%;
  background-color: var(--skin__bg_2);
  border: var(--lobby__px) solid var(--skin__border);
}
._home-nav-item_3ti26_45 {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: normal !important;
  min-width: 0.9rem;
  max-width: 1rem;
  margin-right: 0.05rem;
  position: relative;
  --nav-min-height: auto;
  --nav-line-height: 1;
  --nav-item-title-margin: 0.062rem 0 0 0;
  cursor: pointer;
}
[dir="rtl"] ._home-nav-item_3ti26_45 {
  margin-right: 0;
  margin-left: 0.05rem;
}
._home-nav-item_3ti26_45._kyd-item_3ti26_60 {
  --nav-line-height: 1.1;
}
._home-nav-item_3ti26_45._badge-position-middle_3ti26_63 .ui-badge--top-right {
  left: 50% !important;
  right: inherit !important;
  transform: translateY(-50%);
}
[dir="rtl"]
  ._home-nav-item_3ti26_45._badge-position-middle_3ti26_63
  .ui-badge--top-right {
  right: 50% !important;
  left: inherit !important;
}
._home-nav-item_3ti26_45:nth-child(5n) {
  margin-right: 0;
}
[dir="rtl"] ._home-nav-item_3ti26_45:nth-child(5n) {
  margin-right: 0;
  margin-left: 0;
}
._home-nav-item_3ti26_45:nth-child(5n) .ui-badge__content,
._home-nav-item_3ti26_45:nth-child(5n) .ui-badge {
  max-width: 0.5rem;
}
._home-nav-item_3ti26_45:not(:nth-child(-n + 5)) {
  margin-top: 0.02rem;
}
._home-nav-item_3ti26_45 ._item-icon_3ti26_78 {
  width: 0.57rem;
  height: 0.5rem;
  object-fit: contain;
  background-size: cover;
}
._home-nav-item_3ti26_45 ._imgBox_3ti26_84 {
  width: 100%;
  height: 0.56rem;
}
._home-nav-item_3ti26_45 ._imgBox_3ti26_84 ._special-icon_3ti26_88,
._home-nav-item_3ti26_45 ._imgBox_3ti26_84 ._kyd-icon_3ti26_89,
._home-nav-item_3ti26_45 ._imgBox_3ti26_84 ._luckywheel-icon_3ti26_90,
._home-nav-item_3ti26_45 ._imgBox_3ti26_84 ._svip-icon_3ti26_91 {
  position: absolute;
  width: 0.86rem;
  height: 0.86rem;
  left: 50%;
  transform: translate(-50%);
  top: -0.15rem;
}
[dir="rtl"] ._home-nav-item_3ti26_45 ._imgBox_3ti26_84 ._special-icon_3ti26_88,
[dir="rtl"] ._home-nav-item_3ti26_45 ._imgBox_3ti26_84 ._kyd-icon_3ti26_89,
[dir="rtl"]
  ._home-nav-item_3ti26_45
  ._imgBox_3ti26_84
  ._luckywheel-icon_3ti26_90,
[dir="rtl"] ._home-nav-item_3ti26_45 ._imgBox_3ti26_84 ._svip-icon_3ti26_91 {
  left: auto;
  right: 50%;
  transform: translate(50%);
}
._home-nav-item_3ti26_45 ._imgBox_3ti26_84 ._kyd-icon_3ti26_89 {
  margin-top: 0.1rem;
  width: 0.7rem;
  height: 0.7rem;
}
._home-nav-item_3ti26_45 ._imgBox_3ti26_84 ._svip-icon_3ti26_91 {
  width: 0.6rem;
  height: 0.6rem;
  top: 0;
}
._home-nav-item_3ti26_45 ._item-title_3ti26_109 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 1rem;
  margin: var(--nav-item-title-margin);
  color: var(--skin__neutral_1);
  font-size: 0.2rem;
  text-align: center;
  max-height: 1.2rem;
  white-space: normal;
  min-height: var(--nav-min-height);
  line-height: var(--nav-line-height);
  word-break: break-word;
}
._home-nav-item_3ti26_45 ._item-title_3ti26_109:lang(pt) {
  text-overflow: unset;
  line-clamp: unset;
  word-wrap: break-word;
}
._home-nav-item_3ti26_45 ._item-title_3ti26_109:lang(zh),
._home-nav-item_3ti26_45 ._item-title_3ti26_109:lang(zh_hk) {
  font-size: 0.22rem;
}
._home-nav-item_3ti26_45 ._item-title_3ti26_109._right-ellipsis_3ti26_135 {
  direction: ltr;
}
[dir="rtl"]
  ._home-nav-item_3ti26_45
  ._item-title_3ti26_109._right-ellipsis_3ti26_135 {
  direction: rtl;
}
._home-nav-item_3ti26_45 ._item-title-out-side_3ti26_138 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
._home-nav-item_3ti26_45 .lobby-third-party-button__image {
  width: 0.57rem;
  height: 0.5rem;
  object-fit: contain;
  background-size: cover;
  box-shadow: none;
}
._home-nav-item_3ti26_45 .lobby-third-party-button__title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 1rem;
  margin-top: 0.062rem;
  color: var(--skin__neutral_1);
  font-size: 0.2rem;
  text-align: center;
  min-height: 0.48rem;
  max-height: 1.2rem;
  word-wrap: break-word;
}
._home-nav-item_3ti26_45 .ui-badge,
._home-nav-item_3ti26_45 .ui-badge__content {
  max-width: 0.82rem;
}
._home-nav-item_3ti26_45 .customize-lucky {
  transform: translate(50%);
}
[dir="rtl"] ._home-nav-item_3ti26_45 .customize-lucky {
  transform: translate(-50%);
}
._outer-bg-box_3ti26_179 {
  display: flex;
  flex: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: initial;
  z-index: inherit;
}
._transparent_3ti26_189 {
  position: absolute;
  opacity: 0.000001;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
._home-nav-item_3ti26_45:nth-child(5n) .ui-badge {
  max-width: 0.5rem;
}
._home-nav-item_3ti26_45 .ui-badge {
  max-width: 0.94rem;
  transform: translate(100%, -50%);
}
[dir="rtl"] ._home-nav-item_3ti26_45 .ui-badge {
  transform: translate(-100%, -50%);
}
._home-nav-item_3ti26_45 ._item-title_3ti26_109 {
  word-wrap: break-word;
}
._flag-lang-icon_3ti26_209 ._item-icon_3ti26_78 {
  width: 0.46rem;
  height: 0.46rem;
}
.lobby-pages-game-nav-item__pay ._item-icon-bg_3ti26_214 {
  position: absolute;
  right: -0.35rem;
  top: -0.2rem;
  max-width: 0.66rem;
  width: 0.66rem;
}
[dir="rtl"] .lobby-pages-game-nav-item__pay ._item-icon-bg_3ti26_214 {
  right: auto;
  left: -0.35rem;
}
._nav-right_t90n4_45 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
._more-popover_t90n4_51 {
  overflow: initial;
}
._more-popover_t90n4_51 ._arrow_t90n4_54 {
  position: absolute;
  top: -0.1rem;
  right: 0.26rem;
  width: 0.22rem;
  height: 0.22rem;
  background: var(--skin__bg_2);
  border-color: var(--skin__border);
  border-style: solid;
  border-width: var(--lobby__px) 0 0 var(--lobby__px);
  transform: translate(-50%) rotate(45deg);
}
[dir="rtl"] ._more-popover_t90n4_51 ._arrow_t90n4_54 {
  right: auto;
  left: 0.26rem;
  border-width: var(--lobby__px) var(--lobby__px) 0 0;
  transform: translate(50%) rotate(-45deg);
}
._more-popover_t90n4_51 .ui-popover__content {
  border: thin solid var(--skin__border);
}
._more-popover-content_t90n4_70 {
  width: 5.4rem;
  max-height: 6.83rem;
}
._more-popover-content_t90n4_70 ._more-popover-scroll_t90n4_74 {
  max-height: 6.83rem;
}
._more-popover-content_t90n4_70
  ._more-popover-scroll_t90n4_74
  ._scroll-content_t90n4_77 {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0.1rem 0.1rem;
}
._more-popover-content_t90n4_70 ._nav-item_t90n4_82 {
  --nav-min-height: 0.48rem;
  --nav-line-height: normal;
}
._more-popover_t90n4_51 .ui-popover__content {
  overflow: visible;
}
._currency-info-box_1o017_45 {
  --currency-info-box-border-radius: 0.2rem;
  --currency-info-box-border-color: var(--skin__border);
  --currency-info-box-height: 0.4rem;
  --currency-info-box-background-color: transparent;
  --currency-info-box-padding: 0 0 0 0.02rem;
  --currency-info-currency-count-size: 0.24rem;
  --currency-info-currency-count-margin: 0 0 0 0.08rem;
  --currency-sign-margin: 0 0 0 0.08rem;
  --currency-info-currency-count-color: var(--skin__accent_3);
  --currency-info-currency-count-max-width: 1.64rem;
  --currency-info-currency-count-border-color: var(--skin__accent_3);
  --currency-info-currency-font-weight: normal;
  --currency-info-refresh-icon-color: var(--skin__alt_primary);
  --currency-info-refresh-icon-size: 0.22rem;
  --currency-info-refresh-icon-width: 0.22rem;
  --currency-info-gaming-color: var(--skin__neutral_2);
  --currency-info-gaming-size: 0.18rem;
  --currency-info-refresh-icon-margin: 0 0.08rem;
  --currency-info-popover-icon-margin: 0 0.15rem;
  --currency-info-popover-icon-color: var(--skin__alt_primary);
  --currency-info-popover-icon-active-color: var(
    --currency-info-popover-icon-color
  );
  --currency-info-popover-icon-size: 0.22rem;
  --currency-info-currency-box-width: 0.34rem;
  --currency-info-currency-box-height: 0.34rem;
  --currency-info-icon-currency-width: 0.3rem;
  --currency-info-icon-currency-height: 0.3rem;
  --currency-info-right-icon-image-bg-width: 0.4rem;
  --currency-info-right-icon-image-bg-height: 0.4rem;
  --currency-info-currency-count-size: 0.22rem;
  --currency-info-currency-text-size: 0.12rem;
  --currency-info-currency-text-color: var(--skin__home_bg);
  --currency-info-currency-margin-left: 0.08rem;
  border: solid thin var(--currency-info-box-border-color);
  border-radius: var(--currency-info-box-border-radius);
  height: var(--currency-info-box-height);
  padding: var(--currency-info-box-padding);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  background-color: var(--currency-info-box-background-color);
}
._currency-info-box_1o017_45._no-border_1o017_90 {
  border: none;
}
._currency-info-box_1o017_45 ._currency-box_1o017_93 {
  width: var(--currency-info-currency-box-width);
  height: var(--currency-info-currency-box-height);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-size: cover;
}
._currency-info-box_1o017_45 ._currency-box_1o017_93 ._icon-currency_1o017_103 {
  width: var(--currency-info-icon-currency-width);
  height: var(--currency-info-icon-currency-height);
}
._currency-info-box_1o017_45 ._currency-info_1o017_45 {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._currency-count_1o017_113 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: var(--currency-info-currency-count-max-width);
  font-size: var(--currency-info-currency-count-size);
  margin: var(--currency-info-currency-count-margin);
  color: var(--currency-info-currency-count-color);
  border-bottom: 0.02rem solid var(--currency-info-currency-count-border-color);
  font-weight: var(--currency-info-currency-font-weight);
}
._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._currency-count_1o017_113._no-underline_1o017_124 {
  border-bottom: none;
  margin-top: 0;
}
._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._currency-count_1o017_113
  > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  max-width: var(--currency-info-currency-count-max-width);
}
._currency-info-box_1o017_45 ._currency-info_1o017_45 ._gaming_1o017_135 {
  width: max-content;
  padding: 0 0.13rem;
  color: var(--currency-info-gaming-color);
  font-size: var(--currency-info-gaming-size);
}
._currency-info-box_1o017_45 ._currency-info_1o017_45 ._icon-content_1o017_141 {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._icon-content_1o017_141:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}
[dir="rtl"]
  ._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._icon-content_1o017_141:after {
  left: auto;
  right: 50%;
  transform: translate(50%);
}
._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._currency-content-wrap_1o017_155 {
  position: relative;
}
._currency-info-box_1o017_45 ._currency-info_1o017_45 ._pay-bonus_1o017_158 {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 1;
  margin: var(--currency-info-currency-count-margin);
}
[dir="rtl"]
  ._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._pay-bonus_1o017_158 {
  left: auto;
  right: 0;
}
._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._pay-bonus_1o017_158
  .ui-badge {
  transform: translate(0);
  right: auto;
}
[dir="rtl"]
  ._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._pay-bonus_1o017_158
  .ui-badge {
  right: auto;
  left: auto;
}
._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._pay-bonus_1o017_158
  ._pay-tips_1o017_169 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._pay-bonus_1o017_158
  ._pay-tips_1o017_169
  span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._pay-bonus_1o017_158
  ._pay-tips_1o017_169
  span:nth-child(1) {
  max-width: 1.22rem;
}
._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._pay-bonus_1o017_158
  ._pay-tips_1o017_169
  span:nth-child(2) {
  max-width: 0.72rem;
}
._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._pay-bonus-bottom-right_1o017_186 {
  right: 0;
  left: auto;
  bottom: 100%;
  margin: 0;
}
[dir="rtl"]
  ._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._pay-bonus-bottom-right_1o017_186 {
  left: 0;
  right: auto;
}
._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._pay-bonus-bottom-right_1o017_186
  .ui-badge {
  border-radius: 0.13rem 0.13rem 0;
}
[dir="rtl"]
  ._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._pay-bonus-bottom-right_1o017_186
  .ui-badge {
  border-radius: 0.13rem 0.13rem 0.13rem 0;
}
._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._pay-bonus-bottom-right_1o017_186
  .ui-badge:before {
  border-left: none;
  border-right: 0.08rem solid var(--skin__accent_1);
  right: 0;
  left: auto;
}
[dir="rtl"]
  ._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._pay-bonus-bottom-right_1o017_186
  .ui-badge:before {
  border-right: none;
  border-left: 0.08rem solid var(--skin__accent_1);
  left: 0;
  right: auto;
}
._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._currency-sign_1o017_201 {
  margin: var(--currency-sign-margin);
  color: var(--currency-info-currency-count-color);
  font-size: var(--currency-info-currency-count-size);
}
._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._currency-text_1o017_206 {
  font-size: var(--currency-info-currency-text-size);
  color: var(--currency-info-currency-text-color);
  margin-left: var(--currency-info-currency-margin-left);
  font-weight: 700;
}
[dir="rtl"]
  ._currency-info-box_1o017_45
  ._currency-info_1o017_45
  ._currency-text_1o017_206 {
  margin-left: 0;
  margin-right: var(--currency-info-currency-margin-left);
}
._currency-info-box_1o017_45 ._refresh-icon_1o017_212,
._currency-info-box_1o017_45 ._popover-icon_1o017_213 {
  cursor: pointer;
  transition: all 0.3s;
}
._currency-info-box_1o017_45 ._refresh-icon_1o017_212 {
  color: var(--currency-info-refresh-icon-color);
  font-size: var(--currency-info-refresh-icon-size);
  margin: var(--currency-info-refresh-icon-margin);
  width: var(--currency-info-refresh-icon-width);
}
._currency-info-box_1o017_45 ._right-icon-style_1o017_223 {
  display: flex;
  justify-content: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: var(--currency-info-right-icon-image-bg-width);
  height: var(--currency-info-right-icon-image-bg-height) !important;
}
._currency-info-box_1o017_45 ._popover-icon_1o017_213 {
  color: var(--currency-info-popover-icon-color);
  font-size: var(--currency-info-popover-icon-size);
  margin: var(--currency-info-popover-icon-margin);
}
._currency-info-box_1o017_45 ._popover-icon-active_1o017_237 {
  transform: rotate(-180deg);
  color: var(--currency-info-popover-icon-active-color);
}
[dir="rtl"] ._currency-info-box_1o017_45 ._popover-icon-active_1o017_237 {
  transform: rotate(180deg);
}
._encrypt_1o017_242 {
  height: 0.25rem;
  display: inline-block;
}
._encrypt_1o017_242._isBlack_1o017_246 {
  height: auto;
}
._currency-popover_1o017_251 ._arrow_1o017_251 {
  position: absolute;
  top: -0.1rem;
  width: 0.22rem;
  height: 0.22rem;
  left: 0;
  background: var(--currency-popover-arrow-background, var(--skin__border));
  border-color: var(
    --currency-popover-arrow-border-color,
    var(--skin__neutral_3)
  );
  border-style: solid;
  border-width: var(--lobby__px) 0 0 var(--lobby__px);
  transform: translate(-50%) rotate(45deg);
  z-index: 2;
}
._currency-popover_1o017_251 .ui-popover__content {
  background: none;
  border-radius: 0.2rem;
  position: relative;
}
._currency-popover_1o017_251
  [data-popper-placement="top-start"]
  ._arrow_1o017_251 {
  top: unset;
  bottom: -0.1rem;
  border-width: 0 var(--lobby__px) var(--lobby__px) 0;
}
._currency-info-box_1o017_45 {
  --currency-info-refresh-icon-size: 0.3rem;
  --currency-info-refresh-icon-width: 0.3rem;
}
._account-toggle_1mvui_45 {
  color: var(--account-toggle-color, var(--skin__primary));
  display: inline-block;
  line-height: 0;
  --account-toggle-width: 0.26rem;
  --account-toggle-height: 0.26rem;
  --account-toggle-size: 0.26rem;
}
._account-toggle_1mvui_45 ._icon_1mvui_53 {
  width: var(--account-toggle-width);
  height: var(--account-toggle-height);
  font-size: var(--account-toggle-size);
  cursor: pointer;
}
._select-custom-option-container_zp4q7_45 {
  --select-custom-option-defult-info: var(--skin__lead);
  --select-custom-option-defult-info-margin: 0.1rem 0.1rem 0.1rem 0;
  --select-custom-option-font-size: 0.3rem;
  --select-custom-option-title-font-size: 0.27rem;
  border-radius: 0.14rem;
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.1);
  border: var(--select-custom-option-border, solid thin var(--skin__border));
  background: var(--select-custom-option-background-color, --skin__bg_2);
  padding: 0.2rem 0.2rem 0.15rem;
  display: flex;
  flex-direction: column;
  min-width: 4.2rem;
}
._select-custom-option-container_zp4q7_45 ._defult-info_zp4q7_59 {
  color: var(--select-custom-option-defult-info);
  margin: var(--select-custom-option-defult-info-margin);
  font-size: 0.22rem;
  max-width: 3.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._select-custom-option-container_zp4q7_45 ._nameItem_zp4q7_68 {
  color: var(--select-custom-option-item-color, --skin__neutral_2);
  display: flex;
  align-items: center;
  gap: 0.1rem;
  height: 0.8rem;
}
._select-custom-option-container_zp4q7_45 ._nameItem_zp4q7_68._active_zp4q7_75 {
  color: var(--select-custom-option-item-active-color, var(--skin__primary));
}
._select-custom-option-container_zp4q7_45
  ._nameItem_zp4q7_68
  ._item-icon_zp4q7_78 {
  font-size: var(--select-custom-option-font-size);
  width: var(--select-custom-option-font-size);
  height: var(--select-custom-option-font-size);
}
._select-custom-option-container_zp4q7_45
  ._nameItem_zp4q7_68
  ._item-title_zp4q7_83 {
  font-size: var(--select-custom-option-title-font-size);
}
._select-custom-option-container_zp4q7_45
  ._nameItem_zp4q7_68
  ._item-content_zp4q7_86 {
  max-width: 3.36rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._select-custom-option-container_zp4q7_45
  ._nameItem_zp4q7_68._input-ltr_zp4q7_92,
[dir="rtl"] ._select-custom-option-container_zp4q7_45 ._item-email_zp4q7_96 {
  unicode-bidi: plaintext;
}
._SelectCustomName_1buz1_45 {
  display: flex;
  align-items: center;
  --select-custom-show-name: var(--skin__lead);
  --select-custom-show-name-margin: 0.1rem;
  --select-custom-show-name-font-size: 0.24rem;
  --select-custom-show-name-max-width: 1.72rem;
  --select-custom-copy-icon: var(--skin__lead);
  --select-custom-copy-icon-margin: 0;
  --select-custom-copy-icon-font-size: 0.26rem;
  --select-custom-sort-icon: var(--skin__neutral_2);
  --select-custom-sort-icon-margin: 0 0 0 0.1rem;
  --select-custom-sort-icon-font-size: 0.2rem;
  --account-toggle-width: 0.26rem;
  --account-toggle-height: 0.26rem;
  --account-toggle-size: 0.26rem;
}
._SelectCustomName_1buz1_45 ._show-name_1buz1_62 {
  color: var(--select-custom-show-name);
  margin: var(--select-custom-show-name-margin);
  font-size: var(--select-custom-show-name-font-size);
  display: block;
  max-width: var(--select-custom-show-name-max-width);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._SelectCustomName_1buz1_45 ._copy-icon_1buz1_72 {
  color: var(--select-custom-copy-icon);
  margin: var(--select-custom-copy-icon-margin);
  font-size: var(--select-custom-copy-icon-font-size);
}
._SelectCustomName_1buz1_45 span {
  display: flex;
  align-items: center;
}
._SelectCustomName_1buz1_45 ._sort-icon_1buz1_81 {
  color: var(--select-custom-sort-icon);
  margin: var(--select-custom-sort-icon-margin);
  font-size: var(--select-custom-sort-icon-font-size);
  transition: all 0.3s;
}
._SelectCustomName_1buz1_45 ._rotated_1buz1_87 {
  transform: rotate(180deg);
}
[dir="rtl"] ._SelectCustomName_1buz1_45 ._rotated_1buz1_87 {
  transform: rotate(-180deg);
}
._minePopoverClass_1buz1_91 {
  --select-custom-popover-background-color: var(--skin__bg_2);
}
._minePopoverClass_1buz1_91 .ui-popover--light .ui-popover__content {
  background: var(--select-custom-popover-background-color);
}
._minePopoverClass_1buz1_91 .select-options-mine {
  --select-custom-option-defult-info-margin: 0 0 0.14rem 0;
}
._minePopoverClass_1buz1_91 .ui-popover__content {
  margin-top: 0.08rem;
}
._vip-badge-box_tchb9_45 {
  min-width: 0.28rem;
  height: 0.22rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.04rem 0;
  background-color: #c12929;
}
[dir="rtl"] ._vip-badge-box_tchb9_45 {
  border-radius: 0 0.04rem;
}
._vip-badge-box_tchb9_45 ._img_tchb9_54 {
  width: 0.13rem;
  height: 0.14rem;
  margin-left: 0.02rem;
  margin-top: 0.01rem;
}
[dir="rtl"] ._vip-badge-box_tchb9_45 ._img_tchb9_54 {
  margin-left: 0;
  margin-right: 0.02rem;
}
._vip-badge-box_tchb9_45 ._level_tchb9_60 {
  margin-left: -0.05rem;
  font-size: 0.28rem;
  font-style: italic;
  background: initial;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: transparent;
  text-shadow: 0 0.01rem 0 rgba(0, 0, 0, 0.4);
  transform: scale(0.6);
}
[dir="rtl"] ._vip-badge-box_tchb9_45 ._level_tchb9_60 {
  margin-left: 0;
  margin-right: -0.05rem;
}
._vip-badge-box_tchb9_45 ._level_tchb9_60:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  text-shadow: none;
  background-image: linear-gradient(to bottom, #f7ea94, #e5b952 51%, #ce9510);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  content: attr(data-text);
}
[dir="rtl"] ._vip-badge-box_tchb9_45 ._level_tchb9_60:before {
  left: auto;
  right: 0;
}
._srcBg_tchb9_89 {
  background-color: transparent;
  background-size: 100% 100%;
  background-position: center;
}
._vip-badge-box_tchb9_45 {
  min-width: 0.3rem;
  height: 0.23rem;
}
._user-info-box_sx9uq_45 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 0.79rem;
  justify-content: space-between;
  max-width: 3rem;
}
._user-info-box_sx9uq_45 ._user-top_sx9uq_53 {
  display: flex;
  align-items: center;
  height: 0.32rem;
  font-size: 0.22rem;
  width: 100%;
}
._user-info-box_sx9uq_45 ._user-top_sx9uq_53 ._user-vip-content_sx9uq_60 {
  display: flex;
}
._user-info-box_sx9uq_45 ._user-top_sx9uq_53 ._user-avatar-bg_sx9uq_63 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 0.52rem;
  background: var(--skin__neutral_2);
}
._user-info-box_sx9uq_45
  ._user-top_sx9uq_53
  ._user-avatar-bg_sx9uq_63
  ._user-avatar_sx9uq_63 {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.46rem;
}
._user-info-box_sx9uq_45 .currency-info-box {
  --currency-info-popover-icon-color: var(--skin__neutral_2);
  --currency-info-popover-icon-size: 0.2rem;
  --currency-info-box-background-color: var(--skin__bg_2);
}
._box-hide-currency_sx9uq_83 {
  align-items: center;
}
._user-info-box_sx9uq_45 .currency-info-box {
  --currency-info-refresh-icon-color: var(--skin__primary);
  --currency-info-currency-count-size: 0.26rem;
}
._user-info-box_sx9uq_45 .select-custom-name {
  --select-custom-copy-icon: var(--skin__primary);
  --select-custom-sort-icon: var(--skin__neutral_2);
}
._user-info-box_sx9uq_45 ._user-top_sx9uq_53 {
  margin-bottom: 0.1rem;
}
._user-info-box_sx9uq_45 ._user-top_sx9uq_53 ._copy-icon_sx9uq_98 {
  font-size: 0.26rem;
  padding-top: 0;
  display: flex;
}
._customize-nav-left_53omf_45 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.1rem;
}
._customize-nav-left_53omf_45 ._nav-left_53omf_52 {
  display: flex;
  align-items: center;
  width: 2.9rem;
  height: 100%;
  padding: 0 0.05rem;
}
._customize-nav-left_53omf_45 ._nav-left_53omf_52 ._action_53omf_59 {
  color: var(--skin__text_primary);
  cursor: pointer;
  width: 1.2rem;
  height: 0.5rem;
  background-color: var(--skin__primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  margin-right: 0.42rem;
}
[dir="rtl"]
  ._customize-nav-left_53omf_45
  ._nav-left_53omf_52
  ._action_53omf_59 {
  margin-right: 0;
  margin-left: 0.42rem;
}
._customize-nav-left_53omf_45 ._nav-left_53omf_52 ._register-money_53omf_71 {
  display: flex;
  flex-direction: column;
  color: var(--skin__accent_3);
  text-align: center;
}
._customize-nav-left_53omf_45
  ._nav-left_53omf_52
  ._register-money_53omf_71
  ._money-btn_53omf_77 {
  width: 1.2rem;
  height: 0.5rem;
  background-color: var(--skin__primary);
  color: var(--skin__text_primary);
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0.02rem;
  font-size: 0.2rem;
}
._customize-nav-left_53omf_45
  ._nav-left_53omf_52
  ._register-money_53omf_71
  ._money-btn_53omf_77
  ._end-time_53omf_90 {
  font-size: 0.16rem;
  text-align: center;
}
._customize-nav-left_53omf_45 ._nav-left_53omf_52 ._user-info_53omf_94 {
  margin-right: 0.04rem;
}
[dir="rtl"]
  ._customize-nav-left_53omf_45
  ._nav-left_53omf_52
  ._user-info_53omf_94 {
  margin-right: 0;
  margin-left: 0.04rem;
}
._customize-nav-left_53omf_45 ._nav-left_53omf_52 .user-info-show-name {
  max-width: 0.67rem;
}
._customize-nav-left_53omf_45 ._nav-left_53omf_52 .currency-info-box {
  --currency-info-currency-count-max-width: 0.88rem;
}
._un-login-text_wsxsg_45 {
  font-size: 0.24rem;
  margin-top: 0.08rem;
  line-height: 1.1;
}
._un-login-text_wsxsg_45 ._action_wsxsg_50 {
  color: var(--skin__primary);
  cursor: pointer;
}
._un-login-text_wsxsg_45 ._or_wsxsg_54 {
  color: var(--skin__neutral_1);
}
._nav-container_1xdz1_45 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.1rem;
}
._nav-container_1xdz1_45 ._nav-left_1xdz1_52 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 2.9rem;
  height: 100%;
  padding: 0 0.05rem;
}
._nav-container_1xdz1_45 ._nav-left_1xdz1_52 ._un-login-text_1xdz1_60 {
  font-size: 0.24rem;
  margin-top: 0.08rem;
  line-height: 1.1;
}
._nav-container_1xdz1_45
  ._nav-left_1xdz1_52
  ._un-login-text_1xdz1_60
  ._action_1xdz1_65 {
  color: var(--skin__primary);
  cursor: pointer;
}
._nav-container_1xdz1_45
  ._nav-left_1xdz1_52
  ._un-login-text_1xdz1_60
  ._or_1xdz1_69 {
  color: var(--skin__neutral_1);
}
._nav-container_1xdz1_45 ._switch-currency_1xdz1_72 {
  --currency-switch-right-icon-margin-left: 0.18rem;
  --currency-switch-container-padding-right: 0.15rem;
  --currency-switch-container-margin-right: 0;
  --currency-switch-container-border-radius: 0.6rem;
  --currency-switch-container-background-color: var(--skin__bg_2);
}
._nav-container_1xdz1_45 ._switch-currency_1xdz1_72 .currency-item {
  --item-currency-bg-margin: 0 0.08rem 0 0.02rem;
  --item-switch-lang-text-size: 0.3rem;
}
._un-login-btn_1xdz1_84 {
  --btn-login-background: transparent;
  --btn-login-color: var(--skin__primary);
  --btn-register-background: var(--skin__primary);
  --btn-register-color: var(--skin__text_primary);
  --btn-width: 1.2rem;
  --btn-height: 0.5rem;
  --btn-font-size: 0.2rem;
}
._un-login_1jqh2_45 {
  display: flex;
  align-items: center;
  --btn-login-background: var(--skin__primary);
  --btn-login-color: var(--skin__text_primary);
  --btn-login-margin: 0 0.15rem 0 0;
  --btn-register-background: transparent;
  --btn-register-color: var(--skin__primary);
  --btn-width: 1.36rem;
  --btn-height: 0.52rem;
  --btn-font-size: 0.22rem;
  --btn-border-color: var(--skin__primary);
  --btn-border-radius: 0.1rem;
}
._un-login_1jqh2_45 ._btn_1jqh2_59 {
  width: var(--btn-width);
  height: var(--btn-height);
  padding: 0 0.1rem;
  font-size: var(--btn-font-size);
  white-space: pre-wrap;
  background-color: var(--skin__primary);
  border: thin solid var(--btn-border-color);
  color: var(--skin__text_primary);
  border-radius: var(--btn-border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  word-wrap: break-word;
  cursor: pointer;
}
._un-login_1jqh2_45 ._btn_1jqh2_59:lang(vi),
._un-login_1jqh2_45 ._btn_1jqh2_59:lang(my) {
  font-size: 0.2rem;
  line-height: 1.3;
}
._un-login_1jqh2_45 ._btn_1jqh2_59 span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.1;
}
._un-login_1jqh2_45 ._btn_1jqh2_59 span:lang(vi),
._un-login_1jqh2_45 ._btn_1jqh2_59 span:lang(my) {
  line-height: 1.3;
}
._un-login_1jqh2_45 ._btn_1jqh2_59._login-btn_1jqh2_94 {
  margin-right: 0.15rem;
}
[dir="rtl"] ._un-login_1jqh2_45 ._btn_1jqh2_59._login-btn_1jqh2_94 {
  margin-right: 0;
  margin-left: 0.15rem;
}
._un-login_1jqh2_45 ._btn_1jqh2_59._register-btn_1jqh2_97 {
  background-color: transparent;
  color: var(--skin__primary);
}
._un-login_1jqh2_45 ._btn_1jqh2_59._login_1jqh2_94 {
  margin: var(--btn-login-margin);
  background-color: var(--btn-login-background);
  color: var(--btn-login-color);
}
._un-login_1jqh2_45 ._btn_1jqh2_59._register_1jqh2_97 {
  background-color: var(--btn-register-background);
  color: var(--btn-register-color);
}
._un-login_1jqh2_45 ._btn_1jqh2_59._isHidden_1jqh2_110 {
  display: none;
}
._un-login_1jqh2_45 ._register-badge_1jqh2_113 .ui-badge {
  transform: none;
  right: -0.1rem;
}
[dir="rtl"] ._un-login_1jqh2_45 ._register-badge_1jqh2_113 .ui-badge {
  right: auto;
  left: -0.1rem;
}
._un-login_1jqh2_45 ._login_1jqh2_94 {
  --btn-login-margin: 0 0.2rem 0 0.05rem;
}
._un-login_1jqh2_45 ._btn_1jqh2_59 > span {
  font-size: 0.16rem;
}
._un-login_1jqh2_45 ._btn_1jqh2_59 > span:lang(zh),
._un-login_1jqh2_45 ._btn_1jqh2_59 > span :lang(zh_hk) {
  font-size: 0.2rem;
}
._un-login_1jqh2_45 ._btn_1jqh2_59 > span:lang(vi) {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._un-login_1jqh2_45 ._btn_1jqh2_59._hasBtnAnimte_1jqh2_137 {
  position: relative;
}
._un-login_1jqh2_45 ._btn_1jqh2_59._hasBtnAnimte_1jqh2_137:after {
  box-shadow: 0 0 rgba(var(--skin__primary__toRgbString), 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0.04rem;
  animation: _shadowAnimte_1jqh2_1 1.5s ease 0s infinite normal none running;
}
@keyframes _shadowAnimte_1jqh2_1 {
  0% {
    transform: scale(0.97);
  }
  50% {
    transform: scale(0.97);
    box-shadow: 0 0 0 0.1rem rgba(var(--skin__primary__toRgbString), 0.2);
  }
  to {
    transform: scale(0.97);
    box-shadow: 0 0 transparent;
  }
}
._un-login-btn_1xk6p_45 {
  --btn-login-background: transparent;
  --btn-login-color: var(--skin__primary);
  --btn-register-background: var(--skin__primary);
  --btn-register-color: var(--skin__text_primary);
  --btn-width: 1.2rem;
  --btn-height: 0.5rem;
  --btn-font-size: 0.2rem;
}
html[data-skin-bg="0"] ._bindNoWallet_7uv4e_45 {
  --no-wallet-arrowIcon-opacity: 1;
  --no-wallet-arrowIcon-collapse-opacity: 1;
  --no-wallet-logo2-color: #1678ff;
  --no-wallet-arrowIcon-color: var(--skin__neutral_2);
  --no-wallet-box-border-top-width: calc(100% - 0.4rem);
}
html[data-skin-bg="1"] ._bindNoWallet_7uv4e_45 {
  --no-wallet-logo-color: var(--skin__profile_toptext);
  --no-wallet-logo2-color: var(--skin__profile_toptext);
  --no-wallet-arrowIcon-color: var(--skin__profile_toptext);
  --no-wallet-arrowIcon-opacity: 0.6;
  --no-wallet-arrowIcon-color-open: var(--skin__profile_toptext);
  --no-wallet-arrowIcon-collapse-opacity: 0.6;
  --no-wallet-box-border-top-width: calc(100% - 0.4rem);
}
._base-view_1e1c2_45 > section {
  position: relative;
  overflow: hidden;
}
html[data-skin-layout="10"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0;
}
html[data-skin-layout="10"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="10"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="12"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0;
}
html[data-skin-layout="12"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="12"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="14"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0;
}
html[data-skin-layout="14"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="14"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0.4rem;
}
html[data-skin-layout="16"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0;
}
html[data-skin-layout="16"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="16"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="25"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0;
}
html[data-skin-layout="25"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="25"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="26"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0;
}
html[data-skin-layout="26"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="26"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="27"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0;
}
html[data-skin-layout="27"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="27"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="31"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0;
}
html[data-skin-layout="31"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="31"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="33"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0;
}
html[data-skin-layout="33"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="33"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0.3rem;
}
html[data-skin-layout="39"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0;
}
html[data-skin-layout="39"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="39"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="46"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0;
}
html[data-skin-layout="46"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="46"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0.3rem;
}
html[data-skin-layout="48"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 1.2rem;
}
html[data-skin-layout="48"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="48"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="49"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.2rem;
}
html[data-skin-layout="49"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="49"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0.4rem;
}
html[data-skin-layout="53"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0;
}
html[data-skin-layout="53"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="53"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="55"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="55"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="55"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0.4rem;
}
html[data-skin-layout="66"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.2rem;
}
html[data-skin-layout="66"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="66"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="74"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 1.2rem;
}
html[data-skin-layout="74"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="74"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="76"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="76"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="76"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0.4rem;
}
html[data-skin-layout="78"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.6rem;
}
html[data-skin-layout="78"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="78"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="82"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="82"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="82"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="83"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 1.5rem;
}
html[data-skin-layout="83"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="83"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="87"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="87"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="87"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="88"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 1.72rem;
}
html[data-skin-layout="88"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="88"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="92"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.9rem;
}
html[data-skin-layout="92"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="92"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="110"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 1.2rem;
}
html[data-skin-layout="110"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="110"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="96"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 1.2rem;
}
html[data-skin-layout="96"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="96"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="97"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 1.2rem;
}
html[data-skin-layout="97"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="97"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="98"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 1.46rem;
}
html[data-skin-layout="98"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="98"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="106"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 1.4rem;
}
html[data-skin-layout="106"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="106"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="109"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="109"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="109"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="111"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 1.2rem;
}
html[data-skin-layout="111"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="111"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="113"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="113"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="113"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="114"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.3rem;
}
html[data-skin-layout="114"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="114"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="20"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.46rem;
}
html[data-skin-layout="20"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="20"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="115"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="115"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="115"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="117"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.5rem;
}
html[data-skin-layout="117"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="117"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="123"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 1rem;
}
html[data-skin-layout="123"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="123"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="120"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 1.2rem;
}
html[data-skin-layout="120"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="120"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="124"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 1.7rem;
}
html[data-skin-layout="124"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="124"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="125"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.6rem;
}
html[data-skin-layout="125"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="125"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="126"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 0.27rem;
}
html[data-skin-layout="126"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="126"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="119"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 1rem;
}
html[data-skin-layout="119"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="119"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
html[data-skin-layout="128"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45 {
  padding-bottom: 1.2rem;
}
html[data-skin-layout="128"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-tab__panel,
html[data-skin-layout="128"]
  ._base-view_1e1c2_45
  > section
  ._base-view_1e1c2_45
  .ui-virtual-list {
  padding-bottom: 0;
}
._base-view_1e1c2_45._hollowing-out_1e1c2_350
  > section[class*="section-content"]
  > div[class*="main"] {
  height: 100%;
  padding-bottom: 0;
}
._tabbar_14rto_49 {
  background-color: var(--skin__web_btmnav_db);
  width: 100%;
  height: 1.24rem;
  box-shadow: 0.02rem 0 0.06rem rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  --icon-size: 0.5rem;
  --cutOneImageWidth: 1.24rem;
  --cutOneImageHeight: 1.24rem;
  --expand_tabbar_festival_height: 1.24rem;
}
[dir="rtl"] ._tabbar_14rto_49 {
  box-shadow: -0.02rem 0 0.06rem rgba(0, 0, 0, 0.1);
}
._tabbar_14rto_49 ._tabbar-item_14rto_63 {
  box-sizing: border-box;
}
._tabbar_14rto_49 ._tabbar-item_14rto_63 ._itemContent_14rto_66 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
._tabbar_14rto_49 ._tabbar-item_14rto_63 ._itemContent_14rto_66 .ui-badge {
  max-width: 1.2rem;
}
._tabbar_14rto_49
  ._tabbar-item_14rto_63
  ._itemContent_14rto_66
  .ui-badge--top-right {
  transform: translate(100%, -50%);
  right: 0.1rem;
}
[dir="rtl"]
  ._tabbar_14rto_49
  ._tabbar-item_14rto_63
  ._itemContent_14rto_66
  .ui-badge--top-right {
  transform: translate(-100%, -50%);
  right: auto;
  left: 0.1rem;
}
._tabbar_14rto_49
  ._tabbar-item_14rto_63
  ._itemContent_14rto_66
  ._last-badge_14rto_81
  .ui-badge {
  max-width: 0.66rem;
  right: 0.19rem;
}
[dir="rtl"]
  ._tabbar_14rto_49
  ._tabbar-item_14rto_63
  ._itemContent_14rto_66
  ._last-badge_14rto_81
  .ui-badge {
  right: auto;
  left: 0.19rem;
}
._tabbar_14rto_49
  ._tabbar-item_14rto_63
  ._itemContent_14rto_66
  ._last-badge_14rto_81
  .ui-badge--top-center {
  right: unset;
}
[dir="rtl"]
  ._tabbar_14rto_49
  ._tabbar-item_14rto_63
  ._itemContent_14rto_66
  ._last-badge_14rto_81
  .ui-badge--top-center {
  right: auto;
  left: unset;
}
._tabbar-bg_14rto_89 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
._tabbar-bg_14rto_89 ._tabbar_14rto_49 {
  background-color: transparent;
}
._expand-tabar_14rto_98 {
  position: relative;
}
._expand-tabar_14rto_98 ._expand-list_14rto_101 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
._expand-tabar_14rto_98 ._tabbar_14rto_49 {
  position: unset;
}
._expand-tabar_14rto_98 ._tabbar_14rto_49 .tabbar-festival-box {
  top: unset;
  bottom: 0;
  height: var(--expand_tabbar_festival_height);
}
._mode-expand_14rto_117 ._expand-wrapper_14rto_117 {
  height: 0;
  transition: height 0.3s;
}
._mode-popover_14rto_122 ._expand-wrapper_14rto_117 {
  display: none;
  position: fixed;
  left: auto;
  top: 0;
  width: var(--lobby__max-width);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
[dir="rtl"] ._mode-popover_14rto_122 ._expand-wrapper_14rto_117 {
  left: auto;
  right: auto;
}
._mode-popover_14rto_122 ._expand-wrapper_14rto_117._expand-open_14rto_131 {
  display: block;
}
._mode-popover_14rto_122 ._expand-list_14rto_101 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  bottom: 0;
}
[dir="rtl"] ._mode-popover_14rto_122 ._expand-list_14rto_101 {
  transform: translate(50%);
  left: auto;
  right: 50%;
}
body[class="safe-area-inset-bottom"]
  ._mode-popover_14rto_122
  ._expand-list_14rto_101 {
  margin-bottom: var(--skin__safe-area-inset-bottom);
}
._item_14rto_66 {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 0 0.05rem;
}
._item_14rto_66:nth-last-child(1) ._ui-badge__content_14rto_160 {
  max-width: 0.52rem;
}
._item_14rto_66 ._specialBox_14rto_163 {
  width: 1rem;
  height: var(--icon-size);
}
._item_14rto_66 ._specialImg_14rto_167 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -0.08rem;
  z-index: 5;
}
[dir="rtl"] ._item_14rto_66 ._specialImg_14rto_167 {
  left: auto;
  right: 50%;
  transform: translate(50%);
}
._item_14rto_66 ._assembly_14rto_176 {
  position: relative;
  display: block;
  z-index: 1;
  line-height: 0;
}
._item_14rto_66 ._assembly_14rto_176 ._itemOutsideImg_14rto_182 {
  position: absolute;
  color: var(--skin__btmnav_def);
}
._item_14rto_66 ._assembly_14rto_176 ._itemCoreImg_14rto_186 {
  color: var(--skin__btmnav_active);
}
._item_14rto_66 .ui-badge__wrapper {
  line-height: 0;
}
._item_14rto_66 ._itemImg_14rto_192 {
  width: auto;
  height: var(--icon-size);
  font-size: 0.48rem;
  z-index: 1;
  position: relative;
  display: block;
  line-height: 0;
}
._item_14rto_66 ._itemActiveImg_14rto_201 {
  color: var(--skin__btmnav_active);
}
._item_14rto_66 ._text_14rto_204 {
  color: var(--skin__btmnav_def);
  font-size: 0.24rem;
  word-break: break-word;
  display: -webkit-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.54rem;
  line-height: 1.2;
  overflow: hidden;
  z-index: 2;
}
._item_14rto_66 ._text_14rto_204:lang(vi) {
  font-size: 0.2rem;
  line-height: 1.3;
  margin-top: 0.06rem;
}
._item_14rto_66 ._active_14rto_224 {
  color: var(--skin__btmnav_active);
}
._item_14rto_66._cutOne_14rto_227 {
  align-items: center;
  height: 100%;
  z-index: 4;
}
._item_14rto_66._cutOne_14rto_227 .specialBox {
  height: var(--cutOneImageHeight);
  width: var(--cutOneImageWidth);
}
._item_14rto_66._cutOne_14rto_227 ._specialImg_14rto_167 {
  height: 100%;
  width: 100%;
  position: unset;
  transform: unset;
}
._specail-badge_14rto_243 {
  width: var(--icon-size);
  aspect-ratio: 1/1;
  position: relative;
}
._specail-badge_14rto_243 ._specialBox_14rto_163 {
  width: inherit;
  height: inherit;
}
._specail-badge_14rto_243 ._specialImg_14rto_167 {
  max-width: max-content;
  top: 50%;
  transform: translate(-50%, -50%);
}
[dir="rtl"] ._specail-badge_14rto_243 ._specialImg_14rto_167 {
  transform: translate(50%, -50%);
}
._specail-badge_14rto_243 .ui-badge {
  z-index: 5;
}
._specail-badge_14rto_243 .ui-badge__wrapper {
  width: 100%;
  height: 100%;
  position: unset;
}
._big-item_14rto_266 {
  height: 100%;
}
._big-item_14rto_266 .ui-badge__wrapper {
  height: var(--icon-size);
  width: var(--icon-size);
  position: relative;
}
._big-item_14rto_266 .ui-badge {
  margin-top: -0.7rem;
  top: 0;
  bottom: unset;
  left: 50%;
  right: unset !important;
  transform: translateY(-50%) !important;
}
[dir="rtl"] ._big-item_14rto_266 .ui-badge {
  right: 50%;
  left: unset !important;
}
._big-item_14rto_266 ._big-icon-badge_14rto_282 {
  width: 1.2rem;
  height: 1.2rem;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
}
[dir="rtl"] ._big-item_14rto_266 ._big-icon-badge_14rto_282 {
  left: auto;
  right: 50%;
  transform: translate(50%);
}
._big-item_14rto_266 ._big-item-img_14rto_290 {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
[dir="rtl"] ._big-item_14rto_266 ._big-item-img_14rto_290 {
  left: auto;
  right: 0;
}
._tabbar_14rto_49
  ._main_14rto_299
  > div
  ._itemContent_14rto_66
  .ui-badge--top-right {
  max-width: 1.2rem;
}
html[data-skin-layout="38"] ._item_14rto_66 ._text_14rto_204:lang(vi),
html[data-skin-layout="67"] ._item_14rto_66 ._text_14rto_204:lang(vi) {
  text-transform: uppercase;
}
._item_14rto_66._bindBox_14rto_308 img,
._item_14rto_66._lucky_14rto_308 img {
  margin-top: -0.1rem;
}
html[data-skin-layout="80"] ._item_14rto_66 ._itemOutsideImg_14rto_182 {
  color: var(--skin__neutral_2);
}
.ui-tabbar {
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  width: 100%;
}
.ui-tabbar--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}
[dir="rtl"] .ui-tabbar--fixed {
  left: auto;
  right: 0;
}
.ui-safe-area-top {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}
.ui-safe-area-bottom {
  padding-bottom: var(--skin__safe-area-inset-bottom);
}
.ui-tabbar-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: 0.28rem;
  line-height: 1;
  cursor: pointer;
}
.ui-tabbar-item--active {
  color: var(--skin__primary);
}
._pwa-iframe_vzzm5_45 {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
}
