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 / 9.6)
    }
}

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

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 9.6rem;
    height: 1.28rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.505rem 0 0.895rem;
}

.header>h1 {
    width: 0.755rem;
    height: 0.62rem;
    align-self: flex-end;
}

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

.header>a {
    width: 0.94rem;
    height: 0.27rem;
    margin-top: 0.3rem;
}

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

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

.header>a:nth-child(3) {
    margin-left: 0.11rem;
    margin-right: 0.11rem;
}

.pc {
    width: 9.6rem;
    height: 100%;
    overflow: hidden;
    background: url('../images/pc/bg.jpg') center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
}

.left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.88rem;
    padding-top: 1.03rem;
}

.left>h2 {
    width: 2.905rem;
    height: 1.255rem;
}

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

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

.code .qr {
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 0.05rem;
}

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

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

.tip {
    margin-left: 0.15rem;
    display: flex;
    flex-direction: column;
}

.tip>a {
    width: 1.45rem;
    height: 0.375rem;
}

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

.tip>a:nth-child(1) {
    margin-bottom: 0.1rem;
}

.right {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-right: 0.225rem;
}

.right>img {
    width: 5.15rem;
    height: 4.54rem;
}

.text {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.18rem;
    font-size: 14px;
    color: #fff;
    z-index: 1;
}