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

html, body {
    width: 100%;
    height: 100%;
}

.main {
    height: 100%;
    width: 100%;
    background-image: url("../img/bg.jpg");
    background-size: 100% 100%;
    padding-top: 10%;
}

.main-logo {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.main-logo img {
    width: 150px;
}

.download {
    width: 100%;
    margin-top: 30%;
}

.download-andriod, .download-ios {
    padding: 0 10%;
    margin-bottom: 8%;
    text-decoration: none;
}

.download-andriod a, .download-ios a {
    text-decoration: none;
}

.andriod, .ios {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}

.andriod-active, .ios-active {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #152777;
    background-color: #fff;
    border-radius: 5px;
}

.download img {
    width: 30px;
    vertical-align: middle;
    /*margin-left: 23%;*/
}

.website {
    width: 100%;
    height: 10%;
    line-height: 10%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    position: fixed;
    bottom: 0;
}

a {

}