.pagination .whj_jqueryPaginationCss-1{
    text-align: center;
    display: flex;
    justify-content: center;
}
.pagination .whj_jqueryPaginationCss-1 .whj_border{
    border:1px solid #EEEEEE;
    padding:7px 15px;
    margin: 0 3px;
    display: inline-block\9;
    cursor: pointer;
    color: #282626;
    height: 40px;
    font-size: 16px;
    border-radius: 4px!important;
    white-space: nowrap;
}
.whj_color{
    display: inline-block;
}
.pagination .whj_jqueryPaginationCss-1 .whj_border.whj_checked{
    background:#D9091B;
    color:#fff ;
}
.whj_color{
    margin-left: 10px;
    margin-right: 10px;
    color: #282626;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
}
.pagination .whj_jqueryPaginationCss-1 input{
    width: 50px;
    padding: 6px;
}
.pagination{
    margin-top:35px;
    margin-bottom: 57px;
}
.whj_jqueryPaginationCss-1 input:focus{
    outline: none;
}
.whj_hover:hover{
     border: 1px solid #D9091B!important;
    color: #D9091B!important;
    background-color: transparent;
}