.pagination {    display: flex;    align-items: center;    justify-content: center;}.pagination li:first-child {    width: 60px;    height: 30px;    line-height: 30px;    background: #dedede;    cursor: pointer;    border-radius: 4px;    display: inline-block;    vertical-align: top;    text-align: center;    margin: 0 3px;    user-select: none;    color: #333;}.pagination li:last-child {    width: 60px;    height: 30px;    line-height: 30px;    background: #dedede;    cursor: pointer;    border-radius: 4px;    display: inline-block;    vertical-align: top;    text-align: center;    margin: 0 3px;    user-select: none;    color: #333;}.pagination li {    width: 35px;    color: #fff;    height: 30px;    line-height: 30px;    cursor: pointer;    border-radius: 4px;    display: inline-block;    vertical-align: top;    text-align: center;    margin: 0 3px;    user-select: none;    background: #dedede;}.pagination .active {    background: #ff4e00;}