.skin-color {
    color: #2b7dbc!important;
}

.skin-bd {
    border-color: #2b7dbc!important;
}

.skin-bg {
    background-color: #2b7dbc!important;
}
.skin-bg-op1 {
    background-color: rgba(43,125,188,.1)!important;
}
.skin-sub-bg {
    background-color: #33445a!important;
}

.skin-bg-before::before {
    background-color: #2b7dbc!important;
}

.skin-bd-after::after {
    border-color: #2b7dbc!important;
}
/*特殊*/
#u9-layout-top ::-webkit-scrollbar:hover {
    background-color: #2b7dbc!important;
}

#u9-layout-top ::-webkit-scrollbar-track {
    background-color: #2b7dbc!important;
}

#u9-layout-top ::-webkit-scrollbar {
    background-color: #2b7dbc!important;
}
/*原来all.css抽出*/
.ui-state-default a {
    color: #2b7dbc;
}

.ui-tabs .ui-tabs-nav .ui-state-active {
    border-bottom: 2px solid #2b7dbc!important;
}

.ui-list-item {
    background: #2b7dbc!important;
    float: left;
    width: 80px;
    height: 50px;
    border: solid 1px #ccc;
    padding: 1px;
    margin: 0 5px 5px 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.y-menu .y-menu-item-active {
    background-color: #33445a!important;
}
/*原来all.css抽出*/
