@media (min-width: 320px) {
    html {
        font-size: 42.6667px;
    }
}

@media (min-width: 360px) {
    html {
        font-size: 48px;
    }
}

@media (min-width: 375px) {
    html {
        font-size: 50px;
    }
}

@media (min-width: 384px) {
    html {
        font-size: 51.2px;
    }
}

@media (min-width: 414px) {
    html {
        font-size: 55.2px;
    }
}

@media (min-width: 448px) {
    html {
        font-size: 59.7333px;
    }
}

@media (min-width: 480px) {
    html {
        font-size: 48px;
    }
}

@media (min-width: 512px) {
    html {
        font-size: 68.2667px;
    }
}

@media (min-width: 544px) {
    html {
        font-size: 72.5333px;
    }
}

@media (min-width: 576px) {
    html {
        font-size: 76.8px;
    }
}

@media (min-width: 608px) {
    html {
        font-size: 81.0667px;
    }
}

@media (min-width: 640px) {
    html {
        font-size: 85.3333px;
    }
}

body {
    font-size: 0.28rem;
    text-align: center;
    position: relative;
    min-height: 100vh;
    margin: 0;
    color: #000000;
    padding-bottom: 1.4rem;
    box-sizing: border-box;
}

img {
    display: block;
    width: 2.79rem;
    height: 2rem;
    margin: 0 auto;
}

h2 {
    font-size: 0.3rem;
    margin-bottom: 0.14rem;
}

body>p {
    color: rgba(0, 0, 0, 0.5);
    margin-top: 0.14rem;
}

body>p span {
    color: rgba(48, 163, 188, 1);
}

div {
    width: 100%;
    padding: 0.2rem 0;
    position: absolute;
    bottom: 0;
    background-color: rgba(48, 163, 188, 0.05);
}

div p {
    width: 4.52rem;
    margin: 0 auto;
    line-height: 0.42rem;
    color: rgb(60, 86, 88);
}
@media (max-width: 750px) {
    body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 750px) {
    html {
        font-size: 50px;
    }
    body {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    img {
        padding-top: 0;
    }
    div {
        width: auto;
        padding: 0.2rem;
        display: inline-block;
        position: initial
    }
    div p {
        width: auto;
    }
}
