.hot-head {
    margin-top: 32px;
    height: 32px;
    line-height: 32px;
}

.jingxuan-head {
    margin-top: 32px;
    height: 32px;
    line-height: 32px;
}

.fke-label {
    position: absolute;
    color: #fff;
    padding: 3px 8px;
    border-radius: 20px 0 20px 0;
}
.fke-label2 {
    position: absolute;
    right: 15px;
    color: #fff;
    padding: 3px 8px;
    border-radius: 0 0 0 8px;
}

.pot {
    cursor: pointer;
}

@media (min-width: 768px) {
    .navbar-white .navbar-nav > .active > a,
    .navbar-white .navbar-nav > .active > a:hover,
    .navbar-white .navbar-nav > .active > a:focus {
        background-color: inherit;
        color: #fff;
        background: #18bc9c;
    }

    .fke-desc {
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .fke-desc2 {
        height: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .fke-img {
        height: 209px !important;
    }
}

@media (max-width: 768px) {
    .content {
        padding-bottom: 100px !important;
    }

    .small-hide {
        display: none;
    }
}

.qy-course-menu {
    color: #444c69;
}

.qy-course-menu .qy-unit-menu li {
    padding-top: 8px;
    padding-right: 18px;
    padding-bottom: 8px;
    font-size: 16px;
}

.qy-course-menu .qy-unit-menu li i {
    position: absolute;
    margin-top: 5px;
    right: 14px;
}

.comment-list .media-object {
    width: 24px;
    height: 24px;
    border-radius: 12px;
}

.comment-tools i {
    font-size: 16px;
    color: #333;
    padding-right: 16px;
}

.comment-tools i:hover {
    color: #0a5ba6;
}

.comment-list .media {
    margin-bottom: 32px;
    border-bottom: #ccc dashed 1px;
}

.fke-buy-tools {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-top: 5px;
    background: #efefef;
}

.th-slideto {
    position: fixed;
    bottom: 25%;
    right: 5px;
    z-index: 99999;
    line-height: 1;
    font-size: 13px;
    display: none;
}

.th-slideto a {
    display: block;
    border: #ccc solid 1px;
    text-align: center;
    background-color: #f7f7f7;
    color: #555;
    border-radius: 25px;
    padding: 12px;
    opacity: 0.3;
}

.th-slideto a:hover {
    background-color: #d7d7d7;
    color: #333;
    opacity: 1.0;
}

#fke-footer-nav {
    height: 50px;
    text-align: center;
    border-top: #efefef solid 1px;
    padding-top: 8px;
    line-height: 1.2;
}

#fke-footer-nav .fa {
    font-size: 18px;
}

#fke-footer-nav a {
    font-size: 12px;
    color: #555;
}

#fke-footer-nav .active {
    color: #18bc9c;
}