body {
	letter-spacing: 0px;
	font-size: 14px;
	font-weight: normal;
	font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	/*font-family:'PingFangSC-Light','Hiragino Sans GB',Microsoft YaHei Light,Microsoft YaHei,Arial,sans-serif;
	
	font-family:"Helvetica", 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;*/
}


.top-btns .is-plain {
	background: #fff;
	border-color: #fff;
	border-radius: 0px;
	margin: 0;
	margin-top: -1px;
	padding: 4px 10px;
	line-height: 20px;

}

.top-btns .is-plain i {
	font-size: 18px;
	line-height: 22px;
}

.top-btns .ant-btn {
	font-size: 12px;
}

.top-btns .ant-btn i {
	font-size: 20px;
	line-height: 24px;
}

.top-btns-center .is-plain {
	background: #fff;
	border-color: #fff;
	border-radius: 0px;
	margin: 0;
	margin-top: -1px;
	padding: 4px 10px;
	line-height: 21px;

}


.top-btns-center .is-plain i {
	font-size: 19px;
	line-height: 24px;
}



.main-container {
	position: absolute;
	background: #ffffff;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;

}

.kee-top-part {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	background: #fff;
	box-shadow: 0 0px 10px 0 rgb(0 0 0 /20%);
}

.kee-left-part {
	position: absolute;
	left: 0;
	top: 0px;
	bottom: 0;
	z-index: 20;
	background: #ffffff;
	box-shadow: 0 3px 3px 0 rgb(0 0 0 / 25%);
}

.kee-center-part {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
}

.kee-right-part {
	position: absolute;
	overflow: auto;
	top: 0px;
	bottom: 0;
	right: 0;
	width: 0;
	background: #fff;
	z-index: 20;
	border-left: 1px solid #ddd;
}

.kee-bottom-part {
	position: absolute;
	left: 0;
	height: 0;
	bottom: 0;
	right: 0;
}



/**
	 * 左侧面板
	 */
.kee-tab-left-title {
	cursor: pointer;
	width: 100%;
	background: #2C68FF;
	color: #FFFFFF;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.el-collapse-item__header {
	padding-left: 12px;

}

.build-left-tab {
	padding-left: 0;
	padding-right: 0;
}

.build-left-tab .el-tabs__item {
	padding-left: 0;
	padding-right: 0;
}

.build-left-tab .el-tabs__item {
	padding-left: 0;
	padding-right: 0;
	width: 33.33%;
	line-height: 39px;
	height: 39px;
}

.build-left-tab .el-tabs__nav {
	width: 100%
}

.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child {
	padding-left: 0;
	padding-right: 0;
}

.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2) {
	padding-left: 0;
	padding-right: 0;
}

.build-left-tab-item {
	background: #2D2D2D;
	color: #ffffff;
	width: 100%;
	height: 65px;
	text-align: center;
	padding-top: 15px;
	cursor: pointer;
	border: none;

}




.build-left-tab-item i {
	font-size: 18px;

}

.build-left-tab-item:hover {
	background: rgb(255, 255, 255, .1);
	color: rgb(255, 255, 255, .85);
}

.build-left-tab-item.active {
	background: #FFFFFF;
	color: rgb(0, 0, 0, 0.85);

}


.kee-fs-list {
	width: 100%;
	background: #FFFFFF;
	position: relative;
	font-size: 0;
}

.kee-fs-list div {
	font-size: 14px;
}

.kee-fs-list-select {
	background: #D9D9D9;
}

.kee-remove-btn {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 16px;
	height: 16px;
	background: 2C68FF;
	color: #ffffff;
	border-radius: 50%;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding-left: 1px;
}



 

.el-input__inner {
	height: 34px;
}

.radio {
	margin-top: 0px;
	margin-bottom: 0px;
}

.el-dialog--small {
	width: 880px;
}

.kee-preview-form {}

.kee-preview-from .el-form-item__label:hover {
	cursor: pointer;

}

.el-tabs__item {
	line-height: 34px;
	height: 34px;
	padding: 0;
	width: 50px;
	text-align: center;
	font-weight: bold;
}



.kee-component-list-item {
	padding: 0px;

	position: relative;
	min-height: 40px;
	text-align: center;
	border: 1px solid #FFFFFF;
	margin: 5px 0px;
	font-size: 14px;
	background: #FFFFFF;
}

.kee-component-list-item:hover {
	background: #F5F5F5;
	cursor: hand;
	border: 1px solid #CCCCCC;
}

.kee-move-div {
	position: absolute;
	background: #999999;
	opacity: .5;
	border: 1px dotted #0000FF;
	z-index: 100000;
	pointer-events: none;
}

.kee-left {
	float: left;
	margin-left: 6px;
}

.el-color-picker__trigger {
	display: inline-block;
	box-sizing: border-box;
	height: 24px;
	padding: 2px;
	border: 1px solid #bfcbd9;
	border-radius: 4px
}

.el-color-picker__color {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	border: 1px solid #666;
	width: 18px;
	height: 18px;
	text-align: center
}

