*{
    font-size: 14px;
}
.el-image {
    display: block
}

.el-image .el-image__error {
    font-size: var(--el-font-size-extra-small)
}

.logo {
    height: var(--navbar-height);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px;
}

.logo .logo-title {
    width: 70%;
    position: absolute;
    font-size: var(--el-font-size-large)
}

.logo .title-width-enter-active {
    opacity: 0;
    transition: all .3s ease-out
}

.logo .title-width-leave-active {
    transition: all .3s cubic-bezier(1, .5, .8, 1)
}

.logo .title-width-enter-from,
.logo .title-width-leave-to {
    width: 0;
    opacity: 0
}

.el-menu-item .menu-item-icon,
.el-sub-menu__title .menu-item-icon {
    margin-right: 8px;
    width: var(--el-menu-icon-width);
    text-align: center;
    vertical-align: middle
}

.menu.theme-dark .el-menu .el-menu-item.is-active {
    border-color: var(--el-color-primary);
    background-color: var(--el-color-primary)
}

.menu.theme-dark .el-menu--collapse .el-sub-menu.is-active .el-sub-menu__title {
    background-color: var(--el-color-primary) !important
}

.menu.theme-light .el-menu .el-menu-item {
    border-color: transparent
}

.menu.theme-light .el-menu .el-menu-item.is-active {
    border-right-width: 2px;
    border-color: var(--el-color-primary);
    background-color: var(--el-color-primary-light-9)
}

.menu.theme-light .el-menu .el-menu-item:hover,
.menu.theme-light .el-menu .el-sub-menu__title:hover {
    color: var(--el-color-primary)
}

.menu .el-menu {
    border-right: none
}

.menu .el-menu:not(.el-menu--collapse) {
    width: var(--aside-width)
}

.side {
    position: relative;
    z-index: 999;
    display: flex;
    height: 100%;
    flex-direction: column;
    border-right-width: 1px;
    border-color: var(--el-border-color-light);
    background-color: var(--side-dark-color, var(--el-bg-color))
}

.sidebar .el-drawer__body {
    padding: 0
}

.icon-select {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}


.navbar {
    height: var(--navbar-height);
    display: flex;
    background-color: var(--el-bg-color);
    padding-left: 8px;
    padding-right: 8px
}

.navbar .navbar-item {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.navbar .navbar-item:hover {
    background-color: var(--el-bg-color-page)
}

*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor
}

:before,
:after {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, sans-serif
}

body {
    margin: 0;
    line-height: inherit;
    background: rgb(248,248,248);
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}


:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,
[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}


