﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: '微软雅黑',;
    color: #333;
}

body, dd, dl, h1, h2, h3, h4, h5, h6, p, ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    background: none;
}

    a:hover {
        text-decoration: none;
        border: none;
    }

    a:active, a:hover, a:focus {
        text-decoration: none;
    }

li {
    list-style: none;
}

h1, h2, h3, h4 {
    font-weight: bold;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../font/glyphicons-halflings-regular.eot);
    src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


.container_tk {
    max-width: 1200px;
    margin: 0 auto;
}

.bx1 {
    max-width: 1200px;
    margin: 0 auto;
}

.con {
    width: 100%;
    float: left;
}

.con_1 {
    /*    background-color: #fff;*/
}

.con .qiehuan {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid#f5f5f5;
    box-shadow: 1px 2px 4px #e0e0e0;
}

    .con .qiehuan ul {
        max-width: 1200px;
        margin: 0 auto;
    }
/*banner*/
.zbk_banner {
    width: 100%;
    background: url(../images/live_top_bg.png)no-repeat center;
    display: table;
    height: 130px;
}

    .zbk_banner .zbk_wzjs {
        max-width: 1200px;
        margin: 0 auto;
    }

        .zbk_banner .zbk_wzjs .zbk_wzjs_left {
            width: 30%;
            float: left;
        }

        .zbk_banner .zbk_wzjs .zbk_wzjs_right {
            width: 45%;
            float: right;
            padding-top: 40px;
        }

            .zbk_banner .zbk_wzjs .zbk_wzjs_right a {
                height: 32px;
                background: linear-gradient(to right,#ff403a,#ff6a49);
                border-radius: 0 6px 6px 0;
                width: 42px;
                float: right;
                line-height: 32px;
                padding-left: 10px;
            }

            .zbk_banner .zbk_wzjs .zbk_wzjs_right input {
                width: calc(100% - 42px);
                height: 32px;
                border: none;
                padding-left: 12px;
                outline: none;
                border-radius: 6px 0 0 6px;
                font-size: 13px;
                letter-spacing: 0.5px;
            }

        .zbk_banner .zbk_wzjs h3 {
            font-size: 32px;
            color: #fff;
            line-height: 130px;
            padding-right: 23px;
            display: inline-block;
        }

        .zbk_banner .zbk_wzjs img {
            padding-right: 14px;
            margin-top: -5px;
        }

        .zbk_banner .zbk_wzjs p {
            font-size: 12px;
            color: #ddd;
            display: inline-block;
            line-height: 20px;
            vertical-align: sub;
        }

        .zbk_banner .zbk_wzjs .zbk_wzjs_right p {
            padding-top: 10px;
        }

            .zbk_banner .zbk_wzjs .zbk_wzjs_right p span {
                padding-top: 10px;
                padding: 0 10px;
            }
/*本月直播*/
.zb_bx .zb_info > .nav {
    width: 100%;
    background: #fff;
    height: 60px;
    padding: 0 20px;
    float: left;
    border-bottom: 1px solid #eee;
}

.zb_bx > .zb_info .nav > li {
    float: left;
    line-height: 48px;
    font-size: 16px;
    padding-top: 9px;
}

    .zb_bx > .zb_info .nav > li a {
        margin-right: 30px;
        color: #333;
        font-size: 16px;
        padding: 0;
    }

        .zb_bx > .zb_info .nav > li a:hover, .zb_bx > .zb_info > .nav > li a:focus {
            background: none;
        }

.zb_bx > .zb_info .nav .active a {
    font-weight: 600;
    background: none;
    padding: 0;
}

.zb_bx > .zb_info .nav .active ::after {
    content: " ";
    border-bottom: 3.6px solid #ff4d4d;
    display: block;
    width: 30px;
    margin: 0 auto;
    border-radius: 10px;
}

.carousel-inner {
    overflow: inherit;
}

.zb_bx .zb_info .tab-content {
    max-width: 1200px;
    margin: 0 auto;
}

.con .bx .kmsx {
    width: 100%;
    overflow: hidden;
}

    .con .bx .kmsx .kmfl {
        width: 100%;
        border-bottom: 1px dashed #ddd;
        overflow: hidden;
    }

        .con .bx .kmsx .kmfl .dkm {
            width: 64px;
            float: left;
            font-size: 14px;
            color: #666;
            height: 52px;
            line-height: 52px;
        }

        .con .bx .kmsx .kmfl ul {
            width: calc(100% - 64px);
            float: left;
            padding-top: 14px;
            padding-bottom: 14px;
        }

            .con .bx .kmsx .kmfl ul li {
                float: left;
                line-height: 24px;
                border-radius: 4px;
                margin-right: 36px;
                margin-bottom: 4px;
            }

                .con .bx .kmsx .kmfl ul li a {
                    color: #666;
                    cursor: pointer;
                }

                    .con .bx .kmsx .kmfl ul li a:hover {
                        color: #ef2d36;
                    }

        .con .bx .kmsx .kmfl .active a {
            color: #ef2d36;
        }

        .con .bx .kmsx .kmfl ul li select {
            border: none;
            outline: none;
            cursor: pointer;
        }

.swiper-container-solution .selected-solution {
    max-width: 1200px;
    position: relative;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #fff;
    padding: 20px 20px;
    box-shadow: 1px 1px 10px #dedede;
    border-radius: 8px;
}

.swiper-container-solution .swiper-container {
    margin: auto;
    overflow: hidden
}

    .swiper-container-solution .swiper-container ul {
        position: relative;
    }

    .swiper-container-solution .swiper-container li {
        float: left;
        background: #fff;
        position: relative;
        cursor: pointer;
    }

    .swiper-container-solution .swiper-container ul li img {
        width: 100%;
        border-radius: 6px;
    }

    .swiper-container-solution .swiper-container ul li:hover {
        box-shadow: 0 0 15px 0 #e5e5e5;
    }

.swiper-container-solution .swiper-button-prev {
    left: 4px;
    width: 20px;
    height: 20px;
    transition: background-image .15s;
    top: 95px;
    outline: none;
}

.swiper-container-solution .swiper-button-next {
    right: 3px;
    width: 20px;
    height: 20px;
    transition: background-image .15s;
    top: 95px;
    outline: none;
}

    .swiper-container-solution .swiper-button-next:hover, .swiper-container-solution .swiper-button-prev:hover {
        background-image: url(../fonts/marketplace-home-arrow_big_hover.svg);
        transition: background-image .2s
    }

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
    color: #666;
    padding: 6px 0px;
    border-radius: 2px;
}

.cf:after, .cf:before {
    content: " ";
    display: table;
    line-height: 0
}

