.logo {
	width: 68px;
	height: 68px;
	margin-right: 10px;
}

.layout-con {
	height: 100%;
	width: 100%;
}

.menu-item span {
	display: inline-block;
	overflow: hidden;
	width: 69px;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
	transition: width .2s ease .2s;
}

.menu-item i {
	transform: translateX(0px);
	transition: font-size .2s ease, transform .2s ease;
	vertical-align: middle;
	font-size: 16px;
}

.collapsed-menu span {
	width: 0px;
	transition: width .2s ease;
}

.collapsed-menu i {
	transform: translateX(5px);
	transition: font-size .2s ease .2s, transform .2s ease .2s;
	vertical-align: middle;
	font-size: 22px;
}

.layout {
	width: 100%;
	height: 100vh;
	background-color: #fff;
}

.layout:before {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #f9fcff;
	z-index: 0;
}

.Layout_header {
	background: #555757;
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	font-size: 26px;
	color: #fff;
	/* font-weight: bold; */
	letter-spacing: 2px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

.Layout_content {
	width: 1400px;
	min-height: calc(100vh - 74px);
	position: fixed;
	top: 74px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	z-index: 9;
}

.Content {
	width: 100%;
	height: calc(100vh - 74px);
	padding: 36px 32px;
	overflow-y: scroll;
}

.Layout_content ::-webkit-scrollbar {
	display: none;
}

/*iview共用样式*/
.ivu-mt-16 {
	margin-top: 16px;
}

.ivu-text-center {
	text-align: center
}

.ivu-form-item {
	width: 100%;
}

.ivu-col {
	width: 100%;
}


/* .ivu-layout {
	background-color: #fff !important;
} */

.ivu-menu-light {
	background-color: #f9fcff !important;
	width: auto !important;
	height: calc(100vh - 74px);
}

.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu) {
	background-color: rgba(0, 0, 0, 0) !important;
}

.ivu-menu-submenu-title {
	font-weight: bold !important;
	font-size: 18px !important;
}

.ivu-menu-item {
	font-size: 16px !important;
}

.ivu-breadcrumb>span:last-child {
	color: #2d8cf0 !important;
}

.ivu-table-header thead tr th {
	padding: 10px 0 !important;
}

tr.ivu-table-row-hover td {
	background-color: rgba(0, 0, 0, 0) !important;
}


.demo-tabs-style1>.ivu-tabs-card>.ivu-tabs-content {
	/* height: 300px; */
	margin-top: -16px;
}

.demo-tabs-style1>.ivu-tabs-card>.ivu-tabs-content>.ivu-tabs-tabpane {
	background: #fff;
	padding: 16px;
}

.demo-tabs-style1>.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab {
	border-color: transparent;
}

.demo-tabs-style1>.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab-active {
	border-color: #fff;
}
