.help {
    position: relative;
}
.help .help-wrap {
    display: none;
    position: absolute;
    z-index: 10000;
    top: 30px;
    left: 10px;
    width: 400px;
    height: 100px;
}
.help:hover .help-wrap {
    display: initial;
}
.help:hover .help-wrap span {

}
