body, html {
    font-size: 14px;
}

#form1 {
    display: grid;
}

a,
a:hover {
    text-decoration: none !important;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.warpper {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#divValidateMsg {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    color: red;
    padding-top: 3px;
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-center {
    text-align: center;
}

.input,
.select {
    border: 1px solid #b4b4b4;
    background-color: #F3F3F3;
    border-radius: 5px;
    padding: 2px 5px;
    height: 40px;
}

.select {
    height: 35px;
}

.check {
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #0b6145;
    background-color: #fff;
    vertical-align: text-top;
    cursor: pointer;
    margin-right: 10px;
}

    .check.checked {
        background-color: #6aae35;
    }

.headr {
    background-color: #fff;
    height: 100px;
    width: 100%;
    box-shadow: 0 0 10px #ccc;
}

.line {
    display: inline-block;
    width: 4px;
    height: 18px;
    background-image: url(../img/icon_line.jpg);
    vertical-align: middle;
}

.icon_disc {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon.gif);
    vertical-align: middle;
}

.top_nav {
    overflow: hidden;
    line-height: 34px;
    color: #fff;
}

.login_wrap {
    overflow: initial !important;
}

.btn {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

input.btn {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border: 0 none;
}

.red-text {
    color: #E60012;
}

.green-btn {
    background-color: #6fba2c;
}

.yellow-btn {
    background-color: #ff9966 !important;
    color: #fff !important;
}

.gray-btn {
    background-color: #F0F0F0;
    color: #333;
}

.red-btn {
    background-color: #E60012;
}

input.gray-btn {
    background-color: #F0F0F0;
    color: #333;
}

.yellow-text {
    color: #ff9966;
}

.green-text {
    color: #6fba2c;
}

.btn_style {
    display: block;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.sign_up {
    display: inline-block;
    width: 52px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
}

.green {
    background-color: #8FC320;
    font-size: 14px;
    color: #fff;
}

.blue {
    background-color: #035899;
    font-size: 14px;
    color: #fff;
}

.top_nav .menu a {
    color: #fff;
    padding: 0 15px;
}

.footer .links {
    background-color: #333333;
    color: #fff;
    font-size: 16px;
}

    .footer .links .warpper {
        padding: 10px 0 10px 80px;
        word-wrap: break-word;
        word-break: normal;
    }

        .footer .links .warpper label {
            margin-left: -80px;
        }

    .footer .links a {
        color: #fff;
        display: inline-block;
        margin: 10px 20px 10px 0;
    }

.footer .menu {
    background-color: #252525;
}

.footer .menu-nav {
    padding: 50px 0;
    color: #fff;
    position: relative;
}

    .footer .menu-nav a {
        color: #fff;
    }

    .footer .menu-nav dl {
        float: left;
        margin-right: 77px;
    }

        .footer .menu-nav dl dt {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        .footer .menu-nav dl dd {
            margin-bottom: 18px;
        }

            .footer .menu-nav dl dd.big-text {
                font-size: 18px;
            }

                .footer .menu-nav dl dd.big-text span {
                    font-size: 12px;
                    margin-left: 10px;
                }

.menu-nav .QR-code {
    position: absolute;
    right: 0;
    top: 60px;
    text-align: center;
}

    .menu-nav .QR-code img {
        display: block;
        margin-bottom: 10px;
    }

.footer .copyright {
    text-align: center;
    background-color: #1a1a1a;
    height: 70px;
    line-height: 70px;
    color: #fff;
}

    .footer .copyright a {
        color: #fff;
        margin-left: 20px;
    }

.footer .footer_intro {
    overflow: hidden;
}

    .footer .footer_intro dl {
        float: left;
        color: #9ABCD7;
        padding: 0 30px;
        height: 110px;
        font-size: 14px;
    }

        .footer .footer_intro dl.right_line {
            border-right: 1px solid #9ABCD7;
        }

        .footer .footer_intro dl dd a {
            color: #9ABCD7;
        }

        .footer .footer_intro dl dt {
            font-size: 14px;
            text-align: center;
            margin-bottom: 20px;
        }

        .footer .footer_intro dl dd.tel {
            font-size: 20px;
            font-weight: bold;
        }

        .footer .footer_intro dl dd {
            text-align: center;
            margin: 10px auto;
        }

.footer .footer_code img {
    margin-bottom: 5px;
}

.footer .footer_code {
    text-align: center;
    color: #F2F6F7;
    font-size: 12px;
}

.top_intro {
    overflow: hidden;
}

    .top_intro .logo {
        width: 410px;
        height: 64px;
        background-image: url(../img/logo.png);
        text-indent: -9999em;
        font-size: 0;
        margin-top: 16px;
    }

    .top_intro .login_right {
        font-size: 0;
        color: #025798;
        margin-top: 42px;
    }

        .top_intro .login_right li {
            display: inline-block;
            font-size: 18px;
            font-weight: bold;
            position: relative;
        }

            .top_intro .login_right li::after {
                content: '';
                position: absolute;
                width: 100%;
                height: 2px;
                bottom: -15px;
            }

            .top_intro .login_right li.cur::after,
            .top_intro .login_right li:hover::after {
                left: 0;
                bottom: -10px;
                background-color: #0b6145;
                transition: all .2s;
            }

        .top_intro .login_right a {
            padding: 8px 0;
            margin: 0 25px;
            font-size: 16px;
            color: #3B3633;
        }

            .top_intro .login_right a.btn {
                padding: 0px 10px;
                color: #fff;
                margin: 0 5px;
            }

            .top_intro .login_right a.cur {
                border-bottom: 1px solid #045799;
            }

.user-login {
    margin-top: -4px;
    font-size: 16px;
}

.top_intro .out_login i.user {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../img/icon02.gif);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: text-bottom;
    margin-right: 12px;
}

.banner {
    width: 100%;
    height: 380px;
    position: relative;
}

    .banner .warpper {
        position: relative;
        height: 380px;
    }

.banner-content {
    position: absolute;
    height: 380px;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
}

    .banner-content ul {
        height: 460px;
        position: relative;
    }

.login-content {
    position: absolute;
    top: 36px;
    right: 10px;
    width: 319px;
    height: 311px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .login-content h3 {
        height: 42px;
        line-height: 42px;
        font-size: 0;
        text-align: center;
        border-bottom: 1px solid #eef3f3;
    }

        .login-content h3 a {
            display: inline-block;
            font-size: 14px;
            padding: 0 20px;
            color: #484848;
            font-weight: bold;
        }

            .login-content h3 a.cur,
            .login-content h3 a:hover {
                color: #FF9966;
            }

    .login-content ul {
        margin: 0 20px;
        padding-top: 10px;
        font-size: 0;
    }

        .login-content ul li {
            margin: 5px 0;
            font-size: 12px;
        }

            .login-content ul li input.text-input {
                height: 35px;
                width: 265px;
                border: 1px solid #efefef;
                padding: 3px 5px;
                border-radius: 3px;
                vertical-align: middle;
            }

            .login-content ul li img {
                vertical-align: middle;
                width: 80px;
                height: 33px;
            }

D

.login-content ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.imgCode {
    width: 145px !important;
}

.login-content ul li i.check {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #efefef;
    vertical-align: middle;
    margin-right: 5px;
}

.login-content ul li a.right {
    display: inline-block;
    color: #00afec;
}

.login-content ul li .login-btn {
    width: 40%;
    color: #fff;
    margin: 0 5px;
}

.login-content ul li .register-btn {
    width: 40%;
    color: #fff;
    margin: 0 5px;
}

.tips {
    position: absolute;
    bottom: 30px;
    left: 119px;
    width: 164px;
    height: 34px;
    background-image: url(../img/tips.png);
    z-index: 3;
    font-size: 12px;
    line-height: 25px;
    text-indent: 15px;
}

.wechat-login {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/wechat.png);
}

.hot-tips {
    height: 62px;
    box-shadow: 0 0 10px #ccc;
}

.hot-warpper {
    line-height: 62px;
    font-size: 16px;
}

    .hot-warpper a {
        color: #333;
    }

        .hot-warpper a span {
            margin-left: 65px;
        }

.course-content {
    margin: 50px 0;
}

    .course-content .title,
    .textbook-warpper .title {
        text-align: center;
        font-size: 24px;
        background-image: url(../img/title.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .course-content .menu{
        background-color: #fff;
    }

    .course-content .menu ul {
        font-size: 0;
    }
        .course-content .menu ul.product {
            border-bottom: 3px solid #035899;
        }
        .course-content .menu ul li {
            display: inline-block;
            font-size: 16px;
            padding: 10px 12px;
            color: #6b6b6b;
            position: relative;
            cursor: pointer;
        }

        .course-content .menu ul.product_one,
        .course-content .menu ul.product_two,
        .course-content .menu ul.product_three {
            display: none;
            background-size: 14px 14px;
            background-image: linear-gradient(to right,#f6f6f6 1px,transparent 1px),linear-gradient(to bottom,#f6f6f6 1px,transparent 1px);
            padding: 4px 8px;
            border-left: 1px solid rgba(3, 88, 153, 1);
            border-right: 1px solid rgba(3, 88, 153, 1);
            border-bottom: 1px solid rgba(3, 88, 153, 1);
            text-align: center;
        }

            .course-content .menu ul.product_one li,
            .course-content .menu ul.product_two li,
            .course-content .menu ul.product_three li {
                font-size: 14px;
                padding: 6px 8px;
                margin: 2px 12px 2px 0;
                border-radius: 3px;
                transition: all .2s ease-in;
            }

        .course-content .menu ul.product li {
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
        }

            .course-content .menu ul li a {
                color: #6b6b6b;
            }

        .course-content .menu ul li.cur{
            color: #fff;
            background-color: #035899;
        }
        .course-content .menu ul.product_one li.cur,
        .course-content .menu ul.product_one li:hover,
        .course-content .menu ul.product_two li.cur,
        .course-content .menu ul.product_two li:hover,
        .course-content .menu ul.product_three li.cur,
        .course-content .menu ul.product_three li:hover {
            color: #fff;
            background-color: rgba(3, 88, 153, 1);
        }

                .course-content .menu ul li.cur a {
                    color: #fff;
                }

                .course-content .menu ul li.cur::after,
                .course-content .menu ul li:hover::after {
                    left: 0;
                    bottom: -10px;
                    background-color: #0b6145;
                    transition: all .2s;
                }

.course-list {
    padding: 20px 0;
}

.home-course {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.course-list dl {
    display: inline-block;
    width: 290px;
    background-color: #fff;
    margin: 5px 4px;
    cursor: pointer;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: all .2s;
}

    .course-list dl:hover {
        transform: translateY(-1px);
    }

        .course-list dl:hover p {
            opacity: 1;
        }

    .course-list dl dt {
        height: 120px;
        overflow: hidden;
        position: relative;
    }

        .course-list dl dt img {
            display: block;
            width: 100%;
            height: 100%;
        }

        .course-list dl dt p {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            text-align: center;
            opacity: 0;
            color: #fff;
            font-size: 30px;
        }

            .course-list dl dt p span {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-color: #000;
                opacity: .5;
            }

            .course-list dl dt p em {
                text-align: center;
                display: block;
                color: #fff;
                position: relative;
                z-index: 1;
                line-height: 120px;
            }

    .course-list dl dd {
        padding: 5px 0;
        line-height: 18px;
        font-size: 15px;
        overflow: hidden;
        height: 43px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.course-more {
    text-align: center;
    margin: 40px 0;
}

    .course-more a {
        display: inline-block;
        padding: 10px 15px;
        border-radius: 8px;
        border: 2px solid #0a6245;
        color: #0a6245;
        background-image: url(../img/more-arrow.gif);
        padding-right: 39px;
        background-repeat: no-repeat;
        background-position: 95% 12px;
        font-size: 15px;
    }

.new-list {
    background-color: #f9fafc;
}

.new-warpper {
    padding-bottom: 30px;
}

.ad-warpper {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.notice .title, .exam .title {
    background-image: url(../img/disc-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 30px;
    font-size: 20px;
    color: #000;
    padding-left: 52px;
}

    .notice .title a, .exam .title a {
        float: right;
        color: #0A6245;
    }

.exam, .notice {
    width: 544px;
}

    .notice ul, .exam table {
        margin-top: 30px;
    }

        .notice ul li {
            line-height: 35px;
            overflow: hidden;
        }

            .notice ul li a {
                color: #6d6d6d;
            }

            .notice ul li span {
                float: right;
            }

    .exam table {
        width: 100%;
    }

        .exam table thead th {
            background-color: #FAFAFA;
            border: 1px solid #eee;
            padding: 8px 0;
            text-align: center;
        }

        .exam table tbody td {
            background-color: #fff;
            border: 1px solid #eee;
            padding: 8px 0;
            text-align: center;
            color: #808080;
        }

.textbook-warpper {
    margin: 50px auto;
}

.textbooK-list {
    margin: 25px 0;
    display: flex;
    justify-content: start;
}

    .textbooK-list dl {
        display: inline-block;
        width: 278px;
        border-radius: 6px;
        background-color: #fff;
        box-shadow: 0 0 3px #ccc;
        margin: 0 10px;
        overflow: hidden;
    }

        .textbooK-list dl:hover {
            box-shadow: 0 0 10px #ccc;
            transform: translateY(-5px);
            transition: all .2s;
        }

        .textbooK-list dl dt {
            overflow: hidden;
        }

            .textbooK-list dl dt img {
                width: 100%;
            }

        .textbooK-list dl dd {
            line-height: 60px;
            text-indent: 12px;
            font-size: 16px;
        }

            .textbooK-list dl dd a {
                float: right;
                margin-right: 10px;
                color: #0a6245;
            }

.smaill-nav {
    margin: 30px 0px;
    font-size: 16px;
}

    .smaill-nav a {
        color: #0B6145;
    }

.filter {
    padding: 20px 20px;
    margin: 0 20px;
    border-radius: 3px;
    box-shadow: 0 0 3px #ccc;
    font-size: 16px;
    color: #333;
}

    .filter label {
        margin-right: 3px;
    }

    .filter a {
        color: #333;
        margin: 0 1px;
        padding: 5px 6px;
        border-radius: 2px;
    }

        .filter a:hover,
        .filter a.cur {
            background-color: #0a6245;
            color: #fff;
            transition: all .5s;
        }

.course-page {
    margin: 22px 20px;
    flex-wrap: wrap;
}

    .course-page dl {
        display: inline-block;
        width: 270px;
        margin: 10px;
        padding: 0;
    }

        .course-page dl:hover {
            box-shadow: 0 0 10px #ccc;
            transform: translateY(-5px);
            transition: all .5s;
        }

            .course-page dl:hover dd.study {
                background-color: #6ABC30;
                color: #0A6245;
                transition: all .5s;
            }

        .course-page dl dt {
            width: 100%;
            height: 130px;
        }

            .course-page dl dt img {
                width: 100%;
            }

        .course-page dl dd {
            text-indent: 0;
            padding: 10px 0;
            height: 60px;
            font-size: 12px;
            line-height: 25px;
        }

            .course-page dl dd.title {
                padding: 30px 0;
                overflow: hidden;
                overflow-wrap: break-word;
                text-overflow: ellipsis;
                white-space: nowrap;
                text-indent: 12px;
                font-size: 14px;
                font-weight: bold;
            }

            .course-page dl dd.info {
                line-height: 25px;
                margin: 10px 0;
                font-size: 12px;
                color: #505050;
                font-size: 12px;
            }

            .course-page dl dd.study {
                height: 45px;
                text-align: center;
                border-top: 1px solid #e4e4e4;
                line-height: 45px;
                cursor: pointer;
                color: #0a6245;
                position: relative;
            }

                .course-page dl dd.study a {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    color: #0A6245;
                }

.left-nav {
    margin-left: 20px;
    margin-bottom: 30px;
    width: 180px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 3px;
}

    .left-nav .user-img {
        width: 111px;
        height: 111px;
        display: block;
        margin: 35px auto;
        border-radius: 100%;
        overflow: hidden;
    }

        .left-nav .user-img img {
            width: 140px;
        }

    .left-nav ul li {
        height: 68px;
        line-height: 68px;
        text-align: center;
        font-size: 16px;
        border-bottom: 1px solid #F1F1F1;
        position: relative;
        border-left: 4px solid #fff;
    }

        .left-nav ul li:hover,
        .left-nav ul li.cur {
            border-left: 4px solid #0a6245;
            transition: all .5s;
            background-color: #F7F7F7;
        }

            .left-nav ul li:hover a,
            .left-nav ul li.cur a {
                color: #0a6245;
            }

        .left-nav ul li a {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

        .left-nav ul li a {
            color: #333;
        }

.box-info {
    margin: 30px 20px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 3px;
    padding: 30px;
    position: relative;
}


.table {
    margin: 70px 60px;
    position: relative;
}

.file-upload {
    margin: 15px;
    position: relative;
}

.table .item-line {
    margin: 20px 0;
    overflow: hidden;
}

.file-upload .item-line {
    margin: 50px 0;
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
    width: 8px;
}

.table .input,
.table .select {
    width: 300px;
    height: 42px;
    vertical-align: baseline;
}

.table .long_input {
    width: 779px;
}

.table select {
    vertical-align: middle;
}

.table label {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 14px;
}

.table .item-block {
    width: 100%;
    font-size: 0;
}

    .table .item-block .item-span {
        font-size: 14px;
        display: inline-block;
        width: 33%;
        text-align: left;
    }

.table .item {
    display: inline-block;
    vertical-align: top;
}

.error-tips {
    color: #6FADF7;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: 175px;
}

.warn-tips {
    color: #6FADF7;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.user-info-box {
    width: 80%;
    margin: 40px 0;
    margin-left: 50px;
}

    .user-info-box label {
        width: 112px;
        font-size: 16px;
    }

        .user-info-box label span {
            font-size: 18px;
            font-weight: bolder;
        }

    .user-info-box input {
        width: 280px;
        margin-left: 0;
    }

    .user-info-box select {
        width: 292px;
    }

#UpdatePanel1 {
    display: inline-block;
}

.table .user-photo {
    position: absolute;
    top: -12px;
    right: 73px;
}

.img-pic {
    width: 186px;
    text-align: center;
}

    .img-pic .img {
        margin: 0 auto;
        border: 1px solid #C3C3C3;
        border-radius: 6px;
        background-image: url(../img/imgBG.png);
        background-repeat: no-repeat;
        background-color: #F0F0F0;
        color: #646464;
        font-size: 16px;
    }

    .img-pic .btn-list {
        text-align: center;
        font-size: 0;
        margin-top: 10px;
    }

        .img-pic .btn-list a {
            display: inline-block;
            font-size: 14px;
            border-radius: 3px;
            width: 40%;
            margin: 0 5px;
            height: 30px;
            line-height: 30px;
            border: 1px solid #C3C3C3;
            background-color: #F0F0F0;
            color: #000;
        }

    .img-pic .img.big {
        background-position: center 54px;
        height: 184px;
        width: 140px;
        line-height: 233px;
        overflow: hidden;
    }

    .img-pic .img.smail {
        background-position: center 37px;
        height: 140px;
        width: 140px;
        line-height: 190px;
        overflow: hidden;
    }

.img-list .img-pic {
    margin: 0 16px;
}

.btn-list {
    text-align: center;
    margin: 50px 0;
}

    .btn-list a {
        display: inline-block;
        width: 200px;
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        margin: 0 25px;
    }

        .btn-list a.green-btn {
            border: 1px solid #3C816A;
        }

        .btn-list a.gray-btn {
            border: 1px solid #CFCFCF;
        }

.result-info {
    margin: 50px 0;
    position: relative;
}

    .result-info .item-line,
    .pay-table-info .item-line {
        overflow: hidden;
        font-size: 20px;
        padding: 10px 0;
        border-bottom: 1px solid #fff;
    }

        .result-info .item-line:nth-child(odd),
        .pay-table-info .item-line:nth-child(odd) {
            background-color: #ECECEC;
        }

        .result-info .item-line:nth-child(even),
        .pay-table-info .item-line:nth-child(even) {
            background-color: #F3F3F3;
        }

        .result-info .item-line .item {
            display: inline-block;
        }

        .result-info .item-line label {
            display: inline-block;
            padding-left: 15px;
            min-width: 150px;
            text-align: right;
            margin-right: 20px;
        }

        .result-info .item-line .text-span {
            display: inline-block;
            min-width: 260px;
            color: #000;
        }

    .result-info .user-photo {
        width: 150px;
        height: 178px;
        border: 1px solid #C3C3C3;
        border-radius: 6px;
        background-color: #F0F0F0;
        color: #646464;
        position: absolute;
        top: 20px;
        right: 20px;
        overflow: hidden;
    }

        .result-info .user-photo img {
            width: 150px;
            height: 200px;
            display: block;
        }

.pay-table-info .item-line .one-line,
.pay-table-info .item-line .two-line,
.pay-table-info .item-line .three-line {
    display: inline-block;
    padding-left: 25px;
}

.pay-table-info .item-line .one-line {
    width: 50%;
}

.pay-table-info .item-line .two-line {
    width: 15%;
}

.pay-table-info .item-line .three-line {
    width: 30%;
}

.pay-info {
    text-align: center;
    margin: 80px 0;
}

    .pay-info h5 {
        font-size: 30px;
        margin: 30px 0;
    }

    .pay-info img {
        display: block;
        width: 200px;
        height: 200px;
        margin: 0 auto;
        padding: 10px;
        border: 1px solid #ccc;
    }

    .pay-info .info {
        font-size: 18px;
        margin: 25px 0;
    }

        .pay-info .info span {
            color: #E60012;
        }

    .pay-info .time {
        color: #0A6245;
    }

    .pay-info .reset-icon {
        background-image: url(../img/reset-icon.jpg);
        display: block;
        margin: 20px auto;
        width: 34px;
        height: 34px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

.right-content {
    width: 950px;
    margin-right: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 3px;
    margin-bottom: 100px;
}

    .right-content h4.title {
        padding: 25px 0;
        font-size: 24px;
        border-bottom: 1px solid #F1F1F1;
    }

.new-box, .details_intro {
    margin: 40px 20px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 3px;
    margin-bottom: 100px;
}

    .new-box h4 {
        padding: 25px 0;
        font-size: 24px;
        border-bottom: 1px solid #F1F1F1;
        text-align: center;
    }

    .new-box ul {
        padding: 40px 20px;
    }

        .new-box ul li {
            margin: 10px 10px;
            padding: 20px 10px;
            overflow: hidden;
            border-bottom: 1px solid #ccc;
        }

            .new-box ul li span {
                float: right;
            }

            .new-box ul li a {
                color: #000;
            }

.new-content {
    line-height: 25px;
    padding: 37px;
    font-size: 14px;
}

    .new-content p {
        text-indent: 2em;
    }

.user-name {
    text-indent: 25px;
}

    .user-name span {
        font-size: 12px;
    }

.user-study-list {
    font-size: 0;
    overflow: hidden;
}

    .user-study-list li {
        width: 50%;
        float: left;
        border-left: 1px solid #F1F1F1;
        margin-left: -1px;
        border-bottom: 1px solid #F1F1F1;
        font-size: 25px;
        padding: 40px 0;
        cursor: pointer;
    }

        .user-study-list li:hover {
            box-shadow: 0 0 5px #ccc;
            transition: all .5s;
            background-color: #F7F7F7;
        }

        .user-study-list li span {
            display: block;
            text-align: center;
            line-height: 25px;
        }

            .user-study-list li span.num {
                font-size: 40px;
                margin-bottom: 20px;
            }

.content-text {
    padding: 20px;
    font-size: 14px;
    line-height: 2.2;
    min-height: 582px;
    position: relative;
    overflow-x: auto;
}

    .content-text h5.title,
    .box-info h5.title {
        border-left: 3px solid #0a6245;
        padding-left: 10px;
        font-size: 20px;
    }

        .content-text h5.title .btn {
            float: right;
            cursor: pointer;
        }

.box-info h5.title {
    color: #0b6145;
}

.content-text h6.title {
    text-align: center;
}

    .content-text h6.title a {
        display: inline-block;
        padding: 0 10px;
    }

.content-text table {
    width: 100%;
    margin: 30px 0;
    position: relative;
}

    .content-text table th {
        border-bottom: 1px solid #EAEAEA;
        border-top: 1px solid #EAEAEA;
        background-color: #F7F7F7;
        padding: 2px 0;
        text-align: center;
    }

    .content-text table tr {
        border: 1px solid #EAEAEA;
    }

.table-content {
    overflow-x: auto;
    white-space: nowrap;
}

.content-text table td {
    text-align: center;
    padding: 5px 4px;
    white-space: nowrap;
    border-bottom: 1px solid #EAEAEA;
}

    .content-text table td input {
        vertical-align: top;
    }

.content-text table tr:hover td {
    background-color: #FCFCFC;
    transition: all .5s;
}

.content-text table td a {
    line-height: 30px;
    padding: 0 10px;
}

.content-text p {
    margin: 20px 0;
}

.change-pwd {
    width: 500px;
    margin: 50px auto;
}

    .change-pwd li {
        margin: 10px 0;
    }

        .change-pwd li label {
            display: inline-block;
            width: 150px;
            text-align: right;
            font-size: 18px;
        }

        .change-pwd li input {
            width: 250px;
        }

.change-btn {
    display: block !important;
    width: 250px;
    height: 45px;
    line-height: 45px;
    margin: 10px auto;
}

.pay-success {
    text-align: center;
    margin: 100px 0;
}

    .pay-success .info {
        vertical-align: middle;
        font-size: 30px;
    }

        .pay-success .info img {
            vertical-align: middle;
            margin-right: 15px;
        }

    .pay-success .price {
        font-size: 20px;
        margin: 15px 0;
    }

        .pay-success .price span {
            color: #E60012;
        }

    .pay-success .pry-tips {
        font-size: 24px;
        color: #eb6100;
        margin: 20px 0;
        padding: 0 124px;
    }

.pagelist {
    margin: 20px 0;
    font-size: 14px;
    color: #666;
    text-align: center;
}

    .pagelist span {
        margin-left: -1px;
    }

    .pagelist input {
        border: 0 none;
        border-bottom: 1px solid #ccc;
        width: 80px;
        text-align: center;
    }

.login_box {
    margin: 100px 20px;
    height: 600px;
    box-shadow: 0 0 5px #ccc;
}

.login_form_box {
    width: 460px;
    position: relative;
}

    .login_form_box #divValidateMsg {
        top: 0;
        background-color: yellow;
        padding: 10px 0;
    }

.login_from {
    width: 330px;
    margin: 100px auto;
    display: block;
}

    .login_from header {
        font-size: 0;
        text-align: center;
        margin-bottom: 30px;
        border-bottom: 2px solid #035899;
        margin-top: -60px;
    }

        .login_from header a {
            color: #035899;
            font-size: 16px;
            font-weight: bold;
            display: inline-block;
            width: 50%;
            line-height: 35px;
        }

            .login_from header a.cur {
                color: #fff;
                background-color: #035899;
            }

.login_company_from {
    width: 330px;
    margin: 100px auto;
    display: block;
}
    .login_company_from select {
        width: 286px;
        text-indent: 12px;
        height: 30px;
        border: 0 none;
        border-radius: 3px;
        border: 1px solid #ddd;
        background-color: #F5FAFE;
        background-repeat: no-repeat;
        background-position: 12px center;
    }

    .login_box .login_from ul {
        margin-top: 20px;
    }

.login_tab h3 a {
    color: #000;
    padding-right: 15px;
    border-right: 2px solid #6fba2c;
    font-size: 16px;
    font-weight: bold;
}

    .login_tab h3 a:hover,
    .login_tab h3 a.cur {
        color: #FF9966;
    }

#aLoginPhone {
    padding-left: 15px;
    border-right: 0 none;
}

.login_box .login_from ul li {
    width: 299px;
    margin: 15px 0;
    color: #333;
}

.login_form_box h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.login_box .login_from ul li input {
    vertical-align: middle;
}

    .login_box .login_from ul li input.long,
    .login_box .login_from ul li input.short {
        width: 248px;
        padding-left: 38px;
        height: 36px;
        border: 0 none;
        border-radius: 3px;
        border: 1px solid #ddd;
        background-color: #F5FAFE;
        background-repeat: no-repeat;
        background-position: 12px center;
    }

    .login_box .login_from ul li input.short {
        width: 150px;
        text-align: center;
        padding-left: 0;
    }

.login_box .login_from ul li img {
    vertical-align: middle;
    width: 82px;
    height: 38px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

.login_box .login_from ul li input.user {
    background-image: url(../img/username.png);
}

.login_box .login_from ul li input.password {
    background-image: url(../img/password.png);
}

.login_box .login_from ul li input.msgCode {
    background-image: url(../img/msgCode.png);
    background-position: 12px center;
}

.login_box .login_from ul li a.change_code {
    color: #333;
    margin-left: 10px;
}

.login_box .login_from ul li a.forget_password {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.login_box .login_from ul li .btn {
    width: 80%;
    display: block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}

.login_box .login_company_from ul li input {
    vertical-align: middle;
}

.login_box .login_company_from ul li {
    margin: 8px 0;
}

    .login_box .login_company_from ul li input.long,
    .login_box .login_company_from ul li input.short {
        width: 248px;
        padding-left: 38px;
        height: 30px;
        border: 0 none;
        border-radius: 3px;
        border: 1px solid #ddd;
        background-color: #F5FAFE;
        background-repeat: no-repeat;
        background-position: 12px center;
    }

    .login_box .login_company_from ul li input.short {
        width: 150px;
        text-align: center;
        padding-left: 0;
    }

    .login_box .login_company_from ul li img {
        vertical-align: middle;
        width: 82px;
        height: 38px;
        border: 1px solid #DDDDDD;
        border-radius: 3px;
    }

    .login_box .login_company_from ul li input.user {
        background-image: url(../img/username.png);
    }

    .login_box .login_company_from ul li input.password {
        background-image: url(../img/password.png);
    }

    .login_box .login_company_from ul li input.msgCode {
        background-image: url(../img/msgCode.png);
    }

    .login_box .login_company_from ul li input.company {
        background-image: url(../img/company.png);
    }

    .login_box .login_company_from ul li input.address {
        background-image: url(../img/address.png);
    }

    .login_box .login_company_from ul li input.tel {
        background-image: url(../img/tel.png);
    }

    .login_box .login_company_from ul li input.fapiao {
        background-image: url(../img/fapiao.png);
    }

    .login_box .login_company_from ul li input.bank {
        background-image: url(../img/bank.png);
    }

    .login_box .login_company_from ul li input.account {
        background-image: url(../img/username.png);
    }

    .login_box .login_company_from ul li input.number {
        background-image: url(../img/number.png);
    }


    .login_box .login_company_from ul li a.change_code {
        color: #333;
        margin-left: 10px;
    }

    .login_box .login_company_from ul li a.forget_password {
        color: #333;
    }

    .login_box .login_company_from ul li .btn {
        width: 80%;
        display: block;
        height: 40px;
        line-height: 40px;
    }


.exam_classify {
    width: 1300px;
    overflow: hidden;
    margin-top: 30px;
}

    .exam_classify dl {
        float: left;
        width: 351px;
        height: 171px;
        position: relative;
        margin-right: 24px;
    }

.exam_classify2 {
    width: 1300px;
    overflow: hidden;
    margin-top: 30px;
}

    .exam_classify2 dl {
        float: left;
        width: 262px;
        height: 171px;
        position: relative;
        margin-right: 24px;
    }

.exam_01 {
    background-image: url(../img/exam1.png);
}

.exam_02 {
    background-image: url(../img/exam2.png);
}

.exam_03 {
    background-image: url(../img/exam3.png);
}

.exam_04 {
    background-image: url(../img/exam4.png);
}

.exam_05 {
    background-image: url(../img/exam5.png);
}

.exam_06 {
    background-image: url(../img/exam6.png);
}

.exam_07 {
    background-image: url(../img/exam7.png);
}

.exam_classify dl dt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.exam_classify dl dd {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
}

    .exam_classify dl dd a.sign_up {
        margin: 6px;
    }

.exam_classify2 dl dt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.exam_classify2 dl dd {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
}

    .exam_classify2 dl dd a.sign_up {
        margin: 6px;
    }

.last_examination {
    margin: 52px 0;
}

    .last_examination h2, .notice h2, .book_info h2 {
        font-size: 18px;
        color: #025798;
        margin-bottom: 26px;
    }

        .last_examination h2 i, .notice h2 i, .book_info h2 i {
            margin-right: 10px;
        }

    .last_examination .examination {
        position: relative;
    }

        .last_examination .examination .sign_up {
            position: absolute;
            bottom: 10px;
            right: 10px;
        }

    .last_examination .examination_list {
        width: 1250px;
        overflow: hidden;
        margin: 20px 0;
    }

        .last_examination .examination_list dl {
            width: 260px;
            padding: 16px;
            border: 1px solid #ddd;
            float: left;
            margin-right: 8px;
            position: relative;
            cursor: pointer;
        }

            .last_examination .examination_list dl:hover {
                box-shadow: 0 0 10px #DDDDDD;
            }

                .last_examination .examination_list dl:hover .sign_up {
                    border: 1px solid #6FBA2C;
                    background-color: #6FBA2C;
                }

            .last_examination .examination_list dl dt {
                font-size: 16px;
                color: #045799;
                margin-bottom: 10px;
            }

            .last_examination .examination_list dl dd {
                color: #B6B6B8;
            }

            .last_examination .examination_list dl .sign_up {
                position: absolute;
                bottom: 10px;
                right: 10px;
                background-color: #B5B5B7;
            }

.exam_more_display_none {
    background-color: lightgray;
    text-align: center;
    vertical-align: central;
    margin: 0 auto;
    height: 25px;
    display: none;
}

.exam_more_display_block {
    background-color: lightgray;
    text-align: center;
    vertical-align: central;
    margin: 0 auto;
    height: 25px;
    display: block;
}

.notice {
    margin-bottom: 52px;
}

.notice_new {
    overflow: hidden;
}

    .notice_new .notice_img {
        position: relative;
        width: 498px;
        height: 303px;
    }

    .notice_new .notice_new_list .more {
        text-align: right;
        margin-bottom: 10px;
    }

        .notice_new .notice_new_list .more a {
            color: #000;
        }

    .notice_new .notice_new_list ul {
        width: 656px;
        padding: 16px;
        height: 245px;
        border: 1px solid #F2F2F2;
    }

        .notice_new .notice_new_list ul li a {
            color: #000;
        }

        .notice_new .notice_new_list ul li.new a {
            color: #EA434D;
        }

        .notice_new .notice_new_list ul li {
            line-height: 32px;
            list-style: disc;
            margin-left: 18px;
            clear: both;
        }

            .notice_new .notice_new_list ul li span {
                float: right;
                color: #717171;
            }

    .notice_new .notice_img img {
        width: 100%;
        height: 100%;
    }

    .notice_new .notice_img span {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background-color: rgba(0,0,0,.8);
        padding-left: 10px;
    }

.book_info {
    margin-bottom: 50px;
}

    .book_info .book_list,
    .study_box .book_list {
        width: 1250px;
        overflow: hidden;
        margin: 20px 0;
    }

        .book_info .book_list dl,
        .study_box .book_list dl {
            width: 170px;
            padding: 16px 16px 16px 98px;
            border: 1px solid #ddd;
            float: left;
            margin-right: 8px;
            position: relative;
            cursor: pointer;
            margin-bottom: 8px;
        }

            .book_info .book_list dl:hover,
            .study_box .book_list dl:hover {
                box-shadow: 0 0 10px #DDDDDD;
            }

                .book_info .book_list dl:hover .sign_up,
                .study_box .book_list dl:hover .sign_up {
                    border: 1px solid #6FBA2C;
                    background-color: #6FBA2C;
                }

            .book_info .book_list dl dt,
            .study_box .book_list dl dt {
                width: 60px;
                height: 90px;
                float: left;
                margin-left: -77px;
            }

                .book_info .book_list dl dt img,
                .study_box .book_list dl dt img {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

            .book_info .book_list dl dd,
            .study_box .book_list dl dd {
                color: #B6B6B8;
            }

                .book_info .book_list dl dd.title,
                .study_box .book_list dl dd.title {
                    font-size: 16px;
                    border-bottom: 1px dotted #ddd;
                    margin-bottom: 5px;
                    color: #035898;
                    line-height: 35px;
                }

            .book_info .book_list dl .sign_up,
            .study_box .book_list dl .sign_up {
                position: absolute;
                bottom: 10px;
                right: 10px;
                background-color: #B5B5B7;
            }

.details_intro {
    margin-bottom: 26px;
}

    .details_intro dl {
        margin: 54px 54px 76px 54px;
        overflow: hidden;
        padding-left: 268px;
    }

        .details_intro dl dt {
            width: 204px;
            height: 266px;
            float: left;
            margin-left: -266px;
            margin-right: 62px;
        }

            .details_intro dl dt img {
                width: 204px;
                height: 266px;
                display: block;
            }

        .details_intro dl dd {
            line-height: 24px;
        }

            .details_intro dl dd.title {
                font-size: 24px;
                color: #040404;
                margin-bottom: 10px;
            }

            .details_intro dl dd.sub_title {
                font-size: 14px;
                color: #898989;
                border-bottom: 1px dashed #ddd;
                padding-bottom: 10px;
            }

            .details_intro dl dd.intro {
                line-height: 34px;
                color: #8D8D8D;
            }

    .details_intro .catalog {
        margin: 54px 54px;
    }

        .details_intro .catalog p {
            line-height: 25px;
        }

        .details_intro .catalog h2 {
            font-size: 18px;
            color: #3D3938;
            border-bottom: 1px dashed #ddd;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

        .details_intro .catalog ul li {
            line-height: 28px;
        }

            .details_intro .catalog ul li a {
                color: #8D8D8D;
            }

.user_center {
    background-image: url(../img/userBj.jpg);
    height: 160px;
    padding-top: 40px;
}

    .user_center .avatar {
        width: 108px;
        margin-left: 69px;
    }

        .user_center .avatar dt {
            width: 108px;
            height: 108px;
            overflow: hidden;
            border-radius: 108px;
            margin-bottom: 16px;
            border: 1px solid #fff;
        }

        .user_center .avatar img {
            width: 108px;
            height: 108px;
        }

        .user_center .avatar dd {
            text-align: center;
            color: #fff;
        }

    .user_center .user_intro {
        width: 670px;
        overflow: hidden;
        margin-top: 24px;
    }

        .user_center .user_intro dl.right_line {
            border-right: 1px dashed #fff;
        }

        .user_center .user_intro dl {
            float: left;
            padding: 5px 42px;
            font-size: 20px;
            color: #fff;
        }

            .user_center .user_intro dl dt {
                display: block;
                text-align: center;
                padding: 10px 0;
            }

            .user_center .user_intro dl dd {
                padding: 10px 0;
            }

.user_intro {
    margin-top: 40px;
}

    .user_intro h2 {
        font-size: 24px;
        overflow: hidden;
        color: #221816;
        margin-bottom: 25px;
    }

        .user_intro h2 span {
            font-size: 14px;
            vertical-align: bottom;
        }

        .user_intro h2 .btn {
            float: right;
            width: 150px;
        }

.user_intro_list ul li {
    padding: 16px 30px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #676161;
    border: 1px solid #ddd;
}

    .user_intro_list ul li span {
        display: inline-block;
    }

    .user_intro_list ul li .name {
        width: 200px;
        color: #5D90CF;
    }

.user_intro_list .status {
    width: 250px;
    text-align: center;
}

.user_intro_list .info {
    width: 320px;
}

.user_intro_list .time {
    width: 150px;
}

.user_intro_list .options {
    width: 198px;
    text-align: center;
}

.user_intro_list .more {
    width: 100%;
    background-color: #EAEAEA;
    color: #6A6665;
    text-align: center;
    line-height: 48px;
    margin-bottom: 25px;
}

.edit_user_info {
    border: 1px solid #D9D9D9;
    padding: 24px 37px;
    margin-bottom: 30px;
}

    .edit_user_info h3, .details_intro h3, .study_box h3 {
        font-size: 16px;
        color: #03589B;
    }

        .edit_user_info h3 i, .details_intro h3 i, .study_box h3 i {
            margin-right: 10px;
        }

        .edit_user_info h3 span {
            padding-left: 35px;
            color: #231816;
        }

            .edit_user_info h3 span strong {
                color: #EB656E;
            }

    .edit_user_info ul {
        width: 1063px;
        margin-left: 87px;
    }

        .edit_user_info ul li {
            padding-left: 100px;
            margin: 10px 0;
            color: #AFAFAF;
        }

            .edit_user_info ul li label {
                display: block;
                float: left;
                text-align: right;
                line-height: 35px;
                width: 124px;
                margin-left: -136px;
                color: #595758;
            }

                .edit_user_info ul li label em {
                    color: red;
                }

            .edit_user_info ul li strong {
                padding-top: 10px;
                clear: both;
            }

            .edit_user_info ul li input {
                border: 1px solid #D9D9D9;
                padding: 12px 10px;
                border-radius: 5px;
            }

                .edit_user_info ul li input.long {
                    width: 900px;
                    display: block;
                }

                .edit_user_info ul li input.short {
                    width: 600px;
                    display: block;
                }

            .edit_user_info ul li textarea {
                width: 615px;
                border-radius: 5px;
                border: 1px solid #DAD8D9;
            }

            .edit_user_info ul li .info {
                border: 1px solid #DAD8D9;
                background-color: #F3F3F3;
                display: block;
                border-radius: 5px;
                padding: 10px;
            }

                .edit_user_info ul li .info .btn {
                    width: 100px;
                    display: inline-block;
                    margin-right: 15px;
                }

            .edit_user_info ul li p.red_text {
                color: #E80113;
            }

            .edit_user_info ul li .img_list {
                float: right;
                margin-top: 7px;
            }

.info_list {
    overflow: hidden;
    margin-bottom: 25px;
}

    .info_list dl {
        width: 260px;
        padding: 25px;
        border: 1px solid #ddd;
        float: left;
        margin-right: 8px;
        position: relative;
        cursor: pointer;
        background-color: #fff;
    }

        .info_list dl:hover {
            box-shadow: 0 0 10px #DDDDDD;
        }

            .info_list dl:hover .sign_up {
                border: 1px solid #6FBA2C;
                background-color: #6FBA2C;
            }

        .info_list dl dt {
            font-size: 16px;
            color: #045799;
            margin-bottom: 10px;
        }

        .info_list dl dd {
            color: #B6B6B8;
        }

        .info_list dl .sign_up {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background-color: #B5B5B7;
        }

    .info_list .add {
        background-image: url(../img/add.jpg);
        background-position: center;
        width: 260px;
        height: 58px;
        padding: 16px;
        border: 1px solid #ddd;
        float: left;
    }

.line-step {
    width: 807px;
    height: 50px;
    margin: 100px auto;
    position: relative;
    font-weight: bold;
    display: none;
}

    .line-step .gray-line {
        position: absolute;
        top: 17px;
        font-size: 0;
        background-color: #6aae35;
        height: 8px;
        width: 100%;
        border-radius: 8px;
    }

    .line-step div.cur {
        color: #0b6145;
    }

        .line-step div.cur span {
            background-color: #6aae35;
            color: #fff;
        }

    .line-step div span {
        display: block;
        width: 42px;
        height: 42px;
        line-height: 31px;
        text-align: center;
        border-radius: 100%;
        background-color: #fff;
        border: 5px solid #0b6145;
        font-size: 24px;
        color: #2c765e;
        margin: 0 auto;
        margin-bottom: 12px;
    }

    .line-step div.one {
        position: absolute;
        left: 60px;
    }

    .line-step div.two {
        position: absolute;
        left: 50%;
        margin-left: -21px;
    }

    .line-step div.three {
        position: absolute;
        right: 60px;
    }

.details_intro {
    border: 1px solid #DAD8DA;
    margin-bottom: 26px;
}

    .details_intro h3, .study_box h3 {
        margin: 40px 0 0 35px;
    }

.enroll_item {
    margin: 24px;
    overflow: hidden;
    /*padding-left: 268px;*/
}

    .enroll_item dt {
        width: 256px;
        height: 187px;
        float: left;
        margin-left: -256px;
        margin-right: 62px;
        border: 1px solid #ddd;
    }

    .enroll_item dd {
        line-height: 24px;
    }

        .enroll_item dd.title {
            font-size: 24px;
            color: #040404;
            margin-bottom: 10px;
        }

        .enroll_item dd.sub_title {
            font-size: 14px;
            color: #898989;
            border-bottom: 1px dashed #ddd;
            padding-bottom: 10px;
        }

        .enroll_item dd.intro {
            line-height: 34px;
            color: #8D8D8D;
        }

.enroll_list {
    overflow: hidden;
    margin-top: 40px;
}

    .enroll_list div {
        float: left;
        margin-right: 15px;
        width: 257px;
        height: 187px;
        border: 1px solid #D9D9D9;
    }

.enroll_list_up {
    display: inline-block;
    width: 80px;
    margin-left: 50px;
}

.edit_user_info .info {
    text-align: center;
    padding: 45px 0;
}

    .edit_user_info .info img {
        margin: 0 35px;
    }

.enroll_up_box {
    text-align: right;
    margin-bottom: 35px;
}

.enroll_up_btn {
    width: 200px;
    display: inline-block;
}

.study_catalog {
    margin-left: 320px !important;
    margin-top: -46px !important;
}

.study_box {
    border: 1px solid #DAD8DA;
    padding-left: 15px;
    margin-bottom: 25px;
}

.study_box_up_box {
    text-align: right;
    margin-bottom: 25px;
}

    .study_box_up_box a {
        display: inline-block;
        width: 100px;
        margin-left: 24px;
    }

.home_books_box {
    width: 1200px;
    margin: 0 auto;
}

    .home_books_box h3 {
        text-align: center;
        height: 43px;
        margin-bottom: 0;
    }

        .home_books_box h3 a {
            display: inline-block;
            width: 115px;
            height: 42px;
            line-height: 42px;
            /* background-color: #70BB2B; */
            border: 1px solid #70BB2B;
            border-bottom: 0 none;
            border-radius: 5px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            margin: 0 10px;
            font-size: 16px;
            color: black;
            cursor: pointer;
        }

            .home_books_box h3 a.cur {
                background-color: #117ea6;
                border: 1px solid #129AD6;
                border-bottom: 0 none;
                color: #fff;
                height: 44px;
                cursor: pointer;
            }

    .home_books_box .home_conent {
        display: none;
        font-size: 0;
        text-align: center;
        border: 1px solid #129AD6;
        border-radius: 10px;
        box-shadow: 0 0 10px #ccc;
    }

        .home_books_box .home_conent span {
            display: inline-block;
            position: relative;
        }

            .home_books_box .home_conent span p {
                position: absolute;
                top: 20px;
                left: 20px;
                font-size: 16px;
                color: #fff;
            }

            .home_books_box .home_conent span.home_01,
            .home_books_box .home_conent span.home_02,
            .home_books_box .home_conent span.home_03 {
                margin: 42px 10px 10px 10px;
                cursor: pointer;
            }

            .home_books_box .home_conent span.home_04,
            .home_books_box .home_conent span.home_05,
            .home_books_box .home_conent span.home_06,
            .home_books_box .home_conent span.home_07 {
                margin: 10px 8px 42px 8px;
                cursor: pointer;
            }

.blue_line {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #035899;
    margin-bottom: 19px;
}

.form_table {
    position: relative;
    width: 810px;
    margin: 60px auto;
    color: #717171;
}

    .form_table label {
        color: #3D3835;
        display: inline-block;
        width: 70px;
        text-align: right;
        margin-right: 22px;
    }

.long_form label {
    width: 114px;
}

.long_form input.long_input {
    width: 650px;
}

.form_table input {
    border-radius: 3px;
}

.form_table ul li {
    margin: 25px 0;
}

.form_table .input_text,
.form_table .input_text_time {
    width: 200px;
    padding: 6px 8px;
    border: 1px solid #cacaca;
}

.form_table .input_text_time {
    width: 166px;
}

.form_table select {
    width: 200px;
    padding: 6px 0;
    border: 1px solid #cacaca;
    border-radius: 3px;
    vertical-align: middle;
}

.offset {
    padding: 0 10px;
}

.time_icon {
    border: 1px solid #cacaca;
    border-radius: 3px;
    padding: 4px 14px;
    background-image: url(../img/time.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.form_table .btn {
    display: inline-block;
    padding: 0 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    margin: 0 5px;
}

.form_table .avatar {
    position: absolute;
    top: -34px;
    right: -130px;
    text-align: center;
    font-size: 12px;
}

    .form_table .avatar img {
        display: block;
        margin-bottom: 6px;
        border: 1px solid #DAD8D9;
        width: 90px;
        height: 115px;
    }

.long_form .table {
    padding: 10px;
    background-color: #F8F8F8;
}

.long_form td {
    padding: 5px 0;
    margin: 5px 0;
}

.long_form p {
    padding-left: 140px;
    padding-top: 10px;
}

    .long_form p span {
        padding: 0 20px;
    }

.form_table .price {
    float: right;
    font-size: 28px;
    color: #F93936;
    margin-top: -10px;
}

    .form_table .price em {
        font-size: 16px;
        padding-right: 5px;
        color: #717171;
    }

    .form_table .price sup {
        font-size: 15px;
    }

.btn_list {
    text-align: center;
}

    .btn_list input {
        display: inline-block;
        color: #fff;
        height: 34px;
        line-height: 34px;
        background-repeat: no-repeat;
        background-position: 20px center;
        border-radius: 3px;
        margin: 20px 10px 140px 10px;
    }

        .btn_list input.submit_btn {
            width: 116px;
            padding-left: 34px;
            background-color: #ABCD04;
            background-repeat: no-repeat;
            background-position: center left;
            background-image: url('../img/submit.png');
        }

        .btn_list input.cancel_btn {
            width: 116px;
            padding-left: 34px;
            background-color: #035899;
            background-image: url('../img/cancel.png');
        }

.btnX {
    width: 100px;
    height: 40px;
    display: inline-block;
    min-width: 60px;
    border: 1px solid #ddd;
    padding: 0 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    border-radius: 2px;
    margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
    background: #8fc320;
}

    .btnX:hover {
        background: #117ea6;
    }


.exam_table {
    width: 765px;
    border: 2px solid #035899;
    margin: 35px auto;
}

    .exam_table tr td {
        padding: 14px 24px;
        vertical-align: middle;
        color: #231815;
        border: 1px solid #035899;
        line-height: 24px;
    }

        .exam_table tr td.title {
            width: 120px;
        }

.exam_table_btn {
    text-align: center;
    padding-bottom: 25px;
}

    .exam_table_btn a {
        display: inline-block;
    }

        .exam_table_btn a.submit_btn {
            width: 116px;
            padding-left: 10px;
            background-color: #ABCD04;
            background-repeat: no-repeat;
            background-position: 16px 13px;
            background-image: url('../img/submit.png');
        }

        .exam_table_btn a.cancel_btn {
            width: 116px;
            padding-left: 10px;
            background-color: #035899;
            background-repeat: no-repeat;
            background-position: 16px 11px;
            background-image: url('../img/cancel.png');
        }

.ltable {
    width: 100%;
    min-width: 600px;
    border: 1px solid #eee;
    font-size: 12px;
}

    .ltable th {
        padding: 8px 0;
        color: #333;
        font-size: 12px;
        font-weight: 500;
        background: #fafafa;
        border-bottom: 1px solid #eee;
        line-height: 1.5em;
    }

    .ltable td {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
        line-height: 1.5em;
        color: #666;
    }

        .ltable td .sort {
            display: inline-block;
            padding: 0 3px;
            border: 1px solid #eee;
            width: 40px;
            height: 20px;
            line-height: 18px;
            color: #666;
            font-size: 12px;
            background: #fff;
            vertical-align: middle;
        }

        .ltable td .btn-tools {
            display: inline-block;
            height: 22px;
            vertical-align: middle;
        }

            .ltable td .btn-tools a {
                display: block;
                float: left;
                margin: 0;
                padding: 0;
                width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                border: 1px solid #eee;
                border-left: none;
                background: #fff;
                overflow: hidden;
            }

                .ltable td .btn-tools a:first-child {
                    border-left: 1px solid #eee;
                }

                .ltable td .btn-tools a:hover {
                    text-decoration: none;
                }

                .ltable td .btn-tools a i {
                    color: #ccc;
                    font-size: 14px;
                }

                .ltable td .btn-tools a:hover i, .ltable td .btn-tools a.selected i {
                    color: #535353;
                }

        .ltable td .txt-box {
            display: inline-block;
            margin: 0 2px 0 auto;
            padding: 0 5px;
            border: 1px solid #eee;
            line-height: 20px;
            background: #fff;
        }

        .ltable td .img-box {
            display: inline-block;
            margin: 0 2px 0 auto;
            padding: 0;
            height: 32px;
            vertical-align: middle;
        }

            .ltable td .img-box img {
                padding: 1px;
                width: 30px;
                height: 30px;
                border: 1px solid #eee;
            }

    .ltable tr:hover {
        background: #f7f7f7;
    }

    .ltable .odd_bg {
        background: #fafafa;
    }

    .ltable td .user-avatar {
        display: block;
        width: 64px;
        height: 64px;
        line-height: 64px;
        text-align: center;
        background: #fff;
    }

        .ltable td .user-avatar:hover {
            text-decoration: none;
        }

        .ltable td .user-avatar i {
            color: #eee;
            font-size: 54px;
            line-height: 64px;
        }

    .ltable td .user-box {
        padding-left: 10px;
    }

        .ltable td .user-box h4 {
            margin: 0;
            padding: 0;
            display: block;
            font-weight: normal;
            font-size: 12px;
            height: 16px;
            line-height: 14px;
        }

            .ltable td .user-box h4 b {
                color: #06F;
            }

        .ltable td .user-box i {
            display: block;
            color: #999;
            font-style: normal;
            line-height: 24px;
            height: 24px;
        }

        .ltable td .user-box span {
            display: block;
            padding: 2px 0 0 0;
            height: 14px;
        }

            .ltable td .user-box span a {
                display: block;
                float: left;
                margin-right: 5px;
                width: 20px;
                height: 20px;
                text-align: center;
                background: #fff;
                border: 1px solid #e1e1e1;
            }

                .ltable td .user-box span a:hover {
                    text-decoration: none;
                }

                .ltable td .user-box span a i {
                    display: inline-block;
                    color: #333;
                    font-size: 14px;
                    height: auto;
                    line-height: 20px;
                }

    .ltable td.comment {
        padding: 10px;
        line-height: 1em;
    }

        .ltable td.comment .title {
            margin-bottom: 5px;
            line-height: 180%;
            font-weight: bold;
        }

            .ltable td.comment .title .note {
                float: right;
                font-weight: normal;
            }

                .ltable td.comment .title .note i {
                    margin-left: 10px;
                    font-style: normal;
                    font-family: 'Microsoft YaHei';
                    color: #999;
                }

                    .ltable td.comment .title .note i.reply {
                        padding-left: 18px;
                    }

        .ltable td.comment .ask {
            line-height: 180%;
            font-family: 'Microsoft YaHei';
        }

            .ltable td.comment .ask .audit {
                margin-right: 3px;
                display: inline-block;
                vertical-align: middle;
                width: 14px;
                height: 14px;
                background: url(skin_icons.png) -362px -112px no-repeat;
            }

            .ltable td.comment .ask .answer {
                margin-top: 10px;
                padding: 6px 10px;
                border: 1px solid #f6e8b9;
                background: #fbf8e7;
                color: #666;
            }

                .ltable td.comment .ask .answer b {
                    color: #090;
                }

                .ltable td.comment .ask .answer .time {
                    display: block;
                    float: right;
                    color: #999;
                }

.study_box_list .select_box {
    margin: 40px auto 20px auto;
    text-align: center;
}

    .study_box_list .select_box li.item {
        display: inline-block
    }

    .study_box_list .select_box li.select_element {
        width: 680px;
    }

.compay_info {
    text-align: center;
}

    .compay_info li {
        display: inline-block;
        margin: 0 20px;
    }

.receipt_info {
    margin-top: 50px;
    margin-bottom: 50px;
}

.receipt_info_01, .receipt_info_02, .receipt_info_03, .receipt_info_04 {
    width: 80%;
    margin: 0 auto;
}

.receipt_info_01 {
    margin-top: 10px;
}

    .receipt_info_01 li strong, .receipt_info_02 li strong, .receipt_info_03 li strong {
        display: inline-block;
        width: 152px;
        text-align: right;
    }

    .receipt_info_01 li, .receipt_info_02 li, .receipt_info_03 li {
        display: inline-block;
        width: 45%;
        margin: 12px 12px;
    }

.receipt_info_04 li {
    margin: 12px 12px;
}

    .receipt_info_04 li strong {
        display: inline-block;
        width: 152px;
        text-align: right;
        margin-right: 12px;
    }

.user_info {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    padding-bottom: 70px;
}

    .user_info li {
        display: inline-block;
        width: 45%;
        margin: 12px 0;
    }

        .user_info li strong {
            display: inline-block;
            width: 110px;
            text-align: right;
        }

        .user_info li.item_right strong {
            width: 52px;
        }

.subject strong {
    margin-right: 15px;
}

.subject div {
    display: inline-block;
}

.pic_box li {
    width: 100%;
    vertical-align: middle;
}

    .pic_box li strong {
        vertical-align: top;
        padding-top: 53px;
    }

    .pic_box li span {
        display: inline-block;
        width: 160px;
        margin: 0 12px;
    }

.divAvatar {
    position: absolute;
    width: 160px;
    top: 0;
    right: 20px;
}

.user_name input#txtStudentName {
    width: 200px;
}

.payment {
    margin: 12px 0;
    position: relative;
}

    .payment ul {
        width: 90%;
        margin: 0 auto;
    }

        .payment ul li {
            display: inline-block;
            width: 47%;
            margin: 12px 0;
        }

            .payment ul li strong {
                font-weight: bold;
                display: inline-block;
                width: 154px;
                text-align: left;
            }

.lblCourseName {
    width: 100% !important;
}

.imgAvatar {
    position: absolute;
    width: 140px !important;
    top: 0;
    right: 120px;
    text-align: right;
}

.paid_result {
    text-align: center;
}

    .paid_result li {
        display: inline-block;
        margin: 0 12px;
    }

#logout {
    color: #025798;
    font-size: 18px;
}

#FocusBG {
    width: 100%;
    height: 380px;
}

#Focus {
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

    #Focus ul {
        height: 380px;
        position: absolute;
        left: 0;
    }

        #Focus ul li {
            float: left;
            width: 100%;
            height: 380px;
            overflow: hidden;
            position: relative;
            background-repeat: no-repeat;
            background-position: center center;
        }

            #Focus ul li div {
                position: absolute;
                overflow: hidden;
            }

    #Focus .btn-line {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 25px;
        text-align: center;
        z-index: 2;
    }

        #Focus .btn-line span {
            display: inline-block;
            _display: inline;
            _zoom: 1;
            width: 25px;
            height: 5px;
            _font-size: 0;
            margin-left: 5px;
            cursor: pointer;
            background: #fff;
        }

    #Focus .btn span.on {
        background: #fff;
    }

.filter-option-inner-inner {
    color: #000 !important;
}

#divLoginCompany li {
    margin: 20px 0;
}

.login_form_box li label {
    display: block;
    margin-bottom: 10px;
}

.certExpired, .enrollRecord {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFF00;
    color: red;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    font-size: 20px;
    z-index: 1000;
}

    .certExpired a, .enrollRecord a {
        margin-left: 15px;
    }

    .certExpired i.close, .enrollRecord i.close {
        position: absolute;
        top: 0;
        right: 0;
        color: #000 !important;
        font-size: 12px;
        text-decoration: underline;
        opacity: 1;
    }

.divWxLogin {
    width: 300px;
    height: 300px;
    display: block;
    margin: 20px auto 0 auto;
}

#divLoginPhone {
    margin-top: 30px;
}

    #divLoginPhone li {
        margin: 22px 0
    }

.file, .tzsbfile {
    padding: 10px 0;
    font-weight: bold;
    padding-left: 112px;
}

    .file a, .tzsbfile a {
        padding: 0 10px 0 34px;
        background-image: url(../img/down.png);
        background-repeat: no-repeat;
        text-decoration: underline !important;
        background-size: 20px;
        background-position: 10px 50%;
    }

.city-picker-selector select {
    width: 140px;
}

.fileText {
    text-decoration: underline !important;
    font-size: 14px;
    padding: 0 12px;
    color: #000;
    margin-top: 25px;
}

.import-btn {
    font-size: 14px;
    padding: 2px 4px;
    margin-right: 6px;
}

.import {
    text-align: center;
    margin: 100px auto;
    width: 600px;
    border-radius: 10px;
    padding: 2px 10px;
}

    .import input.btn {
        width: 100px;
        height: 35px;
        line-height: 35px;
    }

.invoice-box {
    display: inline
}

    .invoice-box span {
        margin-right: 25px
    }

.ad_left {
    position: absolute;
    top: 108px;
    left: 10px;
}

.ad_right {
    position: absolute;
    top: 108px;
    right: 10px;
}

    .ad_right .ad_img {
        width: 280px;
        height: 110px;
        margin: 10px 0;
        text-align: center;
        line-height: 110px;
        background-color: rgba(255,255,255,.5);
        border-radius: 5px;
        position: relative;
    }

        .ad_right .ad_img img {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            width: 280px;
            height: 110px;
        }


#divExamList table {
    margin: 25px 0 0 0 !important;
}

.exam_tips {
    text-align: center;
    margin: 82px auto;
}

.notice ul li {
    line-height: 35px;
    height: 35px;
    overflow: hidden;
}

    .notice ul li a {
        color: #6d6d6d;
    }

    .notice ul li span {
        float: right;
    }

.exam table {
    width: 100%;
}

    .exam table thead th {
        background-color: #FAFAFA;
        border: 1px solid #eee;
        padding: 8px 0;
        text-align: center;
    }

    .exam table tbody td {
        background-color: #fff;
        border: 1px solid #eee;
        padding: 8px 0;
        color: #808080;
    }

.search {
    float: right;
    margin-top: -10px;
}

    .search input {
        border: 1px solid #035899;
        padding: 6px 8px;
        width: 180px;
        vertical-align: middle;
        outline: none;
        border-radius: 5px;
    }

    .search #searchBtn {
        border: 1px solid #035899;
        height: 33px;
        vertical-align: middle;
        padding: 0 20px;
        border-radius: 5px;
        display: inline-block;
        line-height: 31px;
        background-color: #035899;
        color: #fff;
        cursor: pointer;
    }

.login_company {
    background-color: #EF8201;
    border-radius: 3px;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 100px;
    margin-top: -13px !important;
}

    .login_company span {
        display: block;
        padding: 1px 0;
    }

        .login_company span.smail {
            font-size: 13px;
        }

.enroll_tips {
    position: fixed;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

    .enroll_tips .enroll_box {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -350px;
        margin-top: -250px;
        width: 700px;
        background-color: #fff;
        overflow: hidden;
    }

        .enroll_tips .enroll_box h2 {
            height: 45px;
            line-height: 45px;
            text-align: center;
            background-color: #035899;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
        }
            .enroll_tips .enroll_box .enroll_content {
                padding: 25px;
                line-height: 25px;
                height: 430px;
                overflow-y: auto;
            }

            .enroll_tips .enroll_box .enroll_content p {
                text-indent: 28px;
                color: #626262;
                margin: 5px 0;
                text-indent: 0;
            }

        .enroll_tips .enroll_box .list {
            border-top: 1px solid #ddd;
        }

        .enroll_tips .enroll_box .btn {
            display: block;
            width: 200px;
            padding: 5px 0;
            margin: 8px auto;
            text-align: center;
            color: #fff;
            line-height: 25px;
            background-color: gray;
            cursor: no-drop;
        }

            .enroll_tips .enroll_box .btn.active {
                background-color: #035899;
                cursor: pointer;
                border-radius: 5px;
            }

            .enroll_tips .enroll_box .btn .time {
                margin-right: 5px;
            }

.user_list_box .enroll_box .search_box {
    padding: 7px 10px;
    overflow: hidden;
    border-bottom: 1px solid #C0C4CC;
}

    .user_list_box .enroll_box .search_box input {
        width: 315px;
        padding: 6px 5px;
        display: inline-block;
    }

    .user_list_box .enroll_box .search_box .search_btn {
        float: right;
        background-color: #035899;
        padding: 10px 12px;
        border-radius: 5px;
        cursor: pointer;
        color: #fff;
        margin-left: 5px;
    }

.quick-menu {
    overflow: hidden;
    font-size: 0;
    padding-top: 20px;
    width: 1305px;
    margin-left: -25px;
}

    .quick-menu .quick-btn {
        display: inline-block;
        width: 365px;
        margin: 0 26px;
        font-size: 14px;
        padding: 0 20px;
        padding-top: 75px;
        padding-bottom: 20px;
        border: 1px solid #F0F0F0;
        border-bottom: 3px solid #F0F0F0;
        vertical-align: text-top;
        background-repeat: no-repeat;
        background-position: center 20px;
        text-align: center;
        transition: all .3s ease-out;
    }

        .quick-menu .quick-btn:hover {
            background-color: #F0F0F0;
            border-color: #035899;
        }

        .quick-menu .quick-btn a {
            color: #333;
        }

        .quick-menu .quick-btn h2 {
            font-size: 35px;
        }

        .quick-menu .quick-btn p {
            font-size: 14px;
            margin-top: 15px;
            line-height: 20px;
            color: #676767;
        }

    .quick-menu .quick-btn-01 {
        background-image: url(../img/info.png);
        padding-bottom: 40px;
    }

    .quick-menu .quick-btn-02, .quick-btn-02 {
        background-image: url(../img/icon01.png);
    }

    .quick-menu .quick-btn-03, .quick-btn-03 {
        background-image: url(../img/icon02.png);
    }

    .quick-menu .quick-btn h2 {
        font-size: 35px;
    }

.enroll_content .quick-btn {
    display: inline-block;
    width: 286px;
    margin: 63px 14px;
    font-size: 14px;
    padding: 0 20px;
    padding-bottom: 20px;
    border: 1px solid #F0F0F0;
    border-bottom: 3px solid #F0F0F0;
    text-align: center;
    transition: all .3s ease-out;
    position: relative;
    vertical-align: top;
    height: 222px;
}

    .enroll_content .quick-btn a {
        vertical-align: text-top;
        background-repeat: no-repeat;
        background-position: center 20px;
        display: block;
        padding-top: 89px
    }

    .enroll_content .quick-btn span {
        font-size: 35px;
        display: block;
        margin-bottom: 15px;
    }

    .enroll_content .quick-btn p {
        font-size: 14px;
        margin-top: 15px;
        line-height: 20px;
        color: #676767;
    }

.img_intro {
    width: 648px;
    padding: 25px;
    height: 550px;
    overflow-y: auto;
    background-color: #FAFAFA;
}

    .img_intro h2 {
        font-size: 30px;
        margin: 25px 0;
        font-weight: bold;
        text-align: center;
    }

    .img_intro p {
        text-indent: 2em;
        line-height: 25px;
    }

.file-down {
    padding: 20px;
    font-size: 16px;
}

    .file-down p {
        margin: 12px 0;
    }

        .file-down p a {
            margin: 0 12px 0 24px;
            text-decoration: underline !important;
        }

        .file-down p img {
            display: inline-block;
            width: 40px;
            height: 60px;
            vertical-align: middle
        }

        .file-down p span {
            display: inline-block;
            width: 40px;
            height: 60px;
            position: relative;
            margin-right: 20px;
            overflow: hidden;
            vertical-align: middle;
        }

            .file-down p span em {
                position: absolute;
                top: 0;
                right: 0;
                font-size: 12px;
                padding: 1px;
                background-color: #333;
                color: #fff;
            }

        .file-down p .btn {
            text-decoration: none !important;
            padding: 2px 5px;
        }

        .file-down p .pr {
            display: inline-block;
            opacity: 0;
        }

#uploadFile {
    position: absolute;
    top: -1000px;
    right: -1000px;
    opacity: 0;
}

.span-show {
    opacity: 1 !important;
}

.layui-layer-bg {
    text-align: center;
}

.carselconborder {
    z-index: 1000;
    overflow: inherit;
}

.smail-pic {
    position: relative;
    z-index: 999;
}

    .smail-pic .carselcon {
        position: absolute;
        width: 79px;
        height: 39px;
        line-height: 39px;
        z-index: 100;
        top: 162px;
        left: 2px;
        cursor: pointer;
    }

    .smail-pic .carselconI {
        position: absolute;
        width: 79px;
        height: 39px;
        line-height: 39px;
        z-index: 100;
        top: 175px;
        left: 2px;
        cursor: pointer;
    }

.enroll-tips {
    position: fixed;
    left: 0;
    top: 60px;
    width: 110px;
    height: 110px;
    background-image: url(../img/tips.jpg);
}

    .enroll-tips a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.click-tips {
    cursor: pointer;
    text-decoration: underline;
    color: dodgerblue;
}

#divNoticeDetail img {
    width: 100%;
    margin-left: -2em;
}

