.ant-form-item-label{
	min-width: 100px;
}
.ant-tabs-bar{
	margin-bottom: 2px;
}
[v-cloak]{
	display: none !important;
}
textarea{
	resize:none;
}
@font-face {
	font-family:UnidreamLED;
	src: url(UnidreamLED.eot);
	src: url(UnidreamLED.eot?#iefix)format('embedded-opentype'),
	url('UnidreamLED.woff') format('woff'),
	local('UnidreamLED'),
	url("UnidreamLED.woff");
}

@font-face {
	font-family:'YRXK';
	src: url("YRXK.ttf") format('truetype');
}

@font-face {
	font-family:'MDFYT';
	src: url("MDFYT.ttf") format('truetype');
}

@font-face {
	font-family:'DDBJT';
	src: url("DDBJT.ttf") format('truetype');
}

/*文件图标*/
.file_icon{
	width: 35px;
	height: 35px;
	flex-shrink: 0;
	background: url("../images/fileicon/HLP.png") no-repeat;
	background-size: 33px !important;
}
._doc,._docx{
	background: url("../images/fileicon/DOC.png") no-repeat;
}
._xls,._xlsx{
	background: url("../images/fileicon/XLS.png") no-repeat;
}
._ppt,._pptx{
	background: url("../images/fileicon/XLS.png") no-repeat;
}
._pdf{
	background: url("../images/fileicon/PDF.png") no-repeat;
}
._txt{
	background: url("../images/fileicon/TXT.png") no-repeat;
}
._gif,._bmp,._png,._jpg,._jpeg,._gif{
	background: url("../images/fileicon/JPG.png") no-repeat;
}
._jar,._rar,_zip{
	background: url("../images/fileicon/RAR.png") no-repeat;
}

/*****************************************************等待窗口****************************************************/
.layout-wrap{
	position: fixed;
	left:0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	z-index:19010000;
}
.layout-shade{
	position: fixed;
	left:0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	background-color: #666;
	opacity: 0.1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	z-index:19010000;
}
.layout-shade-dialog{
	position: fixed;
	left:0px;
	right: 0px;
	top:0px;
	bottom: 0px;
	background-color: #000;
	opacity: 0.3;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	z-index:19010000;
}
.layout-wait-icon{
	background:url(../images/loading-2.gif) no-repeat left center;
	height: 60px;
	text-align: left;
	text-indent: 40px;
}
.layout-wait-wrap{
	background-color: #fff;
	position: absolute;
	left:50%;
	margin-left:-125px;
	top:50%;
	margin-top: -30px;
	padding-left:20px;
	padding-right: 20px;
	line-height: 60px;
	border:1px solid #ddd;
	min-width: 150px;
	height: 60px;
	border-radius: 2px;
	z-index:19010001;
}
.layout-dialog{
	position: absolute;
	left:50%;
	top:50%;
	min-width: 250px;
	min-height: 130px;
	background-color: #fff;
	border:1px solid #ddd;
	z-index:19010001;
}
.layout-dialog-title{
	height: 54px;
	position: relative;
	background-color: var(--background-color);
	border-bottom: 1px solid #eee;
	position: relative;
}
.layout-dialog-title-label{
	position: absolute;
	left:16px;
	top:0px;
	bottom: 0px;
	color: var(--grid-text-color);
	font-weight: 500;
	font-size: 16px;
	line-height: 54px;
	right: 16px;
	text-align: left;
	cursor: move;
}
.layout-dialog-title-close{
	position: absolute;
	top:0px;
	right: 16px;
	bottom: 0px;
	width: 40px;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	text-align: right;
	line-height: 54px;
}
.layout-dialog-title-close i{
	color:var(--grid-text-color);
}
.layout-dialog-title-close i:hover{
	color:var(--primary-color);
}
.layout-dialog-content{
	position: relative;
	padding-bottom: 15px;
	max-width: 400px;
}
.layui-layer-move{
	position: fixed;
	z-index:20000001;
	cursor: move;
	left:0px;
	right: 0px;
	top:0px;
	display:none;
	bottom: 0px;
	background-color: transparent;
}
.layout-dialog-b{
	height: 40px;
	line-height: 40px;
	text-align: right;
}
.layout-dialog-btnok{
	height: 30px;
	margin-right: 15px;
	line-height: 30px;
	border-radius: 2px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: var(--primary-color);
	color:rgba(255,255,255,0.85);
	white-space: nowrap;
	border:none;
	outline:none;
	border-radius: 2px;
}
.layout-dialog-btnno{
	height: 30px;
	margin-right: 10px;
	line-height: 30px;
	border-radius: 2px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: var(--background-color);
	color:rgba(255,255,255,0.65);
	white-space: nowrap;
	border:none;
	outline:none;
	border-radius: 2px;
}
.layout-dialog-content-l{
	position: absolute;
	left:5px;
	top:10px;
	width: 30px;
	height: 35px;
}
.layout-dialog-content-l .error{
	font-size: 30px;
	color:#ff0000;
}
.layout-dialog-content-l .warn{
	font-size: 30px;
	color:#f39b12;
}
.layout-dialog-content-l .info{
	font-size: 30px;
	color:#00ba9b;
}
.layout-dialog-content-l .question{
	font-size: 30px;
	color:#f4c500;
}
.layout-dialog-content-r{
	margin-top: 15px;
	float:left;
	letter-spacing: 1.1px;
	margin-right: 5px;
	margin-left:40px;
	overflow-x: hidden;
	overflow-y: auto;
	word-break: break-all;
	font-size: 14px;
	line-height: 24px;
}

.layui-layer-load{background:url(../images/loading-2.gif) center center no-repeat;}
.layout-wrap-frame{
	position: relative;
}
.layout-main{
	position: fixed;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: var(--background-color);
	z-index: 19020000;
}
.layout-main-frame{
	width: 100px;
	height: 100px;

}
.layout-main-body{
	position: relative;
	min-height: 100px;
	min-width: 150px;
	margin:5px;
}
.layout-msgbox.full{

}
.layout-msgbox.full .layout-main,.layout-msgbox.full iframe{
	display: flex;
	flex-direction: column;
	width: 100% !important;
	height: 100% !important;
}

.main-wrap{
	position: absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background-color: var( --background-color );

}
.main-wrap-5{
	position: absolute;
	left:5px;
	right:5px;
	top:5px;
	bottom:5px;
	background-color: var( --background-color );

}
.edit-wrap{
	position: absolute;
	left:0px;
	top:0px;
	overflow-y:auto;
	right:0px;
	bottom:0px;
	display: flex;
	flex-direction: column;
}
.edit-content-wrap {
	position: relative;
	overflow-y: auto;
	/*max-height: calc(100vh - 50px );*/
}
.edit-content-bottom {
	position: relative;
	height: 40px;
	line-height: 40px;
}
.query-wrap{
	position: absolute;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	display: flex;
	flex-direction: column;
}
.toolbar-wrap{
	position: relative;
	height: 40px;
	padding:0px 10px;
	line-height: 40px;
}
.condition-wrap{
	position: relative;
	height:auto;
}
.table-wrap{
	position: relative;
	flex: 1;
	display: flex;
	overflow: auto;
}
.table-wrap-report{
	position: relative;
	flex: 1;
	overflow: auto;
}
.page-wrap{
	position: relative;
	height: 40px;
	padding-top:4px;
	padding-right:10px;
}
.page-wrap ul{
	float: right !important;;
}
.inner-query-box{
	position: relative;
	float:right;
}
.ant-form-item{
	margin: 0px !important;
}
.ant-btn-link:hover{
	background-color: transparent;
}
.view-select{
	border:0px!important;
}
.view-select .ant-select-selection{
	border:0px!important;
	color:var(--view-text-color)!important;
	background:var(--background-color)!important;
}
.view-select i{
	display:none!important;
}
.view-select input{
	color:var(--view-text-color)!important;
	border:0px!important;
	background:var(--background-color)!important;
}
::-webkit-scrollbar{
	width:8px;
	height:8px;
	background-color:var(--background-color);
}
::-webkit-scrollbar-track{
	-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
	border-radius:2px;
	background-color:var(--background-color);

}

/*定义滑块

内阴影+圆角*/

::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	background-color:var(--primary-color7);
}


