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

.desktop .contact {
    display: flex;
}

.slg {
    position: absolute;
    top: 8vw;
    width: 100%;
    height: 80%;
    left: 15%;
    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;
}

.main {
    position: absolute;
    top: 10%;
    left: 30%;
    width: 40vw;
    object-fit: contain
}

.right {
    position: absolute;
    right: 10vw;
    top: 35%;
    width: 30vw;
    object-fit: contain
}

.downloadArea {
    position: absolute;
    right: 5vw;
    bottom: -1vw;
}

.download-box {
    position: relative;
    display: inline-block;
}

.download {
    width: 400px;
    height: auto;
    display: block;
}

.qrcode-box {
    position: absolute;
    top: 46%;
    left: 51%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #fff;
}

.qrcode-box .inside {
    padding: 10px;
    background: #fff;
}

.bubble1 {
    position: absolute;
    top: 40%;
    left: 35%;
    width: 15vw;
}

.bubble2 {
    position: absolute;
    top: 60%;
    left: 55%;
    width: 10vw;
}

.bubble3 {
    position: absolute;
    top: 70%;
    left: 35%;
    width: 15vw;
}

.bubble4 {
    position: absolute;
    top: 90%;
    left: 49%;
    width: 10vw;
}

.bubble5 {
    position: absolute;
    top: 60%;
    left: 47%;
    width: 6vw;
}

.bubble6 {
    position: absolute;
    top: 80%;
    left: 55%;
    width: 6vw;
}

.bubble7 {
    position: absolute;
    top: 90%;
    left: 30%;
    width: 4vw;
}