.desktop {
    display: none;
}

.mobile {
    display: block;
    height: 100%;
}
html , body {
    height: 100%;
}

body {
    background: url('../images/mb/img-1.png');
    height: 100%;
    margin: 0;
    background-size: 100%;
}

.wrap-body {
    max-width: 750px;
    margin: 0 auto;
    height: 100%;
}

.top-btn img {
    width: 100%;
}
.logo-container {
    margin: 0;
    color: white;
    display: flex;
    align-items: center;
}
.logo-txt {
    padding-left: .5rem;
}

.logo-header {
    height: 4rem;
}
.title-img-1 {
    height: 1.7rem !important;
    padding-bottom: .2rem;
}
.txt-2 img {
    height: .85rem;
}

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

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

.icon-img {
    height: 2rem;
}
.txt-img {
    height: 12px;
}

.btnimg span {
    font-size: 11px;
    color: rgb(255, 255, 255);
}

.device-app {
    width: 100% !important;
    display: flex;
    text-align: center;
    bottom: 0;
    justify-content: center;
    padding-top: .3rem;
    padding-bottom: .2rem;
}

.device-app img {
    width: 32vw !important;
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.recommend {
    /* padding-top: 2rem;
    position: relative; */
    position: absolute;
    top: 25%;
    transform: translate(0, -25%);
}

.recommend , .device-app {
    max-width: 750px;
}

.ios , .android , .set-up-tip {
    text-align: center;
}

.ios-btn img,
.device-app img,
.recommend img,
.textimg img,
.andriod-btn img {
    width: 100%;
}
.set-up-tip img {
    height: 1.1rem;
    padding-bottom: .3rem;
}

.textimg {
    text-align: center;
}
.textimg img {
    width: 74%;
    margin-top: -6rem;
    padding-bottom: 8rem;
}

.title-img img {
    position: absolute;
    top: 2%;
    width: 85%;
    margin: auto;
    left: 0;
    right: 0;
}

.footer-area {
    position: fixed;
    max-width: 750px;
    bottom: 0;
    /* background: url('../images/mb/foot.png'); */
    border-top-right-radius: 15px;
    border-top-left-radius: 8px;
    background-size: cover;
    width: 100%;
    background-color: #130707c2;
}

.tip-title , .tip {
    text-align: center;
}
.tip-title img {
    width: 60%;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.tip img {
    width: 60%;
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
    width: 100%;
    /* padding-left: 3rem;
    padding-right: 3rem; */
    /* max-width: 750px; */
    text-align: center;
}

.header .logo img {
    width: 70% !important;
}
/* .logo {
    display: flex;
    align-items: center;
} */

.header .contact-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 9;
}

.header .contact-container a {
    color: white;
    text-decoration: none;
    margin-left: 0rem;
    cursor: pointer;
}

.header .contact-container img {
    /* height: 2.0rem; */
    width: 80% !important;
    vertical-align: middle;
    
}
.header .contact-container span {
    font-size: 16px;
    margin-left: 0.5rem;
}

.header .contact-container span:hover{
    color: rgb(249, 211, 80);
}

.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: 1rem;
    left: 50%;
    margin-left: -4.4rem;
}

.link-btn img{
    width: 8.8rem;
    height: 2.1rem;
}

.close {
    text-align: center;
}
.close img {
    width: 12%;
    padding-bottom: 1.5rem;
}

.popup__h2 {
    text-align: center;
}

@media screen and (max-width: 480px) {
    .logo-header {
        height: 3rem;
    }
    .title-img-1 {
        height: 1.2rem !important;
        padding-bottom: 0;
    }
    .icon-img {
        height: 1.5rem;
    }
    .recommend {
        padding-top: 0rem;
        position: relative;
    }

    .btnimg span {
        font-size: 10px;
    }
    .txt-img {
        height: 10px;
    }
    .textimg img {
        width: 85%;
        margin-top: -4rem;
        padding-bottom: 5rem;
    }
    .txt-2 img {
        height: 2.5vw;
    }
    .top-btn {
        width: unset;
    }
    .set-up-tip img {
        height: .65rem;
    }
}

@media screen and (max-width: 320px) {
    .logo-header {
        height: 2.5rem;
    }
    .icon-img {
        height: 1.3rem;
    }
    .title-img-1 {
        height: 1.05rem !important;
    }
}