/*6.1直播课*/
.div-content{
    /*background: #fff;
    margin-top: 10px;*/
    font-family:  "PingFang SC";
}
.div-content .live-cont{
    /*background: #fff;*/
}
.div-content .new-title {
    border-bottom: 1px solid #f0f3f6;
    padding: 10px 0;
    background: #fff;
    margin-top: 10px;
}
.div-content .new-title p {
    float: left;
    width: 70%;
    font-size: 15px;
    margin-left: 15px;
}
.div-content .new-title .iconfont {
    color: #93999f;
    font-size: 12px;
    float: right;
    margin: 5px 15px 0 0;
    cursor: pointer;
}
.div-content ol{
    background: #fff;
}
.div-content ol li {
    margin-left: 15px;
    padding-top: 12px;
    border-bottom: 1px solid #f0f3f6;
    font-size: 13px;
    margin-right: 15px;
}
.div-content ol li:hover {
    /*background: #f7f8fa;*/
}
.div-content ol li .number {
    line-height: 17px;
    font-size: 13px;
    margin-right:5px;
}
.div-content ol li .play {
    width: 16px;
    height: 16px;
    /*margin-top: 2px;*/
    background: url("../../images/play.png");
    background-size: 100%;
}

.div-content ol li .live-course {
    margin:0 8px 0 25px;
}
.div-content ol li .live-course p {
    font-size: 14px;
    line-height: 24px;
}
.div-content ol li .live-course p .free {
    display: inline-block;
    width: 38px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #0099ff;
    color: #fff;
    font-size: 11px;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    font-style: normal;
    margin-right: 8px;
    vertical-align: top;
    margin-top: 1px;
}
.div-content ol li .live-course .start-time {
    color: #939393;
    margin-top: 5px;
    font-size: 11px;
}
.div-content ol li .live-course .start-time .live-now {
    color: #0099ff;
}
.div-content ol li .live-course .start-time .time {
    /* margin-left: 12px; */
    /* padding-left: 12px; */
    /* border-left: 1px solid #b5b9bc; */
    line-height: 12px;
    display: inline-block;
}
.div-content ol li .live-course .start-time .teacher {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #b5b9bc;
    line-height: 12px;
    display: inline-block;
}
.div-content ol li .handle-course {
    margin:0px 0 15px 20px;
}
.div-content ol li .handle-course a {
    font-size: 12px;
    line-height: 27px;
    display: inline-block;
    /*width: 53px;*/
    height: 27px;
    text-align: center;
    /*background: #f3f6f9;*/
    /*color:#93999f;*/
    margin-right: 7px;
    border-radius: 3px;
}
.no {
    color:#b5b9bc;
}
.div-content .load-more{
    /*color:#b5b9bc;*/
    color: #0099ff;
    text-align: center;
    font-size: 12px;
    line-height: 42px;
    background-color: #fff;
}
.div-content .load-more{
    
/*直播 开启课程单元的点加载更多样式*/
.div-content .load-more-live{
    /*color:#b5b9bc;*/
    color: #0099ff;
    text-align: center;
    font-size: 12px;
    line-height: 42px;
    background-color: #fff;

}

.div-content .more-resource{
     color:#b5b9bc;
     text-align: center;
     font-size: 12px;
     line-height: 42px;
     background-color: #fff;
     width: 100px;
     height: auto;
     float: left;
 }
.dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9;
}
.dialog .mask-data {
    width: 100%;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: fixed;
    bottom:0;
    left:0;
    box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.1);
    height: 280px;

}
.dialog .mask-data .title {
    font-size: 16px;
    padding:20px 15px 14px 15px;
    border-bottom: 1px solid #e6e6e6;
}
.dialog .mask-data .close {
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
}
.dialog .mask-data .iconfont {
    font-size: 16px;
    color: #93999f;
}
.dialog .data-cont{
    /*overflow: auto;*/
    /**/
    height: 214px;
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.dialog .mask-data ul{
    overflow-y: auto;
}
.dialog .mask-data ul li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #f0f3f6;
    margin-left: 15px;
    font-size: 13px;
}
.dialog .mask-data ul li:last-child{
    border-bottom: 0;
}
.dialog .mask-data ul li .play{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../images/play.png");
    background-size: 100%;
    margin:15px 6px 3px 0;
    vertical-align: top;
}
.dialog .mask-data ul li .notplay{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../../images/play-gray.png");
    background-size: 100%;
    margin:15px 1px 3px 0;
    vertical-align: top;
}
.dialog .mask-data ul li .name{
    max-width: 92%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.div-content .todayZhiBo{margin-top:0}
.div-content .nextClass{margin-top:0}
.div-content .historyClass{margin-top:0}

.div-content .new-title .order{
    color: #93999f;
    font-size: 12px;
    float: right;
    margin: 5px 0 0 0;
    cursor: pointer;
    height: 15px;
    width: 50px;
}

.div-content .new-title .orderDown{
    background: url("/images/live/down.png") no-repeat center/15px 13px;
}
.div-content .new-title .orderDown:hover{
    background: url("/images/live/down.png") no-repeat center/15px 13px;
}

.div-content .new-title .orderUp{
    background: url("/images/live/up.png") no-repeat center/15px 13px;
}
.div-content .new-title .orderUp:hover{
    background: url("/images/live/up.png") no-repeat center/15px 13px;
}
