﻿.clear {
    clear: both;
}
/*学生端首页*/
.train-index ul {
    list-style-type: none;
    margin: 0 -15px;
    padding: 0;
}

    .train-index ul li {
        width: 25%;
        float: left;
        margin-bottom: 30px;
    }

.train-index .train-item h3, .train-index .train-item p {
    margin: 0;
}

.train-index .train-item {
    margin: 0 15px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 8px #e2e2e2;
}

    .train-index .train-item:hover {
        box-shadow: 0 0 20px #ccc;
    }

        .train-index .train-item:hover .get-into {
            color: #83a6fd;
        }

        .train-index .train-item:hover .historical-active {
            color: #26c8b2;
        }

    .train-index .train-item img {
        width: 100%;
    }

    .train-index .train-item .train-type {
        padding: 20px;
    }

        .train-index .train-item .train-type h3 {
            font-weight: normal;
            font-size: 16px;
            color: #333;
            margin-bottom: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .train-index .train-item .train-type .train-state {
            margin-bottom: 30px;
        }

            .train-index .train-item .train-type .train-state p, .train-index .train-item .train-type .train-state span {
                display: inline-block;
                vertical-align: middle;
                font-size: 14px;
            }

            .train-index .train-item .train-type .train-state span {
                float: right;
                color: #a7a7a7;
            }

        .train-index .train-item .train-type .enter-course a {
            font-size: 14px;
            color: #999;
        }

        .train-index .train-item .train-type .enter-course p {
            display: inline-block;
            vertical-align: middle;
        }

        .train-index .train-item .train-type .enter-course .historical {
            float: right;
        }

        .train-index .train-item .train-type .enter-course i {
            margin-right: 10px;
        }

        .train-index .train-item .train-type .enter-course .historical i::before {
            content: "\e61f";
        }

        .train-index .train-item .train-type .enter-course .get-into i::before {
            content: "\e652";
        }
        /**实训中心-历史排名、历史内容***/
        .train-index .train-item .train-type .enter-course .historical .historical_rankings::before {
            font-size: 19px;
            content: "\e6de";
        }

        .train-index .train-item .train-type .enter-course .historical .historical_content::before {
            content: "\e62e";
        }

        .train-index .train-item .train-type .enter-course .historical .historical_content {
            margin-right: 0;
            margin-left: 10px;
        }

    .train-index .train-item:hover .historical.historical-active .historical_rankings::before {
        color: #42ccbc;
    }

    .train-index .train-item:hover .historical.historical-active .historical_content::before {
        color: #26c5db;
    }
/*实训状态-实训结束*/
.train-state p {
    width: 76px;
    padding: 2px 10px;
    background: #d5d5d5;
    border-radius: 20px;
    color: #fff;
}

/*实训状态-进行中*/
.train-state.in-the p {
    background: #ffbe8c;
}
/*实训状态-暂未实训*/
.train-state.not-training p {
    background: #8cd3ff;
}
/**************************实训规则***************************/
.train-rule img, .train-rule .answer-match, .train-rule .race-title h3, .train-rule .race-title span, .train-rule .race-statistics, .train-rule .race-statistics div {
    display: inline-block;
    vertical-align: middle;
}

.train-rule .train-rule img {
    width: 240px;
    height: 160px;
    display: inline-block;
    vertical-align: middle;
}

.train-rule .answer-match {
    margin-left: 30px;
}

    .train-rule .answer-match li {
        list-style-type: none;
    }

    .train-rule .answer-match .race-title h3 {
        margin: 0;
        font-size: 18px;
        color: #333;
    }

    .train-rule .answer-match .race-title .train-state.in-the {
        display: inline-block;
        vertical-align: middle;
    }

    .train-rule .answer-match .race-title .in-the p {
        margin: 0;
    }

    .train-rule .answer-match .race-request {
        color: #666;
        font-size: 14px;
        margin-top: 30px;
    }

        .train-rule .answer-match .race-request .train-claim i, .train-rule .answer-match .race-request .train-class i {
            display: inline-block;
            vertical-align: middle;
        }

        .train-rule .answer-match .race-request .train-claim i {
            color: #ffbe8c;
            font-style: normal;
        }

        .train-rule .answer-match .race-request .training-claim::before, .train-rule .answer-match .race-request .training-class::before {
            font-size: 18px;
            padding-right: 10px;
        }

        .train-rule .answer-match .race-request .training-claim::before {
            content: "\e641";
        }

        .train-rule .answer-match .race-request .training-class::before {
            content: "\e651";
            color: #6cdf23;
        }

.train-rule .race-statistics {
    text-align: center;
    float: right;
    margin-top: 40px;
}

    .train-rule .race-statistics div + div {
        border-left: 1px solid #ddd;
    }

    .train-rule .race-statistics p {
        font-size: 30px;
    }

    .train-rule .race-statistics span {
        color: #999;
        font-size: 14px;
    }

    .train-rule .race-statistics .part-number {
        padding-right: 35px;
    }

        .train-rule .race-statistics .part-number p {
            color: #74a8ff;
            margin: 0;
            margin-bottom: 30px;
        }

    .train-rule .race-statistics .count-down {
        padding-left: 35px;
    }

        .train-rule .race-statistics .count-down p {
            margin: 0;
            color: #ffbe8c;
            margin-bottom: 30px;
        }

            .train-rule .race-statistics .count-down p i {
                font-style: normal;
            }

            .train-rule .race-statistics .count-down p span {
                margin-left: 10px;
            }

.rule-total h4 {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin: 0;
    margin-bottom: 20px
}

.rule-total span {
    font-size: 14px;
    color: #999;
}

.rule-total .icon-training-rule {
    font-size: 18px;
    color: #26c8b2;
    margin-right: 10px;
}

.rule-total .transverse-line {
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 30px;
    border-top: 1px solid #999;
    margin: 0 5px;
}

.rule-total .rule-details {
    background: #f8f8f8;
    padding: 20px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.rule-total.teach-rule-total .rule-details {
    padding: 15px;
    font-size: 13px;
    background:#fafafa;
}
.rule-total.teach-rule-total h4 {
    margin-bottom:10px;
}
.rule-total.teach-rule-total .rule-details li::before {
    font-size:12px;
}
.rule-total.teach-rule-total .rule-details li {
    padding-left:20px;
}
    .rule-total .rule-details ul {
        padding: 0;
        margin: 5px 0;
    }

    .rule-total .rule-details li {
        list-style-type: none;
        line-height: 1.5;
        position: relative;
        padding-left: 30px;
    }

        .rule-total .rule-details li + li {
            margin-top: 15px;
        }

        .rule-total .rule-details li::before {
            font-family: "iconfont";
            content: "\e663";
            color: #26c8b2;
            position: absolute;
            left: 0;
            font-weight: 600;
        }

    .rule-total .rule-details p {
        margin: 0;
    }

.rule-total .rule-button-block {
    text-align: center;
    margin-top: 20px;
}

/**********************学生实训排名************************/
.train-ranking .my-train-ranking {
    background: #fafafa;
}

.train-ranking .exhibition h4 {
    float: left;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin: 0;
    margin-bottom: 20px;
}
/**奖杯图标**/
.ranking-exhibition {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 20px;
    background: url(images/icon.png) no-repeat;
    background-position: -417px 0;
    margin-right: 10px;
}

.train-ranking .refresh-icon {
    float: right;
    color: #ccc;
}

    .train-ranking .refresh-icon i::before {
        content: "\e614";
        font-size: 20px;
    }

.train-ranking .table th {
    border-bottom-width: 1px;
    color: #999;
}

.train-ranking .table td {
    padding: 10px 16px;
    color: #666;
}

    .train-ranking .table th:first-child, .train-ranking .table td:first-child {
        text-align: center;
        color: #999;
    }

    .train-ranking .table td:nth-of-type(3) {
        color: #333;
    }

    .train-ranking .table td:last-child span {
        color: #ffbe8c;
        margin-right: 5px;
    }

.train-ranking .table .head-pic {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #dedede;
    padding: 3px;
    overflow: hidden;
}

    .train-ranking .table .head-pic img {
        width: 100%;
        height: 100%;
        line-height: 40px;
    }












/* 实训侧边栏 */
.panel.sidebar .panel-header {
    padding: 15px 20px 0;
    overflow: hidden;
}

    .panel.sidebar .panel-header > h2 {
        font-size: 16px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        float: left;
    }

    .panel.sidebar .panel-header .ranking-exhibition {
        float: right;
        margin: 0;
    }
/*  实训侧边栏答题总览 */

.answer-overview .answer-overview-profile {
    text-align: center;
}

    .answer-overview .answer-overview-profile > img {
        border: 1px solid #ddd;
        padding: 3px;
        width: 100px;
        height: 100px;
        border-radius: 100%;
    }

    .answer-overview .answer-overview-profile > strong {
        display: block;
        font-weight: normal;
        margin: 13px 0 3px;
        font-size: 16px;
    }

    .answer-overview .answer-overview-profile > p {
        margin: 0;
        color: #979797;
    }

.answer-overview .answer-overview-statistics {
    margin: 12px 0;
    padding: 0;
    list-style: none;
    color: #aaa;
}

    .answer-overview .answer-overview-statistics > li {
        padding: 5px;
    }

        .answer-overview .answer-overview-statistics > li i {
            margin-right: 8px;
            margin-top: -2px;
        }

        .answer-overview .answer-overview-statistics > li > label {
            float: right;
        }

            .answer-overview .answer-overview-statistics > li > label > span {
                color: #869CFF;
            }

    .answer-overview .answer-overview-statistics > .time-consuming,
    .answer-overview .answer-overview-statistics > .total-score,
    .answer-overview .answer-overview-statistics > .correct-rate {
        font-family: 'iconfont';
    }


/* 实训侧边栏排名 */

.rank .sidebar-rank {
    width: 100%;
    border-collapse: collapse;
    color: #979797;
}

    .rank .sidebar-rank td {
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }

    .rank .sidebar-rank .sidebar-rank-profile {
        text-align: left;
    }

        .rank .sidebar-rank .sidebar-rank-profile img {
            height: 40px;
            width: 40px;
            padding: 3px;
            border: 1px solid #ddd;
            border-radius: 100%;
            float: left;
            vertical-align: middle;
            margin-right: 10px;
        }

        .rank .sidebar-rank .sidebar-rank-profile > strong {
            font-weight: normal;
            color: #333;
        }

        .rank .sidebar-rank .sidebar-rank-profile > p {
            margin: 0;
            font-size: 12px;
            color: #979797;
        }

        .rank .sidebar-rank .sidebar-rank-profile > strong,
        .rank .sidebar-rank .sidebar-rank-profile > p {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
            max-width: 75px;
        }

    .rank .sidebar-rank td:first-child {
        width: 50px;
        text-align: center;
    }

    .rank .sidebar-rank td:last-child {
        width: 65px;
        text-align: right;
        padding-right: 10px;
    }

        .rank .sidebar-rank td:last-child > span {
            color: #F88727;
            font-weight: bold;
        }

    .rank .sidebar-rank tr:first-child {
        background-color: #fef7f1;
    }
/**教师端排名**/
.rank .teach-sidebar-rank tr:first-child {
    background-color: #fff;
}
/**无排名样式**/
.ranking-gray {
    width: 24px;
    height: 30px;
    background: url(images/icon.png) no-repeat;
    background-position: -360px -13px;
    margin: 0 auto;
}

.rank .sidebar-rank .no-sidebar-rank .sidebar-rank-profile div {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #eee;
    float: left;
    margin-right: 10px;
}

.sidebar-rank .no-sidebar-rank .sidebar-rank-profile strong, .sidebar-rank .no-sidebar-rank .sidebar-rank-profile p {
    height: 17px;
    background: #eee;
}

.sidebar-rank .no-sidebar-rank .sidebar-rank-profile p {
    margin-top: 5px;
    width: 50px;
    height: 14px;
    background: #eee;
}

.sidebar-rank .no-sidebar-rank span {
    width: 40px;
    height: 16px;
    display: block;
    background: #eee;
    margin: 0 auto;
}
/**********学生实训结束-弹窗**********/
.ranking-popup {
    position: fixed;
    width: 450px;
    min-height: 550px;
    border-radius: 4px;
    background: #fff;
    z-index: 9999;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
    .ranking-popup.ranking-popup-new {
        min-height: 470px;
    }
.ranking-popup-height {
    height: 400px;
}

    .ranking-popup img {
        width: 325px;
        height: 215px;
        margin: 20px 0;
    }

    .ranking-popup p {
        font-size: 20px;
        color: #333;
    }

        .ranking-popup p span {
            color: #498dff;
            font-size: 20px;
        }

    .ranking-popup span {
        font-size: 14px;
        color: #a7a7a7;
    }

    .ranking-popup ul {
        margin: 0;
        padding: 0;
        margin-top: 30px;
        list-style-type: none;
    }

        .ranking-popup ul li {
            position: relative;
            overflow: hidden;
        }

            .ranking-popup ul li + li {
                margin-top: 20px;
            }
            .dashed-line {
                border-bottom: 1px dashed #ccc;
                height: 1px;
                width: 100%;
                position: absolute;
                top: 50%;
                z-index: 1;
            }

            .ranking-popup ul li > .line-title {
                background: #fff;
                text-align: left;
                position: relative;
                float: left;
                z-index: 2;
                padding: 0 10px 0 0;
            }

                .ranking-popup ul li > .line-title > i {
                    margin-right: 5px;
                }

            .ranking-popup ul li > .line-result {
                background: #fff;
                text-align: right;
                float: right;
                position: relative;
                z-index: 2;
                margin-top: 2px;
                padding: 0 0 0 10px;
            }

                .ranking-popup ul li > .line-result span {
                    color: #498dff;
                    margin: 0 5px;
                }

    .ranking-popup .look-ranking {
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0;
        background: #ff8426;
        color: #fff;
        left: 0;
        line-height: 55px;
        font-size: 16px;
    }
.ranking-popup-new .look-ranking-btn {
    margin-top: 60px;
}
/***图标****/
.time-nswer, .time-score, .correct-rate, .number-words, .speed, .total-achievement {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(images/icon.png) no-repeat;
}

.time-nswer {
    background-position: -450px 0;
}

.time-score {
    background-position: -450px -39px;
}

.correct-rate {
    background-position: -450px -78px;
}

.total-achievement {
    background-position: -450px -119px;
}

.number-words {
    background-position: -450px -159px;
}

.speed {
    background-position: -450px -198px;
}

/**规则窗***/
.regular-window .answer-rule {
    position: absolute;
    width: 440px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd;
    border-radius: 4px;
}
/**小三角**/
.triangle {
    position: relative;
    top: -8px;
    left: 20px;
}

.items {
    float: left;
    clear: both;
}
/*上三角*/
.triangle-top {
    font-size: 0;
    line-height: 0;
    border-width: 8px;
    border-color: #dfdfdf;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}
/*左三角*/
.triangle-left {
    width: 0;
    height: 0;
    border-right: 8px solid #f7f7f7;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
/*右三角*/
.triangle-right {
    width: 0;
    height: 0;
    border-left: 8px solid #ecf3fe;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
/*下三角*/
.triangle-bottom {
    width: 0;
    height: 0;
    border-top: 8px solid #dfdfdf;
    border-right: 8px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 8px solid transparent;
}
/*规则弹窗*/
.regular-window {
    position: absolute;
    right: 10%;
    top: 60px;
    z-index: 1000;
}

    .regular-window .answer-rule h4 {
        font-weight: normal;
        font-size: 16px;
        color: #333;
        margin: 0;
        padding: 0;
        float: left;
        margin-bottom:15px;
    }

.close-answer::before {
    content: "\e629";
    color: #e0e0e0;
    font-size: 16px;
    float: right;
}

.regular-window .answer-rule ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .regular-window .answer-rule ul li div p {
        font-size: 14px;
        color: #666;
        margin: 20px 0;
    }

.regular-window .answer-rule .answer-rule-title p:before {
    display: inline-block;
    content: "";
    font-family: "iconfont";
    width: 8px;
    height: 8px;
    background: #ffbe8c;
    border-radius: 50%;
    margin-right: 10px;
}

.regular-window .answer-rule .rule-b .answer-rule-title p:before {
    background: #498dff;
}

.regular-window .answer-rule ul li .rule-text {
    background: #fef7f1;
    padding: 20px;
    border-radius: 4px;
}

    .regular-window .answer-rule ul li .rule-text p {
        margin: 0;
        line-height: 1.8;
    }

        .regular-window .answer-rule ul li .rule-text p + p {
            margin-top: 10px;
        }

.regular-window .answer-rule ul li .rule-b .rule-text {
    background: #f1f9fe;
}

.regular-window-left {
    right: 37%;
    top: 53%;
}

    .regular-window-left .triangle {
        left: 400px;
    }
/* 实训信息头部 */
.training-header h1 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    float: left;
}

.training-header .train-state {
    float: left;
    margin-top: -12px;
    margin-left: 10px;
}

.training-header .rule-button {
    border: 1px solid #c0efe7;
    background: #F0FCFC;
    color: #08C7A6;
    padding: 6px 10px;
    border-radius: 3px;
    float: right;
}

.training-header ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    clear: both;
}

    .training-header ul > li {
        display: inline-block;
        color: #636363;
    }

        .training-header ul > li + li {
            margin-left: 40px;
        }

        .training-header ul > li > strong {
            font-weight: normal;
            color: #A2A2A2;
        }

            .training-header ul > li > strong::after {
                content: "：";
            }

        .training-header ul > li > span {
            color: #F78723;
            margin: 0 3px;
        }

        .training-header ul > li:before {
            font-family: 'iconfont';
            color: #ffb20d;
            margin-right: 5px;
            font-size: 16px;
        }

        .training-header ul > li:first-child::before {
            content: "\e641";
        }

        .training-header ul > li:last-child::before {
            content: "\e651";
            color: #6cdf23;
        }




/*规则抢答*/
.rule-question {
    margin-bottom: 20px;
}

    .rule-question .rule-question-header {
        overflow: hidden;
        margin-left: -20px;
    }

        .rule-question .rule-question-header h3 {
            background-color: #74A8FE;
            float: left;
            margin: 0;
            padding: 10px 30px 10px 20px;
            color: #fff;
            font-weight: normal;
        }

        .rule-question .rule-question-header label {
            color: #666666;
            float: right;
            margin-top: 3px;
        }

            .rule-question .rule-question-header label > span {
                width: 50px;
                height: 40px;
                background: #FF8D8D;
                color: #fff;
                font-weight: bold;
                font-size: 24px;
                border-radius: 3px;
                margin: -3px 10px 0 10px;
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                line-height: 40px;
            }


    .rule-question > p {
        margin: 20px 0;
        font-size: 15px;
    }

    .rule-question .rule-question-options {
        margin: 0;
        padding: 0;
        list-style-type: upper-alpha;
        list-style-position: inside;
    }

        .rule-question .rule-question-options > li {
            background: #F8F8F8;
            padding: 10px 15px;
            color: #666;
            border-radius: 3px;
            cursor: pointer;
            position: relative;
        }

            .rule-question .rule-question-options > li.correct,
            .rule-question .rule-question-options > li.correct:hover {
                color: #1FCBAE;
                background: #DCF7F2
            }

            .rule-question .rule-question-options > li.incorrect,
            .rule-question .rule-question-options > li.incorrect:hover {
                color: #FF7272;
                background: #FFF0F0;
            }

                .rule-question .rule-question-options > li.correct::after,
                .rule-question .rule-question-options > li.incorrect::after {
                    font-family: 'iconfont';
                    position: absolute;
                    font-size: 20px;
                    right: 15px;
                    top: 50%;
                    transform: translateY(-50%);
                }

            .rule-question .rule-question-options > li.correct::after {
                content: "\e60c";
            }

            .rule-question .rule-question-options > li.incorrect::after {
                font-size: 18px;
                content: "\e6bc";
            }

            .rule-question .rule-question-options > li + li {
                margin-top: 20px;
            }

            .rule-question .rule-question-options > li:hover {
                background: #EFF4FA;
            }

            .rule-question .rule-question-options > li > label {
                margin: -19px 50px 0 30px;
                display: block;
                position: relative;
            }

                .rule-question .rule-question-options > li > label > input {
                    display: none;
                }



/* 实训学生状态列表 */


.student-state-cards .student-state-cards-header {
    margin: 0 0 20px 0;
}

    .student-state-cards .student-state-cards-header > label:first-child {
        color: #666;
    }

        .student-state-cards .student-state-cards-header > label:first-child span {
            color: #0BC4A9;
            font-weight: bold;
        }

        .student-state-cards .student-state-cards-header > label:first-child::before {
            font-family: 'iconfont';
            content: "\e63c";
            font-size: 18px;
            color: #0BC4A9;
            margin-right: 5px;
        }

    .student-state-cards .student-state-cards-header > label:last-child {
        float: right;
        color: #999;
    }

        .student-state-cards .student-state-cards-header > label:last-child > span {
            color: #F78326;
            margin: 0 5px;
        }


.student-state-cards ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -20px;
}

    .student-state-cards ul > li {
        float: left;
        width: 25%;
    }

        .student-state-cards ul > li > div {
            border: 1px solid #dddddd;
            margin-left: 20px;
            margin-bottom: 20px;
            padding: 20px;
            border-radius: 3px;
            box-shadow: rgba(0,0,0,.05) 0 0 10px;
            position: relative;
        }


        .student-state-cards ul > li .student-state-completed {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            transform: rotateZ(45deg);
        }

            .student-state-cards ul > li .student-state-completed::before {
                font-family: "iconfont";
                content: "\e63a";
                transform: rotateZ(-45deg);
                position: absolute;
                font-size: 12px;
                color: #fff;
                top: 4px;
                right: -6px;
            }

            .student-state-cards ul > li .student-state-completed::after {
                content: '';
                border-width: 20px;
                width: 0;
                border-style: dashed dashed solid dashed;
                border-color: transparent transparent #0BC4A9 transparent;
                display: block;
                position: absolute;
                top: -21px;
                right: -20px;
                z-index: -2;
            }



        .student-state-cards ul > li .student-state-profile {
            background-color: #11b5c1;
            width: 50px;
            height: 50px;
            padding: 3px;
            border-radius: 50%;
            float: left;
            margin-right: 15px;
            position: relative;
        }

            .student-state-cards ul > li .student-state-profile img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

        .student-state-cards ul > li strong {
            font-weight: normal;
            display: block;
            margin-top: 8px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .student-state-cards ul > li p {
            margin: 0;
            color: #999999;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .student-state-cards ul > li .student-state-profile .student-state {
            display: block;
            height: 22px;
            width: 22px;
            border: 2px solid #fff;
            background: #fff;
            position: absolute;
            bottom: -5px;
            right: -5px;
            border-radius: 50%;
        }

            .student-state-cards ul > li .student-state-profile .student-state::after {
                font-family: "iconfont";
                font-size: 22px;
                color: #cacaca;
                position: absolute;
                top: -2px;
                left: -2px;
                content: "\e712";
            }

            .student-state-cards ul > li .student-state-profile .student-state.online::after {
                color: #20cfb2;
                content: "\e72d";
            }


/* 实训计时 */
.training-sidebar-timer {
    text-align: center;
}

    .training-sidebar-timer > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .training-sidebar-timer > ul > li,
        .training-sidebar-timer > ul > li::after {
            font-size: 30px;
            font-weight: 600;
            color: #27CBB3;
        }

        .training-sidebar-timer > ul > li {
            display: inline-block;
            position: relative;
        }

            .training-sidebar-timer > ul > li + li {
                padding-left: 12px;
            }

                .training-sidebar-timer > ul > li + li::before {
                    content: ":";
                    position: absolute;
                    left: 0;
                    top: -2px;
                }

    .training-sidebar-timer > label {
        color: #A8A8A8;
    }


.training-button-stop {
    margin-top: -45px;
}






/*****************商品认知-实训规则******************/
.starttrain-btn {
    text-align: center;
    margin: 20px 0;
}

    .starttrain-btn.clear-bottom {
        margin-bottom: 0;
    }

/*****************商品认知-开始实训******************/
.shop-list-title {
    font-size: 16px;
    color: #666;
    margin: 0;
    margin-bottom: 20px;
}

.train-shop .shop-list {
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #eee;
    margin: 0 -20px;
    margin-bottom: 20px;
}

    .train-shop .shop-list ul {
        list-style-type: none;
        margin: 0 -10px;
        padding: 0;
    }

    .train-shop .shop-list li {
        float: left;
        width: 14.28%;
        margin-bottom: 20px;
    }

        .train-shop .shop-list li .shop-type {
            padding: 20px 0;
            margin: 0 10px;
            border: 1px solid #eee;
            border-radius: 3px;
            text-align: center;
            background: #f7f7f7;
            position: relative;
        }

            .train-shop .shop-list li .shop-type.shop-active {
                background: #fff;
                box-shadow: 0 0 8px #c9ddff;
                border: 1px solid #c9ddff;
            }
.shop-no-active {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background: #fff;
                opacity: 0.8;
            }

            .train-shop .shop-list li .shop-type img {
                height: 30px;
            }
/***商品认知-实训中-商品列表**/
.train-shop .commodity-list ul {
    padding: 0;
    list-style-type: none;
    margin: 0 -10px;
}

    .train-shop .commodity-list ul li {
        float: left;
        width: 33.33%;
        margin-bottom: 20px;
    }

.train-shop .commodity-list .commodity {
    border: 1px solid #eee;
    margin: 0 10px;
    padding: 20px;
    height: 127px;
}

    .train-shop .commodity-list .commodity img, .train-shop .commodity-list .commodity .commodity-name {
        display: inline-block;
        vertical-align: middle;
    }

    .train-shop .commodity-list .commodity img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .train-shop .commodity-list .commodity .commodity-name {
        width: 125px;
    }

        .train-shop .commodity-list .commodity .commodity-name p {
            font-size: 14px;
            color: #666;
            margin: 0;
            margin-bottom: 10px;
            height: 35px;
            overflow: hidden;
        }

        .train-shop .commodity-list .commodity .commodity-name a {
            border-radius: 3px;
            font-size: 12px;
            padding: 3px 10px;
        }

            .train-shop .commodity-list .commodity .commodity-name a.details-btn {
                background: #f4f8ff;
                border: 1px solid #c9ddff;
                color: #498dff;
            }

            .train-shop .commodity-list .commodity .commodity-name a.contrast-btn {
                background: #fff8f2;
                border: 1px solid #ffdbbf;
                color: #ff8426;
            }

            .train-shop .commodity-list .commodity .commodity-name a.details-btn-active {
                background: #498dff;
                color: #fff;
                border: 1px solid #498dff;
            }

            .train-shop .commodity-list .commodity .commodity-name a.contrast-btn-active {
                background: #ff8426;
                color: #fff;
                border: 1px solid #ff8426;
            }
/**商品认知-实训中-右边 咨询客户***/
.consult-list ul {
    list-style-type: none;
    padding: 0;
}

    .consult-list ul li {
        border-bottom: 1px solid #eee;
        padding: 10px 15px;
    }

        .consult-list ul li div, .consult-list ul li p {
            display: inline-block;
            vertical-align: middle;
        }


/*商品认知-实训中-客服头像*/
.head-bk-img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

    .head-bk-img img {
        width: 100%;
        height: 100%;
    }

.head-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(images/train-bk/head-pic.png) no-repeat;
    background-size: 128px;
}

    .head-icon.md {
        width: 80px;
        height: 80px;
        background-size: 259px;
    }

    .head-icon.sixty {
        width: 60px;
        height: 60px;
        background-size: 193px;
    }

.head-icon-a {
    background-position: 0px 0px;
}

.head-icon-a1 {
    background-position: -44px 0px;
}

.head-icon-a2 {
    background-position: -88px 0px;
}

.head-icon-b {
    background-position: 0px -44px;
}

.head-icon-b1 {
    background-position: -44px -44px;
}

.head-icon-b2 {
    background-position: -88px -44px;
}

.head-icon-c {
    background-position: 0 -88px;
}

.head-icon-c1 {
    background-position: -44px -88px;
}

.head-icon-c2 {
    background-position: -88px -88px;
}

.head-icon-d {
    background-position: 0 -132px;
}

.head-icon-d1 {
    background-position: -44px -132px;
}

.head-icon-d2 {
    background-position: -88px -132px;
}

.head-icon-e {
    background-position: 0 -176px;
}

.head-icon-e1 {
    background-position: -44px -176px;
}

.head-icon-e2 {
    background-position: -88px -176px;
}

.head-icon-f {
    background-position: 0 -218px;
}

.head-icon-f1 {
    background-position: -44px -218px;
}

.head-icon-f2 {
    background-position: -88px -218px;
}

.head-icon.md.head-icon-a {
    background-position: 0 0px;
}

.head-icon.md.head-icon-b {
    background-position: 0 -88px;
}

.head-icon.md.head-icon-c {
    background-position: 0 -176px;
}

.head-icon.md.head-icon-d {
    background-position: 0 -265px;
}

.head-icon.md.head-icon-e {
    background-position: 0 -354px;
}

.head-icon.md.head-icon-f {
    background-position: 0 -441px;
}

.head-icon.md.head-icon-a1 {
    background-position: -88px 0px;
}

.head-icon.md.head-icon-b1 {
    background-position: -88px -88px;
}

.head-icon.md.head-icon-c1 {
    background-position: -88px -176px;
}

.head-icon.md.head-icon-d1 {
    background-position: -88px -265px;
}

.head-icon.md.head-icon-e1 {
    background-position: -88px -354px;
}

.head-icon.md.head-icon-f1 {
    background-position: -88px -441px;
}

.head-icon.sixty.head-icon-a {
    background-position: 0 0px;
}

.head-icon.sixty.head-icon-b {
    background-position: 0 -65px;
}

.head-icon.sixty.head-icon-c {
    background-position: 0 -131px;
}

.head-icon.sixty.head-icon-d {
    background-position: 0 -197px;
}

.head-icon.sixty.head-icon-e {
    background-position: 0 -263px;
}

.head-icon.sixty.head-icon-f {
    background-position: 0 -329px;
}

.head-icon.sixty.head-icon-a1 {
    background-position: -66px 0px;
}

.head-icon.sixty.head-icon-b1 {
    background-position: -66px -65px;
}

.head-icon.sixty.head-icon-c1 {
    background-position: -66px -131px;
}

.head-icon.sixty.head-icon-d1 {
    background-position: -66px -197px;
}

.head-icon.sixty.head-icon-e1 {
    background-position: -66px -263px;
}

.head-icon.sixty.head-icon-f1 {
    background-position: -66px -329px;
}

.consult-list ul li p {
    margin: 0;
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}

.consult-list ul li .message-alert {
    width: 25px;
    height: 25px;
    background: url(images/icon.png) no-repeat;
    background-position: -490px 0;
    float: right;
    margin-top: 8px;
}
/*商品认知-实训中-咨询完后咩有新消息*/
.consult-list ul li .no-news::before {
    content: "\e669";
    color: #cbddeb;
    font-size: 24px;
    float: right;
    margin-top: 8px;
}
/* 商品认知-实训中-客服职能 */
.post-function-answers {
    margin: 0 -20px;
    padding: 0 20px;
}

    .post-function-answers .post-function-answer-header {
        color: #666;
        margin: 0 0 10px;
    }

    .post-function-answers .post-function-answer-items {
        margin: 0 0 0 -20px;
        padding: 0;
        list-style-type: none;
    }

        .post-function-answers .post-function-answer-items .post-function-answer-item {
            float: left;
            width: 20%;
            text-align: center;
            position: relative;
        }

            .post-function-answers .post-function-answer-items .post-function-answer-item > .draggable,
            .post-function-answers .post-function-answer-items .post-function-answer-item > .draggable.background {
                border: 1px solid #eee;
                margin-left: 20px;
                background: #F7F7F7;
                color: #666;
                border-radius: 3px;
                padding: 20px 0;
            }

            .post-function-answers .post-function-answer-items .post-function-answer-item > .draggable {
                z-index: 10;
            }

            .post-function-answers .post-function-answer-items .post-function-answer-item > div:not([data-action]):first-child {
                position: static !important;
            }

            .post-function-answers .post-function-answer-items .post-function-answer-item > .draggable.background {
                opacity: .5;
                position: absolute;
                top: 0;
                left: 0;
                border: 0;
                right: 0;
                z-index: 9;
            }

            .post-function-answers .post-function-answer-items .post-function-answer-item > .draggable.ui-draggable-dragging {
                box-shadow: rgba(206,223,253, .3) 0 0 10px;
                border: 1px solid #CEDFFD;
                z-index: 11;
            }


            .post-function-questions .post-function-question-items .post-function-question-item .avatar,
            .post-function-answers .post-function-answer-items .post-function-answer-item .avatar {
                margin: 0 auto 15px auto;
            }


.post-function-questions {
    border-top: 1px solid #f7f7f7;
    margin: 20px -20px;
    padding: 20px;
}

    .post-function-questions .post-function-answer-header {
        margin-bottom: 20px;
    }

        .post-function-questions .post-function-answer-header > h3 {
            color: #666;
            font-size: 14px;
            font-weight: normal;
            margin: 0;
        }

            .post-function-questions .post-function-answer-header > h3 > small {
                color: #999;
            }

    .post-function-questions .post-function-question-items {
        list-style: none;
        margin: 0 0 0 -20px;
        padding: 0;
    }

        .post-function-questions .post-function-question-items > li {
            float: left;
            width: 20%;
        }

        .post-function-questions .post-function-question-items .post-function-question-item {
            margin-left: 20px;
            border: 1px solid #eee;
            padding: 25px;
            text-align: center;
        }
        .post-function-questions .post-function-question-items .post-function-question-item {
            height:194px;
        }
            .post-function-questions .post-function-question-items .post-function-question-item span {
                color: #a3a3a3;
            }


            .post-function-questions .post-function-question-items .post-function-question-item .draggable > span {
                color: #666;
                display: block;
                margin-bottom: 30px;
            }

.default-head-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #eeeeee;
    padding: 10px;
}

    .default-head-icon i:before {
        content: "\e64a";
        color: #cccccc;
    }

.service-poistion {
    color: #a3a3a3 !important;
}

/*商品认知-实训中-聊天窗口*/
.chat-box {
    position: absolute;
    width: 500px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 5px #ddd;
    right: 20px;
    top: 140px;
    z-index: 1;
    display: none;
}

    .chat-box .chat-box-head {
        height: 50px;
        padding: 0 20px;
    }

        .chat-box .chat-box-head p {
            font-size: 16px;
            color: #333;
            margin: 0;
            line-height: 48px;
            float: left;
        }

        .chat-box .chat-box-head span {
            color: #498dff;
            margin: 0 5px;
        }

        .chat-box .chat-box-head .close-answer {
            line-height: 50px;
        }

    .chat-box .chat-box-middle {
        height: 294px;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding: 0 5px 0 20px;
        overflow: auto;
    }

        .chat-box .chat-box-middle .head-bk-img {
            float: left;
            margin-right: 10px;
        }

        .chat-box .chat-box-middle .dialogue {
            float: left;
            margin-bottom: 20px;
        }

            .chat-box .chat-box-middle .dialogue .triangle-left {
                position: relative;
                top: 10px;
                float: left;
            }
    .chat-box .dialogue-left:first-child {
        margin-top:15px;
    }
.chat-box .chat-box-middle .dialogue p, .chat-box .chat-box-middle .dialogue .talk-right {
                margin: 0;
                background: #f7f7f7;
                float: left;
                padding: 10px;
                border-radius: 3px;
                max-width: 350px;
                word-wrap: break-word;
            }

.chat-box-footer, .end-consult {
    padding: 20px;
    text-align: center;
}

    .chat-box-footer a + a {
        margin-left: 20px;
    }

    .chat-box-footer a {
        padding: 10px 30px;
        border: 1px solid #ddd;
        border-radius: 3px;
        color: #666;
        font-size: 14px;
        display: inline-block;
    }

    .chat-box-footer .go-btn-active {
        background: #498dff;
        color: #fff;
        border: none;
    }
/*商品认知-实训中-发送答案*/

.chat-btn-b p {
    margin: 0;
    background: #f7f7f7;
    padding: 10px;
    text-align: left;
    border-radius: 4px;
    margin-bottom: 20px;
}
/*商品认知-实训中-咨询结束*/
.end-consult {
    background: #fafafa;
    padding: 40px 0;
}

    .end-consult p {
        margin: 0;
        color: #999;
        font-size: 14px;
    }
/*商品认知-实训中-选择答案*/
.select_answer {
    padding: 20px;
}

    .select_answer ul {
        list-style-type: upper-alpha;
        list-style-position: inside;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }

        .select_answer ul li {
            font-size: 14px;
            color: #333;
        }

            .select_answer ul li + li {
                margin-top: 10px;
            }

            .select_answer ul li:hover {
                color: #498dff;
            }
/*商品认知-实训中-右边对话气泡*/
.chat-box .chat-box-middle .dialogue-right {
    margin-right: 15px;
}

    .chat-box .chat-box-middle .dialogue-right .head-bk-img {
        float: right;
        margin-right: 0;
        margin-left: 10px;
    }

    .chat-box .chat-box-middle .dialogue-right .head-bk-img {
        float: right;
        margin-right: 0;
        margin-left: 10px;
    }

    .chat-box .chat-box-middle .dialogue-right .dialogue {
        float: right;
    }

        .chat-box .chat-box-middle .dialogue-right .dialogue .triangle-right {
            position: relative;
            top: 10px;
            float: right;
        }

        .chat-box .chat-box-middle .dialogue-right .dialogue p, .chat-box .chat-box-middle .dialogue-right .dialogue .talk-right {
            background: #ecf3fe;
        }
            .chat-box .chat-box-middle .dialogue-right .dialogue .talk-right p {
                padding:0;
                float:none;
            }

/*电商流程*/
/*column-12样式*/
.column-12.column-12-padding {
    padding-left:0;
    padding-right:0;
}
/*panel样式*/
.panel.panel-style {
    overflow: visible;
}
.flow-chart-blocks {
    min-height: 575px;
}

.chart-header-two {
    margin-top:30px;
}
    .flow-chart .flow-chart-header {
        margin: 0 0 20px 0;
        font-weight: normal;
        font-size: 16px;
        color: #666;
    }
.flow-chart-header.chart-header-two {
    margin-top:50px;
}

.flow-chart .flow-chart-item {
    border: 1px solid #bbb;
    border-radius: 5px;
    height: 80px;
    position: relative;
    margin: 8px 0;
}

        .flow-chart .flow-chart-item .ui-widget-header {
            background-color: #f0f0f0;
            margin: 10px;
            height: 60px;
            position: relative;
            z-index: 11;
        }

        .flow-chart .flow-chart-item .horizontal-fill {
            position: absolute;
            top: 10px;
            bottom: 10px;
            left: -1px;
            right: -1px;
            background-color: #fff;
            z-index: 10;
        }

        .flow-chart .flow-chart-item .vertical-fill {
            position: absolute;
            top: -1px;
            bottom: -1px;
            left: 10px;
            right: 10px;
            background-color: #fff;
            z-index: 9;
        }

    .flow-chart .flow-chart-item,
    .flow-chart .flow-chart-item-split {
        float: left;
        width: 14.2857%;
    }

    .flow-chart .flow-chart-item-split {
        height: 80px;
        position: relative;
    }

        .flow-chart .flow-chart-item-split:after {
            font-family: 'iconfont';
            content: "\e631";
            font-size: 36px;
            color: #ccc;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            line-height: 80px;
        }

    .flow-chart > div:nth-child(11)::after,
    .flow-chart > div:nth-child(13)::after,
    .flow-chart > div:nth-child(15)::after {
        content: "\e632";
    }

    .flow-chart > div:nth-child(9)::after,
    .flow-chart > div:nth-child(17)::after {
        content: "\e62f";
        transform: initial !important;
        left: auto;
    }

    .flow-chart > div:nth-child(9)::after {
        right: 45px;
    }

    .flow-chart > div:nth-child(17)::after {
        left: 45px;
    }

    .flow-chart > div:nth-child(9),
    .flow-chart > div:nth-child(17) {
        width: 100%;
    }

    .flow-chart > div:nth-child(8n+1):last-child {
        display: none;
    }

    .flow-chart .flow-chart-item .ui-widget-content {
        width: 100%;
        text-align: center;
        height: 60px;
        background-color: #498dff;
        color: #fff;
        padding:10px;
    }
    .flow-chart .flow-chart-item .ui-widget-content p{
        margin:0;
        position:relative;
        top:50%;
        transform:translateY(-50%);
    }
    .flow-chart .flow-chart-item.done {
        border-color: #498dff;
    }
/*电商流程拖动块*/

.flow-chart-blocks-header {
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    color: #666;
}

    .flow-chart-blocks-header > small {
        color: #999;
        margin-left: 10px;
    }

.flow-chart-blocks .flow-chart-block {
    margin-top: 20px;
    float: left;
    width: 50%;
    position: relative;
    height: 60px;
}

    .flow-chart-blocks .flow-chart-block .ui-widget-content {
        border: 1px solid #e0e0e0;
        margin:0 10px;
        text-align: center;
        height: 60px;
        max-width: 120px;
        position: relative;
        z-index: 11;
        background-color: #fff;
        color: #797979;
        padding:10px;
    }
        .flow-chart-blocks .flow-chart-block .ui-widget-content p, .flow-chart-blocks .flow-chart-block .ui-widget-content.background p{
            margin:0;
            position:relative;
            top:50%;
            transform:translateY(-50%);
        }

        .flow-chart-blocks .flow-chart-block .ui-widget-content.background {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 10;
            background-color: #f0f0f0;
            color: #9A9A9A;
            padding:10px;
        }

        .flow-chart-blocks .flow-chart-block .ui-widget-content:hover {
            z-index: 20 !important;
            box-shadow: rgba(206,223,253, .3) 0 0 10px;
            border: 1px solid #2790eb;
            cursor:pointer;
        }

    .flow-chart-blocks .flow-chart-block .ui-draggable-dragging {
        z-index: 100;
    }

/*电商基础实训 角色选择*/

.user-choose-roles-header {
    color: #666;
    border-bottom: 1px solid #ddd;
    margin: -20px -20px 0 -20px;
    padding: 15px 20px;
}

.user-choose-roles {
    margin-top: 25px;
}

    .user-choose-roles:first-child {
        margin-top: 0;
    }

    .user-choose-roles .user-role-name {
        float: left;
        width: 50px;
        padding: 12px;
        border: 1px solid #c9ddfe;
        background-color: #f4f9ff;
        color: #498cfd;
        min-height: 190px;
        text-align: center;
        padding-top: 55px;
        border-radius: 3px;
    }

    .user-choose-roles.waiter .user-role-name {
        border: 1px solid #FFE6D1;
        background-color: #FFF8F2;
        color: #FE8B33;
    }

    .user-choose-roles ul[data-user-role] {
        margin: 0 0 0 50px;
        list-style: none;
        padding: 0;
    }

        .user-choose-roles ul[data-user-role] > li {
            float: left;
            width: 20%;
            text-align: center;
        }

            .user-choose-roles ul[data-user-role] > li.disabled > * {
                opacity: 0.5;
            }

    .user-choose-roles .user-role {
        border: 1px solid #eee;
        margin-left: 20px;
        min-height: 190px;
        border-radius: 3px;
    }

        .user-choose-roles .user-role .avatar {
            margin: 30px auto 10px;
        }

        .user-choose-roles .user-role > strong {
            font-weight: normal;
        }

    .user-choose-roles li.selected .user-role,
    .user-choose-roles li:hover .user-role {
        box-shadow: rgba(74,141,255,.3) 0 0 10px;
        border-color: rgba(74,141,255,.3);
    }

    .user-choose-roles li.disabled:hover .user-role {
        box-shadow: none;
        border-color: #eee;
    }

    .user-choose-roles.waiter li.selected .user-role,
    .user-choose-roles.waiter li:hover .user-role {
        box-shadow: rgba(255,230,209,.8) 0 0 10px;
        border-color: rgba(255,230,209,.8);
    }











/**商品认知-实训中-商品详情**/
.commodity-mod, .contrast, .carry-contrast {
    display: none;
}

.commodity-mod-title {
    margin-bottom: 20px;
}

    .commodity-mod-title p {
        float: left;
        margin: 0;
        font-size: 16px;
    }

.commodity-mod .commodity-mod-title p i {
    position: relative;
    margin-right: 30px;
    font-style: normal;
    color: #666;
}

    .commodity-mod .commodity-mod-title p i::after {
        height: 1px;
        background: #666;
        content: "";
        position: absolute;
        width: 20px;
        top: 10px;
        margin-left: 5px;
    }

.commodity-mod .commodity-mod-title p span {
    color: #498dff;
}


.commodity-mod-list ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    border-radius: 4px;
    margin: 0;
    margin-bottom: 20px;
}

    .commodity-mod-list ul li {
        text-align: center;
        width: 16.66%;
        float: left;
        background: #f8f8f8;
        padding: 10px 0;
        border: 1px solid #eee;
    }

        .commodity-mod-list ul li + li {
            border-left: none;
        }

        .commodity-mod-list ul li.mod-list-active {
            background: #fff;
            color: #74a8ff;
        }

.commodity-mod-list table {
    width: 100%;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

    .commodity-mod-list table tr td {
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        padding: 10px;
        font-size: 14px;
        color: #666;
    }

        .commodity-mod-list table tr td:hover {
            background: #f4f8ff;
            cursor: pointer;
        }

        .commodity-mod-list table tr td.copy-active {
            background: #fff8f2;
            box-shadow: 0 0 0 1px #ffdbbf inset;
        }

        .commodity-mod-list table tr td:first-child {
            background: #fafafa;
            cursor: auto;
        }
    /*商品认知-实训中-商品详情切换*/
    .commodity-mod-list table.table-active-block {
        display: table;
    }

.commodity-mod-list table {
    display: none;
}

    .commodity-mod-list table.detail-table td:first-child {
        width: 453px;
    }
    /*商品认知-实训中-商品对比*/
    .commodity-mod-list table.contrast-table td:first-child {
        width: 111px;
    }

    .commodity-mod-list table.contrast-table td:nth-child(2), .commodity-mod-list table.contrast-table td:nth-child(3) {
        width: 250px;
    }

    .commodity-mod-list table.contrast-table td:first-child {
        width: 111px;
    }

.contrast .commodity-mod-title p span {
    font-size: 14px;
    color: #999;
}

.contrast .select-contrast {
    border-radius: 3px;
    text-align: center;
}

    .contrast .select-contrast .contrast-frame {
        float: left;
        background: #498dff;
        width: 14%;
        height:113px;
        color: #fff;
    }
    .contrast .select-contrast > .contrast-frame p{
        position:relative;
        top:50%;
        transform:translateY(-50%);
    }
    .contrast .select-contrast p {
        margin: 0 auto;
        width: 100px;
    }

    .contrast .select-contrast ul {
        list-style-type: none;
        float: left;
        padding: 0;
        margin: 0;
        width: 86%;
    }

        .contrast .select-contrast ul li {
            float: left;
            width: 242px;
            width: 33.3%;
            position: relative;
            color: #666;
        }

            .contrast .select-contrast ul li:first-child .select-commodity {
                border-left: 1px solid #498dff !important;
            }

            .contrast .select-contrast ul li div {
                padding: 30px 0;
            }

            .contrast .select-contrast ul li .select-commodity {
                padding: 38px 0;
                border: 1px solid #eee;
                margin-left: -1px;
                position: relative;
            }

            .contrast .select-contrast ul li .no-select-commodity {
                color: #999;
                border: 1px solid #eee;
                margin-left: -1px;
                padding: 32px 0 31px;
                max-height: 113px;
            }

            .contrast .select-contrast ul li .select-commodity:hover {
                z-index: 2;
            }

                .contrast .select-contrast ul li .select-commodity:hover > i {
                    display: block;
                }



.no-select-commodity i::before {
    content: "\e622";
    color: #ddd;
    font-size: 30px;
}
/*商品认知-实训中-删除商品*/
.contrast .select-contrast ul li div.delete-commodity {
    width: 20px;
    height: 20px;
    background: #498dff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    display: none;
}

.contrast .select-contrast ul li .select-commodity p {
    height: 35px;
    overflow: hidden;
}

.contrast .select-contrast .delete-commodity i::before {
    position: absolute;
    content: "\e629";
    color: #fff;
    font-size: 12px;
    right: 4px;
    top: 3px;
}

.contrast .select-contrast ul li .select-commodity:hover {
    border-color: #498dff;
}

    .contrast .select-contrast ul li .select-commodity:hover .delete-commodity {
        display: block;
    }
/*商品认知-实训中-对比按钮*/
.commodity-btn {
    text-align: center;
    margin-top: 20px;
}

    .commodity-btn a {
        display: inline-block;
        padding: 8px 22px;
        border-radius: 3px;
        font-size: 14px;
    }

        .commodity-btn a + a {
            margin-left: 20px;
        }

    .commodity-btn .new-commodity {
        background: #498dff;
        color: #fff;
    }

    .commodity-btn .empty-commodity {
        background: #ddd;
        color: #666;
    }

.carry-contrast .commodity-mod-list .no-select-commodity {
    text-align: center;
}

    .carry-contrast .commodity-mod-list .no-select-commodity p {
        margin: 0;
    }
/*商品认知-实训结束-咨询详情*/
.customer-detail ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.customer-detail li {
    float: left;
    width: 16.66%;
    border: 1px solid #eee;
    text-align: center;
    padding: 10px 0;
}

    .customer-detail li + li {
        border-left: none;
    }

    .customer-detail li div {
        display: inline-block;
        vertical-align: middle;
    }

    .customer-detail li p {
        display: inline-block;
        vertical-align: middle;
    }

    .customer-detail li.customer-detail-click {
        border-top: 2px solid #498dff;
        border-bottom: none;
    }
/*商品认知-实训结束-实训详情*/
.train-shop .question-detail {
    display: none;
}

.train-shop .question-detail-show {
    display: block;
}

.train-shop .question-detail .question-item:last-child {
    border-bottom: none;
    padding: 0 20px;
}

.train-shop .question-detail .question-item div.question-options {
    margin: 0;
}

.correct-answer {
    color: #26c8b2;
}

.error-answer {
    color: #ff7474;
}

.correct-answer i::before {
    content: "\e60c";
    margin-left: 10px;
}

.error-answer i::before {
    content: "\e6bc";
    margin-left: 10px;
}
/*商品认知教师端*/
.rule-total .book::before {
    content: "\e604";
    color: #20ccda;
    margin-right: 10px;
}
/*商品认知教师端-店铺资源*/
.shop-resources ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -10px;
}

    .shop-resources ul li {
        width: 33.33%;
        float: left;
        margin-bottom: 20px;
    }

        .shop-resources ul li .choice-shop {
            margin: 0 10px;
            border: 1px solid #eee;
            overflow: hidden;
            border-radius: 3px;
        }

            .shop-resources ul li .choice-shop i {
                text-align: center;
            }

            .shop-resources ul li .choice-shop .iconfont {
                font-size: 28px;
            }

            .shop-resources ul li .choice-shop .choice-shop-img {
                display: block;
                float: left;
                padding: 20px 0;
                width: 60%;
                text-align: center;
            }
            .shop-resources ul li .choice-shop .choice-shop-img img{
                height:40px;
            }

        .shop-resources ul li .icon-correct {
            display: block;
            border-left: 1px solid #eee;
            float: left;
            width: 40%;
            padding: 25px 0;
            color: #cbdeec;
        }
        /*商品认知教师端-店铺资源-选中状态*/
        .shop-resources ul li .choice-shop.choice-click {
            border: 1px solid #c9defd;
            box-shadow: 0 0 5px #c9defd;
        }

            .shop-resources ul li .choice-shop.choice-click .icon-correct {
                border-left: 1px solid #c9defd;
                color: #4d8bff;
            }
/*商品认知教师端-实训规则*/
.training_rules {
    position: static;
}

    .training_rules .answer-rule {
        position: static;
        width: auto;
        padding: 0;
        border: none;
        box-shadow: none;
        border-radius:0;
    }

        .training_rules .answer-rule h4 {
            float: none;
        }
/*商品认知教师端-查看实训排名按钮*/
.button-default.train-ranking-btn {
    margin-top: -45px;
}
/*商品认知教师端-查看历史成绩实训排名*/
.training_time {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0 -20px 20px -20px;
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #eee;
}

    .training_time ul {
        margin: 0;
        padding: 0;
        overflow:hidden;
    }

    .training_time p {
        margin: 0;
        padding: 5px 20px 5px 0;
    }
/*电商客服基础-选择客服对话框*/
.select_customers {
    display: block;
    position: static;
    width: auto;
    border: none;
    box-shadow: none;
}

    .select_customers .chat-box-head {
        padding: 0;
        height: 40px;
    }

        .select_customers .chat-box-head p {
            line-height: normal;
        }

    .select_customers .chat-box-middle {
        margin: 0 -20px;
    }

    .select_customers .select_answer {
        padding: 0;
        margin-top: 20px;
        position: relative;
        overflow: hidden;
    }

        .select_customers .select_answer li {
            padding: 10px;
            padding-left: 30px;
        }

            .select_customers .select_answer li:hover {
                background: #e6e9ed;
                color: #333;
                border-radius: 3px;
            }

            .select_customers .select_answer li.back-color {
                background: #e6e9ed;
            }

            .select_customers .select_answer li i::before {
                content: "\e60c";
                color: #333;
                position: absolute;
                left: 10px;
            }
        .select_customers .select_answer li span:hover{
            cursor:pointer;
        }

        .select_customers .select_answer .send-out {
            background: #498dff;
            color: #fff;
            padding: 8px 30px;
            border-radius: 3px;
        }

.details_info .goods_info {
    height: 40px;
}

    .details_info .goods_info p {
        margin: 0;
    }

.details_info .business-goods {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 0 -20px;
    padding: 20px;
    overflow: hidden;
}

.details_info .business-goods-img {
    float: left;
    border: 1px solid #ddd;
    width: 130px;
    height: 130px;
    text-align: center;
    margin-right: 10px;
}

    .details_info .business-goods-img img {
        width: 100px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

.details_info .business-goods .goods-info {
}

    .details_info .business-goods .goods-info h4 {
        font-size: 16px;
        color: #333;
        font-weight: normal;
        margin: 0;
        margin-bottom: 10px;
    }

    .details_info .business-goods .goods-info span {
        font-size: 16px;
        color: #e24141;
    }

    .details_info .business-goods .goods-info p {
        font-size: 14px;
        color: #999;
        margin: 0;
        margin-top: 10px;
    }

.details_info .specific-info ul {
    list-style-type: none;
    font-size: 14px;
    color: #999;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    line-height: 2em;
}

/*电商基础知识实训聊天页面-选择顾客*/
.grade-customer .customer-service {
    border-bottom: none;
    height: 448px;
    overflow: auto;
}

.grade-customer .chat-box-head span {
    color: #ffaf0d;
}

.score {
    width: 350px;
    margin: 0 auto;
}

    .score .score-fraction {
        border: 1px solid #ddd;
        padding: 5px 0;
        border-radius: 3px;
        text-align: center;
        margin-bottom: 10px;
    }

        .score .score-fraction p {
            font-size: 14px;
            color: #666;
            display: inline-block;
            vertical-align: middle;
            margin: 0;
        }

        .score .score-fraction ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            display: inline-block;
            vertical-align: middle;
        }

            .score .score-fraction ul li {
                display: inline-block;
                vertical-align: middle;
                border: 1px solid #ddd;
                border-radius: 3px;
                padding: 3px 8px;
            }

                .score .score-fraction ul li.score-fraction-click {
                    background: #498dff;
                    color: #fff;
                    border: 1px solid #498dff;
                }

                .score .score-fraction ul li + li {
                    margin-left: 10px;
                }

    .score .speech-reference {
        background: #ecf3fe;
        padding: 20px;
        font-size: 14px;
        border-radius: 3px;
    }

        .score .speech-reference p {
            margin: 0;
            font-size: 14px;
            color: #333;
            margin-bottom: 20px;
            font-weight:bold;
        }
        .score .speech-reference i::before {
            content: "\e642";
            margin-right: 10px;
            font-size: 14px;
        }

        .score .speech-reference ul {
            margin: 0;
            padding: 0;
            /*list-style-type: upper-alpha;*/
            list-style-type: none;
            list-style-position: inside;
        }
            .score .speech-reference ul li {
                overflow:hidden;
            }
            .score .speech-reference ul li p {
                color: #666;
                font-weight: normal;
                margin: 0;
                width: 290px;
                float: left;
            }

                .score .speech-reference ul li + li {
                    margin-top: 10px;
                }

                .score .speech-reference ul li .spot {
                    display:block;
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background-color: #92badc;
                    margin-right:8px;
                    float:left;
                    margin-top:7px;
                }

/*打分标准*/
.details_info .c_service {
    border-top: 1px solid #ddd;
    margin: 0 -20px;
    padding: 20px;
}

    .details_info .c_service .c_service-img {
        float: left;
    }

        .details_info .c_service .c_service-img .head-bk-img {
            display: inline-block;
            vertical-align: middle;
        }

        .details_info .c_service .c_service-img span {
            display: inline-block;
            vertical-align: middle;
        }

    .details_info .c_service .bull-point {
        float: right;
        margin: 0;
        margin-top: -12px;
        color: #666;
        font-size: 14px;
    }

        .details_info .c_service .bull-point span {
            font-size: 40px;
            color: #498dff;
        }

.details_info .scoring-standard {
    text-align: center;
    background: #f3f5f9;
    padding: 20px;
    color: #666;
}

    .details_info .scoring-standard h4 {
        font-size: 16px;
        font-weight: bold;
    }

    .details_info .scoring-standard p {
        font-size: 14px;
    }

    .details_info .scoring-standard i::before {
        content: "\e663";
        font-size: 12px;
        margin-right: 5px;
    }
/*电商基础知识实训详情页面*/
/*题型*/
.active-question {
    border-bottom: 2px solid #488dff;
    color: #488dff !important;
}

.question-type {
    height: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    margin: 0 -20px 20px -20px;
    padding: 0 20px;
}

    .question-type ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .question-type ul li {
            float: left;
            padding-bottom: 20px;
            color: #666666;
            font-size: 14px;
        }

            .question-type ul li:hover {
                border-bottom: 2px solid #488dff;
                color: #488dff;
            }

            .question-type ul li + li {
                margin-left: 40px;
            }

    .question-type label {
        float: right;
        color: #999;
        display: block;
        padding: 6px 0;
        position: relative;
    }
        .question-type label span {
            color: #FE9449;
            margin:5px;
        }

/*岗位职责描述*/
.job-description ul {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}

    .job-description ul li {
        float: left;
        width: 33.33%;
        border-radius: 3px;
        text-align: center;
        margin-bottom: 30px;
    }

        .job-description ul li > div {
            border: 1px solid #eeeeee;
            border-radius: 3px;
            margin: 0 10px;
            text-align: center;
            height: 220px;
            padding: 30px;
        }

            .job-description ul li > div > p:nth-child(2) {
                color: #666666;
                font-size: 14px;
                margin: 15px 0 30px 0;
            }

            .job-description ul li > div > p:nth-child(3) {
                margin: 0 auto;
                width: 150px;
                color: #999999;
                font-size: 13px;
                line-height: 1.8em;
            }
/*岗位工作流程*/
.job-workflow .flow-chart .flow-chart-item {
    border: none;
}

    .job-workflow .flow-chart .flow-chart-item .ui-widget-header {
        background: #f2f5fc;
        text-align: center;
        padding: 10px;
    }
    .job-workflow .flow-chart .flow-chart-item .ui-widget-header p{
        margin:0;
        position:relative;
        top:50%;
        transform:translateY(-50%)
    }
/*角色*/
.select-role-li {
    border: 1px solid #0e86fe;
    box-shadow: rgba(74,141,255,.3) 0 0 10px;
}

.select-role-p {
    color: #0e86fe !important;
}

.active-role-li {
    background-color: #0e86fe !important;
    box-shadow: rgba(74,141,255,.3) 0 0 10px;
}

.active-role-p {
    color: #fff !important;
}

.role-question-roleuser > div:last-child {
    margin-top: 20px;
    border: none;
}

.role-question-roleuser {
    background-color: #fafafb;
    padding: 20px 20px 0 20px;
}

.role-question-customer {
    border-bottom: 1px solid #eee;
}

    .role-question-customer ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .role-question-customer ul li {
            float: left;
            background-color: #fff;
            padding: 5px 20px;
            border-radius: 3px;
            margin-bottom: 20px;
            margin-right: 20px;
        }

            .role-question-customer ul li:last-child {
                margin-right: 0;
            }

            .role-question-customer ul li > div {
                float: left;
            }

            .role-question-customer ul li > p {
                float: left;
                margin: 10px 0 0 10px;
                color: #666666;
            }

    .role-question-customer p {
        float: left;
        margin-right: 20px;
        color: #666666;
    }
/*角色问答题*/
.correct-option-score {
    background-color: #ffe8bd !important;
}

.correct-option-value {
    background-color: #fff3dc !important;
}

.question-resolve > div {
    color: #666;
}

.roleuser-question-options {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .roleuser-question-options li {
        overflow: hidden;
    }

        .roleuser-question-options li + li {
            margin-top: 10px;
        }

        .roleuser-question-options li > p:first-child {
            background-color: #fff3dc;
            color: #ff9c00;
            margin: 0;
            padding: 15px;
            float: left;
            margin-right: 15px;
        }

        .roleuser-question-options li > p:last-child {
            background-color: #f8f8f8;
            color: #666666;
            margin: 0;
            padding: 15px;
        }
/*打字练习*/
.typing-tasks {
    margin: 0 80px;
}

    .typing-tasks h2 {
        margin: 0 0 20px 0;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        color: #666;
    }

    .typing-tasks > ul {
        list-style-type: none;
        margin: 0 0 40px -50px;
        padding: 0;
        overflow: hidden;
    }

        .typing-tasks > ul > li {
            float: left;
            width: 33.33367%;
            text-align: center;
        }

            .typing-tasks > ul > li > .typing-task {
                border: 1px solid #ddd;
                margin-left: 50px;
                border-radius: 3px;
                background: #FBFBFB;
            }

                .typing-tasks > ul > li > .typing-task h3 {
                    font-size: 60px;
                    font-family: "宋体";
                    font-weight: normal;
                    color: #666;
                    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASkAAAEOCAYAAADVMOEMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5OTFBMTk4M0RGMTFFODg1MjlFNTUwN0M4QjcwMjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5OTFBMTg4M0RGMTFFODg1MjlFNTUwN0M4QjcwMjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZGNhMjI1ZjUtMjAxNC1kNjQ2LWE5NmQtMWE4NGJjYjFlZTg5IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZGNhMjI1ZjUtMjAxNC1kNjQ2LWE5NmQtMWE4NGJjYjFlZTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+m+cpFgAAEu9JREFUeNrsnW2LZEcZhqvPzO7M7MzOzG5AFiWG5IMQMKCQECSCCwqikhhDSAL54l/wl/gXhCBECXE1qAgKKySIJKCgEPBDJIoSDJm3ndmd2d3utivbpWd7e06fM6dennrquuF8SWZ7up/rnrtOPdWnavDxO68ZQXpkcn0o6P0MJtflybU3uYaeXnN7+no+tFR7vSEc4aiRY2VQk8ZT42xPjSRNqwKNDUc4ElKRNRRs8COMDUdCCtUNvirgvdg/sHMggSMhheYZ/EiAse2dwAgccCSkUJPOJ5gySG2uwhGOhJTQ0ThmbwNjw5GQQp3NHbMJO8bYcCSkkGSDjzA2HAkp1Mfg40BTg01KDEdCCvkw+CiAse3IfkR54UhIIZ/a8jBloLkKR0RIBdOh6d/b2MTYcESEVMgpQ98m7C7GhiMipGIYfBMOcESElGSD77b8WTtSX4IFHBEhJbHO9eYqz3HBERFSyWp8yTzY22D1B46IkBKhkZnfhD2HseGIFmuZEkRRfbXITQeOKQscUbuQ2hb0ftaEvR/fso9drCj/jHCEo/eQ2hNUlC1h78enXO/iRPFnhCMcvYueVFxj1x9iXTUyDwVAcBQlQipOjeet/twxck8vQXAkpAqSbbDOe0RC8uklCI6EVIEGn6e6wWEBR0RIRZN7RKKN3KMXfFMZjoiQimZsO6IeeBihERwJKUoQxNh9voE879ELBEdCCnnRhun/iMSBoQkLR0RIBdK+6f8MF6tFcESElPepge86OoOvU144ElKor7HtSDkI8NpD061pi+BISKG5xo6xTUfFlAGOhBSSamwzHeHpbcCRkEKdzB1zozOasHAkpFAn3Tbxd2LE4HAkpNDCUTf1Ko0zONzgSEihB4xtRz4JW8Vag98BCRwJKTRrbImb7a8zZYAjIVW2Bkb2cUXHht4GHAsIKQpzuuwWsTtG7nFFNGHhWERIhfqmbe4jb93gklU3OBzhqDKkdjIAGFNuo7OcjDKEIxy1cqxmCjLA2J+OZPsZGgWOcFTJsZopSMkbdUle/ek6xYEjHNVwrGYSfN+U27xbU2BsOMJRHcdqzpy41FWGQwXGhiMc1XGsGgqzVsgt5bLSzwZHOKrgWDUU5rCQOa/mlRQ4wjF7jm2+cb6s8FZTS3O1i+AIxyw5tgmpsbI5cYnGhiMcs+XYJqQ0Nu9KMzYc4Zgtx6rAwgwLNDYc4Zgtx+oMhcn1lvKiQXCEY3YcqzMUZphhQeyIcxNfwxGO+XHss5/UZga3mqU2V+EIRzUc+4TUUQZz4i2MDUc45s2xT0jl0LzbwdhwhGPeHCtPhdkSVAi2RIYjHBVxrDwVZkfQnPcSBocjHPVwDGGCKmFBXFNuhFfhiHRwrAIUJMVGXaz+wBEp5eg7pEYmTfNuBWPDEenkGOJWMMUqw02MDUekk2MVuDDnA99SruDBKAaHIxyTcawCF+ZW4DnvXfwXxeBwhGMyjrE6/ysebzVprqYTHOEYnWOskLrraU6MsdMKjnCMzjFWSPlq3o0wdvIpAxzhGJVjlagwZ/29Y4wtyuBwhGNwjlWCwuyabid7uFtKJMvgcIRjFKX4yvyoQ1FcQW7gJ3GCIxzVhlRdTXNimqv5CI5wVBtSNxoKcxFjZyM4wlFtSDWtMmDsfARHOKoNqXphOAVEh8HhCEevskc2PyKoQD+YXO8qN8GVyfWR8s/4/cn1Izhmr6cm1w8lhNSHAorhzuGyAfVj5eCfn1zXlH42e2LJ1cn1HhxVcHxXQj5ImO6xPK3H2M9NruuUAo6aQqppWfO5acFQPsb+xeQ6gKNKjslOoUkdUk3LmtcxeDa6eoqx4aiH441UQZU6pJqWNQ+mBcPg8nWaseGoh2Oyc/1ShJT9nYOWP+sMfhX/iNNGB7PCUQfHJF9PiB1S7hyuQYd/4wyOZPUu7OrWGhyL4+iCSmVI+TiH65zhy4ISjO2aq4dwLJrjIMbUL1ZI+Xo4cXVyfdfQ25Bg7AM4Fs+xMhF6VLFCatn4efbnhqEJm1IPeTA2HPVwjNJMjxVSJ8bfw4msFqXT3z0YG466OAYPqpAhZd/wWqDXdgZ/CL9FmRp8EY5wbBFUyzmFlOtB3Q5Y9IPpiIDC9y7+AUc4tgiqk1xCKsUOfl9iyhDM2D56F3Asi+MFn1M/3yFVmTRbjH5g6G34NllsY8NRD8cT47FH5Tuk7Pefdk38HfxowvqVPY77zcjGhqMejl6b6SGme6NEQOoGX8WfZ5J7EsCeHnITjnD0FFS9csZHSNmkvCwEjjX4G5PrGJ+eqXfxkun2yBIc4bgoqHb73rj0DSnXJN8XBOk48J2iVmPbO5dfm24HRcIRjsFnVn3gSz9PzX62lw29jbbGjt1chWNZHM10xrV0FgOcVetG9nFFNsF/aWjCLtJTwo0NRx0czXTG1bmZ3iekDoz889RYLVqs3wk3Nhz1cDzTql/XkFoyifY59mDwL+Pj+6YGm3CEY8KguhAipFwPKkdZg/8eT9/Xu4AjHFMGVevTodqGlPQmufbRx7expfcu4FgOx4Wzs6rli2gJKKcSexuajA1HXRwbe1RtQmqgLKBKbcKuKjM2HHVoYTO9TUjdVRRQJRv8P4qMDUddagyqqmGKt6EctjP4suLPaP9wn4EjHDMKqkGbkHI9qFsFjErW4DvKexd/gSMcMwqqu4tCSmOTvK2eUTRl0NhchWNZ+t+hpfWQsrdZW4UGlJmOVBp6Gxbss4UaG456dGt6w7RUDyn71HSKDeskTRk0NGEtv9cLNTYcdU39Pm2mV+b+RtXYlC1n8GdNfo//nJsBDEc4qggqG1KXjYwNsiQZ/PXMDGLvGF6eMTgc4agiqKrpLdWYWjyQ4E7nMzC2a67eAR0ctanilrJR1tgvGbm9jZJXf+BYUEih03XbyG7CPo6x4UhIIcmrRX/E2HAkpFDd4F8QMjX4LEjgSEiheQZ/T4Cx7Z3AITjgSEihJj2cYMpAcxWOhBRqrX0Tt7eBseFISKHOU4aYTdghxoYjIYUkG/wIY8ORkEJ9DH470NTgm5QYjoQU8mHw4wDGtiP7HygvHAkp5FPf9jBloLkKR0RIBdPbpl9vYzCdGmBsOCJCKtiUoU8T1u5G8QbGhiMipGIY/Bsd/s16jQXb5sAREVJRDP5my5+1I/X3JtcaZYMjIqRS1Xi9wdiuuXpEqeCICKkUWpuOsJsNxqZ3AUdESCXTkZnfhP0cxoYjWqxlShBF9dWik+l/e5+ywBG1C6ltQe/nyuR6XnG9R5PrMeWf0ephOKrQFQn5YENqT1BRPppc15QCd72LDxR/Rqen4ahCr0rIB3pScY1dP67ocZP/UeBwhCMhpUDrZv7qz79M/keBwxGOhJQC3ZpcPzMPrv5IPr0EwZGQKki2yXraF/zqBl+nVHBEhFQs2RH1hZY/ezAdoW9RNjgiQiqWse2I+tsO/+ZoOlJbDSghHBEhFdrYZ/0GsjX2i4beBhwRIRVIXzX9HpGw23v8xtCEhSMipALpV6b/M1ysFsEREVLepwarnl/TGfwrlBeOhBTqa2w7Up4P8NoH0ykDgiMhhXoZO8Y2HetMGeBISCGpxrZaMvQ24EhIoQ7aMnE3OqMJC0dCCnXSP038nRgxOBwJKbRwavBk4vfgDL4BDjgSUmjW2Hbk+5uA92IN/m+QwJGQQrPGlrjZ/tNMGeBISJWt80b2cUXvG3obcCwgpJYow6m6Pbl+auQeV0QTFo5FhJQ9DYJtJe7X0ozBJatu8HOgg6PGkNox957aRvdkR7JXMrvDtAb/ifn/4QAIjmoGmmomoAYY+9OR7K3JNczsvd855Q4CjnDM+U54u5oJqEsFF0by6k9XsK+YcnsbcFQUUJNrrx5S9o5qf/o/SgyqJxQY20zvHN4y5TZh4ahDa+bewaTDak5h9goNqncUGNup5NUiOOrQoZuqV6ck+N40yUqYGlxW+tmcwZ+AIxwzmuItz/7HquFW87CQ3sVdxZ/xYHpnAUc45hBQdgY3bhtSdS0rnPppaa520WcUThngqCug9syc1dg2ITU2unpUJRrb6tjo6m3AsYCAahtSGpvppRnbTRm0NWHhqEOnBlTbkNIWVAcFGlujweGog+PQLPjCbdXxxfYynhp8zaC6weEIx5RTvIttf7jrVi0LU09w7+JP+DrruxA46uDoelA3Q4XUrGmWMjF2ib2Ltvp6BlMGOOrguLBJ7jukjozsHpX9bN/B2Av1rpHd24CjDo5WW10Dqm9ISW+mj8y9bS8w9uIpg+QmLBx1cLTaMWdoF/XdPtgF1ZagQqzOGBy1N/i3jJzteuCog2OV/AWmQbUjqHfx4ozBUXuD2y12x3CEoyfZGdalvjkT4iCGKqGxXXP1GK+eSc7YdhS+AEc49gwo1yTvdSfsO1Aqk2bjPFZ//MrugPGCid/bgKMOjmdaxYsVUiOTppn+GMb2qpsmTRMWjjo4rvgKqFBTsxSrfn/G2EF6G7ENDkcdHG8aj1/6DtU/ckF1PvDU4FE8GMXgn4cjHFtM8VZCvHDIJrcNqluBexef4L8oBv8rHOG4IKDszCnIxoOxVuJWPE79aK6m06Mepwxw1MHRa5M8ZUjdNX56VBcxdlJ9Yvz0NuCog2PwgIoZUr6a6fZ7Mz/H2EmnDD6asHDUwXEUOqBihtRsUJ3199rTXW/gMTEG34Bj0RzHJsLWTbG/HW4/0K7p9pV917tAsgx+zXRbGIGjDo5uihdNKR5hGXUIKWfs6/hJnA47jKJw1MHRBVTUu+AqcYGaelSs/uSjpt4GHHVwjNIklxhSNxqC6irGzkbXGwwORx0cL6YIKAkh1bTqh7HzUdNqERx1cEwSUBJCqh5UF/GICoNfpRRw9Cl7hPojggr0VAEmuDK5XlX+GZ8s4DOWwNH+Pb6d+k0MPn7nNQnFcOdw2W2IP1QO3jUfNQqOcFQ53UuyrIngiPLgWAkpyLymnIYj3UszNhzhqC6kmpY1b2DwbARHOKoNqaZlTenn+iE4wlFpSNnf2fZMML6eIFdwhKPKkHLncHU5uNAVBsnqXcARjupCysc5XAOmDCKMDUc4RuNYJSjIsOf7pbchw9hwhGMUjrFCatn4efaHJmxawRGO0TnGCqkT4+/hRAyeTnCEY3SOIUPKvuG1QK/tCrOM36JMDeAIx2Qcq4AFscl6O2DRh9MRAYXvXcARjsk4VgELEnP/mQtMGeCIdHL0HVKVSbPF6ImhtwFHpJKj75Cy37fYNfF38KMJC0eklGMVqDAp5ONcPwRHOArj6MMENikvCwHizvUb4U04wlEHx8pDQWxS7jNyZG9sOMJRJMfKQ0GSnSLRQpcNvQ04wjFrjn1Cal14Qcx0RKEJC0c4ZsyxT0gdCC+ImxOzWgRHOGbMsWtILWVoEleYC/gYjnDMj2PVsSDbmcK0heEUEzjCMUOOVceCSJ/zah19fBsbjnDMhmNVWEGcSuxtwBGOWXJsE1IDZQUptQkLRzhmybFNSN1VVJCSDQ5HOGbJsWq4pdxQDtsVZqD4M8IRjtlzrBrmvLcKGJWG05FJc+8CjnDMmmN1SkE0zXnbakPRlAGOcFTDsR5S9jZrq9CCmOlIpaG3AUc4quJYD6mxSbNBlrQ5ce4GhyMcVXGcPQd+bMqWK8yWya8RC0c4quRoQ+qy0b0ycpbC7GZmkCU4wlErx2o64oypxQO32vNGNqnG3oYjHLWqKnjO2/bWW/KGayWv/sCxoJBCzSOx5CbsKsaGIyGFJK8WHWFsOBJSqG7wVSFTg3MggSMhheYZ/EiAse2dACepwJGQQo06n2DKQHMVjoQU6jQax+xtYGw4ElKos7ljNmHHGBuOhBSSbPARxoYjIYX6GDzEN4TtH8wmJYYjIYV8GHwUwNh2ZD+ivHAkpJBPbXmYMtBchSMipILp0PTvbWxibDgiQirklKFvE3YXY8MREVIxDL4JBzgiQkqywXdb/qwdqS/BAo6IkJJY53pzlee44IgIqWQ1vmQe7G2w+gNHREiJ0MjMb8Kew9hwRIu1TAmiqL5a5KYDx5QFjqhdSG0Lej9rwt6Pb9nHLlaUf0Y4wtF7SO0JKsqWsPfjU653caL4M8IRjt5FTyqusesPsa6a/I8ChyMcCSklNZ63+nPH5H8UOBzhSEgpkG2wzntEQvLpJQiOhFSBBp+nusFhAUdESEWTe0SijdyjF3xTGY6IkIpmbDuiHngYoREcCSlKEMTYfb6BPO/RCwRHQgp50Ybp/4jEgaEJC0dESAXSvun/DBerRXBEhJT3qYHvOjqDr1NeOBJSqK+x7Ug5CPDaQ9OtaYvgSEihucaOsU1HxZQBjoQUkmpsMx3h6W3AkZBCncwdc6MzmrBwJKRQJ9028XdixOBwJKTQwlE39SqNMzjc4EhIoQeMbUc+CVvFWoPfAQkcCSk0a2yJm+2vM2WAIyFVtgZG9nFFx4beBhwLCCkKc7rsFrE7Ru5xRTRh4ahe/xVgAN3qxmvKWAPuAAAAAElFTkSuQmCC');
                    background-position: center center;
                    margin: 0;
                    min-height: 270px;
                    line-height: 270px;
                    letter-spacing: 50px;
                    padding-left: 45px;
                }

                .typing-tasks > ul > li > .typing-task .typing-task-toolbar {
                    background-color: #fff;
                    padding: 15px 20px;
                    overflow: hidden;
                    border-top: 1px solid #ddd;
                }

                    .typing-tasks > ul > li > .typing-task .typing-task-toolbar > strong {
                        display: block;
                        font-weight: normal;
                        text-align: left;
                    }

                    .typing-tasks > ul > li > .typing-task .typing-task-toolbar > label {
                        margin-top: 13px;
                        float: left;
                        color: #666;
                    }

                        .typing-tasks > ul > li > .typing-task .typing-task-toolbar > label > i {
                            color: #E4E4E4;
                            margin-left: 3px;
                        }

                        .typing-tasks > ul > li > .typing-task .typing-task-toolbar > label[data-counter] > i:first-child {
                            color: #ff8426;
                        }

                        .typing-tasks > ul > li > .typing-task .typing-task-toolbar > label[data-counter=c2] > i:nth-child(2) {
                            color: #ff8426;
                        }

                        .typing-tasks > ul > li > .typing-task .typing-task-toolbar > label[data-counter=c3] > i {
                            color: #ff8426;
                        }

                    .typing-tasks > ul > li > .typing-task .typing-task-toolbar > button {
                        float: right;
                    }


.typing-tasks-header {
    margin-bottom: 20px;
    overflow: hidden;
}


    .typing-tasks-header h3 {
        color: #666;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        float: left;
        margin-top: 5px;
    }

        .typing-tasks-header h3 > small {
            color: #FF954D;
            font-size: 20px;
            margin-left: 5px;
        }

            .typing-tasks-header h3 > small > span {
                color: #999;
                font-size: 14px;
            }

    .typing-tasks-header label {
        color: #666666;
        float: right;
        margin-top: 3px;
    }

        .typing-tasks-header label > span {
            width: 50px;
            height: 40px;
            background: #FF8D8D;
            color: #fff;
            font-weight: bold;
            font-size: 24px;
            border-radius: 3px;
            margin: -3px 10px 0 10px;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            line-height: 40px;
        }

.typing-tasks-actions {
    text-align: center;
    margin: 20px 0 0 0;
}


.typing-tasks-practice {
}

    .typing-tasks-practice .practice-input {
        box-shadow: rgba(0,0,0,.2) 0px 0px 8px inset;
        padding: 8px;
    }

    .typing-tasks-practice + .typing-tasks-practice {
        margin-top: 10px;
    }

    .typing-tasks-practice .practice-input .practice-input-text {
        font-family: '宋体';
        font-size: 24px;
        margin-bottom: 8px;
        color: #a3a3a3;
    }

    .typing-tasks-practice .practice-input .practice-input-textbox {
        border: 1px;
        font-family: '宋体';
        font-size: 24px;
        width: 100%;
    }


.typing-tasks-statistics-header {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    margin: -20px -20px 0 -20px;
}

.typing-tasks-statistics {
}

    .typing-tasks-statistics ol,
    .typing-tasks-statistics ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .typing-tasks-statistics ol {
        margin: 40px 0;
        overflow: hidden;
    }

        .typing-tasks-statistics ol > li {
            float: left;
            width: 33.33367%;
            text-align: center;
        }

            .typing-tasks-statistics ol > li:not(:first-child) > div {
                border-left: 1px solid #ddd;
            }

            .typing-tasks-statistics ol > li > div {
                padding: 40px;
            }

                .typing-tasks-statistics ol > li > div > h2 {
                    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASkAAAEOCAYAAADVMOEMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5OTFBMTk4M0RGMTFFODg1MjlFNTUwN0M4QjcwMjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5OTFBMTg4M0RGMTFFODg1MjlFNTUwN0M4QjcwMjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZGNhMjI1ZjUtMjAxNC1kNjQ2LWE5NmQtMWE4NGJjYjFlZTg5IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZGNhMjI1ZjUtMjAxNC1kNjQ2LWE5NmQtMWE4NGJjYjFlZTg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+m+cpFgAAEu9JREFUeNrsnW2LZEcZhqvPzO7M7MzOzG5AFiWG5IMQMKCQECSCCwqikhhDSAL54l/wl/gXhCBECXE1qAgKKySIJKCgEPBDJIoSDJm3ndmd2d3utivbpWd7e06fM6dennrquuF8SWZ7up/rnrtOPdWnavDxO68ZQXpkcn0o6P0MJtflybU3uYaeXnN7+no+tFR7vSEc4aiRY2VQk8ZT42xPjSRNqwKNDUc4ElKRNRRs8COMDUdCCtUNvirgvdg/sHMggSMhheYZ/EiAse2dwAgccCSkUJPOJ5gySG2uwhGOhJTQ0ThmbwNjw5GQQp3NHbMJO8bYcCSkkGSDjzA2HAkp1Mfg40BTg01KDEdCCvkw+CiAse3IfkR54UhIIZ/a8jBloLkKR0RIBdOh6d/b2MTYcESEVMgpQ98m7C7GhiMipGIYfBMOcESElGSD77b8WTtSX4IFHBEhJbHO9eYqz3HBERFSyWp8yTzY22D1B46IkBKhkZnfhD2HseGIFmuZEkRRfbXITQeOKQscUbuQ2hb0ftaEvR/fso9drCj/jHCEo/eQ2hNUlC1h78enXO/iRPFnhCMcvYueVFxj1x9iXTUyDwVAcBQlQipOjeet/twxck8vQXAkpAqSbbDOe0RC8uklCI6EVIEGn6e6wWEBR0RIRZN7RKKN3KMXfFMZjoiQimZsO6IeeBihERwJKUoQxNh9voE879ELBEdCCnnRhun/iMSBoQkLR0RIBdK+6f8MF6tFcESElPepge86OoOvU144ElKor7HtSDkI8NpD061pi+BISKG5xo6xTUfFlAGOhBSSamwzHeHpbcCRkEKdzB1zozOasHAkpFAn3Tbxd2LE4HAkpNDCUTf1Ko0zONzgSEihB4xtRz4JW8Vag98BCRwJKTRrbImb7a8zZYAjIVW2Bkb2cUXHht4GHAsIKQpzuuwWsTtG7nFFNGHhWERIhfqmbe4jb93gklU3OBzhqDKkdjIAGFNuo7OcjDKEIxy1cqxmCjLA2J+OZPsZGgWOcFTJsZopSMkbdUle/ek6xYEjHNVwrGYSfN+U27xbU2BsOMJRHcdqzpy41FWGQwXGhiMc1XGsGgqzVsgt5bLSzwZHOKrgWDUU5rCQOa/mlRQ4wjF7jm2+cb6s8FZTS3O1i+AIxyw5tgmpsbI5cYnGhiMcs+XYJqQ0Nu9KMzYc4Zgtx6rAwgwLNDYc4Zgtx+oMhcn1lvKiQXCEY3YcqzMUZphhQeyIcxNfwxGO+XHss5/UZga3mqU2V+EIRzUc+4TUUQZz4i2MDUc45s2xT0jl0LzbwdhwhGPeHCtPhdkSVAi2RIYjHBVxrDwVZkfQnPcSBocjHPVwDGGCKmFBXFNuhFfhiHRwrAIUJMVGXaz+wBEp5eg7pEYmTfNuBWPDEenkGOJWMMUqw02MDUekk2MVuDDnA99SruDBKAaHIxyTcawCF+ZW4DnvXfwXxeBwhGMyjrE6/ysebzVprqYTHOEYnWOskLrraU6MsdMKjnCMzjFWSPlq3o0wdvIpAxzhGJVjlagwZ/29Y4wtyuBwhGNwjlWCwuyabid7uFtKJMvgcIRjFKX4yvyoQ1FcQW7gJ3GCIxzVhlRdTXNimqv5CI5wVBtSNxoKcxFjZyM4wlFtSDWtMmDsfARHOKoNqXphOAVEh8HhCEevskc2PyKoQD+YXO8qN8GVyfWR8s/4/cn1Izhmr6cm1w8lhNSHAorhzuGyAfVj5eCfn1zXlH42e2LJ1cn1HhxVcHxXQj5ImO6xPK3H2M9NruuUAo6aQqppWfO5acFQPsb+xeQ6gKNKjslOoUkdUk3LmtcxeDa6eoqx4aiH441UQZU6pJqWNQ+mBcPg8nWaseGoh2Oyc/1ShJT9nYOWP+sMfhX/iNNGB7PCUQfHJF9PiB1S7hyuQYd/4wyOZPUu7OrWGhyL4+iCSmVI+TiH65zhy4ISjO2aq4dwLJrjIMbUL1ZI+Xo4cXVyfdfQ25Bg7AM4Fs+xMhF6VLFCatn4efbnhqEJm1IPeTA2HPVwjNJMjxVSJ8bfw4msFqXT3z0YG466OAYPqpAhZd/wWqDXdgZ/CL9FmRp8EY5wbBFUyzmFlOtB3Q5Y9IPpiIDC9y7+AUc4tgiqk1xCKsUOfl9iyhDM2D56F3Asi+MFn1M/3yFVmTRbjH5g6G34NllsY8NRD8cT47FH5Tuk7Pefdk38HfxowvqVPY77zcjGhqMejl6b6SGme6NEQOoGX8WfZ5J7EsCeHnITjnD0FFS9csZHSNmkvCwEjjX4G5PrGJ+eqXfxkun2yBIc4bgoqHb73rj0DSnXJN8XBOk48J2iVmPbO5dfm24HRcIRjsFnVn3gSz9PzX62lw29jbbGjt1chWNZHM10xrV0FgOcVetG9nFFNsF/aWjCLtJTwo0NRx0czXTG1bmZ3iekDoz889RYLVqs3wk3Nhz1cDzTql/XkFoyifY59mDwL+Pj+6YGm3CEY8KguhAipFwPKkdZg/8eT9/Xu4AjHFMGVevTodqGlPQmufbRx7expfcu4FgOx4Wzs6rli2gJKKcSexuajA1HXRwbe1RtQmqgLKBKbcKuKjM2HHVoYTO9TUjdVRRQJRv8P4qMDUddagyqqmGKt6EctjP4suLPaP9wn4EjHDMKqkGbkHI9qFsFjErW4DvKexd/gSMcMwqqu4tCSmOTvK2eUTRl0NhchWNZ+t+hpfWQsrdZW4UGlJmOVBp6Gxbss4UaG456dGt6w7RUDyn71HSKDeskTRk0NGEtv9cLNTYcdU39Pm2mV+b+RtXYlC1n8GdNfo//nJsBDEc4qggqG1KXjYwNsiQZ/PXMDGLvGF6eMTgc4agiqKrpLdWYWjyQ4E7nMzC2a67eAR0ctanilrJR1tgvGbm9jZJXf+BYUEih03XbyG7CPo6x4UhIIcmrRX/E2HAkpFDd4F8QMjX4LEjgSEiheQZ/T4Cx7Z3AITjgSEihJj2cYMpAcxWOhBRqrX0Tt7eBseFISKHOU4aYTdghxoYjIYUkG/wIY8ORkEJ9DH470NTgm5QYjoQU8mHw4wDGtiP7HygvHAkp5FPf9jBloLkKR0RIBdPbpl9vYzCdGmBsOCJCKtiUoU8T1u5G8QbGhiMipGIY/Bsd/s16jQXb5sAREVJRDP5my5+1I/X3JtcaZYMjIqRS1Xi9wdiuuXpEqeCICKkUWpuOsJsNxqZ3AUdESCXTkZnfhP0cxoYjWqxlShBF9dWik+l/e5+ywBG1C6ltQe/nyuR6XnG9R5PrMeWf0ephOKrQFQn5YENqT1BRPppc15QCd72LDxR/Rqen4ahCr0rIB3pScY1dP67ocZP/UeBwhCMhpUDrZv7qz79M/keBwxGOhJQC3ZpcPzMPrv5IPr0EwZGQKki2yXraF/zqBl+nVHBEhFQs2RH1hZY/ezAdoW9RNjgiQiqWse2I+tsO/+ZoOlJbDSghHBEhFdrYZ/0GsjX2i4beBhwRIRVIXzX9HpGw23v8xtCEhSMipALpV6b/M1ysFsEREVLepwarnl/TGfwrlBeOhBTqa2w7Up4P8NoH0ykDgiMhhXoZO8Y2HetMGeBISCGpxrZaMvQ24EhIoQ7aMnE3OqMJC0dCCnXSP038nRgxOBwJKbRwavBk4vfgDL4BDjgSUmjW2Hbk+5uA92IN/m+QwJGQQrPGlrjZ/tNMGeBISJWt80b2cUXvG3obcCwgpJYow6m6Pbl+auQeV0QTFo5FhJQ9DYJtJe7X0ozBJatu8HOgg6PGkNox957aRvdkR7JXMrvDtAb/ifn/4QAIjmoGmmomoAYY+9OR7K3JNczsvd855Q4CjnDM+U54u5oJqEsFF0by6k9XsK+YcnsbcFQUUJNrrx5S9o5qf/o/SgyqJxQY20zvHN4y5TZh4ahDa+bewaTDak5h9goNqncUGNup5NUiOOrQoZuqV6ck+N40yUqYGlxW+tmcwZ+AIxwzmuItz/7HquFW87CQ3sVdxZ/xYHpnAUc45hBQdgY3bhtSdS0rnPppaa520WcUThngqCug9syc1dg2ITU2unpUJRrb6tjo6m3AsYCAahtSGpvppRnbTRm0NWHhqEOnBlTbkNIWVAcFGlujweGog+PQLPjCbdXxxfYynhp8zaC6weEIx5RTvIttf7jrVi0LU09w7+JP+DrruxA46uDoelA3Q4XUrGmWMjF2ib2Ltvp6BlMGOOrguLBJ7jukjozsHpX9bN/B2Av1rpHd24CjDo5WW10Dqm9ISW+mj8y9bS8w9uIpg+QmLBx1cLTaMWdoF/XdPtgF1ZagQqzOGBy1N/i3jJzteuCog2OV/AWmQbUjqHfx4ozBUXuD2y12x3CEoyfZGdalvjkT4iCGKqGxXXP1GK+eSc7YdhS+AEc49gwo1yTvdSfsO1Aqk2bjPFZ//MrugPGCid/bgKMOjmdaxYsVUiOTppn+GMb2qpsmTRMWjjo4rvgKqFBTsxSrfn/G2EF6G7ENDkcdHG8aj1/6DtU/ckF1PvDU4FE8GMXgn4cjHFtM8VZCvHDIJrcNqluBexef4L8oBv8rHOG4IKDszCnIxoOxVuJWPE79aK6m06Mepwxw1MHRa5M8ZUjdNX56VBcxdlJ9Yvz0NuCog2PwgIoZUr6a6fZ7Mz/H2EmnDD6asHDUwXEUOqBihtRsUJ3199rTXW/gMTEG34Bj0RzHJsLWTbG/HW4/0K7p9pV917tAsgx+zXRbGIGjDo5uihdNKR5hGXUIKWfs6/hJnA47jKJw1MHRBVTUu+AqcYGaelSs/uSjpt4GHHVwjNIklxhSNxqC6irGzkbXGwwORx0cL6YIKAkh1bTqh7HzUdNqERx1cEwSUBJCqh5UF/GICoNfpRRw9Cl7hPojggr0VAEmuDK5XlX+GZ8s4DOWwNH+Pb6d+k0MPn7nNQnFcOdw2W2IP1QO3jUfNQqOcFQ53UuyrIngiPLgWAkpyLymnIYj3UszNhzhqC6kmpY1b2DwbARHOKoNqaZlTenn+iE4wlFpSNnf2fZMML6eIFdwhKPKkHLncHU5uNAVBsnqXcARjupCysc5XAOmDCKMDUc4RuNYJSjIsOf7pbchw9hwhGMUjrFCatn4efaHJmxawRGO0TnGCqkT4+/hRAyeTnCEY3SOIUPKvuG1QK/tCrOM36JMDeAIx2Qcq4AFscl6O2DRh9MRAYXvXcARjsk4VgELEnP/mQtMGeCIdHL0HVKVSbPF6ImhtwFHpJKj75Cy37fYNfF38KMJC0eklGMVqDAp5ONcPwRHOArj6MMENikvCwHizvUb4U04wlEHx8pDQWxS7jNyZG9sOMJRJMfKQ0GSnSLRQpcNvQ04wjFrjn1Cal14Qcx0RKEJC0c4ZsyxT0gdCC+ImxOzWgRHOGbMsWtILWVoEleYC/gYjnDMj2PVsSDbmcK0heEUEzjCMUOOVceCSJ/zah19fBsbjnDMhmNVWEGcSuxtwBGOWXJsE1IDZQUptQkLRzhmybFNSN1VVJCSDQ5HOGbJsWq4pdxQDtsVZqD4M8IRjtlzrBrmvLcKGJWG05FJc+8CjnDMmmN1SkE0zXnbakPRlAGOcFTDsR5S9jZrq9CCmOlIpaG3AUc4quJYD6mxSbNBlrQ5ce4GhyMcVXGcPQd+bMqWK8yWya8RC0c4quRoQ+qy0b0ycpbC7GZmkCU4wlErx2o64oypxQO32vNGNqnG3oYjHLWqKnjO2/bWW/KGayWv/sCxoJBCzSOx5CbsKsaGIyGFJK8WHWFsOBJSqG7wVSFTg3MggSMhheYZ/EiAse2dACepwJGQQo06n2DKQHMVjoQU6jQax+xtYGw4ElKos7ljNmHHGBuOhBSSbPARxoYjIYX6GDzEN4TtH8wmJYYjIYV8GHwUwNh2ZD+ivHAkpJBPbXmYMtBchSMipILp0PTvbWxibDgiQirklKFvE3YXY8MREVIxDL4JBzgiQkqywXdb/qwdqS/BAo6IkJJY53pzlee44IgIqWQ1vmQe7G2w+gNHREiJ0MjMb8Kew9hwRIu1TAmiqL5a5KYDx5QFjqhdSG0Lej9rwt6Pb9nHLlaUf0Y4wtF7SO0JKsqWsPfjU653caL4M8IRjt5FTyqusesPsa6a/I8ChyMcCSklNZ63+nPH5H8UOBzhSEgpkG2wzntEQvLpJQiOhFSBBp+nusFhAUdESEWTe0SijdyjF3xTGY6IkIpmbDuiHngYoREcCSlKEMTYfb6BPO/RCwRHQgp50Ybp/4jEgaEJC0dESAXSvun/DBerRXBEhJT3qYHvOjqDr1NeOBJSqK+x7Ug5CPDaQ9OtaYvgSEihucaOsU1HxZQBjoQUkmpsMx3h6W3AkZBCncwdc6MzmrBwJKRQJ9028XdixOBwJKTQwlE39SqNMzjc4EhIoQeMbUc+CVvFWoPfAQkcCSk0a2yJm+2vM2WAIyFVtgZG9nFFx4beBhwLCCkKc7rsFrE7Ru5xRTRh4ahe/xVgAN3qxmvKWAPuAAAAAElFTkSuQmCC');
                    background-position: center;
                    background-size: 75%;
                    background-repeat: no-repeat;
                    background-color: #fbfbfb;
                    font-weight: normal;
                    font-family: '宋体';
                    font-size: 40px;
                    color: #666;
                    border: 1px solid #f0f0f0;
                    border-radius: 3px;
                    height: 105px;
                    line-height: 105px;
                    letter-spacing: 20px;
                    padding-left: 20px;
                    margin: 0;
                }

                .typing-tasks-statistics ol > li > div > strong {
                    display: block;
                    font-weight: normal;
                    margin: 20px 0;
                    color: #666;
                    text-align: left;
                }

                .typing-tasks-statistics ol > li > div > ul {
                    text-align: left;
                    color: #999;
                }

                    .typing-tasks-statistics ol > li > div > ul > li {
                        line-height: 1.8;
                    }

                        .typing-tasks-statistics ol > li > div > ul > li:before {
                            content: "●";
                            color: #ff8426;
                            margin-right: 8px;
                        }

                        .typing-tasks-statistics ol > li > div > ul > li > span {
                            float: right;
                            color: #333;
                        }

                .typing-tasks-statistics ol > li > div > p {
                    color: #999;
                }

                    .typing-tasks-statistics ol > li > div > p > span {
                        color: #498dff;
                        margin-right: 5px;
                    }
/******客户关系营销*******/
/**客户关系营销实训场景**/
.train_scene {
}

.train_scene_title {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.train_scene ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -10px;
}

    .train_scene ul li {
        width: 20%;
        float: left;
    }

        .train_scene ul li .scene {
            margin: 0 10px;
            border: 1px solid #eee;
            border-radius: 3px;
            overflow: hidden;
        }

            .train_scene ul li .scene:hover {
                box-shadow: 0 0 15px #ccc;
            }

            .train_scene ul li .scene img {
                width: 100%;
                height: 148px;
            }

.train_activity {
    padding: 20px;
}

    .train_activity .activity_name {
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }

        .train_activity .activity_name strong {
            font-size: 16px;
            color: #333;
            font-weight: normal;
        }

        .train_activity .activity_name p {
            font-size: 14px;
            color: #999;
            margin: 20px 0;
        }

    .train_activity .activity_crowd span {
        font-size: 14px;
        color: #999;
    }

    .train_activity .activity_crowd p {
        font-size: 14px;
        color: #666;
    }

    .train_activity .activity_crowd .time i::before {
        content: "\e636";
        color: #9ec2ff;
        margin-right: 10px;
    }

    .train_activity .activity_crowd .crowd i::before {
        content: "\e607";
        color: #9ec2ff;
        margin-right: 10px;
    }

    .train_activity a {
        display: block;
        width: 100%;
        background: #498dff;
        color: #fff;
        padding: 8px 0;
        text-align: center;
        border-radius: 3px;
    }

        .train_activity a.practice-btn {
            background: #26c8b2;
        }
/*选择营销方式*/
.job-description.choice-marketing ul li > div {
    background: #f7f7f7;
}

    .job-description.choice-marketing ul li > div:hover {
        background: #fff;
        box-shadow: 0 0 10px #ddd;
    }

    .job-description.choice-marketing ul li > div.marketing-active {
        background: #fff;
    }

    .job-description.choice-marketing ul li > div > p:nth-child(2) {
        margin: 0 0 30px 0;
    }

.choice-marketing .marketing-type i {
    font-size: 60px;
}

.choice-marketing .marketing-type .type-one::before {
    content: "\e635";
    color: #74a8ff;
}

.choice-marketing .marketing-type .type-two::before {
    content: "\e677";
    color: #ff8426;
}

.choice-marketing .marketing-type .type-three::before {
    content: "\e637";
    color: #56c8d7;
}

.choice-marketing .marketing-type .type-four::before {
    content: "\e63d";
    color: #ffce6a;
}

.choice-marketing .marketing-type .type-five::before {
    content: "\e66b";
    color: #a880ff;
}

.current_activity {
    border: 1px solid #eee;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.train_scene ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -10px;
}

    .train_scene ul li {
        width: 20%;
        float: left;
    }

        .train_scene ul li .scene {
            margin: 0 10px;
            border: 1px solid #eee;
            border-radius: 3px;
            overflow: hidden;
        }

            .train_scene ul li .scene:hover {
                box-shadow: 0 0 15px #ccc;
            }

            .train_scene ul li .scene img {
                width: 100%;
                height: 148px;
            }

.train_activity {
    padding: 20px;
}

    .train_activity .activity_name {
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }

        .train_activity .activity_name strong {
            font-size: 16px;
            color: #333;
            font-weight: normal;
        }

        .train_activity .activity_name p {
            font-size: 14px;
            color: #999;
            margin: 20px 0;
        }

    .train_activity .activity_crowd span {
        font-size: 14px;
        color: #999;
    }

    .train_activity .activity_crowd p {
        font-size: 14px;
        color: #666;
        height:38px;
        overflow:hidden;
    }

    .train_activity .activity_crowd .time i::before {
        content: "\e636";
        color: #9ec2ff;
        margin-right: 10px;
    }

    .train_activity .activity_crowd .crowd i::before {
        content: "\e607";
        color: #9ec2ff;
        margin-right: 10px;
    }

    .train_activity a {
        display: block;
        width: 100%;
        background: #498dff;
        color: #fff;
        padding: 8px 0;
        text-align: center;
        border-radius: 3px;
    }

        .train_activity a.practice-btn {
            background: #26c8b2;
        }
/*选择营销方式*/
.job-description.choice-marketing ul li > div {
    background: #f7f7f7;
}

    .job-description.choice-marketing ul li > div:hover {
        background: #fff;
        box-shadow: 0 0 10px #ddd;
    }

    .job-description.choice-marketing ul li > div.marketing-active {
        background: #fff;
    }

    .job-description.choice-marketing ul li > div > p:nth-child(2) {
        margin: 0 0 30px 0;
    }

.choice-marketing .marketing-type i {
    font-size: 60px;
}

.choice-marketing .marketing-type .type-one::before {
    content: "\e635";
    color: #74a8ff;
}

.choice-marketing .marketing-type .type-two::before {
    content: "\e677";
    color: #ff8426;
}

.choice-marketing .marketing-type .type-three::before {
    content: "\e637";
    color: #56c8d7;
}

.choice-marketing .marketing-type .type-four::before {
    content: "\e63d";
    color: #ffce6a;
}

.choice-marketing .marketing-type .type-five::before {
    content: "\e66b";
    color: #a880ff;
}

.current_activity {
    border: 1px solid #eee;
}


/*优惠券关怀*/
.train_scene_title i {
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 1px;
}
.coupon_scene i::before {
    content: "\e635";
    color: #498dff; 
}

.train_scene_title span {
    font-size: 14px;
    color: #999;
}

.couponcare {
    border-top: 1px solid #ddd;
    margin: 0 -20px;
    padding: 0 20px;
}

.fill-in {
    overflow: hidden;
}

    .fill-in label {
        padding: 0;
        margin:7px 0 0 0;
        font-size: 14px;
        color: #999;
    }

    .fill-in input {
        padding: 10px 5px;
        border-radius: 3px;
        border: 1px solid #ddd;
    }

.fill-title {
    color: #999;
    font-size: 14px;
    margin: 20px 0;
}

.crowd-table {
    border: 1px solid #eee;
    font-size: 14px;
    text-align: left;
    width: 100%;
}

    .crowd-table thead {
        background: #f5f5f5;
    }

        .crowd-table thead th {
            padding: 14px 10px;
            color: #333;
            font-weight: normal;
        }

    .crowd-table td {
        color: #666;
        padding: 10px;
        border-top: 1px solid #eee;
        background:#fff;
    }

    .crowd-table tbody td:nth-child(2) {
        width: 140px;
    }
    .crowd-table tbody td:nth-child(3) {
        width: 120px;
    }
    .crowd-table tbody td:nth-child(4) {
        width: 140px;
    }
    .crowd-table tbody td:nth-child(5) {
        width: 90px;
    }

.radio-select {
    opacity: 0;
    margin: 0;
    position: absolute;
    width:20px;
    height:20px;
}
.radio-style::before,.checkbox-style::before {
    font-family: "iconfont";
    color: #dedede;
}
.radio-style::before {
    font-size: 20px;
    content: "\e663";
}
.checkbox-style::before {
    font-size: 16px;
    content: "\e64f";
}
.radio-select[type=radio]:checked + label::before, .radio-select[type=checkbox]:checked + label::before {
    color: #498dff;
}
.radio-select[type=radio]:checked + label::before {
    font-size: 20px;
    content: "\e664";
}
.radio-select[type=checkbox]:checked + label::before {
    font-size:16px;
    content: "\e670";
}
/*优惠券关怀--新建优惠券*/
    .choice-coupon .newly-build {
        background: #f4f8ff;
        color: #498dff;
        border: 1px solid #c9ddff;
        border-radius: 3px;
        padding: 4px 6px;
        font-size: 14px;
        margin: 20px 0;
    }
/*暂无优惠券*/
.no-coupon td {
    padding: 20px 0;
    text-align: center;
}
/*新增的优惠券样式*/
.coupon-table tbody td:nth-child(2) {
    width: 196px;
}
.coupon-table tbody td:nth-child(4) {
    width: 100px;
}
.coupon-table tbody td:nth-child(5) {
    width: 66px;
}
.coupon-table tbody td:nth-child(7) {
    width: 105px;
}
.coupon-table tbody td:nth-child(8) {
    color:#498dff;
    cursor:pointer;
}

.choice-coupon .flexible-icon {
    display: none;
    vertical-align: middle;
}

    .choice-coupon .flexible-icon::before {
        content: "\e692";
        color: #ffb726;
        font-size: 20px;
        margin-right: 10px;
    }
/*添加优惠券弹窗*/
.coupon-popup {
    width: 720px;
    left: calc(50% - 350px);
    top:50%;
    transform:translateY(-50%);
}

.add-coupon {
    padding: 20px 10px;
}
.coupon-popup .add-coupon .form-group:nth-child(1) {
    width: 480px;
}
.coupon-popup .add-coupon .form-group:nth-child(2) {
    width: 430px;
}
.coupon-popup .add-coupon .form-group:nth-child(3) {
    width: 320px;
}
.coupon-popup .add-coupon .form-group .pro-language.field-validation-error {
    top: -6px;
}
.coupon-popup .add-coupon .form-group:nth-child(5) {
    width: 330px;
}
.coupon-popup .add-coupon .form-group:nth-child(6) {
    width: 230px;
}
        .add-coupon .form-group .content-name {
            width: 80px;
            text-align: right;
            font-size: 14px;
            color: #666;
        }

        .add-coupon .form-group span {
            font-size: 14px;
            color: #999;
        }

        .add-coupon .form-group .name, .add-coupon .form-group .use-condition .money, .add-coupon .form-group .circulation {
            border: 1px solid #ddd;
            padding: 10px 5px;
            border-radius: 3px;
            margin: 0 10px;
        }

        .add-coupon .form-group .name {
            width: 300px;
        }

        .add-coupon .form-group .dropdownlist {
            width: 100px;
            display: inline-block;
            margin: 0 10px;
        }

        .add-coupon .form-group .use-condition {
            display: inline-block;
            margin: 0 10px;
        }

            .add-coupon .form-group .use-condition .money {
                width: 100px;
            }

            .add-coupon .form-group .use-condition .radio-select {
                top: 8px;
                z-index: 1;
            }

            .add-coupon .form-group .use-condition .radio-style {
                position: relative;
                top: 2px;
            }

        .add-coupon .form-group .circulation {
            width: 100px;
        }

        .add-coupon .form-group .content-prompt {
            margin: 10px 0 0 94px;
            border: 1px solid #c9ddff;
            background: #f4f8ff;
            border-radius: 3px;
            color: #666;
            font-size: 12px;
            width: 250px;
            text-align: center;
        }

    .add-coupon .send-time {
        display: inline-block;
        vertical-align: middle;
    }

        .add-coupon .send-time div {
            margin: 0 10px;
        }

        .add-coupon .send-time p {
            margin: 10px 0;
        }

.coupon-popup .alertable-buttons {
    text-align: center;
}


/*物流实训标志对应*/
.logistics-marks {
}

    .logistics-marks .logistics-marks-header {
        font-size: 14px;
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin: 0 0 20px 0;
        color: #666;
    }

    .logistics-marks .logistics-marks-blocks {
        margin-left: -16px;
    }

    .logistics-marks .logistics-marks-block {
        width: 10%;
        float: left;
        margin-bottom: 16px;
        position: relative;
        font-size: 0;
        min-height:101px;
    }

        .logistics-marks .logistics-marks-block .ui-widget-content {
            width: 100px;
            height: 100px;
            position: relative;
            z-index: 2;
            margin-left: 16px;
            background-color: #ddd;
        }

    .logistics-marks .logistics-marks-blocks .ui-draggable-dragging {
        z-index: 3;
    }

    .logistics-marks .logistics-marks-block .ui-widget-content.background {
        z-index: 1;
        position: absolute;
        top: 0;
        opacity: 0.3;
    }

    .logistics-marks .logistics-marks-droppables {
        margin-left: -20px;
    }

    .logistics-marks .logistics-marks-droppable {
        float: left;
        width: 12.5%;
    }

        .logistics-marks .logistics-marks-droppable .logistics-marks-droppable-inner {
            margin-left: 20px;
            margin-bottom: 20px;
            border: 1px solid #ddd;
            text-align: center;
            padding: 10px;
            border-radius: 3px;
        }

            .logistics-marks .logistics-marks-droppable .logistics-marks-droppable-inner .ui-widget-header {
                height: 101px;
                background-color: #F6F6F6;
                color: #999;
                line-height: 150px;
                border-radius: 3px;
            }

                .logistics-marks .logistics-marks-droppable .logistics-marks-droppable-inner .ui-widget-header > .ui-widget-content + span {
                    display: none;
                }


            .logistics-marks .logistics-marks-droppable .logistics-marks-droppable-inner strong {
                font-weight: normal;
                color: #999;
                display: block;
                margin-top: 10px;
            }



.icon-logistics-marks {
    background: url(images/train-bk/logistics-marks.png) #fff no-repeat;
    width: 101px;
    height: 101px;
}

    .icon-logistics-marks.mark {
        background-position: -1153px 18px;
    }

    .icon-logistics-marks.mark-1 {
        background-position: left top;
    }

    .icon-logistics-marks.mark-2 {
        background-position: -146px top;
    }

    .icon-logistics-marks.mark-3 {
        background-position: -295px top;
    }

    .icon-logistics-marks.mark-4 {
        background-position: -442px top;
    }

    .icon-logistics-marks.mark-5 {
        background-position: -590px top;
    }

    .icon-logistics-marks.mark-6 {
        background-position: -736px top;
    }

    .icon-logistics-marks.mark-7 {
        background-position: -885px top;
    }

    .icon-logistics-marks.mark-8 {
        background-position: -1032px top;
    }

    .icon-logistics-marks.mark-9 {
        background-position: left -177px;
    }

    .icon-logistics-marks.mark-10 {
        background-position: -147px -177px;
    }

    .icon-logistics-marks.mark-11 {
        background-position: -295px -177px;
    }

    .icon-logistics-marks.mark-12 {
        background-position: -442px -177px;
    }

    .icon-logistics-marks.mark-13 {
        background-position: -590px -177px;
    }

    .icon-logistics-marks.mark-14 {
        background-position: -736px -177px;
    }

    .icon-logistics-marks.mark-15 {
        background-position: -885px -177px;
    }

    .icon-logistics-marks.mark-16 {
        background-position: -1032px -177px;
    }

/*物流实训订单处理*/
.logistics-orders {
}

    .logistics-orders .logistics-orders-header {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        font-size: 16px;
    }

    .logistics-orders .logistics-order-items {
        width: 100%;
        border-collapse: collapse;
    }

        .logistics-orders .logistics-order-items .sep-row {
            height: 20px;
        }

        .logistics-orders .logistics-order-items .logistics-order-header {
            background-color: #F5F5F5;
            color: #666;
            padding: 12px 15px;
            border: 1px solid #ededed;
        }

            .logistics-orders .logistics-order-items .logistics-order-header > label {
                margin-right: 20px;
            }

            .logistics-orders .logistics-order-items .logistics-order-header > span {
                float: right;
                color: #A5A5A5;
            }

        .logistics-orders .logistics-order-items .logistics-order-detail > td {
            border: 1px solid #ededed;
            padding: 20px;
            font-size: 13px;
        }

        .logistics-orders .logistics-order-items .logistics-order-detail .logistics-order-detail-img {
            width: 100px;
            height: 100px;
            float: left;
            margin-right: 20px;
        }

            .logistics-orders .logistics-order-items .logistics-order-detail .logistics-order-detail-img > img {
                width: inherit;
                height: inherit;
            }

        .logistics-orders .logistics-order-items .logistics-order-detail .p-name {
            float: left;
            width: 45%;
            margin-right: 20px;
        }

            .logistics-orders .logistics-order-items .logistics-order-detail .p-name > h3 {
                font-weight: normal;
                font-size: 13px;
                color: #666;
                margin-top: 0;
                line-height: 1.6;
            }

                .logistics-orders .logistics-order-items .logistics-order-detail .p-name > h3 > span {
                    background-color: #F98F0E;
                    color: #fff;
                    font-size: 12px;
                    padding: 2px 5px;
                    border-radius: 3px;
                    margin-right: 3px;
                }

            .logistics-orders .logistics-order-items .logistics-order-detail .p-name > label {
                color: #9C9C9C;
            }

        .logistics-orders .logistics-order-items .logistics-order-detail .p-price {
            width: 20%;
            float: left;
        }

            .logistics-orders .logistics-order-items .logistics-order-detail .p-price > s,
            .logistics-orders .logistics-order-items .logistics-order-detail .p-price > b {
                color: #9C9C9C;
                display: block;
                text-align: center;
                font-weight: normal;
                line-height: 1.6;
            }

            .logistics-orders .logistics-order-items .logistics-order-detail .p-price > b {
                color: #666;
            }

        .logistics-orders .logistics-order-items .logistics-order-detail .p-quantity {
            text-align: right;
            padding-right: 20px;
        }

        .logistics-orders .logistics-order-items .logistics-order-detail .p-subtotal {
            width: 130px;
            vertical-align: top;
            padding: 20px 10px;
        }

            .logistics-orders .logistics-order-items .logistics-order-detail .p-subtotal > ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
                text-align: center;
                line-height: 1.6;
                color: #9C9C9C;
                font-size: 12px;
            }

                .logistics-orders .logistics-order-items .logistics-order-detail .p-subtotal > ul strong {
                    font-weight: normal;
                    color: #666;
                    font-size: 13px;
                }

        .logistics-orders .logistics-order-items .logistics-order-detail .p-address {
            vertical-align: top;
            width: 23%;
        }

            .logistics-orders .logistics-order-items .logistics-order-detail .p-address > ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
                color: #666;
            }

                .logistics-orders .logistics-order-items .logistics-order-detail .p-address > ul > li {
                    margin-bottom: 5px;
                }

                .logistics-orders .logistics-order-items .logistics-order-detail .p-address > ul strong {
                    color: #9c9c9c;
                    font-weight: normal;
                }

                .logistics-orders .logistics-order-items .logistics-order-detail .p-address > ul > li span {
                    margin-left: 12px;
                }

        .logistics-orders .logistics-order-items .logistics-order-detail .p-actions > .button {
            padding: 5px 10px;
            font-size: 12px;
        }


