// header
.main {
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    background: #f8f9fe;
    box-sizing: border-box;
    .unlock-con {
        width: 0px;
        height: 0px;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 11000;
    }
    .sidebar-menu-con {
        position: fixed;
        top: 48px;
        z-index: 10;
        height: calc(~"100% - 70px");
        max-height: 100%;
        border-right: 1px solid #eee;
        background: #fff;
    }
    .sidebar-menu-hidden {
        width: 60px;
        overflow: visible;
    }
    .sidebar-menu-display {
        width: 200px;
        overflow: inherit;
    }
    .main-hide-text .layout-text {
        display: none;
    }
    &-content-container {
        position: relative;
    }
    &-header-con {
        box-sizing: border-box;
        position: fixed;
        display: block;
        padding-left: 200px;
        width: 100%;
        height: 100px;
        z-index: 1000;
        box-shadow: 0 2px 1px 1px rgba(100, 100, 100, .1);
    }
    &-breadcrumb {
        padding: 8px 15px 0;
    }
    &-menu-left {
        background: #464c5b;
        height: 100%;
    }
    .tags-con {
        position: fixed;
        top: 48px;
        z-index: 8;
        border-left: 1px solid #eee;
        box-shadow: 0px 1px 0px 0px #eee;
        background: #fff;
        overflow: hidden;
        .main-tags {
            position: relative;
            padding: 5px 16px 0 16px;
            height: 40px;
        }
        .left.carousel-arrow {
            position: absolute;
            left: 16px;
            top: 9px;
        }
        .right.carousel-arrow {
            position: absolute;
            right: 16px;
            top: 9px;
        }
        .tags-outer-scroll-con {
            position: relative;
            width: calc(~"100% - 52px");
            height: 100%;
            margin: 0 auto;
            box-sizing: border-box;
            overflow: hidden;
            .tags-inner-scroll-body {
                position: absolute;
                padding: 2px 8px;
                overflow: visible;
                white-space: nowrap;
                transition: left .3s ease;
                .ivu-tag .ivu-icon-ios-close {
                    color: #fff;
                }
                .ivu-tag-blue .ivu-icon-ios-close {
                    color: #f99c34 !important;
                }
            }
            .close-all-tag-con {
                position: absolute;
                right: 0;
                top: 0;
                box-sizing: border-box;
                padding-top: 8px;
                text-align: center;
                width: 110px;
                height: 100%;
                background: white;
                box-shadow: -3px 0 15px 3px rgba(0, 0, 0, .1);
                z-index: 10;
            }
            .ivu-tag {
                height: 24px;
                line-height: 24px;
                color: #666;
                border: 1px solid #eee;
                background: #fff;
            }
            .ivu-tag-blue {
                border: 1px solid #ffbb96;
                border-radius: 4px;
                background: #fef5ea;
                .ivu-icon-ios-close-empty {
                    color: #f99c34 !important;
                }
            }
            .ivu-tag-color-white {
                color: #f99c34 !important;
            }
            .ivu-icon-ios-close-empty {
                color: #eee;
            }
        }
    }
    &-header {
        position: relative;
        z-index: 10;
        display: flex;
        height: 64px;
        align-items: center;
        overflow: hidden;
        background: #fff;
        box-shadow: 0px 1px 5px 0px #f1f2f7;
        &-breadcrumb {
            padding: 12px 15px 0 0;
        }
        .header-avator-con {
            position: absolute;
            right: 0;
            top: 0;
            display: flex;
            height: 100%;
            width: auto;
            align-items: center;
            color: #757575;
            div {
                margin: 0 3px;
                width: auto !important;
            }
            .switch-theme {
                display: inline-block;
                width: 40px;
                height: 100%;
            }
            .message {
                display: inline-block;
                width: 30px;
                padding: 18px 0;
                text-align: center;
                cursor: pointer;
                i {
                    vertical-align: middle;
                }
            }
            .change-skin {
                font-size: 14px;
                font-weight: 500;
                padding-right: 5px;
            }
            .switch-theme {
                height: 100%;
            }
            .user-dropdown {
                &-menu {
                    position: relative;
                    display: inline-block;
                    .main-user-name {
                        display: inline-block;
                        width: auto;
                        vertical-align: middle;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        text-align: right;
                    }
                }
                &-innercon {
                    height: 100%;
                    padding-right: 14px;
                }
            }
            .full-screen-btn {
                display: inline-block;
                width: 35px;
                padding: 21px 0;
                text-align: center;
                cursor: pointer;
                i {
                    vertical-align: middle;
                }
            }
            .lock-screen-btn {
                display: inline-block;
                width: 30px;
                padding: 21px 0;
                text-align: center;
                cursor: pointer;
                i {
                    vertical-align: middle;
                }
            }
            .feedback-btn {
                display: inline-block;
                padding: 21px 0;
                text-align: center;
                cursor: pointer;
                i {
                    vertical-align: middle;
                }
            }
            .ivu-avatar {
                width: 24px;
                height: 24px;
                line-height: 24px;
                border-radius: 50%;
            }
        }
    }
    .choose-admin {
        display: inline-block;
    }
    .lock-screen-btn-con {
        display: inline-block;
        width: 30px;
        padding: 18px 0;
        text-align: center;
        cursor: pointer;
        i {
            vertical-align: middle;
        }
    }
    .header-middle-con {
        position: relative;
        top: 0;
        bottom: 0;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }
    .main-div-box {
        width: 100%;
        height: 96px;
    }
    // 底部
    .copyright {
        position: fixed;
        bottom: 0;
        z-index: 8;
        padding: 0;
        color: #999;
        text-align: center;
        background: #f8f9fe;
    }
}

