/*reset css*/
html,
body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

html {
	background: white;
	color: black;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: inherit;
}

fieldset,
img {
	border: none;
}

iframe {
	display: block;
}

abbr,
acronym {
	border: none;
	font-variant: normal;
}

del {
	text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}

q:before,
q:after {
	content: '';
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

a:hover,
a:focus {
	text-decoration: none;
}

ins,
a {
	text-decoration: none;
}

a:focus,
*:focus {
	outline: none;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.hide {
	display: none;
}

.block {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* 两端对齐 */
.justify {
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: justify;
	/* ie9*/
	-moz-text-align-last: justify;
	/*ff*/
	-webkit-text-align-last: justify;
	/*chrome 20+*/
}

.justify:after {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	height: 0;
}

/*页面切换*/
.drop-enter {
	transform: scale(0.5);
	transform-origin: 50% 100%;
}

.drop-enter.drop-enter-active {
	transform: scale(1);
	transition: all 0.4s;
}

.drop-leave {
	/* transform: scale(0.5); */
	position: absolute;
	top: 90px;
	background: #fff;
	z-index: 10000;
	opacity: 1;
}

.drop-leave.drop-leave-active {
	opacity: 1;
	top: 100%;
	transition: all 0.4s;
}

.up-enter {
	transform: scale(1.5);
}

.up-enter.up-enter-active {
	transform: scale(1);
	transition: all 0.5s;
}

.up-leave {
	position: absolute;
	top: 0;
	z-index: 10000;
	opacity: 1;
}

.up-leave.up-leave-active {
	opacity: 1;
	top: -100%;
	transition: all 0.5s;
}

.right-enter {
	position: absolute;
	top: 0;
	left: -100%;
	/*z-index: 1;*/
	width: 100%;
	height: 100%;
	-webkit-animation: rightIn 1s both ease;
	animation: rightIn 1s both ease;
}

.right-enter .right-enter-active {}

.right-leave {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	/*background: RGB(238,238,238);*/
	width: 100%;
	height: 100%;
	-webkit-animation: rightOut 1s both ease;
	animation: rightOut 1s both ease;
}

.right-leave .right-leave-active {}

@-webkit-keyframes rightIn {
	0% {
		-webkit-transform: scale(0.8);
		left: -100%;
	}

	25% {
		-webkit-transform: scale(0.8);
		left: -60%;
	}

	75% {
		-webkit-transform: scale(0.8);
		left: 0%;
	}

	100% {
		-webkit-transform: scale(1);
		left: 0%;
	}
}

@keyframes rightIn {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		left: -100%;
	}

	25% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		left: -60%;
	}

	75% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		left: 0%;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		left: 0%;
	}
}

@-webkit-keyframes rightOut {
	0% {}

	25% {
		-webkit-transform: scale(0.8);
		left: 0%;
	}

	75% {
		-webkit-transform: scale(0.8);
		left: 80%;
	}

	100% {
		-webkit-transform: scale(0.8);
		left: 100%;
	}
}

@keyframes rightOut {
	0% {}

	25% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		left: 0%;
	}

	75% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		left: 80%;
	}

	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		left: 100%;
	}
}

/*加载动画*/

.spinner {
	width: 1.11111rem;
	height: 1.11111rem;
	background-color: #67CF22;
	margin: 100px auto;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}

	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}

	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}

@keyframes rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}

	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}

	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

#components-layout-demo-custom-trigger .trigger {
	font-size: 0.33333rem;
	line-height: 1.18519rem;
	padding: 0 0.44444rem;
	cursor: pointer;
	transition: color .3s;
}

#components-layout-demo-custom-trigger .trigger:hover {
	color: #1890ff;
}

#components-layout-demo-custom-trigger .logo {
	height: 0.59259rem;
	background: rgba(255, 255, 255, .2);
	margin: 16px;
}

#home {
	height: 100%;
}

.logo {
	height: 1.18519rem;
	line-height: 1.18519rem;
	overflow: hidden;
	text-align: center;
}

