.lv-video-player{width:100%;margin:18px auto}.lv-video-box{position:relative;width:100%;background:#000;border-radius:14px;overflow:hidden}.lv-video{display:block;width:100%;aspect-ratio:16/9;background:#000;object-fit:contain}.lv-video-info{padding:14px 4px 12px;border-bottom:1px solid rgba(0,0,0,8%)}.lv-video-playing-label{margin-bottom:5px;font-size:12px;color:#888}.lv-video-playing-title{font-size:18px;line-height:1.45;font-weight:600}.lv-video-list{margin-top:12px}.lv-video-item{display:flex;align-items:center;width:100%;border:0;font:inherit;text-align:left;cursor:pointer;min-height:58px;margin-bottom:9px;padding:10px 14px;box-sizing:border-box;border-radius:12px;background:rgba(0,0,0,.035);cursor:pointer;transition:background .2s ease,transform .1s ease}.lv-video-item:hover{background:rgba(0,0,0,7%)}.lv-video-item:active{transform:scale(.99)}.lv-video-item.active{background:rgba(0,0,0,9%)}.lv-video-number{width:34px;flex-shrink:0;font-size:14px;color:#999}.lv-video-title{flex:1;min-width:0;padding-right:10px;font-size:16px;line-height:1.45}.lv-video-play-icon{width:26px;flex-shrink:0;text-align:right;font-size:13px;color:#888}.lv-video-item.active .lv-video-play-icon{color:#333}.lv-video-message{padding:25px 10px;text-align:center;font-size:14px;color:#888}@media(max-width:600px){.lv-video-player{margin:12px auto}.lv-video-box{border-radius:12px}.lv-video-info{padding:12px 3px 11px}.lv-video-playing-label{font-size:12px}.lv-video-playing-title{font-size:17px;line-height:1.4}.lv-video-list{margin-top:10px}.lv-video-item{min-height:56px;margin-bottom:8px;padding:10px 12px;border-radius:12px}.lv-video-number{width:31px;font-size:13px}.lv-video-title{font-size:15px;line-height:1.45}.lv-video-play-icon{width:24px;font-size:12px}}@media(max-width:360px){.lv-video-item{min-height:52px;padding:9px 10px}.lv-video-number{width:28px}.lv-video-title{font-size:15px}}