.main {
    transition: 0.5s;
}
.info-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    display: flex;
    min-height: 2.5rem;
    justify-content: center;
    align-items: center;
    background-color: var(--color-warning-bg);
    color:  var(--color-warning-text);
    font-size: 14px;
}
.info-banner ~ .l-navbar {
    padding-top: 0;
}
.close-banner {
    position: absolute;
    right: 8px;
    padding: 0px 6px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 2px;
}
.close-banner:hover {
    background-color:  #ffe596;
}
.txt-banner {
    text-align: center;
    padding: 8px 38px;
}

@media only screen and (max-width: 1050px) {
    .header-top, .body-top {
        top: 2.5rem !important;
    }
    .aside-top {
        top: 2.5rem !important;
    }
    .aside-top.menu-show {
        top: 2.5rem !important;
    }
    .main-top{
        margin-top: 2.5rem !important;
    }
}

@media only screen and (max-width: 664px) {
    .close-banner {
        top: 8px !important;
    }
    .header-top, .body-top, .aside-top {
        top: 58px !important;
    }
    .main-top{
        margin-top: 58px !important;
    }
}

@media only screen and (max-width: 372px) {
    .header-top, .body-top, .aside-top {
        top: 79px !important;
    }
    .main-top{
        margin-top: 79px !important;
    }
}