﻿a {
    color: #333;
}

body {
    background: #f8f9fb;
}

img {
    max-width: 1150px;
}
/* è¯¾ç¨‹åˆ—è¡¨ */
.side-container:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    border-top: solid 1px #182e9a;
}

.side-container-img:hover img {
    transform: scale(1.03);
}

#location {
    margin-top: 20px;
}

.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "> ";
    padding: 0 5px;
}

.coures-search {
    border: solid 1px #efefef;
    overflow: hidden;
    height: auto;
    padding: 20px;
    padding-left: 20px;
    background: #fff;
}

.coures-search-title {
    height: auto;
    overflow: hidden;
    padding-left: 10px;
}

.coures-search-icon {
    background: #182e9a;
    width: 7px;
    height: 25px;
    display: block;
    float: left;
    border-radius: 10px;
}

.coures-search h4 {
    display: block;
    float: left;
    line-height: 1.5;
    margin: 0;
    margin-left: 10px;
    font-size: 18px;
}

.coures-search-body {
    border-top: solid 1px #efefef;
    margin-top: 15px;
    padding: 20px;
    background: #EFF3F5;
    height: auto;
    overflow: hidden;
}

    .coures-search-body a {
        color: #333;
    }

.coures-search-body-item-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.coures-search-body-item-li {
    height: 20px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 10px 10px;
}

    .coures-search-body-item-li.active {
        background-color: #182e9a;
        border-radius: 10px 10px;
        line-height: 1;
    }

        .coures-search-body-item-li.active a {
            color: #fff;
        }

.content .facecourse-list {
    margin: 0 auto;
    width: 1150px;
    min-height: 400px;
}

.content .course-list {
    min-height: 400px;
}

.content .facecourse-list img {
    max-width: 1150px;
}

.content .facecourse-list .select-area {
    margin-top: 20px;
    border: 1px solid #e5e5e5;
}

