
.public-hread{
    width: 100%;
    height: 50px;
    position: fixed;
    top:0px;
    background:black;
    z-index: 9999;
}
.public-hread div{
    float: left;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
}
.public-hread div a{
    color: #FFF;
    text-align: center;
}
.public-hread .chain{
    width: 25%;
}
.public-hread .chain span{
    display: block;
    margin: auto;
    width: 25px;
    height: 25px;
    background:rgb(245, 182, 56);
    border-radius: 100px;
    line-height: 25px;
    margin-top: 12.5px;
}
.public-hread .chain span i{
    color: #FFF;
    font-size: 20px;
}
.public-hread .wallet-link-state{
    width: 50%;
}
.public-hread .wallet-link-state a{
    color: #FFF;
    font-size: 13px;
}
.public-hread .wallet-link-state a i{
    color: rgb(0, 194, 134);
    background: #FFF;
    border-radius: 100px;
    font-size: 13px;
}
.public-hread .language{
    display:flex ;
    width: 25%;
    line-height: 50px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}
.public-hread .language img{
    height: 18px;
    border-radius: 5px;
    margin-right: 5px;
}
.public-hread .language i{
    color: #FFF;
}
.clear-height-50{
    clear: both;
    width: 100%;
    height: 50px;
}

#hui-popover-msg #hui-popover-msg-text{
    background: black;
}
#hui-popover-msg #hui-popover-msg-text .hui-list{
    background: black;
}
#hui-popover-msg #hui-popover-msg-text .hui-list a{
    color: #7080b3;
    font-size: 11px;
    border-bottom: none;
    text-align: left;
    display: flex;
    align-items: center;
}
#hui-popover-msg #hui-popover-msg-text .hui-list a i{
    color: #7080b3;
    font-size: 11px;
    position: absolute;
    right: 15px;
}
#hui-popover-msg #hui-popover-msg-text .hui-list a:hover{
    background: black;
}
#hui-popover-msg #hui-popover-msg-text .hui-list a img{
    width: 18px;
    margin-right: 10px;
    border-radius: 3px;
}
#hui-popover-msg .hui-arrow-up {
    border-bottom-color:black;
}
