@charset "UTF-8";
.van-toast[data-v-c0caae78] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-c0caae78] {
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-c0caae78] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-c0caae78] {
  height: 80%;
}
@media (orientation: landscape) {
  html.landscape[data-v-c0caae78] {
    font-size: 9vh !important;
  }
}
.isAppForcedDownloadEnabled-dialog[data-v-c0caae78] {
  z-index: 9999999 !important;
}
.dialog[data-v-c0caae78] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--bgcolor-32);
  -webkit-transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  z-index: 2004;
}
.dialog.active[data-v-c0caae78] {
  opacity: 1;
  visibility: visible;
}
.dialog.active .dialog__container[data-v-c0caae78] {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.dialog.inactive[data-v-c0caae78] {
  opacity: 0;
  visibility: hidden;
}
.dialog.inactive .dialog__container[data-v-c0caae78] {
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
}
.dialog__container[data-v-c0caae78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 8rem;
  min-height: 6.66667rem;
  border-radius: 0.26667rem;
  background: var(--bg_color_L2);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s, transform 0.3s ease-in-out;
  transition: opacity 0.3s, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  z-index: 2003;
  padding: 0.53333rem 0.26667rem;
  border-radius: 20px;
}
.dialog__container-img[data-v-c0caae78] {
  width: 3.73333rem;
  height: 2.4rem;
  margin-top: -1.06667rem;
}
.dialog__container-img img[data-v-c0caae78] {
  width: 100%;
  height: 100%;
}
.dialog__container-title[data-v-c0caae78] {
  margin-top: 0.34667rem;
  font-size: 0.48rem;
  font-weight: 700;
  color: var(--text_color_L1);
}
.dialog__container-content[data-v-c0caae78] {
  margin-top: 0.24rem;
  color: var(--text_color_L2);
  font-size: 0.32rem;
  font-weight: 400;
}
.dialog__container-footer[data-v-c0caae78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.28rem;
  width: 100%;
  height: 1.06667rem;
  margin-top: 2rem;
  padding: 0 0.26667rem;
}
.dialog__container-footer button[data-v-c0caae78] {
  width: 3.12rem;
  height: 1.06667rem;
  color: var(--main-color);
  font-size: 0.42667rem;
  text-align: center;
  border-radius: 9rem;
  border: 0.01333rem solid var(--main-color);
  background: transparent;
}
.dialog__container-footer button[data-v-c0caae78]:last-of-type {
  width: 4.34667rem;
  color: var(--text_color_L4);
  background: var(--main_gradient-color);
}
.dialog__outside[data-v-c0caae78] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default;
  z-index: 2002;
  background: rgba(0, 0, 0, 0.6);
}
.van-toast[data-v-3ad7aed7] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-3ad7aed7] {
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-3ad7aed7] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-3ad7aed7] {
  height: 80%;
}
@media (orientation: landscape) {
  html.landscape[data-v-3ad7aed7] {
    font-size: 9vh !important;
  }
}
.isAppForcedDownloadEnabled-dialog[data-v-3ad7aed7] {
  z-index: 9999999 !important;
}
.swiper_box[data-v-3ad7aed7] {
  position: relative;
  padding: 0 0.34667rem;
}
.swiper_box .swiper-button[data-v-3ad7aed7] {
  padding-top: 0.26667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper_box .swiper-button span[data-v-3ad7aed7] {
  position: relative;
  display: inline-block;
  width: 0.10667rem;
  height: 0.10667rem;
  border-radius: 0.10667rem;
  background-color: #656565;
  margin: 0 0.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.swiper_box .swiper-button .active[data-v-3ad7aed7] {
  background-color: var(--main-color);
  width: 0.26667rem;
  height: 0.10667rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper_box .my-swipe[data-v-3ad7aed7] {
  height: 4.26667rem;
  box-sizing: border-box;
}
.swiper_box .my-swipe img[data-v-3ad7aed7] {
  width: 100%;
  height: 100%;
  border-radius: 0.26667rem;
  -webkit-filter: var(--BoxShadowColor-35);
  filter: var(--BoxShadowColor-35);
}
.van-toast[data-v-b3bd7e49] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-b3bd7e49] {
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-b3bd7e49] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-b3bd7e49] {
  height: 80%;
}
@media (orientation: landscape) {
  html.landscape[data-v-b3bd7e49] {
    font-size: 9vh !important;
  }
}
.isAppForcedDownloadEnabled-dialog[data-v-b3bd7e49] {
  z-index: 9999999 !important;
}
.btn[data-v-b3bd7e49] {
  position: fixed;
  left: 50%;
  bottom: 2.4rem;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 4.45333rem;
  height: 1.06667rem;
  background: var(--downBg, var(--main_gradient-color2));
  border-radius: 1.06667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.13333rem;
  z-index: 2;
  padding: 0 0.26667rem;
}
.btn .icon[data-v-b3bd7e49] {
  width: 0.64rem;
  height: 0.64rem;
}
.btn .text[data-v-b3bd7e49] {
  color: #fff;
  text-shadow: 0 0.02667rem 0.01333rem #e04846;
  font-family: Inter;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.53333rem;
  letter-spacing: 0.0128rem;
  word-wrap: break-word;
  width: -webkit-fit-content;
  width: fit-content;
}
.btn .bonus-con[data-v-b3bd7e49] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.04rem;
}
.btn .bonus-con .text[data-v-b3bd7e49] {
  font-weight: 500;
  margin-top: 0;
  font-size: 0.29333rem;
  line-height: 1;
}
.btn .bonus-con .bonus[data-v-b3bd7e49] {
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.56rem;
  letter-spacing: 0.00747rem;
  color: #fff;
  text-shadow: 0 0.02667rem 0.01333rem #e04846;
  line-height: 1;
}
.van-toast {
  word-break: break-word !important;
}
.cg-default.van-button {
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img {
  height: 80%;
}
@media (orientation: landscape) {
  html.landscape {
    font-size: 9vh !important;
  }
}
.isAppForcedDownloadEnabled-dialog {
  z-index: 9999999 !important;
}
.float {
  position: fixed;
  bottom: 4rem;
  right: 0.4rem;
  touch-action: none;
  z-index: 1000;
}
.float-entry {
  width: 1.49333rem;
  height: 1.49333rem;
  margin-bottom: 0.08rem;
}
.rewardCenter {
  background: url(/assets/png/rewardCenter-f8f2277a.webp) no-repeat center/cover;
}
.turntable-lottery {
  background: url(/assets/png/turntable-4464ae2e.webp) no-repeat center/cover;
}
.turntable {
  background: var(--d9cf7d89-bigTurntableBgUrl) no-repeat center/cover;
}
.turntable-telegram {
  background: var(--d9cf7d89-telegramBgUrl) no-repeat center/cover;
}
.changlongEnter {
  background: url(/assets/svg/changlong-fd1e448e.svg) no-repeat center/cover;
  background-size: 1.49333rem;
}
.van-toast[data-v-8ac0d926] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-8ac0d926] {
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-8ac0d926] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-8ac0d926] {
  height: 80%;
}
@media (orientation: landscape) {
  html.landscape[data-v-8ac0d926] {
    font-size: 9vh !important;
  }
}
.isAppForcedDownloadEnabled-dialog[data-v-8ac0d926] {
  z-index: 9999999 !important;
}
.tabs[data-v-8ac0d926] {
  background: none;
  margin-top: 0.48rem;
  margin-bottom: 0.4rem;
}
.tab_item[data-v-8ac0d926] {
  min-width: 1.28rem;
  height: 1.58667rem;
  margin-inline: 0.06667rem;
  padding: 0;
  color: #80849c;
  border-radius: 0.13333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0.13333rem;
}
.tab_item img[data-v-8ac0d926] {
  max-width: 0.56rem;
  height: 0.56rem;
  margin-bottom: 0.10667rem;
}
.tab_item svg[data-v-8ac0d926] {
  width: 0.56rem;
  height: 0.56rem;
  margin-bottom: 0.10667rem;
}
.tab_item span[data-v-8ac0d926] {
  font-size: 0.32rem;
}
.allGame[data-v-8ac0d926] {
  height: 0.93333rem;
  min-width: 1.86667rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.tab_active[data-v-8ac0d926] {
  color: var(--norm_Variable_1, #3042da);
  background: var(--main_gradient-color);
}
[data-v-8ac0d926] .fun-tabs .fun-tab-item {
  padding: 0.18667rem 0;
}
.noBg[data-v-8ac0d926] {
  background: none !important;
}
.noBg[data-v-8ac0d926] .van-tabs__nav--card .van-tab--card {
  background: rgba(21, 30, 43, 0.81) !important;
}
.van-toast[data-v-6a6ca1da] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-6a6ca1da] {
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-6a6ca1da] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-6a6ca1da] {
  height: 80%;
}
@media (orientation: landscape) {
  html.landscape[data-v-6a6ca1da] {
    font-size: 9vh !important;
  }
}
.isAppForcedDownloadEnabled-dialog[data-v-6a6ca1da] {
  z-index: 9999999 !important;
}
.gameItem1[data-v-6a6ca1da] {
  width: 2.90667rem;
  height: 3.92rem;
  border-radius: 0.16rem;
  display: inline-block;
}
.gameItem1 img[data-v-6a6ca1da] {
  width: 2.90667rem;
  height: 3.92rem;
  border-radius: 0.16rem;
}
.gameItem1 .win-odds[data-v-6a6ca1da] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 0.48rem;
  background: rgba(var(--main-color-rgb), 0.9);
  color: var(--text_color_L1);
  width: 100%;
  border-radius: 0.13333rem;
  font-size: 0.29333rem;
  overflow: hidden;
  margin-top: 0.08rem;
  margin-bottom: 0.13333rem;
  position: relative;
}
.gameItem1 .win-odds .win-p[data-v-6a6ca1da] {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  background-color: var(--main-color);
}
html:lang(ar) .gameItem1 .win-odds .win-p[data-v-6a6ca1da] {
  left: unset;
  right: 0;
}
.gameItem1 .win-odds span[data-v-6a6ca1da] {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  line-height: 0.53333rem;
}
.gameItem1 .win-odds span[data-v-6a6ca1da]:first-child {
  padding-left: 0.13333rem;
}
.gameItem1 .win-odds span[data-v-6a6ca1da]:last-child {
  text-align: right;
  padding-right: 0.13333rem;
}
.elec[data-v-6a6ca1da],
.elec img[data-v-6a6ca1da] {
  height: 3.92rem;
}
.slot_bg[data-v-6a6ca1da] {
  width: 4.53333rem;
  height: 1.44rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}
