.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 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desktop .contact {
    display: flex;
}

.slg {
    position: absolute;
    top: 1vw;
    max-width: 120%;
    max-height: 100%;
    left: 45%;
    transform: translateX(-50%);
}

.fingerprint {
    position: absolute;
    left: 35%;
    top: 1vw;
    width: 20%;
}

.bottom {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
}

.main-left {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.downloadArea {
    display: flex;
    position: absolute;
    left: 5vw;
    bottom: 35%;

}

.content .qrcode-box {
    display: inline-block;
    width: 180px;
    height: 180px;
    background: rgb(44 35 64);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
}

.inside {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 100%;
}


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

.qrcode_tip {
    font-size: 1vw;
    font-weight: 100;
    position: fixed;
    bottom: 1vw;
    margin-left: .5vw;
}

#qrcode img {
    visibility: visible !important;
}

.btn-box {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20%;
    left: 15%;
}

.btn-box .btn {
    display: inline-block;
    width: 250px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .3s ease;
    background: transparent;
    font-size: 24px;
}

.btn-box img {
    width: 100%;
}

.bottom_left {
    width: 45vw;
    height: 90%;
    object-fit: contain;
    margin-bottom: 4.5vw;
}

.btn-box .btn:hover {
    transform: translateY(-4px) scale(1.05)
}

.qrcode_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8vh;
}

.right_box {
    position: relative;
    top: -6vw;
    width: 45vw;
    height: 100%;
    object-fit: contain
}