﻿@charset "UTF-8";

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ul, li, textarea {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    font-weight: inherit;
    box-sizing: border-box;
    font-family: 'Helvetica Neue',helvetica,tahoma,arial,'Hiragino Sans GB','Microsoft YaHei','WenQuanYi Micro Hei',sans-serif;
}
.customer_service{
    display: inline-block;
    width: 0.78rem!important;
    height: 0.25rem;
    background: rgb(255,237,237);
    color: #df0024;
    text-align: center;
    line-height: 0.25rem;
    /*border: 1px solid #df0024;*/
    /*cursor: pointer;*/
    float: right;
    margin-top: -0.05rem;
}
.market-price{
    color: #999!important;
    text-decoration: line-through;
    margin-left: 0.1rem;
}
    body ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    body ::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
        border-radius: 3px;
    }

    body ::-webkit-scrollbar-track {
        border-radius: 3px;
        background-color: #f1f1f1;
    }

li {
    list-style: none;
}

/* 输入提示 */
.input-tips {
    position: absolute;
    left: 10px;
    bottom: 50px;
    width: 205px;
    height: 32px;
    padding: 0 10px;
    display: none;
    border: 1px solid #DDD;
    border-radius: 5px;
    background-color: #FFF;
    z-index: 99;
}

    .input-tips i {
        position: absolute;
        left: 10px;
        top: 5px;
        width: 25px;
        height: 25px;
        background: url(../../images/newLive/icons.png) #FFF no-repeat -1060px -5px;
    }

    .input-tips p {
        padding-left: 30px;
        line-height: 32px;
    }

    .input-tips .input-tips-cur {
        position: absolute;
        left: 15px;
        bottom: -15px;
        border: 8px solid transparent;
        border-top-color: #FFF;
    }

/* 输入提示 */
.course-wrap {
    width: 100%;
    position: relative;
    margin-top: 60px;
}

    .course-wrap .course-bg {
        position: absolute;
        top: 90px;
        left: 0;
        z-index: -1;
        width: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #f3f3f3;
        /*background-image: url(https://shijiaoke.oss-cn-beijing.aliyuncs.com/Course/course-bgimg-20200903.png);*/
        height: 100%;
    }

    .course-wrap .course-header {
        width: 100%;
        background-color: #ffffff;
    }

        .course-wrap .course-header .course-header-content {
            position: relative;
            width: 1370px;
            margin: 0 auto;
            color: #546e7a;
            padding: 20px 0;
            box-sizing: border-box;
        }

            .course-wrap .course-header .course-header-content .course-header-left {
                overflow: hidden;
            }

                .course-wrap .course-header .course-header-content .course-header-left > img {
                    float: left;
                    width: 65px;
                    height: 65px;
                    border-radius: 50%;
                }

                .course-wrap .course-header .course-header-content .course-header-left .course-header-left-title {
                    margin-left: 15px;
                    float: left;
                    color: #001969;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    width: 12.9rem;
                }

                    .course-wrap .course-header .course-header-content .course-header-left .course-header-left-title > h1 {
                        font-size: 0.22rem;
                        color: #333333;
                        line-height: 0.26rem;
                        width: 12.9rem;
                        white-space: normal;
                    }

                    .course-wrap .course-header .course-header-content .course-header-left .course-header-left-title .course-header-left-msg {
                        margin-top: 15px;
                        font-size: 13px;
                    }

                        .course-wrap .course-header .course-header-content .course-header-left .course-header-left-title .course-header-left-msg .course-header-name {
                            margin-right: 16px;
                        }

                            .course-wrap .course-header .course-header-content .course-header-left .course-header-left-title .course-header-left-msg .course-header-name img {
                                margin-right: 5px;
                                vertical-align: bottom;
                            }

                        .course-wrap .course-header .course-header-content .course-header-left .course-header-left-title .course-header-left-msg .course-header-views {
                            margin-left: 16px;
                            position: relative;
                        }

                            .course-wrap .course-header .course-header-content .course-header-left .course-header-left-title .course-header-left-msg .course-header-views::before {
                                content: "";
                                display: block;
                                position: absolute;
                                left: -16px;
                                top: 2px;
                                width: 1px;
                                height: 11px;
                                background-color: #001969;
                            }

            .course-wrap .course-header .course-header-content .course-header-right {
                font-size: 23px;
                color: #322467;
                font-weight: bold;
                position: absolute;
                right: 0;
                top: 20px;
            }

                .course-wrap .course-header .course-header-content .course-header-right img {
                    width: 64px;
                    float: left;
                }

                .course-wrap .course-header .course-header-content .course-header-right span {
                    display: inline-block;
                    margin-top: 12px;
                    margin-left: 10px;
                }

