@charset "utf-8";
/* CSS Document */

.class-list{
    box-sizing: border-box;
    background: #fff;
}
.class-list .class-item{
    line-height: 32px;
    height: 32px;
    float: left;
    padding: 0 21px;
    font-size: 16px;
    margin-right: 21px;
}
.class-list .class-more{
    font-size: 20px;
    height: 32px;
    float: left;
}
.course-block ul{
    margin-right: -20px;
}
.course-block li{
    float: left;
    width: 33.33%;
    margin-top: 20px;
}
.course-item{
    margin-right: 20px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 20px 23px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    transition: .3s;
}
.course-item:hover{
    box-shadow: 0px 0px 20px 1px rgba(47, 49, 51, .2);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
}
.course-label{
    position: absolute;
    color: #fff;
    background: #F5891E;
    right: 0;
    top: 0;
    padding:0px 12px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 0 0 0 20px;
    display:none;
}
.course-item__title{
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    height: 64px;
    margin-bottom: 12px;
}
.course-item__title .play-label{
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    height: 22px;
    padding: 0 7px;
    color: #3C81F9;
    border: 1px solid #3C81F9;
    border-radius:12px 0px 12px 0px;
}
.course-item__info{
    margin-bottom: 20px;
}
.course-item__info span{
    color:#8D9299;
    font-size:14px
}
.time{
    display: none;
}
/* .teacher-item{
    float: left;
    margin-right: 20px;
    text-align: center;
    min-height: 63px;
} */
.course-item__teacher{
    height: 63px;
    overflow: hidden;
}
.course-item__teacher a{
    float: left;
    margin-right: 20px;
    text-align: center;
    min-height: 63px;
}
.course-item__teacher img{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin:0 auto 8px;
}
/* .teacher-item a{
    color:#8D9299;
    font-size:14px;
    line-height: 14px;
    max-width: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
} */
.course-item__teacher{
    margin-bottom:21px;
}
.course-item__bottom{
    padding-top:20px;
    border-top: 1px solid #E6E9ED;
}
.course-item__bottom p{
    font-size: 14px;
    color: #8D9299;
}

.end-time,.remaining{
    display: none;
}
.end-time{
    color: #fff;
    margin-left: 10px;
}
.remaining .num{
    color:#E91C35;
    margin: 0 5px;
}
.price-tuan{
    font-size: 14px;
    color:#E91C35 ;
    font-weight: normal;
    border: 1px solid #E91C35;
    height: 20px;
    line-height: 20px;
    padding:0px 6px;
    margin-right: 13px;
    border-radius: 2px;
}
.market-price{
    font-size: 16px;
    text-decoration: line-through;
    color:#8D9299;
    margin-right:6px;
}
.price{
    color:#E91C35;
    font-size: 24px;
    margin-top: -5px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
}
.qgbg{display: none;}
.main{
    padding-bottom: 60px;
}