<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav_wrap a{
    border-radius: 4px;
}
.nav_wrap a:hover {
    border-radius: 4px;
    border: 1px solid #1F6CDD;
}
.nav_wrap .current{
    color: #1F6CDD;
    border-radius: 4px;
    border: 1px solid #1F6CDD;
}
.total {
    float: right;
    height: 30px;
    color: #505A6E;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px;
}

.goto {
    float: right;
    height: 30px;
    line-height: 30px;
    color: #505A6E;
    font-size: 14px;
    font-weight: 400;
    margin-left: 24px;
    overflow: hidden;
}
.goto span{
    float: left;
}

#page_input {
    float: left;
    width: 48px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    margin: 0 6px;
    border: 1px solid #E8EAEC;
}

.go_btn {
    float: left;
    display: inline-block;
    width: 50px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #E8EAEC;
    margin-left: 16px;
}

.page-nav {
    float: left;
}

.page-numbers {
    display: inline-block;
    width: 28px;
    height: 28px;
    color: #505A6E;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    border: 1px solid #E8EAEC;
}

.page-numbers.first {
    width: 48px;
    height: 28px;
    margin-right: 6px;
}

.page-numbers.last {
    width: 48px;
    height: 28px;
    margin-left: 6px;
}

.prev.page-numbers {
    width: 48px;
    height: 28px;
}

.next.page-numbers {
    width: 48px;
    height: 28px;
}</pre></body></html>