 #pages{
        display: flex;
        margin-top: 40px;
        width: 1320px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
    
    #pages li{
        display: block;
        margin-right: 7px;
        padding: 0;
        width: 43px;
        height: 38px;
        line-height: 38px;
        border: 1px solid rgba(200,200,200,1);
        background: rgba(255,255,255,1);
        color: rgba(137,138,140,1);
        text-align: center;
        border-radius: 5px;
        box-sizing: border-box;
        cursor: pointer;
    }
    
    #pages li a{
        display: block;
        padding: 0;
        width: 43px;
        line-height: 38px;
        color: #333;
        border: 0;
    }

    #pages li.active{
        background: #248BFF;
        color: #fff;
    }