.content .facecourse-list .list {
    margin: 16px 0 0 0;
    width: 1150px;
    display: table;
}

    .content .facecourse-list .list .side-container {
        float: left;
        width: 562px;
        margin: 0 6px 20px;
        color: #333;
        background: #fff;
    }

        .content .facecourse-list .list .side-container .side-container-img {
            padding: 15px 7px 15px 15px;
            width: 267px;
            height: 170px;
            overflow: hidden;
        }

        .content .facecourse-list .list .side-container .side-container-text {
            margin: 15px 15px 15px 7px;
            width: 270px;
            height: 140px;
            font-size: 14px;
        }

            .content .facecourse-list .list .side-container .side-container-text .techer {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .content .facecourse-list .list .side-container .side-container-text .title {
                font-size: 18px;
            }

            .content .facecourse-list .list .side-container .side-container-text .substance {
                margin: 15px 0;
                height: 18px;
            }

            .content .facecourse-list .list .side-container .side-container-text .bottom {
                font-size: 16px;
            }

                .content .facecourse-list .list .side-container .side-container-text .bottom .see {
                    position: absolute;
                    right: 0;
                    color: #999;
                }

.content .facecourse-datails {
    margin: 0 auto;
    width: 1150px;
}

    .content .facecourse-datails img {
        max-width: 1150px;
    }

    .content .facecourse-datails .datails-pad {
        margin: 20px 0 36px;
        padding: 15px 20px;
        width: 1150px;
        border: 1px solid #e5e5e5;
        display: table;
        background: #fff;
    }

        .content .facecourse-datails .datails-pad h2 {
            padding-bottom: 24px;
        }

        .content .facecourse-datails .datails-pad .list-img {
            float: left;
            width: 245px;
            height: 140px;
        }

        .content .facecourse-datails .datails-pad .list-data {
            float: left;
            padding-left: 30px;
            width: 308px;
            font-size: 16px;
        }

            .content .facecourse-datails .datails-pad .list-data .type .mode {
                padding: 0 35px;
            }

            .content .facecourse-datails .datails-pad .list-data .techer {
                padding: 11px 0;
            }

            .content .facecourse-datails .datails-pad .list-data .box {
                display: table;
            }

            .content .facecourse-datails .datails-pad .list-data .line-item,
            .content .facecourse-datails .datails-pad .list-data .color-danger {
                float: left;
                line-height: 21px;
            }

            .content .facecourse-datails .datails-pad .list-data address {
                padding-top: 11px;
            }

        .content .facecourse-datails .datails-pad .purchase {
            margin: 154px 37px 0;
            width: 118px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            color: #ffffff;
            border-radius: 4px;
            background: #BDC3C7;
        }

        .content .facecourse-datails .datails-pad .brief-introduction {
            width: 450px;
            font-size: 16px;
        }

        .content .facecourse-datails .datails-pad .price {
            padding: 14px 0;
            font-size: 32px;
            color: #ff363c !important;
        }

        .content .facecourse-datails .datails-pad .btns .btn-payment {
            float: left;
            width: 192px;
            height: 50px;
            font-size: 24px;
            text-align: center;
            line-height: 50px;
            color: #ffffff;
            border-radius: 2px;
            background: #182e9a;
            cursor: pointer;
        }

        .content .facecourse-datails .datails-pad .btns .btn-consultation {
            margin-left: 46px;
            float: left;
            width: 190px;
            height: 48px;
            font-size: 24px;
            text-align: center;
            line-height: 48px;
            color: #182e9a;
            border-radius: 2px;
            border: 1px solid #182e9a;
            cursor: pointer;
        }

    .content .facecourse-datails .facecourse-content {
        overflow: hidden;
        border: 1px solid #e5e5e5;
    }

.content .lecturer_list {
    margin: 0 auto;
    width: 982px;
    margin-bottom: 80px;
    min-height: 550px;
}

    .content .lecturer_list img {
        max-width: 1150px;
    }

    .content .lecturer_list .lecturer-content {
        padding-top: 10px;
    }

        .content .lecturer_list .lecturer-content ul {
            width: 982px;
            display: table;
        }

            .content .lecturer_list .lecturer-content ul li {
                float: left;
                width: 235px;
                position: relative;
                min-height: 1px;
                padding-left: 5px;
                padding-right: 5px;
            }

                .content .lecturer_list .lecturer-content ul li .teacher-item {
                    position: relative;
                    margin-bottom: 20px;
                    text-align: center;
                    border-radius: 2px;
                    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
                    -webkit-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                }

                    .content .lecturer_list .lecturer-content ul li .teacher-item .teacher-top {
                        position: relative;
                        border-top-left-radius: 2px;
                        border-top-right-radius: 2px;
                        background-color: #fff;
                        padding: 20px 10px;
                    }

                        .content .lecturer_list .lecturer-content ul li .teacher-item .teacher-top .avatar-lg {
                            width: 200px !important;
                            height: 280px !important;
                            border: 4px solid #fff;
                        }

                        .content .lecturer_list .lecturer-content ul li .teacher-item .teacher-top .title {
                            font-size: 18px;
                            margin-top: 20px;
                            margin-bottom: 10px;
                            height: 22px;
                            display: block;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            word-wrap: normal;
                        }

                    .content .lecturer_list .lecturer-content ul li .teacher-item .teacher-bottom {
                        position: relative;
                        height: 90px;
                    }

                        .content .lecturer_list .lecturer-content ul li .teacher-item .teacher-bottom .about,
                        .content .lecturer_list .lecturer-content ul li .teacher-item .teacher-bottom .metas {
                            position: absolute;
                            right: 20px;
                            bottom: 20px;
                            left: 20px;
                            z-index: 1;
                            -webkit-transition: all 0.3s ease;
                            -moz-transition: all 0.3s ease;
                            -o-transition: all 0.3s ease;
                            transition: all 0.3s ease;
                        }

                        .content .lecturer_list .lecturer-content ul li .teacher-item .teacher-bottom .about {
                            top: 20px;
                            line-height: 25px;
                            overflow: hidden;
                            color: #919191;
                        }

                        .content .lecturer_list .lecturer-content ul li .teacher-item .teacher-bottom .metas {
                            top: 30px;
                            bottom: 30px;
                        }

                    .content .lecturer_list .lecturer-content ul li .teacher-item:hover {
                        transform: translateY(-6px);
                        -webkit-transform: translateY(-6px);
                        -moz-transform: translateY(-6px);
                        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
                        -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
                        -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }



.content .lecturer-details {
    margin: 0 auto;
    width: 982px;
    margin-bottom: 80px;
}

.content .lecturer_list .lecturer-content ul li .school-item {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .content .lecturer_list .lecturer-content ul li .school-item .school-top {
        position: relative;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        background-color: #fff;
        padding: 20px 10px;
    }

        .content .lecturer_list .lecturer-content ul li .school-item .school-top .avatar-lg {
            border-radius: 8px;
            width: 280px !important;
            height: 178px !important;
            border: 4px solid #fff;
        }

        .content .lecturer_list .lecturer-content ul li .school-item .school-top .title {
            font-size: 18px;
            margin-top: 10px;
            margin-bottom: 5px;
            height: 22px;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-wrap: normal;
        }

.summary {
    line-height: 30px;
    font-size: 14px;
}

.side-container-text {
    line-height: 30px;
    font-size: 14px;
    height: auto;
}

.content .lecturer-details img {
    max-width: 982px;
}

.content .lecturer-details .side-container {
    margin: 20px 0;
}

    .content .lecturer-details .side-container .side-container-img {
        width: 310px;
        height: 280px;
        border-radius: 50%;
    }

    .content .lecturer-details .side-container .side-container-text {
        width: 642px;
        height: 280px;
        font-size: 14px;
    }

        .content .lecturer-details .side-container .side-container-text .substance {
            margin: 18px 0 32px;
            font-size: 16px;
        }

.content .lecturer-details .model {
    margin-top: 20px;
    background: #fff;
    padding: 20px;
}

    .content .lecturer-details .model .course-name {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .content .lecturer-details .model .name {
        font-size: 22px;
    }

    .content .lecturer-details .model .summary {
        margin-top: 18px;
        font-size: 16px;
    }

    .content .lecturer-details .model p {
        margin-top: 32px;
        font-size: 14px;
    }

    .content .lecturer-details .model .side-container {
        border: 0;
        border-bottom: 1px dashed #e5e5e5;
    }

        .content .lecturer-details .model .side-container .side-container-img {
            width: 186px;
            height: 124px;
        }

        .content .lecturer-details .model .side-container .side-container-text {
            width: 904px;
            height: 124px;
        }

            .content .lecturer-details .model .side-container .side-container-text .substance {
                margin-top: 22px;
            }

            .content .lecturer-details .model .side-container .side-container-text .bottom {
                font-size: 18px;
            }

                .content .lecturer-details .model .side-container .side-container-text .bottom .btn-thumbs {
                    float: left;
                    cursor: pointer;
                }

.content .nothingness {
    margin: 0 auto;
    width: 1150px;
    height: 600px;
    line-height: 600px;
    text-align: center;
    font-size: 30px;
}

    .content .nothingness img {
        max-width: 1150px;
    }

    .content .nothingness .nothingness-txt {
        margin-left: 20px;
    }

    .content .nothingness img {
        vertical-align: middle;
    }

.content .route {
    margin: 0 auto;
    width: 1150px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

    .content .route img {
        max-width: 1150px;
    }

.content .progress-fix {
    position: fixed !important;
    top: 0;
    width: 1148px;
    background: #FFFFFF;
    z-index: 555;
}

.content .seat {
    height: 68px;
}

.content .progress-bar {
    position: relative;
    height: 68px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

    .content .progress-bar .gray-bar {
        position: absolute;
        top: 50%;
        left: 30px;
        margin-top: -10px;
        width: 924px;
        height: 20px;
        background: #e5e5e5;
        border-radius: 4px;
        overflow: hidden;
    }

        .content .progress-bar .gray-bar .theme-bar {
            position: absolute;
            height: inherit;
            background: #182e9a;
        }

    .content .progress-bar .number-questions {
        position: absolute;
        top: 50%;
        right: 36px;
        margin-top: -10.5px;
        font-size: 16px;
    }

.content .data-container {
    position: relative;
    margin: 20px 0 80px;
}

    .content .data-container .data-item {
        position: relative;
        width: 870px;
    }

.content .testpaper-parts-box {
    height: 63px;
}

    .content .testpaper-parts-box .testpaper-parts-fix {
        position: fixed !important;
        top: 0px;
        width: 868px;
        background: #FFFFFF;
        z-index: 555;
    }

    .content .testpaper-parts-box .testpaper-parts {
        height: 62px;
        border: 1px solid #e6e6e6;
        border-top: 0;
    }

        .content .testpaper-parts-box .testpaper-parts .testpaper-parts-body {
            padding: 15px 32px 0;
        }

            .content .testpaper-parts-box .testpaper-parts .testpaper-parts-body .nav-pills {
                display: table;
            }

                .content .testpaper-parts-box .testpaper-parts .testpaper-parts-body .nav-pills li {
                    float: left;
                    margin-right: 24px;
                    padding: 7px 20px;
                    border-radius: 4px;
                    margin-bottom: 15px;
                    display: block;
                    -webkit-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                    border: 1px solid #182e9a;
                    cursor: pointer;
                    color: #182e9a;
                }

                    .content .testpaper-parts-box .testpaper-parts .testpaper-parts-body .nav-pills li:hover {
                        background: #182e9a;
                        color: #FFFFFF;
                    }

            .content .testpaper-parts-box .testpaper-parts .testpaper-parts-body .selected {
                background: #182e9a;
                color: #FFFFFF;
            }

.content .material-box {
    width: 868px;
    border: 1px solid #e5e5e5;
}

    .content .material-box .material {
        padding: 22px 32px;
        box-shadow: 0px 0px 2px 1px #aaa inset;
        font-size: 14px;
        background-color: #F5F5F5;
    }

.content .topic {
    padding: 40px 20px;
    width: 828px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

.content .choice {
    padding: 12px 32px;
    font-size: 16px;
}

    .content .choice .media {
        padding: 10px 0;
    }

        .content .choice .media .media-analysis {
            margin-top: 10px;
            line-height: 30px;
        }

.content .choice-item {
    position: relative;
    padding: 0px 32px;
    font-size: 16px;
}

    .content .choice-item i {
        margin: 0 20px 0 2px;
        width: 22px;
        font-size: 24px;
        vertical-align: middle;
    }

    .content .choice-item .choice-item-x,
    .content .choice-item .choice-item-y {
        position: relative;
        padding: 10px 0;
        cursor: pointer;
    }

        .content .choice-item .choice-item-x:hover,
        .content .choice-item .choice-item-y:hover {
            background: #EFEFEF
        }

    .content .choice-item .option-content {
        line-height: 24px;
    }

    .content .choice-item .fa-check-circle,
    .content .choice-item .fa-check-square,
    .content .choice-item .fa-dot-circle-o {
        color: #182e9a;
    }

    .content .choice-item .logo-text {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -36px 0 0 -110px;
        font-size: 55px;
        color: #f7f7f7;
        z-index: -1;
        font-weight: bolder;
        font-style: oblique;
    }

.content .alert-info {
    padding: 14px 32px;
    box-shadow: 0px 0px 2px 1px #aaa inset;
}

.content .collection-box {
    height: 30px;
    line-height: 30px;
    position: unset !important;
}

    .content .collection-box .collection {
        color: #9f9f9f;
    }

        .content .collection-box .collection i {
            margin-right: 5px;
        }

        .content .collection-box .collection .fa-heart {
            color: #182e9a;
        }

    .content .collection-box .btn-next {
        position: absolute;
        right: 33px;
    }

.content .answer-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 268px;
    font-size: 14px;
    background: #FFFFFF;
}

    .content .answer-box .time-fix {
        position: fixed !important;
        top: 5px;
        width: 268px;
        background: #FFFFFF;
        z-index: 555;
    }

    .content .answer-box .time-pos {
        height: 52px;
    }

    .content .answer-box .time-box {
        height: 50px;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
    }

        .content .answer-box .time-box .time-box-left {
            float: left;
            width: 180px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-right: 1px solid #e5e5e5;
        }

            .content .answer-box .time-box .time-box-left i {
                font-size: 20px;
            }

            .content .answer-box .time-box .time-box-left .when-used,
            .content .answer-box .time-box .time-box-left .when-used-auto {
                font-size: 20px;
                color: #182e9a;
            }

        .content .answer-box .time-box .btn-suspend {
            float: right;
            width: 84px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            cursor: pointer;
        }

    .content .answer-box .btn-box-pos {
        margin-top: 20px;
        height: 52px;
    }

    .content .answer-box .btn-box {
        height: 50px;
        border-radius: 4px;
        border: 1px solid #e5e5e5;
    }

        .content .answer-box .btn-box .time-box-left {
            float: left;
            width: 180px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-right: 1px solid #e5e5e5;
        }

            .content .answer-box .btn-box .time-box-left i {
                font-size: 20px;
            }

            .content .answer-box .btn-box .time-box-left .when-used,
            .content .answer-box .btn-box .time-box-left .when-used-auto {
                font-size: 20px;
                color: #182e9a;
            }

        .content .answer-box .btn-box .btn-suspend {
            float: right;
            width: 84px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            cursor: pointer;
        }

        .content .answer-box .btn-box .btn-next {
            float: left;
            width: 132px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            cursor: pointer;
        }

        .content .answer-box .btn-box .btn-previous {
            float: left;
            width: 132px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            cursor: pointer;
            border-right: 1px solid #e5e5e5;
        }

    .content .answer-box .answer-sheet-fix {
        position: fixed !important;
        top: 65px;
        width: 268px;
        background: #FFFFFF;
        z-index: 555;
    }

    .content .answer-box .answer-sheet-box {
        margin-top: 20px;
    }

    .content .answer-box .answer-sheet {
        border-radius: 4px;
        border: 1px solid #e5e5e5;
    }

        .content .answer-box .answer-sheet .answer-sheet-head {
            padding: 12px 18px;
            border-bottom: 1px solid #e6e6e6;
        }

            .content .answer-box .answer-sheet .answer-sheet-head .panel-title {
                font-size: 18px;
            }

                .content .answer-box .answer-sheet .answer-sheet-head .panel-title .theme-color {
                    margin-left: 5px;
                }

        .content .answer-box .answer-sheet .panel-body {
            padding: 18px;
        }

            .content .answer-box .answer-sheet .panel-body .special-project-sheet-content {
                max-height: 300px;
                overflow: auto;
            }

                .content .answer-box .answer-sheet .panel-body .special-project-sheet-content .special-project-sheet-top {
                    margin-top: 5px;
                    display: table;
                }

                    .content .answer-box .answer-sheet .panel-body .special-project-sheet-content .special-project-sheet-top .circle {
                        float: left;
                        margin-bottom: 8px;
                        margin-right: 1px;
                    }

            .content .answer-box .answer-sheet .panel-body .btn-referring {
                margin-top: 20px;
            }

.content .special-project-sheet-bottom {
    padding-top: 14px;
    border-top: 1px solid #e6e6e6;
    margin-top: 8px;
    text-align: center;
    line-height: 16px;
}

    .content .special-project-sheet-bottom .circle {
        height: 15px;
        width: 15px;
        vertical-align: top;
        margin-left: 8px;
        margin-right: 16px;
    }

.content .material-analysis {
    margin: 0 auto;
    width: 1150px;
}

    .content .material-analysis img {
        max-width: 1150px;
    }

    .content .material-analysis .conceal {
        overflow: hidden;
        position: relative;
    }

        .content .material-analysis .conceal .move {
            position: relative;
        }

            .content .material-analysis .conceal .move .topic {
                float: left;
            }

                .content .material-analysis .conceal .move .topic .material {
                    padding: 22px 32px;
                    font-size: 16px;
                    border-bottom: 1px dashed #e5e5e5;
                }

                .content .material-analysis .conceal .move .topic .item {
                    padding: 22px 32px;
                    font-size: 16px;
                    line-height: 26px;
                    border-bottom: 1px solid #e5e5e5;
                }

    .content .material-analysis .answer-pos {
        display: table;
    }

    .content .material-analysis .answer-pos-fix {
        position: fixed !important;
        top: 0;
        width: 268px;
        background: #FFFFFF;
        z-index: 555;
    }

.content .volume {
    margin: 0 auto;
    width: 1150px;
}

    .content .volume img {
        max-width: 1150px;
    }

    .content .volume .data-item {
        position: static;
    }

        .content .volume .data-item .topic {
            margin-bottom: 10px;
        }

    .content .volume .testpaper-header {
        margin-top: 10px;
        border-radius: 4px;
        border: 1px solid #E6E6E6;
    }

        .content .volume .testpaper-header .panel-body {
            font-size: 14px;
            padding: 22px 32px;
        }

            .content .volume .testpaper-header .panel-body .testpaper-header-title {
                font-size: 24px;
                line-height: 1;
                border-bottom: 1px dashed #e6e6e6;
                text-align: center;
                color: #3e4450;
                padding-bottom: 22px;
                margin-bottom: 22px;
            }

.content .select-paper {
    margin: 0 auto;
    width: 1150px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

    .content .select-paper img {
        max-width: 1150px;
    }

    .content .select-paper .select-paper-title {
        margin-left: 40px;
        line-height: 64px;
        font-size: 22px;
    }

    .content .select-paper .select-paper-list {
        width: 100%;
        display: table;
        padding-bottom: 48px;
    }

        .content .select-paper .select-paper-list .written-words-bg {
            background: url(../images/index/written-words-bg.png) no-repeat 1px 0;
        }

        .content .select-paper .select-paper-list .video-bg {
            background: url(../images/index/video-bg.png) no-repeat 1px 0;
        }

        .content .select-paper .select-paper-list li {
            float: left;
            margin: 45px 45px 0px;
            width: 190px;
            height: 268px;
            border: 1px solid #e5e5e5;
            background: url(../images/index/dad.png) no-repeat 1px 0;
            background-size: 100% 100%;
            -webkit-transition: all 0.75s;
            -moz-transition: all 0.75s;
            -o-transition: all 0.75s;
            transition: all 0.75s;
        }

            .content .select-paper .select-paper-list li .paper-title {
                margin: 93px auto 0;
                width: 140px;
                height: 48px;
                font-size: 18px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

            .content .select-paper .select-paper-list li .btn-paper-start {
                margin: 12px auto;
                width: 140px;
                height: 44px;
                line-height: 44px;
                color: #182e9a;
                font-size: 20px;
                text-align: center;
                display: block;
                border-top: 1px dashed #D2D2D2;
                border-bottom: 1px dashed #D2D2D2;
            }

            .content .select-paper .select-paper-list li .total,
            .content .select-paper .select-paper-list li .time {
                margin: 5px auto;
                width: 140px;
                font-size: 16px;
                text-align: center;
                color: #999999;
            }

            .content .select-paper .select-paper-list li .time {
                font-size: 14px;
            }

            .content .select-paper .select-paper-list li .color-danger {
                margin: -10px auto -5px;
                font-size: 22px;
            }

            .content .select-paper .select-paper-list li:hover {
                border-bottom-color: #E5E5E5;
                border-right-color: #E5E5E5;
                -moz-box-shadow: 5px 5px 20px #333333;
                -webkit-box-shadow: 5px 5px 20px #333333;
                box-shadow: 5px 5px 20px #e5e5e5;
            }

.content .testing .btn-all {
    margin: 0 auto;
    display: block;
}

.content .testing .choice-hide {
    margin-bottom: 32px;
    height: 168px;
    overflow: hidden;
}

.content .testing .choice {
    border-bottom: 1px solid #e5e5e5;
}

.content .testing .answer-request {
    padding: 22px 32px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.content .testing .introduce {
    margin-top: 15px;
    width: 100%;
    min-height: 120px;
    border-radius: 4px;
    resize: none;
    font-family: inherit;
    font-size: 16px;
    border-color: #e5e5e5;
}

.content .testing .introduce-copy {
    margin-top: 15px;
    width: 100%;
    min-height: 120px;
    border-radius: 4px;
    resize: none;
    font-family: inherit;
    font-size: 16px;
    border-color: #e5e5e5;
    margin-bottom: 20px;
}

.content .testing .answer-tab {
    padding: 22px 32px;
    display: none;
}

    .content .testing .answer-tab .btn-normal {
        margin-right: 20px;
    }

.content .testing .answer-content {
    padding: 22px 32px;
    display: none;
}

    .content .testing .answer-content .answer-content-box {
        display: none;
    }

    .content .testing .answer-content .reference {
        font-size: 16px;
        line-height: 23px;
        margin: 22px 0;
    }

    .content .testing .answer-content .btn-box-fate {
        height: 29px;
    }

        .content .testing .answer-content .btn-box-fate .btn-confirm {
            float: right;
            height: 27px;
            line-height: 27px;
        }

        .content .testing .answer-content .btn-box-fate .btn-normal {
            float: left;
        }

    .content .testing .answer-content .choice-item {
        padding: 22px 0;
    }

    .content .testing .answer-content .fraction {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -16px;
        width: 40px;
        height: 30px;
        border: 2px solid #182e9a;
        border-radius: 4px;
        text-align: center;
        font-size: 16px;
    }

    .content .testing .answer-content .theme-color {
        font-size: 30px;
        height: 150px;
        line-height: 150px;
        text-align: center;
    }

.content .testing .resources {
    background: #FFFFFF;
    border: 1px solid #182e9a;
    color: #182e9a;
    font-size: 16px;
    display: block;
}

.content .testing .time-fix {
    position: fixed !important;
    top: 90px;
    width: 266px;
    background: #FFFFFF;
    z-index: 555;
}

.content .testing .btn-box-fix {
    position: fixed !important;
    top: 162px;
    width: 266px;
    background: #FFFFFF;
    z-index: 555;
}

.content .testing .answer-sheet-fix {
    position: fixed !important;
    top: 234px;
    width: 266px;
    background: #FFFFFF;
    z-index: 555;
}

.content .analysis {
    margin: 0 auto;
    width: 1150px;
    min-height: 500px;
}

    .content .analysis img {
        max-width: 1150px;
    }

    .content .analysis .data-item {
        position: static;
    }

        .content .analysis .data-item .topic {
            position: relative;
            margin-bottom: 10px;
        }

            .content .analysis .data-item .topic .media .btn-add {
                width: 80px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                border: 1px solid #85B4F6;
                border-radius: 4px;
                display: inline-block;
                color: #85B4F6;
                cursor: pointer;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

                .content .analysis .data-item .topic .media .btn-add:hover {
                    color: #FFFFFF;
                    background: #85B4F6;
                }

            .content .analysis .data-item .topic .media .collection-box {
                margin: 0;
                float: right;
                width: 120px;
                height: auto;
            }

                .content .analysis .data-item .topic .media .collection-box .collection {
                    position: static;
                    margin: 0;
                    float: left;
                }

                .content .analysis .data-item .topic .media .collection-box .error {
                    float: right;
                    color: #9f9f9f;
                    font-size: 14px;
                    cursor: pointer;
                }

            .content .analysis .data-item .topic .question-list-note {
                position: relative;
                display: none;
                margin-left: -20px;
                width: 868px;
                font-size: 16px;
            }

                .content .analysis .data-item .topic .question-list-note .nav-tabs {
                    padding: 0 20px;
                    width: 828px;
                    border-top: 1px solid #e6e6e6;
                    border-bottom: 1px solid #e6e6e6;
                    display: table;
                }

                    .content .analysis .data-item .topic .question-list-note .nav-tabs li {
                        float: left;
                        margin: 0 8px;
                        padding: 20px 12px;
                        border-bottom: 3px solid transparent;
                        cursor: pointer;
                    }

                    .content .analysis .data-item .topic .question-list-note .nav-tabs .nav-tabs-check {
                        color: #182e9a;
                        border-color: #182e9a;
                    }

                .content .analysis .data-item .topic .question-list-note .publish-note {
                    padding: 25px 30px;
                }

                    .content .analysis .data-item .topic .question-list-note .publish-note .introduce {
                        width: 782px;
                        min-height: 118px;
                        border-radius: 4px;
                        border: 1px solid #e6e6e6;
                        padding: 8px 12px;
                        display: block;
                        font-family: inherit;
                        font-size: inherit;
                        line-height: inherit;
                        resize: none;
                    }

                    .content .analysis .data-item .topic .question-list-note .publish-note .btn-normal {
                        float: right;
                        margin-top: 15px;
                    }

                .content .analysis .data-item .topic .question-list-note .loading {
                    position: absolute;
                    left: 50%;
                    margin-left: -41px;
                    color: #182e9a;
                    display: none;
                }

                .content .analysis .data-item .topic .question-list-note .note-item {
                    padding-left: 30px;
                    border-bottom: 1px solid #e6e6e6;
                }

                    .content .analysis .data-item .topic .question-list-note .note-item .media {
                        position: relative;
                        padding: 20px 30px 20px 0;
                    }

                        .content .analysis .data-item .topic .question-list-note .note-item .media .pull-left {
                            margin-right: 10px !important;
                            float: left !important;
                            width: 40px !important;
                            height: 40px !important;
                            border-radius: 50%;
                            overflow: hidden;
                        }

                            .content .analysis .data-item .topic .question-list-note .note-item .media .pull-left .avatar-sm {
                                height: 100%;
                                vertical-align: top;
                            }

                        .content .analysis .data-item .topic .question-list-note .note-item .media .media-body {
                            display: block;
                            width: auto;
                            word-wrap: break-word;
                            vertical-align: top;
                        }

                            .content .analysis .data-item .topic .question-list-note .note-item .media .media-body .media-heading {
                                margin-top: 10px;
                                font-weight: normal;
                                margin-bottom: 5px;
                                font-size: 12px;
                            }

                                .content .analysis .data-item .topic .question-list-note .note-item .media .media-body .media-heading .date {
                                    margin-left: 15px;
                                }

                .content .analysis .data-item .topic .question-list-note .js-note-list-content {
                    display: none;
                }

                .content .analysis .data-item .topic .question-list-note .note-list-prompt {
                    margin-top: 40px;
                    text-align: center;
                    display: none;
                }

                    .content .analysis .data-item .topic .question-list-note .note-list-prompt i {
                        color: #ffaa00;
                    }

    .content .analysis .answer-sheet-box {
        margin: 0;
    }

    .content .analysis .testpaper-header {
        border-radius: 4px;
        border: 1px solid #E6E6E6;
    }

        .content .analysis .testpaper-header .panel-body {
            font-size: 14px;
            padding: 22px 32px;
        }

            .content .analysis .testpaper-header .panel-body .testpaper-header-title {
                font-size: 24px;
                line-height: 1;
                border-bottom: 1px dashed #e6e6e6;
                text-align: center;
                color: #3e4450;
                padding-bottom: 22px;
                margin-bottom: 22px;
            }

    .content .analysis .answer-sheet-fix {
        position: fixed !important;
        top: 5px;
        width: 268px;
        background: #FFFFFF;
        z-index: 555;
    }

.content .problem-analysis {
    margin-top: 0;
}

    .content .problem-analysis .answer-sheet-fix {
        position: fixed !important;
        top: 0;
        width: 266px;
        background: #FFFFFF;
        z-index: 555;
    }

.content .record {
    margin: 0 auto;
    width: 1150px;
    min-height: 480px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

    .content .record img {
        max-width: 1150px;
    }

    .content .record .enshrine-box {
        width: 100%;
        font-size: 16px;
        border-top: 1px solid #e5e5e5;
        display: table;
    }

        .content .record .enshrine-box .topic {
            float: left;
            width: 880px;
            border: 0;
        }

        .content .record .enshrine-box .enshrine-btn {
            float: right;
            margin-top: 20px;
            width: 20%;
            text-align: center;
        }

.content .record-box {
    position: relative;
    min-height: 59px;
    line-height: 59px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-radius: 4px;
}

    .content .record-box .echo {
        float: left;
        width: 25%;
        height: 100%;
        text-align: center;
        font-size: 16px;
    }

        .content .record-box .echo i {
            vertical-align: middle;
            display: inline-block;
        }

        .content .record-box .echo .whole {
            width: 19px;
            height: 23px;
            background: url(../images/index/xiaomai.png) no-repeat center center;
        }

        .content .record-box .echo .half {
            width: 19px;
            height: 23px;
            background: url(../images/index/xiaomaiban.png) no-repeat center center;
        }

        .content .record-box .echo .absence {
            width: 19px;
            height: 23px;
            background: url(../images/index/xiaomaihui.png) no-repeat center center;
        }

    .content .record-box .echo-tip {
        float: left;
        margin-left: 9%;
        width: 16%;
        height: 100%;
        text-align: left;
        font-size: 16px;
        white-space: nowrap;
    }

    .content .record-box .echo-title {
        float: left;
        width: 25%;
        height: 100%;
        text-align: center;
        font-size: 16px;
        font-size: 14px;
        color: #98a2b5;
        font-weight: bolder;
    }

        .content .record-box .echo-title i {
            vertical-align: middle;
            display: inline-block;
        }

        .content .record-box .echo-title .whole {
            width: 19px;
            height: 23px;
            background: url(../images/index/xiaomai.png) no-repeat center center;
        }

        .content .record-box .echo-title .half {
            width: 19px;
            height: 23px;
            background: url(../images/index/xiaomaiban.png) no-repeat center center;
        }

        .content .record-box .echo-title .absence {
            width: 19px;
            height: 23px;
            background: url(../images/index/xiaomaihui.png) no-repeat center center;
        }

    .content .record-box .echo-time {
        float: left;
        width: 25%;
        height: 100%;
        text-align: center;
        font-size: 16px;
        font-size: 14px;
        color: #98a2b5;
        font-weight: bolder;
        width: 80%;
    }

        .content .record-box .echo-time i {
            vertical-align: middle;
            display: inline-block;
        }

        .content .record-box .echo-time .whole {
            width: 19px;
            height: 23px;
            background: url(../images/index/xiaomai.png) no-repeat center center;
        }

        .content .record-box .echo-time .half {
            width: 19px;
            height: 23px;
            background: url(../images/index/xiaomaiban.png) no-repeat center center;
        }

        .content .record-box .echo-time .absence {
            width: 19px;
            height: 23px;
            background: url(../images/index/xiaomaihui.png) no-repeat center center;
        }

    .content .record-box .echo-operation {
        float: left;
        width: 25%;
        height: 100%;
        text-align: center;
        font-size: 16px;
        font-size: 14px;
        color: #98a2b5;
        font-weight: bolder;
        width: 20%;
    }

        .content .record-box .echo-operation i {
            vertical-align: middle;
            display: inline-block;
        }

        .content .record-box .echo-operation .whole {
            width: 19px;
            height: 23px;
            background: url(../images/index/xiaomai.png) no-repeat center center;
        }

        .content .record-box .echo-operation .half {
            width: 19px;
            height: 23px;
            background: url(../images/index/xiaomaiban.png) no-repeat center center;
        }

        .content .record-box .echo-operation .absence {
            width: 19px;
            height: 23px;
            background: url(../images/index/xiaomaihui.png) no-repeat center center;
        }

.content .ztree li span.button.switch {
    position: absolute;
    top: 50%;
    left: 45px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
}

.content .ztree li ul .echo-tip {
    margin-left: 11%;
    width: 14%;
}

.content .ztree li ul ul .echo-tip {
    margin-left: 13%;
    width: 12%;
}

.content .ztree li span.button {
    line-height: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    border: 0 none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url("/public/web/images/symbol-green.png");
}

.content .ztree li .level0.roots_close,
.content .ztree li .level0.center_close,
.content .ztree li .level0.bottom_close,
.content .ztree li .level0.root_close {
    background-position: 1px -9px;
}

.content .ztree li .level0.roots_open,
.content .ztree li .level0.center_open,
.content .ztree li .level0.bottom_open,
.content .ztree li .level0.root_open {
    background-position: 1px -37px;
}

.content .ztree li .level0.roots_docu,
.content .ztree li .level0.center_docu,
.content .ztree li .level0.bottom_docu {
    background-position: 2px -66px;
}

.content .ztree li .level1.roots_close,
.content .ztree li .level1.center_close,
.content .ztree li .level1.bottom_close {
    background-position: -24px -10px;
}

.content .ztree li .level1.roots_open,
.content .ztree li .level1.center_open,
.content .ztree li .level1.bottom_open {
    background-position: -24px -38px;
}

.content .ztree li .level1.bottom_docu,
.content .ztree li .level1.center_docu {
    background-position: -24px -67px;
}

.content .ztree li .level2.center_docu,
.content .ztree li .level2.bottom_docu {
    background-position: -44px -64px;
}

.content .assessment .echo-tip,
.content .assessment .echo {
    font-size: 14px;
}

.content .presentation {
    margin: 0 auto;
    width: 1150px;
    min-height: 500px;
    margin-bottom: 80px;
    border-top: 1px solid #E5E5E5;
}

    .content .presentation img {
        max-width: 1150px;
    }

    .content .presentation .presentation-data {
        margin: 40px 0;
        width: 1184px;
        display: table;
    }

        .content .presentation .presentation-data li {
            float: left;
            margin-right: 34px;
            width: 260px;
            height: 140px;
            border: 1px solid #E5E5E5;
            border-radius: 4px;
            text-align: center;
            color: #a7a7a7;
        }

            .content .presentation .presentation-data li .presentation-data-pos {
                margin: 40px 0 20px;
            }

                .content .presentation .presentation-data li .presentation-data-pos .presentation-data-num {
                    font-size: 36px;
                }

    .content .presentation .scantron-head {
        height: 60px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border: 1px solid #e5e5e5;
    }

        .content .presentation .scantron-head .scantron-text {
            float: left;
            margin: 19px 0 0 25px;
            padding-left: 10px;
            font-size: 18px;
            border-left: 4px solid #182e9a;
        }

        .content .presentation .scantron-head .special-project-sheet-bottom {
            float: right;
            margin-top: 22px;
            padding: 0;
            border: 0;
        }

    .content .presentation .scantron-content {
        padding: 15px 15px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

        .content .presentation .scantron-content .circle {
            margin: 10px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
        }

    .content .presentation .examine-box {
        padding-top: 20px;
        text-align: right;
    }

.content .individual {
    margin: 0 auto;
    width: 1150px;
    padding: 40px 0 80px;
    min-height: 500px;
    display: table;
}

    .content .individual img {
        max-width: 1150px;
    }

    .content .individual .aside-left {
        float: left;
        width: 200px;
        box-sizing: border-box;
        position: relative;
    }

        .content .individual .aside-left .l-nav-area {
            padding-top: 10px;
            padding-bottom: 10px;
            background: #FFF;
            margin-bottom: 20px;
            border: 1px solid #ddd;
        }

            .content .individual .aside-left .l-nav-area .l-nav .l-nav-item {
                width: 100%;
                height: 45px;
                overflow: hidden;
            }

                .content .individual .aside-left .l-nav-area .l-nav .l-nav-item a {
                    position: relative;
                    height: 45px;
                    line-height: 45px;
                    color: #333;
                    display: block;
                    font-size: 14px;
                    text-indent: 20px;
                    border-left: 3px solid transparent;
                }

                .content .individual .aside-left .l-nav-area .l-nav .l-nav-item:hover a {
                    border-color: #182e9a;
                    color: #182e9a;
                }

            .content .individual .aside-left .l-nav-area .l-nav .active a {
                border-color: #182e9a;
                color: #182e9a;
            }

    .content .individual .aside-right {
        position: relative;
        float: right;
        width: 910px;
    }

        .content .individual .aside-right .absence {
            background: #FFFFFF;
            border: 1px solid #e5e5e5;
        }

        .content .individual .aside-right .page-tt {
            font-size: 22px;
            line-height: 1.3;
            margin-bottom: 20px;
        }

        .content .individual .aside-right .live-calendar-ctn {
            position: absolute;
            top: 0;
            right: 3px;
            font-size: 16px;
            color: #182e9a;
        }

            .content .individual .aside-right .live-calendar-ctn .btn-calendar,
            .content .individual .aside-right .live-calendar-ctn .btn-list {
                float: right;
                margin-left: 32px;
                cursor: pointer;
                line-height: 24px;
            }

        .content .individual .aside-right .course-details {
            width: 910px;
        }

            .content .individual .aside-right .course-details .section-feature {
                padding: 20px;
                min-height: 160px;
                border: 1px solid #e5e5e5;
                border-radius: 4px;
                background: #FFFFFF;
            }

                .content .individual .aside-right .course-details .section-feature .img-left-wrap {
                    width: 280px;
                    height: 160px;
                }

                .content .individual .aside-right .course-details .section-feature .text-right1 {
                    height: 160px;
                }

                .content .individual .aside-right .course-details .section-feature .imgtext-course {
                    position: relative;
                    padding-left: 310px;
                    min-height: 160px;
                }

                    .content .individual .aside-right .course-details .section-feature .imgtext-course .page-tt {
                        font-size: 20px;
                    }

                    .content .individual .aside-right .course-details .section-feature .imgtext-course .btns-bottom {
                        position: absolute;
                        bottom: 0;
                    }

                        .content .individual .aside-right .course-details .section-feature .imgtext-course .btns-bottom .messy {
                            float: left;
                            font-size: 16px;
                            padding-right: 12px;
                            margin-right: 12px;
                            border-right: 1px solid #e5e5e5;
                            cursor: pointer;
                        }

            .content .individual .aside-right .course-details .section-main {
                background: #FFFFFF;
            }

                .content .individual .aside-right .course-details .section-main .tabs {
                    margin: 0;
                }

                    .content .individual .aside-right .course-details .section-main .tabs .tabs-content {
                        width: 868px;
                    }

                        .content .individual .aside-right .course-details .section-main .tabs .tabs-content .record {
                            margin: 0;
                            width: auto;
                        }

                            .content .individual .aside-right .course-details .section-main .tabs .tabs-content .record .echo-title,
                            .content .individual .aside-right .course-details .section-main .tabs .tabs-content .record .echo {
                                width: 20%;
                            }

        .content .individual .aside-right .card-container-bg {
            background: #FFFFFF;
            border: 1px solid #e5e5e5;
        }

            .content .individual .aside-right .card-container-bg .card-container {
                width: 910px;
                margin: 0;
            }

                .content .individual .aside-right .card-container-bg .card-container .card {
                    margin: 20px 35px;
                    border: 1px solid #e5e5e5;
                }

        .content .individual .aside-right .model-nav {
            font-size: 22px;
        }

            .content .individual .aside-right .model-nav li {
                border-bottom: 3px solid transparent;
                cursor: auto;
            }

                .content .individual .aside-right .model-nav li:hover {
                    border-color: #182e9a;
                }

                    .content .individual .aside-right .model-nav li:hover a {
                        color: #182e9a;
                    }

            .content .individual .aside-right .model-nav .active {
                border-color: #182e9a;
            }

                .content .individual .aside-right .model-nav .active a {
                    color: #182e9a;
                }

        .content .individual .aside-right .colligate-box {
            height: 212px;
            border: 1px solid #EBEBEB;
            margin-top: 16px;
            background: #FFFFFF;
        }

            .content .individual .aside-right .colligate-box .colligate-box-left {
                float: left;
                width: 20%;
                height: 100%;
                border-right: 1px solid #e5e5e5;
            }

                .content .individual .aside-right .colligate-box .colligate-box-left .colligate-box-left-top {
                    height: 20%;
                    line-height: 42px;
                    text-align: center;
                    font-size: 16px;
                }

                    .content .individual .aside-right .colligate-box .colligate-box-left .colligate-box-left-top i {
                        font-size: 20px;
                        margin-right: 5px;
                        vertical-align: -2px;
                    }

                .content .individual .aside-right .colligate-box .colligate-box-left .colligate-box-left-bottom {
                    height: 80%;
                    font-size: 60px;
                    line-height: 170px;
                    text-align: center;
                    border-top: 1px solid #e5e5e5;
                }

            .content .individual .aside-right .colligate-box .colligate-box-right {
                float: right;
                width: 75%;
                height: 100%;
            }

                .content .individual .aside-right .colligate-box .colligate-box-right .colligate-box-right-top {
                    height: 20%;
                    line-height: 42px;
                    font-size: 16px;
                }

                    .content .individual .aside-right .colligate-box .colligate-box-right .colligate-box-right-top i {
                        font-size: 20px;
                        margin-right: 5px;
                        color: #D2D2D2;
                        vertical-align: -2px;
                    }

                .content .individual .aside-right .colligate-box .colligate-box-right .colligate-scale {
                    margin-left: 20px;
                }

                    .content .individual .aside-right .colligate-box .colligate-box-right .colligate-scale .spot {
                        margin-right: 30px;
                    }

                .content .individual .aside-right .colligate-box .colligate-box-right .strip-pos {
                    margin: 40px 0 0 20px;
                    position: relative;
                    width: 600px;
                    height: 62px;
                }

                    .content .individual .aside-right .colligate-box .colligate-box-right .strip-pos .sign {
                        position: absolute;
                        margin-left: -34px;
                        width: 68px;
                        height: 28px;
                        text-align: center;
                        color: #FFFFFF;
                        line-height: 22px;
                        background: url(../images/index/blue.png) no-repeat;
                    }

                    .content .individual .aside-right .colligate-box .colligate-box-right .strip-pos .strip {
                        position: absolute;
                        bottom: 0;
                        width: 600px;
                        height: 32px;
                        border: none;
                    }

                        .content .individual .aside-right .colligate-box .colligate-box-right .strip-pos .strip div {
                            float: left;
                            height: 32px;
                        }

                .content .individual .aside-right .colligate-box .colligate-box-right .table {
                    margin-left: -45px;
                    width: 726px;
                    border-top: 1px solid #E5E5E5;
                    border-bottom: 1px solid #E5E5E5;
                }

                    .content .individual .aside-right .colligate-box .colligate-box-right .table .table-header {
                        width: 100%;
                        height: 40px;
                        line-height: 40px;
                        background: #EDEDED;
                    }

                        .content .individual .aside-right .colligate-box .colligate-box-right .table .table-header li {
                            float: left;
                            width: 24.8%;
                            font-size: 16px;
                            text-align: center;
                            border-right: 1px solid #E5E5E5;
                        }

                    .content .individual .aside-right .colligate-box .colligate-box-right .table .table-body {
                        width: 100%;
                        height: 76px;
                        line-height: 76px;
                    }

                        .content .individual .aside-right .colligate-box .colligate-box-right .table .table-body li {
                            float: left;
                            width: 24.8%;
                            font-size: 16px;
                            text-align: center;
                            border-right: 1px solid #E5E5E5;
                        }

        .content .individual .aside-right .proposal {
            margin-top: 20px;
            height: 100px;
            background: #FFFFFF;
            border-top: 1px solid #e5e5e5;
            border-left: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5;
        }

            .content .individual .aside-right .proposal .proposal-left {
                float: left;
                width: 20%;
                height: 100%;
                line-height: 100px;
                border-right: 1px solid #e5e5e5;
                text-align: center;
                font-size: 16px;
            }

                .content .individual .aside-right .proposal .proposal-left i {
                    font-size: 20px;
                    margin-right: 5px;
                    vertical-align: -2px;
                }

            .content .individual .aside-right .proposal .proposal-right {
                float: right;
                margin-top: 40px;
                width: 79.5%;
                text-align: center;
                font-size: 16px;
            }

        .content .individual .aside-right .trend {
            height: 420px;
            border: 1px solid #e5e5e5;
            background: #FFFFFF;
        }

            .content .individual .aside-right .trend .trend-tilte {
                width: 20%;
                text-align: center;
                line-height: 48px;
                font-size: 16px;
            }

                .content .individual .aside-right .trend .trend-tilte i {
                    font-size: 20px;
                    vertical-align: -2px;
                    margin-right: 5px;
                }

        .content .individual .aside-right .record {
            width: 910px;
            background: #FFFFFF;
        }

            .content .individual .aside-right .record .enshrine {
                float: left;
                width: 80%;
            }

        .content .individual .aside-right .model {
            margin-top: 16px;
            background: #FFFFFF;
        }

            .content .individual .aside-right .model .data-pad {
                padding: 60px 230px;
                border: 1px solid #e5e5e5;
            }

                .content .individual .aside-right .model .data-pad .data-box {
                    display: table;
                }

                    .content .individual .aside-right .model .data-pad .data-box .data-box-left {
                        float: left;
                        text-align: right;
                        padding: 7px 20px 0 0;
                        width: 80px;
                        font-size: 16px;
                    }

                    .content .individual .aside-right .model .data-pad .data-box .data-box-right {
                        float: left;
                        font-size: 16px;
                    }

                        .content .individual .aside-right .model .data-pad .data-box .data-box-right .input-text {
                            padding: 0 10px;
                            width: 322px;
                            height: 34px;
                            font-size: 16px;
                            border-radius: 4px;
                            overflow: hidden;
                            border: 1px solid #E5E5E5;
                        }

                        .content .individual .aside-right .model .data-pad .data-box .data-box-right .error-prompt {
                            font-size: 12px;
                            height: 34px;
                            line-height: 34px;
                        }

                        .content .individual .aside-right .model .data-pad .data-box .data-box-right .fa-check-circle {
                            color: #182e9a;
                        }

                        .content .individual .aside-right .model .data-pad .data-box .data-box-right .fa-circle-o {
                            color: #e5e5e5;
                        }

                        .content .individual .aside-right .model .data-pad .data-box .data-box-right .data-box-right-sex {
                            padding: 7px 0 34px 0;
                        }

                            .content .individual .aside-right .model .data-pad .data-box .data-box-right .data-box-right-sex .data-box-right-label {
                                cursor: pointer;
                            }

                                .content .individual .aside-right .model .data-pad .data-box .data-box-right .data-box-right-sex .data-box-right-label .input-radio {
                                    visibility: hidden;
                                }

                .content .individual .aside-right .model .data-pad .btn-referring {
                    margin: 0 auto;
                    background: #FFFFFF;
                    display: block;
                }

            .content .individual .aside-right .model .btns {
                margin: 0 auto;
                display: table;
            }

                .content .individual .aside-right .model .btns .btn-normal {
                    float: left;
                    margin: 0 10px;
                    background: #FFFFFF;
                }

            .content .individual .aside-right .model .pic-pad {
                padding: 60px 0;
            }

                .content .individual .aside-right .model .pic-pad .picture-upload {
                    margin: 0 auto 50px;
                    width: 400px;
                    height: 400px;
                    border: 1px solid #e5e5e5;
                    display: block;
                }

                    .content .individual .aside-right .model .pic-pad .picture-upload img {
                        width: 100%;
                        height: 100%;
                    }

        .content .individual .aside-right .page-bd {
            margin-top: 16px;
            background: #fff;
            font-size: 14px;
            border: 1px solid #e5e5e5;
        }

            .content .individual .aside-right .page-bd .att-bar-6 {
                float: left;
                width: 60%;
            }

            .content .individual .aside-right .page-bd .att-bar-2 {
                float: left;
                width: 20%;
                text-align: center;
                position: relative;
            }

                .content .individual .aside-right .page-bd .att-bar-2 .logistics-information {
                    color: #182e9a;
                    cursor: pointer;
                    padding-bottom: 10px;
                }

                .content .individual .aside-right .page-bd .att-bar-2 .tips {
                    display: none;
                    font-size: 12px;
                    position: absolute;
                    background: #FFFFFF;
                    width: 290px;
                    top: 22px;
                    z-index: 19931110;
                    border: 1px solid #e5e5e5;
                }

                    .content .individual .aside-right .page-bd .att-bar-2 .tips .tips-title {
                        text-align: center;
                        border-bottom: 1px solid #e4eaee;
                        padding: 8px 12px;
                    }

                    .content .individual .aside-right .page-bd .att-bar-2 .tips .s-tip-content {
                        padding: 7px 0;
                        padding-left: 30px;
                    }

                        .content .individual .aside-right .page-bd .att-bar-2 .tips .s-tip-content ul {
                            height: 300px;
                            overflow-x: auto;
                        }

                        .content .individual .aside-right .page-bd .att-bar-2 .tips .s-tip-content li {
                            padding: 4px 0;
                            padding-right: 12px;
                            text-align: left;
                            border: 0;
                            display: block;
                        }

                        .content .individual .aside-right .page-bd .att-bar-2 .tips .s-tip-content .see {
                            text-align: right;
                            cursor: pointer;
                        }

                            .content .individual .aside-right .page-bd .att-bar-2 .tips .s-tip-content .see a {
                                padding-right: 20px;
                                color: #182e9a;
                            }

                        .content .individual .aside-right .page-bd .att-bar-2 .tips .s-tip-content li:first-of-type {
                            color: #f40;
                        }

                .content .individual .aside-right .page-bd .att-bar-2 .triangle {
                    width: 0;
                    height: 0;
                    border-width: 0 6px 6px;
                    border-style: solid;
                    position: absolute;
                    top: -6px;
                    left: 108px;
                    border-color: transparent transparent #e5e5e5;
                }

                    .content .individual .aside-right .page-bd .att-bar-2 .triangle span {
                        width: 0;
                        height: 0;
                        border-width: 0 5px 5px;
                        border-style: solid;
                        position: absolute;
                        left: -5px;
                        top: 1px;
                        border-color: transparent transparent #FFFFFF;
                    }

            .content .individual .aside-right .page-bd .att-bar {
                height: 36px;
                line-height: 36px;
                background: #f8f8f8;
                border-bottom: 1px solid #eee;
                color: #999;
                text-align: center;
                font-size: 14px;
            }

            .content .individual .aside-right .page-bd .bm-menu-bd li {
                width: 100%;
                display: table;
                border-bottom: 1px solid #e5e5e5;
            }

                .content .individual .aside-right .page-bd .bm-menu-bd li .bm-menu-time {
                    padding: 13px 0 10px 20px;
                }

                .content .individual .aside-right .page-bd .bm-menu-bd li .side-container {
                    border: 0;
                }

                    .content .individual .aside-right .page-bd .bm-menu-bd li .side-container .side-container-img {
                        width: 90px;
                        height: 50px;
                        padding-top: 0;
                    }

                    .content .individual .aside-right .page-bd .bm-menu-bd li .side-container .side-container-text {
                        margin-top: 0;
                        width: 392px;
                        height: 50px;
                    }

                        .content .individual .aside-right .page-bd .bm-menu-bd li .side-container .side-container-text .title {
                            font-size: 12px;
                            color: #182e9a;
                        }

                        .content .individual .aside-right .page-bd .bm-menu-bd li .side-container .side-container-text .substance {
                            font-size: 12px;
                            color: #999;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            overflow: hidden;
                            display: block;
                        }

                        .content .individual .aside-right .page-bd .bm-menu-bd li .side-container .side-container-text .bottom {
                            color: #ff363c !important;
                        }

                .content .individual .aside-right .page-bd .bm-menu-bd li .bm-p-red {
                    color: #e85308;
                }

                .content .individual .aside-right .page-bd .bm-menu-bd li .bm-p-gray {
                    color: #999;
                }

                .content .individual .aside-right .page-bd .bm-menu-bd li .btns a {
                    height: 20px;
                    line-height: 20px;
                    color: #182e9a;
                    display: block;
                }

            .content .individual .aside-right .page-bd .layui-form {
                text-align: center;
            }

                .content .individual .aside-right .page-bd .layui-form .theme-color {
                    color: #182e9a !important;
                }

                .content .individual .aside-right .page-bd .layui-form .layui-breadcrumb a:hover {
                    color: #182e9a !important;
                }

        .content .individual .aside-right .regional-bor {
            padding: 22px;
            border: 1px solid #e5e5e5;
        }

            .content .individual .aside-right .regional-bor .regional-list {
                width: 990px;
                display: table;
            }

                .content .individual .aside-right .regional-bor .regional-list .btn-regional {
                    float: left;
                    margin: 5px;
                }

.content .information {
    margin: 0 auto;
    width: 1206px;
}

    .content .information img {
        max-width: 1206px;
    }

    .content .information .information-images-list {
        margin-left: -10px;
        width: 1190px;
        display: table;
    }

        .content .information .information-images-list a {
            float: left;
            padding: 20px 10px;
            width: 370px;
        }

            .content .information .information-images-list a img {
                width: 100%;
                height: 100%;
            }

    .content .information .model-nav {
        border-right: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        background: #EFF3F5;
    }

    .content .information .information-content {
        margin-top: 20px;
        width: 100%;
        display: table;
    }

        .content .information .information-content .information-list {
            float: left;
            width: 100%;
        }

            .content .information .information-content .information-list .absence {
                width: 820px;
            }

            .content .information .information-content .information-list .side-container {
                margin-top: 20px;
                position: relative;
                width: 818px;
                font-size: 14px;
                background: #fff;
            }

                .content .information .information-content .information-list .side-container .side-container-img {
                    width: 255px;
                    height: 130px;
                }

                .content .information .information-content .information-list .side-container .side-container-text {
                    width: 532px;
                    height: 90px;
                }

                    .content .information .information-content .information-list .side-container .side-container-text .title {
                        font-size: 16px;
                    }

                    .content .information .information-content .information-list .side-container .side-container-text .bottom {
                        bottom: 20px;
                        height: 40px;
                        overflow: hidden;
                    }

                .content .information .information-content .information-list .side-container .time {
                    position: absolute;
                    left: 264px;
                    bottom: 22px;
                }

                .content .information .information-content .information-list .side-container .browse {
                    position: absolute;
                    right: 32px;
                    bottom: 6px;
                    color: #182e9a;
                    font-size: 16px;
                }

        .content .information .information-content .public-list {
            float: left;
            margin: 20px 0 0 -316px;
            width: 310px;
            border: 1px solid #e5e5e5;
        }

            .content .information .information-content .public-list .title {
                padding: 16px;
            }

            .content .information .information-content .public-list .public-list-a {
                padding: 16px;
            }

                .content .information .information-content .public-list .public-list-a a {
                    position: relative;
                    height: 32px;
                    display: block;
                    -webkit-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                }

                    .content .information .information-content .public-list .public-list-a a .public-list-number {
                        position: absolute;
                        top: 50%;
                        margin-top: -9px;
                        width: 18px;
                        height: 18px;
                        color: #FFFFFF;
                        font-weight: bold;
                        text-align: center;
                        line-height: 18px;
                        background: #BBBBBB;
                    }

                    .content .information .information-content .public-list .public-list-a a .public-list-name {
                        position: absolute;
                        top: 50%;
                        left: 38px;
                        margin-top: -8px;
                        width: 238px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        word-wrap: normal;
                    }

                    .content .information .information-content .public-list .public-list-a a:nth-of-type(1) .public-list-number {
                        background: #ED4300;
                    }

                    .content .information .information-content .public-list .public-list-a a:nth-of-type(2) .public-list-number {
                        background: #FF7316;
                    }

                    .content .information .information-content .public-list .public-list-a a:nth-of-type(3) .public-list-number {
                        background: #FF9C00;
                    }

                    .content .information .information-content .public-list .public-list-a a:before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 0;
                        height: 100%;
                        background-color: #B0B0B0;
                        -webkit-transition: all 0.3s;
                        -moz-transition: all 0.3s;
                        -o-transition: all 0.3s;
                        transition: all 0.3s;
                    }

.content .article-datails {
    margin: 0 auto;
    width: 1206px;
    margin-bottom: 80px;
    background: #fff;
    border: solid 1px #efefef;
}

    .content .article-datails img {
        max-width: 1046px;
    }

    .content .article-datails .article {
        ;
        width: 100%;
    }

        .content .article-datails .article .article-pad {
            padding: 40px 20px 0;
            width: inherit;
        }

            .content .article-datails .article .article-pad .title {
                font-size: 26px;
            }

            .content .article-datails .article .article-pad .sketch {
                padding: 20px 0 40px;
                font-size: 16px;
            }

            .content .article-datails .article .article-pad .time-share .line-item {
                margin: -7px 0 0 30px;
            }

            .content .article-datails .article .article-pad .btns {
                width: 100%;
                font-size: 20px;
                padding-bottom: 30px;
                margin-bottom: 37px;
                display: table;
                border-bottom: 1px solid #e5e5e5;
            }

                .content .article-datails .article .article-pad .btns .btn-see,
                .content .article-datails .article .article-pad .btns .btn-share {
                    float: left;
                    margin: 0 15px;
                    cursor: pointer;
                }

            .content .article-datails .article .article-pad .article-text {
                font-size: 14px;
                line-height: 30px;
                padding-bottom: 30px;
                border-bottom: 1px solid #e5e5e5;
                margin-bottom: 30px;
            }

            .content .article-datails .article .article-pad .floor {
                margin-bottom: 30px;
            }

                .content .article-datails .article .article-pad .floor li {
                    position: relative;
                    padding: 20px 20px 10px;
                    border: 1px dotted #DFDFDF;
                }

                    .content .article-datails .article .article-pad .floor li .detail-about {
                        position: relative;
                        margin-top: 5px;
                        line-height: 20px;
                        color: #999;
                    }

                        .content .article-datails .article .article-pad .floor li .detail-about .user {
                            position: relative;
                            margin-right: 10px;
                            display: inline-block;
                            vertical-align: top;
                            font-size: 12px;
                        }

                            .content .article-datails .article .article-pad .floor li .detail-about .user img {
                                position: relative;
                                display: block;
                                left: 0;
                                margin: 0;
                                top: 0;
                                width: 46px;
                                height: 46px;
                                border-radius: 50%;
                                border: 1px solid #e5e5e5;
                            }

                            .content .article-datails .article .article-pad .floor li .detail-about .user cite {
                                top: -3px;
                                left: 56px;
                                width: 260px;
                                color: #4f99cf;
                                font-size: 14px;
                                position: absolute;
                                right: 0;
                                line-height: 26px;
                            }

                        .content .article-datails .article .article-pad .floor li .detail-about .detail-hits {
                            position: absolute;
                            left: 56px;
                            bottom: 0;
                        }

                            .content .article-datails .article .article-pad .floor li .detail-about .detail-hits span {
                                margin-top: 0;
                                font-size: 12px;
                                margin-right: 10px;
                                display: inline-block;
                                vertical-align: top;
                            }

                    .content .article-datails .article .article-pad .floor li .detail-body {
                        word-wrap: break-word;
                        margin: 25px 0 20px;
                        min-height: 0;
                        line-height: 24px;
                        font-size: 14px;
                    }

                    .content .article-datails .article .article-pad .floor li .jieda-reply {
                        position: relative;
                    }

                        .content .article-datails .article .article-pad .floor li .jieda-reply .jieda-zan {
                            padding-right: 20px;
                            color: #999;
                            cursor: pointer;
                        }

                            .content .article-datails .article .article-pad .floor li .jieda-reply .jieda-zan i {
                                font-size: 22px;
                                margin-right: 5px;
                            }

                            .content .article-datails .article .article-pad .floor li .jieda-reply .jieda-zan .fa-thumbs-up {
                                color: #182e9a;
                            }

                        .content .article-datails .article .article-pad .floor li .jieda-reply .jieda-cai {
                            padding-right: 20px;
                            color: #999;
                            cursor: pointer;
                        }

                            .content .article-datails .article .article-pad .floor li .jieda-reply .jieda-cai i {
                                font-size: 22px;
                                margin-right: 5px;
                            }

                            .content .article-datails .article .article-pad .floor li .jieda-reply .jieda-cai .fa-thumbs-down {
                                color: #182e9a;
                            }

    .content .article-datails .public-list {
        float: left;
        margin: 20px 0 0 -312px;
        width: 310px;
        border: 1px solid #e5e5e5;
    }

        .content .article-datails .public-list .title {
            padding: 16px;
        }

        .content .article-datails .public-list .public-list-a {
            padding: 16px;
        }

            .content .article-datails .public-list .public-list-a a {
                position: relative;
                height: 32px;
                display: block;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

                .content .article-datails .public-list .public-list-a a .public-list-number {
                    position: absolute;
                    top: 50%;
                    margin-top: -9px;
                    width: 18px;
                    height: 18px;
                    color: #FFFFFF;
                    font-weight: bold;
                    text-align: center;
                    line-height: 18px;
                    background: #BBBBBB;
                }

                .content .article-datails .public-list .public-list-a a .public-list-name {
                    position: absolute;
                    top: 50%;
                    left: 38px;
                    margin-top: -8px;
                    width: 238px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    word-wrap: normal;
                }

                .content .article-datails .public-list .public-list-a a:nth-of-type(1) .public-list-number {
                    background: #ED4300;
                }

                .content .article-datails .public-list .public-list-a a:nth-of-type(2) .public-list-number {
                    background: #FF7316;
                }

                .content .article-datails .public-list .public-list-a a:nth-of-type(3) .public-list-number {
                    background: #FF9C00;
                }

                .content .article-datails .public-list .public-list-a a:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 0;
                    height: 100%;
                    background-color: #B0B0B0;
                    -webkit-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                }

.content .book-list {
    margin: 0 auto;
    width: 1150px;
    min-height: 580px;
}

    .content .book-list img {
        max-width: 1150px;
    }

    .content .book-list .book-list-box {
        margin: 6px 0 0 -10px;
        width: 1180px;
        display: table;
    }

        .content .book-list .book-list-box .side-container {
            float: left;
            margin: 10px 24px;
            width: 240px;
            border: 1px solid #e5e5e5;
        }

            .content .book-list .book-list-box .side-container .side-container-img {
                width: 200px;
                height: 200px;
                padding: 20px;
            }

            .content .book-list .book-list-box .side-container .side-container-text {
                width: 200px;
                height: 200px;
                margin: 20px;
            }

                .content .book-list .book-list-box .side-container .side-container-text .title {
                    font-size: 16px;
                }

                .content .book-list .book-list-box .side-container .side-container-text .substance {
                    margin: 7px 0 7px;
                    font-size: 14px;
                    height: 38px;
                    overflow: hidden;
                }

                .content .book-list .book-list-box .side-container .side-container-text .purchase {
                    margin-top: 15px;
                    color: #999999;
                }

                    .content .book-list .book-list-box .side-container .side-container-text .purchase div {
                        padding: 3px 0;
                    }

                .content .book-list .book-list-box .side-container .side-container-text .bottom {
                    text-align: right;
                    height: 32px;
                    font-size: 22px;
                }

.content .book-datails {
    margin: 0 auto;
    width: 1150px;
}

    .content .book-datails img {
        max-width: 1150px;
    }

    .content .book-datails .side-container {
        margin: 20px 0 36px;
    }

        .content .book-datails .side-container .side-container-img {
            width: 430px;
            height: 270px;
        }

        .content .book-datails .side-container .side-container-text {
            width: 658px;
            height: 270px;
            font-size: 16px;
        }

            .content .book-datails .side-container .side-container-text .author {
                margin: 20px 0 10px;
            }

            .content .book-datails .side-container .side-container-text .describe {
                margin-bottom: 20px;
                height: 42px;
                overflow: hidden;
            }

            .content .book-datails .side-container .side-container-text .purchase {
                margin-bottom: 16px;
                font-size: 14px;
                color: #999999;
            }

                .content .book-datails .side-container .side-container-text .purchase .see {
                    padding-left: 20px;
                }

            .content .book-datails .side-container .side-container-text .price {
                font-size: 24px;
            }

    .content .book-datails .boook-content {
        border: 1px solid #e5e5e5;
        overflow: hidden;
    }

.content .search {
    margin: 0 auto;
    width: 1150px;
    min-height: 500px;
}

    .content .search img {
        max-width: 1150px;
    }

    .content .search .material-science {
        padding: 12px 32px;
        border-bottom: 1px dashed #e5e5e5;
    }

    .content .search .enshrine {
        float: left;
        width: 80%;
    }

.content .inner-center {
    margin: 0 auto;
    width: 1150px;
    display: table;
}

    .content .inner-center img {
        max-width: 1150px;
    }

    .content .inner-center .aside-left {
        float: left;
        width: 200px;
        box-sizing: border-box;
        position: relative;
    }

        .content .inner-center .aside-left .nav-list-1 {
            padding-top: 15px;
            font-size: 14px;
            color: #333;
        }

            .content .inner-center .aside-left .nav-list-1 .nav-item-1 {
                padding-bottom: 15px;
                border-bottom: 1px solid #e5e5e5;
            }

                .content .inner-center .aside-left .nav-list-1 .nav-item-1 .nav-item-1-title {
                    height: 50px;
                    color: #666;
                    font-size: 22px;
                    line-height: 50px;
                    text-indent: 24px;
                }

                .content .inner-center .aside-left .nav-list-1 .nav-item-1 .nav-item-2 {
                    height: 42px;
                    line-height: 42px;
                    text-indent: 20px;
                }

                    .content .inner-center .aside-left .nav-list-1 .nav-item-1 .nav-item-2 a {
                        display: block;
                        color: #333;
                        border-left: 4px solid #fff;
                    }

                .content .inner-center .aside-left .nav-list-1 .nav-item-1 .active a {
                    border-color: #182e9a !important;
                    background: #FFFFFF !important;
                }

                .content .inner-center .aside-left .nav-list-1 .nav-item-1 .nav-item-2 a:hover {
                    background: #F2F2F2;
                    border-color: #E5E5E5;
                }

    .content .inner-center .main {
        margin-left: -200px;
        float: left;
        width: 100%;
        box-sizing: border-box;
    }

        .content .inner-center .main .content {
            margin-left: 200px;
            border-left: 1px solid #dcdcdc;
            min-height: 1200px;
        }

            .content .inner-center .main .content .faq-cont {
                padding: 0 44px 40px 32px;
            }

.content .report {
    margin: 0 auto;
    width: 1150px;
    display: table;
}

    .content .report img {
        max-width: 1150px;
    }

    .content .report .aside-left {
        float: left;
        border: 1px solid #E5E5E5;
        border-radius: 4px;
        width: 870px;
    }

        .content .report .aside-left .aside-content {
            position: relative;
            padding: 20px 25px;
            border-bottom: 1px solid #e5e5e5;
            font-size: 16px;
        }

            .content .report .aside-left .aside-content p {
                width: 100%;
                line-height: 28px;
                display: table;
            }

                .content .report .aside-left .aside-content p span {
                    float: left;
                    width: 50%;
                }

            .content .report .aside-left .aside-content .aside-num {
                position: absolute;
                top: 8px;
                right: 176px;
                font-size: 78px;
                font-family: 'æ¦›æˆœç¶‹';
            }

                .content .report .aside-left .aside-content .aside-num .num {
                    position: absolute;
                    width: 117px;
                    text-align: center;
                }

                .content .report .aside-left .aside-content .aside-num img {
                    position: absolute;
                    top: 72px;
                }

            .content .report .aside-left .aside-content table {
                margin: 20px auto;
                border: 2px solid #E8E8E8;
            }

                .content .report .aside-left .aside-content table td {
                    width: 170px;
                    height: 45px;
                    text-align: center;
                    font-size: 16px;
                }

            .content .report .aside-left .aside-content .title {
                font-size: 14px;
                color: #777;
            }

            .content .report .aside-left .aside-content .circle-list {
                padding: 10px 0;
            }

                .content .report .aside-left .aside-content .circle-list .circle {
                    margin-right: 5px;
                    width: 24px;
                    height: 24px;
                    line-height: 24px;
                }

    .content .report .aside-title {
        padding: 20px 25px;
        font-size: 18px;
        border-bottom: 1px solid #e5e5e5;
    }

        .content .report .aside-title .aside-title-bor {
            padding-left: 10px;
            border-left: 4px solid #182e9a;
        }

        .content .report .aside-title .special-project-sheet-bottom {
            float: right;
            padding: 0;
            border: 0;
            margin: 0;
            font-size: 14px;
        }

    .content .report .aside-right {
        float: right;
        width: 256px;
        font-size: 16px;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
    }

        .content .report .aside-right .aside-explain {
            padding: 5px 0;
            width: 100%;
            height: 26px;
            line-height: 26px;
            text-align: center;
            display: table;
        }

            .content .report .aside-right .aside-explain span {
                float: left;
            }

            .content .report .aside-right .aside-explain .aside-explain-20 {
                width: 20%;
            }

                .content .report .aside-right .aside-explain .aside-explain-20 img {
                    border-radius: 50%;
                }

            .content .report .aside-right .aside-explain .aside-explain-60 {
                width: 60%;
                height: 26px;
                line-height: 26px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

        .content .report .aside-right .active {
            background: #182e9a !important;
            color: #FFFFFF !important;
        }

        .content .report .aside-right .report-list {
            font-size: 12px;
            border-bottom: 1px solid #e5e5e5;
        }

            .content .report .aside-right .report-list .aside-explain:hover {
                background: #f8f8f8;
            }

        .content .report .aside-right .btn-normal {
            margin: 20px auto;
            display: block;
        }

.content .correct-list .select-paper {
    border: 0;
}

    .content .correct-list .select-paper .select-area {
        margin-top: 20px;
        background: #FFFFFF;
        border: 1px solid #e5e5e5;
    }

.content .correct-list .select-paper-list {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

    .content .correct-list .select-paper-list .total {
        font-size: 16px;
    }

    .content .correct-list .select-paper-list .btn-normal {
        width: 100% !important;
        font-size: 16px;
    }

.content .correct {
    margin: 0 auto;
    width: 1150px;
}

    .content .correct img {
        max-width: 1150px;
    }

    .content .correct .side-container {
        margin-top: 20px;
    }

        .content .correct .side-container .side-container-img {
            width: 390px;
            height: 216px;
        }

        .content .correct .side-container .side-container-text {
            margin-left: 30px;
            width: 678px;
            height: 216px;
        }

            .content .correct .side-container .side-container-text .title {
                font-size: 24px;
            }

            .content .correct .side-container .side-container-text .substance {
                margin-top: 18px;
                font-size: 18px;
                color: #666;
            }

            .content .correct .side-container .side-container-text .purchase {
                margin-top: 30px;
                font-size: 16px;
                color: #777;
                width: 100%;
                display: table;
            }

                .content .correct .side-container .side-container-text .purchase .line-item {
                    float: left;
                    margin-left: 20px;
                    height: 21px;
                    font-size: 16px;
                    line-height: 21px;
                }

            .content .correct .side-container .side-container-text .price {
                font-size: 32px;
            }

            .content .correct .side-container .side-container-text .purchase-date {
                margin-top: 28px;
                font-size: 16px;
                color: #777;
            }

            .content .correct .side-container .side-container-text .estimated-date {
                margin-top: 12px;
                font-size: 16px;
                color: #777;
            }

            .content .correct .side-container .side-container-text .bottom .btn-correct {
                float: left;
                margin-right: 75px;
                font-size: 24px;
            }

            .content .correct .side-container .side-container-text .bottom .immediate_payment {
                color: #FFFFFF;
                background: #182e9a;
            }

                .content .correct .side-container .side-container-text .bottom .immediate_payment:hover {
                    color: #182e9a;
                    background: #FFFFFF;
                }

            .content .correct .side-container .side-container-text .bottom .correcting_consulting:hover {
                color: #FFFFFF;
                background: #182e9a;
            }

            .content .correct .side-container .side-container-text .bottom .feedback {
                font-size: 16px;
                color: #777;
            }

                .content .correct .side-container .side-container-text .bottom .feedback .state {
                    padding: 0 18px;
                    height: 30px;
                    border: 1px solid #333;
                    text-align: center;
                    line-height: 30px;
                    display: inline-block;
                    cursor: pointer;
                }

                .content .correct .side-container .side-container-text .bottom .feedback .theme-background-color {
                    color: #FFFFFF;
                }

                .content .correct .side-container .side-container-text .bottom .feedback .state-down {
                    margin-left: 20px;
                }

    .content .correct .correct-content {
        margin-top: 20px;
        border: 1px solid #e5e5e5;
    }

        .content .correct .correct-content img {
            max-width: 1148px;
        }

    .content .correct .upload-content {
        margin-top: 20px;
        border: 1px solid #e5e5e5;
        padding: 30px 20px;
    }

        .content .correct .upload-content .title {
            font-size: 24px;
        }

        .content .correct .upload-content .upload-list {
            margin: 26px 0 0 -9px;
            width: 1130px;
            display: table;
        }

            .content .correct .upload-content .upload-list .upload-imges-box {
                float: left;
                position: relative;
                margin: 9px;
                width: 170px;
                height: 170px;
                display: block;
            }

                .content .correct .upload-content .upload-list .upload-imges-box img {
                    width: 100%;
                    height: 100%;
                }

                .content .correct .upload-content .upload-list .upload-imges-box .delete {
                    position: absolute;
                    top: 0;
                    right: 0;
                    font-size: 30px;
                    cursor: pointer;
                    display: none;
                }

        .content .correct .upload-content .most {
            font-size: 18px;
            color: #666;
        }

    .content .correct .remarks {
        margin-top: 20px;
        border: 1px solid #e5e5e5;
        padding: 30px 20px;
    }

        .content .correct .remarks .title {
            font-size: 24px;
        }

        .content .correct .remarks .layui-input-block {
            margin: 26px 0 0 0;
        }

    .content .correct .feedback .btn-correct {
        margin-top: 65px;
    }

    .content .correct .btn-correct {
        margin: 20px 0 0 0;
        font-size: 24px;
        background: #182e9a;
        color: #FFFFFF;
    }

        .content .correct .btn-correct:hover {
            background: #1dbc9e;
        }

.side-container {
    width: 100%;
    border: 1px solid #e5e5e5;
    display: table;
    background: #fff;
}

    .side-container .side-container-img {
        float: left;
        padding: 20px 10px 20px 20px;
    }

        .side-container .side-container-img img {
            width: 100%;
            height: 100%;
        }

    .side-container .side-container-text {
        position: relative;
        float: left;
        margin: 20px 20px 20px 10px;
    }

        .side-container .side-container-text .title {
            font-size: 22px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .side-container .side-container-text .substance {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .side-container .side-container-text .bottom {
            position: absolute;
            bottom: 0;
            width: 100%;
        }

.btn-normal1:hover {
    color: #FFFFFF;
}

.btn-normal:hover,
.btn-big:hover,
.btn-small:hover,
.btn-referring:hover,
.btn-confirm:hover,
.btn-sign:hover,
.btn-send-out:hover {
    background: #182e9a !important;
    color: #FFFFFF !important;
}

.btn-universal {
    padding: 2px 5px;
    border: 1px solid #182e9a;
    color: #182e9a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

    .btn-universal:hover {
        background: #182e9a;
        color: #ffffff;
    }

.btn-regional {
    position: relative;
    width: 112px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    border: 1px solid #C5C5C5;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .btn-regional span {
        z-index: 2;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .btn-regional.active {
        color: #ffffff;
        background: #182e9a;
    }

    .btn-regional:hover {
        color: #ffffff;
        border-color: #182e9a;
    }

    .btn-regional:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        background-color: #182e9a;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: scale(0.5, 1);
        transform: scale(0.5, 1);
    }

    .btn-regional:hover::before {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

.btn-disabled {
    background-color: #e3e3e3 !important;
    color: #999 !important;
    border-color: #e3e3e3 !important;
    cursor: default !important;
    pointer-events: none !important;
}

.theme-color {
    color: #182e9a !important;
}

.theme-background-color {
    background-color: #182e9a !important;
}

.i-star {
    color: #ffb200 !important;
}

.circle {
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #c9ced8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .circle:hover {
        color: #182e9a;
        border-color: #182e9a;
    }

.border-color-theme {
    border-color: #182e9a !important;
}

.circle-success {
    background-color: #182e9a !important;
    color: #fff !important;
    border-color: #182e9a !important;
}

.color-success {
    color: #0dcc62 !important;
}

.circle-danger {
    background-color: #ff363c !important;
    color: #fff !important;
    border-color: #ff363c !important;
}

.color-danger {
    color: #ff363c !important;
}

.rotate45 {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari Ã¥â€™Å’ Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

.bg-check {
    background: #F47E39;
    color: #FFFFFF;
}

.card-container {
    margin-left: -8px;
    width: 1200px;
    background: #FFFFFF;
    display: table;
}

    .card-container .card {
        float: left;
        width: 217px;
        padding: 8px 7px;
        border: 1px solid transparent;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .card-container .card .card-img {
            position: relative;
            margin-bottom: 5px;
            height: 124px;
            overflow: hidden;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

            .card-container .card .card-img img {
                width: 100%;
                height: 100%;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

            .card-container .card .card-img .card-status {
                position: absolute;
                bottom: 0;
                width: 220px;
                height: 24px;
                line-height: 24px;
                font-size: 12px;
                color: #fff;
                text-indent: 10px;
                filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
                background-color: rgba(0, 0, 0, 0.6);
            }

        .card-container .card .card-name {
            height: 37px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-size: 14px;
            margin-bottom: 8px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .card-container .card .card-lecturer {
            height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-size: 14px;
            margin-bottom: 0px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .card-container .card .card-bottom .color-danger {
            float: left;
            font-size: 16px !important;
            color: #ff363c !important;
        }

        .card-container .card .card-bottom .buy_see {
            font-size: 14px !important;
            text-align: right !important;
            color: #9e9e9e !important;
            margin-right: 0px !important;
            float: right;
        }

        .card-container .card .card-bottom {
            height: 24px;
            font-size: 14px;
        }

            .card-container .card .card-bottom .card-bottom-left {
                float: left;
                color: #333333;
            }

            .card-container .card .card-bottom .card-bottom-right {
                float: right;
                color: #19ab74;
            }

        .card-container .card:hover {
            border-color: #E5E5E5;
            box-shadow: 5px 5px 20px #e5e5e5;
        }

            .card-container .card:hover img {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

.bottom-paging {
    width: 100%;
    text-align: center;
}

    .bottom-paging .newpager b {
        margin: 10px 0;
        font-weight: normal;
        display: block;
        font-size: 16px;
        text-align: center;
    }

    .bottom-paging .newpager ul {
        margin-bottom: 10px;
    }

        .bottom-paging .newpager ul li {
            display: inline-block;
            margin-left: 7px;
            text-decoration: none;
            background-color: #dfdfdf;
            border: 1px solid #fff;
            line-height: 20px;
            transition: border-color 0.1s ease-in, color 0.1s ease-in;
        }

            .bottom-paging .newpager ul li .current {
                padding: 4px 12px;
                display: block;
                background: #182e9a;
                color: #fff;
            }

            .bottom-paging .newpager ul li a {
                padding: 4px 12px;
                display: block;
            }

            .bottom-paging .newpager ul li:hover {
                background: #182e9a;
            }

                .bottom-paging .newpager ul li:hover a {
                    color: #FFFFFF;
                }

.absence {
    text-align: center;
    height: 340px;
    line-height: 340px;
    font-size: 18px;
}

    .absence img {
        vertical-align: middle;
    }

    .absence .error {
        line-height: 45px;
        display: inline-block;
        font-size: 24px;
        vertical-align: -50px;
    }



/* è¯¾ç¨‹è¯¦æƒ… */
.content .course-details {
    margin: 0 auto;
    width: 1206px;
}

    .content .course-details img {
        max-width: 1206px;
    }

    .content .course-details .section-feature {
        padding: 20px 0 10px;
        margin-bottom: 20px;
        background: #fff;
        min-height: 350px;
    }

        .content .course-details .section-feature .breadcrumb {
            line-height: 30px;
            margin-bottom: 20px;
            font-size: 18px;
        }

        .content .course-details .section-feature .imgtext-course {
            padding-left: 630px;
            position: relative;
        }

            .content .course-details .section-feature .imgtext-course .img-left-wrap {
                position: absolute;
                top: 0;
                left: 0;
                width: 600px;
                height: 343px;
            }

                .content .course-details .section-feature .imgtext-course .img-left-wrap img {
                    width: 100%;
                    height: 100%;
                }

                .content .course-details .section-feature .imgtext-course .img-left-wrap .btn-expr {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 60px;
                    height: 60px;
                    margin-left: -31px;
                    margin-top: -31px;
                    border: 1px solid #fff;
                    cursor: pointer;
                    color: #FFFFFF;
                    border-radius: 50%;
                    overflow: hidden;
                }

                    .content .course-details .section-feature .imgtext-course .img-left-wrap .btn-expr .fa-play {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        margin: -9px 0 0 -6px;
                        font-size: 18px;
                    }

            .content .course-details .section-feature .imgtext-course .text-right1 {
                height: 343px;
            }

                .content .course-details .section-feature .imgtext-course .text-right1 .page-tt {
                    font-size: 22px;
                    line-height: 1.2;
                    margin-bottom: 10px;
                    font-weight: 400;
                }

                .content .course-details .section-feature .imgtext-course .text-right1 .tt-below-line {
                    color: #999;
                    margin-bottom: 15px;
                    display: table;
                }

                    .content .course-details .section-feature .imgtext-course .text-right1 .tt-below-line .icon-sep {
                        float: left;
                        margin: 8px 20px 0;
                        display: inline-block;
                        vertical-align: middle;
                        width: 1px;
                        height: 14px;
                        background: #ddd;
                    }

                .content .course-details .section-feature .imgtext-course .text-right1 .course-class {
                    margin-top: 20px;
                }

                    .content .course-details .section-feature .imgtext-course .text-right1 .course-class .class-content-list .class-content {
                        padding: 5px 15px 6px;
                        position: relative;
                        border: 1px solid #e5e5e5;
                    }

                        .content .course-details .section-feature .imgtext-course .text-right1 .course-class .class-content-list .class-content .hidden-clip {
                            position: absolute;
                            clip: inherit;
                            top: -20px;
                            font-size: 16px;
                            background: #fff;
                            line-height: 35px;
                            padding: 0 5px;
                        }

                        .content .course-details .section-feature .imgtext-course .text-right1 .course-class .class-content-list .class-content .class-date {
                            line-height: 2.5;
                            font-size: 14px;
                        }

                .content .course-details .section-feature .imgtext-course .text-right1 .course-price {
                    margin-top: 15px;
                    font-size: 14px;
                    line-height: 1.5;
                }

                    .content .course-details .section-feature .imgtext-course .text-right1 .course-price .course-price-info {
                        height: 40px;
                        margin-left: 15px;
                    }

                        .content .course-details .section-feature .imgtext-course .text-right1 .course-price .course-price-info .price-num {
                            font-size: 28px;
                            color: #e85308;
                        }

                        .content .course-details .section-feature .imgtext-course .text-right1 .course-price .course-price-info .s-price {
                            margin-left: 30px;
                            color: #999999;
                        }

                .content .course-details .section-feature .imgtext-course .text-right1 .oper-bar {
                    bottom: 0;
                    position: absolute;
                }

                    .content .course-details .section-feature .imgtext-course .text-right1 .oper-bar .btn-join {
                        float: left;
                        margin-right: 20px;
                        width: 150px;
                        line-height: 50px;
                        font-size: 18px;
                        border-radius: 2px;
                        color: #fff;
                        background: #182e9a;
                        vertical-align: middle;
                        cursor: pointer;
                        text-align: center;
                    }

                        .content .course-details .section-feature .imgtext-course .text-right1 .oper-bar .btn-join:hover {
                            
                        }

                    .content .course-details .section-feature .imgtext-course .text-right1 .oper-bar .btn-advice-wrap {
                        float: left;
                    }

                        .content .course-details .section-feature .imgtext-course .text-right1 .oper-bar .btn-advice-wrap .btn-advice-wording {
                            width: 147px;
                            height: 48px;
                            line-height: 48px;
                            font-size: 18px;
                            color: #182e9a;
                            border: 1px solid #182e9a;
                            background-color: #fff;
                            display: inline-block;
                            vertical-align: middle;
                            cursor: pointer;
                            text-align: center;
                            border-radius: 2px;
                            -webkit-transition: all 1s;
                            -moz-transition: all 1s;
                            -o-transition: all 1s;
                            transition: all 1s;
                        }

                            .content .course-details .section-feature .imgtext-course .text-right1 .oper-bar .btn-advice-wrap .btn-advice-wording:hover {
                                color: #FFFFFF;
                                background: #182e9a;
                            }

                        .content .course-details .section-feature .imgtext-course .text-right1 .oper-bar .btn-advice-wrap .btn-outline,
                        .content .course-details .section-feature .imgtext-course .text-right1 .oper-bar .btn-advice-wrap .btn-advice-tel {
                            float: left;
                            width: 73px;
                            height: 48px;
                            line-height: 48px;
                            font-size: 18px;
                            text-align: center;
                            color: #182e9a;
                            background-color: #fff;
                            border: 1px solid #182e9a;
                            vertical-align: middle;
                            cursor: pointer;
                            border-radius: 2px;
                        }

                        .content .course-details .section-feature .imgtext-course .text-right1 .oper-bar .btn-advice-wrap .btn-outline {
                            border-top-right-radius: 0;
                            border-bottom-right-radius: 0;
                            display: none;
                        }

                        .content .course-details .section-feature .imgtext-course .text-right1 .oper-bar .btn-advice-wrap .btn-advice-tel {
                            border-left: 0;
                            border-top-left-radius: 0;
                            border-bottom-left-radius: 0;
                            display: none;
                        }

                            .content .course-details .section-feature .imgtext-course .text-right1 .oper-bar .btn-advice-wrap .btn-outline:hover,
                            .content .course-details .section-feature .imgtext-course .text-right1 .oper-bar .btn-advice-wrap .btn-advice-tel:hover {
                                background: #182e9a;
                                color: #ffffff;
                            }

    .content .course-details .section-main {
        display: table;
        margin-bottom: 80px;
        width: 1206px;
    }

        .content .course-details .section-main .main {
            float: left;
            width: 100%;
            box-sizing: border-box;
        }

            .content .course-details .section-main .main .tabs {
                padding: 0 20px 30px;
                /*margin-right: 340px;*/
                border-radius: 4px;
                border: 1px solid #e5e5e5;
                background: #fff;
            }

                .content .course-details .section-main .main .tabs .tabs-tt-bar {
                    height: 55px;
                    margin-bottom: 20px;
                }

                    .content .course-details .section-main .main .tabs .tabs-tt-bar .tabs-tt {
                        border-bottom: 5px solid #e0e0e0;
                        line-height: 50px;
                        padding: 0 40px;
                        font-size: 16px;
                        float: left;
                        cursor: pointer;
                    }

                    .content .course-details .section-main .main .tabs .tabs-tt-bar .active {
                        color: #182e9a;
                        border-color: #182e9a;
                    }

                .content .course-details .section-main .main .tabs .tabs-content {
                    /*width: 768px;*/
                    font-size: 14px;
                }

                    .content .course-details .section-main .main .tabs .tabs-content .record {
                        width: auto;
                    }

                        .content .course-details .section-main .main .tabs .tabs-content .record .echo-title,
                        .content .course-details .section-main .main .tabs .tabs-content .record .echo {
                            width: 20%;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            overflow: hidden;
                        }

                    .content .course-details .section-main .main .tabs .tabs-content .task-part-title {
                        font-size: 24px;
                        padding-bottom: 10px;
                    }

                    .content .course-details .section-main .main .tabs .tabs-content .details img {
                        max-width: 1150px;
                    }

                    .content .course-details .section-main .main .tabs .tabs-content .comment-filter {
                        background: #f4f4f4;
                        border: 1px solid #e5e5e5;
                        padding: 10px 0;
                        position: relative;
                    }

                        .content .course-details .section-main .main .tabs .tabs-content .comment-filter .comment-statistics {
                            display: inline-block;
                            vertical-align: middle;
                            text-align: center;
                            width: 125px;
                            border-right: 1px solid #e5e5e5;
                            margin: -5px 0;
                        }

                            .content .course-details .section-main .main .tabs .tabs-content .comment-filter .comment-statistics .statistics-num {
                                color: #ff363c !important;
                                font-size: 28px;
                                line-height: 1;
                                display: block;
                            }

                        .content .course-details .section-main .main .tabs .tabs-content .comment-filter .f-rc-list {
                            display: inline-block;
                        }

                            .content .course-details .section-main .main .tabs .tabs-content .comment-filter .f-rc-list .f-radio {
                                display: inline-block;
                                vertical-align: middle;
                                margin-left: 30px;
                                line-height: 20px;
                                cursor: pointer;
                            }

                                .content .course-details .section-main .main .tabs .tabs-content .comment-filter .f-rc-list .f-radio i {
                                    font-size: 18px;
                                    margin-right: 5px;
                                    vertical-align: middle;
                                    cursor: pointer;
                                }

                                .content .course-details .section-main .main .tabs .tabs-content .comment-filter .f-rc-list .f-radio .fa-circle-o {
                                    color: #C0C0C0;
                                }

                                .content .course-details .section-main .main .tabs .tabs-content .comment-filter .f-rc-list .f-radio .fa-dot-circle-o {
                                    color: #0dcc62 !important;
                                }

                    .content .course-details .section-main .main .tabs .tabs-content .comment-list .comment-item {
                        position: relative;
                        padding: 20px 20px 20px 80px;
                        border-top: 1px solid #e5e5e5;
                    }

                        .content .course-details .section-main .main .tabs .tabs-content .comment-list .comment-item .item-left {
                            position: absolute;
                            width: 80px;
                            text-align: center;
                            top: 20px;
                            left: 0;
                        }

                            .content .course-details .section-main .main .tabs .tabs-content .comment-list .comment-item .item-left .user-avatar {
                                border-radius: 50%;
                                max-width: 100%;
                                border: 1px solid #e5e5e5;
                                vertical-align: middle;
                            }

                        .content .course-details .section-main .main .tabs .tabs-content .comment-list .comment-item .item-right .star-list {
                            margin-top: -4px;
                            display: inline-block;
                            vertical-align: middle;
                            font-size: 0;
                        }

                            .content .course-details .section-main .main .tabs .tabs-content .comment-list .comment-item .item-right .star-list i {
                                margin-right: 5px;
                                font-size: 18px;
                            }

                            .content .course-details .section-main .main .tabs .tabs-content .comment-list .comment-item .item-right .star-list .fa-star {
                                color: #999;
                            }

                        .content .course-details .section-main .main .tabs .tabs-content .comment-list .comment-item .item-right .comment-bd {
                            word-wrap: break-word;
                            white-space: pre-wrap;
                            margin-bottom: 10px;
                        }

                        .content .course-details .section-main .main .tabs .tabs-content .comment-list .comment-item .item-right .comment-ft {
                            color: #999;
                        }

                            .content .course-details .section-main .main .tabs .tabs-content .comment-list .comment-item .item-right .comment-ft .comment-where {
                                margin-right: 10px;
                            }

                        .content .course-details .section-main .main .tabs .tabs-content .comment-list .comment-item:first-child {
                            border-top: 0;
                        }

                    .content .course-details .section-main .main .tabs .tabs-content .comment-list .btn-normal {
                        margin: auto;
                        display: block;
                    }

                    .content .course-details .section-main .main .tabs .tabs-content .turnover-data,
                    .content .course-details .section-main .main .tabs .tabs-content .turnover-head {
                        height: 50px;
                        line-height: 50px;
                        border-bottom: 1px dashed #e2e2e2;
                    }

                        .content .course-details .section-main .main .tabs .tabs-content .turnover-data span,
                        .content .course-details .section-main .main .tabs .tabs-content .turnover-head span {
                            float: left;
                            width: 20%;
                            text-align: center;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            -o-text-overflow: ellipsis;
                            overflow: hidden;
                        }

                        .content .course-details .section-main .main .tabs .tabs-content .turnover-data .definition,
                        .content .course-details .section-main .main .tabs .tabs-content .turnover-head .definition {
                            width: 30%;
                        }

                        .content .course-details .section-main .main .tabs .tabs-content .turnover-data .wide,
                        .content .course-details .section-main .main .tabs .tabs-content .turnover-head .wide {
                            width: 15%;
                        }

                    .content .course-details .section-main .main .tabs .tabs-content .turnover-head {
                        font-weight: bold;
                    }

        .content .course-details .section-main .aside-right {
            float: left;
            width: 330px;
            box-sizing: border-box;
            margin-left: -330px;
            background: #fff;
        }

            .content .course-details .section-main .aside-right .aside-blocks {
                padding: 20px;
                margin-bottom: 30px;
                border-radius: 4px;
                border: 1px solid #e5e5e5;
            }

                .content .course-details .section-main .aside-right .aside-blocks a {
                    color: #333;
                }

                .content .course-details .section-main .aside-right .aside-blocks .aside-title {
                    padding: 0 14px 20px;
                    margin-bottom: 15px;
                    font-size: 18px;
                    border-bottom: 1px solid #e5e5e5;
                }

                .content .course-details .section-main .aside-right .aside-blocks .aside-teacher {
                    margin-left: -13px;
                    width: 352px;
                    display: table;
                }

                    .content .course-details .section-main .aside-right .aside-blocks .aside-teacher .aside-teacher-pos {
                        margin: 0 13px 13px;
                        float: left;
                    }

                        .content .course-details .section-main .aside-right .aside-blocks .aside-teacher .aside-teacher-pos .aside-teacher-pic {
                            width: 50px;
                            height: 50px;
                            border: 1px solid #e5e5e5;
                            border-radius: 50%;
                            overflow: hidden;
                        }

                            .content .course-details .section-main .aside-right .aside-blocks .aside-teacher .aside-teacher-pos .aside-teacher-pic img {
                                width: 100%;
                                height: 100%;
                            }

                        .content .course-details .section-main .aside-right .aside-blocks .aside-teacher .aside-teacher-pos .aside-teacher-name {
                            padding-top: 12px;
                            width: 50px;
                            font-size: 14px;
                            text-align: center;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            -o-text-overflow: ellipsis;
                            overflow: hidden;
                        }

                .content .course-details .section-main .aside-right .aside-blocks .aside-group-box {
                    width: 100%;
                    display: table;
                }

                    .content .course-details .section-main .aside-right .aside-blocks .aside-group-box .aside-group .group-name {
                        font-size: 16px;
                        color: #182e9a;
                    }

                    .content .course-details .section-main .aside-right .aside-blocks .aside-group-box .aside-group .group-num {
                        font-size: 14px;
                        padding-top: 10px;
                    }

                    .content .course-details .section-main .aside-right .aside-blocks .aside-group-box .QR-code {
                        float: right;
                        text-align: center;
                        font-size: 14px;
                    }

                        .content .course-details .section-main .aside-right .aside-blocks .aside-group-box .QR-code img {
                            width: 100%;
                        }

                .content .course-details .section-main .aside-right .aside-blocks .aside-btns {
                    text-align: center;
                }

                    .content .course-details .section-main .aside-right .aside-blocks .aside-btns .btn-circle {
                        margin: 20px 8px 0;
                        width: 20px;
                        height: 20px;
                        border-radius: 50%;
                        text-align: center;
                        line-height: 20px;
                        font-size: 14px;
                        border: 1px solid #e5e5e5;
                        color: #e5e5e5;
                        display: inline-block;
                        cursor: pointer;
                        -webkit-transition: all 0.3s;
                        -moz-transition: all 0.3s;
                        -o-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                        .content .course-details .section-main .aside-right .aside-blocks .aside-btns .btn-circle:hover {
                            background: #182e9a;
                            border-color: #182e9a;
                            color: #ffffff;
                        }

                .content .course-details .section-main .aside-right .aside-blocks .recommend {
                    padding-top: 15px;
                    margin-bottom: 15px;
                    width: 100%;
                    font-size: 14px;
                    border-top: 1px dashed #e5e5e5;
                    display: table;
                }

                    .content .course-details .section-main .aside-right .aside-blocks .recommend .name {
                        margin-bottom: 15px;
                    }

                    .content .course-details .section-main .aside-right .aside-blocks .recommend img {
                        float: left;
                        width: 140px;
                        height: 80px;
                    }

                    .content .course-details .section-main .aside-right .aside-blocks .recommend .information {
                        float: right;
                        text-align: center;
                        width: 51%;
                        line-height: 26px;
                    }

                        .content .course-details .section-main .aside-right .aside-blocks .recommend .information .color-danger {
                            font-size: 16px;
                        }

                .content .course-details .section-main .aside-right .aside-blocks .eliminate {
                    padding: 0;
                    border: 0;
                }

.line-item {
    font-size: 14px;
    line-height: 30px;
    float: left;
    cursor: pointer;
}

    .line-item .tips-share {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        margin-top: -10px;
    }

        .line-item .tips-share .tips-share-hide {
            position: absolute;
            top: 12px;
            left: -80px;
            z-index: 555;
            display: none;
        }

            .line-item .tips-share .tips-share-hide .tips-share-pad {
                width: 215px;
                height: 65px;
                background: #FFFFFF;
                padding: 10px;
                border: 1px solid #e5e5e5;
                overflow: hidden;
            }

    .line-item:hover {
        color: #182e9a;
    }

/* æ”¯ä»˜ */
.apply-succ-main {
    width: 960px;
    margin: 60px auto;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

    .apply-succ-main .apply-succ {
        background: #EDFFDD;
        padding: 15px 30px;
    }

        .apply-succ-main .apply-succ i {
            font-size: 40px;
            margin-right: 15px;
            color: #0dcc62 !important;
            vertical-align: -8px;
        }

        .apply-succ-main .apply-succ .apply-succ-tips {
            font-size: 14px;
            font-weight: bold;
        }

    .apply-succ-main .apply-more {
        padding: 35px 0 0 16px;
    }

        .apply-succ-main .apply-more .apply-more-list {
            padding-left: 84px;
        }

            .apply-succ-main .apply-more .apply-more-list li {
                line-height: 30px;
                list-style: disc;
            }

        .apply-succ-main .apply-more .tips {
            padding: 18px 0 26px 68px;
            border-bottom: 1px dashed #e5e5e5;
        }

            .apply-succ-main .apply-more .tips a {
                color: #182e9a;
            }

        .apply-succ-main .apply-more .apply-more-qrcode {
            position: relative;
            width: 190px;
            height: 225px;
            margin: 30px 0 40px 50px;
            border: 1px solid #e5e5e5;
        }

        .apply-succ-main .apply-more .qrcode-tab {
            height: 42px;
        }

            .apply-succ-main .apply-more .qrcode-tab span {
                float: left;
                width: 50%;
                height: 40px;
                line-height: 40px;
                text-align: center;
                color: #2d313d;
                border-bottom: 2px solid #e5e5e5;
                cursor: pointer;
            }

                .apply-succ-main .apply-more .qrcode-tab span:hover {
                    border-color: #182e9a;
                }

            .apply-succ-main .apply-more .qrcode-tab .active {
                border-color: #182e9a;
            }

        .apply-succ-main .apply-more .qrcode-container {
            display: inline-block;
            width: 160px;
            height: 160px;
            position: absolute;
            margin: 10px auto auto 15px;
        }

            .apply-succ-main .apply-more .qrcode-container img {
                width: 100%;
                height: 100%;
            }

.task-part-item {
    margin-bottom: 20px;
}

    .task-part-item .task-part-hd {
        padding: 10px 12px;
        height: 40px;
        background: #F3F3F3;
        color: #666666;
        font-size: 16px;
    }

        .task-part-item .task-part-hd .task-part-hd-name {
            float: left;
        }

            .task-part-item .task-part-hd .task-part-hd-name i {
                margin-right: 10px;
                width: 20px;
                font-size: 20px;
                vertical-align: middle;
            }

        .task-part-item .task-part-hd .btn-open {
            float: right;
            font-size: 20px;
            cursor: pointer;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

    .task-part-item .task-task-list .task-task-item {
        height: 35px;
        display: block;
        font-size: 16px;
        padding: 10px 12px;
        color: #999;
    }

        .task-part-item .task-task-list .task-task-item i {
            width: 20px;
            font-size: 20px;
        }

        .task-part-item .task-task-list .task-task-item .task-task-item-name {
            float: left;
            width: 450px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .task-part-item .task-task-list .task-task-item .time {
            margin-left: 15px;
            float: left;
            height: 21px;
            line-height: 21px;
        }

        .task-part-item .task-task-list .task-task-item .task-task-item-state {
            float: right;
            color: #666666;
        }

            .task-part-item .task-task-list .task-task-item .task-task-item-state .audition {
                width: 36px;
                height: 20px;
                font-size: 12px;
                text-align: center;
                line-height: 20px;
                color: #FFFFFF;
                background: #182e9a;
                border-radius: 4px;
                display: inline-block;
            }

            .task-part-item .task-task-list .task-task-item .task-task-item-state .estate {
                padding: 0 8px;
                width: 66px;
                text-align: center;
                vertical-align: middle;
                display: inline-block;
            }

            .task-part-item .task-task-list .task-task-item .task-task-item-state .task-task-now {
                margin-left: 10px;
                position: relative;
                width: 18px;
                height: 18px;
                border-bottom: 1px solid #ff363c;
                vertical-align: middle;
                display: inline-block;
            }

                .task-part-item .task-task-list .task-task-item .task-task-item-state .task-task-now .task-task-now-i {
                    position: absolute;
                    bottom: 0;
                    width: 1px;
                    height: 18px;
                    background: #ff363c;
                }

                    .task-part-item .task-task-list .task-task-item .task-task-item-state .task-task-now .task-task-now-i:nth-of-type(1) {
                        left: 2px;
                        animation: live-icon 0.6s linear 0s infinite alternate;
                        -webkit-animation: live-icon 0.6s linear 0s infinite alternate;
                    }

                    .task-part-item .task-task-list .task-task-item .task-task-item-state .task-task-now .task-task-now-i:nth-of-type(2) {
                        left: 9px;
                        animation: live-icon 1s linear 0s infinite alternate;
                        -webkit-animation: live-icon 1s linear 0s infinite alternate;
                    }

                    .task-part-item .task-task-list .task-task-item .task-task-item-state .task-task-now .task-task-now-i:nth-of-type(3) {
                        right: 2px;
                        animation: live-icon 0.8s linear 0s infinite alternate;
                        -webkit-animation: live-icon 0.8s linear 0s infinite alternate;
                    }

            .task-part-item .task-task-list .task-task-item .task-task-item-state .task-task-end {
                margin-left: 14px;
                position: relative;
                width: 18px;
                height: 18px;
                border-radius: 50%;
                border: 1px solid #666666;
                vertical-align: middle;
                display: inline-block;
            }

                .task-part-item .task-task-list .task-task-item .task-task-item-state .task-task-end .task-task-end-i {
                    position: absolute;
                    top: 9px;
                    left: 3px;
                    width: 12px;
                    border-top: 1px solid #666666;
                }

            .task-part-item .task-task-list .task-task-item .task-task-item-state .btn-start-answer {
                padding: 2px 5px;
                border: 1px solid #182e9a;
                color: #182e9a;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

                .task-part-item .task-task-list .task-task-item .task-task-item-state .btn-start-answer:hover {
                    background: #182e9a;
                    color: #ffffff;
                }

    .task-part-item .task-task-list .task-task-item-hover {
        color: #333;
    }

        .task-part-item .task-task-list .task-task-item-hover .task-task-item-name i {
            color: #182e9a;
        }

        .task-part-item .task-task-list .task-task-item-hover:hover {
            color: #182e9a;
        }
/* å¸ˆèµ„å›¢é˜Ÿ */
.btn-confirm {
    width: 120px !important;
    height: 32px !important;
    line-height: 32px;
    border-radius: 4px !important;
    text-align: center;
    border: 1px solid #182e9a;
    color: #182e9a;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.model-nav {
    width: 100%;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    display: table;
    display: table;
    background: #fff;
}

    .model-nav li {
        float: left;
        cursor: pointer;
        border-bottom: 2px solid transparent;
    }

        .model-nav li a {
            padding: 18px 20px 16px;
            display: block;
        }

        .model-nav li:hover {
            border-color: #182e9a;
            color: #182e9a;
        }

    .model-nav .active {
        border-color: #182e9a;
        color: #182e9a;
    }

        .model-nav .active a {
            color: #182e9a;
        }

.btn-referring {
    width: 230px !important;
    height: 30px !important;
    line-height: 30px;
    border-radius: 4px !important;
    text-align: center;
    border: 1px solid #182e9a;
    color: #182e9a;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-sign {
    width: 296px !important;
    height: 34px !important;
    line-height: 34px;
    border-radius: 4px !important;
    text-align: center;
    border: 1px solid #182e9a;
    color: #182e9a;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-big {
    width: 212px !important;
    height: 34px !important;
    line-height: 34px;
    border-radius: 4px !important;
    text-align: center;
    border: 1px solid #182e9a;
    color: #182e9a;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-correct {
    width: 174px !important;
    height: 46px !important;
    line-height: 46px;
    border-radius: 4px !important;
    text-align: center;
    border: 1px solid #182e9a;
    color: #182e9a;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-send-out {
    width: 120px !important;
    height: 40px !important;
    line-height: 40px;
    border-radius: 4px !important;
    text-align: center;
    border: 1px solid #182e9a;
    color: #182e9a;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-normal {
    width: 96px !important;
    height: 30px !important;
    line-height: 30px;
    border-radius: 4px !important;
    text-align: center;
    border: 1px solid #182e9a;
    color: #182e9a;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a:active, a:hover, a:focus {
    text-decoration: none;
}

a:hover {
    color: inherit;
    color: #182e9a
}

.result-bar {
    height: 45px;
    font-size: 14px;
    padding-top: 20px;
}

    .result-bar .kw-outer {
        float: left;
        border: 1px #e85308 dotted;
        height: 23px;
        line-height: 23px;
        padding: 0 26px 0 8px;
        position: relative;
    }

    .result-bar .bold {
        color: #e85308;
        font-style: normal;
    }

    .result-bar .kw-outer .btn-clear {
        position: absolute;
        top: 0;
        right: 0;
        height: 23px;
        width: 20px;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #e85308;
    }

    .result-bar .rs-outer {
        float: left;
        height: 25px;
        line-height: 25px;
        margin-left: 20px;
    }

    .result-bar .bold {
        color: #e85308;
        font-style: normal;
    }

.upload-imges-container .upload-imges-propaganda {
    width: 100%;
    height: 170px;
    text-align: center;
    line-height: 170px;
    display: block;
    overflow: hidden;
}

    .upload-imges-container .upload-imges-propaganda img {
        max-width: 170px;
        max-height: 170px;
    }

.upload-imges-container .title {
    padding: 0 40px;
    font-size: 24px;
    text-align: center;
}

.upload-imges-container .explain {
    margin-top: 92px;
    font-size: 24px;
    text-align: center;
}

.upload-imges-container .btn-upload-pad-x {
    padding: 10px 0;
    text-align: center;
}

.upload-imges-container .btn-upload-pad {
    padding: 30px 0 60px;
    margin: 0 auto;
    display: table;
}

    .upload-imges-container .btn-upload-pad .btn-upload {
        float: left;
        margin: 0 60px;
    }

.upload-imges-container .btn-upload {
    margin: auto;
    width: 150px;
    height: 52px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 52px;
    border-radius: 4px;
    background: #182e9a;
    cursor: pointer;
}

    .upload-imges-container .btn-upload:hover {
        background: #1dbc9e;
    }

.hides {
    display: none;
}


.sign-up-box .side-container {
    border: 0;
}

    .sign-up-box .side-container .side-container-img {
        width: 120px;
        height: 90px;
    }

    .sign-up-box .side-container .side-container-text {
        width: 488px;
        height: 50px;
    }

        .sign-up-box .side-container .side-container-text .title {
            font-size: 18px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            word-wrap: normal;
        }

        .sign-up-box .side-container .side-container-text .substance {
            height: 24px;
            line-height: 24px;
        }

.sign-up-box .layui-elem-field {
    margin: auto;
    width: 610px;
}

.sign-up-box .mod-course-info {
    margin-top: 16px;
    padding: 0 20px;
}

    .sign-up-box .mod-course-info .color-danger {
        margin-left: 20px;
        font-size: 22px;
    }

.list-inline {
    padding-left: 0;
    margin: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0;
        padding: 0;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

.card-container {
    margin-left: 0px !important;
    width: 1206px;
    background: inherit !important;
    display: table;
    padding-top: 0px !important;
}

    .card-container .card {
        float: left;
        width: 270px !important;
        height: 210px !important;
        padding: 10px 9px 0px 9px;
        border: 1px solid #e5e5e5;
        margin: 10px 0px;
        margin-right: 15px;
        background: #fff;
    }

        .card-container .card .card-img {
            position: relative;
            width: 269px;
            height: 161px;
            overflow: hidden;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

            .card-container .card .card-img img {
                width: 100%;
                height: 100%;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

        .card-container .card .free_sign {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 99;
            width: 70px !important;
            height: 70px !important;
        }

        .card-container .card .card-img .card-status {
            position: absolute;
            bottom: 0;
            width: 350px !important;
            height: 24px;
            line-height: 24px;
            font-size: 12px;
            color: #fff;
            text-indent: 10px;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
            background-color: rgba(0, 0, 0, 0.6);
        }

        .card-container .card .card-name {
            height: 25px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-size: 16px;
            color: #5c5c5c !important;
            margin: 0;
            font: inherit;
            margin-bottom: 0px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            line-height: 1.5;
        }

        .card-container .card .card-lecturer {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-size: 14px;
            color: #979797 !important;
            margin-bottom: 0px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            background: url("http://cdn.xiaomaigongkao.com/public/images/index_icons.png") no-repeat -45px -52px !important;
            line-height: 20px;
            padding-left: 24px;
        }

        .card-container .card .card-bottom {
            height: 24px;
            font-size: 14px;
        }

            .card-container .card .card-bottom .card-bottom-left {
                float: left;
                color: #979797 !important;
                margin: 0;
                padding: 0;
                background: url(http://cdn.xiaomaigongkao.com/public/images/index_icons.png) no-repeat -50px -74px;
                padding-left: 24px;
                line-height: 27px;
            }

            .card-container .card .card-bottom .color-danger {
                float: left;
                font-size: 14px !important;
                color: #ff363c !important;
                font-weight: font-weight:normal !important;
            }

            .card-container .card .card-bottom .card-bottom-right {
                float: right;
                color: #19ab74;
            }

        .card-container .card:hover {
            border-color: #E5E5E5;
            border-top: solid 1px #182e9a;
        }

            .card-container .card:hover img {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

.original-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.activity {
    font-size: 14px;
    color: red;
    padding: 2px;
}

.cost-price {
    font-size: 14px;
    color: red;
}

.price-num {
    font-size: 14px;
    color: red;
}