/*物流实训预约发货*/
.shipping-info {
}

    .shipping-info .shipping-info-header {
        border-bottom: 1px solid #ddd;
        margin: -20px -20px 0;
        padding: 15px 20px;
    }

    .shipping-info .shipping-step {
        list-style: none;
        overflow: hidden;
        text-align: center;
        margin: 30px 0;
        padding: 0;
    }

        .shipping-info .shipping-step > li {
            display: inline-block;
            color: #666;
            position: relative;
        }

            .shipping-info .shipping-step > li:not(:last-child) {
                padding-right: 80px;
            }

            .shipping-info .shipping-step > li > label {
                background-color: #fff;
                color: #ddd;
                width: 35px;
                height: 35px;
                display: inline-block;
                text-align: center;
                line-height: 35px;
                border-radius: 50%;
                margin-right: 5px;
                border: 1px solid #ddd;
            }

            .shipping-info .shipping-step > li.active > label {
                background-color: #498dff;
                color: #fff;
                width: 35px;
                height: 35px;
                display: inline-block;
                text-align: center;
                line-height: 35px;
                border-radius: 50%;
                margin-right: 5px;
                border-color: #498dff;
            }

            .shipping-info .shipping-step > li .line {
                background-color: #ddd;
                height: 1px;
                width: 60px;
                position: absolute;
                right: 10px;
                top: 50%;
            }

    .shipping-info .shipaddress {
    }

        .shipping-info .shipaddress .shipaddress-header {
            background-color: #F5F5F5;
            padding: 8px 12px;
            color: #666;
        }

        .shipping-info .shipaddress > ul {
            list-style-type: none;
            padding: 0;
            margin-top: 20px;
            margin-bottom: 20px;
        }

    .shipping-info .shipping-actions {
        text-align: center;
        margin: 40px auto 20px;
    }

    .shipping-info .tracking-address {
        border: 1px solid #f5f5f5;
    }

        .shipping-info .tracking-address .tracking-address-header {
            background-color: #F5F5F5;
            padding: 8px 12px;
            color: #666;
        }

        .shipping-info .tracking-address > p {
            margin: 12px;
            color: #666;
        }

    .shipping-info .tracking-company {
        width: 100%;
        margin: 20px 0 40px 0;
        border-collapse: collapse;
        border: 1px solid #f5f5f5;
        color: #666;
    }

        .shipping-info .tracking-company th {
            text-align: left;
            background-color: #F5F5F5;
            padding: 10px 20px;
            font-weight: normal;
        }

        .shipping-info .tracking-company td {
            border-bottom: 1px solid #f5f5f5;
            padding: 10px 20px;
            vertical-align:middle;
        }
