﻿body {
    padding: 0 !important;
    min-width: 1920px !important;
}

.menuLogo {
    height: 65px;
    margin-left: 24px;
    overflow: hidden;
    background: #001529;
}

.menuTitle {
    user-select:none;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: 70px;
    color: #333333;
    font-weight: 600;
    font-size: 24px;
    vertical-align: middle;
    line-height: 70px;
    text-align: center;
    border-bottom: 1px solid #C7C8C9;
    background-image: url(../img/title.png);
    background-repeat: no-repeat;
    background-size: 190px auto;
    background-position: center;
}

@media screen and (max-width: 600px) {
    .menuMask {
        width: 100%;
    }
    div.menuDiv {
        position: absolute;
        z-index: 999;
    }

        div.menuDiv.min {
            left: -80px;
        }
}

@media screen and (min-width: 600px) {
    .menuMask {
        width: 0;
    }
    div.menuDiv {
        position: relative;
    }

        div.menuDiv.min {
            left: 0;
        }
}

.menuMask {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.65);
    opacity: .3;
    z-index: 998;
}

.fa {
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

div.menuDiv.max .menuTitle {
    display: inline-block;
}
div.menuDiv.min .menuTitle {
    display: none;
}

div.menuDiv.max {
    width: 270px;
}
div.menuDiv.min {
    width: 80px;
}

div.menuDiv {
    background: #E6E7E8;
    border-right: 1px solid #C7C8C9;
    float: left;
    transition: all .3s;
}

    div.menuDiv ul.nav li a {
        text-decoration: none;
        cursor: pointer;
        border-left-width: 3px;
        border-left-style: solid;
        border-left-color: rgba(60, 141, 188, 0);
        height: 48px;
        line-height: 48px;
        color: #717171 !important;
        font-size: 16px;
    }

        div.menuDiv ul.nav li a:link,
        div.menuDiv ul.nav li a:visited,
        div.menuDiv ul.nav li a:active {
            background: rgba(1, 1, 1, 0);
            color: rgba(184, 199, 206, 1);
        }

        div.menuDiv ul.nav li a:hover {
            background: #E1E2E3;
            color: #009B67 !important;
        }

    div.menuDiv ul.nav .icon-left {
        margin-right: 10px;
    }
    div.menuDiv.max ul.nav .icon-left {
        margin-left: 0;
    }
    div.menuDiv.min ul.nav-first > li > a > span.icon-left {
        margin-left: 20px;
    }

    div.menuDiv ul.nav .icon-right {
        float: right;
        padding-top: 12px;
        padding-right: 10px;
    }

    div.menuDiv .nav-first {
        margin-left: 30px;
        padding-bottom: 40px;
        border-bottom: 1px solid #C7C8C9;
    }

        div.menuDiv .nav-first > li {
            position: relative;
            margin-left: -30px;
        }

            div.menuDiv .nav-first > li > a {
                height: 48px;
                line-height: 48px;
                padding: 0 25px 0 40px;
                margin: 0;
            }
            div.menuDiv .nav-first > li > a::before {
                content: "";
                position: absolute;
                top: 20px;
                left: 30px;
                display: inline-block;
                width: 8px;
                height: 8px;
                background: #B4B5B6;
                border-radius: 4px;
            }
            div.menuDiv .nav-first > li > a:hover::before {
                background: #009B67;
            }

            div.menuDiv .nav-first > li.active > a {
                color: #333333 !important;
            }
            div.menuDiv .nav-first > li.active > a::before {
                background: #009B67;
            }

        div.menuDiv.max .nav-first .nav-label {
            display: inline-block;
        }
        div.menuDiv.min .nav-first .nav-label {
            display: none;
        }

        div.menuDiv.max .nav-first .icon-right {
            display: inline-block;
        }
        div.menuDiv.min .nav-first .icon-right {
            display: none;
        }

    div.menuDiv .nav-child {
        background: #E1E2E3;
        display: none;
    }
    div.menuDiv.max .nav-child {
        position: relative;
        left: 0;
    }
    div.menuDiv.min .nav-child {
        position: absolute;
        top: 10px;
        left: 84px;
        width: 160px;
        z-index: 1;
    }

        div.menuDiv .nav-child > li {
        }

            div.menuDiv .nav-child > li > a {
                height: 30px;
                line-height: 30px;
                padding-top: 0;
                padding-right: 0;
                padding-bottom: 0;
                padding-left: 40px;
                margin: 0;
            }

            div.menuDiv .nav-child > li.borderLeft > a {
            }

            div.menuDiv .nav-child > li.active > a {
                background: #E1E2E3 !important;
                color: #009B67 !important;
            }

div.mainDiv {
    overflow: hidden;
}

.divHeader {
    position: relative;
    height: 70px;
    line-height: 70px;
    padding: 0;
    background: #E6E7E8;
    border-bottom: 1px solid #C7C8C9;
}

.toggleIcon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.toggleIconIn {
    background: url(../icon/indent.svg) no-repeat;
    background-size: 100% 100%;
}
.toggleIconOut {
    background: url(../icon/outdent.svg) no-repeat;
    background-size: 100% 100%;
}

.ant-pro-global-header-trigger {
    height: 64px;
    line-height: 64px;
    padding: 22px 24px;
    font-size: 20px;
    cursor: pointer;
    transition: all .3s,padding 0s;
    display: none;
}

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-right {
    float: right;
    width: 250px;
    height: 100%;
    border-left: 1px solid #C7C8C9;
}

.userInfo {
    display: inline-block;
    margin-left: 40px;
    height: 100%;
    cursor: pointer;
    transition: all .3s;
    vertical-align:middle;
}

.userInfo:hover .userOption {
    display: block;
}

.userAvatar {
    float:left;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-top: -2px;
    border-radius: 50%;
    vertical-align:middle;
}
.userAvatar>img {
    width: 100% !important;
    height: 100% !important;
    border-style: none;
    border: 1px solid #C7C8C9;
}

.userName {
    float:left;
    display: inline-block;
    padding-left: 10px;
    color: #333333;
}

.userOption {
    position: absolute;
    top: 64px;
    z-index: 999;
    display: none;
}

.userOption ul {
    position: relative;
    margin: 0;
    padding: 4px 0;
    text-align: left;
    list-style-type: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.userOption li {
    min-width: 160px;
    clear: both;
    margin: 0;
    padding: 5px 12px;
    color: rgba(0,0,0,.65);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s;
}
.userOption li:hover {
    background: #e6f7ff;
}

.userOption li span {
    margin-left: 8px;
    display: inline-block;
}

.divTitle {
    float: left;
    height: 70px;
    padding: 0 24px;
    line-height: 70px;
    color: #717171;
    font-size: 16px;
}

.divTitle .seperator {
    margin: 0 8px;
}

.divTitle a {
    color: rgba(0,0,0,.45) !important;
    cursor: pointer;
}
.divTitle a:hover {
    color: #009B67 !important;
}

.pageTitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    color: #000;
}

.main-frm {
    width: 100%;
    height: calc(100% - 71px);
    overflow: hidden;
    border: none;
    background: #E6E7E8;
}
