html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-size: 0.16rem;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
    overflow-x: auto;
}

@media screen and (min-width: 1024px) {
    body {
        overflow-x: hidden;
    }
}

.full-bg {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    width: 12rem;
    margin: 0 auto;
    padding: 0 auto;
    box-sizing: border-box;
}

@media screen and (min-width: 2000px) {
    .container {
        max-width: 14rem;
    }
}

@media screen and (min-width: 2560px) {
    .container {
        max-width: 16rem;
    }
}

@media screen and (min-width: 3200px) {
    .container {
        max-width: 18rem;
    }
}