.fly-word {
    position: absolute;
    z-index: 5;
    bottom: 0;
    transform: translate(0, 100%);
    background-color: #FFF;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,190,240,.2);
    width: 100%;
}
