﻿body {
	color: #363f44;
}

.drag-able {
	-webkit-app-region: drag;
}

.none-drag {
	-webkit-app-region: no-drag;
}

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 头部导航 */
.header-nav {
	position: relative;
	z-index: 999;
	width: 100%;
	min-width: 1024px;
	height: 34px;
	background: #212933;
}

.header-nav .nav-link {
	display: inline-block;
	position: relative;
	text-align: center;
	color: #fff;
	min-width: 14px;
	height: 34px;
	line-height: 34px;
	padding: 0 12px;
	cursor: pointer;
	transition-duration: 300ms;
}

.header-nav .nav-link:hover {
	background: #2a3542;
}

.header-nav .nav-link.open {
	background: #2a3542;
}

.header-nav .nav-link .fa, .header-nav .nav-link .iconfont {
	font-size: 14px;
}

.header-nav .nav-link#siteNavigation {
	height: 33px;
	padding-top: 1px;
}

/* 主菜单 */
.header-nav .nav-link .icon-caidan {
	font-size: 15px;
	line-height: 35px;
}

.header-nav .fa-spinner {
	font-size: 13px;
	line-height: 35px;
	animation: iconLoading 1s infinite linear;
}

@keyframes iconLoading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#jk-menu, #fav-menu {
	position: relative;
}

#jk-menu .jk-menu {
	position: fixed;
	left: 0;
	top: 34px;
	z-index: 1;
	height: calc(100% - 64px);
	background: transparent;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#often-menu .often-menu {
	display: none;
	position: absolute;
	left: 38px;
	top: 34px;
	z-index: 1;
	overflow: hidden;
	height: auto;
}

.often-menu div {
	overflow: hidden;
	width: 199px;
	height: 100%;
}

#jk-menu .jk-menu div {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 100%;
	background: #3b3f4a;
	transition: all ease .2s;
}

#jk-menu .jk-menu div.open {
	width: 199px;
}

#jk-menu .jk-menu .lv-1 {
	z-index: 3;
}

#jk-menu .jk-menu .lv-2 {
	z-index: 2;
}

#jk-menu .jk-menu .lv-3.open {
	width: 219px;
}

.jk-menu ul, .often-menu ul {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 215px;
	height: 100%;
	border-left: 1px solid #525766;
}

.jk-menu .menu-list-3 {
	width: 235px;
}

#often-menu .often-menu ul {
	border-left: none;
}

.jk-menu ul li, .often-menu ul li {
	position: static;
	float: left;
	clear: both;
	width: 198px;
	padding-right: 1px;
}

.jk-menu .menu-list-3 li {
	width: 218px;
}

.nav-menu .menu-item {
	display: block;
	position: relative;
	font-size: 13px;
	line-height: 34px;
	height: 34px;
	background: #3b3f4a;
	padding: 0 16px 0 26px;
	cursor: pointer;
}

.jk-menu .menu-list-1 .menu-item {
	padding: 0 16px 0 36px;
}

.nav-menu .menu-item:hover {
	background: rgba(48, 51, 60, .5);
}

.nav-menu .often-menu .menu-item:hover {
	background: #30333c;
}

.nav-menu .menu-item.active {
	background: #30333c;
}

#jk-menu .menu-item .menu-icon {
	position: absolute;
	left: 12px;
	top: 1px;
	color: #f2f3f4;
}

.menu-item .menu_title {
	display: inline-block;
	color: #d5dbeb;
	width: 110px;
}

.jk-menu .menu-list-3 .menu_title {
	width: 130px;
}

.menu-item.undev .menu_title {
	color: #6c7180;
}

.menu-item .menu_code {
	float: right;
	color: #98a6ad;
	margin-right: 12px;
	transform: scale(0.8);
}

.menu-item.undev .menu_code {
	color: #6c7180;
}

#jk-menu .menu-item .fa-angle-right {
	color: #adb5b8;
	font-size: 12px;
	line-height: 34px;
}

.menu-item .myfav {
	display: block;
	position: absolute;
	right: 2px;
	top: 1px;
	color: #adb5b8;
	font-size: 13px;
	text-align: center;
	width: 26px;
	height: 34px;
	line-height: 34px;
	margin-right: 4px;
}

.menu-item .icon-ding {
	color: #fe9200!important;
}

.menu-item .fa-switch {
	display: none;
	position: absolute;
	left: 3px;
	top: 5px;
	width: 20px;
	height: 24px;
	background: url("/styles/img/switch.png") center center no-repeat;
}

.menu-item:hover .fa-switch {
	display: inline-block;
}

#jk-menu .fa-switch.on-switch, .often-menu .fa-switch.on-switch {
	display: inline-block;
	background-image: url('/styles/img/switch2.png');
}

#jk-menu .fa-spinner {
	color: #d5dbeb;
	margin-right: 10px;
}

/* 主菜单 */

/* 搜索菜单 */
.header-nav #search-menu {
	position: relative;
	width: 200px;
	height: 24px;
	margin: 4px 0 0 10px;
	background: #393d47;
	border: 1px solid #5e6475;
	border-radius: 16px;
	transition-duration: 300ms;
}

.header-nav #search-menu:hover {
	border: 1px solid #99a3bf;
}

