.kg-bg {
  top: 0;
  z-index: -999;
  width: 100%;
  min-width: 0.01rem;
  min-height: 0.01rem;
}

[dir="ltr"] .kg-bg {
  left: 0;
}

[dir="rtl"] .kg-bg {
  right: 0;
}

.kg-bg .mod_pic {
  display: block;
  width: 100%;
}

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

.kg-toast .loading-container {
  width: 0.8rem;
}

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

.kg-toast .loading-icon {
  width: 0.18rem;
  height: 0.18rem;
  animation: loading-rotate 900ms linear infinite;
}

.kg-toast .icon {
  width: 0.14rem;
  height: 0.14rem;
}

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

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

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

.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: 1500;
  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;
}

/* Flex Item */
.joox-day-time-countdown {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.joox-day-time-countdown__content {
  display: flex;
  align-items: center;
}

[dir="ltr"] .joox-day-time-countdown__content > * + * {
  margin-left: 0.065rem;
}

[dir="rtl"] .joox-day-time-countdown__content > * + * {
  margin-right: 0.065rem;
}

.joox-day-time-countdown__label {
  font-weight: 400;
  font-size: 0.13rem;
  white-space: nowrap;
}

.joox-day-time-countdown__time-wrapper {
  display: flex;
  align-items: center;
}

[dir="ltr"] .joox-day-time-countdown__time-wrapper > * + * {
  margin-left: 0.02rem;
}

[dir="rtl"] .joox-day-time-countdown__time-wrapper > * + * {
  margin-right: 0.02rem;
}

.joox-day-time-countdown__time-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0.032rem;
}

.joox-day-time-countdown__time-value {
  font-weight: 800;
  font-size: 0.096rem;
  font-family: Gilroy, sans-serif;
}

.joox-day-time-countdown__colon {
  height: 0.2rem;
  font-weight: 400;
  font-size: 0.14rem;
  font-family: 'PingFang SC', sans-serif;
  text-align: center;
  opacity: 0.8;
}

.wesing-text {
  white-space: pre-wrap;
}

