.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 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

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

.desktop .contact {
    display: flex;
}

.slg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 75%;
    left: 55%;
    transform: translateX(-50%);
    object-fit: contain;
}

.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 {
    position: relative;
    bottom: 5vw;
    left: 19vw;
    display: flex;
    flex-direction: column;
}

.downloadLink {
    width: 12vw;
    object-fit: contain;
    margin-bottom: 1.5vw;
}

.content .qrcode-box {
    font-size: 0;
    display: inline-block;
    width: 200px;
    height: 200px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
}

.inside {
    border-radius: 10px;
    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;
}

.right {
    position: relative;
    top: 0vw;
    right: 3vw;
    width: 48vw;
    height: 100%;
    object-fit: contain
}

.text {
    position: absolute;
    bottom: 0vw;
    width: 100%;
}