﻿.ant-pro-basicLayout {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%
}

    .ant-pro-basicLayout .ant-layout-header.ant-pro-fixed-header {
        position: fixed;
        top: 0
    }

.ant-pro-basicLayout-content {
    position: relative;
    margin: 24px;
}

    .ant-pro-basicLayout-content .ant-pro-page-container {
        margin: -24px -24px 0
    }

.ant-pro-basicLayout-content-disable-margin {
    margin: 0
}

    .ant-pro-basicLayout-content-disable-margin .ant-pro-page-container {
        margin: 0
    }

.ant-pro-basicLayout-content > .ant-layout {
    max-height: 100%
}

.ant-pro-basicLayout .ant-pro-basicLayout-is-children.ant-pro-basicLayout-fix-siderbar {
    height: 100vh;
    overflow: hidden;
    transform: rotate(0)
}

.ant-pro-basicLayout .ant-pro-basicLayout-has-header .tech-page-container {
    height: calc(100vh - 48px)
}

.ant-pro-basicLayout .ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-has-header .tech-page-container {
    height: calc(100vh - 48px - 48px)
}

.ant-pro-basicLayout .ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children {
    min-height: calc(100vh - 48px)
}

    .ant-pro-basicLayout .ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-fix-siderbar {
        height: calc(100vh - 48px)
    }

.ant-pro-fixed-header {
    z-index: 9;
    width: 100%
}

.ant-pro-global-footer {
    margin: 48px 0 24px 0;
    padding: 0 16px;
    text-align: center
}

.ant-pro-global-footer-links {
    margin-bottom: 8px
}

    .ant-pro-global-footer-links a {
        color: rgba(0,0,0,.45);
        transition: all .3s
    }

        .ant-pro-global-footer-links a:not(:last-child) {
            margin-right: 40px
        }

        .ant-pro-global-footer-links a:hover {
            color: rgba(0,0,0,.85)
        }

.ant-pro-global-footer-copyright {
    color: rgba(0,0,0,.45);
    font-size: 14px
}

.ant-pro-basicLayout {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%
}

    .ant-pro-basicLayout .ant-layout-header.ant-pro-fixed-header {
        position: fixed;
        top: 0
    }

.ant-pro-basicLayout-content {
    position: relative;
    margin: 24px
}

    .ant-pro-basicLayout-content .ant-pro-page-container {
        margin: -24px -24px 0
    }

.ant-pro-basicLayout-content-disable-margin {
    margin: 0
}

    .ant-pro-basicLayout-content-disable-margin .ant-pro-page-container {
        margin: 0
    }

.ant-pro-basicLayout-content > .ant-layout {
    max-height: 100%
}

.ant-pro-basicLayout .ant-pro-basicLayout-is-children.ant-pro-basicLayout-fix-siderbar {
    height: 100vh;
    overflow: hidden;
    transform: rotate(0)
}

.ant-pro-basicLayout .ant-pro-basicLayout-has-header .tech-page-container {
    height: calc(100vh - 48px)
}

.ant-pro-basicLayout .ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-has-header .tech-page-container {
    height: calc(100vh - 48px - 48px)
}

.ant-pro-basicLayout .ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children {
    min-height: calc(100vh - 48px)
}

    .ant-pro-basicLayout .ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-fix-siderbar {
        height: calc(100vh - 48px)
    }

.ant-pro-global-header {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,21,41,.08)
}

    .ant-pro-global-header > * {
        height: 100%
    }

.ant-pro-global-header-collapsed-button {
    display: flex;
    align-items: center;
    margin-left: 16px;
    font-size: 20px
}

.ant-pro-global-header-layout-mix {
    background-color: #001529
}

    .ant-pro-global-header-layout-mix .ant-pro-global-header-logo h1 {
        color: #fff
    }

    .ant-pro-global-header-layout-mix .anticon {
        color: #fff
    }