.pop_box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}

    .pop_box .pop {
        padding: 5px 10px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
    }

        .pop_box .pop .title {
            padding: 10px 0;
            font-size: 16px;
            border-bottom: 1px solid #ccc;
            margin-bottom: 10px;
        }

        .pop_box .pop .body {
            padding: 10px 0;
        }

            .pop_box .pop .body li {
                margin: 10px 0;
            }

            .pop_box .pop .body label {
                display: inline-block;
                width: 100px;
                text-align: right;
                margin-right: 10px;
            }

            .pop_box .pop .body input[type="text"] {
                border: 1px solid #ccc;
                width: 338px;
                padding: 5px;
            }

        .pop_box .pop .footer {
            text-align: center;
            margin-bottom: 20px;
        }

            .pop_box .pop .footer .btn {
                line-height: 16px;
                margin: 0 5px;
            }

#goCourse {
    text-indent: 0;
    padding: 2px 20px;
    float: right;
    font-size: 16px;
    margin-right: 10px;
}

.user_list_box, .choose_list_box {
    position: fixed;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

    .user_list_box .enroll_box, 
    .choose_list_box .enroll_box {
        border-radius: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -200px;
        margin-top: -175px;
        width: 400px;
        background-color: #fff;
        overflow: hidden;
    }
    .choose_list_box .enroll_box {
        width: 600px;
        margin-left: -300px;
    }

            .user_list_box .enroll_box h2,
            .choose_list_box .enroll_box h2 {
                height: 45px;
                line-height: 45px;
                text-align: center;
                background-color: #035899;
                color: #fff;
                font-size: 16px;
                font-weight: bold;
            }

            .choose_list_box .enroll_box h2 {
                text-indent: 26px;
                text-align: left;
                font-size: 15px;
                background-color: #035899;
            }

    .user_list_box .enroll_box .user_list {
        padding: 10px;
        line-height: 25px;
        height: 250px;
        overflow-y: auto;
        border-bottom: 1px solid #C0C4CC;
    }

    .choose_list_box .enroll_box .user_list {
        padding: 25px;
        line-height: 25px;
        height: 200px;
        overflow-y: auto;
        margin-bottom: 10px;
    }

        .user_list_box .enroll_box .user_list li,
        .choose_list_box .enroll_box .user_list li {
            color: #626262;
            padding: 8px 5px;
            border-bottom: 1px solid #E4E7ED;
            overflow: hidden;
            cursor: pointer;
        }

        .choose_list_box .enroll_box .user_list li{
            cursor: default;
        }

        .user_list_box .enroll_box .user_list li span {
            float: right;
        }

                .choose_list_box .enroll_box .user_list li span {
                    padding-left: 20px;
                }
    .choose_list_box .enroll_box .user_list li .enroll {
        float: right;
        background-color: #035899;
        padding: 0 10px;
        border-radius: 5px;
        color: #fff;
    }

    .user_list_box .enroll_box .user_list li.active,
    .choose_list_box .enroll_box .user_list li.active {
        font-weight: bolder;
        background-color: #035899;
        border-radius: 5px;
        color: #fff;
    }

            .user_list_box .enroll_box .list,
            .choose_list_box .enroll_box .list {
                padding: 10px 0;
                text-align: center;
            }

                .user_list_box .enroll_box .list .btn,
                .choose_list_box .enroll_box .list .btn {
                    width: 100px;
                    margin: 0 10px;
                    text-align: center;
                    color: #fff;
                    line-height: 25px;
                    background-color: gray;
                }

                .choose_list_box .enroll_box .list .btn {
                    padding: 5px 0;
                }

                .user_list_box .enroll_box .list .btn.active,
                .choose_list_box .enroll_box .list .btn.active {
                    background-color: #035899;
                    cursor: pointer;
                }
.fs_tips{
    font-size: 20px; font-weight: bolder;
    color: red; text-align: center;
}
#dmType p {
    display: inline-block;
    font-weight: bolder;
    color: #6FADF7;
    vertical-align: bottom;
}
    #dmType p a {
        padding: 0 10px;
        color: #6FADF7;
        text-decoration: underline !important;
    }
