.cpaas .el-card {
	-webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
	/* margin: 10px 15px 15px 15px !important; */
	border: none !important;
}


.cpaas .el-pager li.active {
	color: #FFFFFF;
	background-color: #2C68FF;
	border-color: #2C68FF;
}

.cpaas .el-table {
	color: rgba(0, 0, 0, 0.85);

}

.cpaas .el-table__header>thead>tr>th {
	color: rgba(0, 0, 0, .85);
	font-weight: 500;
	text-align: left;
	background: #fafafa;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	border-bottom: 1px solid #ccc;
}

.cpaas .el-table__header-wrapper thead div {
	background-color: #fafafa;
}

.el-date-table td.current:not(.disabled),
.el-date-table td.end-date,
.el-date-table td.start-date {
	background-color: #00000000 !important;
}


.cpaas .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
	background-color: #2C68FF;
}

.cpaas .ant-menu-light>.ant-menu-submenu-selected>.ant-menu-submenu-title {
	color: #2C68FF;
	font-weight: 600;
}

.cpaas .ant-menu-item:active,
.ant-menu-submenu-title:active {
	color: #FFFFFF;
	background: #7AA9FF;
}


.cpaas .el-dialog__header {
	border-bottom: 1px solid #F0F0F0;
}

.cpaas .el-dialog {
	width: auto;
	display: inline-block;
}
  
.el-dialog--800{
    width: 1000px !important;
}

.cpaas .el-dialog--normal{
    width: 50%;
}
 

.cpaas .el-table .el-button {
	margin: 3px 2px;
}


.el-select-dropdown__item.selected {
	color: #FFFFFF;
	background-color: #2c68ff;
}

.el-select-dropdown__item.selected.hover {
	color: #FFFFFF;
	background-color: #2c68ff;
}

.el-input__inner {
	border: 1px solid #e7e7e7;
}

.el-input__inner:focus {
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.cpaas .el-form-item__label {
	color: rgba(0, 0, 0, 0.65);
	line-height: 38px;
}

.cpaas .el-dialog__title {
	color: rgba(0, 0, 0, 0.85);
}

.input-error .el-input__inner {
	border-color: #FF0000;
	box-shadow: 0 0 5px #ffd3d3;
}


.el-textarea__inner {
	border: 1px solid #e7e7e7;
	border-radius: 0;
}

.el-textarea__inner:focus {
	border-color: #2c68ff;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.cpaas .el-table .el-table__cell {
	padding: 6px 0;
}

.cpaas .el-table th.el-table__cell>.cell {
	padding-left: 5px;
	padding-right: 5px;
}

::selection {
	color: #FFFFFF;
	background-color: #2c68ff;
	text-shadow: none;
}

::-moz-selection {
	color: #FFFFFF;
	background-color: #2c68ff;
	text-shadow: none;
}
 
 
.cpaas .el-input__inner {
	border-radius: 0;
 
	margin: 0px 0px;
}

 

.kee-tree-item-checked {
	color: #FFFFFF;
	background-color: #2c68ff;
}

.kee-tree-item-checked:hover {
	background: #2c68ff;
	color: #FFFFFF;
}

/**
 * 按钮，表格里面特殊处理
 */

.cpaas .el-table .el-button--danger {
	color: #eb2829;
	background: none;

}

.cpaas .el-table .el-button--danger:hover {
	color: #FFFFFF;
	background: #eb2829;
	border-color: #eb2829;
}

.cpaas .el-table .el-button--primary {
	color: #2c68ff;
	background: none;

}

.cpaas .el-table .el-button--primary:hover {
	color: #FFFFFF;
	background: #2c68ff;
	border-color: #2c68ff;
}

.cpaas .el-table .el-button--warning {
	color: #FF802B;
	background: none;

}

.cpaas .el-table .el-button--warning:hover {
	color: #FFFFFF;
	background: #FF802B;
	border-color: #FF802B;
}

.cpaas .el-table .el-button--success {
	color: #57D119;
	background: none;

}

.cpaas .el-table .el-button--success:hover {
	color: #FFFFFF;
	background: #57D119;
	border-color: #57D119;
}

.cpaas .el-table .el-button--info {
	color: #909399;
	background: none;

}

.cpaas .el-table .el-button--info:hover {
	color: #FFFFFF;
	background: #909399;
	border-color: #909399;
}

/**
 * 会导致时间选择组件的样式混乱，但是对其他的是否会有影响，待定
 */
.el-scrollbar__wrap {
	overflow: auto;
	 margin-bottom: 0 !important;
	 margin-right: 0 !important; 
}

.el-picker-panel__body .el-scrollbar__wrap{
	
	margin-bottom: -15px !important;
	margin-right:-15px !important; 
	
}
.el-cascader-menu {
	height: 100%;
}


.el-cascader {
	width: 100% !important;
}

.el-scrollbar__bar.is-vertical {
	display: none;
}

.el-form-item__content {
	line-height: 38px;
}

.el-form-item__label {
	line-height: 38px;
}

.cpaas .kee-fs-button {
	line-height: 38px;
}

.el-table__empty-text {
	top: 50%
}

#jz-top-body {
	height: 60px;
}


