@charset "utf-8";

@font-face {
    font-family: 'AlbertSansRoman-ExtraBold';
    src: url('https://y.qq.com/mediastyle/mobile/project_v10/font/AlbertSansRoman-ExtraBold.ttf');
}


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,
td {
    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 .12rem/1.5 -apple-system, sans-serif;
}

body,
html {
    overflow-x: hidden;
}

/* 清除浮动 */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/* 禁止用户长按和选中 */
.no_select {
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.wrap {
    position: relative;
    margin: 0 auto;
}

html {
    font-size: 100px;
}

/*普通手机 竖屏*/
@media screen and (orientation:portrait) {
    html {
        font-size: 26.66666667vw;
    }

    /*设计稿750宽度*/
}

/*普通手机 横屏*/
@media screen and (orientation:landscape) {
    html {
        font-size: 26.66666667vh;
    }

    /*设计稿750高度*/
}

/*Pad类型-横屏*/
@media screen and (min-width:1000px) and (orientation:landscape) {
    html {
        font-size: 110px;
    }
}

/*Pad类型-竖屏*/
@media screen and (min-width:768px) and (orientation:portrait) {
    html {
        font-size: 110px;
    }
}

/* 折叠屏手机 屏幕展开的时候横竖屏的rem根字号都一样*/
@media screen and (device-width:677px) and (device-height: 764px),
(device-width: 764px) and (device-height: 677px),
/* 华为 Mate X2 */
(device-width:734px) and (device-height: 827px),
(device-width: 827px) and (device-height: 734px),
/* 华为 Mate XS */
(device-width:902px) and (device-height: 677px),
(device-width: 677px) and (device-height: 902px),
/* 小米 Mix Fold */
(device-width:699px) and (device-height: 652px),
(device-width: 652px) and (device-height: 699px),
/* oppo Find N */
(device-width:674px) and (device-height: 842px),
(device-width: 842px) and (device-height: 674px)
/* 三星 fold */
    {
    html {
        font-size: 110px;
    }
}
.mod_box {
    margin-bottom: 0.15rem;
}

.mod_arr {
    position: relative;
    display: block;
    margin: 0 .02rem 0 .03rem;
    width: .07rem;
    height: .07rem;
    -webkit-transform: rotate(-135deg)
}

.mod_arr::after,
.mod_arr::before {
    content: "";
    position: absolute;
    border-radius: 1px;
    background-color: currentColor
}

.mod_arr::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px
}

.mod_arr::after {
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px
}

.mod_btn {
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 0.12rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod_btn.c_btn1 {
    background-color: #FFE6D0;
    color: #F38200;
}

.mod_btn.c_btn3 {
    background-color: rgba(255, 255, 255, 0.50);
    color: #F38200;


}

.mod_btn.disabled {
    background: rgba(17, 17, 17, 0.05);
    color: rgba(17, 17, 17, 0.2);
}

.large_btn {
    text-align: center;
    font-family: "PingFang SC";
    font-size: 0.18rem;
    font-style: normal;
    font-weight: 600;
}

.mod_btn.c_btn2 {
    color: #fff;
    background: #FE8B07;
}

.mod_btn.c_btn2.disabled {
    opacity: 0.5;
}
/*透顶遮罩层*/
.page_downright .header_mask{
    position:fixed;left:0;right:0;top:0;z-index:1000;background-color:rgba(255,255,255,1);pointer-events:none;opacity:0;
    -webkit-transition:.6s ease-out;
    height:.64rem;
}

.page_downright--hide .header_mask{opacity:1;}

/*需要增加的高度*/
.page_downright .dist{
    padding-top:.64rem;
}

/*大部分android*/
@media screen and (device-width:360px){
    .page_downright .header_mask{height:.7rem;}
    .page_downright .dist{padding-top:.7rem;}
}

/*iPhone刘海屏*/
@media (min-device-width:375px) and (min-device-height:812px)  and (orientation:portrait){
    .page_downright .header_mask{
        height:calc(constant(safe-area-inset-top)/2 + .64rem);
        height:calc(env(safe-area-inset-top)/2 + .64rem);
    }
    .page_downright .dist{
        padding-top:calc(constant(safe-area-inset-top)/2 + .64rem);
        padding-top:calc(env(safe-area-inset-top)/2 + .64rem);
    }
}
.mui_tab,
.mui_tab_wrap {
    height: .42rem
}

.mui_tab_wrap {
    margin-bottom: 0.2rem;
}

.mui_tab {
    position: relative;
    overflow: hidden;
    background-color: #000;
    /* margin-top: 0.1rem; */
}

.mui_tab__bd {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    height: 100%;
    font-size: 0
}

.mui_tab__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.mui_tab__item {
    display: block;
    -webkit-box-flex: 1;
    width: 0;
    height: 100%;
    position: relative;
}

.mui_tab__img {
    position: absolute;
    width: 0.8rem;
    left: 0;
    right: 0.1rem;
    margin: 0 auto;
    top: -0.1rem;
}

.mui_tab__text {
    position: relative;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    height: 100%;
    white-space: nowrap;
    font-size: .14rem
}

.mui_tab__number {
    font-size: .14rem
}

.mui_tab__line {
    display: none
}

.mui_tab.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50
}

.mui_tab.scroll .mui_tab__bd {
    display: block;
    margin-top: -.08rem;
    padding: .08rem 0;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap
}

