footer {
    position: fixed;
    bottom: 0;
    width: 100%;

}
footer > ul.footer-btn-list {
    padding: 0 .75rem;
    height: 100%;
    background-color: #fff;
}
footer.primary {
    height: 3.0625rem;
}
footer.primary > ul.footer-btn-list > li {
    float: left;
    width: 25%;
    height: 100%;
    background: rgba(28,27,32, 0.98);
    text-align: center;
    color: #aaadb4;
}
footer.primary > ul.footer-btn-list > li.active {
    color: #1CA7DB;
}
footer.primary > ul.footer-btn-list > li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}
footer.primary > ul.footer-btn-list > li > a > i,
footer.primary > ul.footer-btn-list > li > a > span {
    display: block;
}
footer.primary > ul.footer-btn-list > li > a > i {
    margin: 0.1875rem auto;
    font-size: 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
}
footer.primary > ul.footer-btn-list > li > a > span {
    font-size: 0.625rem;
    height: 1rem;
    line-height: 1rem;
}
footer.secondary {
    height: 3rem;
}
footer.secondary > ul.footer-btn-list > li {
    float: left;
    height: 100%;
    background: #FFF;
}
footer.secondary > ul.footer-btn-list > li > .btn {
    margin-top: .25rem
}
footer.secondary > ul.footer-btn-list > li.left-small {
    width: 5rem;
}
footer.secondary > ul.footer-btn-list > li.left-small > .btn {
    width: 4.25rem;
    width: -webkit-calc(100% - .75rem);
    width: calc(100% - .75rem);

    margin-left: .75rem;
}
footer.secondary > ul.footer-btn-list > li.right-large {
    /*width: calc(100% - 5rem);*/
    width: 100%;
}
footer.secondary > ul.footer-btn-list > li.right-large > .btn {
    width: -webkit-calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
    margin-left: .75rem;
}
/*下载*/
footer.secondary > ul.footer-btn-list > li.game-list-detail.right-large {
    height: 100%;
    padding: 0;
    margin: 0;
/*  width: 16rem;
    width: -webkit-calc(100% - 5rem - 1.5rem);
    width: calc(100% - 5rem - 1.5rem);*/
    width: 21rem;
    width: -webkit-calc(50% - .4rem);
    width: calc(50% - .4rem);
    background-color: #fff;
}
footer.secondary > ul.footer-btn-list > li.game-list-detail.right-large > button[data-android-type="start"].game-download.footer {
    background-color: #fff;
    color: #41ba47;
    border-color: #41ba47;
}
footer.secondary > ul.footer-btn-list > li.game-list-detail.right-large > .game-download,
footer.secondary > ul.footer-btn-list > li.game-list-detail.right-large > button[data-android-type="install"].game-download.footer {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: .25rem; /*override .game-download from list style*/
    /*margin-left: .75rem;*/
    border: 1px solid #ccc;
    color: #666;
    font-size: 0.875rem;
    border-radius: 1px;
    text-decoration: none;
    text-align: center;
    padding: 0;
    outline-style: none;
    background-color: #f6f8fa;

}
footer.secondary > ul.footer-btn-list > li.game-list-detail.right-large > .hs-download{
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: .25rem; /*override .game-download from list style*/
    /*margin-left: .75rem;*/
    border: 1px solid #1ca7db;
    color: #fff;
    font-size: 0.875rem;
    border-radius: 1px;
    text-decoration: none;
    text-align: center;
    padding: 0;
    outline-style: none;
    background-color: #1ca7db;

}
footer.secondary > ul.footer-btn-list > li.game-list-detail.right-large > .game-download > i {
    width: 100%;
    height: 100%;
    line-height: inherit; /* override style from list style */
}
