@charset "utf-8";
.class-top{
    position: relative;
    padding: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 7px 14px 0 rgba(0,36,100,.08);
}
.bottom-bg{
    background: #ffffff;
    position: absolute;
    width: 98%;
    border-radius: 0 0 5px 5px;
    bottom:-8px;
    left: 50%;
    margin-left: -49%;
    height: 8px;
    box-shadow: 0 2px 3px 0 rgba(0,36,100,.05) inset;
}
.class-top.after > .tc{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    text-align: center;
    line-height: 26px;
}
.class-top .class-info-img{
    position: relative;
    float: left;
    width: 50%;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}
.class-top .class-info-img img{
    width: 100%;
}

.class-top .class-info-t{
    width: 50%;
    float: left;
    position: relative;
}
.class-top .title{
    font-size: 22px;
    margin: 20px;
}
.class-top .title > span{
    position: relative;
}
.class-top .title > span .ewm{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 140px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 5px rgba(0,36,100,.08);
    display: none;
}
.class-top .title > span .ewm > img {
    width: 100%;
}
.class-top .title > span .ewm > p {
    margin-bottom: 0;
    font-size: 12px;
    text-align: center;
}

.class-top .metas{
    width: 100%;
    padding-left: 20px;
}
.class-top .metas .scroe{
    font-size: 12px;
    color: #999;

}
.class-top .metas .scroe span{
    display: inline-block;
    height: 18px;
    vertical-align: middle;
}
.class-top  .metas .scroe > div{
    float: left;
    margin-right: 5px;
}
.class-top .metas .price{
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}
.class-top .metas .price > span{
    font-size: 24px;
}
.class-top .metas .price > span.free{
    color: #26caac;
}
.class-top .metas .price > span.prices{
    color: #ff5656;
}
.class-top .datas{
    background-color: #f8fafc;
    padding: 15px 0;
    margin-top: 10px;
}
.class-top .datas > li{
    float: left;
    width: 33.333%;
    border-right: 1px solid #f1f1f1;
    text-align: center;
    color: #868f97;
}
.class-top .datas > li:last-child{
    border-right: 0;
}
.class-top .datas > li p{
    margin: 5px 0;
}
.class-top .datas > li  p > i{
    font-size: 24px;
}
.class-top .datas > li > span{
    position: relative;
    display: inline-block;
}
.class-top .datas > li > span:hover{
    color: #26caac;
}

.class-top .datas > li > span .fx-pup{
    width: 140px;
    height: 32px;
    line-height: 32px;
    background: #323232;
    position: absolute;
    top:-38px;
    left: 50%;
    margin-left: -70px;
    border-radius: 32px;
    text-align: center;
    display: none;
}
.class-top .datas > li > span .fx-pup > a{
    color: rgba(255,255,255,.6);
    margin: 0 4px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
}
.class-top .datas > li > span .fx-pup > a.kj > img{
    opacity: .6;
    vertical-align: bottom;
}
.class-top .datas > li > span .fx-pup > a:hover{
    color: rgba(255,255,255,1);
}

.class-top .datas > li > span .fx-pup > a.kj:hover > img{
    opacity: 1;
}
.class-top .datas > li > span .fx-pup:before{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
    z-index: 10;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #323232;
}

.bottom-info{
    padding: 20px;
}

.class-top.after .bottom-info{
    padding: 15px 20px 10px 20px;
}
.class-top .class-serve{
    width: 50%;
    float: left;
    position: relative;
    height: 70px;
    border: 1px dashed #f5f5f5;
}

.class-top .class-serve .serve-frame{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    padding: 5px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background-color: #f8fafc;
    color: #868f97;
}
.class-top .class-serve ul{
    padding: 25px 10px 25px 40px;
}
.class-top .class-serve ul li{
    width: 22px;
    height: 22px;
    background: #ccc;
    text-align: center;
    line-height: 22px;
    color: #FFFFFF;
    font-size: 12px;
    border: 0;
    border-radius: 2px;
    margin-right: 10px;
    float: left;
	cursor: pointer;

}
.class-top .class-serve ul li.active{
    background: #26caac;
    color: #FFFFFF;
}

.popover{
    border: 0;
    padding: 0;
    color: #868f97;
    max-width: 270px;
    box-shadow: 0 10px 14px rgba(0,36,100,.08);
}
.popover-title {
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    padding: 12px 14px 8px 14px;
    color: #555;
}
.popover.top .arrow {
    border-top-color: #fff;
    border-bottom-width: 0;
}

.class-top .btn-buy{
    float: right;
    width: 50%;
    text-align: right;
    padding-top: 20px;
}
.class-top .btn-buy > a{
    color: #999999;
    text-decoration: none;
}
.class-top .btn-buy > a:hover{
    color: #26caac;
}

