.dy-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    color: $fontSubColor;
    user-select: none;

    .changePageIcon {
        font-size: 16px;
        color: $fontTipColor;
    }

    .dy-icon-left_direction,
    .dy-icon-right_direction {
        height: 30px;
        color: $themeColor;
        transform: scale(.7, .7);
        transform-origin: center;
    }

    .pageSelect {
        width: 110px;
        height: 28px;
        margin-right: 28px;
        margin-left: 34px;

        .size {
            width: 100% !important;
        }
    }

    span {
        font-size: 14px;
    }

    button {
        border: 0;
        outline: none;
        background: transparent;
        cursor: pointer;
    }

    button:disabled {
        cursor: not-allowed;

        span {
            color: #c0c4cc;
        }
    }

    .dy-icon-leftdirection,
    .dy-icon-rightdirection {
        transform: scale(.8);
    }

    .dy-icon-leftdirection:hover {
        color: $themeColor;
    }

    .dy-icon-rightdirection:hover {
        color: $themeColor;
    }

    .leftArrow,
    .rightArrow {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border: 0;
        color: $fontSubColor;
        background: transparent;
    }

    .dy-jump {
        flex-shrink: 0;
    }

    ul {
        display: flex;
        padding: 0;

        li {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 30px;
            height: 30px;
            margin-right: 10px;
            border-radius: 2px;
            font-size: 14px;
            vertical-align: middle;
            color: #606266;
            cursor: pointer;

            &:last-of-type {
                margin-right: 0;
            }

            &:hover {
                color: $themeColor;
            }
        }

        .pagination-active {
            color: white;
            background: $themeColor;

            &:hover {
                color: white;
            }
        }
    }

    .dy-input-wrapper .dy-input__inner .dy-input {
        color: $fontSubColor;
    }
}