.logo span {
	text-align: left;
	color: white;
	display: block;
	width: 3.7037rem;
	font-size: 0.37037rem;
	padding-left: 10px;
	float: right;
	font-family: Microsoft YaBai;
}

/* #Breadcrumb{
	height: 44px;
	background: #fff;
	margin: 1px 0;
	line-height: 44px;
}
#Breadcrumb .ant-breadcrumb{
	line-height: 44px;
	text-indent: 20px;
} */
/* 首页*/
#homeSearchDiv .ant-select-selection,
#homeSearchDiv .ant-select-selection:active,
#homeSearchDiv .ant-select-selection:focus,
#homeSearchDiv .ant-select-selection:hover {
	border: none;
	outline: none;
	box-shadow: none;
}

.action {
	cursor: pointer;
	padding: 0 0.22222rem;
	display: inline-block;
	transition: all .3s;
	height: 100%;
}

.action:hover {
	background: #e6f7ff;
}

.name {
	font-size: 0.25926rem;
	/* color: rgba(0,0,0,.65); */
}

.avatar {
	margin: 20px 8px 20px 0;
	/*color: @primary-color;*/
	background: rgba(255, 255, 255, .85);
	vertical-align: middle;
}

.avatar img {
	position: relative;
	top: -2px;
}

.header_r {
	margin-right: 50px;
	height: auto;
	float: right;
}

.ct_l {
	float: left;
	width: 3.7037rem;
	height: 100%;
	margin-right: 20px;
	background: #fff;
}

.ct_r {
	float: left;
	width: calc(100% - 4.07407rem);
	height: 100%;
}

.searchSpan {
	padding: 0;
	margin: 0 12px;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
	height: 0.74074rem;
}

.autoComplete {
	-webkit-transition: width .3s, margin-left .3s;
	transition: width .3s, margin-left .3s;
	width: 0;
	background: transparent;
	border-radius: 0;
	border-bottom: 1px solid #d9d9d9;
}

.input {
	border: 0;
	padding-left: 0;
	padding-right: 0;
	box-shadow: none !important;
}

.autoCompleteShow {
	width: 3.88889rem;
	margin-left: 8px;
}

.searchInput {
	margin: 0 5px;
	padding: 0;
	width: 3.51852rem;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	transition: all linear 0.5s;
	text-indent: 10px;
}

.searchInput:active,
.searchInput:focus,
.searchInput:hover {
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}

.searchIcon {
	cursor: pointer;
	margin-right: 8px;
	font-size: 0.2963rem
}

.searchHeader {
	width: 100%;
	text-align: right;
	line-height: 0.74074rem;
}

/* 提示语样式 */
.tips_div {
	width: 100%;
	height: 0.66667rem;
	margin: 16px 0;

	line-height: 0.66667rem;
	border: 1px solid #91d5ff;
	border-radius: 3px;
	padding-left: 12px;
	background-color: #e6f7ff;
	color: #565c5f;
	font-size: 0.22222rem;
}

.tips_div i {
	color: #1890ff;
	font-size: 0.25926rem;
	margin-right: 5px;
}

/* table更多操作悬浮层样式 */
.table_popover_ope li {
	padding: 0.09259rem;
	cursor: pointer;
}

/* 树菜单 */
.tree_menu li {
	padding: 0.09259rem 0.18519rem;
	cursor: pointer;
}

.tree_menu li:hover {
	background: #e6f7ff;
}

.ant-table-fixed-header .ant-table-scroll .ant-table-header {
	margin-bottom: 0px !important;
	overflow-x: hidden !important;
}

/* 重置popover组件 */
.ant-popover-title {
	font-weight: 600;
	/*默认500粗细在汉字上表现不出来，所以此处调整为600*/
}

/* .ant-popover-inner-content {
	padding: 0;
} */

.ant-menu-dark .ant-menu-inline.ant-menu-sub .ant-menu-item {
	padding-left: 36px !important;
}

.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th {
	padding: 0.16667rem 0.14815rem;
}

