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

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

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

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

.pc {
    width: 19.2rem;
    min-height: 100%;
    height: auto;
    background-image: url(../images/pc/pc_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.heard {
    position: fixed;
    width: 100%;
    height: 1.83rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.54rem 0 0.4rem;
    z-index: 100;
}

.heard>h1 {
    width: 4.2rem;
    height: 1.5rem;
    align-self: flex-end;
}

.heard>h1>img {
    height: 100%;
    height: 100%;
}

.heard>a {
    height: 0.59rem;
    margin-top: 0.44rem;
}

.heard>a:nth-child(2) {
    margin-left: auto;
}

.heard>a:nth-child(3) {
    margin-right: 0.23rem;
    margin-left: 0.23rem;
}

.heard>a>img {
    height: 100%;
}

.footer {
    position: fixed;
    bottom: 0;
    height: 1.73rem;
    width: 100%;
    z-index: 100;
}

.footer>img {
    width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100vh;
    --swiper-pagination-bullet-width: 0.27rem;
    --swiper-pagination-bullet-size: 0.27rem;
    --swiper-theme-color: rgb(242, 62, 123);
    --swiper-pagination-bullet-inactive-color: rgb(255, 255, 255);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-right: 0.59rem;
}

.swiper-pagination-bullet {
    border: 0.03rem solid white;
    margin: 0.15rem 0 !important;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    padding-right: 1.6rem;
    padding-left: 1.4rem;
    overflow: hidden;
    display: flex !important;
    align-items: flex-end;
    justify-content: space-between;

}

.swiper-slide>img:nth-child(1) {
    margin-bottom: auto;
    margin-top: 1.9rem;
    width: 6.8rem;
    height: 3.8rem;
}

.swiper-slide>img:nth-child(2) {
    width: 8.64rem;
    height: 9.01rem;
}

.left {
    position: fixed;
    left: 0.87rem;
    bottom: 0.55rem;
    z-index: 200;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

.left>img {
    width: 2.56rem;
    height: 0.25rem;
}

.code {
    display: flex;
    align-items: end;

}

.code .qr {
    width: 2.67rem;
    height: 2.67rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/pc/qr_bg.png) center no-repeat;
    background-size: 100% 100%;
    margin-top: 0.2rem;
}

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

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

.code>img {
    width: 6.01rem;
    height: 2.02rem;
    margin-left: 0.2rem;
    margin-bottom: 0.35rem;
}