.desktop {
    color: #fff;
    width: 100%;
    height: 100%;

    font-size: 0px;
    overflow: hidden;
}

* {
    -webkit-user-drag: none
}


#qrcode img {
    visibility: inherit;
}

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


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

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

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    >img{
        margin: 40px 0 0 40px;
    }
}

.logo2{
    width: 10vw;
    height: 2.4vw;
    margin-left: 2.4vw;
}
.customerBtn{
    width: 2.5vw;
    height: 2.5vw;
    margin-right: 1.5vw;
}
.cooperationBtn{
    width: 2.5vw;
    height: 2.5vw;
    margin-right: 2.4vw;
}

.desktop .contact {
    display: flex;
    width: 27%;
    justify-content: space-between;
}

.desktop .contact img {
    /* width: 10vw; */
    cursor: pointer;
}

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

.bottom {
    flex: 1;
    padding: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

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

.content .slogan {
    position: absolute;
    width: 480px;
    left: 10%;
    top: 30%;
}


.downloadArea {
    position: absolute;
    bottom: 8vw;
    margin-top: 0.4rem;
    margin-left: 4vw;
    display: flex;
    right: 5vw;
}
.iosBtn{
    position: absolute;
    bottom: 3.5vw;
    margin-top: 0.4rem;
    margin-left: 4vw;
    display: flex;
    right: 5vw;
    width: 16vw;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .3s ease;
    background: transparent;
}

.content .qrcode-box {
    font-size: 0;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;

}

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


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

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

#qrcode img {
    visibility: visible !important;
    width: 5vw;
}

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

.btn-box .btn {
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .3s ease;
    background: transparent;
    font-size: 24px;
    width: 8vw;
    height: 2.5vw;
    /* border: 1px solid red; */
}

.btn-box img {
    width: 100%;
}
.iosBtn:hover {
    transform: translateY(-4px) scale(1.05)
}

.btn-box .btn:hover {
    transform: translateY(-4px) scale(1.05)
}
@keyframes imageFlyIn {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.text-fly-in {
    animation: textFlyIn 1.5s ease-out forwards;
}

.image-fly-in {
    animation: imageFlyIn 1.5s ease-out forwards;
}


.right_box {
    position: relative;
    top: -5vw;
    right: 3vw;
    width: 35vw;
    height: 100%;
    object-fit: contain
}
.right_box3 {
    position: relative;
    top: -7vw;
    right: 3vw;
    width: 35vw;
    height: 100%;
    object-fit: contain;
    z-index: -1;
}

.zhen {
    display: none;
}

.qrcode_left {
    display: flex;
    position: relative;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8vh;
}

.qrcode_model {
    margin-left: 13vw
}

.qrcode_right {
    margin-left: 4vw
}

.free {
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 99;
    width: 8vw;
    cursor: pointer;
}

