<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.app_smart_banner {
    position: relative;
    display: grid;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: #f2f2f2;
    z-index: 900;
    box-shadow: 0 2px 0 0 #00000065;
}

.app_smart_banner_container {
    position: relative;
    display: grid;
    grid-template-columns: 30px 50px auto 65px;
    justify-items: left;
    align-items: center;
    width: 1300px;
    margin: 0 auto;
}

.app_logo {
    position: relative;
    height: 50px;
}

.app_title {
    padding: 0 18px;
    font-weight: 600;
    font-size: 17px;
}

.app_close {
    height: 12px;
    opacity: 0.7;
}

.app_get {
    color: #2b96e8;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1350px) {
    .app_smart_banner_container {
        width: 1100px;
    }
}

@media (max-width: 1150px) {
    .app_smart_banner_container {
        width: 900px;
    }
}

@media (max-width: 950px) {
    .app_smart_banner_container {
        width: 700px;
    }
}

@media (max-width: 750px) {
    .app_smart_banner_container {
        width: 500px;
    }
}

@media (max-width: 550px) {
    .app_smart_banner_container {
        width: 340px;
    }
}

@media (max-width: 340px) {
    .app_smart_banner_container {
        width: 300px;
    }
}
</pre></body></html>