@charset "UTF-8";
.toast-host[data-v-4df4e883] {
  position: fixed;
  top: 46%; /* 16px = 0.4rem */
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  pointer-events: none;
}
.toast-stack[data-v-4df4e883] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem; /* 10px = 0.25rem */
  align-items: center;
}
.toast[data-v-4df4e883] {
  pointer-events: auto;
  max-width: 92vw; /* 420px = 10.5rem */
  padding: 0.25rem 0.3rem;       /* 10px 12px = 0.25rem 0.3rem */
  border-radius: 0.3rem;         /* 12px = 0.3rem */
  display: flex;
  align-items: center;
  gap: 0.25rem;                  /* 10px = 0.25rem */
  box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.22); /* 14px 30px = 0.35rem 0.75rem */
  backdrop-filter: blur(0.25rem);       /* 10px = 0.25rem */
  -webkit-backdrop-filter: blur(0.25rem);
  color: rgba(255, 255, 255, 0.94);
  background: rgba(15, 18, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.toast__dot[data-v-4df4e883] {
  width: 0.18rem;    /* 固定宽度为0.25rem，防止变形 */
  height: 0.18rem;   /* 固定高度为0.25rem，与宽度一致 */
  flex: 0 0 0.18rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
.toast[data-type='success'] .toast__dot[data-v-4df4e883] {
  background: #2ecc71;
}
.toast[data-type='error'] .toast__dot[data-v-4df4e883] {
  background: #ff4d4f;
}
.toast[data-type='warning'] .toast__dot[data-v-4df4e883] {
  background: #faad14;
}
.toast[data-type='info'] .toast__dot[data-v-4df4e883] {
  background: #40a9ff;
}
.toast[data-type='primary'] .toast__dot[data-v-4df4e883] {
  background: #b37feb;
}
.toast__msg[data-v-4df4e883] {
  line-height: 1.3;
  font-size: 0.35rem; /* 14px = 0.35rem */
  word-break: break-word;
}
.toast-enter-active[data-v-4df4e883],
.toast-leave-active[data-v-4df4e883] {
  transition: transform 180ms ease, opacity 180ms ease;
}
.toast-enter-from[data-v-4df4e883],
.toast-leave-to[data-v-4df4e883] {
  opacity: 0;
  transform: translateY(-0.2rem); /* 8px = 0.2rem */
}
.call[data-v-193c4dd4] {
  width: 100%;
}
[data-v-193c4dd4] .van-nav-bar {
  width: 100%;
  height: 1.2rem;
  padding: 0 0.25rem;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
}
[data-v-193c4dd4] .van-nav-bar::after {
  border: none;
}
[data-v-193c4dd4] .van-nav-bar .van-nav-bar__content {
  height: 100%;
}
[data-v-193c4dd4] .van-nav-bar .van-nav-bar__left {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  position: absolute;
  width: 0.7rem;
  height: 100%;
}
[data-v-193c4dd4] .van-nav-bar .van-nav-bar__left img {
  width: 0.4rem;
  height: 0.4rem;
}
[data-v-193c4dd4] .van-nav-bar .van-nav-bar__title {
  font-size: 0.4rem;
  font-weight: 400;
}
[data-v-193c4dd4] .van-nav-bar .van-nav-bar__title span {
  font-family: "Bold", sans-serif;
}
[data-v-193c4dd4] .van-nav-bar__right {
  display: flex;
  gap: 0.2rem;
  padding: 0;
}
[data-v-193c4dd4] .van-nav-bar__right:active {
  opacity: 1;
}
[data-v-193c4dd4] .van-nav-bar__right .rightSlotImg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
}
[data-v-193c4dd4] .van-nav-bar__right .rightSlotImg img {
  width: 0.66rem;
  height: 0.66rem;
}
.bottom_bg[data-v-193c4dd4] {
  height: 0.18rem;
  position: absolute;
  z-index: 99;
}
.bottom_bg img[data-v-193c4dd4] {
  display: block;
  height: 100%;
}.description .title[data-v-0047efe8] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  margin: 0.4rem 0 0.2rem;
  padding: 0;
  font-size: 0.3rem;
  font-weight: 400;
}
.description .title img[data-v-0047efe8] {
  width: 0.4rem;
  margin-right: 0.05rem;
}
.description .title p[data-v-0047efe8] {
  font-size: 0.38rem;
}
.description .text[data-v-0047efe8] {
  white-space: pre-line;
  font-weight: 400;
  font-size: 0.3rem;
  line-height: 0.36rem;
}
.loading[data-v-adfcdfd1] {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: 1.5s;
}
.loading .loading_icons[data-v-adfcdfd1] {
  height: 1.6rem;
  width: 3rem;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 0.15rem;
  color: #ccc !important;
}
.loading_show[data-v-adfcdfd1] {
  display: flex;
}
.loading_hide[data-v-adfcdfd1] {
  animation: sweepHide-adfcdfd1 0.5s ease-out forwards;
}
@keyframes sweepHide-adfcdfd1 {
0% {
    opacity: 1;
    z-index: 99999;
}
100% {
    opacity: 0;
    z-index: -1;
}
}
/* 中空核心 */
/* 流光 + 能量拖尾 */
.pagePopup[data-v-176eb864] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* ✅ z-index 通过内联样式设置，保持原有层级 */
}
.slide-right-enter-active[data-v-176eb864] {
  transition: transform 0.2s ease-out;
}
.slide-right-enter-from[data-v-176eb864] {
  transform: translateX(100%); /* ✅ 从右侧开始 */
}
.slide-right-enter-to[data-v-176eb864] {
  transform: translateX(0); /* ✅ 滑入到正常位置 */
}
.slide-right-leave-active[data-v-176eb864] {
  transition: transform 0.2s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-right-leave-from[data-v-176eb864] {
  transform: translateX(0); /* ✅ 从正常位置开始 */
}
.slide-right-leave-to[data-v-176eb864] {
  transform: translateX(100%); /* ✅ 滑出到右侧 */
}
.pags[data-v-176eb864] {
  padding: 0.2rem 0.2rem 0 !important;
  height: calc(100% - 1.2rem);
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.personal .pags[data-v-176eb864], .allPage .pags[data-v-176eb864] {
  height: 100% !important;
}
.pagePopup[data-page-path="/404"] .pags[data-v-176eb864] {
  height: 100% !important;
  padding: 0 !important;
}.v_popup_bottom {
  border-top-left-radius: 0.36rem;
  border-top-right-radius: 0.36rem;
  overflow: hidden;
  will-change: transform, opacity;
}
.v_popup_bottom .dialog_content {
  width: 100%;
  overflow-y: auto;
}
.menu-play-icon[data-v-441f007f] {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
[data-v-e0a20fb4] .v_dialog, .v_dialog[data-v-e0a20fb4] {
  width: 90%;
  top: 50%;
  border-radius: 0.17rem;
  will-change: transform, opacity;
}
[data-v-e0a20fb4] .v_dialog .van-dialog__header, .v_dialog .van-dialog__header[data-v-e0a20fb4] {
  height: 1.12rem;
  position: relative;
  padding: 0;
}
[data-v-e0a20fb4] .v_dialog .van-dialog__header .close, .v_dialog .van-dialog__header .close[data-v-e0a20fb4] {
  width: 0.99rem;
  height: 0.99rem;
  position: absolute;
  top: 50%;
  right: 0.23rem;
  transform: translateY(-50%);
  z-index: 1;
}
[data-v-e0a20fb4] .v_dialog .van-dialog__header .close .close_img, .v_dialog .van-dialog__header .close .close_img[data-v-e0a20fb4] {
  width: 100%;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 0;
}
[data-v-e0a20fb4] .v_dialog .van-dialog__header .close .close_img img, .v_dialog .van-dialog__header .close .close_img img[data-v-e0a20fb4] {
  width: 0.41rem;
  height: 0.41rem;
}
[data-v-e0a20fb4] .v_dialog .van-dialog__header .title, .v_dialog .van-dialog__header .title[data-v-e0a20fb4] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0.4rem;
}
[data-v-e0a20fb4] .v_dialog .van-dialog__content .dialog_content, .v_dialog .van-dialog__content .dialog_content[data-v-e0a20fb4] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  border-radius: 0;
  padding: 0;
  padding: 0.2rem;
  height: auto;
  min-height: 6rem;
  max-height: 80vh;
  padding-bottom: 0.4rem;
}
[data-v-e0a20fb4] .v_dialog .van-dialog__footer, .v_dialog .van-dialog__footer[data-v-e0a20fb4] {
  display: none;
}
[data-v-e0a20fb4] .v_dialog .dialog_btn, .v_dialog .dialog_btn[data-v-e0a20fb4] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  width: auto;
  margin: 0 0.2rem 0.7rem;
  height: 1rem;
}
[data-v-e0a20fb4] .v_dialog .dialog_btn p, .v_dialog .dialog_btn p[data-v-e0a20fb4] {
  font-size: 0.36rem;
}.filter[data-v-4a7bfaa8] {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2099;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  overflow: hidden;
  height: 100vh;
}
.nofilter[data-v-4a7bfaa8] {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2199;
  background: rgba(0, 0, 0, 0.8);
}
.top[data-v-4a7bfaa8] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2099;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.popup_motion_host[data-v-4a7bfaa8] {
  width: 100%;
  height: 100%;
}
.popup_motion_host--scale[data-v-4a7bfaa8] {
  animation: popupPanelScaleIn-4a7bfaa8 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center center;
}
.popup_motion_host--top[data-v-4a7bfaa8] {
  animation: popupPanelTopIn-4a7bfaa8 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: top center;
}
.popup_motion_host--fade[data-v-4a7bfaa8] {
  animation: popupPanelFadeIn-4a7bfaa8 0.24s ease-out;
}
.popup-filter-fade-enter-active[data-v-4a7bfaa8],
.popup-filter-fade-leave-active[data-v-4a7bfaa8],
.popup-top-fade-enter-active[data-v-4a7bfaa8],
.popup-top-fade-leave-active[data-v-4a7bfaa8] {
  transition: opacity 0.28s ease;
}
.popup-filter-fade-enter-from[data-v-4a7bfaa8],
.popup-filter-fade-leave-to[data-v-4a7bfaa8],
.popup-top-fade-enter-from[data-v-4a7bfaa8],
.popup-top-fade-leave-to[data-v-4a7bfaa8] {
  opacity: 0;
}
@keyframes popupPanelScaleIn-4a7bfaa8 {
from {
    opacity: 0;
    transform: translateY(0.36rem) scale(0.96);
}
to {
    opacity: 1;
    transform: translateY(0) scale(1);
}
}
@keyframes popupPanelTopIn-4a7bfaa8 {
from {
    opacity: 0;
    transform: translateY(-0.3rem);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes popupPanelFadeIn-4a7bfaa8 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.loading[data-v-31b090cd] {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: 1.5s;
}
.loading .loading_icons[data-v-31b090cd] {
  height: 1.6rem;
  width: 3rem;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 0.15rem;
  color: #fff !important;
}
.loading_show[data-v-31b090cd] {
  display: flex;
}
.loading_hide[data-v-31b090cd] {
  animation: sweepHide-31b090cd 0.5s ease-out forwards;
}
@keyframes sweepHide-31b090cd {
0% {
    opacity: 1;
    z-index: 99999;
}
100% {
    opacity: 0;
    z-index: -1;
}
}
/* 中空核心 */
/* 流光 + 能量拖尾 */
/**
 * 基础页面样式
 * - .main: 全局高度、overflow、相对定位
 * - .wrapper: flex 居中
 * - van-overlay 全局毛玻璃特效
 */
.main[data-v-6c4ee92a] {
  height: 100%;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}
[data-v-6c4ee92a] .van-overlay {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.public-page-shell[data-v-51250cca] {
  width: 100%;
  height: 100%;
}

.user-page-shell[data-v-17db8ca9] {
  width: 100%;
  height: 100%;
}

.activity-page-shell[data-v-18f2b367] {
  width: 100%;
  height: 100%;
}

.menu-play-icon[data-v-8ca77ab8] {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.menu-play-icon[data-v-45721dac] {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.menu-play-icon[data-v-316b1a88] {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.menu-play-icon[data-v-322f748c] {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.menu-play-icon[data-v-b9a05158] {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}
.error-container[data-v-ec697964] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  padding-top: 1rem;
}
.error-container .error-content[data-v-ec697964] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
}
.error-container .error-content .btn[data-v-ec697964] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  height: 1rem;
  width: 4rem;
  margin-top: 0.5rem;
  font-size: 0.45rem;
}
.floating[data-v-eab013f9] {
    background-color: transparent;
}

.animation-container[data-v-0b5c279b] {
    position: relative;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
}
.coin-img[data-v-0b5c279b], .percent-img[data-v-0b5c279b] {
    display: block;
    width: 0.5rem;
    will-change: transform, opacity;
    opacity: 0; /* 初始隐藏 */
}
.frist_wrapper[data-v-df268e67] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.5rem;
  padding: 0;
  width: 100%;
  height: calc(100vh - 4rem);
}
.frist_wrapper .loading[data-v-df268e67] {
  height: 1.5rem;
}.MultiSiteMode[data-v-3572d2da] .head_box_logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  height: 0.7rem;
  min-width: 0.7rem;
  width: auto;
}
.MultiSiteMode[data-v-3572d2da] .head_box_logo img {
  height: 0.7rem !important;
  min-width: 0.7rem;
  width: auto !important;
}
.MultiSiteMode[data-v-3572d2da] .footer_logo img {
  height: 1rem !important;
  min-width: 1rem !important;
  width: auto !important;
}
.MultiSiteMode[data-v-3572d2da] .sidebar_logo img {
  margin-right: 0.3rem;
  height: 0.7rem !important;
  min-width: 0.7rem !important;
  width: auto !important;
}
.MultiSiteMode[data-v-3572d2da] .loginRegistered_logo {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  top: -15%;
  left: 15%;
}
.MultiSiteMode[data-v-3572d2da] .loginRegistered_logo img {
  height: auto !important;
  width: 2.4rem !important;
  min-width: 2.4rem !important;
}
.noticeBar[data-v-a78fb671] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  width: 100%; /* 宽度 100% */
}
.noticeBar .noticeBar_content[data-v-a78fb671] {
  overflow: hidden;
  box-sizing: border-box;
}
.noticeBar .noticeBar_content .marquee-content[data-v-a78fb671] {
  display: flex;
  width: max-content;
  animation: marquee-a78fb671 linear infinite; /* 无限滚动的关键 */
}
.noticeBar .noticeBar_content .marquee-content .marquee-group[data-v-a78fb671] {
  display: flex;
  white-space: nowrap; /* 防止换行 */
}
.noticeBar .noticeBar_content .marquee-content .marquee-group .title-item[data-v-a78fb671] {
  font-size: var(--v1b10af10);
  flex-shrink: 0;
  display: inline-block;
  margin-right: var(--v5ac01b64); /* 为每个标题添加间隔 */
}

/* 滚动动画 */
@keyframes marquee-a78fb671 {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-100%); /* 滚动到100%，实现无缝滚动 */
}
}.red-packet-rain[data-v-094ef7a3] {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.red-packet[data-v-094ef7a3] {
  position: absolute;
  top: -80px;
  animation: fall-094ef7a3 var(--fall-duration) linear infinite,rotate-094ef7a3 var(--rotation-speed) linear infinite;
}
.red-packet img[data-v-094ef7a3] {
  width: 100%;
}
@keyframes fall-094ef7a3 {
0% {
    top: -50px;
}
100% {
    top: 100vh;
}
}
@keyframes rotate-094ef7a3 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.simple-table-container[data-v-2c5f5064] {
  width: 100%;
  border-radius: 0.3rem;
  margin-top: 0.35rem;
}
.simple-table[data-v-2c5f5064] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.3rem;
  border-radius: 0.3rem;
}
.simple-table thead tr:first-child th[data-v-2c5f5064]:first-child {
  border-top-left-radius: 0.3rem;
}
.simple-table thead tr:first-child th[data-v-2c5f5064]:last-child {
  border-top-right-radius: 0.3rem;
}
thead[data-v-2c5f5064] {
  height: 0.96rem;
  font-size: 0.28rem;
}
thead th[data-v-2c5f5064] {
  padding: 0 0.1rem;
}
tbody[data-v-2c5f5064] {
  min-height: 7rem;
}
tbody tr[data-v-2c5f5064] {
  height: 1.12rem !important;
}
tbody td[data-v-2c5f5064] {
  height: 1.12rem !important;
  font-family: "Regular", sans-serif;
}
tbody td[data-v-2c5f5064]:nth-child(2n) {
  font-family: "Bold", sans-serif;
}
.simple-table th[data-v-2c5f5064] {
  text-align: center;
  font-weight: 500;
}
.simple-table td[data-v-2c5f5064] {
  height: 0.84rem;
  text-align: center;
}
.empty-data[data-v-2c5f5064] {
  text-align: center;
  padding: 20px;
}

