.pageText {
    user-select: none;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom:50px;
    text-align: center;
}
.pageText ul {
    list-style: none;
    padding-left: 0;
}

.pageText ul li {
    vertical-align: top;
    display: inline-block;
}

    .pageText a{
        padding: 0 8px;
        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: #ffffff;
        color: #000;
        border-radius: 6px;
        margin: 0 4px;
        border: 1px solid #ebebeb;
        height: 30px;
    }
    .pageText ul li {
        margin: 0 4px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
        .pageText a:hover {
            transform: scale(1.1);
            background-color: #F5983B;
            color: #fff !important;
        }
    .pageText a.active {
        background: #F5983B;
        color: #fff !important;
        cursor: not-allowed;
    }
    /*.pageText ul li:hover a {
        color: #fff;
    }

        .pageText li.active a {
            color: #fff;
        }*/
.pageText a.disabled {
    cursor: not-allowed;
}

.pageText a.totalPage {
    background: transparent;
    cursor: default;
    border: none;
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
}

.pageText a.totalPage:hover {
    transform: none;
    /*background-color: #ffffff;*/
}


.pageText 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;
}

.pageText li input:focus {
    border-color: #98A6AD;
}


.pageText 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;
}
