.desktop {
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 0px;
    overflow: hidden;
}

* {
    -webkit-user-drag: none
}

.desktop .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    object-fit: cover;
}

.desktop .fixed-bg * {
    object-fit: cover;
}

.content {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.top {
    padding: 40px 0 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desktop .contact {
    display: flex;
    flex-direction: column;
}

.slg {
    position: absolute;
    top: 12vw;
    max-width: 80%;
    max-height: 100%;
    left: 25%;
    transform: translateX(-50%);
}



.character {
    position: absolute;
    bottom: 2vw;
    left: 10vw;
    max-width: 70%;
}

.qrcodequyu {
    position: absolute;
    top: 5vw;
    right: 0;
    width: 40vw;
}

.qrcode-box {
    position: absolute;
    top: 5vw;
    right: 27vw;
    width: 150px;
    height: 150px;
    padding: 0;
    border-radius: 0;
    transform: translate(50%, 50%) rotate(14deg);
    transform-origin: center;
    border: 5px solid black;
}



.inside {
    border-radius: 10px;
    background: #fff;
    height: 100%;
}


.btn-right {
    margin-left: 2vw;
}


#qrcode img {
    visibility: visible !important;
}

.downloadTip {
    position: absolute;
    right: 20vw;
    bottom: 0;
    width: 40vw;
}

.cd {
    position: absolute;
    left: 15vw;
    bottom: 0;
    width: 15vw;
}

.xiushi {
    position: absolute;
    top: 5vw;
    left: 0;
    width: 100%;
}