/* CSS Document */
html, body {
    background: #f0f2f5
}

#container {
    background-size: 100% auto;
}

.tips {
    color: #999;
    line-height: 1.2em
}
/*about*/
.content {
    width: 1400px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    background: #fff;
}

    .content .left {
        width: 1020px;
        float: left;
        padding: 20px 30px;
        box-sizing: border-box;
    }

    .content .right {
        width: 340px;
        float: right;
        box-sizing: border-box;
        border-top: 3px solid #4560b8
    }

.line {
    width: 20px;
    position: absolute;
    right: 340px;
    top: 0;
    height: 100%;
    background: #f0f2f5
}

.abouttit {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

    .abouttit h2 {
        font-size: 26px;
        line-height: 40px;
        color: #4560b8;
        position: relative;
        display: inline-block;
        border-bottom: 2px solid #4560b8;
    }

        .abouttit h2 i {
            display: none;
            width: 6px;
            height: 24px;
            background: #4560b8;
            position: absolute;
            left: 0;
            top: 8px;
        }

    .abouttit .nav {
        width: 400px;
        float: right;
        line-height: 50px;
        text-align: right;
    }

        .abouttit .nav a {
            color: #4560b8;
        }

        .abouttit .nav span {
            color: #ccc;
            margin: 0 8px;
        }

.aboutbox {
    width: 100%;
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #808080;
    font-weight: lighter;
    word-break: break-all;
    word-wrap: break-word
}

    .aboutbox img {
        max-width: 100%;
    }

.newstitle {
    height: 50px;
    font-size: 18px;
    color: #20335b;
    line-height: 50px;
    margin: 20px 20px 0 20px;
    font-weight: bold;
    box-sizing: border-box;
}

.pagemenu {
    width: 100%;
    position: relative;
    border-bottom: 10px solid #f3f3f3;
    padding: 0 20px 50px 20px;
    box-sizing: border-box;
}

    .pagemenu li {
        height: 50px;
        line-height: 50px;
        border-top: 1px solid #ccc;
    }

        .pagemenu li h2 {
            font-size: 16px;
            line-height: 50px;
            color: #000;
        }

        .pagemenu li:hover h2 {
            color: #4560b8;
        }

        .pagemenu li.pagecur h2 {
            color: #4560b8;
        }


.yslist {
    width: 100%;
    padding: 0 20px 50px 20px;
    box-sizing: border-box;
}

    .yslist li {
        width: 100%;
        line-height: 50px;
        height: 50px;
        padding-left: 40px;
        box-sizing: border-box;
        background: url(../images/icon7.png) left center no-repeat;
    }

        .yslist li h2 {
            font-size: 16px;
            color: #4560b8
        }

        .yslist li:nth-child(1) {
            background-position: 0 5px;
        }

        .yslist li:nth-child(2) {
            background-position: 0 -50px;
        }

        .yslist li:nth-child(3) {
            background-position: 0 -105px;
        }

        .yslist li:nth-child(5) {
            background-position: 0 -220px;
        }

        .yslist li:nth-child(6) {
            background-position: 0 -265px;
        }

        .yslist li:nth-child(7) {
            background-position: 0 -325px;
        }

.pagination {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 30px 0;
}

    .pagination li {
        width: auto;
        float: none;
        background: none;
        display: inline-block;
        border: none;
        margin: 0 5px !important;
        line-height: 45px;
        box-shadow: none;
    }

        .pagination li a {
            padding: 2px 10px;
            border: 1px solid #bbb;
            border-radius: 2px;
            box-shadow: 0 0 5px #bbb;
        }

            .pagination li a:hover {
                color: #4560b8;
                border: 1px solid #4560b8;
                box-shadow: 0 0 5px #ccc;
            }

        .pagination li:hover {
            box-shadow: none;
        }

        .pagination li.active a {
            color: #fff;
            background: #4560b8;
            border: 1px solid #4560b8;
        }

/*教师*/
.teacher {
    width: 100%;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    margin-top:;
}

    .teacher li {
        width: 49%;
        padding: 20px;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        background: #fff;
        transition: all 0.6s;
    }

        .teacher li:nth-child(2n) {
            margin-right: 0
        }

        .teacher li .pic {
            width: 200px;
            float: left;
            height: 300px;
        }

            .teacher li .pic img {
                width: 100%;
                height: auto;
            }

.teach-intro {
    margin-left: 235px;
}

.name h2 {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
    margin-top: 10px;
}

    .name h2 i {
        display: none;
        width: 25px;
        height: 3px;
        background: #f95127;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.intro p {
    font-size: 14px;
    line-height: 24px;
    font-weight: lighter;
    margin-bottom: 40px;
    max-height: 130px;
    overflow: hidden;
}

.teacher li .item {
    display: none;
    font-size: 14px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
}

    .teacher li .item span {
        color: #263f64;
        margin-right: 10px;
        border: 1px solid #263f64;
        padding: 0 10px;
        border-radius: 10px;
    }

.teacher li:hover {
    box-shadow: 5px 5px 5px #ccc;
}

.teacher-jianjie {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}

a.more-teacher {
    float: right;
    color: #4560b8;
    padding: 3px 40px 3px 20px;
    border-radius: 15px;
}

    a.more-teacher:hover {
        color: #f95127;
    }


.ban {
    width: 100%;
    height: 400px;
    position: relative;
    background: #3558bf url(../images/ban.jpg) center no-repeat;
    background-size: auto 400px;
}

    .ban ul li img {
        height: 400px;
    }

.teach {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 400px;
}

    .teach .teachpic {
        width: 215px;
        height: 270px;
        float: left;
        margin-top: 65px;
        margin-left: 85px;
    }

        .teach .teachpic img {
            height: auto;
            width: 215px;
            display: block;
        }

.teachbx {
    margin-left: 350px;
    height: 400px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    width: 800px;
    padding: 70px 100px 50px 100px;
}

.icon1 {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/yh.png) center no-repeat;
    position: absolute;
    left: 0px;
    top: 80px;
}

.icon2 {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/yh.png) center no-repeat;
    position: absolute;
    right: 80px;
    bottom: 40px;
    transform: rotate(180deg)
}

.teachname {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    line-height: 50px;
}

    .teachname h2 {
        font-size: 30px;
        line-height: 50px;
        display: inline-block;
    }

        .teachname h2 span {
            border-bottom: 2px solid #fff;
            padding-bottom: 5px;
        }

    .teachname .item {
        display: inline-block;
        margin-left: 20px;
    }

        .teachname .item span {
            color: #fff;
            margin-right: 10px;
            border: 1px solid #fff;
            padding: 0 10px;
            border-radius: 10px;
        }

.boxintro {
    font-size: 14px;
    line-height: 24px;
}

.techtit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #000;
    background: #fff;
    margin: 35px 0;
    padding: 0 40px;
    box-sizing: border-box;
}


/*课程*/
.casetype {
    width: 100%;
    margin: 50px 0;
    position: relative;
    overflow: hidden;
}

.coursetop {
    width: 100%;
    background: #fff;
    padding: 25px 30px;
    box-sizing: border-box;
}

    .coursetop.show {
        height: auto;
    }

    .coursetop dl {
        margin: 8px 0;
        padding-left: 100px;
        position: relative;
        line-height: 24px;
        font-size: 15px;
    }

        .coursetop dl:last-child {
            margin-bottom: 0
        }

        .coursetop dl dt {
            margin-left: -100px;
            width: 100px;
            white-space: nowrap;
            font-size: 18px;
            font-weight: bold;
            display: inline-block;
            margin-bottom: 10px;
            color: #000
        }

        .coursetop dl dd {
            display: inline-block;
            margin-right: 12px;
            font-size: 16px;
            line-height: 16px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            vertical-align: middle
        }

            .coursetop dl dd a {
                display: inline-block;
                padding: 0 20px;
                height: 25px;
                border-radius: 15px;
                text-align: center;
                line-height: 25px;
                color: #000
            }

            .coursetop dl dd.coursecurrent a {
                color: #fff;
                background: red
            }

            .coursetop dl dd:hover a {
                color: red
            }

            .coursetop dl dd.coursecurrent a:hover {
                color: #fff
            }

.moretype {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: none;
}

    .moretype span {
        width: 90px;
        height: 25px;
        border-radius: 15px;
        background: #f24d3b;
        color: #fff;
        display: block;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        cursor: pointer
    }

        .moretype span.text2 {
            display: none;
        }

    .moretype.textchange {
        bottom: 55px;
    }

        .moretype.textchange span.text2 {
            display: block;
        }

        .moretype.textchange span.text1 {
            display: none;
        }

