/* 主体布局 */

/* .wqFrame-nav-bg {
    background: #336bdc;
    height: 60px;
} */

.wqFrame {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.wqFrame .wqFrame-nav {
    height: 60px;
    width: 100%;
    background: #336bdc;
}

.wqFrame-main {
    position: absolute;
    width: 100%;
    top: 60px;
    bottom: 0;
    left: 0;
}

.wqFrame .wqFrame-panelLeft {
    width: 180px;
    height: 100%;
    background-color: #f9fafb;
    position: relative;
    float: left;
    border-right: 1px solid #e2e5e8;
    z-index: 8
}

.wqFrame-panelRight {
    min-width: 500px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.wqFrame .wqFrame-submenu {
    display: none;
    font-size: 14px;
    padding: 0 15px;
}

/* 导航部分 */

.wqFrame .wqFrame-logo {
    width: 180px;
    float: left;
    background-color: #255ecf;
}

.wqFrame .wqFrame-nav .wqFrame-logo h1 {
    height: 60px;
    width: 160px;
    display: inline-block;
    margin: 0;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 20px;
}

.wqFrame .wqFrame-nav .wqFrame-logo h1 i {
    display: none;
}

.wqFrame .wqFrame-navItem {
    display: inline-block;
    position: relative;
}

.wqFrame .wqFrame-navItem>a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    padding: 0 18px;
    overflow: hidden;
}

.wqFrame .wqFrame-menuLeft .wqFrame-navItem a:hover,
.wqFrame .wqFrame-menuLeft .wqFrame-navItem a.current {
    background-color: #1b58d0;
}

.wqFrame .wqFrame-menuRight .wqFrame-navItem:hover,
.wqFrame .wqFrame-menuRight .wqFrame-navItem.open {
    background-color: #3454cb;
}

.wqFrame .wqFrame-navItem a .nav-icon {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
}

.wqFrame .wqFrame-menuRight .wqFrame-navItem.wqFrame-currentCompany:hover {
    background-color: #336bdc;
}
.wqFrame .wqFrame-navItem .triangle-icon{
    display: inline-block;
    width: 9px;
    height: 9px;
    border: #fff solid;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    margin-bottom: 4px;
    margin-left: 8px;
}
.wqFrame .wqFrame-navItem .wqFrame-navbar-dropDown{
    width: 100%!important;
    background: #3454cb;
    padding: 6px 0!important;
    border-bottom-left-radius: 3px!important;
    border-bottom-right-radius: 3px!important;
    border: none!important;
}
.wqFrame .wqFrame-navItem .wqFrame-navbar-dropDown li{
    width: 100%;
}
.wqFrame .wqFrame-navItem .wqFrame-navbar-dropDown li.wqFrame-lang-item a{
    color: #fff!important;
    line-height: 36px!important;
    border-bottom: none!important;
    padding: 0 19px!important;
    height: 36px!important;
}


/* 导航左侧部分(主体) */

.wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-wrap {
    position: absolute;
    top: 150px;
    width: 100%;
    bottom: 0;
    /* overflow: hidden; */
}

.wqFrame .accordion li.wqFrame-leftMenu-topMenu {
    margin-bottom: 6px;
}

.wqFrame .wqFrame-menuLeft .wqFrame-navItem a:after {
    content: ' ';
    height: 3px;
    width: 100%;
    /*background-color: #b9d5ff;*/
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.wqFrame .wqFrame-menuLeft .wqFrame-navItem a.current:after {
    display: block
}

/* 导航左侧（头像） */

.wqFrame-menuLeft-userInfo {
    /* padding-top: 18px; */
    padding: 16px 0;
    border-bottom: 1px solid #e2e5e8;
}

.wqFrame .wqFrame-menuLeft-userHead {
    width: 72px;
    height: 72px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    display: block;
}

.wqFrame .wqFrame-menuLeft-userHead img {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    border: 1px solid #d5e4f4;
    border-radius: 50%;
}

.wqFrame .wqFrame-menuLeft-userTitle {
    text-align: center;
    padding-top: 10px;
}

.wqFrame .wqFrame-menuLeft-userName,
.wqFrame .wqFrame-menuLeft-userLimits {
    height: 18px;
    line-height: 18px;
}

.wqFrame .wqFrame-menuLeft-userName {
    font-size: 14px;
    color: #666;
}

.wqFrame .wqFrame-menuLeft-userLimits {
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 导航右侧部分 */

.xz-leftMenu-switch .wqFrame-leftMenu-topMenu,
.kq-leftMenu-switch .wqFrame-leftMenu-topMenu,
.hmc-leftMenu-switch .wqFrame-leftMenu-topMenu {
    display: none;
}

.wqFrame .wqFrame-menuRight,
.kq-leftMenu-switch .show {
    display: block;
    margin-bottom: 0;
    padding: 0;
    height: 60px;
}

.wqFrame .wqFrame-menuRight .dropdown-menu {
    min-width: inherit;
    max-width: 300px;
    width: auto;
    overflow: hidden;
    border-top: none;
    border-right: 1px solid #e8f1f8;
    border-bottom: 1px solid #e8f1f8;
    border-left: 1px solid #e8f1f8;
}

.wqFrame .wqFrame-menuRight .dropdown-menu>li>a,
.wqFrame .wqFrame-menuRight .dropdown-menu li.dropdown-menu-item a {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e8f1f8;
    font-size: 14px;
    color: #768ba4;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

.wqFrame .wqFrame-menuRight .dropdown-menu>li:last-child a,
.wqFrame .wqFrame-menuRight .dropdown-menu li.dropdown-menu-item:last-child a {
    border-bottom: none
}

.wqFrame .wqFrame-menuRight .dropdown .caret {
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.wqFrame .wqFrame-menuRight .dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #5f95e7;
}

.wqFrame .wqFrame-menuRight .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    max-height: 288px;
    overflow-y: auto;
}

/* 左侧菜单收缩按钮 */

.wqFrame .panelleft-ShortBtn {
    position: absolute;
    right: 0;
    bottom: 30px;
    background-color: rgba(51, 107, 220, 0.2);
    z-index: 10;
    border-radius: 3px 0 0 3px;
    color: #fff
}

.wqFrame .panelleft-ShortBtn a {
    color: #fff;
    width: 38px;
    height: 36px;
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    text-decoration: none
}

/* 左侧菜单部分 (展开) */

.wqFrame .menu-arrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #bbb;
    border-bottom: 5px solid transparent;
    float: right;
    margin-top: 13px;
    margin: 13px 0 0 10px;
}

.wqFrame .open .menu-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #b7c9e0;
    margin-top: 16px;
    margin-left: 6px;
}

.wqFrame .open .wqFrame-submenu {
    display: block
}

.wqFrame .menu-title {
    display: inline-block;
}

.wqFrame .type-icon {
    font-size: 18px;
    margin-top: 8px;
    margin-right: 9px;
    display: inline-block;
    vertical-align: top;
    width: 18px;
}

.wqFrame .wqFrame-leftMenu {
    height: 100%;
    position: relative;
}

.wqFrame .wqFrame-leftMenu .accordion {
    padding: 0;
    width: 100%;
    position: absolute;
    top: 150px;
    bottom: 0;
    left: 0;
}

.wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-item {
    color: #acafb7;
    height: 36px;
    line-height: 36px;
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.wqFrame .wqFrame-leftMenu .link.wqFrame-leftMenu-item {
    border-radius: 3px 0 0 3px;
    padding-left: 16px;
    text-decoration: none;
}

.wqFrame .wqFrame-leftMenu .link.wqFrame-leftMenu-item:hover {
    color: #5587ea;
    text-decoration: none
}

.wqFrame .wqFrame-leftMenu .link.wqFrame-leftMenu-item .menu-title {
    color: #989898;
}

.wqFrame .wqFrame-leftMenu .link.wqFrame-leftMenu-item:hover .menu-title {
    color: #5587ea;
}

.wqFrame .wqFrame-leftMenu .link.wqFrame-leftMenu-item:hover .menu-arrow {
    color: #5587ea;
}

/* 展开和鼠标经过的样式 */

.wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu.open .wqFrame-leftMenu-item.current {
    background-color: transparent
}

.wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu.open .wqFrame-leftMenu-item .type-icon,
.wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu.open .wqFrame-leftMenu-item .menu-title {
    color: #989898;
}

.wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu.open .wqFrame-leftMenu-item .type-icon {
    color: #acafb7;
}

.wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu.open .wqFrame-leftMenu-item .menu-arrow,
.wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu.open .wqFrame-leftMenu-item:hover .menu-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #bbb;
}

.wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu .wqFrame-leftMenu-item:hover .menu-arrow {
    border-top: 5px solid transparent;
    border-left: 6px solid #5587ea;
    border-bottom: 5px solid transparent;
}

.wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu.open .wqFrame-leftMenu-item.current .menu-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #749ed1;
}

.wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu.open .wqFrame-submenu .wqFrame-leftMenu-item.current {
    background-color: #377be1;
    color: #fff
}

.wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu.open .wqFrame-leftMenu-item.current {
    background-color: transparent;
}

.wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu.open .wqFrame-leftMenu-item .menu-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #bbb;
}

/* 左侧菜单（子菜单） */

.wqFrame .wqFrame-submenu li {
    width: 100%;
    height: 36px;
    font-size: 14px;
}

.wqFrame .wqFrame-submenu .wqFrame-leftMenu-item {
    display: block;
    color: #666;
    border-radius: 18px;
    text-indent: 2.4em;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wqFrame .wqFrame-submenu .wqFrame-leftMenu-item:hover {
    color: #5587ea;
}

.wqFrame .open.wqFrame-leftMenu-topMenu .wqFrame-submenu .wqFrame-leftMenu-item.active {
    color: #fff;
    background-color: #4a79d8;
}

/* 只有主菜单并且当前选中收缩之后的样式 */

.wqFrame .wqFrame-leftMenu-topMenu .wqFrame-leftMenu-item.current {
    background-color: #377be1;
    margin-right: -1px;
}

.wqFrame .wqFrame-leftMenu-topMenu .wqFrame-leftMenu-item.current .type-icon,
.wqFrame .wqFrame-leftMenu-topMenu .wqFrame-leftMenu-item.current:hover .type-icon,
.wqFrame .wqFrame-leftMenu-topMenu .wqFrame-leftMenu-item.current .menu-title,
.wqFrame .wqFrame-leftMenu-topMen .wqFrame-leftMenu-item.current:hover .menu-title {
    color: #fff;
}

.wqFrame .wqFrame-leftMenu-topMenu .wqFrame-leftMenu-item.current .menu-arrow,
.wqFrame .wqFrame-leftMenu-topMenu .wqFrame-leftMenu-item.current:hover .menu-arrow {
    border-left: 6px solid #fff;
}

.wqFrame .wqFrame-leftMenu-topMenu.no-submenu .wqFrame-leftMenu-item.active {
    background-color: #4a78d8;
    color: #fff;
    margin-right: -1px;
}

.wqFrame .wqFrame-leftMenu-topMenu.no-submenu .wqFrame-leftMenu-item.active .type-icon,
.wqFrame .wqFrame-leftMenu-topMenu.no-submenu .wqFrame-leftMenu-item.active .menu-title {
    color: #fff;
}

.wqFrame .wqFrame-leftMenu-topMenu.no-submenu .wqFrame-leftMenu-item.active .menu-arrow {
    border-top: 5px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 5px solid transparent;
}

/* 左侧菜单部分 (缩) */

.page-sidebar-closed .page-sidebar {
    width: 51px
}

.page-sidebar-closed .wqFrame .wqFrame-menuLeft-userHead {
    width: 36px;
    height: 36px;
}

.page-sidebar-closed .wqFrame-menuLeft-userInfo {
    padding: 13px 6px;
}

.page-sidebar-closed .wqFrame .wqFrame-leftMenu .accordion {
    top: 63px;
}

.page-sidebar-closed .wqFrame-menuLeft-userTitle,
.page-sidebar-closed .wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu .wqFrame-leftMenu-item .menu-title,
.page-sidebar-closed .wqFrame .wqFrame-leftMenu-topMenu .wqFrame-submenu {
    display: none !important
}

.page-sidebar-closed .wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu:hover {
    width: 180px;
    position: relative;
}

.page-sidebar-closed .wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu:hover .wqFrame-leftMenu-item .type-icon {
    color: #fff;
}

.page-sidebar-closed .wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu:hover .wqFrame-leftMenu-item .menu-title {
    display: inline-block !important;
    color: #fff;
}

.page-sidebar-closed .wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu:hover .wqFrame-leftMenu-item .menu-arrow {
    border-top: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-top: 16px;
}

.page-sidebar-closed .wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu:hover .link.wqFrame-leftMenu-item {
    margin-left: 3px;
    background-color: #2574e0
}

.page-sidebar-closed .wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu:hover .wqFrame-submenu {
    display: block !important;
    position: absolute;
    background-color: #fff;
    left: 50px;
    right: 0;
    padding: 0;
    border: 1px solid #e8f1f8;
    border-left: none
}

.page-sidebar-closed .wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu:hover .wqFrame-submenu .wqFrame-leftMenu-item {
    text-indent: 15px;
}

.page-sidebar-closed .wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu:hover .wqFrame-submenu .wqFrame-leftMenu-item:hover {
    color: #5f95e7;
}

.page-sidebar-closed .wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu:hover .wqFrame-submenu .wqFrame-leftMenu-item.active {
    color: #5f95e7;
    background-color: transparent;
}

.wqFrame .content-hd {
    background-color: #fff;
    border-bottom: 1px solid #e2e5e8;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #333;
    text-align: left;
    padding-left: 16px;
}

.wqFrame .content-hd .main-title {
    display: inline-block;
    border-left: 3px solid #4a79d8;
    line-height: 1em;
    padding: 1px 10px;
}

.wqFrame .content-bd {
    top: 55px;
}

.wqFrame .content-hd-l,
.wqFrame .content-bd-l {
    border-right: 1px solid #e2e5e8;
    border-bottom: 1px solid #e2e5e8;
}

.wqFrame .dropdown-menu.search-dep {
    min-width: 200px;
    right: 0;
    left: auto
}

.wqFrame .wqFrame-navItem>a:hover,
.wqFrame .wqFrame-navItem>a:focus {
    color: #fff
}

/* 左侧菜单 箭头修改 */

.wqFrame .wqFrame-main .wqFrame-panelLeft .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -115px -72px;
}

