.myCourse {
    float: left;
    margin-left: 17px;
    width: 862px;
    background: #fff;
    min-height: 800px;
}

.myCourseTop {
    padding-left: 40px;
    border-bottom: 1px solid #F5F5F5;
}

.myCourseTop li {
    float: left;
    padding: 24px 0 13px;
    margin-right: 55px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.myCourseTop li:last-child {
    padding-right: 0;
}

.active {
    color: #DA3A24 !important;
    position: relative;
}

.active::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #DA3A24;
    left: 0;
    bottom: 0;
}

.all {
    padding: 0 38px;
}

.all li {
    padding: 24px 0;
    border-bottom: 1px solid #F5F5F5;
}

.all li .pic {
    width: 147px;
    height: 82px;
    float: left;
    cursor: pointer;
}

.all li .pic img {
    width: 100%;
    height: 100%;
}

.all li .info {
    float: left;
    margin-left: 20px;
}

.all li .info p:nth-of-type(1) {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    margin-top: 2px;
}

.all li .info p:nth-of-type(2) {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
}

.all li .btn {
    float: right;
    background: #e5f5fe;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    margin-top: 27px;
}

.all li .btn span {
    display: inline-block;
    width: 92px;
    height: 30px;
    color: #019CF9;
    line-height: 30px;
}
.noData{
    margin-top: 20px;
    text-align: center;
}
.tempSize{
    margin: 10px;
}

/* 进度条 */
.progressBox{
    float: left;
    width:60%;
    margin-right:5px;
    margin-top:9px;
    word-wrap:normal!important;
}
.progressBox .layui-progress-bar{
    background-color:#ff6d00;
}
.progressBox .layui-progress{
    width:338px;
}
.toStudy {
    float: right;
}
.progressBox .layui-progress-text{
    display: inline-block;
    padding:0 5px;
    min-width:16px;
}
.progressBox .layui-progress-big, .layui-progress-big .layui-progress-bar{
    height: 12px;
    line-height: 12px;
}
.progressBox .layui-progress-text{
 line-height: 12px;
}