.visible {
    visibility: visible
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.left-1\/2 {
    left: 50%
}

.top-1\/2 {
    top: 50%
}

.z-\[100\] {
    z-index: 100
}

.m-1 {
    margin: 4px
}

.m-4 {
    margin: 16px
}

.mx-\[10px\] {
    margin-left: 10px;
    margin-right: 10px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mx-1 {
    margin-left: 4px;
    margin-right: 4px
}

.mx-4 {
    margin-left: 16px;
    margin-right: 16px
}

.mx-\[30px\] {
    margin-left: 30px;
    margin-right: 30px
}

.my-\[15px\] {
    margin-top: 15px;
    margin-bottom: 15px
}

.ml-2 {
    margin-left: 8px
}

.mr-2 {
    margin-right: 8px
}

.mb-3 {
    margin-bottom: 12px
}

.mr-1 {
    margin-right: 4px
}

.mt-\[30px\] {
    margin-top: 30px
}

.ml-4 {
    margin-left: 16px
}

.mr-\[10px\] {
    margin-right: 10px
}

.mb-\[10px\] {
    margin-bottom: 10px
}

.mr-3 {
    margin-right: 12px
}

.ml-3 {
    margin-left: 12px
}

.mr-5 {
    margin-right: 20px
}

.mt-3 {
    margin-top: 12px
}

.mb-1 {
    margin-bottom: 4px
}

.mt-4 {
    margin-top: 16px
}

.mt-1 {
    margin-top: 4px
}

.mt-2 {
    margin-top: 8px
}

.mb-4 {
    margin-bottom: 16px
}

.mb-5 {
    margin-bottom: 20px
}

.mb-8 {
    margin-bottom: 32px
}

.mb-7 {
    margin-bottom: 28px
}

.mr-4 {
    margin-right: 16px
}

.mt-\[4px\] {
    margin-top: 4px
}

.ml-\[10px\] {
    margin-left: 10px
}

.\!mt-0 {
    margin-top: 0 !important
}

.mb-\[18px\] {
    margin-bottom: 18px
}

.mb-\[-16px\] {
    margin-bottom: -16px
}

.mt-\[16px\] {
    margin-top: 16px
}

.ml-2\.5 {
    margin-left: 10px
}

.mb-10 {
    margin-bottom: 40px
}

.mb-2 {
    margin-bottom: 8px
}

.mt-\[18px\] {
    margin-top: 18px
}

.mt-7 {
    margin-top: 28px
}

.ml-\[5px\] {
    margin-left: 5px
}

.mb-\[20px\] {
    margin-bottom: 20px
}

.mr-auto {
    margin-right: auto
}

.ml-5 {
    margin-left: 20px
}

.mr-\[35px\] {
    margin-right: 35px
}

.mr-\[20px\] {
    margin-right: 20px
}

.mb-\[24px\] {
    margin-bottom: 24px
}

.mb-\[16px\] {
    margin-bottom: 16px
}

.mt-\[7px\] {
    margin-top: 7px
}

.mt-\[20px\] {
    margin-top: 20px
}

.mt-\[50px\] {
    margin-top: 50px
}

.mb-\[15px\] {
    margin-bottom: 15px
}

.mt-\[8px\] {
    margin-top: 8px
}

.mt-\[10px\] {
    margin-top: 10px
}

.box-border {
    box-sizing: border-box
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.table {
    display: table
}

.hidden {
    display: none
}

.h-\[280px\] {
    height: 280px
}

.h-5 {
    height: 20px
}

.h-\[16px\] {
    height: 16px
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.h-\[22px\] {
    height: 22px
}

.h-\[60px\] {
    height: 60px
}

.h-\[150px\] {
    height: 150px
}

.h-\[400px\] {
    height: 400px
}

.h-\[42px\] {
    height: 42px
}

.h-\[50px\] {
    height: 50px
}

.h-\[90px\] {
    height: 90px
}

.min-h-\[350px\] {
    min-height: 350px
}

.min-h-0 {
    min-height: 0px
}

.min-h-screen {
    min-height: 100vh
}

.min-h-\[668px\] {
    min-height: 668px
}

.w-20 {
    width: 80px
}

.w-\[160px\] {
    width: 160px
}

.w-5,
.w-\[20px\] {
    width: 20px
}

.w-60 {
    width: 240px
}

.w-\[200px\] {
    width: 200px
}

.w-full {
    width: 100%
}

.w-\[375px\] {
    width: 375px
}

.w-80 {
    width: 320px
}

.w-\[22px\] {
    width: 22px
}

.w-\[60px\] {
    width: 60px
}

.w-\[150px\] {
    width: 150px
}

.w-\[280px\] {
    width: 280px
}

.w-1\/2 {
    width: 50%
}

.w-1\/4 {
    width: 25%
}

.w-\[500px\] {
    width: 500px
}

.w-\[400px\] {
    width: 400px
}

.w-1\/5 {
    width: 20%
}

.w-\[120px\] {
    width: 120px
}

.min-w-\[100px\] {
    min-width: 100px
}

.min-w-0 {
    min-width: 0px
}

.min-w-\[1100px\] {
    min-width: 1100px
}

.min-w-\[800px\] {
    min-width: 800px
}

.max-w-\[900px\] {
    max-width: 900px
}

.max-w-\[400px\] {
    max-width: 400px
}

.max-w-\[320px\] {
    max-width: 320px
}

.flex-1 {
    flex: 1 1 0%
}

.flex-none {
    flex: none
}

.basis-40 {
    flex-basis: 160px
}



.cursor-pointer {
    cursor: pointer
}

.cursor-move {
    cursor: move
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.\!items-start {
    align-items: flex-start !important
}

.items-center {
    align-items: center
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.whitespace-nowrap {
    white-space: nowrap
}

.break-words {
    overflow-wrap: break-word
}

.px-2 {
    padding-left: 8px;
    padding-right: 8px
}

:root {
    --el-font-family: PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, sans-serif;
    --el-font-weight-primary: 400;
    --el-menu-item-height: 46px;
    --el-menu-sub-item-height: var(--el-menu-item-height);
    --el-menu-icon-width: 18px;
    --aside-width: 200px;
    --navbar-height: 50px;
    --color-white: #ffffff;
    --table-header-bg-color: #f8f8f8;
    --el-font-size-extra-large: 18px;
    --el-menu-base-level-padding: 16px;
    --el-menu-level-padding: 26px;
    --el-font-size-large: 16px;
    --el-font-size-medium: 15px;
    --el-font-size-base: 14px;
    --el-font-size-small: 13px;
    --el-font-size-extra-small: 12px;
    --el-bg-color: var(--color-white);
    --el-bg-color-page: #f6f6f6;
    --el-bg-color-overlay: #ffffff;
    --el-text-color-primary: #333333;
    --el-text-color-regular: #666666;
    --el-text-color-secondary: #999999;
    --el-text-color-placeholder: #a8abb2;
    --el-text-color-disabled: #c0c4cc;
    --el-border-color: #dcdfe6;
    --el-border-color-light: #e4e7ed;
    --el-border-color-lighter: #ebeef5;
    --el-border-color-extra-light: #f2f2f2;
    --el-border-color-dark: #d4d7de;
    --el-border-color-darker: #cdd0d6;
    --el-fill-color: #f0f2f5;
    --el-fill-color-light: #f8f8f8;
    --el-fill-color-lighter: #fafafa;
    --el-fill-color-extra-light: #fafcff;
    --el-fill-color-dark: #ebedf0;
    --el-fill-color-darker: #e6e8eb;
    --el-fill-color-blank: #ffffff;
    --el-mask-color: rgba(255, 255, 255, .9);
    --el-mask-color-extra-light: rgba(255, 255, 255, .3);
    -el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
    --el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, .12);
    --el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, .12);
    --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, .08), 0px 12px 32px rgba(0, 0, 0, .12), 0px 8px 16px -8px rgba(0, 0, 0, .16)
}

/*重写按钮主题色*/
.el-button--primary {
    color: #FFF;
    background-color: var(--el-color-primary, #409EFF);
    border-color: var(--el-color-primary, #409EFF)
}

.el-button--primary:focus,
.el-button--primary:hover {
    background: var(--el-color-primary-dark-2, #66b1ff);
    border-color: var(--el-color-primary-dark-2, #66b1ff);
    color: #FFF
}

.el-button--primary.is-active,
.el-button--primary:active {
    background: var(--el-color-primary-dark-2, #3a8ee6);
    border-color: var(--el-color-primary-dark-2, #3a8ee6);
    color: #FFF
}

.el-button--primary:active {
    outline: 0
}

.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
    color: #FFF;
    background-color: #a0cfff;
    border-color: #a0cfff
}

.el-button--primary.is-plain {
    color: #409EFF;
    background: #ecf5ff;
    border-color: #b3d8ff
}

.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover {
    background: #409EFF;
    border-color: #409EFF;
    color: #FFF
}

.el-button--primary.is-plain:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #FFF;
    outline: 0
}

.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover {
    color: #8cc5ff;
    background-color: #ecf5ff;
    border-color: #d9ecff
}

.router-tab__item.is-active,
.router-tab__item:hover {
    color: var(--el-color-primary, #409EFF);
    border-top-color: var(--el-color-primary, #409EFF) !important;
    border-top-width: 2px !important;
    border-bottom-color: #fafafa;
}

.router-tab {
    height: calc(100vh - 50px);
    background-color: #fafafa;
}

.router-tab__container {
    margin: 5px;
}


:root {
    --el-color-primary-light-9: #FFF0E6;  /* 主色亮度+90% */
    --el-color-primary-light-8: #FFE0CC;  /* 主色亮度+80% */
    --el-color-primary-light-7: #FFD1B3;  /* 主色亮度+70% */
    --el-color-primary-light-6: #FFC199;  /* 主色亮度+60% */
    --el-color-primary-light-5: #FFB280;  /* 主色亮度+50% */
    --el-color-primary-light-4: #FFA266;  /* 主色亮度+40% */
    --el-color-primary-light-3: #FF934D;  /* 主色亮度+30% */
    --el-color-primary-light-2: #FF8333;  /* 主色亮度+20% */
    --el-color-primary-light-1: #FF741A;  /* 主色亮度+10% */
    --el-color-primary: #FF6A00;          /* 原始主色 */
    --el-color-primary-dark-1: #E55F00;   /* 主色亮度-10% */
    --el-color-primary-dark-2: #CC5500;   /* 主色亮度-20% */
    --el-color-success: #67c23a;
    --el-color-success-dark-2: rgb(82, 155, 46);
    --el-color-success-light-3: rgb(149, 212, 117);
    --el-color-success-light-5: rgb(179, 225, 157);
    --el-color-success-light-7: rgb(209, 237, 196);
    --el-color-success-light-8: rgb(225, 243, 216);
    --el-color-success-light-9: rgb(240, 249, 235);
    --el-color-warning: #e6a23c;
    --el-color-warning-dark-2: rgb(184, 130, 48);
    --el-color-warning-light-3: rgb(238, 190, 119);
    --el-color-warning-light-5: rgb(243, 209, 158);
    --el-color-warning-light-7: rgb(248, 227, 197);
    --el-color-warning-light-8: rgb(250, 236, 216);
    --el-color-warning-light-9: rgb(253, 246, 236);
    --el-color-danger: #f56c6c;
    --el-color-danger-dark-2: rgb(196, 86, 86);
    --el-color-danger-light-3: rgb(248, 152, 152);
    --el-color-danger-light-5: rgb(250, 182, 182);
    --el-color-danger-light-7: rgb(252, 211, 211);
    --el-color-danger-light-8: rgb(253, 226, 226);
    --el-color-danger-light-9: rgb(254, 240, 240);
    --el-color-error: #f56c6c;
    --el-color-error-dark-2: rgb(196, 86, 86);
    --el-color-error-light-3: rgb(248, 152, 152);
    --el-color-error-light-5: rgb(250, 182, 182);
    --el-color-error-light-7: rgb(252, 211, 211);
    --el-color-error-light-8: rgb(253, 226, 226);
    --el-color-error-light-9: rgb(254, 240, 240);
    --el-color-info: #909399;
    --el-color-info-dark-2: rgb(115, 118, 122);
    --el-color-info-light-3: rgb(177, 179, 184);
    --el-color-info-light-5: #c8c9cc;
    --el-color-info-light-7: rgb(222, 223, 224);
    --el-color-info-light-8: rgb(233, 233, 235);
    --el-color-info-light-9: rgb(244, 244, 245);
}

.avue-crud__left,
.avue-crud__right {
    align-self: center;
}

.avue-crud__menu .el-button [class*="el-icon-"]+span {
    margin-left: 0px;
}

.avue-crud__menu .opr {
    display: flex;
    justify-content: space-around;
}

.avue-crud__menu .el-button {
    padding: 5px !important;
}

.avue-crud__menu .el-button+.el-button,
.el-checkbox.is-bordered+.el-checkbox.is-bordered {
    margin-left: 2px;
}

.p-4 {
    padding: 16px;
}

.pr-4 {
    padding-right: 16px;
}

.bg-page {
    background-color: var(--el-bg-color-page);
}

.el-tabs {
    --el-tabs-header-height: 40px;
}

.text-center {
    text-align: center;
}

.page-search {
    margin-bottom: 16px;
}

.page-search .el-form {
    margin: 0;
}

.page-search .el-form .el-form-item {
    margin: 0 5px;
}
.el-table--default {
    font-size: 14px!important;
}

/* 表格头部下拉样式 */
.el-table__header .el-select__wrapper{
    padding:0 !important
}
.el-table__header .el-select__wrapper.is-focused {
    box-shadow:0 0 0 0 !important;
}
.el-table__header .el-select__wrapper.is-hovering {
    box-shadow: 0 0 0 0 !important;
}
.el-table { 
    transform: scale(1); 
}