.h-fixgrid{
	position: relative;
	overflow: hidden;
	height: 100%;
	width:100%;
	border:1px solid #e8e8e8;
	border-radius: 2px;
}
.h-fixgrid-move{
	position: absolute;
	z-index:20000001;
	cursor: col-resize;
	left:0px;
	right: 0px;
	top:0px;
	display:none;
	bottom: 0px;
	background-color: transparent;
}
.h-fixgrid-pbar{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 35px;
	text-align: right;
	padding-right: 15px;
}
.h-fixgrid-header{
	margin: 0px;
	padding:0px;
	overflow: hidden;
	background: var(--grid-header-bgcolor);
}
.h-fixgrid-header table {
	width: 100%;
	text-align:center;
	border-collapse: collapse;
	table-layout: fixed !important;
}
.h-fixgrid-header td{
	line-height: 21px;
	padding:8px 0px;
	color:var(--grid-text-color);
	text-align:center;

}
.h-fixgrid-header-cell{
	margin:0px;
	width:100%;
	position: relative;
	display: table;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;

}
.h-fixgrid-header-data{
	display: table-cell;
	vertical-align: middle;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	word-break:break-all;
}
.h-fixgrid-header-asc{
	font-size:12px!important;
	color:#1890ff;
	font-family: "iconfont" !important;
	font-style: normal;
}
.h-fixgrid-header-asc:before{
	content: "\e601";

}
.h-fixgrid-header-desc{
	font-size:12px!important;
	color:#1890ff;
	font-family: "iconfont" !important;
	font-style: normal;
}
.h-fixgrid-header-desc:before{
	content: "\e600";
}
.h-fixgrid-header-nosort{
	font-size:12px;
	color:#ccc;
	font-family: "iconfont" !important;
	font-style: normal;

}
.h-fixgrid-header-nosort:before{
	content: "\e6b8";
}

