<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å…¬å…±åº•éƒ¨ */
.footer {
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    /* background-color: antiquewhite; */
    background-color: #F7F8FB;
    padding: 26px 0;
    text-align: center;
}
.footer .content {
    text-align: center;
}
.footer-title {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 5px;
}
.footer-ul-content {
    width: 1200px;
    overflow: hidden;
}
.footer ul {
    display: inline-block;
    margin: 0 auto;
    width: 1200px;
}
.footer ul li {
    float: left;
    height: 30px;
    margin: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.footer ul li a {
    color: #666666;
}
.footer ul li a:hover {
    color: #333333;
}
.footer ul li.footer-li-start {
    margin-left: 0;
}</pre></body></html>