.menu li a:before {
content: '';
position: absolute;
width: 100%;
height: 2px;
background: #fff;
top: 47%;
animation: out 0.2s cubic-bezier(1, 0, 0.58, 0.97) 1 both;
}
.menu li:hover a:before {
animation: in 0.2s cubic-bezier(1, 0, 0.58, 0.97) 1 both;
}