

/*旧的内容部分*/
.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;
}



/*新的*/






/****************播放器往下的内容*****************/
.course-detail{
    margin-top: 30px;
    padding-bottom: 30px;
}


/*选项卡信息 */

.course-tab { overflow:hidden; background: url(tybg.png) no-repeat 50% 100%; background-size: 100% 10px; padding-bottom: 10px;} 
.course-tab li { float:left; margin-right: 60px; text-align:center; height:60px; line-height:60px; font-size:16px; cursor:pointer; color:#999; position: relative; } 
.course-tab li + li::before{
    content: '';
    width: 1px;
    height: 16px;
    background: #e3e3e3;
    position: absolute;
    left:-30px;
    top:50%;
    margin-top: -8px;
}
.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:#222;
}
.course-tab li.active span{
    background-color: #f5c921;
    color:#222;
}
.course-tab li.active::after { content: ''; position:absolute; height:2px; background:#f5c921; left:0; width: 100%; bottom: 0; } 
.fixednav { position: fixed; top:0px; width:100%; z-index: 100; } 


/*右栏*/
.course-detail-right { width:28%; float:right; } 



.detail-box{
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    font-weight: normal;
    border-radius: 10px;
}


.detail-box .detail-title { margin-top:0;padding: 0 20px 0 28px; line-height: 56px; height: 56px; font-size: 16px;color:#666;border-bottom: 1px solid #eee; position: relative;} 
.detail-box .detail-title::before{
    content: '';
    width: 2px;
    height: 16px;
    position: absolute;
    left:15px;
    top:50%;
    margin-top: -8px;
    background-color: #f5c921;
}

.detail-box .detail-content { padding: 20px; margin-top: 0; } 

.detail-box .epinfo li{
    font-size: 14px;
}
.detail-box .epinfo .years{

}

.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;
}
.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;
    padding-left: 60px;
    box-sizing: border-box;
    margin-top: 5px;
    min-height: 24px;
}

.course-intro__fan span:first-child,
.course-intro__desc-li .label{
    width: 60px;
    text-align: right;
    position: absolute;
    left:0;
    top:0;
}
.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 .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 0; } 
.course-detail-content{
    border-radius: 10px;
    padding: 0 20px 20px;
    margin-right: 20px;
    background-color: #fff;
}
.course-teacher li { padding:15px; position: relative; min-height: 54px; } 
.course-teacher li .lct { height: 54px; border-radius: 54px; overflow: hidden; width: 54px; position: absolute; left:15px; top:15px; } 
.course-teacher li .rct { padding-left:70px } 
.course-teacher li .lct img { width:100%; height: 100%; object-fit: cover; } 
.course-teacher li .rct { float: none; } 
.course-teacher li .rct .tname { font-size:15px; height: 26px; line-height: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 
.course-teacher li .rct .tlever { color: #999; font-size: 12px; 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{
    padding-bottom: 20px;
}
.recommend-course li{
    position: relative;
    padding-left:132px;
    min-height: 76px;
    margin: 20px 20px 0 20px;
}
.recommend-course li .course-pro{
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 1;
    border: 0px;
    background-color: rgba(0,0,0,0.5);
    color:#fff;
    border: 0px;
    padding: 4px 6px;
}
.recommend-course .type-name{
    display: none;
}
.recommend-course .m-img{
    width: 118px;
    height: 71px;
    position: absolute;
    left:0;
    top:0;
    border-radius: 4px;
    object-fit: cover;
}
.recommend-course .course-title{
    color: #333;
    font-size: 14px;
    max-height: 40px;
    line-height: 20px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend-course .course-list-info{
    max-height: 34px;
    line-height: 17px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    color:#999;
}
.recommend-course .course-list-price{
    color:#999;
    margin-top:10px;
}
.recommend-course .course-price{
    color:#ff583d;
    font-size: 14px;
    display: none;
}




  /*机构信息*/
.epinfo{
    padding:20px;
    
}