.wqFrame .wqFrame-main .wqFrame-panelLeft .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -115px -92px;
}

.wqFrame .wqFrame-main .wqFrame-panelLeft .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .25);
}

/*新界面附加样式*/

.wqFrame .content-hd-bak {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    text-align: center;
    padding: 0;
}

.wqFrame .header-pic {
    display: none;
}

.page-sidebar-closed .wqFrame .wqFrame-panelLeft .mCustomScrollBox,
.page-sidebar-closed .wqFrame .wqFrame-panelLeft .mCustomScrollBox .mCSB_container {
    overflow: visible !important;
}

/* fixbug */
/* 
.fn-switchDep {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

.wqFrame-leftMenu .mCSB_inside>.mCSB_container {
    margin-right: 0 !important;
}

.wqFrame-customerService-container {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 999;
    vertical-align: bottom;
    display: inline-block;
}

.wqFrame-customerService-Button {
    width: 50px;
    height: 50px;
    background-color: #296dd2;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}

.wqFrame-customerServic-Content {
    width: 188px;
    padding: 15px 0 10px;
    display: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.wqFrame-customerServic-Content {
    background-color: #3153ca;
}

.wqFrame-customerServic-title {
    text-align: center;
    color: #c4ddff;
    font-size: 18px;
}

.wqFrame-customerServic-Phonenum {
    color: #88f2fe;
    font-size: 20px;
    text-align: center
}

.wqFrame-customerServic-Nickname {
    text-align: center;
    font-size: 14px;
    color: #cfe2ff;
}

.wqFrame-customerServic-Time,
.wqFrame-customerServic-attention {
    color: #a1c6ef;
    font-size: 12px;
    text-align: center;
}

.wqFrame-customerServic-attention {
    padding-top: 5px;
}

.wqFrame-customerServic-Qrcode {
    width: 150px;
    height: 150px;
    margin: 10px auto;
}

.wqFrame-customerServic-Qrcode img {
    display: block;
    width: 100%;
}

.wqFrame-customerService-online,
.wqFrame-customerService-online:hover,
.wqFrame-customerService-online:active {
    display: block;
    margin: 15px auto;
    text-align: center;
    width: 106px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #c4ddff;
    background: #2270d9;
    border-radius: 2px;
}

.service-section-btn-icon {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-top: 8px;
}

.service-section-btn-title {
    display: inline-block;
}

.wqFrame-header-menu.wqFrame-menuLeft {
    height: 60px;
    margin-bottom: 0;
    padding-left: 0;
}

.wqFrame-wrapMain {
    padding: 12px 12px 0 12px;
    min-width: 1000px;
}

.wqFrame .wqFrame-wrapNav {
    padding: 21px 12px;
    border-bottom: 1px solid #edeff0;
}

.wqFrame .wqFrame-wrapNav-title {
    display: inline-block;
    font-size: 16px;
    height: 15px;
    line-height: 16px;
    padding-left: 8px;
    border-left: 2px solid #4a79d8;
    font-weight: 600;
}

.wqFrame-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.wqFrame-companyVersion {
    width: 38px;
    height: 20px;
    background: url(../images/version.png) no-repeat;
    display: block;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    overflow: hidden;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.vip .wqFrame-companyVersion {
    background-position: -51px 0;
}

.trial .wqFrame-companyVersion {
    background-position: 0 0;
}

.vip.wqFrame-currentCompany a,
.trial.wqFrame-currentCompany a {
    padding-left: 0;
}

/* 以下为齐心的皮肤（红色） */
/* 
.qx-skin .wqFrame .wqFrame-nav,
.qx-skin .wqFrame .wqFrame-logo,
.qx-skin .wqFrame-customerServic-Content,
.qx-skin .wqFrame .wqFrame-leftMenu-topMenu.no-submenu .wqFrame-leftMenu-item.active,
.qx-skin .wqFrame .panelleft-ShortBtn,
.qx-skin .btn-primary,
.qx-skin .pagination>.active>a,
.qx-skin .pagination>.active>a:focus,
.qx-skin .pagination>.active>a:hover,
.qx-skin .pagination>.active>span,
.qx-skin .pagination>.active>span:focus,
.qx-skin .pagination>.active>span:hover,
/* 老版本 */

