.upload-main{
	width:100%;
}
.upload-tab-main{
	overflow:hidden;
	margin:6px 10px;
}
.upload-tab-main .upload-tab-item{
	float:left;
	padding:0px 15px;
	color:#333;
	font-size:16px;
	line-height:24px;
	cursor:pointer;
}
.upload-tab-main .active{
	color:#3855d5;
	font-weight:600;
}
.upload-cont-main{
	overflow:hidden;
	padding:5px 15px;
}
.upload-cont-wrap{
	height:450px;
	overflow-x:hidden;
	overflow-y:auto;
}

.upload-btn{
	overflow: hidden;
    padding: 10px 15px;
    text-align: right;
    background: #fff;
    height: 32px;
}
.upload-btn .sure{
    line-height: 25px;
    background-color: #409EFF;
	font-size:15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	text-align:center;
	color:#fff;
	padding:7px 22px;
	margin-right:20px;
}
.upload-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 15px;
	margin-right:20px;
}

.uploader-wrap{
	overflow:hidden;
	padding: 10px 0px;
}
.uploader-wrap .uploader{
	border: none;
	width:98px;
	height:98px;
	position:relative;
	float:left;
	margin-bottom:15px;
}
.uploader-wrap .uploader .uploader-input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 19891015;
}
.uploader-wrap .uploader .uploader-plus{
	background-color: #f6f8f9;
	height: 100%;
	width: 100%;
	text-align:center;
	border-radius: 8px;
	cursor:pointer;
}
.uploader-wrap .uploader .uploader-plus img{
	width: 32px;
    margin-top: 33px;
}

.uploader-wrap .upload-show-imgs{
	float:left;
	overflow:hidden;
}
.uploader-wrap .upload-show-imgs .imgs-item{
	border-radius: 8px;
	flex-shrink: 0;
	height: 98px;
	margin-right:15px;
	margin-bottom:15px;
	width: 98px;
	float:left;
	position: relative;
	display: inline-block;
	cursor:pointer;
}
.uploader-wrap .upload-show-small-imgs .imgs-item{
	width: 68px !important;
    height: 68px !important;
	margin-bottom: 0px !important;
}
.uploader-wrap .upload-show-imgs .imgs-item img{
	width:100%;
	max-height:100%;
	border-radius: 8px;
}
.uploader-wrap .upload-show-imgs .videos-item{
	border-radius: 8px;
	flex-shrink: 0;
	height: 98px;
	margin-right:15px;
	margin-bottom:15px;
	width: 98px;
	float:left;
	position: relative;
	display: inline-block;
	cursor:pointer;
}
.uploader-wrap .upload-show-small-imgs .videos-item{
	width: 68px !important;
    height: 68px !important;
}
.uploader-wrap .upload-show-imgs .videos-item img{
	width:100%;
	max-height:100%;
	border-radius: 8px;
}
.uploader-wrap .upload-show-imgs .remove{
	position:absolute;
	width:27px;
	height:27px;
	top: 0px;
    right: 0px;
	z-index:19891017;
	cursor:pointer;
}
.uploader-wrap .upload-show-small-imgs .remove{
	width: 24px !important;
    height: 24px !important;
}
.uploader-wrap .upload-show-imgs .remove img{
	width:100%;
}
.uploader-wrap .upload-show-imgs .play{
	position:absolute;
	width:100%;
	height:100%;
	top: 0px;
	bottom:0px;
	left:0px;
    right: 0px;
	z-index:19891016;
	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;
}
.uploader-wrap .upload-show-imgs .play img{
	width:30px;
	text-align:center;
	margin-top:34px;
}
.upload-cont-wrap .uploader-tishi{
	padding:0px 10px;
	color:#777;
	font-size:14px;
	line-height:22px;
	overflow:hidden;
}

.uploader-wrap-ai{
	overflow: hidden;
	margin-top: 5px;;
}
.uploader-wrap-ai-title{
	color:#333;
	font-size:15px;
	line-height:24px;
}
.uploader-wrap-ai-tishi{
	color:#777;
	font-size:14px;
	line-height:22px;
	overflow:hidden;
}

.progress_percent{
	position:absolute;
	top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
	margin:auto;
	z-index:19891017;
	text-align:center;
	color:#fff;
	background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0 !important;
	filter:Alpha(opacity=0); 
	background:#fff;
	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; 
}

.upload-cont-tabs{
	overflow:hidden;
	margin:0px;
	padding-bottom:5px;
}
.upload-cont-tabs .tab-item{
	float:left;
	padding-right: 15px;
    padding-left: 10px;
	color:#333;
	font-size:15px;
	line-height:24px;
	cursor:pointer;
}
.upload-cont-tabs .active{
	color:#3855d5;
	font-weight:600;
}