.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr>td {
	padding: 0.09259rem 0.14815rem;
}

.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th {
	padding: 0.16667rem 0.14815rem;
}

.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td {
	padding: 0.09259rem 0.14815rem;
}

.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th {
	padding: 0.16667rem 0.14815rem;
}

.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td {
	padding: 0.09259rem 0.14815rem;
}


.exception {
	display: flex;
	align-items: center;
	min-height: 500px;
	height: 80%;
}

.exception .imgBlock {
	flex: 0 0 62.5%;
	width: 62.5%;
	padding-right: 152px;
	zoom: 1;
	text-align: right
}

.exception .imgBlock .imgEle {
	height: 6.66667rem;
	width: 100%;
	max-width: 430px;
	float: right;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.exception .content {
	flex: 1;
}

.exception .content h1 {
	color: #434e59;
	font-size: 1.33333rem;
	font-weight: 600;
	line-height: 1.33333rem;
	margin-bottom: 24px;
}

.exception .content .desc {
	color: rgba(0, 0, 0, .45);
	font-size: 0.37037rem;
	line-height: 0.51852rem;
	margin-bottom: 16px;
}

.exception .content .action {
	padding: 0;
}

@media screen and (max-width: 1200px) {
	.exception .imgBlock {
		padding-right: 88px;
	}
}

@media screen and (max-width: 768px) {
	.exception {
		display: block;
		text-align: center;
	}

	.exception .imgBlock {
		padding-right: 0;
		margin: 0 auto 24px;
	}

	.exception {
		text-align: center;
	}
}


/* --------------------  调整布局的样式 开始  ---------------------------- */
.ant-pagination {
	margin: 10px 0;
	width: 100%;
	text-align: right;
	position: relative;
}

.ant-pagination-total-text {
	position: absolute;
	left: 0;
}

.xgui-layout-logo {
	height: 1.18519rem;
	line-height: 1.18519rem;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
}

.xgui-layout-logoSpan {
	text-align: left;
	color: white;
	display: block;
	height: 1.18519rem;
	line-height: 1.18519rem;
	font-size: 0.37037rem;
	padding-left: 10px;
	float: right;
	font-family: Microsoft YaBai;
}

.xgui-layout-logoSpan.light {
	color: var(--primary-color);
}

.xgui-layout-breadcrumb {
	height: 1.18519rem;
	background: #fff;
	line-height: 1.18519rem;
	float: left;
}

.xgui-layout-breadcrumb .ant-breadcrumb {
	line-height: 1.18519rem;
	text-indent: 20px;
}

.xgui-layout-breadcrumb_new {
	height: 0.74074rem;
	background: #fff;
	color: rgba(0, 0, 0, 0.45);
	overflow: hidden;
	line-height: 0.74074rem;
	padding: 0 0.37037rem;
}

.xgui-layout-breadcrumb_new .ant-breadcrumb {
	line-height: 0.74074rem;
}

.xgui-layout-action {
	cursor: pointer;
	padding: 0 0.22222rem;
	display: inline-block;
	transition: all .3s;
	height: 100%;
}

.xgui-layout-action.dark {
	color: #fff;
}

.xgui-layout-action.dark:hover {
	color: #333;
}

.xgui-layout-action:hover {
	background: #e6f7ff;
}

.xgui-layout-sider .ant-layout-sider-children {
	position: relative;
}

.xgui-sider-btn-fixed {
	position: absolute;
	right: -12px;
	top: 28px;
	width: 0.44444rem;
	height: 0.44444rem;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	font-size: 0.22222rem;
	text-align: center;
	line-height: 0.44444rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9999;
}

.xgui-layout-menu-version {
	color: #fff;
	position: absolute;
	bottom: 0;
	margin-left: 48px;
	width: 100%;
	font-size: 0.22222rem;
}

.xgui-layout-header {
	position: relative;
	width: 100%;
	height: 1.18519rem;
	box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
	transition: background 0.3s, width 0.2s;
}

.xgui-layout-header.light {
	background-color: #fff;
}

.xgui-layout-header.light .xgui-layout-topHeader-logoSpan {
	color: var(--primary-color);
}

.xgui-layout-header.light .xgui-layout-topHeader-logoSpan.topLight {
	color: var(--primary-color) !important;
}

.xgui-layout-header .fixedWidth {
	width: 22.22222rem;
	margin: 0 auto;
}

.xgui-layout-header.xgui-layout-maxTop {
	background-color: var(--primary-color, '#397ef0');
	color: #fff;
}

.xgui-layout-topHeader {
	height: 1.18519rem;
	line-height: 1.18519rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.xgui-layout-topHeader .ant-menu-submenu.ant-menu-submenu-horizontal {
	height: 100%;
	line-height: 1.18519rem;
}

.xgui-layout-topHeader .ant-menu-submenu.ant-menu-submenu-horizontal .ant-menu-submenu-title {
	height: 100%;
}

.xgui-layout-topHeader .ant-menu-horizontal>.ant-menu-item,
.xgui-layout-topHeader .ant-menu-horizontal>.ant-menu-submenu {
	height: 100%;
	line-height: 1.18519rem;
}

.xgui-layout-topHeader .xgui-layout-topHeader-logo {
	height: 1.18519rem;
	line-height: 1.18519rem;
	overflow: hidden;
	text-align: left;
	/* float: left; */
	padding-left: 12px;
	display: flex;
}

.xgui-layout-topHeader .xgui-layout-topHeader-logoSpan {
	text-align: left;
	color: white;
	height: 1.18519rem;
	line-height: 1.18519rem;
	font-size: 0.37037rem;
	padding: 0 0.18519rem;
	font-family: Microsoft YaBai;
}

.xgui-layout-topHeader .xgui-layout-topHeader-logoSpan.light {
	color: var(--primary-color);
}

.xgui-layout-topHeader.mixmenu-topHeader .xgui-layout-breadcrumb {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.45);
}

.xgui-layout-topHeader.mixmenu-topHeader .xgui-layout-breadcrumb .ant-breadcrumb {
	color: rgba(0, 0, 0, 0.45);
}

.xgui-layout-topHeader.mixmenu-topHeader .xgui-layout-breadcrumb .ant-breadcrumb>span:last-child {
	color: rgba(0, 0, 0, 0.45);
}

.xgui-layout-topHeader.mixmenu-topHeader .xgui-layout-breadcrumb .ant-breadcrumb-separator {
	color: rgba(0, 0, 0, 0.45);
}

.xgui-layout-topHeader.mixmenu-topHeader .xgui-layout-topHeader-logo {
	display: flex;
	align-items: center;
	/* max-width: 250px; */
}

.xgui-layout-topHeader.mixmenu-topHeader .xgui-layout-topHeader-logoSpan {
	color: #fff !important;
	font-weight: bolder;
	padding: 0;
}

.xgui-custom-header {
	display: flex;
	height: 100%;
}

.headerLeft {
	width: calc(100% - 2.59259rem);
}

.headerRight {
	width: 2.59259rem;
}

.headerLeft-menu {
	width: calc(100% - 4.62963rem);
}

.xgui-layout-topHeader.mixmenu-topHeader .xgui-layout-topHeader-divider {
	width: 0.01852rem;
	height: 0.25926rem;
	opacity: 1;
	border: 1px solid #fafafa;
	margin: 0 14px;
}

.xgui-layout-topHeader.mixmenu-topHeader .xgui-layout-topHeader-divider.topLight {
	border-color: var(--primary-color);
}

.xgui-layout-fixedHeader {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	transition: width 0.2s;
}

.xgui-layout-fixHeader-content {
	padding-top: 1.18519rem;
}



/* --------------------  调整布局的样式 结束  ---------------------------- */

.xgui-layout-main-right-content {
	margin: 12px 12px 0 12px;
	padding: 0.2963rem;
	background: #fff;
	minHeight: 280;
	overflow: hidden;
}
/*# sourceMappingURL=cssGlobalStyles.css.map*/