* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.iconfont {
	font-family: iconfont;
	font-size: 16px;
	font-style: normal;
	vertical-align: middle;
}

html,
body {
	background: #F5F9FA;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

ul,
li {
	list-style: none;
}

/**top navigator style**/
#fun-list{
	width:100%;
	height:34px;
	line-height:34px;
	padding: 0 20px;
	background:#F5F9FA;
}
#fun-list li,
#fun-sub-list li{
    display: inline-block;
    text-align: center;
    color: #333333;
    font-size: 11px;
    padding: 0 10px;
}
#fun-sub-list li[type="selectApp"], #fun-sub-list li.appNameWrapper,#fun-sub-list li.global-file-search{
   float:right;
}
#fun-sub-list li.appNameWrapper:hover{
	background:none;
	filter: none;
	cursor: auto;
}
#fun-sub-list{
	width:100%;
	height:50px;
	padding: 0 20px;
    background:#FFFFFF;
}
#fun-sub-list li{
	line-height: 22px;
    height: 22px;
    margin: 14px 0;
    border-radius: 11px;
}
#fun-sub-list li[disabled]:hover *{
	cursor: not-allowed;
	color:#333333;
}
#fun-sub-list li:hover{
	background:#333333;
    filter: Alpha(Opacity=10);
    background: rgba(0,0,0,0.1);
	cursor: pointer;
}
#fun-sub-list li img{
    margin-right: 5px;
    position: relative;
    top: 3px;
}
#fun-sub-list li span{
	font-size: 12px;
}
#view_main {
	border-top: 1px solid #e1e1e1;
	position: absolute;
	top: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 700px;
}
/***left navigator style***/
#menu {
	width: 180px;
	bottom: 0px;
	top: 0px;
	left:0;
	position: absolute;
	margin-right: -180px;
	padding-bottom:10px;
	background:#141C31;
	box-shadow:2px 0px 5px 0px rgba(0,0,0,0.12);
}
#menu .menu-top{
    font-size: 18px;
    color: #F5F9FA;
    font-weight: 500;
    opacity: 0.5;
    padding: 0 0 0 30px;
    height: 47px;
    line-height: 47px;
}

#menu ul li {
	width: 100%;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	padding-left:10px;
}
#menu ul li.active *{
	color: #649FFF !important;
}

#menu ul li i.iconfont {
	margin-right: 5px;
	position: relative;
	top: -16px;
	color: #E0E0E0;
	font-size:12px;
}

#menu ul li span {
	display: inline-block;
	width:90px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:13px;
    color:#E0E0E0;
}
#menu ul li:hover *{
	color:#ffffff;
}
ul.menu-content ul .cate-title{
    color: #ffffff;
    font-size: 14px !important;
    padding-left: 20px !important;
}
ul.menu-content ul .cate-title i{
	top:0 !important;
	font-size:10px !important;
}
.menu-link-left{
    width:40px;
    height: 85%;
	overflow-y: scroll;
	display:inline-block;
	text-align: center;
    padding-top: 7px;
}
.menu-link-left li{
	width: 22px !important;
	height: auto !important;
	line-height: 20px !important;
	background: #ffffff;
	filter: Alpha(Opacity=0.162);
	background:rgba(255,255,255,0.162);
	color:#E0E0E0;
	border-radius: 6px;
	padding: 7px 0;
	text-align: center;
	display: inline-block;
	margin-left: 8px;
	margin-bottom: 10px;
	font-size:14px;
	padding-left:0 !important;
}
.menu-link-left li:hover{
	background: #ffffff;
    filter: Alpha(Opacity=0.24);
    background:rgba(255,255,255,0.24);
}
.menu-link-left li.active{
    background: #4084F2;
    filter: Alpha(Opacity=0.9633);
	background: rgba(64,132,242,0.9633);
	color:#ffffff;
}
.menu-content{
	width:135px;
	height: 85%;
	overflow-y: scroll;
	display:inline-block;
}
.menu-content:before{
	content:"";
	position:absolute;
	display:inline-block;
    width:1px;
    height:920px;
    background:linear-gradient(180deg,#19223C 0%,#293450 46%,#262D3F 100%);
    box-shadow:0px 2px 4px 0px #10172A;
    overflow:hidden;
}
.right-panel{
	position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0px;
}
.right-panel .file-search{
	margin-bottom:0 !important;
	background:#ffffff;
	padding-left: 16px !important;
}
.right-panel .file-history{
	margin-bottom:8px;
}
.right-panel .file-panel{
	height: 100%;
	width:100%;
}
.right-panel .property-panel{
	height: calc(100% - 50px);
	width:100%;
}
.right-panel .property-panel{
	background:#ffffff;
}
.right-panel .file,
.right-panel .file-history{
	height: 45%;
    width: 100%;
    position:relative;
    background:#ffffff;
}
.right-panel .file-property,
.right-panel .node-property{
    height: calc(100% - 100px);
    overflow-y: hidden;
    width: 100%;
    position:relative;
}
.right-panel .file-property{
	height:90%;
}
/***right panel style***/
#right-property-list {
	width: 300px;
	position: fixed;
	background:#F5F9FA;
	box-shadow:-2px 0px 5px 0px rgba(0,0,0,0.12);
	bottom: 0px;
	top: 51px;
	right: 0;
	z-index:1001;
}
#right-property-list:after{
	position:absolute;
	content:"";
	background:#ffffff;
	width:100%;
	height:50px;
	bottom:0;
	display:inline-block;
    box-shadow:0px -1px 1px 0px rgba(0,0,0,0.08);
}
.right-top{
	background:#ffffff;
    line-height:48px;
    border-bottom:1px solid #E0E0E0;
}
.right-top li{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #666666;
    width: 80px;
    margin: 0 34px;
}
.right-menu .con {
	max-height: 420px;
	min-height: 180px;
	overflow: auto;
}

