@charset "utf-8";

.ccH5playerBox{position:relative; font-size:14px; background:#000; -webkit-user-select:none; overflow: hidden;}
.ccH5TogglePause,.ccH5TogglePlay{position:absolute; top:14px;}
.ccH5Poster{position: absolute; top: 0; left: 0; z-index: 4; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background-color: #000000;}
.ccH5Poster img{max-width:100%;max-height:100%;}
.ccH5playerBox.ccH5PlayerBoxFixed{position: fixed; top: 0px; right:0px; left:0px; bottom: 0px; width: 100% !important; height: 100% !important;z-index:9999;}
.ccH5playerBox video{position: absolute;z-index: 2; width: 100%; height: 100%; background-color: rgb(0, 0, 0); top: 0px; left: 0px; margin-left: 0px; margin-top: 0px; display:block;}

/* loading */
.ccH5Loading {
    position:absolute;
    top:50%;
    left:50%; 
    margin:-8px 0 0 -8px;
    z-index:10;
    display:none;
    width: 1px;
    height: 1px;
}
.ccH5Loading:before,
.ccH5Loading:after {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    opacity: 0.9;
}
.ccH5Loading:before {
    left: -16px;
    animation: loading infinite 0.75s -0.4s cubic-bezier(0.2, 0.68, 0.18, 1.08);
    -webkit-animation: loading infinite 0.75s -0.4s cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ccH5Loading:after {
    right: -16px;
    animation: loading infinite 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08);
    -webkit-animation: loading infinite 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
@-webkit-keyframes loading {
    0% {
      transform: scale(1);
      -webkit-transform: scale(1);
      opacity: 0.9;
    }
  
    50% {
      transform: scale(0.3);
      -webkit-transform: scale(0.3);
      opacity: 0.7;
    }
  
    100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      opacity: 0.9;
    }
}
@-ms-keyframes loading {
    0% {
      -ms-transform: scale(1);
      opacity: 0.9;
    }
  
    50% {
      -ms-transform: scale(0.3);
      opacity: 0.7;
    }
  
    100% {
      -ms-transform: scale(1);
      opacity: 0.9;
    }
}
/* 更多设置按钮 */
.ccH5More {
    z-index: 3;
    position: absolute;
    top: 30px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(https://p.bokecc.com/images/html5player/more@2x.png) no-repeat;
    background-size: 30px 30px;
    cursor: pointer;
}
/* 视频音频切换按钮 */
.ccBtnList {
    display: none;
    position: absolute;
    top: 30px;
    right: 0px;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 78px;
    max-width: 110px;
    overflow: hidden;
}
.ccH5SwitchAudio,.ccH5SwitchUrl{
    min-width: 78px;
    height: 30px;
    color: white;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: rgba(34,34,34,0.50);
    border: 2px solid rgba(102,102,102,0.10);
    border-radius: 8px;
    white-space: nowrap;
    overflow: hidden;
}
/* 视音频切换的文本和按钮 */
.ccbgText {
    position: absolute;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
    width: 132px;
    height: 26px;
    opacity:0.5;
    font-size:18px;
    font-family:PingFangSC-Regular;
    color:#ffffff;
    text-align:center;
    overflow: hidden;
    white-space: nowrap;
}
.ccbgButton {
    z-index: 3;
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    opacity: 0.8;
    background: #ff920a;
    border: 2px solid #ff920a;
    border-radius: 100px;
    max-width: 186px;
    min-width: 146px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
}
/* 播放按钮 */
.ccH5PlayBtn{width:40px; height:40px; background:url(../../images/html5player/skin2/svg/ccH5PlayBtn.svg) no-repeat; position:absolute; top:50%; left:50%; margin:-20px 0 0 -20px; z-index:99999; -webkit-tap-highlight-color:transparent;}
.adrPlayBtn{width:40px; height:40px; background:url(../../images/html5player/skin2/svg/replaybtn.svg) no-repeat; position:absolute; top:50%; left:50%; margin:-20px 0 0 -20px; z-index:99999; -webkit-tap-highlight-color:transparent;}
.ccH5TogglePause{width:30px; height:30px; left:10px; top:5px; background:url(../../images/html5player/skin2/svg/ccpausenor.svg) no-repeat;}
.ccH5TogglePlay{width:30px; height:30px; left:10px; top:5px; background:url(../../images/html5player/skin2/svg/ccplaynor.svg) no-repeat;}
.ccH5PlayBtn{cursor:pointer;}
/* 时间 */
.ccH5Time{width: 100px; height: 12px; position: absolute; bottom: 14px; left: 56px; overflow: hidden;}
.ccH5Time span{color: #fff; float: left; line-height: 12px; font: 12px/1.2 Arial, Helvetica, sans-serif; margin: 0 2px;}
.ccH5Time .ccH5TimeCurrent,.ccH5Time .ccH5TimeTotal{display: block; font: 12px/1.2 Arial, Helvetica, sans-serif; font-style: normal; cursor: default; color: #fff; float: left;}
.ccH5Time .ccH5TimeCurrent{left:56px;}
/* .ccH5Time .ccH5TimeTotal{color:#999;} */

/* 进度条 */
.ccH5playerBox section{height:40px; width:100%; position:absolute; left:0; bottom:0; z-index:3;
    background-image:linear-gradient(0deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.00) 100%);
}
.ccH5ProgressBar{position:absolute; left:0px; right:0px; height:4px; bottom:40px; background:rgba(153,153,153,0.4);; cursor:pointer; overflow:visible; width:auto;text-align:left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* transition: all .25s cubic-bezier(0,0,.2,1); */
}
.ccH5ProgressBar:hover{height:6px;}
.ccH5CurrentPro{height:100%; cursor:pointer; position:relative; background:#ff920a; overflow:visible;}
.ccH5DragBtn{width:10px; height:10px; border-radius:10px; position:absolute; right:-10px; bottom:-2px;
    background:#ffffff;
    border-radius:100%;
    display: none;
}
.ccH5ProgressBar:hover .ccH5DragBtn{display:block;}
.ccH5ProgressBar:hover .ccH5CurrentPro{margin-left:-5px;}
.ccH5DragBtn:active{background:#FFF; box-shadow:0px 0px 5px 5px #ff920a;}
.ccH5LoadBar{background:rgba(153,153,153,0.8);; width:0; overflow:visible; height:100%; position:absolute; top:0;left:0;}
.ccH5FadeIn{opacity:1; transition:opacity 0.2s linear;}
.ccH5FadeOut{opacity:0; transition:opacity 0.2s linear;}

/* 全屏按钮 */
.ccH5FullsBtn{float:right; margin-top: 5px;margin-right: 10px; display:block; width:30px; height:30px;  cursor:pointer; text-indent: -9999em; background: url(../../images/html5player/skin2/svg/fullsbtnnor.svg) 0 0 no-repeat;opacity: 0.8;}
.ccH5ExitFullsBtn{float:right;margin-top: 5px;margin-right: 10px; display:block; width:30px; height:30px;  cursor:pointer; text-indent: -9999em; background: url(../../images/html5player/skin2/svg/exitfullsbtnnor.svg) 0 0 no-repeat;opacity: 0.8; display:none;}
.ccH5FullsBtn:hover{opacity: 1;}
.ccH5ExitFullsBtn:hover{opacity: 1;}

/* ccH5Info */
.ccH5Info{font-size:30px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; display:none; color:#FFF; text-shadow:1px 1px 3px #000; position:absolute; top:20%; left:50%; width:200px; height:auto; margin-left:-100px; text-align:center;}
.ccH5playerPre,.ccH5playerNext{font:normal 28px/20px 'web'; margin:0 4px 0 0;}

/* HD */
span.ccH5hd{float:right;margin-top: 8px;margin-right: 20px; color:#ddd; text-decoration:none; display:block; width:60px; height:24px; background:rgba(51,51,51,0.5); border-radius:100px; text-align: center; line-height:24px;font-size: 12px;}
span.ccH5hd:hover{text-decoration:none; color:#FFF;}
.ccH5hdul{position:absolute; right:95px; color:#ddd; list-style:none;border:1px solid rgba(102,102,102,0.50); border-radius:4px;background: rgba(34,34,34,0.6); display:none; margin:0; padding:0;}
.ccH5playerBox .ccH5hdul li{width:70px; text-align:center; line-height:30px; cursor:pointer; white-space:nowrap; overflow:hidden; background:none; padding:0; margin:0; font-size:12px; color:rgba(255,255,255,0.8); list-style: none;}
.ccH5hdul li.selected{color: #FF920a; background:rgba(255,255,255,0.1); height:30px;}
.ccH5hdul li:hover{background:rgba(255,255,255,0.1);}

/* playbackRate */
span.ccH5sp{float:right; margin-top: 8px;margin-right: 10px; color:#ddd; text-decoration:none; display:block; width:60px; height:24px;background:rgba(51,51,51,0.5); border-radius:100px; text-align: center; line-height:24px; font-size: 12px;}
span.ccH5sp:hover{text-decoration:none; color:#FFF;}
span.ccH5Btn-hover {background:rgba(255,146,10,0.6)}
.ccH5spul{position:absolute; right:165px; top:-150px; color:#ddd; list-style:none; border:1px solid rgba(102,102,102,0.50); border-radius:4px; background: rgba(34,34,34,0.6); display:none; margin:0; padding:0;}
.ccH5playerBox .ccH5spul li{width:70px; text-align:center; line-height:30px; cursor:pointer;  background:none; padding:0; margin:0; font-size:12px; color:rgba(255,255,255,0.8); list-style: none;}
.ccH5spul li.selected{color:#FF920a; height:30px;}
.ccH5spul li:hover{background:rgba(255,255,255,0.1);}

/* volume */
span.ccH5vm{float:right;margin-top: 5px; margin-right:10px;color:#FFF; text-decoration:none; display:block; width:30px; height:30px; font:normal 24px/24px 'web'; text-indent: -9999em; background: url(../../images/html5player/skin2/svg/ccvm.svg) 0 0 no-repeat;opacity: 0.8;}
span.ccH5vm:hover{opacity: 1;}
.ccH5vmdiv{position:absolute; right:50px; top:-100px; width:30px; height:100px; color:#FFF; border:1px solid rgba(102,102,102,0.50); border-radius:4px; background: rgba(34,34,34,0.6); margin:0; padding:0; display:none;}
.ccH5vmbar{position:absolute; left:13px; bottom:8px; width:4px; height:80px; background:rgba(255,255,255,0.5);}
.ccH5vmbarPro{position:relative; top:20px; width:4px; height:60px; background:#FF920a;}
.ccH5DragVmBtn{width:10px; height:10px; border-radius:6px; position:absolute; left:-3px; top:-6px; background:#FFF; cursor:pointer;}
.ccH5DragVmBtn:active{background:#FFF; box-shadow:0px 0px 3px 3px #ff920a;}

.x-advert,.picAd {display: none; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 80; font-size: 12px; color: #bbbbbb; -webkit-user-select: none; z-index: 10;}
.x-advert-info{overflow: hidden; padding:15px 15px 0 0; position:absolute;top:0;right:0;}
.x-advert-skip {width: 62px; height: 24px; position: relative; text-align: center; float: right; margin-left: 3px; }
.x-advert-txt {position: relative; z-index: 20; font-size: 13px; line-height: 24px; color:#eee; text-shadow:0px 1px 0px rgba(102,102,102,0.50);}
.x-advert-detail .x-advert-txt {font-size: 14px; }
.x-advert-detail .x-advert-txt a{color:#eee; display:block; text-decoration:none; line-height: 30px;}
.x-mask {display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0.5; background: #000; z-index: 10; }
.x-settings .x-mask {top: -4px; left: -2px; padding: 2px; }
.x-advert-countdown {width: 32px; height: 24px; position: relative; text-align: center; float: right; }
.x-advert-detail {width: 66px; height: 30px; line-height: 50px; position: absolute; right: 15px; bottom: 10px; text-align: center; }
.x-advert-sec {font-size:13px;}
.fullBtn{color:#bbb; position: absolute; bottom: 0; right: 0; width: 50px; height: 30px; line-height: 30px; text-align: center; background: #000; opacity: 0.7;z-index:20;}
.skipGg{width:100%; height:100%; display:block; position:absolute; top:0; left:0; z-index:10; }
.picBtn{width:100%; height:100%; display:block; position:absolute; top:0; left:0; z-index:10; }
.pictab{text-align: center; width:100%; height:100%;}

.ccH5AudioBg{position:absolute;top:0;left:0;bottom:0;right:0; margin:auto;width: 70%;height: 70%; display: none;z-index: 10;}
.ccH5AudioBg img{width:100%; height:100%;display:block;}

.ccH5ProgressBar:hover .ccHightlights{display:block;}
.ccHightlights{display: none; z-index: 12; position: absolute; top: 0; width: 9px; height: 100%; transform: translateX(-50%); border-radius: 6px; background-color: #fff;}
.ccHightlightsTips{display: none; position: absolute; left: 50%; bottom: 11px; padding: 5px 8px; max-width: 200px; min-width: 180px; background-color: rgba(0, 0, 0, 0.8); color: #fff; border-radius: 2px; transform: translateX(-50%);word-break: break-all;font-size: 12px;}
.ccHightlightsTips.hov{left:0; transform: translateX(0);}
.ccHightlights:hover .ccHightlightsTips{display:block;}
.ccHightlightsTips:before{display: block; content: ''; position: absolute; bottom: -10px; left: 50%; width: 0; height: 0; border-width: 5px; border-style: solid; transform: translateX(-50%); border-color: rgba(0, 0, 0, 0.8) transparent transparent;}
.hov:before{left: 2%; transform: translateX(0);}
.ccHightlightsTips.lasthov{left:110%; transform: translateX(-100%);}
.lasthov:before{left:92%;}.abp {position: relative; }

.abp {
    position: relative;
}

.abp .container {
    border: 0;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    touch-callout: none;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9999;
}

.abp .container .cmt {
    color: #fff;
    font-family: SimHei, SimSun, Heiti, "MS Mincho", "Meiryo", "Microsoft YaHei", monospace;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    padding: 3px 0 0 0;
    position: absolute;
    text-decoration: none;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    white-space: pre;
    word-break: keep-all;
}

.abp .container .cmt.noshadow {
    text-shadow: none;
}

.abp .container .cmt.rshadow {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.fl{float:left;}
.ccQuestionDiv{width: 100%;height: 100%;position:absolute;top:0;left:0;z-index: 100001;}
.ccQuestionBox{width:70%;max-width:900px;min-width: 560px;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index: 9999;}
.ccQuestionBg{width:100%;display:block;}
.ccProblem{width:100%;color:#666;line-height:1.8rem;overflow: hidden;margin-bottom:10px;}
/* 新增单选多选提示 */
.ccProblem .ccCheckTips {
    margin-right: 4px;
    width: 8%;
    background-color: #2197FF;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.ccProblem .tim{width: 10%; font-size: 14px; line-height: 20px;}
.ccProblem .text{color:#333;width:80%;line-height: 20px;}
.ccProblem .text img{margin-top:10px; max-width: 90%;}
.ccQuestion{width:86%;height:73%;position:absolute;top:15%;left:8%; overflow-x:hidden;}
.ccQuestion .ccQuestionList{height:auto;}
.ccQuestion li{cursor:pointer;background:#fafafa;border:1px solid #e8e8e8;width:99%;height:15%;margin-bottom:3%;display:flex;justify-content:space-around; flex-direction:column;position:relative;padding:10px 0;list-style-type: none;}
.ccQuestion li.active{background:#f0f8ff;border:1px solid #90ccff;}
.ccQuestion li span{margin-left:6%;color: #666;font-size:12px;word-wrap:break-word;word-break: break-all;}
.ccQuestion li span img{margin-top:10px; max-width: 86%; }
.ccQuestion li .radioBg{width:12px;height:12px;position:absolute;left:2%;top:50%;transform:translateY(-50%);background:url(https://p.bokecc.com/images/questionimage/radiohov.png) no-repeat; background-size: contain;}
.ccQuestion li .checkboxBg{width:12px;height:12px;position:absolute;left:2%; background: url(https://p.bokecc.com/images/questionimage/checkhov.png) no-repeat; background-size: contain;}
.ccQuestion li.active .radioBg{background: url(https://p.bokecc.com/images/questionimage/radio.png) no-repeat;background-size: contain;}
.ccQuestion li.active .checkboxBg{background: url(https://p.bokecc.com/images/questionimage/check.png) no-repeat;background-size: contain;}
.ccInputBox{display:none !important;}
#ccQuestionSubmit{width: 10%;min-width: 40px; height:6%;min-height:17px;position:absolute; bottom:2.5%; right:6%;background:#55b1ff;color:#fff; outline: none; border:0; opacity: 0.9;font-size: 14px;}
#ccJumpOver{width: 10%;min-width: 40px; height:6%;min-height:16px;position:absolute; bottom:2.5%; right:18%; background:#55b1ff; color:#fff; outline: none; border:0; opacity: 0.9;font-size: 14px;}
#ccJumpOver:hover,#ccQuestionSubmit:hover{opacity: 1; cursor:pointer;}
.ccTips{width: 18%;min-width:80px;height: 8%; position:absolute; bottom:0; top:0; left:0; right:0; margin:auto;}
.ccTips .dark{width:100%;height:100%;opacity:0.7;background:#141414;box-shadow:0px 0px 12px 0px rgba(102,102,102,0.50);border-radius:4px;}
.ccTips span{position:absolute; top:0; left:0; width: 100%;height: 100%; line-height: 100%; text-align: center; color:#fff;display:flex;justify-content: space-around; flex-direction: column; z-index:1;}
.ccWrongAnswer{width: 70%;height: 73%;max-width:544px; position:absolute; top:50%; left:50%;  -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.ccWrongAnswer img{width: 100%;height: 100%;display:block;}
.ccWrongAnswer .txt{width: 100%; height: 60%; position:absolute; top:20%; left:0;overflow-x: hidden;}
.ccWrongAnswer p{width: 90%; margin:0 auto; word-wrap:break-word; color:#666;}
#wrongBtn{position:absolute; bottom:4%; right:35%;width:22%;height:11%;border:0;outline:none;background:#fff;color:#55b1ff;border:1px solid #55b1ff;  opacity: 0.9; cursor: pointer;}
#questionscontinueBtn {position:absolute; bottom:4%; right:7%;width:22%;height:11%;border:0;outline:none;background:#55b1ff;color:#fff;border:1px solid #55b1ff; opacity: 0.9; cursor: pointer;}
#questionBackBtn{position:absolute; bottom:4%; right:35%;width:22%;height:11%;border:0;outline:none;background:#fff;color:#55b1ff;border:1px solid #55b1ff;  opacity: 0.9; cursor: pointer;}
#wrongBtn:hover{opacity: 1;}
.ccRightAnswer{width: 70%;height: 73%;max-width:544px; position:absolute; top:50%; left:50%;  -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.ccRightAnswer img{width: 100%;height: 100%;display:block;}
.ccRightAnswer .txt{width: 100%; height: 60%; position:absolute; top:20%; left:0;overflow-x: hidden;}
.ccRightAnswer p{width: 90%; margin:0 auto; word-wrap:break-word; color:#666;}
#rightBtn{position:absolute; bottom:4%; right:7%;width:22%;height:11%;border:0;outline:none;background:#55b1ff;color:#fff; opacity: 0.9; cursor: pointer;}
#rightBtn:hover{opacity: 1;}
.dark{width: 100%; height: 100%;position:absolute; top:0; left:0; background:rgba(0,0,0,0.40);}
/* 切换字幕 */
.switchVttBox {
    position: absolute;
    visibility: hidden;
    top: 150%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color:rgba(0,0,0,0.8);
    z-index: 10000;
    transition: all cubic-bezier(0, 0.01, 0.35, 1.47) 0.5s;
}
.switchVttBox .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.switchVttBox ul {
    margin: 0px;
    padding: 60px 0 0 0;
    color: white;
    text-align: center;
    list-style: none;
}
.switchVttBox ul li {
    margin-bottom: 60px;
    height:30px;
    cursor: pointer;
    font-size:24px;
    line-height:24px;
}
.switchVttBox ul li.active {
    border-radius: 100px;
    border: 2px solid #FF920a;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #FF920a;
    line-height: 30px;
}
/* 历史播放时间 */
#ccH5historyTimeBox {
    opacity: 0;
    visibility: hidden;
    padding-left: 10px;
    position: absolute;
    bottom: 50px;
    left: 0px;
    height: 20px;
    background: #eee;
    z-index: 10000;
    cursor: pointer;
    transition: opacity linear 0.5s;
}
#ccH5historyTimeBox.fade {
    opacity: 1;
    visibility: visible;
}
#ccH5jumpInto i {
    font-style: normal;
}
#ccH5jumpInto b {
    font-weight: unset;
    color: #ff6428;
}
#ccH5delBox {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color linear 0.25s;
}
#ccH5delBox:hover {
    background-color: #ff6428;
    color: white;
}
/* 播放时间预览 */
#cch5CurrentTime {
    display: none;
    width: 50px;
    height: 18px;
    position: absolute;
    bottom: 14px;
    background-color:rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    font-size: 12px;
    color: white;
    line-height: 18px;
    text-align: center;
}
#cch5CurrentTime p {
    margin: 0;
    height: 20px;
    background-color: black;
}
#cch5CurrentTime span {
    display: block;
    background: black;
}
#cch5CurrentTime .trangel {
    position: absolute;
    width: 0;
    height: 0px;
    border: 6px solid transparent;
    border-top-color:rgba(0, 0, 0, 0.8);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
/* 访客信息收集 */
#ccVisitorBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    background-color: #fff;
    z-index: 10005;
}
#ccVisitorBox .header a {
    display: block;
}
#ccVisitorBox .header img {
    display: block;
    max-height: 162px;
    width: 500px;
    border: 0;
}
#ccVisitorBox .body {
    position: relative;
    overflow: auto;
    max-height: 262px;
    padding-bottom: 40px;
}
#ccVisitorBox .row {
    margin-left:40px;
    padding-top: 30px;
}
#ccVisitorBox .row span {
    display: inline-block;
    width: 56px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: right;
}
#ccVisitorBox .row input {
    margin-left: 20px;
    border: 1px solid #E1E1E1;
    height: 40px;
    width: 344px;
}
#ccVisitorBox .footer {
    padding-top: 14px;
    height: 54px;
    background:rgb(240,248,255);
}
#ccVisitorBox .submit {
    margin-left: 110px;
    width:120px;
    height:40px;
    background:rgb(85,177,255);
    border: 1px solid rgb(85,177,255);
    color: #fff;
    opacity:0.9;
    cursor: pointer;
}
#ccVisitorBox .jumpOver {
    margin-left: 40px;
    width:120px;
    height:40px;
    opacity:0.9;
    background:rgb(240,248,255);
    border: 1px solid rgb(80,175,255);
    color: rgb(80,175,255);
    cursor: pointer;
}
.ccMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.4);
    z-index: 10000;
}
#ccVisitorBox .ccVisitorErrorTips {
    display: none;
    padding: 0 20px;
    margin: 0;
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    height: 34px;
    background: rgba(30,31,33,1);
    color: #fff;
    line-height: 34px;
    font-size: 14px;
    border-radius: 50px;
    opacity: 0.6;
}
.ccH5playerBox .ccVisitorSuccessTips {
    display: none;
    padding: 0 20px;
    margin: 0;
    position: absolute;
    bottom: 28%;
    left: 50%;
    transform: translateX(-50%);
    height: 34px;
    background: rgba(30,31,33,1);
    color: #fff;
    line-height: 34px;
    font-size: 14px;
    border-radius: 50px;
    z-index: 10000;
}
/* 课堂练习 */
.ccH5classTestContainer {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 80%;
    max-width: 80%;
    min-width: 500px;
    min-height: 300px;
    background-color: #FAFAFA;
    overflow: hidden;
    z-index: 100000;
}
.ccH5classTestContainer p {
    margin: 0;
}
.ccH5classTestContainer .outerBtnsBox{
    width: 100%;
    position: absolute;
    bottom: 13px;
    z-index:100;
}
.ccH5classTestContainer #previous {
    margin-left: 40px;
    margin-right: 30px;
}
.ccH5classTestContainer #backViewBtn {
    position: absolute;
    top: 0;
    right: 40px;
    margin: 0;
}
#ccH5classTest {
    min-height: 100%;
    position: relative;
    width: 100%;
    background-color: #FAFAFA;
}
#ccH5classTest .ccTestHeader {
    position: relative;
    height: 50px;
}
#ccH5classTest .ccTestProgressBg {
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(81, 168, 242, .2);
}
#ccH5classTest .ccTestHeaderTitle {
    line-height: 50px;
    padding-left: 40px;
    font-size: 18px;   
    color: #55B1FF;
    font-weight: 600;
}
#ccH5classTest .ccTestHeaderTitle span {
    font-weight: 100;
    font-size: 16px;
    margin-left: 10px;  
}
#ccH5classTest .ccTestHeaderTitle i {
    font-style: normal;
}
#ccH5classTest .ccTestJumpOverBtn {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url("../../images/classTest/close.png") no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
#ccH5classTest .ccTestProgress {
    width: 0%;
    height: 6px;
    background-color: #51A8F2;
    transition: width 0.5s linear;
}
#ccH5classTest .ccTestBox{
    width: 100%;
}
#ccH5classTest .title{
    padding: 30px 0 40px 100px;
    position: relative;
}
#ccH5classTest .testType{
    position: absolute;
    left: 40px;
    width: 50px;
    height: 26px;
    border-radius: 2px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #51A8F2;
}
#ccH5classTest .title p{
    max-width: 90%;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}
#ccH5classTest .selectesBox{
    box-sizing: border-box;
    position: relative;
    padding: 0 40px;
    width: 100%;
    overflow: hidden;
}
#ccH5classTest .selectesBox.blank {
    top: -40px;
    padding-left: 100px;
}
#ccH5classTest .selectesBox.checkBox label::before {
    border-radius: 2px;
}
#ccH5classTest .testMask{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
#ccH5classTest label {
    box-sizing: border-box;
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 60px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border-radius:4px;
    border:1px solid rgba(232,232,232,1);
    overflow: hidden;
}
/* 适配500高度以下的视频 */
#ccH5classTest.small label {
    margin-bottom: 14px;
}
#ccH5classTest label::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 100%;
}
/* 适配500高度以下的视频 */
#ccH5classTest.small label::before {
    width: 14px;
    height: 14px;
}
#ccH5classTest label:hover {
    background:rgba(240,248,255,1);
    border:1px solid rgba(144,204,255,1);
}
#ccH5classTest label input {
    margin-right: 15px;
    background-color: #fff;
}
#ccH5classTest label.selected {
    color:rgba(255,255,255,1);
    background:rgba(81,168,242,1);
    border: none;
}
#ccH5classTest label.selected::before {
    content: "";
    position: absolute;
    left: 20px;
    background: url("../../images/classTest/correct3.png") no-repeat -1px -1px;
    background-size: 16px 16px;
    border-color: #fff;
    width: 16px;
    height: 16px;
}
#ccH5classTest label.unselected {
    background: #fff;
    color: #999;
}
#ccH5classTest label.unselected:hover{
    border-color:rgba(232,232,232,1);
}
#ccH5classTest label.unselected::before {
    display: none;
}
#ccH5classTest label.wrong {
    background:rgba(228,79,90,1);
    border-color: rgba(228,79,90,1);
    color: #fff;
}
#ccH5classTest label.wrong::before {
    background:rgba(228,79,90,1);
    border: none;
}
#ccH5classTest label.wrong::after{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    background-image: url("../../images/classTest/wrong.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
#ccH5classTest label.wrong:hover{
    border-color: rgba(228,79,90,1);
}
#ccH5classTest label.right {
    background:rgba(139,192,75,1);
    border-color: rgba(139,192,75,1);
    color: #fff;
}
#ccH5classTest label.right::before{
    background: rgba(139,192,75,1);
    border:none;
}
#ccH5classTest label.right::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    background-image: url("../../images/classTest/correct.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.ccH5classTestContainer button, #ccH5classTest button{
    margin-right: 30px;
    width: 120px;
    height: 40px;
    border: none;
    font-size: 18px;
    color:rgba(255,255,255,1);
    background:rgba(85,177,255,1);
    cursor: pointer;
    padding: 0;
}
#ccH5classTest .ccTestBtnsBox {
    height: 40px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #F0F8FF;
    padding: 13px 40px;
}
.ccH5classTestContainer button.disabled,#ccH5classTest button.disabled {
    background:rgba(223,223,223,1);
    color: #999;
    cursor: unset;
}
#ccH5classTest .ccTestanswerOuter {
    margin: 0 40px;
}
#ccH5classTest .ccTestanswerBox{
    display: none;
    box-sizing: border-box;
    padding-top: 20px;
    width: 100%;
    height: 200px;
    background: #F5F5F5;
    overflow: auto;
    border-radius: 4px;
    padding: 20px;
}
#ccH5classTest .ccTestanswerBox .row {
    height: 56px;
    overflow: hidden;
}
#ccH5classTest .ccTestanswerBox span {
    float: left;
    margin-right: 10px;
    height: 100%;
    color: #333;
    font-weight: 600;
}
#ccH5classTest .ccTestanswerBox .answerBox {
    float: left;
}
#ccH5classTest .ccTestanswerBox .answerBox p {
    margin-bottom: 16px;
    color: #666;
}
#ccH5classTest .ccTestanswerBox .answerBox i.yourAns {
    font-style: normal;
    color: #333;
    font-weight: 600;
}
#ccH5classTest .ccTestContainer {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}
#ccH5classTest .ccTestOuter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 70px;
    left: 0;
    overflow: auto;
}
/*自定义滚动条*/
#ccH5classTest div::-webkit-scrollbar {
    width: 5px;
}
  
  /*定义滑块（thumb）*/
