/* Flex Item */
.navigator-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: content-box;
  height: 0.44rem;
  padding: 0.1rem 0.16rem;
  padding-bottom: 0;
}

.navigator-bar__left {
  display: inline-block;
  flex: 0 0 0.24rem;
  width: 0.24rem;
  max-width: 0.24rem;
  -webkit-box-flex: 0;
}

[dir="rtl"] .navigator-bar__left {
    transform: rotate(180deg);
}

.navigator-bar__title {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  max-width: auto;
  -webkit-box-flex: 0;
  font-size: 0.16rem;
}

.navigator-bar__right {
  display: flex;
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  max-width: auto;
  -webkit-box-flex: 0;
}

.navigator-bar__right .bar-action {
  display: inline-block;
  flex: 0 0 0.4rem;
  width: 0.4rem;
  max-width: 0.4rem;
  -webkit-box-flex: 0;
  position: relative;
  height: 0.4rem;
}

.navigator-bar__right .bar-action img {
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  top: 50%;
}

[dir="ltr"] .navigator-bar__right .bar-action img {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .navigator-bar__right .bar-action img {
  right: 50%;
  transform: translate(50%, -50%);
}

[dir="ltr"] .navigator-bar__right .bar-action:last-child {
  margin-right: 0;
}

[dir="rtl"] .navigator-bar__right .bar-action:last-child {
  margin-left: 0;
}

.navigator-bar--moved {
  background-color: white;
}

.navigator-bar--moved .navigator-bar__title {
  color: #000;
}

.outside-app .navigator-bar {
  padding-top: 0.6rem;
}

.inside-app.hidden-phone-status-bar.android .navigator-bar {
  padding-top: 0.36rem;
}

.inside-app.hidden-phone-status-bar.ios .navigator-bar {
  /* stylelint-disable-next-line */
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

#navigator-placeholder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0.55rem;
}

.kg-toast {
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  width: 100%;
}

.kg-toast .container {
  position: absolute;
  top: 1.6rem;
  z-index: 9999;
  display: flex;
  justify-content: center;
  width: 2.6rem;
  padding: 0.15rem 0.2rem;
  background-color: #000000;
  border-radius: 0.04rem;
}

.kg-toast .text {
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.18rem;
  text-align: center;
  word-break: break-word;
}

.wesing-image {
  display: block;
  line-height: 0;
}

.wesing-image--cover {
  width: 100%;
  max-height: 100%;
}

.wesing-image--contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wesing-dialog .dialog-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
}

.wesing-dialog .dialog-mask .dialog-main {
  width: 3.11rem;
  margin: auto;
  padding: 0.28rem 0.2rem;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  background: #fafafa;
  border-radius: 0.2rem;
}

.wesing-dialog .dialog-mask .dialog-main__header {
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 0.18rem;
}

.wesing-dialog .dialog-mask .dialog-main__body {
  margin-bottom: 0.2rem;
  font-size: 0.14rem;
}

.wesing-dialog .dialog-mask .dialog-main__footer {
  color: #532acc;
  font-weight: 500;
  font-size: 0.16rem;
}

.wesing-dialog .dialog-mask .dialog-main__footer .btn-item {
  height: 0.6rem;
  line-height: 0.6rem;
}

.wesing-dialog .dialog-mask .dialog-main__footer .btn-item:active {
  opacity: 0.7;
}

.wesing-dialog .dialog-mask .dialog-main div:last-child {
  margin-bottom: 0;
}

#common-top-bar {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

[dir="ltr"] #common-top-bar {
  left: 0;
}

[dir="rtl"] #common-top-bar {
  right: 0;
}

.Joox-top-bar {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 0.6rem;
  background-color: #1b1b1b;
}

.Joox-top-bar .top-bar__left {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
}

[dir="ltr"] .Joox-top-bar .top-bar__left {
  left: 0.16rem;
}

[dir="rtl"] .Joox-top-bar .top-bar__left {
  right: 0.16rem;
}

.Joox-top-bar .top-bar__left img {
  width: 0.4rem;
  height: 0.4rem;
}

.Joox-top-bar .top-bar__content {
  position: absolute;
  height: 0.38rem;
  color: #fff;
}

[dir="ltr"] .Joox-top-bar .top-bar__content {
  left: 0.72rem;
}

[dir="rtl"] .Joox-top-bar .top-bar__content {
  right: 0.72rem;
}

.Joox-top-bar .top-bar__content__title {
  font-weight: 500;
  font-size: 0.16rem;
  font-family: JOOX;
  line-height: 0.2rem;
  letter-spacing: -0.0032rem;
}

