/* 底部 */
#footer{
    background: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 30px;
}
footer {
    padding-bottom: 15px;
}
footer a{
    color: #333;
}
footer a:hover{
    color: #0084ff;
}
footer ul.brand {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

footer ul.brand li {
    display: inline-block;
}

footer ul.brand li:after {
    width: 1px;
    height: auto;
    padding: 0 5px;
    content: '|';
    color: #e1e1e1;
}

footer p {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    margin-top: 10px;
    text-align: center;
    color: #666;
}

.pagination {
    display: flex;
    gap: 8px;
    border: none!important;
}
.pagination li {
    padding: 5px 10px!important;
    border: 1px solid #f1f1f1!important;
    font-size: 14px;
}
.pagination li.active {
    background-color: #f4964a!important;
    border-color: #f4964a!important;
    color: #fff;
}
.pagination li.disabled {
    background-color: #f1f1f1!important;
    border-color: #f1f1f1!important;
    color: #999;
}