.kee-active-component {
	border: 1px solid #2C68FF;
}

.kee-active-component:first-child {
	margin: -1px;
}

.kee-active-div {
	border: 1px solid #2C68FF;
	position: absolute;
	background: none;
	/*z-index: 2001;
			opacity: 1;*/
}


.kee-relative-margin {
	min-height: 20px;
	/*padding: 6px 6px;
			/*margin: 3px 0px;
			margin-top: 2px;*/
	overflow: hidden;
	/**清除浮动*/
}



.kee-show-border {
	border: 1px solid #003EFF;
	background: none;
	position: absolute;
}

.kee-show-border-node {
	border: 1px dashed #D58512;
}

.kee-show-tip {
	position: absolute;
	background: #FFFFFF;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
	padding: 3px;
	font-size: 14px;
	z-index: 19999;
	right: 0;
	width: 100px;
	height: 50px;
	border-radius: 4px;
}

.kee-main-designer-full {
	position: absolute;
	top: 10;
	left: 10;
	bottom: 10;
	right: 10;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	overflow-y: auto;
}

.kee-main-designer-dialog {
	position: relative;
	margin: -2px auto;
	margin-bottom: 0px;
	width: 800;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	overflow-y: auto;
}

.kee-main-designer-mobile {
	position: relative;
	margin: -2px auto;
	margin-bottom: 0px;
	width: 576;
	height: 800;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	overflow-y: auto;
}

.kee-design-content-div {
	background: #FFFFFF;
	border: 0px solid #CCCCCC;
	padding: 5px;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04);
	padding: 0px;
	position: relative;
}

.el-input__inner {
	padding: 3px 4px;
}

.el-textarea__inner {
	padding: 3px 4px;
}

.el-collapse-item__content {
	padding: 0;
}

.el-collapse {
	border-right: none;
	border-left: none;
}







.kee-huabu-scrolly {
	position: absolute;
	top: 100px;
	height: 100px;
	background: #C0C0C0;
	left: 1px;
	right: 1px;
	border-radius: 7px;
}

.kee-huabu-scrollx {
	position: absolute;
	left: 100px;
	width: 100px;
	background: #C0C0C0;
	top: 1px;
	bottom: 1px;
	border-radius: 7px;
}

.kee-page-title-info {
	position: absolute;
	top: -30px;
	left: 0;
	width: 500px;
	height: 20px;
	text-align: center;
	z-index: 30;
	font-weight: bold;
	font-size: 16px;
	color: #888;
}

.jdcc-scale-div {
	transform: scale(0.5);
	transform-origin: 0px 0px;
	-webkit-transform: scale(0.5);
	-webkit-transform-origin: 0px 0px;
}

.jdcc-disable-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.jdcc-select-div {
	position: absolute;
	border: 1px solid #0000CC;
	background: #007FFF;
	opacity: 0.2;
	z-index: 10000000;
}


.jdccKeePageItemGridFloat {
	height: 60px;
	background: #CCCCCC;
	overflow: hidden;
}

.jdccPagenameItem {
	position: relative;
	height: 60px;
	background: #FFFFFF;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	text-align: left;
	padding: 0px 10px;

}

.jdccPagenameItemActive {
	background: #2C68FF;
	color: #FFFFFF;
}

.jdccPagenameItemBtn {
	line-height: 30px;
	padding-top: 2px;
	float: right;
	display: none;
}

.jdccPagenameItemHover {}

.jdccPagenameItemHover:hover {
	background: #CCCCCC;
	color: #FFFFFF;
}

.jdccPagenameItem:hover .jdccPagenameItemBtn {
	display: block;
}

.pageOperBtn {
	font-size: 16px;

}

.pageOperBtn:hover {
	font-size: 20px;
}

.jdcc-kee-page-item-grid-float {
	height: 60px;
	background: #CCCCCC;
	overflow: hidden;
}

.jdcc-pagename-item {
	position: relative;
	height: 60px;
	background: #eeeeee;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	text-align: left;
	padding: 0px 12px;
	border-radius: 2px;
	border: 1px solid #AAAAAA;
	margin-top: 10px;
}

.jdcc-pagename-item .page-code {
	color: rgb(0, 0, 0, .65)
}

.jdcc-pagename-item-active {
	background: #2C68FF;
	color: #FFFFFF;
}

.jdcc-pagename-item-active .page-code {
	background: #2C68FF;
	color: #FFFFFF;
}

.jdcc-pagename-item-btn {
	line-height: 30px;
	padding-top: 2px;

	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	display: none;
}

.jdcc-pagename-item-hover {}

.jdcc-pagename-item-hover:hover {
	background: #F5F5F5;
	color: rgb(0, 0, 0, .85);
}



.jdcc-pagename-item:hover .jdcc-pagename-item-btn {
	display: block;
}

.page-oper-btn {
	font-size: 16px;

}

.page-oper-btn:hover {
	font-size: 20px;
}



.kee-div-selected-border {
	border: 1px solid #2C68FF;
}

.kee-inline-block {
	display: inline-block;
}

