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

input,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

a,
a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-weight: inherit;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
}

svg:not(:root) {
  overflow: visible !important;
}

.comment-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.comment-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.16rem 0;
  padding: 0 0.16rem;
}

.comment-section__title {
  color: #fff;
  font-weight: 900;
  font-size: 0.16rem;
  font-family: JOOX;
}

.comment-section__order {
  display: flex;
  align-items: center;
}

.comment-section__order-text {
  color: #fff;
  font-size: 0.14rem;
  font-family: JOOX;
  opacity: 0.5;
}

.comment-section__order-text.active {
  font-weight: 900;
  opacity: 1;
}

.comment-section__order-divide {
  width: 0.01rem;
  height: 0.13rem;
  margin: 0 0.08rem;
  background-color: rgba(255, 255, 255, 0.4);
}

.comment-section__loading-tip {
  flex: 1;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.13rem;
  font-family: JOOX;
  text-align: center;
}

.comment-section__list-wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.comment-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-section__no-comment {
  margin: 0.12rem 0 0.42rem;
  color: #fff;
  text-align: center;
}

.comment-section__item {
  display: flex;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0.15rem;
}

.comment-section__avatar {
  width: 0.4rem;
  height: 0.4rem;
}

[dir="ltr"] .comment-section__avatar {
  margin-right: 0.12rem;
}

[dir="rtl"] .comment-section__avatar {
  margin-left: 0.12rem;
}

.comment-section__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.comment-section__content {
  flex: 1;
  word-wrap: break-word;
}

[dir="ltr"] .comment-section__content {
  margin-right: 0.14rem;
}

[dir="rtl"] .comment-section__content {
  margin-left: 0.14rem;
}

.comment-section__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0.4rem;
  padding: 0.025rem 0;
}

.comment-section__header {
  display: flex;
  align-items: center;
}

.comment-section__header .comment-section__username {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  font-size: 0.12rem;
  font-family: JOOX;
  line-height: 0.15rem;
}

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

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

.comment-section__header .comment-section__badge {
  display: inline-flex;
  width: 0.12rem;
  height: 0.12rem;
}

.comment-section__text {
  color: #fff;
  font-size: 0.13rem;
}

.comment-section__footer {
  display: flex;
  align-items: center;
  margin-top: 0.045rem;
}

.comment-section__footer .comment-section__time {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: 0.1rem;
  font-family: JOOX;
  font-style: normal;
}

.comment-section__footer .comment-section__reply {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 0.1rem;
  font-family: JOOX;
  /* 150% */
}

[dir="ltr"] .comment-section__footer .comment-section__reply {
  margin-left: 0.06rem;
}

[dir="rtl"] .comment-section__footer .comment-section__reply {
  margin-right: 0.06rem;
}

.comment-section__footer .comment-section__reply strong {
  color: #fff;
}

.comment-section .comment-section__more-comments {
  margin-top: 0.04rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 0.12rem;
  font-family: JOOX;
}

.comment-section__sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 0.3rem;
  height: 0.4rem;
}

.comment-section__sidebar .comment-section__like-icon {
  display: flex;
  align-items: center;
  width: 0.21rem;
  height: 0.21rem;
  color: #fff;
}

.comment-section__sidebar .comment-section__likes-text {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 0.1rem;
  font-family: JOOX;
  font-style: normal;
}

.comment-section__sidebar .comment-section__likes-text--like {
  color: #09de6e;
}

.comment-section__view-more {
  display: inline-flex;
  align-items: center;
  height: 0.3rem;
  margin: 0 auto;
  padding: 0 0.12rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.4);
  border-radius: 0.5rem;
}

.comment-section__view-more .comment-section__text {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 0.14rem;
  font-family: JOOX;
  font-style: normal;
}

.comment-section__arrow-down {
  position: relative;
  width: 0.12rem;
  height: 0.12rem;
}

[dir="ltr"] .comment-section__arrow-down {
  margin-left: 0.06rem;
}

[dir="rtl"] .comment-section__arrow-down {
  margin-right: 0.06rem;
}

.comment-section__arrow-down::after {
  position: absolute;
  top: 50%;
  width: 0.08rem;
  height: 0.08rem;
  border: solid rgba(255, 255, 255, 0.6);
  transform-origin: center;
  content: '';
}

[dir="ltr"] .comment-section__arrow-down::after {
  left: 50%;
  border-width: 0 0 0.02rem 0.02rem;
  transform: translate(-50%, -50%) rotate(-45deg);
}

