html, body {
	height: 100%;
	min-width: 800px;
	-ms-overflow-style: scrollbar;
}

body {
	overflow: hidden;
}

.ez-adm-loading {
	padding-top: 104px;
}

.ez-adm-layout-basic {
	overflow: hidden;
	height: 100%;
	display: none;
}

.ez-adm-layout-basic>.ez-layout {
	height: 100%;
}

.ez-layout-sider.ez-adm-layout-sider {
	background: #fff;
	width: 208px;
}

.ez-adm-layout-sider.collapsed {
	width: 48px;
}

.ez-adm-layout-sider-children {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ez-adm-layout-sider-children .sidebar.light {
	border-right: none;
}

.ez-adm-layout-sider-logo {
	flex: 0 0 auto;
	overflow: hidden;
	padding-left: 16px;
	transition: all .3s;
	background: #1890ff;
	min-width: 208px;
	float:left;
}

.ez-adm-layout-sider-logo h1 {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	vertical-align: middle;
	padding-left: 8px;
}

.ez-adm-layout-sider-title {
	flex: 0 0 auto;
	width: 100%;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	padding-left: 24px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .2);
	z-index: 2;
	border-bottom: 1px solid #e8e8e8;
}

.ez-adm-layout-sider-title .icon {
	min-width: 14px;
	margin-right: 4px;
	font-size: 14px;
	display: inline-block;
}

.ez-adm-layout-sider-title .module-title {
	font-weight: bold;
}

.ez-adm-layout-sider-logo img {
	height: 32px;
	vertical-align: middle;
	margin: 8px 0;
	float: left;
}

.ez-adm-layout-sider-menu {
	flex: 1 1 auto;
	overflow-y: auto;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
	z-index: 2;
}

.ez-adm-layout-main-basic {
	height: 100%;
	overflow-x: hidden;
    overflow-y: hidden;
	display: flex;
	flex-direction: column;
}

header.ez-adm-layout-header {
	padding: 0;
	height: 48px;
	line-height: 48px;
	width: 100%;
}

.has-top-menu {
	display: flex;
}

.ez-adm-layout-header-menu {
	overflow: hidden;
	flex: 1 1 auto;
}

.ez-adm-layout-header-menu>ul {
	box-sizing: border-box;
	font-size: 14px;
	font-variant: tabular-nums;
	font-feature-settings: "tnum";
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 48px;
	list-style: none;
	outline: none;
	transition: background .3s, width .2s;
	zoom: 1;
	white-space: nowrap;
}

.ez-adm-layout-header-menu>ul>li {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	height: 100%;
	line-height: 48px;
	margin: 0;
	padding: 0 16px;
	white-space: nowrap;
	cursor: pointer;
}

.ez-adm-layout-header-menu>ul>li:hover, .ez-adm-layout-header-menu ul li.active
	{
	color: #fff;
	background: rgba(0, 0, 0, .15);
}

.ez-adm-layout-header-menu>ul>li .icon {
	font-size: 14px;
	color: #fff;
}

.ez-adm-layout-header-menu>ul>li:hover .icon, .ez-adm-layout-header-menu ul li.active .icon
	{
	color: #fff;
}

.ez-adm-layout-header-menu>ul>li .icon+.menu-title {
	margin-left: 8px;
}

.menu-item-overflowed {
	display: none;
}

.ez-adm-header-action {
	display: inline-block;
	height: 100%;
	padding: 0 12px;
	cursor: pointer;
	transition: all .3s;
	color: #fff;
	font-size: 14px;
}

.ez-adm-header-action .dividing-line {
	margin: 4px;
}

.ez-adm-header-action:hover {
	color: #fff;
	background: rgba(0, 0, 0, .15);
}

.ez-adm-search-wrapper {
	display: inline-block;
	margin-top: 8px;
}

.ez-adm-search-wrapper>.ez-adm-search-input {
	border: 1px solid transparent;
	box-shadow: none;
	border-radius: 16px;
	width: 160px;
	padding-right: 0;
	padding-left: 40px;
	padding-left: 40px;
	background: transparent;
	color: #FFF;
}

.ez-adm-search-wrapper.ez-adm-search-wrapper-focus .form-control-feedback,
	.ez-adm-search-wrapper:hover .form-control-feedback {
	color: #fff;
}

