button,input,select,textarea {
	margin:0;
	font-size:100%;
	vertical-align:middle
}
button,input {
	border:none;
	line-height:normal
}
button::-moz-focus-inner,input::-moz-focus-inner {
	padding:0;
	border:0
}
button::-moz-focus-inner {
	border-color:transparent!important
}
button,input[type=button],input[type=reset],input[type=submit] {
	cursor:pointer;
	-webkit-appearance:button
}
input[type=search] {
	box-sizing:content-box;
	-webkit-appearance:textfield
}
input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance:none
}
/*自定义表单样式*/
.CU-table-form{
	padding:5px 15px;
}
.CU-table-form .clear{
	clear:both;
}
.CU-table-form .required{
	color:#d00;
}
.CU-form-item{
	margin-top:15px;
	font-size:14px;
	position: relative;
    display: flex;
}
.CU-form-label{
	overflow:hidden;
	width:85px;
	color:#222;
	font-size:15px;
	line-height:30px;
}

.CU-form-cont{
	line-height: 30px;
    flex: 1;
}
.CU-form-cont input{
	overflow:hidden;
	border:1px solid #e8e8e8;
	line-height:30px;
	color:#555;
	width:100%;
	max-width: 355px;
	padding:2px 5px;
	background:#fff;
	border-radius:4px;
}
.CU-form-cont textarea{
	border:1px solid #e8e8e8;
	line-height:21px;
	color:#555;
	width:95%;
	max-width: 760px;
	overflow:auto;
	min-height: 80px;
	padding:3px;
	background:#fff;
	border-radius:4px;
}
.CU-form-cont .form-input input:focus,.CU-form-cont .form-textarea textarea:focus{
	border-color:#1890ff;
}
.CU-form-item .CU-form-desc{
	overflow:hidden;
	margin-top:5px;
	text-align:left;
	line-height:21px;
	color:#888;
	font-size:13px;
}
.CU-form-item .is-desc-click{
	cursor:pointer;
}
.CU-form-item .cont{
	overflow:hidden;
}
.CU-form-item .items{
	overflow: hidden;
    background: #e8e8e8;
	line-height: 20px;
    border-radius: 8px;
    margin-right: 15px;
    margin-bottom: 5px;
	margin-top:3px;
    padding: 2px 10px;
    float: left;
	cursor:pointer;
	color:#444;
}
.CU-form-item .active{
	background:#1890ff;
	color:#f8f8f8 !important;
}
.CU-form-item .active .descs{
	color:#f8f8f8 !important;
}
.CU-form-item .items .name{
	line-height:20px;
	font-size:14px;
	text-align:center;
}
.CU-form-item .items .descs{
	color:#888;
	line-height:20px;
	margin-top:3px;
	font-size:12px;
	text-align:center;
}

.CU-headimg-uploader{
	border: none;
	width:75px;
	height:75px;
	position:relative;
	overflow:hidden;
	margin:0px auto;
}
.CU-headimg-uploader .uploader-input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 19891015;
	border-radius:50%;
}
.CU-headimg-uploader .uploader-plus{
	height: 100%;
	width: 100%;
	text-align:center;
	cursor:pointer;
	border-radius:50%;
}
.CU-headimg-uploader .uploader-plus img{
	width:100%;
	height:100%;
	border-radius:50%;
}
.CU-headimg-uploader .assets-progress-percent{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
	text-align:center;
	color:#fff;
	background:rgba(0, 0, 0, 0.3) none repeat scroll 0 0 !important;
	filter:Alpha(opacity=0); 
	font-size:12px;
    z-index: 19891017;
	border-radius:50%;
	line-height:65px;
}