#ccH5classTest div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #DDD;
}
#ccH5classTest .ccTestContainer i.right {
    font-style: normal;
    font-weight:bold;
    color: rgba(139,192,75,1);
}
#ccH5classTest .ccTestanswerBox .details {
    margin-top: 30px;
    color: #333;
}
#ccH5classTest .front,.end {
    font-size: 20px;
    display: inline;
}
#ccH5classTest input[type="text"] {
    font-size: 20px;
    line-height: 18px;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0 20px;
    text-align: center;
}
#ccH5classTest input[type="text"]:focus {
    outline: none;
}
#ccH5classTest input[type="text"].wrong {
    color: red;
    text-decoration: line-through;
}
#ccH5classTest input[type="text"].correct {
    color: #8BC04B;
}
#ccH5classTest .finalBox{
    width: 68%;
    padding: 0 16%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 70px;
    left: 0;
    overflow: auto;
}
#ccH5classTest .finalBox h3{
    margin: 50px 0;
    font-weight: normal;
    font-size: 20px;
}
#ccH5classTest .finalBox .row{
    position: relative;
    margin-bottom: 20px;
    /* min-width: 490px; */
    height: 38px;
    font-size: 18px;
}
#ccH5classTest .finalBox .row .tipsBox {
    display: none;
    position: absolute;
    top: -40px;
    left: 304px;
    padding: 0 20px;
    height: 32px;
    background-color: rgba(0,0,0,0.7);
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    border-radius: 4px;
}
#ccH5classTest .finalBox .row:hover .tipsBox {
    display: block;
}
#ccH5classTest .finalBox .row .triangle {
    position: absolute;
    left: 8px;
    bottom: -8px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: rgba(0,0,0,0.7);
}
#ccH5classTest .finalBox .row p {
    font-size: 14px;
}
#ccH5classTest .finalBox .row span {
    line-height: 38px;
}
#ccH5classTest .finalBox .progressBox{
    position: absolute;
    top: 0;
    right: 0;
    left: 75px;
    overflow: hidden;
    height: 100%;
    background-color: #E6E6E6;
    border-radius:100px;
}
#ccH5classTest .progressBox .right{
    box-sizing: border-box;
    position: relative;
    padding-left: 38px;
    min-width: 15%;
    width: 30%;
    height: 100%;
    background-color:#8BC04B;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 38px;
    border-radius:100px;
    transition: width cubic-bezier(0.42, 0, 0.71, 1.38) 1s;;
}
#ccH5classTest .progressBox .right::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../../images/classTest/correct2.png");
    top: 50%;
    margin-top: -15px;
    left: 4px;
}
#ccH5classTest .progressBox .wrong{
    float: right;
    box-sizing: border-box;
    position: relative;
    padding-right: 38px;
    min-width: 15%;
    width: 30%;
    height: 100%;
    background-color:#E44F5A;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 38px;
    border-radius:100px;
    transition: width cubic-bezier(0.42, 0, 0.71, 1.38) 1s;;
}
#ccH5classTest .progressBox .wrong::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../../images/classTest/wrong2.png");
    top: 50%;
    margin-top: -15px;
    right: 4px;
}
#ccMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index:10004;
}
#ccMask  button {
    margin-right: 20px;
    width: 88px;
    height: 34px;
    border: none;
    font-size: 14px;
    color:rgba(255,255,255,1);
    background:rgba(85,177,255,1);
    cursor: pointer;
    border-radius: 2px;
}
#ccMask .box {
    box-sizing: border-box;
    padding: 20px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:310px;
    height:190px;
    background:rgba(255,255,255,1);
    border-radius:4px;
}
#ccMask .box span {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 26px;
    height: 26px;
    font-size: 24px;
    color: #CBCBCB;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}