.h-fixgrid-header-move{
	width:2px;
	position: absolute;
	right: 0px;
	bottom: 1px;
	top: 1px;
	cursor: col-resize;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}

.h-fixgrid-header-data span{
	width: 10px;
	margin-left: 5px;
	position: relative;
	display: inline-block;
	cursor: pointer!important;
}
.h-fixgrid-header>.h-fixgrid-line-b td {
	border-bottom:1px solid #e8e8e8!important;
}
.h-fixgrid-header>.h-fixgrid-line-v td{
	border-right:1px solid #e8e8e8;
}
.h-fixgrid-header>.h-fixgrid-norightline tr td:last-child {
	border-right: 0px!important;
}

.h-fixgrid-view{
	margin: 0px;
	padding:0px;
	overflow: auto;
	background-color: var(--background-color);
}
.h-fixgrid-view table{
	width:100%;
	border-collapse: collapse;
	table-layout: fixed !important;
}
.h-fixgrid-view td{
	line-height: 21px;
	padding:8px 4px;
	text-align:left;
	color:var(--grid-text-color);
	cursor: pointer;
	word-wrap:break-word;
}
.h-fixgrid-view>.h-fixgrid-line-v td{
	border-right:1px solid #e8e8e8;
}
.h-fixgrid-view>.h-fixgrid-norightline tr td:last-child {
	border-right: 0px;
}
.h-fixgrid-view>.h-fixgrid-line-b td{
	border-bottom:1px solid #e8e8e8!important;
}