/*素材库图片列表*/
.material-imgs-list{
	overflow:hidden;
	padding:10px 0px 10px 10px;
	background:#f6f6f6;
}
.material-imgs-list .mimgs-item{
	width:135px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background:#fff;
	border-radius:5px;
	padding-bottom: 5px;
}

.material-imgs-list .mimgs-item .imgs{
	width:100%;
	height:135px;
	cursor:pointer;
	position:relative;
	text-align:center;
}
#baidu-imgs-list .mimgs-item .imgs{
	height:115px !important;
}
.material-imgs-list .mimgs-item .imgs img{
	max-width:100%;
	max-height:100%;
	border-radius:5px 5px 0px 0px;
}
.material-imgs-list .see{
	position:absolute;
	width:24px;
	height:24px;
	top: 0px;
    right: 0px;
	z-index:19891016;
	cursor:pointer;
}
.material-imgs-list .see img{
	width:24px;
}
.material-imgs-list .mimgs-item .title{
	padding:0px 10px;
	line-height:25px;
	height:25px;
	color:#333;
	font-size:14px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.material-imgs-list .mimgs-item .extra{
	padding:0px 10px;
	line-height:22px;
	height:44px;
	margin-top:3px;
	color:#555;
	font-size:13px;
	overflow:hidden;
	/*显示两行*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.material-imgs-list .mimgs-item .tags{
	overflow: hidden;
	padding-left: 5px;
	white-space: nowrap;
}
.material-imgs-list .mimgs-item .tags span{
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	color: rgb(153, 103, 167);
	font-size: 11px;
	margin-right: 5px;
}
.material-imgs-list .choose{
	position:absolute;
	width:40px;
	bottom: 0px;
    right: 0px;
	z-index:19891016;
	cursor:pointer;
}
.material-imgs-list .use-num{
	position: absolute;
    top: 0px;
    left: 0px;
    z-index: 19891016;
    cursor: pointer;
    color: #f1f1f1;
    font-size: 12px;
    padding: 0px 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
    line-height: 18px;
}
.material-imgs-list .use-num img{
	width: 17px;
}

.material-imgs-list .play{
	position:absolute;
	width:22px;
	height:22px;
	top: 0px;
	left:0px;
	z-index:19891016;
	background:rgba(0, 0, 0, 0.3) none repeat scroll 0 0 !important;
	filter:Alpha(opacity=0); 
	background:#fff;
	text-align:center;
	border-radius:50%;
}
.upload-show-imgs .play img{
	width:22px;
	text-align:center;
}
/*筛选*/
.upload-cont-search-wrap{
	overflow:hidden;
}
.upload-tabs-search{
	overflow:hidden;
	padding: 5px 10px;
}
.upload-tabs-search .search-keywords{
	width:150px;
	float:right;
	overflow:hidden;
    background: #fff;
    padding-left: 10px;
    border-radius: 12px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    line-height: 25px;
}

.upload-tabs-search .search-icon{
	width:35px;
	float:right;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
.upload-tabs-search .search-icon img{
	width:20px;
}
.upload-tabs-search .search-input{
	overflow:hidden;
	color:#333;
}
.upload-tabs-search .search-input input{
	line-height:25px;
	border:none;
	background:#fff;
}

.upload-tabs-search .search-inputs{
	overflow:hidden;
	color:#333;
	font-size:14px;
	line-height:24px;
}
.upload-tabs-search .search-inputs .search-item{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	overflow:hidden;
}
.upload-tabs-search .search-item .label{
	width:75px;
	float:left;
	overflow:hidden;
	color:#555;
	line-height: 27px;
}
.upload-tabs-search .search-item .input{
	overflow:hidden;
	color:#333;
	padding: 0px 5px;
}
.upload-tabs-search .search-item .input input{
	width: 130px;
	line-height:24px;
	color: #555;
    border: 1px solid #ddd;
    height: 24px;
	border-radius: 5px;
	padding-left: 2px;
}
.upload-tabs-search .search-item .input select{
	width: 145px;
	line-height:24px;
	color: #555;
    border: 1px solid #ddd;
    height: 24px;
	border-radius: 3px;
}

.upload-tabs-search .search-item .s-btn{
	overflow: hidden;
    line-height: 24px;
    background-color: #007bff;
    font-size: 13px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 1px 7px;
    margin-left: 10px;
	margin-top: 2px;
}
.upload-tabs-search .search-item .s-btn img{
	width: 20px;
}
.upload-tabs-search .search-item .self-select{
	width: 145px;
	line-height:24px;
	color: #555;
    border: 1px solid #ddd;
    height: 24px;
	border-radius: 3px;
	cursor: pointer;
}

/**图片生成*/
.upload-create-img{
	padding:10px;
}
.create-img-input{
}

.create-img-input .content{
	overflow:hidden;
	margin-right:145px;
}

.create-img-input .content textarea{
	border: none;
	border-radius: 5px;
	box-shadow: none;
	font-size: 14px;
	height: 145px;
	padding: 10px;
	line-height: 23px;
	color: #333;
	resize: none;
	width:95%;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: none;
	background:#fff;
	border: 1px solid #e3e3e3;
}
.create-img-input .create-img-right{
	width:135px;
	float:right;
	position:relative;
	padding-left:10px;
}
.create-img-input .create-img-right .set{
	width:100%;
	margin-bottom:10px;
}
.create-img-input .create-img-right .label{
	color:#333;
	font-size:15px;
	line-height:23px;
}
.create-img-input .create-img-right .input{
	margin-top:3px;
	background:#fff;
	line-height:25px;
	border-radius:3px;
	position:relative;
}
.create-img-input .create-img-right .input input{
	border:none;
	border-radius:4px;
	color:#333;
	line-height:25px;
	padding:0px 5px;
	width:100%;
}
.create-img-input .create-img-right .cont{
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	padding-left:5px;
	cursor:pointer;
}
.create-img-input .create-img-right .icon{
	overflow:hidden;
	float:right;
	width:20px;
	text-align:right;
}
.create-img-input .create-img-right .icon img{
	width:14px;
}
.create-img-input .create-img-right .btns{
	width:100px;
	height:40px;
	background:#007bff;
	color:#fff;
	border-radius:5px;
	text-align:center;
	line-height:40px;
	font-size:16px;
	cursor:pointer;
}
.create-img-cont{
	padding:10px 20px;
	overflow:hidden;
	min-height:205px;
}
.create-img-input .disabled{
	background: #abcaeb !important;
	cursor: not-allowed;
}
.create-img-cont .mimgs-item{
	width:155px;
	height:155px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	background:#fff;
	border-radius:5px;
}
.create-img-cont .mimgs-item .imgs{
	width:100%;
	height:155px;
	cursor:pointer;
	position:relative;
	text-align: center;
}
.create-img-cont .mimgs-item .imgs img{
	max-width:100%;
	max-height:100%;
	text-align: center;
	border-radius:5px;
}
.create-img-cont .mimgs-item .see{
	position:absolute;
	width:24px;
	height:24px;
	top: 0px;
    right: 0px;
	z-index:19891016;
	cursor:pointer;
}
.create-img-cont .mimgs-item .see img{
	width:24px;
}

.create-img-cont .choose{
	position:absolute;
	width:40px;
	bottom: 0px;
    right: 0px;
	z-index:19891016;
	cursor:pointer;
}

.upload-select{
	overflow:hidden;
	position:absolute;
	top:30px;
	left:0px;
	width:180px;
	border-radius:8px;
	box-shadow: 0 2px 20px #ddd;
	-webkit-box-shadow: 0 2px 20px #ddd;
	background:#fff;
	z-index:19891016;
}
.upload-select-list{
	padding:10px;
	max-height:420px;
	min-height:100px;
	overflow-y:auto;
}
.upload-select-list .select-item{
	padding:10px 10px;
	overflow:hidden;
	cursor:pointer;
	color:#222;
	line-height:21px;
	font-size:16px;
}
.upload-select-list .select-item:hover{
	background:#f3f3f3;
}
.upload-select-list .active{
	background:#f3f3f3 !important;
}

/*百度搜索*/
.baidu-search{
	overflow:hidden;
	padding:5px 10px;
}
.baidu-search-btn{
	cursor:pointer;
	width:100px;
	height:40px;
	float:right;
	line-height:40px;
	text-align:center;
	background:#007bff;
	color:#fff;
	font-size:16px;
	border-radius:0px 20px 20px 0px;
}
.baidu-search-input{
	overflow:hidden;
}
.baidu-search-input input{
	width:100%;
	border-radius:8px 0px 0px 8px;
	border:1px solid #ddd;
	line-height:24px;
	padding:7px 10px;
	font-size:15px;
	color:#333;
	background:#fff;
}


/*文件夹树选择结构*/
.u-tree-disk-wrap{
	overflow:hidden;
	padding:10px;
}
.u-tree-disk-list{
	height: 380px;
	overflow-y: auto;
}
.u-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;
}
.u-tree-disk-search .search-icon{
	width:35px;
	float:right;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
.u-tree-disk-search .search-icon img{
	width:20px;
}
.u-tree-disk-search .search-input{
	overflow:hidden;
	color:#333;
}
.u-tree-disk-search .search-input input{
	line-height:25px;
	border:none;
	background:#fff;
}
.u-tree-disk-wrap .folder-item-wrap{
	overflow:hidden;
}
.u-tree-disk-wrap .folder-list-item{
	overflow:hidden;
	padding:8px 0px;
	cursor:pointer;
	border-radius:5px;
}
.u-tree-disk-wrap .folder-list-item .cont{
	overflow:hidden;
}

.u-tree-disk-wrap .active-tree{
	background:#DEE5EE;
}
.u-tree-disk-wrap .folder-list-item:hover, .u-tree-disk-wrap .folder-user-list-item:hover{
	background:#eaecef;
}
.u-tree-disk-wrap .folder-list-item .arrow{
	width:30px;
	height:20px;
	float:left;
	overflow:hidden;
	text-align:center;
	float:left;
}
.u-tree-disk-wrap .folder-list-item .arrow img{
	width:22px;
}
.u-tree-disk-wrap .folder-list-item .icon{
	width:25px;
	float:left;
	overflow:hidden;
	text-align:left;
	float:left;
}
.u-tree-disk-wrap .folder-list-item .icon img{
	width:20px;
}

.u-tree-disk-wrap .folder-list-item .name{
	overflow:hidden;
	color:#333;
	font-size:14px;
	line-height:21px;
	white-space: nowrap;
}
.u-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;
}
.u-tree-disk-wrap .child{
	padding-left:24px;
}
.u-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;
}
.u-tree-disk-wrap .tree-disk-left{
	overflow-x:hidden;
	overflow-y:auto;
	height:375px;
	padding-right:10px;
}
.u-tree-disk-wrap .tree-disk-right .right-count{
	color:#555;
	font-weight:600;
	line-height:24px;
}
.u-tree-disk-wrap .tree-disk-right .right-conts{
	color:#222;
}
.u-tree-disk-wrap .tree-disk-right .right-conts .tree-right-item{
	line-height:22px;
	margin-top:2px;
	padding:2px 2px;
	overflow:hidden;
}
.u-tree-disk-wrap .tree-disk-right .right-conts .tree-right-item:hover{
	background:#f4f4f4;
}
.u-tree-disk-wrap .tree-disk-right .right-conts .tree-right-item .cont{
	overflow:hidden;
}
.u-tree-disk-wrap .tree-disk-right .right-conts .tree-right-item .icon{
	overflow:hidden;
	width:45px;
	float:right;
	cursor:pointer;
	text-align:center;
}
.u-disk-btn{
	overflow: hidden;
    padding: 10px 15px;
    text-align: right;
    background: #fff;
    height: 32px;
}
.u-disk-btn .u-disk-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;
}
.u-disk-btn .u-disk-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 15px;
	margin-right:20px;
}

