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 (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.72rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.68rem 0 0.42rem;
    z-index: 100;
}

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

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

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

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

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

.heard>a>img {
    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;
}

.sa {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}

.sa>img:nth-child(2) {
    height: 9rem;
}

.sa>img:nth-child(1) {
    height: 3.8rem;
    position: absolute;
    top: 1.9rem;
    left: 0.94rem;
    z-index: 1;
}

.normal {
    width: 100%;
    height: 100%;
    padding-right: 1.83rem;
    padding-left: 1.29rem;
    overflow: hidden;
    display: flex !important;
    align-items: flex-end;
    justify-content: space-between;

}

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

.normal>img:nth-child(2) {
    width: 9.42rem;
    height: 8.11rem;
    margin-bottom: 0.57rem;
}

.left {
    position: fixed;
    left: 0.74rem;
    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;
}