.mobile {
    color: #fff;
    position: relative;
    /* overflow-y: auto; */
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;


    background: url("../image/bg.jpg") center/100% no-repeat;
}

.slg {
    margin: 40px 10% 0;
}

.content {
    flex: 1;
    overflow: auto;

}


.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.slide-inner {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}


.slide-inner img {
    padding: 0 10px;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    object-fit: cover;

}


.btnImg1,
.btnImg2 {
    width: 24vw;
    margin-top: 2vw;

}

.btnImg2 {
    padding-left: 4vw;
}

.contact {
    position: absolute;
    top: 15px;
    right: 9px;
    display: flex;

}


.mobile .tips {

    margin: 5% 5%;
    font-size: 28px;
    text-align: left;
    color: #f3a23a;


}

.downloadAra {
    padding: 10px;
    background: #A9091A;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    top: auto;
    position: fixed;
    right: 0;
    left: 0;

}

.downloadAra .left {
    display: flex;
}


.title {
    display: flex;
    justify-content: space-around;
    align-items: center;

}




.tipsToast {
    z-index: 2;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000a;
    display: flex;
    align-items: center;
    justify-content: center;

}

.tipsToast>img {
    width: 80%;
}


.iosGuide {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.iosGuide img {
    max-width: 90vw;
    max-height: 90%;
}





.feedback {
    display: none;
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    font-size: 32px;

}

.feedbackTip {
    color: black;
}

.feedback .mask {


    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.feedback .bg {
    padding: 10px;
    border-radius: 10px;
    width: 80%;

    z-index: 2;

    background: white;
    justify-content: space-around;

    display: flex;
    flex-direction: column;
    align-items: center;
    height: 500px;
}

.feedback input {
    width: 80%;
    /* height: 300px; */
    height: 80px;
    font-size: 32px;
}

.feedback .sendBtn {
    margin-top: 10px;
    background: blue;
    border-radius: 5px;
    font-size: 32px;

    width: 80%;
    line-height: 80px;
    height: 80px;
    text-align: center;

}


.page {
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    height: 100%;

}




.footer {
    display: flex;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.70);
    color: #fff;
    padding: 3% 3%;
    bottom: 0;
}

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

.footer .statsDownload {
    /* margin-right: 60px; */
    margin-top: 5px;
}

.footer .statsDownload .leftIcon {
    width: 35vw;
}