html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}


#videoMain{
    width: 1365px;
    height: 625px;
    margin: auto;
    position: relative;
}

* {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}

.body-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#stats {
    top: 10px;
    left: 20px;
}

#iPhone-full-screen{
    width: 100%;
    height: 99999999px;
    display: none;
}

#video-box {
    /* width: 70%; */
    /* height: 90%; */
    /* position: absolute; */
    /* overflow: hidden; */
    /* top: 5%; */
    /* left: 15%; */
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
}

#video-box:fullscreen {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#video-box:-webkit-full-screen {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#video-box:-moz-full-screen {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#video-box:-ms-full-screen {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#video-box:-o-full-screen {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#video-box .video-control {
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    color: #fff;
    z-index: 101;
    font-size: 10px;
}

.video-control .control-icons>div {
    margin-right: 20px;
}



.video-control .control-right .icon {
    width: 18px;
    height: 28px !important;
    margin: 0 auto;
	background-position: center;
}


.authorContent {
    position: absolute;
    top: 18px;
    left: 18px;
}

.authorContent .author {
    margin-bottom: 10px;
    padding: 2px 0 2px 22px;
    line-height: 14px;
    background: url(../static/img/icon_people.png) no-repeat center left;
    background-size: 14px, 16px;
    font-size: 10px;
    color: #FFF;
    text-align: left;
}

.authorContent .nwatch {
    padding: 2px 0 2px 22px;
    line-height: 14px;
    background: url(../static/img/icon_eye.png) no-repeat center left;
    background-size: 14px, 16px;
    font-size: 10px;
    color: #FFF;
    text-align: left;
}

/* #video-box .title-box {
    position: absolute;
    top: 15px;
    left: 20px;
    color: lightblue;
    z-index: 2000;
    color: #fff;
}

.title-box p{
    display: inline-block;
    background-color: #2ea7df;
    border-radius: 3px;
    font-size: 12px;
    width: 110px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.zh .title-box p {
    width: 60px;
}

.title-box span{
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    vertical-align: middle;
} */

.video-right-control {
    width: 28px;
    /* height: 100%; */
    position: absolute;
    top: 21px;
    right: 0;
    margin-right: 16px;
    background: transparent;
    color: #fff;
    z-index: 101;
}

.video-right-control .control-icons>div {
    margin-bottom: 10px;
    width: 36px;
    height: 36px;
}

.video-control .progress-box {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 28px;
    left: 0;
    cursor: pointer;
    z-index: 2
}

.progress-box .video-length {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 18px;
    left: 0;
    background: #A0A0A0;
}

.progress-box .load-progress {
    width: 0;
    height: 2px;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 1;
    background: lightblue;
}

.progress-box .progress-now {
    width: 0;
    height: 2px;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 4;
    background: #0080F6;
}

.progress-box .progress-rightnow {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 50%;
    background:#0080F6;
    cursor: pointer;
    z-index: 3
}

.video-control .control-detail {
    height: 36px;
    width: 100%;
    position: relative;
    margin-bottom: 7px;
    overflow: hidden;
}

.control-detail .control-left {
    width: 40%;
    height: 36px;
    float: left;
    text-align: left;
    line-height: 36px;
}

.control-detail .control-right {
    width: 60%;
    height: 36px;
    float: left;
    margin-top: 1px;
    text-align: right;
    line-height: 36px;
}

.video-control .control-detail .icon {
    height: 18px;
    width: 18px;
}

.control-detail .icon {
    height: 26px;
    width: 22px;
    vertical-align: middle;
    cursor: pointer;
    background-size: 100%, 100%;
    /* background-position: 0px 5px; */
    border: hidden;
}

.control-left>div {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
}

.control-left .play-pause {
    margin-left: 16px;
    width: 30px;
    text-align: center;
}

.play-pause img {
    vertical-align: middle;
}

.video-play button {
    background: url(../static/img/H5Player/btn_play.png) no-repeat;
}

.video-pause button {
    background: url(../static/img/H5Player/btn_pause.png) no-repeat;
}

.mute-off button {
    background: url(../static/img/H5Player/img_sound.png) no-repeat;
    background-size: 100%, 100%;
}