.course-main {
    position: relative;
    height: auto;
    padding-top: 40px;
    /*overflow: hidden;*/
}

.course-main-content {
    position: relative;
    width: 1370px;
    margin: 0 auto;
    color: #546e7a;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.38);
}

.course-main-left {
    margin-right: 300px;
}

.course-main-live {
    position: relative;
}

    .course-main-live object{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .course-main-live iframe {
        position: absolute;
        left: 0;
        top: 0;
    }

.live-player {
    height: 602px;
    position: relative;
    background: #000;
}

    /*.live-player::before {*/
    /*    content: "";*/
    /*    display: block;*/
    /*    padding-top: 56.25%;*/
    /*}*/

.live-player-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

    .live-player-video video {
        object-fit: fill;
        width: 100%;
        height: 100%;
    }

    #playbackPlayer, #playbackPanel {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

#countDown {
    position: absolute;
    top: 50%;
    z-index: 101;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    text-shadow: 2px 2px 5px rgba(153, 153, 153, 0.8);
}

    #countDown span {
        font-size: 20px;
        color: #ffffff;
        opacity: 0.69;
        margin: 0 10px;
    }

.course-bartion {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-right: 1px solid #f2f2f2;
    overflow: hidden;
}

    .course-bartion::after, .course-bartion::before {
        content: "";
        display: table;
    }

    .course-bartion ul {
        float: right;
        margin: 0 4px;
        height: 67px;
        white-space: nowrap;
    }

        .course-bartion ul li {
            display: inline-block;
            font-size: 12px;
            color: #546e7a;
            text-align: center;
        }

.course-gift-img {
    display: inline-block;
    width: 47px;
    height: 47px;
    margin: 2px;
    padding: 1px;
    background-color: #f2f6f7;
    border: 1px solid #d9e0e5;
    border-radius: 5px;
    cursor: pointer;
}

    .course-gift-img img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

.course-main-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    padding-top: 257px;
    box-sizing: border-box;
}

.course-right-box-title {
    padding-left: 12px;
    color: #001969;
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
    position: relative;
}

    .course-right-box-title::before {
        content: "";
        display: block;
        height: 15px;
        width: 3px;
        background-color: #001969;
        position: absolute;
        left: 0;
        top: 4px;
    }

.course-main-right-box {
    color: #666666;
    font-size: 14px;
    padding: 15px 15px 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 217px;
    width: 100%;
    box-sizing: border-box;
}

    .course-main-right-box .course-right-box-ul {
        height: 140px;
        /*height: 170px;*/
        padding: 18px 0 18px;
        overflow: auto;
    }

        .course-main-right-box .course-right-box-ul .course-right-box-loading {
            text-align: center;
        }

        .course-main-right-box .course-right-box-ul li {
            overflow: hidden;
        }

            .course-main-right-box .course-right-box-ul li:nth-child(n+2) {
                margin-top: 10px;
            }

            .course-main-right-box .course-right-box-ul li .right-box-logo {
                float: left;
                line-height: 28px;
            }

                .course-main-right-box .course-right-box-ul li .right-box-logo img {
                    float: left;
                    width: 28px;
                    height: 28px;
                    margin-right: 5px;
                    border-radius: 50%;
                }

            .course-main-right-box .course-right-box-ul li .right-box-action {
                float: right;
                line-height: 28px;
            }

                .course-main-right-box .course-right-box-ul li .right-box-action img {
                    float: left;
                    width: 20px;
                    margin-right: 10px;
                    margin-top: 4px;
                }

    .course-main-right-box .course-main-right-btn {
        width: 100%;
        height: 30px;
        border-radius: 15px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #cccccc;
        color: #fff;
        background-color: #cccccc;
        font-size: 14px;
        cursor: pointer;
    }

        /*.course-main-right-box .course-main-right-btn:hover {
            background-color: #001969;
            color: #ffffff;
        }*/