.form-group.validation-top.logistics-validation .field-validation-error {
    margin-top: -18px;
}

    .shipping-info .tracking-company-icon {
        margin-right:10px;
        width:22px;
        height:22px;
    }

    .shipping-info .tracking-company th:first-child {
        width: 30px;
    }

        .shipping-info .tracking-company td:first-child {
            padding: 10px 0 0 15px;
            text-align: center;
        }

        .shipping-info .tracking-company tr:hover > td {
            background-color: #F7FCFF;
        }

        .shipping-info .tracking-company td:first-child > .radio {
            padding: 3px 0;
        }

            .shipping-info .tracking-company td:first-child > .radio > label::after {
                top: -1px;
            }


            .shipping-info .tracking-info{
                list-style:none;
                margin:0 5px 0 -30px;
                padding:0;
            }

    .shipping-info .shipping-confirm {
        text-align:center;
        margin:0 auto;
        padding:30px 160px;
    }
        .shipping-info .shipping-confirm > i.iconfont {
            color: #53C41A;
            font-size:48px;
        }
        

        .shipping-info .shipping-confirm > h1 {
            font-weight: normal;
            font-size: 26px;
        }
        .shipping-info .shipping-confirm > ul {
            text-align:left;
            margin:0 0 -30px 0;
            padding:20px;
            list-style-type:none;
            line-height:1.8;
            color:#666;
            background-color:#f5f5f5;
            border-radius:3px;
        }
            .shipping-info .shipping-confirm > ul > li > span {
                color:#333;
            }