#ccMask .box p {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 16px;
}
#ccMask .btns {
    padding-left: 57px;
}
/* 缓冲提示语 */
.ccH5playerBox .cch5SpeedTips {
    display: none;
    padding: 0 20px;
    margin: 0;
    position: absolute;
    bottom: 28%;
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    height: 34px;
    background: rgba(30,31,33,1);
    color: #fff;
    line-height: 34px;
    font-size: 14px;
    border-radius: 50px;
    z-index: 3;
}
/* 分享功能、右侧菜单样式 */
  #ccH5RightMenu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 54px;
    color: #bfbfbf;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    max-height: 305px;
}
#share-btn, #ccH5RightMenu .ccH5RightMenuBtn {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 43px;
    padding-top: 7px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #bfbfbf;
    font-size: 12px;
    text-align: center;
    z-index: 10000;
    cursor: pointer;
    margin-bottom: 1px;
    text-decoration: none;
}
#share-btn:hover, #ccH5RightMenu .ccH5RightMenuBtn:hover {
    color: #FF920a;
}
#share-btn img, #ccH5RightMenu .ccH5RightMenuBtn img {
    margin: 0 auto 4px;
    display: block;
    width: 20px;
    height: 20px;
    border: 0;
}
#ccH5RightMenu .ccH5RightMenuBtn .icon-pos {
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#ccH5-share-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 100000;
    color: #fff;
}
#ccH5-share-box .main-box {
    position: absolute;
    width: 330px;
    height: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.7);
}
#ccH5-share-box .title {
    padding: 5px 10px;
    height: 30px;
}
#ccH5-share-box .title p {
    margin: 0;
    float: left;
}
#ccH5-share-box .title .right {
    float: right;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    cursor: pointer;
}
#ccH5-share-box .body {
    height: 160px;
}
#ccH5-share-box .first {
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px;
    height: 32px;
}
#ccH5-share-box .first span {
    float: left;
    margin-right: 10px;
    padding-left: 20px;
    height: 32px;
    line-height: 32px;
}
#ccH5-share-box .first img {
    margin-right: 30px;
    float: left;
    cursor: pointer;
}
#ccH5-share-box .first .qrcode-box img {
    margin: 0;
    float: unset;
    cursor: unset;
}
#ccH5-share-box .first #wx:hover+.qrcode-box {
    opacity: 1;
}
#ccH5-share-box .first .qrcode-box {
    position: absolute;
    top: 56px;
    right: 64px;
    width: 120px;
    height: 120px;
    opacity: 0;
    transition: 0.5s all linear;
}
#ccH5-share-box .rows {
    height: 40px;
}
#ccH5-share-box .rows input {
    float: left;
    width: 200px;
}
#ccH5-share-box .rows span {
    float: left;
    padding: 0 20px;
    font-size: 12px;
}
#ccH5-share-box .rows .btn {
    float: right;
    margin-right: 5px;
    width: 36px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    background-color: #FF920a;
    text-align: center;
    cursor: pointer;
}
#ccH5-share-box .rows .video-adress {
    padding-right: 8px;
}


