﻿/* 点播 */
.menu{
    margin-bottom: .2rem;
    color: #333;
    background-color: #fff;
    box-shadow: inset 0px .053333rem .12rem 0px rgba(205, 205, 205, 0.3);
}
.menu .course-type li{
    width: 20%;
    float: left;
    text-align: center;
    margin: .2rem 0 0.2rem 0;
}
.menu .course-type li.cur{
    color: #b8852a;
}

.menu .course-type .screen{
    float: right;
}

.menu .filter{
    width: 100%;
    overflow: hidden;
    margin-top: .146667rem;
}
.menu .filter ul{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: .4rem;
}
.menu .filter ul li{
    display: inline-block;
    padding: .146667rem .373333rem;
    border-radius: .333333rem;
    background-color: #eee;
    font-size: .373333rem;
    color: #333;
}
.menu .filter ul li.cur{ 
    color: #b8852a;
    border: solid 1px #b8852a;
    background-color: #fff;
}

.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);
} 
.course .change-condition{
    top: 0;
    bottom: 0;
    right: 0;
    
}
.course .change-condition #changelist{
    width: 9.24rem;
    border-radius: .266667rem 0 0 .266667rem;
    padding: 0 0 0 .266667rem;
    color: #333333;
}

.change-condition .screen_container .type_list{
    padding-top: .52rem;
    text-align: left;
    margin-bottom: .4rem;
}

.screen_container .type_list h3{
    padding-bottom: .28rem;
    font-size: .32rem;
}

.screen_container .type_list div span{
    display: inline-block;
    border-radius: .4rem;
    background-color: #eeeeee;
    text-align: center;
    height: .8rem;
    line-height: .8rem;
    padding: 0 .133333rem;
    margin: 0.2rem  .2rem  0 0;
    
}
.screen_container .type_list div .span_active{
    border: solid 1px #b8852a;
    background: #fff;
    color: #b8852a;
}

.course_type span{
    min-width: 3.973333rem;
}

.tearcher_type span{
    min-width: 3.973333rem;
}

.price_type span{
    min-width: 3.973333rem;
}

.course .course-list {
    height: calc(100% - 2.6rem);
    overflow: hidden;
}