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

.wrap-body {
    max-width: 480px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    width: 100%;
    background-image: url(../images/bg.webp);
    background-size: 100% 100%;
}

a {
    text-decoration: none;
    color: #1f1f1f;
}


.header-area {
    max-width: 480px;
    z-index: 9;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: white;
}


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

.logo-container {
    margin: 0;
    color: white;
    display: flex;
    align-items: center;
}
.logo-container img {
    width: 100%;
}
.logo {
    display: flex;
    align-items: center;
}
.logoo {
    height: 3.5rem;
    width: unset !important;
}

.logo-txt {
    margin-left: .5rem;
    display: grid;
}

.txt-1 {
    height: 1.7rem;
    width: unset !important;
    padding-bottom: .4rem;
}

.txt-2 {
    height: .7rem;
    width: unset !important;
}

.btn-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btnimg {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 10px;
}

.icon-img {
    height: 2.5rem;
}

.main-content {
    min-height: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content-area {
    max-width: 480px;
    z-index: 1;
    width: 100%;
}

.content-area {
    text-align: center;
}

.content-area img {
    width: 100%;
}

.footer-area {
    position: fixed;
    max-width: 480px;
    bottom: 0;
    width: 100%;
    padding-top: 0.5rem;
    z-index: 9;
}

.footer-area img {
    width: 100%;
    display: block;
    margin: auto;
}

.app {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
}

.setup-tips-container {
    text-align: center;
    padding: 1rem 0;
}

.setup-tips-container img {
    height: 1rem;
    width: unset;
}

.ios img,
.android img {
    height: 4.2rem;
    padding: 0.2rem;
}

.photo {
    text-align: center;
}

.photo img {
    width: 90%;
}

.swiper {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .logoo {
        height: 2.8rem;
    }
    .icon-img {
        height: 2rem;
    }
    .ios img,
    .android img {
        height: 3.6rem;
    }
    
    .setup-tips-container img {
        height: 0.8rem;
        width: unset;
    }
    .photo img {
        width: 85%;
    }
}

@media screen and (max-width: 320px) {
    .content-area {
        padding-top: 0rem;
    }
    .logoo {
        height: 2rem;
    }

    .icon-img {
        height: 1.5rem;
    }

    .ios img,
    .android img {
        height: 2.7rem;
    }

    .setup-tips-container img {
        height: 0.6rem;
        width: unset;
    }
    .photo img  {
        width: 80%;
    }
    .header-activity {
        padding: 0.5rem;
    }
}