/*物流实训侧边栏订单*/
.sidebar-order {
    color: #666;
}

    .sidebar-order .sidebar-order-img {
        width: 100%;
    }

        .sidebar-order .sidebar-order-img img {
            width: inherit;
        }

    .sidebar-order .sidebar-order-name {
        margin: 20px 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        line-height: 1.6;
    }

        .sidebar-order .sidebar-order-name > h3 {
            font-size: 14px;
            font-weight: normal;
            margin: 0;
        }

        .sidebar-order .sidebar-order-name > strong,
        .sidebar-order .sidebar-order-name > label {
            display: block;
            font-size: 13px;
            color: #A0A0A0;
        }

        .sidebar-order .sidebar-order-name > strong {
            color: #E66078;
        }

    .sidebar-order .sidebar-order-attributes {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .sidebar-order .sidebar-order-attributes > li {
            position: relative;
            padding-left: 110px;
            min-height: 22px;
            font-size:12px;
        }

        .sidebar-order .sidebar-order-attributes span {
            color: #a0a0a0;
            display: block;
            width: 110px;
            text-align: right;
            left: 0;
            position: absolute;
        }

/*物流包装实训侧边栏订单*/
.package-marks {
}

    .package-marks .package-marks-header {
        font-size: 14px;
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin: 0 0 20px 0;
        color: #666;
    }

    .package-marks .package-marks-blocks {
        margin-left: -16px;
    }

    .package-marks .package-marks-block {
        width: 16.66667%;
        float: left;
        margin-bottom: 16px;
        position: relative;
    }

        .package-marks .package-marks-block .ui-widget-content span {
            display: block;
            text-align: center;
            color: #999;
            /*padding-top: 108px*/
        }


        .package-marks .package-marks-block .ui-widget-content {
            width: 123px;
            position: absolute;
            z-index: 2;
            margin-left: 16px;
            border: 1px solid #ddd;
            border-radius: 3px;
            height: 135px;
        }

    .package-marks .package-marks-blocks .ui-draggable-dragging {
        z-index: 3;
    }

    .package-marks .package-marks-block .ui-widget-content.background {
        z-index: 1;
        position: relative;
        top: 0;
        opacity: 0.3;
    }

.icon-package-marks {
    background: url(images/train-bk/package-marks.png) #fff no-repeat;
    width: 121px;
}

.icon-package-marks.mark {
        background-position: -256px -435px;
    }
/*.icon-package-marks.mark-0 {
        background-position: 30px -435px;
    }
    .icon-package-marks.mark-1 {
        background-position: left 5px;
    }

    .icon-package-marks.mark-2 {
        background-position: -143px 5px;
    }

    .icon-package-marks.mark-3 {
        background-position: -286px 5px;
    }

    .icon-package-marks.mark-4 {
        background-position: -429px 5px;
    }

    .icon-package-marks.mark-5 {
        background-position: -572px 5px;
    }

    .icon-package-marks.mark-6 {
        background-position: -715px 5px;
    }

    .icon-package-marks.mark-7 {
        background-position: left -210px;
    }

    .icon-package-marks.mark-8 {
        background-position: -143px -210px;
    }

    .icon-package-marks.mark-9 {
        background-position: -286px -210px;
    }

    .icon-package-marks.mark-10 {
        background-position: -429px -210px;
    }

    .icon-package-marks.mark-11 {
        background-position: -572px -210px;
    }

    .icon-package-marks.mark-12 {
        background-position: -715px -210px;
    }*/
.packing-process-imgs {
    width: 121px;
    height: 105px;
    text-align: center;
    margin: 0 auto;
}
    .packing-process-imgs img {
    height:100%;
    }
.package-marks .package-marks-block .ui-widget-content.background img {
    height: 105px;
}
.package-marks .package-marks-droppables {
    margin-left: -20px;
}

.package-marks .package-marks-droppable {
    float: left;
    width: 25%;
}

    .package-marks .package-marks-droppable .package-marks-droppable-inner {
        margin-left: 20px;
        margin-bottom: 20px;
        border: 1px solid #ddd;
        text-align: center;
        padding: 10px;
        border-radius: 3px;
    }

        .package-marks .package-marks-droppable .package-marks-droppable-inner .ui-widget-header {
            height: 140px;
            color: #999;
            border-radius: 3px;
            margin: 0 auto;
        }

            .package-marks .package-marks-droppable .package-marks-droppable-inner .ui-widget-header > .ui-widget-content span {
                display: block;
                /*padding-top: 110px;*/
            }

        .package-marks .package-marks-droppable .package-marks-droppable-inner strong {
            font-weight: normal;
            color: #999;
            display: block;
            margin-top: 10px;
            background-color: #f5f5f5;
            margin: 0 -10px -10px -10px;
            padding: 5px 0;
        }

    .package-marks .package-marks-droppable .checkbox {
        margin-left: 20px;
        margin-top: -7px;
        color: #666;
    }

/*创建计划按钮*/

    .create-plan button {
        display: block;
        width: 140px;
        background: #498dff;
        color: #fff;
        border-radius: 3px;
        padding: 10px 0;
        margin: 0 auto;
        text-align: center;
        margin-top:20px;
        border:none;
        cursor:pointer;
    }
/*选择时间日期*/
.send-time .fill-title {
    margin: 8px 0 0 0;
    padding:0;
}

.send-time .opt-date, .send-time .opt-time {
    position:relative;

}
    .send-time .opt-date input, .send-time .opt-time input {
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 10px 8px;
        width:180px;
    }

    .send-time .opt-date i, .send-time .opt-time i {
        position: absolute;
        right: 5px;
        top: 25%;
    }

        .send-time .opt-date i::before {
            content: "\e638";
            color: #9ec2ff;
        }

        .send-time .opt-time i::before {
            content: "\e63e";
            color: #9ec2ff;
        }

/**短信营销***/
/*选择banner*/
.sms_scene i::before {
    content: "\e677";
    color: #ff8426;
}
.couponcare .opt-banner {
    overflow:hidden;
}
    .couponcare .opt-banner p, .couponcare .opt-banner .banner-click {
        overflow: hidden;
    }
.target,.banner-link {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 300px;
    padding: 8px 5px;
    color: #666;
    font-size: 14px;
}
.target {
    width: 300px;
    margin:0;
    min-height:38px;
}
.banner-link {
    width: 500px;
    margin: 0;
    min-height: 38px;
}
.opt-banner .banner-click {
    border:1px solid #ddd;
    width:300px;
    height:150px;
    border-radius:3px;
    text-align:center;
    
    position:relative;
}
    .opt-banner .banner-click .opt-mould {
        cursor: pointer;
        cursor: pointer;
        width: 100px;
        margin: 50px auto;
    }
    .opt-banner .banner-click .opt-mould i::before {
        content: "\e674";
        color: #ddd;
        font-size: 40px;
    }
    .opt-banner .banner-click .opt-mould p {
        color: #498dff;
    }
    /*修改banner*/
    .opt-banner .banner-click .update-banner:hover .sms-layer {
        display:block;
    }
    .opt-banner .banner-click .update-banner .sms-layer {
        display: none;
    }
    .opt-banner .banner-click .update-banner .opt-mould i, .opt-banner .banner-click .update-banner .opt-mould p {
        color: #fff;
    }
    .opt-banner .banner-click .update-banner .opt-mould p {
      margin-top:20px;
    }
/*短信内容*/
.sms-content {
    position: relative;
}
.sms-content ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
.sms-content ul li{
    width:28.9%;
    height:150px;
    border:1px solid #ddd;
    border-radius:3px;
    float:left;
    padding:15px;
}
    .sms-content ul li p{
       margin:0;
    }
    .sms-content ul li span {
       color:#498dff;
    }
    .sms-content ul li + li {
       margin-left:20px;
    }
    /*选中短信*/
    .sms-content ul li.sms-select {
        border-color: #498dff;
        box-shadow: 0 0 5px #498dff;
    }
/*banner遮罩层*/
.sms-layer {
    width: 100%;
    height: 100%;
    background: rgba(2,20,49,0.8);
    position: absolute;
    color: #fff;
    text-align: center;
}
.sms-layer p {
        margin: 0;
        position:relative;
        transform: translateY(-50%);
        top:50%;
    }
    /*banner模板*/
.banner-template {
    overflow:hidden;
    padding:20px;
}
.banner-template > p{
    color:#ff8426;
    margin:0;
}
.banner-template ul {
    margin:0 auto;
    padding:0;
    list-style-type:none;
    text-align:center;
    overflow:hidden;
}
    .banner-template ul li {
        display:inline-block;
        margin:10px;
    }
    .banner-template ul li img{
        margin-bottom:20px;
        border-radius:3px;
    }
        .banner-template ul li div {
            position:relative;
        }
        .banner-template ul li .radio-select {
            margin-top:3px;
            z-index:1;
        }
        .banner-template ul li .radio-style::before {
            position: relative;
            top: 2px;
        }
        /*兴趣转化*/
.channel span{
    color:#ff8426;
}
.interest_scene i::before {
    content: "\e637";
    color: #26c8b2;
}
.notice-channel ul{
    list-style-type:none;
    padding:0;
    margin:0;
}
.notice-channel ul li{
    border:1px solid #ddd;
    width:48.8%;
    float:left;
    padding:20px;
}
    .notice-channel ul li p, .notice-channel ul li span {
        font-size:14px;
    }
    .notice-channel ul li p{
        color:#666;
    }
    .notice-channel ul li span {
        color: #999;
    }
    .notice-channel ul li + li {
        margin-left:20px;
    }
    .notice-channel ul li i, .notice-channel ul li .notice-type {
        display: inline-block;
        vertical-align: middle;
    }
        .notice-channel ul li .notice-type p {
            margin: 0;
        }
    .notice-channel ul li i {
        color: #498dff;
        font-size: 50px;
        margin-top:5px;
    }
    .notice-channel ul li i.sms::before {
        content: "\e677";        
    }
        .notice-channel ul li i.poster::before {
            content: "\e6b2";
        }

    /*选中转化渠道*/
    .notice-channel ul li.select-channel {
        border-color: #498dff;
        box-shadow: 0 0 5px #498dff;
    }
    /*通知*/
.inform {
    border:1px solid #ddd;
    padding:10px 20px;
    overflow:hidden;
    margin-top:20px;
}
    .inform .sms-inform, .inform .poster-inform {
        border-bottom: 1px solid #ddd;
        margin: 0 -20px;
        padding: 0 0 10px 20px;
    }
        .inform .sms-inform i, .inform .poster-inform i {
            font-size: 24px;
            color: #498dff;
            position: relative;
            top: 4px;
            margin-right: 5px;
        }
    .inform .sms-inform i::before {
        content: "\e677";        
    }
            .inform .poster-inform i::before {
                content: "\e6b2";
            }
/***上新老客户提醒***/
.new-remind i::before {
    content: "\e63d";
    color: #ffce6a;
}
.new-goods tbody td:first-child {
    width: 300px;
}
/*.new-goods tbody td:nth-child(4) {
    color: #498dff;
}*/
.new-goods img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.new-goods .crowd-table p {
    width:200px;
    margin: 0;
    display:inline-block;
    vertical-align:middle;
}
/*智能复购提醒*/
.re-purchase i::before {
    content: "\e66b";
    color: #a880ff;
}
.interval {
    margin:10px;
}
.continued-date {
    float:left;
    margin-right:20px;
}
    .continued-date ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        border: 1px solid #ddd;
        overflow:hidden;
        border-radius:3px;
    }
    .continued-date ul li{
        float:left;
        background:#f5f5f5;
        padding:8px 20px;
        cursor:pointer;
        color:#666;
    }
        .continued-date ul li + li{
            border-left:1px solid #ddd;
        }
        .continued-date ul li.continued-date-opt {
            background: #fff;
            color: #498dff;
        }
