.page-wrap{
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;

}
.page-item{
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
    border: 1px solid #eaeaee;
    color: #999999;
    font-size: 14px;
  
}
.pagehover{
   background-color:#55bb8a;
   color: #ffffff;
}