.course-main-tab {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    position: absolute;
    top: 217px;
    left: 0;
}

    .course-main-tab ul {
        overflow: hidden;
        font-size: 14px;
    }

        .course-main-tab ul li {
            width: 33.33%;
            float: left;
            height: 38px;
            line-height: 38px;
            border-bottom: 2px solid transparent;
            text-align: center;
            cursor: pointer;
            white-space: nowrap;
        }

            .course-main-tab ul li.active {
                border-color: #001969;
                font-weight: bold;
            }

            .course-main-tab ul li:nth-child(1){
                margin-left: 11%;
            }

            .course-main-tab ul li:nth-child(2) {
                margin-right: 11%;
                float: right;
            }


            .course-main-right-content {
                position: relative;
                width: 100%;
                height: 100%;
                background-color: #f0f0f0;
            }

    .course-main-right-content > div {
        display: none;
    }

    .course-main-right-content .active {
        display: block;
    }

    .course-main-right-content .course-talk-avtive {
        height: 100%;
        position: relative;
        padding-bottom: 128px;
        box-sizing: border-box;
    }

.course-playback-content .course-talk-avtive{
    padding-bottom: 0;
}

.course-main-right-content .course-talk-avtive > div {
    height: 100%;
    padding: 10px 10px 0;
    overflow: auto;
    overflow-x: hidden;
}

.course-talk-list li, .course-quiz-list li {
    position: relative;
    margin-bottom: 15px;
    zoom: 1;
    overflow: hidden;
}

    .course-talk-list li.talk-right::before, .course-quiz-list li.talk-right::before {
        display: table;
        content: "";
    }

    .course-talk-list li.talk-right .course-talk-logo, .course-talk-list li.talk-right .course-talk-info, .course-quiz-list li.talk-right .course-talk-logo, .course-quiz-list li.talk-right .course-talk-info {
        display: none;
    }

    .course-talk-list li.talk-right .course-talk-box, .course-quiz-list li.talk-right .course-talk-box {
        float: right;
        margin-left: 0;
    }

    .course-talk-list li.talk-right .course-talk-txt, .course-quiz-list li.talk-right .course-talk-txt {
        background-color: #afcbec;
        border-radius: 5px 0 5px 5px;
    }

.course-user-msg {
    color: #9e9e9e;
    text-align: center;
    font-size: 12px;
    margin: 20px 10px;
    word-break: break-all;
    margin-bottom: 15px;
}

.course-reward-gift {
    display: inline-block;
}

    .course-reward-gift img {
        display: inline-block;
        width: 45px;
        height: 45px;
        vertical-align: middle;
        margin: 0 4px 0 8px;
    }

.course-chat-list li {
    position: relative;
    margin-bottom: 15px;
    zoom: 1;
    overflow: hidden;
    line-height: 30px;
}

    .course-chat-list li .course-chat-logo {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        overflow: hidden;
        float: left;
    }

        .course-chat-list li .course-chat-logo img {
            width: 100%;
            height: 100%;
        }

    .course-chat-list li .course-chat-box {
        margin-left: 34px;
    }

.course-talk-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
}

    .course-talk-logo > img {
        max-width: 100%;
        max-height: 100%;
        height: 100%;
    }

.course-talk-box {
    margin-left: 34px;
    max-width: 70%;
}

