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

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

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

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

.pc {
    width: 19.2rem;
    height: 100%;
}

.header {
    position: fixed;
    top: 1;
    left: 1;
    width: 19.2rem;
    height: 2.18rem;
    display: flex;
    justify-content: space-between;
    padding: 0 2.54rem 0 2.68rem;
    z-index: 10;
}

.header>h1 {
    width: 5.23rem;
    height: 0.99rem;
    align-self: flex-end;
}

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

.header>a {
    width: 1.29rem;
    height: 0.5rem;
    margin-top: 1.19rem;
}

.header>a:nth-child(2) {
    margin-left: auto;
    margin-right: 0.31rem;
}

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

.code {
    position: fixed;
    top: 60%;
    left: 2.53rem;
    display: flex;
    align-items: center;
    z-index: 20;
}

.code .qr {
    width: 2.5rem;
    height: 2.5rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.tip {
    margin-left: 0.17rem;
}

.tip>h6 {
    font-size: 0.24rem;
    font-weight: 400;
    color: rgb(255, 11, 96);
    margin-bottom: 0.15rem;
}

.tip>p {
    width: 3.31rem;
    line-height: 0.286rem;
    font-size: 0.18rem;
    color: #fff;
}

.swiper {
    width: 19.2rem;
    height: 100%;
    overflow: hidden;
    --swiper-pagination-bullet-width: 14px;
    --swiper-pagination-bullet-size: 14px;
    --swiper-theme-color: rgb(255, 11, 96);
    --swiper-pagination-bullet-inactive-color: rgba(255, 11, 96, 0.5);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-right: 0.91rem;
    --swiper-pagination-bullet-vertical-gap: 20px;
}

.swiper-pagination-bullet-active {
    --swiper-pagination-bullet-height: 80px;
    --swiper-pagination-bullet-border-radius: 10px;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.content {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.bg_1 {
    background-image: url('../images/pc/bg_1.jpg');
}

.bg_2 {
    background-image: url('../images/pc/bg_2.jpg');
}

.bg_3 {
    background-image: url('../images/pc/bg_3.jpg');
}

.content>h2 {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 2.34rem;
}

.content>h2>img {
    width: 6.15rem;
    height: 1.22rem;
}

.poster {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}

.poster>img:nth-child(1) {
    width: 7.64rem;
}

.poster>img:nth-child(2) {
    height: 1.17rem;
    margin-top: 0.29rem;
}