﻿.h-d {
    height: 45px;
    background-color: #2f4050;
    float: left;
    width: 100%;
    overflow: hidden;
    display: none;
    min-width: 500px;
}

    .h-d ::selection {
        color: transparent;
    }

    /* .h-d ::-moz-selection {
        color: red;
    }*/
    .h-d > .y {
        width: 300px;
        float: left;
        height: 100%;
        padding-left: 15px;
        line-height: 45px;
    }

        .h-d > .y > .ico {
            width: 25px;
            height: 45px;
            color: #ccc;
            text-align: center;
            cursor: pointer;
            float: left;
        }

        .h-d > .y > .txt {
            float: left;
            color: #a7b1c2;
            font-size: 16px;
            font-weight: 100 !important;
            padding-left: 20px;
        }

    .h-d > .x {
        width: 70%;
        float: right;
        height: 100%;
    }

        .h-d > .x > .l {
            overflow: hidden;
            height: 43px;
            line-height: 43px;
        }

    .h-d.colse {
        height: 42px;
        line-height: 42px;
    }

    .h-d.open {
        height: 83px;
        font-size: 16px;
        overflow: hidden;
    }

    .h-d > .x > .l > .i {
        float: left;
        width: auto;
        height: 100%;
        color: #fff;
    }

        .h-d > .x > .l > .i:hover {
            color: #a7b1c2;
        }

        .h-d > .x > .l > .i.t:hover {
            background-color: transparent;
        }

        /*.h-d > .l > .i.t ::selection {
            color: transparent;
        }*/

        .h-d > .x > .l > .i.t {
            font-size: 16px;
            color: #2f4050;
            font-weight: inherit;
            flex: 0 0 auto;
            padding: 0 7px;
            -webkit-flex: 0 0 auto;
            display: none;
        }

            .h-d > .x > .l > .i.t > a {
                font-size: 16px;
                color: #fff;
                display: block;
            }

        .h-d > .x > .l > .i.f-i {
            font-size: 14px;
            color: #fff;
            flex: 0 0 auto;
            padding: 0 7px;
            font-weight: inherit;
            -webkit-flex: 0 0 auto;
        }

        .h-d > .x > .l > .i.s {
            float: right;
            width: auto;
            text-align: center;
        }

            .h-d > .x > .l > .i.s > .ico {
                float: left;
                height: 40px;
                width: 40px;
            }

                .h-d > .x > .l > .i.s > .ico.select > i {
                    color: #19aa8d;
                }

            .h-d > .x > .l > .i.s > .input {
                width: auto;
                height: 40px;
                float: left;
                margin-top: 8px;
                margin-right: 20px;
                display: none;
            }

                .h-d > .x > .l > .i.s > .input > input {
                    width: 350px;
                    height: 25px;
                    border: none;
                    border-radius: 28px;
                    padding-left: 10px;
                    padding-right: 10px;
                    font-size: 12px;
                    margin-top: 2px;
                    background-color: #fff;
                }

                    .h-d > .x > .l > .i.s > .input > input:focus {
                        background-color: #19aa8d;
                        color: #fff;
                        font-size: 14px;
                    }

        .h-d > .x > .l > .i.st {
            float: right;
            width: 40px;
            text-align: center;
        }


        .h-d > .x > .l > .i.r {
            float: right;
            width: 40px;
            text-align: center;
            animation-play-state: paused;
            -webkit-animation-play-state: paused;
        }

            .h-d > .x > .l > .i.r:hover {
                -webkit-animation: fa-spin 2s infinite linear;
                animation: fa-spin 2s infinite linear;
                animation-play-state: running;
                -webkit-animation-play-state: running;
            }

        .h-d > .x > .l > .i.home {
            float: right;
            width: 40px;
            font-size: 16px;
            text-align: center;
        }

        .h-d > .x > .l > .i.tp {
            float: right;
            width: 40px;
            text-align: center;
        }

        .h-d > .x > .l > .i.u {
            float: right;
            padding: 0 7px;
        }

            .h-d > .x > .l > .i.u > .t {
                float: left;
                font-size: 12px;
            }

            .h-d > .x > .l > .i.u > .o {
                float: left;
                width: 40px;
                text-align: center;
            }

                .h-d > .x > .l > .i.u > .o > i {
                    font-size: 14px;
                }

        .h-d > .x > .l > .i.close {
            float: right;
            padding: 0 10px;
        }

            .h-d > .x > .l > .i.close > .o {
                float: left;
                width: 30px;
                text-align: center;
            }

            .h-d > .x > .l > .i.close > .t {
                float: left;
                font-size: 12px;
            }

                .h-d > .x > .l > .i.close > .t > a, .h-d > .x > .l > .i.close > .o > a {
                    color: #fff;
                    font-size: 18px;
                }

                    .h-d > .x > .l > .i.close > .t > a:hover {
                        color: #777;
                    }

                    .h-d > .x > .l > .i.close > .o > a:hover {
                        color: #EE8262;
                    }

    .h-d > .x > .k {
        height: 30px;
        line-height: 35px;
        font-size: 14px;
    }

        .h-d > .x > .k > .i {
            float: right;
            margin-right: 20px;
            color: #a7b1c2;
        }

            .h-d > .x > .k > .i:hover {
                color: #fff;
            }

            .h-d > .x > .k > .i.select {
                color: #fff;
            }

            .h-d > .x > .k > .i > i {
                float: left;
                line-height: 35px;
            }

            .h-d > .x > .k > .i > .txt {
                float: left;
                margin-left: 10px;
                font-size: 13px;
            }

                .h-d > .x > .k > .i > .txt > a {
                    font-size: 13px;
                    color: #fff;
                }

    .h-d > .x > .t {
        height: 40px;
        font-size: 14px;
    }

        .h-d > .x > .t > .t-p {
            background-color: #fff;
            height: 100%;
            width: 40px;
            text-align: center;
            line-height: 40px;
            color: #999;
        }

            .h-d > .x > .t > .t-p:hover {
                background-color: #f2f2f2;
                color: #777;
            }

        .h-d > .x > .t > .t-p-l {
            border-right: 1px solid #eee;
            float: left;
        }

        .h-d > .x > .t > .t-p-r {
            border-left: 1px solid #eee;
            float: right;
        }

        .h-d > .x > .t > .t-p-f {
            border-left: 1px solid #eee;
            float: right;
            width: 100px;
            padding: 0 10px 0 10px;
        }

        .h-d > .x > .t > .t-p-t {
            border-left: 1px solid #eee;
            float: right;
            width: 40px;
            padding: 0 10px 0 10px;
        }

            .h-d > .x > .t > .t-p-t > i {
                display: none;
            }

    .h-d.open > .x > .t > .t-p-t > i.fa-arrow-up {
        display: inline-block;
    }

    .h-d.colse > .x > .t > .t-p-t > i.fa-arrow-down {
        display: inline-block;
    }

    .h-d > .x > .t > .t-p-f > i {
        margin-left: 5px;
    }

    .h-d > .t > .t-p-s {
        float: left;
        background-color: #fafafa;
        height: 40px;
        overflow: hidden;
    }

    .h-d > .x > .t > .t-p-s > .l {
        height: 100%;
        overflow: hidden;
        float: left;
    }

        .h-d > .x > .t > .t-p-s > .l > .i {
            width: auto;
            height: 100%;
            line-height: 40px;
            cursor: pointer;
            float: left;
            padding: 0 15px 0 15px;
            font-size: 14px;
            color: #999;
            background-color: #fafafa;
            border-right: 1px solid #eee;
            overflow: hidden;
            text-align: center;
        }

            .h-d > .x > .t > .t-p-s > .l > .i > i {
                padding-left: 10px;
            }

            .h-d > .x > .t > .t-p-s > .l > .i.select {
                background-color: #2f4050;
                color: #fff;
            }

                .h-d > .x > .t > .t-p-s > .l > .i.select:hover {
                    background-color: #2f4050;
                    color: #a7b1c2;
                }

            .h-d > .x > .t > .t-p-s > .l > .i:hover {
                color: #777;
                background-color: #f2f2f2;
            }

