body {
	overscroll-behavior-y: contain;
}
.banner {
	align-content: center;
    display: none;
    justify-content: center;
    width: 100%;
    font-size: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    height: 10%;
    align-items: center;
    line-height: 100%;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);    
    background: #1976d2;
    padding: 15px;
}
.banner:hover {
	background: #1976d2;
}

.banner img {
	width: 50px;
	margin:10px;
}
.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, .icon-close {
        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: #1976d2;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        padding: 8px 15px;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 99999;
    }
    .head-mobi {
        top: 0;
    }
    .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);
    }
}