@charset "utf-8";

body {
	min-width: 1200px;
	width: 100%;
}

.page-header-fixed {
	margin-top: 0;
}

.page-header-fixed .header {
	position: fixed;
	z-index: 8888;
	top: 0;
}

.header {
	background: #ffffff;
	width: 100%;
	min-width: 1200px;
}

.nav-bar {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 54px;
	width: 100%;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	z-index: 8999;
}

.nav-bar .pull-right {
	float: right;
}

.nav-bar .pull-left {
	float: left;
}

.nav-bar .nav-logo {
	width: 224px;
	height: 54px;
	overflow: hidden;
	color: #ffffff;
	font-size: 24px;
	text-shadow: none;
	float: left !important;
}

.nav-bar .nav-quick {
	display: block;
	float: right !important;
	right: 0px;
	position: absolute;
}

.nav-bar .nav-quick .nav-search {
	float: left;
	margin: 10px 10px 0 10px;
	height: 30px;
	width: 300px;
}

.nav-bar .nav-quick .nav-search .search-input {
	background: #ffffff;
	border: none;
	color: #333;
	height: 30px;
	line-height: 30px;
	*line-height: 30px;
	width: 240px;
	float: left;
	padding: 0 5px 0 5px;
	border-right: 1px solid #ddd;
}

.nav-bar .nav-quick .nav-search .search-icon {
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 30px;
	background: url(/framework/images/menu-icon/search.png) no-repeat scroll 8px 8px #fff;
}

.nav-bar .nav-quick .nav-popover {
	width: auto;
	margin: 0 5px 0 0;
	float: left;
}

.nav-bar .nav-quick .nav-popover .bar a, .nav-bar .nav-quick .nav-popover .bar a:hover
	{
	text-decoration: none;
}

.nav-bar .nav-quick .nav-popover .bar .item {
	padding: 0;
	position: relative;
	float: left !important
}

.nav-bar .nav-quick .nav-popover .bar .item a {
	height: 54px;
	line-height: 54px;
	color: #ffffff;
	white-space: nowrap;
	padding: 0 14px;
	display: block;
	overflow: hidden;
}

.nav-bar .nav-quick .nav-popover .bar .item img {
	float: left;
	margin-top: 17px;
	margin-left: 5px;
	margin-right: 5px;
}

.nav-bar .nav-quick .nav-popover .bar .item .dropdown-menu {
	position: absolute;
	float: left;
	width: 250px;
	top: 100%;
	right: 0px;
	padding: 0;
	margin: 0;
	list-style: outside none none;
	background-color: #ffffff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
	display: block;
	z-index: 1000;
}

.nav-bar .nav-quick .nav-popover .bar .item .dropdown-menu {
	z-index: 1031;
	display: none;
}

.nav-bar .nav-quick .nav-popover .bar .item.open .dropdown-menu {
	z-index: 1031;
	display: block;
}

.nav-bar .nav-quick .nav-popover .bar .item .dropdown-menu li {
	line-height: 52px;
	height: 52px;
	background-color: #ffffff;
	border-bottom: 1px solid #ddd;
	display: block;
	overflow: hidden;
}

.nav-bar .nav-quick .nav-popover .bar .item .dropdown-menu li:last-child
	{
	border-bottom: none;
}

.nav-bar .nav-quick .nav-popover .bar .item .dropdown-menu li a {
	color: #444;
	background: #fff;
	width: 100%;
	height: 52px;
	line-height: 52px;
	display: block;
	overflow: hidden;
}

.nav-bar .nav-quick .nav-popover .bar .item .dropdown-menu li a:hover {
	color: #000;
	background: #fee188;
}

.nav-bar .nav-quick .nav-popover .bar .item .dropdown-menu li.dropdown-header
	{
	color: #333;
	font-weight: bold;
	text-transform: none;
	display: block;
}

.nav-bar .nav-quick .nav-popover .bar .item .dropdown-menu li.dropdown-header img
	{
	margin: 9px 5px 0 0;
}

.nav-bar .nav-quick .nav-popover .bar .item .theme-option div {
	border: 1px solid #ccc;
	cursor: pointer;
	float: left;
	height: 26px;
	width: 26px;
	margin: 13px 6px;
	list-style: outside none none;
}

.nav-bar .nav-quick .nav-popover .bar .item .theme-option .default {
	background-color: #2180ac;
}

.nav-bar .nav-quick .nav-popover .bar .item .theme-option .blue {
	background-color: #0062cc;
}

.nav-bar .nav-quick .nav-popover .bar .item .theme-option .green {
	background-color: #43ac6a;
}

.nav-bar .nav-quick .nav-popover .bar .item .theme-option .red {
	background-color: #e53c37;
}

.nav-bar .nav-quick .nav-popover .bar .item .theme-option .orange {
	background-color: #b15315;
}

.nav-bar .nav-quick .nav-popover .bar .item .theme-option .purple {
	background-color: #422470;
}

.nav-bar .nav-quick .nav-popover .bar .item .theme-option div:hover,
	.nav-bar .nav-quick .nav-popover .bar .item .theme-option .current {
	border: 2px solid #d64635
}

.nav-menu {
	font-size: 12px;
	float: left;
}

.nav-menu .sidebar-control {
	height: 30px;
	width: 30px;
	margin: 12px 0 2px 5px;
	padding: 7px;
	cursor: pointer;
	float: left;
}

.nav-menu .sidebar-control i {
	width: 16px;
	height: 16px;
	display: block;
}

.nav-menu .sidebar-control .collapse {
	background: url(/framework/images/sidebar-collapse.png) no-repeat;
}