.h-fixgrid-selected{
	background-color: var(--grid-selected-bgcolor)!important;
}
.h-fixgrid-selected td{
	background-color: var(--grid-selected-bgcolor)!important;
}
.h-fixgrid-even{
	background-color: var(--grid-event-bgcolor);
}

.h-fixgrid-fixed-cols{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow:hidden;
	z-index: 800;
}


.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently*/
}

/**************************表格*****************************/
.h-fixgrid-fixed-cross{
	margin: 0px;
	padding:0px;
	overflow: hidden;
	background: var(--background-color);
	z-index:803;
}
.h-fixgrid-fixed-cross table {
	width: 100%;
	text-align:center;
	border-collapse: collapse;
	table-layout: fixed !important;
}
.h-fixgrid-fixed-cross td{
	line-height: 22px;
	padding:8px 0px;
	color:#333;
	text-align:center;
}
.h-fixgrid-fixed-cross>.h-fixgrid-line-b td{
	border-bottom:1px solid #e8e8e8!important;
}
.h-fixgrid-fixed-cross>.h-fixgrid-line-v td{
	border-right:1px solid #e8e8e8;
}
.h-fixgrid-fixed-cross>.h-fixgrid-norightline tr td:last-child {
	border-right: 0px!important;
}
.h-fixgrid-view-hover td{
	background-color: var(--grid-selected-bgcolor);
}
.h-fixgrid-pbar-before{
	text-align: center;
	padding: 3px 8px;
	border-radius: 2px;
	font-family: "iconfont" !important;
	font-style: normal;
	font-size: 14px;
	color:#666;
	cursor: pointer;
}
.h-fixgrid-pbar-before:hover{
	color:var(--primary-color);
}
.h-fixgrid-pbar-before:before{
	content: "\eb0a";
}
.h-fixgrid-pbar-disabled{
	color:#ccc!important;
}
.h-fixgrid-pbar-next{
	text-align: center;
	padding: 3px 5px;
	border-radius: 2px;
	font-family: "iconfont" !important;
	font-style: normal;
	font-size: 14px;
	color:var(--grid-text-color);
	cursor: pointer;
}
.h-fixgrid-pbar-next:hover{
	color:var(--primary-color);
}
.h-fixgrid-pbar-next:before{
	content: "\eb09";
}
.h-fixgrid-pbar-btn{
	text-align: center;
	padding: 3px 8px;
	border-radius: 2px;
	color:var(--grid-text-color);
	cursor: pointer;
}
.h-fixgrid-pbar-btn:hover{
	color:var(--primary-color);
}
.h-fixgrid-pbar-more{
	text-align: center;
	padding: 3px 2px;
	border-radius: 2px;
	font-family: "iconfont" !important;
	font-style: normal;
	font-size: 14px;
	color:var(--grid-text-color);
	cursor: pointer;
}
.h-fixgrid-pbar-more:hover{
	color:var(--primary-color);
}
.h-fixgrid-pbar-more:before{
	content: "\e67d";
}
.h-fixgrid-pbar-active{
	background-color: var(--background-color) !important;
	color:var(--primary-color)!important;;
}
.h-fixgrid-pbar-label{
	text-align: left;
	padding: 3px 2px;
	color:#666;
}
.h-fixgrid-pbar-input{
	border:1px solid #e8e8e8;
	width:50px;
	outline: none;
	border-radius: 2px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.h-fixgrid-pbar-input:focus{
	border:1px solid var(--primary-color);
}
.h-fixgrid-pbar-button{
	height: 20px;
	border:1px solid #e8e8e8;
	width: 40px;
	font-size: 14px;
	line-height: 20px;
	outline: none;
	padding:2.5px 5px;
	cursor: pointer;
	border-radius: 2px;
	text-align: center;
	background-color: var(--background-color);
}
.h-fixgrid-pbar-button:hover{
	border:1px solid var(--primary-color);
}
.h-fixgrid-pbar-choose{
	height: 20px;
	line-height: 20px;
	padding:2.5px 3px;
	margin-left:30px;
	background-color: var(--background-color);
	border:1px solid #e8e8e8;
	border-radius: 2px;
}
.h-fixgrid-pbar-inner{
	display: inline-block;
	width: 50px;
	text-align: center;
}
.h-fixgrid-pbar-icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	font-family: "iconfont" !important;
	font-style: normal;
	text-align: center;
	cursor: pointer;
}
.h-fixgrid-pbar-icon:before{
	content: "\e6b5"
}
.h-fixgrid-pbar-icon:hover{
	color:var(--background-color);
}
.h-fixgrid-page{
	position: absolute;
	left:535px;
	bottom: 30px;
	width: 76px;
	display: none;
	z-index: 805;
	border-radius: 2px;
	height: 150px;
	border:1px solid #e8e8e8;
	background-color: var(--background-color);
}
.h-fixgrid-page-row{
	height:25px;
	line-height: 25px;
	padding-left: 10px;
	cursor: pointer;
}
.h-fixgrid-page-row:hover{
	color:var(--primary-color) !important;
}
.h-fixgrid-page-active{
	color:var(--primary-color) !important;
}
.grid-expand{
	width: 14px;
	height: 14px;
	display: inline-block;
	position: relative;
	font-size:10px;
	color:var(--grid-text-color);
}
.grid-expand:before{
	content: "\e79f";
	display: inline-block;
	font-family: "iconfont" !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
}
.grid-collapse{
	width: 14px;
	height: 14px;
	display: inline-block;
	position: relative;
	font-size:10px;
	color:var(--grid-text-color);
}
.grid-collapse:before{
	content: "\e6ee";
	display: inline-block;
	font-family: "iconfont" !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
}
.grid-expand-wrap{
	position:relative;
	margin:5px;
}
.treegrid-indent {
	width: 12px;
	height: 16px;
	display: inline-block;
	position: relative;
}
.treegrid-expand{
	width: 12px;
	height: 16px;
	display: inline-block;
	position: relative;
	margin-right:3px;
	font-size:10px;
	color:var(--grid-text-color);
}
.treegrid-expand:before{
	content: "\e656";
	display: inline-block;
	font-family: "iconfont" !important;
	font-size: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
}
.treegrid-collapsed{
	width: 12px;
	height: 16px;
	margin-right:3px;
	display: inline-block;
	position: relative;
	color:var(--grid-text-color);
}
.treegrid-collapsed:before{
	content: "\e651";
	display: inline-block;
	font-family: "iconfont" !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
}
.h-fixgrid-view tbody td {
	line-height: 21px;
	padding: 4px 4px;
	text-align: left;
	color: var(--grid-text-color);
	cursor: pointer;
	word-wrap: break-word;
}