.Joox-top-bar .top-bar__content__text {
  font-weight: 400;
  font-size: 0.12rem;
  font-family: JOOX;
  line-height: 0.18rem;
  letter-spacing: -0.0024rem;
  opacity: 0.5;
}

.Joox-top-bar .top-bar__right {
  position: absolute;
  color: black;
}

[dir="ltr"] .Joox-top-bar .top-bar__right {
  right: 0.16rem;
}

[dir="rtl"] .Joox-top-bar .top-bar__right {
  left: 0.16rem;
}

.Joox-top-bar .top-bar__right .Joox-btn {
  width: 0.7rem;
  height: 0.3rem;
  font-weight: 1000;
  font-size: 0.12rem;
  font-family: JOOX;
  line-height: 0.3rem;
  text-align: center;
  background-color: #09de6e;
  border-radius: 0.44rem;
}

/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 12rem;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 12rem;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 0.01rem;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 0.01rem;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

[dir="ltr"] .swiper-3d .swiper-slide-shadow,
[dir="ltr"] .swiper-3d .swiper-slide-shadow-left,
[dir="ltr"] .swiper-3d .swiper-slide-shadow-right,
[dir="ltr"] .swiper-3d .swiper-slide-shadow-top,
[dir="ltr"] .swiper-3d .swiper-slide-shadow-bottom,
[dir="ltr"] .swiper-3d .swiper-slide-shadow,
[dir="ltr"] .swiper-3d .swiper-slide-shadow-left,
[dir="ltr"] .swiper-3d .swiper-slide-shadow-right,
[dir="ltr"] .swiper-3d .swiper-slide-shadow-top,
[dir="ltr"] .swiper-3d .swiper-slide-shadow-bottom {
  left: 0;
}

