:root{
    --color--DenBule:#1651c9;
    --color--Main:#2867FF;
    --color--Primary:#409EFF;
    --color--Success:#67C23A;
    --color--Warning:#E6A23C;
    --color--Yellow:#FFCF4D;
    --color--Danger:#F56C6C;
    --color--Info:#909399;
    --color--orange:#ff8b30;
    --color--White:#ffffff;
    --text--Primary:#303133;
    --text--Regular:#606266;
    --text--Secondary:#909399;
    --text--Placeholder:#C0C4CC;
    --border--Base:#DCDFE6;
    --border--Light:#E4E7ED;
    --border--Lighter:#EBEEF5;
    --border--Extralight:#F2F6FC;
    --Background--Black:#000000;
    --Background--White:#FFFFFF;
    --Background--Gray:#f2f4f7;
    --Background--Transparent:Transparent;
    --text--font--28:28px;
    --text--font--24:24px;
    --text--font--20:20px;
    --text--font--18:18px;
    --text--font--16:16px;
    --text--font--14:14px;
    --text--font--13:13px;
    --text--font--12:12px;
}
/*引入字体包*/
@font-face {
    font-family: SourceHanSansCN;
    src: url('./fonts/SourceHanSansCN-Regular.otf');
    font-weight: 400;
}
@font-face {
    font-family: SourceHanSansCN;
    src: url('./fonts/SourceHanSansCN-Medium.otf');
    font-weight: 500;
}
@font-face {
    font-family: SourceHanSansCN;
    src: url('./fonts/SourceHanSansCN-Light.otf');
    font-weight: 300;
}
@font-face {
    font-family: SourceHanSansCN;
    src: url('./fonts/SourceHanSansCN-Bold.otf');
    font-weight: 600;
}
@font-face {
    font-family: YouSheBiaoTiHei;
    src: url('./fonts/YouSheBiaoTiHei-2.ttf');
}
html {
    font-family: SourceHanSansCN,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,
    Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.48;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    background-color: var(--Background--Gray);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
}
a{
    color: var(--color--Main);
    text-decoration: none;
}
input{
    outline: none;
    appearance: none;
}
.wrap{
    width: 1330px;
    margin: 0 auto;
    height: 100%;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
#nprogress .bar {
    background: #2867FF !important;
}
.pzh-popper .el-menu--popup{
    min-width: 120px;
    border-radius: 8px;
    background-color: #ffffff !important;
}
.pzh-popper .el-menu-item{
    color: #393939 !important;
    background-color: transparent !important;
}
.pzh-popper .el-menu-item.is-active{
    color: #2867FF !important;
    background-color: transparent !important;
}
.pzh-popper .el-submenu__title{
    color: #393939 !important;
    background-color: transparent !important;
}
.master-page-body{
    height: 100%;
    padding: 10px;
    margin: 0;
}
.contextmenu {
    margin: 0;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 3000;
    position: fixed;
    list-style-type: none;
    padding: 5px 0;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.contextmenu li {
    margin: 0;
    padding: 0;
}

.contextmenu li button {
    color: #020202;
}
.contextmenu li:hover {
    background: #f2f2f2;
    cursor: pointer;
}
.contextmenu .el-button--text{
    padding: 7px 15px;
}
.master-list-btn a{
    font-size: 12px;
}
.pzh-pagination .el-pagination__jump{
    float: right;
}
.pzh-pagination .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
    background: transparent;
}
.pzh-pagination .el-pagination.is-background .el-pager li:not(.disabled).active{
    border:1px solid #409eff;
    background: transparent;
    color: #409eff;
}
.breadcrumb-box{
    display: flex;
    align-items: center;
    color: #505363;
    font-size: 14px;
}
.el-breadcrumb__inner{
    color: #818496;
    font-weight: 300;
}
.el-breadcrumb__inner a, .el-breadcrumb__inner.is-link {
    font-weight:400;
    color: #505363;
}

.userPopover{
    padding: 6px !important;
}
.form-item-inline{
    display: flex;
    align-items: center;
    gap: 10px;
}
.img-no-body{
    background-image: url("/public/img/no-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.img-no-body span{
    font-size: 22px;
    letter-spacing: 2px;
    font-family: YouSheBiaoTiHei;
    color: #ffffff;
}
.pzh-level-menu.el-menu--horizontal > .el-menu-item{
    padding: 0;
    height: 34px;
    margin: 0 10px;
    line-height: 34px;
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .8) !important;
}