.kee-full-div {
	/* position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0; */
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;

}

/*
		.kee-comonent-div {
			padding: 5px;
		}
		*/

.kee-comonent-div * {}

.kee-zhezhao {
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
	bottom: 0;
	right: 0;
	border: none;
	background: #C0C0C0;
	opacity: 0;
}

.feas-page-container {
	position: relative;
	height: 100%;
	width: 100%;
	min-height: 100px;
	padding: 0 8px;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-y: auto;
	overflow-x: hidden;
}

/* .kee-design-content-div .feas-page-container
{
	position: absolute;
} */

.pointer-events-none {
	pointer-events: none
}


.el-table tr {
	min-height: 46px;
	height: 60px;
}

.duojibiaotou .el-table tr{
	height: 30px;
}

.el-input__inner {
	height: 34px;
}

.radio {
	margin-top: 0px;
	margin-bottom: 0px;
}

.el-dialog--small {
	width: 880px;
}

.kee-preview-form {}

.el-form-item__label {
	color: rgba(0, 0, 0, 0.85);
}

.kee-preview-from .el-form-item__label:hover {
	cursor: pointer;

}

.el-tabs__item {
	line-height: 34px;
	height: 34px;
	padding: 0;
	width: 50px;
	text-align: center;
	font-weight: bold;
}



.kee-component-list-item {
	padding: 0px;

	position: relative;
	min-height: 40px;
	text-align: center;
	border: 1px solid #FFFFFF;
	margin: 5px 0px;
	font-size: 14px;
	background: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	padding-left: 8px;
}

.kee-component-list-item:hover {
	background: #F5F5F5;
	cursor: hand;
	border: 1px solid #CCCCCC;
}

.kee-move-div {
	position: absolute;
	background: #999999;
	opacity: .5;
	border: 1px dotted #0000FF;
	z-index: 100000;
	pointer-events: none;
}

.kee-left {
	float: left;
	margin-left: 6px;
}

.el-color-picker__trigger {
	display: inline-block;
	box-sizing: border-box;
	height: 24px;
	padding: 2px;
	border: 1px solid #bfcbd9;
	border-radius: 4px
}

.el-color-picker__color {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	border: 1px solid #666;
	width: 18px;
	height: 18px;
	text-align: center
}

.kee-active-component {
	border: 1px solid #2C68FF;
}

.kee-active-component:first-child {
	margin: -1px;
}

.kee-active-div {
	border: 1px solid #2C68FF;
	position: absolute;
	background: none;
	/*z-index: 2001;
		opacity: 1;*/
}


.kee-relative-margin {
	min-height: 20px;
	/*padding: 6px 6px;
		/*margin: 3px 0px;
		margin-top: 2px;*/
	overflow: hidden;
	/**清除浮动*/
}



.kee-show-border {
	border: 1px solid #003EFF;
	background: none;
	position: absolute;
}

.kee-show-border-node {
	border: 1px dashed #D58512;
}

.kee-show-tip {
	position: absolute;
	background: #FFFFFF;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
	padding: 3px;
	font-size: 14px;
	z-index: 19999;
	right: 0;
	width: 100px;
	height: 50px;
	border-radius: 4px;
}

.kee-main-designer-full {
	position: absolute;
	top: 10;
	left: 10;
	bottom: 10;
	right: 10;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	overflow-y: auto;
}

.kee-main-designer-dialog {
	position: relative;
	margin: -2px auto;
	margin-bottom: 0px;
	width: 800;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	overflow-y: auto;
}

.kee-main-designer-mobile {
	position: relative;
	margin: -2px auto;
	margin-bottom: 0px;
	width: 576;
	height: 800;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	overflow-y: auto;
}

.kee-design-content-div {
	background: #FFFFFF;
	border: 0px solid #CCCCCC;
	padding: 5px;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04);
	padding: 0px;
	position: relative;
}

.el-input__inner {
	padding: 3px 4px;
}

.el-textarea__inner {
	padding: 3px 4px;
}



.border-left {
	border: none;
	border-left: 1px solid #003EFF;
}

.border-top {
	border: none;
	border-top: 1px solid #003EFF;
}

.border-right {
	border: none;
	border-right: 1px solid #003EFF;
}

.border-bottom {
	border: none;
	border-bottom: 1px solid #003EFF;
}

.top-cursor {
	pointer-events: all;
	cursor: n-resize;
}

.left-cursor {
	pointer-events: all;
	cursor: w-resize;
}

.right-cursor {
	pointer-events: all;
	cursor: w-resize;
}

.bottom-cursor {
	pointer-events: all;
	cursor: n-resize;
}

.kee-component-border {
	border: 1px dashed #97A8BE;

}

.kee-component-border-hide {
	border: 1px dashed rgba(255, 255, 255, 0);
}

.border-left {
	border: none;
	border-left: 1px solid #003EFF;
}

.border-top {
	border: none;
	border-top: 1px solid #003EFF;
}

.border-right {
	border: none;
	border-right: 1px solid #003EFF;
}

.border-bottom {
	border: none;
	border-bottom: 1px solid #003EFF;
}