.header-nav #search-menu input {
	font-size: 12px;
	color: #fff;
	text-indent: 16px;
	width: 90%;
	line-height: 24px;
	border: 0 none;
	background: transparent;
}

.header-nav #search-menu .search-container {
	display: none;
	position: absolute;
	left: 5px;
	top: 24px;
	z-index: 1;
	width: 370px;
	height: 280px;
	background: #393d47;
	border: 1px solid #5e6475;
}

#menu-search-list .mini-panel-border {
	border: none;
}

#menu-search-list .mini-grid-viewport {
	overflow: hidden;
	color: #d5dbeb;
	background: #3b3f4a;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#menu-search-list td {
	font-size: 13px;
}

#menu-search-list .mini-grid-cell-inner {
	line-height: 32px;
	padding: 1px 0;
}

#menu-search-list .mini-grid-cell-inner .search-menu-code {
	color: #98a6ad;
	margin-right: 5px;
}

#menu-search-list .mini-grid-cell-inner .myfav {
	display: inline-block;
	font-size: 13px;
	color: #adb5b8;
	text-align: center;
	width: 26px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
}

#menu-search-list .mini-grid-cell-inner .myfav.icon-ding {
	color: #fe9200!important;
}

#menu-search-list .mini-grid-border {
	border: none;
}

#menu-search-list .mini-grid-row-selected {
	background: #30333c !important;
}

#menu-search-list .mini-grid-row-selected td {
	background: transparent !important;
}

#menu-search-list .mini-grid-row-hover {
	background: #30333c !important;
}

#menu-search-list ::-webkit-scrollbar {
	background: #212933 !important;
}

#menu-search-list ::-webkit-scrollbar-thumb {
	background: #98a6ad !important;
}

#menu-search-list ::-webkit-scrollbar-track {
	background: #3b3f4a !important;
}

#menu-search-list ::-webkit-scrollbar-corner {
	background: #212933 !important;
}
/* 搜索菜单 */

.header-nav #search-menu .search-menu-btn {
	position: absolute;
	right: 3px;
	top: -1px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	width: 20px;
	height: 24px;
	line-height: 24px;
	opacity: 0.6;
	transition-duration: 300ms;
	cursor: pointer;
}

.header-nav #search-menu .search-menu-btn:hover {
	opacity: 1;
}
/* 搜索菜单 */

/* 录音 */
#record {
	width: 34px;
	margin-left: 6px;
	padding: 0;
	transition-duration: 300ms;
}

#record:active {
	color: #23b7e5;
}

#record .voice_circle {
	display: none;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 26px;
	height: 26px;
}

#record:active .voice_circle {
	display: block;
}

#record .voice_circle div {
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 13px;
	height: 26px;
}

#record .voice_circle p {
	position: absolute;
	top: 0;
	width: 22px;
	height: 22px;
	border: 2px solid #23b7e5;
	border-radius: 50%;
	-webkit-transform: rotate(45deg);
}

#record .voice_circle .rightcircle {
	right: 0;
	-webkit-animation: voice_circle_right 5s linear infinite;
}

#record .voice_circle .leftcircle {
	left: 0;
	-webkit-animation: voice_circle_left 5s linear infinite;
}

@-webkit-keyframes voice_circle_left {
	0% {
		border-bottom: 2px solid transparent;
		border-left: 2px solid transparent;
		-webkit-transform: rotate(45deg);
	}

	50% {
		border-bottom: 2px solid transparent;
		border-left: 2px solid transparent;
		border-top: 2px solid #23b7e5;
		border-right: 2px solid #23b7e5;
		-webkit-transform: rotate(45deg);
	}

	100% {
		border-top: 2px solid #23b7e5;
		border-right: 2px solid #23b7e5;
		-webkit-transform: rotate(225deg);
	}
}

@-webkit-keyframes voice_circle_right {
	0% {
		border-top: 2px solid transparent;
		border-right: 2px solid transparent;
		-webkit-transform: rotate(45deg);
	}

	50% {
		border-top: 2px solid transparent;
		border-right: 2px solid transparent;
		border-left: 2px solid #23b7e5;
		border-bottom: 2px solid #23b7e5;
		-webkit-transform: rotate(225deg);
	}

	100% {
		border-left: 2px solid #23b7e5;
		border-bottom: 2px solid #23b7e5;
		-webkit-transform: rotate(225deg);
	}
}
/* 录音 */

/* 用户、吉客号 */
.header-nav .jlink-info {
	position: absolute;
	left: 50%;
	top: 0;
	font-size: 16px;
	color: #fff;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	transform: translateX(-50%);
	cursor: pointer;
}

.jlink-info #jlink-name {
	font-weight: bold;
}

.jlink-info #jlink-card {
	display: none;
	position: absolute;
	left: 50%;
	top: 34px;
	z-index: 1;
	overflow: hidden;
	font-size: 12px;
	color: #333;
	width: 180px;
	max-height: 110px;
	line-height: 18px;
	padding: 14px 14px 14px 86px;
	margin-left: -140px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}

#jlink-card img {
	position: absolute;
	left: 14px;
	top: 14px;
	width: 60px;
	height: 60px;
	border-radius: 2px;
}

