.pageDiv ul {
    list-style: none;
    padding-left: 0;
	text-align: center;
}

.pageDiv ul li {
    padding: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    min-width: 36px;
    min-height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    background-color: #eee;
    color: #606266;
    border-radius: 3px;
    margin: 0 1px;
    border: 1px solid #ebebeb;
    height: 30px;
}

.pageDiv ul li:hover {    
    background-color: #F4F6F8;
}

.pageDiv  li.active,.pageDiv  li.active:hover {
    background: #62ADF1;
    color: white;
    cursor: not-allowed;
}

.pageDiv li.disabled {
    cursor: not-allowed;
}
.pageDiv li.totalPage {
    background: transparent;
    cursor: default;
    border: none;
    padding: 0 6px;
}

.pageDiv li.totalPage:hover {
    transform: none;
    background-color: #ffffff;
}


.pageDiv li input {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: none;
    padding: 3px 5px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 40px;
    height: 25px;
    margin: 0 6px;
}

.pageDiv li input:focus{
    border-color: #62ADF1;
}
.pageDiv{
	clear:both;
	margin-top:20px;
	user-select: none;	
}

.pageDiv ul:nth-child(2){
    border-radius: 6px;
}

input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
