﻿html, body {
    font: normal 14px 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif;
    margin: 0;
    padding: 0;
    background: #f8f8f8;
    height: 100%;
    cursor: default;
    min-width: 990px;
}

/* Style for common style */
* {
    outline: none !important;
    /* -webkit-transition: all 0.15s ease 0s;*/
    /*-moz-transition: all 0.15s ease 0s;*/
    /* -o-transition: all 0.15s ease 0s;*/
    /* transition: all 0.15s ease 0s;*/
}

*, ::after, ::before {
    box-sizing: border-box;
}


a {
    text-decoration: none !important;
    color: #666;
}

img {
    vertical-align: middle;  
}

::-moz-placeholder {
    color: #a7a7a7;
}

::-webkit-input-placeholder {
    color: #a7a7a7;
}

:-ms-input-placeholder {
    color: #a7a7a7;
}


/* Style for column */
.row {
    margin-left: -10px;
    margin-right: -10px;
}

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px;
    position: relative;
}

.column-12 {
    width: 100%;
}

.column-11 {
    width: 91.66666667%;
}

.column-10 {
    width: 83.33333333%;
}

.column-9 {
    width: 75%;
}

.column-8 {
    width: 66.66666667%;
}

.column-7 {
    width: 58.33333333%;
}

.column-6 {
    width: 50%;
}

.column-5 {
    width: 41.66666667%;
}

.column-4 {
    width: 33.33333333%;    
}

.column-3 {
    width: 25%;
}

.column-2 {
    width: 16.66666667%;
}

.column-1 {
    width: 8.33333333%;
}

.column-offset-12 {
    margin-left: 100%;
}

.column-offset-11 {
    margin-left: 91.66666667%;
}

.column-offset-10 {
    margin-left: 83.33333333%;
}

.column-offset-9 {
    margin-left: 75%;
}

.column-offset-8 {
    margin-left: 66.66666667%;
}

.column-offset-7 {
    margin-left: 58.33333333%;
}

.column-offset-6 {
    margin-left: 50%;
}

.column-offset-5 {
    margin-left: 41.66666667%;
}

.column-offset-4 {
    margin-left: 33.33333333%;
}

.column-offset-3 {
    margin-left: 25%;
}

.column-offset-2 {
    margin-left: 16.66666667%;
}

.column-offset-1 {
    margin-left: 8.33333333%;
}

.column-push-12 {
    left: 100%;
}

.column-push-11 {
    left: 91.66666667%;
}

.column-push-10 {
    left: 83.33333333%;
}

.column-push-9 {
    left: 75%;
}

.column-push-8 {
    left: 66.66666667%;
}

.column-push-7 {
    left: 58.33333333%;
}

.column-push-6 {
    left: 50%;
}

.column-push-5 {
    left: 41.66666667%;
}

.column-push-4 {
    left: 33.33333333%;
}

.column-push-3 {
    left: 25%;
}

.column-push-2 {
    left: 16.66666667%;
}

.column-push-1 {
    left: 8.33333333%;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.pull-center {
    text-align: center;
}

.hidden {
    display: none;
}

/* Style for container */
.content-body {
    padding: 80px 0 60px 0;
    box-shadow: rgba(0,0,0,0.05) 0 0 20px;
    border-radius: 4px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.content-container {
    width: 1200px;
    margin: 0 auto;
}

.content-body > .content-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
}

    .content-body > .content-footer,
    .content-body > .content-footer a {
        color: #999;
        text-shadow: 0 1px 0 #fff;
    }



/* Style for validation */


.field-validation-valid {
    display: none;
}

.field-validation-error {
    position: absolute;
    max-width: 210px;
    background-color: #FCF8E3;
    border: 1px solid #FAEBCC;
    box-shadow: rgba(0,0,0,.1) 0 0 3px;
    padding: 6px 12px;
    font-size: 12px;
    color: #8A6D3B;
    z-index: 1000;
    border-radius: 2px;
    top: 3px;
    left: 100%;
    margin-right: -210px;
    line-height: 16px;
    margin-left: 10px;
}

.form-horizontal .field-validation-error,
.form-inline .field-validation-error {
    margin-left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.field-validation-error:before,
.field-validation-error:after {
    width: 0px;
    height: 0px;
    border: transparent solid;
    position: absolute;
    left: 100%;
    content: ""
}

.field-validation-error:before {
    border-width: 7px;
    border-right-color: #FAEBCC;
    left: 0;
    margin-left: -15px;
    top: 50%;
    margin-top: -6px;
}

.field-validation-error:after {
    border-width: 7px;
    border-right-color: #FCF8E3;
    left: 0;
    margin-left: -13px;
    top: 50%;
    margin-top: -6px;
}

.field-validation-error,
.input-validation-error,
.field-validation-valid {
    transition: none;
}

.form-group.validation-top {
    margin-bottom: 0;
}

    .form-group.validation-top .field-validation-error {
        margin-left: 10px;
        margin-top: 15px;
    }

        .form-group.validation-top .field-validation-error:before {
            transform: rotate(90deg);
            left: 38px;
            top: -10px;
            margin-top: -5px;
        }

        .form-group.validation-top .field-validation-error:after {
            transform: rotate(90deg);
            left: 36px;
            top: -10px;
            margin-top: -3px;
        }
/* Style for from */
.form-group {
    position: relative;
    line-height: 20px;
    margin-bottom: 15px;
}

    .form-group .addon-right {
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid #ddd;
        height: 100%;
        margin-right: 10px;
        padding: 0 10px;
        text-align: center;
    }

        .form-group .addon-right ~ .form-control {
            padding-right: 50px;
        }

    .form-group label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
    }

.form-control {
    font-family: inherit;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

textarea.form-control {
    height: 80px;
    resize: none;
}

.form-control.disabled {
    background: #f0f0f0;
    text-shadow: rgba(255,255,255,1) 0 1px;
}


.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: 20px;
}

    .form-horizontal .form-group::after {
        content: "";
        height: 0;
        visibility: hidden;
        display: block;
        clear: both;
    }

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    color: #666;
}



/* Style for button */
.button {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 7px 25px;
    font-size: inherit;
    border-radius: 2px;
    cursor: pointer;
}

    .button.button-block {
        width: 100%;
    }

    .button.button-default {
        text-align: center;
        color: #fff;
        background-color: #2790eb;
        border-color: #2790eb;
    }

    .button.button-orange {
        background-color: #eba827;
        color: white;
    }

        .button.button-orange:active {
            background-color: rgba(235,168,39, .8);
        }

    .button + a.button-cancel {
        background-color: #ddd;
        color: #333;
        padding: 6px 25px;
        border-radius: 2px;
    }


    .button.button-cancel:active {
        background-color: rgba(221,221,221, .8);
    }

    .button.button-text {
        padding-left: 0; 
        padding-right: 0;
    }

    .button + .button {
        margin-left: 15px;
    }

    .button.pull-right + .button.pull-right {
        margin-right: 15px;
        margin-left: 0;
    }

/* Style for checkbox */
.checkbox {
    position: relative;
    display: inline-block;
    padding: 7px 0;
}

    .checkbox input[type=checkbox] {
        margin-left: 0;
        opacity: 0;
    }

    .checkbox > label {
        margin-left: 5px;
        font-weight: normal;
        cursor: pointer;
    }

    .checkbox input[type=checkbox]:checked ~ label::before {
        content: "\e679";
        color: #2790eb;
    }

    .checkbox > label::before {
        font-family: "iconfont";
        content: "\e67b";
        font-size: 16px;
        position: absolute;
        top: 8px;
        left: 0;
        color: #ccc;
    }
    .checkbox.checkbox-disabled input[disabled] ~ label::before {
        background: #eee;
    }

/* Style for radio */
.radio {
    position: relative;
    display: inline-block;
    padding: 7px 0;
}

    .radio input[type=radio] {
        opacity: 0;
        margin: 0;
    }

    .radio > label {
        display: inline-block;
        margin: 0 0 0 -18px;
        max-width: initial;
        padding-left: 25px;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type=radio]:checked + label::after {
        content: "\e664";
        color: #2790eb;
    }

    .radio > label::after {
        font-family: "iconfont";
        content: "\e663";
        font-size: 18px;
        position: absolute;
        top: 7px;
        left: 0;
        color: #ddd;
    }

    .radio + .radio {
        margin-left: 15px;
    }

/* Style for select dropdownlist */
.dropdownlist {
    border: 1px solid #ddd;
    position: relative;
    border-radius: 3px;
}

    .dropdownlist::after {
        font-family: 'iconfont';
        font-size: 12px;
        content: "\e62b";
        position: absolute;
        right: 10px;
        top: 7px;
        color: #555;
    }

    .dropdownlist > select {
        border: none;
        width: 100%;
        padding: 8px 12px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        color: #555;
    }

        .dropdownlist > select::-ms-expand {
            display: none;
        }



/* Style for progressbar */
.progressbar {
    height: 2px;
    background-color: #ddd;
}

    .progressbar > .percentage {
        width: 0;
        height: 2px;
        background-color: #2790eb;
        font-size: 0;
    }