[dir="rtl"] .comment-section__arrow-down::after {
  right: 50%;
  border-width: 0 0.02rem 0.02rem 0;
  transform: translate(50%, -50%) rotate(45deg);
}

.comment-input {
  position: relative;
  margin: 0 0.16rem 0.16rem;
  padding: 0.12rem;
  /* 默认底部内边距 */
  line-height: 0;
  /* 关键:不为0会导致高度与实际子元素撑开的高度不一致 */
  border-radius: 0.12rem;
  transition: all 0.2s ease;
  /* 添加过渡效果 */
  /* 当获得焦点且有输入内容时增加底部内边距 */
  /* 设置 placeholder 颜色 */
}

.comment-input.show-bottom {
  padding-bottom: 0.41rem;
}

.comment-input__content {
  box-sizing: border-box;
  width: 100%;
  color: white;
  font-size: 0.14rem;
  line-height: 0.21rem;
  border: none;
  resize: none;
}

.comment-input__content.scroll {
  overflow-y: auto;
}

.comment-input__content::-moz-placeholder {
  color: var(--placeholder-color) !important;
}

.comment-input__content::placeholder {
  color: var(--placeholder-color) !important;
}

.comment-input__lineTop,
.comment-input__lineBottom {
  position: absolute;
  width: calc(100% - (0.12rem * 2));
  height: 0.21rem;
  transition: opacity 0.5s ease;
  /* 添加过渡效果 */
  pointer-events: none;
}

.comment-input__lineTop {
  top: 0.12rem;
}

.comment-input__lineBottom {
  bottom: 0.41rem;
}

.comment-input__bottom-num {
  position: absolute;
  bottom: 0.12rem;
  display: flex;
  align-items: center;
  height: 0.25rem;
  /* 固定高度 */
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.12rem;
  border-radius: 0.04rem;
  pointer-events: none;
}

[dir="ltr"] .comment-input__bottom-num {
  left: 0.12rem;
}

[dir="rtl"] .comment-input__bottom-num {
  right: 0.12rem;
}

