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;
    }
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header {
    position: fixed;
    top: 0.38rem;
    right: 0.86rem;
    z-index: 20;
    display: flex;
}

.header>a {
    width: 2.14rem;
    height: 0.62rem;
    margin-left: 0.24rem;
}

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

.slide-content {
    position: absolute;
    inset: 0;
    z-index: 8;
}

.slide-content img {
    display: block;
}

.s-logo {
    width: 2.74rem;
    height: 1.57rem;
}

.s-code {
    position: relative;
}

.s-code>img {
    display: block;
    width: 100%;
    height: 100%;
}

.qr-code {
    position: absolute;
    overflow: hidden;
    border-radius: 0.08rem;
}

.qr-code>img {
    width: 100%;
    height: 100%;
}

.slide-content-1 .s-logo {
    position: absolute;
    left: 2.0rem;
    top: 0.52rem;
}

.slide-content-1 .s-text-1 {
    position: absolute;
    left: 2.2rem;
    top: 3.32rem;
    width: 8.28rem;
    height: 1.46rem;
}

.slide-content-1 .s-text-2 {
    position: absolute;
    left: 2.2rem;
    top: 5.14rem;
    width: 9.99rem;
    height: 0.68rem;
}

.slide-content-1 .code-1 {
    position: absolute;
    left: 2.12rem;
    bottom: 0.7rem;
    width: 5.28rem;
    height: 1.5rem;
}

.slide-content-1 .code-1 .qr-code {
    left: 0.14rem;
    top: 0.16rem;
    width: 1.2rem;
    height: 1.2rem;
}

.slide-content-1 .s-girl {
    position: absolute;
    right: 0.02rem;
    bottom: 0;
    width: 10.32rem;
    height: 10.8rem;
}

.slide-content-2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 2rem 0.56rem 1.46rem;
}

.slide-content-2 .s-left-group {
    display: flex;
    align-items: flex-end;
}

.slide-content-2 .s-left-group .s-logo {
    margin-right: 0.12rem;
}

.slide-content-2 .s-text-3 {
    width: 6.91rem;
    height: 0.87rem;
    margin-bottom: 0.21rem;
}

.slide-content-2 .code-2 {
    width: 4.57rem;
    height: 1.31rem;
}

.slide-content-2 .code-2 .qr-code {
    left: 0.43rem;
    top: 0.06rem;
    width: 1.2rem;
    height: 1.2rem;
}

.slide-content-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 1.82rem;
    padding-top: 4.45rem;
}

.slide-content-3 .s-text-4 {
    width: 8.83rem;
    height: 1.73rem;
    margin-top: 0.15rem;
}

.slide-content-3 .code-3 {
    width: 4.68rem;
    height: 1.31rem;
    margin-top: 0.16rem;
}

.slide-content-3 .code-3 .qr-code {
    left: 0.48rem;
    top: 0.06rem;
    width: 1.2rem;
    height: 1.2rem;
}
