body {
    font-family: Chinese Quote,-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;
}
.ivu-card{
    background: #14295D !important;
    border:0 !important;
}
.ivu-form .ivu-form-item-label{
    color: #ffffff !important;
}
.ivu-table{
    background: #14295D !important;
}
.ivu-table:before{
    background: #243868 !important;
}
.ivu-table:after{
    background: #243868 !important;
}
.ivu-table-fixed::before{
    background: #243868 !important;
}
.ivu-table-fixed::after{
    background: #243868 !important;
}
.ivu-table-fixed-right::before{
    background: #243868 !important;
}
.ivu-table-fixed-right::after{
    background: #243868 !important;
}
.ivu-table th{
    background: #0F1F46 !important;

}
 .ivu-table-border th{
    border:0 !important;
     font-weight: bold !important;
     color: #FFFFFF !important;
}
.ivu-table-border td{
    background: #243868 !important;
    border:0 !important;
    color: #FFFFFF !important;
}
.ivu-page-total{
    color: #FFFFFF !important;
}
.ivu-page-options-elevator{
    color: #FFFFFF !important;
}
.ivu-table-wrapper{
    border: 0 !important;
}
.ivu-tabs-tab{
    color: #ffffff ;
}
.ivu-badge-status-text{
    color: #ffffff !important;
}
.ivu-form-item-content{
    color: #ffffff !important ;
}
.ivu-tree-title{
    color: #ffffff !important ;
}
.ivu-input{
    background: #3b4c77 !important;
    border-radius: 4px 4px 4px 4px !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    color: #ffffff !important;
}
.ivu-select{

}
.ivu-select-dropdown{
    background: #3b4c77 !important;
    border-radius: 4px 4px 4px 4px !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    color: #ffffff !important;
}
.ivu-select-selection{
    background: #3b4c77 !important;
    border-radius: 4px 4px 4px 4px !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    color: #ffffff !important;
}

.ivu-cascader .ivu-cascader-menu-item{
    color: #ffffff !important;
}

.ivu-cascader-menu .ivu-cascader-menu-item-active{
    background-color:rgba(255,255,255,0.0) !important;
}
    .ivu-cascader .ivu-cascader-menu-item:hover{
    background-color:rgba(255,255,255,0.0) !important;
    color:#2d8cf0 !important;
}
.ivu-select-item-focus{
    background-color:rgba(255,255,255,0.0) !important;
    color:#2d8cf0 !important;
}
.ivu-select-item{
    color:#ffffff !important;
}
.ivu-select-item:hover{
    background-color:rgba(255,255,255,0.0) !important;
    color:#2d8cf0 !important;
}
.ivu-btn-default{
    border:1px #3b4c77 solid !important;
    background: #3b4c77 !important;
    color:#ffffff !important;
}

.ivu-dropdown-item:hover{
    background-color:rgba(255,255,255,0.0) !important;
    color:#2d8cf0 !important;
}
.ivu-dropdown-item{
    color:#ffffff !important;
}
.ivu-dropdown-menu{
    color:#ffffff;
}
.ivu-modal-header-inner{
    color:#ffffff !important;
    font-weight: bold;
}
.ivu-modal-confirm-body{
    color:#ffffff !important;
    font-weight: bold;
}
.ivu-btn-text{
    color:#ffffff !important;
}
.ivu-modal-confirm-head-title{
    color:#ffffff !important;
}
.ivu-modal-footer{
    border-top:1px solid #3b4c77 !important;
}
.ivu-modal-header{
    border-bottom:1px solid #3b4c77 !important;
}
.ivu-dropdown-item-divided:before{
    background-color:rgba(255,255,255,0.0) !important;
}
.ivu-checkbox-wrapper{
    color: #FFFFFF !important;
}
/* Webkit 浏览器（Chrome、Safari） */
::-webkit-scrollbar {
    background-color: #F5F5F5; /* 设置滚动条背景色 */
    width: 12px; /* 设置滚动条宽度 */
}
::-webkit-scrollbar-thumb {
    background-color: #3c6ca2; /* 设置滚动条滑块颜色 */
    border-radius: 6px; /* 设置滑块圆角 */
}