.plan-date .default-date {
    background: #f5f5f5;
}
.purchase-goods img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    border:1px solid #eee;
}
.purchase-goods tbody td p {
    margin:0;
}
.purchase-goods tbody td:first-child {
    width: 300px;
}
.purchase-goods tbody td:nth-child(2) {
    width: 80px;
}
.purchase-goods tbody td:nth-child(4) {
    width:inherit;
}
.purchase-goods tbody td:nth-child(5) {
    width: 120px;
}
.purchase-goods tbody td:first-child p {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}
.purchase-goods tbody td:last-child i::before {
    content: "\e692";
    color: #ffb726;
    font-size:24px;
}
.purchase-goods tbody td:nth-child(5) p, .purchase-goods tbody td:last-child p {
    color: #498dff;
    margin-top: 5px;
    cursor:pointer;
}
    .purchase-goods tbody td:nth-child(5) p:hover, .purchase-goods tbody td:last-child p:hover {
        text-decoration:underline;
    }
    .purchase-goods tbody td:nth-child(5) p.select-click, .purchase-goods tbody td:last-child p.select-click {
        color: #ff8426;
    }
/*复购选择优惠券*/
.select-discount {
    border:1px solid #eee;
    margin-top:20px;
}
    .select-discount .fill-title {
        margin-left:20px;
        color:#498dff;
    }
    .select-discount .crowd-table {
        border-left:none;
        border-right:none;
        margin-bottom:20px;
    }
    .select-discount .alertable-buttons {
        text-align:center;
    }
    /***实训详情-优惠券关怀***/
.training_scene {
    overflow:hidden;
}
.training_scene ul {
    margin:0;
    padding:0;
    list-style-type:none;
    margin:0 -10px;
    text-align:center;
}
    .training_scene ul li {
        float: left;
        width: 20%;
    }
        .training_scene ul li .training_scene_type {
            position:relative;
            padding: 20px 0;
            margin: 0 10px;
        }
            .training_scene ul li .training_scene_type img {
                width: 100%;
                border-radius: 3px;
            }
            .training_scene ul li .training_scene_type p {
              margin:10px 0 0 0;
            }
            /*场景背景*/
.scene-bk {
    border-top:1px solid #ddd;
    margin:0 -20px;
    padding:20px 20px 0 20px;
}
    .scene-bk .bk-activity {
        background: #fff9ee;
        border-radius:5px;
        padding:20px 20px 10px 20px;
    }
    .scene-bk .bk-activity p {
        font-size: 16px;
        color: #333;
        margin:0 0 10px 0;
    }
    .scene-bk .bk-activity ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
        .scene-bk .bk-activity ul li .time::before {
            content: "\e636";
            color: #9ec2ff;
        }
        .scene-bk .bk-activity ul li .crowd::before {
            content: "\e607";
            color: #9ec2ff;
        }
        .scene-bk .bk-activity span {
            font-size: 14px;
            color: #999;
            display:inline-block;
            margin-bottom:10px;
        }
        .scene-bk .bk-activity ul li p {
            font-size: 14px;
            color: #666;
            display: inline-block;
        }
        .scene-bk .bk-activity ul li span {
            margin:0 10px;
        }
/***优惠券详情***/
.couponcare-detail .fill-title {
    font-weight:600;
}
    .couponcare-detail .fill-title.correct-answer i{
        color:#26c8b2;
    }
    .couponcare-detail .fill-title.error-answer i {
        color: #ff7474;
    }
.couponcare-detail .couponcare-score label {
    color: #999;
    display: block;
    margin-top:20px;
}
    .couponcare-detail .couponcare-score label span {
        color: #ff8426;
        margin: 5px;
    }
.couponcare-detail .fill-in input {
    color: #666;
    background: #f5f5f5;
}
.couponcare-detail hr{
    height:1px;
    border:none;
    background-color:#eee;
    margin-top:20px;
}
.right-key {
    background:#f8f8f8;
    border-radius:3px;
    padding:15px;
    margin-top:20px;
}
    .right-key .key-text {
        color:#26c8b2;
        margin:0;
        display:inline-block;
    }
    .right-key .crowd-table {
        margin-top:15px;
    }
    .right-key .put-table tbody td:nth-child(2) {
        width: 150px;
    }
    .right-key .put-table tbody td:nth-child(5) {
        width: 240px;
    }
.coupon-table .detail-time {
    margin-top:20px;
}
.right-key .discount-table tbody td:nth-child(2) {
    width: 100px;
}
.right-key .discount-table tbody td:nth-child(4) {
    width: 70px;
}
.right-key .discount-table tbody td:nth-child(5) {
    width: 200px;
}
.right-key span{
    color:#666;
    font-size:14px;
}
.right-key label {
    margin:0;
}
.train_scene_title strong {
    color:#666;
    font-weight:normal;
}
.train_scene_title .delimiter {
    display: inline-block;
    margin: 0 10px;
    color:#333;
}
/*短信详情*/
.right-key .key-sms {
    margin-top:15px;
}
.sms_detail p {
    margin: 0;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 5px;
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    min-height: 38px;
}
    .sms_detail p span {
        color:#498dff;
    }
    /*兴趣转化详情*/
.project {
   margin-left:9%;
   margin-top:15px;
}
.intere-detail-sms {
    margin: 0;
}
    .intere-detail-sms .sms-inform span {
        color: #999;
    }
    .intere-detail .target {
        margin-top:15px;
    }
    /*智能复购提醒*/
.repeat-detail label {
    width:70px;
}
.repeat-detail p {
    margin:0;
    color:#666;
}
    .repeat-detail p + p {
        margin-top:10px;
    }
    /*教师端详情*/
.teach-ouponcare .fill-in input {
    background:#fff;
}

/*物流订单详情*/
.tracking-detail
{
    color:#333;
}

    .tracking-detail .tracking-detail-header {
        border-bottom:1px solid #ddd;
        margin:-20px -20px 0;
        padding:15px 20px;
    }
    .tracking-detail .tracking-detail-table {
        background-color:#f5f5f5;
        padding:15px 20px;
        margin:20px 0;
        border-radius:3px;
    }
        .tracking-detail .tracking-detail-table ul {
            list-style-type:none;
            margin:0;
            padding:0;
            color: #787878;
        }
            .tracking-detail .tracking-detail-table ul > li {
                position:relative;
                padding-left:70px;
                line-height:1.5;
                margin-bottom:15px;
            }
            .tracking-detail .tracking-detail-table ul label {
                color: #333;
                position:absolute;
                left:0;
            }
    .tracking-detail .tracking-detail-package {
       margin-bottom:40px;
       overflow:hidden;
    }

        .tracking-detail .tracking-detail-package > ul {
            margin:20px 0 20px -20px;
            padding:0;
            list-style-type:none;           
        }
            .tracking-detail .tracking-detail-package > ul > li {
                float:left;
                width:25%;
            }

                .tracking-detail .tracking-detail-package > ul > li > div {
                    border:1px solid #ddd;
                    border-radius:3px;
                    padding:10px;
                    margin-left:20px;
                }

                .tracking-detail .tracking-detail-package > ul > li .icon-package-marks {
                    height:120px;
                    margin:0 auto;
                }

                .tracking-detail .tracking-detail-package > ul > li > div > strong,
                .tracking-detail .tracking-detail-package > ul > li > div > label {
                    display:block;
                    text-align:center;
                    color:#787878;
                    font-weight:normal;
                }
                .tracking-detail .tracking-detail-package > ul > li > div > strong {
                    background-color:#ddd;
                    margin:10px -10px -10px;
                    padding:5px 0;
                    color:#333;
                }
                /*订单处理实训*/
.order-train-start i::before {
    content: "\e6dc"; 
    color:#498dff;
    margin-right:10px;
}

/*订单实训*/
.tracking-history {
    color: #333;
}

    .tracking-history .tracking-history-header {
        margin: -20px -20px 0 -20px;
        padding: 15px 20px;
        border-bottom: 1px solid #ddd;
    }

.tracking-history-header > span[class=pull-right] span {
    color: #ff8426;
}

.tracking-history .tracking-history-marks {
    list-style-type: none;
    margin: 20px 0 20px -10px;
    padding: 0;
}

        .tracking-history .tracking-history-marks > li {
            float: left;
            width: 12.5%;
        }

            .tracking-history .tracking-history-marks > li > div {
                margin-left: 10px;
            }

                .tracking-history .tracking-history-marks > li > div > label {
                    margin: 12px 0;
                    display: block;
                    text-align: center;
                }

    .tracking-history .tracking-history-order-tabs {
        list-style-type: none;
        margin: 20px 0 0;
        padding: 0;
        overflow: hidden;
    }

        .tracking-history .tracking-history-order-tabs > li {
            float: left;
            margin-right: 10px;
        }

            .tracking-history .tracking-history-order-tabs > li.selected > img {
                opacity: 1;
            }

            .tracking-history .tracking-history-order-tabs > li.selected::after {
                font-family: 'iconfont';
                content: "\e657";
                display: block;
                margin: -6px 0 -10px;
                text-align: center;
                font-size: 30px;
                color: #4B8DFE;
            }

            .tracking-history .tracking-history-order-tabs > li img {
                width: 70px;
                height:70px;
                opacity: 0.7;
                cursor: pointer;
                border: 1px solid #ededed;
            }

    .tracking-history .tracking-history-order-header {
        margin: 20px 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }

    .tracking-history .tracking-history-order-info {
        list-style: none;
        margin: 0;
        padding:0;
    }

        .tracking-history .tracking-history-order-info.nocompare > li {
            border-bottom:none;
        }

        .tracking-history .tracking-history-order-info > li {
            margin-bottom: 20px;
            overflow: hidden;
            border-bottom: 1px solid #EFEFEF;
        }

        .tracking-history .tracking-history-order-info ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: table;
            width: 100%;
        }

            .tracking-history .tracking-history-order-info ul > li {
                display: table-cell;
                min-width: 70px;
                color: #666;
                line-height: 1.5;
            }

                .tracking-history .tracking-history-order-info ul > li:first-child {
                    text-align: right;
                    color: #999;
                    width: 70px;
                }


                .tracking-history .tracking-history-order-info ul > li > span[class=pull-right] span {
                    color: #ff8426;
                }

    .tracking-history .tracking-history-result {
        background-color: #f8f8f8;
        color: #31CBB5;
        padding: 10px 15px;
        border-radius: 3px;
        margin: 20px 0;
    }

        .tracking-history .tracking-history-result p {
            margin: 0;
            margin-bottom: 10px;
        }

    .tracking-history .tracking-history-package > ul {
        list-style: none;
        margin: 0 0 0 -20px;
        padding: 0;
        overflow: hidden;
    }

        .tracking-history .tracking-history-package > ul > li {
            float: left;
            width: 25%;
            text-align: center;
        }

            .tracking-history .tracking-history-package > ul > li > div {
                border: 1px solid #ddd;
                margin-left: 20px;
                padding: 10px;
                background-color: #fff;
            }

                .tracking-history .tracking-history-package > ul > li > div .icon-package-marks {
                    height: 110px;
                    margin: 0 auto;
                }

                .tracking-history .tracking-history-package > ul > li > div > label,
                .tracking-history .tracking-history-package > ul > li > div > strong {
                    display: block;
                    font-weight: normal;
                }

                .tracking-history .tracking-history-package > ul > li > div > label {
                    color: #999;
                    text-align: center;
                }

                .tracking-history .tracking-history-package > ul > li > div > strong {
                    background-color: #f1f1f1;
                    margin: 10px -10px -10px;
                    padding: 6px 0;
                    text-align: center;
                    color: #46CEB8;
                }

            .tracking-history .tracking-history-package > ul > li i {
                display: block;
                margin-top: 10px;
            }
    .tracking-history .tracking-history-package .icon-wrong,
    .tracking-history .tracking-history-result .icon-wrong,
    .tracking-history .icon-wrong{
        color: #FD7375;
    }

    .tracking-history .tracking-history-package .icon-right,
    .tracking-history .tracking-history-result .icon-right,
    .tracking-history .icon-right {
        color: #26C9B3;
        font-size: 18px;
    }