#jlink-card .short-name, #jlink-card .jlink-sn {
	font-size: 14px;
	margin-bottom: 9px;
}

#jlink-card .card-title {
	display: inline-block;
	color: #999;
	text-align-last: justify;
	width: 56px;
}

#jlink-card .profile {
	display: -webkit-box;
	overflow: hidden;
	text-align: justify;
	text-overflow: ellipsis;
	max-height: 55px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
/* 用户、吉客号 */

/* 头部导航右侧 */
.header-nav .nav-tools {
	position: absolute;
	top: 0;
}

.nav-tools .nav-tool-item {
	float: left;
}

.nav-tools .nav-tool-item.dropdown {
	position: relative;
}

.nav-tools .nav-tool-item.dropdown .nav-link {
	padding-right: 8px;
}

.nav-tools .nav-tool-item #quit {
	background: #f05050;
}

.nav-tools .nav-tool-item #quit:hover {
	background: #ee3939;
}

.nav-tools .nav-tool-item .icon-tongxunlu {
	font-size: 15px;
}

.nav-tools .dropdown .fa-angle-down {
	margin-left: 5px;
}

.nav-tools .dropdown .dropdown-menu {
	display: none;
	position: absolute;
	top: 34px;
	z-index: 2;
	width: 122px;
	border: 1px solid #E6E6E6;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.nav-tools .dropdown .dropdown-item {
	position: relative;
	font-size: 12px;
	color: #404E67;
	height: 16px;
	line-height: 16px;
	padding: 3px 20px;
	cursor: pointer;
}

.nav-tools .dropdown .dropdown-item:hover {
	background: #F5F7FA;
}

.nav-tools .left .dropdown-item {
	padding: 3px 15px 3px 10px;
}

.nav-tools .dropdown .dropdown-subitem {
	display: none;
	position: absolute;
	left: 123px;
	top: 0;
	width: 122px;
	background: #fff;
	border: 1px solid #E6E6E6;
	border-left: none;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.nav-tools .dropdown-subitem a {
	display: inline-block;
	width: calc(100% - 25px);
	padding: 3px 15px 3px 10px;
}

.nav-tools .dropdown-subitem a:hover {
	background: #F5F7FA;
}

.nav-tools .dropdown-item .iconfont, .nav-tools .dropdown-item .fa {
	display: inline-block;
	font-size: 13px;
	text-align: center;
	width: 13px;
	margin-right: 9px;
}

.nav-tools #process-approval #process-count {
	display: none;
	position: absolute;
	right: 16px;
	top: 2px;
	text-align: center;
	color: #fff;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	padding: 0 2px;
	border-radius: 9px;
	background: #f05050;
	transform: scale(0.8);
}

/* 消息 */
.nav-tools #jk-message-btn {
	position: relative;
}

.nav-tools #jk-message-btn #msg-count {
	display: none;
	position: absolute;
	right: 0;
	top: 2px;
	text-align: center;
	color: #fff;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	padding: 0 2px;
	border-radius: 9px;
	background: #f05050;
	transform: scale(0.8);
}

.nav-tools #jk-message-btn .un-read {
	display: inline-block;
}

.nav-tools #jk-message {
	display: none;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 34px;
	z-index: 1;
	width: 382px;
	height: calc(100% - 66px);
	border: 1px solid #cfd8dc;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#jk-message .msg-container, .msg-list-container div {
	overflow-x: hidden;
	overflow-y: visible;
	width: 100%;
	height: 100%;
}

#jk-message .msg-close {
	height: 32px;
}

#jk-message .msg-close .fa {
	float: right;
	font-size: 15px;
	color: #656565;
	text-align: center;
	width: 20px;
	height: 32px;
	line-height: 32px;
	margin-right: 7px;
	cursor: pointer;
}

#jk-message .msg-empty {
	position: absolute;
	top: 30%;
	text-align: center;
	font-size: 14px;
	color: #999;
	width: 100%;
}

#jk-message .msg-category, #jk-message .msg-list-container .msg-list {
	overflow: hidden;
	padding: 0 7px 15px;
}

#jk-message .msg-category li {
	overflow: hidden;
	padding: 8px 10px;
	margin-top: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	cursor: pointer;
}

#jk-message .msg-category div, #jk-message .msg-list div {
	display: flex;
	flex-direction: row;
	height: 24px;
	line-height: 24px;
}

#jk-message .msg-category .category {
	position: relative;
	flex: 0 0 261px;
	font-size: 13px;
	color: #000;
}

.msg-category .category .cateName {
	display: inline-block;
	max-width: 225px;
}

.msg-category .category .msg-num {
	position: relative;
	top: 3px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	vertical-align: top;
	min-width: 9px;
	height: 16px;
	line-height: 16px;
	padding: 0 4px;
	background: red;
	border-radius: 8px;
	margin-left: 5px;
}

.msg-category .category .msg-num.show {
	display: inline-block;
}

#jk-message .msg-category .datetime, #jk-message .msg-list .datetime {
	flex: 0 0 85px;
	text-align: right;
}

#jk-message .msg-category .content {
	height: 22px;
	line-height: 22px;
}

#jk-message .msg-list-container {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #fff;
}

