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

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

/* Flex Item */

.time-countdown {
  margin: 0 0.16rem;
  padding: 0.12rem;
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-around;
}

.time-countdown__small-number {
  display: flex;
  align-items: center;
}

.time-countdown__small-number .time-day {
  margin: 0 0.09rem;
  font-weight: 600;
  font-size: 0.2rem;
  white-space: nowrap;
}

.time-countdown__small-number .time-content {
  display: inline-block;
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.time-countdown__small-number .time-content .num {
  margin: 0 0.02rem;
}

.time-countdown__small-number .time-content .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  font-size: 0.2rem;
}

.time-countdown__small-number .time-content .colon {
  margin: 0 0.05rem;
  font-weight: 600;
  direction: ltr;
}

.time-countdown__middle-number {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.time-countdown__middle-number .time {
  width: 0.78rem;
}

.time-countdown__middle-number .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.18rem;
}

.time-countdown__middle-number .num {
  font-weight: bolder;
  font-size: 0.3rem;
}

.time-countdown__middle-number .desc {
  font-size: 0.12rem;
  transform: scale(0.8);
}

.time-countdown__middle-number .line {
  height: 0.33rem;
  margin-top: -0.38rem;
  border-right: 0.01rem solid #000000;
}

/* Flex Item */
.wesing-activity-card .activity-card__img {
  overflow: hidden;
  line-height: 0;
  border-radius: 0.1rem;
}

.wesing-activity-card .activity-card__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.14rem;
  font-weight: bolder;
  font-size: 0.16rem;
}

.wesing-activity-card .activity-card__main .card-extra {
  font-weight: normal;
  font-size: 0.12rem;
}

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

/* Flex Item */
.draw-lottery {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.22rem;
  border-radius: 0.1rem;
}

.draw-lottery__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.draw-lottery__content {
  position: relative;
  width: 2.99rem;
  height: 2.99rem;
  margin: 0.23rem 0 0.16rem;
}

.draw-lottery__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.draw-lottery__ticket {
  display: flex;
  align-items: center;
  height: 0.225rem;
  padding: 0.04rem 0.07rem;
  font-size: 0.12rem;
  line-height: 0.225rem;
  border-radius: 0.225rem;
}

.draw-lottery__ticket-icon {
  width: 0.12rem !important;
  height: 0.12rem;
}

[dir="ltr"] .draw-lottery__ticket-icon {
  margin-right: 0.02rem;
}

[dir="rtl"] .draw-lottery__ticket-icon {
  margin-left: 0.02rem;
}

