/*
* @Author: xs
* @Date:   2020-12-16 10:08:46
* @Last Modified by:   Administrator
* @Last Modified time: 2021-03-16 09:44:58
*/

/*播放器*/
html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.vrplayer-video {
    width: 100%;
    height: 100%;
    display: none;
}

.vrplayer-video video {
    width: 100%;
    height: 100%;
}

.vrplayer-wrap {
    position: relative;
}

.vrplayer-wrap {
    width: 100%;
    height: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background-color: #000;
}

/*画布*/
.vrplayer-wrap canvas,
.vrplayer-info,
.vrplayer-status,
.vrplayer-loading,
.vrplayer-pause{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 67;

}

.vrplayer-wrap canvas {
    z-index: 66 !important;
}

.vrplayer-status {
    display: none;
}

.vrplayer-status.tips {
    background: rgba(0, 0, 0, 0);
    background-image: url('https://public-sports.citcsports.com/vr/vrplayer/icon/move24.png');
    background-size: 155px 165px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;

}

.vrplayer-info {
    background-color: #333;
    display: none;
    color: #000;
}

.vrplayer-loading {
    background: rgba(0, 0, 0, 0);
    background-image: url('https://public-sports.citcsports.com/vr/vrplayer/icon/loading.gif');
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0);
    display: none;
}
.vrplayer-info.show_post_url{
    background-color: rgba(0,0,0,0) !important;

    animation: show_post_url 0.6s linear ;
    -webkit-animation: show_post_url 0.6s linear ;
}


@keyframes show_post_url {
    0%   {background-color: #333;}
    100% {background-color: rgba(0,0,0,0);}
}



/**
 * 移动端视频禁止自动播放 加个播放按钮仅供提示
 */
.vrplayer-pause {
    background-image: url('https://public-sports.citcsports.com/vr/vrplayer/icon/move24.png') !important;
    cursor: pointer;
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0);
    z-index: 68 !important;


}

/*控制条*/
.vrplayer-controll {
    /*width: 500px;*/
    max-width: 100%;
    height: 45px;
    z-index: 70;
    display: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.vrplayer-controll .controll {
    width: 100%;
    height: 40px;
}

.vrplayer-controll .process {
    width: 100%;
    height: 5px;
}

.vrplayer-controll .process {
    width: 100%;
    height: 5px;
}

.full-screen-rotate {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);

}

.full-screen-size {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 999;
}

.over-hidden {
    overflow: hidden;
}


.videoscrolltop {
    display: none;
    position: absolute;
    width: 100%;
    height: 14px;
    float: left;
    top: -7px;
    cursor: pointer;
    z-index: 71;
}

.videoscrolltop:hover {
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 5px;*/
    /*float: left;*/
    /*top: -5px;*/
    /*cursor: pointer;*/
}

.videobg {
    /*background: linear-gradient(to bottom,rgba(0,0,0,0.0),rgba(0,0,0,0.7));*/
    background: rgba(0, 0, 0, 0);

    width: 100%;
    height: 100%;
}

.videotoolbar {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 45px;
    top: 0px;
}