.top-cursor {
	pointer-events: all;
	cursor: n-resize;
}

.left-cursor {
	pointer-events: all;
	cursor: w-resize;
}

.right-cursor {
	pointer-events: all;
	cursor: w-resize;
}

.bottom-cursor {
	pointer-events: all;
	cursor: n-resize;
}

.resize-overflow-visible {
	overflow: visible;
	z-index: 10000000;
}

.resize-border {
	position: absolute;
	background: #2C68FF;
	z-index: 10000000;
	min-height: 1px;
	min-width: 1px;
}

.resize-border-select {
	position: absolute;
	border:1px solid #2C68FF;
	z-index: 10000000;
	left:0;
	right:0;
	bottom: 0;
	top:0;
	pointer-events: none;
}


.resize-border-top {
	position: absolute;
	left: 0;
	top: 0;
	height: 0px;
	right: 0;
	border-top: 1px solid #2C68FF;
}

.resize-border-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	bottom: 0;
	border-left: 1px solid #2C68FF;
}

.resize-border-right {
	position: absolute;
	width: 0px;
	top: 0;
	bottom: 0;
	right: 0;
	border-right: 1px solid #2C68FF;
}

.resize-border-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0px;
	right: 0;
	border-bottom: 1px solid #2C68FF;
}

.move-div-8point {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #2C68FF;
	border-radius: 5px;
	z-index: 10000000;
	width: 10px;
	height: 10px;
	pointer-events: auto;
}

.resize-jiao {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #2C68FF;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	z-index: 10000000;
	pointer-events: auto;
}

.kee-fs-drager {
	position: absolute;
	z-index: 999999;
	cursor: pointer;
	pointer-events: none;
	opacity: 0.7;

	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;

	/*box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .16), 0 0 6px 0 rgba(0, 0, 0, .16)*/
}

.kee-fs-nodom {
	background: #C0C0C0;
	border: 1px solid #CCCCCC;
}

.kee-fs-component-property {
	position: absolute;
	z-index: 1000;
	background: #FFFFFF;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .16), 0 0 6px 0 rgba(0, 0, 0, .16);
	overflow: auto;
	padding: 15px;
	border: 1px solid #BBB5B5;
	border-radius: 4px;
}

.kee-fs-component-property-right {

	background: #FFFFFF;

	overflow: auto;
	padding: 3px;

}

.kee-fs-component-property-right .el-row {
	margin-bottom: 0;
}

.kee-fs-component-property-right .kee-relative-div {
	margin: 0;
}

.kee-fs-component-property .el-row {
	margin-bottom: 0px;
}

.kee-fs-component-property .kee-relative-div {
	margin: 0;
}

.kee-relative-div-m2px {
	position: relative;
	margin: 3px;
}

.kee-relative-div-m0 {
	position: relative;
	margin: 0;
}


.kee-fs-view-full {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 0px;
}

.kee-fs-view-auto {
	width: 100%;
	overflow: hidden;
	padding: 0px;
}

.kee-fs-view-iframe {
	width: 100%;
	height: 97%;
	overflow: auto;
	border: none;
}

.kee-users-add-btn {
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	line-height: 15px;
	cursor: pointer;
	padding-left: 4px;
	padding-top: 1px;
}

.kee-users-add-btn:hover {
	border: 1px solid #0082E6;
}

.kee-users-add-btn-icon {
	font-size: 14px;
	color: #999;
	margin-top: 4px;
}

.kee-users-add-btn:hover .kee-users-add-btn-icon {
	color: #0082E6;
}

.kee-user-item {
	line-height: 1;
	padding: 2px;
	color: #555;
	cursor: pointer;
	background: #FFFFFF;
}

.kee-user-item:hover {
	color: #FFFFFF;
	background: #0082E6;
}

.kee-user-remove-btn {
	display: none;
}

.kee-selected-user-list {}

.kee-selected-user-list:hover .kee-user-remove-btn {
	display: inline-block;
	cursor: pointer;
}

.kee-form-input-select-item {
	line-height: 24px;

}

.el-select__tags-text {
	margin-left: 10px;
}





.kee-icon-add-btn {
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	cursor: pointer;
	padding-left: 4px;
}

.kee-icon-add-btn:hover {
	border: 1px solid #0082E6;
}

.kee-icon-add-btn-icon {
	font-size: 14px;
	color: #999;
	margin-top: 4px;
}

.kee-icon-add-btn:hover .kee-icon-add-btn-icon {
	color: #0082E6;
}

.kee-user-item {
	line-height: 1;
	padding: 2px;
	color: #555;
	cursor: pointer;
	background: #FFFFFF;
}

.kee-user-item:hover {
	color: #FFFFFF;
	background: #0082E6;
}

.kee-user-remove-btn {
	display: none;
}

.kee-selected-role-list {
	width: 60px;
}

.kee-selected-role-list:hover .kee-user-remove-btn {
	display: inline-block;
	cursor: pointer;
}