.course-talk-info {
    margin-bottom: 7px;
    color: #848e99;
    font-size: 12px;
}

    .course-talk-info > span {
        margin-right: 10px;
    }

    .course-talk-info .talk-vip {
        background-color: #2196f3;
        border-radius: 10px;
        padding: 2px 12px;
        color: #fff;
        max-width: 6em;
        word-break: keep-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        float: left;
        line-height: 1.2;
    }

.course-talk-txt {
    position: relative;
    display: inline-block;
    max-width: 100%;
    min-height: 35px;
    padding: 8px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 0 5px 5px;
}

    .course-talk-txt .course-talk-main {
        text-align: justify;
        word-wrap: break-word;
        color: #546e7a;
        white-space: pre-wrap;
    }

        .course-talk-txt .course-talk-main .chatImage img {
            cursor: zoom-in;
            width: auto;
            height: auto;
            max-height: 168px;
        }

.talk-action-wrap {
    bottom: 0;
    height: 127px;
    color: #546e7a;
    font-size: 12px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #fff;
}

.talk-action-main {
    line-height: 37px;
    height: 37px;
}

    .talk-action-main::before {
        content: "";
        display: table;
    }

.talk-action-icon-left {
    font-size: 0;
    height: 37px;
    position: relative;
    float: left;
}

    .talk-action-icon-left .talk-action-face, .talk-action-icon-left .talk-action-img {
        position: relative;
        display: inline-block;
        width: 22px;
        height: 22px;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        vertical-align: middle;
        margin-left: 10px;
    }

    .talk-action-icon-left .talk-action-face {
        background-image: url("https://shijiaoke.oss-cn-beijing.aliyuncs.com/Course/face20200903.png");
    }
        .talk-action-icon-left .talk-action-face:hover {
            background-image: url("https://shijiaoke.oss-cn-beijing.aliyuncs.com/Course/face-active20200903.png");
        }

    .talk-action-icon-left .talk-action-img {
        background-image: url("https://shijiaoke.oss-cn-beijing.aliyuncs.com/Course/action-img-20200903.png");
    }
        .talk-action-icon-left .talk-action-img:hover {
            background-image: url("https://shijiaoke.oss-cn-beijing.aliyuncs.com/Course/action-img-active20200903.png");
        }

        .talk-action-icon-left .talk-action-img input {
            display: inline-block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            cursor: pointer;
            font-size: 0;
        }

.talk-action-icon-right {
    float: right;
}

    .talk-action-icon-right input {
        margin-top: 12px;
        float: left;
    }

    .talk-action-icon-right label {
        vertical-align: top;
        font-size: 13px;
        font-weight: 400;
        padding: 0 5px 0 10px;
    }

.talk-content-main textarea {
    padding: 0 10px 10px;
    height: 48px;
    background: #fff;
    resize: none;
    border: none;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    outline: 0;
    vertical-align: middle;
}

.talk-content-action {
    padding: 0 10px;
    zoom: 1;
}

    .talk-content-action::before {
        content: "";
        display: table;
    }

    .talk-content-action .talk-content-btn {
        float: right;
    }

        .talk-content-action .talk-content-btn button {
            width: 60px;
            height: 28px;
            margin-left: 10px;
            font-size: 13px;
            line-height: initial;
            color: #fff;
            border: none;
            border-radius: 4px;
            outline: 0;
            cursor: pointer;
            background-color: #001969;
        }

.course-bottom {
    width: 1370px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px ;
    background: #fff;
    margin-top: 40px;
}

    .course-bottom .course-bottom-left {
        float: left;
        width: 10rem;
        position: relative;
        min-height:6.2rem;
        margin-top: 0.3rem;
    }

