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

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

@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: 100%;
    height: 100%;
    background: url('../images/pc/bg.jpg') center center no-repeat;
    background-size: cover;
}

.header {
    width: 19.2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 0.48rem 1.2rem 0;
}

.header>h1 {
    width: 3rem;
    height: 0.96rem;
}

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

.header>a {
    width: 1.26rem;
    height: 0.36rem;
}

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

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

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

.main .left {
    width: 8.4rem;
    height: 100%;
    margin-right: 0.76rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1.22rem;
}

.main .left>h2 {
    width: 100%;
    height: 4.2rem;
}

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

.code {
    margin-top: 0.48rem;
    display: flex;
    align-items: center;
    padding-bottom: 0.1rem;
    position: sticky;
    bottom: 0;
    z-index: 1;
}

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

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

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

.code>img {
    width: 4.4rem;
    height: 2.2rem;
    margin-left: 0.24rem;
}

.main>img {
    width: 7.64rem;
    height: 8.76rem;
    align-self: flex-end;
}