﻿@font-face {
    font-family: iconfont;
    src: url(fonts/iconfont.eot);
    src: url(fonts/iconfont.eot) format("embedded-opentype"),url(fonts/iconfont.woff) format("woff"),url(fonts/iconfont.ttf) format("truetype"),url(fonts/iconfont.svg#iconfont) format("svg");
}
.cactive {
    color: #08bf91 !important;
}
.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-gliconledou:before {
    content: "\e654";
}

.icon-xiezilou:before {
    content: "\f00aa";
}

.icon-shijian:before {
    content: "\3435";
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    background: #f9f9f9;
    font-size: 12px;
}

.katex {
    font-size: 1.21em !important;
}

.layout-hasside, .layout-noside {
    min-height: 90%;
    margin-top: 90px;
    margin-bottom: 20px;
}

.layout-fullscreen {
    min-height: 90%;
    margin-top: 70px;
    margin-bottom: 20px;
}

.layout-body, .layout-side {
    padding: 0 5px;
}

@media (max-width:991px) {
    .layout-side {
        margin-top: 10px;
    }
}

.content {
    margin-bottom: 10px;
    padding: 30px;
    background: #fff;
    border: 1px solid #eee;
}

.new-nav {
    position: relative;
}

    .new-nav img {
        position: absolute;
        top: 12px;
        right: -16px;
        z-index: 3;
    }

.logo-1111 {
    position: relative;
}

    .logo-1111 img {
        position: absolute;
        top: 6px;
        right: -10px;
        width: 25px;
        z-index: 3;
    }

.position-relative {
    position: relative;
}

code {
    white-space: normal;
    word-break: break-all;
}

.fa.no-margin {
    margin: 0 !important;
}

.home-header {
    background: #fff;
    border-width: 0;
    box-shadow: 0 0 4px 0 #ccc;
    min-height: 70px;
}

    .home-header .header-new {
        position: absolute;
        top: 0;
        left: calc(50% + 20px);
        width: 24px;
    }

    .home-header .navbar-brand {
        height: 70px;
        padding: 5px 0;
    }

        .home-header .navbar-brand img {
            height: 100%;
        }

    .home-header .navbar-nav {
        padding: 10px 20px;
    }

        .home-header .navbar-nav > li {
            position: relative;
        }

            .home-header .navbar-nav > li > a {
                color: #666;
                font-size: 16px;
            }

                .home-header .navbar-nav > li, .home-header .navbar-nav > li.active > a, .home-header .navbar-nav > li.active > a:focus, .home-header .navbar-nav > li.active > a:hover, .home-header .navbar-nav > li > a:focus, .home-header .navbar-nav > li > a:hover {
                    color: #08bf91;
                    background: none;
                }

        .home-header .navbar-nav .dropdown > a:focus, .home-header .navbar-nav .dropdown > a:hover {
            color: #08bf91;
        }

        .home-header .navbar-nav .dropdown .dropdown-menu a {
            color: #666;
        }

        .home-header .navbar-nav .dropdown .dropdown-menu li.active a {
            color: #08bf91;
            background: #fff;
        }

        .home-header .navbar-nav .open > a, .home-header .navbar-nav .open > a:focus, .home-header .navbar-nav .open > a:hover {
            background-color: transparent;
        }

    .home-header .header-user .dropdown-toggle {
        position: relative;
        padding: 1px 0;
    }

    .home-header .header-sign {
        padding: 0;
    }

        .home-header .header-sign .sign-in, .home-header .header-sign .sign-up {
            padding: 25px;
        }

        .home-header .header-sign .sign-in {
            color: #666;
        }

            .home-header .header-sign .sign-in:focus, .home-header .header-sign .sign-in:hover {
                color: #666;
                background: #eee;
            }

        .home-header .header-sign .sign-up {
            color: #fff;
            background: #08bf91;
        }

            .home-header .header-sign .sign-up:focus, .home-header .header-sign .sign-up:hover {
                color: #fff;
                background-color: #1ad1a3;
            }

    .home-header .navbar-form {
        padding: 17.5px 10px;
        margin: 0;
    }

        .home-header .navbar-form .form-group {
            position: relative;
        }

            .home-header .navbar-form .form-group label {
                position: absolute;
                top: 6px;
                right: 10px;
                font-size: 16px;
                color: #666;
            }

            .home-header .navbar-form .form-group .form-control {
                height: 35px;
                padding-right: 35px;
                border-radius: 20px;
            }

@media (min-width:768px) {
    .home-header .header-new {
        top: 2px;
        right: 0;
        left: auto;
    }
}

@media (min-width:768px) {
    .home-header .navbar-nav .dropdown .dropdown-menu {
        left: -30px;
        min-width: 130px;
        text-align: center;
        border-width: 0;
    }

        .home-header .navbar-nav .dropdown .dropdown-menu li a {
            padding: 10px 0;
            font-size: 14px;
        }

            .home-header .navbar-nav .dropdown .dropdown-menu li a:focus, .home-header .navbar-nav .dropdown .dropdown-menu li a:hover {
                color: #08bf91;
                background-color: transparent;
            }

        .home-header .navbar-nav .dropdown .dropdown-menu li:first-child {
            padding-top: 5px;
            margin-top: 5px;
        }

    .home-header .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (min-width:768px) {
    .home-header .header-user .dropdown-menu {
        right: -44px;
    }
}

#header-continue-lab {
    margin: 9px 5px;
    padding: 5px 15px;
    color: #fff;
}

    #header-continue-lab:hover {
        background: #0c9;
        border-radius: 0;
        border-color: #0c9;
    }

.header-msg-count {
    position: absolute;
    top: 8px;
    left: 20px;
    width: 10px;
    height: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
}

.header-msg-count, .header-msg-mark {
    display: inline-block;
    background: #f66;
    border-radius: 50%;
}

.header-msg-mark {
    position: relative;
    right: 10px;
    bottom: 4px;
    width: 8px;
    height: 8px;
}

#website-msg {
    width: 100%;
    height: 50px;
    background-color: #fbf6dc;
    border: 1px solid #f5e79e;
    position: fixed;
    top: 70px;
    z-index: 6;
}

    #website-msg .container {
        text-align: center;
        line-height: 50px;
    }

        #website-msg .container .msg-text, #website-msg .container i {
            font-size: 16px;
            color: #8a6d3e;
            margin-right: 15px;
        }

        #website-msg .container .btn-mine {
            color: #fff;
            background-color: #f60;
            vertical-align: baseline;
            border-radius: 4px;
        }

        #website-msg .container i {
            cursor: pointer;
        }

@media (max-width:390px) {
    #website-msg .container {
        line-height: 23px;
    }

        #website-msg .container .msg-text {
            margin: 0;
        }

        #website-msg .container .btn-mine {
            padding: 1px 5px;
        }
}

@media (max-width:512px) {
    #website-msg .container .msg-text {
        font-size: 12px;
    }

    #website-msg .container .btn-mine {
        font-size: 12px;
        padding: 1px;
    }
}

@media (max-width:540px) {
    #website-msg img {
        display: none;
    }
}

@media (max-width:767px) {
    .header .user .dropdown-toggle {
        padding: 15px;
    }

        .header .user .dropdown-toggle .header-msg-count, .header .user .dropdown-toggle .user-vip {
            left: 35px;
        }
}

@media (max-width:992px) {
    .home-header .navbar-form {
        display: none;
    }
}

@media (max-width:768px) {
    .home-header .navbar-nav .open .dropdown-menu {
        background-color: #eee;
    }

    .home-header .dropdown-menu, .home-header .navbar-nav {
        text-align: center;
    }

    .home-header .navbar-toggle {
        margin: 18px;
    }

    .home-header .sign-in, .home-header .sign-up {
        display: block;
    }

    .home-header .header-user .user-vip {
        right: calc(50% - 25px);
    }
}

.footer {
    position: absolute;
    bottom: -565px;
    width: 100%;
    padding-top: 20px;
    background: #333;
}

@media (min-width:768px) {
    .footer {
        bottom: -265px;
    }
}

.footer-col {
    min-height: 150px;
}

    .footer-col .footer-slogan {
        margin: 0 0 12px 15px;
        color: #0c9;
        font-size: 28px;
    }

    .footer-col .social-item {
        width: 30px;
        height: 30px;
        margin: 0 auto;
        color: #aeacaf;
        font-size: 16px;
        line-height: 30px;
        background: #636469;
        text-align: center;
        border-radius: 50%;
        cursor: pointer;
    }

        .footer-col .social-item i {
            margin: 0;
        }

    .footer-col .footer-qq-item:hover i {
        color: #1ca3dc;
    }

    .footer-col .footer-weixin-item:hover i {
        color: #36bd4c;
    }

    .footer-col .footer-weixin-item:hover .footer-weixin {
        display: block;
    }

    .footer-col .footer-weibo-item:hover i {
        color: #ee4451;
    }

    .footer-col .col-title {
        font-size: 18px;
        margin-bottom: 10px;
        color: hsla(0,0%,100%,.5);
    }

    .footer-col a {
        display: inline-block;
        margin-bottom: 3px;
        color: #999;
        font-size: 14px;
    }

        .footer-col a:focus, .footer-col a:hover {
            color: #fff;
            text-decoration: none;
        }

.footer-qq-group {
    width: 145px;
    display: none;
    border-radius: 0;
    padding: 0;
    background: #1f2532;
}

    .footer-qq-group.popover.top > .arrow:after {
        border-top-color: #1f2532;
    }

.footer-qq-group-header {
    padding: 20px 0;
    color: hsla(0,0%,100%,.5);
    background: #2b323f;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 0;
    border: none;
}

.footer-qq-group-body {
    padding: 4px;
    text-align: center;
}

    .footer-qq-group-body a {
        display: block;
        padding: 16px;
        color: hsla(0,0%,100%,.5);
        font-size: 13px;
    }

        .footer-qq-group-body a:focus, .footer-qq-group-body a:hover {
            color: #fff;
            background: #1a1e29;
            text-decoration: none;
        }

.footer-weixin {
    display: none;
    position: absolute;
    bottom: 45px;
    left: -40px;
    width: 150px;
    padding: 6px;
    background: #1f2532;
    text-align: center;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.75);
}

    .footer-weixin img {
        width: 100%;
    }

.copyright {
    height: 50px;
    line-height: 50px;
    background: #171919;
    margin-top: 20px;
    color: #666;
}

    .copyright a {
        color: #777;
    }

        .copyright a:focus, .copyright a:hover {
            color: #fff;
            text-decoration: none;
        }

@media (max-width:480px) {
    .copyright {
        line-height: 25px;
    }

        .copyright span:first-child {
            display: block;
        }

        .copyright span.ver-line {
            display: none;
        }
}

#sign-modal .close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: transparent;
    border: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    z-index: 4;
}

#sign-modal .nav-tabs > li {
    width: 50%;
    text-align: center;
}

    #sign-modal .nav-tabs > li.active > a {
        font-weight: 700;
    }

    #sign-modal .nav-tabs > li > a {
        margin-right: 0;
        padding: 15px;
        font-size: 18px;
        font-weight: 500;
    }

#sign-modal .modal-content {
    padding: 10px;
}

    #sign-modal .modal-content .modal-body {
        padding: 10px;
        font-size: 14px;
    }

#sign-modal {
    margin-top: 20px;
}

    #sign-modal .form-inline {
        margin-bottom: 15px;
    }

        #sign-modal .form-inline .form-group {
            width: 50%;
            float: left;
        }

        #sign-modal .form-inline .verify-code {
            width: 48%;
            height: 34px;
            border: 1px solid #ccc;
            cursor: pointer;
        }

    #sign-modal .agree-privacy {
        color: #999;
        font-size: 12px !important;
        text-align: center;
    }

    #sign-modal .form-group {
        font-size: 14px;
    }

    #sign-modal .error-msg {
        display: none;
        margin: 10px 0 0;
    }

        #sign-modal .error-msg .alert {
            padding: 5px 10px;
            margin: 0;
        }

    #sign-modal .remember-login {
        font-size: 12px;
    }

        #sign-modal .remember-login a {
            color: #999;
        }

            #sign-modal .remember-login a:focus, #sign-modal .remember-login a:hover {
                color: #999;
                text-decoration: none;
            }

    #sign-modal .widget-signin, #sign-modal .widget-signup {
        margin: 0;
        text-align: center;
    }

        #sign-modal .widget-signin span, #sign-modal .widget-signup span {
            position: relative;
            display: block;
            padding: 12px 0 8px;
            color: #999;
            font-size: 14px;
        }

            #sign-modal .widget-signin span:after, #sign-modal .widget-signin span:before, #sign-modal .widget-signup span:after, #sign-modal .widget-signup span:before {
                content: "";
                position: absolute;
                top: 52%;
                width: 38%;
                height: 1px;
                background: #eee;
            }

            #sign-modal .widget-signin span:before, #sign-modal .widget-signup span:before {
                left: 0;
            }

            #sign-modal .widget-signin span:after, #sign-modal .widget-signup span:after {
                right: 0;
            }

        #sign-modal .widget-signin a, #sign-modal .widget-signup a {
            margin: 0 4px;
            font-size: 24px;
        }

    #sign-modal .btn {
        width: 100%;
    }

.fa-qq {
    color: #5bc0de;
}

.fa-weibo {
    color: #d9534f;
}

.fa-weixin {
    color: #5cb85c;
}

.fa-github {
    color: #333;
}

.fa-renren {
    color: #f0ad4e;
}

@media (min-width:768px) {
    #sign-modal .modal-dialog.modal-sm {
        width: 350px;
    }
}

@media (max-width:768px) {
    #sign-modal .nav-tabs > li {
        float: left;
        margin: 0;
    }
}

.sub-menu {
    padding: 0 0 10px 4px;
}

    .sub-menu a {
        display: inline-block;
        margin-right: 20px;
        color: #999;
        font-size: 14px;
    }

        .sub-menu a.active, .sub-menu a:focus, .sub-menu a:hover {
            color: #08bf91;
            text-decoration: none;
        }

.form-group label {
    display: block;
}

.form-group .form-control {
    border-radius: 0;
}

form .help-block {
    color: #d9534f;
}

.modal-content {
    border-radius: 4px;
    padding: 20px;
}

.modal-header {
    color: #4c5157;
    border-bottom: 2px solid rgba(0,0,0,.2);
    overflow: hidden;
}

    .modal-header h3, .modal-header h4 {
        margin: 0;
        font-weight: 700;
        color: #4c5157;
    }

.modal-body {
    padding: 30px 15px;
    font-size: 16px;
}

.modal-footer {
    margin-top: 30px;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 768px;
        margin: 80px auto;
    }

        .modal-dialog.modal-sm {
            width: 300px;
        }
}

.btn {
    border-radius: 0;
}

.btn-join-path {
    font-size: 16px;
    padding: 7px 12px;
    background: #ff9717;
    box-shadow: 1px 3px rgba(0,0,0,.2);
    color: #fff;
    border: none;
    border-radius: 0;
}

.btn-path-operation {
    font-size: 16px;
    width: 98px;
}

.side-sda {
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
    font-size: 16px;
    color: #4c5157;
}

    .side-sda > span {
        margin-left: 10px;
        vertical-align: middle;
    }

    .side-sda.side-colored {
        color: #fff;
        font-size: 20px;
        box-shadow: 0 0 1px 4px #eee;
        text-align: center;
    }

        .side-sda.side-colored.side-primary {
            background: #2a96d7;
        }

        .side-sda.side-colored.side-success {
            background: #11c192;
        }

    .side-sda:focus, .side-sda:hover {
        text-decoration: none;
        color: #4c5157;
    }

        .side-sda:focus.side-colored, .side-sda:hover.side-colored {
            color: #fff;
        }

.side-sda-img {
    padding: 0 !important;
}

    .side-sda-img > img {
        width: 100%;
    }

.side-image {
    margin-bottom: 10px;
    background: #fff;
    text-align: center;
}

    .side-image img {
        width: 100%;
    }

    .side-image .side-image-text {
        color: #4c5157;
        font-size: 16px;
    }

    .side-image.side-qrcode {
        padding: 15px 0;
    }

        .side-image.side-qrcode img {
            width: 183px;
            max-width: 100%;
        }

.side-image-mobile {
    display: none;
}

@media (max-width:767px) {
    .side-image-mobile {
        display: block;
    }

    .side-image-pc {
        display: none;
    }
}

#new-features .modal-dialog {
    background-color: #f0f1ec;
    color: #848e98;
}

#new-features .modal-body {
    background-color: #fff;
    font-size: 18px;
}

    #new-features .modal-body img {
        width: 525px;
        box-shadow: 1px 1px 10px grey;
    }

    #new-features .modal-body .tip-label {
        color: skyblue;
    }

#new-features .modal-footer .detail {
    background-color: #11aa8c;
    color: #fff;
}

.hot-labs-content a {
    display: block;
    padding: 12px;
    color: #4c5157;
    font-size: 14px;
}

    .hot-labs-content a:hover {
        background: #f9f9f9;
        text-decoration: none;
    }

.community-item {
    display: block;
    margin-top: 10px;
    padding: 12px 0;
    background: #f9f9f9;
    border: 1px solid #eee;
    cursor: pointer;
    color: #333;
}

    .community-item:hover {
        background-color: #fff;
        text-decoration: none;
        color: #333;
    }

.community-item-left {
    min-width: 100px;
    height: 80px;
}

    .community-item-left .community-item-img {
        display: block;
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }

    .community-item-left img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.community-item-name {
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 130px;
    font-size: 16px;
}

.community-item-info {
    padding: 4px 0;
}

.community-item-sum {
    font-size: 14px;
    color: #9b9da2;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: middle;
}

.report-item {
    border-radius: 3px;
    padding: 6px 20px 20px;
}

    .report-item > a {
        display: block;
        position: relative;
        height: 220px;
        margin: 15px 0;
        padding: 25px 15px;
        color: #565a61;
        background: #f7f8fa;
        border: 1px solid #eee;
    }

        .report-item > a:focus, .report-item > a:hover {
            text-decoration: none;
        }

        .report-item > a:before {
            content: "";
            position: absolute;
            top: -1px;
            right: -1px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 16px 16px 0;
            border-color: #fff #fff #e3e8eb #e3e8eb;
        }

    .report-item > div {
        padding: 0;
    }

    .report-item:hover {
        box-shadow: 0 5px 15px #e5e5e5;
        transition: box-shadow .6s ease;
    }

.report-item-course {
    max-height: 24px;
    color: #4c5157;
    font-size: 15px;
    font-weight: 700;
}

.report-item-course, .report-item-lab {
    margin-bottom: 10px;
    overflow: hidden;
}

.report-item-lab {
    max-height: 38px;
    color: #565a61;
    font-size: 13px;
}

.report-item-count {
    position: absolute;
    left: -4px;
    bottom: 20px;
    padding: 0 24px 0 12px;
    height: 24px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e8eb;
    font-size: 12px;
}

