﻿/*播放器收藏*/


.video_btnBar .leftBar .shoucang {
position: relative;
vertical-align: middle;
float: left;
margin-left: 29px;
height: 50px;
font-size: 14px;
line-height: 50px;
cursor: pointer;
}

.video_btnBar .leftBar .shoucang i {
width: 18px;
height: 20px;
display: inline-block;
vertical-align: middle;
margin-right: 6px;
}

.video_btnBar .leftBar .shoucang i svg {
width: 18px;
height: 18px;
display: block;
}

.video_btnBar .leftBar .shoucang .cls-1 {
fill: #8d8d8d;
}

.video_btnBar .leftBar .shoucang .scsvg1 {
display: inline-block;
}

.video_btnBar .leftBar .shoucang .scsvg2 {
display: none;
}

.video_btnBar .leftBar .shoucang:hover {
color: #bf0614;
}

.video_btnBar .leftBar .shoucang:hover .cls-1 {
fill: #bf0614;
}

.video_btnBar .leftBar .shoucang.active {
color: #bf0614;
}

.video_btnBar .leftBar .shoucang.active .cls-1 {
fill: #bf0614;
}