.ez-adm-search-wrapper.ez-adm-search-wrapper-focus .ez-adm-search-input,
	.ez-adm-search-wrapper:hover .ez-adm-search-input {
	background: rgba(0, 0, 0, .15);
}

.ez-adm-search-wrapper .form-control-feedback {
	left: 0;
	color: #fff;
	width: 40px;
	font-size: 14px;
}

.ez-adm-layout-header-left {
	height: 100%;
	flex: 0 0 auto;
	float: left;
}

.ez-adm-layout-header-right {
	float: right;
	height: 100%;
	flex: 0 0 auto;
}

.ez-adm-layout-header-right>.ez-adm-header-action .icon {
	font-size: 14px;
	color: #fff;
}

.notice-btn .badge {
    padding: 4px;
}

.dropdown-menu>li.active .icon.checked {
	color: #1890ff;
	position: absolute;
	right: 16px;
	top: 0;
}

.switch-btn-wrapper .ez-switch {
	position: absolute;
	right: 16px;
	top: 8px;
}

.ez-adm-avatar {
	margin: 12px 8px 12px 0;
	color: #1890ff;
	vertical-align: top;
}

.ez-adm-layout-main-basic>.page-wrapper {
	flex-grow: 1;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

.ez-adm-layout-main-basic>.page-wrapper .page {
	overflow: hidden;
}

.ez-adm-layout-main-basic .page .page-header {
	padding: 8px 16px;
	background: #fff;
}

.ez-adm-layout-main-basic .page .page-header .page-header-title-wrapper {
	display: flex;
}

.page-header-title-wrapper .back-button {
	line-height: 32px;
	font-size: 14px;
}

.page-header-title-wrapper .back-button .icon, .page-header-title-wrapper .back-button a {
	color: #999;
}

.page-header-title-wrapper .back-button:hover .icon, .page-header-title-wrapper .back-button:hover a {
	color: #262626;
}

.page-header-title-wrapper .back-button .icon {
	font-size: 14px;
}

.page-header-title-wrapper .ez-divider {
	margin: 0 12px;
}

.page-header-title-wrapper h2 {
	line-height: 32px;
	color: #262626;
	font-size: 18px;
	font-weight: bold;
	flex: 1 1 auto;
	margin-top: 0;
    margin-bottom: 0;
}

.page-header-title-wrapper .actions {
    text-align: right;
    flex: 0 1 auto;
    overflow: hidden;
}

.ez-adm-layout-main-basic .page .page-header.has-toolbar {
	padding: 8px 16px;
}

.ez-adm-layout-main-basic .page-header .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background: none;
	display: inline-block;
}

.breadcrumb li, .breadcrumb li a {
	color: #999;
}

.breadcrumb li a:hover {
	color: #1890ff;
}

.breadcrumb li a .icon {
	font-size: 14px;
}

.breadcrumb li a .icon+span {
	margin-left: 4px;
}

.breadcrumb li.active, .breadcrumb li.active a {
	color: #595959;
}

.breadcrumb li.active .return-btn {
	margin-left: 1em;
	color: #1890ff;
}

.ez-adm-layout-main-basic .page-header .page-header-row {
	display: flex;
}

.ez-adm-layout-main-basic .page-header .page-header-row .breadcrumb-wrapper
	{
	line-height: 32px;
	flex: 1 1 auto;
}

.ez-adm-layout-main-basic .page-header .page-header-row .toolbar {
	text-align: right;
	flex: 0 1 auto;
	overflow: hidden;
}

.ez-adm-layout-main-basic .page-header .page-header-content {
	margin-top: 16px;
	overflow: hidden;
}

.page.page-tabs-wrapper>.page-body {
	padding: 0 !important;
}

.page.page-tabs-wrapper>.page-header {
	box-shadow: none;
}

.page.page-tabs-wrapper>.page-body>.tabs>.tabs-bar {
	padding: 0 24px;
}

.page.page-tabs-wrapper>.page-body>.tabs>.tab-content>.tab-pane {
	padding: 0 24px 24px 24px;
}

.page.page-default, .page.page-white {
	background: #fff;
	min-height: 100%;
}

.page>.page-header {
	box-shadow: 4px 0 8px 0 rgba(0, 0, 0, .2);
	position: relative;
}

.page>.page-body {
	padding: 24px;
}

.page>.page-body.has-footer {
	margin-bottom: 45px;
}

.page>.page-footer {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 6px 24px;
	background: #fff;
	border-top: 1px solid #e8e8e8;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, .03);
	text-align: right;
	z-index: 1;
}

