@charset "utf-8";
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: 400;
}
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 {
  font: 400 0.12rem/1.5 -apple-system, sans-serif;
}
html {
  font-size: 100px;
}
@media screen and (orientation: portrait) {
  html,
  html#pyramid_html {
    font-size: 26.66666667vw;
  }
}
@media screen and (orientation: landscape) {
  html,
  html#pyramid_html {
    font-size: 26.66666667vh;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  html,
  html#pyramid_html {
    font-size: 110px;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  html,
  html#pyramid_html {
    font-size: 110px;
  }
}
@media screen and (device-width: 677px) and (device-height: 764px), (device-width: 764px) and (device-height: 677px), (device-width: 734px) and (device-height: 827px), (device-width: 827px) and (device-height: 734px), (device-width: 902px) and (device-height: 677px), (device-width: 677px) and (device-height: 902px), (device-width: 699px) and (device-height: 652px), (device-width: 652px) and (device-height: 699px), (device-width: 674px) and (device-height: 842px), (device-width: 842px) and (device-height: 674px) {
  html,
  html#pyramid_html {
    font-size: 110px;
  }
}
.page_downright .header_mask {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  height: 0.64rem;
}
.page_downright--hide .header_mask {
  opacity: 1;
}
.page_downright .dist,
.page_downright .mod_user_card {
  padding-top: 0.64rem;
}
@media screen and (device-width: 360px) {
  .page_downright .header_mask {
    height: 0.58rem;
  }
  .page_downright .dist,
  .page_downright .mod_user_card {
    padding-top: 0.58rem;
  }
}
@media screen and (device-width: 375px) and (device-height: 812px), (device-width: 414px) and (device-height: 896px), (device-width: 390px) and (device-height: 844px), (device-width: 428px) and (device-height: 926px), (device-width: 393px) and (device-height: 852px), (device-width: 430px) and (device-height: 932px) {
  .page_downright .dist,
  .page_downright .mod_card_show,
  .page_downright .mod_user_card {
    padding-top: calc(constant(safe-area-inset-top) / 2 + 0.64rem);
    padding-top: calc(env(safe-area-inset-top) / 2 + 0.64rem);
  }
  .page_downright .header_mask {
    padding-top: calc(constant(safe-area-inset-top) / 2);
    padding-top: calc(env(safe-area-inset-top) / 2);
  }
}
.mui_cell_list {
  overflow: hidden;
}
.mui_cell_list__item {
  position: relative;
  margin-bottom: 0.12rem;
}
.mui_cell_list__item:last-child {
  margin-bottom: 0;
}
.mui_cell_list__box {
  display: -webkit-box;
  -webkit-box-align: center;
}
.mui_cell_list__sort {
  width: 0.3rem;
  text-align: center;
  margin-right: 0.05rem;
}
.mui_cell_list__media {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.1rem;
  overflow: hidden;
}
.mui_cell_list__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.06rem;
}
.mui_cell_list__certification {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0.15rem;
}
.mui_cell_list__type {
  position: relative;
  display: block;
  width: 0.06rem;
  height: 0.6rem;
  overflow: hidden;
  margin: 0 0.1rem 0 -0.1rem;
}
.mui_cell_list__type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: currentColor;
  opacity: 0.06;
}
.mui_cell_list__bd {
  -webkit-box-flex: 1;
  width: 0;
}
.mui_cell_list__desc,
.mui_cell_list__tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mui_cell_list__tit {
  line-height: 0.2rem;
  font-size: 0.16rem;
}
.mui_cell_list__desc {
  margin-top: 0.06rem;
  line-height: 0.16rem;
  font-weight: 300;
}
.mui_cell_list__txt {
  margin-right: 0.08rem;
}
.mui_cell_list__opt {
  margin-left: 0.1rem;
  text-align: center;
}
.mui_cell_list__btn {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  width: 0.55rem;
  height: 0.24rem;
  margin: 0 auto;
  font-size: 0.12rem;
}
.mui_cell_list__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  width: 200%;
  height: 200%;
  pointer-events: none;
  border-style: solid;
  border-color: currentColor;
  border-width: 1px;
  border-radius: 0.24rem;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0.5);
}
.mui_cell_list__num {
  display: block;
  margin-top: 0.05rem;
  line-height: 0.16rem;
  font-weight: 300;
}
.mui_cell_list__arrow {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  margin-right: -0.02rem;
  -webkit-transform: scale(0.5) rotate(-45deg);
  opacity: 0.6;
}
.mui_cell_list__arrow::after,
.mui_cell_list__arrow::before {
  content: "";
  position: absolute;
  background: currentColor;
}
.mui_cell_list__arrow::before {
  top: 0;
  right: 0;
  width: 3px;
  height: 14px;
  border-radius: 3px 3px 0 0;
}
.mui_cell_list__arrow::after {
  bottom: 0;
  left: 0;
  width: 17px;
  height: 3px;
  border-radius: 3px 0 3px 3px;
}
.mui_cell_list.song .mui_cell_list__item {
  margin-bottom: 0;
}
.mui_cell_list.song .mui_cell_list__box {
  min-height: 0.61rem;
}
.mui_cell_list.person .mui_cell_list__img {
  border-radius: 100%;
}
.mui_cell_list.playlist .mui_cell_list__type::after {
  top: 0.05rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.04rem;
}
.mui_cell_list.top_gutter {
  margin-top: 0.2rem;
}
.mui_cell_list__item.current::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 0.03rem;
  height: 0.45rem;
  background: currentColor;
  -webkit-transform: translateY(-50%);
}
.mui_song_label {
  vertical-align: middle;
  display: inline-block;
  width: 0.18rem;
  height: 0.1rem;
  margin-right: 0.04rem;
  fill: currentColor;
}
.mod_card_show {
  position: absolute;
  width: 3.75rem;
  height: 100vh;
  top: 0;
  left: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 0.64rem;
}
.card_show__cont {
  position: relative;
}
.card_show__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.92rem;
}
.outside .card_show__bg {
  top: -0.65rem;
}
.mod_card_home {
  height: 100%;
}
.mod_card_home .card_show__bg {
  height: 100%;
}
.card_show__bg__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 100%;
  pointer-events: none;
}
.card_show__swipe {
  position: relative;
  height: 3.23rem;
  margin-top: 0.3rem;
}
.card_show__swipe__item {
  position: absolute;
  width: 2.09rem;
  height: 3.23rem;
  left: 50%;
  top: 0;
  margin-left: -1.045rem;
  -webkit-transition: ease-out 0.45s;
}
.card_show__swipe__scale {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.7151702);
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000px;
}
.card_show__swipe__bd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000px;
}
.card_show__swipe__item.current .card_show__swipe__scale {
  -webkit-transform: scale(1);
}
.card_show__swipe__scale::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.1rem;
}
.card_show__swipe__inner {
  position: relative;
  height: 100%;
  -webkit-transform: rotateY(0);
  -webkit-transition: transform ease-out 1s;
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.24);
  border-radius: 0.1rem;
}
.card_show__swipe__behind,
.card_show__swipe__front {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.card_show__swipe__item.current .card_show__swipe__scale::after {
  display: none;
}
.card_show__swipe__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}
.card_show__swipe__behind {
  -webkit-transform: rotateX(180deg) rotateZ(180deg);
}
.card_show__swipe__desc {
  position: absolute;
  left: 0.1rem;
  bottom: 0.1rem;
  font-size: 0.09rem;
  padding-left: 0.1rem;
  color: rgba(255, 255, 255, 0.6);
}
.card_show__swipe__desc::before {
  content: "";
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  background-color: currentColor;
  left: 0;
  top: 50%;
  margin-top: -0.03rem;
}
@font-face {
  font-family: din-bold;
  src: url(//y.qq.com/mediastyle/global/fonts/din-bold.ttf?max_age=2592000) format("truetype");
}
@font-face {
  font-family: gotham-black;
  src: url(./font.gotham-black.c9e42599.otf) format("truetype");
}
.card_show__swipe__item.ani .card_show__swipe__inner {
  -webkit-animation: turn linear 10s both infinite;
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateY(0);
  }
  25% {
    -webkit-transform: rotateY(-10deg);
  }
  50% {
    -webkit-transform: rotateY(0);
  }
  75% {
    -webkit-transform: rotateY(10deg);
  }
  100% {
    -webkit-transform: rotateY(0);
  }
}
.card_show__swipe__item.face_change .card_show__swipe__inner {
  -webkit-animation: none;
  -webkit-transform: rotateY(180deg);
}
.card_show__next,
.card_show__prev {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 50%;
  margin-top: -0.2rem;
  z-index: 4;
  transform: translate3d(0, 0, 1px);
  color: #fff;
  font-size: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.icon_svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.card_show__prev {
  left: 0;
  transform: scale(-1) translate3d(0, 0, 1px);
}
.card_show__next {
  right: 0;
}
.card_show__num {
  position: absolute;
  right: 0.16rem;
  bottom: 0;
  width: 0.46rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 0.14rem;
  font-family: gilroy-bold;
  border-radius: 0.24rem;
}
.card_show__info {
  position: relative;
  text-align: center;
  padding-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.card_show__song {
  position: relative;
}
.card_show__song__tit {
  display: inline-block;
  max-width: 67%;
  overflow: hidden;
  font-weight: 600;
}
.card_show__song__scroll {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.23rem;
}
.card_show__song__tag {
  position: absolute;
  height: 0.17rem;
  top: -0.1rem;
}
.card_show__song__desc {
  font-size: 0.16rem;
  letter-spacing: 4px;
}
.card_show__ft {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.4rem;
}
.card_show__opt {
  position: relative;
  padding: 0 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.card_show__opt__share {
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.2rem;
}
.card_show__opt__share img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card_show__opt__btn {
  -webkit-box-flex: 1;
  display: block;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  border-radius: 0.45rem;
  max-width: 2.8rem;
  width: 0;
  margin: 0 0.09rem;
}
.jzt_sale_unit {
  font-size: 0.18rem;
  margin-right: 0.06rem;
  font-family: gotham-black;
}
.jzt_sale_price {
  font-size: 0.26rem;
  margin-right: 0.06rem;
  font-family: gotham-black;
  font-weight: 700;
}
.jzt_sale_txt {
  font-size: 0.19rem;
  font-weight: 600;
}
.card_count_down {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  text-align: center;
  padding-top: 0.16rem;
  font-size: 0.13rem;
}
.card_count_down__item {
  display: block;
  margin-right: 0.07rem;
}
.card_count_down__num {
  display: inline-block;
  min-width: 0.18rem;
  text-align: center;
}
.card_count_down__line {
  margin-right: 0.07rem;
}
.card_show__ft.fixed {
  position: fixed;
  z-index: 100;
  bottom: 0;
  padding-bottom: 0.2rem;
  padding-top: 0.1rem;
}
.card_show__ft.fixed .card_count_down {
  display: none;
}
.pay_popup_mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.pay_popup {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out;
  font-size: 0.12rem;
  border-radius: 0.1rem 0.1rem 0 0;
  font-weight: 400;
}
.pay_popup.show {
  bottom: 0;
}
.pay_popup::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  z-index: 2;
}
.pay_popup__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0.4rem;
  height: 0.4rem;
  text-indent: -999em;
  color: currentColor;
}
.pay_popup__close::after,
.pay_popup__close::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 14px;
  width: 12px;
  height: 2px;
  background-color: currentColor;
}
.pay_popup__close::before {
  -webkit-transform: rotate(45deg);
}
.pay_popup__close::after {
  -webkit-transform: rotate(-45deg);
}
.pay_popup__hd {
  position: relative;
  z-index: 3;
  padding: 0 0.16rem 1px;
}
.pay_dialog__hd {
  margin-bottom: 0.16rem;
}
.pay_popup__bd {
  position: relative;
  padding: 0 0.16rem 0.07rem;
  z-index: 3;
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-height: 670px) {
  .pay_popup__bd {
    max-height: 45vh;
  }
}
.pay_popup__grid {
  position: relative;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  padding: 0.05rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0.43rem;
  z-index: 3;
}
.pay_popup__grid.border_t::after {
  border-color: rgba(0, 0, 0, 0.1);
}
.pay_popup__myinfo {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  padding: 0 0.16rem;
  margin: -0.11rem 0 0.2rem;
  color: rgba(0, 0, 0, 0.8);
}
.ios_pay_desc {
  font-size: 0.1rem;
  margin-top: -0.15rem;
}
.pay_popup__myinfo_text {
  color: #34c780;
}
.icon_yuebi {
  position: relative;
  margin-right: 0.04rem;
  display: block;
  width: 0.15rem;
  height: 0.15rem;
  background: url(//y.qq.com/mediastyle/mobile/project_v5/img/yuebi/ic_yuebi.png?max_age=2592000) no-repeat 0 0;
  background-size: 0.15rem;
}
.pay_popup__label {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  font-size: 0.15rem;
}
.pay_popup__txt {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: end;
  font-size: 0.23rem;
  line-height: 1;
}
.pay_popup__discount {
  position: relative;
  top: -1px;
  display: inline-block;
  font-size: 0.14rem;
}
.pay_popup__discount_img {
  display: inline-block;
  margin-right: 0.03rem;
  height: 0.14rem;
}
.pay_popup__txt_old {
  display: block;
  margin-left: 0.06rem;
  font-size: 0.14rem;
  text-decoration: line-through;
}
.pay_popup__txt_yb {
  position: relative;
  top: -2px;
  display: block;
  margin-left: 0.06rem;
  font-size: 0.12rem;
  color: #777;
}
.pay_popup__txt em {
  display: block;
  margin-left: 0.02rem;
  padding: 0 0.04rem;
  height: 0.14rem;
  line-height: 0.14rem;
  font-size: 0.09rem;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  border-radius: 0.03rem;
  background-color: #f5a623;
}
.pay_popup__control {
  font-size: 0;
}
.pay_popup__control__btn {
  display: inline-block;
  vertical-align: top;
  width: 0.33rem;
  height: 0.31rem;
  text-align: center;
  font-size: 0.22rem;
  border: solid 1px #bbb;
  -webkit-box-sizing: border-box;
  color: currentColor;
}
.pay_popup__control__btn:first-child {
  border-top-left-radius: 0.03rem;
  border-bottom-left-radius: 0.03rem;
  line-height: 1.3;
  border-right: none;
}
.pay_popup__control__btn:last-child {
  border-top-right-radius: 0.03rem;
  border-bottom-right-radius: 0.03rem;
  line-height: 1.2;
  border-left: none;
}
.pay_popup__control__btn.disable {
  color: #bbb;
}
.pay_popup__control__inp {
  display: inline-block;
  width: 0.69rem;
  text-align: center;
  height: 0.31rem;
  line-height: 31px;
  border: solid 1px #bbb;
  font-size: 0.14rem;
  -webkit-box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #fff;
}
.pay_popup__control__inp::-webkit-inner-spin-button,
.pay_popup__control__inp::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.pay_popup__ft {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  padding: 0 0.12rem 0.15rem;
  width: 100%;
  -webkit-box-sizing: border-box;
}
.pay_popup__btn {
  display: block;
  -webkit-box-flex: 1;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  border-radius: 0.45rem;
  background-color: #22d59c;
  max-width: 2.9rem;
}
.pay_popup__btn.btn_svip {
  background-color: #ffcd6b;
  color: #000;
}
.pay_popup .disable {
  opacity: 0.3;
}
.ops_dialog__btn--disable,
.pay_popup__btn--disable {
  background-color: rgba(0, 0, 0, 0.3);
}
.order_info {
  display: -webkit-box;
  -webkit-box-align: center;
  height: 0.85rem;
  padding-top: 0.25rem;
}
.order_info__album {
  position: relative;
  display: block;
  margin: 0 0.12rem 0 0;
  width: 0.55rem;
  height: 0.85rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0.08rem;
}
.order_info__album--cd {
  margin-right: 0.25rem;
}
.order_info__album_cover {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
  z-index: 2;
}
.order_info__bd {
  margin-right: 0.16rem;
  -webkit-box-flex: 1;
  overflow: hidden;
  box-sizing: border-box;
}
.order_info__txt {
  font-size: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.06rem;
}
.order_info__desc {
  font-size: 0.15rem;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pay_popup__txt_info {
  font-size: 0.14rem;
}
.pay_popup__txt_info.svip {
  color: #d89b24;
}
.pay_popup__txt_info .svip_icon {
  display: inline-block;
  height: 0.16rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 0.04rem;
}
.pay_popup__label_rule {
  position: relative;
  margin-left: 0.03rem;
}
.pay_popup__label_info_ic,
.pay_popup__label_rule_ic {
  position: relative;
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  font-size: 0;
  border: none;
}
.pay_popup__label_info_ic::before,
.pay_popup__label_rule_ic::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  opacity: 0;
  z-index: 10;
  margin-left: -0.22rem;
  margin-top: -0.22rem;
}
.pay_popup__label_rule .icon_svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.pay_tag {
  display: block;
  height: 0.14rem;
  line-height: 0.14rem;
  font-size: 0.09rem;
  text-align: center;
  padding: 0 0.03rem;
  border: 1px solid;
  color: #b3b3b3;
  border-radius: 0.03rem;
  margin: 0 0.03rem;
}
.pay_popup__label_rule_ic::after {
  display: none;
}
.pay_popup__radio_label {
  position: relative;
  display: block;
  margin-left: 0.05rem;
}
.pay_popup__radio {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  opacity: 0;
  z-index: 10;
  margin-left: -0.22rem;
  margin-top: -0.22rem;
}
.pay_popup__radio_ic {
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  border-radius: 999px;
  border: 1px solid;
  color: #b3b3b3;
  -webkit-box-sizing: border-box;
  top: 1px;
}
.pay_popup__radio:checked + .pay_popup__radio_ic {
  background-color: #31c27c;
  border-color: #31c27c;
}
.pay_popup__radio:checked + .pay_popup__radio_ic::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  width: 6px;
  height: 3px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(-45deg);
  color: #fff;
}
.pay_popup__rule_content {
  position: absolute;
  bottom: 0.24rem;
  left: 50%;
  z-index: 10;
  padding: 0.12rem 0.16rem;
  width: 2.4rem;
  margin-left: -1.2rem;
  text-align: justify;
  text-indent: 0;
  -webkit-box-sizing: border-box;
  border-radius: 0.06rem;
  background-color: #ebebeb;
  font-size: 0.12rem;
  color: #000;
}
.horizontal .pay_popup__rule_col {
  position: relative;
  max-height: 2.8rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.pay_popup__rule_arrow {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: #ebebeb transparent transparent transparent;
  margin-left: -5px;
}
.pay_popup__rule_content.bottom {
  bottom: auto;
  top: 0.22rem;
}
.pay_popup__rule_content.bottom .pay_popup__rule_arrow {
  bottom: auto;
  top: -10px;
  left: auto;
  right: 0.1rem;
  border-color: transparent transparent #ebebeb transparent;
}
.pay_popup__rule_content.left {
  bottom: auto;
  top: 50%;
  left: auto;
  right: 0.2rem;
  -webkit-transform: translateY(-50%);
  width: 2.4rem;
}
.pay_popup__rule_content.left .pay_popup__rule_arrow {
  bottom: auto;
  top: 50%;
  margin-top: -5px;
  left: auto;
  right: -10px;
  border-color: transparent transparent transparent #ebebeb;
}
.pay_popup__rule_content.right {
  bottom: auto;
  top: 50%;
  right: auto;
  left: 0.2rem;
  -webkit-transform: translateY(-50%);
  width: 2.4rem;
  margin-left: 0;
}
.pay_popup__rule_content.right .pay_popup__rule_arrow {
  bottom: auto;
  top: 50%;
  margin-top: -5px;
  right: auto;
  left: -5px;
  border-color: transparent #ebebeb transparent transparent;
}
.skin_black .pay_popup__rule_content.left .pay_popup__rule_arrow {
  border-left-color: #484848;
}
.skin_black .pay_popup__rule_content.bottom .pay_popup__rule_arrow {
  border-bottom-color: #484848;
}
.skin_black .pay_popup__rule_content.right .pay_popup__rule_arrow {
  border-right-color: #484848;
}
.pay_dialog__status {
  position: relative;
  display: -webkit-box;
  -webkit-box-align: center;
  margin: 0.1rem 0;
  font-size: 0.14rem;
}
.pay_dialog__status_name {
  display: block;
  max-width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pay_dialog__status_has {
  position: absolute;
  top: 0;
  right: 0;
}
.icon_status {
  display: block;
  margin: 0 0.04rem;
  width: 0.15rem;
  height: 0.15rem;
  text-indent: -999em;
  border-radius: 99px;
  background-image: url(//y.qq.com/mediastyle/mobile/project_v9/img/sprite_icon_login.png?max_age=2592000);
  background-size: 0.15rem;
  background-repeat: no-repeat;
}
.icon_status--qq {
  background-position: 0 0;
}
.icon_status--wechat {
  background-position: 0 -0.15rem;
}
.js_buyalbum_disprice {
  display: block;
  line-height: 0.21rem;
  font-family: gotham-black;
}
.pay_popup__txt em {
  display: block;
}
@media (min-device-width: 375px) and (min-device-height: 812px) and (orientation: portrait) {
  .pay_popup {
    padding-bottom: calc(constant(safe-area-inset-bottom) / 2);
    padding-bottom: calc(env(safe-area-inset-bottom) / 2);
  }
}
.pay_popup__help {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  margin: -0.1rem 0 0.12rem 0;
}
.pay_popup__link {
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.7);
}
.pay_popup__link.help {
  padding-right: 0.1rem;
}
.pay_popup__link.help::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
}
.pay_popup__sale_discount {
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
}
.sale_discount__info {
  position: relative;
  color: #31c27c;
}
.pay_popup__link .pay_popup__label_rule,
.sale_discount__info .pay_popup__label_rule {
  display: inline-block;
  top: -1px;
  vertical-align: middle;
}
.pay_popup__buy_now_btn {
  display: flex;
  width: 3.35rem;
  height: 0.45rem;
  background: #67e691;
  border-radius: 0.45rem;
  margin: 0 0.08rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  flex-direction: column;
  justify-content: center;
  font-size: 0.16rem;
}
.pay_popup__group__tit {
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
  font-weight: 500;
}
.mod_group_sale {
  position: relative;
  padding: 0.16rem 0.12rem;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.group_sale__bd {
  position: relative;
  -webkit-box-flex: 1;
  width: 0;
}
.group_sale__price {
  position: relative;
}
.mod_group_sale::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  opacity: 0.08;
  border-radius: 0.08rem;
}
.group_sale__tit {
  font-size: 0.15rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.06rem;
}
.group_sale__desc {
  font-size: 0.11rem;
  opacity: 0.6;
}
.group_sale_price__num {
  font-size: 0.1rem;
  opacity: 0.6;
  text-align: right;
}
.group_sale__unit {
  font-size: 0.16rem;
  margin-right: 0.04rem;
  font-family: gotham-black;
}
.group_sale__num {
  font-size: 0.24rem;
  font-family: gotham-black;
}
.mod_group_sale.current::before,
.song_sale__item.current .song_sale__cont {
  background-color: rgba(103, 230, 145, 0.1);
  opacity: 1;
}
.mod_group_sale.current::after,
.song_sale__item.current .song_sale__cont::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #67e691;
  box-sizing: border-box;
  border-radius: 0.08rem;
}
.song_sale__item.current .song_sale__cont::after {
  border-radius: 0.05rem;
}
.group_sale__tit__tag {
  position: relative;
  display: inline-block;
  padding: 0.03rem;
  border-radius: 0.02rem;
  background-color: #000;
  color: #fff;
  font-size: 0.1rem;
  line-height: 1;
  top: -0.02rem;
}
.mod_song_sale {
  overflow: hidden;
}
.song_sale__box {
  margin: 0 -0.03rem;
}
.song_sale__item {
  float: left;
  width: 50%;
  margin-bottom: 0.05rem;
}
.song_sale__cont {
  position: relative;
  margin: 0 0.03rem;
  padding: 0.06rem 0.06rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 0.05rem;
}
.song_sale__cover {
  display: block;
  width: 0.3rem;
  height: 0.45rem;
  border-radius: 4px;
  object-fit: cover;
  margin-right: 0.1rem;
}
.song_sale__bd {
  -webkit-box-flex: 1;
  width: 0;
  overflow: hidden;
}
.song_sale__tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.04rem;
}
.song_sale__info {
  opacity: 0.4;
  font-size: 0.1rem;
  display: flex;
  overflow: hidden;
}
.song_sale__price {
  flex: 1;
}
.pay_popup__group {
  margin-bottom: 0.2rem;
}
.agree_protocol {
  color: #22d59c;
}
.skin_white {
  color: #000;
}
.skin_white::before {
  background-color: #ffffff;
}
.skin_white .goods_list__item {
  background-color: rgba(0, 0, 0, 0.03);
}
.skin_black {
  color: #fff;
}
.skin_black::before {
  background-color: rgba(26, 26, 26, 0.95);
}
.skin_black .pay_popup__control__inp {
  border-color: #484848;
  background-color: #484848;
  color: #fff;
}
.skin_black .pay_popup__control__btn {
  border-color: #313131;
  background-color: #313131;
}
.skin_black .pay_popup__bd::before,
.skin_black .pay_popup__line {
  background-color: #313131;
}
.skin_black .disable {
  opacity: 0.5;
}
.skin_black .pay_popup__rule_content {
  background-color: #484848;
  color: #fff;
}
.skin_black .pay_popup__rule_arrow {
  border-top-color: #484848;
}
.skin_black .custom_buy__bd::before {
  border-color: #666;
}
.skin_black .pay_popup__rule_content.bottom .pay_popup__rule_arrow {
  border-bottom-color: #484848;
}
.skin_black .custom_buy__input {
  color: #fff;
}
.skin_black .custom_buy__input::placeholder {
  color: #fff;
}
.skin_black .pay_popup__link {
  color: rgba(255, 255, 255, 0.7);
}
.skin_black .pay_popup__myinfo {
  color: rgba(255, 255, 255, 0.8);
}
.skin_black .custom_buy__item.current .custom_buy__bd::before {
  background-color: #31c27c;
}
.mui_user_info {
  position: relative;
  display: -webkit-box;
  padding: 0.06rem 0 0 0;
  margin-bottom: 0.11rem;
}
.mui_user_info.mini {
  margin-bottom: 0;
}
.mui_user_info.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
}
.mui_user_info.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.mui_user_info.center {
  -webkit-box-pack: center;
}
.mui_user_info__avatar {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
}
.mui_user_info.horizontal .mui_user_info__avatar {
  margin-right: 0.1rem;
}
.mui_user_info.vertical .mui_user_info__avatar {
  margin-bottom: 0.1rem;
}
.mui_user_info.vertical .mui_user_info__info {
  margin-bottom: 0.1rem;
}
.mui_user_info__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
}
.mui_user_info__vip_icon {
  position: relative;
  top: -0.02rem;
  display: inline-block;
  height: 0.23rem;
  margin: 0 0.08rem 0 0;
  vertical-align: middle;
}
.mui_user_info__info {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  text-align: left;
  -webkit-box-flex: 1;
}
.mui_user_info.vertical .mui_user_info__info {
  text-align: center;
}
.mui_user_info__title {
  height: 0.24rem;
  overflow: hidden;
  padding-top: 0.04rem;
  margin-top: -0.04rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
}
.mui_user_info__name {
  line-height: 0.24rem;
  font-size: 0.16rem;
  font-weight: 400;
  margin-right: 0.07rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mui_user_info__over_time {
  font-size: 0.12rem;
}
.mui_user_info__name.thin {
  font-weight: 300;
}
.mui_user_info__login_qq,
.mui_user_info__login_weixin,
.mui_user_info__weixin {
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 0;
  right: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAB7FBMVEUArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOkKr+oMsOoZtOsbtesctespue02vu5Dwu9MuEhNuElNuUlOuUpPuUtTu09YvVRZyfFdv1lev1pgwFxhwF5iwV9lwmFlzfJqxGdqz/Jyx2991fR/zHyAzX2BzX6Fz4KGz4ST1JCU1ZKV1ZOW1ZOY1paZ1pab15ic2Jqd3/eh2p+k4feo3Kap3aeu36yx4K+15/m24rS36Pm547e75Lm85bu86fm+5by/5r7D58LE6MPF6MTH6cbI6cbI6cfM68vP7M3R7dDS8PvU7tPV7tTV8fvY79fY8NjY8vza8Nnd8t3e8t3f8t7h9fzk9OTl9eTm9eXm9ebn9/3o9ufq9+nr9+rr9+vs9+zt+Ozw+fDx+v7z+/70+/T0+/71+/X2/P74/Pj5/fn5/f76/fr7/vv8/vz9/v/+/v7+///////k/jz8AAAAOnRSTlMAAAMDBQUGBhAQTExNTVdXWFiAgIGBkZGSkpOTlJSWlq2txMTFxcbGx8fo6Onp6urr6+zs+Pj5+fr6ltBW0wAAAp5JREFUOMuNk/sjVEEUx4dd+yz24bXeynMflLeLwqWihxTSWwmFpIdSqUVKD5VEyBY5/2g7d+bcuXd3o+8POzPfz96ZM3POIQRltKUWeauqvEWpNiOJlMVVJqk64rLoqcMr6eR1aGB8jhSlnHiV5kkxlIc8gxuNvcFQKNjbyJdZjCbyZdM8KJpv4kaiErOfryaBa5Ibfhq/iy9aQVUrt1yEmPC+gwIPcqvMRGwYaVDgIHo2ko7TNYHX0Msgh3AKGqFXQPDoFi1uwcNJTXRkIrYaxA3rWrzegJhv3gk6deLmBWwypMdDGBq/2GJIS0OLeDH+LLvdO4LudO8y9wAxVSiTi9KowKPhJX9UNSXNm0g3m0VK1IQeG0c8fpzHbdGUw0wYrC4trYaHGebwcsySYirr/0pxn0KmbeDXQ78joomSKwSsSLZEdZnRll7ir6vzl6TbTMKNQyXY04p91dW+4jR7gmoitrrLZVVH3VY9dvpknXxODTbkylHKNSA25MsxlG/gOFOOqWyGk+R/KIlia0CZ90x83oaVqcttAgesYeyms1MPMNlzXYK744iZ3rf9haiklXMqLjcTOx2vA3ztGAF433EP4Ln43E48dFgA+HnrJcDGzdfwa/msijPJYTr8Vrd+OvZkbvbhlXaGC4ny1Nsc/rn7kU3enmeHk1o6vOL4/gbu8u009WsZvsS879MAI/0AA1cBJhhmeRxW8OMtgOV34Qt8APjBNi9kQdxR9ta2IQvNw/Dw1sSzhbFPgr5hF7MzfOMM/R0QuI+uDxJzpSZHJx4hvc0flaUE1Xbti0KnMSWYUPUPF/r7unqmTtKPrXuWg5MVU/aexbRfKe5TyLQN9PHJAWdEE6Vo7l+ZEtFESgt6SgP19YFSj92smn8BOZ/xLX07E/0AAAAASUVORK5CYII=);
  background-size: 15px;
  background-repeat: no-repeat;
  z-index: 2;
}
.mui_user_info__login_weixin,
.mui_user_info__weixin {
  background-position: 0 -15px;
}
.mui_user_info__renew {
  display: block;
  padding: 0 0.18rem;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.12rem;
  border-radius: 0.28rem;
}
.mui_user_info__num {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  font-size: 0.16rem;
}
.mui_user_info__help {
  display: block;
  margin-left: 0.03rem;
}
body {
  min-height: 100vh;
}
.wrap {
  position: relative;
  max-width: 3.75rem;
  margin: 0 auto;
}
.wrap__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.wrap__bg__img {
  display: block;
  width: 100%;
}
.wrap__cont {
  position: absolute;
  top: 0;
  left: 0;
}
.wrap_container {
  overflow: hidden;
}
.pyramid_bg img {
  display: block;
  width: 100%;
}
.bg,
.pyramid_wrap {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-overflow-scrolling: touch;
}
.pyramid_mod {
  position: absolute;
}
.wrap_page_full {
  padding-bottom: 0.75rem;
}
.outside .wrap {
  padding-top: 0.15rem;
}
.mod_user_card {
  position: relative;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.user_card__hd {
  width: 100%;
  text-align: center;
  padding-top: 0.2rem;
  margin-bottom: 0.22rem;
}
.user_card__hd__tit {
  font-size: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.1rem;
  font-weight: 600;
}
.user_card__hd__desc {
  font-size: 0.13rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user_card__hd__media {
  position: relative;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.08rem;
  display: block;
}
.user_card__hd__avatar {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 0.22rem;
}
.user_card__bd {
  position: relative;
  flex: 1;
  margin-bottom: 0.32rem;
  overflow: hidden;
}
.user_card__ft {
  width: 100%;
  margin-bottom: 0.25rem;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.user_card__ft__share {
  width: 0.35rem;
  height: 0.35rem;
  margin: 0 0.2rem;
}
.user_card__ft__share img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user_card__ft__btn {
  display: block;
  width: 1.3rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  border-radius: 0.44rem;
  margin: 0 0.1rem;
  font-size: 0.18rem;
  font-weight: 600;
}
.mod_user_card .user_card__ft__btn {
  margin-right: 0.2rem;
  margin-left: 0;
}
.user_card_swipe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.user_card_swipe__item {
  position: absolute;
  width: 3.3rem;
  height: 100%;
  left: 50%;
  margin-left: -1.7rem;
}
.user_card_swipe__bd {
  position: relative;
  height: 100%;
  margin: 0 0.1rem;
  border-radius: 0.13rem;
  overflow: hidden;
  background-color: #041113;
  z-index: 1;
}
.user_card_swipe__mask {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.62rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  z-index: 2;
  pointer-events: none;
  border-radius: 0.13rem;
  -webkit-transform: translate3d(0, 0, 1px);
}
.user_card_swipe__bg {
  position: absolute;
  top: -0.8rem;
  left: 0;
  width: 100%;
  border-radius: 0.13rem;
}
.user_card_swipe__inner {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.user_card_swipe__box {
  position: relative;
  width: 1.7rem;
  height: 2.62rem;
  margin: 0.3rem auto 0.4rem;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000px;
}
.user_card_swipe__pic {
  position: relative;
  width: 1.7rem;
  height: 2.62rem;
  -webkit-transform: rotateY(0);
  -webkit-transition: transform ease-out 1s;
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
}
.user_card_swipe__pic__behind,
.user_card_swipe__pic__front {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.user_card_swipe__pic__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}
.user_card_swipe__pic__behind {
  -webkit-transform: rotateX(180deg) rotateZ(180deg);
}
.lottery_result__item.face_change .user_card_swipe__pic {
  -webkit-transform: rotateY(-180deg);
}
.user_card_swipe__inner.face_change .user_card_swipe__pic {
  -webkit-transform: rotateY(180deg);
}
.user_card_swipe__info {
  position: relative;
  margin: 0 0.2rem 0.05rem;
  padding: 0.22rem 0.4rem 0.12rem 0;
}
.song_info__title {
  font-size: 0.17rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.song_info__desc {
  font-size: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
@font-face {
  font-family: gilroy-bold;
  src: url(//y.qq.com/mediastyle/global/fonts/gilroy-bold.otf?max_age=2592000) format("truetype");
}
@font-face {
  font-family: din-bold;
  src: url(//y.qq.com/mediastyle/global/fonts/din-bold.ttf?max_age=2592000) format("truetype");
}
.song_info__desc span {
  font-size: 0.16rem;
  font-family: gilroy-bold;
  margin: 0 0.03rem;
}
.song_info__play {
  position: absolute;
  right: 0;
  top: 50%;
  height: 0.32rem;
  width: 0.32rem;
  margin-top: -0.08rem;
}
.song_info__play svg {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  fill: currentColor;
  opacity: 0.6;
}
.card_song_num {
  margin-left: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.card_song_num__item {
  position: relative;
  float: left;
  width: 1.3rem;
  height: 0.26rem;
  line-height: 0.26rem;
  text-align: center;
  font-size: 0.12rem;
  margin: 0 0.1rem 0.1rem 0;
  font-family: din-bold;
  letter-spacing: 1px;
  border-radius: 0.26rem;
}
.card_song_num__item.current::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid currentColor;
  border-radius: 0.26rem;
}
.mod_box {
  margin: 0 0.16rem;
}
.mui_cell_list__np {
  padding-top: 0.15rem;
  margin-bottom: 0.25rem;
}
.mod_np_box {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  margin-bottom: 0.12rem;
}
.mod_np_list {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  max-height: 1.2rem;
}
.mod_np_list.open {
  max-height: 1000rem;
}
.np_list__item {
  float: left;
  position: relative;
  width: 1.1rem;
  height: 0.6rem;
  margin-right: 0.15rem;
}
.np_list__img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.np_list__bd {
  position: absolute;
  right: 0.06rem;
  left: 0.06rem;
  bottom: 0.09rem;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.08rem;
  color: #98672a;
}
.np_list__more {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  font-size: 0.14rem;
}
.np_list__more__arrow {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  margin-right: -0.02rem;
  -webkit-transform: scale(0.5) rotate(-45deg);
  opacity: 0.6;
}
.np_list__more__arrow::after,
.np_list__more__arrow::before {
  content: "";
  position: absolute;
  background: currentColor;
}
.np_list__more__arrow::before {
  top: 0;
  right: 0;
  width: 3px;
  height: 14px;
  border-radius: 3px 3px 0 0;
}
.np_list__more__arrow::after {
  bottom: 0;
  left: 0;
  width: 17px;
  height: 3px;
  border-radius: 3px 0 3px 3px;
}
.mod_np_list.simple {
  text-align: left;
  font-size: 0;
  margin-right: -0.1rem;
}
.mod_np_list.simple .np_list__bd {
  position: relative;
  right: auto;
  bottom: auto;
  display: block;
  height: 0.28rem;
  text-align: center;
  line-height: 0.28rem;
  font-size: 0.12rem;
  font-weight: 500;
  left: auto;
  border: 1px solid currentColor;
  border-radius: 0.05rem;
}
.np_list__item .np_list__lock {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.12rem;
  height: 0.12rem;
  fill: currentColor;
}
.mod_np_list.simple .np_list__item {
  display: inline-block;
  width: 1.05rem;
  height: 0.3rem;
  margin: 0 0.1rem 0.1rem 0;
  float: none;
}
.mod_np_list.circle .np_list__bd {
  border-radius: 0.28rem;
}
.my_album__ctrl {
  position: relative;
  padding-right: 0.14rem;
  margin-right: 0.05rem;
}
.my_album__ctrl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  margin-top: -4px;
  -webkit-transition: ease 0.3s;
  -webkit-transform: rotate(135deg) translate3d(-1px, 2px, 0);
}
.my_album__ctrl.pack_up::after {
  -webkit-transform: rotate(-45deg) translate3d(0, 3px, 0);
}
.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: url(//y.qq.com/mediastyle/mod/mobile/img/system_loading_white.svg?max_age=2592000) no-repeat 0 0 / cover;
}
.mui_loading__text {
  display: block;
  margin-left: 0.05rem;
  font-size: 0.14rem;
}
.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.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
.mui_loading.mask .mui_loading__bd {
  width: 100%;
  height: 100%;
}
.mui_loading.mask .mui_loading__cont {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
}
.mui_loading.mask .mui_loading__icon {
  width: 0.22rem;
  height: 0.22rem;
  margin: 0;
  color: #fff;
}
.mui_loading.mask .mui_loading__text {
  color: #fff;
  margin-left: 0.06rem;
}
.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;
  }
}
.guide_gifting {
  padding: 0.15rem 0.2rem;
  border-radius: 0.05rem;
  margin-bottom: 0.27rem;
}
.guide_gifting__hd {
  position: relative;
}
.guide_gifting__hd .my_album__ctrl {
  position: absolute;
  right: 0;
  top: 0.02rem;
}
.guide_gifting__tit {
  font-size: 0.13rem;
}
.guide_gifting__bd {
  margin-top: 0.12rem;
}
.mod_song_card_list .mui_cell_list__media {
  width: 0.32rem;
  height: 0.5rem;
}
.mui_cell_list__np__ft {
  text-align: center;
}
.mod_footer_bar {
  padding: 0.1rem 0 0.27rem;
  height: 0.4rem;
}
.footer_bar__inner {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 0.1rem 0 0.27rem 0;
  height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.footer_bar__btn {
  display: block;
  -webkit-box-flex: 1;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  margin: 0 0.08rem;
  max-width: 2.8rem;
  border-radius: 0.4rem;
  font-size: 0.18rem;
  font-weight: 600;
}
.footer_bar__btn:not(:first-child) {
  margin-right: 0.35rem;
}
.footer_bar__btn:not(:last-child) {
  margin-left: 0.35rem;
}
.userdata {
  position: relative;
  z-index: 1;
  padding-top: 1.37rem;
  overflow: hidden;
}
.give_as_total {
  margin: 0 0.24rem 0.34rem;
  display: flex;
  align-items: center;
}
.give_as_total__bd {
  flex-grow: 1;
  width: 0;
}
.give_as_total__txt {
  display: block;
  font-size: 0.14rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.give_as_total__ft {
  position: relative;
  padding-left: 0.1rem;
  border-left: solid 1px currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.give_as_total__count {
  display: block;
  font-size: 0.12rem;
  font-weight: 700;
  text-align: center;
}
.give_as_total .mui_user_info__avatar {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.1rem;
}
.mod_get_friend {
  margin: 0 0.24rem;
}
.mod_get_friend .mui_cell_list__item {
  margin-bottom: 0.2rem;
}
.mod_get_friend .mui_cell_list__media {
  width: 0.42rem;
  height: 0.42rem;
}
.mod_get_friend .mui_cell_list__img {
  border-radius: 100%;
}
.mod_get_friend .mui_cell_list__tit {
  font-size: 0.14rem;
}
.mod_get_friend .mui_cell_list__desc {
  font-size: 0.13rem;
  font-weight: 400;
}
.mod_get_card_dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.get_card_dialog__inner .user_card_swipe__inner {
  box-sizing: border-box;
}
.get_card_dialog__info {
  position: relative;
  text-align: center;
  margin-top: 16vh;
  margin-bottom: 0.3rem;
}
.get_card_dialog__tit {
  font-size: 0.26rem;
  font-weight: 500;
}
.get_card_dialog__desc {
  font-size: 0.13rem;
}
.get_card_dialog__close {
  position: absolute;
  left: 50%;
  width: 0.42rem;
  height: 0.42rem;
  margin-left: -0.21rem;
  bottom: 5vh;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDYgNzkuMTY0NzUzLCAyMDIxLzAyLzE1LTExOjUyOjEzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMyAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTEyLTIyVDExOjM4OjE5KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0xMi0yMlQxMTozODo1MiswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0xMi0yMlQxMTozODo1MiswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpiMzA1ZGNmYS04MmRkLTA0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) no-repeat 0 0 / cover;
  overflow: hidden;
  text-indent: -999px;
}
.mod_get_card_dialog .user_card_swipe__pic {
  margin: 0 auto;
}
@media screen and (max-height: 660px) {
  .mod_get_card_dialog .get_card_dialog__pic {
    -webkit-transform: scale(0.7);
    -webkit-transform-origin: 50% 0;
  }
  .mod_get_card_dialog .user_card_swipe__bg {
    top: -1.8rem;
  }
  .mod_get_card_dialog .get_card_dialog__info {
    margin-top: -0.6rem;
    margin-bottom: 0.2rem;
  }
  .mod_get_card_dialog .get_card_dialog__close {
    bottom: 4vh;
  }
  .mod_get_card_dialog .user_card__ft {
    margin-bottom: 0.15rem;
  }
}
@media screen and (min-height: 661px) and (max-height: 700px), (device-width: 414px) and (device-height: 736px) {
  .mod_get_card_dialog .get_card_dialog__pic {
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 50% 0;
  }
  .mod_get_card_dialog .user_card_swipe__bg {
    top: -1.4rem;
  }
  .mod_get_card_dialog .get_card_dialog__info {
    margin-top: 6vh;
  }
  .mod_get_card_dialog .get_card_dialog__close {
    bottom: 4vh;
  }
  .mod_get_card_dialog .user_card__ft {
    margin-bottom: 0.15rem;
  }
}
@media screen and (min-height: 701px) and (max-height: 765px) {
  .mod_get_card_dialog .user_card_swipe__bg {
    top: -0.9rem;
  }
  .mod_get_card_dialog .get_card_dialog__info {
    margin-top: 12vh;
  }
}
.mui_user_info__login_qq,
.mui_user_info__login_weixin,
.mui_user_info__weixin {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-image: url(//y.gtimg.cn/mediastyle/mobile/project_v5/img/sprite_icon_login.png?max_age=2592000);
  background-size: 10px;
  background-repeat: no-repeat;
}
.mui_user_info__login_weixin,
.mui_user_info__weixin {
  background-position: 0 -10px;
}
.page_client10::after {
  display: none !important;
}
.mui_cell_list__opt .mui_cell_list__desc {
  margin-top: 0;
}
.mod_give_record {
  padding: 0.2rem 0;
}
.mui_cell_list__opt .icon_svg {
  width: 0.16rem;
  height: 0.16rem;
}
.mui_empty.full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mui_empty__bd {
  padding: 0.4rem;
  text-align: center;
  font-size: 0.15rem;
}
.mui_empty__bd .icon_svg {
  display: block;
  width: 1.32rem;
  height: 1.32rem;
  fill: #23d49b;
  margin: 0 auto 0.26rem;
}
.mod_navigation_bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  overflow: hidden;
}
.navigation_bar__bd {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  margin-top: 0.22rem;
  height: 0.42rem;
}
.navigation_bar__tab_item {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  margin: 0 0.25rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  font-weight: 400;
}
.navigation_bar__tab_txt {
  position: relative;
  display: block;
}
.navigation_bar__tab_line {
  display: block;
  width: 1px;
  height: 0.13rem;
  background-color: currentColor;
  transform: scaleX(0.5);
  opacity: 0.5;
}
.page_downright .mod_navigation_bar {
  padding-top: calc(constant(safe-area-inset-top) / 2);
  padding-top: calc(env(safe-area-inset-top) / 2);
}
.mui_cell_list__key {
  display: block;
  border: 1px solid currentColor;
  text-align: center;
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.13rem;
  width: 0.92rem;
  overflow: hidden;
  border-radius: 0.24rem;
}
.user_card__go_award {
  text-align: center;
  font-size: 0.14rem;
}
.user_card__go_award a {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.user_card__go_award .icon_svg {
  position: relative;
  width: 0.12rem;
  height: 0.12rem;
  top: 1px;
}
@media screen and (device-width: 677px) and (device-height: 764px), (device-width: 764px) and (device-height: 677px), (device-width: 734px) and (device-height: 827px), (device-width: 827px) and (device-height: 734px), (device-width: 902px) and (device-height: 677px), (device-width: 677px) and (device-height: 902px), (device-width: 699px) and (device-height: 652px), (device-width: 652px) and (device-height: 699px), (device-width: 674px) and (device-height: 842px), (device-width: 842px) and (device-height: 674px) {
  .mod_get_card_dialog {
    width: 3.75rem;
    left: 50%;
    margin-left: -1.825rem;
  }
  .get_card_dialog__close {
    bottom: 0.2rem;
  }
}
.user_card__more {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.28rem;
  margin-top: -0.1rem;
}
.user_card__more__scroll {
  position: relative;
  margin-bottom: -0.1rem;
  white-space: nowrap;
  font-size: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-left: 0.26rem;
  padding-top: 0.06rem;
}
.user_card__more__item {
  position: relative;
  display: inline-block;
  width: 0.45rem;
  height: 0.68rem;
  border-radius: 0.05rem;
  margin-right: 0.09rem;
  margin-bottom: 0.1rem;
  padding: 0.02rem;
}
.user_card__more__cover {
  display: block;
  width: 0.45rem;
  height: 0.68rem;
  border-radius: 0.05rem;
  object-fit: cover;
}
.user_card__more__item.current {
  background-image: linear-gradient(to right, #e0fd8a, #b4feb2);
}
.user_card__more__tag {
  position: absolute;
  width: auto;
  padding: 0 0.03rem;
  height: 0.12rem;
  line-height: 0.12rem;
  text-align: center;
  overflow: hidden;
  font-size: 0.1rem;
  background-image: linear-gradient(135deg, #fbe491, #eec76b);
  top: -0.04rem;
  right: -0.04rem;
  color: #291c04;
  border-radius: 100%;
  font-family: gilroy-bold;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.user_card__more__item.locked::after {
  content: "";
  position: absolute;
  left: 0.02rem;
  top: 0.02rem;
  right: 0.02rem;
  bottom: 0.02rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.05rem;
}
.user_card__more__item .icon_svg {
  display: none;
}
.user_card__more__item.locked .icon_svg {
  display: block;
  position: absolute;
  right: 0.09rem;
  bottom: 0.09rem;
  width: 0.15rem;
  height: 0.15rem;
  fill: #fff;
  z-index: 3;
}
.mod_lottery_txt {
  text-align: center;
  margin-bottom: 0.43rem;
}
.lottery_txt__tit {
  font-size: 0.26rem;
  line-height: 1.1;
  margin-bottom: 0.12rem;
}
.lottery_txt__desc {
  font-size: 0.13rem;
}
.mod_lottery_result {
  font-size: 0;
  text-align: center;
  margin-bottom: 0.35rem;
}
.lottery_result__item {
  position: relative;
  display: inline-block;
  width: 0.97rem;
  height: 1.5rem;
  margin: 0 0.05rem 0.1rem;
  -webkit-transform: scale(1.3);
  -webkit-transform-origin: 50% 50%;
  opacity: 0;
}
.result_default_show .lottery_result__item {
  -webkit-transform: scale(1);
  opacity: 1;
}
.result_ani_show .lottery_result__item {
  -webkit-animation: cardShow ease-in 0.2s forwards;
}
@-webkit-keyframes cardShow {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
.result_ani_show .lottery_result__item:nth-of-type(2) {
  -webkit-animation-delay: 0.08s;
}
.result_ani_show .lottery_result__item:nth-of-type(3) {
  -webkit-animation-delay: 0.16s;
}
.result_ani_show .lottery_result__item:nth-of-type(4) {
  -webkit-animation-delay: 0.24s;
}
.result_ani_show .lottery_result__item:nth-of-type(5) {
  -webkit-animation-delay: 0.32s;
}
.result_ani_show .lottery_result__item:nth-of-type(6) {
  -webkit-animation-delay: 0.4s;
}
.result_ani_show .lottery_result__item:nth-of-type(7) {
  -webkit-animation-delay: 0.48s;
}
.result_ani_show .lottery_result__item:nth-of-type(8) {
  -webkit-animation-delay: 0.56s;
}
.result_ani_show .lottery_result__item:nth-of-type(9) {
  -webkit-animation-delay: 0.64s;
}
.lottery_result__item .user_card_swipe__pic {
  width: 100%;
  height: 100%;
  margin: 0;
}
.mod_lottery_result .get_card_dialog__pic {
  height: 1.5rem;
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
}
.mod_lottery_result.four {
  padding: 0 0.6rem;
}
.mod_lottery_result.five .lottery_result__item:nth-of-type(1) {
  margin-left: 0.4rem;
}
.mod_lottery_result.five .lottery_result__item:nth-of-type(2) {
  margin-right: 0.4rem;
}
.mod_lottery_result.seven .lottery_result__item:nth-of-type(1) {
  margin: 0 1rem 0.1rem;
}
.lottery_result__tag {
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  overflow: hidden;
  font-size: 0.2rem;
  background-image: linear-gradient(135deg, #fbe491, #eec76b);
  top: -0.08rem;
  right: -0.08rem;
  color: #291c04;
  border-radius: 100%;
  font-family: gilroy-bold;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.result_info__hd {
  position: relative;
  height: 0.26rem;
  margin-bottom: 0.13rem;
}
.result_info__hd__btn {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  width: 0.77rem;
  height: 0.26rem;
  font-size: 0.12rem;
  border-radius: 0.26rem;
}
.result_info__hd__btn .icon_svg {
  width: 0.14rem;
  height: 0.14rem;
  margin-right: 0.04rem;
}
.result_info__hd__tit {
  font-size: 0.18rem;
  font-weight: 500;
}
.result_info__item {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  font-size: 0.14rem;
  margin-bottom: 0.08rem;
}
.result_info__name {
  -webkit-box-flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0.1rem;
  font-weight: 500;
}
.card_show__opt__btn2 {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  width: 0;
  margin: 0 0.09rem;
  text-align: center;
  height: 0.45rem;
  line-height: 0.45rem;
}
.card_show__opt__btn2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.45rem;
}
.lottery_result__line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  fill: transparent;
  stroke: none;
  border-radius: 0.1rem;
}
.lottery_result__line g {
  stroke: #31c27c;
  fill: transparent;
  stroke-width: 3;
}
.lottery_result__line .svg_path {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 487;
  stroke-dashoffset: 487;
}
.result_ani_show .lottery_result__line .svg_path {
  -webkit-animation: lineDraw linear 1.4s 1s forwards;
}
@-webkit-keyframes lineDraw {
  0% {
    stroke-dashoffset: 487;
  }
  40% {
    stroke-dashoffset: 30;
  }
  75% {
    stroke-dashoffset: 0;
  }
  90% {
    opacity: 0.8;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
.result_ani_show .lottery_result__line {
  -webkit-animation: shadow linear 1.4s 1s forwards;
}
@-webkit-keyframes shadow {
  0% {
    box-shadow: 0 0 6px 1px rgba(49, 194, 124, 0);
  }
  50% {
    box-shadow: 0 0 12px 1px rgba(49, 194, 124, 0.6);
  }
  100% {
    box-shadow: 0 0 6px 1px rgba(49, 194, 124, 0);
  }
}
.mod_result_info {
  margin: 0 0.16rem;
  border-radius: 0.1rem;
  padding: 0.16rem 0.2rem;
}
.mod_footer_bar {
  height: 0.75rem;
}
.lottery_ani canvas {
  display: block;
  width: 100%;
  height: 4.5rem;
  object-fit: contain;
}
/* 动态配置的皮肤色 */
.c_txt1 {
  color: #fff;
}
/* 默认色 */
.c_txt2 {
  color: rgba(255, 255, 255, 0.5);
}
/* 弱化色 */
.c_txt3 {
  color: #e9dfb8;
}
/* 高亮色 */
.c_txt4 {
  color: #6b467a;
}
/* 高亮色2 ，语音对话框背景*/
/*分割线，目前没用到，但是建议预留*/
.c_bor1,
.c_bor1::after {
  border-color: #f5f5f5;
}
/*背景色*/
.c_bg1 {
  background-color: #00181f;
}
/*背景色1 页面大背景色*/
.c_bg2 {
  background-color: #f1f1f1;
}
/*背景色2 区块背景色*/
/*按钮色*/
.c_btn1 {
  color: #000;
  background: linear-gradient(96deg, #ffe582 0%, #a1ffc2 100%);
}
/*实心按钮*/

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

@charset "utf-8";
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: 400;
}
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 {
  font: 400 0.12rem/1.5 -apple-system, sans-serif;
}
html {
  font-size: 100px;
}
@media screen and (orientation: portrait) {
  html,
  html#pyramid_html {
    font-size: 26.66666667vw;
  }
}
@media screen and (orientation: landscape) {
  html,
  html#pyramid_html {
    font-size: 26.66666667vh;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  html,
  html#pyramid_html {
    font-size: 110px;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  html,
  html#pyramid_html {
    font-size: 110px;
  }
}
@media screen and (device-width: 677px) and (device-height: 764px), (device-width: 764px) and (device-height: 677px), (device-width: 734px) and (device-height: 827px), (device-width: 827px) and (device-height: 734px), (device-width: 902px) and (device-height: 677px), (device-width: 677px) and (device-height: 902px), (device-width: 699px) and (device-height: 652px), (device-width: 652px) and (device-height: 699px), (device-width: 674px) and (device-height: 842px), (device-width: 842px) and (device-height: 674px) {
  html,
  html#pyramid_html {
    font-size: 110px;
  }
}
.page_downright .header_mask {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  height: 0.64rem;
}
.page_downright--hide .header_mask {
  opacity: 1;
}
.page_downright .dist,
.page_downright .mod_user_card {
  padding-top: 0.64rem;
}
.page_downright .user_card_swipe__inner.dist {
  padding-top: 0.84rem;
}
@media screen and (device-width: 360px) {
  .page_downright .header_mask {
    height: 0.58rem;
  }
  .page_downright .dist,
  .page_downright .mod_user_card {
    padding-top: 0.58rem;
  }
}
@media screen and (device-width: 375px) and (device-height: 812px), (device-width: 414px) and (device-height: 896px), (device-width: 390px) and (device-height: 844px), (device-width: 428px) and (device-height: 926px), (device-width: 393px) and (device-height: 852px), (device-width: 430px) and (device-height: 932px) {
  .page_downright .dist,
  .page_downright .mod_card_show,
  .page_downright .mod_user_card {
    padding-top: calc(constant(safe-area-inset-top) / 2 + 0.64rem);
    padding-top: calc(env(safe-area-inset-top) / 2 + 0.64rem);
  }
  .page_downright .header_mask {
    padding-top: calc(constant(safe-area-inset-top) / 2);
    padding-top: calc(env(safe-area-inset-top) / 2);
  }
  .page_downright .user_card_swipe__inner.dist {
    padding-top: calc(constant(safe-area-inset-top) / 2 + 0.84rem);
    padding-top: calc(env(safe-area-inset-top) / 2 + 0.84rem);
  }
}
.mui_cell_list {
  overflow: hidden;
}
.mui_cell_list__item {
  position: relative;
  margin-bottom: 0.12rem;
}
.mui_cell_list__item:last-child {
  margin-bottom: 0;
}
.mui_cell_list__box {
  display: -webkit-box;
  -webkit-box-align: center;
}
.mui_cell_list__sort {
  width: 0.3rem;
  text-align: center;
  margin-right: 0.05rem;
}
.mui_cell_list__media {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.1rem;
  overflow: hidden;
}
.mui_cell_list__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.06rem;
}
.mui_cell_list__certification {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0.15rem;
}
.mui_cell_list__type {
  position: relative;
  display: block;
  width: 0.06rem;
  height: 0.6rem;
  overflow: hidden;
  margin: 0 0.1rem 0 -0.1rem;
}
.mui_cell_list__type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: currentColor;
  opacity: 0.06;
}
.mui_cell_list__bd {
  -webkit-box-flex: 1;
  width: 0;
}
.mui_cell_list__desc,
.mui_cell_list__tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mui_cell_list__tit {
  line-height: 0.2rem;
  font-size: 0.16rem;
}
.mui_cell_list__desc {
  margin-top: 0.06rem;
  line-height: 0.16rem;
  font-weight: 300;
}
.mui_cell_list__txt {
  margin-right: 0.08rem;
}
.mui_cell_list__opt {
  margin-left: 0.1rem;
  text-align: center;
}
.mui_cell_list__btn {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  width: 0.55rem;
  height: 0.24rem;
  margin: 0 auto;
  font-size: 0.12rem;
}
.mui_cell_list__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  width: 200%;
  height: 200%;
  pointer-events: none;
  border-style: solid;
  border-color: currentColor;
  border-width: 1px;
  border-radius: 0.24rem;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0.5);
}
.mui_cell_list__num {
  display: block;
  margin-top: 0.05rem;
  line-height: 0.16rem;
  font-weight: 300;
}
.mui_cell_list__arrow {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  margin-right: -0.02rem;
  -webkit-transform: scale(0.5) rotate(-45deg);
  opacity: 0.6;
}
.mui_cell_list__arrow::after,
.mui_cell_list__arrow::before {
  content: "";
  position: absolute;
  background: currentColor;
}
.mui_cell_list__arrow::before {
  top: 0;
  right: 0;
  width: 3px;
  height: 14px;
  border-radius: 3px 3px 0 0;
}
.mui_cell_list__arrow::after {
  bottom: 0;
  left: 0;
  width: 17px;
  height: 3px;
  border-radius: 3px 0 3px 3px;
}
.mui_cell_list.song .mui_cell_list__item {
  margin-bottom: 0;
}
.mui_cell_list.song .mui_cell_list__box {
  min-height: 0.61rem;
}
.mui_cell_list.person .mui_cell_list__img {
  border-radius: 100%;
}
.mui_cell_list.playlist .mui_cell_list__type::after {
  top: 0.05rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.04rem;
}
.mui_cell_list.top_gutter {
  margin-top: 0.2rem;
}
.mui_cell_list__item.current::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 0.03rem;
  height: 0.45rem;
  background: currentColor;
  -webkit-transform: translateY(-50%);
}
.mui_song_label {
  vertical-align: middle;
  display: inline-block;
  width: 0.18rem;
  height: 0.1rem;
  margin-right: 0.04rem;
  fill: currentColor;
}
.mod_card_show {
  position: absolute;
  width: 3.75rem;
  height: 100vh;
  top: 0;
  left: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 0.64rem;
}
.card_show__cont {
  position: relative;
}
.card_show__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.92rem;
}
.outside .card_show__bg {
  top: -0.65rem;
}
.mod_card_home {
  height: 100%;
}
.mod_card_home .card_show__bg {
  height: 100%;
}
.card_show__bg__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 100%;
  pointer-events: none;
}
.card_show__swipe {
  position: relative;
  height: 3.23rem;
  margin-top: 0.3rem;
}
.card_show__swipe__item {
  position: absolute;
  width: 2.09rem;
  height: 3.23rem;
  left: 50%;
  top: 0;
  margin-left: -1.045rem;
  -webkit-transition: ease-out 0.45s;
}
.card_show__swipe__scale {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.7151702);
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000px;
}
.card_show__swipe__bd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000px;
}
.card_show__swipe__item.current .card_show__swipe__scale {
  -webkit-transform: scale(1);
}
.card_show__swipe__scale::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.1rem;
}
.card_show__swipe__inner {
  position: relative;
  height: 100%;
  -webkit-transform: rotateY(0);
  -webkit-transition: transform ease-out 1s;
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.24);
  border-radius: 0.1rem;
}
.card_show__swipe__behind,
.card_show__swipe__front {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.card_show__swipe__item.current .card_show__swipe__scale::after {
  display: none;
}
.card_show__swipe__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}
.card_show__swipe__behind {
  -webkit-transform: rotateX(180deg) rotateZ(180deg);
}
.card_show__swipe__desc {
  position: absolute;
  left: 0.1rem;
  bottom: 0.1rem;
  font-size: 0.09rem;
  padding-left: 0.1rem;
  color: rgba(255, 255, 255, 0.6);
}
.card_show__swipe__desc::before {
  content: "";
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  background-color: currentColor;
  left: 0;
  top: 50%;
  margin-top: -0.03rem;
}
@font-face {
  font-family: din-bold;
  src: url(//y.qq.com/mediastyle/global/fonts/din-bold.ttf?max_age=2592000) format("truetype");
}
@font-face {
  font-family: gotham-black;
  src: url(./font.gotham-black.c9e42599.otf) format("truetype");
}
.card_show__swipe__item.ani .card_show__swipe__inner {
  -webkit-animation: turn linear 10s both infinite;
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateY(0);
  }
  25% {
    -webkit-transform: rotateY(-10deg);
  }
  50% {
    -webkit-transform: rotateY(0);
  }
  75% {
    -webkit-transform: rotateY(10deg);
  }
  100% {
    -webkit-transform: rotateY(0);
  }
}
.card_show__swipe__item.face_change .card_show__swipe__inner {
  -webkit-animation: none;
  -webkit-transform: rotateY(180deg);
}
.card_show__next,
.card_show__prev {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 50%;
  margin-top: -0.2rem;
  z-index: 4;
  transform: translate3d(0, 0, 1px);
  color: #fff;
  font-size: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.icon_svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.card_show__prev {
  left: 0;
  transform: scale(-1) translate3d(0, 0, 1px);
}
.card_show__next {
  right: 0;
}
.card_show__num {
  position: absolute;
  right: 0.16rem;
  bottom: 0;
  width: 0.46rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 0.14rem;
  font-family: gilroy-bold;
  border-radius: 0.24rem;
}
.card_show__info {
  position: relative;
  text-align: center;
  padding-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.card_show__song {
  position: relative;
}
.card_show__song__tit {
  display: inline-block;
  max-width: 67%;
  overflow: hidden;
  font-weight: 600;
}
.card_show__song__scroll {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.23rem;
}
.card_show__song__tag {
  position: absolute;
  height: 0.17rem;
  top: -0.1rem;
}
.card_show__song__desc {
  font-size: 0.16rem;
  letter-spacing: 4px;
}
.card_show__ft {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.4rem;
}
.card_show__opt {
  position: relative;
  padding: 0 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.card_show__opt__share {
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.2rem;
}
.card_show__opt__share img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card_show__opt__btn {
  -webkit-box-flex: 1;
  display: block;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  border-radius: 0.45rem;
  max-width: 2.8rem;
  width: 0;
  margin: 0 0.09rem;
}
.jzt_sale_unit {
  font-size: 0.18rem;
  margin-right: 0.06rem;
  font-family: gotham-black;
}
.jzt_sale_price {
  font-size: 0.26rem;
  margin-right: 0.06rem;
  font-family: gotham-black;
  font-weight: 700;
}
.jzt_sale_txt {
  font-size: 0.19rem;
  font-weight: 600;
}
.card_count_down {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  text-align: center;
  padding-top: 0.16rem;
  font-size: 0.13rem;
}
.card_count_down__item {
  display: block;
  margin-right: 0.07rem;
}
.card_count_down__num {
  display: inline-block;
  min-width: 0.18rem;
  text-align: center;
}
.card_count_down__line {
  margin-right: 0.07rem;
}
.card_show__ft.fixed {
  position: fixed;
  z-index: 100;
  bottom: 0;
  padding-bottom: 0.2rem;
  padding-top: 0.1rem;
}
.card_show__ft.fixed .card_count_down {
  display: none;
}
.pay_popup_mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.pay_popup {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out;
  font-size: 0.12rem;
  border-radius: 0.1rem 0.1rem 0 0;
  font-weight: 400;
}
.pay_popup.show {
  bottom: 0;
}
.pay_popup::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  z-index: 2;
}
.pay_popup__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0.4rem;
  height: 0.4rem;
  text-indent: -999em;
  color: currentColor;
}
.pay_popup__close::after,
.pay_popup__close::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 14px;
  width: 12px;
  height: 2px;
  background-color: currentColor;
}
.pay_popup__close::before {
  -webkit-transform: rotate(45deg);
}
.pay_popup__close::after {
  -webkit-transform: rotate(-45deg);
}
.pay_popup__hd {
  position: relative;
  z-index: 3;
  padding: 0 0.16rem 1px;
}
.pay_dialog__hd {
  margin-bottom: 0.16rem;
}
.pay_popup__bd {
  position: relative;
  padding: 0 0.16rem 0.07rem;
  z-index: 3;
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-height: 670px) {
  .pay_popup__bd {
    max-height: 45vh;
  }
}
.pay_popup__grid {
  position: relative;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  padding: 0.05rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0.43rem;
  z-index: 3;
}
.pay_popup__grid.border_t::after {
  border-color: rgba(0, 0, 0, 0.1);
}
.pay_popup__myinfo {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  padding: 0 0.16rem;
  margin: -0.11rem 0 0.2rem;
  color: rgba(0, 0, 0, 0.8);
}
.ios_pay_desc {
  font-size: 0.1rem;
  margin-top: -0.15rem;
}
.pay_popup__myinfo_text {
  color: #34c780;
}
.icon_yuebi {
  position: relative;
  margin-right: 0.04rem;
  display: block;
  width: 0.15rem;
  height: 0.15rem;
  background: url(//y.qq.com/mediastyle/mobile/project_v5/img/yuebi/ic_yuebi.png?max_age=2592000) no-repeat 0 0;
  background-size: 0.15rem;
}
.pay_popup__label {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  font-size: 0.15rem;
}
.pay_popup__txt {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: end;
  font-size: 0.23rem;
  line-height: 1;
}
.pay_popup__discount {
  position: relative;
  top: -1px;
  display: inline-block;
  font-size: 0.14rem;
}
.pay_popup__discount_img {
  display: inline-block;
  margin-right: 0.03rem;
  height: 0.14rem;
}
.pay_popup__txt_old {
  display: block;
  margin-left: 0.06rem;
  font-size: 0.14rem;
  text-decoration: line-through;
}
.pay_popup__txt_yb {
  position: relative;
  top: -2px;
  display: block;
  margin-left: 0.06rem;
  font-size: 0.12rem;
  color: #777;
}
.pay_popup__txt em {
  display: block;
  margin-left: 0.02rem;
  padding: 0 0.04rem;
  height: 0.14rem;
  line-height: 0.14rem;
  font-size: 0.09rem;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  border-radius: 0.03rem;
  background-color: #f5a623;
}
.pay_popup__control {
  font-size: 0;
}
.pay_popup__control__btn {
  display: inline-block;
  vertical-align: top;
  width: 0.33rem;
  height: 0.31rem;
  text-align: center;
  font-size: 0.22rem;
  border: solid 1px #bbb;
  -webkit-box-sizing: border-box;
  color: currentColor;
}
.pay_popup__control__btn:first-child {
  border-top-left-radius: 0.03rem;
  border-bottom-left-radius: 0.03rem;
  line-height: 1.3;
  border-right: none;
}
.pay_popup__control__btn:last-child {
  border-top-right-radius: 0.03rem;
  border-bottom-right-radius: 0.03rem;
  line-height: 1.2;
  border-left: none;
}
.pay_popup__control__btn.disable {
  color: #bbb;
}
.pay_popup__control__inp {
  display: inline-block;
  width: 0.69rem;
  text-align: center;
  height: 0.31rem;
  line-height: 31px;
  border: solid 1px #bbb;
  font-size: 0.14rem;
  -webkit-box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #fff;
}
.pay_popup__control__inp::-webkit-inner-spin-button,
.pay_popup__control__inp::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.pay_popup__ft {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  padding: 0 0.12rem 0.15rem;
  width: 100%;
  -webkit-box-sizing: border-box;
}
.pay_popup__btn {
  display: block;
  -webkit-box-flex: 1;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  border-radius: 0.45rem;
  background-color: #22d59c;
  max-width: 2.9rem;
}
.pay_popup__btn.btn_svip {
  background-color: #ffcd6b;
  color: #000;
}
.pay_popup .disable {
  opacity: 0.3;
}
.ops_dialog__btn--disable,
.pay_popup__btn--disable {
  background-color: rgba(0, 0, 0, 0.3);
}
.order_info {
  display: -webkit-box;
  -webkit-box-align: center;
  height: 0.85rem;
  padding-top: 0.25rem;
}
.order_info__album {
  position: relative;
  display: block;
  margin: 0 0.12rem 0 0;
  width: 0.55rem;
  height: 0.85rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0.08rem;
}
.order_info__album--cd {
  margin-right: 0.25rem;
}
.order_info__album_cover {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
  z-index: 2;
}
.order_info__bd {
  margin-right: 0.16rem;
  -webkit-box-flex: 1;
  overflow: hidden;
  box-sizing: border-box;
}
.order_info__txt {
  font-size: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.06rem;
}
.order_info__desc {
  font-size: 0.15rem;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pay_popup__txt_info {
  font-size: 0.14rem;
}
.pay_popup__txt_info.svip {
  color: #d89b24;
}
.pay_popup__txt_info .svip_icon {
  display: inline-block;
  height: 0.16rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 0.04rem;
}
.pay_popup__label_rule {
  position: relative;
  margin-left: 0.03rem;
}
.pay_popup__label_info_ic,
.pay_popup__label_rule_ic {
  position: relative;
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  font-size: 0;
  border: none;
}
.pay_popup__label_info_ic::before,
.pay_popup__label_rule_ic::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  opacity: 0;
  z-index: 10;
  margin-left: -0.22rem;
  margin-top: -0.22rem;
}
.pay_popup__label_rule .icon_svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.pay_tag {
  display: block;
  height: 0.14rem;
  line-height: 0.14rem;
  font-size: 0.09rem;
  text-align: center;
  padding: 0 0.03rem;
  border: 1px solid;
  color: #b3b3b3;
  border-radius: 0.03rem;
  margin: 0 0.03rem;
}
.pay_popup__label_rule_ic::after {
  display: none;
}
.pay_popup__radio_label {
  position: relative;
  display: block;
  margin-left: 0.05rem;
}
.pay_popup__radio {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  opacity: 0;
  z-index: 10;
  margin-left: -0.22rem;
  margin-top: -0.22rem;
}
.pay_popup__radio_ic {
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  border-radius: 999px;
  border: 1px solid;
  color: #b3b3b3;
  -webkit-box-sizing: border-box;
  top: 1px;
}
.pay_popup__radio:checked + .pay_popup__radio_ic {
  background-color: #31c27c;
  border-color: #31c27c;
}
.pay_popup__radio:checked + .pay_popup__radio_ic::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  width: 6px;
  height: 3px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(-45deg);
  color: #fff;
}
.pay_popup__rule_content {
  position: absolute;
  bottom: 0.24rem;
  left: 50%;
  z-index: 10;
  padding: 0.12rem 0.16rem;
  width: 2.4rem;
  margin-left: -1.2rem;
  text-align: justify;
  text-indent: 0;
  -webkit-box-sizing: border-box;
  border-radius: 0.06rem;
  background-color: #ebebeb;
  font-size: 0.12rem;
  color: #000;
}
.horizontal .pay_popup__rule_col {
  position: relative;
  max-height: 2.8rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.pay_popup__rule_arrow {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: #ebebeb transparent transparent transparent;
  margin-left: -5px;
}
.pay_popup__rule_content.bottom {
  bottom: auto;
  top: 0.22rem;
}
.pay_popup__rule_content.bottom .pay_popup__rule_arrow {
  bottom: auto;
  top: -10px;
  left: auto;
  right: 0.1rem;
  border-color: transparent transparent #ebebeb transparent;
}
.pay_popup__rule_content.left {
  bottom: auto;
  top: 50%;
  left: auto;
  right: 0.2rem;
  -webkit-transform: translateY(-50%);
  width: 2.4rem;
}
.pay_popup__rule_content.left .pay_popup__rule_arrow {
  bottom: auto;
  top: 50%;
  margin-top: -5px;
  left: auto;
  right: -10px;
  border-color: transparent transparent transparent #ebebeb;
}
.pay_popup__rule_content.right {
  bottom: auto;
  top: 50%;
  right: auto;
  left: 0.2rem;
  -webkit-transform: translateY(-50%);
  width: 2.4rem;
  margin-left: 0;
}
.pay_popup__rule_content.right .pay_popup__rule_arrow {
  bottom: auto;
  top: 50%;
  margin-top: -5px;
  right: auto;
  left: -5px;
  border-color: transparent #ebebeb transparent transparent;
}
.skin_black .pay_popup__rule_content.left .pay_popup__rule_arrow {
  border-left-color: #484848;
}
.skin_black .pay_popup__rule_content.bottom .pay_popup__rule_arrow {
  border-bottom-color: #484848;
}
.skin_black .pay_popup__rule_content.right .pay_popup__rule_arrow {
  border-right-color: #484848;
}
.pay_dialog__status {
  position: relative;
  display: -webkit-box;
  -webkit-box-align: center;
  margin: 0.1rem 0;
  font-size: 0.14rem;
}
.pay_dialog__status_name {
  display: block;
  max-width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pay_dialog__status_has {
  position: absolute;
  top: 0;
  right: 0;
}
.icon_status {
  display: block;
  margin: 0 0.04rem;
  width: 0.15rem;
  height: 0.15rem;
  text-indent: -999em;
  border-radius: 99px;
  background-image: url(//y.qq.com/mediastyle/mobile/project_v9/img/sprite_icon_login.png?max_age=2592000);
  background-size: 0.15rem;
  background-repeat: no-repeat;
}
.icon_status--qq {
  background-position: 0 0;
}
.icon_status--wechat {
  background-position: 0 -0.15rem;
}
.js_buyalbum_disprice {
  display: block;
  line-height: 0.21rem;
  font-family: gotham-black;
}
.pay_popup__txt em {
  display: block;
}
@media (min-device-width: 375px) and (min-device-height: 812px) and (orientation: portrait) {
  .pay_popup {
    padding-bottom: calc(constant(safe-area-inset-bottom) / 2);
    padding-bottom: calc(env(safe-area-inset-bottom) / 2);
  }
}
.pay_popup__help {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  margin: -0.1rem 0 0.12rem 0;
}
.pay_popup__link {
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.7);
}
.pay_popup__link.help {
  padding-right: 0.1rem;
}
.pay_popup__link.help::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
}
.pay_popup__sale_discount {
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
}
.sale_discount__info {
  position: relative;
  color: #31c27c;
}
.pay_popup__link .pay_popup__label_rule,
.sale_discount__info .pay_popup__label_rule {
  display: inline-block;
  top: -1px;
  vertical-align: middle;
}
.pay_popup__buy_now_btn {
  display: flex;
  width: 3.35rem;
  height: 0.45rem;
  background: #67e691;
  border-radius: 0.45rem;
  margin: 0 0.08rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  flex-direction: column;
  justify-content: center;
  font-size: 0.16rem;
}
.pay_popup__group__tit {
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
  font-weight: 500;
}
.mod_group_sale {
  position: relative;
  padding: 0.16rem 0.12rem;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.group_sale__bd {
  position: relative;
  -webkit-box-flex: 1;
  width: 0;
}
.group_sale__price {
  position: relative;
}
.mod_group_sale::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  opacity: 0.08;
  border-radius: 0.08rem;
}
.group_sale__tit {
  font-size: 0.15rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.06rem;
}
.group_sale__desc {
  font-size: 0.11rem;
  opacity: 0.6;
}
.group_sale_price__num {
  font-size: 0.1rem;
  opacity: 0.6;
  text-align: right;
}
.group_sale__unit {
  font-size: 0.16rem;
  margin-right: 0.04rem;
  font-family: gotham-black;
}
.group_sale__num {
  font-size: 0.24rem;
  font-family: gotham-black;
}
.mod_group_sale.current::before,
.song_sale__item.current .song_sale__cont {
  background-color: rgba(103, 230, 145, 0.1);
  opacity: 1;
}
.mod_group_sale.current::after,
.song_sale__item.current .song_sale__cont::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #67e691;
  box-sizing: border-box;
  border-radius: 0.08rem;
}
.song_sale__item.current .song_sale__cont::after {
  border-radius: 0.05rem;
}
.group_sale__tit__tag {
  position: relative;
  display: inline-block;
  padding: 0.03rem;
  border-radius: 0.02rem;
  background-color: #000;
  color: #fff;
  font-size: 0.1rem;
  line-height: 1;
  top: -0.02rem;
}
.mod_song_sale {
  overflow: hidden;
}
.song_sale__box {
  margin: 0 -0.03rem;
}
.song_sale__item {
  float: left;
  width: 50%;
  margin-bottom: 0.05rem;
}
.song_sale__cont {
  position: relative;
  margin: 0 0.03rem;
  padding: 0.06rem 0.06rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 0.05rem;
}
.song_sale__cover {
  display: block;
  width: 0.3rem;
  height: 0.45rem;
  border-radius: 4px;
  object-fit: cover;
  margin-right: 0.1rem;
}
.song_sale__bd {
  -webkit-box-flex: 1;
  width: 0;
  overflow: hidden;
}
.song_sale__tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.04rem;
}
.song_sale__info {
  opacity: 0.4;
  font-size: 0.1rem;
  display: flex;
  overflow: hidden;
}
.song_sale__price {
  flex: 1;
}
.pay_popup__group {
  margin-bottom: 0.2rem;
}
.agree_protocol {
  color: #22d59c;
}
.skin_white {
  color: #000;
}
.skin_white::before {
  background-color: #ffffff;
}
.skin_white .goods_list__item {
  background-color: rgba(0, 0, 0, 0.03);
}
.skin_black {
  color: #fff;
}
.skin_black::before {
  background-color: rgba(26, 26, 26, 0.95);
}
.skin_black .pay_popup__control__inp {
  border-color: #484848;
  background-color: #484848;
  color: #fff;
}
.skin_black .pay_popup__control__btn {
  border-color: #313131;
  background-color: #313131;
}
.skin_black .pay_popup__bd::before,
.skin_black .pay_popup__line {
  background-color: #313131;
}
.skin_black .disable {
  opacity: 0.5;
}
.skin_black .pay_popup__rule_content {
  background-color: #484848;
  color: #fff;
}
.skin_black .pay_popup__rule_arrow {
  border-top-color: #484848;
}
.skin_black .custom_buy__bd::before {
  border-color: #666;
}
.skin_black .pay_popup__rule_content.bottom .pay_popup__rule_arrow {
  border-bottom-color: #484848;
}
.skin_black .custom_buy__input {
  color: #fff;
}
.skin_black .custom_buy__input::placeholder {
  color: #fff;
}
.skin_black .pay_popup__link {
  color: rgba(255, 255, 255, 0.7);
}
.skin_black .pay_popup__myinfo {
  color: rgba(255, 255, 255, 0.8);
}
.skin_black .custom_buy__item.current .custom_buy__bd::before {
  background-color: #31c27c;
}
.mui_user_info {
  position: relative;
  display: -webkit-box;
  padding: 0.06rem 0 0 0;
  margin-bottom: 0.11rem;
}
.mui_user_info.mini {
  margin-bottom: 0;
}
.mui_user_info.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
}
.mui_user_info.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.mui_user_info.center {
  -webkit-box-pack: center;
}
.mui_user_info__avatar {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
}
.mui_user_info.horizontal .mui_user_info__avatar {
  margin-right: 0.1rem;
}
.mui_user_info.vertical .mui_user_info__avatar {
  margin-bottom: 0.1rem;
}
.mui_user_info.vertical .mui_user_info__info {
  margin-bottom: 0.1rem;
}
.mui_user_info__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
}
.mui_user_info__vip_icon {
  position: relative;
  top: -0.02rem;
  display: inline-block;
  height: 0.23rem;
  margin: 0 0.08rem 0 0;
  vertical-align: middle;
}
.mui_user_info__info {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
  text-align: left;
  -webkit-box-flex: 1;
}
.mui_user_info.vertical .mui_user_info__info {
  text-align: center;
}
.mui_user_info__title {
  height: 0.24rem;
  overflow: hidden;
  padding-top: 0.04rem;
  margin-top: -0.04rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
}
.mui_user_info__name {
  line-height: 0.24rem;
  font-size: 0.16rem;
  font-weight: 400;
  margin-right: 0.07rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mui_user_info__over_time {
  font-size: 0.12rem;
}
.mui_user_info__name.thin {
  font-weight: 300;
}
.mui_user_info__login_qq,
.mui_user_info__login_weixin,
.mui_user_info__weixin {
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 0;
  right: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAB7FBMVEUArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOlMuEgArOkKr+oMsOoZtOsbtesctespue02vu5Dwu9MuEhNuElNuUlOuUpPuUtTu09YvVRZyfFdv1lev1pgwFxhwF5iwV9lwmFlzfJqxGdqz/Jyx2991fR/zHyAzX2BzX6Fz4KGz4ST1JCU1ZKV1ZOW1ZOY1paZ1pab15ic2Jqd3/eh2p+k4feo3Kap3aeu36yx4K+15/m24rS36Pm547e75Lm85bu86fm+5by/5r7D58LE6MPF6MTH6cbI6cbI6cfM68vP7M3R7dDS8PvU7tPV7tTV8fvY79fY8NjY8vza8Nnd8t3e8t3f8t7h9fzk9OTl9eTm9eXm9ebn9/3o9ufq9+nr9+rr9+vs9+zt+Ozw+fDx+v7z+/70+/T0+/71+/X2/P74/Pj5/fn5/f76/fr7/vv8/vz9/v/+/v7+///////k/jz8AAAAOnRSTlMAAAMDBQUGBhAQTExNTVdXWFiAgIGBkZGSkpOTlJSWlq2txMTFxcbGx8fo6Onp6urr6+zs+Pj5+fr6ltBW0wAAAp5JREFUOMuNk/sjVEEUx4dd+yz24bXeynMflLeLwqWihxTSWwmFpIdSqUVKD5VEyBY5/2g7d+bcuXd3o+8POzPfz96ZM3POIQRltKUWeauqvEWpNiOJlMVVJqk64rLoqcMr6eR1aGB8jhSlnHiV5kkxlIc8gxuNvcFQKNjbyJdZjCbyZdM8KJpv4kaiErOfryaBa5Ibfhq/iy9aQVUrt1yEmPC+gwIPcqvMRGwYaVDgIHo2ko7TNYHX0Msgh3AKGqFXQPDoFi1uwcNJTXRkIrYaxA3rWrzegJhv3gk6deLmBWwypMdDGBq/2GJIS0OLeDH+LLvdO4LudO8y9wAxVSiTi9KowKPhJX9UNSXNm0g3m0VK1IQeG0c8fpzHbdGUw0wYrC4trYaHGebwcsySYirr/0pxn0KmbeDXQ78joomSKwSsSLZEdZnRll7ir6vzl6TbTMKNQyXY04p91dW+4jR7gmoitrrLZVVH3VY9dvpknXxODTbkylHKNSA25MsxlG/gOFOOqWyGk+R/KIlia0CZ90x83oaVqcttAgesYeyms1MPMNlzXYK744iZ3rf9haiklXMqLjcTOx2vA3ztGAF433EP4Ln43E48dFgA+HnrJcDGzdfwa/msijPJYTr8Vrd+OvZkbvbhlXaGC4ny1Nsc/rn7kU3enmeHk1o6vOL4/gbu8u009WsZvsS879MAI/0AA1cBJhhmeRxW8OMtgOV34Qt8APjBNi9kQdxR9ta2IQvNw/Dw1sSzhbFPgr5hF7MzfOMM/R0QuI+uDxJzpSZHJx4hvc0flaUE1Xbti0KnMSWYUPUPF/r7unqmTtKPrXuWg5MVU/aexbRfKe5TyLQN9PHJAWdEE6Vo7l+ZEtFESgt6SgP19YFSj92smn8BOZ/xLX07E/0AAAAASUVORK5CYII=);
  background-size: 15px;
  background-repeat: no-repeat;
  z-index: 2;
}
.mui_user_info__login_weixin,
.mui_user_info__weixin {
  background-position: 0 -15px;
}
.mui_user_info__renew {
  display: block;
  padding: 0 0.18rem;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.12rem;
  border-radius: 0.28rem;
}
.mui_user_info__num {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  font-size: 0.16rem;
}
.mui_user_info__help {
  display: block;
  margin-left: 0.03rem;
}
body {
  min-height: 100vh;
}
.wrap {
  position: relative;
  max-width: 3.75rem;
  margin: 0 auto;
}
.wrap__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.wrap__bg__img {
  display: block;
  width: 100%;
}
.wrap__cont {
  position: absolute;
  top: 0;
  left: 0;
}
.wrap_container {
  overflow: hidden;
}
.pyramid_bg img {
  display: block;
  width: 100%;
}
.bg,
.pyramid_wrap {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-overflow-scrolling: touch;
}
.pyramid_mod {
  position: absolute;
}
.wrap_page_full {
  padding-bottom: 0.75rem;
}
.outside .wrap {
  padding-top: 0.15rem;
}
.mod_user_card {
  position: relative;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.user_card__hd {
  width: 100%;
  text-align: center;
  padding-top: 0.2rem;
  margin-bottom: 0.22rem;
}
.user_card__hd__tit {
  font-size: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.1rem;
  font-weight: 600;
}
.user_card__hd__desc {
  font-size: 0.13rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user_card__hd__media {
  position: relative;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.08rem;
  display: block;
}
.user_card__hd__avatar {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 0.22rem;
}
.user_card__bd {
  position: relative;
  flex: 1;
  margin-bottom: 0.32rem;
  overflow: hidden;
}
.user_card__ft {
  width: 100%;
  margin-bottom: 0.25rem;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.user_card__ft__share {
  width: 0.35rem;
  height: 0.35rem;
  margin: 0 0.2rem;
}
.user_card__ft__share img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user_card__ft__btn {
  display: block;
  width: 1.3rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  border-radius: 0.44rem;
  margin: 0 0.1rem;
  font-size: 0.18rem;
  font-weight: 600;
}
.mod_user_card .user_card__ft__btn {
  margin-right: 0.2rem;
  margin-left: 0;
}
.user_card_swipe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.user_card_swipe__item {
  position: absolute;
  width: 3.3rem;
  height: 100%;
  left: 50%;
  margin-left: -1.7rem;
}
.user_card_swipe__bd {
  position: relative;
  height: 100%;
  margin: 0 0.1rem;
  border-radius: 0.13rem;
  overflow: hidden;
  background-color: #041113;
  z-index: 1;
}
.user_card_swipe__mask {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.62rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  z-index: 2;
  pointer-events: none;
  border-radius: 0.13rem;
  -webkit-transform: translate3d(0, 0, 1px);
}
.user_card_swipe__bg {
  position: absolute;
  top: -0.8rem;
  left: 0;
  width: 100%;
  border-radius: 0.13rem;
}
.user_card_swipe__inner {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.user_card_swipe__box {
  position: relative;
  width: 1.7rem;
  height: 2.62rem;
  margin: 0.3rem auto 0.4rem;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000px;
}
.user_card_swipe__pic {
  position: relative;
  width: 1.7rem;
  height: 2.62rem;
  -webkit-transform: rotateY(0);
  -webkit-transition: transform ease-out 1s;
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
}
.user_card_swipe__pic__behind,
.user_card_swipe__pic__front {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.user_card_swipe__pic__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}
.user_card_swipe__pic__behind {
  -webkit-transform: rotateX(180deg) rotateZ(180deg);
}
.lottery_result__item.face_change .user_card_swipe__pic {
  -webkit-transform: rotateY(-180deg);
}
.user_card_swipe__inner.face_change .user_card_swipe__pic {
  -webkit-transform: rotateY(180deg);
}
.user_card_swipe__info {
  position: relative;
  margin: 0 0.2rem 0.05rem;
  padding: 0.22rem 0.4rem 0.12rem 0;
}
.song_info__title {
  font-size: 0.17rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.song_info__desc {
  font-size: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
@font-face {
  font-family: gilroy-bold;
  src: url(//y.qq.com/mediastyle/global/fonts/gilroy-bold.otf?max_age=2592000) format("truetype");
}
@font-face {
  font-family: din-bold;
  src: url(//y.qq.com/mediastyle/global/fonts/din-bold.ttf?max_age=2592000) format("truetype");
}
.song_info__desc span {
  font-size: 0.16rem;
  font-family: gilroy-bold;
  margin: 0 0.03rem;
}
.song_info__play {
  position: absolute;
  right: 0;
  top: 50%;
  height: 0.32rem;
  width: 0.32rem;
  margin-top: -0.08rem;
}
.song_info__play svg {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  fill: currentColor;
  opacity: 0.6;
}
.card_song_num {
  margin-left: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.card_song_num__item {
  position: relative;
  float: left;
  width: 1.3rem;
  height: 0.26rem;
  line-height: 0.26rem;
  text-align: center;
  font-size: 0.12rem;
  margin: 0 0.1rem 0.1rem 0;
  font-family: din-bold;
  letter-spacing: 1px;
  border-radius: 0.26rem;
}
.card_song_num__item.current::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid currentColor;
  border-radius: 0.26rem;
}
.mod_box {
  margin: 0 0.16rem;
}
.mui_cell_list__np {
  padding-top: 0.15rem;
  margin-bottom: 0.25rem;
}
.mod_np_box {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  margin-bottom: 0.12rem;
}
.mod_np_list {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  max-height: 1.2rem;
}
.mod_np_list.open {
  max-height: 1000rem;
}
.np_list__item {
  float: left;
  position: relative;
  width: 1.1rem;
  height: 0.6rem;
  margin-right: 0.15rem;
}
.np_list__img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.np_list__bd {
  position: absolute;
  right: 0.06rem;
  left: 0.06rem;
  bottom: 0.09rem;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.08rem;
  color: #98672a;
}
.np_list__more {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  font-size: 0.14rem;
}
.np_list__more__arrow {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  margin-right: -0.02rem;
  -webkit-transform: scale(0.5) rotate(-45deg);
  opacity: 0.6;
}
.np_list__more__arrow::after,
.np_list__more__arrow::before {
  content: "";
  position: absolute;
  background: currentColor;
}
.np_list__more__arrow::before {
  top: 0;
  right: 0;
  width: 3px;
  height: 14px;
  border-radius: 3px 3px 0 0;
}
.np_list__more__arrow::after {
  bottom: 0;
  left: 0;
  width: 17px;
  height: 3px;
  border-radius: 3px 0 3px 3px;
}
.mod_np_list.simple {
  text-align: left;
  font-size: 0;
  margin-right: -0.1rem;
}
.mod_np_list.simple .np_list__bd {
  position: relative;
  right: auto;
  bottom: auto;
  display: block;
  height: 0.28rem;
  text-align: center;
  line-height: 0.28rem;
  font-size: 0.12rem;
  font-weight: 500;
  left: auto;
  border: 1px solid currentColor;
  border-radius: 0.05rem;
}
.np_list__item .np_list__lock {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.12rem;
  height: 0.12rem;
  fill: currentColor;
}
.mod_np_list.simple .np_list__item {
  display: inline-block;
  width: 1.05rem;
  height: 0.3rem;
  margin: 0 0.1rem 0.1rem 0;
  float: none;
}
.mod_np_list.circle .np_list__bd {
  border-radius: 0.28rem;
}
.my_album__ctrl {
  position: relative;
  padding-right: 0.14rem;
  margin-right: 0.05rem;
}
.my_album__ctrl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  margin-top: -4px;
  -webkit-transition: ease 0.3s;
  -webkit-transform: rotate(135deg) translate3d(-1px, 2px, 0);
}
.my_album__ctrl.pack_up::after {
  -webkit-transform: rotate(-45deg) translate3d(0, 3px, 0);
}
.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: url(//y.qq.com/mediastyle/mod/mobile/img/system_loading_white.svg?max_age=2592000) no-repeat 0 0 / cover;
}
.mui_loading__text {
  display: block;
  margin-left: 0.05rem;
  font-size: 0.14rem;
}
.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.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
.mui_loading.mask .mui_loading__bd {
  width: 100%;
  height: 100%;
}
.mui_loading.mask .mui_loading__cont {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
}
.mui_loading.mask .mui_loading__icon {
  width: 0.22rem;
  height: 0.22rem;
  margin: 0;
  color: #fff;
}
.mui_loading.mask .mui_loading__text {
  color: #fff;
  margin-left: 0.06rem;
}
.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;
  }
}
.guide_gifting {
  padding: 0.15rem 0.2rem;
  border-radius: 0.05rem;
  margin-bottom: 0.27rem;
}
.guide_gifting__hd {
  position: relative;
}
.guide_gifting__hd .my_album__ctrl {
  position: absolute;
  right: 0;
  top: 0.02rem;
}
.guide_gifting__tit {
  font-size: 0.13rem;
}
.guide_gifting__bd {
  margin-top: 0.12rem;
}
.mod_song_card_list .mui_cell_list__media {
  width: 0.32rem;
  height: 0.5rem;
}
.mui_cell_list__np__ft {
  text-align: center;
}
.mod_footer_bar {
  padding: 0.1rem 0 0.27rem;
  height: 0.4rem;
}
.footer_bar__inner {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 0.1rem 0 0.27rem 0;
  height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.footer_bar__btn {
  display: block;
  -webkit-box-flex: 1;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  margin: 0 0.08rem;
  max-width: 2.8rem;
  border-radius: 0.4rem;
  font-size: 0.18rem;
  font-weight: 600;
}
.footer_bar__btn:not(:first-child) {
  margin-right: 0.35rem;
}
.footer_bar__btn:not(:last-child) {
  margin-left: 0.35rem;
}
.userdata {
  position: relative;
  z-index: 1;
  padding-top: 1.37rem;
  overflow: hidden;
}
.give_as_total {
  margin: 0 0.24rem 0.34rem;
  display: flex;
  align-items: center;
}
.give_as_total__bd {
  flex-grow: 1;
  width: 0;
}
.give_as_total__txt {
  display: block;
  font-size: 0.14rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.give_as_total__ft {
  position: relative;
  padding-left: 0.1rem;
  border-left: solid 1px currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.give_as_total__count {
  display: block;
  font-size: 0.12rem;
  font-weight: 700;
  text-align: center;
}
.give_as_total .mui_user_info__avatar {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.1rem;
}
.mod_get_friend {
  margin: 0 0.24rem;
}
.mod_get_friend .mui_cell_list__item {
  margin-bottom: 0.2rem;
}
.mod_get_friend .mui_cell_list__media {
  width: 0.42rem;
  height: 0.42rem;
}
.mod_get_friend .mui_cell_list__img {
  border-radius: 100%;
}
.mod_get_friend .mui_cell_list__tit {
  font-size: 0.14rem;
}
.mod_get_friend .mui_cell_list__desc {
  font-size: 0.13rem;
  font-weight: 400;
}
.mod_get_card_dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.get_card_dialog__inner .user_card_swipe__inner {
  box-sizing: border-box;
}
.get_card_dialog__info {
  position: relative;
  text-align: center;
  margin-top: 16vh;
  margin-bottom: 0.3rem;
}
.get_card_dialog__tit {
  font-size: 0.26rem;
  font-weight: 500;
}
.get_card_dialog__desc {
  font-size: 0.13rem;
}
.get_card_dialog__close {
  position: absolute;
  left: 50%;
  width: 0.42rem;
  height: 0.42rem;
  margin-left: -0.21rem;
  bottom: 5vh;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDYgNzkuMTY0NzUzLCAyMDIxLzAyLzE1LTExOjUyOjEzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMyAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTEyLTIyVDExOjM4OjE5KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0xMi0yMlQxMTozODo1MiswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0xMi0yMlQxMTozODo1MiswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpiMzA1ZGNmYS04MmRkLTA0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) no-repeat 0 0 / cover;
  overflow: hidden;
  text-indent: -999px;
}
.mod_get_card_dialog .user_card_swipe__pic {
  margin: 0 auto;
}
@media screen and (max-height: 660px) {
  .mod_get_card_dialog .get_card_dialog__pic {
    -webkit-transform: scale(0.7);
    -webkit-transform-origin: 50% 0;
  }
  .mod_get_card_dialog .user_card_swipe__bg {
    top: -1.8rem;
  }
  .mod_get_card_dialog .get_card_dialog__info {
    margin-top: -0.6rem;
    margin-bottom: 0.2rem;
  }
  .mod_get_card_dialog .get_card_dialog__close {
    bottom: 4vh;
  }
  .mod_get_card_dialog .user_card__ft {
    margin-bottom: 0.15rem;
  }
}
@media screen and (min-height: 661px) and (max-height: 700px), (device-width: 414px) and (device-height: 736px) {
  .mod_get_card_dialog .get_card_dialog__pic {
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 50% 0;
  }
  .mod_get_card_dialog .user_card_swipe__bg {
    top: -1.4rem;
  }
  .mod_get_card_dialog .get_card_dialog__info {
    margin-top: 6vh;
  }
  .mod_get_card_dialog .get_card_dialog__close {
    bottom: 4vh;
  }
  .mod_get_card_dialog .user_card__ft {
    margin-bottom: 0.15rem;
  }
}
@media screen and (min-height: 701px) and (max-height: 765px) {
  .mod_get_card_dialog .user_card_swipe__bg {
    top: -0.9rem;
  }
  .mod_get_card_dialog .get_card_dialog__info {
    margin-top: 12vh;
  }
}
.mui_user_info__login_qq,
.mui_user_info__login_weixin,
.mui_user_info__weixin {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-image: url(//y.gtimg.cn/mediastyle/mobile/project_v5/img/sprite_icon_login.png?max_age=2592000);
  background-size: 10px;
  background-repeat: no-repeat;
}
.mui_user_info__login_weixin,
.mui_user_info__weixin {
  background-position: 0 -10px;
}
.page_client10::after {
  display: none !important;
}
.mui_cell_list__opt .mui_cell_list__desc {
  margin-top: 0;
}
.mod_give_record {
  padding: 0.2rem 0;
}
.mui_cell_list__opt .icon_svg {
  width: 0.16rem;
  height: 0.16rem;
}
.mui_empty.full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mui_empty__bd {
  padding: 0.4rem;
  text-align: center;
  font-size: 0.15rem;
}
.mui_empty__bd .icon_svg {
  display: block;
  width: 1.32rem;
  height: 1.32rem;
  fill: #23d49b;
  margin: 0 auto 0.26rem;
}
.mod_navigation_bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  overflow: hidden;
}
.navigation_bar__bd {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  margin-top: 0.22rem;
  height: 0.42rem;
}
.navigation_bar__tab_item {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  margin: 0 0.25rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.18rem;
  font-weight: 400;
}
.navigation_bar__tab_txt {
  position: relative;
  display: block;
}
.navigation_bar__tab_line {
  display: block;
  width: 1px;
  height: 0.13rem;
  background-color: currentColor;
  transform: scaleX(0.5);
  opacity: 0.5;
}
.page_downright .mod_navigation_bar {
  padding-top: calc(constant(safe-area-inset-top) / 2);
  padding-top: calc(env(safe-area-inset-top) / 2);
}
.mui_cell_list__key {
  display: block;
  border: 1px solid currentColor;
  text-align: center;
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.13rem;
  width: 0.92rem;
  overflow: hidden;
  border-radius: 0.24rem;
}
.user_card__go_award {
  text-align: center;
  font-size: 0.14rem;
}
.user_card__go_award a {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.user_card__go_award .icon_svg {
  position: relative;
  width: 0.12rem;
  height: 0.12rem;
  top: 1px;
}
@media screen and (device-width: 677px) and (device-height: 764px), (device-width: 764px) and (device-height: 677px), (device-width: 734px) and (device-height: 827px), (device-width: 827px) and (device-height: 734px), (device-width: 902px) and (device-height: 677px), (device-width: 677px) and (device-height: 902px), (device-width: 699px) and (device-height: 652px), (device-width: 652px) and (device-height: 699px), (device-width: 674px) and (device-height: 842px), (device-width: 842px) and (device-height: 674px) {
  .mod_get_card_dialog {
    width: 3.75rem;
    left: 50%;
    margin-left: -1.825rem;
  }
  .get_card_dialog__close {
    bottom: 0.2rem;
  }
}
.user_card__more {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.28rem;
  margin-top: -0.1rem;
}
.user_card__more__scroll {
  position: relative;
  margin-bottom: -0.1rem;
  white-space: nowrap;
  font-size: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-left: 0.26rem;
  padding-top: 0.06rem;
}
.user_card__more__item {
  position: relative;
  display: inline-block;
  width: 0.45rem;
  height: 0.68rem;
  border-radius: 0.05rem;
  margin-right: 0.09rem;
  margin-bottom: 0.1rem;
  padding: 0.02rem;
}
.user_card__more__cover {
  display: block;
  width: 0.45rem;
  height: 0.68rem;
  border-radius: 0.05rem;
  object-fit: cover;
}
.user_card__more__item.current {
  background-image: linear-gradient(to right, #e0fd8a, #b4feb2);
}
.user_card__more__tag {
  position: absolute;
  width: auto;
  padding: 0 0.03rem;
  height: 0.12rem;
  line-height: 0.12rem;
  text-align: center;
  overflow: hidden;
  font-size: 0.1rem;
  background-image: linear-gradient(135deg, #fbe491, #eec76b);
  top: -0.04rem;
  right: -0.04rem;
  color: #291c04;
  border-radius: 100%;
  font-family: gilroy-bold;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.user_card__more__item.locked::after {
  content: "";
  position: absolute;
  left: 0.02rem;
  top: 0.02rem;
  right: 0.02rem;
  bottom: 0.02rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.05rem;
}
.user_card__more__item .icon_svg {
  display: none;
}
.user_card__more__item.locked .icon_svg {
  display: block;
  position: absolute;
  right: 0.09rem;
  bottom: 0.09rem;
  width: 0.15rem;
  height: 0.15rem;
  fill: #fff;
  z-index: 3;
}
.mod_lottery_txt {
  text-align: center;
  margin-bottom: 0.43rem;
}
.lottery_txt__tit {
  font-size: 0.26rem;
  line-height: 1.1;
  margin-bottom: 0.12rem;
}
.lottery_txt__desc {
  font-size: 0.13rem;
}
.mod_lottery_result {
  font-size: 0;
  text-align: center;
  margin-bottom: 0.35rem;
}
.lottery_result__item {
  position: relative;
  display: inline-block;
  width: 0.97rem;
  height: 1.5rem;
  margin: 0 0.05rem 0.1rem;
  -webkit-transform: scale(1.3);
  -webkit-transform-origin: 50% 50%;
  opacity: 0;
}
.result_default_show .lottery_result__item {
  -webkit-transform: scale(1);
  opacity: 1;
}
.result_ani_show .lottery_result__item {
  -webkit-animation: cardShow ease-in 0.2s forwards;
}
@-webkit-keyframes cardShow {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
.result_ani_show .lottery_result__item:nth-of-type(2) {
  -webkit-animation-delay: 0.08s;
}
.result_ani_show .lottery_result__item:nth-of-type(3) {
  -webkit-animation-delay: 0.16s;
}
.result_ani_show .lottery_result__item:nth-of-type(4) {
  -webkit-animation-delay: 0.24s;
}
.result_ani_show .lottery_result__item:nth-of-type(5) {
  -webkit-animation-delay: 0.32s;
}
.result_ani_show .lottery_result__item:nth-of-type(6) {
  -webkit-animation-delay: 0.4s;
}
.result_ani_show .lottery_result__item:nth-of-type(7) {
  -webkit-animation-delay: 0.48s;
}
.result_ani_show .lottery_result__item:nth-of-type(8) {
  -webkit-animation-delay: 0.56s;
}
.result_ani_show .lottery_result__item:nth-of-type(9) {
  -webkit-animation-delay: 0.64s;
}
.lottery_result__item .user_card_swipe__pic {
  width: 100%;
  height: 100%;
  margin: 0;
}
.mod_lottery_result .get_card_dialog__pic {
  height: 1.5rem;
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
}
.mod_lottery_result.four {
  padding: 0 0.6rem;
}
.mod_lottery_result.five .lottery_result__item:nth-of-type(1) {
  margin-left: 0.4rem;
}
.mod_lottery_result.five .lottery_result__item:nth-of-type(2) {
  margin-right: 0.4rem;
}
.mod_lottery_result.seven .lottery_result__item:nth-of-type(1) {
  margin: 0 1rem 0.1rem;
}
.lottery_result__tag {
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  overflow: hidden;
  font-size: 0.2rem;
  background-image: linear-gradient(135deg, #fbe491, #eec76b);
  top: -0.08rem;
  right: -0.08rem;
  color: #291c04;
  border-radius: 100%;
  font-family: gilroy-bold;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.result_info__hd {
  position: relative;
  height: 0.26rem;
  margin-bottom: 0.13rem;
}
.result_info__hd__btn {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  width: 0.77rem;
  height: 0.26rem;
  font-size: 0.12rem;
  border-radius: 0.26rem;
}
.result_info__hd__btn .icon_svg {
  width: 0.14rem;
  height: 0.14rem;
  margin-right: 0.04rem;
}
.result_info__hd__tit {
  font-size: 0.18rem;
  font-weight: 500;
}
.result_info__item {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  font-size: 0.14rem;
  margin-bottom: 0.08rem;
}
.result_info__name {
  -webkit-box-flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0.1rem;
  font-weight: 500;
}
.card_show__opt__btn2 {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  width: 0;
  margin: 0 0.09rem;
  text-align: center;
  height: 0.45rem;
  line-height: 0.45rem;
}
.card_show__opt__btn2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.45rem;
}
.lottery_result__line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  fill: transparent;
  stroke: none;
  border-radius: 0.1rem;
}
.lottery_result__line g {
  stroke: #31c27c;
  fill: transparent;
  stroke-width: 3;
}
.lottery_result__line .svg_path {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 487;
  stroke-dashoffset: 487;
}
.result_ani_show .lottery_result__line .svg_path {
  -webkit-animation: lineDraw linear 1.4s 1s forwards;
}
@-webkit-keyframes lineDraw {
  0% {
    stroke-dashoffset: 487;
  }
  40% {
    stroke-dashoffset: 30;
  }
  75% {
    stroke-dashoffset: 0;
  }
  90% {
    opacity: 0.8;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
.result_ani_show .lottery_result__line {
  -webkit-animation: shadow linear 1.4s 1s forwards;
}
@-webkit-keyframes shadow {
  0% {
    box-shadow: 0 0 6px 1px rgba(49, 194, 124, 0);
  }
  50% {
    box-shadow: 0 0 12px 1px rgba(49, 194, 124, 0.6);
  }
  100% {
    box-shadow: 0 0 6px 1px rgba(49, 194, 124, 0);
  }
}
.mod_result_info {
  margin: 0 0.16rem;
  border-radius: 0.1rem;
  padding: 0.16rem 0.2rem;
}
.mod_footer_bar {
  height: 0.75rem;
}
.lottery_ani canvas {
  display: block;
  width: 100%;
  height: 4.5rem;
  object-fit: contain;
}
/* 动态配置的皮肤色 */
.c_txt1 {
  color: #fff;
}
/* 默认色 */
.c_txt2 {
  color: rgba(255, 255, 255, 0.5);
}
/* 弱化色 */
.c_txt3 {
  color: #e9dfb8;
}
/* 高亮色 */
.c_txt4 {
  color: #6b467a;
}
/* 高亮色2 ，语音对话框背景*/
/*分割线，目前没用到，但是建议预留*/
.c_bor1,
.c_bor1::after {
  border-color: #f5f5f5;
}
/*背景色*/
.c_bg1 {
  background-color: #00181f;
}
/*背景色1 页面大背景色*/
.c_bg2 {
  background-color: #f1f1f1;
}
/*背景色2 区块背景色*/
/*按钮色*/
.c_btn1 {
  color: #000;
  background: linear-gradient(96deg, #ffe582 0%, #a1ffc2 100%);
}
/*实心按钮*/

.jzt_dialog_photo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.jsz_dialog_photo__mask {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.jzt_dialog_photo__close {
  position: absolute;
  left: 50%;
  bottom: 0.84rem;
  -webkit-transform: translateX(-50%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.jzt_dialog_photo__close_txt {
  position: relative;
  display: block;
  width: 37px;
  height: 37px;
  margin: 5px;
  line-height: 999px;
  overflow: hidden;
  border: solid 1px #fff;
  border-radius: 33px;
}
.jzt_dialog_photo__close_txt::after,
.jzt_dialog_photo__close_txt::before {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
}
.jzt_dialog_photo__close_txt::before {
  width: 1px;
  height: 19px;
  top: 9px;
  left: 18px;
}
.jzt_dialog_photo__close_txt::after {
  width: 19px;
  height: 1px;
  top: 18px;
  left: 9px;
}
.jzt_dialog_photo__cover {
  margin-top: -0.8rem;
}
.jzt_dialog_photo__pic {
  display: block;
  width: 100%;
}
.jsz_dialog_photo__prev,
.jsz_dialog_photo__next {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.3rem;
  top: 50%;
  margin-top: -0.55rem;
}
.jsz_dialog_photo__prev {
  left: 0.1rem;
}
.jsz_dialog_photo__next {
  right: 0.1rem;
}
.jsz_dialog_photo__icon {
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  fill: #fff;
}

/*颜色配置*/
.c_event_txt1 {
  color: #000;
}
.c_event_txt2 {
  color: #777;
}
.c_event_txt3 {
  color: #31c27c;
}
.c_event_txt4 {
  color: #fff;
}
.c_event_btn1 {
  background-color: #31c27c;
  color: #fff;
}
.c_event_btn2 {
  background-color: #eee;
  color: #777;
}
.c_event_bor1,
.c_event_bor1::after {
  border-color: #31c27c;
}
/*基本*/
.qui_dialog__event {
  margin: 0 0.3rem 0.06rem;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 0.16rem;
  color: #000;
}
.qui_dialog__event.center {
  text-align: center;
}
.qui_dialog__box {
  max-height: 61%;
}
.qui_dialog.event .qui_dialog__media {
  margin-bottom: -0.08rem;
}
.qui_dialog.noline .qui_dialog__box {
  border-top: 0 none;
}
/*活动规则*/
.rule .qui_dialog__bd {
  margin-bottom: 0.28rem;
}
.user_rule .qui_dialog__box {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 0.48rem;
}
.user_rule .qui_dialog__bd {
  margin-bottom: 0.28rem;
}
.rule_main {
  word-break: break-all;
}
.rule_main p a {
  color: red;
  text-decoration: underline;
}
.rule_main a {
  color: red;
  text-decoration: underline;
}
.rule_dialog_btn {
  display: block;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: inherit;
}
/* 底部半屏浮层 */
.event_rule {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  font-size: 0.12rem;
  color: #6e65b0;
  background: rgba(0, 0, 0, 0.8);
}
.event_rule__box {
  position: absolute;
  top: 15%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.16rem 0;
  background: #fffded;
  -webkit-transform: translateY(110%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.event_rule__bd {
  height: 95%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.event_rule__para {
  margin: 0 0.16rem 0.05rem;
}
.event_rule__close {
  position: absolute;
  top: 0.07rem;
  right: 0.1rem;
  width: 0.41rem;
  height: 0.41rem;
}
.event_rule__close::before,
.event_rule__close::after {
  content: "";
  position: absolute;
  background: #6e65b0;
  -webkit-transform: rotate(45deg);
}
.event_rule__close::before {
  width: 1px;
  height: 0.29rem;
  top: 0.06rem;
  left: 0.2rem;
}
.event_rule__close::after {
  width: 0.29rem;
  height: 1px;
  top: 0.2rem;
  left: 0.06rem;
}
.event_rule__tit {
  margin: 0 0.14rem 0.04rem;
  font-size: 0.18rem;
  margin-bottom: 0.09rem;
}
.event_rule.up .event_rule__box {
  -webkit-transform: translateY(0);
}

.comment-wrap {
  overflow: auto;
  width: 100%;
  height: 100%;
}

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

.bg_img_box {
  width: 100%;
  height: 100%;
  z-index: 999;
}
.bg_img_box > img {
  width: 100%;
  height: auto;
}
.rotateImages {
  animation-name: myRotate;
  -webkit-animation-name: myRotate;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.xtHZUhG7Gf1Pz1gkX9THdw\=\= {
  position: relative;
  display: block;
}
._4Jsmzh5Wz7jwCLUa-SGG7w\=\= {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  min-width: 0.2rem;
}
.tIOYj2YWVXcpSu88ZGU\+7A\=\= {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