#jk-message .msg-list-container h3 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 13px;
	font-weight: normal;
	color: black;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
}

.msg-list-container h3 #cate-title {
	cursor: pointer;
}

.msg-list-container h3 .fa {
	text-align: center;
	color: #656565;
	width: 16px;
	height: 32px;
	line-height: 32px;
	margin: 0 3px;
}

.msg-list-container h3 .fa-times {
	float: right;
	font-size: 15px;
	width: 20px;
	margin-right: 7px;
	cursor: pointer;
}

#jk-message .msg-scroll .msg-list {
	margin-top: 32px;
}

#jk-message .msg-list li {
	overflow: hidden;
	padding: 8px 10px;
	margin-top: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

#jk-message .msg-list li.actionAble {
	cursor: pointer;
}

#jk-message li.actionAble .title {
	color: #5485e8;
}

#jk-message .msg-list .title {
	display: inline-block;
	width: 253px;
}

#jk-message .msg-list .title span {
	display: inline-block;
	vertical-align: top;
	max-width: 200px;
}

#jk-message .msg-list .isNew {
	vertical-align: top;
	margin-left: 8px;
	margin-top: 5px;
}

#jk-message .msg-list .content {
	line-height: 20px;
	word-break: break-all;
}

#jk-message .msg-list .has-download {
	position: relative;
	width: calc(100% - 20px);
	padding-right: 20px;
}

#jk-message .msg-list .has-download a {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	width: 20px;
	color: #5485e8;
}

#jk-message .msg-list .content .jk_copy_btn {
	display: none!important;
}
/* 消息 */
/* 头部导航右侧 */

/* 收藏工具栏 */
.mini-menu-open {
	max-height: 600px!important;
	overflow-y: auto;
}
.mini-menu-bottomArrow {
	display: none!important;
}
.mini-menu-topArrow {
	display: none!important;
}
.window-mask {
	z-index: 999;
	position: fixed;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	/* display: ; */
}
#jk-fav-toolbar {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 888;
	font-size: 12px;
	height: 5px;
	padding: 0 35px 0 60px;
	border: 1px solid #cfdadd;
	background: #fff;
	transition: height .5s ease-in-out;
	cursor: pointer;
}

#jk-fav-toolbar.open {
	height: 32px;
	border-bottom: 1px solid #cfdadd;
	cursor: default;
}

#jk-fav-toolbar #jk-fav-setting {
	position: absolute;
	left: 5px;
	top: 3px;
	font-size: 14px;
	text-align: center;
	color: #555;
	width: 25px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
}

#jk-fav-toolbar .jk-fav-container {
	display: none;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin-top: 3px;
	padding: 0;
	white-space: nowrap;
}

#jk-fav-toolbar #jk-fav-list {
	position: absolute;
	border: none;
	left: 0;
	width: 300000px!important;
}

#jk-fav-toolbar #jk-fav-list .mini-menuitem {
	display: inline-block;
	position: relative;
	font-size: 12px;
	text-align: center;
	color: #58666e;
	height: 22px;
	line-height: 22px;
	margin: 0 2px;
	background: #e4eaec;
	border-radius: 2px;
	cursor: pointer;
	transition: all .3s ease;
}
#jk-fav-list .mini-menuitem-text {
	color: inherit;
}

#jk-fav-toolbar .jk-fav-list .jk-fav-btn:hover {
	color: #000;
	opacity: 0.82;
}

#jk-fav-toolbar .jk-fav-list .fav-empty {
	color: #999;
}

#jk-fav-toolbar .jk-fav-arrow {
	display: none;
	position: absolute;
	top: 2px;
	font-size: 17px;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
}

#jk-fav-toolbar .jk-fav-prev {
	left: 30px;
}

#jk-fav-toolbar .jk-fav-next {
	right: 5px;
}

#jk-fav-toolbar .jk-fav-slide {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	width: 50px;
	height: 5px;
	background: url("/common/jk_mini/images/splitter/mini-bottom.gif") no-repeat center bottom;
	cursor: pointer;
}

#jk-fav-toolbar .jk-fav-slide.up {
	background-image: url("/common/jk_mini/images/splitter/mini-top.gif");
}