.kee-role-tree-row {
	background: #FFFFFF;
	/*border: 1px solid #dfe6ec;*/
	border: none;
	margin-top: -1px;
	margin-left: 0px;
	margin-right: 0px;
	min-height: 36px;
}

.kee-role-tree-title {
	display: inline-block;
	line-height: 36px;
	width: 100%;
	/*border-right: 1px solid #dfe6ec;*/
	cursor: default;
}

.kee-role-tree-users {
	display: inline-block;
}

.kee-role-tree-edit {
	float: right;
	display: none;
	margin-top: -36px;
}

.kee-tree-expand {
	color: #97a8be;
}

.kee-role-tree-title:hover .kee-role-tree-edit {
	display: block;
}

.kee-role-tree-user-item {
	float: left;
	min-width: 40px;
	padding: 0px 5px;
}

.kee-selected {
	background: #edf7ff;
}

.kee-role-tree-user-sortable {}

.kee-role-tree-item {}

.kee-role-tree-item:hover {
	background: #edf7ff;
}

.kee-icon-selected {
	background: #000000;
	color: #FFFFFF;
}

.kee-icon-item:hover {
	background: #555;
	color: #FFFFFF;
}


.el-tag--primary {
	background-color: rgba(32, 160, 255, .1);
	border-color: rgba(32, 160, 255, .2);
	color: #2C68FF;
}



.kee-tree-item {
	width: 100%;
	height: 30px;
	cursor: pointer;
	color: #48576a;
	line-height: 30px;
	-moz-user-select: none;
	-webkit-user-select: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.kee-tree-item-role {
	color: #0000CC;
}

.kee-tree-item:hover {
	background: #CCCCCC;
	color: #FFFFFF;
}

.kee-tree-item-checked {
	background: #1D8CE0;
	color: #FFFFFF;
}

.kee-tree-item-checked:hover {
	background: #1D8CE0;
	color: #FFFFFF;
}

.kee-role-tree-edit {
	float: right;
	display: none;
	margin-top: 0px;
}

.kee-role-tree-title:hover .kee-role-tree-edit {
	float: right;
	display: block;
}



.jdcc-bottom-layer {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #fff;
	border-top: 1px solid #ddd;
	overflow-x: hidden;
	overflow-y: auto;
	border-radius: 0px;
	position: absolute;
	z-index: 180;
	box-shadow: 0px 0 5px 5px rgba(0, 0, 0, 0.2);

}

.feas-right-detail-div {
	position: absolute;

	width: 61%;
	bottom: 0px;
	top: 0px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	border-radius: 0px;
	z-index: 1100;
	border-left: 1px solid #ddd;
	box-shadow: -3px 0 4px rgba(0, 0, 0, 0.1);
}

.kee-fs-right-menu {
	position: absolute;
	z-index: 1000;
	background: #FFFFFF;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .16), 0 0 6px 0 rgba(0, 0, 0, .16);
	overflow: auto;
	padding: 15px;
	border: 1px solid #BBB5B5;
	border-radius: 4px;
	padding-top: 50px;
}



.el-table__footer-wrapper thead div,
.el-table__header-wrapper thead div {
	background-color: #FFFFFF;
}

.el-table td,
.el-table th {
	padding: 6px 0;
}

.el-message-content {
	z-index: 9999;
}

.el-message {
	z-index: 9999;
	height: 40px;
}

.top-btns-center .ant-btn {
	border: none;
	height: 100%;
	margin-left: 5px;
}

.top-btns .ant-btn {
	border: none;
	height: 100%;
	margin-left: 5px;
}


.kee-fs-text {
	display: inline-block;

	width: 100%;
	min-height: 30px;
	height: 100%;
	-webkit-user-select: auto;
	-moz-user-select: auto;
}

.ant-cascader-menu {
	min-width: 150px;
	height: 240px;
}

.ant-cascader-picker {
	display: block;
}

.kee-layout {
	position: absolute;

	left: 0;
	right: 0;
	bottom: 0;
	top: 0;

}

.kee-layout-panel {
	position: absolute;
	overflow: auto;
}

.kee-layout-panel-top {
	left: 0;
	top: 0;
	right: 0;
}

.kee-layout-panel-left {
	left: 0;
	overflow: auto;

}

.kee-layout-panel-right {
	right: 0;
}

.kee-layout-panel-bottom {
	bottom: 0;
	left: 0;
	right: 0;
}

.kee-component-border .kee-layout-panel-top {

	border-bottom: 1px dashed #97A8BE;

}

.kee-component-border .kee-layout-panel-left {
	border-right: 1px dashed #97A8BE;
}

.kee-component-border .kee-layout-panel-right {
	border-left: 1px dashed #97A8BE;
}

.kee-component-border .kee-layout-panel-bottom {
	border-top: 1px dashed #97A8BE;
}

.is-selected .kee-layout-panel-top {

	border-bottom: 1px dashed #97A8BE;

}

.is-selected .kee-layout-panel-left {
	border-right: 1px dashed #97A8BE;
}

.is-selected .kee-layout-panel-right {
	border-left: 1px dashed #97A8BE;
}

.is-selected .kee-layout-panel-bottom {
	border-top: 1px dashed #97A8BE;
}

.is-selected .kee-zhezhao {
	opacity: 0.15;
}

.is-hidden-component .kee-zhezhao {
	opacity: 0.45;
}

.kee-design-content-div .kee-layout {
	overflow: visible;
}



.kee-design-content-div .kee-layout-panel {
	overflow: visible;
}


.kee-design-content-div .kee-relative-div {
	margin: 1px;
}


.kee-layout-child {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

}

.kee-designe-config {
	display: none;
}

.kee-layout:hover .kee-designe-config {
	display: block;
}

.kee-tab-bottom .el-tabs__active-bar {
	top: 0;
}

.ant-drawer-body {
	padding: 0;
}

.ant-table.ant-table-middle .ant-table-title,
.ant-table.ant-table-middle .ant-table-footer,
.ant-table.ant-table-middle .ant-table-thead>tr>th,
.ant-table.ant-table-middle .ant-table-tbody>tr>td,
.ant-table.ant-table-middle tfoot>tr>th,
.ant-table.ant-table-middle tfoot>tr>td {
	padding: 8px 8px;
}

.cascade-options .ant-table.ant-table-middle .ant-table-tbody>tr>td {
	padding: 0px;
}

.cascade-options .ant-table.ant-table-middle .ant-table-tbody>tr>td:nth-child(5) div[cname="fs-upload-upload0"] .el-form-item__content {
	line-height: 0;
}

.cascade-options .ant-table.ant-table-middle .ant-table-tbody>tr>td:nth-child(5) div[cname="fs-upload-upload0"] .el-form-item__content>div:nth-child(2) {
	height: 0 !important;
}

/**
	 * 解决输入框未100%的问题，vue模式下
	 */
.el-autocomplete {
	display: block;
}

/* .el-select .el-input .el-input__icon {
		top:0%;
	} */
.el-row {
	margin-bottom: 0;
}


.kee-link {
	color: #2C68FF;
	text-decoration: none;
}

.kee-link:hover {
	color: #4db3ff;
}

.kee-table-td-title {
	width: 100%;
	height: 50px;
	line-height: 48px;
	font-size: 14px;
	padding: 5px;
	background: #FFFFFF;
	border-bottom: 1px solid #ebeef5;
}

.kee-table-td-body {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0px;
	background: #FFFFFF;
}

.kee-debug-table {
	border-left: 1px solid #ebeef5;
	border-top: 1px solid #ebeef5;
}

.kee-debug-table td {
	background: #FFFFFF;
	height: 300px;
	border-right: 1px solid #ebeef5;
	border-bottom: 1px solid #ebeef5;
}

.cell-overflow-visiable {
	overflow: visible;
}


 
[class*=" el-icon-"],
[class^=el-icon-] {
	line-height: 1.2;
}


.kee-fs-component-property-right .el-form-item__label {
	line-height: 36px;
}

.kee-fs-component-property-right .el-form-item__content {
	line-height: 36px;
}


.componentToolBtn {
	position: absolute;
	z-index: 10000;
	padding: 5px;
	font-size: 18px;
	top: -40px;
	right: 0;
	height: 35px;
	width: 80px;
	background: #fff;
	opacity: 1;
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 25%);
	text-align: center;
}


