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

.wrap-body {
    max-width: 480px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-image: url(../images/background.webp);
    background-size: 100% 100%;
    position: relative;
}

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


.header-area {
    max-width: 480px;
    z-index: 9;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.2); */
    /* backdrop-filter: blur(10px); */
}

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

.logo-container img {
    width: 100%;
}

.header-activity .contact img{
    height: 4rem;
}

.logo {
    display: flex;
}

.logoo {
    height: 4rem;
    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;
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    max-width: 480px;
    width: 100%;
}
.img-area {
    padding: 0 20px;
    width: 100%;
    margin-top: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.item-img-container {
    display: flex;
    width: 100%;
}
.now-img {
    max-width: 200px;
}
.center-img {
    display: block;
    margin: 10px auto;
}
#now {
    text-align: center;
    color: #fff;
    font-size: 64px;
}
.item-5 {
    max-width: 290px;
}
.item-6 {
    max-width: 120px;
    margin-bottom: 0px !important;
}
.item-img {
    height: 24px;
    margin-bottom: 4px;
}
.left-item {
    margin-right: auto;
}
.right-item {
    margin-left: auto;
}
.flex {
    display: flex;
}
.sp {
    margin-bottom: 1.2rem;
}

.icon-img {
    width: 43px;
    height: auto;
}

.txt-content , .btn-content {
    text-align: center;
}

.txt-content img {
    width: 100%;
    padding-top: 5rem;
}

.contact-list {
    display: flex;
    background-size: 100% 100%;
    gap: 12px;
}

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

.btn-content img {
    width: 90%;
}

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

.footer-area {
    position: fixed;
    z-index: 10;
    max-width: 480px;
    bottom: 0;
    width: 100%;
}

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

.app {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 6px;
    gap: 5px;
    /* padding: 0 1rem; */
}

.setup-tips-container {
    margin-top: 1rem;
    text-align: center;
    color: #fed204;
    font-size: 1rem;
    text-shadow: 
    -1px -1px 0 black,  
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}

.ios img,
.android img {
    object-fit: contain;
}

@media screen and (max-width: 480px) {
    body {
        background-color: black;
    }
    .logo img {
        height: 3.5rem;
    }
    .content-area img {
        width: 80%;
    }
    .setup-tips-container {
        text-align: center;
        font-size: 1rem;
    }
  
    .footer-area  {
        padding: 0 0 1rem;
    }
    .btnimg {
        margin-right: 0 !important;
    }

    /* .contact-list {
        padding: 6px 8px;
    } */
  
}

@media screen and (max-width: 430px) {
    .content-area img {
        width: 100%;
    }

}

@media screen and (max-width: 320px) {
    .logo img {
        height: 3rem;
    }
    .content-area img {
        width: 60%;
    }
    .footer-area {
        padding-top: 0;
    }
    .setup-tips-container {
        text-align: center;
        padding: 0;
        font-size: 0.8rem;
    }

}


.setup-tips-container .install-tip {
    margin-bottom: 0.6rem;
    max-width: 40%;
}

.setup-tips-container .bottom-text {
    margin-bottom: 0;
    max-width: 45%;
}

.btnimg {
    margin-right: 8px;
}

.btnimg:last-child {
    margin-right: 0;
}
