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

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

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

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

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

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

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

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

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

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

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

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

.wesing-dialog .dialog-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
}

.wesing-dialog .dialog-mask .dialog-main {
  width: 3.11rem;
  margin: auto;
  padding: 0.28rem 0.2rem;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  background: #fafafa;
  border-radius: 0.2rem;
}

.wesing-dialog .dialog-mask .dialog-main__header {
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 0.18rem;
}

.wesing-dialog .dialog-mask .dialog-main__body {
  margin-bottom: 0.2rem;
  font-size: 0.14rem;
}

.wesing-dialog .dialog-mask .dialog-main__footer {
  color: #532acc;
  font-weight: 500;
  font-size: 0.16rem;
}

.wesing-dialog .dialog-mask .dialog-main__footer .btn-item {
  height: 0.6rem;
  line-height: 0.6rem;
}

.wesing-dialog .dialog-mask .dialog-main__footer .btn-item:active {
  opacity: 0.7;
}

.wesing-dialog .dialog-mask .dialog-main div:last-child {
  margin-bottom: 0;
}

#common-top-bar {
  position: fixed;
  top: 0;
  z-index: 1500;
  width: 100%;
}

[dir="ltr"] #common-top-bar {
  left: 0;
}

[dir="rtl"] #common-top-bar {
  right: 0;
}

.Joox-top-bar {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 0.6rem;
  background-color: #1b1b1b;
}

.Joox-top-bar .top-bar__left {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
}

[dir="ltr"] .Joox-top-bar .top-bar__left {
  left: 0.16rem;
}

[dir="rtl"] .Joox-top-bar .top-bar__left {
  right: 0.16rem;
}

.Joox-top-bar .top-bar__left img {
  width: 0.4rem;
  height: 0.4rem;
}

.Joox-top-bar .top-bar__content {
  position: absolute;
  height: 0.38rem;
  color: #fff;
}

[dir="ltr"] .Joox-top-bar .top-bar__content {
  left: 0.72rem;
}

[dir="rtl"] .Joox-top-bar .top-bar__content {
  right: 0.72rem;
}

.Joox-top-bar .top-bar__content__title {
  font-weight: 500;
  font-size: 0.16rem;
  font-family: JOOX;
  line-height: 0.2rem;
  letter-spacing: -0.0032rem;
}

.Joox-top-bar .top-bar__content__text {
  font-weight: 400;
  font-size: 0.12rem;
  font-family: JOOX;
  line-height: 0.18rem;
  letter-spacing: -0.0024rem;
  opacity: 0.5;
}

.Joox-top-bar .top-bar__right {
  position: absolute;
  color: black;
}

[dir="ltr"] .Joox-top-bar .top-bar__right {
  right: 0.16rem;
}

[dir="rtl"] .Joox-top-bar .top-bar__right {
  left: 0.16rem;
}

.Joox-top-bar .top-bar__right .Joox-btn {
  width: 0.7rem;
  height: 0.3rem;
  font-weight: 1000;
  font-size: 0.12rem;
  font-family: JOOX;
  line-height: 0.3rem;
  text-align: center;
  background-color: #09de6e;
  border-radius: 0.44rem;
}

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

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

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

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