.componentToolBtnAbsolute {
	position: absolute;
	z-index: 30000;
	padding: 5px; 
	height: 35px;
	width: 80px;
	background: #fff;
	pointer-events:auto;
	text-align: center;
	line-height: 16px;
	opacity: 1;
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 25%);
}



.el-collapse-item__content {
	padding-left: 18px;
}

.el-button--small {

	line-height: 16px;
}

.el-notification {
	right: 0;
}

.el-cascader-menu__wrap {
	height: 100%;
}

.el-dialog {
	margin: 0;
}

.kee-bottom-part .ant-tabs-tab {
	width: 100px;
	text-align: center;
}

.kee-bottom-part .ant-tabs-tab-btn {
	width: 100%;
	text-align: center;
}

.el-button {
	margin: 0 5px;
	line-height: 16px;
}

table .el-button {
	margin: 5px;
}

[class*=" el-icon-"],
[class^=el-icon-] {

	line-height: 16px;


}

.kee-fs-button {

	margin-left: 3px;
	margin-right: 3px;
}

/* form .kee-fs-button{
	line-height: 45px;
} */

.el-select .el-input .el-input__icon {
	top: 0;
}

.fsComponentProperty .el-select .el-input .el-input__icon {
	top: 50%;
}

.el-form-item__content {
	line-height: 30px;
}

.el-form-item__label {
	line-height: 30px;
}

.yingyong-main-rukou {

	position: absolute;
	height: 50px;
	left: 0;
	bottom: 0;
	width: 199px;
	background: #FFFFFF;
	overflow: hidden;
	line-height: 50px;
	padding-left: 16px;
	z-index: 100;
	color: #2556d1;

	cursor: pointer;
	font-weight: bold;
}

