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.875px;
    }
}

body {
    background: url('../images/pc/bg.jpg') center center no-repeat;
    background-size: cover;
}

.logo {
    position: fixed;
    width: 19.2rem;
    height: 1.8rem;
    left: 0;
    top: 0;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.84rem 0 0.68rem;
}

.logo>h1 {
    width: 3.92rem;
    height: 1.4rem;
}

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

.logo>a:nth-child(2) {
    width: 2.19rem;
    height: 0.59rem;
    margin-left: auto;
    margin-right: 0.25rem;
}

.logo>a:nth-child(3) {
    width: 2.38rem;
    height: 0.59rem;
}

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

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

.left {
    padding-top: 0.38rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left>h2 {
    width: 9.36rem;
    height: 5.32rem;
}

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

.code {
    margin-top: 0.6rem;
    width: 8.83rem;
    height: 2.91rem;
    background: url('../images/pc/code.png') center center no-repeat;
    background-size: 100% 100%;
    position: sticky;
    bottom: 0;
    z-index: 1;
}

#qr {
    width: 2.03rem;
    height: 2.03rem;
    position: absolute;
    left: 0.2rem;
    top: 0.67rem;
}

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

.content {
    width: 6.96rem;
    height: 8.93rem;
    align-self: flex-end;
    margin-left: 0.8rem;
}

.img {
    width: 6.96rem;
    height: 8.93rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.one>img {
    width: 6.96rem;
    height: 8.93rem;
}

.two>img {
    width: 6.95rem;
    height: 8.49rem;
}