<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.videosListDiv&gt;div{
	position: relative;
}
.iframeVideo{
	width:100%;
	height:420px;
	border-radius: 12px;
	border:1px solid #d9d9d9;
	overflow:hidden;
	text-align:center;
	position: relative;
	z-index:1;
}
.iframeVideo.absolute{
	position:absolute;
	top:0;
	z-index:0;
}
.previewImg{
	height:100%;
	width:100%;
}
.bVideo{
	top:1px;
	left:1px;
	right:1px;
	padding:10px;
	border-radius:6px 6px 0 0;
	position:absolute;
	height:100px;
	background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,0));
	
}
.logoYtb {
	border-radius: 8px;
	background: rgba(0,0,0,.7);
	right: 12px;
	bottom: 5px;
	height: 40px;
	position: absolute;
	display: block;
	z-index:3;
}
.logoYtb:after {
	content:"";
	display: block;
	height: 20px;
	width: 85px;
	margin: 10px 12px 0 12px;
	background: url("/img/global/all_icons.png") no-repeat;
	background-position: -1px -429px;
	cursor:pointer;
}
.full{
	background: none;
	bottom:1px;
	height:auto;
}
.imgCY{
	width: 40px;
	height: 40px;
	border-radius:40px;
	margin-right:10px;
	border-radius:40px;
	background: #fff url("/img/global/all_icons.png?1") no-repeat;
	background-position: -69px -352px;
	float:left;
}
.titleVideoY{
	line-height:40px;
	text-align:left;
	line-height:40px;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:254px;
}
.errorVideo{
	width: 280px;
	height: 50px;
	position: absolute;
	background: rgba(0,0,0,0.85);
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	padding-top: 4px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -140px;
	border-radius: 10px;
	cursor: pointer;
	transition: all .3s;
	z-index: 1;
	opacity: 1;
	color: #fff;
}
.errorVideo.hidden{
	opacity: 0;
}
.bRunVideo{
	width:70px;
	height:70px;
	position:absolute;
	background:#e5be93;
	color:#fff;
	font-size:32px;
	line-height:72px;
	padding-left:6px;
	top:50%;
	left:50%;
	margin-top:-35px;
	margin-left:-35px;
	border-radius:70px;
	cursor:pointer;
    transition:all 0.3s;
	z-index: 1;
	opacity:0.9;
}
.bRunVideo:after{
	content:"â–¶";
}
.iframeVideo:hover&gt;.bRunVideo{
	opacity:1;
}

.run&gt;.bRunVideo{
	color:#e5be93;
    border: 8px solid #fff;
    border-bottom-color: transparent;
	background:transparent;
    animation: rotation 1s linear infinite;
}

.run&gt;.bRunVideo:after{
	content:"";
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} </pre></body></html>