.cpb{
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    background: #ff003c;
    color: #fff;
}
.anpager {
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    text-align: center;
    line-height: 30px;
}
