<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
    width: 100%;
    background: #eaf6fc;
    margin-top:20px;
}

footer .footer-top {
    padding: 20px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #bbbbbb;
}

footer .footer-top img {
    margin-right: 8px;
}

footer .footer-top div,
footer .footer-top select {
    width: 240px;
    height: 36px;
    font-size: 24px;
    background: #ffffff;
}

footer .footer-bottom {
    line-height: 42px;
    text-align: center;
    padding: 40px 30px;
}</pre></body></html>