/*菜单样式*/
a {
    text-decoration: none !important;
}

.layui-table-cell {
    line-height: 20px !important;
    vertical-align: middle;
    height: auto;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
}


.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #409EFF;
}
.layui-btn-primary:hover {
    border-color: #409EFF;
}


/* 修改普通页码的背景色 */
.el-pagination.is-background .el-pager li:not(.disabled) {
    background-color: #f0f2f5 !important;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #32ADE6 !important;
}

/* 修改活跃页码的背景色 */
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #32ADE6 !important;
}

/* 修改活跃页码的背景色 */
.el-pagination.is-background .el-pager li:not(.disabled).active:hover {
    color: white !important;
    user-select: none !important;
}
