
html, body, a, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑 !important;
}

[v-cloak] {
    display: none;
}


.el-form-item {
    margin-bottom: 22px;
}

.form-title{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
body{
    min-width: 1200px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-internal-autofill-selected {
    transition: background-color 50000s ease-in-out 0s;
    -webkit-text-fill-color: #333 !important;
    background-color: transparent !important;
    caret-color: #333;
}


/* 全局样式中，比如 public.css 或 my_table.css */
.el-input input:-webkit-autofill {
    transition: background-color 50000s ease-in-out 0s;
    -webkit-text-fill-color: #333 !important;
    background-color: transparent !important;
}

.el-main {
    padding: 0px;
}

.child-iframe{
    padding: 20px;
}


.up {
    color: var(--el-color-danger); /* 红色 */
}
.down {
    color: var(--el-color-success); /* 绿色 */
}

.el-menu-item i{
    color: #ffffff;
}


.gray_status_bg{
    background-color: #f4f4f5;
    border-color: #e9e9eb;
    color: #909399;
    height: 20px;
    padding: 0 5px;
    line-height: 19px;
    font-size: 12px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}
.red_status_bg{
    background-color: #ffeded;
    border-color: #ffdbdb;
    color: #ff4949;
    height: 20px;
    padding: 0 5px;
    line-height: 19px;
    font-size: 12px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

.yellow_status_bg{
    background-color: #fff8e6;
    border-color: #fff1cc;
    color: #ffba00;
    height: 20px;
    padding: 0 5px;
    line-height: 19px;
    font-size: 12px;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

.el-dialog__title{
    font-size: 16px;
}


.cell .el-button + .el-button {
    margin-left: 0 !important;
}


.level-info {
    color: var(--el-color-success); /* 红色 */
}
.level-normal {
    color:  #0000FF; /*""\033[34m";蓝色*/
}
.level-important {
    color: #d633ff; /* "\033[95m";//亮洋红（Bright Magenta） */
}
.level-error {
    color: var(--el-color-danger); /* 红色 */
}