/* 我的课程 */
.study-statistics{
    width: 9.466667rem;
    height: 1.453333rem;
    background-color: #ffffff;
    border-radius: .133333rem;
    border: solid 1px #eeeeee;
    margin: .413333rem auto;
}
.study-statistics .study-data{
    float: left;
    width: 33%;
    text-align: center;
    letter-spacing: 1px;
    margin: .2rem 0;
    border-right: 1px solid #c2c2c2;
}
.study-statistics .study-data:last-of-type{
    border-right: none;
}
.study-statistics .study-data p:first-of-type{
    font-size: .373333rem;
    color: #333;
    margin-bottom: .133333rem;
}
.study-statistics .study-data p:last-of-type{
    font-size: .266667rem;
    color: #999;
}
.course, .mycourse{
    height: calc(100% - 1.306667rem);
    background: #f4f4f4;
}

.mycourse_header{
    width: 100%;
    padding: .253333rem 0;
    text-align: center;
    background: #fff;
}

.mycourse_header span{
    display: inline-block;
    width: 4.266667rem;
    height: .666667rem;
    line-height: .733333rem;
    text-align: center;
    border-radius: .333333rem;
    border: solid 1px #b8852a;
    color: #b8852a;

}
.course, .mycourse{
    height: calc(100% - 1.306667rem);
}