.report-item-arrow, .report-item-arrow-line {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.report-item-arrow {
    top: -1px;
    right: -1px;
    border-top: 12px solid transparent;
    border-right: 12px solid #e3e8eb;
    border-bottom: 12px solid transparent;
}

.report-item-arrow-line {
    top: -11px;
    right: -12px;
    border-top: 11px solid transparent;
    border-right: 11px solid #f7f8fa;
    border-bottom: 11px solid transparent;
}

.report-item-benchmark {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

    .report-item-benchmark img {
        width: 30px;
    }

.report-item-author {
    text-overflow: ellipsis;
    color: #565a61;
    white-space: nowrap;
}

    .report-item-author .report-item-avatar .avatar img {
        width: 24px;
        height: 24px;
    }

    .report-item-author .report-item-avatar .member_icon {
        right: -6px;
        bottom: -6px;
    }

.report-item-comments {
    padding: 0;
    color: #9b9da2;
    font-size: 13px;
}

    .report-item-comments i {
        font-size: 16px;
    }

.report-item-update {
    width: 116px;
    margin-top: 15px;
    color: #9b9da2;
    text-align: right;
    clear: both;
}

.course {
    text-decoration: none;
    margin: 10px 0;
}

.course-box:active, .course-box:hover {
    box-shadow: 0 4px 20px 4px #ddd;
    text-decoration: none;
}

    .course-box:active .course-body, .course-box:hover .course-body {
        bottom: 54.5px;
    }

        .course-box:active .course-body .course-desc, .course-box:hover .course-body .course-desc {
            height: 54.5px;
        }

.course-box {
    min-height: 206px;
    /*min-height: 220px;*/
    /*min-height: 192px;*/
}

.course-box, .course-box-preview {
    display: block;
    position: relative;
    margin: 0;
    background: #fff;
    box-shadow: 0 2px 2px 0 #eee;
}

    .course-box-preview .sign-box, .course-box .sign-box {
        width: 100%;
        color: #565a61;
        padding: 0 5%;
        position: absolute;
        z-index: 2;
        top: -5px;
    }

        .course-box-preview .sign-box .course-new, .course-box .sign-box .course-new {
            margin-right: 5px;
        }

        .course-box-preview .sign-box .course-follow, .course-box .sign-box .course-follow {
            display: none;
            color: #f35e69;
            font-size: 18px;
            margin-top: 15px;
        }

    .course-box-preview .course-img, .course-box .course-img {
        width: 100%;
    }

        .course-box-preview .course-img > img, .course-box .course-img > img {
            width: 100%;
            height: 140px;
        }

    .course-box-preview .course-progress-bar, .course-box .course-progress-bar {
        width: 100%;
        height: 5px;
        background-color: #eee;
    }

        .course-box-preview .course-progress-bar > div, .course-box .course-progress-bar > div {
            background-color: #5ac65a;
            box-shadow: none;
        }

    .course-box-preview .course-body, .course-box .course-body {
        position: relative;
        bottom: 0;
        background: #fff;
        transition: bottom .5s;
        height: 54px;
        /*height: 90px;*/
        /*height:20px;*/
    }

        .course-box-preview .course-body .course-name, .course-box-preview .course-body .course-title, .course-box .course-body .course-name, .course-box .course-body .course-title {
            width: 100%;
            /*padding: 20px 10px 0;*/
            padding: 4px 10px 0;
            color: #666;
            font-size: 16px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .course-box-preview .course-body .course-desc, .course-box .course-body .course-desc {
            display: -webkit-box;
            height: 0;
            bottom: 0;
            padding: 0 10px;
            margin-top: 10px;
            color: #666;
            font-size: 13px;
            line-height: 1.4;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            word-wrap: break-word;
            transition: height .5s;
        }

        .course-box-preview .course-body.course-preview, .course-box .course-body.course-preview {
            height: auto;
        }

        .course-box-preview .course-body:after, .course-box .course-body:after {
            content: "";
            display: block;
            clear: both;
        }

    .course-box-preview .course-footer, .course-box .course-footer {
        width: 100%;
        height: 32px;
        color: #9b9da2;
        padding: 3px 10px;
        overflow: hidden;
        margin-top: -3px;
        z-index: 100;
        position: relative;
    }

.cshow .course-footer {
    margin-top: -20px;
}

.course-box-preview .course-footer .course-per-num, .course-box .course-footer .course-per-num {
    display: inline-block;
    padding: 4px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.course-box-preview .course-footer .course-bootcamp, .course-box .course-footer .course-bootcamp {
    padding: 3px 10px;
    color: #fff;
    border-radius: 100px;
    background-color: #f66e6e;
}

.course-box-preview .course-footer .course-money, .course-box .course-footer .course-money {
    padding: 3px 10px;
    color: #fff;
    border-radius: 100px;
    background-color: #ffae0f;
}

.course-box-preview .course-footer .course-free, .course-box .course-footer .course-free {
    padding: 3px 10px;
    color: #fff;
    border-radius: 100px;
    background-color: #59cf4a;
}

.course-box-preview .course-footer:after, .course-box .course-footer:after {
    content: "";
    display: block;
    clear: both;
}

.courses-sort {
    position: absolute;
    right: 30px;
    top: 36px;
    color: #c0c4cf;
}

    .courses-sort a {
        color: #c0c4cf;
        font-size: 13px;
    }

        .courses-sort a.active, .courses-sort a:focus, .courses-sort a:hover {
            color: #0c9;
            text-decoration: none;
        }

.invite-friends {
    padding: 10px;
    font-size: 16px;
}

    .invite-friends .invite-friends-header {
        padding: 15px;
        color: #0c9;
        border-bottom: 1px dashed #eee;
    }

        .invite-friends .invite-friends-header img {
            float: left;
        }

        .invite-friends .invite-friends-header div {
            padding-left: 35px;
        }

    .invite-friends .invite-friends-body {
        font-size: 14px;
        padding: 15px;
        color: #565a61;
    }

        .invite-friends .invite-friends-body .invite-friends-link {
            width: 100%;
            height: 28px;
            border: 1px solid #eee;
            border-radius: 4px;
            padding: 0 4px;
            line-height: 28px;
            margin-top: 10px;
            font-size: 13px;
            overflow: hidden;
            white-space: nowrap;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.075);
        }

    .invite-friends .invite-friends-copy {
        color: #fff;
        width: 120px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        margin: -8px 15px 8px;
        background-color: #0c9;
        cursor: pointer;
    }

.users-top-header span {
    font-size: 14px;
}

.users-top-body {
    font-size: 12px;
    border-bottom: 1px solid #eee;
    margin: 0;
}

    .users-top-body > div {
        margin: 10px 0;
    }

    .users-top-body .users-top-left a .user-vip {
        position: absolute;
        bottom: 0;
        right: -6px;
    }

    .users-top-body .users-top-left a:focus, .users-top-body .users-top-left a:hover {
        text-decoration: none;
    }

    .users-top-body .users-top-left .users-top-img {
        height: 36px;
        border-radius: 50%;
    }

    .users-top-body .users-top-left .users-top-name {
        display: inline-block;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #4c5157;
        margin-left: 10px;
    }

    .users-top-body .users-top-left .users-top-info {
        margin-left: 10px;
        margin-top: 5px;
    }

        .users-top-body .users-top-left .users-top-info .username {
            display: inline-block;
            max-width: 100px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .users-top-body .users-top-left .users-top-info .user-level {
            display: inline-block;
            overflow: hidden;
        }

    .users-top-body .users-top-left .users-top-study-time {
        color: #9b9da2;
        font-size: 14px;
    }

    .users-top-body .users-top-right {
        padding: 10px 0;
        text-align: center;
    }

        .users-top-body .users-top-right > img {
            height: 25px;
        }

.search-input {
    position: relative;
    margin: 0 0 10px;
    padding: 5px;
    background: #fff;
    border: 1px solid #eee;
}

    .search-input > span {
        position: absolute;
        top: 16px;
        left: 16px;
        color: #9b9da2;
    }

    .search-input > input {
        height: 46px;
        padding: 0 0 0 46px;
        font-size: 16px;
        border: none;
        box-shadow: 0 0 #fff;
    }

        .search-input > input:focus {
            border: none;
            box-shadow: none;
        }

    .search-input .btn {
        display: none;
        position: absolute;
        top: 10px;
        right: -2px;
        height: 34px;
        padding: 0 22px;
        background: transparent;
        font-size: 17px;
        border: 1px dotted transparent;
        color: #38c09b;
    }

.side-search-input {
    margin-bottom: 10px;
}

    .side-search-input button, .side-search-input input {
        height: 40px;
        border-radius: 0;
        border: 1px solid #e2e2e2;
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
        -webkit-transition: none;
        transition: none;
    }

.pagination-container {
    text-align: center;
    clear: both;
}

    .pagination-container .pagination li {
        display: inline-block;
        margin: 0 2px;
    }

    .pagination-container .pagination a {
        color: #565a61;
        font-size: 14px;
        border: none;
        border-radius: 0 !important;
    }

        .pagination-container .pagination a:hover {
            color: #fff;
            background: #0c9;
        }

    .pagination-container .pagination .disabled a {
        color: #9b9da2;
    }

        .pagination-container .pagination .disabled a:hover {
            color: #9b9da2;
            background: transparent;
        }

    .pagination-container .pagination .active a {
        color: #fff;
        background: #0c9;
    }

.comment-box .comment-title {
    margin: 8px 0;
    color: #565656;
    font-size: 14px;
}

.comment-form {
    overflow: hidden;
}

    .comment-form .comment-form-reset {
        display: none;
        color: #0c9;
        background: transparent;
    }

        .comment-form .comment-form-reset:hover {
            color: #fff;
            background-color: #009973;
            border-color: #008f6b;
        }

    .comment-form .btn {
        margin: 10px 0 10px 10px;
    }

.comment-form-content {
    width: 100%;
    height: 120px;
    margin-top: 12px;
    padding: 6px 12px;
    background: #fafbfa;
    font-size: 14px;
    border: 1px solid #ececec;
    overflow-y: auto;
    resize: none;
}

    .comment-form-content:focus {
        border: 1px solid #1abc9c;
        outline-color: hsla(0,0%,80%,0);
    }

.comment-form-unlogin {
    width: 100%;
    height: 150px;
    margin: 12px 0 30px;
    padding: 6px 12px;
    background: #fafbfa;
    font-size: 14px;
    text-align: center;
    line-height: 136px;
    border: 1px solid #ececec;
}

    .comment-form-unlogin a {
        color: #0c9;
    }

.comment-list-item {
    padding: 24px 0 4px;
    border-top: 1px solid #efefef;
}

.comment-item-body {
    padding: 0 0 0 26px;
    font-size: 14px;
}

.comment-item-name a {
    color: #0c9;
}

.comment-item-content {
    margin: 8px 0;
    color: #464646;
}

.comment-item-date {
    float: left;
    color: #ddd;
    font-size: 12px;
}

.comment-item-lab {
    float: left;
    margin-left: 10px;
    color: #999;
    font-size: 12px;
}

.comment-item-delete {
    margin-left: 8px;
}

.comment-item-delete, .comment-item-reply {
    float: right;
    font-size: 12px;
    cursor: pointer;
}

    .comment-item-reply a {
        color: #464646;
    }

        .comment-item-reply a:focus, .comment-item-reply a:hover {
            color: #000;
            text-decoration: none;
        }

.sidebox {
    margin-bottom: 10px;
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
}

.sidebox-header {
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
}

.sidebox-title {
    float: left;
    margin: 0;
    font-size: 16px;
    color: #4c5157;
}

.sidebox-body {
    padding: 10px 0;
    font-size: 14px;
}

    .sidebox-body .vip-logo {
        width: 20px;
        height: 20px;
    }

.sidebox-header {
    overflow: hidden;
}

    .sidebox-header a {
        padding: 4px 12px;
        border: 1px solid #efefef;
        background: #fafafa;
        color: #666;
        font-size: 12px;
    }

        .sidebox-header a:hover {
            background: #f3f3f3;
            color: #333;
            border: 1px solid #ddd;
            text-decoration: none;
        }

    .sidebox-header .student-msg-edit {
        font-size: 18px;
        cursor: pointer;
    }

.sidebox-footer {
    overflow: hidden;
}

    .sidebox-footer a {
        color: #529fd2;
    }

        .sidebox-footer a:hover {
            text-decoration: none;
        }

.side-btn {
    width: 100%;
    margin-bottom: 10px;
    padding: 14px 0;
    color: #fff;
    background: #0c9;
    font-size: 20px;
    border-radius: 0;
    border: none;
}

    .side-btn:active, .side-btn:focus, .side-btn:hover {
        color: #fff;
        background: rgba(0,204,153,.7);
    }

.mkeditor {
    padding: 0;
    border-radius: 4px;
}

.mkeditor-editor {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
}

    .mkeditor-editor .btn-group {
        padding: 6px 0 6px 6px;
    }

        .mkeditor-editor .btn-group.hide-toolbar, .mkeditor-editor .btn-group.hide-toolbar + .btn-group {
            display: none;
        }

            .mkeditor-editor .btn-group.hide-toolbar + .btn-group + textarea {
                margin: 0;
                background: #fff;
                border: none;
            }

                .mkeditor-editor .btn-group.hide-toolbar + .btn-group + textarea:focus, .mkeditor-editor .btn-group.hide-toolbar + .btn-group + textarea:hover {
                    outline: none;
                }

        .mkeditor-editor .btn-group.pull-right {
            padding-right: 6px;
            margin-top: 5px;
        }

    .mkeditor-editor .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #fff;
    }

        .mkeditor-editor .btn-default:hover {
            color: #333;
            background-color: #fff;
            border-color: #ccc;
        }

    .mkeditor-editor textarea {
        display: block;
        font-size: 14px;
        width: 100%;
        height: 200px;
        padding: 8px;
        max-width: 100%;
        border: 0;
        border-top: 1px solid #ddd;
    }

    .mkeditor-editor .help-block {
        display: none;
        padding: 4px 8px;
        margin: 0;
        border-top: 1px solid #ddd;
    }

        .mkeditor-editor .help-block span {
            display: block;
            margin: 0;
            padding: 0;
        }

.mkeditor-viewer div {
    padding: 12px;
    min-height: 100px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    font-size: 16px;
    word-break: break-all;
    overflow-y: auto;
}

    .mkeditor-viewer div img {
        max-width: 100%;
        margin: 8px 0;
    }

.mkeditor .nav-tabs {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

    .mkeditor .nav-tabs > li > a {
        margin: 0;
        margin-right: 2px;
        line-height: 1.42857143;
        padding: 10px 15px;
        color: #6d6b69;
        background-color: transparent;
        font-size: 14px;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
    }

        .mkeditor .nav-tabs > li.active > a, .mkeditor .nav-tabs > li.active > a:focus, .mkeditor .nav-tabs > li.active > a:hover, .mkeditor .nav-tabs > li > a:focus, .mkeditor .nav-tabs > li > a:hover {
            color: #12b762;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

@media (max-width:767px) {
    .mkeditor .mkeditor-editor .btn-group, .mkeditor .nav-tabs {
        display: none;
    }
}

.tag.tag-alone {
    display: inline-block;
    margin: 0 4px 4px 0;
    line-height: 0;
    font-size: 13px;
    border-radius: 2px;
}

    .tag.tag-alone.tag-success {
        padding: 12px 8px;
        color: #4c5157;
        transition: background .6s ease;
    }

        .tag.tag-alone.tag-success.active, .tag.tag-alone.tag-success:focus, .tag.tag-alone.tag-success:hover {
            color: #fff;
            background: #0c9;
            text-decoration: none;
        }

    .tag.tag-alone.tag-primary {
        padding: 10px 6px;
        color: #7c99b6;
        background: #f1f6fb;
        font-size: 12px;
    }

        .tag.tag-alone.tag-primary.active, .tag.tag-alone.tag-primary:focus, .tag.tag-alone.tag-primary:hover {
            color: #7c99b6;
            background: #f1f6fb;
            text-decoration: none;
        }

.tags {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

    .tags .tag {
        display: inline-block;
        margin: 0 4px 4px 0;
        line-height: 0;
        font-size: 13px;
        border-radius: 2px;
    }

        .tags .tag.tag-success {
            padding: 12px 8px;
            color: #4c5157;
            transition: background .6s ease;
        }

            .tags .tag.tag-success.active, .tags .tag.tag-success:focus, .tags .tag.tag-success:hover {
                color: #fff;
                background: #0c9;
                text-decoration: none;
            }

        .tags .tag.tag-primary {
            padding: 10px 6px;
            color: #7c99b6;
            background: #f1f6fb;
            font-size: 12px;
        }

            .tags .tag.tag-primary.active, .tags .tag.tag-primary:focus, .tags .tag.tag-primary:hover {
                color: #7c99b6;
                background: #f1f6fb;
                text-decoration: none;
            }

.nav-tabs {
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #eee;
}

    .nav-tabs > li > a {
        margin: 0 48px 0 0;
        padding: 0 0 4px;
        color: #565a61;
        background-color: transparent;
        font-size: 16px;
        border: none;
        border-bottom: 1px solid transparent;
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
            color: #4c5157;
            background-color: transparent;
            border: none;
            border-bottom: 1px solid transparent;
            border-bottom-color: #0c9;
        }

@media (max-width:768px) {
    .nav-tabs > li {
        float: none;
        display: block;
        margin: 14px 0;
    }
}

@media (max-width:1199px) {
    .nav-tabs > li > a {
        margin: 0 30px 0 0;
    }
}

.breadcrumb {
    margin: 0;
    padding: 10px 0;
    font-size: 13px;
    background: transparent;
    border-radius: 0;
}

    .breadcrumb li a {
        color: #666;
    }

        .breadcrumb li a:focus, .breadcrumb li a:hover {
            color: #0c9;
            text-decoration: none;
        }

.float-sda {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 1;
}

@media (max-width:768px) {
    .float-sda {
        display: none;
    }
}

.invite-user-btn {
    cursor: pointer;
}

.markdown-box {
    font-size: 14px;
    font-family: Microsoft Yahei,Open Sans,Helvetica Neue,Helvetica,Arial,STHeiti,sans-serif;
}

    .markdown-box h2 {
        font-size: 18px;
        line-height: 2.4;
    }

    .markdown-box h3 {
        font-size: 16px;
        background: #eff5f5;
        padding: 8px;
        color: #637375;
    }

    .markdown-box h4 {
        font-size: 15px;
        color: #555;
        padding: 8px;
    }

    .markdown-box p {
        line-height: 1.6;
    }

    .markdown-box ul {
        background: #fbfbf8;
        padding-bottom: 10px;
        padding-top: 10px;
        color: #817f74;
        line-height: 2;
    }

    .markdown-box a, .markdown-box b, .markdown-box strong {
        font-size: 90%;
        padding: 0 4px;
    }

    .markdown-box b, .markdown-box strong {
        font-weight: 700;
        color: #444;
    }

    .markdown-box pre {
        display: block;
        padding: 9.5px;
        margin: 0 0 10px;
        font-size: .76em;
        line-height: 20px;
        word-break: break-all;
        word-wrap: break-word;
        color: #859c91;
        background-color: #f5f5f5;
        border: none;
        border-radius: 4px;
    }

    .markdown-box img {
        max-width: 100%;
    }

.side-list-body a {
    display: block;
    padding: 10px;
    color: #565a61;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .side-list-body a:hover {
        background: #f9f9f9;
        text-decoration: none;
    }

.ads-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 120px;
    background: rgba(0,0,0,.5);
    text-align: center;
    z-index: 9;
}

.ads-modal-body {
    display: inline-block;
    position: relative;
}

.ads-modal-close {
    display: inline-block;
    position: absolute;
    right: -50px;
    top: -50px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

    .ads-modal-close i {
        width: 24px;
        height: 24px;
        padding: 4px;
        background: rgba(0,0,0,.5);
        border-radius: 50%;
    }

.markdown-body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
}

    .markdown-body a {
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

        .markdown-body a:active, .markdown-body a:hover {
            outline-width: 0;
        }

    .markdown-body strong {
        font-weight: inherit;
        font-weight: 700;
    }

    .markdown-body h1 {
        font-size: 2em;
        margin: .67em 0;
    }

    .markdown-body img {
        border-style: none;
    }

    .markdown-body svg:not(:root) {
        overflow: hidden;
    }

    .markdown-body kbd {
        font-family: monospace,monospace;
        font-size: 1em;
    }

    .markdown-body hr {
        box-sizing: content-box;
        overflow: visible;
    }

    .markdown-body input {
        font: inherit;
        margin: 0;
        overflow: visible;
    }

    .markdown-body [type=button]:-moz-focusring, .markdown-body [type=reset]:-moz-focusring, .markdown-body [type=submit]:-moz-focusring, .markdown-body button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

    .markdown-body [type=checkbox] {
        box-sizing: border-box;
        padding: 0;
    }

    .markdown-body table {
        border-spacing: 0;
        border-collapse: collapse;
    }

    .markdown-body td, .markdown-body th {
        padding: 0;
    }

    .markdown-body * {
        box-sizing: border-box;
    }

    .markdown-body input {
        font: 13px/1.4 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif;
    }

    .markdown-body a {
        color: #4078c0;
        text-decoration: none;
    }

        .markdown-body a:active, .markdown-body a:hover {
            text-decoration: underline;
        }

    .markdown-body hr {
        height: 0;
        margin: 15px 0;
        overflow: hidden;
        background: transparent;
        border: 0;
        border-bottom: 1px solid #ddd;
    }

        .markdown-body hr:after, .markdown-body hr:before {
            display: table;
            content: "";
        }

        .markdown-body hr:after {
            clear: both;
        }

    .markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .markdown-body h1 {
        font-size: 30px;
    }

    .markdown-body h2 {
        font-size: 21px;
    }

    .markdown-body h3 {
        font-size: 16px;
    }

    .markdown-body h4 {
        font-size: 14px;
    }

    .markdown-body h5 {
        font-size: 12px;
    }

    .markdown-body h6 {
        font-size: 11px;
    }

    .markdown-body p {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .markdown-body blockquote {
        margin: 0;
    }

    .markdown-body ol, .markdown-body ul {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

        .markdown-body ol ol, .markdown-body ul ol {
            list-style-type: lower-roman;
        }

            .markdown-body ol ol ol, .markdown-body ol ul ol, .markdown-body ul ol ol, .markdown-body ul ul ol {
                list-style-type: lower-alpha;
            }

    .markdown-body dd {
        margin-left: 0;
    }

    .markdown-body .pl-0 {
        padding-left: 0 !important;
    }

    .markdown-body .pl-1 {
        padding-left: 3px !important;
    }

    .markdown-body .pl-2 {
        padding-left: 6px !important;
    }

    .markdown-body .pl-3 {
        padding-left: 12px !important;
    }

    .markdown-body .pl-4 {
        padding-left: 24px !important;
    }

    .markdown-body .pl-5 {
        padding-left: 36px !important;
    }

    .markdown-body .pl-6 {
        padding-left: 48px !important;
    }

    .markdown-body .form-select::-ms-expand {
        opacity: 0;
    }

    .markdown-body:after, .markdown-body:before {
        display: table;
        content: "";
    }

    .markdown-body:after {
        clear: both;
    }

    .markdown-body > :first-child {
        margin-top: 0 !important;
    }

    .markdown-body > :last-child {
        margin-bottom: 0 !important;
    }

    .markdown-body a:not([href]) {
        color: inherit;
        text-decoration: none;
    }

    .markdown-body .anchor {
        display: inline-block;
        padding-right: 2px;
        margin-left: -18px;
    }

        .markdown-body .anchor:focus {
            outline: none;
        }

    .markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
        margin-top: 1em;
        margin-bottom: 16px;
        font-weight: 700;
        line-height: 1.4;
    }

        .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {
            color: #000;
            vertical-align: middle;
            visibility: hidden;
        }

        .markdown-body h1:hover .anchor, .markdown-body h2:hover .anchor, .markdown-body h3:hover .anchor, .markdown-body h4:hover .anchor, .markdown-body h5:hover .anchor, .markdown-body h6:hover .anchor {
            text-decoration: none;
        }

            .markdown-body h1:hover .anchor .octicon-link, .markdown-body h2:hover .anchor .octicon-link, .markdown-body h3:hover .anchor .octicon-link, .markdown-body h4:hover .anchor .octicon-link, .markdown-body h5:hover .anchor .octicon-link, .markdown-body h6:hover .anchor .octicon-link {
                visibility: visible;
            }

    .markdown-body h1 {
        padding-bottom: .3em;
        font-size: 2.25em;
        line-height: 1.2;
        border-bottom: 1px solid #eee;
    }

        .markdown-body h1 .anchor {
            line-height: 1;
        }

    .markdown-body h2 {
        padding-bottom: .3em;
        font-size: 1.75em;
        line-height: 1.225;
        border-bottom: 1px solid #eee;
    }

        .markdown-body h2 .anchor {
            line-height: 1;
        }

    .markdown-body h3 {
        font-size: 1.5em;
        line-height: 1.43;
    }

        .markdown-body h3 .anchor {
            line-height: 1.2;
        }

    .markdown-body h4 {
        font-size: 1.25em;
    }

        .markdown-body h4 .anchor {
            line-height: 1.2;
        }

    .markdown-body h5 {
        font-size: 1em;
    }

        .markdown-body h5 .anchor {
            line-height: 1.1;
        }

    .markdown-body h6 {
        font-size: 1em;
        color: #777;
    }

        .markdown-body h6 .anchor {
            line-height: 1.1;
        }

    .markdown-body blockquote, .markdown-body dl, .markdown-body ol, .markdown-body p, .markdown-body table, .markdown-body ul {
        margin-top: 0;
        margin-bottom: 16px;
    }

    .markdown-body hr {
        height: 4px;
        padding: 0;
        margin: 16px 0;
        background-color: #e7e7e7;
        border: 0 none;
    }

    .markdown-body ol, .markdown-body ul {
        padding-left: 2em;
    }

        .markdown-body ol ol, .markdown-body ol ul, .markdown-body ul ol, .markdown-body ul ul {
            margin-top: 0;
            margin-bottom: 0;
        }

    .markdown-body li > p {
        margin-top: 16px;
    }

    .markdown-body dl {
        padding: 0;
    }

        .markdown-body dl dt {
            padding: 0;
            margin-top: 16px;
            font-size: 1em;
            font-style: italic;
            font-weight: 700;
        }

        .markdown-body dl dd {
            padding: 0 16px;
            margin-bottom: 16px;
        }

    .markdown-body blockquote {
        padding: 0 15px;
        color: #777;
        border-left: 4px solid #ddd;
    }

        .markdown-body blockquote > :first-child {
            margin-top: 0;
        }

        .markdown-body blockquote > :last-child {
            margin-bottom: 0;
        }

    .markdown-body table {
        display: block;
        width: 100%;
        overflow: auto;
        word-break: normal;
        word-break: keep-all;
    }

        .markdown-body table th {
            font-weight: 700;
        }

        .markdown-body table td, .markdown-body table th {
            padding: 6px 13px;
            border: 1px solid #ddd;
        }

        .markdown-body table tr {
            background-color: #fff;
            border-top: 1px solid #ccc;
        }

            .markdown-body table tr:nth-child(2n) {
                background-color: #f8f8f8;
            }

    .markdown-body img {
        max-width: 100%;
        box-sizing: content-box;
        background-color: #fff;
    }

    .markdown-body kbd {
        font-size: 11px;
    }

    .markdown-body .pl-c {
        color: #969896;
    }

    .markdown-body .pl-c1, .markdown-body .pl-s .pl-v {
        color: #0086b3;
    }

    .markdown-body .pl-e, .markdown-body .pl-en {
        color: #795da3;
    }

    .markdown-body .pl-s .pl-s1, .markdown-body .pl-smi {
        color: #333;
    }

    .markdown-body .pl-ent {
        color: #63a35c;
    }

    .markdown-body .pl-k {
        color: #a71d5d;
    }

    .markdown-body .pl-pds, .markdown-body .pl-s, .markdown-body .pl-s .pl-pse .pl-s1, .markdown-body .pl-sr, .markdown-body .pl-sr .pl-cce, .markdown-body .pl-sr .pl-sra, .markdown-body .pl-sr .pl-sre {
        color: #183691;
    }

    .markdown-body .pl-v {
        color: #ed6a43;
    }

    .markdown-body .pl-id {
        color: #b52a1d;
    }

    .markdown-body .pl-ii {
        background-color: #b52a1d;
        color: #f8f8f8;
    }

    .markdown-body .pl-sr .pl-cce {
        color: #63a35c;
        font-weight: 700;
    }

    .markdown-body .pl-ml {
        color: #693a17;
    }

    .markdown-body .pl-mh, .markdown-body .pl-mh .pl-en, .markdown-body .pl-ms {
        color: #1d3e81;
        font-weight: 700;
    }

    .markdown-body .pl-mq {
        color: teal;
    }

    .markdown-body .pl-mi {
        color: #333;
        font-style: italic;
    }

    .markdown-body .pl-mb {
        color: #333;
        font-weight: 700;
    }

    .markdown-body .pl-md {
        background-color: #ffecec;
        color: #bd2c00;
    }

    .markdown-body .pl-mi1 {
        background-color: #eaffea;
        color: #55a532;
    }

    .markdown-body .pl-mdr {
        color: #795da3;
        font-weight: 700;
    }

    .markdown-body .pl-mo {
        color: #1d3e81;
    }

    .markdown-body kbd {
        display: inline-block;
        padding: 3px 5px;
        font: 11px Consolas,Liberation Mono,Menlo,Courier,monospace;
        line-height: 10px;
        color: #555;
        vertical-align: middle;
        background-color: #fcfcfc;
        border: 1px solid #ccc;
        border-bottom-color: #bbb;
        border-radius: 3px;
        box-shadow: inset 0 -1px 0 #bbb;
    }

    .markdown-body .full-commit .btn-outline:not(:disabled):hover {
        color: #4078c0;
        border: 1px solid #4078c0;
    }

    .markdown-body :checked + .radio-label {
        position: relative;
        z-index: 1;
        border-color: #4078c0;
    }

    .markdown-body .octicon {
        display: inline-block;
        vertical-align: text-top;
        fill: currentColor;
    }

    .markdown-body .task-list-item {
        list-style-type: none;
    }

        .markdown-body .task-list-item + .task-list-item {
            margin-top: 3px;
        }

        .markdown-body .task-list-item input {
            margin: 0 .2em .25em -1.6em;
            vertical-align: middle;
        }

    .markdown-body hr {
        border-bottom-color: #eee;
    }

.panel-userinfo {
    margin-bottom: 10px;
    border-color: #eee;
}

    .panel-userinfo .body-userinfo .userinfo-header {
        word-break: break-all;
        overflow: visible;
    }

        .panel-userinfo .body-userinfo .userinfo-header .media-left {
            padding-left: 20px;
        }

            .panel-userinfo .body-userinfo .userinfo-header .media-left .user-avatar .avatar img {
                width: 80px;
                height: 80px;
            }

            .panel-userinfo .body-userinfo .userinfo-header .media-left .user-avatar .member-icon > img {
                width: 26px;
                height: 26px;
            }

        .panel-userinfo .body-userinfo .userinfo-header .media-body {
            overflow: visible;
        }

            .panel-userinfo .body-userinfo .userinfo-header .media-body .username {
                color: #000;
                font-size: 16px;
            }

                .panel-userinfo .body-userinfo .userinfo-header .media-body .username a {
                    color: #000;
                }

                    .panel-userinfo .body-userinfo .userinfo-header .media-body .username a:hover {
                        text-decoration: none;
                        color: #08bf91;
                    }

            .panel-userinfo .body-userinfo .userinfo-header .media-body .user-level {
                margin-left: -2px;
                color: #fec42d;
                font-size: 12px;
                font-weight: 700;
            }

            .panel-userinfo .body-userinfo .userinfo-header .media-body p.vip-remain {
                padding-top: 10px;
                margin-bottom: -10px;
                color: #999;
            }

                .panel-userinfo .body-userinfo .userinfo-header .media-body p.vip-remain a {
                    color: #f33;
                }

            .panel-userinfo .body-userinfo .userinfo-header .media-body p.vip-join {
                padding-top: 10px;
                margin-bottom: -10px;
            }

                .panel-userinfo .body-userinfo .userinfo-header .media-body p.vip-join a img {
                    width: 12px;
                    height: 12px;
                }

    .panel-userinfo .body-userinfo .userinfo-data {
        text-align: center;
        display: none;
    }

        .panel-userinfo .body-userinfo .userinfo-data .data-item {
            border-right: 1px solid #ebebeb;
        }

            .panel-userinfo .body-userinfo .userinfo-data .data-item .counter-a {
                font-size: 16px;
                color: #000;
            }

                .panel-userinfo .body-userinfo .userinfo-data .data-item .counter-a span {
                    font-size: 25px;
                    color: #36b935;
                }

                .panel-userinfo .body-userinfo .userinfo-data .data-item .counter-a:hover {
                    text-decoration: none;
                    color: #36b935;
                }

            .panel-userinfo .body-userinfo .userinfo-data .data-item .counter-p {
                font-size: 16px;
                color: #000;
            }

                .panel-userinfo .body-userinfo .userinfo-data .data-item .counter-p span {
                    color: #fecf2d;
                    font-size: 25px;
                }

        .panel-userinfo .body-userinfo .userinfo-data .btn-group-lr {
            padding-left: 22px;
        }

            .panel-userinfo .body-userinfo .userinfo-data .btn-group-lr .login-btn {
                border: 1px solid #0c9;
                border-radius: 2px;
                background: #fff;
                color: #6e6e6e;
            }

                .panel-userinfo .body-userinfo .userinfo-data .btn-group-lr .login-btn:hover {
                    background: #0c9;
                    color: #fff;
                }

            .panel-userinfo .body-userinfo .userinfo-data .btn-group-lr .register-btn {
                background: #0c9;
                border-radius: 2px;
                color: #fff;
            }

    .panel-userinfo .body-userinfo .userinfo-last-learn {
        text-align: center;
    }

        .panel-userinfo .body-userinfo .userinfo-last-learn h4 {
            text-align: left;
        }

        .panel-userinfo .body-userinfo .userinfo-last-learn .last-course-name {
            font-size: 14px;
            text-align: center;
        }

    .panel-userinfo .body-userinfo .userinfo-continue-learn {
        margin-top: 10px;
    }

        .panel-userinfo .body-userinfo .userinfo-continue-learn .btn {
            display: block;
        }

    .panel-userinfo .body-userinfo .userinfo-footer {
        margin-bottom: -10px;
        color: #08bf91;
    }

        .panel-userinfo .body-userinfo .userinfo-footer div.pos-left {
            text-align: left;
        }

            .panel-userinfo .body-userinfo .userinfo-footer div.pos-left a {
                color: #0c9;
            }

        .panel-userinfo .body-userinfo .userinfo-footer div.pos-right {
            text-align: right;
        }

            .panel-userinfo .body-userinfo .userinfo-footer div.pos-right a {
                color: #0c9;
            }

        .panel-userinfo .body-userinfo .userinfo-footer div.modal {
            color: #000;
        }

.challenge-types, .question-types {
    position: relative;
}

    .challenge-types .challenge-sort, .challenge-types .question-sort, .question-types .challenge-sort, .question-types .question-sort {
        position: absolute;
        top: 6px;
        right: 0;
        color: #565a61;
    }

        .challenge-types .challenge-sort a, .challenge-types .question-sort a, .question-types .challenge-sort a, .question-types .question-sort a {
            color: #565a61;
            font-size: 13px;
        }

            .challenge-types .challenge-sort a.active, .challenge-types .challenge-sort a:focus, .challenge-types .challenge-sort a:hover, .challenge-types .question-sort a.active, .challenge-types .question-sort a:focus, .challenge-types .question-sort a:hover, .question-types .challenge-sort a.active, .question-types .challenge-sort a:focus, .question-types .challenge-sort a:hover, .question-types .question-sort a.active, .question-types .question-sort a:focus, .question-types .question-sort a:hover {
                color: #0c9;
                text-decoration: none;
            }

        .challenge-types .challenge-sort.sort-filter, .challenge-types .challenge-sort.sort-filter a, .challenge-types .question-sort.sort-filter, .challenge-types .question-sort.sort-filter a, .question-types .challenge-sort.sort-filter, .question-types .challenge-sort.sort-filter a, .question-types .question-sort.sort-filter, .question-types .question-sort.sort-filter a {
            color: #c0c4cf;
        }

            .challenge-types .challenge-sort.sort-filter a.active, .challenge-types .question-sort.sort-filter a.active, .question-types .challenge-sort.sort-filter a.active, .question-types .question-sort.sort-filter a.active {
                color: #0c9;
                text-decoration: none;
            }

.questions-list .desc {
    padding: 5px 0;
    margin: 0 20px;
    border-bottom: 1px solid #f2f4f7;
}

.question-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.question-item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

    .question-item > .col-md-10 {
        padding: 0;
    }

        .question-item > .col-md-10 h4 {
            margin: 0;
            white-space: nowrap;
            display: inline-block;
            max-width: 100%;
        }

            .question-item > .col-md-10 h4 a {
                vertical-align: middle;
            }

            .question-item > .col-md-10 h4 .question-type: {
                font-size: 14px;
            }

.question-item-author {
    width: 10%;
}

.question-item-area {
    padding: 2px 4px;
    font-size: 10px;
    font-weight: 100;
}

.question-item-title {
    color: #4c5157;
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .question-item-title:focus, .question-item-title:hover {
        color: #0c9;
        text-decoration: none;
    }

@media (max-width:767px) {
    .question-item-title {
        white-space: normal;
        word-break: break-all;
    }
}

.question-item-summary {
    margin-top: 8px;
    color: #9b9da2;
    font-size: 13px;
}

    .question-item-summary > span {
        margin: 0 4px;
    }

        .question-item-summary > span.question-item-tags {
            font-size: 0;
        }

            .question-item-summary > span.question-item-tags .tag {
                margin-right: 4px;
            }

.question-item-course a {
    color: #9b9da2;
}

    .question-item-course a:focus, .question-item-course a:hover {
        color: #4c5157;
        text-decoration: none;
    }

.question-item-rank {
    padding: 0;
    margin-top: 8px;
    text-align: center;
}

    .question-item-rank > div {
        display: inline-block;
        color: #565a61;
        font-size: 14px;
        text-align: center;
    }

        .question-item-rank > div.question-item-answered {
            color: #0c9;
        }

@media screen and (max-width:767px) {
    .question-item-summary > span {
        margin: 0 8px;
    }

    .question-item-course:before {
        content: "";
        display: block;
        width: 100%;
    }

    .question-item-tags:before {
        content: "";
        display: block;
        width: 100%;
    }

    .question-item-rank {
        text-align: right;
    }
}

.old-forum {
    box-shadow: 0 1px 1px 0 #ccc;
    padding: 15px;
    margin-bottom: 10px;
    background: #fff;
}

    .old-forum a {
        color: #484e54;
        font-size: 16px;
        font-weight: 700;
    }

        .old-forum a:hover {
            color: #00b877;
            text-decoration: none;
        }

.user-info .sidebox-body div {
    padding: 4px 16px;
    color: #7b7f88;
    font-size: 14px;
}

.user-info a {
    color: #7b7f88;
}

    .user-info a:hover {
        color: #0c9;
        text-decoration: none;
    }

.askquestion-modal textarea {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.askquestion-modal label {
    font-size: 16px;
    font-weight: 100;
    color: #4e5357;
    margin: 0;
}

.askquestion-modal .label {
    display: inline-block;
    cursor: pointer;
    padding: 5px 8px;
    margin: 4px 4px 4px 0;
    border-radius: 2px;
    color: #769bba;
    font-size: 13px;
    font-weight: 300;
}

.askquestion-modal .label-default {
    background: #fff;
}

    .askquestion-modal .label-default:hover {
        background: #eef5fc;
    }

.askquestion-modal .label-success {
    background: #0c9;
    color: #fff;
}

.question-detail {
    background: #fff;
    padding: 30px;
    margin-bottom: 15px;
    box-shadow: 0 1px 1px #ccc;
}

.question-headline .question-title {
    font-size: 20px;
    font-weight: 800;
    word-break: break-all;
    width: 650px;
    color: #484e54;
}

.question-headline .question-figure {
    float: right;
    margin-right: 20px;
    padding-top: 5px;
    color: #a4a4a4;
    font-size: 12px;
}

.question-headline .collectBtn {
    width: 48px;
    padding: 0;
    margin-top: 4px;
    font-size: 12px;
    border-radius: 20px;
}

.question-author {
    margin-top: 16px;
    font-size: 13px;
}

    .question-author span {
        margin-right: 30px;
    }

    .question-author img {
        display: inline-block;
        width: 36px;
        margin-right: 6px;
        border-radius: 50%;
    }

    .question-author .author-name {
        margin: 0;
        color: #484e54;
    }

    .question-author .user-vip {
        display: inline-block;
        margin-right: 30px;
    }

    .question-author .shiyandou {
        width: 18px;
        height: 18px;
        margin: 0;
        vertical-align: text-bottom;
    }

.question-delete, .question-edit {
    float: right;
    margin-right: 10px;
    padding-top: 5px;
    color: #565a61;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 12px;
    border: 1px solid #ccc;
}

    .question-delete:hover, .question-edit:hover {
        border: 1px solid #adadad;
        background-color: #e6e6e6;
    }

.question-content {
    overflow: hidden;
}

    .answer-content h1, .question-content h1 {
        font-size: 19px;
        font-weight: 700;
    }

    .answer-content h2, .question-content h2 {
        font-size: 18px;
        font-weight: 700;
    }

    .answer-content h3, .question-content h3 {
        font-size: 17px;
        font-weight: 700;
    }

    .answer-content h4, .answer-content h5, .answer-content h6, .question-content h4, .question-content h5, .question-content h6 {
        font-size: 16px;
        font-weight: 700;
    }

    .answer-content p, .question-content p {
        margin: 14px 0;
        line-height: 26px;
        font-size: 15px;
    }

    .answer-content li, .question-content li {
        font-size: 16px;
    }

    .answer-content .imgZoomIn, .answer-content img, .question-content .imgZoomIn, .question-content img {
        width: auto !important;
        margin: 0 !important;
        border-radius: 4px !important;
        display: block;
        cursor: pointer;
    }

    .answer-content .imgZoomIn, .question-content .imgZoomIn {
        max-width: 100% !important;
    }

    .answer-content a, .question-content a {
        float: none;
        color: #00b877;
    }

    .answer-content hr, .question-content hr {
        margin: 12px 0;
        border-color: #999;
    }

.question-content {
    margin-top: 20px;
    margin-bottom: 40px;
}

    .question-content p {
        word-break: break-all;
        color: #484e54;
        line-height: 25px;
        overflow: hidden;
    }

.answer-content {
    margin: 5px 0 20px;
    font-size: 15px;
    color: #484e54;
    word-wrap: break-word;
}

    .answer-content textarea {
        width: 100%;
        height: 200px;
        resize: none;
    }

.top-ctrl, .untop-ctrl {
    float: right;
    font-size: 13px;
    color: #fff;
    margin-right: 8px;
    border: 1px solid #198a73;
    padding: 4px 8px;
    background: #11aa8c;
    cursor: pointer;
}

    .top-ctrl:focus, .top-ctrl:hover, .untop-ctrl:focus, .untop-ctrl:hover {
        color: #fff;
        background: #17b899;
        text-decoration: none;
    }

@media (max-width:767px) {
    .question-headline .question-title {
        display: block;
        width: 100%;
    }

    .question-headline .question-figure {
        float: none;
        display: inline-block;
        margin: 10px 10px 10px 0;
    }

    .question-author .question-from {
        display: block;
        margin: 10px 0;
    }

    .question-author .tagStyle2 {
        display: inline-block;
        margin: 4px 0;
    }

        .question-author .tagStyle2:before {
            content: "";
            display: block;
        }
}

.comment-assistant {
    position: relative;
    padding: 2px 4px;
    margin-left: 10px;
    color: #fff;
    background: #08bf91;
    font-size: 12px;
}

    .comment-assistant:before {
        content: "";
        position: absolute;
        left: -18px;
        top: 0;
        width: 0;
        height: 0;
        border: 9px solid #08bf91;
        border-color: transparent #08bf91 transparent transparent;
    }

.assistant-mark {
    display: inline-block;
    padding: 20px 0 0;
    color: #a4a4a4;
    font-size: 12px;
    border-top: 1px dashed #ccc;
}

    .assistant-mark a {
        color: #f66;
    }

        .assistant-mark a:focus, .assistant-mark a:hover {
            text-decoration: none;
        }

.like-status {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    margin-right: 5px;
}

    .like-status i {
        border-right: 1px solid #d5cdce;
        padding-right: 5px;
        margin-right: 5px;
    }

        .like-status i.fa-like-answer {
            transition: all 1s cubic-bezier(.68,-.55,.27,1.55);
            transform: scale(1.1);
        }

        .like-status i:hover {
            cursor: pointer;
        }

.like-answer {
    color: #ea6f5a;
}

.unlike-answer {
    color: #9f9c99;
}

.question-answers {
    padding-bottom: 50px;
}

.answer-item {
    margin-top: 30px;
}

    .answer-item .home-page {
        float: left;
        color: #484e54;
        font-size: 13px;
    }

    .answer-item img {
        display: inline-block;
        width: 36px;
        margin: -10px 5px 0 0;
        border-radius: 50%;
    }

    .answer-item.accepted-answer {
        margin-top: 10px;
        padding: 20px;
        background: #f4fbf5;
    }

.answer-head {
    float: left;
    width: 40px;
    margin-right: 10px;
    margin-top: 5px;
}

.answer-detail {
    position: relative;
    margin-left: 55px;
    padding-bottom: 5px;
}

    .answer-detail hr {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .answer-detail .comment-reply a {
        color: #367eba;
        font-size: 13px;
        margin: 0 2px;
    }

    .answer-detail .comment-reply .member-icon img {
        width: 13px;
        height: 13px;
        margin: 0;
    }

    .answer-detail .comment-parent {
        margin-left: 5px;
        color: #9b9da2;
    }

        .answer-detail .comment-parent a {
            color: #347eba;
            font-size: 13px;
            margin: 0 2px;
        }

        .answer-detail .comment-parent .member-icon img {
            width: 13px;
            height: 13px;
            margin: 0;
        }

    .answer-detail .commentBtn, .answer-detail > a {
        float: right;
        color: #666;
        text-decoration: none;
        cursor: pointer;
        margin-right: 5px;
    }

    .answer-detail .answer-detail-accept, .answer-detail .answer-detail-accepted {
        padding: 2px 10px;
        color: #fff;
        background: #08bf91;
        border-color: #08bf91;
        float: right;
        margin: -4px 5px 0 0;
        font-size: 12px;
    }

    .answer-detail .answer-detail-accepted {
        background: #0c9;
        border-color: #0c9;
    }

    .answer-detail .create-time {
        display: inline-block;
        padding: 15px 0 10px;
        color: #a4a4a4;
    }

.commentBtns {
    float: right;
    margin-top: 20px;
}

#commentCancel {
    float: left;
    width: 70px;
}

    #commentCancel:hover {
        color: #d3d3d3;
    }

#commentSubmit {
    float: left;
    width: 70px;
    color: #fff;
    background-color: #1cb974;
    border-radius: 0;
    height: 30px;
    padding: 5px;
}

.ptilte {
    font-size: 18px;
    color: #666;
    padding-bottom: 6px;
}

.your-answer {
    padding-bottom: 40px;
}

    .your-answer img.question-head {
        display: inline-block;
        width: 36px;
        margin: -10px 5px 0 0;
        border-radius: 50%;
    }

.clear-reply {
    display: none;
    width: 100px;
    float: right;
    padding: 6px 12px;
    color: #0c9;
    margin-right: 10px;
}

    .clear-reply:hover {
        background-color: #0c9;
        color: #fff;
    }

#yourAnswerForm {
    margin: 12px 0 14px;
}

#youAnswerBtn {
    float: right;
    width: 100px;
    color: #fff;
    background-color: #0c9;
    border-radius: 0;
}

.answer-delete, .answer-edit {
    margin-left: 5px;
}

@media (min-width:768px) {
    #askquestion .form-horizontal .control-label {
        width: 100px;
    }
}

.question-desc {
    margin: 0 0 30px;
}

    .question-desc a {
        color: #00b877;
    }

.search-result {
    display: none;
    margin: 12px 0;
    font-size: 13px;
    background: #f7f7f7;
    padding: 8px;
    color: #666;
}

.add-privatecourse .sidebox-body {
    text-align: center;
}

    .add-privatecourse .sidebox-body input {
        width: 100%;
        padding: 6px 12px;
    }

    .add-privatecourse .sidebox-body .btn {
        width: 100%;
        margin-top: 10px;
    }

.course-cates {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

/*.course-cates:first-child {
        margin-bottom: 10px;
    }*/

.course-cates-title {
    padding: 4px 0 4px 15px;
}

.course-cates-content .course-cates-vip, .course-cates-content > a {
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 4px 10px;
    color: #666;
    border-radius: 15px;
    cursor: pointer;
    transition: color 1s ease;
    transition: background .5s ease;
}

    .course-cates-content .course-cates-vip.active, .course-cates-content .course-cates-vip:focus, .course-cates-content .course-cates-vip:hover, .course-cates-content > a.active, .course-cates-content > a:focus, .course-cates-content > a:hover {
        color: #fff;
        background: #08bf91;
        text-decoration: none;
    }

    .course-cates-content .course-cates-vip a {
        color: #666;
    }

        .course-cates-content .course-cates-vip a img {
            width: 20px;
        }

        .course-cates-content .course-cates-vip.active a, .course-cates-content .course-cates-vip a.active, .course-cates-content .course-cates-vip a:focus, .course-cates-content .course-cates-vip a:hover {
            color: #fff;
            text-decoration: none;
        }

p.join-vip-faq {
    margin-top: 20px;
    margin-bottom: -50px;
    font-size: 13px;
}

    p.join-vip-faq img {
        height: 13px;
        width: 13px;
        margin-top: -2px;
    }

a.vip-without-bean {
    font-size: 18px;
    line-height: 30px;
}

.lab-item-ctrl .btn-primary {
    background-color: #0c9;
    border-color: #0c9;
    color: #fff;
}

.lab-item {
    position: relative;
    padding: 6px 0;
    margin: 12px 0;
}

    .lab-item > div {
        display: inline-block;
        margin: 0 12px;
        padding: 6px 0;
        font-size: 16px;
        vertical-align: middle;
    }

        .lab-item > div.lab-item-ctrl {
            padding: 0;
        }

            .lab-item > div.lab-item-ctrl .challenge-status {
                color: #fff;
                border-radius: 15px;
                vertical-align: middle;
                text-align: center;
                margin-right: 18px;
                display: inline-block;
                width: 44px;
                height: 17px;
                font-size: 12px;
            }

                .lab-item > div.lab-item-ctrl .challenge-status.status-pass {
                    background: #08bf91;
                }

                .lab-item > div.lab-item-ctrl .challenge-status.status-fail {
                    background: #f66;
                }

            .lab-item > div.lab-item-ctrl .lab-start-challenge {
                color: #0c9;
                background-color: #fff;
            }

    .lab-item:hover {
        background: #f5f5f5;
    }

        .lab-item:hover.can-not-start:after {
            content: "请按顺序依次实验";
            position: absolute;
            right: 10px;
            top: 15px;
            font-size: 14px;
            color: #ac9;
        }

.lab-item-status img {
    vertical-align: middle;
}

.lab-item-index {
    color: #999;
}

.lab-item-title {
    max-width: 300px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width:767px) {
    .lab-item-ctrl {
        float: none !important;
    }

    .lab-item-ctrl, .lab-item-title {
        display: block !important;
    }

    .lab-item-ctrl {
        text-align: right;
    }
}

.lab-item .tooltip.bottom {
    background: #fff;
}

    .lab-item .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #6f6f6f;
    }

    .lab-item .tooltip.bottom .tooltip-inner {
        width: 120px;
        padding: 10px 8px;
        color: #fff;
        background-color: #707070;
    }

#weixin-qrcode {
    display: none;
    background-color: #fff;
    text-align: center;
}

    #weixin-qrcode img {
        width: 160px;
        height: 160px;
    }

.mooc-course .mooc-footer a, .mooc-teacher .mooc-footer a {
    float: right;
    font-size: 14px;
}

.mooc-course .mooc-content img {
    display: block;
    max-width: 100%;
    max-height: 150px;
    margin: 0 auto;
}

.mooc-course .mooc-content div {
    margin: 10px 0;
    font-size: 14px;
}

.mooc-teacher .mooc-content a {
    display: block;
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.mooc-teacher .mooc-content img {
    width: 100%;
}

.mooc-teacher .mooc-info div {
    margin: 5px 0;
    font-size: 14px;
    color: #4c5157;
}

.mooc-teacher .mooc-extra-info {
    padding: 5px;
    clear: both;
}

    .mooc-teacher .mooc-extra-info div {
        font-size: 14px;
        color: #4c5157;
        line-height: 24px;
    }

    .mooc-teacher .mooc-extra-info .showDetail {
        color: #999;
    }

.mooc-teacher .mooc-info .name {
    font-size: 15px;
    margin-right: 10px;
    color: #4c5157;
}

.activate-course {
    width: 80%;
    margin: 0 auto;
    padding: 5px 5px 5px 10px;
    color: #fff;
    background: #f3664f;
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
}

    .activate-course .btn {
        color: #fff;
        background: #f3bc41;
        border: none;
    }

.want-talk {
    height: 150px;
}

.disabled-talk a {
    color: #1abc9c;
}

.talk-items .row {
    border-top: 1px solid #efefef;
    padding: 24px 0 4px;
    margin: 0;
}

    .talk-items .row:after {
        content: "";
        display: block;
        clear: both;
    }

.notify.text-center {
    background-color: #fbf6dc;
    border-bottom: 1px solid #f5e79e;
    font-size: 14px;
    color: #ab9670;
    margin-top: -50px;
    position: fixed;
    width: 100%;
    z-index: 4;
    height: 45px;
    line-height: 45px;
}

.notify img {
    height: 14px;
}

.notify .email-checkout-btn {
    background-color: #0c9;
    color: #fff;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
}

.course-description {
    width: 80%;
    margin: 30px auto 0;
    padding: 25px 50px;
    box-shadow: 0 1px 3px 0 #ccc;
}

    .course-description h4 {
        font-size: 18px;
        font-family: Microsoft Yahei,SimHei,Tahoma,Arial,Helvetica,STHeiti;
        font-weight: bolder;
    }

    .course-description p {
        margin: 30px auto;
        font-size: 14px;
        text-align: left;
        color: #484848;
    }

    .course-description .progress {
        height: 16px;
        border-radius: 12px;
        background-color: #fff;
    }

    .course-description .progress-bar-success {
        background-color: #5ac65a;
        box-shadow: none;
    }

    .course-description .mooc a {
        width: 100px;
        margin: 5px 15px 5px 0;
        color: #13a654;
        border: 1px solid #13a654;
        border-radius: 0;
    }

    .course-description .mooc div {
        color: #ef5555;
        font-size: 14px;
        line-height: 1.6em;
    }

    .course-description p.requirement {
        text-align: left;
    }

h4 i {
    float: right;
    position: relative;
    top: -30px;
    color: #1abc9c;
    cursor: pointer;
}

.labs-list {
    width: 70%;
    min-width: 650px;
    margin: 0 auto;
}

    .labs-list .btn.disabled, .labs-list .line.disabled {
        background: #b0b0b0;
    }

    .labs-list a.btn:hover {
        background: #14ad8f;
        color: #fff;
    }

    .labs-list .popover {
        z-index: 8;
    }

.progress-con {
    width: 100%;
    height: 60px;
    padding: 10px;
}

#questions > .btn {
    padding: 8px 30px;
    margin-top: 12px;
    background: #0c9;
    border-color: #0c9;
}

#flash-modal .flash-modal-text {
    color: #0c9;
    font-size: 18px;
    font-weight: 700;
}

#flash-modal .flash-modal-labreport a {
    color: #0c9;
}

    #flash-modal .flash-modal-labreport a:hover {
        text-decoration: none;
    }