.joox-vip-draw-days {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.joox-vip-draw-days .lottery {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 3.75rem;
  height: 3.99rem;
  margin-bottom: 0.24rem;
}

.joox-vip-draw-days .lottery_marquee {
  display: flex;
  align-items: center;
  height: 0.14rem;
  margin-top: 0.225rem;
}

[dir="ltr"] .joox-vip-draw-days .lottery_marquee > * + * {
  margin-left: 0.04rem;
}

[dir="rtl"] .joox-vip-draw-days .lottery_marquee > * + * {
  margin-right: 0.04rem;
}

.joox-vip-draw-days .lottery_marquee_avatar {
  width: 0.12rem;
  height: 0.12rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.joox-vip-draw-days .lottery_marquee_text {
  color: rgba(33, 0, 4, 0.8);
  font-weight: 400;
  font-size: 0.1rem;
  font-family: 'PingFang TC';
}

.joox-vip-draw-days .lottery_main {
  align-self: flex-start;
  width: 2.455rem;
  height: 1rem;
  margin-top: 0.315rem;
  overflow-x: auto;
  overflow-y: hidden;
  animation: lottery-main-fade-in 1s ease-out forwards;
  pointer-events: none;
  touch-action: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

[dir="ltr"] .joox-vip-draw-days .lottery_main {
  margin-left: 0.67rem;
}

[dir="rtl"] .joox-vip-draw-days .lottery_main {
  margin-right: 0.67rem;
}

.joox-vip-draw-days .lottery_main::-webkit-scrollbar {
  display: none;
}

.joox-vip-draw-days .lottery_main_track {
  display: flex;
}

[dir="ltr"] .joox-vip-draw-days .lottery_main_track > * + * {
  margin-left: 0.04rem;
}

[dir="rtl"] .joox-vip-draw-days .lottery_main_track > * + * {
  margin-right: 0.04rem;
}

.joox-vip-draw-days .lottery_main_card {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 0.72rem;
  height: 1rem;
  color: #210004;
  background: #fff6fb;
  background-color: #fff;
  border: 0.01rem solid #ffffff;
  border-radius: 0.08rem;
  transition: all 0.3s ease;
}

.joox-vip-draw-days .lottery_main_card--active {
  background: #ffe7b1;
}

.joox-vip-draw-days .lottery_main_card_name {
  font-weight: 400;
  font-size: 0.125rem;
  font-family: 'PingFang TC';
}

.joox-vip-draw-days .lottery_main_card_img {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.05rem 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.joox-vip-draw-days .lottery_main_card_desc {
  font-weight: 400;
  font-size: 0.09rem;
  font-family: 'PingFang SC';
  opacity: 0.5;
}

.joox-vip-draw-days .lottery_btn {
  position: relative;
  width: 1.945rem;
  height: 0.735rem;
  margin-top: 0.655rem;
}

.joox-vip-draw-days .lottery_btn--disabled {
  opacity: 0.5;
  pointer-events: none;
}

.joox-vip-draw-days .lottery_btn--breathing {
  animation: lottery-btn-breathing 1.2s ease-in-out infinite;
}

.joox-vip-draw-days .lottery_btn_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: all;
}

.joox-vip-draw-days .lottery_btn_text {
  position: absolute;
  top: 0.38rem;
  z-index: 1;
  color: #210004;
  font-weight: 400;
  font-size: 0.1rem;
  font-family: 'PingFang SC';
}

[dir="ltr"] .joox-vip-draw-days .lottery_btn_text {
  left: 50%;
  transform: translateX(-50%);
}

[dir="rtl"] .joox-vip-draw-days .lottery_btn_text {
  right: 50%;
  transform: translateX(50%);
}

.joox-vip-draw-days .title {
  display: flex;
  width: 100%;
  height: 0.26rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.joox-vip-draw-days .exit_modal_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.joox-vip-draw-days .exit_modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2.8rem;
  padding: 0.24rem 0.2rem;
  background: #fff;
  border-radius: 0.12rem;
}

.joox-vip-draw-days .exit_modal_title {
  margin-bottom: 0.24rem;
  color: #333;
  font-weight: 600;
  font-size: 0.18rem;
  font-family: 'PingFang SC';
}

.joox-vip-draw-days .exit_modal_buttons {
  display: flex;
  width: 100%;
}

[dir="ltr"] .joox-vip-draw-days .exit_modal_buttons > * + * {
  margin-left: 0.12rem;
}

[dir="rtl"] .joox-vip-draw-days .exit_modal_buttons > * + * {
  margin-right: 0.12rem;
}

.joox-vip-draw-days .exit_modal_btn {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 0.44rem;
  font-weight: 500;
  font-size: 0.16rem;
  font-family: 'PingFang SC';
  border-radius: 0.22rem;
}

.joox-vip-draw-days .exit_modal_btn:active {
  opacity: 0.8;
}

.joox-vip-draw-days .exit_modal_btn_stay {
  color: #2d0138;
  background: #fcdf86;
}

.joox-vip-draw-days .exit_modal_btn_exit {
  color: #666;
  background: #f5f5f5;
}

@keyframes lottery-main-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes lottery-btn-breathing {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.92);
  }

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

.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;
}

.joox-exit-confirm-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
}

.joox-exit-confirm-modal--visible {
  overflow: hidden;
  visibility: visible;
  pointer-events: auto;
  touch-action: none;
}

.joox-exit-confirm-modal--visible .joox-exit-confirm-modal_mask {
  opacity: 1;
}

.joox-exit-confirm-modal--visible .joox-exit-confirm-modal_content {
  transform: translateY(0);
}

.joox-exit-confirm-modal_mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.joox-exit-confirm-modal_content {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 0.24rem;
  padding-bottom: calc(0.24rem + env(safe-area-inset-bottom));
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}

.joox-exit-confirm-modal_close {
  position: absolute;
  top: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.24rem;
  height: 0.24rem;
}

[dir="ltr"] .joox-exit-confirm-modal_close {
  right: 0.16rem;
}

[dir="rtl"] .joox-exit-confirm-modal_close {
  left: 0.16rem;
}

.joox-exit-confirm-modal_close_icon {
  width: 0.24rem;
  height: 0.24rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.joox-exit-confirm-modal_header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.36rem;
  margin-bottom: 0.09rem;
}

.joox-exit-confirm-modal_header_line1,
.joox-exit-confirm-modal_header_line2 {
  width: 0.705rem;
  height: 0.16rem;
  -o-object-fit: cover;
     object-fit: cover;
}

[dir="ltr"] .joox-exit-confirm-modal_header_line1 {
  margin-right: 0.18rem;
}

[dir="rtl"] .joox-exit-confirm-modal_header_line1 {
  margin-left: 0.18rem;
}

.joox-exit-confirm-modal_header_line2 {
  transform: scaleX(-1);
}

[dir="ltr"] .joox-exit-confirm-modal_header_line2 {
  margin-left: 0.18rem;
}