.page.page-sm>.page-footer {
	height: 48px;
	padding: 8px 16px;
}

.page>.page-footer .btn+.btn {
	margin-left: 8px;
}

.page .page-back {
	margin-left: 16px;
}

.page.page-sm>.page-body {
	padding: 16px;
}

.page.page-default>.page-body {
	padding: 24px;
}

.page.page-sm.page-tabs-wrapper>.page-body>.tabs>.tabs-bar {
	padding: 0 16px;
}

.page.page-sm.page-tabs-wrapper>.page-body>.tabs>.tab-content>.tab-pane
	{
	padding: 0 16px 16px 16px;
}

.func-list {
	display: none;
	position: fixed;
	overflow: auto;
	padding: 16px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 0 10px;
	box-shadow: rgba(0, 0, 0, .2) 0 0 10px;
	width: 660px;
	max-height: 400px;
	z-index: 2;
}

.func-list .close-btn {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
	color: #777;
	z-index: 2;
}

.func-list .close-btn:hover {
	color: #333;
}

.func-list .moudle {
	margin-bottom: 16px;
	overflow: hidden;
}

.func-list .moudle:last-child {
	margin-bottom: 0;
}

.func-list .title {
	font-weight: 500;
	color: #262626;
}

.func-list .moudle .item {
	margin-bottom: 16px;
}

.func-list .icon {
	margin-right: 8px;
}

.func-list .item a:focus, .func-list .item a:hover {
	color: #1689C0;
}

.func-list .item a {
	cursor: pointer;
	color: #595959;
}

.ez-adm-welcome {
	padding-top: 200px;
	text-align: center;
}

.ez-adm-welcome img {
	height: 64px;
}

.ez-adm-welcome span {
	font-size: 24px;
	margin-left: 16px;
	vertical-align: middle;
}

.search-input-placeholder {
	color: #fff;
	position: absolute;
	top: 5px;
	left: 42px;
	font-size: 14px;
	line-height: 22px;
}

.ez-divider-horizontal {
	margin: 12px 0 24px;
}

.page-header-title-wrapper .dropdown .icon {
	font-size: 14px;
	margin-left: 8px;
}

/* 多标签页  */
.page-wrapper .page-tabs-header {
	height: 38px;
	background: #fff;
	position: relative;
    box-shadow: 4px 0 8px 0 rgba(0, 0, 0, .15);
}

.page-wrapper .page-tabs-header .slide-left, .page-wrapper .page-tabs-header .slide-right {
	padding: 0 9px;
	height: 38px;
	line-height: 38px;
	color: #999;
	background: #fff;
	position: absolute;
	top: 0;
	cursor: pointer;
	z-index: 1;
	display: none;
}

.page-wrapper .page-tabs-header .slide-left {
	left: 0;
	padding-right: 18px;
}

.page-wrapper .page-tabs-header .slide-right {
	right: 0;
	padding-left: 18px;
}

.page-wrapper .page-tabs-header .slide-left:hover, .page-wrapper .page-tabs-header .slide-right:hover {
	color: #595959;
}

.page-wrapper .page-tabs-header.page-tabs-header-scroll .slide-left, .page-wrapper .page-tabs-header.page-tabs-header-scroll .slide-right {
	display: block;
}

