.main-banner {
    padding-top: 88px;
}
.main-content {
    background-color: white;
    padding: 10px 10px 20px;
}
.nav-menu-bar {
    position: fixed;
    top: 44px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    z-index: 30;
    background-color: #10953E;
    display: flex;
    justify-content: space-between;
}
.nav-menu-bar a {
    padding: 0 15px;
    color: white;
}
.nav-menu-bar .active {
    background-color: #0d8336;
}
.main-content .application-item {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-content a:first-child .application-item {
    margin-top: 0;
}
.application-item span {
    position: absolute;
    font-size: 14px;
    display: block;
    color: white;
    font-weight: bold;
}
.application-item img {
    width: 100%;
    height: 90px;
    border-radius: 4px;
}
.footer-content {
    margin-top: 0;
}