
/*视频资源播放器*/

.tui-video-source {width:530px;height:378px; position:relative;}
.tui-video-source .tui-figure--cover{height:378px;}
.tui-video-source .tui-figure--cover .figure{height:303px; width:530px;z-index:3;}
.tui-video-source .tui-figure--cover .figure img{height:303px;position: absolute;z-index: 0;top:0;left:0; }

.tui-video-source .figure-info{background:rgba(255,255,255,1);padding:18px 120px 15px 20px;height:76px;vertical-align: middle;}
.tui-video-source .figure-info-tit a{font-size:16px; line-height: 20px;}
.tui-video-source .figure-summary{color:#858585; margin-top:4px;font-size: 12px;}
.tui-video-source .figure-other{z-index: 1; min-width:84px;height:32px;position:absolute;right:20px;top:24px;}
.tui-video-source .figure-other .icon-btn{width:32px;height:32px;opacity:0.8; display: inline-block;}
.tui-video-source .figure-other .icon-btn:hover{opacity:1;}

.tui-video-source .icon-like{background:url(../../images/common/sprites/icon-video-like.png?__sprite) no-repeat;}
.tui-video-source .icon-like:hover{background:url(../../images/common/sprites/icon-video-like-h.png?__sprite) no-repeat;}
.tui-video-source .icon-like.disabled{background:url(../../images/common/sprites/icon-video-liked.png?__sprite) no-repeat;opacity: 1;cursor: pointer;}
.tui-video-source .icon-next{background:url(../../images/common/sprites/icon-video-next.png?__sprite) no-repeat;margin-left:10px;}
.tui-video-source .icon-next:hover{background:url(../../images/common/sprites/icon-video-next-h.png?__sprite) no-repeat;}
.tui-video-source .video-wp {
    height:inherit;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.tui-video-source .video-wp video{object-fit: cover;}
.tui-video-source .figure{border-radius: 4px 4px 0 0;}