.course-heart-followed {
    color: #f66;
}

.course-followed {
    background: #acacac;
}

.course-follow-btn, .course-followed {
    padding: 4px 10px;
    color: #fff;
    border-radius: 4px;
}

.course-follow-btn {
    background: #f66;
    cursor: pointer;
}

.vip-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 18px;
    color: #565656;
    background: #f5f5f5;
    font-weight: 700;
    box-shadow: 0 2px 15px 0 rgba(88,88,88,.42);
    z-index: 4;
}

    .vip-banner img {
        display: inline-block;
        margin-right: 20px;
    }

    .vip-banner a {
        padding: 20px 60px;
        margin-left: 20px;
        font-size: 18px;
        color: #fff;
        background: #fc831f;
        font-weight: 700;
        border: none;
    }

        .vip-banner a:focus, .vip-banner a:hover {
            color: #fff;
            background: rgba(252,131,31,.8);
        }

@media (max-width:768px) {
    .course-vip-banner {
        display: none;
    }
}

.course-users .course-users-content a {
    position: relative;
    display: inline-block;
    width: 32px;
    margin-right: 3%;
}

    .course-users .course-users-content a span {
        color: #666;
        font-weight: 700;
        height: 32px;
        line-height: 32px;
    }

    .course-users .course-users-content a .userimg {
        width: 100%;
        height: auto;
    }

    .course-users .course-users-content a .user-vip {
        position: absolute;
        top: 10px;
        left: 20px;
    }

.course-users .course-user-footer {
    text-align: center;
    color: #666;
    font-size: 14px;
}

    .course-users .course-user-footer span {
        color: red;
        padding: 0 3px;
    }

.adv-course a, .pre-course a {
    display: block;
    padding: 12px;
    color: #4c5157;
    font-size: 14px;
}

    .adv-course a:hover, .pre-course a:hover {
        background: #f5f5f5;
        text-decoration: none;
    }

.recommend-courses .recommend-courses-content a {
    display: block;
    padding: 12px;
    color: #4c5157;
    font-size: 14px;
}

    .recommend-courses .recommend-courses-content a:hover {
        background: #f5f5f5;
        color: #0c9;
        text-decoration: none;
    }

.related-report {
    display: block;
    padding: 12px;
    color: #4c5157;
    font-size: 14px;
}

    .related-report:hover {
        color: #4c5157;
        background-color: #f9f9f9;
        text-decoration: none;
    }

.report-body {
    position: relative;
    padding: 10px 15px;
    margin: 15px auto 0;
    background: #fdfefd;
    overflow: hidden;
    border: 1px solid #efefef;
    clear: both;
}

    .report-body .new-vm {
        margin: 0 10px;
    }

    .report-body:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-width: 0 16px 16px 0;
        display: block;
        width: 0;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3),-1px 1px 1px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.3),-1px 1px 1px rgba(0,0,0,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.3),-1px 1px 1px rgba(0,0,0,.2);
    }

i {
    margin-right: 4px;
}

.report-title {
    margin-top: 12px;
}

    .report-title p {
        color: #242424;
        font-size: 18px;
    }

    .report-title .name {
        font-weight: 600;
        margin-left: 10px;
    }

    .report-title .update-time {
        margin: 20px 12px;
        color: #8d99a5;
    }

    .report-title .report-figure {
        float: right;
        color: #a5acb2;
        font-size: 16px;
    }

        .report-title .report-figure .comments-count, .report-title .report-figure .report-views {
            padding-right: 5px;
        }

@media (max-width:767px) {
    .report-title .update-time:after {
        content: "";
        display: block;
        height: 10px;
    }

    .report-body {
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px;
    }

        .report-body .report-ctrl .report-git {
            display: block;
            margin: 10px 0;
        }

            .report-body .report-ctrl .report-git .git-link {
                width: 100%;
            }

        .report-body .report-ctrl > a {
            float: left !important;
            margin-right: 8px !important;
        }

        .report-body .report-detail {
            padding: 0 10px;
        }

    .report-comment .mkeditor-editor {
        border: 1px solid #ddd;
    }
}

.report-body .report-ctrl {
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
    min-height: 40px;
    overflow: hidden;
}

    .report-body .report-ctrl .report-delete {
        cursor: pointer;
        font-size: 13px;
        color: #fff;
        margin-right: 0;
        border: 1px solid #d33b3b;
        padding: 4px 8px;
        background: #ef7373;
        float: right;
    }

        .report-body .report-ctrl .report-delete:hover {
            color: #fff;
            background: #fc7b7b;
            text-decoration: none;
        }

.report-ctrl .report-git {
    display: inline-block;
    color: #9798aa;
}

.report-git-title {
    font-weight: 700;
    padding: 4px 0;
}

.git-link, .report-git-title {
    display: inline-block;
    overflow: hidden;
}

.git-link {
    width: 150px;
    padding: 4px 8px;
    color: #888;
    background: #fff;
    border: 1px solid #eee;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.report-header {
    margin: 50px auto;
    text-align: center;
}

    .report-header h3 {
        color: #3f4e5d;
        font-size: 21px;
    }

    .report-header a {
        color: #3e83c5;
        font-size: 16px;
        line-height: 40px;
    }

        .report-header a.report-edit {
            margin-top: -40px;
            color: #333;
            font-size: 18px;
        }

.report-detail {
    margin: 30px 0;
    text-align: left;
    padding: 0 25px;
}

    .report-detail img {
        max-width: 100%;
    }

.report-like-weiboshare {
    padding: 10px 0;
    background-color: #fff;
    margin-bottom: 15px;
    overflow: hidden;
}

    .report-like-weiboshare .download-pdf {
        cursor: pointer;
        margin-left: 10px;
    }

.imgs-title {
    color: #576274;
    font-size: 16px;
    margin: 0 20px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.report-imgs {
    padding: 40px 20px;
}

.img-item {
    display: block;
}

    .img-item i {
        display: none;
        position: absolute;
        top: 2px;
        right: 14px;
        color: #f33;
    }

    .img-item img {
        width: 100%;
        border: 1px solid #dfe6e9;
        padding: 4px;
        background: #fff;
    }

.talk-area {
    position: relative;
    height: 200px;
}

.disabled-talk {
    width: 100%;
    height: 150px;
    font-size: 14px;
    line-height: 136px;
    text-align: center;
    background-color: #fafbfa;
    border: 1px solid #ececec;
    margin-top: 12px;
    padding: 6px 12px;
}

    .disabled-talk a {
        color: #2abc7b;
    }

.want-talk {
    width: 100%;
    height: 120px;
    resize: none;
    background-color: #fafbfa;
    border: 1px solid #ececec;
    margin-top: 12px;
    overflow-y: auto;
    padding: 6px 12px;
    font-size: 14px;
}

    .want-talk:focus {
        border: 1px solid #1abc9c;
        outline-color: hsla(0,0%,80%,0);
    }

.talk-btn {
    width: 108px;
    color: #fff;
    background-color: #1abc9c;
    right: 0;
    font-size: 14px;
}

.notalk-btn, .talk-btn {
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    bottom: -5px;
    cursor: pointer;
}

.notalk-btn {
    width: 100px;
    color: #1abc9c;
    right: 115px;
    display: none;
}

    .notalk-btn:hover, .talk-btn:hover {
        color: #fff;
        background-color: #1abc9c;
    }

.talk-title {
    color: #565656;
    font-size: 14px;
    margin: 4px;
}

    .talk-title .row {
        border-top: 1px solid #efefef;
        padding: 24px 0 4px;
        margin: 0;
    }

        .talk-title .row:after {
            content: "";
            display: block;
            clear: both;
        }

.talk-items-img img {
    width: 50px;
    height: 50px;
}

.talk-items-content {
    padding: 0 0 0 26px;
    font-size: 14px;
}

.talk-items-name {
    color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .talk-items-name a {
        color: #1abc9c;
    }

    .talk-items-name span {
        color: #ccc;
        font-size: 12px;
    }

.talk-items-text {
    margin: 8px 0;
    color: #464646;
    word-wrap: break-word;
}

.talk-items-time {
    color: #ddd;
    margin-top: 12px;
    font-size: 12px;
}

.talk-items-a, .talk-items-reply {
    float: right;
    margin: -17px 6px 0 0;
    cursor: pointer;
    color: #565656;
    font-size: 12px;
}

    .talk-items-a a {
        color: #1abc9c;
    }

    .talk-items-reply:hover {
        color: #000;
    }

.talk-page {
    border-top: 1px solid #ccc;
}

.comment-delete {
    position: absolute;
    right: 4px;
    top: 0;
    color: #b2bbc3;
    text-decoration: none;
    cursor: pointer;
    margin-right: 5px;
}

.report-side {
    box-shadow: 0 1px 1px 0 #ccc;
    padding: 15px 15px 35px;
    margin-top: 15px;
    background: #fff;
}

.report-data {
    margin-top: 0;
}

.side-title {
    padding: 0 10px;
    font-size: 18px;
    color: #525252;
    border-left: 5px solid #1abc9c;
}

.info-title {
    padding: 12px 16px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
}

.info-figure {
    color: #444;
    margin-right: 20px;
}

.note-editor {
    display: none;
}

.report-owner {
    text-align: right;
    color: #9b9da2;
    margin: 0 5px;
}

    .report-owner .owner-list {
        cursor: pointer;
    }

        .report-owner .owner-list.active {
            color: #0c9;
        }

.lab-id {
    display: inline-block;
    padding: 8px 24px;
    background-color: #e6ecf3;
    color: #55667c;
    margin: 4px 2px;
    cursor: pointer;
}

    .lab-id.active {
        background-color: #55667c;
        color: #fff;
        cursor: default;
    }

.comment-item-content, .report-detail {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,STHeiti,Microsoft Yahei,sans-serif;
    font-size: 14px;
    color: #40464c;
}

    .comment-item-content h1, .report-detail h1 {
        font-size: 24px;
        line-height: 2.4;
    }

    .comment-item-content h2, .report-detail h2 {
        font-size: 18px;
        line-height: 2.4;
        font-weight: 700;
    }

    .comment-item-content h3, .report-detail h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 2.4;
    }

    .comment-item-content h4, .report-detail h4 {
        font-size: 15px;
        font-weight: 700;
        line-height: 2.4;
    }

    .comment-item-content p, .report-detail p {
        font-size: 14px;
        line-height: 1.6;
    }

    .comment-item-content ul, .report-detail ul {
        padding-bottom: 10px;
        padding-top: 10px;
        line-height: 2;
    }

    .comment-item-content a, .report-detail a {
        font-size: 95%;
        padding: 0 4px;
    }

    .comment-item-content b, .comment-item-content strong, .report-detail b, .report-detail strong {
        font-weight: 700;
        font-size: 95%;
        padding: 0 4px;
    }

    .comment-item-content pre, .report-detail pre {
        display: block;
        padding: 9.5px;
        margin: 0 0 10px;
        font-size: 13px;
        line-height: 1.42857143;
        word-break: break-all;
        word-wrap: break-word;
        color: #333;
        background-color: #f3f9f4;
        border: 1px solid #e4f0e6;
        border-radius: 4px;
    }

    .comment-item-content .hljs, .report-detail .hljs {
        display: block;
        overflow-x: auto;
        padding: .5em;
        background: #f3f9f4;
        color: #406a61;
    }

    .comment-item-content .hljs-comment, .report-detail .hljs-comment {
        color: #b4bfb6;
    }

    .comment-item-content .hljs-title, .report-detail .hljs-title {
        color: #a6e22e;
    }

    .comment-item-content .hljs-tag, .report-detail .hljs-tag {
        color: #3c4b5d;
    }

.labreport-detail-like .report-like-btn {
    float: right;
    font-size: 14px;
    padding: 6px 12px;
    text-decoration: none;
}

.labreport-detail-like .btn-no-like, .labreport-detail-like .report-like-btn, .labreport-detail-like .report-like-btn-noauthen {
    color: #565a61;
    border: 1px solid #ccc;
}

    .labreport-detail-like .btn-no-like:hover, .labreport-detail-like .report-like-btn-noauthen:hover {
        border: 1px solid #adadad;
        background-color: #e6e6e6;
    }

.labreport-detail-like .btn-like {
    cursor: auto;
    color: #fff;
    background-color: #f35e69;
    border: 1px solid #f35e69;
}

.labreport-detail-like .btn-weiboshare {
    color: #565a61;
    float: right;
    margin: 0 10px;
}

.course-infobox {
    margin-bottom: 10px;
}

.course-infobox-header {
    overflow: hidden;
}

.course-infobox-title {
    font-size: 21px;
    margin: 0;
    line-height: 1.6;
}

.course-infobox-type {
    display: inline-block;
    padding: 6px 8px;
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
}

    .course-infobox-type.course-type-basic {
        background: #544b8e;
    }

    .course-infobox-type.course-type-project {
        background: #5d8cd2;
    }

    .course-infobox-type.course-type-charge, .course-infobox-type.course-type-evaluation {
        background: #ff4556;
    }

    .course-infobox-type.course-type-private {
        background: #5d8cd2;
    }

.course-infobox-follow {
    font-size: 15px;
    color: #999;
}

    .course-infobox-follow i {
        margin: 0 0 0 4px;
        font-size: 18px;
        cursor: pointer;
    }

        .course-infobox-follow i.fa-star {
            color: #f66;
        }

.course-infobox-body .disabled {
    background-color: #fff;
    border-color: #fafafa;
    color: #999;
}

.course-infobox-body .course-infobox-price .disabled {
    background-color: #0cb952;
    border-color: #079f46;
    color: #fff;
}

.bootcamp-remain-days {
    margin-top: 10px;
    font-size: 14px;
}

    .bootcamp-remain-days strong {
        font-size: 18px;
    }

.course-infobox-content {
    margin: 16px 0;
    color: #4c5157;
    font-size: 15px;
}

    .course-infobox-content > .online-consultant {
        display: block;
        width: 210px;
        margin: 10px 0;
        line-height: 2em;
    }

.course-infobox-progress {
    margin: 12px 0;
}

    .course-infobox-progress > span {
        font-size: 15px;
        vertical-align: middle;
        color: #666;
    }

    .course-infobox-progress > div {
        display: inline-block;
        width: 18px;
        height: 18px;
        border-radius: 2px;
        vertical-align: middle;
    }

    .course-infobox-progress .course-progress-finished {
        background: #0c9;
    }

    .course-infobox-progress .course-progress-next {
        background: #5d8cd2;
    }

    .course-infobox-progress .course-progress-new {
        background: #f4f4f4;
    }

.course-infobox-price {
    margin: 12px 0 24px;
}

    .course-infobox-price a:first-child, .course-infobox-price span {
        display: inline-block;
        margin-right: 16px;
        padding: 0;
        font-size: 18px;
        color: #999;
        text-align: right;
        vertical-align: middle;
    }

        .course-infobox-price a:first-child:focus, .course-infobox-price a:first-child:hover, .course-infobox-price span:focus, .course-infobox-price span:hover {
            text-decoration: none;
        }

    .course-infobox-price a {
        padding: 6px 28px;
        font-size: 24px;
    }

    .course-infobox-price .member-vip {
        font-size: 14px;
    }

        .course-infobox-price .member-vip a {
            padding: 0;
            margin: 0;
            color: #0c9;
            font-size: 14px;
            vertical-align: baseline;
        }

.course-infobox-footer {
    margin: 0 -30px -30px;
    padding: 12px 30px;
    color: #999;
    background: #fff;
    font-size: 14px;
    border-top: 1px solid #ecf0f3;
}

    .course-infobox-footer .vip-icon {
        width: 16px;
    }

.report-evaluate-header .report-evaluate-link, .report-evaluate-header .report-evaluate-link:hover {
    padding: 0;
    border: none;
    background-color: #fff;
}

    .report-evaluate-header .report-evaluate-link:hover i, .report-evaluate-header .report-evaluate-link i {
        font-size: 20px;
        color: #9b9da2;
        cursor: pointer;
    }

.report-evaluate-body {
    text-align: center;
    margin: 35px;
}

    .report-evaluate-body .level-A .tri-top {
        border-color: #0c9 transparent transparent #0c9;
        margin-top: 20px;
    }

    .report-evaluate-body .level-A .report-evaluate-text {
        color: #0c9;
        border: 1px solid #0c9;
    }

    .report-evaluate-body .level-B .tri-top {
        border-color: #9ec227 transparent transparent #9ec227;
        margin-top: 20px;
    }

    .report-evaluate-body .level-B .report-evaluate-text {
        color: #9ec227;
        border: 1px solid #9ec227;
    }

    .report-evaluate-body .level-C .tri-top {
        border-color: #fe9909 transparent transparent #fe9909;
        margin-top: 20px;
    }

    .report-evaluate-body .level-C .report-evaluate-text {
        color: #fe9909;
        border: 1px solid #fe9909;
    }

    .report-evaluate-body .level-D .tri-top {
        border-color: #f78282 transparent transparent #f78282;
        margin-top: 20px;
    }

    .report-evaluate-body .level-D .report-evaluate-text {
        color: #f78282;
        border: 1px solid #f78282;
    }

    .report-evaluate-body .tri-top {
        width: 6px;
        height: 6px;
        border-style: solid;
        border-width: 1px;
        transform: rotate(45deg);
        margin: 10px auto -3px;
        background-color: #fff;
    }

    .report-evaluate-body .report-evaluate-text {
        padding: 6px;
    }

    .report-evaluate-body .report-evaluate-update {
        margin-top: 20px;
        color: #9b9da2;
    }

.report-score-box .sidebox-body p {
    margin: 36px 0;
    text-align: center;
    font-size: 42px;
    color: #666;
}

.evaluate-header {
    height: 340px;
    text-align: center;
    text-shadow: 3px 3px rgba(0,0,0,.2);
    margin-top: 53px;
    padding-top: 48px;
}

    .evaluate-header .evaluate-title {
        font-size: 60px;
        color: #fff;
        font-weight: 700;
        line-height: 1.6em;
    }

    .evaluate-header .evaluate-describe {
        color: #fff;
        font-size: 25px;
        line-height: 1.6em;
        font-weight: 100;
    }

.evaluate-des-content {
    padding: 25px 0;
    text-align: center;
}

    .evaluate-des-content .evaluate-des-title {
        color: #0074bc;
        font-size: 18px;
        padding: 10px 0;
    }

    .evaluate-des-content .evaluate-des-text {
        position: relative;
        padding: 30px 40px;
        font-size: 14px;
        color: #565a61;
    }

        .evaluate-des-content .evaluate-des-text:before {
            left: 10px;
            top: 25px;
            border-color: #ccc transparent transparent #ccc;
        }

        .evaluate-des-content .evaluate-des-text:after, .evaluate-des-content .evaluate-des-text:before {
            width: 20px;
            height: 20px;
            content: "";
            position: absolute;
            border-style: solid;
            border-width: 1px;
        }

        .evaluate-des-content .evaluate-des-text:after {
            display: inline-block;
            top: 55px;
            right: 10px;
            border-color: transparent #ccc #ccc transparent;
        }

.evaluate-course-content {
    background-color: #f2fafe;
    text-align: center;
    padding: 60px 0;
}

    .evaluate-course-content .evaluate-course-tip {
        background-color: #0074bc;
        color: #fff;
        padding: 6px 12px;
        width: 135px;
        margin: 0 auto;
        font-size: 20px;
    }

    .evaluate-course-content .evaluate-course-des {
        color: #0074bc;
        margin: 20px 0 50px;
        font-size: 18px;
    }

    .evaluate-course-content a .evaluate-course-box {
        text-align: left;
        background-color: #fff;
        box-shadow: 0 3px 5px #9dcce0;
        margin: 0 25px;
    }

        .evaluate-course-content a .evaluate-course-box img {
            width: 100%;
        }

        .evaluate-course-content a .evaluate-course-box .evaluate-flexbox {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            justify-content: space-between;
            margin: 10px 0 0;
        }

            .evaluate-course-content a .evaluate-course-box .evaluate-flexbox .evaluate-course-job {
                color: #4c5157;
                font-size: 18px;
                padding: 5px 0 5px 10px;
            }

            .evaluate-course-content a .evaluate-course-box .evaluate-flexbox .evaluate-course-company {
                font-size: 16px;
                color: #fff;
                background-color: #0c9;
                padding: 3px 5px;
                position: relative;
            }

                .evaluate-course-content a .evaluate-course-box .evaluate-flexbox .evaluate-course-company:before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    top: 0;
                    left: -10px;
                    width: 0;
                    height: 0;
                    border-top: 0 solid transparent;
                    border-right: 0 solid transparent;
                    border-bottom: 29px solid #0c9;
                    border-left: 10px solid transparent;
                }

        .evaluate-course-content a .evaluate-course-box .evaluate-course-text {
            padding: 0 15px 25px;
            height: 160px;
        }

            .evaluate-course-content a .evaluate-course-box .evaluate-course-text span {
                display: inline-block;
            }

            .evaluate-course-content a .evaluate-course-box .evaluate-course-text .evaluate-course-key {
                color: #4c5157;
                margin: 5px 0;
                font-size: 14px;
            }

            .evaluate-course-content a .evaluate-course-box .evaluate-course-text .evaluate-course-value {
                color: #ccc;
                font-size: 14px;
                margin: 5px 0;
            }

            .evaluate-course-content a .evaluate-course-box .evaluate-course-text .evaluate-course-salary {
                color: #ff9717;
                margin: 5px 40px 5px 0;
                font-size: 14px;
            }

            .evaluate-course-content a .evaluate-course-box .evaluate-course-text .evaluate-course-pay {
                color: #ccc;
                box-shadow: 0 0 1px #ccc;
                padding: 2px 5px;
                font-size: 14px;
                margin: 5px 0;
            }

            .evaluate-course-content a .evaluate-course-box .evaluate-course-text .evaluate-company-des {
                color: #ccc;
                font-size: 14px;
                margin: 5px 0;
                height: 100px;
                overflow: hidden;
                position: relative;
            }

                .evaluate-course-content a .evaluate-course-box .evaluate-course-text .evaluate-company-des:after {
                    content: ". . .";
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    background-color: #fff;
                    color: #ccc;
                    width: 100%;
                }

    .evaluate-course-content a:focus, .evaluate-course-content a:hover {
        text-decoration: none;
    }