.ant-pro-global-header-logo {
    position: relative;
    overflow: hidden
}

    .ant-pro-global-header-logo a {
        display: flex;
        align-items: center;
        height: 100%
    }

        .ant-pro-global-header-logo a img {
            height: 28px
        }

        .ant-pro-global-header-logo a h1 {
            height: 32px;
            margin: 0 0 0 8px;
            margin: 0 0 0 12px;
            color: #1890ff;
            font-weight: 600;
            font-size: 18px;
            line-height: 32px
        }

.ant-pro-global-header-menu .anticon {
    margin-right: 8px
}

.ant-pro-global-header-menu .ant-dropdown-menu-item {
    min-width: 160px
}

.ant-pro-global-header .dark {
    height: 48px
}

    .ant-pro-global-header .dark .action {
        color: rgba(255,255,255,.85)
    }

        .ant-pro-global-header .dark .action > i {
            color: rgba(255,255,255,.85)
        }

        .ant-pro-global-header .dark .action.opened, .ant-pro-global-header .dark .action:hover {
            background: #1890ff
        }

        .ant-pro-global-header .dark .action .ant-badge {
            color: rgba(255,255,255,.85)
        }

.ant-pro-grid-content {
    width: 100%
}

    .ant-pro-grid-content.wide {
        max-width: 1200px;
        margin: 0 auto
    }

.container > * {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 16px -8px rgba(0,0,0,.08),0 9px 28px 0 rgba(0,0,0,.05),0 12px 48px 16px rgba(0,0,0,.03)
}

@media screen and (max-width:480px) {
    .container {
        width: 100% !important
    }

        .container > * {
            border-radius: 0 !important
        }
}

.headerSearch .input {
    width: 0;
    min-width: 0;
    overflow: hidden;
    background: 0 0;
    border-radius: 0;
    transition: width .3s,margin-left .3s
}

    .headerSearch .input :global(.ant-select-selection) {
        background: 0 0
    }

    .headerSearch .input input {
        box-shadow: none !important
    }

    .headerSearch .input.show {
        width: 210px;
        margin-left: 8px
    }

.popover {
    position: relative;
    width: 336px
}

.noticeButton {
    display: inline-block;
    cursor: pointer;
    transition: all .3s
}

.badge {
    font-size: 16px
}

.tabs .ant-tabs-nav-list {
    margin: auto
}

.tabs .ant-tabs-nav-scroll {
    text-align: center
}

.tabs .ant-tabs-bar {
    margin-bottom: 0
}

.list {
    max-height: 400px;
    overflow: auto
}

    .list::-webkit-scrollbar {
        display: none
    }

    .list .item {
        padding-right: 24px;
        padding-left: 24px;
        overflow: hidden;
        cursor: pointer;
        transition: all .3s
    }

        .list .item .meta {
            width: 100%
        }

        .list .item .avatar {
            margin-top: 4px;
            background: #fff
        }

        .list .item .iconElement {
            font-size: 32px
        }

        .list .item.read {
            opacity: .4
        }

        .list .item:last-child {
            border-bottom: 0
        }

        .list .item:hover {
            background: #e6f7ff
        }

        .list .item .title {
            margin-bottom: 8px;
            font-weight: 400
        }

        .list .item .description {
            font-size: 12px;
            line-height: 1.5715
        }

        .list .item .datetime {
            margin-top: 4px;
            font-size: 12px;
            line-height: 1.5715
        }

        .list .item .extra {
            float: right;
            margin-top: -1.5px;
            margin-right: 0;
            color: rgba(0,0,0,.45);
            font-weight: 400
        }

    .list .loadMore {
        padding: 8px 0;
        color: #1890ff;
        text-align: center;
        cursor: pointer
    }

        .list .loadMore.loadedAll {
            color: rgba(0,0,0,.25);
            cursor: unset
        }

.notFound {
    padding: 73px 0 88px;
    color: rgba(0,0,0,.45);
    text-align: center
}

    .notFound img {
        display: inline-block;
        height: 76px;
        margin-bottom: 16px
    }