.right-menu li {
	height: 40px;
	line-height: 40px;
	padding-left: 60px;
	position: relative;
	cursor: pointer;
	margin-bottom: 5px;
	width:-webkit-max-content;
}

.right-menu li:before {
	position: absolute;
	content: '\e689';
	font-family: 'iconfont';
	color: #0DA0FF;
	font-size: 17px;
	left: 27px;
	margin-top: -2px;
}
.right-top li.active{
    color:#333333;
    border-bottom: 2px solid #4084F2;
}
/***content panel style***/
.content {
    background: #F5F9FA;
    height: 100%;
    position: absolute;
    right: 300px;
    left: 180px;
}

.content .tab-container {
   width:100%;
   height:50px;
   box-shadow:0px 2px 5px 0px rgba(0,0,0,0.12);
}

.content .tab-container ul {
	height: 50px;
	line-height:48px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space:nowrap;
}
.content .tab-container ul .tab-new{
    background: #F5F9FA;
    border-radius: 100%;
    display:inline-block;
    width:20px;
    height:20px;
    line-height:18px;
    text-align: center;
    margin-left: 30px;
}
.content .tab-container ul .tab-new i{
	font-size: 12px;
    color:#B3B3B3;
}
.content .tab-container ul .tab-new:hover{
    background: #EAEAEA;
}
.content .tab-container .tab {
    padding: 0 30px;
    line-height: 48px;
    display: inline-block;
}
.content .tab-container .tab.active {
	border-bottom: 2px solid #649FFF;
}
.content .tab-container .tab span{
    font-size:13px;
    color:#666666;
    line-height:18px;
}

.content .tab-container .tab.active span{
    color:#4084F2;
}

.content .tab-container .tab .close {
	width:14px;
	height:14px;
	display:inline-block;
	text-align:center;
	line-height:10px;
	color:#F5F9FA !important;
	background:#F5F9FA;
	border-radius:100%;
	margin-left: 10px;
    position: relative;
    top: -2px;
}
.content .tab-container .close i{
	font-size:10px;
}
.content .tab-container .tab .close:hover {
	background:#EB4335;
	color:#fffff;
}

.show-container {
    overflow: auto;
    position: absolute;
    top: 50px;
    bottom: 50px;
    left:0;
    right:0;
}

.show {
	overflow-x: auto;
	height: 100%;
	min-width:720px;
}

.show .button-group {
    position: fixed;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    bottom: 0;
    width:100%;
    z-index: 1000;
    box-shadow:0px -2px 5px 0px rgba(0,0,0,0.12);
	right: 300px;
    left: 180px;
}

.show .button-group span {
    cursor: pointer;
    width: 84px;
    display: inline-block;
    height: 50px;
    text-align: center;
}

.show .button-group span.active {
    width: 72px;
    line-height: 34px;
    margin-left: 8px;
    height: 34px;
    background: rgb(64,132,242);
    color:#FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(37,78,144,0.48);
    border-radius: 17px;
}

.show .view,
.show .xml {
	height: 100%;
	overflow: auto;
}

[type="file"] .extendfile,
[type="file"] .expandfile {
	margin-left: 20px;
}

