* {
    margin: 0;
    padding: 0
}

img{
    max-width: 100%;
}
body {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    max-width: 580px;
    background: #ff7dce;
    padding-bottom: 4.2rem;
}

.header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    max-width: 580px;
}

.header>img {
    width: 100%;

    display: block;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    max-width: 580px;
}

.footer>img {
    width: 100%;

    display: block;
}

.img-auto{
    width: 100%;
    display: flex;
}

.top-gif{
    position: absolute;
    top: 4.2rem;
    max-width: 580px;
    z-index: -1;
}
.top-gif2{
    margin-top: 4.2rem;
}
.content {
    width: 96%;
    margin: 0 auto;
}

.content img {
    width: 48%;
    float: left;
    margin-left: 1.4%;
    margin-top: 5px;
}