.edit-table{
	border-collapse:collapse;
	table-layout: fixed;
	font-size:14px;
	word-break:break-word;
	word-wrap:break-word;
	border:1px solid #e8e8e8;
}
.edit-table>thead>tr{
	background: var(--grid-header-bgcolor);
}
.edit-table>thead>tr>td {
	white-space: nowrap;
	padding:7px 4px;
	height: 22px;
	line-height: 22px;
	user-select:none;
	color:var(--grid-text-color);
	text-align: center;
	border:1px solid #e8e8e8;
}
.edit-table>tbody>tr>td {
	padding:2px;
	color:var(--grid-text-color);
	text-align: center;
	border:1px solid #e8e8e8;
}

.my-table, .my-table td{
	border-collapse: collapse;
	border: 1px solid #e8e8e8;
}
.my-table thead tr{
	background-color: #fafafa;
}
.my-table td{
	padding: 7px 4px;
}


/*表格*/
.my-tablex {
	flex: 1;
	border: 1px solid #eeeeee;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.my-tablex table {
	border-collapse: collapse;
	table-layout: fixed !important;
}

.my-tablex th,
.my-tablex td {
	padding: 4px 8px;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	cursor: pointer;
}
.my-tablex .txtc{
	text-align: center;
}

.my-tablex th:last-child,
.my-tablex td:last-child {
	border-right: none;
}