.body > .loading-app {
    background-color: #2f4050;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .body > .loading-app > .l {
        height: auto;
        width: 100%;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 0px;
    }

        .body > .loading-app > .l img {
            vertical-align: middle;
        }

.c-d {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

    .c-d > .nav {
        background-color: #2f4050;
        border-color: #f3f3f3;
        height: 100%;
        color: #fff;
        line-height: 40px;
        font-size: 15px;
        width: 185px;
        float: left;
    }

        .c-d > .nav ::selection {
            color: transparent;
        }

        /* .c-d > .nav ::-moz-selection {
            color: transparent;
        }*/

        .c-d > .nav .s {
            overflow: hidden;
        }

        .c-d > .nav.y {
            width: 60px;
        }

            .c-d > .nav.y + .h-d {
                height: 42px;
                line-height: 42px;
            }

                .c-d > .nav.y + .h-d.v {
                    height: 42px;
                    line-height: 42px;
                }

        .c-d > .nav + .h-d.v {
            height: 42px;
            line-height: 42px;
        }

        .c-d > .nav.y + .h-d > .l {
            display: block;
        }


        .c-d > .nav.y .s > .i > .t > .txt, .c-d > .nav.y .s > .i > .t > .p {
            display: none;
        }

        .c-d > .nav.y .s > .i > .s {
            display: none;
        }

        .c-d > .nav .s > .i > .t > .p > .fa-angle-down {
            display: none;
        }

        .c-d > .nav.y .s > .i > .txt > a {
            color: #fff;
        }

        .c-d > .nav .s > .i > .s {
            width: 100%;
            overflow: hidden;
            display: none;
        }

        .c-d > .nav .s > .i > .t.open + .s {
            background-color: #293846;
        }

        .c-d > .nav .s > .i > .t.open {
            border-left: 4px solid #19aa8d;
        }

        .c-d > .nav.y .s > .i > .t.open {
            border-left: 4px solid transparent;
        }

        .c-d > .nav .s > .i > .t.open + .s {
            display: block;
            border-left: 4px solid #19aa8d;
        }

        .c-d > .nav.y .s > .i > .t.open + .s {
            display: none;
        }

        .c-d > .nav .s > .i > .s > .i {
            width: 100%;
        }

            .c-d > .nav .s > .i > .s > .i > .txt {
                padding: 0 0 0 52px;
                font-size: 13px;
                color: #a7b1c2;
                height: 35px;
                line-height: 35px;
                overflow:hidden;
            }

                .c-d > .nav .s > .i > .s > .i > .txt:hover {
                    color: #fff;
                }

            .c-d > .nav .s > .i > .s > .i > .sub {
                height: auto;
                width: 100%;
                overflow: hidden;
            }

                .c-d > .nav .s > .i > .s > .i > .sub > .txt {
                    height: 30px;
                    line-height: 30px;
                    padding-left: 65px;
                    color: #a7b1c2;
                }

                    .c-d > .nav .s > .i > .s > .i > .sub > .txt:hover {
                        color: #fff;
                    }


            .c-d > .nav .s > .i > .s > .i.select > .txt {
                color: #fff;
                overflow: hidden;
            }

        .c-d > .nav .s > .i {
            width: 100%;
            height: auto;
        }

            .c-d > .nav .s > .i > .t {
                height: 40px;
                overflow: hidden;
                border-left: 4px solid transparent;
            }

                .c-d > .nav .s > .i > .t:hover {
                    border-left: 4px solid #19aa8d;
                    background-color: #293846;
                }

        .c-d > .nav.y .s > .i > .t:hover {
            border-left: 4px solid transparent;
        }

        .c-d > .nav .s > .i > .t.select {
            background-color: #293846;
            border-left: 4px solid #19aa8d;
        }

            .c-d > .nav .s > .i > .t.select > .ico > i {
                -webkit-animation: fa-spin 2s infinite linear;
                animation: fa-spin 2s infinite linear;
                animation-play-state: running;
                -webkit-animation-play-state: running;
                -webkit-font-smoothing: antialiased;
            }

        .c-d > .nav.y .s > .i > .t.select {
            background-color: #19aa8d;
        }

            .c-d > .nav.y .s > .i > .t.select > .ico > i {
            }

        .c-d > .nav .s > .i > .t.open > .p > .fa-angle-left {
            display: none;
        }

        .c-d > .nav .s > .i > .t.open > .p > .fa-angle-down {
            display: inline-block;
            padding-left: 5px;
        }

        .c-d > .nav.y .s > .i.m > .t, .c-d > .nav .s > .i.m > .t {
            border-left: 0px solid transparent;
            border-bottom: 1px solid transparent;
            color: #ccc;
        }

            .c-d > .nav.y .s > .i.m > .t:hover {
                background-color: #293846;
            }

            .c-d > .nav .s > .i.m > .t:hover {
                background-color: #2f4050;
            }

            .c-d > .nav .s > .i.m > .t > i:hover {
                color: #fff;
            }

            .c-d > .nav .s > .i.m > .t > .txt {
                padding: 0 0 0 10px;
            }

                .c-d > .nav .s > .i.m > .t > .txt > a {
                    font-size: 16px;
                }

            .c-d > .nav .s > .i.m > .t:hover > .txt > a {
                color: #a7b1c2;
            }

        .c-d > .nav .s > .i > .t > .m {
            height: 21px;
            width: 21px;
            float: left;
            margin: 10px 0 0 17px;
            text-align: center;
            overflow: hidden;
        }

        .c-d > .nav .s > .i > .t > i {
            margin-left: 17px;
            font-size: 22px;
            text-align: center;
        }

        .c-d > .nav .s > .i > .t > .m > .i {
            border-top: 1px solid #cccccc;
            width: 20px;
            margin-top: 5px;
        }

        .c-d > .nav .s > .i > .t:hover > .m > .i {
            border-top: 1px solid #fff;
        }

        .c-d > .nav .s > .i > .t > .ico {
            height: 40px;
            width: 25px;
            float: left;
            padding: 0 5px 0 12px;
            text-align: center;
        }

            .c-d > .nav .s > .i > .t > .ico > i {
                font-size: 22px;
                color: #ccc;
                animation-play-state: paused;
                -webkit-animation-play-state: paused;
            }

        .c-d > .nav .s > .i > .t > .txt {
            float: left;
            padding-left: 10px;
        }

        .c-d > .nav .s > .i > .t > .p {
            float: right;
            padding: 0 20px;
        }

        .c-d > .nav .s > .i > .t > .txt > a {
            color: #a7b1c2;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
        }

        .c-d > .nav .s > .i > .t:hover > .txt > a, .c-d > .nav .s > .i > .t:hover > .ico > i {
            color: #fff;
        }


        .c-d > .nav .s > .i > .t.select > .txt > a {
            color: #fff;
        }

        .c-d > .nav .s > .i > .t.select > .ico > i {
            color: #fff;
        }

    .c-d > .f-c {
        float: left;
        overflow: hidden;
        min-width: 700px;
        background-color: #fff;
    }


        .c-d > .f-c > .p-l {
            overflow: hidden;
            min-width: 700px;
            height: 100%;
            width: 100%;
        }

            .c-d > .f-c > .p-l.s1 {
                background-color: #f7f5f5;
            }

    .c-d > .s-nav {
        border-left: 1px solid #383838;
        border-right: 5px solid #383838;
        background-color: #222;
        width: 260px;
        height: 100%;
        float: left;
    }

        .c-d > .s-nav > .t {
            height: 81px;
            width: 100%;
            border-bottom: 1px solid #383838;
        }

            .c-d > .s-nav > .t > .txt {
                line-height: 40px;
                color: #fff;
                padding-left: 15px;
            }

        .c-d > .s-nav > .l {
            width: 100%;
            height: 200px;
        }

            .c-d > .s-nav > .l > .i {
                width: 100%;
                height: 39px;
                margin: 0px;
                padding: 0px;
                color: #fff;
            }

                .c-d > .s-nav > .l > .i:hover {
                    background-color: #383838;
                }

                .c-d > .s-nav > .l > .i > .txt {
                    line-height: 39px;
                    padding-left: 17px;
                }

.config-del-btn {
    margin-left: 20px;
    font-size: 15px;
}

    .config-del-btn:hover {
        color: #2f4050;
    }


.tree-list, .tree-table-list {
    min-height: 200px;
    overflow-y: hidden;
    width: 500px;
    overflow-x: auto;
    float: left;
    width: 100%;
}

.tree-table-list {
    overflow: hidden;
    padding: 1px 3px 1px 3px;
}

    .tree-table-list > .tree-data {
        min-height: 135px;
        width: 100%;
        overflow: auto;
        min-width: 730px;
    }

.tree-list > .tree-data {
    min-height: 135px;
    width: auto;
    overflow: auto;
}

.tree-table-list > .tree-class, .tree-list > .tree-class {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 34px;
    line-height: 34px;
    background-color: #eee;
    color: #a7b1c2;
}

    .tree-list > .tree-class > .i {
        padding: 0 5px 0 5px;
        background-color: #d9b6ac;
        height: 100%;
        text-align: center;
        color: #293846;
        float: left;
        overflow: hidden;
        cursor: pointer;
        border-right: 1px solid #eee;
        max-width: 200px;
        text-overflow: ellipsis;
    }

    .tree-table-list > .tree-class > .i {
        padding: 0 5px 0 5px;
        background-color: #d9b6ac;
        height: 100%;
        text-align: center;
        color: #293846;
        float: right;
        overflow: hidden;
        cursor: pointer;
        border-right: 1px solid #eee;
        max-width: 200px;
        text-overflow: ellipsis;
    }

        .tree-table-list > .tree-class > .i.s, .tree-list > .tree-class > .i.s {
            background-color: #2f4050;
            color: #fff;
            float: right;
            width: 15px;
        }

            .tree-table-list > .tree-class > .i.s:hover, .tree-list > .tree-class > .i.s:hover {
                background-color: #19aa8d;
            }

        .tree-table-list > .tree-class > .i.select:hover, .tree-table-list > .tree-class > .i:hover, .tree-list > .tree-class > .i.select:hover, .tree-list > .tree-class > .i:hover {
            background-color: #293846;
            color: #fff;
        }

        .tree-table-list > .tree-class > .i.rigth, .tree-list > .tree-class > .i.rigth {
            float: right;
            background-color: red;
        }

        .tree-table-list > .tree-class > .i.select, .tree-list > .tree-class > .i.select {
            background-color: #19aa8d;
            color: #fff;
        }


.tree-list-left, .tree-list-left-file {
    width: 100%;
    min-height: 200px;
    padding: 0;
    float: left;
}

    .tree-list-left > .tree-data, .tree-list-left-file > .tree-file {
        min-height: 135px;
        overflow: auto;
        /*border-right: 3px solid #eee;*/
    }

    .tree-list-left > .tree-class, .tree-list-left-file > .tree-class {
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background-color: #eee;
        height: 35px;
        line-height: 35px;
    }

        .tree-list-left > .tree-class > .i, .tree-list-left-file > .tree-class > .i {
            padding: 0 10px 0 10px;
            background-color: #eee;
            height: 100%;
            text-align: center;
            color: #fff;
            float: left;
        }

            .tree-list-left > .tree-class > .i.select, .tree-list-left-file > .tree-class > .i.select {
                background-color: #19aa8d;
            }

.tree-list-rigth, .tree-list-rigth-file {
    min-width: 300px;
    min-height: 200px;
    float: left;
    overflow-y: auto;
    padding: 1px 3px 1px 3px;
}

.p-l > .tree-list-rigth > .data-info-01, .p-l > .tree-list-rigth > .data-info-02 {
    min-width: 730px;
    overflow: hidden;
}

.p-l > .tree-list-rigth-file > .al-panel {
    overflow: hidden;
    min-width: 550px;
}

    .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i {
        border: 1px solid #eee;
        height: 50px;
        margin-bottom: 10px;
        line-height: 50px;
        overflow: hidden;
    }

        .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i.ok {
            background-color: #46eb17;
            color: #fff;
        }

        .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i.error {
            background-color: red;
            color: #fff;
        }

        .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i:hover > .n.color1, .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i:hover > .n.color2 {
            background-color: #EE8262;
            color: #fff;
        }

        .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i:hover > .t {
            color: #EE8262;
        }

        .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i.ok:hover > .t {
            color: #fff;
        }

        .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i:hover > .s {
            color: #EE8262;
        }

        .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i.ok:hover > .s {
            color: #fff;
        }

        .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i > .n {
            float: left;
            width: 40px;
            height: 100%;
            text-align: center;
            color: #fff;
        }

            .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i > .n.color1 {
                background-color: #515151;
            }

            .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i > .n.color2 {
                background-color: #363636;
            }

        .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i > .t {
            float: left;
            min-width: 350px;
            height: 100%;
            padding: 0 5px 0 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
        }

        .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i > .s {
            float: right;
            width: 170px;
            height: 100%;
            text-align: right;
            margin-right: 10px;
        }

        .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i > .fn {
            float: right;
            width: 40px;
            height: 100%;
            text-align: center;
            cursor: pointer;
        }

            .p-l > .tree-list-rigth-file > .al-panel > .panel > .c > div.i > .fn:hover {
                color: #fff;
            }

.p-l > .tree-list-rigth-file > .file-info-form {
    min-width: 730px;
    overflow: hidden;
    overflow-x: auto;
}


.f-c > .p-l .tree-c {
    overflow: auto;
    width: 100%;
    height: 100%;
}

.f-c > .p-l .query-page-01 {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    height: 100%;
}

    .f-c > .p-l .query-page-01 ::selection {
        color: transparent;
    }

/* .f-c > .p-l .query-page-01 ::-moz-selection {
        color: transparent;
    }*/

.table-edit-sql {
    font-family: Courier New !important;
}

.table-edit-sql, .table-edit-column {
    width: 100%;
    height: 99.9%;
    border-top: 1px solid #eee;
}

    .table-edit-column.ok {
        border-top: none;
    }


.table-panel > .panel > .t > .fn > .i.select > .txt, .table-panel > .panel > .t > .fn > .i.select > .ico > i {
    color: #EE8262;
}

.analysis-task-i {
    border: 1px solid red;
    height: 50px;
    width: 100%;
}

    .analysis-task-i > .i-01 {
        border: 1px solid red;
    }

.tree-list-rigth > .tree-class {
    width: 100%;
    height: 35px;
    background-color: #eee;
    overflow: hidden;
}

.tree-list-rigth > .data {
    overflow: hidden;
}

.tree-list-rigth > .tree-class > .i.select {
    background-color: #19aa8d;
    color: #fff;
}

.tree-list-rigth > .tree-class > .i {
    width: auto;
    height: 100%;
    line-height: 35px;
    border-right: 1px solid #fff;
    float: right;
    padding: 0 10px 0 10px;
    background-color: #d9b6ac;
    cursor: pointer;
}

.al-c-left, .al-c-rigth {
    float: left;
    overflow: hidden;
}

.al-c-left {
    min-width: 300px;
    height: 100%;
}

.al-c-rigth {
    min-width: 300px;
    height: 100%;
    padding-left: 0;
}


.login-page {
    width: 100%;
    height: 100%;
    position: absolute;
}

    .login-page > .bg {
        width: 100%;
        height: 100%;
    }

        .login-page > .bg > img {
            width: 100%;
            height: 100%;
        }


    .login-page > .l-f-d {
        width: 320px;
        height: 390px;
        position: absolute;
        top: 50%;
        margin-top: -200px;
        margin-left: -200px;
        left: 50%;
        border-radius: 2px;
        padding: 10px 30px 10px 30px;
        -webkit-box-shadow: #666 0px 0px 2px;
        -moz-box-shadow: #666 0px 0px 2px;
        box-shadow: #666 0px 0px 2px;
        background-color: #fff;
        cursor: move;
    }

        .login-page > .l-f-d > .i {
            height: 60px;
            width: 100%;
            text-align: center;
            line-height: 60px;
            border-bottom: .5px solid #eee;
        }

            .login-page > .l-f-d > .i > span {
                font-size: 20px;
            }

        .login-page > .l-f-d > .input, .login-page > .l-f-d > .btn {
            height: 35px;
            width: 100%;
            overflow: hidden;
            margin-bottom: 15px;
            border: 1px solid #eee;
            border-radius: 20px;
        }

        .login-page > .l-f-d > .btn {
            border: none;
            height: auto;
        }

        .login-page > .l-f-d > .input.first {
            margin-top: 40px;
        }

        .login-page > .l-f-d > .input > input {
            height: 30px;
            vertical-align: middle;
            width: 90%;
            padding-left: 5px;
            border: none;
            margin-left: 10px;
            margin-top: 2px;
            display: inline-block;
        }

        .login-page > .l-f-d > .btn > .submit {
            border: none;
            background-color: #1e3a52;
            color: #fff;
            height: 40px;
            text-align: center;
            line-height: 40px;
            cursor: pointer;
        }

            .login-page > .l-f-d > .btn > .submit:hover {
                background-color: #051b30;
            }

        .login-page > .l-f-d > .info {
            height: 100px;
            text-align: center;
            line-height: 100px;
            font-size: 10px;
            cursor: pointer;
        }

            .login-page > .l-f-d > .info > a {
                color: #999;
            }

                .login-page > .l-f-d > .info > a:hover {
                    color: #19aa8d;
                }

.login-dept-select {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .login-dept-select > ul {
        overflow: hidden;
        width: auto;
        height: 100%;
        margin: auto auto;
        padding: 5px;
    }

        .login-dept-select > ul > li {
            width: 130px;
            height: 130px;
            list-style: none;
            float: left;
            margin-right: 40px;
            cursor: pointer;
            border-radius: 130px;
            background-color: #ccc;
            margin-top: 60px;
        }

            .login-dept-select > ul > li:last-child {
                margin-right: 0px;
            }

            .login-dept-select > ul > li:hover {
                background-color: #19aa8d;
            }

                .login-dept-select > ul > li:hover .t, .login-dept-select > ul > li:hover .ico {
                    color: #fff;
                }

            .login-dept-select > ul > li > .ico {
                width: 100%;
                height: 90px;
                font-size: 60px;
                text-align: center;
                line-height: 90px;
            }

            .login-dept-select > ul > li > .t {
                width: 100%;
                height: 30px;
                line-height: 30px;
                font-size: 16px;
                text-align: center;
                font-weight: bold;
            }

.product-opt {
    width: 100%;
    height: 100%;
}

    .product-opt > .h {
        width: 100%;
        height: 60px;
        overflow: hidden;
    }

        .product-opt > .h > .n {
            background-color: red;
            margin: 13px 0 0 15px;
            float: right;
        }

        .product-opt > .h > .r {
            width: 80px;
            margin: 13px 0 0 15px;
            float: right;
        }

        .product-opt > .h > .d {
            width: 80px;
            margin: 13px 0 0 15px;
            float: right;
        }

    .product-opt > .b {
        width: 100%;
        height: auto;
        background-color: red;
    }

.news-product-add-table tr {
    height: 30px;
}

#upload-info-img > img, #upload-logo-img > img {
    width: 100%;
    height: 100%;
}

.dropdown-wharehouse-select {
    padding-top: 10px;
    padding-bottom: 10px;
}

#storage_list_table_01 {
    width: 100%;
}