.casetitle {
    width: 100%;
    position: relative;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    font-size: 14px;
    color: #000000
}

    .casetitle li {
        display: inline-block;
        margin-right: 20px;
        line-height: 40px;
        font-size: 18px;
    }

        .casetitle li.casetitle-cur {
            color: #2e69fb;
        }

.colorlist {
    background: #fff;
    padding: 0px 30px 30px 30px;
    box-sizing: border-box
}

.casetittle {
    width: 100%;
    position: relative;
    height: 40px;
    margin-bottom: 15px;
    line-height: 40px;
    font-size: 14px;
    color: #999
}

    .casetittle h2 {
        display: inline-block;
        font-size: 18px;
        color: #333;
        margin-right: 15px;
    }

        .casetittle h2 a {
            color: #4560b8;
        }

        .casetittle h2 span {
            color: #999;
            margin: 0 10px;
        }

.case-select {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

    .case-select ul {
        display: inline-block;
        background: #fff;
        overflow: hidden;
        border: 1px solid #eee;
    }

        .case-select ul li {
            display: inline-block;
            font-size: 14px;
        }

            .case-select ul li a {
                padding: 10px 25px;
                display: block;
            }

            .case-select ul li:hover a, .case-select ul li.case-sel-cur a {
                background: #dd3831;
                color: #fff;
            }


.course {
    width: 100%;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}


.classlist li {
    width: 335px;
    float: left;
    margin-right: 20px;
    background: #fff;
    transition: all 0.6s;
    box-shadow: 0 0 10px #eee;
    margin-bottom: 25px;
}

    .classlist li:nth-child(4n) {
        margin-right: 0
    }

    .classlist li .pic {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 200px;
    }

    .classlist li img {
        width: 100%;
        transition: all 1.2s;
        height: auto;
    }

.pic font {
    position: absolute;
    right: 0;
    top: 0;
    background: #f95241;
    color: #fff;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    width: 65px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    font-style: oblique
}

.classlist li:hover .pic img {
    transform: scale(1.2);
}

.classlist li:hover {
    box-shadow: 5px 5px 5px #ccc;
}

.classbox {
    padding: 15px 12px;
}

    .classbox .classtit {
        font-size: 17px;
        font-weight: bold;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
        color: #263f64;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

        .classbox .classtit a {
            color: #263f64;
        }

.classtext {
    width: 100%;
    position: relative;
    color: #687a94;
    font-weight: lighter;
    font-size: 14px;
    margin-bottom: 5px
}

    .classtext span {
        padding-left: 30px;
        background: url(../images/icon1.png) left center no-repeat;
        line-height: 30px;
    }

.classlist li .item {
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

    .classlist li .item span {
        font-size: 16px;
        color: #263f64;
    }

.person {
    width: 100%;
    height: 52px;
    position: relative;
    overflow: hidden
}

    .person .personlist {
        display: inline-block;
        height: 52px;
        text-align: center;
    }

        .person .personlist a {
            display: inline-block;
            margin-right: 5px;
        }

        .person .personlist img {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            overflow: hidden;
        }

        .person .personlist p {
            font-size: 12px;
            color: #000;
            line-height: 14px;
        }

.price {
    display: inline-block;
    float: right;
    height: 40px;
}

    .price span {
        color: #ff3300;
        font-size: 24px;
        line-height: 40px;
    }


.coursebuy {
    padding: 30px 35px;
    background: #fff;
    overflow: hidden;
}

    .coursebuy .coupic {
        width: 560px;
        float: left;
    }

        .coursebuy .coupic img {
            width: 100%;
        }

        .coursebuy .coupic video {
            width: 100%;
        }

.buybox {
    margin-left: 600px;
    position: relative;
}

    .buybox .neam {
        width: 100%;
        position: relative;
    }

        .buybox .neam h2 {
            width: 100%;
            font-size: 24px;
            font-weight: bold;
            line-height: 40px;
            color: #000
        }

        .buybox .neam p {
            width: 100%;
            font-size: 14px;
            line-height: 25px;
        }

    .buybox .share {
        position: absolute;
        right: -10px;
        top: -10px;
        cursor: pointer;
    }

        .buybox .share span {
            padding-left: 25px;
            background: url(../images/share.jpg) left center no-repeat;
        }

.courseprice {
    width: 100%;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 50px;
}

    .courseprice h2 {
        color: #f03c38;
        font-size: 40px;
        line-height: 50px;
        height: 50px;
        display: inline-block;
    }

        .courseprice h2 span {
            color: #808080;
            font-size: 14px;
            text-decoration: line-through;
            margin-left: 10px;
        }

    .courseprice span {
        height: 50px;
        display: inline-block;
    }

    .courseprice font {
        display: block;
        line-height: 70px;
    }

.djs {
    width: 100%;
    margin: 25px 0;
    color: #fff;
    line-height: 40px;
    text-indent: 10px;
    height: 40px;
    background: linear-gradient(to right, #ff8c3c, #ff3400);
}

    .djs .time {
        display: inline-block;
        float: right;
        margin-right: 10px;
    }

.leixing {
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 12px;
}

    .leixing span {
        padding: 3px 20px;
        border-radius: 15px;
        border: 1px solid #afafaf;
        margin-right: 10px;
        color: #afafaf
    }

.buybtn {
    width: 100%;
    overflow: hidden;
}

    .buybtn a {
        width: 152px;
        color: #fff;
        display: inline-block;
        text-align: center;
        line-height: 25px;
        margin-right: 10px;
        float: left;
        font-size: 24px;
        background: #4560b8;
        padding: 5px 0 8px 0;
        border-radius: 25px;
    }

        .buybtn a em {
            display: block;
            font-size: 14px;
            line-height: 15px;
            font-style: normal;
        }

        .buybtn a.goumai {
            color: #fff;
            background: #ff8436
        }

        .buybtn a:hover {
            color: #fff;
            background: red
        }

        .buybtn a.goumai:hover {
            opacity: 0.8
        }

.courseintit {
    width: 100%;
    height: 50px;
    position: relative;
    border-bottom: 1px solid #cecfd0;
    margin-bottom: 30px;
}

    .courseintit li {
        line-height: 50px;
        display: inline-block;
        margin: 0 70px 0 20px;
        position: relative;
    }

        .courseintit li span {
            display: block;
            height: 49px;
            cursor: pointer;
            font-size: 18px;
            color: #000;
            padding: 0 9px;
        }

        .courseintit li.courseincurrent span {
            border-bottom: 2px solid #20335b;
            color: #20335b
        }

        .courseintit li label {
            position: absolute;
            right: -55px;
            background: #fb595f;
            width: 55px;
            height: 22px;
            line-height: 20px;
            color: #fff;
            text-align: center;
            color: #fff;
            top: 14px;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        .courseintit li:hover span {
            border-bottom: 2px solid #20335b;
            color: #20335b
        }

.coursediv {
    width: 100%;
    display: none
}

.coursetext {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
}

    .coursetext img {
        max-width: 100%;
    }

.courselist {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .courselist li {
        width: 100%;
        overflow: hidden;
        line-height: 30px;
        height: 50px;
        border-bottom: 1px dashed #cecfd0;
        padding: 10px;
        box-sizing: border-box;
    }

        .courselist li h2 {
            width: 85%;
            float: left;
            font-size: 14px;
            color: #000
        }

            .courselist li h2 font {
                font-weight: bold;
                display: inline-block;
                width: 60px;
                margin-right: 10px;
                color: #000
            }

        .courselist li:hover {
            background: #eee;
        }

            .courselist li:hover h2 {
                color: #4560b8
            }

        .courselist li.sec-title {
            background: #f7f7f7;
        }

            .courselist li.sec-title span {
                float: right;
            }

        .courselist li.sec-li {
            padding-left: 80px;
            box-sizing: border-box;
        }


.teacherlist {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 0 20px;
    box-sizing: border-box;
}

    .teacherlist li {
        display: inline-block;
        margin-right: 10px;
    }

        .teacherlist li img {
            width: 60px;
        }

        .teacherlist li p {
            font-size: 12px;
            width: 100%;
            color: #000;
            text-align: center
        }

        .teacherlist li:hover p {
            color: #4560b8
        }

.question {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 0 20px;
    box-sizing: border-box;
}

    .question li {
        width: 100%;
        margin-bottom: 20px;
    }

        .question li h2 {
            width: 100%;
            font-size: 16px;
            line-height: 30px;
        }

        .question li p {
            font-size: 14px;
            margin-top: 10px;
            line-height: 25px;
            color: #808080
        }

        .question li h2 a {
            color: #000
        }

        .question li h2:hover a {
            color: #4560b8
        }


.mess {
    width: 100%;
    background: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
}

    .mess li {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 20px;
        overflow: hidden;
        border-bottom: 1px solid #cecfd0;
        padding-left: 60px;
        box-sizing: border-box;
    }

        .mess li .messxx {
            width: 100%;
            margin-bottom: 25px;
        }

        .mess li .pic {
            position: relative;
            margin-left: -60px;
            width: 40px;
            float: left
        }

            .mess li .pic img {
                width: 100%
            }

        .mess li .tename {
            position: relative;
        }

            .mess li .tename h2 {
                color: #808080;
                font-size: 14px;
                line-height: 25px;
            }

            .mess li .tename p {
                color: #808080;
                font-size: 14px;
                line-height: 20px;
            }

        .mess li .pj {
            position: absolute;
            right: 0;
            top: 10px;
            height: 15px;
        }

            .mess li .pj span {
                display: inline-block;
                width: 15px;
                height: 15px;
                margin-left: 0px;
                background: url(../images/wjx.png) center no-repeat;
                background-size: 18px auto;
            }

.messtxt {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

/*报名*/
.pagename {
    width: 180px;
    margin: 40px auto 0 auto;
    position: relative;
    overflow: hidden;
    height: 45px;
}

    .pagename h2 {
        width: 130px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        color: #4560b8;
        font-weight: bold;
        font-size: 24px;
        background: #fff;
        position: relative;
        z-index: 22;
        margin: 0 auto;
    }

    .pagename span {
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 23px;
        background: #4560b8
    }

.baoming {
    width: 80%;
    padding: 30px 10% 60px 10%;
    position: relative;
}

.baomingtitle {
    width: 60%;
    position: relative;
    overflow: hidden;
    margin: 0 auto
}

    .baomingtitle li {
        width: 160px;
        float: left;
        margin-right: 82px;
        text-align: center;
        position: relative;
        z-index: 22;
        cursor: pointer;
    }

        .baomingtitle li:nth-child(3n) {
            margin-right: 0
        }

        .baomingtitle li span {
            display: block;
            width: 60px;
            height: 60px;
            text-align: center;
            line-height: 60px;
            background: #4560b8;
            color: #fff;
            font-size: 18px;
            font-style: italic;
            border-radius: 50%;
            margin: 0 auto;
        }

        .baomingtitle li h2 {
            width: 100%;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 18px;
        }

.bmline {
    width: 80%;
    position: absolute;
    height: 1px;
    background: #ddd;
    left: 7%;
    top: 30px;
}

.baomingtitle li.bm-cur span {
    background: #dd3831
}

.baomingtitle li.bm-cur h2 {
    color: #4560b8;
}

.bm-box {
    margin-top: 50px;
    position: relative;
}

.bm-name {
    width: 100%;
    position: relative;
    height: 40px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    font-size: 21px;
    color: #4560b8;
    margin-bottom: 20px;
}

    .bm-name h2 {
        display: inline-block;
        border-bottom: 1px solid #425581;
        font-size: 21px;
        line-height: 40px;
    }

.bm-text {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.signbtn {
    width: 100%;
    text-align: center
}

    .signbtn input {
        background: #4560b8;
        border: 1px solid #4560b8;
        width: 120px;
        height: 45px;
        font-size: 16px;
        border-radius: 4px;
        overflow: hidden;
        text-align: center;
        line-height: 45px;
        color: #fff;
        cursor: pointer;
    }

        .signbtn input.noclick {
            background: #d2d2d2;
            border: 1px solid #d2d2d2;
        }

        .signbtn input:hover {
            background: red;
            border: 1px solid red;
        }

.biaomianlist {
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-top: 10px;
}

    .biaomianlist li {
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

        .biaomianlist li:last-child {
            border: none;
        }

.bmtit {
    width: 180px;
    float: left;
    padding-left: 5px;
    white-space: nowrap;
    color: #20335b;
    font-size: 15px;
    text-align: right;
}

.bmboxtext {
    width: 320px;
    float: left;
    margin: 0 10px;
}

.field-validation-error {
    color: #F00
}

.xianxitishi {
    width: 475px;
    float: right;
    height: 30px;
    overflow: hidden;
}

.sigicon {
    background: url(../images/gou.png) center no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: 26px auto;
}

.biaomianlist li input {
    height: 30px;
    padding: 0 5px;
    width: 310px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
}

a.hqyzm {
    color: #dd3831;
    text-decoration: underline;
    font-size: 16px;
}

.biaomianlist li input::placeholder {
    font-size: 14px;
    color: #ccc;
}

.biaomianlist li input#province {
    width: 90px;
}

.biaomianlist li input#city {
    width: 90px;
    margin-left: 3px
}

.biaomianlist li input#area {
    width: 90px;
    float: right;
}

.biaomianlist li input#address {
    margin-top: 10px;
}

.biaomianlist li select {
    height: 30px;
    padding: 0 5px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
}

.imgupfile {
    width: 100%;
    position: relative;
    margin: 40px 0;
}

.shili {
    width: 110px;
    height: 160px;
    display: inline-block;
    margin-right: 40px
}

    .shili img {
        width: 100%;
        height: 135px;
    }

    .shili p {
        width: 100%;
        line-height: 25px;
        text-align: center;
        font-size: 14px;
    }

input[disabled] {
    font-size: 14px;
}

#preview {
    width: 110px;
    display: inline-block;
    height: 160px;
    vertical-align: top
}

    #preview img {
        width: 100%;
    }

.filepic {
    width: 100%;
    height: 50px;
    white-space: nowrap;
    vertical-align: middle;
    display: block;
    position: relative;
    margin-top: 50px;
}

.fileimg {
    width: 100%;
    height: 26px;
    border: 1px solid #ccc;
    cursor: pointer;
    opacity: 0;
    position: relative;
    z-index: 2
}

.filepic a {
    display: inline-block;
    width: 155px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: #20335b;
    color: #fff;
    border-radius: 3px;
    cursor: pointer
}

    .filepic a:hover {
        background: #F00
    }

.filepic p {
    display: inline-block;
    line-height: 65px;
    margin-left: 10px;
    vertical-align: top;
}

.TextCss {
    display: inline-block;
    height: 26px;
    padding: 0 5px;
    width: 250px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
}

.upfilecareful {
    width: 100%;
    margin: 50px auto;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    line-height: 30px;
}

    .upfilecareful h2 {
        color: #20335b;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

.baoming-item {
    width: 100%;
    text-align: center;
    border-top: 1px solid #eaecef;
    padding-top: 10px;
    margin-top: 5px;
    height: 36px
}

    .baoming-item .item-btn {
        background: #425581;
        color: #fff;
        padding: 3px 10px;
        margin-left: 8px;
        border-radius: 3px;
        overflow: hidden
    }

        .baoming-item .item-btn:hover {
            background: red
        }

.ke-jiage {
    display: inline-block;
    float: right;
    font-size: 18px;
    color: red
}

    .ke-jiage i {
        color: #808080;
        font-size: 14px;
        text-decoration: line-through;
        margin-left: 10px;
        line-height: 35px
    }

.huizhi {
    width: 1000px;
    margin: 30px auto;
    position: relative;
    box-sizing: border-box
}

.huizhitit {
    width: 100%;
    text-align: center;
    font-size: 21px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #000
}

.huizhi ul {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 120px 20px 0;
    overflow: hidden;
    border: 1px solid #000;
    box-sizing: border-box
}

.huizhi img.tx {
    width: 120px;
    position: absolute;
    right: 5px;
    top: 1px;
    height: 150px;
    padding-left: 5px;
    border-left: 1px solid #000
}

.huizhi ul li {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 40px;
    text-align: left;
    color: #000;
    min-height: 40px;
    font-family: "微软雅黑"
}

    .huizhi ul li h2 {
        width: 85px;
        display: inline-block;
        height: 40px;
        overflow: hidden;
        font-size: 14px;
        text-align: justify;
        line-height: 45px;
    }

        .huizhi ul li h2 i {
            width: 100%;
            display: inline-block
        }

    .huizhi ul li p {
        width: 280px;
        vertical-align: top;
        display: inline-block;
        font-size: 14px;
        border-bottom: 1px solid #000;
        height: 40px;
    }

.huizhi img {
    width: 100%;
}

.tablebox {
    width: 100%;
    position: relative;
}

    .tablebox table {
        border-collapse: collapse;
        width: 100% !important;
    }

        .tablebox table td {
            border: 1px solid #ccc;
            padding: 2px 5px;
            color: #000;
            font-family: "微软雅黑";
            word-break: break-all;
            word-wrap: break-word
        }

table td .userphoto {
    width: auto;
    height: 30px;
}

.hz-box {
    color: #000;
    text-align: left;
}

.hz-tit {
    width: 100%;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 3px solid #000;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
}

    .hz-tit i {
        display: block;
        width: 100%;
        border-top: 2px dashed #000;
        position: absolute;
        left: 0;
        top: 14px;
    }

.hz-jinge {
    width: 100%;
    margin: 15px 0;
}

    .hz-jinge h2 {
        font-size: 16px;
        font-weight: bold;
        font-family: "榛戜綋"
    }

.zje {
    width: 100%;
    border-bottom: 3px solid #000;
    height: 28px;
    line-height: 28px;
    padding-bottom: 3px;
    font-family: "榛戜綋";
    margin-bottom: 8px;
}

    .zje h2 {
        display: inline-block;
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
    }

    .zje .qianming {
        display: inline-block;
        float: right;
        line-height: 28px;
    }

        .zje .qianming span {
            display: inline-block;
            font-size: 18px;
            line-height: 28px;
            font-weight: bold;
        }

        .zje .qianming i {
            display: inline-block;
            width: 128px;
            height: 25px;
            border-bottom: 1px solid #000;
            margin-left: 5px;
        }

.hz-xq {
    width: 100%;
    overflow: hidden;
    font-family: "榛戜綋"
}

.hz-bz {
    width: 490px;
    border: 1px solid #000;
    box-sizing: border-box;
    float: left;
    padding: 5px;
    font-size: 14px;
    line-height: 22px;
    height: 300px;
}

.hz-gd {
    width: 490px;
    border: 1px solid #000;
    box-sizing: border-box;
    float: right;
    padding: 5px;
    font-size: 14px;
    line-height: 21px;
    height: 300px;
}

    .hz-bz h2, .hz-gd h2 {
        font-weight: bold;
        font-size: 14px;
    }

.signbtn input[type="button"]#print_btn {
    margin-top: 30px;
}




/*通知*/

.newslist {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .newslist li {
        padding: 25px 0;
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 35px;
    }

        .newslist li .time {
            width: 120px;
            float: left;
            overflow: hidden;
            height: 90px;
            border-right: 1px solid #ccc;
        }

            .newslist li .time h2 {
                width: 100%;
                text-align: center;
                color: #2e69fb;
                font-size: 38px;
                line-height: 45px;
                margin: 5px 0;
            }

            .newslist li .time span {
                display: block;
                width: 100%;
                text-align: center;
                color: #000;
                font-size: 18px;
                line-height: 30px;
            }

        .newslist li .newsbox {
            margin-left: 145px;
        }

            .newslist li .newsbox h2 {
                width: 100%;
                font-size: 18px;
                color: #000;
                font-weight: bold;
                line-height: 30px;
                margin-bottom: 10px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-right: 10px;
                box-sizing: border-box
            }

                .newslist li .newsbox h2 a {
                    color: #000;
                }

                .newslist li .newsbox h2 font {
                    color: #fb575d;
                    font-size: 16px;
                    padding: 0 5px;
                    margin-right: 10px;
                    border: 1px solid #fb575d
                }

        .newslist li .newsintro {
            width: 100%;
            font-size: 14px;
            line-height: 24px;
            color: #;
            padding-right: 10px;
            box-sizing: border-box
        }

        .newslist li .newsbox h2:hover a {
            color: #4560b8
        }

        .newslist li:hover {
            background: #f3f3f3
        }


.right .classlist {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

    .right .classlist li {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }


.newsinfo {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.newsintit {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #cecfd0;
    padding-bottom: 20px;
}

    .newsintit h2 {
        font-size: 26px;
        line-height: 40px;
        color: #000;
        margin-bottom: 20px;
    }

    .newsintit p {
        font-size: 14px;
    }

        .newsintit p span {
            margin-right: 40px;
        }

.newsinbox {
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: lighter
}

    .newsinbox img {
        max-width: 100%;
        height: auto !important;
    }

.hotcourse {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

    .hotcourse li {
        width: 100%;
        margin-bottom: 20px;
        background: #f3f3f3
    }

        .hotcourse li .pic img {
            width: 100%;
            transition: all 1s;
        }

        .hotcourse li .pic:hover img {
            transform: scale(1.2);
        }

        .hotcourse li h2 {
            width: 100%;
            font-size: 16px;
            line-height: 30px;
            padding: 10px 10px;
            box-sizing: border-box;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #000
        }

        .hotcourse li:hover h2 {
            color: #4560b8
        }


/*资料*/
.download {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .download li {
        border-bottom: 1px solid #cecfd0;
        padding: 20px 0;
        overflow: hidden;
        position: relative;
        width: 100%;
        font-weight: lighter
    }

        .download li h2 {
            width: 80%;
            position: relative;
            color: #3b3b3b;
            line-height: 30px;
            font-size: 18px;
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .download li p {
            width: 80%;
            position: relative;
            color: #808080;
            line-height: 24px;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .download li span {
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -15px;
            display: block;
            width: 90px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            cursor: pointer;
            border: 1px solid #4560b8;
            color: #4560b8;
            font-size: 14px;
            border-radius: 20px;
            overflow: hidden;
        }

            .download li span:hover {
                background: #4560b8;
                color: #fff;
            }

        .download li a {
            color: #4560b8;
        }

        .download li span:hover a {
            color: #fff;
        }

        .download li:hover h2 {
            color: #4560b8
        }



/*视频拍照补照片*/
.addphoto#container {
    text-align: center
}

.addphoto .title, .addphoto .title2, .addphoto .title3 {
    display: block
}

.addphoto .title {
    font-size: 16px;
    font-weight: bold
}

.addphoto .photo_list {
    width: 80%;
    margin: 30px auto;
}

    .addphoto .photo_list li {
        background: #fff;
        padding: 10px;
        margin: 10px;
        display: flex;
        align-items: center;
        width: 100px;
        height: 135px;
        overflow: hidden;
        border: 1px solid #ccc;
        position: relative;
        float: left
    }

        .addphoto .photo_list li span {
            position: absolute;
            background: #f7f7f7;
            border: 1px solid #999;
            border-radius: 50%;
            right: 5px;
            top: 5px;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            font-size: 12px
        }

        .addphoto .photo_list li.cur {
            border: 1px solid #009900;
            background: #eee
        }

        .addphoto .photo_list li:last-child {
            clear: right
        }

.addphoto .photo_list {
    clear: both
}

    .addphoto .photo_list li img {
        width: 100%;
        height: auto
    }
/*验证视频*/
#vercammer {
    width: 500px;
    margin: 30px auto;
}
/*学习记录拍照视频*/
#vercammercheckshow {
    width: 400px;
    margin: 10px auto;
}

    #vercammercheckshow .videocover {
        position: relative;
        background: #000;
        width: 400px;
        height: 300px;
    }

        #vercammercheckshow .videocover img {
            position: absolute;
            left: 0px;
            top: 0;
            width: 100%;
            height: auto
        }

#FirstVideo {
    width: 100%;
    height: 100%
}

#verpicshow {
    width: 400px;
    margin: 10px auto;
}

#vercammer #cammmeroff {
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center
}

    #vercammer #cammmeroff img {
        width: 150px;
        height: auto;
        margin-bottom: 20px;
    }


#vercammer video {
    display: none
}