/* 分页样式 */
.pagination-container[data-v-2c5f5064] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 0.15rem;
}
.page-btn[data-v-2c5f5064] {
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.page-btn[data-v-2c5f5064]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.page-info[data-v-2c5f5064] {
  margin: 0 0.2rem;
}.load_bgcolor[data-v-2ef571e4] {
  background-color: transparent !important;
}
.fade-in-image[data-v-2ef571e4] {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.fade-in-image.fade-in-active[data-v-2ef571e4] {
  opacity: 1;
}.load_bgcolor[data-v-a1719743] {
  background-color: transparent !important;
}
.fade-in-image[data-v-a1719743] {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.fade-in-image.fade-in-active[data-v-a1719743] {
  opacity: 1;
}.noData[data-v-6d9397c5] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.42rem;
  padding: 0;
}
.noData .content[data-v-6d9397c5] {
  font-size: 0.28rem;
}.simple-pagination[data-v-cf75cccb] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0;
  margin: 0.35rem 0;
  padding: 0;
}
.van-icon[data-v-cf75cccb] {
  font-size: 0.36rem;
  margin: 0 0.5rem;
}
.page-text[data-v-cf75cccb] {
  padding: 0.23rem 0.46rem;
  border-radius: 0.15rem;
}.webpage[data-v-cfe4410a] {
  height: 100%;
  width: 100%;
}
.webpage iframe[data-v-cfe4410a] {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}.step1[data-v-0a0791a8] {
  width: 100%;
}
.step2[data-v-0a0791a8] {
  width: 100%;
}
.pix[data-v-0a0791a8] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0 0.25rem;
  height: 1.01rem;
}
.pix img[data-v-0a0791a8] {
  height: 0.6rem;
}
.pix span[data-v-0a0791a8] {
  font-size: 0.48rem;
}
.text[data-v-0a0791a8] {
  font-size: 0.3rem;
  line-height: 0.36rem;
  text-align: center;
  margin: 0.2rem auto;
}
.text p[data-v-0a0791a8] {
  margin-top: 0.2rem;
}
.qrcode[data-v-0a0791a8] {
  width: 3.82rem;
  height: 3.82rem;
  margin: 0 auto;
}
.qrcode img[data-v-0a0791a8] {
  width: 100%;
}
.btn[data-v-0a0791a8] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  height: 1.01rem;
  margin: 0.45rem auto 0.35rem;
  font-size: 0.36rem;
}
.tips[data-v-0a0791a8] {
  text-align: center;
  line-height: 0.36rem;
  font-size: 0.3rem;
}
.order[data-v-0a0791a8] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  font-size: 0.36rem;
}
.order .xian[data-v-0a0791a8] {
  width: 0.05rem;
  height: 0.4rem;
  border-radius: 0.01rem;
  margin-right: 0.2rem;
}
.order div span[data-v-0a0791a8]:nth-of-type(2) {
  margin-left: 0.15rem;
  margin-right: 0.2rem;
}
.order img[data-v-0a0791a8] {
  width: 0.45rem;
}
.replay[data-v-0a0791a8] {
  text-align: center;
  font-size: 4rem;
}
.replay img[data-v-0a0791a8] {
  width: 3rem;
}
.qrPayment[data-v-0a0791a8] {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.qrPayment .text[data-v-0a0791a8] {
  position: relative;
  margin-top: 0.45rem;
  text-align: start;
  padding: 0 0.24rem;
}
.qrPayment .text div[data-v-0a0791a8] {
  width: 0.17rem;
  height: 0.17rem;
  position: absolute;
  left: 0.24rem;
  top: 0.15rem;
  border-radius: 0.05rem;
}
.qrPayment .text p[data-v-0a0791a8] {
  text-indent: 1em;
  font-weight: 400;
  font-size: 0.32rem;
  line-height: 0.5rem;
  font-family: "Medium", sans-serif;
}
.qrPayment .amount[data-v-0a0791a8] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  margin: 0.45rem 0 0 0;
  gap: 0.15rem;
  padding: 0;
  font-weight: bold;
  font-size: 0.46rem;
  font-family: "Bold", sans-serif;
}
.qrPayment .amount img[data-v-0a0791a8] {
  width: 0.4rem;
}
.qrPayment .qrcode[data-v-0a0791a8] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  height: auto;
}
.qrPayment .qrcode .qr[data-v-0a0791a8] {
  width: 3.85rem;
  height: 3.85rem;
}
.qrPayment .qrcode .qr img[data-v-0a0791a8] {
  width: 100%;
  height: 100%;
}
.qrPayment .qrcode div[data-v-0a0791a8] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  margin: 0.23rem 0 0 0;
  padding: 0;
  width: 3.85rem;
  height: 1.03rem;
  font-weight: bold;
  font-size: 0.4rem;
  font-family: "Bold", sans-serif;
  white-space: nowrap;
}
.qrPayment .qrAddress[data-v-0a0791a8] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  margin: 0.5rem 0;
  gap: 0.13rem;
  padding: 0;
}
.qrPayment .qrAddress p[data-v-0a0791a8] {
  font-family: "Regular", sans-serif;
}
.qrPayment .qrAddress img[data-v-0a0791a8] {
  width: 0.4rem;
}
.qrPayment .time[data-v-0a0791a8] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  margin: 0.5rem 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.32rem;
}
.qrPayment .time span[data-v-0a0791a8] {
  font-family: "Regular", sans-serif;
}
.qrPayment .time p[data-v-0a0791a8] {
  margin: 0 0.1rem 0 0.13rem;
  font-family: "Regular", sans-serif;
}
.qrPayment .time img[data-v-0a0791a8] {
  width: 0.4rem;
  height: 0.4rem;
}
.qrPayment .information[data-v-0a0791a8] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: space-between;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.22rem;
  padding: 0;
}
.qrPayment .information div[data-v-0a0791a8] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
}
.qrPayment .information div p[data-v-0a0791a8] {
  font-weight: 400;
  font-size: 0.32rem;
  font-family: "Regular", sans-serif;
}
.qrPayment .information div img[data-v-0a0791a8] {
  width: 0.3rem;
  margin-left: 0.1rem;
}
.loadState[data-v-0a0791a8] {
  -webkit-animation: rotate_360-0a0791a8 1s infinite;
  animation: rotate_360-0a0791a8 1s infinite;
}
@keyframes rotate_360-0a0791a8 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
[data-v-0a0791a8] .v_dialog {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  transform: none !important;
  border-radius: 0 !important;
  max-width: 100% !important;
}
[data-v-0a0791a8] .van-dialog__header {
  width: 100%;
  overflow-x: hidden;
}
[data-v-0a0791a8] .van-dialog__content {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
[data-v-0a0791a8] .dialog_content {
  width: 100%;
  height: 100% !important;
  max-height: 100% !important;
  min-height: 100% !important;
  justify-content: flex-start !important;
  overflow-x: hidden;
}
.van-popup {
  overflow-x: hidden !important;
}.stickyBtn[data-v-5b1f8472] .van-sticky--fixed {
  position: fixed;
}
.stickyBtn .class_1[data-v-5b1f8472] {
  margin: 0 -0.2rem;
  padding: 0.37rem 0.2rem;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.stickyBtn .btn[data-v-5b1f8472] {
  width: 100%;
  height: 1.18rem;
  border-radius: 0.15rem;
  font-weight: bold;
  font-size: 0.38rem;
  border: none;
}
.stickyBtn .btn .mask[data-v-5b1f8472] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.15rem;
}
.stickyBtn[data-v-5b1f8472] .van-button--disabled {
  opacity: 1;
}.search[data-v-64728f91] {
  position: relative;
}
.date-input[data-v-64728f91] {
  width: 100%;
  border-radius: 0.12rem;
  padding: 0 0.2rem;
  height: 0.9rem;
}
.date-range[data-v-64728f91] {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.range-sep[data-v-64728f91] {
  font-size: 0.28rem;
}
.day-icon[data-v-64728f91] {
  width: 0.5rem;
}
.daterange-suffix[data-v-64728f91] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0 0 0 0.5rem;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.daterange-suffix .range-text[data-v-64728f91] {
  margin-right: 0.2rem;
  white-space: nowrap;
}.loadPage[data-v-1ebe8c5d] {
  position: relative;
  max-width: 10rem;
  height: 100vh;
  overflow-y: auto;
}
.loadPage .image[data-v-1ebe8c5d] {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.loadPage .video[data-v-1ebe8c5d] {
  position: relative;
  width: 100%;
  height: calc(100% - 1.5rem);
}
.loadPage .video video[data-v-1ebe8c5d] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loadPage .video .sy[data-v-1ebe8c5d] {
  position: absolute;
  top: 0.5rem;
  right: 0.3rem;
  z-index: 1;
  width: 0.8rem;
  height: 0.8rem;
}
.loadPage .btn[data-v-1ebe8c5d] {
  position: fixed;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 1.5rem;
  background: rgb(40, 134, 228);
  font-size: 0.5rem;
  color: #fff;
}
.loadPage .v1Page[data-v-1ebe8c5d] {
  opacity: 0;
}.apk_downlod[data-v-69157f6d] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.14rem;
  padding: 0.2rem 0.3rem 0.2rem 0.9rem;
  width: 100%;
  background-size: 100% 100%;
  position: relative;
  padding-left: 0.9rem;
  background-color: transparent;
}
.apk_downlod .apk_downlod_btn_close[data-v-69157f6d] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  position: absolute;
  top: 0;
  left: -0.2rem;
  margin-left: 0.1rem;
  width: 0.8rem;
  height: 0.69rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 1rem;
}
.apk_downlod .apk_downlod_btn_close i[data-v-69157f6d] {
  font-weight: bold;
  transform: translate(-0.05rem, -0.05rem);
}
.apk_downlod .apk_downlod_btn_text[data-v-69157f6d] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
}
.apk_downlod .apk_downlod_btn_text .text[data-v-69157f6d] {
  width: 100%;
  display: flex;
  justify-content: normal;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.2rem;
  padding: 0;
}
.apk_downlod .apk_downlod_btn_text .text span[data-v-69157f6d] {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 0.28rem;
  font-weight: 500 !important;
}
.apk_downlod .apk_downlod_btn_text .text img[data-v-69157f6d] {
  width: 0.81rem;
}
.apk_downlod .apk_downlod_btn_icon[data-v-69157f6d] {
  width: 0.8rem;
}
.apk_downlod .apk_downlod_btn_icon img[data-v-69157f6d] {
  display: block;
  width: 100%;
  height: 100%;
}
.apk_downlod .apk_downlod_btn_download[data-v-69157f6d] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.2rem;
  gap: 0.22rem;
  padding: 0;
  flex-shrink: 0;
  width: 2.77rem;
  height: 0.88rem;
}
.apk_downlod .apk_downlod_btn_download img[data-v-69157f6d] {
  width: 0.8rem;
  height: 0.8rem;
}
.apk_downlod .apk_downlod_btn_download span[data-v-69157f6d] {
  font-weight: 600;
  font-size: 0.38rem;
  font-family: "SemiBold", sans-serif;
}.kingkong_box[data-v-c4b984a3] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  padding: 0.25rem 0.2rem 0.25rem;
}
.kingkong_box .item[data-v-c4b984a3] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.4rem;
  padding: 0;
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
}
.kingkong_box .item .img_box[data-v-c4b984a3] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 0;
  width: 1.3rem;
  height: 1.3rem;
}
.kingkong_box .item .text[data-v-c4b984a3] {
  position: absolute;
  bottom: 0.12rem;
  white-space: nowrap;
  font-size: 0.24rem;
}
.kingkong_box .item .red_dot[data-v-c4b984a3] {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  animation: breathe 0.6s ease-in-out infinite;
}
.kingkong_box .item .red_dot img[data-v-c4b984a3] {
  width: 0.39rem;
  height: 0.45rem;
}.header[data-v-2dc3025d] {
  box-sizing: border-box;
}
.head_box[data-v-2dc3025d] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
  background: var(--v30bb5fa4);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 1.3rem;
}
.head_box .head_left[data-v-2dc3025d] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
}
.head_box .head_right[data-v-2dc3025d] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
}.loginRegister[data-v-8823750b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.3rem;
  margin-bottom: 0.3rem;
  gap: 0.2rem;
  background: var(--c38be41c);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.loginRegister .loginRegister_left[data-v-8823750b] {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.1rem;
  padding: 0;
  flex: 1;
  height: 100%;
}
.loginRegister .loginRegister_left .avatarBox[data-v-8823750b] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.loginRegister .loginRegister_left .userInfo[data-v-8823750b] {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
}
.loginRegister .loginRegister_left .userInfo .title[data-v-8823750b] {
  font-size: 0.36rem;
  font-weight: 700;
}
.loginRegister .loginRegister_left .userInfo .site[data-v-8823750b] {
  font-size: 0.3rem;
}
.loginRegister .loginRegister_left .userInfo .moneyDiv[data-v-8823750b] {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.1rem;
  padding: 0;
}
.loginRegister .loginRegister_left .userInfo .moneyDiv .icon[data-v-8823750b] {
  width: auto;
  height: 0.6rem;
}
.loginRegister .loginRegister_left .userInfo .moneyDiv .icon img[data-v-8823750b] {
  width: 0.6rem;
  height: 0.6rem;
}
.loginRegister .loginRegister_left .userInfo .moneyDiv span[data-v-8823750b] {
  font-size: 0.34rem;
  padding-top: 0.04rem;
}
.loginRegister .loginRegister_right[data-v-8823750b] {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0rem;
  padding: 0;
  height: 100%;
  flex-shrink: 0;
  width: 50%;
}
.loginRegister .loginRegister_right .login[data-v-8823750b], .loginRegister .loginRegister_right .registered[data-v-8823750b] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  width: 50%;
  height: 0.87rem;
  font-weight: 600;
  font-size: 0.36rem;
  border-radius: 0.2rem;
  padding-bottom: 0.05rem;
}
.loginRegister .loginRegister_right .login[data-v-8823750b] {
  overflow: hidden;
  background: var(--c38be422);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-right: 0.3rem;
}
.loginRegister .loginRegister_right .registered[data-v-8823750b] {
  padding-left: 0.3rem;
  position: relative;
  background: var(--c38be420);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.loginRegister .loginRegister_right .registered .tips[data-v-8823750b] {
  height: 0.35rem;
  position: absolute;
  right: -0.12rem;
  top: -0.2rem;
}
.loginRegister .loginRegister_right .registered .tips img[data-v-8823750b] {
  height: 0.35rem;
  width: 1.62rem;
}
.loginRegister .loginRegister_right .registered .tips span[data-v-8823750b] {
  font-size: 0.18rem;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  left: 0.05rem;
  top: 0.115rem;
}
.loginRegister .loginRegister_right .moneyDiv_box[data-v-8823750b] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.1rem;
  padding: 0;
  height: 100%;
  width: 2rem;
  font-weight: 600;
  font-size: 0.38rem;
  border-radius: 0.2rem;
  font-family: "Bold", sans-serif;
}
.loginRegister .loginRegister_right .moneyDiv_box img[data-v-8823750b] {
  width: auto;
  height: 0.66rem;
}
.loginRegister .loginRegister_active[data-v-8823750b] {
  gap: 0.1rem;
}
.loginRegister .loginRegister_active .login[data-v-8823750b], .loginRegister .loginRegister_active .registered[data-v-8823750b] {
  background-color: var(--theme-color18);
  padding: 0;
}.banner[data-v-b615dc9b] {
  padding: 0 0.3rem;
  height: 4.04rem;
}
.img-skeleton[data-v-b615dc9b] {
  width: 9.22rem;
  height: 4.04rem;
  border-radius: 0.1rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.home[data-v-8fe3309b] {
  position: relative;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  overflow-x: hidden;
}
.home .header[data-v-8fe3309b] {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.home .header .header_color_bg[data-v-8fe3309b] {
  position: relative;
  opacity: 0;
}
.home .header .header_color_bg[data-v-8fe3309b]::before {
  content: "";
  height: 1.2rem;
  position: absolute;
  top: 0;
  width: 100%;
  background: inherit;
}
.home .header .header_color_bg2[data-v-8fe3309b] {
  position: relative;
  opacity: 0;
}
.home .header .header_color_bg2[data-v-8fe3309b]::before {
  content: "";
  height: 2.4rem;
  position: absolute;
  top: 0;
  width: 100%;
  background: inherit;
}
.home .sticky[data-v-8fe3309b] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1998;
}
.home .body[data-v-8fe3309b] {
  height: calc(100% - 1.3rem);
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding-top: 1.4rem;
}
.home .body .body_lcp_bg[data-v-8fe3309b] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 11rem;
  object-fit: cover;
  object-position: top;
  z-index: 0;
}
.home .body .toTop[data-v-8fe3309b] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  position: fixed;
  right: 0.5rem;
  bottom: 3rem;
  z-index: 1;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.1rem;
}
.home .body_apk[data-v-8fe3309b] {
  height: calc(100% - 1.3rem);
  /* LCP 背景已改用 .body_lcp_bg img，与 .body 共用 */
}
.home .left_float[data-v-8fe3309b] {
  position: fixed;
  z-index: 199;
  left: 0.2rem;
  bottom: 30%;
  transform: translateX(-2.5rem) translateY(3rem);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.home .left_trans[data-v-8fe3309b] {
  transform: translateY(3rem);
}
.home .right_float[data-v-8fe3309b] {
  position: fixed;
  z-index: 199;
  right: 0.2rem;
  bottom: 30%;
  transform: translateX(2.5rem) translateY(1rem);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.home .right_trans[data-v-8fe3309b] {
  transform: translateY(1rem);
}
.home .tabbar_box[data-v-8fe3309b] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999;
}
.home .tabbar_box.tabbar_box_zIndex[data-v-8fe3309b] {
  z-index: 2009;
}
.home .refresh[data-v-8fe3309b] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  position: absolute;
  z-index: 2101;
  left: -0.5rem;
  top: 5rem;
}
.home .refresh div[data-v-8fe3309b] {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.home .refreshImg[data-v-8fe3309b] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  position: absolute;
  z-index: 2100;
  left: -0.5rem;
  top: 5rem;
}
.home .refreshImg img[data-v-8fe3309b] {
  width: 0.6rem;
  height: 0.6rem;
}
.home .refreshImg1[data-v-8fe3309b] {
  left: 1.18rem;
  top: 3.14rem;
}
.home .zoomOut[data-v-8fe3309b] {
  animation: zoomOut-8fe3309b 0.4s forwards;
  transform-origin: 80% 5%;
}
.home .zoomIn[data-v-8fe3309b] {
  animation: zoomOut-8fe3309b 0.4s forwards;
  transform-origin: center center;
}
.home .centerIn[data-v-8fe3309b] {
  animation: zoomCenter-8fe3309b 0.4s forwards;
  transform-origin: center center;
}
.home .refreshImgOut[data-v-8fe3309b] {
  animation: refreshOut-8fe3309b 0.4s forwards ease;
}
.home .refreshImgIn[data-v-8fe3309b] {
  animation: refreshImgIn-8fe3309b 0.4s forwards ease;
}
@keyframes zoomOut-8fe3309b {
0% {
    transform: scale(1);
    opacity: 1;
}
100% {
    transform: scale(0);
    opacity: 0;
}
}
@keyframes zoomIn-8fe3309b {
0% {
    transform: scale(0);
    opacity: 0;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
@keyframes zoomCenter-8fe3309b {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes refreshOut-8fe3309b {
0% {
    left: -0.5rem;
    top: 5rem;
    transform: scale(1);
}
5% {
    left: -0.5rem;
    top: 5.05rem;
    transform: scale(1);
}
10% {
    left: -0.5rem;
    top: 5.08rem;
    transform: scale(1);
}
15% {
    left: -0.5rem;
    top: 5.1rem;
    transform: scale(1);
}
20% {
    left: -0.5rem;
    top: 5.08rem;
    transform: scale(1);
}
25% {
    left: -0.5rem;
    top: 5.05rem;
    transform: scale(1);
}
30% {
    left: -0.5rem;
    top: 5rem;
    transform: scale(1);
}
35% {
    left: -0.44rem;
    top: 4.9rem;
    transform: scale(1);
}
40% {
    left: -0.36rem;
    top: 4.8rem;
    transform: scale(1);
}
45% {
    left: -0.26rem;
    top: 4.65rem;
    transform: scale(1);
}
50% {
    left: -0.14rem;
    top: 4.5rem;
    transform: scale(1);
}
55% {
    left: -0.02rem;
    top: 4.3rem;
    transform: scale(1.02);
}
60% {
    left: 0.12rem;
    top: 4.1rem;
    transform: scale(1.04);
}
65% {
    left: 0.26rem;
    top: 3.85rem;
    transform: scale(1.06);
}
70% {
    left: 0.4rem;
    top: 3.65rem;
    transform: scale(1.08);
}
75% {
    left: 0.54rem;
    top: 3.5rem;
    transform: scale(1.1);
}
80% {
    left: 0.68rem;
    top: 3.3rem;
    transform: scale(1.11);
}
85% {
    left: 0.82rem;
    top: 3.15rem;
    transform: scale(1.12);
}
90% {
    left: 0.94rem;
    top: 3.08rem;
    transform: scale(1.13);
}
95% {
    left: 1.04rem;
    top: 3.04rem;
    transform: scale(1.14);
}
100% {
    left: 1.18rem;
    top: 3rem;
    transform: scale(1.15);
}
}
@keyframes refreshImgIn-8fe3309b {
0% {
    left: 1.18rem;
    top: 3rem;
}
5% {
    left: 1.04rem;
    top: 3.04rem;
}
10% {
    left: 0.94rem;
    top: 3.08rem;
}
15% {
    left: 0.82rem;
    top: 3.15rem;
}
20% {
    left: 0.68rem;
    top: 3.3rem;
}
25% {
    left: 0.54rem;
    top: 3.5rem;
}
30% {
    left: 0.4rem;
    top: 3.65rem;
}
35% {
    left: 0.26rem;
    top: 3.85rem;
}
40% {
    left: 0.12rem;
    top: 4.1rem;
}
45% {
    left: -0.02rem;
    top: 4.3rem;
}
50% {
    left: -0.14rem;
    top: 4.5rem;
}
55% {
    left: -0.26rem;
    top: 4.65rem;
}
60% {
    left: -0.36rem;
    top: 4.8rem;
}
65% {
    left: -0.44rem;
    top: 4.9rem;
}
70% {
    left: -0.5rem;
    top: 5rem;
}
75% {
    left: -0.5rem;
    top: 5.05rem;
}
80% {
    left: -0.5rem;
    top: 5.08rem;
}
85% {
    left: -0.5rem;
    top: 5.1rem;
}
90% {
    left: -0.5rem;
    top: 5.08rem;
}
95% {
    left: -0.5rem;
    top: 5.05rem;
    opacity: 0;
}
100% {
    left: -0.5rem;
    top: 5rem;
    opacity: 0;
}
}
@keyframes refreshIn-8fe3309b {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}.page-pagination[data-v-ac6f5954] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  position: relative;
}
.page-pagination .game_cover[data-v-ac6f5954] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  font-size: 0.36rem;
}
.page-pagination .game_cover .img_box[data-v-ac6f5954] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  width: 0.8rem;
  height: 0.8rem;
}
.page-pagination .game_cover .img_box img[data-v-ac6f5954] {
  width: 100%;
  height: 100%;
}
.page-pagination .game_cover p[data-v-ac6f5954] {
  margin-left: 0.1rem;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.4rem;
}
.page-pagination .right_box[data-v-ac6f5954] {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
}
.page-pagination .right_box span[data-v-ac6f5954] {
  font-family: "Medium", sans-serif;
}
.page-pagination .right_box p[data-v-ac6f5954] {
  font-family: "Medium", sans-serif;
}
.page-pagination .right_box .totle[data-v-ac6f5954] {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  width: 1.2rem;
  padding: 0 0.1rem 0 0.2rem;
  height: 0.57rem;
  margin-left: 0.2rem;
  font-weight: 600;
  border-radius: 0.5rem;
  font-size: 0.3rem;
}
.page-pagination .right_box .totle p[data-v-ac6f5954] {
  flex: 1;
}
.page-pagination .game_operate[data-v-ac6f5954] {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.2rem;
  padding: 0;
  height: 100%;
  padding-right: 0.2rem;
}
.page-pagination .game_operate .btn-item[data-v-ac6f5954] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  width: 0.71rem;
  height: 0.56rem;
  font-size: 0.36rem;
}
.page-pagination .game_operate .mais[data-v-ac6f5954] {
  width: 1.5rem;
  padding: 0 0.2rem !important;
}
.page-pagination .game_operate .mais p[data-v-ac6f5954] {
  font-size: 0.26rem;
}
.game-skeleton[data-v-9a0a9834] {
  border-radius: 0.1rem;
}
.game_warp[data-v-9a0a9834] {
  min-height: 3rem;
  border-radius: 0.26rem;
  margin-bottom: 0.3rem;
}
.game_warp .box[data-v-9a0a9834] {
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
}
.game_warp .head[data-v-9a0a9834] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0.15rem 0.2rem;
  background: var(--v820ac6f2);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.game_warp .swiper-slide[data-v-9a0a9834] {
  margin-right: 0.2rem;
}
.game_warp .game_list[data-v-9a0a9834] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  padding: 0.2rem;
}
.game_warp .game_list .item[data-v-9a0a9834] {
  position: relative;
  border-radius: 0.24rem;
  overflow: hidden;
  min-height: 2.3rem;
}
.game_warp .game_list .item .flag_box[data-v-9a0a9834] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.1rem;
  z-index: 10;
  border-radius: 0.1rem 0.1rem 0 0;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 0.6rem;
  width: 100%;
  pointer-events: none;
}
.game_warp .game_list .item .flag_box img[data-v-9a0a9834] {
  height: 0.4rem;
  width: 0.4rem;
  pointer-events: auto;
  /* 让内部 img 能单独响应点击 */
}
.game_warp .game_list .img-skeleton[data-v-9a0a9834] {
  height: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game_warp .more_btn[data-v-9a0a9834] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  height: 1.17rem;
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0.2rem;
}
.game_warp .more_btn.more_btn_active img[data-v-9a0a9834] {
  transform: rotate(180deg);
}
.game_warp .more_btn .line[data-v-9a0a9834] {
  position: absolute;
  top: 0;
  width: calc(100% - 0.4rem);
  height: 0.02rem;
}
.game_warp .more_btn div[data-v-9a0a9834] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.2rem;
  padding: 0;
  width: auto;
}
.game_warp .more_btn div span[data-v-9a0a9834] {
  font-weight: bold;
  font-size: 0.3rem;
}
.game_warp .more_btn div .ml02[data-v-9a0a9834] {
  flex: none;
  flex-shrink: 0;
  align-self: center;
  box-sizing: border-box;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.np_data[data-v-9a0a9834] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  width: 100%;
  height: 50vh;
}
.np_data span[data-v-9a0a9834] {
  font-size: 0.32rem;
}.factoryGame[data-v-99a84104] {
  min-height: 7rem;
}.kingkong_box[data-v-0933269a] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.3rem;
  padding: 0 0.4rem;
  box-sizing: border-box;
  gap: 0.25rem;
}
.kingkong_box .img_box[data-v-0933269a] {
  width: 100%;
  height: 1.5rem;
  overflow: hidden;
  border-radius: 0.1rem;
}
.kingkong_box .img_box[data-v-0933269a]:nth-child(1) {
  animation: floatY-0933269a 5s ease-in-out infinite;
}
.kingkong_box .img_box[data-v-0933269a]:nth-child(2),
.kingkong_box .img_box[data-v-0933269a]:nth-child(3),
.kingkong_box .img_box[data-v-0933269a]:nth-child(4) {
  animation: floatY-0933269a 4s ease-in-out infinite;
}
.kingkong_box .img_box[data-v-0933269a]:nth-child(2) {
  animation-delay: 0.5s;
}
.kingkong_box .img_box[data-v-0933269a]:nth-child(3) {
  animation-delay: 1s;
}
.kingkong_box .img-skeleton[data-v-0933269a] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}
@keyframes floatY-0933269a {
0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-0.1rem);
}
100% {
    transform: translateY(0);
}
}.allGame[data-v-0ad00f44] {
  margin-top: 0.4rem;
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
  min-height: 14rem;
  padding: 0 0.3rem;
  position: relative;
}
.allGame .allGame__side[data-v-0ad00f44] {
  position: sticky;
  top: 0;
  width: 1.6rem;
  flex-shrink: 0;
  overflow: hidden;
}
.allGame .allGame__content[data-v-0ad00f44] {
  flex: 1;
  min-width: 0;
  position: relative;
}
.allGame[data-v-0ad00f44] .gameTypeColumn {
  width: 100%;
  height: 100%;
}.gamePage[data-v-c28c6d04] {
  min-height: 14rem;
}
.refreshBtn[data-v-c28c6d04] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  width: 4rem;
  height: 1rem;
  border-radius: 0.15rem;
  margin: 0 auto 1rem;
}
.gameTypeColumn[data-v-c28c6d04] {
  z-index: 200;
  height: 100%;
}
.gameTypeColumn .gameTypeColumn_bg[data-v-c28c6d04] {
  background-position: center;
  height: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
}
[data-v-c28c6d04] .tabs_columnb {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
}
[data-v-c28c6d04] .tabs_columnb .tab_item {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
[data-v-c28c6d04] .tabs_columnb .link_box_active_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  background: var(--v49ad353d);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  justify-content: space-between;
  width: 1.5rem;
  height: 1.86rem;
}
[data-v-c28c6d04] .tabs_columnb .link_box_active_box .img_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  height: 1.2rem;
  width: 1.2rem;
  margin-top: 0.05rem;
}
[data-v-c28c6d04] .tabs_columnb .link_box_active_box .img_box img {
  width: 1.2rem;
  height: 1.2rem;
}
[data-v-c28c6d04] .tabs_columnb .link_box_active_box p {
  position: absolute;
  bottom: 0.25rem;
  font-weight: 400;
  font-size: 0.26rem;
}
[data-v-c28c6d04] .tabs_columnb .link_box_active_box .name {
  bottom: 0.2rem;
  font-size: 0.3rem;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.noCheck[data-v-c28c6d04] {
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.noCheck img[data-v-c28c6d04],
.noCheck span[data-v-c28c6d04],
.noCheck p[data-v-c28c6d04] {
  opacity: 1;
}
.v-enter-from[data-v-c28c6d04],
.v-leave-to[data-v-c28c6d04] {
  opacity: 0;
}
.v-enter-active[data-v-c28c6d04],
.v-leave-active[data-v-c28c6d04] {
  transition: opacity 2s ease-in;
}
.v-enter-to[data-v-c28c6d04],
.v-leave-from[data-v-c28c6d04] {
  opacity: 1;
}
.skeleton-text[data-v-c28c6d04] {
  width: 70%;
  height: 0.28rem;
  border-radius: 0.1rem;
}.tablebar[data-v-8f4981d0] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
}
.tablebar .tablebar_box[data-v-8f4981d0] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background: var(--v9d158a2e);
  height: 1.9rem;
  border-radius: 0;
}
.tablebar .tablebar_box.tablebar_box_pwa[data-v-8f4981d0] {
  height: 1.78rem;
  padding-bottom: 0.34rem;
}
.tablebar .img_box[data-v-8f4981d0] {
  opacity: 0.4;
}
.tablebar .item:nth-of-type(3) .img_box[data-v-8f4981d0] {
  opacity: 1;
}
.tablebar .item:nth-of-type(3) .checked[data-v-8f4981d0] {
  animation: none;
}
.tablebar .checked[data-v-8f4981d0] {
  animation: an_ch-8f4981d0 400ms ease-out forwards;
  opacity: 1;
}
@keyframes an_ch-8f4981d0 {
0% {
    transform: rotateY(0deg);
}
50% {
    transform: rotateY(90deg);
}
100% {
    transform: rotateY(180deg);
}
}
.tablebar .item[data-v-8f4981d0] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.1rem;
  padding: 0;
  height: 100%;
  width: 20%;
  padding-top: 0.25rem;
  position: relative;
}
.tablebar .item .img_box[data-v-8f4981d0] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  z-index: 2;
  width: 0.8rem;
  height: 0.8rem;
}
.tablebar .item .img_box img[data-v-8f4981d0] {
  width: 100%;
  height: 100%;
}
.tablebar .item P[data-v-8f4981d0] {
  position: relative;
  z-index: 2;
  font-size: 0.26rem;
}
.tablebar .item P .text[data-v-8f4981d0] {
  position: relative;
  z-index: 2;
}
.tablebar .item P .p_bg[data-v-8f4981d0] {
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translate(-50%);
  height: 100%;
  opacity: 0.5;
  filter: blur(5px);
}
.tablebar .item:nth-child(3) .image-wrapper[data-v-8f4981d0] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  top: 40%;
  z-index: 2;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
}
.tablebar .item .red_dot[data-v-8f4981d0] {
  position: absolute;
  top: 0rem;
  right: 0.35rem;
  animation: breathe 0.6s ease-in-out infinite;
  z-index: 9;
}
.tablebar .item .red_dot img[data-v-8f4981d0] {
  width: 0.39rem;
  height: 0.45rem;
}
.tablebar .item .acitve[data-v-8f4981d0] {
  font-weight: bold;
}
.tablebar .item .redDot2[data-v-8f4981d0] {
  width: 0.15rem;
  height: 0.15rem;
  left: 1.2rem !important;
  top: 0.2rem;
  color: red;
}
.tablebar .item .activeLine[data-v-8f4981d0] {
  position: absolute;
  bottom: 0;
  height: 0.04rem;
  width: 50%;
  border-radius: 0.5rem;
  animation: an_line-8f4981d0 400ms ease-out forwards;
}
@keyframes an_line-8f4981d0 {
0% {
    width: 0;
}
100% {
    width: 50%;
}
}
.tablebar .MultiplelocationsShow[data-v-8f4981d0] {
  position: absolute;
  top: -1.3rem;
  z-index: 99;
  animation: monopolyBonusState_an-8f4981d0 1s infinite ease-in-out;
}
.tablebar .MultiplelocationsShow p[data-v-8f4981d0] {
  padding: 0.1rem 0.15rem;
  border-radius: 0.2rem;
  font-size: 0.28rem;
  font-weight: 600;
}
@keyframes monopolyBonusState_an-8f4981d0 {
0%, 100% {
    transform: scale(1);
}
50% {
    transform: scale(1.03);
}
}
.gold_coin_animation[data-v-8f4981d0] {
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  z-index: 99;
  pointer-events: none;
}.leftFloat_warp[data-v-757fb641] {
  width: 2rem;
}
.warp1[data-v-757fb641],
.warp2[data-v-757fb641] {
  width: 100%;
}
.warp1 .vimg[data-v-757fb641],
.warp2 .vimg[data-v-757fb641] {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
}
.warp1 img[data-v-757fb641],
.warp2 img[data-v-757fb641] {
  width: 100%;
}.rightFloat_warp[data-v-a09deae9] {
  width: 2rem;
}
.warp1[data-v-a09deae9],
.warp2[data-v-a09deae9] {
  width: 100%;
}
.warp1 .vimg[data-v-a09deae9],
.warp2 .vimg[data-v-a09deae9] {
  width: 2rem;
  height: 2rem;
}
.warp1 .redDot2[data-v-a09deae9],
.warp2 .redDot2[data-v-a09deae9] {
  left: 0.1rem;
  top: 0.1rem;
}
.warp1 img[data-v-a09deae9],
.warp2 img[data-v-a09deae9] {
  width: 100%;
}.kingkong_box[data-v-3066f6a4] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  border-right: 0;
  border-left: 0;
}
.kingkong_box .item[data-v-3066f6a4] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.15rem;
  gap: 0.1rem;
  padding: 0.2rem;
}
.kingkong_box .item .text[data-v-3066f6a4] {
  font-size: 0.3rem;
  text-align: left;
}
.kingkong_box .item .bgback[data-v-3066f6a4] {
  padding: 0.1rem 0.2rem;
  border-radius: 0.3rem;
}
.kingkong_box .item .text_box[data-v-3066f6a4] {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.2rem;
}
.kingkong_box .item .red_dot[data-v-3066f6a4] {
  position: absolute;
  top: 0rem;
  right: 0rem;
  animation: breathe 0.6s ease-in-out infinite;
}
.kingkong_box .item .red_dot img[data-v-3066f6a4] {
  width: 0.39rem;
  height: 0.45rem;
}.hotGame .hotGame_top[data-v-85aaa851] {
  margin-bottom: 0.2rem;
  width: 100%;
  display: flex;
  justify-content: normal;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.2rem;
  padding: 0;
  padding: 0.6rem 0.3rem 0;
}
.hotGame .hotGame_bottom[data-v-85aaa851] {
  padding: 0.2rem 0.1rem 0.2rem 0.3rem;
}
.hotGame .hotGame_bottom ul[data-v-85aaa851] {
  width: 100%;
  display: flex;
  justify-content: normal;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.2rem;
  padding: 0;
  overflow-x: auto;
  overscroll-behavior: auto;
  border-radius: 0.1rem;
}
.hotGame .hotGame_bottom ul li[data-v-85aaa851] {
  flex-shrink: 0;
}.gameTypeList[data-v-ff47d0ad] {
  margin-top: 0.5rem;
}
.gameTypeList .gameTypeList_top[data-v-ff47d0ad] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.2rem;
  padding: 0 0.2rem 0 0;
  height: 1.3rem;
}
.gameTypeList .gameTypeList_top .left[data-v-ff47d0ad] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.15rem;
  padding: 0;
  width: auto;
}
.gameTypeList .gameTypeList_top .left img[data-v-ff47d0ad] {
  width: 0.4rem;
}
.gameTypeList .gameTypeList_top .left span[data-v-ff47d0ad] {
  font-weight: 600;
  font-size: 0.36rem;
}
.gameTypeList .gameTypeList_top .right[data-v-ff47d0ad] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.26rem;
  padding: 0;
  width: 0.64rem;
  height: 0.64rem;
}
.gameTypeList .gameTypeList_top .right .van-icon[data-v-ff47d0ad] {
  transition: all 0.2s ease;
}
.gameTypeList .gameTypeList_top .rightIcon .van-icon[data-v-ff47d0ad] {
  transform: rotate(-180deg);
}
.gameTypeList .gameTypeList_bottom ul[data-v-ff47d0ad] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.gameTypeList .gameTypeList_bottom ul li[data-v-ff47d0ad] {
  width: 100%;
  display: flex;
  justify-content: normal;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.3rem;
  padding: 0.1rem 0.2rem;
  width: calc(50% - 0.1rem);
}
.gameTypeList .gameTypeList_bottom ul li[data-v-ff47d0ad]:last-child {
  margin-bottom: 0;
}
.gameTypeList .gameTypeList_bottom ul li img[data-v-ff47d0ad] {
  width: 0.8rem;
  height: 0.8rem;
}
.gameTypeList .gameTypeList_bottom ul li span[data-v-ff47d0ad] {
  font-weight: 500;
  font-size: 0.3rem;
}.downloadApp[data-v-d5e278cc] {
  padding: 0.2rem;
  position: relative;
  border-radius: 0.2rem;
  background: linear-gradient(360deg, #110D1D 0%, #231450 100%);
  margin: 0.6rem 0 0.5rem;
}
.downloadApp .apkbg[data-v-d5e278cc] {
  position: absolute;
  top: -0.2rem;
  right: -0.05rem;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.downloadApp .btns[data-v-d5e278cc] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.2rem;
  padding: 0;
  width: 70%;
}
.downloadApp .btns .btn[data-v-d5e278cc] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  font-weight: 600;
  font-size: 0.25rem;
  border-radius: 0.5rem;
}
.downloadApp span[data-v-d5e278cc] {
  font-size: 0.28rem;
  margin-bottom: 0.1rem;
  width: 70%;
  display: block;
}
.downloadApp h4[data-v-d5e278cc] {
  font-size: 0.32rem;
  font-weight: 600;
}.sidebar_user .box_user[data-v-22474f76] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  height: 1.8rem;
  /* Use a pseudo-element to flip only the background */
  position: relative;
  overflow: hidden;
}
.sidebar_user .box_user p[data-v-22474f76] {
  font-size: 0.36rem;
}
.sidebar_user .box_user[data-v-22474f76]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--v6f1aa74f);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: scaleY(-1);
  pointer-events: none;
}
.sidebar_user .userInfo[data-v-22474f76] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.1rem;
  padding: 0;
  justify-content: space-between;
  padding: 0 0.3rem;
}
.sidebar_user .userInfo .avatarBox[data-v-22474f76] {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.1rem;
  padding: 0;
  flex: 1;
}
.sidebar_user .userInfo .amount[data-v-22474f76] {
  text-align: right;
}
.sidebar_user .userInfo span[data-v-22474f76] {
  font-size: 0.28rem;
}
.sidebar_user .loginRegister[data-v-22474f76] {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0rem;
  padding: 0;
  padding: 0.3rem;
  height: 0.83rem;
  margin-top: 0.4rem;
  flex-shrink: 0;
}
.sidebar_user .loginRegister .login[data-v-22474f76],
.sidebar_user .loginRegister .registered[data-v-22474f76] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  width: 50%;
  height: 0.87rem;
  font-weight: 600;
  font-size: 0.36rem;
  border-radius: 0.2rem;
  padding-bottom: 0.05rem;
}
.sidebar_user .loginRegister .login[data-v-22474f76] {
  overflow: hidden;
  background: var(--v6f1aa74c);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-right: 0.3rem;
}
.sidebar_user .loginRegister .registered[data-v-22474f76] {
  padding-left: 0.3rem;
  position: relative;
  background: var(--v6f1aa74d);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sidebar_user .loginRegister .registered .tips[data-v-22474f76] {
  height: 0.35rem;
  position: absolute;
  right: -0.12rem;
  top: -0.2rem;
}
.sidebar_user .loginRegister .registered .tips img[data-v-22474f76] {
  height: 0.35rem;
  width: 1.62rem;
}
.sidebar_user .loginRegister .registered .tips span[data-v-22474f76] {
  font-size: 0.18rem;
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  left: 0.05rem;
  top: 0.115rem;
}
.box[data-v-22474f76] {
  width: 100%;
}.sticky_box[data-v-e40815c7] {
  position: sticky;
  top: 0;
  z-index: 100;
}
.sidebar[data-v-e40815c7] {
  width: 8.05rem;
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
}
.sidebar_bottom[data-v-e40815c7] {
  padding: 0 0.3rem;
}
h4[data-v-e40815c7] {
  margin: 0.5rem 0 0.2rem;
}
.sidebar_top[data-v-e40815c7] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  padding: 0.5rem 0.2rem 0;
}
.sidebar_top .menu[data-v-e40815c7] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.3rem;
  padding: 0;
  width: 0.83rem;
  height: 0.83rem;
}
.sidebar_top .menu img[data-v-e40815c7] {
  width: 0.4rem;
}
.sidebar_top .img_box img[data-v-e40815c7] {
  margin-right: 0.3rem;
  height: 0.7rem;
}
.shareList_box[data-v-e40815c7] {
  margin-top: 0.51rem;
}.shareList .shareList_box[data-v-d440d218] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.3rem;
  padding: 0;
  width: 100%;
}
.shareList .shareList_box .item[data-v-d440d218] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}.footer[data-v-8f0418e9] {
  margin-top: 0.5rem;
  padding: 0 0.3rem 0.5rem 0.3rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
.footer h4[data-v-8f0418e9] {
  font-size: 0.42rem;
  font-weight: 500;
  padding: 0.5rem 0 0.3rem;
  color: var(--neutral-color3);
}
.footer .btns[data-v-8f0418e9] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.5rem;
  padding: 0;
  white-space: pre-line;
}
.footer .btns .btn[data-v-8f0418e9] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0;
  font-weight: bold;
  border-radius: 0.2rem;
  padding: 0.24rem 0.3rem;
}
.footer .btns p[data-v-8f0418e9] {
  font-size: 0.28rem;
  flex: 1;
  text-align: left;
  line-height: 0.34rem;
  padding-left: 0.1rem;
}
.footer .bottom[data-v-8f0418e9] {
  position: relative;
  width: 100%;
  padding: 0.2rem 0.25rem;
  padding-bottom: 2rem;
  min-height: 8rem;
}
.footer .bottom .MultiSiteMode[data-v-8f0418e9] {
  padding: 0.8rem 0 0.5rem;
}
.footer .bottom .logo img[data-v-8f0418e9] {
  height: 1.5rem;
  width: auto;
}
.footer .bottom .promotion[data-v-8f0418e9] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  margin: 0.5rem 0 0.8rem;
  padding: 0;
  justify-content: center;
}
.footer .bottom .promotion .promotion_left[data-v-8f0418e9] {
  width: 60%;
}
.footer .bottom .promotion .promotion_right[data-v-8f0418e9] {
  width: 40%;
}
.footer .bottom .promotion .promotion_right h4[data-v-8f0418e9] {
  text-align: right;
}
.footer .bottom .promotion .promotion_right > div[data-v-8f0418e9] {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.1rem;
  gap: 0.3rem;
  padding: 0;
}
.footer .bottom .text[data-v-8f0418e9] {
  font-weight: 400;
  font-size: 0.32rem;
  line-height: 0.5rem;
  white-space: pre-line;
}
.footer .bottom .beian[data-v-8f0418e9] {
  text-align: center;
}
.footer .bottom .img3_box[data-v-8f0418e9] {
  display: flex;
  margin: 0.5rem auto 0;
}