#storage_list_table_02 {
    margin-top: 20px;
    height: calc(100% - 262px);
    width: 100%;
    overflow-y: auto;
}

#shelves_list_table_01 {
    height: 160px;
}

#shelves_list_table_02 {
    height: calc(100% - 160px);
    width: 100%;
    overflow-y: auto;
}

.box-apply-order-title {
    height: 30px;
    background-color: #fafafa;
    width: 100%;
}

    .box-apply-order-title > .i {
        float: right;
        margin-right: 5px;
        line-height: 30px;
        padding: 0 5px 0 5px;
    }

        .box-apply-order-title > .i > .t {
            color: #2f4050;
        }

.apply-order-x {
    float: left;
    width: 50px;
    height: 100%;
    background-color: #fff;
}

    .apply-order-x.min {
        width: 0px;
    }

        .apply-order-x.min + .apply-order-y {
            width: 100%;
        }

.apply-order-y {
    float: left;
    width: calc(100% - 50px);
    height: 100%;
}





.apply-order-head {
    height: 40px;
    background-color: #fff;
}

    .apply-order-head > .title {
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        font-weight: bold;
        font-size: 16px;
    }

.search-apply-order {
    height: 40px;
    line-height: 40px;
}

    .search-apply-order > .i {
        float: left;
        margin-left: 10px;
    }

        .search-apply-order > .i > .t {
            float: left;
            height: 100%;
        }

        .search-apply-order > .i > .i {
            float: left;
            overflow: hidden;
            height: 40px;
        }

            .search-apply-order > .i > .i > .input {
                margin-top: 8px;
            }

        .search-apply-order > .i.fn {
            float: right;
            margin-right: 10px;
        }

        .search-apply-order > .i > .button {
            margin-top: 7px;
            margin-left: 5px;
            border-radius: 10px;
            background-color: #eee;
            color: #888;
        }

            .search-apply-order > .i > .button:hover {
                background-color: #19aa8d;
                color: #fff;
            }

