﻿.Navigation {
    width: 72px;
    height: 40px;
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .Navigation img {
        width: 10px;
        height: 10px;
        margin-right: 8px;
    }

.Navigation-box {
    width: 253px;
    position: absolute;
    display: none;
    background: #f2f3f7;
    bottom: -320px;
    border-radius: 10px;
    z-index: 100;
    padding: 10px;
    line-height: 25px;
    left: 0px;
}

    .Navigation-box .label {
        width: 100%;
        height: 25px;
        color: #FF7142;
    }

    .Navigation-box .label-box {
        width: 100%;
        height: 25px;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        color: #7f7f7f;
    }

        .Navigation-box .label-box a {
            margin: 0 3px;
            height: 25px;
        }

    .Navigation-box .line {
        width: 243px;
        height: 1px;
        margin: 2px auto;
        background: #e1e1e1;
    }

    .Navigation-box .label-title-box {
        width: 100%;
        color: #FF7142;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

        .Navigation-box .label-title-box a {
            width: 25%;
            height: 25px;
            color: #FF7142;
            margin-right: 0;
        }

    .Navigation-box .more {
        width: 100%;
        height: 25px;
        text-align: center;
        line-height: 25px;
        color: #7f7f7f;
    }

.Navigation:hover .Navigation-box {
    display: flex;
    flex-direction: column;
}

.header_flex {
    display: flex;
    align-items: center;
}