/* 我的图库卡片 */
.u_gallery_card {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s;
}

/* ========== 卡片头部 ========== */
.u_gallery_item_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	padding: 5px;
	margin-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
}
.u_gallery_item_header_left {
    flex: 1;
    min-width: 0;
}
.u_gallery_item_title {
    font-size: 15px;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.u_gallery_item_tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.u_gallery_item_header_right {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    padding-top: 4px;
    font-size: 13px;
    color: #999;
}

/* ========== 标签 ========== */
.u_tag {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}
.u_tag_orange {
    background: #fff3e0;
    color: #e65100;
}
.u_tag_pink {
    background: #fce4ec;
    color: #c2185b;
}
.u_tag_cyan {
    background: #e0f7fa;
    color: #00838f;
}
.u_tag_purple {
    background: #f3e5f5;
    color: #7b1fa2;
}
.u_tag_green {
    background: #e8f5e9;
    color: #388e3c;
}
.u_tag_blue {
    background: #e3f2fd;
    color: #1976d2;
}

/* ========== 图片网格 ========== */
.u_gallery_imgs_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* ========== 单图卡片 ========== */
.u_gallery_img_card {
    width: 135px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    transition: all 0.3s;
	position: relative;
}

.u_gallery_img_box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}

.u_gallery_img_info {
    padding: 6px;
}
.u_gallery_img_title {
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.u_gallery_img_date {
    font-size: 12px;
    color: #999;
    line-height: 1.4;
}
.u_gallery_img_actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.u_gallery_action {
    color: #1976d2;
    font-size: 12px;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
}

.u_gallery_action_danger {
    color: #e53935;
}
.u_gallery_action_danger:hover {
    color: #c62828;
}
