* {
    margin: 0;
    padding: 0
}

img {
    border: none
}

body {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    color: #1f1f1f;
    font-family: Helvetica, sans-serif, Arial;
    background: #000 url(../images/bg.jpg) no-repeat center top;
    background-size: cover;
}

.wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: 100vh;
    margin: auto;
    box-sizing: border-box;
}

.logo {
    position: absolute;
    left: 0;
    top: 0.2rem;
    right: 0;
    width: 2.92rem;
    height: 1.15rem;
    margin: 0 0 0 14%;
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
}

.btn {
    margin: 0 0 0 11%;
    width: 6.6rem;
    max-width: 96%;
}
.ios-btn {
    display: block;
    width: 2.06rem;
    height: .64rem;
    background: url(../images/ios.png) no-repeat left center;
    background-size: contain;
}
.google-btn {
    display: block;
    width: 2.06rem;
    height: .64rem;
    background: url(../images/google.png) no-repeat left center;
    background-size: contain;
}

.is-con {
    margin: 0rem 0 1.2rem 11%;
    padding: .4rem .3rem 0 .4rem;
    width: 6rem;
    height: 3.92rem;
    box-sizing: border-box;
    background: url(../images/text.png) no-repeat center;
    background-size: contain;
}
.main{
    position: relative;
    margin: 0 auto;
    left: 3rem;
}

.is-about-con p,
.is-privacy-con p {
    font-size: .17rem;
    line-height: .3rem;
    font-size: .16rem;
}
.is-privacy-con p{
    font-size: .14rem;
}
.is-about-con p a{
    color: #ad182f;
}
.is-about-con p em {
    color: #726fd8;
    font-style: normal;
}

.is-privacy-con {
    position: relative;
    margin-top: .06rem;
    padding-top: .06rem;
    color: #404040;
}

.is-privacy-con p a {
    display: inline-block;
    margin-left: 4px;
    padding: 6px 12px;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 4px;
    background-color: #000;
    transition: background-color .6s ease;
}
.is-privacy-con p a:hover {
    background-color: #3c3c3c;
}
.is-privacy-con::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 5.4rem;
    height: 2px;
    background: url(../images/line.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 1366) {
    .is-con {
        width: 7rem;
    }
}

@media (max-width: 1440px) {
    .is-about-con p, .is-privacy-con p {
        font-size: .18rem;
    }
    .is-con {
        width: 7rem;
        margin: 0.1rem 0 1.2rem 11%;
    }
}

@media (max-width: 1024px) {
    .main{
        left: 0;
        width: 100%;
    }
    .btn {
        width: 12rem;
        margin: 0 auto 0.1rem;
    }
    .ios-btn,.google-btn {
        height: .8rem;
    }
    .is-con {
        padding: .6rem 1.6rem;
        width: 12rem;
        height: 6.3rem;
    }
    .is-about-con p, .is-privacy-con p {
        font-size: .24rem;
        line-height: .46rem;
    }
}

@media (max-width:800px) {
    body {
        overflow: scroll;
        background: url(../images/bg-m.jpg) no-repeat center top;
        background-size: cover;
    }
    .logo {
        width: 3.6rem;
        height: 1.6rem;
        margin: 0 0;
        top: 0;
    }
    .wrap {
        position: relative;
        bottom: auto;
        top: 0;
        width: 100%;
        height: auto;
    }
    .is-con {
        width: 96%;
        height: auto;
        background: rgb(255 255 255 / 65%);
        border-radius: 4px;
        box-shadow: 0 0 10px #6987a5 inset;
        margin: 0 auto;
        padding: 0.3rem;
    }
    .is-about-con p,
    .is-privacy-con p {
        font-size: .24rem;
        line-height: .44rem;
    }
    .is-privacy-con::after {
        max-width: 100%;
    }
    .ios-btn, .google-btn{
        height: 0.8rem;
        width: 2.6rem;
        margin: auto;
        background-position: center;
    }
}