.course-bottom-top {
    overflow: hidden;
}

    .course-bottom-top > img {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        float: left;
    }

    .course-bottom-top .course-bottom-top-name {
        float: left;
        margin-left: 15px;
        margin-top: 6px;
    }

        .course-bottom-top .course-bottom-top-name p {
            font-size: 25px;
            line-height: 25px;
            color: #001969;
        }

        .course-bottom-top .course-bottom-top-name > span {
            margin-top: 10px;
            font-size: 16px;
            color: #999999;
            line-height: 20px;
            display: inline-block;
        }

            .course-bottom-top .course-bottom-top-name > span span {
                margin-left: 10px;
            }

                .course-bottom-top .course-bottom-top-name > span span img {
                    width: 23px;
                    height: 23px;
                    margin-left: 5px;
                    border-radius: 50%;
                    vertical-align: bottom;
                }
    .course-bottom-top a {
        margin-left: 40px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        width: 90px;
        background: #df0024;
        text-align: center;
        color: #fff;
        cursor: pointer;
        border: 1px solid #df0024;
        margin-top: 20px;
        float: right;
        font-size: 16px;
    }

        .course-bottom-top a:hover {
            background: #ffeded;
            color: #df0024;
            border: 1px solid #df0024;
        }

/*.course-bottom-bottom {
    margin-top: 30px;
}*/

    .course-bottom-bottom .course-bottom-bottom-title {
        font-size: 16px;
        color: #333333;
    }



.course-bottom-bottom > div {
    margin-top: 20px;
    color: #999999;
    overflow: hidden;
}

        .course-bottom-bottom > div label {
            float: left;
            width: 120px;
            text-align: right;
        }

        .course-bottom-bottom > div > div {
            color: #333333;
            float: left;
            width: 77%;
            margin-left: 10px;
        }

.course-bottom-right {
    float: left;
    width: 2.1rem;
    margin-left: 0.6rem;
    text-align: center;
    position: relative;
}
.shenq{
    display: inline-block;
    width:78px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #df0024;
    color:#fff!important;
    font-size: 14px!important;
    border:1px solid #df0024;
    cursor: pointer;
}
    .course-bottom-right a {
        margin-top: 20px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        width: 90px;
        background: #df0024;
        text-align: center;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        border: 1px solid #df0024;
    }

        .course-bottom-right a:hover {
            background: #ffeded;
            color: #df0024;
            border: 1px solid #df0024;
        }

        .course-bottom-right img {
            width: 200px;
            height: 200px;
        }

    .course-bottom-right p {
        margin-top: 15px;
    }


.hd-main-video video {
    background-color: #000000;
}

#drawPanel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
}

#embox {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background: #FFF;
    padding: 2px;
}

    #embox table td {
        padding: 3px 0;
        text-align: center;
    }

        #embox table td img {
            border: 1px solid #FFF;
            width: 24px;
        }

            #embox table td img:hover {
                border: 1px solid #33aff6;
            }

#mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #000;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    display: none;
}

    #mask:after {
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
        content: "";
    }

    #mask img {
        max-width: 80%;
        max-height: 80%;
        display: inline-block;
        vertical-align: middle;
        cursor: zoom-out;
    }

.course-bottom-left::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #bbbbbb;
    position: absolute;
    right: -0.6rem;
    top: 0;
}

/*@media screen and (max-width: 1200px) {*/
/*    .course-wrap .course-header .course-header-content, .course-main-content, .course-bottom {*/
/*        width: 1000px;*/
/*    }*/
/*        .course-bottom .course-bottom-left{*/
/*            width: 600px;*/
/*        }*/
/*    .course-bottom-bottom p span{*/
/*        width: 400px;*/
/*    }*/
/*}*/

.autoplay-content > span, .autoplay-content > div {
    font-size: .16rem !important;
}
.autoplay-content {
    z-index: 100;
}


/*2020-11-06新增*/

