body {
	overscroll-behavior-y: contain;
}
.banner {
	align-content: center;
    display: none;
    justify-content: center;
    width: 100%;
    font-size: 150%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    height: 20%;
    align-items: center;
    line-height: 150%;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);    
    background: #f9434c;
    padding: 15px;
}
.banner:hover {
	background: #fc636b;
}
.icon-close {
	position: absolute;
    z-index: 999;
    right: 6px;
    top: 6px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: none;
}

/***/
@media screen and (min-width:769px) {
    #installBanner {
        display: none !important;
    }
}
/***/

@media all and (display-mode: standalone) {
    body {
        margin-bottom: 46px;
        margin-top: 46px;
    }
    #top, #logo, footer {
        display: none;
    }
    .head-mobi, .footer-mobi {
        background-color: #229ac8;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        padding: 8px 15px;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 99999;
    }
    .footer-mobi {
        bottom: 0;
    }
    .head-mobi i, .footer-mobi i {
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
        font-size: 20px;
    }
    .head-mobi .head-mobi-text {
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    }
}