/* Style for pop corner panel */
.popcorner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    max-width: 280px;
    padding: 1px;
    font-size: 12px;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.1) 0 0 10px;
}

    .popcorner.top {
        margin-top: -10px;
    }

    .popcorner.right {
        margin-left: 10px;
    }

    .popcorner.bottom {
        margin-top: 10px;
    }

    .popcorner.left {
        margin-left: -10px;
    }

    .popcorner > .arrow,
    .popcorner > .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    .popcorner > .arrow {
        border-width: 7px;
    }

        .popcorner > .arrow:after {
            content: "";
            border-width: 6px;
        }


    .popcorner.top > .arrow {
        left: 50%;
        bottom: -7px;
        margin-left: -7px;
        border-bottom-width: 0;
        border-top-color: #000;
    }

        .popcorner.top > .arrow:after {
            bottom: 1px;
            margin-left: -6px;
            content: " ";
            border-bottom-width: 0;
            border-top-color: #fff;
        }

    .popcorner.right > .arrow {
        top: 50%;
        left: -7px;
        margin-top: -7px;
        border-left-width: 0;
        border-right-color: #000;
    }

        .popcorner.right > .arrow:after {
            left: 1px;
            bottom: -6px;
            content: " ";
            border-left-width: 0;
            border-right-color: #fff;
        }

    .popcorner.bottom > .arrow {
        left: 50%;
        top: -7px;
        margin-left: -7px;
        border-top-width: 0;
        border-bottom-color: #000;
    }

        .popcorner.bottom > .arrow:after {
            top: 1px;
            margin-left: -6px;
            content: " ";
            border-top-width: 0;
            border-bottom-color: #fff;
        }

    .popcorner.left > .arrow {
        top: 50%;
        right: -7px;
        margin-top: -7px;
        border-right-width: 0;
        border-left-color: #000;
    }

        .popcorner.left > .arrow:after {
            right: 1px;
            bottom: -6px;
            content: " ";
            border-right-width: 0;
            border-left-color: #fff;
        }

    .popcorner.show {
        display: block;
    }

.popcorner-content {
    padding: 5px 12px;
}


