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

.song-player-card-list {
  display: flex;
  flex-direction: column;
  width: 3.43rem;
  margin: 0.16rem auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.06rem;
}

.song-player-card {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0.14rem;
  overflow: hidden;
}

.song-player-card .song-player-card__avatar {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.04rem;
}

.song-player-card .song-player-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.song-player-card .song-player-card__avatar--skeleton-shadow {
  animation: skeleton-wave 1.5s infinite ease-in-out;
}

[dir="ltr"] .song-player-card .song-player-card__avatar--skeleton-shadow {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.1) 75%);
}

[dir="rtl"] .song-player-card .song-player-card__avatar--skeleton-shadow {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.1) 75%);
}

[dir] .song-player-card .song-player-card__avatar--skeleton-shadow {
  background-size: 200% 100%;
}

@keyframes skeleton-wave {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.song-player-card .song-player-card__content {
  flex: 1;
  height: 0.42rem;
  margin-right: 0.12rem;
  margin-left: 0.12rem;
  overflow: hidden;
}

.song-player-card .song-player-card__content .song-player-card__title {
  margin-bottom: 0.06rem;
  overflow: hidden;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.14rem;
  font-family: JOOX;
  line-height: 0.18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.song-player-card .song-player-card__content .song-player-card__title--skeleton-shadow {
  width: 100%;
  height: 0.24rem;
  margin-top: 0.01rem;
  animation: skeleton-wave 1.5s infinite ease-in-out;
}

[dir="ltr"] .song-player-card .song-player-card__content .song-player-card__title--skeleton-shadow {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.1) 75%);
}

[dir="rtl"] .song-player-card .song-player-card__content .song-player-card__title--skeleton-shadow {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.1) 75%);
}

[dir] .song-player-card .song-player-card__content .song-player-card__title--skeleton-shadow {
  background-size: 200% 100%;
}

@keyframes skeleton-wave {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.song-player-card .song-player-card__content .song-player-card__meta {
  display: flex;
  align-items: center;
  height: 0.18rem;
}

.song-player-card .song-player-card__content .song-player-card__meta .vip {
  width: 0.18rem;
  height: 0.18rem;
}

.song-player-card .song-player-card__content .song-player-card__meta .vip svg {
  width: 100%;
  height: 100%;
}

.song-player-card .song-player-card__content .song-player-card__meta__hifi {
  width: 0.275rem;
  height: 0.12rem;
  color: #987eff;
  font-weight: 500;
  font-size: 0.09rem;
  font-family: JOOX;
  line-height: 0.12rem;
  text-align: center;
  border: 0.005rem solid #e88e04;
  border-color: #987eff;
  border-radius: 0.02rem;
}

[dir="ltr"] .song-player-card .song-player-card__content .song-player-card__meta__hifi {
  margin-left: 0.03rem;
}

[dir="rtl"] .song-player-card .song-player-card__content .song-player-card__meta__hifi {
  margin-right: 0.03rem;
}

.song-player-card .song-player-card__content .song-player-card__meta__artist {
  flex: 1;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 0.12rem;
  font-family: JOOX;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[dir="ltr"] .song-player-card .song-player-card__content .song-player-card__meta__artist {
  margin-left: 0.08rem;
}

[dir="rtl"] .song-player-card .song-player-card__content .song-player-card__meta__artist {
  margin-right: 0.08rem;
}

[dir="ltr"] .song-player-card .song-player-card__content .song-player-card__meta__artist:first-child {
  margin-left: 0;
  padding-left: 0;
}

[dir="rtl"] .song-player-card .song-player-card__content .song-player-card__meta__artist:first-child {
  margin-right: 0;
  padding-right: 0;
}

.song-player-card .song-player-card__content .song-player-card__meta--skeleton-shadow {
  width: 80%;
  height: 0.18rem;
  animation: skeleton-wave 1.5s infinite ease-in-out;
}

[dir="ltr"] .song-player-card .song-player-card__content .song-player-card__meta--skeleton-shadow {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.1) 75%);
}

[dir="rtl"] .song-player-card .song-player-card__content .song-player-card__meta--skeleton-shadow {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.1) 75%);
}

[dir] .song-player-card .song-player-card__content .song-player-card__meta--skeleton-shadow {
  background-size: 200% 100%;
}

