body::-webkit-scrollbar {
    display: none;
}

body {
    scrollbar-width: 0;
    -ms-overflow-style: none;
}

@media screen and (min-width: 900px) {
    html {
        font-size: calc(100vw / 19.2)
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (max-width:899px) {
    html {
        font-size: 46.8px;
    }
}

.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    padding-top: 0.48rem;
    padding-left: 1.2rem;
    padding-right: 0.9rem;
    display: flex;
    justify-content: space-between;
}

.header>h1 {
    width: 3rem;
    height: 0.96rem;
}

.header>h1>img {
    width: 100%;
    height: 100%;
}

.header>a {
    width: 0.48rem;
    height: 0.48rem;
}

.header>a>img {
    width: 100%;
    height: 100%;
}

.header>a:nth-of-type(1) {
    margin-left: auto;
}

.header>a:nth-of-type(2) {
    margin: 0 0.48rem;
}

.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.main {
    width: 100%;
    height: 100%;
    padding-top: 2.16rem;
}

.swiper {
    width: 19.2rem;
    height: 4.8rem;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.swiper-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 0.12rem;
}

.swiper-slide>img {
    height: 3.36rem;
    width: 100%;
}

.swiper-slide>h2 {
    font-size: 0.28rem;
    font-weight: bold;
    color: #ffffff;
    margin-top: 0.12rem;
}

.swiper-slide>p {
    margin-top: 0.12rem;
    font-size: 0.16rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: none;
}

.swiper-slide-active>p {
    display: block;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.footer>img {
    width: 7.2rem;
    height: 4.8rem;
}

.footer>img:nth-child(1) {
    margin-right: 4.32rem;
}

.code {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0.32rem;
}

.qr-bg {
    width: 1.92rem;
    height: 1.92rem;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#qr {
    width: 1.8rem;
    height: 1.8rem;
}

#qr>img {
    width: 100%;
    height: 100%;
}

.code>h3 {
    margin-top: 0.24rem;
    font-size: 0.28rem;
    font-weight: 900;
    color: #5e87ff;
}

.code>p {
    margin-top: 0.24rem;
    font-size: 0.16rem;
    font-weight: 500;
    color: #ffffff;
    width: 7rem;
    text-align: center;
}