
/*!wiki-common:modules/second/Modal/index.less*/
.bk-second-dialog{position:absolute;bottom:0;top:10%;margin:auto;width:100%}.bk-second-dialog-wrap{position:fixed;overflow:auto;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.bk-second-dialog-title{margin:0;font-size:14px;line-height:21px;font-weight:700}.bk-second-dialog-content{position:relative;background-color:#fff;border:none;border-radius:6px 6px;background-clip:padding-box}.bk-second-dialog-close{cursor:pointer;border:0;background:0 0;font-size:21px;position:absolute;right:20px;top:12px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2;text-decoration:none}.bk-second-dialog-close-x:after{content:'×'}.bk-second-dialog-close:hover{opacity:1;filter:alpha(opacity=100);text-decoration:none}.bk-second-dialog-header{padding:13px 20px 14px 20px;border-radius:5px 5px 0 0;background:#fff;color:#666;border-bottom:1px solid #e9e9e9}.bk-second-dialog-body{padding:20px}.bk-second-dialog-footer{border-top:1px solid #e9e9e9;padding:10px 20px;text-align:right;border-radius:0 0 5px 5px}.bk-second-dialog-zoom-appear,.bk-second-dialog-zoom-enter{opacity:0;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(0.08,0.82,0.17,1);animation-timing-function:cubic-bezier(0.08,0.82,0.17,1);-webkit-animation-play-state:paused;animation-play-state:paused}.bk-second-dialog-zoom-leave{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34);animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34);-webkit-animation-play-state:paused;animation-play-state:paused}.bk-second-dialog-zoom-appear.bk-second-dialog-zoom-appear-active,.bk-second-dialog-zoom-enter.bk-second-dialog-zoom-enter-active{-webkit-animation-name:rcDialogZoomIn;animation-name:rcDialogZoomIn;-webkit-animation-play-state:running;animation-play-state:running}.bk-second-dialog-zoom-leave.bk-second-dialog-zoom-leave-active{-webkit-animation-name:rcDialogZoomOut;animation-name:rcDialogZoomOut;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes rcDialogZoomIn{0%{opacity:0;transform:scale(0,0)}100%{opacity:1;transform:scale(1,1)}}@keyframes rcDialogZoomIn{0%{opacity:0;transform:scale(0,0)}100%{opacity:1;transform:scale(1,1)}}@-webkit-keyframes rcDialogZoomOut{0%{transform:scale(1,1)}100%{opacity:0;transform:scale(0,0)}}@keyframes rcDialogZoomOut{0%{transform:scale(1,1)}100%{opacity:0;transform:scale(0,0)}}.bk-second-dialog-mask{position:fixed;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.8);height:100%;z-index:1050}.bk-second-dialog-mask-hidden{display:none}.bk-second-dialog-fade-appear,.bk-second-dialog-fade-enter{opacity:0;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(0.55,0,0.55,0.2);animation-timing-function:cubic-bezier(0.55,0,0.55,0.2);-webkit-animation-play-state:paused;animation-play-state:paused}.bk-second-dialog-fade-leave{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(0.55,0,0.55,0.2);animation-timing-function:cubic-bezier(0.55,0,0.55,0.2);-webkit-animation-play-state:paused;animation-play-state:paused}.bk-second-dialog-fade-appear.bk-second-dialog-fade-appear-active,.bk-second-dialog-fade-enter.bk-second-dialog-fade-enter-active{-webkit-animation-name:rcDialogFadeIn;animation-name:rcDialogFadeIn;-webkit-animation-play-state:running;animation-play-state:running}.bk-second-dialog-fade-leave.bk-second-dialog-fade-leave-active{-webkit-animation-name:rcDialogFadeOut;animation-name:rcDialogFadeOut;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes rcDialogFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes rcDialogFadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes rcDialogFadeOut{0%{opacity:1}100%{opacity:0}}@keyframes rcDialogFadeOut{0%{opacity:1}100%{opacity:0}}.bk-second-dialog-mini{margin:0;width:100%;height:100%;position:relative}.bk-second-dialog-mini-wrap{position:static;width:0;height:0}.bk-second-dialog-mini-title{display:none}.bk-second-dialog-mini-content{position:relative;background-color:#fff;border:none;border-radius:6px 6px;background-clip:padding-box}.bk-second-dialog-mini-close{display:none}.bk-second-dialog-mini-close-x:after{content:'×'}.bk-second-dialog-mini-close:hover{opacity:1;filter:alpha(opacity=100);text-decoration:none}.bk-second-dialog-mini-header{padding:13px 20px 14px 20px;border-radius:5px 5px 0 0;background:#fff;color:#666;border-bottom:1px solid #e9e9e9}.bk-second-dialog-mini-body{padding:20px}.bk-second-dialog-mini-footer{border-top:1px solid #e9e9e9;padding:10px 20px;text-align:right;border-radius:0 0 5px 5px}.bk-second-dialog-mini-zoom-appear,.bk-second-dialog-mini-zoom-enter{opacity:0;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(0.08,0.82,0.17,1);animation-timing-function:cubic-bezier(0.08,0.82,0.17,1);-webkit-animation-play-state:paused;animation-play-state:paused}.bk-second-dialog-mini-zoom-leave{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34);animation-timing-function:cubic-bezier(0.6,0.04,0.98,0.34);-webkit-animation-play-state:paused;animation-play-state:paused}.bk-second-dialog-mini-zoom-appear.bk-second-dialog-mini-zoom-appear-active,.bk-second-dialog-mini-zoom-enter.bk-second-dialog-mini-zoom-enter-active{-webkit-animation-name:rcDialogZoomIn;animation-name:rcDialogZoomIn;-webkit-animation-play-state:running;animation-play-state:running}.bk-second-dialog-mini-zoom-leave.bk-second-dialog-mini-zoom-leave-active{-webkit-animation-name:rcDialogZoomOut;animation-name:rcDialogZoomOut;-webkit-animation-play-state:running;animation-play-state:running}@keyframes rcDialogZoomIn{0%{opacity:0;transform:scale(0,0)}100%{opacity:1;transform:scale(1,1)}}@keyframes rcDialogZoomOut{0%{transform:scale(1,1)}100%{opacity:0;transform:scale(0,0)}}.bk-second-dialog-mini-mask{display:none}.bk-second-dialog-mini-mask-hidden{display:none}.bk-second-dialog-mini-fade-appear,.bk-second-dialog-mini-fade-enter{opacity:0;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(0.55,0,0.55,0.2);animation-timing-function:cubic-bezier(0.55,0,0.55,0.2);-webkit-animation-play-state:paused;animation-play-state:paused}.bk-second-dialog-mini-fade-leave{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(0.55,0,0.55,0.2);animation-timing-function:cubic-bezier(0.55,0,0.55,0.2);-webkit-animation-play-state:paused;animation-play-state:paused}.bk-second-dialog-mini-fade-appear.bk-second-dialog-mini-fade-appear-active,.bk-second-dialog-mini-fade-enter.bk-second-dialog-mini-fade-enter-active{-webkit-animation-name:rcDialogFadeIn;animation-name:rcDialogFadeIn;-webkit-animation-play-state:running;animation-play-state:running}.bk-second-dialog-mini-fade-leave.bk-second-dialog-mini-fade-leave-active{-webkit-animation-name:rcDialogFadeOut;animation-name:rcDialogFadeOut;-webkit-animation-play-state:running;animation-play-state:running}@keyframes rcDialogFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes rcDialogFadeOut{0%{opacity:1}100%{opacity:0}}body.body-scrolling-effect{overflow:hidden;width:calc(100% - 15px)}.second-modal .second-modal-content{height:100%;width:1140px;position:relative;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin:auto}.second-modal .second-modal-content .second-modal-content-box{width:100%;position:relative}.second-modal .second-modal-content .second-modal-content-box .second-modal-icon{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.second-modal .second-modal-content .second-modal-content-box .second-modal-icon:hover{color:#6487fa}.second-modal .second-modal-content .second-modal-content-box .second-modal-icon:hover>svg{color:#6487fa}.second-modal .second-modal-content .second-modal-content-box .second-modal-icon:hover .second-modal-icon-text{display:block}.second-modal .second-modal-content .second-modal-content-box .second-modal-icon .second-modal-icon-text{display:none;color:#fff;position:absolute;top:46px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);width:80px;text-align:center;font-size:12px;line-height:1;margin-top:6px}.second-modal .second-modal-content .second-modal-content-box .second-modal-close-icon{position:absolute;width:44px;height:44px;background:rgba(0,0,0,.8);right:-82px;top:0;border-radius:100%;cursor:pointer;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.second-modal .second-modal-content .second-modal-content-box .second-modal-close-icon .close-icon{font-size:24px;color:rgba(255,255,255,.7)}.second-modal .second-modal-content .second-modal-content-box .second-modal-mini-icon{position:absolute;width:44px;height:44px;background:rgba(0,0,0,.8);right:-82px;top:59px;border-radius:100%;cursor:pointer;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.second-modal .second-modal-content .second-modal-content-box .second-modal-mini-icon .mini-icon{font-size:24px;color:rgba(255,255,255,.7)}.second-modal .second-modal-content .second-modal-content-box .second-modal-theme-icon{position:absolute;width:44px;height:44px;background:rgba(0,0,0,.8);right:-82px;bottom:38px;border-radius:100%;cursor:pointer;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.second-modal .second-modal-content .second-modal-content-box .second-modal-theme-icon .theme-icon{font-size:24px;color:rgba(255,255,255,.7)}.second-modal .second-modal-content .second-modal-content-box .to-top{cursor:pointer;position:absolute;bottom:38px;right:350px;width:44px;height:44px;background:#f6f7f9;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:50%;font-size:24px;color:#525666;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:99}.second-modal .second-modal-content .second-modal-content-box .to-top:hover{color:#6487fa}.second-modal .second-modal-content .second-modal-content-box .to-top.light{background:#f6f7f9;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#525666}.second-modal .second-modal-content .second-modal-content-box .to-top.dark{background:rgba(48,51,59,.6);box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:rgba(255,255,255,.7)}
/*!wiki-common:modules/second/Page/index.less*/
.second-page-content{height:100%;padding:0 60px;position:relative;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin:auto}.second-page-content .second-page-content-box{width:100%;position:relative}.second-page-content .second-page-content-box .page-btns-wrapper{position:fixed;width:44px;height:auto;left:auto;z-index:10;bottom:40px;right:30px;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end}.second-page-content .second-page-content-box .page-btns-wrapper .second-page-theme-icon{width:44px;height:44px;background:rgba(0,0,0,.8);z-index:1;border-radius:100%;cursor:pointer;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.second-page-content .second-page-content-box .page-btns-wrapper .second-page-theme-icon .theme-icon{font-size:24px}.second-page-content .second-page-content-box .page-btns-wrapper .second-page-theme-icon .second-page-icon-text{display:none;position:absolute;top:46px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);width:80px;text-align:center;font-size:12px;line-height:1;margin-top:6px}.second-page-content .second-page-content-box .page-btns-wrapper .second-page-theme-icon:hover{color:#6487fa}.second-page-content .second-page-content-box .page-btns-wrapper .second-page-theme-icon:hover .theme-icon{color:#6487fa}.second-page-content .second-page-content-box .page-btns-wrapper .second-page-theme-icon:hover .second-page-icon-text{display:block}.second-page-content .second-page-content-box .page-btns-wrapper .to-top{cursor:pointer;width:44px;height:44px;background:#f6f7f9;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-radius:50%;font-size:24px;color:#525666;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:1;margin-top:30px}.second-page-content .second-page-content-box .page-btns-wrapper .to-top:hover{color:#6487fa}.second-page-content .second-page-content-box .page-btns-wrapper .to-top.light{background:#f6f7f9;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#525666}.second-page-content .second-page-content-box .page-btns-wrapper .to-top.light:hover{color:#6487fa}.second-page-content .second-page-content-box .page-btns-wrapper .to-top.dark{background:rgba(48,51,59,.6);box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:rgba(255,255,255,.7)}.second-page-content .second-page-content-box .page-btns-wrapper .to-top.dark:hover{color:#6487fa}.second-page-content.light .second-page-content-box .page-btns-wrapper .second-page-theme-icon{background:#f6f7f9;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#525666}.second-page-content.dark .second-page-content-box .page-btns-wrapper .second-page-theme-icon{background:rgba(48,51,59,.6);box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:rgba(255,255,255,.7)}
/*!wiki-common:modules/second/Base/index.less*/
.second-base-wrapper{width:100%;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;background:#0f121a;position:relative}.second-base-wrapper.dialog{height:100%}.second-base-wrapper.light{background:#fff}.second-base-wrapper.dark{background:#0f121a}.second-toast{position:fixed;top:50%;background:rgba(0,0,0,.8);color:#fff;padding:10px;border-radius:3px;opacity:0;z-index:-100;transition:opacity .3s;right:calc(50% + 170px);-ms-transform:translate(50%);transform:translate(50%)}.second-toast.light{background:rgba(0,0,0,.8)}.second-toast.dark{background:#30333b}.second-toast.show{opacity:1;z-index:10000}
/*!wiki-common:modules/second/Base/BaseLeft/index.less*/
.second-base-wrapper .second-base-left{width:800px;overflow-y:auto;scrollbar-width:thin;overflow-x:hidden;-ms-overflow-style:none;position:relative}.second-base-wrapper .second-base-left::-webkit-scrollbar-thumb{background:rgba(69,157,245,.24);border-radius:3px;height:100px}.second-base-wrapper .second-base-left::-webkit-scrollbar{width:0;background:#06122f}.second-base-wrapper .second-base-left .second-info-wrapper{width:100%}.second-base-wrapper .second-base-left .second-info-wrapper .second-video-info-line{padding:0 20px;margin-top:10px;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.second-base-wrapper .second-base-left .second-info-wrapper .second-video-info-line .second-video-dynamic-btns{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.second-base-wrapper .second-base-left .second-video-info-divider{background:#eee;height:1px;margin-top:20px;margin-left:20px;margin-right:20px}.second-base-wrapper .second-base-left .video-disabled-box{width:100%;height:100%;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#858585;-ms-flex-direction:column;flex-direction:column;font-size:16px}.second-base-wrapper .second-base-left .video-disabled-box svg{margin-bottom:18px;font-size:90px}.second-base-wrapper.light .second-base-left .second-video-info-divider{background:#eee}.second-base-wrapper.dark .second-base-left .second-video-info-divider{background:rgba(230,230,230,.2)}.second-base-wrapper.mini.dark .second-base-left,.second-base-wrapper.mini.light .second-base-left{position:static}.second-base-wrapper.mini.dark .second-base-left .second-info-wrapper,.second-base-wrapper.mini.light .second-base-left .second-info-wrapper{display:none}.second-base-wrapper.mini.dark .second-base-left .second-video-info-divider,.second-base-wrapper.mini.light .second-base-left .second-video-info-divider{display:none}.second-base-wrapper.mini.dark .second-base-left .second-comment,.second-base-wrapper.mini.light .second-base-left .second-comment{display:none}.second-base-wrapper.page .second-base-left{width:100%;min-width:700px}.second-base-wrapper.page .second-base-left .second-info-wrapper .second-video-info-line{padding-left:0;margin-top:13px}.second-base-wrapper.page .second-base-left .second-video-info-divider{margin-left:0}
/*!wiki-common:modules/second/Base/BaseRight/index.less*/
.second-base-wrapper .second-base-right{width:340px;overflow-y:auto;scrollbar-width:thin;overflow-x:hidden;-ms-overflow-style:none;position:relative;box-sizing:border-box}.second-base-wrapper .second-base-right::-webkit-scrollbar-thumb{background:rgba(225,227,235,.3);border-radius:3px;height:100px}.second-base-wrapper .second-base-right::-webkit-scrollbar{width:6px}.second-base-wrapper .second-base-right .second-list-wrapper{height:100%;position:relative;background:#fafafa;padding-left:20px}.second-base-wrapper.light .second-base-right .second-list-wrapper{background:#fafafa}.second-base-wrapper.dark .second-base-right .second-list-wrapper{background:#090b0f}.second-base-wrapper.mini.dark .second-base-right,.second-base-wrapper.mini.light .second-base-right{display:none}.second-base-wrapper.mini .second-base-right{display:none}.second-base-wrapper.page .second-base-right{-ms-flex:none;flex:none}
/*!wiki-common:modules/second/Base/Toast/index.less*/
.second-toast{position:fixed;top:50%;background:rgba(0,0,0,.8);color:#fff;padding:10px;border-radius:3px;opacity:0;z-index:-100;transition:opacity .3s;right:calc(50% + 170px);-ms-transform:translate(50%);transform:translate(50%)}.second-toast.light{background:rgba(0,0,0,.8)}.second-toast.dark{background:#30333b}.second-toast.show{opacity:1;z-index:10000}.second-base-wrapper.mini .second-toast{display:none}
/*!wiki-common:modules/second/Base/BaseLeft/Title/index.less*/
.second-base-wrapper .second-video-title-line{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding-left:20px;padding-top:15px;-ms-flex-align:start;align-items:flex-start;position:relative}.second-base-wrapper .second-video-title-line .second-video-title-fake{font-size:18px;line-height:28px;position:absolute;opacity:0;z-index:-1;visibility:hidden;padding-right:60px;width:100%;box-sizing:border-box}.second-base-wrapper .second-video-title-line .second-video-title{font-size:18px;color:#222;line-height:28px;padding-right:60px;box-sizing:border-box}.second-base-wrapper .second-video-title-line .second-video-title.fold{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.second-base-wrapper .second-video-title-line .second-video-title-icon{width:60px;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex:none;flex:none;font-size:18px;cursor:pointer;position:absolute;right:0;top:20px}.second-base-wrapper .second-video-title-line .second-video-title-icon>svg{transition:transform .3s}.second-base-wrapper .second-video-title-line .second-video-title-icon.show-all>svg{-ms-transform:rotate(180deg);transform:rotate(180deg)}.second-base-wrapper.light .second-video-title-line .second-video-title{color:#222}.second-base-wrapper.light .second-video-title-line .second-video-title-icon{color:#222}.second-base-wrapper.dark .second-video-title-line .second-video-title{color:#e6e6e6}.second-base-wrapper.dark .second-video-title-line .second-video-title-icon{color:#e6e6e6}.second-base-wrapper.page .second-video-title-line{padding-left:0}
/*!wiki-common:modules/second/Base/BaseLeft/Author/index.less*/
.second-base-wrapper .second-video-author{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-tap-highlight-color:rgba(255,255,255,0);overflow:hidden}.second-base-wrapper .second-video-author .second-video-author-avatar-box{width:40px;height:40px;border-radius:50%;margin-right:10px;position:relative;-ms-flex:none;flex:none}.second-base-wrapper .second-video-author .second-video-author-avatar-box .second-video-author-avatar{width:100%;height:100%;border-radius:50%;overflow:hidden;background-position:center;background-repeat:no-repeat;background-size:cover;cursor:pointer;border:1px solid #eee;box-sizing:border-box}.second-base-wrapper .second-video-author .second-video-author-avatar-box .second-video-author-vip{width:12px;height:12px;position:absolute;right:0;bottom:0;background-position:center;background-repeat:no-repeat;background-size:cover}.second-base-wrapper .second-video-author .second-video-author-avatar-box .second-video-author-vip.vtype-1{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/red-v.png)}.second-base-wrapper .second-video-author .second-video-author-avatar-box .second-video-author-vip.vtype-2{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/blue-v.png)}.second-base-wrapper .second-video-author .second-video-author-avatar-box .second-video-author-vip.vtype-3{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/yellow-v.png)}.second-base-wrapper .second-video-author .second-video-author-name{font-size:14px;color:#333;margin-right:10px;cursor:pointer}.second-base-wrapper .second-video-author .second-video-author-attnetion{background-position:center;background-repeat:no-repeat;background-size:cover;width:62px;height:30px;line-height:30px;border-radius:15px;text-align:center;background:#6487fa;font-size:14px;color:#fff;-ms-flex:none;flex:none;cursor:pointer}.second-base-wrapper .second-video-author .second-video-author-attnetion.subscribed{background:rgba(240,241,245,.6);color:#999}.second-base-wrapper.light .second-video-author .second-video-author-name{color:#333}.second-base-wrapper.light .second-video-author .second-video-author-attnetion{background:#6487fa;color:#fff}.second-base-wrapper.light .second-video-author .second-video-author-attnetion.subscribed{background:rgba(240,241,245,.6);color:#999}.second-base-wrapper.dark .second-video-author .second-video-author-name{color:#f8f8f8;opacity:.8}.second-base-wrapper.dark .second-video-author .second-video-author-attnetion{background:#6487fa;color:#fff}.second-base-wrapper.dark .second-video-author .second-video-author-attnetion.subscribed{background:rgba(240,241,245,.1);color:rgba(255,255,255,.3)}
/*!wiki-common:modules/second/Base/BaseLeft/LikeBtn/index.less*/
.second-base-wrapper .like-btn{-js-display:flex;display:-ms-flexbox;display:flex;-webkit-tap-highlight-color:rgba(255,255,255,0);-ms-flex-align:center;align-items:center;margin-right:24px;font-size:14px;color:#333;white-space:nowrap;position:relative;cursor:pointer}.second-base-wrapper .like-btn:hover{color:#6487fa}.second-base-wrapper .like-btn .like-text{margin-left:5px}.second-base-wrapper .like-btn .like-icon{background-position:center;background-repeat:no-repeat;background-size:cover;width:18px;height:18px;font-size:18px;-js-display:flex;display:-ms-flexbox;display:flex}.second-base-wrapper .like-btn.liked{color:#6487fa}.second-base-wrapper.light .like-btn{color:#333}.second-base-wrapper.light .like-btn:hover{color:#6487fa}.second-base-wrapper.light .like-btn.liked{color:#6487fa}.second-base-wrapper.dark .like-btn{color:#f8f8f8}.second-base-wrapper.dark .like-btn:hover{color:#6487fa}.second-base-wrapper.dark .like-btn.liked{color:#6487fa}
/*!wiki-common:modules/second/Base/BaseLeft/CommentBtn/index.less*/
.second-base-wrapper .comment-btn{-js-display:flex;display:-ms-flexbox;display:flex;-webkit-tap-highlight-color:rgba(255,255,255,0);-ms-flex-align:center;align-items:center;margin-right:24px;font-size:14px;color:#333;white-space:nowrap;position:relative;cursor:pointer}.second-base-wrapper .comment-btn:hover{color:#6487fa}.second-base-wrapper .comment-btn .comment-text{margin-left:5px}.second-base-wrapper .comment-btn .comment-icon{background-position:center;background-repeat:no-repeat;background-size:cover;width:18px;height:18px;font-size:18px;-js-display:flex;display:-ms-flexbox;display:flex}.second-base-wrapper.light .comment-btn{color:#333}.second-base-wrapper.light .comment-btn:hover{color:#6487fa}.second-base-wrapper.dark .comment-btn{color:#f8f8f8}.second-base-wrapper.dark .comment-btn:hover{color:#6487fa}
/*!wiki-common:modules/second/Base/BaseLeft/CollectBtn/index.less*/
.second-base-wrapper .collect-btn{-js-display:flex;display:-ms-flexbox;display:flex;-webkit-tap-highlight-color:rgba(255,255,255,0);-ms-flex-align:center;align-items:center;margin-right:24px;font-size:14px;color:#333;white-space:nowrap;position:relative;cursor:pointer}.second-base-wrapper .collect-btn:hover{color:#6487fa}.second-base-wrapper .collect-btn .collect-text{margin-left:5px}.second-base-wrapper .collect-btn .collect-icon{background-position:center;background-repeat:no-repeat;background-size:cover;width:18px;height:18px;font-size:18px;-js-display:flex;display:-ms-flexbox;display:flex}.second-base-wrapper .collect-btn.has-collect{color:#6487fa}.second-base-wrapper.light .collect-btn{color:#333}.second-base-wrapper.light .collect-btn:hover{color:#6487fa}.second-base-wrapper.light .collect-btn.has-collect{color:#6487fa}.second-base-wrapper.dark .collect-btn{color:#f8f8f8}.second-base-wrapper.dark .collect-btn:hover{color:#6487fa}.second-base-wrapper.dark .collect-btn.has-collect{color:#6487fa}
/*!wiki-common:modules/second/Base/BaseLeft/Comment/index.less*/
.second-comment{padding:20px}.second-comment .second-comment-title{margin-bottom:20px;font-size:18px;color:#000;letter-spacing:0;line-height:18px;font-weight:bolder}.second-comment .second-comment-title .second-comment-count{font-size:14px;color:#999;letter-spacing:0;line-height:14px;margin-left:10px;font-weight:400}.second-comment .second-comment-divider{background:#eee;height:1px;margin-top:20px}.second-comment .load-more-flag{height:1px;opacity:0}.second-comment.light .second-comment-title{color:#000}.second-comment.light .second-comment-title .second-comment-count{color:#999}.second-comment.light .second-comment-divider{background:#eee}.second-comment.dark .second-comment-title{color:#f5f5f5}.second-comment.dark .second-comment-title .second-comment-count{color:rgba(248,248,248,.6)}.second-comment.dark .second-comment-divider{background:rgba(230,230,230,.1)}.second-comment.page{padding-left:0}.second-comment.page.light .second-comment-divider{background:#fff}.second-comment.page.dark .second-comment-divider{background:#0f121a}
/*!wiki-common:modules/second/Base/BaseLeft/ShareBtn/index.less*/
.second-share-pop-content .second-share-pop-arrow{stroke:none}.second-share-pop-content .second-share-content{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding-right:10px}.second-share-pop-content .second-share-content .share-icons{padding:10px;padding-right:0;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:140px}.second-share-pop-content .second-share-content .share-icons .share-icon-item{width:60px;height:60px;-js-display:flex;display:-ms-flexbox;display:flex;margin-right:4px;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:12px;color:#222;border-radius:6px;cursor:pointer}.second-share-pop-content .second-share-content .share-icons .share-icon-item .share-icon{font-size:28px;margin-bottom:5px}.second-share-pop-content .second-share-content .share-icons .share-icon-item:hover{background:rgba(78,110,242,.08)}.second-share-pop-content .second-share-content .second-share-qrcode .second-share-qrcode-bg{width:86px;height:86px;background:#f5f5f6;border-radius:12px;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.second-share-pop-content .second-share-content .second-share-qrcode .second-share-qrcode-bg img{height:70px;width:70px}.second-share-pop-content .second-share-content .second-share-qrcode .second-share-qrcode-tip{font-size:12px;color:#222;line-break:1;margin-top:9px}.second-base-wrapper .share-btn{-js-display:flex;display:-ms-flexbox;display:flex;-webkit-tap-highlight-color:rgba(255,255,255,0);-ms-flex-align:center;align-items:center;font-size:14px;color:#333;white-space:nowrap;position:relative;cursor:pointer}.second-base-wrapper .share-btn:hover{color:#6487fa}.second-base-wrapper .share-btn .share-text{margin-left:5px}.second-base-wrapper .share-btn .share-icon{background-position:center;background-repeat:no-repeat;background-size:cover;width:18px;height:18px;font-size:18px;-js-display:flex;display:-ms-flexbox;display:flex}.second-base-wrapper .share-btn.pop-show{color:#6487fa}.second-base-wrapper.light .share-btn{color:#333}.second-base-wrapper.light .share-btn:hover{color:#6487fa}.second-base-wrapper.light .share-btn.pop-show{color:#6487fa}.second-base-wrapper.dark .share-btn{color:#f8f8f8}.second-base-wrapper.dark .share-btn:hover{color:#6487fa}.second-base-wrapper.dark .share-btn.pop-show{color:#6487fa}
/*!wiki-common:modules/second/Base/BaseLeft/Player/index.less*/
.second-player-wrapper-placeholder.page{width:100%;background:#000;height:0;padding-top:56.25%}.second-player-wrapper-placeholder.page .second-player-wrapper{height:0;padding-top:56.25%;position:absolute;top:0;right:0}.second-player-wrapper-placeholder.page .second-player-wrapper.mini{width:288px;height:162px;position:fixed;z-index:1050;outline:0;border-radius:12px;overflow:hidden;padding:0;top:auto;right:132px;bottom:20px;left:auto}.second-player-wrapper-placeholder.page .second-player-wrapper.mini.vertical{height:288px;width:162px}.second-player-wrapper-placeholder.page .second-player-wrapper .bkplayer{position:absolute;top:0;left:0;right:0;bottom:0}.second-player-wrapper{width:100%;height:450px;background:#000;position:relative}.second-player-wrapper .bkplayer .bkplayer-mini-panel{display:none}.second-player-wrapper.mini{width:288px;height:162px;position:fixed;left:20px;bottom:20px;z-index:1050;outline:0;border-radius:12px;overflow:hidden}.second-player-wrapper.mini.vertical{height:288px;width:162px}.second-player-wrapper.mini .bkplayer .bkplayer-ui-wrapper .bkplayer-ui .bkplayer-complete-mask,.second-player-wrapper.mini .bkplayer .bkplayer-ui-wrapper .bkplayer-ui .bkplayer-control-bar{display:none}.second-player-wrapper.mini .bkplayer .bkplayer-mini-panel{display:block}
/*!wiki-common:modules/second/Base/BaseLeft/Lemmas/index.less*/
.second-base-wrapper .second-video-lemmas-line{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;margin-top:18px;margin-bottom:-15px}.second-base-wrapper .second-video-lemmas-line .second-video-lemmas-label{font-family:PingFangSC-Regular;font-size:14px;color:#9195a3;height:32px;line-height:32px;width:86px;-ms-flex:none;flex:none;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.second-base-wrapper .second-video-lemmas-line .second-video-lemmas-label>svg{margin-left:8px;font-size:12px}.second-base-wrapper .second-video-lemmas-line .second-video-lemmas{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.second-base-wrapper .second-video-lemmas-line .second-video-lemmas .second-video-lemma{background:#f5f5f6;border-radius:16px;color:#222;padding:0 12px;font-size:14px;margin-right:12px;height:32px;line-height:32px;margin-bottom:15px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:500px;cursor:pointer}.second-base-wrapper .second-video-lemmas-line .second-video-lemmas .second-video-lemma:hover{color:#6487fa}.second-base-wrapper.light .second-video-lemmas .second-video-lemma{background:#f5f5f6;color:#222}.second-base-wrapper.light .second-video-lemmas .second-video-lemma:hover{color:#6487fa}.second-base-wrapper.dark .second-video-lemmas-line .second-video-lemmas .second-video-lemma{background:rgba(48,51,59,.8);color:#d7d8d9}.second-base-wrapper.dark .second-video-lemmas-line .second-video-lemmas .second-video-lemma:hover{color:#6487fa}
/*!wiki-common:modules/second/Base/BaseRight/VideoList/index.less*/
.second-base-wrapper .second-video-list{position:relative;height:100%;width:100%}.second-base-wrapper .second-video-list .second-list-title-box{line-height:46px;height:46px;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;color:#f8f8f8;border-bottom:1px solid rgba(230,230,230,.1);margin-right:20px}.second-base-wrapper .second-video-list .second-list-title-box .second-list-title{font-size:18px}.second-base-wrapper .second-video-list .second-list-title-box .second-upload-btn{font-size:14px;color:#333;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer}.second-base-wrapper .second-video-list .second-list-title-box .second-upload-btn>svg{font-size:20px;margin-right:4px}.second-base-wrapper .second-video-list .second-list-title-box .second-upload-btn:hover{color:#6487fa}.second-base-wrapper .second-video-list .second-list-items-wrapper{overflow-y:auto;position:absolute;top:46px;left:0;right:0;bottom:0;z-index:1;scrollbar-width:thin;overflow-x:hidden;-ms-overflow-style:none}.second-base-wrapper .second-video-list .second-list-items-wrapper::-webkit-scrollbar-thumb{background:rgba(225,227,235,.3);border-radius:3px;height:100px}.second-base-wrapper .second-video-list .second-list-items-wrapper::-webkit-scrollbar{width:6px}.second-base-wrapper .second-video-list .second-list-items-wrapper .bottom-flag,.second-base-wrapper .second-video-list .second-list-items-wrapper .top-flag{height:1px;opacity:0}.second-base-wrapper .second-video-list .second-list-items-wrapper .second-list-items{padding-top:15px}.second-base-wrapper .second-video-list .second-list-items-wrapper .second-list-items .second-rec-title{width:100%;padding-bottom:14px;font-size:18px;color:#f8f8f8}.second-base-wrapper .second-video-list .second-list-items-wrapper .no-more-list{text-align:center;color:#999}.second-base-wrapper .second-video-list .second-list-item-wrapper{margin-bottom:15px;cursor:pointer}.second-base-wrapper .second-video-list .second-list-item-wrapper .second-list-item{position:relative;height:66px}.second-base-wrapper .second-video-list .second-list-item-wrapper .second-list-item .second-list-item-cover{width:118px;height:100%;border-radius:6px;background-repeat:no-repeat;background-position:center;background-size:cover;float:left;position:relative}.second-base-wrapper .second-video-list .second-list-item-wrapper .second-list-item .second-list-item-cover .second-list-item-cover-duration{position:absolute;right:4px;bottom:3px;background:rgba(0,0,0,.6);color:#fff;padding:0 5px;border-radius:3px}.second-base-wrapper .second-video-list .second-list-item-wrapper .second-list-item .second-list-item-cover .second-list-item-cover-mask{display:none;position:absolute;bottom:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);border-radius:6px;z-index:2}.second-base-wrapper .second-video-list .second-list-item-wrapper .second-list-item .second-list-item-cover .second-list-item-cover-mask .second-list-item-cover-gif{position:absolute;left:50%;top:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:18px;height:16px;background-image:url(https://bkssl.bdimg.com/static/wiki-common/modules/second/img/playing-icon_6c037a2.gif);background-position:center;background-repeat:no-repeat;background-size:contain}.second-base-wrapper .second-video-list .second-list-item-wrapper .second-list-item .second-list-item-info{max-width:180px;padding-left:10px;float:left;box-sizing:border-box;height:100%;position:relative}.second-base-wrapper .second-video-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-title{overflow:hidden;font-size:14px;color:#e6e6e6;line-height:20px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:40px}.second-base-wrapper .second-video-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-dynamic-info{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:12px;font-size:12px;color:#9195a3;line-height:1;-webkit-font-smoothing:antialiased;position:absolute;bottom:2px;left:10px;white-space:nowrap}.second-base-wrapper .second-video-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-dynamic-info .second-item-playtime{margin-right:6px}.second-base-wrapper .second-video-list .second-list-item-wrapper .second-list-item.active .second-list-item-cover .second-list-item-cover-mask{display:block}.second-base-wrapper .second-video-list .second-list-item-wrapper .second-list-item.active .second-list-item-cover .second-list-item-cover-duration{display:none}.second-base-wrapper .second-video-list .second-list-item-wrapper .second-list-item-collection{background:#edeef2;border-radius:6px;position:relative;box-sizing:border-box;width:300px;height:30px;padding:0 27px;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:6px}.second-base-wrapper .second-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-icon{position:absolute;top:8px;left:9px;width:12px;height:12px;color:#f8f8f8}.second-base-wrapper .second-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-title{width:240px;color:#f8f8f8;font-size:12px;line-height:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.second-base-wrapper .second-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-more{position:absolute;top:8px;right:9px;width:12px;height:12px;font-size:12px;color:#f8f8f8}.second-base-wrapper.light .second-video-list .second-list-title-box{color:#000;border-bottom:1px solid #e0e0e0}.second-base-wrapper.light .second-video-list .second-list-title-box .second-list-title{font-size:18px}.second-base-wrapper.light .second-video-list .second-list-title-box .second-upload-btn{color:#333}.second-base-wrapper.light .second-video-list .second-list-title-box .second-upload-btn:hover{color:#6487fa}.second-base-wrapper.light .second-video-list .second-list-items-wrapper::-webkit-scrollbar-thumb{background:#e1e3eb}.second-base-wrapper.light .second-video-list .second-list-items-wrapper .second-list-items .second-rec-title{color:#000}.second-base-wrapper.light .second-video-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-title{color:#222}.second-base-wrapper.light .second-video-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-dynamic-info{color:#999}.second-base-wrapper.light .second-video-list .second-list-item-wrapper .second-list-item-collection{background:#edeef2}.second-base-wrapper.light .second-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-icon{color:#525666}.second-base-wrapper.light .second-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-title{color:#525666}.second-base-wrapper.light .second-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-more{color:#525666}.second-base-wrapper.dark .second-video-list .second-list-title-box{color:#f8f8f8;border-bottom:1px solid rgba(230,230,230,.2)}.second-base-wrapper.dark .second-video-list .second-list-title-box .second-upload-btn{color:#bbb}.second-base-wrapper.dark .second-video-list .second-list-title-box .second-upload-btn:hover{color:#6487fa}.second-base-wrapper.dark .second-video-list .second-list-items-wrapper::-webkit-scrollbar-thumb{background:rgba(225,227,235,.3)}.second-base-wrapper.dark .second-video-list .second-list-items-wrapper .second-list-items .second-rec-title{color:#f8f8f8}.second-base-wrapper.dark .second-video-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-title{color:#e6e6e6}.second-base-wrapper.dark .second-video-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-dynamic-info{color:#9195a3}.second-base-wrapper.dark .second-video-list .second-list-item-wrapper .second-list-item-collection{background:#1b263d}.second-base-wrapper.dark .second-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-icon{color:#f8f8f8}.second-base-wrapper.dark .second-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-title{color:#f8f8f8}.second-base-wrapper.dark .second-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-more{color:#f8f8f8}
/*!wiki-common:modules/second/Base/BaseRight/PageVideoList/index.less*/
.second-base-wrapper .second-page-video-list .second-collection-title-box{line-height:18px;height:18px;padding-bottom:14px;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;color:#f8f8f8;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:5;width:300px}.second-base-wrapper .second-page-video-list .second-collection-title-box .left-box,.second-base-wrapper .second-page-video-list .second-collection-title-box .right-box{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;font-size:18px;color:#f8f8f8}.second-base-wrapper .second-page-video-list .second-collection-title-box .left-box .second-collection-list-count,.second-base-wrapper .second-page-video-list .second-collection-title-box .right-box .second-collection-list-count{color:#858585;-ms-flex:none;flex:none;font-size:14px;margin-left:3px}.second-base-wrapper .second-page-video-list .second-collection-title-box .left-box .second-collection-star-icon,.second-base-wrapper .second-page-video-list .second-collection-title-box .right-box .second-collection-star-icon{cursor:pointer;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.second-base-wrapper .second-page-video-list .second-collection-title-box .left-box .second-collection-star-icon.has-star,.second-base-wrapper .second-page-video-list .second-collection-title-box .left-box .second-collection-star-icon:hover,.second-base-wrapper .second-page-video-list .second-collection-title-box .right-box .second-collection-star-icon.has-star,.second-base-wrapper .second-page-video-list .second-collection-title-box .right-box .second-collection-star-icon:hover{color:#6487fa}.second-base-wrapper .second-page-video-list .second-collection-title-box .left-box .second-collection-title-text,.second-base-wrapper .second-page-video-list .second-collection-title-box .right-box .second-collection-title-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:break-all}.second-base-wrapper .second-page-video-list .second-collection-title-box .left-box{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:270px}.second-base-wrapper .second-page-video-list .second-list-items-wrapper{overflow-y:hidden;scrollbar-width:thin;overflow-x:hidden;-ms-overflow-style:none;position:relative;padding-left:20px}.second-base-wrapper .second-page-video-list .second-list-items-wrapper:hover{overflow-y:auto}.second-base-wrapper .second-page-video-list .second-list-items-wrapper::-webkit-scrollbar-thumb{background:rgba(225,227,235,.3);border-radius:3px;height:100px}.second-base-wrapper .second-page-video-list .second-list-items-wrapper::-webkit-scrollbar{width:6px}.second-base-wrapper .second-page-video-list .second-list-items-wrapper .bottom-flag,.second-base-wrapper .second-page-video-list .second-list-items-wrapper .top-flag{height:1px;opacity:0}.second-base-wrapper .second-page-video-list .second-list-items-wrapper .second-list-items .second-rec-title{width:100%;font-size:18px;color:#f8f8f8;position:-webkit-sticky;position:sticky;top:-9px;z-index:6;background:#fff;line-height:18px;height:18px;padding-bottom:14px;padding-top:9px}.second-base-wrapper .second-page-video-list .second-list-items-wrapper .no-more-list{text-align:center;color:#999}.second-base-wrapper .second-page-video-list .second-list-item-wrapper{margin-bottom:15px;cursor:pointer}.second-base-wrapper .second-page-video-list .second-list-item-wrapper .second-list-item{position:relative;height:66px}.second-base-wrapper .second-page-video-list .second-list-item-wrapper .second-list-item .second-list-item-cover{width:118px;height:100%;border-radius:6px;background-repeat:no-repeat;background-position:center;background-size:cover;float:left;position:relative}.second-base-wrapper .second-page-video-list .second-list-item-wrapper .second-list-item .second-list-item-cover .second-list-item-cover-duration{position:absolute;right:4px;bottom:3px;background:rgba(0,0,0,.6);color:#fff;padding:0 5px;border-radius:3px}.second-base-wrapper .second-page-video-list .second-list-item-wrapper .second-list-item .second-list-item-cover .second-list-item-cover-mask{display:none;position:absolute;bottom:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);border-radius:6px;z-index:2}.second-base-wrapper .second-page-video-list .second-list-item-wrapper .second-list-item .second-list-item-cover .second-list-item-cover-mask .second-list-item-cover-gif{position:absolute;left:50%;top:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:18px;height:16px;background-image:url(https://bkssl.bdimg.com/static/wiki-common/modules/second/img/playing-icon_6c037a2.gif);background-position:center;background-repeat:no-repeat;background-size:contain}.second-base-wrapper .second-page-video-list .second-list-item-wrapper .second-list-item .second-list-item-info{max-width:180px;padding-left:10px;float:left;box-sizing:border-box;height:100%;position:relative}.second-base-wrapper .second-page-video-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-title{overflow:hidden;font-size:14px;color:#e6e6e6;line-height:20px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:40px}.second-base-wrapper .second-page-video-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-dynamic-info{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:12px;font-size:12px;color:#9195a3;line-height:1;-webkit-font-smoothing:antialiased;position:absolute;bottom:2px;left:10px;white-space:nowrap}.second-base-wrapper .second-page-video-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-dynamic-info .second-item-playtime{margin-right:6px}.second-base-wrapper .second-page-video-list .second-list-item-wrapper .second-list-item.active .second-list-item-cover .second-list-item-cover-mask{display:block}.second-base-wrapper .second-page-video-list .second-list-item-wrapper .second-list-item.active .second-list-item-cover .second-list-item-cover-duration{display:none}.second-base-wrapper .second-page-video-list .second-list-item-wrapper .second-list-item-collection{background:#edeef2;border-radius:6px;position:relative;box-sizing:border-box;width:300px;height:30px;padding:0 27px;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:6px}.second-base-wrapper .second-page-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-icon{position:absolute;top:8px;left:9px;width:12px;height:12px;color:#f8f8f8}.second-base-wrapper .second-page-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-title{width:240px;color:#f8f8f8;font-size:12px;line-height:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.second-base-wrapper .second-page-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-more{position:absolute;top:8px;right:9px;width:12px;height:12px;font-size:12px;color:#f8f8f8}.second-base-wrapper.light .second-page-video-list{background:#fff}.second-base-wrapper.light .second-page-video-list .second-collection-title-box{color:#000;background:#fff}.second-base-wrapper.light .second-page-video-list .second-collection-title-box .left-box,.second-base-wrapper.light .second-page-video-list .second-collection-title-box .right-box{color:#000}.second-base-wrapper.light .second-page-video-list .second-list-items-wrapper::-webkit-scrollbar-thumb{background:#e1e3eb}.second-base-wrapper.light .second-page-video-list .second-list-items-wrapper .second-list-items .second-rec-title{color:#000;background:#fff}.second-base-wrapper.light .second-page-video-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-title{color:#222}.second-base-wrapper.light .second-page-video-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-dynamic-info{color:#999}.second-base-wrapper.light .second-page-video-list .second-list-item-wrapper .second-list-item-collection{background:#edeef2}.second-base-wrapper.light .second-page-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-icon{color:#525666}.second-base-wrapper.light .second-page-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-title{color:#525666}.second-base-wrapper.light .second-page-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-more{color:#525666}.second-base-wrapper.dark .second-page-video-list{background:#0f121a}.second-base-wrapper.dark .second-page-video-list .second-collection-title-box{color:#f8f8f8;background:#0f121a}.second-base-wrapper.dark .second-page-video-list .second-collection-title-box .left-box,.second-base-wrapper.dark .second-page-video-list .second-collection-title-box .right-box{color:#f8f8f8}.second-base-wrapper.dark .second-page-video-list .second-list-items-wrapper::-webkit-scrollbar-thumb{background:rgba(225,227,235,.3)}.second-base-wrapper.dark .second-page-video-list .second-list-items-wrapper .second-list-items .second-rec-title{color:#f8f8f8;background:#0f121a}.second-base-wrapper.dark .second-page-video-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-title{color:#e6e6e6}.second-base-wrapper.dark .second-page-video-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-dynamic-info{color:#9195a3}.second-base-wrapper.dark .second-page-video-list .second-list-item-wrapper .second-list-item-collection{background:#1b263d}.second-base-wrapper.dark .second-page-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-icon{color:#f8f8f8}.second-base-wrapper.dark .second-page-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-title{color:#f8f8f8}.second-base-wrapper.dark .second-page-video-list .second-list-item-wrapper .second-list-item-collection .second-collection-more{color:#f8f8f8}
/*!wiki-common:modules/second/Base/BaseRight/CollectionList/index.less*/
.second-base-wrapper .second-collection-list{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:#090b0f;-ms-transform:translateX(100%);transform:translateX(100%);transition:transform .4s;padding-left:20px}.second-base-wrapper .second-collection-list.show{-ms-transform:translateX(0);transform:translateX(0)}.second-base-wrapper .second-collection-list .second-collection-title-box{line-height:46px;height:46px;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;color:#f8f8f8;border-bottom:1px solid rgba(230,230,230,.1);width:300px}.second-base-wrapper .second-collection-list .second-collection-title-box .left-box,.second-base-wrapper .second-collection-list .second-collection-title-box .right-box{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:18px;color:#f8f8f8}.second-base-wrapper .second-collection-list .second-collection-title-box .left-box .second-collection-list-count,.second-base-wrapper .second-collection-list .second-collection-title-box .right-box .second-collection-list-count{color:#858585;-ms-flex:none;flex:none;font-size:14px;margin-left:3px}.second-base-wrapper .second-collection-list .second-collection-title-box .left-box .second-collection-back-icon,.second-base-wrapper .second-collection-list .second-collection-title-box .right-box .second-collection-back-icon{cursor:pointer;font-size:14px;margin-right:6px;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.second-base-wrapper .second-collection-list .second-collection-title-box .left-box .second-collection-star-icon,.second-base-wrapper .second-collection-list .second-collection-title-box .right-box .second-collection-star-icon{cursor:pointer;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.second-base-wrapper .second-collection-list .second-collection-title-box .left-box .second-collection-star-icon.has-star,.second-base-wrapper .second-collection-list .second-collection-title-box .left-box .second-collection-star-icon:hover,.second-base-wrapper .second-collection-list .second-collection-title-box .right-box .second-collection-star-icon.has-star,.second-base-wrapper .second-collection-list .second-collection-title-box .right-box .second-collection-star-icon:hover{color:#6487fa}.second-base-wrapper .second-collection-list .second-collection-title-box .left-box .second-collection-title-text,.second-base-wrapper .second-collection-list .second-collection-title-box .right-box .second-collection-title-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:break-all}.second-base-wrapper .second-collection-list .second-collection-title-box .left-box{width:270px}.second-base-wrapper .second-collection-list .second-collection-items-wrapper{overflow-y:auto;position:absolute;top:46px;left:0;right:0;bottom:0;z-index:1;scrollbar-width:thin;overflow-x:hidden;-ms-overflow-style:none;padding-left:20px}.second-base-wrapper .second-collection-list .second-collection-items-wrapper::-webkit-scrollbar-thumb{background:rgba(225,227,235,.3);border-radius:3px;height:100px}.second-base-wrapper .second-collection-list .second-collection-items-wrapper::-webkit-scrollbar{width:6px}.second-base-wrapper .second-collection-list .second-collection-items-wrapper .bottom-flag,.second-base-wrapper .second-collection-list .second-collection-items-wrapper .top-flag{height:1px;opacity:0}.second-base-wrapper .second-collection-list .second-collection-items-wrapper .second-collection-items{padding-top:15px}.second-base-wrapper .second-collection-list .second-list-item-wrapper{margin-bottom:15px;cursor:pointer}.second-base-wrapper .second-collection-list .second-list-item-wrapper .second-list-item{position:relative;height:66px}.second-base-wrapper .second-collection-list .second-list-item-wrapper .second-list-item .second-list-item-cover{width:118px;height:100%;border-radius:6px;background-repeat:no-repeat;background-position:center;background-size:cover;float:left;position:relative}.second-base-wrapper .second-collection-list .second-list-item-wrapper .second-list-item .second-list-item-cover .second-list-item-cover-duration{position:absolute;right:4px;bottom:3px;background:rgba(0,0,0,.6);color:#fff;padding:0 5px;border-radius:3px}.second-base-wrapper .second-collection-list .second-list-item-wrapper .second-list-item .second-list-item-cover .second-list-item-cover-mask{display:none;position:absolute;bottom:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);border-radius:6px;z-index:2}.second-base-wrapper .second-collection-list .second-list-item-wrapper .second-list-item .second-list-item-cover .second-list-item-cover-mask .second-list-item-cover-gif{position:absolute;left:50%;top:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:18px;height:16px;background-image:url(https://bkssl.bdimg.com/static/wiki-common/modules/second/img/playing-icon_6c037a2.gif);background-position:center;background-repeat:no-repeat;background-size:contain}.second-base-wrapper .second-collection-list .second-list-item-wrapper .second-list-item .second-list-item-info{max-width:180px;padding-left:10px;float:left;box-sizing:border-box;height:100%;position:relative}.second-base-wrapper .second-collection-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-title{overflow:hidden;font-size:14px;color:#e6e6e6;line-height:20px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:40px}.second-base-wrapper .second-collection-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-dynamic-info{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:12px;font-size:12px;color:#9195a3;line-height:1;-webkit-font-smoothing:antialiased;position:absolute;bottom:2px;left:10px;white-space:nowrap}.second-base-wrapper .second-collection-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-dynamic-info .second-item-playtime{margin-right:6px}.second-base-wrapper .second-collection-list .second-list-item-wrapper .second-list-item.active .second-list-item-cover .second-list-item-cover-mask{display:block}.second-base-wrapper .second-collection-list .second-list-item-wrapper .second-list-item.active .second-list-item-cover .second-list-item-cover-duration{display:none}.second-base-wrapper .second-collection-list .second-list-item-wrapper .second-list-item-collection{background:#edeef2;border-radius:6px;position:relative;box-sizing:border-box;width:300px;height:30px;padding:0 27px;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:6px}.second-base-wrapper .second-collection-list .second-list-item-wrapper .second-list-item-collection .second-collection-icon{position:absolute;top:8px;left:9px;width:12px;height:12px;color:#f8f8f8}.second-base-wrapper .second-collection-list .second-list-item-wrapper .second-list-item-collection .second-collection-title{width:240px;color:#f8f8f8;font-size:12px;line-height:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.second-base-wrapper .second-collection-list .second-list-item-wrapper .second-list-item-collection .second-collection-more{position:absolute;top:8px;right:9px;width:12px;height:12px;font-size:12px;color:#f8f8f8}.second-base-wrapper.light .second-collection-list{background:#fafafa}.second-base-wrapper.light .second-collection-list .second-collection-title-box{color:#000;border-bottom:1px solid #e0e0e0}.second-base-wrapper.light .second-collection-list .second-collection-title-box .left-box,.second-base-wrapper.light .second-collection-list .second-collection-title-box .right-box{color:#000}.second-base-wrapper.light .second-collection-list .second-collection-items-wrapper::-webkit-scrollbar-thumb{background:#e1e3eb}.second-base-wrapper.light .second-collection-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-title{color:#222}.second-base-wrapper.light .second-collection-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-dynamic-info{color:#999}.second-base-wrapper.light .second-collection-list .second-list-item-wrapper .second-list-item-collection{background:#edeef2}.second-base-wrapper.light .second-collection-list .second-list-item-wrapper .second-list-item-collection .second-collection-icon{color:#525666}.second-base-wrapper.light .second-collection-list .second-list-item-wrapper .second-list-item-collection .second-collection-title{color:#525666}.second-base-wrapper.light .second-collection-list .second-list-item-wrapper .second-list-item-collection .second-collection-more{color:#525666}.second-base-wrapper.dark .second-collection-list{background:#090b0f}.second-base-wrapper.dark .second-collection-list .second-collection-title-box{color:#f8f8f8;border-bottom:1px solid rgba(230,230,230,.2)}.second-base-wrapper.dark .second-collection-list .second-collection-title-box .left-box,.second-base-wrapper.dark .second-collection-list .second-collection-title-box .right-box{color:#f8f8f8}.second-base-wrapper.dark .second-collection-list .second-collection-items-wrapper::-webkit-scrollbar-thumb{background:rgba(225,227,235,.3)}.second-base-wrapper.dark .second-collection-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-title{color:#e6e6e6}.second-base-wrapper.dark .second-collection-list .second-list-item-wrapper .second-list-item .second-list-item-info .second-item-dynamic-info{color:#9195a3}.second-base-wrapper.dark .second-collection-list .second-list-item-wrapper .second-list-item-collection{background:#1b263d}.second-base-wrapper.dark .second-collection-list .second-list-item-wrapper .second-list-item-collection .second-collection-icon{color:#f8f8f8}.second-base-wrapper.dark .second-collection-list .second-list-item-wrapper .second-list-item-collection .second-collection-title{color:#f8f8f8}.second-base-wrapper.dark .second-collection-list .second-list-item-wrapper .second-list-item-collection .second-collection-more{color:#f8f8f8}.second-base-wrapper.page .second-collection-list .second-collection-title-box .left-box,.second-base-wrapper.page .second-collection-list .second-collection-title-box .right-box{-ms-flex-align:end;align-items:flex-end}
/*!wiki-common:modules/second/Base/BaseLeft/Comment/CommentInput/index.less*/
.second-comment .comment-input{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;position:relative}.second-comment .comment-input .comment-input-content-wrapper{width:100%}.second-comment .comment-input .comment-input-content-wrapper .comment-input-placeholder-box{width:100%;background:rgba(240,241,245,.6);border-radius:8px;border:none;resize:none;outline:0;padding:0 12px;font-size:14px;color:#333;letter-spacing:0;box-sizing:border-box;height:36px;line-height:36px}.second-comment .comment-input .comment-input-content-wrapper .comment-input-placeholder-box.has-login{color:#aaa;cursor:text}.second-comment .comment-input .comment-input-content-wrapper .comment-input-placeholder-box.not-login{color:#333}.second-comment .comment-input .comment-input-content-wrapper .comment-input-placeholder-box.not-login a{color:#6487fa;cursor:pointer}.second-comment .comment-input .comment-input-content-wrapper .comment-input-content-box{position:relative;background:rgba(240,241,245,.6);border-radius:8px;border:none;padding-bottom:34px;padding-top:8px;cursor:text}.second-comment .comment-input .comment-input-content-wrapper .comment-input-content-box.has-img{padding-bottom:78px}.second-comment .comment-input .comment-input-content-wrapper .comment-input-content-box .text-size-wrapper{position:absolute;bottom:12px;right:12px;font-size:14px;color:#999;line-height:1}.second-comment .comment-input .comment-input-content-wrapper .comment-input-content-box .text-size-wrapper .overflow{color:#ff6e00}.second-comment .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-content{width:100%;background:0 0;border:none;resize:none;outline:0;padding:0 12px;font-size:14px;color:#333;letter-spacing:0;min-height:20px;height:20px;box-sizing:border-box}.second-comment .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-content::-moz-placeholder{font-size:14px;color:#aaa}.second-comment .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-content:-ms-input-placeholder{font-size:14px;color:#aaa}.second-comment .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-content::placeholder{font-size:14px;color:#aaa}.second-comment .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-images-wrapper{position:absolute;bottom:8px;left:8px}.second-comment .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-images-wrapper .comment-input-image-item{background:#fff;width:54px;height:54px;border:1px solid #dbe3ea;overflow:hidden;position:relative;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:7px}.second-comment .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-images-wrapper .comment-input-image-item img{max-width:54px;max-height:54px}.second-comment .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-images-wrapper .comment-input-image-item:hover .comment-input-image-item-del-icon{-js-display:flex;display:-ms-flexbox;display:flex}.second-comment .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-images-wrapper .comment-input-image-item .comment-input-image-item-del-icon{display:none;width:20px;height:20px;line-height:24px;text-align:center;background:rgba(0,0,0,.4);color:#fff;font-size:12px;position:absolute;top:0;right:0;cursor:pointer;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-top:12px}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-emoji{position:relative}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-emoji .comment-emoji-icon-box{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-emoji .emoji-panel{width:424px;box-sizing:border-box;height:230px;line-height:0;padding:10px;font-size:0;border-radius:12px;box-shadow:0 2px 10px 0 rgba(0,0,0,.1);background:#fff;position:absolute;left:0;top:30px;overflow-y:auto;z-index:1}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-emoji .emoji-panel::-webkit-scrollbar{width:0}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-emoji .emoji-panel .emoji-icon-wrapper{display:inline-block;margin:5px;padding:5px;cursor:pointer}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-emoji .emoji-panel .emoji-icon-wrapper .emoji-icon{width:30px}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-emoji .emoji-panel.show{display:block}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-emoji .emoji-panel.hide{display:none}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-emoji .comment-input-btn-emoji{width:20px;height:20px;background-position:center;background-repeat:no-repeat;background-size:contain;cursor:pointer}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-emoji .comment-input-btn-emoji:hover{color:#6487fa}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-img-uploader{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-img-uploader input{display:none}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-img-uploader .comment-input-btn-img{width:20px;height:20px;background-position:center;background-repeat:no-repeat;background-size:contain;cursor:pointer;margin-left:24px}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-img-uploader .comment-input-btn-img:hover{color:#6487fa}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-submit{background:#6487fa;border-radius:18px;width:60px;text-align:center;line-height:36px;font-size:14px;color:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.second-comment .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-submit.disabled{opacity:.2;cursor:not-allowed}.second-comment .comment-input .comment-guide{position:absolute;bottom:50px;background-image:linear-gradient(270deg,#6f90ff 0,#6cb0ff 100%);border-radius:20px;padding:12px 20px;padding-right:37px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);font-family:PingFangSC-Medium;font-size:14px;color:#fff;letter-spacing:0;text-align:center;line-height:14px;font-weight:500;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.second-comment .comment-input .comment-guide .comment-guide-icon{position:absolute;font-size:10px;right:15px;cursor:pointer}.second-comment .comment-input .comment-guide .tip-arrow{position:absolute;left:50%;top:38px;-ms-transform:translateX(-50%);transform:translateX(-50%);width:0;height:0;border:6px solid #6da0ff;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-placeholder-box{background:rgba(240,241,245,.6);color:#333}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-placeholder-box.has-login{color:#aaa}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-placeholder-box.not-login{color:#333}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-placeholder-box.not-login a{color:#6487fa}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-content-box{background:rgba(240,241,245,.6)}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-content-box .text-size-wrapper{color:#999}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-content-box .text-size-wrapper .overflow{color:#ff6e00}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-content{color:#333}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-content::-moz-placeholder{color:#aaa}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-content:-ms-input-placeholder{color:#aaa}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-content::placeholder{color:#aaa}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-images-wrapper .comment-input-image-item{background:#fff;border:1px solid #dbe3ea}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-images-wrapper .comment-input-image-item .comment-input-image-item-del-icon{background:rgba(0,0,0,.4);color:#fff}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-submit{background:#6487fa;color:#fff}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media{color:#000}.second-comment.light .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-emoji{color:#000}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-placeholder-box{background:rgba(240,241,245,.15);color:#f8f8f8}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-placeholder-box.has-login{color:#7f8186}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-placeholder-box.not-login{color:#f8f8f8}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-placeholder-box.not-login a{color:#6487fa}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-content-box{background:rgba(240,241,245,.15)}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-content-box .text-size-wrapper{color:#7f8186}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-content-box .text-size-wrapper .overflow{color:#ff6e00}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-content{color:#f8f8f8}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-content::-moz-placeholder{color:#7f8186}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-content:-ms-input-placeholder{color:#7f8186}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-content::placeholder{color:#7f8186}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-images-wrapper .comment-input-image-item{background:#000;border:1px solid #dbe3ea}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-content-box .comment-input-images-wrapper .comment-input-image-item .comment-input-image-item-del-icon{background:rgba(0,0,0,.4);color:#fff}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-submit{background:#6487fa;color:#fff}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-submit.disabled{background:rgba(240,241,245,.1);color:rgba(255,255,255,.3);opacity:1}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media{color:#7f8186}.second-comment.dark .comment-input .comment-input-content-wrapper .comment-input-btns .comment-input-media .comment-emoji{color:#7f8186}
/*!wiki-common:modules/second/Base/BaseLeft/Comment/CommentList/index.less*/
.second-comment .comment-list .comment-list-content-wrapper{width:100%}.second-comment .comment-list .comment-list-content-nomore{font-size:14px;color:#858585;text-align:center;padding:60px 0}.second-comment.light .comment-list .comment-list-content-nomore{color:#858585}.second-comment.dark .comment-list .comment-list-content-nomore{color:#666}
/*!wiki-common:modules/second/Base/BaseLeft/Player/Mini/index.less*/
.bkplayer-ui .bkplayer-mini-panel{position:absolute;left:0;top:0;right:0;bottom:0;z-index:6;display:block;cursor:move;pointer-events:auto}.bkplayer-ui .bkplayer-mini-panel .bkplayer-mini-controls{pointer-events:all}.bkplayer-ui:hover .bkplayer-mini-panel .bkplayer-mini-controls,.bkplayer-ui:hover .bkplayer-mini-panel .bkplayer-mini-play-button,.bkplayer-ui:hover .bkplayer-mini-panel .bkplayer-mini-title{opacity:1;z-index:2}
/*!wiki-common:modules/second/Base/BaseLeft/Player/Complete/index.less*/
.bkplayer-ui .bkplayer-complete-mask{position:absolute;z-index:5;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);display:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.bkplayer-ui .bkplayer-complete-mask.show{-js-display:flex;display:-ms-flexbox;display:flex}.bkplayer-ui .bkplayer-complete-mask .bkplayer-complete-mask-btns{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#fff;font-size:36px}.bkplayer-ui .bkplayer-complete-mask .bkplayer-complete-mask-btns .bkplayer-complete-mask-btn{cursor:pointer;margin-left:90px;font-size:30px!important}.bkplayer-ui .bkplayer-complete-mask .bkplayer-complete-mask-btns>:first-child{margin-left:0}.bkplayer-ui .bkplayer-complete-mask .bkplayer-complete-mask-tip{margin-top:34px;color:#fff;font-size:16px}
/*!wiki-common:modules/second/Base/BaseLeft/Player/NextVideo/index.less*/
.bkplayer .bkplayer-ui .bkplayer-next-video{background:0 0;border-radius:8px;padding:0 8px;-ms-flex-align:center;align-items:center;position:absolute;bottom:6px;height:30px;line-height:30px;box-sizing:border-box;left:12px;-ms-flex-pack:start;justify-content:flex-start;max-width:750px;z-index:10}.bkplayer .bkplayer-ui .bkplayer-next-video.fullscreen{background:rgba(17,17,17,.7);border-radius:12px;padding:15px;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;position:absolute;bottom:6px;left:30px;box-sizing:border-box;height:auto;-js-display:flex;display:-ms-flexbox;display:flex}.bkplayer .bkplayer-ui .bkplayer-next-video.fullscreen .bkplayer-fullscreen-next-cover{width:118px;height:66px;border-radius:6px;background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;-ms-flex:none;flex:none;display:block}.bkplayer .bkplayer-ui .bkplayer-next-video.fullscreen .bkplayer-fullscreen-next-cover .bkplayer-next-duration{position:absolute;right:4px;bottom:3px;background:rgba(0,0,0,.6);color:#fff;padding:0 5px;border-radius:3px}.bkplayer .bkplayer-ui .bkplayer-next-video.fullscreen .bkplayer-fullscreen-next-info{padding-left:15px;overflow:hidden;display:block}.bkplayer .bkplayer-ui .bkplayer-next-video.fullscreen .bkplayer-fullscreen-next-info .bkplayer-next-info-tip{font-size:18px;color:#a2b7fc;line-height:18px}.bkplayer .bkplayer-ui .bkplayer-next-video.fullscreen .bkplayer-fullscreen-next-info .bkplayer-next-info-title{margin-top:14px;font-size:16px;line-height:16px;color:#eee;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.bkplayer .bkplayer-ui .bkplayer-next-video.mini{bottom:6px;left:0;right:0;-js-display:flex;display:-ms-flexbox;display:flex}.bkplayer .bkplayer-ui .bkplayer-next-video .bkplayer-mini-next-video-tip,.bkplayer .bkplayer-ui .bkplayer-next-video .bkplayer-normal-next-video-tip{background:rgba(17,17,17,.8);height:100%;font-size:12px;color:#a2b7fc;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-radius:8px;padding:0 8px;display:block}.bkplayer.bkplayer-status-paused .bkplayer-ui .bkplayer-next-video.fullscreen,.bkplayer.bkplayer-status-paused .bkplayer-ui .bkplayer-next-video.normal,.bkplayer.bkplayer-status-user-active .bkplayer-ui .bkplayer-next-video.fullscreen,.bkplayer.bkplayer-status-user-active .bkplayer-ui .bkplayer-next-video.normal{bottom:60px}
/*!wiki-common:modules/second/Base/BaseLeft/Comment/CommentAvatar/index.less*/
.second-comment .comment-user-avatar{width:40px;height:40px;border-radius:50%;background-position:center;background-repeat:no-repeat;background-size:contain;box-sizing:border-box;cursor:pointer;margin-right:12px;-ms-flex:none;flex:none;position:relative;border:1px solid #eee}.second-comment .comment-user-avatar>img{width:100%;height:100%;border-radius:50%}.second-comment .comment-user-avatar .comment-user-avatar-vip{width:12px;height:12px;position:absolute;bottom:0;background-position:center;background-repeat:no-repeat;right:0;background-size:cover;background-image:none}.second-comment .comment-user-avatar .comment-user-avatar-vip.vip-1{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/red-v.png)}.second-comment .comment-user-avatar .comment-user-avatar-vip.vip-2{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/blue-v.png)}.second-comment .comment-user-avatar .comment-user-avatar-vip.vip-3{background-image:url(https://baikebcs.bdimg.com/front-end/second-know/img/yellow-v.png)}.second-comment.light .comment-user-avatar{border:1px solid #eee}.second-comment.dark .comment-user-avatar{border:1px solid rgba(255,255,255,.2)}
/*!wiki-common:modules/second/Base/BaseLeft/Comment/CommentList/CommentItem/index.less*/
.second-comment .comment-list-item{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-top:24px}.second-comment .comment-list-item.sub{margin-top:20px}.second-comment .comment-list-item.sub>.comment-user-avatar{width:34px;height:34px}.second-comment .comment-list-item .comment-list-item-avatar{-ms-flex:none;flex:none;margin-right:12px}.second-comment .comment-list-item .comment-list-item-detail{width:100%}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-author{cursor:pointer;display:inline-block}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-author .comment-list-item-author-name{font-size:13px;color:#222;letter-spacing:0;line-height:14px;font-weight:500}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-author .comment-list-item-author-name .comment-item-reply-tip{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#999;margin:0 5px}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-content{font-size:14px;color:#222;width:100%;word-break:break-all;line-height:24px;margin-top:5px}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-img-box{width:176px;height:auto;position:relative;box-sizing:border-box;border:1px solid rgba(0,0,0,.05);border-radius:12px;overflow:hidden;margin-top:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-img-box.has-large{width:100%}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-img-box.has-large .comment-list-item-img-thumb{display:none}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-img-box.has-large .comment-list-item-img{display:block}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-img-box.has-thumb{width:176px}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-img-box.has-thumb .comment-list-item-img-thumb{display:block}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-img-box.has-thumb .comment-list-item-img{display:none}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-img-box .comment-list-item-img-placeholder{position:absolute;left:0;top:0;width:100%;height:100%;background:url(../img/baidu-logo.png) 50% 50% no-repeat;background-size:50% 50%}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-img-box .comment-list-item-img-thumb{position:relative;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;height:auto;cursor:zoom-in;padding-top:100%}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-img-box .comment-list-item-img{position:relative;width:100%;height:auto;cursor:zoom-out}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:13px;margin-top:5px;height:16px;line-height:16px;position:relative}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center;color:#999;line-height:14px;font-family:PingFangSC-Regular}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete,.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback{margin-right:12px;display:none;position:relative}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete.show,.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback.show{display:block!important}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-list-item-delete-btn,.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-list-item-feedback-btn,.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-list-item-delete-btn,.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-list-item-feedback-btn{cursor:pointer}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-delete-toast,.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-feedback-toast{background:rgba(17,17,17,.7);border-radius:8px;font-size:14px;color:#fff;letter-spacing:0;text-align:center;height:30px;line-height:30px;padding:0 8px;position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-time{margin-right:12px}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-ip{margin-right:12px}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-dynamic{color:#333;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-dynamic .comment-item-btn{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:24px;cursor:pointer;color:#333}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-dynamic .comment-item-btn.active,.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-dynamic .comment-item-btn:hover{color:#6487fa}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-dynamic .comment-item-btn .comment-list-text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-dynamic .comment-list-icon{font-size:16px;margin-right:4px}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper:hover .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete,.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper:hover .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback{display:block}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-replies-wrapper .comment-list-item-detail{border:none;border-bottom:0;padding-bottom:0}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-replies-wrapper .comment-list-item-reply-tip{line-height:1;margin-top:20px;font-size:14px;color:#666;cursor:pointer;position:relative;display:inline-block}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-replies-wrapper .comment-list-item-reply-tip .comment-list-item-reply-arrow{font-size:12px;margin-left:5px;transition:transform .2s;display:inline-block;height:14px;-js-display:flex;display:-ms-flexbox;display:flex;position:absolute;right:-16px;top:0;-ms-flex-align:center;align-items:center}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-replies-wrapper .comment-list-item-reply-tip .comment-list-item-reply-arrow.reverse{-ms-transform:rotate(180deg);transform:rotate(180deg)}.second-comment .comment-list-item .comment-list-item-detail .comment-list-item-reply-input{margin-top:20px}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-author .comment-list-item-author-name{color:#222}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-author .comment-list-item-author-name .comment-item-reply-tip{color:#999}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-content{color:#222}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-img-box{border:1px solid rgba(0,0,0,.05)}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info{color:#999}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-feedback-wrapper .comment-feedback-content,.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-feedback-wrapper .comment-feedback-content{background:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.09)}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-feedback-wrapper .comment-feedback-content .comment-feedback-content-item,.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-feedback-wrapper .comment-feedback-content .comment-feedback-content-item{background:#f5f5f6;color:#222}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-feedback-wrapper .comment-feedback-content .comment-feedback-content-item:hover,.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-feedback-wrapper .comment-feedback-content .comment-feedback-content-item:hover{background:#4e6ef2;color:#fff}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-delete-wrapper .comment-delete-content,.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-delete-wrapper .comment-delete-content{background:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.09)}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-delete-wrapper .comment-delete-content .comment-delete-title,.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-delete-wrapper .comment-delete-content .comment-delete-title{color:#222}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-delete-wrapper .comment-delete-content .comment-delete-btns .comment-delete-btn,.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-delete-wrapper .comment-delete-content .comment-delete-btns .comment-delete-btn{background:#f5f5f6;color:#222}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-delete-wrapper .comment-delete-content .comment-delete-btns .comment-delete-btn.confirm,.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-delete-wrapper .comment-delete-content .comment-delete-btns .comment-delete-btn.confirm{background:#4e6ef2;color:#fff}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-delete-toast,.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-feedback-toast{background:rgba(17,17,17,.7);color:#fff}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-dynamic{color:#333}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-dynamic .comment-item-btn{color:#333}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-dynamic .comment-item-btn.active,.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-dynamic .comment-item-btn:hover{color:#6487fa}.second-comment.light .comment-list-item .comment-list-item-detail .comment-list-item-replies-wrapper .comment-list-item-reply-tip{color:#666}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-author .comment-list-item-author-name{color:#d7d8d9;opacity:.8}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-author .comment-list-item-author-name .comment-item-reply-tip{color:rgba(248,248,248,.6)}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-content{color:#d7d8d9}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info{color:#999}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-feedback-wrapper .comment-feedback-content,.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-feedback-wrapper .comment-feedback-content{background:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.09)}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-feedback-wrapper .comment-feedback-content .comment-feedback-content-item,.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-feedback-wrapper .comment-feedback-content .comment-feedback-content-item{background:#f5f5f6;color:#222}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-feedback-wrapper .comment-feedback-content .comment-feedback-content-item:hover,.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-feedback-wrapper .comment-feedback-content .comment-feedback-content-item:hover{background:#4e6ef2;color:#fff}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-delete-wrapper .comment-delete-content,.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-delete-wrapper .comment-delete-content{background:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.09)}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-delete-wrapper .comment-delete-content .comment-delete-title,.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-delete-wrapper .comment-delete-content .comment-delete-title{color:#222}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-delete-wrapper .comment-delete-content .comment-delete-btns .comment-delete-btn,.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-delete-wrapper .comment-delete-content .comment-delete-btns .comment-delete-btn{background:#f5f5f6;color:#222}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-delete .comment-delete-wrapper .comment-delete-content .comment-delete-btns .comment-delete-btn.confirm,.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-list-item-feedback .comment-delete-wrapper .comment-delete-content .comment-delete-btns .comment-delete-btn.confirm{background:#4e6ef2;color:#fff}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-delete-toast,.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-left-info .comment-feedback-toast{background:rgba(17,17,17,.7);color:#fff}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-dynamic{color:#999}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-dynamic .comment-item-btn{color:#999}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-dynamic .comment-item-btn.active,.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-self-wrapper .comment-list-item-info .comment-list-item-dynamic .comment-item-btn:hover{color:#6487fa}.second-comment.dark .comment-list-item .comment-list-item-detail .comment-list-item-replies-wrapper .comment-list-item-reply-tip{color:#666}.comment-delete-pop-content .comment-delete-wrapper{display:block;padding-top:10px;z-index:1;position:relative}.comment-delete-pop-content .comment-delete-wrapper .comment-delete-content{background:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.09);border-radius:14px;padding:28px 24px;text-align:center}.comment-delete-pop-content .comment-delete-wrapper .comment-delete-content .comment-delete-title{font-size:20px;color:#222;line-height:20px;white-space:nowrap}.comment-delete-pop-content .comment-delete-wrapper .comment-delete-content .comment-delete-btns{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px}.comment-delete-pop-content .comment-delete-wrapper .comment-delete-content .comment-delete-btns .comment-delete-btn{background:#f5f5f6;border-radius:22px;width:81px;height:32px;line-height:32px;font-size:14px;color:#222;cursor:pointer}.comment-delete-pop-content .comment-delete-wrapper .comment-delete-content .comment-delete-btns .comment-delete-btn.confirm{background:#4e6ef2;color:#fff;margin-left:14px}.comment-feedback-pop-content .comment-feedback-wrapper{padding-top:10px;z-index:1;display:block;position:relative}.comment-feedback-pop-content .comment-feedback-wrapper .comment-feedback-title{font-size:20px;color:#222;text-align:center;display:block;height:24px;line-height:24px;margin-bottom:20px}.comment-feedback-pop-content .comment-feedback-wrapper .comment-feedback-content{background:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.09);border-radius:14px;padding:28px 24px;padding-right:8px;width:384px}.comment-feedback-pop-content .comment-feedback-wrapper .comment-feedback-content .comment-feedback-content-item{background:#f5f5f6;border-radius:22px;width:176px;height:32px;line-height:32px;font-size:14px;color:#222;text-align:center;display:inline-block;margin-bottom:12px;margin-right:16px;cursor:pointer}.comment-feedback-pop-content .comment-feedback-wrapper .comment-feedback-content .comment-feedback-content-item.other{width:368px;display:block;margin-bottom:0}.comment-feedback-pop-content .comment-feedback-wrapper .comment-feedback-content .comment-feedback-content-item:hover{background:#4e6ef2;color:#fff}
/*!wiki-common:modules/second/secondPlayer/plugins/Watermark/index.less*/
.second-video-watermark{position:absolute;left:0;right:0;top:0;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;z-index:0}.second-video-watermark .second-video-watermark-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;z-index:3;display:none}
/*!wiki-common:modules/second/Base/BaseLeft/Player/Mini/MiniPlayButton/index.less*/
.bkplayer .bkplayer-ui .bkplayer-mini-panel .bkplayer-mini-play-button{-js-display:flex;display:-ms-flexbox;display:flex;cursor:pointer;color:#fff;position:absolute;left:50%;top:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;transition:opacity .1s ease-out;font-size:24px}.bkplayer .bkplayer-ui .bkplayer-mini-panel .bkplayer-mini-play-button .bkplayer-icon-play{display:none}.bkplayer .bkplayer-ui .bkplayer-mini-panel .bkplayer-mini-play-button .bkplayer-icon-pause{display:none}.bkplayer .bkplayer-ui .bkplayer-mini-panel .bkplayer-mini-play-button.hide{display:none}.bkplayer .bkplayer-ui:hover .bkplayer-mini-panel .bkplayer-mini-play-button{opacity:1;z-index:2}.bkplayer.bkplayer-status-paused .bkplayer-ui .bkplayer-mini-panel .bkplayer-mini-play-button .bkplayer-icon-play{-js-display:flex;display:-ms-flexbox;display:flex}.bkplayer.bkplayer-status-paused .bkplayer-ui .bkplayer-mini-panel .bkplayer-mini-play-button .bkplayer-icon-pause{display:none}.bkplayer.bkplayer-status-paused .bkplayer-ui .bkplayer-mini-panel .bkplayer-mini-play-button.hide{display:none}.bkplayer.bkplayer-status-playing .bkplayer-ui .bkplayer-mini-panel .bkplayer-mini-play-button .bkplayer-icon-play{display:none}.bkplayer.bkplayer-status-playing .bkplayer-ui .bkplayer-mini-panel .bkplayer-mini-play-button .bkplayer-icon-pause{-js-display:flex;display:-ms-flexbox;display:flex}.bkplayer.bkplayer-status-playing .bkplayer-ui .bkplayer-mini-panel .bkplayer-mini-play-button.hide{display:none}
/*!wiki-common:modules/second/Base/BaseLeft/Player/Mini/MiniControls/index.less*/
.bkplayer-mini-panel .bkplayer-mini-controls{-js-display:flex;display:-ms-flexbox;display:flex;opacity:0;height:30px;position:absolute;left:0;top:0;right:0;padding:0 8px;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:15px;color:#fff;background-image:linear-gradient(180deg,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%)}.bkplayer-mini-panel .bkplayer-mini-controls .right-btns{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.bkplayer-mini-panel .bkplayer-mini-controls .bkplayer-mini-icon{font-size:18px;cursor:pointer;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.bkplayer-mini-panel .bkplayer-mini-controls .bkplayer-mini-icon.bkplayer-mini-btn-dialog{font-size:18px}.bkplayer-mini-panel .bkplayer-mini-controls .bkplayer-mini-icon .bkplayer-mini-icon-text{display:none;font-size:12px;color:rgba(255,255,255,.8);margin-left:5px}.bkplayer-mini-panel .bkplayer-mini-controls .bkplayer-mini-btn-ever{font-size:12px;margin-right:10px;position:relative}.bkplayer-mini-panel .bkplayer-mini-controls .bkplayer-mini-btn-ever .bkplayer-mini-btn-text{margin-left:3px}.bkplayer-mini-panel .bkplayer-mini-controls .bkplayer-mini-btn-ever .bkplayer-mini-ever-toast{display:none;position:absolute;top:20px;width:200px;right:-30px;background:rgba(17,17,17,.7);padding:2px 5px;border-radius:5px;text-align:center;color:#fff;font-size:12px}.bkplayer-mini-panel .bkplayer-mini-controls .bkplayer-mini-btn-ever:hover .bkplayer-mini-ever-toast{display:block}.bkplayer-mini-panel .bkplayer-mini-controls .bkplayer-mini-btn-dialog:hover .bkplayer-mini-icon-text{display:block}
/*!wiki-common:modules/second/Base/BaseLeft/Player/Mini/MiniTitle/index.less*/
.bkplayer-mini-panel .bkplayer-mini-title{display:block;opacity:0;background-image:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);height:30px;line-height:30px;font-size:12px;color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;position:absolute;bottom:3px;left:0;right:0;padding:0 5px}
/*!wiki-common:modules/second/Base/BaseLeft/Player/Mini/MiniProgressBar/index.less*/
.bkplayer-mini-panel .bkplayer-mini-progress-bar{position:absolute;left:5px;right:5px;bottom:0;height:3px;background:rgba(231,231,231,.5)}.bkplayer-mini-panel .bkplayer-mini-progress-bar .bkplayer-mini-progress-bar-fill{background:#459df5;height:100%}
/*!wiki-common:modules/second/Base/BaseLeft/Player/Mini/MiniComplete/index.less*/
.bkplayer-mini-panel .bkplayer-mini-complete-mask{position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);display:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.bkplayer-mini-panel .bkplayer-mini-complete-mask.show{-js-display:flex;display:-ms-flexbox;display:flex}.bkplayer-mini-panel .bkplayer-mini-complete-mask .bkplayer-mini-complete-mask-btns{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#fff;font-size:36px}.bkplayer-mini-panel .bkplayer-mini-complete-mask .bkplayer-mini-complete-mask-btns .bkplayer-mini-complete-mask-btn{cursor:pointer;margin-left:50px;font-size:30px!important}.bkplayer-mini-panel .bkplayer-mini-complete-mask .bkplayer-mini-complete-mask-btns>:first-child{margin-left:0}.bkplayer-mini-panel .bkplayer-mini-complete-mask .bkplayer-mini-complete-mask-tip{font-size:12px;position:absolute;margin-top:20px;top:50%;max-width:220px;color:#fff}