.mui_tab.scroll .mui_tab__item {
    vertical-align: middle;
    display: inline-block;
    -webkit-box-flex: 0;
    width: 18.2%
}

.mui_tab.average .mui_tab__item {
    width: auto;
    padding: 0 .15rem
}

.mui_tab.swipe .mui_tab__bd {
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

.mui_tab.swipe .mui_tab__item.current .mui_tab__text::after {
    display: none
}

.mui_tab.swipe .mui_tab__line {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: .2rem;
    height: .03rem;
    border-radius: .03rem;
    background: currentColor
}

.mui_tab_swipe {
    position: relative;
    width: 100%;
    overflow: hidden
}

.mui_tab_swipe__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mui_tab_swipe__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none
}

.mui_tab_swipe__cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.mui_tab_swipe__scrollbar {
    display: block;
    position: absolute;
    right: 3px;
    top: 0;
    width: 2px;
    border-radius: 4px;
    height: 0;
    background-color: rgba(0, 0, 0, .35);
    z-index: 10;
    pointer-events: none;
    opacity: 0
}

.mui_tab.adaptive .mui_tab__item {
    min-width: 0;
    width: auto !important;
    padding: 0 .16rem
}
.mod_video {
    overflow: hidden
}

.video__grid {
    position: relative;
    overflow: hidden
}

.video__grid:not(:last-of-type) {
    margin-bottom: .12rem
}

.video__bd {
    position: relative;
    display: -webkit-box;
    -webkit-box-align: stretch
}

.video__media {
    position: relative;
    display: block;
    width: 1.7rem;
    height: .95625rem;
    overflow: hidden;
    border-radius: .08rem
}

.video__media::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .25))
}

.video__media_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video__play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -.2rem 0 0 -.2rem;
    z-index: 2;
    width: .4rem;
    height: .4rem;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    background-color: transparent !important
}

.video__play .icon_svg {
    display: block;
    width: .24rem;
    height: .24rem;
    fill: currentColor
}

.video__play.pause .icon_svg {
    margin-left: 0
}

.video__info {
    position: relative;
    -webkit-box-flex: 1;
    padding-bottom: .02rem;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-pack: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.video__index {
    position: absolute;
    top: .02rem;
    right: 0;
    padding-right: .2rem;
    -webkit-box-sizing: border-box;
    width: 100%;
    font-size: .6rem;
    line-height: 1;
    font-style: italic;
    text-align: right;
    opacity: .2;
    font-weight: 700
}

.video__tit {
    display: block;
    margin-bottom: .02rem;
    padding: 0 .1rem;
    font-size: .18rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: .4rem
}

.video__txt {
    display: block;
    padding: 0 .1rem;
    font-size: .12rem;
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: .4rem
}

.video__ctrl {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-box-align: center;
    padding: 0 .1rem
}

.video__ctrl_bd {
    display: -webkit-box;
    -webkit-box-flex: 1
}

.video__ctrl_item {
    position: relative;
    display: -webkit-box;
    -webkit-box-align: center;
    width: .4rem;
    height: .36rem
}

.video__ctrl_item .icon_svg {
    display: block;
    width: .2rem;
    height: .2rem;
    margin-left: .02rem;
    fill: currentColor
}

.video__ctrl_num {
    position: absolute;
    top: .06rem;
    left: .1rem;
    font-size: .07rem;
    line-height: 1.2;
    border-radius: .03rem
}

.video__btn {
    position: relative;
    display: block;
    width: .48rem;
    height: .2rem;
    line-height: .2rem;
    font-size: .12rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    border-radius: .2rem
}

@charset "utf-8";

.qui_dialog__mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background: rgba(0, 0, 0, .6)
}

.qui_dialog__box {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 2.78rem;
    font: 300 12px/1.5 sans-serif;
    color: #000;
    border-radius: 0.1rem !important;
}

.qui_dialog__box--vote {
    height: 2.31rem !important;
    /* background: linear-gradient(180deg, #FF5DBA -56.82%, #FFF 105.84%) !important; */
    background-image: url(//y.qq.com/n3/ocs/template/music_awards/dialog_vote.78b17560d.png?max_age=2592000) !important;
    background-size: cover  !important;
    background-repeat: no-repeat  !important;
    width: 2.78rem !important;
}

.qui_dialog__media {
    overflow: hidden;
    border-radius: 5px 5px 0 0
}

.qui_dialog--only_pic .qui_dialog__media {
    border-radius: 5px
}

.qui_dialog__img {
    display: block;
    width: 100%
}

.qui_dialog__hd {
    margin-bottom: -19px;
    padding-top: 25px
}

.qui_dialog__tit {
    margin: 0 30px;
    text-align: center;
    font-weight: 400;
    font-size: 20px
}

.qui_dialog__bd {
    -webkit-box-flex: 1;
    overflow: auto;
    margin: 26px 0 18px;
    -webkit-overflow-scrolling: touch
}

.qui_dialog__para {
    margin: 0 30px 8px;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 16px
}

.qui_dialog__para--center {
    text-align: center
}

.qui_dialog__ft {
    position: relative;
    display: -webkit-box
}

.qui_dialog__btn {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    width: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none
}

.qui_dialog__btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 1px;
    background: #E2E3E7
}

.qui_dialog__btn::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 1px;
    background: #E2E3E7
}

.qui_dialog__btn:nth-of-type(1)::before {
    display: none
}

.qui_dialog__btn:nth-of-type(1)::before {
    display: none
}