[dir="rtl"] .joox-exit-confirm-modal_header_line2 {
  margin-right: 0.18rem;
}

.joox-exit-confirm-modal_header_title {
  color: #111111;
  font-weight: 600;
  font-size: 0.2rem;
  font-family: 'PingFang SC';
  letter-spacing: -0.0041rem;
}

.joox-exit-confirm-modal_tip {
  padding: 0 0.1rem;
  color: #111111;
  font-weight: 400;
  font-size: 0.12rem;
  font-family: 'PingFang SC';
  text-align: center;
  opacity: 0.5;
}

.joox-exit-confirm-modal_awards {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.12rem;
  height: 1.2rem;
  margin: 0 auto;
  margin-top: 0.265rem;
  margin-bottom: 0.25rem;
}

[dir="ltr"] .joox-exit-confirm-modal_awards > * + * {
  margin-left: 0.12rem;
}

[dir="rtl"] .joox-exit-confirm-modal_awards > * + * {
  margin-right: 0.12rem;
}

.joox-exit-confirm-modal_award {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 100%;
  background-color: #fffdf7;
  border: 0.01rem solid #ffffff;
  border-radius: 0.12rem;
  box-shadow: 0 0.02rem 0.08rem 0 rgba(204, 157, 167, 0.2);
}

.joox-exit-confirm-modal_award_icon {
  width: 0.55rem;
  height: 0.55rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.joox-exit-confirm-modal_award_name {
  margin-top: 0.05rem;
  padding: 0 0.06rem;
  color: rgba(56, 1, 22, 0.5);
  font-weight: 400;
  font-size: 0.14rem;
  font-family: 'PingFang SC';
  text-align: center;
}

.joox-exit-confirm-modal_btns {
  display: flex;
  justify-content: center;
}

[dir="ltr"] .joox-exit-confirm-modal_btns > * + * {
  margin-left: 0.135rem;
}

[dir="rtl"] .joox-exit-confirm-modal_btns > * + * {
  margin-right: 0.135rem;
}

.joox-exit-confirm-modal_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.48rem;
  font-weight: 600;
  font-size: 0.15rem;
  font-family: 'PingFang SC';
  border-radius: 0.26rem;
}

.joox-exit-confirm-modal_btn--primary {
  width: 2.035rem;
  background: #fcdf86;
}

.joox-exit-confirm-modal_btn--exit {
  width: 0.96rem;
  border: 0.01rem solid #f3cc7d;
}

.lottery_award_hint {
  display: flex;
  align-items: center;
  min-width: 2.84rem;
  height: 0.44rem;
  margin-top: 0.295rem;
}

.lottery_award_hint_texts {
  display: flex;
  flex-direction: column;
  color: #210004;
  white-space: nowrap;
}

[dir="ltr"] .lottery_award_hint_texts {
  margin-right: 0.05rem;
}

[dir="rtl"] .lottery_award_hint_texts {
  margin-left: 0.05rem;
}

.lottery_award_hint_texts_text1 {
  font-weight: 600;
  font-size: 0.15rem;
  font-family: 'PingFang SC';
  line-height: 0.22rem;
}

.lottery_award_hint_texts_text2 {
  font-weight: 400;
  font-size: 0.105rem;
  font-family: 'PingFang SC';
  line-height: 0.14rem;
  opacity: 0.5;
}

.lottery_award_hint_num {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.4rem;
  padding: 0 0.07rem;
  color: #eab240;
  font-weight: 800;
  font-size: 0.2rem;
  font-family: Gilroy;
  border: 0.01rem solid #e1d6dc;
  border-radius: 0.05rem;
}

[dir="ltr"] .lottery_award_hint_num {
  margin-left: 0.1rem;
}

[dir="rtl"] .lottery_award_hint_num {
  margin-right: 0.1rem;
}

