:root{--adm-radius-s:0.04rem;--adm-radius-m:0.08rem;--adm-radius-l:0.12rem;--adm-font-size-1:0.09rem;--adm-font-size-2:0.1rem;--adm-font-size-3:0.11rem;--adm-font-size-4:0.12rem;--adm-font-size-5:0.13rem;--adm-font-size-6:0.14rem;--adm-font-size-7:0.15rem;--adm-font-size-8:0.16rem;--adm-font-size-9:0.17rem;--adm-font-size-10:0.18rem;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:grey;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * .02rem);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}.adm-picker{--header-button-font-size:var(--adm-font-size-7);--title-font-size:var(--adm-font-size-7);--item-font-size:var(--adm-font-size-8);--item-height:0.34rem;width:100%;height:3rem;overflow:hidden;position:relative;display:flex;flex-direction:column;---item-font-size:var(--item-font-size);---item-height:var(--item-height)}.adm-picker .adm-picker-view.adm-picker-view{--item-font-size:var(---item-font-size);--item-height:var(---item-height)}.adm-picker-header{flex-shrink:0;border-bottom:1px solid var(--adm-color-border);display:flex;justify-content:space-between;align-items:center;padding:.04rem}.adm-picker-header-button{font-size:var(--header-button-font-size);display:inline-block;padding:.08rem}.adm-picker-header-button-disabled,.adm-picker-header-button-disabled:active{opacity:.4;cursor:not-allowed}.adm-picker-header-title{padding:.04rem;font-size:var(--title-font-size);color:var(--adm-color-text);text-align:center;flex:1}.adm-picker-body{flex:1;width:100%;height:100%}.adm-picker-body>.adm-picker-view{--height:100%}.adm-picker-popup .adm-popup-body{border-top-left-radius:.08rem;border-top-right-radius:.08rem}.adm-picker-view{--height:2.4rem;--item-height:0.34rem;--item-font-size:var(--adm-font-size-8);height:var(--height);width:100%;display:flex;position:relative;overflow:hidden;background:var(--adm-color-background)}.adm-picker-view-column{height:100%;flex:1;-webkit-user-select:none;user-select:none;touch-action:none;position:relative;z-index:0}.adm-picker-view-column-wheel{width:100%;cursor:-webkit-grab;cursor:grab;position:absolute;top:calc(50% - var(--item-height) / 2);left:0}.adm-picker-view-column-wheel:before{content:" ";display:block;position:absolute;width:100%;height:100vh;top:-100vh}.adm-picker-view-column-wheel:after{content:" ";display:block;position:absolute;width:100%;height:100vh;bottom:-100vh}.adm-picker-view-column-item{font-size:var(--item-font-size);padding:0 .06rem;height:var(--item-height);display:flex;justify-content:center;align-items:center}.adm-picker-view-column-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-picker-view-column-accessible{width:100%;height:100%;pointer-events:none;opacity:0;display:flex;flex-direction:column;position:relative;top:calc(var(--item-height) * -1);z-index:0;padding-bottom:1px}.adm-picker-view-column-accessible>*{flex:1;text-overflow:ellipsis}.adm-picker-view-column-accessible-current{position:absolute;width:100%;height:100%}.adm-picker-view-column-accessible-button,.adm-picker-view-mask{width:100%;height:100%}.adm-picker-view-mask{position:absolute;z-index:10000;left:0;top:0;display:flex;flex-direction:column;pointer-events:none}.adm-picker-view-mask-bottom,.adm-picker-view-mask-top{flex:auto}.adm-picker-view-mask-middle{height:var(--item-height);box-sizing:border-box;flex:none;border-top:1px solid var(--adm-color-border);border-bottom:1px solid var(--adm-color-border)}.adm-picker-view-mask-top{background:var(--adm-color-background);-webkit-mask:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000);mask:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000)}.adm-picker-view-mask-bottom{background:var(--adm-color-background);-webkit-mask:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000);mask:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000)}.adm-picker-view-loading-content{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.adm-picker-view-item-height-measure{position:relative;left:0;top:0;height:var(--item-height);width:0;pointer-events:none}.adm-popup{--z-index:var(--adm-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:.08rem;top:.08rem}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:.08rem;bottom:.08rem}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:.08rem;top:.08rem}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:.08rem;top:.08rem}.adm-popup-close-icon{cursor:pointer;padding:.04rem;font-size:.18rem;line-height:1;color:var(--adm-color-weak)}.adm-safe-area{--multiple:var(--adm-safe-area-multiple,1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-infinite-scroll{color:var(--adm-color-weak);padding:.18rem;display:flex;justify-content:center;align-items:center;font-size:var(--adm-font-size-main)}.adm-infinite-scroll-failed-text{display:inline-block;margin-right:.08rem}.adm-tabs{--title-font-size:var(--adm-font-size-9);--content-padding:0.12rem;--active-line-height:0.02rem;--active-line-border-radius:var(--active-line-height);--active-line-color:var(--adm-color-primary);--active-title-color:var(--adm-color-primary);position:relative;min-width:0}.adm-tabs-header{position:relative;border-bottom:1px solid var(--adm-color-border)}.adm-tabs-tab-list{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;position:relative;overflow-x:scroll;scrollbar-width:none}.adm-tabs-tab-list::-webkit-scrollbar{display:none}.adm-tabs-tab-wrapper{padding:0 .12rem}.adm-tabs-tab-wrapper-stretch{flex:auto}.adm-tabs-tab{white-space:nowrap;padding:.08rem 0 .1rem;width:-webkit-min-content;width:min-content;margin:0 auto;font-size:var(--title-font-size);position:relative;cursor:pointer}.adm-tabs-tab-active{color:var(--active-title-color)}.adm-tabs-tab-disabled{opacity:.5;cursor:not-allowed}.adm-tabs-tab-line{position:absolute;bottom:0;height:var(--active-line-height);background:var(--active-line-color);border-radius:var(--active-line-border-radius)}.adm-tabs-content{padding:var(--content-padding)}.adm-tabs-header-mask{position:absolute;top:0;bottom:0;z-index:1;width:.3rem;height:100%;pointer-events:none}.adm-tabs-header-mask-left{left:0;background:linear-gradient(to right,var(--adm-color-background),hsla(0,0%,100%,0))}.adm-tabs-header-mask-right{right:0;background:linear-gradient(to left,var(--adm-color-background),hsla(0,0%,100%,0))}.InfiniteScrollContent_tip__JECcN{margin-top:.16rem;color:#909399;text-align:center;font-family:PingFang SC;font-size:.24rem;font-style:normal;font-weight:400;line-height:.36rem}.InfiniteScrollContent_endTip__iDxin{display:flex;align-items:center}.InfiniteScrollContent_endTip__iDxin:before{content:"";display:inline-block;width:2.24rem;height:1px;margin-right:.14rem;background-color:#f1f1f1}.InfiniteScrollContent_endTip__iDxin:after{content:"";display:inline-block;width:2.24rem;height:1px;margin-left:.14rem;background-color:#f1f1f1}.GradientBg_wrapper__kkoNB{position:absolute;z-index:0;width:100%;max-width:10rem}.GradientBg_block__wdfDD{width:100%;height:7.5rem;position:relative}.GradientBg_logo__LiFZS{position:absolute;top:0;left:0;z-index:3;width:100%;height:7.5rem}.GradientBg_mask__6UorC{position:absolute;bottom:0;left:0;z-index:9;width:100%;height:5rem}@property --tencent-chart-color-1{syntax:"<color>";inherits:false;initial-value:#cce5ff}@property --tencent-chart-color-2{syntax:"<color>";inherits:false;initial-value:#ebd6ff}@property --tencent-chart-color-3{syntax:"<color>";inherits:false;initial-value:#feecf8}@supports not (--a:0){.GradientBg_tencent-chart__p35Pg{background:radial-gradient(circle at top left,#cce5ff,#ebd6ff,#feecf8)}}@supports(--a:0){.GradientBg_tencent-chart__p35Pg{background:radial-gradient(circle at top left,var(--tencent-chart-color-1),var(--tencent-chart-color-2),var(--tencent-chart-color-3));animation:GradientBg_tencent-chart-change__3olC2 6s linear infinite}}.GradientBg_tencent-chart__p35Pg .GradientBg_mask__6UorC{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}@keyframes GradientBg_tencent-chart-change__3olC2{25%{--tencent-chart-color-1:#ebd6ff;--tencent-chart-color-2:#feecf8;--tencent-chart-color-3:#ebd6ff}50%{--tencent-chart-color-1:#feecf8;--tencent-chart-color-2:#ebd6ff;--tencent-chart-color-3:#cce5ff}75%{--tencent-chart-color-1:#ebd6ff;--tencent-chart-color-2:#cce5ff;--tencent-chart-color-3:#ebd6ff}}@property --uni-chart-color-1{syntax:"<color>";inherits:false;initial-value:#fff0eb}@property --uni-chart-color-2{syntax:"<color>";inherits:false;initial-value:#ffd6f1}@property --uni-chart-color-3{syntax:"<color>";inherits:false;initial-value:#fddde8}@supports not (--a:0){.GradientBg_uni-chart__Re3iT{background:radial-gradient(circle at top left,#fff0eb,#ffd6f1,#fddde8)}}@supports(--a:0){.GradientBg_uni-chart__Re3iT{background:radial-gradient(circle at top left,var(--uni-chart-color-1),var(--uni-chart-color-2),var(--uni-chart-color-3));animation:GradientBg_uni-chart-change__jea_C 6s linear infinite}}.GradientBg_uni-chart__Re3iT .GradientBg_mask__6UorC{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}@keyframes GradientBg_uni-chart-change__jea_C{25%{--uni-chart-color-1:#ffd6f1;--uni-chart-color-2:#fddde8;--uni-chart-color-3:#ffd6f1}50%{--uni-chart-color-1:#fddde8;--uni-chart-color-2:#ffd6f1;--uni-chart-color-3:#fff0eb}75%{--uni-chart-color-1:#ffd6f1;--uni-chart-color-2:#fff0eb;--uni-chart-color-3:#ffd6f1}}@property --wave-chart-color-1{syntax:"<color>";inherits:false;initial-value:#544312}@property --wave-chart-color-2{syntax:"<color>";inherits:false;initial-value:#32291b}@property --wave-chart-color-3{syntax:"<color>";inherits:false;initial-value:#261e0d}@supports not (--a:0){.GradientBg_wave-chart__PJDnl{background:radial-gradient(circle at top left,#544312,#32291b,#261e0d)}}@supports(--a:0){.GradientBg_wave-chart__PJDnl{background:radial-gradient(circle at top left,var(--wave-chart-color-1),var(--wave-chart-color-2),var(--wave-chart-color-3));animation:GradientBg_wave-chart-change__UfN2N 6s linear infinite}}.GradientBg_wave-chart__PJDnl .GradientBg_logo__LiFZS{mix-blend-mode:overlay}.GradientBg_wave-chart__PJDnl .GradientBg_mask__6UorC{background:linear-gradient(180deg,rgba(25,25,25,0),#191919)}@keyframes GradientBg_wave-chart-change__UfN2N{25%{--wave-chart-color-1:#32291b;--wave-chart-color-2:#261e0d;--wave-chart-color-3:#32291b}50%{--wave-chart-color-1:#261e0d;--wave-chart-color-2:#32291b;--wave-chart-color-3:#544312}75%{--wave-chart-color-1:#32291b;--wave-chart-color-2:#544312;--wave-chart-color-3:#32291b}}@property --physical-album-color-1{syntax:"<color>";inherits:false;initial-value:#fff6f0}@property --physical-album-color-2{syntax:"<color>";inherits:false;initial-value:#ffe5e0}@property --physical-album-color-3{syntax:"<color>";inherits:false;initial-value:#fcc5c5}@supports not (--a:0){.GradientBg_physical-album__N_9Ml{background:radial-gradient(circle at top left,#fff6f0,#ffe5e0,#fcc5c5)}}@supports(--a:0){.GradientBg_physical-album__N_9Ml{background:radial-gradient(circle at top left,var(--physical-album-color-1),var(--physical-album-color-2),var(--physical-album-color-3));animation:GradientBg_physical-album-change__RYN6u 6s linear infinite}}.GradientBg_physical-album__N_9Ml .GradientBg_mask__6UorC{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}@keyframes GradientBg_physical-album-change__RYN6u{25%{--physical-album-color-1:#ffe5e0;--physical-album-color-2:#fcc5c5;--physical-album-color-3:#ffe5e0}50%{--physical-album-color-1:#fcc5c5;--physical-album-color-2:#ffe5e0;--physical-album-color-3:#fff6f0}75%{--physical-album-color-1:#ffe5e0;--physical-album-color-2:#fff6f0;--physical-album-color-3:#ffe5e0}}@property --certification-color-1{syntax:"<color>";inherits:false;initial-value:#fefaf0}@property --certification-color-2{syntax:"<color>";inherits:false;initial-value:#fec}@property --certification-color-3{syntax:"<color>";inherits:false;initial-value:#f7efba}@supports not (--a:0){.GradientBg_certification__duoDu{background:radial-gradient(circle at top left,#fefaf0,#fec,#f7efba)}}@supports(--a:0){.GradientBg_certification__duoDu{background:radial-gradient(circle at top left,var(--certification-color-1),var(--certification-color-2),var(--certification-color-3));animation:GradientBg_certification-change__nI4ZV 6s linear infinite}}.GradientBg_certification__duoDu .GradientBg_mask__6UorC{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}@keyframes GradientBg_certification-change__nI4ZV{25%{--certification-color-1:#fec;--certification-color-2:#f7efba;--certification-color-3:#fec}50%{--certification-color-1:#f7efba;--certification-color-2:#fec;--certification-color-3:#fefaf0}75%{--certification-color-1:#fec;--certification-color-2:#fefaf0;--certification-color-3:#fec}}@property --korean-chart-color-1{syntax:"<color>";inherits:false;initial-value:#fecdcd}@property --korean-chart-color-2{syntax:"<color>";inherits:false;initial-value:#dbf3ff}@property --korean-chart-color-3{syntax:"<color>";inherits:false;initial-value:#b8d5ff}@supports not (--a:0){.GradientBg_korean-chart__Kqe5w{background:radial-gradient(circle at top left,#fecdcd,#dbf3ff,#b8d5ff)}}@supports(--a:0){.GradientBg_korean-chart__Kqe5w{background:radial-gradient(circle at top left,var(--korean-chart-color-1),var(--korean-chart-color-2),var(--korean-chart-color-3));animation:GradientBg_korean-chart-change__gTWB9 6s linear infinite}}.GradientBg_korean-chart__Kqe5w .GradientBg_mask__6UorC{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}@keyframes GradientBg_korean-chart-change__gTWB9{25%{--korean-chart-color-1:#dbf3ff;--korean-chart-color-2:#b8d5ff;--korean-chart-color-3:#dbf3ff}50%{--korean-chart-color-1:#b8d5ff;--korean-chart-color-2:#dbf3ff;--korean-chart-color-3:#fecdcd}75%{--korean-chart-color-1:#dbf3ff;--korean-chart-color-2:#fecdcd;--korean-chart-color-3:#dbf3ff}}@property --live-chart-color-1{syntax:"<color>";inherits:false;initial-value:#eae5ff}@property --live-chart-color-2{syntax:"<color>";inherits:false;initial-value:#ffd6ff}@property --live-chart-color-3{syntax:"<color>";inherits:false;initial-value:#ffd6e4}@supports not (--a:0){.GradientBg_live-chart__sqBoc{background:radial-gradient(circle at top left,#eae5ff,#ffd6ff,#ffd6e4)}}@supports(--a:0){.GradientBg_live-chart__sqBoc{background:radial-gradient(circle at top left,var(--live-chart-color-1),var(--live-chart-color-2),var(--live-chart-color-3));animation:GradientBg_live-chart-change__1qTzt 6s linear infinite}}.GradientBg_live-chart__sqBoc .GradientBg_mask__6UorC{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}@keyframes GradientBg_live-chart-change__1qTzt{25%{--live-chart-color-1:#ffd6ff;--live-chart-color-2:#ffd6e4;--live-chart-color-3:#ffd6ff}50%{--live-chart-color-1:#ffd6e4;--live-chart-color-2:#ffd6ff;--live-chart-color-3:#eae5ff}75%{--live-chart-color-1:#ffd6ff;--live-chart-color-2:#eae5ff;--live-chart-color-3:#ffd6ff}}.AnimationPlayer_animation__9e9JQ{width:100%;height:16.24rem}.AnimationPlayer_animation_pos_center__9Afly{position:absolute;left:0;top:0;bottom:0;right:0;margin:auto}.AnimationPlayer_animation_pos_top__nO_sa{position:absolute;left:0;top:0}.header_mt-4__4_i4A{margin-top:.04rem}.header_mt-6__fFhd2{margin-top:.06rem}.header_mt-8__HbyCA{margin-top:.08rem}.header_mt-10__cSaKF{margin-top:.1rem}.header_mt-12__BgMyU{margin-top:.12rem}.header_mt-14__AF8n6{margin-top:.14rem}.header_mt-16__iDHut{margin-top:.16rem}.header_mt-18__Igem9{margin-top:.18rem}.header_mt-20__wfyxi{margin-top:.2rem}.header_mt-22__DY6ec{margin-top:.22rem}.header_mt-24__0MjFN{margin-top:.24rem}.header_mt-26__y8X0Z{margin-top:.26rem}.header_mt-28__SRjaU{margin-top:.28rem}.header_mt-30__To14U{margin-top:.3rem}.header_mt-32__uPgvD{margin-top:.32rem}.header_mt-34__5NDgD{margin-top:.34rem}.header_mt-36__nn0HQ{margin-top:.36rem}.header_mt-38__7Yzza{margin-top:.38rem}.header_mt-40__CTNse{margin-top:.4rem}.header_mt-42__Jdd9T{margin-top:.42rem}.header_mt-44__rHQdu{margin-top:.44rem}.header_mt-46__OrwWd{margin-top:.46rem}.header_mt-48__AGu_H{margin-top:.48rem}.header_mt-50__IeBIG{margin-top:.5rem}.header_mt-52__90UJd{margin-top:.52rem}.header_mt-54__FhWRL{margin-top:.54rem}.header_mt-56__gGtD4{margin-top:.56rem}.header_mt-58__BaKpq{margin-top:.58rem}.header_mt-60__qnsRV{margin-top:.6rem}.header_ml-4__G_ZOZ{margin-left:.04rem}.header_ml-6__Gg1KP{margin-left:.06rem}.header_ml-8__qY2RR{margin-left:.08rem}.header_ml-10__IA7qg{margin-left:.1rem}.header_ml-12__4j_zk{margin-left:.12rem}.header_ml-14__BfrET{margin-left:.14rem}.header_ml-16__cvGpg{margin-left:.16rem}.header_ml-18__cjkEG{margin-left:.18rem}.header_ml-20__fvpc6{margin-left:.2rem}.header_ml-22__xnZGJ{margin-left:.22rem}.header_ml-24___RXuR{margin-left:.24rem}.header_ml-26__UHY1p{margin-left:.26rem}.header_ml-28__BL1hL{margin-left:.28rem}.header_ml-30__xoqC6{margin-left:.3rem}.header_ml-32___nZkz{margin-left:.32rem}.header_ml-34__Esy4J{margin-left:.34rem}.header_ml-36__YiJop{margin-left:.36rem}.header_ml-38__vkNr_{margin-left:.38rem}.header_ml-40__AD3Wp{margin-left:.4rem}.header_ml-42__9Lza0{margin-left:.42rem}.header_ml-44__hzkwn{margin-left:.44rem}.header_ml-46___qtwa{margin-left:.46rem}.header_ml-48__SfM8b{margin-left:.48rem}.header_ml-50__sRCUe{margin-left:.5rem}.header_ml-52__iI1_H{margin-left:.52rem}.header_ml-54__H9ntN{margin-left:.54rem}.header_ml-56__jU8DS{margin-left:.56rem}.header_ml-58__9yeiV{margin-left:.58rem}.header_ml-60___X7gV{margin-left:.6rem}.header_mr-4__Wcsvz{margin-right:.04rem}.header_mr-6__4L7RI{margin-right:.06rem}.header_mr-8__zMw_8{margin-right:.08rem}.header_mr-10__p_IcZ{margin-right:.1rem}.header_mr-12__hb8Rx{margin-right:.12rem}.header_mr-14___4PmW{margin-right:.14rem}.header_mr-16__Ywgcw{margin-right:.16rem}.header_mr-18__xfn3m{margin-right:.18rem}.header_mr-20__iT9pv{margin-right:.2rem}.header_mr-22__ybWmD{margin-right:.22rem}.header_mr-24___wDpn{margin-right:.24rem}.header_mr-26__3hikX{margin-right:.26rem}.header_mr-28__Owb9G{margin-right:.28rem}.header_mr-30__4oOYg{margin-right:.3rem}.header_mr-32__bh6y2{margin-right:.32rem}.header_mr-34__6bXTs{margin-right:.34rem}.header_mr-36__aNm4l{margin-right:.36rem}.header_mr-38__6EihM{margin-right:.38rem}.header_mr-40__Zwhkn{margin-right:.4rem}.header_mr-42__vh8CC{margin-right:.42rem}.header_mr-44__sjInm{margin-right:.44rem}.header_mr-46__V5pv0{margin-right:.46rem}.header_mr-48__pkkMK{margin-right:.48rem}.header_mr-50__Gy9_a{margin-right:.5rem}.header_mr-52__w2AmR{margin-right:.52rem}.header_mr-54__W74VZ{margin-right:.54rem}.header_mr-56__3Qrxo{margin-right:.56rem}.header_mr-58__z2CWc{margin-right:.58rem}.header_mr-60__IcJd_{margin-right:.6rem}.header_pt-4__sE_sA{padding-top:.04rem}.header_pt-6__Whu6n{padding-top:.06rem}.header_pt-8__s_g2a{padding-top:.08rem}.header_pt-10__ho__Q{padding-top:.1rem}.header_pt-12__DMBO8{padding-top:.12rem}.header_pt-14__NI9Z9{padding-top:.14rem}.header_pt-16___d6HI{padding-top:.16rem}.header_pt-18__OQm1Y{padding-top:.18rem}.header_pt-20__nOVTh{padding-top:.2rem}.header_rel__P_Bsf{position:relative}.header_header__f8kNd{position:relative;height:2.7rem}.header_headerBg__OGL80{width:7.5rem;height:2.4rem;margin-top:-.04rem}.header_animation__sudJT{position:relative!important;top:-.04rem!important;left:unset!important;width:7.5rem!important;height:2.4rem!important}.header_hide__Qx18X{position:absolute!important;z-index:-1}.header_headerTitle__y_6_d{position:absolute;left:.4rem;top:.96rem;width:3.98rem;height:1.08rem}.header_ruleBlock__GYYY7{position:absolute;left:.36rem;top:.46rem;display:flex;justify-content:center;align-items:center}.header_rule__rexqr{width:3.88rem;height:.98rem}.song-item_mt-4__YCcm1{margin-top:.04rem}.song-item_mt-6__O1uej{margin-top:.06rem}.song-item_mt-8__Vvy2_{margin-top:.08rem}.song-item_mt-10__nYd1r{margin-top:.1rem}.song-item_mt-12__xZCVF{margin-top:.12rem}.song-item_mt-14__3pcxZ{margin-top:.14rem}.song-item_mt-16__BPIOW{margin-top:.16rem}.song-item_mt-18__94MXu{margin-top:.18rem}.song-item_mt-20__uwdkb{margin-top:.2rem}.song-item_mt-22__hoLQA{margin-top:.22rem}.song-item_mt-24__6PV1K{margin-top:.24rem}.song-item_mt-26__524eT{margin-top:.26rem}.song-item_mt-28__uGWZu{margin-top:.28rem}.song-item_mt-30__1Ta1i{margin-top:.3rem}.song-item_mt-32__ozJ6S{margin-top:.32rem}.song-item_mt-34__F_lPr{margin-top:.34rem}.song-item_mt-36__4hy5K{margin-top:.36rem}.song-item_mt-38__5TdrN{margin-top:.38rem}.song-item_mt-40__XRZar{margin-top:.4rem}.song-item_mt-42__GGeJ8{margin-top:.42rem}.song-item_mt-44___FY83{margin-top:.44rem}.song-item_mt-46__Xr1Ku{margin-top:.46rem}.song-item_mt-48__V1bsN{margin-top:.48rem}.song-item_mt-50__cva2V{margin-top:.5rem}.song-item_mt-52__AW0YV{margin-top:.52rem}.song-item_mt-54__FWZdf{margin-top:.54rem}.song-item_mt-56__oA9r2{margin-top:.56rem}.song-item_mt-58__kVO_u{margin-top:.58rem}.song-item_mt-60__NhONG{margin-top:.6rem}.song-item_ml-4__wPfq6{margin-left:.04rem}.song-item_ml-6__UjDjm{margin-left:.06rem}.song-item_ml-8__ev6ha{margin-left:.08rem}.song-item_ml-10__eZsUa{margin-left:.1rem}.song-item_ml-12__nb6Hp{margin-left:.12rem}.song-item_ml-14__m12Pm{margin-left:.14rem}.song-item_ml-16__TvM_M{margin-left:.16rem}.song-item_ml-18__IEbt9{margin-left:.18rem}.song-item_ml-20__FjTeG{margin-left:.2rem}.song-item_ml-22__sb3Bp{margin-left:.22rem}.song-item_ml-24__I7a_T{margin-left:.24rem}.song-item_ml-26__SF9y8{margin-left:.26rem}.song-item_ml-28__JCo5S{margin-left:.28rem}.song-item_ml-30__DP_eC{margin-left:.3rem}.song-item_ml-32__1enEa{margin-left:.32rem}.song-item_ml-34__wyBOJ{margin-left:.34rem}.song-item_ml-36__m95PA{margin-left:.36rem}.song-item_ml-38__dJnFy{margin-left:.38rem}.song-item_ml-40__nzCdp{margin-left:.4rem}.song-item_ml-42__iCblC{margin-left:.42rem}.song-item_ml-44__t4paQ{margin-left:.44rem}.song-item_ml-46__aZ5yW{margin-left:.46rem}.song-item_ml-48__tMkJM{margin-left:.48rem}.song-item_ml-50__N3YmG{margin-left:.5rem}.song-item_ml-52__e24m_{margin-left:.52rem}.song-item_ml-54__hns_Q{margin-left:.54rem}.song-item_ml-56__yE7cf{margin-left:.56rem}.song-item_ml-58__4fCdg{margin-left:.58rem}.song-item_ml-60__Vb4Kh{margin-left:.6rem}.song-item_mr-4__pvZ5w{margin-right:.04rem}.song-item_mr-6__PALoF{margin-right:.06rem}.song-item_mr-8__qgPzs{margin-right:.08rem}.song-item_mr-10__BGE2N{margin-right:.1rem}.song-item_mr-12__C4NRR{margin-right:.12rem}.song-item_mr-14__IZoQX{margin-right:.14rem}.song-item_mr-16__UpqA4{margin-right:.16rem}.song-item_mr-18__w9wtZ{margin-right:.18rem}.song-item_mr-20__5LufO{margin-right:.2rem}.song-item_mr-22__KeAQv{margin-right:.22rem}.song-item_mr-24__wAqUX{margin-right:.24rem}.song-item_mr-26__w_KCV{margin-right:.26rem}.song-item_mr-28__gAbvx{margin-right:.28rem}.song-item_mr-30__sudwk{margin-right:.3rem}.song-item_mr-32__lYoIp{margin-right:.32rem}.song-item_mr-34__Lw2k1{margin-right:.34rem}.song-item_mr-36__B9Qy3{margin-right:.36rem}.song-item_mr-38__1zTTn{margin-right:.38rem}.song-item_mr-40___xyLP{margin-right:.4rem}.song-item_mr-42__TB9mQ{margin-right:.42rem}.song-item_mr-44__Ia4Vg{margin-right:.44rem}.song-item_mr-46__s3ieY{margin-right:.46rem}.song-item_mr-48__djxWh{margin-right:.48rem}.song-item_mr-50__ZCd9n{margin-right:.5rem}.song-item_mr-52__X_C3v{margin-right:.52rem}.song-item_mr-54__fjZs9{margin-right:.54rem}.song-item_mr-56__lL77L{margin-right:.56rem}.song-item_mr-58__3Mvc0{margin-right:.58rem}.song-item_mr-60___hoLh{margin-right:.6rem}.song-item_pt-4__ac9wY{padding-top:.04rem}.song-item_pt-6__gOWX_{padding-top:.06rem}.song-item_pt-8__38IJL{padding-top:.08rem}.song-item_pt-10__HkRhD{padding-top:.1rem}.song-item_pt-12__kX1oK{padding-top:.12rem}.song-item_pt-14__whrhb{padding-top:.14rem}.song-item_pt-16__JjWIO{padding-top:.16rem}.song-item_pt-18__JWXQ4{padding-top:.18rem}.song-item_pt-20__A5Nyx{padding-top:.2rem}.song-item_rel__v7VEU{position:relative}.song-item_songItem__d9SW8{padding:.24rem .4rem}.song-item_topBox__p3PCe{display:flex;justify-content:space-between}.song-item_leftBox__YRmzu{display:flex}.song-item_coverBlock__o8HpU{position:relative;flex-shrink:0;width:1.2rem;height:1.2rem;border-radius:.12rem;overflow:hidden}.song-item_cover__vJFSM{width:100%;height:100%}.song-item_coverMask__Reezc{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.04)}.song-item_songInfo__fEO_U{max-width:4.06rem;flex-grow:1;margin-left:.24rem;word-wrap:break-word;display:flex;flex-direction:column;justify-content:center}.song-item_title__hI5NU{display:flex;align-items:center;font-size:.32rem;line-height:.4rem;color:#303133}.song-item_subtitle__y_h7e,.song-item_title__hI5NU{font-family:PingFang SC;font-style:normal;font-weight:400}.song-item_subtitle__y_h7e{font-size:.24rem;line-height:.36rem;color:#909399}.song-item_rightBox__KnM0b{width:.8rem;flex:0 0 0.8rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.song-item_rightBox__KnM0b.song-item_right_align__QMIoQ{text-align:right}.song-item_rightBox__KnM0b.song-item_center_align__ZbTex{text-align:center}.song-item_badge__Ke7pI{width:.6rem;height:.6rem;border-radius:.6rem;text-align:center;overflow:hidden}.song-item_desc__5bAEe{font-family:PingFang SC;font-style:normal;font-weight:400;font-size:.2rem;line-height:.28rem;color:#909399}.song-item_tag_desc__mGMN6{white-space:nowrap;text-align:center}.song-item_icon__umzpx{width:.28rem;height:.28rem;margin-right:.08rem}.song-item_arrow_icon__wqyxR{width:.18rem;height:.12rem;margin-left:.02rem}.song-item_bottomBox__REJhG{height:.6rem;border-radius:.12rem;padding-left:.16rem;margin-top:.16rem;display:flex;align-items:center;justify-content:space-between;background-color:#f9fafc}.song-item_right__h1l_W{display:flex;align-items:center;padding-right:.24rem}.song-item_link_icon__ONl8l{margin-left:.08rem;width:.12rem;height:.19rem}.newCertificated_component__j7BVM{height:3.3rem}.newCertificated_component__j7BVM.newCertificated_hide__pMFH2{overflow:hidden;height:0}.newCertificated_title__XJCDV{height:.96rem;padding-top:.08rem;padding-left:.4rem;display:flex;align-items:center;color:#303133;font-family:PingFang SC;font-size:.28rem;font-style:normal;font-weight:600;line-height:.4rem}.newCertificated_list_con__HLEbV{height:2rem;overflow:hidden}.newCertificated_list_content__PANuD{height:2.2rem;padding-right:.4rem;display:flex;justify-content:flex-start;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.newCertificated_list_item__jixNZ{position:relative;height:2rem;flex:0 0 5.7rem;width:5.7rem;scroll-snap-stop:always;scroll-snap-align:start;scroll-margin-left:.4rem;display:flex;border-radius:.2rem;overflow:hidden;margin-left:.2rem;background-size:6.7rem 2rem}.newCertificated_list_item__jixNZ.newCertificated_single_item__Yz9pL{flex:0 0 6.7rem;width:6.7rem}.newCertificated_list_item__jixNZ.newCertificated_single_item__Yz9pL .newCertificated_song_info__gqqNi{width:3.9rem}.newCertificated_list_item__jixNZ:first-child{margin-left:.4rem}.newCertificated_list_item__jixNZ.newCertificated_gold__vVfPO{background-image:url(https://cdn-y.tencentmusic.com/uni/commonPic/cos_4277de7195332d3038de2f5fcb12708fd3f7dddd.png)}.newCertificated_list_item__jixNZ.newCertificated_gold__vVfPO .newCertificated_certificate_info__PNnJF{color:#fff2c7;background:linear-gradient(90deg,hsla(44,39%,65%,.5),hsla(44,39%,65%,.5))}.newCertificated_list_item__jixNZ.newCertificated_gold__vVfPO .newCertificated_song_name_text__iaCXK{color:#fff2c7}.newCertificated_list_item__jixNZ.newCertificated_gold__vVfPO .newCertificated_singers__wtWWX{color:rgba(255,242,199,.6)}.newCertificated_list_item__jixNZ.newCertificated_platinum__nPwLo{background-image:url(https://cdn-y.tencentmusic.com/uni/commonPic/cos_42f0f5c282b30586ef3b8c821e1fa7f73d79e9b9.png)}.newCertificated_list_item__jixNZ.newCertificated_platinum__nPwLo .newCertificated_certificate_info__PNnJF{color:#fff;background:linear-gradient(90deg,hsla(0,0%,80%,.5),hsla(0,0%,80%,.5))}.newCertificated_list_item__jixNZ.newCertificated_platinum__nPwLo .newCertificated_song_name_text__iaCXK{color:#fff}.newCertificated_list_item__jixNZ.newCertificated_platinum__nPwLo .newCertificated_singers__wtWWX{color:hsla(0,0%,100%,.6)}.newCertificated_list_item__jixNZ.newCertificated_diamond__BrJvA{background-image:url(https://cdn-y.tencentmusic.com/uni/commonPic/cos_903f9c57e018153a5cd18ed81f1acb795490a6a9.png)}.newCertificated_list_item__jixNZ.newCertificated_diamond__BrJvA .newCertificated_certificate_info__PNnJF{color:#b0e4f9;background:linear-gradient(90deg,rgba(47,78,101,.5),rgba(54,90,119,.5))}.newCertificated_list_item__jixNZ.newCertificated_diamond__BrJvA .newCertificated_song_name_text__iaCXK{color:#b0e4f9}.newCertificated_list_item__jixNZ.newCertificated_diamond__BrJvA .newCertificated_singers__wtWWX{color:rgba(176,228,249,.6)}.newCertificated_cover__CGdrH{position:relative;flex:0 0 1.8rem;width:1.8rem;height:2rem;border-radius:.2rem}.newCertificated_cover_img__JAgjM{position:absolute;left:0;top:0;width:2rem;height:2rem;border-radius:.2rem;overflow:hidden}.newCertificated_song_info__gqqNi{box-sizing:border-box;padding-top:.3rem;height:1.4rem;width:2.9rem;margin-left:.76rem;margin-right:.24rem}.newCertificated_song_name__jK_fk{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;vertical-align:middle}.newCertificated_song_name_text__iaCXK{display:block;padding-right:.24rem;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-family:PingFang SC;font-size:.32rem;font-style:normal;font-weight:400;line-height:.4rem}.newCertificated_arrow_con__O_NcQ{position:absolute;width:.12rem;height:.18rem;right:0;top:.09rem;line-height:.18rem}.newCertificated_singers__wtWWX{margin-top:.04rem;color:hsla(0,0%,100%,.6);font-family:PingFang SC;font-size:.24rem;font-style:normal;font-weight:400;line-height:.36rem;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.newCertificated_certificate_info__PNnJF{height:.6rem;display:flex;align-items:center;padding-left:.76rem;color:#fff;font-family:PingFang SC;font-size:.22rem;font-style:normal;font-weight:400;line-height:.28rem}.newCertificated_icon_con__2lmPT{position:absolute;left:1.6rem;top:.6rem;width:.8rem;height:.8rem}.newCertificated_icon_img__ZdR7q{width:100%;height:100%}.home_mt-4__UiSQj{margin-top:.04rem}.home_mt-6__baYkq{margin-top:.06rem}.home_mt-8__vkKVB{margin-top:.08rem}.home_mt-10__bwC6E{margin-top:.1rem}.home_mt-12__9MDXh{margin-top:.12rem}.home_mt-14__gLKZu{margin-top:.14rem}.home_mt-16__AFOOe{margin-top:.16rem}.home_mt-18__1GPkw{margin-top:.18rem}.home_mt-20__94vs9{margin-top:.2rem}.home_mt-22__hPK0_{margin-top:.22rem}.home_mt-24__DaX17{margin-top:.24rem}.home_mt-26__643fK{margin-top:.26rem}.home_mt-28__SL2SY{margin-top:.28rem}.home_mt-30__yIcKz{margin-top:.3rem}.home_mt-32__mwtro{margin-top:.32rem}.home_mt-34__ss8H8{margin-top:.34rem}.home_mt-36__LHiKd{margin-top:.36rem}.home_mt-38__6tFMY{margin-top:.38rem}.home_mt-40__OqK1K{margin-top:.4rem}.home_mt-42__F34wI{margin-top:.42rem}.home_mt-44__gUGwu{margin-top:.44rem}.home_mt-46__yPaxe{margin-top:.46rem}.home_mt-48__H4bMt{margin-top:.48rem}.home_mt-50__N6jVI{margin-top:.5rem}.home_mt-52__fRCY0{margin-top:.52rem}.home_mt-54__2_aZC{margin-top:.54rem}.home_mt-56__AzCO3{margin-top:.56rem}.home_mt-58__NS2DQ{margin-top:.58rem}.home_mt-60__2xqR9{margin-top:.6rem}.home_ml-4__zFBnw{margin-left:.04rem}.home_ml-6__HNCoL{margin-left:.06rem}.home_ml-8__QJ3Ch{margin-left:.08rem}.home_ml-10__SJZWB{margin-left:.1rem}.home_ml-12__cm7N2{margin-left:.12rem}.home_ml-14__FI_Dl{margin-left:.14rem}.home_ml-16__NxEjP{margin-left:.16rem}.home_ml-18__cXth9{margin-left:.18rem}.home_ml-20__vfMmC{margin-left:.2rem}.home_ml-22__HKgJk{margin-left:.22rem}.home_ml-24__kG547{margin-left:.24rem}.home_ml-26__Zp17z{margin-left:.26rem}.home_ml-28__dNmAo{margin-left:.28rem}.home_ml-30__Vk6e9{margin-left:.3rem}.home_ml-32__BbDob{margin-left:.32rem}.home_ml-34__eb3Gb{margin-left:.34rem}.home_ml-36__H5bF_{margin-left:.36rem}.home_ml-38__xVjS5{margin-left:.38rem}.home_ml-40__xBFIW{margin-left:.4rem}.home_ml-42__ZXViR{margin-left:.42rem}.home_ml-44__fZUu6{margin-left:.44rem}.home_ml-46__LCsm8{margin-left:.46rem}.home_ml-48__98Ctm{margin-left:.48rem}.home_ml-50__URY69{margin-left:.5rem}.home_ml-52__zsWBq{margin-left:.52rem}.home_ml-54___lhSj{margin-left:.54rem}.home_ml-56__ZCTBv{margin-left:.56rem}.home_ml-58__Xhz4p{margin-left:.58rem}.home_ml-60__uIm1D{margin-left:.6rem}.home_mr-4__t7jqZ{margin-right:.04rem}.home_mr-6__0r47x{margin-right:.06rem}.home_mr-8__gunNm{margin-right:.08rem}.home_mr-10__l_K58{margin-right:.1rem}.home_mr-12__JT4AR{margin-right:.12rem}.home_mr-14__23aI7{margin-right:.14rem}.home_mr-16__uARqL{margin-right:.16rem}.home_mr-18__0EbVN{margin-right:.18rem}.home_mr-20__Gem7e{margin-right:.2rem}.home_mr-22__Le2xB{margin-right:.22rem}.home_mr-24__2GeXk{margin-right:.24rem}.home_mr-26__TWiio{margin-right:.26rem}.home_mr-28__LDwXT{margin-right:.28rem}.home_mr-30__wVKSK{margin-right:.3rem}.home_mr-32__qmknc{margin-right:.32rem}.home_mr-34__4FuEY{margin-right:.34rem}.home_mr-36__2K8IZ{margin-right:.36rem}.home_mr-38__kv8xn{margin-right:.38rem}.home_mr-40__mwLEK{margin-right:.4rem}.home_mr-42__padMA{margin-right:.42rem}.home_mr-44__A1L29{margin-right:.44rem}.home_mr-46__0uLlM{margin-right:.46rem}.home_mr-48__0WhPB{margin-right:.48rem}.home_mr-50__fCFHV{margin-right:.5rem}.home_mr-52__2e4E2{margin-right:.52rem}.home_mr-54__PEi3W{margin-right:.54rem}.home_mr-56__mPLF9{margin-right:.56rem}.home_mr-58__qmMfh{margin-right:.58rem}.home_mr-60__f45ET{margin-right:.6rem}.home_pt-4__bhFmm{padding-top:.04rem}.home_pt-6__7aOp1{padding-top:.06rem}.home_pt-8__uE2SV{padding-top:.08rem}.home_pt-10__vqmIF{padding-top:.1rem}.home_pt-12__vVd1C{padding-top:.12rem}.home_pt-14___AUvn{padding-top:.14rem}.home_pt-16__6d1Qk{padding-top:.16rem}.home_pt-18__HyRJ4{padding-top:.18rem}.home_pt-20__Hy9TX{padding-top:.2rem}.home_rel__tH4MO{position:relative}.home_home__gk0K_{padding-bottom:1.84rem;background-color:#fff}.home_header__PsdRB{position:relative;height:3.74rem;background-color:#fafafa}.home_headerBg__7zJE1{width:100%;height:100%}.home_animation__GKbs0{position:relative!important;top:unset!important;left:unset!important;width:100%!important;height:3.74rem!important}.home_hide__i8nZs{position:absolute!important;z-index:-1}.home_headerTitle__yFI9T{position:absolute;left:.4rem;top:.96rem;width:3.98rem;height:1.08rem}.home_ruleBlock__evVaX{position:absolute;left:.4rem;top:2.32rem;display:flex;justify-content:center;align-items:center}.home_rule__jVT_Q{width:1.27rem;height:.32rem}.home_content__oMlkH{position:relative;min-height:80vh;border-radius:.4rem .4rem 0 0;margin-top:-.4rem;background-color:#fff;box-shadow:0 -.6rem 1rem rgba(211,168,0,.06)}.home_bottom__Souul{display:flex;justify-content:center}.home_logo__XcYac{width:3.07rem;height:.4rem;margin-top:.6rem}.home_tabs__tJpUH .adm-tabs-header{border-bottom:unset}.home_tabs__tJpUH .adm-tabs-tab-line{display:none}.home_tabs__tJpUH .adm-tabs-tab-wrapper-stretch{flex:unset}.home_tabs__tJpUH .adm-tabs-tab-active{font-weight:600!important;color:#303133!important}.home_tabs__tJpUH .adm-tabs-tab{padding:.32rem 0 .16rem;font-family:PingFang SC;font-style:normal;font-weight:400;font-size:.28rem;line-height:.4rem;color:#909399}.home_tabs__tJpUH .adm-tabs-tab-wrapper{padding:0 .3rem}.home_tabs__tJpUH .adm-tabs-tab-list{padding-left:.1rem}.home_tip__C1shn{margin-top:.16rem;color:#909399;text-align:center;font-family:PingFang SC;font-size:.24rem;font-style:normal;font-weight:400;line-height:.36rem}.home_endTip__jg8Ll{display:flex;align-items:center}.home_endTip__jg8Ll:before{margin-right:.14rem}.home_endTip__jg8Ll:after,.home_endTip__jg8Ll:before{content:"";display:inline-block;width:2.24rem;height:1px;background-color:#f1f1f1}.home_endTip__jg8Ll:after{margin-left:.14rem}.home_action_wrapper___kZTs{display:flex;justify-content:space-between;align-items:center}.home_search_wrapper__M9OLu{display:flex;align-items:center;box-sizing:border-box;padding:0 .4rem}.home_search_icon__pLNOY{width:.4rem;height:.4rem}
/*# sourceMappingURL=99cdc2b2e153359e.css.map*/