  #numid {
        display: inline-block;
        padding: 6px 12px;
        margin: 0 10px 0 0;
        color: white;
        background-color: #1890ff;
        border-radius: 4px;
        font-size: 14px;
        line-height: 1.5;}
    
    /* 翻页条容器样式（保持之前的修改） */
    #xqid {
        display: inline-block;
        text-align: center;}
    
    /* 翻页按钮通用样式（保持之前的修改） */
    #xqid span {
        display: inline-block;
        min-width: 36px;
        height: 36px;
        line-height: 36px;
        margin: 0 2px;
        text-align: center;
        color: white;
        background-color: #1890ff;
        border-radius: 4px;
        font-size: 14px;
        transition: all 0.3s;}

    /* 翻页条容器样式 */
    #xqid {
        display: inline-block;
        margin: 20px auto;
        text-align: center;}
    
    /* 翻页按钮通用样式 - 蓝底白字 */
    #xqid span {
        display: inline-block;
        min-width: 36px;
        height: 36px;
        line-height: 36px;
        margin: 0 2px;
        text-align: center;
        color: white;
        background-color: #1890ff;
        border-radius: 4px;
        font-size: 14px;
        transition: all 0.3s;}
    
    /* 链接样式 */
    #xqid span a {
        display: block;
        color: white;
        text-decoration: none;}
    
    /* 当前选中页码 - 深蓝底白字 */
    #xqid span.on {
        background-color: #096dd9;
        font-weight: bold;}
    
    /* 上一页/下一页按钮 */
    #xqid .p-prev,
    #xqid .p-next {
        padding: 0 12px;}
    
    /* 不可点击的上一页/下一页 - 半透明蓝底 */
    #xqid .p-prev span,
    #xqid .p-next span {
        background-color: rgba(24, 144, 255, 0.5);
        cursor: not-allowed;}
    
    /* 鼠标悬停效果 - 稍深蓝色 */
    #xqid span:not(.on):not(.p-prev):not(.p-next):hover {
        background-color: #40a9ff;}
    
    /* 省略号样式 */
    #xqid span[style*="cursor:default"] {
        background: #1890ff;
        cursor: default !important;}

@media (max-width:576px){
    .codebtn .erwma{left: 0;transform: translate(0, -110%);}
}
