<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pagination {
    width: 100%;
    height: 0.38rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.39rem;
    margin-bottom: 0.49rem;
}

#pagination&gt;li {
    width: 0.38rem;
    height: 0.38rem;
    cursor: pointer;
    border: 1px solid rgb(149, 149, 147);
    margin-left: 0.1rem;
    border-radius: 0.05rem;
}

#pagination&gt;li&gt;a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.13rem;
    font-weight: 400;
    color: rgb(159, 159, 157);
}

#pagination&gt;li.active {
    border: 1px solid rgb(255, 198, 76);
}

#pagination&gt;li.active&gt;a {
    color: rgb(255, 205, 70);
}

#pagination .prev {
    background: url(../images/prev.png) center no-repeat;
    background-size: 100% 100%;
    border: none;
    margin-left: 0;
}

#pagination .next {
    background: url(../images/next.png) center no-repeat;
    background-size: 100% 100%;
    border: none;
}</pre></body></html>