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.jpg') no-repeat center center;
    background-size: cover;
}

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

.logo>h1 {
    width: 385px;
    height: 120px;
}

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

.logo>a {
    width: 192px;
    height: 52px;
}

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

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

.main {
    width: 19.2rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0.2rem;
}

.main-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.main-left>h2 {
    width: 8.41rem;
    height: 3.89rem;
}

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

.code {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    padding-bottom: 0.5rem;
}

.qr-bg {
    width: 3rem;
    height: 2.44rem;
    background: url('../images/pc/code-bg.png') center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.qr {
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    z-index: 1;
    left: 0.125rem;
    top: 50%;
    transform: translateY(-50%);
}

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

.code>img {
    width: 4.73rem;
    height: 1.31rem;
    margin-left: 0.2rem;
}

.main>img {
    width: 8.89rem;
    height: 9.85rem;
    margin-left: 1.4rem;
}