﻿*{
    margin:0;
    padding:0;
}
.brand-container {
    position: fixed;
    top: 47px;
    right: 0;
    left: 0;
    z-index: 1000;
}
.brand-nav{
    background-color: white;
}
.brand-nav>div{
    position:relative;
    min-height: 40px;
}
.brand-nav h1{
    color: #0577e7;
    font-size: 16px;
    padding-left: 15px;
    background-color: white;
    position: absolute;
    width: calc(100% - 40px);
    top: 50%;
    transform: translateY(-50%);
}
.brand-nav img{
    width: 24px;
    position: absolute;
    top: 27%;
    right: 16px;
}

.brand-nav .open img {
    transform:rotate(180deg);
}
.brand-nav ul{
    position: absolute;
    width: 100%;
    background-color: #f5f5f5;
}
.brandNavUl a{
    display:block;
    line-height: 26px;
}
   
.brand-nav ul li{
    line-height: 40px;
    padding: 4px 15px;
    border: solid 1px #eaeaea;
    color:#999;
}