html, body {
    font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", sans-serif;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    padding: 0;
    margin: 0;
}

html {
    background: url(/station/static/img/app-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

body {
    display: table;
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

.wrapper {
    margin: auto;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    color: white;
}

#btnContainer {
    height: 86px;
    width: 229px;
    display: block;
    margin: 0 auto;
    position: relative;
    background: transparent;
}

#downloadPath {
    height: 86px;
    width: 229px;
    border-radius: 1em;
    display: block;
    background: url(/station/static/img/download-btn.png) no-repeat;
    -webkit-background-size: 229px 172px;
    background-size: 229px 172px;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

#downloadPath:active, #downloadPath.active {
    background-position: 0px -92px;
    -webkit-background-size: 229px 172px;
    background-size: 229px 172px;
}

#version, #capacity {
    font-size: .8em;
    color: #A7A7A7;
    position: absolute;
    top: 20px;
    left: 68px;
}

#capacity {
    top: 44px;
}

.hint-text {
    position: absolute;
    bottom: 3.78em;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.75em;
    color: #fff;
}

.hint-text p {
    font-size: 0.75em;
}

@media screen and (min-width: 375px) {
    #downloadPath {
        background: url(/station/static/img/download-btn.png) no-repeat;
        -webkit-background-size: 229px 172px;
        background-size: 229px 172px;
    }

    .hint-text p {
        font-size: 1.5em;
        white-space: nowrap;
    }

    .hint-text p span {
        white-space: nowrap;
        font-size: 0.75em;
    }
}


#tip {
    background: url(/station/static/img/app-open.png) no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
    height: 368px;
}

#footer{
    position: absolute;
    bottom: 20px;
    width: 100%;
}