.picAdPaused {display: none; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; font-size: 12px; color: #bbbbbb; -webkit-user-select: none;}
.picAdPaused img {border: 0;}
.picBtnPaused{width:100%; height:100%; display:block; position:absolute; top:0; left:0; z-index:10; }
.pictabPaused{
    text-align: center; 
    position: absolute;
    width: 60%;
    height: 60%;
    max-width: 60%;
    max-height: 60%;
    top: 20%;
    left: 20%;
    bottom: 20%;
    right: 20%;
}
.picAdPaused .pausedAdSrc{
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
 }
.closeBoxPaused {
    position: absolute;
    top:10px;
    right:20px;
    z-index: 20;
    font-size: 13px;
    line-height: 24px;
    color: #eee;
}
.pausedVideoAdCloseBtn {
    height:24px;
    top:10px;
    right:10px;
    border-radius:4px;
    background:rgba(0,0,0,0.4) url('../../images/html5player/closeBtn.png') no-repeat right center;
    background-size: 24px 24px;
    padding-left: 5px;
    padding-right: 24px;
    cursor: pointer;
}
.adVideoVolume {
    position: absolute;
    left: 10px;
    bottom: 10px;
    min-width: 24px;
    min-height: 24px;
    max-width: 36px;
    max-height: 36px;
    background:url('../../images/html5player/pausedAdMuted.png') no-repeat center;
    background-size: 100%;
    z-index: 20;
    cursor: pointer;
}
.adVideoVolume.active {
    background-image: url('../../images/html5player/pausedAdVol.png');
}
.ccAdEndBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#000;
}
/* 试看tip样式 */
.ccH5FreeTimeTipBox {
    padding-left: 20px;
    padding-right: 10px;
    margin-left: 20px;
    position: absolute;
    bottom: 50px;
    left: 0px;
    height: 40px;
    line-height: 40px;
    background: rgba(34, 34, 34, .6);
    color: #fff;
    z-index: 208;
    border-radius: 4px;
    overflow: hidden;
}
.ccH5FreeTimeTipBox a {
    color: #FF920a;
    text-decoration: none;
    padding-left: 4px;
}
.closeFreeTimeTip {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, .4) url('../../images/html5player/closeBtn.png') no-repeat;
    background-size: 100%;
    vertical-align: middle;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
}
.freeTimeTipMsg {
    display: inline-block;
    max-width: 220px;
    height: 40px;
    vertical-align: middle;
    overflow: hidden;
    margin-top: -2px;
}
.freeTimeDuration {
    color: #FF920a;
}
.ccH5TipText {
    display:block;
    font-size:14px;
    padding:0 10%;
    height:42px;
    overflow:hidden;
    line-height:21px;
 }