.apply-order-table-p {
    width: 100%;
    overflow: hidden;
    height: calc(100% - 0px);
}

    .apply-order-table-p > .apply-order-table-t {
        height: 100%;
        width: 100%;
        float: left;
    }

        .apply-order-table-p > .apply-order-table-t > .apply-order-table {
            background-color: #fff;
            height: calc(100% - 35px);
            width: 100%;
        }

        .apply-order-table-p > .apply-order-table-t > .apply-order-table-sum {
            height: 35px;
            width: 100%;
            background-color: #fff;
            border-top: 1px solid #eee;
        }

            .apply-order-table-p > .apply-order-table-t > .apply-order-table-sum > .t-a {
                float: right;
                line-height: 35px;
                padding-right: 20px;
                font-size: 18px;
                color: #383838;
                font-weight: normal;
            }

                .apply-order-table-p > .apply-order-table-t > .apply-order-table-sum > .t-a > .x {
                    font-size: 14px;
                }

                .apply-order-table-p > .apply-order-table-t > .apply-order-table-sum > .t-a > .y {
                    font-size: 16px;
                    color: red;
                }

    .apply-order-table-p > .apply-order-product-history {
        width: 190px;
        background-color: #fff;
        float: left;
        height: 100%;
        margin-left: 2px;
    }


