@charset "UTF-8";.xui-modal{font-family:-apple-system,BlinkMacSystemFont,PingFangSC-Regular,"PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;list-style:none;position:absolute;width:590px;margin:0 auto;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;border:0;border-top:4px solid #fc9d77;-o-border-image:-o-linear-gradient(left,#247CE3,#fc9d77) 2;border-image:-webkit-gradient(linear,left top,right top,from(#247CE3),to(#fc9d77)) 2;border-image:linear-gradient(to right,#247CE3,#fc9d77) 2}.xui-modal-mask{position:fixed;overflow:auto;top:0;bottom:0;left:0;right:0;z-index:1000;background-color:rgba(0,0,0,.5)}.xui-modal-wrap{position:fixed;overflow:auto;left:0;right:0;top:0;bottom:0;z-index:1000;outline:0}.xui-modal-high-index{z-index:1031}.xui-modal-closeBtn{padding:10px;cursor:pointer;background:0 0;position:absolute;top:14px;right:14px;font-size:16px;color:#999}.xui-modal-closeBtn:hover{color:#333}.xui-modal-header{font-size:18px;text-align:center;color:#333;letter-spacing:1.5px;padding:20px 0;font-weight:600}.xui-modal-content{position:relative;border:0;background-clip:padding-box;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15)}.xui-modal-hidden{display:none}.fade-entered{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;opacity:1}.fade-entering{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;opacity:0}.fade-exiting{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;opacity:1}.fade-exited{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;opacity:0}.modal-slide-entering{-webkit-animation:slideDownIn .2s both;animation:slideDownIn .2s both}@-webkit-keyframes slideDownIn{from{top:60%;opacity:0}to{top:50%;opacity:1}}@keyframes slideDownIn{from{top:60%;opacity:0}to{top:50%;opacity:1}}.modal-slide-exiting{-webkit-animation:slideDownOut .2s both;animation:slideDownOut .2s both}@-webkit-keyframes slideDownOut{from{top:50%;opacity:1}to{top:60%;opacity:0}}@keyframes slideDownOut{from{top:50%;opacity:1}to{top:60%;opacity:0}}.xui-btn{position:relative;overflow:hidden;display:inline-block;font-size:16px;height:35px;font-weight:400;text-align:center;cursor:pointer;padding:0 15px;border-radius:4px;border:1px solid transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;color:#247CE3;background-color:#fff;border-color:#e8e8e8}.xui-btn,.xui-btn:active,.xui-btn:focus{outline:0}.xui-btn-sm{font-size:14px;height:30px}.xui-btn.active,.xui-btn:active,.xui-btn:focus,.xui-btn:hover{background-color:rgba(243,244,245,.5)}.xui-btn-primary{color:#fff;background-color:#247CE3;border-color:#247CE3}.xui-btn-primary:focus,.xui-btn-primary:hover{color:#fff;background-color:#f97b5e;border-color:#f97b5e}.xui-btn-primary.active,.xui-btn-primary:active{color:#fff;background-color:#f97b5e;border-color:#f97b5e}.xui-btn-gradient{-webkit-transition:background .2s;-o-transition:background .2s;transition:background .2s;background-image:-webkit-gradient(linear,left top,right top,color-stop(1%,#ff9973),color-stop(99%,#ff7251));background-image:-o-linear-gradient(left,#ff9973 1%,#ff7251 99%);background-image:linear-gradient(90deg,#ff9973 1%,#ff7251 99%);border:none}.xui-btn-gradient:hover{background:#f97b5e}.xui-btn.disabled,.xui-btn[disabled]{background-color:#ccc;border-color:#ccc;background-image:none;cursor:not-allowed}.xui-btn.disabled>*,.xui-btn[disabled]>*{pointer-events:none}.xui-btn>.xuicon{width:16px;height:16px;margin-right:6px;vertical-align:text-bottom}.xui-btn-clicked::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;pointer-events:none;background-image:-o-radial-gradient(12px 18px,rgba(0,0,0,.2) 10px,rgba(0,0,0,0) 10px);background-image:radial-gradient(12px 18px,rgba(0,0,0,.2) 10px,rgba(0,0,0,0) 10px);background-position:50%;-webkit-animation:buttonAnima .6s;animation:buttonAnima .6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}@-webkit-keyframes buttonAnima{to{-webkit-transform:scale(10);transform:scale(10);opacity:0}}@keyframes buttonAnima{to{-webkit-transform:scale(10);transform:scale(10);opacity:0}}a.xui-btn{line-height:30px}a.xui-btn-lg{line-height:32px}a.xui-btn-sm{line-height:28px}.xui-popover{font-family:-apple-system,BlinkMacSystemFont,PingFangSC-Regular,"PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;list-style:none;position:absolute;z-index:1030;cursor:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;white-space:normal;font-weight:400;text-align:left}.xui-popover:after{content:"";position:absolute;background:rgba(255,255,255,.01)}.xui-popover-hidden{display:none}.xui-popover-placement-top,.xui-popover-placement-topLeft,.xui-popover-placement-topRight{padding-bottom:9px}.xui-popover-placement-right,.xui-popover-placement-rightBottom,.xui-popover-placement-rightTop{padding-left:9px}.xui-popover-placement-bottom,.xui-popover-placement-bottomLeft,.xui-popover-placement-bottomRight{padding-top:9px}.xui-popover-placement-left,.xui-popover-placement-leftBottom,.xui-popover-placement-leftTop{padding-right:9px}.xui-popover-content{background:#fff;border:2px solid #fc9872;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15)}.xui-popover-inner{background-color:rgba(255,255,255,.95);background-clip:padding-box}.xui-popover-title{min-width:177px;margin:0;padding:10px;min-height:32px;font-weight:500}.xui-popover-inner-content{padding:10px;color:#40404c}.xui-popover-inner-noPadding{padding:0}.xui-popover-arrow{width:0;height:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;display:block;border-color:#fc9872;border-style:solid}.xui-popover-placement-top>.xui-popover-content>.xui-popover-arrow,.xui-popover-placement-topLeft>.xui-popover-content>.xui-popover-arrow,.xui-popover-placement-topRight>.xui-popover-content>.xui-popover-arrow{bottom:6px;-webkit-box-shadow:3px 3px 7px rgba(0,0,0,.07);box-shadow:3px 3px 7px rgba(0,0,0,.07)}.xui-popover-placement-top>.xui-popover-content>.xui-popover-arrow{border-top-color:transparent;border-left-color:transparent;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);left:50%}.xui-popover-placement-topLeft>.xui-popover-content>.xui-popover-arrow{border-top-color:transparent;border-left-color:transparent;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);left:16px}.xui-popover-placement-topRight>.xui-popover-content>.xui-popover-arrow{border-top-color:transparent;border-left-color:transparent;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);right:16px}.xui-popover-placement-right>.xui-popover-content>.xui-popover-arrow,.xui-popover-placement-rightBottom>.xui-popover-content>.xui-popover-arrow,.xui-popover-placement-rightTop>.xui-popover-content>.xui-popover-arrow{left:6px;-webkit-box-shadow:-3px 3px 7px rgba(0,0,0,.07);box-shadow:-3px 3px 7px rgba(0,0,0,.07)}.xui-popover-placement-right>.xui-popover-content>.xui-popover-arrow{top:50%;border-top-color:transparent;border-right-color:transparent;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.xui-popover-placement-rightTop>.xui-popover-content>.xui-popover-arrow{border-top-color:transparent;border-right-color:transparent;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);top:12px}.xui-popover-placement-rightBottom>.xui-popover-content>.xui-popover-arrow{border-top-color:transparent;border-right-color:transparent;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);bottom:12px}.xui-popover-placement-bottom>.xui-popover-content>.xui-popover-arrow,.xui-popover-placement-bottomLeft>.xui-popover-content>.xui-popover-arrow,.xui-popover-placement-bottomRight>.xui-popover-content>.xui-popover-arrow{top:6px;-webkit-box-shadow:-1px -1px 4px rgba(0,0,0,.06);box-shadow:-1px -1px 4px rgba(0,0,0,.06)}.xui-popover-placement-bottom>.xui-popover-content>.xui-popover-arrow{border-bottom-color:transparent;border-right-color:transparent;left:50%;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.xui-popover-placement-bottomLeft>.xui-popover-content>.xui-popover-arrow{border-bottom-color:transparent;border-right-color:transparent;left:16px;left:13px;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.xui-popover-placement-bottomRight>.xui-popover-content>.xui-popover-arrow{border-bottom-color:transparent;border-right-color:transparent;right:12px;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.xui-popover-placement-left>.xui-popover-content>.xui-popover-arrow,.xui-popover-placement-leftBottom>.xui-popover-content>.xui-popover-arrow,.xui-popover-placement-leftTop>.xui-popover-content>.xui-popover-arrow{right:6px;-webkit-box-shadow:3px -3px 7px rgba(0,0,0,.07);box-shadow:3px -3px 7px rgba(0,0,0,.07)}.xui-popover-placement-left>.xui-popover-content>.xui-popover-arrow{border-bottom-color:transparent;border-left-color:transparent;top:50%;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.xui-popover-placement-leftTop>.xui-popover-content>.xui-popover-arrow{top:12px;border-bottom-color:transparent;border-left-color:transparent;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.xui-popover-placement-leftBottom>.xui-popover-content>.xui-popover-arrow{bottom:12px;border-bottom-color:transparent;border-left-color:transparent;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.xui-popover-placement-top>.xui-popover-content,.xui-popover-placement-topLeft>.xui-popover-content,.xui-popover-placement-topRight>.xui-popover-content{-o-border-image:-o-linear-gradient(left,#fc9d77,#247CE3) 2;border-image:-webkit-gradient(linear,left top,right top,from(#fc9d77),to(#247CE3)) 2;border-image:linear-gradient(to right,#fc9d77,#247CE3) 2;border-top:0;border-left:0;border-right:0}.xui-popover-placement-right>.xui-popover-content,.xui-popover-placement-rightBottom>.xui-popover-content,.xui-popover-placement-rightTop>.xui-popover-content{-o-border-image:-o-linear-gradient(top,#fc9d77,#247CE3) 2;border-image:-webkit-gradient(linear,left top,left bottom,from(#fc9d77),to(#247CE3)) 2;border-image:linear-gradient(to bottom,#fc9d77,#247CE3) 2;border-top:0;border-right:0;border-bottom:0}.xui-popover-placement-bottom>.xui-popover-content,.xui-popover-placement-bottomLeft>.xui-popover-content,.xui-popover-placement-bottomRight>.xui-popover-content{-o-border-image:-o-linear-gradient(left,#fc9d77,#247CE3) 2;border-image:-webkit-gradient(linear,left top,right top,from(#fc9d77),to(#247CE3)) 2;border-image:linear-gradient(to right,#fc9d77,#247CE3) 2;border-bottom:0;border-left:0;border-right:0}.xui-popover-placement-left>.xui-popover-content,.xui-popover-placement-leftBottom>.xui-popover-content,.xui-popover-placement-leftTop>.xui-popover-content{-o-border-image:-o-linear-gradient(top,#fc9d77,#247CE3) 2;border-image:-webkit-gradient(linear,left top,left bottom,from(#fc9d77),to(#247CE3)) 2;border-image:linear-gradient(to bottom,#fc9d77,#247CE3) 2;border-top:0;border-left:0;border-bottom:0}.error-404-content{clear:both;width:980px;margin:0 auto}.error-404-content .error-404-tab-category{position:relative;margin-top:64px}.error-404-content .error-404-tab-category .content-filter{line-height:36px;border-bottom:1px solid #e8e8e8}.error-404-content .error-404-tab-category .content-filter a{line-height:36px;margin-right:32px;display:inline-block;font-size:14px;color:#40404c;cursor:pointer}.error-404-content .error-404-tab-category .content-filter a:first-child{margin-left:12px}.error-404-content .error-404-tab-category .content-filter a:hover{color:#fc5832}.error-404-content .error-404-tab-category .content-filter a.active{color:#fc5832;position:relative}.error-404-content .error-404-tab-category .content-filter a.active::before{content:'';position:absolute;left:50%;bottom:1px;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);border:4px solid transparent;border-bottom:4px solid #fc5832}.error-404-content .error-404-tab-category .content-filter a.active::after{content:'';width:100%;position:absolute;left:0;bottom:0;height:1px;background:#fc5832;border-radius:100px}.error-404-content .error-404-tab-category .check-more{position:absolute;right:0;bottom:12px}.error-404-content .error-404-tab-category .check-more a{font-size:14px;color:#a3a3ac;letter-spacing:0;text-align:right}.error-404-content .error-404-list ul li{display:inline-block;vertical-align:top;margin-top:20px;margin-left:20px}.xui-vicon{width:42px;height:16px;display:inline-block;vertical-align:sub}.xui-vicon.lg{width:54px;height:32px}.xui-vicon-1{background:url(/yx/ximalaya-web-static/last/dist/images/V1_452574b.png) no-repeat center;background-size:100%}.xui-vicon-2{background:url(/yx/ximalaya-web-static/last/dist/images/V2_d46e71b.png) no-repeat center;background-size:100%}.xui-vicon-3{background:url(/yx/ximalaya-web-static/last/dist/images/V3_59df43d.png) no-repeat center;background-size:100%}.xui-vicon-4{background:url(/yx/ximalaya-web-static/last/dist/images/V4_9558a6a.png) no-repeat center;background-size:100%}.xui-vicon-5{background:url(/yx/ximalaya-web-static/last/dist/images/V5_88c49b4.png) no-repeat center;background-size:100%}.xui-vicon-6{background:url(/yx/ximalaya-web-static/last/dist/images/V6_16dde66.png) no-repeat center;background-size:100%}.xui-vicon-7{background:url(/yx/ximalaya-web-static/last/dist/images/V7_11907a8.png) no-repeat center;background-size:100%}.xui-vicon-8{background:url(/yx/ximalaya-web-static/last/dist/images/V8_34a1fd5.png) no-repeat center;background-size:100%}.xui-vicon-9{background:url(/yx/ximalaya-web-static/last/dist/images/V9_b9ba75c.png) no-repeat center;background-size:100%}.xui-vicon-10{background:url(/yx/ximalaya-web-static/last/dist/images/V10_04f63d7.png) no-repeat center;background-size:100%}.xui-vicon-11{background:url(/yx/ximalaya-web-static/last/dist/images/V11_30bf5e5.png) no-repeat center;background-size:100%}.xui-vicon-12{background:url(/yx/ximalaya-web-static/last/dist/images/V12_477fd87.png) no-repeat center;background-size:100%}.xui-vicon-13{background:url(/yx/ximalaya-web-static/last/dist/images/V13_26393ed.png) no-repeat center;background-size:100%}.xui-vicon-14{background:url(/yx/ximalaya-web-static/last/dist/images/V14_f96f5d7.png) no-repeat center;background-size:100%}.xui-vicon-15{background:url(/yx/ximalaya-web-static/last/dist/images/V15_f44b6f8.png) no-repeat center;background-size:100%}.xui-vicon-16{background:url(/yx/ximalaya-web-static/last/dist/images/V16_5839ccd.png) no-repeat center;background-size:100%}.xui-vicon-vred{height:16px;width:16px;margin-right:4px;background:url(/yx/ximalaya-web-static/last/dist/images/vred_e2da4bb.png) no-repeat center;background-size:100%}.xui-vicon-vblue{height:16px;width:16px;margin-right:4px;background:url(/yx/ximalaya-web-static/last/dist/images/vblue_895a78f.png) no-repeat center;background-size:100%}.xui-vicon-vpinpai{height:16px;width:16px;margin-right:4px;background:url(/yx/ximalaya-web-static/last/dist/images/vpinpai_13201c5.png) no-repeat center;background-size:100%}.xui-vicon-vzhanwai{height:16px;width:16px;margin-right:4px;background:url(/yx/ximalaya-web-static/last/dist/images/vzhanwai_c077e7f.png) no-repeat center;background-size:100%}.tab-nav[role=tab-nav]{position:relative;background:#fff}.tab-nav[role=tab-nav] [role=tab]{display:inline-block}.tab-nav[role=tab-nav] .ink-bar{position:absolute;left:0}.tab-panel[role=tab-panel]{display:none}.tab-panel[role=tab-panel].active{display:block}[role=tabs] [role=tab].active{color:#247CE3}[role=tabs] [role=tab].active a{color:#247CE3}.common-tab-nav{background:#fff;position:relative;padding:15px 0 15px 20px;font-size:20px;line-height:1.4;color:#72727b}.common-tab-nav [role=tab]{display:inline-block;padding:0 10px;margin-right:20px;cursor:pointer}.common-tab-nav [role=tab].active *{color:#247CE3}.common-tab-nav [role=ink-bar]{position:absolute;left:0;bottom:0;height:3px;background:#247CE3;border-radius:100px}.common-tab-content{padding-top:20px}.common-tab-content [role=tab-panel]{display:none}.common-tab-content [role=tab-panel].active{display:block}.subscribe-tab-nav-wrap{border-bottom:1px solid #e8e8e8}.subscribe-tab-nav{position:relative;padding-bottom:15px}.subscribe-tab-nav [role=tab]{display:inline-block;padding:0 5px;margin-right:10px;font-size:14px;line-height:1.43;color:#72727b;cursor:pointer}.subscribe-tab-nav [role=tab]:hover{color:#247CE3}.subscribe-tab-nav [role=tab].active *{color:#247CE3}.subscribe-tab-nav [role=tab]:last-of-type{margin-right:0}.subscribe-tab-nav [role=ink-bar]{position:absolute;left:0;bottom:0;height:1px;background:#247CE3;border-radius:100px}.subscribe-tab-nav [role=ink-bar]::after{content:'';position:absolute;left:50%;bottom:1px;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);border:4px solid transparent;border-bottom:4px solid #247CE3}.subscribe-tab-content{padding-top:20px}.subscribe-tab-content [role=tab-panel]{display:none}.subscribe-tab-content [role=tab-panel].active{display:block}.xui-tooltip{font-family:-apple-system,BlinkMacSystemFont,PingFangSC-Regular,"PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;list-style:none;position:absolute;z-index:1060;display:block;visibility:visible}.xui-tooltip-hidden{display:none}.xui-tooltip-placement-top,.xui-tooltip-placement-topLeft,.xui-tooltip-placement-topRight{padding-bottom:8px}.xui-tooltip-placement-right,.xui-tooltip-placement-rightBottom,.xui-tooltip-placement-rightTop{padding-left:8px}.xui-tooltip-placement-bottom,.xui-tooltip-placement-bottomLeft,.xui-tooltip-placement-bottomRight{padding-top:8px}.xui-tooltip-placement-left,.xui-tooltip-placement-leftBottom,.xui-tooltip-placement-leftTop{padding-right:8px}.xui-tooltip-inner{padding:6px 8px;max-width:250px;color:#fff;text-align:left;text-decoration:none;background-color:rgba(0,0,0,.75);border-radius:5px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15);min-height:32px}.xui-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.xui-tooltip-placement-top .xui-tooltip-arrow,.xui-tooltip-placement-topLeft .xui-tooltip-arrow,.xui-tooltip-placement-topRight .xui-tooltip-arrow{bottom:3px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,.75)}.xui-tooltip-placement-top .xui-tooltip-arrow{left:50%;margin-left:-5px}.xui-tooltip-placement-topLeft .xui-tooltip-arrow{left:16px}.xui-tooltip-placement-topRight .xui-tooltip-arrow{right:16px}.xui-tooltip-placement-right .xui-tooltip-arrow,.xui-tooltip-placement-rightBottom .xui-tooltip-arrow,.xui-tooltip-placement-rightTop .xui-tooltip-arrow{left:3px;border-width:5px 5px 5px 0;border-right-color:rgba(0,0,0,.75)}.xui-tooltip-placement-right .xui-tooltip-arrow{top:50%;margin-top:-5px}.xui-tooltip-placement-rightTop .xui-tooltip-arrow{top:8px}.xui-tooltip-placement-rightBottom .xui-tooltip-arrow{bottom:8px}.xui-tooltip-placement-left .xui-tooltip-arrow,.xui-tooltip-placement-leftBottom .xui-tooltip-arrow,.xui-tooltip-placement-leftTop .xui-tooltip-arrow{right:3px;border-width:5px 0 5px 5px;border-left-color:rgba(0,0,0,.75)}.xui-tooltip-placement-left .xui-tooltip-arrow{top:50%;margin-top:-5px}.xui-tooltip-placement-leftTop .xui-tooltip-arrow{top:8px}.xui-tooltip-placement-leftBottom .xui-tooltip-arrow{bottom:8px}.xui-tooltip-placement-bottom .xui-tooltip-arrow,.xui-tooltip-placement-bottomLeft .xui-tooltip-arrow,.xui-tooltip-placement-bottomRight .xui-tooltip-arrow{top:3px;border-width:0 5px 5px;border-bottom-color:rgba(0,0,0,.75)}.xui-tooltip-placement-bottom .xui-tooltip-arrow{left:50%;margin-left:-5px}.xui-tooltip-placement-bottomLeft .xui-tooltip-arrow{left:16px}.xui-tooltip-placement-bottomRight .xui-tooltip-arrow{right:16px}.zoom-big-fast-appear,.zoom-big-fast-enter{-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-big-fast-leave{-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.zoom-big-fast-appear.zoom-big-fast-appear-active,.zoom-big-fast-enter.zoom-big-fast-enter-active{-webkit-animation-name:antZoomBigIn;animation-name:antZoomBigIn;-webkit-animation-play-state:running;animation-play-state:running}.zoom-big-fast-leave.zoom-big-fast-leave-active{-webkit-animation-name:antZoomBigOut;animation-name:antZoomBigOut;-webkit-animation-play-state:running;animation-play-state:running;pointer-events:none}.zoom-big-fast-appear,.zoom-big-fast-enter{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-big-fast-leave{-webkit-animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-timing-function:cubic-bezier(.78,.14,.15,.86)}@-webkit-keyframes antZoomBigIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes antZoomBigIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes antZoomBigOut{0%{-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes antZoomBigOut{0%{-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}}._svg-normal div{color:#a3a3ac}._svg-hover div{color:#247CE3}body{font-family:-apple-system,BlinkMacSystemFont,PingFangSC-Regular,"PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;background-color:#fff;font-size:14px;color:#40404c}img{border:0;vertical-align:bottom;max-width:100%}ol,ul{list-style:none}*{margin:0;padding:0}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}::-webkit-scrollbar{width:8px;background-color:transparent;border-radius:100px}::-webkit-scrollbar:hover{background-color:rgba(0,0,0,.09)}::-webkit-scrollbar:horizontal{height:0}::-webkit-scrollbar-thumb:vertical{background:rgba(0,0,0,.5);border-radius:100px}::-webkit-scrollbar-thumb:active{background:rgba(0,0,0,.61);border-radius:100px}a{color:#40404c;background-color:transparent;text-decoration:none;outline:0;cursor:pointer}a:focus{text-decoration:none}a:hover{color:#247CE3}a:active{color:#247CE3}a:active,a:hover{outline:0;text-decoration:none}a[disabled]{color:rgba(0,0,0,.25);cursor:not-allowed;pointer-events:none}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}::-webkit-input-placeholder{color:#a3a3ac}:-moz-placeholder{color:#a3a3ac}::-moz-placeholder{color:#a3a3ac}:-ms-input-placeholder{color:#a3a3ac}input,textarea{border:1px solid #ddd;outline:0}textarea:focus,textarea:hover{border:1px solid #247CE3}input[type=file]{border:none}.icon{fill:currentColor}#bdshare_weixin_qrcode_dialog{-webkit-box-sizing:content-box;box-sizing:content-box;height:auto!important}@font-face{font-family:xuicon;src:url(https://at.alicdn.com/t/font_610213_bvm1gpqd4zp.eot);src:url(https://at.alicdn.com/t/font_610213_bvm1gpqd4zp.eot#iefix) format("embedded-opentype"),url(https://at.alicdn.com/t/font_610213_bvm1gpqd4zp.woff) format("woff"),url(https://at.alicdn.com/t/font_610213_bvm1gpqd4zp.ttf) format("truetype"),url(https://at.alicdn.com/t/font_610213_bvm1gpqd4zp.svg#iconfont) format("svg")}.xuicon{display:inline-block;font-style:normal;vertical-align:baseline;text-align:center;text-transform:none;line-height:1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.xuicon:before{display:block;font-family:xuicon!important}.xuicon-web_ic_play_m_N:before{content:'\e60d'}.xuicon-web_ic_play_l:before{content:'\e60e'}.xuicon-web_ic_play_s_h:before{content:'\e60f'}.xuicon-web_ic_search:before{content:'\e610'}.xuicon-web_img_top:before{content:'\e618'}.xuicon-web_img_top1:before{content:'\e61d'}.xuicon-web_img_top2:before{content:'\e61e'}.xuicon-youshengshu:before{content:'\e627'}.xuicon-ertong:before{content:'\e628'}.xuicon-erciyuan:before{content:'\e629'}.xuicon-toutiao:before{content:'\e62a'}.xuicon-xiangshengpingshu:before{content:'\e62b'}.xuicon-qinggan:before{content:'\e62c'}.xuicon-xiqu:before{content:'\e62d'}.xuicon-tuokouxiu:before{content:'\e62e'}.xuicon-yingshi:before{content:'\e62f'}.xuicon-yule:before{content:'\e630'}.xuicon-yinle:before{content:'\e631'}.xuicon-jiaoyupeixun:before{content:'\e632'}.xuicon-shangyecaijing:before{content:'\e633'}.xuicon-renwen:before{content:'\e634'}.xuicon-duoyuzhong:before{content:'\e635'}.xuicon-guoxuejingdian:before{content:'\e636'}.xuicon-yingyu:before{content:'\e637'}.xuicon-lishi:before{content:'\e638'}.xuicon-ITkeji:before{content:'\e639'}.xuicon-shige:before{content:'\e63a'}.xuicon-shishangshenghuo:before{content:'\e63b'}.xuicon-lvyou:before{content:'\e63c'}.xuicon-jiankangyangsheng:before{content:'\e63d'}.xuicon-dangtuanke:before{content:'\e63e'}.xuicon-fufeijingpin:before{content:'\e63f'}.xuicon-diantai:before{content:'\e640'}.xuicon-guangboju:before{content:'\e641'}.xuicon-dtiyanguan:before{content:'\e642'}.xuicon-mingxiaogongkaike:before{content:'\e643'}.xuicon-pinpaizhisheng:before{content:'\e644'}.xuicon-qiche:before{content:'\e645'}.xuicon-yueyu:before{content:'\e646'}.xuicon-tongyongicon:before{content:'\e647'}.xuicon-zhengwudiantai:before{content:'\e648'}.xuicon-tingbendi:before{content:'\e649'}.xuicon-web_ic_play_m_N1:before{content:'\e64a'}.xuicon-delete:before{content:'\e64b'}.xuicon-web_album_btn_face_h:before{content:'\e64c'}.xuicon-web_album_btn_face_n:before{content:'\e64d'}.xuicon-web_album_btn_face_p:before{content:'\e64e'}.xuicon-web_album_btn_qq:before{content:'\e64f'}.xuicon-web_album_btn_play_l:before{content:'\e650'}.xuicon-web_album_btn_moment:before{content:'\e651'}.xuicon-web_album_btn_play_s:before{content:'\e652'}.xuicon-web_album_btn_qzone:before{content:'\e653'}.xuicon-web_album_btn_stop:before{content:'\e654'}.xuicon-web_album_btn_stop_l:before{content:'\e655'}.xuicon-web_album_btn_warnin:before{content:'\e656'}.xuicon-web_album_btn_wechat:before{content:'\e658'}.xuicon-web_album_btn_weibo:before{content:'\e659'}.xuicon-web_album_ic_album:before{content:'\e65a'}.xuicon-web_album_ic_fans:before{content:'\e65b'}.xuicon-web_album_ic_lock:before{content:'\e65c'}.xuicon-web_album_ic_foucus_:before{content:'\e65d'}.xuicon-web_album_ic_followe:before{content:'\e65e'}.xuicon-web_album_ic_foucus_1:before{content:'\e65f'}.xuicon-web_album_ic_related:before{content:'\e660'}.xuicon-web_album_ic_phone:before{content:'\e661'}.xuicon-web_album_ic_rhythm:before{content:'\e662'}.xuicon-web_album_ic_share:before{content:'\e663'}.xuicon-web_album_ic_user:before{content:'\e664'}.xuicon-web_album_ic_voice:before{content:'\e665'}.xuicon-web_album_ic_downloa:before{content:'\e667'}.xuicon-erji:before{content:'\e66a'}.xuicon-show-more:before{content:'\e66d'}.xuicon-youfanye:before{content:'\e66f'}.xuicon-zuofanye:before{content:'\e670'}.xuicon-zan:before{content:'\e671'}.xuicon-zanliao:before{content:'\e672'}.xuicon-plus:before{content:'\e673'}.xuicon-web_album_btn_commen:before{content:'\e674'}.xuicon-web_album_btn_like_n:before{content:'\e675'}.xuicon-web_album_btn_like_p:before{content:'\e676'}.xuicon-web_album_btn_re_n:before{content:'\e678'}.xuicon-web_album_btn_share_:before{content:'\e679'}.xuicon-web_album_ic_downloa1:before{content:'\e67a'}.xuicon-guanzhu:before{content:'\e67e'}.xuicon-quanjubofangqi-danquxunhuan:before{content:'\e67f'}.xuicon-quanjubofangqi-dianzan:before{content:'\e680'}.xuicon-cha:before{content:'\e681'}.xuicon-quanjubofangqi-dian:before{content:'\e682'}.xuicon-quanjubofangqi-fenxiang:before{content:'\e683'}.xuicon-quanjubofangqi-bofangliebiao:before{content:'\e684'}.xuicon-quanjubofangqi-kaisuo:before{content:'\e685'}.xuicon-quanjubofangqi-suiji:before{content:'\e686'}.xuicon-quanjubofangqi-jingyin:before{content:'\e687'}.xuicon-quanjubofangqi-xiazai:before{content:'\e688'}.xuicon-quanjubofangqi-suoding:before{content:'\e689'}.xuicon-quanjubofangqi-xunhuan:before{content:'\e68a'}.xuicon-quanjubofangqi-yinliang:before{content:'\e68b'}.xuicon-quanjubofangqi-zanliao:before{content:'\e68c'}.xuicon-quanjubofangqi-bofang:before{content:'\e68d'}.xuicon-quanjubofangqi-zanting:before{content:'\e68e'}.xuicon-quanjubofangqi-shangyiqu:before{content:'\e68f'}.xuicon-quanjubofangqi-xiayiqu:before{content:'\e690'}.xuicon-denglu-qiehuan-mimadenglu:before{content:'\e691'}.xuicon-denglu-guanbi:before{content:'\e692'}.xuicon-denglu-weixin:before{content:'\e693'}.xuicon-denglu-QQ:before{content:'\e694'}.xuicon-denglu-weibo:before{content:'\e695'}.xuicon-denglu-qiehuan-erweima:before{content:'\e696'}.xuicon-fuxuankuang-xuanzhong:before{content:'\e697'}.xuicon-fuxuankuang-weixuan:before{content:'\e698'}.xuicon-wode-dingyue-n:before{content:'\e699'}.xuicon-wode-dingyue-shezhi:before{content:'\e69a'}.xuicon-wode-dingyue-p:before{content:'\e69b'}.xuicon-wode-xihuan-n:before{content:'\e69c'}.xuicon-wode-tingguo-p:before{content:'\e69d'}.xuicon-wode-tingguo-n:before{content:'\e69e'}.xuicon-wode-yigou-p:before{content:'\e69f'}.xuicon-wode-yuansu-shichang:before{content:'\e6a0'}.xuicon-wode-xihuan-p:before{content:'\e6a1'}.xuicon-wode-yuansu-zhubo:before{content:'\e6a2'}.xuicon-xiangguantuijian:before{content:'\e6a3'}.xuicon-wode-yigou-n:before{content:'\e6a4'}.xuicon-tab-xuanzhong:before{content:'\e6a6'}.xuicon-xiaoxizhongxin-bg-l:before{content:'\e6a7'}.xuicon-xiaoxizhongxin-bg-s:before{content:'\e6a8'}.xuicon-xiaoxizhongxin-hongdian:before{content:'\e6a9'}.xuicon-data_location:before{content:'\e6aa'}.xuicon-data_woman:before{content:'\e6ab'}.xuicon-data_man:before{content:'\e6ac'}.xuicon-baiyang:before{content:'\e6ad'}.xuicon-sheshou:before{content:'\e6ae'}.xuicon-mojie:before{content:'\e6af'}.xuicon-jinniu:before{content:'\e6b0'}.xuicon-juxie:before{content:'\e6b1'}.xuicon-chunv:before{content:'\e6b2'}.xuicon-shuangyu:before{content:'\e6b3'}.xuicon-shizi:before{content:'\e6b4'}.xuicon-shuiping:before{content:'\e6b5'}.xuicon-tiancheng:before{content:'\e6b6'}.xuicon-tianxie:before{content:'\e6b7'}.xuicon-shuangzisvg:before{content:'\e6b8'}.xuicon-radio_p:before{content:'\e6b9'}.xuicon-radio_n:before{content:'\e6ba'}.xuicon-bofang-bai:before{content:'\e6bb'}.xuicon-zanting-bai:before{content:'\e6bc'}.xuicon-erji1:before{content:'\e6bd'}.xuicon-changxiaoshu:before{content:'\e6be'}.xuicon-iOS:before{content:'\e6c0'}.xuicon-feedback:before{content:'\e6c1'}.xuicon-top:before{content:'\e6c2'}.xuicon-android:before{content:'\e6c3'}.xuicon-WeChat:before{content:'\e6c4'}.xuicon-QRcode:before{content:'\e6c5'}.xuicon-wp:before{content:'\e6c6'}.xuicon-web_ic_stop_l:before{content:'\e6c7'}.xuicon-zhiding1:before{content:'\e6c8'}.xuicon-web_ic_v:before{content:'\e6ca'}.xuicon-web_ic_upload_h1:before{content:'\e6cc'}.xuicon-web_ic_wdjm:before{content:'\e6cd'}.xuicon-web_ic_backstage_h1:before{content:'\e6d7'}.xuicon-web_ic_backstage_h2:before{content:'\e6d1'}.xuicon-web_ic_aplus_h1:before{content:'\e6cb'}.xuicon-web_ic_xiaoya_h1:before{content:'\e6ce'}.xuicon-erji2:before{content:'\e6d0'}.xuicon-zhubo:before{content:'\e6d1'}.xuicon-lianzai:before{content:'\e6d2'}.xuicon-fufei:before{content:'\e6d3'}.xuicon-shiting1:before{content:'\e6d4'}.xuicon-yugao1:before{content:'\e6d6'}.xuicon-wanben:before{content:'\e6cf'}.xuicon-zhuancai:before{content:'\e6d5'}.xuicon-fufeibang:before{content:'\e6d8'}.xuicon-bodan:before{content:'\e6d9'}.xuicon-mianfeibang:before{content:'\e6da'}.xuicon-xiazai:before{content:'\e6db'}.xuicon-xiangguantuijian1:before{content:'\e6dc'}.xuicon-zhuanjixiangguan:before{content:'\e6dd'}.xuicon-zhubo1:before{content:'\e6de'}.xuicon-share_sina:before{content:'\e6df'}.xuicon-share_QQ:before{content:'\e6e0'}.xuicon-share_weixin:before{content:'\e6e1'}.xuicon-huanyihuan:before{content:'\e6e2'}.xuicon-shengyin1:before{content:'\e6e3'}.xuicon-heimingdan:before{content:'\e6e4'}.xuicon-loading:before{content:'\e6e5'}.xuicon-yixiajia:before{content:'\e6a5'}.xuicon-fangda:before{content:'\e6bf'}.xuicon-suoxiao:before{content:'\e6c9'}.xuicon-loading1:before{content:'\e6e6'}.xuicon-shenhezhong:before{content:'\e6e7'}.xuicon-arrow-up:before{content:'\e6e8'}.xuicon-left:before{content:'\e6e9'}.xuicon-right:before{content:'\e6ea'}.xuicon-down:before{content:'\e6eb'}.xuicon-resend:before{content:'\e6ec'}.xuicon-show-detail:before{content:'\e6ed'}.xuicon-album-n:before{content:'\e6ee'}.xuicon-album-p:before{content:'\e6ef'}.xuicon-anchor-n:before{content:'\e6f0'}.xuicon-sound-n:before{content:'\e6f1'}.xuicon-anchor-p:before{content:'\e6f2'}.xuicon-sound-p:before{content:'\e6f3'}.xuicon-qq:before{content:'\e6f4'}.xuicon-wechat:before{content:'\e6f5'}.xuicon-qzone:before{content:'\e6f6'}.xuicon-pyq:before{content:'\e6f7'}.xuicon-weibo:before{content:'\e6f8'}.xuicon-copy:before{content:'\e6f9'}.xuicon-focus_n:before{content:'\e6fb'}.xuicon-message:before{content:'\e6fc'}.xuicon-focus_p:before{content:'\e6fe'}.xuicon-podcast:before{content:'\e6ff'}.xuicon-ic_album:before{content:'\e702'}.xuicon-ic_baiyang:before{content:'\e6fa'}.xuicon-ic_fans:before{content:'\e6fd'}.xuicon-ic_introduce:before{content:'\e700'}.xuicon-ic_chunv:before{content:'\e703'}.xuicon-ic_jinniu:before{content:'\e704'}.xuicon-ic_man:before{content:'\e705'}.xuicon-ic_share:before{content:'\e706'}.xuicon-ic_juxie:before{content:'\e707'}.xuicon-ic_link:before{content:'\e708'}.xuicon-ic_location:before{content:'\e709'}.xuicon-ic_mojie:before{content:'\e70a'}.xuicon-ic_shuangyu:before{content:'\e70b'}.xuicon-ic_sheshou:before{content:'\e70c'}.xuicon-ic_shuangzi:before{content:'\e70d'}.xuicon-ic_shizi:before{content:'\e70e'}.xuicon-ic_shuiping:before{content:'\e70f'}.xuicon-ic_tiancheng:before{content:'\e710'}.xuicon-ic_woman:before{content:'\e711'}.xuicon-ic_tianxie:before{content:'\e712'}.xuicon-ic_certification:before{content:'\e713'}.xuicon-ic_pyq_h1:before{content:'\e715'}.xuicon-ic_commen:before{content:'\e714'}.xuicon-chat:before{content:'\e701'}.xuicon-more:before{content:'\e716'}.xuicon-ic_sound_w:before{content:'\e717'}.xuicon-ic_album_w:before{content:'\e718'}.xuicon-ic_play:before{content:'\e719'}.xuicon-ic_stop:before{content:'\e71a'}.xuicon-lesson_ic_voice:before{content:'\e71b'}.xuicon-btn_follow-n:before{content:'\e71c'}.xuicon-btn_homepage-n:before{content:'\e71d'}.xuicon-btn_fans-n:before{content:'\e71e'}.xuicon-btn_pyq_n:before{content:'\e71f'}.xuicon-btn_homepage-p:before{content:'\e720'}.xuicon-ic_follow:before{content:'\e721'}.xuicon-ic_download:before{content:'\e722'}.xuicon-btn_follow-p:before{content:'\e723'}.xuicon-btn_pyq_p:before{content:'\e725'}.xuicon-ic_live:before{content:'\e726'}.xuicon-ic_gzdr:before{content:'\e727'}.xuicon-btn_fans-p:before{content:'\e724'}.xuicon-ic_information:before{content:'\e728'}.xuicon-btn_fd:before{content:'\e729'}.xuicon-btn_sx:before{content:'\e72a'}.xuicon-ic_play_gray:before{content:'\e72b'}.xuicon-ic_play_orange:before{content:'\e72c'}.xuicon-ic_hot:before{content:'\e72d'}.xuicon-ic_look:before{content:'\e72e'}.xuicon-ic_text:before{content:'\e72f'}.xuicon-web_ic_xpy:before{content:'\e730'}.xuicon-icon-test:before{content:'\e731'}.xuicon-icon-test1:before{content:'\e732'}.xuicon-xiala-xiaoxi:before{content:'\e734'}.xuicon-xiala-xihuan:before{content:'\e735'}.xuicon-xiala-tuichu:before{content:'\e736'}.xuicon-xiala-lishi:before{content:'\e737'}.xuicon-xiala-shezhi:before{content:'\e738'}.xuicon-xiala-yigou:before{content:'\e739'}.xuicon-xiala-gerenye:before{content:'\e73a'}.xuicon-xiala-dingyue:before{content:'\e73b'}.xuicon-denglu-weixin1:before{content:'\e73c'}.xuicon-denglu-QQ1:before{content:'\e73d'}.xuicon-denglu-zhanghao:before{content:'\e73e'}.xuicon-denglu-erweima:before{content:'\e73f'}.xuicon-denglu-weibo1:before{content:'\e740'}.xuicon-seo_ic_bofang:before{content:'\e733'}.xuicon-seo_toupiao:before{content:'\e741'}.xuicon-seo_ic_zanting:before{content:'\e742'}.xuicon-quanping:before{content:'\e743'}.xuicon-xiala-yigou-h:before{content:'\e744'}.xuicon-denglu-weibo-h:before{content:'\e745'}.xuicon-denglu-erweima-h:before{content:'\e746'}.xuicon-denglu-QQ-h:before{content:'\e747'}.xuicon-xiala-lishi-h:before{content:'\e748'}.xuicon-denglu-zhanghao-h:before{content:'\e749'}.xuicon-xiala-gerenye-h:before{content:'\e74a'}.xuicon-xiala-xihuan-h:before{content:'\e74b'}.xuicon-xiala-dingyue-h:before{content:'\e74c'}.xuicon-denglu-weixin-h:before{content:'\e74d'}.xuicon-douban:before{content:'\e74e'}.xuicon-copyline:before{content:'\e74f'}.xuicon-web_album_ic_play_bg:before{content:'\e657'}.xuicon-web_album_ic_stop_bg:before{content:'\e666'}.xuicon-web_btn_recent:before{content:'\e668'}.xuicon-web_btn_notice:before{content:'\e669'}.xuicon-web_btn_new:before{content:'\e66b'}.xuicon-web_news_ic_album:before{content:'\e66c'}.xuicon-web_news_ic_stop:before{content:'\e66e'}.xuicon-web_news_ic_anchor:before{content:'\e677'}.xuicon-web_news_ic_soundsx:before{content:'\e67b'}.xuicon-web_news_btn_delate:before{content:'\e67c'}.xuicon-web_news_ic_time:before{content:'\e67d'}.xuicon-web_news_listen:before{content:'\e750'}.xuicon-web_album_ic_download_line:before{content:'\e751'}.xuicon-web_album_ic_playlike_line:before{content:'\e752'}.xuicon-web_album_ic_stoplike_line:before{content:'\e753'}.xuicon-web_album_ic_foucus_n:before{content:'\e754'}.xuicon-web_album_ic_share1:before{content:'\e755'}.xuicon-web_album_ic_stop_bg1:before{content:'\e756'}.xuicon-web_album_ic_play_bg1:before{content:'\e757'}.xuicon-web_book_btn_less:before{content:'\e758'}.xuicon-web_book_btn_more:before{content:'\e759'}.xuicon-web_book_ic_list:before{content:'\e75a'}.xuicon-web_book_ic_line:before{content:'\e75b'}.xuicon-web_book_ic_listenx:before{content:'\e75c'}.xuicon-web_album_tag_good:before{content:'\e75d'}.xuicon-web_book_ic_sounds:before{content:'\e75e'}.xuicon-web_album_tag_new:before{content:'\e75f'}.xuicon-web_ic_wechat:before{content:'\e761'}.xuicon-web_ic_alibaba_new:before{content:'\e762'}.xuicon-web_ic_new:before{content:'\e763'}.xuicon-web_abc_Oval:before{content:'\e764'}.xuicon-web_video_btn_go:before{content:'\e765'}.xuicon-web_home_video_stop:before{content:'\e766'}.xuicon-web_album_btn_video:before{content:'\e767'}.xuicon-web_home_video_play:before{content:'\e769'}.xuicon-web_album_btn_video1:before{content:'\e76a'}.xuicon-vip:before{content:'\e76e'}.xuicon-jingpin:before{content:'\e76f'}.xuicon-web_video_btn_play_big1:before{content:'\e770'}.xuicon-web_video_btn_stop_big1:before{content:'\e771'}.xuicon-web_video_btn_stop_big:before{content:'\e76b'}.xuicon-web_video_btn_play_big:before{content:'\e76c'}.xuicon-video_btn_big1:before{content:'\e76d'}.xuicon-video_btn_sound1:before{content:'\e772'}.xuicon-web_ic_alert:before{content:'\e760'}.xuicon-tag_video:before{content:'\e768'}.xuicon-web_login_keyopen:before{content:'\e773'}.xuicon-web_login_keyclose:before{content:'\e774'}.xuicon-share_QQ1:before{content:'\e775'}.xuicon-share_sina1:before{content:'\e777'}.xuicon-web_img_computer:before{content:'\e778'}.xuicon-web_img_code:before{content:'\e779'}.xuicon-share_weixin1:before{content:'\e776'}.xuicon-Mac_icon:before{content:'\e77a'}.xuicon-apple_icon:before{content:'\e77b'}.xuicon-chezaiicon:before{content:'\e77c'}.xuicon-anzhuo_icon:before{content:'\e77d'}.xuicon-xiazaiicon:before{content:'\e77e'}.xuicon-windows:before{content:'\e77f'}.xuicon-QQkongjian:before{content:'\e780'}.xuicon-pengyouquan:before{content:'\e781'}.xuicon-heimingdan1:before{content:'\e784'}.xuicon-gerenziliao:before{content:'\e785'}.xuicon-yinsi:before{content:'\e782'}.xuicon-shezhi:before{content:'\e783'}.xuicon-ic_erweima:before{content:'\e786'}.ellipsis{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.ellipsis-2{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;display:-moz-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline}.disabled{cursor:not-allowed}.loading-pointer{cursor:progress}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-transition-delay:99999s;transition-delay:99999s;-webkit-transition:color 99999s ease-out,background-color 99999s ease-out;transition:color 99999s ease-out,background-color 99999s ease-out}.ellipsis-3{overflow:hidden;position:relative}.ellipsis-3::before{content:"";width:5px;float:left;height:100%}.ellipsis-3 .text{float:right;margin-left:-5px;width:100%;word-break:break-all}.ellipsis-3:hover::after{color:#247CE3}.ellipsis-3::after{content:"...";float:right;position:relative;left:100%;-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%);margin-left:-3em;padding-right:5px;-webkit-box-sizing:content-box;box-sizing:content-box;width:3em;text-align:left;text-indent:.5em;line-height:1.43em;background:#fff}.clearfix{zoom:1}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both;visibility:hidden;font-size:0;height:0}.o-hidden{overflow:hidden}.fl{float:left}.fr{float:right}.inl-b{display:inline-block}.hidden{display:none}.d-i{display:inline}.d-ib{display:inline-block}.d-b{display:block}.t-c{text-align:center}.t-l{text-align:left}.v-m{vertical-align:middle}.pos-r{position:relative}.pos-a{position:absolute}.rich-text a{font-size:14px;color:#3267d6;letter-spacing:.17px}.b-t-e8{border-top:1px solid #e8e8e8}.b-b-e8{border-bottom:1px solid #e8e8e8}.orange-1{color:#247CE3}.green-pyq{color:#58c141}.gray-e8{color:#e8e8e8}.gray-97{color:#979797}.gray-9{color:#a3a3ac}.warn-1{color:#f43530}.gray-c{color:#ccc}.gray-6{color:#666}.gray-3{color:#40404c}.black{color:#40404c}.red{color:#ff6d6d}.white{color:#fff}.bg-white{background:#fff}.bg-gray-c{background:#ccc}.pointer-orange:hover{color:#247CE3!important;cursor:pointer}.pointer-orange:hover div,.pointer-orange:hover i{color:#247CE3!important}.opacity-95{opacity:.95}.pointer-not-allowed:hover{cursor:not-allowed}.pointer:hover{cursor:pointer}.text-xxs{font-size:8px}.text-xs{font-size:10px}.text-sm{font-size:12px}.text-mid{font-size:14px}.text-lg{font-size:16px}.text-xl{font-size:18px}.text-xxl{font-size:20px}.text-26{font-size:26px}.text-bold{font-weight:700}.text-no-bold{font-weight:400}.p-t-5{padding-top:5px}.p-b-5{padding-bottom:5px}.p-l-5{padding-left:5px}.p-r-5{padding-right:5px}.p-t-10{padding-top:10px}.p-b-10{padding-bottom:10px}.p-r-10{padding-right:10px}.p-l-10{padding-left:10px}.p-a-10{padding:10px}.p-t-15{padding-top:15px}.p-b-15{padding-bottom:15px}.p-l-15{padding-left:15px}.p-r-15{padding-right:15px}.p-l-20{padding-left:20px}.p-r-20{padding-right:20px}.p-t-20{padding-top:20px}.p-b-20{padding-bottom:20px}.p-a-20{padding:20px}.p-l-30{padding-left:30px}.p-r-30{padding-right:30px}.mgtb-20{margin:20px 0}.mgb-18{margin-bottom:18px}.mgb-20{margin-bottom:20px}.mgb-30{margin-bottom:30px}.mgl-5{margin-left:5px}.mgl-10{margin-left:10px}.mgl-15{margin-left:15px}.mgb-5{margin-bottom:5px}.mgb-10{margin-bottom:10px}.mgl-20{margin-left:20px}.mgl-30{margin-left:30px}.mgl-40{margin-left:40px}.mgt-10{margin-top:10px}.mgt-15{margin-top:15px}.mgt-20{margin-top:20px}.mgr-3{margin-right:3px}.mgr-5{margin-right:5px}.mgr-10{margin-right:10px}.mgr-15{margin-right:15px}.mgr-20{margin-right:20px}.mgr-30{margin-right:30px}.lh-50{line-height:50px}.bottom-mask{width:100%;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(61%,rgba(0,0,0,0)),to(rgba(0,0,0,.5)));background-image:-o-linear-gradient(top,rgba(0,0,0,0) 61%,rgba(0,0,0,.5) 100%);background-image:linear-gradient(-180deg,rgba(0,0,0,0) 61%,rgba(0,0,0,.5) 100%)}.face-image{width:22px;height:22px}#jvs-cert{display:inline-block!important;vertical-align:text-top;margin-left:10px}#jvs-cert>div{height:20px!important;width:50px!important}.holder-empty::after{content:'';display:block;position:relative;padding-bottom:60px}.main-content{display:block;width:1080px;margin:20px auto 0;min-height:800px}.layout-main{width:820px;float:left}.layout-side{width:240px;margin-left:20px;float:left}.full-content{width:100%;margin:0 auto}.layout-mian_explore{width:800px;float:left;    min-height: 800px;background: #FFFFFF}.layout-side_explore{width:260px;margin-left:20px;float:left}.input-radio{display:inline-block}.input-radio input[type=radio]{display:none}.input-radio input+i:before{cursor:pointer;padding-right:5px}.input-radio input[type=radio]+i:before{content:'\e6ba';color:#e8e8e8}.input-radio input[type=radio]:checked+i:before{content:'\e6b9';color:#247CE3}textarea{resize:none;background:#fff;border:1px solid #e8e8e8;border-radius:8px;width:100%;padding:5px}.use-select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#nprogress{pointer-events:none}#nprogress .bar{background:#247CE3;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;-webkit-box-shadow:0 0 10px #247CE3,0 0 5px #247CE3;box-shadow:0 0 10px #247CE3,0 0 5px #247CE3;opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;border:solid 2px transparent;border-top-color:#247CE3;border-left-color:#247CE3;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.xui-playing{display:inline-block;vertical-align:middle;text-align:justify;font-size:10px;width:20px;height:16px}.xui-playing::after{content:'';display:inline-block;width:100%;height:0;overflow:hidden}.xui-playing i{display:inline-block;width:2px;height:16px;border-radius:6px;background:#247CE3;-webkit-animation:is-playing .5s ease infinite alternate;animation:is-playing .5s ease infinite alternate;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}.xui-playing i:nth-child(1){-webkit-animation-delay:.15s;animation-delay:.15s}.xui-playing i:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.xui-playing i:nth-child(3){-webkit-animation-delay:.45s;animation-delay:.45s}.xui-playing i:nth-child(4){-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes is-playing{0%{-webkit-transform:scaleY(.2);transform:scaleY(.2)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes is-playing{0%{-webkit-transform:scaleY(.2);transform:scaleY(.2)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.arrow{position:relative;display:inline-block;vertical-align:middle;cursor:pointer;width:7px;height:7px;border:2px solid #999;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.arrow ::after{content:'';position:absolute;left:-5px;right:-5px;top:-5px;bottom:-5px}.arrow.arrow-top{border-right:0;border-bottom:0}.arrow.arrow-right{border-left:0;border-bottom:0}.arrow.arrow-bottom{border-top:0;border-left:0}.arrow.arrow-left{border-top:0;border-right:0}@-webkit-keyframes soundPaying{from{-webkit-transform:rotate(10deg);transform:rotate(10deg)}to{-webkit-transform:rotate(370deg);transform:rotate(370deg)}}@keyframes soundPaying{from{-webkit-transform:rotate(10deg);transform:rotate(10deg)}to{-webkit-transform:rotate(370deg);transform:rotate(370deg)}}.jiaoxin{-webkit-animation:soundPaying;animation:soundPaying}@-webkit-keyframes load-spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load-spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.loader{-webkit-animation:load-spinning 1.4s infinite linear;animation:load-spinning 1.4s infinite linear}.float-bar-animation{-webkit-animation:antZoomBigIn .1s 0s ease-out forwards;animation:antZoomBigIn .1s 0s ease-out forwards}.float-bar-test{-webkit-animation:antZoomBigOut .1s 0s ease-out forwards;animation:antZoomBigOut .1s 0s ease-out forwards}@-webkit-keyframes antZoomBigIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes antZoomBigIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes antZoomBigOut{0%{-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes antZoomBigOut{0%{-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}}@-webkit-keyframes floatBarNewMessageBreath{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center;transform-origin:center}18%{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center;transform-origin:center}40%{opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;transform-origin:center}50%{opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;transform-origin:center}60%{opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;transform-origin:center}82%{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center;transform-origin:center}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center;transform-origin:center}}@keyframes floatBarNewMessageBreath{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center;transform-origin:center}18%{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center;transform-origin:center}40%{opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;transform-origin:center}50%{opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;transform-origin:center}60%{opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;transform-origin:center}82%{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center;transform-origin:center}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center;transform-origin:center}}.float-bar-dot-breath:after{-webkit-animation:floatBarNewMessageBreath 2.1s 1s ease-out 3 forwards;animation:floatBarNewMessageBreath 2.1s 1s ease-out 3 forwards}.xui-header-search{font-family:-apple-system,BlinkMacSystemFont,PingFangSC-Regular,"PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;list-style:none;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:36px}.xui-header-search-input{font-family:-apple-system,BlinkMacSystemFont,PingFangSC-Regular,"PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;list-style:none;padding:10px 70px 10px 20px;width:100%;height:36px;font-size:14px;line-height:1.5;color:#333;background-color:#eeeeee;border:0;border-radius:54px;outline:0}.xui-header-search-input:focus{}.xui-header-search-input::-webkit-input-placeholder{color:#999;letter-spacing:0}.xui-header-search-input::-moz-placeholder{color:#999;letter-spacing:0}.xui-header-search-input:-ms-input-placeholder{color:#999;letter-spacing:0}.xui-header-search-input::-ms-input-placeholder{color:#999;letter-spacing:0}.xui-header-search-input::placeholder{color:#999;letter-spacing:0}.xui-header-search-button{display:inline-block;background-color:#247CE3;width:60px;height:100%;color:#fff;font-size:20px;text-align:center;line-height:36px;border-radius:54px;cursor:pointer}.xui-header-search-button_position{position:absolute;right:0;top:0}.xui-header-search-suggest{width:271px;background:#fff;margin-left:20px;-webkit-box-shadow:0 6px 12px 0 rgba(0,0,0,.1);box-shadow:0 6px 12px 0 rgba(0,0,0,.1)}.xui-header-search-suggest li,.xui-header-search-suggest ul{list-style:none}.xui-header-search-suggest-title{padding:5px 10px;color:#999}.xui-header-search-suggest-item{position:relative;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;padding:5px 10px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xui-header-search-suggest-item:hover{cursor:pointer;background:#f3f4f5}.xui-header-search-suggest-item:hover>.xuicon{visibility:visible}.xui-header-search-suggest-item-text{width:100%;display:inline-block;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xui-header-search-suggest-item .xuicon{visibility:hidden;position:absolute;top:4px;right:4px;padding:5px;vertical-align:text-top;color:#999}.xui-header-search-suggest-list_history .xui-header-search-suggest-item-text{width:234px}.xui-header-search-suggest-result_li{padding:5px 10px}.xui-header-search-suggest-result_li:hover{cursor:pointer;background:#f3f4f5}.xui-header-search-suggest-result_li .img{float:left;overflow:hidden;margin-right:10px;width:40px;height:40px;background:url(/yx/ximalaya-web-static/last/dist/images/search_4d7b1e2.png) no-repeat -90px -130px}.xui-header-search-suggest-result_li .category{font-size:12px;color:#a3a3ac}.xui-header-search-suggest-result_li .title{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xui-header-search-suggest-result_li .title em{font-style:normal;color:#247CE3}.slide-enter{display:block}.slide-exited{display:none}.slide-entering{-webkit-animation:downIn .3s both;animation:downIn .3s both}@-webkit-keyframes downIn{from{-webkit-transform:translate(0,-10px);transform:translate(0,-10px);opacity:0}to{-webkit-transform:translate(0,0);transform:translate(0,0);opacity:1}}@keyframes downIn{from{-webkit-transform:translate(0,-10px);transform:translate(0,-10px);opacity:0}to{-webkit-transform:translate(0,0);transform:translate(0,0);opacity:1}}.slide-exiting{-webkit-animation:downOut .3s both;animation:downOut .3s both}@-webkit-keyframes downOut{from{-webkit-transform:translate(0,0);transform:translate(0,0);opacity:1}to{-webkit-transform:translate(0,10px);transform:translate(0,10px);opacity:0}}@keyframes downOut{from{-webkit-transform:translate(0,0);transform:translate(0,0);opacity:1}to{-webkit-transform:translate(0,10px);transform:translate(0,10px);opacity:0}}.xui-toast{position:fixed;left:50%;top:50%;padding:15px 20px;font-size:16px;color:#fff;border-radius:3px;background:rgba(0,0,0,.75);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1080}.xm-form-item{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.xm-form-item.is-error .xm-input__inner{border-color:#ff4949}.xm-form-item .xm-form-item__label{position:absolute}.xm-form-item__error{position:absolute;top:100%;left:0;font-size:12px;color:#ff4949}.verifyCodePop__title{padding:15px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.verifyCodePop__title h4{font-size:18px;text-align:center}.login-pop{padding:25px 20px 0 20px}.login-pop [role=tab-nav]{padding-bottom:25px;border-bottom:1px solid #e8e8e8}.login-pop [role=tab-panel]{width:100%;display:none}.login-pop .active[role=tab-panel]{display:block}.login-pop__closeBtn{position:absolute;bottom:-50px;left:0;right:0;margin:auto;width:30px;height:30px;border-radius:50%;cursor:pointer}.login-tab-btn{position:absolute;display:block;padding-top:10px;text-align:center;top:0;right:0;width:75px;height:75px;cursor:pointer;z-index:12}.login-tab-btn:hover svg{fill:#247CE3}.login-tab-btn::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/yx/ximalaya-web-static/last/dist/images/login_mask_1b6638c.png);background-size:cover}.login-pop-tab-nav{position:relative}.login-pop-tab-nav [role=tab]{margin-right:20px;padding:0 10px;line-height:1.39;font-size:18px;cursor:pointer}.login-pop-tab-nav [role=tab]:hover{color:#247CE3}.login-pop-tab-nav [role=ink-bar]{position:absolute;bottom:0;left:0;width:1000px;height:3px;background:#247CE3;border-radius:100px}.login-pop-tab-nav .active[role=tab]{color:#247CE3}.login-pop-tab-nav [role=tab]{display:inline-block}.login-pop__form-item{position:relative}.login-pop__form-item.error input{border:1px solid #fc0d1c}.login-pop__form-item .error-tip{position:absolute;top:100%;left:0;font-size:14px;color:#fc0d1c}.login-pop__form{padding-top:20px;font-size:18px}.login-pop__form input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset;box-shadow:0 0 0 1000px #fff inset}.login-pop__form .phone-input{position:relative;margin-bottom:20px;height:44px;vertical-align:top;z-index:10}.login-pop__form .phone-input [role=phone-num]{position:absolute;top:0;left:0;width:100%;height:44px;padding:0 0 0 120px;vertical-align:top;display:inline-block;z-index:3}.login-pop__form .phone-input [role=phone-num]:focus{border-color:#247CE3}.login-pop__form .phone-input__selector{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:105px;vertical-align:top;display:inline-block;padding:0 20px;white-space:nowrap;border-right:1px solid #e8e8e8;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;z-index:4}.login-pop__form .phone-input__selector .arrow{left:8px}.login-pop__form .phone-input__selector .arrow-bottom{margin-top:-5px}.login-pop__form .phone-input__code{display:inline-block;width:52px;font-size:18px;line-height:1.39;color:#40404c}.login-pop__form .open .phone-input__list{display:block}.login-pop__form .phone-input__list{position:absolute;top:100%;left:0;display:none;width:100%;height:250px;overflow-y:auto;margin-top:-3px;padding-top:6px;border:1px solid #e8e8e8;border-top:none;border-radius:4px;border-top-left-radius:0;border-top-right-radius:0;z-index:1;background-color:#fff}.login-pop__form .phone-input__list [role=option]{padding:5px 0 0 20px;font-size:18px;line-height:1.39;cursor:pointer}.login-pop__form .phone-input__list [role=option]:hover{background:#f3f4f5}.login-pop__form input{outline:0;font-size:18px;line-height:1.39;border:1px solid #e1e1e1;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px 20px}.login-pop__form input[role=password]{display:block;width:100%;height:44px;margin-bottom:20px}.login-pop__form input[role=password]:focus{border-color:#247CE3}.login-pop__form input[role=sms-key]{display:inline-block;width:250px;height:44px;line-height:44px;margin-bottom:20px;margin-right:20px}.login-pop__form input[role=sms-key]:focus{border-color:#247CE3}.login-pop__form input[role=sms-code]{display:inline-block;height:44px;width:250px;margin:0 20px 20px 0}.login-pop__form button{cursor:pointer;outline:0;border:none}.login-pop__form button:active{background:0 0;outline:0;border:none}.login-pop__form button:focus{outline:0;border:none}.login-pop__form .sms-btn{width:130px;height:44px;font-size:18px;line-height:1.39;background:#fff;border:1px solid #247CE3;border-radius:4px;color:#247CE3;-webkit-box-sizing:border-box;box-sizing:border-box}.login-pop__form .sms-btn:active,.login-pop__form .sms-btn:focus{border:1px solid #247CE3}.login-pop__form .code-btn{display:inline-block;border:1px solid #247CE3;border-radius:4px;height:44px;width:130px;font-size:18px;color:#247CE3;background:#fff;text-align:center}.login-pop__form .code-btn:active,.login-pop__form .code-btn:focus{border:1px solid #247CE3}.login-pop__form .login-btn{display:block;width:100%;height:44px;padding:10px 0;margin-bottom:20px;font-size:18px;line-height:1.39;color:#fff;background-image:-webkit-gradient(linear,left top,right top,color-stop(1%,#247CE3),color-stop(95%,#247CE3));background-image:-o-linear-gradient(left,#247CE3 1%,#247CE3 95%);background-image:linear-gradient(90deg,#247CE3 1%,#247CE3 95%);border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none}.login-pop__form .login-btn[disabled]{background-color:#ccc;border-color:#ccc;background-image:none;cursor:not-allowed}.login-pop__form .login-btn[disabled]>*{pointer-events:none}.login-pop__form .check-box{float:left;vertical-align:middle;color:#72727b;cursor:pointer}.login-pop__form .check-box.checked{color:#247CE3}.login-pop__form .check-box__box{display:inline-block;vertical-align:middle;margin-right:6px;width:20px;height:20px;border-radius:3px}.login-pop__form .forgot{float:right;color:#72727b}.login-pop__form .login-pop__reg-link{color:#247CE3}.third-part__title{position:relative;text-align:center;margin-top:40px;margin-bottom:20px;font-size:18px;color:#a3a3ac}.third-part__title p{padding:0 10px;letter-spacing:0;display:inline-block;background:#fff}.third-part__title::after{content:"";width:100%;height:1px;top:50%;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block;background-color:#e8e8e8;z-index:-1}.third-part__list{text-align:center;margin-bottom:12px}.third-part__link{display:inline-block;width:40px;height:40px;margin-right:40px;border-radius:50%;background-size:cover;background-position:center center;background-repeat:no-repeat}.third-part__link:last-of-type{margin-right:0}#icon-denglu-QQ path,#icon-denglu-qiehuan-erweima path,#icon-denglu-weixin path,#icon-share_sina path{fill:inherit}.icon-denglu-qiehuan-erweima{fill:#ccc}.third-part__list svg{fill:#ccc}.icon-denglu-QQ:hover{fill:#34b5e6}.icon-share_sina:hover{fill:#ea5f61}.icon-denglu-weixin:hover{fill:#4ec63b}.login-pop__footer{margin-top:35px;height:140px;background-image:url('https://hy960.oss-cn-hangzhou.aliyuncs.com//upload/article/202001/09/1578564153_5920e76055c923624417.png');background-size:100% auto;background-repeat:no-repeat;background-position:left bottom}.login-download-tips{font-size:12px;color:#72727b;letter-spacing:0;text-align:center}.qrcode-login__header{padding-bottom:25px;border-bottom:1px solid #e8e8e8}.qrcode-login__header h4{color:#40404c;font-weight:400;font-size:18px;line-height:1.39}.qrcode-login__qrcode{width:200px;height:200px;margin:40px auto 8px auto;background-size:cover;background-position:center center;background-repeat:no-repeat}.qrcode-login__tip{text-align:center;font-size:12px;line-height:1.43;color:#a3a3ac}.qrcode-login__tip:last-of-type{margin-bottom:0}.qrcode-login__reg{text-align:center;margin-top:24px;margin-bottom:4px;font-size:16px;line-height:1.39;color:#333}.qrcode-login__reg-link{color:#247CE3}.text-tip{text-align:center;font-size:12px}.text-tip a{border-bottom:1px solid #247CE3}.xui-radio{color:#333;cursor:pointer;display:inline-block;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.xui-radio_input{white-space:nowrap;outline:0;display:inline-block;line-height:1;vertical-align:middle}.xui-radio_input.is-checked .xui-radio_inner{border-color:#247CE3}.xui-radio_input.is-checked .xui-radio_inner::after{background-color:#247CE3;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.xui-radio_input.is-disabled .xui-radio_inner{background-color:#eef1f6;border-color:#d1dbe5;cursor:not-allowed}.xui-radio_input.is-disabled .xui-radio_inner::after{cursor:not-allowed;background-color:#eef1f6;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.xui-radio_inner{position:relative;display:inline-block;border:2px solid #e8e8e8;width:16px;height:16px;border-radius:50%;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.xui-radio_inner::after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background-color:#fff;left:50%;top:50%;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0)}.xui-radio_inner:hover{border-color:#247CE3}.xui-radio_original{display:none;opacity:0}#icon-quanjubofangqi-suoding path{fill:inherit}.icon-quanjubofangqi-suoding{fill:#e8e8e8}.icon-quanjubofangqi-suoding:hover{fill:#247CE3}#icon-quanjubofangqi-shangyiqu path{fill:inherit}.icon-quanjubofangqi-shangyiqu{fill:#fff}.icon-quanjubofangqi-shangyiqu:hover{fill:#247CE3}#icon-quanjubofangqi-xiayiqu path{fill:inherit}.icon-quanjubofangqi-xiayiqu{fill:#fff}.icon-quanjubofangqi-xiayiqu:hover{fill:#247CE3}#icon-quanjubofangqi-zanting path{fill:inherit}.icon-quanjubofangqi-zanting{fill:#fff}.icon-quanjubofangqi-zanting:hover{fill:#247CE3}#icon-quanjubofangqi-bofang path{fill:inherit}.icon-quanjubofangqi-bofang{fill:#fff}.icon-quanjubofangqi-bofang:hover{fill:#247CE3}#icon-quanjubofangqi-dianzan path{fill:inherit}.icon-quanjubofangqi-dianzan{fill:#e8e8e8}.icon-quanjubofangqi-dianzan:hover{fill:#247CE3}#icon-quanjubofangqi-xiazai path{fill:inherit}.icon-quanjubofangqi-xiazai{fill:#e8e8e8}.icon-quanjubofangqi-xiazai:hover{fill:#247CE3}#icon-quanjubofangqi-fenxiang path{fill:inherit}.icon-quanjubofangqi-fenxiang{fill:#e8e8e8}.icon-quanjubofangqi-fenxiang:hover{fill:#247CE3}#icon-quanjubofangqi-yinliang path{fill:inherit}.icon-quanjubofangqi-yinliang{fill:#ccc}.icon-quanjubofangqi-yinliang:hover{fill:#247CE3}#icon-quanjubofangqi-jingyin path{fill:inherit}.icon-quanjubofangqi-jingyin{fill:#ccc}.icon-quanjubofangqi-jingyin:hover{fill:#247CE3}#icon-quanjubofangqi-suiji path{fill:inherit}.icon-quanjubofangqi-suiji{fill:#ccc}.icon-quanjubofangqi-suiji:hover{fill:#247CE3}#icon-quanjubofangqi-xunhuan path{fill:inherit}.icon-quanjubofangqi-xunhuan{fill:#ccc}.icon-quanjubofangqi-xunhuan:hover{fill:#247CE3}#icon-quanjubofangqi-danquxunhuan path{fill:inherit}.icon-quanjubofangqi-danquxunhuan{fill:#ccc}.icon-quanjubofangqi-danquxunhuan:hover{fill:#247CE3}#icon-quanjubofangqi-bofangliebiao path{fill:inherit}.icon-quanjubofangqi-bofangliebiao{fill:#ccc}.icon-quanjubofangqi-bofangliebiao:hover{fill:#247CE3}.xm-player{position:fixed;width:100%;left:0;height:50px;background:url(/yx/ximalaya-web-static/last/dist/images/play_bg_6753e73.png) center repeat-x;bottom:0;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:901}.xm-player-lock{position:absolute;right:40px;top:-14px;width:64px;height:14px;background:url(/yx/ximalaya-web-static/last/dist/images/lock_bg_90d02f9.png) center no-repeat;background-size:100%;text-align:center;cursor:pointer}.xm-player.is-unlocked{bottom:-50px}.xm-player.is-locked{bottom:0!important}.xm-player .hand{position:absolute;left:0;right:0;height:20px;top:-20px}.xm-player .box-shadow-wrapper{position:absolute;left:0;right:0}.xm-player .box-shadow-wrapper::before{content:'';position:absolute;top:0;left:-101px;width:100%;height:0;-webkit-box-shadow:0 -2px 4px 1px rgba(0,0,0,.2);box-shadow:0 -2px 4px 1px rgba(0,0,0,.2)}.xm-player .box-shadow-wrapper::after{content:'';position:absolute;top:0;right:0;width:42px;height:0;-webkit-box-shadow:0 -2px 4px 1px rgba(0,0,0,.2);box-shadow:0 -2px 4px 1px rgba(0,0,0,.2)}.xm-player-wrapper{width:1080px;height:100%;margin:0 auto;display:block}.xm-player-cover{width:30px;height:30px;background:url(/yx/ximalaya-web-static/last/dist/images/track_60_e77fd6f.png) center no-repeat;background-size:100%;margin-top:10px;-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.5);box-shadow:0 0 8px 0 rgba(0,0,0,.5)}.xm-player-cover>img{width:100%;height:100%}.xm-player-btns{text-align:center;margin-top:10px}.xm-player-btns .pause,.xm-player-btns .play{font-size:30px;line-height:30px;color:#fff}.xm-player-btns .pause:hover,.xm-player-btns .play:hover{color:#247CE3}.xm-player-btns a{display:inline-block;vertical-align:middle;margin-left:20px}.xm-player-body{position:relative;width:612px;margin-left:20px}.xm-player-body-title{display:block;height:36px;line-height:36px;font-size:12px}.xm-player-body-title a{color:#fff}.xm-player-body-title a:hover{color:#247CE3}.xm-player-progress{position:relative;width:490px;height:2px;background:transparent -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.85)),to(rgba(0,0,0,.95)));background:transparent -o-linear-gradient(left,rgba(0,0,0,.85),rgba(0,0,0,.95));background:transparent linear-gradient(to right,rgba(0,0,0,.85),rgba(0,0,0,.95))}.xm-player-progress::after{content:'';cursor:pointer;height:6px;width:100%;top:-3px;left:0;position:absolute;right:0;bottom:0}.xm-player-progress_load{height:100%;width:0%;background-color:#a3a3ac;display:block}.xm-player-progress_cur{position:relative;left:0;top:-2px;display:block;height:100%;width:0%;background-color:#247CE3;z-index:1}.xm-player-progress_btn{position:absolute;right:-5px;top:-4px;font-size:0;cursor:pointer}.xm-player-playtime{position:absolute;right:-5px;bottom:-5px;font-size:12px;color:#e8e8e8}.xm-player-oprations{position:relative;margin-top:17px;margin-left:44px}.xm-player-oprations::after{content:'';width:1px;height:14px;background-color:#72727b;display:block;float:right;margin-top:2px}.xm-player-oprations .btn{margin-right:18px}.xm-player-controls{position:relative;margin-top:17px}.xm-player-controls .btn{margin-left:14px}.xm-player-oprations .play-rate{display:inline-block;vertical-align:top;width:40px;text-align:center;line-height:20px;color:#e8e8e8}.xm-player-oprations .play-rate:hover{color:#247CE3}.xm-player-play-rate-container{display:none;position:absolute;top:-203px;left:-4px;border-radius:3px;text-align:center;color:#e8e8e8;line-height:22px;padding:5px 10px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(51,51,51,.75)),to(rgba(0,0,0,.85)));background-image:-o-linear-gradient(top,rgba(51,51,51,.75) 0,rgba(0,0,0,.85) 100%);background-image:linear-gradient(-180deg,rgba(51,51,51,.75) 0,rgba(0,0,0,.85) 100%);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5),0 -2px 4px 0 rgba(0,0,0,.2);box-shadow:0 2px 4px 0 rgba(0,0,0,.5),0 -2px 4px 0 rgba(0,0,0,.2)}.xm-player-play-rate-container.showPlayRate{display:block}.xm-player-play-rate-container .play-rate-item{cursor:pointer}.xm-player-play-rate-container .play-rate-item:hover{color:#247CE3}.xm-player-play-rate-container .play-rate-item.actived{color:#247CE3}.xm-player-volume-wrapper{position:absolute;bottom:32px;left:0}.xm-player-volume{display:none;width:48px;height:122px;background:url(/yx/ximalaya-web-static/last/dist/images/volume_bg_98578b0.png) center no-repeat;background-size:100%}.showVolume .xm-player-volume{display:block}.xm-player-volume-progress{position:absolute;top:16px;left:50%;margin-left:-1px;width:2px;height:90px;background:#40404c}.xm-player-volume-progress::before{content:'';cursor:pointer;height:100%;width:6px;top:0;left:-7px;position:absolute;right:0;bottom:0}.xm-player-volume-progress::after{content:'';cursor:pointer;height:100%;width:6px;top:0;left:2px;position:absolute;right:0;bottom:0}.xm-player-volume_cur{position:absolute;left:0;bottom:-2px;display:block;height:0%;width:100%;background-color:#247CE3}.xm-player-volume_btn{position:absolute;right:-4px;top:-4px;font-size:0;cursor:pointer}.xm-player-list{position:fixed;left:50%;bottom:50px;width:1080px;margin-left:-540px;background:rgba(0,0,0,.85);-webkit-box-shadow:0 -2px 4px 0 rgba(0,0,0,.2);box-shadow:0 -2px 4px 0 rgba(0,0,0,.2);border-radius:4px 4px 0 0;z-index:900}.xm-player-list-head{margin:0 20px;height:55px;line-height:55px;color:#fff;border-bottom:1px solid rgba(163,163,172,.2)}.xm-player-list-head h4{font-weight:400;float:left;font-size:20px;letter-spacing:0}.xm-player-list-head .reset{cursor:pointer;float:right}.xm-player-list-head .reset:hover{color:#247CE3}.xm-player-list-head .sort{cursor:pointer;float:right;color:#a3a3ac}.xm-player-list-wrapper_hide{display:none}.xm-player-list-content{overflow:scroll;height:260px}.xm-player-list-content ul{overflow:hidden}.xm-player-list-content .row{cursor:pointer;min-height:42px;line-height:42px;padding:0 20px 0 45px;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.xm-player-list-content .row:hover{background:rgba(64,64,76,.5)}.xm-player-list-content .row .col-1,.xm-player-list-content .row .col-2,.xm-player-list-content .row .col-3,.xm-player-list-content .row .col-4{float:left;color:#a3a3ac}.xm-player-list-content .row .col-1{display:inline-block;text-align:center;width:34px}.xm-player-list-content .row .col-1 .xui-playing{margin-top:-14px}.xm-player-list-content .row .col-1 svg{vertical-align:middle}.xm-player-list-content .row .col-2{width:560px;color:#fff;margin-left:5px}.xm-player-list-content .row .col-2.is-playing{color:#247CE3}.xm-player-list-content .row .col-3{width:300px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xm-player-list-content .row .col-4{float:right}.anchor-detail-list-header-bg{position:absolute;left:0;right:0;height:56px;background:#fff}.anchor-detail-list-left-side{width:820px}.anchor-detail-list-right-side{margin-left:20px;width:240px}.anchor-detail-list-right-side>.recommend-list{margin-top:0!important}.anchor-detail-list-tab-nav{background:#fff;position:relative;padding:15px 0 15px 20px;font-size:18px;line-height:1.4;color:#72727b}.anchor-detail-list-tab-nav [role=tab]{display:inline-block;padding:0 10px;margin-right:20px;cursor:pointer}.anchor-detail-list-tab-nav [role=tab] a:hover{color:#40404c}.anchor-detail-list-tab-nav [role=tab].active{color:#247CE3}.anchor-detail-list-tab-nav [role=tab].active *{color:#247CE3}.anchor-detail-list-tab-nav [role=ink-bar]{position:absolute;left:0;bottom:0;height:3px;background:#247CE3;border-radius:100px}.anchor-detail-list-tab-content{padding-top:20px}.anchor-detail-list-tab-content [role=tab-panel]{display:none}.anchor-detail-list-tab-content [role=tab-panel].active{display:block}.anchor-sub-tab-tab-nav-wrap{padding-top:15px}.anchor-sub-tab-tab-nav{position:relative;padding-bottom:15px}.anchor-sub-tab-tab-nav [role=tab]{display:inline-block;padding:0 5px;margin-right:10px;font-size:14px;line-height:1.43;color:#72727b;cursor:pointer}.anchor-sub-tab-tab-nav [role=tab]:hover{color:#247CE3}.anchor-sub-tab-tab-nav [role=tab].active{color:#247CE3}.anchor-sub-tab-tab-nav [role=tab].active *{color:#247CE3}.anchor-sub-tab-tab-nav [role=tab]:last-of-type{margin-right:0}.anchor-sub-tab-tab-nav [role=ink-bar]{position:absolute;left:0;bottom:0;height:1px;background:#247CE3;border-radius:100px}.anchor-sub-tab-tab-nav [role=ink-bar]::after{content:'';position:absolute;left:50%;bottom:1px;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);border:4px solid transparent;border-bottom:4px solid #247CE3}.anchor-sub-tab-tab-content [role=tab-panel]{display:none}.anchor-sub-tab-tab-content [role=tab-panel].active{display:block}.rich-text p{color:#40404c;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;margin-bottom:16px;text-indent:30px}.rich-text .ting-album-wrapper,.rich-text .ting-track-wrapper{background:#f3f3f3;border-radius:4px;margin:20px 34px;padding:29px 21px;-webkit-box-sizing:border-box;box-sizing:border-box;width:712px}.rich-text .ting-album-wrapper a,.rich-text .ting-track-wrapper a{display:block}.rich-text .ting-album-wrapper .album-cover{height:80px;width:80px;border-radius:4px;display:inline-block;vertical-align:middle;margin-right:20px}.rich-text .ting-album-wrapper .album-cover img{height:80px;width:80px;border-radius:4px}.rich-text .ting-album-wrapper .album-info{display:inline-block;vertical-align:middle;width:calc(670px - 80px - 24px)}.rich-text .album-info .album-title{font-family:PingFangSC-Reagular;font-size:15px;color:#252525;letter-spacing:0;padding-bottom:5px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.rich-text .album-info .album-subtitle{font-family:PingFangSC-Regular;font-size:12px;line-height:12px;color:#a3a3ac;padding-bottom:10px;padding-top:5px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.rich-text .ting-track-wrapper .track-cover{height:80px;width:80px;border-radius:100%;display:inline-block;vertical-align:middle;margin-right:20px}.rich-text .ting-track-wrapper .track-info{width:calc(670px - 80px - 24px);text-align:left;display:inline-block;vertical-align:middle}.rich-text .track-info .track-title{font-family:PingFangSC-Reagular;font-size:15px;color:#252525;letter-spacing:0;padding-bottom:5px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.rich-text .track-info .track-subtitle{font-family:PingFangSC-Regular;font-size:12px;line-height:12px;color:#a3a3ac;padding-bottom:10px;padding-top:5px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.rich-text .icon-box{font-size:12px;color:#a3a3ac;display:inline-block}.rich-text .mg-rt-15{margin-right:15px}.rich-text .image-wrap{text-align:center;margin-bottom:20px}#_uploadCaptchaModalToast._captcha-modal-toast{position:fixed;display:-ms-flexbox;display:-webkit-box;display:flex;z-index:1501;top:0;left:0;right:0;bottom:0;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center}#_uploadCaptchaModalToast._captcha-modal-toast>div{color:#fff;border-radius:3px;background:rgba(0,0,0,.75);padding:15px 20px}#_uploadCaptchaModal._captcha-modal{position:fixed;z-index:1500;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}#_uploadCaptchaModal._captcha-modal ._captcha-modal-box{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:330px;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:5px solid #247CE3;-o-border-image:-o-linear-gradient(left,#fc9d77 0,#247CE3 100%) 30 30;border-image:-webkit-gradient(linear,left top,right top,from(#fc9d77),to(#247CE3)) 30 30;border-image:linear-gradient(90deg,#fc9d77 0,#247CE3 100%) 30 30;padding:0 40px}._captcha-modal-title{font-family:PingFangSC-Reagular;font-size:18px;color:#333;letter-spacing:1.5px;padding:15px 0 20px;text-align:center}._captcha-modal-input input{font-size:18px;border:1px solid #e1e1e1;border-radius:4px;width:250px;line-height:44px;text-align:center;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}._captcha-modal-input input::-webkit-input-placeholder{font-size:18px;text-align:center}._captcha-modal-input input:-ms-input-placeholder{font-size:18px;text-align:center}._captcha-modal-input input::-moz-placeholder{font-size:18px;text-align:center}._captcha-modal-input input::-ms-input-placeholder{font-size:18px;text-align:center}._captcha-modal-input input::placeholder{font-size:18px;text-align:center}._captcha-modal-captcha{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-ms-flexbox;display:-webkit-box;display:flex;margin-top:20px;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}._captcha-modal-captcha ._captcha-modal-captcha-img{height:42px;width:132px;border-radius:4px;border:1px solid #e1e1e1;overflow:hidden;vertical-align:middle}._captcha-modal-captcha ._captcha-modal-captcha-refresh{display:inline-block;text-align:center;margin-left:20px;height:42px;width:94px;line-height:42px;font-size:18px;color:#247CE3;border-radius:4px;border:1px solid #247CE3;cursor:pointer}._captcha-modal-operation{margin-top:20px;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;display:-ms-flexbox;display:-webkit-box;display:flex;margin-bottom:20px}._captcha-modal-operation ._captcha-modal-close{display:inline-block;width:110px;border:1px solid #e1e1e1;line-height:42px;padding:0;font-size:18px;color:#666;border-radius:4px;text-align:center;cursor:pointer}._captcha-modal-operation ._captcha-modal-submit{display:inline-block;width:110px;line-height:44px;padding:0;font-size:18px;color:#fff;border-radius:4px;background-image:-webkit-gradient(linear,left top,right top,color-stop(1%,#ff9973),color-stop(95%,#247CE3));background-image:-o-linear-gradient(left,#ff9973 1%,#247CE3 95%);background-image:linear-gradient(90deg,#ff9973 1%,#247CE3 95%);text-align:center;cursor:pointer}.xm-switch{position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;width:44px;height:22px;line-height:20px;padding:0;vertical-align:middle;border-radius:20px 20px;border:1px solid #ccc;background-color:#ccc;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.35,0,.25,1);-o-transition:all .3s cubic-bezier(.35,0,.25,1);transition:all .3s cubic-bezier(.35,0,.25,1)}.xm-switch::after{position:absolute;width:18px;height:18px;left:2px;top:1px;border-radius:50% 50%;background-color:#fff;content:" ";cursor:pointer;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.26);box-shadow:0 2px 5px rgba(0,0,0,.26);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:left .3s cubic-bezier(.35,0,.25,1);-o-transition:left .3s cubic-bezier(.35,0,.25,1);transition:left .3s cubic-bezier(.35,0,.25,1);-webkit-animation-timing-function:cubic-bezier(.35,0,.25,1);animation-timing-function:cubic-bezier(.35,0,.25,1);-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:rcSwitchOff;animation-name:rcSwitchOff}.xm-switch-sm{width:26px;height:16px}.xm-switch-sm::after{width:14px;height:14px;top:0;left:1px}.xm-switch-sm.xm-switch-checked::after{left:10px}.xm-switch-inner{color:#fff;font-size:12px;position:absolute;left:24px;top:0}.xm-switch:hover::after{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-animation-name:rcSwitchOn;animation-name:rcSwitchOn}.xm-switch:focus{-webkit-box-shadow:0 0 0 2px tint(#2db7f5,80%);box-shadow:0 0 0 2px tint(#2db7f5,80%);outline:0}.xm-switch-checked{border:1px solid #247CE3;background-color:#247CE3}.xm-switch-checked .switchPrefixCls-inner{left:6px}.xm-switch-checked::after{left:22px}.xm-switch-disabled{cursor:no-drop;background:#ccc;border-color:#ccc}.xm-switch-disabled::after{background:#9e9e9e;-webkit-animation-name:none;animation-name:none;cursor:no-drop}.xm-switch-disabled:hover::after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-animation-name:none;animation-name:none}.xm-switch-label{display:inline-block;line-height:20px;font-size:14px;padding-left:10px;vertical-align:middle;white-space:normal;pointer-events:none;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}@-webkit-keyframes rcSwitchOn{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.25);transform:scale(1.25)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes rcSwitchOn{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.25);transform:scale(1.25)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes rcSwitchOff{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes rcSwitchOff{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}.rank-tab-content{padding-top:37px}.rank-tab-nav-wrap{position:absolute;width:1080px}.rank-tab-nav{text-align:center;padding-bottom:8.5px;border-bottom:1px solid #e8e8e8}.rank-tab-nav__tab{font-family:PingFangSC-Regular;display:inline-block;font-size:14px;color:#72727b;width:100px;cursor:pointer}.rank-tab-nav__tab.active .rank-nav-link{font-family:PingFangSC-Reagular;font-size:16px;color:#40404c!important}.rank-ink-bar{width:20px!important;text-align:center;margin:0 50px;position:absolute;left:-7px;bottom:0;background:#247CE3;height:3px}span[class^=user-]{font-size:12px;color:#a3a3ac}span[class=anchor-intro]{font-size:14px;color:#72727b}span[class=user-category]{font-size:12px;color:#72727b}span[class*=user-price]{font-size:12px;color:#247CE3}.anchor-intro_title{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;vertical-align:bottom;max-width:243px}.ting-page .side{margin-left:0;margin-right:20px;background:#fff;padding:4px 10px}.ting-page .side .ting-main-icon{background-image:url(/yx/ximalaya-web-static/last/dist/images/ting_sprite_ffcdc56.png);background-size:441px 100px;background-repeat:no-repeat;width:220px;height:100px;background-position:-221px 0;display:inline-block;margin-bottom:20px}.ting-page .side .ting-main-icon.actived,.ting-page .side .ting-main-icon:hover{background-image:url(/yx/ximalaya-web-static/last/dist/images/ting_sprite_ffcdc56.png);background-size:441px 100px;background-repeat:no-repeat;width:220px;height:100px;background-position:0 0}.ting-page .side .all-love-list,.ting-page .side .category-list{margin-bottom:20px}.ting-page .side .all-love-list .title,.ting-page .side .category-list .title{font-size:20px;color:#40404c;margin-bottom:10px}.ting-page .side .all-love-list .list a,.ting-page .side .category-list .list a{display:inline-block;font-size:16px;color:#72727b}.ting-page .side .all-love-list .list a:hover,.ting-page .side .category-list .list a:hover{color:#247CE3}.ting-page .side .all-love-list .list a{display:inline-block;padding-left:10px}.ting-page .side .all-love-list .list a:not(last-child){margin-bottom:15px;padding-right:20px}.ting-page .side .all-love-list .list a.active{color:#247CE3}.ting-page .side .category-list .list a{margin:7.5px 10px;width:80px;display:inline-block;position:relative}.ting-page .side .category-list .list a.active{color:#247CE3}.ting-page .content>div{margin-bottom:20px}.ting-page .content .today-ting{padding:20px 0}.ting-page .content .today-ting .left-img{display:inline-block;vertical-align:top;position:relative;width:384px;height:180px;margin-right:20px}.ting-page .content .today-ting .left-img>img{height:inherit;width:100%}.ting-page .content .today-ting .left-img .dark-bar{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(30%,rgba(0,0,0,0)),to(rgba(0,0,0,.5)));background-image:-o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.5) 100%);background-image:linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.5) 100%);color:#fff;position:absolute;right:0;bottom:0;width:100px;text-align:right;padding-right:10px}.ting-page .content .today-ting .left-img .dark-bar span{display:inline-block;vertical-align:middle}.ting-page .content .today-ting .right-info{display:inline-block;vertical-align:top;position:relative;height:180px;width:calc(100% - 384px - 20px)}.ting-page .content .today-ting .right-info .title{font-size:20px;font-weight:bolder;display:block;margin-bottom:5px;display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ting-page .content .today-ting .right-info .intro{font-size:16px;color:#72727b;margin-bottom:15px;display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ting-page .content .today-ting .right-info .bottom-info{position:absolute;width:100%;bottom:0}.ting-page .content .today-ting .right-info .avatar{height:30px;width:30px;border-radius:50%;overflow:hidden;margin-right:10px}.ting-page .content .today-ting .right-info .avatar,.ting-page .content .today-ting .right-info .category,.ting-page .content .today-ting .right-info .date,.ting-page .content .today-ting .right-info .nickname{display:inline-block;vertical-align:middle;font-size:14px;color:#a3a3ac}.ting-page .content .today-ting .right-info .nickname{margin-right:20px}.ting-page .content .today-ting .right-info .nickname:hover{color:#247CE3}.ting-page .content .today-ting .right-info .category{color:#247CE3;margin-left:20px}.ting-page .content .author-recommend{padding:20px 0}.ting-page .content .author-recommend ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.ting-page .content .author-recommend ul li{position:relative;display:inline-block;width:180px;margin-right:20px}.ting-page .content .author-recommend ul li .img{width:180px;height:84px;display:inline-block}.ting-page .content .author-recommend ul li .img>img{height:inherit;width:100%}.ting-page .content .author-recommend ul li .dark-bar{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(30%,rgba(0,0,0,0)),to(rgba(0,0,0,.5)));background-image:-o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.5) 100%);background-image:linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.5) 100%);color:#fff;position:absolute;right:0;bottom:27px;width:100%;text-align:right;padding-right:10px}.ting-page .content .author-recommend ul li .dark-bar span{display:inline-block;vertical-align:middle}.ting-page .content .author-recommend ul li .intro{display:inline-block;width:inherit;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:5px}.ting-page .content .past-ting{padding-bottom:20px}.ting-page .content .past-ting .title-date{font-size:20px;margin-bottom:20px}.ting-page .content .past-ting ul li{padding:20px 0;border-bottom:1px solid #e8e8e8}.ting-page .content .past-ting ul li:last-child{border-bottom:none}.ting-page .content .past-ting ul li .left-img{display:inline-block;vertical-align:top;position:relative;width:384px;height:180px;margin-right:20px}.ting-page .content .past-ting ul li .left-img>img{height:inherit;width:100%}.ting-page .content .past-ting ul li .left-img .dark-bar{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(30%,rgba(0,0,0,0)),to(rgba(0,0,0,.5)));background-image:-o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.5) 100%);background-image:linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.5) 100%);color:#fff;position:absolute;right:0;bottom:0;width:100px;text-align:right;padding-right:10px}.ting-page .content .past-ting ul li .left-img .dark-bar span{display:inline-block;vertical-align:middle}.ting-page .content .past-ting ul li .right-info{position:relative;width:calc(100% - 384px - 20px);height:180px;display:inline-block;vertical-align:top}.ting-page .content .past-ting ul li .right-info .title{font-size:20px;font-weight:bolder;display:block;margin-bottom:5px;max-height:64px;display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ting-page .content .past-ting ul li .right-info .intro{font-size:16px;color:#72727b;margin-bottom:15px;max-height:64px;display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ting-page .content .past-ting ul li .right-info .bottom-info{position:absolute;width:100%;bottom:0}.ting-page .content .past-ting ul li .right-info .avatar{height:30px;width:30px;border-radius:50%;overflow:hidden;margin-right:10px}.ting-page .content .past-ting ul li .right-info .avatar,.ting-page .content .past-ting ul li .right-info .category,.ting-page .content .past-ting ul li .right-info .date,.ting-page .content .past-ting ul li .right-info .nickname{display:inline-block;vertical-align:middle;font-size:14px;color:#a3a3ac}.ting-page .content .past-ting ul li .right-info .nickname{margin-right:20px}.ting-page .content .past-ting ul li .right-info .nickname:hover{color:#247CE3}.ting-page .content .past-ting ul li .right-info .category{color:#247CE3;margin-left:20px}.ting-page .xui-card-head-title{font-size:20px}.ting-page .xui-card-head{margin:0 20px}.ting-page .xui-card-body{margin:0 20px}.ting-category-page .category-ting{padding:20px 0}.ting-category-page .category-ting .date{font-size:20px}.ting-category-page .category-ting ul li{padding:20px 0;border-bottom:1px solid #e8e8e8}.ting-category-page .category-ting ul li:first-child{padding-top:0}.ting-category-page .category-ting ul li:last-child{border-bottom:none}.ting-category-page .category-ting ul li .left-img{display:inline-block;vertical-align:top;position:relative;width:380px;height:180px;margin-right:20px}.ting-category-page .category-ting ul li .left-img>img{height:inherit;width:100%}.ting-category-page .category-ting ul li .left-img .dark-bar{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(30%,rgba(0,0,0,0)),to(rgba(0,0,0,.5)));background-image:-o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.5) 100%);background-image:linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.5) 100%);color:#fff;position:absolute;right:0;bottom:0;width:100px;text-align:right;padding-right:10px}.ting-category-page .category-ting ul li .left-img .dark-bar span{display:inline-block;vertical-align:middle}.ting-category-page .category-ting ul li .right-info{display:inline-block;vertical-align:top;position:relative;height:180px;width:calc(100% - 380px - 20px)}.ting-category-page .category-ting ul li .right-info .title{font-size:20px;font-weight:bolder;line-height:32px;display:block;margin-bottom:5px;max-height:64px;display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ting-category-page .category-ting ul li .right-info .intro{font-size:16px;color:#72727b;margin-bottom:15px;max-height:64px;display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ting-category-page .category-ting ul li .right-info .bottom-info{position:absolute;width:100%;bottom:0}.ting-category-page .category-ting ul li .right-info .avatar{height:30px;width:30px;border-radius:50%;overflow:hidden;margin-right:10px}.ting-category-page .category-ting ul li .right-info .avatar,.ting-category-page .category-ting ul li .right-info .category,.ting-category-page .category-ting ul li .right-info .date,.ting-category-page .category-ting ul li .right-info .nickname{display:inline-block;vertical-align:middle;font-size:14px;color:#a3a3ac}.ting-category-page .category-ting ul li .right-info .nickname{max-width:340px;margin-right:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ting-category-page .category-ting ul li .right-info .nickname:hover{color:#247CE3}.ting-category-page .category-ting ul li .right-info .category{color:#247CE3;margin-left:20px}.ting-category-page .pagination-wrap{text-align:center;padding:30px 0 60px 0}.ting-category-page .xui-card-head-title{font-size:20px}.ting-category-page .xui-card-head{margin:0 20px}.ting-category-page .xui-card-body{margin:0 20px}.ps{overflow:hidden!important;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:5px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;-o-transition:background-color .2s linear,height .2s ease-in-out;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;-o-transition:background-color .2s linear,width .2s ease-in-out;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:3px;right:2px;position:absolute}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#a3a3ac;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#a3a3ac;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}.xui-card{font-family:-apple-system,BlinkMacSystemFont,PingFangSC-Regular,"PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;list-style:none;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;background:#fff}.xui-card-bordered{border:1px solid #e8e8e8}.xui-card .no-margin{margin:0}.xui-card-extra{float:right}.xui-card-extra-title{font-size:14px;color:#666;line-height:22px}.xui-card-extra-title:hover{color:#247CE3}.xui-card-head{margin:0 10px;font-size:16px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;letter-spacing:0}.xui-card-head-title{font-size:16px;font-weight:400;padding:10px 0 10px 0}.xui-card-head-title-lg{font-size:16px;font-weight:400;padding:20px 0 20px 0}.xui-card-head.border{border-bottom:1px solid #e8e8e8}.xui-card-body{overflow:hidden;margin:0 10px}.xui-card .xuicon{margin-right:5px;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s}.xui-card .xuicon.xuicon-web_ic_play_s_h{color:rgba(51,51,51,.2)}.myPage-tab-nav{background:#fff;position:relative;padding:15px 0 15px 20px;font-size:18px;line-height:1.4;color:#72727b}.myPage-tab-nav [role=tab]{display:inline-block;padding:0 10px;margin-right:20px;cursor:pointer}.myPage-tab-nav [role=tab].active{color:#247CE3}.myPage-tab-nav [role=tab].active *{color:#247CE3}.myPage-tab-nav [role=ink-bar]{position:absolute;left:0;bottom:0;height:3px;background:#247CE3;border-radius:100px}.myPage-tab-content{padding-top:20px}.myPage-tab-content [role=tab-panel]{display:none}.myPage-tab-content [role=tab-panel].active{display:block}.subscribe-tab-nav-wrap{border-bottom:1px solid #e8e8e8}.subscribe-tab-nav{position:relative;padding-bottom:15px}.subscribe-tab-nav [role=tab]{display:inline-block;padding:0 5px;margin-right:10px;font-size:14px;line-height:1.43;color:#72727b;cursor:pointer}.subscribe-tab-nav [role=tab]:hover{color:#247CE3}.subscribe-tab-nav [role=tab].active{color:#247CE3}.subscribe-tab-nav [role=tab].active *{color:#247CE3}.subscribe-tab-nav [role=tab]:last-of-type{margin-right:0}.subscribe-tab-nav [role=ink-bar]{position:absolute;left:0;bottom:0;height:1px;background:#247CE3;border-radius:100px}.subscribe-tab-nav [role=ink-bar]::after{content:'';position:absolute;left:50%;bottom:1px;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);border:4px solid transparent;border-bottom:4px solid #247CE3}.subscribe-tab-content{padding-top:20px}.subscribe-tab-content [role=tab-panel]{display:none}.subscribe-tab-content [role=tab-panel].active{display:block}.official-news-detail .title{font-size:20px;color:#40404c;margin:20px 0 10px}.official-news-detail .sub-title{font-size:14px;color:#a3a3ac;margin-bottom:20px}.official-news-detail .sub-title>span{margin-right:20px}.official-news-detail p{margin-bottom:20px}.official-news-detail article{font-size:16px}.official-news-detail article p{margin-bottom:20px}.help-page{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;overflow:hidden;background:#fff}.help-page .head{padding:16px 0;margin-bottom:20px;border-bottom:1px solid #e8e8e8}.help-page .head .title{font-size:20px;font-weight:400;line-height:1.4;color:#40404c;letter-spacing:0;position:relative;padding-left:16px;display:inline-block}.help-page .head .title::before{content:'';position:absolute;display:inline-block;width:5px;height:15px;left:0;top:6px;border-radius:6px;background-color:#247CE3}.help-page .content .side{display:inline-block;vertical-align:top;margin-right:20px}.help-page .content .side ul li{width:220px;height:52px;padding-left:15px;line-height:52px;font-size:16px}.help-page .content .side ul li.active{background-image:-webkit-gradient(linear,left top,right top,color-stop(1%,#ff9973),color-stop(99%,#ff7251));background-image:-o-linear-gradient(left,#ff9973 1%,#ff7251 99%);background-image:linear-gradient(90deg,#ff9973 1%,#ff7251 99%);-webkit-box-shadow:0 4px 8px 0 rgba(252,88,50,.4);box-shadow:0 4px 8px 0 rgba(252,88,50,.4);border-radius:4px}.help-page .content .side ul li.active a{color:#fff}.help-page .content .main{display:inline-block;vertical-align:top;width:calc(100% - 220px - 20px);float:right}.xui-select{font-family:-apple-system,BlinkMacSystemFont,PingFangSC-Regular,"PingFang SC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;list-style:none;position:relative;display:inline-block;vertical-align:middle;color:#333;width:160px;height:30px;line-height:30px;border:1px solid #e8e8e8;border-radius:4px;text-align:center;cursor:pointer}.xui-select .arrow{position:absolute;right:10px;top:50%;margin-top:-3px;border-width:1px}.xui-select .arrow-bottom{margin-top:-5px}.xui-select .arrow-top{margin-top:-2px}.xui-select-input{width:100%;height:100%;padding:0 22px 0 10px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xui-select-options{display:block;position:absolute;left:0;right:0;background:#fff;border:1px solid #e8e8e8;border-radius:4px;max-height:273px;z-index:10;overflow:scroll;-webkit-box-shadow:0 7px 15px 0 rgba(0,0,0,.14);box-shadow:0 7px 15px 0 rgba(0,0,0,.14)}.xui-select-options::-webkit-scrollbar{width:0!important}.xui-select-options_item{padding:0 22px 0 10px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.xui-select-options_item:hover{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;background:#f3f4f5;color:#247CE3}.xui-select-options_hide{display:none}.xui-tag{display:inline-block;padding:2px 10px;color:#666;background:#f3f4f5;border-radius:4px;line-height:20px}.xui-tag a{color:#666}.xui-tag a:hover{color:#247CE3}.xui-comment-content{margin-left:55px;vertical-align:top}.xui-comment-content .comment-body{overflow:hidden;word-break:break-word;word-wrap:break-word;overflow-wrap:break-word;color:#40404c;margin-bottom:2px;margin-top:10px;line-height:22px}.xui-comment-content .comment-body .face-image{width:22px;height:22px}.xui-comment-content .comment-footer{text-align:right}.xui-comment-content .comment-footer .comment-time{color:#a3a3ac;font-size:12px;line-height:21px}.xui-comment-content .comment-footer .comment-delete,.xui-comment-content .comment-footer .comment-report{display:none}.xui-comment-content .comment-footer .comment-delete,.xui-comment-content .comment-footer .comment-reply,.xui-comment-content .comment-footer .comment-report{margin-right:20px;font-size:12px;color:#40404c}.xui-comment-content .comment-footer .comment-delete:hover,.xui-comment-content .comment-footer .comment-reply:hover,.xui-comment-content .comment-footer .comment-report:hover{color:#247CE3}.xui-comment-content .comment-footer .comment-love{font-size:12px;color:#40404c}.xui-comment-content .comment-footer .comment-love:hover{color:#247CE3}.xui-comment-content .comment-footer .comment-love .comment-icon-zan{vertical-align:-2px;height:15px;display:inline-block;overflow:hidden}.xui-comment-content .comment-footer .comment-love i{margin-left:2px;font-style:normal}.xui-comment-content .comment-child-block{background-color:#f3f4f5;margin-top:10px}.xui-comment-item{padding:20px 0;border-bottom:1px solid #e8e8e8}.xui-comment-item.isReplay{background:#f3f4f5;margin:0 20px}.xui-comment-item .avatar-wrapper{float:left}.xui-comment-item .comment-content .comment-head .anchor-badge{margin-left:10px}.xui-comment-item:hover .comment-footer .comment-delete,.xui-comment-item:hover .comment-footer .comment-report{display:initial}.xui-comment-item:last-child{border-bottom:0}.xui-slider{width:100%;margin:0 auto}.xui-slider ul{margin:0;padding:0;position:relative;display:block;width:100%;text-align:center}.xui-slider li{list-style:none;display:inline-block;border-radius:8px}.xui-slider-list{overflow:hidden}.xui-slider-warp a{display:inline-block}.xui-slider-item{position:absolute;top:0;left:0;overflow:hidden}.operation-left-btn,.operation-right-btn{cursor:pointer;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:50px;z-index:2}.operation-left-btn{background-image:url(/yx/ximalaya-web-static/last/dist/images/web_btn_l_n_2857418.png);top:50%;left:0}.operation-right-btn{background-image:url(/yx/ximalaya-web-static/last/dist/images/web_btn_r_n_08d5a51.png);top:50%;right:0}.xui-slider:hover .xui-slider-operation{z-index:4}.xui-slider:hover .operation-left-btn{background-image:url(/yx/ximalaya-web-static/last/dist/images/web_btn_l_h_c5023fd.png)}.xui-slider:hover .operation-right-btn{background-image:url(/yx/ximalaya-web-static/last/dist/images/web_btn_r_h_2a03db8.png)}.xui-slider-list,.xui-slider-warp{position:relative;height:300px}.xui-slider-warp .pic{width:656px;height:300px}.xui-slider-item{width:656px;height:300px}/*!
 * Cropper.js v1.5.6
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-10-04T04:33:44.164Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center::after,.cropper-center::before{background-color:#eee;content:' ';display:block;position:absolute}.cropper-center::before{height:1px;left:-3px;top:0;width:7px}.cropper-center::after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se::before{background-color:#39f;bottom:-50%;content:' ';display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.general-album-list{width:800px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.general-album-list .head{overflow:hidden}.general-album-list .head .title{font-size:20px;font-weight:400;line-height:1.4;color:#40404c;letter-spacing:0;position:relative;padding-left:16px;display:inline-block;padding-left:0;font-size:18px;font-weight:700}.general-album-list .head .title::before{content:'';position:absolute;display:inline-block;width:5px;height:15px;left:0;top:6px;border-radius:6px;background-color:#247CE3}.general-album-list .head .title::before{content:"";width:0;height:0}.general-album-list .head .content-filter{float:right;line-height:20px;margin-right:20px}.general-album-list .head .content-filter a{line-height:20px;padding:0 5px 5px;margin-left:10px;display:inline-block;font-size:14px;color:#72727b;cursor:pointer}.general-album-list .head .content-filter a:hover{color:#247CE3}.general-album-list .head .content-filter a.active{color:#247CE3;position:relative}.general-album-list .head .content-filter a.active::before{content:"";position:absolute;left:50%;bottom:1px;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);border:4px solid transparent;border-bottom:4px solid #247CE3}.general-album-list .head .content-filter a.active::after{content:"";width:100%;position:absolute;left:0;bottom:0;height:1px;background:#247CE3;border-radius:100px}.general-album-list .content>ul{margin-left:-20px}.general-album-list .content>ul li{display:inline-block;vertical-align:top;margin-left:20px;margin-top:20px;height:190px}.general-album-list .pagination-wrap{margin:40px;text-align:center}.myPage-listen-album{position:relative;padding:22px 0 17px;border-bottom:1px solid #e8e8e8;cursor:pointer}.myPage-listen-album .player-box{position:relative;display:inline-block;width:90px;height:90px;margin-right:10px;border-radius:50%;overflow:hidden}.myPage-listen-album .player-box.playing img{-webkit-animation:rotate 6s linear 0s infinite;animation:rotate 6s linear 0s infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.myPage-listen-album .player-box img{width:100%;height:100%}.myPage-listen-album .player-box .black-tape{position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/yx/ximalaya-web-static/last/dist/images/black-tape_3120b61.png);background-size:cover;background-position:center center;background-repeat:no-repeat;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);border:2px solid rgba(0,0,0,.1)}.myPage-listen-album .player-box .play-btn{position:absolute;left:50%;top:50%;width:12px;height:14px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:pointer}.myPage-listen-album .desc-box{display:inline-block;vertical-align:top;font-size:16px;max-width:580px}.myPage-listen-album .desc-box__title{margin-bottom:5px;line-height:1.43;color:#40404c}.myPage-listen-album .desc-box__title:hover .video-icon{color:#247CE3}.myPage-listen-album .desc-box__subTitle{margin-bottom:15px;font-size:14px;line-height:1.42;color:#72727b}.myPage-listen-album .desc-box__subTitle a{color:#72727b}.myPage-listen-album .desc-box__info{vertical-align:middle;font-size:12px;line-height:1.42;color:#a3a3ac}.myPage-listen-album .desc-box__info a{color:#a3a3ac}.myPage-listen-album .desc-box__spent.active{color:#f6a623}.myPage-listen-album .timestamp{position:absolute;top:22px;right:0;font-size:14px;line-height:1.43;color:#a3a3ac}.myPage-listen-album .tool-box{display:none;position:absolute;bottom:30px;right:0}.myPage-listen-album:hover .tool-box{display:block}#myPage{word-break:break-all}#myPage .xuicon-wode-dingyue-shezhi:hover{color:#247CE3}#myPage .flex-center-v{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#myPage a:hover{color:#247CE3}#myPage .j-arrow{display:inline-block;width:7px;height:7px;border-radius:2px;border:2px solid #a3a3ac;border-left:none;border-bottom:none}#myPage .j-arrow-right{-webkit-transform:rotateZ(45deg);-ms-transform:rotate(45deg);transform:rotateZ(45deg)}#myPage .ellipsis-3{overflow:hidden;position:relative}#myPage .ellipsis-3::before{content:"";width:5px;float:left;height:100%}#myPage .ellipsis-3 .text{float:right;margin-left:-5px;width:100%;word-break:break-all}#myPage .ellipsis-3:hover::after{color:#247CE3}#myPage .ellipsis-3::after{content:"...";float:right;position:relative;left:100%;-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%);margin-left:-3em;padding-right:5px;-webkit-box-sizing:content-box;box-sizing:content-box;width:3em;text-align:left;text-indent:.5em;line-height:1.43em;background:#fff}#myPage .recommend-list{min-height:525px}#myPage .btn{cursor:pointer;display:inline-block}#myPage .btn-plain{border:1px solid #e8e8e8;border-radius:4px;background:#fff}#myPage .btn-sm01{padding:3px 10px}#myPage .card-box{background:#fff;padding:15px 20px 0 20px}#myPage .card-box .header{position:relative;padding-bottom:15px;border-bottom:1px solid #e8e8e8;font-size:14px}#myPage .card-box .header .title{color:#40404c}#myPage .card-box .header .title.listened{position:absolute;left:0;bottom:15px}#myPage .album-list-wrap{margin-left:-15px;line-height:0}#myPage .album-list-wrap::after{content:"";display:inline-block;width:100%}#myPage .album-list-wrap .album-list-fix{display:inline-block;width:140px}#myPage .subscribe-album-item{display:inline-block;margin-bottom:20px;margin-left:15px;width:140px;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box}#myPage .subscribe-album-item .album-cover:hover .album-play{opacity:.95;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}#myPage .subscribe-album-item .album-cover .album-play-layer{position:absolute;left:0;top:0;bottom:0;right:0}#myPage .subscribe-album-item .album-cover:hover .album-play-layer{background:rgba(0,0,0,.2)}#myPage .subscribe-album-item .album-play{font-size:54px;position:absolute;top:50%;left:50%;margin:-27px 0 0 -27px;color:#fff;-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0;z-index:200}#myPage .subscribe-album-item .album__cover{position:relative;width:250px;height:250px}#myPage .subscribe-album-item .album__cover img{width:100%;height:100%;display:block;border:none;outline:0}#myPage .subscribe-album-item .album__cover:hover .tool-bar{display:block}#myPage .subscribe-album-item .album__cover .oper{position:absolute}#myPage .subscribe-album-item .album__cover .top-bar{left:0;top:0}#myPage .subscribe-album-item .album__cover .info-bar{bottom:0;right:0;width:100px;padding:5px 5px 5px 0;text-align:right;font-size:14px;line-height:1.43;color:#fff;background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0)),color-stop(30%,rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background-image:-o-linear-gradient(right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);background-image:linear-gradient(-90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%)}#myPage .subscribe-album-item .tip{display:inline-block;padding:0 6px 0 5px;font-size:12px}#myPage .subscribe-album-item .tip.tip-paid{background:#ff4612;color:#fff}#myPage .subscribe-album-item .tip.tip-over{background:#78c10a;color:#fff}#myPage .subscribe-album-item .album__desc{padding-top:5px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px}#myPage .subscribe-album-item .album__desc .tool-bar{font-size:14px;cursor:pointer}#myPage .subscribe-album-item .album__desc .album-info{height:40px;margin-bottom:5px;font-size:14px;line-height:1.43}#myPage .subscribe-album-item .listen-info{font-size:14px;line-height:1.43;color:#a3a3ac}#myPage .subscribe-album-item .update-info{margin-top:3px;font-size:0;color:#a3a3ac;text-align:justify}#myPage .subscribe-album-item .update-info [role=info]{font-size:14px;line-height:1.43;display:inline-block}#myPage .subscribe-album-item .update-info .btn{cursor:pointer}#myPage .subscribe-album-item .update-info .btn-ting{display:inline-block;padding:5px 15px;font-size:14px;line-height:1.43;background-image:-webkit-gradient(linear,right top,left top,color-stop(1%,#ff9973),color-stop(99%,#247CE3));background-image:-o-linear-gradient(right,#ff9973 1%,#247CE3 99%);background-image:linear-gradient(-90deg,#ff9973 1%,#247CE3 99%);border-radius:4px;color:#fff}#myPage .subscribe-album-item .update-info::after{content:"";display:inline-block;width:100%}#myPage .subscribe-album-row{margin-bottom:32px;-webkit-box-sizing:border-box;box-sizing:border-box}#myPage .subscribe-album-row .album__left{display:inline-block;height:140px;width:140px;margin-right:30px}#myPage .subscribe-album-row .album-cover:hover .album-play{opacity:.95;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}#myPage .subscribe-album-row .album-cover .album-play-layer{position:absolute;left:0;top:0;bottom:0;right:0}#myPage .subscribe-album-row .album-cover:hover .album-play-layer{background:rgba(0,0,0,.2)}#myPage .subscribe-album-row .album-play{font-size:54px;position:absolute;top:50%;left:50%;margin:-27px 0 0 -27px;color:#fff;-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0;z-index:200}#myPage .subscribe-album-row .album__cover{position:relative;width:250px;height:250px}#myPage .subscribe-album-row .album__cover img{width:100%;height:100%;display:block;border:none;outline:0}#myPage .subscribe-album-row .album__cover:hover .tool-bar{display:block}#myPage .subscribe-album-row .album__cover .oper{position:absolute}#myPage .subscribe-album-row .album__cover .top-bar{left:0;top:0}#myPage .subscribe-album-row .album__cover .info-bar{bottom:0;right:0;width:100px;padding:5px 5px 5px 0;text-align:right;font-size:14px;line-height:1.43;color:#fff;background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0)),color-stop(30%,rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background-image:-o-linear-gradient(right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);background-image:linear-gradient(-90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%)}#myPage .subscribe-album-row .tip{display:inline-block;padding:0 6px 0 5px;font-size:12px}#myPage .subscribe-album-row .tip.tip-paid{background:#ff4612;color:#fff}#myPage .subscribe-album-row .tip.tip-over{background:#78c10a;color:#fff}#myPage .subscribe-album-row .album__desc{display:inline-block;vertical-align:top;width:514px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px}#myPage .subscribe-album-row .album__desc .album-title{width:514px;font-size:20px;line-height:20px;color:#333;margin-bottom:12px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#myPage .subscribe-album-row .album__desc .album-description{width:514px;height:36px;max-height:36px;font-size:12px;color:#555;line-height:18px;margin-bottom:10px;display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:2;-webkit-box-orient:vertical}#myPage .subscribe-album-row .album__desc .album-anchor{margin-bottom:30px}#myPage .subscribe-album-row .album__desc .album-anchor a{font-size:12px;color:#999;padding-right:7px;display:inline-block;vertical-align:middle}#myPage .subscribe-album-row .album__desc .album-anchor a:hover{color:#247CE3}#myPage .subscribe-album-row .album__desc .album-anchor a:last-child::before{content:"|";padding-right:7px;color:#999}#myPage .subscribe-album-row .album__desc .album-anchor .avatar{height:20px;width:20px;border-radius:100%}#myPage .subscribe-album-row .tool-bar{font-size:14px;cursor:pointer;color:#999}#myPage .subscribe-album-row .update-info{color:#555;width:100%}#myPage .subscribe-album-row .update-info span:last-child{float:right}#myPage .subscribe-album-row .update-info a,#myPage .subscribe-album-row .update-info span{display:inline-block;vertical-align:top;font-size:12px;line-height:12px}#myPage .subscribe-album-row .update-info a{color:#af865a;width:332px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.myPage-submenu{position:absolute;display:none;padding:10px 20px 10px;font-size:14px;line-height:1.43;background:#fff;color:#40404c;-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.2);box-shadow:0 0 5px 1px rgba(0,0,0,.2);z-index:2}.myPage-submenu.clear{margin-right:5px;top:100%;right:0;margin-top:9px;border-top:3px solid #247CE3}.myPage-submenu.clear::after{content:"";position:absolute;right:15px;bottom:100%;border:8px solid transparent;border-bottom:8px solid #247CE3}.myPage-submenu.open{display:block}.myPage-submenu.down{top:100%;right:0;margin-top:9px;border-top:3px solid #247CE3}.myPage-submenu.down::after{content:"";position:absolute;right:0;bottom:100%;border:8px solid transparent;border-bottom:8px solid #247CE3}.myPage-submenu.up{bottom:100%;right:0;margin-bottom:9px;border-bottom:3px solid #247CE3;-webkit-box-sizing:border-box;box-sizing:border-box}.myPage-submenu.up::after{content:"";position:absolute;right:0;top:100%;border:8px solid transparent;border-top:8px solid #247CE3}.myPage-submenu-item{white-space:nowrap;margin-bottom:15px;cursor:pointer}.myPage-submenu-item:last-of-type{margin-bottom:0}.myPage-submenu-item:hover{color:#247CE3}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.video-icon{font-size:20px;color:#999;position:absolute;margin-left:5px;font-weight:400}.category-filter{position:relative}.category-filter .category-filter-body{background-color:#fff}.category-filter .category-filter-body .category-filter-body-switch{max-height:300px;overflow:hidden;-webkit-transition:max-height .2s ease-out;-o-transition:max-height .2s ease-out;transition:max-height .2s ease-out;will-change:max-height}.category-filter-row{font-size:14px;line-height:1.4}.category-filter-row .category-filter-type-name{width:90px;text-align:left;display:inline-block;vertical-align:middle;color:#40404c;padding:10px 0;font-weight:700}.category-filter-row .category-filter-value-list{display:inline-block;vertical-align:middle;max-width:970px}.category-filter-row .category-filter-value-list a{margin:7px 20px 7px 0;display:inline-block;position:relative;cursor:pointer;color:#72727b}.category-filter-row .category-filter-value-list a:hover{color:#f86422}.category-filter-row .category-filter-value-list a.selected{font-size:16px;color:#40404c;font-weight:700}.category-filter-row .category-filter-value-list a.selected::before{content:"";position:absolute;bottom:-8px;left:50%;width:20px;height:3px;background:#247CE3;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.category-filter-row .category-filter-value-list a:last-child::after{display:none}.category-filter-row.sub{border-bottom:1px solid #ededee;margin-bottom:8px}.category-filter-row.sub a{margin-top:12px}.category-filter-row.sub a:nth-child(n)::after{content:"";width:0;height:0}.category-filter-row .category-filter-switch{position:absolute;right:0;top:17px;text-align:center;line-height:0}.category-filter-row .category-filter-switch .category-filter-switcher{color:#a3a3ac;background:transparent url(/yx/ximalaya-web-static/last/dist/images/web_bg_toggle_2154460.png) no-repeat;cursor:pointer;width:116px;display:inline-block;height:18px;font-size:12px;line-height:12px}.category-filter-row .category-filter-switch .category-filter-switcher:hover{color:#247CE3}.category-filter-row .category-filter-switch .category-filter-switcher:hover .arrow{border-color:#247CE3}.category-filter-row .category-filter-switch .category-filter-switcher span{vertical-align:middle;margin-left:5px;-webkit-transition:-webkit-transform .5s ease-out;transition:-webkit-transform .5s ease-out;-o-transition:transform .5s ease-out;transition:transform .5s ease-out;transition:transform .5s ease-out,-webkit-transform .5s ease-out}.category-filter-row .category-filter-switch .category-filter-switcher .arrow{text-indent:-99999px;overflow:hidden;width:7px;height:7px;border:2px solid #e8e8e8;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);display:inline-block}.category-filter-row .category-filter-switch .category-filter-switcher .arrow-up{border-left:0;border-bottom:0}.category-filter-row.folded{max-height:43px;overflow:hidden}.category-filter-row.folded .category-filter-body .category-filter-body-switch{max-height:0}.category-filter-row.folded .category-filter-switch .category-filter-switcher .arrow{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);vertical-align:2px}.filter-result .tag-wrapper{margin-right:10px;padding:7px 0;display:inline-block;color:#72727b}.filter-result .tag-wrapper .tag-category{background:rgba(163,163,172,.2);border-radius:2px;padding:4px 10px;font-size:12px;color:#40404c}.filter-result .tag-wrapper .tag-name{font-size:12px;color:#72727b;border-radius:0 2px 2px 0;padding:4px 20px 4px 10px;background:#f3f4f5;position:relative;left:-1px}.filter-result .tag-wrapper .tag-name .close{position:absolute;right:-16px;top:-3px;padding:0}.filter-result .tag-wrapper .tag-name .close::before{width:0;height:0}.filter-result .clear-all{cursor:pointer;font-size:12px;color:#3570bf!important}#AnchorListPage .anchor-user-album-box:hover .anchor-user-album-title{color:#247CE3}#AnchorListPage .anchor-user-album-box:hover .album-cover{background:rgba(0,0,0,.2)}#AnchorListPage .anchor-user-album-box:hover .album-cover.needhover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.85}#AnchorListPage .anchor-user-album-box:hover .album-cover .album-play{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}#AnchorListPage .anchor-user-album-box:hover .album__cover .tool-bar{display:block}#AnchorListPage .album-cover .album-play-layer{position:absolute;left:0;top:0;bottom:0;right:0}#AnchorListPage .album-play{height:40px;width:40px;font-size:40px;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px;color:#fff;-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0;z-index:200}#AnchorListPage .album__cover{position:relative;width:250px;height:250px}#AnchorListPage .album__cover img{width:100%;height:100%;display:block;border:none;outline:0}#AnchorListPage .album__cover .oper{position:absolute}#AnchorListPage .album__cover .top-bar{left:0;top:0}#AnchorListPage .album__cover .info-bar{bottom:0;right:0;width:100px;padding:5px 5px 5px 0;text-align:right;font-size:14px;line-height:1.43;color:#fff;background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0)),color-stop(30%,rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background-image:-o-linear-gradient(right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);background-image:linear-gradient(-90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%)}.easy-video{position:relative;width:100%;height:100%}.easy-video:hover .easy-video-bottom-wrapper{opacity:1!important}.easy-video:hover .corner-switch{opacity:1!important}.easy-video .t-c{width:100%;height:100%;top:50%;left:50%;padding:25%;position:absolute;background:#333;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.easy-video-mask{width:100%;height:100%;background:#333}.easy-video-mask_icon{position:absolute;top:0;left:0;height:373px;width:100%}.easy-video-mask_icon>a{display:inline-block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.easy-video-bottom-wrapper{position:absolute;bottom:0;height:62px;width:100%;background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.3)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.3) 0,rgba(0,0,0,0) 100%);background-image:linear-gradient(0deg,rgba(0,0,0,.3) 0,rgba(0,0,0,0) 100%)}.easy-video-control{display:inline-block;vertical-align:middle;margin:12px 20px}.easy-video-progress{display:inline-block;vertical-align:middle;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.easy-video-progress-bar{position:relative;height:3px;background:rgba(255,255,255,.3);cursor:pointer;display:inline-block;vertical-align:middle;margin-right:10px;width:100%}.easy-video-progress-bar_played{position:relative;width:0;height:3px;background-color:#247CE3}.easy-video-progress-thumb{position:absolute;right:0;top:-6px;font-size:0;cursor:pointer}.easy-video-playtime{display:inline-block;vertical-align:middle;position:absolute;left:64px;top:32px;width:160px;cursor:auto;font-size:16px;color:#fff}.easy-video-playtime .total-time{color:#fff}.easy-video-operation{float:right;display:inline-block;vertical-align:middle;text-align:center;position:relative;right:5px}.easy-video-operation>a{display:inline-block;vertical-align:middle;margin-left:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.easy-video-operation_volume{position:relative}.easy-video-operation_volume-icon{height:40px}.easy-video-operation_volume-panel{position:absolute;top:-128px;left:-5px;padding:5px 8px;background:rgba(0,0,0,.5);border-radius:4px;height:114px;width:50px}.easy-video-operation_volume-volume-bar{position:relative;display:inline-block;background:rgba(255,255,255,.5);border-radius:3px;height:74px;width:4px;margin:10px 0}.easy-video-operation_volume-volume-bar_played{height:0;width:4px;border-radius:3px;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);background:#247CE3}.easy-video-operation_volume-volume-percent{font-size:12px;color:#fff}.easy-video-operation_volume-volume-thumb{height:14px;width:14px;border-radius:100%;background:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);box-shadow:0 2px 4px 0 rgba(0,0,0,.5);position:absolute;top:-7px;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.easy-video-operation_sharp{position:relative}.easy-video-operation_sharp-icon{height:40px;width:40px;line-height:40px;font-size:14px;color:#fff}.easy-video-operation_sharp-panel{position:absolute;top:-68px;left:-26px;padding:5px 8px;background:rgba(0,0,0,.5);border-radius:4px;height:54px;width:100px}.easy-video-operation_sharp-panel>div{color:#fff;position:relative;cursor:pointer;text-align:center}.easy-video-operation_sharp-panel>div .choose-point{position:absolute;top:8px;left:12px}.easy-video .corner-switch{position:absolute;right:20px;top:15px;height:32px;width:106px;line-height:32px;border-radius:18px;background:rgba(0,0,0,.5);font-size:12px;color:#fff;text-align:center;cursor:pointer;z-index:2}.easy-video .corner-switch>span{color:#247CE3}.easy-video .corner-switch>span svg{position:relative;top:4px}.easy-video .close{position:absolute;z-index:9999;top:0;right:0;height:40px;width:40px;opacity:.6;background:#111;cursor:pointer}.easy-video .close>svg{position:absolute;top:12px;left:12px}video{width:100%;height:100%}video[poster]{height:100%;width:100%}.xm-list.border.solid .xm-list-item{border-bottom:1px solid #e8e8e8}.xm-list.border.solid .xm-list-item-content{font-size:0}.xm-list.border.solid .xm-list-item:last-of-type{border-bottom:none}.xm-list.border.dash .xm-list-item{border-bottom:1px dashed #e8e8e8}.xm-list.border.dash .xm-list-item:last-of-type{border-bottom:none}.xm-list-item:last-of-type{border-bottom:none}.xm-list-container.justify{text-align:justify;text-justify:inter-ideograph;vertical-align:middle;font-size:1px;line-height:0}.xm-list-container.justify::after{content:'';display:inline-block;width:100%}.xm-list-item-inline{display:inline-block;vertical-align:middle}.xm-list-pagination{padding:0 0 20px 0}.card-box{min-height:600px;background:#fff}.search-sub-page{padding:15px 20px 0 20px;background:#fff}#searchPage .justify-fix{display:inline-block;width:140px}#searchPage .bread-crumb{margin-bottom:20px}#searchPage .subscribe-tab-content{padding-top:0}#searchPage .common-tab-content{padding-top:70px}#searchPage .card-box.sub-page{padding:0 20px}#searchPage .common-tab-nav-wrap{position:absolute;width:1080px}#searchPage .common-tab-nav{line-height:50px;padding:0 10px;border-bottom:1px solid #e8e8e8}#searchPage .common-tab-nav__tab{margin:0;text-align:center;width:60px;padding:0}#searchPage .common-tab-nav__tab.active .search-nav-link{font-family:PingFangSC-Reagular;font-size:16px;color:#40404c}#searchPage .common-ink-bar{width:20px!important;text-align:center;margin:0 20px}#searchPage .search-nav-link{font-size:14px;color:#72727b}#searchPage .search-nav-link:hover{color:#72727b}.filter-bar{border-bottom:1px solid #e8e8e8;margin-bottom:15px}.spellchecker{margin-bottom:15px;font-size:14px;line-height:1.43;color:#40404c}.spellchecker .em{color:#247CE3}.spellchecker .spell-btn{display:inline-block;padding:5px 10px;background:#fff;border-radius:4px}.search-all-page-hot{padding:20px 10px 0;background:#fff;margin-bottom:20px}.search-all-page-hot .title{font-family:PingFangSC-Regular;font-size:18px;color:#40404c;letter-spacing:0;line-height:24px}.warm-tip{font-size:12px;color:#af865a;margin-bottom:5px}.warm-tip .icon{margin-right:6px;position:relative;top:4px}a:hover{color:#247CE3}.xm-album{width:140px;height:210px;margin-bottom:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.xm-album .createBy{width:100%;line-height:1.43;font-size:14px;color:#72727b}.xm-album .createBy a{color:#72727b}.xm-album-cover__corner{position:absolute;top:0;left:10px;width:40px;height:20px;z-index:5}.xm-album-cover__corner .corner-icon-mark{height:100%;width:100%;background-image:url(/yx/ximalaya-web-static/last/dist/images/pay-album_c3d45b1.png);background-size:100% 100%;background-repeat:no-repeat;z-index:100}.xm-album-cover__corner .corner-vip-mark{height:100%;width:100%;background-image:url(/yx/ximalaya-web-static/last/dist/images/vip-album_6700ccd.png);background-size:100% 100%;background-repeat:no-repeat;z-index:100}.xm-album-title{display:inline-block;margin:5px 0 3px 0;max-height:42px;font-size:14px;line-height:1.43;color:#40404c}.xm-album-cover__wrapper{position:relative;height:140px}.xm-album-cover__wrapper:hover+.xm-album-title{color:#247CE3}.xm-album-title{text-align:left}.xm-album-cover{position:relative;display:block;height:140px;position:relative;width:100%;-webkit-box-shadow:0 1px 3px #a0a0a0;box-shadow:0 1px 3px #a0a0a0;overflow:hidden;z-index:1;cursor:pointer}.xm-album-cover::before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background-image:url(/yx/ximalaya-web-static/last/dist/images/web_img_albums_cb6e159.png);background-position:-4px -2px;background-repeat:no-repeat;z-index:10}.xm-album-cover .album-play-layer{font-size:54px;position:absolute;width:100%;height:100%;left:0;top:0;color:#fff;background-color:rgba(0,0,0,0);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.xm-album-cover .album-play-layer .xuicon{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:absolute;top:50%;left:50%;margin:-27px 0 0 -27px;-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2);opacity:0;z-index:200}.xm-album-cover:hover .album-play-layer{background-color:rgba(0,0,0,.2)}.xm-album-cover:hover .album-play-layer .xuicon{opacity:.95;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.xm-album-cover img{width:100%;height:100%;line-height:140px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.xm-album-cover:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.85}.xm-album-cover .listen-count{position:absolute;bottom:0;left:0;width:100%;height:20px;background-image:-webkit-gradient(linear,left top,right top,color-stop(20%,rgba(0,0,0,0)),color-stop(80%,rgba(0,0,0,.4)));background-image:-o-linear-gradient(left,rgba(0,0,0,0) 20%,rgba(0,0,0,.4) 80%);background-image:linear-gradient(90deg,rgba(0,0,0,0) 20%,rgba(0,0,0,.4) 80%);text-align:right;color:#fff;font-weight:lighter;font-size:12px;padding-right:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.xm-album-cover .listen-count>span{line-height:1.4}.xm-album-cover .listen-count .icon-earphone{font-size:16px;margin-right:5px;vertical-align:-1px;margin-top:1px}.track-container{position:relative;padding:20px 0;font-size:0}.track-container:hover .track-download2app{display:block}.track-container a:hover{color:#247CE3}.track-cover{position:relative;display:inline-block;width:80px;height:80px;margin-right:15px;border-radius:50%;overflow:hidden;cursor:pointer}.track-cover.playing img{-webkit-animation:rotate 6s linear 0s infinite;animation:rotate 6s linear 0s infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.track-cover img{width:60%;height:60%;top:20%;left:20%;position:relative;z-index:1}.track-cover .black-tape{position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/yx/ximalaya-web-static/last/dist/images/black-tape_3120b61.png);background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:3}.track-cover .play-btn{position:absolute;left:50%;top:50%;width:12px;height:14px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:pointer;z-index:4}.track-content{display:inline-block;width:500px;vertical-align:top}.track-title{margin-bottom:5px;font-size:14px;line-height:1.43;color:#40404c}.track-title a{color:#40404c}.track-title a:hover .video-icon{color:#247CE3}.track-album-title{margin-bottom:15px;font-size:14px;line-height:1.42;color:#72727b}.track-album-title a{color:#72727b}.track-databoard{font-size:12px;line-height:1.42;color:#a3a3ac}.track-databoard a{color:#a3a3ac}.track-anchor-nickname{display:inline-block;margin-right:20px}.track-duration{display:inline-block;margin-right:20px}.track-createAt{position:absolute;top:22px;right:0;font-size:14px;line-height:1.43;color:#a3a3ac}.track-download2app{position:absolute;display:none;right:0;bottom:20px;padding:3px 9px 3px 12px;border:1px solid #e8e8e8;border-radius:4px;cursor:pointer}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.video-icon{font-size:20px;color:#999;position:absolute;margin-left:5px;font-weight:400}.qrcode-wrapper img.aQ_{width:140px;height:140px}.tips.aQ_{font-size:14px;color:#333}.notMatch._WY{margin-top:60px}.notMatch .count._WY{margin:120px 0;font-size:14px}.notMatch .error-info._WY{font-size:16px;font-family:PingFangSC-Regular}.notMatch .error-info p._WY{line-height:27px}.notMatch .txt-lg1._WY{color:#72727b;font-size:24px;margin-top:25px}.notMatch .reason._WY{color:#a3a3ac;font-size:16px;line-height:27px;margin-top:20px}.notMatch .to-home._WY{margin-top:15px}.notMatch .to-home a._WY{margin-left:10px;color:#247CE3}.notMatch .error-pic._WY{float:left;margin:0 30px 0 170px;background:url(/yx/ximalaya-web-static/last/dist/images/500_123bb1d.png) no-repeat;background-size:100%;width:240px;height:240px}.error-404-content._WY{clear:both;width:980px;margin:0 auto;margin-top:80px;padding:0 20px}.error-404-content .error-list-header._WY{position:relative;color:#40404c;font-size:14px;font-family:PingFangSC-Regular,Arial,Helvetica,sans-serif;padding:15px 0;border-bottom:1px #e8e8e8 solid}.error-404-content .error-list-header div._WY{display:inline-block;height:100%}.error-404-content .error-list-header label._WY{padding:0 10px}.error-404-content .error-list-header label._WY::after{background-color:#247CE3;content:"";display:inline-block;height:1px;position:absolute;width:66px;bottom:0;left:0}.error-404-content .error-404-list._WY{margin-top:20px}.error-404-content .more._WY{position:relative;float:right;color:#a3a3ac}.error-404-content li._WY{-webkit-box-sizing:border-box;box-sizing:border-box;height:230px;width:140px;vertical-align:top;display:inline-block}.himalaya-wrapper.PM_{position:fixed;bottom:56px;left:-500%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);width:840px;height:40px;background:#3b536e;-webkit-box-shadow:0 4px 6px 0 rgba(10,11,42,.5);box-shadow:0 4px 6px 0 rgba(10,11,42,.5);border-radius:4px;z-index:100;text-align:center;line-height:40px;font-size:12px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff}.himalaya-wrapper[data-animation-type=showBar].PM_{-webkit-animation:showBar 2s linear forwards 1s;animation:showBar 2s linear forwards 1s}.himalaya-wrapper[data-animation-type=hideBar].PM_{-webkit-animation:hideBar 2s linear forwards;animation:hideBar 2s linear forwards}.text.PM_{margin-right:24px}.btn.PM_{display:inline-block;position:relative;border-radius:15px;width:101px;height:30px;line-height:30px;color:#fff;background:-webkit-gradient(linear,left top,left bottom,from(#fa2800),color-stop(100%,#ff5e3d),to(#ff5e3d));background:-o-linear-gradient(top,#fa2800 0,#ff5e3d 100%,#ff5e3d 100%);background:linear-gradient(180deg,#fa2800 0,#ff5e3d 100%,#ff5e3d 100%)}.btn.PM_::before{content:"";position:absolute;height:1px;background:-o-radial-gradient(#ffcb85 10px,rgba(255,203,133,.8) 20px,rgba(255,203,133,.6) 30px,rgba(255,203,133,0) 40px);background:radial-gradient(#ffcb85 10px,rgba(255,203,133,.8) 20px,rgba(255,203,133,.6) 30px,rgba(255,203,133,0) 40px);width:74px;bottom:0;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}i.PM_{font-size:20px;position:absolute;right:15px;top:10px;cursor:pointer}@-webkit-keyframes showBar{0%.PM_{left:-500%}25%.PM_{left:-25%}50%.PM_{left:0}75%.PM_{left:25%}100%.PM_{left:50%}}@keyframes showBar{0%{left:-500%}25%{left:-25%}50%{left:0}75%{left:25%}100%{left:50%}}@-webkit-keyframes hideBar{0%.PM_{left:50%}25%.PM_{left:75%}50%.PM_{left:100%}75%.PM_{left:125%}85%.PM_{left:150%}95%.PM_{left:200%}100%.PM_{left:500%}}@keyframes hideBar{0%{left:50%}25%{left:75%}50%{left:100%}75%{left:125%}85%{left:150%}95%{left:200%}100%{left:500%}}.sync-content._Es{padding-bottom:20px}.sync-content .qrcode._Es,.sync-content .tips._Es{float:left}.sync-content .qrcode._Es{padding:0 40px 0 50px;border-right:1px solid #e8e8e8;text-align:center}.sync-content .qrcode p._Es{margin-top:5px}.sync-content .qrcode img._Es{width:140px;height:140px}.sync-content .tips._Es{margin-left:40px}.sync-content .tips .row._Es{line-height:1.8}.sync-content .app-tip._Es{padding:0 15px}.sync-content .app-tip p._Es{margin-bottom:3px;font-size:12px;color:#a3a3ac}.sync-content .app-tip .xui-btn._Es{width:200px}.mmv-panel._Kn{position:fixed;left:50%;top:50%;width:440px;height:500px;z-index:9999;padding:260px 20px 0;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translate(-50%,-56%);-ms-transform:translate(-50%,-56%);transform:translate(-50%,-56%)}.mmv-panel.hidden._Kn{display:none}.download-content.si_{padding-bottom:20px}.download-content .qrcode.si_{text-align:center;position:relative;margin-top:60px;margin-bottom:44px}.download-content .qrcode.si_::before{content:'';position:absolute;left:50%;top:115px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:312px;height:35px;background:url(/yx/ximalaya-web-static/last/dist/images/img_bg_b994f37.png) no-repeat}.download-content .qrcode.si_::after{content:'';position:absolute;left:132px;top:-57px;width:356px;height:192px;background:url(/yx/ximalaya-web-static/last/dist/images/img_cat_89ca5ee.png) no-repeat}.download-content img.si_{position:relative;width:140px;height:140px}.download-content .text.si_{text-align:center;font-size:18px;color:#40404c}.listen-tips-content .tips-top._Ex{font-size:18px;text-align:center}.listen-tips-content .tips-bottom._Ex{padding:20px 0;margin-top:20px;background-color:#f9f9f9}.listen-tips-content .tips-bottom .qrcode._Ex,.listen-tips-content .tips-bottom .tips._Ex{float:left}.listen-tips-content .tips-bottom .qrcode._Ex{padding:0 40px 0 50px;border-right:1px solid #e8e8e8;text-align:center}.listen-tips-content .tips-bottom .qrcode img._Ex{width:140px;height:140px}.listen-tips-content .tips-bottom .tips._Ex{color:#72727b;margin-left:40px}.listen-tips-content .tips-bottom .tips .row._Ex{line-height:1.8}.listen-tips-content .tips-bottom .app-tip._Ex{padding:0 15px}.listen-tips-content .tips-bottom .app-tip p._Ex{margin-bottom:3px;font-size:12px;color:#a3a3ac}.listen-tips-content .tips-bottom .app-tip .xui-btn._Ex{width:200px}.notMatch.sK_{margin-top:60px}.notMatch .count.sK_{margin:120px 0;font-size:14px}.notMatch .error-info.sK_{font-size:16px;font-family:PingFangSC-Regular}.notMatch .error-info p.sK_{line-height:27px}.notMatch .txt-lg1.sK_{color:#72727b;font-size:24px;margin-top:66px}.notMatch .reason.sK_{color:#a3a3ac;font-size:16px;line-height:27px;margin-top:20px}.notMatch .to-home.sK_{margin-top:15px}.notMatch .to-home a.sK_{margin-left:10px;color:#247CE3}.notMatch .error-pic.sK_{float:left;margin:0 30px 0 170px;background:url(/yx/ximalaya-web-static/last/dist/images/403_670d279.png) no-repeat;background-size:100%;width:240px;height:240px}.error-404-content.sK_{clear:both;width:980px;margin:0 auto;margin-top:80px;padding:0 20px}.error-404-content .error-list-header.sK_{position:relative;color:#40404c;font-size:14px;font-family:PingFangSC-Regular,Arial,Helvetica,sans-serif;padding:15px 0;border-bottom:1px #e8e8e8 solid}.error-404-content .error-list-header div.sK_{display:inline-block;height:100%}.error-404-content .error-list-header label.sK_{padding:0 10px}.error-404-content .error-list-header label.sK_::after{background-color:#247CE3;content:"";display:inline-block;height:1px;position:absolute;width:66px;bottom:0;left:0}.error-404-content .error-404-list.sK_{margin-top:20px}.error-404-content .more.sK_{position:relative;float:right;color:#a3a3ac}.error-404-content li.sK_{-webkit-box-sizing:border-box;box-sizing:border-box;height:230px;width:140px;vertical-align:top;display:inline-block}.notMatch._DG{margin-top:60px}.notMatch .count._DG{margin:120px 0;font-size:14px}.notMatch .error-info._DG{font-size:16px;font-family:PingFangSC-Regular}.notMatch .error-info p._DG{line-height:27px}.notMatch .txt-lg1._DG{color:#72727b;font-size:24px;margin-top:25px}.notMatch .reason._DG{color:#a3a3ac;font-size:16px;line-height:27px;margin-top:20px}.notMatch .to-home._DG{margin-top:15px}.notMatch .to-home a._DG{margin-left:10px;color:#247CE3}.notMatch .error-pic._DG{float:left;margin:0 30px 0 170px;background:url(/yx/ximalaya-web-static/last/dist/images/404_abb944a.png) no-repeat;background-size:100%;width:240px;height:240px}.error-404-content._DG{clear:both;width:980px;margin:0 auto;margin-top:80px;padding:0 20px}.error-404-content .more._DG{position:relative;float:right;color:#a3a3ac}.error-404-content li._DG{-webkit-box-sizing:border-box;box-sizing:border-box;height:230px;width:140px;vertical-align:top;display:inline-block}.footer-nav.lI_{margin-bottom:20px}.footer-nav .title.lI_{margin-bottom:10px}.footer-nav .nav-wrapper.lI_{min-height:100px;margin-bottom:20px;border-bottom:1px solid #e8e8e8}.footer-nav .nav-txt.lI_{color:#72727b;margin-right:10px;line-height:25px}.footer-nav .nav-txt.lI_:hover{color:#247CE3}.nav-item.lI_{width:225px;float:left;margin-right:55px}.nav-item.lI_:last-child{margin-right:0}.download-btn.lI_{padding:7px 8px;width:95px;height:36px;font-size:14px;color:#fff;font-size:16px;line-height:22px;background-color:#67b9eb;border-radius:4px;margin:15px auto 5px;display:inline-block;white-space:nowrap}.download-btn.lI_:hover{opacity:.9}.download-btn .xuicon.lI_{margin-right:5px}.download-ios.lI_{background-color:#67b9eb}.download-android.lI_{background-color:#86d864;margin-left:10px}.inl-b.lI_{vertical-align:middle}.icon12.lI_{display:inline-block;vertical-align:middle;width:40px;height:40px;margin-bottom:8px;background-size:100%;background-repeat:no-repeat}.icon12-open.lI_{background-image:url(/yx/ximalaya-web-static/last/dist/images/img_open_f8de94c.png)}.icon12-ting.lI_{background-image:url(/yx/ximalaya-web-static/last/dist/images/img_A+_5ac7a3f.png)}.icon12-inside.lI_{background-image:url(/yx/ximalaya-web-static/last/dist/images/img_inside_abb68ae.png)}.icon12-phone.lI_{background-image:url(/yx/ximalaya-web-static/last/dist/images/img_connect_8d3b0d0.png)}.icon12-xiaoyaai.lI_{background-image:url(/yx/ximalaya-web-static/last/dist/images/xiaoyaai_9944029.png)}.icon12-chezai.lI_{background-image:url(/yx/ximalaya-web-static/last/dist/images/chezai_06ee782.png)}.icon12-xipeiyin.lI_{background-image:url(/yx/ximalaya-web-static/last/dist/images/xipeiyin_ee470c1.png)}.icon12-qingxuetang.lI_{background-image:url(/yx/ximalaya-web-static/last/dist/images/qingxuetang_5553ef8.png)}.icon12-chengzhangzhongxin.lI_{background-image:url(/yx/ximalaya-web-static/last/dist/images/chengzhangzhongxin_7cd05c0.png);height:34px;width:34px;border-radius:7px;margin-top:2.5px}.cooper-wrapper.lI_{margin:0 11px;border-bottom:1px solid #e8e8e8}.cooper-wrapper .nav-item.lI_{margin-right:0}.cooper-wrapper .nav-item.lI_:nth-child(2){width:168px}.cooper-wrapper .nav-item.lI_:nth-child(3){width:185px}.cooper-wrapper .nav-item.lI_:nth-child(4){width:195px}.cooper-wrapper .nav-item.lI_:nth-child(5){width:182px}.cooper-wrapper .nav-item.lI_:nth-child(6){width:178px}.cooper-wrapper .nav-item.lI_:nth-child(7){width:145px}.ft-nav_item.lI_{display:inline-block;vertical-align:middle;margin-right:32px;text-align:center}.ft-nav_item.lI_:last-child{margin-right:0}.device-btn.lI_{position:relative;display:block;width:116px;height:30px;line-height:30px;border-radius:14px;background:-webkit-gradient(linear,left top,left bottom,from(#fa2800),color-stop(100%,#ff5e3d),to(#ff5e3d));background:-o-linear-gradient(top,#fa2800 0,#ff5e3d 100%,#ff5e3d 100%);background:linear-gradient(180deg,#fa2800 0,#ff5e3d 100%,#ff5e3d 100%);font-size:13px;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.d-icon.lI_{font-size:10px;margin-left:6px}.qr-code-wrapper.lI_{width:130px;position:absolute;top:-166px;left:-8px;background:#fff;border-radius:7px;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15);padding:14px 15px 12px}.qr-code-wrapper>div.lI_{font-size:12px;color:#333;text-align:center}.bind-phone.cK_{padding:30px 40px;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box}.disabled.cK_{pointer-events:none}.bind-phone__info.cK_{margin-top:30px;font-size:14px;color:#fc5832}.bind-phone__title.cK_{margin:30px 0 25px;border-top:1px solid #ddd;line-height:1px;text-align:center}.bind-phone__title .title-info.cK_{padding:0 20px;color:#a3a3ac;background:#fff}.bind-phone__code.cK_{margin-right:20px;display:inline-block;width:180px;-webkit-box-sizing:border-box;box-sizing:border-box}.bind-phone__code-input.cK_{width:100%;display:block;padding:10px 0 10px 20px;font-size:14px;line-height:1.24;border:1px solid #e1e1e1;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.sms-btn.cK_{width:120px;padding:10px 0;text-align:center;font-size:14px;line-height:1.24;color:#247CE3;border:1px solid #247CE3;border-radius:4px;outline:0;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.sms-btn.disabled.cK_{border-color:#e1e1e1;background:#e1e1e1;color:#72727b;cursor:not-allowed}.submit-btn.cK_{display:block;width:100%;padding:10px 0;margin-top:15px;text-align:center;font-size:14px;line-height:1.24;color:#fff;border-radius:4px;outline:0;border:none;cursor:pointer;background:-webkit-gradient(linear,left top,right top,color-stop(1%,#ff9973),color-stop(95%,#247CE3));background:-o-linear-gradient(left,#ff9973 1%,#247CE3 95%);background:linear-gradient(90deg,#ff9973 1%,#247CE3 95%)}.submit-btn.disabled.cK_{cursor:not-allowed}.submit-block.cK_{position:relative}.submit-block .error-msg.cK_{position:absolute;bottom:100%;left:0;color:#ff4949}.counter-box.WA_{display:inline-block}.counter-box-inline.WA_{display:inline-block}.counter-box-right.WA_{float:right}.counter-box-width.WA_{padding:0 5px}.counter-box-content.WA_{line-height:18px;font-size:12px;border-radius:18px;color:#fff;min-width:18px;text-align:center}.counter-box-content.counter-box-orange.WA_{background:#247CE3}.counter-box-content.counter-box-grey.WA_{background:#ccc}.counter-box-dot-box.WA_{line-height:10px;font-size:0}.counter-box-dot.WA_{line-height:10px;font-size:0;display:inline-block;width:10px;height:10px;min-width:auto}.sms-pop__form.ZX_{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.disabled.ZX_{cursor:not-allowed;pointer-events:none}.sms-pop__phoneShow.ZX_{display:inline-block;padding-top:10px;font-size:18px;line-height:1.38;color:#40404c}.sms-pop__code.ZX_{display:inline-block;width:250px;margin-right:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.sms-pop__form-code-input.ZX_{width:100%;display:block;padding:10px 20px;font-size:18px;line-height:1.38;border:1px solid #e1e1e1;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.sms-pop__form-ctrl.ZX_{position:relative;margin-top:20px;text-align:center}.sms-pop__form-ctrl .error-msg.ZX_{position:absolute;bottom:100%;left:0;font-size:12px;line-height:1.42;color:#ff4949}.sms-code-btn.ZX_{display:inline-block;padding:10px 20px;font-size:18px;line-height:1.38;border-radius:4px;outline:0;border:none;cursor:pointer}.btn-cancel.ZX_{width:190px;margin-right:20px;background:#e1e1e1;color:#72727b}.btn-confirm.ZX_{width:190px;background:#247CE3;background-image:-webkit-gradient(linear,left top,right top,color-stop(1%,#ff9973),color-stop(95%,#247CE3));background-image:-o-linear-gradient(left,#ff9973 1%,#247CE3 95%);background-image:linear-gradient(90deg,#ff9973 1%,#247CE3 95%);color:#fff}.sms-btn.ZX_{width:130px;padding:10px 0;text-align:center;font-size:18px;line-height:1.38;color:#247CE3;border:1px solid #247CE3;border-radius:4px;outline:0;background:#fff;cursor:pointer}.sms-btn.disabled.ZX_{border-color:#e1e1e1;background:#e1e1e1;color:#72727b;cursor:not-allowed}.sms-pop__form-title.ZX_{text-align:center;font-size:20px;line-height:1.37}.footer-copyright.ih_{padding-bottom:80px}.footer-copyright .link-wrapper.ih_{text-align:center;margin-bottom:10px}.footer-copyright .link-wrapper .item.ih_{color:#666}.footer-copyright .link-wrapper .item.ih_::after{content:'|';width:1px;height:10px;color:#ccc;padding:0 10px}.footer-copyright .link-wrapper .item.ih_:last-child::after{content:'';padding:0;width:0}.footer-copyright .link-wrapper .item.ih_:hover{color:#247CE3}.copyright-cont.ih_{font-size:12px;line-height:25px;color:#999;letter-spacing:0;text-align:center}.copyright-cont>a.ih_{color:inherit}.copyright-cont>a.ih_:hover{color:#247CE3}.icon-icp.ih_{display:inline-block;vertical-align:middle;width:15px;height:15px;background:url(/yx/ximalaya-web-static/last/dist/images/icp_d0289dc.png) no-repeat;background-size:100%}.icon-copyright.ih_{margin:0 10px;display:inline-block;vertical-align:middle;width:20px;height:20px;background-size:100%;background-repeat:no-repeat}.icon-copyright.email.ih_{background-image:url(/yx/ximalaya-web-static/last/dist/images/icon_email_c8834ec.png)}.icon-copyright.report.ih_{background-image:url(/yx/ximalaya-web-static/last/dist/images/report_13a6134.png)}.icon-copyright.warn.ih_{background-image:url(/yx/ximalaya-web-static/last/dist/images/warn_b6b8647.png)}.icon-copyright.trust.ih_{background-image:url(/yx/ximalaya-web-static/last/dist/images/trust_ed08478.png)}.pop-original-body.width-530.ih_{height:530px;overflow-y:scroll;padding:0 20px 20px}.pop-original-body .original-content.ih_{line-height:21px;font-size:14px;color:#72727b;margin-top:20px}.arrow.ih_{margin:-3px 0 0 8px;border-width:1px}.arrow-bottom.ih_{margin-top:-5px}.arrow-top.ih_{margin-top:1px}.hide.ih_{display:none}.show.ih_{display:block}.category.vl_{width:1080px;height:140px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 0;background-color:#fbfbfc;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1)}.category a.vl_{color:#40404c;font-size:13px;line-height:1.4}.category a.vl_:hover{color:#247CE3}.category a.vl_:empty{background-color:#f0f8ff}.album-wrapper._Ht{width:230px;height:210px;-webkit-box-sizing:border-box;box-sizing:border-box}.album-wrapper.sm._Ht{height:175px}.album-wrapper .album-wrapper-card._Ht{height:125px}.album-wrapper .album-wrapper-card._Ht:hover+.album-title{color:#247CE3}.album-wrapper .album-cover._Ht{position:relative;width:100%;height:140px;overflow:hidden;cursor:pointer;z-index:1}.album-wrapper .album-cover._Ht::before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background-image:url(/yx/ximalaya-web-static/last/dist/images/web_img_albums_cb6e159.png);background-position:-4px -2px;background-repeat:no-repeat;z-index:10}.album-wrapper .album-cover.corner-mark._Ht::after{content:'';width:46px;height:28px;position:absolute;top:-1px;left:10px;background-image:url(/yx/ximalaya-web-static/last/dist/images/pay-album_c3d45b1.png);background-size:100% 100%;background-repeat:no-repeat;z-index:100;border-bottom-right-radius:5px;-webkit-box-shadow:0 3px 7px 0 rgba(210,56,13,.45);box-shadow:0 3px 7px 0 rgba(210,56,13,.45)}.album-wrapper .album-cover .album-play-layer._Ht{font-size:54px;position:absolute;width:100%;height:100%;left:0;top:0;color:#fff;background-color:rgba(0,0,0,0);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.album-wrapper .album-cover .album-play-layer .xuicon._Ht{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:absolute;top:50%;left:50%;margin:-27px 0 0 -27px;-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2);opacity:0;z-index:200}.album-wrapper .album-cover:hover .album-play-layer._Ht{background-color:rgba(0,0,0,.2)}.album-wrapper .album-cover:hover .album-play-layer .xuicon._Ht{opacity:.95;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.album-wrapper .album-cover img._Ht{width:100%;height:100%;line-height:140px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.album-wrapper .album-cover:hover img._Ht{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.85}.album-wrapper .album-cover .listen-count._Ht{position:absolute;bottom:0;left:0;width:100%;height:20px;background-image:-webkit-gradient(linear,left top,right top,color-stop(20%,rgba(0,0,0,0)),color-stop(80%,rgba(0,0,0,.4)));background-image:-o-linear-gradient(left,rgba(0,0,0,0) 20%,rgba(0,0,0,.4) 80%);background-image:linear-gradient(90deg,rgba(0,0,0,0) 20%,rgba(0,0,0,.4) 80%);text-align:right;color:#fff;font-weight:lighter;font-size:12px;padding-right:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.album-wrapper .album-cover .listen-count>span._Ht{line-height:1.4}.album-wrapper .album-cover .listen-count .icon-earphone._Ht{font-size:16px;margin-right:5px;vertical-align:-1px;margin-top:1px}.album-wrapper .album-title._Ht{font-size:16px;display:block;max-width:100%;max-height:40px;margin:12px 0 3px;text-align:justify;color:#40404c}.album-wrapper .album-title.line-1._Ht{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.album-wrapper .album-title.line-2._Ht{display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:2;-webkit-box-orient:vertical}.album-wrapper .album-title.bold._Ht{}.album-wrapper .album-title.sm._Ht{height:20px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:140px;display:block}.album-wrapper .album-title._Ht:hover{color:#247CE3}.album-wrapper .album-author._Ht{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;max-width:100%;font-size:14px;line-height:1.4;color:#a3a3ac}.album-wrapper .album-author._Ht:hover{color:#247CE3}.album-wrapper .album-tag._Ht{margin-right:2px}.album-cover.vn_{position:relative;width:100%;height:100%;display:inline-block;overflow:hidden;cursor:pointer;border-radius:8px;z-index:1}.album-cover.vn_::before{content:'';width:104%;height:104%;position:absolute;top:-2px;left:-4px;background-repeat:no-repeat;background-size:104%;z-index:10}.album-cover.corner-mark.vn_:after{content:'';width:40px;height:20px;position:absolute;top:0;left:0;background-image:url(/yx/ximalaya-web-static/last/dist/images/pay-album_c3d45b1.png);background-size:100% 100%;background-repeat:no-repeat;z-index:100}.album-cover.corner-mark.sm.vn_:after{left:0;width:26px;height:14px;background-image:url(/yx/ximalaya-web-static/last/dist/images/pay-album_c3d45b1.png)}.album-cover.corner-vip-mark.vn_::after{content:'';width:40px;height:20px;position:absolute;top:0;left:0;background-image:url(/yx/ximalaya-web-static/last/dist/images/vip-album_6700ccd.png);background-size:100% 100%;background-repeat:no-repeat;z-index:100}.album-cover.corner-vip-mark.sm.vn_:after{left:0;width:26px;height:14px;background-image:url(/yx/ximalaya-web-static/last/dist/images/vip-album_6700ccd.png)}.album-cover .img.vn_{width:100%;height:100%;line-height:140px;-webkit-transition:transform .3s ease-in-out,transform .3s ease-in-out;transition:transform .3s ease-in-out,transform .3s ease-in-out;-o-transition:transform .3s ease-in-out,transform .3s ease-in-out;transition:transform .3s ease-in-out}.album-cover.needhover:hover img.vn_{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.85}.album-cover .listen-count.vn_{position:absolute;bottom:0;right:0;padding:2px 12px;background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.8)),color-stop(97%,#000));background-image:-o-linear-gradient(left,rgba(0,0,0,.8) 0,#000 97%);background-image:linear-gradient(90deg,rgba(0,0,0,.8) 0,#000 97%);text-align:left;color:#fff;font-weight:lighter;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;opacity: 0.5;}.album-cover .listen-count>span.vn_{line-height:1.4}.album-cover .listen-count .icon-earphone.vn_{font-size:14px;margin-right:5px;vertical-align:-1px;margin-top:1px}.pay-tips-content .tips-top.oW_{font-size:18px;text-align:center}.pay-tips-content .tips-bottom.oW_{padding:20px 0;margin-top:20px;background-color:#f9f9f9}.pay-tips-content .tips-bottom .qrcode.oW_,.pay-tips-content .tips-bottom .tips.oW_{float:left}.pay-tips-content .tips-bottom .qrcode.oW_{padding:0 40px 0 50px;border-right:1px solid #e8e8e8;text-align:center}.pay-tips-content .tips-bottom .qrcode img.oW_{width:140px;height:140px}.pay-tips-content .tips-bottom .tips.oW_{color:#72727b;margin-left:40px}.pay-tips-content .tips-bottom .tips .row.oW_{line-height:1.8}.pay-tips-content .tips-bottom .app-tip.oW_{padding:0 15px}.pay-tips-content .tips-bottom .app-tip p.oW_{margin-bottom:3px;font-size:12px;color:#a3a3ac}.pay-tips-content .tips-bottom .app-tip .xui-btn.oW_{width:200px}.check-code__container.TB_{position:relative;padding:15px 40px 20px 40px}.check-code__container .form-row.TB_{position:relative;margin-bottom:20px}.check-code__container .form-row.TB_:last-of-type{margin-bottom:0}.check-code__container .form-row .error.TB_{position:absolute;top:100%;left:0;font-size:14px;color:#fc0d1c}.check-code__container .btn.TB_{display:inline-block;padding:10px 0;height:45px;text-align:center;font-size:18px;line-height:1.39;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.check-code__container .btn-cancel.TB_{width:115px;margin-right:20px;border:1px solid #e1e1e1;border-radius:4px;color:#72727b}.check-code__container .btn-confirm.TB_{width:115px;background-image:-webkit-gradient(linear,right top,left top,color-stop(1%,#ff9973),color-stop(95%,#247CE3));background-image:-o-linear-gradient(right,#ff9973 1%,#247CE3 95%);background-image:linear-gradient(-90deg,#ff9973 1%,#247CE3 95%);border-radius:4px;color:#fff}.check-code__title.TB_{margin-bottom:20px;text-align:center;font-size:18px;font-weight:600;color:#40404c;letter-spacing:1.5px}.check-code__input.TB_{display:block;width:100%;padding:10px 0;text-align:center;font-size:18px;line-height:1.39;border:1px solid #e1e1e1;border-radius:4px}.check-code__img.TB_{display:inline-block;margin-right:20px;width:136px;height:45px;vertical-align:middle;border:1px solid #e1e1e1;border-radius:4px;background-size:100%;background-position:center center}.check-code__change.TB_{width:94px;vertical-align:middle;border:1px solid #247CE3;border-radius:4px;color:#247CE3}.user-notice._Tn{display:inline-block;position:relative}.user-notice .img._Tn{border-radius:20px;width:37px;height:37px}.user-notice.new-notices._Tn:after{content:'';position:absolute;width:10px;height:10px;background:#247CE3;border:1px solid #fff;right:0;border-radius:5px}.user-notice-msg._Tn{display:inline-block;position:relative;margin-right:10px}.user-notice-msg .user-notice-counter._Tn{position:absolute;top:25px;right:-8px}.user-notice-pop._Tn{width:310px}.user-notice-pop.no-login._Tn{padding:20px}.user-notice-pop.no-login .user-notice-box._Tn{padding-left:20px}.user-notice-pop.no-login._Tn:first-child{padding-left:0}.user-notice-pop.no-login i._Tn{margin-bottom:10px}.user-notice-pop.login .user-notice-pop-header._Tn{height:85px;background-image:url(/yx/ximalaya-web-static/last/dist/images/Bitmap_5973392.png);background-position:center;background-repeat:no-repeat;background-size:100% 100%;padding:0 20px;line-height:85px;overflow:hidden}.user-notice-pop.login .user-notice-pop-header .nickname._Tn{font-family:PingFangSC-Reagular;font-size:16px;color:#40404c;max-width:120px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-notice-pop.login .user-notice-pop-content._Tn{padding:10px 20px 20px}.user-notice-pop.login .user-notice-pop-content-title._Tn{font-family:PingFangSC-Regular;font-size:14px;padding-bottom:10px;line-height:20px;color:#72727b}.user-notice-pop.login .user-notice-pop-content .user-notice-box._Tn{width:40px}.user-notice-pop.login .user-notice-pop-content .user-notice-box+.user-notice-box._Tn{margin-left:17px}.user-notice-pop.login .user-notice-pop-footer._Tn{padding:0 24px;line-height:40px;text-align:center}.user-notice-pop .user-notice-box._Tn{display:inline-block;text-align:center;color:#72727b;font-size:12px}.user-notice-red-point._Tn:after{content:'';position:absolute;width:10px;height:10px;background:#247CE3;right:-5px;top:calc(50% - 10px);border-radius:5px}.dl-pc._bk{width:170px;height:210px;background:#fff;-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.15);box-shadow:0 0 12px 0 rgba(0,0,0,.15);border-radius:12px;padding:25px;position:fixed;top:310px;right:10px;z-index:5}.logo-img._bk{height:60px;width:60px;display:block;margin:0 auto 13px}.text._bk{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;color:#666;width:126px;margin:0 auto 20px;text-align:center}.device-btn._bk{position:relative;display:block;width:116px;height:30px;line-height:30px;border-radius:14px;text-align:center;background: #247CE3;font-size:13px;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;margin:0 auto}.comment-input-box.ni_{width:100%;display:inline-block}.comment-input-box .comment-input-area.ni_{overflow:auto;width:100%;resize:none;background:#fff;border:1px solid rgba(144,153,169,.5);border-radius:8px;padding:10px;height:86px;font-size:14px;line-height:22px;color:#40404c;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.comment-input-box .comment-input-area.ni_:focus{outline:0;border:1px solid #247CE3}.comment-input-box .comment-input-operate.ni_{text-align:right;margin-top:10px}.comment-input-box .comment-input-operate .comment-emoticon.ni_{font-size:14px;line-height:32px;height:26px;color:#72727b;cursor:pointer}.comment-input-box .comment-input-operate .comment-emoticon .btn-face-h.ni_{display:none}.comment-input-box .comment-input-operate .comment-emoticon .btn-face-n.ni_{display:inline-block}.comment-input-box .comment-input-operate .comment-emoticon:hover .btn-face-n.ni_{display:none}.comment-input-box .comment-input-operate .comment-emoticon:hover .btn-face-h.ni_{display:inline-block}.comment-input-box .comment-input-operate .comment-emoticon i.ni_{vertical-align:7px;font-style:normal;margin-left:5px}.comment-input-box .comment-input-operate .comment-word-status.ni_{font-size:12px;line-height:1.4;color:#a3a3ac;margin-right:10px}.comment-input-box .comment-input-operate .comment-word-status .text-red.ni_{color:red}.comment-input-box .comment-input-operate .comment-submit.ni_{border-radius:4px;color:#fff;display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;overflow:visible;background-color:#247CE3;background-image:-webkit-gradient(linear,left top,right top,color-stop(1%,#ff9973),color-stop(99%,#ff7251));background-image:-o-linear-gradient(left,#ff9973 1%,#ff7251 99%);background-image:linear-gradient(90deg,#ff9973 1%,#ff7251 99%);width:86px;height:30px;font-size:14px;line-height:1.4;border:0}.comment-input-box .comment-input-operate .comment-submit.ni_:hover{background-image:-webkit-gradient(linear,left top,right top,color-stop(1%,#ffa381),color-stop(99%,#ff8063));background-image:-o-linear-gradient(left,#ffa381 1%,#ff8063 99%);background-image:linear-gradient(90deg,#ffa381 1%,#ff8063 99%)}.comment-input-box .comment-input-operate .comment-submit.ni_:focus{outline:0}.comment-input-box .comment-input-operate .comment-submit.ni_:disabled{background-color:#ccc;background-image:none;border-color:#cacaca;cursor:not-allowed;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none}.comment-emoticon-list.ni_{width:300px;max-height:180px;overflow-y:scroll;position:relative}.comment-emoticon-list a.ni_{width:30px;height:30px;display:inline-block;text-align:center}.comment-emoticon-list a.ni_:active,.comment-emoticon-list a.ni_:hover{border-radius:4px;background-color:#e8e8e8}.comment-emoticon-list a img.ni_{width:22px;height:22px;margin-top:4px}.main-ca-sub-category.PH_{vertical-align:top;display:inline-block;width:190px;height:80px;padding-left:10px}.main-ca-sub-category .sub-category-content.PH_{position:relative;margin-top:10px}.main-ca-sub-category .sub-category-content .one-line-pills.PH_{white-space:nowrap;width:100%}.main-ca-sub-category .sub-category-content .one-line-pills .pill.PH_{line-height:0;padding:5px 10px;display:inline-block;position:relative}.main-ca-sub-category .sub-category-content .one-line-pills .pill.PH_:nth-child(n+2)::before{content:"";width:1px;height:10px;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);background-color:#e8e8e8}.main-ca-sub-category .sub-category-content .one-line-pills .pill a.PH_{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;min-width:28px;max-width:56px;min-height:20px;line-height:1.4;text-align:left;color:#72727b;font-size:13px}.main-ca-sub-category .sub-category-content .one-line-pills .pill a.PH_:hover{color:#247CE3}.main-ca-sub-category .sub-category-content .one-line-pills .pill a.PH_:hover{color:#247CE3}.main-ca-sub-category.PH_:nth-child(1){width:130px;padding-left:0;text-align:center}.main-ca-sub-category .sub-category-title.PH_{padding-left:0!important;margin-left:10px}.main-ca-sub-category:nth-child(2) .sub-category-title.PH_{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.main-ca-sub-category:nth-child(2) .sub-category-title.PH_::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#a392ec}.main-ca-sub-category:nth-child(2) .sub-category-title.PH_::before{content:"";left:calc(50% - 7.5px)}.main-ca-sub-category:nth-child(3) .sub-category-title.PH_{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.main-ca-sub-category:nth-child(3) .sub-category-title.PH_::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#f4a6cb}.main-ca-sub-category:nth-child(3) .sub-category-title.PH_::before{content:"";left:calc(50% - 7.5px)}.main-ca-sub-category:nth-child(4) .sub-category-title.PH_{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.main-ca-sub-category:nth-child(4) .sub-category-title.PH_::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#f8d16c}.main-ca-sub-category:nth-child(4) .sub-category-title.PH_::before{content:"";left:calc(50% - 7.5px)}.main-ca-sub-category:nth-child(5) .sub-category-title.PH_{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.main-ca-sub-category:nth-child(5) .sub-category-title.PH_::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#7cc2ef}.main-ca-sub-category:nth-child(5) .sub-category-title.PH_::before{content:"";left:calc(50% - 7.5px)}.main-ca-sub-category:nth-child(6) .sub-category-title.PH_{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.main-ca-sub-category:nth-child(6) .sub-category-title.PH_::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#4dd298}.main-ca-sub-category:nth-child(6) .sub-category-title.PH_::before{content:"";left:calc(50% - 7.5px)}.main-ca-sub-category .sub-category-content.PH_{min-width:138px;max-width:151px}.main-ca-sub-category .sub-category-content .one-line-pills:nth-child(2n+1) .pill.PH_{padding-top:0}.main-ca-sub-category .sub-category-content .one-line-pills:nth-child(2n) .pill.PH_{padding-bottom:0}.header-ca-sub-category.PH_{vertical-align:top;display:inline-block;height:124px;padding-left:30px;text-align:left}.header-ca-sub-category .sub-category-content.PH_{position:relative;margin-top:10px}.header-ca-sub-category .sub-category-content .one-line-pills.PH_{white-space:nowrap;width:100%}.header-ca-sub-category .sub-category-content .one-line-pills .pill.PH_{line-height:0;padding:5px 10px;display:inline-block;position:relative}.header-ca-sub-category .sub-category-content .one-line-pills .pill.PH_:nth-child(n+2)::before{content:"";width:1px;height:10px;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);background-color:#e8e8e8}.header-ca-sub-category .sub-category-content .one-line-pills .pill a.PH_{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;min-width:28px;max-width:56px;min-height:20px;line-height:1.4;text-align:left;color:#72727b;font-size:13px}.header-ca-sub-category .sub-category-content .one-line-pills .pill a.PH_:hover{color:#247CE3}.header-ca-sub-category .sub-category-content .one-line-pills .pill a.PH_:hover{color:#247CE3}.header-ca-sub-category:nth-child(1) .sub-category-title.PH_{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.header-ca-sub-category:nth-child(1) .sub-category-title.PH_::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#a392ec}.header-ca-sub-category:nth-child(1) .sub-category-title.PH_::before{content:"";left:calc(50% - 2.5px)}.header-ca-sub-category:nth-child(2) .sub-category-title.PH_{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.header-ca-sub-category:nth-child(2) .sub-category-title.PH_::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#f4a6cb}.header-ca-sub-category:nth-child(2) .sub-category-title.PH_::before{content:"";left:calc(50% - 2.5px)}.header-ca-sub-category:nth-child(3) .sub-category-title.PH_{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.header-ca-sub-category:nth-child(3) .sub-category-title.PH_::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#f8d16c}.header-ca-sub-category:nth-child(3) .sub-category-title.PH_::before{content:"";left:calc(50% - 2.5px)}.header-ca-sub-category:nth-child(4) .sub-category-title.PH_{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.header-ca-sub-category:nth-child(4) .sub-category-title.PH_::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#7cc2ef}.header-ca-sub-category:nth-child(4) .sub-category-title.PH_::before{content:"";left:calc(50% - 2.5px)}.header-ca-sub-category:nth-child(5) .sub-category-title.PH_{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.header-ca-sub-category:nth-child(5) .sub-category-title.PH_::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#4dd298}.header-ca-sub-category:nth-child(5) .sub-category-title.PH_::before{content:"";left:calc(50% - 2.5px)}.header-ca-sub-category:nth-child(6) .sub-category-title.PH_{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.header-ca-sub-category:nth-child(6) .sub-category-title.PH_::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#fa927a}.header-ca-sub-category:nth-child(6) .sub-category-title.PH_::before{content:"";left:calc(50% - 2.5px)}.header-ca-sub-category .sub-category-content.PH_{min-width:160px}.footer-contact.XW_{margin-bottom:10px}.footer-contact .tips.XW_{font-size:12px;color:#999;letter-spacing:0;margin-bottom:10px}.footer-contact .friendLinks.XW_,.footer-contact .quickEntries.XW_{margin-bottom:10px;font-size:12px;color:#a3a3ac;text-align:left}.footer-contact .friendLinks .item.XW_,.footer-contact .quickEntries .item.XW_{display:inline-block;width:60px;margin:0 16px 10px 0;color:#666;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.footer-contact .friendLinks .item.XW_:hover,.footer-contact .quickEntries .item.XW_:hover{color:#247CE3}.footer-contact .friendLinks .title.XW_,.footer-contact .quickEntries .title.XW_{color:#9b9b9b;line-height:17px;font-weight:bolder;margin-bottom:11px}.arrow.XW_{margin:-3px 0 0 8px;border-width:1px}.arrow-bottom.XW_{margin-top:-5px}.arrow-top.XW_{margin-top:1px}.hide.XW_{display:none}.show.XW_{display:block}@-webkit-keyframes fade-in{0%._TU{opacity:0}100%._TU{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.xui-header._TU{background:#fff;position:fixed;width:100%;top:0;left:0;z-index:10}.xui-header-inner._TU{width:1080px;height:60px;margin:0 auto}.xui-header-inner._TU::before{content:'';position:absolute;display:block;top:0;left:0;z-index:-1;width:100%;background-color:#fff;height:60px;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.1);box-shadow:0 2px 2px 0 rgba(0,0,0,.1)}.xui-header-logo._TU,.xui-header-nav._TU{float:left;height:60px;line-height:60px}.xui-header-logo._TU{position:relative;width:120px;white-space:nowrap;overflow:hidden;font-size:0;text-indent:-99999;color:#f86422}.xui-header-logo._TU::before{content:'';display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:url('images/logo.png') 0 no-repeat;background-size:100%}.xui-header-nav .tab-link._TU{display:inline-block;color:#72727b;width:90px;text-align:center}.xui-header-nav .tab-link span._TU{display:inline-block;position:relative}.xui-header-nav .tab-link.active span._TU{color:#40404c;font-family:PingFangSC-Reagular;font-size:16px}.xui-header-nav .tab-link-category._TU{display:inline-block;width:90px;height:60px;margin-left:40px;text-align:center}.xui-header-nav .tab-link-category .tab-link._TU{width:60px}.xui-header-nav .tab-link-category .tab-link._TU::after{content:'^';display:block;position:relative;left:5px;text-indent:-99999px;overflow:hidden;width:7px;height:7px;border:1px solid #ccc;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);display:inline-block;border-left:0;border-bottom:0;top:-2px;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.xui-header-nav .tab-link-category .header-category-wrapper._TU{cursor:auto}.xui-header-nav .tab-link-category:hover .tab-link._TU::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);top:0}.xui-header-nav .tab-link-category:hover .header-category-wrapper._TU{-webkit-transform:translateY(0) translateZ(0);transform:translateY(0) translateZ(0)}.xui-header-nav .tab-link.hide-arrow._TU::after{visibility:hidden}.xui-header-searchWrapper._TU{display:inline-block;float:right;width:340px;height:100%;margin-right:10px;vertical-align:top}.xui-header-iconNav._TU{float:right;height:60px;line-height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xui-header-iconNav-item._TU{position:relative;width:60px;display:inline-block;line-height:1;vertical-align:top;text-align:center}.xui-header-iconNav-item .xuicon._TU{font-size:20px;position:relative;color:#ccc}.xui-header-iconNav-item._TU:hover{color:#247CE3}.xui-header-iconNav-item:hover .xuicon._TU{color:#247CE3}.xui-header-iconNav .title._TU{width:100%;height:25%;font-size:12px;margin-top:5px;color:#72727b}.header-avatar._TU{margin-left:36px;height:40px;width:40px;display:inline-block}.header-popover-content .icon-content._TU{text-align:center;margin:13px 0}.header-popover-content .item._TU{display:inline-block}.header-popover-content .item._TU:nth-child(2){margin:0 20px}.header-popover-content .item:hover .title._TU,.header-popover-content .item:hover .xuicon._TU{color:#247CE3}.header-popover-content .title._TU{font-size:12px;color:#72727b}.header-popover-content .xuicon._TU{font-size:22px;display:block;color:#ccc}.header-popover-content .banner._TU{display:block;width:220px;height:55px;background:url(/yx/ximalaya-web-static/last/dist/images/approve_entrance_193bf71.jpg) 0 0 no-repeat;background-size:100%}.header-category-wrapper._TU{position:fixed;top:60px;width:1080px;left:50%;margin-left:-540px;z-index:-2;line-height:1.4;-webkit-transform:translateY(-300px) translateZ(0);transform:translateY(-300px) translateZ(0);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.header-bottom-action._TU{display:inline-block;height:3px;width:20px;bottom:0;background:#247CE3;left:56px;-webkit-transition:left .3s;-o-transition:left .3s;transition:left .3s}.text-dialog-wrapper._lr{padding:0 20px 20px 20px}.text-dialog-wrapper .content._lr{height:332px;overflow-y:scroll;font-size:14px;color:#72727b;line-height:24px}.report-content._Qc{padding:0 20px 20px 20px}.report-content .item._Qc{margin-left:40px;margin-bottom:20px}.report-content .btn._Qc{display:block;margin:0 auto}.report-content .text-other._Qc{width:480px;height:70px;vertical-align:top;margin-bottom:20px}.report-content .input._Qc{display:block;width:188px;height:23px;margin:10px 0;padding:0 5px}.float-bar.vm_{width:50px;position:fixed;bottom:84px;right:40px;background:#fff 95%;z-index:4;white-space:nowrap}.clear-float.vm_{overflow:hidden}.float-bar-item.vm_{padding:0 5px 0 5px;margin-bottom:5px}.float-bar-item-icon.vm_{position:relative;display:inline-block;width:40px;height:40px;text-align:center}.float-bar-item-icon i.vm_{line-height:40px}.float-bar-item-icon.float-bar-item-hasArrow.vm_:after{position:absolute;content:'';display:inline-block;width:16px;height:16px;border-left:8px solid #f98442;border-top:8px solid transparent;border-bottom:8px solid transparent;font-size:0;top:12px;left:-18px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;opacity:0;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.float-bar-item:hover .float-bar-item-icon.float-bar-item-hasArrow.vm_:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.float-bar-item:hover .float-bar-item-content.vm_{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.float-bar-item-content.vm_{display:block;right:65px;position:absolute;bottom:-10px;background:#fff;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;opacity:0;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.float-bar-item-content.vm_:after{content:'';width:15px;position:absolute;right:-15px;top:0;bottom:0;border-left:2px solid #000;border-right:0;border-top:0;border-bottom:0;-o-border-image:-o-linear-gradient(#fc9d77 0,#247CE3 100%) 5 5;border-image:-webkit-gradient(linear,left top,left bottom,from(#fc9d77),to(#247CE3)) 5 5;border-image:linear-gradient(#fc9d77 0,#247CE3 100%) 5 5}.float-bar-user-avator.vm_{position:relative}.float-bar-user-avator img.vm_{border-radius:15px;margin:5px;width:30px;height:30px}.float-bar-user-avator.float-bar-user-new-notices.vm_:after{content:'';position:absolute;width:10px;height:10px;background:#247CE3;border:1px solid #fff;top:5px;right:5px;border-radius:5px}.float-bar-user-box.vm_{width:120px;padding-top:10px;padding-bottom:10px}.float-bar-user-box>.float-bar-user-box-item.vm_{padding-bottom:15px;font-size:16px;color:#72727b;letter-spacing:0;line-height:22px}.float-bar-user-box+.float-bar-user-box.vm_{border-top:1px solid #e8e8e8}.float-bar-qrcode-box.vm_{text-align:center}.float-bar-qrcode-title.vm_{font-size:18px;line-height:22px;padding-bottom:15px}.float-bar-qrcode.vm_{padding-bottom:10px;min-width:140px;text-align:center}.float-bar-qrcode-content.vm_{font-size:14px;line-height:20px}.float-bar-qrcode-type.vm_{background:#f3f4f5}.float-bar-t-35.vm_{font-size:35px}.float-bar-t-30.vm_{font-size:30px}.float-bar-lh-40.vm_{line-height:40px}.float-bar-p-t-5.vm_{padding-top:5px}.float-bar-p-t-10.vm_{padding-top:10px}.float-bar-p-b-10.vm_{padding-bottom:10px}.main-ca-sub-category.M_M{vertical-align:top;display:inline-block;width:190px;height:80px;padding-left:10px}.main-ca-sub-category .sub-category-content.M_M{position:relative;margin-top:10px}.main-ca-sub-category .sub-category-content .one-line-pills.M_M{white-space:nowrap;width:100%}.main-ca-sub-category .sub-category-content .one-line-pills .pill.M_M{line-height:0;padding:5px 10px;display:inline-block;position:relative}.main-ca-sub-category .sub-category-content .one-line-pills .pill.M_M:nth-child(n+2)::before{content:"";width:1px;height:10px;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);background-color:#e8e8e8}.main-ca-sub-category .sub-category-content .one-line-pills .pill a.M_M{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;min-width:28px;max-width:56px;min-height:20px;line-height:1.4;text-align:left;color:#72727b;font-size:13px}.main-ca-sub-category .sub-category-content .one-line-pills .pill a.M_M:hover{color:#247CE3}.main-ca-sub-category .sub-category-content .one-line-pills .pill a.M_M:hover{color:#247CE3}.main-ca-sub-category.M_M:nth-child(1){width:130px;padding-left:0;text-align:center}.main-ca-sub-category .sub-category-title.M_M{padding-left:0!important;margin-left:10px}.main-ca-sub-category:nth-child(2) .sub-category-title.M_M{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.main-ca-sub-category:nth-child(2) .sub-category-title.M_M::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#a392ec}.main-ca-sub-category:nth-child(2) .sub-category-title.M_M::before{content:"";left:calc(50% - 7.5px)}.main-ca-sub-category:nth-child(3) .sub-category-title.M_M{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.main-ca-sub-category:nth-child(3) .sub-category-title.M_M::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#f4a6cb}.main-ca-sub-category:nth-child(3) .sub-category-title.M_M::before{content:"";left:calc(50% - 7.5px)}.main-ca-sub-category:nth-child(4) .sub-category-title.M_M{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.main-ca-sub-category:nth-child(4) .sub-category-title.M_M::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#f8d16c}.main-ca-sub-category:nth-child(4) .sub-category-title.M_M::before{content:"";left:calc(50% - 7.5px)}.main-ca-sub-category:nth-child(5) .sub-category-title.M_M{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.main-ca-sub-category:nth-child(5) .sub-category-title.M_M::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#7cc2ef}.main-ca-sub-category:nth-child(5) .sub-category-title.M_M::before{content:"";left:calc(50% - 7.5px)}.main-ca-sub-category:nth-child(6) .sub-category-title.M_M{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.main-ca-sub-category:nth-child(6) .sub-category-title.M_M::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#4dd298}.main-ca-sub-category:nth-child(6) .sub-category-title.M_M::before{content:"";left:calc(50% - 7.5px)}.main-ca-sub-category .sub-category-content.M_M{min-width:138px;max-width:151px}.main-ca-sub-category .sub-category-content .one-line-pills:nth-child(2n+1) .pill.M_M{padding-top:0}.main-ca-sub-category .sub-category-content .one-line-pills:nth-child(2n) .pill.M_M{padding-bottom:0}.header-ca-sub-category.M_M{vertical-align:top;display:inline-block;height:124px;padding-left:30px;text-align:left}.header-ca-sub-category .sub-category-content.M_M{position:relative;margin-top:10px}.header-ca-sub-category .sub-category-content .one-line-pills.M_M{white-space:nowrap;width:100%}.header-ca-sub-category .sub-category-content .one-line-pills .pill.M_M{line-height:0;padding:5px 10px;display:inline-block;position:relative}.header-ca-sub-category .sub-category-content .one-line-pills .pill.M_M:nth-child(n+2)::before{content:"";width:1px;height:10px;position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);background-color:#e8e8e8}.header-ca-sub-category .sub-category-content .one-line-pills .pill a.M_M{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;min-width:28px;max-width:56px;min-height:20px;line-height:1.4;text-align:left;color:#72727b;font-size:13px}.header-ca-sub-category .sub-category-content .one-line-pills .pill a.M_M:hover{color:#247CE3}.header-ca-sub-category .sub-category-content .one-line-pills .pill a.M_M:hover{color:#247CE3}.header-ca-sub-category:nth-child(1) .sub-category-title.M_M{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.header-ca-sub-category:nth-child(1) .sub-category-title.M_M::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#a392ec}.header-ca-sub-category:nth-child(1) .sub-category-title.M_M::before{content:"";left:calc(50% - 2.5px)}.header-ca-sub-category:nth-child(2) .sub-category-title.M_M{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.header-ca-sub-category:nth-child(2) .sub-category-title.M_M::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#f4a6cb}.header-ca-sub-category:nth-child(2) .sub-category-title.M_M::before{content:"";left:calc(50% - 2.5px)}.header-ca-sub-category:nth-child(3) .sub-category-title.M_M{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.header-ca-sub-category:nth-child(3) .sub-category-title.M_M::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#f8d16c}.header-ca-sub-category:nth-child(3) .sub-category-title.M_M::before{content:"";left:calc(50% - 2.5px)}.header-ca-sub-category:nth-child(4) .sub-category-title.M_M{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.header-ca-sub-category:nth-child(4) .sub-category-title.M_M::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#7cc2ef}.header-ca-sub-category:nth-child(4) .sub-category-title.M_M::before{content:"";left:calc(50% - 2.5px)}.header-ca-sub-category:nth-child(5) .sub-category-title.M_M{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.header-ca-sub-category:nth-child(5) .sub-category-title.M_M::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#4dd298}.header-ca-sub-category:nth-child(5) .sub-category-title.M_M::before{content:"";left:calc(50% - 2.5px)}.header-ca-sub-category:nth-child(6) .sub-category-title.M_M{display:inline-block;padding-left:10px;position:relative;font-family:PingFangSC-Reagular;font-size:14px;color:#40404c;letter-spacing:0;font-weight:400;line-height:1.4}.header-ca-sub-category:nth-child(6) .sub-category-title.M_M::before{content:"";position:absolute;display:inline-block;width:15px;height:3px;bottom:-3px;left:calc(50% - 7.5px);background:#fa927a}.header-ca-sub-category:nth-child(6) .sub-category-title.M_M::before{content:"";left:calc(50% - 2.5px)}.header-ca-sub-category .sub-category-content.M_M{min-width:160px}#rootFooter._Nk{width:1080px;margin:50px auto 0}.download-content._HS{padding-bottom:20px}.download-content .qrcode._HS{text-align:center;position:relative;margin-top:60px;margin-bottom:44px}.download-content .qrcode._HS::before{content:'';position:absolute;left:50%;top:115px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:312px;height:35px;background:url(/yx/ximalaya-web-static/last/dist/images/img_bg_b994f37.png) no-repeat}.download-content .qrcode._HS::after{content:'';position:absolute;left:132px;top:-57px;width:356px;height:192px;background:url(/yx/ximalaya-web-static/last/dist/images/img_cat_89ca5ee.png) no-repeat}.download-content img._HS{position:relative;width:140px;height:140px}.download-content .text._HS{text-align:center;font-size:18px;color:#40404c}.phone-input__wrapper._Ig{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:3}.phone-input__wrapper.open .phone-input__sub-menu._Ig{display:block}.phone-input__wrapper.open .selector-icon._Ig{-webkit-transform:translateY(-1px) rotateZ(-45deg);-ms-transform:translateY(-1px) rotate(-45deg);transform:translateY(-1px) rotateZ(-45deg)}.phone-input__wrapper.mini._Ig{font-size:12px;line-height:1.2}.phone-input__wrapper.small._Ig{font-size:14px;line-height:1.24}.phone-input__wrapper.middle._Ig{font-size:16px;line-height:1.32}.phone-input__wrapper.large._Ig{font-size:18px;line-height:1.38}.phone-input__sub-menu._Ig{position:absolute;display:none;top:100%;left:0;right:0;padding-top:5px;margin-top:-5px;overflow:auto;background:#fff;border:1px solid #e1e1e1;border-top:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px;z-index:-1}.phone-input__sub-menu .code-list-item._Ig{padding:5px 0 0 20px;cursor:pointer}.phone-input__sub-menu .code-list-item._Ig:hover{background:#f3f4f5}.phone-input__input._Ig{width:100%;display:block;padding:10px 10px 10px 126px;border:1px solid #e1e1e1;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.phone-input__input.mini._Ig{font-size:12px;line-height:1.2}.phone-input__input.small._Ig{font-size:14px;line-height:1.24}.phone-input__input.middle._Ig{font-size:16px;line-height:1.32}.phone-input__input.large._Ig{font-size:18px;line-height:1.38}.phone-input__selector._Ig{position:absolute;top:10px;left:20px;width:85px;border-right:1px solid #e8e8e8;cursor:pointer}.phone-input__selector.mini._Ig{font-size:12px;line-height:1.2}.phone-input__selector.small._Ig{font-size:14px;line-height:1.24}.phone-input__selector.middle._Ig{font-size:16px;line-height:1.32}.phone-input__selector.large._Ig{font-size:18px;line-height:1.38}.phone-input__selector .selector-code._Ig{display:inline-block;width:55px}.phone-input__selector .selector-icon._Ig{display:inline-block;width:7px;height:7px;border-top:2px solid #a3a3ac;border-right:2px solid #a3a3ac;-webkit-transform:translateY(-3px) rotateZ(135deg);-ms-transform:translateY(-3px) rotate(135deg);transform:translateY(-3px) rotateZ(135deg)}.modal-input .phone-input__input._Ig{color:#333;font-weight:600;padding:10px 10px 10px 98px;border:1px solid rgba(144,153,169,.5)}.modal-input .phone-input__input._Ig::-webkit-input-placeholder{font-weight:400}.modal-input .phone-input__input._Ig::-moz-placeholder{font-weight:400}.modal-input .phone-input__input._Ig:-ms-input-placeholder{font-weight:400}.modal-input .phone-input__input._Ig::-ms-input-placeholder{font-weight:400}.modal-input .phone-input__input._Ig::placeholder{font-weight:400}.modal-input .phone-input__selector._Ig{width:65px;line-height:20px}.modal-input .phone-input__selector .selector-code._Ig{width:40px}.album-play-layer.UR_{font-size:54px;position:absolute;width:100%;height:100%;left:0;top:0;color:#fff;background-color:rgba(0,0,0,0);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.album-play-layer .xuicon.UR_{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(.2);-ms-transform:translate(-50%,-50%) scale(.2);transform:translate(-50%,-50%) scale(.2);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:0;z-index:200}.album-cover:hover .album-play-layer.UR_{background-color:rgba(0,0,0,.2)}.album-cover:hover .album-play-layer .xuicon.UR_{opacity:.95;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.comment-dialog._jn{padding:0 20px 20px 20px}.share-content.pg_{padding:0 20px 40px 20px}.share-content .icon-btn.pg_{position:relative;display:inline-block;margin-left:40px;width:50px;text-align:center}.share-content .icon-btn:hover .icon.pg_{opacity:.8}.share-content .icon-btn.pg_:first-child{margin-left:70px}.share-content .icon-btn:nth-child(1) .icon.pg_{background:url(/yx/ximalaya-web-static/last/dist/images/btn_moment_92afdbf.png) center no-repeat;background-size:100%}.share-content .icon-btn:nth-child(2) .icon.pg_{background:url(/yx/ximalaya-web-static/last/dist/images/btn_wechat_af68c06.png) center no-repeat;background-size:100%}.share-content .icon-btn:nth-child(3) .icon.pg_{background:url(/yx/ximalaya-web-static/last/dist/images/btn_weibo_5055107.png) center no-repeat;background-size:100%}.share-content .icon-btn:nth-child(4) .icon.pg_{background:url(/yx/ximalaya-web-static/last/dist/images/btn_qq_d75eb2d.png) center no-repeat;background-size:100%}.share-content .icon-btn:nth-child(5) .icon.pg_{background:url(/yx/ximalaya-web-static/last/dist/images/btn_qzone_74d3964.png) center no-repeat;background-size:100%}.share-content .icon.pg_{display:block;margin-bottom:5px;width:50px;height:50px}.share-content .label.pg_{color:#72727b;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.share-url.pg_{overflow:hidden;margin:0 20px;border-top:1px solid #e8e8e8}.share-url .text.pg_{display:block;padding:15px 0;text-align:center}.share-url .text:hover .arrow.pg_{border-color:#247CE3}.share-url .arrow.pg_{margin-left:5px;margin-top:-5px}.share-url .url-body.pg_{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;max-height:0;text-align:center}.share-url .url-body>div.pg_{display:inline-block;text-align:left}.share-url .url-body.open.pg_{max-height:400px}.share-url .url.pg_{width:376px;margin:0 10px;border:none;padding:5px 10px;background:#f3f4f5;border-radius:4px;font-size:14px;color:#a3a3ac}.share-url .url.pg_:focus{outline:0}.share-url .tips.pg_{margin:15px 0;color:#a3a3ac}.share-url .row.pg_{overflow:hidden;margin-bottom:15px}.share-url .row>span.pg_{text-align:center;display:inline-block;width:60px}.general-list .item._Yi{line-height:0;padding:10px 0;height:81px;border-top:1px dashed #e8e8e8}.general-list .item._Yi:first-child{border-top-color:transparent}.general-list .item .anchor-link._Yi{color:#a3a3ac}.general-list .item .anchor-link._Yi:hover{color:#f86422}.general-list .item .item-link._Yi{display:inline-block;width:100%;height:100%}.general-list .item .item-link .pic-box._Yi{vertical-align:middle;height:100%;max-width:60px;display:inline-block;margin-right:10px}.general-list .item .item-link .pic-box .pic-wrap._Yi{width:100%;height:100%;overflow:hidden;line-height:60px}.general-list .item .item-link .content._Yi{display:inline-block;max-width:150px;vertical-align:middle}.general-list .item .item-link .content .title._Yi{display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:40px;line-height:1.4;color:#40404c;font-size:14px;font-weight:400}.general-list .item .item-link .content .sub-title._Yi{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px;line-height:1.4;margin-top:3px;color:#a3a3ac}.general-list .item .item-link .content .sub-title a._Yi{color:#a3a3ac}.general-list .item .item-link:hover .content .title._Yi{color:#f86422}.user-avatar.dD_{width:40px;height:40px;border-radius:50%;display:inline-block;overflow:hidden;-webkit-box-shadow:0 0 2px rgba(18,25,33,.2);box-shadow:0 0 2px rgba(18,25,33,.2)}.ertong-side._Jt{padding-bottom:10px}.ertong-side .bg-img._Jt{height:55px;width:220px;position:relative;background-image:url(/yx/ximalaya-web-static/last/dist/images/bg_5119273.png);background-size:100%}.ertong-side .bg-img a._Jt{display:inline-block;position:absolute;top:10px;right:10px;width:140px;height:36px;max-height:55px;line-height:18px;font-size:12px;color:#fff;text-shadow:0 1px 1px #f6a623;display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:2;-webkit-box-orient:vertical}.xm-waveform-wrapper._FI{display:inline-block;margin-top:-4px}.time._FI{font-family:PingFangSC-Regular;font-size:12px;letter-spacing:0;text-align:left}.time.current-time._FI{color:#fc5832}.time.total-time._FI{float:right;color:#a3a3ac}.relay-track-content.SA_{padding:0 20px 20px 20px}.relay-track-content textarea.SA_{width:100%;height:42px;padding:10px;font-size:14px;color:#40404c;resize:none;border-radius:8px}.relay-track-content .bottom.SA_{margin-top:10px}.relay-track-content .bottom .select-wrapper.SA_{display:inline-block;vertical-align:middle;margin:0 10px}.relay-track-content .bottom .select-wrapper .warn-1.SA_{margin-left:10px}.relay-track-content .bottom .relay-btn.SA_{float:right}.relay-track-content .bottom .count.SA_{float:right;margin:10px 10px 0 0;color:#a3a3ac;font-size:12px}.more-intro-wrapper._KR{position:relative;padding-top:20px;text-align:center;color:#a3a3ac;font-size:12px;letter-spacing:1.2px;cursor:pointer}.more-intro-wrapper .blur._KR{position:absolute;left:0;right:0;bottom:0;top:-100px;height:100px;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));background-image:-o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);background-image:linear-gradient(-180deg,rgba(255,255,255,0) 0,#fff 100%)}.more-intro-wrapper .arrow._KR{margin-left:5px}.more-intro-wrapper .arrow-bottom._KR{margin-top:-5px}.more-intro-wrapper .arrow-top._KR{margin-top:1px}.bread-crumb-drop.gN_{color:#72727b;display:inline-block;position:relative;z-index:3}.bread-crumb-drop .bread-crumb-drop-trigger.gN_{padding:4px 5px;border-radius:4px;background-color:#fff;border:1px solid #e8e8e8}.bread-crumb-drop .bread-crumb-drop-trigger span.gN_{vertical-align:middle;margin-left:5px;-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.bread-crumb-drop .bread-crumb-drop-trigger .arrow.gN_{text-indent:-99999px;overflow:hidden;width:7px;height:7px;border:1px solid #ccc;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);display:inline-block;margin-top:-4px}.bread-crumb-drop .bread-crumb-drop-trigger .arrow-up.gN_{border-left:0;border-bottom:0}.bread-crumb-drop .bread-crumb-drop-main.gN_{display:none;position:absolute;left:0;top:100%;top:25px;z-index:-1;min-width:300px;padding:10px;background-color:#fff;border:1px solid #e8e8e8;border-radius:0 4px 4px 4px}.bread-crumb-drop .bread-crumb-drop-main .bread-crumb-drop-list li.gN_{display:inline-block;padding:5px}.bread-crumb-drop .bread-crumb-drop-main .bread-crumb-drop-list li .bread-crumb-link.gN_{color:#72727b;font-size:14px}.bread-crumb-drop .bread-crumb-drop-main .bread-crumb-drop-list li .bread-crumb-link.gN_:hover{color:#247CE3}.bread-crumb-drop.gN_:hover{color:#247CE3}.bread-crumb-drop:hover .bread-crumb-drop-trigger.gN_{border-radius:4px 4px 0 0;border-bottom-color:#fff}.bread-crumb-drop:hover .bread-crumb-drop-trigger .arrow.gN_{margin-top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.bread-crumb-drop:hover .bread-crumb-drop-main.gN_{display:block}.svgicon.US_{vertical-align:text-top;margin-top:1px;margin-right:5px}.recommend-list.US_{background:#fff;margin-top:20px;position:relative}.recommend-list .head.US_{font-family:PingFangSC-Reagular;font-size:20px;color:#333;padding:15px 0 20px;line-height:30px}.recommend-list .show-more.US_{position:absolute;right:10px;top:19px;color:#72727b}.recommend-list .show-more.US_:hover{color:#247CE3}.svgicon.of_{vertical-align:text-top;margin-top:1px;margin-right:5px}.recommend-list.of_{margin-bottom:20px}.user-info-item-box.lR_{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-info-item-box:hover .nickname.lR_{color:#247CE3}.user-info-item-avatar .img.lR_{width:60px;height:60px;border-radius:30px;overflow:hidden}.user-info-item-content.lR_{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden}.user-info-item-attention.lR_{width:90px}.user-info-item-attention-btn.lR_{display:block;width:90px;height:30px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:30px;text-align:center;border-radius:4px;border:1px solid #247CE3;color:#247CE3}.user-info-item-attention-btn.hover-show.lR_{display:none}.user-info-item-box:hover .user-info-item-attention-btn.hover-show.lR_{display:block}.user-info-item-attention-btn-active.lR_{color:#a3a3ac;border-color:#a3a3ac}.user-info-item-box-cross.lR_{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:60px}.user-info-item-top.lR_{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.category-item.LD_{display:inline-block;vertical-align:top;width:180px;margin:0 20px 20px 0}.category-item.LD_:nth-child(4n){margin-right:0}.category-item .img.LD_{display:block;position:relative;width:180px;height:110px;margin-bottom:5px}.category-item .img>img.LD_{width:100%;height:100%}.category-item .img .dark-bar.LD_{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(30%,rgba(0,0,0,0)),to(rgba(0,0,0,.5)));background-image:-o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.5) 100%);background-image:linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.5) 100%);color:#fff;position:absolute;right:0;bottom:0;width:100px;height:20px;text-align:right;padding-right:5px}.category-item .img .dark-bar span.LD_{font-size:12px;display:inline-block;vertical-align:middle}.category-item .title.LD_{display:block;font-size:14px;color:#111;margin-bottom:3px;max-height:38px;display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:2;-webkit-box-orient:vertical}.category-item .title.LD_:hover{color:#247CE3}.category-item .intro.LD_{font-size:12px;color:#999;line-height:18px;max-height:52px;display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:3;-webkit-box-orient:vertical}.bread-crumb._KX{font-size:12px;line-height:1.4;display:inline-block}.bread-crumb .bread-crumb-item._KX{display:inline-block}.bread-crumb .bread-crumb-item .bread-crumb-link._KX{color:#72727b}.bread-crumb .bread-crumb-item a.bread-crumb-link._KX{cursor:pointer}.bread-crumb .bread-crumb-item a.bread-crumb-link._KX:hover{color:#f86422}.bread-crumb .bread-crumb-item .bread-crumb-separator._KX{color:#72727b;padding:0 3px;vertical-align:1px}.bread-crumb .bread-crumb-item:last-child .bread-crumb-separator._KX{display:none}.anchor-detail-track-info-border._Kh{padding:20px 0;border-bottom:1px solid #e8e8e8}.anchor-detail-track-info-border._Kh:last-child{border:0}.anchor-detail-track-info-border:hover .anchor-detail-track-info-title._Kh{color:#247CE3}.anchor-detail-track-info-border:hover .video-icon._Kh{color:#247CE3}.anchor-detail-track-info._Kh{width:675px}.anchor-detail-track-info .anchor-detail-track-info-title._Kh{width:560px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;color:#40404c;font-size:14px}.anchor-detail-track-info .btns .btn._Kh{float:left;width:26px;height:26px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e8e8e8;border-radius:4px;cursor:pointer}.anchor-detail-track-info .btns .btn .xuicon._Kh{font-size:24px;color:#a3a3ac}.anchor-detail-track-info .btns .btn .xuicon.red._Kh{color:#fd6e70}.anchor-detail-track-info .btns .btn._Kh:hover{background:#fbfbfc}.anchor-detail-track-info .btns .btn+.btn._Kh{margin-left:5px}.video-icon._Kh{font-size:20px;color:#999;position:absolute;margin-left:5px}.form-item.uH_{margin-bottom:48px}.form-item .label.uH_{font-size:16px;font-weight:500;color:#c8c8d0;margin-right:40px;min-width:96px;display:inline-block;vertical-align:middle}.form-item .value.uH_{display:inline-block;vertical-align:middle}.general-list .item.kh_{line-height:0;padding:10px 0;height:81px;border-top:1px dashed #e8e8e8}.general-list .item.kh_:first-child{border-top-color:transparent}.general-list .item .anchor-link.kh_{color:#a3a3ac}.general-list .item .anchor-link.kh_:hover{color:#f86422}.general-list .item .item-link.kh_{display:inline-block;width:100%;height:100%}.general-list .item .item-link .pic-box.kh_{vertical-align:middle;height:100%;max-width:60px;display:inline-block;margin-right:10px}.general-list .item .item-link .pic-box .pic-wrap.kh_{width:100%;height:100%;overflow:hidden;line-height:60px}.general-list .item .item-link .content.kh_{display:inline-block;max-width:150px;vertical-align:middle}.general-list .item .item-link .content .title.kh_{display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:40px;line-height:1.4;color:#40404c;font-size:14px;font-weight:400}.general-list .item .item-link .content .sub-title.kh_{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px;line-height:1.4;margin-top:3px;color:#a3a3ac}.general-list .item .item-link .content .sub-title a.kh_{color:#a3a3ac}.general-list .item .item-link:hover .content .title.kh_{color:#f86422}.general-list .cover-item.kh_{position:relative}.general-list .cover-item .title.kh_{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:14px;color:#40404c;font-weight:400;margin:5px 0 10px}.general-list .cover-item .sub-title.kh_{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(30%,rgba(0,0,0,0)),to(rgba(0,0,0,.5)));background-image:-o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.5) 100%);background-image:linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.5) 100%);color:#fff;position:absolute;right:0;bottom:27px;width:110px;text-align:center}.comment-show-more._qt{font-size:12px;text-align:center;color:#a3a3ac;padding:10px 20px}.comment-show-more a._qt{display:inline-block;color:#a3a3ac}.comment-show-more a._qt:hover{color:#247CE3}.comment-show-more a._qt:hover>span{border-color:#247CE3}.comment-show-more .arrow-bottom._qt{vertical-align:3px;margin-left:5px}.comment-show-more .arrow-top._qt{margin-left:5px}.comment-show-more span._qt{display:inline-block}.loader._qt{vertical-align:2px;margin-right:10px;font-size:10px;text-indent:-9999em;width:16px;height:16px;border-radius:50%;background:-webkit-gradient(linear,left top,right top,color-stop(10%,#a3a3ac),color-stop(42%,#fff));background:-o-linear-gradient(left,#a3a3ac 10%,#fff 42%);background:linear-gradient(to right,#a3a3ac 10%,#fff 42%);position:relative;-webkit-transform:translateZ(0);transform:translateZ(0)}.loader._qt:before{width:50%;height:50%;background:#a3a3ac;border-radius:100% 0 0 0;position:absolute;top:0;left:0;content:''}.loader._qt:after{background:#f3f4f5;width:75%;height:75%;border-radius:50%;content:'';margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.sound-deatail-wrapper._Td{position:relative;padding:20px 20px 0 20px;background-size:100%}.sound-operate._Td{position:absolute;top:5px;right:10px}.sound-operate a._Td{margin-left:10px;font-size:12px;color:#666}.sound-operate a._Td:hover{color:#247CE3}.sound-operate .xuicon._Td{cursor:pointer;font-size:12px;color:#999;margin-left:10px}.sound-operate .xuicon._Td:hover{color:#f6a623}.sound-container._Td{position:relative;overflow:hidden;background:rgba(255,255,255,.5);margin-bottom:20px}.sound-info._Td{position:relative;padding-bottom:20px}.info._Td{float:left;width:840px;margin-left:20px}.info .title-icon._Td{float:left;margin-right:5px;margin-top:6px}.title._Td{display:inline-block;font-family:PingFangSC-Reagular,sans-serif;font-size:20px;line-height:32px;color:#333}.cate._Td{color:#247CE3}.category .time._Td{padding:0 20px}.category .count._Td,.category .time._Td{color:#666}.count>.xuicon._Td{font-size:12px}.category._Td{margin:5px 0 10px 0}.tags._Td{min-height:34px}.tags .margin._Td{margin:0 10px 10px 0}.trackStatuText._Td{font-size:26px;color:#a3a3ac}.red._Td{color:#247CE3}.controls._Td{margin-top:13px}.play-btn._Td{float:left;cursor:pointer}.play-btn .icon._Td{border-radius:50%;-webkit-box-shadow:0 4px 8px 0 rgba(252,88,50,.5);box-shadow:0 4px 8px 0 rgba(252,88,50,.5);display:inline-block;vertical-align:middle;width:45px;height:45px;margin-right:20px}.play-btn .play-icon._Td{background:url(/yx/ximalaya-web-static/last/dist/images/play_271bc3f.png) no-repeat 0 0;background-size:100%}.play-btn .pause-icon._Td{background:url(/yx/ximalaya-web-static/last/dist/images/pause_517a223.png) no-repeat 0 0;background-size:100%}.price-btn._Td{cursor:pointer;background-image:-webkit-gradient(linear,left top,right top,color-stop(1%,#ff9973),color-stop(99%,#ff7251));background-image:-o-linear-gradient(left,#ff9973 1%,#ff7251 99%);background-image:linear-gradient(90deg,#ff9973 1%,#ff7251 99%);-webkit-box-shadow:0 4px 8px 0 rgba(252,88,50,.5);box-shadow:0 4px 8px 0 rgba(252,88,50,.5);border-radius:100px;padding:11px 15px;font-size:16px;color:#fff}.btn-groups._Td{float:right;margin-top:5px}.btn-groups .margin._Td{margin-left:10px}.sound-intro._Td{padding:0 20px;background:#fff;word-wrap:break-word}.draft._Td,.sound-intro .intro._Td{max-height:360px;overflow:hidden;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.tabs._Td{position:relative;margin-bottom:10px;font-size:20px;overflow:hidden;border-bottom:1px solid #e8e8e8}.tabs .tab._Td{cursor:pointer;float:left;margin-right:50px;margin-left:8px;padding:17px 0 12px 0}.tabs .tab._Td:first-child{color:#247CE3}.tabs .line._Td{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;position:absolute;left:0;bottom:0;width:96px;height:3px;border-radius:5px;background-color:#247CE3}.tabs.active-intro .tab._Td{color:#333}.tabs.active-intro .a-intro._Td{color:#247CE3;position:relative}.tabs.active-lyric .tab._Td{color:#333}.tabs.active-lyric .a-lyric._Td{color:#247CE3;position:relative}.tabs.active-draft .tab._Td{color:#333}.tabs.active-draft .a-draft._Td{color:#247CE3;position:relative}.lyric._Td{min-height:100px}.hidden._Td{display:none}.sound-deatail-wrapper.fR_{position:relative;padding:20px 20px 0 20px;background-size:100%}.sound-operate.fR_{position:absolute;top:5px;right:10px}.sound-operate a.fR_{margin-left:10px;font-size:12px;color:#666}.sound-operate a.fR_:hover{color:#247CE3}.sound-operate .xuicon.fR_{cursor:pointer;font-size:12px;color:#999;margin-left:10px}.sound-operate .xuicon.fR_:hover{color:#f6a623}.sound-container.fR_{position:relative;overflow:hidden;background:rgba(255,255,255,.5);margin-bottom:20px}.sound-info.fR_{position:relative;padding-bottom:20px}.info.fR_{float:left;width:840px;margin-left:20px}.info .title-icon.fR_{float:left;margin-right:5px;margin-top:6px}.title.fR_{display:inline-block;font-family:PingFangSC-Reagular,sans-serif;font-size:20px;line-height:32px;color:#333}.cate.fR_{color:#247CE3}.category .time.fR_{padding:0 20px}.category .count.fR_,.category .time.fR_{color:#666}.count>.xuicon.fR_{font-size:12px}.category.fR_{margin:5px 0 10px 0}.tags.fR_{min-height:34px}.tags .margin.fR_{margin:0 10px 10px 0}.trackStatuText.fR_{font-size:26px;color:#a3a3ac}.red.fR_{color:#247CE3}.controls.fR_{margin-top:13px}.play-btn.fR_{float:left;cursor:pointer}.play-btn .icon.fR_{border-radius:50%;-webkit-box-shadow:0 4px 8px 0 rgba(252,88,50,.5);box-shadow:0 4px 8px 0 rgba(252,88,50,.5);display:inline-block;vertical-align:middle;width:45px;height:45px;margin-right:20px}.play-btn .play-icon.fR_{background:url(/yx/ximalaya-web-static/last/dist/images/play_271bc3f.png) no-repeat 0 0;background-size:100%}.play-btn .pause-icon.fR_{background:url(/yx/ximalaya-web-static/last/dist/images/pause_517a223.png) no-repeat 0 0;background-size:100%}.price-btn.fR_{cursor:pointer;background-image:-webkit-gradient(linear,left top,right top,color-stop(1%,#ff9973),color-stop(99%,#ff7251));background-image:-o-linear-gradient(left,#ff9973 1%,#ff7251 99%);background-image:linear-gradient(90deg,#ff9973 1%,#ff7251 99%);-webkit-box-shadow:0 4px 8px 0 rgba(252,88,50,.5);box-shadow:0 4px 8px 0 rgba(252,88,50,.5);border-radius:100px;padding:11px 15px;font-size:16px;color:#fff}.btn-groups.fR_{float:right;margin-top:5px}.btn-groups .margin.fR_{margin-left:10px}.sound-intro.fR_{padding:0 20px;background:#fff;word-wrap:break-word}.draft.fR_,.sound-intro .intro.fR_{max-height:360px;overflow:hidden;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.tabs.fR_{position:relative;margin-bottom:10px;font-size:20px;overflow:hidden;border-bottom:1px solid #e8e8e8}.tabs .tab.fR_{cursor:pointer;float:left;margin-right:50px;margin-left:8px;padding:17px 0 12px 0}.tabs .tab.fR_:first-child{color:#247CE3}.tabs .line.fR_{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;position:absolute;left:0;bottom:0;width:96px;height:3px;border-radius:5px;background-color:#247CE3}.tabs.active-intro .tab.fR_{color:#333}.tabs.active-intro .a-intro.fR_{color:#247CE3;position:relative}.tabs.active-lyric .tab.fR_{color:#333}.tabs.active-lyric .a-lyric.fR_{color:#247CE3;position:relative}.tabs.active-draft .tab.fR_{color:#333}.tabs.active-draft .a-draft.fR_{color:#247CE3;position:relative}.lyric.fR_{min-height:100px}.hidden.fR_{display:none}.rank-list.OI_{padding:12px 10px 0;background:#fff}.rank-list-header.OI_{padding-bottom:12px;vertical-align:middle}.rank-list-header .title.OI_{font-size:16px;line-height:1.38;color:#40404c;font-family:PingFangSC-Reagular}.rank-list-header .more.OI_{margin-top:2px;font-size:14px;line-height:1.43;color:#72727b}.rank-list-item.OI_{padding:10px 0}.rank-list-item .badge.OI_{display:inline-block;width:20px;height:20px;margin-right:10px;vertical-align:middle;text-align:center;font-size:14px;line-height:1.43;color:#a3a3ac;border-radius:3px}.rank-list-item .badge.top-1.OI_{background:#ff0d2a;color:#fff}.rank-list-item .badge.top-2.OI_{background:#ff723e;color:#fff}.rank-list-item .badge.top-3.OI_{background:#ffc602;color:#fff}.rank-list-item__title.OI_{display:inline-block;vertical-align:middle;width:180px;font-size:14px;letter-spacing:-.5px;color:#72727b}.pagination._Xo{display:inline-block}.pagination .pagination-page._Xo{display:inline-block}.pagination .pagination-page .page-item._Xo{display:inline-block;font-size:14px;text-align:center;vertical-align:middle;color:#a3a3ac;background-color:#fff;border:1px solid #e8e8e8;border-left:0;width:40px;height:40px;line-height:40px}.pagination .pagination-page .page-item._Xo:first-child{border-left:1px solid #e8e8e8;border-radius:3px 0 0 3px}.pagination .pagination-page .page-item._Xo:last-child{border-radius:0 3px 3px 0}.pagination .pagination-page .page-item._Xo:nth-child(2).active{border-radius:3px 0 0 3px}.pagination .pagination-page .page-item._Xo:nth-last-child(2).active{border-radius:0 3px 3px 0}.pagination .pagination-page .page-item._Xo:only-child{border-radius:3px}.pagination .pagination-page .page-item.page-prev._Xo{color:#ccc}.pagination .pagination-page .page-item.page-prev .page-link._Xo::after{content:'';width:10px;height:10px;border:2px solid #ccc;border-radius:1px;display:inline-block;border-right:0;border-bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-left:5px}.pagination .pagination-page .page-item.page-next._Xo{color:#ccc}.pagination .pagination-page .page-item.page-next .page-link._Xo::after{content:'';width:10px;height:10px;border:2px solid #ccc;border-radius:1px;display:inline-block;border-right:0;border-bottom:0;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);margin-right:5px}.pagination .pagination-page .page-item .page-link._Xo{color:inherit;display:block;height:100%;width:100%}.pagination .pagination-page .page-item.disabled._Xo{background-color:#ccc;color:#fff;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:none}.pagination .pagination-page .page-item.disabled .page-link._Xo{cursor:not-allowed}.pagination .pagination-page .page-item.disabled .page-link._Xo::after{border-color:#fff}.pagination .pagination-page .page-item.disabled._Xo:hover{background-color:#ccc}.pagination .pagination-page .page-item._Xo:hover{background-color:#247CE3;color:#fff}.pagination .pagination-page .page-item:hover .page-link._Xo::after{border-color:#fff}.pagination .pagination-page .page-item.active._Xo{background-color:#247CE3;color:#fff}.pagination .pagination-page .page-item.page-omit._Xo{color:#ccc;background-color:transparent;border:0;border-right:1px solid #e8e8e8}.pagination .pagination-page .page-item.page-omit .page-link._Xo{line-height:32px;letter-spacing:2px;height:100%}.pagination .pagination-page .page-item.page-omit .page-link._Xo:hover{color:#f86422}.pagination .pagination-page .page-item.page-omit .page-link._Xo::after{content:'\2022\2022\2022';font-size:12px;display:block;height:100%;line-height:40px;font-family:anticon;text-align:center;font-weight:500}.pagination .quick-jump._Xo{display:inline-block;margin-left:20px;vertical-align:middle}.pagination .quick-jump input[type=number]._Xo{-moz-appearance:textfield}.pagination .quick-jump input._Xo::-webkit-inner-spin-button,.pagination .quick-jump input._Xo::-webkit-outer-spin-button{-webkit-appearance:none}.pagination .quick-jump .control-input._Xo{width:90px;height:40px;padding:10px 0 10px 0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#40404c;border:1px solid #e8e8e8;border:0;background-color:#fff;border-radius:3px 0 0 3px;vertical-align:top;-webkit-box-shadow:0 0 1px rgba(0,0,0,.2);box-shadow:0 0 1px rgba(0,0,0,.2);text-align:center;font-size:14px}.pagination .quick-jump .control-input._Xo:focus{outline:1px solid rgba(248,100,34,.6);outline:0}.pagination .quick-jump .control-input._Xo::-webkit-input-placeholder{color:#a3a3ac}.pagination .quick-jump .control-input._Xo::-moz-placeholder{color:#a3a3ac;font-size:14px}.pagination .quick-jump .control-input._Xo:-ms-input-placeholder{color:#a3a3ac;font-size:14px}.pagination .quick-jump .control-input._Xo::-ms-input-placeholder{color:#a3a3ac;font-size:14px}.pagination .quick-jump .control-input._Xo::placeholder{color:#a3a3ac;font-size:14px}.pagination .quick-jump .btn._Xo{display:inline-block;vertical-align:top;width:66px;height:40px;font-size:14px;line-height:40px;color:#fff;background-color:#247CE3;border-color:transparent;border-radius:0 3px 3px 0;text-align:center;cursor:pointer;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pagination .quick-jump .btn.disabled._Xo{background-color:#ccc;cursor:not-allowed}.pagination .quick-jump .btn._Xo:focus{outline:1px solid rgba(248,100,34,.6);outline:0}iframe.LJ_{display:block;margin:0;background:url(/yx/ximalaya-web-static/last/dist/images/default-ad_a4a9be6.jpg) center no-repeat;background-size:100%}.ting-voice-wrapper.FA_{position:relative;background:#fbfbfc;height:120px;padding:20px;margin:0 60px 10px 60px;cursor:pointer}.ting-voice-wrapper:hover .voice-info__title.FA_{color:#247CE3!important}.ting-voice-wrapper .voice-img.FA_{position:relative;display:inline-block;vertical-align:middle;width:80px;height:80px;margin-right:20px;border-radius:50%;overflow:hidden}.ting-voice-wrapper .voice-img.playing img.FA_{-webkit-animation:rotate 6s linear 0s infinite;animation:rotate 6s linear 0s infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.ting-voice-wrapper .voice-img img.FA_{width:100%;height:100%}.ting-voice-wrapper .voice-img .black-tape.FA_{position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/yx/ximalaya-web-static/last/dist/images/black-tape_3120b61.png);background-size:cover;background-position:center center;background-repeat:no-repeat;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);border:2px solid rgba(0,0,0,.1)}.ting-voice-wrapper .voice-img .play-btn.FA_{position:absolute;left:50%;top:50%;width:12px;height:14px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:pointer}.ting-voice-wrapper .voice-info.FA_{position:relative;display:inline-block;vertical-align:middle;font-size:16px;height:76px;width:calc(100% - 80px - 20px)}.ting-voice-wrapper .voice-info__title.FA_{display:inline-block;width:100%;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:14px;font-weight:bolder}.ting-voice-wrapper .voice-info__subTitle.FA_{margin-bottom:15px;margin-top:5px;font-size:14px;line-height:1.42;color:#72727b;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ting-voice-wrapper .voice-info__subTitle a.FA_{color:#72727b}.ting-voice-wrapper .voice-info__info.FA_{position:absolute;width:100%;height:17px;bottom:0;font-size:12px;color:#a3a3ac}.ting-voice-wrapper .voice-info__info a.FA_{color:#a3a3ac}.ting-voice-wrapper .voice-info__info>span.FA_{height:100%;line-height:1.9}.ting-voice-wrapper .voice-info__name.FA_{margin-right:23px}.ting-voice-wrapper .voice-info__totalTime.FA_{margin-right:23px}.ting-voice-wrapper .voice-info__spent.active.FA_{color:#f6a623}.ting-voice-wrapper .voice-release.FA_{float:right;width:65px;font-size:14px;text-align:right;color:#a3a3ac;position:relative;line-height:1.5!important}.ting-voice-comment.FA_{position:relative;margin:0 60px 10px;border-top:1px solid #e8e8e8;background:#fbfbfc;top:-10px;padding-bottom:20px}.ting-voice-comment.FA_::after,.ting-voice-comment.FA_::before{content:'';width:20px;position:absolute;height:1px;top:-1px;background:#fbfbfc}.ting-voice-comment.FA_::after{right:0}.ting-voice-comment .icon-left.FA_{position:absolute;left:10px}.ting-voice-comment .icon-right.FA_{position:absolute;bottom:0;right:0}.ting-voice-comment .comment-wrapper.FA_{position:relative;border-left:5px solid #e5e5e5;margin:20px 20px 0}.ting-voice-comment .comment-name.FA_{padding:15px 0 0 35px;font-size:12px;color:#a3a3ac}.ting-voice-comment .comment-name>span.FA_{color:#247CE3}.ting-voice-comment .comment.FA_{padding:5px 0 20px;margin:0 20px 0 35px;font-size:12px;color:#72727b}@-webkit-keyframes rotate{0%.FA_{-webkit-transform:rotate(0);transform:rotate(0)}100%.FA_{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.qr-download.jg_{padding:10px;border-radius:4px;width:260px;margin:auto;position:relative;background:#ffffff url() no-repeat;background-size:100%;background-position:4px 25px}.qr-download .btn-container.jg_{display:inline-block;width:100%;vertical-align:top;text-align: center}.qr-download .btn-container .title.jg_{font-family:PingFangSC-Reagular;font-size:20px;color:#333;margin-bottom: 20px}.qr-download .img-container.jg_{display:inline-block;height:200px;width:200px}.qr-download .img-container .slogan.jg_{font-size:0;position:absolute;top:0;left:0;width:100%;height:18px;background:#fff url() no-repeat center/100%}.qr-download .download-btn-wrap .download-btn.jg_{height:34px;width:67px;position:relative;text-align:center;line-height:34px;font-size:14px;color:#fff;background-color:#67b9eb;border-radius:4px;margin:10px 0;display:inline-block;white-space:nowrap}.qr-download .download-btn-wrap .download-btn.jg_:hover{opacity:.9}.qr-download .download-btn-wrap .download-ios.jg_{background-color:#67b9eb}.qr-download .download-btn-wrap .download-android.jg_{background-color:#86d864;margin-left:10px}.qr-download .download-btn-wrap .bg-img.jg_{fill:#fff;font-size:28px;opacity:.2;position:absolute;right:1px;top:2px}.general-list .item._Tr{line-height:0;padding:10px 0;height:81px}.general-list .item._Tr:first-child{border-top-color:transparent}.general-list .item .anchor-link._Tr{color:#a3a3ac}.general-list .item .anchor-link._Tr:hover{color:#f86422}.general-list .item .item-link._Tr{display:inline-block;width:100%;height:100%}.general-list .item .item-link .pic-box._Tr{vertical-align:middle;height:100%;max-width:60px;display:inline-block;margin-right:10px}.general-list .item .item-link .pic-box .pic-wrap._Tr{width:100%;height:100%;overflow:hidden;line-height:60px}.general-list .item .item-link .content._Tr{display:inline-block;width:calc(100% - 60px - 15px);vertical-align:middle}.general-list .item .item-link .content .title._Tr{display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:40px;line-height:1.4;color:#40404c;font-size:14px;font-weight:700}.general-list .item .item-link .content .sub-title._Tr{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px;line-height:1.4;margin-top:3px;color:#a3a3ac}.general-list .item .item-link .content .sub-title a._Tr{color:#a3a3ac}.general-list .item .item-link:hover .content .title._Tr{color:#f86422}.general-list .cover-item._Tr{position:relative;margin-bottom:10px}.general-list .cover-item .title._Tr{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:14px;color:#40404c;font-weight:700}.general-list .cover-item .content._Tr{height:52px;opacity:.8;background:#f3f4f5;border-radius:0 0 4px 4px;padding:5px 10px 10px}.general-list .cover-item .pic-box._Tr{width:100%}.general-list .cover-item .sub-title._Tr{color:#a3a3ac;width:110px}.cover.SE_{cursor:pointer;position:relative;float:left;width:180px;height:180px;background:url(/yx/ximalaya-web-static/last/dist/images/black-disk_86febc5.png) center no-repeat;background-size:100%}.cover.SE_::before{content:'';position:absolute;right:0;top:0;width:18px;height:18px;background:url(/yx/ximalaya-web-static/last/dist/images/needle-point_c93d378.png) center no-repeat;background-size:100%}.cover.SE_::after{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:24px;height:24px;background:url(/yx/ximalaya-web-static/last/dist/images/point_afc1898.png) center no-repeat;background-size:100%}.cover .needle.SE_{position:absolute;right:7px;top:10px;display:block;width:27px;height:109px;background:url(/yx/ximalaya-web-static/last/dist/images/needle_5f9584b.png) center no-repeat;background-size:100%;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transform:rotateZ(-20deg);-ms-transform:rotate(-20deg);transform:rotateZ(-20deg)}.cover.playing .img.SE_{-webkit-animation-play-state:running;animation-play-state:running}.cover.playing .needle.SE_{-webkit-transform:rotateZ(0);-ms-transform:rotate(0);transform:rotateZ(0)}.cover .img.SE_{position:absolute;left:50%;top:50%;margin-top:-59.2px;margin-left:-59.2px;width:118.4px;height:118.4px;border-radius:50%;-webkit-animation:soundPaying 7s linear infinite;animation:soundPaying 7s linear infinite;-webkit-animation-play-state:paused;animation-play-state:paused}.loading-circle-box._Tk{margin:auto;width:60px;line-height:30px;padding-bottom:20px}.loading-circle-item._Tk{display:inline-block;width:33.3%}@-webkit-keyframes loading-circle-frame{0%._Tk{-webkit-transform:scale(1);transform:scale(1)}33%._Tk{-webkit-transform:scale(.5);transform:scale(.5)}66%._Tk{-webkit-transform:scale(.5);transform:scale(.5)}100%._Tk{-webkit-transform:scale(1);transform:scale(1)}}@keyframes loading-circle-frame{0%{-webkit-transform:scale(1);transform:scale(1)}33%{-webkit-transform:scale(.5);transform:scale(.5)}66%{-webkit-transform:scale(.5);transform:scale(.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.loading-circle-1._Tk{-webkit-animation:loading-circle-frame .9s infinite linear;animation:loading-circle-frame .9s infinite linear}.loading-circle-2._Tk{-webkit-animation:loading-circle-frame .9s .3s infinite linear;animation:loading-circle-frame .9s .3s infinite linear}.loading-circle-3._Tk{-webkit-animation:loading-circle-frame .9s .6s infinite linear;animation:loading-circle-frame .9s .6s infinite linear}.recommend-item.wH_{display:inline-block;width:100%;padding:20px 0;border-top:1px solid #e8e8e8}.recommend-item.wH_:first-child{padding-top:10px;border-top:none}.recommend-item .left-img.wH_{display:inline-block;width:380px;height:180px;vertical-align:top;margin-right:20px}.recommend-item .left-img>img.wH_{width:100%;height:100%}.recommend-item .right-info.wH_{position:relative;display:inline-block;height:180px;width:calc(100% - 380px - 20px)}.recommend-item .right-info .title.wH_{font-size:20px;font-weight:bolder;color:#333;line-height:32px;margin-bottom:10px;max-height:64px;display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:2;-webkit-box-orient:vertical}.recommend-item .right-info .title.wH_:hover{color:#247CE3}.recommend-item .right-info .intro.wH_{font-size:16px;color:#666;max-height:64px;display:-webkit-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;-webkit-line-clamp:3;-webkit-box-orient:vertical}.recommend-item .right-info .bottom-info.wH_{position:absolute;bottom:0}.recommend-item .right-info .bottom-info .count.wH_{font-size:14px;color:#999;margin-left:30px;height:24px}.recommend-item .right-info .bottom-info .count>span.wH_{display:inline-block;vertical-align:middle;height:inherit;line-height:24px}.anchor-user-album-box.MF_{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:20px 0;border-top:1px solid #e8e8e8}.anchor-user-album-album-cover.MF_{width:80px;height:80px;display:inline-block}.anchor-user-album-content.MF_{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.anchor-user-album-title.MF_{color:#40404c;line-height:20px;padding-bottom:5px}.anchor-user-album-signature.MF_{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:14px;color:#72727b;overflow:hidden;width:655px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.anchor-detail-listen-album.gK_{position:relative;cursor:pointer;height:80px}.anchor-detail-listen-album .player-box.gK_{position:relative;display:inline-block;width:80px;height:80px;margin-right:10px;border-radius:50%;overflow:hidden}.anchor-detail-listen-album .player-box:hover .play-btn i.xuicon.gK_{color:#247CE3}.anchor-detail-listen-album .player-box.playing .img.gK_{-webkit-animation:rotate 6s linear 0s infinite;animation:rotate 6s linear 0s infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.anchor-detail-listen-album .player-box .img.gK_{width:60%;height:60%;top:20%;left:20%;position:relative}.anchor-detail-listen-album .player-box .black-tape.gK_{position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/yx/ximalaya-web-static/last/dist/images/black-tape_3120b61.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.anchor-detail-listen-album .player-box .play-btn.gK_{position:absolute;left:50%;top:50%;width:12px;height:14px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:pointer}.no-content._NY{width:100%;text-align:center}.no-content .empty-result._NY{display:inline-block;margin-top:50px;margin-bottom:30px}.no-content .empty-result img._NY{width:204px;height:204px}.no-content .empty-result .msg._NY{color:#72727b;font-size:16px}.no-content .empty-result .extra-msg._NY{color:#72727b;font-size:14px}.anchor-info .anchor-info-head.tX_{margin-top:10px}.anchor-info .anchor-info-head .anchor-info-avatar.tX_{display:inline-block;position:relative;vertical-align:middle;width:40px;height:40px}.anchor-info .anchor-info-head .anchor-info-avatar .img.tX_{width:100%;height:100%;background-color:#ccc;border-radius:50%}.anchor-info .anchor-info-head .anchor-info-avatar .anchor-follow-btn.tX_{position:absolute;color:#247CE3;background-color:#fff;font-size:13px;border-radius:50%;display:block;right:0;bottom:0;margin-right:0}.anchor-info .anchor-info-head .anchor-info-nick.tX_{margin-left:10px;display:inline-block}.anchor-info .anchor-info-head .anchor-info-nick a.tX_{margin-right:5px;color:#40404c;display:inline-block;line-height:18px;height:20px;vertical-align:middle;max-width:128px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.anchor-info .anchor-info-head .anchor-info-nick a.tX_:hover{color:#f86422}.anchor-info .anchor-info-head .anchor-info-nick .nick-name.tX_{max-width:100px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.anchor-info .anchor-stats.tX_{margin:10px 0;white-space:nowrap}.anchor-info .anchor-stats .anchor-stats-item.tX_{color:#40404c}.anchor-info .anchor-stats .anchor-stats-item.tX_:hover{color:#f86422}.anchor-info .anchor-stats .anchor-stats-item.tX_:nth-child(n+2){margin-left:20px}.anchor-info .anchor-stats .anchor-stats-item i.tX_{color:#a3a3ac;margin-right:5px}.anchor-info .anchor-intro.tX_{color:#a3a3ac;font-size:12px;line-height:1.4;margin-bottom:10px;max-height:210px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:13;-webkit-box-orient:vertical}.loading.WH_{padding:50px 0;text-align:center;background:#fff;min-height:400px}.loading .icon-loading.WH_{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-right:11px;background-image:url(/yx/ximalaya-web-static/last/dist/images/loading_3c20ec5.gif);background-size:cover;background-position:center center;background-repeat:no-repeat}.svgicon.vu_{vertical-align:text-top;margin-top:1px;margin-right:5px}.common-ranking-list.vu_{margin-bottom:20px}.sound-deatail-wrapper._Rv{position:relative;padding:20px 20px 0 20px;background-size:100%}.sound-operate._Rv{position:absolute;top:5px;right:10px}.sound-operate a._Rv{margin-left:10px;font-size:12px;color:#666}.sound-operate a._Rv:hover{color:#247CE3}.sound-operate .xuicon._Rv{cursor:pointer;font-size:12px;color:#999;margin-left:10px}.sound-operate .xuicon._Rv:hover{color:#f6a623}.sound-container._Rv{position:relative;overflow:hidden;background:rgba(255,255,255,.5);margin-bottom:20px}.sound-info._Rv{position:relative;padding-bottom:20px}.info._Rv{float:left;width:840px;margin-left:20px}.info .title-icon._Rv{float:left;margin-right:5px;margin-top:6px}.title._Rv{display:inline-block;font-family:PingFangSC-Reagular,sans-serif;font-size:20px;line-height:32px;color:#333}.cate._Rv{color:#247CE3}.category .time._Rv{padding:0 20px}.category .count._Rv,.category .time._Rv{color:#666}.count>.xuicon._Rv{font-size:12px}.category._Rv{margin:5px 0 10px 0}.tags._Rv{min-height:34px}.tags .margin._Rv{margin:0 10px 10px 0}.trackStatuText._Rv{font-size:26px;color:#a3a3ac}.red._Rv{color:#247CE3}.controls._Rv{margin-top:13px}.play-btn._Rv{float:left;cursor:pointer}.play-btn .icon._Rv{border-radius:50%;-webkit-box-shadow:0 4px 8px 0 rgba(252,88,50,.5);box-shadow:0 4px 8px 0 rgba(252,88,50,.5);display:inline-block;vertical-align:middle;width:45px;height:45px;margin-right:20px}.play-btn .play-icon._Rv{background:url(/yx/ximalaya-web-static/last/dist/images/play_271bc3f.png) no-repeat 0 0;background-size:100%}.play-btn .pause-icon._Rv{background:url(/yx/ximalaya-web-static/last/dist/images/pause_517a223.png) no-repeat 0 0;background-size:100%}.price-btn._Rv{cursor:pointer;background-image:-webkit-gradient(linear,left top,right top,color-stop(1%,#ff9973),color-stop(99%,#ff7251));background-image:-o-linear-gradient(left,#ff9973 1%,#ff7251 99%);background-image:linear-gradient(90deg,#ff9973 1%,#ff7251 99%);-webkit-box-shadow:0 4px 8px 0 rgba(252,88,50,.5);box-shadow:0 4px 8px 0 rgba(252,88,50,.5);border-radius:100px;padding:11px 15px;font-size:16px;color:#fff}.btn-groups._Rv{float:right;margin-top:5px}.btn-groups .margin._Rv{margin-left:10px}.sound-intro._Rv{padding:0 20px;background:#fff;word-wrap:break-word}.draft._Rv,.sound-intro .intro._Rv{max-height:360px;overflow:hidden;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.tabs._Rv{position:relative;margin-bottom:10px;font-size:20px;overflow:hidden;border-bottom:1px solid #e8e8e8}.tabs .tab._Rv{cursor:pointer;float:left;margin-right:50px;margin-left:8px;padding:17px 0 12px 0}.tabs .tab._Rv:first-child{color:#247CE3}.tabs .line._Rv{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;position:absolute;left:0;bottom:0;width:96px;height:3px;border-radius:5px;background-color:#247CE3}.tabs.active-intro .tab._Rv{color:#333}.tabs.active-intro .a-intro._Rv{color:#247CE3;position:relative}.tabs.active-lyric .tab._Rv{color:#333}.tabs.active-lyric .a-lyric._Rv{color:#247CE3;position:relative}.tabs.active-draft .tab._Rv{color:#333}.tabs.active-draft .a-draft._Rv{color:#247CE3;position:relative}.lyric._Rv{min-height:100px}.hidden._Rv{display:none}