.ccH5TipBtn {
    display:inline-block;
    height:50px;
    line-height:50px;
    max-width:240px;
    font-size:18px;
    border: 1px solid #FF920a;
    color:#FF920a;
    padding:0 37px;
    border-radius:26px;
    margin-top:35px;
    overflow:hidden;
    cursor: pointer;
    text-decoration: none;
}
/* 鼠标右键菜单 */
.ccH5MouseMenu {
    width: 220px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    position: fixed;
    display: none;
    z-index: 10005;
    user-select: none;
    background-color: rgba(21, 21, 21, .7);
    padding: 4px 0;
}
.ccH5MouseMenu ul {
    width: 220px;
    max-height: 240px;
    padding: 0;
    margin: 0;
    color: #eee;
    overflow: hidden;
 }
.ccH5MouseMenu ul li {
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    list-style: none;
}
.ccH5MouseMenu ul li[data-target]:hover {
    background-color:rgba(255, 255, 255, 0.1);
}
/* 答题器 */
.ccVoteContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100001;
}
.ccVoteBox {
    position: absolute;
    max-width: 100%;
    width: 508px;
    bottom: 50px;
    left: 0;
    right: 0;
    min-width: 300px;
    min-height: 100px;
    margin: 0 auto;
    padding-bottom: 24px;
}
.ccVoteContainer .ccVoteBtn{
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: rgba(255, 110, 10, .8);
    border-radius: 16px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
}
.ccVoteBox .ccVoteInputBox {
    display: none!important;
}
.ccVoteBox .ccVoteList {
    min-height: 46px;
    text-align: center;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
.ccVoteBox .ccVoteList li {
    display: inline-block;
    width: 54px;
    height: 46px;
    line-height: 46px;
    background: rgba(51, 51, 51, .8);
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    font-style: italic;
    font-weight: 600;
    list-style: none;
    margin-top: 10px;
    margin-right: 10px;
}
.ccVoteBox .ccVoteList li:last-child {
    margin-right: 0;
}
.ccVoteBox .ccVoteList li.active {
    background-image: url('../../images/html5player/ccVoteActive.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.ccVoteReport, .ccVoteResultTip {
    position: absolute;
    width: 300px;
    height: 200px;
    bottom: 70px;
    left: 50%;
    margin-left: -150px;
    background: rgba(51, 51, 51, .8);
    color: #fff;
    overflow: hidden;
}
.ccVoteReport .ccVoteReportHeader {
    position: relative;
    text-align: center;
    padding: 11px 0;
}
.ccVoteReport .closeCCVoteReport, .ccVoteResultTip .ccCloseVoteResultTip {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../../images/html5player/closeBtn.png') no-repeat;
    background-size: 100%;
}

.ccVoteReport .ccVoteReportTip {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 68px;
    height: 22px;
    line-height: 22px;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.ccVoteReport .ccVoteReportTip.right {
    background: rgba(27, 189, 121, .5);
} 
.ccVoteReport .ccVoteReportTip.wrong {
    background: rgba(245, 87, 87, .5);
}
.ccVoteReport .ccReportList {
    text-align: center;
    margin: 0 0 3px;
    padding: 0;
    overflow: hidden;
}
.ccVoteReport .ccReportList li {
    width: 24px;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}
.ccVoteReport .ccReportList li:last-child {
    margin-right: 0;
}
.ccVoteReport .ccReportList li .ccReportProgressBg {
    height: 98px;
    position: relative;
    background: rgba(153, 153, 153, .8);
    font-size: 12px;
}
.ccVoteReport .ccReportList li .col {
    transform: scale(.9);
}
.ccVoteReport .ccReportList li .ccReportProgress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    height: 0;
    transition: height cubic-bezier(0.42, 0, 0.71, 1.38) 1s;
}
.ccVoteReport .ccReportList li .ccReportTxt {
    width: 24px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
}
.ccVoteReport .ccReportList li.right .ccReportTxt {
    color: #1BBD79;
}
.ccVoteReport .ccReportList li.right .ccReportProgress {
    background: rgba(27, 189, 121, .8);
}
.ccVoteReport .ccReportList li.wrong .ccReportTxt {
    color: #F55757;
}
.ccVoteReport .ccReportList li.wrong .ccReportProgress {
    background: rgba(245, 87, 87, .8);
}
.ccVoteReport .ccReportList li .ccVoteSelected {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    background: url('../../images/html5player/selected.png') no-repeat;
    background-size: 100%;
}
.ccVoteResultTip {
    text-align: center;
}
.ccVoteResultTip .resultIcon {
    width: 40px;
    height: 40px;
    margin: 40px auto 10px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ccVoteResultTip .resultIcon.succ {
    background-image: url('../../images/html5player/success.png');
}
.ccVoteResultTip .resultIcon.fail {
    background-image: url('../../images/html5player/error.png');
}
.ccVoteResultTip .ccVoteResultBtns {
    height: 32px;
    margin-top: 30px;
}
.ccVoteResultTip .ccVoteResultBtns .ccVoteBtn {
    display: inline-block;
    margin: 0;
}
.ccVoteResultTip .ccVoteResultBtns .ccReBtn {
    margin-right: 30px;
    background: rgba(255, 255, 255, .8);
    color: #FF6E0A;
}
.ccH5ListBtn {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    color: #ddd;
    text-decoration: none;
    display: block;
    width: 60px;
    height: 24px;
    background: rgba(51,51,51,0.5);
    border-radius: 100px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
}
.ccH5ListBtn:hover {
    background: rgba(255,146,10,0.6);
    color: #fff;
}
/* 知识点 */
.ccH5LearnBtn {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    color: #ddd;
    text-decoration: none;
    display: block;
    min-width: 40px;
    max-width: 58px;
    height: 24px;
    background: rgba(51,51,51,0.5);
    border-radius: 100px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
    overflow: hidden;
    word-break: break-all;
}
.ccH5LearnBtn:hover {
    background: rgba(255,146,10,0.6);
    color: #fff;
}
.ccH5KnowBox {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 16px;
    background-color: rgba(21, 21, 21, .9);
    padding-top: 40px;
    overflow: hidden;
    width: 0px;
    transition: all .3s ease-in;
}
.ccH5DrawerShow {
    width: 320px;
}
.ccH5DrawerHide {
    width: 0px;
}
.ccH5-drawer-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    overflow: hidden;
}
.ccH5-close-drawer {
    position: absolute;
    top: 0;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url('../../images/html5player/closeBtn.png') no-repeat;
    background-size: 100%;
}
.ccH5-close-drawer:hover {
    background-image: url('../../images/html5player/closeBtnHover.png');
}
.ccH5-drawer-box {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
/*自定义滚动条*/
.ccH5-drawer-box::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(21, 21, 21, .9);
}

  /*定义滑块（thumb）*/
.ccH5-drawer-box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(102, 102, 102, .9);
}
.ccH5-drawer-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
}
.ccH5-drawer-ul li {
    box-sizing: border-box;
    padding: 0;
    list-style: none;
    cursor: pointer;
}
.ccH5-drawer-ul .ccH5-cate-name {
    height: 46px;
    line-height: 46px;
    position: relative;
    padding: 0 20px;
}
.ccH5-drawer-ul .ccH5-cate-name>div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
}
.ccH5-drawer-ul .ccH5-collapse-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 3px;
    background: url('../../images/html5player/down.png') no-repeat;
    background-size: 100%;
    transition: all .2s ease-in;
}
.ccH5-drawer-ul .ccH5-collapse-btn.expand {
    transform: rotate(-180deg);
}
.ccH5-drawer-ul .ccH5-cate-item {
    height: 60px;
    position: relative;
    padding-left: 55px;
    overflow: hidden;
}
.ccH5-cate-item .ccH5-know-time {
    margin-top: 6px;
    margin-bottom: 6px;
}
.ccH5-cate-item .ccH5-know-index {
    width: 26px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 14px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    background: #151515;
    transition: all .3s ease-in;
}
.ccH5-cate-item:hover {
    background: rgba(255, 255, 255, 0.1)
}
.ccH5-cate-item:hover .ccH5-know-index {
    color: #333;
    background: #fff;
    opacity: 1;
}
.ccH5-cate-item .ccH5-know-desc {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ccH5-cate-item.ccH5-no-desc {
    height: 46px;
}
.ccH5-cate-item.ccH5-no-desc .ccH5-know-time {
    margin-top: 12px;
}
.ccH5-drawer-ul .ccH5-cate-info {
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
}
.ccH5-drawer-ul .ccH5-cate-info::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 30px;
    bottom: 30px;
    width: 1px;
    background: #fff;
    opacity: .5;
}
.ccH5-drawer-ul .ccH5-cate-info.expand {
    max-height: 1800px;
}