.mainlogo {
	height: 24px;
	margin-top: 18px;
	margin-left: 7px;
}

.systemTitle {

	float: left;
	line-height: 16px;
	height: 16px;
	color: rgb(0, 0, 0, .65);
	margin-top: 22px;
	margin-left: 20px;
	padding-left: 15px;
	border-left: 1px solid #ccc;

}

#feasApp {
	position: absolute;
	z-index: 100;
	left: 200px;
	top: 60px;
	right: 0;
	bottom: 0;
	background: #f2f2f4
}

.cpaas   .fsview{
	padding: 20px;
}

.fullPage .fsview{
	padding:0px
}

#win-manager-div .fsview{
	padding: 0;
}
.cpaas .feas-page-container{
	/* background: #FFFFFF; */
	padding: 12px;
	border-radius:2px ;
}

#win-manager-div .feas-page-container{
	padding: 0;
}

.cpaas .el-table{
	margin-top: 12px;
}

	
.cpaas .el-button--small{
	font-weight: 400;
 
	padding-top:7px;
	padding-bottom: 7px;
	border-radius: 2px;
}

.el-pager li{
	width: auto;
	height: 32px;
	margin: 0 4px;
	border: 1px solid #d9d9d9 !important;
	border-radius:2px ;
	line-height: 32px;
	font-size: 14px;
 
}
.el-pagination{
	margin-top:5px;
}
.el-pagination .btn-prev{
	height: 32px;
	width: 32px;
	line-height: 32px;
	padding: 0;
	margin: 0 4px;
	border:1px solid #d9d9d9 !important;
	border-radius:2px ;
}

.el-pagination .btn-next{
	height: 32px;
	width: 32px;
	line-height: 32px;
	padding: 0;
	margin: 0 4px;
	border:1px solid #d9d9d9 !important;
	border-radius:2px ;
}
.el-pagination .el-select .el-input .el-input__inner{
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
}
.el-pagination .el-pagination__total{
	line-height: 32px !important;
}

/* .cpaas .el-card .kee-fs-button{
	margin: 0;
	line-height: 16px;
} */

/* .cpaas .el-card .el-button{
	padding: 4px 6px;
} */

.jdcc-grid-item-ope2{
	padding-top: 3px;
}

/**
 * 首页的统计页面
 */
.portalpage .header
{
	background: none;
	padding: 0 20px;
}

.portalpage .header-content
{
	background: #FFFFFF;
}

.portalpage .firstUl>li{
	width: 25%;
	padding-left: 0;
}

.portalpage .lastUl li {
	width: 50%;
}

.portalpage ul{
	margin-bottom: 0;
}

.jdcc-pagename-item{
	margin-top: 0px;
}

.jdcc-kee-page-item-grid-float {
	height: 78px;
	background: #CCCCCC;
	overflow: hidden;
}
.kee-fs-list{
	
	margin-top: 5px;
}

.kee-fs-drager .kee-fs-list{
	margin-top: 0;
}

	
.feas-page-container {
	
	padding: 0;
	
}