@keyframes skeleton-wave {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.song-player-card .song-player-card__favorite {
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}

[dir="ltr"] .song-player-card .song-player-card__favorite {
  margin-right: 0.06rem;
}

[dir="rtl"] .song-player-card .song-player-card__favorite {
  margin-left: 0.06rem;
}

.song-player-card .song-player-card__favorite svg {
  width: 100%;
  height: 100%;
}

.song-player-card .song-player-card__favorite:active {
  transform: scale(1.1);
}

.song-player-card .song-player-card__play {
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.song-player-card .song-player-card__play svg {
  width: 100%;
  height: 100%;
}

.song-player-card .song-player-card__play:active {
  transform: scale(1.1);
}

/* 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%;
}

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

.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-awardimg {
  width: 0.95rem;
  height: 1.4rem;
  border-radius: 0.1rem;
}

.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;
  padding-bottom: 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;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0.2rem;
}

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

[dir="ltr"] .draw-triplet-lottery-result {
  left: -0.03rem;
}

[dir="rtl"] .draw-triplet-lottery-result {
  right: -0.03rem;
}

.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 */
.wesing-task-list {
  position: relative;
  padding-top: 0.22rem;
}

.wesing-task-list .task-list__title {
  position: absolute;
  top: 0;
  z-index: 100;
}

.wesing-task-list .task-list__card {
  width: 3.43rem;
  padding-top: 0.34rem;
  padding-bottom: 0.16rem;
  border-radius: 0.16rem;
}

.common-title-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.common-title-wrap .line-box {
  display: flex;
  align-items: center;
  height: 0.065rem;
}

.common-title-wrap .line-box .line {
  width: 0.5rem;
  height: 0.03rem;
  border-radius: 0.035rem;
}

[dir="ltr"] .common-title-wrap .line-box .line {
  margin-right: 0.0165rem;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), var(--common-title-wrap-title-bg1));
}

[dir="rtl"] .common-title-wrap .line-box .line {
  margin-left: 0.0165rem;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0), var(--common-title-wrap-title-bg1));
}

.common-title-wrap .line-box .square {
  width: 0.045rem;
  height: 0.045rem;
  border-radius: 0.005rem;
}

[dir="ltr"] .common-title-wrap .line-box .square {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), var(--common-title-wrap-title-bg1));
  transform: rotate(45deg);
}

[dir="rtl"] .common-title-wrap .line-box .square {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0), var(--common-title-wrap-title-bg1));
  transform: rotate(-45deg);
}

.common-title-wrap .line-box-left {
  display: flex;
  align-items: center;
  height: 0.065rem;
  margin-top: 0.2965rem;
}

[dir="ltr"] .common-title-wrap .line-box-left {
  margin-right: 0.22rem;
}

[dir="rtl"] .common-title-wrap .line-box-left {
  margin-left: 0.22rem;
}

.common-title-wrap .line-box-left .line {
  width: 0.5rem;
  height: 0.03rem;
  border-radius: 0.035rem;
}

[dir="ltr"] .common-title-wrap .line-box-left .line {
  margin-right: 0.0165rem;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), var(--common-title-wrap-title-bg1));
}

[dir="rtl"] .common-title-wrap .line-box-left .line {
  margin-left: 0.0165rem;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0), var(--common-title-wrap-title-bg1));
}

.common-title-wrap .line-box-left .square {
  width: 0.045rem;
  height: 0.045rem;
  border-radius: 0.005rem;
}

[dir="ltr"] .common-title-wrap .line-box-left .square {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), var(--common-title-wrap-title-bg1));
  transform: rotate(45deg);
}

[dir="rtl"] .common-title-wrap .line-box-left .square {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0), var(--common-title-wrap-title-bg1));
  transform: rotate(-45deg);
}

.common-title-wrap .line-box-right {
  display: flex;
  align-items: center;
  height: 0.065rem;
  margin-top: 0.2965rem;
}

[dir="ltr"] .common-title-wrap .line-box-right {
  margin-left: 0.22rem;
  transform: rotate(180deg);
}

[dir="rtl"] .common-title-wrap .line-box-right {
  margin-right: 0.22rem;
  transform: rotate(-180deg);
}

.common-title-wrap .line-box-right .line {
  width: 0.5rem;
  height: 0.03rem;
  border-radius: 0.035rem;
}

[dir="ltr"] .common-title-wrap .line-box-right .line {
  margin-right: 0.0165rem;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), var(--common-title-wrap-title-bg1));
}

[dir="rtl"] .common-title-wrap .line-box-right .line {
  margin-left: 0.0165rem;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0), var(--common-title-wrap-title-bg1));
}

.common-title-wrap .line-box-right .square {
  width: 0.045rem;
  height: 0.045rem;
  border-radius: 0.005rem;
}

[dir="ltr"] .common-title-wrap .line-box-right .square {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), var(--common-title-wrap-title-bg1));
  transform: rotate(45deg);
}

[dir="rtl"] .common-title-wrap .line-box-right .square {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0), var(--common-title-wrap-title-bg1));
  transform: rotate(-45deg);
}

.common-title-wrap .title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
}

.common-title-wrap .title::before,
.common-title-wrap .title::after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
}

.common-title-wrap .title::before {
  top: 0.05rem;
  z-index: -1;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 0.05rem;
}