#vercammer .very {
    text-align: center;
    width: 100%;
    margin: 30px 0;
    box-sizing: border-box
}

.btn_very {
    width: 152px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    background: #4560b8;
    padding: 5px 8px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    margin: 10px auto;
}

#vercammer #userphoto > div {
    width: 45%;
    padding: 0 20px;
    box-sizing: border-box;
    float: left;
    margin: 30px 10px;
    text-align: center
}

    #vercammer #userphoto > div img {
        width: 150px;
        height: 200px;
    }




#read {
    width: 500px;
    background: #fff;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 50px auto;
}

    #read h1 {
        font-weight: bold;
        text-align: center;
        color: #333;
        margin-bottom: 20px;
    }

    #read .btn_very {
        display: block
    }

.bgcolor {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2e2e36;
    z-index: -1
}



#head {
    width: 100%;
    height: 75px;
    position: relative;
    background: #2e2e36;
    line-height: 75px;
}

.head-left {
    min-width: 65%;
    float: left;
    height: 75px;
    display: inline-block;
}

.head-right {
    height: 75px;
    display: inline-block;
    float: right;
}

    .head-right a {
        display: inline-block;
        height: 35px;
        margin-top: 20px;
        background: #f76d1c;
        padding: 0 25px;
        border-radius: 20px;
        line-height: 35px;
        text-align: center;
        color: #fff;
        margin-right: 15px;
    }

    .head-right img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-top: 20px;
        margin-right: 25px;
    }