.popcorner-default {
    color: #888;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

    .popcorner-default.top > .arrow {
        border-top-color: #000;
    }

        .popcorner-default.top > .arrow:after {
            border-top-color: #f5f5f5;
        }

    .popcorner-default.right > .arrow {
        border-right-color: #ddd;
    }

        .popcorner-default.right > .arrow:after {
            border-right-color: #f5f5f5;
        }

    .popcorner-default.bottom > .arrow {
        border-bottom-color: #ddd;
    }

        .popcorner-default.bottom > .arrow:after {
            border-bottom-color: #f5f5f5;
        }

    .popcorner-default.left > .arrow {
        border-left-color: #ddd;
    }

        .popcorner-default.left > .arrow:after {
            border-left-color: #f5f5f5;
        }

.popcorner-white {
    color: #888;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .popcorner-white.top > .arrow {
        border-top-color: #ddd;
    }

        .popcorner-white.top > .arrow:after {
            border-top-color: #fff;
        }

    .popcorner-white.right > .arrow {
        border-right-color: #ddd;
    }

        .popcorner-white.right > .arrow:after {
            border-right-color: #fff;
        }

    .popcorner-white.bottom > .arrow {
        border-bottom-color: #ddd;
    }

        .popcorner-white.bottom > .arrow:after {
            border-bottom-color: #fff;
        }

    .popcorner-white.left > .arrow {
        border-left-color: #ddd;
    }

        .popcorner-white.left > .arrow:after {
            border-left-color: #fff;
        }




/* Style for front home */
.front-container {
    background: url(images/front-background.png) no-repeat #2790eb;
    background-size: cover;
    min-height: 600px;
}

    .front-container .front-wrapper {
        width: 990px;
        margin: 0 auto;
    }

    .front-container .front-header {
        height: 70px;
        background-color: #fff;
    }

        .front-container .front-header .front-brand {
            display: block;
            float: left;
            height: 70px;
            width: 315px;
            color: transparent;
            font-size: 0;
            background: url(images/branding-front.svg) no-repeat;
            background-position: center center;
        }

        .front-container .front-header .front-switch {
            float: right;
            width: 185px;
            margin-top: 20px;
            position: relative;
            text-align: right;
        }

            .front-container .front-header .front-switch .front-switch-button {
                display: block;
                float: right;
                padding: 2px 0 20px;
            }

                .front-container .front-header .front-switch .front-switch-button > i.iconfont {
                    color: #eba827;
                    font-size: 24px;
                }

                .front-container .front-header .front-switch .front-switch-button > .popcorner {
                    width: 180px;
                    left: 50%;
                    margin-left: -10px;
                    top: 30px;
                }

                .front-container .front-header .front-switch .front-switch-button:hover > .popcorner {
                    display: block;
                }

                .front-container .front-header .front-switch .front-switch-button .front-switch-content {
                    padding: 10px;
                    font-size: 13px;
                    line-height: 21px;
                    text-align: center;
                    cursor: default;
                }

                    .front-container .front-header .front-switch .front-switch-button .front-switch-content > img {
                        width: 100%;
                        border: 8px solid #e2eaff;
                        margin-bottom: 8px;
                    }


    .front-container .front-body {
        height: 80%;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }

        .front-container .front-body .front-welcome {
            float: left;
            width: 520px;
            height: 370px;
            background: url(images/front-welcome.png) no-repeat;
            background-position: -45px center;
        }

        .front-container .front-body .front-panel {
            margin-left: 590px;
            height: 360px;
            border-radius: 5px;
            background-color: rgba(255,255,255,.95);
            padding: 55px 50px;
            box-shadow: rgba(255,255,255,.18) 0 0 100px;
        }

            .front-container .front-body .front-panel > h1 {
                color: #666;
                font-size: 24px;
                margin: 0 0 30px;
                font-weight: 200;
            }

            .front-container .front-body .front-panel .form-group {
                margin-bottom: 25px;
            }

            .front-container .front-body .front-panel .form-control {
                height: 40px;
                border: 1px solid #dfdfdf;
                background-color: transparent;
                padding-left: 36px;
            }

            .front-container .front-body .front-panel .form-group .addon {
                height: 40px;
                line-height: 41px;
                position: absolute;
                top: 0;
                left: 12px;
            }

            .front-container .front-body .front-panel .form-group > .addon > i {
                color: #a7a7a7;
                font-size: 18px;
            }

            .front-container .front-body .front-panel .form-control:focus {
                border-color: #eba827;
            }

                .front-container .front-body .front-panel .form-control:focus + .addon > i {
                    color: #eba827;
                }

    .front-container .front-footer {
        height: 60px;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: rgba(255,255,255,.89);
        text-align: center;
        line-height: 60px;
    }

        .front-container .front-footer,
        .front-container .front-footer > a {
            color: #999;
        }

@media (max-height: 600px) {
    .front-container .front-footer {
        position: initial;
        margin-top: -10px;
    }
}



/* Style for navbar */
.navbar {
    height: 60px;
    padding: 0 20px;
    background: rgba(39,144,235,1);
    box-shadow: rgba(0,0,0,0.3) 0 0 20px;
    z-index: 1001;
    transform: none !important;
    position: fixed;
    width: 100%;
    top: 0;
}

    .navbar .navbar-header {
        float: left;
    }

    .navbar .navbar-brand {
        background: url(images/branding.svg) no-repeat left center;
        width: 310px;
        margin: 10px 0 0 !important;
        font-size: 0;
        position: absolute;
        height: 40px;
    }

    .navbar .navbar-nav {
        margin: 0 auto;
        text-align: center;
    }

        .navbar .navbar-nav .nav {
            list-style: none;
            padding: 0;
            margin: 0;
            white-space: nowrap;
            width: 100%;
        }

            .navbar .navbar-nav .nav > li {
                display: inline-block;
            }

                .navbar .navbar-nav .nav > li > a {
                    display: block;
                    height: 60px;
                    line-height: 60px;
                    padding: 0 25px;
                    font-size: 16px;
                    color: rgba(255,255,255,.6);
                    background-color: transparent;
                    transition: none;
                }

                    .navbar .navbar-nav .nav > li > a:hover,
                    .navbar .navbar-nav .nav > li > a:focus {
                        color: #fff;
                    }

                .navbar .navbar-nav .nav > li.active > a,
                .navbar .navbar-nav .nav > li.active > a:hover,
                .navbar .navbar-nav .nav > li.active > a:focus {
                    color: #fff;
                    background-color: rgba(255,255,255,.20);
                }

                .navbar .navbar-nav .nav > li:last-child {
                    position: absolute;
                    right: 20px;
                }

                .navbar .navbar-nav .nav > li > .dropdown-menu {
                    position: absolute;
                    list-style: none;
                    margin: 0;
                    padding: 5px 0;
                    text-align: left;
                    background-color: #fff;
                    border: 1px solid rgba(0,0,0,.15);
                    border-top: none;
                    border-radius: 0 0 4px 4px;
                    display: none;
                    box-shadow: rgba(0,0,0,.175) 0 6px 12px;
                    min-width: 160px;
                }

                    .navbar .navbar-nav .nav > li > .dropdown-menu .divider {
                        height: 1px;
                        margin: 9px 0;
                        overflow: hidden;
                        background-color: #e5e5e5;
                    }

                    .navbar .navbar-nav .nav > li > .dropdown-menu a {
                        display: block;
                        padding: 5px 20px;
                        font-size: 14px;
                        color: #333;
                        white-space: nowrap;
                        line-height: 1.42857143;
                    }

                        .navbar .navbar-nav .nav > li > .dropdown-menu a:hover {
                            color: #2790eb;
                            background-color: #fafafa;
                        }

                .navbar .navbar-nav .nav > li > .dropdown-user {
                    width: 43px;
                    border-radius: 50%;
                    padding: 0;
                }

                    .navbar .navbar-nav .nav > li > .dropdown-user > img {
                        width: inherit;
                        border: 3px solid rgba(255,255,255,.5);
                        border-radius: inherit;
                        background-color: rgba(255,255,255, .9);
                    }

                .navbar .navbar-nav .nav > li > .dropdown-menu-user {
                    position: absolute;
                    margin: 0;
                    text-align: left;
                    background-color: #fff;
                    border: 1px solid rgba(0,0,0,.15);
                    border-top: none;
                    border-radius: 0 0 4px 4px;
                    display: none;
                    box-shadow: rgba(0,0,0,.175) 0 6px 12px;
                    width: 315px;
                    right: 0;
                }

                    .navbar .navbar-nav .nav > li > .dropdown-menu-user .dropdown-menu-user-avatar {
                        border-bottom: 1px solid #e5e5e5;
                        padding: 20px 20px;
                    }

                        .navbar .navbar-nav .nav > li > .dropdown-menu-user .dropdown-menu-user-avatar > h2 {
                            font-weight: normal;
                            font-size: 14px;
                            margin: 0;
                            padding: 8px 0;
                        }
                            .navbar .navbar-nav .nav > li > .dropdown-menu-user .dropdown-menu-user-avatar > h2 > span {
                                color:#999;
                                float:right;
                            }
                            .navbar .navbar-nav .nav > li > .dropdown-menu-user .dropdown-menu-user-avatar > h2 > small {
                                display: block;
                                font-size: 14px;
                                color: #666;
                            }

                        .navbar .navbar-nav .nav > li > .dropdown-menu-user .dropdown-menu-user-avatar > img,
                        .avatar-img {
                            max-width: 50px;
                            border: 1px solid #ddd;
                            border-radius: 50%;
                            float: left;
                            margin-right: 15px;
                            padding: 3px;
                        }

.avatar-img {
    max-width: 40px;
}

.navbar .navbar-nav .nav > li > .dropdown-menu-user .dropdown-menu-user-tip {
    display: block;
    color: #999;
    padding: 15px 0 0 20px;
}


.navbar .navbar-nav .nav > li > .dropdown-menu-user .dropdown-menu-user-actions {
    list-style-type: none;
    padding: 20px 20px 15px;
    overflow: hidden;
    margin-left: -20px;
}

    .navbar .navbar-nav .nav > li > .dropdown-menu-user .dropdown-menu-user-actions > li {
        float: left;
        width: 33.33367%;
        text-align: center;
    }

        .navbar .navbar-nav .nav > li > .dropdown-menu-user .dropdown-menu-user-actions > li a > div {
            margin-left: 20px;
            height: 75px;
            line-height: 75px;
            background-color: #25acfe;
            border-radius: 3px;
        }

        .navbar .navbar-nav .nav > li > .dropdown-menu-user .dropdown-menu-user-actions > li:nth-child(2) a > div {
            background-color: #eba827;
        }

        .navbar .navbar-nav .nav > li > .dropdown-menu-user .dropdown-menu-user-actions > li:nth-child(3) a > div {
            background-color: #ff8426;
        }


        .navbar .navbar-nav .nav > li > .dropdown-menu-user .dropdown-menu-user-actions > li > a i.iconfont {
            font-size: 36px;
            color: #fff;
        }

        .navbar .navbar-nav .nav > li > .dropdown-menu-user .dropdown-menu-user-actions > li > a span {
            margin-left: 20px;
            display: block;
            color: #767676;
            text-align: center;
            margin-top: 15px;
        }

@media (max-width: 1300px) {
    .navbar .navbar-nav {
        margin: 0 0 0 335px;
        text-align: left;
    }
}

@media (max-width: 950px) {
    .navbar .navbar-nav .nav > li:last-child {
        position: initial;
    }
}

/* Style for breadcrumb */
.breadcrumb {
    list-style-type: none;
    padding: 0 0 0 40px;
    margin: 0 15px 20px 0;
}

    .breadcrumb::before {
        font-family: iconfont;
        font-size: 14px;
        content: "\e650";
        color: #2790eb;
        font-size: 22px;
        margin-left: -30px;
        margin-top: -1px;
        position: absolute;
    }

    .breadcrumb.location::before {
        content: "\e645";
    }

[class|=column] > .breadcrumb {
    margin-left: -10px;
}

.breadcrumb > li {
    display: inline-block;
    color: #999;
}

    .breadcrumb > li:not(:last-child):after {
        content: " >";
    }

    .breadcrumb > li > a {
        color: #7a7a7a;
    }


/* Style for panel */
.panel {
    box-shadow: rgba(0,0,0,.1) 0 0 6px;
    border-radius: 5px;
    background-color: #fff;
    min-height: 1px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .panel .panel-body {
        padding: 20px;
    }

.panel-empty,
.panel-noInformation.panel-empty {
    padding: 220px;
    text-align: center;
}

    .panel-empty .panel-empty-body,
    .panel-noInformation.panel-empty .panel-empty-body {
        margin: 0 auto;
        width: 111px;
        padding-top: 95px;
        background-image: url(images/icon.png);
        background-position: 0 -94px;
        color: #999;
    }

.panel.panel-table {
    padding: 20px;
}

    .panel.panel-table .panel-table-header {
        border-bottom: 1px solid #ddd;
        margin: 0 -20px;
        padding: 2px 20px 0;
    }

        .panel.panel-table .panel-table-header > table th {
            border: none !important;
        }


.panel.panel-editor {
    padding: 120px 0;
}

    .panel.panel-editor .panel-editor-body {
        padding: 0 350px;
    }


/* Style for widget */
.widget {
    padding: 25px;
}

    .widget > i.iconfont {
        float: left;
        font-size: 30px;
        margin-right: 20px;
        border-radius: 3px;
        color: #fff;
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 55px;
        margin-top: 3px;
    }

    .widget > h2 {
        margin: 0;
        font-weight: normal;
        color: #858585;
        font-size: 26px;
    }

        .widget > h2 > small {
            font-size: 14px;
            display: block;
            color: #999;
        }

    .widget.widget-blue {
        border-bottom: 3px solid #74a8ff;
    }

        .widget.widget-blue > i.iconfont {
            background-color: #74a8ff;
        }

    .widget.widget-orange {
        border-bottom: 3px solid #ffc859;
    }

        .widget.widget-orange > i.iconfont {
            background-color: #ffc859;
        }

    .widget.widget-green {
        border-bottom: 3px solid #59d5c4;
    }

        .widget.widget-green > i.iconfont {
            background-color: #59d5c4;
        }

/* Style for chart */
.chart {
    padding: 20px;
    position: relative;
}

    .chart .chart-header {
        overflow: hidden;
        margin-bottom: 15px;
    }

        .chart .chart-header > h2 {
            font-size: 16px;
            font-weight: normal;
            margin: 0;
            float: left;
            color: #666;
        }

            .chart .chart-header > h2 > small {
                display: block;
                color: #999;
            }

        .chart .chart-header > span {
            display: block;
            padding-top: 15px;
            float: right;
            font-size: 22px;
            font-weight: 100;
            color: #eba827;
            line-height: 100%;
        }

    .chart .chart-body {
        height: 260px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .chart .chart-footer {
        padding: 0 0 20px 33px;
        text-align: left;
        margin-top: -5px;
        width: 100%;
        font-size: 12px;
    }

        .chart .chart-footer label {
            color: #666;
            font-weight: normal;
            float: left;
            transform: scale(0.955);
        }

            .chart .chart-footer label:last-child {
                float: right;
            }

/* Style for searchbox */
.searchbox {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    border-radius: 20px;
    max-width: 350px;
    height: 33px;
    position: relative;
    box-shadow: rgba(0,0,0,0.1) 0 0 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .searchbox > input {
        width: 100%;
        height: inherit;
        border-radius: inherit;
        padding: 0 45px 0 20px;
        border: none;
    }

    .searchbox > button {
        position: absolute;
        right: 0;
        top: 0;
        border-radius: inherit;
        height: inherit;
        padding: 0;
        margin: 0;
        width: 40px;
        background-color: transparent;
        border: none;
        color: #498dff;
        cursor: pointer;
    }


/* Style for teacher card */
.card-list {
    clear: both;
    margin: 0 0 0 -20px;
    padding: 0;
    list-style-type: none;
}

    .card-list > li {
        float: left;
        width: 25%;
    }

    .card-list .card-list-item {
        margin: 0 0 20px 20px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: rgba(0,0,0,0.1) 0 0 6px;
        padding: 20px 20px 10px;
    }


        .card-list .card-list-item:hover {
            box-shadow: rgba(0,0,0,0.3) 0 0 8px;
        }

            .card-list .card-list-item:hover .card-remove:after {
                opacity: 1;
            }

        .card-list .card-list-item .card-remove:after {
            font-family: 'iconfont';
            content: "\e612";
            font-size: 20px;
            color: #dedede;
            opacity: 0;
        }

        .card-list .card-list-item .card-remove:hover:after {
            color: #FF6363;
        }


        .card-list .card-list-item .user-card-avatar {
            padding-top: 10px;
            width: 80px;
            margin: 15px auto 0;
            position: relative;
        }

            .card-list .card-list-item .user-card-avatar > img {
                width: inherit;
                height: 80px;
            }

            .card-list .card-list-item .user-card-avatar > span {
                background-color: #fff;
                border: 3px solid #fff;
                position: absolute;
                border-radius: 50%;
                height: 24px;
                width: 24px;
                line-height: 19px;
                bottom: -10px;
                left: 50%;
                margin-left: -13px;
                display: block;
            }

                .card-list .card-list-item .user-card-avatar > span > i {
                    font-size: 24px;
                    color: #1bcd9b;
                    margin-left: -3px;
                }

                    .card-list .card-list-item .user-card-avatar > span > i.icon-forbidden {
                        color: #cbcbcb;
                    }

        .card-list .card-list-item .user-card-info {
            text-align: center;
            margin-top: 25px;
            font-size: 16px;
            line-height: 1.5;
        }

            .card-list .card-list-item .user-card-info > strong {
                font-weight: normal;
                position: relative;
            }

                .card-list .card-list-item .user-card-info > strong > span {
                    max-width: 150px;
                    display: inline-block;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    margin-right: 18px;
                }

                .card-list .card-list-item .user-card-info > strong > i {
                    font-size: 13px;
                    color: #e8af2a;
                    position: absolute;
                    right: 0;
                    margin-top: 4px;
                }

                    .card-list .card-list-item .user-card-info > strong > i.icon-male {
                        color: #2e92e8;
                    }

            .card-list .card-list-item .user-card-info > p {
                font-size: 14px;
                color: #969696;
                margin: 0;
            }

        .card-list .card-list-item .user-card-classes {
            margin: 20px auto;
            width: 150px;
            padding-bottom: 10px;
            position: relative;
        }

            .card-list .card-list-item .user-card-classes > span {
                display: block;
                background-color: #e2f2ff;
                color: #2d8df3;
                text-align: center;
                padding: 10px;
                border-radius: 20px;
                cursor: pointer;
                width: 100%;
                margin: 0 auto;
            }

            .card-list .card-list-item .user-card-classes.no-class > span {
                background-color: #f0f0f0;
                color: #979797;
                cursor: default;
            }

            .card-list .card-list-item .user-card-classes:hover > span ~ .user-card-classes-list {
                display: block;
            }

            .card-list .card-list-item .user-card-classes .user-card-classes-list {
                top: 35px;
                width: auto;
                max-width: 400px;
                margin-left: 0;
                margin-right: -390px;
            }

    .card-list > li:nth-child(4n) .card-list-item .user-card-classes .user-card-classes-list {
        margin-left: -390px;
        margin-right: 0;
        right: 0;
        left: auto;
    }

        .card-list > li:nth-child(4n) .card-list-item .user-card-classes .user-card-classes-list .arrow {
            left: auto;
            right: 30px;
        }

    .card-list .card-list-item .user-card-classes .user-card-classes-list .arrow {
        left: 30px;
    }


    .card-list .card-list-item .user-card-classes .user-card-classes-list > ol {
        list-style: none;
        margin: 0;
        padding: 6px 15px;
        overflow: hidden;
    }

        .card-list .card-list-item .user-card-classes .user-card-classes-list > ol > li {
            float: left;
            margin-right: 20px;
            position: relative;
            padding-left: 23px;
            color: #666;
            line-height: 2;
        }

            .card-list .card-list-item .user-card-classes .user-card-classes-list > ol > li:before {
                font-family: "iconfont";
                font-size: 16px;
                content: "\e606";
                position: absolute;
                top: 0;
                left: 0;
                color: #ffa44a;
                line-height: 1.5;
            }

    .card-list .card-list-item .user-card-actions {
        border-top: 1px solid #e7e7e7;
        margin: 0 -20px;
        padding: 11px 20px 0;
        text-align: center;
        overflow: hidden;
        list-style: none;
    }

        .card-list .card-list-item .user-card-actions > li {
            float: left;
            width: 25%;
            padding: 5px 0;
        }


/* Style for icon button */
.icon-button {
    display: inline-block;
    background: #eef7fe;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: none;
    position: relative;
}

    .icon-button + .icon-button {
        margin-left: 10px;
    }


    .icon-button:before {
        font-family: "iconfont";
        font-size: 20px;
        color: #8cace2;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .icon-button.icon-button-edit::before {
        content: "\e69b";
    }

    .icon-button.icon-button-edit:hover, .icon-button.icon-button-task:hover {
        background: #dfebff;
    }

    .icon-button.icon-button-task::before {
        content: "\e6aa";
        transform: scale(0.9);
        top: -4px;
        left: 8px;
        font-size: 12px;
    }

    .icon-button.icon-button-edit:hover::before, .icon-button.icon-button-task:hover::before {
        color: #77aaff;
    }

    .icon-button.icon-button-assignment::before {
        content: "\e634";
    }

    .icon-button.icon-button-assignment:hover {
        background: #d9f6f2;
    }

        .icon-button.icon-button-assignment:hover::before {
            color: #2cc9b4;
        }

    .icon-button.icon-button-reset-password::before {
        margin-left: 1px;
        margin-top: 1px;
        font-size: 22px;
        content: "\e62d";
    }

    .icon-button.icon-button-reset-password:hover {
        background: #fff3d9;
    }

        .icon-button.icon-button-reset-password:hover::before {
            color: #ffc44d;
        }

    .icon-button.icon-button-state[data-state=Enabled]::before {
        font-size: 23px;
        content: "\e73b";
        margin-top: 1px;
    }

    .icon-button.icon-button-state[data-state=Disabled]::before {
        /*font-size:21px;*/
        content: "\e6db";
    }

    .icon-button.icon-button-state:hover {
        background: #ffead9;
    }

        .icon-button.icon-button-state:hover::before {
            color: #ff8426;
        }

    .icon-button.icon-button-delete::before {
        content: "\e658";
    }

    .icon-button.icon-button-delete:hover {
        background: #dfebff;
    }

        .icon-button.icon-button-delete:hover::before {
            color: #77aaff;
        }

    .icon-button.icon-button-save::before {
        content: "\e66d";
    }

    .icon-button.icon-button-save:hover {
        background: #ffead9;
    }

        .icon-button.icon-button-save:hover::before {
            color: #ff8426;
        }

    .icon-button.icon-button-cancel::before {
        font-size: 23px;
        content: "\e893";
    }

    .icon-button.icon-button-cancel:hover {
        background: #ffead9;
    }

        .icon-button.icon-button-cancel:hover::before {
            color: #ff8426;
        }


    .icon-button.icon-button-preview::before {
        content: "\e61b";
    }

    .icon-button.icon-button-preview:hover {
        background: #4A8CFF;
    }

        .icon-button.icon-button-preview:hover::before {
            color: #fff;
        }

i.icon-female {
    color: #e8af2a;
}

i.icon-male {
    color: #2e92e8;
}





/* Style for table */
.table {
    width: 100%;
    text-align: left;
}

    .table th,
    .table td {
        color: #878787;
        border-bottom: 1px solid #e8e8e8;
        line-height: 1.4;
    }

    .table th {
        color: #333;
        text-align: left;
        padding: 16px;
        font-weight: 600;
        border-bottom-width: 2px;
    }

    .table td {
        padding: 16px;
    }

        .table td:last-child {
            padding: 0 16px 0 0;
        }


    .table tr.editor {
        display: none;
    }

    .table td .icon-button {
        margin-top: 2px;
        height: 30px;
        width: 30px;
    }

        .table td .icon-button::before {
            margin-top: 1px;
            font-size: 18px;
        }


    /* Style for table classes */
    .table.table-classes {
    }

        .table.table-classes th:nth-child(1) {
            width: 25%;
        }

        .table.table-classes td:nth-child(1) {
            color: #666;
        }

        .table.table-classes th:nth-child(2) {
            width: 10%;
        }

        .table.table-classes th:nth-child(3) {
            width: auto;
        }

        .table.table-classes th:nth-child(4) {
            width: 15%;
        }

        .table.table-classes td:nth-child(4) {
            color: #999;
        }

        .table.table-classes th:nth-child(5),
        .table.table-classes td:nth-child(5) {
            width: 15%;
            text-align: right;
        }

        .table.table-classes td ol.inline-names {
            list-style: none;
            margin: -6px 0;
            padding: 0;
        }

            .table.table-classes td ol.inline-names > li {
                display: inline-block;
                line-height: 1.5;
                margin-right: 10px;
            }

                .table.table-classes td ol.inline-names > li > span[data-teacher-state=Disabled] {
                    color: #FF5858;
                }

                .table.table-classes td ol.inline-names > li > span[data-teacher-state=Enabled] {
                    color: #666;
                }

.create-class-inline {
    padding: 9px 0 8px;
    margin: 0 -5px;
    overflow: hidden;
}

    .create-class-inline > .form-group {
        float: left;
        width: 300px;
        margin-bottom: 0;
        padding-right: 15px;
    }

        .create-class-inline > .form-group .form-control {
        }

    .create-class-inline > .create-class-inline-actions {
        float: right;
    }


/* Style for table students */
.table.table-students th:nth-child(1) {
    width: 100px;
}

.table.table-students td:nth-child(1) {
    padding: 8px 12px;
}

.table.table-students th:nth-child(2) {
    width: 15%;
}

.table.table-students td:nth-child(2) span i {
    font-size: 13px;
    margin-left: 2px;
}

.table.table-students th:nth-child(3) {
    width: 20%;
}

.table.table-students th:nth-child(4) {
    width: 25%;
}

.table.table-students td:nth-child(4) a {
    margin-right: 20px;
    color: #99C4EF;
}

    .table.table-students td:nth-child(4) a:hover {
        color: #6DAAE8;
    }

.table.table-students th:nth-child(5) {
    width: 180px;
}

.table.table-students th:nth-child(6),
.table.table-students td:nth-child(6) {
    width: 130px;
    text-align: right;
}



/* Style for pagination */
.pagination {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    float: right;
}

    .pagination li {
        float: left;
    }

        .pagination li + li {
            margin-left: 10px;
        }

        .pagination li > span,
        .pagination li > a {
            display: block;
            padding: 5px 10px;
            border: 1px solid #dddddd;
            border-radius: 3px;
            background-color: #ddd;
            text-align: center;
            color: #666;
        }

        .pagination li > span {
            cursor: not-allowed;
        }

        .pagination li.active > span {
            border-color: #4a8dff;
            background-color: #4a8dff;
            color: #fff;
        }

        .pagination li a {
            background-color: #fff;
        }

            .pagination li a:hover {
                border-color: #4a8dff;
                background-color: #4a8dff;
                color: #fff;
            }

/* Style for avatar change */
.change-avatar {
    padding: 20px 20px 30px !important;
}

    .change-avatar .change-avatar-list {
        list-style: none;
        margin: 0 0 0 -30px;
        padding: 10px;
        float: left;
    }

        .change-avatar .change-avatar-list > li {
            float: left;
            width: 100px;
            height: 100px;
            margin: 0 30px 30px 0;
        }

            .change-avatar .change-avatar-list > li > .change-avatar-item {
                margin-left: 30px;
                border-radius: 5px;
                width: inherit;
                height: inherit;
                position: relative;
            }

                .change-avatar .change-avatar-list > li > .change-avatar-item .change-avatar-button {
                    display: block;
                    width: inherit;
                    height: inherit;
                    background-color: #f5f5f5;
                    border-radius: 5px;
                    cursor: pointer;
                }

                    .change-avatar .change-avatar-list > li > .change-avatar-item .change-avatar-button img {
                        width: inherit;
                        height: inherit;
                        padding: 10px;
                        border: 1px solid #ddd;
                        border-radius: inherit;
                    }

                    .change-avatar .change-avatar-list > li > .change-avatar-item .change-avatar-button > input[type=radio] {
                        position: absolute;
                        opacity: 0;
                        width: 100%;
                        height: 100%;
                    }

                        .change-avatar .change-avatar-list > li > .change-avatar-item .change-avatar-button > input[type=radio]:checked + img {
                            border-color: #4a8dfe;
                        }


    .change-avatar .change-avatar-action {
        clear: both;
        text-align: center;
    }

/* Style for required change password */
.unset-password {
    background: url(images/unset-password-background.png) no-repeat #f6f9ff;
    background-position: center bottom;
}

    .unset-password .unset-password-wrapper {
        max-width: 1200px;
        min-height: 1px;
        position: absolute;
        top: 50%;
        left: 0px;
        right: 0px;
        margin: -320px auto 0;
        padding: 0;
    }

        .unset-password .unset-password-wrapper:after {
            display: block;
            content: "";
            clear: both;
            padding: 0px;
        }

        .unset-password .unset-password-wrapper .unset-password-brand {
            background: url(images/branding-front.svg) no-repeat;
            height: 28px;
            position: fixed;
            top: 55px;
            left: 0px;
            right: 0px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .unset-password .unset-password-wrapper .unset-password-welcome {
            background: url(images/unset-password-welcome.png) no-repeat;
            background-position: left top;
            width: 475px;
            height: 411px;
            background-size: auto;
            float: left;
            margin-top: 100px;
        }

        .unset-password .unset-password-wrapper .unset-password-panel {
            float: right;
            width: 600px;
            height: 528px;
            padding: 125px 140px 0 195px;
            margin-top: 20px;
            background: url(images/unset-password-block.png) no-repeat;
            background-position: left top;
            background-size: contain;
        }

            .unset-password .unset-password-wrapper .unset-password-panel h1 {
                margin: 0 0 30px 70px;
                color: #498dff;
                font-weight: normal;
                font-size: 16px;
            }

            .unset-password .unset-password-wrapper .unset-password-panel .form-group {
                margin-bottom: 10px;
            }

                .unset-password .unset-password-wrapper .unset-password-panel .form-group label {
                    color: #666;
                    margin: 12px 0px;
                }

            .unset-password .unset-password-wrapper .unset-password-panel .form-control {
                border-color: #ddd;
                height: 40px;
            }

            .unset-password .unset-password-wrapper .unset-password-panel .form-group .button {
                height: 40px;
                margin-top: 20px;
            }

/* style for teacher & class assignment */
.class-assignment {
}

    .class-assignment > h1 {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        color: #666;
    }

        .class-assignment > h1 > span {
            color: #ff8426;
            margin: 0 3px;
        }

    .class-assignment > ul {
        list-style: none;
        margin: 10px 0 5px;
        padding: 0;
        overflow-y: auto;
        min-height: 150px;
        max-height: 260px;
    }

        .class-assignment > ul > li {
            float: left;
            width: 50%;
            color: #666;
        }

            .class-assignment > ul > li .checkbox {
                margin-bottom: -4px;
                color: #888;
            }


/* Style for about us */
.about-main {
    background-color: #ffffff;
    position: relative;
    z-index: 0;
    min-height: 400px;
    padding: 0 30px;
    margin: 10px 0px 20px;
    overflow: hidden;
}

    .about-main .icons {
        background: url(images/about-icon.png) no-repeat;
        display: inline-block;
    }

.about-position {
    float: left;
    padding-top: 16px;
}

.introduction-icon {
    background-position: 0px 0px;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 20px;
    height: 20px;
}

.product-icon {
    background-position: 0px -20px;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 20px;
    height: 20px;
}

.contact-icon {
    background-position: 0px -40px;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 20px;
    height: 20px;
}

.about-info {
    padding: 20px 5px 0px;
}

    .about-info:last-child {
        margin-bottom: 5px;
    }

    .about-info .title {
        padding-left: 30px;
        font-size: 20px;
        margin: 0px 0px 18px;
        position: relative;
        clear: both;
    }

        .about-info .title.first-title {
            margin-top: 0px;
        }

    .about-info .info,
    .about-info .info a {
        color: #666;
    }

        .about-info .info p {
            text-indent: 25px;
            line-height: 25px;
            margin-bottom: 0px;
        }

        .about-info .info .product-title {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .about-info .info .product-title li {
                float: left;
                margin: 0px 15px 15px 15px;
                text-align: center;
                line-height: 30px;
            }

                .about-info .info .product-title li a {
                    width: 160px;
                    height: 30px;
                    color: #999;
                    background: #edf2f6;
                    border-radius: 50px;
                    display: block;
                }

                    .about-info .info .product-title li a:hover {
                        background: #f2a832;
                        color: #fff;
                    }

                    .about-info .info .product-title li a.current {
                        background: #f2a832;
                        color: #fff;
                    }

        .about-info .info .product-info {
            padding: 15px 20px;
            background: #fff8ee;
            border-radius: 10px;
            margin-top: 5px;
            display: none;
            list-style: none;
            margin: 0;
            clear: both;
            overflow: hidden;
        }

            .about-info .info .product-info li {
                width: 50%;
                float: left;
                line-height: 30px;
                position: relative;
                padding-left: 16px;
            }

                .about-info .info .product-info li i {
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background: #cecece;
                    display: inline-block;
                    margin-right: 10px;
                    position: absolute;
                    top: 10px;
                    left: 0px;
                }

                .about-info .info .product-info li:hover {
                    color: #f2a832;
                }

                    .about-info .info .product-info li:hover i {
                        background: #f2a832;
                    }

        .about-info .info .contact-info {
            padding: 0px 20px;
            list-style: none;
        }

            .about-info .info .contact-info li {
                width: 50%;
                float: left;
                line-height: 30px;
                position: relative;
                padding-left: 26px;
            }

                .about-info .info .contact-info li.url-info {
                    width: 100%;
                }

                .about-info .info .contact-info li i.url-icon {
                    background-position: 0px -62px;
                    position: absolute;
                    top: 9px;
                    left: 0px;
                    width: 16px;
                    height: 16px;
                }

                .about-info .info .contact-info li i.hotline-icon {
                    background-position: 0px -77px;
                    position: absolute;
                    top: 8px;
                    left: 0px;
                    width: 16px;
                    height: 16px;
                }

                .about-info .info .contact-info li i.mail-icon {
                    background-position: 0px -110px;
                    position: absolute;
                    top: 8px;
                    left: 0px;
                    width: 16px;
                    height: 16px;
                }

                .about-info .info .contact-info li i.service-icon {
                    background-position: 0px -94px;
                    position: absolute;
                    top: 8px;
                    left: 0px;
                    width: 16px;
                    height: 16px;
                }

/*5.16课件管理*/
.cal-list-li {
    list-style-type: none;
    margin: 0;
    padding: 0 0 30px;
}

    .cal-list-li li {
        box-shadow: rgba(0,0,0,.1) 0 0 6px;
        border-radius: 3px;
    }

        .cal-list-li li + li {
            margin-top: 15px;
        }

.cal-title {
    overflow: hidden;
    margin: 0 -20px 0;
}

    .cal-title span {
        display: block;
        float: left;
        width: 3px;
        height: 15px;
        background-color: #498dff;
        margin-right: 17px;
    }

    .cal-title p {
        float: left;
        width: 1160px;
        color: #666;
        font-size: 16px;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 20px;
        margin-top: -3px;
    }

.cal {
    float: left;
}

    .cal::before {
        font-family: iconfont;
        font-size: 14px;
        content: "\e645";
        color: #498dff;
        font-size: 22px;
        margin-left: -30px;
        margin-top: -1px;
        position: absolute;
    }

.cal-return::before {
    content: "\e650";
    font-family: iconfont;
    font-size: 14px;
    color: #498dff;
    font-size: 22px;
    margin-left: -30px;
    margin-top: -1px;
    position: absolute;
}

.courseware {
    margin-top: 8px;
}

.cal-1 {
    float: right;
    margin-bottom: 20px;
}

    .cal-1 a {
        margin-left: 15px;
    }

    .cal-1 .add-cal {
        background-color: #498dff;
    }

    .cal-1 .add-class {
        background-color: #ffb726;
        border-color: #ffb726;
    }

.cal-list {
    padding: 20px 0 20px 20px;
}

.cal-list-title {
    cursor: pointer;
    background-color: #fff;
    color: #666;
    overflow: hidden;
    padding: 0 15px;
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
}

    .cal-list-title:hover {
        background: rgba(116,168,255, .85);
        color: #fff;
    }

    .cal-list-title p {
        float: left;
        margin: 0;
        font-size: 15px;
        margin-right: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 80%;
    }

    .cal-list-title span {
        float: right;
        color: #9ec2ff;
        font-size: 14px;
    }

    .cal-list-title:hover .down-arrow {
        display: none;
    }

.cal-list-li .open:hover .down-arrow {
    display: block;
}

.cal-list-title:hover .cal-arrow-down::before {
    color: #fff;
}

.cal-list-title:hover .icon-unit::before, .cal-list-title:hover .icon-unit.unavailable::before {
    color: #fff;
}

.cal-list-title .down-arrow::before {
    content: "\e895";
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 1px;
}

.cal-list-title .icon-unit::before {
    content: "\e604";
    color: #FFAB6C;
    font-size: 16px;
    padding-right: 10px;
    position: relative;
    top: 1px;
}

.cal-list-title .icon-unit.unavailable::before {
    color: #BFBFBF;
}

.cal-arrow-down::before {
    content: "\e62b";
}

.list-down-icon::before {
    content: "\e605";
}

.add-curriculum::before {
    content: "\e602";
    margin-right: 4px;
}

.add-curriculum {
    font-style: normal;
    color: #74a8ff;
    margin-left: 15px;
    font-size: 14px;
}

    .add-curriculum:hover {
        color: #498dff;
    }

/* Style for content state  */
.content-state {
}

    .content-state.publish {
        color: #ff8426
    }
.issue-issue {
    color: #45cfbb;
}
.cour-operation {
    display: none;
    float: right;
}

    .cour-operation a {
        margin-left: 15px;
    }

    .cour-operation .orange {
        color: #ffb726;
    }

    .cour-operation .blue {
        color: #498dff;
    }

    .cour-operation .delet-cour {
        color: #999;
    }

.cal-list-li li.open .cal-list-down {
    display: block;
    background: #fff;
}

.cal-list-li li.open .cal-list-title {
    background-color: #74a8ff;
    color: #fff;
    border-radius: 3px 3px 0 0;
}

.cal-list-li li.open .cal-arrow-down::before {
    display: none;
}

.list-down-txt {
    color: #666;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 15px;
}

    .list-down-txt p {
        margin-top: 0;
        background: #f8f8f8;
        padding: 8px 12px;
        border-radius: 5px;
        line-height: 22px;
        font-size: 13px;
    }

.cal-list-down {
    overflow: hidden;
    padding: 0 15px;
    display: none;
    border-radius: 0 0 3px 3px;
}

    .cal-list-down > p {
        color: #999;
        margin-bottom: 10px;
    }

    .cal-list-down > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #e7e7e7;
    }

    .cal-list-down li {
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        border-radius: 3px;
        margin: 15px 0;
    }

    .cal-list-down a {
        color: #666;
    }

        .cal-list-down a span {
            color: #999;
        }

    .cal-list-down .curriculum-table a.unit-title {
        margin: 0;
    }

.cal-list-li li.open .cal-list-title .icon-unit::before, .cal-list-li li.open .cal-list-title .icon-unit-no::before {
    color: #fff;
}

.delete-category, .edit-category {
    display: none;
    font-size: 14px;
    padding-left: 15px;
    margin-top: 2px;
}

.cal-list-li li.open .cal-list-title .delete-category, .cal-list-li li.open .cal-list-title .edit-category {
    display: block;
    color: #c7e3f9;
}

    .cal-list-li li.open .cal-list-title .delete-category:hover, .cal-list-li li.open .cal-list-title .edit-category:hover {
        color: #fff;
    }

.not-added {
    text-align: center;
    color: #bbb;
    font-size: 15px;
}

.curriculum-table {
    padding: 0;
    margin-top: -4px;
}

    .curriculum-table table {
        border-top: 1px solid #e8e8e8;
        margin: 5px 0px 20px;
    }

    .curriculum-table .table td {
        padding: 8px 16px;
        height: 53px;
    }

    .curriculum-table .table th {
        font-weight: 400;
        border-bottom-width: 1px;
    }

    .curriculum-table table td:nth-child(1) {
        width: 50px;
    }

    .curriculum-table table td:nth-child(3) {
        width: 100px;
    }

    .curriculum-table table td:nth-child(4) {
        width: 180px;
    }

    .curriculum-table table td:nth-child(5) {
        width: 200px;
    }

    .curriculum-table table td:nth-child(6) {
        text-align: right;
        padding-right: 15px;
        width: 170px;
    }

    .curriculum-table a.unit-title:hover, .curriculum-table a.unit-title:hover span {
        color: #498dff;
    }

.icon-release::before {
    content: "\e76e";
}

.icon-button.icon-release:hover {
    background: #dfebff;
}

.unit-own::before,
.unit-others::before {
    content: "\e64c";
    color: #74a8ff;
    font-size: 18px;
}

.unit-others::before {
    color: #ccc;
}

.curriculum-table .not-added {
    padding: 0;
}
/*添加类目*/
.manage-main {
    padding: 35px 0 25px;
}

    .manage-main .form-group {
        margin-left: 0;
    }


.category-textarea {
    min-height: 180px;
}

.manage-main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*添加课件*/
.manage-main .oranges {
    color: #ff8726;
    margin: -5px 0 10px 0;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
}

.manage-main .add-category-style {
    text-align: left;
    font-size: 14px;
}

.add-category select {
    border: 1px solid #ddd;
    color: #a7a7a7;
    width: 740px;
    height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    margin-right: 10px;
}

.add-category-upload {
    float: left;
}

.add-category ul {
    float: left;
}

.add-category li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 8px 8px 0;
}

.add-category .upload-enclosue-load {
    /*display: none;*/
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    background-color: rgba(0,0,0,0.2);
}

.add-category .upload-enclosure-delete {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 3px;
    text-align: center;
    background: #000;
    background-color: rgba(0,0,0,0.5);
}

.upload-enclosure-delete a {
    background: #ff6349;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    line-height: 90px;
}

.upload-enclosure {
    width: 90px;
    height: 90px;
    background-color: #f5f5f5;
    border-radius: 3px;
    text-align: center;
    padding: 18px 0;
}

    .upload-enclosure p {
        color: #666;
        font-size: 12px;
        margin: 3px 0 0;
    }

.enclosure {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url(images/enclosure_icon.png) no-repeat;
}

    .enclosure.xlsx, .enclosure.xls {
        background-position: 0;
    }

    .enclosure.pdf {
        background-position: -110px;
    }

    .enclosure.ppt, .enclosure.pptx {
        background-position: -220px;
    }

    .enclosure.doc, .enclosure.docx {
        background-position: -330px;
    }

    .enclosure.gif, .enclosure.png, .enclosure.jpg {
        background-position: -440px;
    }

    .enclosure.flv {
        background-position: -550px;
    }

.add-enclosure {
    width: 90px;
    height: 90px;
    text-align: center;
}

.manage-main .add-enclosure button {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 30px;
    color: #a7a7a7;
    cursor: pointer;
    border: none;
    background-color: #ffffff;
    width: inherit;
    height: inherit;
    border: 1px dashed #c5c5c5;
    border-radius: 3px;
}

/* Style for http status */
.http-status {
    position: absolute;
}

    .http-status.http-status-500 {
        background: url(images/500.png) no-repeat;
        width: 750px;
        height: 250px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-left: 400px;
    }

        .http-status.http-status-500 > h1 {
            font-weight: 100;
            font-size: 22px;
            background: url(images/500-font.png) no-repeat;
            line-height: 44px;
            padding-left: 85px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ddd;
            margin-top: 29px;
        }

        .http-status.http-status-500 > p {
            font-size: 16px;
            margin: 40px 0 28px 0;
        }

        .http-status.http-status-500 > ul {
            list-style-type: square;
            line-height: 26px;
            padding: 0 0 0 2px;
            list-style-position: inside;
            color: #999;
        }

            .http-status.http-status-500 > ul > li a {
                color: #81b74b;
            }

    .http-status.http-status-404 {
        background: url(images/404.png) no-repeat;
        width: 554px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-top: 390px;
    }

        .http-status.http-status-404 > h1 {
            font-weight: 100;
            font-size: 22px;
            line-height: 44px;
            margin: 0 60px;
        }

        .http-status.http-status-404 > p {
            font-size: 16px;
            padding-left: 60px;
        }

        .http-status.http-status-404 > ul {
            list-style-type: square;
            line-height: 26px;
            padding: 0 0 0 60px;
            list-style-position: inside;
            color: #999;
        }

            .http-status.http-status-404 > ul > li a {
                color: #81b74b;
            }

    .http-status.http-status-403 {
        background: url(images/403.png) no-repeat;
        width: 750px;
        height: 233px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-left: 400px;
    }

        .http-status.http-status-403 > h1 {
            font-weight: 100;
            font-size: 22px;
            line-height: 44px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ddd;
            margin-top: 29px;
        }

        .http-status.http-status-403 > p {
            font-size: 16px;
            margin: 40px 0 28px 0;
        }

        .http-status.http-status-403 > ul {
            list-style-type: square;
            line-height: 26px;
            padding: 0 0 0 2px;
            list-style-position: inside;
            color: #999;
        }

            .http-status.http-status-403 > ul > li a {
                color: #81b74b;
            }






/* style for  wang editor */
.mce-tinymce,
.mce-tinymce *,
.mce-widget {
    -webkit-transition: initial;
    -moz-transition: initial;
    -o-transition: initial;
    transition: initial;
}

.form-horizontal .form-group.editor {
    margin-right: -10px;
}

.mce-top-part::before {
    box-shadow: none !important;
}

.mce-panel {
    border-radius: 3px;
}

.mce-tinymce {
    box-shadow: none !important;
}

.mce-branding {
    display: none !important;
    font-size: 0 !important;
}



/* Style for student list */
.student-list-toolbar {
    height: 55px;
}

    .student-list-toolbar .breadcrumb {
        margin-top: 8px;
    }

.student-list-header {
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    margin: -20px -20px 10px;
    padding: 20px 10px 0;
    box-shadow: rgba(0,0,0,.1) 0 0 10px;
}

/* Style for file icon */
.file-icon {
    background: url(images/enclosure_icon.png) no-repeat;
    width: 40px;
    height: 40px;
}

    .file-icon.file-icon-excel {
        background-position: 0 0;
    }


/* Style for student template download */
.student-template-download {
    overflow: hidden;
}

    .student-template-download .template-icon {
        background: url(images/icon.png);
        width: 65px;
        height: 65px;
        background-position: -159px 0;
        float: left;
    }

    .student-template-download .template-info {
        margin-left: 80px;
    }

        .student-template-download .template-info > strong {
            font-weight: normal;
            display: block;
            margin-top: 5px;
            margin-bottom: 10px;
        }

        .student-template-download .template-info > a.button {
            padding: 5px 12px;
            border-color: #70B6F2;
            color: #2790eb;
        }

.student-template-dialog {
    margin-top: 20px;
    margin-bottom: -10px;
    border: 1px solid #ddd;
    position: relative;
}

    .student-template-dialog > input[type=text] {
        border: none;
        padding: 10px 12px;
        width: 100%;
        padding-right: 60px;
    }

    .student-template-dialog > button {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        border-left: 1px solid #ddd;
        background-color: transparent;
        padding: 10px 12px;
        color: #2790eb;
        cursor: pointer;
    }

    .student-template-dialog .progressbar {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 3;
        background-color: rgba(255,255,255,.95);
        display: none;
    }

        .student-template-dialog .progressbar .percentage {
            height: 100%;
            background-color: rgba(235,168,39,.35);
            font-size: 12px;
            text-align: right;
            padding-right: 10px;
            line-height: 3;
            color: #666;
        }

            .student-template-dialog .progressbar .percentage::after {
                content: "%";
            }


.import-validation-top {
    position: relative;
}

    .import-validation-top .field-validation-error {
        left: 0;
        top: 35px;
    }

        .import-validation-top .field-validation-error:before {
            top: -8px;
            left: 30px;
            transform: rotate(90deg);
        }

        .import-validation-top .field-validation-error:after {
            top: -6px;
            left: 28px;
            transform: rotate(90deg);
        }


/*课件详情*/
.coursedetail {
    box-shadow: rgba(0,0,0,.1) 0 0 6px;
}

.knowledge-details {
    background: #fff;
    padding: 20px;
    color: #666;
    margin-bottom: 30px;
    overflow: hidden;
    margin-left: -10px;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,.1) 0 0 6px;
}

    .knowledge-details ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .knowledge-details p {
        margin: 0;
        padding: 0;
    }



.content-formatting p,
.content-formatting li,
.content-formatting a,
.content-formatting i,
.content-formatting span {
    font-size: 14px !important;
    line-height: 30px !important;
    font-weight: normal !important;
    /*text-align: justify !important;*/
}

.content-formatting h1,
.content-formatting h1 > span {
    font-size: 22px !important;
    font-weight: 400 !important;
}

.content-formatting h2,
.content-formatting h2 > span {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.content-formatting h3,
.content-formatting h3 > span {
    font-size: 16px !important;
    font-weight: 400 !important;
}


.content-formatting h4,
.content-formatting h5,
.content-formatting h6 {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.content-formatting img {
    max-width: 100% !important;
    border: 1px solid #e7e7e7 !important;
    padding: 9px !important;
    border-radius: 3px !important;
}


/*课程详情-列表*/
.details-list {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,.1) 0 0 6px;
    padding-bottom: 10px;
}

.details-list-fixed {
    position: fixed;
    top: 80px;
}

.details-list-container {
    max-height: 302px;
    overflow: hidden;
}

.details-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.details-list li + li {
    margin-top: 8px;
}

.details-list li a {
    display: inline-block;
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: initial;
    padding: 0 18px;
}

.details-list li:hover a {
    color: #74a8ff;
}

.details-list .details-title {
    background: #74a8ff;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px 12px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
}

.details-title i::before {
    content: "\e6a9";
    margin-right: 3px;
}

.details-list li.list-active a {
    color: #74a8ff;
    border-left: 3px solid;
    padding: 0 15px
}


.details-list .sidebar-up,
.details-list .sidebar-down {
    text-align: center;
    cursor: pointer;
    display: none;
}

    .details-list .sidebar-up > div,
    .details-list .sidebar-down > div {
        background-color: #f8f8f8;
        height: 16px;
        line-height: 16px;
        margin: 10px 15px;
        color: #ccc;
        border-radius: 3px;
    }

        .details-list .sidebar-up > div:hover,
        .details-list .sidebar-down > div:hover {
            background-color: #f0f0f0;
        }

    .details-list .sidebar-down > div {
        margin-bottom: 0;
    }

        .details-list .sidebar-up > div::after,
        .details-list .sidebar-down > div::after {
            font-family: iconfont;
            font-size: 12px;
            color: #ccc;
        }

    .details-list .sidebar-up > div::after {
        content: "\e895";
    }

    .details-list .sidebar-down > div::after {
        content: "\e62b";
    }

    .details-list .sidebar-up > div:hover::after, .details-list .sidebar-down > div:hover::after {
        color: #74a8ff;
    }

.details-list .button.button-block {
    width: 280px;
    position: absolute;
    bottom: -60px;
}
/*课程详情-附件*/
.courseware-titile {
    height: 160px;
    background: url(images/title-img.png) no-repeat;
    background-position: left top;
    background-size: cover;
    margin: -20px -20px 20px -20px;
    text-align: center;
}

    .courseware-titile h2 {
        color: #fff;
        margin: 0;
        padding: 48px 0 10px;
        font-weight: 400 !important;
        font-size: 24px;
    }

    .courseware-titile li {
        display: inline-block;
        vertical-align: middle;
        color: #dfebff;
    }

        .courseware-titile li + li:before {
            content: "|";
        }

        .courseware-titile li span {
            padding: 0 10px;
        }


.classroom-btn {
    text-align: center;
    margin-top: 30px;
}

    .classroom-btn a {
        padding: 0;
        margin: 0;
        width: 110px;
        height: 35px;
        line-height: 35px;
    }

.enclosure-upload {
    border: 1px solid #ddd;
    padding: 0 0 15px 0;
    margin: 20px 0 0;
    border-radius: 3px;
}

    .enclosure-upload li {
        padding: 15px 0 0 15px;
    }

    .enclosure-upload p {
        font-size: 14px;
    }

        .enclosure-upload p span {
            color: #999;
        }

    .enclosure-upload .iconfont::before {
        font-family: iconfont;
        content: "\e639";
        color: #498dff;
        margin: 0 10px;
    }

    .enclosure-upload .enclosure-title {
        background: #f5f5f5;
        padding: 9px 5px;
        border-bottom: 1px solid #ddd;
        line-height: initial;
    }

    .enclosure-upload .enclosure-name {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        color: #666;
        margin: 0 0 0 10px;
        line-height: initial;
    }

        .enclosure-upload .enclosure-name span {
            display: block;
            margin-top: 3px;
        }

.enclosure-data {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}


/*课堂作业*/


/*学习成绩*/
.class-name {
    background: #fff;
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: rgba(0,0,0,.1) 0 0 6px;
    border-radius: 3px;
}
.t-class-color {
    color:#777;
}
    .class-name p {
        padding: 5px 20px;
    }

    .class-name ul {
        list-style-type: none;
        display: block;
        vertical-align: middle;
        overflow:hidden;
        float:left;
        max-width:1050px;
    }

.class-name li {
    cursor: pointer;
    float: left;
    padding: 5px 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom:15px;
}
.class-name-index ul { 
    max-width:940px;
    margin:0;   
    margin-left:-20px;
}
.class-name-index li { 
    margin-top: 15px;
    max-width:140px;
}
.rule-button.derived-results {
    margin: 15px 0;
}
.rule-button.derived-results:hover { 
    background: #08C7A6; 
    color: #fff; 
    cursor: pointer; 
    border: 1px solid #08C7A6;
}
.class-name .active-class {
    background: #618dfd;
    border-radius: 50px;
    color: #fff;
}

        .class-name .active-class a {
            color: #fff;
        }

.study-score-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: rgba(0,0,0,.1) 0 0 6px;
    border-radius: 3px;
}

.achievement-tab {
    background: #fff;
    padding: 0;
}

.courseware-ach {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 20px;
}

.achievement-tab .dropdownlist + .dropdownlist {
    margin-left: 20px;
}

.achievement-list {
    background: #fff;
    padding: 0 20px 20px 20px;
}

    .achievement-list i {
        font-style: normal;
    }

    .achievement-list table {
        text-align: center;
    }

        .achievement-list table td {
            color: #666;
        }

    .achievement-list .table th {
        text-align: center;
        font-weight: 400;
        border-bottom-width: 1px;
    }

    .achievement-list table td:nth-child(3), .achievement-list table td:nth-child(4), .achievement-list table td:nth-child(5), .achievement-list table td:nth-child(6) {
        text-align: left;
    }

    .achievement-list .table th:nth-child(3), .achievement-list .table th:nth-child(4), .achievement-list .table th:nth-child(5), .achievement-list .table th:nth-child(6) {
        text-align: left;
    }

.head-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

    .head-photo img {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 1%;
    }

.achievement-woman::before {
    content: "\e615";
    color: #ffb726;
    margin-left: 5px;
}

.achievement-man::before {
    content: "\e646";
    color: #26abff;
    margin-left: 5px;
}

.achievement-list table td:nth-child(5) {
    color: #ff8426;
}

.operation-btn::before {
    content: "\e61b";
}

.ranking-one, .ranking-two, .ranking-three {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.ranking-one {
    background: url(images/icon.png) no-repeat -248px -10px;
}

.ranking-two {
    background: url(images/icon.png) no-repeat -282px -10px;
}

.ranking-three {
    background: url(images/icon.png) no-repeat -320px -10px;
}
/*学生端*/

#progressbar {
    margin-left: -90px;
    margin-top: -10px;
    width: 180px;
    height: 20px;
    border: 1px solid darkgray;
}

#fill {
    background-color: #6caf00;
}

@keyframes move {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}
/*学生端*/
.wrapper {
    padding: 0;
    display: none;
    padding-left: 10px;
}

    .wrapper p {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        margin: 0;
    }

    .wrapper .already-learned {
        color: #c0d8ff;
    }

.progress-bar {
    position: relative;
    width: 195px;
    height: 8px;
    border-radius: 5px;
    line-height: 44px;
    margin: 21px 10px 0 10px;
    background: rgba(255,255,255, 0.5);
}

.progress {
    position: absolute;
    width: 50%;
    background: #ffe574;
    height: 8px;
    border-radius: 10px;
}

.cal-list-li li.open .cal-list-title .wrapper {
    display: block;
}

.student-table table td:nth-child(5) {
    text-align: right;
}

.student-table table td:nth-child(6) {
    text-align: right;
}

.student-table .unit-own::before {
    content: "\e72d";
    color: #57CA64;
    font-size: 24px;
}

.student-table .unit-others::before {
    content: "\e72d";
    color: #ccc;
    font-size: 24px;
}
/*勋章墙*/
.medal {
    clear: both;
    margin: 0 0 0 -20px;
    padding: 0;
    list-style-type: none;
}

    .medal li {
        float: left;
        list-style-type: none;
        width: 25%;
    }

.medal-list {
    margin: 0 0 20px 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.1) 0 0 6px;
    padding: 20px 20px 10px;
    text-align: center;
    cursor:pointer;
}

    .medal-list p {
        margin: 0 -20px;
        padding: 15px 20px 5px 20px;
        border-top: 1px solid #ddd;
        color: #333;
        font-size: 14px;
    }

.medal-icons-img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 30px;
}

    .medal-icons-img img {
        height: 100%;
    }

