@charset "UTF-8";
        /* 基础重置 - 确保兼容性 */
 html, body {
     height: 100%;
     margin: 0;
     padding: 0;
     font-family: Arial, "Microsoft YaHei", sans-serif;
 	font-size: 12px;
 }
 
a,p,label,span {
    color: #000;
    text-decoration: none;
	font-size: 12px;
}
a {
    cursor: pointer;
}
label {
   display: inline-flex;
}
input{
    border: none;
}   

        
        /* 头部盒子 - 固定定位 */
        .hbox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 60px;
            background-color: #fafafa;
            color: #666;
            z-index: 3;
            /*box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px;
			    background: linear-gradient(to right, #ffffff, #DDD);
        	background: linear-gradient(to right, #ffffff, #edf2fa);
        	background: linear-gradient(to left, #ffffff, #f4f6f9);
        }
        
        /* 头部左侧区域 */
        .header-left {
            display: flex;
            align-items: center;
        }
        
        /* 头部右侧用户区域 */
        .user-area {
            display: flex;
            align-items: center;margin-right: 20px;
        }
        
        .user-avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background-color: #555;
            margin-right: 20px;
            overflow: hidden;
        }
        
        .user-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .user-name {
            margin-right: 15px;
            font-size: 14px;
        }
        
        .user-dropdown {
           /* position: relative;
            cursor: pointer;*/
        }
        
        .dropdown-menu {
            display: none;
            position: absolute;
            right: 0;
            top: 100%;
            background-color: #fff;
            min-width: 160px;
            box-shadow: 0 8px 16px rgba(0,0,0,0.2);
            z-index: 4;
            border-radius: 4px;
        }
        
        .dropdown-menu a {
            color: #333;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            font-size: 14px;
        }
        
        .dropdown-menu a:hover {
            background-color: #f1f1f1;
        }
        
        .user-dropdown:hover .dropdown-menu {
            display: block;
        }
        
		.dropdown-menu ul {
			   padding:0;
			   margin:0;
		}
		
		.dropdown-menu ul li{
			    list-style: none;
		}
        
        /* 当前位置盒子 - 固定定位 */
        .dbox {
            position: fixed;
            top: 60px; /* 头部下方 */
            left: 200px; /* 左边盒子宽度 */
            right: 0;
      
            background-color: #fafafa;

            font-size: 14px;
            z-index: 1;
        	    line-height: 40px;
    			height: 40px;
        	    padding: 0 20px;
        	      /* background-image: linear-gradient(#ffffff, #fbfdff, #fcfcfc);*/
				      background: linear-gradient(to right, #ffffff, #DDD);
					/*  background: linear-gradient(to right, #ffffff, #edf2fa);*/
        	    background: linear-gradient(to left, #ffffff, #edf2fa);
        	background: linear-gradient(to right, #f6f7fa, #ddd);
        	    background: linear-gradient(to left, #f6f7fa, #8baaff, #00a2ea);
        	
        	    background: #f6f8fa;
        	    border-top: 1px solid #d9d9d9;
                border-bottom: 1px solid #f5f7fa;
        }
        
        /* 主体容器 - 为所有固定元素留出空间 */
        .container {
            padding-top: 100px; /* 头部高度 + 当前位置盒子高度 */
            padding-left: 200px; /* 左边盒子宽度 */
           /* min-height: 100%;*/
            position: relative;
        }
        
        /* 左边盒子 - 固定定位 */
        .lbox {
            position: fixed;
            top: 60px; /* 头部 + 当前位置盒子下方 */
            left: 0;
            bottom: 0;
            width: 200px;
            background-color: #FFF;
            color: #fff;
            overflow-y: auto;
            z-index: 3;
                border-right: 1px solid #d9d9d9;
        	    background-image: linear-gradient(#ffffff, #fbfbfb, #eef3fa);
        	    background-image: linear-gradient(#f4f6f9, #fbfbfb, #ffffff);
        }
         /* 导航按钮 */
        .menu-btn-active{
	    		color: #00a2ea;
        }
        
        /* 左侧搜索框 */
        .menu-search {
        	    line-height: 40px;
    			height: 40px;
                padding: 0 5px;
            background-color: #ffffff;
        	background: #f5f5f5;
            position: sticky;
            top: 0;
            z-index: 2;
        	   /* background-image: linear-gradient(#ffffff, #fbfdff, #fcfcfc);*/
        	    background: #00a2ea;padding-left: 10px;    background: #f5f5f5;
        	    border-top: 1px solid #f5f7fa;
        	    border-bottom: 1px solid #d9d9d9;
        }
        
        .menu-search input {
			padding: 5px 0;
			border: 0px solid #777;
			border-radius: 3px;
            background-color: #edf2fa;
        	background-color: #ffffff;
                color: #000;
                width: 100%;
                border-radius: 50px;
        	outline: none;    font-size: 12px;
        }
   		.menu-search input::placeholder {
			color: #000;
		}
        
        /* 左侧菜单列表 */
        .menu-list {
            list-style: none;
            padding: 0 10px;
            margin: 0;
        }
        
        .menu-list li {
            /*padding: 8px 15px;*/
            /*border-bottom: 1px solid #555;
            cursor: pointer;
            transition: background 0.2s;*/
        }
        
        .menu-list li:hover {
           /* background-color: #555;*/
        }
        
        .menu-list li.hidden {
            display: none;
        }
        
        .menu-list li.highlight {
            /*background-color: #666;*/
            font-weight: bold;
        }
        
        /* 中间内容区域 */
        .cbox {
            padding: 20px;
            background-color: #fff;
            min-height: calc(100vh - 250px);/* 视口高度 - (头部+当前位置+底部高度) */
        }
        
        /* 右边盒子 */
        .rbox {
            position: absolute;
            top: 100px; /* 头部 + 当前位置盒子下方 */
            right: 0;
            width: 250px;
            padding: 15px;
            background-color: #f0f0f0;
            min-height: calc(100vh - 160px);
            border-left: 1px solid #ddd;    
			display: none;
        }
        
        /* 底部盒子 */
        .fbox {
            clear: both;
            padding: 15px;
            /*background-color: #333;*/
            /*color: #fff;*/
            text-align: center;
            position: relative;
        
           
        }
        
/*///////////////字段排序////////////////*/

.sort-field{

	color: #b8b8b8; 
	cursor: pointer;
	    background: url(../style/images/sort.png) -5px no-repeat;
	    padding-left: 20px;

}

.sort-field:hover {

     /* background: url(../style/images/sort-hover.png) -5px no-repeat;*/
}
.sort-field-DESC{
	   background: url(../style/images/sort_desc.png) 5px 0px no-repeat;
}
.sort-field-ASC{
	   background: url(../style/images/sort_asc.png) 5px -5px no-repeat;
}

/*** 日历*/
.calendar .fontb span{
    color: #ffffff;
    background: #0075ff;
    width: 20px;
    line-height: 20px;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
}
.calendar .fontb1 span{

width: 30px;
 height: 30px;
 line-height: 30px;
display: block;
margin: 0 auto;
	    cursor: pointer;
}

.calendar .disabled span{
	 color: #d6d6d6;
}
        
        
        
/* 表格容器 - 专用样式 */
.system-table-container {
    width: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
}

/* 表格主体 - 专用样式 */
.system table {
    /*width: 100%;
    border-collapse: separate; 
    border-spacing: 0;
    border-top: 1px solid #e3e3e3;
    margin: 0;*/
	    background-color: #ffffff;
	  border: 0;      /* 清除默认边框 */
  padding: 0;      /* 清除默认内边距 */
  box-sizing: border-box; /* 确保宽度包含边框和内边距 */
	   border-collapse: separate; border-spacing: 0; /* 消除单元格间距 */
	    margin: 0 -1px;
}

/* 表格行 - 专用样式 */
.system-table tr {
    background-color: #ffffff;
    position: relative; /* 为圆角效果做准备 */
}

/* 斑马条纹 - 专用样式 */
.system-table tr:nth-child(even) {
    background-color: #f3f3f3;
}

/* 表头单元格 - 专用样式 */
.system table th {
    /*text-align: center;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 0 10px;
    height: 40px;
     position: relative;
    white-space: nowrap;*/
    background: #ffffff;
	
   
}

/**纵向表格时*/
.system .vertical  table th {
	background: none;
}
/**纵向表格时*/
.system .vertical table th input{
	TEXT-ALIGN: RIGHT;
}

/* 表头输入框 - 专用样式 */
.system-table th input {
    background: transparent;
    border: none;
    width: 100%;
}

/* 表格数据单元格 - 专用样式 */
.system table td {
    /*text-align: center;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;*/
	border-bottom: 1px solid #d9d9d9;
}
.system table td:hover{
	border-bottom: 1px solid #555555;
}
/* 列宽调整手柄 - 专用样式 */
.system table .resize-handle {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background-color: transparent;
    cursor: col-resize;
    z-index: 1;
}

.system table .resize-handle:hover,
.system table .resize-handle.active {
    background-color: #2196F3;
}

/* 移除最后一列的右边框 - 专用样式 */
.system-table th:last-child,
.system-table td:last-child {
    border-right: none;
}

/* 圆角效果 - 专用样式 */
.system-table tr:first-child th:first-child {
    border-top-left-radius: 8px;
}

.system-table tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

.system-table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.system-table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

/* 鼠标悬停效果 - 专用样式 */
.system table tr:hover {
    background-color: #f5f9ff;
}

/* 特殊行样式 - 专用样式 */
.system-table tr[data-item] {
    background-color: #fbfdff;
}

/* 表格操作按钮 - 专用样式 */
.system-table .coolbg {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: #e9f2ff;
    color: #1a73e8;
    cursor: pointer;
}

.system-table .coolbg:hover {
    background-color: #d2e3ff;
}

.system table .coolbgDelete {
    background-color: #ffebee;
    color: #d32f2f;
}

.system table .coolbgDelete:hover {
    background-color: #ffcdd2;
}


.system table .fixed-column {
    position: sticky;
    left: 0px;
	background: #fff;
    z-index: 0;

}

.system table .fixed-column-2 {
    position: sticky;
    left: 32px; 
	background: #fff;
    z-index: 0;
      }
.system table .fixed-column-2 input[type="text"] {
    background: none;
    border: 0px solid #f5f5f5;
}
/*/////////input select textarea//////////*/


 .submit {
    margin: 10px 0;
    text-align: right;
}
.system input[type="text"],.system input[type="password"],
.system select{
    width: 100%;
    padding:  1px;
    border: 0px solid #fbfbfb;
    border-radius: 5px;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    color: #333;
    transition: all 0.3s ease;
    resize: vertical;
    height: 30px;
    line-height: 30px;
    background: none;
	outline: none;
	   
}
.system  input:focus {
       outline: none;
}
.system input:hover{
	border: 0px solid #ccc;
}
.system textarea{
	    vertical-align: middle;
	        width: 100%;
            padding: 1px;
            border: 0px solid #fff;
            border-radius: 5px;
            font-family: 'Arial', sans-serif;
            font-size: 12px;
            color: #333;
            transition: all 0.3s ease;
            resize: vertical; /* 允许垂直调整大小 */
	        height: 30px;
            line-height: 30px;
	        background: none;
	
}
.system  textarea:focus {
       outline: none;
}
.system textarea:hover{
	border: 0px solid #ccc;
}

.logo{
	width: 120px;
    height: 60px;
    line-height: 60px;
    margin-left: 5px;
	
}
.logo img{

	margin-top: 8px;
}


/*////////////////////////上传文件///////////////////////////////////*/
   .file-item {
      margin-bottom: 20px;
      /*border: 1px solid #ccc;*/
      padding: 10px;
      border-radius: 5px;
    }
    .progress-bar {
      width: 100%;
      height: 20px;
      background-color: #f3f3f3;
      border-radius: 10px;
      overflow: hidden;
      margin-top: 10px;
      position: relative;
    }
    .progress {
      height: 100%;
      background-color: #4caf50;
      width: 0;
      transition: width 0.3s ease;
    }
    .progress-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 12px;
      color: #fff;
    }
    .status {
      margin-top: 10px;
      font-weight: bold;
    }
    button {
      /*margin: 5px;
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;*/
    }
    .delete-btn {
      background-color: #ff4d4d;
      color: white;
      border: none;
      padding: 5px 10px;
      border-radius: 5px;
      cursor: pointer;
    }




/*编辑器**/
.editorList{
	width:100%;
	padding: 0px;
}

.editorList li{
	display:inline;
	}
.editorList li a{
    /*border: none;
    border-right: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    padding: 5px 10px;
    background: #fafafa;
    cursor: pointer;*/
	}
.editorList li a:hover{

	}
#editortext {
	/* 推荐方式 - 移除默认outline但提供自定义反馈 */

  outline: none;
  border: 1px solid #ddd;
  transition: border 0.2s ease;
	
	border: 0px solid #e1e1e1;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
	resize:none;
	text-align: left;
scrollbar-face-color:#C00;
scrollbar-highlight-color:#fff;
scrollbar-3dlight-color:#F00;
scrollbar-darkshadow-color:#000;
scrollbar-Shadow-color:#000;
scrollbar-arrow-color:#fff;
scrollbar-track-color:#fff;
}
#editortext:hover {
    border: 0px solid #ccc;
}

/*///////////////////////////////*/

      /* 设置大图预览容器的样式 */
        .preview {
            display: none;
            position: fixed;

		   top: 5px;
		   right: 0;
		   max-width: 500px;
            border: 2px solid #ccc;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            z-index: 10;
        }

        /* 大图样式 */
        .preview img {
            width: 100%;
            height: auto;
        }
        /* 删除搜索词*/
        .quickdelete{
	          display: inline;
			    width: 16px;
			    height: 16px;
			    font-size: 16px;
			    line-height: 16px;
			    text-align: center;
			    position: absolute;
			    /* display: none; */
			    top: 50%;
			    right: 16px;
			    margin-top: -9px;
			    cursor: pointer;
        	    background: url(../style/images/closure.png) 0px no-repeat;
        }
        
		.fa-search {
		    display: inline;
		    width: 16px;
		    height: 16px;
		    font-size: 16px;
		    line-height: 16px;
		    text-align: center;
		    position: absolute;
		    /* display: none; */
		    top: 50%;
		        left: 10px;
		    margin-top: -9px;
		    cursor: pointer;
		    background: url(../style/images/b-search.png) 0px no-repeat;
		}
        







.figcaption{
	font-size: 12px;
}



/*//////////////////////////////分页/////////////////////////////////////*/

/* 分页容器 - 自适应 */
.pagination-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    width: 100%;
}

/* 总记录数 - 自适应 */
.total-records {
    font-size: clamp(12px, 2vw, 14px);
    color: #666;
    margin: 5px;
    white-space: nowrap;
}

/* 分页链接 - 自适应 */
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}

.pagination li {
    margin: 0;    line-height: 10px;
}

.pagination li a,
.pagination li span {
    display: block;
    padding: clamp(6px, 1.5vw, 8px) clamp(8px, 2vw, 12px);
    text-decoration: none;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: clamp(11px, 2vw, 12px);
    min-width: 32px;
    text-align: center;
    box-sizing: border-box;
}

/* 当前页码 */
.pagination li.active span {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

/* 分页链接悬停效果 */
.pagination li a:hover {
    background-color: #f8f9fa;
    color: #0056b3;
    border-color: #ddd;
}

/* 禁用链接样式 */
.pagination li.disabled span {
    color: #ccc;
    cursor: not-allowed;
    background-color: #f8f9fa;
    border-color: #ddd;
}

/* 省略号样式 */
.pagination li span.ellipsis {
    color: #666;
    cursor: default;
    padding: clamp(6px, 1.5vw, 8px) clamp(8px, 2vw, 12px);
}

/* 小屏幕适配 */
@media (max-width: 480px) {
    .pagination li.hidden-xs {
        display: none;
    }
    
    .pagination li a,
    .pagination li span {
        min-width: 28px;
        padding: 5px 8px;
    }
}

/* 中等屏幕适配 */
@media (min-width: 481px) and (max-width: 768px) {
    .pagination li a,
    .pagination li span {
        min-width: 30px;
    }
}





/**/
.system .contentlist{
 width: 100%;
 box-sizing: border-box;
 overflow: auto;
	    max-height: 600px;
}






.tree > ul:nth-child(1) {
   border-left: 0px solid #eae3e3;
	    padding-left: 0px;
}
.tree ul{
    list-style: none;
	border-left: 0px solid #eae3e3;
	padding-left: 0px;
}
.tree ul li{
	margin: 10px 0px;    padding-left: 2px;
}
.tree ul li a{
    padding-left: 0px;
    /* margin-left: 5px; */
    font-size: 14px;
}
.tree ul li a:hover{
	color: #0071c5;
  /*  background: url(../style/images/arrow.png) 0px no-repeat;*/

}

.tree >ul>li>a {
    font-weight: bold;
}
.tree .active{
	color: #0071c5;
	font-weight: bold;
   /* background: url(../style/images/arrow.png) 0px no-repeat;*/
}

.tree .toggle {
    cursor: pointer;
   /* padding: 5px;
    user-select: none;
    background-image: linear-gradient(#ffffff, #fbfbfb, #eeeeee);
	background:#edf2fa;*/
	width: 20px;
    display: block;
    float: left;
}

.tree .toggle::before {
    content: "∨";
	  font-size: 14px;	color: #000; font-weight: bold;
}

.tree .toggle.collapsed::before {
    content: "＞";
	font-size: 14px;	color: #999;    font-weight: bold;
}

.tree .no-toggle{
	padding-left:20px;
}

.tree ul.collapsed {
    display: none;
}     
        
        

 .coolbg2 {
	      /*margin: 0 5px 5px 0;*/
 	    margin: 5px;
	        display: inline-flex;
             align-items: center;
            padding: 5px;
          
            color: #333;
            background-color: #fafafa;
            border: none;
            border-radius: 5px;
            text-decoration: none;
            cursor: pointer;
	        /*background-image: linear-gradient(#ffffff, #fbfbfb, #eeeeee);
 	        background-image: linear-gradient(#ffffff,  #f3f6fc, #f3f6fc);
 	        border: 1px solid #e3e3e3;*/
 	        border: 1px solid #fafafa;
 	 
}
 .coolbg {
	margin: 5px 3px;
    display: inline-flex;
    align-items: center;
    padding: 3px 5px;
    color: #333;
    background-color: #f3f6fc;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #d1d1d1;
 	
 	
}

 .coolbg:hover {
	border: 1px solid #ccc;
    text-decoration: none;

}








/* 面包屑 */
.breadcrumb {

}

.breadcrumb .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0 auto;
          
}
.breadcrumb ol{
	padding: 0;
	    margin: 0;
}
 
.breadcrumb-item {
  display: inline;  display: inline-flex;
}
.breadcrumb-item a {
  color: #000;
}
.breadcrumb-item2{
  display: inline;
}
.breadcrumb-item2 a{
	color: #000;
}
 
.breadcrumb-item + .breadcrumb-item:before {
  padding: 0 5px;
  color: #000;
  content: "＞"; 
}
 
.breadcrumb-item.active {
  color: #6c757d; 
}

        
        
        
        
        
        
        
        
        /* 响应式设计 - 小屏幕适配 */
        @media screen and (max-width: 768px) {
            .container {
                padding-left: 0;
                padding-top: 120px; /* 头部 + 当前位置盒子在小屏幕上可能更高 */
            }
            
            .dbox {
                left: 0;
                top: 60px;line-height: normal;height: auto;  padding: 10px;
  

            }
            
			.logo {
			    width: 70px;    margin-left: -20px;
			}
			.logo img{
			    margin-top: 18px;
			}
            
            .lbox {
                width: 160px;
                top: 120px; /* 头部 + 当前位置盒子下方 */
                transform: translateX(-100%);
                transition: transform 0.3s ease;
            }
            
            .lbox.active {
                transform: translateX(0);
            }
            
            .cbox {
                margin-right: 0;
                min-height: calc(100vh - 180px);
            }
            
            .rbox {
                display: none; /* 小屏幕隐藏右边盒子 */
            }
            
            .fbox {
                margin-left: 0;
            }
            
            .user-name {
                display: none;
            }
            
            .mobile-menu-btn {
                display: block !important;
            }
        }
   