.mute-on button {
    background: url(../static/img/H5Player/img_mute.png) no-repeat;
    background-size: 100%, 100%;
}

#full-screen button {
    background: url(../static/img/H5Player/img_fullscreen.png) no-repeat;
    background-size: 100%, 100%;
    background-position: 0 5px;
}

:fullscreen #full-screen button {
    background: url(../static/img/H5Player/img_fullscreenoff.png) no-repeat;
    background-size: 100%, 100%;
}

:-webkit-full-screen #full-screen button {
    background: url(../static/img/H5Player/img_fullscreenoff.png) no-repeat;
    background-size: 100%, 100%;
    background-position: 0 5px;
}

:-moz-full-screen #full-screen button {
    background: url(../static/img/H5Player/img_fullscreenoff.png) no-repeat;
    background-size: 100%, 100%;
    background-position: 0 5px;
}

:-ms-full-screen #full-screen button {
    background: url(../static/img/H5Player/img_fullscreenoff.png) no-repeat;
    background-size: 100%, 100%;
    background-position: 0 5px;
}

:-o-full-screen #full-screen button {
    background: url(../static/img/H5Player/img_fullscreenoff.png) no-repeat;
    background-size: 100%, 100%;
    background-position: 0 5px;
}

.VR-mode button {
    background: url(../static/img/btn_VR.png) no-repeat;
    background-size: 100%, 100%;
}

.mono-mode button {
    background: url(../static/img/H5Player/btn_VR.png) no-repeat;
    background-size: 100%, 100%;
}

.kandao-officialsite button {
    background: url(../static/img/btn_web_nor.png) no-repeat;
    background-size: 100%, 100%;
}

.kandao-officialsite a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #FFF;
    box-sizing: border-box;
}

.full-screen-view button {
    background: url(../static/img/btn_big.png) no-repeat;
    background-size: 100%, 100%;
}

.cancel-full-screen-view button {
    background: url(../static/img/btn_smal.png) no-repeat;
    background-size: 100%, 100%;
}

.like button {
    background: url(../static/img/like.png) no-repeat;
    background-size: 100%, 100%;
}

.sellike button {
    background: url(../static/img/btn_like_sel.png) no-repeat;
    background-size: 100%, 100%;
}

.home button {
    background: url(../static/img/btn_home_white.png) no-repeat;
    background-size: 100%, 100%;
}

.perspective button {
    background: url(../static/img/btn_perspective.png) no-repeat;
    background-size: 100%, 100%;
}

.planetoid button {
    background: url(../static/img/btn_planet.png) no-repeat;
    background-size: 100%, 100%;
}

.share-icon button {
    background: url(../static/img/btn_share_nor.png) no-repeat;
    background-size: 100%, 100%;
}

.devide-mode button {
    background: url(../static/img/btn_tuoluoyi_on.png) no-repeat;
    background-size: 100%, 100%;
}

.hands-mode button {
    background: url(../static/img/btn_tuoluoyi_off.png) no-repeat;
    background-size: 100%, 100%;
}

.cancelVRMode {
    position: absolute;
    top:15px;
    left: 15px;
    z-index: 101;
}

.cancelVRMode button {
    background: url(../static/img/cancelVRMode.png) no-repeat;
    background-size: 100%, 100%;
    border: none;
    width: 10px;
    height: 17px;
    z-index: 101;
}

#tipsContent {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
    z-index: 2;
    opacity: 0.7;
    background: #111111;
    border-radius: 10px;
    padding: 18px 0 10px 0;
}
#tipsContent .tipsImg {
    width: 90px;
    height: 70px;
    margin: 0 auto;
}

#tipsContent .tipsText {
    color: #FFF;
    font-size: 13px;
    text-align: center;
    padding-top: 5px;
}

.coverImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 210;
}

.coverImg img{
    width: 100%;
    height: 100%;
}

.control-left .time-box {
    font-size: 12px;
    line-height: 36px;
}

.time-box span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
}

.control-right .control-icons {
    height: 36px;
}

.control-icons>div {
    display: inline-block;
    /* width: 36px; */
    /* height: 36px; */
    line-height: 12px;
    text-align: center;
}

/* .control-icons .control-icon:last-child {
    margin-right: 6px;
} */

