.mobile {
    color: #fff;
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background: url("../images/mobile/bg.png") no-repeat center/cover;
}

.header {
    width: 100%;
    flex-shrink: 0;
    height: 20vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.fixed-bg {
    flex: 1;
    width: 100%;
    font-size: 0;
    overflow: auto;
}

.btnImg1,
.btnImg2 {
    width: 10vw;

}

.btnImg2,
.btnImg1 {
    padding-right: 2vw;
}

.logo {
    display: flex;
    justify-content: center;
    padding: 3vw 4vw;
    height: 14vw;
}

.contact {
    display: flex;

}

.contact .btn {
    margin-right: 3vw;
}


.content {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    flex: 1;
}

.content .title {
    position: absolute;
    top: 5vw;
    left: 42%;
    transform: translateX(-50%);
    width: 90vw;
    max-width: 700px;
    height: auto;
    object-fit: contain;
}

.content .slg {
    position: absolute;
    top: 0vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1000px;
    height: 100%;
    object-fit: inherit;
}



.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3% 3% 5% 3%;
}

.footer .leftIcon {
    width: 45vw;
}

.download_box {
    display: flex;
    justify-content: space-around;
}

.downloadLink {
    margin-bottom: 3vw;
}