/*!m-second:src/pages/video/list/app/video-item/native-ad/ad-content.less*/
.ad-video-item .video-cover .video-play-duration{color:#fff;background:rgba(0,0,0,.4);border-radius:.1rem;font-size:.1rem;padding:.04rem .07rem;position:absolute;right:.05rem;bottom:.07rem;text-align:center}
.ad-video-item .ad-video-bottom{display:flex;flex-direction:column;padding:0 .17rem}
.ad-video-item .ad-video-bottom .ad-title{font-size:.16rem;color:#333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-top:.12rem;line-height:.22rem}
.ad-video-item .ad-video-bottom .ad-custom-info{padding-top:.1rem;display:flex;align-items:flex-start;justify-content:space-between;position:relative}
.ad-video-item .ad-video-bottom .ad-custom-info .ad-custom-desc{font-size:.14rem;color:#000;line-height:1;font-family:PingFangSC-Regular;font-weight:400;color:#333}
.ad-video-item .ad-video-bottom .ad-custom-info .ad-custom-btn{border:solid 1px #ddd;border-radius:.14rem;font-size:.13rem;color:#1f1f1f;width:.76rem;height:.26rem;display:flex;justify-content:center;align-items:center;position:absolute;right:.17rem;font-family:PingFangSC-Medium}
.ad-video-item .ad-video-bottom .ad-download-info{padding-top:.1rem;display:flex;justify-content:space-between;align-items:flex-start}
.ad-video-item .ad-video-bottom .ad-download-info .ad-download-detail{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}
.ad-video-item .ad-video-bottom .ad-download-info .ad-download-detail .ad-download-top{display:flex;margin-right:.76rem}
.ad-video-item .ad-video-bottom .ad-download-info .ad-download-detail .ad-download-top .ad-download-name{font-size:.12rem;color:#000;line-height:1;font-family:PingFangSC-Regular;font-weight:400;color:#333}
.ad-video-item .ad-video-bottom .ad-download-info .ad-download-detail .ad-download-top .rate{display:flex;margin-left:.08rem;color:#F60;font-size:.12rem}
.ad-video-item .ad-video-bottom .ad-download-info .ad-download-detail .ad-download-top .version{margin-left:.08rem;color:#999;font-size:.12rem}
.ad-video-item .ad-video-bottom .ad-download-info .ad-download-detail .ad-download-bottom{display:flex;font-size:.12rem;line-height:1;margin-top:.08rem}
.ad-video-item .ad-video-bottom .ad-download-info .ad-download-detail .ad-download-bottom .company{font-size:.12rem;color:#858585;line-height:1}
.ad-video-item .ad-video-bottom .ad-download-info .ad-download-detail .ad-download-bottom .privacy{margin-left:.08rem;color:#666}
.ad-video-item .ad-video-bottom .ad-download-info .ad-download-detail .ad-download-bottom .authority{margin-left:.08rem;color:#666}
.ad-video-item .ad-video-bottom .ad-download-info .ad-download-btn{width:.76rem;height:.26rem;border:solid 1px #ddd;border-radius:.14rem;font-size:.13rem;color:#1f1f1f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;justify-content:center;align-items:center;position:absolute;right:.17rem;font-family:PingFangSC-Medium;margin-top:-.01rem}
.ad-video-item .ad-video-bottom .ad-foot-info{display:flex;font-size:.12rem;color:#858585;padding-top:.12rem;margin-bottom:.12rem}
.ad-video-item .ad-video-bottom .ad-foot-info .ad-foot-brand{margin-right:.12rem}
.native-frame{position:absolute;width:100vw;height:56.25vw;margin-top:-56.25vw;z-index:21}
.native-frame .native-background{height:56.25vw;background-size:contain;position:relative}
.native-frame .native-background .native-mask{background-color:rgba(0,0,0,.5);position:absolute;top:0;left:0;right:0;bottom:0}
.native-frame .native-background .native-frame-info{display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:11;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.native-frame .native-background .native-frame-info .frame-portrait{width:.38rem;height:.38rem;border-radius:50%;background-size:cover;margin-bottom:.09rem;background-position:center;transform:scale(1.1)}
.native-frame .native-background .native-frame-info .frame-name{font-size:.16rem;color:#fff}
.native-frame .native-background .native-frame-info .frame-btn{background-image:linear-gradient(45deg,rgba(102,138,255,.99) 0,#80acff 100%);border-radius:.14rem;padding:.08rem .12rem;color:#fff;font-size:.13rem;margin-top:.15rem}
/*!m-second:src/pages/video/list/index.less*/
#video-list-root{height:100vh;background-color:#f2f2f2}
.page-video-list{background-color:#fff;position:relative;left:0;right:0}
.page-video-list.show{z-index:1000;display:block}
.page-video-list.hide{z-index:-1;display:none}
.page-video-list .video-item{position:relative}
.page-video-list .video-item .video-rec-tab-margin{width:100%;height:.06rem;background:#f5f5f5}
.page-video-list .video-item .video-rec-tab{background:#fff;padding:17px 0 12px 17px;font-family:PingFangSC-Medium;font-size:.16rem;color:#000;text-align:justify;justify-content:center;line-height:.16rem;font-weight:700}
.page-video-list .video-item .video-cover{position:relative;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat}
.page-video-list .video-item .video-cover .hot-bubble{position:absolute;right:17px;background:rgba(0,0,0,.6);border-radius:6px;background-image:url(https://baikebcs.bdimg.com/front-end/swanapp-baike/secondKnow/hot-icon.png),url(https://baikebcs.bdimg.com/front-end/swanapp-baike/secondKnow/hot-bubble-arrow.svg);background-repeat:no-repeat,no-repeat;background-size:10px 12px,8px 8px;background-position:10px center,right 10px center;padding:7px 22px 7px 26px;font-size:12px;line-height:1;color:#fff;z-index:21;bottom:17px}
.page-video-list .video-item .video-cover .hot-bubble.in-controls-show{bottom:43px}
.page-video-list .video-item .video-cover .video-play-btn{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:.5rem;height:.5rem;line-height:.5rem;text-align:center;border-radius:50%;background:rgba(0,0,0,.3)}
.page-video-list .video-item .video-cover .video-play-btn .play-icon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:.5rem;height:.5rem;font-size:.5rem}
.page-video-list .video-item .video-cover .video-play-info{position:absolute;z-index:1;bottom:0;left:0;height:.34rem;display:flex;justify-content:flex-end;align-items:center;background-image:linear-gradient(-180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);padding-right:.15rem;font-size:.12rem;color:#fff;right:0}
.page-video-list .video-item .video-title{line-height:.22rem;margin-bottom:.08rem;position:relative;font-size:.16rem;display:block;color:#333;padding:0 .17rem;padding-top:.12rem}
.page-video-list .video-item .video-title .hot-tag{background-image:url(https://baikebcs.bdimg.com/front-end/swanapp-baike/secondKnow/hot.png);background-size:contain;background-repeat:no-repeat;margin-right:.04rem;height:.17rem;width:.45rem;display:inline-block;vertical-align:-.03rem}
.page-video-list .video-item .video-title.show-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.page-video-list .video-item .video-title.show-all{white-space:normal;overflow:visible}
.page-video-list .video-item .video-title .show-tip-txt{color:#999}
.page-video-list .video-item .video-title.pay{padding-right:.7rem}
.page-video-list .video-item .video-title.pay .pay-detail-title{position:absolute;right:.17rem;bottom:-.02rem;line-height:.2rem;display:flex;align-items:center;color:#666;font-size:.13rem}
.page-video-list .video-item .video-bottom-bar{display:flex;height:.28rem;justify-content:space-between;align-items:center;padding:0 .17rem;margin-bottom:.12rem}
.page-video-list .video-item .video-bottom-bar .video-author{display:flex;align-items:center;-webkit-tap-highlight-color:rgba(255,255,255,0);overflow:hidden}
.page-video-list .video-item .video-bottom-bar .video-author .author-avatar-box{width:.26rem;height:.26rem;border-radius:50%;margin-right:.08rem;border:1px solid rgba(0,0,0,.05);position:relative;box-sizing:border-box;flex:none}
.page-video-list .video-item .video-bottom-bar .video-author .author-avatar-box .author-avatar{width:100%;height:100%;border-radius:50%;overflow:hidden;background-position:center;background-repeat:no-repeat;background-size:cover}
.page-video-list .video-item .video-bottom-bar .video-author .author-avatar-box .author-vip{width:.12rem;height:.12rem;position:absolute;right:-.06rem;bottom:0;background-position:center;background-repeat:no-repeat;background-size:cover}
.page-video-list .video-item .video-bottom-bar .video-author .author-avatar-box .author-vip.vtype-1{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/red-v.png)}
.page-video-list .video-item .video-bottom-bar .video-author .author-avatar-box .author-vip.vtype-2{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/blue-v.png)}
.page-video-list .video-item .video-bottom-bar .video-author .author-avatar-box .author-vip.vtype-3{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/yellow-v.png)}
.page-video-list .video-item .video-bottom-bar .video-author .author-name{margin-right:.08rem;font-size:.13rem;white-space:nowrap;text-overflow:ellipsis;color:#666}
.page-video-list .video-item .video-bottom-bar .video-author .author-name.has-authority{font-size:.12rem}
.page-video-list .video-item .video-bottom-bar .video-author .authority-info{color:#B07800;font-family:"PingFang SC";font-size:.1rem;font-weight:400;line-height:1;margin-top:.01rem}
.page-video-list .video-item .video-bottom-bar .video-author .author-attnetion{margin-right:.1rem;background-position:center;background-repeat:no-repeat;background-size:cover;width:.5rem;height:.18rem;flex:none;background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/unattend.png)}
.page-video-list .video-item .video-bottom-bar .video-author .author-attnetion.subscribed{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/attend.png)}
.page-video-list .video-item .video-bottom-bar .dynamic-btns{display:flex;align-items:center}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn{display:flex;-webkit-tap-highlight-color:rgba(255,255,255,0);align-items:center;margin-right:.17rem;font-size:.13rem;color:#666;white-space:nowrap;position:relative}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn:last-child{margin-right:0}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn .ctrl-text{margin-left:.03rem;margin-top:.01rem}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn .ctrl-text.comment-num{margin-bottom:.02rem}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn .ctrl-icon{background-position:center;background-repeat:no-repeat;background-size:cover;width:.16rem;height:.16rem}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn .ctrl-icon.like-icon{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/unlike-new.png)}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn .ctrl-icon.share-icon{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/share-new.png)}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn .ctrl-icon.more-icon{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/more.png)}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn .ctrl-icon.comment-btn{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/comments.png)}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn.like-btn.liked .ctrl-icon.like-icon{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/like-new.png)}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn.more-btn .more-pop{position:absolute;right:-.12rem;top:.25rem;z-index:40;border:.01px solid #eee;border-radius:.04rem;background:#fff;display:none}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn.more-btn .more-pop.show{display:block}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn.more-btn .more-pop .pop-tail{right:.06rem;top:0;transform:translate(-50%,-50%) rotate(45deg);position:absolute;width:.12rem;height:.12rem;border-left:.01rem solid #eee;border-top:.01rem solid #eee;background:#fff}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn.more-btn .more-pop .pop-btn{padding:.13rem .15rem;color:#595b62;display:flex;align-items:center;font-size:.13rem;width:1.36rem;box-sizing:border-box;-webkit-tap-highlight-color:rgba(255,255,255,0);border-top:1px solid #eee}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn.more-btn .more-pop .pop-btn.feedback-btn{border-top:0}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn.more-btn .more-pop .pop-btn .pop-icon{background-position:center;background-repeat:no-repeat;background-size:cover;width:.18rem;height:.18rem;margin-right:.1rem;-webkit-tap-highlight-color:rgba(255,255,255,0)}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn.more-btn .more-pop .pop-btn .pop-icon.feedback-icon{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/h5-feedback.png)}
.page-video-list .video-item .video-bottom-bar .dynamic-btns .ctrl-btn.more-btn .more-pop .pop-btn .pop-icon.lemma-icon{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/h5-lemma.png)}
.page-video-list .video-item .collect-videos-head{position:relative;background:#f5f5f5;display:flex;font-family:PingFangSC-Regular;font-size:.14rem;color:#333;line-height:.17rem;padding:.12rem 0 .08rem .17rem}
.page-video-list .video-item .collect-videos-head:first-child{padding-left:.17rem}
.page-video-list .video-item .collect-videos-head .collect-icon{position:absolute;font-size:.14rem;height:.14rem;width:.14rem;padding-right:.08rem;margin-top:.01rem}
.page-video-list .video-item .collect-videos-head .collect-content-txt{width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:.22rem}
.page-video-list .video-item .collect-videos-head .collect-content-txt .split-line,.page-video-list .video-item .collect-videos-head .collect-content-txt .collect-num,.page-video-list .video-item .collect-videos-head .collect-content-txt .collect-title{font-size:.14rem;line-height:.17rem;display:inline}
.page-video-list .video-item .collect-videos-head .collect-content-txt .split-line{color:rgba(21,21,21,.4)}
.page-video-list .video-item .collect-videos-head .collect-content-all-txt{max-width:3.55rem;text-overflow:ellipsis;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:justify;margin-left:.22rem}
.page-video-list .video-item .collect-videos-head .collect-content-all-txt .split-line,.page-video-list .video-item .collect-videos-head .collect-content-all-txt .collect-num,.page-video-list .video-item .collect-videos-head .collect-content-all-txt .collect-title{font-size:.14rem;line-height:.17rem;display:inline}
.page-video-list .video-item .collect-videos-head .collect-content-all-txt .split-line{color:rgba(21,21,21,.4)}
.page-video-list .video-item .collect-videos-head .collect-arrow{position:absolute;width:.16rem;height:.16rem;right:.12rem;bottom:.12rem;background-image:url(https://baikebcs.bdimg.com/front-end/swanapp-baike/secondKnow/arrow-right.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transform:rotate(90deg)}
.page-video-list .video-item .collect-videos-head.across{padding:.12rem 0 .1rem .12rem;border-radius:.09rem;margin-left:.17rem;margin-right:.17rem;margin-bottom:.2rem}
.page-video-list .video-item .collect-videos-head.hide-margin{margin-bottom:0}
.page-video-list .video-item .collect-videos-head.hide-bottom-radius{border-radius:.09rem .09rem 0 0}
.page-video-list .video-item .collect-videos-head.show-detail{padding-right:.17rem}
.page-video-list .video-item .collect-videos{position:relative;background:#f5f5f5;display:none;width:auto;white-space:nowrap;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;margin-bottom:.12rem}
.page-video-list .video-item .collect-videos.hide-margin{margin-bottom:0}
.page-video-list .video-item .collect-videos.show{display:block}
.page-video-list .video-item .collect-videos .collect-video-item-box{display:inline-block;vertical-align:top;margin-right:.08rem;margin-bottom:.12rem}
.page-video-list .video-item .collect-videos .collect-video-item-box:first-child{margin-left:.17rem}
.page-video-list .video-item .collect-videos .collect-video-item-box:last-child{margin-right:.17rem}
.page-video-list .video-item .collect-videos .collect-video-item-box .collect-video-item{width:1.21rem;position:relative;overflow:hidden}
.page-video-list .video-item .collect-videos .collect-video-item-box .collect-video-item .collect-video-cover-box{width:1.21rem;height:.81rem;position:relative}
.page-video-list .video-item .collect-videos .collect-video-item-box .collect-video-item .collect-video-cover-box .collect-video-cover{width:100%;height:100%;background-position:center;background-size:cover;border-radius:.09rem}
.page-video-list .video-item .collect-videos .collect-video-item-box .collect-video-item .collect-video-cover-box .collect-video-playing-mask{background:rgba(15,18,26,.6);position:absolute;width:100%;height:100%;top:0;left:0;border-radius:.09rem;display:none;z-index:1;align-items:center;justify-content:center}
.page-video-list .video-item .collect-videos .collect-video-item-box .collect-video-item .collect-video-cover-box .collect-video-playing-mask .playing-icon{background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(https://bkssl.bdimg.com/static/wiki-m-second/widget/container/videoFeed/view/subVideo/img/playing_6b06e8b.gif);width:.27rem;height:.21rem}
.page-video-list .video-item .collect-videos .collect-video-item-box .collect-video-item .collect-video-cover-box .collect-video-duration{position:absolute;right:.08rem;bottom:.06rem;color:#fff;font-size:.12rem}
.page-video-list .video-item .collect-videos .collect-video-item-box .collect-video-item .collect-video-title{font-size:.13rem;color:#333;margin-top:.08rem;word-break:break-all;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:.17rem}
.page-video-list .video-item .collect-videos .collect-video-item-box.active .collect-video-item .collect-video-cover-box .collect-video-playing-mask{display:flex}
.page-video-list .video-item .collect-videos .no-more-item{display:inline-block;text-align:center;margin-left:.16rem;margin-right:.24rem;width:.12rem;height:100%}
.page-video-list .video-item .collect-videos .no-more-item .no-more-txt{margin:0 auto;margin-top:.3rem;width:100%;writing-mode:vertical-lr;writing-mode:tb-lr;font-family:PingFangSC-Regular;font-size:.12rem;color:#bdbdbd;letter-spacing:0;line-height:.14rem}
.page-video-list .video-item .pay-videos{position:relative;background:#ebedf2;display:none;width:auto;white-space:nowrap;overflow-x:auto;overflow-y:hidden;padding:.16rem 0}
.page-video-list .video-item .pay-videos.show{display:block}
.page-video-list .video-item .pay-videos .pay-video-item-box{display:inline-block;vertical-align:top;margin-right:.08rem}
.page-video-list .video-item .pay-videos .pay-video-item-box:first-child{margin-left:.13rem}
.page-video-list .video-item .pay-videos .pay-video-item-box:last-child{margin-right:.13rem}
.page-video-list .video-item .pay-videos .pay-video-item-box .pay-video-item{width:1.21rem;position:relative;overflow:hidden}
.page-video-list .video-item .pay-videos .pay-video-item-box .pay-video-item .pay-video-cover-box{width:1.21rem;height:.81rem;position:relative;border-radius:.03rem}
.page-video-list .video-item .pay-videos .pay-video-item-box .pay-video-item .pay-video-cover-box .pay-video-cover{width:100%;height:100%;background-position:center;background-size:cover;border-radius:.03rem}
.page-video-list .video-item .pay-videos .pay-video-item-box .pay-video-item .pay-video-cover-box .pay-video-type{position:absolute;left:0;top:0;font-size:.12rem;color:#f8f8f8;background:#d3aa63;padding:.04rem .08rem;padding-right:.12rem;border-top-left-radius:.03rem;border-bottom-right-radius:.3rem;z-index:2}
.page-video-list .video-item .pay-videos .pay-video-item-box .pay-video-item .pay-video-cover-box .pay-video-type.free,.page-video-list .video-item .pay-videos .pay-video-item-box .pay-video-item .pay-video-cover-box .pay-video-type.payed{background:rgba(0,0,0,.3);line-height:.12rem;padding:.04rem .05rem;border-bottom-right-radius:.03rem}
.page-video-list .video-item .pay-videos .pay-video-item-box .pay-video-item .pay-video-cover-box .pay-video-playing-mask{background:rgba(15,18,26,.6);position:absolute;width:100%;height:100%;top:0;left:0;border-radius:.03rem;display:none;z-index:1;align-items:center;justify-content:center}
.page-video-list .video-item .pay-videos .pay-video-item-box .pay-video-item .pay-video-cover-box .pay-video-playing-mask .playing-icon{background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(https://bkssl.bdimg.com/static/wiki-m-second/widget/container/videoFeed/view/subVideo/img/playing_6b06e8b.gif);width:.27rem;height:.21rem}
.page-video-list .video-item .pay-videos .pay-video-item-box .pay-video-item .pay-video-cover-box .pay-video-duration{position:absolute;right:.08rem;bottom:.06rem;color:#fff;font-size:.12rem}
.page-video-list .video-item .pay-videos .pay-video-item-box .pay-video-item .pay-video-title{font-size:.13rem;color:#666;margin-top:.08rem;word-break:break-all;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}
.page-video-list .video-item .pay-videos .pay-video-item-box.active .pay-video-item .pay-video-cover-box .pay-video-playing-mask{display:flex}
.page-video-list .video-item .pay-videos .pay-more-item{display:inline-block;text-align:center;width:.81rem;height:.81rem}
.page-video-list .video-item .pay-videos .pay-more-item .more-icon{background-image:url(https://bkssl.bdimg.com/static/wiki-m-second/widget/container/videoFeed/view/payVideos/img/load-more_251a962.svg);width:.4rem;height:.4rem;background-repeat:no-repeat;background-position:center;background-size:contain;margin:auto;margin-top:.16rem;margin-bottom:.12rem}
.page-video-list .video-item .pay-videos .pay-more-item .more-label{font-size:.12rem;color:#7f828d;line-height:.12rem}
.page-video-list .video-loading{font-size:.12rem;text-align:center;color:#999;padding-top:.8rem;padding-bottom:.8rem;background-color:#f2f2f2}
.page-video-list .lemma-message{background:#F5F5F5;margin-bottom:.12rem}
.page-video-list .lemma-message.is-not-collect{margin-left:.17rem;margin-right:.17rem;border-radius:.09rem;margin-bottom:.2rem}
.page-video-list .lemma-message.is-not-collect .lemma-message-box{height:.52rem;padding-left:.12rem}
.page-video-list .lemma-message.is-not-collect .lemma-message-box .task-title{margin-top:.08rem}
.page-video-list .lemma-message.is-not-collect .lemma-message-box .see-lemma{top:.18rem}
.page-video-list .lemma-message.is-not-collect .lemma-message-box .tip-icon{margin-top:.08rem}
.page-video-list .lemma-message.is-not-collect .task-logo{margin:.08rem .08rem .08rem 0}
.page-video-list .lemma-message.collect-not-show{margin-left:.17rem;margin-right:.17rem;border-radius:0 0 .09rem .09rem;margin-bottom:.2rem}
.page-video-list .lemma-message.collect-not-show .task-logo,.page-video-list .lemma-message.collect-not-show .lemma-message-box-margin{margin-left:.12rem;margin-right:.12rem}
.page-video-list .lemma-message.has-img-url .lemma-message-box{height:.6rem;padding-left:.08rem}
.page-video-list .lemma-message.has-img-url .lemma-message-box .task-title{margin-top:.116rem}
.page-video-list .lemma-message.has-img-url .lemma-message-box .see-lemma{top:.22rem}
.page-video-list .lemma-message.has-img-url .lemma-message-box .tip-icon{margin-top:.116rem}
.page-video-list .lemma-message-box{height:.66rem;position:relative;border-radius:.09rem;padding-top:1px;padding-right:.3rem}
.page-video-list .lemma-message-box.add-padding{padding-left:.17rem}
.page-video-list .lemma-message-box .task-logo{float:left;width:.42rem;height:.42rem;border-radius:.09rem;margin:.12rem .08rem .12rem .17rem}
.page-video-list .lemma-message-box .task-title-box{display:flex}
.page-video-list .lemma-message-box .task-title{font-family:PingFangSC-Medium;font-size:.14rem;color:#000;margin-top:.14rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:.14rem}
.page-video-list .lemma-message-box .tip-icon{width:.28rem;height:.14rem;background-image:url(https://baikebcs.bdimg.com/front-end/swanapp-baike/secondKnow/lemma-icon.svg);background-repeat:no-repeat;background-size:contain;background-position:center;margin-top:.14rem;flex:0 0 auto;margin-left:.05rem}
.page-video-list .lemma-message-box .task-content{font-size:.14rem;color:#666;margin-top:.08rem;letter-spacing:0;line-height:.14rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.page-video-list .lemma-message-box .see-lemma{position:absolute;width:.16rem;height:.16rem;right:.12rem;top:.25rem;background-image:url(https://baikebcs.bdimg.com/front-end/swanapp-baike/secondKnow/arrow-right.svg);background-repeat:no-repeat;background-size:contain;background-position:center}
.page-video-list .lemma-message-box-margin{height:.01rem;background:#E6E6E6;margin:0 .17rem}
.no-videos{font-size:.13rem;color:#666;text-align:center;width:100%;padding-top:30vh;box-sizing:border-box}
.no-videos .no-video-img{width:.9rem;height:.9rem;margin-bottom:.18rem}
.no-videos .no-video-text{margin-top:.2rem}
.no-first-video{font-size:.13rem;font-family:PingFangSC-Regular;color:#666;text-align:center;height:.6rem;line-height:.6rem}
/*!m-second:src/pages/video/list/modal.less*/
.wgt-modal{display:none;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;width:80%;text-align:center;border-radius:4px;overflow:hidden;z-index:2011}
.wgt-modal-title{font-size:20px;line-height:1.5;margin-top:23px;padding:0 25px}
.wgt-modal-message{margin-top:15px;margin-bottom:30px;padding:0 25px;font-size:16px;color:#999;line-height:1.5;word-break:break-all}
.wgt-modal-btn-group{height:47px;background:#fff;font-size:17px;color:#000;border-top:1px solid #E0E0E0;box-sizing:border-box}
.wgt-modal-btn{cursor:pointer;float:left;height:100%;width:100%;line-height:47px;box-sizing:border-box;overflow:hidden}
.wgt-modal-btn:nth-child(2){border-left:1px solid #E0E0E0}
.wgt-modal-btn--half{width:50%}
.wgt-modal-btn--confirm{color:#3C76FF}
.wgt-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:2010}
/*!m-second:src/components/topbar/topbar.less*/
.page-topbar-wrapper{height:.44rem;position:relative;z-index:30}
.page-topbar-wrapper .page-topbar{height:.44rem;color:#000;position:fixed;top:0;left:0;right:0;background:#fff}
.page-topbar-wrapper .page-topbar .top-icon{position:absolute;cursor:pointer;left:.1rem;top:.11rem;color:#000;font-size:.22rem}
.page-topbar-wrapper .page-topbar .page-title{width:100%;text-align:center;font-weight:700;height:100%;line-height:.44rem;font-size:.18rem}
.icon-fff{color:#666}
/*!m-second:src/pages/common/player/index.less*/
.video-player{z-index:20;overflow:hidden;position:absolute;top:.44rem;left:0;right:0;height:56.25vw;width:100vw;display:block;visibility:visible}
.video-player.horizontal{height:56.25vw}
.video-player.vertical{height:133.33vw}
.video-player.hide{display:none;visibility:hidden}
.video-player.ad-video-player .lark-control-bar{display:none}
.video-player.ad-video-player .lark-play-button{display:none}
.video-player.ad-video-player .lark-progress-bar--simple{display:block;height:3px;position:absolute;bottom:0;left:0;width:100%}
.video-player .video-player-el.hide{display:none}
.video-player .video-player-el::before{width:100%;height:100%;background:inherit;-webkit-filter:blur(15px);-moz-filter:blur(15px);-ms-filter:blur(15px);-o-filter:blur(15px);filter:blur(15px);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false)}
.video-player .yinghe-logo{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/yinghe.png);background-repeat:no-repeat;background-size:contain;background-position:center;width:1.26rem;height:.19rem;position:absolute;right:.1rem;top:.1rem;z-index:5}
.video-player .yinghe-vertical-logo{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/yinghe.png);background-repeat:no-repeat;background-size:contain;background-position:center;width:1.26rem;height:.19rem;position:absolute;left:.1rem;top:.1rem;z-index:5}
.video-player .video-pay-tip,.video-player .video-pay-preview-tip{position:absolute;background:rgba(0,0,0,.4);border-radius:.14rem;z-index:25;font-size:.12rem;padding:.08rem .12rem;right:.17rem;bottom:.4rem;color:#f5d7ab;display:block}
.video-player .video-pay-preview-tip{color:#fff}
.video-player .video-pay-discount{font-size:.12rem;color:#fff;background:#d9b56c;border-radius:.09rem;padding:.03rem .06rem;position:absolute;top:.08rem;left:.08rem;z-index:25}
.video-player .pay-cover{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1005;background-position:center;background-repeat:no-repeat;background-size:cover}
.video-player .pay-cover .pay-cover-mask{position:absolute;width:100%;height:100%}
.video-player .pay-cover .pay-cover-content{position:absolute;width:100%;height:100%;background:rgba(15,18,26,.6);z-index:1;font-family:PingFangSC-Regular}
.video-player .pay-cover .pay-cover-content .pay-label{font-size:.16rem;color:#fff;text-align:center;margin-top:.6rem}
.video-player .pay-cover .pay-cover-content .pay-info{font-size:.13rem;color:rgba(255,255,255,.8);margin-top:.12rem;text-align:center}
.video-player .pay-cover .pay-cover-content .pay-btn{background-image:linear-gradient(31deg,#db994d 0,#d1ae69 100%);border-radius:51px;width:1rem;height:.34rem;display:flex;justify-content:center;align-items:center;margin:auto;margin-top:.12rem;font-family:PingFangSC-Medium;font-size:.14rem;color:#fff}
.video-player .pay-cover .pay-title{position:absolute;bottom:.16rem;color:#fff;padding:0 .17rem;word-break:break-all;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.14rem;line-height:.2rem;padding-right:.7rem;width:100%;box-sizing:border-box;z-index:2}
.video-player .pay-cover .pay-title .pay-detail{position:absolute;right:.17rem;top:0;line-height:.2rem;display:flex;align-items:center}
/*!m-second:src/components/comment-modal/comment-modal.less*/
.model-box{position:fixed;left:0;top:0;width:100%;height:100%;display:none;z-index:21}
.model-box .comment-panel{position:absolute;bottom:0;transform:translateY(100%);transition:all .2s linear;width:100%;background:#fff;display:flex;justify-content:space-between;flex-direction:column;z-index:21;border-radius:.21rem .21rem 0 0}
.model-box .comment-panel .comment-head{width:100%;height:.16rem;text-align:center;padding:.14rem 0;background:#fff;touch-action:none;border-top:1px solid #eee;border-radius:.21rem .21rem 0 0;box-shadow:0 -4px .04rem 1px rgba(0,0,0,.05)}
.model-box .comment-panel .comment-head .head-txt{font-family:PingFangSC-Medium;font-size:.16rem;color:#1F1F1F;letter-spacing:0;line-height:.16rem}
.model-box .comment-panel .comment-head .close-box{width:.18rem;height:.18rem;padding:.15rem 0 .15rem .15rem;position:absolute;right:.17rem;top:0}
.model-box .comment-panel .comment-head .close-button{width:.18rem;height:.18rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/close-comment.svg)}
.model-box .comment-panel .scroll-list-box{flex:1;overflow:scroll;position:relative;border-top:1px solid #f1f1f1;overscroll-behavior:none}
.model-box .comment-panel .scroll-list-box .scroll-list{height:48vh;padding-left:.17rem;padding-right:.17rem}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item{position:relative;width:100%;margin-top:.17rem}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .author-avatar-box{width:.35rem;height:.35rem;border-radius:50%;border:1px solid rgba(0,0,0,.05);position:absolute;box-sizing:border-box;flex:none}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .author-avatar-box .author-avatar{width:100%;height:100%;border-radius:50%;overflow:hidden;background-position:center;background-repeat:no-repeat;background-size:cover}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .author-avatar-box .author-vip{width:.12rem;height:.12rem;position:absolute;right:-.06rem;bottom:0;background-position:center;background-repeat:no-repeat;background-size:cover}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .author-avatar-box .author-vip.vtype-1{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/red-v.png)}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .author-avatar-box .author-vip.vtype-2{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/blue-v.png)}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .author-avatar-box .author-vip.vtype-3{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/yellow-v.png)}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .comment-item-head{height:.24rem;margin-left:.35rem;display:flex;position:relative;padding-top:.04rem}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .comment-item-head .author-name{font-family:PingFangSC-Regular;font-size:.16rem;color:#314E8D;line-height:.16rem;position:absolute;left:.08rem;width:2.35rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .comment-item-head .like-btn{width:.42rem;height:.2rem;position:absolute;right:0;top:0;display:flex;align-items:center;padding-top:3px}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .comment-item-head .like-btn .like-icon{width:.2rem;height:.2rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/unlike-new.svg)}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .comment-item-head .like-btn .like-icon.liked{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/like-new.svg)}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .comment-item-head .like-count{height:.17rem;font-family:PingFangSC-Regular;font-size:.14rem;color:#333;line-height:.17rem;margin-left:.02rem}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .comment-item-content{max-height:1.2rem;margin:0 0 .08rem .43rem;overflow:hidden}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .comment-item-content .content-text{font-family:PingFangSC-Regular;font-size:.16rem;color:#000;text-align:justify;line-height:.24rem}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .comment-item-content.show-all{max-height:none;overflow:visible}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .image-item{margin-left:.42rem;margin-bottom:.12rem}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .image-item.square{width:1.08rem;height:1.08rem;border:1px solid #eee;border-radius:.05rem}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .image-item.vertical{width:1.08rem;height:1.43rem;border:1px solid #eee;border-radius:.07rem;box-shadow:inset 0 0 .13rem 0 rgba(0,0,0,.05)}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .image-item.cross{width:1.08rem;height:.72rem;border:1px solid #eee;border-radius:.05rem;box-shadow:inset 0 0 .09rem 0 rgba(0,0,0,.05)}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .show-more{width:.5rem;position:absolute;top:1.26rem;right:0;color:#314E8D;font-family:PingFangSC-Regular;font-size:.16rem;line-height:.22rem;background-color:#fff}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .comment-item-bottom{display:flex;font-family:PingFangSC-Regular;font-size:.13rem;color:#999;line-height:.13rem;margin-left:.43rem}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .comment-item-bottom .reply-message{color:#000}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .second-comment-list{margin-top:.12rem;margin-left:.43rem;background:#F4F5F6;border-radius:.06rem;padding:.06rem .12rem 0}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .second-comment-list .second-comment-item{font-family:PingFangSC-Regular;font-size:.15rem;color:#000;max-height:1.08rem;line-height:.19rem;margin-top:.04rem;display:-webkit-box;overflow:hidden;-webkit-line-clamp:5;-webkit-box-orient:vertical}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .second-comment-list .second-comment-item .comment-uname,.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .second-comment-list .second-comment-item .comment-reply-uname{color:#314E8D}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .second-comment-list .second-comment-item .see-more-img{fill:#314E8D;margin:0 .09em -.12em .09em;display:inline-block;width:.9em;height:.9em}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .second-comment-list.has-more{border-radius:.06rem .06rem 0 0}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .second-comment-list.no-more{padding-bottom:.12rem}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .go-comment-detail{font-family:PingFangSC-Regular;font-size:.15rem;line-height:.17rem;margin-left:.43rem;color:#314E8D;background:#F4F5F6;border-radius:0 0 .06rem .06rem;padding:.06rem 0 .11rem .12rem}
.model-box .comment-panel .scroll-list-box .scroll-list .comment-item .no-more-tip{width:100%;text-align:center;font-size:.14rem;color:#999;line-height:.2rem;margin-top:.2rem;padding-bottom:.12rem}
.model-box .comment-panel .scroll-list-box .scroll-list .none-list{width:auto;margin-top:.4rem;display:flex;align-items:center;justify-content:center;flex-direction:column}
.model-box .comment-panel .scroll-list-box .scroll-list .none-list .none-list-tip{font-family:PingFangSC-Regular;font-size:.16rem;color:#1F1F1F;letter-spacing:0;text-align:center;line-height:.16rem}
.model-box .comment-panel .scroll-list-box .scroll-list .none-list .none-list-icon{width:.9rem;height:.9rem;margin-bottom:.18rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/comment.svg)}
.model-box .comment-panel .scroll-list-box .scroll-list .none-list .comment-btn{display:flex;justify-content:center;align-items:center;width:1.21rem;height:.34rem;margin-top:.18rem;margin-bottom:.91rem;background:#FFF;border:.01rem solid #B8B8B8;border-radius:.19rem}
.model-box .comment-panel.translate{transform:translateY(0)}
.model-box .comment-back{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;touch-action:none}
.model-box .fixed-box{min-height:.49rem;position:absolute;bottom:0;left:0;right:0}
.model-box .modal-bottombar-box{border-top:.01rem solid #f1f1f1}
.model-box .modal-bottombar{position:relative;margin:.08rem .18rem;z-index:21;background:rgba(184,184,184,.2);border:1px solid rgba(0,0,0,.05);border-radius:.16rem;touch-action:none}
.model-box .modal-bottombar .input-entrance-box{padding:.08rem .12rem}
.model-box .modal-bottombar .input-entrance-box .input-icon{width:.15rem;height:.15rem;position:absolute;left:.12rem;top:.08rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(https://baikebcs.bdimg.com/front-end/swanapp-baike/secondKnow/comment-input-icon.svg)}
.model-box .modal-bottombar .input-entrance-box .input-field-entrance{width:2.92rem;height:.16rem;font-family:PingFangSC-Regular;font-size:.14rem;color:#858585;letter-spacing:0;line-height:.14rem;margin-left:.18rem}
.model-box .modal-bottombar-input{position:absolute;top:0;height:100%;width:100%;z-index:21;background-color:#fff;touch-action:none}
.model-box .modal-bottombar-input .input-topbar-wrapper{height:.44rem;position:relative;z-index:30}
.model-box .modal-bottombar-input .input-topbar-wrapper .input-topbar{height:.44rem;color:#000;position:fixed;top:0;left:0;right:0;background:#fff}
.model-box .modal-bottombar-input .input-topbar-wrapper .input-topbar .close-button{position:absolute;left:.2rem;top:.14rem;width:.17rem;height:.17rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/close-modal.png)}
.model-box .modal-bottombar-input .input-topbar-wrapper .input-topbar .input-top-title{font-family:PingFangSC-Medium;width:100%;text-align:center;height:100%;line-height:.44rem;font-size:.16rem;color:#1F1F1F;letter-spacing:0}
.model-box .modal-bottombar-input .input-box{position:fixed;top:.44rem;width:100%;background-color:#fff}
.model-box .modal-bottombar-input .input-box .input-box-content{position:relative;display:flex;align-items:center}
.model-box .modal-bottombar-input .input-box .input-box-content .input-field{width:100%;height:44vw;font-size:.16rem;line-height:.2rem;margin:.17rem;outline:0;border:0}
.model-box .modal-bottombar-input .input-box .input-box-bottom{position:relative;height:.55rem;padding:.11rem .17rem;border-bottom:.01rem solid #eee}
.model-box .modal-bottombar-input .input-box .input-box-bottom .comment-input-images-wrapper{display:none;width:.55rem;height:.55rem;position:relative}
.model-box .modal-bottombar-input .input-box .input-box-bottom .comment-input-images-wrapper .comment-input-image-item{width:100%;height:100%;background-color:#fff}
.model-box .modal-bottombar-input .input-box .input-box-bottom .comment-input-images-wrapper .comment-input-image-item .image-item{width:100%;height:100%}
.model-box .modal-bottombar-input .input-box .input-box-bottom .comment-input-images-wrapper .comment-input-image-item .comment-input-image-item-del-icon{background:rgba(0,0,0,.25);border-radius:.18rem;position:absolute;top:.04rem;right:.04rem;cursor:pointer;justify-content:center;align-items:center;width:.12rem;height:.12rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/close-white.svg)}
.model-box .modal-bottombar-input .input-box .input-box-bottom .comment-input-images-wrapper.is-show{display:block}
.model-box .modal-bottombar-input .input-box .input-box-bottom .input-last-num{position:absolute;bottom:.17rem;right:.17rem;font-family:PingFangSC-Regular;font-size:.12rem;color:#5788FA;letter-spacing:0;text-align:center;line-height:.12rem}
.model-box .modal-bottombar-input .input-box .input-add-something{position:relative;margin-left:.17rem;margin-top:.11rem;height:.25rem}
.model-box .modal-bottombar-input .input-box .input-add-something .white-strip{height:.25rem;background-color:#fff}
.model-box .modal-bottombar-input .input-box .input-add-something .comment-image{position:absolute;left:.4rem;top:0}
.model-box .modal-bottombar-input .input-box .input-add-something .comment-image .add-image{width:.21rem;height:.21rem;margin-top:.02rem;margin-bottom:.02rem}
.model-box .modal-bottombar-input .input-box .input-add-something .comment-emoji{position:absolute;left:0;top:0}
.model-box .modal-bottombar-input .input-box .input-add-something .comment-emoji .add-label{width:.203rem;height:.203rem;margin-top:.023rem;margin-bottom:.023rem}
.model-box .modal-bottombar-input .input-box .input-add-something .emoji-panel{overflow:scroll;flex:1;background-color:#fff;padding-right:.2rem}
.model-box .modal-bottombar-input .input-box .input-add-something .emoji-panel .emoji-icon{margin:.08rem;width:.3rem;height:.3rem}
.model-box .modal-bottombar-input .input-box .input-add-something .input-submit-btn{position:absolute;top:.05rem;right:.17rem;width:.45rem;font-family:PingFangSC-Medium;font-size:.16rem;color:#5788FA;letter-spacing:0;text-align:center;line-height:.16rem}
.model-box .modal-bottombar-input .input-box .input-add-something .input-submit-btn-disable{position:absolute;top:.05rem;right:.17rem;width:.45rem;font-family:PingFangSC-Medium;font-size:.16rem;letter-spacing:0;color:#4E6EF2;text-align:center;line-height:.16rem;opacity:.6}
.model-box.is-show{display:block}
/*!m-second:src/components/player/player.less*/
.larkplayer{width:100%;height:100%}
/*!m-second:src/components/comment-modal/comment-details.less*/
.second-model-box{position:fixed;left:0;top:0;width:100%;height:100%;display:none;z-index:21}
.second-model-box .comment-panel{position:absolute;bottom:0;transform:translateY(100%);transition:all .2s linear;width:100%;background:#fff;display:flex;justify-content:space-between;flex-direction:column;z-index:21;border-radius:.21rem .21rem 0 0}
.second-model-box .comment-panel .comment-head{width:100%;height:.16rem;text-align:center;padding:.14rem 0;background:#fff;touch-action:none;border-top:1px solid #eee;border-radius:.21rem .21rem 0 0}
.second-model-box .comment-panel .comment-head .head-txt{font-family:PingFangSC-Medium;font-size:.16rem;color:#1F1F1F;letter-spacing:0;line-height:.16rem}
.second-model-box .comment-panel .comment-head .close-box{width:.18rem;height:.18rem;padding:.15rem 0 .15rem .15rem;position:absolute;right:.17rem;top:0}
.second-model-box .comment-panel .comment-head .close-button{width:.18rem;height:.18rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/close-comment.svg)}
.second-model-box .comment-panel .scroll-reply-box{flex:1;overflow:scroll;position:relative;border-top:1px solid #f1f1f1;overscroll-behavior:none}
.second-model-box .comment-panel .scroll-reply-box .scroll-list{height:48vh}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .second-split{width:100%;height:.08rem;background-color:#F5F5F5}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .all-second-reply{margin-top:.14rem;font-family:PingFangSC-Medium;font-size:.16rem;color:#1F1F1F;line-height:.16rem;margin-left:.17rem;margin-right:.17rem}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item{position:relative;margin-top:.17rem;text-align:center;margin-left:.17rem;margin-right:.17rem}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .author-avatar-box,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .author-avatar-box{width:.35rem;height:.35rem;border-radius:50%;border:1px solid rgba(0,0,0,.05);position:absolute;box-sizing:border-box;flex:none}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .author-avatar-box .author-avatar,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .author-avatar-box .author-avatar{width:100%;height:100%;border-radius:50%;overflow:hidden;background-position:center;background-repeat:no-repeat;background-size:cover}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .author-avatar-box .author-vip,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .author-avatar-box .author-vip{width:.12rem;height:.12rem;position:absolute;right:-.06rem;bottom:0;background-position:center;background-repeat:no-repeat;background-size:cover}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .author-avatar-box .author-vip.vtype-1,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .author-avatar-box .author-vip.vtype-1{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/red-v.png)}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .author-avatar-box .author-vip.vtype-2,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .author-avatar-box .author-vip.vtype-2{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/blue-v.png)}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .author-avatar-box .author-vip.vtype-3,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .author-avatar-box .author-vip.vtype-3{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/yellow-v.png)}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-head,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-head{height:.24rem;margin-left:.35rem;display:flex;position:relative;padding-top:.04rem}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-head .author-name,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-head .author-name{font-family:PingFangSC-Regular;font-size:.16rem;color:#314E8D;line-height:.16rem;position:absolute;left:.08rem}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-head .like-btn,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-head .like-btn{width:.42rem;height:.2rem;position:absolute;right:.24rem;top:0;display:flex;align-items:center;padding-top:3px}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-head .like-btn .like-icon,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-head .like-btn .like-icon{width:.2rem;height:.2rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/unlike-new.svg)}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-head .like-btn .like-icon.liked,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-head .like-btn .like-icon.liked{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/like-new.svg)}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-head .like-btn .like-count,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-head .like-btn .like-count{height:.17rem;font-family:PingFangSC-Regular;font-size:.14rem;color:#333;line-height:.17rem;margin-left:.02rem}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-head .more-btn,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-head .more-btn{width:.15rem;height:.15rem;position:absolute;right:0;top:.055rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/more.png)}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-head .more-btn .more-pop,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-head .more-btn .more-pop{position:absolute;right:-.12rem;top:.25rem;z-index:40;border:.01px solid #999;border-top:.8px solid #999;border-radius:.05rem;background:#fff;display:none}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-head .more-btn .more-pop.show,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-head .more-btn .more-pop.show{display:block}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-head .more-btn .more-pop .pop-tail,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-head .more-btn .more-pop .pop-tail{right:.06rem;top:0;transform:translate(-50%,-50%) rotate(45deg);position:absolute;width:.12rem;height:.12rem;border-left:.01px solid #999;border-top:.01px solid #999;background:#fff}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-head .more-btn .more-pop .pop-btn,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-head .more-btn .more-pop .pop-btn{padding:.13rem .15rem;color:#595b62;display:flex;align-items:center;justify-content:center;font-size:.14rem;width:.86rem;box-sizing:border-box;-webkit-tap-highlight-color:rgba(255,255,255,0);border-top:.01px solid #eee}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-head .more-btn .more-pop .pop-btn.feedback-btn,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-head .more-btn .more-pop .pop-btn.feedback-btn{border-top:0}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-content,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-content{max-height:1.2rem;margin:0 0 .08rem .43rem;overflow:hidden;text-align:left}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-content .content-text,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-content .content-text{font-family:PingFangSC-Regular;font-size:.16rem;color:#000;text-align:justify;line-height:.24rem}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-content .content-text .comment-reply-uname,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-content .content-text .comment-reply-uname{color:#314E8D}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-content.show-all,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-content.show-all{max-height:none;overflow:auto}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-content .image-item,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-content .image-item{float:left;margin-top:.12rem}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-content .image-item.square,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-content .image-item.square{width:1.08rem;height:1.08rem;border:1px solid #eee;border-radius:.05rem}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-content .image-item.vertical,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-content .image-item.vertical{width:1.08rem;height:1.43rem;border-radius:.07rem;border:1px solid #eee;box-shadow:inset 0 0 .13rem 0 rgba(0,0,0,.05)}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-content .image-item.cross,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-content .image-item.cross{width:1.08rem;height:.72rem;border-radius:.05rem;border:1px solid #eee;box-shadow:inset 0 0 .09rem 0 rgba(0,0,0,.05)}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-content .see-more-img,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-content .see-more-img{fill:#314E8D;margin:0 .06em -.19em .06em;display:inline-block;width:1.15em;height:1.15em}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-content .see-more-img-txt,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-content .see-more-img-txt{font-size:.16rem;color:#314E8D}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .show-more,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .show-more{width:.5rem;position:absolute;top:1.26rem;right:0;color:#314E8D;font-family:PingFangSC-Regular;font-size:.16rem;line-height:.22rem;background-color:#fff}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-bottom,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-bottom{display:flex;font-family:PingFangSC-Regular;font-size:.13rem;color:#999;line-height:.13rem;margin-left:.43rem}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .comment-item-bottom .reply-message,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .comment-item-bottom .reply-message{color:#000}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .second-comment-list,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .second-comment-list{margin-top:.14rem;margin-left:.43rem;background:#F4F5F6;border-radius:.06rem;max-height:1.1rem;padding:.05rem;overflow:hidden}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .second-comment-list .second-comment-item,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .second-comment-list .second-comment-item{font-family:PingFangSC-Regular;font-size:.14rem;color:#000;line-height:.18rem}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .second-comment-list .second-comment-item .comment-uname,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .second-comment-list .second-comment-item .comment-uname,.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .second-comment-list .second-comment-item .comment-reply-uname,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .second-comment-list .second-comment-item .comment-reply-uname{color:#314E8D}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .second-comment-list .go-comment-detail,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .second-comment-list .go-comment-detail{margin-top:.06rem;color:#314E8D}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .no-more-tip,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .no-more-tip{width:100%;text-align:center;font-size:.14rem;color:#999;line-height:.2rem;margin-top:.2rem;padding-bottom:.12rem}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .like-click-btn,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .like-click-btn{display:inline-block;width:.86rem;height:.2rem;border-radius:.33rem;border:1px solid #BBB;text-align:center;padding:.07rem .1rem;margin-top:.12rem;margin-bottom:.12rem}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .like-click-btn .like-btn-box,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .like-click-btn .like-btn-box{width:100%;height:100%;display:flex;justify-content:center;align-items:center}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .like-click-btn .like-btn,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .like-click-btn .like-btn{height:.2rem;display:flex;align-items:center}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .like-click-btn .like-btn .like-icon,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .like-click-btn .like-btn .like-icon{width:.2rem;height:.2rem;margin-right:.02rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/unlike-new.svg)}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .like-click-btn .like-btn .like-icon.liked,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .like-click-btn .like-btn .like-icon.liked{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/like-new.svg)}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .main-comment .like-click-btn .like-btn .like-count,.second-model-box .comment-panel .scroll-reply-box .scroll-list .comment-item .like-click-btn .like-btn .like-count{height:.2rem;font-family:PingFangSC-Regular;font-size:.14rem;color:#333;line-height:.2rem;margin-left:.02rem}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .none-list{width:auto;margin-top:.4rem;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-left:.17rem;margin-right:.17rem}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .none-list .none-list-tip{font-family:PingFangSC-Regular;font-size:.16rem;color:#1F1F1F;letter-spacing:0;text-align:center;line-height:.16rem}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .none-list .none-list-icon{width:.9rem;height:.9rem;margin-bottom:.18rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/comment.svg)}
.second-model-box .comment-panel .scroll-reply-box .scroll-list .none-list .comment-btn{display:flex;justify-content:center;align-items:center;width:1.21rem;height:.34rem;margin-top:.18rem;margin-bottom:.91rem;background:#FFF;border:.01rem solid #B8B8B8;border-radius:.19rem}
.second-model-box .comment-panel.translate{transform:translateY(0)}
.second-model-box .comment-back{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;touch-action:none}
.second-model-box .fixed-box{min-height:.49rem;position:absolute;bottom:0;left:0;right:0}
.second-model-box .modal-bottombar-box{border-top:.01rem solid #f1f1f1}
.second-model-box .modal-bottombar{position:relative;margin:.08rem .18rem;z-index:21;background:rgba(184,184,184,.2);border:1px solid rgba(0,0,0,.05);border-radius:.16rem;touch-action:none}
.second-model-box .modal-bottombar .input-entrance-box{padding:.08rem .12rem}
.second-model-box .modal-bottombar .input-entrance-box .input-field-entrance{width:2.92rem;height:.16rem;font-family:PingFangSC-Regular;font-size:.14rem;color:#858585;letter-spacing:0;line-height:.14rem}
.second-model-box .modal-bottombar-input{position:absolute;top:0;height:100%;width:100%;z-index:21;background-color:#fff;touch-action:none}
.second-model-box .modal-bottombar-input .input-topbar-wrapper{height:.44rem;position:relative;z-index:30}
.second-model-box .modal-bottombar-input .input-topbar-wrapper .input-topbar{height:.44rem;color:#000;position:fixed;top:0;left:0;right:0;background:#fff}
.second-model-box .modal-bottombar-input .input-topbar-wrapper .input-topbar .close-button{position:absolute;left:.2rem;top:.14rem;width:.17rem;height:.17rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/close-modal.png)}
.second-model-box .modal-bottombar-input .input-topbar-wrapper .input-topbar .input-top-title{font-family:PingFangSC-Medium;width:100%;text-align:center;height:100%;line-height:.44rem;font-size:.16rem;color:#1F1F1F;letter-spacing:0}
.second-model-box .modal-bottombar-input .input-box{position:fixed;top:.44rem;width:100%;background-color:#fff}
.second-model-box .modal-bottombar-input .input-box .input-box-content{position:relative;display:flex;align-items:center}
.second-model-box .modal-bottombar-input .input-box .input-box-content .input-field{width:100%;height:44vw;font-size:.16rem;line-height:.2rem;margin:.17rem;outline:0;border:0}
.second-model-box .modal-bottombar-input .input-box .input-box-bottom{position:relative;height:.55rem;padding:.11rem .17rem;border-bottom:.01rem solid #eee}
.second-model-box .modal-bottombar-input .input-box .input-box-bottom .comment-input-images-wrapper{display:none;width:.55rem;height:.55rem;position:relative}
.second-model-box .modal-bottombar-input .input-box .input-box-bottom .comment-input-images-wrapper .comment-input-image-item{width:100%;height:100%;background-color:#fff}
.second-model-box .modal-bottombar-input .input-box .input-box-bottom .comment-input-images-wrapper .comment-input-image-item .image-item{width:100%;height:100%}
.second-model-box .modal-bottombar-input .input-box .input-box-bottom .comment-input-images-wrapper .comment-input-image-item .comment-input-image-item-del-icon{background:rgba(0,0,0,.25);border-radius:.18rem;position:absolute;top:.04rem;right:.04rem;cursor:pointer;justify-content:center;align-items:center;width:.12rem;height:.12rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/close-white.svg)}
.second-model-box .modal-bottombar-input .input-box .input-box-bottom .comment-input-images-wrapper.is-show{display:block}
.second-model-box .modal-bottombar-input .input-box .input-box-bottom .input-last-num{position:absolute;bottom:.17rem;right:.17rem;font-family:PingFangSC-Regular;font-size:.12rem;color:#5788FA;letter-spacing:0;text-align:center;line-height:.12rem}
.second-model-box .modal-bottombar-input .input-box .input-add-something{position:relative;margin-left:.17rem;margin-top:.11rem;height:.25rem}
.second-model-box .modal-bottombar-input .input-box .input-add-something .white-strip{height:.25rem;background-color:#fff}
.second-model-box .modal-bottombar-input .input-box .input-add-something .comment-image{position:absolute;left:.4rem;top:0}
.second-model-box .modal-bottombar-input .input-box .input-add-something .comment-image .add-image{width:.21rem;height:.21rem;margin-top:.02rem;margin-bottom:.02rem}
.second-model-box .modal-bottombar-input .input-box .input-add-something .comment-emoji{position:absolute;left:0;top:0}
.second-model-box .modal-bottombar-input .input-box .input-add-something .comment-emoji .add-label{width:.203rem;height:.203rem;margin-top:.023rem;margin-bottom:.023rem}
.second-model-box .modal-bottombar-input .input-box .input-add-something .emoji-panel{overflow:scroll;flex:1;background-color:#fff;padding-right:.2rem}
.second-model-box .modal-bottombar-input .input-box .input-add-something .emoji-panel .emoji-icon{margin:.08rem;width:.3rem;height:.3rem}
.second-model-box .modal-bottombar-input .input-box .input-add-something .input-submit-btn{position:absolute;top:.05rem;right:.17rem;width:.45rem;font-family:PingFangSC-Medium;font-size:.16rem;color:#5788FA;letter-spacing:0;text-align:center;line-height:.16rem}
.second-model-box .modal-bottombar-input .input-box .input-add-something .input-submit-btn-disable{position:absolute;top:.05rem;right:.17rem;width:.45rem;font-family:PingFangSC-Medium;font-size:.16rem;letter-spacing:0;color:#4E6EF2;text-align:center;line-height:.16rem;opacity:.6}
.second-model-box.is-show{display:block}
/*!m-second:src/components/comment-modal/image-view.less*/
.image-view-box{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:1000;color:#fff}
.image-view-box .image-view-header{position:absolute;top:0;left:0;height:.44rem;line-height:.44rem;padding:0 .17rem;font-size:.22rem;z-index:1}
.image-view-box .image-view-footer{position:absolute;bottom:0;left:0;right:0;height:.44rem;line-height:.44rem;padding:0 .17rem;font-size:.16rem;z-index:1}
.image-view-box .image-view-footer .info-list{text-align:center;font-size:.13rem;color:#fff;position:absolute;bottom:0;right:.17rem;margin-bottom:.09rem}
.image-view-box .image-view-footer .info-list .info-item{background:rgba(38,38,38,.7);height:.31rem;width:.31rem;line-height:.31rem;border-radius:.16rem;float:left;box-sizing:border-box;margin-right:.22rem;list-style:none}
.image-view-box .image-view-footer .info-list .info-item:last-child{margin-right:0}
.image-view-box .image-view-footer .info-list .info-item em{font-size:.17rem}
.image-view-box .image-view-footer .info-list .info-item em.layout-album-icons_praised{color:#ff7475}
.image-view-box .image-view-footer .info-list .info-item em.layout-album-icons_graph{font-size:.18rem}
.image-view-box .image-view-footer .info-list .info-item.img-down em{vertical-align:-4px}
.image-view-box .image-view-footer .info-list .info-item.img-praise em{vertical-align:-5px}
.image-view-box .img-viewport{overflow:hidden;width:100%;height:100%}
.image-view-box .image-item-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.image-view-box .image-item-box img{width:100%;height:100%}
/*!m-second:src/components/share/share.less*/
.web-share .share-mask{z-index:1002;position:fixed;top:0;left:0;right:0;bottom:0;background:#000;opacity:.5}
.web-share .wap-share-content{width:100%;height:2.68rem;background:#fff;border-radius:4px 4px 0 0;position:fixed;left:0;bottom:0;z-index:1003;font-size:.13rem}
.web-share .wap-share-content ul{margin:0;padding:0;list-style:none}
.web-share .wap-share-content .share-title{height:.18rem;line-height:.18rem;font-size:.16rem;color:#AAA;text-align:center;margin-top:.21rem;margin-bottom:.17rem}
.web-share .wap-share-content .share-items-extra,.web-share .wap-share-content .share-items{min-height:.52rem;font-size:.12rem;text-align:center;display:flex;justify-content:space-between;padding-left:.45rem;padding-right:.45rem}
.web-share .wap-share-content .share-items-extra .share-type,.web-share .wap-share-content .share-items .share-type{width:.3rem;display:flex;flex-direction:column;align-items:center}
.web-share .wap-share-content .share-items-extra .share-type .icon-box,.web-share .wap-share-content .share-items .share-type .icon-box{display:flex;width:.46rem;height:.46rem;line-height:.46rem;text-align:center;color:#fff;align-items:center;justify-content:center}
.web-share .wap-share-content .share-items-extra .share-type .share-icon,.web-share .wap-share-content .share-items .share-type .share-icon{width:.3rem;height:.3rem;display:block;background-position:center;background-repeat:no-repeat;background-size:cover}
.web-share .wap-share-content .share-items-extra .share-type.wechat .share-icon,.web-share .wap-share-content .share-items .share-type.wechat .share-icon{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/wechat-new.svg)}
.web-share .wap-share-content .share-items-extra .share-type.qq-zone .share-icon,.web-share .wap-share-content .share-items .share-type.qq-zone .share-icon{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/tencent-new.svg)}
.web-share .wap-share-content .share-items-extra .share-type.copy-link .share-icon,.web-share .wap-share-content .share-items .share-type.copy-link .share-icon{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/copy-new.svg)}
.web-share .wap-share-content .share-items-extra .share-type.weibo .share-icon,.web-share .wap-share-content .share-items .share-type.weibo .share-icon{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/weibo-new.svg)}
.web-share .wap-share-content .share-items-extra .share-type.feedback-btn .share-icon,.web-share .wap-share-content .share-items .share-type.feedback-btn .share-icon{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/feedback-new.svg)}
.web-share .wap-share-content .share-items-extra .share-type.lemma-btn .share-icon,.web-share .wap-share-content .share-items .share-type.lemma-btn .share-icon{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/lemma-new.svg)}
.web-share .wap-share-content .share-items-extra .share-txt,.web-share .wap-share-content .share-items .share-txt{margin-top:.08rem;font-family:PingFangSC-Regular;font-size:.12rem;color:#333;letter-spacing:0;text-align:center;line-height:.12rem}
.web-share .wap-share-content .share-items-extra{margin-top:.32rem;margin-bottom:.24rem}
.web-share .wap-share-content .share-copy-content{font-size:.14rem;line-height:.24rem;min-height:.73rem;color:#666;margin:.1rem .15rem;word-break:break-all;text-align:left;display:block;overflow:hidden;white-space:normal}
.web-share .wap-share-content .share-btn{height:.48rem;line-height:.48rem;color:#333;border-top:1px solid #eee;font-size:.16rem;text-align:center}
.web-share .wechat-share-content{width:1.65rem;height:1.06rem;position:fixed;top:.1rem;right:.2rem;z-index:1006}
.web-share .wechat-share-content .wechat-share-img{display:block;width:100%;height:100%;background-image:url(https://bkssl.bdimg.com/static/m-second/src/components/share/img/wechat-share_9ab73c2.png);background-position:center;background-size:contain;background-repeat:no-repeat}
/*!m-second:src/components/score-star/score-star.less*/
.score-star-box{display:flex}
.score-star-box .score-star{display:block;width:.13rem;height:.12rem;margin-right:.01rem;background-size:.13rem .12rem;background-position:center}
.score-star-box .orange-star{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/orange-star.png)}
.score-star-box .gray-star{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/gray-star.png)}
.score-star-box .half-star{display:flex;width:.13rem;height:.12rem;margin-right:.01rem}
.score-star-box .half-star .half-orange-star{background-position:left center;flex:1;margin-right:0}
.score-star-box .half-star .half-gray-star{background-position:right center;flex:1}
/*!m-second:src/components/comment-modal/report-message.less*/
.report-modal{position:fixed;left:0;top:0;width:100%;height:100%;z-index:21}
.report-modal .report-panel{position:absolute;bottom:0;width:100%;background:#fff;border-radius:.13rem .13rem 0 0;display:flex;justify-content:space-between;flex-direction:column;z-index:21}
.report-modal .report-panel .report-head{font-family:PingFangSC-Medium;letter-spacing:0;width:100%;height:.18rem;text-align:center;font-size:.18rem;color:#000;line-height:.18rem;padding:.14rem 0;background:#fff;border-bottom:.8px solid #eee;border-radius:.13rem .13rem 0 0}
.report-modal .report-panel .report-item{font-family:PingFangSC-Regular;letter-spacing:0;width:100%;height:.16rem;text-align:center;font-size:.16rem;color:#000;line-height:.18rem;padding:.16rem 0;background:#fff;border-bottom:.01px solid #eee}
.report-modal .report-panel .report-split{width:100%;height:.08rem;background-color:#F5F5F5}
.report-modal .report-panel .report-bottom{width:100%;height:.16rem;text-align:center;font-size:.16rem;color:#000;line-height:.16rem;padding:.15rem 0;background:#fff}
.report-modal .report-back{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;opacity:.65;background:#000}
.report-modal.is-show{display:block}
/*!m-second:src/components/toast/toast.less*/
.ui-toast{position:fixed;top:50%;left:50%;transform:translate(-50%);background:rgba(0,0,0,.8);color:#fff;padding:10px;border-radius:3px;opacity:0;z-index:-1}
.ui-toast.show{opacity:1;z-index:1000}