/*
 * Copyright 2018-2019 the original author or authors.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*nav*/
.lc-nav-flat li {
    float: left;
    padding: 0 1.2rem;
    cursor: pointer;
}

.lc-nav-flats li {
    float: left;
    padding: 0 2rem;
    cursor: pointer;
}

.lc-nav-flat1 li {
    float: left;
    padding: 0 1rem;
    cursor: pointer;
}

.lc-nav-flat.bd li {
    border-left: 1px solid #555;
    border-right: 1px solid #000;
}

.lc-nav-flat.bdl li {
    border-right: 1px solid #CCC;
}

.lc-nav-flat li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

.lc-nav-flat li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.lc-nav-flat.cdo li {
    color: #000;
}

    .lc-nav-flat.cdo li.actived {
        color: #ff6a00;
    }

.lc-nav-lines {
    overflow: visible;
    height: 5rem;
    background-color: #EEE;
    padding-left: 1rem;
    padding-top: 1rem;
    color: #000;
}

    .lc-nav-lines li {
        float: left;
        cursor: pointer;
        font-size: 1.4rem;
        height: 4rem;
        line-height: 4rem;
        padding: 0 1.2rem;
    }

        .lc-nav-lines li.actived {
            background-color: #fff;
        }

.lc-nav-sl li {
    padding-bottom: 2rem;
    cursor: pointer;
}

    .lc-nav-sl li h3 {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .lc-nav-sl li h5 {
        font-size: 1.2rem;
    }

    .lc-nav-sl li h4 {
        font-size: 1.2rem;
        padding-top: 1rem;
    }

    .lc-nav-sl li.actived {
        color: #ff6a00;
    }

.lc-nav-pandc > div {
    width: 10rem;
    float: left;
    margin-bottom: 1rem;
    margin-right: 1rem;
    text-align: center;
    padding: 1.5rem 0;
    height: 9.2rem;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
}

    .lc-nav-pandc > div img {
        width: 4rem;
    }

    .lc-nav-pandc > div i {
        font-size: 3.6rem;
        height: 3.6rem;
        overflow: hidden;
        text-align: center;
        display: block;
    }

    .lc-nav-pandc > div label {
        display: block;
        padding-top: 0.8rem;
    }

.np3n > div:nth-child(3n) {
    margin-right: 0;
}


.lc-nav-vari li {
    height: 5.4rem;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    color: #008a00;
    padding-top: 1rem;
    padding-left: 1.7rem;
}

.lc-nav-vari div.icon {
    float: left;
}

    .lc-nav-vari div.icon i {
        font-size: 3.6rem;
        padding-right: 1.8rem;
    }

.lc-nav-vari div.text {
    float: left;
}

    .lc-nav-vari div.text div {
        overflow: hidden;
        font-weight: bold;
        padding-top: 0.3rem;
    }

    .lc-nav-vari div.text label {
        font-size: 1.2rem;
        font-style: italic;
        height: 1.2rem;
    }

.lc-nav-vari li.actived {
    color: #FFF;
    background-color: #87b901;
}


.lc-nav-vari li a {
    position: absolute;
    right: 1rem;
    top: 1.7rem;
}

    .lc-nav-vari li a:before {
        content: "\e61c";
        opacity: 0.2;
    }

.lc-nav-vari li.actived a:before {
    content: "\e7ef";
    opacity: 1;
}

.lc-nav-menu {
    padding: 1rem 0;
    background-color: #fff;
    padding-bottom: 2rem;
}

    .lc-nav-menu > li {
        padding: 0 3rem;
        overflow: hidden;
        background-color: #FFF;
        cursor: pointer;
        margin-top: 1.5rem;
    }

        .lc-nav-menu > li:hover {
            border-left: 0.5rem solid #EEE;
            padding-left: 2.5rem;
        }

        .lc-nav-menu > li.actived {
            border-left: 0.5rem solid #87b901;
            padding-left: 2.5rem;
        }

        .lc-nav-menu > li i {
            width: 4rem;
            float: left;
            font-size: 3rem;
            color: #666;
        }

        .lc-nav-menu > li.actived i {
            color: #87b901;
        }

        .lc-nav-menu > li div.text {
            float: left;
            padding-top: 0.2rem;
        }

            .lc-nav-menu > li div.text div {
                font-weight: bold;
                color: #B00;
                font-size: 1.6rem;
            }

            .lc-nav-menu > li div.text label {
                display: block;
                color: #999;
                font-size: 1.2rem;
                font-style: italic;
            }

/*banner*/
.lc-banner-truns {
    position: relative;
    cursor: pointer;
}

    .lc-banner-truns div.items {
        background-color: #EEE;
        z-index: 0;
    }

        .lc-banner-truns div.items div {
            height: 100%;
            overflow: hidden;
            display: none;
            position: absolute;
        }

            .lc-banner-truns div.items div img {
                width: 100%;
            }

    .lc-banner-truns div.title {
        position: absolute;
        left: 1rem;
        bottom: 4rem;
        font-size: 1.8rem;
        padding: 1rem 2rem;
        font-weight: bold;
        padding-bottom: 0;
        opacity: 0.8;
    }

    .lc-banner-truns div.text {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 4rem;
        line-height: 4rem;
        overflow: hidden;
        z-index: 1;
        padding-left: 3rem;
        opacity: 0.8;
    }

    .lc-banner-truns ul.bar {
        position: absolute;
        z-index: 2;
        bottom: 1rem;
        right: 1rem;
    }

        .lc-banner-truns ul.bar li {
            float: left;
            background-color: #000;
            margin-left: 1rem;
            width: 2rem;
            height: 2rem;
            line-height: 2rem;
            text-align: center;
            color: #fff;
            cursor: pointer;
        }

            .lc-banner-truns ul.bar li.actived {
                background-color: #ff6a00;
            }
/*Title*/
.lc-title {
    position: relative;
}

    .lc-title .title {
        font-size: 1.6rem;
    }

    .lc-title .subtitle {
        padding-left: 1rem;
        color: #AAA;
        font-style: italic;
    }

    .lc-title.big .title {
        font-size: 2.4rem;
        height: 2.4rem;
    }

    .lc-title.mid .title {
        font-size: 2rem;
        height: 2rem;
    }


    .lc-title.small {
        height: 3rem;
        overflow: hidden;
    }

        .lc-title.small i {
            padding-right: 1rem;
        }

        .lc-title.small label {
            font-size: 1.5rem;
        }

        .lc-title.small span {
            font-size: 1.2rem;
        }

    .lc-title.bdl .title {
        border-left: 0.5rem solid #ff6a00;
        padding-left: 1.2rem;
    }

    .lc-title.bdb {
        border-bottom: 1px solid #ddd;
        padding-bottom: 1rem;
    }

    .lc-title > a {
        position: absolute;
        bottom: 1.2rem;
        right: 0;
        color: #AAA;
        font-style: italic;
    }
/*list-pic-text*/
.lc-pictext {
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

    .lc-pictext div.picture {
        float: left;
        width: 20rem;
        overflow: hidden;
        position: absolute;
        top: 0.5rem;
        height: 11.8rem;
        background-color: #ddd;
    }

        .lc-pictext div.picture img {
            width: 100%;
        }

    .lc-pictext div.text.inner {
        margin-left: 22rem;
        float: left;
    }

    .lc-pictext div.text > h3 {
        height: 2.2rem;
        overflow: hidden;
    }


    .lc-pictext div.text > div {
        line-height: 2rem;
    }

        .lc-pictext div.text > div.subtitle {
            line-height: 2.6rem;
            height: 2.4rem;
            overflow: hidden;
            padding-left: 0.1rem;
        }

            .lc-pictext div.text > div.subtitle label {
                border-radius: 3px;
                padding-right: 0.5rem;
                font-weight: bold;
            }

            .lc-pictext div.text > div.subtitle span {
                padding-right: 1rem;
            }

        .lc-pictext div.text > div.summary {
            height: 8rem;
            overflow: hidden;
            font-size: 1.2rem;
            font-family: Calibri, "宋体";
            padding-left: 0.1rem;
        }

.lc-icontext {
    position: relative;
    padding-left: 6rem;
}

    .lc-icontext div.icon {
        position: absolute;
        left: 0;
        top: 0.2rem;
        background-color: #008a00;
        color: #fff;
        border-radius: 0.5rem;
        width: 5rem;
        height: 5rem;
        text-align: center;
        padding: 0.5rem;
    }

        .lc-icontext div.icon i.fa {
            font-size: 4rem;
        }

    .lc-icontext div.text h3 {
        font-size: 1.5rem;
        font-weight: bold;
        padding-top: 0.2rem;
    }

    .lc-icontext div.text .subtitle {
        font-size: 1.2rem;
        color: #87b901;
    }

    .lc-icontext div.text .summary {
        font-size: 1.2rem;
        color: #008a00;
    }

/*form*/
.lf-nor-tw {
}

    .lf-nor-tw .read {
        padding-bottom: 2rem;
    }

        .lf-nor-tw .read div {
            padding: 0.5rem 0;
            line-height: 2rem;
            border-bottom: 1px solid #000;
            min-height: 3.2rem;
        }

        .lf-nor-tw .read label {
            font-weight: bold;
            display: block;
            width: 8rem;
            float: left;
        }

        .lf-nor-tw .read span {
            color: #B00;
            display: block;
            margin-left: 8rem;
            font-family: Calibri,"宋体";
            font-size: 1.2rem;
        }

    .lf-nor-tw .title span {
        font-size: 1.2rem;
        padding-left: 0.5rem;
        color: #ff6a00;
        font-style: italic;
    }

    .lf-nor-tw .ctrl {
        padding-top: 0.3rem;
        padding-bottom: 1rem;
    }

        .lf-nor-tw .ctrl input, .lf-nor-tw .ctrl select {
            height: 3.2rem;
            line-height: 3.2rem;
            border: 1px solid #BBB;
            padding: 0 0.8rem;
            font-family: Calibri, "宋体";
            font-size: 1.4rem;
        }

        .lf-nor-tw .ctrl input {
            width: 100%;
        }

        .lf-nor-tw .ctrl select {
            padding-right: 0;
        }

            .lf-nor-tw .ctrl input:hover, .lf-nor-tw .ctrl select:hover {
                background-color: #e3fbfb;
                border-color: #3ad4d4;
            }

            /**/
            .lf-nor-tw .ctrl input.warnning, .lf-nor-tw .ctrl select.warnning {
                background-color: #fcebde;
                border-color: #ff6a00;
            }


    .lf-nor-tw .toolbar {
        padding: 1rem 0;
    }

        .lf-nor-tw .toolbar ul li {
            float: left;
            margin-right: 1rem;
            padding: 1rem 2.2rem;
            cursor: pointer;
        }

            .lf-nor-tw .toolbar ul li:last-child {
                margin: 0;
            }

            .lf-nor-tw .toolbar ul li:hover {
                background-color: #01438b;
            }

    .lf-nor-tw .lc-linkage-nor select {
        padding: 0;
        border: none;
        font-size: 1.2rem;
        border: 1px solid #ddd;
    }

    .lf-nor-tw .lc-linkage-nor > div {
        display: block;
        padding: 0;
        border: none;
        padding-top: 0.2rem;
    }
/*reader*/
.lr-reader {
    padding-top: 4rem;
}

    .lr-reader > .title {
        font-size: 2.8rem;
        font-weight: bold;
        text-align: center;
    }

    .lr-reader > .subtitle {
        padding-top: 1rem;
        font-size: 2.2rem;
        text-align: center;
    }

    .lr-reader > .content {
        font-family: Calibri,"宋体";
        line-height: 220%;
        padding-top: 2rem;
        padding-left: 2.5rem;
    }

        .lr-reader > .content img {
            max-width: 100%;
            margin-bottom: 1rem;
        }

    .lr-reader > div.mark {
        border-top: 1px solid #AAA;
        margin-top: 1rem;
        padding-top: 1rem;
        margin-left: 2.5rem;
        text-align: center;
    }

        .lr-reader > div.mark label {
            font-weight: bold;
        }

        .lr-reader > div.mark span {
            padding-right: 1rem;
            padding-left: 1rem;
            font-style: italic;
        }

    .lr-reader > .content p {
        padding-top: 0.2rem;
    }
/*chart*/
.lc-chart-pannel {
    overflow: hidden;
    width: 100%;
}
/*search*/
.lc-fs-searchbar-wrap {
    border-bottom: 0.1rem solid #000;
}

.lc-fs-searchbar-msgwrap {
    border-bottom: 0.1rem solid #CCC;
    background-color: #f3f3f3;
}

.lc-fs-searchbar-msgwrap1 {
    border-bottom: 0.1rem solid #ffffff;
    background-color: #ffffff;
}

.lc-fs-searchbar {
    padding: 0.8rem 0;
}

    .lc-fs-searchbar > i {
        padding-right: 0.5rem;
    }

    .lc-fs-searchbar > label.t {
        font-weight: bold;
    }

    .lc-fs-searchbar > label.c {
        margin-right: 1rem;
    }

        .lc-fs-searchbar > label.c input, .lc-fs-searchbar > label.c select {
            height: 2.4rem;
            line-height: 2.4rem;
            background-color: #fff;
            width: 10rem;
            padding-left: 0.5rem;
            border: 1px solid #000;
        }


    .lc-fs-searchbar > label.b {
        background-color: #000;
        color: #fff;
        padding: 0.4rem 1rem;
        cursor: pointer;
        border-radius: 0.4rem;
        display: inline-block;
    }

        .lc-fs-searchbar > label.b:hover {
            background-color: #B00;
        }

    .lc-fs-searchbar > label i {
        font-size: 1.2rem;
    }

    .lc-fs-searchbar .lc-linkage-value {
        border: 1px solid #000;
        padding: 0.3rem 1rem;
    }

.lc-fs-toolbar {
    overflow: hidden;
}


    .lc-fs-toolbar ul li {
        float: left;
        cursor: pointer;
        border-right: 1px solid #ccc;
        border-left: 1px solid #fff;
        padding-right: 1rem;
        padding-left: 1rem;
        margin-bottom: 0.8rem;
    }

        .lc-fs-toolbar ul li span {
            text-decoration: underline;
            padding: 0 0.2rem;
        }

        .lc-fs-toolbar ul li:first-child {
            padding-left: 0;
            border-left: none;
        }

        .lc-fs-toolbar ul li:last-child {
            padding-right: 0;
            border-right: none;
        }

        .lc-fs-toolbar ul li:hover {
            color: #ff6a00;
        }

/*表格*/
.lt-grid {
    width: 100%;
    overflow: auto;
}

    .lt-grid > table {
        width: 100%;
    }

        .lt-grid > table caption {
            text-align: left;
            padding: 0.4rem 0;
            font-size: 1.2rem;
            font-style: italic;
        }


        .lt-grid > table thead {
            border-top: 2px solid #000;
            border-bottom: 1px solid #000;
        }

            .lt-grid > table thead tr {
                height: 4rem;
            }

        .lt-grid > table tbody tr:hover td:not(:first-child):not(:last-child) {
            background-color: #effdc9;
        }

        .lt-grid > table tbody tr {
            height: 3.5rem;
        }

        .lt-grid > table thead th, .lt-grid > table tbody td {
            border: 1px solid #000;
            padding: 0 1rem;
            word-break: keep-all;
            white-space: nowrap;
        }

        .lt-grid > table tbody td {
            font-size: 1.2rem;
        }

        .lt-grid > table tbody {
            border-top: 1px solid #000;
            border-bottom: 2px solid #000;
        }

            .lt-grid > table tbody td.breakword {
                word-break: break-all;
                word-break: normal;
            }

        .lt-grid > table tr th:last-child, .lt-grid > table tr td:last-child {
            border-right: none;
        }

        .lt-grid > table tr th:first-child, .lt-grid > table tr td:first-child {
            border-left: none;
        }

.lt-page {
    height: 4rem;
}

    .lt-page li {
        float: left;
        cursor: pointer;
        padding: 0 0.5rem;
        margin-right: 0.2rem;
    }

        .lt-page li.actived {
            background-color: #ff6a00;
            color: #fff;
            border-radius: 0.3rem;
        }

.lt-edit > table {
    border-top: 0.2rem solid #000;
    border-bottom: 0.2rem solid #000;
}

.lt-edit > table {
    width: 100%;
}

    .lt-edit > table caption {
        text-align: left;
        padding: 0.4rem 0;
        font-size: 1.2rem;
        font-style: italic;
    }

    .lt-edit > table thead th {
        height: 0;
        border: none;
    }

    .lt-edit > table tbody th.warnning {
        background-color: #fcebde;
    }

    .lt-edit > table tbody th, .lt-edit > table tbody td {
        border: 1px solid #000;
        height: 4.2rem;
    }

    .lt-edit > table tbody td {
        padding-left: 1rem;
    }

        .lt-edit > table tbody td input[type=text], .lt-edit > table tbody td input[type=password] {
            width: 100%;
            border: none;
            height: 100%;
            background-color: transparent;
        }

        .lt-edit > table tbody td textarea {
            width: 100%;
            border: none;
            height: 12rem;
            padding: 0.5rem 0;
            background-color: transparent;
        }

        .lt-edit > table tbody td select {
            border: none;
            background-color: transparent;
            height: 100%;
        }

    .lt-edit > table tr th:last-child, .lt-edit > table tr td:last-child {
        border-right: none;
    }

    .lt-edit > table tr th:first-child, .lt-edit > table tr td:first-child {
        border-left: none;
    }

.lt-edit-c10 > table > thead > tr > th {
    width: 10%;
}

.lt-edit td.coltable {
    margin: 0;
    padding: 0;
}

.lt-edit-grid {
    border: none;
    width: 100%;
}

    .lt-edit-grid thead tr:first-child th {
        border-top: none;
    }

    .lt-edit-grid tbody tr td {
        padding: 0 1rem;
        font-size: 1.2rem;
    }

    .lt-edit-grid tbody tr:last-child td {
        border-bottom: none;
    }

    .lt-edit-grid tbody tr td, .lt-edit-grid thead tr th {
        height: 3.5rem;
        line-height: 3.5rem;
    }
/*icon*/
.ll-icon i {
    font-size: 2.6rem;
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    border: 1px solid #008a00;
    line-height: 5rem;
    text-align: center;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem;
    color: #008a00;
    border-radius: 0.5rem;
}

    .ll-icon i.fa:hover {
        background-color: #008a00;
        color: #fff;
    }

    .ll-icon i img {
        width: 3rem;
    }

.ll-icon span {
    display: inline-block;
    padding: 1rem;
    border: 1px solid #B00;
    margin-right: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    border-radius: 0.5rem;
}

    .ll-icon span img {
        width: 3rem;
    }

.ll-icon-sel i {
    color: #017ca1;
    border: 1px solid #017ca1;
}

    .ll-icon-sel i.fa:hover {
        background-color: #017ca1;
    }
/**

*/
.le-key {
    border: 1px solid #008a00;
    padding-right: 0.5rem;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0.1rem;
    color: #008a00;
}

    .le-key > span {
        padding: 0 0.5rem;
        margin-right: 0.5rem;
        font-weight: bold;
        background-color: #008a00;
        color: #fff;
    }

.le-status > span {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.le-status span.s1 {
    color: #87b901;
}

    .le-status span.s1:after {
        content: "\e7f0";
    }

.le-status span.s0 {
    color: #ff6a00;
}

    .le-status span.s0:after {
        content: "\e7e3";
    }

.le-code {
    padding: 0 1rem;
    border-left: 1px solid #000;
}

    .le-code:first-child {
        border-left: none;
    }
/*弹出框*/
.lc-msgbox {
    background-color: #FFF;
    box-shadow: 0 0 2rem #000;
    overflow: hidden;
    position: absolute;
}

    .lc-msgbox > .toolbar {
        height: 4rem;
        overflow: hidden;
        cursor: pointer;
        padding-left: 1rem;
    }

        .lc-msgbox > .toolbar > .title {
            float: left;
            line-height: 4rem;
            font-weight: bold;
        }

            .lc-msgbox > .toolbar > .title i {
                padding-right: 0.5rem;
                font-size: 1.8rem;
                font-weight: normal;
            }

        .lc-msgbox > .toolbar > .oprs {
            float: right;
            height: 3.4rem;
            overflow: hidden;
        }

            .lc-msgbox > .toolbar > .oprs > .tool {
                display: inline-block;
                padding: 0 1.5rem;
                height: 3.4rem;
                line-height: 3.4rem;
                font-weight: bold;
            }

                .lc-msgbox > .toolbar > .oprs > .tool:hover {
                    background-color: #B00;
                    color: #fff;
                }

.lc-msgbox-skin-classic {
    background-color: #fff;
}

    .lc-msgbox-skin-classic > .toolbar {
        background-color: #017ca1;
        color: #fff;
    }

.lc-msgbox-toolbar-tab {
    height: 4rem;
    background-color: #017ca1;
    color: #fff;
    line-height: 4rem;
    padding-left: 2rem;
    overflow: hidden;
}

.lc-msgbox-skin-selector > .toolbar {
    background-color: #EEE;
    color: #000;
}

.lc-msgbox-skin-warning > .toolbar {
    background-color: #87b901;
    color: #fff;
}

.lc-msgbox-skin-warning .warning-content {
    height: 100%;
    position: relative;
}

    .lc-msgbox-skin-warning .warning-content .icon {
        color: #87b901;
        overflow: hidden;
        top: 4.5rem;
        left: 2rem;
        position: absolute;
        border-right: 1px solid #87b901;
        padding-right: 2rem;
    }

        .lc-msgbox-skin-warning .warning-content .icon i {
            font-size: 6rem;
        }

    .lc-msgbox-skin-warning .warning-content .info {
        width: 24rem;
        position: absolute;
        left: 12rem;
        top: 5.6rem;
        font-weight: bold;
        line-height: 2rem;
    }

.lc-msgbox-skin-warning .warning-bar {
    height: 5rem;
    background-color: #EEE;
    padding-top: 1rem;
    text-align: center;
}

    .lc-msgbox-skin-warning .warning-bar label {
        background-color: #ff6a00;
        padding: 0.5rem 2.5rem;
        color: #fff;
        font-size: 1.6rem;
        cursor: pointer;
        display: inline-block;
    }

        .lc-msgbox-skin-warning .warning-bar label i {
            padding-right: 0.5rem;
        }

        .lc-msgbox-skin-warning .warning-bar label:first-child {
            background-color: #87b901;
            margin-right: 1rem;
        }



.lc-msgbox-toolbar-action {
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
    padding-top: 1rem;
    padding-bottom: 0.2rem;
    padding-right: 3rem;
    margin-bottom: 0.1rem;
}

.lc-msgbox-toolbar-tab li.actived {
    color: #000;
    background-color: #f3f3f3;
}

.lc-msgbox-toolbar-action .lc-fs-toolbar li {
    float: right;
}

.lc-form-edit {
    height: 100%;
    padding: 4rem 3rem;
}

    .lc-form-edit h2 {
        text-align: center;
        font-family: "黑体";
        font-weight: bold;
    }

    .lc-form-edit h3 {
        text-align: center;
        font-size: 1.6rem;
    }

    .lc-form-edit .operator {
        height: 5rem;
        padding-top: 2rem;
        overflow: hidden;
    }

        .lc-form-edit .operator label {
            height: 2rem;
            font-weight: bold;
        }

        .lc-form-edit .operator span {
            padding: 0 0.5rem;
            border-bottom: 1px solid #000;
            height: 2rem;
            display: inline-block;
            margin-right: 1rem;
        }

.le-vali-null {
    color: #F00;
    font-size: 1.5rem;
    font-weight: normal;
}

.lc-reader-desc {
    padding-top: 1rem;
}

    .lc-reader-desc h5 {
        font-weight: bold;
        height: 2rem;
    }

    .lc-reader-desc .content {
        font-size: 1.2rem;
        line-height: 2rem;
    }

.lc-sel-icon {
    margin-left: 1rem;
    border-left: 1px solid #000;
    display: inline-block;
    cursor: pointer;
    padding-left: 0.5rem;
}

.lc-ctr-radio {
    display: inline-block;
}

    .lc-ctr-radio label {
        padding-right: 1rem;
        padding-left: 0.5rem;
    }

.lc-linkage-nor {
    height: 100%;
}

    .lc-linkage-nor > div {
        display: inline-block;
        margin-right: 2rem;
        overflow: hidden;
        border-left: 0.1rem solid #000;
        padding-left: 1rem;
        height: 100%;
    }

        .lc-linkage-nor > div:first-child {
            border-left: none;
            padding-left: 0;
        }

    .lc-linkage-nor div > select {
        margin-right: -2rem;
        height: 100%;
    }

.lc-linkage-value {
}

    .lc-linkage-value label.hand {
        margin-left: 1rem;
        border-left: 1px solid #000;
        padding-left: 1rem;
    }

.lc-selector-editor {
    height: 100%;
    display: block;
    overflow: hidden;
}

    .lc-selector-editor select {
        border: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .lc-selector-editor select::-ms-expand {
            display: none;
        }

.lc-photo {
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}
.lc-photo-url {
    background-image: url(../images/photo.png);
}

    .lc-photo img {
        width: 100%;
    }



.lc-uploader-wrap {
    height: 100%;
}

    .lc-uploader-wrap > .progress-wrap {
        background-color: #a8b7ca;
        height: 1rem;
    }

        .lc-uploader-wrap > .progress-wrap > .progress {
            height: 100%;
            background-color: #88b104;
            width: 0%;
        }

    .lc-uploader-wrap .pick {
        background-color: #ecf0f5;
        position: relative;
    }

.lc-uploader-pick {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 10;
}

    .lc-uploader-pick input {
        display: none;
    }

.lc-uploader-wrap .pick .des {
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 2rem;
}

    .lc-uploader-wrap .pick .des h1, .lc-uploader-wrap .pick .des h2, .lc-uploader-wrap .pick .des h3, .lc-uploader-wrap .pick .des h4 {
        font-size: 1.4rem;
        line-height: 2.8rem;
    }

        .lc-uploader-wrap .pick .des h1 span, .lc-uploader-wrap .pick .des h2 span, .lc-uploader-wrap .pick .des h3 span, .lc-uploader-wrap .pick .des h4 span {
            font-weight: bold;
        }

.lc-uploader-pick .webuploader-pick {
    height: 100%;
}

.lc-ipt-vw {
    color: #7f81bf;
    font-size: 10px;
    padding: 4px 14px;
}

.lc-ipt {
    border-bottom: #556f77 2px solid;
    padding: 4px 0
}

    .lc-ipt .icon {
        border-right: #c6d1e4 2px solid;
        color: silver;
        padding: 0 5px
    }

    .lc-ipt .file-name {
        color: silver;
        margin-left: 4px;
        cursor: pointer;
        display: inline-block;
    }

        .lc-ipt .file-name.selected {
            color: seagreen;
        }
/*lc-editor*/
.lc-editor {
    max-height: 30rem;
    overflow: hidden;
    font-family: Calibri,"宋体";
    padding: 1rem 0;
}

    .lc-editor img {
        max-width: 80rem;
    }

.lc-file i {
    cursor: pointer;
    margin-left: 1rem;
    border-left: 1px solid #000;
    padding-left: 0.5rem;
}

.lc-file span {
    color: #AAA;
    position: relative;
}


    .lc-file span div.imgwrap {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        padding: 1rem;
        border: 1px solid #ddd;
    }

        .lc-file span div.imgwrap img {
            max-width: 30rem;
        }

    .lc-file span:hover div.imgwrap {
        display: block;
    }

/*分析系统*/
.lc-msgbox-skin-analysis {
    background-color: #FFF;
}

    .lc-msgbox-skin-analysis .toolbar {
        background-color: #017ca1;
        color: #f4f1ea;
    }

        .lc-msgbox-skin-analysis .toolbar > .oprs > .tool {
            opacity: 0.2;
        }

            .lc-msgbox-skin-analysis .toolbar > .oprs > .tool:hover {
                background-color: #017ca1;
                opacity: 1;
            }

    .lc-msgbox-skin-analysis .lc-toolbar-linkbar {
        height: 4rem;
        line-height: 4rem;
        background-color: #017ca1;
        padding-left: 2rem;
        color: #FFF;
        overflow: hidden;
    }

        .lc-msgbox-skin-analysis .lc-toolbar-linkbar .lc-nav-flats li.actived {
            background-color: #FFF;
            color: #000;
        }


    .lc-msgbox-skin-analysis .lc-word {
        background-color: #fff;
        padding: 5rem;
    }

        .lc-msgbox-skin-analysis .lc-word h2 {
            text-align: center;
            font-family: Calibri,"黑体";
            font-weight: bold;
            font-size: 2.8rem;
        }

        .lc-msgbox-skin-analysis .lc-word h3 {
            text-align: center;
            margin-bottom: 1rem;
            font-size: 1.6rem;
        }

.lc-sglform-bar {
    height: 4rem;
    background-color: #EEE;
}

    .lc-sglform-bar ul {
        padding-top: 0.7rem;
    }

        .lc-sglform-bar ul li {
            float: right;
            background-color: #AAA;
            color: #fff;
            padding: 0.5rem 1rem;
            margin-right: 0.5rem;
            cursor: pointer;
            border-radius: 0.3rem;
        }

            .lc-sglform-bar ul li:hover {
                background-color: #ff6a00;
            }

.lum-input-tel {
    position: relative;
}

    .lum-input-tel label {
        position: absolute;
        background-color: #87b901;
        display: block;
        right: 0;
        top: 0;
        height: 100%;
        line-height: 3rem;
        padding: 0 1rem;
        color: #fff;
        cursor: pointer;
    }
/*文件列表*/


.lt-grid-file {
    overflow: hidden;
    margin-right: 1rem;
}

    .lt-grid-file .list-item {
        min-width: 14rem;
        height: 14rem;
        float: left;
        margin: 1rem 0.5rem;
        position: relative;
        border: 1px solid #017ca1;
    }

        .lt-grid-file .list-item .info {
            position: absolute;
            bottom: 0px;
            width: 100%;
            height: 3rem;
            background: #017ca1;
            line-height: 3rem;
            text-align: center;
            color: #fff;
        }

            .lt-grid-file .list-item .info .opr-icon {
                cursor: pointer;
                color: #B00;
            }

                .lt-grid-file .list-item .info .opr-icon:hover {
                    color: #939cb2;
                }

        .lt-grid-file .list-item .icon {
            height: calc(100% - 2rem);
        }

            .lt-grid-file .list-item .icon.photo img {
                height: 100%;
                display: table;
                margin: 0 auto;
            }

            .lt-grid-file .list-item .icon.file img {
                margin: 2rem 2.5rem;
            }

            .lt-grid-file .list-item .icon.xls img {
                height: 80%;
                margin: calc((20% - 2rem)/2) auto;
                content: url(/web-userfile/100201/icon/excel.png) !important;
            }

            .lt-grid-file .list-item .icon video {
                height: 100%;
                display: table;
                margin: 0 auto;
            }

    .lt-grid-file.eft1 .list-item:hover {
        border: #a69f99 1px solid
    }

/*时间轴样式*/
.lud-timeline-container {
    position: relative;
    margin: 0 auto;
}

    .lud-timeline-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #d7e4ed;
    }

@media only screen and (min-width: 1170px) {
    .lud-timeline-container::before {
        left: 50%;
        margin-left: -2px;
    }
}

.lud-timeline-container .lud-timeline-block {
    margin-top: 1.5rem;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1170px) {
    .lud-timeline-container .lud-timeline-block {
        display: table;
    }
}

.lud-timeline-container .lud-timeline-img.picture {
    background: #75ce66;
}

.lud-timeline-container .lud-timeline-img.danger {
    background: red;
}

.lud-timeline-container .lud-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 1170px) {
    .lud-timeline-container .lud-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.lud-timeline-container .lud-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.lud-timeline-container .lud-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #bdd3e6;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 4px 4px 9px 1px #aaaaaa;
}

@media only screen and (min-width: 1170px) {
    .lud-timeline-container .lud-timeline-content {
        padding: 1.6em;
        width: 45%;
    }

    .lud-timeline-container .lud-timeline-block:nth-child(odd) .lud-timeline-content {
        box-shadow: -4px 4px 9px 1px #aaaaaa;
        margin-left: 0;
    }

    .lud-timeline-container .lud-timeline-block:nth-child(even) .lud-timeline-content {
        float: right;
    }
}

.lud-timeline-container .lud-timeline-content::before {
    margin-left: -2px;
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #bdd3e6;
}

@media only screen and (min-width: 1170px) {
    .lud-timeline-container .lud-timeline-block:nth-child(odd) .lud-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #bdd3e6;
    }
}

.lud-timeline-container .lud-timeline-content::after {
    clear: both;
    content: "";
    display: table;
}

.lud-timeline-container .action {
    background: #03A9F4;
    padding: 5px;
    color: #fdfdfd;
    float: right;
    display: table;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}

    .lud-timeline-container .action.danger {
        background: red;
    }

    .lud-timeline-container .action:hover {
        cursor: pointer;
        background: silver;
    }

.lud-timeline-container .lud-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
    margin-top: -80px;
    margin-left: -145px;
}