.gameImte2[data-v-6a6ca1da] {
  width: 100%;
}
.gameImte2 .other_style[data-v-6a6ca1da],
.gameImte2 .lottery_style[data-v-6a6ca1da] {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  white-space: break-spaces;
}
.gameImte2 .other_style[data-v-6a6ca1da],
.gameImte2 .other_style img[data-v-6a6ca1da] {
  width: 2.90667rem;
  height: 3.92rem;
}
.gameImte2 .other_style div[data-v-6a6ca1da] {
  padding-top: 0.82667rem;
  text-align: center;
  font-size: 0.26667rem;
  color: #fff;
  font-weight: 400;
}
.gameImte2 .lottery_style[data-v-6a6ca1da] {
  position: relative;
  width: 100%;
  height: var(--6a6ca1da-bgHidth);
  color: #fff;
}
.gameImte2 .lottery_style .tit[data-v-6a6ca1da] {
  position: absolute;
  width: 2.02667rem;
  top: 0.32rem;
  left: 0.32rem;
  font-weight: 700;
  font-size: 0.37333rem;
}
html:lang(ar) .gameImte2 .lottery_style .tit[data-v-6a6ca1da] {
  left: unset;
  right: 0.32rem;
}
.gameImte2 .lottery_style .txt1[data-v-6a6ca1da],
.gameImte2 .lottery_style .txt2[data-v-6a6ca1da] {
  position: absolute;
  left: 0.32rem;
  bottom: 0.69333rem;
  font-size: 0.24rem;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
html:lang(ar) .gameImte2 .lottery_style .txt1[data-v-6a6ca1da],
html:lang(ar) .gameImte2 .lottery_style .txt2[data-v-6a6ca1da] {
  left: unset;
  right: 0.32rem;
}
.gameImte2 .lottery_style .txt2[data-v-6a6ca1da] {
  left: 0.24rem;
  bottom: 0.26667rem;
}
html:lang(ar) .gameImte2 .lottery_style .txt2[data-v-6a6ca1da] {
  left: unset;
  right: 0.24rem;
}
.gameImte2 .big_prize_wai[data-v-6a6ca1da] {
  position: relative;
}
.gameImte2 .big_prize_wai .big_prize[data-v-6a6ca1da] {
  width: 2.90667rem;
  height: 3.92rem;
  position: relative;
  border-radius: 0.32rem;
}
.gameImte2 .big_prize_wai .big_prize .bg[data-v-6a6ca1da] {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.90667rem;
  height: 3.92rem;
  border-radius: 0.32rem;
  background-repeat: no-repeat;
  background-size: 2.90667rem 3.92rem;
  background-position: center;
  z-index: 1;
}
html:lang(ar) .gameImte2 .big_prize_wai .big_prize .bg[data-v-6a6ca1da] {
  left: unset;
  right: 0;
}
.gameImte2 .big_prize_wai .big_prize .info[data-v-6a6ca1da] {
  width: 1.33333rem;
  height: 0.53333rem;
  line-height: 0.53333rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 0.16rem 0;
  background: -webkit-linear-gradient(left, #da22e4 0%, #981bfa 100%);
  background: linear-gradient(90deg, #da22e4 0%, #981bfa 100%);
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 0.32rem;
  font-weight: 700;
}
.gameImte2 .big_prize_wai .title[data-v-6a6ca1da] {
  margin-top: 0.16rem;
  color: var(--text_color_L1, #f5f3f0);
  font-family: Roboto;
  font-size: 0.29333rem;
  font-weight: 400;
}
.gameImte2 .big_prize_wai .title2[data-v-6a6ca1da] {
  margin-top: 0.16rem;
  color: var(--text_color_L4);
  font-family: Roboto;
  font-size: 0.29333rem;
  font-weight: 400;
}
.gameImte2 .big_prize_wai .award[data-v-6a6ca1da] {
  color: var(--main-color);
  font-family: Roboto;
  font-size: 0.29333rem;
  font-weight: 500;
}
.gameImte2 .big_prize_wai .award_qian[data-v-6a6ca1da] {
  color: #f74747;
  font-family: Roboto;
  font-size: 0.29333rem;
  font-weight: 500;
}
.van-toast[data-v-e3bcc790] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-e3bcc790] {
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-e3bcc790] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-e3bcc790] {
  height: 80%;
}
@media (orientation: landscape) {
  html.landscape[data-v-e3bcc790] {
    font-size: 9vh !important;
  }
}
.isAppForcedDownloadEnabled-dialog[data-v-e3bcc790] {
  z-index: 9999999 !important;
}
.aloneGame[data-v-e3bcc790] {
  width: 100%;
}
.aloneGame .header[data-v-e3bcc790] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.aloneGame .header .title[data-v-e3bcc790],
.aloneGame .header .title2[data-v-e3bcc790] {
  font-size: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.aloneGame .header .title.title[data-v-e3bcc790],
.aloneGame .header .title2.title[data-v-e3bcc790] {
  color: var(--text_color_L1);
}
.aloneGame .header .title.title2[data-v-e3bcc790],
.aloneGame .header .title2.title2[data-v-e3bcc790] {
  color: var(--main-color);
}
.aloneGame .header .title .icons[data-v-e3bcc790],
.aloneGame .header .title2 .icons[data-v-e3bcc790] {
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.18667rem;
}
.aloneGame .header .title div[data-v-e3bcc790],
.aloneGame .header .title2 div[data-v-e3bcc790] {
  display: inline-block;
  width: 1.73333rem;
  height: 0.64rem;
  background-color: var(--bg_color_L2);
  border-radius: 0.10667rem;
  font-size: 0.34667rem;
  line-height: 0.66667rem;
  cursor: pointer;
  margin-left: 0.13333rem;
}
.aloneGame .header .title div .all[data-v-e3bcc790],
.aloneGame .header .title2 div .all[data-v-e3bcc790] {
  color: var(--text_color_L3);
  margin-left: 0.26667rem;
}
.aloneGame .header .title div .len[data-v-e3bcc790],
.aloneGame .header .title2 div .len[data-v-e3bcc790] {
  color: var(--text_color_L1);
  margin-left: 0.26667rem;
}
.aloneGame .header .right_btn[data-v-e3bcc790] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.aloneGame .header .right_btn i[data-v-e3bcc790] {
  width: 0.64rem;
  height: 0.64rem;
  margin-left: 0.13333rem;
  background: var(--main_gradient-color);
  color: var(--textW);
  font-size: 0.42667rem;
  border-radius: 0.10667rem;
  text-align: center;
  line-height: 0.64rem;
}
.aloneGame .header .right_btn i.active[data-v-e3bcc790] {
  opacity: 0.5;
}
.aloneGame .flash_desc[data-v-e3bcc790] {
  font-size: 0.32rem;
  color: var(--text_color_L1);
}
.aloneGame .awar_desc .amount[data-v-e3bcc790] {
  color: #f74747;
}
.aloneGame .awar_desc .amount2[data-v-e3bcc790] {
  color: var(--main-color);
}
.aloneGame .three_item[data-v-e3bcc790] {
  width: 100%;
  height: 3.84rem;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.aloneGame .three_item .contents[data-v-e3bcc790] {
  height: 2.90667rem;
  display: -webkit-box;
  white-space: nowrap;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
html:lang(ar) .aloneGame .three_item .contents[data-v-e3bcc790] {
  left: unset;
  right: 0;
}
.aloneGame .three_item .contents .item[data-v-e3bcc790] {
  margin-right: 0.24rem;
  display: inline-block;
}
.aloneGame .three_item3[data-v-e3bcc790],
.aloneGame .three_item3 .contents3[data-v-e3bcc790],
.aloneGame .three_item22[data-v-e3bcc790] {
  height: 2.90667rem;
}
.aloneGame[data-v-e3bcc790] ::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.aloneGame[data-v-e3bcc790] ::-webkit-scrollbar-track {
  background: transparent;
}
.aloneGame[data-v-e3bcc790] ::-webkit-scrollbar-thumb {
  background: transparent;
}
.aloneGame .all_item .item_one[data-v-e3bcc790] {
  margin-bottom: 0.24rem;
}
.aloneGame .all_item .item_two[data-v-e3bcc790] {
  margin: 0 auto 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.aloneGame .look_all[data-v-e3bcc790] {
  margin: 0.64rem auto;
  width: 3.84rem;
  height: 0.8rem;
  background: var(--main_gradient-color);
  box-shadow: 0 0.04rem 0.08rem 0.01333rem #00000029;
  border-radius: 0.4rem;
  font-size: 0.32rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 0.8rem;
  cursor: pointer;
}
.aloneGame .look_awar[data-v-e3bcc790] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 0.93333rem;
  margin-top: 0.32rem;
  padding: 0.26667rem 0.13333rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0.66667rem;
  color: var(--Home-Hot-Slot-Slide-2-Nero, #001534);
  text-align: center;
  font-family: Roboto;
  font-size: 0.32rem;
  font-weight: 400;
}
.my-swipe[data-v-e3bcc790] {
  margin-top: 0.32rem;
  margin-bottom: 0.32rem;
}
.my-swipe .van-swipe-item[data-v-e3bcc790] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.21333rem;
  height: 100%;
}
.my-swipe .van-swipe-item .item_one[data-v-e3bcc790] {
  height: 100%;
  margin-bottom: 0.24rem;
}
.my-swipe .van-swipe-item .item_two[data-v-e3bcc790] {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.my-swipe .isShowAll[data-v-e3bcc790] {
  height: auto;
}
.my-swipe .gys[data-v-e3bcc790] {
  grid-template-columns: repeat(2, 1fr);
  border-radius: 0;
}
.ChangLong[data-v-e3bcc790] {
  width: 100%;
  height: 2.13333rem;
  background: url(/assets/png/changlong_bg-22ec113c.webp) no-repeat center
    center;
  background-size: contain;
  position: relative;
  padding-top: 0.24rem;
  margin-bottom: 0.53333rem;
  cursor: pointer;
}
.ChangLong.game51[data-v-e3bcc790] {
  background: url(/assets/jpg/changlong51_bg-04233e9c.webp) no-repeat center
    center;
  background-size: contain;
}
.van-toast[data-v-3cb56872] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-3cb56872] {
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-3cb56872] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-3cb56872] {
  height: 80%;
}
@media (orientation: landscape) {
  html.landscape[data-v-3cb56872] {
    font-size: 9vh !important;
  }
}
.isAppForcedDownloadEnabled-dialog[data-v-3cb56872] {
  z-index: 9999999 !important;
}
.winning[data-v-3cb56872] {
  margin-bottom: 0.4rem;
}
.winning .title[data-v-3cb56872] {
  background: url(/assets/png/win-d581733a.webp) no-repeat left center;
  background-size: 0.56rem 0.56rem;
  padding-left: 0.74667rem;
  color: var(--text_color_L1);
  font-size: 0.4rem;
  margin-bottom: 0.34667rem;
}
.winning .win_item[data-v-3cb56872] {
  background: url(/assets/png/winning_bg-2e4b55b4.webp) no-repeat left top;
  background-size: cover;
  width: 9.2rem;
  height: 1.84rem;
  position: relative;
  margin-bottom: 0.26667rem;
}
.winning .win_item .avatar[data-v-3cb56872] {
  width: 1.09333rem;
  height: 1.09333rem;
  position: absolute;
  top: 0.10667rem;
  left: 0.10667rem;
}
html:lang(ar) .winning .win_item .avatar[data-v-3cb56872] {
  left: unset;
  right: 0.10667rem;
}
.winning .win_item .avatar .avatar_outbg[data-v-3cb56872] {
  width: 1.09333rem;
  height: 1.09333rem;
  background-image: url(/assets/png/kBg-d1dd7b40.webp);
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
html:lang(ar) .winning .win_item .avatar .avatar_outbg[data-v-3cb56872] {
  left: unset;
  right: 0;
}
.winning .win_item .avatar img[data-v-3cb56872] {
  width: 0.96rem;
  height: 0.96rem;
  position: absolute;
  top: 0.05333rem;
  left: 0.05333rem;
  border-radius: 0.4rem;
}
html:lang(ar) .winning .win_item .avatar img[data-v-3cb56872] {
  left: unset;
  right: 0.05333rem;
}
.winning .win_item .avatar .level[data-v-3cb56872] {
  position: absolute;
  top: 0.57333rem;
  left: 0.72rem;
  width: 0.48rem;
  height: 0.48rem;
  background: var(--main_gradient-color);
  box-shadow: 0 0.04rem 0.08rem 0.01333rem #00000029;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  font-size: 0.29333rem;
  border-radius: 50%;
}
html:lang(ar) .winning .win_item .avatar .level[data-v-3cb56872] {
  left: unset;
  right: 0.72rem;
}
.winning .win_item .info[data-v-3cb56872] {
  position: absolute;
  top: 0.42667rem;
  left: 1.81333rem;
}
.winning .win_item .info .name[data-v-3cb56872] {
  color: #fff;
  font-size: 0.32rem;
  line-height: 0.42667rem;
  width: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.winning .win_item .info .time[data-v-3cb56872] {
  color: #84888d;
}
.winning .win_item .winning_icon[data-v-3cb56872] {
  width: 1.6rem;
  height: 1.44rem;
  position: absolute;
  top: 0.18667rem;
  left: 4.13333rem;
}
html:lang(ar) .winning .win_item .winning_icon[data-v-3cb56872] {
  left: unset;
  right: 4.13333rem;
}
.winning .win_item .winning[data-v-3cb56872] {
  position: absolute;
  top: 0.48rem;
  right: 0.24rem;
}
html:lang(ar) .winning .win_item .winning[data-v-3cb56872] {
  left: 0.24rem;
  right: unset;
}
.winning .win_item .winning div[data-v-3cb56872] {
  color: #fff;
  font-size: 0.32rem;
}
.winning .win_item .winning div[data-v-3cb56872]:first-child {
  font-size: 0.45333rem;
  line-height: 0.56rem;
  text-align: right;
}
.winning .win_item .winning div[data-v-3cb56872]:last-child {
  text-align: right;
}
.van-toast[data-v-dd3d232d] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-dd3d232d] {
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-dd3d232d] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-dd3d232d] {
  height: 80%;
}
@media (orientation: landscape) {
  html.landscape[data-v-dd3d232d] {
    font-size: 9vh !important;
  }
}
.isAppForcedDownloadEnabled-dialog[data-v-dd3d232d] {
  z-index: 9999999 !important;
}
.profit[data-v-dd3d232d] {
  margin-bottom: 0.4rem;
}
.profit .title[data-v-dd3d232d] {
  background: url(/assets/png/profit-56d94e8f.webp) no-repeat left center;
  background-size: 0.56rem 0.56rem;
  padding-left: 0.74667rem;
  font-size: 0.4rem;
  margin-bottom: 0.34667rem;
  color: var(--text_color_L1);
}
.profit__list[data-v-dd3d232d] {
  background: var(--bg_color_L2);
  border-radius: 0.16rem;
  padding: 0.4rem 0.24rem;
}
.profit__list-item[data-v-dd3d232d] {
  height: 1.53333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: var(--Dividing-line_color);
}
.profit__list-item .usePhoto[data-v-dd3d232d] {
  width: 0.98667rem;
  height: 0.98667rem;
  border-radius: 50%;
}
.profit__list-item__info[data-v-dd3d232d] {
  width: 7.41333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 0.98667rem;
}
.profit__list-item__info .rank .name[data-v-dd3d232d] {
  font-size: 0.32rem;
}
.profit__list-item__info .rank .rank_num[data-v-dd3d232d] {
  color: #ffcb7d;
  font-size: 0.32rem;
}
.profit__list-item__info .rank .rank_num .rank_img[data-v-dd3d232d] {
  width: 0.32rem;
  height: 0.53333rem;
  display: inline-block;
  margin-right: 0.16rem;
  vertical-align: bottom;
}
.profit__list-item__info .rank .rank_num span[data-v-dd3d232d] {
  font-size: 0.32rem;
}
.profit__list-item__info .rank .rank_num .no1[data-v-dd3d232d] {
  font-size: 0.4rem;
  color: #fbae3b;
}
.profit__list-item__info .rank .rank_num .no2[data-v-dd3d232d] {
  font-size: 0.4rem;
  color: #96aaaf;
}
.profit__list-item__info .rank .rank_num .no3[data-v-dd3d232d] {
  font-size: 0.4rem;
  color: #f59369;
}
.profit__list-item__info .price[data-v-dd3d232d] {
  color: #fff;
  font-size: 0.4rem;
  text-align: right;
}
.profit__list-item[data-v-dd3d232d]:last-child {
  border-bottom: none;
}
.van-toast[data-v-711adb57] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-711adb57] {
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-711adb57] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-711adb57] {
  height: 80%;
}
@media (orientation: landscape) {
  html.landscape[data-v-711adb57] {
    font-size: 9vh !important;
  }
}
.isAppForcedDownloadEnabled-dialog[data-v-711adb57] {
  z-index: 9999999 !important;
}
.bottomLogoText[data-v-711adb57] {
  margin: 0.53333rem 0 0;
  text-align: center;
  padding-bottom: 0.8rem;
}
.bottomLogoText.mt40[data-v-711adb57] {
  margin-bottom: 0.8rem;
}
.bottomLogoText.popText[data-v-711adb57] {
  padding: 0 0.37333rem;
  margin-bottom: 0.4rem;
}
.bottomLogoText.wa ul li[data-v-711adb57] {
  font-size: 0.29333rem;
}
.bottomLogoText img[data-v-711adb57] {
  width: 2.66667rem;
  margin-bottom: 0.13333rem;
}
.bottomLogoText ul li[data-v-711adb57] {
  text-align: left;
  font-size: 0.37333rem;
  color: var(--text_color_L1);
  margin-bottom: 0.32rem;
}
.bottomLogoText ul li[data-v-711adb57]:last-child {
  margin-bottom: 0;
}
.van-toast[data-v-4529147b] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-4529147b] {
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-4529147b] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-4529147b] {
  height: 80%;
}
@media (orientation: landscape) {
  html.landscape[data-v-4529147b] {
    font-size: 9vh !important;
  }
}
.isAppForcedDownloadEnabled-dialog[data-v-4529147b] {
  z-index: 9999999 !important;
}
.instructions.mtdesc[data-v-4529147b] {
  margin-bottom: 2.4rem;
}
.instructions .instructions_img[data-v-4529147b] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.32rem;
}
.instructions .instructions_img .u18[data-v-4529147b] {
  width: 0.58667rem;
  height: 0.58667rem;
  margin-right: 0.21333rem;
}
.instructions .instructions_img .logo[data-v-4529147b] {
  width: auto;
  height: 0.8rem;
}
.instructions .desc[data-v-4529147b] {
  color: #848486;
  font-size: 0.32rem;
}
.instructions .desc .tips[data-v-4529147b] {
  margin-bottom: 0.26667rem;
}
.van-toast[data-v-93741f34] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-93741f34] {
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-93741f34] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-93741f34] {
  height: 80%;
}
@media (orientation: landscape) {
  html.landscape[data-v-93741f34] {
    font-size: 9vh !important;
  }
}
.isAppForcedDownloadEnabled-dialog[data-v-93741f34] {
  z-index: 9999999 !important;
}
.video_list .video_item[data-v-93741f34] {
  margin-bottom: 0.61333rem;
}
.video_list .video_item .video_title img[data-v-93741f34] {
  margin-right: 0.10667rem;
  height: 0.53333rem;
  vertical-align: middle;
}
.video_list .video_item .video_title[data-v-93741f34] {
  font-size: 0.4rem;
  font-weight: 700;
  color: var(--text_color_L1);
  margin-bottom: 0.32rem;
}
.video_list .video_item .video_title span[data-v-93741f34] {
  vertical-align: middle;
}
.video_list .video_item .video_img_box[data-v-93741f34] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.24rem;
  margin-bottom: 0.4rem;
}
.video_list .video_item .video_img_box img[data-v-93741f34] {
  width: 2.90667rem;
  height: 3.92rem;
  border-radius: 0.10667rem;
}
.video_list .video_item .all_slot[data-v-93741f34] {
  margin: auto;
  width: 3.84rem;
  height: 0.8rem;
  background: var(--main_gradient-color);
  box-shadow: 0 0.04rem 0.08rem 0.01333rem #00000029;
  border-radius: 0.4rem;
  line-height: 0.8rem;
  color: #fff;
  text-align: center;
  font-size: 0.32rem;
}
.van-toast[data-v-6c4ce891] {
  word-break: break-word !important;
}
.cg-default.van-button[data-v-6c4ce891] {
  font-weight: 700;
  font-size: 0.4rem;
}
.cg-default.van-button .van-button__icon[data-v-6c4ce891] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cg-default.van-button .van-button__icon > img[data-v-6c4ce891] {
  height: 80%;
}
@media (orientation: landscape) {
  html.landscape[data-v-6c4ce891] {
    font-size: 9vh !important;
  }
}
.isAppForcedDownloadEnabled-dialog[data-v-6c4ce891] {
  z-index: 9999999 !important;
}
[data-v-6c4ce891] .van-dialog {
  width: 8.29333rem;
  height: 12.4rem;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
[data-v-6c4ce891] .van-dialog__content {
  position: relative;
  width: 100%;
}
[data-v-6c4ce891] .van-dialog__content .promptHeader {
  background: var(--main_gradient-color);
  text-align: center;
  height: 1.17333rem;
  line-height: 1.17333rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.48rem;
}
[data-v-6c4ce891] .van-dialog__content .promptContent {
  height: 9.33333rem;
  padding: 0.4rem 0.26667rem;
  overflow-y: auto;
}
[data-v-6c4ce891] .van-dialog__content .promptContent img {
  max-width: 7.73333rem;
}
[data-v-6c4ce891] .van-dialog__footer {
  z-index: 100;
  position: fixed;
  bottom: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  gap: 0.26667rem;
  width: 90%;
}
[data-v-6c4ce891] .van-dialog .van-button__text {
  color: #fff;
  width: 80%;
  height: 0.93333rem;
  text-align: center;
  line-height: 0.93333rem;
  background: var(--main_gradient-color);
  border-radius: 1.06667rem;
  z-index: 100;
  font-weight: 700;
  font-size: 0.42667rem;
  font-style: normal;
  letter-spacing: 0.06667rem;
}
[data-v-6c4ce891] .van-dialog .promptBtn {
  margin: 0.26667rem auto;
  width: 4rem;
  height: 1.06667rem;
  border-radius: 1.06667rem;
  background: var(--main_gradient-color);
  line-height: 1.06667rem;
  text-align: center;
  color: #fff;
}
.content__right[data-v-6c4ce891] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 0.26667rem;
}
.content__right .homeIcon[data-v-6c4ce891] {
  width: 0.64rem;
  height: 0.64rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content__right svg[data-v-6c4ce891] {
  width: 0.64rem;
  height: 0.64rem;
}
#home[data-v-6c4ce891] {
  padding-bottom: 1.33333rem;
}
#home .swiper_box[data-v-6c4ce891] {
  padding: 0;
  margin: 0.26667rem 0;
}
