.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: 999;
  display: flex;
  justify-content: center;
  width: 100%;
}

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

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

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

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

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

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

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

.wesing-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 0.6rem;
  padding: 0 0.16rem;
  background-color: #3e3936;
}

.wesing-top-bar .top-bar__left {
  display: inline-block;
  flex: 0 0 1.09rem;
  width: 1.09rem;
  max-width: 1.09rem;
  -webkit-box-flex: 0;
}

.wesing-top-bar .top-bar__left img {
  width: 100%;
}

.wesing-top-bar .top-bar__right {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  max-width: auto;
  -webkit-box-flex: 0;
  color: white;
}

.wesing-top-bar .top-bar__right .wesing-btn {
  background-color: #dd3030;
}

.L20WxFWthRKO01KAakE2Qg\=\= {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  color: inherit;
  padding: inherit;
  background-color: inherit;
  cursor: pointer;
}

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

