* {
    margin: 0;
    padding: 0;
}

.wrap {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.wrap .bg {
    width: 100%;
    display: block;
}

.wrap .main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.7rem .3rem 0;
}

.main .inform img {
    width: 100%;
    display: block;
}

.game {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 1.8rem;
}

.game img {
    width: 48%;
    height: 1.6rem;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.footer a {
    width: 33.4%;
    height: .98rem;
    line-height: .98rem;
    font-size: .3rem;
    text-align: center;
    text-decoration: none;
    background-color: #00D2D0;
    color: #fff;
}

.footer a:first-child {
    background-color: #F82A78;
}

.footer a:last-child {
    background-color: #70D603;
}

/* @media screen and (min-width: 1024px) {
    .left {
        width: 15%;
    }

    .qqNum {
        font-size: 25px;
    }
} */