* {
    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;
}

.landing-ads-download-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    margin-bottom: 0.5rem;
    padding: 0 20px;
}

.landing-ads-download-slot {
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.landing-ads-download-slot img {
    border-radius: 8px;
}

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

.app .btn_list a {
    display: block;
    overflow: hidden;
    border-radius: 999px;
    background-color: #ffc21a;
    isolation: isolate;
}

.app .btn_list img {
    mix-blend-mode: multiply;
}

.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;
    }

    .content-area {
        transform: translateY(-0.75rem);
    }

    .icon-img {
        height: 2rem;
    }

    .landing-ads-download-row {
        height: 72px;
        min-height: 72px;
        margin-bottom: 0.25rem;
    }

    .app {
        gap: 0.35rem;
        padding: 0 0.75rem;
    }

    .app .btn_list {
        flex: 1 1 0;
        min-width: 0;
    }

    .app .btn_list a {
        position: relative;
        display: flex;
        height: 2.5rem;
        overflow: hidden;
        align-items: center;
        justify-content: center;
    }

    .ios img,
    .android img {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0;
        transform: translateY(-50%);
    }

    .setup-tips-container {
        padding: 0.5rem 0 0.75rem;
    }

    .setup-tips-container img {
        height: 0.8rem;
        width: unset;
    }
    .photo img {
        width: 85%;
    }
}

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

    .icon-img {
        height: 1.5rem;
    }

    .landing-ads-download-row {
        padding: 0 12px;
    }

    .app {
        gap: 0.25rem;
        padding: 0 0.5rem;
    }

    .app .btn_list a {
        height: 2.1rem;
    }

    .setup-tips-container {
        padding: 0.4rem 0 0.6rem;
    }

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