.video-box #kandaoPlayer {
    width: 100%;
    height: 100%;
}

#kandao-prompt {
    position: fixed;
    top: 45%;
    z-index: 50;
    width: 94%;
    height: 9%;
    line-height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    opacity: 0;
}

.prompt-right {
    right: -40.6%;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.prompt-left {
    left: -40.6%;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

#kandao-prompt .prompt-text {
    height: 50px;
    line-height: 56px;
    font-size: 14px;
}

#control-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: transparent;
    cursor: move;
}

#vr-prompt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.8);
    color: #dfc3b7;
    opacity: 0;
}

#vr-prompt .cardboard-image {
    width: 100%;
    height: 140px;
    margin-top: 13%;
}

#vr-prompt .image-height {
    display: inline-block;
    height: 100%;
}

#vr-prompt .prompt-text {
    margin-top: 10px;
}

#vr-prompt .kandao-logo {
    position: absolute;
    left: 0;
    bottom: 9%;
    width: 100%;
    height: 20px;
}

#horizontalScreen {
    position: absolute;
    top: 46%;
    left: 15%;
    width: 70%;
    height: 40px;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    line-height: 40px;
    border-radius: 4px;
    opacity: 0;
}

#horizontalScreen .prompt-text {}

canvas {
    cursor: pointer;
}

video::-webkit-media-controls-enclosure {
    /*ç¦ç”¨æ’­æ”¾å™¨æŽ§åˆ¶æ çš„æ ·å¼*/
    display: none !important;
}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}

#video-box .control-fadeIn {
    bottom: 0px;
    animation: controlFadeIn 500ms;
    -moz-animation: controlFadeIn 500ms;
    -webkit-animation: controlFadeIn 500ms;
    -o-animation: controlFadeIn 500ms;
}

#video-box .control-fadeOut {
    /* top: -4.7rem; */
    display: none;
    animation: controlFadeOut 500ms;
    -moz-animation: controlFadeOut 500ms;
    -webkit-animation: controlFadeOut 500ms;
    -o-animation: controlFadeOut 500ms;
}

#authorContent .control-fadeIn {
    top: -100px;
    animation: controlFadeIn 500ms;
    -moz-animation: controlFadeIn 500ms;
    -webkit-animation: controlFadeIn 500ms;
    -o-animation: controlFadeIn 500ms;
}

#authorContent .control-fadeOut {
    top: 18px;
    display: none;
    animation: controlFadeOut 500ms;
    -moz-animation: controlFadeOut 500ms;
    -webkit-animation: controlFadeOut 500ms;
    -o-animation: controlFadeOut 500ms;
}

#video-right-control .control-fadeIn {
    right: 0px;
    animation: controlFadeIn 500ms;
    -moz-animation: controlFadeIn 500ms;
    -webkit-animation: controlFadeIn 500ms;
    -o-animation: controlFadeIn 500ms;
}

#video-right-control .control-fadeOut {
    right: -100px;
    display: none;
    animation: controlFadeOut 500ms;
    -moz-animation: controlFadeOut 500ms;
    -webkit-animation: controlFadeOut 500ms;
    -o-animation: controlFadeOut 500ms;
}

#video-box .vr-prompt-fadeInOut {
    animation: vrPromptFadeInOut 3s;
    -moz-animation: vrPromptFadeInOut 3s;
    -webkit-animation: vrPromptFadeInOut 3s;
    -o-animation: vrPromptFadeInOut 3s;
}

#video-box .kandao-prompt-fadeInOut {
    animation: vrPromptFadeInOut 3s;
    -moz-animation: vrPromptFadeInOut 3s;
    -webkit-animation: vrPromptFadeInOut 3s;
    -o-animation: vrPromptFadeInOut 3s;
}

#video-box .horizontalScreenFadeInOut {
    animation: vrPromptFadeInOut 2s;
    -moz-animation: vrPromptFadeInOut 2s;
    -webkit-animation: vrPromptFadeInOut 2s;
    -o-animation: vrPromptFadeInOut 2s;
}

