/*å…¬å…±æ ·å¼*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft YaHei"
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #565656;
    font-size: 14px;
}

tbody, thead {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

body fieldset, body img {
    border: 0;
}

a, a:link {
    color: #565656;
    text-decoration: none;
}

    a:hover {
        color: #611987;
        text-decoration: none;
    }

*:focus {
    outline: none
}

.clear {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #d1d1d1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d1d1d1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d1d1d1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #d1d1d1;
}

.overText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fadeInOut {
    transition: background .2s ease;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
}
/*top*/
.top {
    width: 100%;
    height: 182px;
    min-width: 1200px;
    position: relative;
}

.topBg {
    /*background: url("../images/topBg_1.jpg") no-repeat center top;*/
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 450px;
}

.topBox {
    width: 1200px;
    padding-top: 38px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

    .topBox > .logo {
        width: 100%;
        overflow: hidden;
        height: 86px;
    }

        .topBox > .logo > img {
            width: 546px;
            height: 52px;
            border: 0;
        }

.nav {
    width: 100%;
    height: 62px;
    padding: 4px 0;
}

.navBox {
    width: 100%;
    height: 54px;
    background: #f5f5f5;
    border: 2px #fff solid;
    border-radius: 100px;
    box-shadow: 0 0 4px #a1a1a1;
}

    .navBox > a {
        display: block;
        width: 10%;
        height: 50px;
        float: left;
        font-size: 20px;
        text-align: center;
        line-height: 50px;
        position: relative;
        transition: background .2s ease;
        -webkit-transition: background .2s ease;
        -moz-transition: background .2s ease;
        -o-transition: background .2s ease;
    }

        .navBox > a:first-child {
            border-radius: 100px 0 0 100px;
        }

        .navBox > a:last-child {
            border-radius: 0 100px 100px 0;
        }

        .navBox > a:hover {
            background: linear-gradient(180deg, #f8ecff 0%, #c5abd3 100%);
        }

        .navBox > a.navBox_Sel {
            background: linear-gradient(180deg, #B391C5 0%, #66208B 100%);
            color: #fff;
        }

.navChildBox {
    position: absolute;
    top: 50px;
    background: #f5f5f5;
    left: 0;
    z-index: 19;
    display: none
}

.navBox > a:hover > .navChildBox {
    display: block
}

.navChildBox > span {
    display: block;
    height: 51px;
    line-height: 50px;
    border-bottom: #e8e8e8 1px solid;
    font-size: 18px;
    width: 100%;
    color: #565656
}

    .navChildBox > span:hover {
        cursor: pointer;
        background: #e0d0e9;
        color: #611987
    }
/*main*/
.main {
    width: 100%;
    min-width: 1200px;
    position: relative;
    min-height: 500px;
}
/*é¦–é¡µèµ„è®¯æ¨¡å—*/
.mainBox {
    width: 1200px;
    margin: 0 auto;
}

.mbBox1 {
    width: 100%;
    position: relative;
}

.newsBox {
    width: 820px;
    height: 382px;
    float: left;
}

.mbTitle {
    height: 54px;
    border-bottom: 2px #e8e8e8 solid;
    width: 100%;
    font-weight: bold
}

    .mbTitle > span {
        display: block;
        width: 40%;
        font-size: 24px;
        line-height: 52px;
        color: #611987;
        float: left;
    }

    .mbTitle > a {
        display: block;
        width: 100px;
        text-align: right;
        line-height: 30px;
        padding-top: 18px;
        float: right;
    }

.newsBoxMain {
    overflow: hidden;
    width: 100%;
    height: 328px;
    padding-top: 16px;
    position: relative;
}

    .newsBoxMain .layui-carousel {
        width: 402px;
        height: 312px;
        float: left;
    }

.layui-carousel {
    background: #fff;
}

    .layui-carousel > [carousel-item] > * {
        background-color: #fff;
    }

    .newsBoxMain .layui-carousel a, .layui-carousel a img {
        display: block;
        width: 100%;
        height: 282px;
    }
    /*.newsBoxMain .layui-carousel-ind{top:-22px;}*/
    .layui-carousel[lay-indicator=outside] .layui-carousel-ind ul {
        background: none
    }

.layui-carousel-ind li {
    background: #d1d1d1;
}

    .layui-carousel-ind li.layui-this {
        background: #611987
    }

.nbmLsit {
    width: 398px;
    float: right;
}

ul.newsListBox {
    width: 100%;
}

    ul.newsListBox > li {
        width: 100%;
        height: 42px;
        position: relative;
        padding: 0 108px 0 13px;
    }

        ul.newsListBox > li:hover {
            text-decoration: underline;
        }

        ul.newsListBox > li > span.nbmLsit_ico {
            display: block;
            width: 13px;
            height: 42px;
            line-height: 42px;
            font-size: 18px;
            overflow: hidden;
            position: absolute;
            left: 0;
            top: 0
        }

        ul.newsListBox > li > span.nbmLsit_time {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            line-height: 42px;
            font-size: 14px;
            color: #999;
            width: 108px;
            text-align: right;
        }

        ul.newsListBox > li > a {
            display: block;
            width: 100%;
            height: 42px;
            line-height: 42px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            font-size: 16px;
        }
/*é¦–é¡µç™»å½•æ¨¡å—*/
.LoginBox {
    width: 330px;
    height: 435px;
    position: absolute;
    right: 0;
    top: -83px;
    background: url("../images/loginBg.png") no-repeat center top;
    padding: 81px 16px 0 16px;
}

.lbTitle {
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #611987;
    font-size: 24px;
    text-align: right;
}

.lbMain {
    width: 100%;
    height: 285px;
    background: #fff;
    padding: 12px;
}

.lbmTitle {
    height: 42px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #e8e8e8;
}

    .lbmTitle > a {
        display: block;
        width: 50%;
        float: left;
        height: 42px;
        line-height: 42px;
        text-align: center;
        font-size: 18px;
    }

        .lbmTitle > a.lbmTitleSel {
            background: linear-gradient(90deg, #DBA7F7 0%, #893FB0 100%);
            color: #fff;
        }

.lbmMain {
    width: 100%;
}

.lbmMain_input {
    width: 95%;
    padding-top: 6px;
    margin: 0 auto;
}

    .lbmMain_input > input {
        width: 100%;
        height: 40px;
        border: 1px #e8e8e8 solid;
        padding: 0 10px 0 36px;
    }

.lbmMain_user > input {
    background: url("../images/userIco.png") no-repeat 8px center #fff;
}

.lbmMain_pwd > input {
    background: url("../images/pwdIco.png") no-repeat 8px center #fff;
}

button.loginBtn {
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(90deg, #DBA7F7 0%, #893FB0 100%);
    border: 0;
    border-radius: 8px;
}

    button.loginBtn:hover {
        cursor: pointer;
        background: linear-gradient(90deg, #DBA7F7 0%, #893FB0 50%);
    }

.lbmMain_other {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 12px;
}

    .lbmMain_other > a {
        display: block;
        width: 49%;
        line-height: 28px;
        font-size: 14px;
    }

        .lbmMain_other > a:first-child {
            text-align: left;
            float: left;
        }

        .lbmMain_other > a:last-child {
            text-align: right;
            float: right;
        }

.lbMainUserBox {
    width: 100%;
    height: 81px;
    border-bottom: 1px #e8e8e8 solid;
    position: relative;
    padding: 9px 0 0 78px;
}

.lbMainUserBox_head {
    width: 66px;
    height: 66px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

    .lbMainUserBox_head > img {
        width: 100%;
        text-align: center;
    }

.lbMainUserBox p {
    line-height: 24px;
    width: 100%;
    font-size: 14px;
}

    .lbMainUserBox p:nth-child(2) {
        font-size: 16px;
        font-weight: bold;
    }

.lbMainUserLink {
    width: 100%;
}

    .lbMainUserLink > a {
        width: 276px;
        height: 66px;
        display: block;
        border-radius: 10px;
        font-size: 22px;
        color: #fff;
        line-height: 66px;
        padding-left: 90px;
        position: relative;
        margin-top: 20px;
        background: linear-gradient(90deg, #DBA7F7 0%, #893FB0 100%);
    }

        .lbMainUserLink > a > img {
            position: absolute;
            width: 24px;
            height: 24px;
            left: 50px;
            top: 21px;
            border: 0
        }

        .lbMainUserLink > a:hover {
            background: linear-gradient(90deg, #DBA7F7 0%, #893FB0 50%);
        }
/*é¦–é¡µç²¾å“è¯¾ç¨‹*/
.boutiqueCourse {
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 20px;
}

.boutiqueCourse_main {
    width: 1200px;
    overflow: hidden;
}

.bcBox {
    width: 1200px;
    overflow: hidden;
    padding-top: 20px;
}

    .bcBox > a.bcBoxItem {
        height: 175px;
        width: 224px;
        margin-right: 20px;
        float: left;
        display: block;
    }

        .bcBox > a.bcBoxItem:last-child, .bcBox > a.bcBoxItem:nth-child(5) {
            margin-right: 0;
        }

        .bcBox > a.bcBoxItem > span.bcBoxItem_pic {
            width: 224px;
            height: 126px;
            display: block;
            overflow: hidden;
        }

            .bcBox > a.bcBoxItem > span.bcBoxItem_pic > img {
                width: 224px;
                height: 126px;
            }

        .bcBox > a.bcBoxItem > span.bcBoxItem_text {
            display: block;
            width: 224px;
            height: 36px;
            line-height: 36px;
            font-size: 16px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .bcBox .layui-carousel[lay-indicator=outside] .layui-carousel-ind {
        top: -15px;
    }
/*é¦–é¡µæ•™å¸ˆé£Žé‡‡*/
.teacherStyle {
    width: 1200px;
    margin: 0 auto;
}

.tsBox {
    width: 1200px;
    padding: 20px 34px 0 47px;
}

a.tsBoxItem {
    width: 126px;
    height: 211px;
    margin-right: 14px;
    display: block;
    float: left;
    background: #ededed
}

    a.tsBoxItem:last-child {
        margin: 0;
    }

    a.tsBoxItem > span.tsBoxItem_pic, a.tsBoxItem > span.tsBoxItem_pic > img {
        width: 126px;
        height: 161px;
        display: block;
        overflow: hidden;
    }

    a.tsBoxItem > span.tsBoxItem_text1 {
        width: 126px;
        height: 26px;
        line-height: 20px;
        padding: 6px 12px 0 12px;
        display: block;
        font-size: 14px;
        color: #611987;
        text-align: center;
    }

    a.tsBoxItem > span.tsBoxItem_text2 {
        width: 126px;
        height: 18px;
        line-height: 18px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 12px;
    }

.teacherStyle .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    width: 34px;
    height: 211px;
    background: #ededed;
    color: #565656;
    border-radius: 0;
    font-size: 30px;
    left: 0px;
    top: 38px;
}

.teacherStyle .layui-carousel:hover .layui-carousel-arrow {
    left: 0;
}

.teacherStyle .layui-carousel[lay-arrow=always] .layui-carousel-arrow:hover {
    background: #d8d8d8
}

.teacherStyle .layui-carousel:hover .layui-carousel-arrow[lay-type=add], .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0;
}
.newsBoxMain .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]{right:20px;}
.newsBoxMain .layui-carousel-ind ul {
    background: none;
}
.newsBoxMain .layui-carousel-ind{top:-24px;}
/*é¦–é¡µå¿«é€Ÿé“¾æŽ¥*/
.goodLink {
    width: 1200px;
    margin: 20px auto 0 auto;
}

.goodLinkBox {
    width: 1200px;
    padding-top: 20px;
}

    .goodLinkBox > p {
        width: 1200px;
        overflow: hidden;
        padding-bottom: 20px;
    }

        .goodLinkBox > p > a {
            display: block;
            width: 224px;
            height: 48px;
            float: left;
            margin-right: 20px;
        }

            .goodLinkBox > p > a:last-child {
                margin: 0;
            }

            .goodLinkBox > p > a > img {
                width: 224px;
                height: 48px;
                border: 0;
            }

.findPwdSucess {
    width: 380px;
    font-size: 36px;
    margin: 100px auto 0 auto;
    background: url("../images/findPwdIco.png") no-repeat left center;
    padding-left: 72px;
    color: #611987;
    height: 48px;
    line-height: 48px;
}

.findPwdSucessText {
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    padding-left: 338px;
}

    .findPwdSucessText a {
        padding-left: 20px;
        color: #611987;
    }

        .findPwdSucessText a:hover {
            text-decoration: underline
        }
/*å­¦é™¢æ¦‚å†µ*/
.secondMain {
    width: 1200px;
    margin: 0 auto;
}

.surveyTitle {
    text-align: center;
    font-weight: bold;
    line-height: 74px;
    font-size: 24px;
}

.videoIntroduction {
    width: 1000px;
    margin: 0 auto;
}

.textIntroduction {
    padding: 20px;
    width: 100%;
    line-height: 36px;
    color: #565656;
    font-size: 18px;
}

    .textIntroduction > p {
        text-indent: 2em;
        padding-bottom: 12px;
    }
/*å·¥ä½œåŠ¨æ€*/
.pageList {
    text-align: right;
    width: 100%;
    padding-top: 12px;
}

.layui-laypage a:hover, .layui-laypage span:hover {
    color: #611987
}

.layui-laypage button:hover {
    background-color: #611987;
    color: #fff;
    border-color: #611987
}

.pageList .layui-laypage > input:focus {
    border-color: #611987 !important
}

.dynamicBox {
    padding: 0 20px 12px 20px;
    width: 100%;
}

    .dynamicBox a.dynamicBoxItem {
        display: block;
        width: 100%;
        height: 221px;
        border-bottom: 1px #e8e8e8 solid;
        position: relative;
        padding: 20px 0 20px 296px;
    }

        .dynamicBox a.dynamicBoxItem span.dynamicBox_pic {
            display: block;
            position: absolute;
            left: 0;
            top: 20px;
            width: 276px;
            height: 180px;
        }

            .dynamicBox a.dynamicBoxItem span.dynamicBox_pic > img {
                width: 276px;
                height: 180px;
                border: 0;
            }

        .dynamicBox a.dynamicBoxItem span.dynamicBox_title {
            display: block;
            width: 100%;
            font-size: 18px;
            height: 36px;
            line-height: 36px;
            font-weight: 600
        }

        .dynamicBox a.dynamicBoxItem span.dynamicBox_text {
            display: block;
            width: 100%;
            font-size: 16px;
            height: 118px;
            color: #565656;
            overflow: hidden;
            line-height: 28px;
        }

        .dynamicBox a.dynamicBoxItem span.dynamicBox_time {
            display: block;
            width: 100%;
            font-size: 14px;
            height: 26px;
            color: #999;
            line-height: 26px;
        }

.detailTitle {
    text-align: center;
    font-weight: bold;
    line-height: 74px;
    font-size: 24px;
    border-bottom: 2px #e8e8e8 solid;
    padding: 0 20px;
}

.detailOther {
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 48px;
}

    .detailOther > span {
        padding: 0 12px;
    }

.detailMain {
    width: 100%;
}

.detailMain {
    width: 100%;
    padding: 12px 20px 12px 20px;
}
/*æ•™å­¦è§†é¢‘*/
.teachVideo {
    width: 1200px;
    overflow: hidden;
    padding: 20px 0 20px 0
}

.tvLeft {
    width: 224px;
    float: left;
}

.tvLeftTitle {
    width: 224px;
    height: 48px;
    background: linear-gradient(90deg, #DBA7F7 0%, #893FB0 100%);
    border-radius: 8px 8px 0px 0px;
    padding-left: 90px;
    position: relative;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    font-weight: 600;
}

    .tvLeftTitle > img {
        position: absolute;
        left: 54px;
        top: 12px;
        width: 24px;
        height: 24px;
    }

.tvLeftMain {
    width: 100%;
    border: 1px #d1d1d1 solid;
    border-top: 0;
    min-height: 200px;
}

.tvLeftMainItem {
    width: 100%;
    height: 41px;
    border-bottom: 1px #d1d1d1 solid;
    position: relative;
}

.tvLeftMain .tvLeftMainItem:last-child {
    border-bottom: 0;
    height: 40px;
}

.tvLeftMainItem > a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    background: url("../images/goinIco.png") no-repeat 190px center;
    font-weight: bold;
    padding: 0 50px 0 16px;
    transition: background .2s ease;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
}

.tvLeftMainItem:hover > a {
    background: url("../images/goinSelIco.png") no-repeat 190px center #F3DDFF;
}

.tvLeftMainItemChild {
    display: none;
    padding: 8px 0px 8px 20px;
    width: 360px;
    border: 1px #d1d1d1 solid;
    background: #F3DDFF;
    left: 222px;
    top: -1px;
    position: absolute;
    border-left: 0;
    font-size: 16px;
}

.tvLeftMainItem:hover .tvLeftMainItemChild {
    display: block;
    z-index: 9
}

.tvLeftMainItemChild > a {
    display: inline-block;
    line-height: 26px;
    height: 36px;
    padding: 5px 10px;
    border-radius: 4px;
}

    .tvLeftMainItemChild > a:hover {
        background: linear-gradient(90deg, #b678d7 0%, #893FB0 100%);
        color: #fff;
    }
/*.topSearch{overflow: hidden;padding-bottom: 16px;}*/
.topSearch {
    padding-bottom: 16px;
}

.main .layui-btn, .main3 .layui-btn {
    margin-left: 20px;
}

.main .layui-btn, .main3 .layui-btn {
    background-color: #611987
}

.tvRight {
    width: 956px;
    float: right;
}

.tvRightMain {
    width: 100%;
    overflow: hidden;
}

    .tvRightMain .tvRightMainBox {
        width: 980px;
        overflow: hidden;
    }

.tvRightMainBox > a.videoListItem {
    width: 224px;
    margin-right: 20px;
    float: left;
    background: #ededed;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

    .tvRightMainBox > a.videoListItem > img.videoListItemHover {
        width: 224px;
        height: 126px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .tvRightMainBox > a.videoListItem:hover > img.videoListItemHover {
        opacity: 1;
    }

    .tvRightMainBox > a.videoListItem > span.videoListItemPic {
        display: block;
        width: 224px;
        height: 126px;
    }

        .tvRightMainBox > a.videoListItem > span.videoListItemPic > img {
            width: 100%;
            height: 100%;
            border: 0;
        }

    .tvRightMainBox > a.videoListItem > span.videoListItemName {
        padding: 0px 12px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        display: block;
    }

    .tvRightMainBox > a.videoListItem > span.videoListItemTime {
        padding: 4px 12px 0 12px;
        height: 20px;
        line-height: 18px;
        font-size: 14px;
        color: #999;
        display: block;
    }

        .tvRightMainBox > a.videoListItem > span.videoListItemTime:last-child {
            margin-bottom: 12px;
        }

.topSeparate {
    width: 100%;
    height: 16px;
    background: #C5ABD3;
    overflow: hidden;
    margin-top: 20px;
}

.tvVideoBox {
    width: 100%;
    min-width: 1200px;
    padding-top: 20px;
    background: #ededed;
}

.tvVideoBoxMain {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.tvvbmInfo {
    height: 61px;
    padding: 0 320px 0 16px;
    position: relative;
    border-bottom: 1px #d1d1d1 solid;
}

    .tvvbmInfo span.tvvbmInfo_title {
        display: block;
        line-height: 60px;
        font-size: 20px;
        width: 100%
    }

    .tvvbmInfo span.tvvbmInfo_count {
        display: block;
        line-height: 60px;
        font-size: 16px;
        width: 190px;
        position: absolute;
        right: 166px;
        top: 0;
    }

    .tvvbmInfo a.tvvbmInfo_collect {
        display: block;
        width: 150px;
        height: 60px;
        font-size: 20px;
        padding-left: 52px;
        line-height: 60px;
        background-image: url("../images/noCollectIco.png");
        background-repeat: no-repeat;
        background-position: 16px center;
        position: absolute;
        right: 16px;
        top: 0;
    }

.tvvbmIist {
    padding: 12px 0 0 132px;
    position: relative;
}

    .tvvbmIist > span {
        display: block;
        width: 115px;
        position: absolute;
        left: 16px;
        top: 12px;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
        color: #611987;
    }

    .tvvbmIist > a {
        display: block;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 20px;
        background: #dadbdd;
        border-radius: 8px;
        float: left;
        margin-right: 16px;
        margin-bottom: 16px;
        color: #565656;
    }

        .tvvbmIist > a.tvvbmIistSel {
            background: #611987;
            color: #fff;
        }

.tvVideoBrief {
    width: 1200px;
    margin: 0 auto;
}

.tvVideoBrief_title {
    line-height: 64px;
    font-size: 20px;
    color: #611987;
    border-bottom: 1px #d1d1d1 solid;
    padding: 0 16px;
}

.tvVideoBriefMain {
    padding: 16px;
}

.tvVideoBriefMain_box {
    padding: 12px 0 12px 110px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
}

    .tvVideoBriefMain_box > span {
        display: block;
        width: 110px;
        height: 28px;
        line-height: 28px;
        position: absolute;
        left: 0px;
        top: 12px;
    }
/*è€ƒè¯•æœåŠ¡*/
.tvLeftTab {
    width: 224px;
    padding: 67px 0 20px 0;
    background: url("../images/examSeverTab.png") no-repeat left top;
    position: relative;
}

    .tvLeftTab span.tvLeftTabTitle {
        width: 100%;
        display: block;
        height: 48px;
        line-height: 48px;
        padding-left: 18px;
        font-size: 22px;
        color: #fff;
        position: absolute;
        left: 0;
        top: 18px;
    }

.tvLeftTabMain {
    width: 100%;
    border: 2px #7D4E9A solid;
    background: #fff;
    border-radius: 10px;
}

    .tvLeftTabMain > a {
        display: block;
        height: 51px;
        border-bottom: 1px #e8e8e8 solid;
        width: 100%;
        display: block;
        padding: 0 16px;
        font-weight: bold;
        font-size: 16px;
        background: url("../images/uncheckIco.png") no-repeat 186px 16px;
        line-height: 50px;
    }

        .tvLeftTabMain > a:last-child {
            border: 0;
            height: 50px;
        }

        .tvLeftTabMain > a.tvLeftTabMainSel {
            background: url("../images/checkIco.png") no-repeat 186px 16px;
            color: #611987
        }

.hbxyTable {
    width: 100%
}

    .hbxyTable > table {
        border: 1px solid #d1d1d1;
    }

        .hbxyTable > table tr > th, .hbxyTable > table tr > td {
            padding: 0;
        }

        .hbxyTable > table tr > th {
            background: #f3ddff;
        }

        .hbxyTable > table tr:nth-child(even) {
            background: #f9eeff;
        }

        .hbxyTable > table tr:hover {
            background: #f5e4ff;
        }

        .hbxyTable > table span.tableInfo, .hbxyTable > table span.tableInfo {
            display: block;
            font-size: 16px;
            line-height: 26px;
            padding: 10px 15px;
            text-align: left;
        }

        .hbxyTable > table a.tableOperate {
            display: inline-block;
            height: 26px;
            line-height: 26px;
            background: #611987;
            border-radius: 4px;
            color: #fff;
            width: 90px;
            text-align: center;
            margin-right: 12px;
        }

            .hbxyTable > table a.tableOperate:hover {
                opacity: 0.8
            }

            .hbxyTable > table a.tableOperate:last-child {
                margin-right: 0;
            }
/*æ•™å¸ˆé£Žé‡‡*/
.teacherStyleBox {
    padding: 21px 0 0 22px;
    overflow: hidden
}

    .teacherStyleBox a.tsBoxItem {
        margin-right: 21px;
        margin-bottom: 20px;
    }

.teacherStyleBoxDetails {
    padding: 20px;
    overflow: hidden
}

.tsbd_head {
    float: left;
    width: 300px;
}

    .tsbd_head > img {
        width: 100%;
    }

.tsbdInfo {
    width: 840px;
    float: right;
}

    .tsbdInfo span.tsbdInfo_name {
        font-size: 24px;
        height: 42px;
        line-height: 42px;
        color: #000;
        font-weight: bold;
        margin-bottom: 12px;
        overflow: hidden;
        display: block;
    }

    .tsbdInfo span.tsbdInfo_department {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 12px;
        display: block;
    }

    .tsbdInfo span.tsbdInfo_company {
        font-size: 16px;
        line-height: 24px;
        padding: 3px 0;
        margin-bottom: 12px;
        display: block;
    }

    .tsbdInfo span.tsbdInfo_content {
        font-size: 16px;
        line-height: 24px;
        display: block;
    }
/*footer*/
.footer {
    width: 100%;
    min-width: 1200px;
    height: 160px;
    background: #EAE5EE;
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
}

.footerBox {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.fb_left {
    width: 370px;
    float: left;
    padding-right: 30px;
}

    .fb_left > img {
        width: 100%;
    }

.fb_text {
    width: 540px;
    float: left;
}

    .fb_text > p {
        font-size: 14px;
        line-height: 24px;
        color: #565656;
    }

        .fb_text > p > span {
            padding-right: 20px;
        }

        .fb_text > p.flowTotal {
            padding-left: 24px;
            position: relative;
        }

            .fb_text > p.flowTotal > img {
                width: 14px;
                height: 14px;
                position: absolute;
                left: 0;
                top: 5px;
            }

.fb_right {
    width: 280px;
    height: 100px;
    float: right;
    padding-right: 116px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #565656;
    text-align: right;
    padding-top: 14px;
}

    .fb_right > img {
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 100px;
    }
/*****************å­¦ä¹ ä¸­å¿ƒ********************/
.top2 {
    height: 120px;
    width: 100%;
    min-width: 1200px;
    border-bottom: 10px #C5ABD3 solid;
}

.top2Box {
    width: 1200px;
    margin: 0 auto;
}

.top2BoxLogo {
    width: 546px;
    float: left;
    padding-top: 38px;
}

    .top2BoxLogo > img {
        width: 546px;
        height: 52px;
    }

.top2BoxRight {
    width: 600px;
    padding-top: 36px;
    float: right;
    text-align: right;
}

a.t2br_operate {
    display: inline-block;
    padding: 0 16px 0 56px;
    font-size: 16px;
    float: right;
    line-height: 56px;
    height: 56px;
    border-radius: 8px;
    white-space: nowrap;
    color: #611987;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 16px center;
}

a.top2BoxMyExam {
    background-image: url("../images/myExamIco.png")
}

a.top2BoxMyCourse {
    background-image: url("../images/myCourseIco.png")
}

a.top2BoxMyExit {
    background-image: url("../images/exitSys2Ico.png")
}

a.top2BoxGoIndex {
    background-image: url("../images/gobackIco.png")
}

a.t2br_operate:hover {
    background-color: #ecd1fb;
}

.top2BoxMyInfo {
    display: inline-block;
    margin-left: 20px;
    height: 56px;
    border-radius: 8px;
    float: right;
    position: relative;
}

    .top2BoxMyInfo a.top2BoxMyInfoName {
        display: block;
        height: 56px;
        line-height: 56px;
        padding: 0 16px 2px 56px;
        font-size: 16px;
        white-space: nowrap;
        color: #611987;
        font-weight: bold;
        background: url("../images/myInfoIco.png") no-repeat 16px center;
        max-width: 240px;
        min-width: 130px;
        text-align: left;
        border-radius: 8px;
    }

    .top2BoxMyInfo:hover a.top2BoxMyInfoName {
        background-color: #ecd1fb;
        border-radius: 8px 8px 0 0;
    }

.top2BoxMyInfoDetails {
    position: absolute;
    right: 0;
    top: 54px;
    z-index: 9;
    border-radius: 8px 0 8px 8px;
    background: #ecd1fb;
    width: 300px;
    padding: 16px;
    display: none;
}

    .top2BoxMyInfoDetails .lbMainUserBox {
        border: 0;
        height: 66px;
    }

.t2bmidOperate {
    width: 100%;
    text-align: left;
    padding-left: 78px;
}

    .t2bmidOperate > a {
        display: inline-block;
        line-height: 18px;
        font-size: 14px;
        font-weight: bold;
        padding-right: 12px;
    }

.top2BoxMyInfo:hover .top2BoxMyInfoDetails {
    display: block;
}

.main3 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 12px;
}

.myCourse {
    width: 100%;
    border: 1px #e8e8e8 solid;
}

.mcTop {
    width: 100%;
    background: #ededed;
    padding: 0 16px;
}

.myCourseTitle {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    font-size: 20px;
    border-bottom: 1px #d1d1d1 solid;
}

.myCourseMain {
    padding-top: 20px;
    overflow: hidden;
}

    .myCourseMain > a {
        display: inline-block;
        height: 36px;
        white-space: nowrap;
        line-height: 34px;
        background: #fff;
        border: 1px #e8e8e8 solid;
        font-size: 16px;
        border-radius: 100px;
        padding: 0 16px;
        margin: 0 20px 20px 0;
        float: left
    }

        .myCourseMain > a:hover {
            background: #ecd1fb;
        }

        .myCourseMain > a.myCourseMainSel, .myCourseMain > a.myCourseMainSel:hover {
            background: #611987;
            color: #fff;
            border-color: #611987;
        }

.mcList {
    width: 100%;
    padding: 20px;
}

    .mcList .hbxyTable {
    }

.layui-form-select dl dd.layui-this {
    background-color: #611987
}

.examState {
    overflow: hidden;
    border-radius: 8px;
}

    .examState > a {
        display: block;
        float: left;
        width: 100px;
        height: 38px;
        background: #d1d1d1;
        color: #565656;
        text-align: center;
        line-height: 38px;
        font-size: 14px;
        border-right: 1px #e8e8e8 solid;
    }

        .examState > a:last-child {
            border: 0
        }

        .examState > a:hover {
            color: #611987;
            background: #ecd1fb;
        }

        .examState > a.examStateSel {
            background: #611987;
            color: #fff;
        }

.basicInfo {
    width: 100%;
    position: relative;
}

    .basicInfo .layui-form-item {
        width: 100%;
    }

    .basicInfo .layui-input-block {
        margin-left: 160px;
    }

    .basicInfo .layui-form-label {
        width: 160px;
        text-align: right;
    }

.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed > i {
    color: #611987
}

.jiangeLine {
    width: 100%;
    border-bottom: 1px #d1d1d1 solid;
    height: 11px;
    margin-bottom: 21px;
}

.basicInfoSubmit {
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

    .basicInfoSubmit > button.loginBtn {
        width: 400px;
        height: 48px;
    }

.basicInfo .layui-form-checked[lay-skin=primary] i {
    border-color: #611987;
    background-color: #611987
}

.basicInfo .layui-form-checked[lay-skin=primary] i, .basicInfo .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #611987 !important;
}

.uploadHead {
    width: 140px;
    height: 190px;
    position: absolute;
    right: 88px;
    top: 67px;
    overflow: hidden;
    cursor: pointer
}

    .uploadHead .uploadHeadImg {
        display: block;
        width: 140px;
        height: 140px;
        border-radius: 140px;
        overflow: hidden;
    }

        .uploadHead .uploadHeadImg > img {
            width: 100%;
            height: 100%;
        }

    .uploadHead > span {
        display: block;
        line-height: 50px;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .uploadHead input.uploadHeadBtn {
        position: absolute;
        left: 0;
        top: 0;
        width: 140px;
        height: 190px;
        opacity: 0;
        cursor: pointer
    }
/*ç›´æ’­è¯¾å ‚*/
.liveClassBox {
    width: 100%;
    padding-right: 20px;
}

a.lcbBox {
    display: block;
    width: 100%;
    height: 180px;
    padding: 20px 20px 20px 160px;
    position: relative;
    border-bottom: 1px #e8e8e8 solid;
    text-align: left;
}

    a.lcbBox span.lcbBox_pic {
        width: 140px;
        height: 140px;
        display: block;
        position: absolute;
        left: 0;
        top: 20px;
        display: block;
    }

        a.lcbBox span.lcbBox_pic > img {
            width: 100%;
            height: 100%;
            border: 0
        }

    a.lcbBox span.lcbBox_title {
        width: 100%;
        height: 72px;
        overflow: hidden;
        line-height: 36px;
        font-size: 18px;
        margin-bottom: 20px;
        display: block;
        font-weight: bold;
    }

    a.lcbBox p.lcbBoxInfo {
        height: 32px;
        overflow: hidden;
        width: 100%;
    }

        a.lcbBox p.lcbBoxInfo > span {
            width: 49%;
            line-height: 32px;
            float: left;
            font-size: 14px;
            color: #611987;
            overflow: hidden;
            height: 32px;
            display: block;
        }

.top3 {
    width: 100%;
    min-width: 1200px;
    border-bottom: 16px #C5ABD3 solid;
}

.top3Box {
    width: 1200px;
    margin: 0 auto;
    height: 140px;
    padding-top: 48px;
}

    .top3Box .logo {
        width: 546px;
        height: 52px;
        float: left;
    }

.topBoxSelect {
    width: 380px;
    height: 52px;
    border: 1px #611987 solid;
    border-radius: 8px;
    float: right;
    position: relative;
}

    .topBoxSelect .layui-input-block {
        margin-left: 0;
    }

    .topBoxSelect .layui-input {
        height: 50px;
        border: 0;
        background: none;
        color: #611987;
        font-size: 16px;
    }

    .topBoxSelect .layui-form-select .layui-edge {
        border-top-color: #611987;
    }

.tvvbmInfo span.tvvbmInfo_startTime {
    width: 355px;
    height: 60px;
    line-height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 35px;
    color: #611987;
    font-size: 20px;
    background: url("../images/startTimeIco.png") no-repeat left center;
}

.videoChat {
    width: 100%;
    height: 516px;
    background: #382946;
    position: relative;
    padding-left: 918px;
}

    .videoChat .vc_video {
        width: 918px;
        height: 516px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .videoChat .prism-player {
        background-color: #382946;
    }

.chatBox {
    width: 100%;
    height: 516px;
}

.cbTitle {
    width: 100%;
    height: 40px;
    padding-left: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    background: url("../images/chatBoxTitle.png") no-repeat 16px center #89598D;
}

.cbMain {
    width: 100%;
    height: 476px;
    padding: 16px 10px;
    overflow-y: auto;

}

.cbMain_refresh {
    height: 40px;
    width: 282px;
}

    .cbMain_refresh > a {
        display: block;
        height: 24px;
        border-radius: 100px;
        width: 120px;
        font-size: 12px;
        color: #fff;
        padding-left: 30px;
        background: url("../images/refresh.png") no-repeat 10px center #78387d;
        margin: 0 auto;
        line-height: 24px;
    }

        .cbMain_refresh > a:hover {
            background-color: #631e69
        }

.videoChat ::-webkit-scrollbar {
    width: 8px;
    height: 1px;
}

.videoChat ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #89598D;
    border-radius: 10px;
}

.videoChat ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #C5ABD3;
}

.cbmBox {
    width: 100%;


}

.cbmBoxItem {
    width: 100%;
    padding-bottom: 20px;
}

.cbmBoxItem_title {
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #a8a8a8;
    margin-bottom: 3px;
}

.cbmBoxItem_main {
    width: 100%;
    color: #fff;
    background: #89598D;
    line-height: 22px;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 6px;
    position: relative;
    min-height: 38px;
    word-break: break-all;
}

    .cbmBoxItem_main span.triangle {
        display: block;
        width: 8px;
        height: 17px;
        background: url("../images/leftTriangle.png") no-repeat center center;
        position: absolute;
        left: -7px;
        top: 11px;
    }

.myChatBox span.triangle {
    background: url("../images/rightTriangle.png") no-repeat center center;
    left: inherit;
    right: -7px;
    top: 11px;
}

.myChatBox .cbmBoxItem_title {
    text-align: right;
}

.commentBox {
    height: 68px;
    padding-top: 16px;
    width: 918px;
    padding-right: 140px;
    position: relative;
}

    .commentBox > a {
        width: 120px;
        height: 36px;
        background: #611987;
        color: #fff;
        border-radius: 8px;
        text-align: center;
        line-height: 36px;
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 16px;
    }

        .commentBox > a:hover {
            opacity: 0.7;
        }

    .commentBox input {
        width: 100%;
        border: 1px #d1d1d1 solid;
        border-radius: 8px;
        background: #fff;
        padding: 0 16px;
        height: 36px;
    }

.videoInfoTab {
    width: 100%;
    min-width: 1200px;
    padding-top: 20px;
}

.vitTitle {
    width: 1200px;
    margin: 0 auto;
    padding-left: 16px;
    height: 52px;
    background: url("../images/xiahuaxian.png") repeat-x left bottom;
}

    .vitTitle > a {
        display: inline-block;
        margin-right: 50px;
        height: 52px;
        border-bottom: #e8e8e8 solid 2px;
        font-size: 18px;
        line-height: 50px;
        font-weight: bold;
    }

        .vitTitle > a.vitTitle_sel {
            color: #611987;
            border-bottom-color: #611987;
        }

/*ç›´æ’­è¯¾å ‚ç›´æ’­ç•Œé¢tabåˆ‡æ¢å†…å®¹æ ·å¼*/
.contentValidity {
    width: 100%;
}

.cvNormal {
    width: 100%;
    max-width: 1000px;
    background: url("../images/neirongjianjiaBg1.jpg") no-repeat center top #611987;

    background-size: 100%;
    margin: 20px auto;
}

.cvOther {
    width: 100%;
    margin: 20px auto;
    text-align: center
}

    .cvOther > img {
        width: 100%;
    }

.cvLogo {
    padding: 54px 0 40px 40px;
}

.cvTitle {
    font-size: 28px;
    font-weight: bold;
    line-height: 42px;
    padding: 0 40px 40px 40px;
    color: #fff;
}

.cvMain {
    padding: 20px 40px;
}

.cvBox {
    width: 100%;
    border-radius: 15px;
    background: #f3e0fd;
    padding: 0 30px;
    margin-bottom: 40px;
}

.cvBoxTitle {
    line-height: 60px;
    background: url("../images/jianbianjiange.png") no-repeat center center;
    background-size: 100%;
    text-align: center;
    padding-top: 15px;
}

    .cvBoxTitle > span {
        display: inline-block;
        background: #f3e0fd;
        padding: 0 20px;
        color: #611987;
        font-size: 30px;
        font-weight: bold;
    }

.expertIntroduce {
    width: 100%;
    padding: 0px 0px 30px 190px;
    position: relative;
    min-height: 200px;
}

.eiHead {
    width: 160px;
    height: 160px;
    border: 5px #bf90d7 solid;
    border-radius: 300px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

    .eiHead > img {
        width: 100%;
        height: 100%;
    }

.eiName {
    line-height: 42px;
    white-space: nowrap;
    overflow: hidden;
    height: 42px;
    font-size: 20px;
}

    .eiName > span {
        font-size: 24px;
        padding-right: 24px;
    }

.eiInfo {
    font-size: 20px;
    line-height: 40px;
    padding-left: 26px;
    position: relative;
}

    .eiInfo > span {
        display: block;
        height: 40px;
        text-align: left;
        width: 26px;
        position: absolute;
        left: 0;
        top: 0;
    }

.cvBoxInfo {
    color: #611987;
    text-align: center;
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}

.cvBoxTable {
    width: 100%;
}

.cvBoxTable {
    border-left: #a061c1 1px solid;
    border-top: #a061c1 1px solid;
}

    .cvBoxTable table tr th, .cvBoxTable table tr td {
        border-right: #a061c1 1px solid;
        border-bottom: #a061c1 1px solid;
        font-size: 20px;
        text-align: center;
        padding: 10px;
        line-height: 36px;
    }

    .cvBoxTable table tr th {
        background: #a061c1;
        padding: 10px 5px;
        color: #fff;
    }

.cvCode {
    width: 100%;
    height: 400px;
    background: #611987;
    background-size: 100%;
}

p.cvCodeErweima {
    width: 240px;
    height: 240px;
    border: 10px #fff solid;
    text-align: center;
    margin: 0 auto
}

    p.cvCodeErweima > img {
        width: 100%;
        height: 100%;
    }

p.cvCodeText {
    line-height: 100px;
    font-size: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.video_copy {
    width: 100%;
    min-width: 600px;
    line-height: 30px;
    text-align: center;
    background: #ddd;
    padding: 20px 0
}

.courseList {
    width: 100%;
    max-width: 1200px;
    background: #F0F0F0;
    margin: 32px auto;
    padding: 40px;
    border-radius: 15px;
}

a.clBox {
    display: block;
    height: 66px;
    margin-bottom: 30px;
    width: 100%;
    padding: 0 20px 0 128px;
    position: relative;
    background: #d1d1d1
}

    a.clBox > span.clBoxNum {
        width: 128px;
        height: 66px;
        display: block;
        background: url("../images/courseListIco2.png") no-repeat left center #f0f0f0;
        color: #fff;
        font-size: 36px;
        text-align: center;
        line-height: 66px;
        position: absolute;
        left: 0;
        top: 0;
    }

    a.clBox > span.clBoxText {
        height: 66px;
        line-height: 66px;
        display: block;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 20px 0 20px;
        border-left: 8px #999 solid;
    }

    a.clBox > span.clBoxTime {
        display: block;
        height: 66px;
        text-align: right;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 66px;
        padding-right: 20px;
    }

a.clBoxSel > span.clBoxNum {
    background: url("../images/courseListIco1.png") no-repeat left center #f0f0f0;
}

a.clBoxSel > span.clBoxText {
    border-left-color: #611987;
    color: #611987;
}

.teachersIntroduce {
    width: 1100px;
    margin: 20px auto;
}

    .teachersIntroduce .tsbdInfo {
        width: 730px;
    }
body .layui-layer-btn .layui-layer-btn0 {
    border-color: #611987;
    background-color: #611987;
    color: #fff;
}