#delete-fav {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 889;
	width: 98px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border: 1px solid #cfdadd;
	border-radius: 2px;
	cursor: pointer;
}
.collect-popup {
	width: 380px;
	min-height: 220px;
	border-radius: 4px;
	z-index: 9999;
}
.collect-popup .collect-header {
	padding: 12px 8px 12px 18px;
	overflow: hidden;
	font-size: 15px;
	background-color: #fff;
	color: #1c2b36;
	border-bottom: 1px solid #dee5e7;
}
.collect-popup .mini-tools {
	position: absolute;
	top: 13px;
	right: 10px;
}
.collect-popup .jk-portlet-footer {
	bottom: 8px;
}
.collect-popup .jk-portlet-footer .cancelbtn {
	border: 1px solid #dcdee2;
}
.collect-popup .popup-title {
	float: left;
	width: 50px;
	line-height: 1;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
.collect-popup .popup-content {
	margin-left: 50px;
}
.collect-popup .mini-textbox {
	height: 30px
}
.collect-popup .mini-textbox .mini-buttonedit-close{
	margin-top: 3px;
}
.collect-popup .mini-textbox .mini-textbox-border {
	height: 28px;
	line-height: 28px;
}
.collect-popup .mini-buttonedit {
	height: 30px;
}
.collect-popup .mini-buttonedit-border {
	height: 28px;
}
.collect-popup .mini-buttonedit-input {
	height: 28px;
	line-height: 28px;
}
.collect-popup .mini-buttonedit-button {
	height: 28px;
}
.collect-popup #folders-tree {
	margin-bottom: 20px;
	height: 250px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	/* overflow: auto; */
	margin-bottom: 50px!important;
}
.collect-popup #folders-tree .mini-grid-rows-view {
	padding-top: 10px;
	height: 240px;
}
.collect-popup .error-info {
	border: 1px solid #f05050!important;
}
.toolbar-item .mini-menuitem-text {
	max-width: 120px;
	color: inherit;
}
#favFolders-tree .mini-tree-selectedNode {
	background: #efefef;
}
#favFolders-tree .mini-tree-nodetext {
	display: inline-block;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#jk-fav-list .mini-menuitem-text {
	max-width: 120px;
}
.fav-item .mini-menuitem-text {
	max-width: 150px;
}
#jk-fav-list .jk-menu-icon-folder {
	margin-top: 4px!important;
}
#toolbarContextmenu {
	z-index: 9999!important;
}
/* 收藏工具栏 */

/* tab页内容区域 */
#jk-main-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 41px;
	bottom: 30px;
	overflow: auto;
	min-width: 1024px;
}

#jk-main-tabs {
	height: 100%;
}

#jk-main-tabs .mini-tabs-scrollCt {
	z-index: 888;
}

#jk-main-tabs .mini-tabs-scrollCt .mini-tabs-headers {
	border-bottom: 1px solid #cfdadd;
}

#jk-main-tabs .mini-tabs-scrollCt .mini-tab {
	background: #f6f8f8;
	margin: 2px 2px 0!important;
	border: none;
}

#jk-main-tabs .mini-tabs-scrollCt .mini-tabs-nav {
	top: 8px;
}

#jk-main-tabs .mini-tabs-scrollCt .mini-tab-active {
	background: #e4eaef;
	border: 1px solid #e4eaef;
	color: black;
}

#jk-main-tabs .mini-tabs-scrollCt .mini-tabs-lastSpace {
	border-bottom: none;
}

.main-mask {
	/* display: none; */
	position: absolute;
	left: 0;
	top: 28px;
	z-index: 1;
	width: 100%;
	height: calc(100% - 28px);
	background: #f0f3f4;
}

.main-mask img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -118px 0 0 -150px;
}
/* tab页内容区域 */

/* 底部区域 */
footer {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	min-width: 1024px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border-top: 1px solid #cfd8dc;
	box-shadow: 0 0 8px rgba(0,0,0,0.12);
}

footer .footer-user {
	float: left;
	width: 15%;
	height: 100%;
	cursor: pointer;
}

.footer-user .fa {
	color: #5485e8;
	font-size: 14px;
	margin: 8px 0 0 16px;
}

.footer-user span {
	margin-left: 4px;
}

.footer-user .user-name {
	display: inline-block;
	color: #5485e8;
	width: calc(100% - 95px);
}

footer .notice {
	float: left;
	position: relative;
	overflow: hidden;
	width: 25%;
	margin-left: 15px;
}

footer .notice .fa {
	font-size: 18px;
	color: #5485e8;
	margin-top: 6px;
}

footer .notice .notice-container {
	float: left;
	position: relative;
	width: calc(100% - 20px);
	height: 30px;
}

footer .notice #notice {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

footer #notice li {
	color: #404e67;
	width: 100%;
	margin-left: 8px;
	cursor: pointer;
}

footer .footer-right {
	width: calc(57% - 15px);
}

footer .main-task {
	position: relative;
	width: 30%;
	margin-right: 15px;
}

footer .main-task .fa-download {
	color: #5485e8;
	height: 30px;
	line-height: 32px;
	padding: 0 3px;
	cursor: pointer;
}

footer .main-task .task-pop {
	display: none;
	position: absolute;
	left: 0;
	bottom: 44px;
	z-index: 1;
	color: #363f44;
	width: 200px;
	line-height: 24px;
	padding: 8px 16px;
	background: #fff;
	border: 1px solid #cfdadd;
	border-radius: 2px;
	opacity: 0;
	transition: opacity ease-out .5s;
	box-shadow: 0 0 6px rgba(0, 0, 0, .12);
}

footer .main-task .task-pop.show {
	opacity: 1;
}

footer .task-pop .fa-times {
	position: absolute;
	right: 2px;
	top: 2px;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

footer .task-pop .title {
	height: 24px;
	padding-right: 10px;
}

footer .task-pop .arrow {
	position: absolute;
	left: 30px;
	bottom: -10px;
}

footer .task-pop .arrow::before {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

footer .task-pop .arrow::after {
	position: absolute;
	left: -1px;
	bottom: -1px;
	z-index: 0;
	content: '';
	width: 0;
	height: 0;
	border-top: 11px solid #ccc;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
}

.main-task .system, .main-task .download {
	display: none;
	width: calc(100% - 23px);
	height: 30px;
	margin-left: 5px;
}

.main-task .system #sys-fileName {
	display: inline-block;
	color: #5485e8;
	vertical-align: top;
	max-width: calc(100% - 50px);
	margin-right: 5px;
	cursor: pointer;
}

.main-task .system #sys-fileName.complete {
	max-width: calc(100% - 77px);
}