.nav-menu .sidebar-control .expand {
	background: url(/framework/images/sidebar-expand.png) no-repeat;
}

.nav-menu .menu-list {
	float: left;
	padding: 0 10px 0 0;
}

.nav-menu .menu-list li {
	float: left;
	list-style: outside none none;
}

.nav-menu .menu-list li a {
	display: block;
	font-size: 14px;
	height: 54px;
	line-height: 54px;
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
}

.nav-menu .menu-list li a:hover, .nav-menu .menu-list li a.hover {
	color: #ffffff;
}

.nav-menu .menu-list .moreNavBox li {
	line-height: normal;
	float: none;
}

.nav-menu .menu-list .moreNavBox li a {
	text-align: left;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.personal .user_t {
	width: 100%;
	border-bottom: 1px solid #ddd;
	display: inline-block;
}

.personal .user_t .tx {
	width: 120px;
	height: 120px;
	margin-top: 30px;
	float: left;
}

.personal .user_t .tx img {
	width: 120px;
	height: 120px;
	padding: 5px;
	text-align: center;
	border: #dcdcdc solid 3px;
	webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.personal .user_t .but {
	width: 131px;
	height: 30px;
	background: #2196f3;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
	font-style: normal;
	cursor: pointer;
}

.personal .user_t .but:hover {
	background: #55b0f9;
}

.personal .user_t .user-info {
	float: left;
	width: 330px;
	margin-left: 20px;
}

.personal .user_t .user-info .user-name {
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	color: #000000;
	overflow: hidden;
	margin-bottom: 10px;
}

.personal .user_t .user-info .user-info-item {
	line-height: 28px;
	height: auto;
	clear: both;
}

.personal .user_t .user-info-item .user_t_label {
	float: left;
	font-weight: 400;
	width: 90px;
	display: block;
}

.personal .user_t .user_t_content {
	float: left;
	width: 210px;
	word-break: break-word;
}

.personal .secure-set {
	width: 100%;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.personal .secure-set .secure-set-label {
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}

.personal .secure-set .secure-op {
	margin-top: 10px;
}

.main-container {
	padding: 0;
	margin: 0 auto;
	margin-top: 54px;
	height: 100%;
	width: 100%;
	overflow: auto;
	position: fixed;
}

.main-container:after {
	display: block;
	bottom: 0;
	width: 100%;
	z-index: -2
}

/*------ 侧边栏菜单导航 ------ start*/
.sidebar {
	position: fixed;
	float: left;
	height: 100%;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	background-color: #2a2e34;
	border-color: #d8dce3;
	-webkit-box-shadow: 4px 0 5px -3px rgba(88, 51, 51, 0.48);
	-moz-box-shadow: 4px 0 5px -3px rgba(51, 51, 51, 0.48);
	box-shadow: 4px 0 5px -3px rgba(51, 51, 51, 0.48);
	overflow: hidden;
	z-index: 10;
}

.sidebar .nav-s {
	float: left;
	width: 70px;
	height: 100%;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	overflow: hidden;
}

.sidebar .nav-t {
	float: left;
	width: 130px;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	overflow: hidden;
}

.sidebar .nav-s li {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sidebar .nav-s li .icon-menu {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.sidebar .nav-s li .menu-label {
	display: block;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.8);
	overflow: hidden;
}

.sidebar .nav-s li.hover .menu-label, .sidebar .nav-s li.cur .menu-label
	{
	color: #ffffff;
}

.sidebar.collapse .nav-t {
	display: none;
}

.sidebar .nav-t ul {
	display: none;
}

.sidebar .nav-t ul.on {
	display: block;
}

.sidebar .nav-t ul li {
	width: 100%;
	overflow: hidden;
	padding-bottom: 1px;
}

.sidebar .nav-t ul li a {
	display: block;
	text-align: left;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 5px;
	color: #e7e7e7;
}

.sidebar .nav-t li.hover a, .sidebar .nav-t li.selected a {
	color: #ffffff;
}
/*------ 侧边栏菜单导航 ------ end*/

/*------ 2022年新侧边栏菜单导航 ------ start*/
.sidebar-new .scroll-sidebar::-webkit-scrollbar {
	width: 0 !important
}

.sidebar-new .scroll-sidebar {
	-ms-overflow-style: none;
}

.sidebar-new .scroll-sidebar {
	overflow: -moz-scrollbars-none;
}

.sidebar-new {
	position: fixed;
	height: calc(100% - 54px);
	font-size: 12px;
	z-index: 9000;
	top: 54px;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}

/*导航栏折叠*/
.sidebar-new.retract {
	width: 58px;
}

.sidebar-new.retract .scroll-hidden {
	height: calc(100% - 60px);
}

.sidebar-new.retract .scroll-sidebar {
	text-align: center;
	height: 100%;
	padding-top: 10px;
	overflow-y: auto;
	box-sizing: border-box;
}

.sidebar-new.retract .scroll-sidebar ul li {
	color: #fff;
	cursor: pointer;
	margin-bottom: 10px;
}

.sidebar-new.retract .scroll-sidebar ul li .iconBox {
	width: 42px;
	height: 40px;
	border-radius: 2px;
	display: block;
	position: relative;
	margin: 0 auto;
	transition: all 0.3s;
}

.sidebar-new.retract .scroll-sidebar ul li:hover .iconBox {
	background: rgba(126, 134, 142, 0.16);
}

.sidebar-new.retract .scroll-sidebar ul li .iconBox .iconShow {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	font-size: 18px;
	color: #606266;
	font-weight: 400;
}

.sidebar-new.retract .scroll-sidebar ul li h3, .sidebar-new.retract .scroll-sidebar ul li .inner-nav{
	display: none;
}

.sidebar-new.retract .scroll-sidebar ul li .inner-nav {
	clear: both;
	display: none;
	position: fixed;
	z-index: 99999;
	text-align: left;
	background: #fff;
	padding: 0 5px;
	width: 200px;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0
		rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
}

.sidebar-new.retract .scroll-sidebar ul li .inner-nav h4, .sidebar-new.retract .scroll-sidebar ul li .inner-nav h4 a
	{
	display: block;
	color: #606266;
	margin: 5px 0;
	min-height: 40px;
	line-height: 40px;
	font-size: 13px;
	padding-left: 20px;
	transition: all 0.3s;
	border-radius: 2px;
	position: relative;
}

.sidebar-new.retract .scroll-sidebar ul li .inner-nav h4 span {
	display: block;
	color: #606266;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 5px;
}

.sidebar-new.retract .scroll-sidebar ul li .inner-nav h4:hover {
	background: #e8e8e8;
}

.sidebar-new.retract .scroll-sidebar ul li .inner-nav h4.innerSecNav:hover
	{
	background: transparent;
}

.sidebar-new.retract .scroll-sidebar ul li .inner-nav h4.innerSecNav b {
	display: block;
	position: relative;
	font-weight: 400;
	padding: 0 5px;
	font-size: 14px;
}

.sidebar-new.retract .scroll-sidebar ul li .inner-nav h4.innerSecNav b:hover
	{
	background: rgba(126, 134, 142, 0.16);
	border-radius: 2px;
}

.sidebar-new.retract .scroll-sidebar ul li .inner-nav h4.innerSecNav b:before
	{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon_down.png);
	position: absolute;
	right: -2px;
	top: 10px;
	transition: all 0.3s;
	transform: rotateZ(-90deg);
}

.sidebar-new.retract .scroll-sidebar ul li .inner-nav h4.innerSecNav:hover b
	{
	color: #0089ff;
}

.sidebar-new.retract .scroll-sidebar ul li .inner-nav h4.innerSecNav:hover dl
	{
	display: block;
}

.sidebar-new.retract .scroll-sidebar ul li .inner-nav h4.innerSecNav dl
	{
	display: none !important;
	padding: 0 5px;
	width: 160px;
	position: absolute;
	left: 190px;
	top: 0;
	background: #fff;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0
		rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
}

.sidebar-new.retract .scroll-sidebar ul li .inner-nav h4.innerSecNav:hover dl
	{
	display: block !important;
}

.sidebar-new.retract .scroll-sidebar ul li .inner-nav h4.innerSecNav dd
	{
	display: block;
	margin: 5px 0;
	padding: 0 10px 0 15px;
	min-height: 40px;
	line-height: 40px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.3s;
	color: #606266;
}

.sidebar-new.retract .scroll-sidebar ul li .inner-nav h4.innerSecNav dd:hover
	{
	background: rgba(126, 134, 142, 0.16);
	border-radius: 2px;
}

.sidebar-new.retract .allItem {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}

.sidebar-new.retract .allItem.nav-item h3 {
	display: none;
}

.sidebar-new.retract .allItem .iconBox {
	width: 42px;
	height: 40px;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
	position: relative;
	transition: all 0.3s;
	cursor: pointer;
	border-top: 1px solid #ddd;
}

.sidebar-new.retract .allItem .iconBox:hover {
	background: rgba(126, 134, 142, 0.16);
}

.sidebar-new.retract .allItem .iconBox:hover img {
	opacity: 1;
}

.sidebar-new.retract .allItem .iconBox .iconShow {
	color: #606266;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -8px;
}

/*导航栏展开*/
.sidebar-new.open {
	width: 224px;
}

.sidebar-new.open .scroll-hidden {
	width: 224px;
	height: calc(100% - 60px);
	overflow: hidden;
}

.sidebar-new.open .scroll-sidebar {
	text-align: left;
	padding: 10px 8px 40px 7px;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}

.sidebar-new.open .scroll-sidebar ul li {
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 10px;
}

.sidebar-new.open .scroll-sidebar ul li .nav-item {
	overflow: hidden;
	transition: all 0.3s;
}

.sidebar-new.open .scroll-sidebar ul li .nav-item:hover, .sidebar-new.open .scroll-sidebar ul li .nav-item.hover
	{
	background: rgba(126, 134, 142, 0.16);
	border-radius: 2px;
}

.sidebar-new.open .scroll-sidebar ul li .iconBox {
	width: 42px;
	height: 40px;
	border-radius: 2px;
	display: inline-block;
	position: relative;
	transition: all 0.3s;
	float: left;
}

.sidebar-new.open .scroll-sidebar ul li:hover .iconBox {
	background: rgba(255, 255, 255, 0);
}

.sidebar-new.open .scroll-sidebar ul li .iconBox .iconShow {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -7px;
	font-size: 18px;
	color: #606266;
	font-weight: 400;
}

.sidebar-new.open .scroll-sidebar ul li h3 {
	display: block;
}

.sidebar-new.open .scroll-sidebar ul li h3, .sidebar-new.open .scroll-sidebar ul li h3 a
	{
	float: left;
	width: calc(100% - 42px);
	height: 40px;
	line-height: 40px;
	margin: 0;
	font-size: 14px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 16px;
	color: #000;
}

.sidebar-new.open .scroll-sidebar ul li h3:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid rgba(23, 26, 29, 0.5);
	position: absolute;
	right: 5px;
	top: 17px;
	transition: all 0.3s;
}

.sidebar-new.open .scroll-sidebar ul li h3.noSecNav:before {
	display: none;
}

.sidebar-new.open .scroll-sidebar ul li h3.slideUp:before {
	transform: rotateX(180deg);
}

.sidebar-new.open .scroll-sidebar ul li .inner-nav {
	clear: both;
	display: none;
}

.sidebar-new.open .scroll-sidebar ul li .inner-nav h4 {
	display: block;
	margin: 5px 0;
	min-height: 40px;
	line-height: 40px;
	font-size: 13px;
	transition: all 0.3s;
	padding-left: 52px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666;
}

.sidebar-new.open .scroll-sidebar ul li .inner-nav h4:hover, .sidebar-new.open .scroll-sidebar ul li .inner-nav h4.hover {
	background: rgba(126, 134, 142, 0.16);
	border-radius: 2px;
}

.sidebar-new.open .scroll-sidebar ul li .inner-nav h4.innerSecNav {
	padding-left: 0;
}

.sidebar-new.open .scroll-sidebar ul li .inner-nav h4.innerSecNav:hover{
	background: transparent;
}

.sidebar-new.open .scroll-sidebar ul li .inner-nav h4.innerSecNav b {
	display: block;
	position: relative;
	font-weight: 400;
	padding-left: 52px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sidebar-new.open .scroll-sidebar ul li .inner-nav h4.innerSecNav b:hover{
	background: rgba(126, 134, 142, 0.16);
	border-radius: 2px;
}

.sidebar-new.open .scroll-sidebar ul li .inner-nav h4.innerSecNav b:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/framework/images/menu-icon/icon-down.png);
	position: absolute;
	right: 0px;
	top: 10px;
	transition: all 0.3s;
	transform: rotateZ(-90deg);
}

.sidebar-new.open .scroll-sidebar ul li .inner-nav h4.innerSecNav.active b:before{
	transform: rotateZ(0deg);
}

.sidebar-new.open .scroll-sidebar ul li .inner-nav h4.innerSecNav dl {
	display: none;
}

.sidebar-new.open .scroll-sidebar ul li .inner-nav h4.innerSecNav dd {
	display: block;
	margin: 5px 0;
	min-height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding-left: 54px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.3s;
	color: #999;
}

.sidebar-new.open .scroll-sidebar ul li .inner-nav h4.innerSecNav dd:hover, .sidebar-new.open .scroll-sidebar ul li .inner-nav h4.innerSecNav dd.hover{
	background: rgba(126, 134, 142, 0.16);
	border-radius: 2px;
}

.sidebar-new.open .allItem {
	text-align: left;
	width: 210px;
	position: absolute;
	bottom: 10px;
	padding: 0 8px;
}

.sidebar-new.open .allItem.nav-item {
	overflow: hidden;
	transition: all 0.3s;
	cursor: pointer;
	border-top: 1px solid #ddd;
	border-radius: 4px;
}

.sidebar-new.open .allItem.nav-item:hover {
	background: rgba(126, 134, 142, 0.16);
}

.sidebar-new.open .allItem.nav-item h3 {
	display: block;
}

.sidebar-new.open .allItem.nav-item h3 {
	float: left;
	width: calc(100% - 42px);
	height: 40px;
	line-height: 40px;
	margin: 0;
	font-size: 12px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 10px;
	color: #333b3f;
}

.sidebar-new.open .allItem .iconBox {
	width: 42px;
	height: 40px;
	border-radius: 2px;
	display: inline-block;
	position: relative;
	transition: all 0.3s;
	float: left;
	cursor: pointer;
	border-top: none;
}

.sidebar-new.open .allItem .iconBox:hover {
	background: rgba(255, 255, 255, 0);
}

.sidebar-new.open .allItem .iconBox .iconShow {
	color: #606266;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	transform: rotateY(180deg);
}

.sidebar-new .menu-control {
    text-align: left;
    width: 22px;
    background: white;
    border: 1px solid #ddd;
    border-left: none;
    position: absolute;
    right: -22px;
    bottom: 3px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sidebar-new .menu-control .nav-item {
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
}

.sidebar-new .menu-control .nav-item:hover {
    background: rgba(126,134,142,0.16);
}

.sidebar-new .menu-control .iconBox {
    width: 22px;
    height: 40px;
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    float: left;
    cursor: pointer;
    border-top: none;
}

.sidebar-new .menu-control .iconBox:hover {
    background: rgba(255,255,255,0);
}

.sidebar-new .menu-control .iconBox .iconShow {
    color: #606266;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

/*全部导航*/
.sidebar-new .allItemBox {
	position: fixed;
	height: calc(100% - 54px);
	width: 692px;
	padding: 15px;
	font-size: 12px;
	z-index: 99;
	top: 54px;
	left: -100%;
	background-color: #fff;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0
		rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
}

.sidebar-new .allItemBox .itemList {
	height: calc(100% - 30px);
	overflow-y: auto;
}

.sidebar-new .allItemBox h2 {
	overflow: hidden;
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}

.sidebar-new .allItemBox h2 span {
	float: left;
	font-size: 16px;
	color: #212121;
}

.sidebar-new .allItemBox h2 .searchBox {
	width: 240px;
	height: 24px;
	padding-left: 30px;
	float: left;
	margin-left: 10px;
	position: relative;
}

.sidebar-new .allItemBox h2 .searchBox input {
	font-size: 14px;
	width: 100%;
	height: 24px;
	border: none;
	outline: none;
}

.sidebar-new .allItemBox h2 .searchBox i {
	color: #606266;
	font-size: 18px;
	position: absolute;
	top: 3px;
	left: 0;
}

.sidebar-new .allItemBox h2 i {
	float: right;
	font-size: 14px;
	font-style: normal;
	padding: 0 6px;
	cursor: pointer;
}

.sidebar-new .allItemBox .itemList ul {
	padding: 10px 0;
}

.sidebar-new .allItemBox .itemList li {
	width: 215px;
	padding: 0 5px;
	margin-bottom: 20px;
	float: left;
}

.sidebar-new .allItemBox .itemList li .filter, .sidebar-new .allItemBox .itemList li .filter  a {
	color: #2196F3;
}

.sidebar-new .allItemBox .itemList .nav-item {
	background: #ebebeb;
	overflow: hidden;
	border-radius: 2px;
}

.sidebar-new .allItemBox .itemList .nav-item h3 {
	display: block;
	float: left;
	width: calc(100% - 42px);
	height: 40px;
	line-height: 40px;
	margin: 0;
	font-size: 14px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 10px;
	color: #000;
}

.sidebar-new .allItemBox .itemList .nav-item h3.noSecNav{
	cursor: pointer;
}

.sidebar-new .allItemBox .itemList .nav-item .iconBox {
	width: 30px;
	height: 40px;
	border-radius: 2px;
	display: inline-block;
	position: relative;
	transition: all 0.3s;
	float: left;
	border-top: none;
}

.sidebar-new .allItemBox .itemList .nav-item .iconBox:hover {
	background: rgba(255, 255, 255, 0);
}

.sidebar-new .allItemBox .itemList .nav-item .iconBox .iconShow {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -7px;
	color: #606266;
	font-size: 18px;
}

.sidebar-new .allItemBox .itemList .inner-nav {
	clear: both;
	text-align: left;
	background: #fff;
}

.sidebar-new .allItemBox .itemList .inner-nav h4, .sidebar-new .allItemBox .itemList .inner-nav h4 a{
	display: block;
	color: #666;
	padding: 0 10px;
	margin:10px 0;
	min-height: 40px;
	line-height: 40px;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.3s;
	border-radius: 2px;
	cursor: pointer;
}

.sidebar-new .allItemBox .itemList  .inner-nav h4:hover {
	background: rgba(126, 134, 142, 0.16);
	overflow: hidden;
}

.sidebar-new .allItemBox .itemList .inner-nav {
	display: block !important;
}

.sidebar-new .allItemBox .itemList .inner-nav h4.innerSecNav {
	padding: 0;
    margin: 0;
    display: initial;
}

.sidebar-new .allItemBox .itemList .inner-nav h4.innerSecNav:hover {
	background: transparent;
}

.sidebar-new .allItemBox .itemList .inner-nav h4.innerSecNav b {
	display: block;
	position: relative;
	font-weight: 400;
	padding-left: 42px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: none;
}

.sidebar-new .allItemBox .itemList .inner-nav h4.innerSecNav b:hover {
	background: rgba(126, 134, 142, 0.16);
	border-radius: 2px;
}

.sidebar-new .allItemBox .itemList .inner-nav h4.innerSecNav b:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon_down.png);
	position: absolute;
	right: -2px;
	top: 10px;
	transition: all 0.3s;
	transform: rotateZ(-90deg);
}

.sidebar-new .allItemBox .itemList .inner-nav h4.innerSecNav.active b:before {
	transform: rotateZ(0deg);
}

.sidebar-new .allItemBox .itemList .inner-nav h4.innerSecNav.active b {
	color: #0089ff;
}

.sidebar-new .allItemBox .itemList .inner-nav h4.innerSecNav dl {
	display: block !important;
}

.sidebar-new .allItemBox .itemList .inner-nav h4.innerSecNav dd {
	display: block;
    margin: 10px 0;
    min-height: 40px;
    line-height: 40px;
    font-size: 13px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s;
}

.sidebar-new .allItemBox .itemList .inner-nav h4.innerSecNav dd:hover {
	background: rgba(126, 134, 142, 0.16);
	border-radius: 2px;
}
/*------ 新侧边栏菜单导航 ------ end*/

.main-content {
	padding: 5px 5px 100px 5px;
	overflow: hidden;
	position: relative;
}

.main-content .page-content {
	border: 1px solid #ddd;
	min-width: 1000px;
	min-height: 550px;
	*height: 500px;
	padding: 5px;
}

.main-content .tree-part {
	width: 270px;
	height: 100%;
	padding-top: 59px;
	bottom: 0;
	float: left;
	position: fixed;
}

.main-content .tree-part  .tree-node .tree-title{
    max-width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-content .tree-part .panel-body {
	padding-bottom: 25px;
}

.main-content .content-part {
	width: auto;
	margin-left: 275px;
}

/* DIV布局样式 */
.portal-row {
	clear: both;
}

.row-box {
	padding: 0px;
	position: relative;
}

.row-box .element {
	margin-bottom: 10px;
}

.column1 {
	float: left;
	width: 7.875%;
	min-height: 50px;
	padding: 0;
	margin-right: 0.5%;
	border-radius: 2px;
	border: none;
	box-sizing: border-box;
}

.column2 {
	float: left;
	width: 16.25%;
	min-height: 50px;
	padding: 0;
	margin-right: 0.5%;
	border-radius: 2px;
	border: none;
	box-sizing: border-box;
}

.column3 {
	float: left;
	width: 24.625%;
	min-height: 50px;
	padding: 0;
	margin-right: 0.5%;
	border-radius: 2px;
	border: none;
	box-sizing: border-box;
}

.column4 {
	float: left;
	width: 33%;
	min-height: 50px;
	padding: 0;
	margin-right: 0.5%;
	border-radius: 2px;
	border: none;
	box-sizing: border-box;
}

.column5 {
	float: left;
	width: 41.375%;
	min-height: 50px;
	padding: 0;
	margin-right: 0.5%;
	border-radius: 2px;
	border: none;
	box-sizing: border-box;
}

.column6 {
	float: left;
	width: 49.75%;
	min-height: 50px;
	padding: 0;
	margin-right: 0.5%;
	border-radius: 2px;
	border: none;
	box-sizing: border-box;
}

.column7 {
	float: left;
	width: 58.125%;
	min-height: 50px;
	padding: 0;
	margin-right: 0.5%;
	border-radius: 2px;
	border: none;
	box-sizing: border-box;
}

.column8 {
	float: left;
	width: 66.5%;
	min-height: 50px;
	padding: 0;
	margin-right: 0.5%;
	border-radius: 2px;
	border: none;
	box-sizing: border-box;
}

.column9 {
	float: left;
	width: 74.875%;
	min-height: 50px;
	padding: 0;
	margin-right: 0.5%;
	border-radius: 2px;
	border: none;
	box-sizing: border-box;
}

.column10 {
	float: left;
	width: 83.25%;
	min-height: 50px;
	padding: 0;
	margin-right: 0.5%;
	border-radius: 2px;
	border: none;
	box-sizing: border-box;
}

.column11 {
	float: left;
	width: 91.625%;
	min-height: 50px;
	padding: 0;
	margin-right: 0.5%;
	border-radius: 2px;
	border: none;
	box-sizing: border-box;
}

.column12 {
	float: left;
	width: 100%;
	min-height: 50px;
	padding: 0;
	border-radius: 2px;
	border: none;
	box-sizing: border-box;
	overflow: hidden;
}

/* 在出现左侧选择、右侧配置场景的时候，定义左侧选择列样式 */
.list-container {
	position: relative;
	float: left;
	width: 250px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.list-container .list-box {
	
}

.list-container .list-item {
	color: #777777;
	height: 40px;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	overflow: hidden;
	background: #ffffff;
	border-bottom: 1px solid #ccc;
}

.list-container .list-item.selected, .list-container .list-item:hover {
	font-weight: bold;
	cursor: pointer;
	background: #f1f1f1 none repeat scroll 0 0;
}

.list-container .list-item:last-child {
	border-bottom: none;
}

/* 查询无数据时候的显示样式 */
.no-data {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.no-data .nodata-img {
	margin-top: 10px;
    text-align: center;
    display: block;
}

.no-data .nodata-tip {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* 页面底部样式 */
.footer {
	width: 100%;
	margin: 0px;
	padding: 15px 0px;
	font-size: 12px;
	color: #fff;
	background: #272930;
	border-top: 1px solid #3c434b;
	z-index: 9999;
	clear: both;
}

.footer .copyright {
	width: 100%;
	text-align: center;
	line-height: 20px;
}

/* 返回顶部样式 */
#totop {
	position: fixed;
	bottom: 25px;
	right: 10px;
	z-index: 999;
	height: 60px;
	cursor: pointer;
	display: none;
}

* html #totop {
	position: absolute;
	cursor: pointer;
	right: 10px;
	display: none;
	top: expression(eval(document.documentElement.scrollTop +
		 document.documentElement.clientHeight) -112+"px")
}

#totop a {
	display: block;
	height: 60px;
	width: 71px;
	padding-top: 48px;
	text-align: center;
	background: url(/framework/images/toTop1.gif) no-repeat;
	color: #888
}

#totop a.cur {
	background-position: -88px 0;
	text-decoration: none;
	color: #ff6903;
}

.upload-files li {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding: 5px;
	background: #cde69c none repeat scroll 0 0;
	line-height: 22px;
}

.upload-files li .item-name {
	text-decoration: underline;
}

.upload-files li .delete-btn {
	width: 16px;
	height: 16px;
	margin-left: 5px;
	display: inline-block;
	cursor: pointer;
}

.warning-info {
	font-size: 13px;
	color: #333;
	line-height: 28px;
	background: #ffffcc;
	padding: 10px 10px;
}

/* 右侧弹出框窗口样式  */
.pop-side-slide {
	position: fixed;
	right: -150%;
	bottom: 0;
	background: #f9f9f9;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	z-index: 999;
}

.pop-side-slide .pop-back {
	float: left;
	width: 30px;
	height: 30px;
	margin: 10px 5px 0 5px;
	cursor: pointer;
	background: url(/framework/images/back.png) no-repeat;
}

.pop-side-slide .pop-title {
	font-size: 16px;
	font-weight: normal;
	color: #373a3c;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0;
	border-bottom: 1px solid #cfdbe2;
}

.pop-side-slide .pop-content {
	overflow-y: auto;
	overflow-x: hidden;
}

.pop-side-slide .pop-content .drawer-content{
 margin-bottom: 50px;
}

.pop-side-slide .pop-content .drawer-footer {
    height: 50px;
    width: 100%;
    position: absolute;
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    bottom: 0;
    text-align:center;
}

/*显示系统公告通知*/
.assist-notice {
	font-size: 13px;
	padding: 20px;
	line-height: 25px;
	margin-bottom: 200px;
}

.assist-notice .notice-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	line-height: 36px;
}