.tracking-history-order-info .icon-wrong, .tracking-history-order-info .icon-right, .tracking-history-header .icon-right {
    margin-right: 10px;
}
.tracking-history-order-header .pull-right span {
    color:#ff8426;
}
/*订单处理实训详情*/
.studentorderdetail {
}
.s-order-detail {
    width:780px;
}
    .s-order-detail .chat-box-head {
        border-bottom: 1px solid #eee;
        margin: 0 -20px;
        padding: 0 0 0 20px;
    }
    .s-order-detail .chat-box-head p{
        color:#666;
    }
.s-order-detail .order-detail-banner {
    position: relative;
    overflow: hidden;
    float:left;
    margin-left:20px;
}

.s-order-detail .order-detail-banner ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.s-order-detail .order-detail-banner ul li {
    float: left;
    position: relative;
    z-index: 3;
    background-color:#fff;
    padding-right:5px;
    color:#999;
}
.s-order-detail .order-detail-banner ul li + li {
    margin-left:20px;
    padding:0 5px;
}
.s-order-detail .order-detail-banner i {
    color: #ccc;
    display: inline-block;
    vertical-align: middle;
    margin-right:2px;
}
    
    .s-order-detail .order-detail-banner .expediting-bright {
        color:#498dff;
    }
    .s-order-detail .order-detail-banner .price::before {
        content: "\e678";
    }
.s-order-detail .order-detail-banner .expediting::before {
    content: "\e653";
    font-size: 22px;
}
    .s-order-detail .order-detail-banner .address::before {
        content: "\e643";
        font-size: 22px;
        position: relative;
        top: -2px;
    }
.s-order-detail .order-detail-banner .modify::before {
    content: "\e655";
    font-size:18px;
}
.s-order-detail .order-detail-banner .again-modify::before {
    content: "\e656";
    font-size: 23px;
}
.s-order-detail .order-detail-banner .delivery::before {
    content: "\e64b";
    font-size: 22px;
}
.s-order-detail .order-detail-banner .commentary::before {
    content: "\e64d";
}
.s-order-detail .order-detail-banner .reply::before {
    content: "\e680";
}
    .s-order-detail .order-detail-banner .logistics::before {
        content: "\e654";
        font-size: 20px;
        position: relative;
        top: -2px;
    }
    .s-order-detail .order-detail-banner .extend::before {
        content: "\e673";
        font-size: 20px;
    }
    .s-order-detail .dialogue-frame .chat-box-middle {
        border-bottom:1px solid #eee;
        color:#666;
    }
    .s-order-detail .customer-name p{
        color:#666;
        font-size:14px;
    }
    .s-order-detail .customer-name img{
        margin-right:10px;
    }
    .s-order-detail .customer-name span {
        color:#999;
    }
    .s-order-detail .dialogue-frame {
        border: 1px solid #eee;
        margin:0 20px 20px 0;
    }
    .s-order-detail .chat-box-middle {
        border-top: none;
        margin: 0;
    }
    .s-order-detail.chat-box .chat-box-middle .dialogue p, .s-order-detail.chat-box .chat-box-middle .dialogue .talk-right {
        max-width: 550px;
    }
    .s-order-detail.chat-box .chat-box-middle .dialogue .talk-right p + p{
        margin-top:8px;
    }
        .s-order-detail .select_answer .delivery p {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            color: #999;
            font-size: 14px;
            padding: 8px 0;
            position: absolute;
            bottom:20px;
        }
    .s-order-detail .select_answer .delivery a{
        position:absolute;
        right:20px;
        bottom:20px;
        background:#fff;
        border:1px solid #498dff;
        color:#498dff;
        padding:8px 35px;
    }
    .s-order-detail .select_answer {
        min-height:180px;
        margin-top:0;
        padding:20px;
    }
        .s-order-detail .select_answer .tidings {
            max-height: 80px;
            overflow: auto;
            background: #f5f5f5;
            border-radius: 3px;
            padding:10px;
        }
        .s-order-detail .select_answer .tidings p {            
            color:#666;
            font-size:14px;
            margin:0;
        }
.studentorderdetail .handle-detail {
    width: 400px;
    margin-left: 20px;
    border-left: 1px solid #eee;
    margin: -20px -20px 0 0;
}
    .studentorderdetail .handle-detail h2{
        background: #f5f5f5;
        margin: 0;
        padding: 0 20px;
        border-bottom: 1px solid #f5f5f5;
        font-size: 16px;
        height: 60px;
        line-height: 60px;
        color: #666;
        font-weight:normal;
    }
    .studentorderdetail .handle-detail .title-operation {
        background: #f5f5f5;
        margin: 0;
        border-bottom: 1px solid #f5f5f5;
        height: 60px;
    }
    .studentorderdetail .handle-detail .logistics-orders {
        padding:20px;
        overflow:hidden;
    }
.studentorderdetail .handle-detail .logistics-orders .logistics-order-items .logistics-order-detail .p-name {
    width: 66%;
    margin-right: 0;
}
    .studentorderdetail .handle-detail .logistics-orders .logistics-order-items .logistics-order-detail .p-tariff p{
        color:#666;
        margin:0;
        margin-top:10px;
    }
.studentorderdetail .handle-detail .logistics-orders .logistics-order-items .logistics-order-detail .orders-state {
    overflow:hidden;
    margin-bottom:20px;
    color:#999;
}
.studentorderdetail .handle-detail .logistics-orders .logistics-order-items .logistics-order-detail .orders-state span:first-child {
    color:#ff8426;
}
.studentorderdetail .handle-detail .logistics-orders .logistics-order-items .logistics-order-detail .order-number {
    border-top:1px solid #eee;
    margin-top:20px;
}
.studentorderdetail .handle-detail .logistics-orders .logistics-order-items .logistics-order-detail .order-number p{
    color:#666;
    margin:20px 0 0 0;
}
    .studentorderdetail .handle-detail .logistics-orders .logistics-order-items .logistics-order-detail .order-number p + p {
        margin-top:20px;
    }
    .studentorderdetail .handle-detail .operation-area {
        padding: 20px 20px 0 0;
        height: 230px;
    }
        .studentorderdetail .handle-detail .operation-area ul, .studentorderdetail .handle-detail .operation-area ul li .operation-window ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }
            .studentorderdetail .handle-detail .operation-area ul li .operation-button {
                position: relative;
            }
                .studentorderdetail .handle-detail .operation-area ul li .operation-button .operation{
                    border: 1px solid #c9ddff;
                    background: #f4f8ff;
                    color: #498dff;
                    border-radius: 3px;
                    float: left;
                    padding: 5px 12px;
                    margin: 0 0 20px 0;
                    margin-left: 20px;
                    cursor: pointer;
                }
                    .studentorderdetail .handle-detail .operation-area ul li .operation-button .operation.o-active {
                        border: 1px solid #498dff;
                        background: #498dff;
                        color: #fff;
                    }
    .studentorderdetail .handle-detail .operation-close {
        border: 1px solid #c9ddff;
        background: #f4f8ff;
        color: #498dff;
        border-radius: 3px;
        padding: 5px 12px;
        margin-left: 20px;
        cursor: pointer;
        margin-right:20px;
    }
    .studentorderdetail .handle-detail h4 {
        background: #f5f5f5;
        margin: 0;
        padding: 0 20px;
        border-bottom: 1px solid #f5f5f5;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        color: #666;
        font-weight: normal;
    }
    /*催付*/
    .studentorderdetail .handle-detail .operation-area ul li .operation-window {
        border: 1px solid #ddd;
        box-shadow: 0 0 3px #ddd;
        position: absolute;
        padding: 20px;
        background: #fff;
        width: 350px;
        z-index: 1;
        left: 52%;
        transform: translateX(-50%);
        top: -100px;
        display:none;
    }
        .studentorderdetail .handle-detail .operation-area ul li .operation-window li {
            border: 1px solid #eee;
            background: #fafafa;
            border-radius: 3px;
            color: #666;
            padding: 10px;
            cursor: pointer;
            word-wrap: break-word;
        }
        .studentorderdetail .handle-detail .operation-area ul li .operation-window li.oper-active {
            border: 1px solid #498dff;
            box-shadow:0 0 3px #498dff;
            background:#fff;
        }
        .studentorderdetail .handle-detail .operation-area ul li .operation-window li + li {
            margin-top:20px;
        }
        .studentorderdetail .handle-detail .operation-area ul li .operation-window .triangle-bottom {
            position:absolute;
            bottom:-10px;
        }
        .studentorderdetail .handle-detail .operation-area ul li .operation-window .alertable-close {
            margin: -35px -35px 0 0;
        }
            .studentorderdetail .handle-detail .operation-area ul li .operation-window .alertable-close::after {
                color:#498dff;
            }
            /*发送地址*/
    .studentorderdetail .handle-detail .operation-area ul li .operation-window p{
        margin:0;
    }
        .studentorderdetail .handle-detail .operation-area ul li .operation-window p + p {
            margin-top:10px;
        }
        .studentorderdetail .handle-detail .operation-area ul li .operation-window .send-address {
            border:1px solid #ddd;
            color:#666;
            padding:5px 10px;
            border-radius:3px;
            margin-top:20px;
            cursor:pointer;
        }
        .studentorderdetail .handle-detail .operation-area ul li .operation-window .send-address.active{
            border: 1px solid #498dff;
            color: #fff;
            background:#498dff;
        }
        /*修改地址*/
