* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.desktop {
    display: none;
}

.wrap-body {
    background: url('../images/mobile/bg.png');
    background-size: 100% 100%;
    max-width: 750px;
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
}

a {
    text-decoration: none;
    color: #ffffff;
}

.header-activity {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: .8rem 1rem;
}

.header-activity img {
    width: 100%;
}

.logo-container {
    margin: 0;
    color: white;
    display: flex;
    align-items: center;
}

.logo-txt img {
    width: unset;
}

.logo img {
    height: 4rem;
    width: unset;
}

.txt-1 img {
    height: 1.6rem;
    padding-bottom: .3rem;
}

.txt-2 img {
    height: .7rem;
}

.contact-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-container img {
    height: 2.7rem;
    width: unset;
}

.footer-area {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    padding-top: 2vw;
}

.footer-area img {
    width: 80%;
    display: block;
    margin: auto;
    /* padding: .3rem; */
}

.footer-area .app-logo-android img, .footer-area .app-logo-ios img {
    width: 32vw;
}

.l-area {
    width: 60%;
    text-align: left;
    padding-left: 5%;
}

.btt {
    width: 40%;
    text-align: center;
}

.l-area img {
    height: 4.5rem;
    width: unset !important;
}

.btt img {
    width: unset !important;
    height: 2.5rem;
}


.main-content {}

.logo-area img {
    padding: 10px;
}

.content-area {
    height: calc(100vh - 5.5rem);
    z-index: 1;
}

.contact-area {
    display: block;
    text-align: center;
}

.contact-area img {
    width: 96%;
    margin: auto;
    padding: .5rem;
}


.tip,
.logo-area,
.titlee_ {
    text-align: center;
}

.contact-container {
    /* display: flex; */
    flex-direction: row;
    align-items: center;
}

.contact-us {
    text-align: center;
    margin-left: 1.2rem;
}

.txtt img {
    height: .8rem;
    margin-top: .3rem;
}

.i-img {
    width: 70%;
}

.i-image {
    margin-top: .45rem;
    margin-left: .2rem;
    width: .5rem;
}

.title_ {
    color: rgb(255 255 255);
    font-size: 1rem;
}

.desc {
    color: rgb(153 153 153);
    font-size: .8rem;
    padding-top: .6rem;
}

.tip,
.titlee_,
.content-area {
    max-width: 750px;
    width: 100%;
}

.and-btn,
.i-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.and-btn img,
.i-btn img {
    height: 2rem;
    vertical-align: middle;
}

.logo-area img {
    width: 90%;
}

.title img {
    width: 50%;
}

.download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo {
    display: flex;
    justify-content: center;
}

.txt-slider {
    text-align: center;
    /* padding-top: 1rem; */
}

.txt-slider img {
    width: 95%;
}

.app {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    /* padding-bottom: .8rem; */
}

.set-up-tip {
    text-align: center;
    text-decoration: underline;
    font-size: 1.2rem;
    padding-bottom: 3vw;
    display: flex;
    justify-content: center;
}

.set-up-tip img {
    height: 3rem;
    width: unset;
}

.email {
    padding-bottom: 7rem;
}

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

.swiper-slide {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: unset;
}

.swiper-pagination-bullets {
    top: 23% !important;
    right: 15px !important;
}

.swiper-pagination-bullet-active {
    background: #fff;
    height: 1.5rem;
    border-radius: 8px;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
}

.popup {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    text-align: center;
}

.desc {
    text-align: center;
    position: relative;
}

.desc img {
    width: 80%;
}

.link-btn {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    right: 0;
}

.link-btn img {
    width: unset;
    height: 2rem;
}

.close {
    text-align: center;
}

.close img {
    width: 10%;
    padding-bottom: 0.5rem;
}

.popup__h2 {
    text-align: center;
}

.footer-area.btn_down p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 4vw;
}

.footer-area.btn_down p span {
    color: #ff9102;
    text-align: center;
    font-size: 6vw;
    font-weight: 400;
}

.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.spinner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 9px solid;
    border-color: rgba(0, 0, 0, 0.5);
    border-right-color: #8d42f3;
    -webkit-animation: spinner-zp9dbg 1s infinite linear;
    animation: spinner-zp9dbg 1s infinite linear;
}

@-webkit-keyframes spinner-zp9dbg {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.slogan {
    margin-bottom: 2vw;
}

@keyframes spinner-zp9dbg {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@media screen and (max-width: 480px) {
    .swiper {
        width: 100%;
    }

    .l-area img {
        height: 3.5rem;
    }

    .btt img {
        height: 2.2rem;
    }

    .set-up-tip img {
        height: 1.2rem;
        /* width: unset !important; */
    }

    .header-area {
        top: 2%;
    }

    .wrap-body {
        width: 100vw;
        height: 100vh;
    }

    .wrap-body .main-content {
        width: 100vw;
        height: 100vh;
    }

    .txt-slider img {
        margin-bottom: unset;
        width: 90%;
    }

    .footer-area {
        bottom: 0;
    }

    .contact-container img {
        height: 3.5rem;
        width: unset;
    }

    .logo img {
        height: 3.2rem;
    }

    .txtt img {
        height: .8rem;
    }

    .set-up-tip {
        font-size: 1rem;
    }

    .footer-area img {
        width: 95%;
    }

    .contact-us {
        margin-left: .5rem;
    }

    .app {
        padding: 0 .5rem 4px;
    }

    .photo img {
        width: 66.7%;
    }
}

@media screen and (max-width: 320px) {

    .logo img {
        height: 2rem;
        width: unset;
    }

    .contact-container img {
        height: 2rem;
        width: unset;
    }

    .txtt img {
        height: .5rem;
    }

    .set-up-tip {
        font-size: .7rem;
    }

    .txt-slider img {
        width: 75%;
    }

    .app {
        padding-bottom: 0;
    }

    .set-up-tip img {
        height: 1rem;
        width: unset;
        padding: 0;
    }
}