.my-tablex .thead {
	background: var(--grid-header-bgcolor);
}

.my-tablex .tbody {
	flex: 1;
	overflow: hidden;
	overflow-y: scroll;
}

.my-tablex .tbody tr:nth-child(even) {
	background-color: var(--grid-event-bgcolor);
}

.my-tablex .tbody tr:hover ,.my-tablex .tbody tr.active {
	background-color: var(--grid-selected-bgcolor)
}

/****************************************自定义编辑控件样式************************************************************/
.ci-wrap{
	width:100%;
	display:flex;
	flex-direction: row;
	position: relative;
}
.ci-wrap-label{
	width:100px;
	text-align: right;
	overflow: hidden;
	line-height: 39px;
	white-space:nowrap;
	padding-right: 3px;
}
.ci-wrap-input{
	flex:1;
	padding:4px 3px;
}
.ci-input-solt{

}


.mobile-page{
	position: absolute;
	left:0;
	top:0;
	z-index:10000;
	height:100%;
	right:0;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}
.mobile-page-header{
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	color:var(--primary-color);
	flex-direction: row;
}
.mobile-page-header .left{
	width: 40px;
	text-align: center;
	cursor: pointer;
	color: var(--primary-color);
}
.mobile-page-header .center{
	flex:1;
	text-align: center;
	color: var(--primary-color);
}
.mobile-page-header .right{
	width: 40px;
	color: var(--primary-color);
	cursor: pointer;
}
.mobile-page-content{
	flex:1;
	overflow:hidden;
}
.muli-message{
	min-width: 280px;
	box-sizing: border-box;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	position: fixed;
	left: 50%;
	z-index: 999999999;
	top: 40px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fef0f0;
	border-color: #fde2e2;
	-webkit-transition: opacity .3s, top .4s, -webkit-transform .4s;
	transition: opacity .3s, top .4s, -webkit-transform .4s;
	transition: opacity .3s, transform .4s, top .4s;
	transition: opacity .3s, transform .4s, top .4s, -webkit-transform .4s;
	overflow: hidden;
	padding: 10px 10px 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
}
.muli-message .muli-message-error {
	background-color: #F56C6C;
	width:20px;
	height: 20px;
	border-radius: 10px;
	color:#fff;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;

}
.muli-message .muli-message-content{
	flex:1;
}
.muli-message .muli-message-content .row{
	line-height: 25px;
}


/*ant对话框全*/
.ant-modal-wrap.fullscreen .ant-modal{
	margin: 0;
	padding: 0;
	top: 0;
	max-width: unset;
	width: 100vw !important;
	height: 100vh !important;
	display: flex;
	flex-direction: column;
}
.ant-modal-wrap.fullscreen .ant-modal-content,.ant-modal-wrap.fullscreen .ant-modal-body{
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.ant-modal-wrap.fullscreen .ant-modal-body{
	overflow-y: scroll;
}

/*-------------------------------自定义-----------------------------------------*/
.flex{
	display: flex;
}
.justify-center{
	justify-content: center;
}
.align-center{
	align-items: center;
}
.flex-column{
	flex-direction: column;
}
.justify-between {
	justify-content: space-between;
}
.flex-wrap{
	flex-wrap: wrap;
}
.flex-one{
	flex:1;
}
.fixed{
	position:fixed;
}
.relative{
	position:relative;
}
.absolute{
	position: absolute;
}
.flexlayout {
	display: flex;
	align-items: center;
}
.w-full{
	width: 100%;
}
.h-full{
	height:100%;
}
.margin-left-auto{
	margin-left: auto;
}
.color-white{
	color:#fff;
}
.color-black{
	color: #000;
}
.bg-white{
	background-color: #fff;
}
.text-bold{
	font-weight: bold;
}
.text-center{
	text-align: center;
}
.fulltext a[href$=".jspx"] { color: blue !important; text-decoration: underline !important; }