.kee-pic-select-item{
	margin: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

.feasApp-react-main-view{
	padding: 20px;
	background: #f2f2f4;
}

.ant-input:focus, .ant-input-focused{
	
	box-shadow:  0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.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:#FF0000 ;
	box-shadow:  0 0 5px #ffd3d3;
}

.chart-series .el-card{
	margin: 5px 0px !important;  
}


.chart-series .el-card__body{ 
	padding: 5px 5px !important; 
}


.chart-series td{
	padding: 0 !important;
}

.kee-fs-component-property-right .feas-page-container{
	padding: 0px;
}

.kee-design-content-div .kee-relative-div{
	margin: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	padding:0 3px;
}

.kee-design-content-div .el-card{
	overflow: visible;
}



.kee-relative-div{
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0 0px;
}

.kee-fs-button {

 margin-left: 0px; 

 margin-right: 0px; 
}
.el-button {
	margin: 0 3px;
}

.mp{
	     position: absolute; 
	     left: 0;
	     top: 0;
	     bottom: 0;
	     right: 0;
		 overflow: auto;
		 -webkit-overflow-scrolling: touch;
 }
 
.mp .feas-page-container{
	height: auto !important;
}

label{
	margin-bottom: 0;
}

.cpaas .el-pager li.active
{
	border-color: #2C68FF !important;
}

.rightCommonForm  .el-select-dropdown__item{
	padding: 0 10px;
	height: 50px;
	line-height: 20px;
}


/*
* 这个属性解决ios下滑动失效的问题
*/
.adm-cascader-view-content{
    -webkit-overflow-scrolling: touch;
}


.el-tabs__item.is-active .badge{
    background: #2c68ff;
}
.el-table__fixed-header-wrapper thead div{
    background-color: #fafafa;
}

.el-date-table td.in-range{
	background-color: #00000000;
}

.el-date-table td.in-range:hover {
    background-color: #00000000;
}


.el-time-panel__content::after, .el-time-panel__content::before {
	background: #FFFFFF;
}

.el-time-panel__content::after, .el-time-panel__content::before {
	margin-top: -8px;
}

.el-dialog{
    margin: 0 auto  ; 
}
.el-dialog__header{
    text-align: left;
}

.resizer-border{
	
}
.resizer-border :hover{
	border: 1px dashed #000000;
}

.build-template-item{
	min-height: 120px;
	margin: 10px;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	cursor: pointer;
}

	
.build-template-item:hover{
	background: #DDDDDD;
}

.build-template-item img{
	max-width: 100%;
	
	max-height: 150px;
}

.build-template-item-title{
	padding: 5px 10px;
}

.build-template-item-code{
	padding: 0 10px;
}


#win-manager-div{
    height: 0;
}
.cpaas .jz-right-mask{
        width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    z-index: 200;
    position: absolute;
}

.cpaas .treegrid  .el-table [class*=el-table__row--level] .el-table__expand-icon{
    margin-right: 0px;
}

.cpaas .treegrid .el-table__row:not([class*='el-table__row--level-'])>td:first-child {
	padding-left: 20px!important;
}

.cpaas .treegrid  .el-icon-arrow-right{
    font-size: 14px;
    font-weight: bolder;
}

.cpaas .el-dialog__body{
	max-height: 700px;
	overflow: auto;
}
    
.fs-tree .el-tree-node__content>.el-tree-node__expand-icon{
	padding:0;
}
.fs-tree .el-icon-caret-right:before{
	content:"";
}
 
 .fs-tree .el-tree{
     border: none;
 }
 .fs-tree .el-tree-node__content{
     display: block;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     height: 36px;
 }
   
.cpaas .el-input__prefix {
	position: absolute;
	left: 0px;
}
.cpaas img{
	max-width: 100%;
}

.ant-menu .ant-menu-item span:first-child{
    width: 18px;
    display: inline-block;
}
 
.ant-menu-submenu-title span:first-child{
    width:18px;
    display: inline-block;
}

.ant-menu-submenu .ant-menu-item span:first-child{
    width: 12px !important;
    display: inline-block;
}

.ant-menu-submenu .ant-menu-submenu span:first-child{
    width: 12px !important;
    display: inline-block;
}

#feasApp{
    left: 240px;
}

.jz-left-body{
    width: 240px;
}
.feasApp-react-main-view{
    left: 240px;
}
.yingyong-main-rukou{
    width: 219px;
}

 
/* 解决静态padding的问题
 */
pre{
	padding:8px;
}
.el-table__empty-block{
    min-height: 300px;
}

.cpaas .el-table__header-wrapper thead div{
	background-color: #00000000;
}


.preview_mode {
    padding: 0 !important;
    inset: 0 !important;
}

/* .show-component-title{
	    
	    border: 1px solid  #f00;
		border-bottom:none ;
		padding: 3px 6px;
		
	    width: auto;
	    
	    position: absolute;
	    left: -1px;
	  
	    top: -30px;
	    background: #fff;
} */

.app-config-btn-div{
    display: block;
    opacity: 0.08;
    color: #2c68ff;
    cursor: pointer; 
    font-size: 32px;
} 
.app-config-btn {
	z-index: 9000;
	background: #00000000;
	top:0;
	text-align: center;
	padding-top: 2px;
	right: 6px;
	top: 6px;
	cursor: pointer; 
	min-height: 28px;
}

 

div.app-config-btn:hover {
	 
}

div.app-config-btn:hover {
    background: #fff;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    box-shadow:0 4px 8px 0 rgb(0 0 0 / 44%), 0 0 6px 0 rgb(0 0 0 / 33%);
}

.app-config-btn:hover  .app-config-btn-div{
	 opacity: 1;
	 font-size: 32px;
}

.app-config-btn-div {
    line-height: 30px;
}
 
 
 .kee-design-content-div .absolute-comp {
	 padding:0 0;
 }
 
  
 /* 卡片的高度由内部内容决定，避免重复
  */
 .jzcss-scope-fs-card{
	 height: auto !important;
 }
 .kee-design-content-div .kee-relative-div  .jzcss-scope-fs-pic
{
	 padding: 0 0;
 }
 
 .kee-design-content-div .kee-relative-div  .jzcss-scope-fs-pic .resizer-border
 {
 	 inset: 0 0 !important;
  }
 