.yingyong-main-rukou:hover {
	background: #2C68FF;
	color: rgba(255, 255, 255, 1);

}


.kee-code-eitor-frame {
	min-height: 90px;
	height: 100%;
	padding: 0px;
	width: 100%;
	line-height: 24px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
}

.kee-code-editor-content {
	min-height: 80px;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
}


.el-form--label-top .el-form-item__label {
	padding: 0 10px 0 0;
}

.ace_editor {
	height: 100%;
	border: none;
	border-radius: 0;
}


.ant-form-item-has-error .ant-input,
.ant-form-item-has-error .ant-input-affix-wrapper,
.ant-form-item-has-error .ant-input:hover,
.ant-form-item-has-error .ant-input-affix-wrapper:hover {
	background-color: #FFFFFF;
	border-color: #EB2829;
	box-shadow: 0 5px #ffd3d3;
}

.ant-checkbox-block .ant-checkbox-group-item {
	display: block;
	line-height: 30px;
	font-weight: normal;
}

.ant-radio-wrapper {
	font-weight: normal;
}


.am-calendar .content {
	top: 40%;
}

.am-calendar .content {
	height: 60%;
}

.am-calendar .single-month .row .cell .info {
	height: 0;
}

.am-calendar .single-month .row+.row {
	margin-top: 0;
}

.kee-top-part .ant-btn {
	border-radius: 4px;
}


.fs-view-main {
	overflow-y: scroll;
	min-height: calc(100%);
	-webkit-overflow-scrolling: touch;

}

.feas-page-container-pub {

	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	min-width: 300px;
	-webkit-overflow-scrolling: touch;
}


.dialog-custom .el-dialog--normal .el-row .el-formel-form--label-right>div:first-child {
	display: none !important;
}

.dialog-custom .el-dialog--normal .el-row .el-formel-form--label-right>div:last-child {
	display: none !important;
}

.dialog-custom .el-dialog--normal .el-row .el-formel-form--label-right div:first-child .el-row div:last-child>div>div {
	border-radius: 4px;
}

.dialog-custom .el-dialog--normal .el-row .el-formel-form--label-right div:first-child .el-row div:first-child>div .el-form-item .el-form-item__label {
	margin-bottom: 0;
}

.dialog-custom .el-dialog--normal .el-row .el-formel-form--label-right div:first-child .el-row div:last-child>div>div .ant-btn {
	padding: 0 6px;
}

.dialog-custom .el-dialog--normal .el-row .el-formel-form--label-right div:last-child .el-row div:last-child>div>div {
	margin: 10px 0;
	border-radius: 4px;
}

.dialog-custom .el-dialog {
	width: 380px;
	height: 300px;
}






/* 发放样式 */
.dialog-custom .el-dialog .el-dialog__header {
	padding: 20px 10px 10px;
}

.dialog-custom .el-dialog .el-dialog__header .el-dialog__headerbtn {
	top: 26px;
	right: 10px;
}

.dialog-custom .el-dialog--normal .el-row .el-formel-form--label-right div:nth-child(3) .el-row>div>div>div {
	box-sizing: border-box;
	border-radius: 4px;
	margin-left: 0 !important;
}

.dialog-custom .el-dialog--normal .el-row .el-formel-form--label-right div:nth-child(3) .el-row>div>div>div>div {
	text-align: center;
}

.dialog-custom .el-dialog--normal .el-row .el-formel-form--label-right div:nth-child(3) .el-row>div:last-child .kee-fs-button .ant-btn-primary {
	width: 100px;
}

.dialog-custom .el-dialog {
	width: 380px;
	height: 500px !important;
}


.feas-page-container::-webkit-scrollbar {
	width: 1px;
	height: 1px;
	background-color: #F5F5F5;
}

.feas-page-container::-webkit-scrollbar-button {
	background-color: #F5F5F5;
	border-radius: 50px;
	height: 1px;
	width: 1px;
}

.feas-page-container::-webkit-scrollbar-thumb {
	background-color: #F5F5F5;
	border-radius: 50px;
}

label {
	font-weight: normal;
}

.feas-page-container::-webkit-scrollbar {
	width: 1px;
	height: 1px;
	background-color: #F5F5F5;
}

.feas-page-container::-webkit-scrollbar-button {
	background-color: #F5F5F5;
	border-radius: 50px;
	height: 1px;
	width: 1px;
}

.feas-page-container::-webkit-scrollbar-thumb {
	background-color: #F5F5F5;
	border-radius: 50px;
}

label {
	font-weight: normal;
}

#jz-top-body {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 50px;
	background: rgba(255, 255, 255, 1);

	box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
	z-index: 200;
	padding: 0 24px 0 12px;
	color: rgba(144, 147, 153, 1);
}

