@charset "UTF-8";
/* 主体布局 */
.wqFrame-nav-bg {
  background: #336bdc;
  height: 60px;
}

.wqFrame {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.wqFrame .wqFrame-nav {
  height: 60px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: url("../images/bg-2.png") no-repeat right;
}

.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: 1100px;
  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;
}

.wqFrame .wqFrame-nav .wqFrame-logo h1 i {
  color: #fff;
  line-height: 60px;
  display: inline-block;
  padding-left: 16px;
  font-size: 32px;
}

.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: #2f50c6;
}

.wqFrame .wqFrame-navItem a .nav-icon {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
}

/* 导航左侧部分(主体) */
.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;
}

.wqFrame .wqFrame-menuLeft-userHead img {
  display: block;
  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;
}

.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: 6px 0;
  position: absolute;
  top: 143px;
  width: 100%;
  bottom: 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;
}

.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: #000;
  background-color: rgba(0, 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;
  box-shadow: 0 6px 12px rgba(0, 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);
}
