﻿body,html{
    background:#F6F7F8;
    font-family: PingFangSC, PingFang SC;
}
.playWrap{
    width:1200px;
    margin:0 auto;
    padding-bottom: 100px;
}
.playWrap::after{
    content:"";
    display: block;
    clear: both;
}
.play{
    float:left;
    position: relative;
    width:900px;
}
.play h2{
    font-size: 20px;
    font-weight: 600;
    color: #414141;
    margin:30px 0 20px;
}
#speed{
    display: none;
}
.videoWrap{
    width:900px;
    height:508px;
}
.videoList{
    position: absolute;
    right:0;
    top:200px;
    z-index:99;
    width: 72px;
}
.videoList>div{
    height: 62px;
    margin-bottom: 2px;
    border-radius: 10px 0px 0px 10px;
    background:rgba(0,0,0,.5);
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
    box-sizing: border-box;
}
.playRight{
    float: right;
    width: 281px;
}
.packDown a{
    background: url("../image/xz.png")no-repeat left center;
    font-size: 18px;
    color: #FF7D00;
    padding-left:28px;
    float: right;
    font-weight: 600;
    margin:30px 0 20px;
    cursor: pointer;
}
.rightCont{
    clear: both;
    width: 281px;
    height: 508px;
    background: #FFFFFF;
    border-radius: 6px;
    box-sizing: border-box;
    padding-top:1px;
}
.title{
    padding:6px 24px 0 24px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
.title span{
    display: block;
    margin-right:36px;
    cursor: pointer;
}
.title span:after{
    content:"";
    display: block;
    width: 28px;
    height: 3px;
    
    border-radius: 2px;
    margin:8px auto 0;
}
.title .titActive{
    color:#217FF3;
}
.title .titActive:after{
    background: #217FF3;
}
/*课程*/
.phase{
    
}
.phaseTit{
    width: 263px;
    height: 38px;
    margin:16px auto 0;
    background: #F8F8F8;
    border-radius: 8px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    color: #414141;
}
.phaseTit h6{
    float: left;
    text-align: center;
    width: 68%;
    font-size: 16px;
}
.phaseTit span{
    margin:2px 0 8px 8px;
    width:14px;
    height:14px;
    padding:10px;
    cursor: pointer;
}
.phaseTit span:first-child{
    float: left;
}
.phaseTit span:last-child{
    float: right;
}
.phase-prev{
    background:url(../image/prev.png)no-repeat center center;
    background-size:14px;
}
.phase-prevNo{
    background:url(../image/prevNo.png)no-repeat center center;
    background-size:14px;
}
.phase-next{
    background:url(../image/next.png)no-repeat center center;
    background-size:14px;
}
.phase-nextNo{
    background:url(../image/nextNo.png)no-repeat center center;
    background-size:14px;
}
.phase ul{
    padding:4px 12px;
    width:100%;
    height:408px;
    box-sizing:border-box;
    overflow-y: auto;
}
.phase .active{
    color: #217FF3;
}
.phase li{
    width:100%;
    box-sizing:border-box;
    border-bottom: solid 1px #F5F5F5;
    padding:15px 5px;
    font-size: 14px;
    color: #464E59;
    position:relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.phase li h6{
    flex:1;
    margin-right:34px;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
}
.showDown span{
    height:57px;
    cursor: pointer;
    flex-shrink: 0;
    padding:10px;
    background:url(../image/xzNo.png)no-repeat center center;
    background-size:14px;
}
.showDown:hover span{
    background:url(../image/xzBlue.png)no-repeat center center;
    background-size:14px;
}
.showDown:hover div{
    display: block;
}
.download{
    width: 64px;
    height: 76px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.06);
    position: absolute;
    right:0;
    top:42px;
    z-index:9;
    text-align: center;
    border-radius: 10px;
    display: none;
}
.download a{
    display:block;
    font-size: 14px;
    color: #464E59;
    margin-top:12px;
}
.download a:hover{
    color: #217FF3;
}
/*添加群弹框*/
.groupShade{
    width:100%;
    height:100%;
    position: fixed;
    left:0;
    top:0;
    background:rgba(0,0,0,.5);
    z-index:999;
    display: none;
}
.groupCont{
    width: 507px;
    height: 270px;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
}
.groupCont .close{
    position: absolute;
    right:0;
    top:0;
    width:50px;
    height:50px;
    background: url("../image/close1.png")no-repeat center center;
    background-size:20px;
}
.groupCont img{
    width:100%;
    height:100%;
}
/*资料下载*/
.contZl{
    padding:0 12px;
    height:408px;
    overflow-y: auto;
    display: none;
}
.zlList{
    border-bottom:solid 1px #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:16px 0 13px;
}
.zlList h6{
    font-size: 16px;
    color: #464E59;
    line-height: 22px;
    background: url(../image/zl.png)no-repeat left top 3px;
    background-size:20px;
    padding:0 12px 0 24px;
}
.zlList a{
    color: #F04343;
    margin-left:12px;
    flex-shrink: 0;
}
/*小测*/
.xcCont{
    padding:0 16px;
    height:408px;
    overflow-y: auto;
    display: none;
}
.xcList{
    border-bottom:solid 1px #f5f5f5;
    padding:8px 0 13px;
}
.xcList h6{
    font-weight:normal;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    background-size:20px;
}
.xcList p{
    text-align: right;
    margin-top:8px;
}
.xcList p a{
    display: inline-block;
    width: 84px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    line-height: 28px;
    margin-left: 10px;
}
.xcList .exam,.xcList .unlock{
    color:#217FF3;
    border: 1px solid #217FF3;
}
.xcList .analy{
    color:#999999;
    border: 1px solid #999999;
}
.xcList .againExam{
    color:#217FF3;
    background: #EEF5FE;
    border: 1px solid #EEF5FE;
}
/*没权限弹框*/
.addWxCont{
    width:100%;
    height:100%;
    position: fixed;
    left:0;
    top:0;
    background:rgba(0,0,0,.3);
    z-index:999;
    display: none;
}
.addWx{
    width:430px;
    height:571px;
    background:url(../image/7633e24ae9484ad4af1a00fecaedab60.png);
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.closeWx{
    float:right;
    margin:24px 24px 3px 24px;
    cursor: pointer;
}
.wxTit{
    display: block;
    clear: both;
    margin:0 auto;
}
.addWx>a{
    display: block;
    width: 312px;
    height: 48px;
    background: #217FF3;
    border-radius: 24px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    margin:25px auto;
}
.wxCode{
    width: 220px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    border-radius: 16px;
    border: 1px solid #000000;
    padding:9px;
    box-sizing: border-box;
    margin:0 auto;
}
.wxCode img{
    width:100%;
    height:100%;
}
.addWx p{
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-top:10px;
}
/*收藏本*/
.popUp{
    position: fixed;
    left:0;
    top:0;
    background:rgba(0,0,0,.5);
    width:100%;
    height:100%;
    z-index: 9999;
    display: none;
}
.popUpCont{
    width: 840px;
    height: 435px;
    background: #FFFFFF;
    border-radius: 30px;
    box-sizing: border-box;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin: auto;
    padding:30px 0;
}
.popUpTit{
    font-weight: 500;
    font-size: 22px;
    color: #464E59;
    padding:0 40px;
}
.popUpTit img{
    float: right;
    cursor: pointer;
}
.popUpType{
    margin:0 40px 16px;
}
.popUpType .navActive{
    background: #217FF3;
    color: #FFFFFF;
}
.popUpType li{
    float: left;
    width: 48px;
    height: 20px;
    border-radius: 4px;
    background: #EEF5FE;
    line-height:20px;
    text-align: center;
    font-size: 12px;
    color: #217FF3;
    cursor: pointer;
}
.list{
    clear:both;
    padding:0 40px;
    height: 266px;
    overflow-y: auto;
}
.list .active .listTit{
    border-color:transparent;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    color:#217FF3;
    background:#fff url(../image/ca04d6640aba4e40b42d44ff3abff006.png)no-repeat center right 20px;
}
.list .active .listCont{
    display: block;
}
.list1{
    float:left;
    width: 362px;
}
.list2{
    float:right;
    width: 362px;
}
.listMin{
    width:100%;
    background:#f9f9f9;
    border-radius:6px;
    cursor: pointer;
    margin-bottom: 18px;
}
.listTit{
    line-height: 46px;
    font-size: 16px;
    color: #333333;
    padding-left:8px;
    border: 1px solid #F3F3F3;
    border-radius: 6px;
    font-weight:600;
    background:#fff url(../image/057301e48b1d4ed7837daf25db7782d4.png)no-repeat center right 20px;
}
.listTit span{
    float:right;
    font-size: 12px;
    font-weight:normal;
    color: #999999;
    padding-right:40px;
}
.listCont{
    display: none;
}
.listCont p{
    padding:13px 20px 13px 12px;
    color: #333333;
    line-height: 16px;
}
.listCont span{
    float:right;
    font-size: 12px;
    color: #999999;
}
.listCont .sonActive{
    color:#217FF3;
}
.popUpBtns{
    margin:16px 40px;
    overflow:hidden;
}
.popUpBtn1{
    float: left;
}
.popUpBtn2{
    float: right;
}
.popUpBtns a{
    float: left;
    font-size:14px;
    text-align: center;
    height:30px;
    line-height:30px;
    width:80px;
    background:#3377f2;
    color:#fff;
    border-radius: 5px;
}
.list .checkLaw{
    margin-top:17px;
}
.check,.checkLaw{
    float: left;
    width:12px;
    height:12px;
    border-radius: 60px;
    border:1px solid #acb0b3;
    margin:0 5px;
    display: none;
    margin-top:2px;
}
.checkActive,.checkLawActive{
    border:1px solid #769ef5;
    background: #769ef5;
}
.popUpBtns .checkAll,.popUpBtns .cancelCheck,.popUpBtns .exportData{
    display: none;
}

/* 移除仅播放时隐藏的限制，暂停状态下也生效 */
.vjs-has-started.vjs-user-inactive .vjs-control-bar {
    opacity: 0;
    transition: opacity 0.5s;
} 
/* 保留用户操作时显示的逻辑 */
.vjs-has-started.vjs-user-active .vjs-control-bar {
    opacity: 1;
}
/* 进度条背景颜色 */
.videoWrap .video-js .vjs-control-bar {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
}