.lottery_award_hint_num_inner {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

[dir="ltr"] .lottery_award_hint_num_inner > * + * {
  margin-left: 0.02rem;
}

[dir="rtl"] .lottery_award_hint_num_inner > * + * {
  margin-right: 0.02rem;
}

.lottery_award_hint_num_inner_text {
  font-weight: 600;
  font-size: 0.165rem;
  font-family: 'PingFang HK';
}

.vip-draw-marquee {
  display: flex;
  align-items: center;
  height: 0.14rem;
  margin-top: 0.225rem;
  opacity: 0;
}

[dir="ltr"] .vip-draw-marquee > * + * {
  margin-left: 0.04rem;
}

[dir="rtl"] .vip-draw-marquee > * + * {
  margin-right: 0.04rem;
}

.vip-draw-marquee.visible {
  opacity: 1;
  animation: vip-marquee-slide-in 0.5s ease-out forwards;
}

.vip-draw-marquee.hidden {
  opacity: 0;
  animation: vip-marquee-slide-out 0.3s ease-out forwards;
}

.vip-draw-marquee_avatar {
  width: 0.12rem;
  height: 0.12rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.vip-draw-marquee_text {
  max-width: 2rem;
  overflow: hidden;
  color: rgba(33, 0, 4, 0.8);
  font-weight: 400;
  font-size: 0.1rem;
  font-family: 'PingFang TC';
  white-space: nowrap;
  text-overflow: ellipsis;
}

@keyframes vip-marquee-slide-in {
  0% {
    transform: translateY(-0.1rem);
    opacity: 0;
  }

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

@keyframes vip-marquee-slide-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(0.1rem);
    opacity: 0;
  }
}

.joox-vip-module {
  width: 3.35rem;
  margin: 0 auto;
  margin-top: 0.1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.joox-vip-module_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.joox-vip-module_item_title {
  display: flex;
  align-items: center;
  margin-top: 0.09rem;
}

.joox-vip-module_item_title_line1,
.joox-vip-module_item_title_line2 {
  width: 0.875rem;
  height: 0.16rem;
  -o-object-fit: cover;
     object-fit: cover;
}

[dir="ltr"] .joox-vip-module_item_title_line1 {
  margin-right: 0.04rem;
}

[dir="rtl"] .joox-vip-module_item_title_line1 {
  margin-left: 0.04rem;
}

.joox-vip-module_item_title_line2 {
  transform: scaleX(-1);
}

[dir="ltr"] .joox-vip-module_item_title_line2 {
  margin-left: 0.04rem;
}

[dir="rtl"] .joox-vip-module_item_title_line2 {
  margin-right: 0.04rem;
}

.joox-vip-module_item_title_icon {
  width: 0.24rem;
  height: 0.24rem;
  -o-object-fit: contain;
     object-fit: contain;
}

[dir="ltr"] .joox-vip-module_item_title_icon {
  margin-right: 0.03rem;
}

[dir="rtl"] .joox-vip-module_item_title_icon {
  margin-left: 0.03rem;
}

.joox-vip-module_item_title_text {
  color: #210004;
  font-weight: 600;
  font-size: 0.16rem;
  font-family: 'PingFang SC';
}

.joox-vip-module_item_day_num {
  display: flex;
  align-items: center;
  height: 0.49rem;
  margin-top: 0.15rem;
}

[dir="ltr"] .joox-vip-module_item_day_num > * + * {
  margin-left: 0.06rem;
}

[dir="rtl"] .joox-vip-module_item_day_num > * + * {
  margin-right: 0.06rem;
}

.joox-vip-module_item_day_num_origin {
  display: flex;
  align-items: center;
  height: 0.44rem;
  padding: 0 0.16rem;
  color: #210004;
  font-weight: 800;
  font-size: 0.2rem;
  font-family: Gilroy;
  border: 0.01rem solid #e1d6dc;
  border-radius: 0.05rem;
}

.joox-vip-module_item_day_num_factor {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.44rem;
  padding: 0 0.16rem;
  color: #eab240;
  font-weight: 800;
  font-size: 0.2rem;
  font-family: Gilroy;
  border: 0.01rem solid #e1d6dc;
  border-radius: 0.05rem;
}

.joox-vip-module_item_day_num_factor_text {
  font-weight: 600;
  font-size: 0.165rem;
  font-family: 'PingFang HK';
  line-height: 0.23rem;
}

[dir="ltr"] .joox-vip-module_item_day_num_factor_text {
  margin-left: 0.02rem;
}

[dir="rtl"] .joox-vip-module_item_day_num_factor_text {
  margin-right: 0.02rem;
}

.joox-vip-module_item_day_num_factor_tag {
  position: absolute;
  top: -0.09rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 0.2rem;
  padding: 0 0.06rem;
  color: #210004;
  background: #fcdf86;
  border-top-left-radius: 0.06rem;
  border-top-right-radius: 0.06rem;
}

[dir="ltr"] .joox-vip-module_item_day_num_factor_tag {
  right: -0.14rem;
  border-bottom-right-radius: 0.06rem;
}

[dir="rtl"] .joox-vip-module_item_day_num_factor_tag {
  left: -0.14rem;
  border-bottom-left-radius: 0.06rem;
}

.joox-vip-module_item_day_num_factor_tag_text {
  margin-bottom: 0.04rem;
  font-weight: 600;
  font-size: 0.09rem;
  font-family: 'PingFang SC';
}

.joox-vip-module_item_day_num_factor_tag_num {
  margin-bottom: 0.035rem;
  font-weight: 800;
  font-size: 0.12rem;
  font-family: Gilroy;
}

[dir="ltr"] .joox-vip-module_item_day_num_factor_tag_num {
  margin-left: 0.01rem;
}

[dir="rtl"] .joox-vip-module_item_day_num_factor_tag_num {
  margin-right: 0.01rem;
}

.joox-vip-module_item_day_num_total {
  display: flex;
  height: 100%;
  color: #210004;
}

.joox-vip-module_item_day_num_total_num {
  margin: auto 0;
  font-weight: 800;
  font-size: 0.4rem;
  font-family: Gilroy;
}

.joox-vip-module_item_day_num_total_text {
  margin-top: 0.065rem;
  font-weight: 600;
  font-size: 0.14rem;
  font-family: 'PingFang HK';
}

.joox-vip-module_item_bnt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.87rem;
  height: 0.48rem;
  margin-top: 0.165rem;
  background: #fcdf86;
  border-radius: 1rem;
}

.joox-vip-module_item_bnt:active {
  opacity: 0.9;
}

.joox-vip-module_item_bnt_text {
  color: #2d0138;
  font-weight: 600;
  font-size: 0.2rem;
  font-family: 'PingFang SC';
}

.joox-vip-module_item_bnt_tag {
  position: absolute;
  top: -0.06rem;
  height: 0.18rem;
  padding: 0 0.08rem;
  color: #f3cc7d;
  font-weight: 600;
  font-size: 0.1rem;
  font-family: 'PingFang SC';
  line-height: 0.15rem;
  background: #210004;
  border: 0.005rem solid #ffffff;
  border-width: 0.01rem;
  border-top-left-radius: 0.06rem;
  border-top-right-radius: 0.06rem;
}

[dir="ltr"] .joox-vip-module_item_bnt_tag {
  right: 0;
  border-bottom-right-radius: 0.06rem;
}

[dir="rtl"] .joox-vip-module_item_bnt_tag {
  left: 0;
  border-bottom-left-radius: 0.06rem;
}

.joox-vip-module_item_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  margin-top: 0.08rem;
  color: rgba(33, 0, 4, 0.6);
  font-weight: 400;
  font-size: 0.11rem;
  font-family: 'PingFang SC';
}

