
/*旧的内容部分*/
.course-view{
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding:40px;
    min-height: 380px;
    position: relative;
}
.course-view-cover{
    width: 490px;
    height: 300px;
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    left:40px;
    top:40px;
}
.course-view-cover__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-view-cont{
    margin-left:520px;
    min-height: 300px;
}
.course-view-cont__title{
    font-size: 24px;
    line-height: 36px;
    color: #182d42;
    font-weight: 700;
}

.course-view-cont__desc{
    font-size: 14px;
    line-height: 34px;
    margin-top: 12px;
    color:#999;
}
.course-view-cont__desc .text span{
    margin-right: 30px;
    position: relative;
}
.course-view-cont__desc span + span::before{
    content: '';
    width: 1px;
    background-color: #999;
    position: absolute;
    left:-15px;
    top:50%;
    height: 12px;
    margin-top: -6px;
}
.course-view-cont__iconbts{
    line-height: 34px;
    font-size: 14px;
    margin-top: 10px;
}
.course-view-cont__iconbts .course-code{
    margin-left: 20px;
}
.course-view-cont__iconbts .c_zan,
.course-view-cont__iconbts .c_collect { float:left; margin-left: 20px;padding-left: 30px; color:#999; cursor: pointer; position: relative;} 
.course-view-cont__iconbts .c_zan i,
.course-view-cont__iconbts .c_collect i { margin-right:3px; float:left; color:#999; } 
.course-view-cont__iconbts .c_zan .icon-thumb-up{
    width: 21px;
    height: 20px;
    background: url(../icons.png) no-repeat -75px -460px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}
.course-view-cont__iconbts .c_zan .zaned { background-position: -101px -459px; } 


.course-view-cont__iconbts .c_collect { margin-right:0; color: #ffd400; } 
.course-view-cont__iconbts .c_collect .icon-heart{

    width: 21px;
    height: 20px;
    background: url(../icons.png) no-repeat -166px -459px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}
.course-view-cont__iconbts .c_collect .icon-heart.collected{
    background-position: -146px -487px;
}
.course-view-cont__iconbts .bshare-custom{
    line-height: 34px !important;
    float: left;
    font-size: 14px;
}
.course-view-cont__iconbts .bshare-custom a.bshare-more{
    display: block;
    line-height: 34px;
}
.course-view-cont__iconbts .share-icon{
    display: inline-block;
    position: relative;
    top:5px;
    width: 19px;
    height: 19px;
    background: url(../icons.png) -266px -82px;
    margin-right:9px;
}
.course-view-cont__iconbts .course-code { position: relative;padding-left: 25px; color:#999;  cursor: pointer; } 
.course-view-cont__iconbts .course-code::before{
    content: '';
    position: absolute;
    left:0;
    width: 14px;
    height: 20px;
    background: url(../icons.png) no-repeat -164px -430px;
    top: 50%;
    margin-top:-10px;
} 
.course-view-cont__iconbts a.bshare-more {
    color:#999 !important;
    margin-right: 0px;
}
.course-view-cont__iconbts a.bshare-more:hover,
.course-view-cont__iconbts .course-code:hover{
    color:#f5c921 !important;
    text-decoration: none;
}
.course-view-cont__iconbts a.bshare-more:hover .share-icon{
    background-position: -288px -82px;
}
.course-view-cont__iconbts .course-code:hover::before{
    background-position: -146px -430px;
}
.course-view-cont__iconbts .course-code__img { position: absolute; bottom: 50px; left: -50px; z-index: 9; display: block; border: 1px solid #eee; background: #fff; padding: 10px; display: none; } 
.course-view-cont__iconbts .course-code__img img { display: block; width:120px; height:120px; } 
.course-view-cont__iconbts .course-code:hover .course-code__img { display:block; } 


.course-view-cont .price-box{
    background-color: #f5f5f5;
    padding:0 12px;
    margin-top: 12px;
}


.course-view-cont .hb-ui-btn,
.course-view-cont .hb-ui-btn1{
    height: 40px;
    padding:0 30px;
    border: 0px;
    font-size: 16px;
    color:#fff;
    border-radius:6px;
    margin-top: 12px;
   
}
.course-view-cont .hb-ui-btn{
    background-color: #f5c921;
    color:#191919;
}
.course-view-cont .hb-ui-btn1{
    background-color: rgba(255,255,255,0.3);
}


.course-view-cont .price { display: inline-block; line-height: 55px; color:#999;} 
.course-view-cont .price b{
    margin-right: 10px;
    font-size: 14px;
    font-weight: normal;
}
.course-view-cont .price span { position:relative; font-size: 20px; color:#ff583d;} 
.course-view-cont .price span font{
    font-size: 14px;
    margin-right: 5px;
}
.course-view-cont .price .qgbg { display:none; } 
.course-view-cont .price .spanHover { cursor:pointer; position:relative; padding-left:21px; margin-left:30px; } 
.course-view-cont .price .fan { color:#e91c35; background:url(fan.png) no-repeat 0 50%; padding-left: 20px; margin-left: 20px; } 
.course-view-cont .vip {
    display: inline-block;
    font-size: 14px;
    margin-left: 30px;
    color:#666;
}
.course-view-cont .vip a{color:#ff583d;text-decoration: underline; margin-left: 20px;}

/*学习进度*/
.course-view-cont .schedule { height:14px; line-height: 14px; position: relative; margin-right:120px; margin-top: 25px; } 
.course-view-cont .schedule-line { background:#f5f5f5; height:12px; border-radius: 30px } 
.course-view-cont .schedule-lined { height:12px; background:#f59121; border-radius: 30px; position: absolute; left:0; top:0px; } 
.course-view-cont .schedule .ksed { position: absolute; right: -120px; top: 0px; color:#9b9b9b; font-size: 14px; } 

.course-view-cont .fan{
    font-size: 14px;
    color:#999;
    line-height: 40px;
}
.course-view-cont .fan font{
    color:#666;
}
/*优惠券*/
.course-view-cont .coupon { position:relative; padding-left:42px; min-height: 40px; padding-bottom: 10px; } 
.course-view-cont .coupon-title { font-size:14px; color:#999; position:absolute; left:0; top:10px; line-height:26px; } 
.course-view-cont .coupon li{display: inline-block;margin-top:10px;} 
.course-view-cont .coupon .pro_name { padding:0 10px; text-align:center; height:24px; line-height:24px; background:#fffadf; border-style: solid dashed; border-color: #f47f26; color:#f47f26; border-top: 0; border-bottom: 0; margin-right:10px;border-width: 1px; } 
.course-view-cont .coupon .pro_name:hover { background:linear-gradient(to right,#f47f26,#eb2e36); color:#fff; border-color: #f59121 #2d2d2d; } 
.course-view-cont .coupon .pro_name .lingqued { background: #ddd; border-color: #ddd #fff; } 
.course-view-cont .coupon a{
    color:#f47f26;
}



/*播放器部分样式覆盖*/
body .course-main-wraper{
    padding-bottom: 0px;
}
body .course-main-right-activity .course-qg,body .course-main-right-activity #collageinfo{
    border-radius: 0px;
}
body .course-main-footer{
    border-radius: 0px;
    background: none;
}
body .course-main-footer .name-bdshare{
    height: 70px;
    line-height: 70px;
    padding: 0px;
}
body .course-main-footer .course-main-right{
    padding: 0px;
    height: 70px;
}
body .course-main-right .button .hb-ui-btn,body .course-main-right .button .hb-ui-btn1{
    height: 70px;
    margin-top: 0px;
    border-radius: 0px;
    border: 0px;
    background-color: #1472FF;
    font-weight: bold;
    font-size: 20px;
}
body .course-main-right-activity .bargain_activity{
    border-radius: 0px;
}
.autonext-btn .autonext-bg{
    margin: 28px 5px 0 0 !important;
}
body .course-main-right-buy .price-box{
    height: 70px;
    line-height: 70px;
}
body .course-main-right-buy .price-box--vip{
    padding-top: 15px;
    line-height: 20px;
}

body .course-main-footer .name-bdshare .bshare-custom{
    margin-top: 25px;
}

body .course-main-play{
    border-radius: 0px;
}
body .course-main-play-right{
    border-radius: 0px;
}
body .course-main-mode-switch .active{
    background-color: #1472FF;
}

/****************播放器往下的内容*****************/
.course-detail{
    margin-top: 30px;
}


/*选项卡信息 */

.course-tab { overflow:hidden;  border-bottom: 1px solid #efefef;} 
.course-tab li { float:left; padding:0 25px; text-align:center; height:73px; line-height:73px; font-size:18px; cursor:pointer; color:#999; position: relative; } 

.course-tab li span{
    position: relative;
    top:-2px;
    min-width: 16px;
    border-radius: 20px;
    background: #bfbfbf;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-left: 6px;
    line-height: 16px;
    font-size: 12px;
    cursor: pointer;
}
.course-tab li .span0{
    display: none;
}

.course-tab li.active{
    color:#1472FF;
    font-weight: bold;

}
.course-tab li.active span{
    background-color: #1472FF;
    color:#fff;
}
.course-tab li.active::after {content: ''; position:absolute; height:4px; background:#1472FF; left:50%;margin-left: -17px; width: 35px; bottom: 0; }
 
.fixednav { position: fixed; top:0px; width:100%; z-index: 100; } 


/*右栏*/
.course-detail-right { width:28%; float:right; } 



.detail-box{
    background: #fff;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    font-weight: normal;
}


.detail-box .detail-title {
     position: relative;
     height: 73px;
    border-bottom: 1px solid #efefef;
    line-height: 73px;
     font-size: 18px;
     font-weight: bold;
    padding-left: 20px;
} 
.detail-box .detail-title::before{

    content: '';
    width: 4px;
    height: 25px;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -14px;
    background-color: #1472FF;
}

.detail-box .detail-content { padding:20px; margin-top: 0; } 

.detail-box .epinfo li{
    font-size: 14px;
}


.info-box{
    margin-top: 30px;
}
.info-box__title{
    padding: 0 0 10px 0;
    font-size: 16px;
}
.info-box__title .mat-icon{
    font-size: 22px;
    width: 30px;
    display: inline-block;
    color:#feb331;
    position: relative;
    top:2px;
}
.info-box__cont{
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    color:#666;
}
.info-box__cont img{
    max-width: 100%;
}

/*老师轮播*/
.info-box__teacher li{

    background: #f5f8fa url(teacher-place.png) no-repeat 100% 0;
    border-radius: 6px;
    margin-right: 18px;
    padding: 24px 18px 24px 130px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    min-height: 84px;
}
.info-box__teacher .tname{
    height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #3a3c42;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}
.info-box__teacher li .tlever{
    height: 21px;
    font-size: 14px;
    color: #a3abb8;
    line-height: 21px;
    margin: 12px 0;
}

.info-box__teacher li .lct{
    width: 84px;
    height: 84px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left:24px;
    top:24px;
    overflow: hidden;
}
.info-box__teacher li .lct img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-box__teacher li .rct{
    float: left;
}
/*课程介绍*/
.course-intro{
    padding:20px;
}
.course-intro__title{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
.course-intro__subtitle{
    line-height: 32px;
    font-size: 14px;
    color:#666;
}
.course-intro__desc{
    margin-top: 15px;
}

.course-intro__desc-li,
.course-intro__fan{
    width: 50%;
    float: left;
    line-height: 24px;
    color:#999;
    position: relative;
    box-sizing: border-box;
    margin-top: 5px;
    min-height: 24px;
    font-size: 14px;
}

.course-intro__fan span:first-child,
.course-intro__desc-li .label{
   display: inline-block;
}
.course-intro__desc::after{
    content: '';
    display: block;
    clear: both;
}


.course-intro__coupon{
    position: relative;
    top:-4px;
}
.course-intro__coupon li{
    display: inline-block;
    margin-right: 8px;
    margin-top: 8px;
}
.course-intro__coupon li a{
    display: block;
    line-height: 24px;
    background-color: #fffae5;
    color:#ff583d;
    padding:0 5px;
}
.course-intro__coupon li:last-child a{
    background: none;
    color:#999;
}
.course-intro__star { line-height:16px; overflow:hidden; margin-bottom:15px; color:#999; font-size: 14px; } 
.course-intro__star span { position:relative; float:left; height:12px; overflow:hidden; } 
.course-intro__star-on { position:absolute; top:0; left:0; z-index:9; width:0px; overflow:hidden; height:100%; } 
.course-intro__star img { height:100%; display:block; overflow:hidden; } 
.course-intro__star b { font-weight:normal; color:#999; margin:0 5px 0 15px; } 

.course-intro__serve{
    padding-top: 15px;
    border-top: 1px dashed #dcdcdc;
    margin-top: 15px;
}
.course-intro__serve li{
    position: relative;
    padding:15px 0 15px 45px;
}
.course-intro__serve li .icon{
    width: 22px;
    height: 22px;
    position: absolute;
    left:5px;
    top:25px;
    background-image: url(../icons.png);
    background-repeat: no-repeat;
}
.course-intro__serve li + li{
    border-top: 1px solid #f3f3f3;
}

.course-intro__serve li .icon-paper{
    background-position: -44px -46px;
}
.course-intro__serve li .icon-download{
    background-position: -6px -13px;
}
.course-intro__serve li .icon-ask{
    background-position: -193px -13px;
}
.course-intro__serve li h4{
    font-weight: normal;
    font-size: 16px;
}
.course-intro__serve li p{
    color:#999;
    font-size: 12px;
    margin-top: 3px;
}

/*课程详情*/
.course-detail-left { float:left; width: 72%; box-sizing: border-box; } 
.course-detail-left  .tab_course { display:none; padding: 20px; } 
.course-detail-content{
    margin-right: 30px;
    background-color: #fff;
}
.course-teacher li { padding:15px 0; position: relative; min-height: 64px; } 
.course-teacher li .lct { height: 64px; border-radius: 64px; overflow: hidden; width: 64px; position: absolute; left:0; top:15px; } 
.course-teacher li .rct { padding-left:80px } 
.course-teacher li .lct img { width:100%; height: 100%; object-fit: cover; } 
.course-teacher li .rct { float: none; padding-top: 5px;} 
.course-teacher li .rct .tname { font-size:16px;font-weight: bold; height: 26px; line-height: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 
.course-teacher li .rct .tlever { color: #999; font-size: 14px; height: 26px; line-height: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 


.detail-content { line-height: 34px; font-size: 14px; color:#888; } 
.detail-content img { max-width:100%; } 


/**推荐课程*/

.recommend-course li{
    position: relative;
    padding: 20px 0;
    margin: 0 20px;
}
.recommend-course li + li{
    border-top: 1px dashed #eee;
}
.recommend-course .type-name{
    display: none;
}
.recommend-course .m-img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.recommend-course .course-pro{
    right: inherit;
    left: -15px;
    top:10px;
}
.recommend-course .course-title{
    color: #333;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.recommend-course .course-list-info{
    max-height: 24px;
    line-height: 24px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    color:#999;
    font-size: 14px;
}
.recommend-course .course-list-price{
    color:#999;
    margin-top:10px;
}

.recommend-course .course-price{
    color:#ff583d;
    font-size: 18px;
    display: block;
    
}
.recommend-course .course-price .qgbg{
    display: none;
}
.wWidth1440 .recommend-course .m-img{
    height: 300px;
}

  /*机构信息*/
.epinfo{
    padding:20px;
    
}
