.mobile {
    color: #fff;
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background-image: url("../mobile/bg2.png");
    background-size: 100%;

}

.header {
    width: 100%;
    padding: 10px; 
    color: white; 
    flex-shrink: 0;
    height: 20vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border: 1px solid red; */
}



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

.btnImg1,
.btnImg2 {
    width: 24vw;
    /* margin-right: 1vw; */

}

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

.logo {
    width: 60vw;
    display: flex;
    justify-content: center;
    padding: 3vw 5vw;
}

.contact {
    display: flex;
    /* flex-direction: column; */

}

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

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.content .title{
    height: 30%;
    width: 90%;
    object-fit: contain;
}
.content .slg{
    position: relative;
    top: -5vw;
    height: 70%;
    width: 90%;
    object-fit: contain;
}
.zhen {
    display: none;
}
.fork{
    width: 100%;

}

.footer {
    position: relative;
    bottom: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3% 3% 5% 3%;
    width: 100%;
}

.fix-bot {
    bottom: 13vw !important;
}


.footer .leftIcon {
    width: 70vw;
    height: 15vw;
}


.bottom_text {
    width: 90vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.2vw;
    flex-direction: column;
    margin-left: 4vw;
    margin-top: 4vw;

}
.free{
    position: absolute;
    top: 40%;
    right: 2vw;
    width: 20vw;
}
.download_box{
    display: flex;
    justify-content: space-around;
    margin: 0 2vw 0 6vw;
}