.container {
    max-width: 750px;
    height: 100vh;
    margin: 0 auto;
    background: url(../images/bg.png?v=ae3300b) bottom center no-repeat #fff;
    background-size: cover;
    padding: 20vh 18px 0;
    font-size: 15px
}

.logo {
    width: 100px;
    margin: 0 auto
}

.version {
    text-align: center;
    color: #e6262c;
    font-size: 22px;
    padding: 20px 0
}

.info {
    color: #f14f4f;
    line-height: 22px;
    text-indent: 2em
}

.download-btn-box {
    margin-top: 25%
}

.download-btn {
    width: 100%;
    margin-top: 20px;
    background: #e6262c;
    border-radius: 45px;
    text-align: center
}

.download-btn-ios {
    background: #FF9999 !important;
}

.download-btn a {
    width: 100%;
    padding: 14px 0;
    text-decoration: none;
    color: #fff;
    display: inline-block
}


.download-btn span {
    width: 100%;
    padding: 14px 0;
    text-decoration: none;
    color: #fff;
    display: inline-block
}

.titletips {
    width: 100%;
    height: 44px;
    font-size: 12px;
    text-align: center;
    color: #999999;
    line-height: 24px;
}