.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;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 1000;
  font-size: 0.12rem;
  font-family: JOOX;
  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;
}

/* stylelint-disable */
/* stylelint-disable */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

a,
img {
  -webkit-touch-callout: none;
  border: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

body {
  font-family: "PingFang SC", tahoma, arial, "helvetica neue", "hiragino sans gb", "microsoft yahei", sans-serif;
  font-size: 0.14rem;
  font-weight: 400;
  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;
}

html {
  font-size: 26.66666667vw;
}

img {
  pointer-events: none;
}

input {
  outline: 0;
  border: none;
  -webkit-appearance: none;
}

[dir="ltr"] input {
  background: 0 0;
}

[dir="rtl"] input {
  background: 100% 0;
}

input:focus {
  border: none;
}

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

.StarVideoV1 {
  width: 3.43rem;
  margin: 0.16rem auto;
  padding: 0.24rem 0.16rem 0.16rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
  background: #fff;
  overflow: hidden;
}

.StarVideoV1_tit {
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.25rem;
  font-weight: bold;
  color: #F25789;
}

.StarVideoV1_video {
  height: 1.75rem;
  margin-top: 0.16rem;
  border-radius: 0.09rem;
}

video::-webkit-media-controls-fullscreen-button {
  display: none;
}

.wesing-video {
  position: relative;
  overflow: hidden;
}

.wesing-video video {
  display: block;
  width: 100%;
  height: 100%;
}

.wesing-video__events {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

[dir="ltr"] .wesing-video__events {
  left: 0;
}

[dir="rtl"] .wesing-video__events {
  right: 0;
}

.wesing-video__img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

[dir="ltr"] .wesing-video__img {
  left: 0;
}

[dir="rtl"] .wesing-video__img {
  right: 0;
}

.wesing-video__action {
  position: absolute;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
}

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

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

.wesing-video__action--play {
  background: url('https://aka.wesingcdn.com/b/assets/b52330dbe50b17aaac5e5d14bcd7e569.png');
  background-size: 100% 100%;
}

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

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