.bottomBar {
    height: 46px;
    color: rgba(0,0,0,.85);
    line-height: 46px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    border-radius: 0 0 2px 2px;
    transition: all .3s
}

    .bottomBar div {
        display: inline-block;
        width: 49%;
        cursor: pointer;
        transition: all .3s;
        user-select: none
    }

        .bottomBar div:only-child {
            width: 100%
        }

        .bottomBar div:not(:only-child):last-child {
            border-left: 1px solid #f0f0f0
        }

.ant-pro-page-container-children-content {
    margin: 10px 10px 0;
    margin-left: 15px;
}

.ant-pro-page-container-warp {
    background-color: #fff
}

    .ant-pro-page-container-warp .ant-tabs-nav {
        margin: 0
    }

.ant-pro-page-container-ghost .ant-pro-page-container-warp {
    background-color: transparent
}

.ant-pro-page-container-main .ant-pro-page-container-detail {
    display: flex
}

.ant-pro-page-container-main .ant-pro-page-container-row {
    display: flex;
    width: 100%
}

.ant-pro-page-container-main .ant-pro-page-container-title-content {
    margin-bottom: 16px
}

.ant-pro-page-container-main .ant-pro-page-container-content, .ant-pro-page-container-main .ant-pro-page-container-title {
    flex: auto
}

.ant-pro-page-container-main .ant-pro-page-container-extraContent, .ant-pro-page-container-main .ant-pro-page-container-main {
    flex: 0 1 auto
}

.ant-pro-page-container-main .ant-pro-page-container-main {
    width: 100%
}

.ant-pro-page-container-main .ant-pro-page-container-title {
    margin-bottom: 16px
}

.ant-pro-page-container-main .ant-pro-page-container-logo {
    margin-bottom: 16px
}

.ant-pro-page-container-main .ant-pro-page-container-extraContent {
    min-width: 242px;
    margin-left: 88px;
    text-align: right
}

@media screen and (max-width:1200px) {
    .ant-pro-page-container-main .ant-pro-page-container-extraContent {
        margin-left: 44px
    }
}

@media screen and (max-width:992px) {
    .ant-pro-page-container-main .ant-pro-page-container-extraContent {
        margin-left: 20px
    }
}

@media screen and (max-width:768px) {
    .ant-pro-page-container-main .ant-pro-page-container-row {
        display: block
    }

    .ant-pro-page-container-main .ant-pro-page-container-action, .ant-pro-page-container-main .ant-pro-page-container-extraContent {
        margin-left: 0;
        text-align: left
    }
}

@media screen and (max-width:576px) {
    .ant-pro-page-container-detail {
        display: block
    }

    .ant-pro-page-container-extraContent {
        margin-left: 0
    }
}

.menu :global(.anticon) {
    margin-right: 8px
}

.menu :global(.ant-dropdown-menu-item) {
    min-width: 160px
}

.dropDown {
    line-height: 64px;
    vertical-align: top;
    cursor: pointer
}

    .dropDown > span {
        font-size: 16px !important;
        transform: none !important
    }

        .dropDown > span svg {
            position: relative;
            top: -1px
        }

.ant-pro-setting-drawer-content {
    position: relative;
    min-height: 100%
}

    .ant-pro-setting-drawer-content .ant-list-item span {
        flex: 1
    }

.ant-pro-setting-drawer-block-checkbox {
    display: flex
}

.ant-pro-setting-drawer-block-checkbox-item {
    position: relative;
    margin-right: 16px;
    border-radius: 2px;
    cursor: pointer
}

    .ant-pro-setting-drawer-block-checkbox-item img {
        width: 48px
    }

.ant-pro-setting-drawer-block-checkbox-selectIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-left: 24px;
    color: #1890ff;
    font-weight: 700;
    font-size: 14px
}

    .ant-pro-setting-drawer-block-checkbox-selectIcon .action {
        color: #1890ff
    }

.ant-pro-setting-drawer-color_block {
    display: inline-block;
    width: 38px;
    height: 22px;
    margin: 4px;
    margin-right: 12px;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer
}