#appyInvoice {
    width: 500px;
    margin-left: -250px;
    margin-top: -332px;
}
#invoiceList {
    width: 800px;
    margin-left: -400px;
    margin-top: -150px;
}
#invoiceList td .btn{
    padding: 5px 10px;
    height: 30px;
    line-height: 18px;
    vertical-align:middle;
}
    #invoiceList .content-text {
        min-height: 100px;
    }
    #invoiceList .content-text table{
        margin: 10px auto;
    }
#appyInvoice li span {
    display: block;
    padding-top: 3px;
    padding-left: 109px;
    line-height: 1.4;
    font-size: 12px;
    color: #6FADF7;
}
#invoiceBox input {
    vertical-align: baseline;
}
#invoiceBox a{
    margin: 0 5px;
}
.serach-box {
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    text-align: right;
}
    .serach-box .input_text, 
    .serach-box .input_text_01 {
        width: 180px;
        border-radius: 4px;
        border: 1px solid #ccc;
        padding: 3px 15px;
        height: 25px;
        vertical-align: top;
    }
        .serach-box .input_text_01{
            height: 35px;
        }
        .serach-box .btn, 
        .serach-box .btn_01 {
            cursor: pointer;
        }
    .serach-box .btn_01 {
        display: inline-block;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        border: 0 none;
    }


