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

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

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

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

body {
    width: 100%;
    height: 100%;
    background: url('../images/pc/pc-bg.webp') no-repeat center center;
    background-size: cover;
}

.logo {
    width: 19.2rem;
    padding: 80px 89px 0 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
}

.logo>h1 {
    height: 84px;
    width: 262px;
}

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

.logo>a {
    width: 144px;
    height: 64px;
}

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

.logo>a:nth-of-type(1) {
    margin-left: auto;
    margin-right: 12px;
}

.main {
    width: 19.2rem;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-right: 0.2rem;
}

.main_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main_left>h2 {
    width: 8rem;
    height: 3.72rem;
}

.main_left>h2>img {
    width: 100%;
    height: 100%;
}

.btn {
    display: flex;
    margin-top: 0.2rem;
}

.btn>img {
    width: 3.82rem;
    height: 0.84rem;
}

.btn>img:nth-of-type(2) {
    margin-left: 0.2rem;
}

.text {
    width: 5.2rem;
    margin-top: 0.12rem;
    font-size: 0.2rem;
    color: #d599ba;
    font-weight: 500;
    line-height: 0.29rem;
    text-align: center;
}

.main_poster {
    height: 100%;
    display: flex;
    align-items: center;
}

.main_poster>img {
    width: 8rem;
    height: 8rem;
}

.footer {
    position: fixed;
    z-index: 100;
    right: 0.8rem;
    bottom: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.code {
    width: 165px;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 24px;
    border: 5px solid #ff8dd2;
}

.qr {
    width: 135px;
    height: 135px;
}

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

.footer>p {
    margin-top: 13px;
    font-size: 20px;
    color: #ff8dd2;
    font-weight: 500;
    line-height: 29px;
}