.ant-pro-setting-drawer-title {
    margin-bottom: 12px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 22px
}

.ant-pro-setting-drawer-handle {
    position: absolute;
    top: 240px;
    right: 300px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    background: #1890ff;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    pointer-events: auto
}

.ant-pro-setting-drawer-production-hint {
    margin-top: 16px;
    font-size: 12px
}

.ant-pro-setting-drawer-content {
    position: relative;
    min-height: 100%
}

    .ant-pro-setting-drawer-content .ant-list-item span {
        flex: 1
    }

.ant-pro-setting-drawer-block-checkbox {
    display: flex
}

.ant-pro-setting-drawer-block-checkbox-item {
    position: relative;
    margin-right: 16px;
    border-radius: 2px;
    cursor: pointer
}

    .ant-pro-setting-drawer-block-checkbox-item img {
        width: 48px
    }

.ant-pro-setting-drawer-block-checkbox-selectIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-left: 24px;
    color: #1890ff;
    font-weight: 700;
    font-size: 14px
}

    .ant-pro-setting-drawer-block-checkbox-selectIcon .action {
        color: #1890ff
    }

.ant-pro-setting-drawer-color_block {
    display: inline-block;
    width: 38px;
    height: 22px;
    margin: 4px;
    margin-right: 12px;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer
}

.ant-pro-setting-drawer-title {
    margin-bottom: 12px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 22px
}

.ant-pro-setting-drawer-handle {
    position: absolute;
    top: 240px;
    right: 300px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    background: #1890ff;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    pointer-events: auto
}

.ant-pro-setting-drawer-production-hint {
    margin-top: 16px;
    font-size: 12px
}

.ant-pro-setting-drawer-content .theme-color {
    margin-top: 24px;
    overflow: hidden
}

    .ant-pro-setting-drawer-content .theme-color .theme-color-title {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 22px
    }

    .ant-pro-setting-drawer-content .theme-color .theme-color-block {
        float: left;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        border-radius: 2px;
        cursor: pointer
    }

.ant-pro-basicLayout {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%
}

    .ant-pro-basicLayout .ant-layout-header.ant-pro-fixed-header {
        position: fixed;
        top: 0
    }

.ant-pro-basicLayout-content {
    position: relative;
    margin: 24px
}

    .ant-pro-basicLayout-content .ant-pro-page-container {
        margin: -24px -24px 0
    }

.ant-pro-basicLayout-content-disable-margin {
    margin: 0
}

    .ant-pro-basicLayout-content-disable-margin .ant-pro-page-container {
        margin: 0
    }

.ant-pro-basicLayout-content > .ant-layout {
    max-height: 100%
}

.ant-pro-basicLayout .ant-pro-basicLayout-is-children.ant-pro-basicLayout-fix-siderbar {
    height: 100vh;
    overflow: hidden;
    transform: rotate(0)
}

.ant-pro-basicLayout .ant-pro-basicLayout-has-header .tech-page-container {
    height: calc(100vh - 48px)
}

.ant-pro-basicLayout .ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-has-header .tech-page-container {
    height: calc(100vh - 48px - 48px)
}

.ant-pro-basicLayout .ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children {
    min-height: calc(100vh - 48px)
}

    .ant-pro-basicLayout .ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-fix-siderbar {
        height: calc(100vh - 48px)
    }

.ant-pro-sider {
    position: relative;
    background-color: #001529;
    border-right: 0;
    transition: background-color .3s
}

    .ant-pro-sider.ant-menu-inline .ant-menu-item:not(:last-child), .ant-pro-sider.ant-menu-vertical .ant-menu-item:not(:last-child), .ant-pro-sider.ant-menu-vertical-left .ant-menu-item:not(:last-child), .ant-pro-sider.ant-menu-vertical-right .ant-menu-item:not(:last-child) {
        margin-bottom: 4px
    }

    .ant-pro-sider.ant-layout-sider-light .ant-menu-item a {
        color: rgba(0,0,0,.85)
    }

        .ant-pro-sider.ant-layout-sider-light .ant-menu-item a:hover, .ant-pro-sider.ant-layout-sider-light .ant-menu-item-selected a {
            color: #1890ff
        }

    .ant-pro-sider .ant-menu-inline-collapsed > .ant-menu-item .anticon + span, .ant-pro-sider .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span, .ant-pro-sider .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span, .ant-pro-sider .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
        display: none
    }