.evaluate-faq {
    text-align: center;
    padding: 60px 0;
}

    .evaluate-faq .evaluate-faq-tip {
        background-color: #0074bc;
        color: #fff;
        padding: 6px 12px;
        width: 135px;
        margin: 0 auto;
        font-size: 20px;
    }

    .evaluate-faq .evaluate-faq-des {
        color: #0074bc;
        margin: 20px 0 50px;
        font-size: 18px;
    }

    .evaluate-faq .evaluate-faq-question {
        text-align: left;
        margin: 40px 0 5px;
        color: #0074bc;
        font-size: 18px;
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
    }

        .evaluate-faq .evaluate-faq-question span {
            padding: 0 10px;
        }

    .evaluate-faq .evaluate-faq-answer {
        text-align: left;
        padding: 30px;
        background-color: #f2fafe;
        color: #2ea2ea;
        font-size: 16px;
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
    }

        .evaluate-faq .evaluate-faq-answer .evaluate-answer-text {
            padding: 0 10px;
        }

    .evaluate-faq .evaluate-faq-more {
        text-align: left;
        margin-top: 30px;
    }

        .evaluate-faq .evaluate-faq-more a {
            font-size: 16px;
            color: #565a61;
        }

            .evaluate-faq .evaluate-faq-more a:focus, .evaluate-faq .evaluate-faq-more a:hover {
                text-decoration: none;
            }

.tour .popover-title {
    background: none;
    border: none;
    font-weight: 700;
}

.tour .close {
    margin: 4px;
}

#labdoc {
    position: relative;
}

    #labdoc .btn-err-correction {
        position: fixed;
        left: 10px;
        bottom: 10px;
        padding: 4px 10px;
        border-radius: 24px;
        z-index: 4;
    }

@media (max-width:767px) {
    .btn-err-correction {
        display: none;
    }
}

#lab-console {
    height: 100%;
    overflow: hidden;
}

    #lab-console #lab-container {
        position: relative;
        width: 40%;
        height: 100%;
        background: #f9f9f9;
    }

        #lab-console #lab-container .tab-content {
            max-width: 100%;
            height: calc(100% - 42px);
            background: #f9f9f9;
            padding: 0;
            box-shadow: 0 0 1px 1px #ddd;
        }

            #lab-console #lab-container .tab-content .tab-pane {
                height: 100%;
            }

                #lab-console #lab-container .tab-content .tab-pane .labdoc-preview {
                    height: calc(100% - 90px);
                }

    #lab-console .lab-nav-container {
        position: relative;
        padding: 2px;
        background: #000;
    }

        #lab-console .lab-nav-container .tabs-hover {
            position: absolute;
            top: 0;
            left: 56px;
            width: 70px;
            height: 52px;
            background: url(../images/console-tab-bg.png) no-repeat;
            background-size: 100% 100%;
        }

        #lab-console .lab-nav-container .nav-tabs {
            padding: 0;
            margin: 0;
            background: #2b2f36;
            border: none;
        }

            #lab-console .lab-nav-container .nav-tabs li {
                width: 70px;
                margin: 0 8px;
                text-align: center;
            }

                #lab-console .lab-nav-container .nav-tabs li a {
                    padding: 8px 0;
                    margin: 0;
                    font-size: 14px;
                    color: #fff;
                    border: none;
                }

                #lab-console .lab-nav-container .nav-tabs li:first-child {
                    width: 20px;
                    padding: 0;
                    margin-right: 20px;
                }

                    #lab-console .lab-nav-container .nav-tabs li:first-child a {
                        padding: 4px;
                        font-size: 20px;
                        border: none;
                    }

                        #lab-console .lab-nav-container .nav-tabs li:first-child a:focus, #lab-console .lab-nav-container .nav-tabs li:first-child a:hover {
                            border: none;
                        }

                #lab-console .lab-nav-container .nav-tabs li.active a, #lab-console .lab-nav-container .nav-tabs li:focus a, #lab-console .lab-nav-container .nav-tabs li:hover a {
                    color: #fff;
                    border: none;
                }

            #lab-console .lab-nav-container .nav-tabs > .btn {
                padding: 4px 10px;
                margin: 3px;
                border-radius: 40px;
            }

    #lab-console .labdoc-btns {
        text-align: center;
    }

        #lab-console .labdoc-btns .btn {
            border-radius: 40px;
        }

            #lab-console .labdoc-btns .btn.btn-danger {
                background: #ff5c5d;
                border-color: #ff5c5d;
            }

            #lab-console .labdoc-btns .btn.btn-success {
                background: #08c093;
                border-color: #08c093;
            }

    #lab-console .labdoc-sections {
        padding: 10px 35px 0 20px;
    }

        #lab-console .labdoc-sections > h2 {
            margin: 0 10px 10px;
            color: #666;
            font-size: 30px;
            text-align: center;
        }

    #lab-console .section-line {
        position: relative;
        display: inline-block;
        border-bottom: 1px solid #666;
    }

        #lab-console .section-line .section-circle {
            position: absolute;
            left: -8px;
            top: -8px;
            width: 16px;
            height: 16px;
            background: #666;
            border-radius: 50%;
            cursor: pointer;
        }

            #lab-console .section-line .section-circle.last-circle {
                left: auto;
                right: -8px;
            }

            #lab-console .section-line .section-circle.active, #lab-console .section-line .section-circle:hover {
                background: #0c9;
                box-shadow: 0 0 4px #0c9;
            }

    #lab-console .labdoc-preview {
        height: calc(100% - 100px);
        padding: 10px;
        overflow-y: auto;
    }

        #lab-console .labdoc-preview .labdoc-tips {
            font-size: 15px;
            color: #666;
            font-weight: 100;
            line-height: 1.6em;
        }

            #lab-console .labdoc-preview .labdoc-tips strong {
                display: block;
                font-size: 18px;
            }

            #lab-console .labdoc-preview .labdoc-tips a {
                color: #337ab7;
                font-weight: 500;
            }

                #lab-console .labdoc-preview .labdoc-tips a:focus, #lab-console .labdoc-preview .labdoc-tips a:hover {
                    color: #23527c;
                    text-decoration: none;
                }

    #lab-console .labdoc-content {
        position: relative;
        padding: 20px 0;
        clear: both;
    }

        #lab-console .labdoc-content img {
            max-width: 100%;
            cursor: pointer;
        }

        #lab-console .labdoc-content p, #lab-console .labdoc-content span {
            font-size: 16px;
            font-weight: 100;
            line-height: 2em;
        }

        #lab-console .labdoc-content ol li, #lab-console .labdoc-content ul li {
            font-size: 15px;
            font-weight: 100;
        }

    #lab-console #report {
        background: #fff;
    }

        #lab-console #report .nav-tabs .btn, #lab-console #report .nav-tabs div {
            margin: 3px;
        }

            #lab-console #report .nav-tabs .btn.publish-report-btn, #lab-console #report .nav-tabs .btn.update-report-btn, #lab-console #report .nav-tabs div.publish-report-btn, #lab-console #report .nav-tabs div.update-report-btn {
                margin-right: 24px;
            }

        #lab-console #report .nav-tabs .autosave-time {
            color: #ccc;
            padding: 7px;
            font-size: 14px;
        }

    #lab-console #display {
        position: fixed;
        right: 0;
        top: 0;
        width: 60%;
        height: 100%;
        background: #000;
    }

        #lab-console #display .infobox {
            width: 600px;
            max-width: 100%;
            padding: 20px;
            margin: 25% auto 0;
            background: #214451;
            box-shadow: 0 0 10px 1px #0f0f0f;
            border-radius: 10px;
        }

            #lab-console #display .infobox > div {
                padding: 30px 0;
                text-align: center;
                font-size: 14px;
            }

                #lab-console #display .infobox > div .info {
                    margin-bottom: 20px;
                    color: #86b7cc;
                }

                    #lab-console #display .infobox > div .info > div {
                        margin: 16px 0;
                    }

                        #lab-console #display .infobox > div .info > div a {
                            display: inline-block;
                            margin-top: 10px;
                            color: #08bf91;
                        }

                    #lab-console #display .infobox > div .info .up-vip {
                        display: inline-block;
                        margin: 30px auto 0;
                        padding: 20px 40px;
                        border-radius: 10px;
                        border: 1px dashed #86b7cc;
                    }

                    #lab-console #display .infobox > div .info .btn {
                        padding: 10px 60px;
                        border-radius: 4px;
                        font-size: 18px;
                    }

                        #lab-console #display .infobox > div .info .btn.btn-success {
                            background: #30b6ee;
                            border-color: #30b6ee;
                        }

                #lab-console #display .infobox > div > span {
                    color: #fff;
                }

    #lab-console #tools {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        background: rgba(85,85,85,.85);
        z-index: 4;
    }

        #lab-console #tools img {
            width: 16px;
        }

        #lab-console #tools .tools-toggle {
            position: absolute;
            top: 130px;
            left: -20px;
            font-size: 24px;
            cursor: pointer;
            z-index: 5;
        }

            #lab-console #tools .tools-toggle .hide-tools, #lab-console #tools .tools-toggle .show-tools {
                display: block;
                width: 20px;
                color: #eee;
                background: #4e5a60;
                padding: 4px;
                border-radius: 4px 0 0 4px;
                line-height: 1.2em;
                font-weight: 100;
                font-size: 14px;
            }

            #lab-console #tools .tools-toggle .show-tools {
                display: none;
            }

        #lab-console #tools .tools-divide {
            width: 70%;
            margin: 0 auto;
            border-bottom: 1px solid #434a53;
        }

        #lab-console #tools .vm-mode-select > .btn, #lab-console #tools > .btn, #lab-console #tools > span .btn {
            display: none;
            padding: 10px 30px;
            color: #eee;
            background: none;
            border: none;
            border-radius: 0;
            text-align: left;
        }

            #lab-console #tools .vm-mode-select > .btn:focus, #lab-console #tools .vm-mode-select > .btn:hover, #lab-console #tools > .btn:focus, #lab-console #tools > .btn:hover, #lab-console #tools > span .btn:focus, #lab-console #tools > span .btn:hover {
                color: #0c9;
                background: #616161;
            }

            #lab-console #tools .vm-mode-select > .btn.active, #lab-console #tools > .btn.active, #lab-console #tools > span .btn.active {
                color: #0c9;
            }

            #lab-console #tools .vm-mode-select > .btn:last-child, #lab-console #tools > .btn:last-child, #lab-console #tools > span .btn:last-child {
                display: inline-block;
                position: absolute;
                bottom: 0;
                left: 50px;
                padding: 5px 10px;
            }

                #lab-console #tools .vm-mode-select > .btn:last-child .fa, #lab-console #tools > .btn:last-child .fa, #lab-console #tools > span .btn:last-child .fa {
                    margin: 0;
                }

                #lab-console #tools .vm-mode-select > .btn:last-child:focus, #lab-console #tools .vm-mode-select > .btn:last-child:hover, #lab-console #tools > .btn:last-child:focus, #lab-console #tools > .btn:last-child:hover, #lab-console #tools > span .btn:last-child:focus, #lab-console #tools > span .btn:last-child:hover {
                    background: none;
                }

            #lab-console #tools .vm-mode-select > .btn.next-lab-btn, #lab-console #tools .vm-mode-select > .btn.stop-lab-btn, #lab-console #tools .vm-mode-select > .btn.submit-challenge-btn, #lab-console #tools > .btn.next-lab-btn, #lab-console #tools > .btn.stop-lab-btn, #lab-console #tools > .btn.submit-challenge-btn, #lab-console #tools > span .btn.next-lab-btn, #lab-console #tools > span .btn.stop-lab-btn, #lab-console #tools > span .btn.submit-challenge-btn {
                width: 75%;
                margin: 10px auto;
                padding: 4px 10px;
                background: #ff5c5d;
                border-radius: 40px;
                text-align: center;
            }

                #lab-console #tools .vm-mode-select > .btn.next-lab-btn:focus, #lab-console #tools .vm-mode-select > .btn.next-lab-btn:hover, #lab-console #tools .vm-mode-select > .btn.stop-lab-btn:focus, #lab-console #tools .vm-mode-select > .btn.stop-lab-btn:hover, #lab-console #tools .vm-mode-select > .btn.submit-challenge-btn:focus, #lab-console #tools .vm-mode-select > .btn.submit-challenge-btn:hover, #lab-console #tools > .btn.next-lab-btn:focus, #lab-console #tools > .btn.next-lab-btn:hover, #lab-console #tools > .btn.stop-lab-btn:focus, #lab-console #tools > .btn.stop-lab-btn:hover, #lab-console #tools > .btn.submit-challenge-btn:focus, #lab-console #tools > .btn.submit-challenge-btn:hover, #lab-console #tools > span .btn.next-lab-btn:focus, #lab-console #tools > span .btn.next-lab-btn:hover, #lab-console #tools > span .btn.stop-lab-btn:focus, #lab-console #tools > span .btn.stop-lab-btn:hover, #lab-console #tools > span .btn.submit-challenge-btn:focus, #lab-console #tools > span .btn.submit-challenge-btn:hover {
                    color: #fff;
                }

            #lab-console #tools .vm-mode-select > .btn.submit-challenge-btn, #lab-console #tools > .btn.submit-challenge-btn, #lab-console #tools > span .btn.submit-challenge-btn {
                display: block;
                background: #08bf91;
            }

            #lab-console #tools .vm-mode-select > .btn.next-lab-btn, #lab-console #tools > .btn.next-lab-btn, #lab-console #tools > span .btn.next-lab-btn {
                background: #08c093;
            }

        #lab-console #tools .vm-mode-select {
            position: relative;
        }

            #lab-console #tools .vm-mode-select > .btn {
                padding: 14px 30px;
            }

            #lab-console #tools .vm-mode-select .show-modes {
                position: absolute;
                left: 0;
                top: 10%;
                height: 80%;
                padding: 0 0 0 2px;
                color: #000;
                background: #777;
                line-height: 300%;
                z-index: 1;
            }

            #lab-console #tools .vm-mode-select .vm-modes {
                position: absolute;
                top: 0;
                min-width: 150px;
                padding: 7px;
                background: #616161;
                white-space: nowrap;
                transform: translateX(100%);
                transition: all 1s ease;
                z-index: 3;
            }

                #lab-console #tools .vm-mode-select .vm-modes .btn {
                    display: inline-block;
                    margin: 0 4px;
                    color: #fff;
                }

                    #lab-console #tools .vm-mode-select .vm-modes .btn.active, #lab-console #tools .vm-mode-select .vm-modes .btn:focus, #lab-console #tools .vm-mode-select .vm-modes .btn:hover {
                        background: #434a53;
                        border-radius: 40px;
                    }

            #lab-console #tools .vm-mode-select:hover .vm-modes {
                transform: translateX(-100%);
            }

                #lab-console #tools .vm-mode-select:hover .vm-modes + .show-modes {
                    display: none;
                }

    #lab-console .lefttime {
        padding: 0 8px 8px;
        font-size: 30px;
        color: #fff;
        text-align: center;
    }

        #lab-console .lefttime .btn {
            padding: 2px 6px;
            background: #747c82;
            color: #fff;
            font-size: 12px;
            border: none;
            border-radius: 10px;
        }

            #lab-console .lefttime .btn:focus, #lab-console .lefttime .btn:hover {
                color: #0c9;
            }

    #lab-console .desktop-toggle {
        display: none;
        position: absolute;
        top: 49px;
        right: 0;
        font-size: 24px;
        cursor: pointer;
        z-index: 5;
    }

        #lab-console .desktop-toggle .hide-desktop, #lab-console .desktop-toggle .show-desktop {
            display: inline-block;
            width: 20px;
            color: #eee;
            background: #3080a8;
            margin: 0;
            padding: 4px;
            border-radius: 4px 0 0 4px;
            line-height: 1.2em;
            font-weight: 100;
            font-size: 14px;
        }

        #lab-console .desktop-toggle .show-desktop {
            display: none;
        }

.vip-view {
    width: 80%;
    height: 120px;
    max-width: 440px;
    padding: 20px 0 10px;
    margin: 10px auto 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 4px 1px #eee;
}

.vip-view-header {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.vip-view-body {
    margin: 10px 0;
    color: #333;
    font-size: 15px;
}

.vip-view-footer a {
    color: #08bf91;
    font-size: 15px;
}

#clipboard-modal textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    resize: vertical;
}

#share-desktop-modal input {
    margin-bottom: 10px;
    cursor: pointer;
}

#submit-result-modal .modal-body {
    text-align: center;
}

    #submit-result-modal .modal-body h1 {
        font-weight: 600;
    }

        #submit-result-modal .modal-body h1.result-status {
            font-size: 40px;
            margin-bottom: 30px;
        }

            #submit-result-modal .modal-body h1.result-status.status-pass {
                color: #5cb85c;
            }

            #submit-result-modal .modal-body h1.result-status.status-fail {
                color: #ff5c5d;
            }

    #submit-result-modal .modal-body .progress {
        margin-top: 50px;
        height: 25px;
    }

    #submit-result-modal .modal-body .result-info {
        display: block;
    }

        #submit-result-modal .modal-body .result-info.info-pass {
            color: #5cb85c;
        }

        #submit-result-modal .modal-body .result-info.info-fail, #submit-result-modal .modal-body .result-info.info-fail-details {
            color: #ff5c5d;
        }

#submit-result-modal .modal-footer {
    border: none;
    text-align: center;
    margin-top: 0;
}

    #submit-result-modal .modal-footer .btn {
        font-size: 20px;
        padding: 10px 26px;
        margin-left: 10px;
        border-radius: 5px;
    }

#insert-img-modal .modal-body .btn {
    width: 100%;
    height: 120px;
    font-size: 20px;
}

    #insert-img-modal .modal-body .btn .fa-cut {
        transform: rotate(-90deg);
    }

.lab-exam h2 {
    margin-bottom: 20px;
    font-weight: 700;
}

.lab-exam > div {
    margin-left: 20px;
}

    .lab-exam > div label {
        font-size: 16px;
        font-weight: 500;
    }

    .lab-exam > div .btn {
        background: #08c093;
        border-color: #08c093;
    }

.loading-lab {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(85,85,85,.5);
    text-align: center;
    z-index: 7;
}

.loading-lab-container {
    display: inline-block;
    width: 280px;
    height: 120px;
    padding: 4px 30px;
    margin: 25% auto 0;
    background: #555;
}

.loading-lab-msg {
    float: left;
    padding-top: 10px;
    color: #fff;
    font-size: 14px;
}

    .loading-lab-msg p {
        display: none;
        margin-bottom: 4px;
    }

.loading-lab-logo {
    float: left;
    position: relative;
    overflow: hidden;
}

    .loading-lab-hover, .loading-lab-logo, .loading-lab-logo img {
        width: 100px;
        height: 100px;
    }

.loading-lab-hover {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/console-loading-hover.png) repeat;
    background-size: 100px 100px;
    animation: a 12s steps(150) infinite,b 3s steps(150) infinite;
}

.challenge-submit {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 1px 1px #ccc;
    text-align: center;
}

    .challenge-submit span {
        display: inline-block;
        padding: 18px 0;
        color: #666;
        font-size: 16px;
    }

    .challenge-submit .btn {
        padding: 18px 34px;
        font-size: 16px;
    }

@keyframes a {
    0% {
        top: 0;
    }

    to {
        top: -100px;
    }
}

@keyframes b {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 100px 0;
    }
}

#document-navbar {
    min-height: 0;
    margin: 0;
}

    #document-navbar ul {
        width: 100%;
    }

        #document-navbar ul li {
            text-align: center;
            z-index: 1;
        }

            #document-navbar ul li a {
                display: inline-block;
                width: 15px;
                height: 15px;
                padding: 0;
                background: #999;
                border-radius: 50%;
            }