/* .banner-content {
    width: 100%;
    position: relative;
    top: 4.7rem;
    opacity: 0.7;
    background-color: #000;
    padding-bottom: 0.2rem;
    z-index: 1;
}

.kandao-text {
    width: 100%;
    height: 19px;
    line-height: 19px;
    font-size: 15px;
    text-align: center;
    padding: 19px 0 14px;
}
.kandao-text .line {
    display: inline-block;
    width: 1.3rem;
    border-top: 1px solid #FFF;
}
.kandao-text .text {
    color: #FFF;
    vertical-align: middle;
    vertical-align: -20%;
}

.banner-content .banner-img {
    width: 89%;
    margin: 0 auto;
    
}

.banner-img img {
    width: 100%;
    cursor: move;
    z-index: 1001;
} */


.download {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.shareText {
    text-align: center;
    width: 100%;
    position: absolute;
    margin-top: 7%;
    color: #FFF;
    display: none;
}

.showdownload {
    display: block;
    z-index: 102;
    top: 0;
}

.download .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
}

.download .close button {
    background: url("../static/img/close.png") no-repeat center center;
    /* background-size: 14px, 16px; */
    width: 100%;
    height: 100%;
    border: none;
    background-size: 100%, 100%;
}

#shareImg {
    width: 90%;
    /* height: 90%; */
    margin-left: 5%;
    margin-top: 20%;
}

.horizontal #shareImg {
    width: auto;
    height: 100%;
    position: absolute;
    transform: translateX(50%);
    margin-top: 0;
}

@media only screen and (max-width: 768px) {
    #video-box {
        width: 100%;
        height: 100%;
        /* height: 4.7rem; */
        top: 0;
        left: 0;
    }
    #drag {
        height: 90px;
        top: 40%;
    }
    #kandaoPlayer {
        width: 100%;
        height: 100%;
        z-index: 1000;
        top: 0;
        left: 0;
    }
    .control-box .play-control {
        width: 40px;
    }
    .control-box button {}
    .control-box .progress-bar {
        width: 70%;
    }
    .progress-bar .duration-box {
        display: none;
    }
    .progress-bar .full-progress {
        width: 70%;
    }
    .progress-bar .duration-mobile {
        display: block;
    }
    .time-box span {
        line-height: 37px;
    }
    #full-screen {
        display: block;
		float: right;
    }
    #mute-btn {
        display: none;
    }
    /* .video-control .control-detail{margin-top: 0;} */
}


/* css3 animition */

@keyframes controlFadeIn {
    0% {
        opacity: 0;
        bottom: -76px;
    }
    100% {
        opacity: 1;
        bottom: 0;
    }
}

@-moz-keyframes controlFadeIn {
    0% {
        opacity: 0;
        bottom: -76px;
    }
    100% {
        opacity: 1;
        bottom: 0;
    }
}

@-webkit-keyframes controlFadeIn {
    0% {
        opacity: 0;
        bottom: -76px;
    }
    100% {
        opacity: 1;
        bottom: 0;
    }
}

@-o-keyframes controlFadeIn {
    0% {
        opacity: 0;
        bottom: -76px;
    }
    100% {
        opacity: 1;
        bottom: 0;
    }
}

@keyframes controlFadeOut {
    0% {
        opacity: 1;
        bottom: 0;
    }
    100% {
        opacity: 0;
        bottom: -76px;
    }
}

@-moz-keyframes controlFadeOut {
    0% {
        opacity: 1;
        bottom: 0;
    }
    100% {
        opacity: 0;
        bottom: -76px;
    }
}

@-webkit-keyframes controlFadeOut {
    0% {
        opacity: 1;
        bottom: 0;
    }
    100% {
        opacity: 0;
        bottom: -76px;
    }
}

@-o-keyframes controlFadeOut {
    0% {
        opacity: 1;
        bottom: 0;
    }
    100% {
        opacity: 0;
        bottom: -76px;
    }
}


/* vr-prompt fadeInOut*/

@keyframes vrPromptFadeInOut {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes vrPromptFadeInOut {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes vrPromptFadeInOut {
    0% {
        opacity: 0;
    }
    18% {
        opacity: 1;
    }
    82% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes vrPromptFadeInOut {
    0% {
        opacity: 0;
    }
    18% {
        opacity: 1;
    }
    82% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
