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

* {
    -webkit-user-drag: none;
    box-sizing: border-box;
}

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

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

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

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

}

.desktop .contact {
    display: flex;
}

.slg {
    position: absolute;
    top: 2vw;
    width: 35vw;
    left: 50%;
    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;
    justify-content: center;
    align-items: center;
}


.video-wrapper {
    position: relative;
    width: 40vw;
}

.bdpic {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.downloadArea {
    position: absolute;
    bottom: 0;
    right: 0;
}

.qrcode {
    width: 600px;
    height: 150px;
}

.content .qrcode-box {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    font-size: 0;
    display: inline-block;
    width: 150px;
    height: 150px;
    box-sizing: border-box;
}

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


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


#background-video {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    height: 75%;
    object-fit: fill;
    border-radius: 0 0 20px 20px;
    z-index: 1;
}

#qrcode img {
    visibility: visible !important;
}

.btn-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}


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

.right {
    position: relative;
    bottom: 0;
    right: 5vw;
    width: 45vw;
    height: 100%;
}

.right .image-fade {
    width: 100%;
    height: 100%;
    object-fit: contain
}


@media (max-height: 700px) {
    .right {
        max-height: 65vh;
    }
}

@media (min-height: 1000px) {
    .right {
        max-height: 90vh;
    }
}