.path-description {
    margin: 0px auto 0;
    background: #fff;
    box-shadow: 0 1px 3px 0 #c2c2c2;
    overflow: hidden;
}

    .path-description .path-desc-top {
        height: 250px;
    }

        .path-description .path-desc-top .name-total-box {
            margin-top: 50px;
            margin-bottom: 20px;
        }

            .path-description .path-desc-top .name-total-box h4 {
                font-family: Microsoft Yahei;
                font-size: 30px;
                color: #fff;
            }

            .path-description .path-desc-top .name-total-box .path-total-courses {
                font-size: 18px;
                line-height: 53px;
                text-align: right;
            }

                .path-description .path-desc-top .name-total-box .path-total-courses .total-courses-box {
                    padding: 6px;
                    color: #787878;
                    background: #fff;
                    border-radius: 4px;
                }

        .path-description .path-desc-top .path-desc-text {
            color: #fff;
            font-size: 14px;
            height: 60px;
            overflow: hidden;
        }

    .path-description .path-desc-btm {
        /*height: 100px;*/
        height: 80px;
        font-size: 18px;
        padding-top: 26px;
        color: #787878;
    }

        .path-description .path-desc-btm > div {
            padding-top: 6px;
        }

        .path-description .path-desc-btm .center-line {
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

    .path-description .num {
        color: #fa5e5b;
    }

@media (max-width:767px) {
    .path-description .path-desc-top .name-total-box h4 {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    .path-description .path-desc-top .name-total-box .path-total-courses {
        text-align: left;
    }
}

@media (max-width:767px) {
    .path-description .path-desc-btm {
        padding-top: 0;
    }

        .path-description .path-desc-btm > div:last-child {
            text-align: center;
        }
}

@media (max-width:480px) {
    .path-description .path-desc-btm {
        font-size: 14px;
    }
}

.start-btn {
    display: block;
    width: 200px;
    height: 45px;
    background: #fa5e5b;
    box-shadow: 0 3px 3px #ee5653;
    border-radius: 50px;
    margin: 100px auto;
    font-size: 20px;
}

    .start-btn, .start-btn:hover {
        color: #fff;
    }

.end-pin {
    display: block;
    width: 200px;
    height: 45px;
    border: 1px solid #08bf91;
    border-radius: 50px;
    margin: 100px auto;
    font-size: 20px;
    cursor: auto;
}

    .end-pin, .end-pin:hover {
        color: #08bf91;
    }

.path-title-box {
    margin: 30px 0 30px;
    font-size: 20px;
    color: #787878;
}

    .path-title-box .line {
        width: 15%;
        display: inline-block;
        border-top: 1px solid #ccc;
        margin-bottom: 5px;
    }

@media (max-width:767px) {
    .jobtree .course-box .straight-line {
        display: none;
    }

    .double-labs {
        width: auto;
        margin: 0;
    }

        .double-labs .bottom-rectangle-line, .double-labs .top-rectangle-line {
            display: none;
        }

        .double-labs .course-box {
            float: none;
            margin: 60px auto 0;
        }
}

.path-item {
    height: 100px;
    margin-bottom: 10px;
    box-shadow: 0 0 3px #ccc;
    position: relative;
}

    .path-item .path-img {
        text-align: left;
        padding: 0;
    }

        .path-item .path-img img {
            width: 100px;
            height: 100px;
        }

    .path-item .path-name {
        color: #565656;
        font-size: 18px;
        padding-top: 20px;
    }

    .path-item .path-course-num {
        color: #9b9da2;
        font-size: 14px;
        padding-top: 10px;
    }

    .path-item .desc-layer {
        position: absolute;
        top: 0;
        left: 100px;
        right: 0;
        bottom: 0;
        background: hsla(0,0%,58%,.8);
        padding: 20px 11px;
        display: none;
    }

        .path-item .desc-layer .center {
            height: 60px;
            color: #fff;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }

    .path-item:hover {
        box-shadow: 0 0 3px #aaa;
    }

        .path-item:hover .desc-layer {
            display: block;
        }

.user-avatar {
    position: relative;
    display: inline-block;
}

    .user-avatar a:focus, .user-avatar a:hover {
        text-decoration: none;
    }

    .user-avatar .avatar img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .user-avatar .member-icon {
        position: absolute;
        bottom: 1%;
        right: 3%;
        width: 32%;
    }

        .user-avatar .member-icon img {
            width: 100%;
            min-width: 12px;
        }

.user-username {
    display: inline-block;
}

    .user-username a:focus, .user-username a:hover {
        text-decoration: none;
        color: #0c9;
    }

    .user-username .username {
        color: #999;
        font-size: 14px;
    }

    .user-username .user-level {
        margin-left: -2px;
        color: #fec42d;
        font-size: 12px;
        font-weight: 700;
    }

#add-friends-btn {
    display: inline-block;
    padding: 6px 12px;
    background: #0c9;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

    #add-friends-btn:active, #add-friends-btn:focus, #add-friends-btn:hover {
        background: rgba(0,204,153,.7);
    }

#friends > .row {
    margin: 0;
    position: relative;
}

    #friends > .row .friend {
        margin: 10px 0;
    }

        #friends > .row .friend, #friends > .row .friend > div {
            text-align: center;
        }

            #friends > .row .friend img {
                width: 80px;
                height: 80px;
                border-radius: 50%;
            }

            #friends > .row .friend .member-icon img {
                width: 18px;
                height: 18px;
            }

            #friends > .row .friend .friend-name {
                margin-top: 10px;
                font-size: 14px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            #friends > .row .friend .friend-level {
                font-size: 14px;
            }

                #friends > .row .friend .friend-level span {
                    color: #f66;
                }

.community-name {
    font-size: 18px;
    color: #464646;
    font-weight: 400;
}

.community-image {
    height: 45px;
    width: 45px;
    float: right;
    border-radius: 50%;
}

.community-count {
    color: #666;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 400;
}

.community-entrance, .community-entrance:hover {
    display: block;
    background: #0c9;
    padding: 9px 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
}

#user-index .layout-body {
    padding: 15px 50px;
}

.bg-img {
    padding: 0;
    width: 100%;
}

.empty-tip {
    text-align: center;
    font-size: 18px;
    color: #93a0a8;
    padding: 20px;
    margin: 7px 15px;
    background: #fafafa;
}

.user-intro {
    height: 150px;
}

.user-image {
    position: relative;
    top: -110px;
    left: 115px;
    width: 185px;
    height: 185px;
    padding: 8px;
    background-color: hsla(0,0%,100%,.5);
    box-shadow: 0 1px 3px 0 #d3d3d3;
}

.user-money {
    position: relative;
    top: -100px;
    left: 145px;
    color: #949ea8;
    font-size: 14px;
}

.noun-explain {
    border-bottom: 1px dashed #686b74;
    cursor: pointer;
}

.money-count {
    color: #fc5e5d;
    font-size: 16px;
    margin: 0 3px;
}

.user-deal {
    position: absolute;
    right: 100px;
    top: 30px;
}

.addfriend, .sendmsg {
    border: none;
    background-color: #1abc9c;
}

    .addfriend:focus, .addfriend:hover, .sendmsg:focus, .sendmsg:hover {
        background-color: #11aa8c;
    }

.info-ctrl {
    top: -10px;
    left: 365px;
}

.info-btn, .info-ctrl {
    position: absolute;
}

.info-btn {
    top: 34px;
    right: 50px;
}

.user-name {
    font-size: 22px;
    color: #2f3c4c;
}

.user-vip-icon {
    vertical-align: text-top;
    margin: 0 5px;
}

.user-vip-deadline {
    color: #565a61;
}

.user-vip-charge {
    color: red;
    margin: 0 5px;
}

    .user-vip-charge:hover {
        color: #0c9;
    }

.user-profession {
    color: #8a939c;
    font-size: 14px;
    margin-right: 15px;
}

.user-community {
    color: #808a94;
    text-decoration: none;
}

    .user-community:focus, .user-community:hover {
        color: #00b877;
        text-decoration: none;
    }

.user-profile, .user-share {
    display: block;
    color: #fff;
    padding: 8px 16px;
    font-size: 15px;
}

    .user-profile:focus, .user-profile:hover, .user-share:focus, .user-share:hover {
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }

.user-share {
    background-color: #1cb974;
}

.user-profile {
    background-color: #6a7789;
}

.user-git, .user-vm {
    color: #8a939c;
    font-size: 14px;
    margin-top: 20px;
}

.user-vm-name {
    color: #8a939c;
    margin: 0 10px;
}

    .user-vm-name:hover {
        color: #0c9;
    }

.user-vm-btn {
    color: #fff;
    background-color: #0c9;
    cursor: pointer;
}

    .user-vm-btn:focus, .user-vm-btn:hover {
        color: #fff;
        text-decoration: none;
    }

.user-title {
    color: #93a0a8;
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f4f7;
}

.follow-course, .learn-course, .user-report {
    position: relative;
}

.view-all {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #9ca5ae;
}

    .view-all:focus, .view-all:hover {
        text-decoration: none;
        color: #00b877;
    }

.achieve-body {
    margin: 10px;
    text-align: center;
}

    .achieve-body p {
        color: #686b74;
        text-align: center;
        font-size: 16px;
    }

.achieve-image {
    margin: 20px;
    width: 100px;
    height: 100px;
}

.achieve-figure {
    color: #1bbb75;
    margin: 0 5px;
}

.follow-body, .learn-body {
    text-align: center;
}

.question-body, .question-body .answer-title, .question-body .ask-title {
    margin-top: 20px;
}

    .question-body .question-content {
        position: relative;
        left: 65px;
        top: -50px;
    }

    .question-body .question-item {
        margin: 5px 0;
        display: block;
        color: #808a94;
        font-size: 16px;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 300px;
    }

        .question-body .question-item:focus, .question-body .question-item:hover {
            text-decoration: none;
            color: #00b877;
        }

.qa-all {
    position: absolute;
    left: 80px;
    bottom: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #9ca5ae;
    text-decoration: none;
}

    .qa-all:focus, .qa-all:hover {
        text-decoration: none;
        color: #00b877;
    }

.acc-content {
    margin: 35px 0 20px 35px;
}

.acc-info {
    position: absolute;
    top: 0;
    left: 60px;
    color: #9ca5ae;
}

.acc-name {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.empty-tips {
    font-size: 18px;
    color: #9e9e9e;
    font-weight: 100;
    padding: 48px;
}

.empty-tips, .user-infobox-baseinfo {
    text-align: center;
}

.user-infobox-avatar {
    width: 80px;
    border-radius: 50%;
}

.user-infobox-name {
    display: block;
    margin: 12px auto;
    font-size: 16px;
}

    .user-infobox-name:focus, .user-infobox-name:hover {
        text-decoration: none;
    }

.user-infobox-info div {
    position: relative;
    margin: 8px 0;
    color: #666;
    font-size: 14px;
}

    .user-infobox-info div span {
        position: absolute;
        right: 0;
    }

    .user-infobox-info div a {
        color: #1abc9c;
    }

.course-item {
    display: block;
    margin-top: 15px;
    box-shadow: 0 1px 3px 0 #ccc;
}

    .course-item, .course-item:focus, .course-item:hover {
        text-decoration: none;
    }

.course-item-header {
    height: 37px;
    color: #fff;
    background: #1abc9c;
}

    .course-item-header h4 {
        width: 100%;
        padding: 10px 0 10px 10px;
        margin: 0;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.private-course .course-item-header h4 {
    background: #2980b9;
}

.course-item-body {
    position: relative;
    height: 160px;
    padding: 12px;
    color: #9a9a9a;
}

    .course-item-body p {
        line-height: 30px;
    }

.course-item-learned {
    position: absolute;
    bottom: 10px;
    color: #1abc9c;
}

.course-item-footer {
    position: relative;
    padding: 6px 0;
    margin: 0 12px;
    color: #b9b9b9;
    border-top: 1px solid #eee;
}

.course-item-count {
    position: absolute;
    right: 0;
}

#edu-container {
    background-color: #fff;
    box-shadow: 0 3px 20px 0 hsla(0,0%,93%,.004);
}

    #edu-container .edu-bgimg {
        height: 350px;
        text-align: center;
        overflow: hidden;
        background-color: #eee;
    }

        #edu-container .edu-bgimg img {
            height: 350px;
            width: 100%;
        }

    #edu-container .edu-content {
        margin-top: -100px;
    }

        #edu-container .edu-content .media-desc {
            padding: 42px 40px;
            border-radius: 10px;
            height: 232px;
            box-shadow: 0 3px 5px 0 hsla(0,0%,87%,.75);
        }

        #edu-container .edu-content .edu-logo-des .edu-logo {
            margin-top: 0;
        }

            #edu-container .edu-content .edu-logo-des .edu-logo img {
                width: 140px;
                height: 140px;
                border-radius: 50%;
            }

        #edu-container .edu-content .edu-logo-des .edu-des .edu-name {
            font-size: 30px;
            color: #666;
            margin-top: 0;
        }

        #edu-container .edu-content .edu-logo-des .edu-des .edu-details {
            font-size: 16px;
            color: #666;
        }

        #edu-container .edu-content .edu-logo-des .edu-des .join-btn {
            margin-top: -40px;
        }

        #edu-container .edu-content .edu-courses {
            border: none;
            padding-top: 0;
        }

            #edu-container .edu-content .edu-courses .edu-title {
                font-size: 30px;
                color: #666;
                text-align: center;
                margin-bottom: 70px;
            }

        #edu-container .edu-content .edu-student {
            margin-top: 50px;
        }

            #edu-container .edu-content .edu-student .stu-content {
                margin: 20px 0;
            }

            #edu-container .edu-content .edu-student .stu-item {
                padding: 0;
                position: relative;
            }

                #edu-container .edu-content .edu-student .stu-item img {
                    width: 100%;
                    height: 67px;
                }

                #edu-container .edu-content .edu-student .stu-item .stu-msg {
                    display: none;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    background-color: rgba(0,204,153,.9);
                    color: #fff;
                    text-align: center;
                    padding: 10px 0;
                }

                #edu-container .edu-content .edu-student .stu-item:hover .stu-msg {
                    display: block;
                }

            #edu-container .edu-content .edu-student .tea-item {
                padding: 15px 0;
                box-shadow: 0 1px 3px #ccc;
                margin: 10px 0;
            }

                #edu-container .edu-content .edu-student .tea-item img {
                    width: 80px;
                    border-radius: 50%;
                }

                #edu-container .edu-content .edu-student .tea-item .tea-msg {
                    color: #777;
                    padding: 15px 0 0;
                }

                    #edu-container .edu-content .edu-student .tea-item .tea-msg .tea-name {
                        font-size: 14px;
                        margin-bottom: 10px;
                    }

                #edu-container .edu-content .edu-student .tea-item:hover {
                    box-shadow: 0 2px 8px #ccc;
                }

        #edu-container .edu-content .edu-course {
            margin-top: 50px;
        }

            #edu-container .edu-content .edu-course .no-course p {
                font-size: 14px;
            }

.edu-teacher {
    margin-top: 35px;
    padding-bottom: 100px;
}

    .edu-teacher .content {
        background: none;
        border: none;
    }

        .edu-teacher .content .edu-title {
            font-size: 30px;
            color: #666;
            text-align: center;
            margin-bottom: 62px;
        }

        .edu-teacher .content .tea-item {
            margin: 10px 0;
            background-color: #fff;
            box-shadow: 0 3px 20px 0 hsla(0,0%,93%,.004);
            height: 165px;
            padding: 32px 5px;
        }

            .edu-teacher .content .tea-item .headimg {
                width: 100px;
                height: 100px;
                border-radius: 50%;
            }

            .edu-teacher .content .tea-item .tea-msg {
                margin-left: -45px;
                padding-top: 8px;
            }

                .edu-teacher .content .tea-item .tea-msg .tea-name {
                    line-height: 50px;
                    font-weight: 700;
                    font-size: 16px;
                    color: #666;
                }

                .edu-teacher .content .tea-item .tea-msg .tea-course-num {
                    font-size: 14px;
                    color: #666;
                }

                    .edu-teacher .content .tea-item .tea-msg .tea-course-num span {
                        color: #eb6877;
                        font-weight: 700;
                    }

@media screen and (max-width:768px) {
    #edu-container .edu-content .edu-logo-des .edu-logo {
        text-align: center;
    }

        #edu-container .edu-content .edu-logo-des .edu-logo img {
            width: 40%;
        }
}

.edu-footer {
    padding-top: 0;
}

    .edu-footer .copyright {
        margin-top: 0;
    }

.layout-side .message {
    padding: 15px;
}

    .layout-side .message a {
        font-size: 18px;
        color: #dee7ed;
        float: right;
    }

.achievement {
    font-size: 13px;
    color: #8e8e8e;
    line-height: 1.8em;
}

.achievement, .layout-side .btnbox {
    margin: 13px 26px;
}

.layout-side .invite-btn {
    background-color: #82a0e2;
}

.layout-side .invite-btn, .layout-side .supply-btn {
    color: #fff;
    border-radius: 0;
    font-size: 14px;
}

.layout-side .supply-btn {
    background-color: #4dc6e9;
    padding: 0;
}

    .layout-side .supply-btn a {
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        width: 100%;
        height: 100%;
        padding: 6px 12px;
    }

#chats .nav-tabs {
    height: 600px;
    background: #d1e4ce;
    border: 0;
    overflow-y: auto;
}

    #chats .nav-tabs > li {
        float: none;
        margin: 0;
    }

        #chats .nav-tabs > li .member-icon img {
            width: 16px;
        }

        #chats .nav-tabs > li:first-child {
            padding: 15px 0;
            color: #567051;
            background: #a1c791;
            text-align: center;
            font-size: 14px;
        }

        #chats .nav-tabs > li a {
            padding: 10px 20px;
            margin: 0;
            padding: 10px 0;
            color: #000;
            font-size: 14px;
            border: 0;
            border-radius: 0;
        }

    #chats .nav-tabs a span {
        display: inline-block;
        color: rgba(0,0,0,.68);
    }

        #chats .nav-tabs a span.user-level {
            color: #dfa304;
        }

    #chats .nav-tabs a .user-name-msgcount {
        padding-top: 16px;
    }

    #chats .nav-tabs a span.msgcount {
        display: inline;
        float: right;
        padding: 0 5px;
        color: #fff;
        background: #f66;
        font-size: 14px;
        font-weight: 400;
        border-radius: 15px;
    }

    #chats .nav-tabs > li.active > a, #chats .nav-tabs > li > a:hover {
        background: #c2dcb7;
        border-radius: 0;
    }

#chats .tab-content > .tab-pane {
    height: 416px;
    background: #f8f8f6;
    overflow-y: auto;
}

#chats .tab-content > .tabpanel {
    overflow: hidden;
}

#chats .msgbox {
    position: relative;
    max-width: 60%;
    margin: 30px 0 20px;
    padding: 5px;
    line-height: 1.6em;
    font-size: 13px;
    border-radius: 5px;
    clear: both;
}

    #chats .msgbox .sendtime {
        position: absolute;
        bottom: -25px;
        width: 110px;
        font-size: 12px;
    }

    #chats .msgbox.left .sendtime {
        left: 0;
    }

    #chats .msgbox.right .sendtime {
        right: 0;
    }

    #chats .msgbox .arrow {
        position: absolute;
        width: 10px;
        height: 10px;
    }

    #chats .msgbox.left .arrow {
        left: -9px;
        bottom: 15px;
        background-image: url(../images/messagefrom.png);
    }

    #chats .msgbox.right .arrow {
        right: -9px;
        bottom: 15px;
        background-image: url(../images/messageto.png);
    }

    #chats .msgbox.left {
        float: left;
        margin-left: 50px;
        color: #9e9a8f;
        background: #f5f3ef;
        border: 1px solid #e6e4df;
    }

    #chats .msgbox.right {
        float: right;
        margin-right: 50px;
        color: #979ea6;
        background: #eff3f5;
        border: 1px solid #e3e9ed;
    }

    #chats .msgbox pre {
        margin: 0;
        color: inherit;
        background-color: inherit;
        font-size: 14px;
        font-family: Microsoft Yahei;
        border: none;
    }

        #chats .msgbox pre p {
            white-space: normal;
        }

    #chats .msgbox .btn {
        float: right;
        margin: 10px 5px 0;
    }

#chats .tab-content {
    position: relative;
}

#chats .sendmessage {
    width: 100%;
    padding: 10px;
    background: #eff3f5;
    border: 1px solid #e3e9ed;
    clear: both;
    overflow: hidden;
}

    #chats .sendmessage textarea {
        width: 100%;
        height: 120px;
        border: 1px solid #eee;
        resize: none;
        padding: 10px;
        font-size: 14px;
        color: #565e67;
        outline-color: hsla(0,0%,93%,0);
    }

        #chats .sendmessage textarea:focus {
            border: 1px solid #cadce9;
        }

    #chats .sendmessage .btn {
        float: right;
        margin-top: 10px;
        background-color: #32b169;
        border-color: #32b169;
        padding: 6px 30px;
        border-radius: 2px;
    }

        #chats .sendmessage .btn:hover {
            background-color: #4cc680;
            border-color: #4cc680;
        }

#search-users .search {
    width: 80px;
    color: #fff;
    background: #1abc9c;
}

#search-users .result {
    max-height: 500px;
    margin-top: 10px;
    overflow: auto;
}

    #search-users .result .suser {
        width: 90%;
        margin: 0 auto;
        padding: 10px 0;
        border-bottom: 1px solid #e7f2f0;
    }

        #search-users .result .suser img {
            width: 60px;
            border: 5px solid #e7f2f0;
        }

        #search-users .result .suser span {
            display: inline-block;
            margin-left: 10px;
            font-size: 16px;
            font-weight: 700;
        }

        #search-users .result .suser .sendadd {
            float: right;
            margin-top: 15px;
            background: #48c755;
            border: none;
        }

        #search-users .result .suser .disabled {
            float: right;
            margin-top: 15px;
        }

        #search-users .result .suser.none {
            color: #ccc;
            text-align: center;
            border: 0;
        }

@media (max-width:767px) {
    #chats {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.userinfo {
    text-align: center;
    padding: 0;
}

    .userinfo img.userimg {
        width: 100px;
        height: 100px;
        margin: 15px 0 8px;
    }

    .userinfo .userinfo-name {
        font-size: 17px;
        color: #464646;
        font-weight: 700;
        margin-bottom: 12px;
    }

e .userinfo .userinfo-name:hover {
    color: #1abc9c;
}

.userinfo-display a {
    font-size: 14px;
    padding-top: 9px;
    color: #909395;
}

.userinfo-footer {
    border-top: 1px solid #ecf0f3;
    padding: 12px 0;
    color: #4c5157;
    margin: 10px 0 0;
}

    .userinfo-footer i {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .userinfo-footer .userinfo-num {
        display: inline-block;
        max-width: 29px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: bottom;
    }

    .userinfo-footer .userinfo-studytime {
        border-left: 1px solid #ecf0f3;
        border-right: 1px solid #ecf0f3;
    }

    .userinfo-footer:after {
        content: "";
        display: block;
        clear: both;
    }

.userinfo-msg-text {
    color: #7b7f88;
    font-size: 15px;
    padding: 4px 16px;
}

    .userinfo-msg-text a {
        color: #7b7f88;
    }

        .userinfo-msg-text a:hover {
            color: #0c9;
            text-decoration: none;
        }

.vip-details {
    background: linear-gradient(#0dc091 10%,#fff);
    margin-bottom: -10px;
}

    .vip-details > .container {
        padding-top: 10px;
    }

.vip-row {
    text-align: center;
    padding: 0 120px;
}

    .vip-row div {
        position: relative;
        float: left;
    }

@media (max-width:767px) {
    .vip-row {
        padding: 0;
        overflow: hidden;
    }
}

.vip-item ul li {
    line-height: 27px;
}

    .vip-item ul li .btn-all {
        border: none;
        background: #43afd7;
        font-weight: 600;
        border-radius: 20px;
        color: #fff;
    }

    .vip-item ul li .btn-smaller {
        width: 110px;
        height: 35px;
        font-size: 20px;
        padding: 3px;
    }

    .vip-item ul li .btn-bigger {
        width: 130px;
        height: 45px;
        font-size: 30px;
        padding: 0;
    }

    .vip-item ul li p {
        color: #0c9;
        letter-spacing: 2px;
        font-size: 13px;
        margin-top: 5px;
    }

    .vip-item ul li h4 {
        line-height: 60px;
        font-size: 28px;
        font-weight: 600;
    }

        .vip-item ul li h4 img {
            width: 25px;
            height: 25px;
            margin-left: -5px;
        }

        .vip-item ul li h4.is-free-user {
            color: #908f8f;
        }

        .vip-item ul li h4.is-vip-user {
            color: #0ace9d;
        }

        .vip-item ul li h4.is-adv-vip {
            color: #43afd7;
        }

    .vip-item ul li span {
        font-size: 20px;
        color: #515151;
        font-weight: 600;
    }

    .vip-item ul li img {
        width: 32px;
        height: 24px;
    }

    .vip-item ul li .link-clients {
        color: #515151;
    }

        .vip-item ul li .link-clients:hover {
            color: #08bf91;
            text-decoration: none;
        }

    .vip-item ul li:first-child, .vip-item ul li:last-child {
        border-radius: 0;
    }

.vip-item .item-vip-footer {
    height: 190px;
    padding-top: 50px;
}

.vip-item:nth-child(3) {
    padding-top: 15px;
    width: 31%;
}

    .vip-item:nth-child(3) ul li {
        line-height: 31px;
    }

.vip-item:first-child {
    padding-top: 40px;
    width: 23%;
}

    .vip-item:first-child ul li {
        border-right: none;
        font-size: 20px;
        color: #515151;
        font-weight: 600;
        letter-spacing: 3px;
    }

        .vip-item:first-child ul li:first-child {
            border-top-left-radius: 30px;
        }

        .vip-item:first-child ul li:last-child {
            border-bottom-left-radius: 30px;
        }

.vip-item:nth-child(2n) {
    padding-top: 40px;
    width: 23%;
}

.vip-item:nth-child(2) ul li {
    border-right: none;
}

.vip-item:nth-child(4) ul li {
    border-left: none;
}

    .vip-item:nth-child(4) ul li:first-child {
        border-top-right-radius: 30px;
    }

    .vip-item:nth-child(4) ul li:last-child {
        border-bottom-right-radius: 30px;
    }

.vip-invoice {
    font-size: 20px;
    text-align: center;
}

.vip-header {
    min-height: 250px;
    margin-bottom: -10px;
    text-align: center;
    padding-top: 48px;
    color: #fff;
    background: #0dc091;
}

@media (max-width:767px) {
    .vip-header {
        height: 360px;
    }
}

.vip-header-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.6em;
}

.vip-header-description, .vip-header-title {
    color: #fff;
    text-shadow: 0 4px 10px rgba(0,0,0,.16);
}

.vip-header-description {
    font-size: 24px;
    font-weight: 100;
}

.vip-details {
    background: linear-gradient(#0dc091 10%,#fff 60%);
    background-size: 100% 100%;
}

.vip-details-item {
    position: relative;
    margin: 20px auto;
    text-align: center;
    color: #676767;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0,0,0,.17);
}

    .vip-details-item img {
        position: absolute;
        top: -5px;
        right: 40px;
    }

.vip-details-header h4 {
    padding: 30px 0;
    color: #0dc091;
    font-size: 28px;
    font-weight: 700;
}

    .vip-details-header h4 img {
        position: inherit;
    }

.vip-details-header.is-free-user h4 {
    color: #676767;
    padding: 32px 0;
}

.vip-details-content div {
    padding: 14px 20px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

    .vip-details-content div span.glyphicon-ok {
        float: right;
        margin-left: -20px;
        color: green;
        font-size: 18px;
    }

    .vip-details-content div span.glyphicon-remove {
        float: right;
        margin-left: -20px;
        color: #e26a6a;
        font-size: 18px;
    }

    .vip-details-content div.disabled {
        color: #999;
    }

.vip-details-price {
    margin-top: 10px;
    margin-bottom: 13px;
}

    .vip-details-price strong {
        padding: 10px 0;
        font-size: 28px;
        color: #f05253;
    }

    .vip-details-price div {
        font-size: 12px;
        color: #999;
    }

        .vip-details-price div span {
            color: #f05253;
            font-size: 18px;
            font-weight: 700;
        }

    .vip-details-price.is-free-user {
        margin-top: 159px;
    }

        .vip-details-price.is-free-user strong {
            color: #dbdbdb;
        }

.vip-details-footer {
    padding: 20px 0 30px;
}

    .vip-details-footer .btn {
        width: 60%;
        padding: 12px 0;
        font-size: 20px;
    }

        .vip-details-footer .btn.btn-warning {
            color: #fff;
            background: #ffb90a;
            border-color: #ffb90a;
        }

            .vip-details-footer .btn.btn-warning:focus, .vip-details-footer .btn.btn-warning:hover {
                color: #fff;
                background-color: #edac08;
                border-color: #edac08;
            }

    .vip-details-footer div {
        margin-top: 10px;
        color: #0dc091;
        font-size: 13px;
        text-align: center;
    }

    .vip-details-footer.is-free-user {
        padding: 28px 0 58px;
    }

.vip-hots {
    padding: 150px 0;
    background: #fff;
}

.vip-hots-header h4 {
    margin-bottom: 80px;
    color: #676767;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

    .vip-hots-header h4 span {
        color: #0dc091;
    }

.vip-hots-body .media-heading {
    margin-bottom: 10px;
    font-size: 20px;
    color: #0dc091;
}

.vip-hots-body p {
    width: 60%;
    color: #676767;
    font-size: 14px;
}

.vip-faq {
    padding: 50px 0 100px;
    background: #fff;
}

    .vip-faq .container {
        padding: 60px;
    }

.vip-faq-header {
    color: #0dc091;
    font-size: 24px;
    font-weight: 700;
}

    .vip-faq-header span {
        display: inline-block;
        margin-left: 20px;
        color: #9a9a9a;
        font-size: 15px;
        font-weight: 100;
    }

.vip-faq-body h4 {
    margin: 30px 0;
    font-size: 22px;
    font-weight: 700;
    color: #464646;
}

.vip-faq-body div {
    margin: 6px 0;
    color: #676767;
    font-size: 16px;
}

.vip-faq-footer {
    margin-top: 40px;
}

    .vip-faq-footer a {
        color: #9a9a9a;
        font-size: 18px;
    }

        .vip-faq-footer a:focus, .vip-faq-footer a:hover {
            color: #676767;
            text-decoration: none;
        }

.vip-clients {
    padding: 150px 0;
}

.vip-clients-header h4 {
    margin-bottom: 80px;
    color: #676767;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.vip-clients-body {
    text-align: center;
}

    .vip-clients-body .vip-clients-title {
        margin: 20px 0;
        color: #666;
        font-size: 20px;
    }

    .vip-clients-body a {
        color: #08bf91;
        font-size: 20px;
    }

        .vip-clients-body a:focus, .vip-clients-body a:hover {
            text-decoration: none;
        }

    .vip-clients-body .text-danger {
        font-size: 14px;
        margin-top: 10px;
    }

    .vip-clients-body .vip-clients-logo {
        width: 120px;
        height: 130px;
        margin: 0 auto;
    }

    .vip-clients-body .vip-clients-windows {
        background: url(../images/vip-clients.png) no-repeat;
        background-position: 10px 0;
    }

    .vip-clients-body .vip-clients-mac {
        background: url(../images/vip-clients.png) no-repeat;
        background-position: -115px 0;
    }

    .vip-clients-body .vip-clients-linux {
        background: url(../images/vip-clients.png) no-repeat;
        background-position: -238px 0;
    }

    .vip-clients-body .video {
        position: relative;
        clear: both;
    }

        .vip-clients-body .video video {
            width: 50%;
            margin: 50px auto 0;
        }

    .vip-clients-body .video-play {
        position: absolute;
        left: 25%;
        top: 50px;
        width: 50%;
        height: calc(100% - 50px);
        color: #fff;
        background: rgba(0,0,0,.6);
        text-align: center;
    }

        .vip-clients-body .video-play .fa {
            margin-top: 25%;
            font-size: 10em;
            cursor: pointer;
        }

#vip-modal .modal-content {
    padding: 0;
    overflow: hidden;
}

#vip-modal .modal-header {
    position: relative;
    border: none;
    box-shadow: 0 1px 4px 2px #eee;
}

    #vip-modal .modal-header .alert-message {
        position: absolute;
        top: 0;
        left: 200px;
        overflow: hidden;
    }

        #vip-modal .modal-header .alert-message .alert {
            display: none;
        }