.close-btn {
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url('../../images/html5player/closeBtn.png') no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.close-btn:hover {
    background-image: url('../../images/html5player/closeBtnHover.png');
}

.ccH5NetInfo {
    width: 340px;
    left: 20px;
    top: 10px;
}
.ccH5NetInfo ul {
    width: auto;
    max-height: none;
}
.ccH5NetInfo ul li {
    cursor: auto;
    user-select: text;
}

.ccH5Msg {
    position: fixed;
    z-index: 50000;
    top: 30%;
    width: 100%;
    color: #18c12e;
    text-align: center;
    font-size: 20px;
}
/* 宣传图 */
.ccPicAdBox {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 44px;
    position: absolute;
}
.ccPicAdBox img {
    user-select: none;
    border: 0;
    display: block;
    height: auto;
    width: 100%;
}
.ccPicAdBox .ccPicAdShowTime {
    float: left;
    display: none;
    padding: 0 6px;
    background:rgba(34, 34, 34, .5);
    border-radius: 12px;
    color: #fff;
    margin-right: 5px;
}
.ccPicAdBox .closePicWait {
    float: left;
    padding: 0 6px;
    background:rgba(34, 34, 34, .5);
    border-radius: 12px;
    color: #fff;
}
.ccPicAdBox .closePicAd {
    width: 20px;
    height: 20px;
    float:left;
    background: rgba(34, 34, 34, .5) url('../../images/html5player/closeBtn.png') no-repeat;
    background-size: 100%;
    border-radius: 12px;
}
.cch5TipToast {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    width:auto;
    min-width:5%;
    height: 26px;
    line-height: 26px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align:center;
    z-index:100000;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 0 16px;
    border-radius: 14px;
}
.ccKnowledgePart {
    box-sizing: border-box;
    height:4px;
    position: absolute;
    top:5px;background: rgba(255, 146, 10, 0.6);
    border-left: 2px solid #fff;
    border-right: 2px solid #fff; 
 }
 /* 签到 */
.ccSignContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100001;
}
.ccSignWrap {
    width: 400px;
    min-height: 130px;
    max-height: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.03), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 6px 16px -8px rgba(0, 0, 0, 0.08);
    border: 1px solid #E8E8E8;
    border-radius: 8px;
}
.ccSignIdxBox {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px 0 0 0;
    overflow: hidden;
}
.ccSignIdxBg {
    width: 0px;
    height: 0px;
    border-top: 30px solid #E8E8E8;
    border-right: 30px solid transparent;
}
.ccSignIdx {
    position: absolute;
    top: 2px;
    left: 5px;
    color: #666;
    font-size: 12px;
}
.ccSignWrapTitle {
    max-width: 288px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin: 0 auto 16px;
    text-align: center;
}
.ccSignWrapContent {
    padding: 0 24px;
    min-height: 60px;
    max-height: 176px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-bottom: 18px;
    word-break: break-all;
}
.ccSignWrapBtn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #FF842F;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 auto 10px;
    cursor: pointer;
    padding: 0 20px;
    overflow: hidden;
}
.ccSignWrapLogo {
    width: 150px;
    height: 105px;
    overflow: hidden;
    margin: -70px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccSignWrapLogo img {
    width: 100%;
}
.ccSignLogoDefault {
    width: 150px;
    height: 105px;
    background: url('../../images/html5player/signLogo.png');
    background-size: 100%;
}