    @font-face {
        font-family: 'iconfont';
        src: url('../ico/iconfont.ttf?t=1645495086091') format('truetype');
    }
    
    .iconfont {
        font-family: "iconfont" !important;
        font-size: 14px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .bold{
        font-weight:bold;
    }

    .font-size-28 {
        font-size:28px;
    }
    
    .font-size-12 {
        font-size:12px;
    }
    
    .font-size-14 {
        font-size:14px;
    }
    
    .font-size-16 {
        font-size:16px;
    }
    
    .font-size-18 {
        font-size:18px;
    }
    
    .font-size-20 {
        font-size:20px;
    }
    
    .font-size-22 {
        font-size:22px;
    }
    
    .font-size-24 {
        font-size:24px;
    }
    
    .font-size-26 {
        font-size:26px;
    }
    
    .font-size-28 {
        font-size:28px;
    }
    
    .font-size-30 {
        font-size:30px;
    }
    
    .text-align-center {
        text-align: center !important;
    }
    
    .color-666666 {
        color: #666666;
    }
    
    .margin-top-10{
        margin-top: 10px ;
    }
    
    .margin-top-14{
        margin-top: 14px ;
    }
    
    .margin-top-16{
        margin-top: 16px ;
    }
    
    .margin-top-18{
        margin-top: 18px ;
    }
    
    .margin-top-20{
        margin-top: 20px ;
    }
    
    .margin-top-30{
        margin-top: 30px ;
    }
    
    .margin-bottom-10{
        margin-bottom: 10px ;
    }
    
    .margin-bottom-14{
        margin-bottom: 14px ;
    }
    
    .margin-bottom-16{
        margin-bottom: 16px ;
    }
    
    .margin-bottom-18{
        margin-bottom: 18px ;
    }
    
    .margin-bottom-20{
        margin-bottom: 20px ;
    }
    
    .margin-bottom-30{
        margin-bottom: 30px ;
    }
    
    .col-lg-2dot4{
        padding-top:12px;
        padding-bottom: 12px;
    }
    
    .col-md-3{
        padding-top:12px;
        padding-bottom: 12px;
    }
    
    .col-md-4{
        padding-top:12px;
        padding-bottom: 12px;
    }
    
    .col-md-6{
        padding-top:12px;
        padding-bottom: 12px;
    }
    
    .font-weight-300{
        font-weight: 300 !important;
    }
    
    .font-weight-400{
        font-weight: 400 !important;
    }
    
    .font-weight-500{
        font-weight: 500 !important;
    }
    
    .font-weight-600{
        font-weight: 600 !important;
    }
    
    .font-weight-700{
        font-weight: 700 !important;
    }
    
    .font-weight-800{
        font-weight: 800 !important;
    }
    
    .font-weight-900{
        font-weight: 900 !important;
    }
    
    .head-h3{
        font-size: 14px !important;
        color: #222222;
    }
    
    .color-1863a2 {
        color: #1863a2;
    }
    
    .hand{
        cursor: pointer;
    }
    
    .nav>li>a{
        padding: 14px 18px;
        font-size: 12px;
    }
    
    .line-height-40{
        line-height:40px;
    }
    
    .nav-item-title{
        margin: 0px;
        line-height:30px;
        font-weight:bold;
        padding-left: 12px;
    }
    
    .color-red {
        color: red;
    }
    
    .navbar-nav>li>.dropdown-menu li a:hover{
        color: #fff;
        background-color: #238fea;
    }
    
    .table{
        font-size: 12px!important;
    }
    
    .input-group-addon{
        border-color:#e5e5e5!important;
        background-color: #fafafa!important;
    }
    
    .form-control{
        border-color:#e5e5e5!important;
    }
    
    /*滚动条样式优化*/
    ::-webkit-scrollbar-track-piece {
        -webkit-border-radius: 0
    }
    ::-webkit-scrollbar {
        width: 5px;
        height: 10px
    }
    ::-webkit-scrollbar-thumb {
        height: 50px;
        background-color: #f5f5f5;
        -webkit-border-radius: 6px;
        outline-offset: -2px;
        filter: alpha(opacity = 50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5
    }
    ::-webkit-scrollbar-thumb:hover {
        height: 50px;
        background-color: #878987;
        -webkit-border-radius: 6px
    }
    
    .url{
        color: #006eff;
        cursor: pointer;
    }
    
    .pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
        border-color:#aaa;
    }
    
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
        padding: 6px!important;
    }
    .table{
        margin-bottom: 12px!important;
    }
    .pagination{
        margin: 12px 0px!important;
    }
    
    .card{
        margin-bottom: 0px!important;
    }
    
    .search{
        float: none;
        margin-top: 12px;
        padding-left: 18px;
        padding-right: 18px;
    }
    
    .card-body{
        padding: 12 18px!important;
    }

    /* 换页 */
    .pagination li{
        padding: 0 5px;
        min-width: 24px;
    }
    .pagination li input{
        width:48px;
        height:24px;
        border: 1px solid #e5e5e5;
        border-radius:4px;
    }
    .pagination li input:hover{
        border: 1px solid #238fea;
    }
    .pagination li input:focus {
        border-color: #238fea;
        outline: none;
    }
    .pagination .color:hover{
        color:#238fea;
    }
    .prohibit{
        color:#ddd;
        cursor: not-allowed;
    }

    .navbar-fixed-top{
        box-shadow:0 2px 11px 0 hsl(0deg 0% 71% / 50%);
    }
    
    aside {
        box-shadow :0 1px 4px rgba(0,0,0,.12)!important;
        /* box-shadow:0 2px 11px 0 hsl(0deg 0% 71% / 50%); */
    }

    .card{
        box-shadow :0 1px 4px rgba(0,0,0,.12)!important;
    }

    .nav-tabs{
        border-bottom-color: #e5e5e5!important;
    }
    
    .table-responsive{
        border:1px solid #f5f5f5!important;
    }

    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
        border-color:#e5e5e5!important;
    }

    .table-bordered{
        border-color:#e5e5e5!important;
    }
    
    
    
    
    
    
    