.popup-medal-icon {
    width: 123px;
    height: 150px;
    margin: 30px 0 0 30px;
}

    .popup-medal-icon img {
        height: 100%;
    }

.medal-prompt {
    position: absolute;
    top: 0;
    width: 27px;
    height: 80px;
    background: #ff8426;
    color: #fff;
    padding-top: 5px;
}

    .medal-prompt span {
        font-size: 14px;
    }

.square {
    width: 27px;
    height: 27px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 70px;
}

.medal-popup {
    display: none;
    width: 520px;
    height: 270px;
    left: calc(50% - 260px);
}

.mask-layer {
    display: none;
}

.medal-popup .medal-prompt {
    background: #26c8b2;
    right: 30px;
    top: 50px;
    text-align: center;
}

.medal-popup .square {
    right: 30px;
    top: 120px;
}

.medal-txt {
    position: absolute;
    top: 85px;
    left: 180px;
}

.medal-title {
    font-size: 18px;
    color: #333;
}

.medal-popup .medal-prompt.no-get {
    background: #c7c7c7;
}





















.dad-noSelect, .dad-noSelect * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
}

.dad-container {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .dad-container::after {
        content: '';
        clear: both !important;
        display: block;
    }

.dad-active .dad-draggable-area {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.dad-draggable-area > *, .dad-draggable-area img {
    pointer-events: none;
}

.dads-children.active {
    pointer-events: none;
}

.dads-children-clone {
    opacity: 1;
    z-index: 9999;
    pointer-events: none;
}

.dads-children-placeholder {
    pointer-events: none;
    overflow: hidden;
    position: absolute !important;
    box-sizing: border-box;
    border: 4px dashed #639BF6;
    margin: 5px;
    text-align: center;
    color: #639BF6;
    font-weight: bold;
}


textarea[editor] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    z-index: -1;
}

/*添加编辑课程作业*/
.topic {
    width: initial;
    color: #333;
    border: 1px solid #febabe;
    border-radius: 3px;
    padding: 20px 230px 5px 0;
    margin: 20px;
}

#addCourseQuestion {
    border-bottom: 3px solid #f3f3f3;
    margin: 0 -20px;
}