.head-left .head-logo {
    height: 75px;
    padding: 10px 0;
    float: left;
    margin-left: 25px;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 30px;
}

    .head-left .head-logo img {
        height: 50px;
    }

.head-left h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 75px;
    color: #fff;
    margin-left: 30px;
}

#videobox {
    position: relative;
    width: 100%;
    background: #000
}

    #videobox .leftbox {
    }

.leftbox {
    padding-right: 560px;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    transition: all 0.4s;
}

.rightbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 560px;
    height: 100%;
    box-sizing: border-box;
    background: #000;
    z-index: 22;
    transition: all 0.4s;
}

.video {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 20px 20px 80px 20px;
    background: #000;
}

    .video #bg-video {
        width: 100%;
        height: 100%;
        background: #000;
    }

.left-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    background: #2e2e36;
    padding-right: 560px;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.4s;
}

.item {
    display: inline-block;
    margin-left: 25px;
    margin-top: 20px;
}

    .item li {
        display: inline-block;
        margin-right: 10px;
        border: 1px solid #d3b474;
        height: 35px;
        border-radius: 20px;
        padding: 0 10px 0 35px;
        line-height: 33px;
    }

        .item li a {
            color: #d3b474;
            display: block;
            width: 100%;
            height: 100%;
        }

        .item li:nth-child(1) {
            background: url(../images/icon3.png) left 10px center no-repeat;
        }

        .item li:nth-child(2) {
            background: url(../images/icon4.png) left 10px center no-repeat;
            border: 1px solid #fc6039
        }

            .item li:nth-child(2) a {
                color: #fc6039
            }

