.kun-editor-dialog_mZh9W {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.kun-editor-dialog--editor_AmOjm {
  position: fixed;
  width: 100%;
  height: 100%;
}
.kun-editor-dialog--editor_AmOjm::after {
  position: absolute;
  width: 100%;
  top: 100%;
  background: linear-gradient(0deg, transparent 5%, #000000 100%);
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px 0 30px 0;
  opacity: 0.7;
  text-align: center;
  text-decoration: overline;
  content: '屏幕底部';
}
.kun-editor-dialog__mask_T89ur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  z-index: -1;
}
.kun-editor-dialog__mask--popup_vgU72 {
  animation: popup_mask_iw1uH 0.2s ease-in-out;
}
.kun-editor-dialog__mask--popout_n9wB5 {
  animation: popout_mask_AXQFm 0.3s ease-in-out forwards;
}
@keyframes popup_mask_iw1uH {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes popout_mask_AXQFm {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 0;
  }
}

.bottom-dialog_zJ55q {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 80%;
  margin-top: auto;
  background: transparent !important;
  text-align: center;
  bottom: 0;
}
.bottom-dialog--wx_Jt9o3 {
  max-height: calc(80% + 0.5rem);
}
.bottom-dialog__main_jwtCd {
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  bottom: 0;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  padding-top: 0.1rem;
  padding-bottom: 0.35rem;
}
.bottom-dialog__close_FtUMB {
  position: absolute;
  padding: 10px;
  top: -0.4rem;
  right: 0.05rem;
  border-radius: 50%;
}
.bottom-dialog__close__img_DvAek {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  opacity: 0.7;
}
.bottom-dialog__title_Pzus_ {
  color: #ffffff;
  font-size: large;
  line-height: 0.4rem;
  min-height: 0.4rem;
  text-align: center;
}
.bottom-dialog__content_neYWI {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 0.1rem;
  overscroll-behavior: none;
}
.bottom-dialog--popup_AuQen {
  animation: popup_X0i17 0.5s ease-in-out;
}
.bottom-dialog--popout_rdhkZ {
  animation: popout_bJG0C 0.7s ease-in-out forwards;
}
@keyframes popup_X0i17 {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes popout_bJG0C {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}

.middle-dialog_sttaQ {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.middle-dialog__close_wzjiu {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(./images/pop_close_icon.1a805b80.png) no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
}
.middle-dialog__title_P0pwH {
  color: #000000;
  font-size: 0.18rem;
  line-height: 0.26rem;
  min-height: 0.26rem;
  text-align: center;
  margin: 0.3rem 0.2rem 0 0.2rem;
  word-wrap: break-word;
}
.middle-dialog__des_O1wOe {
  width: 2.4rem;
  max-height: 0.4rem;
  margin: 0.1rem 0.2rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.middle-dialog__content_rMCDn {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
.middle-dialog__content__img_cvQ5z {
  width: 0.79rem;
  height: 0.45rem;
  margin: 0.1rem auto;
  object-fit: contain;
  display: block;
}
.middle-dialog__content__name_ybAWd {
  width: 2.16rem;
  min-height: 0.14rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #222222;
  text-align: center;
  line-height: 0.14rem;
  margin: 0.16rem 0.32rem;
  word-wrap: break-word;
}
@media (horizontal-viewport-segments: 2) {
  .middle-dialog_sttaQ .default-dialog_XLvUb {
    scale: 0.6;
  }
}
.middle-dialog--popup_KR35i {
  animation: popup_EfLPv 0.5s ease-in-out;
}
.middle-dialog--popout_hov_2 {
  animation: popout_Sw34q 0.3s ease-in-out forwards;
}
@keyframes popup_EfLPv {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popout_Sw34q {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.7);
    opacity: 0;
  }
}

.default-dialog_tG_rl {
  position: relative;
  width: 2.8rem;
  min-height: 1.44rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
}
.default-dialog__close_OgsYS {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(./images/pop_close_icon_default.0eaa124f.png) no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
}
.default-dialog__title_upkCk {
  color: #000000;
  font-size: 0.18rem;
  line-height: 0.26rem;
  min-height: 0.26rem;
  text-align: center;
  margin: 0.3rem 0.2rem 0 0.2rem;
  word-wrap: break-word;
}
.default-dialog__des_RL54G {
  width: 2.4rem;
  max-height: 0.4rem;
  margin: 0.1rem 0.2rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.default-dialog__des-no-tit_qRqLD {
  width: 2.4rem;
  max-height: 0.4rem;
  margin: 0.3rem 0.2rem 0 0.2rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.default-dialog__content_WQlD2 {
  width: 100%;
  overflow-y: scroll;
}
.default-dialog__content__img_CnJmP {
  width: 0.79rem;
  height: 0.45rem;
  margin: 0.1rem auto;
  object-fit: contain;
  display: block;
}
.default-dialog__content__name_xH_S4 {
  width: 2.16rem;
  min-height: 0.14rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #222222;
  text-align: center;
  line-height: 0.14rem;
  margin: 0.16rem 0.32rem;
  word-wrap: break-word;
}
@media (horizontal-viewport-segments: 2) {
  .default-dialog_tG_rl .default-dialog_tG_rl {
    scale: 0.6;
  }
}
.default-dialog--popup_WBP9g {
  animation: popup_vBaov 0.5s ease-in-out;
}
.default-dialog--popout_NBoFf {
  animation: popout_dPIO_ 0.3s ease-in-out forwards;
}
@keyframes popup_vBaov {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popout_dPIO_ {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.7);
    opacity: 0;
  }
}

.dialog-button_A7Jj0 {
  margin-top: 0.16rem;
  text-align: center;
}
.dialog-button-prize_CHbXx {
  margin-top: 0.165rem;
}
.dialog-button-prize_CHbXx .dialog-button__btnDiv_k8OMu {
  width: -webkit-fill-available;
  height: unset;
  margin: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-button-prize_CHbXx .dialog-button__btnDiv-1_komD5 {
  margin-bottom: 0.16rem !important;
}
.dialog-button__btnDiv_k8OMu {
  width: -webkit-fill-available;
  height: 0.4rem;
  margin: 0 0.2rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-button__btnDiv-1_komD5 {
  margin-bottom: 0.16rem !important;
}
.dialog-button__leftBtn-prize_nFOm7 {
  width: 1.1rem;
  height: 0.495rem;
  line-height: 0.495rem;
  font-size: 0.17rem;
  color: #FC6B2C;
  font-weight: 600;
  cursor: pointer;
  background-image: url(./images/prize-left-btn.d692881f.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.dialog-button__rightBtn-prize_hfNJ9 {
  margin-left: 0.1rem;
  width: 1.1rem;
  height: 0.495rem;
  line-height: 0.495rem;
  font-size: 0.17rem;
  color: #FFFDE1;
  font-weight: 600;
  cursor: pointer;
  background-image: url(./images/prize-right-btn.aa4071d3.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.dialog-button__leftBtn_hRfRV {
  min-width: 1.14rem;
  height: 0.4rem;
  background: #FFFFFF;
  border-radius: 0.23rem;
  border: 0.01rem solid #CCCCCC;
  font-size: 0.16rem;
  font-weight: 500;
  color: #666666;
  line-height: 0.4rem;
  cursor: pointer;
}
.dialog-button__rightBtn_FnoBA {
  min-width: 1.14rem;
  height: 0.4rem;
  background: #FF6300;
  border-radius: 0.24rem;
  border: none;
  font-size: 0.16rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.4rem;
  cursor: pointer;
}
.dialog-button--big_H4VwD {
  flex-grow: 1;
}
.dialog-button__imgDiv_SoUlu {
  min-width: 1.14rem;
  height: 0.4rem;
}
.dialog-button__Img_cs2bz {
  width: auto;
  margin: auto;
  height: 0.4rem;
}

.prize-dialog_c4Xpc {
  position: relative;
  width: 2.64rem;
  height: 3.26rem;
  background-image: url(./images/prize_pop_bg.2aa830d4.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.prize-dialog__close_Qelz3 {
  position: absolute;
  top: 0.155rem;
  right: -0.005rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url(./images/prize_close.7ac95b43.png) no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
}
.prize-dialog__emotion_XycJ0 {
  margin-top: 0.955rem;
  display: flex;
  justify-content: center;
}
.prize-dialog__emotion_XycJ0 img {
  width: 0.88rem;
}
.prize-dialog__des_XbBd8 {
  margin-top: 0.045rem;
  margin-bottom: 0.12rem;
  font-size: 0.14rem;
  line-height: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
  text-align: center;
}
.prize-dialog__content_kN3v5 {
  display: flex;
  justify-content: center;
}
.prize-dialog__content-card_HOAQK {
  position: relative;
  box-sizing: border-box;
  width: 1.955rem;
  height: 0.78rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.prize-dialog__content-card-coupon_NzNwJ {
  display: flex;
}
.prize-dialog__content-card-coupon__discount_RWiJY {
  display: flex;
  padding-top: 0.19rem;
  padding-left: 0.2rem;
}
.prize-dialog__content-card-coupon__discount-num_I1OWd {
  font-size: 0.4rem;
  font-family: 'D-DIN-PRO-600-SemiBold';
  font-weight: 400;
  color: #E91600;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prize-dialog__content-card-coupon__discount-unit_cfgeR {
  padding-left: 0.02rem;
  padding-top: 0.125rem;
  font-size: 0.15rem;
  line-height: 0.15rem;
  font-weight: 600;
  color: #E91600;
}
.prize-dialog__content-card-coupon-name_kqCmP {
  position: absolute;
  left: 0.975rem;
  top: 0.17rem;
  display: flex;
  align-items: center;
  width: 0.845rem;
  height: 0.44rem;
}
.prize-dialog__content-card-coupon-name_kqCmP div {
  width: 100%;
  line-height: 0.22rem;
  font-size: 0.15rem;
  font-weight: 500;
  color: #E91600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.prize-dialog__content-card-gift_D55bZ {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.175rem;
  padding-right: 0.18rem;
}
.prize-dialog__content-card-gift_D55bZ div {
  box-sizing: border-box;
  width: 100%;
  line-height: 0.225rem;
  font-size: 0.16rem;
  font-weight: 600;
  color: #E91600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-align: center;
}
.prize-dialog__content-card-score_aZqHx {
  padding: 0.19rem 0.17rem;
  font-size: 0.36rem;
  font-family: 'D-DIN-PRO-600-SemiBold';
  font-weight: 400;
  color: #E91600;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (horizontal-viewport-segments: 2) {
  .prize-dialog_c4Xpc .default-dialog_CyXCN {
    scale: 0.6;
  }
}
.prize-dialog--popup_czS_B {
  animation: popup_R4BIq 0.5s ease-in-out;
}
.prize-dialog--popout_R3vmq {
  animation: popout_L0c3A 0.3s ease-in-out forwards;
}
@keyframes popup_R4BIq {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popout_L0c3A {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.7);
    opacity: 0;
  }
}

.firstLogin-dialog_MY9Xy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.firstLogin-dialog_MY9Xy .default-dialog_DbvT9 {
  pointer-events: auto;
  position: relative;
  width: 2.8rem;
  min-height: 1.44rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.firstLogin-dialog_MY9Xy .default-dialog__close_nw1Nq {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(./images/pop_close_icon_default.0eaa124f.png) no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 1;
}
.firstLogin-dialog_MY9Xy .default-dialog__title_dbZjN {
  color: #000000;
  font-size: 0.18rem;
  line-height: 0.26rem;
  min-height: 0.26rem;
  text-align: center;
  margin: 0.3rem 0.2rem 0 0.2rem;
  word-wrap: break-word;
}
.firstLogin-dialog_MY9Xy .default-dialog__des_v9qHt {
  width: 2.4rem;
  max-height: 0.4rem;
  margin: 0.1rem 0.2rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.firstLogin-dialog_MY9Xy .default-dialog__des-no-tit_bxkGr {
  width: 2.4rem;
  max-height: 0.4rem;
  margin: 0.3rem 0.2rem 0 0.2rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.firstLogin-dialog_MY9Xy .default-dialog__content_pU75l {
  width: 100%;
  overflow-y: scroll;
}
.firstLogin-dialog_MY9Xy .default-dialog__content__img_J_qGl {
  width: 0.79rem;
  height: 0.45rem;
  margin: 0.1rem auto;
  object-fit: contain;
  display: block;
}
.firstLogin-dialog_MY9Xy .default-dialog__content__name_c8mT_ {
  width: 2.16rem;
  min-height: 0.14rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #222222;
  text-align: center;
  line-height: 0.14rem;
  margin: 0.16rem 0.32rem;
  word-wrap: break-word;
}
@media (horizontal-viewport-segments: 2) {
  .firstLogin-dialog_MY9Xy .default-dialog_DbvT9 {
    scale: 0.6;
  }
}
.firstLogin-dialog--popup_Lx54J {
  animation: popup_UsqrH 0.5s ease-in-out;
}
.firstLogin-dialog--popout_HkkyO {
  animation: popout_Jqg5G 0.3s ease-in-out forwards;
}
@keyframes popup_UsqrH {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popout_Jqg5G {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.7);
    opacity: 0;
  }
}

.toast_DWgv0 {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  font-size: 0.16rem;
  border-radius: 0.1rem;
  padding: 0.14rem;
  width: max-content;
  max-width: 84%;
  overflow-wrap: break-word;
}
.toast--popup_wUYeL {
  animation: popup_hPkM4 0.1s ease-in-out;
}
.toast--popout_tubnt {
  animation: popout_zGNx8 0.3s ease-in-out forwards;
}
@keyframes popup_hPkM4 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popout_zGNx8 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* 初始化 */
* {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
table,
div,
p,
td,
li,
dd,
a,
span {
  font: inherit;
}
select,
input,
textarea,
button {
  font: inherit;
}
ul {
  list-style: none;
}
img {
  display: block;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
::-webkit-scrollbar {
  width: 0;
  height: 8px;
  display: none;
}
/* 基础设置 */
html,
body {
  height: 100%;
}
body {
  font-size: 12px;
  overflow: hidden !important;
}
#app,
.kun-page-editor {
  width: 100%;
  height: 100%;
  position: relative;
}
.yh-h5 {
  margin: 0 auto;
}

.kun-page {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* 骨架屏 */
  /* &__skeleton {
    width: 100%;
    &__banner {
      width: 3.45rem;
      height: 1rem;
      border-radius: .12rem;
      margin: .15rem auto 0;
      background-color: #F6F7F8;
    }
    &__title {
      width: 1rem;
      height: .2rem;
      margin: .15rem auto 0;
      background-color: #f7f8f9;
    }
    &__col {
      width: 3.45rem;
      margin: .15rem auto 0;
      display: flex;
      justify-content: space-between;
    }
    &__box {
      width: 1.65rem;
      height: 1rem;
      border-radius: .08rem;
      background-color: #f7f8f9;
    }
    &__row {
      width: 3.45rem;
      margin: .15rem auto 0;
    }
    &__line {
      width: 3rem;
      height: .2rem;
      margin-top: .15rem;
      background-color: #f7f8f9;
      &.line02 {
        width: 2.55rem;
      }
      &.line03 {
        width: 2.1rem;
      }
      &.line04 {
        width: 1.65rem;
      }
      &.line05 {
        width: 1.2rem;
      }
    }
  } */
  /* 底部 */
}
.kun-page__top {
  position: fixed;
  z-index: 2010;
  width: 31px;
}
.kun-page__top__icon {
  height: auto;
  width: 100%;
}
.kun-page .kun-nav-bar--placeholder {
  background: transparent !important;
}
.kun-page .kun-nav-bar--hm-safe-area-inset-top {
  padding-top: env(safe-area-inset-top) !important;
}
.kun-page__noAuth {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: white;
}
.kun-page__noAuth__img {
  height: 100px;
  width: 100px;
  margin-top: 100px;
}
.kun-page__noAuth__text {
  color: #b1b1b4;
  font-size: 12px;
  margin: 0;
  margin-top: 10px;
}
.kun-page__footer {
  padding: 0.05rem 0;
}
.kun-page__footer__loading {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 auto;
  border: 0.04rem dotted #ccc;
  border-radius: 50%;
  -webkit-animation: 1.5s loader-01 linear infinite;
  animation: 1.5s loader-01 linear infinite;
}
@keyframes loader-01 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(360deg) translate3d(0, 0, 0);
  }
}

.yh-h5 {
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.yh-h5--Dialog--active {
  position: fixed !important;
  bottom: 0px !important;
  top: auto !important;
  z-index: 999 !important;
  width: 100% !important;
  height: calc(100%) !important;
}
.yh-h5--List {
  margin: 0 auto;
}
.yh-h5:hover .yh-h5__selector {
  opacity: 1;
}
.yh-h5__element {
  width: 100%;
  height: 100%;
  position: relative;
}

.kun-editor-button {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 0.14rem;
  text-align: center;
}

.kun-col {
  width: 100%;
  min-width: 25%;
  height: 100%;
  min-height: 0.2rem;
}
.kun-col--empty {
  height: 1rem;
}
.kun-col__center {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.kun-col__center--hidden {
  overflow: hidden;
}
.kun-col__center--visible {
  overflow: visible;
}
.kun-col__center--scroll {
  overflow: scroll;
  overflow-x: hidden;
}
.kun-col__center--after {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 1px solid #e5e5e5;
  transform-origin: 0 0;
  transform: scale(0.5);
}
.kun-col__center--noWrap .kun-col__list {
  height: 100%;
}
.kun-col__center--noWrap .kun-col__list > .yh-element {
  height: 100%;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.kun-col__center--noWrap .kun-col__list > .yh-element > * {
  flex-shrink: 0;
}
.kun-col__list--editing {
  position: relative;
}
.kun-col__list__edit {
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
}
.kun-col__list > .yh-element {
  display: flex;
  flex-wrap: wrap;
}
.kun-col__list > .yh-element .yh-h5--Col {
  flex-grow: 0;
}
.kun-col__flex {
  flex: 1;
  height: 100%;
  min-height: 0;
}
.kun-col__flex > .yh-element {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
}
.kun-col__flex > .yh-element > .yh-h5 {
  flex: 0;
}

.kun-editor-image .loadFailed {
  background-color: rgba(242, 243, 245, 0.8);
  text-align: center;
  color: #c8c9cc;
}

.kun-list {
  transform: translate3d(0, 0, 0);
}
.kun-list > .yh-element {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.kun-list-col {
  display: flex;
}
.kun-list-col-left {
  box-sizing: border-box;
}
.kun-list-col-left .yh-element-one {
  float: left;
}
.kun-list-col-left--one .yh-element-one {
  margin: 0 auto;
  float: none;
}
.kun-list-col-left-flex {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.kun-list-none {
  padding: 0.05rem 0;
  text-align: center;
  font-size: 0.12rem;
  color: #a5a5a5;
  line-height: 0.2rem;
}

.kun-list-dymaic {
  width: 100%;
  height: 100%;
  min-height: 0.2rem;
  transition: all 0.5s;
  transform: translate3d(0, 0, 0);
}
.kun-list-dymaic--empty {
  min-height: 1rem;
}
.kun-list-dymaic--empty-noset {
  height: 0 !important;
  min-height: 0 !important;
  display: none !important;
}
.kun-list-dymaic--hidden {
  overflow: hidden;
}
.kun-list-dymaic--visible {
  overflow: visible;
}
.kun-list-dymaic--scroll {
  overflow: scroll;
  overflow-x: hidden;
}
.kun-list-dymaic__loadpage {
  width: 3.51rem;
  display: block;
  margin: 0 auto;
}
.kun-list-dymaic__loading {
  padding: 0.05rem 0;
  text-align: center;
  font-size: 0;
}
.kun-list-dymaic__loading--ani {
  width: 0.2rem;
  height: 0.2rem;
  -webkit-animation: 1.5s loader-01 linear infinite;
  animation: 1.5s loader-01 linear infinite;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.kun-list-dymaic__loading--text {
  margin-left: 0.01rem;
  font-size: 0.12rem;
  color: #A5A5A5;
  display: inline-block;
  line-height: 0.2rem;
  vertical-align: middle;
}
@keyframes loader-01 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(360deg) translate3d(0, 0, 0);
  }
}
.kun-list-dymaic__error {
  padding: 0.1rem 0;
  font-size: 0.12rem;
  color: #666;
  text-align: center;
}
.kun-list-dymaic__error__tips {
  line-height: 0.2rem;
}
.kun-list-dymaic__error__btn {
  width: 0.5rem;
  line-height: 0.18rem;
  margin: 0.1rem auto 0;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  color: #999;
}
.kun-list-dymaic__more {
  line-height: 0.4rem;
  text-align: center;
  color: #666;
  font-size: 0.14rem;
}
.kun-list-dymaic__more.clickText {
  margin-top: 0.06rem;
  line-height: 0.14rem !important;
}
.kun-list-dymaic__more .um-icon-xia_xian_tongyong,
.kun-list-dymaic__more .um-icon-shang_xian_tongyong {
  opacity: 0.7;
}
.kun-list-dymaic__nomore {
  padding: 0.1rem 0;
  position: relative;
  color: #a5a5a5;
  text-align: center;
  font-size: 0.12rem;
}
.kun-list-dymaic__nomore:before {
  position: absolute;
  top: 50%;
  left: 0.265rem;
  content: '';
  width: 1.04rem;
  height: 0.01rem;
  background-color: #e5e5e5;
}
.kun-list-dymaic__nomore:after {
  position: absolute;
  top: 50%;
  right: 0.265rem;
  content: '';
  width: 1.04rem;
  height: 0.01rem;
  background-color: #e5e5e5;
}

.kun-list-row {
  width: 100%;
  height: 100%;
  min-height: 0.2rem;
  transition: all 0.5s;
  transform: translate3d(0, 0, 0);
  overflow-y: hidden;
  overflow-x: scroll;
}
.kun-list-row--empty {
  min-height: 1rem;
}
.kun-list-row--empty-noset {
  height: 0 !important;
  min-height: 0 !important;
  display: none !important;
}
.kun-list-row .yh-element {
  box-sizing: border-box;
}
.kun-list-row .yh-element-one {
  float: left;
}

.kun-list-swiper-pagination {
  width: 100%;
  line-height: 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.kun-list-swiper-pagination--upper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 15;
}
.kun-list-swiper-pagination__center {
  padding: 0.06rem 0 0.06rem 0.06rem;
  display: inline-block;
  text-align: center;
}
.kun-list-swiper-pagination__dot {
  width: 0.06rem;
  height: 0.06rem;
  margin-right: 0.06rem;
  border-radius: 0.06rem;
  display: inline-block;
  opacity: 0.5;
  background-color: #FF6300;
}
.kun-list-swiper-pagination__dot--ani {
  transition: all 0.2s linear;
}
.kun-list-swiper-pagination__dot--active {
  opacity: 1;
}

.kun-list-swiper {
  width: 100%;
  height: 100%;
  min-height: 0.2rem;
  transition: all 0.5s;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  /* overflow: scroll;
  overflow-x: hidden; */
}
.kun-list-swiper--empty {
  min-height: 1rem;
}
.kun-list-swiper--empty-noset {
  height: 0 !important;
  min-height: 0 !important;
  display: none !important;
}
.kun-list-swiper .um-swiper-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  /* 水平自由轮播 */
}
.kun-list-swiper .um-swiper-wrapper_setHorizontalMove {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.kun-list-swiper .um-swiper-wrapper_setHorizontalMove .um-swiper {
  display: flex;
  flex-wrap: nowrap;
}
.kun-list-swiper .um-swiper-wrapper_setHorizontalMove .um-swiper-item {
  position: static;
  flex-shrink: 0;
}
.kun-list-swiper .um-swiper-wrapper .yh-element-one {
  float: left;
}
.kun-list-swiper .um-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  /* 只有一个元素的时候第一个元素也需设置position: relative; 否则swiper没有高度 */
}
.kun-list-swiper .um-swiper--1 .um-swiper-item:first-child {
  position: relative;
}
.kun-list-swiper .um-swiper-item {
  transform-origin: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.kun-list-swiper .um-swiper-item:nth-child(2) {
  position: relative;
}
.kun-list-swiper .um-swiper-item__list {
  width: fit-content;
  height: fit-content;
  position: relative;
}


.kun-editor-tab_mjSvt {
  width: 3.46rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.kun-editor-tab--wrapper_TEw6R {
  overflow: hidden;
}
.kun-editor-tab__item_U7nMl {
  position: relative;
  width: 100%;
  height: 100%;
}
.kun-editor-tab__item__text--wrapper_hitQm {
  height: 100%;
}
.kun-editor-tab__item__text_be2JU {
  position: relative;
  box-sizing: border-box;
  width: 1.1rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.09rem 0.04rem;
  color: #582900;
  text-align: center;
  font-style: normal;
  font-family: PingFangSC, PingFang SC;
  border-radius: 0.14rem;
}
.kun-editor-tab__item__text--big_aqXun {
  width: 1.65rem;
}
.kun-editor-tab__item__text--no-desc_dGIFG {
  padding: 0.13rem 0.04rem;
}
.kun-editor-tab__item__text--triangle_JQuFP {
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 5px solid transparent;
}
.kun-editor-tab__item__text--triangle-inactive_jX43u {
  border-top: 5px solid transparent;
}
.kun-editor-tab__item__text--title_t7nZd {
  font-size: 0.16rem;
  height: 0.16rem;
  line-height: 1;
  font-weight: 600;
}
.kun-editor-tab__item__text--desc_q5EGb {
  margin-top: 0.06rem;
  height: 0.12rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.12rem;
}
.kun-editor-tab__triangle_V2_55 {
  position: absolute;
  width: 0.22rem;
  height: 0.05rem;
  margin-top: -0.01rem;
  overflow: hidden;
  transform: translateX(-50%);
}
.kun-editor-tab__triangle__radius_LrFUa {
  content: '';
  position: absolute;
  width: 0.12rem;
  height: 0.104rem;
  transform: rotate(30deg) skewX(-30deg) translateX(-20%) translateY(-70%);
  border-bottom-right-radius: 0.03rem;
}

.kun-tabs__nav {
  justify-content: space-between;
}
.kun-tabs__nav .kun-tab {
  flex: 1;
  max-width: 1.65rem;
  padding: 0 !important;
}
.kun-tabs__right {
  display: none;
}
.kun-tabs__content .kun-swipe {
  margin: 0;
}
.kun-tabs__wrap {
  border-radius: 0.144rem;
  overflow: visible;
  background-color: transparent;
}
.kun-tabs__wrap--clip {
  background-clip: padding-box;
  height: 0.52rem;
  border-bottom: 0.1rem solid transparent;
}
.kun-tabs__wrap--three .kun-tab:not(:last-child) {
  margin-right: 0.08rem;
}
.kun-tab__text {
  display: flex;
}

.kun-meta-tab-container_UcOHE {
  position: relative;
  box-sizing: border-box;
}
.kun-meta-tab-container--wrapper_fgbRO {
  box-sizing: border-box;
}
.kun-meta-tab-container__nav_LJZV6 {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  background-color: transparent;
  box-sizing: border-box;
}
.kun-meta-tab-container__nav--big5_iY_rP {
  justify-content: space-around;
}
.kun-meta-tab-container__nav--wrapper_ateU0 {
  border-radius: 0.14rem 0.14rem 0.18rem 0.18rem;
  overflow: hidden;
}
.kun-meta-tab-container__nav--wrapper-anchor_AeJLz {
  border-radius: 0;
}
.kun-meta-tab-container__nav--wrapper-scroll-fix_sLN6f {
  transition: all 0.3s ease;
  position: sticky;
  z-index: 99;
}
.kun-meta-tab-container__nav__item_adovY {
  position: relative;
  flex: 0 0 auto;
  width: 1.1rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #582900;
  text-align: center;
  font-style: normal;
  font-family: PingFangSC, PingFang SC;
  border-radius: 0.14rem;
}
.kun-meta-tab-container__nav__item__title_m3Sap {
  font-size: 0.16rem;
  height: 0.16rem;
  line-height: 1;
  font-weight: 600;
}
.kun-meta-tab-container__nav__item__desc_qSsSf {
  margin-top: 0.06rem;
  height: 0.12rem;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.12rem;
}
.kun-meta-tab-container__nav__item__bg_ee2Pu {
  padding: 0.09rem 0.04rem;
  border-radius: 0.14rem;
}
.kun-meta-tab-container__nav__item__bg--no-desc_PROHB {
  padding: 0.13rem 0.04rem;
}
.kun-meta-tab-container__nav__item__triangle_rBjht {
  position: relative;
  width: 0.22rem;
  height: 0.05rem;
  margin-top: -0.01rem;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
.kun-meta-tab-container__nav__item__triangle__radius_G_gpT {
  content: "";
  position: absolute;
  width: 0.12rem;
  height: 0.104rem;
  transform: rotate(30deg) skewX(-30deg) translateX(-20%) translateY(-70%);
  border-bottom-right-radius: 0.03rem;
}
.kun-meta-tab-container__nav__item--big_fvCaO {
  width: 1.65rem;
}
.kun-meta-tab-container__nav__item--small_jS6g0 {
  width: 0.97rem;
}
.kun-meta-tab-container__nav__anchor-item_n_4J0 {
  position: relative;
  flex: 0 0 auto;
  width: 0.7rem;
  height: 0.75rem;
  cursor: pointer;
  box-sizing: border-box;
  color: #582900;
  text-align: center;
  font-style: normal;
  font-family: PingFangSC, PingFang SC;
  border-radius: 0.09rem;
  margin-right: 0;
}
.kun-meta-tab-container__nav__anchor-item_n_4J0:first-child {
  margin-left: 0.05rem;
}
.kun-meta-tab-container__nav__anchor-item_n_4J0:last-child {
  margin-right: 0.05rem;
}
.kun-meta-tab-container__nav__anchor-item__title_OofPb {
  margin-top: 0.05rem;
  font-size: 0.12rem;
  height: 0.14rem;
  line-height: 0.14rem;
  font-weight: 400;
  font-family: PingFangSC, PingFang SC;
}
.kun-meta-tab-container__nav__anchor-item__title-active_Fqpmq {
  font-weight: 600;
}
.kun-meta-tab-container__nav__anchor-item__image_aY2ap {
  box-sizing: border-box;
  position: relative;
  padding-top: 0.05rem;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kun-meta-tab-container__nav__anchor-item__image--tab-img_qxouh {
  display: flex;
  justify-content: center;
}
.kun-meta-tab-container__nav__anchor-item__image--tab-img_qxouh img {
  max-width: 0.45rem;
  max-height: 0.45rem;
}
.kun-meta-tab-container__nav__anchor-item__image--tab-img_qxouh img.active_Cx2vj {
  transform: scale(1.1111);
}
.kun-meta-tab-container__nav__anchor-item__image_aY2ap p {
  position: absolute;
  bottom: -0.055rem;
  left: 0.05rem;
  height: 0.16rem;
  z-index: 2;
}
.kun-meta-tab-container__nav__anchor-item__image_aY2ap p img {
  height: 100%;
}
.kun-meta-tab-container__nav__anchor-item__image_aY2ap p span {
  position: absolute;
  left: 50%;
  top: 45%;
  transform-origin: 0 0;
  transform: scale(0.83) translate(-50%, -50%);
  font-size: 0.12rem;
  line-height: 0.12rem;
  font-weight: 600;
  color: #fff;
  font-family: PingFangSC, PingFang SC;
}
.kun-meta-tab-container__nav__anchor-item__bg_ziW8e {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 0.09rem;
}
.kun-meta-tab-container__nav__anchor-item__bg--no-desc_V0Rzu {
  padding: 0.13rem 0.04rem;
}
.kun-meta-tab-container__nav__anchor-item--big_l7qEa {
  width: 1.65rem;
}
.kun-meta-tab-container__nav__anchor-item--small_g3Wi4 {
  width: 0.97rem;
}
.kun-meta-tab-container__nav--space-between_Q4hGC {
  justify-content: space-between;
}
.kun-meta-tab-container__nav-bg_yq2rV {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  box-sizing: border-box;
  height: 0.52rem;
  border-radius: 0.144rem;
}
.kun-meta-tab-container__nav-bg--no-desc_UdPC3 {
  height: 0.42rem;
}
.kun-meta-tab-container__content_R5hpQ {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-top: 0.05rem;
}
.kun-meta-tab-container__content--hidden_Gyb4f {
  overflow: hidden;
}
.kun-meta-tab-container__content--visible_BA3NS {
  overflow: visible;
}
.kun-meta-tab-container__content--scroll_Bu7LI {
  overflow: scroll;
  overflow-x: hidden;
  padding-bottom: 0.8rem;
}

.kun-editor-text__dynamic {
  word-break: break-word;
}
.kun-editor-text__main {
  position: relative;
}
.kun-editor-text__main-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.kun-editor-text__text_ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kun-editor-text__text_more-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.kun-editor-text__center--hidden {
  overflow: hidden;
}
.kun-editor-text__center--hidden p,
.kun-editor-text__center--hidden span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kun-editor-text__center--hidden ::v-deep p,
.kun-editor-text__center--hidden ::v-deep span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kun-editor-text__center--visible {
  overflow: visible;
}
.kun-editor-text__center--scroll {
  overflow: scroll;
  overflow-x: hidden;
}
.kun-editor-text__center--ROW {
  overflow-y: hidden;
  overflow-x: scroll;
}
.kun-editor-text .ql-editor {
  box-sizing: border-box;
  line-height: inherit;
  height: auto;
  outline: none;
  overflow-y: inherit;
  padding: 0;
  -o-tab-size: 4;
  tab-size: 4;
  -moz-tab-size: 4;
  white-space: pre-wrap;
  word-wrap: break-word;
}