.assist-notice .notice-time {
	font-size: 14px;
	color: #ccc;
	text-align: center;
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
}

.assist-notice .notice-content {
	font-size: 16px;
}

/* 用户查看反馈意见的样式  */
.comment-add {
	margin-top: 10px;
}

.comment-add .comment-item {
	margin-bottom: 10px;
	display: inline-block;
	clear: both;
}

.comment-add .comment-label {
	width: 70px;
	float: left;
}

.comment-add .comment-input {
	width: 410px;
	float: left;
}

.comment-show {
	width: 100%;
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #EDEDED;
}

.comment-show .comment-show-con-img {
	width: 48px;
	height: 48px;
	margin-top: 5px;
	overflow: hidden;
}

.comment-show .comment-show-con-list {
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.comment-show .comment-show-con-list .comment-avatar {
	position: absolute;
	left: 5px;
	top: 3px;
}

.comment-show .comment-show-con-list .comment-avatar img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.comment-show .hf-list-con {
	float: left;
	width: 100%;
	margin-top: 7px;
	background-color: #eaeaec;
}

.comment-show .comment-size-name {
	font-size: 14px;
	color: #0085d0;
	font-weight: 600;
}

.comment-show .my-pl-con {
	font-size: 14px;
	color: #8b8b8b;
	width: 100%;
	line-height: 28px;
}

.comment-show .date-dz-left {
	font-size: 12px;
	color: #8b8b8b;
	padding-top: 18px;
	display: block;
}

.comment-show .comment-time, .comment-show .comment-pl-block {
	padding-top: 7px;
}

.comment-show .comment-pl-block {
	margin-top: 0;
}

.comment-show .removeBlock {
	float: left;
	font-size: 12px;
	margin-right: 20px;
	display: block;
	opacity: 0;
}

.comment-show .toolbar-btn {
	float: left;
	font-size: 12px;
	margin-right: 20px;
	display: block;
}

.comment-show .all-pl-con {
	float: left;
	width: 98%;
	padding: 10px 20px;
}

.comment-show .hfpl-text {
	margin-top: 0;
}

.comment-show .comment-show-con-list:hover .removeBlock {
	opacity: 1;
}

.comment-show .hf-list-con .all-pl-con {
	border-top: 1px solid #d9d9d9;
	padding-bottom: 12px;
}

.comment-show .hf-list-con .all-pl-con:first-child {
	border-top: 0;
}

/* 用户消息中心样式 */
.message-box {
	padding: 0 10px 10px 10px;
}

.message-box .message-type {
	position: fixed;
	display: inline-block;
	width: 480px;
	padding-top: 10px;
	background: #fff;
	z-index: 99999;
}

.message-box .message-type-item {
	position: relative;
	float: left;
	font-size: 12px;
	text-align: center;
	color: #666;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
}

.message-box .message-type-item.on {
	color: #0085d0;
}

.message-box .message-list {
	display: inline-block;
	width: 100%;
}

.message-box .message-item {
	position: relative;
	height: auto;
	padding: 0;
	padding-bottom: 16px;
	border-radius: 5px;
}

.message-box .message-item .message-title {
	height: 25px;
	margin-bottom: 5px;
	overflow: hidden;
}

.message-box .message-item .message-title span {
	display: inline-block;
	font-size: 14px;
	color: #666;
	margin-bottom: 0;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}

.message-box .message-item .message-content {
	position: relative;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	background-color: #f5f5f5;
	display: inline-block;
}

.message-box .message-item .content {
	font-size: 12px;
	color: #333;
	line-height: 1.8;
	padding-bottom: 7px;
	margin: 0;
}

.message-box .message-item .send-time {
	float: left;
	width: 180px;
	font-size: 12px;
	color: #999;
	margin: 0;
}

.message-box .message-item .view-msg {
	float: right;
	right: 8px;
	font-size: 12px;
	cursor: pointer;
}

.pop-side-slide .pop-title .message-read-btn {
	float: right;
	font-size: 12px;
}

/* 组织机构视图  */
.organizational-container {
	width: 798px;
	margin: 20px auto;
}

.organizational-top {
	text-align: center;
}

.organizational-info {
	overflow: hidden;
}

.organizational-item {
	float: left;
	box-sizing: border-box;
	text-align: center;
}

.organizational-item.organizational-left .icon {
	width: 58px;
	height: 58px;
	border: 4px solid #e73b02;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
}

.organizational-item.organizational-right .icon {
	width: 58px;
	height: 58px;
	border: 4px solid #004ab7;
	margin: 0 auto;
	border-radius: 50%;
}

.organizational-item .icon img {
	margin-top: 6px;
}

.organizational-item .font {
	height: 28px;
}

.organizational-item .font p {
	margin-top: 5px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}

.organizational-item .font .line {
	width: 1px;
	height: 12px;
	background: #d9d9d9;
	margin: 0 auto;
}

.organizational-item .model {
	position: relative;
}

.organizational-item .model .h-line {
	width: 343px;
	height: 1px;
	background: #d9d9d9;
	margin: 0 auto;
}

.organizational-item.organizational-right .model .h-line {
	width: 343px;
	height: 1px;
	background: #d9d9d9;
	margin: 0 auto;
}

.organizational-item .model .part {
	width: 100px;
	height: 77px;
	margin: 0 7px;
	float: left;
}

.organizational-item .model .part .line {
	width: 1px;
	height: 12px;
	background: #d9d9d9;
	margin: 0 auto;
}

.organizational-item .model .part div {
	margin-top: 1px;
	width: 100px;
	height: 70px;
}

.organizational-item.organizational-left .model .part div.area {
	background: url(/framework/images/console/organizational-orange.png) no-repeat center center;
}

.organizational-item.organizational-right .model .part div.area {
	background: url(/framework/images/console/organizational-blue.png) no-repeat center center;
}

.organizational-item .model .part div h2 {
	font-size: 28px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	margin: 0 !important;
}

.organizational-item .model .part div p {
	height: 26px;
	line-height: 26px;
	color: #fff;
}

/* 低版本浏览器提示信息样式 */
#browser_ie {
	display: none;
	height: 85px;
	font-size: 15px;
	color: #000;
	background-color: #f6f6b4;
}