.qui_dialog__ft--three {
    -webkit-box-orient: vertical
}

.qui_dialog__ft--three .qui_dialog__btn {
    width: 100%;
    -webkit-box-flex: 0
}

.qui_dialog__ft--three .qui_dialog__btn:last-child::before {
    display: none
}

.qui_dialog__btn--primary {
    color: #31c27c
}

.qui_dialog__btn_pill {
    display: block;
    height: 40px !important;
    margin: 0 35px 30px !important;
    line-height: 40px !important;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    border-radius: 40px !important;
    background: #FF56AF !important;
    font-weight: 500;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
}

.qui_dialog__close {
    position: absolute;
    left: 50%;
    bottom: -84px;
    -webkit-transform: translateX(-50%);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none
}

.qui_dialog__close_txt {
    position: relative;
    display: block;
    width: 37px;
    height: 37px;
    margin: 5px;
    line-height: 999px;
    overflow: hidden;
    border: solid 1px #fff;
    border-radius: 33px
}

.qui_dialog__close_txt::after,
.qui_dialog__close_txt::before {
    content: "";
    position: absolute;
    background: #fff;
    -webkit-transform: rotate(45deg)
}

.qui_dialog__close_txt::before {
    width: 1px;
    height: 19px;
    top: 9px;
    left: 18px
}

.qui_dialog__close_txt::after {
    width: 19px;
    height: 1px;
    top: 18px;
    left: 9px
}

.noscroll,
.noscroll body {
    height: 100%;
    overflow: hidden
}