.live-gif {
    background-repeat: no-repeat;
    background-image: url(https://public-sports.citcsports.com/vr/vrplayer/icon/live-white.gif);
    background-size: 30px;
    height: 100%;
    background-position: center left;
    text-align: right;
    line-height: 44px;
    width: 59px;
}

.live-hr {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.videotoggleplay {
    background-repeat: no-repeat;
    background-image: url(https://public-sports.citcsports.com/vr/vrplayer/icon/skin.svg);

    background-size: 523px;
    cursor: pointer;
    height: 100%;
    cursor: pointer;
    width: 45px;
}

.videoplay {
    background-position: -49px center;
}

.videopause {
    background-position: -10px center;
}

.videostop {
    background-position: 5px 4px;
}

.videoscroll {}

.videoscrollbg {
    position: absolute;

    background: #FF8103;
    width: 100%;
    height: 1px;
    pointer-events: none;
    top: 4px;
}

.videoscrollbg1 {
    position: absolute;
    background: #848484;
    width: 0%;
    height: 1px;
    pointer-events: none;
    cursor: pointer;
    top: 4px;

}

.videoscrollbg2 {
    position: absolute;
    background: #FF8103;
    width: 0%;
    height: 1px;
    pointer-events: none;
    cursor: pointer;
    top: 4px;

}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .videoscrollbg,.videoscrollbg1,.videoscrollbg2 { height: 0.5px !important; }
}



.videotime {
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    float: left;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

.videoviewport {
    display: none;
    background-image: url(https://public-sports.citcsports.com/vr/vrplayer/icon/skin.svg);
    background-repeat: no-repeat;


    background-size: 523px;
    cursor: pointer;
    width: 45px;
    height: 100%;
}

.videoviewport1 {

    background-position: -130px center;


}

.videoviewport2 {

    background-position: -130px center;

}


.videofullscreen {
    display: none;

    cursor: pointer;
    background-image: url(https://public-sports.citcsports.com/vr/vrplayer/icon/skin.svg);
    background-repeat: no-repeat;


    background-size: 523px;
    width: 45px;
    height: 100%;
}

.videofullscreen1 {
    background-position: -254px center;

}

.videofullscreen2 {

    background-position: -467px center;


}

.curvideo {
    width: 85px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    /*font-weight: bold;*/
}

.curvideotext:after {
    content: "";
    width: 6px;
    height: 6px;
    border-color: #ffffff;
    border-width: 0 0 1px 1px;
    border-style: solid;
    margin-left: 4px;
    top: 17.5px;
    transform: rotateZ(135deg);
    position: absolute;
}

.curVideotext_sel:after {
    content: "";
    width: 6px;
    height: 6px;
    border-color: #ffffff;
    border-width: 0 0 1px 1px;
    border-style: solid;
    margin-left: 4px;
    top: 15px;
    transform: rotateZ(-45deg);
    position: absolute;
}

.gyro {
    width: 45px;
    height: 45px;
    display: none;
    background-image: url(https://public-sports.citcsports.com/vr/vrplayer/icon/skin.svg);
    background-repeat: no-repeat;
    cursor: pointer;


    background-size: 523px;
}

.gyro1 {

    background-position: -383px center;
}

.gyro2 {

    background-position: -173px center;
}


.srt {
    width: 45px;
    height: 45px;
    display: none;
    background-image: url(https://public-sports.citcsports.com/vr/vrplayer/icon/skin.svg);
    background-repeat: no-repeat;
    cursor: pointer;

    background-size: 523px;
}

.srt1 {
    background-position: -296px center;
}

.srt2 {
    background-position: -86px center;

}


.show-srt {
    color: #fff;
    position: absolute;
    top: -50px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 100%;
    height: 44px;
    pointer-events: none;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.show-srt div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100%;
    width: 75%;
    margin: 0 auto;
    pointer-events: none;
}





/**
 * 一些提示信息
 */
/*重播*/
.panovr-refresh {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.panovr-refresh img {}

.replay-btn-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;

}

.replay-btn {
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.vrplayer-info {
    background-color: #000 !important;
}

.vrplayer-info.loading.mobile {
    background-size: 120px !important;
}

.pilivr-video-clarity{
    width: 45px;
    height: 45px;
    /*display: none;*/
    cursor: pointer;
    font-size: 12px;
    /*overflow-x: hidden;*/
    text-align: center;
    line-height: 45px;
    color: #fff;
    position: relative;
}

.pilivr-video-clarity.show-media-list .nav{
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
}
.pilivr-video-clarity.show-media-list .pilivr-video-clarity-title{

}
.pilivr-video-clarity .nav{
    display: none;

    width: 80px;
    height: 90px;
    position: absolute;
    top: -93px;
    left: -17px;
    z-index: 80;
    background: none !important;
    line-height: 30px;

}
.pilivr-video-clarity .nav span{
    display: inline-block;
    width:100%;
    height: 30px;
    background-color: rgba(0,0,0,0.4);
}
.pilivr-video-clarity .nav span:hover,.pilivr-video-clarity .nav span.active{
    color: #FF8103;
}


#xs-contextmenu{
    background: #fff;
}

#xs-contextmenu ul,#xs-contextmenu li{
    list-style: none;
}

#xs-contextmenu .dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;

    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cbcbcb;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 12%), 0 1px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 12%), 0 1px 3px rgb(0 0 0 / 10%);
}

#xs-contextmenu a{
    text-decoration: none;
    color: #333;
    line-height: 26px;
    padding: 0 20px;
}

#xs-contextmenu .divider{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
