    @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: 20px 24px;
    }
    
    .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: 14px!important;
    }
    
    .input-group-addon{
        border-color:#c8c8c8!important;
        background-color: #fafafa!important;
    }
    
    .form-control{
        border-color:#c8c8c8!important;
    }
    
    .btn{
        margin-bottom: 2px;
        margin-top: 2px;
    }
    
    /*滚动条样式优化*/
    ::-webkit-scrollbar-track-piece {
        -webkit-border-radius: 0
    }
    ::-webkit-scrollbar {
        width: 5px;
        height: 10px
    }
    ::-webkit-scrollbar-thumb {
        height: 50px;
        background-color: #b8b8b8;
        -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
    }
    
    
    
    
    
    
    
    
    
    