: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;
}
.master-page-body{
    height: 100%;
    padding: 10px 0px 0px 0px;
    margin: 0;
    border-radius: 8px;
}
.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;
}
.fr{
    float: right;
}
.fl{
    float: left;
}
.ac{
    text-align: center;
}
.ar{
    text-align: right;
}
.al{
    text-align: left;
}
.df{
    display: flex;
}
.afjc{
    justify-content: center;
}
.afjar{
    justify-content: space-around;
}
.afjBt{
    justify-content: space-between;
}
.dfAC{
    align-items: center;
}
.pd15{
    padding:15px;
}
.pd10{
    padding:10px;
}
.pd5{
    padding:5px;
}
.pTB10{
    padding:10px 0;
}
.pTB5{
    padding:5px 0;
}
.mg10{
    margin: 10px;
}
.mgB10{
    margin: 10px 0;
}
.mgB5{
    margin: 5px 0;
}
.mg5{
    margin: 5px;
}
.bz-header {
    background-color: #0b4bd8;
}
.page-body{
    min-height: calc(100vh - 176px);
    /*padding: 10px 0;*/
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.breadcrumb-box{
    display: flex;
    align-items: center;
}
.t_bar{
    font-weight: bold;
    color: #185282;
    margin: 0px 0px 20px 0px;
}
.no-overflow-x .el-scrollbar__wrap{
    overflow-x: hidden;
}
.bz-pagination{
    text-align: right;
}
.header-menu .el-menu--horizontal > .el-submenu .el-submenu__title{
    line-height: 30px;
    height: 37px;
    padding-bottom: 5px;
    background-color: rgb(11, 75, 216)!important;
}

.header-menu .el-submenu__title i{
    color: rgba(255, 255, 255, 0.8);
}
.bz-popper .el-menu--popup{
    min-width:100%;
    background-color: #ffffff!important;
}
.bz-popper.el-menu--horizontal .el-menu .el-menu-item{
    color: #222222 !important;
    background-color: #ffffff !important;
}
.bz-popper.el-menu--horizontal .el-menu .el-menu-item.is-active{
    color:  rgb(11, 75, 216) !important;
}
table {
    width: 100% !important;
}
.el-table__header {
/*// 使表格兼容safari，不错位,表头宽度较小*/
    width: 100%;
    table-layout: fixed !important;
}
.el-table__body {
/*// 使表格兼容safari，不错位*/
    width: 100%;
    table-layout: fixed !important;
}

.el-select-dropdown{
    max-width: 90%;
}
.el-select-dropdown__item{
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: pre-wrap;
     overflow: initial;
    text-overflow: ellipsis;
    color: #606266;
     height: auto;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 1px #ccc dashed;
}
.el-select-dropdown__item:last-child{
    border-bottom: none;
}
.cover_bg{
    width: 100%;
    background-image: url(/public/img/cover_bg.png);
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #eceff6;
    position: relative;
}
.cover_bg_title_box{
    position: absolute;
    top: 10%;
    left: 2.5%;
}
.cover_bg_title{
    font-family: YouSheBiaoTiHei;
    font-size: 48px;
    line-height: 48px;
    color: #0D6BF2;
}
.cover_bg_bottom{
    position: absolute;
    width: 95%;
    padding:0 20px;
    left: 2.5%;
    bottom: 10%;
    background-image: url(/public/img/cover_bg_bottom.png);
    height: 107px;
    background-size: inherit;
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
    gap: 20px;
}
.cover_bg_bottom .header-item{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 15px 0;
    padding: 10px;
    border-radius: 5px;
}
.cover_bg_title_bottom .button{
    display: flex;
    background: #0d6bf2;
    width: max-content;
    padding: 8px 15px;
    font-size: 20px;
    color: #fff;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}
.cover_bg_title_bottom .button img{
    margin-left: 25px;
}
.cover_bg_title_bottom{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.cover_bg_bottom .header-text{
    font-size: 25px;
    font-weight: 400;
    color: #0B59D7;
}

.prompt-textarea textarea{
    height: 150px;
}

.form-declaration{
    width: 100%;
    text-align: left;
    word-break:break-all;
    table-layout: fixed;
    border-collapse: collapse;
}
.form-declaration .el-input{
    width: 100%;
}
.form-declaration tr{
    transition: all .3s;
    border-collapse: collapse;
    background-color: #f7faff;
}
.form-declaration tr td{
    border: 1px solid #c7ddee;
    padding: 8px 10px;
    font-weight: 400;
    line-height: 28px;
    box-sizing: border-box;
}
.form-declaration tr td.label{
    text-align: right;
    width: 140px;
}
.required:before{
    content: '*';
    color: red;
    font-weight: bold;
}
.form-declaration tr:nth-child(2n){
    background-color: #ffffff;
}
.form-declaration tr th{
    line-height: 28px;
    border: 1px solid #c7ddee;
    padding: 8px 10px;
    font-weight: bold;
    background: linear-gradient(to top, #c7ddee, #e7f3fb);
    color: #333;
    box-sizing: border-box;
}
.form-declaration tr th.title{
    background:#edf2f8;
    font-weight: 400;
}

.form-declaration .el-form-item{
    margin-bottom:0;
}
.form-declaration .el-form-item__content{
    line-height: 1;
}

.el-checkbox__label{
    padding-left: 5px;
    vertical-align: middle;
}
.el-checkbox-group{
    font-size: 14px;
}
.checkbox-group-item{
    margin: 5px 0;
}
.td-content{
    line-height: 3;
}
.td-content .el-form-item{
    display: inline-block;
}
.form-declaration .el-input.is-disabled .el-input__inner{
    background-color:transparent;
    border-color:transparent;
    color:#60626F;
    cursor: auto;
}
.form-declaration .el-input-number.is-disabled span{
    display: none;
}
.form-declaration .el-input-number.is-disabled.is-controls-right .el-input__inner{
    padding: 0 15px !important;
}
.form-declaration .el-input-number--medium.is-disabled{
    width: auto;
}
.form-declaration .el-input.is-disabled .el-input__suffix .el-select__caret{
    display: none;
}
.form-declaration .el-range-editor.is-disabled{
    background-color:transparent;
    border-color:transparent;
    color:#60626F;
    cursor: auto;
}
.form-declaration .el-range-editor.is-disabled input{
    background-color:transparent;
    border-color:transparent;
    color:#60626F;
    cursor: auto;
}
.form-declaration .el-select .el-input.is-disabled .el-input__inner:hover{
    border-color:transparent;
}
.form-declaration .el-textarea.is-disabled .el-textarea__inner{
    background-color:transparent;
    border-color:transparent;
    color:#60626F;
    cursor: auto;
}
input[aria-hidden="true"] {
    display: none !important;
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
    box-shadow: none !important;
}
.formBuilds .tab-active{
    color: #000 !important;
    font-weight: normal;
    border-bottom: 0px solid #fff !important;
    border-color: #5878AC;
    background-image: linear-gradient(#f0f3f6, #fff) !important;
}
.formBuilds .ihh-tabs-item:hover{
    color: #000 !important;
    font-weight: normal;
    border-bottom: 0px solid #fff !important;
    border-color: #5878AC;
    background-image: linear-gradient(#f0f3f6, #fff) !important;
}
.formBuilds .ihh-tabs-item{
    margin: 0 2px 0 0 !important;
    padding: 0 16px;
    border: 1px solid;
    height: 28px !important;
    line-height: 27px !important;
    background: #004288;
    border-color: #5878AC;
    color: #ffffff;
    border-radius: 8px 8px 0 0 !important;
    transition: all 0s !important;
}
.formBuilds .ihh-tabs-active-line{
    display: none;
}
.formBuilds .ihh-tabs{
    padding: 0 !important;
}
.formBuilds .ihh-tabs{
    height: auto;
    overflow: hidden;
    padding-left: 5px !important;
    background: url(/public/img/tab_bj1.gif) repeat-x bottom;
    padding-right: 18px;
    margin-bottom: 10px;
}
.confirmBox{
    width: 541px;
}
/* 字体高亮 */
.highlight-text{
    color: red !important;
}
.ya-guidelines{
    position: fixed;
    right: 10px;
    bottom: 50%;
    background: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    display: flex;
    z-index: 9999;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
}


.ihh-sider{
    border-right: 1px solid #d5d5d5;
}
.el-table th.el-table__cell > .cell {
    text-align: center;
}
.el-table .cell {
    text-overflow: clip;
}
.master-list-btn{
    text-align: center;
}

.tipsBox {
    padding: 10px 15px;
    border: 1px solid #d9c29d;
    background: #fffdf4;
    overflow: hidden;
}

.tipsBox .tit {
    float: right;
}

.tipsBox .tit a {
    color: #1688cb;
    padding-right: 10px;
    user-select: none;
}

.tipsBox .tit .off {
    background: url('/public/img/ico_off.gif') no-repeat right;
}

.tipsBox .tit .on {
    background: url('/public/img/ico_on.gif') no-repeat right;
}

.tipsBox .detail2 {
    height: auto !important;
    min-height: 55px;
    font-size: 14px;
}

.ico_note {
    padding-left: 65px;
    background: url('/public/img/ico_note_big.gif') left center no-repeat;
    font-size: 12px;
}

.color_blue {
    color: #0066cc;
}

.color_red {
    color: #cc0000;
}
code{
    background: #f7f7f7;
    padding: 2px 5px;
    border-radius: 3px;
    color: #000;
    font-weight: bold;
}