[dir="rtl"] .swiper-3d .swiper-slide-shadow,
[dir="rtl"] .swiper-3d .swiper-slide-shadow-left,
[dir="rtl"] .swiper-3d .swiper-slide-shadow-right,
[dir="rtl"] .swiper-3d .swiper-slide-shadow-top,
[dir="rtl"] .swiper-3d .swiper-slide-shadow-bottom,
[dir="rtl"] .swiper-3d .swiper-slide-shadow,
[dir="rtl"] .swiper-3d .swiper-slide-shadow-left,
[dir="rtl"] .swiper-3d .swiper-slide-shadow-right,
[dir="rtl"] .swiper-3d .swiper-slide-shadow-top,
[dir="rtl"] .swiper-3d .swiper-slide-shadow-bottom {
  right: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

[dir="ltr"] .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

[dir="rtl"] .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

[dir="ltr"] .swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

[dir="rtl"] .swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  top: 50%;
  margin-top: -0.21rem;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 0.04rem solid #007aff;
  border: 0.04rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

[dir="ltr"] .swiper-lazy-preloader {
  left: 50%;
  margin-left: -0.21rem;
}

[dir="rtl"] .swiper-lazy-preloader {
  right: 50%;
  margin-right: -0.21rem;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/* Flex Item */
@font-face {
  font-weight: bold;
  font-family: DINPro;
  src: url('https://aka.wesingcdn.com/a/font/DINPro%20Bold.subset.woff2') format('woff2');
  font-display: fallback;
}

.font-DIN {
  font-family: DINPro, DINAlternate-Bold, 'DIN Alternate', sans-serif-condensed, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif !important;
}

body {
  background-color: #fff;
  -webkit-font-smoothing: initial;
}

.blind_box_bgImg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.blind_box_subtitle {
  position: relative;
  z-index: 5;
  display: block;
  font-weight: 700;
  font-size: 0.14rem;
  text-align: center;
}

.background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.lottery-marquee {
  margin-top: 0.16rem;
}

.lottery-marquee .swiper-wrapper {
  transition-timing-function: linear;
}

.lottery-marquee .swiper-slide {
  width: auto;
}

.lottery-marquee .marquee-item {
  display: flex;
  align-items: center;
  width: auto;
  height: 0.22rem;
  padding: 0 0.04rem;
  font-size: 0.12rem;
  border-radius: 0.12rem;
}

[dir="ltr"] .lottery-marquee .marquee-item {
  margin-right: 0.08rem;
}

[dir="rtl"] .lottery-marquee .marquee-item {
  margin-left: 0.08rem;
}

.lottery-marquee .marquee-item__avatar {
  display: inline-block;
  flex: 0 0 0.16rem;
  width: 0.16rem;
  max-width: 0.16rem;
  -webkit-box-flex: 0;
  margin-right: 0.05rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.lottery-marquee .marquee-item__content {
  display: flex;
  align-items: center;
  height: 70%;
}

.lottery-marquee .marquee-item__content img {
  width: auto;
  width: initial;
}

[dir="ltr"] .lottery-marquee .marquee-item__content img {
  margin-left: 0.02rem;
}

[dir="rtl"] .lottery-marquee .marquee-item__content img {
  margin-right: 0.02rem;
}

.lottery-marquee .marquee-item__content .marquee-item__puzzle {
  width: 0.12rem;
}

[dir="ltr"] .lottery-marquee .marquee-item__content .marquee-item__puzzle {
  margin-left: 0.06rem;
}

[dir="rtl"] .lottery-marquee .marquee-item__content .marquee-item__puzzle {
  margin-right: 0.06rem;
}

.blind-box_wrap {
  position: relative;
  width: 100%;
}

.blind-box_wrap .machine {
  width: 100%;
}

[dir="ltr"] .blind-box_wrap .machine {
  transform: scaleX(1);
}

[dir="rtl"] .blind-box_wrap .machine {
  transform: scaleX(-1);
}

.blind-box_wrap .machine_subtitle {
  position: absolute;
  top: 0.32rem;
  font-weight: 900;
  font-size: 0.18rem;
}

[dir="ltr"] .blind-box_wrap .machine_subtitle {
  left: 0.5rem;
}

[dir="rtl"] .blind-box_wrap .machine_subtitle {
  right: 0.5rem;
}

.blind-box_wrap .machine_subtitle__below {
  top: 1.51rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.24rem;
}

[dir="ltr"] .blind-box_wrap .machine_subtitle__below {
  right: 0.5rem;
}

[dir="rtl"] .blind-box_wrap .machine_subtitle__below {
  left: 0.5rem;
}

.blind-box_wrap .refresh_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.22rem;
  padding: 0.02rem 0.08rem;
  border-radius: 0.33rem;
}

.blind-box_wrap .refresh_wrap .refresh_icon {
  width: 0.12rem;
  height: 0.12rem;
}

[dir="ltr"] .blind-box_wrap .refresh_wrap .refresh_icon {
  margin-right: 0.04rem;
}

[dir="rtl"] .blind-box_wrap .refresh_wrap .refresh_icon {
  margin-left: 0.04rem;
}

.blind-box_wrap .refresh_wrap .refresh_text {
  color: #fff;
  font-weight: 700;
  font-size: 0.12rem;
}

.blind-box_wrap .award-items__scroll {
  position: absolute;
  top: 0.6rem;
  display: flex;
  width: 2.97rem;
  height: 0.68rem;
  padding-top: 0.1rem;
  overflow: hidden;
  border-radius: 0.2rem;
}

[dir="ltr"] .blind-box_wrap .award-items__scroll {
  left: 0.4rem;
  padding-left: 0.1rem;
}

[dir="rtl"] .blind-box_wrap .award-items__scroll {
  right: 0.4rem;
  padding-right: 0.1rem;
}

.blind-box_wrap .award-items__scroll .award__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 0.09rem;
}

[dir="ltr"] .blind-box_wrap .award-items__scroll .award__item:not(:first-child) {
  margin-left: 0.05rem;
}

[dir="rtl"] .blind-box_wrap .award-items__scroll .award__item:not(:first-child) {
  margin-right: 0.05rem;
}

.blind-box_wrap .award-items__scroll .award__item .award__img {
  width: 0.28rem;
  height: 0.28rem;
}

.blind-box_wrap .award-items__scroll .award__item .award__img_puzzle {
  width: 0.28rem;
  height: 0.28rem;
  margin-bottom: 0.02rem;
}

.blind-box_wrap .award-items__scroll .award__item .award__img_vip {
  width: 0.37rem;
  height: 0.28rem;
  margin-bottom: 0.02rem;
}

.blind-box_wrap .award-items__scroll .award__item .row__center {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.blind-box_wrap .award-items__scroll .award__item .row__center .kcoin {
  width: 0.08rem;
  height: 0.08rem;
}

[dir="ltr"] .blind-box_wrap .award-items__scroll .award__item .row__center .kcoin {
  margin-right: 0.03rem;
}

[dir="rtl"] .blind-box_wrap .award-items__scroll .award__item .row__center .kcoin {
  margin-left: 0.03rem;
}

.blind-box_wrap .award-items__scroll .award__item .row__center .award__text {
  font-weight: 800;
  font-size: 0.1rem;
  text-align: center;
}

.blind-box_wrap .blind_box_reload {
  position: absolute;
  top: 1.87rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.07rem;
  height: 2.82rem;
  border-radius: 0.2rem;
}

[dir="ltr"] .blind-box_wrap .blind_box_reload {
  left: 0.35rem;
}

[dir="rtl"] .blind-box_wrap .blind_box_reload {
  right: 0.35rem;
}

.blind-box_wrap .blind_box_reload__text {
  color: #fff;
  font-weight: 700;
  font-size: 0.16rem;
  text-align: center;
}

.blind-box_wrap .blind_box_loading {
  position: absolute;
  top: 1.87rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.07rem;
  height: 2.82rem;
  border-radius: 0.2rem;
}

[dir="ltr"] .blind-box_wrap .blind_box_loading {
  left: 0.35rem;
}

[dir="rtl"] .blind-box_wrap .blind_box_loading {
  right: 0.35rem;
}

.blind-box_wrap .blind_box_loading__icon {
  width: 0.47rem;
  height: 0.47rem;
  margin-bottom: 0.1rem;
  animation: loading-rotate 3s linear infinite;
}

.blind-box_wrap .blind_box_loading__text {
  color: #fff;
  font-weight: 900;
  font-size: 0.18rem;
}

.blind-box_wrap .blind_box_wrap {
  position: absolute;
  top: 1.9rem;
  width: 2.92rem;
  height: 2.82rem;
}

[dir="ltr"] .blind-box_wrap .blind_box_wrap {
  left: 0.36rem;
}

[dir="rtl"] .blind-box_wrap .blind_box_wrap {
  right: 0.36rem;
}

.blind-box_wrap .blind_box_wrap__top {
  position: absolute;
  top: 0.22rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.blind-box_wrap .blind_box_wrap__bottom {
  position: absolute;
  top: 1.6rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.blind-box_wrap .blind_box_wrap .blind_box__item {
  position: relative;
}

.blind-box_wrap .blind_box_wrap .blind_box__item_img {
  width: 0.76rem;
  height: 1.17rem;
}

.blind-box_wrap .blind_box_wrap .blind_box__item_avatar {
  position: absolute;
  top: 0.172rem;
  right: 0.104rem;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0.19rem;
}

.blind-box_wrap .blind_box_wrap .blind_box__item_text {
  position: absolute;
  bottom: 0.31rem;
  left: 0.1rem;
  font-weight: 900;
  font-size: 0.11rem;
}

.blind-box_wrap .blind_box_footer {
  display: flex;
  justify-content: space-between;
  padding-right: 0.16rem;
  padding-left: 0.16rem;
}

.blind-box_wrap .blind_box_footer .blind_box_footer__tick_icon {
  width: 0.2rem;
  height: 0.2rem;
}

.blind-box_wrap .blind_box_footer__puzzle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
}

.blind-box_wrap .blind_box_footer__puzzle_icon {
  width: 0.35rem;
  height: 0.35rem;
}

.blind-box_wrap .blind_box_footer__puzzle_tag {
  position: absolute;
  top: 0;
  display: flex;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 0.15rem;
}

[dir="ltr"] .blind-box_wrap .blind_box_footer__puzzle_tag {
  right: 0;
}

[dir="rtl"] .blind-box_wrap .blind_box_footer__puzzle_tag {
  left: 0;
}

.blind-box_wrap .blind_box_footer__puzzle_tag_text {
  width: 0.15rem;
  font-weight: 700;
  font-weight: bold;
  font-size: 0.08rem;
  line-height: 0.14rem;
  text-align: center;
}

.blind-box_wrap .blind_box_footer__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
}

.blind-box_wrap .blind_box_footer__btn_icon {
  position: absolute;
  top: 0.135rem;
  width: 0.23rem;
  height: 0.23rem;
}

[dir="ltr"] .blind-box_wrap .blind_box_footer__btn_icon {
  left: 0.16rem;
}

[dir="rtl"] .blind-box_wrap .blind_box_footer__btn_icon {
  right: 0.16rem;
}

.blind-box_wrap .blind_box_footer__btn_text {
  font-weight: 900;
  font-size: 0.17rem;
}

.blind-box_wrap .blind_box_footer__btn_subtext {
  margin-top: 0.02rem;
  font-weight: 700;
  font-size: 0.11rem;
}

.fly-out {
  animation: fly-out 500ms ease-in-out forwards;
}

.fade-in {
  animation: fade-in 300ms ease-in forwards;
}

.shaking {
  animation: shaking 1s ease-out 500ms forwards;
}

.shaking-infinite {
  animation: shaking 1s ease-out 500ms infinite;
}

@keyframes loading-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fly-out {
  0% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }

  10% {
    transform: translateX(0) scale(0.8);
    opacity: 0.8;
  }

  100% {
    transform: translateX(-100%) scale(0.8);
    opacity: 0;
  }
}

@keyframes fade-in {
  0% {
    transform: translateX(0) scale(0.8);
    opacity: 0;
  }

  100% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}

@keyframes shaking {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(-10deg);
  }

  25% {
    transform: rotate(10deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  55% {
    transform: rotate(10deg);
  }

  70% {
    transform: rotate(-10deg);
  }

  85% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* Flex Item */
.wesing-avatar {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  line-height: 0;
}

.wesing-avatar .avatar-main {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 0;
}

.wesing-avatar .avatar-main::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.02);
  content: ' ';
}

.wesing-avatar--square .avatar-main {
  border-radius: 0.1rem;
}

.wesing-avatar--circular .avatar-main {
  border-radius: 50%;
}

/* Flex Item */
.wesing-btn {
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
  border: 0.01rem solid transparent;
  outline: none;
  border-radius: 0.6rem;
}

.wesing-btn:active {
  outline: none;
  opacity: 0.7;
}

.wesing-btn:active:focus {
  outline: none;
}

.wesing-btn--mini {
  padding: 0.06rem 0.18rem;
  font-size: 0.12rem;
}

.wesing-btn--medium {
  padding: 0.08rem 0.2rem;
  font-size: 0.14rem;
}

.wesing-btn--large {
  padding: 0.12rem 0.24rem;
  font-size: 0.16rem;
}

.wesing-btn--icon .wesing-btn__children {
  width: 0.16rem;
  height: 0.16rem;
}

.wesing-btn--default:active {
  background: linear-gradient(0deg, #000000, #000000), #6835ff;
}

.wesing-btn--outline {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}

.wesing-btn--outline:active {
  background: linear-gradient(0deg, #000000, #000000), #ffffff;
  border-color: transparent;
}

.wesing-btn--outline.wesing-btn--icon {
  padding: 0 0.06rem;
}

.wesing-btn--outline.wesing-btn--icon .wesing-btn__children {
  width: 0.24rem;
  height: 0.24rem;
  padding: 0.02rem;
}

.wesing-btn--disabled.wesing-btn--default,
.wesing-btn--disabled.wesing-btn--outline {
  opacity: 0.3;
}

.add-chance {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.85);
}

.add-chance__none {
  display: none;
}

.add-chance__icon {
  position: absolute;
  top: 50%;
  width: 1.93rem;
  height: 1.8rem;
}

[dir="ltr"] .add-chance__icon {
  left: 50%;
  transform: translateX(-50%) translateY(-40%);
}

[dir="rtl"] .add-chance__icon {
  right: 50%;
  transform: translateX(50%) translateY(-40%);
}

.add-chance__text {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

[dir="ltr"] .add-chance__text {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

[dir="rtl"] .add-chance__text {
  right: 50%;
  transform: translateX(50%) translateY(-50%);
}

.add-chance__text_title {
  color: #fff;
  font-weight: 900;
  font-size: 0.7rem;
}

.add-chance__text_subtitle {
  color: #fff;
  font-weight: 900;
  font-size: 0.3rem;
}

@font-face {
  font-weight: bold;
  font-family: DINPro;
  src: url('https://aka.wesingcdn.com/a/font/DINPro%20Bold.subset.woff2') format('woff2');
  font-display: fallback;
}

.award_page {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.85);
}

.award_page__none {
  display: none;
}

.award_page .award_inside {
  position: relative;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
}

[dir="ltr"] .award_page .award_inside {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

[dir="rtl"] .award_page .award_inside {
  right: 50%;
  transform: translateX(50%) translateY(-50%);
}

.award_page .award_inside .blind_box__item {
  position: relative;
  margin: 0.2rem 0;
  transform: rotate(0deg) scale(0);
  opacity: 0;
}

.award_page .award_inside .blind_box__item-active {
  animation: blind-box-animation 1500ms ease forwards;
}

.award_page .award_inside .blind_box__item_img {
  width: 1.3rem;
  height: 1.79rem;
}

.award_page .award_inside .blind_box__item_text {
  position: absolute;
  bottom: 0.15rem;
  left: 0.13rem;
  font-weight: 900;
  font-size: 0.2rem;
}

.award_page .award_inside__title {
  margin-bottom: 0.06rem;
  color: #fff;
  font-weight: 900;
  font-size: 0.25rem;
  opacity: 0;
}

.award_page .award_inside__subtitle {
  color: #fff;
  font-weight: 700;
  font-size: 0.12rem;
  opacity: 0;
}

.award_page .award_inside .award__img {
  position: absolute;
  z-index: 999;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(0deg) scale(0);
  opacity: 0;
  animation: award-icon-show 500ms ease 1500ms forwards;
}

.award_page .award_inside .award__img_puzzle {
  width: 0.75rem;
  height: 0.75rem;
}

.award_page .award_inside .award__img_vip {
  width: 1rem;
  height: 0.75rem;
}

.award_page .award_inside .row__center {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: award-text-show 800ms ease 2000ms forwards;
}

.award_page .award_inside .row__center .kcoin {
  width: 0.14rem;
  height: 0.14rem;
}

[dir="ltr"] .award_page .award_inside .row__center .kcoin {
  margin-right: 0.04rem;
}

[dir="rtl"] .award_page .award_inside .row__center .kcoin {
  margin-left: 0.04rem;
}

.award_page .award_inside .row__center .award__text {
  color: #fff;
  font-weight: 900;
  font-size: 0.14rem;
}

.award_page .award_inside__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2rem;
  margin-top: 0.38rem;
  opacity: 0;
}

.award_page .award_inside__btn_icon {
  position: absolute;
  top: 0.135rem;
  width: 0.23rem;
  height: 0.23rem;
}

[dir="ltr"] .award_page .award_inside__btn_icon {
  left: 0.16rem;
}

[dir="rtl"] .award_page .award_inside__btn_icon {
  right: 0.16rem;
}

.award_page .award_inside__btn_text {
  font-weight: 900;
  font-size: 0.16rem;
}

.award_page .award_inside__btn_subtext {
  margin-top: 0.02rem;
  font-weight: 700;
  font-size: 0.11rem;
}

.award_page .award_text_animation {
  animation: award-text-show 800ms ease 2000ms forwards;
}

@keyframes award-icon-show {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes award-text-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blind-box-animation {
  0% {
    transform: rotate(0deg) scale(0);
    opacity: 0;
  }

  25% {
    transform: rotate(0deg) scale(1.2);
    opacity: 1;
  }

  32% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }

  40% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }

  48% {
    transform: rotate(-10deg) scale(1);
    opacity: 1;
  }

  64% {
    transform: rotate(10deg) scale(1);
    opacity: 1;
  }

  84% {
    transform: rotate(-10deg) scale(1);
    opacity: 1;
  }

  100% {
    transform: rotate(0deg) scale(0);
    opacity: 0;
  }
}


@font-face {
  font-weight: bold;
  font-family: DINPro;
  src: url('https://aka.wesingcdn.com/a/font/DINPro%20Bold.subset.woff2') format('woff2');
  font-display: fallback;
}

@font-face {
  font-weight: bold;
  font-family: DINPro;
  src: url('https://aka.wesingcdn.com/a/font/DINPro%20Bold.subset.woff2') format('woff2');
  font-display: fallback;
}

.puzzle_pop_mask {
  position: fixed;
  z-index: 999;
  background-color: #000;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.puzzle_pop_mask__fade_in {
  animation: fade-in 300ms linear forwards;
}

.puzzle_pop_mask__fade_out {
  animation: fade-out 300ms linear forwards;
}

.puzzle_pop_wrap {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100vw;
  height: 0;
  padding-right: 0.26rem;
  padding-left: 0.26rem;
  overflow: hidden;
  background-color: #fff;
  border-top-left-radius: 0.24rem;
  border-top-right-radius: 0.24rem;
}

[dir="ltr"] .puzzle_pop_wrap {
  left: 0;
}

[dir="rtl"] .puzzle_pop_wrap {
  right: 0;
}

.puzzle_pop_wrap__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.puzzle_pop_wrap-pop {
  height: 5.5rem;
  animation: pop 300ms ease-in-out forwards;
}

.puzzle_pop_wrap-packup {
  animation: packup 300ms ease-in-out forwards;
}

.puzzle_pop_wrap .puzzle_pop__close {
  position: absolute;
  top: 0.15rem;
  z-index: 100;
  width: 0.24rem;
  height: 0.24rem;
}

[dir="ltr"] .puzzle_pop_wrap .puzzle_pop__close {
  right: 0.09rem;
}

[dir="rtl"] .puzzle_pop_wrap .puzzle_pop__close {
  left: 0.09rem;
}

.puzzle_pop_wrap .puzzle_pop_content {
  position: relative;
  z-index: 2;
}

.puzzle_pop_wrap .puzzle__whole {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.255rem;
  height: 3.255rem;
  margin-top: -0.5rem;
  background-repeat: no-repeat;
  background-size: 100%;
}

[dir="ltr"] .puzzle_pop_wrap .puzzle__whole {
  left: 0;
}

[dir="rtl"] .puzzle_pop_wrap .puzzle__whole {
  right: 0;
}

.puzzle_pop_wrap .puzzle__whole .award__img {
  width: 1.6rem;
  height: 1.2rem;
  margin-top: 0.7rem;
}

.puzzle_pop_wrap .puzzle__whole .row__center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.puzzle_pop_wrap .puzzle__whole .row__center .kcoin {
  width: 0.2rem;
  height: 0.2rem;
}

[dir="ltr"] .puzzle_pop_wrap .puzzle__whole .row__center .kcoin {
  margin-right: 0.04rem;
}

[dir="rtl"] .puzzle_pop_wrap .puzzle__whole .row__center .kcoin {
  margin-left: 0.04rem;
}

.puzzle_pop_wrap .puzzle__whole .row__center .award__text {
  margin-top: 0.4rem;
  font-weight: 900;
  font-size: 0.18rem;
}

.puzzle_pop_wrap .puzzle_pop_title {
  justify-content: center;
  margin-bottom: 0.04rem;
  font-weight: 700;
  font-size: 0.23rem;
}

.puzzle_pop_wrap .puzzle_pop_subtitle_wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.puzzle_pop_wrap .puzzle_pop_subtitle_wrap .puzzle_pop_subtitle {
  display: inline-block;
  justify-content: center;
  margin-bottom: 0.26rem;
  font-weight: 500;
  font-size: 0.16rem;
}

.puzzle_pop_wrap .puzzle_pop_subtitle_wrap .puzzle_pop_subtitle_text {
  font-weight: 700;
  font-size: 0.14rem;
}

.puzzle_pop_wrap .puzzle_pop_subtitle_wrap .puzzle_pop_subtitle_kcoin {
  width: 0.24rem;
  height: 0.18rem;
  margin-right: 0.04rem;
  margin-left: 0.04rem;
}

.puzzle_pop_wrap .puzzle__wrap {
  position: relative;
  align-self: center;
  width: 3.235rem;
  height: 3.235rem;
}

.puzzle_pop_wrap .puzzle_gray__img {
  width: 100%;
  height: 100%;
}

.puzzle_pop_wrap .puzzle_active__wrap .puzzle_gray {
  filter: grayscale(100%);
}

.puzzle_pop_wrap .puzzle_active__wrap .puzzle_active__img {
  position: absolute;
  z-index: 99;
}

.puzzle_pop_wrap .puzzle_active__wrap .puzzle_active_1 .img {
  top: 0;
  left: 0;
  width: 1.645rem;
  height: 1.915rem;
}

.puzzle_pop_wrap .puzzle_active__wrap .puzzle_active_1 .tag {
  top: 0.12rem;
  left: 0.12rem;
}

.puzzle_pop_wrap .puzzle_active__wrap .puzzle_active_2 .img {
  top: 0;
  left: 1.325rem;
  width: 1.915rem;
  height: 1.645rem;
}

.puzzle_pop_wrap .puzzle_active__wrap .puzzle_active_2 .tag {
  top: 0.12rem;
  left: 1.695rem;
}

.puzzle_pop_wrap .puzzle_active__wrap .puzzle_active_3 .img {
  top: 1.585rem;
  left: 0;
  width: 1.915rem;
  height: 1.645rem;
}

.puzzle_pop_wrap .puzzle_active__wrap .puzzle_active_3 .tag {
  top: 1.695rem;
  left: 0.12rem;
}

.puzzle_pop_wrap .puzzle_active__wrap .puzzle_active_4 .img {
  top: 1.325rem;
  left: 1.585rem;
  width: 1.645rem;
  height: 1.915rem;
}

.puzzle_pop_wrap .puzzle_active__wrap .puzzle_active_4 .tag {
  top: 1.695rem;
  left: 1.695rem;
}

.puzzle_pop_wrap .puzzle_active__wrap .puzzle_active__puzzle_tag {
  position: absolute;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 0.15rem;
}

.puzzle_pop_wrap .puzzle_active__wrap .puzzle_active__puzzle_tag_text {
  font-weight: 800;
  font-size: 0.08rem;
  font-family: DIN;
  text-align: center;
}

.puzzle_pop_wrap .puzzle_pop__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.3rem;
  border-width: 0.025rem;
}

[dir="ltr"] .puzzle_pop_wrap .puzzle_pop__btn {
  margin-right: 0.21rem;
}

[dir="rtl"] .puzzle_pop_wrap .puzzle_pop__btn {
  margin-left: 0.21rem;
}

@keyframes pop {
  0% {
    height: 0;
  }

  100% {
    height: 5.5rem;
  }
}

@keyframes packup {
  0% {
    height: 5.5rem;
  }

  100% {
    height: 0;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.85;
  }
}

@keyframes fade-out {
  0% {
    opacity: 0.85;
  }

  100% {
    opacity: 0;
  }
}

@font-face {
  font-weight: bold;
  font-family: DINPro;
  src: url('https://aka.wesingcdn.com/a/font/DINPro%20Bold.subset.woff2') format('woff2');
  font-display: fallback;
}

.font-DIN {
  font-family: DINPro, DINAlternate-Bold, 'DIN Alternate', sans-serif-condensed, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif !important;
}

.draw-lottery-history-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.69rem;
  margin-bottom: 0.16rem;
  padding: 0 0.16rem;
  overflow: hidden;
  border-radius: 0.1rem;
}