@media only screen and (min-width: 1170px) {
    .lud-timeline-container .lud-timeline-block:nth-child(even) .lud-timeline-content .lud-date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .lud-timeline-container .lud-timeline-content .lud-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 2rem;
        margin-top: 0px;
        margin-left: 0px;
    }
}

.lud-timeline-container .action i {
    font-size: 100%;
}

.lud-timeline-container span.content {
    display: inherit;
    margin: 10px 2px;
    color: #6c5747;
}

.lud-timeline-container .content label {
    background: #adc7d4;
    padding: 4px;
    border-radius: 4px;
    color: #ae8989;
    font-size: 12px;
    margin-right: 4px;
}
/*图片展示*/
.lud-img-view-container {
    position: relative;
    height: calc(100% - 3.8rem);
    padding: 0.5rem;
}

    .lud-img-view-container .toolbar {
        position: absolute;
        width: calc(100% - 1rem);
        line-height: 3.6rem;
        height: 4.6rem;
        border-top: #939cb2 solid 2px;
        bottom: 0;
        text-align: center;
    }

    .lud-img-view-container .img-content p {
        position: absolute;
        cursor: move;
        transform-origin: center;
        width: 100%;
        height: 100%;
        padding: 0;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        left: 0;
        top: 0;
    }

    .lud-img-view-container .img-content {
        width: calc(100% - 0.8rem);
        position: absolute;
        height: calc(100% - 5.4rem);
        overflow: hidden;
    }
        .lud-img-view-container .img-content img {
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    .lud-img-view-container .toolbar lable {
        margin: 0 4px;
        display: inline-block;
        padding: 2px 10px;
        font-size: 14px;
        line-height: 1.42857143;
        cursor: pointer;
        background: #3186a0;
        color: #fff;
        border: solid 1px #8C85E6;
        border-radius: 4px;
    }
    .lud-img-view-container.skin1 .toolbar{
        overflow: hidden;
        height: 0;
        top: 0;
        border: none;
        background: #879ba4;
        opacity: 0.4;
    }
    .lud-img-view-container.skin1{
        height: 100%;
        padding: 0;
    }
    .lud-img-view-container.skin1 .toolbar lable{
        opacity: 1 !important;
    }
    .lud-img-view-container.skin1:hover .toolbar{
        height: 3.6rem;
    }
    .lud-img-view-container.skin1 .img-content{
        height: 100%;
    }
    .lud-img-view-container.eft1 img, .lud-img-view-container.eft1 p {
        transition: transform 0.5s;
        -moz-transition: transform 0.5s;
        -webkit-transition: transform 0.5s;
        -o-transition: transform 0.5s;
    }
    .lud-img-view-container.eft1 .toolbar{
        transition: height 0.5s;
        -moz-transition: height 0.5s;
        -webkit-transition: height 0.5s;
        -o-transition: height 0.5s;
    }
    .lud-img-view-container.eft img, .lud-img-view-container.eft p {
        transition: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
    }
.leftbodyer {
    background: #87b901;
    color: #fff;
    border:0px solid #87b901;
    border-radius:25px;
    margin-bottom: 20px;
    width: 105px;
    height: 45px;
    line-height: 21px;
    text-align:center; /*文字居中对齐*/
    float:left; /*浮动居左*/
    clear:left; /*不允许左侧存在浮动*/
    overflow:hidden; /*超出宽度部分隐藏*/
}

.rightbodyer {
    line-height: 25px;
    color: black;
    overflow: auto;
    width: 720px;
    height: 55px;
    text-align: left;
    float: right;
    clear: right;
    overflow: hidden;
    margin: 0 auto;
    overflow-y:auto;
    border-bottom: 1px solid #87b901;
}

.texttitle{
    text-align:center;
    background: #017ca1;
    width: 100%;
    height: 43px;
    line-height: 43px;
    color: #fff;
    border:0px solid #017ca1;
    border-radius:25px;
}

.lcf{
    width:13%;
    border:0px solid #a1a1a1;
    padding:0px;
    border-radius:25px;
    margin:10px;
    text-align:center;
}