[dir="ltr"] .common-title-wrap .title::before {
  left: -0.16rem;
  background: linear-gradient(135deg, var(--common-title-wrap-title-bg1), var(--common-title-wrap-title-bg2));
  transform: rotate(45deg);
}

[dir="rtl"] .common-title-wrap .title::before {
  right: -0.16rem;
  background: linear-gradient(-135deg, var(--common-title-wrap-title-bg1), var(--common-title-wrap-title-bg2));
  transform: rotate(-45deg);
}

.common-title-wrap .title .title-text {
  max-width: 1.8rem;
  padding: 0 0.1rem;
  color: #fff;
  font-weight: 900;
  font-size: 0.2rem;
  font-family: 'JOOX Sans Brand';
  line-height: 0.2rem;
  text-align: center;
  word-break: break-all;
}

.common-title-wrap .title::after {
  top: 0.05rem;
  z-index: -1;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 0.05rem;
}

[dir="ltr"] .common-title-wrap .title::after {
  right: -0.16rem;
  background: linear-gradient(135deg, var(--common-title-wrap-title-bg1), var(--common-title-wrap-title-bg2));
  transform: rotate(45deg);
}

[dir="rtl"] .common-title-wrap .title::after {
  left: -0.16rem;
  background: linear-gradient(-135deg, var(--common-title-wrap-title-bg1), var(--common-title-wrap-title-bg2));
  transform: rotate(-45deg);
}

.task-item {
  flex-direction: column;
  justify-content: center;
  padding: 0 0.16rem;
}

.task-item__line {
  width: 100%;
  height: 0.01rem;
}

.task-item__award-list {
  display: flex;
  padding-top: 0.16rem;
  overflow: auto;
  -moz-column-gap: 0.12rem;
       column-gap: 0.12rem;
}

.task-item .task-item-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}

.task-item .task-item-main__content {
  display: flex;
  flex: 1;
  align-items: center;
}

[dir="ltr"] .task-item .task-item-main__content {
  padding-left: 0.12rem;
}

[dir="rtl"] .task-item .task-item-main__content {
  padding-right: 0.12rem;
}

.task-item .task-item-main__content .text {
  display: flex;
  flex: 1;
  flex-direction: column;
  row-gap: 0.04rem;
}

.task-item .task-item-main__content .text .title {
  font-weight: 400;
  font-size: 0.16rem;
  font-family: JOOX;
  word-break: break-word;
}

.task-item .task-item-main__content .text .desc {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.13rem;
  font-family: JOOX;
}

.task-item .task-item-main__content .text .desc .pic {
  display: inline;
  width: 0.16rem;
  height: 0.16rem;
}

[dir="ltr"] .task-item .task-item-main__content .text .desc .pic {
  margin-left: 0.04rem;
}

[dir="rtl"] .task-item .task-item-main__content .text .desc .pic {
  margin-right: 0.04rem;
}

.task-item .task-item-main__content .text .tag {
  align-self: flex-start;
  padding: 0.01rem 0.04rem;
  font-weight: 400;
  font-size: 0.09rem;
  font-family: 'PingFang SC';
  line-height: 0.12rem;
  text-align: center;
  border-radius: 0.04rem;
}

[dir="ltr"] .task-item .task-item-main__content .action {
  margin-left: 0.12rem;
}

[dir="rtl"] .task-item .task-item-main__content .action {
  margin-right: 0.12rem;
}

.task-item .task-item-main__content .action .btn {
  width: 0.64rem;
  height: 0.34rem;
  padding: 0;
  color: #fff;
  font-weight: 600;
  font-size: 0.14rem;
  line-height: 0.34rem;
  border: none;
  border-radius: 0.544rem;
}

.task-item__progress {
  position: relative;
  width: 100%;
  height: 0.03rem;
  border-radius: 0.1rem;
}

.task-item__progress .progress-done {
  position: absolute;
  top: 0;
  height: 0.03rem;
  border-radius: 0.1rem;
}

[dir="ltr"] .task-item__progress .progress-done {
  left: 0;
}

[dir="rtl"] .task-item__progress .progress-done {
  right: 0;
}

/* 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;
}

.award {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
}

.award-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0.1rem;
}

.award-content__pic {
  width: 0.435rem;
  height: 0.435rem;
}

.award-content__tag {
  position: absolute;
  top: 0.04rem;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0.24rem;
  height: 0.13rem;
  padding: 0 0.05rem;
  border-radius: 0.05rem;
}

[dir="ltr"] .award-content__tag {
  right: 0.04rem;
}

[dir="rtl"] .award-content__tag {
  left: 0.04rem;
}

.award-content__tag .text {
  color: inherit;
  font-weight: 400;
  font-size: 0.09rem;
  line-height: 0.13rem;
  text-align: center;
}

.award-content__price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: 0.09rem;
  line-height: 0.12rem;
}

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

