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: 19.2rem;
    height: 100%;
    overflow: hidden;
    background: url('../images/pc/bj.jpg') center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 0 1.27rem;
}

.content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.code {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.code .qrBox {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.38);
    border-radius: 0.1rem;
    margin-bottom: 0.61rem;
}

.code .qrBox>p {
    line-height: 0.17rem;
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.63);
}

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

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

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

.code .qrBox>img {
    width: 0.68rem;
    height: 0.21rem;
}

.code>img {
    width: 2.3rem;
    height: 0.7rem;
}

.code>img:nth-child(3) {
    margin-top: 0.18rem;
    margin-bottom: 0.97rem;
}

.content>p {
    line-height: 0.25rem;
    font-size: 0.18rem;
    color: rgb(255, 10, 85);
    align-self: flex-end;
    margin-bottom: 0.25rem;
}

.a_link {
    display: flex;
    align-self: flex-end;
    margin-bottom: 0.98rem;
}

.a_link>a {
    height: 0.51rem;
}

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

.a_link>a:nth-child(2) {
    margin-left: 0.36rem;
    margin-right: 0.35rem;
}