.topic .topic-header {
    background: #f6f6f6;
    margin: 0 0 15px;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 20px;
}

    .topic .topic-header > a {
        color: #fda059;
    }


.topic .control-label {
    float: left;
    width: 50px;
    text-align: left;
}

.topic .topic-column {
    margin-left: 50px;
    margin-bottom: 15px;
}

.topic .topic-option {
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}

.topic .topic-column .field-validation-error {
    margin-left: 10px;
}


.topic .topic-option .topic-option-checkbox {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
}

    .topic .topic-option .topic-option-checkbox > label::before {
        position: absolute;
        left: 0;
        top: 7px;
        content: "\e663";
        color: #ddd;
        font-size: 22px;
        padding-right: 10px;
    }

    .topic .topic-option .topic-option-checkbox > input[type=checkbox]:checked ~ label::before {
        top: 7px;
        left: 2px;
        content: "\e625";
        color: #fda07b;
        font-size: 18px;
    }

.topic .topic-option input[type=checkbox] {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.topic .topic-option + .form-control {
    margin-left: 50px;
}

.select-delete {
    position: absolute;
    top: 8px;
    right: 10px;
}

    .select-delete > a {
        color: #fda059;
    }


.answer-div .one-answer-checked-validate {
    margin-top: 17px;
    top: 0;
}

.add-topic-select {
    position: relative;
    float: left;
}

    .add-topic-select button {
        cursor: pointer;
        border: 1px solid #FEDABE;
        background: #fff9f5;
        color: #fda059;
        padding: 0 10px;
        height: 30px;
        border-radius: 3px;
        margin-left: 50px;
    }

.topic-column.dropdownlist {
    width: 100px;
}

.dividing-value {
    margin-left: -10px;
}

.form-control.form-contorl-delete {
    padding-right: 33px;
}

.questoin-option {
    position: absolute;
    left: 30px;
    top: 7px;
}


/*课程作业教师端预览标题*/
.score-text {
    color: #ff8426;
    margin: 0 5px;
    font-weight: 600;
}

.question-review-title {
    margin: -20px -20px 0 -20px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    padding: 15px 20px;
    color: #666;
}

    .question-review-title .pull-left,
    .question-review-title .pull-right {
        margin: 0;
    }

    .question-review-title .pull-left {
        font-size: 16px;
    }

        .question-review-title .pull-left > span {
            font-size: 14px;
            color: #999;
        }

.add-topic a,
.add-topic button {
    display: block;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #FEDABE;
    background: #fff9f5;
    color: #fda059;
    text-align: center;
    line-height: 50px;
}

/*课程作业预览和编辑*/
.question-detail {
}

    .question-detail .question-detail-header {
        color: #666;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        margin: -20px -20px 0 -20px;
        padding: 10px 20px 10px 45px;
        position: relative;
        box-shadow: rgba(0,0,0,.1) 0 0 5px;
    }

        .question-detail .question-detail-header:before {
            font-family: "iconfont";
            content: "\e62c";
            background-color: #11C0AB;
            color: #fff;
            font-size: 12px;
            padding: 2px;
            border-radius: 2px;
            position: absolute;
            left: 20px;
            top: 12px;
        }

    .question-detail .question-item {
        border-bottom: 1px solid #EFEFEF;
        margin: 0 -20px;
        padding: 0 20px 20px 20px;
    }

        .question-detail .question-item .question-header {
            margin: 20px 0;
            overflow: hidden;
        }

            .question-detail .question-item .question-header > strong {
                display: block;
                float: left;
                background-color: #74A8FE;
                color: #fff;
                padding: 6px 15px;
                font-weight: normal;
            }

            .question-detail .question-item .question-header > label {
                float: right;
                color: #999;
                display: block;
                padding: 6px 0;
                position: relative;
            }

                .question-detail .question-item .question-header > label > span {
                    margin: 5px;
                    color: #74A8FE;
                }

                    .question-detail .question-item .question-header > label > span:last-child {
                        color: #FE9449;
                    }


                .question-detail .question-item .question-header > label > .icon-button {
                    height: initial;
                    width: initial;
                    border-radius: 0;
                    background: none;
                    line-height: initial;
                }

            .question-detail .question-item .question-header .icon-button-delete::before,
            .question-detail .question-item .question-header .icon-button-edit::before {
                position: initial;
            }

            .question-detail .question-item .question-header .icon-button-delete::before {
                font-size: 17px;
            }



        .question-detail .question-item .question-content {
            margin: 20px 0;
            line-height: 1.5;
            color: #333;
        }

        .question-detail .question-item .question-options {
            list-style-type: upper-alpha;
            margin: 0 0 20px 20px;
            padding: 0;
            color: #666;
            line-height: 1.5;
        }

            .question-detail .question-item .question-options li {
                position: relative;
            }

                .question-detail .question-item .question-options li + li {
                    margin-top: 10px;
                }


            .question-detail .question-item .question-options.answer {
                list-style-type: none;
                margin: 0;
            }
                .question-detail .question-item .question-options.answer.question-options-bk {
                    background:#fff;
                }

                .question-detail .question-item .question-options.answer .radio input[type=radio],
                .question-detail .question-item .question-options.answer .checkbox input[type=checkbox] {
                    position: absolute;
                    left: 0;
                }

                .question-detail .question-item .question-options.answer .radio label::after {
                    top: -2px;
                }

                .question-detail .question-item .question-options.answer .checkbox,
                .question-detail .question-item .question-options.answer .radio {
                    padding: 0 0 0 20px;
                }

                    .question-detail .question-item .question-options.answer .radio > label > span:first-child {
                        position: absolute;
                    }

                    .question-detail .question-item .question-options.answer .checkbox > label > span:first-child {
                        position: absolute;
                        left: 25px;
                    }

                    .question-detail .question-item .question-options.answer .checkbox > label > span:last-child {
                        display: block;
                        padding-left: 26px;
                    }

                    .question-detail .question-item .question-options.answer .radio > label > span:last-child {
                        display: block;
                        padding-left: 20px;
                    }

                    .question-detail .question-item .question-options.answer .checkbox > label {
                        margin-left: 0;
                    }

                    .question-detail .question-item .question-options.answer .checkbox label::before {
                        top: -1px;
                    }

        .question-detail .question-item .question-resolve {
            background-color: #f8f8f8;
            margin-top: 20px;
        }

            .question-detail .question-item .question-resolve.open {
                background-color: #fffbf2
            }

            .question-detail .question-item .question-resolve > div {
                padding: 10px 15px;
            }

                .question-detail .question-item .question-resolve > div > strong {
                    font-weight: normal;
                    color: #2BCBBC;
                }

                .question-detail .question-item .question-resolve > div > label {
                    float: right;
                    color: #75A6FA;
                }

            .question-detail .question-item .question-resolve.open > div > label {
                color: #999;
            }

            .question-detail .question-item .question-resolve > div > label:after {
                font-family: iconfont;
                content: "\e62b";
                padding-left: 5px;
            }

            .question-detail .question-item .question-resolve.open > div > label:after {
                content: "\e895";
            }

            .question-detail .question-item .question-resolve > p {
                display: none;
            }

            .question-detail .question-item .question-resolve.open > p {
                border-top: 1px solid #ffeabf;
                display: block;
                margin: 0;
                padding: 10px 15px;
                color: #ffa158;
            }

.coursework-submit {
    margin-top:20px;
}
.question-actions {
    margin: 0 -20px 0;
    padding: 20px 20px 0;
}
.label-switch {
    text-align:center;
}
.index-medal {
    height:280px;
}
.index-medal p {
    margin:0;
}
.index-medal p i{
    font-size:14px;
    color:#999;
    font-style:normal;
}
.index-medal a {
    font-size:12px;
    color:#999;
    cursor:pointer;
}
.index-medal-no {
    text-align:center;
    color:#999;
    margin-top:60px;
}
    .index-medal-no p {
        margin-top:20px;
    }