.shanxia {
    display: inline-block;
    float: right;
    margin: 20px 20px 0 0
}

    .shanxia li {
        display: inline-block;
        margin-right: 20px;
    }

        .shanxia li:nth-child(1) a {
            padding-left: 15px;
            background: url(../images/icon6.png) left center no-repeat;
        }

        .shanxia li:nth-child(2) a {
            padding-right: 15px;
            background: url(../images/icon5.png) right center no-repeat;
        }

.courseside {
    width: 60px;
    height: 100%;
    position: relative;
    background: #19191b;
    text-align: center;
    float: left;
}

    .courseside ul {
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

        .courseside ul li {
            width: 100%;
            margin-bottom: 30px;
            text-align: center;
            cursor: pointer;
        }

            .courseside ul li i {
                display: block;
                width: 100%;
                height: 25px;
                background: url(../images/side1.png) top center no-repeat;
            }

            .courseside ul li:hover {
                color: #ffff;
            }

                .courseside ul li:hover i {
                    background: url(../images/side2.png) top center no-repeat;
                }

            .courseside ul li.curli {
                color: #ffff;
            }

                .courseside ul li.curli i {
                    background: url(../images/side2.png) top center no-repeat;
                    ;
                }

            .courseside ul li:nth-child(1) i {
                background-position: 10px 0;
                background-size: 40px auto;
            }

            .courseside ul li:nth-child(2) i {
                background-position: 15px -40px;
            }

            .courseside ul li:nth-child(3) i {
                background-position: 15px -86px;
            }

            .courseside ul li:nth-child(4) i {
                background-position: 15px -148px;
            }

            .courseside ul li:nth-child(5) i {
                background-position: 15px -211px;
            }


.coursemenu {
    width: 500px;
    position: relative;
    height: 100%;
    overflow: hidden;
    float: right;
    padding: 20px;
    box-sizing: border-box;
}

.videolist-top {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .videolist-top p {
        font-size: 13px;
        line-height: 20px;
        color: #999;
    }

.jindu {
    width: 100%;
    height: 55px;
    background: #26292c;
    margin: 8px 0;
    line-height: 55px;
}

    .jindu span {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0 10px;
        line-height: 20px;
        text-align: center;
        margin-top: 7px;
        float: left;
    }

    .jindu i {
        font-style: normal;
        margin-left: 10px;
    }

        .jindu i em {
            color: #db7e23;
            font-style: normal;
            margin: 0 5px;
        }

progress {
    width: 210px;
}

    progress::-webkit-progress-value {
        background: #db7e23;
    }

    progress::-moz-progress-bar {
        background: #db7e23;
    }

.videolist-top h2 {
    font-size: 13px;
    line-height: 20px;
    color: #999;
}

.LiveSub {
    background: url(/web/images/cammer.png) no-repeat center;
    background-size: 10%;
    border: 1px solid #333
}

.coursemenu-list {
    width: 100%;
    height: calc(100vh - 400px);
    overflow-y: scroll;
    margin-top: 10px;
    position: relative;
}

    .coursemenu-list .videoline {
        width: 1px;
        height: 100%;
        position: absolute;
        left: 77px;
        top: 0;
        z-index: 1;
        background: #363636
    }

    .coursemenu-list ul {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .coursemenu-list li {
        width: 99%;
        overflow: hidden;
        line-height: 30px;
        padding: 0 10px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 10px;
    }

        .coursemenu-list li p {
            padding-left: 105px;
            position: relative
        }

            .coursemenu-list li p i {
                left: 60px;
                top: 38px;
                background: #db7e23 !important
            }

            .coursemenu-list li p.ok i {
                background: #009900 !important
            }

        .coursemenu-list li h2 {
            width: 85%;
            float: left;
            font-size: 13px;
            color: #999
        }

            .coursemenu-list li h2 font {
                font-weight: bold;
                width: 50px;
                display: inline-block;
                margin-right: 50px;
                color: #999
            }

        .coursemenu-list li a {
            border: none;
        }

        .coursemenu-list li i {
            width: 12px;
            height: 12px;
            border: 1px solid #363636;
            background: #000;
            position: absolute;
            left: 70px;
            top: 9px;
            z-index: 22;
            border-radius: 50%;
        }

        .coursemenu-list li:hover {
            background: #eee;
        }

        .coursemenu-list li.sec-li:hover h2 {
            color: #dd3831
        }

        .coursemenu-list li span {
            float: right;
        }

        .coursemenu-list li.sec-title {
            background: #191818;
            box-sizing: border-box;
            position: relative;
            z-index: 22;
        }

        .coursemenu-list li.sec-li:hover {
            background: #26292c
        }

        .coursemenu-list li.sec-li.active {
            background: #26292c
        }

            .coursemenu-list li.sec-li.active i {
                background: #db7e23
            }

        .coursemenu-list li.sec-li.history h2 {
            color: #666
        }

            .coursemenu-list li.sec-li.history h2 font {
                color: #666
            }

        .coursemenu-list li.sec-li.history i {
            background: #009900
        }


    .coursemenu-list::-webkit-scrollbar {
        width: 5px;
        height: 1px;
    }

    .coursemenu-list::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .coursemenu-list::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #222;
    }

#videobox.close-menu .leftbox {
    padding-right: 60px;
}

#videobox.close-menu .left-bottom {
    padding-right: 60px;
}

#videobox.close-menu .rightbox {
    width: 60px;
}

#videobox.close-menu .coursemenu {
    display: none;
}

.modal-content {
    padding: 30px;
    position: relative
}

.modal-header {
    display: none;
}

.modal-body {
    width
}


/*登陆注册*/

.login {
    width: 100%;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 50px;
    box-sizing: border-box
}

.regtit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px
}

    .regtit li {
        display: inline-block;
        margin: 0 15px;
        font-size: 18px
    }

        .regtit li.locur a {
            color: #4560b8;
            font-weight: bold;
        }

.logintit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    font-weight: bold;
}

    .logintit li {
        display: inline-block;
        margin: 0 15px;
        font-size: 18px;
        color: #4560b8
    }

        .logintit li h2 {
            font-size: 18px
        }

.loginbox {
    width: 420px;
    margin: 0 auto;
    position: relative
}

    .loginbox li {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
    }

        .loginbox li label {
            width: 110px;
            line-height: 35px;
            text-align: right;
            float: left;
            color: #000;
            font-size: 15px;
        }

        .loginbox li input[type="text"] {
            width: 300px;
            height: 33px;
            border: 1px solid #ccc;
            border-radius: 3px;
            text-indent: 10px;
        }

        .loginbox li input[type="password"] {
            width: 300px;
            height: 33px;
            border: 1px solid #ccc;
            border-radius: 3px;
            text-indent: 10px;
        }

        .loginbox li span.error {
            display: block;
            width: 100%;
            color: red;
            line-height: 25px;
            font-size: 14px;
            text-indent: 100px;
            float: right;
        }

#Getvalidation {
    position: absolute;
    right: 12px;
    top: 0;
    display: inline-block;
    height: 33px;
    color: #4560b8;
    line-height: 33px
}

#input_register {
    width: 100px;
    height: 35px;
    background: #4560b8;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #4560b8;
    cursor: pointer
}

    #input_register:hover {
        border: 1px solid red;
        background: red
    }