.ant-pro-sider-logo {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 16px;
    line-height: 32px;
    cursor: pointer
}

    .ant-pro-sider-logo > a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 32px
    }

    .ant-pro-sider-logo img {
        display: inline-block;
        height: 32px;
        vertical-align: middle;
        transition: height .2s
    }

    .ant-pro-sider-logo h1 {
        display: inline-block;
        height: 32px;
        margin: 0 0 0 12px;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        line-height: 32px;
        vertical-align: middle;
        animation: fade-in;
        animation-duration: .2s
    }

.ant-pro-sider-extra {
    margin-bottom: 16px;
    padding: 0 16px
}

.ant-pro-sider-extra-no-logo {
    margin-top: 16px
}

.ant-pro-sider-menu {
    position: relative;
    z-index: 10;
    min-height: 100%;
    box-shadow: 2px 0 6px rgba(0,21,41,.35)
}

.ant-pro-sider .ant-layout-sider-children {
    display: flex;
    flex-direction: column;
    height: 100%
}

    .ant-pro-sider .ant-layout-sider-children ::-webkit-scrollbar {
        width: 6px;
        height: 6px
    }

    .ant-pro-sider .ant-layout-sider-children ::-webkit-scrollbar-track {
        background: rgba(255,255,255,.15);
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 5px rgba(37,37,37,.05)
    }

    .ant-pro-sider .ant-layout-sider-children ::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,.2);
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,.05)
    }

.ant-pro-sider.ant-layout-sider-collapsed .ant-menu-inline-collapsed {
    width: 48px
}

.ant-pro-sider.ant-layout-sider-collapsed .ant-pro-sider-logo {
    padding: 16px 8px
}

.ant-pro-sider .ant-menu-inline-collapsed > .ant-menu-item .sider-menu-item-img + span, .ant-pro-sider .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .sider-menu-item-img + span, .ant-pro-sider .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .sider-menu-item-img + span {
    display: inline-block;
    max-width: 0;
    opacity: 0
}

.ant-pro-sider .ant-menu-inline-collapsed .ant-menu-item {
    width: 48px;
    padding: 0 16px !important
}

.ant-pro-sider .ant-menu-inline-collapsed .antd-menu-item-title {
    display: none
}

.ant-pro-sider .ant-menu-inline-collapsed .ant-menu-submenu-title {
    width: 48px;
    padding: 0 16px !important
}

.ant-pro-sider-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    box-shadow: 2px 0 8px 0 rgba(29,35,41,.05)
}

    .ant-pro-sider-fixed > .ant-menu-root :not(.ant-pro-sider-link-menu) {
        height: calc(100vh - 48px);
        overflow-y: auto
    }

.ant-pro-sider .ant-menu-inline .ant-menu-item, .ant-pro-sider .ant-menu-inline .ant-menu-submenu-title {
    width: 100%
}

.ant-pro-sider-light {
    background-color: #fff;
    box-shadow: 2px 0 8px 0 rgba(29,35,41,.05)
}

    .ant-pro-sider-light .ant-layout-sider-children ::-webkit-scrollbar-track {
        background: rgba(0,0,0,.06);
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,21,41,.05)
    }

    .ant-pro-sider-light .ant-layout-sider-children ::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,.12);
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,21,41,.05)
    }

    .ant-pro-sider-light .ant-pro-sider-logo h1 {
        color: #1890ff
    }

    .ant-pro-sider-light .ant-menu-light {
        border-right-color: transparent
    }

    .ant-pro-sider-light .ant-pro-sider-collapsed-button {
        border-top: 1px solid #f0f0f0
    }