.draw-lottery-ceremony {
  display: flex;
  flex-direction: column;
  width: 3.43rem;
  height: 4.345rem;
  padding: 0.225rem 0.22rem;
  background-image: url("//aka.wesingcdn.com/b/assets/8c9f21d54c598ad83033d6be3380fa8b.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: '';
}

[dir="ltr"] .draw-lottery-ceremony {
  background-position: top left;
}

[dir="rtl"] .draw-lottery-ceremony {
  background-position: top right;
}

[dir="ltr"] .draw-lottery-ceremony .rotate-lottery {
  background: linear-gradient(180deg, #71ccfe 0%, #60c6ff 100%);
  box-shadow: 0 0 0.08rem #2184e6, inset 0 0 0.02rem 0.04rem #63c0ff, inset 0 0.04rem 0.04rem #9bedff, inset 0.04rem 0 0.02rem #2badfb;
}

[dir="rtl"] .draw-lottery-ceremony .rotate-lottery {
  background: linear-gradient(-180deg, #71ccfe 0%, #60c6ff 100%);
  box-shadow: 0 0 0.08rem #2184e6, inset 0 0 0.02rem 0.04rem #63c0ff, inset 0 0.04rem 0.04rem #9bedff, inset -0.04rem 0 0.02rem #2badfb;
}

.draw-lottery-ceremony .draw-lottery-result__title,
.draw-lottery-ceremony .draw-lottery-result__subtitle {
  color: #2881ea !important;
}

.draw-lottery-ceremony .countdown-button {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 0.36rem;
  padding: 0;
  line-height: 0.36rem;
  background-color: transparent !important;
  border-radius: 0;
  background-image: url("//aka.wesingcdn.com/b/assets/6048d13a783d15b81311ca76b86fa708.png");
  background-repeat: no-repeat;
  background-size: cover;
}

[dir="ltr"] .draw-lottery-ceremony .countdown-button {
  background-position: top left;
}

[dir="rtl"] .draw-lottery-ceremony .countdown-button {
  background-position: top right;
}

.draw-lottery-ceremony .draw-lottery-result__gift-item-wrap {
  background-color: #bcecfc !important;
}

.draw-lottery-ceremony .draw-lottery-result__gift-num-tag {
  font-size: 0.07rem;
}

.draw-lottery-ceremony .draw-lottery-item-gift__value {
  color: #3190e8 !important;
}

.draw-lottery-ceremony .draw-lottery-item-gift__tag {
  background-color: #fd7961 !important;
}

.draw-lottery-ceremony .rotate-lottery__gift-active .draw-lottery-item-gift__value {
  color: #fff !important;
}

.draw-lottery-result {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.draw-lottery-result__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.05rem;
  padding: 0 0 0.16rem;
  text-align: center;
}

.draw-lottery-result__content-show {
  animation: lottery-result-show 400ms ease forwards;
}

.draw-lottery-result__content-hide {
  animation: lottery-result-hide 200ms ease forwards;
}

.draw-lottery-result__title {
  margin-bottom: 0.22rem;
  font-weight: 800;
  font-size: 0.21rem;
  line-height: 0.22rem;
}

.draw-lottery-result__gift-item-wrap {
  width: 2.99rem;
  height: 1.99rem;
  margin-bottom: 0.16rem;
}

.draw-lottery-result .draw-lottery-result__gift__value-icon {
  width: 0.12rem;
  height: 0.12rem;
}

.draw-lottery-result .draw-lottery-result__gift__num-tag {
  position: absolute;
  top: 0;
  min-width: 0.15rem;
  height: 0.1rem;
  padding: 0 0.03rem;
  text-align: center;
  border-radius: 0.03rem;
}

[dir="ltr"] .draw-lottery-result .draw-lottery-result__gift__num-tag {
  right: 0;
}

[dir="rtl"] .draw-lottery-result .draw-lottery-result__gift__num-tag {
  left: 0;
}

.draw-lottery-result .draw-lottery-result__gift__num-tag-text {
  height: 0.1rem;
  font-size: 0.07rem;
  line-height: 0.1rem;
}

.draw-lottery-result .draw-lottery-result__gift--1__logo-wrap {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.36rem;
}

.draw-lottery-result .draw-lottery-result__gift--2__logo-wrap {
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.45rem;
}

.draw-lottery-result .draw-lottery-result__gift--3__logo-wrap {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.16rem;
}

.draw-lottery-result .draw-lottery-result__gift--10__logo-wrap {
  width: 0.36rem;
  height: 0.36rem;
  margin-top: 0.12rem;
}

.draw-lottery-result-ceremony {
  position: absolute;
  top: -0.05rem;
  right: 0;
  bottom: 0;
  left: -0.05rem;
  z-index: 1;
  width: 3.1rem;
  height: 3.15rem;
  background-color: #e5f6f8 !important;
}

.draw-lottery-result_awards-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes lottery-result-show {
  0% {
    opacity: 0.4;
    scale: 0.3;
  }

  100% {
    opacity: 1;
    scale: 1;
  }
}

@keyframes lottery-result-hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.countdown-button {
  min-width: 1.45rem;
  padding: 0.1rem 0.215rem;
  border-radius: 0.8rem;
}

.countdown-button__text {
  font-size: 0.13rem;
  text-align: center;
}

.draw-lottery-item-gift {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.draw-lottery-item-gift__logo-wrap {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
}

.draw-lottery-item-gift__logo-tri {
  width: 0.8rem;
  height: 2rem;
}

[dir="ltr"] .draw-lottery-item-gift__logo-tri {
  margin-left: 0.14rem;
}

[dir="rtl"] .draw-lottery-item-gift__logo-tri {
  margin-right: 0.14rem;
}

.draw-lottery-item-gift__tag {
  position: absolute;
  top: 0;
  min-width: 0.24rem;
  height: 0.13rem;
  padding: 0 0.03rem;
  text-align: center;
  border-radius: 0.05rem;
}

[dir="ltr"] .draw-lottery-item-gift__tag {
  right: 0;
}

[dir="rtl"] .draw-lottery-item-gift__tag {
  left: 0;
}

.draw-lottery-item-gift__tag-text {
  height: 0.13rem;
  font-size: 0.09rem;
  line-height: 0.13rem;
}

.draw-lottery-item-gift__value {
  display: flex;
  display: -webkit-box;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  overflow: hidden;
  font-weight: 500;
  font-size: 0.12rem;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.draw-lottery-item-gift__value-icon {
  width: 0.1rem;
  height: 0.1rem;
}

[dir="ltr"] .draw-lottery-item-gift__value-icon {
  margin-right: 0.01rem;
}

[dir="rtl"] .draw-lottery-item-gift__value-icon {
  margin-left: 0.01rem;
}

.draw-lottery-item-gift__value-10 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.1rem;
  text-align: center;
}

.draw-lottery-item-gift__value-10-icon {
  width: 0.09rem;
  height: 0.09rem;
}

[dir="ltr"] .draw-lottery-item-gift__value-10-icon {
  margin-right: 0.03rem;
}

[dir="rtl"] .draw-lottery-item-gift__value-10-icon {
  margin-left: 0.03rem;
}

.square-lottery-item-award-tag {
  min-width: 0.16rem;
  height: 0.1rem;
  font-size: 0.07rem;
  border-radius: 0.03rem;
}

.square-lottery-item-award-tag__text {
  font-size: 0.07rem;
  line-height: 0.1rem;
}

/* Flex Item */
.lottery-tab {
  display: flex;
  align-self: flex-start;
  height: 0.315rem;
  border-radius: 0.5rem;
}

.lottery-tab__item {
  width: 1.075rem;
  height: inherit;
  padding: 0 0.06rem;
  font-weight: 700;
  line-height: 0.315rem;
  text-align: center;
  border-radius: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lottery-tab__item--active {
  background-image: url('//aka.wesingcdn.com/b/assets/020db9e34b4898025574f615e835b294.png');
  background-repeat: no-repeat;
  background-size: cover;
}

[dir="ltr"] .lottery-tab__item--active {
  background-position: top left;
}

[dir="rtl"] .lottery-tab__item--active {
  background-position: top right;
}

/* Flex Item */
.draw-lottery-marquee {
  width: 1.59rem;
  overflow: hidden;
  border-radius: 0.225rem;
}

[dir="ltr"] .draw-lottery-marquee {
  padding: 0 0.16rem 0 0;
}

[dir="rtl"] .draw-lottery-marquee {
  padding: 0 0 0 0.16rem;
}

.draw-lottery-marquee-item {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.12rem;
}

.draw-lottery-marquee-item__name {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[dir="ltr"] .draw-lottery-marquee-item__name {
  margin-right: 0.06rem;
  margin-left: 0.04rem;
  text-align: left;
}

[dir="rtl"] .draw-lottery-marquee-item__name {
  margin-left: 0.06rem;
  margin-right: 0.04rem;
  text-align: right;
}

.draw-lottery-marquee-item__avatar {
  width: 0.17rem !important;
  height: 0.17rem;
  border-radius: 0.22rem;
}

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

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

.rave-text-marquee__text {
  color: #fff;
}

/* Flex Item */
.rotate-lottery {
  width: 2.99rem;
  height: 2.99rem;
  padding: 0.12rem;
  border-radius: 50%;
}

.rotate-lottery__content {
  position: relative;
  width: 2.74rem;
  height: 2.74rem;
}

.rotate-lottery__button {
  position: absolute;
  top: 50%;
  width: 0.73rem;
  height: 0.725rem;
  border-radius: 50%;
}

[dir="ltr"] .rotate-lottery__button {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .rotate-lottery__button {
  right: 50%;
  transform: translate(50%, -50%);
}

.rotate-lottery__button-up {
  position: relative;
  top: -0.12rem;
  flex-direction: column;
  width: 0.735rem;
  height: 0.81rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rotate-lottery__button-up > svg {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 0.735rem;
}

[dir="ltr"] .rotate-lottery__button-up > svg {
  left: 0;
}

[dir="rtl"] .rotate-lottery__button-up > svg {
  right: 0;
}

.rotate-lottery__button-text {
  position: relative;
  z-index: 3;
  display: inline-block;
  max-width: 4em;
  margin-top: 0.06rem;
  font-weight: 700;
  font-size: 0.14rem;
}

.rotate-lottery__button-row {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.rotate-lottery__button-icon {
  width: 0.12rem !important;
  height: 0.12rem !important;
}

[dir="ltr"] .rotate-lottery__button-icon {
  margin-right: 0.01rem;
}

[dir="rtl"] .rotate-lottery__button-icon {
  margin-left: 0.01rem;
}

.rotate-lottery__button-number {
  font-weight: 400;
  font-size: 0.12rem;
}

.rotate-lottery__button-dot {
  position: absolute;
  top: 0.08rem;
  width: 0.055rem;
  height: 0.055rem;
  border-radius: 50%;
  opacity: 0.2;
}

[dir="ltr"] .rotate-lottery__button-dot {
  left: 0.08rem;
}

[dir="rtl"] .rotate-lottery__button-dot {
  right: 0.08rem;
}

.rotate-lottery__button-dot-long {
  position: absolute;
  top: 0.08rem;
  width: 0.11rem;
  height: 0.045rem;
  border-radius: 0.045rem;
  opacity: 0.2;
}

[dir="ltr"] .rotate-lottery__button-dot-long {
  left: 0.16rem;
}

[dir="rtl"] .rotate-lottery__button-dot-long {
  right: 0.16rem;
}

.rotate-lottery__button-cemony {
  width: 0.79rem;
  height: 0.86rem;
  background-image: url('//aka.wesingcdn.com/b/assets/ab0ddaab43249afa6a74fa57a4b2f7c5.png');
  background-repeat: no-repeat;
  background-size: cover;
}

[dir="ltr"] .rotate-lottery__button-cemony {
  background-position: top left;
}

[dir="rtl"] .rotate-lottery__button-cemony {
  background-position: top right;
}

.rotate-lottery__button-cemony .rotate-lottery__button-up {
  position: relative;
  top: 0;
  width: '100%';
  height: '100%';
  color: #fff;
  text-align: center;
}

.rotate-lottery-item {
  position: absolute;
  top: -0.03rem;
  height: 1.4rem;
  transform-origin: bottom center;
}

[dir="ltr"] .rotate-lottery-item {
  left: 0.91rem;
}

[dir="rtl"] .rotate-lottery-item {
  right: 0.91rem;
}

.rotate-lottery-item__bg {
  width: 0.95rem;
}

.rotate-lottery-item__bg > svg {
  position: absolute;
  top: 0;
  width: 0.95rem;
}

[dir="ltr"] .rotate-lottery-item__bg > svg {
  left: 0;
}

[dir="rtl"] .rotate-lottery-item__bg > svg {
  right: 0;
}

.rotate-lottery-item__bg-active {
  animation: gift-active 1s;
}

.rotate-lottery__gift {
  justify-content: flex-start;
  margin-top: 0.2rem;
}

.rotate-lottery__gift__logo-wrap {
  width: 0.46rem;
  height: 0.46rem;
}

.rotate-lottery__gift__value {
  margin-top: 0;
  font-size: 0.09rem;
}

.rotate-lottery__gift__tag {
  font-size: 0.065rem;
}

.rotate-lottery__gift__value-icon {
  width: 0.09rem;
  height: 0.09rem;
}

[dir="ltr"] .rotate-lottery__gift__value-icon {
  margin-right: 0.01rem;
}

[dir="rtl"] .rotate-lottery__gift__value-icon {
  margin-left: 0.01rem;
}

@keyframes gift-active {
  0% {
    opacity: 0.4;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.square-lottery {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.square-lottery__item {
  width: 0.91rem;
  height: 0.91rem;
  padding: 0.165rem 0.205rem 0;
  border-radius: 0.1rem;
}

.square-lottery__button {
  position: relative;
  width: 0.91rem;
  height: 0.91rem;
  overflow: hidden;
  border-radius: 0.1rem;
}

.square-lottery__button-up {
  height: 0.83rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
}

.square-lottery__button-text {
  display: inline-block;
  margin-top: 0.3rem;
  margin-bottom: 0.02rem;
  font-weight: 700;
  font-size: 0.14rem;
}

.square-lottery__button-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.square-lottery__button-icon {
  width: 0.12rem !important;
  height: 0.12rem !important;
}

[dir="ltr"] .square-lottery__button-icon {
  margin-right: 0.01rem;
}

[dir="rtl"] .square-lottery__button-icon {
  margin-left: 0.01rem;
}

.square-lottery__button-number {
  font-weight: 400;
  font-size: 0.12rem;
}

.square-lottery__button-dot {
  position: absolute;
  top: 0.08rem;
  width: 0.055rem;
  height: 0.055rem;
  border-radius: 50%;
  opacity: 0.2;
}

[dir="ltr"] .square-lottery__button-dot {
  left: 0.08rem;
}

[dir="rtl"] .square-lottery__button-dot {
  right: 0.08rem;
}

.square-lottery__button-dot-long {
  position: absolute;
  top: 0.08rem;
  width: 0.11rem;
  height: 0.045rem;
  border-radius: 0.045rem;
  opacity: 0.2;
}

[dir="ltr"] .square-lottery__button-dot-long {
  left: 0.16rem;
}

[dir="rtl"] .square-lottery__button-dot-long {
  right: 0.16rem;
}

.draw-triplet-lottery {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.35rem;
}

.draw-triplet-lottery__item {
  width: 0.95rem;
  height: 1.4rem;
  padding: 0.01rem;
  border-radius: 0.12rem;
}

.draw-triplet-lottery__button {
  position: relative;
  width: 1.4rem;
  height: 0.42rem;
  margin-top: 0.2rem;
  overflow: visible;
  border-radius: 0.99rem;
}

.draw-triplet-lottery__button-up {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.99rem;
}

.draw-triplet-lottery__button-text {
  display: inline-block;
  margin: 0;
  font-weight: 400;
  font-size: 0.18rem;
}

.draw-triplet-lottery__marquee {
  position: absolute;
  top: -0.415rem;
  width: 100%;
  height: 0.25rem;
  border-radius: 0.12rem;
  overflow: hidden;
}

.draw-triplet-lottery-awardimg {
  width: 0.95rem;
  height: 1.4rem;
  border-radius: 0.1rem;
}

/* Flex Item */
.draw-lottery-v2-marquee {
  width: 1.59rem;
  overflow: hidden;
  border-radius: 0.225rem;
}

.draw-lottery-v2-marquee-item {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.12rem;
}

[dir="ltr"] .draw-lottery-v2-marquee-item {
  padding: 0 0.16rem 0 0;
}

[dir="rtl"] .draw-lottery-v2-marquee-item {
  padding: 0 0 0 0.16rem;
}

.draw-lottery-v2-marquee-item__name {
  flex: 1;
  margin-right: 0.02rem;
  margin-left: 0.02rem;
  font-size: 0.12rem;
  font-family: JOOX;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[dir="ltr"] .draw-lottery-v2-marquee-item__name {
  text-align: left;
}

[dir="rtl"] .draw-lottery-v2-marquee-item__name {
  text-align: right;
}

.draw-lottery-v2-marquee-item__gift {
  width: 0.15rem;
  height: 0.15rem;
}

[dir="ltr"] .draw-lottery-v2-marquee-item__gift {
  margin-right: 0.02rem;
}

[dir="rtl"] .draw-lottery-v2-marquee-item__gift {
  margin-left: 0.02rem;
}

.draw-lottery-v2-marquee-item__avatar {
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
}

.draw-triplet-info-award .dialog__mask {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

[dir="ltr"] .draw-triplet-info-award .dialog__mask {
  left: 0;
}

[dir="rtl"] .draw-triplet-info-award .dialog__mask {
  right: 0;
}

.draw-triplet-info-award .arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

[dir="ltr"] .draw-triplet-info-award .arrow.open {
  transform: rotate(180deg);
}

[dir="rtl"] .draw-triplet-info-award .arrow.open {
  transform: rotate(-180deg);
}

.draw-triplet-info-award .dialog__box {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding-top: 0.2rem;
  background-color: #fff;
  border-radius: 0.12rem 0.12rem 0 0;
}

.draw-triplet-info-award .form-header {
  display: flex;
  justify-content: center;
}

.draw-triplet-info-award .form-title {
  font-size: 0.22rem;
}

.draw-triplet-info-award .dialog-title {
  position: relative;
  display: inline-block;
  padding: 0 0.4rem;
  font-weight: 600;
  font-size: 0.28rem;
  letter-spacing: 0.01rem;
  text-shadow: 0 0 0.1rem rgba(92, 171, 255, 0.6);
}

.draw-triplet-info-award .dialog__info {
  margin: 0.2rem 0.1rem 0.1rem;
}

.draw-triplet-info-award .info-divider {
  width: 100%;
  height: 0.005rem;
  margin: 0.1rem 0 0.2rem;
  background-color: #645959;
}

.draw-triplet-info-award .no-border-input {
  /* 可选，增加一点间距 */
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}

[dir="ltr"] .draw-triplet-info-award .no-border-input {
  margin-left: 0.05rem;
}

[dir="rtl"] .draw-triplet-info-award .no-border-input {
  margin-right: 0.05rem;
}

.draw-triplet-info-award .no-border-select {
  /* 可选，增加一点间距 */
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* 移除默认下拉箭头(可选) */
  /* 如果需要自定义下拉箭头，可以添加以下样式 */
  /* background-image: url('自定义箭头图标'); */
  /* background-position: right center; */
  /* background-repeat: no-repeat; */
}

[dir="ltr"] .draw-triplet-info-award .no-border-select {
  margin-left: 0.05rem;
}

[dir="rtl"] .draw-triplet-info-award .no-border-select {
  margin-right: 0.05rem;
}

.draw-triplet-info-award .dialog__button_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0.2rem;
}

.draw-triplet-info-award .dialog__warning {
  width: 90%;
  margin-bottom: 0.12rem;
  font-size: 0.12rem;
  line-height: 1.5;
  text-align: center;
}

.draw-triplet-info-award .dialog__button {
  width: 90%;
  height: 0.45rem;
  overflow: hidden;
  border-radius: 0.99rem;
}

.draw-triplet-info-award .dialog__button-up {
  height: 0.83rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
}

.draw-triplet-info-award .dialog__button-text {
  display: inline-block;
  margin-top: 0.09rem;
  margin-bottom: 0.02rem;
  font-weight: 400;
  font-size: 0.18rem;
}

.draw-triplet-info-award .dialog__toast {
  position: fixed;
  bottom: 0.2rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  margin-bottom: 2.2rem;
  padding: 0.1rem 0.2rem;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.04rem;
  box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.2);
}

[dir="ltr"] .draw-triplet-info-award .dialog__toast {
  left: 50%;
  transform: translateX(-50%);
}

[dir="rtl"] .draw-triplet-info-award .dialog__toast {
  right: 50%;
  transform: translateX(50%);
}

.draw-triplet-mask-award .dialog__mask {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

[dir="ltr"] .draw-triplet-mask-award .dialog__mask {
  left: 0;
}

[dir="rtl"] .draw-triplet-mask-award .dialog__mask {
  right: 0;
}

.draw-triplet-mask-award .dialog__box {
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  padding-top: 0.2rem;
  background-color: #fff;
  border-radius: 0.12rem 0.12rem 0 0;
}

.draw-triplet-mask-award .form-header {
  display: flex;
  justify-content: center;
}

.draw-triplet-mask-award .dialog-title {
  position: relative;
  display: inline-block;
  padding: 0 0.4rem;
  font-weight: 600;
  font-size: 0.28rem;
  letter-spacing: 0.01rem;
  text-shadow: 0 0 0.1rem rgba(92, 171, 255, 0.6);
}

.draw-triplet-mask-award .form-title {
  font-size: 0.22rem;
}

.draw-triplet-mask-award .dialog__awards-container {
  max-height: 4rem;
  overflow-y: auto;
}

.draw-triplet-mask-award .dialog__award {
  display: flex;
  flex-direction: row;
  margin: 0.2rem 0.1rem 0.1rem;
  padding-bottom: 0.1rem;
  border-bottom: #e0e0e0 solid 0.005rem;
}

.draw-triplet-mask-award .dialog__award_img {
  width: 0.5rem;
  height: 0.7rem;
  margin: 0 0.1rem;
}

[dir="ltr"] .draw-triplet-mask-award .dialog__award_text-wrap {
  margin: 0.14rem 0 0 0.1rem;
}

[dir="rtl"] .draw-triplet-mask-award .dialog__award_text-wrap {
  margin: 0.14rem 0.1rem 0 0;
}

.draw-triplet-mask-award .dialog__award_name {
  margin-bottom: 0.05rem;
  font-size: 0.18rem;
}

.draw-triplet-mask-award .dialog__award_name--cdk {
  font-size: 0.14rem;
  font-family: monospace;
  letter-spacing: 0.005rem;
}

.draw-triplet-mask-award .dialog__award_time {
  font-weight: 300;
  font-size: 0.11rem;
}

.draw-triplet-mask-award .no-border-input {
  /* 可选，增加一点间距 */
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}

[dir="ltr"] .draw-triplet-mask-award .no-border-input {
  margin-left: 0.05rem;
}

[dir="rtl"] .draw-triplet-mask-award .no-border-input {
  margin-right: 0.05rem;
}

.draw-triplet-mask-award .no-border-select {
  /* 可选，增加一点间距 */
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* 移除默认下拉箭头(可选) */
  /* 如果需要自定义下拉箭头，可以添加以下样式 */
  /* background-image: url('自定义箭头图标'); */
  /* background-position: right center; */
  /* background-repeat: no-repeat; */
}

[dir="ltr"] .draw-triplet-mask-award .no-border-select {
  margin-left: 0.05rem;
}

[dir="rtl"] .draw-triplet-mask-award .no-border-select {
  margin-right: 0.05rem;
}

.draw-triplet-lottery-mask {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

[dir="ltr"] .draw-triplet-lottery-mask {
  left: 0;
}

[dir="rtl"] .draw-triplet-lottery-mask {
  right: 0;
}

.draw-triplet-lottery-result {
  position: absolute;
  top: -0.8rem;
  z-index: 10000;
  border-radius: 0.25rem;
}

.draw-triplet-lottery-result__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.05rem;
  padding: 0 0 0.16rem;
  text-align: center;
  border-radius: 0.25rem;
}

.draw-triplet-lottery-result__content-show {
  animation: lottery-result-show 400ms ease forwards;
}

.draw-triplet-lottery-result__content-hide {
  animation: lottery-result-hide 200ms ease forwards;
}

.draw-triplet-lottery-result__title {
  margin-top: 0.2rem;
  font-weight: 800;
  font-size: 0.21rem;
  line-height: 0.22rem;
}

.draw-triplet-lottery-result__subtitle {
  margin-top: -0.5rem;
  margin-right: 0.1rem;
  margin-bottom: 0.15rem;
  margin-left: 0.1rem;
  font-weight: 500;
  font-size: 0.12rem;
  line-height: 0.17rem;
}

.draw-triplet-lottery-result__gift-item-wrap {
  width: 2.99rem;
  height: 1.99rem;
  margin-bottom: 0.16rem;
}

.draw-triplet-lottery-result .draw-triplet-lottery-result__gift__value-icon {
  width: 0.12rem;
  height: 0.12rem;
}

.draw-triplet-lottery-result .draw-triplet-lottery-result__gift__num-tag {
  position: absolute;
  top: 0;
  min-width: 0.15rem;
  height: 0.1rem;
  padding: 0 0.03rem;
  text-align: center;
  border-radius: 0.03rem;
}

[dir="ltr"] .draw-triplet-lottery-result .draw-triplet-lottery-result__gift__num-tag {
  right: 0;
}

[dir="rtl"] .draw-triplet-lottery-result .draw-triplet-lottery-result__gift__num-tag {
  left: 0;
}

.draw-triplet-lottery-result .draw-triplet-lottery-result__gift__num-tag-text {
  height: 0.1rem;
  font-size: 0.07rem;
  line-height: 0.1rem;
}

.draw-triplet-lottery-result .draw-triplet-lottery-result__gift--1__logo-wrap {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.36rem;
}

.draw-triplet-lottery-result .draw-triplet-lottery-result__gift--2__logo-wrap {
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.45rem;
}

.draw-triplet-lottery-result .draw-triplet-lottery-result__gift--3__logo-wrap {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.16rem;
}

.draw-triplet-lottery-result .draw-triplet-lottery-result__gift--10__logo-wrap {
  width: 0.36rem;
  height: 0.36rem;
  margin-top: 0.12rem;
}

.draw-triplet-lottery-result-ceremony {
  position: absolute;
  top: -0.05rem;
  right: 0;
  bottom: 0;
  left: -0.05rem;
  z-index: 1;
  width: 3.1rem;
  height: 3.15rem;
  background-color: #e5f6f8 !important;
}

.draw-triplet-lottery-result_awards-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes lottery-result-show {
  0% {
    opacity: 0.4;
    scale: 0.3;
  }

  100% {
    opacity: 1;
    scale: 1;
  }
}

@keyframes lottery-result-hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Flex Item */
.joox-daily-seckill-v2 {
  -webkit-tap-highlight-color: #000000;
}

.joox-daily-seckill-v2 a,
.joox-daily-seckill-v2 img {
  -webkit-touch-callout: none;
  border: 0;
}

.joox-daily-seckill-v2 blockquote,
.joox-daily-seckill-v2 body,
.joox-daily-seckill-v2 dd,
.joox-daily-seckill-v2 dl,
.joox-daily-seckill-v2 figure,
.joox-daily-seckill-v2 form,
.joox-daily-seckill-v2 h1,
.joox-daily-seckill-v2 h2,
.joox-daily-seckill-v2 h3,
.joox-daily-seckill-v2 h4,
.joox-daily-seckill-v2 h5,
.joox-daily-seckill-v2 h6,
.joox-daily-seckill-v2 hr,
.joox-daily-seckill-v2 input,
.joox-daily-seckill-v2 ol,
.joox-daily-seckill-v2 p,
.joox-daily-seckill-v2 td,
.joox-daily-seckill-v2 textarea,
.joox-daily-seckill-v2 th,
.joox-daily-seckill-v2 ul {
  margin: 0;
  padding: 0;
}

.joox-daily-seckill-v2 h1,
.joox-daily-seckill-v2 h2,
.joox-daily-seckill-v2 h3,
.joox-daily-seckill-v2 h4,
.joox-daily-seckill-v2 h5,
.joox-daily-seckill-v2 h6 {
  font-weight: normal;
  font-size: 100%;
}

.joox-daily-seckill-v2 li {
  list-style: none;
}

.joox-daily-seckill-v2 table {
  border-collapse: collapse;
  border-spacing: 0;
}

.joox-daily-seckill-v2 button:focus,
.joox-daily-seckill-v2 input:focus,
.joox-daily-seckill-v2 textarea:focus {
  outline: 0;
}

.joox-daily-seckill-v2 a,
.joox-daily-seckill-v2 a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.joox-daily-seckill-v2 button,
.joox-daily-seckill-v2 input,
.joox-daily-seckill-v2 select,
.joox-daily-seckill-v2 textarea {
  font-weight: inherit;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
}

.joox-daily-seckill-v2 body {
  font-weight: normal;
  font-size: 0.14rem;
  font-family: 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', 'microsoft yahei', sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100% !important;
     -moz-text-size-adjust: 100% !important;
          text-size-adjust: 100% !important;
  -webkit-font-smoothing: antialiased;
}

.joox-daily-seckill-v2 img {
  pointer-events: none;
}

.joox-daily-seckill-v2 input {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.joox-daily-seckill-v2 input:focus {
  border: none;
}

.joox-daily-seckill-v2 svg:not(:root) {
  overflow: visible !important;
}

.joox-daily-seckill-v2 {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.joox-daily-seckill-v2 .seckill-countdown {
  font-weight: bold;
  font-size: 0.14rem;
  font-family: arial, monospace, Monaco, Consolas;
  text-align: center;
}

.joox-daily-seckill-v2 .seckill-countdown__time {
  font-weight: bolder;
}

.joox-daily-seckill-v2 .sell-card__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 0.15rem;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
}

.joox-daily-seckill-v2 .sell-card__item {
  display: block;
  flex-shrink: 0;
  width: 1.06rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0.015rem solid transparent;
}

.joox-daily-seckill-v2 .sell-card__item.checked {
  border-color: red;
}

.joox-daily-seckill-v2 .sell-card__item .img-wrap.disable {
  position: relative;
  overflow: hidden;
}

.joox-daily-seckill-v2 .sell-card__item .img-wrap.disable::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  content: '';
}

.joox-daily-seckill-v2 .sell-card__item.card-width-num-1 {
  width: 3.45rem;
  margin: 0 auto;
}

.joox-daily-seckill-v2 .sell-card__item.card-width-num-2 {
  width: 1.68rem;
}

.joox-daily-seckill-v2 .sell-card__item.card-width-num-3 {
  width: 1.06rem;
}

.joox-daily-seckill-v2 .sell-card__img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.rave-rank-tabs-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rave-rank-tabs-container .base-bar {
  display: flex;
  align-items: center;
  overflow-x: scroll;
}

.rave-rank-tabs-container .base-item {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-width: 1.1rem;
}

.rave-rank-tabs-container .round-step-bar-container {
  padding: 0 0.16rem;
  background-color: transparent;
  border-radius: 0.1rem;
}

.rave-rank-tabs-container .round-step-bar {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  justify-content: space-evenly;
  height: 100%;
  padding: 0 0.05rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.249rem 0 rgba(255, 255, 255, 0.8) inset;
}

.rave-rank-tabs-container .round-step-bar .step-bar__item {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-width: 1.1rem;
  justify-content: center;
}

.rave-rank-tabs-container .round-step-bar .step-bar__item .item-name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.06rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.09rem;
}

.rave-rank-tabs-container .round-step-bar .step-bar__item .item-name .item-name__text {
  transition: font-size 0.3s ease-in-out;
}

.rave-rank-tabs-container .arrow-step-bar {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  position: relative;
  padding: 0 0.16rem;
}

.rave-rank-tabs-container .arrow-step-bar .step-bar__item {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-width: 1.1rem;
  position: relative;
  align-items: center;
  justify-content: center;
}

.rave-rank-tabs-container .arrow-step-bar .step-bar__item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-image-source: url('https://aka.wesingcdn.com/b/assets/ee7b6388771c53edd6ff2f2248594e0c.svg');
  border-image-slice: 0 50 0 50 fill;
  border-image-width: 0 0.4rem 0 0.5rem;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  filter: var(--filter);
  content: ' ';
}

.rave-rank-tabs-container .arrow-step-bar .step-bar__item .item-text {
  z-index: 10;
  padding: 0 0.3rem;
  font-weight: bold;
}

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

