.detail-cour-list {
    position: relative;
    /* padding-right: 20px; */
}
.detail-cour-item {
    display: block;
    padding: 0;
    cursor: pointer;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    border-radius: 20px;
    position: relative;
}
/*课程详情部分*/
.d-c-detail {
    width: 100%;
    float: left;
    /* width: 260px; */
}
.d-c-detail .d-c-title {
    /*word-break: keep-all;
    text-overflow: ellipsis;
    word-spacing: normal;
    white-space: nowrap;
    overflow: hidden;
    */
    width: 100%;
    max-height: 48px;
    margin-bottom: 27px;
    /* overflow: hidden; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.main-l .course-tit {
    font-weight: 600;
}
.d-c-detail .title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    vertical-align: middle;
}
/*上课时间*/
.d-c-detail .course-time {
    color: #797979;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 14px;
    height: 20px;
    position: relative;
    padding-left: 20px; 
}
/*一句话介绍*/
.detail-cour-remark {
    color: #797979;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
    margin-bottom: 30px;
    height: 20px;
}
/*time-icon*/
.d-c-detail .course-time:before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(/public/home/images/icon_time.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 3px;
 }
 /*课程标签*/
.d-c-detail .course-label {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    margin-top: 14px;
}
.d-c-detail .course-label span {
    padding: 0 10px;
    font-size: 12px;
    margin-right: 8px;
    background-color: #f3f9ff;
    color: #77bbff;
}

/*教师列表 2023.1.17 */
.d-c-teacher-list {
    /* float: left;
    padding-left: 60px;
    padding-top: 22px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #3E3E3E;
}
.d-c-teacher-list>div {
    display: flex;
    align-items: center;
}
.d-c-teacher-list .class_hour{
    margin-left: 8px;
}
.sign_count{
    color: #FA6644;
}
.d-c-teacher-list>.d-c-teacher-list-r{
    color: #999999;
}
.d-c-teacher-list>.d-c-teacher-list-r>.d-c-single-buy{
    width: 340px;
    height: 46px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* line-height: 46px; */
    background: url(../../../images/collection/btn_bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.d-c-teacher-list>.d-c-teacher-list-r>.cFA6644 {
    font-size: 30px;
    color: #FA6644;
    margin-left: 30px;
}
.d-c-teacher-list>.d-c-teacher-list-r .d-c-vs{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../../../images/collection/vs.svg) no-repeat;
    background-size: 100% 100%;

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.d-c-teacher-list>.d-c-teacher-list-r .d-c-collection-price{
    color: #fff;
    /* transform: translateX(-10px);
    margin-right: 12px; */
    display: inline-block;
    width: 155px;
    position: absolute;
    text-align: center;
    right: 0;
}
.num-bold{
    font-size: 18px;
    font-weight: bold;
}
.d-c-single-buy>span:first-child{
    /* margin-left: 33px; */
    display: inline-block;
    width: 155px;
}
.detail-cour-item .class-num{
    width: 30px;
    height: 22px;
    line-height: 22px;
    background: #ffddda;
    text-align: center;
    font-size: 16px;
    color: #fa6644;
    border-radius: 8px 11px 11px 0px;
    position: absolute;
    right: -15px;
    top: -10px;
}
.d-c-teacher {
    display: inline-block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    /* border-radius: 50%; */
    background: #f2f2f2;
    margin-left: 8px;
    border-radius: 4px;
}

.tags{
    width: 53px;
    height: 23px;
    padding: 1px 5px;
    margin-right: 11px;
    font-size: 14px;
    color: #55B962;
    background: #F9FFFC;
    border: 1px solid #55B962;
    border-radius: 4px;
}
.d-c-icons{
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    background: #FFF8F6;
    border-radius: 50%;
    margin-right: 10px;
}
.course_status{
    display: inline-block;
    width: 75px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #EAF7FF;
    border-radius: 8px;
    font-size: 18px;
    color: #6FC4F9;
    vertical-align: top;
}
.cfd9900 {
    color: #fd9900;
    background-color: #fff3dd;
}
.d-c-title>p{
    width: 31px;
    height: 31px;
    background: url('../../../images/collection/right.png') no-repeat;
    background-size: 100% 100%;
    float: right;
}
.sign_count_h5{
    display: none;
}
.d-c-teacher:nth-child(1) {
    margin-left: 0px;
}
.d-c-teacher img {
    width: 44px;
    height: 44px;
    overflow: hidden;
    color: #333;
    text-align: center;
}
/*价格部分*/
.d-c-price {
    float: right;
    text-align: right;
        padding-top: 10px;
}
.d-c-price .del-price {
    font-size: 14px;
    color: #999999;
}
.d-c-price .course-price {
    font-size: 24px;
    margin-left: 10px;
    color: #ff6644;
}
.d-c-buy {
    font-size: 14px;
    margin-top: 20px;
    color: #999999;
    text-align: right;
}
.d-c-title img {
    width: 90px;
    height: 26px;
}

.package-num {
    float: right;
    font-size: 14px;
    color: #999999;
    font-weight: initial;
    margin-top: -10px;
    line-height: 75px;
    letter-spacing: 1px;
}

.package-down {
    height: 50px;
    width: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    bottom: -10px;

    background: -moz-linear-gradient(to bottom, rgba(255,255,255, 0.3) 0%,#ffffff 100%);
    background: -webkit-gradient(to bottom, rgba(255,255,255, 0.3) 0%,#ffffff 100%);
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255, 0.3) 0%,#ffffff 100%);
    background: -o-linear-gradient(to bottom, rgba(255,255,255, 0.3) 0%,#ffffff 100%);
    background: -ms-linear-gradient(to bottom, rgba(255,255,255, 0.3) 0%,#ffffff 100%);
    background: linear-gradient(to bottom, rgba(255,255,255, 0.3) 0%,#ffffff 100%);
}

.package-list-more {
    display: block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 28px;
}
.package-list-all {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fa6644;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 10px;
}
.sign_count_pc {
    margin-right: 9px;
}

@media screen and (max-width: 700px) {
    .detail-cour-list {
        padding-right: 0px;
    }
    .d-c-detail {
        float: inherit;
        width: 100%;
        margin-bottom: 20px;
    }
    .d-c-detail .course-time {
        margin: 14px 0;
    }
    .d-c-teacher-list {
        box-sizing: border-box;
        float: inherit;
        width: 100%;
        /* margin-bottom: 20px; */
        padding: 0;
        font-size: 12px;
        align-items: flex-end;
    }
    .d-c-teacher-list>div {
        align-items: flex-end;
    }
    .d-c-teacher-list .class_hour{
        margin-bottom: -3px;
    }
    .d-c-price {
        float: inherit;
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #efefef;
    }

    .d-c-price-layout {
        display: inline-block;
    }
    .d-c-buy {
        display: inline-block;
        float: left;
        margin-top: 0;
    }
    .detail-cour-item {
        padding: 15px;
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.08);
    }
    /* 2023.1.17 */
    .sign_count_pc{
        display: none;
        margin-right: 0;
    }
    .sign_count_h5{
        display: block;
        color: #999999;
        float: right;
        margin-bottom: 10px;
    }
    .d-c-icons,.d-c-title>p,.d-c-teacher-list>.d-c-teacher-list-r .d-c-vs{
        width: 20px;
        height: 20px;
    }
    .d-c-icons {
        margin-right: 8px;
    }
    .d-c-teacher-list>.d-c-teacher-list-r .d-c-vs {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .course_status {
        width: 50px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .d-c-teacher,.d-c-teacher img {
        width: 33px;
        height: 33px;
    }
    .d-c-teacher-list>.d-c-teacher-list-r>.d-c-single-buy{
        width: 130px;
        height: 33px;
        font-size: 12px;
        margin-bottom: 0;
        position: relative;
    }
    .d-c-teacher-list>.d-c-teacher-list-r>.cFA6644 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .num-bold{
        font-size: 12px;
    }
    .d-c-single-buy>span:first-child {
        width: 65px;
        margin-left: 0;
        transform: scale(0.8);
    }
    .mianbox .main-l .course-cont {
        padding: 0;
    }
    .d-c-teacher-list>.d-c-teacher-list-r .d-c-collection-price{
        width: 65px;
        transform: translateX(0) scale(0.8);
        margin-left: 15px;
        margin-right: 0;
    }
    .detail-cour-item .class-num{
        width: 22px;
        height: 15px;
        line-height: 15px;
        /* top: -6px;
        right: -10px; */
        font-size: 12px;
        top: 0px;
        right: 2px;
    }
    /* 2023/1/30*/
    .d-c-title>.tags {
        font-size: 12px;
    }
    .d-c-tags {
        position: relative !important;
        display: flex !important;
        align-items: center;
    }
    .d-c-tags>p {
        position: absolute;
        right: 0;
        margin-bottom: 0;
    }
    .package-num {
        line-height: 50px;
    }

    .page a {
        padding: 5px 5px;
        margin-left: 6px;
    }
}

.c-fa6644 {
    margin: 0 3px;
}