.joox-vip-module_item_footer_desc {
  text-align: center;
}

[dir="ltr"] .joox-vip-module_item_footer_desc {
  margin-right: 0.12rem;
}

[dir="rtl"] .joox-vip-module_item_footer_desc {
  margin-left: 0.12rem;
}

.joox-vip-module_item_footer_awards {
  display: flex;
  align-items: center;
}

.joox-vip-module_item_footer_awards_item {
  display: flex;
  align-items: center;
}

[dir="ltr"] .joox-vip-module_item_footer_awards_item {
  margin-left: 0.06rem;
}

[dir="rtl"] .joox-vip-module_item_footer_awards_item {
  margin-right: 0.06rem;
}

.joox-vip-module_item_footer_awards_item_icon {
  width: 0.16rem;
  height: 0.16rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.joox-vip-module_item_hint {
  width: 3rem;
  color: rgba(33, 0, 4, 0.6);
  font-weight: 400;
  font-size: 0.11rem;
  font-family: 'PingFang SC';
  margin-top: 0.02rem;
  margin-bottom: 0.14rem;
  text-align: center;
}

.joox-vip-result-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
}

.joox-vip-result-modal--visible {
  overflow: hidden;
  visibility: visible;
  pointer-events: auto;
  touch-action: none;
}

.joox-vip-result-modal--visible .joox-vip-result-modal_mask {
  opacity: 1;
}

.joox-vip-result-modal--visible .joox-vip-result-modal_content {
  transform: scale(1);
  opacity: 1;
}

.joox-vip-result-modal_mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.joox-vip-result-modal_content {
  position: relative;
  width: 3.03rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 0.16rem;
  transform: scale(0.8);
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.joox-vip-result-modal_close {
  position: absolute;
  top: -0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.24rem;
  height: 0.24rem;
}

[dir="ltr"] .joox-vip-result-modal_close {
  right: 0;
}

[dir="rtl"] .joox-vip-result-modal_close {
  left: 0;
}

.joox-vip-result-modal_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 2.46rem;
  height: 1.08rem;
  margin: 0 auto;
}

