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

body {
    scrollbar-width: 0;
    -ms-overflow-style: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

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

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

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    padding: 3vh 3vh 3vh 3vh;
}

.header img {
    object-fit: cover;
}

.header .logo img {
    height: 12vh;
}

.header .links img {
    width: 15vh;
}

.header .links {
    display: flex;
    gap: 2vh;
}

main .swiper-container {
    width: 100vw;
    height: 100vh;
}

main .swiper-container .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
}

main .swiper-container .swiper-slide .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

main .swiper-container .swiper-slide .slide-bg img {
    width: 100%;
    height: 100%;
}

main .swiper-container .swiper-slide .left {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 7vh;
    padding-bottom: 5vh;
}

main .swiper-container .swiper-slide .left .image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

main .swiper-container .swiper-slide .left .image img {
    width: 110vh;
}

main .swiper-container .swiper-slide .left .qrcode-section {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}

main .swiper-container .swiper-slide .qrcode-section .qrcode {
    background-color: white;
    padding: 5px;
    border-radius: 3px;
}

main .swiper-container .swiper-slide .left .qrcode-section .qr-tips img {
    width: 50vh;
}

main .swiper-container .swiper-slide .left .tips img {
    width: 35vh;
}

main .swiper-container .swiper-slide .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 9;
}

main .swiper-container .swiper-slide .right .title img {
    width: 80vh;
}

main .swiper-container .swiper-slide .right .tips img {
    width: 60vh;
    margin-top: 4vh;
}