.page-wrapper .page-tabs-header .tabs-list-container {
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

.page-wrapper .page-tabs-header.page-tabs-header-scroll .tabs-list-container {
	padding: 0 34px;
}

.page-wrapper .page-tabs-header .tabs-list-container .tabs-list {
	padding-left: 12px;
	transition: transform .3s;
    white-space: nowrap;
    display: inline-block;
}

.page-wrapper .page-tabs-header.page-tabs-header-scroll .tabs-list-container .tabs-list {
	padding-left: 8px;
}

.page-wrapper .page-tabs-header .tabs-list .page-tabs-item {
	height: 38px;
	max-width: 200px;
	line-height: 36px;
	padding: 0 12px;
	color: #999;
	font-size: 14px;
	position: relative;
	border-bottom: 2px solid #fff;
	cursor: pointer;
	display: inline-block;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-wrapper .page-tabs-header .tabs-list .page-tabs-item.closeable {
    padding-right: 30px;
}

.page-wrapper .page-tabs-header .tabs-item-split {
	height: 14px;
	width: 1px;
	background: #e8e8e8;
	margin: 12px 8px;
	display: inline-block;
}

.page-wrapper .page-tabs-header > .tabs-item-split {
	position: absolute;
	z-index: 2;
	top: 0;
	display: none;
}

.page-wrapper .page-tabs-header.page-tabs-header-scroll > .tabs-item-split {
	display: block;
}

.page-wrapper .page-tabs-header > .tabs-item-split:first-child {
	left: 27px;
}

.page-wrapper .page-tabs-header > .tabs-item-split:last-child {
	right: 27px;
}

.page-wrapper .page-tabs-header .tabs-list-container .tabs-list .tabs-item-split:last-child {
	margin-right: 0;
}

.page-wrapper .page-tabs-header .tabs-list .page-tabs-item:hover {
	color: #595959;
}

.page-wrapper .page-tabs-header .tabs-list .page-tabs-item.active {
	color: #1890ff;
	border-bottom-color: #1890ff;
	cursor: text;
}

.page-wrapper .page-tabs-header .tabs-list .page-tabs-item.adm-home {
	padding-right: 12px;
}

.page-wrapper .page-tabs-header .tabs-list .page-tabs-item.adm-home+.tabs-item-split:last-child {
	display: none;
}

.page-wrapper .page-tabs-header .page-tabs-item .icon.close-btn {
	position: absolute;
	right: 4px;
    line-height: 1;
    top: 10px;
}

.page-wrapper .page-tabs-header .tabs-list .page-tabs-item:hover .icon.close-btn {
	color: #999;
}

.page-wrapper .page-tabs-header .tabs-list .page-tabs-item .icon.close-btn:hover {
	color: #595959;
}

.page-wrapper .page-tabs-header .tabs-list .page-tabs-item.active .icon.close-btn {
	color: #1890ff;
	cursor: pointer;
}

.page-wrapper .page-tabs-content {
	overflow-y: auto;
}

.page-wrapper .page-tabs-content .page, .page-wrapper .page-tabs-content .spin-loading {
    width: 100%;
    flex: 1 1 0%;
}

.adm-tabs-dropdown {
	position: fixed;
}

.page-tabs-content .page.page-default, .page-tabs-content .page.page-white {
	background: #fff;
}

/* 固定page头部  */
.page.has-fixed-page-header>.page-header, .page.page-tabs-wrapper.has-fixed-page-header>.page-body>.tabs>.tabs-bar {
	z-index: 1;
}

/* 系统消息 */
.ez-adm-notice-wrapper {
	width: 320px;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9999;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 0 10px;
    box-shadow: rgba(0, 0, 0, .2) 0 0 10px;
}

.ez-adm-notice-wrapper .notice-list-header {
	padding: 8px 16px;
	font-weight: bold;
    color: #262626;
    border-bottom: 1px solid #e8e8e8;
}

.ez-adm-notice-list {
    margin: 0;
    list-style: none;   
    padding: 0;
}

.ez-adm-notice-list li {
	padding: 8px 16px;
	border-bottom: 1px solid #e8e8e8;
}

.ez-adm-notice-list li.notice-list-item {
	color: #262626;
	cursor: pointer;
}

.ez-adm-notice-list li.notice-list-item:hover {
	background: #e6f7ff;
}

.ez-adm-notice-list li.notice-list-item .item-date {
    color: #999;
}

.ez-adm-notice-wrapper .notice-list-actions div {
	float: left;
    width: 50%;
    cursor: pointer;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ez-adm-notice-wrapper .notice-list-actions div {
	padding: 8px 16px;
	float: left;
	text-align: center;
    width: 50%;
    cursor: pointer;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ez-adm-notice-wrapper .notice-list-actions div:not(:only-child):last-child {
	border-left: 1px solid #e8e8e8;
}

/*如果为手机或平板，隐藏侧边栏，顶部等*/
@media ( max-width : 768px) {
	body > div.ez-adm-layout-basic {
		min-width: 0;
	}
	
	div.ez-adm-layout-basic > section.ez-layout > aside {
		display: none;
		position: static;
	}
	
	section.ez-layout > header.ez-layout-header > div {
		display: none;
	}
	
	div.ez-adm-layout-sider-logo {
		display: block !important;
	}
	
	div.ez-adm-layout-sider-logo > a {
		pointer-events: none;
	}
	
	div.page > div.page-footer {
		width: 100% !important;
	}
}