.choose_content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.choose_content ul {
    display: flex;
    width: 800px;
    height: 460px;
    flex-wrap: wrap
}

.choose_content ul li {
    flex: 340px 0 0;
    padding: 10px 20px;
    list-style: none;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    margin: 15px 10px;
    justify-content: flex-start;
    align-items: center;
    background-position: 25px;
    background-repeat: no-repeat;
    background-size: 60px;
    text-indent: 80px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 0 10px #ccc;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAAXNSR0IArs4c6QAACelJREFUeF7tnVusJFUVhr9FQgRv3I2CiCggIBDRiChecBxABKIogpd4w/hgfND4YOKT44M+GY3hwScTNGpwQAcQGCA6goMi4DAiAjMoCt7AC4OIQAzIb/6TXUxZ091V3adPTU9q7WSnerp27Vpr7X+v9a+1e3KCbIO2QAxa+1SeBMDAQZAASAAM3AIDVz89QAJg4BYYuPrpARIAA7fAwNVPD5AAGLgFBq5+eoAEwMAtMHD10wMkAAZugYGrnx4gATBwCwxc/d49gKRDgMOBfSb0x4GHxvQHgDsj4rFFWztJRwMvatFtnF7+/r6IuKtPvVYMAJKeBxwzoj9nTgpuBW4Hfg3481LvAxiSDh2j225z0O2Jotev6teI+Osc5t5hirkCQNIq4EzgDOCIlRC4Zc4HgStLv2KeYJB0GvBO4GzggJ2gm4F+EXBpRNwxr/cvCwCS9gVOLd0GOnBegs1hnj9XQPA1Ip6adk5JZ9UAfdC0z6/g+JuBy4BrImLTct4zEwCKC/wocD7wguUI0NOzvwUuBr4REQ4VY1vhKNbtvcBhPcm3nNfcBHyr6PbItBNNBQBJRwE2jvve076skLrNgPtfgG2A3bav9b4nsN+Ibo9zXOmzLM6TxVgXRMStdfklHVn0+iSw+wy6/QG4DfCObOqzpGNEbJPU1Ms6+Tt7z2OLbrNsqnsMggIEy9KpdQKApONrC79Hp5nBLH1DWeylRY+Iezs+2zqshB8bzETTV8t4QuuD2wdcDXwRMOn6FHDeFM/ao3jnORabiG6KiPuneH7iUEkHF50q/U6cwhs5m6iA8Ms2mVoBIOkk4Ia2icp9o38jsD4iru34zNyGFVkrEmrjzbN50dcX3XzttUk6Hah6V+93bkQ49I1tXQDg+PL+CXNsAS4ELu87h52kmKTVhcCdA8xK4OxKTbYM6N4XfZx+BQwmqO8D9ppghzsiwh5yWQDQmKdvAb4UEWt73QpTvkzS/sDHCmHtunPs1r8GfCciHp7ylb0Nl+TF/3gBwkiPFxETN3kXDzAKAKsi4se9aTqnF0ly1uJ4Py483Ah8ISJcS9ilmiST468CJ9cFXxEAtE266JaT9DlgTUPONRHx+UWXvSXseVMmANoWMQGw3UIzhYD0AG0Q2zn3JaUH6GL69ADpAZIDFAxkCNi+GZIEjnKfknZIA5MDdAk0/Y9JDtDR5skBkgMkB0gOkIUgYyBJYJLAyYEzSWBHYrEAw5IEdlyEJIFJApMEJglMEpgk8P9DRlYCsxKYvwfYAQOZBXRklgswLLOAjouQWUBmAZkFZBaQWUBmAZkF5FlADQOZBmYamGlgpoEdM4lFHJZpYMdVyTQw08BMAzMNzDQw08BMAzMNzDSwhTjlYVBHZrkAwzIL6LgImQVkFpBZQGYBmQVkFpBZQGYBmQVkFlBZIE8D8zQwTwPzNLBjKrmIw7IO0HFVsg6QdYCsA2QdIOsAWQfIOkDWAbIOkHWArANMwkAeB3dMLRZgWKaBHRch08BMAzMNzDQw08BMAzMNzDQw08BMAzMNzDRwyQL5e4D8PUD+HiB/D9CxlrCIw7IQ1HFVshCUhaAsBGUhKAtBWQjKQlAWgrIQlIWgLARlISgLQWMxkD8I6ZhbLsCwXaoOIGk34JmNvmf596PAg+4R8e9527bPOoCkZwD71fpjgPXzteqPRsRTy9VzIQEg6VnA0cDLG9cXd1T4PxUYynUrUPUtEfG7jvM8PWyeAJD0fOBI4GW17u+qRX92R/nuA7YAd9V7RPyj4/MsDAAknQScVvoJXRWYcdwTBRA/BX4AXBcR3mGTwtrMhSBJq4C3Am8qC77XjHJ3fcyAWAesj4gbWvTaOX8+XpJRfhbwFmA1cMgYQb1YNwM3AUb248UN+lrvuwP2HM0QcVDNixww5h3/LUCwMa6PiNua46bxAJJeUvSqdPPOHtUeru3c39fde8PdO8yN68cB7oeNeccfDQTAuhkQfmfds/ULgLLT3wW8G3jhCKGNXi/20qJHxK1dYd82TpIBUIWV15Zduf+I564DLga+WfGJLgCQZJ2q3pz2X2UhNlaLHhH3t8nc9b6kfYFjgWPK9RXAaxrPPwBcDlwWEVf5Xm8hAPh0MY4NX2//tAsGLNC6aeJXV+O0uMDXld16CvCGxti/FyB8vXirNY37/vf3gPeU/tLG/TtrO+/Kecg7zRySDACHntNHgKEKE9b/5Pq8bX/pfaY/HdsQ/BHvLuCHxS2ZtO30JukI4B3AucCrGgJZVoeqersWOLXxnV3uWuCSiPj5TleqCFADwwcBh6ixbSUBYMb6Ze+aiNi2KMYZJYektwPnle70s639CPiue0TY3S9sk/QJ4AMjvMKSzCsFgNURYSNN1SSZ3B1VulOnUUTP39mruA5golhd/dlxb2uT/HQVQpLfbY/wmUIwm49+pcTU67vOWR8nyWHjUMAxfJ/Gtfpuqb4BeNNUn321bndHhMPo1E2S+cIFvYSANlRZekl7F2Ecl7zYNv44djutwiZc9XqAP/+sq/G6kMBJAklynD0ccJip9y7epU1Xc5W7a/03wMaI+Fvbg72RwFEAkOR82MTrjeV6YpvAK3D/FmAD4HjtrGMkM58WAJJeDTj/98K777ECsrdN6YzDJPWqiDAodmg7BQCSzixky3F2VBrWpthK3r/RLr2QuHuqF3UBgCQD2STSrNsebJGaU2sXhzZEhEG/1HoDAOD0z8Y5u7jARTLOKFmeBL4PXBQR68YBoBA/62TdVrqCOS+bbQacwdjzfbYXDrAMyU3uNpVu4jOpElgdDNWv/nw88Erg4BnlsPv8tv8fQOP5q0uePeO0PAR4MdxHVTl98GN9m/q42unv7D2tm7sJ5CzNupmbPN3a+No86gCTBHVRqFrwTRFhcjOXJqluMBvt9WOqkXN5X2MSL6SzoGrBN0fEvfN6kSQflFVg8NX8w0CZuvUNALNxH1hcU8jKxEOZqbVpeUCS6+iuAvogytd5ttuBnwBXRIS9Ra9Nkg+fXKiybs3C1lhZ+gCAc+ZLvfAR8YterTLhZZIOLNU+H1KdM6NcPlxxvd2HSt7tC9Ek+QzElUwT7zdPEmoeABh1dOrqWFUpm7og1LcVi2dwAcjVwLZaxJ9KuuXy78Tj1771GPU+SQ59BrgP5ZoHchdGxEcmAqRNiVL0+BDwYcBn7k4/1kaE6+S7VCu/zjEIDIYzGsL7AOuSUtpe6PLvGCA8t4DAYHhbIbn2XOZh40PELrWCcxRW0vmF9ZunuLjiI+PBtdYsYHAWGZjCCYCBLXhT3QRAAmDgFhi4+ukBEgADt8DA1U8PkAAYuAUGrn56gATAwC0wcPXTAyQABm6BgaufHiABMHALDFz99AAJgIFbYODqpwcYOAD+B7n1I9sowu5BAAAAAElFTkSuQmCC)
}

    .choose_content ul li:first-child {
        background-color: #2eb5d5
    }

    .choose_content ul li:nth-child(2) {
        background-color: #745cb9
    }

    .choose_content ul li:nth-child(3) {
        background-color: #33b148
    }

    .choose_content ul li:nth-child(4) {
        background-color: #e08161
    }

    .choose_content ul li:nth-child(5) {
        background-color: #008b8b
    }
.reset-tips {
    display: none;
    position: absolute;
    top: 405px;
    right: 10px;
    font-size: 13px;
    font-weight: bolder;
    color: red;
    line-height: 30px;
}