.video-player .aplayer-panel{
    background-position: 0 0;
}

.aplayer-bg {
    background: url("../images/player_theme_vjs/all.png") no-repeat;
}

.aplayer-panel {
    padding-left: 50px;
    height: 70px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-top: 8px;
}
.aplayer-panel .aplayer-bg {
    background-position: right -37px;
    color: #aaa;
    font-size: 12px;
    padding-right: 110px;
    height: 38px;
    line-height: 1;
    overflow: hidden;
}
.aplayer-panel .aplayer-bg span {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
}

.aplayer-panel .aplayer-bg span em.f {
    left: 0;
}
.aplayer-panel .aplayer-bg span em.l {
    right: 0;
}
.aplayer-panel .aplayer-bg span em {
    font-style: normal;
    font-weight: normal;
    color: #aaa;
    font-size: 12px;
    position: absolute;
    font-family: Arial,Helvetica,sans-serif;
}

.aplayer-panel .aplayer-bg span span {
    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    width: 100%;
    height: 7px;
    padding:0 34px 0 32px;
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
}
.aplayer-panel .aplayer-bg span span i:before{
        content: '\f111';
}
.aplayer-panel .aplayer-bg span span i {
    width: 100%;
    display: block;
    height: 7px;
    overflow: hidden;
    border-radius: 5px;
    border-bottom: 1px solid #fff;
    background-color: #cfcfcf;
}
.aplayer-panel iframe {
    position: absolute;
    top: 0;
    left: 0;
}


@media (max-width: 425px) {
    .aplayer-panel .aplayer-bg{
        background: none;
        padding-right: 0;
    }
}