.extendfile:before,
.expandfile:before {
	color: #5582F3 !important;
}

.html-attribute-name {
	color: red;
}

.html-attribute-value {
	color: blue;
}

.children {
	margin-left: 10px;
}

.start-line,
.end-line,
.line {
	height: 18px;
	line-height: 18px;
	word-wrap: normal;
	word-break: keep-all;
	white-space: nowrap;
	overflow: visible;
	text-overflow: ellipsis;
	display: block;
	position: relative;
}
.line-num{
	position: absolute;
	text-align: center;
	font-size: 14px;
	cursor:not-allowed;
}
.content-line{
	display: inline-block;
}
#input-reminder ul {
	position: absolute;
	z-index: 100;
	left: 10%;
	top: 20%;
	width: 400px;
	background: #eee;
	opacity: 0.7;
	overflow-y: scroll;
	height: 250px;
	min-height: 240px;
	box-shadow: 5px 5px 5px #E7E7E7;
}

#input-reminder ul li {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-size: 1.2em;
	color: green;
}

#input-reminder ul li:hover {
	background: black;
}

#xml {
    height: 100%;
    font-size: 1.3em;
    padding-left: 28px;
    padding-top: 28px;
    overflow: auto;
}
#xml[contenteditable="false"]{
    cursor: not-allowed;
}
input[disabled] {
	background: transparent !important;
}
.disabled, input.disabled, .disabled input{
    background-color: #eeeeee !important;
}

.show-container #uploadBtn {
	float: right;
	visibility: hidden;
}

.hide {
	display: none !important;
}

#r-menu .extend {
	color: #5582F3;
	margin: 0 10px;
	font-size: 12px;
}

.pop-box {
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 9999;
	background: rgb(255,255,255,0.2);
}
.pop-box-content{
    width: 500px;
    height: 323px;
    display: inline-block;
    background: #ffffff;
    box-shadow: 0px 2px 10px 0px #000000;
    border-radius: 4px;
    position: absolute;
    top: 30%;
    left: 36%;
    margin-left: -125px;
    padding: 20px 40px 0 45px;
}
.pop-box-content p>span{
	color: #333333;
    font-size: 18px;
}
.pop-box-content .close{
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background: #595858;
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
}
.pop-box-content .btn span{
	width: 100px;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color:#ffffff;
	background: #CCCCCC;
	font-size: 18px;
}
.pop-box-content input{
    width: 377px;
    border: none;
    border-bottom: 1px solid #E0E0E0;
    padding: 7px;
    font-size:16px;
    margin-top: 30px;
}
.pop-box-content input:focus{
	border-bottom: 1px solid #E0E0E0;
}
.pop-box-content .btn{
	position: absolute;
	bottom: 20px;
	height: 44px;
	left: 0;
	right: 0;
	text-align: center;
}
.pop-box-content .btn .save:hover{
	background:#4084F2;
}
.over-xml{
	/* background:rgba(0,0,0,0.1) !important; */
	border:1px dashed #3166eb!important;
}

.show-xmlOver {
    position: absolute;
    left: 500px;
    top: 500px;
    height: 50px;
    font-size:24px;
    text-align: center;
    line-height: 50px;
    color:#0DA0FF;
}

*{
    scrollbar-arrow-color:#f2f2f3;
    scrollbar-track-color:#1589ce;
    scrollbar-face-color:#27aeff;
    scrollbar-Shadow-color:#1589ce;
}

