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

.desktop .contact {
    display: flex;
}

.slg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 70%;
    left: 60%;
    transform: translateX(-50%);
}

.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: 7vw;
    display: flex;
}

.content .qrcode-box {
    font-size: 0;
    display: inline-block;
    width: 180px;
    height: 180px;
    background: #eb436a;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 15px;
}

.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: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    object-fit: contain
}

.fd {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text {
    width: 250px;
}

.scanCode {
    width: 250px;
    object-fit: contain;
}

.arrow {
    width: 50px;
}

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

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

.gril {
    position: absolute;
    top: 0;
    left: 30%;
    width: 20vw;
}