/* 分页样式 */

#pagi {
    text-align: center;
    margin: 20px 0;
}

#pagi a,
#pagi b {
    border-radius: 10px;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #ddd;
    text-decoration: none;
}

#pagi a:hover {
    background-color: #f5f5f5;
}

.zit {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

/* 侧边栏标题样式 */
.widget > div {
    position: relative;
    padding: 12px 15px;
    margin-bottom: 15px;
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.widget > div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #007bff;
}

.widget_tags > div {
    border-left-color: #28a745;
}

.widget_tags > div::before {
    background-color: #28a745;
}

.widget_lastest_products > div {
    border-left-color: #dc3545;
}

.widget_lastest_products > div::before {
    background-color: #dc3545;
}