@media only screen and (max-width:320px) {
    .qui_dialog__box {
        width: 256px
    }

    .qui_dialog__hd {
        margin-bottom: -15px;
        padding-top: 20px
    }

    .qui_dialog__tit {
        margin: 0 24px;
        font-size: 18px
    }

    .qui_dialog__bd {
        margin: 20px 0 12px
    }

    .qui_dialog__para {
        margin: 0 24px 4px;
        font-size: 14px
    }

    .qui_dialog__btn {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .qui_dialog__btn_pill {
        height: 36px;
        margin: 0 24px 24px;
        line-height: 36px;
        font-size: 16px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .qui_dialog__btn::after {
        -webkit-transform: scaleY(.5)
    }

    .qui_dialog__btn:last-child::before {
        -webkit-transform: scaleX(.5)
    }
}

.qui_dialog__box--vote .qui_dialog__hd {
    padding-top: 0.35rem  !important;
    margin-bottom: 0 !important;
}

.qui_dialog__box--vote .qui_dialog__tit {
    color: #5F1856  !important;
    text-align: center  !important;
    font-family: FZLanTingHei-EB-GBK !important;
    font-size: 0.19rem !important;
    font-style: normal !important;
    font-weight: bold !important;
    line-height: normal !important;
    letter-spacing: 1px !important;
    margin-bottom: 0.03rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.qui_dialog__box--vote .qui_dialog__desc {
    color: rgba(95, 24, 86, 0.50);
    font-family: "PingFang SC";
    font-size: 0.14rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
}

.qui_dialog__box--vote .qui_dialog__bd {
    margin: 20px 0 20px !important;
    -webkit-box-flex: initial !important;
}

.qui_dialog__vote {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.qui_dialog__vote_ctrl {
    text-align: center;
    position: relative;
    padding: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.qui_dialog__box--vote .qui_dialog__vote_inputlike {
    background: transparent !important;
    border-radius: 0.05rem !important;
    border: 1px solid #5F1856 !important;
    margin: 0 auto !important;
    height: 0.32rem !important;
    width: 2.35rem !important;
    text-align: center !important;
    color: #5F1856 !important;
    font-size: 0.16rem !important;
    font-weight: 500 !important;
    line-height: normal !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box !important;
}

.qui_dialog__vote_btn.minus {
    font-size: 0.16rem !important;
    position: absolute !important;
    line-height: 0.32rem !important;
    left: 0.2rem !important;
    font-weight: bold !important;
    padding: 0 0.1rem !important;
    top: 0;
}

.qui_dialog__vote_btn.add {
    font-size: 0.16rem !important;
    position: absolute !important;
    line-height: 0.32rem !important;
    right: 0.2rem !important;
    font-weight: bold !important;
    padding: 0 0.1rem !important;
    top: 0;
}

.qui_dialog__box--passion {
    background-image: url(//y.qq.com/n3/ocs/template/music_awards/dialog_passion.655a68def.png?max_age=2592000) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 2.31rem !important;
    /* background: linear-gradient(180deg, #FF5DBA -56.82%, #FFF 105.84%) !important; */
}

.qui_dialog__box--passion.tips {
    height: 1.91rem !important;
}

.qui_dialog__media {
    width: 3.07rem;
    height: 1.15rem;
    margin-left: -0.15rem;
    margin-top: -0.55rem;
}

.qui_dialog__box--passion.tips .qui_dialog__media {
    margin-left: 0rem;
    width: 100%;
    height: auto;
}

.qui_dialog__box--passion .qui_dialog__desc {
    color: #5F1856;
    font-size: 0.14rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
}

.qui_dialog__box--passion .qui_dialog__tit {
    color: #5F1856;
    text-align: center;
    font-family: FZLanTingHei-EB-GBK;
    font-size: 0.19rem;
    font-weight: bold;
    letter-spacing: 1px;
}
@charset "utf-8";
/*========================================================================
      @作者：jaydenhuang
      @说明：公共弹窗模块
      @最后编辑：$Author::jaydenhuang        $
                 $Date::2023-09-18 15:09:50#$
========================================================================*/
/* qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM0123456789+-=.,，。'"‘”“ */
/*@font-face{
font-family:'Gotham-Bold';
src:url('../font/GothamBold.ttf?max_age=2592000') format('truetype');
font-display:swap;
}*/

.common_popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* .ios_toptab .common_popup {
    touch-action: pan-x;
} */

.common_popup__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.common_popup__box {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    right: 0rem;
    z-index: 1;
}

/* .ios_toptab .common_popup__box {
    bottom: 2.5rem !important;
} */

.common_popup__cont {
    padding: 0.16rem 0;
    min-height: 1.64rem;
    overflow: hidden;
    color: #000;
    border-radius: 0 0 0.12rem 0.12rem;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.common_popup__close {
    position: absolute;
    top: -.34rem;
    right: 0;
    width: .29rem;
    height: .29rem;
    color: #fff
}
.common_popup__close i {
    line-height: 999em;
    overflow: hidden;
}
.common_popup__close i::before,
.common_popup__close i::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -0.095rem;
    width: 0.19rem;
    height: 1px;
    border-radius: 1px;
    background-color: currentColor;
}
.common_popup__close i::before {
    -webkit-transform: rotate(45deg);
}
.common_popup__close i::after {
    -webkit-transform: rotate(-45deg);
}
.common_popup__top {
    position: relative;
}
.common_popup__top_cont {
    position: relative;
    top: 1px;
    overflow: hidden;
    border-radius: 0.12rem 0.12rem 0 0;
    background-color: #fff;
}
.common_popup__top_over {
    position: absolute;
    bottom: 0;
    left: 0; /*width:2.98rem;*/
    height: 1.69rem;
}
.common_popup__media {
    display: block;
    width: 100%;
}
.common_popup__media_img {
    display: block;
    width: 100%;
}
.common_popup__hd {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.2rem 0.05rem;
}
.common_popup__tit {
    display: flex;
    align-items: center;
    font-size: 0.17rem;
    font-weight: 700;
    line-height: 0.24rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.common_popup__tit_icon {
    display: block; /*margin:0 .04rem;height:.16rem;*/
    margin: -0.02rem 0;
    height: 0.28rem;
}
.common_popup__bd {
    margin: 0 0.28rem 0.08rem;
}
.common_popup__txt {
    display: block;
    min-height: 0.18rem;
    font-size: 0.13rem;
    line-height: 0.18rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'Gotham-Bold';
}
.common_popup__txt_appicon {
    display: inline-block;
    margin-right: 0.06rem;
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 0.04rem;
    object-fit: cover;
    vertical-align: -0.04rem;
}
.common_popup__txt--highlight {
    color: #e1ae6b;
}
.common_popup__ft {
    overflow: hidden;
}
.common_popup__ctrl {
    display: flex;
    align-items: center;
    justify-content: center;
}
.common_popup__ctrl_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.08rem;
    max-width: 1.73rem;
    flex-grow: 1;
    height: 0.48rem;
    line-height: 0.48rem;
    border-radius: 0.48rem;
    font-size: 0.13rem;
    color: #000;
    background-color: #00f168;
    font-family: 'Gotham-Bold';
}
.common_popup__protocol {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.1rem;
    text-align: center;
    opacity: 0.5;
}
.common_popup__feed {
    display: flex;
    align-items: center;
    margin: 0.2rem 0 -0.16rem;
    padding: 0.1rem;
    background-color: #f7f7f7;
}
.common_popup__feed_media {
    display: block;
    margin-right: 0.1rem;
    width: 1.24rem;
    height: 0.7rem;
    overflow: hidden;
    border-radius: 0.04rem;
}
.common_popup__feed_media_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.04rem;
}
.common_popup__feed_bd {
    flex-grow: 1;
    width: 0;
}
.common_popup__feed_tit {
    display: block;
    font-size: 0.13rem;
    line-height: 0.18rem;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.common_popup__feed_txt {
    font-size: 0.11rem;
    line-height: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0.6;
}
/*显示动画，弹窗上浮+蒙层出现*/
.common_popup,
.common_popup__mask {
    opacity: 0;
}
.common_popup__box {
    -webkit-transform: translateY(1.75rem);
}
.common_popup.show {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: opacity 400ms linear;
}
.common_popup.show .common_popup__mask {
    opacity: 1;
    -webkit-transition: opacity 400ms linear;
}
.common_popup.show .common_popup__box {
    -webkit-transform: translateY(0);
    -webkit-transition: transform 400ms cubic-bezier(0.5, 0, 0.5, 1);
}

.common_popup_bd.good_popup_bd, .common_popup_bd.task_popup_bd {
    background-image: url(//y.qq.com/n3/ocs/template/music_awards/list_bg.39bd305b7.png?max_age=2592000);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #000;
    border-radius: 0.1rem 0.1rem 0 0;
    max-height: 60vh;
    overflow: auto;
}

.common_popup_bd.vip_popup_bd {
    background-image: url(//y.qq.com/n3/ocs/template/music_awards/vip_bg.bc068065e.png?max_age=2592000);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #000;
    border-radius: 0.1rem 0.1rem 0 0;
    max-height: 60vh;
    overflow: auto;
    padding: 0.26rem 0.17rem;
}

.task_popup_bd {
    padding: 0.25rem 0.18rem;
}

.task_popup_title {
    font-size: 0.16rem;
    font-weight: 500;
    margin-bottom: 0.07rem;
}

.task_popup_desc {
    font-size: 0.13rem;
    font-weight: 500;
    margin-bottom: 0.13rem;
}

.task_mod {
    margin-bottom: 0.18rem;
}

.task_mod_title {
    height: 0.235rem;
    margin-bottom: 0.08rem;
}

.task_mod_title img {
    height: 100%;
}

.task_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.07rem;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.31);
    margin-bottom: 0.05rem;
}

.task_item a {
    flex-shrink: 0;
}

.task_content {
    flex-grow: 1;
}

.task_content_title {
    font-size: 0.12rem;
}

.task_content_sub {
    font-size: 0.11rem;
}

.task_content_desc {
    font-size: 0.1rem;
}

.good_popup_bd {
    padding: 0.14rem 0.18rem;
}

.good_popup_title {
    width: 1.75rem;
    height: 0.31rem;
    flex-shrink: 0;
}

.good_popup_desc {
    font-size: 0.12rem;
    margin-bottom: 0.2rem;
}

.goods_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.08rem;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.31);
    margin-bottom: 0.05rem;
}

.goods_item a {
    flex-shrink: 0;
}

.goods_content {
    flex-grow: 1;
}

.goods_content_title, .goods_value p {
    font-size: 0.11rem;
}

.goods_value {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-direction: column;
    margin-right: 0.17rem;
}

.goods_content_desc {
    font-size: 0.1rem;
    display: block;
}

.goods_value span {
    font-size: 0.07rem;
}

.common_popup_bd.good_popup_bd {
    background-image: url(//y.qq.com/n3/ocs/template/music_awards/good_bg.c734835a5.png?max_age=2592000);
}

.qui_dialog__box--share {
    width: 36vh !important;
    height: 64.8vh !important;
    background: linear-gradient(180deg, #FF5DBA -56.82%, #FFF 105.84%) !important;
}

.qui_dialog__box--share .qui_dialog__share--pic {
    width: 36vh !important;
    height: 64.8vh !important;
}

.qui_dialog__box--share .qui_dialog__btn_pill {
    background-color: #fff  !important;
    color: #000 !important;
    display: block !important;
    height: 4.7vh !important;
    line-height: 4.7vh !important;
    text-align: center !important;
    text-decoration: none !important;
    font-size: 16px !important;
    border-radius: 4.7vh !important;
    font-weight: 500 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-user-select: none !important;
    margin: auto 2vh !important;
    margin-top: -8vh !important;
    position: relative !important;
}
@charset "utf-8";
html,
body {
  background-color: #000;
}
.c_txt1 {
  color: #fff;
}
.c_txt2 {
  color: rgba(255, 255, 255, 0.5);
}
.c_txt3 {
  color: #FF56AF;
}
.c_txt4 {
  color: rgba(255, 255, 255, 0.3);
}
.c_btn1 {
  background: #FF57AF;
  text-align: center;
  font-size: 0.14rem;
  color: #fff;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_btn1.disabled {
  background: #504B51;
}
.primary_btn {
  width: 0.62rem;
  height: 0.23rem;
  font-size: 0.12rem;
  border-radius: 0.125rem;
}
.header_bg {
  width: 100%;
}
.top_operation_bar {
  position: absolute;
}
.page_downright .count {
  margin-top: -1rem;
}
.page_downright.toptab .count {
  margin-top: -0.5rem;
}
.count {
  margin-bottom: 1rem;
}
.award_header {
  position: relative;
}
.header_rule_button {
  position: absolute;
  right: 0;
  width: 0.22rem;
  top: 1.1rem;
}
.header_award_button {
  position: absolute;
  right: 0;
  width: 0.22rem;
  top: 1.85rem;
}
.award_header_pv {
  text-align: center;
  font-size: 0.11rem;
  margin-bottom: 0.08rem;
}
.award_header_tips {
  text-align: center;
  font-size: 0.14rem;
}
.award_header_tips:last-of-type {
  margin-bottom: 0.08rem;
}
.count .award_header_bd {
  margin-top: -1.2rem;
}
.count .js_billboard .billboard {
  height: 1.04rem;
  margin: 0rem 0.16rem 0;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-top: -0.1rem;
  margin-bottom: 0.3rem;
}
.count .js_billboard .billboard .qui_slider_pos {
  display: none;
}
.count .award_header_banners {
  margin-bottom: 0.1rem;
}
.count .award_header_banners .billboard {
  height: 1.04rem;
  margin: 0rem 0.16rem 0;
  border-radius: 0.1rem;
  overflow: hidden;
}
.count .normal_title_mod {
  text-align: center;
  margin-bottom: 0.18rem;
}
.count .normal_title_pic {
  width: 3.43rem;
}
.count .mod_para {
  font-size: 0.11rem;
  margin: 0 0.16rem;
}
.count .mod_box {
  margin-bottom: 0.3rem;
}
.count .mod_video {
  margin: auto 0.18rem;
  position: relative;
}
.count .video__bd {
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.15rem;
}
.count .event_intro {
  text-align: left;
  display: -webkit-box;
}
.count .event_intro.collpase {
  padding-right: 0.3rem;
  -webkit-line-clamp: 2;
  /* 限制为两行 */
  -webkit-box-orient: vertical;
  /* 垂直方向 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  white-space: normal;
  /* 正常处理空白 */
}
.count .mod_expand {
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration-line: underline;
  font-size: 0.12rem;
}
.count .mod_artist_box {
  margin-left: 0.16rem;
  border-radius: 0.1rem;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(102deg, #5F1856 -16.43%, #010508 30.05%, #000 69.27%, rgba(95, 24, 86, 0.18) 98.6%);
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  padding-bottom: 0.14rem;
  margin-bottom: 0.15rem;
}
.count .mod_artist_box:last-of-type {
  margin-bottom: 0.3rem;
}
.count .mod_artist__title {
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  font-family: FZLanTingHei-EB-GBK;
  line-height: 1;
  font-size: 0.12rem;
}
.count .mod_artist_list {
  padding: 0 0.1rem;
}
.count .mod_artist__inner {
  overflow-x: auto;
  position: relative;
  margin-bottom: -20px;
}
.count .artist_list__box {
  width: 0.6rem;
  display: inline-block;
  margin-bottom: 20px;
}
.count .artist_list__media {
  position: relative;
}
.count .artist_list__media::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.count .artist_list__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.count .artist_list__desc,
.count .artist_list__tit {
  margin-top: 0.05rem;
  display: block;
  text-align: center;
  line-height: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.12rem;
}
.count .svip_banners .billboard {
  border-radius: 0.1rem;
  overflow: hidden;
  margin: 0rem 0.16rem 0.18rem;
  height: 1.93rem;
}
.count .svip_title {
  margin: 0 0.16rem;
  width: 3.43rem;
  margin-bottom: 0.18rem;
}
.count .mod_svip_box {
  margin-bottom: 0.2rem;
}
.count .reserve_svip_box {
  margin: 0 0.16rem;
  border-radius: 0.1rem;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(102deg, #5F1856 -16.43%, #010508 30.05%, #000 69.27%, rgba(95, 24, 86, 0.18) 98.6%);
  padding: 0.2rem;
  display: flex;
}
.count .reserve_svip_media {
  width: 0.8rem;
  height: 1.1rem;
  flex-shrink: 0;
  margin-right: 0.15rem;
}
.count .reserve_svip_bd {
  padding: 0.05rem 0;
}
.count .reserve_svip_bd .reserve_svip_title {
  font-size: 0.14rem;
  font-weight: 600;
  margin-bottom: 0.05rem;
}
.count .reserve_svip_bd .reserve_svip_date:last-of-type {
  margin-bottom: 0.11rem;
}
.count .reserve_svip_bd .reserve_svip_button {
  height: 0.3rem;
  border-radius: 0.15rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.12rem;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1;
  background: #FF57AF;
}
.count .mod_sku_box {
  background: url(//y.qq.com/n3/ocs/template/music_awards/svip_bg.8522732fd.png?max_age=2592000) no-repeat right top / 1.33rem 1.15rem, linear-gradient(102deg, #5F1856 -16.43%, #010508 30.05%, #000 69.27%, rgba(95, 24, 86, 0.18) 98.6%);
  margin-left: 0.16rem;
  margin-right: 0.16rem;
  border-radius: 0.1rem;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
.count .mod_sku_box:not(:last-of-type) {
  margin-bottom: 0.2rem;
}
.count .mod_sku_header {
  margin-top: 0.14rem;
  margin-bottom: 0.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.count .mod_sku_header__title {
  font-size: 0.16rem;
  font-weight: 600;
}
.count .mod_sku_header__logo {
  width: 0.22rem;
  height: 0.15rem;
}
.count .mod_sku_bd {
  margin-bottom: 0.05rem;
}
.count .mod_sku_desc {
  font-size: 0.12rem;
  font-weight: 600;
  text-align: center;
  line-height: 0.23rem;
}
.count .mod_sku_footer {
  padding-bottom: 0.1rem;
  font-size: 0.09rem;
}
.count .mod_sku_button {
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 0 0.33rem;
  height: 0.35rem;
  line-height: 0.35rem;
  border-radius: 0.18rem;
  background: #FF57AF;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0.05rem;
}
.count .user_mod {
  margin: 0 0.16rem;
  margin-top: -0.1rem;
  border-radius: 0.1rem;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(102deg, #5F1856 -16.43%, #010508 30.05%, #000 69.27%, rgba(95, 24, 86, 0.18) 98.6%);
  padding: 0.22rem 0.3rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.15rem;
  padding-top: 0.28rem;
}
.count .user_mod_avatar {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  overflow: hidden;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  margin-right: 0.16rem;
  flex-shrink: 0;
}
.count .user_mod_avatar img {
  width: 100%;
  height: 100%;
}
.count .user_mod_desc {
  font-size: 0.11rem;
}
.count .user_mod_detail .user_mod_nick {
  font-size: 0.14rem;
  margin-bottom: 0.02rem;
  display: flex;
  align-items: center;
}
.count .user_mod_detail .user_mod_nick .user_mod_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 1.6rem;
}
.count .user_mod_detail .user_mod_nick .user_mod_tag {
  width: 0.5rem;
  margin-left: 0.05rem;
}
.count .user_mod_detail span {
  font-size: 0.12rem;
}
.count .user_mod_more {
  position: absolute;
  right: 0.15rem;
  top: 0.12rem;
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.count .user_process {
  margin: 0 0.16rem;
  margin-bottom: 0.18rem;
}
.count .user_process img {
  width: 100%;
}
.count .user_act {
  position: relative;
  margin: 0 0.16rem;
}
.count .awards_mod {
  margin-bottom: 0.2rem;
}
.count .awards_mod_title {
  margin: 0 0.16rem;
  margin-bottom: 0.15rem;
}
.count .awards_mod_title img {
  width: 100%;
}
.count .awards_bd {
  margin: 0 0.16rem;
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.count .awards_bd .awards_aritist_item {
  font-size: 0.12rem;
  flex-grow: 1;
}
.count .awards_bd .awards_aritist_item:not(:last-of-type) {
  margin-right: 0.15rem;
}
.count .awards_bd .awards_aritist_cotent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 1.46rem;
  position: relative;
  margin-bottom: 0.1rem;
}
.count .awards_bd .awards_aritist_cotent span {
  font-size: 0.09rem;
}
.count .awards_bd .awards_aritist_cotent .awards_aritist_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.count .awards_bd .awards_aritist_cotent .awards_aritist_decorate {
  position: absolute;
  width: 0.8rem;
  height: 0.4rem;
  top: 0.45rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.count .awards_bd .awards_aritist_avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 0.7rem;
  height: 0.7rem;
  margin-bottom: 0.05rem;
  z-index: 1;
}
.count .awards_bd .awards_aritist_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.count .awards_bd .awards_aritist_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
}
.count .awards_aritist_btn {
  width: 100%;
  height: 0.3rem;
  border-radius: 0.15rem;
}
.count .awards_footer {
  text-align: center;
  font-size: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.count .awards_footer .awards_footer_btn {
  display: flex;
  text-decoration: underline;
  align-items: center;
  justify-content: center;
}
.count .awards_footer .awards_footer_btn:not(:last-of-type) {
  margin-right: 0.15rem;
}
.count .award_footer {
  position: fixed;
  bottom: 0;
  z-index: 99;
  left: 0;
  border-radius: 0.1rem 0.1rem 0 0;
  border: 0.5px solid #FFF;
  background: linear-gradient(102deg, #5F1856 -16.43%, #010508 30.05%, #000 69.27%, #5F1856 98.6%);
  height: 0.8rem;
  display: flex;
  align-items: center;
  padding: 0 0.05rem;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.count .award_footer a {
  font-size: 0.1rem;
  border-radius: 0.3rem;
  margin: 0;
  height: 0.3rem;
  flex-shrink: 0;
}
.count .award_footer .award_footer_passion {
  background: #7383CF;
  width: 0.8rem;
}
.count .award_footer .award_footer_task {
  background: #FF57AF;
  margin: 0 0.1rem;
  flex: 1;
}
.count .award_footer .award_footer_reward {
  background: #7383CF;
  width: 0.8rem;
}
.mod_artist_list .swiper-wrapper {
  transition-timing-function: linear;
}
.awards {
  padding-top: 0.3rem;
  box-sizing: border-box;
}
.awards .search_input {
  margin: 0 0.16rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  line-height: 0.4rem;
  border: 0.5px solid #747379;
  padding: 0 0.2rem;
  color: #B8B8B9;
  font-size: 0.13rem;
  z-index: 1;
  position: relative;
}
.awards .list {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-image: url(//y.qq.com/n3/ocs/template/music_awards/award_bg.17f7d1f91.png?max_age=2592000);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.awards .list .list_box {
  margin: 0 0.16rem;
  margin-top: 1.32rem;
  height: calc(100% - 1.32rem);
  position: relative;
  padding-left: 0.15rem;
  padding-top: 0.17rem;
  padding-bottom: 0.2rem;
  padding-right: 0.24rem;
  background-image: url(//y.qq.com/n3/ocs/template/music_awards/list_bg.39bd305b7.png?max_age=2592000);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  overflow: auto;
}
.awards .list .list_box .list_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.awards .list .list_box::-webkit-scrollbar {
  display: none;
}
.empty_txt {
  color: #fff;
  text-align: center;
  padding: 0.25rem;
  font-size: 0.12rem;
}
.search_input_close {
  position: absolute;
  right: 0.25rem;
  width: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
.award_list {
  position: relative;
}
.award_list .award_list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.1rem;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.31);
  margin-bottom: 0.15rem;
}
.award_list .award_item_meida {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  overflow: hidden;
  margin-right: 0.17rem;
  flex-shrink: 0;
}
.award_list .award_item_meida img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.award_list .award_item_bd {
  flex-grow: 1;
}
.award_list .award_item_bd p {
  font-size: 0.13rem;
  margin-bottom: 0.04rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 1.5rem;
}
.award_list .award_item_bd .award_item_desc {
  color: #C3C2C4;
  font-size: 0.11rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 1.5rem;
}
.award_list .award_item_action {
  flex-shrink: 0;
}
.award_list .award_item_action .award_item_index {
  color: #FFF;
  font-family: FZLanTingHei-H-GBK;
  font-size: 0.18rem;
  font-weight: bolder;
  text-align: center;
  letter-spacing: 1px;
}
.award_list.song_awards_list .award_item_action .award_item_index {
  font-size: 0.24rem;
  font-weight: 400;
}
.award_list.song_awards_list .award_item_meida {
  width: 0.67rem;
  height: 0.55rem;
  overflow: hidden;
  margin-right: 0.11rem;
  border-radius: 0;
  position: relative;
  flex-shrink: 0;
}
.award_list.song_awards_list .award_item_meida img {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 0.1rem;
  object-fit: cover;
  z-index: 1;
  position: relative;
}
.award_list.song_awards_list .award_item_meida .singer_bg {
  position: absolute;
  left: 0.17rem;
  width: 0.47rem;
  height: 0.47rem;
  top: 0.04rem;
}
.award_list.song_awards_list .award_item_bd p {
  margin-bottom: 0;
}
.award_list.song_awards_list .award_item_name {
  font-size: 0.12rem;
}
.playlist__opt_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  z-index: 2;
  right: 0.15rem;
  bottom: 0.02rem;
  background: transparent;
}
.playlist__opt_icon {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  fill: #fff;
}
.song_awards_mod {
  margin-bottom: 0.2rem;
}
.song_awards_bd {
  margin: 0 0.16rem;
  border: 0.5px solid #808181;
  padding: 0 0.18rem;
  padding-top: 0.26rem;
  margin-bottom: 0.1rem;
  background-image: url(//y.qq.com/n3/ocs/template/music_awards/list_bg.39bd305b7.png?max_age=2592000);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0.1rem;
}
.song_awards_bd .award_list .award_list_item:last-of-type {
  margin-bottom: 0.1rem;
  border-bottom: none;
}
.award_item_action .primary_btn img {
  width: 0.13rem;
  margin-right: 0.03rem;
}
.award_header_bussness__box {
  text-align: center;
}
.award_header_bussness {
  width: 3rem;
}
.toptab .rule_content {
  max-height: 30vh;
  overflow: auto;
}
.vip_popup_header {
  padding: 0 0.08rem;
  display: flex;
  align-items: center;
}
.vip_popup_header .vip_popup_header--avatar {
  overflow: hidden;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-right: 0.11rem;
}
.vip_popup_header .vip_popup_header--avatar img {
  width: 100%;
  height: 100%;
}
.vip_popup_header--content p {
  line-height: 0.28rem;
  font-size: 0.15rem;
  font-weight: 500;
  max-width: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vip_popup_header--content span {
  line-height: 0.24rem;
  font-size: 0.14rem;
}
.vip_popup_main {
  display: flex;
  justify-content: space-between;
  margin-top: 0.26rem;
  margin-bottom: 0.38rem;
}
.vip_popup_main .vip_popup_item {
  width: 1.63rem;
  height: 1.2rem;
  overflow: hidden;
}
.vip_popup_main .vip_popup_item img {
  width: 1.7rem;
}
.vip_popup_footer {
  padding: 0 0.36rem;
}
.vip_popup_footer a {
  height: 0.43rem;
  border-radius: 0.22rem;
  color: #FFF;
  font-size: 0.16rem;
  font-weight: 600;
}
.vip_popup_footer .vip_popup_footer--desc {
  text-align: center;
  opacity: 0.3;
  font-size: 0.1rem;
  margin-top: 0.18rem;
  margin-bottom: 0.08rem;
}
.danmu_mod {
  margin: auto 0.18rem;
  position: relative;
  margin-bottom: 0.2rem;
}
.danmu_mod .danmu_mod_desc {
  position: relative;
  margin-bottom: 0.2rem;
}
.danmu_mod .danmaku_box {
  position: relative;
  width: 3.43rem;
  height: 2.33rem;
  box-sizing: border-box;
  padding-top: 0.15rem;
  padding-bottom: 0.25rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  overflow: hidden;
}
.danmu_mod .danmaku_box__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.danmu_mod .danmaku_box__bd {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.danmu_mod .danmaku_box__bd .barrage__item {
  height: 0.23rem;
  max-width: 2rem;
  min-width: 0.15rem;
  padding-left: 0.05rem;
  padding-right: 0.05rem;
  background-image: url(https://y.qq.com/music/common/upload/t_cm3_photo_publish/6962421.png?max_age=256000);
}
.danmu_mod .danmaku_box__bd .barrage__item .barrage__img {
  width: 0.18rem;
  height: 0.18rem;
  margin: 0;
  margin-right: 0.04rem;
}
.danmu_mod .danmaku_box__bd .barrage__item .barrage__txt {
  white-space: nowrap;
  max-width: 1.7rem;
  overflow: hidden;
  display: block;
}
.danmu_mod .danmaku_buttons {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.danmu_mod .danmaku_action_button {
  width: 1.67rem;
  height: 0.35rem;
  border-radius: 0.18rem;
}
.danmu_mod .danmaku_my_comment {
  color: #FFF;
  font-size: 0.1rem;
  line-height: 0.2rem;
  text-decoration: underline;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.js_billboard {
  @charset "utf-8";
}
.js_billboard .billboard {
  height: 0.99rem;
  margin: 0.55rem 0.2rem 0;
  border-radius: 0.08rem;
}
.js_billboard .billboard__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@charset "utf-8";
.qui_slider{position:relative;overflow:hidden}

.qui_slider__bd{position:relative;overflow:hidden}

.qui_slider__item{position:relative;float:left;width:100%}

.qui_slider__item::after{content:"";display:block;padding-top:40%}

.qui_slider__img{position:absolute;top:0;left:0;z-index:2;width:100%;object-fit:cover;pointer-events:none}

.qui_slider_pos{position:absolute;left:0;bottom:4%;z-index:5;display:-webkit-box;-webkit-box-pack:center;width:100%}

.qui_slider_pos__item{display:block;width:7px;height:7px;margin:0 4px;border-radius:100%;background:rgba(255,255,255,.15)}

.qui_slider_pos__item.current{background:#fff}

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

/*# sourceMappingURL=index.ff4a8ca06.css.map*/