.s-update-address {
    width: 600px;
    height: 570px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
    .s-update-address .shipping-info li {
       
    }
    .s-update-address .shipping-info .shipaddress {
        margin-left: 10px;
    }
        .s-update-address .shipping-info .form-group label {
            text-align:right;
            margin-top:5px;
        }
    .s-update-address .shipping-info .form-group label span {
       color:#ff8426;
    }
    .s-update-address .shipping-info .address-update {
        background: #f1f9ff;
        color:#666;
        font-size:14px;
        border-radius:3px;
        padding:10px 20px;
        line-height:2em;
        margin:20px;
    }
    .s-update-address .shipping-info .form-group .column-1 {
        width: 10px;
        text-align: center;
        margin-top: 5px;
        margin-left: -5px;
    }
    /*延长收货时间*/
.studentorderdetail .handle-detail .operation-area ul li .time-expand ul {
    margin-top:10px;
}
.studentorderdetail .handle-detail .operation-area ul li .time-expand li {
    width:68px;
    text-align:center;
    float:left;
}
.studentorderdetail .handle-detail .operation-area ul li .time-expand li + li{
    margin-left:10px;
    margin-top:0;
}
.studentorderdetail .handle-detail .operation-area ul li .time-expand span {
    color:#999;
}
/*修改价格*/
.update-order-price {
    width: 600px;
    min-height: 420px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
    .update-order-price .logistics-order-detail {
        padding:20px;
    }
        .update-order-price .logistics-order-detail .orders-state {
            overflow:hidden;
            margin-bottom:20px;
        }
        .update-order-price .logistics-orders .logistics-order-items .logistics-order-detail .p-name {
            width:auto;
            float:none;
        }
    .update-order-price .logistics-orders .logistics-order-items .logistics-order-detail .p-name > h3{
        max-height:40px;
        overflow:hidden;
    }
            .update-order-price .logistics-orders .logistics-order-items .logistics-order-detail .p-name .p-tariff p{
                margin:0;
            }
            .update-order-price .logistics-orders .logistics-order-items .logistics-order-detail .p-name .p-tariff {
               overflow:hidden;
            }
    .update-order-price .logistics-orders .logistics-order-items .logistics-order-detail .already-ordered {
        color: #999;
    }
.u-order-price {
    background: #f1f9ff;
    padding: 15px;
    border-radius:3px;
    overflow:hidden;
}
.update-order-price .logistics-orders .logistics-order-items .logistics-order-detail .price-change p {
    display: inline-block;
}
.update-order-price .logistics-orders .logistics-order-items .logistics-order-detail .price-change .select-change input {
    margin-top: 18px;
}
.update-order-price .logistics-orders .logistics-order-items .logistics-order-detail .price-change .radio-style::before {
    display: inline-block;
    vertical-align: middle;
    padding-right:5px;
}
.update-order-price .p-name .select-change, .update-order-price .p-name .price-input {
   float:left;
}
    .update-order-price .p-name .select-change p, .update-order-price .p-name .price-input label{
        color: #999;
    }
.update-order-price .p-name .price-input {
    margin-left:10px;
    display:none;
    margin-top:10px;
}
.update-order-price .p-name .price-input input{
    border:1px solid #ddd;
    padding:5px;
    border-radius:3px;
    color:#666;
}
.update-order-price .p-name .price-input .price-frame {
    width: 78px;
}
.update-order-price .p-name .price-input .discount-frame {
    width: 50px;
}
.update-order-price .logistics-order-detail .order-number .key-price {
    overflow:hidden;
}
.update-order-price .logistics-order-detail .order-number .key-price p {
    color: #498dff;
    text-decoration: underline;
    cursor: pointer;
    margin: 5px 0 8px 0;
    float:left;
}
.update-order-price .logistics-order-detail .order-number .key-price label {
    color: #999;
}
.update-order-price .logistics-order-detail .order-number .key-price input {
    border:1px solid #ddd;
    border-radius:3px;
    padding:6px 5px;
    width:120px;
    margin:0 10px;
}
.update-order-price .logistics-order-detail .order-number .key-price a {
    border:1px solid #498dff;
    color:#498dff;
    background:#fff;
    border-radius:3px;
    padding:4px 10px;
}
    .update-order-price .logistics-order-detail .order-number .key-price .key-price-input {
        float:left;
        margin-left: 10px;
        display:none;
    }
    /*物流*/
.studentorderdetail .handle-detail .operation-area ul li .operation-window li .logistics {
    height:260px;
    overflow:auto;
}
.studentorderdetail .handle-detail .operation-area ul li .operation-window .send-logistics {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    width: 100px;
    text-align: center;
    padding: 5px 0;
    margin-top: 20px;
    cursor:pointer;
}
/****订单处理实训-订单详情****/
.order-handle h2{
    font-size:16px;
    color:#666;
    font-weight:normal;
    margin:0;
    margin-bottom:20px;
}
.order-handle .choose-order {
    border-bottom:1px solid #eee;
    margin:0 -20px 20px -20px;
}
.order-handle .choose-order ul{
    padding:0 20px;
    margin:0 0 30px 0;
    list-style-type:none;
    overflow:hidden;
}
    .order-handle .choose-order ul li {
        float: left;
        width: 20%;
    }
.order-handle .choose-order .order-img {
    position: relative;
    width: 100px;
    height: 100px;
    margin:0 auto;
}
    .order-handle .choose-order .order-img img {
        width:100%;
        height:100%;
        cursor:pointer; 
    }
    .order-handle .choose-order .order-img:hover .shop-no-active {
        display:none;
    }
.order-handle .logistics-orders .logistics-order-items .logistics-order-detail .p-quantity {
    padding-right:0;
}
.order-handle-detail {
    overflow:hidden;
    border-bottom:1px solid #eee;
    margin:0 -20px;
    padding:0 20px;
}
.order-handle-detail .s-order-detail {
    width: auto;
}
    .order-handle-detail .s-order-detail .chat-box-head {
        border-bottom:none;
    }
.order-handle .handle-detail ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size:14px;
}
    .order-handle .handle-detail ul li {
        overflow:hidden;
    }
    .order-handle .handle-detail ul li + li{
        border-top:1px solid #eee;
    }
    .order-handle .handle-detail ul li p {
        margin:0;
        color:#666;
    }
    .order-handle .handle-detail ul li span {
        color: #999;
        margin-right: 20px;
    }
    .order-handle .handle-detail ul li .problem {
       margin:20px 0;
    }
    .order-handle .handle-detail ul li .result {
        margin-bottom:20px;
        overflow:hidden;
    }
        .order-handle .handle-detail ul li .result span{
            padding:10px 0;
        }
    .order-handle .handle-detail ul li .result div {
        background: #f4f8ff;
        border-radius:3px;
        padding:10px;
        margin-right:20px;
        width:660px;
    }
    .order-handle .handle-detail ul li .result i {
        font-style:normal;
        color:#ff8426;
    }
        .order-handle .handle-detail ul li .result span:last-child {
            margin-right:0;
            float:right;
        }
        /*订单处理-教师端-实训详情*/
        .order-handle .handle-detail ul li .reference-answer {
            background: #fafafa;
            border-radius: 3px;
            padding:10px;
            margin-bottom:20px;
        }
            .order-handle .handle-detail ul li .reference-answer .answer li{
                border:none;
                padding-top:10px;
            }
            .order-handle .handle-detail ul li .reference-answer .reference, .order-handle .handle-detail ul li .reference-answer .answer span {
                color: #26c8b2;
            }
            .order-handle .handle-detail ul li .reference-answer .answer span {
                background: #e6f8f5;
                padding:4px 14px;
                border-radius:10px;
                margin-top:10px;
            }
            .order-handle .handle-detail ul li .reference-answer .answer div {
                border-bottom:1px solid #eee;
                width:764px;
                padding:10px 0;
            }
        .order-handle .handle-detail ul li .result div p + p,.order-handle .handle-detail ul li .reference-answer .answer div p + p {
            margin-top: 8px;
        }
            .order-handle .handle-detail ul li .reference-answer .answer li:last-child p{
                border-bottom:none;
            }
            /***纠纷处理***/
            /*流程一*/
.dispute .refund-process {
    margin: 0 -20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 18px 0px 0;
}
    .dispute .refund-process .refund-block {
        position: relative;
        float: left;
        width: 100px;
        height: 60px;
        font-size: 14px;
        color: #666;
        margin-left: 18px;
        margin-bottom: 20px;
    }
    .dispute .refund-process .drag-after {
        background: #f2f2f2;
        padding: 10px;
        text-align: center;
        cursor: pointer;
        position: relative;
        z-index: 3;
        width: 100px;
        height: 60px;
        border-radius: 3px;
    }
        .dispute .refund-process .drag-after.drag-front {
            position: absolute;
            background: #f2f2f2;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index:1;
        }
            .dispute .refund-process .drag-after.drag-front:hover {
                box-shadow: none;
                cursor:auto;
                background: #f2f2f2;
                border:none;
            }
            .dispute .refund-process .drag-after.drag-front .shop-no-active {
                z-index:2;
            }
        .dispute .refund-process .drag-after p {
            margin: 0;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }
    .dispute .refund-process .drag-after:hover {
        background: #fff;
        border: 1px solid #f2f2f2;
        box-shadow: 0 2px 8px #ddd;
        position:relative;
        z-index:4;
    }
.technological-process {
    padding:30px 0;
}
.technological-process .technological {
    background: url(images/train-bk/process-a.png) no-repeat center;
    position: relative;
    top: 0;
    left: 0;
    width:630px;
    height:335px;
    margin:0 auto;
}

    .technological-process .technological .technological-block {
        width: 100px;
        height: 60px;
        border-radius: 3px;
        position:relative;
    }
    .technological-process .technological > div:nth-child(1) {
        left: 397px;
    }
    .technological-process .technological > div:nth-child(2) {
        top: -10px;
    }
    .technological-process .technological > div:nth-child(3) {
        top: -70px;
        left: 265px;
    }
    .technological-process .technological > div:nth-child(4) {
        top: -130px;
        left: 530px;
    }
    .technological-process .technological > div:nth-child(5) {
        top: -77px;
        left: 203px;
    }
    .technological-process .technological > div:nth-child(6) {
        top: -25px;
        left: 265px;
    }
    .technological-process .technological .technological-block .block-front, .technological-process .technological .technological-block .block-text,
    .technological-process .technological .technological-block .block-blue, .technological-process .technological .technological-block .block-orange {
        position: relative;
        color: #666;
        text-align: center;
        padding: 10px;
        width: 100px;
        height: 60px;
        border-radius: 3px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .technological-process .technological .technological-block .block-front {
        background: #f2f2f2;
    }
        .technological-process .technological .technological-block .block-front p, .technological-process .technological .technological-block .block-text p {
            margin: 0;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }
    .technological-process .technological .technological-block .block-text {
        border: 1px solid #cbcbcb;
        background:#fff;
    }
    .technological-process .technological .technological-block .block-blue {
        background: #dbe7fb;
    }
    .technological-process .technological .technological-block .block-orange {
        background: #ffe4cf;
    }
        .technological-process .technological .technological-block .block-blue .block-front, .technological-process .technological .technological-block .block-orange .block-front{
            position: absolute;
        }
    /*退款选择*/
.refund-choice ul {
    margin:0 -20px;
    padding: 20px 20px 0 20px;
    list-style-type: upper-alpha;
    list-style-position: inside;
    border-top:1px solid #eee;
}
.refund-choice ul li {
        background: #f7f7f7;
        border-radius: 3px;
        padding: 10px 40px;
        cursor:pointer;
    }
    .refund-choice ul li + li {
        margin-top: 10px;
    }
.refund-choice ul li::before {
    font-family: "iconfont";
    content: "\e60c";
    color: #333;
    position: absolute;
    left: 40px;
    font-size: 18px;
    opacity:0;
}
.refund-choice ul li.show::before {
    opacity:1;
}
.refund-choice ul li.refund-active {
    background: #ffe4cf;
}
/*流程二*/
.technological-process .technological.technological-a {
    background: url(images/train-bk/process-b.png) no-repeat center;
    width: 630px;
    height: 528px;
}
    .technological-process .technological.technological-a > div:nth-child(1) {
        left: 391px;
        top: 1px;
    }
    .technological-process .technological.technological-a > div:nth-child(2) {
        top:-17px;
    }
    .technological-process .technological.technological-a > div:nth-child(3) {
        top: -77px;
    }
    .technological-process .technological.technological-a > div:nth-child(4) {
        top:-137px;
    }
    .technological-process .technological.technological-a > div:nth-child(5) {
        left: 327px;
        top: -86px;
    }
    .technological-process .technological.technological-a > div:nth-child(6) {
        left: 73px;
        top: -32px;
    }
    .technological-process .technological.technological-a > div:nth-child(7) {
        left: 265px;
        top: -92px;
    }
    .technological-process .technological.technological-a > div:nth-child(8) {
        left: 265px;
        top: -52px;
    }
    .technological-process .technological.technological-a > div:nth-child(9) {
        left: 36px;
        top: -62px;
    }
    .technological-process .technological.technological-a > div:nth-child(10) {
        left: 265px;
        top: -72px;
    }
    /*流程三*/
.technological-process .technological.technological-b {
    background: url(images/train-bk/process-c.png) no-repeat center;
    width: 1160px;
    height: 528px;
}
.technological-process .technological.technological-b > div:nth-child(1) {
    left:418px;
}
    .technological-process .technological.technological-b > div:nth-child(2) {
        left: 947px;
        top: -59px;
    }
    .technological-process .technological.technological-b > div:nth-child(3) {
        left: 0;
        top: -77px;
    }
    .technological-process .technological.technological-b > div:nth-child(4) {
        left: 265px;
        top: -137px;
    }
    .technological-process .technological.technological-b > div:nth-child(5) {
        left: 570px;
        top: -197px;
    }
    .technological-process .technological.technological-b > div:nth-child(6) {
        left: 835px;
        top: -258px;
    }
    .technological-process .technological.technological-b > div:nth-child(7) {
        left: 1060px;
        top: -317px;
    }
    .technological-process .technological.technological-b > div:nth-child(8) {
        top: -264px;
        left: 327px;
    }
    .technological-process .technological.technological-b > div:nth-child(9) {
        top: -324px;
        left: 897px;
    }
    .technological-process .technological.technological-b > div:nth-child(10) {
        top: -272px;
        left: 76px;
    }
    .technological-process .technological.technological-b > div:nth-child(11) {
        top: -332px;
        left: 265px;
    }
    .technological-process .technological.technological-b > div:nth-child(12) {
        left: 646px;
        top: -392px;
    }
    .technological-process .technological.technological-b > div:nth-child(13) {
        left: 835px;
        top: -452px;
    }
    .technological-process .technological.technological-b > div:nth-child(14) {
        left: 265px;
        top: -412px;
    }
    .technological-process .technological.technological-b > div:nth-child(15) {
        top: -472px;
        left: 835px;
    }
    .technological-process .technological.technological-b > div:nth-child(16) {
        top: -477px;
        left: 39px;
    }
    .technological-process .technological.technological-b > div:nth-child(17) {
        top: -537px;
        left: 609px;
    }
    .technological-process .technological.technological-b > div:nth-child(18) {
        top: -552px;
        left: 265px;
    }
    .technological-process .technological.technological-b > div:nth-child(19) {
        top: -612px;
        left: 835px;
    }
    /*退款管理*/
.navigation ul, .administration .table-title ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
    .navigation ul li {
        float: left;
        background: #ececec;
        color: #999;
        width: 105px;
        height: 50px;
        border-top-left-radius: 8px;
        border-top-right-radius:8px;
        text-align:center;
        line-height:50px;
        position:relative;
        z-index:10;
    }
    .navigation ul li + li{
        margin-left:2px;
    }
        .navigation ul li a {
            font-size:16px;
        }
        .navigation ul li.navactive {
            background:#fff;
        }
        .navigation ul li.navactive a{
            color:#498dff;
        }
.administration .table-title {
    margin-bottom:20px;
    overflow:hidden;
}
.administration .table-title ul li{
    float:left;
    background:#f5f5f5;
    color:#666;
    font-size:14px;
    text-align:center;
    padding:10px 0;
}
    .administration .table-title ul li:nth-child(1) {
       width:39%;
    }
    .administration .table-title ul li:nth-child(2) {
        width: 9%;
    }
    .administration .table-title ul li:nth-child(3) {
        width: 9%;
    }
    .administration .table-title ul li:nth-child(4) {
        width: 13%;
    }
    .administration .table-title ul li:nth-child(5) {
        width: 9%;
    }
    .administration .table-title ul li:nth-child(6) {
        width: 10%;
    }
    .administration .table-title ul li:nth-child(7) {
        width: 11%;
    }
.administration .logistics-orders .logistics-order-items .logistics-order-detail > td {
    border:none;
}
.administration .logistics-orders .logistics-order-items .logistics-order-detail {
    border: 1px solid #eee;
}
    .administration .logistics-orders .logistics-order-items .logistics-order-detail .p-name > h3 {
        width:293px;
        max-height:60px;
        overflow:hidden;
    }
    .administration .logistics-orders .logistics-order-items .logistics-order-detail .p-reason {
        width: 155px;
        text-align:center;
    }
.administration .logistics-orders .logistics-order-items .logistics-order-detail .p-price b {
   color:#333;
}
    .administration .logistics-orders .logistics-order-items .logistics-order-detail .p-subtotal {
        width: 105px;
    }
.administration .logistics-orders .logistics-order-items .logistics-order-detail .p-subtotal {
    width: 105px;
}
.administration .logistics-orders .logistics-order-items .logistics-order-detail .p-address {
    width:150px;
}
.administration .logistics-orders .logistics-order-items .logistics-order-detail .p-actions {
    width: 125px;
    vertical-align: top;
}
.administration .logistics-orders .logistics-order-items .logistics-order-detail .p-reason,
.administration .logistics-orders .logistics-order-items .logistics-order-detail .p-logistics{
    vertical-align: top;
}
.administration .logistics-orders .logistics-order-items .logistics-order-detail .p-quantity {
    color: #ff5e49; 
    text-align:center;
}
.administration .logistics-orders .logistics-order-items .logistics-order-detail .p-actions p{
   margin:0 0 10px 0;
}
    .administration .logistics-orders .logistics-order-items .logistics-order-detail .p-actions p span {
        color:#ff8426;
    }
.administration .logistics-orders .logistics-order-items .p-actions-state {
    color:#26c8b2;
}
    .administration .logistics-orders .logistics-order-items .p-treated {
        color: #498dff;
    }
.administration .logistics-orders .logistics-order-items .identifier {
    background: #f3f6fb;
    padding: 10px 0;
    color:#999;
    border:1px solid #eee;
}
    .administration .logistics-orders .logistics-order-items .identifier .refund-number p {
        float: left;
        margin-left:20px;
    }
    .administration .logistics-orders .logistics-order-items .identifier .refund-number .drawback {
        margin-left:100px;
        margin-right:40px;
    }
    .administration .logistics-orders .logistics-order-items .identifier .button.button-orange {
        background: #ffa349;
        padding:5px 20px;
        border-radius:5px;
    }
    .administration .logistics-orders .logistics-order-items .identifier .button.button-default {
        background: #498dff;
        padding: 5px 20px;
        border-radius: 5px;
    }
    /*投诉处理*/
.administration .logistics-orders .logistics-order-items .identifier-cause {
    background: #f5f5f5;
    color:#333;
}
.administration .logistics-orders .logistics-order-items .identifier.identifier-cause .refund-number .cause-complaint {
    float: right;
    padding-right: 80px;
    color: #ff5e49;
}
.administration .logistics-orders .logistics-order-items .logistics-order-detail.logistics-order-cause {
    color:#999;
}
    .administration .logistics-orders .logistics-order-items .logistics-order-detail.logistics-order-cause .p-quantity {
        color:#999;
        text-align:right;
        padding-right:60px;
    }
.administration .logistics-orders .logistics-order-items .identifier.identifier-cause .refund-number .drawback {
    margin-left:60px;
}
.administration .table-title.table-title-complaint ul li:nth-child(1) {
    width: 10%;
}

.administration .table-title.table-title-complaint ul li:nth-child(2) {
    width: 15%;
}

.administration .table-title.table-title-complaint ul li:nth-child(3) {
    width: 20%;
    text-align: left;
    padding-left: 34px;
}

.administration .table-title.table-title-complaint ul li:nth-child(4) {
    width: 10%;
}

.administration .table-title.table-title-complaint ul li:nth-child(5) {
    width: 12%;
}

.administration .table-title.table-title-complaint ul li:nth-child(6) {
    width: 19%;
    text-align:right;
    padding-right:50px;
}

.administration .table-title.table-title-complaint ul li:nth-child(7) {
    width: 14%;
}
.administration .logistics-orders .logistics-order-items .logistics-order-detail.logistics-order-cause .p-subtotal {
    width:auto;
}
/**投诉详情**/
.complaint-detail {
    border-top:1px solid #eee;
    margin:0 -20px;
    padding:0 20px;
}
    .complaint-detail .tips {
        background: #fef7f1;
        border: 1px dashed #ffb270;
        padding: 20px;
        font-size: 14px;
        color: #333;
    }
    .complaint-detail .speed-progress {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        overflow:hidden;
        margin-bottom:20px;
    }
        .complaint-detail .speed-progress ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            position: relative;
            z-index: 3;
            text-align: center;
            width:100%;
        }
        .complaint-detail .speed-progress ul li {
            float:left;
            width:20%;
        }
            .complaint-detail .speed-progress-a ul li {
                width:25%;
            }
        .complaint-detail .speed-progress-b ul li {
            width: 33%;
        }
        .complaint-detail .speed-progress-c ul li {
            width: 50%;
        }
            .complaint-detail .speed-progress ul li p {
                color:#999;
            }
                .complaint-detail .speed-progress ul li p i::before {
                    content: "\e659";
                    font-size: 30px;
                    background: #fff;
                    color: #00bfa5;
                }
    .complaint-detail .speed-progress ul li p.speed-time {
        font-size:12px;
    }
.complaint-detail .speed-progress .line {
    border: 2px solid #cacaca;
    position: absolute;
    width: 80%;
    margin-top:60px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
    .complaint-detail .speed-progress .line-1 {
        width:73%;
    }
    .complaint-detail .speed-progress .line-2 {
        width: 65%;
    }
    .complaint-detail .speed-progress .line-3 {
        width: 50%;
    }
    .complaint-detail .speed-progress .line-a {
        z-index: 2;
        border-color: #00bfa5;
        width: 20%;
        left: 11% !important;
        transform: none;
    }
    .complaint-detail .speed-progress .line-a.line-b {
        width: 40%;
    }
    .complaint-detail .speed-progress .line-a.line-c {
        width: 60%;
    }
    .complaint-detail .speed-progress .line-a.line-d {
        width: 80%;
    }
    .complaint-detail .speed-progress-a .line-a.line-i {
        width: 25%;
    }
    .complaint-detail .speed-progress-a .line-a.line-e{
        width: 50%;
    }
    .complaint-detail .speed-progress-a .line-a.line-f {
        width: 75%;
    }
    .complaint-detail .speed-progress.speed-progress-b .line-a {
        left: 15% !important;
    }
    .complaint-detail .speed-progress.speed-progress-b .line-a.line-g {
        width: 35%;
    }
    .complaint-detail .speed-progress.speed-progress-b .line-a.line-h {
        width: 68%;
    }
    .complaint-detail .speed-progress.speed-progress-c .line-a {
        left: 25% !important;
    }
        .complaint-detail .speed-progress.speed-progress-c .line-a.line-e {
            width:50%;
        }
        .complaint-detail .speed-progress ul li .num-style {
            width: 30px;
            height: 30px;
            background: #00bfa5;
            border-radius: 50%;
            color: #fff;
            font-size: 16px;
            margin: 0 auto;
            line-height: 30px;
        }
    .complaint-detail .speed-progress ul li .num-style-a {
        background: #cacaca;
    }
.complaint-order .complaint-info {
    border: 1px solid #ddd;
    overflow: hidden;
}
    .complaint-order .complaint-info .info-left {
        width:30%;
        border-right:1px solid #ddd;
    }
        .complaint-order .complaint-info .info-left .info-left-title {
            background: #f3f3f3;
            color: #333;
            margin: 0;
            padding: 10px 20px;
            border-bottom: 1px solid #ddd;
        }
        .complaint-order .complaint-info .info-left .complaint-content {
            background: #fbfbfb;
            font-size:13px;
            color:#666;
            padding:20px;
            overflow:hidden;
        }
        .complaint-order .complaint-info .info-left .complaint-content label{
            width:70px;
        }
            .complaint-order .complaint-info .info-left .complaint-content span {
                display:block;
                width:236px;
            }
            .complaint-order .complaint-info .info-left .complaint-content p {
                margin:0;
                overflow:hidden;
            }
                .complaint-order .complaint-info .info-left .complaint-content p + p {
                    margin-top:20px;    
                }
    .complaint-order .complaint-info .info-right {
        padding:45px 20px 20px 20px;
        font-size:14px;
        color:#666;
    }
        .complaint-order .complaint-info .info-right .right-state {
            color:#333;
        }
        .complaint-order .complaint-info .info-right .waybill-number {
            margin-left: 70px;
        }
        .complaint-order .complaint-info .info-right .courier {
            margin-left: 120px;
        }
            .complaint-order .complaint-info .info-right .courier span {
                color: #000;
            }
.complaint-order .goods-table .logistics-orders table {
    border:1px solid #eee;
    color:#999;
}
    .complaint-order .goods-table .logistics-orders table tr + tr{
        border-top:1px solid #eee;
    }
    .complaint-order .goods-table .logistics-orders table td{
       border:none;
       text-align:center;
    }
    .complaint-order .goods-table .logistics-orders table tr th{
        color:#666;
        padding:10px 20px;
        font-weight:normal;
    }
    .complaint-order .goods-table .logistics-orders table td:nth-child(1) {
        width:520px;
        text-align:left;
    }
    .complaint-order .goods-table .logistics-orders table td .p-name {
        width: 70%;
        color: #999;
    }
    .complaint-order .goods-table .logistics-orders table td .p-name > h3{
        color: #999;
    }
.complaint-order .goods-table {
    margin-top:20px;
}
.complaint-order .goods-table .package {
    border: 1px solid #eee;
    background: #f3f6fb;
    overflow:hidden;
    padding:20px;
    border-bottom:none;
}
.complaint-order .goods-table .package ul{
    margin:0;
    padding:0;
    list-style-type:none;
    color:#999;
}
.complaint-order .goods-table .package ul li{
    float:left;
}
    .complaint-order .goods-table .package ul li:nth-child(2) {
        margin:0 10px 0 30px;
    }
    .complaint-order .goods-table .package ul li:nth-child(4) {
        margin: 0 40px;
        color: #000;
        max-width: 380px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.complaint-order .goos-money {
    background: #f3f3f3;
    text-align:right;
    padding:20px 20px 5px 20px;
    margin-top:20px;
}
.complaint-order .goos-money .form-group span{
  display:inline-block;
  width:80px;
}
    .complaint-order .goos-money .form-group:nth-child(1), .complaint-order .goos-money .form-group:nth-child(2), .complaint-order .goos-money .form-group:nth-child(3) {
        font-size:14px;
        color:#666;
    }
    .complaint-order .goos-money .form-group:nth-child(3) label {
        color: #2147c4;
    }
    .complaint-order .goos-money .form-group:nth-child(4), .complaint-order .goos-money .form-group:nth-child(5){
        font-size: 16px;
        color: #333;
    }
    .complaint-order .goos-money .form-group:nth-child(5) {
        margin-top:20px;
    }
        .complaint-order .goos-money .form-group:nth-child(5) span {
            color: #dd2727;
        }
.buyer-complaint .cause-complaint {
    border:1px solid #eee;
    padding:20px;
}
    .buyer-complaint .cause-complaint label {
        width: 62px;
        text-align: justify;
        text-justify: distribute-all-lines;
        text-align-last: justify;
        -moz-text-align-last: justify;
    }
    .buyer-complaint .cause-complaint i {
        display:block;
        font-style:normal;
    }
    .voucher-img {
        width: 50px;
        height: 50px;
        border: 1px solid #cbcbcb;
        margin-top:20px;
        position:relative;
    }
        .voucher-img i::before {
            content: "\e66e";
            position: absolute;
            font-size: 14px;
            right: 2px;
            bottom: 0;
            z-index: 2;
            color: #333;
        }
       .voucher-img img {
            width: 100%;
            height: 100%;
        }
       .voucher-img .img-a {
            position:absolute;
            bottom:0;
        }
    .buyer-complaint .cause-complaint .voucher p {
        margin:0;
    }
.voucher-img:hover .img-a {
        width:auto; 
        height:auto;
        position:absolute;
        bottom:50px;
        z-index:3;
    }
.buyer-panel {
    overflow: visible;
}
/**投诉处理**/
.cause-treatment {
    margin:0 -20px;
    padding:20px 20px 0 20px;
    border-top:1px solid #eee;
}
.cause-treatment .form-group {
    margin-bottom: 20px;
    overflow:hidden;
}
.cause-treatment .form-group label{
    margin-top:5px;
    width:80px;
}
    .cause-treatment .display-reply {
        border: 1px solid #e0e0e0;
        color: #999;
        padding:20px;
    }
        .cause-treatment .display-reply .exhibition {
            margin:0;
            margin-bottom:10px;
        }
        .cause-treatment .display-reply .upload-img .upload-btn {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }
        .cause-treatment .display-reply .upload-img {
            width: 200px;
            height: 200px;
            border: 1px solid #e0e0e0;
            text-align: center;
            position: relative;
            cursor: pointer;
        }
.upload-btn i::before {
    content: "\e65a";
    font-size: 30px;
    color: #dbdbdb;
}
.select-voucher {
    width: 600px;
    height: 600px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
    .select-voucher .voucher-choice {
        padding:20px;
    }
    .select-voucher .voucher-choice .pitch-on {
        text-align: center;
    }
.select-voucher .voucher-choice .pitch-on img {
    border: 1px solid #eee;
    width:100%;
    height:322px;
}
.select-voucher .alertable-buttons {
    text-align: center;
}
.select-voucher .voucher-choice .voucher-option ul{
    padding:0;
    margin:0;
    list-style-type:none;
    margin-top:20px;
}
    .select-voucher .voucher-choice .voucher-option ul li {
        float: left;
        width: 100px;
        position:relative;
    }
    .select-voucher .voucher-choice .voucher-option ul li + li {
        margin-left:20px;
    }
    .select-voucher .voucher-choice .voucher-option ul li .voucher-a img {
       width:100%;
       height:60px;
       border:2px solid #eee;
    }
    .select-voucher .voucher-choice .voucher-option ul li .voucher-a input {
        position:absolute;
        width:100%;
        height:100%;
        opacity:0;
    }
        .select-voucher .voucher-choice .voucher-option ul li .voucher-a input[type=radio]:checked + img {
            border: 2px solid #ffaf0d;
        }
        .select-voucher .voucher-choice .voucher-option ul li .voucher-a .triangle-top {
            position: absolute;
            top: -5px;
            left: 46%;
            border-width: 5px;
            border-color: #ffaf0d;
            border-top-width: 0;
            border-style: dashed;
            border-bottom-style: solid;
            border-left-color: transparent;
            border-right-color: transparent;
        }
.display-reply .voucher-ok {
    position: relative;
    width: 500px;
    height: 300px;
}
.display-reply .update-voucher {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    display: none;
}
.display-reply .voucher-ok .update-voucher .upload-btn {
    position: relative;
    top: 40%;
    color: #fff;
}
.display-reply .voucher-ok .update-voucher .upload-btn p{
    color: #fff;
}
.display-reply .voucher-ok img {
    width: 100%;
    height: 100%;
}
.display-reply .voucher-ok:hover .update-voucher {
    display: block;
}
.refund-voucher ul {
    border-top:none;
    color:#666;
}
    .refund-voucher ul li{
        position:relative;
    }
.refund-voucher ul li::before {
    left:15px;
}
        .refund-voucher ul li input {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            opacity:0;
        }
.recovery {
    font-size: 16px;
    color: #333;
    margin: 0;
    margin-top: 10px;
}
/**退款**/
.buyer-application {
    border:1px solid #eee;
    padding:20px;
    }
    .buyer-application strong, .return-address strong{
        font-size: 16px;
        color: #333;
        font-weight: 500;
    }
    .buyer-application .refund strong {
        font-size:18px;
    }
    .buyer-application .refund span{
        margin-left:20px;
        font-size:14px;
        color:#666;
    }
    .buyer-application .refund i {
        font-style: normal;
        color: #ff8426;
    }
    .buyer-application .refund .time-icon {
        display:inline-block;
        vertical-align:middle;
    }
    .buyer-application .refund .time-icon::before {
        content: "\e661";
        font-size: 22px;
    }
    .buyer-application .refund p {
        font-size: 14px;
        color: #666;
        background: #f3f3f3;
        padding:10px;
    }
    .buyer-application .order-state {
        border-top:1px solid #eee;
        margin:0 -20px;
        padding:20px 20px 0 20px;
    }
        .buyer-application .order-state p {
            margin:10px 0 2px 0;
            color:#333;
        }
        .buyer-application .order-state span {
            color: #666;
            display: block;
            line-height: 1.5em;
        }
.remind-txt {
    border:1px dashed #eee;
    text-align:center;
    font-size:14px;
    color:#999;
    margin-top:20px;
}
.consultative .consultative-title {
    background: #e8e8e8;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin: 20px -20px 0 -20px;
    padding: 10px 20px;
}
.consultative ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
    .consultative ul li {
        border-bottom:1px solid #eee;
        padding:10px 0;
    }
    .consultative ul li .head-portrait {
       background:url(images/icon.png) no-repeat;
       position:relative;
       width:40px;
       height:40px;
       display:inline-block;
       vertical-align:middle;
    }
    .consultative ul li .head-portrait-a {
        background-position:-555px 0;
    }
    .consultative ul li .head-portrait-b {
        background-position: -598px 0;
    }
    .consultative ul li .head-portrait-c {
        background-position: -641px 0;
    }
        .consultative ul li .buyer-info {
            display: inline-block;
            vertical-align: middle;
            width: 810px;
        }
    .consultative ul li .buyer-info p{
        margin:0;
        color:#666;
    }
        .consultative ul li .buyer-info p + p {
            margin-top:5px;
        }
        .consultative ul li .buyer-info p span {
            float:right;
            color:#999;
        }
        /*右边退款详情*/
.refund-right .refund-goods {
    overflow:hidden;
    border-top:1px solid #eee;
    margin:0 -20px;
    padding:20px 20px 0 20px;
}
.refund-right .refund-goods img {
    width:80px;
    height:80px;
    float:left;   
    margin-right:10px;
}
.refund-right .refund-goods div {
    float:left;
    width:155px;
}
.refund-right .refund-goods p {
    margin:0;
    margin-bottom:10px;
}
.refund-right .refund-goods span {
    font-size:12px;
    color:#999;
}
.refund-right .refund-info {
    margin-top:20px;
    border-top:1px solid #eee;
    padding-top:10px;
}
.refund-right .refund-info .form-group{
    margin-bottom:0;
    overflow:hidden;
}
.refund-right .refund-info label {
    width: 62px;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    color:#999;
}
    .refund-right .refund-info i {
        display: block;
        font-style: normal;
        color: #999;
        width:10px;
    }
.refund-right .refund-info p {
    width:166px;
   margin:0;
}
.refund-right .refund-info .total-price {
    color:#ff8426;
}
/*退货地址*/
.return-address {
    background: #deeaff;
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
}
    .return-address p {
        margin: 0;
        font-size:14px;
        color:#333;
    }

        .return-address p.the-consignee {
            margin-top: 20px;
        }
   /*拒绝退款*/
.buyer-application .order-state .cause-treatment {
    border-top:none;
}
/*退款成功or失败*/
.refund-tips {
    text-align:center;
}
.refund-tips strong{
    font-size:18px;
    color:#333;
    font-weight:500;
}
    .refund-tips .refund-tips-info {
        margin-top:20px;
        background: #fafafa;
        padding:20px;
        font-size:14px;
        color:#666;
    }
    /***投诉实训详情***/
.manage-details ul {
    padding: 0;
    list-style-type: none;
    margin: -20px -20px 20px -20px;
    background: #f8f8f8;
    border-bottom: 1px solid #e1e1e1;
}
.manage-details ul:after {
    border-bottom: 1px solid #e1e1e1;
}
.manage-details ul li{
    display:inline-block;
    padding:15px 20px;
    font-size:16px;
    color:#999;
    cursor:pointer;
    position:relative;
    z-index:1;
}
    .manage-details ul li.manage-active {
        background: #fff;
        border-top: 2px solid #498dff;
        color: #498dff;
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
        border-bottom: 1px solid #fff;
        position: relative;
        z-index: 2;
        bottom: -1px;
        margin-top: -1px;
    }
.manage-score {
    margin: 0;
    font-size:14px;
    color:#999;
    font-weight:400;
}
.manage-score span{
   color:#ff8426;
}
.reply-selection {
    background: #f8f8f8;
    padding: 10px;
    margin-top: 60px;
}
.reply-selection i{
    display:inline-block;
    vertical-align:middle;
}
    .reply-selection .error-answer:before {
        content: "\e6bc";
        margin-left: 10px;
    }
    .reply-selection .correct-answer:before {
        content: "\e60c";
        margin-left: 10px;
    }
.manage-process .student-answer {
    background: url(images/train-bk/details-1.png) no-repeat;
    width: 438px;
    height: 222px;
    margin: 50px auto;
    position: relative;
    display:none;
}
.manage-process > div.answer-show {
    display:block;
}
    .manage-process .student-answer div, .manage-process .student-answer-a div, .manage-process .student-answer-b div {
        width: 90px;
        height: 50px;
        text-align: center;
        padding: 10px;
        position: absolute;
    }
        .manage-process .student-answer div p, .manage-process .student-answer-a div p, .manage-process .student-answer-b div p {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            margin: 0;
            font-size:13px;
        }
.correct-student-answer {
    border:1px solid #26c8b2;
    color:#26c8b2;
    border-radius:3px;
}
.error-student-answer {
    border: 1px solid #ff7474;
    color: #ff7474;
    border-radius: 3px;
}
    .manage-process .student-answer .student-answer-1 {
        right: 109px;
    }
    .manage-process .student-answer .student-answer-2 {
        top: 37px;
    }
    .manage-process .student-answer .student-answer-3 {
        left: 130px;
        top: 37px;
    }
    .manage-process .student-answer .student-answer-4 {
        right: 0;
        top: 37px;
    }
    .manage-process .student-answer .student-answer-5 {
        top: 103px;
        left: 75px;
    }
    .manage-process .student-answer .student-answer-6 {
        bottom: 0;
        left: 130px;
    }
.manage-process .student-answer-a {
    background: url(images/train-bk/details-2.png) no-repeat;
    width: 438px;
    height: 382px;
    margin: 100px auto;
    position: relative;
    display: none;
}
    .manage-process .student-answer-a .answer-a-1{
        right:105px;
    }
    .manage-process .student-answer-a .answer-a-2{
        top: 36px;
    }
    .manage-process .student-answer-a .answer-a-3 {
        top: 36px;
        left:130px;
    }
    .manage-process .student-answer-a .answer-a-4 {
        top: 36px;
        right: 0;
    }
    .manage-process .student-answer-a .answer-a-5 {
        top: 98px;
        left: 185px;
    }
    .manage-process .student-answer-a .answer-a-6 {
        top: 172px;
        left: 21px;
    }
    .manage-process .student-answer-a .answer-a-7 {
        top: 172px;
        left: 130px;
    }
    .manage-process .student-answer-a .answer-a-8 {
        bottom: 80px;
        left: 130px;
    }
    .manage-process .student-answer-a .answer-a-9 {
        bottom: 40px;
        left: 0;
    }
    .manage-process .student-answer-a .answer-a-10 {
        bottom: 0;
        left: 130px;
    }
.manage-process .student-answer-b {
    background: url(images/train-bk/details-3.png) no-repeat;
    width: 785px;
    height: 383px;
    margin: 100px auto;
    position: relative;
    display: none;
}
    .manage-process .student-answer-b .answer-b-1 {
        left: 243px;      
    }
    .manage-process .student-answer-b .answer-b-2 {
        right: 115px;
    }
    .manage-process .student-answer-b .answer-b-3 {
        top: 36px;
    }
    .manage-process .student-answer-b .answer-b-4 {
        top: 36px;
        left: 130px;
    }
    .manage-process .student-answer-b .answer-b-5 {
        top: 36px;
        left: 348px;
    }
    .manage-process .student-answer-b .answer-b-6 {
        top: 36px;
        right: 217px;
    }
    .manage-process .student-answer-b .answer-b-7 {
        top: 36px;
        right: 0;
    }
    .manage-process .student-answer-b .answer-b-8 {
        top: 98px;
        left: 185px;
    }
    .manage-process .student-answer-b .answer-b-9 {
        top: 99px;
        right: 163px;
    }
    .manage-process .student-answer-b .answer-b-10 {
        top: 172px;
        left: 21px;
    }
    .manage-process .student-answer-b .answer-b-11 {
        top: 172px;
        left: 130px;
    }
    .manage-process .student-answer-b .answer-b-12 {
        top: 173px;
        right: 327px;
    }
    .manage-process .student-answer-b .answer-b-13 {
        top: 173px;
        right: 218px;
    }
    .manage-process .student-answer-b .answer-b-14 {
        bottom: 81px;
        left: 130px;
    }
    .manage-process .student-answer-b .answer-b-15 {
        bottom: 80px;
        right: 218px;
    }
    .manage-process .student-answer-b .answer-b-16 {
        bottom: 41px;
    }

    .manage-process .student-answer-b .answer-b-17 {
        bottom: 40px;
        right:348px;
    }

    .manage-process .student-answer-b .answer-b-18 {
        bottom: 1px;
        left: 130px;
    }

    .manage-process .student-answer-b .answer-b-19 {
        bottom: 0;
        right: 218px;
    }
.manage-process .correct-answer {
    background: #f8f8f8;
    text-align:center;
    padding: 0 20px;
}
.manage-process .correct-answer img{
  margin:50px 0;
}
.c-training-details {
    display:none;
}
.training-details-show{
    display:block;
}
.c-training-details .train_scene_title {
    color:#333;
}
.c-training-details > ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
    .c-training-details > ul li {
        float: left;
        margin-right: 10px;
        width: 70px;
        height: 70px;
        position: relative;
        cursor: pointer;
    }
.c-training-details img {
    width:100%;
    height:100%;
}
.c-training-details > ul li .shop-no-active {
    opacity: 0.5;
}
.c-training-details > ul li .triangle {
    position: absolute;
    bottom: -10px;
}
.c-training-details > ul li .triangle-top {
    left: 50%;
    transform: translateX(-50%);
    border-color: #498dff;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}
.c-training-details .c-training-table {
    margin:30px 0;
}
    .c-training-details .c-training-table .logistics-orders .buyer-application {
        border:none;
        padding:0;
    }
        .c-training-details .c-training-table .logistics-orders .buyer-application .order-state {
            border: none;
            padding: 0 20px;
        }
.c-training-details .buyer-complaint {
    margin-bottom: 10px;
}
.c-buyer-detail.buyer-application {
    border:none;
}
.c-buyer-detail .cause-treatment {
    padding:0;
}
.c-buyer-detail .cause-treatment .reasons-rejection {
    border:1px solid #eee;
    padding:5px 10px;
    margin:0;
    border-radius:3px;
    min-width:150px;
    background:#fff;
}
    .c-buyer-detail .cause-treatment .error-answer {
        color: #ff7474;
    }
    .c-buyer-detail .cause-treatment .correct-answer {
        color:#26c8b2;
    }
    .c-buyer-detail .cause-treatment span {
        display: inline-block;
        vertical-align: middle;
        margin-top:8px;
    }
.c-buyer-detail .cause-treatment span i::before{
        font-size:20px;
    }
    .c-buyer-detail .cause-treatment .form-group, .refund-cause .cause-treatment .form-group {
        overflow: visible;
    }
    .c-buyer-detail .cause-treatment .voucher-img {
        display:inline-block;
        vertical-align:middle;
    }
    .c-buyer-detail .cause-treatment .exhibition {
        margin-bottom:0;
        color:#999;
    }
    .c-buyer-detail .cause-treatment .p-instructions {
        margin-top:20px;
    }
    .c-buyer-detail .cause-treatment .p-instructions p {
        background: #fafafa;
        color: #666;
        padding: 10px;
        border-radius: 3px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        width: 635px;
    }
.c-correct-details .order-state {
    border-top: none;
    background: #f8f8f8;
    margin-top:20px;
    padding-bottom:20px;
}
.c-correct-details .order-state .cause-treatment i{
    font-style:normal;
}
    .c-correct-details .order-state .cause-treatment .display-reply {
        background:#fff;
    }
    /*退款详情**/
.drawback-detail .consultative {
    position:relative;
}
    .drawback-detail .consultative ul {
        position:relative;
        z-index:2;
    }
.drawback-detail .consultative ul li {
    border: none;
    margin-bottom:20px;
}
    .drawback-detail .consultative ul li .buyer-info {
        width: 729px;
    }

.vertical-line {
    border: 1px solid #eee;
    width: 1px;
    height:94%;
    background: #eee;
    position: absolute;
    top: 22px;
    z-index: 1;
    left: 20px;
}
.drawback-detail .consultative li .red-dot {
    display: inline-block;
    vertical-align: middle;
    width:40px;
    height:40px;
}
    .drawback-detail .consultative li .red-dot p {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #ff7474;
        margin: 0 auto;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }
.drawback-detail .consultative li .buyer-info i {
    margin-left:10px;
}
.drawback-detail .consultative li .buyer-info i:before {
    content: "\e6bc";
    color: #ff7474;
}
.drawback-detail .refund-tips-info {
    text-align:left;
}
/*退款失败原因*/
.refund-cause {
    border: 1px solid #eee;
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
}
.refund-cause .reasons-rejection {
    border: 1px solid #eee;
    min-width: 150px;
    color: #ff7474;
    border-radius:3px;
    padding:5px 10px;
    margin:0;
}
    .refund-cause .reasons-rejection.reasons-right {
        color:#26c8b2;
    }
.refund-cause .error-answer, .refund-cause .correct-answer {
    margin-top: 8px;
    display: inline-block;
}
.refund-cause .display-reply {
    margin-bottom: 20px;
}
.refund-cause .voucher-img {
    display:inline-block;
    vertical-align:middle;
    margin-top:0;
}
.refund-cause .order-state .p-instructions p {
    display: inline-block;
    vertical-align: middle;
    width:605px;
    color:#333;
}
.refund-cause .order-state .cause-treatment {
    border-top:none;
}
.refund-cause .order-state .solution {
    background:#f8f8f8;
    border-radius:3px;
    padding:10px;
}
    .refund-cause .order-state .solution .correct-answer {
        width:75px;
    }
    .refund-cause .order-state .solution p {
        margin:0;
    }
    .refund-cause .order-state .solution .solution-text{
        width:718px;
    }
    .refund-cause .order-state .solution .voucher-img {
        margin-bottom:10px;
    }
    .refund-cause .triangle-top {
        position:absolute;
        top:-8px;
        left:50%;
    }
    .refund-cause .triangle-top-a {
        margin-left: 1px;
        top: -7px;
        border-width: 7px;
        border-color: #fff;
        border-top-width: 0;
        border-style: dashed;
        border-bottom-style: solid;
        border-left-color: transparent;
        border-right-color: transparent;
    }
.buyer-application .order-state p.teacher-correct {
    color: #26c8b2;
    margin: 0;
    margin:0 0 20px -10px;
}
.refund-cause .reasons-rejection.t-reasons-rejection {
    color:#333;
}
/*操作历史*/
.history-operate ul {
    margin-top: 20px;
    list-style-type: disc;
    padding-left: 20px;
}
.history-operate ul li{
    border:none;
    color:#999;
}
    .history-operate ul li p {
        margin:0;
    }
        .history-operate ul li p:first-child {
            color:#333;
        }
        /***在线沟通***/
.panel-chat {
    background: #f6f8fc;
}
.emotion-title {
    font-size:14px;
    color:#666;
    border-bottom:1px solid #eee;
    height:65px;
    line-height:65px;
    margin:-20px -20px 20px -20px;
    padding:0 20px;
    background:#fff;
}
    .emotion-title .emotion-icon {
        float:left;
    }
    .emotion-title .emotion-icon p {
        float: left;
        margin: 0;
    }
    .emotion-title .emotion-icon ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        overflow:hidden;
        float:left;
    }
    .emotion-title .emotion-icon ul li {
        float: left;
        margin-right: 20px;
    }
.emoji-img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
    .emoji-img.emoji-img-irritable {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqNJREFUeNqsVE1rE1EUPW8myTRtTZqkja ZpoaK7bgrSTRV0IVUUURRBdxa1daWLrtwpgqB/wI+FushCF4IbBfEDBKGbuq+CWEVjbdMm0yZNk5nMeN5MmmYyLoTmwsz7uO+dd+895z1hzfUfAXCPXxzbszy/y4KAWXZSaI/9UviLoX3WKwGrbQSsSEC7MWR PKDZEpAYRtiDg8bp+NqKDvijXBGyvnyOleSQXLiwG8SgTx7f5ELDLcDY6myz6uy1nLpcL4HEmgS9fNYhOy4MYaI25c0cN2VwQtx/2YXSkjOOH1pDuMxzAfEHFqxc9+DjbiVjUwvj+YmuEkCwX2EadkYwizBXd Nbx/HUHmZQ9U7rh5dRGxmInrd1IoVRUcHVvDmWMFJxy7qLp1cE33RigdrKH+M4S7T3oxOlzGlXMriLAUKoGmp3L4nQ3g4o00VNbv1Em9GewfKUunIRDWbJwd17G730B6D0VQpqMmMMhxBzRcOp3H8N4KsCF8N HtTbjDNNmGyoCREZ0pmXQyykSRwCiTGloAeWltT3jTVdhT1aaYL72a68XleQ9UUGGKEB/cVcfhA0SkNxH9EKOTprNlTsnnrQRIbrJ3UZoNMBjhxooDpySWEg5yvekB1xXeEFGtF4PmbCL7/CWJn3EQ6aWCAX4 plWK+oePY2iqUFJqf5hO3XoSRFRjh9YZmbFcwxXcMMONmpPH4oVcG188sYGCRZ68LHsp+UTQdvyMaKig+zXfiRDcJmJMmEhbGREpJDZHiVCjV9gLoEpJgQcWMXDaZl17lW4drWnFK//iUFds0fHW1VphyqK7o JqY6xTkLKTTdBlswWW5pt1ppbTE1eHr60SoovA8dm60p3md0ifp/JkwwpAaoTYoKd+7BL23xoBQMTk38FGAD2xvQc6uLUtgAAAABJRU5ErkJggg==');
    }
    .emoji-img.emoji-img-eager {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhZJREFUeNqsVT1v1EAQfbv+zOUIGI4kIBrS REj8AiQKKmjhH1CA+A/Q0fADIiUKHS0lPSUFEoKG5EQoSOASQUDkLh/y3dke3q7N4YujQ8iMvF7b430zb+Z5rbL2xZsAljnOop795LinCLjNiwv1sJQ9INJxOUWobWIPWkvzNMD/s77Gb+xxAlD6LyQLlsdTrS7 LOEKeziRQnlTD0WWfRwkQVP0VQNUQrLdDLK2cx9dvLpQBL/tDQWfHxfJqCxsbAdRUNhkQfOHNWgOPV2exuePZ++P+j58DPFqax9sPIdDILP1RQMpmj/Pp0QNH0N13sMXsFi8N4PsCSdUfdTCFuK/Q/uJjYX6ImV MpJBkhdiuAtkakZTPrOeRgriWfDfCRzrsxkwKHGkLwEs+uW6FMp3lJmX6xMWZRp+MhHio0Wc+5uSHgwwaTpFo090RJTGc42nPw7HmET1s+Dk1WOm9oRIpXF2PcubEPjwEk1mP6qQCqIMOPXRdPnrYwxY7fvtXDw mwCzXVDJveeAV68bOLdWoiHD3bRZHDp6wlN8XJZbG77uHb9IE+rtMDWNlZ49XoaVy4PEJ1LIINJTZFCuJQDDk6ok2kaOw9mBqpBUpQpl5siBRosiOop3mVVpercz1wK9HGnm+MbMMeIcPRpyz/tCUVUysMA+uPb Qi0L3HynVdxg04JLHdPfDeBdjhWCRjUzNL+A+78EGAD++MgAN4MjlgAAAABJRU5ErkJggg==');
    }
    .emoji-img.emoji-img-general {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdxJREFUeNqsVTsvBFEU/u6dOztrNxuP2MQr /oBq1YhoJAqFPyAKOpWEUrG9ShD8Bwq9QohSI5FokFjFbix27HvmOneGZV4esSc587jn3O+e893vzjD7amAawDZ5D/5nRfJFRoA5euhHe+ye06Ub7bNeBVhvI2BNAcqvI4yRc/f+k4XkSe59JY/bQMoCYrZvKW8 eM6Sb12F7Qp+AqjICu7yMY2Mrjetrw50UVllc4iEnsLmbxtl5EkyXznwPIOM0SAAHxymsZIdwdJKi1S2nLT8lSFg4vUhgeX0Q+4e0p7oNprmLi1amTZl1jrmpEjjLYWbMBKoapO3rVhVT1jCeqSC7+oCJTBmwGG TTLVHp8InunS1uFCcp8hcCq7JWKx6z3znsIg7LHNLkH3nPwtsPYVYpWOWt91CjsGxQMC8CeeJbWahEIYPABOZQEbKg+ElrVo05vDmTpbuIpkVXHwmopHF3oyO7l0bR1GCQNJpEvFLD2nwBmdGKy5/8bYVNOphE+ uxkCflHDbpOndJYskNiuK9BimABsOAu+0+Dai1BZCmNfWkbr9yVSbBtZ5fD2VA7rog3OaLiEccbsTZ+bQwBWSuCxfqjvwR/soKAMbKAxu0OEdUdreRf/wKW3gQYAFY7mGhucQ2QAAAAAElFTkSuQmCC');
    }
    .emoji-img.emoji-img-patient {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd1JREFUeNqsVD1LA0EQfXt3JoYIfpCIMcFC RBRRSWdp5x/wD1goVoKd2FkJVqbSQvwZFvY2NrZ22nhNBBON+bq7XWf2LjHJrQiagbm7ndl9+2becEI+zm4BuCCfwv/sjXxXEKBLHzkMx14sekxieJZhwPYQAVsMqIYIqKx4CBCO0m68ivM2+YiZhzW4WUe0q/A 9eE6Q21K7sOKX9gGKBDFLSByezmD/JK8PcKyb53U6wNlVBtsHc6jVLYiU/IUhMZBSQMmIpaEmKS0EPoGJeJrnsELv8d6SmaVesmYBnRKqp15imaQ19REerXwRhkOrOrH+MBaDcPlZLzw4SPSTgi2qIugD0+bEOX PTFcruCG7uJ+DQDptKVypMvTdsbK7VsbjQhPBE7C7HqD0LQSDn1xk8PidRmPZ1v8oVB6PUjtuLJyBFe5q/jU1Hm5qNbN5D6djFxnodHonEPl9oo3TkYrXYgKpaxjHtF6V3ePmq8QDuUwJ3D2n4PlBcaWJpuQHUb SgPsf6xKGbADigfGCOVItXBihJ7FRjBuipHKdm/S0TifmiVOhMTjpARTAcFAapEOHxpnpcf9hm+YxVxD2SSAAX9aVUOqv3PH4+m/8ol75BfUoMmv+v6izEx7H0JMABZmqa7gpxE+QAAAABJRU5ErkJggg==');
    }
    .emotion-title .student-head {
        float: right;
    }
        .emotion-title .student-head .head-bk-img {
            display:inline-block;
            margin-right:10px;
        }
        .emotion-title .student-head p {
            display: inline-block;
            margin:0;
        }
        /**在线沟通对话框**/
.chat-column {
    overflow:hidden;
    margin:-10px -20px -20px -20px;
}
.chat-column-left {
    background:#fff;   
    padding:0;
}
.chat-column .chat-column-left .number-chatting {
    border-bottom: 1px solid #eee;
    padding: 0 10px;
}
    .chat-column .chat-column-left .number-chatting p {
        margin:10px 0;

    }
        .chat-column .chat-column-left .number-chatting p span {
            color:#999;
        }
.chat-column .chat-customer {
    max-height:480px;
    overflow:auto;
}
.chat-column .chat-customer ul{
    margin:0;
    padding:0;
    list-style-type:none;
    background:#fff;
    min-height:480px;
}
    .chat-column .chat-customer ul li {
        height:70px;
        line-height:70px;
        padding:0 10px;
    }
        .chat-column .chat-customer ul li.customer-click {
            background: #f4f8ff;
        }
        .chat-column .chat-customer ul li .head-bk-img {
            margin-right:10px;
        }
    .chat-column .chat-customer ul li .head-bk-img,.chat-column .chat-customer ul li p {
        float:left;
    }
        .chat-column .chat-customer ul li p {
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 7em;
        }
    .chat-column .chat-customer ul li .customer-emoj {
        float:right;
    }
        .chat-column .chat-customer ul li .customer-emoj .emoji-img {
            margin-right:0;
        }
.chat-column .mCSB_inside > .mCSB_container{
    margin-right:0px;
}
.no-task-news {
    background: #fff;
    margin: 0 10px;
    text-align: center;
    min-height: 520px;
    color: #999;
    margin-bottom: -14px;
}
    .no-task-news img {
        margin-top:100px;
    }
.task-news {
    display:none;
}
.task-news .column-6{
    padding: 0 20px;
}
.dialogue-cm {
    position:relative;
}
    .dialogue-cm .chat-box {
        position: static;
        width: auto;
        border: none;
        border-radius: 0;
        box-shadow: none;
        right: auto;
        top: auto;
        z-index: auto;
    }
    .dialogue-cm .s-order-detail.chat-box .chat-box-middle .dialogue p, .dialogue-cm .s-order-detail.chat-box .chat-box-middle .dialogue .talk-right {
        max-width:370px;
    }
    .dialogue-cm .chat-box-head .customer-name {
        font-size: 14px;
        padding: 0 20px;
    }
.dialogue-cm .chat-box-head .customer-name span {
    font-size: 12px;
    color: #31b8a0;
}
.dialogue-cm .chat-box-head .announcement {
    position: absolute;
    background: #fff1db;
    font-size: 12px;
    color: #666;
    width: 100%;
    height: 30px;
    line-height: 30px;
    top: 50px;
    padding:0 15px;
    z-index:1;
}
    .dialogue-cm .chat-box-head .announcement i.horn {
        position: relative;
        top: 2px;
        margin-right:5px;
    }
        .dialogue-cm .chat-box-head .announcement i.horn::before {
            content: "\e665";
            color: #faab2a;
        }
    .dialogue-cm .chat-box-head .announcement i.close::before {
        content: "\e629";
        color: #faab2a;
        font-size:12px;
        float:right;
    }
    .dialogue-cm .chat-box .chat-box-middle {
        height:330px;
        border-top:1px solid #eee;
    }
.chat-column-right.studentorderdetail .handle-detail {
    width: 305px;
}
.chat-column-right .logistics-orders .logistics-order-items .logistics-order-detail .logistics-order-detail-img {
    width:70px;
    height:70px;
    margin-right:10px;
}
    .dialogue-cm .chat-box.s-order-detail .select_answer {
        min-height:0;
        height: 140px;
    }
        .dialogue-cm .chat-box.s-order-detail .select_answer .input-result textarea {
            width: 100%;
            border: 0;
            resize: none;
            height:55px;
        }
    .dialogue-cm .chat-box.s-order-detail .select_answer .send-out {
        border-radius:3px;
        padding:6px 30px;
    }
    .dialogue-cm .chat-box.s-order-detail .chat-box-head {
        border-bottom: none;
        margin:0;
        padding:0;
    }
.dialogue-cm .chat-box.s-order-detail .select_answer .end-consultation {
    text-align:center;
    color:#999;
}
.dialogue-cm .s-order-detail .select_answer .end-consultation .ok-button {
   position:static;
   padding:6px 30px;
   border-radius:3px;
}
.chat-column-right {
    background: #fff;
    margin-left: -10px;
    margin-right: -10px;
    padding-top:10px;
}
.studentorderdetail.chat-column-right .handle-detail {
    border-left:none;
}
.chat-column-right .question-selection p {
    background: #eaeaea;
    font-size:14px;
    padding:10px;
    margin:0;
}
.chat-column-right .question-selection ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
    .chat-column-right .question-selection ul li {
        background: #f4f8ff;
        border: 1px solid #c9ddff;
        border-radius:3px;
        margin:20px;
        padding:12px;
        cursor:pointer;
    }
.chat-column-right .question-selection .question-click {
    height: 289px;
    overflow: auto;
}
.chat-column-right .question-selection ul li.q-active {
    box-shadow: 0 0 5px #498dff;
    border: 1px solid #498dff;
}
.dialogue-cm .s-order-detail .select_answer button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #fff;
    border: 1px solid #498dff;
    color: #498dff;
}
/*教师端-实训规则*/
.training-bk .train_scene_title {
    border-bottom:1px solid #eee;
    margin:0 -20px;
    padding:20px;
}
.training-bk ul {
    margin:0;
    padding:0;
    list-style-type:none;
    margin-top:20px;
}
.training-bk ul li{
    float:left;
    border:1px solid #eee;
    width:570px;
    border-radius:3px;
    padding:20px;
    position:relative;
    overflow:hidden;
}
.training-bk.training-bk-active ul li {
    padding:20px 30px;
}
    .training-bk ul li + li{
        margin-left:20px;
    }
.pair-number {
    display:none;
}
.pair-number > div {
    width: 60px;
    height: 60px;
    background: #498dff;
    text-align: center;
    line-height: 45px;
    position: absolute;
    right: -33px;
    top: -26px;
    transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -o-transform: rotate(50deg);
}
.pair-number i::before {
    content: "\e668";
    color: #fff;
    position: absolute;
    right: 3px;
    top: 6px;
}
.training-bk ul li.bk-active {
    border: 1px solid #498dff;
    box-shadow: 0 0 8px #999;
}
.training-bk ul li .pre-sale::before {
    content: "\e666";
    color: #74a8ff;
    font-size: 4em;
    margin-right: 20px;
}
.training-bk ul li .after-sale::before {
    content: "\e667";
    color: #74a8ff;
    font-size: 4em;
    margin-right: 20px;
}
.training-bk ul li .training-bk-detail {
    display: inline-block;
}
    .training-bk ul li .training-bk-detail p{
        font-size:16px;
    }
    .training-bk ul li .training-bk-detail span {
        color: #999;
    }
.training-difficulty ul li {
    width:373px;
}
.training-difficulty .difficulty-detail .difficulty-title {
    font-size:22px;
    font-weight:500;
    color:#666;
    border-bottom:1px solid #eee;
    padding-bottom:20px;
    margin:0;
}
    .training-difficulty .difficulty-detail .difficulty-title i {
        color: #26c8b2;
        font-size: 20px;
        margin-left:10px;
    }
    .training-difficulty .difficulty-detail .difficulty-title .star-solid::before {
        content: "\e62c";
    }
    .training-difficulty .difficulty-detail .difficulty-title .star-hollow::before {
        content: "\e66c";
    }
.training-difficulty .difficulty-detail ul li{
    border:none;
    padding:10px 0;
}
    .training-difficulty .difficulty-detail ul li p {
        float:left;
        margin:0;
    }
    .training-difficulty .difficulty-detail ul li p + p{
        margin-left:40px;
    }
        .training-difficulty .difficulty-detail ul li p:nth-child(2) {
            width: 82px;
        }
    .training-difficulty .difficulty-detail ul li + li {
        margin-left:0;
    }
    .training-difficulty .difficulty-detail ul li p span{
        color:#999;
    }
    /****实训结果数据***/
.training-data .train_scene_title {
    border-bottom:1px solid #eee;
    margin:0 -20px 20px -20px;
    padding:0 20px 20px 20px;

}
.training-data .training-data-top {
    border-bottom: 1px solid #eee;
    padding-bottom:20px;
    margin-bottom:20px;
}
.training-data .ring-chart {
    width: 350px;
    height: 260px;
    float: left;
    margin-right: 20px;
}
.training-data table {
    border: 1px solid #d9d9d9;
    font-size: 14px;
    color: #333;
    width: 485px;
    position: relative;
    top: 40px;
}
    .training-data table td {
        border-top: 1px solid #d9d9d9;
        padding: 12px 0;
        text-align:center;
    }
    .training-data table th {
        color:#999;
        font-weight:normal;
        padding:12px 0;
    }
    .training-data table .table-bk {
        background: #f9f9f9;
    }
.training-data .columnar-chart {
    width:100%;
    height:430px;
}
/***教师端在线促销***/
.consult.online-promotion-left .consult-list ul {
    margin: 0;
}
    .consult.online-promotion-left .consult-list ul li {
        padding: 10px;
    }
        .consult.online-promotion-left .consult-list ul li.pnline-active {
            background: #f4f8ff;
        }
.consult.online-promotion-left .consult-list {
    height: 560px;
    overflow: auto;
    margin: 0 -20px -20px -20px;
}
.consult.online-promotion-left .shop-list-title {
    margin-bottom:10px;
}

.online-promotion-right .promotion-chat .s-order-detail {
    width: 680px;
}
    .online-promotion-right .promotion-chat .s-order-detail .chat-box-head {
        height:50px;
        margin-top:-10px;
    }
    .online-promotion-right .promotion-chat .s-order-detail .chat-box-head p{
        display:inline-block;
        vertical-align:middle;       
        font-size:14px;
    }
    .online-promotion-right .promotion-chat .s-order-detail .chat-box-head .training-hints {
        width: 40px;
        color: #fff;
        border-radius: 3px;
        background: #59d5c4;
        text-align:center;
        margin-right:15px;
        padding:1.5px 0;
    }
    .online-promotion-right .promotion-chat .s-order-detail .chat-box-head .training-hints-txt {
        width:585px;
        color:#999;
    }
    .online-promotion-right .promotion-chat .s-order-detail.chat-box .chat-box-middle .dialogue p {
        max-width:400px;
    }
.chat-box .chat-box-middle .dialogue-right .dialogue.dialogue-online .triangle-right {   
    border-left: 8px solid #dff9f6;
}
.chat-box .chat-box-middle .dialogue-right .dialogue.dialogue-online p {
    background: #dff9f6;
}
.online-promotion-right .promotion-chat .s-order-detail .select_answer {
    background: #fafafa;
    max-height: 184px;
    overflow:auto;
    padding:20px 10px 20px 20px;
}
    .online-promotion-right .promotion-chat .s-order-detail .select_answer .answer-txt {
        color:#26c8b2;
        margin:0;
    }
    .online-promotion-right .promotion-chat .s-order-detail .select_answer p {
        color: #666;
        margin: 0;
        margin-top: 10px;
    }
    .online-promotion-right .promotion-chat .s-order-detail .select_answer p span {
        color: #999;
    }
    .online-promotion-right .promotion-chat .s-order-detail .select_answer p i {
        color: #ff8426;
        font-style:normal;
    }
.online-promotion-right .promotion-chat .s-order-detail .dialogue-frame {
    margin: 0 20px 0 0;
}
.studentorderdetail .promotion-operation.handle-detail {
    width: 296px;
    height: 611px;
    margin-bottom: -20px;
}
.promotion-operation-activity {
    padding: 0 0 0 20px;
}
.promotion-operation-activity ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
    .promotion-operation-activity ul li {
        float:left;
       width:75px;
       height:30px;
        border:1px solid #eee;
        background:#fafafa;
        border-radius:3px;
        margin-right:15px;
        margin-top:15px;
        text-align:center;
        line-height:30px;
        cursor:pointer;
    }
        .promotion-operation-activity ul li.opera-activity-click {
            border:1px solid #498dff;
            background:#fff;
            color:#498dff;
            box-shadow:0 0 5px #498dff;
        }
    .promotion-operation-activity .activity-interpretation {
        display: none;
        margin: 20px 0;
        line-height: 1.8em;
        height: 125px;
    }
        .promotion-operation-activity .activity-interpretation p, .promotion-operation-activity .no-interpretation p {
            color: #666;
            margin: 0;
        }
    .promotion-operation-activity .no-interpretation {
        text-align: center;
        min-height: 165px;
        line-height: 165px;
    }
  .promotion-key-word ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
.promotion-key-word {
    padding:0 0 0 20px;
}
   .promotion-key-word ul li {
            float: left;
            background: #f2faff;
            padding:5px 10px;
            border-radius:20px;
            margin-top:20px;
            margin-right:20px;
        }
   /***学生端在线促销**/
.consult.online-promotion-left .mCSB_inside > .mCSB_container {
    margin-right:0;
}
.s-online-promotion {
    display:none;
}
.online-promotion-no.no-task-news {
    min-height: 572px;
}
    .online-promotion-no.no-task-news img {
        margin-top:150px;
    }
.online-promotion-right .promotion-chat .s-order-detail .select_answer .end-over {
    text-align:center;
    line-height:120px;
}
.online-promotion-right .promotion-chat .s-order-detail .select_answer.send-discount {
    background: #fff;
}
    .online-promotion-right .promotion-chat .s-order-detail .select_answer.send-discount textarea {
        width: 100%;
        height: 100px;
        border: none;
        resize: none;
    }
    .online-promotion-right .promotion-chat .s-order-detail .select_answer.send-discount .send-out-online {
        border:1px solid #ddd;
        border-radius:3px;
        background:#fff;
        color:#666;
        padding:8px 30px;
    }
        .online-promotion-right .promotion-chat .s-order-detail .select_answer.send-discount .send-out-online:hover {
            background:#498dff;
            border:1px solid #498dff;
            color:#fff;
        }
.promotion-key-word.s-key-word ul li.key-word-click {
    color:#498dff;
    box-shadow:0 0 0 1px #498dff;
    background:#fff;
    }
.chat-box .chat-box-middle .dialogue-right .dialogue.no-dialogue-online p {
    min-width:150px;
    }
/**学生端历史详情**/
.dialogue-score {
    margin-right:20px;
    color:#999;
}
.dialogue-score span{
    color:#ff8426;   
}
.sales-promotion-title {
    background: #f5f5f5;
    height: 60px;
    line-height: 60px;
}
    .sales-promotion-title .dialogue-score p, .sales-promotion-h4 .dialogue-score p {
        margin: 0;
    }
.sales-promotion-h4 {
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
}
/*****教师端-首页****/
.index-current {
    margin-bottom:20px;
    overflow:hidden;
}
.index-current span{
    margin-top:6px;
}
    .index-current .dropdownlist {
        background:#fff;
    }
.container-title {
    background: #fff;
    font-size: 16px;
    color: #666;
    overflow:hidden;
}
.container-title p{
    margin:0;
}
.container-title i{
    font-size:14px;
    color:#999;
    font-style:normal;
}
.container-a {
    margin-bottom:20px;
}
.container-title span {
    font-size:14px;
    color:#999;
}
.index-Temporarily {
    height:320px;
    background:#fff;
    text-align:center;
    margin-bottom:20px;
    margin-top:22px;
}
    .index-Temporarily img {
        margin-top:85px;
    }
    .index-Temporarily p {
        color:#999;
        margin-top:25px; 
    }
.index-medal-img {
    margin:40px 20px 0 20px;
}
    .index-medal-img ul {
        margin: 0;
        padding: 0;
    }
    .index-medal-img li {
        list-style-type: none;
        border: 1px solid #e8e8e8;
        border-radius: 3px;
        width: 140px;
        text-align: center;
        height: 200px;
    }
        .index-medal-img li img {
            width: 80px;
            margin-top: 20px;
            margin-bottom:20px;
        }
        .index-medal-img li p {
            font-size:16px;
            color:#333;
        }
.label-switch .radio-style::before {
    position: relative;
    top: 2px;
}
.label-switch .radio-select {
    z-index:2;
}
.index-Temporarily.index-Temporarily-stu {
    height:217px;
}
    .index-Temporarily.index-Temporarily-stu img {
        margin-top:40px;
        width:120px;
    }

.rule-notquestion {
height:470px;
}
/*2018-12-3*/
.select_answer.select-answer-new ul {
    list-style-type: none;
}
.select_customers .select_answer.select-answer-new li {
    padding-left:10px;
}
.must-fill {
    color:#ff8426;
    position: absolute;
    left: 34px;
    top: 10px;
}
.breadcrumb.cal-return li:first-child {
    margin-left: -30px;
}
    .breadcrumb.cal-return li:first-child > a {
        display: inline-block;
        padding-left: 30px;
        position: relative;
        z-index: 1;
    }
.option-new-radio input {
    width: 20px;
    float: left;
}
.option-new-radio span {
    width: 680px;
    display: block;
}

/*加载动画*/
.loading-flash {
   position:absolute;
   top:30%;
   left:50%;
   transform:translateX(-50%);
}
    .loading-flash img {
        width:80%;
    }
    .loading-flash p {
        color: #a7a7a7;
        font-size: 28px;
    }
    /*头像消息提示*/
.chat-column .chat-customer ul li {
    position:relative;
}
.news-tips-spot {
    display: block;
    width: 12px;
    height: 12px;
    background: #ff8426;
    position: absolute;
    border-radius: 50%;
    left: 39px;
    top: 15px;
    border: 1px solid #fff;
}
/***客户关系营销推广实训选择优惠券-表格新样式***/
.crowd-table.crowd-table-a tbody td:nth-child(3) {
    width:90px;
}
.crowd-table.crowd-table-b tbody td:nth-child(5) {
    width:100px;
}
.crowd-table.crowd-table-c tbody td:nth-child(3) {
    width: 100px;
}
.crowd-table.crowd-table-d tbody td:nth-child(3) {
    width: 100px;
}
/***纠纷处理***/
.refund-number.refund-number-new {
    width:685px;
}