<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.fixBar {
    position: fixed; z-index:9999999999999999; margin-top:250px;right:0px;
}

.fixBar .sq {
    display: block;
    margin-top: 0px;
    width: 350px;
    height: auto;
    border: 1px solid #d70512;
    background-color: #fff;
}


.fixBar .sq .bolck3  { background:#0C0;}

.fixBar .sq .bolck3 .player {
    position: relative; overflow:hidden; height:141px;
}
/*.fixBar .sq .bolck3 .video::after{*/
    /*content: '';*/
    /*position: absolute;*/
    /*top:50%;*/
    /*left: 50%;*/
    /*margin-left: -27px;*/
    /*margin-top: -26px;*/
    /*width: 54px;*/
    /*height: 52px;*/
    /*background-image: url(../images/document/player.png);*/
    /*background-repeat: no-repeat;*/
/*}*/
.fixBar .sq .bolck3 .player img{
    display: block;
    width: 100%;
    height: 185px;
}
.fixBar .sq .bolck3 .tl{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #d70512;
}</pre></body></html>