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

body {
    scrollbar-width: none;
    -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.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.65rem 0 0.6rem;
    z-index: 2;
}

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

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

.heard>a {
    height: 0.59rem;
}

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

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


h2 {
    width: 8.35;
    height: 3.44rem;
    position: fixed;
    left: 1.2rem;
    top: 2.4rem;
}

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

.main {
    width: 100%;
    min-height: 100vh;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.main>img {
    min-height: 9.5rem;
    height: 100vh;
}

.left {
    position: fixed;
    left: 0.9rem;
    bottom: 1rem;
    z-index: 10;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

.left>img {
    width: 2.56rem;
    height: 0.25rem;
}

.code {
    display: flex;
    align-items: flex-end;
    margin-top: 0.2rem;

}

.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%;
}

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

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

.code>img {
    width: 6.69rem;
    height: 2.21rem;
    margin-left: 0.25rem;
}