.video-list{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;margin-bottom:30px;}
.video-item{background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:transform 0.3s ease;}
.video-item:hover{transform:translateY(-5px);}
.video-thumb{width:100%;object-fit:cover;}
.video-info{padding:15px;}
.video-title a,.video-desc a{color:inherit;text-decoration:none;transition:color 0.3s ease;}
.video-title a:hover,.video-desc a:hover{}
.video-title{font-size:14px;font-weight:bold;margin-bottom:10px;color:#333;}
.video-desc{font-size:12px;color:#ccc;line-height:1.4;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;}
.video-list{padding:0;}
.video-list *{transition:all .5s;}
.video-list iframe,.video-list video{width:100%;position:absolute;left:0;bottom:0;height:100%;}
.video-list .item .image .icon{z-index:3;}
.video-list .item{padding:7px}
 .video-list .item .box{background-color:#FFF;height:100%}
 .video-list .item .image{cursor:pointer;position:relative}
.video-list .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;background:rgba(255, 255, 255, 0.8);border-radius:50%;cursor:pointer;border:none;transition:0.3s;}
 .video-list  .play-btn::before {content: ''; position: absolute;left: 70%;top: 50%;transform: translate(-50%, -50%); border: 15px solid transparent; border-left: 20px solid #333;}
@media(max-width:768px){.video-list{padding:15px 0!important}
.video-list .item{padding:5px}
.video-list .item .text{padding:10px}
.video-list .item .text .title{padding-bottom:0}
}
@media(max-width:480px){.video-list .item{width:100%;padding:5px 0!important}
}
@media (max-width:768px){.video-list{grid-template-columns:1fr;}
.video-thumb{}
.video-title{font-size:14px;}
.video-desc{font-size:12px;}
.video-title a,.video-desc a{display:block;padding:2px 0;}
}


.videocontainer{background:rgba(0,0,0,0.8);}
.video-detail{background:rgba(0,0,0,0.8);}
.video-detail-ms{padding:10px 0 30px;}
.video-detail-ms .col-md-9,
.video-detail-ms .col-md-3{padding:0;}
.video-detail-ms .carousel-inner{width:75%;min-height:600px;margin-bottom:0;}
.video-detail-ms .video-desc-box{width:100%;padding:20px 15px;background:rgba(0,0,0,0.1);border-top:1px solid rgba(255,255,255,0.08);}
.video-detail-ms .video-desc-box h1.title,
.video-detail-ms .video-desc-box .h1.title{font-size:22px;color:#eee;margin:10px 0 15px;line-height:30px;}
.video-detail-ms .video-desc-box .text{line-height:20px;overflow:auto;font-size:12px;color:#999;}
.video-detail-ms .carousel-inner .video-box{width:100%;min-height:600px;background:rgba(0,0,0,0.95);}
.video-detail-ms .carousel-inner .video-box video{width:100%;height:100%;position:absolute;}
.video-detail-ms .carousel-inner .video-box .vjs-big-play-button span{line-height: 66px;}
.video-detail-ms .video-desc-box .video-share{padding:15px 0 0;border-top:1px solid rgba(255,255,255,0.08);margin-top:15px;}
.video-detail-ms .video-desc-box .video-share .share-font{font-size:12px;color:#999;float:left;line-height:35px;}
.video-detail-ms .video-desc-box .video-share .share-icon{padding-left:10px;float:left;}
.video-detail-ms .carousel-inner > .item > img{max-width:1920px;width:100%;height:600px;}
.video-detail-ms .carousel-indicators{background:rgba(0,0,0,0.8);width:100%;min-height:600px;max-height:600px;overflow-y:auto;overflow-x:hidden;position:relative;z-index:1;left:0;margin-left:0;bottom:0;text-align:left;margin-bottom:0;}
.video-detail-ms .carousel-indicators li{text-indent:inherit;width:100%;height:85px;padding:10px 8px;border:none;border-radius:0;margin:0;opacity:0.7;display:block;border-bottom:1px solid rgba(255,255,255,0.1);position:relative;z-index:1;}
.video-detail-ms .carousel-indicators li.active{opacity:1;margin:0;border:none;color:#eee;background:rgba(255,255,255,0.2);}
.video-detail-ms .carousel-indicators li:hover{background:rgba(255,255,255,0.06);}
.video-detail-ms .carousel-indicators li.active:hover{opacity:1;background:none;color:#fff;}
.video-detail-ms .carousel-indicators li img{width:100%;height:100%;display:block;}
.video-detail-ms .carousel-indicators li .text{font-size:12px;height:65px;line-height:22px;overflow:hidden;padding:0 0 0 10px;display:inline-block;text-align:left;}
.video-detail-ms .carousel-indicators li .video-xs-img{overflow:hidden;height:65px;}
.video-detail-ms .col-xs-5,
.video-detail-ms .col-xs-7{padding:0;}
.video-detail-ms .videocur{width:100%;float:none;}
.video-detail-ms .videolist{position:absolute;top:0;right:0;}
@media(max-width:980px){  
.video-detail-ms .videolist{position:static;}
.video-detail-ms .carousel-inner{width:100%;height:auto;margin-bottom:5px;}
.video-detail-ms .carousel-inner > .item > img{width:100%;height:auto;}
}
@media(max-width:767px){
.video-detail-ms .col-xs-5,
.video-detail-ms .col-xs-7{width:100%;}
.video-detail-ms .carousel-indicators{width:100%;overflow-x:hidden;overflow-y:auto;height:auto;min-height:0;max-height:145px;}
.video-detail-ms .carousel-inner,
.video-detail-ms .carousel-inner .video-box{min-height:0;}
.video-detail-ms .carousel-inner .video-box video{position:relative;z-index:1;}
.video-detail-ms .carousel-indicators li{width:25%;float:left;}
}
@media(max-width:480px){
.video-detail-ms .carousel-indicators li{width:50%;height:100px;}
.video-detail-ms .carousel-indicators li.active{height:100px;}
.video-detail-ms .carousel-indicators li .text{height:22px;}
.video-detail-ms iframe{height:auto!important;}
}