.bjc-player-ad {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 5;
}

.bjc-player-ad .bjc-ad-opt {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 40px;
    right: 20px;
    height: 25px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.75);
    padding: 0 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px
}

.bjc-player-ad .bjc-ad-more {
    text-decoration: none;
    position: absolute;
    bottom: 40px;
    right: 20px;
    background: rgba(55, 164, 245, 0.95);
    width: 90px;
    height: 38px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 38px;
    font-size: 12px;
    color: #fff
}

.bjc-player-ad .bjc-ad-img {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bjc-player-ad .bjc-skip {
    cursor: pointer
}

.switch-definition {
    position: absolute;
    top: 48px;
    right: 18px;
    width: 116px;
    z-index: 999;
    font-family: STHeitiSC-Medium;
}

.switch-definition .switch-definition-btn {
    width: 80px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #fff;
    display: block;
    float: right;
    font-size: 18px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    background: transparent;
    cursor: pointer;
    opacity: .6;
}

.switch-definition .switch-definition-btn.press {
    opacity: 1
}

.switch-definition .switch-definition-btn>span {
    display: block;
    height: 25px;
    line-height: 25px
}

.switch-definition .definition-list {
    top: 8px;
    right: 8px;
    list-style: none;
    color: #fff;
    display: none;
    background: #181e2a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
    padding: 0;
    position: relative;
}

.switch-definition .definition-list:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #181e2a;
    right: 10px;
    top: -10px
}

.switch-definition .definition-list.definition-show {
    display: block
}

.switch-definition .definition-list li {
    height: 34px;
    line-height: 34px;
}

.switch-definition .definition-list li.active {
    color: #1795ff
}

html {
    height: 100%
}

body {
    height: 100%;
    margin: 0
}

#app {
    height: 100%
}

#main {
    height: 100%
}

.bjc-player-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

.bjc-player-wrapper .bjc-watermark {
    position: absolute;
    z-index: 3;
    width: 11%;
    height: auto
}

.bjc-player-wrapper .bjc-hide {
    display: none
}

.bjc-player-wrapper video {
    -o-object-fit: contain;
    object-fit: contain;
    background: #000
}

.bjc-player-wrapper .bjc-player-video {
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.bjc-player-wrapper .bjc-player-audio {
    width: 100%;
    height: 10%;
    bottom: 0;
    position: absolute
}

.bjc-player-wrapper .bjc-player-trigger {
    position: absolute;
    height: 56px;
    width: 56px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background: #878787;
    border: 2px solid #ebebeb;
    text-align: center
}

.bjc-player-wrapper .bjc-player-trigger .bjc-player-trigger-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #ebebeb;
    border-bottom: 10px solid transparent;
    margin-top: 18px;
    margin-left: 5px
}

.bjc-player-wrapper .bjc-error-tip {
    position: absolute;
    width: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    height: 200px;
    background-color: transparent;
    color: #fff;
    font-size: 20px
}

.bjc-player-wrapper.bjc-ad-show video {
    position: absolute;
    top: -1000px
}

.bjc-player-wrapper .audio-poster {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("img/audioCover_4cc93b9d0e.png") no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

.bjc-player-wrapper .audio-player-btn {
    position: absolute;
    width: 123px;
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}