.apply-order-fn {
    background-color: #fff;
    margin-top: 2px;
    height: 35px;
    padding-top: 5px;
    overflow: hidden;
}

    .apply-order-fn > .button {
        width: 120px;
        height: 30px;
        line-height: 30px;
        background-color: #eee;
        margin-left: 10px;
        border-radius: 10px;
        color: #888;
    }

        .apply-order-fn > .button.r {
            float: right;
            margin-right: 10px;
        }

        .apply-order-fn > .button:hover {
            background-color: #19aa8d;
            color: #fff;
        }

.apply-order-product-history > .t {
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-bottom: 1px solid #eee;
    color: #2f4050;
}

.apply-order-product-history > .list {
    width: 100%;
    padding: 10px 8px 5px 5px;
}

    .apply-order-product-history > .list > .i {
        height: 30px;
    }


.apply-order-pass-box {
    height: auto;
    overflow: hidden;
    width: 90%;
    margin: auto auto;
}

    .apply-order-pass-box > .title {
        height: 50px;
        line-height: 50px;
        color: #000;
        font-weight: bold;
        margin-left: 5px;
    }

        .apply-order-pass-box > .title > span {
            font-size: 16px;
        }

    .apply-order-pass-box > .info {
        height: 70px;
        border-bottom: 7px solid #eee;
    }

    .apply-order-pass-box > .r-m-t {
        height: 35px;
        width: 100%;
        line-height: 35px;
        border-top: 7px solid #eee;
    }

        .apply-order-pass-box > .r-m-t > .t {
            float: left;
            margin-left: 5px;
        }

        .apply-order-pass-box > .r-m-t > .p {
            float: right;
            margin-right: 10px;
        }

    .apply-order-pass-box > .rm {
        height: 65px;
        width: 100%;
    }

        .apply-order-pass-box > .rm > textarea {
            width: 99%;
            height: 50px;
            border: 1px solid #eee;
            margin-left: 5px;
        }

            .apply-order-pass-box > .rm > textarea:focus {
                border: 1px solid #19aa8d;
            }

    .apply-order-pass-box > .info > .i {
        height: 35px;
        width: 100%;
        line-height: 35px;
        padding-left: 5px;
        margin: auto auto;
    }

        .apply-order-pass-box > .info > .i > .x {
            width: 50%;
            height: 100%;
            float: left;
        }

    .apply-order-pass-box > .table {
        height: 300px;
    }

        .apply-order-pass-box > .table .table {
            border-spacing: 0px;
        }

            .apply-order-pass-box > .table .table > thead {
                border-bottom: 1px solid #eee;
            }

        .apply-order-pass-box > .table table > thead > tr > td {
            color: #2f4050;
        }

        .apply-order-pass-box > .table .table td {
            background-color: #fff;
            border: none;
        }

.box-purchase-order-title {
    height: 30px;
    background-color: #fafafa;
    width: 100%;
}

    .box-purchase-order-title > .i {
        float: right;
        margin-right: 5px;
        line-height: 30px;
        padding: 0 5px 0 5px;
    }

        .box-purchase-order-title > .i > .t {
            color: #2f4050;
        }

.purchase-order-head {
    height: 80px;
    background-color: #fff;
}

    .purchase-order-head > .title {
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        font-weight: bold;
        font-size: 16px;
    }

.search-purchase-order {
    height: 40px;
    line-height: 40px;
}

    .search-purchase-order > .i {
        float: left;
        margin-left: 10px;
    }

        .search-purchase-order > .i > .t {
            float: left;
            height: 100%;
        }

        .search-purchase-order > .i > .i {
            float: left;
            overflow: hidden;
            height: 40px;
        }

            .search-purchase-order > .i > .i > .input {
                margin-top: 8px;
            }

        .search-purchase-order > .i.fn {
            float: right;
            margin-right: 10px;
        }

        .search-purchase-order > .i > .button {
            margin-top: 7px;
            margin-left: 5px;
        }

