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

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

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

.artist-follow-panel-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.artist-follow-panel-container .artist-follow-panel-wrapper {
  display: grid;
  grid-auto-rows: var(--grid-line-height);
  grid-template-columns: repeat(3, var(--grid-column-width));
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0.16rem;
  padding-bottom: var(--grid-wrapper-padding-bottom);
}

.artist-follow-panel-card {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  width: 1.07rem;
  height: 1.42rem;
  padding-top: 0.15rem;
  background-color: var(--card-background-color);
  border-radius: var(--card-radius);
}

[dir="ltr"] .artist-follow-panel-card:last-child {
  margin-right: 0;
}

[dir="rtl"] .artist-follow-panel-card:last-child {
  margin-left: 0;
}

.artist-follow-panel-card .artist-follow-panel-card-image-container {
  position: relative;
  width: var(--item-width);
  height: var(--item-height);
}

.artist-follow-panel-card .artist-follow-panel-card-image-container .artist-follow-panel-card-image-container-inner {
  width: 100%;
  height: 100%;
}

.artist-follow-panel-card .artist-follow-panel-card-image-container .artist-follow-panel-card-image-container-inner .artist-follow-panel-card-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.015rem solid var(--card-border-color);
  border-radius: var(--border-radius);
}

.artist-follow-panel-card .artist-follow-panel-card-text {
  max-width: 100%;
  margin: 0.09rem 0;
  overflow: hidden;
  color: var(--text-color);
  font-weight: var(--text-font-weight);
  font-size: var(--text-font-size);
  font-family: JOOX;
  line-height: normal;
  /* 超过单行文本溢出省略号 */
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
}

.artist-follow-panel-card-follow-button {
  display: flex;
  gap: 0.04rem;
  align-items: center;
  justify-content: center;
  width: 0.83rem;
  height: 0.24rem;
  font-weight: var(--text-font-weight);
  background-color: var(--button-color);
  border-radius: 0.12rem;
}

.artist-follow-panel-card-follow-button .artist-follow-panel-card-follow-button-icon {
  width: 0.07rem;
  height: 0.07rem;
}

.artist-follow-panel-card-follow-button .artist-follow-panel-card-follow-button-text {
  color: var(--text-color);
  font-size: var(--text-font-size);
}

.italic-artist-follow-panel-card {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 1.04rem;
  height: 1.06rem;
  margin-top: calc(var(--item-height) - 0.58rem);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

[dir="ltr"] .italic-artist-follow-panel-card:last-child {
  margin-right: 0;
}

[dir="rtl"] .italic-artist-follow-panel-card:last-child {
  margin-left: 0;
}

.italic-artist-follow-panel-card .italic-artist-follow-panel-card-image-container {
  position: absolute;
  top: -0.4rem;
  width: var(--item-width);
  height: var(--item-height);
  overflow: visible;
}

[dir="ltr"] .italic-artist-follow-panel-card .italic-artist-follow-panel-card-image-container {
  left: 0.05rem;
}

[dir="rtl"] .italic-artist-follow-panel-card .italic-artist-follow-panel-card-image-container {
  right: 0.05rem;
}

.italic-artist-follow-panel-card .italic-artist-follow-panel-card-image-container .italic-artist-follow-panel-card-image-container-inner {
  width: 100%;
  height: 100%;
}

.italic-artist-follow-panel-card .italic-artist-follow-panel-card-image-container .italic-artist-follow-panel-card-image-container-inner .italic-artist-follow-panel-card-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.italic-artist-follow-panel-card .italic-artist-follow-panel-card-text-and-button {
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.59rem;
}

[dir="ltr"] .italic-artist-follow-panel-card .italic-artist-follow-panel-card-text-and-button {
  padding-left: 0.17rem;
}

[dir="rtl"] .italic-artist-follow-panel-card .italic-artist-follow-panel-card-text-and-button {
  padding-right: 0.17rem;
}

.italic-artist-follow-panel-card .italic-artist-follow-panel-card-text-and-button .italic-artist-follow-panel-card-text {
  max-width: 100%;
  overflow: hidden;
  color: var(--text-color);
  font-weight: var(--text-font-weight);
  font-size: var(--text-font-size);
  font-family: JOOX;
  line-height: normal;
  /* 超过单行文本溢出省略号 */
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
}

.italic-artist-follow-panel-card .italic-artist-follow-panel-card-text-and-button .italic-artist-follow-panel-card-follow-button {
  display: flex;
  gap: 0.04rem;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.18rem;
  font-weight: 500;
  font-size: 0.08rem;
  background-color: var(--button-color);
  border-radius: 0.12rem;
}

.italic-artist-follow-panel-card .italic-artist-follow-panel-card-text-and-button .italic-artist-follow-panel-card-follow-button .italic-artist-follow-panel-card-follow-button-icon {
  width: 0.07rem;
  height: 0.07rem;
}

.italic-artist-follow-panel-card .italic-artist-follow-panel-card-text-and-button .italic-artist-follow-panel-card-follow-button .italic-artist-follow-panel-card-follow-button-text {
  color: #fff;
  font-size: 0.1rem;
}

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: 3.43rem;
  margin: 0 auto;
}

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

.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 {
  max-height: 100vh;
  overflow-y: auto;
  border-radius: 0.08rem;
}

.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-one {
  display: flex;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0.16rem;
}

.avatar {
  width: 0.4rem;
  height: 0.4rem;
}

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

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

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

.comment-content {
  flex: 1;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

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

.comment-content__header .comment-content__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-content__header .comment-content__username {
  margin-right: 0.05rem;
}

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

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

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

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

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

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

[dir="ltr"] .comment-content__footer .comment-content__time.internal {
  margin-right: 0.02rem;
}

[dir="rtl"] .comment-content__footer .comment-content__time.internal {
  margin-left: 0.02rem;
}

.comment-content__footer .comment-content__reply {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 0.1rem;
  font-family: JOOX;
}

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

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

.comment-content__footer .comment-content__reply strong {
  color: #fff;
}

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

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

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

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

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

.comment-input {
  position: relative;
  margin-bottom: 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;
}

/* Flex Item */
.wesing-tabs__wrap-outer {
  overflow: scroll;
}

.wesing-tabs__wrap-inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  padding: 0.09rem 0.16rem;
}

.wesing-tabs__item {
  display: inline-block;
  font-weight: 700;
  font-size: 0.18rem;
  opacity: 0.5;
}

[dir="ltr"] .wesing-tabs__item {
  margin-right: 0.2rem;
}

[dir="rtl"] .wesing-tabs__item {
  margin-left: 0.2rem;
}

.wesing-tabs__item .wesing-text {
  display: inline-block;
  white-space: pre-wrap;
}

[dir="ltr"] .wesing-tabs__item:last-child {
  margin-right: 0 !important;
}

[dir="rtl"] .wesing-tabs__item:last-child {
  margin-left: 0 !important;
}

.wesing-tabs__item--active {
  position: relative;
  opacity: 1;
}

.wesing-tabs__item--active .under-line {
  position: absolute;
  width: 100%;
  height: 0.04rem;
  border-radius: 0.02rem;
}

[dir="ltr"] .wesing-tabs__item--active .under-line {
  left: 50%;
  transform: translateX(-50%);
}

[dir="rtl"] .wesing-tabs__item--active .under-line {
  right: 50%;
  transform: translateX(50%);
}

