.wrap__bg {
  left: 0;
  top: 0;
  width: 100%;
  z-index: -999;
}
.mod_pic {
  display: block;
  width: 100%;
}

@charset "utf-8";
.qui_slider {
  position: relative;
  overflow: hidden;
}
.qui_slider__bd {
  position: relative;
  overflow: hidden;
}
.qui_slider__item {
  position: relative;
  float: left;
  width: 100%;
}
.qui_slider__item::after {
  content: "";
  display: block;
  padding-top: 40%;
}
.qui_slider__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}
.qui_slider_pos {
  position: absolute;
  left: 0;
  bottom: 4%;
  z-index: 5;
  display: -webkit-box;
  -webkit-box-pack: center;
  width: 100%;
}
.qui_slider_pos__item {
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.15);
}
.qui_slider_pos__item.current {
  background: #fff;
}

.qui_loading {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  height: 55px;
}
.qui_loading__bd {
  -webkit-box-flex: 1;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  width: 100%;
  pointer-events: auto;
}
.qui_loading__box {
  display: -webkit-box;
  -webkit-box-align: center;
}
.qui_loading__icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: currentColor;
  mask-image: url(http://y.gtimg.cn/mediastyle/mod/mobile/img/system_loading.svg);
  -webkit-mask-image: url(http://y.gtimg.cn/mediastyle/mod/mobile/img/system_loading.svg);
}
.qui_loading__text {
  display: block;
  font-size: 14px;
}
/* 整屏 */
.qui_loading--full {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/* 遮罩 */
.qui_loading--mask .qui_loading__box {
  -webkit-box-orient: vertical;
  padding: 20px 20px 16px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
}
.qui_loading--mask .qui_loading__icon {
  width: 28px;
  height: 28px;
  margin: 0 auto 11px;
  color: #fff;
}
.qui_loading--mask .qui_loading__text {
  font-size: 16px;
  color: #fff;
}

@charset "utf-8";
/*========================================================================
      @作者：yokibai
      @说明：日历组件样式
      @forked frome https://git.code.oa.com/qqmusicfe/music_web/blob/joema_0923/y.qq.com/m/client/live_userinfo/src/jsx/ybDetail/QMDatePicker/QMDatePicker.css
      @最后编辑：$Author:: junhonglu          $
                 $Date:: 2020-02-26 19:37:58#$
========================================================================*/
.qmwrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1001;
}
.bottom_select__box {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1001;
  color: #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}
.mod_bottom_select {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
}
.bottom_select__value {
  display: none;
}
.bottom_select__tool {
  display: -webkit-box;
  position: absolute;
  width: 100%;
  text-align: center;
  background: #fff;
  top: -45px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 45px;
  left: 0;
}
.bottom_select__tool::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: scaleY(0.5);
}
.bottom_select__btn {
  -webkit-box-flex: 1;
  height: 53px;
  line-height: 53px;
  font-size: 16px;
}
.bottom_select__btn_left {
  text-align: left;
  padding-left: 20px;
}
.bottom_select__btn_right {
  text-align: right;
  color: #582be3;
  padding-right: 20px;
}
.bottom_select__body {
  position: relative;
  display: -webkit-box;
  padding: 10px 16px;
}
.bottom_select__body::before,
.bottom_select__body::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 78px;
  z-index: 20;
  pointer-events: none;
}
/* .bottom_select__body::before {
    top: 0;
    background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
}

.bottom_select__body::after {
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
} */
.bottom_select__group {
  -webkit-box-flex: 1;
}
.bottom_select__group:first-child {
  text-align: left;
}
.bottom_select__group_cont {
  height: 168px;
  min-width: 70px;
  margin: 0 2px;
  overflow: hidden;
  position: relative;
  color: rgba(0, 0, 0, 0.5);
}
.bottom_select__line {
  position: absolute;
  left: 50px;
  top: 50%;
  right: 50px;
  height: 56px;
  margin-top: -28px;
}
.bottom_select__line::before,
.bottom_select__line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #582be3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scaleY(0.5);
}
.bottom_select__line::before {
  top: 0;
}
.bottom_select__line::after {
  bottom: 0;
}
.bottom_select__list {
  position: relative;
  z-index: 2;
}
.bottom_select__item {
  padding: 0 5px;
  display: block;
  text-align: center;
  line-height: 56px;
  height: 56px;
  font-size: 16px;
  white-space: nowrap;
}
.bottom_select__item.current {
  color: #582be3;
}
/*动画处理- 触发类up，先通过设置display:block显示qmwrapper，然后在qmwrapper加在触发类up*/
.qmwrapper {
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.bottom_select__box {
  -webkit-transform: translateY(110%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.qmwrapper.up {
  opacity: 1;
}
.qmwrapper.up .bottom_select__box {
  -webkit-transform: translateY(0);
}

.thing_falling {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
}
.thing_falling > div {
  position: absolute;
  -webkit-animation-direction: normal, normal;
  -webkit-animation-timing-function: linear, ease-in;
  -webkit-animation-name: fade, drop;
}
.thing_falling > div > img {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-transform-origin: 50% -100%;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes drop {
  0% {
    -webkit-transform: translate(0rem, -3vh);
  }
  100% {
    -webkit-transform: translate(0rem, 120vh);
  }
}
@-webkit-keyframes clockwiseSpin {
  0% {
    -webkit-transform: rotate(-50deg);
  }
  100% {
    -webkit-transform: rotate(50deg);
  }
}
@-webkit-keyframes counterclockwiseSpinAndFlip {
  0% {
    -webkit-transform: rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(-50deg);
  }
}

.ct_loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  height: 100%;
  text-align: center;
  background: #1b1b1b;
}
.ct_loading_logo {
  position: relative;
  width: 100px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.ct_loading_logo__cont {
  position: absolute;
  top: 8px;
  left: -2px;
  width: 104px;
  height: 104px;
  z-index: 20;
  display: block;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-size: cover;
}
.ct_loading_round {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #313131;
  overflow: hidden;
  background-clip: padding-box;
}
.ct_loading_water {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -5px;
  left: -50%;
  -webkit-transition: -webkit-transform 0.3s;
}
.ct_loading_water__cont {
  width: 100%;
  height: 100%;
  border-radius: 80px;
  background: #f7cf38;
  -webkit-animation: spin 10s linear infinite;
}
.ct_loading_symbol {
  position: absolute;
  left: 50%;
  z-index: 40;
  margin-left: -22px;
  top: 5px;
  width: 50px;
  height: 102px;
  background: url(data:image/png;base64,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) no-repeat;
  background-size: cover;
}
.ct_loading_text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.mui_loading.box {
  height: 2rem;
  font-size: 16px;
}
.mui_loading.full {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mui_loading {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  height: 0.55rem;
}
.mui_loading__bd {
  -webkit-box-flex: 1;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  width: 100%;
  pointer-events: auto;
}
.mui_loading__cont {
  display: -webkit-box;
  -webkit-box-align: center;
}
.mui_loading__icon {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.05rem;
  background: currentColor;
  -webkit-mask-image: url(//y.gtimg.cn/mediastyle/mod/mobile/img/system_loading.svg?max_age=2592000);
}
.mui_loading__text {
  display: block;
  margin-left: 0.05rem;
  font-size: 0.14rem;
}
.mui_loading.mask .mui_loading__cont {
  -webkit-box-orient: vertical;
  padding: 0.2rem 0.2rem 0.16rem;
  border-radius: 0.05rem;
  background: rgba(0, 0, 0, 0.8);
}
.mui_loading.mask .mui_loading__icon {
  width: 0.28rem;
  height: 0.28rem;
  margin: 0 auto 0.1rem;
  color: #fff;
}
.mui_loading.mask .mui_loading__text {
  font-size: 0.16rem;
  color: #fff;
}
.mui_loading__box {
  display: flex;
  align-items: center;
  height: 20px;
}
.mui_loading__item {
  display: block;
  margin-right: 3px;
  width: 3px;
  height: 10px;
  border-radius: 3px;
  background-color: currentColor;
  -webkit-animation: loading_ani 0.4s ease-in-out infinite alternate;
}
.mui_loading__item:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
}
.mui_loading__item:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
}
.mui_loading__item:nth-of-type(4) {
  -webkit-animation-delay: 0.3s;
}
.mui_loading__item:nth-of-type(5) {
  -webkit-animation-delay: 0.4s;
}
@-webkit-keyframes loading_ani {
  0% {
    height: 10px;
  }
  100% {
    height: 20px;
  }
}
.c_txt2 {
  color: rgba(26, 26, 26, 0.5);
}

@charset "utf-8";
/*========================================================================
      @作者：bryanzhang
      @说明：对话框样式
      @forked frome http://dcloud.oa.com/wiki/qqmusicuie/7859
      @最后编辑：$Author:: junhonglu          $
                 $Date:: 2020-02-27 19:37:58#$
========================================================================*/
.live_dialog__mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  background: rgba(0, 0, 0, 0.6);
}
.live_dialog__box {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: 2.75rem;
  max-height: 68%;
  font: 300 0.12rem/1.5 sans-serif;
  color: #000;
  border-radius: 0.1rem;
  background: #fff;
}
.live_dialog__media {
  overflow: hidden;
  border-radius: 0.05rem 0.05rem 0 0;
}
.live_dialog__img {
  display: block;
  width: 100%;
}
.live_dialog__hd {
  margin-bottom: -0.16rem;
  padding-top: 0.25rem;
}
.live_dialog__tit {
  margin: 0 0.3rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.18rem;
}
.live_dialog__bd {
  -webkit-box-flex: 1;
  overflow: auto;
  margin: 0.26rem 0 0.18rem;
  -webkit-overflow-scrolling: touch;
}
.live_dialog__para {
  margin: 0 0.3rem 0.08rem;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 0.16rem;
}
.live_dialog__para--center {
  text-align: center;
}
.live_dialog__ft {
  position: relative;
  display: -webkit-box;
  padding: 0 0.3rem 0.3rem;
  -webkit-box-pack: justify;
}
.live_dialog__btn {
  position: relative;
  display: block;
  width: 1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.14rem;
  color: #000;
  border-radius: 9rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.live_dialog__btn::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: scale(0.5);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 9rem;
}
.live_dialog__btn--primary {
  background-color: #31c27c;
  color: #fff;
}
.live_dialog__btn--primary-music {
  background-color: #31c27c;
  color: #fff;
}
.live_dialog__btn--primary::after {
  display: none;
}
.live_dialog__btn.fill {
  width: 0;
  -webkit-box-flex: 1;
}
.live_dialog__btn_pill {
  display: block;
  height: 0.4rem;
  margin: 0 0.3rem 0.3rem;
  line-height: 0.4rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.18rem;
  color: #fff;
  border-radius: 0.4rem;
  background: #31c27c;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.live_dialog__jump {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: rgba(0, 0, 0, 0.5);
}
.live_dialog__jump_link {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  color: inherit;
  font-size: 0.14rem;
}
.icon_link__arrow {
  position: relative;
  width: 0.28rem;
  height: 0.28rem;
  display: block;
  color: #c8c8c8;
}
.icon_link__arrow::before,
.icon_link__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 92% 50%;
  background-color: currentColor;
  border-radius: 0.02rem;
  margin-top: -1px;
}
.icon_link__arrow::before {
  width: 0.08rem;
  height: 0.02rem;
  -webkit-transform: rotate(45deg);
}
.icon_link__arrow::after {
  width: 0.08rem;
  height: 0.02rem;
  -webkit-transform: rotate(-45deg);
}
.live_dialog__close {
  position: absolute;
  left: 50%;
  bottom: -0.76rem;
  -webkit-transform: translateX(-50%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.live_dialog__close_txt {
  position: relative;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.05rem;
  line-height: 9.99rem;
  overflow: hidden;
  border-radius: 0.33rem;
  background-color: rgba(0, 0, 0, 0.8);
}
.live_dialog__close_txt::before,
.live_dialog__close_txt::after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
}
.live_dialog__close_txt::before {
  width: 0.02rem;
  height: 0.2rem;
  top: 0.1rem;
  left: 0.19rem;
}
.live_dialog__close_txt::after {
  width: 0.2rem;
  height: 0.02rem;
  top: 0.19rem;
  left: 0.1rem;
}
/*运营弹窗 弹窗背景和按钮背景采用图片*/
.live_dialog--sp .live_dialog__box {
  background-color: #31c27c;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
/* .live_dialog--sp .live_dialog__box{background-color:#2F198E;background-repeat:no-repeat;background-size:cover;color:#fff;} */
.live_dialog--sp .live_dialog__media {
  position: relative;
  border-radius: 0;
  overflow: visible;
  height: 1.45rem;
}
.live_dialog--sp .live_dialog__img {
  position: absolute;
  left: -0.35rem;
  width: 3.45rem;
  top: -0.45rem;
  z-index: 5;
}
.live_dialog--sp .live_dialog__btn.fill {
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  color: #fff;
  background-position: center;
}
.live_dialog--sp .live_dialog__btn.fill::after {
  display: none;
}
/*禁止页面滚动*/
.noscroll,
.noscroll body {
  height: 100%;
  overflow: hidden;
}
/*640屏幕下*/
@media only screen and (max-width: 3.2rem) {
  .live_dialog__box {
    width: 2.56rem;
  }
  .live_dialog__hd {
    margin-bottom: -0.15rem;
    padding-top: 0.2rem;
  }
  .live_dialog__tit {
    margin: 0 0.24rem;
    font-size: 0.18rem;
  }
  .live_dialog__bd {
    margin: 0.2rem 0 0.12rem;
  }
  .live_dialog__para {
    margin: 0 0.24rem 0.04rem;
    font-size: 0.14rem;
  }
  .live_dialog__btn {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
  }
  .live_dialog__btn_pill {
    height: 0.36rem;
    margin: 0 0.24rem 0.24rem;
    line-height: 0.36rem;
    font-size: 0.16rem;
  }
}
/*动画处理- 触发类open，先通过设置display:block显示live_dialog，然后在live_dialog加在触发类open*/
.live_dialog__mask {
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.live_dialog__box {
  -webkit-transform: scale(0.85);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.live_dialog.open .live_dialog__mask {
  opacity: 1;
}
.live_dialog.open .live_dialog__box {
  -webkit-transform: none;
  opacity: 1;
}

@charset "utf-8";
/*========================================================================
      @作者：junhonglu
      @说明：Toast样式
      @最后编辑：$Author:: junhonglu          $
                 $Date:: 2020-02-29 15:34:58#$
========================================================================*/
.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  z-index: 1010;
}
.toast_cont {
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.2rem 0.2rem 0.15rem;
  border-radius: 0.05rem;
}
.toast_icon {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(https://y.gtimg.cn/mediastyle/mobile/broadcast/img/svg/sprite_toast.svg);
  background-size: 0.4rem;
  margin: 0 auto 0.1rem;
  background-repeat: no-repeat;
}
.toast_icon--info {
  background-position: 0 0;
}
.toast_icon--done {
  background-position: 0 -0.4rem;
}
.toast_icon--error {
  background-position: 0 -0.8rem;
}
.toast_icon--loading {
  background-image: url(https://y.gtimg.cn/mediastyle/mobile/broadcast/img/icon_loading.png);
  background-size: 0.4rem;
  -webkit-animation: ani_loading 1s infinite;
}
@-webkit-keyframes ani_loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  8.32% {
    -webkit-transform: rotate(0deg);
  }
  8.33% {
    -webkit-transform: rotate(30deg);
  }
  16.65% {
    -webkit-transform: rotate(30deg);
  }
  16.66% {
    -webkit-transform: rotate(60deg);
  }
  24.99% {
    -webkit-transform: rotate(60deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  33.32% {
    -webkit-transform: rotate(90deg);
  }
  33.33% {
    -webkit-transform: rotate(120deg);
  }
  41.65% {
    -webkit-transform: rotate(120deg);
  }
  41.66% {
    -webkit-transform: rotate(150deg);
  }
  49.99% {
    -webkit-transform: rotate(150deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  58.32% {
    -webkit-transform: rotate(180deg);
  }
  58.33% {
    -webkit-transform: rotate(210deg);
  }
  66.65% {
    -webkit-transform: rotate(210deg);
  }
  66.66% {
    -webkit-transform: rotate(240deg);
  }
  74.99% {
    -webkit-transform: rotate(240deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  83.32% {
    -webkit-transform: rotate(270deg);
  }
  83.33% {
    -webkit-transform: rotate(300deg);
  }
  91.65% {
    -webkit-transform: rotate(300deg);
  }
  91.66% {
    -webkit-transform: rotate(330deg);
  }
  99.99% {
    -webkit-transform: rotate(330deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.toast_text {
  min-width: 0.96rem;
  max-width: 1.6rem;
}
.toast_text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.toast_cont {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  -webkit-transform: scale(0.8);
}
.toast.open .toast_cont {
  -webkit-transform: none;
  opacity: 1;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
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: normal;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button:focus,
input:focus,
textarea:focus {
  outline: 0;
}
a,
a:hover {
  text-decoration: none;
}
button,
input,
select,
textarea {
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
}
body {
  background-color: #F7F7F7;
  font-family: 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', 'microsoft yahei', sans-serif;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: 100px;
}
@media (orientation: portrait) {
  html {
    font-size: 26.66666667vw;
  }
}
@media (orientation: landscape) {
  html {
    font-size: 14.99250375vw;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 128px !important;
  }
}
input {
  background: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
input:focus {
  border: none;
}
.dialog_mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 101;
}
.dialog_main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 110;
}
.dialog_panel {
  position: relative;
  width: 3.13rem;
  padding-top: 1rem;
  border-radius: 0 0 0.18rem 0.18rem;
  background-size: 100% auto;
  background-position: left top;
}
.dialog_tit {
  position: absolute;
  left: 0.17rem;
  top: 0.24rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
}
.dialog_bd {
  border-radius: 0 0 0.18rem 0.18rem;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}
.dialog_gift__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-height: 1.9rem;
  overflow: auto;
  background-color: #fff;
  border-radius: 0.1rem;
}
.dialog_gift__list.dialog_gift--1,
.dialog_gift__list.dialog_gift--2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.dialog_gift__list.dialog_gift--1 .dialog_gift__item,
.dialog_gift__list.dialog_gift--2 .dialog_gift__item {
  width: 1.18rem;
}
.dialog_gift__list.dialog_gift--3 {
  padding: 0.12rem calc((100% - 0.92rem*3) / 2) 0.16rem;
}
.dialog_gift__list.dialog_gift--3 .dialog_gift__item {
  width: 0.92rem;
}
.dialog_gift__list.dialog_gift--3 .dialog_gift__item:nth-child(n+4) {
  margin-top: 0.16rem;
}
.dialog_gift__list.dialog_gift--3 .dialog_gift__media {
  width: 0.67rem;
  height: 0.67rem;
}
.dialog_gift__media {
  position: relative;
  width: 0.95rem;
  height: 0.95rem;
  margin: 0 auto;
}
.dialog_gift__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dialog_gift__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0.06rem;
  white-space: nowrap;
  text-align: center;
  font-size: 0.12rem;
  color: #000;
}
.dialog_gift__txt .txt {
  text-overflow: ellipsis;
  overflow: hidden;
}
.dialog_btn {
  display: block;
  width: 2.51rem;
  height: 0.47rem;
  margin: 0 auto 0.19rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: normal;
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 0.2rem;
  color: #fff;
}
.dialog_close {
  position: relative;
  width: 0.35rem;
  height: 0.35rem;
  margin-top: 0.2rem;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2272px%22%20height%3D%2272px%22%20viewBox%3D%220%200%2072%2072%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3E1.%20%E9%80%9A%E7%94%A8%E5%9B%BE%E6%A0%87%2F%E6%93%8D%E4%BD%9C%E5%A4%B1%E8%B4%A5%3C%2Ftitle%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22path-1%22%20cx%3D%2235.0674229%22%20cy%3D%2234.6419092%22%20r%3D%2234.5205479%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%221.-%E9%80%9A%E7%94%A8%E5%9B%BE%E6%A0%87%2F%E6%93%8D%E4%BD%9C%E5%A4%B1%E8%B4%A5%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate(1.000000%2C%201.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222.87671233%22%20cx%3D%2235.0674229%22%20cy%3D%2234.6419092%22%20r%3D%2233.0821918%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2222.7376859%22%20y1%3D%2246.9198149%22%20x2%3D%2246.5532026%22%20y2%3D%2223.0921246%22%20id%3D%22%E8%B7%AF%E5%BE%84-3%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222.87671233%22%20stroke-linecap%3D%22round%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%2222.7376859%22%20y1%3D%2246.9198149%22%20x2%3D%2246.5532026%22%20y2%3D%2223.0921246%22%20id%3D%22%E8%B7%AF%E5%BE%84-3%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222.87671233%22%20stroke-linecap%3D%22round%22%20mask%3D%22url(%23mask-2)%22%20transform%3D%22translate(34.645444%2C%2035.005970)%20scale(-1%2C%201)%20translate(-34.645444%2C%20-35.005970)%20%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: 100% 100%;
}
.coupon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: normal;
}
.coupon_num {
  font-weight: bold;
  font-size: 0.1rem;
  color: #6A6DFF;
}
.coupon_num .num {
  font-size: 0.14rem;
}
.coupon_num .num_b {
  font-size: 0.2rem;
}
.coupon_num .svg_ic {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  fill: currentColor;
  stroke: none;
  margin-right: 1px;
}
.dialog_coupon__list {
  padding: 0.26rem 0;
  box-sizing: border-box;
  max-height: 2.16rem;
  -webkit-mask: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 10%);
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.dialog_coupon__item {
  position: relative;
  width: 2.2rem;
  height: 0.73rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  background-image: url('https://y.qq.com/music/common/upload/t_cm3_photo_publish/4069113.png?max_age=2592000');
  background-size: 100% 100%;
  color: #7A60FF;
}
.dialog_coupon__item_tag {
  position: absolute;
  top: 0.02rem;
  left: 0.06rem;
  font-size: 0.2rem;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0% 0%;
  z-index: 21;
  color: #fff;
}
.coupon_tag {
  position: absolute;
  top: 0.14rem;
  left: 0.08rem;
  font-size: 0.12rem;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0% 0%;
  z-index: 21;
  color: #fff;
}
.dialog_coupon__item:not(:first-child) {
  margin-top: 0.18rem;
}
.dialog_coupon__item .coupon_hd {
  width: 0.9rem;
  box-sizing: border-box;
  padding-left: 0.07rem;
  text-align: center;
}
.dialog_coupon__item .coupon_num {
  font-size: 0.23rem;
  color: #7A60FF;
}
.dialog_coupon__item .coupon_num .num {
  font-size: 0.25rem;
}
.dialog_coupon__item .coupon_num .num_b {
  font-size: 0.33rem;
}
.dialog_coupon__item .coupon_num .svg_ic {
  width: 0.14rem;
  height: 0.14rem;
}
.dialog_coupon__item .coupon_bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 0.12rem;
}
.dialog_coupon__item .coupon_txt {
  font-weight: bold;
  font-size: 0.15rem;
}
.dialog_coupon__item .coupon_date {
  font-size: 0.1rem;
}

.qa_scroll_expose::after {
  content: '';
  clear: both;
  display: block;
  min-width: 1px;
  min-height: 1px;
}
.qa_scroll_expose {
  margin: 0!important;
  padding: 0!important;
}

/*  imported from index.css  */
.qui_loading {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  height: 55px;
}
.qui_loading__bd {
  -webkit-box-flex: 1;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  width: 100%;
  pointer-events: auto;
}
.qui_loading__box {
  display: -webkit-box;
  -webkit-box-align: center;
}
.qui_loading__icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: currentColor;
  -webkit-mask-image: url(http://y.gtimg.cn/mediastyle/mod/mobile/img/system_loading.svg);
}
.qui_loading__text {
  display: block;
  font-size: 14px;
}
/* 整屏 */
.qui_loading--full {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/* 遮罩 */
.qui_loading--mask .qui_loading__box {
  -webkit-box-orient: vertical;
  padding: 20px 20px 16px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
}
.qui_loading--mask .qui_loading__icon {
  width: 28px;
  height: 28px;
  margin: 0 auto 11px;
  color: #fff;
}
.qui_loading--mask .qui_loading__text {
  font-size: 16px;
  color: #fff;
}
.qa_scroll_expose::after {
  content: '';
  clear: both;
  display: block;
  min-width: 1px;
  min-height: 1px;
}
.qm_load_more_wrap {
  position: relative;
}
.qm_load_more_wrap::after {
  content: '';
  display: block;
  clear: both;
}
.qm_load_more_wrap .load_more_taret {
  z-index: 10000;
  left: 0;
}

.qmii_lyric {
  margin: 0 0.3rem;
  flex: 1;
  height: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 10%, #000 90%, rgba(0, 0, 0, 0));
}
.qmii_lyric__bd {
  width: 100%;
  height: 100%;
  padding-right: 0.1rem;
  overflow: auto;
}
.qmii_lyric__scroll {
  margin-top: 0.3rem;
}
.qmii_lyric__para {
  margin-bottom: 0.2rem;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: -webkit-transform 250ms ease-out, opacity 250ms ease-out;
}
.qmii_lyric__para.current {
  width: 2.29rem;
  -webkit-transform: scale(1.375);
  -webkit-transform-origin: center left;
  opacity: 1;
}
.qmii_lyric__null {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 0.16rem;
  opacity: 0.5;
}

.reserve_calendar_btn {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.reserve_calendar_btn > .pic {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reserve_calendar_btn--fixed {
  position: fixed !important;
  left: 15% !important;
  bottom: 0.2rem !important;
  top: auto !important;
  width: 70% !important;
  z-index: 980 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mui_card_share {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  margin: 0;
  overflow: hidden;
  color: #fff;
  background: #333029;
}
.card_share__media {
  position: relative;
  width: 80%;
  height: 65%;
  margin-top: 3%;
  overflow: hidden;
}
.card_share__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card_share__btn {
  display: block;
  height: 38px;
  margin: 35px auto 25px;
  padding: 0 28px;
  line-height: 38px;
  font-size: 16px;
  border: solid 1px;
  border-radius: 40px;
}
.card_share__close {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.card_share__close::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURf///////0dwTP///////////////////////9eHltQAAAAJdFJOU3+AACwtCQJkZp22za0AAADYSURBVCjPfZNBEsIgDEW/Qw9gd65D65rhBI5HcNO9G0+g+97cEAohTsYuoLy+AgkBdKWf50mg7W7Z8ias+2Th7fLAaz4bdTnNH3Bj1BtLkNaIEy/EXbAiw9LnxqJMBjJqkrlAo1pFgbGrVRRY3vMgVtjU9hGkoz4NSNUmHlDGuh76XkIXGyyqxgCNT6OFBqjB/oXu795C7pa8zbtheglxUzckOZB3HPmAaTy4UGG0R5wFJlsMocBoykYMGPFQYcWqlqLNI4ylaNc92PJOXN60ZQsjXwTvynwBNRtkE6dtnVoAAAAASUVORK5CYII=);
  background-size: cover;
}

/*头部运营位_S*/
.top_operation_bar {
  height: 54px;
}
.top_operation_bar__box {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  height: 54px;
  padding: 0 14px 0 16px;
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  background-color: #f8f8f8;
}
.top_operation_bar__box::before {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: 0;
  bottom: 0;
  box-shadow: 0 3px 3px -5px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.top_operation_bar_single {
  height: 46px;
}
.top_operation_bar_single .top_operation_bar__box {
  height: 46px;
}
.top_operation_bar__media {
  display: block;
  margin-right: 6px;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.top_operation_bar__media_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.top_operation_bar__media--logo {
  border-radius: 5px;
  background-color: #fff;
}
.top_operation_bar__media--logo .top_operation_bar__media_img {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 0;
}
.top_operation_bar__media--square .top_operation_bar__media_img {
  border-radius: 0;
}
.top_operation_bar__bd {
  -webkit-box-flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
}
.top_operation_bar__tit {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top_operation_bar__txt {
  font-size: 12px;
  color: #808080;
}
.top_operation_bar__btn {
  display: block;
  margin-left: 10px;
  height: 24px;
  line-height: 24px;
  padding: 0 17px;
  text-align: center;
  font-size: 13px;
  color: #575656;
  border: solid 1px #d8d8d8;
  border-radius: 999px;
}
.top_operation_bar__link {
  display: -webkit-box;
  -webkit-box-align: center;
  padding: 5px 0;
  font-size: 13px;
  color: #000;
}
.top_operation_bar__arrow {
  display: block;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
}
.top_operation_bar_single .top_operation_bar__media {
  margin-right: 5px;
  width: 28px;
  height: 28px;
}
.top_operation_bar_single .top_operation_bar__media_img {
  width: 22px;
  height: 22px;
}
.top_operation_bar--dark .top_operation_bar__box {
  background: #000;
  box-shadow: none;
}
.top_operation_bar--dark .top_operation_bar__tit {
  color: #fff;
}
.top_operation_bar--dark .top_operation_bar__txt {
  color: #d8d8d8;
}
.top_operation_bar--dark .top_operation_bar__btn {
  border: solid 1px #979797;
  color: #fff;
}
.top_content_operation {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  -webkit-box-align: center;
}
.top_content_operation__bd {
  position: relative;
  -webkit-box-flex: 1;
  display: -webkit-box;
  -webkit-box-align: center;
  height: 45px;
  margin-right: 16px;
  padding: 0 12px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
}
.top_content_operation__bd::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.3);
}
.top_content_operation__tit {
  -webkit-box-flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
  margin-right: 12px;
  line-height: 1.3;
  overflow: hidden;
  font-size: 13px;
  color: #fff;
}
.top_content_operation__btn {
  display: block;
  height: 27px;
  line-height: 27px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 27px;
  color: #fff;
  background: #22d59c;
}
.top_content_operation__img {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 45px;
}
.top_picture_operation {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 55px;
}
.top_picture_operation::after {
  content: "";
  display: block;
  padding-top: 14.667%;
}
.top_picture_operation__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 320px) {
  .top_operation_bar__tit {
    font-size: 13px;
  }
  .top_operation_bar__txt {
    font-size: 10px;
  }
}
/*头部运营位_E*/

.mui_jzt_play_icon {
  position: relative;
  display: block;
  color: #000;
}
.mui_jzt_play_icon__bd {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  min-width: 0.2rem;
  max-width: 0.6rem;
}
.mui_jzt_icon_svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.js_video {
  display: block;
  width: 100%;
  height: 100%;
}

