﻿.c-width {
    width: 100%;
}

.c-padding {
    padding: 0.5rem 0.5rem;
}

/*检索 样式*/
.c-saixuan-width {
    width: 100%;
    font-size: 0.6rem;
    display: flex;
    display: -webkit-flex;
    flex: 1;
    color: #969696;
}

.c-saixuan-absolute {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 2rem;
    width: 100%;
    background: #fff;
    padding: 0.3rem 0;
    border-top: 0.05rem solid #f7f7f7;
    color: #ccc;
}

.c-relative {
    position: relative; /*z-index: 9999;*/
}

.c-saixuan-absolute li {
    width: 100%;
    float: left;
    display: flex;
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
}

.c-saixuan-div-left {
    display: flex;
    display: -webkit-flex;
    flex: 1;
    color: #999;
}

.c-saixuan-div-right {
    width: 3.15rem;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    color: #999;
}

.c-saixuan-t div {
    color: #fe6342;
}

/*课程列表*/
.c-list-a {
    display: block;
    color: #000;
}

.c-list-width {
    width: 100%;
    background: white;
    border-radius: 0.3125rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem; /*margin-top:-0.5rem*/
    border: 1px solid #e2e2e2;
}

.c-list-100 {
    width: 100%;
}

.c-list-img {
    width: auto;
    height: 7.5rem;
    border-radius: 0.3125rem 0.3125rem 0 0;
}

.c-list-t {
    margin-left: 0.5rem;
    font-size: 0.7rem;
}

.c-list-m {
    width: 4.5rem;
    text-align: right;
    margin-right: 0.75rem;
    font-size: 0.875rem;
    color: #fe6342;
}

    .c-list-m span {
        font-size: 0.6rem;
        margin-right: 5px;
    }

.c-list-absolute {
    position: absolute;
    top: 0;
    left: 0.9375rem;
    z-index: 999;
    background: #fe6342;
    color: #fff;
    padding: 0.25rem 0.6rem;
    border-radius: 0px 0px 0.4rem 0.4rem;
}

.c-saixuanright {
    position: absolute;
    right: 1.2rem;
    top: 0.5rem;
}

.imgAdapt {
    overflow: hidden; /*height: 7rem;*/
}

    .imgAdapt img {
        width: auto;
        height: auto;
    }

.search {
    height: 2rem;
}


.SelVideo {
    font-weight: bold;
    font-size: 0.8rem;
    color: #fe6342;
    border-bottom: 2px solid #fe6342;
    padding-bottom: 0.2rem;
}
