<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 1199px) {
    .container{
        width: 1170px;
        min-width: 1170px;
        max-width: 1170px;
    }
    #main .container&gt;.bgl,
    #main .container&gt;.bgr{
        display: none !important;
    }

    body,html{
        min-width: 1200px !important;
        overflow: auto !important;
    }
}</pre></body></html>