/* .qx-skin .woqu-radio:checked+.woqu-checkbox.woqu-checkInput.front-checkboxselect:before, */
/* 新版本 */

/* .qx-skin .checkbox input[type="checkbox"]:checked+.wqFrameui-checkStatus::after,
.qx-skin .radio input[type="radio"]:checked+.wqFrameui-checkStatus::after,
.qx-skin .wqFrameui-dialog.modal .modal-dialog .modal-body .nav-tabs>li.active>a:after,
.qx-skin .datetimepicker table tr td.active:active,
.qx-skin .datetimepicker table tr td.active:hover:active,
.qx-skin .datetimepicker table tr td.active.disabled:active,
.qx-skin .datetimepicker table tr td.active.disabled:hover:active,
.qx-skin .datetimepicker table tr td.active.active,
.qx-skin .datetimepicker table tr td.active:hover.active,
.qx-skin .datetimepicker table tr td.active.disabled.active,
.qx-skin .datetimepicker table tr td.active.disabled:hover.active {
    background-color: #e50000;
} */
/*
.qx-skin .wqFrame .wqFrame-menuLeft .wqFrame-navItem a:hover,
.qx-skin .wqFrame .wqFrame-menuLeft .wqFrame-navItem a.current,
.qx-skin .wqFrame .wqFrame-menuRight .wqFrame-navItem:hover,
.qx-skin .wqFrame .wqFrame-menuRight .wqFrame-navItem.open,
.qx-skin .wqFrame-customerService-online,
.qx-skin .wqFrame-customerService-online:hover,
.qx-skin .wqFrame-customerService-online:active,
.qx-skin .wqFrame .open.wqFrame-leftMenu-topMenu .wqFrame-submenu .wqFrame-leftMenu-item.active,
.qx-skin .btn-primary:hover,
.qx-skin .woqu-radio:checked+.woqu-radioInput:before {
    background-color: #be0000;
}

.qx-skin .wqFrame-customerServic-normalService>*,
.qx-skin .wqFrame-customerService-online:hover,
.qx-skin .wqFrame-customerService-online:active,
.qx-skin .wqFrame .wqFrame-leftMenu-topMenu.no-submenu .wqFrame-leftMenu-item.active .type-icon,
.qx-skin .wqFrame .wqFrame-leftMenu-topMenu.no-submenu .wqFrame-leftMenu-item.active .menu-title {
    color: #fff;
}

.qx-skin .wqFrame .wqFrame-leftMenu .link.wqFrame-leftMenu-item:hover>*,
.qx-skin .wqFrame .wqFrame-submenu .wqFrame-leftMenu-item:hover,
.qx-skin #fpFace .online-status.status-online,
#fpFace .online-status.status-online span,
.qx-skin .nav-tabs>li.active>a,
.qx-skin .wqFrameui-dialog .nav-tabs>li.active>a,
.qx-skin .nav-tabs>li.active>a:hover,
.qx-skin .wqFrameui-dialog .nav-tabs>li.active>a:hover,
.qx-skin .nav-tabs>li.active>a:focus,
.qx-skin .wqFrameui-dialog .nav-tabs>li.active>a:focus,
.qx-skin .btn-back,
.qx-skin .wqFrameui-chooserList.input-group:hover .wqIcon-dep {
    color: #e50000;
}

.qx-skin .wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu .wqFrame-leftMenu-item:hover .menu-arrow {
    border-top: 5px solid transparent;
    border-left: 6px solid #e50000;
    border-bottom: 5px solid transparent;
}

.qx-skin .wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu.open .wqFrame-leftMenu-item .menu-arrow,
.qx-skin .wqFrame .wqFrame-leftMenu .wqFrame-leftMenu-topMenu.open .wqFrame-leftMenu-item:hover .menu-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #be0000;
}

.qx-skin .wqFrame .content-hd .main-title {
    border-left: 3px solid #e50000;
}

.qx-skin .btn-primary,
.qx-skin .checkbox input[type="checkbox"]:checked+.wqFrameui-checkStatus::after,
.qx-skin .radio input[type="radio"]:checked+.wqFrameui-checkStatus::after,
.qx-skin .form-control:hover {
    border-color: #e50000;
}

.qx-skin .btn-primary:hover,
.qx-skin .pagination>.active>a,
.qx-skin .pagination>.active>a:focus,
.qx-skin .pagination>.active>a:hover,
.qx-skin .pagination>.active>span,
.qx-skin .pagination>.active>span:focus,
.qx-skin .pagination>.active>span:hover,
.qx-skin .form-control:focus,
.qx-skin .form-control.active {
    border-color: #be0000;
}

.qx-skin .form-control:focus,
.qx-skin .form-control.active {
    -webkit-box-shadow: inset 0 1px 1px rgba(190, 0, 0, .075), 0 0 5px rgba(242, 59, 59, .3);
    box-shadow: inset 0 1px 1px rgba(190, 0, 0, .075), 0 0 5px rgba(242, 59, 59, .3);
}

.qx-skin .datetimepicker table tr td.active,
.qx-skin .datetimepicker table tr td.active:hover,
.qx-skin .datetimepicker table tr td.active.disabled,
.qx-skin .datetimepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #e50000, #be0000);
    background-image: -ms-linear-gradient(top, #e50000, #be0000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e50000), to(#be0000));
    background-image: -webkit-linear-gradient(top, #e50000, #be0000);
    background-image: -o-linear-gradient(top, #e50000, #be0000);
    background-image: linear-gradient(top, #e50000, #be0000);
} */