.purchase-order-table-p {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

    .purchase-order-table-p > .purchase-order-table-t {
        height: 100%;
        width: 100%;
        float: left;
    }

        .purchase-order-table-p > .purchase-order-table-t > .purchase-order-table {
            background-color: #fff;
            height: 100%;
            width: 100%;
        }

        .purchase-order-table-p > .purchase-order-table-t > .purchase-order-product-history {
            background-color: #fff;
            height: 0%;
            width: 100%;
        }

        .purchase-order-table-p > .purchase-order-table-t > .purchase-order-table-sum {
            height: 35px;
            width: 100%;
            background-color: #fff;
            border-top: 1px solid #eee;
        }

            .purchase-order-table-p > .purchase-order-table-t > .purchase-order-table-sum > .t-a {
                float: right;
                line-height: 35px;
                padding-right: 10px;
            }

    .purchase-order-table-p > .purchase-order-product-history {
        width: calc(45% - 2px);
        background-color: #fff;
        float: left;
        height: 100%;
        margin-left: 2px;
    }

.purchase-order-fn {
    background-color: #fff;
    overflow: hidden;
    height: 35px;
    margin-top: 2px;
    padding-top: 5px;
}

    .purchase-order-fn > .button {
        width: 120px;
        height: 30px;
        line-height: 30px;
        background-color: #eee;
        margin-left: 10px;
        color: #888;
        border-radius: 10px;
    }

        .purchase-order-fn > .button.r {
            float: right;
            margin-right: 10px;
        }

        .purchase-order-fn > .button:hover {
            background-color: #19aa8d;
            color: #fff;
        }

.purchase-order-product-history > .t {
    height: 34px;
    text-align: left;
    line-height: 34px;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
    color: #2f4050;
}

.purchase-order-product-history > .list {
    width: 100%;
    height: 100%;
}

.purchase-order-pass-box {
    height: auto;
    overflow: hidden;
    width: 90%;
    margin: auto auto;
}

    .purchase-order-pass-box > .title {
        height: 50px;
        line-height: 50px;
        color: #000;
        font-weight: bold;
        margin-left: 5px;
    }

        .purchase-order-pass-box > .title > span {
            font-size: 16px;
        }

    .purchase-order-pass-box > .info {
        height: 70px;
        border-top: 3px solid #eee;
        border-bottom: 3px solid #eee;
    }

    .purchase-order-pass-box > .r-m-t {
        height: 35px;
        width: 100%;
        line-height: 35px;
        border-top: 3px solid #eee;
    }

        .purchase-order-pass-box > .r-m-t > .t {
            float: left;
            margin-left: 5px;
        }

        .purchase-order-pass-box > .r-m-t > .p {
            float: right;
            margin-right: 10px;
        }

    .purchase-order-pass-box > .rm {
        height: 25px;
        width: 100%;
    }

        .purchase-order-pass-box > .rm > .textarea {
            width: 98%;
            border: 1px solid #eee;
            margin-left: 5px;
        }

        .purchase-order-pass-box > .rm > textarea:focus {
            border: 1px solid #19aa8d;
        }

    .purchase-order-pass-box > .info > .i {
        height: 35px;
        width: 100%;
        line-height: 35px;
        padding-left: 5px;
        margin: auto auto;
    }

        .purchase-order-pass-box > .info > .i > .x {
            width: 33.33%;
            height: 100%;
            float: left;
        }

    .purchase-order-pass-box > .table {
        height: 380px;
    }

        .purchase-order-pass-box > .table .table {
            border-spacing: 0px;
        }

            .purchase-order-pass-box > .table .table > thead {
                border-bottom: 1px solid #eee;
            }

        .purchase-order-pass-box > .table table > thead > tr > td {
            color: #2f4050;
        }

        .purchase-order-pass-box > .table .table td {
            background-color: #fff;
            border: none;
        }


.box-storage-order-title {
    height: 30px;
    background-color: #fafafa;
    width: 100%;
}

    .box-storage-order-title > .i {
        float: right;
        margin-right: 5px;
        line-height: 30px;
        padding: 0 5px 0 5px;
    }

        .box-storage-order-title > .i > .t {
            color: #2f4050;
        }

.storage-order-head {
    height: 80px;
    background-color: #fff;
}

    .storage-order-head > .title {
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        font-weight: bold;
        font-size: 16px;
    }

.search-storage-order {
    height: 40px;
    line-height: 40px;
}

    .search-storage-order > .i {
        float: left;
        margin-left: 10px;
    }

        .search-storage-order > .i > .t {
            float: left;
            height: 100%;
        }

        .search-storage-order > .i > .i {
            float: left;
            overflow: hidden;
            height: 40px;
        }

            .search-storage-order > .i > .i > .input {
                margin-top: 8px;
            }

        .search-storage-order > .i.fn {
            float: right;
            margin-right: 10px;
        }

        .search-storage-order > .i > .button {
            margin-top: 7px;
            margin-left: 5px;
        }

.storage-order-table-p {
    margin-top: 2px;
    width: 100%;
    overflow: hidden;
    height: calc(100% - 125px);
}

    .storage-order-table-p > .storage-order-table-t {
        height: 100%;
        width: 54%;
        float: left;
    }

        .storage-order-table-p > .storage-order-table-t > .storage-order-table {
            background-color: #fff;
            height: 100%;
            width: 100%;
        }

        .storage-order-table-p > .storage-order-table-t > .storage-order-table-sum {
            height: 35px;
            width: 100%;
            background-color: #fff;
            border-top: 1px solid #eee;
        }

            .storage-order-table-p > .storage-order-table-t > .storage-order-table-sum > .t-a {
                float: right;
                line-height: 35px;
                padding-right: 10px;
            }

    .storage-order-table-p > .storage-order-product-history {
        width: calc(46% - 2px);
        background-color: #fff;
        float: left;
        height: 100%;
        margin-left: 2px;
    }



.storage-order-fn {
    background-color: #fff;
    width: 100%;
    height: 35px;
    float: left;
    margin-top: 2px;
    padding-top: 5px;
}

    .storage-order-fn > .button {
        width: 120px;
        height: 30px;
        line-height: 30px;
        background-color: #eee;
        margin-right: 10px;
        float: right;
        color: #888;
        border-radius: 10px;
    }

        .storage-order-fn > .button:hover {
            background-color: #19aa8d;
            color: #fff;
        }

.storage-order-product-history > .t {
    height: 35px;
    text-align: left;
    line-height: 35px;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
    color: #2f4050;
    background-color: #f6f6f6;
}

.storage-order-product-history > .list {
    width: 100%;
    height: calc(100% - 35px);
}

    .storage-order-product-history > .list .table tr td {
        background-color: #fff;
        border: none;
    }


.storage-order-pass-box {
    height: auto;
    overflow: hidden;
    width: 95%;
    margin: auto auto;
}

    .storage-order-pass-box > .title {
        height: 50px;
        line-height: 50px;
        color: #000;
        font-weight: bold;
        margin-left: 5px;
    }

        .storage-order-pass-box > .title > span {
            font-size: 16px;
        }

    .storage-order-pass-box > .info {
        height: 105px;
        border-top: 3px solid #eee;
        border-bottom: 3px solid #eee;
    }

    .storage-order-pass-box > .r-m-t {
        height: 35px;
        width: 100%;
        line-height: 35px;
        border-top: 3px solid #eee;
    }

        .storage-order-pass-box > .r-m-t > .t {
            float: left;
            margin-left: 5px;
        }

        .storage-order-pass-box > .r-m-t > .p {
            float: right;
            margin-right: 10px;
        }

    .storage-order-pass-box > .rm {
        height: 65px;
        width: 100%;
    }

        .storage-order-pass-box > .rm > textarea {
            width: 98%;
            height: 50px;
            border: 1px solid #eee;
            margin-left: 5px;
        }

            .storage-order-pass-box > .rm > textarea:focus {
                border: 1px solid #19aa8d;
            }

    .storage-order-pass-box > .info > .i {
        height: 35px;
        width: 100%;
        line-height: 35px;
        padding-left: 5px;
        margin: auto auto;
    }

        .storage-order-pass-box > .info > .i > .x {
            width: 33.33%;
            height: 100%;
            float: left;
        }

    .storage-order-pass-box > .table {
        height: 355px;
    }

        .storage-order-pass-box > .table .table {
            border-spacing: 0px;
        }

            .storage-order-pass-box > .table .table > thead {
                border-bottom: 1px solid #eee;
            }

        .storage-order-pass-box > .table table > thead > tr > td {
            color: #2f4050;
        }

        .storage-order-pass-box > .table .table td {
            background-color: #fff;
            border: none;
        }

.box-arrival-order-title {
    height: 30px;
    background-color: #fafafa;
    width: 100%;
}

    .box-arrival-order-title > .i {
        float: right;
        margin-right: 5px;
        line-height: 30px;
        padding: 0 5px 0 5px;
    }

        .box-arrival-order-title > .i > .t {
            color: #2f4050;
        }

.arrival-order-head {
    height: 80px;
    background-color: #fff;
}

    .arrival-order-head > .title {
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        font-weight: bold;
        font-size: 16px;
    }

.search-arrival-order {
    height: 40px;
    line-height: 40px;
}

    .search-arrival-order > .i {
        float: left;
        margin-left: 10px;
    }

        .search-arrival-order > .i > .t {
            float: left;
            height: 100%;
        }

        .search-arrival-order > .i > .i {
            float: left;
            overflow: hidden;
            height: 40px;
        }

            .search-arrival-order > .i > .i > .input {
                margin-top: 8px;
            }

        .search-arrival-order > .i.fn {
            float: right;
            margin-right: 10px;
        }

        .search-arrival-order > .i > .button {
            margin-top: 7px;
            margin-left: 5px;
        }

.arrival-order-table-p {
    margin-top: 2px;
    width: 100%;
    overflow: hidden;
    height: calc(100% - 125px);
}

    .arrival-order-table-p > .arrival-order-table-t {
        height: 100%;
        width: 53%;
        float: left;
    }

        .arrival-order-table-p > .arrival-order-table-t > .arrival-order-table {
            background-color: #fff;
            height: 100%;
            width: 100%;
        }


.arrival-order-table .table-panel > .t > .table > tbody > tr > td.row {
    background-color: #fff;
}

.arrival-order-table-p > .arrival-order-table-t > .arrival-order-table-sum {
    height: 35px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #eee;
}

    .arrival-order-table-p > .arrival-order-table-t > .arrival-order-table-sum > .t-a {
        float: right;
        line-height: 35px;
        padding-right: 10px;
    }

.arrival-order-table-p > .arrival-order-product-history {
    width: calc(47% - 2px);
    background-color: #fff;
    float: left;
    height: 100%;
    margin-left: 2px;
}


.arrival-order-fn {
    background-color: #fff;
    width: 100%;
    height: 35px;
    float: left;
    margin-top: 2px;
    padding-top: 5px;
}

    .arrival-order-fn > .button {
        width: 120px;
        height: 30px;
        line-height: 30px;
        background-color: #eee;
        margin-right: 10px;
        float: right;
        border-radius: 10px;
        color: #888;
    }

        .arrival-order-fn > .button:hover {
            background-color: #19aa8d;
            color: #fff;
        }

.arrival-order-product-history > .t {
    height: 34px;
    text-align: left;
    line-height: 34px;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
    color: #2f4050;
    background-color: #fafafa;
}

.arrival-order-product-history > .list {
    width: 100%;
    height: calc(100% - 34px);
}


.arrival-order-pass-box {
    height: auto;
    overflow: hidden;
    width: 95%;
    margin: auto auto;
}

    .arrival-order-pass-box > .title {
        height: 50px;
        line-height: 50px;
        color: #000;
        font-weight: bold;
        margin-left: 5px;
    }

        .arrival-order-pass-box > .title > span {
            font-size: 16px;
        }

    .arrival-order-pass-box > .info {
        height: 85px;
        border-top: 3px solid #eee;
        border-bottom: 3px solid #eee;
    }

    .arrival-order-pass-box > .r-m-t {
        height: 35px;
        width: 100%;
        line-height: 35px;
        border-top: 3px solid #eee;
    }

        .arrival-order-pass-box > .r-m-t > .t {
            float: left;
            margin-left: 5px;
        }

        .arrival-order-pass-box > .r-m-t > .p {
            float: right;
            margin-right: 10px;
        }

    .arrival-order-pass-box > .rm {
        height: 25px;
        width: 100%;
    }

        .arrival-order-pass-box > .rm > input {
            width: 98%;
            height: 22px;
            border: 1px solid #eee;
            margin-left: 5px;
            border-radius: 5px;
        }



    .arrival-order-pass-box > .info > .i {
        height: 25px;
        width: 100%;
        line-height: 35px;
        padding-left: 5px;
        margin: auto auto;
    }

        .arrival-order-pass-box > .info > .i > .x {
            width: 33.33%;
            height: 100%;
            float: left;
        }

    .arrival-order-pass-box > .table {
        height: 410px;
    }

        .arrival-order-pass-box > .table .table {
            border-spacing: 0px;
        }

            .arrival-order-pass-box > .table .table > thead {
                border-bottom: 1px solid #eee;
            }

        .arrival-order-pass-box > .table table > thead > tr > td {
            color: #2f4050;
        }

        .arrival-order-pass-box > .table .table td {
            background-color: #fff;
            border: none;
        }

.prodoct-select-storage-head {
    height: 80px;
    background-color: #fff;
}

    .prodoct-select-storage-head > .title {
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        font-weight: bold;
        font-size: 16px;
    }

.search-prodoct-select-storage {
    height: 40px;
    line-height: 40px;
}

    .search-prodoct-select-storage > .i {
        float: left;
        margin-left: 10px;
    }

        .search-prodoct-select-storage > .i > .t {
            float: left;
            height: 100%;
        }

        .search-prodoct-select-storage > .i > .i {
            float: left;
            overflow: hidden;
            height: 40px;
        }

            .search-prodoct-select-storage > .i > .i > .input {
                margin-top: 8px;
            }

        .search-prodoct-select-storage > .i.fn {
            float: right;
            margin-right: 10px;
        }

        .search-prodoct-select-storage > .i > .button {
            margin-top: 7px;
            margin-left: 5px;
        }

.prodoct-select-storage-table-p {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    height: calc(100% - 165px);
}

    .prodoct-select-storage-table-p > .prodoct-select-storage-table-t {
        height: 100%;
        width: calc(100% - 200px);
        float: left;
    }

        .prodoct-select-storage-table-p > .prodoct-select-storage-table-t > .prodoct-select-storage-table {
            background-color: #fff;
            height: calc(100% - 35px);
            width: 100%;
        }

        .prodoct-select-storage-table-p > .prodoct-select-storage-table-t > .prodoct-select-storage-table-sum {
            height: 35px;
            width: 100%;
            background-color: #fff;
            border-top: 1px solid #eee;
        }

            .prodoct-select-storage-table-p > .prodoct-select-storage-table-t > .prodoct-select-storage-table-sum > .t-a {
                float: right;
                line-height: 35px;
                padding-right: 10px;
            }

    .prodoct-select-storage-table-p > .prodoct-select-storage-product-history {
        width: 190px;
        background-color: #fff;
        float: left;
        height: 100%;
        margin-left: 10px;
    }

.prodoct-select-storage-table .table-panel > .t > .table {
    border-spacing: 0px;
}

    .prodoct-select-storage-table .table-panel > .t > .table > thead {
        border-bottom: 1px solid #eee;
    }

        .prodoct-select-storage-table .table-panel > .t > .table > thead > tr > td {
            color: #2f4050;
        }

    .prodoct-select-storage-table .table-panel > .t > .table tr {
        background-color: #fff;
        border: none;
    }

        .prodoct-select-storage-table .table-panel > .t > .table tr td {
            border: none;
        }

.prodoct-select-storage-fn {
    background-color: #fff;
    width: 100%;
    height: 40px;
    float: left;
    margin-top: 10px;
    padding-top: 20px;
}

    .prodoct-select-storage-fn > .button {
        width: 120px;
        height: 30px;
        line-height: 30px;
        background-color: #2f4050;
        margin-left: 10px;
    }

        .prodoct-select-storage-fn > .button.r {
            float: right;
            margin-right: 10px;
        }

        .prodoct-select-storage-fn > .button:hover {
            background-color: #19aa8d;
        }

.prodoct-select-storage-product-history > .t {
    height: 35px;
    text-align: left;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    color: #2f4050;
}

.prodoct-select-storage-product-history > .list {
    width: 100%;
    padding: 10px 8px 5px 5px;
}

    .prodoct-select-storage-product-history > .list > .i {
        height: 30px;
    }


.prodoct-select-storage-pass-box {
    height: auto;
    overflow: hidden;
    width: 90%;
    margin: auto auto;
}

    .prodoct-select-storage-pass-box > .title {
        height: 50px;
        line-height: 50px;
        color: #000;
        font-weight: bold;
        margin-left: 5px;
    }

        .prodoct-select-storage-pass-box > .title > span {
            font-size: 16px;
        }

    .prodoct-select-storage-pass-box > .info {
        height: 70px;
        border-bottom: 7px solid #eee;
    }

    .prodoct-select-storage-pass-box > .r-m-t {
        height: 35px;
        width: 100%;
        line-height: 35px;
        border-top: 7px solid #eee;
    }

        .prodoct-select-storage-pass-box > .r-m-t > .t {
            float: left;
            margin-left: 5px;
        }

        .prodoct-select-storage-pass-box > .r-m-t > .p {
            float: right;
            margin-right: 10px;
        }

    .prodoct-select-storage-pass-box > .rm {
        height: 65px;
        width: 100%;
    }

        .prodoct-select-storage-pass-box > .rm > textarea {
            width: 99%;
            height: 50px;
            border: 1px solid #eee;
            margin-left: 5px;
        }

            .prodoct-select-storage-pass-box > .rm > textarea:focus {
                border: 1px solid #19aa8d;
            }

    .prodoct-select-storage-pass-box > .info > .i {
        height: 35px;
        width: 100%;
        line-height: 35px;
        padding-left: 5px;
        margin: auto auto;
    }

        .prodoct-select-storage-pass-box > .info > .i > .x {
            width: 50%;
            height: 100%;
            float: left;
        }

    .prodoct-select-storage-pass-box > .table {
        height: 300px;
    }

        .prodoct-select-storage-pass-box > .table .table {
            border-spacing: 0px;
        }

            .prodoct-select-storage-pass-box > .table .table > thead {
                border-bottom: 1px solid #eee;
            }

        .prodoct-select-storage-pass-box > .table table > thead > tr > td {
            color: #2f4050;
        }

        .prodoct-select-storage-pass-box > .table .table td {
            background-color: #fff;
            border: none;
        }

.select-product-move-storage-box > .i {
    height: 30px;
    line-height: 30px;
}

    .select-product-move-storage-box > .i > .t {
        height: 100%;
        float: left;
        width: 90px;
        text-align: right;
    }

    .select-product-move-storage-box > .i > .v {
        height: 100%;
        float: left;
        width: 800px;
    }

        .select-product-move-storage-box > .i > .v > .input {
            width: 95%;
        }

.product-retail-page.column-page-01, .product-tree-page.column-page-01 {
    width: 100%;
}

.product-allocation-to-wharehouse {
    overflow: hidden;
}

    .product-allocation-to-wharehouse > .i {
        width: 100%;
        margin-left: 5px;
        overflow: hidden;
        margin-top: 5px;
    }

        .product-allocation-to-wharehouse > .i > .i {
            width: 90%;
            border: 1px dashed #19aa8d;
            float: left;
        }

        .product-allocation-to-wharehouse > .i > .delete {
            width: 6%;
            border: 1px dashed #EE8262;
            float: left;
            height: 105px;
            margin-left: 5px;
            text-align: center;
            line-height: 100px;
            cursor: pointer;
        }

            .product-allocation-to-wharehouse > .i > .delete > i {
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
            }

        .product-allocation-to-wharehouse > .i > .i > .p {
            overflow: hidden;
            height: 35px;
            line-height: 35px;
        }

            .product-allocation-to-wharehouse > .i > .i > .p > .t {
                float: left;
                width: 75px;
                text-align: right;
            }

            .product-allocation-to-wharehouse > .i > .i > .p > .s {
                float: left;
                width: 88%;
            }

                .product-allocation-to-wharehouse > .i > .i > .p > .s > input {
                    float: left;
                    margin-top: 5px;
                    margin-right: 10px;
                    width: 100%;
                }

.product-allocation-to-wharehouse-insert {
    height: 30px;
    text-align: center;
    border: 1px solid #eee;
    line-height: 30px;
    margin-top: 10px;
    width: 96.8%;
    margin-left: 5px;
    cursor: pointer;
}

    .product-allocation-to-wharehouse-insert > i {
        margin-right: 5px;
    }

    .product-allocation-to-wharehouse-insert :hover {
        color: #EE8262;
    }

.vip-info-account {
    overflow: hidden;
}

    .vip-info-account > .i {
        height: 25px;
        line-height: 25px;
    }

        .vip-info-account > .i.p {
            height: 30px;
            line-height: 30px;
        }

        .vip-info-account > .i.p1 {
            height: 50px;
            line-height: 50px;
        }

        .vip-info-account > .i > .t {
            float: left;
            margin-left: 10px;
            text-align: right;
            width: 70px;
        }

        .vip-info-account > .i > .v {
            float: left;
        }

        .vip-info-account > .i.p > .v > input {
            height: 27px;
            width: 320px;
            border-radius: 5px;
        }

        .vip-info-account > .i.t {
            color: #2f4050;
            margin-left: 10px;
            font-size: 16px;
            height: 30px;
        }

            .vip-info-account > .i.t.x {
                margin-top: 10px;
            }

        .vip-info-account > .i.p1 > .v > .pay {
            float: left;
            border: 1px solid #eee;
            margin-right: 30px;
            padding: 0 15px 0 15px;
            height: 30px;
            line-height: 30px;
            margin-top: 10px;
            cursor: pointer;
            border-radius: 5px;
        }

            .vip-info-account > .i.p1 > .v > .pay > i {
                margin-right: 5px;
            }

            .vip-info-account > .i.p1 > .v > .pay.select {
                background-color: #19aa8d;
                color: #fff;
            }

#page-home {
    background-color: #eee;
    min-width: 900px;
    overflow-y: auto;
}

    #page-home > .x {
        height: auto;
        width: calc(100%);
        overflow: hidden;
        margin-bottom: 5px;
    }

        #page-home > .x > .t {
            height: 40px;
            line-height: 40px;
            font-size: 18px !important;
            font-weight: 100 !important;
            padding-left: 10px;
            color: #37474f;
            background-color: #fff;
        }

        #page-home > .x > .c {
            border-top: 1px solid #eee;
            overflow: hidden;
        }

            #page-home > .x > .c > .i {
                width: calc( ( 100% - 6px ) / 6 );
                height: 100px;
                float: left;
                background-color: #fff;
                padding: 0;
                margin-right: 1px;
            }

                #page-home > .x > .c > .i.s {
                    margin-right: 0;
                }

                #page-home > .x > .c > .i > .x {
                    width: 100%;
                    height: 35px;
                    line-height: 35px;
                    color: #383838;
                }

                    #page-home > .x > .c > .i > .x > .txt {
                        font-size: 14px;
                        margin-right: 10px;
                        float: right;
                        font-size: 16px !important;
                        font-weight: 100 !important;
                        color: #37474f;
                    }

                    #page-home > .x > .c > .i > .x > i {
                        font-size: 20px;
                        text-align: left;
                        margin-left: 10px;
                    }

                #page-home > .x > .c > .i > .y {
                    width: 100%;
                    height: 65px;
                    line-height: 45px;
                    text-align: center;
                }

                #page-home > .x > .c > .i:first-child .y > .txt {
                    font-size: 20px;
                }

                #page-home > .x > .c > .i:first-child .y > .xm {
                    font-size: 20px;
                }


                #page-home > .x > .c > .i > .y > .txt {
                    font-size: 14px;
                    cursor: pointer;
                }

                    #page-home > .x > .c > .i > .y > .txt.select {
                        color: #19aa8d;
                        text-decoration: underline;
                    }

                    #page-home > .x > .c > .i > .y > .txt:hover {
                        color: #19aa8d;
                        text-decoration: underline;
                    }

                #page-home > .x > .c > .i > .y > .sp {
                    margin: 0 2px 0 2px;
                }

                #page-home > .x > .c > .i > .y > .xm {
                    margin: 0 2px 0 2px;
                    font-size: 12px;
                }

                #page-home > .x > .c > .i > .y > i {
                    font-size: 22px !important;
                    font-weight: 100 !important;
                    color: #888;
                }


        #page-home > .x > .r {
            border: 1px solid #eee;
            width: 100%;
            height: 350px;
            background-color: #fff;
        }