.ly_livedetail_name {
    width: 100%;
    /* height: 0.6rem; */
    margin-top: 0.15rem;
    zoom: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

    .ly_livedetail_name::after {
        content: "";
        display: block;
        opacity: 0;
        visibility: hidden;
        clear: both;
    }

    .ly_livedetail_name .ly_videodetail_date {
        width: auto;
        height: auto;
        float: left;
    }

.ly_videodetail_date span {
    display: inline-block;
    font-size: 0.5rem;
    color: #999999;
    text-align: center;
    line-height: 0.35rem;
}

.ly_videodetail_date hr {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    border-top: 1px solid #e5e5e5;
}


.ly_videodetail_date p {
    text-align: center;
    font-size: 0.14rem;
    color: #999999;
    text-transform: capitalize;
    line-height: 0.1rem;
}

.ly_videodetail_lecturer {
    padding-left: 0.7rem;
    word-break: break-all;
}

.ly_livedetail_lecturer div {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.25rem;
}



.ly_livedetail_bottom_room_list {
    width: 100%;
}



    .ly_livedetail_bottom_room_list li {
        width: 100%;
        overflow: hidden;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        font-size: 0.16rem;
        border-bottom: 1px solid #e5e5e5;
    }

.ly_livedetail_record_list {
    padding-left: 0.5rem;
    margin-top: 10px;
}

    .ly_livedetail_record_list li {
        border-bottom: none;
        border-top: 1px solid #e5e5e5;
    }

.ly_livedetail_bottom_userinfo {
    overflow: hidden;
}

    .ly_livedetail_bottom_userinfo > a {
        float: left;
    }

        .ly_livedetail_bottom_userinfo > a img {
            width: 0.6rem;
            height: 0.6rem;
            border-radius: 50%;
        }

.ly_livedetail_bottom_userinfo_right {
    padding-left: 0.7rem;
    margin-top: 0.08rem;
}

    .ly_livedetail_bottom_userinfo_right > p {
        font-size: 0.16rem;
        color: #333;
        /*font-weight: bold;*/
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .ly_livedetail_bottom_userinfo_right > p a {
            color: #333;
        }

.ly_livedetail_bottom_userinfo_right_action {
    overflow: hidden;
    font-size: 0.14rem;
    margin-top: 0.05rem;
}

.ly_livedetail_bottom_action {
    display: inline-block;
    margin-left: 0.3rem;
}

.ly_livedetail_bottom_time {
    display: inline-block;
    /*width: 0.8rem;*/
    /* text-align: right; */
    text-align: center;
    margin-right: 0.1rem;
    color: #cccccc;
}

.ly_livedetail_bottom_summary {
    padding-left: 0.7rem;
    margin-top: 0.1rem;
    color: #666;
    font-size: 0.14rem;
}

.ly_livedetail_bottom_summary p{
    margin-bottom: 0.1rem;
}

.ly_summary_pborder {
    border-bottom: 0.5px solid #eee;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
}

#dateShow span {
    color: #df0024;
}
.course-bartion-left{
    float: left;
    margin: 20px 0 0 30px;
    cursor: pointer;
    font-size: 16px;
}

.course-bartion-left img,.course-bartion-left span{
    vertical-align: middle;
    margin-left: 0.05rem;
}
.show-iphone{
     display: none;
    position: absolute;
    float: left;
    text-align: center;
    bottom: -145px;
    left: 0;
    z-index: 99;
    height: 180px;
    width: 180px;
    background: url('https://shijiaoke.oss-cn-beijing.aliyuncs.com/News/86d729e9670bd27d273a78a934f8a20b.png') no-repeat;
}
.show-iphone img{
    width: 120px;
    height: 120px;
}
.course-bottom-title{
    font-size: 0.18rem;
    font-weight: bold;
    color: #333;
    border-left: 4px solid #D11225;
    padding-left: 10px;
}
.course-bottom-left-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.course-bottom-left-ul li{
    margin-bottom: 0.3rem;
    width: 4.6rem;
}

.course-bottom-left-count{
    float: left;
    position: relative;
}
.course-bottom-left-count>div{
    position: absolute;
    z-index: 2;
    width: 0.25rem;
    height: 0.25rem;
    background: #666;
    color: white;
    text-align: center;
    line-height: 0.25rem;
}
.course-bottom-left-item{
    float: left;
    margin-left: 0.1rem;
    color: #333;
    width: 3.1rem
}
.course-bottom-left-count img{
    width: 1.2rem;
    height: 1.2rem;
}
.course-bottom-left-item h3{
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
}
.course-bottom-left-item-pay{

}
.course-bottom-left-item-pay span{
    color: #df0024;
    font-size: 0.16rem;
}
.course-bottom-left-item-pay button{
    float: right;
    display: inline-block;
    border: 1px solid #3333;
    padding: 0.02rem 0.1rem;
    background: rgb(255,255,255);
    position: relative;
    bottom: 0.03rem;
    transition: 0.2s;
}
.course-bottom-left-item-pay .newStyle{
    float: none;
    display: inline-block;
    border: 1px solid #3333;
    padding: 0.02rem 0.1rem;
    background: rgb(255,255,255);
    position: relative;
    bottom: 0rem;
    transition: 0.2s;
}
.course-bottom-left-item-pay button:hover{
    background: #df0024;
    color: white;
}
.course-bottom-right-gonggao{
    text-align: left;
}
.course-bottom-right-gonggao p{
    /*font-size: 0.16rem;
    line-height: 0.3rem;*/
}
.course-bottom-left-item-pay{
    width: 100%;
}
.course-bottom-left-item h3{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.course-bottom-right-ma{
    text-align: center;
    margin-top: 0.2rem;
    font-weight: bold;
}
.course-bottom-left-item>div{
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*获取证书样式*/
#GetCertify .cer-left {
    float: left;
    width: 9rem;
    position: relative;
    margin-top: 0.11rem;
    height: 2.2rem;
}

#GetCertify .cer-left .cer-remind p {
    font-size: 14px;
    color: #6B6B6B;
    line-height: 0.25rem;
}
#GetCertify .cer-left .get-cer-btn {
    padding: 10px 50px;
    background-color: #E00124;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 3.5rem;
    font-size: 16px;
}

