#headerWrapper{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 999;
    border-bottom: 1px #eee solid;
}

#headerWrapper .inner{
    height: 48px;
}

#headerWrapper .inner .menuBox li > a{
    width: 100%;
    padding:0px 36px;
    height: 48px;
    font-size: 1.6em;
    font-weight: 700;
    color: #1F4983;
}

#headerWrapper .inner .menuBox li a.firstMenu{
    pointer-events: none;
}

#headerWrapper .inner .menuBox li > a.custom{
    padding:0px 26px 0px 36px;
}

#headerWrapper .inner .menuBox li > a.active{
    color: #fff;
    background: #1F4983 !important;
}

#headerWrapper .inner .menuBox li > a:hover:not(.active),
#headerWrapper .inner .menuBox li .hiddenMenu a:hover{
    background: #f9f9f9;
}

#headerWrapper .inner .menuBox li > a .on{
    display: none;
}

#headerWrapper .inner .menuBox li > a.active .on{
    display: block;
}

#headerWrapper .inner .menuBox li > a.active .off{
    display: none;
}

#headerWrapper .inner .menuBox li > a .iconBadge{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    width: auto;
    padding: 0px 5px;
    height: 20px;
    border-radius: 20px;
    font-size: 0.75em;
    font-weight: bold;
    color: #fff;
    background: #FF2E00;
    padding-top: 1px;
}

#headerWrapper .inner .menuBox li .hiddenMenu{
    position: absolute;
    width: 100%;
    top:100%;
    padding-top:6px;
    left: 0px;    
    display: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

#headerWrapper .inner .menuBox li .hiddenMenu a{
    height: 48px;
    font-size: 1.4em;
    font-weight: 700;
    color: #1F4983;
    background: #fff;
}

#headerWrapper .inner .menuBox li .hiddenMenu a.active{
    color: #fff;
    background: #1F4983;
}

#headerWrapper .inner .userBox span{
    font-size: 1.5em;
    color: #666666;
    margin-right: 10px;
}

#headerWrapper .inner .userBox a{
    width: 84px;
    height: 32px;
}