.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: fill;
}

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

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

    width: 50vw;
    margin-left: 2vw;
}

.top {
    padding: 7vh 5vw;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 100%;
    height: 100%; */
}

.desktop .contact {
    display: flex;
}

.desktop .contact  img{
    width: 4vw;
    /* margin-right: 20px; */
    cursor: pointer;
}

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

.main-left {
    height: 100%;
    /* border: 1px solid red; */
}

.content .slogan {
    position: absolute;
    width: 480px;
    left: 10%;
    top: 30%;
}
.cooperationBtn{
    cursor: pointer;
}
.customerBtn{
    cursor: pointer;
}
.btn_android{
    margin-top: 1vh;
}
.tips{
    /* width: 20vw; */
    font-size: 1vw;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2vh;
    /* margin: 0 auto; */
    /* z-index: 1001; */
    /* color: ; */
    /* margin-top: 20vh; */
    /* height: ; */
}
.downloadArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 6vh;
    border: 1pxs solid red;

}

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

.contentBox{
    /* border: 1px solid red; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
}
 /* .qrcode-box::before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    bottom: -3px;
    right: -3px;
    border-radius: 10px;
    z-index: -1;
} */

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

#qrcode img {
    visibility: visible !important;
} */
 /* .qrcode-box{
    background-color:  #fff !important;
 } */

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


.btn-right {
    /* margin-left: 2vw; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* border: 1px solid green; */
    /* width: 100%; */
    /* margin-top: 4vh; */
    justify-content: center;
    /* width: 100%; */
    /* margin-left: 1vw; */
}
.rightImg{
    width: 40vw;
    height:90%;
    position: fixed;
    right: 4.5vw;
    object-fit:contain;
    bottom: 0;

}
.right{
    width: 40vw;
    height:100%;

}



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

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

}

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


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