.main-task .download #dl-fileName {
	color: #5485e8;
	max-width: calc(100% - 125px);
	cursor: pointer;
}

.main-task .download #dl-fileName.complete {
	max-width: calc(100% - 53px);
}

.main-task .download #dl-process {
	position: relative;
	overflow: hidden;
	width: 78px;
	height: 6px;
	line-height: 0;
	background: #fafafa;
	margin: 11px 0 0 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.main-task .download #process-bar {
	display: inline-block;
	height: 6px;
	background: #5485e8;
}

.main-task .download #process-cent {
	color: #666;
	margin-left: 5px;
}

footer .footer-tip {
	max-width: calc(70% - 15px);
}

footer .footer-tip .fa {
	color: #5485e8;
	font-size: 16px;
	vertical-align: top;
	margin: 7px 6px 0 0;
}

.footer-tip .clientCare {
	display: inline-block;
	margin-right: 15px;
}

.footer-tip .clientCare a {
	display: inline-block;
	cursor: pointer;
}

.footer-tip .clientCare a:hover {
	text-decoration: underline;
}

footer .drag-size {
	display: block;
	position: absolute;
	right: 0;
	top: 14px;
	z-index: 999;
	width: 16px;
	height: 16px;
	line-height: 16px;
	cursor: initial;
}

footer .drag-size .fa {
	font-size: 14px;
	margin: 2px 0 0 5px;
	transform: rotate(135deg);
}

/* 中间位置消息 */
#notice-center {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 0;
  z-index: 8888;
}
#notice-container {
  z-index: 8888;
  width: 100%;
  min-height: 100%;
  background :#50596950;
}
.notice-mask {
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	top: 0;
	border: 0;
	z-index: 10;
}
.nc-item.large-notice {
  width: 1100px;
  height: 760px;
}
.nc-item.normal-notice {
  width: 640px;
	height: 480px;
}
#notice-center .nc-mask {
	width: 100%;
	height: 100%;
	background: #505969;
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}

#notice-center .nc-item {
  position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	transform-origin: center;
	transition: all ease-out .4s;
}

#notice-center .nc-item.fadeOut {
	transform: translateY(-120%);
}

.nc-item .stripe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	overflow: hidden;
	width: 1200px;
	height: 12px;
	margin-left: -12px;
	background: #fff;
}

.nc-item .stripe i {
	display: inline-block;
	width: 27px;
	height: 12px;
	vertical-align: top;
	margin-right: 10px;
	transform: skewX(-45deg);
	transform-origin: left bottom;
}

.nc-item .stripe i.red {
	background: #cd1212;
}

.nc-item .stripe i.blue {
	background: #1810cb;
}

.nc-item .jk_copy_btn {
	display: none!important;
}

.nc-item .nc-center {
	padding: 40px 30px 70px;
}

.nc-item .nc-center .content p {
  margin: 6px 0;
}

.nc-item .nc-center .content a {
  color: #2d8cf0;
}

.notice-list .content {
	line-height: 34px;
}

.notice-list .content p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.notice-list .content a {
  color: #2d8cf0;
}

.nc-item .nc-center .title {
	position: relative;
	height: 40px;
	font-size: 18px;
	min-height: 20px;
	line-height: 20px;
	background: #fff;
}

.nc-center .title .title-text {
	display: inline-block;
	position: relative;
	left: 50%;
	z-index: 1;
	height: 40px;
	padding: 0 17px;
	background: #fff;
	transform: translateX(-50%);
}

.nc-center .title-text span {
	display: flex;
	min-width: 100px;
	height: 40px;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.nc-center .title .line {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #d7d7d7;
}

.nc-item .nc-center .dot {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #d7d7d7;
	border-radius: 50%;
}

.nc-item .nc-center .dot.left {
	left: 0;
	margin-right: 10px;
}

.nc-item .nc-center .dot.right {
	right: 0;
	margin-left: 10px;
}

.nc-item .nc-center .date {
	font-size: 14px;
	text-align: center;
	color: #98a6ad;
	line-height: 30px;
}

.large-notice .nc-center .nc-scroll {
	overflow-y: auto;
  height: 580px;
  padding: 0 10px;
}

.normal-notice .nc-center .nc-scroll {
	overflow-y: auto;
  height: 300px;
  padding: 0 10px;
}

.nc-item .nc-center .content {
	overflow: hidden;
	color: #363f44;
  line-height: 22px;
  font-size: 16px;
	padding-top: 4px;
  word-break: break-all;
  line-height: 28px;
}
.nc-item .nc-center .evt-skip {
	color: #5485e8;
	cursor: pointer;
}

.nc-center .content img {
	width: 100%!important;
}

/* 解决项目列表不显示前面的项目符号的问题 begin*/
.nc-center .content ul, .nc-center .content ol {
	padding-left: 18px;
		/* 中间弹窗 */
	padding-left: 18px;
}

.nc-center .content li {
	list-style: inherit;
}

#notice-list .notice-scroll ul, #notice-list .notice-scroll ol {
	padding-left: 18px;
    /* 左下弹窗 */
}