#vip-modal .modal-title {
    font-size: 24px;
}

#vip-modal .vip-modal-item-header {
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: 700;
}

    #vip-modal .vip-modal-item-header span {
        font-size: 14px;
        font-weight: 500;
    }

#vip-modal .vip-modal-item {
    padding: 0 10px;
}

    #vip-modal .vip-modal-item:first-child .vip-modal-item-header {
        margin-top: 0;
    }

    #vip-modal .vip-modal-item.vip-modal-qrcode {
        padding-top: 20px;
        text-align: center;
    }

#vip-modal .vip-modal-item-body {
    overflow: hidden;
}

    #vip-modal .vip-modal-item-body .col-md-12 {
        color: #08bf91;
        font-size: 14px;
        text-align: center;
    }

    #vip-modal .vip-modal-item-body .get-phone-code {
        background: #08bf91;
        border-radius: 0;
    }

    #vip-modal .vip-modal-item-body a {
        color: #08bf91;
    }

#vip-modal .vip-6month, #vip-modal .vip-month, #vip-modal .vip-year {
    margin: 10px 0;
    border: 2px dashed #d2d2d2;
    overflow: hidden;
    cursor: pointer;
}

    #vip-modal .vip-6month .col-md-6, #vip-modal .vip-month .col-md-6, #vip-modal .vip-year .col-md-6 {
        padding: 24px 0;
        text-align: center;
        font-size: 24px;
        line-height: 1em;
    }

        #vip-modal .vip-6month .col-md-6 div, #vip-modal .vip-month .col-md-6 div, #vip-modal .vip-year .col-md-6 div {
            color: #f34d4e;
            font-size: 22px;
            font-weight: 700;
        }

        #vip-modal .vip-6month .col-md-6 del, #vip-modal .vip-month .col-md-6 del, #vip-modal .vip-year .col-md-6 del {
            font-size: 14px;
            color: #dbdbdb;
        }

        #vip-modal .vip-6month .col-md-6:first-child, #vip-modal .vip-month .col-md-6:first-child, #vip-modal .vip-year .col-md-6:first-child {
            margin: 14px 0;
        }

    #vip-modal .vip-6month.active, #vip-modal .vip-month.active, #vip-modal .vip-year.active {
        border: 2px solid #f34d4e;
    }

#vip-modal .consume-beans {
    padding: 20px;
    background: #fafafa;
    font-size: 14px;
}

    #vip-modal .consume-beans span {
        white-space: pre;
        vertical-align: bottom;
    }

    #vip-modal .consume-beans .beans {
        color: #f34d4e;
        font-size: 18px;
    }

    #vip-modal .consume-beans .left-beans {
        margin: 20px 0;
        color: #676767;
        font-size: 14px;
    }

    #vip-modal .consume-beans input[type=checkbox] {
        margin: 0 4px 4px 0;
        vertical-align: bottom;
    }

    #vip-modal .consume-beans input[type=text] {
        display: inline-block;
        width: 60px;
        height: 30px;
    }

#vip-modal .pay-method {
    float: left;
    width: 120px;
    height: 46px;
    margin-right: 10px;
    border: 1px dashed #d2d2d2;
    cursor: pointer;
}

    #vip-modal .pay-method.active {
        border: 2px solid #f55f60;
    }

    #vip-modal .pay-method[data-pay=ALI_WEB] {
        background: url(../images/pay-btn.png);
        background-position: 0 95%;
    }

    #vip-modal .pay-method[data-pay=WX_NATIVE] {
        background: url(../images/pay-btn.png);
    }

#vip-modal .modal-footer {
    overflow: hidden;
    border: none;
    box-shadow: 1px 0 4px 2px #eee;
    margin: 0;
}

    #vip-modal .modal-footer .real-price {
        color: #676767;
        font-size: 18px;
    }

        #vip-modal .modal-footer .real-price strong {
            color: #f34d4e;
            font-size: 34px;
        }

        #vip-modal .modal-footer .real-price span {
            font-weight: 700;
        }

    #vip-modal .modal-footer .pay-btn {
        text-align: left;
    }

        #vip-modal .modal-footer .pay-btn .btn {
            display: block;
            width: 200px;
            margin: 10px 0;
            padding: 12px 0;
            background: #f55f60;
            font-size: 20px;
        }

            #vip-modal .modal-footer .pay-btn .btn:focus, #vip-modal .modal-footer .pay-btn .btn:hover {
                color: #fff;
                background: #f55f60;
                border-color: #edac08;
            }

        #vip-modal .modal-footer .pay-btn input {
            margin: 0 4px 2px 0;
            vertical-align: bottom;
        }

        #vip-modal .modal-footer .pay-btn span {
            color: #676767;
            font-size: 13px;
            vertical-align: bottom;
        }

            #vip-modal .modal-footer .pay-btn span a {
                color: #0dc091;
            }

                #vip-modal .modal-footer .pay-btn span a:focus, #vip-modal .modal-footer .pay-btn span a:hover {
                    text-decoration: none;
                }

.vip-modal-qrcode {
    text-align: center;
}

.vip-wx-price {
    margin: 0 0 10px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

    .vip-wx-price span {
        color: #f34d4e;
        font-size: 40px;
    }

.vip-wx-method {
    display: inline-block;
    margin: 10px 0 0;
}

    .vip-wx-method, .vip-wx-method:focus, .vip-wx-method:hover {
        color: #08bf91;
    }

#beecloud-pay > .beecloud-wx {
    padding: 25px !important;
    width: 300px !important;
    height: 300px !important;
}

.member-title {
    margin: 50px 0;
    font-size: 32px;
    text-align: center;
    font-weight: 300;
}

.member-detail {
    height: 300px;
    padding: 100px 0;
    text-align: center;
    box-shadow: 0 0 1px 0 #999;
    border: 3px solid transparent;
    cursor: pointer;
    transition: all .3s ease-in;
}

    .member-detail .member-recommend {
        position: absolute;
        top: -10px;
        right: 20px;
    }

    .member-detail .time {
        color: #333;
        font-size: 28px;
    }

    .member-detail .price {
        margin: 4px 0;
        color: #fe605f;
        font-size: 36px;
        font-weight: 700;
    }

    .member-detail .coupon {
        font-size: 18px;
        color: #457ce6;
    }

    .member-detail.active, .member-detail:hover {
        border: 3px solid #fe605f;
        box-shadow: 0 0 0 0;
    }

    .member-detail:nth-child(2) {
        position: relative;
    }

.member-clause {
    margin: 20px -10px;
    text-align: right;
}

    .member-clause .member-terms {
        display: inline;
        padding: 5px 0;
    }

        .member-clause .member-terms a {
            color: #4c5157;
        }

            .member-clause .member-terms a:hover {
                color: #0c9;
                text-decoration: none;
            }

    .member-clause input {
        margin: 2px 0 0;
    }

.member-pay {
    margin: 0 -10px;
    overflow: hidden;
}

    .member-pay .new-price {
        font-size: 18px;
    }

        .member-pay .new-price span {
            color: #fe605f;
        }

        .member-pay .new-price .real-price {
            font-size: 28px;
            font-weight: 700;
        }

    .member-pay .old-price {
        margin-top: 15px;
        margin-right: 10px;
        font-size: 15px;
        color: #999;
    }

    .member-pay .consume-shiyandou {
        margin-top: -10px;
        white-space: pre;
        font-size: 14px;
    }

        .member-pay .consume-shiyandou span {
            white-space: pre;
            vertical-align: bottom;
        }

        .member-pay .consume-shiyandou input[type=checkbox] {
            margin: 0 3px 3px 0;
            vertical-align: bottom;
        }

        .member-pay .consume-shiyandou input[type=text] {
            display: inline-block;
            width: 60px;
            height: 30px;
        }

        .member-pay .consume-shiyandou .beans {
            font-size: 20px;
            color: #fe605f;
        }

    .member-pay .pay-btn {
        margin-left: 30px;
        padding: 14px 50px;
        color: #fff;
        background: #ffc410;
        font-size: 18px;
    }

        .member-pay .pay-btn:focus, .member-pay .pay-btn:hover {
            color: #fff;
        }

.member-privilege {
    margin: 100px -10px 150px;
    font-size: 13px;
    clear: both;
}

    .member-privilege span {
        display: inline-block;
        margin: 0 6px;
        color: #999;
    }

.userinfo-banner {
    background: none;
    padding: 5px;
    border: none;
}

    .userinfo-banner .banner-container {
        background: #fff;
        padding: 20px;
        margin-top: -5px;
        margin-bottom: -5px;
        height: 150px;
        border: 1px solid #eee;
    }

    .userinfo-banner .layout {
        margin: 0 auto;
    }

    .userinfo-banner + .layout {
        margin-top: 10px;
    }

.userinfo-banner-avatar {
    margin-right: 30px;
    text-align: center;
}

    .userinfo-banner-avatar .user-avatar .avatar img {
        width: 80px;
        height: 80px;
    }

    .userinfo-banner-avatar .user-avatar .member-icon {
        bottom: 4px;
        right: 4px;
    }

.userinfo-banner-money {
    margin-top: 10px;
}

    .userinfo-banner-money span {
        color: #999;
        font-size: 12px;
    }

        .userinfo-banner-money span span {
            color: #f33;
        }

.userinfo-banner-details {
    margin-top: 5px;
}

    .userinfo-banner-details > div {
        margin-bottom: 10px;
    }

.userinfo-banner-medal {
    width: 250px;
    text-align: center;
    height: 110px;
    border: 1px dashed #eee;
    border-radius: 5px;
}

    .userinfo-banner-medal .userinfo-medal-wall {
        height: 100%;
    }

        .userinfo-banner-medal .userinfo-medal-wall .user-medals {
            height: 81px;
            padding: 30px 0 16px;
            font-size: 14px;
            color: #a4a4a4;
        }

            .userinfo-banner-medal .userinfo-medal-wall .user-medals .no-medals {
                display: inline-block;
                line-height: 35px;
            }

            .userinfo-banner-medal .userinfo-medal-wall .user-medals a img {
                height: 35px;
                width: 35px;
                margin-right: 10px;
            }

            .userinfo-banner-medal .userinfo-medal-wall .user-medals a:last-child img {
                margin: 0;
            }

        .userinfo-banner-medal .userinfo-medal-wall .user-medal-get {
            height: 29px;
        }

.userinfo-banner-meta span {
    font-weight: 700;
    font-size: 16px;
    color: #a4a4a4;
}

.userinfo-banner-meta .vip-info {
    font-size: 12px;
    display: inline-block;
}

    .userinfo-banner-meta .vip-info i {
        background-image: url(../images/user-vip-icon.png);
        width: 16px;
        height: 16px;
        margin-left: 5px;
        margin-right: 0;
        vertical-align: -1px;
        background-repeat: no-repeat;
        display: inline-block;
    }

        .userinfo-banner-meta .vip-info i.i-user-vip-normal {
            background-position-x: -36px;
        }

        .userinfo-banner-meta .vip-info i.i-user-vip-senior {
            background-position-x: -72px;
        }

        .userinfo-banner-meta .vip-info i.i-user-vip-buy {
            background-position-x: 0;
        }

    .userinfo-banner-meta .vip-info a.a-user-vip-normal {
        color: #ffc500;
    }

    .userinfo-banner-meta .vip-info a.a-user-vip-senior {
        color: #f66;
    }

.userinfo-banner-username {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.userinfo-banner-charge {
    display: inline-block;
    margin-left: 10px;
    color: #f33;
}

    .userinfo-banner-charge:focus, .userinfo-banner-charge:hover {
        color: #f33;
        text-decoration: none;
    }

.userinfo-banner-status {
    color: #666;
    font-size: 14px;
}

    .userinfo-banner-status > * {
        display: inline-block;
        margin-right: 10px;
        color: #666;
    }

    .userinfo-banner-status a {
        color: #666;
    }

        .userinfo-banner-status a:focus, .userinfo-banner-status a:hover {
            color: #0c9;
            text-decoration: none;
        }

.show-level .level-num {
    margin-top: 10px;
    margin-right: 10px;
    line-height: 20px;
    font-size: 13px;
    position: relative;
    width: 100px;
    display: inline-block;
    border-radius: 10px;
    background: #ffc500;
    padding: 0 12px;
    color: #292929;
}

    .show-level .level-num img {
        position: absolute;
        right: 12px;
        top: -6px;
    }

.show-level .level-up-info {
    font-size: 12px;
    color: #666;
}

.userinfo-banner-addfriend, .userinfo-banner-sendmsg {
    padding: 2px 16px;
}

.userinfo-banner-labs {
    border-right: 1px solid #eee;
    vertical-align: middle;
}

.user-visitors img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-visitors a {
    display: block;
    margin-top: 10px;
}

    .user-visitors a > div {
        color: #444;
        font-size: 12px;
    }

    .user-visitors a:focus, .user-visitors a:hover {
        text-decoration: none;
    }

#resume .resume-msg {
    margin-bottom: 30px;
    font-size: 14px;
    padding: 0 0 30px 30px;
    background-color: #eff9fb;
}

    #resume .resume-msg .resume-edit-btn {
        color: #fff;
        margin: 10px;
        background-color: #7ab3e0;
        padding: 0 5px;
    }

        #resume .resume-msg .resume-edit-btn i.iconfont {
            font-size: 20px;
        }

    #resume .resume-msg .real-name {
        font-size: 30px;
    }

    #resume .resume-msg .work {
        font-size: 22px;
    }

    #resume .resume-msg .see-only-shiyanlou {
        text-align: right;
        padding: 10px 40px;
        background-color: #c1f0dc;
    }

        #resume .resume-msg .see-only-shiyanlou p {
            margin: 0 0 5px;
        }

        #resume .resume-msg .see-only-shiyanlou .resume-text {
            color: #0c9;
        }

        #resume .resume-msg .see-only-shiyanlou i.iconfont {
            color: #0c9;
            font-size: 25px;
        }

#resume .resume-edit {
    margin-bottom: 30px;
    font-size: 14px;
    padding: 50px 0;
    background-color: #eff9fb;
    display: none;
}

    #resume .resume-edit .resume-graduation, #resume .resume-edit .resume-work {
        display: none;
    }

    #resume .resume-edit .resume-text {
        color: #0c9;
        padding: 10px 0;
    }

    #resume .resume-edit .error-point {
        color: red;
    }

    #resume .resume-edit .resume-save {
        background-color: #0c9;
        color: #fff;
    }

#resume .resume-introduce {
    margin-bottom: 30px;
    font-size: 14px;
}

    #resume .resume-introduce .resume-intro-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

        #resume .resume-introduce .resume-intro-title i {
            color: #0c9;
            font-size: 36px;
        }

    #resume .resume-introduce .resume-intro-content {
        padding: 0 15px;
    }

#resume .resume-skill {
    margin-bottom: 30px;
    font-size: 14px;
}

    #resume .resume-skill .resume-skill-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

        #resume .resume-skill .resume-skill-title i {
            color: #0c9;
            font-size: 36px;
        }

    #resume .resume-skill .resume-skill-content {
        height: 100px;
        padding: 0 16px;
        font-size: 0;
        overflow: hidden;
        position: relative;
    }

        #resume .resume-skill .resume-skill-content .skill-no-text {
            font-size: 14px;
            margin-top: 20px;
        }

        #resume .resume-skill .resume-skill-content .show-skill-more {
            position: absolute;
            top: 24px;
            right: 10px;
            font-size: 20px;
            cursor: pointer;
            color: #939393;
            border-radius: 5px;
        }

        #resume .resume-skill .resume-skill-content .skill-item {
            color: #939393;
            display: inline-block;
            text-align: center;
            margin: 5px 10px;
            font-size: 12px;
        }

            #resume .resume-skill .resume-skill-content .skill-item .skill-item-box {
                width: 73px;
                display: inline-block;
                border: 1px solid #ccc;
                margin-bottom: 5px;
            }

                #resume .resume-skill .resume-skill-content .skill-item .skill-item-box i {
                    font-size: 36px;
                }

#resume .resume-vitality {
    margin-bottom: 30px;
    font-size: 14px;
}

    #resume .resume-vitality .resume-vita-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

        #resume .resume-vitality .resume-vita-title i {
            color: #0c9;
            font-size: 36px;
        }

    #resume .resume-vitality .resume-vita-content {
        text-align: center;
    }

        #resume .resume-vitality .resume-vita-content #cal-heatmap {
            display: inline-block;
        }

        #resume .resume-vitality .resume-vita-content .resume-vita-num {
            color: #5cbc97;
            font-size: 20px;
        }

#resume .resume-radar {
    margin-bottom: 30px;
    font-size: 14px;
}

    #resume .resume-radar .resume-radar-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

        #resume .resume-radar .resume-radar-title i {
            color: #0c9;
            font-size: 36px;
        }

    #resume .resume-radar .resume-radar-content #chart-canvas {
        height: 250px;
    }

    #resume .resume-radar .resume-radar-content .radar-content-r {
        padding: 50px 0 0;
    }

        #resume .resume-radar .resume-radar-content .radar-content-r .resume-radar-merit {
            margin-bottom: 15px;
        }

            #resume .resume-radar .resume-radar-content .radar-content-r .resume-radar-merit span.radar-merit-text {
                padding: 10px 20px 10px 0;
                border-bottom: 1px solid #000;
            }

                #resume .resume-radar .resume-radar-content .radar-content-r .resume-radar-merit span.radar-merit-text .radar-merit-key {
                    color: #5cbc97;
                    font-size: 20px;
                }

                #resume .resume-radar .resume-radar-content .radar-content-r .resume-radar-merit span.radar-merit-text .radar-merit-value {
                    color: #5cbc97;
                    font-size: 18px;
                }

        #resume .resume-radar .resume-radar-content .radar-content-r .resume-radar-defect span.radar-defect-text {
            padding: 10px 20px 10px 0;
        }

            #resume .resume-radar .resume-radar-content .radar-content-r .resume-radar-defect span.radar-defect-text .radar-defect-key {
                color: #ea5e5d;
                font-size: 20px;
            }

            #resume .resume-radar .resume-radar-content .radar-content-r .resume-radar-defect span.radar-defect-text .radar-defect-value {
                color: #ea5e5d;
                font-size: 18px;
            }

.contest-submissions-view .submissions-desc .row {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #666;
}

.paid-banner {
    padding: 50px 0;
    background: url(../images/vip_bg.png);
    text-align: center;
}

    .paid-banner .paid-user {
        position: relative;
        width: 232px;
        max-width: 90%;
        padding: 35px;
        margin: 0 auto;
        color: #666;
        background: #fff;
        font-size: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 6px 0 rgba(103,83,16,.5);
    }

        .paid-banner .paid-user .user-avatar {
            width: 100px;
            border-radius: 50%;
        }

        .paid-banner .paid-user .user-vip-icon {
            position: absolute;
            right: 70px;
            bottom: 82px;
            width: 20px;
        }

        .paid-banner .paid-user div {
            margin: 20px 0 0;
        }

    .paid-banner.paid-senior-banner {
        background: url(../images/vipadvance_bg.png);
    }

.paid-content {
    padding: 100px 0;
    color: #666;
    text-align: center;
}

    .paid-content h4 {
        margin-bottom: 25px;
        font-size: 40px;
    }

    .paid-content p {
        font-size: 24px;
    }

    .paid-content .btn {
        width: 338px;
        max-width: 90%;
        padding: 20px 0;
        color: #fff;
        font-size: 20px;
        border-radius: 60px;
    }

.paid-services {
    width: 800px;
    max-width: 90%;
    padding: 60px;
    margin: 95px auto 100px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 40px 0 rgba(78,78,78,.3);
}

    .paid-services .paid-vip-icon {
        margin-bottom: 60px;
    }

.paid-service {
    margin-bottom: 50px;
    text-align: left;
}

    .paid-service img {
        vertical-align: text-bottom;
        margin-right: 20px;
    }

    .paid-service span {
        font-size: 24px;
    }

.discovery-slider {
    margin-bottom: 10px;
}

.discovery-list {
    margin-top: 10px;
    padding: 0;
}

.discovery-title {
    font-size: 18px;
    border-bottom: 1px solid #f4f5f5;
    padding-bottom: 5px;
    overflow: hidden;
    color: #4c5457;
}

.discovery-title-text {
    margin: 4px 0 0 10px;
}

.discovery-title span {
    font-size: 14px;
    color: #666;
}

.discovery-catalog {
    margin-top: 14px;
    font-size: 14px;
}

    .discovery-catalog a {
        margin: 0 4px;
        color: #b5bec5;
        font-size: 14px;
        text-decoration: none;
    }

        .discovery-catalog a.active {
            color: #1abc9c;
        }

.carousel-control.right, a.left.carousel-control {
    background-image: none;
}

.new-courses-body a {
    display: block;
    padding: 12px;
    font-size: 14px;
    color: #666;
}

    .new-courses-body a:hover {
        text-decoration: none;
        color: #fff;
        background: #1abc9c;
    }

.user-stat-body div {
    padding: 4px 16px;
    color: #7b7f88;
    font-size: 15px;
}

.user-stat-body strong a {
    color: #7b7f88;
}

    .user-stat-body strong a:hover {
        color: #0c9;
        text-decoration: none;
    }

.login-container {
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
}

.login-title {
    font-size: 18px;
    text-align: center;
    height: 46px;
    color: #525252;
    border-bottom: 1px solid #cacaca;
    padding-top: 13px;
    margin-top: 20px;
}

.login-body {
    margin-top: 30px;
    background: #fff;
}

.login-widget {
    padding-bottom: 50px;
    text-align: center;
}

    .login-widget .fa {
        font-size: 20px;
    }

.login-footer {
    text-align: center;
    color: #b5b6b6;
    margin: 24px 0 30px;
    font-size: 12px;
}

.checkbox {
    color: #6d6e6e;
}

.tuijian {
    font-size: 12px;
    color: #afafaf;
    margin-top: 20px;
    margin-bottom: 8px;
    text-align: center;
    white-space: nowrap;
}

.null-color {
    height: 46px;
    width: 100%;
}

.login-footer a:first-child {
    color: #b5b6b6;
    margin-right: 60px;
}

.login-footer a:nth-child(2) {
    color: #6d6e6e;
}

.login-body .message {
    display: none;
    color: #d9534f;
    font-size: 14px;
    text-align: center;
}

.signup-container {
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
}

.reg-title {
    font-size: 18px;
    text-align: center;
    height: 46px;
    color: #525252;
    border-bottom: 1px solid #cacaca;
    padding-top: 13px;
    margin-top: 20px;
}

.reg-body.has-inviter {
    background: #fff;
    padding: 15px 0 0;
}

.reg-body {
    background: #fff;
    padding: 50px 21px 21px;
}

.submit {
    text-align: center;
    margin-top: 15px;
}

#submit {
    width: 100%;
    border-radius: 0;
}

.have-user {
    text-align: center;
    color: #b5b6b6;
    margin-top: 12px;
    margin-bottom: 50px;
    font-size: 12px;
}

.three-a {
    width: 180px;
    font-size: 16px;
    border-radius: 0;
    margin-bottom: 12px;
}

.three-title {
    font-size: 14px;
    color: #525252;
    padding-top: 15px;
    text-align: center;
}

.three-body {
    margin-top: 10px;
    text-align: center;
}

.ano-body {
    background: #fff;
    padding: 5px;
}

.input-group {
    width: 100%;
}

.input-group-addon {
    width: 46px;
}


.tell-info {
    width: 50%;
    height: 46px;
    float: left;
}

#invited-msg {
    color: #666;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#invited-msg, .tec-side {
    text-align: center;
}

    .tec-side .headimg {
        height: 80px;
        max-width: 100%;
        margin: 15px 0;
        border-radius: 50%;
    }

    .tec-side .tecname {
        font-size: 16px;
        font-weight: 700;
        color: #55595b;
    }

.tec-content .row {
    margin-top: 10px;
}

.tec-content .techead {
    font-size: 16px;
}

.tec-content hr {
    margin-top: 5px;
    margin-bottom: 0;
}

.tec-side .coursenum {
    font-size: 14px;
    margin: 20px 0 5px;
}

.tec-side .studynum {
    font-size: 14px;
}

.tec-side button {
    border-radius: 0;
    background-color: #1abc9c;
    border-color: #19bb9b;
    font-size: 16px;
    padding: 8px 0;
    width: 85%;
    margin: 15px 0 10px;
}

    .tec-side button:active, .tec-side button:focus, .tec-side button:hover {
        background-color: rgba(26,188,156,.8);
        border-color: #19bb9b;
    }

.tec-footer .tec-straight {
    height: 60px;
    border-left: 1px solid #eee;
}

.tec-course {
    margin: 5px 0;
    padding: 20px 20px 40px;
    box-shadow: 0 1px 3px #ccc !important;
    background: #fff;
    color: #313131;
    border: 3px solid #fff;
}

    .tec-course .update {
        margin-top: 16px;
        color: #aeaeae;
        float: left !important;
        font-size: 12px;
    }

        .tec-course .update .course-study-time {
            display: inline-block;
            max-width: 67px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-bottom: 1px dashed #aeaeae;
            vertical-align: bottom;
        }

    .tec-course:hover {
        box-shadow: 0 3px 8px #ccc !important;
        border: 3px solid #1ebc1a;
    }

.tec-title {
    font-size: 18px;
    font-weight: 700;
    color: #697982;
    max-width: 230px;
    margin: 0 0 10px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

    .tec-title .course-name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0;
    }

    .tec-title hr {
        border-top: 1px solid #eee;
    }

.tec-body {
    font-size: 14px;
    color: #6f6f6f;
    height: 80px;
}

.tec-footer .row {
    text-align: center;
}

.course-public {
    background-color: #80c269;
}

.course-private, .course-public {
    color: #fff;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 3px;
    margin-left: 20px;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.course-private {
    background-color: #7f8bc5;
}

#publish-tip {
    padding: 65px;
    text-align: center;
    font-size: 24px;
    min-height: 400px;
    color: #d3d3d3;
}

    #publish-tip button {
        border-radius: 0;
        background-color: #12b5b1;
        border-color: #12b5b1;
        font-size: 16px;
        padding: 8px 0;
        width: 240px;
        margin: 50px 0 10px;
    }

.teacher-help {
    position: absolute;
    right: 20px;
    top: 15px;
    margin-right: 8px;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #848484;
    text-decoration: none;
}

    .teacher-help a {
        color: #848484;
        font-size: 13px;
        margin: 6px;
    }

        .teacher-help a:focus, .teacher-help a:hover {
            color: #1abc9c;
            text-decoration: none;
        }

#modal-dragfile #modal-pickfile {
    display: inline-block;
    padding: 50px 60px;
    margin: 5px 0;
    border: 1px dashed #ccc;
    cursor: pointer;
    font-size: 30px;
}

#modal-dragfile #modal-image {
    margin: 20px 0;
}

#modal-dragfile img {
    max-width: 100%;
}

#reports label, #students label {
    display: inline-block;
}

    #reports label:not(:first-child), #students label:not(:first-child) {
        margin-left: 12px;
    }

#reports select, #students select {
    padding: 0 10px;
    height: 28px;
}

.list-comment {
    margin-top: 0;
}

    .list-comment > div {
        margin-top: 20px;
    }

.teccour-body {
    font-size: 15px;
    padding: 0;
    margin: 25px 0;
    color: #666;
    text-indent: 2em;
    word-wrap: break-word;
}

