.video-block {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.subnav {
    height: 70px;
    border-bottom: 1px solid #d8d8d8;
}

.subnav ul {
    width: 230px;
    height: 100%;
    margin: 0 auto;
}

.subnav ul li {
    height: 68px;
    width: 75px;
    line-height: 88px;
    color: #818181;
    float: left;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    margin: 0 20px;
}

.subnav ul li:hover {
    color: #006aee;
    border-bottom: 2px solid #006aee;
}

.subnav .current-item {
    color: #006aee;
    border-bottom: 2px solid #006aee;
}

.last-video-title {
    height: 50px;
    width: 260px;
    margin: 0 auto;
}

.last-video-title .title-line{
    float: left;
    width: 60px;
    margin-top: 25px;
    border-bottom: 1px solid #d8d8d8;
}

.last-video-title span{
    float: left;
    height: 50px;
    line-height: 50px;
    color: #818181;
    font-size: 20px;
    margin: 0 10px;
}

.last-video-block{
    width: 1000px;
    height: 300px;
    margin: 0 auto;
}

.last-video-block img{
    float: left;
    width: 500px;
    height: 300px;
}

.last-video {
    float: left;
    width: 469px;
    height: 298px;
    padding-left: 30px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

.last-video h5{
    height: 60px;
    font-size: 20px;
    color: #000;
    line-height: 60px;
    padding-top: 20px;
}

.last-video .video-operation {
    height: 40px;
}

.last-video .video-operation {
    height: 40px;
}

.last-video .video-operation span{
    float: left;
    font-size: 16px;
    color: #b6b6b6;
    line-height: 40px;
}

.last-video .video-operation span .no-collect{
    cursor: pointer;
    padding: 0 15px;
    margin-left: 10px;
    background: url('/Public/image/icon/collect-no.png') no-repeat center;
    background-size: 15px 15px;
}

.last-video .video-operation span .have-collect{
    cursor: pointer;
    padding: 0 15px;
    margin-left: 10px;
    background: url('/Public/image/icon/collect-have.png') no-repeat center;
    background-size: 15px 15px;
}

.last-video-button{
    margin-top: 100px;
}

.last-video-button a{
    float: left;
    width: 120px;
    height: 40px;
    margin-right: 30px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
}

.last-video-button .now{
    background-color: #006aee;
    color: #fff;
}

.last-video-button .next{
    border: 1px solid #d8d8d8;
    color: #818181;
    display: none;
}

.video-bold-title{
    width: 975px;
    height: 30px;
    margin: 30px auto;
    padding-left: 20px;
    border-left: 5px solid #006aee;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
}

.video-count-box {
    width: 446px;
    margin: 0 auto;
    border: 1px solid #d8d8d8;
    padding: 10px 278px;
}

.video-count-box .count-box{
    float: left;
    width: 120px;
    height: 50px;
    font-size: 18px;
    color: #dcdcdc;
    text-align: center;
    margin-top: 15px;
}

.video-count-box .count-box-line{
    float: left;
    width: 2px;
    height: 85px;
    border-right: 1px solid #d8d8d8;
    margin: 0 20px;
}

.video-list{
    width:1000px;
    margin: 0 auto;
}

.video-list .chapter-list{
    float: left;
    width: 290px;
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

.video-list .chapter-list ul{
    min-height: 40px;
    padding: 15px 35px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.video-list .chapter-list .have-select{
    background-color: #006aee;
    color: #fff;
}

.video-list .chapter-list ul:hover{
    background-color: #006aee;
    color: #fff;
}

.video-list .section-list{
    float: left;
    width: 688px;
    margin-left: 18px;
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

.video-list .section-list ul{
    height: 49px;
    padding: 0 40px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 16px;
    color: #818181;
    line-height: 49px;
}

.video-list .section-list li{
    float: left;
    width: 516px;
    color: #818181;
    font-size: 14px;
    line-height: 50px;
}

.video-list .section-list a{
    float: left;
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    border: 1px solid #006aee;
    color: #006aee;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
}

.video-chapter-box {
    width: 998px;
    margin: 0 auto;
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

.video-section-title{
    display: block;
    font-size: 18px;
    cursor: pointer;
    height: 70px;
    width: 898px;
    padding: 0 50px;
    border-bottom: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.video-chapter-box :hover li{
    color: #006aee !important;
}

.video-chapter-box :hover span{
    color: #006aee !important;
}


.video-section-title li{
    float: left;
    width: 806px;
    color: #818181;
    font-size: 16px;
    line-height: 70px;
}

.video-section-title span{
    float: left;
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    color: #006aee;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}

.video-section-title .having-watch{
    border: 1px solid #006aee;
}

.video-section-title .having-watch i{
    padding: 10px;
    background: url('/Public/image/icon/play.png') no-repeat center;
    background-size: 12px 15px;
}

.video-play-block {
    width: 1000px;
    height: 563px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background-color: #f1f1f1;
}

.video-play-block .friend-tips{
    font-size: 18px;
    text-align: center;
    color: #424242;
    padding-top: 250px;
    display: block;
}

.collect-video {
    position: relative;
    width: 27px;
    height: 35px;
    left: 835px;
    top: -99px;
    z-index: 100;
    cursor: pointer;
}
.no-collect-video i{
    padding: 0 13px;
    background: url("/Public/image/icon/collect-no.png") no-repeat center;
    background-size: 14px 14px;
    vertical-align:middle;
}

.have-collect-video i{
    padding: 13px;
    background: url("/Public/image/icon/collect-have.png") no-repeat center;
    background-size: 14px 14px;
    vertical-align:middle;
}

.collect-video2 {
    position: relative;
    width: 40px;
    height: 40px;
    left: 936px;
    top: -105px;
    z-index: 1;
    cursor: pointer;
}

.no-collect-video2 i{
    padding: 5px 20px;
    background: url("/Public/image/icon/collect-no1.png") no-repeat center;
    background-size: 30px 30px;
    vertical-align:middle;
    z-index: 11;
}

.have-collect-video2 i{
    padding: 5px 20px;
    background: url("/Public/image/icon/collect-have1.png") no-repeat center;
    background-size: 30px 30px;
    vertical-align:middle;
}

.video-play-bar-mask {position: relative; width: 1000px; height: 22px; left: -25px; top: -157px; z-index: 1;}

.video-info-title{
    position: relative;
    top: 30px;
    left: 50%;
    height: 20px;
    width: 500px;
    margin-left: -480px;
    font-size: 16px;
    color: #fff;
    z-index: 1;
}

.video-chapter-title {
    background-color: #f6f6f6;
    cursor: pointer;
}

.nologin-video-block{
    width: 340px;
    padding: 90px 329px;
    height: 118px;
    margin: 0 auto;
    border: 1px solid #d8d8d8;
}

.nologin-video-block h5{
    height: 35px;
    font-size: 16px;
    color: #b0b0b0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.nologin-video-block a{
    float: left;
    height: 35px;
    width: 118px;
    border: 1px solid #006aee;
    color: #006aee;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
}
.prism-ErrorMessage{
    display: none;
}
.operators{
    display: none;
}

.new-video-list{
    width: 1000px;
    margin: 0 auto;
}

.new-video-list .new-video-info{
    width: 220px;
    float: left;
    margin: 15px;
}

.new-video-list .new-video-info img{
    width: 100%;
    height: 150px;
    border-radius: 5px;
}

.new-video-list .new-video-info .v-title{
    font-size: 14px;
    color: #424242;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-video-list .new-video-info .v-time{
    font-size: 14px;
    color: #006aee;
}