.comment-input__send-button {
  position: absolute;
  bottom: 0.12rem;
  width: 0.45rem;
  height: 0.25rem;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

[dir="ltr"] .comment-input__send-button {
  right: 0.12rem;
}

[dir="rtl"] .comment-input__send-button {
  left: 0.12rem;
}

.comment-input__send-button img {
  width: 0.45rem;
  height: 0.25rem;
}

.virtual-comment-list-container {
  position: relative;
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.virtual-comment-list {
  width: 100%;
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.virtual-comment-list::-webkit-scrollbar {
  display: none;
}

.virtual-comment-item {
  box-sizing: border-box;
}

.virtual-comment-list__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.12rem 0;
}

.virtual-comment-list__tip {
  padding: 0.12rem 0;
  font-size: 0.13rem;
  font-family: JOOX;
  text-align: center;
}

.virtual-comment-list__tip--clickable {
  cursor: pointer;
}

.virtual-comment-list__tip--clickable:active {
  opacity: 0.7;
}

.virtual-comment-list__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.13rem;
  font-family: JOOX;
}

.comment-one {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 0.64rem;
  padding: 0.16rem;
}

.comment-one__background {
  position: absolute;
  top: 0.07rem;
  z-index: 0;
  width: 1.16rem;
  height: 0.32rem;
  pointer-events: none;
}

[dir="ltr"] .comment-one__background {
  right: 0;
}

[dir="rtl"] .comment-one__background {
  left: 0;
}

.comment-one__background-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.comment-one__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.comment-one__main {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.comment-one__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.08rem;
}

.comment-one__meta {
  display: flex;
  align-items: center;
}

.comment-one__time {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: 0.1rem;
  font-family: JOOX;
  line-height: 0.15rem;
}

.comment-one .comment-content__header {
  display: flex;
  align-items: center;
  margin-bottom: 0.08rem;
}

.comment-one .comment-content__username {
  color: #fff;
  font-weight: 500;
  font-size: 0.12rem;
  font-family: JOOX;
  line-height: 0.16rem;
}

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

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

.comment-one .comment-content__username.vip {
  color: #f3cc7d;
}

.comment-one .comment-content__text {
  color: #fff;
  font-weight: 400;
  font-size: 0.13rem;
  font-family: JOOX;
  line-height: 0.16rem;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

.joox-avatar-container {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 0.53rem;
  height: 0.53rem;
}

[dir="ltr"] .joox-avatar-container {
  margin-right: 0.075rem;
}

[dir="rtl"] .joox-avatar-container {
  margin-left: 0.075rem;
}

.joox-avatar-container .joox-avatar-ornament {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.joox-avatar {
  width: 0.36rem;
  height: 0.36rem;
}

.joox-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

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

.comment-badge {
  display: inline-flex;
  width: 0.12rem;
  height: 0.12rem;
}

[dir="ltr"] .comment-badge {
  margin-right: 0.04rem;
}

[dir="rtl"] .comment-badge {
  margin-left: 0.04rem;
}

.comment-badge.vip {
  width: 0.16rem;
  height: 0.16rem;
}

.likes-sidebar {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 0.06rem;
  align-items: center;
  justify-content: flex-end;
}

[dir="ltr"] .likes-sidebar {
  margin-left: auto;
  padding-left: 0.1rem;
}

[dir="rtl"] .likes-sidebar {
  margin-right: auto;
  padding-right: 0.1rem;
}

.likes-sidebar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.16rem;
  height: 0.16rem;
  color: #fff;
}

.likes-sidebar__text {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 0.11rem;
  font-family: JOOX;
  font-style: normal;
  line-height: 0.15rem;
}

.likes-sidebar__text--like {
  color: #09de6e;
}

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

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

[dir="ltr"] .song-player-card .song-player-card__content .song-player-card__meta__tag {
  margin: 0.02rem 0.04rem 0.03rem 0;
}

[dir="rtl"] .song-player-card .song-player-card__content .song-player-card__meta__tag {
  margin: 0.02rem 0 0.03rem 0.04rem;
}

.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;
  line-height: 0.18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[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);
}

.com-joox-tags {
  padding: 0 0.03rem;
  font-size: 0;
  border-radius: 0.02rem;
}

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

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

.com-joox-tags__text {
  font-size: 0.09rem;
  line-height: 0.13rem;
  white-space: nowrap;
}

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

/* 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 .sell-card__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 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;
}

.joox-daily-seckill-v2 .stock-text {
  position: absolute;
  z-index: 1;
  padding: 0.04rem 0;
  font-weight: 500;
  font-size: 0.12rem;
  text-align: center;
}

.joox-address-form-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  visibility: hidden;
}

.joox-address-form-popup.show {
  visibility: visible;
}

.joox-address-form-popup.show .joox-address-form-popup__mask {
  opacity: 1;
}

.joox-address-form-popup.show .joox-address-form-popup__panel {
  transform: translateY(0);
}

.joox-address-form-popup__mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s;
}

.joox-address-form-popup__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 84vh;
  background: #1a1a1a;
  border-radius: 0.12rem 0.12rem 0 0;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.joox-address-form-popup__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.44rem;
  flex-shrink: 0;
}

.joox-address-form-popup__back {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  cursor: pointer;
}

[dir="ltr"] .joox-address-form-popup__back {
  left: 0.16rem;
}

[dir="rtl"] .joox-address-form-popup__back {
  right: 0.16rem;
}

.joox-address-form-popup__title {
  font-size: 0.16rem;
  font-weight: 500;
  color: #fff;
}

.joox-address-form-popup__body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0.2rem;
}

.joox-address-form-popup__footer {
  display: flex;
  justify-content: center;
  padding: 0.12rem 0.16rem;
  /* stylelint-disable-next-line function-no-unknown */
  padding-bottom: calc(0.12rem + constant(safe-area-inset-bottom));
  padding-bottom: calc(0.12rem + env(safe-area-inset-bottom));
  flex-shrink: 0;
}

.joox-address-form-popup__btn {
  width: 2.8rem;
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #09de6e;
  border-radius: 0.22rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.joox-address-form-popup__btn:active {
  opacity: 0.8;
}

.joox-address-form__hint {
  font-size: 0.12rem;
  color: red;
  text-align: center;
  padding: 0.1rem;
}

.joox-address-form__item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 0.5rem;
}

.joox-address-form__item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.01rem;
  background: rgba(255, 255, 255, 0.1);
  transform: scaleY(0.5);
  transform-origin: 50% 100%;
}

.joox-address-form__label {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}

[dir="ltr"] .joox-address-form__label {
  margin-right: 0.2rem;
}

[dir="rtl"] .joox-address-form__label {
  margin-left: 0.2rem;
}

.joox-address-form__content {
  flex: 1;
  display: flex;
  min-width: 0;
}

