@charset "utf-8";
.layout-side {
	overflow: hidden;
	width: 166px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: left .3s linear,width .3s linear;
	transition: left .3s linear,width .3s linear;
	box-shadow: 0 0 13px rgba(40, 47, 62, 0.15)
}

.blackscroll.scrollbar-inner > .scroll-element .scroll-bar {
	/* background-color: #000;
	opacity: 0.25; */
}
	
.sidebar {
	width: 217px;
	height: 100%;
	position: relative;
	left: 0;
	-webkit-transition: left 0.3s linear;
	transition: left 0.3s linear;
	/* border-right:1px solid  #c2c8cd; */
}

.first-menu,
.concise-menu {
	top: 0;
	bottom: 0;
	left: 0;
	width:167px;
	position: absolute;
	z-index: 10;
	/*box-shadow: 0 0 13px rgba(40, 47, 62, 0.25);*/
}
.concise-menu {
	width: 50px;
	left: 167px;

}
.scroll-hidden{
	overflow: hidden;
	height: calc(100% - 101px);
}
.concise-menu .scroll-hidden{
	height:100%;
}

.first-menu .logo-wrap {
	height: 55px;
	line-height: 55px;
	text-align: center;
}
.layout-side .logo {
	display: none;
	padding-right: 4px;
}
.layout-side .text-logo{
	white-space: nowrap;
	font-size: 0;
	display: none;
}
.layout-side .logo-img{
	width: 55px;
	height: 55px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	line-height: 55px;
}
.layout-side .logo-img img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.layout-side .logo-img.notxt{
	width: 155px;
	margin-right: 0;
}
.layout-side .logo-txt{
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	max-width: 88px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-family: Arial, Helvetica, "微软雅黑", sans-serif;
	white-space: nowrap;
}
.theme-blank-white  .layout-side .logo-txt,
.theme-white-green  .layout-side .logo-txt,
.theme-white-orange .layout-side .logo-txt,
.theme-white-blue .layout-side .logo-txt {
	color: #333;
}

.layout-side .sidebar-item{
	position: relative;
	margin:1px 0;
}

.layout-side .sidebar-item>a {
	display: block;
	line-height: 40px;
	height: 40px;
	padding: 0 14px 0 16px;
	position: relative;
	white-space: nowrap;
}
.layout-side .sidebar-item.active:before{
	content: '';
	display: block;
	position: absolute;
	height:40px;
	width: 4px;
	left: 0px;
	top: 0px;
	z-index: 9;
}
.layout-side .sidebar-item:first-child{
	margin:0;
}
.sidebar-word{
	margin-left: 8px;
	max-width: 110px;
	display: inline-block;
	zoom: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	/* color: #fff; */

}
.sidebar-item .icon{
	vertical-align: 11px;
}
.side-icon-arrow{
	width: 11px;
	height: 11px;
	fill:#fff;
	position: absolute;
	right: 14px;
	opacity: 0.4;
	top: 15px;
}
.sidebar-item>a:hover .side-icon-arrow{
	opacity: 0.6;
}

.sidebar-item>a:hover .sidebar-word {
	opacity: 1;
}

.layout-side.switch-menu{
	width: 50px;
	overflow: visible;
}

.sidebar-item>a:hover i {
	opacity: 1;
}

.short-menu {
	width: 100%;
	height: 100%;
}


/*一级简洁版出现，二级菜单出现*/
.sidebar .tooltip{
	height:28px;
	line-height:28px;
	padding:0 12px;
}
.sidebar .tooltip:before{
	left: -6px;
    top: 50%;
	border-width: 6px 6px 6px 0;
	border-color: transparent  rgba(50, 58, 77, .85) transparent transparent;
}

.sidebar.switch-menu {
	left: -167px;
	width: 50px;
}

.short-item {
	display: inline-block;
	width: 50px;
	height: 40px;
	line-height: 40px;
	margin-bottom:1px;
	text-align: center;
	position: relative;
}
.short-change {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
}
.short-item.active:before{
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 40px;
	left: 0px;
	top: 0px;
	background-color: #4b86fc;
}
.short-menu li:first-child .short-item{
	margin-top: 0;
	height:40px;
	box-sizing: border-box;
}
.short-item:hover .icon{
	opacity: 1;
}

.circle {
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	top: 17px;
	left: 36px;
	z-index: 10;
}

.concise-menu .circle {
	left: 28px;
}

/*3级菜单样式*/
.status-red {
	background-color: #f36;
}

.status-blue {
	background-color: #4b86fc;
}

.status-yellow {
	background-color: #ffc300;
}

.status-green {
	background-color: #00d093;
}

.short-item:hover .tooltip {
	visibility: visible;
}

.layout-content {
	position: absolute;
	top: 0;
	left: 166px;
	bottom: 0;
	right: 0;
	-webkit-transition: left .3s linear;
	transition: left .3s linear;
	z-index:1;
}

.main-area .iframe{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: none;
	display: block;
	min-width:1120px;
}
.full-screen .layout-content {
	left: 0;
	right: 0;
	-webkit-transition: left .3s linear;
	transition: left .3s linear;
}

.full-screen .layout-side {
	left: -200px;
}
.short-item:hover .index-white {
	opacity: 1;
}
.nosub .short-item.no-height{
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
}