.loginbox li.sjyzm a {
    position: absolute;
    right: 10px;
    top: 1px;
    display: inline-block;
    height: 33px;
    color: #4560b8;
    line-height: 30px
}

    .loginbox li.sjyzm a img {
        height: 33px;
    }

#input_login {
    width: 300px;
    margin-left: 105px;
    height: 35px;
    background: #4560b8;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #4560b8;
    cursor: pointer
}

    #input_login:hover {
        border: 1px solid red;
        background: red
    }

.loginbox li.qita {
    padding-left: 110px;
    box-sizing: border-box
}

{
    width: 100px;
    height: 35px;
    background: #4560b8;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #4560b8;
    cursor: pointer
}

.loginbox .eye, .loginbox .eyeclose {
    width: 25px;
    height: 25px;
    background: url(../images/eye.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 5px;
    right: 20px
}

.loginbox .eyeclose {
    background: url(../images/eyeclose.png) no-repeat;
    background-size: 100%;
}

#input_register:hover {
    border: 1px solid red;
    background: red
}

#input_retrieve {
    width: 100px;
    height: 35px;
    background: #4560b8;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #4560b8;
    cursor: pointer
}

    #input_retrieve:hover {
        border: 1px solid red;
        background: red
    }

/*个人后台*/
.manage {
    margin-top: 50px;
}

.user-left {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    background: #eee;
    border-bottom: 1px solid #ccc;
    padding: 20px 0px;
    box-sizing: border-box;
}

.user-right {
    width: 100%;
    background: #fff;
}

#eContent {
    width: 100%;
    background: #fff;
}


.user-left dl {
    width: 33%;
    border-right: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 25px
}

    .user-left dl:last-child {
        border: none
    }

    .user-left dl dt {
        font-size: 16px;
        line-height: 40px;
        color: #000;
        padding-left: 45px;
        font-weight: bold;
        margin-bottom: 12px
    }

    .user-left dl dd {
        font-size: 14px;
        line-height: 30px;
        padding-left: 35px;
        position: relative;
        display: inline-block;
    }

        .user-left dl dd a {
            display: block;
            width: 100%;
            height: 30px;
            color: #333;
            padding: 0 10px;
        }

        .user-left dl dd i {
            width: 4px;
            height: 100%;
            display: none;
            position: absolute;
            left: 35px;
            top: 0;
            background: #6a9cee
        }

        .user-left dl dd.user-cur a {
            background: #eaf3ff
        }

        .user-left dl dd.user-cur a {
            color: #F00
        }

        .user-left dl dd.user-cur i {
            display: block;
        }

        .user-left dl dd a:hover {
            color: #F00
        }

.wxpay {
    width: 50%;
    margin: 50px auto;
    border: 1px solid #ccc;
    background: #fff;
    padding: 30px
}

    .wxpay p {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        line-height: 35px;
        border-bottom: 1px solid #ccc;
        margin: 0
    }

    .wxpay .btn-pay {
        border: 1px solid #eee;
        border-radius: 5px;
        overflow: hidden;
        display: inline-block;
        margin: 30px;
        background: #f7f7f7
    }

    .wxpay a.btn-pay:hover {
        background: #eee
    }

    .wxpay .qrcodes {
        width: 85px;
        height: 85px;
        position: absolute;
        left: 50px;
        bottom: 20px
    }

        .wxpay .qrcodes img {
            width: 85px;
            height: 85px
        }

    .wxpay .qrcode {
        margin: 50px auto 0 auto;
        text-align: center
    }

        .wxpay .qrcode img {
            margin: 50px auto 0 auto;
        }

        .wxpay .qrcode table {
            margin-left: 200px;
            margin-top: 30px;
        }



    .wxpay .price {
        font-size: 16px;
        font-weight: bold;
        color: red;
        float: none
    }