.joox-vip-result-modal_card_info {
  display: flex;
  flex-direction: column;
  color: #210004;
}

[dir="ltr"] .joox-vip-result-modal_card_info {
  margin-left: 0.23rem;
}

[dir="rtl"] .joox-vip-result-modal_card_info {
  margin-right: 0.23rem;
}

.joox-vip-result-modal_card_label {
  font-weight: 800;
  font-size: 0.2rem;
  font-family: Gilroy;
  font-style: extrabold;
}

.joox-vip-result-modal_card_number {
  display: flex;
  align-items: center;
}

[dir="ltr"] .joox-vip-result-modal_card_number > * + * {
  margin-left: 0.06rem;
}

[dir="rtl"] .joox-vip-result-modal_card_number > * + * {
  margin-right: 0.06rem;
}

.joox-vip-result-modal_card_num {
  font-weight: 800;
  font-size: 0.45rem;
  font-family: Gilroy;
}

.joox-vip-result-modal_card_days {
  font-weight: 600;
  font-size: 0.34rem;
  font-family: 'PingFang HK';
}

.joox-vip-result-modal_card_badge {
  width: 1.08rem;
  height: 1.08rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.joox-vip-result-modal_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.24rem 0.2rem 0.2rem;
}

.joox-vip-result-modal_title {
  display: flex;
  align-items: center;
}

.joox-vip-result-modal_title_text {
  color: #eab240;
  font-weight: 600;
  font-size: 0.22rem;
  font-family: 'PingFang SC';
  text-align: center;
}

.joox-vip-result-modal_subtitle {
  margin-top: 0.06rem;
  color: rgba(59, 3, 30, 0.5);
  font-weight: 400;
  font-size: 0.14rem;
  font-family: 'PingFang SC';
}

.joox-vip-result-modal_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 0.48rem;
  margin-top: 0.245rem;
  font-weight: 600;
  font-size: 0.15rem;
  font-family: 'PingFang SC';
  border-radius: 1rem;
}

.joox-vip-result-modal_btn--primary {
  background: #fcdf86;
  border: 0.01rem solid #ffffff;
}

.joox-vip-result-modal_btn--secondary {
  margin-top: 0.08rem;
  background: #ffffff;
}

.joox-vip-result-modal_btn--disabled {
  opacity: 0.5;
  pointer-events: none;
}

.b93v6vvWDdo0UNkp5DJYxg\=\= {
  width: 100%;
  height: 100%;
  border: none;
  color: inherit;
  padding: inherit;
  background-color: inherit;
  font-weight: inherit;
  cursor: pointer;
}

.joox-popup-event.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

@keyframes joox-popup-event-rise {
  from {
    transform: translateY(100%);
    /* 动画开始时元素的位置 */
  }

  to {
    transform: translateY(0%);
    /* 动画结束时元素上升的距离 */
  }
}

.joox-popup-event .main {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* 动画名称，持续时间，缓动函数，填充模式 */
  border-top-left-radius: 0.16rem;
  border-top-right-radius: 0.16rem;
  animation: joox-popup-event-rise 0.2s ease-in forwards;
}

.joox-popup-event .main .content {
  flex: 1;
  flex-shrink: 1;
  overflow: auto;
  overscroll-behavior: contain;
}

.joox-popup-event .title {
  flex-shrink: 0;
  margin: 0.25rem 0.2rem 0;
  font-weight: bold;
  font-size: 0.18rem;
  line-height: 0.27rem;
  text-align: center;
}

.joox-popup-event .text {
  margin: 0.11rem 0.2rem 0;
  font-size: 0.14rem;
  line-height: 0.25rem;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  opacity: 0.8;
}

.joox-popup-event .text .isBold {
  font-weight: bold;
}

.joox-popup-event .close {
  position: absolute;
  top: 0.1rem;
  z-index: 1;
  width: 0.24rem;
  height: 0.24rem;
  background-size: 100%;
}

[dir="ltr"] .joox-popup-event .close {
  right: 0.1rem;
}

[dir="rtl"] .joox-popup-event .close {
  left: 0.1rem;
}

.joox-popup-event .ext-img {
  box-sizing: border-box;
  width: 100%;
}

.joox-popup-event .ext-bottom {
  flex-shrink: 0;
  height: 0.34rem;
}