#vip-report {
    width: 100%;
    height: auto;
}

    #vip-report > .i {
        width: 100%;
        height: 90px;
    }

        #vip-report > .i > .i {
            width: calc((100% - 3px) / 4);
            height: 100%;
            float: left;
            overflow: hidden;
            border-right: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

            #vip-report > .i > .i:nth-child(4) {
                border-right: none;
            }

            #vip-report > .i > .i > .t {
                width: 100%;
                height: 30px;
                line-height: 30px;
            }

                #vip-report > .i > .i > .t > .ico {
                    float: left;
                    margin-left: 10px;
                }

                    #vip-report > .i > .i > .t > .ico > i {
                        font-size: 24px;
                    }

                #vip-report > .i > .i > .t > .txt {
                    float: right;
                    margin-right: 10px;
                    font-size: 16px;
                }

            #vip-report > .i > .i > .c > span {
                text-align: center;
                line-height: 50px;
                font-size: 30px;
                display: block;
            }

                #vip-report > .i > .i > .c > span.select {
                    color: #19aa8d;
                    text-decoration: underline;
                }

    #vip-report > .report {
        width: 100%;
        height: 300px;
        border: 1px solid #eee;
        text-align: center;
        margin-top: 5px;
        line-height: 300px;
        font-size: 12px;
    }

.sale-product-sum-search {
    height: 100%;
    width: 100%;
    float: left;
    line-height: 30px;
}

    .sale-product-sum-search > .txt, .sale-product-sum-search > .input {
        float: left;
    }

        .sale-product-sum-search > .input > input {
            border: none;
            background-color: #eee;
            width: 120px;
            height: 24px;
            padding-left: 10px;
            border-radius: 10px;
            font-size: 12px;
        }

        .sale-product-sum-search > .txt:nth-child(3) {
            margin-left: 20px;
        }