@media( max-width:800px) {
    body {
        min-width: auto
    }

    #container {
        margin-top: 50px;
        padding-bottom: 0px
    }

    .content {
        width: 100%;
        margin: 20px auto;
    }

        .content .left {
            width: 100%;
            float: none;
            border-bottom: 15px solid #f0f2f5;
            padding: 15px;
        }

    .line {
        display: none;
    }

    .content .right {
        width: 100%;
        float: none;
    }

    .wxpay {
        width: 100%;
        margin: 0px auto;
        box-sizing: border-box
    }


    /*课程*/
    .casetype {
        margin: 20px 0;
    }

    .coursetop {
        width: 100%;
        background: #fff;
        padding: 0px;
        position: relative
    }

        .coursetop.show {
            height: auto;
        }

        .coursetop dl {
            margin-bottom: 10px;
            line-height: 12px;
            font-size: 13px;
            padding-left: 80px
        }

            .coursetop dl:last-child {
                margin-bottom: 0
            }

            .coursetop dl dt {
                width: 80px;
                font-size: 12px;
                margin-bottom: 10px;
                color: #000;
                text-align: right;
                margin-left: 0;
                position: absolute;
                left: 0px;
                top: 5px
            }

            .coursetop dl dd {
                margin-right: 12px;
                font-size: 12px;
                margin-bottom: 0px;
            }

                .coursetop dl dd a {
                    width: auto;
                    padding: 0px
                }

                .coursetop dl dd.coursecurrent a {
                    background: none;
                    color: red
                }

    .moretype {
        position: absolute;
        right: 0px;
        top: -35px;
    }

        .moretype span {
            width: 80px;
            height: 22px;
            line-height: 22px;
            font-size: 12px;
            cursor: pointer
        }

            .moretype span.text2 {
                display: none;
            }

        .moretype.textchange {
            bottom: auto;
        }


    .casetittle {
        height: 30px;
        margin-bottom: 10px;
        line-height: 30px;
    }

        .casetittle h2 {
            font-size: 16px;
        }

    .case-select {
        padding: 0
    }

        .case-select ul li a {
            padding: 5px 25px
        }



    .course {
        margin: 20px 0;
    }


    .classlist li {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 15px;
    }

        .classlist li .pic {
            height: auto;
        }

        .classlist li img {
            height: auto;
        }

    .pic font {
        font-size: 12px;
        width: auto;
        height: 20px;
        line-height: 20px;
    }

    .classbox {
        padding: 10px;
    }

        .classbox .classtit {
            font-size: 14px;
            line-height: 22px;
            height: 22px;
        }

    .classtext {
        font-size: 12px;
        margin-bottom: 5px
    }

        .classtext span {
            padding-left: 25px;
            background-size: 25px auto
        }

    .classlist li .item {
        height: 20px;
        line-height: 20px;
    }

        .classlist li .item span {
            font-size: 12px;
        }

    .person {
        height: 30px;
    }

        .person .personlist {
            height: 30px;
        }

            .person .personlist a {
                display: inline-block;
                margin-right: 5px;
            }

            .person .personlist img {
                width: 30px;
                height: 30px;
            }

            .person .personlist p {
                display: none
            }

    .price {
        height: 30px;
    }

        .price span {
            font-size: 16px;
            line-height: 30px;
        }


    .coursebuy {
        padding: 15px;
        margin-top: 20px;
    }

        .coursebuy .coupic {
            width: 100%;
            float: none;
            margin-bottom: 20px;
        }

    .buybox {
        margin-left: 0px;
        width: 100%;
    }

        .buybox .neam h2 {
            font-size: 16px;
            line-height: 30px;
        }

        .buybox .neam p {
            font-size: 12px;
            line-height: 20px;
        }

        .buybox .share {
            display: none;
        }

    .courseprice {
        margin: 15px 0;
        line-height: 40px;
    }

        .courseprice h2 {
            font-size: 20px;
            line-height: 40px;
            height: 40px;
        }

            .courseprice h2 span {
                font-size: 12px;
            }

        .courseprice span {
            height: 40px;
        }

        .courseprice font {
            line-height: 45px;
        }

    .djs {
        margin: 15px 0;
        line-height: 30px;
        height: 30px;
        font-size: 13px;
    }


    .leixing span {
        padding: 3px 10px;
    }

    .buybtn {
        text-align: center
    }

        .buybtn a {
            width: 80%;
            line-height: 30px;
            float: none;
            margin: 0 auto font-size:14px;
            padding: 0;
            border-radius: 25px;
        }


    .courseintit {
        height: 40px;
        margin-bottom: 10px;
    }

        .courseintit li {
            line-height: 40px;
            display: inline-block;
            margin: 0 20px 0 0px;
            position: relative;
        }

            .courseintit li span {
                height: 39px;
                font-size: 14px;
                padding: 0 9px;
            }

    .coursetext {
        width: 100%;
        font-size: 13px;
        line-height: 20px;
    }

        .coursetext img {
            max-width: 100%;
        }

    .courselist {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .courselist li {
            line-height: 30px;
            height: 30px;
            padding: 0px;
        }

            .courselist li h2 {
                width: 100%;
                font-size: 13px;
            }

                .courselist li h2 font {
                    width: 50px;
                    text-indent: 5px;
                }

            .courselist li.sec-li {
                padding-left: 55px;
                box-sizing: border-box;
                font-size: 12px;
            }

    .addphoto#container {
        padding-bottom: 160px;
    }

    .addphoto .photo_list {
        width: 100%;
        margin: 30px auto;
    }


    #vercammer video {
        width: 100%
    }
    /*报名*/
    .fudong {
        display: none;
    }

    .baomingtitle {
        width: 100%
    }

        .baomingtitle li {
            width: 25%;
            margin-right: 8%;
        }

    .bmboxtext {
        width: 60% !important
    }

    .bmtit {
        width: 30%;
    }

    .biaomianlist li input {
        width: 100%;
    }

    .baomingtitle





    .teacherlist {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-bottom: 40px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .teacherlist li {
        display: inline-block;
        margin-right: 10px;
    }

        .teacherlist li img {
            width: 60px;
        }

        .teacherlist li p {
            font-size: 12px;
            width: 100%;
            color: #000;
            text-align: center
        }

        .teacherlist li:hover p {
            color: #4560b8
        }

    .question {
        margin-bottom: 10px;
        padding: 0 20px;
        box-sizing: border-box;
    }

        .question li {
            margin-bottom: 10px;
        }

            .question li h2 {
                font-size: 14px;
                line-height: 25px;
            }

            .question li p {
                font-size: 12px;
                margin-top: 10px;
                line-height: 20px;
            }


    .mess {
        padding: 15px;
    }

        .mess li {
            margin-bottom: 10px;
            padding-bottom: 10px;
            padding-left: 40px;
        }

            .mess li .messxx {
                width: 100%;
                margin-bottom: 15px;
            }

            .mess li .pic {
                margin-left: -40px;
                width: 30px;
            }

            .mess li .tename {
                position: relative;
            }

                .mess li .tename h2 {
                    font-size: 12px;
                    line-height: 20px;
                }

                .mess li .tename p {
                    font-size: 12px;
                }

    .messtxt {
        font-size: 14px;
        line-height: 24px;
    }

    /*通知*/

    .newslist li {
        padding: 15px 0;
        margin-bottom: 15px;
    }

        .newslist li .time {
            width: 60px;
            height: 60px;
        }

            .newslist li .time h2 {
                font-size: 21px;
                line-height: 30px;
                margin: 0;
                margin-bottom: 0px
            }

            .newslist li .time span {
                font-size: 12px;
                line-height: 20px;
            }

        .newslist li .newsbox {
            margin-left: 70px;
        }

            .newslist li .newsbox h2 {
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 5px;
                white-space: normal;
                text-overflow: unset;
                overflow: auto
            }

                .newslist li .newsbox h2 font {
                    font-size: 12px;
                }

        .newslist li .newsintro {
            font-size: 12px;
            line-height: 18px;
            height: 36px;
            overflow: hidden
        }

    .right .classlist {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

        .right .classlist li {
            width: 100%;
            margin-bottom: 20px;
            margin-right: 0;
        }


    .newsintit {
        padding-bottom: 10px;
    }

        .newsintit h2 {
            font-size: 16px;
            line-height: 30px;
            margin-bottom: 10px;
        }

        .newsintit p {
            font-size: 12px;
        }

            .newsintit p span {
                margin-right: 10px;
            }

    .newsinbox {
        font-size: 14px;
        line-height: 26px;
    }

        .newsinbox img {
            max-width: 100%;
            height: auto
        }

    table {
        max-width: 100%;
    }

    .hotcourse {
        width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
    }

        .hotcourse li {
            margin-bottom: 15px;
        }

            .hotcourse li h2 {
                font-size: 14px;
                line-height: 25px;
            }



    /*资料*/
    .download li {
        padding: 10px 0;
    }

        .download li h2 {
            width: 76%;
            line-height: 25px;
            font-size: 14px;
        }

        .download li p {
            width: 76%;
            line-height: 20px;
            font-size: 12px;
        }

        .download li span {
            right: 0;
            margin-top: -12px;
            width: 60px;
            height: 22px;
            line-height: 22px;
            font-size: 12px;
        }


    /*教师*/
    .teacher {
        margin: 20px auto;
    }

        .teacher li {
            width: 100%;
            padding: 15px;
            float: none;
            margin-right: 0%;
            margin-bottom: 15px;
            overflow: hidden;
        }

            .teacher li .pic {
                width: 120px;
                float: left;
                height: 170px;
            }

                .teacher li .pic img {
                    width: 100%;
                    height: auto;
                }

    .teach-intro {
        margin-left: 135px;
    }

    .name h2 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .intro p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 20px;
        max-height: 100px;
    }

    .teacher-jianjie {
        margin-top: 0px;
        padding-top: 10px;
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }

    a.more-teacher {
        padding: 0px 30px 0px 10px;
        color: #fff;
        font-size: 12px;
        border-radius: 15px;
        background: #4560b8 url(../images/icon2.png) right 10px center no-repeat;
    }

        a.more-teacher:hover {
            background: red url(../images/icon2.png) right 10px center no-repeat;
        }


    .ban {
        height: auto;
        background-size: cover;
        overflow: hidden
    }

        .ban ul li img {
            height: auto;
        }

    .teach {
        width: 94%;
        height: auto;
    }

        .teach .teachpic {
            float: none;
            margin: 20px auto;
            height: 200px;
            width: 100%
        }

            .teach .teachpic img {
                height: 200px;
                max-width: 100%;
                width: auto;
                margin: 0 auto;
            }

    .teachbx {
        margin-left: 0;
        height: auto;
        width: 100%;
        padding: 20px 10px;
    }

    .icon1 {
        display: none;
    }

    .icon2 {
        display: none;
    }

    .teachname {
        width: 100%;
        position: relative;
        margin-bottom: 15px;
        line-height: 30px;
    }

        .teachname h2 {
            font-size: 16px;
            line-height: 30px
        }

    .techtit {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin: 15px 0;
        padding: 0 10px;
    }



    /*about*/

    .abouttit {
        width: 100%;
        padding: 0 0 20px 0;
    }

        .abouttit h2 {
            font-size: 16px;
            padding-left: 15px;
            line-height: 30px;
        }

            .abouttit h2 i {
                display: block;
                width: 6px;
                height: 14px;
                left: 0;
                top: 8px;
            }

    .aboutbox {
        font-size: 14px;
        line-height: 26px;
    }

        .aboutbox img {
            width: 100%;
        }

    .newstitle {
        margin: 0 20px;
    }

    .pagemenu {
        padding-bottom: 0px
    }

        .pagemenu li {
            height: 40px;
            line-height: 40px;
        }

            .pagemenu li h2 {
                font-size: 14px;
                line-height: 40px;
                color: #000;
            }

    .noshowphone, .abouttit .nav {
        display: none
    }


    .pagination {
        margin: 20px 0;
    }


    /*登陆注册*/

    .login {
        margin: 20px auto;
        padding: 20px;
    }

    .regtit {
        height: 40px;
        line-height: 40px;
        margin-bottom: 30px
    }

        .regtit li {
            margin: 0 10px;
            font-size: 16px
        }

    .logintit {
        height: 40px;
        line-height: 40px;
        margin-bottom: 30px
    }

        .logintit li {
            margin: 0;
            font-size: 16px;
        }

            .logintit li h2 {
                font-size: 16px
            }

    .loginbox {
        width: 100%;
    }

        .loginbox li {
            margin-bottom: 10px;
        }

            .loginbox li label {
                width: 28%;
                line-height: 35px;
                font-size: 13px;
                white-space: nowrap
            }

            .loginbox li input[type="text"] {
                width: 70%;
            }

            .loginbox li input[type="password"] {
                width: 70%;
            }

            .loginbox li span.error {
                text-indent: 0px;
                padding-left: 28%;
                box-sizing: border-box;
            }

    #Getvalidation {
        position: absolute;
        right: 5px;
    }

    .loginbox li.sjyzm a {
        right: 5px;
    }

    #input_login {
        width: 70%;
        margin-left: 28%;
    }

    .loginbox li.qita {
        padding-left: 28%;
        font-size: 12px;
    }


    /*个人后台*/
    .manage {
        margin-top: 20px;
    }

    .user-left {
        padding: 0px;
    }



        .user-left dl {
            width: 100%;
            float: none;
            border-bottom: 1px solid #ccc;
            border-right: 0;
            padding: 10px;
            margin-bottom: 0;
        }

            .user-left dl:last-child {
                border-bottom: 1px solid #ccc
            }

            .user-left dl dt {
                padding-left: 0px;
                width: 100%;
            }

            .user-left dl dd {
                padding-left: 0px;
                display: none
            }

                .user-left dl dd i {
                    left: 10px;
                    display: none !important
                }

                .user-left dl dd a {
                    padding: 0;
                    margin-right: 10px;
                }

                .user-left dl dd.user-cur a {
                    background: none
                }

            .user-left dl.current dd {
                display: inline-block !important
            }
    /*视频*/
    #vercammer {
        width: auto;
        margin-top: 20px;
        overflow: hidden
    }

    #cammmeroff {
        margin: 10px
    }

    #read {
        width: auto;
        box-sizing: border-box;
        margin: 30px;
    }

    #vercammer #userphoto > div {
        width: 40%
    }

    #read .article_content {
        height: 200px;
        overflow-y: auto
    }

    #vercammer .very {
        background: #eee;
        padding: 10px;
        border: 1px solid #ccc;
        position: fixed;
        bottom: 0px;
        z-index: 1000;
        left: 0;
        box-sizing: border-box;
        margin-bottom: 0
    }




    #head {
        height: 75px;
        line-height: 45px;
    }

    .head-left {
        height: 45px;
    }

    .head-right {
        height: 45px;
    }

        .head-right a {
            height: 25px;
            margin-top: 10px;
            padding: 0 15px;
            border-radius: 10px;
            line-height: 25px;
            font-size: 12px;
        }

        .head-right img {
            width: 25px;
            height: 25px;
            margin-top: 10px;
            margin-right: 15px;
        }

    .head-left .head-logo {
        height: 45px;
        padding: 0;
        margin-left: 15px;
        margin-right: 0px;
    }

        .head-left .head-logo img {
            height: 30px;
            margin-top: 7px
        }

    .head-left h1 {
        font-size: 14px;
        line-height: 30px;
        margin-left: 0px;
        border-top: 1px solid #666;
        width: 100%;
        position: absolute;
        left: 0;
        top: 45px;
        line-height: 30px;
        text-align: center
    }

    #videobox {
        position: relative;
        width: 100%;
        background: #000
    }

    .leftbox {
        padding-right: 0px;
        height: auto;
    }

    .rightbox {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
    }

    .video {
        width: 100%;
        height: 250px;
        position: relative;
        box-sizing: border-box;
        padding: 20px 20px 40px 20px;
        background: #000;
    }

        .video #bg-video {
            width: 100%;
            height: 100%;
            background: #000;
        }

    .left-bottom {
        display: none
    }

    .item {
        display: none
    }

    .LiveSub {
        height: 200px;
        text-align: center;
        display: none;
    }

        .LiveSub video {
            width: 150px !important;
            height: 200px !important;
            margin: 10px auto
        }

    .shanxia {
        display: inline-block;
        float: right;
        margin: 5px 20px 0 0
    }

        .shanxia li {
            display: inline-block;
            margin-right: 20px;
        }

            .shanxia li:nth-child(1) a {
                padding-left: 15px;
                background: url(../images/icon6.png) left center no-repeat;
            }

            .shanxia li:nth-child(2) a {
                padding-right: 15px;
                background: url(../images/icon5.png) right center no-repeat;
            }

    .courseside {
        width: 100%;
        height: 80px;
        position: relative;
        background: #333;
        overflow: hidden;
        text-align: center;
        float: none;
        padding: 15px;
        box-sizing: border-box
    }

        .courseside ul {
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateY(0%);
        }

            .courseside ul li {
                width: 60px;
                margin-bottom: 30px;
                text-align: center;
                cursor: pointer;
                float: left;
                margin: 20px;
            }

                .courseside ul li i {
                    display: block;
                    width: 100%;
                    height: 25px;
                    background: url(../images/side1.png) top center no-repeat;
                }

                .courseside ul li:hover {
                    color: #ffff;
                }

                    .courseside ul li:hover i {
                        background: url(../images/side2.png) top center no-repeat;
                    }

                .courseside ul li.curli {
                    color: #ffff;
                }

                    .courseside ul li.curli i {
                        background: url(../images/side2.png) top center no-repeat;
                        ;
                    }

                .courseside ul li:nth-child(1) {
                    display: none
                }

                    .courseside ul li:nth-child(1) i {
                        background-position: 10px 0;
                        background-size: 40px auto;
                    }

                .courseside ul li:nth-child(2) i {
                    background-position: 15px -40px;
                }

                .courseside ul li:nth-child(3) i {
                    background-position: 15px -86px;
                }

                .courseside ul li:nth-child(4) i {
                    background-position: 15px -148px;
                }

                .courseside ul li:nth-child(5) i {
                    background-position: 15px -211px;
                }


    .coursemenu {
        width: auto;
        padding: 10px;
        float: none;
    }

    .videolist-top {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .videolist-top p {
            font-size: 13px;
            line-height: 20px;
            color: #999;
        }

    .jindu {
        width: 100%;
        height: 55px;
        background: #26292c;
        margin: 8px 0;
        line-height: 55px;
    }

        .jindu span {
            display: inline-block;
            width: 40px;
            height: 40px;
            margin: 0 10px;
            line-height: 20px;
            text-align: center;
            margin-top: 7px;
            float: left;
        }

        .jindu i {
            font-style: normal;
            margin-left: 10px;
        }

            .jindu i em {
                color: #db7e23;
                font-style: normal;
                margin: 0 5px;
            }

    progress {
        width: 210px;
    }

        progress::-webkit-progress-value {
            background: #db7e23;
        }

        progress::-moz-progress-bar {
            background: #db7e23;
        }

    .videolist-top h2 {
        font-size: 13px;
        line-height: 20px;
        color: #999;
    }

    ..coursemenu {
        height: auto
    }

    .coursemenu-scolly {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
    }

    .coursemenu-list {
        width: 100%;
        height: auto;
        overflow-y: auto;
        margin-top: 10px;
        position: relative;
    }

        .coursemenu-list .videoline {
            width: 1px;
            height: 100%;
            position: absolute;
            left: 77px;
            top: 0;
            z-index: 1;
            background: #363636
        }

        .coursemenu-list ul {
            position: relative;
            width: 100%;
            margin-bottom: 20px;
        }

        .coursemenu-list li {
            width: 99%;
            overflow: hidden;
            line-height: 30px;
            padding: 0 10px;
            box-sizing: border-box;
            position: relative;
            margin-bottom: 10px;
        }

            .coursemenu-list li h2 {
                width: 85%;
                float: left;
                font-size: 13px;
                color: #999
            }

                .coursemenu-list li h2 font {
                    font-weight: bold;
                    width: 50px;
                    display: inline-block;
                    margin-right: 50px;
                    color: #999
                }

            .coursemenu-list li a {
                border: none;
            }

            .coursemenu-list li i {
                width: 12px;
                height: 12px;
                border: 1px solid #363636;
                background: #000;
                position: absolute;
                left: 70px;
                top: 9px;
                z-index: 22;
                border-radius: 50%;
            }

            .coursemenu-list li:hover {
                background: #eee;
            }

            .coursemenu-list li.sec-li:hover h2 {
                color: #dd3831
            }

            .coursemenu-list li span {
                float: right;
            }

            .coursemenu-list li.sec-title {
                background: #191818;
                box-sizing: border-box;
                position: relative;
                z-index: 22;
            }

            .coursemenu-list li.sec-li:hover {
                background: #26292c
            }

            .coursemenu-list li.sec-li.active {
                background: #26292c
            }

                .coursemenu-list li.sec-li.active i {
                    background: #db7e23
                }

            .coursemenu-list li.sec-li.history h2 {
                color: #666
            }

                .coursemenu-list li.sec-li.history h2 font {
                    color: #666
                }

            .coursemenu-list li.sec-li.history i {
                background: #009900
            }

        .coursemenu-list::-webkit-scrollbar {
            width: 10px;
            height: 1px;
        }

        .coursemenu-list::-webkit-scrollbar-thumb {
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            background: #535353;
        }

        .coursemenu-list::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            background: #ededed;
        }

    #videobox.close-menu .leftbox {
        padding-right: 60px;
    }

    #videobox.close-menu .left-bottom {
        padding-right: 60px;
    }

    #videobox.close-menu .rightbox {
        width: 60px;
    }

    #videobox.close-menu .coursemenu {
        display: none;
    }

    .modal-content {
        padding: 30px;
        position: relative
    }

    .modal-header {
        display: none;
    }

    .modal-body {
        width
    }

    .link {
        display: none
    }


    .tablebox table td {
        text-align: left
    }
}