.ant-menu-submenu .ant-menu-submenu span:first-child{
    width: 10px!important;
}

.ant-menu-sub.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title{
    margin: 0 0;
}

 
/**
 * 配置城操的主题样式
 */
 

.cityos  .jz-left-body-bg{
	
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-filter: blur(11px);
	filter: blur(11px);
	
}

.cityos .dark-menu{
	background: #FFFFFF;
}
.cityos .jz-left-body-bg::before{
	
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image:url(img/icityos.png);
	  background-repeat: repeat;
		    background-position: top;
			  height: 100%;
	  content: "";
}

.cityos .jz-left-body-bg::after{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	 bottom: 0;
	background-image:url(img/icityos2.png);
	   
	background-repeat: no-repeat;
	    background-position: bottom;
		 
			  height: 100%;
			  content: "";
	
}


.cityos .dark-menu .jz-left-body-menu{
	background: #00000000; 
}
.cityos .jz-left-body-bg-mask{
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,rgba(57,82,142,.65),rgba(0,9,32,.65));
	box-shadow: inset -1px 0 0 rgba(163,198,255,.65), inset -2px -4px 16px rgba(122,169,255,.16);
}

 
    
	

.cityos .ant-menu.ant-menu-dark{
	background: #00000000;
}

.cityos .jz-left-body-menu{
	top:0;
}
.cityos .jz-left-body-menu .ant-menu-root {
	padding-top: 12px;
}
.cityos .ant-menu-sub {
	background: rgba(0,0,0,.4);
}

.cityos .ant-menu-item-selected{
	background: linear-gradient(90deg,#2c68ff,rgba(44,104,255,.4))!important;
}
.cityos .ant-menu-item{
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-radius: 0 !important;
}


.cityos .jz-top-body-header-bg{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 56px;
	z-index: 0;
}

.cityos .jz-top-body-header-bg::before{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
 
	background-image: url(./img/top-header-bg.jpeg);
	height: 296px;
	-webkit-filter: blur(16px);
	filter: blur(16px);
	background-position: 0 0;
	background-repeat: repeat;
	content: "";
	box-sizing: border-box;
}

.cityos .jz-top-body-header-bg::after{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
	background: linear-gradient(271.7deg,rgba(0,25,74,.46),rgba(14,41,105,0) 38.98%,rgba(10,43,134,0) 70.34%,rgba(42,65,138,0));
}

.cityos #jz-top-body{
	
	height: 56px;
	 
	background: linear-gradient(180deg,rgba(50,74,134,.78),rgba(57,79,133,.78));
	box-shadow: inset 0 -1px 0 rgba(163,198,255,.4), inset -2px -6px 13px rgba(60,115,255,.25);
}

.cityos .systemTitle{
	color: #FFFFFF;
	font-size: 24px;
	font-family: JingDongLangZhengTi;
}

.cityos .ant-menu.ant-menu-dark{
	color: rgb(255,255,255,.85);
}
.cityos .ant-menu-dark .ant-menu-item{
	color: rgb(255,255,255,0.85) !important;
}
.cityos #jz-top-body a{
	color: #FFFFFF;
}

.cityos .jz-left-body{
	top:56px;
}
#feasApp.cpaas.cityos{
	top: 56px ;
	background: #f0f2f5;
}
.cpaas.cityos  .el-table{
	color: #000000;
}

.cpaas.cityos .el-form-item__label{
	color: rgb(0,0,0,.85);
}

.cpaas.cityos   .el-table__header>thead>tr>th{
	background: #f5f5f5;
	color: #000000;
}
.cityos .el-table{
	border: none;
}

.cityos .el-button{
	border: none;
}

.cityos .el-table::after {
    top: 0;
    right: 0;
    width: 0px;
    
}



.icos-ant-empty-img-simple-ellipse {
    fill: #f5f5f5;
}
.icos-ant-empty-img-simple-g {
    stroke: #d9d9d9;
}

.icos-ant-empty-img-simple-path {
    fill: #fafafa;
}

.cityos .el-table__empty-text{
    line-height: 20px
}
.cityos .el-empty__image-react{
    width: 64px;
	display: block !important;
} 
.el-empty__image{
	width: 90px;
}
.cityos .el-empty__image{
	display: none;
}

  


body{
	font-variant: tabular-nums;
	    
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum";
	font-family: PingFang SC,Roboto,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,思源黑体CN,apple-system,Noto Sans SC,Microsoft YaHei,Arial;
}