    .app-page-head{
        display: none;
    }
    h6{
        font-size: 21px !important;
    }
    .load{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        position:fixed;
        z-index: 99999;
        top: 0;
        display: none;
    }
    .load .btn{
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 9999;
        margin-top: -50px;
        margin-left: -60px;
    }
    .help-block{
        font-weight: normal;
    }
    .card .alert{
        margin:5px;
    }
    .fileInput{
        /* 核心：隐藏默认文件域的所有视觉内容 */
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        /* 辅助：防止元素占据布局空间，避免影响其他组件 */
        position: absolute;
        z-index: -1;
        overflow: hidden;
    }
    .HshowSelectValue{
        background: none !important;
        border: var(--bs-border-width) solid var(--bs-border-color) !important;
    }
    .HselectShowAreaHuangZhanWei{
        background: #fff !important;
        color:#333 !important;
    }
    table thead th{
        font-weight: bold;
        border-bottom: solid 2px #f3f3f3 !important;
    }
    #modalFrame{
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        border: none;
    }
    .btn-group{
        min-width: 156px;
    }
    .newsCount{
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: 10px;
        padding: 0 !important;
        position: absolute;
        top: 4px;
        right: 4px;
        background: red;
        color: #fff;
        border-radius: 7px;
    }
    #edui1{
        z-index: 98 !important;
    }
    .newsCount{
        display:none;
    }