<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul#fenye{padding: 1rem auto 0;margin: 0;position: relative;text-align: center;list-style: none;color: #999;}
ul#fenye:before {
    content: " ";
    display: table;
}
ul#fenye:after {
    clear: both;
}
ul#fenye&gt;li {
    display: inline-block;margin: 0;
    padding: 0;
}
ul#fenye&gt;.fenye-active&gt;a, ul#fenye&gt;.fenye-active&gt;a:focus, ul#fenye&gt;.fenye-active&gt;a:hover, ul#fenye&gt;.fenye-active&gt;span, ul#fenye&gt;.fenye-active&gt;span:focus, ul#fenye&gt;.fenye-active&gt;span:hover {
    z-index: 2;
    color: #fff;
    background-color: #0e90d2;
    border-color: #0e90d2;
    cursor: default;
}
ul#fenye&gt;li&gt;a, ul#fenye&gt;li&gt;span {
    position: relative;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 5px;
    margin-right: 5px;
}</pre></body></html>