/*model下拉选择弹窗start*/
.CU-choose-model-select{
	overflow:hidden;
	position:absolute;
	top:40px;
	left:62px;
	width: 100%;
	max-width:355px;
	border-radius:5px;
	-webkit-box-shadow:0 0 3px #d3d3d3;
	box-shadow:0 0 3px #d3d3d3;
	background:#fff;
	z-index:100;
}
.CU-choose-model-select .model-select-list{
	padding:5px 10px;
	max-height:350px;
	min-height:30px;
	overflow-y:auto;
}
.CU-choose-model-select .model-select-list .select-item{
	padding: 5px 10px;
	overflow: hidden;
	cursor: pointer;
	margin-top: 5px;
}
.CU-choose-model-select .model-select-list .select-item:hover{
	background:#f3f3f3;
}
.CU-choose-model-select .model-select-list .active{
	background:#DEE5EE !important;
}
.CU-choose-model-select .model-select-list .select-item-name{
	color:#222;
	line-height:21px;
	font-size:14px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.CU-choose-model-select .model-select-list .select-item-desc{
	color:#888;
	line-height:21px;
	font-size:13px;
	margin-top:5px;
	max-height:42px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.CU-choose-model-select .model-select-btn{
	overflow:hidden;
	text-align:right;
	padding:10px 15px;
	border-top: 1px solid #eee;
}
.CU-choose-model-select .select-btn-cancel{
	color:#777;
	font-size:14px;
	border-radius:3px;
	border:1px solid #eee;
	padding:3px 10px;
	cursor:pointer;
}
.CU-choose-model-select .select-btn-sure{
	color:#fff;
	font-size:14px;
	border-radius:3px;
	background:#007bff;
	padding:3px 13px;
	margin-left:15px;
	cursor:pointer;
}
.CU-choose-model-select .model-select-search{
	overflow:hidden;
	margin:10px 15px;
	border:1px solid #ddd;
	background:#fff;
	border-radius:5px;
	padding:2px 5px;
}
.CU-choose-model-select .model-select-search .search-icon{
	width:35px;
	float:right;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
.CU-choose-model-select .model-select-search .search-icon img{
	width:20px;
	margin-top:2px;
}
.CU-choose-model-select .model-select-search .search-input{
	overflow:hidden;
	color:#333;
	font-size:14px;
}
.CU-choose-model-select .model-select-search .search-input input{
	line-height:24px;
	background:#fff;
	width:100%;
}
/*model下拉选择弹窗end*/
/* 卡片样式 */
.CU-form-cont .CU-items-card {
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 3px;
}
.CU-form-cont .items-tags-container{
}
.CU-form-cont .items-tag-pair {
	background-color: #f9f9f9;
	border-radius: 8px;
	padding: 0px;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-end;
	gap: 10px;
	align-items: center;
	justify-content:space-between;
}
.CU-form-cont  .items-tag-input-group {
	flex: 1;
}
.CU-form-cont .items-tag-input {
	width: 100%;
	line-height: 30px;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 0 10px;
	outline: none;
    color: #333;
	transition: border-color 0.2s;
}
.CU-form-cont .items-remove-btn{
	width: 40px;
	margin-left: 5px;
    overflow: hidden;
    text-align: center;
}
.CU-form-cont .items-remove-btn img{
	width: 30px;
	height: 30px;
    text-align: center;
}
.CU-form-cont .items-add-btn-container{
    overflow: hidden;
    padding: 3px 0px;
}
.CU-form-cont .items-add-btn-container .sure {
	line-height: 20px;
	background-color: #007bff;
	font-size: 15px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	padding: 7px 22px;
	margin-right: 20px;
}
/*自定义下拉框*/
.CU-form-item .custom-select{
	overflow: hidden;
	max-width:355px;
	width: 100%;
	color:#333;
	padding: 4px 5px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
	cursor:pointer;
	background:#fff;
}
.CU-form-item .custom-select .placeholder{
	color:#888;
}
.CU-form-item .custom-select .select-cont{
	height:25px;
	line-height:25px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.CU-form-item .custom-select .icon{
	overflow:hidden;
	float:right;
	width:21px;
	text-align:center;
	height: 25px;
}
.CU-form-item .custom-select .icon img{
	width:20px;
	vertical-align: top;
	margin-top: 2px;
}
.CU-form-bottom-btn{
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.CU-bottom-fixed{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.CU-form-bottom-btn-inner{
	overflow: hidden;
	padding: 15px 15px;
	border-top: 1px solid #eee;
	text-align: right;
    margin: 15px 0px;
}
.CU-bottom-fixed .CU-form-bottom-btn-inner{
    margin: 0px !important;
    padding: 10px 15px !important;
}
.bottom-left{
	text-align: left;
}
.bottom-right{
	text-align: right;
}
.bottom-center{
	text-align: center;
}
.CU-left{
	float: left;
}

.CU-bottom-btn-sure{
	color: #fff;
	background: #007bff;
	font-size: 15px;
	border-radius: 5px;
	padding: 4px 25px;
	cursor: pointer;
	margin-left: 15px;
	line-height: 25px;
}
.CU-bottom-btn-cancel{
	color: #555;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 15px;
	border-radius: 5px;
	padding: 4px 20px;
	cursor: pointer;
	margin-left: 15px;
	line-height: 25px;
}
.CU-dialog-content{
	min-height: 250px;
}
.is-hide{
	display: none;
}
/*侧边栏弹窗*/
.CU-aside-window-wrap{
	position:fixed;
	right:0px;
	top:0px;
	height:100%;
	width:50%;
	z-index:1000;
	background:#fff;
	/* 添加从右到左的动画效果 */
	transform: translateX(100%);
	transition: transform 0.3s ease-out;
}

/* 动画激活状态 - 抽屉显示时添加此类 */
.CU-aside-window-wrap.show {
	transform: translateX(0);
}
.CU-aside-window-wrap .CU-aside-header{
	padding:10px 15px;
	font-size:16px;
	color:#333;
	line-height:25px;
	overflow:hidden;
}
.CU-aside-window-wrap .CU-aside-header .CU-aside-title{
	font-size:16px;
	color:#333;
	line-height:25px;
}
.CU-aside-window-wrap .CU-aside-header .CU-aside-close{
	width:60px;
	float:right;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
.CU-aside-window-wrap .CU-aside-header .CU-aside-close img{
	width:24px;
}

.CU-aside-window-wrap .CU-aside-content{
	overflow-y:auto;
	padding:0px 10px;
	overflow-x:hidden;
}
.CU-aside-window-zhezhao{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	z-index:1000;
	/* 添加淡入动画效果 */
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

/* 遮罩显示状态 */
.CU-aside-window-zhezhao.show {
	opacity: 1;
}

.CU-img-wrap{
	overflow:hidden;
}
.CU-img-wrap .CU-show-imgs{
	float:left;
	overflow:hidden;
}
.CU-img-wrap .CU-uploader{
	border: none;
	border-radius: 4px;
	height: 68px;
	width: 68px;
	float:left;
	margin-bottom:10px;
}
.CU-img-wrap .CU-uploader .uploader-plus{
	background-color: #f6f8f9;
	height: 100%;
	width: 100%;
	text-align:center;
}
.CU-img-wrap .CU-uploader .uploader-plus img{
	width:28px;
	margin-top:20px;
}
.CU-img-wrap .CU-img-item{
	border-radius: 8px;
	flex-shrink: 0;
	height: 68px;
	width: 68px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	position: relative;
	display: inline-block;
}
.CU-img-wrap .CU-img-item img{
	width:100%;
	max-height:100%;
	border-radius: 4px;
	cursor:pointer;
}
.CU-img-wrap .CU-img-remove{
	position:absolute;
	width:27px;
	height:27px;
	top: 0px;
    right: 0px;
	z-index:100;
	cursor:pointer;
}
.CU-img-wrap .CU-img-remove img{
	width:27px;
}
.CU-img-wrap .CU-play{
	position:absolute;
	width:100%;
	height:100%;
	top: 0px;
	bottom:0px;
	left:0px;
    right: 0px;
	z-index:99;
	cursor:pointer;
	border-radius: 8px;
	text-align:center;
	background:rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
	filter:Alpha(opacity=0); 
	background:#fff;
}
.CU-img-wrap .CU-play img{
	width:30px;
	text-align:center;
	margin-top:19px;
}
.CU-form-item-disabled {
	opacity: 0.6;
	pointer-events: none;
}
.CU-form-item-disabled .custom-select.disabled {
	background-color: #f5f5f5;
	cursor: not-allowed;
}
.CU-form-item-disabled .items.disabled {
	background-color: #f5f5f5;
	cursor: not-allowed;
	opacity: 0.6;
}
.CU-form-item-disabled .CU-uploader.disabled {
	background-color: #f5f5f5;
	cursor: not-allowed;
	opacity: 0.6;
}
.CU-form-item-disabled .items-add-btn.disabled,
.CU-form-item-disabled .items-remove-btn.disabled {
	background-color: #f5f5f5;
	cursor: not-allowed;
	opacity: 0.6;
}
.CU-form-item-disabled input:disabled,
.CU-form-item-disabled textarea:disabled,
.CU-form-item-disabled select:disabled {
	background-color: #f5f5f5;
	cursor: not-allowed;
}
.CU-table-form .disabled{
	pointer-events: none;
	background-color: #f5f5f5;
}

/* 简单文件上传样式 */
.CU-simple-upload-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.CU-simple-upload-filename {
    flex: 1;
    padding: 8px 12px;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.CU-simple-uploader {
    border: 1px dashed #d9d9d9;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s;
}
.CU-simple-uploader:hover {
    border-color: #40a9ff;
}
.CU-simple-uploader .simple-uploader-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.CU-simple-uploader .simple-uploader-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.CU-form-item-disabled .CU-simple-uploader.disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.6;
}

/*自定义表单样式end*/
/* 加载样式 */
.loading {
    text-align: center;
    padding: 20px;
}

/* 列表样式 */
.CU-list-loading{
	text-align: center;
	padding: 20px;
	color: #777;
	line-height: 24px;
	font-size: 14px;
}
.CU-list-loading img{
	width: 24px;
	margin-right: 5px;
}

/* 悬浮loading样式 - 当原有loading元素添加此类时生效 */
.CU-list-loading.CU-list-floating-loading {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
	padding: 12px 20px;
	text-align: center;
	color: #333;
	border-radius: 0 0 8px 8px;
	margin-bottom: 10px;
	animation: fadeInDown 0.3s ease-out;
}

.CU-list-loading.CU-list-floating-loading img {
	width: 20px;
	margin-right: 8px;
}

.CU-list-loading.CU-list-floating-loading span {
	font-size: 14px;
	font-weight: 500;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.CU-table-list {
    width: 100%;
    padding: 0px 10px; /* 侧边tab靠边解决 */
}

.CU-list-container {
    overflow-x: auto;
	position: relative;
}

.CU-list-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.CU-list-container.is-border{
	border: 1px solid #eee;
}
/* 列表表格样式,只保留横向线，去掉竖线 */
.CU-list-table th, .CU-list-table td {
    padding: 6px 8px;
    text-align: left;
}

.CU-list-table th {
    background: #f5f5f5;
    font-weight: bold;
	font-size: 15px;
	color: #555;
	border-bottom: 1px solid #eee;
	line-height: 20px;
}
/*排除最后一个th, 给其他的加个右侧边框*/
.CU-list-table th:not(:last-child) {
    border-right: 1px solid #eaeaea;
}
.CU-list-table td {
	font-size: 15px;
	line-height: 22px;
	color: #333;
	overflow: hidden;
}

.CU-table-medium td, .CU-table-medium th{
	font-size: 15px;
	padding: 6px 6px;
}
.CU-table-mini td, .CU-table-mini th{
	font-size: 14px;
	padding: 4px 5px;
}
.CU-table-large td, .CU-table-large th{
	font-size: 16px;
	padding: 8px 8px;
}

/* 固定布局表格 */
.CU-list-table.fixed-layout {
    table-layout: fixed;
}

/* 自动布局表格 */
.CU-list-table.auto-layout {
    table-layout: auto;
    width: 100%;
}

/* 固定布局表格 */
.CU-list-table.fixed-layout {
    table-layout: fixed;
    width: 100%;
}

/* 固定宽度单元格 */
.CU-list-table td.fixed-width, .CU-list-table th.fixed-width {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 自动宽度单元格 */
.CU-list-table td.auto-width, .CU-list-table th.auto-width {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
	min-width: 55px;
}
/*加个下划线*/
.CU-list-table tbody tr {
    border-bottom: 1px solid #eee;
}

.CU-list-table tbody tr:hover {
    background: #f9f9f9;
}
.CU-list-table .is-click{
	cursor: pointer;
}

.CU-list-checkbox-col {
    text-align: left;
}

.CU-list-index-col {
    width: 60px;
    text-align: center;
}

.CU-list-action-col {
    width: 150px;
    text-align: center;
}
.CU-list-bottom-row{
	padding: 6px 8px;
	display: flex;
	/*两边对齐*/
	justify-content: space-between;
}
.CU-list-bottom-action-col {
	overflow: hidden;
    text-align: right;
}
.CU-list-row-selected{
	background-color: #f5f5f5;
}

/* 列浮动样式 */
.CU-list-table .CU-float-left {
    position: sticky;
    left: 0;
    z-index: 5;
    background-color: inherit;
}

.CU-list-table .CU-float-right {
    position: sticky;
    right: 0;
    z-index: 5;
    background-color: inherit;
}

/* 表头浮动样式 */
.CU-list-table th.CU-float-left {
    background-color: #f5f5f5;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}

.CU-list-table th.CU-float-right {
    background-color: #f5f5f5;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
}

/* 表格内容浮动样式 */
.CU-list-table td.CU-float-left {
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.05);
}

.CU-list-table td.CU-float-right {
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.05);
}

/* 悬浮行时浮动列的样式 */
.CU-list-table tbody tr:hover td.CU-float-left,
.CU-list-table tbody tr:hover td.CU-float-right {
    background-color: #f9f9f9;
}

/* 操作按钮列的特殊样式 */
.CU-list-table th.CU-list-action-col.CU-float-right {
    z-index: 6; /* 提高z-index，确保操作按钮列在最上层 */
    text-align: center;
}

.CU-list-table td.CU-list-action-col.CU-float-right {
    z-index: 6; /* 提高z-index，确保操作按钮列在最上层 */
    text-align: center;
}

.CU-list-checkbox {
    width: 16px;
    height: 16px;
}

.CU-list-checkbox-all {
    width: 16px;
    height: 16px;
}
.CU-tag-success {
    background: #f0f9eb;
    color: #67C23A;
}
.CU-tag-warning {
    background: #fff7e6;
    color: #fa8c16;
}
.CU-tag-danger {
    background: #fef0f0;
    color: #f56c6c;
}
.CU-tag-primary {
    background: #ecf5ff;
    color: #667eea;
}
.CU-tag-info {
    background: #f4f7fd;
    color: #909399;
}
/*紫色*/
.CU-tag-purple {
	background: #f9f0ff;
    color: #722ed1;
}
.CU-tag-col {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 13px;
}

.CU-list-btn {
    padding: 4px 10px;
    margin: 0 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    font-size: 12px;
}

.CU-list-btn-primary {
    background: #667eea;
    color: #fff;
    border-color: #667eea;
}
.CU-list-btn-info {
    background: #fff;
	border: 1px solid #dcdfe6;
    color: #606266;
}

.CU-list-btn-success {
    background: #67C23A;
    color: #fff;
    border-color: #67C23A;
}

.CU-list-btn-warning {
    background: #faad14;
    color: #fff;
    border-color: #faad14;
}

.CU-list-btn-danger {
    background: #f56c6c;
    color: #fff;
    border-color: #f56c6c;
}
/*紫色*/
.CU-list-btn-purple {
    background: #722ed1;
    color: #fff;
	border-color: #722ed1;
}
/*紫色*/
.CU-list-btn-text-purple {
    color: #722ed1;
    border:none;
	font-size: 15px;
	padding: 4px 5px;
}

.CU-list-btn-text-primary{
    color: #3855d5;
    border:none;
	font-size: 15px;
	padding: 4px 5px;
}
.CU-list-btn-text-info {
    color: #909399;
    border:none;
	font-size: 15px;
	padding: 4px 5px;
}

.CU-list-btn-text-success {
    color: #67C23A;
	border:none;
	font-size: 15px;
	padding: 4px 5px;
}

.CU-list-btn-text-warning {
    color: #faad14;
	border:none;
	font-size: 15px;
	padding: 4px 5px;
}

.CU-list-btn-text-danger {
    color: #F56C6C;
	border:none;
	font-size: 15px;
	padding: 4px 5px;
}
.CU-list-empty {
    text-align: center;
    color: #888;
	line-height: 30px;
	margin: 25px 0;
	font-size: 15px;
}
.CU-list-empty td {
    text-align: center;
    color: #888;
	line-height: 30px;
	margin: 25px 0;
	font-size: 15px;
}

.CU-list-pagination {
    padding: 10px 10px;
    text-align: right;
}
/* 批量操作按钮样式 */
.CU-list-batch-actions {
    padding: 10px 0;
    border-radius: 4px;
	overflow: hidden;
}

.CU-batch-actions-container {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.CU-batch-actions-container .CU-list-checkbox-all-batch {
    margin-right: 10px;
}

.CU-batch-btn {
    padding: 6px 12px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    font-size: 13px;
}

.CU-batch-btn:hover {
    background: #f0f0f0;
}

.CU-batch-btn-primary {
    background: #667eea;
    color: #fff;
    border-color: #667eea;
}

.CU-batch-btn-success {
    background: #67C23A;
    color: #fff;
    border-color: #67C23A;
}

.CU-batch-btn-warning {
    background: #faad14;
    color: #fff;
    border-color: #faad14;
}

.CU-batch-btn-danger {
    background: #f56c6c;
    color: #fff;
    border-color: #f56c6c;
}

.CU-selected-count {
    margin-left: auto;
    font-size: 13px;
    color: #666;
}

.CU-selected-count-num {
    color: #1890ff;
    font-weight: bold;
}
/*顶部自定义内容样式*/
.CU-list-top {
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    color: #333;
}
.CU-list-top-content {
    background: #FEF3C7;
    padding: 8px 10px;
    color: #D97706;
    font-size: 14px;
    line-height: 22px;
}

/* 搜索区域样式 */
.CU-list-search {
    padding: 10px 0px;
}
.CU-list-search-flex {
    display: flex;
    justify-content:space-between;
}	

.CU-search-container {
	padding-right: 15px;
    flex: 1;
}

/* 搜索字段样式 */
.CU-search-field {
    position: relative;
}
.field-flex{
	display: flex;
	flex-wrap: wrap;
    gap: 20px;
}

.CU-search-label {
    font-size: 14px;
    color: #333;
	line-height: 25px;
}

/* 卡片式搜索样式 */
.CU-search-card-options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.CU-search-card-option {
	color: #333;
    font-size: 14px;
    cursor: pointer;
    line-height: 25px;
    overflow: hidden;
    position: relative;
}

.CU-search-card-option:hover {
    color: #3855d5;
}

.CU-search-card-option.active {
    color: #3855d5;
    font-weight: 600;
}

/* 下拉式搜索样式 */
.CU-search-select-wrap {
    min-width: 85px;
	max-width: 300px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 1px 8px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.CU-search-select-wrap .select-cont {
    color: #333;
    font-size: 14px;
	line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}
.CU-search-select-wrap .select-cont input {
    border: none;
    background: #fff;
    line-height: 24px;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
}

.CU-search-select-wrap .select-cont.placeholder {
    color: #777;
}

.CU-search-select-wrap .icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CU-search-select-wrap .icon img {
    width: 12px;
    height: 12px;
    transition: transform 0.3s;
}

.CU-search-select-wrap.active .icon img {
    transform: rotate(180deg);
}

/* 搜索下拉框特殊样式 */
.CU-search-field .CU-choose-model-select {
    min-width: 195px;
	max-width: 275px;
	width: auto;
    left: 0;
    top: 100%;
    margin-top: 4px;
    z-index: 100;
}

.CU-search-field .model-select-list {
    max-height: 300px;
    overflow-y: auto;
}

/* 搜索操作按钮 */
.CU-search-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 8px;
}
.CU-search-btn {
    padding: 6px 12px;
    background: #1890ff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.3s;
}

.CU-search-btn:hover {
    background: #40a9ff;
}

.CU-search-btn-clear {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #ddd;
}

.CU-search-btn-clear:hover {
    background: #e6e6e6;
}
.CU-search-item:not(:first-child){
	margin-top: 10px;
}

/**定时时间选择*/
.dingshi-wrap{
    position:relative;
}
.dingshi-wrap .days{
    float:left;
    width:200px;
    position:relative;
}
.dingshi-wrap .hours{
    float:left;
    width:100px;
    margin-left:15px;
    position:relative;
}
.dingshi-wrap .minute{
    float:left;
    width:85px;
    margin-left:15px;
    position:relative;
}
.dingshi-wrap .days-input{
    border-radius:4px;
    border:1px solid #ddd;
    overflow:hidden;
    cursor:pointer;
}
.dingshi-wrap .days-input .input{
    color:#333;
    line-height:25px;
    padding:5px 10px;
    font-size:15px;
}
.dingshi-wrap .days-input .icon{
    overflow: hidden;
    float: right;
    padding: 3px 1px;
    width: 24px;
    height: 24px;
    text-align: center;
}
.dingshi-wrap .days-input .icon img{
    width:14px;
}
.dingshi-wrap .days-select{
    position:absolute;
    bottom:10px;
    left:25px;
    z-index:19891016;
    overflow: hidden;
    width: 200px;
    border-radius: 8px;
    box-shadow: 0 2px 20px #ddd;
    -webkit-box-shadow: 0 2px 20px #ddd;
    background: #fff;
    padding:10px 5px;
    max-height: 255px;
    min-height: 100px;
    overflow-y: auto;
}

.dingshi-wrap .days-select .select-item{
    padding:10px 10px;
    overflow:hidden;
    cursor:pointer;
}
.dingshi-wrap .days-select .select-item:hover{
    background:#f3f3f3;
}
.dingshi-wrap .days-select .name{
    color:#222;
    line-height:21px;
    font-size:15px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dingshi-wrap .days-select .actives{
    background:#f3f3f3;
}
.dingshi-wrap .days-select .actives .name{
    color:#3855d5 !important;
    font-weight:bold;
}
/**定时时间选择end---*/

/*紫色*/
.CU-purple {
    color: #722ed1 !important;
}

.CU-primary {
    color: #3855d5 !important;
}

.CU-success {
    color: #67C23A !important;
}

.CU-warning {
    color: #faad14 !important;
}
.CU-info {
    color: #909399 !important;
}
.CU-danger {
    color: #F56C6C !important;
}

.CU-purple {
    color: #722ed1 !important;	
}
/*按钮*/
.CU-btn {
    padding: 7px 22px;
    background: #1890ff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}
.CU-btn-small {
    padding: 3px 7px;
    background: #1890ff;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.3s;
}
.CU-btn:hover {
    background: #40a9ff;
}
.CU-btn-primary {
    background: #667eea;
}
.CU-btn-primary:hover {
    background: #667eea;	
}

.CU-btn-success {
    background: rgb(61, 150, 129);
}
.CU-btn-success:hover {
    background: rgb(82, 184, 163);
}	

.CU-btn-warning {
    background: #faad14;
}
.CU-btn-warning:hover {
    background: #f59c1a;
}	

.CU-btn-info {
    background: #909399;
}
.CU-btn-info:hover {
    background: #a6aab0;
}
.CU-btn-danger {	
    background: #F56C6C;
}
.CU-btn-danger:hover {
    background: #f78989;	
}
.CU-btn-purple {
    background: #722ed1;
}
.CU-btn-purple:hover {
    background: #722ed1;
}


/* 响应式调整 */
@media (max-width: 768px) {
    .CU-search-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .CU-search-field {
        min-width: 100%;
    }
    
    .CU-search-actions {
        justify-content: center;
    }
}

.CU-loading-shade{ 
	position: fixed; 
	width:100%; 
	height:100%; 
	left:0px; 
	top:0px;
	background: rgba(0,0,0,0.2) none repeat scroll 0 0!important; 
	filter: Alpha(opacity=20);  
	z-index: 19891015;
	color: #fff;
}
.CU-loading-shade2{ 
	position: fixed; 
	width:100%; 
	height:100%; 
	left:0px; 
	top:0px;
	background: rgba(0,0,0,0) none repeat scroll 0 0!important; 
	filter: Alpha(opacity=0);  
	z-index: 19891015;
	color: #fff;
}
.CU-start-loading {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 19891016;
    background: #000;
	border-radius:5px;
	text-align:center;
    color: #efefef;
	font-size:0.9rem;
	line-height:27px;
	display: box;
    display: -webkit-box;
    display: -moz-box;
    box-pack: center;
    box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
}
.CU-loading-w1{
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
}
.CU-loading-w2{
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}
.CU-loading-rgba6{ 
    background: rgba(0,0,0,0.6) none repeat scroll 0 0!important;
    filter: Alpha(opacity=60);
	color:#fff;
}
.CU-loading-rgba5{ 
    background: rgba(0,0,0,0.5) none repeat scroll 0 0!important;
    filter: Alpha(opacity=50);
	color:#fff;
}
.CU-start-loading img.gif{
	width:28px;
	height:28px;
}
.CU-start-loading img.png{
	width:35px;
	height:35px;
	-webkit-animation: CU-loadingin 1s linear infinite;
	animation: CU-loadingin 1s linear infinite;
}
@-webkit-keyframes CU-loadingin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes CU-loadingin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* CustomTabs 自定义Tab插件样式 */
.CU-tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.CU-tabs:not(.CU-tabs-vertical) .CU-tabs-content {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.CU-tabs:not(.CU-tabs-vertical) .CU-tab-pane {
    width: 100%;
    flex-shrink: 0;
}

.CU-tabs-header {
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

.CU-tabs-nav-wrap {
    overflow: hidden;
    position: relative;
    flex: 1;
}

.CU-tabs-nav-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1px;
}

.CU-tabs-nav {
    display: flex;
    white-space: nowrap;
    position: relative;
    transition: transform 0.3s;
    float: left;
    width: 100%;
}

.CU-tab-item {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: none;
    transition: all 0.3s;
    position: relative;
    font-size: 14px;
    color: #606266;
    background-color: #fff;
    flex-shrink: 0;
}

.CU-tab-item:hover {
    color: #667eea;
}

.CU-tab-item.is-active {
    color: #667eea;
    background-color: #fff;
}

.CU-tab-item.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}

.CU-tab-item .tab-icon {
    margin-right: 5px;
    font-size: 16px;
}

.CU-tab-item .tab-icon-img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.CU-tab-item .tab-label {
    display: inline-block;
}

.CU-tab-item .tab-badge {
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    border-radius: 10px;
    text-align: center;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    background-color: #f56c6c;
    color: #fff;
}

.CU-tab-item .tab-badge.tab-badge-primary {
    background-color: #667eea;
}

.CU-tab-item .tab-badge.tab-badge-success {
    background-color: #67c23a;
}

.CU-tab-item .tab-badge.tab-badge-warning {
    background-color: #e6a23c;
}

.CU-tab-item .tab-badge.tab-badge-info {
    background-color: #909399;
}

.CU-tabs-content {
    flex: 1;
    position: relative;
}

.CU-tab-pane {
    width: 100%;
    display: none;
}

.CU-tab-pane.is-active {
    display: block;
}

.CU-tabs-line .CU-tab-item {
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.CU-tabs-line .CU-tab-item.is-active {
    border-bottom-color: #667eea;
    color: #667eea;
}
.CU-tabs-header .is-bold .is-active{
    font-weight: bold;
    border-bottom: 2px solid #667eea;
}

/* card 类型 - 卡片样式 */
.CU-tabs-card .CU-tabs-header {
    border-bottom: none;
    background-color: #f5f7fa;
    border-radius: 4px 4px 0 0;
    padding-top: 6px;
    padding-left: 6px;
}

.CU-tabs-card .CU-tab-item {
    border: 1px solid #dcdfe6;
    border-bottom: none;
    margin-right: 4px;
    border-radius: 4px 4px 0 0;
    background-color: #f5f7fa;
    margin-bottom: 0;
    height: 40px;
}

.CU-tabs-card .CU-tab-item.is-active {
    background-color: #fff;
    border-bottom-color: #fff;
    color: #667eea;
}

/* border-card 类型 - 带边框卡片样式 */
.CU-tabs-border-card {
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}

.CU-tabs-border-card .CU-tabs-header {
    background-color: #f5f7fa;
    border-radius: 4px 4px 0 0;
    padding: 6px 6px 0 6px;
}

.CU-tabs-border-card .CU-tab-item {
    border: 1px solid transparent;
    border-bottom: none;
    margin-right: 4px;
    border-radius: 4px 4px 0 0;
    background-color: transparent;
    color: #606266;
}

.CU-tabs-border-card .CU-tab-item.is-active {
    background-color: #fff;
    border-color: #dcdfe6;
    border-bottom-color: #fff;
    color: #667eea;
}

/* 垂直方向 tabs */
.CU-tabs.CU-tabs-vertical {
    flex-direction: row;
    align-items: flex-start;
}

.CU-tabs.CU-tabs-vertical .CU-tabs-header {
    flex-direction: column;
    border-bottom: none;
    border-right: 1px solid #e4e7ed;
    width: auto;
    min-width: 100px;
    flex-shrink: 0;
}

.CU-tabs.CU-tabs-vertical .CU-tabs-nav-wrap {
    margin-bottom: 0;
}

.CU-tabs.CU-tabs-vertical .CU-tabs-nav {
    flex-direction: column;
    white-space: normal;
    float: none;
    width: auto;
}

.CU-tabs.CU-tabs-vertical .CU-tab-item {
    display: flex;
    border-bottom: 1px solid transparent;
    border-right: none;
    margin-right: 0;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    justify-content: flex-start;
    border-radius: 0;
    margin-bottom: 0;
}

.CU-tabs.CU-tabs-vertical .CU-tab-item.is-active {
    border-bottom-color: transparent;
    border-right-color: #667eea;
    color: #667eea;
    background-color: #ecf5ff;
}

.CU-tabs.CU-tabs-vertical .CU-tabs-content {
    flex: 1;
    overflow: auto;
    width: auto;
    min-width: 0;
}
.CU-tabs .is-hidden {
    display: none;
}

/* 右侧位置 */
.CU-tabs.CU-tabs-vertical.CU-tabs-right .CU-tabs-header {
    border-right: none;
    border-left: 1px solid #e4e7ed;
    order: 2;
}

.CU-tabs.CU-tabs-vertical.CU-tabs-right .CU-tabs-nav-wrap {
    margin-right: 0;
    margin-left: -1px;
}

.CU-tabs.CU-tabs-vertical.CU-tabs-right .CU-tab-item.is-active {
    border-right-color: transparent;
    border-left-color: #667eea;
}

/* 底部位置 */
.CU-tabs.CU-tabs-bottom {
    flex-direction: column-reverse;
}

.CU-tabs.CU-tabs-bottom .CU-tabs-header {
    border-bottom: none;
    border-top: 1px solid #e4e7ed;
    order: 2;
}

.CU-tabs.CU-tabs-bottom .CU-tabs-nav-wrap {
    margin-bottom: 0;
    margin-top: -1px;
}

.CU-tabs.CU-tabs-bottom .CU-tab-item {
    border-bottom: 1px solid transparent;
    border-top: 2px solid transparent;
    margin-bottom: 0;
    margin-top: -1px;
}

.CU-tabs.CU-tabs-bottom .CU-tab-item.is-active {
    border-bottom-color: transparent;
    border-top-color: #667eea;
}

/* 动画效果 */
.CU-tabs .CU-tab-pane {
    transition: opacity 0.3s ease;
}

/* 响应式处理 */
@media screen and (max-width: 768px) {
    .CU-tab-item {
        padding: 0 15px;
        font-size: 13px;
    }
    
    .CU-tabs-vertical .CU-tabs-header {
        min-width: 80px;
    }
    
    .CU-tab-item .tab-icon {
        font-size: 12px;
    }
    
    .CU-tab-item .tab-badge {
        padding: 0 4px;
        font-size: 10px;
        min-width: 16px;
        height: 16px;
        line-height: 16px;
    }
}

/* 列宽拖拽样式 */
.CU-resizable-th {
    position: relative;
}

.CU-th-text {
    display: inline-block;
    max-width: calc(100% - 10px);
    overflow: hidden;
}

.CU-resize-handle {
    position: absolute;
    top: 0;
    right: -5px;
    width: 10px;
    height: 100%;
    cursor: col-resize;
    z-index: 10;
    user-select: none;
}

.CU-resize-handle:hover {
    background: rgba(102, 126, 234, 0.2);
}

.CU-resize-handle.CU-resizing {
    background: rgba(102, 126, 234, 0.4);
}

body.CU-col-resizing {
    cursor: col-resize !important;
    user-select: none !important;
}

body.CU-col-resizing * {
    cursor: col-resize !important;
}

/*搜搜区按钮*/
.CU-search-buttons{
	overflow: hidden;
}
.CU-search-btn-item {
    margin-right: 10px;
	float: left;
}


/* items-tag中下拉选择样式 */
.CU-form-cont .CU-items-select-container {
    position: relative;
    width: 100%;
}
.CU-form-cont .CU-items-select-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 32px;
    line-height: 30px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 10px;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.CU-form-cont .CU-items-select-wrap:hover {
    border-color: #1890ff;
}
.CU-form-cont .CU-items-select-wrap.active {
    border-color: #1890ff;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.1);
}
.CU-form-cont .CU-items-select-wrap .select-cont {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
}
.CU-form-cont .CU-items-select-wrap .select-cont.placeholder {
    color: #999;
}
.CU-form-cont .CU-items-select-wrap .icon {
    flex-shrink: 0;
    margin-left: 8px;
}
.CU-form-cont .CU-items-select-wrap .icon img {
    width: 16px;
    height: 16px;
    display: block;
    transition: transform 0.2s;
}
.CU-form-cont .CU-items-select-wrap.active .icon img {
    transform: rotate(180deg);
}

/* 下拉弹层样式 */
.CU-items-select-popup {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    max-height: 250px;
    overflow-y: auto;
    z-index: 99999;
}
.CU-items-select-popup .CU-items-select-item {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s;
    color: #333;
    font-size: 14px;
    line-height: 22px;
}
.CU-items-select-popup .CU-items-select-item:hover {
    background-color: #f5f5f5;
}
.CU-items-select-popup .CU-items-select-item.item-active {
    background-color: #f5f5f5;
    color: #333;
}
.CU-items-select-popup .CU-items-select-item:first-child {
    border-radius: 4px 4px 0 0;
}
.CU-items-select-popup .CU-items-select-item:last-child {
    border-radius: 0 0 4px 4px;
}

/*文件夹树选择结构*/
.CU-tree-disk-wrap{
	overflow:hidden;
	padding:10px;
}
.CU-tree-disk-list{
	overflow:hidden;
}
.CU-tree-disk-search{
	overflow: hidden;
    background: #fff;
    padding: 2px 10px;
	margin: 0px 10px 5px 10px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 20px;
	border:1px solid #e3e3e3;
}
.CU-tree-disk-search .search-icon{
	width:35px;
	float:right;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
.CU-tree-disk-search .search-icon img{
	width:20px;
}
.CU-tree-disk-search .search-input{
	overflow:hidden;
	color:#333;
}
.CU-tree-disk-search .search-input input{
	line-height:25px;
	border:none;
	background:#fff;
    width: 100%;
}
.CU-tree-disk-wrap .folder-item-wrap{
	overflow:hidden;
}
.CU-tree-disk-wrap .folder-list-item{
	overflow:hidden;
	padding:8px 0px;
	cursor:pointer;
	border-radius:5px;
}
.CU-tree-disk-wrap .folder-list-item .cont{
	overflow:hidden;
}

.CU-tree-disk-wrap .active-tree{
	background:#DEE5EE;
}
.CU-tree-disk-wrap .folder-list-item:hover, .CU-tree-disk-wrap .folder-user-list-item:hover{
	background:#eaecef;
}
.CU-tree-disk-wrap .folder-list-item .arrow{
	width:30px;
	height:20px;
	float:left;
	overflow:hidden;
	text-align:center;
	float:left;
}
.CU-tree-disk-wrap .folder-list-item .arrow img{
	width:22px;
}
.CU-tree-disk-wrap .folder-list-item .icon{
	width:25px;
	float:left;
	overflow:hidden;
	text-align:left;
	float:left;
}
.CU-tree-disk-wrap .folder-list-item .icon img{
	width:20px;
}

.CU-tree-disk-wrap .folder-list-item .name{
	overflow:hidden;
	color:#333;
	font-size:14px;
	line-height:21px;
	white-space: nowrap;
}
.CU-tree-disk-wrap .folder-user-list-item .name{
	overflow:hidden;
	color:#333;
	font-size:14px;
	line-height:21px;
	white-space: nowrap;
	padding:3px 10px;
	cursor:pointer;
	margin-top:3px;
}
.CU-tree-disk-wrap .child{
	padding-left:24px;
}
.CU-tree-disk-wrap .tree-disk-right{
	overflow-x:hidden;
	overflow-y:auto;
	width:220px;
	height:375px;
	float:right;
	border-left:1px solid #e3e3e3;
	padding-left:10px;
}
.CU-tree-disk-wrap .tree-disk-left{
	overflow-x:hidden;
	overflow-y:auto;
	height:375px;
	padding-right:10px;
}
.CU-tree-disk-wrap .tree-disk-right .right-count{
	color:#555;
	font-weight:600;
	line-height:24px;
}
.CU-tree-disk-wrap .tree-disk-right .right-conts{
	color:#222;
}
.CU-tree-disk-wrap .tree-disk-right .right-conts .tree-right-item{
	line-height:22px;
	margin-top:2px;
	padding:2px 2px;
	overflow:hidden;
}
.CU-tree-disk-wrap .tree-disk-right .right-conts .tree-right-item:hover{
	background:#f4f4f4;
}
.CU-tree-disk-wrap .tree-disk-right .right-conts .tree-right-item .cont{
	overflow:hidden;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}
.CU-tree-disk-wrap .tree-disk-right .right-conts .tree-right-item .icon{
	overflow:hidden;
	width:45px;
	float:right;
	cursor:pointer;
	text-align:center;
}
.CU-tree-disk-wrap .loading img{
	width:20px;
}
.CU-select-seeting-btn{
	overflow:hidden;
	padding:15px;
	text-align:right;
}
.CU-select-seeting-btn .cancel{
	line-height: 25px;
    background-color: #fff;
	font-size:15px;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 5px;
	text-align:center;
	color:#666;
	padding:6px 10px;
	margin-right:10px;
}
.CU-select-seeting-btn .sure {
    line-height: 25px;
    background-color: #007bff;
    font-size: 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 7px 22px;
    margin-right: 20px;
}
/* 弹窗 */
.CU-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.CU-modal.active {
    display: flex;
}

.CU-modal-content {
    background: #fff;
    border-radius: 12px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
}
.CU-modal-content .CU-modal-cont{
	overflow:hidden;
    line-height: 22px;
    color: #333;
    font-size: 14px;
}

.CU-modal-large {
    max-width: 800px;
}

.CU-modal-header {
    padding: 12px 15px;
    border-bottom: 1px solid #efefef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.CU-modal-header h3 {
    font-size: 15px;
    font-weight: 600;
}

.CU-modal-close {
    width: 32px;
    height: 32px;
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
    color: #6b7280;
    border-radius: 6px;
}
.CU-modal-body {
    padding: 15px;
    overflow-y: auto;
    min-height: 160px;
}

.CU-modal-footer {
    padding: 15px 15px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

/* 按钮组 */
.CU-modal-btn-cancel,
.CU-modal-btn-confirm {
    padding: 6px 20px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.CU-modal-btn-cancel {
    border: 1px solid #ddd;
    color: #666;
    background: #fff;
}

.CU-modal-btn-confirm {
    background: #6366f1;
    color: white;
    border: none;
}

.CU-modal-btn-confirm:hover {
    background: #4f46e5;
}

.CU-select-modal{
	overflow:hidden;
	position:absolute;
	bottom:158px;
	left:15px;
	width:280px;
	border-radius:8px;
	box-shadow: 0 2px 20px #ddd;
	-webkit-box-shadow: 0 2px 20px #ddd;
	background:#fff;
	z-index:100;
}
.CU-select-modal .modal-content{
	padding:15px;
    min-height: 160px;
    max-height: 480px;
    overflow-y: auto;
}