.video-course-container{min-height:calc(100vh - 175px);margin-top:16px;margin-bottom:24px;text-align:left;display:flex;justify-content:center}.video-course-container .video-course-inner{width:1200px;max-width:calc(100% - 40px)}.video-course-container .course-top{display:flex;gap:16px;height:620px}.video-course-container .course-top .course-top-left{flex:1;min-width:0;height:100%;border-radius:12px;background-color:#0f172a;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15)}.video-course-container .course-top .course-top-left .video-title{height:64px;line-height:64px;padding-left:28px;font-size:18px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:hsla(0,0%,100%,.95);background:linear-gradient(180deg,rgba(0,0,0,.6),transparent);z-index:10}.video-course-container .course-top .course-top-left .video-div{flex:1;width:100%;background:#000;position:relative}.video-course-container .course-top .course-top-left .video-div .video-player{width:100%;height:100%}.video-course-container .course-top .course-top-left .video-div .video-player ::v-deep .video-js{width:100%!important;height:100%!important}.video-course-container .course-top .course-top-left .video-controller{height:54px;display:flex;align-items:center;justify-content:flex-end;padding:0 28px;background:linear-gradient(0deg,rgba(0,0,0,.4),transparent)}.video-course-container .course-top .course-top-left .video-controller .collection-btn{display:inline-flex;align-items:center;cursor:pointer;padding:6px 12px;border-radius:20px;transition:background-color .2s ease}.video-course-container .course-top .course-top-left .video-controller .collection-btn:hover{background-color:hsla(0,0%,100%,.1)}.video-course-container .course-top .course-top-left .video-controller .collection-btn img{width:22px;height:22px}.video-course-container .course-top .course-top-left .video-controller .collection-btn .collection-count{margin-left:6px;font-size:14px;font-family:PingFang-SC-Medium,PingFang-SC;font-weight:500;color:hsla(0,0%,100%,.9)}.video-course-container .course-top .course-top-right{width:380px;flex:0 0 380px;height:100%;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.04);display:flex;flex-direction:column;border:1px solid #f1f5f9}.video-course-container .course-top .course-top-right .chapter-list-title{padding:20px 24px;font-size:16px;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#1e293b;border-bottom:1px solid #f1f5f9;position:relative}.video-course-container .course-top .course-top-right .chapter-list-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:18px;background:#00b0ab;border-radius:0 4px 4px 0}.video-course-container .course-top .course-top-right .chapter-list{flex:1;overflow-y:auto;padding:12px}.video-course-container .course-top .course-top-right .chapter-list::-webkit-scrollbar{width:4px}.video-course-container .course-top .course-top-right .chapter-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.video-course-container .course-top .course-top-right .chapter-list .chapter-row{padding:14px 16px;margin-bottom:8px;border-radius:8px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.video-course-container .course-top .course-top-right .chapter-list .chapter-row:hover{background:#f8fafc;border-color:#f1f5f9}.video-course-container .course-top .course-top-right .chapter-list .chapter-row .chapter-title{font-size:15px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#334155;line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.video-course-container .course-top .course-top-right .chapter-list .chapter-row .chapter-info{display:flex;justify-content:space-between;font-size:13px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#64748b}.video-course-container .course-top .course-top-right .chapter-list .chapter-row .chapter-info div{display:flex;align-items:center}.video-course-container .course-top .course-top-right .chapter-list .chapter-row .chapter-info div i{margin-right:4px;font-size:14px}.video-course-container .course-top .course-top-right .chapter-list .chapter-row.current-chapter{background:#f0fdfc;border-color:#ccfbf9;border-left:3px solid #00b0ab}.video-course-container .course-top .course-top-right .chapter-list .chapter-row.current-chapter .chapter-title{color:#00b0ab;font-weight:600}.video-course-container .course-top .course-top-right .chapter-list .chapter-row.current-chapter .chapter-info{color:#0d9488}