#GetCertify .cer-right {
    float: right;
    width: 2rem;
    text-align: center;
    position: relative;
}
#GetCertify .cer-right {
    display: flex;
    justify-content: space-between;
    position: relative;
    left: 10px;
}
#GetCertify .cer-right>div {
    width: 1.8rem;
}
#GetCertify .cer-right img {
    width: 1.8rem;
    margin-bottom: 0.1rem;
}

#GetCertify .cer-left::after {
    content: "";
    display: block;
    width: 1px;
    height: 73%;
    background-color: #bbbbbb;
    position: absolute;
    right: -30px;
    top: 0;
}
/*邀请榜样式----start*/
#invitationList .invitation-left {
    float: left;
    width: 6.8rem;
    position: relative;
    margin-top: 0.11rem;
    font-size: 16px;
}

#invitationList .invitation-left .invitation-remind p {
    color: #6B6B6B;
    line-height: 0.25rem;
}

.invitation-remind {
    margin-bottom:50px;
}
.invitation-remind .introduce{
    margin-bottom: 0.12rem;
    text-indent: 2em;
}
#invitationList .invitation-left .share_left {
    width: 2rem;
    position: relative;
    float: left;


}
#invitationList .invitation-left .share_right {
    width: 3rem;
    float: right;
    position: relative;

}

#invitationList .invitation-right {
    width: 5rem;
    position: relative;
    float:right;
}

#invitationList .invitation-left::after {
    content: "";
    display: block;
    width: 1px;
    height: 119%;
    background-color: #bbbbbb;
    position: absolute;
    right: -30px;
    top: 0;
}
.rank-content{
    width: 5rem;
    height: 0.45rem;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    /*position:absolute;*/
    margin-top: 25px;
    margin-right:50px;
    padding-bottom:12px;
}
.rank-list{
    float: left;
    width: 4rem;
}

.rank-first {
    width: 24px;
    height: 24px;
    line-height: 40px;
    float: left;
    margin-right: 8px;
}

.rank-first p {
  text-align: center;
}

.rank-first img {
    width: 100%;
    position: relative;
}
/*.rank-second {*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    margin-right: 10px;*/
/*}*/
.rank-second img {
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    overflow: hidden;
}
.rank-second span {
    margin-left: 8px;
    width: 52px;
}
.rank-toil{
    float: right;
}
/*邀请榜样式----end*/