#notice-list .notice-scroll li {
	list-style: inherit;
}
/* 解决项目列表不显示前面的项目符号的问题 end*/

.nc-item .nc-btn-ctn {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 10px 0 20px;
	background: #fff;
}

.nc-item .nc-btn-ctn .nc-btn {
	display: inline-block;
	width: 120px;
	height: 40px;
	background: #5485e8;
	border-radius: 25px;
	cursor: pointer;
}

/* 通知消息弹层 */
#noitce-pop {
	position: fixed;
	left: calc(15% + 15px);
	right: 39%;
	bottom: 31px;
	z-index: 888;
	overflow: hidden;
	height: 310px;
	padding: 20px 16px 0;
	background: #fff;
	border: 1px solid #cfd8dc;
	border-bottom: none;
	box-shadow: 0 0 8px rgba(0,0,0,0.12);
	transform: translateY(100%);
	transition: all .2s ease-out;
}

#noitce-pop.show {
	transform: translateY(0);
}

#noitce-pop .fa-times {
	display: inline-block;
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 1;
	color: #58666e;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

#noitce-pop #countDown {
	display: none;
	position: absolute;
	right: 35px;
	top: 2px;
	font-size: 12px;
	color: #777;
	line-height: 30px;
}

#noitce-pop #notice-list {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 280px;
}

#noitce-pop #notice-list > li {
 /* 只影响下一级li元素，不影响内容里的li元素 */
	display: none;
	overflow: hidden;
	width: 100%;
	height: 280px;
}

#noitce-pop #notice-list li.active {
	display: block;
}

#noitce-pop #notice-list .jk_copy_btn {
	display: none!important;
}

#noitce-pop #notice-list .title {
	font-size: 18px;
	color: #363f44;
	width: 100%;
	line-height: 18px;
}

#notice-list .title span {
	position: relative;
	padding-right: 20px;
	outline: none;
}

#noitce-pop #notice-list .date {
	font-size: 14px;
	color: #98a6ad;
	/* line-height: 30px; */
	padding: 8px 0 13px;
}

#noitce-pop #notice-list .content {
	color: #363f44;
	height: calc(100% - 52px);
	line-height: 22px;
	/* padding-top: 4px; */
	font-size: 16px;
}

#notice-list .content img {
	width: 100%;
}

#notice-list .content .notice-scroll {
	overflow-y: auto;
	height: 100%;
	word-break: break-all;
	line-height: 28px;
}

#notice-list .content .notice-scroll p {
	margin: 6px 0;
}

#notice-list .content .notice-scroll a {
  color: #2d8cf0;
}

#noitce-pop .notice-page {
	font-size: 12px;
	text-align: right;
	color: #5485e8;
	line-height: 30px;
}

#noitce-pop .notice-page span {
	cursor: pointer;
}

/* 右下角消息弹层 */
#pop-container {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 33px;
	z-index: 999;
	width: 260px;
}

#pop-container .pop-item {
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 260px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px 4px 0 0;
	transform: translateY(100%);
	transition: all .2s ease-out;
}

#pop-container .pop-item.show {
	transform: translateY(0);
}

.pop-item h2 {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	padding-left: 10px;
	background: #5485e8;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
}

.pop-item div {
	padding: 12px;
}

.pop-item h2 .fa {
	float: right;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	width: 18px;
	height: 24px;
	line-height: 24px;
	margin: 4px 3px 0 0;
	cursor: pointer;
}

.pop-item .title {
	font-size: 14px;
	color: #5485e8;
}

.pop-item .content {
	font-size: 12px;
	color: #666;
	min-height: 20px;
	line-height: 20px;
	margin-top: 10px;
}

/* 第一次登录修改密码 */
#head-mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 114px;
	z-index: 9997;
	height: 34px;
	background: #505969;
	opacity: .5;
}

#force-pwd-ctn {
	display: none;
	position: fixed;
	left: 0;
	top: 34px;
	z-index: 9997;
	width: 100%;
	height: 100%;
}

#force-pwd-ctn #force-pwd-mask {
	width: 100%;
	height: 100%;
	background: #505969;
	opacity: .5;
}

#force-pwd-ctn #force-pwd {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 350px;
	margin-top: -17px;
	background: #fff;
	border-radius: 1px;
	box-shadow: 0 1px 4px rgba(74,76,77,.6);
	transform: translate(-50%, -50%);
}

#force-pwd-ctn #force-pwd .mini-col-12 {
	position: relative;
}

#force-pwd-ctn #force-pwd .capital_lock {
	display: none;
	position: absolute;
	left: 0;
	top: 55px;
	z-index: 10;
	min-width: 50px;
	max-width: 300px;
	text-align: left;
	color: #000;
	padding: 6px 8px;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-color: #fff;
}

