*{
    margin: 0px;
    padding: 0px;
}
ul, li{
    list-style: none;
}
.toolbar {
    position: fixed;
    top: 0;
    height: 98px;
    width: 100%;
    background-color: #184f87;
    text-align: center;
    color: #fff;
    z-index: 9990;
    display: none;
}
.toolbar-div{
    padding-top: 8px;
}
.bar-item{
    display: inline-block;
    margin: 0px 3px;
}
.bar-item:hover .bar-text{
    background-color: #888888;
}
.bar-img{
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.bar-img:hover{
    background-color: #be2d30;
}
.bar-img:active {
    background: #133f6c;
}
.bar-text{
    display: block;
    padding: 8px 0px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.bar-text:hover{
    background-color: #888888;
}
.bar-img{
    display: block;
    background: #133f6c;
    border-radius: 3px;
}
.bar-switch-button{
    width: 100px;
    height: 40px;
    position: fixed;
    top: 50%;
    right: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    border-radius: 4px 0px 0px 4px;
    background: #3D38FD;
    z-index: 9999;
}
.bar-switch-button:active{
    background: #1C67CC;
}