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

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

.aplayer-panel {
    padding-left: 52px;
    height: 45px;
    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: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

    box-sizing: border-box;
    width: 100%;
    height: 7px;
    padding: 0 41px;
    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: 4px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    background-color: #ddd;
}
.aplayer-panel iframe {
    position: absolute;
    top: 0;
    left: 0;
}