.bodyHid {
    overflow: hidden;
}

.single-page-con {
    width: 100%;
    height: 100%;
    margin-bottom: 22px;
    //position: fixed; // top:60px;
    // z-index: 10;
    // overflow-y: auto;
    //bottom: 30px;
    //padding-top: 90px;
    border-radius: 0 0 0 4px;
    background-color: #f8f9fe;
    .single-page {
        position: absolute;
        margin: 0 auto;
        top: 0;
        width: calc(~"100% - 32px");
        height: calc(~"100% - 80px");
        border-radius: 4px;
        background-color: #f8f9fe;
    }
}

.single-page-menu-hidden {
    margin-left: 60px;
    width: calc(~"100% - 60px");
}
.single-page-menu-display {
    margin-left: 200px;
    width: calc(~"100% - 200px");
}

&-copy {
    text-align: center;
    padding: 10px 0 20px;
    color: #9ea7b4;
}

.taglist-moving-animation-move {
    transition: transform .3s;
}

.sidelip-warp {
    position: fixed;
    background-color: #fff;
    z-index: 10;
    top: 96px;
    transition: all .6s cubic-bezier(.36, .66, .04, 1);
    height: calc(~"100% - 118px");
}

.sidelip-warp-full:extend(.sidelip-warp) {
    height: 100%;
    top: 60px;
    left: 0;
    z-index: 10
}

.sidelip-bar-wrapper {
    width: 100%;
    padding: 0px 10px;
    position: relative;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    .sidelip-bar-buttons {
        position: absolute;
        right: 8px;
        top: 0;
        height: 38px;
        line-height: 38px;
        button {
            margin-right: 5px
        }
    }
    .sidelip-bar-info {
        // position: absolute;
        // top: 0;
        line-height: 38px;
        span {
            margin-left: 6px;
            color: #333;
            font-size: 16px;
            vertical-align: middle;
        }
        i {
            font-size: 18px;
            color: #666;
            cursor: pointer;
        }
    }
}

.sidelip-bar-wrapper .sidelip-bar-info .ivu-btn:hover i {
    color: #ffb403;
}

// logo
.logo-con {
    height: 48px;
    .show-logo {
        display: inline-block;
        margin: 0 16px;
        width: 106px;
        height: 48px;
        vertical-align: middle;
    }
    .logo-txt {
        position: relative;
        top: 14px;
        display: inline-block;
        height: 22px;
        padding-left: 16px;
        line-height: 25px;
        font-family: PingFangSC, PingFangSC-Semibold;
        font-weight: 600;
        color: #323232;
        &:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 22px;
            background: #e5e5e5;
        }
    }
    img {
        width: 100%;
    }
    span {
        font-size: 20px;
        color: #333;
        vertical-align: 12px;
        margin-left: 10px;
    }
    i {
        font-size: 24px;
        color: #cacaca;
        margin-right: 10px;
        cursor: pointer
    }
}

.show-Hnav-main {
    background: #333;
    .ivu-menu-dark {
        background: #333;
    }
    .header-avator-con {
        color: #fff;
    }
    .ivu-dropdown-rel a {
        color: #fff;
    }
}

.show-Hnav {
    background: #fff;
    float: left;
    line-height: 60px;
    border-left: 1px solid #f2f2f2;
    vertical-align: top;
    padding: 0 20px;
    height: 100%;
    border-right: 1px solid #f2f2f2;
    span {
        background: url(../asset/images/Hnav_icon.png) no-repeat 0 0;
        width: 21px;
        height: 15px;
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }
}

.sidebar-wrapper {
    position: relative;
    z-index: 4; // max-height: 100%;
    height: 100%;
    overflow: inherit;
    padding-bottom: 30px;
    .navicon-con {
        height: 40px;
        line-height: 40px;
        text-align:center;
        box-shadow: 0px 1px 0px 0px #eee;
    }
}

.sidelip-down-enter-active {
    transform: translate3d(0, 0, 0);
}

.sidelip-down-enter {
    transform: translate3d(0, -120%, 0);
}

.sidelip-down-leave {
    transform: translate3d(0, 0, 0);
}

.sidelip-down-leave-active {
    transform: translate3d(0, -120%, 0);
}

.fade-enter-active {
    opacity: 1
}

.fade-enter {
    opacity: .2;
}

.fade-leave {
    opacity: 1
}

.fade-leave-active {
    opacity: .2;
}

// 鼠标移动时显示滚动条
.main .sidebar-wrapper:hover {
    // overflow-x: inherit; // overflow: inherit;
}

.global-icon {
    background: url(../asset/images/global_icon.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 7px;
    cursor: pointer;
}

.getList-icon {
    background: url(../asset/images/getList.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 7px;
    cursor: pointer;
}

.clear-icon {
    background: url(../asset/images/clear-icon.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 7px;
    cursor: pointer;
}