.draw-lottery-history-item__info-cost {
  display: flex;
  align-items: center;
  margin-top: 0.04rem;
  font-size: 0.14rem;
}

.draw-lottery-history-item__info-icon {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.04rem;
}

.draw-lottery-history-item__info-time {
  display: inline-block;
  font-size: 0.12rem;
}

.draw-lottery-history-item__award_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0.57rem;
  height: 0.57rem;
  background-color: #fff;
  border-radius: 0.08rem;
}

.draw-lottery-history-item__award_item .award__img {
  width: 0.35rem;
  height: 0.35rem;
}

.draw-lottery-history-item__award_item .award__img_puzzle {
  width: auto;
  height: 0.35rem;
}

.draw-lottery-history-item__award_item .row__center {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.draw-lottery-history-item__award_item .row__center .kcoin {
  width: 0.09rem;
  height: 0.09rem;
}

[dir="ltr"] .draw-lottery-history-item__award_item .row__center .kcoin {
  margin-right: 0.015rem;
}

[dir="rtl"] .draw-lottery-history-item__award_item .row__center .kcoin {
  margin-left: 0.015rem;
}

.draw-lottery-history-item__award_item .row__center .award__text {
  font-weight: 900;
  font-size: 0.09rem;
  text-align: center;
}

/* Flex Item */
.wesing-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.wesing-empty__image {
  width: 1.1rem;
}

.wesing-empty__text {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  color: rgba(0, 0, 0, 0.65);
  font-weight: bolder;
  font-size: 0.25rem;
}

/* Flex Item */
.wesing-rule {
  overflow: hidden;
  line-height: 1.2;
  border-radius: 0.12rem;
}

.wesing-rule__header {
  display: flex;
  justify-content: center;
  height: 0.4rem;
  margin-top: 0.2rem;
  font-weight: 900;
  font-size: 0.25rem;
  line-height: 0.4rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wesing-rule__body {
  padding: 0.16rem 0.22rem;
  font-weight: 500;
}

[dir="ltr"] .wesing-rule__body {
  text-align: left;
}

[dir="rtl"] .wesing-rule__body {
  text-align: right;
}

.wesing-rule__body .rule-item {
  margin-bottom: 0.16rem;
}

.wesing-rule__body .rule-item__title {
  margin-bottom: 0.08rem;
  color: white;
  font-weight: 700;
  font-size: 0.17rem;
}

.wesing-rule__body .rule-item__content {
  color: #ffffff;
  font-size: 0.14rem;
  white-space: pre-line;
}

/* Flex Item */
.wesing-table {
  width: 100%;
  overflow: hidden;
  /* 消除掉外边框 */
  border-style: hidden;
  border-radius: 0.08rem;
  /* 消除单元格之间的空隙 */
  border-collapse: collapse;
}

.wesing-table .table-row {
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
}

.wesing-table .table-row .table-col {
  padding: 0.08rem 0.12rem;
  color: #fff;
  word-break: break-word;
}

[dir="ltr"] .wesing-table .table-row .table-col {
  border-right: 0.02rem solid transparent;
}

[dir="rtl"] .wesing-table .table-row .table-col {
  border-left: 0.02rem solid transparent;
}

.wesing-table__header {
  font-size: 0.12rem;
  background-color: rgba(255, 255, 255, 0.3);
}

.wesing-table__body {
  color: #fff;
  font-size: 0.12rem;
  background-color: rgba(255, 255, 255, 0.16);
}

.wesing-table__body .table-row:last-child {
  border-bottom: none;
}

