@import "../css/normalize.css";
@import "../css/main.css";

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-row_bw {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.omit {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.browser_up {
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: table;
    text-align: center;
}

    .browser_up h3 {
        display: table-cell;
        vertical-align: middle;
        font-size: 20px;
    }

        .browser_up h3 strong,
        .browser_up h3 a {
            font-size: 32px;
        }

        .browser_up h3 a {
            color: tomato;
        }

h1,
h2,
h3,
h4,
h5,
div,
body,
a,
ul,
li,
form,
p,
input,
table,
tr,
th,
td,
span,
img,
button,
label,
select,
option,
input,
textarea {
    margin: 0;
    padding: 0;
    outline: none !important;
}

html {
    font-size: 12px;
}

body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    /*background-color: #f2f1f7;*/
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

* {
    -webkit-overflow-scrolling: touch;
}

textarea {
    resize: none !important;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
    }

em,
i {
    font-style: normal;
}

.font-red {
    color: red !important;
}

.cms-body {
    min-height: 100%;
}

    .cms-body.hideNav .menuBar {
        width: 70px;
    }

        .cms-body.hideNav .menuBar h3 {
            font-size: 0 !important;
        }

            .cms-body.hideNav .menuBar h3 .upShow {
                display: none !important;
            }

    .cms-body.hideNav .nav-wrap .nav-title,
    .cms-body.hideNav .nav-wrap .iconNav-arr {
        display: none;
    }

    .cms-body.hideNav .nav-wrap a {
        min-height: 48px;
    }

    .cms-body.hideNav .index-nav > li > a {
        padding-right: 0;
    }

    .cms-body.hideNav .index-nav > li.index-nav-itemed > a:not(:last-child):before {
        display: none;
    }

    .cms-body.hideNav .index-nav > li.index-nav-itemed > a:not(:last-child) .nav-title {
        display: block;
        width: 235px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        padding: 14px 32px 14px 66px;
        position: absolute;
        top: 0;
        left: 70px;
        background-color: #11B6C4;
    }

    .cms-body.hideNav .index-nav > li > .index-nav-child {
        width: 235px;
        position: absolute;
        right: -235px;
        top: 48px;
        z-index: 999;
    }

        .cms-body.hideNav .index-nav > li > .index-nav-child .nav-title,
        .cms-body.hideNav .index-nav > li > .index-nav-child .iconNav-arr {
            display: block;
        }

    .cms-body.hideNav .index-nav > li .index-nav-child {
        background-color: #2f4050;
    }

    .cms-body.hideNav .upShow {
        display: block !important;
        height: 48px;
        line-height: 48px;
    }

        .cms-body.hideNav .upShow span {
            font-size: 18px;
        }

    .cms-body .menuBar {
        width: 200px;
        /*width:15%;
min-width:200px;*/
        height: 100vh;
        background: url('../img/nav-bg.png') no-repeat bottom center, -webkit-gradient(linear, left top, left bottom, from(#5cd7cf), to(#1fbcef));
        background: url('../img/nav-bg.png') no-repeat bottom center, -webkit-linear-gradient(top, #5cd7cf 0%, #1fbcef 100%);
        background: url('../img/nav-bg.png') no-repeat bottom center, -o-linear-gradient(top, #5cd7cf 0%, #1fbcef 100%);
        background: url('../img/nav-bg.png') no-repeat bottom center, linear-gradient(180deg, #5cd7cf 0%, #1fbcef 100%);
        background-size: 100% auto;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
    }

        .cms-body .menuBar ol {
            margin: 0;
            padding: 0;
        }

        .cms-body .menuBar h3 {
            height: 70px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 15px;
            color: #fff;
            padding: 0 15px;
            position: relative;
            z-index: 99;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-bottom: 2px solid rgba(255, 255, 255, 0.3);
        }

            .cms-body .menuBar h3 .upShow {
                position: absolute;
                width: auto;
                right: 16px;
                top: 17px;
                display: block;
            }

                .cms-body .menuBar h3 .upShow:hover {
                    opacity: 1;
                }

        .cms-body .menuBar .upShow {
            width: 100%;
            text-align: center;
            opacity: 0.5;
            color: #fff;
            display: none;
            font-size: 20px;
            cursor: pointer;
        }

            .cms-body .menuBar .upShow:hover {
                opacity: 1;
            }

        .cms-body .menuBar .logo {
            display: inline-block;
            vertical-align: middle;
        }

        .cms-body .menuBar .logo-title {
            margin-left: 10px;
        }

        .cms-body .menuBar .icon-wenjianguanli {
            font-size: 14px;
            left: 21px !important;
        }

    .cms-body .body-main {
        width: 100%;
        height: 100%;
        padding-left: 190px;
        background-color: #f3f3f4;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 999;
    }

    .cms-body .header {
        height: 70px;
        -webkit-box-shadow: 3px 2px 5px 0px rgba(166, 163, 163, 0.18);
        box-shadow: 3px 2px 5px 0px rgba(166, 163, 163, 0.18);
        background-color: #fff;
        position: fixed;
        left: 200px;
        top: 0;
        z-index: 99;
        /*Firefox*/
        /*chrome safari*/
        /*Standard */
        width: calc(100% - 200px);
    }

    .cms-body .footer {
        height: 36px;
        background-color: #fff;
        position: relative;
    }

        .cms-body .footer p {
            width: 100%;
            height: 100%;
            display: inline-block;
            vertical-align: top;
            line-height: 36px;
            font-size: 12px;
            color: #666666;
            padding: 0 20px;
        }

    .cms-body .main-wrap {
        padding-top: 70px;
        background-color: #fff;
        position: relative;
    }

    .cms-body .index-nav {
        width: 100%;
        padding-bottom: 30px;
        background-color: #14DBCF;
    }

        .cms-body .index-nav * {
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .cms-body .index-nav .index-nav-bar {
            background-color: #11B6C4;
        }

        .cms-body .index-nav .index-nav-itemed:last-child > .index-nav-child {
            padding-left: 15px;
        }

        .cms-body .index-nav > .index-nav-itemed {
            position: relative;
        }

            .cms-body .index-nav > .index-nav-itemed:last-child > .index-nav-child {
                padding-left: 0;
            }

            .cms-body .index-nav > .index-nav-itemed > a {
                background-color: rgba(13, 181, 187, 0.5) !important;
                color: #fff !important;
            }

                .cms-body .index-nav > .index-nav-itemed > a:before {
                    content: "";
                    width: 0;
                    height: 0;
                    border-style: solid dashed dashed;
                    border-color: transparent #f3f3f4 transparent transparent;
                    overflow: hidden;
                    position: absolute;
                    top: 50%;
                    right: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    border-width: 10px;
                    z-index: 10;
                }

        .cms-body .index-nav .index-nav-item {
            position: relative;
        }

            .cms-body .index-nav .index-nav-item a {
                display: block;
                font-size: 16px;
                color: #fff;
                position: relative;
                padding: 18px 32px 18px 52px;
            }

                .cms-body .index-nav .index-nav-item a::before {
                    display: none;
                }

            .cms-body .index-nav .index-nav-item > a:hover {
                color: #fff;
                background-color: rgba(13, 181, 187, 0.5) !important;
            }

            .cms-body .index-nav .index-nav-item.index-nav-itemed > .index-nav-child {
                display: block;
            }

            .cms-body .index-nav .index-nav-item.index-nav-itemed > a .iconNav-arr {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                -webkit-transform-origin: 50% 4px;
                -ms-transform-origin: 50% 4px;
                transform-origin: 50% 4px;
            }

            .cms-body .index-nav .index-nav-item .nav-this > a,
            .cms-body .index-nav .index-nav-item.nav-this > a {
                color: #fff;
                background-color: rgba(13, 181, 187, 0.5) !important;
            }

        .cms-body .index-nav .index-nav-child {
            margin: 0;
            background-color: #14DBCF;
            display: none;
        }

            .cms-body .index-nav .index-nav-child a:hover {
                background-color: rgba(13, 181, 187, 0.5) !important;
            }

        .cms-body .index-nav .iconNav {
            position: absolute;
            left: 19px;
            top: 52%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .cms-body .index-nav .iconNav-arr {
            position: absolute;
            right: 22px;
            top: 52%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 15px;
        }

    .cms-body .header-title {
        padding: 0px 20px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .cms-body .header-title * {
            -webkit-transition: width 0.2s;
            -o-transition: width 0.2s;
            transition: width 0.2s;
        }

        .cms-body .header-title .dropdown-toggle {
            height: 52px;
            border: none;
            color: #2c3542;
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: transparent;
            outline: none !important;
        }

            .cms-body .header-title .dropdown-toggle:hover,
            .cms-body .header-title .dropdown-toggle:active,
            .cms-body .header-title .dropdown-toggle:focus {
                background-color: transparent;
                border: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .cms-body .header-title .dropdown-toggle {
            line-height: 40px;
            font-size: 16px;
        }

        .cms-body .header-title .user-dropdown-toggle {
            line-height: 20px;
        }

        .cms-body .header-title .dropdown-menu .form-control {
            font-size: 16px;
        }

        .cms-body .header-title .dropdown-menu .active a {
            background-color: #11B6C4;
        }

        .cms-body .header-title .dropdown-menu a {
            font-size: 16px;
            padding: 10px 20px;
        }

        .cms-body .header-title .header-set {
            cursor: pointer;
            display: inline-block;
            vertical-align: -2px;
        }

            .cms-body .header-title .header-set:hover {
                color: #11B6C4;
            }

    .cms-body .header-title_input .title {
        font-size: 18px;
        line-height: 30px;
        color: #333;
        width: 580px;
    }

        .cms-body .header-title_input .title img {
            width: 40px;
            margin-right: 12px;
        }

    .cms-body .header-title_input .dropdown-toggle {
        padding: 0 25px 0 0;
    }

    .cms-body .header-nav li {
        padding: 0 30px;
    }

        .cms-body .header-nav li:hover a,
        .cms-body .header-nav li.active a {
            border-bottom: 2px solid #11B6C4;
            color: #11B6C4;
        }

    .cms-body .header-nav a {
        display: block;
        font-size: 16px;
        line-height: 50px;
        color: #333;
        border-bottom: 2px solid transparent;
        letter-spacing: 1px;
    }

    .cms-body .header-person {
        height: 53px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .cms-body .header-person .header_inform {
            font-size: 25px;
            color: #748195;
            cursor: pointer;
            position: relative;
        }

            .cms-body .header-person .header_inform:hover {
                color: #11B6C4;
            }

            .cms-body .header-person .header_inform .header-badge {
                width: 15px;
                height: 15px;
                line-height: 15px;
                display: inline-block;
                overflow: hidden;
                font-size: 12px;
                text-align: center;
                border-radius: 50%;
                color: #fff;
                position: absolute;
                right: -2px;
                top: -4px;
            }

                .cms-body .header-person .header_inform .header-badge.suc {
                    background-color: #40CFED;
                }

                .cms-body .header-person .header_inform .header-badge.err {
                    background-color: #F14F61;
                }

        .cms-body .header-person .header-item {
            padding-left: 10px;
            position: relative;
        }

            .cms-body .header-person .header-item a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 13px;
            }

                .cms-body .header-person .header-item a > img {
                    width: 36px;
                    height: 36px;
                    border: 1px solid #e7eaec;
                    border-radius: 50%;
                    margin: 0 7px;
                }

                .cms-body .header-person .header-item a p {
                    color: #666666;
                    cursor: pointer;
                }

                    .cms-body .header-person .header-item a p img {
                        margin-left: 5px;
                    }

                    .cms-body .header-person .header-item a p span {
                        display: block;
                        color: #999999;
                    }

            .cms-body .header-person .header-item .dropdown-menu .dropdown-item {
                color: #2a2a2a;
            }

                .cms-body .header-person .header-item .dropdown-menu .dropdown-item span {
                    padding-left: 5px;
                }

                .cms-body .header-person .header-item .dropdown-menu .dropdown-item:hover {
                    background-color: #f5f5f5;
                }

    .cms-body .nav-wrap {
        position: relative;
    }

        .cms-body .nav-wrap .iScrollVerticalScrollbar {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 5px;
        }

        .cms-body .nav-wrap .iScrollIndicator {
            position: absolute;
            width: 100%;
        }

            .cms-body .nav-wrap .iScrollIndicator:after {
                content: "";
                position: absolute;
                top: 1px;
                left: 0;
                right: 0;
                bottom: 1px;
                border-radius: 4px;
                background-color: #447db3;
            }

    .cms-body .page-index p {
        font-size: 12px;
        color: #333;
        padding: 0 10px;
    }

    .cms-body .form-control {
        border-color: #d1d6e3;
    }

        .cms-body .form-control:hover {
            border-color: #c0c4cc;
        }

        .cms-body .form-control:focus {
            border-color: #36c6d3;
        }

    .cms-body .breadcrumb {
        padding: 0;
        margin: 0;
        background-color: transparent;
        border-radius: 0;
    }

        .cms-body .breadcrumb.breadcrumb > li + li:before {
            content: ">";
        }

    .cms-body .text-no-data {
        padding: 100px 10px;
        font-size: 14px;
        color: #b9b9b9;
    }

        .cms-body .text-no-data .icon-default {
            color: #b9b9b9;
            font-size: 34px;
        }

            .cms-body .text-no-data .icon-default:hover {
                color: #b9b9b9;
            }

    .cms-body .margin-top-button {
        margin-top: 20px;
    }

    .cms-body .delivery-img_wrap {
        margin: 40px 0px;
    }

        .cms-body .delivery-img_wrap .btn-save-group {
            padding: 0px 0px 20px 120px;
        }

.nav-header {
    padding: 20px 0 25px;
}

    .nav-header .nav-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px;
    }

        .nav-header .nav-img img {
            width: 80px;
            height: 80px;
        }

        .nav-header .nav-img span {
            color: #fff;
            font-size: 20px;
        }

    .nav-header .nav-icon_s {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .nav-header .nav-icon_s img {
            margin: 0 13px;
            cursor: pointer;
        }

.header-title_contr img {
    width: 23px;
    cursor: pointer;
}

.header-title_contr .navChage {
    font-size: 23px;
    cursor: pointer;
    color: #000;
}

.header_inform {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #F3F4F4;
    margin-left: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .header_inform .icon-quanping {
        font-size: 13px;
        color: #21293B;
    }

    .header_inform .icon-youxiang {
        font-size: 18px;
        color: #21293B;
    }

    .header_inform .icon-xiaoxi {
        font-size: 16px;
        color: #21293B;
    }

    .header_inform img {
        width: 12px;
        margin: auto;
    }

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-left: 0;
}

.checkbox,
.radio {
    margin: 0;
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    margin-right: 10px;
}

.checkbox + .checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

    .checkbox label::before {
        /*-o-transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;*/
        background-color: #ffffff;
        border-radius: 3px;
        border: 1px solid #cccccc;
        content: "";
        display: inline-block;
        height: 17px;
        left: 0;
        margin-left: -20px;
        position: absolute;
        width: 17px;
        outline: none !important;
    }

    .checkbox label::after {
        color: #555555;
        display: inline-block;
        font-size: 11px;
        height: 16px;
        left: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        position: absolute;
        top: 0;
        width: 16px;
    }

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

    .checkbox input[type="checkbox"]:disabled + label {
        opacity: 0.65;
    }

    .checkbox input[type="checkbox"]:focus + label::before {
        outline-offset: -2px;
        outline: none;
        outline: thin dotted;
    }

    .checkbox input[type="checkbox"]:checked + label::after {
        content: "\e63a";
        font-family: 'iconfont';
    }

    .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed;
    }

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox.checkbox-single label {
    height: 17px;
}

.checkbox-custom input[type="checkbox"]:checked + label::before {
    background-color: #5fbeaa;
    border-color: #5fbeaa;
}

.checkbox-custom input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #5d9cec;
    border-color: #5d9cec;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #f05050;
    border-color: #f05050;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #34d3eb;
    border-color: #34d3eb;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #ffbd4a;
    border-color: #ffbd4a;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #81c868;
    border-color: #81c868;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked + label::before {
    background-color: #7266ba;
    border-color: #7266ba;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-pink input[type="checkbox"]:checked + label::before {
    background-color: #fb6d9d;
    border-color: #fb6d9d;
}

.checkbox-pink input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
    background-color: #4c5667;
    border-color: #4c5667;
}

.checkbox-inverse input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}
/* Radios */
.radio + .radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

    .radio label::before {
        -o-transition: border 0.5s ease-in-out;
        -webkit-transition: border 0.5s ease-in-out;
        background-color: #ffffff;
        border-radius: 50%;
        border: 1px solid #cccccc;
        content: "";
        display: inline-block;
        height: 17px;
        left: 0;
        margin-left: -20px;
        position: absolute;
        transition: border 0.5s ease-in-out;
        width: 17px;
        outline: none !important;
    }

    .radio label::after {
        -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -webkit-transform: scale(0, 0);
        -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        background-color: #555555;
        border-radius: 50%;
        content: " ";
        display: inline-block;
        height: 11px;
        left: 3px;
        margin-left: -20px;
        position: absolute;
        top: 3px;
        transform: scale(0, 0);
        transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -o-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        width: 11px;
    }

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

    .radio input[type="radio"]:disabled + label {
        opacity: 0.65;
        background: #e6e5e5;
    }

    .radio input[type="radio"]:focus + label::before {
        outline-offset: -2px;
        outline: 5px auto -webkit-focus-ring-color;
        outline: thin dotted;
    }

    .radio input[type="radio"]:checked + label::after {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed;
    }

.radio.radio-inline {
    margin-top: 0;
}

.radio.radio-single label {
    height: 17px;
}

.radio-custom input[type="radio"] + label::after {
    background-color: #5fbeaa;
}

.radio-custom input[type="radio"]:checked + label::before {
    border-color: #5fbeaa;
}

.radio-custom input[type="radio"]:checked + label::after {
    background-color: #5fbeaa;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #5d9cec;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #5d9cec;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #5d9cec;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #f05050;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #f05050;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #f05050;
}

.radio-info input[type="radio"] + label::after {
    background-color: #34d3eb;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #34d3eb;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #34d3eb;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #ffbd4a;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #ffbd4a;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ffbd4a;
}

.radio-success input[type="radio"] + label::after {
    background-color: #81c868;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #81c868;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #81c868;
}

.radio-purple input[type="radio"] + label::after {
    background-color: #7266ba;
}

.radio-purple input[type="radio"]:checked + label::before {
    border-color: #7266ba;
}

.radio-purple input[type="radio"]:checked + label::after {
    background-color: #7266ba;
}

.radio-pink input[type="radio"] + label::after {
    background-color: #fb6d9d;
}

.radio-pink input[type="radio"]:checked + label::before {
    border-color: #fb6d9d;
}

.radio-pink input[type="radio"]:checked + label::after {
    background-color: #fb6d9d;
}

.cms-body .main {
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    background-color: #fff;
}

    .cms-body .main .iScrollVerticalScrollbar {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 5px;
    }

    .cms-body .main .iScrollIndicator {
        position: absolute;
        width: 100%;
    }

        .cms-body .main .iScrollIndicator:after {
            content: "";
            position: absolute;
            top: 1px;
            left: 0;
            right: 0;
            bottom: 1px;
            border-radius: 4px;
            background-color: #ddd;
        }

.cms-body .main-header_group {
    padding: 0 30px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e7eaec;
}

    .cms-body .main-header_group .title {
        font-size: 16px;
        color: #333;
    }

.cms-body .control-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cms-body .input-hasIcon {
    padding-right: 30px;
}

.cms-body .input-for-icon {
    width: 18px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cms-body .control-row_scroll {
    position: relative;
    width: 100%;
    padding: 10px 30px;
}

.main-top {
    background-color: #fff;
    padding: 0 36px 19px 50px;
}

.main-bread {
    padding-top: 19px;
    color: #333333;
    font-size: 14px;
}

    .main-bread span {
        cursor: default;
        font-weight: 400;
    }

    .main-bread .back {
        cursor: pointer;
        color: #777;
    }

        .main-bread .back:hover {
            color: #333333;
        }

.header-h3 {
    font-size: 20px;
    padding-top: 24px;
    color: #434141;
    font-weight: bold;
    line-height: 28px;
}

.header-h5 {
    color: #999999;
    font-size: 14px;
    line-height: 21px;
    padding-top: 9px;
}

.main-bottom {
    padding: 16px;
    background-color: #F0F2F5;
    position: relative;
}

    .main-bottom .botInner {
        min-height: 100%;
        background-color: #fff;
        padding: 54px 0;
        border-radius: 8px;
    }

    .main-bottom .control-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 86px;
        margin: 0 -20px;
    }

    .main-bottom .control {
        width: 20.5vw;
        height: 13.6vw;
        margin: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 0px 1px 8px 0px #dbdbdb;
        box-shadow: 0px 1px 8px 0px #dbdbdb;
        border-radius: 5px;
        margin-bottom: 35px;
        cursor: pointer;
    }

        .main-bottom .control img {
            width: 55px;
            margin-bottom: 20px;
        }

        .main-bottom .control .control-text {
            font-weight: 400;
            font-size: 20px;
            color: #333333;
            line-height: 28px;
            position: relative;
        }

            .main-bottom .control .control-text .count {
                width: 7px;
                height: 7px;
                background-color: red;
                border-radius: 50%;
                position: absolute;
                right: -7px;
                top: 4px;
            }

        .main-bottom .control:hover {
            background: -webkit-linear-gradient(267deg, #14dbcf 0%, #0cb5eb 100%);
            background: -o-linear-gradient(267deg, #14dbcf 0%, #0cb5eb 100%);
            background: linear-gradient(183deg, #14dbcf 0%, #0cb5eb 100%);
        }

            .main-bottom .control:hover .control-text {
                color: #fff;
            }

    .main-bottom .testInner {
        padding: 28px 0;
    }

    .main-bottom .search-group {
        padding: 0 28px 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-bottom .control-input {
        min-width: 200px;
        line-height: 32px;
    }

    .main-bottom .search-label {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

        .main-bottom .search-label em {
            color: red;
        }

    .main-bottom .search-sel {
        margin-bottom: 20px;
        font-size: 14px;
        color: #333333;
        margin-right: 20px;
    }

        .main-bottom .search-sel .control-input {
            margin-left: 20px;
        }

    .main-bottom .search-btn {
        margin-bottom: 20px;
    }

        .main-bottom .search-btn .btn {
            margin-right: 20px;
        }

    .main-bottom .btn-search:active,
    .main-bottom .btn-search:hover,
    .main-bottom .btn-search:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

    .main-bottom .btn-search.active {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #40CFED;
        border: 1px solid #40CFED;
        color: #fff;
    }

    .main-bottom .control-group_test {
        padding: 0 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: 0 -2%;
    }

    .main-bottom .test-control {
        width: 21%;
        background: #ffffff;
        border-radius: 6px;
        min-height: 24vw;
        border: 1px solid #ededed;
        margin: 0 2% 30px;
        padding: 28px 0 64px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

        .main-bottom .test-control .info-img {
            padding-bottom: 14px;
        }

            .main-bottom .test-control .info-img span {
                font-size: 28px;
                color: #12D3D5;
            }

            .main-bottom .test-control .info-img img {
                width: 28px;
                height: 28px;
            }

        .main-bottom .test-control h3 {
            line-height: 28px;
            color: #000;
            padding-bottom: 20px;
            max-width: 80%;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        .main-bottom .test-control h4 {
            padding-bottom: 20px;
        }

            .main-bottom .test-control h4 .specTit {
                font-size: 28px;
                color: #40CFED;
                letter-spacing: 1px;
                margin-right: 2px;
            }

        .main-bottom .test-control .info-group {
            width: 100%;
            padding: 0 18px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            color: #666666;
            font-size: 14px;
            padding-bottom: 19px;
        }

            .main-bottom .test-control .info-group img {
                width: 14px;
                height: 14px;
                margin-right: 3px;
            }

            .main-bottom .test-control .info-group .iconfont {
                font-size: 14px;
                padding-right: 7px;
            }

        .main-bottom .test-control .btn-test {
            width: 78%;
            border-radius: 4px;
            background: -webkit-gradient(linear, left top, left bottom, from(#54ede2), to(#43cefa));
            background: -webkit-linear-gradient(top, #54ede2 0%, #43cefa 100%);
            background: -o-linear-gradient(top, #54ede2 0%, #43cefa 100%);
            background: linear-gradient(180deg, #54ede2 0%, #43cefa 100%);
            border: 1px solid transparent;
            color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            position: absolute;
            bottom: 30px;
        }

        .main-bottom .test-control:hover,
        .main-bottom .test-control.active {
            background: url(../img/bgicon1.png) no-repeat center center;
            background-size: 100% 100%;
        }

            .main-bottom .test-control:hover h3,
            .main-bottom .test-control.active h3,
            .main-bottom .test-control:hover h4,
            .main-bottom .test-control.active h4 {
                color: #fff;
            }

                .main-bottom .test-control:hover h4 .specTit,
                .main-bottom .test-control.active h4 .specTit {
                    color: #fff;
                }

            .main-bottom .test-control:hover .info-group,
            .main-bottom .test-control.active .info-group {
                color: #fff;
            }

            .main-bottom .test-control:hover .btn-test,
            .main-bottom .test-control.active .btn-test {
                background: #ffffff;
                border: 1px solid #40cfed;
                color: #40CFED;
            }

    .main-bottom .test-control_spc {
        width: 21%;
        -webkit-box-shadow: 0px 1px 8px 0px #dbdbdb;
        box-shadow: 0px 1px 8px 0px #dbdbdb;
        background: #ffffff;
        border-radius: 6px;
        min-height: 24vw;
        border: 1px solid #ededed;
        margin: 0 2% 30px;
        padding: 28px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
    }

        .main-bottom .test-control_spc .test-control_top {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .main-bottom .test-control_spc .info-img {
            padding-bottom: 14px;
        }

            .main-bottom .test-control_spc .info-img span {
                font-size: 28px;
                color: #12D3D5;
            }

            .main-bottom .test-control_spc .info-img img {
                width: 28px;
                height: 28px;
            }

        .main-bottom .test-control_spc h3 {
            line-height: 28px;
            color: #000;
            padding-bottom: 20px;
            max-width: 80%;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        .main-bottom .test-control_spc h4 {
            padding-bottom: 20px;
        }

            .main-bottom .test-control_spc h4 .specTit {
                font-size: 28px;
                color: #40CFED;
                letter-spacing: 1px;
                margin-right: 2px;
            }

        .main-bottom .test-control_spc .info-group {
            width: 100%;
            padding: 0 18px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            color: #666666;
            font-size: 14px;
            padding-bottom: 19px;
        }

            .main-bottom .test-control_spc .info-group img {
                width: 14px;
                height: 14px;
                margin-right: 3px;
            }

            .main-bottom .test-control_spc .info-group .r {
                color: #333333;
            }

            .main-bottom .test-control_spc .info-group .iconfont {
                font-size: 14px;
                padding-right: 7px;
            }

        .main-bottom .test-control_spc .btn-test {
            border-radius: 4px;
            background: -webkit-gradient(linear, left top, left bottom, from(#54ede2), to(#43cefa));
            background: -webkit-linear-gradient(top, #54ede2 0%, #43cefa 100%);
            background: -o-linear-gradient(top, #54ede2 0%, #43cefa 100%);
            background: linear-gradient(180deg, #54ede2 0%, #43cefa 100%);
            border: 1px solid transparent;
            color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .main-bottom .test-control_spc .btn-watch {
            background: #ffffff;
            border-radius: 4px;
            border: 1px solid #40CFED;
            color: #40CFED;
        }

            .main-bottom .test-control_spc .btn-watch.active,
            .main-bottom .test-control_spc .btn-watch:hover,
            .main-bottom .test-control_spc .btn-watch:focus,
            .main-bottom .test-control_spc .btn-watch:active {
                background: -webkit-gradient(linear, left top, left bottom, from(#54ede2), to(#43cefa));
                background: -webkit-linear-gradient(top, #54ede2 0%, #43cefa 100%);
                background: -o-linear-gradient(top, #54ede2 0%, #43cefa 100%);
                background: linear-gradient(180deg, #54ede2 0%, #43cefa 100%);
                border: 1px solid transparent;
                color: #fff;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .main-bottom .test-control_spc:hover,
        .main-bottom .test-control_spc.active {
            background: url(../img/bgicon1.png) no-repeat center center;
            background-size: 100% 100%;
        }

            .main-bottom .test-control_spc:hover h3,
            .main-bottom .test-control_spc.active h3,
            .main-bottom .test-control_spc:hover h4,
            .main-bottom .test-control_spc.active h4 {
                color: #fff;
            }

                .main-bottom .test-control_spc:hover h4 .specTit,
                .main-bottom .test-control_spc.active h4 .specTit {
                    color: #fff;
                }

            .main-bottom .test-control_spc:hover .info-group,
            .main-bottom .test-control_spc.active .info-group {
                color: #fff;
            }

                .main-bottom .test-control_spc:hover .info-group .r,
                .main-bottom .test-control_spc.active .info-group .r {
                    color: #fff;
                }

            .main-bottom .test-control_spc:hover .header-name .h-t p,
            .main-bottom .test-control_spc.active .header-name .h-t p {
                color: #fff;
            }

            .main-bottom .test-control_spc:hover .header-name .h-t span,
            .main-bottom .test-control_spc.active .header-name .h-t span {
                background-color: #fff;
            }

            .main-bottom .test-control_spc:hover .header-name .h-b,
            .main-bottom .test-control_spc.active .header-name .h-b {
                color: #fff;
            }

            .main-bottom .test-control_spc:hover .btn-test,
            .main-bottom .test-control_spc.active .btn-test,
            .main-bottom .test-control_spc:hover .btn-watch,
            .main-bottom .test-control_spc.active .btn-watch {
                background: #ffffff;
                border: 1px solid #40cfed;
                color: #40CFED;
            }

        .main-bottom .test-control_spc .test-control_top,
        .main-bottom .test-control_spc .test-control_bot {
            width: 100%;
        }

        .main-bottom .test-control_spc .btn-groups {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .main-bottom .test-control_spc .btn-groups .btn {
                width: 78%;
            }

                .main-bottom .test-control_spc .btn-groups .btn + .btn {
                    margin-top: 13px;
                }

        .main-bottom .test-control_spc .info-header {
            width: 80px;
            height: 80px;
            border: 1px solid rgba(84, 237, 226, 0.3);
            border-radius: 50%;
            margin-bottom: 12px;
            position: relative;
        }

            .main-bottom .test-control_spc .info-header > img {
                margin: auto;
                width: 75px;
                height: 75px;
                border-radius: 50%;
            }

            .main-bottom .test-control_spc .info-header .header-rz {
                position: absolute;
                right: 3px;
                bottom: 3px;
            }

                .main-bottom .test-control_spc .info-header .header-rz img {
                    width: 15px;
                }

    .main-bottom .table-body {
        padding: 0 28px;
    }

    .main-bottom .table-sty_test {
        position: relative;
    }

        .main-bottom .table-sty_test .cgEch {
            position: absolute;
            top: 29px;
            right: 22px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .main-bottom .table-sty_test .cgEch a {
                display: inline-block;
                width: 100%;
                cursor: pointer;
                font-size: 13px;
                font-weight: 400;
                color: #333333;
                line-height: 18px;
            }

            .main-bottom .table-sty_test .cgEch .dropdown-menu {
                right: 0;
                left: auto;
            }

            .main-bottom .table-sty_test .cgEch .spec {
                padding: 0 20px;
                color: #ededed;
            }

        .main-bottom .table-sty_test .table-bordered {
            border: 1px solid #f1f1f1;
        }

        .main-bottom .table-sty_test .echarts {
            height: 500px;
            padding: 23px 0;
            border: 1px solid #ededed;
        }

        .main-bottom .table-sty_test th {
            background: #f6f6f6;
            color: #656464;
        }

        .main-bottom .table-sty_test th,
        .main-bottom .table-sty_test td {
            border: 1px solid #f1f1f1;
            font-size: 14px;
            vertical-align: middle;
            font-weight: 400;
        }

        .main-bottom .table-sty_test .cell {
            font-weight: 400;
            color: #333;
        }

        .main-bottom .table-sty_test .btn-groups .btn {
            min-width: 80px;
            font-size: 14px;
            border-radius: 15px;
        }

            .main-bottom .table-sty_test .btn-groups .btn + .btn {
                margin-left: 8px;
            }

        .main-bottom .table-sty_test .btn-xq {
            background-color: #00CD8F;
            border-radius: 15px;
            color: #fff;
        }

        .main-bottom .table-sty_test .btn-xz {
            background-color: #40CFED;
            border-radius: 15px;
            color: #fff;
        }

    .main-bottom .header-name {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-bottom .h-t {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .main-bottom .h-t p {
            font-size: 16px;
            color: #333333;
            line-height: 22px;
        }

        .main-bottom .h-t span {
            font-size: 12px;
            padding: 2px 3px;
            background: #dcfeff;
            border-radius: 4px;
            color: #49daf1;
            margin-left: 8px;
        }

    .main-bottom .h-b {
        color: #999999;
        padding: 8px 0 20px;
        line-height: 17px;
    }

    .main-bottom .quesInner {
        padding: 44px 126px;
    }

    .main-bottom .ques-title {
        color: #333333;
        line-height: 33px;
        letter-spacing: 1px;
        font-size: 24px;
        text-align: center;
        font-weight: 500;
        padding-bottom: 29px;
    }

    .main-bottom .ques-info {
        padding: 20px 30px;
        background: #fafafa;
        border-radius: 6px;
    }

        .main-bottom .ques-info .title {
            font-size: 16px;
            line-height: 22px;
            font-weight: 500;
            color: #333333;
            padding-bottom: 11px;
        }

        .main-bottom .ques-info .title_small {
            font-size: 14px;
            font-weight: 400;
            color: #8f8f8f;
            line-height: 20px;
        }

            .main-bottom .ques-info .title_small + .title_small {
                margin-top: 17px;
            }

            .main-bottom .ques-info .title_small img {
                width: 19px;
            }

    .main-bottom .ques-controls {
        padding: 36px 30px 30px;
        margin: 0 -30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-bottom .btn-ques {
        background: #40cfed;
        border-radius: 4px;
        color: #fff;
        padding: 6px 20px;
    }

        .main-bottom .btn-ques:hover {
            -webkit-box-shadow: -1px 2px 10px 0px #a6d9e4;
            box-shadow: -1px 2px 10px 0px #a6d9e4;
        }

    .main-bottom .ques-control {
        width: 50%;
        padding: 0 30px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .main-bottom .ques-control img {
            width: 100%;
        }

    .main-bottom .messageInner {
        padding: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 8px;
    }

    .main-bottom .mess-left {
        width: 239px;
        height: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 15px 0;
        -webkit-box-shadow: 2px 0px 6px 0px rgba(215, 215, 215, 0.5);
        box-shadow: 2px 0px 6px 0px rgba(215, 215, 215, 0.5);
    }

        .main-bottom .mess-left .title {
            font-size: 16px;
            font-weight: 400;
            color: #333333;
            line-height: 22px;
            padding: 0 20px 15px;
        }

    .main-bottom .mess-right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .main-bottom .search-input {
        border-radius: 17px;
        overflow: hidden;
        padding: 0 20px 46px;
    }

        .main-bottom .search-input .input-group-addon {
            border-radius: 17px;
            background: #f3f3f3;
            color: #666;
            text-align: center;
            border-color: #f3f3f3;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

            .main-bottom .search-input .input-group-addon i {
                opacity: 0.5;
            }

        .main-bottom .search-input input,
        .main-bottom .search-input input:focus,
        .main-bottom .search-input input:hover {
            padding: 6px 0;
            border-radius: 17px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            background: #f3f3f3;
            border-color: #f3f3f3;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .main-bottom .user-list {
        padding: 15px 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 4px solid transparent;
        cursor: pointer;
    }

        .main-bottom .user-list:hover,
        .main-bottom .user-list.active {
            background: #f1fefd;
            border-right: 4px solid #50e6e7;
        }

        .main-bottom .user-list img {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            margin-right: 10px;
        }

        .main-bottom .user-list .name {
            font-size: 14px;
            font-weight: 500;
            color: #333333;
            line-height: 20px;
        }

        .main-bottom .user-list .name_small {
            font-size: 12px;
            font-weight: 400;
            color: #777777;
            line-height: 17px;
        }

        .main-bottom .user-list p.flex-row {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .main-bottom .mess-header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 50px;
        padding: 0 28px;
        border-bottom: 2px solid #f1f1f1;
    }

        .main-bottom .mess-header .title {
            font-size: 16px;
            font-weight: 400;
            color: #333333;
            line-height: 22px;
        }

        .main-bottom .mess-header .btn {
            border-radius: 18px;
            padding: 6px 20px;
        }

            .main-bottom .mess-header .btn + .btn {
                margin-left: 10px;
            }

        .main-bottom .mess-header .btn-go {
            background: #40cfed;
            color: #fff;
        }

    .main-bottom .mess-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 60px 0 30px;
    }

    .main-bottom .mess-control {
        margin-bottom: 16px;
    }

        .main-bottom .mess-control span {
            width: 50px;
        }

        .main-bottom .mess-control .form-control {
            width: 392px;
            margin-left: 20px;
        }

        .main-bottom .mess-control textarea {
            min-height: 95px;
        }

    .main-bottom .search-group_two {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-bottom .btn-del {
        background: #ffffff;
        border-radius: 18px;
        border: 1px solid #f43535;
        color: #f83535;
        padding: 6px 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .main-bottom .btn-ts_div {
        text-align: center;
        padding-top: 50px;
    }

.role-set {
    width: 100%;
    min-height: 100%;
    border-radius: 8px;
    background: #ffffff;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .role-set .role-table {
        padding: 0;
    }

    .role-set .nav-left {
        width: 185px;
        padding: 16px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-shadow: 2px 0px 6px 0px rgba(215, 215, 215, 0.5);
        box-shadow: 2px 0px 6px 0px rgba(215, 215, 215, 0.5);
        overflow-x: auto;
    }

        .role-set .nav-left .title {
            padding: 0 19px 0 21px;
            font-size: 16px;
            font-weight: 400;
            color: #333333;
            line-height: 22px;
        }

            .role-set .nav-left .title.flex-row {
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                .role-set .nav-left .title.flex-row span {
                    font-size: 14px;
                    font-weight: 400;
                    color: #999999;
                    line-height: 20px;
                }

    .role-set.hasMinHei .show-body {
        padding-bottom: 75px;
    }

    .role-set .show-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 18px 22px;
    }

        .role-set .show-body .nopad {
            padding: 0;
        }

            .role-set .show-body .nopad + .role-search-btn {
                padding-top: 0;
            }

    .role-set .search-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .role-set .search-top + .role-search-btn {
            padding-top: 0;
        }

    .role-set .search-input_small {
        padding: 0 19px 0 21px;
        margin-top: 14px;
        position: relative;
    }

        .role-set .search-input_small .searchInput {
            padding: 6px 12px 6px 34px;
        }

        .role-set .search-input_small .iconfont {
            position: absolute;
            font-size: 15px;
            cursor: pointer;
            opacity: 0.5;
            left: 33px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .role-set .search-input_small .iconfont:hover {
                opacity: 1;
            }

    .role-set .index-nav {
        margin-top: 30px;
        background-color: #fff;
    }

        .role-set .index-nav .icon-xiala- {
            display: none;
            font-size: 7px;
            color: #A7A7A7;
            padding-right: 9px;
        }

        .role-set .index-nav .icon-tubiao- {
            font-size: 7px;
            color: #A7A7A7;
            padding-right: 9px;
        }

        .role-set .index-nav .index-nav-item.nav-this > a {
            background: #fff !important;
            color: #666 !important;
        }

        .role-set .index-nav .index-nav-item .nav-this > a {
            background: #f3fdff !important;
            color: #666 !important;
            border-color: #40CFED;
        }

        .role-set .index-nav > .index-nav-itemed > a {
            background: #f3fdff !important;
            color: #666 !important;
            border-color: #40CFED;
        }

        .role-set .index-nav > .index-nav-itemed .icon-tubiao- {
            display: none;
        }

        .role-set .index-nav > .index-nav-itemed .icon-xiala- {
            display: inline-block;
        }

        .role-set .index-nav .index-nav-item a {
            color: #666;
            padding: 9px 20px 9px 21px;
            border-right: 3px solid #fff;
            font-size: 14px;
            font-weight: 400;
            color: #666666;
            line-height: 20px;
        }

            .role-set .index-nav .index-nav-item a::before {
                display: none;
            }

            .role-set .index-nav .index-nav-item a:hover {
                background: #f3fdff !important;
                color: #666 !important;
            }

        .role-set .index-nav .index-nav-child {
            background-color: #fff;
        }

            .role-set .index-nav .index-nav-child a {
                padding-left: 62px;
            }

.searchInput {
    background: #f3f3f3;
    border-color: #f3f3f3 !important;
    border-radius: 17px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px;
}

.role-search-btn {
    padding: 23px 0;
}

    .role-search-btn .btn + .btn {
        margin-left: 16px;
    }

.searchInput_1 {
    width: 300px;
    padding-left: 40px;
}

.search-btn .iconfont {
    font-size: 15px;
    padding-right: 3px;
}

.search-sty_1 {
    margin-right: 25px;
    margin-bottom: 23px;
    position: relative;
}

    .search-sty_1 input {
        background: #ffffff;
        border-radius: 4px;
        border: 1px solid #f0f0f0;
    }

    .search-sty_1 .icon-fangdajing {
        position: absolute;
        font-size: 16px;
        opacity: 0.5;
        cursor: pointer;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .search-sty_1 .icon-fangdajing:hover {
            opacity: 1;
        }

.btn .iconfont {
    font-size: 14px;
    margin-right: 3px;
}

.layui-layer-btn0:hover,
.layui-layer-btn0:active,
.layui-layer-btn0:focus,
.layui-layer-btn0.active,
.layui-layer-btn0 {
    background: #1890ff !important;
    border-color: #1890ff !important;
    opacity: 1;
    color: #fff !important;
}

.btn-sty1:hover,
.btn-sty1:active,
.btn-sty1:focus,
.btn-sty1.active,
.btn-sty1 {
    background: #1890ff !important;
    border-color: #1890ff !important;
    border-radius: 4px !important;
    opacity: 1;
    color: #fff !important;
}

.btn-sty2:hover,
.btn-sty2:active,
.btn-sty2:focus,
.btn-sty2.active,
.btn-sty2 {
    background: #F14F61 !important;
    border-color: #F14F61 !important;
    border-radius: 4px !important;
    opacity: 1;
    color: #fff !important;
}

.btn-sty3:hover,
.btn-sty3:active,
.btn-sty3:focus,
.btn-sty3.active,
.btn-sty3 {
    background: #5089F7 !important;
    border-color: #5089F7 !important;
    border-radius: 4px !important;
    opacity: 1;
    color: #fff !important;
}

.btn-sty4:hover,
.btn-sty4:active,
.btn-sty4:focus,
.btn-sty4.active,
.btn-sty4 {
    background: #40CFED !important;
    border-color: #40CFED !important;
    border-radius: 4px !important;
    opacity: 1;
    color: #fff !important;
}

.btn-sty5:hover,
.btn-sty5:active,
.btn-sty5:focus,
.btn-sty5.active,
.btn-sty5 {
    background: #F38F00 !important;
    border-color: #F38F00 !important;
    border-radius: 4px !important;
    opacity: 1;
    color: #fff !important;
}

.btn-sty6:hover,
.btn-sty6:active,
.btn-sty6:focus,
.btn-sty6.active,
.btn-sty6 {
    background: #5DC801 !important;
    border-color: #5DC801 !important;
    border-radius: 4px !important;
    opacity: 1;
    color: #fff !important;
}

.btn-sty7:hover,
.btn-sty7:active,
.btn-sty7:focus,
.btn-sty7.active,
.btn-sty7 {
    background: #8B531B !important;
    border-color: #8B531B !important;
    border-radius: 4px !important;
    opacity: 1;
    color: #fff !important;
}

.btn-sty8:hover,
.btn-sty8:active,
.btn-sty8:focus,
.btn-sty8.active,
.btn-sty8 {
    background: #EBA13F !important;
    border-color: #EBA13F !important;
    border-radius: 4px !important;
    opacity: 1;
    color: #fff !important;
}

.btn-sty9:hover,
.btn-sty9:active,
.btn-sty9:focus,
.btn-sty9.active,
.btn-sty9 {
    background: #9B40D8 !important;
    border-color: #9B40D8 !important;
    border-radius: 4px !important;
    opacity: 1;
    color: #fff !important;
}

.btn-sty10:hover,
.btn-sty10:active,
.btn-sty10:focus,
.btn-sty10.active,
.btn-sty10 {
    background: #989898 !important;
    border-color: #989898 !important;
    border-radius: 4px !important;
    opacity: 1;
    color: #fff !important;
}

.btn-sty11 {
    text-decoration: none !important;
}

    .btn-sty11 i {
        padding-left: 3px;
    }

    .btn-sty11:hover,
    .btn-sty11:active,
    .btn-sty11:focus,
    .btn-sty11.active,
    .btn-sty11 {
        opacity: 1;
        color: #1890FF !important;
    }

.btn-sty12 {
    text-decoration: none !important;
}

    .btn-sty12 i {
        padding-left: 3px;
    }

    .btn-sty12:hover,
    .btn-sty12:active,
    .btn-sty12:focus,
    .btn-sty12.active,
    .btn-sty12 {
        background: #FFFFFF !important;
        opacity: 1;
        color: #40CFED !important;
    }

.btn-sty13:hover,
.btn-sty13:active,
.btn-sty13:focus,
.btn-sty13.active,
.btn-sty13 {
    background: #00CD8F !important;
    border-color: #00CD8F !important;
    border-radius: 4px !important;
    opacity: 1;
    color: #fff !important;
}

.btn-sty14:hover,
.btn-sty14:active,
.btn-sty14:focus,
.btn-sty14.active,
.btn-sty14 {
    background: #39A5FD !important;
    border-color: #39A5FD !important;
    border-radius: 4px !important;
    opacity: 1;
    color: #fff !important;
}

.btn-sty15:hover,
.btn-sty15:active,
.btn-sty15:focus,
.btn-sty15.active,
.btn-sty15 {
    background: #33D09A !important;
    border-color: #33D09A !important;
    border-radius: 4px !important;
    opacity: 1;
    color: #fff !important;
}

.btn-link-sty1:hover,
.btn-link-sty1:active,
.btn-link-sty1:focus,
.btn-link-sty1.active,
.btn-link-sty1 {
    color: #40CFED !important;
}

.btn-link-sty2:hover,
.btn-link-sty2:active,
.btn-link-sty2:focus,
.btn-link-sty2.active,
.btn-link-sty2 {
    color: red !important;
}

.btn-sm_sty1:hover,
.btn-sm_sty1:active,
.btn-sm_sty1:focus,
.btn-sm_sty1.active,
.btn-sm_sty1 {
    background: #c7f7ee;
    border-radius: 4px;
    color: #2bc85e;
}

.btn-sm_sty2:hover,
.btn-sm_sty2:active,
.btn-sm_sty2:focus,
.btn-sm_sty2.active,
.btn-sm_sty2 {
    background: #C0EAFF;
    border-radius: 4px;
    color: #0DACF7;
}

.btn-sm_sty3:hover,
.btn-sm_sty3:active,
.btn-sm_sty3:focus,
.btn-sm_sty3.active,
.btn-sm_sty3 {
    background: #F7E7C7;
    border-radius: 4px;
    color: #FFA512;
}

.btn-sm_sty4:hover,
.btn-sm_sty4:active,
.btn-sm_sty4:focus,
.btn-sm_sty4.active,
.btn-sm_sty4 {
    background: -webkit-linear-gradient(288deg, #4febe3 0%, #3cc7f0 100%);
    background: -o-linear-gradient(288deg, #4febe3 0%, #3cc7f0 100%);
    background: linear-gradient(162deg, #4febe3 0%, #3cc7f0 100%);
    color: #fff;
}

.btn-sm_sty5:hover,
.btn-sm_sty5:active,
.btn-sm_sty5:focus,
.btn-sm_sty5.active,
.btn-sm_sty5 {
    background: #fff;
    border: 1px solid #E3E3E3;
    color: #666666;
}

.cricle_btn:hover,
.cricle_btn:active,
.cricle_btn:focus,
.cricle_btn.active,
.cricle_btn {
    border-radius: 15px !important;
}

.pagination-body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #666666;
}

    .pagination-body .pagination {
        margin: 0;
    }

        .pagination-body .pagination + span {
            margin-left: 10px;
        }

    .pagination-body .pagination-info {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

        .pagination-body .pagination-info span {
            font-size: 16px;
            font-weight: 500;
            color: #40cfed;
            line-height: 22px;
            margin: 0;
        }

    .pagination-body li a:hover,
    .pagination-body li a:focus,
    .pagination-body li a.active,
    .pagination-body li a:active {
        color: #40CFED;
        border-color: #40CFED;
        background-color: #fff;
    }

    .pagination-body li a {
        color: #666666;
        border-radius: 4px;
    }

    .pagination-body li + li a {
        margin-left: 10px;
    }

    .pagination-body .form-control {
        width: 50px;
        margin: 0 10px;
    }

.edit-role {
    background-color: #fff;
    position: relative;
    padding: 40px 40px 65px;
    border-radius: 8px;
    overflow: hidden;
}

    .edit-role .search-group {
        padding: 0 0 30px;
    }

.control-item {
    padding-bottom: 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.control-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 160px;
    color: #666;
    font-size: 14px;
}

.control-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

    .control-inner .form-control {
        width: 500px;
    }

    .control-inner .flex-row .form-control {
        width: 120px;
    }

    .control-inner .flex-row .spe {
        padding: 0 20px;
        font-size: 14px;
        color: #999;
    }

.ztree li {
    line-height: 32px;
}

.ztree a.curSelectedNode {
    height: 30px !important;
}

.node_name {
    font-size: 14px;
    line-height: 20px !important;
    color: #444;
}

.ico_open,
.ico_docu,
.ico_close {
    background: none;
    background-image: none !important;
    vertical-align: 0 !important;
}

    .ico_open::after,
    .ico_docu::after,
    .ico_close::after {
        font-size: 14px;
        content: "\e7aa";
        font-family: 'iconfont';
        color: #40CFED;
    }

.td-open .showHideTr::before {
    content: "\e63d";
}

.showHideTr {
    color: #A2A2A2;
    cursor: pointer;
}

    .showHideTr.openThis::before {
        content: "\e63d";
    }

.form-sumbit_body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    -webkit-box-shadow: 0px -4px 4px 0px rgba(236, 236, 236, 0.5);
    box-shadow: 0px -4px 4px 0px rgba(236, 236, 236, 0.5);
}

    .form-sumbit_body .btn {
        min-width: 83px;
        border-radius: 18px !important;
    }

        .form-sumbit_body .btn + .btn {
            margin-left: 10px;
        }

.table-lb {
    width: 100%;
    border: 1px solid #EDEDED;
    border-bottom: 0;
}

    .table-lb .lb-items {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .table-lb .lb-item {
        padding: 16px 20px;
        border-bottom: 1px solid #EDEDED;
    }

    .table-lb .title {
        width: 152px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-color: #F6F6F6;
        font-size: 14px;
        font-weight: 500;
        color: #333333;
    }

    .table-lb .lb-control {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

.nav-header-bot {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: none;
}

    .nav-header-bot img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }

    .nav-header-bot .nav-img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .nav-header-bot .nav-img img {
            cursor: pointer;
        }

.menuBar h3 .iconfont {
    font-size: 35px;
    padding-right: 2px;
}

.menuBar h3 .text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.nav-main .metismenu a {
    display: block;
    width: 100%;
    padding: 12px 25px 12px 51px;
    color: #fff;
    font-size: 16px;
    min-height: 48px;
    line-height: 22px;
    position: relative;
}

    .nav-main .metismenu a:hover {
        background: #29c3d1;
        color: #fff;
    }

.nav-main .metismenu .mm-active > a:not(.has-arrow) {
    background: #29c3d1;
    color: #fff;
}

.nav-main .metismenu .has-arrow:after {
    border-width: 0 1px 1px 0;
}

.nav-main .metismenu .has-arrow[aria-expanded=true]:after,
.nav-main .metismenu .mm-active > .has-arrow:after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.nav-main .metismenu .navIcon {
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navHide .nav-main .metismenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .navHide .nav-main .metismenu ul {
        padding-left: 0;
    }

    .navHide .nav-main .metismenu > li {
        /*-webkit-box-flex: 1;
            -ms-flex: 1 1 0%;
            flex: 1 1 0%;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

        .navHide .nav-main .metismenu > li > [aria-expanded="true"] {
            background: #29c3d1;
        }

        .navHide .nav-main .metismenu > li > .has-arrow::after {
            display: none;
        }

    .navHide .nav-main .metismenu a {
        position: relative;
        outline-width: 0;
        padding: 12px 20px 12px 51px !important;
    }

    .navHide .nav-main .metismenu ul {
        -webkit-box-shadow: 0px 2px 4px 0px rgba(104, 101, 101, 0.5);
        box-shadow: 0px 2px 4px 0px rgba(104, 101, 101, 0.5);
        border-radius: 3px;
    }

        .navHide .nav-main .metismenu ul a {
            background: #fff !important;
            color: #99A0A9;
        }

            .navHide .nav-main .metismenu ul a:hover {
                background: #4BD6F3 !important;
                color: #fff;
            }

        .navHide .nav-main .metismenu ul .mm-active > a {
            background: #4BD6F3 !important;
            color: #fff;
        }

@media (min-width: 992px) {
    .navHide .nav-main .metismenu li {
        position: relative;
    }

        .navHide .nav-main .metismenu li ul {
            position: absolute;
            left: 100%;
            top: 0;
            min-width: 200px;
            z-index: 1001;
        }

    .navHide .nav-main .metismenu > li:hover > ul {
        height: auto !important;
    }

        .navHide .nav-main .metismenu > li:hover > ul,
        .navHide .nav-main .metismenu > li:hover > ul.collapse {
            display: block;
        }
}

.navHide .nav-header-bot {
    display: block;
}

.navHide .menuBar {
    width: 71px;
}

    .navHide .menuBar h3 .text {
        display: none;
    }

    .navHide .menuBar .nav-header {
        display: none;
    }

    .navHide .menuBar .metismenu > li > a {
        padding: 0;
    }

        .navHide .menuBar .metismenu > li > a .navIcon {
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .navHide .menuBar .metismenu > li > a .label-text {
            display: none;
        }

.navHide .header {
    /*Firefox*/
    /*chrome safari*/
    /*Standard */
    width: calc(100% - 72px);
    left: 71px;
}

.navHide .body-main {
    padding-left: 70px;
}

.org-menu {
    padding: 20px 0 30px 0;
}

    .org-menu .metismenu a {
        padding: 12px 20px 12px 40px;
        display: block;
        color: #666666;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        border-right: 3px solid #fff;
    }

        .org-menu .metismenu a:hover {
            background-color: #F3FDFF;
        }

    .org-menu .metismenu .iconfont {
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%) scale(0.4) rotate(-45deg);
        -ms-transform: translateY(-50%) scale(0.4) rotate(-45deg);
        transform: translateY(-50%) scale(0.4) rotate(-45deg);
        color: #D7D7D7;
    }

    .org-menu .metismenu li.active > a {
        background: #F3FDFF;
        border-right: 3px solid #40CFED;
    }

    .org-menu .metismenu [aria-expanded="true"] .iconfont {
        -webkit-transform: translateY(-50%) scale(0.4) rotate(0);
        -ms-transform: translateY(-50%) scale(0.4) rotate(0);
        transform: translateY(-50%) scale(0.4) rotate(0);
    }

    .org-menu .has-arrow:after {
        display: none;
    }

.hasForm {
    position: relative;
}

.item-lists_scale {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .item-lists_scale .scle-body {
        margin: 10px;
        background: #ffffff;
        border-radius: 2px;
        border: 1px solid #ededed;
        padding: 20px 25px;
        cursor: pointer;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        position: relative;
    }

        .item-lists_scale .scle-body:hover {
            -webkit-box-shadow: 0px 1px 8px 0px #5cd7cf;
            box-shadow: 0px 1px 8px 0px #5cd7cf;
        }

        .item-lists_scale .scle-body span {
            font-size: 13px;
            color: #666666;
            line-height: 18px;
            letter-spacing: 1px;
        }

        .item-lists_scale .scle-body i {
            font-size: 17px;
        }

            .item-lists_scale .scle-body i + span {
                padding-left: 7px;
            }

            .item-lists_scale .scle-body i + i {
                padding-left: 7px;
            }

        .item-lists_scale .scle-body .icon-delete {
            position: absolute;
            font-size: 12px;
            right: 3px;
            top: 3px;
            opacity: 0.5;
            z-index: 20;
            opacity: 0;
        }

        .item-lists_scale .scle-body:hover .icon-delete {
            opacity: 1;
        }

.control_up_down {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .control_up_down .title {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
        padding-bottom: 13px;
    }

    .control_up_down .form-control {
        width: 200px;
    }

    .control_up_down > .flex-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: 30px;
        margin-bottom: 25px;
    }

    .control_up_down .hasUnit {
        position: relative;
    }

        .control_up_down .hasUnit .form-control {
            padding-right: 40px;
        }

        .control_up_down .hasUnit .unit {
            position: absolute;
            right: 10px;
            bottom: 8px;
        }

.toggleShow {
    max-height: 180px;
    overflow: hidden;
}

.showAll {
    color: #1890FF;
    cursor: pointer;
}

    .showAll .iconfont {
        font-size: 12px;
        padding-left: 4px;
    }

.tree-layer {
    border-radius: 10px !important;
    overflow: hidden;
}

    .tree-layer .layui-layer-content {
        padding: 20px;
    }

    .tree-layer .form-control {
        width: 200px !important;
        margin-left: 5px;
    }

    .tree-layer .btn {
        margin-left: 5px;
    }

    .tree-layer .flex-row + .flex-row {
        margin-top: 10px;
    }

.font-layer {
    border-radius: 10px !important;
}

    .font-layer .layui-layer-content {
        padding: 20px;
    }

    .font-layer .iconfont {
        font-size: 24px;
        margin-right: 10px;
        cursor: pointer;
    }

        .font-layer .iconfont:hover {
            color: #0DACF7;
        }

.treegrid-expanded .showHideTr::before {
    content: "\e63d";
}

[data-tt-parent-id] .showHideTr {
    margin-left: 20px;
}

.branch.expanded .showHideTr::before {
    content: "\e63d";
}

.thToggle_p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.thToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 5px;
}

    .thToggle .iconfont {
        vertical-align: -1px;
        cursor: pointer;
        font-size: 12px;
        height: 12px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

        .thToggle .iconfont:hover {
            color: #40CFED;
        }

.login-body {
    width: 100%;
    height: 100%;
    background: url(../img/login-bg.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    min-height: 900px;
    left: 0;
    top: 0;
}

    .login-body .login-main {
        width: 1000px;
        height: 560px;
        position: absolute;
        left: 50%;
        top: 45%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #fff;
        border-radius: 14px;
        overflow: hidden;
    }

    .login-body .login-left {
        width: 400px;
        height: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .login-body .login-right {
        height: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .login-body h1 {
        font-size: 0;
    }

    .login-body h2 {
        padding: 22px 0 0 46px;
    }

    .login-body .footer {
        position: absolute;
        left: 50%;
        bottom: 40px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .login-body .swiper-container {
        width: 100%;
        height: 100%;
    }

        .login-body .swiper-container img {
            width: 100%;
            height: 100%;
        }

    .login-body .swiper-pagination-bullet {
        width: 16px;
        height: 4px;
        border-radius: 0;
        background: #ffffff;
        opacity: 0.36;
    }

    .login-body .swiper-pagination-bullet-active {
        opacity: 1;
    }

    .login-body .login-form {
        width: 100%;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .login-body .login-form .form-main {
            width: 328px;
            height: 100%;
        }

    .login-body .login-type {
        padding-top: 80px;
    }

    .login-body .form-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .login-body .login-type {
        font-size: 17px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .login-body .login-type .text {
            color: #666666;
            padding-bottom: 8px;
            border-bottom: 4px solid transparent;
            cursor: pointer;
        }

            .login-body .login-type .text:hover,
            .login-body .login-type .text.active {
                color: #35D6E0;
                border-bottom: 4px solid #35D6E0;
            }

        .login-body .login-type .lc {
            color: #EDEDED;
            padding: 0 27px;
        }

    .login-body .control {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 30px;
        position: relative;
    }

        .login-body .control input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        .login-body .control .form-control {
            border: none;
            border-bottom: 2px solid #BABABA;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
            padding: 10px 0;
            height: auto;
            font-size: 16px;
        }

            .login-body .control .form-control:focus {
                border-bottom: 2px solid #35d6e0;
            }

                .login-body .control .form-control:focus + .label-text {
                    opacity: 1;
                }

        .login-body .control .label-text {
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
            font-size: 12px;
            color: #ABABAB;
            opacity: 0;
            position: absolute;
            left: 0;
            top: 13px;
        }

    .login-body .submit {
        width: 100%;
        height: 40px;
        background: #35d6e0;
        border-radius: 6px;
        color: #fff;
        border: 1px solid #35d6e0;
        margin-top: 45px;
    }

.upload-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .upload-body .upload {
        width: 100px;
        height: 100px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #ffffff;
        border: 1px solid #ededed;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        cursor: pointer;
    }

        .upload-body .upload i {
            font-size: 28px;
            color: #777777;
        }

        .upload-body .upload span {
            font-size: 13px;
            color: #777777;
            line-height: 18px;
            padding-top: 10px;
        }

    .upload-body .upload-inner + .upload-inner {
        margin-left: 10px;
    }

    .upload-body .upload-text {
        width: 100%;
        padding-bottom: 10px;
    }

        .upload-body .upload-text .item {
            color: #606266;
            display: block;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .upload-body .upload-text .item i {
                padding-right: 3px;
            }

            .upload-body .upload-text .item + .item {
                margin-left: 10px;
            }

.excel-layer {
    border-radius: 10px !important;
}

    .excel-layer .layui-layer-title {
        text-align: center;
        color: #000;
        font-size: 16px;
        background-color: #fff;
    }

    .excel-layer .excel-body {
        padding: 40px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .excel-layer .excel-body .title .spe {
            padding: 0 28px;
            font-size: 18px;
            color: #DDDDDD;
        }

        .excel-layer .excel-body .title .text {
            color: #797979;
            font-size: 16px;
            cursor: pointer;
        }

            .excel-layer .excel-body .title .text:hover,
            .excel-layer .excel-body .title .text.active {
                color: #40CEEE;
            }

        .excel-layer .excel-body .control-item .control-title {
            width: 80px;
        }

    .excel-layer .input-body {
        width: 100%;
        padding: 35px 30px 35px 55px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .excel-layer .input-body .inner {
            width: 600px;
            height: 38px;
            padding: 9px 12px;
            background: #ffffff;
            -webkit-box-shadow: 2px 1px 7px 2px #e7e7e780;
            box-shadow: 2px 1px 7px 2px #e7e7e780;
            border-radius: 4px;
            border: 1px solid #f0f0f0;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .excel-layer .input-body .inner .l {
                cursor: default;
            }

                .excel-layer .input-body .inner .l i {
                    color: #F38F00;
                    padding-right: 4px;
                }

            .excel-layer .input-body .inner .r {
                padding: 3px 9px;
                background: #c0eaff;
                border-radius: 4px;
                font-size: 14px;
                color: #00a1f3;
                cursor: pointer;
            }

        .excel-layer .input-body .delete {
            color: #DBDBDB;
            font-size: 18px;
            cursor: pointer;
        }

            .excel-layer .input-body .delete:hover {
                color: #000;
            }

    .excel-layer .btn-all .btn {
        min-width: 120px;
    }

        .excel-layer .btn-all .btn + .btn {
            margin-left: 16px;
        }

.nav-header .nav-icon_s i {
    margin: 0 13px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

.table-control .form-control {
    max-width: 100px;
}

.table-control.flex-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .table-control.flex-row .spe {
        padding: 0 20px;
        font-size: 20px;
    }

.table-control .unit {
    padding-left: 10px;
}

.errBorder {
    border-color: red !important;
}

.layui-layer-btn {
    padding-top: 12px !important;
}

.sub-layer {
    border-radius: 10px !important;
    overflow: hidden;
}

    .sub-layer .layui-layer-title {
        background-color: #fff;
        text-align: center;
    }

    .sub-layer .layui-layer-btn {
        border-top: 1px solid #E1E1E1;
    }

        .sub-layer .layui-layer-btn a {
            width: 83px;
            height: 36px;
            border-radius: 18px;
            text-align: center;
            line-height: 36px;
            font-size: 14px;
            color: #666666;
            margin: 0;
        }

            .sub-layer .layui-layer-btn a + a {
                margin-left: 11px;
            }

        .sub-layer .layui-layer-btn .layui-layer-btn0 {
            background: -webkit-linear-gradient(288deg, #4febe3 0%, #3cc7f0 100%) !important;
            background: -o-linear-gradient(288deg, #4febe3 0%, #3cc7f0 100%) !important;
            background: linear-gradient(162deg, #4febe3 0%, #3cc7f0 100%) !important;
            border: 1px solid transparent !important;
        }

    .sub-layer .layui-layer-content {
        padding: 20px 30px;
    }

    .sub-layer .control-title {
        width: auto;
        padding-right: 10px;
        color: #666666;
    }

    .sub-layer .form-control {
        max-width: 230px;
    }

    .sub-layer .control-item-body {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .sub-layer .control-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sub-layer .text {
        font-size: 14px;
        color: #333333;
        line-height: 20px;
    }

    .sub-layer textarea {
        max-width: 520px !important;
        height: 83px;
    }

    .sub-layer .hasunit {
        max-width: 230px;
        position: relative;
    }

        .sub-layer .hasunit .form-control {
            padding-right: 30px;
        }

        .sub-layer .hasunit .unit {
            position: absolute;
            right: 7px;
            top: 5px;
            color: #ccc;
        }

.layui-layer {
    border-radius: 10px !important;
    overflow: hidden;
}

    .layui-layer .layui-layer-title {
        background-color: #fff;
        text-align: center;
    }

    .layui-layer .layui-layer-btn {
        border-top: 1px solid #E1E1E1;
    }

        .layui-layer .layui-layer-btn a {
            width: 83px;
            height: 36px;
            border-radius: 18px;
            text-align: center;
            line-height: 36px;
            font-size: 14px;
            color: #666666;
            margin: 0;
        }

            .layui-layer .layui-layer-btn a + a {
                margin-left: 11px;
            }

        .layui-layer .layui-layer-btn .layui-layer-btn0 {
            background: -webkit-linear-gradient(288deg, #4febe3 0%, #3cc7f0 100%) !important;
            background: -o-linear-gradient(288deg, #4febe3 0%, #3cc7f0 100%) !important;
            background: linear-gradient(162deg, #4febe3 0%, #3cc7f0 100%) !important;
            border: 1px solid transparent !important;
        }

.res-layer .res-body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.res-layer .title {
    padding-top: 48px;
    text-align: center;
}

    .res-layer .title .iconfont {
        color: #3CC7F0;
        font-size: 60px;
    }

.res-layer h2 {
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}

.res-layer h3 {
    font-size: 14px;
    color: #999999;
    line-height: 23px;
    width: 420px;
    padding: 5px 0 27px;
}

.res-layer .btn,
.res-layer .btn:hover,
.res-layer .btn:focus,
.res-layer .btn:active {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #3e3e3e;
    line-height: 20px;
    min-width: 200px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mui-switch {
    width: 52px;
    height: 31px;
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fdfdfd;
    -webkit-box-shadow: #dfdfdf 0 0 0 0 inset;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

    .mui-switch:before {
        content: '';
        width: 29px;
        height: 29px;
        position: absolute;
        top: 0px;
        left: 0;
        border-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    }

    .mui-switch:checked {
        border-color: #64bd63;
        -webkit-box-shadow: #64bd63 0 0 0 16px inset;
        box-shadow: #64bd63 0 0 0 16px inset;
        background-color: #64bd63;
    }

        .mui-switch:checked:before {
            left: 21px;
        }

    .mui-switch.mui-switch-animbg {
        -webkit-transition: background-color ease 0.4s;
        -o-transition: background-color ease 0.4s;
        transition: background-color ease 0.4s;
    }

        .mui-switch.mui-switch-animbg:before {
            -webkit-transition: left 0.3s;
            -o-transition: left 0.3s;
            transition: left 0.3s;
        }

        .mui-switch.mui-switch-animbg:checked {
            -webkit-box-shadow: #dfdfdf 0 0 0 0 inset;
            box-shadow: #dfdfdf 0 0 0 0 inset;
            background-color: #64bd63;
            -webkit-transition: border-color 0.4s, background-color ease 0.4s;
            -o-transition: border-color 0.4s, background-color ease 0.4s;
            transition: border-color 0.4s, background-color ease 0.4s;
        }

            .mui-switch.mui-switch-animbg:checked:before {
                -webkit-transition: left 0.3s;
                -o-transition: left 0.3s;
                transition: left 0.3s;
            }

    .mui-switch.mui-switch-anim {
        -webkit-transition: border cubic-bezier(0, 0, 0, 1) 0.4s, -webkit-box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
        transition: border cubic-bezier(0, 0, 0, 1) 0.4s, -webkit-box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
        -o-transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
        transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
        transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s, -webkit-box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
    }

        .mui-switch.mui-switch-anim:before {
            -webkit-transition: left 0.3s;
            -o-transition: left 0.3s;
            transition: left 0.3s;
        }

        .mui-switch.mui-switch-anim:checked {
            -webkit-box-shadow: #64bd63 0 0 0 16px inset;
            box-shadow: #64bd63 0 0 0 16px inset;
            background-color: #64bd63;
            -webkit-transition: border ease 0.4s, background-color ease 1.2s, -webkit-box-shadow ease 0.4s;
            transition: border ease 0.4s, background-color ease 1.2s, -webkit-box-shadow ease 0.4s;
            -o-transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
            transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
            transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s, -webkit-box-shadow ease 0.4s;
        }

            .mui-switch.mui-switch-anim:checked:before {
                -webkit-transition: left 0.3s;
                -o-transition: left 0.3s;
                transition: left 0.3s;
            }

.search-group_btn {
    padding: 0 28px 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .search-group_btn .btn + .btn {
        margin-left: 12px;
    }

.search-group_spec {
    padding-bottom: 0 !important;
}

    .search-group_spec .search-item {
        margin-bottom: 24px;
    }

.search-item .spec {
    margin-left: 20px;
}

.search-item .hasUnit {
    position: relative;
}

    .search-item .hasUnit .control-input {
        padding-right: 40px;
    }

    .search-item .hasUnit .unit {
        position: absolute;
        right: 10px;
        bottom: 7px;
    }

.hr {
    margin: 0;
    border-top-color: #EDEDED;
}

.ztree {
    padding: 0;
}

.sel-body .title {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin: 25px 0;
}

    .sel-body .title .small {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
    }

.sel-body .inner {
    padding-left: 30px;
}

    .sel-body .inner .control-title {
        width: 100px;
    }

.sel-body .role-table {
    padding: 0;
}

.sel-body .table-inner .table-title {
    padding: 12px 23px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    background: #f6f6f6;
    border: 1px solid #f1f1f1;
    border-bottom: 0;
}

.sel-body .table-inner:not(.table-inner_spe) .table-sty_test th {
    background-color: #fff;
}

.sel-body .sel-table {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 440px;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
}

    .sel-body .sel-table .s-left {
        width: 257px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border-right: 1px solid #f1f1f1;
        overflow-x: auto;
        padding: 20px;
        background: #fcfcfc;
    }

        .sel-body .sel-table .s-left .ico_open::after,
        .sel-body .sel-table .s-left .ico_docu::after,
        .sel-body .sel-table .s-left .ico_close::after {
            display: none;
        }

    .sel-body .sel-table .s-right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 28px 30px;
    }

        .sel-body .sel-table .s-right .sel-group {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 40px;
        }

            .sel-body .sel-table .s-right .sel-group .check-group {
                width: 100%;
            }

            .sel-body .sel-table .s-right .sel-group .item-group {
                border-radius: 4px;
                overflow: hidden;
            }

            .sel-body .sel-table .s-right .sel-group .item {
                padding: 6px 15px;
                cursor: pointer;
                font-size: 14px;
                color: #666666;
                line-height: 20px;
                border: 1px solid #dddddd;
            }

                .sel-body .sel-table .s-right .sel-group .item + .item {
                    border-left: 1px solid transparent;
                }

                .sel-body .sel-table .s-right .sel-group .item:hover,
                .sel-body .sel-table .s-right .sel-group .item.active {
                    background-color: #40CFED;
                    color: #fff;
                    border: 1px solid #40CFED !important;
                }

        .sel-body .sel-table .s-right .checkbox-inline,
        .sel-body .sel-table .s-right .radio-inline {
            margin-right: 50px;
            margin-bottom: 30px;
        }

.sel-body .s-left .ztree li span.button.chk.checkbox_false_part,
.sel-body .s-left .ztree li span.button.chk.checkbox_false_part_focus {
    background-position: -54px -158px;
}

.sel-body .s-left .ztree li span.button {
    background-image: url(../img/iconall.png);
}

    .sel-body .s-left .ztree li span.button.roots_open,
    .sel-body .s-left .ztree li span.button.root_open,
    .sel-body .s-left .ztree li span.button.center_open {
        background-position: -22px 1px;
    }

    .sel-body .s-left .ztree li span.button.bottom_docu,
    .sel-body .s-left .ztree li span.button.center_docu {
        background-position: -23px -14px;
    }

    .sel-body .s-left .ztree li span.button.roots_close,
    .sel-body .s-left .ztree li span.button.root_close,
    .sel-body .s-left .ztree li span.button.center_close {
        background-position: -59px 1px;
    }

    .sel-body .s-left .ztree li span.button.bottom_open {
        background-position: -22px 1px;
    }

    .sel-body .s-left .ztree li span.button.bottom_close {
        background-position: -59px 1px;
    }

    .sel-body .s-left .ztree li span.button.chk.checkbox_false_full,
    .sel-body .s-left .ztree li span.button.chk.checkbox_false_full_focus {
        background-position: -54px -158px;
    }

    .sel-body .s-left .ztree li span.button.chk.checkbox_true_full,
    .sel-body .s-left .ztree li span.button.chk.checkbox_true_full_focus {
        background-position: -23px -158px;
    }

    .sel-body .s-left .ztree li span.button.chk.checkbox_true_part,
    .sel-body .s-left .ztree li span.button.chk.checkbox_true_part_focus {
        background-position: -23px -158px;
    }

    .sel-body .s-left .ztree li span.button.chk {
        width: 15px;
        height: 15px;
    }

.sel-body .s-left .ztree li a.curSelectedNode {
    background: #F3FDFF;
    border: 1px solid #F3FDFF;
}

    .sel-body .s-left .ztree li a.curSelectedNode .node_name {
        color: #40CFED;
    }

.sel-layer .layui-layer-content {
    padding: 30px;
}

.sel-layer .control-title {
    width: 80px;
}

.echart-img {
    width: 670px;
    height: auto;
    display: block;
    margin: 20px auto;
}

.cs-layer .header {
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#54ede2), to(#43cefa));
    background: -webkit-linear-gradient(top, #54ede2 0%, #43cefa 100%);
    background: -o-linear-gradient(top, #54ede2 0%, #43cefa 100%);
    background: linear-gradient(180deg, #54ede2 0%, #43cefa 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .cs-layer .header img {
        width: 100%;
    }

    .cs-layer .header h3 {
        font-size: 28px;
        margin: auto;
        letter-spacing: 2px;
        color: #fff;
    }

.cs-layer .title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-indent: 2em;
    padding: 30px 20px 26px;
}

.cs-layer .text {
    max-width: 460px;
    text-indent: 2em;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
}

.cs-layer .btn-start {
    background: #40cfed;
    -webkit-box-shadow: 2px 2px 5px 0px #7fe8fe;
    box-shadow: 2px 2px 5px 0px #7fe8fe;
    border-radius: 16px;
    color: #fff;
    min-width: 235px;
    margin: 47px auto 20px;
    display: block;
}

.dt-bodys {
    width: 100%;
    height: 100%;
    position: relative;
}

    .dt-bodys .time {
        position: absolute;
        right: 18%;
        top: 5%;
        font-size: 16px;
        font-weight: 500;
        color: #60d7f0;
        line-height: 20px;
        z-index: 69;
    }

        .dt-bodys .time span {
            color: #636363;
        }

    .dt-bodys .audio-body {
        position: absolute;
        right: 5px;
        top: 25px;
    }

        .dt-bodys .audio-body span {
            color: #636363;
            font-size: 30px;
            cursor: pointer;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

            .dt-bodys .audio-body span:hover {
                color: #60d7f0;
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

    .dt-bodys .header {
        height: 50px;
        padding: 0 76px;
        background: #40cfed;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .dt-bodys .header .logo {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .dt-bodys .header .logo span {
                font-size: 18px;
                color: red;
                margin-right: 5px;
            }

            .dt-bodys .header .logo h1 {
                font-size: 18px;
                font-weight: 500;
                color: #333333;
            }

    .dt-bodys .footer {
        height: 45px;
        background: #f5f5f5;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .dt-bodys .footer p {
            font-size: 12px;
            font-weight: 400;
            color: #949393;
            line-height: 17px;
        }

            .dt-bodys .footer p + p {
                margin-left: 20px;
            }

    .dt-bodys .dt-main {
        /*Firefox*/
        /*chrome safari*/
        /*Standard */
        height: calc(100% - 95px);
        background-color: #F3FDFF;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .dt-bodys .dt-inner {
        width: 72%;
        height: 100%;
        padding-top: 72px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .dt-bodys .dt-inner_pos {
        width: 100%;
        height: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .dt-bodys .cricle {
        width: 100px;
        height: 100px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 4px solid transparent;
        border-radius: 50%;
        background: url(../img/icon-wd.gif) no-repeat center center #ffffff;
        background-size: 100% 100%;
        position: absolute;
        left: 50%;
        top: 74px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 28px;
        z-index: 999;
        font-weight: 500;
        color: #53dcf5;
        line-height: 44px;
        letter-spacing: 1px;
    }

    .dt-bodys .dt-body {
        width: 100%;
        height: 85%;
        background-color: #fff;
        border-radius: 6px;
        border: 1px solid #40cfed;
        overflow-y: auto;
        position: relative;
    }

    .dt-bodys .dt-footer {
        height: 15%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .dt-bodys .dt-footer .btn {
            -webkit-box-shadow: 0px 1px 8px 0px #dbdbdb;
            box-shadow: 0px 1px 8px 0px #dbdbdb;
            min-width: 114px;
        }

            .dt-bodys .dt-footer .btn + .btn {
                margin-left: 24px;
            }

    .dt-bodys .question-body {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dt-bodys .ques-title {
        padding-top: 50px;
        font-size: 24px;
        font-weight: 500;
        color: #333333;
        line-height: 25px;
        margin: 0 20px;
    }

        .dt-bodys .ques-title span {
            font-size: 20px;
            padding-right: 11px;
            font-weight: 600;
            color: #aaaaaa;
        }

            .dt-bodys .ques-title span bold {
                font-size: 23px;
                font-weight: 600;
                color: #5bd5d0;
                padding-right: 4px;
            }

    .dt-bodys .ques-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 36px 0;
    }

        .dt-bodys .ques-item .item {
            width: 313px;
            height: 46px;
            background: #ffffff;
            -webkit-box-shadow: 0px 1px 8px 0px #dbdbdb;
            box-shadow: 0px 1px 8px 0px #dbdbdb;
            border-radius: 19px;
            padding: 0 16px;
            line-height: 46px;
            font-size: 16px;
            font-weight: 500;
            color: #333333;
            cursor: pointer;
        }

            .dt-bodys .ques-item .item:hover,
            .dt-bodys .ques-item .item.active {
                background: #40cfed;
                color: #fff;
            }

            .dt-bodys .ques-item .item + .item {
                margin-top: 23px;
            }

        .dt-bodys .ques-item .checkbox {
            width: auto;
            padding-left: 20px;
            font-size: 18px;
            margin-bottom: 40px;
            width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
        }

        .dt-bodys .ques-item.ques-item_check {
            width: 300px;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

    .dt-bodys .ques-img-check {
        width: 90%;
        padding-top: 57px;
    }

        .dt-bodys .ques-img-check .check-item .radio,
        .dt-bodys .ques-img-check .check-item .checkbox {
            margin-right: 64px;
            margin-bottom: 20px;
        }

            .dt-bodys .ques-img-check .check-item .radio label::before,
            .dt-bodys .ques-img-check .check-item .checkbox label::before {
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .dt-bodys .ques-img-check .check-item .radio label::after,
            .dt-bodys .ques-img-check .check-item .checkbox label::after {
                -webkit-transition: none;
                -o-transition: none;
                transition: none;
            }

        .dt-bodys .ques-img-check .check-item .radio-info input[type="radio"]:checked + label::after {
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .dt-bodys .ques-img-check .check-item .checkbox-info input[type="checkbox"]:checked + label::after {
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .dt-bodys .check-img_body {
        width: 100%;
        height: 230px;
        overflow: hidden;
        margin-top: 20px;
        text-align: center;
    }

        .dt-bodys .check-img_body img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
        }

    .dt-bodys .check-img_show {
        display: inline-block;
        width: 100px;
        height: 100px;
    }

        .dt-bodys .check-img_show img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
        }

    .dt-bodys .ques-pause {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
    }

        .dt-bodys .ques-pause img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: center;
            object-position: center;
        }

        .dt-bodys .ques-pause p {
            font-size: 16px;
            font-weight: 400;
            color: #505050;
            line-height: 22px;
            padding-top: 20px;
        }

        .dt-bodys .ques-pause .swiper-container {
            width: 100%;
            height: 100%;
        }

    .dt-bodys .check-table {
        width: 90%;
        overflow: hidden;
        overflow-x: auto;
        padding-top: 60px;
    }

        .dt-bodys .check-table .table {
            border: 1px solid #e0e1e1;
        }

            .dt-bodys .check-table .table td,
            .dt-bodys .check-table .table th {
                min-width: 100px;
            }

            .dt-bodys .check-table .table .form-control {
                width: 65px;
                margin: 0 auto;
            }

        .dt-bodys .check-table .table-bordered > thead > tr > td,
        .dt-bodys .check-table .table-bordered > thead > tr > th {
            border-bottom-width: 1px;
        }

.status-layer .layui-layer-content {
    padding: 20px;
}

.status-layer .status-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.status-layer .control-title {
    width: 100px;
}

.status-layer .btn-dc {
    min-width: 100px;
}

.ques-card {
    width: 430px;
    height: 100%;
    max-height: 314px;
    overflow: hidden;
    overflow-y: auto;
    padding: 19px 22px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 8px 0px #dbdbdb;
    box-shadow: 0px 1px 8px 0px #dbdbdb;
    border-radius: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .ques-card .card-title {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        color: #333333;
        line-height: 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 25px;
    }

    .ques-card .card-item {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .ques-card .card-item .item {
            width: 32px;
            height: 32px;
            text-align: center;
            line-height: 32px;
            background: #eaeaea;
            border-radius: 50%;
            cursor: pointer;
            margin-right: 6px;
            margin-bottom: 9px;
        }

            .ques-card .card-item .item.active,
            .ques-card .card-item .item:hover {
                background: #40cfed;
                color: #fff;
            }

@media screen and (max-width: 768px) {
    .dt-bodys .header {
        display: none;
    }

    .dt-bodys .ques-title {
        font-size: 18px;
    }

    .dt-bodys .footer {
        display: none;
    }

    .dt-bodys .dt-main {
        height: 100%;
    }

    .dt-bodys .dt-inner {
        width: 94%;
    }

    .dt-bodys .time {
        right: 23%;
        top: 14%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .dt-bodys .cricle {
        width: 80px;
        height: 80px;
    }

    .dt-bodys .dt-body {
        padding: 0 8%;
    }

    .dt-bodys .dt-footer .btn {
        min-width: auto;
    }

    .dt-bodys .check-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .dt-bodys .check-item .radio {
            margin-bottom: 20px;
        }

    .ans-layer {
        left: 0 !important;
        top: auto !important;
        bottom: 0 !important;
        border-radius: 0 !important;
    }

        .ans-layer .ques-card {
            width: 100%;
            height: 100%;
            max-height: 100%;
        }
}

.home-body {
    padding: 24px;
    background-color: #f3f3f4;
}

    .home-body .home-top {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px;
    }

        .home-body .home-top .sty1 {
            background-color: #FF7747;
        }

        .home-body .home-top .sty2 {
            background-color: #78A3FF;
        }

        .home-body .home-top .sty3 {
            background-color: #5EE1CD;
        }

        .home-body .home-top .sty4 {
            background-color: #FFA516;
        }

        .home-body .home-top .sty5 {
            background-color: #2CBCFF;
        }

        .home-body .home-top .item {
            padding: 20px;
            width: 200px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #fff;
            border-radius: 8px;
            border: 1px solid #ededed;
            min-height: 110px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            margin: 0 20px 20px;
        }

        .home-body .home-top .showText {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .home-body .home-top .showText .t {
                font-size: 16px;
                font-weight: 400;
                color: #333333;
                line-height: 22px;
                margin-bottom: 9px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .home-body .home-top .showText .t sup {
                    top: 0;
                    display: block;
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background-color: red;
                }

            .home-body .home-top .showText .b {
                font-size: 12px;
                font-weight: 400;
                color: #b5beca;
                line-height: 17px;
                cursor: pointer;
            }

        .home-body .home-top .showImg {
            width: 50px;
            height: 50px;
            margin-right: 15px;
            border-radius: 50%;
        }

            .home-body .home-top .showImg span {
                margin: auto;
                font-size: 30px;
                color: #fff;
            }

    .home-body .home-eval {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

        .home-body .home-eval .eval-item {
            min-width: 530px;
            margin: 0 10px 20px;
            min-height: 257px;
            background-color: #fff;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            border-radius: 8px;
            border: 1px solid #ededed;
        }

        .home-body .home-eval .eval-title {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 18px 26px;
            border-bottom: 1px solid #ECECEC;
        }

            .home-body .home-eval .eval-title .text {
                font-size: 16px;
                font-weight: 500;
                color: #333333;
                line-height: 22px;
                padding-left: 11px;
                border-left: 4px solid #5bd3cf;
            }

        .home-body .home-eval .btn-all .more {
            font-size: 14px;
            font-weight: 400;
            color: #b5beca;
            line-height: 20px;
        }

        .home-body .home-eval .eval-body .time-line {
            padding: 15px 26px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .home-body .home-eval .eval-body .item {
            padding-left: 30px;
            padding-bottom: 15px;
            position: relative;
        }

            .home-body .home-eval .eval-body .item.sty1::after {
                border: 2px solid #7965ef;
            }

            .home-body .home-eval .eval-body .item.sty2::after {
                border: 2px solid #F44162;
            }

            .home-body .home-eval .eval-body .item.sty3::after {
                border: 2px solid #2DA9F9;
            }

            .home-body .home-eval .eval-body .item:first-child::before {
                top: 10px;
            }

            .home-body .home-eval .eval-body .item:last-child::before {
                top: auto;
                bottom: 80%;
            }

            .home-body .home-eval .eval-body .item::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 1px;
                height: 100%;
                background-color: #E0E9EB;
            }

            .home-body .home-eval .eval-body .item::after {
                content: '';
                position: absolute;
                left: 0;
                top: 10px;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                border-radius: 50%;
                width: 9px;
                height: 9px;
                background: #ffffff;
                z-index: 999;
                overflow: hidden;
            }

            .home-body .home-eval .eval-body .item .text {
                font-size: 14px;
                font-weight: 400;
                color: #444444;
                line-height: 20px;
                margin-bottom: 3px;
            }

            .home-body .home-eval .eval-body .item .text_s {
                font-size: 12px;
                font-weight: 400;
                color: #a0b1b9;
                line-height: 17px;
            }

        .home-body .home-eval .tab-item {
            height: 100%;
        }

            .home-body .home-eval .tab-item .item {
                height: 100%;
                font-size: 14px;
                font-weight: 400;
                color: #777777;
                line-height: 20px;
                cursor: pointer;
                position: relative;
            }

                .home-body .home-eval .tab-item .item:hover::before,
                .home-body .home-eval .tab-item .item.active::before {
                    display: block;
                }

                .home-body .home-eval .tab-item .item::before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 3px;
                    background-color: #5BD3CF;
                    bottom: -25px;
                    left: 0;
                    display: none;
                }

                .home-body .home-eval .tab-item .item + .item {
                    margin-left: 29px;
                }

        .home-body .home-eval .input-all .item {
            width: 200px;
            position: relative;
        }

            .home-body .home-eval .input-all .item input {
                background: #f3f3f3;
                border: 1px solid #f3f3f3;
                border-radius: 17px;
                -webkit-box-shadow: none;
                box-shadow: none;
                padding-left: 34px;
            }

            .home-body .home-eval .input-all .item .search {
                cursor: pointer;
                color: #777;
                position: absolute;
                left: 10px;
                top: 52%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .home-body .home-eval .eval-table {
            padding: 18px 26px;
        }

            .home-body .home-eval .eval-table .table {
                border: 1px solid #f1f1f1;
            }

                .home-body .home-eval .eval-table .table th {
                    border: 1px solid #f1f1f1;
                    font-size: 14px;
                    vertical-align: middle;
                    font-weight: 400;
                    background: #f6f6f6;
                    color: #656464;
                }

                .home-body .home-eval .eval-table .table td {
                    border: 1px solid #f1f1f1;
                    font-size: 14px;
                    vertical-align: middle;
                    font-weight: 400;
                }

                .home-body .home-eval .eval-table .table .btn {
                    min-width: 93px;
                }

.duck {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
}

    .duck.sty1 {
        background: #f93333;
    }

    .duck.sty2 {
        background: #FF8B00;
    }

    .duck.sty3 {
        background: #EFCB11;
    }

.role-has_title .title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    padding-bottom: 27px;
}

.role-has_title .control-title {
    width: 90px;
}

.role-has_title .role-control {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.role-has_title .form-control {
    width: auto;
}

.role-has_title .control-item {
    margin-right: 20px;
}

.flex-bet {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-chart {
    padding: 0 6px;
}

    .nav-chart .chart-list {
        position: relative;
        min-height: 200px;
    }

        .nav-chart .chart-list .echart {
            width: 100%;
            height: 100%;
            height: 200px;
        }

        .nav-chart .chart-list + .chart-list {
            border-top: 1px solid #EDEDED;
        }

        .nav-chart .chart-list span {
            position: absolute;
            right: 0;
            top: 10px;
            font-size: 14px;
            font-weight: 400;
            color: #999999;
            line-height: 20px;
        }

        .nav-chart .chart-list .small-title {
            position: relative;
            top: -20px;
            padding: 0 20px;
            font-size: 14px;
            font-weight: 400;
            color: #333333;
            text-align: center;
        }

.search-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}

.border-bot {
    border-bottom: 1px solid #EDEDED;
}

    .border-bot.search-group {
        margin-bottom: 20px;
    }

.dt-icon {
    width: 24px;
}

@media (max-width: 1280px) {
    .main-bottom .test-control_spc,
    .main-bottom .test-control {
        width: 29%;
    }
}

@media screen and (min-width: 1600px) {
    .main-bottom .control-group_test {
        margin: 0 -1%;
    }

    .main-bottom .test-control_spc {
        width: 18%;
        margin: 0 1% 30px;
    }

    .main-bottom .test-control {
        width: 18%;
        margin: 0 1% 30px;
    }
}

.jur-layer .checkBody {
    height: 100%;
    padding: 20px;
}

.report-body {
    width: 100%;
    height: auto;
    position: relative;
}

    .report-body + .report-body {
        /*margin-top: 20px;*/
    }

    .report-body .inner {
        width: 800px;
        /*height: 1080px;*/
        margin: 0 auto;
        /*padding: 10px 0;*/
        /*background: url(../img/bigbc.png) no-repeat center center;*/
        background-size: 100% auto;
        position: relative;
    }

        .report-body .inner .logo {
            position: absolute;
            left: 32px;
            top: 32px;
        }

    .report-body .inner-body {
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .report-body .text-main {
        width: 430px;
        position: absolute;
        top: 39%;
        right: 15%;
    }

        .report-body .text-main .time {
            padding: 9px 8px;
            font-size: 23px;
            color: #fff;
            font-weight: bold;
            display: inline-block;
            letter-spacing: 1px;
            background-color: #50dbe7;
            line-height: 1;
            margin-bottom: 9px;
        }

        .report-body .text-main h2 {
            font-size: 28px;
            line-height: 43px;
            color: #010101;
            font-weight: bold;
        }

    .report-body .text-inner {
        line-height: 34px;
        font-size: 20px;
        color: #040000;
        position: absolute;
        left: 40px;
        bottom: 40px;
    }

    .report-body .title-top {
        padding: 0 45px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

        .report-body .title-top + .report-p_small {
            padding-top: 30px;
        }

        .report-body .title-top .border {
            width: 12px;
            height: 38px;
            position: absolute;
            left: 0;
            bottom: 4px;
            background-color: #ddd;
        }

        .report-body .title-top .title {
            font-size: 28px;
            line-height: 43px;
            color: #010101;
            font-weight: bold;
        }

        .report-body .title-top .tip {
            font-size: 14px;
            color: #949494;
        }

            .report-body .title-top .tip i {
                font-size: 18px;
                color: #000;
            }

    .report-body .report-p {
        padding: 0px 20px 0;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        text-indent: 2em;
    }

    .report-body .footer {
        width: 100%;
        padding: 0 45px;
        font-size: 14px;
        color: #8b8b8b;
        position: absolute;
        left: 0;
        text-align: center;
        bottom: 20px;
    }

    .report-body .report-p_two {
        padding: 30px 45px;
    }

        .report-body .report-p_two + .report-p_two {
            padding-top: 0;
        }

    .report-body .report-p_small {
        padding: 0 20px;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        text-indent: 2em;
    }

        .report-body .report-p_small .spec {
            font-size: 18px;
            color: #fc2828;
        }

    .report-body .title_small {
        padding: 0 65px;
        font-size: 20px;
        line-height: 0px;
        color: #040000;
        font-weight: bold;
        position: relative;
        margin: 28px 0;
    }

        .report-body .title_small .ducks {
            position: absolute;
            left: 45px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 11px;
            height: 11px;
            background-color: #ddd;
            border-radius: 50%;
        }

    .report-body .title_small_two {
        padding: 0 15px;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        color: #040000;
        position: relative;
        margin:5px 0;
    }

        .report-body .title_small_two .ducks {
            position: absolute;
            left: 45px;
            top: 50%;
            -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
            width: 10px;
            height: 10px;
            background-color: #ddd;
        }

    .report-body .echart-body {
        padding: 0px 0;
    }

        .report-body .echart-body #echarts {
            width: 100%;
            height: 320px;
        }

.header-item .dropdown-menu {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 4px 1px rgba(210, 210, 210, 0.5);
    box-shadow: 0px 2px 4px 1px rgba(210, 210, 210, 0.5);
    border-radius: 8px;
    border: 1px solid #ededed;
    margin-top: 10px;
}

    .header-item .dropdown-menu a {
        padding: 7px 16px !important;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        line-height: 20px;
    }

        .header-item .dropdown-menu a:hover {
            background: #40cfed;
        }

            .header-item .dropdown-menu a:hover,
            .header-item .dropdown-menu a:hover .iconfont {
                color: #fff;
            }

    .header-item .dropdown-menu .iconfont {
        font-size: 14px;
        margin-right: 11px;
        color: #000000;
    }

.activeTr {
    background-color: rgba(255, 255, 0, 0.3);
}

.role-report .title {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    color: #333333;
}

    .role-report .title .btn {
        position: absolute;
        right: 0;
        top: 0;
    }

.role-report .text {
    padding: 25px 74px;
}

    .role-report .text p {
        padding: 25px 191px;
        display: block;
        min-height: 91px;
        background: #fff8f8;
        border-radius: 6px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #ff7f7f;
        line-height: 20px;
    }

.role-report-table th,
.role-report-table td {
    text-align: center;
}

.title-top + .report-table {
    margin-top: 28px;
}

.report-table {
    padding: 0 65px;
    min-height: 100px;
}

    .report-table + .report-table {
        margin-top: 28px;
    }

    .report-table .table-bordered > thead > tr > td,
    .report-table .table-bordered > thead > tr > th {
        border-bottom: none;
        text-align: center;
        vertical-align: top;
        padding: 0;
    }

    .report-table .table-bordered > tbody > tr > td {
        text-align: center;
        padding: 0;
    }

.chart-wrap {
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

    .chart-wrap .chart-dom {
        /*Firefox*/
        /*chrome safari*/
        /*Standard */
        height: calc(100% - 94px);
        padding: 20px 20px 0 20px;
    }

        .chart-wrap .chart-dom .chart-flex {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .chart-wrap .chart-dom .chart-flex .info-left {
                -ms-flex-item-align: start;
                align-self: flex-start;
            }

                .chart-wrap .chart-dom .chart-flex .info-left p {
                    background-color: #fff;
                }

            .chart-wrap .chart-dom .chart-flex .info-right {
                -ms-flex-item-align: end;
                align-self: flex-end;
            }

                .chart-wrap .chart-dom .chart-flex .info-right p {
                    background-color: #6fea05;
                }

        .chart-wrap .chart-dom .info {
            width: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .chart-wrap .chart-dom .info p {
                font-size: 14px;
                padding: 5px;
                border-radius: 10px;
            }

            .chart-wrap .chart-dom .info .time {
                font-size: 12px;
                color: #666;
            }

            .chart-wrap .chart-dom .info.info-right {
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
            }

    .chart-wrap .send-wrap {
        background-color: #fff;
        padding: 20px;
    }

        .chart-wrap .send-wrap .btn {
            margin-left: 20px;
        }

.main-container {
    color: white;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 3fr 1fr;
    height: 150px;
    width: 60%;
    overflow: hidden;
}

    .main-container .upper-container {
        position: relative;
        background: -webkit-gradient(linear, left top, right bottom, from(#5564C2), to(#3A2E8D));
        background: -webkit-linear-gradient(top left, #5564C2, #3A2E8D);
        background: -o-linear-gradient(top left, #5564C2, #3A2E8D);
        background: linear-gradient(to bottom right, #5564C2, #3A2E8D);
    }

    .main-container .temperature-text {
        position: absolute;
        top: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 40px;
        width: 100%;
        text-align: center;
    }

    .main-container .temperature-graduation {
        /* left: calc(50% - 150px); */
        /*chrome safari*/
        /*Standard */
        left: calc(50% - 300px);
        position: absolute;
        bottom: 15px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .main-container .temperature-element {
        text-align: center;
        display: inline-block;
        width: 40px;
        margin: 0 10px 0 10px;
        opacity: 0.7;
    }

    .main-container .temperature-element-line {
        font-size: 7px;
    }

    .main-container .lower-container {
        height: 40px;
        background-color: #12132C;
    }

    .main-container .slider-container {
        width: 150px;
        height: 80px;
        margin-top: -30px;
        /* margin-left: calc(50% - 187px); */
        /*chrome safari*/
        /*Standard */
        margin-left: calc(50% - 337px);
        position: relative;
    }

    .main-container .slider-button {
        position: absolute;
        left: 37px;
        top: 5px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #2724A2;
        cursor: grab;
        cursor: -webkit-grab;
        cursor: -moz-grab;
    }

    .main-container .grabbing {
        cursor: grabbing;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
    }

    .main-container .slider-icon {
        margin-top: 16px;
        margin-left: 21px;
        color: white;
    }

.ques-ruler-warp {
    margin-top: 150px;
    padding: 13px;
    height: 44px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(49, 216, 183, 0.1)), to(rgba(69, 195, 220, 0.1)));
    background: -webkit-linear-gradient(left, rgba(49, 216, 183, 0.1) 0%, rgba(69, 195, 220, 0.1) 100%);
    background: -o-linear-gradient(left, rgba(49, 216, 183, 0.1) 0%, rgba(69, 195, 220, 0.1) 100%);
    background: linear-gradient(90deg, rgba(49, 216, 183, 0.1) 0%, rgba(69, 195, 220, 0.1) 100%);
    border-radius: 22px;
    position: relative;
}

    .ques-ruler-warp .ques-ruler-title {
        position: absolute;
        left: 0;
        top: 45px;
        width: 100%;
        height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .ques-ruler-warp .ques-ruler-title span {
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
        }

            .ques-ruler-warp .ques-ruler-title span:first-child {
                color: #ef5b21;
            }

            .ques-ruler-warp .ques-ruler-title span:nth-child(2) {
                color: #878b8b;
            }

            .ques-ruler-warp .ques-ruler-title span:nth-child(3) {
                color: #19e6a8;
            }

    .ques-ruler-warp .ques-ruler {
        height: 100%;
    }

    .ques-ruler-warp .slider {
        width: 770px;
        height: 100%;
        vertical-align: 0;
        font-size: 16px;
        color: #27a39e;
        line-height: 22px;
    }

        .ques-ruler-warp .slider .tooltip {
            display: none;
        }

        .ques-ruler-warp .slider .slider-track-low {
            width: 100% !important;
            background: -webkit-gradient(linear, left top, right top, from(#FDDD16), color-stop(50%, #46DDD4), to(#EE61C9));
            background: -webkit-linear-gradient(left, #FDDD16 0%, #46DDD4 50%, #EE61C9 100%);
            background: -o-linear-gradient(left, #FDDD16 0%, #46DDD4 50%, #EE61C9 100%);
            background: linear-gradient(90deg, #FDDD16 0%, #46DDD4 50%, #EE61C9 100%);
        }

        .ques-ruler-warp .slider .slider-selection {
            background: transparent;
            border-radius: 16px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .ques-ruler-warp .slider .slider-track-high {
            background: #fff;
            border-radius: 0;
            z-index: 99;
        }

        .ques-ruler-warp .slider .slider-track {
            border-radius: 16px;
            overflow: hidden;
            -webkit-box-shadow: none;
            box-shadow: none;
            height: 100%;
            top: 0;
            margin: 0;
        }

        .ques-ruler-warp .slider .slider-handle {
            top: -140px;
            width: 56px;
            height: 94px;
            background: url(../img/ques-icon.png) no-repeat center center transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin-left: -33px;
        }

    .ques-ruler-warp .cricle-wraps {
        position: absolute;
        left: 13px;
        top: 50%;
        width: 770px;
        height: 18px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .ques-ruler-warp .cricle-wraps .cricle-small {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: transparent;
            position: relative;
        }

            .ques-ruler-warp .cricle-wraps .cricle-small i {
                position: absolute;
                font-size: 16px;
                font-weight: 500;
                color: #27a39e;
                line-height: 22px;
                left: 50%;
                top: -45px;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            }

.control-check-dom {
    padding: 20px;
}

.hasAudio {
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .hasAudio:hover {
        color: #60d7f0;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.statis-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.statis-chart__item {
    width: 48%;
    margin: 0 1% 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 7px 2px rgba(231, 231, 231, 0.5);
    box-shadow: 0px 2px 7px 2px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    border: 1px solid #ededed;
    padding: 20px;
    text-align: center;
}

.statis-chart__title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

    .statis-chart__title p {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        line-height: 17px;
    }

.statis-chart__info {
    height: 300px;
}

    .statis-chart__info .echarts {
        width: 100%;
        height: 100%;
    }

.main-bottom .personal {
    padding: 0;
}

.main-bottom .personal-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #EDEDED;
}

    .main-bottom .personal-title h3 {
        font-size: 16px;
        font-weight: 500;
        color: #333333;
        line-height: 22px;
    }

.main-bottom .personal-main {
    padding: 30px 20px;
}

.main-bottom .personal-main__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-bottom .personal-main__header--img {
    width: 59px;
    height: 59px;
    overflow: hidden;
    margin-right: 15px;
}

    .main-bottom .personal-main__header--img img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.main-bottom .personal-main__header--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-bottom .personal-main__header--top {
    padding-bottom: 9px;
}

.main-bottom .personal-main__header--name {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    padding-right: 14px;
}

.main-bottom .personal-main__header--boy,
.main-bottom .personal-main__header--girl {
    font-size: 16px;
    font-weight: 500;
    color: #27b5f7;
    line-height: 22px;
}

    .main-bottom .personal-main__header--boy img,
    .main-bottom .personal-main__header--girl img {
        margin-left: 5px;
    }

.main-bottom .personal-main__header--girl {
    color: #F57823;
}

.main-bottom .personal-main__header--bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-bottom .personal-main__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 55px;
}

    .main-bottom .personal-main__item span:first-child {
        color: #999999;
    }

    .main-bottom .personal-main__item span::last-child {
        color: #333333;
    }

    .main-bottom .personal-main__item a {
        color: #27B5F7;
    }

.main-bottom .personal-main__choose {
    padding-left: 75px;
}

.main-bottom .personal-main__choose--btn {
    margin-bottom: 10px;
    background: #f8f8f9;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #e7e8eb !important;
    width: 182px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-right: 2px;
}

    .main-bottom .personal-main__choose--btn:hover,
    .main-bottom .personal-main__choose--btn[aria-expanded="true"],
    .main-bottom .personal-main__choose--btn.active {
        color: #308DF0;
        border-color: #308DF0 !important;
        background-color: #fff;
    }

.main-bottom .personal-main__choose .dropdown-menu {
    width: 182px;
}

    .main-bottom .personal-main__choose .dropdown-menu li {
        padding: 5px 0;
        text-align: center;
        cursor: pointer;
    }

        .main-bottom .personal-main__choose .dropdown-menu li:hover {
            background-color: #F3F3F3;
        }

.main-bottom .personal-main__control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}

    .main-bottom .personal-main__control .form-control {
        background: #f8f8f9;
        border-radius: 4px;
        border: 1px solid #e7e8eb;
        width: 182px;
        margin-right: 10px;
        margin-bottom: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.main-bottom .personal-main__table {
    padding-left: 75px;
}

.popups_right .breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
}

    .popups_right .breadcrumb.breadcrumb > li + li:before {
        content: ">";
    }

    .popups_right .breadcrumb a {
        font-size: 16px;
        color: #999;
    }

        .popups_right .breadcrumb a.active,
        .popups_right .breadcrumb a:hover {
            color: #333;
        }

.popups_right .popups_title {
    padding: 15px 20px;
    border-bottom: 1px solid #d9d7d3;
    font-size: 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popups_right .popups-describe_wrap {
    padding: 20px;
}

.popups_right .describe-tr .describe-td {
    width: 50%;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.popups_right .describe-tr .td-name {
    margin-right: 10px;
}

.popups_right .describe-tr.describe-tr_title .describe-td {
    width: 100%;
    color: #2f4050;
}

.popups_right .popups-detail_wrap {
    padding: 0 20px;
}

.popups_right .detail-title_group .detail-title .text {
    font-size: 16px;
    color: #999;
    line-height: 40px;
}

    .popups_right .detail-title_group .detail-title .text + .text {
        margin-left: 20px;
    }

.popups_right .detail-title_group .detail-title.active .text,
.popups_right .detail-title_group .detail-title:hover .text {
    color: #333;
}

.popups_right .detail-title_group .detail-title.active .text {
    border-bottom: 2px solid #11B6C4;
}

.popups_right .detail-timeline {
    padding: 40px 0;
}

    .popups_right .detail-timeline .describe-wrap {
        padding-left: 40px;
        position: relative;
        min-height: 50px;
    }

        .popups_right .detail-timeline .describe-wrap:before {
            content: "";
            position: absolute;
            left: 8px;
            top: 0;
            z-index: 0;
            width: 2px;
            height: 95%;
            background-color: #ededed;
        }

        .popups_right .detail-timeline .describe-wrap .line-icon {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 20;
            background-color: #fff;
        }

        .popups_right .detail-timeline .describe-wrap .number {
            color: #2fa2f3;
            padding-left: 10px;
        }

        .popups_right .detail-timeline .describe-wrap .describe-inner {
            padding-bottom: 20px;
            min-height: 85px;
        }

    .popups_right .detail-timeline li {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .popups_right .detail-timeline li:last-child .describe-wrap:before {
            display: none;
        }

    .popups_right .detail-timeline .line-icon {
        font-size: 18px;
        color: #8e9aa5;
    }

        .popups_right .detail-timeline .line-icon.active {
            color: #11B6C4;
        }

    .popups_right .detail-timeline .time {
        width: 60px;
        padding: 0 10px;
        text-align: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .popups_right .detail-timeline .text {
        font-size: 14px;
        color: #999999;
        line-height: 18px;
    }

        .popups_right .detail-timeline .text.text-day {
            color: #666666;
            padding-bottom: 5px;
        }

.tr-layer .table-responsive {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}

.tr-layer .table {
    margin-bottom: 0;
    border-top: 1px solid #e7eaec;
}

    .tr-layer .table tr,
    .tr-layer .table th {
        border-color: #e7eaec;
    }

    .tr-layer .table thead {
        border-left: 1px solid #e7eaec;
        border-right: 1px solid #e7eaec;
    }

    .tr-layer .table > thead > tr > th {
        border-bottom: none;
    }

    .tr-layer .table > tbody > tr > td {
        border-color: #e7eaec;
    }

.tr-layer th,
.tr-layer td {
    font-size: 14px;
    vertical-align: middle;
}

.tr-layer th {
    color: #797979;
}

.tr-layer td {
    color: #333333;
}

.tr-layer thead tr {
    background-color: #f9f9f9;
}

.msg-layer .error-info_wrap,
.msg-layer .success-info_wrap {
    width: 290px;
    height: 66px;
    text-align: center;
    padding: 25px 0;
    font-size: 14px;
    border-radius: 5px;
}

.msg-layer .error-info_wrap {
    background-color: #FFE8EC;
}

.msg-layer .success-info_wrap {
    background-color: #EBFAF7;
}

.msg-layer .error-info i,
.msg-layer .success-info i {
    padding-right: 10px;
    line-height: 1;
}

.popups_add .layui-layer-title {
    background-color: #fff;
}

.popups_add .popups_add_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.popups_add .control {
    width: 320px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body .error-info,
body .success-info {
    width: 290px;
    height: auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

    body .error-info .layui-layer-content,
    body .success-info .layui-layer-content {
        padding: 25px 10px;
    }

    body .error-info i,
    body .success-info i {
        padding-right: 10px;
        line-height: 1;
    }

body .error-info {
    background-color: #FFE8EC;
    border-color: #F1CBD1;
    color: #F06077;
}

body .success-info {
    background-color: #EBFAF7;
    border-color: #AFE4DA;
    color: #1AB394;
}

.loading-add .svg {
    margin: 0 auto;
    display: block;
    -webkit-animation: svg-rotate 8000ms linear infinite;
    animation: svg-rotate 8000ms linear infinite;
}

.loading-add circle {
    fill: transparent;
    stroke: #11B6C4;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 0, 301.5928947446;
    -webkit-animation: stroke-dash 2000ms linear infinite, stroke-width 2000ms linear infinite, stroke-color 8000ms steps(4) infinite;
    animation: stroke-dash 2000ms linear infinite, stroke-width 2000ms linear infinite, stroke-color 8000ms steps(4) infinite;
}

@-webkit-keyframes svg-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes svg-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes stroke-width {
    0%, 100% {
        stroke-width: 0;
    }

    45%, 55% {
        stroke-width: 2;
    }

    50% {
        stroke-width: 4;
    }
}

@keyframes stroke-width {
    0%, 100% {
        stroke-width: 0;
    }

    45%, 55% {
        stroke-width: 2;
    }

    50% {
        stroke-width: 4;
    }
}

@-webkit-keyframes stroke-dash {
    0% {
        stroke-dasharray: 0, 301.5928947446;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 301.5928947446, 0;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 301.5928947446, 301.5928947446;
        stroke-dashoffset: -301.59289474;
    }
}

@keyframes stroke-dash {
    0% {
        stroke-dasharray: 0, 301.5928947446;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 301.5928947446, 0;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 301.5928947446, 301.5928947446;
        stroke-dashoffset: -301.59289474;
    }
}

@-webkit-keyframes stroke-color {
    from {
        stroke: #11B6C4;
    }
}

@keyframes stroke-color {
    from {
        stroke: #11B6C4;
    }
}

.loading-add {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

    .loading-add .layui-layer-content {
        overflow: hidden !important;
    }

.cms-body .home-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.cms-body .home-header {
    background-color: #fff;
}

.cms-body .home-list_wrap {
    padding: 20px;
}

.cms-body .home-list_flex {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-right: -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .cms-body .home-list_flex .list-item {
        height: 120px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 380px;
        margin-right: 20px;
        padding: 25px;
        color: #fff;
        position: relative;
    }

    .cms-body .home-list_flex .list-bg4 {
        background: url("../img/home-icon4.png") no-repeat center center;
        background-size: cover;
    }

    .cms-body .home-list_flex .list-bg3 {
        background: url("../img/home-icon3.png") no-repeat center center;
        background-size: cover;
    }

    .cms-body .home-list_flex .list-bg2 {
        background: url("../img/home-icon2.png") no-repeat center center;
        background-size: cover;
    }

    .cms-body .home-list_flex .list-bg1 {
        background: url("../img/home-icon1.png") no-repeat center center;
        background-size: cover;
    }
