/** 
* 前端：李自然 
* 产品：罗文静
* 时间：2025.07.10
*/
.l_container{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);width:100%;color:#131B26;}
.l_header{position:fixed;width:100%;top:0;z-index:100;box-sizing:border-box;padding:0 15px;height:.48rem;display:flex;align-items:center;justify-content:space-between;background:#fff;box-shadow:0px 2px 12px 0px #00255933;}
.l_header_back{cursor:pointer;width:20px;height:20px;background:url(../images/header_back.png) no-repeat center;background-size:cover;}
.l_header_title{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:.18rem;width:1.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:.05rem;}
.l_header_share{cursor:pointer;width:20px;height:20px;background:url(../images/header_share.png) no-repeat center;background-size:cover;}
.l_resource_box{width:100%;height:2.4rem;position:relative;padding-top: 0.48rem}
.l_resource_box iframe{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.l_video_info{position:relative;box-sizing:border-box;padding:.2rem .15rem;}
.l_vInfo_tit{position:relative;width:100%;display:flex;align-items:center;column-gap:.1rem;margin-bottom:.15rem;}
.l_resource_ico{align-self:flex-start;margin-top:.02rem;width:.2rem;height:.2rem;}
.l_vInfo_text{flex:1;min-width:0;font-size:.15rem;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.l_vDetial{display:flex;align-items:center;justify-content:space-between;}
.l_vDetial_num{color:#8A8B99;font-size:.14rem;display:flex;align-items:center;column-gap:.05rem;}
.l_vDetial_num::before{content:'';width:0.14rem;height:0.14rem;}
.l_vDetial_num.watch::before{background:url(../images/num_watch_ico.png) no-repeat center;background-size:cover;}
.l_vDetial_num.down::before{background:url(../images/num_down_ico.png) no-repeat center;background-size:cover;}
.l_vDetial_num.collect_count::before{background:url(../images/num_collect_ico.png) no-repeat center;background-size:cover;}
.l_vDetial_num.comment::before{background:url(../images/num_comment_ico.png) no-repeat center;background-size:cover;}
.l_vDetial_num.share::before{background:url(../images/num_share_ico.png) no-repeat center;background-size:cover;}
.l_botSolid{border-bottom:0.01rem solid #F0F3FA;}
.l_resource_info{box-sizing:border-box;padding:.2rem .15rem;}
.l_info_ico{width:.16rem;height:.16rem;background:url(../images/info_ico.png) no-repeat center;background-size:cover;}
.l_voice_ico{width:.16rem;height:.16rem;background:url(../images/voice_ico.png) no-repeat center;background-size:cover;}
.l_video_ico{width:.16rem;height:.16rem;background:url(../images/video_ico.png) no-repeat center;background-size:cover;}
.l_hotkey_ico{width:.16rem;height:.16rem;background:url(../images/hotkey_ico.png) no-repeat center;background-size:cover;}
.l_comment_ico{width:.16rem;height:.16rem;background:url(../images/comment_ico.png) no-repeat center;background-size:cover;}
.l_rInfo_tit{display:flex;align-items:center;column-gap:.1rem;}
.l_rInfo_text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.14rem;color:#131B26;}
.of1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.of2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.l_arrow_right{width:.1rem;height:.1rem;background:url(../images/arrow_right.png) no-repeat center;background-size:cover;}
.l_rInfo_tag{position:relative;margin-top:.1rem;display:flex;gap:0.08rem;width:100%;overflow:auto;}
.l_linear{position:relative;width:100%;}
.l_linear::after{content:'';box-sizing:border-box;position:absolute;top:0;right:0;width:.3rem;height:100%;background:linear-gradient(to right,#ffffff00,#fff);}
.l_rInfo_tag>li{height:.22rem;background:#F2F4F7;padding:0 0.08rem;font-size:.12rem;color:#474C59;border-radius:.04rem;max-width:1.2rem;text-align:center;line-height:.22rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;flex:0 0 auto;}
.l_voice{box-sizing:border-box;padding:.2rem .15rem;}
.l_hotkey{box-sizing:border-box;padding:.2rem .15rem;}
.l_video{box-sizing:border-box;padding:.2rem .15rem;}
.l_slide_box{margin-top:.1rem;width:100%;overflow-x:auto;height:.65rem;display:flex;column-gap:.08rem;}
.l_slide_box::-webkit-scrollbar{display:none;}
.l_voice_item{flex:0 0 auto;box-sizing:border-box;width:1.5rem;height:.65rem;padding:.1rem;display:flex;flex-direction:column;align-items:flex-start;gap:.05rem;border-radius:.1rem;background:#F7F8FA;color:#474C59;font-size:.14rem;}
.l_voice_item.active{color:#3A8BFF;}
.l_voice_item>h3{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.l_voice_time{display:flex;align-items:center;column-gap:.05rem;}
.l_voice_time::before{content:'';width:0.1rem;height:0.1rem;background:url(../images/play_ico.png) no-repeat center;background-size:cover;}
.l_voice_item.active .l_voice_time::before{background:url(../images/play_ico_active.png) no-repeat center;background-size:cover;}
.l_collect_count{font-size:.12rem;color:#8A8B99;}
.l_video_item{flex:0 0 auto;width:120px;}
.l_video_cover{position:relative;width:100%;height:.7rem;border-radius:10px;overflow:hidden;}
.l_video_cover>img{width:100%;height:100%;object-fit:cover;}
.l_video_tit{margin-top:.05rem;width:100%;font-size:.12rem;color:#8A8B99;}
.l_video_item.active .l_video_tit{color:#3A8BFF;}
.l_video_item.active .l_playing{display:block;}
.l_video_item.active .l_play_time{color:#FFFFFF;}
.l_playing{display:none;position:absolute;left:.05rem;bottom:.05rem;width:.12rem;height:.12rem;background:url(../images/playing_ico.png) no-repeat center;background-size:cover;}
.l_play_time{position:absolute;right:.05rem;bottom:.05rem;color:#FFFFFFE5;}
.l_hot_ico{display:inline-block;width:.1rem;height:.1rem;margin-right:.05rem;}
.l_hot_ico.hot_level1{background:url(../images/hot_level1.png) no-repeat center;background-size:cover;}
.l_hot_ico.hot_level2{background:url(../images/hot_level2.png) no-repeat center;background-size:cover;}
.l_hot_ico.hot_level3{background:url(../images/hot_level3.png) no-repeat center;background-size:cover;}
.l_hot_ico.hot_level4{background:url(../images/hot_level4.png) no-repeat center;background-size:cover;}
.l_blueMain{box-sizing:border-box;width:100%;padding:15px 10px;padding-bottom:.72rem;background:#F0F3FA;}
.l_pingLun_box{width:100%;box-sizing:border-box;padding:.15rem;background:#fff;border-radius:.12rem;}
.l_pingLun_ipt{margin-top:.1rem;box-sizing:border-box;width:100%;height:.37rem;line-height:.37rem;background:#F7F8FA;padding:0 .1rem;border-radius:.08rem;color:#ACB4BF;font-size:.12rem;}
.l_tab{box-sizing:border-box;margin:.15rem 0;padding:0 .1rem;width:100%;display:flex;align-items:center;justify-content:space-around;}
.l_tab_item{position:relative;color:#474C59;font-size:.18rem;}
.l_tab_item.active{color:#131B26;}
.l_tab_item>p{pointer-events:none;}
.l_tab_item.active>p{position:relative;z-index:1;}
.l_tab_item.active::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:.06rem;background:#9ABBFE;}
.l_card{box-sizing:border-box;position:relative;overflow:hidden;width:1.72rem;border-radius:.12rem;background:#fff;}
.l_card_top{padding:.1rem;}
.l_card_bottom{padding:.1rem;}
.l_yuanChuang{position:absolute;top:0;right:0;font-size:.12rem;color:#fff;padding:0 .1rem;height:.21rem;line-height:.21rem;background:linear-gradient(270deg,#266EFE 0%,#6698FE 100%);border-radius:0 0 0 .1rem;}
.l_card_cover{width:100%;height:.7rem;border-radius:.08rem;overflow:hidden;}
.l_card_tit{margin-top:.1rem;display:flex;align-items:center;column-gap:0.05rem;color:#131B26;font-size:.14rem;}
.l_card_tit>p{flex:1;min-width:0;}
.l_card_type{width:.16rem;height:.16rem;}
.l_footer{box-sizing:border-box;position:fixed;bottom:0;left:0;z-index:10;width:100%;padding:.15rem;display:flex;justify-content:space-between;align-items:center;background:#fff;box-shadow:0px -1px 12px 0px #01274E0F;}
.l_btn{position:relative;box-sizing:border-box;width:.78rem;height:.32rem;display:flex;align-items:center;justify-content:center;border:0.01rem solid #3A8BFF;font-size:.14rem;color:#fff;border-radius:0.06rem;background:#3A8BFF;}
.l_btn.white{background:#fff;color:#3A8BFF;}
.l_footer_watch{width:.14rem;height:.14rem;margin-top:0.01rem;margin-right:.04rem;background:url(../images/footer_watch.png) no-repeat center;background-size:cover;}
.l_footer_quote{width:.14rem;height:.14rem;margin-top:0.01rem;margin-right:.04rem;background:url(../images/footer_quote.png) no-repeat center;background-size:cover;}
.l_footer_arrow{width:.12rem;height:.12rem;margin-top:0.01rem;margin-left:.04rem;background:url(../images/footer_arrow.png) no-repeat center;background-size:cover;transition:.1s;}
.l_footer_arrow.active{transform:rotate(180deg);}
.l_footer_down{width:.14rem;height:.14rem;margin-top:0.01rem;margin-right:.04rem;background:url(../images/footer_down.png) no-repeat center;background-size:cover;}
.l_footer_collect{width:.14rem;height:.14rem;margin-top:0.01rem;margin-right:.04rem;background:url(../images/footer_collect.png) no-repeat center;background-size:cover;}
.l_btn.disabled{opacity:0.5;pointer-events:none;}
.l_quote_pop{display:none;position:absolute;bottom: 0.4rem;width:1.6rem;box-shadow:0px 2px 12px 0px #00255933;padding:.1rem 0;background:#fff;border-radius:.1rem;}
.l_quote_ico{width:.14rem;height:.14rem;margin-right:.05rem;background:url(../images/quote_ico.png) no-repeat center;background-size:cover;}
.l_quote_item{display:flex;align-items:center;justify-content:center;width:100%;line-height:.51rem;color:#474C59;font-size:.15rem;}
.l_quote_item:hover{background:#F0F6FF;}
.l_backTop{z-index: 2;width:0.36rem;height:0.36rem;box-shadow:0px 2px 12px 0px #00255933;position:fixed;right:.1rem;bottom:.92rem;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:1rem;}
.l_backTop::before{content:'';width:0.2rem;height:.2rem;background:url(../images/backTop.png) no-repeat center;background-size:cover;}
/* 空白页 */
.l_empty{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.l_empty::before{content:'';width:1.2rem;height:1rem;background:url(../images/empty.png) no-repeat center;background-size:cover;}
.l_empty::after{content:'暂无数据';color:#8A8B99;font-size:.12rem;}
.l_empty_main{width:100%;height:2rem;}
.l_tab_main{width:100%;display:flex;gap:.15rem;column-gap:.1rem;flex-wrap:wrap;}
.l_fxCard{box-sizing:border-box;width:100%;padding:.15rem;border-radius:.12rem;background:#fff;}
.l_tag{padding:0 .1rem;display:inline-block;line-height:.21rem;height:0.21rem;width:fit-content;border-radius:4px;color:#fff;font-size:.12rem;}
.l_tag.blue{background:#398CFF;}
.l_tag.lightblue{background:#6CB3D9;}
.l_tag.purple{background:#C4AAF2;}
.l_tag.red{background:#F16A6A;}
.l_tag.orange{background:#FE9F7F;}
.l_fxTit{font-size:.15rem;color:#131B26;}
.l_fxInfo{margin-top:.1rem;display:flex;gap:.15rem;}
.l_fxCover{width:1rem;height:1.38rem;}
.l_fxCover>img{width:100%;height:100%;object-fit:cover;border-radius:.08rem;}
.l_fxDetail{flex:1;min-width:0;display:flex;flex-direction:column;gap:.07rem;color:#474C59;line-height:170%;font-size:.12rem;}
.l_line1{width:100%;}
.l_line1 span{color:#8A8B99;}
.l_zhaiYao{display:flex;display:flex;}
.l_lineMoreText{flex:1;min-width:0;-webkit-line-clamp:3;}
/* 公共-toast */
.c_message_wrapper{width:fit-content;display:flex;flex-direction:column;padding:.14rem .2rem;justify-content:center;align-items:center;border-radius:.08rem;background:#4F5B62;box-shadow:0rem .04rem .1rem 0rem rgba(0,0,0,0.10);position:fixed;left:50%;top:1.8rem;transform:translate(-50%,0);z-index:99999;}
.c_message_wrapper.c_warning_type .c_message_content{color:#fff;}
.c_message_wrapper.c_warning_type{background:#101A29C2;}
.c_message_wrapper .c_base_icon{display:flex;align-items:center;justify-content:center;width:.24rem;height:.24rem;border-radius:50%;}
.c_message_wrapper .c_message_content{color:#fff;font-size:.14rem;text-align:center;}
.c_message_wrapper .c_close_btn{display:block;transform:translateY(.01rem);width:.1rem;height:.1rem;cursor:pointer;}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(-50%,-100%,0);}
to{opacity:1;transform:translate3d(-50%,0,0);}
}
.c_message_fadeInDown{animation-name:fadeInDown;animation-duration:0.5s;}
.c_message_wrapper.loading .c_base_icon{background:url(../images/icon-loading.png) no-repeat center;background-size:.18rem .18rem;animation:spin 1s linear infinite;}
@keyframes spin{0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
/* 查看资源 */
.d_details_video{width:100%;height:100%;}
.video-js .vjs-big-play-button{left:50% !important;top:50% !important;transform:translate(-50%,-50%);}
/* 封面图片cover效果 */
.video-js .vjs-poster{background-size:cover;background-position:center;}
.l_resource_box img{width:100%;height:100%;object-fit:cover;}
.d_medicinal_permission{position:absolute;left:50%;bottom:.2rem;transform:translateX(-50%);display:flex;align-items:center;padding:0 .26rem;height:.44rem;border-radius:.06rem;background:#00000099;backdrop-filter:blur(.1rem);font-weight:400;font-size:.14rem;text-align:center;color:#fff;width:max-content;}
.d_medicinal_permission.no::before{content:'';width:.16rem;height:.16rem;background:url(../images/resource_notice.png) no-repeat center / .16rem .16rem;margin-right:.04rem;}
.d_medicinal_permission.yes{cursor:pointer;}
.d_medicinal_cover{position:absolute;top:.1rem;right:.1rem;width:.3rem;height:.3rem;border-radius:.06rem;background:url(../images/icon-20250414-privew.png) #00000099 no-repeat center / .16rem .16rem;backdrop-filter:blur(.1rem)}
.d_medicinal_mask{position:absolute;z-index:100;width:100%;height:100%;left:0;top:0;background:linear-gradient(180deg,rgba(16,26,41,0) 0%,rgba(16,26,41,0.7) 100%);transition:all .2s;}
.l_toggleBtn{position:absolute;z-index:10;right:.1rem;bottom:.1rem;display:flex;border-radius:4px;background:#171D2666;height:.21rem;box-shadow:0px 2px 12px 0px #00255933;}
.l_toggleItem{width:.4rem;border-radius:.04rem;text-align:center;color:#fff;line-height:.21rem;}
.l_toggleItem.active{background:#fff;color:#131B26;}
/* 移动端弹窗 */
.l_pop{position:fixed;left:0;top:0;width:100%;height:100%;background:#101A29C2;opacity:0;transition:all .3s;z-index: 100}
.l_pop_container{box-sizing:border-box;position:absolute;bottom:0;width:100%;background:#fff;border-radius:.15rem .15rem 0 0;padding:.15rem;transition:all .3s;transform:translateY(100%);}
.l_pop_tit{color:#131B26;font-size:.18rem;display:flex;align-items:center;justify-content:space-between;}
.l_pop_close{width:20px;height:20px;background:url(../images/pop_close.png) no-repeat center;background-size:cover;}
.l_pop_mian{margin-top:.2rem;}
.l_pop_footer{margin-top:.2rem;width:100%;border-top:.01rem solid #F2F2F2;text-align:center;display:flex;flex-direction:column;}
.l_footerBtn{line-height:.35rem;display:flex;justify-content:center;align-items:flex-end;color:#474C59;font-size:.14rem;}
.l_pop.showPop{opacity:1;}
.l_pop.showPop .l_pop_container{transform:translateY(0%);}
.l_share_list{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 .13rem;box-sizing:border-box;}
.l_share{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#131B26;font-size:.14rem;}
.l_share>img{width:0.4rem;height:0.4rem;margin-bottom:.05rem;}
.l_pop_mian .l_tab{justify-content:flex-start;gap:.4rem;}
.d_details_ul{height:5rem;overflow:auto;font-weight:400;font-size:.14rem;line-height:.2rem;color:#131B26;}
.d_details_li{display:flex;align-items:center;padding-bottom:.1rem;}
.d_details_li:last-child{padding-bottom:0;}
.d_details_li>.d_label{width:1.2rem;flex-shrink:0;color:#8A8B99;}
.d_details_li>.d_text{width:2.5rem;padding-left:.05rem;}
.l_intro{color:#131B26;line-height:.2rem;font-size:.14rem;display:flex;margin-bottom:.1rem;}
.l_intro>h3{flex:0 0 auto;font-weight:700;}
.l_intro_box{height:5rem;overflow:auto;}
.d_recognition_box{height:4rem;overflow:auto;}
.d_recognition_query{display:flex;align-items:center;box-sizing:border-box;justify-content:space-between;width:100%;}
.d_recognition_setting{width:.2rem;height:.2rem;background:url(../images/voice_setting.png) no-repeat center / .2rem .2rem;}
.d_recognition_search{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;width:2.9rem;height:.36rem;padding:0 .14rem;border-radius:.04rem;border:.01rem solid #D4D6D9;background-color:#fff;border-radius:1rem;}
.d_recognition_search>.d_input{flex:1;border:0;height:100%;font-weight:400;font-size:.14rem;}
.d_recognition_search>.d_input::placeholder{color:#ACB4BF;}
.d_recognition_search>.d_search{width:.18rem;height:.18rem;margin-left:.06rem;background:url(../images/voice_search.png) no-repeat center / .18rem .18rem;}
.d_recognition_ul{margin-top:.2rem;position:relative;overflow:auto;box-sizing:border-box;max-height:4.9rem;margin-right:.05rem;}
.d_recognition_li::before{content:'';box-sizing:border-box;position:absolute;top:0;left:.09rem;height:100%;border-left:.01rem solid #E4ECFF;}
.d_recognition_li{position:relative;display:flex;font-weight:400;font-size:.14rem;line-height:.2rem;}
.d_recognition_li>.d_icon{position:relative;z-index:99;flex-shrink:0;width:.2rem;height:.2rem;background:url(../images/voice_player.png) no-repeat center / .2rem .2rem;}
.d_recognition_msg{box-sizing:border-box;padding-left:.1rem;}
.d_recognition_msg>p{padding-bottom:.1rem;}
.d_broadcast_ul{box-sizing:border-box;height:5rem;width:100%;overflow:auto;}
.d_broadcast_li{display:flex;cursor:pointer;padding:.1rem 0;}
.d_broadcast_li:first-child{padding-top:0;}
.d_broadcast_cover{flex-shrink:0;width:1rem;height:.6rem;border-radius:.06rem;overflow:hidden;}
.d_broadcast_cover>.d_cover{width:100%;height:100%;object-fit:cover;}
.d_broadcast_info{margin-left:.1rem;flex:1;}
.d_broadcast_info>.d_title{font-weight:600;font-size:.16rem;color:#131B26;line-height:.22rem;}
.d_broadcast_info>.d_desc{font-weight:400;font-size:.14rem;color:#8A8B99;line-height:.2rem;padding-top:.05rem;}
.d_broadcast_msg{display:flex;flex-direction:column;justify-content:space-between;padding-left:.12rem;}
.d_broadcast_msg>.d_title{font-weight:600;font-size:.14rem;color:#131B26;}
.d_broadcast_msg>.d_time{display:flex;align-items:center;height:.17rem;font-weight:400;font-size:.12rem;color:#8A8B99;}
.d_broadcast_msg>.d_time::before{content:'';width:.14rem;height:.14rem;font-weight:400;font-size:.12rem;background:url(../images/play_ico.png) no-repeat center / .14rem .14rem;margin-right:.08rem;}
.d_broadcast_li.active .d_title,.d_broadcast_li.active .d_time{color:#3A8BFF;}
.d_broadcast_li.active .d_time::before{background:url(../images/play_ico_active.png) no-repeat center / .14rem .14rem;}
div.jqcloud a{font-size:inherit;text-decoration:none;}
div.jqcloud span{cursor:pointer;}
div.jqcloud span:hover{opacity:.7;}
div.jqcloud span.w10{font-size:.42rem;font-weight:600;color:#48D2C8;}
div.jqcloud span.w9{font-size:.39rem;color:#fc9208;}
div.jqcloud span.w8{font-size:.36rem;color:#ffbf00;}
div.jqcloud span.w7{font-size:.33rem;color:#a1dc37;}
div.jqcloud span.w6{font-size:.3rem;color:#3fdad4;}
div.jqcloud span.w5{font-size:.28rem;color:#6da0f3;}
div.jqcloud span.w4{font-size:.36rem;color:#a48ce9;}
div.jqcloud span.w3{font-size:.24rem;color:#57b9fb;}
div.jqcloud span.w2{font-size:.22rem;color:#9ad6ff;}
div.jqcloud span.w1{font-size:.2rem;color:#9ad6ff;}
div.jqcloud{color:#09f;}
div.jqcloud a{color:inherit;}
div.jqcloud{overflow:hidden;position:relative;}
div.jqcloud span{padding:0;}
.d_comment_box{height:5rem;overflow:auto;}
.d_comment_total{font-weight:400;font-size:.14rem;color:#000000;}
.d_comment_number{color:#3A8BFF;}
.d_comment_ul{}
.d_comment_li{display:flex;flex-direction:column;padding:.15rem 0;border-bottom:.01rem solid #F2F2F2;}
.d_comment_li:last-child{border-bottom:none;}
.d_comment_header{display:flex;align-items:center;gap:.1rem;margin-bottom:.1rem;}
.d_comment_header>.d_img{width:.2rem;height:.2rem;border-radius:9.99rem;overflow:hidden;}
.d_comment_content{margin-left:.1rem;}
.d_comment_user{line-height:.3rem;}
.d_comment_user>.d_name{font-weight:600;font-size:.16rem;color:#131B26;}
.d_comment_user>.d_type{font-weight:400;font-size:.16rem;color:#474C59;}
.d_comment_text{font-weight:400;font-size:.14rem;line-height:160%;color:#474C59;}
.l_grey{color:#8A8B99;font-size:.12rem;}
.l_zongHe{display:flex;align-items:center;margin-bottom:.2rem;}
.l_zongHe>h3{color:#131B26;font-size:.16rem;}
.l_zongHe .d_medicinal_evaluate{margin-bottom:0;}
.l_pingFen{margin-left:.12rem;color:#FFAF40;font-size:.22rem;}
.l_zongHe .d_evaluate_stars{height:.24rem;}
.l_zongHe .d_evaluate_star{width:.24rem;height:.24rem;}
.l_ipt_area{box-sizing:border-box;padding:.1rem;width:100%;height:1rem;background:#F7F8FA;border-radius:8px;}
.l_textarea{background:transparent;border:none;outline:none;width:100%;height:100%;font-size: .12rem}
.l_textarea::placeholder{color:#ACB4BF;font-size:.12rem;}
.l_submit{margin-top:.1rem;width:100%;background:#3A8BFF;color:#fff;text-align:center;height:.28rem;line-height:.28rem;font-size:.14rem;border-radius:.06rem;}
.l_submit.disabled{pointer-events:none;opacity:0.5;}
.d_medicinal_evaluate{display:flex;align-items:center;height:.24rem;margin-bottom:.1rem;}
.d_medicinal_evaluate>.d_label{font-weight:400;font-size:.14rem;color:#8A8B99;}
.d_medicinal_evaluate>.d_score{margin-left:.1rem;font-size:.14rem;color:#474C59;}
.d_medicinal_evaluate.yellow>.d_score{margin-left:.14rem;font-family:D-DIN;font-weight:600;font-size:.22rem;color:#FFAF40;}
.d_medicinal_evaluate.yellow>.d_label{color:#131B26;}
.d_medicinal_evaluate.yellow .d_evaluate_star{cursor:pointer;}
.d_evaluate_stars{display:flex;align-items:center;height:.18rem;}
.d_evaluate_star{width:.18rem;height:.18rem;background:url(../images/star-empty.png) no-repeat center / .24rem .24rem;margin-right:.04rem;}
.d_evaluate_star:last-child{margin-right:0;}
.d_evaluate_star.active{background:url(../images/star-full.png) no-repeat center / .24rem .24rem;}
/* 2025-04-17 更新 半颗星 */
.d_evaluate_star.active.half{background:url(../images/star-half.png) no-repeat center / .24rem .24rem;}
.l_loadMore{width:100%;height:0.01rem;}
.l_play_tit{display:inline-block;width:.2rem;height:.2rem;background:url(../images/play_tit.png) no-repeat center;background-size:cover;}
.l_preview{width:100%;padding-top: .48rem}
.l_preview_img{
    width: 100%;
}
.overflowHid{
    overflow: hidden;
}

/* 公共-新版泛雅-加载状态 */
.fyLoading{position:relative;width:100%;display:flex;align-items:center;justify-content:center;}
.fyLoading_icon{width:18px;height:18px;background:url(../images/icon-loading-black.png) no-repeat center left;background-size:18px 18px;animation:fyLoadingRotation 1s infinite linear;}
@keyframes fyLoadingRotation{0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}