#app{height:100vh;width:100vw}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif}:root{--primary-color: #6366f1;--primary-light: #818cf8;--primary-dark: #4f46e5;--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--success-color: #10b981;--success-light: #34d399;--success-dark: #059669;--warning-color: #f59e0b;--warning-light: #fbbf24;--warning-dark: #d97706;--danger-color: #ef4444;--danger-light: #f87171;--danger-dark: #dc2626;--info-color: #3b82f6;--info-light: #60a5fa;--info-dark: #2563eb;--text-primary: #1f2937;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--border-color: #e5e7eb;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-tertiary: #f3f4f6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px}.el-menu{border-right:none!important}.el-menu-item.is-active{background:var(--primary-gradient)!important;color:#fff!important}.sidebar-menu .el-menu-item:not(.is-active){color:#fff!important}.sidebar-menu .el-menu-item:not(.is-active) span{color:#fff!important}.sidebar-menu .el-menu-item:not(.is-active) .el-icon{color:#fff!important}.sidebar-menu .el-sub-menu__title,.sidebar-menu .el-sub-menu__title span,.sidebar-menu .el-sub-menu__title .el-icon{color:#fff!important}.sidebar-menu .el-sub-menu .el-menu-item:not(.is-active){color:#fff!important}.sidebar-menu .el-sub-menu .el-menu-item:not(.is-active) span{color:#fff!important}.sidebar-menu .el-sub-menu .el-menu-item:not(.is-active) .el-icon{color:#fff!important}.sidebar-menu .el-sub-menu .el-menu{background-color:transparent!important}.sidebar-menu .el-sub-menu .el-menu .el-menu-item,.sidebar-menu .el-sub-menu .el-menu .el-menu-item span,.sidebar-menu .el-sub-menu .el-menu .el-menu-item .el-icon{color:#fff!important}.sidebar-menu .el-sub-menu .el-menu .el-menu-item:not(.is-active){color:#fff!important}.sidebar-menu .el-sub-menu .el-menu .el-menu-item:not(.is-active) span{color:#fff!important}.sidebar-menu .el-sub-menu .el-menu .el-menu-item:not(.is-active) .el-icon{color:#fff!important}.sidebar-menu .el-sub-menu .el-menu .el-menu-item:not(.is-active) *{color:#fff!important}.sidebar-menu .el-menu--inline .el-menu-item,.sidebar-menu .el-menu--inline .el-menu-item span,.sidebar-menu .el-menu--inline .el-menu-item .el-icon{color:#fff!important}.sidebar-menu .el-menu--inline .el-menu-item:not(.is-active){color:#fff!important}.sidebar-menu .el-menu--inline .el-menu-item:not(.is-active) span{color:#fff!important}.sidebar-menu .el-menu--inline .el-menu-item:not(.is-active) .el-icon{color:#fff!important}.sidebar-menu .el-menu--inline .el-menu-item:not(.is-active) *{color:#fff!important}.sidebar-menu :deep(.el-menu--inline) .el-menu-item:not(.is-active){color:#fff!important}.sidebar-menu :deep(.el-menu--inline) .el-menu-item:not(.is-active) span{color:#fff!important}.sidebar-menu :deep(.el-menu--inline) .el-menu-item:not(.is-active) .el-icon{color:#fff!important}.sidebar-menu :deep(.el-menu--inline) .el-menu-item:not(.is-active) *{color:#fff!important}.el-table .el-table__header-wrapper th{background:linear-gradient(180deg,#f8fafc 0%,#f1f5f9 100%);color:var(--text-primary);font-weight:600;border-bottom:2px solid var(--border-color)}.el-table .el-table__body-wrapper tr{transition:background-color .2s}.el-table .el-table__body-wrapper tr:hover{background-color:#f8fafc!important}.el-card{border:none;box-shadow:var(--shadow-md);border-radius:var(--radius-lg);transition:all .3s ease}.el-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.el-card .el-card__header{border-bottom:1px solid var(--border-color);font-weight:600;color:var(--text-primary);padding:16px 20px}.el-card .el-card__body{padding:20px}.el-dialog .el-form-item__label,.el-dialog .el-descriptions__label{white-space:nowrap;word-break:keep-all}.el-dialog .el-form-item__label{display:inline-flex;align-items:center;justify-content:flex-end}.el-dialog .el-form-item__content{min-width:0}.el-button{border-radius:var(--radius-md);font-weight:500;transition:all .3s ease}.el-button.el-button--primary{background:var(--primary-gradient);border:none}.el-button.el-button--primary:hover{opacity:.9;transform:translateY(-1px);box-shadow:var(--shadow-md)}.el-button.el-button--success{background:linear-gradient(135deg,var(--success-color) 0%,var(--success-dark) 100%);border:none}.el-button.el-button--success:hover{opacity:.9;transform:translateY(-1px)}.el-button.el-button--warning{background:linear-gradient(135deg,var(--warning-color) 0%,var(--warning-dark) 100%);border:none}.el-button.el-button--warning:hover{opacity:.9;transform:translateY(-1px)}.el-button.el-button--danger{background:linear-gradient(135deg,var(--danger-color) 0%,var(--danger-dark) 100%);border:none}.el-button.el-button--danger:hover{opacity:.9;transform:translateY(-1px)}.el-input .el-input__wrapper{border-radius:var(--radius-md);transition:all .3s ease}.el-input .el-input__wrapper:hover{box-shadow:var(--shadow-sm)}.el-input .el-input__wrapper.is-focus{box-shadow:0 0 0 3px #6366f11a}.el-tag{border-radius:var(--radius-sm);font-weight:500;border:none}.el-alert{border-radius:16px!important;padding:0!important;box-shadow:0 4px 20px #00000014,0 1px 3px #0000000d!important;border:none!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;overflow:hidden!important;position:relative!important;background:#ffffff!important}.el-alert:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:16px 0 0 16px}.el-alert:hover{box-shadow:0 8px 30px #0000001f,0 2px 8px #00000014!important;transform:translateY(-2px)!important}.el-alert .el-alert__content{display:flex!important;align-items:flex-start!important;padding:20px 24px 20px 28px!important;gap:16px!important;position:relative!important;z-index:1!important}.el-alert .el-alert__content .el-alert__icon{font-size:22px!important;margin:1px 0 0!important;flex-shrink:0!important;width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important;background:rgba(255,255,255,.6)!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.el-alert .el-alert__content .el-alert__title{font-size:15px!important;font-weight:500!important;line-height:1.6!important;letter-spacing:.2px!important;margin:0!important;flex:1!important;color:inherit!important}.el-alert .el-alert__content .el-alert__description{font-size:14px!important;line-height:1.6!important;margin-top:6px!important;color:inherit!important;opacity:.85!important}.el-alert .el-alert__closebtn{position:absolute!important;top:18px!important;right:18px!important;font-size:16px!important;opacity:.5!important;transition:all .2s ease!important;z-index:2!important;width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:6px!important}.el-alert .el-alert__closebtn:hover{opacity:1!important;background:rgba(0,0,0,.05)!important}.el-alert.el-alert--success{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 50%,#f0fdf4 100%)!important;color:#166534!important}.el-alert.el-alert--success:before{background:linear-gradient(180deg,#22c55e 0%,#16a34a 100%)!important}.el-alert.el-alert--success .el-alert__icon{color:#16a34a!important;background:rgba(34,197,94,.1)!important}.el-alert.el-alert--info{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 50%,#eff6ff 100%)!important;color:#1e40af!important}.el-alert.el-alert--info:before{background:linear-gradient(180deg,#3b82f6 0%,#2563eb 100%)!important}.el-alert.el-alert--info .el-alert__icon{color:#2563eb!important;background:rgba(59,130,246,.1)!important}.el-alert.el-alert--warning{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 50%,#fffbeb 100%)!important;color:#92400e!important}.el-alert.el-alert--warning:before{background:linear-gradient(180deg,#f59e0b 0%,#d97706 100%)!important}.el-alert.el-alert--warning .el-alert__icon{color:#d97706!important;background:rgba(245,158,11,.1)!important}.el-alert.el-alert--error{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 50%,#fef2f2 100%)!important;color:#991b1b!important}.el-alert.el-alert--error:before{background:linear-gradient(180deg,#ef4444 0%,#dc2626 100%)!important}.el-alert.el-alert--error .el-alert__icon{color:#dc2626!important;background:rgba(239,68,68,.1)!important}button.el-button.is-link,button.el-button.el-button--primary.is-link,button.el-button.el-button--success.is-link,button.el-button.el-button--warning.is-link,button.el-button.el-button--danger.is-link,button.el-button.el-button--info.is-link{background-color:transparent!important;background:transparent!important;box-shadow:none!important}button.el-button.is-link:hover,button.el-button.is-link:focus,button.el-button.is-link:active,button.el-button.el-button--primary.is-link:hover,button.el-button.el-button--primary.is-link:focus,button.el-button.el-button--primary.is-link:active,button.el-button.el-button--success.is-link:hover,button.el-button.el-button--success.is-link:focus,button.el-button.el-button--success.is-link:active,button.el-button.el-button--warning.is-link:hover,button.el-button.el-button--warning.is-link:focus,button.el-button.el-button--warning.is-link:active,button.el-button.el-button--danger.is-link:hover,button.el-button.el-button--danger.is-link:focus,button.el-button.el-button--danger.is-link:active,button.el-button.el-button--info.is-link:hover,button.el-button.el-button--info.is-link:focus,button.el-button.el-button--info.is-link:active{background-color:transparent!important;background:transparent!important;box-shadow:none!important}.el-table .el-table__cell .el-button.is-link,.el-table .el-table__cell .el-button[class*=link],:deep(.el-table) .el-table__cell .el-button.is-link,:deep(.el-table) .el-table__cell .el-button[class*=link],.el-table .el-table__cell .el-button.el-button--primary.is-link,.el-table .el-table__cell .el-button.el-button--success.is-link,.el-table .el-table__cell .el-button.el-button--warning.is-link,.el-table .el-table__cell .el-button.el-button--danger.is-link,.el-table .el-table__cell .el-button.el-button--info.is-link,.el-table .cell .el-button.is-link,.el-table .cell .el-button.el-button--primary.is-link,.el-table .cell .el-button.el-button--success.is-link,.el-table .cell .el-button.el-button--warning.is-link,.el-table .cell .el-button.el-button--danger.is-link,.el-table .cell .el-button.el-button--info.is-link{padding:4px 8px!important;margin:0 2px!important;font-size:13px!important;font-weight:400!important;border-radius:4px!important;transition:all .2s ease!important;min-width:auto!important;height:auto!important;line-height:1.5!important;background-color:transparent!important;background:transparent!important;border:none!important;box-shadow:none!important}.el-table .el-table__cell .el-button.is-link:before,.el-table .el-table__cell .el-button.is-link:after,.el-table .el-table__cell .el-button[class*=link]:before,.el-table .el-table__cell .el-button[class*=link]:after,:deep(.el-table) .el-table__cell .el-button.is-link:before,:deep(.el-table) .el-table__cell .el-button.is-link:after,:deep(.el-table) .el-table__cell .el-button[class*=link]:before,:deep(.el-table) .el-table__cell .el-button[class*=link]:after,.el-table .el-table__cell .el-button.el-button--primary.is-link:before,.el-table .el-table__cell .el-button.el-button--primary.is-link:after,.el-table .el-table__cell .el-button.el-button--success.is-link:before,.el-table .el-table__cell .el-button.el-button--success.is-link:after,.el-table .el-table__cell .el-button.el-button--warning.is-link:before,.el-table .el-table__cell .el-button.el-button--warning.is-link:after,.el-table .el-table__cell .el-button.el-button--danger.is-link:before,.el-table .el-table__cell .el-button.el-button--danger.is-link:after,.el-table .el-table__cell .el-button.el-button--info.is-link:before,.el-table .el-table__cell .el-button.el-button--info.is-link:after,.el-table .cell .el-button.is-link:before,.el-table .cell .el-button.is-link:after,.el-table .cell .el-button.el-button--primary.is-link:before,.el-table .cell .el-button.el-button--primary.is-link:after,.el-table .cell .el-button.el-button--success.is-link:before,.el-table .cell .el-button.el-button--success.is-link:after,.el-table .cell .el-button.el-button--warning.is-link:before,.el-table .cell .el-button.el-button--warning.is-link:after,.el-table .cell .el-button.el-button--danger.is-link:before,.el-table .cell .el-button.el-button--danger.is-link:after,.el-table .cell .el-button.el-button--info.is-link:before,.el-table .cell .el-button.el-button--info.is-link:after{display:none!important;background:transparent!important}.el-table .el-table__cell .el-button.is-link:hover,.el-table .el-table__cell .el-button.is-link:focus,.el-table .el-table__cell .el-button.is-link:active,.el-table .el-table__cell .el-button.is-link.is-hovering,.el-table .el-table__cell .el-button.is-link.is-focus,.el-table .el-table__cell .el-button[class*=link]:hover,.el-table .el-table__cell .el-button[class*=link]:focus,.el-table .el-table__cell .el-button[class*=link]:active,.el-table .el-table__cell .el-button[class*=link].is-hovering,.el-table .el-table__cell .el-button[class*=link].is-focus,:deep(.el-table) .el-table__cell .el-button.is-link:hover,:deep(.el-table) .el-table__cell .el-button.is-link:focus,:deep(.el-table) .el-table__cell .el-button.is-link:active,:deep(.el-table) .el-table__cell .el-button.is-link.is-hovering,:deep(.el-table) .el-table__cell .el-button.is-link.is-focus,:deep(.el-table) .el-table__cell .el-button[class*=link]:hover,:deep(.el-table) .el-table__cell .el-button[class*=link]:focus,:deep(.el-table) .el-table__cell .el-button[class*=link]:active,:deep(.el-table) .el-table__cell .el-button[class*=link].is-hovering,:deep(.el-table) .el-table__cell .el-button[class*=link].is-focus,.el-table .el-table__cell .el-button.el-button--primary.is-link:hover,.el-table .el-table__cell .el-button.el-button--primary.is-link:focus,.el-table .el-table__cell .el-button.el-button--primary.is-link:active,.el-table .el-table__cell .el-button.el-button--primary.is-link.is-hovering,.el-table .el-table__cell .el-button.el-button--primary.is-link.is-focus,.el-table .el-table__cell .el-button.el-button--success.is-link:hover,.el-table .el-table__cell .el-button.el-button--success.is-link:focus,.el-table .el-table__cell .el-button.el-button--success.is-link:active,.el-table .el-table__cell .el-button.el-button--success.is-link.is-hovering,.el-table .el-table__cell .el-button.el-button--success.is-link.is-focus,.el-table .el-table__cell .el-button.el-button--warning.is-link:hover,.el-table .el-table__cell .el-button.el-button--warning.is-link:focus,.el-table .el-table__cell .el-button.el-button--warning.is-link:active,.el-table .el-table__cell .el-button.el-button--warning.is-link.is-hovering,.el-table .el-table__cell .el-button.el-button--warning.is-link.is-focus,.el-table .el-table__cell .el-button.el-button--danger.is-link:hover,.el-table .el-table__cell .el-button.el-button--danger.is-link:focus,.el-table .el-table__cell .el-button.el-button--danger.is-link:active,.el-table .el-table__cell .el-button.el-button--danger.is-link.is-hovering,.el-table .el-table__cell .el-button.el-button--danger.is-link.is-focus,.el-table .el-table__cell .el-button.el-button--info.is-link:hover,.el-table .el-table__cell .el-button.el-button--info.is-link:focus,.el-table .el-table__cell .el-button.el-button--info.is-link:active,.el-table .el-table__cell .el-button.el-button--info.is-link.is-hovering,.el-table .el-table__cell .el-button.el-button--info.is-link.is-focus,.el-table .cell .el-button.is-link:hover,.el-table .cell .el-button.is-link:focus,.el-table .cell .el-button.is-link:active,.el-table .cell .el-button.is-link.is-hovering,.el-table .cell .el-button.is-link.is-focus,.el-table .cell .el-button.el-button--primary.is-link:hover,.el-table .cell .el-button.el-button--primary.is-link:focus,.el-table .cell .el-button.el-button--primary.is-link:active,.el-table .cell .el-button.el-button--primary.is-link.is-hovering,.el-table .cell .el-button.el-button--primary.is-link.is-focus,.el-table .cell .el-button.el-button--success.is-link:hover,.el-table .cell .el-button.el-button--success.is-link:focus,.el-table .cell .el-button.el-button--success.is-link:active,.el-table .cell .el-button.el-button--success.is-link.is-hovering,.el-table .cell .el-button.el-button--success.is-link.is-focus,.el-table .cell .el-button.el-button--warning.is-link:hover,.el-table .cell .el-button.el-button--warning.is-link:focus,.el-table .cell .el-button.el-button--warning.is-link:active,.el-table .cell .el-button.el-button--warning.is-link.is-hovering,.el-table .cell .el-button.el-button--warning.is-link.is-focus,.el-table .cell .el-button.el-button--danger.is-link:hover,.el-table .cell .el-button.el-button--danger.is-link:focus,.el-table .cell .el-button.el-button--danger.is-link:active,.el-table .cell .el-button.el-button--danger.is-link.is-hovering,.el-table .cell .el-button.el-button--danger.is-link.is-focus,.el-table .cell .el-button.el-button--info.is-link:hover,.el-table .cell .el-button.el-button--info.is-link:focus,.el-table .cell .el-button.el-button--info.is-link:active,.el-table .cell .el-button.el-button--info.is-link.is-hovering,.el-table .cell .el-button.el-button--info.is-link.is-focus{background-color:transparent!important;background:transparent!important;box-shadow:none!important}.el-table .el-table__cell .el-button.is-link .el-icon,.el-table .el-table__cell .el-button[class*=link] .el-icon,:deep(.el-table) .el-table__cell .el-button.is-link .el-icon,:deep(.el-table) .el-table__cell .el-button[class*=link] .el-icon,.el-table .el-table__cell .el-button.el-button--primary.is-link .el-icon,.el-table .el-table__cell .el-button.el-button--success.is-link .el-icon,.el-table .el-table__cell .el-button.el-button--warning.is-link .el-icon,.el-table .el-table__cell .el-button.el-button--danger.is-link .el-icon,.el-table .el-table__cell .el-button.el-button--info.is-link .el-icon,.el-table .cell .el-button.is-link .el-icon,.el-table .cell .el-button.el-button--primary.is-link .el-icon,.el-table .cell .el-button.el-button--success.is-link .el-icon,.el-table .cell .el-button.el-button--warning.is-link .el-icon,.el-table .cell .el-button.el-button--danger.is-link .el-icon,.el-table .cell .el-button.el-button--info.is-link .el-icon{margin-right:4px!important;font-size:14px!important;vertical-align:middle!important}.el-table .el-table__cell .el-button.is-link.el-button--primary,.el-table .el-table__cell .el-button[class*=link].el-button--primary,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--primary,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--primary,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--primary,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--primary,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--primary,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--primary,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--primary,.el-table .cell .el-button.is-link.el-button--primary,.el-table .cell .el-button.el-button--primary.is-link.el-button--primary,.el-table .cell .el-button.el-button--success.is-link.el-button--primary,.el-table .cell .el-button.el-button--warning.is-link.el-button--primary,.el-table .cell .el-button.el-button--danger.is-link.el-button--primary,.el-table .cell .el-button.el-button--info.is-link.el-button--primary{color:#409eff!important}.el-table .el-table__cell .el-button.is-link.el-button--primary:hover,.el-table .el-table__cell .el-button.is-link.el-button--primary:focus,.el-table .el-table__cell .el-button.is-link.el-button--primary:active,.el-table .el-table__cell .el-button[class*=link].el-button--primary:hover,.el-table .el-table__cell .el-button[class*=link].el-button--primary:focus,.el-table .el-table__cell .el-button[class*=link].el-button--primary:active,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--primary:hover,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--primary:focus,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--primary:active,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--primary:hover,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--primary:focus,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--primary:active,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--primary:hover,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--primary:focus,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--primary:active,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--primary:hover,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--primary:focus,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--primary:active,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--primary:hover,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--primary:focus,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--primary:active,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--primary:hover,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--primary:focus,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--primary:active,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--primary:hover,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--primary:focus,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--primary:active,.el-table .cell .el-button.is-link.el-button--primary:hover,.el-table .cell .el-button.is-link.el-button--primary:focus,.el-table .cell .el-button.is-link.el-button--primary:active,.el-table .cell .el-button.el-button--primary.is-link.el-button--primary:hover,.el-table .cell .el-button.el-button--primary.is-link.el-button--primary:focus,.el-table .cell .el-button.el-button--primary.is-link.el-button--primary:active,.el-table .cell .el-button.el-button--success.is-link.el-button--primary:hover,.el-table .cell .el-button.el-button--success.is-link.el-button--primary:focus,.el-table .cell .el-button.el-button--success.is-link.el-button--primary:active,.el-table .cell .el-button.el-button--warning.is-link.el-button--primary:hover,.el-table .cell .el-button.el-button--warning.is-link.el-button--primary:focus,.el-table .cell .el-button.el-button--warning.is-link.el-button--primary:active,.el-table .cell .el-button.el-button--danger.is-link.el-button--primary:hover,.el-table .cell .el-button.el-button--danger.is-link.el-button--primary:focus,.el-table .cell .el-button.el-button--danger.is-link.el-button--primary:active,.el-table .cell .el-button.el-button--info.is-link.el-button--primary:hover,.el-table .cell .el-button.el-button--info.is-link.el-button--primary:focus,.el-table .cell .el-button.el-button--info.is-link.el-button--primary:active{color:#66b1ff!important;background-color:transparent!important;background:transparent!important;box-shadow:none!important}.el-table .el-table__cell .el-button.is-link.el-button--success,.el-table .el-table__cell .el-button[class*=link].el-button--success,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--success,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--success,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--success,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--success,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--success,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--success,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--success,.el-table .cell .el-button.is-link.el-button--success,.el-table .cell .el-button.el-button--primary.is-link.el-button--success,.el-table .cell .el-button.el-button--success.is-link.el-button--success,.el-table .cell .el-button.el-button--warning.is-link.el-button--success,.el-table .cell .el-button.el-button--danger.is-link.el-button--success,.el-table .cell .el-button.el-button--info.is-link.el-button--success{color:#67c23a!important}.el-table .el-table__cell .el-button.is-link.el-button--success:hover,.el-table .el-table__cell .el-button.is-link.el-button--success:focus,.el-table .el-table__cell .el-button.is-link.el-button--success:active,.el-table .el-table__cell .el-button[class*=link].el-button--success:hover,.el-table .el-table__cell .el-button[class*=link].el-button--success:focus,.el-table .el-table__cell .el-button[class*=link].el-button--success:active,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--success:hover,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--success:focus,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--success:active,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--success:hover,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--success:focus,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--success:active,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--success:hover,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--success:focus,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--success:active,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--success:hover,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--success:focus,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--success:active,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--success:hover,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--success:focus,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--success:active,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--success:hover,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--success:focus,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--success:active,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--success:hover,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--success:focus,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--success:active,.el-table .cell .el-button.is-link.el-button--success:hover,.el-table .cell .el-button.is-link.el-button--success:focus,.el-table .cell .el-button.is-link.el-button--success:active,.el-table .cell .el-button.el-button--primary.is-link.el-button--success:hover,.el-table .cell .el-button.el-button--primary.is-link.el-button--success:focus,.el-table .cell .el-button.el-button--primary.is-link.el-button--success:active,.el-table .cell .el-button.el-button--success.is-link.el-button--success:hover,.el-table .cell .el-button.el-button--success.is-link.el-button--success:focus,.el-table .cell .el-button.el-button--success.is-link.el-button--success:active,.el-table .cell .el-button.el-button--warning.is-link.el-button--success:hover,.el-table .cell .el-button.el-button--warning.is-link.el-button--success:focus,.el-table .cell .el-button.el-button--warning.is-link.el-button--success:active,.el-table .cell .el-button.el-button--danger.is-link.el-button--success:hover,.el-table .cell .el-button.el-button--danger.is-link.el-button--success:focus,.el-table .cell .el-button.el-button--danger.is-link.el-button--success:active,.el-table .cell .el-button.el-button--info.is-link.el-button--success:hover,.el-table .cell .el-button.el-button--info.is-link.el-button--success:focus,.el-table .cell .el-button.el-button--info.is-link.el-button--success:active{color:#85ce61!important;background-color:transparent!important;background:transparent!important;box-shadow:none!important}.el-table .el-table__cell .el-button.is-link.el-button--warning,.el-table .el-table__cell .el-button[class*=link].el-button--warning,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--warning,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--warning,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--warning,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--warning,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--warning,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--warning,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--warning,.el-table .cell .el-button.is-link.el-button--warning,.el-table .cell .el-button.el-button--primary.is-link.el-button--warning,.el-table .cell .el-button.el-button--success.is-link.el-button--warning,.el-table .cell .el-button.el-button--warning.is-link.el-button--warning,.el-table .cell .el-button.el-button--danger.is-link.el-button--warning,.el-table .cell .el-button.el-button--info.is-link.el-button--warning{color:#e6a23c!important}.el-table .el-table__cell .el-button.is-link.el-button--warning:hover,.el-table .el-table__cell .el-button.is-link.el-button--warning:focus,.el-table .el-table__cell .el-button.is-link.el-button--warning:active,.el-table .el-table__cell .el-button[class*=link].el-button--warning:hover,.el-table .el-table__cell .el-button[class*=link].el-button--warning:focus,.el-table .el-table__cell .el-button[class*=link].el-button--warning:active,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--warning:hover,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--warning:focus,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--warning:active,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--warning:hover,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--warning:focus,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--warning:active,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--warning:hover,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--warning:focus,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--warning:active,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--warning:hover,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--warning:focus,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--warning:active,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--warning:hover,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--warning:focus,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--warning:active,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--warning:hover,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--warning:focus,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--warning:active,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--warning:hover,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--warning:focus,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--warning:active,.el-table .cell .el-button.is-link.el-button--warning:hover,.el-table .cell .el-button.is-link.el-button--warning:focus,.el-table .cell .el-button.is-link.el-button--warning:active,.el-table .cell .el-button.el-button--primary.is-link.el-button--warning:hover,.el-table .cell .el-button.el-button--primary.is-link.el-button--warning:focus,.el-table .cell .el-button.el-button--primary.is-link.el-button--warning:active,.el-table .cell .el-button.el-button--success.is-link.el-button--warning:hover,.el-table .cell .el-button.el-button--success.is-link.el-button--warning:focus,.el-table .cell .el-button.el-button--success.is-link.el-button--warning:active,.el-table .cell .el-button.el-button--warning.is-link.el-button--warning:hover,.el-table .cell .el-button.el-button--warning.is-link.el-button--warning:focus,.el-table .cell .el-button.el-button--warning.is-link.el-button--warning:active,.el-table .cell .el-button.el-button--danger.is-link.el-button--warning:hover,.el-table .cell .el-button.el-button--danger.is-link.el-button--warning:focus,.el-table .cell .el-button.el-button--danger.is-link.el-button--warning:active,.el-table .cell .el-button.el-button--info.is-link.el-button--warning:hover,.el-table .cell .el-button.el-button--info.is-link.el-button--warning:focus,.el-table .cell .el-button.el-button--info.is-link.el-button--warning:active{color:#ebb563!important;background-color:transparent!important;background:transparent!important;box-shadow:none!important}.el-table .el-table__cell .el-button.is-link.el-button--danger,.el-table .el-table__cell .el-button[class*=link].el-button--danger,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--danger,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--danger,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--danger,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--danger,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--danger,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--danger,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--danger,.el-table .cell .el-button.is-link.el-button--danger,.el-table .cell .el-button.el-button--primary.is-link.el-button--danger,.el-table .cell .el-button.el-button--success.is-link.el-button--danger,.el-table .cell .el-button.el-button--warning.is-link.el-button--danger,.el-table .cell .el-button.el-button--danger.is-link.el-button--danger,.el-table .cell .el-button.el-button--info.is-link.el-button--danger{color:#f56c6c!important}.el-table .el-table__cell .el-button.is-link.el-button--danger:hover,.el-table .el-table__cell .el-button.is-link.el-button--danger:focus,.el-table .el-table__cell .el-button.is-link.el-button--danger:active,.el-table .el-table__cell .el-button[class*=link].el-button--danger:hover,.el-table .el-table__cell .el-button[class*=link].el-button--danger:focus,.el-table .el-table__cell .el-button[class*=link].el-button--danger:active,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--danger:hover,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--danger:focus,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--danger:active,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--danger:hover,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--danger:focus,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--danger:active,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--danger:hover,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--danger:focus,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--danger:active,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--danger:hover,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--danger:focus,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--danger:active,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--danger:hover,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--danger:focus,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--danger:active,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--danger:hover,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--danger:focus,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--danger:active,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--danger:hover,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--danger:focus,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--danger:active,.el-table .cell .el-button.is-link.el-button--danger:hover,.el-table .cell .el-button.is-link.el-button--danger:focus,.el-table .cell .el-button.is-link.el-button--danger:active,.el-table .cell .el-button.el-button--primary.is-link.el-button--danger:hover,.el-table .cell .el-button.el-button--primary.is-link.el-button--danger:focus,.el-table .cell .el-button.el-button--primary.is-link.el-button--danger:active,.el-table .cell .el-button.el-button--success.is-link.el-button--danger:hover,.el-table .cell .el-button.el-button--success.is-link.el-button--danger:focus,.el-table .cell .el-button.el-button--success.is-link.el-button--danger:active,.el-table .cell .el-button.el-button--warning.is-link.el-button--danger:hover,.el-table .cell .el-button.el-button--warning.is-link.el-button--danger:focus,.el-table .cell .el-button.el-button--warning.is-link.el-button--danger:active,.el-table .cell .el-button.el-button--danger.is-link.el-button--danger:hover,.el-table .cell .el-button.el-button--danger.is-link.el-button--danger:focus,.el-table .cell .el-button.el-button--danger.is-link.el-button--danger:active,.el-table .cell .el-button.el-button--info.is-link.el-button--danger:hover,.el-table .cell .el-button.el-button--info.is-link.el-button--danger:focus,.el-table .cell .el-button.el-button--info.is-link.el-button--danger:active{color:#f78989!important;background-color:transparent!important;background:transparent!important;box-shadow:none!important}.el-table .el-table__cell .el-button.is-link.el-button--info,.el-table .el-table__cell .el-button[class*=link].el-button--info,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--info,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--info,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--info,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--info,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--info,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--info,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--info,.el-table .cell .el-button.is-link.el-button--info,.el-table .cell .el-button.el-button--primary.is-link.el-button--info,.el-table .cell .el-button.el-button--success.is-link.el-button--info,.el-table .cell .el-button.el-button--warning.is-link.el-button--info,.el-table .cell .el-button.el-button--danger.is-link.el-button--info,.el-table .cell .el-button.el-button--info.is-link.el-button--info{color:#909399!important}.el-table .el-table__cell .el-button.is-link.el-button--info:hover,.el-table .el-table__cell .el-button.is-link.el-button--info:focus,.el-table .el-table__cell .el-button.is-link.el-button--info:active,.el-table .el-table__cell .el-button[class*=link].el-button--info:hover,.el-table .el-table__cell .el-button[class*=link].el-button--info:focus,.el-table .el-table__cell .el-button[class*=link].el-button--info:active,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--info:hover,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--info:focus,:deep(.el-table) .el-table__cell .el-button.is-link.el-button--info:active,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--info:hover,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--info:focus,:deep(.el-table) .el-table__cell .el-button[class*=link].el-button--info:active,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--info:hover,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--info:focus,.el-table .el-table__cell .el-button.el-button--primary.is-link.el-button--info:active,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--info:hover,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--info:focus,.el-table .el-table__cell .el-button.el-button--success.is-link.el-button--info:active,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--info:hover,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--info:focus,.el-table .el-table__cell .el-button.el-button--warning.is-link.el-button--info:active,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--info:hover,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--info:focus,.el-table .el-table__cell .el-button.el-button--danger.is-link.el-button--info:active,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--info:hover,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--info:focus,.el-table .el-table__cell .el-button.el-button--info.is-link.el-button--info:active,.el-table .cell .el-button.is-link.el-button--info:hover,.el-table .cell .el-button.is-link.el-button--info:focus,.el-table .cell .el-button.is-link.el-button--info:active,.el-table .cell .el-button.el-button--primary.is-link.el-button--info:hover,.el-table .cell .el-button.el-button--primary.is-link.el-button--info:focus,.el-table .cell .el-button.el-button--primary.is-link.el-button--info:active,.el-table .cell .el-button.el-button--success.is-link.el-button--info:hover,.el-table .cell .el-button.el-button--success.is-link.el-button--info:focus,.el-table .cell .el-button.el-button--success.is-link.el-button--info:active,.el-table .cell .el-button.el-button--warning.is-link.el-button--info:hover,.el-table .cell .el-button.el-button--warning.is-link.el-button--info:focus,.el-table .cell .el-button.el-button--warning.is-link.el-button--info:active,.el-table .cell .el-button.el-button--danger.is-link.el-button--info:hover,.el-table .cell .el-button.el-button--danger.is-link.el-button--info:focus,.el-table .cell .el-button.el-button--danger.is-link.el-button--info:active,.el-table .cell .el-button.el-button--info.is-link.el-button--info:hover,.el-table .cell .el-button.el-button--info.is-link.el-button--info:focus,.el-table .cell .el-button.el-button--info.is-link.el-button--info:active{color:#a6a9ad!important;background-color:transparent!important;background:transparent!important;box-shadow:none!important}.el-table .el-table__cell .el-button.is-link:hover,.el-table .el-table__cell .el-button[class*=link]:hover,:deep(.el-table) .el-table__cell .el-button.is-link:hover,:deep(.el-table) .el-table__cell .el-button[class*=link]:hover,.el-table .el-table__cell .el-button.el-button--primary.is-link:hover,.el-table .el-table__cell .el-button.el-button--success.is-link:hover,.el-table .el-table__cell .el-button.el-button--warning.is-link:hover,.el-table .el-table__cell .el-button.el-button--danger.is-link:hover,.el-table .el-table__cell .el-button.el-button--info.is-link:hover,.el-table .cell .el-button.is-link:hover,.el-table .cell .el-button.el-button--primary.is-link:hover,.el-table .cell .el-button.el-button--success.is-link:hover,.el-table .cell .el-button.el-button--warning.is-link:hover,.el-table .cell .el-button.el-button--danger.is-link:hover,.el-table .cell .el-button.el-button--info.is-link:hover{transform:translateY(-1px)}.el-table .el-table__cell .el-button.is-link:disabled,.el-table .el-table__cell .el-button[class*=link]:disabled,:deep(.el-table) .el-table__cell .el-button.is-link:disabled,:deep(.el-table) .el-table__cell .el-button[class*=link]:disabled,.el-table .el-table__cell .el-button.el-button--primary.is-link:disabled,.el-table .el-table__cell .el-button.el-button--success.is-link:disabled,.el-table .el-table__cell .el-button.el-button--warning.is-link:disabled,.el-table .el-table__cell .el-button.el-button--danger.is-link:disabled,.el-table .el-table__cell .el-button.el-button--info.is-link:disabled,.el-table .cell .el-button.is-link:disabled,.el-table .cell .el-button.el-button--primary.is-link:disabled,.el-table .cell .el-button.el-button--success.is-link:disabled,.el-table .cell .el-button.el-button--warning.is-link:disabled,.el-table .cell .el-button.el-button--danger.is-link:disabled,.el-table .cell .el-button.el-button--info.is-link:disabled{opacity:.5;cursor:not-allowed;transform:none}:deep(.el-table) .el-table__cell .el-button[link],:deep(.el-table) .el-table__cell .el-button[link]:hover,:deep(.el-table) .el-table__cell .el-button[link]:focus,:deep(.el-table) .el-table__cell .el-button[link]:active,:deep(.el-table) .el-table__cell .el-button.is-link,:deep(.el-table) .el-table__cell .el-button.is-link:hover,:deep(.el-table) .el-table__cell .el-button.is-link:focus,:deep(.el-table) .el-table__cell .el-button.is-link:active,:deep(.el-table) .el-table__cell button.el-button.is-link,:deep(.el-table) .el-table__cell button.el-button.is-link:hover,:deep(.el-table) .el-table__cell button.el-button.is-link:focus,:deep(.el-table) .el-table__cell button.el-button.is-link:active,:deep(.el-table) .cell .el-button[link],:deep(.el-table) .cell .el-button[link]:hover,:deep(.el-table) .cell .el-button[link]:focus,:deep(.el-table) .cell .el-button[link]:active,:deep(.el-table) .cell .el-button.is-link,:deep(.el-table) .cell .el-button.is-link:hover,:deep(.el-table) .cell .el-button.is-link:focus,:deep(.el-table) .cell .el-button.is-link:active,:deep(.el-table) .cell button.el-button.is-link,:deep(.el-table) .cell button.el-button.is-link:hover,:deep(.el-table) .cell button.el-button.is-link:focus,:deep(.el-table) .cell button.el-button.is-link:active{background:transparent!important;background-color:transparent!important;box-shadow:none!important}.el-button.is-link,.el-button.el-button--primary.is-link,.el-button.el-button--success.is-link,.el-button.el-button--warning.is-link,.el-button.el-button--danger.is-link,.el-button.el-button--info.is-link{background-color:transparent!important;background:transparent!important;box-shadow:none!important}.el-button.is-link:hover,.el-button.is-link:focus,.el-button.is-link:active,.el-button.is-link.is-hovering,.el-button.is-link.is-focus,.el-button.el-button--primary.is-link:hover,.el-button.el-button--primary.is-link:focus,.el-button.el-button--primary.is-link:active,.el-button.el-button--primary.is-link.is-hovering,.el-button.el-button--primary.is-link.is-focus,.el-button.el-button--success.is-link:hover,.el-button.el-button--success.is-link:focus,.el-button.el-button--success.is-link:active,.el-button.el-button--success.is-link.is-hovering,.el-button.el-button--success.is-link.is-focus,.el-button.el-button--warning.is-link:hover,.el-button.el-button--warning.is-link:focus,.el-button.el-button--warning.is-link:active,.el-button.el-button--warning.is-link.is-hovering,.el-button.el-button--warning.is-link.is-focus,.el-button.el-button--danger.is-link:hover,.el-button.el-button--danger.is-link:focus,.el-button.el-button--danger.is-link:active,.el-button.el-button--danger.is-link.is-hovering,.el-button.el-button--danger.is-link.is-focus,.el-button.el-button--info.is-link:hover,.el-button.el-button--info.is-link:focus,.el-button.el-button--info.is-link:active,.el-button.el-button--info.is-link.is-hovering,.el-button.el-button--info.is-link.is-focus{background-color:transparent!important;background:transparent!important;box-shadow:none!important}.el-button.is-link:before,.el-button.is-link:after,.el-button.el-button--primary.is-link:before,.el-button.el-button--primary.is-link:after,.el-button.el-button--success.is-link:before,.el-button.el-button--success.is-link:after,.el-button.el-button--warning.is-link:before,.el-button.el-button--warning.is-link:after,.el-button.el-button--danger.is-link:before,.el-button.el-button--danger.is-link:after,.el-button.el-button--info.is-link:before,.el-button.el-button--info.is-link:after{background:transparent!important;background-color:transparent!important}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-online{color:var(--success-color)}.status-offline{color:var(--text-tertiary)}.status-error{color:var(--danger-color)}.status-warning{color:var(--warning-color)}.alarm-level-1{color:var(--danger-color)}.alarm-level-2{color:var(--warning-color)}.alarm-level-3{color:var(--info-color)}.alarm-level-4{color:var(--text-tertiary)}.el-button.is-link,button.el-button.is-link,[class*=el-button].is-link{background:transparent!important;background-color:transparent!important;box-shadow:none!important}.el-button.is-link:hover,.el-button.is-link:focus,.el-button.is-link:active,.el-button.is-link.is-hovering,.el-button.is-link.is-focus,.el-button.is-link.is-disabled,button.el-button.is-link:hover,button.el-button.is-link:focus,button.el-button.is-link:active,button.el-button.is-link.is-hovering,button.el-button.is-link.is-focus,button.el-button.is-link.is-disabled,[class*=el-button].is-link:hover,[class*=el-button].is-link:focus,[class*=el-button].is-link:active,[class*=el-button].is-link.is-hovering,[class*=el-button].is-link.is-focus,[class*=el-button].is-link.is-disabled{background:transparent!important;background-color:transparent!important;box-shadow:none!important}.el-button.is-link:before,.el-button.is-link:after,button.el-button.is-link:before,button.el-button.is-link:after,[class*=el-button].is-link:before,[class*=el-button].is-link:after{background:transparent!important;background-color:transparent!important}.el-button.el-button--primary.is-link,.el-button.el-button--success.is-link,.el-button.el-button--warning.is-link,.el-button.el-button--danger.is-link,.el-button.el-button--info.is-link{background:transparent!important;background-color:transparent!important;box-shadow:none!important}.el-button.el-button--primary.is-link:hover,.el-button.el-button--primary.is-link:focus,.el-button.el-button--primary.is-link:active,.el-button.el-button--success.is-link:hover,.el-button.el-button--success.is-link:focus,.el-button.el-button--success.is-link:active,.el-button.el-button--warning.is-link:hover,.el-button.el-button--warning.is-link:focus,.el-button.el-button--warning.is-link:active,.el-button.el-button--danger.is-link:hover,.el-button.el-button--danger.is-link:focus,.el-button.el-button--danger.is-link:active,.el-button.el-button--info.is-link:hover,.el-button.el-button--info.is-link:focus,.el-button.el-button--info.is-link:active{background:transparent!important;background-color:transparent!important;box-shadow:none!important}.classification-detail-dialog .el-dialog__body .detail-content,.type-detail-dialog .el-dialog__body .detail-content,.relation-detail-dialog .el-dialog__body .detail-content{padding:0}.classification-detail-dialog .el-dialog__body .detail-content .detail-table,.type-detail-dialog .el-dialog__body .detail-content .detail-table,.relation-detail-dialog .el-dialog__body .detail-content .detail-table{border-radius:12px;overflow:hidden}.classification-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr,.type-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr,.relation-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.classification-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr:hover,.type-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr:hover,.relation-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr:hover{background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%)!important;transform:translate(2px);box-shadow:0 2px 8px #0000000f!important}.classification-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td,.type-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td,.relation-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td{padding:18px 24px!important;border-color:#e5e7eb!important}.classification-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td.detail-label-cell,.type-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td.detail-label-cell,.relation-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td.detail-label-cell{background:linear-gradient(135deg,#f1f5f9 0%,#e5e7eb 100%)!important;font-weight:600!important}.classification-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td.detail-label-cell .detail-label,.type-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td.detail-label-cell .detail-label,.relation-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td.detail-label-cell .detail-label{font-size:14px!important;font-weight:600!important;color:#6b7280!important;letter-spacing:.3px!important}.classification-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td.detail-value-cell .detail-value,.type-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td.detail-value-cell .detail-value,.relation-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td.detail-value-cell .detail-value{font-size:15px!important;color:#1f2937!important;font-weight:600!important;word-break:break-word!important}.classification-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td.detail-value-cell .detail-tag,.type-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td.detail-value-cell .detail-tag,.relation-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td.detail-value-cell .detail-tag{margin:0!important;font-weight:500!important;padding:6px 14px!important;border-radius:8px!important;font-size:13px!important;border:none!important;box-shadow:0 1px 3px #0000001a!important}.classification-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td.detail-value-cell .el-image,.type-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td.detail-value-cell .el-image,.relation-detail-dialog .el-dialog__body .detail-content .detail-table .el-table__body-wrapper .el-table__body tbody tr td.detail-value-cell .el-image{display:block}