::-webkit-scrollbar{
    width: 10px;
    height: 10px;
    display:inline-block !important;
}
::-webkit-scrollbar-track{
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);
} 
::-webkit-scrollbar-thumb{
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);
}
.menu-content::-webkit-scrollbar{
	background-color: #141C31;
}
.right-panel::-webkit-scrollbar{
	background-color: #FFFFFF;
}
.menu-content::-webkit-scrollbar-thumb{
	background-color: rgba(225,225,225,0.2);
}
.right-panel::-webkit-scrollbar-thumb{
	background-color: rgba(0,0,0,0.5);
}
.nullChar{
	width:10px;
	display:inline-block;
}
[dirname]{
	margin-left:10px;
}
[dirname] [extend]{
	padding-left:15px;
	color: #666666;
    font-size: 14px;
}
[dirname]+[extend]{
	padding-left:10px !important;
}
.icon-wenjian,
.icon-kuozhan{
	font-size:12px;
	color: #34A853;
}
[dirname] .icon-wenjian+span,
.file-history span{
	font-size: 13px;
	color: #666666;
	margin-left:5px;
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	position: relative;
	top: 6px;
	width: calc(100% - 20px);
	word-break: break-all;
}
[dirname] .icon-wenjianjiadakai,
[dirname] .icon-wenjianjia{
    color:#B3B3B3;
    font-size: 14px;
}
[dirname] .icon-wenjianjiadakai+span,
[dirname] .icon-wenjianjia+span{
	font-size: 15px;
	color: #333333;
	margin-left:5px;
}
.view[platform="pc"]{
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #eeeeee;
    border-radius: 6px 6px 0px 0px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
    overflow: hidden;
}
.empty-panel{
    background: url(../image/empty.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px 150px;
}
.right-fn-box,
.right-package-box{
    position: absolute;
    min-width: 80px;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.17);
    border-radius: 2px;
    display:none;
    z-index:2000;
}
.right-fn-box li,
.right-package-box li{
    height: 30px;
    line-height: 30px;
    padding:0 15px;
}
.right-fn-box li:hover,
.right-package-box li:hover{
	color:#4084F2;
}
[type="fileExtend"],
[type="fileExpand"]{
	padding-left:10px;
}
[type="fileExtend"] i,
[type="fileExpand"] i{
	color: #34A853;
    font-size: 10px;
}
[type="fileExtend"] span,
[type="fileExpand"] span{
	color: #666666;
    font-size: 13px;
}
#currentFocus{
    border: none;
    background: transparent;
}
.file-box span:hover{
	color:#4084F2;
}
ul.property{
	margin-top:20px;
	overflow-y:auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	top: 30px;
	margin: 0;
}
ul.property li,
ul.file-property li{
	margin-bottom:15px;
	padding:0 20px;
	position: relative;
}
ul.property li label,
ul.file-property li label{
	width: 80px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    float:left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	position: relative;
    font-size: 13px;
    color: #333333;
}
ul.property li input,
ul.property li .radio-group,
ul.file-property li input,
ul.file-property li select{
	width: 160px;
	background: #FFFFFF;
	height: 26px;
	line-height: 26px;
	border:none;
	padding:0 5px;
	border: 1px solid #dcdfe6;
}
ul.property li textarea{
	width: 160px;
	border: 1px solid #dcdfe6;
	padding:5px;
}
ul.property li input[type="text"]:hover,
ul.file-property li input[type="text"]:hover,
ul.property li select:hover,
ul.file-property li select:hover,
ul.property li textarea:hover{
	background:#ffffff !important;
	border:1px solid rgb(160, 157, 157) !important;
}
ul.property li input[disabled],
ul.property li input[readonly],
ul.file-property li input[disabled],
ul.file-property li input[readonly],
ul.property li input[disabled]:hover,
ul.property li input[readonly]:hover,
ul.file-property li input[disabled]:hover,
ul.file-property li input[readonly]:hover{
	background:#ffffff !important;
	border:none !important;
}
ul.property li input[disabled]+i,
ul.file-property li input[disabled]+i{
	display:none !important;
}
ul.property li input[type="checkbox"],
ul.file-property li input[type="checkbox"]{
    position: relative;
    top: 4px;
}
ul.file-property li input+i,
ul.property li input+i{
	position:absolute;
	margin-left:-20px;
	right: 35px;
	top: 0;
}
ul.property li.prop-title,
ul.file-property li.prop-title{
   margin-bottom: 10px;
   color: #4084F2;
}
ul.property li.prop-title span{
   display:inline-block;
   width:10px;
   height:10px;
   background-image: url(../image/expand.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 100% 100%;
   margin-right: 7px;
}
ul.property li.prop-title span.expand{
   background-image: url(../image/fold.png);
}
ul.property li textarea{
	word-break:break-all;
	resize: none;
}
ul.property li .radio-group{
	display: inline-block;
	border: 0;
	padding: 0;
}
ul.property li .radio-group .radio{
	display: inline-block;
	margin-right: 10px;
}
ul.property li .radio-group .radio input{
	vertical-align: text-bottom;
    margin-right: 5px;
}
.focus-layer{
	position: relative;
	border:1px solid #3166eb!important;
}
[xml="menubutton"].focus-layer,[xml="menubutton"].hover-layer2:hover{
    opacity:0.8;
}
.hover-layer2:hover{
	position: relative;
	border:1px dashed #3166eb!important;
}
.menu-search input,
.right-search input,
.control-search input{
    background: transparent;
    border: none;
    width: 100px;
    margin-left: 3px;
    color:#FFFFFF;
    font-size: 10px;
}
.right-search input::-ms-input-placeholder {
    color: #B3B3B3;
}
.right-search input::-webkit-input-placeholder {
    color: #B3B3B3;
}
.right-search input::-moz-input-placeholder {
    color: #B3B3B3;
}
.menu-search{
	margin-bottom:0px;
	height:32px;
	line-height:32px;
	border-top: 1px solid rgba(132,138,149,0.35);
    border-bottom: 1px solid rgba(132,138,149,0.35);
    padding-left: 30px;
}
.menu-search i{
	color:#7A7E89;
}
ul.file-action-list{
   width:136px;
   background:#ffffff;
   box-shadow:0px 2px 10px 0px rgba(0,0,0,0.3);
   position:absolute;
   top:50px;
   left:30px;
   padding: 5px 0;
   z-index:10000;
}
ul.file-action-list li{
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: left;
    color: #333333;
    padding-left: 20px;
    font-size: 12px;
}
ul.file-action-list li i{
    font-size: 10px;
    float: right;
    line-height: 28px;
    margin-right: 10px;
    color:#666666;
}
ul.file-action-list li:hover,
ul.file-action-list li:hover i,
ul.control-list li:hover,
ul.control-list li:hover i,
ul.create-fun-list li:hover{
    background:#649FFF;
    color:#ffff !important;
}
ul.action-list-detail{
    position: absolute;
    right: -100px;
    top: 5px;
    background: #ffffff;
    width: 100px;
    padding: 5px 0;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
}
ul.create-fun-list{
	position: absolute;
	height:60px !important;
	line-height:28px !important;
    top: 5px;
    background: #ffffff;
    width: 100px;
    padding: 5px 0;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
    margin-left:20px;
    z-index: 20000;
    display:none;
}
.top-file i{
	top: -1px;
	position: relative;
	margin-right: 5px;
	color: #B3B3B3;
}
.file-search,
.control-search{
    border-bottom: 1px solid #E0E0E0;
    border-top: none;
    padding-left: 30px;
    height:34px;
    line-height:34px;
}
.control-search{
	background:#F5F9FA;
	padding-left: 14px;
}
.right-search input,
.control-search input{
	width: 248px !important;
	color:#333333 !important;
}
.right-search i,
.control-search i{
   color: #B3B3B3 !important;
}
.control-search i{
	font-size:10px;
}
[dirname]>i{
   font-size: 10px;
   color: #D8D8D8;
   margin-right: 5px;
}
ul.control-list{
	width: 100%;
    background: #ffffff;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
    position: absolute;
    top: 83px;
    z-index: 10000;
    max-height: 300px;
    overflow-y: auto;
}
ul.control-list li{
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: left;
    color: #333333;
    padding-left: 20px;
    font-size: 12px;
}
.property-search{
    border: 1px solid #e0e0e0;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    width: auto;
    margin: 0 20px;
    border-radius:4px;
}
.property-search input{
   border: none;
   width: 210px !important;
   position: relative;
   top: -2px;
}
.property-search i{
  float: left;
  position: relative;
  top: -1px;
}
.r-border{
	border-color:#EB4335 !important;
}
.r-border:-moz-placeholder{
	color: #EB4335;
}
.r-border::-webkit-input-placeholder{
	color: #EB4335;
}
.r-border:-ms-input-placeholder{
	color: #EB4335;
}
.file-property input::-moz-placeholder{
	color: #7A7E89;
}
.file-property input:-ms-input-placeholder{
	color: #7A7E89;
}
.file-property input::-webkit-input-placeholder{
	color: #7A7E89;
}
.expandfile:before{
	content:"";
	width:12px;
	height:12px;
	border-left:1px solid #B3B3B3;
	border-bottom:1px solid #B3B3B3;
	display:inline-block;
	position:absolute;
	margin-left:-15px;
}
.status-box{
    position: absolute;
    margin: 0 auto;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    width: 140px;
    height: 44px;
    line-height: 44px;
    background: #ffffff;
    box-shadow:0px 2px 7px 0px rgba(0,0,0,0.14);
    border-radius:27px;
    display: none;
}
.status-box div{
    width: 100%;
    height: 100%;
    text-align:center;
}
.status-box div img{
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}
.status-box div span{
    font-size: 16px;
    font-weight: 400;
}
.status-box.show-success,
.status-box.show-failed{
	display:block !important;
}
.status-box.show-failed .success,
.status-box.show-success .failed{
	display:none;
}
div[name].selected>i+span,
.file-box .expandfile.selected>i+span,
.file [dirname].selected>.package-i+span{
	color:#649FFF !important;
	width: calc(100% - 20px);
	word-break: break-all;
}
.file-box div.expandfile span{
	color:#666666 !important;
	margin-left: 5px;
    font-size: 13px;
    margin-left: 5px;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    top: 6px;
}
.close-box{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 9999;
    background: rgb(255,255,255,0.2);
    display:none;
}
.close-box .content{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:376px;
    height:254px;
    background:#ffffff;
    box-shadow:0px 2px 10px 0px rgba(0,0,0,0.3);
    border-radius:4px;
    padding:50px;
}
.close-box p+div{
	width:100%;
	margin-top:85px;
}
.close-box p{
	font-size:18px;
	text-align:center;
}
.close-box .cancel,
.close-box .close{
	width:100px;
    height:44px;
    border-radius:1px;
    font-size:18px;
    text-align:center;
    display:inline-block;
    line-height:44px;
}
.close-box .cancel{
    border:1px solid #E0E0E0;
	background:#ffffff;
}
.close-box .close{
	background:#4084F2;
    color:#ffffff;
    float:right;
}
[type="createPackage"]{
	border-top:1px solid #e0e0e0;
}
.property-tab{
	padding: 0 20px;
    height: 64px;
    line-height: 64px;
}
.property-tab .title+span{
	margin-left: 120px;
	display:inline-block;
}
.property-tab span{
	font-size:15px;
}
.property-tab span i{
	color:#B3B3B3;
}
.property-tab span i.active{
	color:#4084F2;
}
.property-tab span i:last-child{
	margin-left:34px;
}
.property-tab i.active{
	color:#3E7FEA;
}
.file-box{
	padding:0 20px;
	overflow-y: auto;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}
.file .file-box{
	padding:0 10px !important;
	bottom: 23px;
}
.jfsEditor-d .layui-layer-content{
    min-height: 60px;
    min-width: 280px;
    color:#333333;
    font-size:16px;
}
.jfsEditor-d .layui-layer-title{
	color:#333333;
    font-size:16px !important;
}
.fileDialog ul{
	margin-top:10px;
}
.fileDialog ul li{
    height: 30px;
}
.fileDialog ul li span:first-child{
    width: 70px;
    display: inline-block;
    height: 30px;
    vertical-align: top;
}
.fileDialog ul li span:last-child{
    max-width: 240px;
    display: inline-block;
    white-space: normal;
    word-break: break-all;
    vertical-align: top;
}
.closeDialog .layui-layer-content,
.infoDialog .layui-layer-content{
   vertical-align: middle;
   padding: 0 22px;
   display: table-cell;
}
.infoDialog .layui-layer-content{
   padding: 20px 22px !important;
   word-break: break-all;
   width: 100%;
}
.infoDialog .layui-layer-btn{
  padding: 10px !important;
}
.fileDialog .layui-layer-content ul,
.createDialog div[flag],
.setEnvDialog .layui-layer-content>div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    padding: 0 20px;
}
.jfsEditor-d .layui-layer-btn{
	text-align:center;
	padding: 20px 0 !important;
}
.createDialog .layui-layer-content label,
.setEnvDialog .layui-layer-content label{
	width: 66px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	position:relative;
	font-size:13px;
	color:#333333;
}
.createDialog .layui-layer-content input[type="text"], .createDialog .layui-layer-content select, .setEnvDialog .layui-layer-content input[type="text"]{
	border:none;
	background: transparent;
	width: 260px;
	border-bottom: 1px solid #cccccc;
	height: 50px;
}
.createDialog .layui-layer-content .radiogroup-span{
    margin-right: 20px;
}
.createDialog .layui-layer-content input[type="checkbox"]{
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
.setEnvDialog .layui-layer-content input{
    border-bottom: 1px solid #cccccc;
}
.pluginDialog .layui-layer-btn{
	padding: 15px 0 !important;
}
.jfsEditor-d .layui-layer-btn0{
	background: #4084F2 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    width: 60px !important;
}
.jfsEditor-d .layui-layer-btn1{
	color:#ffffff !important;
	background: #7A7E89 !important;
    font-size: 14px !important;
    width: 60px !important;
    margin-left: 20px !important;
}
.jfsEditor-d .layui-layer-setwin{
	display:none;
}
.newPageDialog .layui-layer-title{
	padding: 10px !important;
	border-bottom:1px solid #e0e0e0;
}
#view_main .content input[type="checkbox"]:before,
#view_main .content input[type="radio"]:before {
    height: 14px !important;
    width: 14px !important;
}
.file-panel p.title{
	height:50px;
	line-height:50px;
	padding-left:19px;
	position: relative;
}
.file-panel p.title.scrolling{
	box-shadow:0px 1px 1px 0px rgba(0,0,0,0.08);
}
.file-panel p.title i{
	color:#666666;
	font-size:13px;
	position: relative;
    top: -2px;
}
.file-panel p.title span{
	color:#666666;
	font-size:15px;
	margin-left:4px;
}
.file-panel p.title span[refresh]{
	display:inline-block;
	width:22px;
	height:22px;
	background:transparent;
	border-radius:100%;
	text-align:center;
	line-height:22px;
	float: right;
	margin-top: 14px;
	margin-right: 20px;
	cursor: pointer;
	/* float: right; */
	position: absolute;
	right: 0;
}
.file-panel p.title span[refresh] img{
	width:12px;
	height:12px;
}
.file-panel p.title span[refresh]:hover{
	background:rgba(0,0,0,0.1);
}
.hover-tips .layui-layer-content{
    padding: 0 !important;
    text-align: center;
    line-height: 24px !important;
    font-size: 10px !important;
}
.hover-tips  .layui-layer-TipsG.layui-layer-TipsB{
    top: -14px !important;
    left: 18px !important;
    transform: rotate(90deg) !important;
}
.property-panel input[disabled][type="checkbox"]:before,.property-panel input[disabled][type="radio"]:before {
	background-image: url(../image/icon/check/dunchecked.png);
}
.property-panel input[disabled][type="checkbox"]:checked:before,.property-panel input[disabled][checked="checked"]:before{
	background-image: url(../image/icon/check/dchecked.png);
}
@media screen and (max-width:1300px) {
	.content{
	   right:0;
	}
	#view_main #right-property-list{
	    width:0;
	}
	.right-toggle{
	    position:fixed;
	    display:inline-block !important;
	    padding:0 2px;
	    height:24px;
	    line-height:24px;
	    top: 65px;
	    right:0;
	    z-index:1002;
	    font-size:13px;
	    background:#999999;
	    color:#ffffff;
	    border-radius:2px 0 0 2px;
    }
    .right-toggle:hover{
        background:#4084F2;
    }
    .right-toggle.expand{
        border-radius:0 2px 2px 0;
    }
    .right-toggle.expand:before{
       content:"\e7c1";
    }
}
@media screen and (min-width:1300px){
	#view_main #right-property-list{
	    width:300px !important;
	}
	.right-toggle{
	    display:none !important;
   }
}
.selectBoxDialog .layui-layer-content{
	padding:0px 25px !important;
	overflow:hidden;
}
.selectBoxDialog .layer-format-table{
    width: auto;
    margin-top: 15px;
}
.layer-format-table .tabel-input{
	border: none;
	padding: 0;
	margin: 0;
	width:100%;
	text-align:center;
	background:transparent;
	line-height: 25px;
	border: 1px solid transparent;
}
.layer-format-table .tabel-input:focus{
	border-color: #4084F2!important;
}
.layer-format-table .tabel-input:hover{
	border-color:#dcdfe6;
}
.selectBoxDialog .table-content,
#exportList .table-content{
    margin-top: 10px;
}
.selectBoxDialog .table-content{
	min-height: 150px;
    max-height: 345px;
    border-right:0;
}
.selectBoxDialog .table-content table{
	border-left:0;
}
.selectBoxDialog .table-content table td{
	border-right:1px solid #e0e0e0 !important;
}
.selectBoxDialog .table-content table td:first-child{
	border-left:1px solid #e0e0e0 !important;
}
.exportDialog .table-content{
	min-height:315px;
}
#exportList{
	margin: 15px 25px 0 25px;
}
#exportList td{
	text-align:left;
	padding:5px 0 5px 10px;
}
#exportList tr td[name="status"]{
	background-repeat: no-repeat;
	background-position: 10px center;
	color:#666666;
	padding-left: 34px;
	padding-right: 5px;
}
#exportList tr td[name="status"].success{
	background-image: url(../image/e_success.png);
	background-size: 14px 11px;
}
#exportList tr td[name="status"].failed{
	background-image: url(../image/e_failed.png);
	background-size: 12px 12px;
}
.exportDialog .e-download{
	display:none;
	position: relative;
    margin-left: 24px;
    font-size:12px;
    margin-top:9px;
}
.exportDialog .e-download a{
	color:#649FFF;
	font-size:12px;
}
/**å‘å¸ƒèœå•å¼¹å‡ºæ¡†æ ·å¼**/
.publishMenuDialog .layui-layer-title{
	text-align: center;
	padding: 12px 0px !important;
	font-size:20px !important;
}
.publishMenuDialog .layui-layer-setwin{
	display:inline-block;
}
.publishMenuDialog *::-webkit-scrollbar{
    width:3px;
	height:5px;
	display:inline-block !important;
}
.main-content{
	width:100%;
	height: 548px;
	display:inline-block;
	float:left;
}
.main-content #app-moudle,
.main-content #menu-group{
	width:320px;
	height:100%;
	display:inline-block;
	float:left;
	overflow:auto;
	box-shadow:1px 0px 4px 0px rgba(0,0,0,0.3);
    border-radius:0px 0px 0px 4px;
}
.main-content #menu-list{
	width:793px;
	height:100%;
	display:inline-block;
	float:left;
}
.required {
	position: relative;
    padding-right: 14px;
}
.required::after{
	content: "*";
    color: #fd6c6a;
    margin-right: 4px;
    position: absolute;
    margin-left: 1px;
	top: 0;
	right: 0;
}
.selectAppDialog{

}
.selectAppDialog ul{
	text-align:left;
	margin:auto;
	padding:10px;
	margin-top: 8px;
}
.selectAppDialog li{
	display: inline-block;
    margin: 5px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    width: 100px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.selectAppDialog li.active{
    background: #4084F2;
    color: #ffffff;
}
.no-content-margin {
    height: auto !important;
    margin-bottom: 0 !important;
}
.clearfix:after {
	display: block;
	content: '';
    clear: both;
	overflow: hidden;
}
[link-attr="ops"] input{
    border: 1px solid #dcdfe6 !important;
}
[link-attr="ops"] input+i{
    margin-top: 7px;
}
.editOpsDialog .layui-layer-content{
    padding:20px;
}
.editOpsDialog label,.editOpsDialog input{
	height: 30px !important;
	line-height: 30px !important;
	width:auto;
}
.editOpsDialog .ops-full{
	width: 100%;
	position: relative;
}
.editOpsDialog .ops-full input+i{
	position:absolute;
	right:10px;
}
.editOpsDialog .ops-half{
	width: 49%;
	display:inline-block;
	padding-right:10px;
}
.editOpsDialog input{
	width:100% !important;
	margin-bottom: 10px;
}
.private-tab-wrapper .private-tab{
	margin-bottom:10px;
}
.private-tab-wrapper .private-tab div{
	display:inline-block;
	padding: 10px;
	padding-left: 0;
	width:48%;
	text-align:center;
}
.private-tab-wrapper .private-tab div.active{
	border-bottom: 2px solid #4084F2;
}
.node-property .private-tab-wrapper{
	height:100%;
	overflow:hidden;
}
.node-property [link-tab]{
	height: calc(100% - 40px);
    overflow: auto;
}
.cus-switch1{
	width: 36px;
	border: 1px solid #dddddd;
	height: 20px;
	border-radius: 12px;
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -3px;
}
.cus-switch1 span{
	width: 18px !important;
	height: 18px !important;
	border-radius: 100%;
	background: #eeeeee;
	line-height: 18px !important;
}
.cus-switch1.active{
	text-align:right;
}

.cus-switch1.active span{
	background: #5582F3;
}
.global-file-search{
	border: 1px solid #eeeeee;
	height: 30px !important;
	line-height: 28px !important;
	border-radius: 24px !important;
}
.global-file-search input{
	background: transparent;
    border: 0;
    padding-left: 5px;
}
.condition-switch{
   display:inline-block;
}
.empty-box::after{
	display: flex;
	width: 100%;
	height: 100%;
	content: attr(data-content-after);
	align-items:center;
	justify-content:center;
	min-height: 50px;
}
.box-focus{
	border:1px dashed #999999 !important;
}
.el-icon-edit.box-edit{
	font-size:20px;
	position:fixed;
	background: #4084F2;
	padding: 3px;
	border-radius: 4px;
	color: #ffffff;
	display:none;
	cursor:pointer;
}
.box-edit-line{
	position: fixed;
    display: inline-block;
    height: 1px;
    border-bottom: 1px dashed #999999;
    display:none;
}
.radio-group .default{
    color: red;
    font-size: 10px;
    margin-left: 2px;
}