@charset "utf-8";
/* CSS Document */
/* body,html{
	width:100%;
	height:100%;
	padding: 0;
	margin:0; 
	font-family: "微软雅黑";
} */
/*==================目录管理侧边=====================*/
li{
	list-style: none;
}
/* #SideMenuManage{
	position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 14px;
    background: rgba(0,0,0,.6);
    display:none;
} */
#SideDetail{
	margin:5px 0px 5px 50px;
	float: left;
}
.menuContent{
	border: 2px solid #fc6829;
    background: #fff;
    border-radius: 4px;
    width: 356px;
    height: 336px;
    position: fixed;
    right: 33px;
    top: 40%;
    margin-top: -40px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 0;
    z-index: 1000;
}
.menuContent{
	box-sizing: border-box;
	font-size: 14px;
	padding:10px;
	display: none;
}
.menuContent #Side_Delete{
	float: left;
    width: 100%;
}
.menuContent #Side_Delete img{
	width: 15px;
	height: 15px;
	float: right;
}
.menuContent h3{
	font-size: 14px;
	font-weight: normal;
	height: 20px;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    float: left;
    margin-top: 0;
    width: 100%;
}
.menuContent h3 img,.menuContent h3 span{
	vertical-align: middle;
}
.menuContent h3 #add2{
	margin-right: 10px;
}
.menuContent h3 input{
	padding-left: 3px;
	color: #666;
	font-size: 12px;
}
.menuContent h3 span{
	padding-left: 5px;
	padding-right: 5px;
}
.menuContent li{
	height: 22px;
	line-height: 22px;
	position: relative;
	cursor: pointer;
}
.menuContent li.current{
	background-color: 348FE3;
    color: #fff;
}
.menuContent li span,.menuContent li img{
	vertical-align: middle;
}
.menuContent li img{
	width: 16px;
	height: 16px;
}
.menuContent li img:nth-of-type(1){
	margin-left: 5px;
}
.menuContent li:not(.current) .caname,.menuContent li:not(.current) .delete2{
	display: none;
}
.menuContent li input{
	font-size: 14px;
	font-family: "微软雅黑";
	height: 20px;
	line-height: 20px;
}
input:focus {
    border: 1px solid #fc6829;
    outline: none;
    box-sizing: border-box;
}
.menuContent li em{
    position: absolute;
    margin-left: -20px;
    margin-top: 14px;
}
.menuContent li em:nth-of-type(1){
	border-top: 1px dashed #c7c7c7;
    width: 18px;
}
.menuContent li em:nth-of-type(2){
	border-left: 1px dashed #c7c7c7;
    height: 22px;
}
.menuContent li:last-child em:nth-of-type(2){
	height: 0;
	border:none;
}
#menuContent{
	left: 50%;
    margin-left: -230px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 1px 1px #ff6600;
    padding: 0;
    width: 460px;
    height: 390px;
    margin-top: -195px;
    top: 50%;
}
#menuContent h2{
	height: 35px;
    line-height: 35px;
    margin: 0;
    font-size: 16px;
    color: #fff;
    background: #f67631;
    border-radius: 6px 6px 0 0;
    padding-left: 15px;
    font-weight: normal;
}
#MenuBtn{
	float: left;
    margin-top: 50px;
    margin-left:110px;
}
#MenuBtn a{
	text-decoration: none;
	width: 75px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	float: left;
}
#MenuBtn .confirm{
	background: #f67631;
	color: #fff;
	border:1px solid #f67631;
}
#MenuBtn .cancel{
	background: #fff;
	color: #666;
	border:1px solid #cdcdcd;
	margin-left: 18px;
}