.joox-address-form__input {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.joox-address-form__input input,
.joox-address-form__input textarea {
  display: block;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 0.14rem;
}

.joox-address-form__input input::-moz-placeholder, .joox-address-form__input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.joox-address-form__input input::placeholder,
.joox-address-form__input textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.joox-address-form__input textarea {
  max-height: 1rem;
  resize: none;
  line-height: 1.5;
}

.joox-address-form__prefix {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.14rem;
}

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

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

.joox-address-form__placeholder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.14rem;
  line-height: 1.5;
  cursor: text;
}

.joox-address-form__input--textarea {
  padding: 0.12rem 0;
}

.joox-address-form__select {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.joox-address-form__select-value {
  flex: 1;
  font-size: 0.14rem;
  color: #fff;
}

.joox-address-form__select-value.placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.joox-address-form__select-arrow {
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' opacity='0.5'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}

[dir="ltr"] .joox-address-form__select-arrow {
  margin-left: 0.05rem;
}

[dir="rtl"] .joox-address-form__select-arrow {
  margin-right: 0.05rem;
}

.joox-address-form__select-options {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 50vh;
  background: #2a2a2a;
  border-radius: 0.12rem 0.12rem 0 0;
  overflow-y: auto;
  z-index: 1001;
  /* stylelint-disable-next-line function-no-unknown */
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.joox-address-form__select-option {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.44rem;
  font-size: 0.14rem;
  color: #fff;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
}

.joox-address-form__select-option:active {
  background: rgba(255, 255, 255, 0.1);
}

.joox-address-form__select-option.selected {
  color: #09de6e;
}

.joox-address-form__select-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* Flex Item */
.joox-my-redeem-code {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0 0.16rem;
  box-sizing: border-box;
}

.joox-my-redeem-code__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.16rem;
  color: #333;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.24rem;
}

.joox-my-redeem-code__content {
  flex: 1;
}

.joox-my-redeem-code__list {
  display: flex;
  flex-direction: column;
}

.joox-my-redeem-code__list > * + * {
  margin-top: 0.12rem;
}

.joox-my-redeem-code .joox-my-redeem-code-item {
  display: flex;
  align-items: center;
  padding: 0.16rem;
  background: #f5f5f5;
  border-radius: 0.12rem;
}

.joox-my-redeem-code .joox-my-redeem-code-item__image {
  flex-shrink: 0;
  width: 0.64rem;
  height: 0.64rem;
  overflow: hidden;
  border-radius: 0.08rem;
}

[dir="ltr"] .joox-my-redeem-code .joox-my-redeem-code-item__image {
  margin-right: 0.12rem;
}

[dir="rtl"] .joox-my-redeem-code .joox-my-redeem-code-item__image {
  margin-left: 0.12rem;
}

.joox-my-redeem-code .joox-my-redeem-code-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.joox-my-redeem-code .joox-my-redeem-code-item__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.joox-my-redeem-code .joox-my-redeem-code-item__info > * + * {
  margin-top: 0.06rem;
}

.joox-my-redeem-code .joox-my-redeem-code-item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.joox-my-redeem-code .joox-my-redeem-code-item__name {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.joox-my-redeem-code .joox-my-redeem-code-item__code {
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.12rem;
  line-height: 0.18rem;
  cursor: pointer;
}

.joox-my-redeem-code .joox-my-redeem-code-item__code span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.joox-my-redeem-code .joox-my-redeem-code-item__code:active {
  opacity: 0.7;
}

.joox-my-redeem-code .joox-my-redeem-code-item__copy-icon {
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.7);
}

[dir="ltr"] .joox-my-redeem-code .joox-my-redeem-code-item__copy-icon {
  margin-right: 0.04rem;
}

[dir="rtl"] .joox-my-redeem-code .joox-my-redeem-code-item__copy-icon {
  margin-left: 0.04rem;
}

.joox-my-redeem-code .joox-my-redeem-code-item__date-label {
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  font-size: 0.14rem;
  line-height: 0.18rem;
}

[dir="ltr"] .joox-my-redeem-code .joox-my-redeem-code-item__date-label {
  margin-left: 0.06rem;
}

[dir="rtl"] .joox-my-redeem-code .joox-my-redeem-code-item__date-label {
  margin-right: 0.06rem;
}

.joox-my-redeem-code .joox-my-redeem-code-item__time {
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.12rem;
  line-height: 0.18rem;
}

[dir="ltr"] .joox-my-redeem-code .joox-my-redeem-code-item__time {
  margin-left: 0.06rem;
}

[dir="rtl"] .joox-my-redeem-code .joox-my-redeem-code-item__time {
  margin-right: 0.06rem;
}

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

.wesing-empty__image {
  width: 1.1rem;
}

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

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