.teccour-footer .row {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

    .teccour-footer .row .number {
        font-size: 28px;
        font-weight: 700;
    }

    .teccour-footer .row .writing {
        font-size: 14px;
        color: #585f62;
    }

.teccour-footer .teccour-straight {
    height: 40px;
    border-left: 1px solid;
}

.teccour-title {
    font-size: 18px;
    font-weight: 700;
    color: #282828;
}

    .teccour-title .course-content {
        margin-bottom: 20px;
    }

        .teccour-title .course-content a i {
            color: #282828;
        }

            .teccour-title .course-content a i:hover {
                color: #12b5b1;
            }

    .lab-title i, .teccour-title i {
        cursor: pointer;
    }

        .lab-title i:hover, .teccour-title i:hover {
            color: #12b5b1;
        }

.teccour-update-time {
    float: right;
    margin-top: 15px;
    color: #9b9da2;
}

.lab-list .course-index {
    padding: 10px 15px;
}

    .lab-list .course-index div {
        border: 1px solid #d3d1db;
        border-radius: 20px;
        background: #f4f2fb;
        padding: 8px 14px;
        display: inline;
        font-size: 16px;
        color: #b6afbb;
    }

.lab-list .course-msg {
    padding-top: 8px;
}

    .lab-list .course-msg .lab-title {
        font-size: 18px;
        font-weight: 700;
        color: #545454;
    }

.lab-list .row a.btn {
    padding: 5px 15px;
    margin: 5px 3px 5px 0;
    background: #edeaf8;
    border: none;
    color: #b6add6;
    font-size: 16px;
}

    .lab-list .row a.btn:hover {
        color: #fff;
        background-color: #d9cff1;
    }

.lab-list .stunum {
    font-size: 16px;
    padding-top: 8px;
}

    .lab-list .stunum span {
        color: #a7d39a;
        font-weight: 700;
    }

.published {
    color: #b4bbbf;
    margin-top: 10px;
}

.user-list {
    text-align: center;
}

    .user-list .row {
        padding-top: 15px;
    }

    .user-list .stuimg {
        width: 50px;
        height: 50px;
    }

    .user-list .progress {
        background-color: #eee;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .user-list .progress-bar-success {
        background-color: #5ac65a;
        box-shadow: none;
    }

.lab-list div.addlab-wrapper {
    text-align: center;
}

.lab-list a.addlab {
    color: #b6add6;
    font-size: 22px;
    font-weight: lighter;
    text-decoration: none;
}

    .lab-list a.addlab:focus, .lab-list a.addlab:hover {
        background-color: #D9CFF1；;
    }

.labreport-list:after {
    content: "";
    display: block;
    clear: both;
}

.loadmore-com, .loadmore-stu {
    display: block;
    margin: 0 auto;
    background-color: #ececec;
    border-color: #ececec;
    color: #979797;
    width: 130px;
}

    .loadmore-com:focus, .loadmore-com:hover, .loadmore-stu:focus, .loadmore-stu:hover {
        color: #6d6d6d;
        background-color: #e9e9e9;
        border-color: #d8dbdd;
    }

.course-code {
    font-size: 14px;
    color: #a4a4a4;
    font-weight: 400;
    margin-bottom: 5px;
}

    .course-code .code-text {
        color: #939393;
        padding: 2px 6px;
        width: 88px;
        border: 1px solid #a4a4a4;
        height: 28px;
        display: inline-block;
        vertical-align: middle;
    }

    .course-code .code-btn {
        color: #fff;
        cursor: pointer;
        padding: 3px 6px;
        background-color: #1abc9c;
    }

.course-status {
    color: #fff;
    text-decoration: none;
    padding: 4px 10px;
    width: 50px;
    height: 30px;
    font-size: 15px;
    margin-right: 10px;
    display: inline-block;
}

    .course-status.course-public {
        background-color: #80c269;
    }

    .course-status.course-private {
        background-color: #7f8bc5;
    }

.course-title-name {
    color: #666;
    font-size: 30px;
}

.course-modify, .course-title-name {
    display: inline-block;
    vertical-align: middle;
}

.course-modify {
    color: #a4a4a4;
}

.courseCode {
    margin-left: 250px;
}

    .courseCode button {
        font-size: 10px;
        font-size: 14px;
    }

        .courseCode button, .courseCode button:hover {
            color: #fff;
            background-color: #12b5b1;
            padding: 3px;
        }

            .courseCode button:hover {
                font-size: 10px;
            }

#delete_lab .modal-body {
    font-size: 14px;
    font-weight: 400;
}

.enter-course {
    color: #fff;
    background-color: #1abc9c;
    border-color: #19bb9b;
    padding: 2px 5px;
    width: 80px;
    line-height: 24px;
    font-size: 14px;
}

    .enter-course:hover {
        color: #fff;
        opacity: .8;
    }

#desktop .stuimg {
    width: 50px;
    height: 50px;
}

#desktop .desktop-lab-name {
    font-size: 18px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#desktop .desktop-show-btn {
    margin-top: 15px;
}

.data-modules {
    margin-left: 2px;
    margin-bottom: 30px;
}

    .data-modules .data-module {
        border-radius: 2px;
        overflow: auto;
        color: #fff;
        width: 250px;
        display: inline-block;
    }

        .data-modules .data-module .module-icon {
            float: left;
            line-height: 60px;
            width: 70px;
            font-size: 30px;
            text-align: center;
            color: #fff;
        }

            .data-modules .data-module .module-icon.learn-time-valid {
                background-color: #7b87cb;
            }

            .data-modules .data-module .module-icon.course-students-count {
                background-color: #70b359;
            }

            .data-modules .data-module .module-icon.course-follow-count {
                background-color: #ee5353;
            }

        .data-modules .data-module .module-details {
            float: left;
            height: 60px;
            width: 180px;
            text-align: center;
        }

            .data-modules .data-module .module-details > h4 {
                font-size: 20px;
                margin-bottom: 5px;
            }

            .data-modules .data-module .module-details.time-valid-details {
                background-color: #8b97d7;
            }

            .data-modules .data-module .module-details.students-count-details {
                background-color: #80c269;
            }

            .data-modules .data-module .module-details.follow-count-details {
                background-color: #ff6656;
            }

        .data-modules .data-module:nth-child(2) {
            margin: 0 27px;
        }

.chart-wrapper {
    box-shadow: 0 0 1px 1px #ccc;
    overflow: auto;
}

    .chart-wrapper .questions-latest {
        height: 300px;
        margin-top: 20px;
    }

        .chart-wrapper .questions-latest .questions-list {
            margin: 0;
            list-style: none;
            padding: 0;
            margin-top: 20px;
            font-size: 14px;
            color: #666;
        }

            .chart-wrapper .questions-latest .questions-list .questions-item .questions-content {
                white-space: nowrap;
                overflow: hidden;
                max-width: 80%;
                text-overflow: ellipsis;
                display: inline-block;
                vertical-align: middle;
            }

                .chart-wrapper .questions-latest .questions-list .questions-item .questions-content a {
                    color: #666;
                }

                    .chart-wrapper .questions-latest .questions-list .questions-item .questions-content a:hover {
                        text-decoration: none;
                    }

            .chart-wrapper .questions-latest .questions-list .questions-item .question-time {
                font-size: 12px;
                color: #a4a4a4;
                margin-left: 10px;
            }

.logoff {
    font-size: 16px;
    height: 70px;
    line-height: 50px;
    float: right;
    margin-left: 20px;
    cursor: pointer;
    display: none;
}

@media screen and (max-width:991px) {
    .teccour-course {
        margin: 0 -30px;
    }

        .teccour-course .teccour-footer .row {
            text-align: center;
        }

            .teccour-course .teccour-footer .row > div:not(:last-child) {
                border: none;
            }
}

.script-tag-item {
    background-color: #1abc9c;
    display: inline-block;
    padding: 0 5px;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid transparent;
    white-space: nowrap;
}

    .script-tag-item i {
        margin-left: 10px;
    }

        .script-tag-item i:hover {
            cursor: pointer;
        }

.btn-new-tag {
    font-size: 14px;
    background: #fff;
    border: 1px solid #bfcbd9;
    display: inline-block;
    line-height: 20px;
    outline: none;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 4px;
}

    .btn-new-tag:hover {
        color: #009973;
        border-color: #009973;
    }

.new-script-form {
    width: 62%;
    padding: 10px;
    text-align: right;
    background: #eee;
    opacity: 1;
    transition: all 1s;
}

    .new-script-form .form-group textarea {
        width: auto;
    }

    .new-script-form .btn-group {
        display: inline-block;
    }

        .new-script-form .btn-group i {
            display: none;
            font-size: 2em;
            float: left;
        }

        .new-script-form .btn-group .text-success {
            display: none;
            float: left;
            font-size: 14px;
            line-height: 30px;
            margin-right: 10px;
        }

        .new-script-form .btn-group .btn-add-script, .new-script-form .btn-group:last-child {
            margin-left: 5px;
        }

.script-form-out {
    opacity: 0;
    transition: all 1s;
    transform: translateY(30px);
    position: absolute;
}

.teccour-side {
    text-align: center;
}

    .teccour-side .headimg {
        height: 80px;
        margin: 15px 0;
        border-radius: 50%;
    }

    .teccour-side .tecname {
        font-size: 16px;
        font-weight: 700;
        color: #55595b;
    }

    .teccour-side .coursenum {
        font-size: 14px;
        margin: 20px 0 5px;
    }

    .teccour-side .studynum {
        font-size: 14px;
    }

    .teccour-side button {
        border-radius: 0;
        background-color: #12b5b1;
        border-color: #12b5b1;
        font-size: 16px;
        padding: 8px 0;
        width: 240px;
        margin: 15px 0 10px;
    }

        .teccour-side button:active, .teccour-side button:focus, .teccour-side button:hover {
            background-color: #0ba7a3;
            border-color: #0c9692;
        }

.teccour-content .teccourhead {
    font-size: 16px;
}

.teccour-course {
    background: #fff;
    color: #313131;
    padding: 44px 24px;
}

.teccour-score {
    float: right;
    margin-right: 32px;
    font-size: 16px;
    font-weight: 700;
    color: #eb6877;
}

.result-content > div:first-child {
    margin: 30px 0;
    color: #6c61a7;
    font-size: 24px;
}

.loadmore-pre {
    text-align: center;
}

.loadmore {
    background-color: #ececec;
    border-color: #ececec;
    color: #979797;
    width: 130px;
}

    .loadmore:hover {
        color: #6d6d6d;
        background-color: #e9e9e9;
        border-color: #d8dbdd;
    }

.student {
    text-align: center;
}

    .student .stuimg {
        width: 50px;
        height: 50px;
    }

.img-list img {
    height: 80px;
    margin-left: 10px;
}

.profile-tab-content .activate-user {
    font-size: 16px;
}

    .profile-tab-content .activate-user .activate-user-text {
        background-color: #fbf6dc;
        padding: 10px;
        border: 1px solid #f5e79e;
        color: #8a6d3e;
        margin-right: 10px;
        border-radius: 3px;
        text-align: left;
        font-size: 15px;
        overflow: hidden;
    }

        .profile-tab-content .activate-user .activate-user-text span {
            margin-left: 28px;
        }

    .profile-tab-content .activate-user a {
        font-size: 14px;
        color: #fff;
        display: inline-block;
        padding: 6px 12px;
        background-color: #f60;
        border-radius: 3px;
        text-decoration: none;
        margin-top: 10px;
    }

@media (max-width:540px) {
    .profile-tab-content .activate-user .activate-user-text img {
        display: none;
    }
}

@media (max-width:512px) {
    .profile-tab-content .activate-user .activate-user-text, .profile-tab-content .activate-user a {
        font-size: 12px;
    }
}

.pro-body .control-label {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.pro-body #job_stat_code {
    overflow: hidden;
    padding-left: 20px;
}

    .pro-body #job_stat_code li {
        float: left;
        margin-right: 40px;
    }

        .pro-body #job_stat_code li label {
            padding: 0;
        }

.pro-body #submit {
    width: auto;
}

@media (min-width:768px) {
    .pro-body .control-label {
        width: 110px;
        padding-right: 0;
    }
}

.change-header-img {
    cursor: pointer;
    margin-bottom: 20px;
}

    .change-header-img .control-label {
        margin-top: 40px;
        font-size: 15px;
        font-weight: 500;
        text-align: left;
    }

    .change-header-img #pickfiles {
        display: inline-block;
        position: relative;
        overflow: hidden;
    }

        .change-header-img #pickfiles img {
            width: 120px;
            height: 120px;
        }

        .change-header-img #pickfiles div {
            position: absolute;
            bottom: -28px;
            width: 100%;
            padding: 4px 0;
            color: #fff;
            background: rgba(0,0,0,.7);
            font-size: 14px;
            text-align: center;
            transition: bottom .5s;
            -moz-transition: bottom .5s;
            -webkit-transition: bottom .5s;
            -o-transition: bottom .5s;
        }

        .change-header-img #pickfiles:hover div {
            bottom: 0;
        }

#profile-container .form-group:nth-child(5), #profile-container .form-group:nth-child(6), #profile-container .form-group:nth-child(7) {
    display: none;
}

#notification-container .checkbox, #profile-container .radio label {
    font-size: 14px;
}

#account-container .bind-email, #account-container .bind-phone, #account-container .edit-email-component, #account-container .edit-phone-component, #account-container .edit-pwd-component {
    padding: 0;
}

#account-container .verify-phone .verify-code {
    float: left;
    width: 137px;
    margin-right: 15px;
}

#account-container .verify-phone .get-verify-code, #account-container .verify-phone .post-account-phone {
    margin-bottom: 5px;
}

#account-container .user-email, #account-container .user-phone, #account-container .user-pwd {
    font-size: 14px;
}

#account-container .user-email {
    display: inline-block;
    width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#account-container .edit-user-email, #account-container .edit-user-phone, #account-container .edit-user-pwd {
    float: right;
}

@media (min-width:768px) {
    #account-container .bind-email, #account-container .bind-phone, #account-container .edit-email-component, #account-container .edit-phone-component, #account-container .edit-pwd-component {
        display: inline-block;
        padding: 7px 0 0 15px;
    }
}

#git-container {
    margin-bottom: 30px;
}

    #git-container .gogs-link-text {
        font-size: 16px;
        font-weight: 100;
        color: #313a40;
        padding-left: 35px;
    }

    #git-container .my-gogs-link {
        font-size: 16px;
        padding-left: 15px;
    }

    #git-container .tip {
        display: inline-block;
        padding: 7px 15px 0;
    }

    #git-container .git-description {
        border-top: 1px dashed #999;
        border-bottom: 1px dashed #999;
        padding: 30px 0;
        margin: 20px;
    }

        #git-container .git-description p {
            font-size: 16px;
        }

.invitation-header {
    height: 380px;
    margin-top: 50px;
    color: #fff;
    background: url(../images/invite-banner-bg.png) no-repeat;
    background-size: 100% 100%;
    background-color: #14d4f6;
}

    .invitation-header div {
        margin: 10px 0;
        text-align: center;
    }

        .invitation-header div:first-child {
            padding-top: 80px;
            font-size: 16px;
        }

        .invitation-header div:nth-child(2) {
            font-size: 54px;
        }

        .invitation-header div:nth-child(3) {
            font-size: 28px;
        }

.invitation-details {
    padding: 50px;
    background: #fff;
    text-align: center;
}

    .invitation-details .invitation-details-shiyandou, .invitation-details .invitation-details-vip {
        padding: 10px 0;
        font-size: 16px;
        color: #5c6d98;
    }

        .invitation-details .invitation-details-shiyandou span:first-child, .invitation-details .invitation-details-vip span:first-child {
            display: inline-block;
            margin: 0 8px;
            font-size: 32px;
            color: #fa7a93;
        }

        .invitation-details .invitation-details-shiyandou span:last-child, .invitation-details .invitation-details-vip span:last-child {
            color: #b5b8bf;
        }

        .invitation-details .invitation-details-vip span:first-child {
            color: #fdc300;
        }

    .invitation-details .invitation-login {
        width: 80%;
        margin: 50px auto;
        padding: 80px 0;
        background: #f6f6f6;
        font-size: 20px;
    }

        .invitation-details .invitation-login a {
            color: #13a9f6;
        }

            .invitation-details .invitation-login a:focus, .invitation-details .invitation-login a:hover {
                text-decoration: none;
            }

.invitation-details-copy {
    padding: 30px 0;
}

.invitation-details-input {
    font-size: 24px;
    color: #0c9;
}

    .invitation-details-input > div {
        display: inline-block;
        position: relative;
        margin-left: 10px;
    }

    .invitation-details-input span {
        vertical-align: text-bottom;
    }

    .invitation-details-input input {
        display: inline-block;
        width: 400px;
        padding: 6px;
        color: #5c6d98;
        font-size: 24px;
        border: 1px solid #0c9;
    }

    .invitation-details-input button {
        margin-left: 8px;
        padding: 11px 24px;
        font-size: 18px;
        vertical-align: bottom;
    }

.invitation-details-social {
    position: absolute;
    left: 0;
    top: 60px;
    font-size: 16px;
    color: #c3c3c3;
}

    .invitation-details-social a {
        display: inline-block;
        padding: 0 10px;
        font-size: 14px;
    }

        .invitation-details-social a:focus, .invitation-details-social a:hover {
            text-decoration: none;
        }

        .invitation-details-social a:first-child {
            color: #01b8f1;
        }

        .invitation-details-social a:nth-child(2) {
            color: #ffc800;
        }

        .invitation-details-social a:nth-child(3) {
            color: #eb4342;
        }

        .invitation-details-social a + a {
            border-left: 1px dashed #999;
        }

.invitation-details-results {
    margin: 80px 0;
}

    .invitation-details-results div {
        font-size: 18px;
        color: #5c6d98;
    }

        .invitation-details-results div span:first-child {
            font-size: 32px;
            color: #fa7a93;
        }

        .invitation-details-results div span:last-child {
            color: #b5b8bf;
            font-size: 14px;
        }

    .invitation-details-results button {
        margin-top: 10px;
        padding: 10px 80px;
        font-size: 22px;
    }

        .invitation-details-results button.disabled {
            background: #c3c3c3;
            border-color: #c3c3c3;
        }

        .invitation-details-results button.active {
            background: #fdcc3d;
            border-color: #fdcc3d;
            box-shadow: 0 0 0 0;
        }

.invitation-tips {
    padding: 50px 0 100px;
    text-align: center;
    background: #f9f9f9;
    overflow: hidden;
}

    .invitation-tips img {
        max-width: 100%;
    }

.invitation-tips-title {
    margin-bottom: 50px;
    font-size: 28px;
    color: #5c6d98;
}

.invitation-rules {
    padding: 80px 0;
    background: #fff;
}

.invitation-rules-title {
    margin-bottom: 10px;
    color: #74e4fc;
    font-size: 24px;
}

.invitation-rules-content {
    padding: 30px;
    background: #f9f9f9;
    color: #666;
}

    .invitation-rules-content div {
        margin: 8px 0;
        font-size: 18px;
    }

.improve-info-container .improve-title {
    font-size: 18px;
    height: 46px;
    color: #525252;
    padding-top: 13px;
    margin-top: 20px;
    border-bottom: 1px solid #cacaca;
}

.improve-info-container .improve-msg {
    color: #666;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.improve-info-container .row {
    background: #fff;
    box-shadow: 0 1px 3px 0 #ccc;
    padding-bottom: 100px;
}

.improve-info-container .improve-body {
    padding: 40px 21px 21px;
}

    .improve-info-container .improve-body.has-msg {
        padding: 5px 0 0;
    }

.home-courses-btn {
    display: inline-block;
    padding: 4px 50px;
    color: #fff;
    background: #08bf91;
    font-size: 14px;
    letter-spacing: 4px;
    border: 1px solid #1ee0af;
    border-radius: 20px;
    text-shadow: 0 0 1px #999;
    box-shadow: 0 2px 2px 1px #08bf91;
}

    .home-courses-btn:focus, .home-courses-btn:hover {
        text-decoration: none;
        color: #fff;
        background: #1ad1a3;
        text-shadow: 0 0 1px #ccc;
        box-shadow: 0 2px 6px 1px #08bf91;
    }

#carousel-generic .item img {
    width: 100%;
}

#carousel-generic .carousel-intro {
    padding: 90px 0;
    max-height: 130%;
}

    #carousel-generic .carousel-intro div {
        margin-bottom: 10px;
        color: #fff;
        font-size: 22px;
    }

    #carousel-generic .carousel-intro p {
        color: #fff;
        font-size: 16px;
    }

@media (min-width:768px) {
    #carousel-generic .carousel-intro {
        padding: 180px 0;
        max-height: 130%;
    }

        #carousel-generic .carousel-intro div {
            font-size: 40px;
        }

        #carousel-generic .carousel-intro p {
            font-size: 24px;
        }

        #carousel-generic .carousel-intro .home-courses-btn {
            padding: 15px 120px;
            margin-top: 10px;
            font-size: 20px;
            border-radius: 50px;
        }
}

@media (min-width:992px) {
    #carousel-generic .carousel-intro {
        max-height: 110%;
    }

        #carousel-generic .carousel-intro div {
            font-size: 60px;
        }

        #carousel-generic .carousel-intro p {
            font-size: 40px;
        }
}

@media (min-width:1200px) {
    #carousel-generic .carousel-intro .home-courses-btn {
        margin-top: 80px;
    }
}

.home-section {
    padding: 70px 0;
    background: #f7f7f7;
}

    .home-section .home-section-header {
        margin-bottom: 70px;
        text-align: center;
    }

    .home-section .home-section-title {
        margin-bottom: 10px;
        color: #666;
        font-size: 30px;
    }

    .home-section .home-section-desc {
        color: #666;
        font-size: 16px;
    }

    .home-section .home-section-footer {
        margin-top: 50px;
        text-align: center;
    }

        .home-section .home-section-footer a {
            display: inline-block;
            width: 220px;
            padding: 12px;
            color: #666;
            font-size: 16px;
            text-align: center;
            border: 1px solid #666;
            border-radius: 40px;
            letter-spacing: 4px;
        }

            .home-section .home-section-footer a:focus, .home-section .home-section-footer a:hover {
                color: #fff;
                background: #08bf91;
                border-color: #08bf91;
                text-decoration: none;
            }

.learn-path-item {
    position: relative;
    bottom: 0;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 2px 0 #ddd;
    transition: bottom .3s;
}

    .learn-path-item img {
        display: block;
        width: 100%;
        height: 130px;
    }

    .learn-path-item:focus, .learn-path-item:hover {
        bottom: 10px;
        text-decoration: none;
        box-shadow: 0 4px 20px 4px #ddd;
    }

.learn-path-name {
    padding: 30px 0 15px;
    color: #666;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.learn-path-courses {
    padding: 0 0 30px;
    color: #a4a4a4;
    font-size: 14px;
}

.recommend-courses {
    background: #fff;
}

    .recommend-courses .recommend-courses-item {
        display: block;
        height: 250px;
        margin-bottom: 30px;
        box-shadow: 0 1px 2px 0 #ddd;
    }

        .recommend-courses .recommend-courses-item img {
            display: block;
            width: 100%;
        }

        .recommend-courses .recommend-courses-item .recommend-courses-content {
            position: relative;
            bottom: 0;
            background: #fff;
            transition: bottom .5s;
        }

        .recommend-courses .recommend-courses-item .recommend-courses-name {
            padding: 20px 10px 0;
            color: #666;
            font-size: 16px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .recommend-courses .recommend-courses-item .recommend-courses-desc {
            display: block;
            display: -webkit-box;
            height: 0;
            padding: 0 10px;
            margin: 10px 0;
            color: #666;
            font-size: 13px;
            line-height: 1.4;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            word-wrap: break-word;
            transition: height .5s;
        }

        .recommend-courses .recommend-courses-item .recommend-courses-users {
            padding: 0 10px 20px;
            color: #a4a4a4;
            font-size: 12px;
        }

        .recommend-courses .recommend-courses-item:focus, .recommend-courses .recommend-courses-item:hover {
            text-decoration: none;
            box-shadow: 0 4px 20px 4px #ddd;
        }

            .recommend-courses .recommend-courses-item:focus .recommend-courses-content, .recommend-courses .recommend-courses-item:hover .recommend-courses-content {
                bottom: 54.5px;
            }

            .recommend-courses .recommend-courses-item:focus .recommend-courses-desc, .recommend-courses .recommend-courses-item:hover .recommend-courses-desc {
                height: 54.5px;
            }

@media (max-width:768px) {
    .recommend-courses .container {
        position: static;
        height: auto;
    }

        .recommend-courses .container .row {
            position: static;
            max-width: none;
        }

        .recommend-courses .container .recommend-courses-footer {
            position: static;
        }
}

.intro-video {
    text-align: center;
}

    .intro-video video {
        max-width: 100%;
    }

.home-features {
    padding: 70px;
    background: #fff;
    background: #f7f7f7;
    color: #666;
    font-size: 16px;
    text-align: center;
}

    .home-features img {
        display: inline-block;
        margin-bottom: 10px;
    }

    .home-features .home-features-text {
        width: 80%;
        margin: 0 auto;
    }

    .home-features .home-features-footer a {
        width: 220px;
        padding: 12px;
        margin-top: 50px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        border-radius: 40px;
        letter-spacing: 4px;
    }

#carousel-saas .carousel-intro {
    padding-bottom: 10px;
    font-size: 16px;
}

    #carousel-saas .carousel-intro .btns {
        margin-top: 10px;
    }

        #carousel-saas .carousel-intro .btns .btn {
            width: 100px;
            padding: 2px 0;
            color: #fff;
            background: #08bf91;
            font-size: 14px;
            border-radius: 20px;
            font-weight: 100;
        }

            #carousel-saas .carousel-intro .btns .btn.contact-btn {
                color: #08bf91;
                background: transparent;
                border-color: #08bf91;
            }

@media (min-width:768px) {
    #carousel-saas .carousel-intro {
        padding-bottom: 80px;
        font-size: 30px;
    }

        #carousel-saas .carousel-intro .btns {
            margin-top: 50px;
        }

            #carousel-saas .carousel-intro .btns .btn {
                width: 150px;
                padding: 10px 0;
                font-size: 16px;
                border-radius: 30px;
                letter-spacing: 1px;
            }

                #carousel-saas .carousel-intro .btns .btn.contact-btn {
                    margin-left: 50px;
                }
}

@media (min-width:1200px) {
    #carousel-saas .carousel-intro {
        padding-bottom: 120px;
        font-size: 50px;
        font-weight: 100;
    }

        #carousel-saas .carousel-intro .btns {
            margin-top: 80px;
        }

            #carousel-saas .carousel-intro .btns .btn {
                width: 280px;
                padding: 15px 0;
                font-size: 20px;
                border-radius: 50px;
            }

                #carousel-saas .carousel-intro .btns .btn.contact-btn {
                    margin-left: 105px;
                }
}

@media (min-width:1500px) {
    #carousel-saas .carousel-intro {
        padding-bottom: 200px;
        font-size: 60px;
    }

        #carousel-saas .carousel-intro .btns {
            margin-top: 100px;
        }
}

.saas-section {
    padding: 100px 0;
    background: #fff;
}

    .saas-section:nth-child(odd) {
        background: #f7f7f7;
    }

.saas-section-header {
    padding: 0 0 100px;
}

.saas-section-title {
    margin: 0;
    color: #666;
    font-size: 36px;
    text-align: center;
}

.saas-section-body {
    color: #666;
}

.saas-scene {
    background: #f7f7f7;
    text-align: center;
}

    .saas-scene:nth-child(2n) {
        margin-top: 50px;
    }

.saas-scene-title {
    font-size: 26px;
    text-align: center;
}

.saas-scene-img {
    padding: 10px 0;
    text-align: center;
}

.saas-scene-content {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
}

@media (min-width:992px) {
    .saas-scene {
        text-align: left;
        margin-top: 0;
    }

        .saas-scene-img, .saas-scene-text, .saas-scene > div {
            display: inline-block;
        }

    .saas-scene-img, .saas-scene-text {
        text-align: left;
    }
}

@media (min-width:1200px) {
    .saas-scene-content {
        margin-left: 55px;
    }

        .saas-scene-content:nth-child(odd) {
            margin-left: 120px;
        }
}

.saas-feature {
    color: #666;
    background: #fff;
    text-align: center;
}

    .saas-feature:nth-child(2n) {
        margin: 20px 0;
    }

.saas-feature-content h4 {
    font-size: 20px;
    font-weight: 400;
}

.saas-feature-content div {
    font-size: 16px;
}

@media (min-width:992px) {
    .saas-feature {
        display: inline-block;
        width: 32%;
    }

        .saas-feature:nth-child(2n) {
            margin: 0 1%;
        }

    .saas-feature-content {
        margin-top: 50px;
    }

        .saas-feature-content h4 {
            margin: 0 0 30px;
        }

        .saas-feature-content div:nth-child(odd) {
            margin-top: 10px;
        }
}

.saas-services > div {
    color: #666;
}

.saas-services-content {
    font-size: 16px;
}

    .saas-services-content li {
        padding: 10px 0;
    }

.saas-services-btns {
    text-align: center;
}

    .saas-services-btns .btn {
        width: 80%;
        padding: 8px 0;
        margin: 10px 0;
        font-size: 14px;
        border-radius: 30px;
        letter-spacing: 2px;
    }

        .saas-services-btns .btn.contact-btn {
            color: #08bf91;
            background: transparent;
            border-color: #08bf91;
        }

@media (min-width:768px) {
    .saas-services {
        overflow: hidden;
    }

    .saas-services-content {
        float: left;
        font-size: 26px;
    }

        .saas-services-content li {
            padding: 25px 0;
        }

    .saas-services-btns {
        float: right;
        padding-top: 100px;
    }

        .saas-services-btns .btn {
            width: 280px;
            display: block;
            padding: 12px 0;
            font-size: 20px;
            letter-spacing: 5px;
        }

            .saas-services-btns .btn.contact-btn {
                margin-top: 65px;
            }
}

@media (min-width:992px) {
    .saas-services {
        width: 90%;
        margin: 0 auto;
    }
}

.saas-users-logos img, .saas-users-pic img {
    width: 100%;
}