@media (max-width: 1200px) {

    .class-top .title{
        font-size: 18px;
        margin: 20px 20px 10px 20px;
    }
    .class-top .title > span img{
        width: 18px;
    }
    .class-top .title > span .ewm > img {
        width: 100%;
    }
    .class-top .title > span .ewm > p {
        margin-bottom: 0;
        font-size: 12px;
        text-align: center;
    }


    .class-top .datas > li p{
        margin: 0;
        font-size: 12px;
    }
    .class-top .metas .price > span, .class-top .datas > li  p > i{
        font-size: 18px;
    }

    .class-top .datas{
        padding: 15px 0;
        margin-top: 15px;
    }
    .bottom-info{
        padding: 10px;
    }
    .class-top .class-serve ul li{
        margin-right: 5px;

    }
    .class-top .btn-buy{
        padding-top: 15px;
    }
}

@media (max-width: 992px) {
    .class-top .class-info-img{
        width: 40%;
    }
    .class-top .class-info-t{
        width: 60%;
    }
}
@media (max-width: 767px) {
    .class-top .class-info-img{
        width: 100%;
        border-radius: 5px 5px 0 0;
    }
    .class-top .class-info-t{
        width: 100%;
        padding-bottom: 20px;
    }
}

.class-top.after .class-info-img{
    width: 300px;
}

.class-top.after .class-info-t{
    width: 430px;
}
.class-top.after .class-operation{
    width: 450px;
    float: left;
    background-color: #f8fafc;
    margin: 1px 0;
}

.class-top.after .title{
    margin: 20px 20px 10px 20px;
}

.class-top.after .class-serve{
    width: auto;
}

.class-top.after .datas {
    margin-top: 45px;
}
.class-top.after .datas > li{
    width:50%;
}

.class-top.after .class-auditor{
    padding: 20px 25px;
    border-top: 1px solid #f5f5f5;
}
.class-top.after .class-auditor > p{
    color: #868f97;
}
.class-top.after .class-auditor > p > span{
    color: #ea742c;
}
.class-top.after .class-auditor > p > i{
    color: #26caac;
    margin-left: 2px;
}

@media (max-width: 1200px) {
    .class-top.after .class-info-img{
        width: 300px;
    }

    .class-top.after .class-info-t{
        width: 310px;
    }
    .class-top.after .class-operation{
        width: 330px;
    }
}
@media (max-width: 992px) {
    .class-top.after .class-info-img{
        width: 240px;
    }
    .class-top.after .class-operation{
        display: none;
    }
    .class-top.after > .tc{
        display: none;
    }
}
@media (max-width: 767px) {
    .class-top.after .class-info-img{
        width: 100%;
    }
    .class-top.after .class-info-t{
        width: 100%;
    }
    .class-top.after .class-operation{
        width: 100%;
        display: block;
    }
}
.star-raty{
    min-height: 18px;
}
.class-d-course{
    width: 100%;
    margin: 20px 0;
}

.c-c-list{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
}
.c-c-list-con{
    padding: 10px;
    position: relative;
    background-color: #f8fafc;
}
.c-c-list-con > a{
    padding-right: 35px;
    display: table-cell;
    vertical-align: top;
    float: left;
}
.c-c-list-con > a > img{
    width: 160px;
    height: 90px;
}
.c-c-list-con > div{
    display: table-cell;
    vertical-align: top;
    width: 10000px;
    word-break: break-all;
    overflow: hidden;
}
.c-c-list-con > div > .title{
    font-size: 18px;
    margin-bottom: 8px;
}
.c-c-list-con > div > .title > a{
    text-decoration: none;
    color: #555;
}

.c-c-list-con > div > .score{
    margin-bottom: 6px;
}
.c-c-list-con > div > .score > i,.class-top .metas .scroe > div > i{
    color: #ea742c;
    font-size: 12px;
}
.c-c-list-con > div > i{
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    transition: transform .3s ease;
}
.c-c-list-con > div > i:hover{
    color: #26caac;
}
.c-c-list-con > div > i.active{
    transform:rotate(180deg);
}
.c-c-list-con > div > .price{
    position: absolute;
    top: 34px;
    right: 60px;
    font-size: 12px;
    color: #868f97;
}
.c-c-list-con > div > .price > span{
    font-size: 24px;
    color: #555;
}


@media (max-width: 767px) {
    .c-c-list-con > a{
        padding-right: 0;
        display: block;
        float: none;
    }
    .c-c-list-con > a > img{
        width: 100%;
        height: auto;
    }
    .c-c-list-con > div > .title {
        font-size: 15px;
        margin-bottom: 2px;
        margin-top: 4px;
    }
    .c-c-list-con > div > i{
        top: auto;
        bottom: 18px;
        font-size: 24px;
    }
    .c-c-list-con > div > .price{
        top: auto;
        right: 60px;
        bottom: 16px;
    }
    .c-c-list-con > div > .price > span{
        font-size: 16px;
    }
}

















