body {
    margin: 0px;
}
.fixBar {
    position: relative;
}
.fixBar .zk {
    text-align: center;
    width: 160px;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    display: none;
}
.fixBar .zk-left {
    background-color: #d70512;
    background-image: url(/images/pop/pop-arrow-right.png);
    background-position: 138px center;
    background-repeat: no-repeat;
    left: 5px;
}
.fixBar .zk-left img{
    margin: 8px 10px auto auto;
    width: 90px;
    height: 30px;
}
.fixBar .zk-right {
    background-color: #d70512;
    background-image: url(/images/pop/pop-arrow-left.png);
    background-position: 18px center;
    background-repeat: no-repeat;
    right: 5px;
}
.fixBar .zk-right img {
    width: 90px;
    height: 30px;
    margin: 8px auto auto 20px;
}
.fixBar .sq {
    display: block;
    margin-top: 0px;
    width: 350px;
    height: auto;
    border: 1px solid #d70512;
    background-color: #fff;
}
.fixBar .sq .title{
    padding: 0 18px;
    height: 52px;
    background-color: #d70512;
}
.fixBar .sq .title>img{
    width: 120px;
    height: 35px;
    margin-top: 8px;
}
.fixBar .sq .title .sq-btn{
    float: right;
    margin-top: 13px;
    width: 65px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #d70512;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 12px;
}
.fixBar .sq .title .sq-btn img{
    vertical-align: baseline;
    margin-right: 5px;
}
.fixBar .sq .bolck1{
    background-color: #fdf7f7;
}
.fixBar .sq .bolck1 .tl{
    text-align: center;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #d70512;
}
.fixBar .sq .bolck1 .jb{
    padding: 12px 18px;
    border-bottom: 1px dashed #d70512;
    overflow: hidden;
}
.fixBar .sq .bolck1 .jb img{
    float: left;
}
.fixBar .sq .bolck1 .jb>div{
    float: right;
    font-size: 16px;
    color: #999;
}
.fixBar .sq .bolck1 .jb>div div{
    margin-top: 5px;
}
.fixBar .sq .bolck1 .jb>div .bule-color{
    color: #4e57fa;
}
.fixBar .sq .bolck1 .jb>div a{
    margin-left: 12px;
    font-size: 16px;
    color: #d70512;
}
.fixBar .sq .bolck2{
    padding: 12px 28px;
    overflow: hidden;
}
.fixBar .sq .bolck2 .tl{
    font-size: 16px;
}
.fixBar .sq .bolck2 .tl a{
    float: right;
    font-size: 14px;
    color: #4e57fa;
}
.fixBar .sq .bolck2 .zs{
    text-align: center;
    color: #666;
    font-size: 14px;
    padding: 20px 0 10px 0;
}
.fixBar .sq .bolck2 .zs span{
    display: inline-block;
    margin: auto 15px;
    line-height: 25px;
}
.fixBar .sq .bolck3 .player {
    position: relative;
}
/*.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: 190px;
}
.fixBar .sq .bolck3 .tl{
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #d70512;
}