.short-item.active .index-white{
	opacity: 1;
}

.small-menu-height{
	height: 100%;
}
.concise-menu .small-menu-height{
	height: -webkit-calc(100% - 48px);
	height: calc(100% - 48px);
}
.edit-menu{
	position: absolute;
	border-top: 1px solid #3b4355;
	background-color: #323a4d;
	padding-left: 54px;
	padding-right: 20px;
	bottom: 0px;
	width: 200px;
	height: 44px;
	line-height: 44px;
	box-sizing: border-box;
}
.menu-collapse.edit-menu{
	padding-left: 22px;
}
.switch-menu .concise-menu .edit-menu {
	display: block;
}
.concise-menu .edit-menu{
	display: none;

	width: 50px;
	padding-left:17px;
	padding-right: 18px;
}
.menu-collapse:hover .edit-menu-word, .menu-collapse:hover .edit-menu-icon{
	opacity: 1;
}
.edit-menu-icon{
	opacity: 1;
}
.edit-menu-word{
	font-size: 14px;
	opacity: 0.8;
	cursor: pointer;
	color: #ffffff;
}
.edit-menu-word:hover{
	opacity: 1;
}
.concise-menu-small{
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 50px;

}
.concise-menu-small .concise-item{
	height: 50px;
	line-height: 50px;
}
.concise-menu-small .tooltip{

	position: absolute;
	left: 7px;
/*	min-width: 80px;*/
}
.concise-item.concise-show .tooltip{
	visibility: visible;
}
.side-submenu-wrap.active{
	visibility: visible;
	left: 166px;
	z-index: 8;
	opacity: 1;
	transition: left .5s ease-in-out,opacity .5s ease-in-out,visibility ease-in-out .5s;
}
.system-change.active{
	visibility: visible;
	left: 167px;
	z-index: 8;
	opacity: 1;
	-webkit-transition: left 0.5s ease-in-out,visibility 0.5s ease-in-out;
	transition: left 0.5s ease-in-out,visibility 0.5s ease-in-out;
}
.side-submenu-wrap.active-small{
	visibility: visible;
	left: 49px;
	/* top: 0px; */
	z-index: 8;
	opacity: 1;
	-webkit-transition: left .5s ease-in-out,opacity .5s ease-in-out,visibility ease-in-out .5s;
	transition: left .5s ease-in-out,opacity .5s ease-in-out,visibility ease-in-out .5s;
}
.system-change.active-small{
	visibility: visible;
	left: 49px;
	top: 0px;
	z-index: 8;
	opacity: 1;
	-webkit-transition: left 0.3s ease-in-out,visibility 0.3s ease-in-out,opacity 0.3s ease-in-out;
	transition: left 0.3s ease-in-out,visibility 0.3s ease-in-out,opacity 0.3s ease-in-out;
}
.icon-menu{
	width: 16px;
	height: 18px;
}
.layout.switch-small.full-screen .layout-content{
	left: 0;
}
.layout.switch-small .layout-content{
	left:49px;
}
.layout-main{
	position: absolute;
	top:64px;
	bottom: 0;
	left: 0px;
	right: 0;
	padding-top:4px;
	z-index: 2;
	transition: top .3s ease-in-out;
	user-select:none;
}

.ui-mouse-draging .layout-main {
	pointer-events: none;
} 

.main-area {
	width: 100%;
	height: 100%;
	overflow: auto;
	/* padding: 0 15px; */
	/* padding-top: 10px; */
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
.submenu-layout .scrollbar-inner > .scroll-element .scroll-bar{
	display: none;
}
.operated-list{
	padding: 14px;
	padding-top: 0;
	padding-bottom: 11px;
	border-bottom: 1px solid #3b4356;
}
.operated-word{
	display: block;
	width: 136px;
	height: 32px;
	background-color: #4b86fc;
	color: #fff;
	line-height: 32px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 3px;
	padding-left: 8px;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
}
.logo-down-img{
	opacity: 0.1;
	position: absolute;
	right: 17px;
}
.icon-operated{
	width: 16px;
	height: 12px;
	fill:#d8dcdd;
	margin-right: 2px;
	vertical-align: -2px;
}
[class^="menu-logo-"] {
	background: url(../res/images/icons/icons.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.menu-logo-left{
	background-position: -3px -27px;
	width: 16px;
	height: 10px;
	vertical-align: 11px;
}
.menu-logo-right{
	margin-right: 12px;
	margin-top: 10px;
	background-position:-29px -26px;
	width: 12px;
	height: 11px;
}
.logo-down-title{
	margin-left: 6px;
	cursor: pointer;

	display: inline-block;
	width: 74px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.logo-concise-icon{
	cursor: pointer;
	margin-top: -1px;
	height: 47px;
	line-height: 47px;
	text-align: center;
}
.logo-concise-icon .menu-logo-left{
	vertical-align:0;
}
.logo-concise-icon .short-item{
	height: 47px;
	line-height: 47px;
}
.menu-iconback{
    width: 18px;
	height: 16px;
    cursor: pointer;
    fill: #323a4d;
    vertical-align: -3px;
    opacity: 0.6;
	margin-right:8px;
}
.switch-small .menu-iconback{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.menu-iconback:hover{
	opacity: 0.8;
}