.hang-menu {
    background-color: #000;
    opacity: 0.8;
    display: none;
    z-index: 10;
    position: absolute;
    width: 100px;
}
.hang-menu ul {
    padding: 0;
    list-style: none;
}

.hang-menu a {
    color: #fff !important;
}
