.gg-tips{
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 800;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0, .5);
    pointer-events: auto;
}
.gg-container{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.gg-content{
    width: 70%;
    max-width: 30rem;
    background: white;
    z-index: 801;
    margin: auto;
}
.gg-top{
    margin-top: -.8rem;
    background-image: url(../img/popupIcon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    color: white;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
}
.gg-bottom{
    width: 100%;
    margin-top: 1rem;
}
.gg-bottom > div{
    width: 50%;
}