#force-pwd h3 {
	overflow: hidden;
	font-size: 15px;
	color: #1c2b36;
	padding: 12px 8px 12px 18px;
	border-bottom: 1px solid #dee5e7;
}

#force-pwd .tip {
	color: #5485e8;
	padding: 12px 8px 12px 18px;
}

#force-pwd #force-pwd-form {
	display: block;
	overflow: hidden;
	background: #fff;
	margin-bottom: 12px;
	padding: 0 20px;
}

#force-pwd #force-pwd-tip {
	line-height: 16px;
	padding: 0 20px;
	color: red;
	text-align: center;
}

#force-pwd .btn-groups {
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 34px;
	padding: 6px 0;
	background: rgba(89, 109, 116, .2);
}

#force-pwd .btn-groups #force-pwd-save {
	display: inline-block;
	min-width: 150px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	margin: 0 6px;
	background: #5485e8;
	border: 0 none;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(90,90,90,0.1);
	transition-duration: 300ms;
	cursor: pointer;
}

#force-pwd .btn-groups .mini-button-text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 14px 10px 14px;
}

#force-offline-ctn {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
}

#force-offline-mask {
	width: 100%;
	height: 100%;
	background: #505969;
	opacity: .5;
}

#force-offline {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	color: #222;
	width: 400px;
	height: 240px;
	background: #fff;
	border-radius: 1px;
	box-shadow: 0 1px 4px rgba(74,76,77,.6);
	transform: translate(-50%, -50%);
}

#force-offline h3 {
	overflow: hidden;
	min-height: 20px;
	line-height: 20px;
	font-size: 14px;
	padding: 12px 8px 12px 18px;
	border-bottom: 1px solid #dee5e7;
}

#force-offline .force-content {
	font-size: 14px;
	height: 109px;
	padding: 20px;
}

#force-offline .force-content h4 {
	font-size: 16px;
	line-height: 32px;
}

#force-offline .force-content p {
	color: #666;
	line-height: 24px;
}

#force-offline-ctn .btn-groups {
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 34px;
	padding: 6px 0;
	background: rgba(89, 109, 116, .2);
}

#force-offline-ctn .btn-groups a {
	display: inline-block;
	width: 90px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	margin: 0 6px;
	background: #5485e8;
	border: 0 none;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(90,90,90,0.1);
	transition-duration: 300ms;
	cursor: pointer;
}

#force-offline-ctn .btn-groups #force-later, #force-offline-ctn .btn-groups #force-exit {
	color: #58666E;
	background: #fff;
}

#close-ctn {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
}

#close-ctn .close-mask {
	width: 100%;
	height: 100%;
	background: #505969;
	opacity: .5;
}

#close-ctn .close-pop {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	overflow: hidden;
	width: 300px;
	height: 200px;
	color: #222;
	background: #fff;
	border-radius: 1px;
	box-shadow: 0 1px 4px rgba(74,76,77,.6);
	transform: translate(-50%, -50%);
}

#close-ctn  h3 {
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	padding-left: 18px;
	border-bottom: 1px solid #dee5e7;
}

#close-ctn  h3 .mini-tools-close {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-position: center center;
	margin: 7px 6px 0 0;
	cursor: pointer;
}

#close-ctn .close-content {
	line-height: 20px;
	padding: 12px 70px;
}

#close-ctn .close-content .mini-checkbox {
	margin-top: 4px;
}

#close-ctn .close-content .mini-checkbox label {
	color: #999;
}

#close-ctn .close-content p {
	font-size: 14px;
	padding-bottom: 6px;
}

#close-ctn .close-content label {
	line-height: 20px;
	vertical-align: middle;
	color: #666;
	cursor: pointer;
}

#close-ctn .close-content input {
	vertical-align: top;
	margin: 6px 5px 0 0;
}

#close-ctn .btn-groups {
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
	width: 100%;
	height: 34px;
}

#close-ctn .btn-groups a {
	display: inline-block;
	width: 90px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	margin: 0 6px;
	background: #5485e8;
	border: 0 none;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(90,90,90,0.1);
	transition-duration: 300ms;
	cursor: pointer;
}

#close-ctn .btn-groups #close-jkyun-cancel {
	color: #58666E;
	background: #fff;
	border: 1px solid #ccc;
}

/* 客户端拖动功能样式 */
#leftone {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
	width: 2px;
}

#rightone {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
	width: 2px;
}

#bottomone {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	height: 2px;
}

#topright {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10000;
	width: 10px;
	height: 10px;
}

#bottomright {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10000;
	width: 10px;
	height: 10px;
}
/* 客户端拖动功能样式 */

.mini-panel.jk-message-box {
	left: 50%!important;
	top: 50%!important;
	transform: translate(-50%, -50%);
}

/*通知，提示音开启/关闭图标样式*/
.sound-icon {
	font-size: 14px;
	color: #5485e8;
}

.sound-ctrl {
	width: 4%;
	text-align: left;
	cursor: pointer;
}

#sound-play {
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

.reload-graybtn {
	background-color:#B2AFAF!important;
}

/* 驾驶舱全屏 */
#fullCockpit {
	width: 100%!important;
	height: 100%!important;
	left: 50%!important;
	top: 50%!important;
	transform: translate(-50%, -50%);
}
