#pagesize {
    font-family: 微软雅黑, Arial, sans-serif;
    font-size: 14px;
}

#pagesize a {
    float: left;
    margin-left: 5px;
    padding: 0 6px;
    min-width: 17px;
    line-height: 27px;
    font-family: 微软雅黑, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #d4d4d4;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    line-height: 25px;
}
#pagesize span{
    font-size: 14px;
    color: #999;
    float: left;
    margin-left: 18px;
    line-height: 25px;
}
#pagesize a:first-child {
    margin-left: 0
}

#pagesize a {
    min-width: 26px;
    height: 26px;
    color: #666;
    font-size: 14px;
    border:1px solid #dedede;
    text-decoration: none;
    background-clip: padding-box;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
    margin: 0 4px;
    border-radius:4px;
    line-height: 25px;
}

#pagesize a:hover{
    color: #333;
}
#pagesize a.active {
    border-color: transparent;
    color: #333;
}

#pagesize .next,
#pagesize .prev {
    font-family: 微软雅黑, Arial, sans-serif;
    font-size: 14px
}
#pagesize i{
    font-style: normal;
}