.ant-pro-sider-icon {
    width: 14px;
    vertical-align: baseline
}

.ant-pro-sider-links {
    width: 100%
}

    .ant-pro-sider-links ul.ant-menu-root {
        height: auto
    }

.ant-pro-sider-collapsed-button {
    border-top: 1px solid rgba(0,0,0,.25)
}

    .ant-pro-sider-collapsed-button .anticon {
        font-size: 16px
    }

.ant-pro-sider .top-nav-menu li.ant-menu-item {
    height: 100%;
    line-height: 1
}

.ant-pro-sider .drawer .drawer-content {
    background: #001529
}

.ant-pro-sider .ant-menu-item .sider-menu-item-img + span, .ant-pro-sider .ant-menu-submenu-title .sider-menu-item-img + span {
    opacity: 1;
    transition: opacity .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1)
}

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0
    }

    99% {
        display: none;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

.ant-pro-basicLayout {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%
}

    .ant-pro-basicLayout .ant-layout-header.ant-pro-fixed-header {
        position: fixed;
        top: 0
    }

.ant-pro-basicLayout-content {
    position: relative;
    margin: 24px;
    margin-bottom: 0px;
}

    .ant-pro-basicLayout-content .ant-pro-page-container {
        margin: -24px -24px 0
    }

.ant-pro-basicLayout-content-disable-margin {
    margin: 0
}

    .ant-pro-basicLayout-content-disable-margin .ant-pro-page-container {
        margin: 0
    }

.ant-pro-basicLayout-content > .ant-layout {
    max-height: 100%
}

.ant-pro-basicLayout .ant-pro-basicLayout-is-children.ant-pro-basicLayout-fix-siderbar {
    height: 100vh;
    overflow: hidden;
    transform: rotate(0)
}

.ant-pro-basicLayout .ant-pro-basicLayout-has-header .tech-page-container {
    height: calc(100vh - 48px)
}

.ant-pro-basicLayout .ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-has-header .tech-page-container {
    height: calc(100vh - 48px - 48px)
}

.ant-pro-basicLayout .ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children {
    min-height: calc(100vh - 48px)
}

    .ant-pro-basicLayout .ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-fix-siderbar {
        height: calc(100vh - 48px)
    }

.ant-pro-top-nav-header {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 4px 0 rgba(0,21,41,.12);
    transition: background .3s,width .2s
}

    .ant-pro-top-nav-header :global .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected, .ant-pro-top-nav-header :global .ant-menu.ant-menu-dark .ant-menu-item-selected {
        background: #252a3d
    }

    .ant-pro-top-nav-header .ant-menu-submenu.ant-menu-submenu-horizontal {
        height: 100%
    }

        .ant-pro-top-nav-header .ant-menu-submenu.ant-menu-submenu-horizontal .ant-menu-submenu-title {
            height: 100%
        }

    .ant-pro-top-nav-header.light {
        background-color: #fff
    }

        .ant-pro-top-nav-header.light .ant-pro-top-nav-header-logo h1 {
            color: #1890ff
        }

        .ant-pro-top-nav-header.light .anticon {
            color: inherit
        }

.ant-pro-top-nav-header-main {
    display: flex;
    height: 100%;
    padding: 0 16px
}

.ant-pro-top-nav-header-main-left {
    display: flex;
    min-width: 192px
}

.ant-pro-top-nav-header .anticon {
    color: #fff
}

.ant-pro-top-nav-header-logo {
    position: relative;
    min-width: 165px;
    height: 100%;
    overflow: hidden;
    transition: all .3s
}

    .ant-pro-top-nav-header-logo img {
        display: inline-block;
        height: 32px;
        vertical-align: middle
    }

    .ant-pro-top-nav-header-logo h1 {
        display: inline-block;
        margin: 0 0 0 12px;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
    }

.ant-pro-top-nav-header-menu {
    min-width: 0
}

    .ant-pro-top-nav-header-menu .ant-menu.ant-menu-horizontal {
        height: 100%;
        border: none
    }
