.wq-modal{
    background-color:rgba(0,0,0,.8);
    height:100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    display: none;
    z-index:999;
}

.wq-modal.ver{display: flex;}