html,body {
	height: 100%;
	font-family: Microsoft YaHei,sans-serif,Arial!important;
	font-size: 14px;
}

.iconfont{
	margin-right: 5px;
	margin-top: 1px;
}
.btn-biji{
	color: #FFFFFF !important;
	outline: none !important;
	background: #51B461;
}
.btn-biji:active{
	margin-top: calc(100% + 1px) !important;
}

.btn,.form-control{
	border-radius: 0 ;
}

/*头部*/
.header {
	height: 50px;
	line-height: 50px;
	background: #000000;
	color: #FFFFFF;
}
.header .logo{
	float: left; 
	width: 170px;
	height: 100%;
	font-size:22px;text-align: center;
}
.header .logo img{
	height: 100%;
	width: 100%;
}
.header .title{
	float: left;
	font-size: 22px;
	letter-spacing:2px;
}
.header .user{
	float: right;
	margin-right: 20px;
}


/*内容*/
.main{
	overflow: hidden;
	height: calc(100% - 50px);
}
/*项目*/
.main_wj{
	height: 100%;
	float: left;
	width: 158px;
	background: #f5f5f5;
}
.main_body  .title, .main_wj .title{
    padding: 0 3px 0 10px;
    height: 30px;
    line-height: 29px;
    background: #006DAE;
    color: #FFFFFF;
    border-right: 1px solid #5d9a80;
}
.main_wj .title span{
	float: right;
	font-size: 34px;
	margin-top: -4px;
	cursor: pointer;
}
.main_wj .title span:hover,.main_wjTerr .title .J-addWj:hover{
	color: #51b461;
}
.main_wj .list{
	height: calc(100% - 30px);
	overflow: auto;
	border-right:1px solid #e1e1e1;
}
.main_wj .list::-webkit-scrollbar{ 
 	width: 0px;
}
.main_wj .list h1{
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	overflow: hidden;
}
.main_wj .list h1 span{
	margin-right: 6px;
	cursor: pointer;
}
.main_wj .list h1 .hover{
	color: #45b357;
}

.main_wj .list h1 i{
	margin-right: 0 !important;
}
.main_wj .list li{
	padding-left: 25px;
	cursor: pointer;
	line-height: 30px;
	overflow: hidden;
}
.main_wj .list li:hover{
	background: #e4edf8;
}
.main_wj .list  .active{
	color: #FFFFFF !important;
	background: #51b461 !important;
}
.main_wj .list li input{
	width: 100px;
	display: block;
	border: none;
	height: 23px;
	margin-top: 2px;
	float: left;
	background: none;
	border-radius:2px ;
	line-height: 10px;
	cursor: pointer;
}
.main_wj .list li img{
	margin-top: -3px;
	margin-left: 3px;
}
.main_wj .list li .input{
	background: #FFFFFF;
	color: #000000;
}
.J_delProj{
	opacity: 0;
}
.main_wj .list li:hover .J_delProj{
	opacity: 1;
}

/*文件树*/
.main_wjTerr{
	height: 100%;
	float: left;
	width:225px;
}
.main_wjTerr h1{
    padding: 0 3px 0 10px;
    height: auto;
    line-height: 29px;
    background: #006DAE;
    color: #FFFFFF;
    border-right: 1px solid #5d9a80;
    overflow: hidden;
}
.main_wjTerr h1 span{
	float: right;
	font-size: 34px;
	margin-top: -4px;
	cursor: pointer;
}
.main_wjTerr  .input-group{
	padding:3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.main_wjTerr  .input-group input:focus{
	box-shadow: inset 0px 0px #CCCCCC;
	border: 1px solid #CCCCCC;    
}
.main_wjTerr  .input-group .dropdown-menu>li>a{
	padding: 3px 10px;
}

.tree_body{
	height: calc(100% - 72px);	
	border-right:1px solid #e1e1e1;
}



/*项目内容*/
.main_body{
	height: 100%;
	overflow: hidden;
}
.main_body .title{
	border: none;
}
.main_body .title a{
	color: #03d625;
    margin: 0 5px;
    font-weight: bold;
    text-decoration: underline;
}
.main_content{
	height: calc(100% - 30px);
}
.main_content iframe{
	width: 100%;
	height: 100%;
}
.title-btn{
	height: 100%;
	float: right;
	margin-right: 2px;
}
.title-btn button{
	cursor: pointer;
	margin-top: 4px;
	display: block;
	margin-left: 10px;
}
.title-btn span:hover{
	color: #51b461;
}






/*弹层*/
.layui-layer-title {
    height: 35px !important;
    line-height: 35px !important;
    padding-left: 5px;
}
.layui-layer-setwin {
    top: 10px !important;
}
.subMenuHtml .radio-inline input[type=radio] {
    margin: 2px 0 0;
    margin-left: -18px;
}