.jz-left-body {
	background: #ffffff;
	width: 200px;
	position: absolute;
	left: 0;
	top: 60px;
	bottom: 0;
	overflow: hidden;

	padding-top: 0px;
	border-right: 1px solid rgba(235, 238, 245, 1);
	background-color: rgba(255, 255, 255, 1);
	box-sizing: border-box;

	-webkit-touch-callout: none;
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

.ant-menu {
	-webkit-box-shadow: none;
}

div[cname="fs-table-table0"] .ant-upload.ant-upload-select-picture-card {
	margin: 0 !important;
}

div[cname="fs-table-table0"] .ant-upload-list-picture-card-container {
	margin: 0 !important;
}

div[cname="fs-table-table0"] .ant-upload-list-picture-card-container {
	/* margin-top: 15px !important; */
	width: 60px !important;
	height: 60px !important;
}

div[cname="fs-table-table0"] .ant-upload.ant-upload-select-picture-card {
	/* margin-top: 15px !important; */
	width: 60px !important;
	height: 60px !important;
}

div[cname="fs-table-table0"] .ant-upload-list-picture-card .ant-upload-list-item {
	margin: 0 !important;
	width: 60px !important;
	height: 60px !important;
}

div[cname="el-button-buttonJsonBlock"] .kee-fs-button .ant-btn {
	width: 100% !important;
}

.el-card {
	margin: 0 !important;
}

.jdcc-pagename-img-container {
	position: absolute;
	top: 60px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	overflow: hidden;
	background: #FFFFFF;
}

.jdcc-pagename-img-container-mask {
	position: absolute;
	top: 60px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	overflow: hidden;
	opacity: 0;
}

.jdcc-pagename-img-container-show {

	width: 1000px;
	height: 800px;

	position: absolute;
	left: 0;
	top: 0;


	transform: scale(0.2);
	transform-origin: 0px 0px;



}

/* 分组样式 */
.el-card {
	box-shadow: none;
	border: 1px solid #d1dbe5 !important;
}

.el-card.is-always-shadow {
	box-shadow: none;
}

div[cname="fs-card-card1"]>div>.el-form-item__label {
	font-weight: bold;
}

/* 级联配置 */
.cascade-options .el-dialog {
	width: 750px;
}

/* 选择配置 */
.dialog-removals .el-dialog {
	width: 950px;
}

.tst-margin-10 {
	margin: 30px !important;
}


.ant-table-cell-ellipsis {

	word-break: break-all !important;
	white-space: normal;

}


pre {
	font-family: "Helvetica Neue", "microsoft yahei", Helvetica, Arial;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 5px;
	background: #fff;
	border: 0px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}


/* 8->5px 解决时间折行的问题*/
.el-table .cell,
.el-table th>div {
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
	text-overflow: ellipsis;
}


.jz-left-body-menu {
	position: absolute;
	top: 12px;
	left: 0;
	right: -21px;
	padding-right: 21px;
	bottom: 40px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.jz-left-body-menu ul{
	width: 240px;
}

.el-input__prefix {
	position: absolute;
	left: 25px;
}

.picker {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
}

.picker_input {
	height: 40px;
	width: 200px;
	display: inline-block;
	border-radius: 5px;
	padding-left: 10px;
}


.el-cascader-menu:last-child .el-cascader-node{
	padding-right: 30px;
}
 

#designContentDiv .kee-full-div{
	overflow-y: visible;
    overflow-x: visible;
}
#designContentDiv{
	margin:60px auto 0px;
	width: 1000px;
}


div[data-w-e-type="video"] {
	text-align: center;
}


ul li {
	list-style: none;
}

.el-date-editor--daterange.el-input__inner{
	width: 100%;
}

.el-date-editor .el-input__icon{
	position: static;
	line-height: 26px !important;
}

#win-manager-div{
	display: block;
}
/**
 * 菜单折叠后的宽度
 */
.ant-menu-inline-collapsed > .ant-menu-item, .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item, .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
	
	padding: 0 16px;
	
}

.glyphicon {
	top:2px;
}

.ant-menu-inline{
	padding: 0 0;
}


.ant-menu-submenu-popup{
	
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
	
}
.left-body-float{
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.ant-menu-submenu-placement-rightTop::before{
	left: 0px;
}

.jz-left-body-menu-fixed-icon{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	text-align: right;
	 
	
	line-height: 40px;
	font-size: 20px;
    font-weight: bold;
	color: #333;
    padding-right: 16px; 
	border-top: 1px solid #DDDDDD;
		
}

.jz-left-body-menu-fixed-icon i:hover{
	font-size: 20px;
	cursor: pointer;
	color: #2C68FF;
}

#feasApp{
	left: 240px;
}

.ant-menu-submenu-open .ant-menu-submenu-arrow{
	color: #2C68FF;
}

.ant-menu-inline-collapsed {
	width: 54px;
}

 
.ant-menu-light .ant-menu-submenu-selected .ant-menu-submenu-arrow::before, .ant-menu-light .ant-menu-submenu-selected .ant-menu-submenu-arrow::after
{
	background-image: linear-gradient(to right, #2C68FF, #2C68FF) !important;
}
.dark-menu{
	background: #1e1e1e;
}
.dark-menu .jz-left-body-menu{
	background: #1e1e1e;
}

.dark-menu .jz-left-body-menu-fixed-icon{
	color: #fff;
}