#browser_ie .brower_info {
	margin: 0px auto;
	width: 900px;
	padding-top: 17px
}

#browser_ie .brower_info .notice_info {
	position: relative;
	margin-top: 5px;
	float: left
}

#browser_ie .brower_info .notice_info P {
	text-align: left;
	line-height: 25px;
	width: 400px;
	display: inline-block
}

#browser_ie .browser_list {
	position: relative;
	float: left
}

#browser_ie .browser_list img {
	width: 40px;
	height: 40px
}

#browser_ie .browser_list span {
	text-align: center;
	width: 80px;
	display: inline-block
}

/* CKEDITOR样式的扩展与优化 */
.cke_dialog_contents_body {
	width: 500px !important;
}

.cke_dialog_body label {
	display: inline-block !important;
	margin-bottom: 3px !important;
}

.cke_dialog_ui_input_text {
	min-width: 60px !important;
}

.cke_combo_text {
	height: 26px !important;
	line-height: 26px !important;
}

input.cke_dialog_ui_input_text {
	height: 32px !important;
}

.cke_chrome {
	border: 1px solid #ccc !important;
}

.cke_chrome, .cke_toolgroup, .cke_combo_button, .cke_bottom,
	.cke_dialog_body .cke_dialog_title, .cke_dialog_body .cke_dialog_footer
	{
	border: 1px solid #ccc !important;
}