.zb_bx .zb_list_wks {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
}

    .zb_bx .zb_list_wks h2 {
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #eee;
        padding: 0 15px;
        font-size: 16px;
        font-weight: normal;
        background: url(../images/icon_xian2.png) no-repeat center left 0px;
        float: left;
    }

    .zb_bx .zb_list_wks ul {
        width: 100%;
        padding: 12px 0px 35px;
        float: left;
    }

        .zb_bx .zb_list_wks ul li {
            width: 100%;
            border-left: 1px solid #eee;
            position: relative;
            padding-left: 34px;
            float: left;
        }

    .zb_bx .zb_list_wks .jd {
        width: 15px;
        height: 15px;
        position: absolute;
        top: 38px;
        left: -8px;
    }

    .zb_bx .zb_list_wks .gkk {
        position: absolute;
        top: 6px;
        left: 0;
        background-color: #ff4d4d;
        color: #fff;
        padding: 2px 10px;
        font-size: 12px;
        border-radius: 0 10px 10px 0;
    }

    .zb_bx .zb_list_wks .list {
        padding: 20px 0;
        float: left;
        width: 100%;
        height: 120px;
        border-bottom: 1px solid #eee;
    }

        .zb_bx .zb_list_wks .list .zblb_px3 {
            width: 17%;
            float: left;
        }

            .zb_bx .zb_list_wks .list .zblb_px3 h3 {
                font-weight: normal;
                font-size: 14px;
                padding-bottom: 10px;
                padding-top: 18px;
            }

            .zb_bx .zb_list_wks .list .zblb_px3 p {
                color: #999;
            }

                .zb_bx .zb_list_wks .list .zblb_px3 p span {
                    color: #e60012;
                }

                .zb_bx .zb_list_wks .list .zblb_px3 p b {
                    font-weight: normal;
                }

                .zb_bx .zb_list_wks .list .zblb_px3 p span img {
                    margin-right: 5px;
                    margin-bottom: 2px;
                }

        .zb_bx .zb_list_wks .list .kcfm {
            width: 130px;
            float: left;
            margin-right: 50px;
        }

            .zb_bx .zb_list_wks .list .kcfm img {
                width: 100%;
                border-radius: 6px;
            }

        .zb_bx .zb_list_wks .list .zblb_px1 {
            width: 20%;
            float: left;
            padding-right: 10px;
            background: url(../images/xian3.png) no-repeat center right;
            height: 100%;
        }

            .zb_bx .zb_list_wks .list .zblb_px1 h3 {
                font-size: 14px;
                color: #000;
                font-weight: normal;
                padding-top: 18px;
                padding-bottom: 8px;
                line-height: 20px;
            }

            .zb_bx .zb_list_wks .list .zblb_px1 p {
                font-size: 12px;
                color: #999;
            }

        .zb_bx .zb_list_wks .list .zblb_px2 {
            width: 20%;
            float: left;
            padding: 0 20px;
            background: url(../images/xian3.png) no-repeat center right;
            height: 100%;
        }

            .zb_bx .zb_list_wks .list .zblb_px2 p {
                font-size: 14px;
                color: #333;
                padding-top: 18px;
            }

        .zb_bx .zb_list_wks .list .zblb_px4 {
            width: 15%;
            float: left;
        }

            .zb_bx .zb_list_wks .list .zblb_px4 p {
                padding: 18px 10px 0 35px;
                color: #999;
            }

        .zb_bx .zb_list_wks .list .zblb_px5 {
            width: 86px;
            float: right;
            padding-top: 20px;
        }

            .zb_bx .zb_list_wks .list .zblb_px5 a {
                width: 100%;
                height: 30px;
                text-align: center;
                line-height: 30px;
                display: block;
                border-radius: 4px;
                margin-bottom: 8px;
            }

            .zb_bx .zb_list_wks .list .zblb_px5 .jrzb {
                background: linear-gradient(to right,#ff403a,#ff6a49);
                color: #fff;
            }

            .zb_bx .zb_list_wks .list .zblb_px5 .kqyx {
                background: #eee;
                color: #555;
            }

            .zb_bx .zb_list_wks .list .zblb_px5 .yuyue {
                background: linear-gradient(to right,#ff403a,#ff6a49);
                color: #fff;
                cursor: pointer;
            }

            .zb_bx .zb_list_wks .list .zblb_px5 .huifang {
                background: #ff8706;
                color: #fff;
            }

.zb_bx .list2 {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 15px;
}

    .zb_bx .list2 ul li {
        width: 100%;
        padding: 24px 0;
        float: left;
        border-bottom: 1px solid #eee;
    }

    .zb_bx .list2 .kcfm2 {
        width: 175px;
        float: left;
        margin-right: 20px;
    }

        .zb_bx .list2 .kcfm2 img {
            width: 100%;
            border-radius: 6px;
        }

    .zb_bx .list2 .zb_info {
        width: calc(100% - 281px);
        float: left;
    }

        .zb_bx .list2 .zb_info h3 {
            font-size: 14px;
            color: #000;
            font-weight: normal;
            padding: 3px 0 10px;
        }

        .zb_bx .list2 .zb_info p {
            font-size: 13px;
            color: #999;
            padding-bottom: 8px;
        }

            .zb_bx .list2 .zb_info p span {
                font-size: 18px;
                color: #ff4d4d;
            }

    .zb_bx .list2 .hd {
        width: 86px;
        float: right;
        padding-top: 23px;
    }

        .zb_bx .list2 .hd a {
            width: 100%;
            height: 30px;
            text-align: center;
            line-height: 30px;
            display: block;
            border-radius: 4px;
            margin-bottom: 8px;
        }

        .zb_bx .list2 .hd .huifang {
            background: linear-gradient(to right,#ff403a,#ff6a49);
            color: #fff;
        }

        .zb_bx .list2 .hd .kqyx {
            background: #eee;
            color: #555;
        }

/*分页*/
.fenye {
    width: 100%;
    padding: 45px 0;
    background: #fff;
    text-align: center;
    font-size: 15px;
    float: left;
}

    .fenye a {
        padding: 8px 14px;
        background: #fff;
        border: 1px solid #eee !important;
        border-radius: 4px;
        margin: 0 5px;
        color: #666 !important;
        font-weight: normal !important;
    }

        .fenye a span {
            padding: 0 5px;
        }

    .fenye .slct {
        background: #ef2d36;
        border: 1px solid #ef2d36;
        color: #fff !important;
    }

        .fenye .slct:hover {
            background: #ef2d36;
            color: #fff;
        }

    .fenye a:hover {
        background: #f9f9f9;
    }

/**/
.weizhi {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

    .weizhi p {
        width: calc(100% - 100px);
        float: left;
    }

    .weizhi > a {
        width: 90px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        display: block;
        float: right;
        margin-top: 11px;
        color: #fff;
        background: #ff4d4d;
        font-size: 13px;
        border-radius: 4px;
    }

    .weizhi p a {
        color: #999;
    }

/**/
.kc_detl_info {
    width: 100%;
    background: #fff;
    padding: 40px 30px;
    overflow: hidden;
}

.kc_detl_info_1 {
    width: 100%;
    background: #fff;
    padding: 40px 30px;
    overflow: hidden;
}

.kc_detl_info .kc_d_left {
    width: 410px;
    float: left;
    background-color: #f0f0f0;
    padding: 16px;
}

.kc_detl_info .kc_d_left_1 {
    padding: 0;
    background: none;
    width: 370px;
}

.kc_detl_info .kc_d_left img {
    width: 100%;
}

.kc_detl_info .kc_d_left .fx_sc {
    padding: 22px;
    background-color: #fff;
}

    .kc_detl_info .kc_d_left .fx_sc .collectd a::before {
        content: " ";
        background: url(../images/icons_v9.png);
        background-position: 0px -18px;
        padding-left: 20px;
        cursor: pointer;
        color: #ff4d4d;
    }

    .kc_detl_info .kc_d_left .fx_sc .collect {
        /*            width: 90px;*/
        height: 22px;
        float: right;
    }

        .kc_detl_info .kc_d_left .fx_sc .collect a::before {
            content: " ";
            background: url(../images/icons_v9.png);
            background-position: 0px 2px;
            padding-left: 20px;
            cursor: pointer;
        }

        .kc_detl_info .kc_d_left .fx_sc .collect a:hover::before {
            content: " ";
            color: #ff4d4d;
            background: url(../images/icons_v9.png);
            background-position: 0px -18px;
        }

    .kc_detl_info .kc_d_left .fx_sc .collectd a::before {
        content: " ";
        background: url(../images/icons_v9.png);
        background-position: 0px -18px;
        padding-left: 20px;
        cursor: pointer;
        color: #ff4d4d;
    }

    .kc_detl_info .kc_d_left .fx_sc .collectd {
        float: right;
    }

    .kc_detl_info .kc_d_left .fx_sc .fenxiang {
        color: #666;
        padding-right: 35px
    }

        .kc_detl_info .kc_d_left .fx_sc .fenxiang .fx {
            background: url(../images/icons_v9.png);
            background-position: 0px -39px;
            padding-right: 20px;
            width: 18px;
            height: 18px;
        }

        .kc_detl_info .kc_d_left .fx_sc .fenxiang:hover .fx {
            color: #ff4d4d;
            background-image: url(../images/icons_v9.png);
            background-position: 0px -59px;
        }

    .kc_detl_info .kc_d_left .fx_sc .shoucang {
        color: #666;
    }

        .kc_detl_info .kc_d_left .fx_sc .shoucang .sc {
            background: url(../images/icons_v9.png);
            background-position: 0px 2px;
            padding-right: 20px;
            color: #666;
        }

        .kc_detl_info .kc_d_left .fx_sc .shoucang:hover .sc {
            color: #ff4d4d;
            background: url(../images/icons_v9.png);
            background-position: 0px -18px;
        }

    .kc_detl_info .kc_d_left .fx_sc .baoming {
        float: right;
        color: #999;
    }

.kc_detl_info .kc_d_right {
    width: calc(100% - 450px);
    float: right;
}

.kc_detl_info .kc_d_right_1 {
    width: calc(100% - 460px);
}

.kc_detl_info .kc_d_right .kcbt {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .kc_detl_info .kc_d_right .kcbt h2 {
        font-size: 34px;
        padding: 0 0 15px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .kc_detl_info .kc_d_right .kcbt .hdty {
        width: 120px;
        /*position: absolute;
        right: 0;
        top: 0;*/
    }

        .kc_detl_info .kc_d_right .kcbt .hdty .share {
            display: inline-block;
        }

            .kc_detl_info .kc_d_right .kcbt .hdty .share a::before {
                content: " ";
                background: url(../images/icons_v9.png);
                background-position: 0px -39px;
                padding-left: 20px;
            }

            .kc_detl_info .kc_d_right .kcbt .hdty .share a:hover::before {
                content: " ";
                color: #ff4d4d;
                background-image: url(../images/icons_v9.png);
                background-position: 0px -59px
            }

        .kc_detl_info .kc_d_right .kcbt .hdty .collect {
            /*            width: 90px;*/
            height: 22px;
            float: right;
        }

            .kc_detl_info .kc_d_right .kcbt .hdty .collect a::before {
                content: " ";
                background: url(../images/icons_v9.png);
                background-position: 0px 2px;
                padding-left: 20px;
                cursor: pointer;
            }

            .kc_detl_info .kc_d_right .kcbt .hdty .collect a:hover::before {
                content: " ";
                color: #ff4d4d;
                background: url(../images/icons_v9.png);
                background-position: 0px -18px;
            }

        .kc_detl_info .kc_d_right .kcbt .hdty .collectd a::before {
            content: " ";
            background: url(../images/icons_v9.png);
            background-position: 0px -18px;
            padding-left: 20px;
            cursor: pointer;
            color: #ff4d4d;
        }

        .kc_detl_info .kc_d_right .kcbt .hdty .collectd {
            float: right;
        }

.kc_detl_info .kc_d_right .zhushi {
    width: 100%;
    padding-bottom: 10px;
    font-size: 13px;
    color: #999;
    letter-spacing: 0.5px;
}

    .kc_detl_info .kc_d_right .zhushi span {
        padding-right: 3px;
    }

        .kc_detl_info .kc_d_right .zhushi span .fa-star {
            color: #f9bb51;
        }

            .kc_detl_info .kc_d_right .zhushi span .fa-star:last-child {
                padding-right: 5px;
            }

    .kc_detl_info .kc_d_right .zhushi img {
        margin-bottom: 3px;
        margin-right: 2px;
    }

.kc_detl_info .kc_d_right .price_bx {
    width: 100%;
    padding: 12px 0px 16px;
    background: #f6f6f6;
}

.kc_detl_info .kc_d_right .teacher {
    padding: 13px 0 2px;
}

    .kc_detl_info .kc_d_right .teacher p {
        line-height: 26px;
        color: #999;
    }

        .kc_detl_info .kc_d_right .teacher p span {
            padding-left: 30px;
            color: #333;
            font-size: 13px;
        }

.kc_detl_info .kc_d_right .price_bx .jiage {
    width: 100%;
    font-size: 14px;
    color: #999;
    padding-bottom: 10px;
}

    .kc_detl_info .kc_d_right .price_bx .jiage .price {
        color: #ff6029;
        font-size: 24px;
        padding-left: 15px;
        padding-right: 12px;
    }

    .kc_detl_info .kc_d_right .price_bx .jiage .yuanjia {
        text-decoration: line-through;
        padding: 0;
    }

    .kc_detl_info .kc_d_right .price_bx .jiage span {
        padding: 0 15px;
        color: #999;
    }

    .kc_detl_info .kc_d_right .price_bx .jiage .hymf {
        padding: 0;
        color: #57bc4c;
        font-size: 16px;
    }

.kc_detl_info .kc_d_right .price_bx .youhui {
    width: 100%;
    font-size: 14px;
    color: #999;
    position: relative;
}

.kc_detl_info .kc_d_right .price_bx .jiage .zbsj {
    font-size: 18px;
    color: #ff7d2f;
    padding-left: 0;
}

    .kc_detl_info .kc_d_right .price_bx .jiage .zbsj img {
        margin-bottom: 5px;
        margin-right: 5px;
    }

.kc_detl_info .kc_d_right .price_bx .youhui .yhnr {
    padding-left: 20px;
    color: #333;
}

    .kc_detl_info .kc_d_right .price_bx .youhui .yhnr img {
        margin-bottom: 3px;
        margin-right: 5px;
    }

.kc_detl_info .kc_d_right .price_bx .youhui .jxyh {
    float: right;
    color: #666;
    cursor: pointer;
}

    .kc_detl_info .kc_d_right .price_bx .youhui .jxyh b {
        color: #ff6029;
    }

    .kc_detl_info .kc_d_right .price_bx .youhui .jxyh .fa-angle-right {
        padding-left: 5px;
    }

    .kc_detl_info .kc_d_right .price_bx .youhui .jxyh .fa-angle-down {
        display: none;
        padding-left: 5px;
    }

    .kc_detl_info .kc_d_right .price_bx .youhui .jxyh:hover .fa-angle-right {
        display: none;
        padding-left: 5px;
    }

    .kc_detl_info .kc_d_right .price_bx .youhui .jxyh:hover .fa-angle-down {
        display: block;
        float: right;
        padding-top: 3px;
        padding-left: 5px;
    }

.kc_detl_info .kc_d_right .price_bx .youhui .yh_list {
    width: 100%;
    background: #fff;
    padding: 8px 10px;
    box-shadow: 0 0 15px 0 #e5e5e5;
    border-radius: 4px;
    position: absolute;
    /*    bottom: -68px;*/
    right: 0;
    display: none;
}

    .kc_detl_info .kc_d_right .price_bx .youhui .yh_list p {
        width: 100%;
        font-size: 13px;
        color: #777;
        line-height: 24px;
        letter-spacing: 1px;
    }

        .kc_detl_info .kc_d_right .price_bx .youhui .yh_list p span {
            padding: 1px 5px;
            background: #ffac8f;
            border-radius: 100%;
            margin-right: 8px;
            color: #fff;
            font-size: 12px;
        }

.kc_detl_info .kc_d_right .price_bx .youhui .jxyh:hover .yh_list {
    display: block;
}

.kc_detl_info .kc_d_right .hdzn {
    width: 100%;
    overflow: hidden;
}

    .kc_detl_info .kc_d_right .hdzn a {
        width: 140px;
        height: 42px;
        float: left;
        display: block;
        margin-right: 20px;
        text-align: center;
        line-height: 42px;
        font-size: 16px;
        border-radius: 4px;
        margin-top: 13px;
    }

    .kc_detl_info .kc_d_right .hdzn .jrgwc {
        border: 1px solid #ef2d36;
        color: #ef2d36;
        cursor: pointer;
    }

    .kc_detl_info .kc_d_right .hdzn .gmkc {
        background: #ef2d36;
        color: #fff;
        cursor: pointer;
    }

    .kc_detl_info .kc_d_right .hdzn .gmhy {
        background: #ff7d2f;
        color: #fff;
    }

    .kc_detl_info .kc_d_right .hdzn .zxxq {
        background: #00bdb0;
        color: #fff;
    }

.kc_detl_info .kc_d_right .kcts {
    width: 100%;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    padding-top: 12px;
}

    .kc_detl_info .kc_d_right .kcts a {
        color: #ef3939;
        padding-left: 15px;
        text-decoration: underline;
    }

/**/
.det_left {
    width: calc(100% - 315px);
    float: left;
    margin-top: 20px;
    padding-bottom: 30px;
}

    .det_left .nav {
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #eee;
        background: #fff;
        float: left;
    }

        .det_left .nav li {
            float: left;
            margin: 0 30px;
            line-height: 58px;
            font-size: 16px;
        }

            .det_left .nav li a {
                width: 100%;
                height: 100%;
                display: block;
                padding: 0;
                margin: 0;
                border: none;
                color: #333;
            }

                .det_left .nav li a span {
                    font-size: 12px;
                    color: #e74141;
                    position: absolute;
                    margin-top: -10px;
                }

                .det_left .nav li a:hover, .det_left .nav li a:focus {
                    background: none;
                }

        .det_left .nav .active a {
            color: #000;
            font-weight: 600;
            border-bottom: 2px solid #ef2d36;
        }

    .det_left .tab-content {
        background: #fff;
        min-height: 400px;
        overflow: hidden;
        float: left;
        width: 100%;
    }

        .det_left .tab-content .zblb {
            width: 100%;
        }

            .det_left .tab-content .zblb li {
                width: 100%;
                height: 56px;
                line-height: 56px;
                border-bottom: 1px dashed #e8e8e8;
            }

            .det_left .tab-content .zblb .dqbj {
                background: #f9f9f9;
            }

            .det_left .tab-content .zblb li {
                width: 100%;
                float: left;
            }

                .det_left .tab-content .zblb li h4 {
                    font-size: 14px;
                    color: #333;
                    font-weight: normal;
                    width: 60%;
                    float: left;
                    line-height: 56px;
                }

                    .det_left .tab-content .zblb li h4 img {
                    }

.catalog-box {
    width: 100%;
    padding: 0 15px 20px;
    padding-top: 15px;
}

    .catalog-box .panel-heading {
        padding: 0;
        height: 56px;
        border-bottom: 1px dashed #eee;
    }

        .catalog-box .panel-heading[aria-expanded="false"] .fa::before {
            content: "\f105";
        }

        .catalog-box .panel-heading[aria-expanded="true"] .fa::before {
            content: "\f107";
        }

    .catalog-box .dqbj {
        background: #f9f9f9;
        padding: 0 20px;
    }

    .catalog-box .panel-heading .panel-title {
        height: 56px;
        line-height: 56px;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 1px;
        cursor: pointer;
    }

        .catalog-box .panel-heading .panel-title img {
            margin-bottom: 3px;
            margin-right: 8px;
        }

    .catalog-box .kst {
        margin-top: -20px;
    }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding: 0 0 0 25px;
}

.panel-body .list-unstyled li {
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px dashed #eee;
    cursor: pointer;
    padding-left: 20px;
}

    .panel-body .list-unstyled li h4 {
        font-size: 14px;
        color: #333;
        font-weight: normal;
        /*width: 50%;*/
        float: left;
        line-height: 56px;
    }

    .panel-body .list-unstyled li .fr_20 {
        width: 86px;
        float: right;
        padding-top: 15px;
    }

        .panel-body .list-unstyled li .fr_20 a {
            width: 100%;
            height: 30px;
            text-align: center;
            line-height: 30px;
            display: block;
            border-radius: 4px;
            margin-bottom: 8px;
        }


        .panel-body .list-unstyled li .fr_20 .bofang {
            background: #f4f4f4;
            color: #999;
            border: 1px solid #f6f6f6;
        }

    .panel-body .list-unstyled li:hover h4 a {
        color: red;
    }

    .panel-body .list-unstyled li:hover .fr_20 .bofang {
        background: linear-gradient(to right,#ff403a,#ff6a49);
        color: #fff;
        cursor: pointer;
    }

    .panel-body .list-unstyled li h4 img {
        margin-bottom: 3px;
        margin-right: 6px;
    }

    .panel-body .list-unstyled li p {
        width: calc(50% - 90px);
        float: left;
        text-align: center;
        font-size: 13px;
        color: #666;
    }

        .panel-body .list-unstyled li p img {
            margin-bottom: 2px;
            margin-right: 6px;
        }

        .panel-body .list-unstyled li p span {
            color: #ef2d36;
        }

        .panel-body .list-unstyled li p .classname {
            color: #333;
        }

    .panel-body .list-unstyled li .xzp {
        width: 100%;
        text-align: left;
    }

.panel-body .list-unstyled .hd {
    width: 70px;
    float: right;
    height: 100%;
}

    .panel-body .list-unstyled .hd a {
        width: 70px;
        height: 26px;
        display: block;
        text-align: center;
        line-height: 26px;
        border-radius: 4px;
        font-size: 13px;
        margin-top: 15px;
    }

    .panel-body .list-unstyled .hd .jrzb {
        background: #ffac36;
        color: #fff;
    }

    .panel-body .list-unstyled .hd .huifang {
        background: #ffac36;
        color: #fff;
    }

    .panel-body .list-unstyled .hd .yuyue {
        background: linear-gradient(to right,#ff403a,#ff6a49);
        color: #fff;
    }

    .panel-body .list-unstyled .hd .xiazai {
        background: linear-gradient(to right,#ff403a,#ff6a49);
        color: #fff;
        border-radius: 50px;
    }

    .panel-body .list-unstyled .hd .xiazai2 {
        background-color: #eeeeee;
        color: #666;
        border-radius: 50px;
    }

    .panel-body .list-unstyled .hd .xiazai .fa-download, .xiazai2 .fa-download {
        padding-right: 4px;
    }

.panel-body .list-unstyled li:hover {
}

.panel-body .list-unstyled .mfsk {
    width: 65px;
    height: 25px;
    display: block;
    float: right;
    text-align: center;
    line-height: 23px;
    border-radius: 4px;
    border: 1px solid #ef2d36;
    color: #ef2d36;
    margin-top: 15px;
    margin-right: 10px;
}

.panel {
    box-shadow: none;
    border: none;
}

.panel-body1 {
    padding: 15px 0;
}

.panel-body .list-unstyled .mfxz {
    width: 65px;
    height: 25px;
    display: block;
    float: right;
    text-align: center;
    line-height: 23px;
    border-radius: 25px;
    border: 1px solid #ef2d36;
    margin-top: 15px;
    margin-right: 10px;
    background: #ff4d4d;
    color: #fff;
    font-size: 13px;
}

    .panel-body .list-unstyled .mfxz img {
        margin-bottom: 5px;
        margin-right: 3px;
    }

.det_left .kcxq {
    width: 100%;
    padding: 20px 30px;
}

    .det_left .kcxq p {
        font-size: 14px;
        color: #555;
        line-height: 30px;
        text-align: justify;
        text-indent: 2em;
    }

        .det_left .kcxq p img {
            width: 100%;
            margin: 10px 0;
        }

    .det_left .kcxq .kcxqt {
        padding-top: 20px;
    }

        .det_left .kcxq .kcxqt img {
            width: 100%;
        }

.det_left .kcbj {
    width: 100%;
    padding: 10px 30px 20px;
}

    .det_left .kcbj ul li {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

        .det_left .kcbj ul li .zjk {
            width: 100%;
            height: 36px;
            line-height: 36px;
            background: #f6f6f6;
            padding: 0 15px;
            font-weight: 600;
            border: 1px solid #eee;
            border-bottom: none;
        }

            .det_left .kcbj ul li .zjk a {
                float: right;
                margin-top: 10px;
            }

        .det_left .kcbj ul li .bjnr {
            width: 100%;
            padding: 10px;
            border: #eee 1px solid;
        }

            .det_left .kcbj ul li .bjnr p {
                font-size: 14px;
                color: #555;
                line-height: 24px;
                text-align: justify;
                padding-bottom: 10px;
                padding-top: 7px;
                text-indent: 2em;
            }

/*课程笔记*/
.kcxq .kcbj_bt {
    background-color: #f6f6f6;
    margin-bottom: 10px;
}

    .kcxq .kcbj_bt h3 {
        font-size: 14px;
        color: #333;
        font-weight: normal;
        padding: 10px;
    }

        .kcxq .kcbj_bt h3 img {
            float: right;
        }

.kcxq .kcbj_zj {
    text-indent: inherit !important;
}

/*课程评价*/
.xpl {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 39px;
}

    .xpl h2 {
        font-size: 15px;
        color: #333;
    }

.pingfen {
    padding: 20px 0;
}

    .pingfen .pingfen_xy {
        width: 150px;
        height: 150px;
        border: 1px solid#ffd48b;
        border-radius: 50%;
        display: inline-block;
    }

        .pingfen .pingfen_xy li {
            text-align: center;
        }

            .pingfen .pingfen_xy li .fa-star {
                color: #f9bb51;
                font-size: 16px;
            }

            .pingfen .pingfen_xy li .p1 {
                font-size: 52px;
                color: #333;
                font-weight: bold;
                padding-top: 10px;
            }

                .pingfen .pingfen_xy li .p1 b {
                    font-size: 13px;
                    font-weight: normal;
                }

            .pingfen .pingfen_xy li .p2 {
                font-size: 13px;
                color: #999;
                padding-top: 10px;
            }

    .pingfen .pingfen_zs {
        padding: 0 0 0 40px;
        display: inline-block;
    }

        .pingfen .pingfen_zs li {
            line-height: 40px;
        }

            .pingfen .pingfen_zs li p {
                color: #666;
            }

            .pingfen .pingfen_zs li .fa-stop {
                width: 400px;
                background-color: #f5f5f5;
                border-radius: 50px;
                margin: 0 50px;
                height: 12px;
                vertical-align: middle;
            }

.fa-stop:before {
    content: " " !important;
    width: 160px;
    display: inline-block;
    background: #dddddd;
    border-radius: 50px;
    height: 12px;
}


.fa-stop1:before {
    content: " " !important;
    width: 80px;
    display: inline-block;
    background: #dddddd;
    border-radius: 50px;
    height: 12px;
}

.fa-stop2:before {
    content: " " !important;
    width: 160px;
    display: inline-block;
    background: #dddddd;
    border-radius: 50px;
    height: 12px;
}

.fa-stop3:before {
    content: " " !important;
    width: 240px;
    display: inline-block;
    background: #dddddd;
    border-radius: 50px;
    height: 12px;
}

.fa-stop4:before {
    content: " " !important;
    width: 320px;
    display: inline-block;
    background: #dddddd;
    border-radius: 50px;
    height: 12px;
}

.fa-stop5:before {
    content: " " !important;
    width: 400px;
    display: inline-block;
    background: #dddddd;
    border-radius: 50px;
    height: 12px;
}

.wxts {
    text-align: center;
    font-size: 15px;
    color: #666;
    padding-top: 15px;
}

    .wxts a {
        color: #f25858;
        text-decoration: underline;
    }

.xpl textarea {
    width: 100%;
    height: 98px;
    border: 1px solid #ddd;
    padding: 5px;
    color: #888;
    outline: none;
    float: left;
}

.xpl .bq {
    width: 100%;
    padding: 0 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    line-height: 40px;
    height: 40px;
    float: left;
    border-top: none;
}

    .xpl .bq a {
        width: 82px;
        hieght: 30px;
        background: #ff4d4d;
        border-radius: 4px;
        text-align: center;
        line-height: 30px;
        display: block;
        color: #fff;
        float: right;
        margin-top: 5px;
    }

.wypll {
    margin-bottom: 0;
}

    .wypll .pllb_bt {
        margin-bottom: 24px;
        background-color: #f5f5f5;
        display: flex;
        position: relative;
    }

    .wypll h2 {
        padding: 12px;
        display: inline-block;
        float: left;
    }

    .wypll .pllb_bt .label {
        position: relative;
        margin: 30px 30px;
        color: #888;
        font-size: 13px;
        font-weight: normal;
        padding-left: 26px;
    }

    .wypll .pllb_bt .checkbox {
        display: none;
    }

    .wypll .pllb_bt .label .checkbox:checked + .check-mark {
        background-color: #ff8a00;
        transition: .1s;
    }

    .wypll .pllb_bt .check-mark {
        width: 18px;
        height: 18px;
        border: 1px solid #ff8a00;
        position: absolute;
        left: 0;
        display: inline-block;
        border-radius: 50%;
    }

    .wypll .pllb_bt .label .checkbox:checked + .check-mark:after {
        content: "";
        position: absolute;
        width: 10px;
        transition: .1s;
        height: 5px;
        background: #ff8a00;
        top: 45%;
        left: 50%;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .wypll .nav_kc {
        line-height: 40px;
        position: absolute;
        right: 12px;
    }

        .wypll .nav_kc .dropdown-toggle {
            color: #f02c2c;
        }

        .wypll .nav_kc .shijianxz {
            min-width: 100px;
            padding-left: 16px;
            margin-left: 48px;
        }

            .wypll .nav_kc .shijianxz ul li:hover a {
                color: #f02c2c;
            }


    .wypll .pl {
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .wypll .plnr {
        width: 100%;
        float: left;
        border-bottom: 1px dashed #e2e2e2;
        padding-bottom: 15px;
    }

        .wypll .plnr .wytx {
            width: 45px;
            height: 45px;
            border-radius: 100%;
            overflow: hidden;
            margin-right: 20px;
            float: left;
        }

            .wypll .plnr .wytx img {
                width: 100%;
            }

        .wypll .plnr .plxx {
            width: calc(100% - 65px);
            float: left;
            padding-bottom: 18px;
        }

            .wypll .plnr .plxx p {
                font-size: 14px;
                color: #333;
                padding-top: 20px;
            }

                .wypll .plnr .plxx p b {
                    font-weight: normal;
                    color: #fb9b03;
                    margin-right: 15px;
                }

                .wypll .plnr .plxx p span {
                    color: #999;
                }

                .wypll .plnr .plxx p a {
                    float: right;
                    color: #999;
                }

                    .wypll .plnr .plxx p a img {
                        margin-right: 4px;
                        margin-bottom: 3px;
                    }

            .wypll .plnr .plxx .riqi_dz {
                padding-top: 20px;
            }

            .wypll .plnr .plxx .userInfo {
                font-size: 13px;
                overflow: hidden;
                padding-top: 3px;
            }

                .wypll .plnr .plxx .userInfo span {
                    padding-right: 14px;
                    color: #999;
                }

                .wypll .plnr .plxx .userInfo .ng-binding {
                    color: #f9bb51;
                    font-size: 16px;
                }

            .wypll .plnr .plxx .re-content {
                padding: 6px 0 10px;
                color: #555;
            }

            .wypll .plnr .plxx ul .fa-thumbs-o-up {
                padding-right: 4px;
            }

            .wypll .plnr .plxx ul li {
                font-size: 16px;
                color: #999;
                cursor: pointer;
            }

                .wypll .plnr .plxx ul li .riqi {
                    font-size: 13px;
                }

                .wypll .plnr .plxx ul li .dianzhan {
                    float: right;
                }

    .wypll .pl .wx_box {
        width: 100%;
        overflow: hidden;
        padding-top: 12px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #e2e2e2;
    }

        .wypll .pl .wx_box .tijiao {
            width: 90px;
            height: 36px;
            border-radius: 4px;
            background: #ff4d4d;
            display: block;
            float: right;
            margin-top: 10px;
            text-align: center;
            line-height: 36px;
            color: #fff;
        }
/**/
.det_right {
    width: 300px;
    float: right;
    margin-top: 20px;
}

    .det_right .lsjs2 {
        width: 100%;
        padding: 18px 20px 20px;
        background: #fff;
        border-radius: 8px;
    }

        .det_right .lsjs2 .xiangqi {
            width: 100%;
            padding-bottom: 10px;
            border-bottom: 1px solid#ececec;
            display: flex;
        }

            .det_right .lsjs2 .xiangqi p {
                float: left;
                width: 33.3%;
                text-align: center;
            }

                .det_right .lsjs2 .xiangqi p span {
                    color: #999;
                }

        .det_right .lsjs2 .lsjj2 {
            width: 100%;
            padding-bottom: 15px;
        }

            .det_right .lsjs2 .lsjj2 .teacher {
                width: 50px;
                height: 50px;
                float: left;
                border-radius: 100%;
                overflow: hidden;
                margin-right: 16px;
            }

                .det_right .lsjs2 .lsjj2 .teacher img {
                    width: 100%;
                }

            .det_right .lsjs2 .lsjj2 .teacher_js {
                display: inline-block;
                padding-right: 20px;
            }

            .det_right .lsjs2 .lsjj2 .jrzy {
                background-color: #ffe9e7;
                padding: 6px 16px;
                border-radius: 50px;
                font-size: 13px;
                color: #ff4d4d;
                float: right;
                margin-top: 10px;
            }

            .det_right .lsjs2 .lsjj2 h4 {
                font-size: 16px;
                font-weight: normal;
                padding-top: 3px;
                padding-bottom: 8px;
                color: #333;
            }

            .det_right .lsjs2 .lsjj2 p {
                font-size: 14px;
                color: #ff4d4d;
            }

        .det_right .lsjs2 .ls_info {
            padding-top: 10px;
            text-align: justify;
            line-height: 24px;
            font-size: 13px;
            color: #666;
        }

        .det_right .lsjs2 .list_right {
            background: #fff;
        }

    .det_right .lsjs3 {
        width: 100%;
        padding: 18px 20px 20px;
        background: #fff;
        /*        margin-top: 15px;*/
        border-radius: 8px;
        position: relative;
    }

    .det_right .lsjs3_1 {
        margin-top: 0px;
    }

    .det_right .lsjs3 .lsjj2 .teacher {
        position: relative;
    }

        .det_right .lsjs3 .lsjj2 .teacher .img1 {
            width: 100%;
        }

        .det_right .lsjs3 .lsjj2 .teacher span {
            position: absolute;
            left: 10px;
            top: -10px;
            z-index: 11;
            background: url("../images/zhekou.png") no-repeat center;
            width: 43px;
            height: 49px;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            text-align: center;
            line-height: 44px;
        }

    .det_right .lsjs3 .lsjj2 h4 {
        font-size: 16px;
        font-weight: normal;
        padding-top: 3px;
        padding-bottom: 8px;
        color: #333;
    }

    .det_right .lsjs3 .lsjj2 p {
        font-size: 14px;
        color: #ff4d4d;
    }

    .det_right .lsjs3 .bofang {
        position: absolute;
        top: 18px;
        left: 20px;
    }

    .det_right .lsjs3 .ls_info {
        padding: 18px 0;
        line-height: 20px;
    }

        .det_right .lsjs3 .ls_info .a {
            font-size: 12px;
            color: #999;
        }

        .det_right .lsjs3 .ls_info .b {
            float: right;
            color: #f02c2c;
            font-size: 14px;
        }

            .det_right .lsjs3 .ls_info .b b {
                font-size: 24px;
                font-weight: bold;
                padding-right: 6px;
            }

            .det_right .lsjs3 .ls_info .b i {
                text-decoration: line-through;
                color: #999;
                font-style: normal;
            }

    .det_right .lsjs3 .dianji {
        background: linear-gradient(to left,#ff403a,#ff6a49);
        border-radius: 50px;
    }

        .det_right .lsjs3 .dianji p {
            color: #fff;
            padding: 12px 0;
        }

            .det_right .lsjs3 .dianji p a {
                color: #fff;
                text-align: center;
                font-size: 14px;
                padding: 12px 0;
            }

            .det_right .lsjs3 .dianji p span {
                padding: 12px 26px;
            }

    .det_right .lsjs3 .list_right {
        background: #fff;
    }

    .det_right .lsjs3 .clearfix {
        background-color: #f0f0f0;
        padding: 10px 6px;
        border-radius: 0 0 6px 6px;
    }

        .det_right .lsjs3 .clearfix .span1 {
            font-size: 16px;
            color: #f02c2c;
            font-weight: 600;
        }

            .det_right .lsjs3 .clearfix .span1 b {
                font-size: 20px;
            }

        .det_right .lsjs3 .clearfix .span2 {
            font-size: 12px;
            color: #666;
            padding-left: 8px;
        }

            .det_right .lsjs3 .clearfix .span2 b {
                font-size: 16px;
                color: #f02c2c;
            }

        .det_right .lsjs3 .clearfix .span3 {
            font-size: 14px;
            color: #333;
        }

            .det_right .lsjs3 .clearfix .span3 b {
                color: #fff;
                background-color: #333;
                padding: 4px;
                border-radius: 4px;
                margin: 0 1px;
            }



    .det_right .lsjs3 .p2 {
        font-size: 15px;
        padding-top: 15px;
        color: #000;
    }

/**/
.list_right {
    width: 230px;
    float: right;
    background: #fff;
    margin-top: 20px;
    border-radius: 8px;
}

    .list_right h2 {
        width: 100%;
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid #eee;
        padding: 0 18px 0 26px;
        font-size: 16px;
        font-weight: normal;
        background: url(../images/icon_xian2.png) no-repeat center left 16px;
    }

    .list_right ul {
        width: 100%;
        overflow: hidden;
        padding: 0 18px;
    }

        .list_right ul li {
            padding: 15px 0;
            border-bottom: 1px dashed #eee;
            cursor: pointer;
            overflow: hidden;
        }

            .list_right ul li:hover {
                box-shadow: 0 0 10px 0 #eee;
            }

            .list_right ul li img {
                width: 90px;
                float: left;
                margin-right: 8px;
                border-radius: 8px;
            }

    .list_right .r_info {
        width: calc(100% - 98px);
        float: right;
    }

        .list_right .r_info h3 {
            font-size: 12px;
            color: #444;
            font-weight: normal;
            line-height: 17px;
            text-align: justify;
        }

    .list_right ul li:hover h3 {
        color: #000;
    }

    .list_right .r_info p {
        font-size: 12px;
        color: #999;
        padding-top: 20px;
    }

        .list_right .r_info p span {
            float: right;
            font-size: 14px;
            color: #f02c2c;
        }

        .list_right .r_info p .fa-user {
            padding-right: 4px;
        }

.det_right .lsjs4 {
    padding-top: 15px;
    display: inline-block;
}

    .det_right .lsjs4 img {
        border-radius: 8px;
    }

/**/
/*悬浮*/
.xuanfu {
    width: 50px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    background-color: #fff;
    box-shadow: -1px 1px 4px #e8e8e8;
    padding-top: 120px;
    padding-bottom: 140px;
}

    .xuanfu > div {
        margin-bottom: 2px;
        padding: 0 10px;
        text-align: center;
    }

        .xuanfu > div > a > img {
            padding-top: 4px;
        }

        .xuanfu > div > a > p {
            padding: 4px 0;
            line-height: 18px;
            font-size: 12px;
            color: #666;
        }

    .xuanfu ul {
        idth: 50px;
        margin: 0 auto;
    }

        .xuanfu ul li {
            width: 100%;
            height: 74px;
            border-top: 1px solid #e2e2e2;
            text-align: center;
            position: relative;
        }

            .xuanfu ul li a {
                width: 100%;
                height: 100%;
                display: block;
                padding: 32px 10px 0;
                color: #666;
                font-size: 12px;
            }

            .xuanfu ul li .qqdd {
                padding: 42px 10px 0;
            }

            .xuanfu ul li:hover a {
                color: #fff;
            }

    .xuanfu .zxkf {
        text-align: center;
        background: url(../images/icon_kefu.png) no-repeat center top 6px;
    }

        .xuanfu .zxkf:hover {
            background: url(../images/icon_kefu2.png) no-repeat center top 6px #ff4d4d;
        }

    .xuanfu .qiandao {
        background: url(../images/icon_qiandao.png) no-repeat center top 12px #fff;
    }

        .xuanfu .qiandao:hover {
            background: url(../images/icon_qiandao2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .zhuanqian {
        background: url(../images/icon_zhuanqian.png) no-repeat center top 12px #fff;
    }

        .xuanfu .zhuanqian:hover {
            background: url(../images/icon_zhuanqian2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .tieba {
        background: url(../images/icon_tieba.png) no-repeat center top 12px #fff;
    }

        .xuanfu .tieba:hover {
            background: url(../images/icon_tieba2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .fankui {
        background: url(../images/icon_fankui.png) no-repeat center top 12px #fff;
    }

        .xuanfu .fankui:hover {
            background: url(../images/icon_fankui2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .apxz {
        background: url(../images/icon_app2.png) no-repeat center top 6px #fff;
    }

        .xuanfu .apxz:hover {
            background: url(../images/icon_app2_s.png) no-repeat center top 6px #ff4d4d;
        }

    .xuanfu .gzh2 {
        background: url(../images/icon_gzh2.png) no-repeat center top 6px #fff;
    }

        .xuanfu .gzh2:hover {
            background: url(../images/icon_gzh2_s.png) no-repeat center top 6px #ff4d4d;
        }

    .xuanfu .apxz .appm {
        width: 270px;
        height: 155px;
        background: url(../images/wem_bg2.png) no-repeat;
        left: -270px;
        top: -35px;
        position: absolute;
        padding-right: 16px;
        padding-left: 5px;
        display: none;
    }

    .xuanfu .apxz:hover .appm {
        display: block;
    }

    .xuanfu .apxz .appm div {
        width: 50%;
        float: left;
        padding: 14px 10px;
        color: #555;
    }

        .xuanfu .apxz .appm div img {
            width: 100%;
            margin-bottom: 4px;
        }

    .xuanfu .gzh2 .gzhm {
        width: 130px;
        height: 120px;
        position: absolute;
        top: -25px;
        left: -130px;
        padding: 6px;
        background: url(../images/wem_bg.png) no-repeat;
        padding-right: 16px;
        display: none;
    }

    .xuanfu .gzh2:hover .gzhm {
        display: block;
    }

    .xuanfu .gzh2 .gzhm img {
        width: 100%;
        margin-bottom: 4px;
    }





/*平板*/
@media only screen and (max-width:1220px) and (min-width:768px) {
    .container_tk {
        width: 100%;
    }

    .tiku_left {
        width: 70%;
        margin-right: 1%;
    }

        .tiku_left .xmfl .kemu {
            width: 14%;
            margin-right: 3%;
        }

        .tiku_left .xmxz .navbar > a {
            padding-left: 3%;
        }

        .tiku_left .xmfl .kmlb {
            width: 83%;
            padding-right: 3%;
        }

        .tiku_left .tkms > ul li {
            width: 20%;
        }

        .tiku_left .tkms .tab-pane .lbtj p {
            padding-left: 20%;
        }

            .tiku_left .tkms .tab-pane .lbtj p span {
                padding-left: 45%;
            }

        .tiku_left .tkms .tab-pane .personal-mcon-left > ul li {
            padding: 0 3%;
        }

            .tiku_left .tkms .tab-pane .personal-mcon-left > ul li h3 {
                width: 58%;
                font-size: 14px;
            }

            .tiku_left .tkms .tab-pane .personal-mcon-left > ul li p {
                width: 58%;
                font-size: 14px;
            }

                .tiku_left .tkms .tab-pane .personal-mcon-left > ul li p img {
                    margin-left: 2%;
                }

    .tiku_right {
        width: 29%;
    }

        .tiku_right .xx_info {
            min-height: 110px;
            padding-bottom: 10px;
        }

            .tiku_right .xx_info .info_left {
                margin: 18px 13px 0 15px;
                width: 70px;
                height: 70px;
                float: left;
            }

                .tiku_right .xx_info .info_left img {
                    width: 100%;
                }

            .tiku_right .xx_info .info_right {
                width: calc(100% - 98px);
            }

                .tiku_right .xx_info .info_right p {
                    font-size: 16px;
                }

                    .tiku_right .xx_info .info_right p span {
                        font-size: 12px;
                        padding: 2px 5px;
                        margin-right: 10px;
                    }

                    .tiku_right .xx_info .info_right p a {
                        font-size: 12px;
                    }

    .tiku_left .dyxm ul li a {
        margin: 0;
    }


    /**/
    .tiku_left .dyxm .dyzx {
        width: 14%;
        float: left;
        margin-right: 3%;
    }

    .tiku_left .dyxm ul {
        width: 83%;
        float: left;
    }

    .tiku_left .twt .srk ul li {
        margin-right: 10px;
    }

        .tiku_left .twt .srk ul li input {
            width: 98px;
        }

        .tiku_left .twt .srk ul li img {
            margin-left: 3px;
        }

    .tiku_left .dy_xxlb .dy_info {
        width: calc(100% - 56px);
    }


    /**/
    .ydd_right {
        top: 40px;
    }

        .ydd_right ul {
            padding-bottom: 0;
        }

        .ydd_right p {
            padding-bottom: 5px;
        }

        .ydd_right .ewm {
            margin-bottom: 10px;
        }

            .ydd_right .ewm .ewm_right img {
                width: 100%;
            }

    .ydd_bx .ydd_ct .ydd_left {
        top: 50px;
    }

    .ydd_right .ewm .ewm_left {
        padding: 25px 0;
    }
}

/*相关问题*/
.tiku_left .wthd {
    margin-top: 0px;
    border-top: none;
    padding-top: 10px;
}

.tiku_left .hdrs {
    width: 100%;
    height: 42px;
    background: #fbfbfb;
    margin-top: 10px;
    border: 1px solid #eee;
    border-bottom: none;
}

    .tiku_left .hdrs p {
        padding-left: 30px;
        line-height: 42px;
        font-size: 14px;
        color: #666;
    }

.qthd {
    width: 100%;
    padding-top: 50px;
}

    .qthd p {
        text-align: center;
        padding-bottom: 25px;
        font-size: 16px;
        color: #999;
        letter-spacing: 1px;
    }

        .qthd p span {
            margin: 0 9px;
        }

            .qthd p span img {
                width: 38px;
                height: 38px;
                border-radius: 4px;
            }

    .qthd a {
        width: 335px;
        height: 56px;
        background: #ff4d4d;
        border-radius: 56px;
        display: block;
        font-size: 17px;
        color: #fff;
        text-align: center;
        line-height: 56px;
        margin-left: 258px;
        margin-top: 30px;
    }

.banner2 {
    background: #fff;
}

.qtwt {
    width: 100%;
    padding: 20px 30px;
    background: #fff;
    margin-top: 10px;
}

    .qtwt h3 {
        font-size: 16px;
        padding-bottom: 10px;
        font-weight: 600;
        border-bottom: 1px solid #eee;
    }

    .qtwt ul li {
        width: 100%;
        height: 46px;
        line-height: 46px;
        border-bottom: 1px dashed #eee;
        line-height: 46px;
        padding-left: 30px;
        background: url(../images/icon_qst.png) no-repeat center left;
    }

        .qtwt ul li a {
            color: #333;
        }

            .qtwt ul li a:hover {
                color: #ff4d4d;
            }

.banner {
    margin-bottom: 10px;
}

/*免费试听*/
.mfst {
    width: 100%;
    background: #fff;
    margin-top: 15px;
    float: left;
    padding-bottom: 20px;
    border-radius: 8px;
}

    .mfst h2 {
        width: 100%;
        height: 52px;
        line-height: 56px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        padding: 0 22px;
        font-size: 16px;
        font-weight: bold;
    }

        .mfst h2 span {
            float: right;
            font-size: 12px;
            color: #999;
            font-weight: normal;
        }

            .mfst h2 span a {
                color: #999;
            }

        .mfst h2 img {
            margin-bottom: 3px;
            margin-right: 5px;
        }

    .mfst ul {
        width: 100%;
        overflow: hidden;
        padding: 15px 16px 0;
    }

        .mfst ul li {
            width: 25%;
            float: left;
            padding: 0 10px;
            cursor: pointer;
        }

            .mfst ul li > img {
                width: 100%;
                float: left;
                margin-bottom: 8px;
                border-radius: 6px;
            }

            .mfst ul li h4 {
                font-size: 14px;
                color: #333;
                font-weight: normal;
                padding-bottom: 10px;
            }

            .mfst ul li p {
                font-size: 12px;
                color: #888;
            }

                .mfst ul li p span {
                    border-radius: 25px;
                    color: #ff4d4d;
                    float: right;
                    font-size: 16px;
                    line-height: 14px;
                    padding-right: 3px;
                }

                .mfst ul li p span {
                    margin-bottom: 2px;
                    margin-left: 3px;
                }

            .mfst ul li h4:hover {
                color: #ff4d4d
            }

    /*热点资讯*/
    .mfst .row4 {
        padding-top: 15px;
    }

        .mfst .row4 .text-ellipsis {
            display: block;
            padding-right: 40px;
            height: 36px;
            line-height: 36px;
            padding: 0 15px;
            float: left;
            width: 49%;
        }

            .mfst .row4 .text-ellipsis:hover {
                color: #FF4144;
            }

            .mfst .row4 .text-ellipsis b {
                color: #FF3B3F;
                padding-right: 10px;
            }

            .mfst .row4 .text-ellipsis span {
                font-size: 12px;
                color: #999;
                float: right;
            }

            .mfst .row4 .text-ellipsis .zhixun {
                float: left;
            }

/*播放器*/
/*header*/
.top_header {
    width: 100%;
    height: 50px;
    background: #1d1d1d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}

    .top_header .wrap {
        height: 50px;
        line-height: 50px;
        background: none;
    }

        .top_header .wrap .back {
            width: 25px;
            height: 25px;
            margin: 0 30px 0 30px;
            display: inline-block;
            background-image: url(../images/icons_v9.png);
            background-position: 0px -81px;
            vertical-align: middle;
        }

            .top_header .wrap .back:hover {
                width: 25px;
                height: 25px;
                background-image: url(../images/icons_v9.png);
                background-position: 0px -110px;
            }

    .top_header .breadcrumb {
        padding: 0;
        background: none;
        margin: 0;
        display: inline-block;
        color: #eee;
        font-size: 15px;
    }

        .top_header .breadcrumb span {
            color: #ccc;
            font-size: 14px;
        }

        .top_header .breadcrumb .active {
            font-size: 14px;
        }

    .top_header .hsy {
        width: 88px;
        height: 26px;
        float: right;
        margin-top: 12px;
        line-height: 26px;
        text-align: center;
    }

        .top_header .hsy a {
            width: 100%;
            height: 100%;
            border: 1px solid #666;
            color: #ccc;
            display: block;
        }

            .top_header .hsy a:hover {
                border: 1px solid #00ccff;
                color: #00ccff;
                text-decoration: none;
            }

    .top_header .plr {
        width: 325px;
        float: right;
    }

    .top_header .pull-right {
        min-width: 120px;
        text-align: center;
        color: #fff;
        line-height: 50px;
    }

        .top_header .pull-right a {
            color: #fff;
        }

    .top_header .xzapp {
        float: right;
        line-height: 50px;
        margin-right: 40px;
        color: #ccc;
        position: relative;
        cursor: pointer;
    }

        .top_header .xzapp img {
            margin-right: 5px;
            vertical-align: middle;
            margin-bottom: 2px;
        }

        .top_header .xzapp .ewmxz {
            position: absolute;
            bottom: -153px;
            left: -80px;
            display: none;
        }

        .top_header .xzapp:hover .ewmxz {
            display: block;
        }

    .top_header .zbzx {
        width: 128px;
        vertical-align: middle;
        margin-bottom: 6px;
        margin-right: 107px;
    }

    .top_header .zb_nav {
        float: right;
        height: 50px;
    }

        .top_header .zb_nav ul li {
            float: right;
            line-height: 54px;
            background: url(../images/icon_xian1.png) no-repeat center left;
            font-size: 15px;
        }

            .top_header .zb_nav ul li a {
                padding: 0 12px;
                color: #fff;
            }

                .top_header .zb_nav ul li a:hover {
                    color: #fe536b;
                }

/*left*/
.zb_left {
    width: 310px;
    margin-right: 10px;
    height: calc(100% - 50px);
    position: fixed;
    left: 0;
    top: 50px;
    background: #333;
    overflow-y: auto;
    z-index: 999;
}

    .zb_left::-webkit-scrollbar {
        width: 2px;
        height: 16px;
        background-color: #666;
    }

    .zb_left::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
        border-radius: 5px;
        background-color: #555;
    }

.zb_lef::-webkit-scrollbar-thumb { /*width: 10px;*/
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: #aaa;
}

.zb_left .zb_mulu {
    padding-bottom: 20px;
}

    .zb_left .zb_mulu .navbar {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #444;
        text-align: center;
        margin-bottom: 0;
        background: #3d3d3d;
        color: #fff;
        font-size: 17px;
    }

        .zb_left .zb_mulu .navbar .zbcd {
            font-size: 15px;
        }

            .zb_left .zb_mulu .navbar .zbcd:hover, .zb_left .zb_mulu .navba .zbcd:focus {
                color: #fff;
                text-decoration: none;
            }

            .zb_left .zb_mulu .navbar .zbcd img {
                margin-left: 10px;
            }

        .zb_left .zb_mulu .navbar .ct_menu {
            width: 100%;
            padding: 0;
            margin: 0;
            border-radius: 0;
            background: #444;
            border-bottom: 1px solid #000;
            padding-bottom: 10px;
            padding-top: 10px;
            letter-spacing: 1px;
            overflow: hidden;
        }

            .zb_left .zb_mulu .navbar .ct_menu li a {
                color: #eee;
                padding: 8px 20px;
                font-size: 13px;
            }

                .zb_left .zb_mulu .navbar .ct_menu li a:hover {
                    background: #555;
                    color: #fff;
                }

.zb_left .lsjj {
    width: 100%;
    padding: 0 18px;
}

    .zb_left .lsjj .js {
        width: 100%;
        border-bottom: 1px solid #222;
        padding: 12px 0;
        overflow: hidden;
    }

        .zb_left .lsjj .js .lstx {
            width: 42px;
            height: 42px;
            border-radius: 100%;
            overflow: hidden;
            float: left;
            margin-right: 14px;
        }

            .zb_left .lsjj .js .lstx img {
                width: 100%;
            }

        .zb_left .lsjj .js h3 {
            width: calc(100% - 56px);
            float: left;
            color: #fff;
            font-size: 16px;
            font-weight: normal;
            padding-top: 3px;
        }

        .zb_left .lsjj .js p {
            width: calc(100% - 56px);
            float: left;
            color: #ccc;
            font-size: 14px;
            padding-top: 3px;
        }

    .zb_left .lsjj #panel {
        width: 100%;
        overflow: hidden;
    }

        .zb_left .lsjj #panel p {
            color: #ccc;
            font-size: 13px;
            padding-top: 10px;
            text-align: justify;
            line-height: 24px;
            float: left;
            width: 100%;
        }

    .zb_left .lsjj .a {
        float: right;
        color: #ff6600;
        font-size: 12px;
        line-height: 5px;
        margin-bottom: 10px;
    }

.zb_left .zb_mulu .zb_list {
    /*    padding-right: 10px;*/
    overflow-y: auto;
}

    .zb_left .zb_mulu .zb_list .recent-lists > li {
        position: relative;
        height: 68px;
        padding-left: 4px;
        cursor: default;
        padding-bottom: 40px;
        padding-right: 10px;
    }

    .zb_left .zb_mulu .zb_list .status {
        display: inline-block;
        width: 38px;
        line-height: 68px;
        height: 68px;
        float: left;
        position: relative;
        background: url(../images/icon_xian3.png) no-repeat left 15px top 0;
    }

        .zb_left .zb_mulu .zb_list .status img {
            width: 15px;
            heihgt: 15px;
            position: absolute;
            top: 25px;
            left: 8px;
        }

.zb_list .recent-lists .live-info {
    height: 100%;
    padding-top: 14px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

    .zb_list .recent-lists .live-info p {
        float: left;
        color: #999;
        padding-bottom: 3px;
    }

    .zb_list .recent-lists .live-info .live-name {
        color: #eee;
        width: calc(100% - 66px);
        overflow: hidden;
        height: 18px;
        font-size: 13px;
        line-height: 22px;
    }

    .zb_list .recent-lists .live-info .zbzt {
        height: 22px;
    }

        .zb_list .recent-lists .live-info .zbzt a {
            width: 40px;
            height: 20px;
            display: block;
            border: 1px solid #00deff;
            color: #00deff;
            text-align: center;
            line-height: 18px;
            border-radius: 3px;
            font-size: 12px;
            cursor: pointer;
        }

        .zb_list .recent-lists .live-info .zbzt .zbhf {
            color: #00c88d;
            border: 1px solid #00c88d;
        }

        .zb_list .recent-lists .live-info .zbzt .zbz {
            color: #d87e38;
            border: none;
        }

.zb_left .zb_mulu .zb_list::-webkit-scrollbar {
    width: 2px;
    height: 16px;
    background-color: #666;
}

.zb_left .zb_mulu .zb_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 5px;
    background-color: #555;
}

.zb_left .zb_mulu .zb_list::-webkit-scrollbar-thumb { /*width: 10px;*/
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: #aaa;
}



/*video*/
.zb_ct {
    margin-left: 304px;
    margin-right: 348px;
    position: relative;
    padding-bottom: 124px;
    margin-top: 50px;
    padding-top: 20px;
}

    .zb_ct .video {
        width: 100%;
    }

        .zb_ct .video img {
            width: 100%;
        }

.live-bottom {
    position: absolute;
    width: 100%;
    height: 44px;
    bottom: 72px;
    left: 0;
    background: #333;
    line-height: 44px;
    z-index: 50
}

    .live-bottom .list-inline {
        float: left;
    }

        .live-bottom .list-inline li {
            width: 117px;
            height: 44px;
            line-height: 44px;
            text-align: center;
            font-size: 14px;
            position: relative;
            float: left;
            cursor: pointer;
            background: url(../images/icon_xian1.png) no-repeat center right;
            color: #eee;
        }

            .live-bottom .list-inline li a {
                color: #eee;
            }

            .live-bottom .list-inline li img {
                margin-right: 5px;
                vertical-align: middle;
                margin-bottom: 3px;
            }

        .live-bottom .list-inline .xzapp {
            position: absolute;
            top: -153px;
            left: -64px;
            z-index: 999;
            display: none;
        }

        .live-bottom .list-inline .list_app:hover .xzapp {
            display: block;
        }

        .live-bottom .list-inline .gzwx {
            position: absolute;
            top: -153px;
            left: -5px;
            z-index: 999;
            display: none;
        }

        .live-bottom .list-inline .list_wx:hover .gzwx {
            display: block;
        }

        .live-bottom .list-inline .list_fx {
            width: 100px;
        }

        .live-bottom .list-inline .fenx {
            position: absolute;
            top: -48px;
            left: -65px;
            z-index: 999;
            display: none;
            width: 219px;
            height: 48px;
            background: url(../images/qrcode4.png) no-repeat center;
        }

            .live-bottom .list-inline .fenx img {
                vertical-align: middle;
                margin: 0 8px 8px;
            }

        .live-bottom .list-inline .list_sc {
            width: 90px;
            background: none;
        }

        .live-bottom .list-inline .list_fx:hover .fenx {
            display: block;
        }

    .live-bottom .count-wrap {
        float: right;
        height: 44px;
        line-height: 44px;
    }

        .live-bottom .count-wrap ul li {
            width: 112px;
            float: left;
            height: 44px;
            line-height: 44px;
            background: url(../images/icon_xian1.png) no-repeat center right;
            list-style: none;
            text-align: center;
        }

            .live-bottom .count-wrap ul li a {
                color: #eee;
            }

            .live-bottom .count-wrap ul li img {
                vertical-align: middle;
                margin-right: 5px;
            }

.xz_gz_fx_sc {
    padding: 8px 0px;
    background-color: #333333;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

    .xz_gz_fx_sc a {
        font-size: 14px;
        color: #eee;
        line-height: 22px;
    }

    .xz_gz_fx_sc .bd {
        display: inline-block;
        float: left;
        padding-right: 10px;
        padding-left: 10px;
        border-right: 1px solid#999;
        position: relative;
    }

        .xz_gz_fx_sc .bd:hover {
            cursor: pointer;
        }

            .xz_gz_fx_sc .bd:hover a {
                color: #d87e38;
            }

        .xz_gz_fx_sc .bd .gzwx {
            position: absolute;
            top: -153px;
            left: -5px;
            z-index: 999;
            display: none;
        }

        .xz_gz_fx_sc .bd:hover .gzwx {
            display: block;
        }

    .xz_gz_fx_sc .bdd {
        border-right: 0px;
    }

    .xz_gz_fx_sc .bd:last-child {
        border-right: 0;
    }

    .xz_gz_fx_sc .bd .tb img {
        height: 22px;
        vertical-align: top;
        padding-right: 6px;
    }

    .xz_gz_fx_sc .bd:hover a {
        color: #d87e38;
    }

    .xz_gz_fx_sc .apxz {
        position: relative;
    }

        .xz_gz_fx_sc .apxz .appm {
            width: 195px;
            height: 52px;
            background: url(../images/wem_bg3.png) no-repeat;
            top: -52px;
            left: -55px;
            position: absolute;
            padding: 0 5px;
            display: none;
        }

            .xz_gz_fx_sc .apxz .appm img {
                padding: 10px 3.8px;
            }

        .xz_gz_fx_sc .apxz:hover .appm {
            display: block;
        }

.adv {
    width: 100%;
    margin-bottom: 5px;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 44;
    height: 65px;
}

    .adv img {
        width: 100%;
    }

    .adv a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        background-color: #232323;
    }

        .adv a p {
            color: #00a0e9;
            font-size: 26px;
            text-align: center;
            line-height: 65px;
            position: absolute;
            top: 0;
            left: 0;
            letter-spacing: 5px;
            font-weight: bold;
            width: 100%;
        }

.sptp .ppt {
    width: 100%;
    height: 100%;
    background: #555;
    padding: 30px;
    float: left;
}

.sptp .khwd {
    width: 100%;
    height: 100%;
    padding: 30px;
    float: left;
}
    /*直播购买前*/
    .sptp .khwd .quanxian {
        width: 457px;
        background-color: #1e1e1e;
        border-radius: 12px;
        margin: 0 auto;
        padding: 34px 40px 38px;
        margin-top: 20px;
        z-index: 22;
    }

        .sptp .khwd .quanxian h3 {
            color: #fff;
            font-size: 28px;
            font-weight: normal;
            text-align: center;
            padding-bottom: 35px;
        }

        .sptp .khwd .quanxian .qxjs {
            color: #fff;
            font-size: 15px;
            padding: 0 0 28px;
        }

        .sptp .khwd .quanxian a {
            color: #ff8706;
            font-size: 15px;
            padding-bottom: 24px;
            display: block;
        }

            .sptp .khwd .quanxian a img {
                padding-right: 2px;
                margin-top: -4px;
            }

        .sptp .khwd .quanxian .tuijian {
            background-color: #f6f1e9;
            border-radius: 10px;
            padding: 32px 27px 18px;
        }

            .sptp .khwd .quanxian .tuijian .wntj {
                font-size: 16px;
                color: #333;
                padding-bottom: 18px;
            }

            .sptp .khwd .quanxian .tuijian .xzrs {
                font-size: 16px;
                color: #333;
                float: right;
            }

                .sptp .khwd .quanxian .tuijian .xzrs em {
                    font-size: 16px;
                    font-weight: 700;
                    color: #f02c2c;
                    font-style: normal;
                }

            .sptp .khwd .quanxian .tuijian .huiyuan h2 {
                color: #333;
                font-size: 22px;
            }

                .sptp .khwd .quanxian .tuijian .huiyuan h2 img {
                    padding-right: 6px;
                }

                .sptp .khwd .quanxian .tuijian .huiyuan h2 span {
                    background-image: url(../images/icons_v9.png);
                    width: 88px;
                    height: 29px;
                    background-position: 0px -141px;
                    font-size: 18px;
                    color: #fff;
                    padding: 2px 20px;
                    margin-left: 20px;
                }

            .sptp .khwd .quanxian .tuijian .huiyuan .p2 {
                font-size: 12px;
                padding: 15px 0;
                text-align: justify;
            }

            .sptp .khwd .quanxian .tuijian .huiyuan a {
                padding-bottom: 0;
            }

            .sptp .khwd .quanxian .tuijian .huiyuan .p3 {
                font-size: 12px;
                text-align: right
            }

        .sptp .khwd .quanxian .gmhy {
            background-color: #efe5d5;
            text-align: center;
            margin-top: 25px;
            border-radius: 50px;
            padding: 0;
            line-height: 50px;
            color: #333;
        }

        .sptp .khwd .quanxian .gmkc {
            background-color: #ff463c;
            text-align: center;
            margin-top: 25px;
            border-radius: 50px;
            padding: 0;
            line-height: 50px;
            color: #fff;
        }
    /*直播评价*/
    .sptp .khwd .zhibopj {
        white: 405px;
    }
/*评价弹窗*/
.masking {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#LoginBox {
    position: absolute;
    left: 38%;
    top: 150px;
    background: white;
    width: 426px;
    height: 350px;
    border-radius: 10px;
    z-index: 10000;
    display: none;
}

.row1 {
    padding: 0px 20px;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.row {
    height: 30px;
    line-height: 30px;
    padding: 0px 50px;
    font-size: 14px;
}

    .row .fa-star {
        color: #f9bb51;
        font-size: 18px;
        padding-left: 4px;
    }

    .row .fa1 {
        padding-left: 10px !important;
    }

    .row .fa-star2 {
        color: #cccccc;
        padding-left: 4px;
    }

    .row .pingfen {
        color: #f9bb51;
        padding-left: 4px;
        font-size: 16px;
    }

    .row .pingjia {
        color: #666;
        font-size: 14px;
        float: right;
    }

    .row .fa-smile-o {
        color: #f9bb51;
        padding-left: 6px;
        font-size: 18px;
    }

    .row .fa-smile-o2 {
        color: #999999 !important;
    }

.close_btn {
    font-family: arial;
    color: #999;
    text-decoration: none;
    float: right;
    padding-right: 4px;
}

.inputBox {
    border: 1px solid #c3c3c3;
    padding: 1px 3px 6px 3px;
    border-radius: 5px;
    margin-left: 5px;
}

#txtName {
    height: 27px;
    width: 230px;
    border: none;
}

#txtPwd {
    height: 27px;
    width: 230px;
    border: none;
}

#loginbtn {
    color: White;
    text-decoration: none;
    padding: 10px 150px;
    border-radius: 50px;
    background: linear-gradient(to right,#ff403a,#ff6a49);
    margin-top: 20px;
    display: block;
}

#example {
    position: fixed;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=60);
}

.warning {
    float: right;
    color: Red;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    display: none;
}

.wypl {
    width: 84%;
    height: 100px;
    border: 1px solid #ddd;
    padding: 4px;
    outline: none;
    margin-bottom: 12px;
    margin: 20px 34px 0;
}



.sptp .khwd .tw {
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

    .sptp .khwd .tw h2 {
        font-size: 15px;
        font-weight: normal;
        padding-left: 11px;
        border-left: 3px solid #ccc;
        margin-bottom: 25px;
        color: #eee;
    }

    .sptp .khwd .tw textarea {
        width: 100%;
        height: 134px;
        border: 1px solid #666;
        border-radius: 5px;
        background: #272727;
        padding: 10px;
        color: #eee;
        outline: none;
    }

.sptp .khwd .tjtp {
    width: 100%;
    overflow: hidden;
    padding-top: 18px;
}

    .sptp .khwd .tjtp .adtp {
        width: 50px;
        height: 50px;
        margin-right: 30px;
        float: left;
    }

    .sptp .khwd .tjtp .tpqu {
        width: calc(100% - 400px);
        float: left;
    }

        .sptp .khwd .tjtp .tpqu ul {
            margin: 0;
        }

            .sptp .khwd .tjtp .tpqu ul li {
                width: 50px;
                height: 50px;
                float: left;
                margin-right: 18px;
                cursor: pointer;
                position: relative;
            }

                .sptp .khwd .tjtp .tpqu ul li img {
                    width: 100%;
                    height: 100%;
                }

                .sptp .khwd .tjtp .tpqu ul li .shanchu {
                    width: 14px;
                    height: 14px;
                    background: #ff4d4d;
                    border: 1px solid #ff4d4d;
                    border-radius: 100%;
                    position: absolute;
                    right: -10px;
                    top: -7px;
                    color: #fff;
                    font-size: 6px;
                    line-height: 11px;
                    text-align: center;
                    font-weight: normal;
                }

    .sptp .khwd .tjtp p {
        width: 200px;
        font-size: 12px;
        color: #ccc;
        line-height: 50px;
        float: left;
        margin-left: 12px;
    }

    .sptp .khwd .tjtp .tjwi {
        width: 88px;
        height: 32px;
        float: right;
        display: block;
        background: #ff4d4d;
        font-size: 14px;
        color: #fff;
        border-radius: 4px;
        text-align: center;
        line-height: 32px;
        margin-top: 9px;
    }

.sptp .khwd .cjwt {
    width: 100%;
    overflow: hidden;
}

    .sptp .khwd .cjwt h2 {
        font-size: 15px;
        font-weight: normal;
        padding-left: 11px;
        border-left: 3px solid #ccc;
        margin-bottom: 25px;
        color: #eee;
    }

    .sptp .khwd .cjwt ul li {
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px dashed #333;
        margin-bottom: 30px;
    }

        .sptp .khwd .cjwt ul li h3 {
            font-size: 14px;
            font-weight: normal;
            color: #eee;
            line-height: 24px;
            padding-bottom: 10px;
        }

            .sptp .khwd .cjwt ul li h3 img {
                width: 24px;
                height: 24px;
                border-radius: 100%;
                margin-right: 9px;
                margin-bottom: 2px;
            }

            .sptp .khwd .cjwt ul li h3 span {
                padding-left: 10px;
                color: #999;
            }

        .sptp .khwd .cjwt ul li p {
            font-size: 14px;
            color: #ddd;
            line-height: 22px;
            letter-spacing: 1px;
            padding-bottom: 10px;
        }

            .sptp .khwd .cjwt ul li p span {
                color: #ff4266;
            }


/**/
.chat {
    width: 310px;
    height: 100%;
    background: #333;
    position: fixed;
    top: 50px;
    right: 0;
}

    .chat .sptx {
        width: 100%;
        height: 85px;
        margin-bottom: 1px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
        background: #222;
    }

        .chat .sptx .jszp {
            width: 54px;
            height: 54px;
            border-radius: 100%;
            overflow: hidden;
            background: #fff;
            margin-top: 20px;
            margin-right: 15px;
            float: left;
            margin-left: 15px;
        }

        .chat .sptx .jsjj {
            width: 250px;
            float: left;
        }

            .chat .sptx .jsjj h3 {
                font-size: 18px;
            }

    .chat .lsjj {
        width: 100%;
        height: 28px;
        position: relative;
    }

        .chat .lsjj p {
            width: 100%;
            padding-right: 20px;
            color: #eee;
            line-height: 28px;
            overflow: hidden;
            cursor: pointer;
            font-size: 13px;
        }

            .chat .lsjj p a {
                padding: 0px 10px 1px 10px;
                border: 1px solid #00b882;
                margin-right: 15px;
                border-radius: 4px;
                color: #00b882;
                font-size: 13px;
            }

            .chat .lsjj p span {
                float: right;
            }

    .chat #panel {
        width: 306px;
        padding: 10px 0;
        letter-spacing: 1px;
        line-height: 22px;
        background: #292929;
        border-bottom: 1px solid #000;
        text-indent: 2em;
        display: none;
        position: absolute;
        top: 33px;
        left: -66px;
        z-index: 1000;
    }

        .chat #panel p {
            line-height: 22px;
            font-size: 13px;
            color: #aaa;
            padding-right: 0;
            text-align: justify;
        }

    .chat .gonggao {
        width: 100%;
        height: 42px;
        padding: 0 20px;
        border-bottom: 1px solid #222;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
        background: #333;
    }

        .chat .gonggao p {
            color: #ff4266;
            overflow: hidden;
            letter-spacing: 1px;
            line-height: 42px;
            text-align: justify;
        }

            .chat .gonggao p img {
                vertical-align: middle;
                margin-right: 5px;
                margin-bottom: 3px;
            }

    .chat .chat_info {
        width: 100%;
        position: absolute;
        top: 45px;
        right: 0;
        margin-bottom: 42px;
        height: calc(100% - 300px);
    }

        .chat .chat_info::-webkit-scrollbar {
            width: 2px;
            height: 16px;
            background-color: #666;
        }

        .chat .chat_info::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
            border-radius: 5px;
            background-color: #444;
        }

        .chat .chat_info::-webkit-scrollbar-thumb { /*width: 10px;*/
            height: 20px;
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
            background-color: #777;
        }

        .chat .chat_info .ltnr {
            width: 100%;
            padding: 18px 15px 0 20px;
            margin-bottom: 220px;
            overflow-y: auto;
            height: calc(100% - 10px);
        }

            .chat .chat_info .ltnr::-webkit-scrollbar {
                width: 5px;
                height: 16px;
                background-color: #666;
            }

            .chat .chat_info .ltnr::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
                border-radius: 5px;
                background-color: #444;
            }

            .chat .chat_info .ltnr::-webkit-scrollbar-thumb { /*width: 10px;*/
                height: 20px;
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
                background-color: #777;
            }

            .chat .chat_info .ltnr ul li {
                padding-bottom: 20px;
                list-style: none;
                margin-bottom: 20px;
                border-bottom: 1px dashed #444;
            }

                .chat .chat_info .ltnr ul li div {
                    padding-bottom: 7px;
                }

                    .chat .chat_info .ltnr ul li div p span {
                        float: right;
                        color: #999;
                        font-size: 12px;
                        line-height: 30px;
                    }

                    .chat .chat_info .ltnr ul li div p b {
                        font-weight: normal;
                        color: #00ccff;
                    }

                    .chat .chat_info .ltnr ul li div p img {
                        margin-right: 8px;
                        width: 24px;
                        border-radius: 100%;
                        height: 24px;
                    }

                .chat .chat_info .ltnr ul li > p {
                    text-align: justify;
                    color: #ddd;
                }

            .chat .chat_info .ltnr .jiaoshi {
                color: #ff7e00;
            }

    .chat .xxfs {
        margin: 0 10px 12px;
        background: #000;
        border: #333 1px solid;
        height: 175px;
        bottom: 40px;
        right: 0;
        width: calc(100% - 20px);
        position: absolute;
    }

        .chat .xxfs .bql {
            height: 30px;
            padding: 0 15px;
            line-height: 28px;
            /*            border-bottom: 1px solid #333;*/
        }

            .chat .xxfs .bql img {
                vertical-align: middle;
            }

        .chat .xxfs .srk {
            width: 100%;
            height: 130px;
        }

            .chat .xxfs .srk textarea {
                width: 100%;
                height: 100%;
                background: none;
                border: none;
                padding: 5px 8px;
                outline: none;
                color: #ddd
            }

        .chat .xxfs a {
            width: 80px;
            height: 32px;
            display: block;
            border-radius: 4px;
            background: #ff6600;
            color: #fff;
            text-align: center;
            line-height: 30px;
            float: right;
            margin-top: 5px;
            margin-right: 6px;
        }

/**/
.logined-container {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

    .logined-container .play-box {
        position: relative;
        height: 100%;
        margin-right: 310px;
        margin-left: 310px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        padding-top: 20px;
        background: #000;
        padding: 16px 15px 0;
    }

    .logined-container .play-area, .logined-container .svip-box, .logined-container .record-video {
        position: relative;
        height: 100%;
    }

    .logined-container .svip-box {
        padding-bottom: 102px;
        position: relative;
    }

        .logined-container .svip-box.nosvip {
            padding-top: 8%;
            padding-bottom: 0;
            background-color: #2F2F2F;
        }

            .logined-container .svip-box.nosvip > div {
                width: 900px;
                margin: 0 auto;
            }

            .logined-container .svip-box.nosvip .vip-color {
                color: #EF1717;
            }

            .logined-container .svip-box.nosvip .tip-text {
                margin-top: 50px;
                font-weight: bold;
            }

            .logined-container .svip-box.nosvip .nosvip-btns {
                margin-top: 16px;
            }

                .logined-container .svip-box.nosvip .nosvip-btns > a {
                    color: #FFFFFF;
                }

            .logined-container .svip-box.nosvip .up-info {
                border-bottom: 1px solid #424242;
                height: 45%;
                padding: 25px 0;
            }

                .logined-container .svip-box.nosvip .up-info .lesson-cover {
                    display: inline-block;
                    width: 230px;
                }

                    .logined-container .svip-box.nosvip .up-info .lesson-cover p {
                        display: inline-block;
                        width: 100%;
                    }

                    .logined-container .svip-box.nosvip .up-info .lesson-cover .remain-time {
                        background: #FFFFFF;
                        width: 100%;
                        padding: 10px
                    }

                        .logined-container .svip-box.nosvip .up-info .lesson-cover .remain-time span > strong {
                            color: #ED3434;
                        }

                        .logined-container .svip-box.nosvip .up-info .lesson-cover .remain-time .show {
                            font-size: 20px;
                        }

                .logined-container .svip-box.nosvip .up-info .info {
                    color: #CACACA;
                    line-height: 1.5;
                }

                    .logined-container .svip-box.nosvip .up-info .info h4 {
                        margin-bottom: 5px;
                        color: #fff;
                    }

                    .logined-container .svip-box.nosvip .up-info .info .teachar-name {
                        font-size: 16px;
                    }

                    .logined-container .svip-box.nosvip .up-info .info > ul {
                        list-style: none;
                        line-height: 2;
                        margin: 15px 0;
                    }

            .logined-container .svip-box.nosvip .bottom-qr {
                padding-top: 40px;
                padding-left: 50px;
            }

                .logined-container .svip-box.nosvip .bottom-qr img {
                    width: 180px;
                    height: 180px;
                }

                .logined-container .svip-box.nosvip .bottom-qr .recommend p {
                    margin-bottom: 10px;
                    font-size: 16px;
                    color: #aaa;
                }

                .logined-container .svip-box.nosvip .bottom-qr .recommend ul > li {
                    margin-top: 5px;
                    list-style: inside;
                    color: #999;
                }

                .logined-container .svip-box.nosvip .bottom-qr .recommend a {
                    color: #666;
                    text-decoration: none;
                }

                    .logined-container .svip-box.nosvip .bottom-qr .recommend a:hover {
                        color: #aaa;
                    }

                .logined-container .svip-box.nosvip .bottom-qr .recommend-nav {
                    margin-top: -15px;
                    width: 180px;
                    background-color: #fff;
                }

                    .logined-container .svip-box.nosvip .bottom-qr .recommend-nav ul li {
                        padding-top: 5px;
                    }

                .logined-container .svip-box.nosvip .bottom-qr .recommend-group a {
                    display: inline-block;
                    width: 48%;
                    padding-top: 5px;
                    padding-bottom: 5px;
                    font-size: 13px;
                    text-align: center;
                    color: #333;
                    text-decoration: none;
                    outline: none;
                }

                    .logined-container .svip-box.nosvip .bottom-qr .recommend-group a.active {
                        border-bottom: 2px solid #00b28e;
                    }

    .logined-container .play-area.scalescreen {
        position: fixed;
        z-index: 10000;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding-bottom: 0;
    }

    .logined-container .play-area .video-js {
        width: 100%;
        height: 100%;
    }

    .logined-container .play-area .error-bg {
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 310px;
        width: 100%;
        height: 100%;
        background: url(../images/live_bg.jpg) no-repeat;
        background-color: #000;
        text-align: center;
    }

    .logined-container .play-area .live-tip {
        position: absolute;
        bottom: 36px;
        left: 0;
        padding-left: 20px;
        width: 100%;
        height: 36px;
        line-height: 36px;
        background-color: transparent;
        color: #fff;
    }

        .logined-container .play-area .live-tip img {
            margin-right: 8px;
            vertical-align: -2px;
        }

        .logined-container .play-area .live-tip a {
            color: #ff5932;
        }

    .logined-container .play-area .error-bg .live-tip {
        bottom: 0;
        background-color: rgba(255, 249, 249, 0.8);
        color: #333;
        text-align: left;
    }

        .logined-container .play-area .error-bg .live-tip img {
            vertical-align: middle;
        }


/*banner*/
.bannerbj {
    background: url(../images/bannerbj.jpg)no-repeat center;
    height: 300px;
    clear: both;
}

.bannerbj_theme {
    max-width: 1200px;
    margin: 0 auto;
}

    .bannerbj_theme .gwxq {
        float: left;
        width: 25%;
        padding-top: 100px;
    }

    .bannerbj_theme h2 {
        color: #f2f6fd;
        font-weight: 600;
        font-size: 50px;
        padding-bottom: 20px;
    }

    .bannerbj_theme .gwxq p {
        color: #8891a1;
        font-weight: normal;
        font-size: 20px;
        padding: 0;
        letter-spacing: 3px;
    }

    .bannerbj_theme .gwjs {
        color: #fff;
        font-size: 16px;
        text-align: left;
        margin-top: 100px;
        background-color: rgba(79,89,106,0.8);
        display: inline-block;
        width: 75%;
        padding: 20px 30px;
        line-height: 30px;
        border-radius: 10px;
    }

.bkbj {
    background-color: #fafafa;
}

.classify {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px;
    box-shadow: 1px 1px 4px #e6e5e9;
    position: relative;
    top: -65px;
    border-radius: 10px;
}

    .classify ul {
        display: table;
        width: 100%;
    }

        .classify ul li {
            list-style: none;
            float: left;
            border-right: 1px solid#cccccc;
        }

    .classify .classification {
        width: 18%;
    }

    .classify .classification1 {
        width: 23%;
    }

    .classify .wancd p {
        color: #fe605a;
    }

    .classify ul li:last-child {
        border-right: 0px;
    }

    .classify ul li p {
        text-align: center;
        color: #333;
        font-size: 16px;
        font-weight: 600;
    }

    .classify .classification1 p span {
        font-size: 12px;
        color: #fe605a;
        border: 1px solid #fe605a;
        padding: 6px 10px;
        margin-left: 20px;
        font-weight: 600;
        border-radius: 20px;
    }
/*/banner*/
/*目录*/
.nav > li > a:focus, .nav > li > a:hover {
    background: none;
}

.xtb_qh {
    background-color: #fff;
    width: 100%;
    box-shadow: 1px 2px 4px #e0e0e0;
    height: 70px;
}

    .xtb_qh .index_bt {
        max-width: 1200px;
        margin: 0 auto;
        padding-top: 10px;
    }

        .xtb_qh .index_bt .nav li {
            float: left;
            text-align: center;
            margin: 0 55px 0 0;
            line-height: 50px;
        }

            .xtb_qh .index_bt .nav li a {
                padding: 0;
                margin: 0;
                background: none;
                color: #333;
                width: 100%;
                text-align: center;
                font-size: 16px;
                font-weight: bold;
            }

        .xtb_qh .index_bt .nav .active a {
            color: #ef2d36;
            border-bottom: 2px solid #ef2d36;
        }

#wrapper {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.section {
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #dedede;
    margin-bottom: 30px;
}

    .section .biaotit {
        padding: 30px 0px 20px 0px;
        border-bottom: 1px solid #f3f3f3;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

    .section h1 {
        font-size: 22px;
        display: inline-block;
        font-weight: 540;
    }

    .section .biaotit p {
        display: inline-block;
        padding-left: 20px;
        font-size: 14px;
        color: #555;
    }

    .section p span {
        font-size: 12px;
        font-weight: 500;
        background-color: #eee;
        padding: 7px 10px;
        color: #666;
        border-radius: 6px;
        margin-left: 10px;
    }

    .section p .wxtixing {
        font-style: inherit;
        font-size: 14px;
        color: #666;
        font-weight: 500;
    }

.panel .panel-heading .panel-title .lilunke {
    font-size: 12px;
    background-color: #fe975a;
    padding: 8px 16px 5px;
    color: #fff;
    border-radius: 6px;
    margin-right: 10px;
}

.panel .panel-heading .panel-title a {
    font-size: 15px;
}

.panel .panel-heading .panel-title .zkjiantou {
    float: right;
    margin-top: -3.5px;
}

.panel-collapse .panel-body_y .kjzltxy {
    font-size: 14px;
    color: #666;
    display: inline-block;
    padding-top: 4px;
}

.panel-collapse .panel-body_y .chapter {
    line-height: 52px;
}

.panel-collapse .panel-body_y .chapter-time {
    display: block !important;
}

    .panel-collapse .panel-body_y .chapter-time .time-top {
        padding-bottom: 20px;
        float: right;
    }

    .panel-collapse .panel-body_y .chapter-time .time-bottom span {
        background-color: #999;
    }

.panel-collapse .panel-body_y .panel-body-time {
    float: right;
    display: flex;
    align-items: center;
}

    .panel-collapse .panel-body_y .panel-body-time img {
        display: inline-block;
        padding-right: 10px;
    }

    .panel-collapse .panel-body_y .panel-body-time em {
        display: inline-block;
        color: #999;
        font-style: normal;
    }

        .panel-collapse .panel-body_y .panel-body-time em i {
            color: #666;
            font-style: normal;
        }

    .panel-collapse .panel-body_y .panel-body-time span {
        color: #fff;
        background: linear-gradient(to right,#ff403a,#ff6a49);
        border-radius: 50px;
        padding: 4px 20px;
        margin-left: 20px;
    }

.wanjie {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.pageScroll {
    position: fixed !important;
    top: 15%;
    left: 48%;
    width: 100px;
}

    .pageScroll.left {
        margin-left: -680px;
        background-color: #fff;
        box-shadow: 1px 1px 4px #e6e5e9;
    }

    .pageScroll.right {
        margin-left: 500px
    }

.scrollNav a {
    color: #666;
    font-weight: 400;
    padding: 14px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pageScroll_1 {
    position: relative;
}

.scrollNav {
    border-top: 1px dotted #f5f5f5;
}

.scrollNav_1, .scrollNav_1 a {
    border: none;
}

.scrollNav a:hover {
    color: #444;
    text-decoration: none
}

.scrollNav span {
    display: none;
}

li.scrollNav.active span {
    display: inline-block;
    font-size: 12px;
    background-color: #fe605a;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
}

li.scrollNav.active a {
    color: #fff;
    background-color: #ff6363
}

#div_box {
    position: absolute;
    z-index: 999;
    top: 20px;
    right: 0px;
}

    #div_box a {
        display: block;
        box-shadow: 1px 1px 2px 0 rgba(62, 62, 62, 0.3);
    }

    #div_box.light a {
        background: -webkit-linear-gradient(top, #f8f6f6 0%, #e8e7e7 100%);
        padding: 6px;
    }

    #div_box.dark a {
        border: 7px solid #1c1c1c;
        -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
        box-shadow: 1px 1px 5px 0 rgba(0,0,0,.3);
        background: #f8f6f6;
        background: -moz-linear-gradient(top, #3f3f3f 0%, #292929 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f3f3f), color-stop(100%, #292929));
        background: -webkit-linear-gradient(top, #3f3f3f 0%, #292929 100%);
        background: -o-linear-gradient(top, #3f3f3f 0%, #292929 100%);
        background: -ms-linear-gradient(top, #3f3f3f 0%, #292929 100%);
        background: linear-gradient(top, #3f3f3f 0%, #292929 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#292929', GradientType=0 )
    }

    #div_box a:hover {
        text-decoration: none;
        color: #fff
    }

    #div_box a.next {
        bottom: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    #div_box a.prev {
        top: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

.panel-body_y {
    margin: 14px 0px 20px 80px;
    background-color: #f9f9f9;
    padding: 20px 20px;
}

.panel-default > .panel-heading {
    background: none;
    border: none;
}

.panel-default {
    padding-top: 20px;
}

.bx_x {
    max-width: 100% !important;
}

.bx {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/*资料*/
.zhiliao {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

    .zhiliao img {
        width: 100%;
    }

/*答疑*/
.tab-content .dayineirong {
    max-width: 1200px;
    margin: 0 auto;
}

.tab-content .dy_list {
    width: 100%;
    overflow: hidden;
    float: left;
    background: #fff;
    border: 1px solid #eee;
    margin-top: 10px;
    min-height: 935px;
}

    .tab-content .dy_list .kby2 {
        padding-top: 160px;
        text-align: center;
        font-size: 14px;
    }

        .tab-content .dy_list .kby2 img {
            margin-bottom: 30px;
        }

    .tab-content .dy_list > ul {
        width: 100%;
        height: 66px;
        border-bottom: 1px solid #eee;
        padding: 0 25px;
        margin-bottom: 6px;
    }

        .tab-content .dy_list > ul li {
            float: left;
            line-height: 48px;
            font-size: 16px;
            padding-top: 14px;
        }

            .tab-content .dy_list > ul li a {
                padding: 0 20px;
                margin: 0 10px;
                color: #333;
            }

                .tab-content .dy_list > ul li a:hover, .tab-content .dy_list ul li a:focus {
                    background: none;
                }

    .tab-content .dy_list .active a {
        border-bottom: 3px solid #ff4d4d;
        color: #ff4d4d;
        font-weight: 600;
    }

.tab-content .dy_xxlb {
    width: 100%;
    min-height: 860px;
}

    .tab-content .dy_xxlb ul li {
        width: 100%;
        padding: 24px 30px 5px;
        overflow: hidden;
        border-bottom: #eee 1px dashed;
        cursor: pointer;
    }

        .tab-content .dy_xxlb ul li:hover {
            background: #f9f9f9;
        }

    .tab-content .dy_xxlb .xytx {
        width: 36px;
        height: 36px;
        border-radius: 1px;
        float: left;
        margin-right: 20px;
        position: relative;
    }

        .tab-content .dy_xxlb .xytx .xsj {
            width: 6px;
            border-radius: 0;
            position: absolute;
            right: -6px;
            top: 14px;
        }

        .tab-content .dy_xxlb .xytx img {
            width: 100%;
            border-radius: 50%;
        }

    .tab-content .dy_xxlb .dy_info {
        width: calc(100% - 56px);
        float: left;
    }

        .tab-content .dy_xxlb .dy_info h3 {
            font-size: 14px;
            font-weight: normal;
            color: #999;
            padding-bottom: 8px;
        }

            .tab-content .dy_xxlb .dy_info h3 span {
                color: #999;
                margin-left: 15px;
                font-size: 14px;
            }

            .tab-content .dy_xxlb .dy_info h3 b {
                color: #ff674b;
                margin-left: 15px;
                font-size: 12px;
                border: 1px solid#ff674b;
                padding: 2px 8px;
                border-radius: 8px;
                font-weight: normal;
            }

        .tab-content .dy_xxlb .dy_info p {
            width: 100%;
            font-size: 14px;
            line-height: 20px;
            padding-bottom: 10px;
            letter-spacing: 1px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .tab-content .dy_xxlb .dy_info .time_z_kg b {
            color: #999;
            font-style: normal;
            font-weight: normal;
            padding-right: 50px;
        }

            .tab-content .dy_xxlb .dy_info .time_z_kg b i {
                padding-right: 5px;
            }

            .tab-content .dy_xxlb .dy_info .time_z_kg b img {
                padding-right: 5px;
                vertical-align: sub;
            }

    .tab-content .dy_xxlb .dyxgj {
        width: 100%;
        height: 20px;
        line-height: 20px;
        text-align: right;
        font-size: 12px;
        color: #999;
        float: left;
    }

        .tab-content .dy_xxlb .dyxgj span {
            border: 1px solid#ff674b;
            padding: 4px 10px;
            border-radius: 8px;
            color: #ff674b;
        }

    .tab-content .dy_xxlb .tab-pane .page {
        width: 100%;
        height: 58px;
        line-height: 58px;
        margin-top: 10px;
    }

        .tab-content .dy_xxlb .tab-pane .page p {
            text-align: center;
            font-weight: normal;
        }

            .tab-content .dy_xxlb .tab-pane .page p a {
                padding: 3px 7px;
                border: #ddd 1px solid;
                border-radius: 2px;
                background: none;
                color: #333;
                margin: 0 1px;
                font-weight: normal;
            }

                .tab-content .dy_xxlb .tab-pane .page p a:hover {
                    background: #1481eb;
                    color: #fff;
                    border: 1px solid #1481eb;
                }

            .tab-content .dy_xxlb .tab-pane .page p input {
                width: 24px;
                height: 24px;
                line-height: 24px;
                border-radius: 2px;
                border: 1px solid #ddd;
                margin-right: 3px;
            }

            .tab-content .dy_xxlb .tab-pane .page p span {
                margin: 0 5px;
            }

        .tab-content .dy_xxlb .tab-pane .page .fytz {
            line-height: 24px;
            background: #f9f9f9;
            width: 30px;
        }

            .tab-content .dy_xxlb .tab-pane .page .fytz:hover {
                background: #1481eb;
                border: 1px solid #1481eb;
                color: #fff;
            }

    .tab-content .dy_xxlb .kby1 {
        width: 100%;
        text-align: center;
        padding-top: 100px;
        color: #666;
    }

        .tab-content .dy_xxlb .kby1 img {
            margin-bottom: 30px;
        }

.fenye {
    width: 100%;
    padding: 45px 0;
    background: #fff;
    text-align: center;
    font-size: 15px;
}

    .fenye a {
        padding: 8px 14px;
        background: #fff;
        border: 1px solid #eee !important;
        border-radius: 4px;
        margin: 0 5px;
        color: #666 !important;
        font-weight: normal !important;
    }

        .fenye a span {
            padding: 0 5px;
        }

    .fenye .slct {
        background: #ef2d36;
        border: 1px solid #ef2d36;
        color: #fff !important;
    }

        .fenye .slct:hover {
            background: #ef2d36;
            color: #fff;
        }

    .fenye a:hover {
        background: #f9f9f9;
    }

/*资讯*/
.index_mk6 {
    position: relative;
    display: flow-root;
    max-width: 1200px;
    margin: 0 auto;
}

    .index_mk6 .index_bt h2 span {
        font-size: 14px;
        color: #666;
        padding-left: 10px;
    }

    .index_mk6 .dy_ct {
        width: 100%;
        float: left;
        padding-right: 20px;
        padding-top: 27px;
        padding-bottom: 27px;
    }

        .index_mk6 .dy_ct > ul > li {
            width: 100%;
            border-bottom: 1px solid #eee;
            padding-bottom: 6px;
            overflow: hidden;
            cursor: pointer;
            margin-top: 12px;
            margin-bottom: 8px;
            float: left;
            height: 76px;
        }

        .index_mk6 .dy_ct .dynr {
            float: left;
            width: 33.33%;
            padding: 16px 20px;
            border-top: 1px solid#eee;
        }

            .index_mk6 .dy_ct .dynr p {
                font-size: 14px;
                color: #666;
                padding-bottom: 8px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 30px;
            }

                .index_mk6 .dy_ct .dynr p a {
                    color: #666;
                }

                    .index_mk6 .dy_ct .dynr p a:hover {
                        color: #000;
                    }

            .index_mk6 .dy_ct .dynr .tjrw {
                font-size: 16px;
                color: #333;
            }

        .index_mk6 .dy_ct .dynrr-y .zbk {
            border-left: 1px solid#eee;
            padding-left: 20px;
        }

        .index_mk6 .dy_ct .dynr .tjrw i {
            border-left: 4px solid#ef2d36;
            padding-right: 10px;
        }

        .index_mk6 .dy_ct .chuna {
            clear: both;
        }

            .index_mk6 .dy_ct .chuna ul li {
                background-color: #fff;
                display: flow-root;
                border-radius: 6px;
                box-shadow: 0px 0px 6px 3px #efefef;
                height: 310px;
                margin-bottom: 27px;
            }

                .index_mk6 .dy_ct .chuna ul li:last-child {
                    margin-bottom: 0px;
                }

    .index_mk6 .wd_right {
        width: 295px;
        float: right;
        position: absolute;
        right: 0;
        top: 0px;
        background-color: #fff;
        box-shadow: 0px 0px 6px 3px #efefef;
        padding: 20px;
        border-radius: 6px;
    }

.index_bt .rdtj {
    font-size: 18px;
    color: #333;
    padding: 20px;
}

    .index_bt .rdtj a {
        float: right;
        font-size: 14px;
        color: #999;
        font-weight: normal;
    }

/*资料*/
.zl_list {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 0 40px;
}

.ziliao ul {
    padding-bottom: 30px;
}

    .ziliao ul li {
        width: 100%;
        padding: 26px 0 26px;
        border-bottom: 1px dashed #ddd;
        position: relative;
    }

        .ziliao ul li h3 {
            width: 100%;
            font-size: 16px;
            font-weight: normal;
            color: #333;
            padding-bottom: 18px;
        }

            .ziliao ul li h3 img {
                margin-right: 8px;
                margin-bottom: 3px;
            }

        .ziliao ul li p {
            font-size: 12px;
            color: #999;
        }

            .ziliao ul li p span {
                padding-right: 15px;
            }

        .ziliao ul li a {
            width: 90px;
            height: 30px;
            display: block;
            border-radius: 40px;
            background: #ff7d7d;
            text-align: center;
            line-height: 30px;
            color: #fff;
            position: absolute;
            right: 0;
            top: 38px;
        }

.zhiliao .zlxz_rt {
    box-shadow: 1px 1px 4px #dedede;
}

.zlxz_rt .index_bt {
    border-bottom: 1px solid#eee;
}

.zlxz_rt .rdtj2 {
    font-size: 18px;
    color: #333;
    padding: 20px 0px;
    display: inline-block;
}

    .zlxz_rt .rdtj2 i {
        border-left: 4px solid#ef2d36;
        padding-right: 6px;
        height: 20px;
        display: inline-block;
        vertical-align: bottom;
    }

.zlxz_rt .index_bt .zbk_wzjs_right {
    width: 35%;
    float: right;
    line-height: 61px;
}

    .zlxz_rt .index_bt .zbk_wzjs_right a {
        height: 32px;
        border-radius: 0 20px 20px 0;
        width: 42px;
        float: right;
        line-height: 32px;
        padding-left: 6px;
        margin-top: 15px;
        color: #666;
        background-color: #f0f0f0;
    }

    .zlxz_rt .index_bt .zbk_wzjs_right input {
        width: calc(100% - 42px);
        height: 32px;
        padding-left: 12px;
        outline: none;
        border-radius: 20px 0 0 20px;
        font-size: 13px;
        letter-spacing: 0.5px;
        border: 1px solid#f0f0f0;
    }

input::-webkit-input-placeholder {
    color: #999;
}

.col-xs-6 {
    width: 100%;
}


li.dropdown:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0px 0px 6px #ddd;
    margin: 0;
    min-width: 100px;
}

.kcfl1 {
    float: none;
    z-index: 99999;
}

.lbsx {
    display: flow-root;
    overflow: initial !important;
}

li.dropdown:hover .dropdown-menu2 {
    background-color: #fff;
    box-shadow: 0px 0px 6px#ddd;
    display: flow-root;
    max-width: 900px
}

.dropdown-menu2 {
    display: none;
}

    .dropdown-menu2 .cz_qr {
        text-align: right;
    }

        .dropdown-menu2 .cz_qr a {
            border: 1px solid#999;
            border-radius: 6px;
            padding: 2px 10px;
            margin-right: 20px;
        }

        .dropdown-menu2 .cz_qr .qr {
            color: #FF5456;
        }

    .dropdown-menu2 .kcls li {
        width: 10%;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center;
    }

.kcpx {
    display: flex;
}

    .kcpx li {
        min-width: 100px;
    }

        .kcpx li .kcfl1 ul li:hover a {
            text-decoration: underline;
            color: #FF4649;
        }


.dropdown-menu2 .kcls li .active {
    color: #FF484B;
    text-decoration: underline;
}


.kc_detl_info .kc_d_left {
    padding: 0;
}

.kc_detl_info .kc_d_right .price_bx .jiage {
    align-items: center;
    display: flex;
}

    .kc_detl_info .kc_d_right .price_bx .jiage .msj img {
        vertical-align: bottom;
        padding-right: 10px;
    }

    .kc_detl_info .kc_d_right .price_bx .jiage .hymf {
        text-decoration: underline;
    }

.con .kc_detl_info .kc_d_left {
    position: relative;
}

    .con .kc_detl_info .kc_d_left .activity {
        position: absolute;
        bottom: 0;
        background: url("../images/activity.png")no-repeat center;
        background-size: 100% 100%;
        height: 52px;
        width: 410px;
        display: flex;
    }

.activity .count_time_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    position: relative;
    z-index: 2;
    color: #fff;
    width: 48%;
    margin-top: 15px;
    margin-left: 10px;
}

    .activity .count_time_box i {
        padding: 2px 2px;
        border-radius: 4px;
        background: #fff;
        color: #666;
        font-style: inherit;
    }

    .activity .count_time_box em {
        font-style: inherit;
        margin: 0 2px;
    }

.activity .miaosha {
    display: flex;
    align-items: center;
    padding-left: 50px;
    padding-top: 6px;
}

    .activity .miaosha img {
        width: auto;
        padding-right: 10px;
    }

    .activity .miaosha h4 {
        font-size: 26px;
        color: #fff;
    }

        .activity .miaosha h4 span {
            font-size: 14px;
            padding-right: 4px;
        }

.kc_detl_info .kc_d_right .price_bx .jiage .srt {
    padding-left: 0;
    color: #FF4346;
}

.kc_detl_info .kc_d_right .price_bx .jiage .ddgm {
    padding: 0;
    color: #333;
}

.con .kc_detl_info .kc_d_left .activity2 {
    position: absolute;
    top: 0;
    right: 20px;
    background: url("../images/activity2.png")no-repeat center;
    height: 64px;
    width: 82px;
}

    .con .kc_detl_info .kc_d_left .activity2 p {
        text-align: center;
        color: #fff;
        font-size: 14px;
        padding: 6px 0;
    }

    .con .kc_detl_info .kc_d_left .activity2 h4 {
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

.kc_detl_info {
    position: relative;
    overflow: inherit;
    display: flow-root;
}

    .kc_detl_info .smpt {
        position: absolute;
        top: 120px;
        right: -140px;
        width: 127px;
        height: 155px;
        padding: 8px;
        background-color: #fff;
    }

        .kc_detl_info .smpt img {
            width: 100%;
        }

        .kc_detl_info .smpt p {
            text-align: center;
            padding-top: 8px;
        }

#LoginBox1 {
    position: absolute;
    left: 38%;
    top: 150px;
    background: white;
    width: 320px;
    height: 320px;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

    #LoginBox1 .row1 {
        padding: 0;
        line-height: 25px;
        height: 25px;
    }

    #LoginBox1 .gb {
        display: flow-root;
    }

        #LoginBox1 .gb a {
            float: right;
            border: 1px solid#ddd;
            border-radius: 50%;
            height: 20px;
            width: 20px;
            line-height: 18px;
            margin-top: 10px;
            margin-right: 10px;
            text-align: center;
        }

    #LoginBox1 .row1 p {
        font-size: 14px;
    }

        #LoginBox1 .row1 p img {
            padding: 0 5px;
            width: 80px;
        }

    #LoginBox1 .row {
        margin: 0;
        display: flow-root;
    }

        #LoginBox1 .row img {
            width: 100%;
            padding-top: 10px;
        }

.youhui .yh_list {
    z-index: 666;
}

    .youhui .yh_list .yhq {
        /*display: flex;
        justify-content: space-around;*/
        padding: 10px 0;
    }

        .youhui .yh_list .yhq .q1 {
            background: #f5f5f5;
            padding: 10px;
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
            width: calc(50% - 5px);
        }

            .youhui .yh_list .yhq .q1:nth-child(2n) {
                margin-right: 0
            }

            .youhui .yh_list .yhq .q1 .q1_bj {
                display: flex;
                align-items: center;
                background: url(../images/yhq_bj.png) no-repeat center;
                width: 303px;
                height: 63px;
                position: relative;
            }

                .youhui .yh_list .yhq .q1 .q1_bj .edu {
                    width: 108px;
                    text-align: center;
                }

                    .youhui .yh_list .yhq .q1 .q1_bj .edu h4 {
                        color: #f83a39;
                        font-size: 30px;
                    }

                    .youhui .yh_list .yhq .q1 .q1_bj .edu p {
                        color: #666;
                        font-size: 12px;
                    }

                .youhui .yh_list .yhq .q1 .q1_bj .syfw {
                    padding-left: 10px;
                }

                    .youhui .yh_list .yhq .q1 .q1_bj .syfw p {
                        font-size: 15px;
                        color: #333;
                    }

                    .youhui .yh_list .yhq .q1 .q1_bj .syfw span {
                        font-size: 12px;
                        color: #999;
                    }

                .youhui .yh_list .yhq .q1 .q1_bj a {
                    writing-mode: vertical-rl;
                    background: linear-gradient(to right,#ff4f4f,#ff7156);
                    height: 100%;
                    right: 0;
                    position: absolute;
                    padding: 0 4px;
                    border-radius: 0 4px 4px 0;
                    color: #fff;
                    text-align: center;
                }

/*直播互动相关样式*/
.chat .gonggao2 {
    width: 100%;
    height: 42px;
    padding: 0 20px;
    border-bottom: 1px solid #222;
    z-index: 999;
    background: #333;
}

    .chat .gonggao2 p {
        color: #ff4266;
        overflow: hidden;
        letter-spacing: 1px;
        line-height: 42px;
        text-align: justify;
    }

        .chat .gonggao2 p img {
            vertical-align: middle;
            margin-right: 5px;
            margin-bottom: 3px;
        }

.zb_bx > .zb_info .nav > li.qieh {
    width: 50%;
    text-align: center;
}

.zb_bx > .zb_info .nav > .qieh.active {
    background-color: rgba(255, 255, 255, 0.3);
}

    .zb_bx > .zb_info .nav > .qieh.active a {
        color: #fff;
        border-bottom: 0;
    }

.con .qiehuan2 {
    background: #353535;
    top: 90px;
    z-index: 9999;
    right: 0;
    width: 310px;
    position: fixed;
}

.zb_bx > .zb_info .nav > .qieh {
    line-height: normal;
    padding: 0;
}

    .zb_bx > .zb_info .nav > .qieh a {
        color: #fff;
        font-size: 16px;
    }

    .zb_bx > .zb_info .nav > .qieh a {
        color: #fff;
        font-size: 16px;
    }

.tab-content .tab-pane .kmsxx {
    display: flex;
    background-color: #4a4a4a;
    margin: 16px;
    padding: 10px;
    border-radius: 6px;
}

.tab-content .tab-pane .toplist {
    margin: 0;
}

.tab-content .tab-pane .kmsxx .kcjs {
    padding-left: 10px;
}

    .tab-content .tab-pane .kmsxx .kcjs p {
        color: #fff;
        font-size: 14px;
        padding-bottom: 14px;
    }

.tab-content .tab-pane .kmsxx img {
    width: 120px;
    border-radius: 6px;
}

.tab-content .tab-pane .kmsxx .kcjs span {
    color: #ff6600;
    font-size: 12px;
}

.interact_invite {
    margin: 16px;
    text-align: center;
}

    .interact_invite .drb {
        background-color: #4a4a4a;
        border-radius: 6px;
        padding-bottom: 20px;
    }

    .interact_invite h5 {
        font-size: 15px;
        padding: 12px;
        border-bottom: 1px solid #707070;
        color: #fff;
        font-weight: bold;
    }

.margin-top-4 {
    margin-top: 20px;
}

.interact_invite div img {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 4px;
}

.interact_invite a {
    width: 200px;
    line-height: normal;
    font-size: 15px;
    padding: 6px 0;
    color: white;
    border-radius: 30px;
    background: linear-gradient(to right,#ff3a44,#ff694b);
    display: inline-block;
}

.tab-content .tab-pane .time {
    text-align: center;
    font-size: 14px;
    color: #999;
    padding-top: 6px;
}

.ls_tujian {
    margin: 16px 16px 0 16px;
    padding-bottom: 26px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .ls_tujian .tj {
        display: flex;
        align-items: baseline;
        margin-bottom: 20px;
    }

    .ls_tujian .xytx {
        width: 30px;
        height: 30px;
        border-radius: 1px;
        margin-right: 10px;
    }

    .ls_tujian .dy_info {
        width: calc(100% - 30px);
    }

    .ls_tujian .xytx img {
        width: 100%;
        border-radius: 50%;
    }

    .ls_tujian .dy_info h3 {
        font-size: 14px;
        font-weight: normal;
        color: #976a34;
        padding-bottom: 16px;
    }

        .ls_tujian .dy_info h3 span {
            color: #fff;
            margin-left: 16px;
            font-size: 12px;
            background-color: #976a34;
            padding: 0px 8px;
            border-radius: 4px;
        }

    .ls_tujian .dy_info p {
        color: #fff;
        font-size: 14px;
    }

.tab-content .tab-pane .kmsxx2 {
    display: flex;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
}

    .tab-content .tab-pane .kmsxx2 .kcjs {
        padding-left: 10px;
    }

        .tab-content .tab-pane .kmsxx2 .kcjs p {
            color: #333;
            font-size: 14px;
            padding-bottom: 14px;
        }

    .tab-content .tab-pane .kmsxx2 img {
        width: 100px;
        border-radius: 6px;
    }

#LoginBox2 {
    position: absolute;
    left: 38%;
    top: 150px;
    background: white;
    width: 300px;
    height: 350px;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

    #LoginBox2 .erweima {
        text-align: center;
    }

        #LoginBox2 .erweima img {
            margin: 20px 0;
            width: 200px;
            height: 200px;
        }

        #LoginBox2 .erweima p {
            font-size: 14px;
        }

.chat .xxfss {
    bottom: 40px;
}

.chat .xxfs .bqll {
    padding: 0 6px;
}

.chat .xxfs .bql .feilei {
    float: right;
}

    .chat .xxfs .bql .feilei a {
        display: flex;
        align-items: center;
        width: auto;
        height: auto;
        background: none;
        margin-top: 0;
        margin-right: 0;
    }

    .chat .xxfs .bql .feilei:nth-child(4n) {
    }

    .chat .xxfs .bql .feilei p {
        font-size: 14px;
        color: #fff;
        padding-left: 4px;
    }

.yinyi {
    position: relative;
}

.xgtj {
    position: absolute;
    bottom: 100px;
    background-color: #454545;
    margin: 0 10px;
    border-radius: 8px;
    max-height: 595px;
    overflow-y: auto;
}

    .xgtj::-webkit-scrollbar {
        width: 0px;
        background-color: #ccc;
    }

    .xgtj::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(238,238,238,0);
        border-radius: 5px;
        background-color: #f2f2f2;
    }

    .xgtj::-webkit-scrollbar-thumb {
        height: 20px;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(238,238,238,0);
        background-color: #ccc;
    }

.chat_info1 .ltnr {
    max-height: 595px;
    overflow-y: auto;
}

    .chat_info1 .ltnr::-webkit-scrollbar {
        width: 0px;
        background-color: #ccc;
    }

    .chat_info1 .ltnr::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(238,238,238,0);
        border-radius: 5px;
        background-color: #f2f2f2;
    }

    .chat_info1 .ltnr::-webkit-scrollbar-thumb {
        height: 20px;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(238,238,238,0);
        background-color: #ccc;
    }

.live_items {
    padding: 15px 10px;
}

    .live_items .cover_img {
        display: flex;
        width: 100%;
        align-items: center;
        border-bottom: 1px solid #e0dcdc !important;
        padding-bottom: 10px;
    }

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: inline-block;
    width: 21px;
    height: 21px;
    position: static;
    background: url( "../images/icon_dx_k.png");
}

    input[type="checkbox"]:checked {
        background: url( "../images/icon_ywc_s.png");
        outline: none;
    }

.live_items .cover_img img {
    width: 120px;
    height: 73px;
    border-radius: 6px;
}

.live_items .cover_img .right-text {
    padding-left: 10px;
}

    .live_items .cover_img .right-text h4 {
        color: #333;
        font-size: 14px;
        padding-bottom: 24px;
        font-weight: normal;
    }

    .live_items .cover_img .right-text p {
        color: #ff6600;
        font-size: 12px;
        min-width: 140px;
    }

.xgtj .closee {
    border-bottom: 1px solid#ccc;
    width: 100%;
    display: flow-root;
}

    .xgtj .closee p {
        color: #fff;
        font-size: 22px;
        text-align: right;
        padding: 6px;
    }

.ls_tujian .dy_info h3 {
    color: #00ccff;
}

#LoginBox3 {
    display: none;
}

    #LoginBox3 label {
        margin-right: 6px;
    }

.xz_gz_fx_sc .tbbb {
    padding-right: 20px;
}

.xz_gz_fx_sc .bd .tbbb img {
    height: 22px;
    vertical-align: top;
    padding-right: 6px;
}


/*打赏 弹出*/
.pop_box3 {
    width: 400px;
    height: 530px;
    left: calc(50% - 200px);
    position: absolute;
    bottom: calc(50% - 200px);
    background: #fff;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.pop_canvas3 .title {
    font-size: 16px;
    ;
    padding: 10px;
    border-bottom: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
}

    .pop_canvas3 .title i {
        position: absolute;
        font-size: 20px;
        color: #333;
        top: 10px;
        right: 16px;
    }

.pop_canvas3 .dsla_xz {
    padding: 0 20px;
}

    .pop_canvas3 .dsla_xz p {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.pop_canvas3 .money {
    margin-bottom: 10px;
    padding: 20px;
}

    .pop_canvas3 .money .dsje {
        padding-bottom: 10px;
    }

    .pop_canvas3 .money ul {
        display: flex;
        justify-content: space-between;
    }

        .pop_canvas3 .money ul li {
            text-align: center;
            border: 1px solid #f6f6f6;
            font-size: 14px;
            padding: 10px 16px;
            border-radius: 10px;
        }

            .pop_canvas3 .money ul li.hit {
                border: 1px solid #ffcc00;
            }

            .pop_canvas3 .money ul li i {
                width: 42px;
                height: 42px;
                background-image: url("../images/shangjin.png");
                display: block;
            }

.else_money {
    padding: 0 20px;
    font-size: 14px;
}

    .else_money input {
        width: 100px;
        height: 30px;
        font-size: 14px;
        text-align: center;
        background: #e5e5e5;
        border: 0;
        margin: 0 10px;
        border-radius: 4px;
    }

.buy_btn {
    text-align: center;
    margin-top: 50px;
}

    .buy_btn a {
        padding: 10px 80px;
        color: #fff;
        border-radius: 50px;
        border: 0;
        font-size: 16px;
        text-align: center;
        background: linear-gradient(to right,#ff3a44,#ff694b);
        box-shadow: 0 1vw 3vw rgba(255,136,141,.4);
    }

.dsla_xz .qb_teacher .margin-top-4 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow-x: auto;
}

    .dsla_xz .qb_teacher .margin-top-4 .teacher_name {
        padding-right: 10px;
        position: relative;
    }

        .dsla_xz .qb_teacher .margin-top-4 .teacher_name p {
            text-align: center;
            padding: 2vw 0;
            font-size: 0.26rem;
        }

        .dsla_xz .qb_teacher .margin-top-4 .teacher_name img {
            width: 50px;
            border-radius: 100%;
        }

        .dsla_xz .qb_teacher .margin-top-4 .teacher_name .dashang_xz {
            position: absolute;
            right: 6vw;
            top: 8vw;
            display: none;
        }

    .dsla_xz .qb_teacher .margin-top-4 .hit .dashang_xz {
        display: block;
    }

    .dsla_xz .qb_teacher .margin-top-4 .teacher_name .dashang_xz img {
        width: 5vw;
    }

.hidee {
    display: none;
}


.js-silder, .js-banner {
    position: relative;
    padding: 10px 0;
}

.silder-scroll {
    overflow: hidden;
}

.silder-main {
    position: relative;
    width: 100%;
}

.silder-main-anli {
    height: 120px !important;
}

.silder-main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
}

    .silder-main-img .anlilunbo {
        width: 23.5%;
        margin-right: 2%;
        float: left;
        text-align: center;
    }

        .silder-main-img .anlilunbo .teacher_name {
            position: relative;
        }

            .silder-main-img .anlilunbo .teacher_name .dashang_xz {
                position: absolute;
                left: 10px;
                display: none;
            }

        .silder-main-img .anlilunbo .hitt .dashang_xz {
            display: block;
        }

        .silder-main-img .anlilunbo:nth-child(4n) {
            margin-right: 0;
        }

    .silder-main-img .teacher {
        width: 60px;
    }

.silder-ctrl-con {
    position: relative;
    bottom: 30px;
    display: inline-block;
    width: 4%;
    padding: 10px 0;
    margin: 0 10px;
    cursor: pointer;
}

.silder-ctrl-prev, .silder-ctrl-next {
    position: absolute;
    top: 0;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-family: "宋体";
    font-size: 20px;
    font-weight: 600;
    text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
    left: 0;
    text-align: left;
}

.silder-ctrl-next {
    right: 0;
    text-align: right;
}

    .silder-ctrl-prev > span,
    .silder-ctrl-next > span {
        position: absolute;
        top: 50%;
    }

.silder-ctrl-prev > span {
    left: -10px;
    background-color: #bcbcbc;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.silder-ctrl-next > span {
    right: -10px;
    background-color: #bcbcbc;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}



/*    系统班详情页包含课程*/
.showMorehandle {
    text-align: center;
    margin-bottom: 5px;
    clear: both;
    cursor: pointer
}

    .showMorehandle p {
        border: 1px solid#f5f5f5;
        display: inline-block;
        padding: 6px 16px;
        border-radius: 4px;
        color: #ffa74d;
    }

.tab-pane .personal-mcon-left {
    padding: 0 20px;
}

    .tab-pane .personal-mcon-left ul li {
        display: flex;
        padding: 20px 0;
        border-bottom: 1px solid#f5f5f5;
    }

        .tab-pane .personal-mcon-left ul li img {
            width: 160px;
        }

        .tab-pane .personal-mcon-left ul li .mulu {
            margin-left: 16px;
            flex: 1;
        }

            .tab-pane .personal-mcon-left ul li .mulu h4 {
                font-size: 15px;
                font-weight: normal;
                flex: 1;
                padding-bottom: 16px;
            }

            .tab-pane .personal-mcon-left ul li .mulu p {
                font-size: 14px;
                color: #666;
                padding-bottom: 16px;
            }

            .tab-pane .personal-mcon-left ul li .mulu .jiage {
                font-size: 14px;
                color: #FF4447;
            }

        .tab-pane .personal-mcon-left ul li .example {
            background: linear-gradient(to right,#ff403a,#ff6a49);
            color: #fff;
            width: 80px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            display: block;
            border-radius: 4px;
        }

/*选择班级及科目板块*/
.kc_detl_info .kc_d_right .teacher .xzfl {
    padding-top: 10px;
}

    .kc_detl_info .kc_d_right .teacher .xzfl p {
        margin-bottom: 10px;
        font-size: 14px;
    }

        .kc_detl_info .kc_d_right .teacher .xzfl p span a {
            background-color: #f5f5f5;
            width: 130px;
            height: 36px;
            display: inline-block;
            line-height: 36px;
            text-align: center;
            margin-right: 20px;
        }

        .kc_detl_info .kc_d_right .teacher .xzfl p span .hit {
            background-color: #fff7f5;
            border: 1px solid#ffbbbe;
            box-sizing: border-box;
            color: #f02c2c;
            background: url("../images/xuanzhe.png")no-repeat right bottom;
        }

    .kc_detl_info .kc_d_right .teacher .xzfl .choose_bj p {
        float: left;
        line-height: 36px;
    }

    .kc_detl_info .kc_d_right .teacher .xzfl .choose_bj ul {
        padding-left: 30px;
        display: flow-root;
    }

        .kc_detl_info .kc_d_right .teacher .xzfl .choose_bj ul li {
            float: left;
            background-color: #f5f5f5;
            min-width: 80px;
            height: 36px;
            display: inline-block;
            line-height: 36px;
            text-align: center;
            margin-right: 20px;
            margin-bottom: 10px;
            cursor: pointer
        }

            .kc_detl_info .kc_d_right .teacher .xzfl .choose_bj ul li.has-buyed {
                background: #f6f6f6;
                position: relative;
            }

                .kc_detl_info .kc_d_right .teacher .xzfl .choose_bj ul li.has-buyed > p {
                    color: #aaa;
                }

                .kc_detl_info .kc_d_right .teacher .xzfl .choose_bj ul li.has-buyed > span {
                    position: absolute;
                    color: #fff;
                    font-size: 12px;
                    right: 0;
                    bottom: 0;
                    background: #ff6029;
                    padding: 0px 5px;
                    border-top-left-radius: 8px;
                    line-height: 20px;
                }

            .kc_detl_info .kc_d_right .teacher .xzfl .choose_bj ul li p {
                text-align: center;
                min-width: 80px;
                color: #333;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .kc_detl_info .kc_d_right .teacher .xzfl .choose_bj ul li.selected {
                background-color: #fff7f5;
                border: 1px solid#ffbbbe;
                box-sizing: border-box;
                background: url(../images/xuanzhe.png)no-repeat right bottom;
            }

                .kc_detl_info .kc_d_right .teacher .xzfl .choose_bj ul li.selected p {
                    color: #f02c2c;
                }

.kc_detl_info .kc_d_right .gmkc {
    width: 140px;
    height: 42px;
    float: left;
    display: block;
    margin-right: 20px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 13px;
    background: #ef2d36;
    color: #fff;
    cursor: pointer;
}
