body {
    -moz-user-select: none;
    -webkit-user-select: none;
}
.vcp-player video {
    display: block;
    overflow: hidden;
}
.vcp-fullscreen.vcp-player,
.vcp-fullscreen video,
body.vcp-full-window {
    width: 100% !important;
    height: 100% !important;
}
body.vcp-full-window {
    overflow-y: auto;
}
.vcp-full-window .vcp-player {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2147483647;
}
.vcp-pre-flash,
.vcp-video {
    width: 100%;
    height: 100%;
}
.vcp-pre-flash {
    z-index: 999;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}
.vcp-controls-panel {
    position: absolute;
    bottom: 0;
    width: 90%;
    font-size: 14px;
    height: 3em;
    z-index: 1000;
    margin: 0 5%;
}
.vcp-controls-panel.show {
    -webkit-animation: fadeIn ease 0.8s;
    animation: fadeIn ease 0.8s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.vcp-controls-panel.hide {
    -webkit-animation: fadeOut ease 0.8s;
    animation: fadeOut ease 0.8s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.vcp-panel-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -background-color: #242424;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 1000;
}
.vcp-playtoggle {
    cursor: pointer;
    position: relative;
    z-index: 1001;
    width: 3.4em;
    height: 111%;
    float: right;
    bottom: 150%;
    right: 2%;
    background-size: 100% 100%;
    background-image: url(../img/TV-Pause.png);
}
.vcp-playtoggle:focus,
.vcp-playtoggle:hover {
    background-color: transparent;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.touchable .vcp-playtoggle:hover {
    background-color: transparent;
    opacity: 1;
}
.vcp-playing .vcp-playtoggle {
    background-image: url(../img/TV-Play.png);
}
.vcp-bigplay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white\\0;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1000;
    top: 0;
    left: 0;
}
.vcp-slider {
    position: relative;
    z-index: 1001;
    float: left;
    background: #c4c4c4;
    height: 10px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}
.vcp-slider .vcp-slider-track {
    width: 0;
    height: 100%;
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #fb7299;
}
.vcp-slider .vcp-slider-thumb {
    cursor: pointer;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1em !important;
    height: 10px;
    margin-left: -5px;
    width: 10px;
}
.vcp-slider-vertical {
    position: relative;
    width: 0.5em;
    height: 8em;
    top: -5.6em;
    z-index: 1001;
    background-color: #1c1c1c;
    opacity: 0.9;
    filter: alpha(opacity=90);
    cursor: pointer;
}
.vcp-slider-vertical .vcp-slider-track {
    background-color: #fb7299;
    width: 0.5em;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.vcp-slider-vertical .vcp-slider-thumb {
    cursor: pointer;
    position: absolute;
    background-color: #f0f8ff;
    width: 0.8em;
    height: 0.8em;
    border-radius: 0.8em !important;
    margin-top: -0.4em;
    top: 0;
    left: -0.15em;
}
.vcp-timeline {
    top: -10px;
    left: 0;
    height: 10px;
    position: absolute;
    z-index: 1001;
    width: 100%;
}
.vcp-timeline .vcp-slider-thumb {
    top: -4px;
}
.vcp-timeline .vcp-slider {
    margin-top: 8px;
    height: 2px;
    width: 100%;
}
.vcp-timeline:hover .vcp-slider {
    margin-top: 0;
    height: 10px;
}
.vcp-timeline:hover .vcp-slider-thumb {
    display: block;
    width: 16px;
    height: 16px;
    top: -3px;
    margin-left: -8px;
}
.vcp-timelabel {
    display: inline-block;
    line-height: 3em;
    float: left;
    color: #fff;
    padding: 0 30px;
}
.vcp-timelabel,
.vcp-volume {
    height: 3em;
    z-index: 1001;
    position: relative;
}
.vcp-volume {
    width: 1em;
    cursor: pointer;
    float: right;
    background-color: transparent;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.vcp-volume-icon {
    background-image: url("../img/volume.png");
    display: inline-block;
    width: 3em;
    height: 3em;
    position: absolute;
    left: 0;
    top: 0;
}
.vcp-volume-muted .vcp-volume-icon {
    background-image: url("../img/muted.png");
}
.vcp-volume .vcp-slider-vertical {
    top: -8.4em;
    left: 1em;
    display: none;
}
.vcp-volume .vcp-slider-track {
    position: absolute;
    bottom: 0;
}
.vcp-volume:hover .vcp-slider-vertical {
    display: block;
}
.vcp-volume .vcp-volume-bg {
    height: 8.8em;
    width: 2em;
    position: absolute;
    left: 0.25em;
    top: -8.8em;
    background: #242424;
    display: none;
}
.vcp-volume:hover .vcp-slider-vertical,
.vcp-volume:hover .vcp-volume-bg {
    display: block;
}
.vcp-fullscreen-toggle {
    position: relative;
    width: 2em;
    height: 2em;
    float: right;
    cursor: pointer;
    z-index: 1001;
    right: -4%;
    top: 14%;
    background-size: 100% 100%;
    background-image: url("../img/Icon_Fullscreen.png");
}
.vcp-fullscreen .vcp-fullscreen-toggle {
    background-image: url("../img/Icon_Fullscreen.png");
}
.vcp-loading {
    z-index: 1001;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
}
.vcp-loading:before {
    box-sizing: inherit;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid hsla(0, 0%, 100%, 0);
    border-left-color: #00bcd4;
    border-right-color: #fb7299;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.vcp-poster {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
}
.vcp-poster-pic {
    position: relative;
}
.vcp-poster-pic.cover,
.vcp-poster-pic.default {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.vcp-poster-pic.cover {
    width: 100%;
}
.vcp-poster-pic.stretch {
    width: 100%;
    height: 100%;
}
.vcp-error-tips {
    position: absolute;
    z-index: 1001;
    width: 100%;
    height: 4.5em;
    left: 0;
    top: 50%;
    color: #ff4500;
    margin-top: -5.25em;
    text-align: center;
    display: none;
}
.vcp-clarityswitcher {
    height: 3em;
    width: 3em;
    cursor: pointer;
    position: relative;
    z-index: 1001;
    float: right;
    background-color: transparent;
    opacity: 0.9;
}
.vcp-vertical-switcher-container {
    width: 3em;
    position: absolute;
    left: 0;
    bottom: 2.4em;
    background: #242424;
    display: none;
}
.vcp-vertical-switcher-current {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 3em;
}
.vcp-vertical-switcher-item {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 2em;
}
.vcp-vertical-switcher-item.current {
    color: #888;
}
.vcp-share > a {
    width: 3em;
    height: 3em;
    cursor: pointer;
    background-image: url(//imgcache.qq.com/open/qcloud/video/vcplayer/img/share_btn.png);
    opacity: 0.9;
    display: block;
}
.vcp-share {
    width: 3em;
    height: 3em;
    position: relative;
    float: right;
    z-index: 1001;
}
.vcp-vertical-share-container {
    width: auto;
    height: auto;
    position: absolute;
    background: rgba(36, 36, 36, 0.8);
    padding: 0.5em;
    overflow: hidden;
    display: none;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation: fadeOut ease 0.8s;
    animation: fadeOut ease 0.8s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation: fadeIn ease 0.8s;
    animation: fadeIn ease 0.8s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.player-jdyzm {
    position: fixed;
    right: 5%;
    top: 5%;
    width: 100px;
    height: 50px;
    margin: 0;
    padding: 0;
    color: hsla(0, 0%, 100%, 0.4);
    font-size: 12px;
    z-index: 656001878;
}
.player-jdyzm:after {
    text-align: center;
    font-size: 22px;
    content: "零视";
}
.player-jdyzm:before {
    text-align: center;
    object-fit: cover;
    width: 30px;
    height: 30px;
    content: url(https://lykep.com/favicon.ico);
    position: relative;
    top: 7px;
}
@media screen and (max-width: 600px) {
    .vcp-volume {
        width: 2em;
    }
}

/* 补充 */
body,
html,
#video-container {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

body {
    margin: 0;
    padding: 0;
}

#video-container {
    margin: 0px auto;
}

.vcp-error-tips {
    color: #fff;
}

a {
    color: #fff;
}

iframe {
    margin: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
}

#lyplayer {
    display: none;
}

#loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#loading-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #999;
    width: 100px;
    height: 30px;
    margin: -7px 0 0 -45px;
    text-align: center;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 18px;
}

#loading-content {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border: 3px solid #f00;
}

#loading-content:after {
    content: "";
    position: absolute;
    border: 3px solid #0f0;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

#loading-content:before {
    content: "";
    position: absolute;
    border: 3px solid #00f;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
}

#loading-content {
    border: 3px solid transparent;
    border-top-color: #4d658d;
    border-bottom-color: #4d658d;
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}

#loading-content:before {
    border: 3px solid transparent;
    border-top-color: #d4cc6a;
    border-bottom-color: #d4cc6a;
    border-radius: 50%;
    -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 3s linear infinite;
}

#loading-content:after {
    border: 3px solid transparent;
    border-top-color: #84417c;
    border-bottom-color: #84417c;
    border-radius: 50%;
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#content-wrapper {
    color: #fff;
    position: fixed;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
}

#header {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    height: 100px;
    background-color: #666;
}

#content {
    width: 800px;
    height: 1000px;
    margin: 0 auto;
    text-align: center;
    background-color: #888;
}