.cke_toolbar {
	height: 35px !important;
}

.cke_top {
	border-bottom: 1px solid #ccc !important;
}

.cke_dialog_title {
	line-height: 30px !important;
}

.cke_inner {
	border: none !important;
}

.cke_dialog_footer_buttons {
	margin: 10px 5px !important;
}

input.cke_dialog_ui_input_text, input.cke_dialog_ui_input_password,
	textarea.cke_dialog_ui_input_textarea {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* 人员账号统计信息区域样式 */
.person_info {
	margin-bottom: 3px;
	display: inline-block;
	width: 100%;
}

.person_info .park-label {
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
}

.person_info .park {
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
}

.import_main {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.import_main .park {
	width: 50%;
	float: left;
	position: relative;
	text-align: center;
}

.import_main .park h4 {
	font-size: 14px;
	color: #212121;
	margin-bottom: 30px;
}

.import_main .park .imgBox {
	width: 68px;
	height: 68px;
	margin: 0 auto;
}

.import_main .park .imgBox img {
	width: 100%;
	height: 100%;
}

.import_main .park p {
	font-size: 12px;
	color: #212121;
	margin: 12px 0;
}

.import_main .park p b {
	color: #4C97F4;
	cursor: pointer;
}

.import_main .park .button {
	display: inline-block;
}

.import_main .park .tip {
	color: #757575;
	font-size: 12px;
	margin-top: 12px;
	display: block;
}

.import_main .park .tip b {
	color: #4C97F4;
	cursor: pointer;
}

.import_tip {
	margin-top: 10px;
	margin-left: 10px;
	border-top: 1px solid #eee;
}

.import_tip h6 {
	font-size: 12px;
	color: #757575;
	font-weight: 700;
	line-height: 30px;
}

.import_tip p {
	font-size: 12px;
	line-height: 30px;
}

.import_tip p b {
	color: #4C97F4;
	cursor: pointer;
}

/* 分割线 */
.splitLine {
	height: 40px;
	position: relative;
	border-bottom: none !important;
}

.splitLine.active .splitLine-con:before {
	border-bottom-color: #f66e1f;
}

.splitLine-con {
	background-color: #fff;
	border-bottom: none;
	height: 44px;
}

.splitLine-con:before {
	content: "";
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	position: absolute;
	top: 50%;
	left: 0;
}

.splitLine-con.solid:before {
	border-bottom-style: solid;
}

.splitLine-con.dashed:before {
	border-bottom-style: dashed;
}

.splitLine-con .split-tit {
	display: inline-block;
	padding: 0 10px;
	margin: 0 30px;
	height: 44px;
	line-height: 44px;
	background: #fff;
	position: relative;
	z-index: 2;
	font-size: 14px;
}

/* 错误页面 */
.error-wrap {
	background-color: #fff;
	min-height: 400px !important;
	position: relative;
	overflow: hidden;
}

.error-con {
	width: 800px;
	padding: 10px;
	min-height: 400px !important;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-60%);
}

.error-con .imgBox {
	width: 300px;
	height: 300px;
	text-align: center;
	float: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.error-con .imgBox img {
	max-width: 200px;
	max-height: 200px;
	position: absolute; 
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.error-con .imgBox.error-img img {
	max-width: 150px;
	max-height: 150px;
}

.error-con .text {
	width: 450px;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 20px;
}

.error-con .text h1 {
	font-size: 90px;
	font-weight: 700;
	color: #666;
}

.error-con .text p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #999;
}

.error-con .text span {
	display: block;
}

.error-con .text span a {
    width: 120px;
    height: 40px;
    background-color: rgba(0, 121, 254, 1);
    border-radius: 3px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
}

.error-con .text span a:hover {
	opacity: 0.8;
}

.error-wrap .error-footer {
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #666;
    padding: 10px 0;
    position: absolute;
    bottom:0px;
    width: 100%;
}

.error-con .text .tips h4 {
	font-size: 14px;
    color: #666;
    margin: 20px 0;
    line-height: 28px;
}

.error-con .text .tips h4 a {
	padding: 0 8px;
}

.chrome_propUp_hide {
	position: fixed;
  	display: inline-block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content:'';
	background-color: transparent;
	z-index: -1;
}