/* 喔趣logo */
body.woqu .wqFrame .wqFrame-logo h1 {
    background-image: url(../images/logo/woquLogo.png);
}

/* 不木科技LOGO */
body.woqu .wqFrame .wqFrame-logo.bmkj-logo h1 {
    background-image: url(../images/logo/bmkjLogo.png);
}

/* 中控 logo */
body.zoko .wqFrame .wqFrame-logo h1 {
    background-image: url(../images/logo/zhongkongLogo.png);
}

/* 浩顺 logo */
body.hs .wqFrame .wqFrame-logo h1 {
    background-image: url(../images/logo/haoshunLogo.png);
}

/* 点卯 logo */
body.dm .wqFrame .wqFrame-logo h1 {
    background-image: url(../images/logo/dianmaoLogo.png);
}

/* 易通 logo */
body.witeasy .wqFrame .wqFrame-logo h1 {
    background-image: url(../images/logo/yitongLogo.png);
}

/* 齐心 logo */
body.qixin .wqFrame .wqFrame-logo h1 {
    background-image: url(../images/logo/qixinLogo.png);
}

/* 易信 logo */
body.yx .wqFrame .wqFrame-logo h1 {
    background-image: url(../images/logo/yixinLogo.png);
}

/* 宽邦 logo */
body.kuanbang .wqFrame .wqFrame-logo h1 {
    background-image: url(../images/logo/kuanbangLogo.png);
}

/* 真地logo */
body.realand .wqFrame .wqFrame-logo h1 {
    background-image: url(../images/logo/zhendiLogo.png);
}

