﻿/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.mainNav {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 2px;
    overflow: auto;
    background-color: transparent;
}

    .mainNav .leftSection {
        width: 270px;
        border-right: 1px solid #f0f0f0;
        align-content: center;
        align-items: center;
        text-align: center;
    }

        .mainNav .leftSection :global .ant-menu-inline {
            border: none;
        }

        .mainNav .leftSection :global .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
            font-weight: bold;
        }


    .mainNav .rightSection {
        width: 100%;
        border-right: 1px solid #f0f0f0;
        align-content: end;
        align-items: end;
        text-align: end;
    }

        .mainNav .rightSection :global .ant-menu-inline {
            border: none;
        }

        .mainNav .rightSection :global .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
            font-weight: bold;
        }


    .mainNav .middleSection {
        flex: 1;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
    }

        .mainNav .middleSection .title {
            margin-bottom: 12px;
            color: rgba(0, 0, 0, 0.85);
            font-weight: 500;
            font-size: 20px;
            line-height: 28px;
        }

    .mainNav .ant-list-split .ant-list-item:last-child {
        border-bottom: 1px solid #f0f0f0;
    }

    .mainNav .ant-list-item {
        padding-top: 2px;
        padding-bottom: 2px;
    }

.ant-list-item-meta .taobao {
    display: block;
    color: #ff4000;
    font-size: 48px;
    line-height: 48px;
    border-radius: 2px;
}

.ant-list-item-meta .dingding {
    margin: 2px;
    padding: 2px;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    background-color: #2eabff;
    border-radius: 2px;
}

.ant-list-item-meta .alipay {
    color: #2eabff;
    font-size: 48px;
    line-height: 48px;
    border-radius: 2px;
}

font.strong {
    color: #52c41a;
}

font.medium {
    color: #faad14;
}

font.weak {
    color: #ff4d4f;
}

@media screen and (max-width: 768px) {
    .mainNav {
        flex-direction: column;
    }

        .mainNav .leftSection {
            width: 100%;
            border: none;
        }

        .mainNav .middleSection {
            padding: 2px;
        }

        .mainNav .rightSection {
            width: 100%;
            border: none;
        }
}