.laboratory-header {
    height: 340px;
    text-align: center;
    text-shadow: 3px 3px rgba(0,0,0,.2);
    padding-top: 48px;
    background-color: #2288d7;
    background: -webkit-linear-gradient(top,#2288d7,#41c6d6);
    background: -moz-linear-gradient(top,#2288d7,#41c6d6);
    background: -ms-linear-gradient(top,#2288d7,#41c6d6);
    background: -o-linear-gradient(top,#2288d7,#41c6d6);
    background: linear-gradient(top,#2288d7,#41c6d6);
}

    .laboratory-header .laboratory-title {
        margin-top: 36px;
        font-size: 54px;
        color: #fff;
        font-weight: 700;
        line-height: 1.6em;
    }

    .laboratory-header .laboratory-describe {
        color: #fff;
        font-size: 25px;
        line-height: 1.6em;
        font-weight: 100;
    }

@media (max-width:767px) {
    .laboratory-header {
        margin-top: 50px;
        height: 300px;
    }

        .laboratory-header .laboratory-title {
            padding: 0 12px;
            font-size: 38px;
        }

        .laboratory-header .laboratory-describe {
            font-size: 22px;
        }
}

.laboratory-des-con {
    padding: 60px 0;
    background: #fff;
}

.laboratory-des {
    padding: 0 60px;
    color: #666;
    border-right: 1px solid #ddd;
}

    .laboratory-des .laboratory-des-item .media-left {
        padding-right: 48px;
    }

    .laboratory-des .laboratory-des-item .laboratory-des-title {
        font-size: 20px;
    }

    .laboratory-des .laboratory-des-item .laboratory-des-text {
        font-size: 14px;
    }

@media (max-width:767px) {
    .laboratory-des {
        padding: 0 10px;
    }

        .laboratory-des .laboratory-des-item .media-left {
            padding-right: 10px !important;
        }

    .laboratory-des {
        margin-bottom: 50px;
        padding-bottom: 50px;
        border: none;
        border-bottom: 1px solid #ddd;
    }
}

.laboratory-apply-con {
    padding: 0 60px;
    color: #666;
    background: #fff;
}

    .laboratory-apply-con .laboratory-apply-title {
        font-size: 20px;
    }

    .laboratory-apply-con .laboratory-apply-text {
        font-size: 14px;
    }

    .laboratory-apply-con .laboratory-apply-btn {
        color: #fff;
        background-color: #f5d102;
        box-shadow: 0 2px 0 #a98d00;
        font-size: 20px;
        display: inline-block;
        border-radius: 3px;
        cursor: pointer;
        padding: 10px 50px;
        margin: 30px 0 10px;
    }

        .laboratory-apply-con .laboratory-apply-btn:focus, .laboratory-apply-con .laboratory-apply-btn:hover {
            text-decoration: none;
        }

    .laboratory-apply-con .laboratory-apply-warning {
        color: #82c9ec;
    }

@media (max-width:767px) {
    .laboratory-apply-con {
        padding: 0 10px;
    }
}

.laboratory-teachers-con {
    margin: 50px 0;
}

    .laboratory-teachers-con .laboratory-teachers-header {
        position: relative;
        margin-bottom: 15px;
    }

        .laboratory-teachers-con .laboratory-teachers-header .laboratory-teachers-flag {
            position: absolute;
            top: -29px;
        }

        .laboratory-teachers-con .laboratory-teachers-header .laboratory-teachers-here {
            padding: 5px;
            color: #fff;
            font-size: 18px;
            background-color: #82c9ec;
        }

        .laboratory-teachers-con .laboratory-teachers-header .laboratory-teachers-tri {
            width: 0;
            height: 0;
            position: absolute;
            top: -4px;
            left: 118px;
            border-width: 17px 10px;
            border-style: solid;
            border-color: transparent transparent #82c9ec #82c9ec;
        }

        .laboratory-teachers-con .laboratory-teachers-header .laboratory-here-text {
            margin-left: 20px;
            color: #82c9ec;
        }

    .laboratory-teachers-con .laboratory-tea-panel {
        background-color: #eff9ff;
    }

        .laboratory-teachers-con .laboratory-tea-panel a:focus, .laboratory-teachers-con .laboratory-tea-panel a:hover {
            text-decoration: none;
        }

        .laboratory-teachers-con .laboratory-tea-panel .laboratory-box {
            background-color: #fff;
            box-shadow: 0 1px 3px #ccc !important;
            margin: 16px 0;
            padding: 24px;
            min-height: 150px;
        }

            .laboratory-teachers-con .laboratory-tea-panel .laboratory-box .headimg {
                height: 80px;
                max-width: 100%;
                margin: 15px 0;
                border-radius: 50%;
            }

            .laboratory-teachers-con .laboratory-tea-panel .laboratory-box .tecname {
                height: 30px;
                font-size: 16px;
                font-weight: 700;
                color: #55595b;
            }

            .laboratory-teachers-con .laboratory-tea-panel .laboratory-box .tecnschool, .laboratory-teachers-con .laboratory-tea-panel .laboratory-box .tectitle {
                font-size: 14px;
                color: #55595b;
            }

            .laboratory-teachers-con .laboratory-tea-panel .laboratory-box .coursenum {
                font-size: 14px;
                margin: 20px 0;
            }

            .laboratory-teachers-con .laboratory-tea-panel .laboratory-box:hover {
                cursor: pointer;
                box-shadow: 0 2px 8px #ccc !important;
            }

.top-13 {
    padding-top: 13px;
}

.bootcamp-description {
    position: relative;
    background: #08bf91;
    text-align: center;
    height: 340px;
}

    .bootcamp-description div {
        padding-top: 48px;
        text-shadow: 3px 3px rgba(0,0,0,.2);
    }

        .bootcamp-description div h1 {
            font-size: 60px;
            color: #fff;
            font-weight: 700;
            line-height: 1.6em;
        }

        .bootcamp-description div h4 {
            color: #fff;
            font-size: 25px;
            line-height: 1.6em;
            font-weight: 100;
        }

        .bootcamp-description div .btn {
            margin: 0 auto;
            padding: 8px 28px;
            color: #3c3c3c;
            background: #fff134;
            font-size: 16px;
            box-shadow: 1px 3px rgba(0,0,0,.2);
            border: none;
            border-radius: 0;
        }

            .bootcamp-description div .btn:focus, .bootcamp-description div .btn:hover {
                outline: none;
                outline-offset: 0;
            }

@media (max-width:991px) {
    .bootcamp-description {
        height: 450px;
    }

        .bootcamp-description div h1 {
            padding: 0 10px;
            font-size: 48px;
        }

        .bootcamp-description div h4 {
            padding: 0 20px;
            font-size: 20px;
            text-shadow: 1px 1px rgba(0,0,0,.2);
        }

        .bootcamp-description div .btn {
            position: static;
            margin: 12px auto;
        }
}

.bootcamp-features {
    padding: 50px 0;
    background: #fff;
    text-align: center;
}

.bootcamp-features-description {
    color: #08bf91;
    font-size: 18px;
    text-align: center;
}

    .bootcamp-features-description > span {
        display: block;
    }

.bootcamp-courses {
    padding: 30px 0;
    background: #f0fffc;
    text-align: center;
}

.bootcamp-courses-header {
    margin: 20px auto 30px;
}

.bootcamp-courses-title {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background: #08bf91;
    font-size: 21px;
}

.bootcamp-courses-description {
    color: #08bf91;
    font-size: 18px;
}

.bootcamp-courses-item {
    background: #fff;
    text-align: left;
    box-shadow: 0 3px 6px 0 rgba(8,191,145,.34);
}

.bootcamp-courses-media {
    position: relative;
}

    .bootcamp-courses-media img {
        width: 480px;
        height: auto;
    }

    .bootcamp-courses-media .logo-1111 {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 100px;
    }

.bootcamp-courses-info {
    padding: 20px;
}

    .bootcamp-courses-info h4 {
        color: #424242;
        font-weight: 400;
        font-size: 16px;
    }

        .bootcamp-courses-info h4 span {
            display: inline-block;
            margin-right: 4px;
            padding: 4px 8px;
            color: #fff;
            background: #00be91;
            font-size: 14px;
            font-weight: 100;
        }

    .bootcamp-courses-info > div {
        margin: 18px 0 0;
        color: #666;
        font-size: 14px;
    }

        .bootcamp-courses-info > div > a, .bootcamp-courses-info > div > p > a {
            margin: 0 4px 4px 0;
        }

        .bootcamp-courses-info > div p {
            margin: 0;
        }

.bootcamp-courses-body {
    position: relative;
}

.bootcamp-courses-subscribe {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
}

.bootcamp-courses-uptime div:last-child {
    color: #aaa;
    font-size: 14px;
}

.bootcamp-courses-order {
    text-align: right;
}

    .bootcamp-courses-order .pull-left {
        padding: 10px;
    }

    .bootcamp-courses-order span {
        display: block;
        position: relative;
        top: 12px;
        color: #fa3d2e;
        font-size: 32px;
        font-weight: 700;
        line-height: 32px;
    }

        .bootcamp-courses-order span.member-price a {
            padding: 0;
            margin: 0;
            color: #ff9717;
            font-size: 14px;
            background: #fff;
        }

    .bootcamp-courses-order a {
        display: inline-block;
        margin: 30px 0 0 10px;
        padding: 4px 16px;
        color: #fff;
        background: #ff9717;
        font-size: 21px;
        border-radius: 0;
    }

        .bootcamp-courses-order a:focus, .bootcamp-courses-order a:hover {
            color: #fff;
            text-decoration: none;
        }

@media (max-width:768px) {
    .bootcamp-courses-media {
        display: block;
        width: 100%;
    }

        .bootcamp-courses-media img {
            width: 100%;
        }

    .bootcamp-courses-subscribe {
        position: static;
        margin: 20px 0;
    }
}

.bootcamp-faq {
    padding: 30px 0;
    background: #fff;
}

.bootcamp-faq-header {
    margin: 20px auto 30px;
    text-align: center;
}

.bootcamp-faq-title {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background: #08bf91;
    font-size: 21px;
}

.bootcamp-faq-body, .bootcamp-faq-description {
    color: #08bf91;
    font-size: 18px;
}

.bootcamp-faq-body {
    margin: 40px 0 20px;
}

    .bootcamp-faq-body div {
        margin: 12px 0;
    }

.bootcamp-faq-answer {
    padding: 12px 0;
    color: #666;
    background: #fff;
    font-size: 15px;
    text-indent: 2em;
}

.bootcamp-faq-footer {
    font-size: 18px;
}

    .bootcamp-faq-footer a {
        display: inline-block;
        padding: 8px 24px;
        color: #999;
    }

        .bootcamp-faq-footer a:hover {
            text-decoration: none;
        }

.col-md-15 {
    position: relative;
    float: left;
    width: 20%;
}

.bootcamp-infobox {
    margin-bottom: 10px;
}

.bootcamp-infobox-title {
    font-size: 22px;
}

    .bootcamp-infobox-title span {
        vertical-align: middle;
    }

.bootcamp-infobox-type {
    padding: 4px 12px;
    color: #fff;
    background: #76bc6e;
    font-size: 14px;
}

.bootcamp-infobox-content {
    margin: 20px 0 30px;
    font-size: 15px;
}

.bootcamp-infobox-session {
    margin: 10px -30px 30px 0;
    padding: 4px 12px;
    background: #f1f1f1;
    font-size: 14px;
}

.bootcamp-infobox-footer {
    margin: 0 -30px -30px;
    background: #f5fffc;
    border-top: 1px solid #ecf0f3;
    overflow: hidden;
}

    .bootcamp-infobox-footer .bootcamp-infobox-msg {
        padding: 52px 0 0;
        text-align: center;
        font-size: 15px;
    }

        .bootcamp-infobox-footer .bootcamp-infobox-msg img {
            margin-bottom: 5px;
        }

        .bootcamp-infobox-footer .bootcamp-infobox-msg .msg-desc span {
            display: inline-block;
            width: 100px;
        }

        .bootcamp-infobox-footer .bootcamp-infobox-msg .original-price {
            font-size: 24px;
            color: #ff712a;
        }

        .bootcamp-infobox-footer .bootcamp-infobox-msg .member-price {
            font-size: 14px;
            margin: 0 0 10px;
        }

        .bootcamp-infobox-footer .bootcamp-infobox-msg .bootcamp-infobox-buy {
            padding: 4px 20px;
            color: #fff;
            background: #ff712a;
            font-size: 24px;
            cursor: pointer;
            margin-bottom: 10px;
        }

            .bootcamp-infobox-footer .bootcamp-infobox-msg .bootcamp-infobox-buy.disabled {
                background: #ddd;
                border: none;
                outline: none;
            }

        .bootcamp-infobox-footer .bootcamp-infobox-msg .bean-tips {
            color: #9aa0a9;
        }

        .bootcamp-infobox-footer .bootcamp-infobox-msg .bootcamp-infobox-unopened {
            float: right;
            background-color: #ccc;
            color: #fff;
            font-size: 24px;
            padding: 8px 10px;
            margin: 0 0 52px;
        }

        .bootcamp-infobox-footer .bootcamp-infobox-msg.bootcamp-infobox-buybox {
            float: right;
            padding: 24px 18px 24px 10px;
        }

.bt-desc-footer {
    text-align: center;
    margin-top: 30px;
}

    .bt-desc-footer .bootcamp-infobox-buy {
        margin-left: 1.6em;
        background: #ff712a;
        color: #fff;
    }

.bootcamp-infobox-footer-plus {
    position: absolute;
    top: 60%;
    right: 10px;
}

@media (max-width:767px) {
    .bootcamp-infobox-footer .bootcamp-infobox-msg.bootcamp-infobox-buybox {
        float: none;
        width: 60%;
        margin: 20px auto;
        padding: 50px 0;
    }

    .bootcamp-infobox-footer-plus {
        position: static;
        display: inline-block;
        margin: 30px 0 0;
    }
}

#bootcamp-pay-modal .bootcamp-modal .modal-body {
    padding: 5px 15px 0;
}

    #bootcamp-pay-modal .bootcamp-modal .modal-body .modal-item label span {
        font-weight: 500;
    }

    #bootcamp-pay-modal .bootcamp-modal .modal-body .modal-item .modal-item-body {
        font-size: 14px;
        margin-top: 10px;
    }

        #bootcamp-pay-modal .bootcamp-modal .modal-body .modal-item .modal-item-body .consume-beans {
            padding: 20px;
            background: #fafafa;
        }

            #bootcamp-pay-modal .bootcamp-modal .modal-body .modal-item .modal-item-body .consume-beans input[type=text] {
                display: inline-block;
                width: 60px;
                height: 30px;
                border-radius: 4px;
            }

            #bootcamp-pay-modal .bootcamp-modal .modal-body .modal-item .modal-item-body .consume-beans .left-beans {
                margin: 20px 0;
                color: #676767;
            }

#bootcamp-pay-modal .bootcamp-modal .price-without-book, #bootcamp-pay-modal .bootcamp-modal .real-price {
    color: #ff712a;
    font-size: 24px;
}

#bootcamp-pay-modal .bootcamp-modal .pay-method-box {
    overflow: hidden;
}

    #bootcamp-pay-modal .bootcamp-modal .pay-method-box .pay-method {
        float: left;
        width: 120px;
        height: 46px;
        margin-right: 10px;
        border: 1px dashed #d2d2d2;
        cursor: pointer;
    }

        #bootcamp-pay-modal .bootcamp-modal .pay-method-box .pay-method.active {
            border: 2px solid #f55f60;
        }

    #bootcamp-pay-modal .bootcamp-modal .pay-method-box .pay-method-ali {
        background: url(../images/pay-btn.png);
        background-position: 0 95%;
    }

    #bootcamp-pay-modal .bootcamp-modal .pay-method-box .pay-method-wx {
        background: url(../images/pay-btn.png);
    }

.bootcamp-img {
    width: 100%;
    margin-bottom: 10px;
}

#bootcamp-courses {
    overflow: hidden;
}

    #bootcamp-courses .course {
        float: none;
        display: block;
        margin: 0 auto;
    }

    #bootcamp-courses .straight-line {
        width: 1px;
        height: 60px;
        margin: 0 auto;
        background: #b3b3b3;
    }

.start-bootcamp {
    margin: 20px auto 0;
}

.finish-bootcamp, .start-bootcamp {
    position: relative;
    font-size: 18px;
    color: #7b7b7b;
    text-align: center;
}

.finish-bootcamp {
    margin: 0 auto;
}

    .finish-bootcamp .small-circle {
        margin: -2px auto 4px;
    }

.wx-header {
    background-color: #fff;
    border-width: 0;
    box-shadow: 0 1px 10px #ccc;
}

    .wx-header .wx-navbar-header {
        margin: 0 -15px;
    }

        .wx-header .wx-navbar-header .navbar-brand {
            padding: 0;
        }

            .wx-header .wx-navbar-header .navbar-brand img {
                height: 50px;
            }

        .wx-header .wx-navbar-header .wx-header-btn {
            position: relative;
            float: right;
            padding: 9px 10px;
            margin: 8px 15px 8px 0;
            background-color: transparent;
            border: 1px solid #3b444f;
            border-radius: 4px;
        }

            .wx-header .wx-navbar-header .wx-header-btn .icon-bar {
                display: block;
                width: 22px;
                height: 2px;
                border-radius: 1px;
                background-color: #3b444f;
            }

                .wx-header .wx-navbar-header .wx-header-btn .icon-bar + .icon-bar {
                    margin-top: 4px;
                }

    .wx-header #wx-navbar-list .item {
        color: #3b444f;
        font-size: 16px;
        padding: 15px 0;
    }

    .wx-header #wx-navbar-list a:focus, .wx-header #wx-navbar-list a:hover {
        text-decoration: none;
    }

.weixin-layout .breadcrumb {
    padding: 0 0 10px;
}

    .weixin-layout .breadcrumb a {
        font-size: 14px;
    }

.weixin-layout .detail .item {
    box-shadow: 0 3px 10px #ccc;
    margin-bottom: 10px;
}

    .weixin-layout .detail .item .name {
        display: inline-block;
        width: 90%;
        font-size: 18px;
        color: #3b444f;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .weixin-layout .detail .item i {
        color: #acacac;
        margin-top: 7px;
    }

.weixin-layout .detail .item-course {
    padding: 20px 10px;
}

.weixin-layout .detail .item-lab {
    padding: 10px;
}

.weixin-layout a:focus, .weixin-layout a:hover {
    text-decoration: none;
}

.weixin-layout #preview {
    box-shadow: 0 0 10px #ccc;
    padding: 10px;
    margin-bottom: 15px;
}

.weixin-layout .wx-doc-next, .weixin-layout .wx-doc-prev {
    padding: 10px 0;
    box-shadow: 0 0 10px #ccc;
    color: #3b444f;
    font-size: 14px;
}

.weixin-layout .back2top {
    width: 50px;
    height: 50px;
    font-size: 40px;
    color: #fff;
    background-color: #08bf91;
    position: fixed;
    bottom: 135px;
    right: 15px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 3px 3px 10px #ccc;
}

    .weixin-layout .back2top i {
        margin: 0;
    }

.wx-footer {
    font-size: 16px;
    color: #acacac;
    padding: 10px 0 30px;
}

body {
    position: relative;
}

.contests-page-header .navbar-nav {
    padding: 0;
}

    .contests-page-header .navbar-nav li {
        padding: 10px;
    }

        .contests-page-header .navbar-nav li.active, .contests-page-header .navbar-nav li:focus, .contests-page-header .navbar-nav li:hover {
            background: #eee;
        }

        .contests-page-header .navbar-nav li.header-btn {
            background: #08bf91;
        }

            .contests-page-header .navbar-nav li.header-btn a, .contests-page-header .navbar-nav li.header-btn a:focus, .contests-page-header .navbar-nav li.header-btn a:hover {
                color: #fff;
            }

.contests-page-content {
    margin-top: 70px;
    font-size: 16px;
}

    .contests-page-content > div {
        padding: 80px 0;
        color: #666;
    }

    .contests-page-content h4 {
        margin: 0 0 50px;
        font-size: 50px;
        text-align: center;
    }

    .contests-page-content li, .contests-page-content p {
        font-size: 18px;
        text-align: center;
        line-height: 35px;
        letter-spacing: 1px;
        font-weight: 400;
    }

    .contests-page-content .contest-img {
        text-align: center;
    }

        .contests-page-content .contest-img img {
            max-width: 100%;
        }

@media (min-width:768px) {
    .contests-page-content > div .container {
        padding: 0 100px;
    }
}

@media (min-width:768px) {
    .contests-page-content li, .contests-page-content p {
        font-weight: 100;
    }
}

.contests-page-summary {
    text-align: center;
    color: #fff;
    background: url(../images/luodiye_bg.png);
}

    .contests-page-summary div, .contests-page-summary h4, .contests-page-summary span {
        color: #fff;
    }

    .contests-page-summary h4 {
        margin-bottom: 0;
    }

    .contests-page-summary .contest-time {
        margin: 40px 0;
        font-size: 25px;
    }

    .contests-page-summary .share-btns span {
        font-size: 18px;
    }

    .contests-page-summary .share-btns a {
        position: relative;
        display: inline-block;
        font-size: 24px;
    }

        .contests-page-summary .share-btns a:focus, .contests-page-summary .share-btns a:hover {
            text-decoration: none;
        }

    .contests-page-summary .weixin-qrcode {
        display: none;
        position: absolute;
        bottom: 100%;
        left: -70px;
        padding: 4px 4px 0;
        background: #fff;
        box-shadow: 0 0 4px 2px #666;
    }

    .contests-page-summary .fa-weixin {
        padding: 4px;
        color: #274a59;
        background: #fff;
        font-size: 14px;
        border-radius: 4px;
    }

        .contests-page-summary .fa-weixin:hover {
            color: #66cd5f;
        }

    .contests-page-summary .btn {
        width: 338px;
        max-width: 100%;
        padding: 14px 0;
        margin: 67px 0;
        font-size: 20px;
        border-radius: 50px;
    }

    .contests-page-summary .count-down-msg {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .contests-page-summary .count-down {
        font-size: 25px;
    }

        .contests-page-summary .count-down span {
            color: #08bf91;
            font-size: 35px;
        }

.contests-page-desc {
    text-align: left;
    background: #fff;
}

.contests-page-awards {
    text-align: left;
    background: #f6f6f6;
}

.contests-page-rules {
    background: #fff;
}

    .contests-page-rules li, .contests-page-rules p {
        text-align: left;
    }

.contests-page-encourage {
    text-align: center;
}

    .contests-page-encourage h4 {
        margin-bottom: 20px;
        font-size: 35px;
        color: #666;
    }

    .contests-page-encourage p {
        font-size: 25px;
    }

    .contests-page-encourage .btn {
        width: 338px;
        max-width: 100%;
        padding: 14px 0;
        margin: 67px 0;
        font-size: 20px;
        border-radius: 50px;
    }

.contests-banner {
    background: url(../images/bisai-bg.png);
    margin-top: 70px;
    margin-bottom: -90px;
}

.contests > h2 {
    padding: 0 10px;
    margin: 40px 0 20px;
    color: #666;
    font-size: 22px;
    font-weight: 300;
}

    .contests > h2 span {
        color: #a4a4a4;
        font-size: 16px;
    }

.contest {
    padding: 25px 20px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 0 1px 1px #eee;
    border-radius: 5px;
}

    .contest:hover {
        box-shadow: 0 0 10px 2px rgba(97,97,97,.3);
    }

.contest-header {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

    .contest-header .contest-time {
        display: inline-block;
        color: #666;
        font-size: 14px;
    }

.contest-title {
    display: inline-block;
    margin: 10px 0 0;
    color: #666;
    font-size: 18px;
    font-weight: 500;
}

.contest-status {
    display: inline-block;
    padding: 0 2px;
    color: #f66;
    font-size: 12px;
    border: 1px solid #f66;
}

@media (min-width:768px) {
    .contest-status {
        margin: 0 20px;
    }
}

.contest-status-comming {
    color: #f66;
    border-color: #f66;
}

.contest-status-running {
    color: #08bf91;
    border-color: #08bf91;
}

.contest-status-ended {
    color: #a4a4a4;
    border-color: #a4a4a4;
}

.contest-btn {
    display: inline-block;
    padding: 9px 36px;
    color: #fff;
    background: #08bf91;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #08bf91;
}

    .contest-btn:focus, .contest-btn:hover {
        color: #fff;
        text-decoration: none;
    }

.contest-label {
    padding: 2px 10px;
    color: #fff;
    background: #08bf91;
    font-size: 16px;
    border-radius: 20px;
}

.contest-challenge-name, .contest-label {
    margin-left: 10px;
}

.contest-challenge-label {
    padding: 3px 10px;
    font-size: 12px;
    color: #a4a4a4;
    background-color: #eee;
    display: inline-block;
    height: 20px;
    border-radius: 20px;
}

.contest-body {
    padding-top: 25px;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 1px;
}

.contest-ended .contest-header {
    padding: 0;
    border: none;
}

.contest-ended .contest-label {
    color: #fff;
    background: #a4a4a4;
}

.contest-ended .contest-time {
    color: #a4a4a4;
}

.contest-ended .contest-btn {
    color: #08bf91;
    background: #fff;
    border-color: #08bf91;
}

    .contest-ended .contest-btn:focus, .contest-ended .contest-btn:hover {
        color: #08bf91;
    }

.sidebox-title {
    color: #666;
}

    .sidebox-title .challenge-collection-subtitle {
        font-size: 14px;
        color: #a4a4a4;
    }

.challenge-collection-body {
    padding: 5px 0 0 15px;
    margin: 0;
}

.contest-challenge-list {
    list-style: none;
    margin-bottom: 27px;
}

    .contest-challenge-list .challenge-list-item {
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        color: #666;
        padding: 0 !important;
    }

        .contest-challenge-list .challenge-list-item .challenge-tags {
            padding: 1px 5px;
            margin-left: 5px;
            background-color: #eee;
            border-radius: 7px;
            color: #a4a4a4;
            font-size: 12px;
        }

        .contest-challenge-list .challenge-list-item:focus, .contest-challenge-list .challenge-list-item:hover {
            background: #fff;
        }

a.challenge-view-all {
    height: 41px;
    border: 1px solid #08bf91;
    text-align: center;
}

.contest-rank-user {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 15px 0 22px;
    list-style: none;
    font-size: 14px;
    color: #666;
}

    .contest-rank-user:last-child {
        border-bottom: none;
    }

    .contest-rank-user div {
        display: inline-block;
        margin-left: 10px;
    }

    .contest-rank-user > a {
        padding: 0;
    }

        .contest-rank-user > a:focus, .contest-rank-user > a:hover {
            text-decoration: none;
            background-color: #fff;
        }

.user-img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    vertical-align: -5px;
}

.user-level {
    color: #fec42d;
    font-weight: 700;
}

.contest-number {
    font-size: 12px;
}

.user-rank {
    position: absolute;
    right: 5px;
    top: calc(50% - 22px);
    font-size: 22px;
    color: #d3d8db;
}

.contest-summary-title {
    margin: 0 0 20px;
    color: #565656;
    font-size: 20px;
    font-weight: 400;
}

    .contest-summary-title .contest-status {
        position: relative;
        bottom: 3px;
        padding: 2px 4px;
        margin: 0 10px 0 0;
    }

.contest-summary-label {
    position: relative;
    bottom: 1px;
    display: inline-block;
    padding: 2px 15px;
    margin-left: 10px;
    color: #fff;
    background: #08bf91;
    font-size: 16px;
    font-weight: 100;
    border-radius: 20px;
}

.contest-summary-users {
    color: #a4a4a4;
    font-size: 14px;
}

.contest-summary-content {
    color: #666;
    font-size: 13px;
    line-height: 1.6em;
    font-weight: 400;
}

.contest-summary-btns {
    margin-top: 10px;
    overflow: hidden;
}

    .contest-summary-btns .btn {
        padding: 6px 28px;
        font-size: 24px;
        font-weight: 400;
    }

        .contest-summary-btns .btn.joined-contest-btn {
            border: none;
            background: #666;
        }

#contest-desc h2 {
    margin: 20px 0 10px;
    color: #666;
    font-size: 20px;
}

#contest-desc p {
    color: #666;
    font-size: 16px;
}

.challenge {
    padding: 18px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.challenge-title {
    margin: 0 0 20px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
}

    .challenge-title span {
        position: relative;
        top: 2px;
    }

    .challenge-title .btn {
        padding: 2px 10px;
        font-size: 14px;
        font-weight: 100;
    }

        .challenge-title .btn.challenge-comming-btn {
            background: #a4a4a4;
            border-color: #a4a4a4;
        }

.challenge-meta {
    overflow: hidden;
}

    .challenge-meta span {
        margin-right: 10px;
    }

    .challenge-meta span, span.challenge-meta-time {
        display: inline-block;
        color: #666;
        font-size: 12px;
    }

span.challenge-meta-time {
    margin-top: 5px;
    margin-right: 20px;
}

span.challenge-meta-status {
    display: inline-block;
    padding: 1px 10px;
    color: #fff;
    background: #08bf91;
    font-size: 12px;
    font-weight: 400;
    border-radius: 12px;
}

    span.challenge-meta-status.user-submissions {
        width: 44px;
        font-size: 12px;
        height: 17px;
        padding: 1px;
    }

    span.challenge-meta-status.challenge-meta-status-pass {
        background: #08bf91;
    }

    span.challenge-meta-status.challenge-meta-status-fail {
        background: #f66;
    }

span.challente-meta-users {
    color: #a4a4a4;
}

#contest-week-rank .panel {
    border: none;
}

.sidebox-my-contest-rank {
    color: #666;
    font-size: 14px;
    text-align: center;
}

    .sidebox-my-contest-rank span {
        color: #08bf91;
        font-size: 35px;
    }

.content {
    position: relative;
    /*padding-bottom: 60px;*/
}

.contest-status-desc {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 30px;
    color: #a4a4a4;
    font-size: 14px;
    border-top: 1px solid #eee;
}

    .contest-status-desc.contest-status-warning {
        color: #e66;
    }

.see-title {
    display: inline-block;
    margin-right: 5px;
}

.challenge-tags .challenge-tag a {
    font-size: 14px;
    color: #666;
    margin: 15px 0 0 15px;
    text-decoration: none;
    display: inline-block;
}

.challenge-tags .challenge-tag.active a {
    padding: 0 8px;
    color: #fff;
    background: #08bf91;
    border-radius: 12px;
    display: inline-block;
    height: 20px;
}

/* modal 模态框*/
#invite-user .modal-body {
    overflow: hidden;
}

    #invite-user .modal-body .form-label {
        margin-bottom: 16px;
        font-size: 14px;
    }

    #invite-user .modal-body .form-invite {
        width: 80%;
        padding: 6px 12px;
        background-color: #eeeeee;
        border: 1px solid #cccccc;
        border-radius: 5px;
        float: left;
        margin-right: 10px;
    }

    #invite-user .modal-body .msg-modal-style {
        background-color: #7dd383;
        margin-top: 10px;
        padding: 6px 0;
        text-align: center;
        width: 100%;
    }

    #invite-user .modal-body .modal-flash {
        position: absolute;
        top: 53px;
        right: 74px;
        z-index: 999;
    }
/* end modal */

.en-footer {
    padding: 30px;
    text-align: center;
    font-size: 14px;
}
