.bar-menu {
    width: 165px;
}
.bar-menu .box1 {
    position: relative;
}
.bar-menu .box1-hover {
    position: relative;
}
.bar-menu .box1-open {
    position: relative;
}
.bar-menu .box1-open-hover {
    position: relative;
}
.bar-menu .section {
    line-height: 15px;
    display: none;
}
.bar-menu .section a {
    text-decoration: none;
}
.bar-menu .section a:hover {
    text-decoration: none;
}
.bar-menu .box2 {
}
.bar-menu .box2-hover {
}
.bar-menu .section .active,
.bar-menu .section .active:hover {
    color: yellow;
}