body {
    font-family: "Helvetica Neue", "Luxi Sans", "Segoe UI", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Logo";
    margin: 0;
    padding: 0;
}

#app {
    height: 100vh;
    margin: 0 auto;
	overflow:hidden;
	width:100%;
}

.chat-main{
	margin:0px auto;
	overflow:hidden;
}
/*左侧对话列表*/
.left{
	width:290px;
	background:#f5f5f5;
	float:left;
	height:100%;
	overflow:hidden;
	position:relative;
}
.chat-head{
	overflow: hidden;
    width: 100%;
    padding: 10px 0px;
}
.chat-head .chat-title{
	overflow:hidden;
	padding:10px 20px;
}
.chat-head .lt{
	font-size:16px;
	color:#222;
	float:left;
}
.chat-head .rt{
	font-size:12px;
	color:#888;
	float:right;
	cursor:pointer;
}
.chat-head .msg-list-create{
	overflow:hidden;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
	padding-right:15px;
	margin-top:15px;
}

.chat-head .msg-list-create .create-item{
	background:#fff;
	border-radius:8px;
	margin-left:15px;
	cursor:pointer;
	width:100%;
}

.chat-head .msg-list-create .create{
	color:#222;
	font-size:16px;
	line-height:40px;
	text-align:center;
}
.chat-head .msg-list-create .create2{
	color:#333;
	font-size:15px;
	line-height:40px;
	text-align:center;
	font-weight:600;
}

.chat-list{
	overflow-y:auto;
	padding: 0px 10px;
}

/*助手列表*/
.assistants-wrap .create-item{
	overflow:hidden;
	padding:8px 6px;
	margin:5px 0px;
	cursor:pointer;
	display: flex;
	flex-direction: row;
	border-radius: 8px;
}
.assistants-wrap .create-item .cont{
	overflow: hidden;
	color:#2b2b2b;
	font-size:15px;
	line-height:24px;
}

.assistants-wrap .create-item:hover{
	background:#DEE5EE;
}
.assistants-wrap .create-item.active{
	background:#DEE5EE;
}
.assistants-wrap .create-item .icon{
	width:32px;
	text-align:left;
}
.assistants-wrap .create-item .icon img{
	width:20px;
}
.show-assistants-head{
	overflow:hidden;
	line-height:22px;
	padding:8px 10px;
	color:#777;
	font-size:13px;
	cursor:pointer;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.show-assistants-head .cont{
	overflow:hidden;
}
.show-assistants-head .icon{
	width:30px;
	text-align:right;
}
.show-assistants-head .icon img{
	width:19px;
}

.chat-list .assistants-list-item{
	padding:8px 6px;
	margin:5px 0px;
	cursor:pointer;
	display: flex;
	flex-direction: row;
	border-radius: 8px;
	position:relative;
}
.chat-list .assistants-list-item.child{
	padding:8px 6px 8px 18px;
}

.chat-list .assistants-list-item:hover{
	background:#DEE5EE;
}
.show-assistants-list .active{
	background:#DEE5EE;
}
.assistants-list-item .icon{
	width:32px;
	overflow:hidden;
	text-align:left;
	position:relative;
	flex-shrink: 0;
}
.assistants-list-item .icon img{
	width:26px;
	height:26px;
	border-radius:50%;
}
.assistants-list-item.child .icon{
	width:29px;
}
.assistants-list-item.child .icon img{
	width:21px;
	height:21px;
	border-radius:50%;
}


.chat-list .assistants-list-item .share-icon{
	overflow: hidden;
	width: 15px;
	text-align: center;
	flex-shrink: 0;
	position:absolute;
	right:0px;
	bottom:0px;
}
.chat-list .assistants-list-item .share-icon img{
	width:15px;
	height:15px;
}

.assistants-list-item .title{
	overflow:hidden;
	color:#2b2b2b;
	font-size:15px;
	line-height:24px;
	flex-shrink: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex: 1;
}
.assistants-list-item.child .title{
	font-size:14px;
	line-height:23px;
	color:#444;
}
.assistants-list-item .more-wrap{
	overflow:hidden;
	text-align: right;
	/*flex下固定最右边*/
	margin-left: auto; /* 关键 */
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.assistants-list-item .more{
	width:24px;
}
.assistants-list-item .more img{
	width:100%;
}
.assistants-list-item .child-arrow{
	width:20px;
}
.assistants-list-item .child-arrow img{
	width:100%;
}
.assistants-list-item .desc{
	color:#888;
	font-size:0.85rem;
	line-height:21px;
	margin-top:3px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.assistants-list-item .num{
	float:left;
	overflow:hidden;
}
.assistants-list-item .time{
	float:right;
	overflow:hidden;
	text-align:right;
}

/*对话列表*/
.show-chat-list{
	padding:0px 5px 0px 10px;
}
.chat-list .msg-list-item{
	padding:6px 10px;
	margin:5px 0px;
	cursor:pointer;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	position:relative;
}
.chat-list .msg-list-item:hover{
	background:#DEE5EE;
}
.chat-list .msg-choose{
	background:#DEE5EE;
}
.msg-list-item .title{
	overflow:hidden;
	color:#333;
	font-size:14px;
	line-height:21px;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex-shrink: 0;
	flex: 1;
}
.msg-list-item .more{
	overflow:hidden;
	width: 30px;
	text-align: right;
	/*flex下固定最右边*/
	margin-left: auto; /* 关键 */
}
.msg-list-item .more img{
	width:24px;
}
.msg-list-item .desc{
	color:#777;
	font-size:13px;
	line-height:21px;
	margin-top:3px;
}

.msg-list-item .num{
	float:left;
	overflow:hidden;
}
.msg-list-item .time{
	float:right;
	overflow:hidden;
	text-align:right;
}
.msg-list-item .title_edit{
	float:right;
	width:25px;
	overflow:hidden;
	text-align:right;
}
.msg-list-item .title_del{
	width:25px;
	overflow:hidden;
	text-align:right;
}
.msg-list-item .title_left{
	overflow:hidden;
	color:#333;
	font-size:14px;
	line-height:21px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.group-edit-container .inpt textarea{
	border:1px solid #ddd;
	padding:5px;
	width:100%;
	height:90px;
	overflow:auto;
}

/*右侧对话窗口*/
.right{
	overflow:hidden;
	height:100%;
	position:relative;
}

/*底部、输入框*/
.message-footer{
	position:relative;
	background:#fff;
	border:1px solid #eee;
	max-width: 860px;
	border-radius:15px;
    margin: 0 auto;
	box-shadow: 0px 0px 15px #ddd;
	-webkit-box-shadow: 0px 0px 15px #ddd;
}
.message-footer .footer-set{
	height: 45px;
    padding: 5px 6px;
    line-height: 35px;
    overflow: hidden;
}
.message-footer .footer-set-item{
	float:left;
	margin-right:15px;
	overflow:hidden;
	padding:0px 8px;
	color:#333;
	cursor:pointer;
}
.message-footer .footer-set-item:hover{
	background:#f5f5f5;
	border-radius:4px;
}
.message-footer .footer-set-item .cont{
	margin-right:3px;
	float:left;
	max-width:185px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.message-footer .footer-set-item .icon{
	overflow:hidden;
	float:left;
}
.message-footer .input-area{
	padding:8px 10px 40px 10px;
	position:relative;
}
.message-footer .input-area .input-textarea{
	overflow:auto;
}
.message-footer .input-area textarea{
	overflow:auto;
	min-height:55px;
	width:100%;
	border:none;
}
/*发送区域*/
.btn-main{
	overflow:hidden;
	position: absolute;
	bottom:0px;
	right: 5px;
	width:100%;
	text-align:right;
	height:40px;
}
.btn-main .btn-left{
	overflow:hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.btn-main .btn-left-item{
	overflow:hidden;
	margin-left:8px;
	line-height: 22px;
	font-size: 14px;
	cursor:pointer;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	text-align: center;
	color:#333;
	padding: 4px 10px;
	border-radius: 15px;
}
.btn-main .btn-left-item img{
	width:24px;
	margin-right:3px;
}
.btn-main .btn-left-item:hover{
	background:#f5f5f5;
}
.btn-main .btn-left .active{
	background:#f5f5f5;
}
.btn-main .btn-mode-switch{
	display:flex;
	align-items:center;
	gap:6px;
	cursor:pointer;
	position:relative;
	z-index:1;
}
.btn-main .btn-mode-switch .mode-switch-icon{
	width:18px;
	height:18px;
	transition:all 0.3s ease;
}
.btn-main .btn-mode-switch .mode-switch-text{
	font-size:14px;
	color:#333;
	transition:all 0.3s ease;
}
.btn-main .btn-mode-switch[data-mode="train"] .mode-switch-icon{
	transform:rotate(180deg);
}
.btn-main .btn-mode-switch[data-mode="train"] .mode-switch-text{
	color:#4a90e2;
	font-weight:bold;
}
.btn-main .btn-mode-switch[data-mode="train"]{
	background:#C4D9F5;
	position:relative;
}
.btn-main .btn-mode-switch[data-mode="train"]::before{
	content:'';
	position:absolute;
	top:-4px;
	left:-4px;
	right:-4px;
	bottom:-4px;
	border-radius:8px;
	background:linear-gradient(135deg, rgba(196, 217, 245, 0.4), rgba(196, 217, 245, 0.1));
	z-index:-1;
	animation:train-mode-pulse 3s ease-in-out infinite;
}
@keyframes train-mode-pulse{
	0%, 100%{
		opacity:0.3;
		transform:scale(1);
	}
	50%{
		opacity:0.6;
		transform:scale(1.05);
	}
}
.btn-main .btn-mode-switch:hover{
	background:#f5f5f5;
}
.btn-main .btn-plugins{
	text-align:left;
	color: #777;
}
.btn-main .btn-upload{
	position:relative;
	cursor: pointer;
	width: 38px;
}
.btn-main .btn-upload .uploader-input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 9;
}
.btn-main .btn-upload .uploader-plus{
    height: 100%;
    width: 100%;
    text-align: center;
	cursor: pointer;
}

.btn-main .btn-right{
	width:305px;
	float:right;
	overflow:hidden;
	margin-top: 4px;
}
.btn-main .send{
	float:right;	
    height: 32px;
    line-height: 32px;
	width:90px;
    background-color: #B592EB;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
	text-align:center;
}
.btn-main .send img{
	width:18px;
	margin-right:3px;
}
.btn-main .input-desc{
	float:right;
    line-height: 32px;
    color: #888;
    font-size:13px;
	margin-right:10px;
	text-align:right;
}

/*文件上传显示*/
.footer-files-main{
	overflow: hidden;
}
.footer-files-wrap{
	overflow-x: auto;
	width: 100%;
	height: 50px;
	padding: 3px 8px;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.footer-files-wrap .footer-show-item{
    border-radius: 5px;
	height: 100%;
	flex-shrink: 0;
	margin-right:10px;
	position:relative;
}
.footer-files-wrap .btn-show-imgs-item{
	background:#f5f5f5;
	text-align:center;
}
.footer-files-wrap .btn-show-imgs-item .imgs{
	width:100%;
	height:100%;
	border-radius:3px;
}

.footer-files-wrap .btn-show-files-item{
	max-width:165px;
	min-width:40px;
	border-radius:5px;
	padding: 7px;
	background:#f5f5f5;
	text-align:center;
	position:relative;
}

.footer-files-wrap .file_wrap{
	overflow:hidden;
}
.footer-files-wrap .file_wrap .file_wrap_icon{
	overflow:hidden;
	width:35px;
	float:left;
}
.footer-files-wrap .file_wrap .file_wrap_icon img{
	width:100%;
	height:100%;
}
.footer-files-wrap .file_wrap .file_wrap_cont{
	overflow:hidden;
	padding-left:5px;
}
.footer-files-wrap .file_wrap .file_wrap_cont .name{
	overflow: hidden;
    color: #2b2b2b;
    font-size: 13px;
    line-height: 19px;
    word-break: break-all;
    text-align: left;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.footer-files-wrap .file_wrap .file_wrap_cont .extra{
	overflow: hidden;
    color: #777;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
	white-space:nowrap;
}
.footer-files-wrap .remove{		
	position:absolute;
	width:20px;
	height:20px;
	top: 0px;
    right: 0px;
	z-index:13;
	cursor:pointer;
}
.footer-files-wrap .remove img{
	width:20px;
	vertical-align:top;
}
.footer-files-wrap .progress_percent{
	position:absolute;
	top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
	margin:auto;
	z-index:12;
	text-align:center;
	color:#fff;
	background:rgba(0, 0, 0, 0.3) none repeat scroll 0 0 !important;
	filter:Alpha(opacity=0); 
	line-height:40px;
	font-size:12px;
}

/*聊天主体*/
.messages-container {
    overflow-y: auto;
	overflow-x:hidden;
	position:relative;
}
.messages-wrap{
	overflow:hidden;
	max-width: 900px;
    margin: 0px auto;
}
.messages{
	padding:10px 20px;
	min-height:380px;
}

/* 素材引用样式 */
.material-quote-item{
	color: #3855d5;
	font-size: 14px;
	margin-bottom: 10px;
	padding-right: 24px;
	position: relative;
	display: inline-block;
}

.material-quote-close{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 18px;
	color: #999;
	line-height: 1;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	transition: all 0.2s;
}

/* 工作过程详情弹框样式 */
.SC_work-list-item{
	padding: 10px 0;
	border-top: 1px solid #eee;
}
.SC_work-detail {
    padding: 20px;
}
.SC_work-detail-content {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

/* 详情弹框布局样式 */
.SC_detail-link {
    margin-bottom: 15px;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 4px;
}

.SC_detail-label {
    color: #999;
    margin-right: 8px;
}

.SC_detail-url {
    color: #3855d5;
    text-decoration: none;
    word-break: break-all;
}

.SC_detail-url:hover {
    text-decoration: underline;
}

.SC_detail-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.SC_detail-text {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
    word-wrap: break-word;
}

.SC_detail-imgs {
    margin-bottom: 15px;
}

.SC_detail-img {
    max-width: 200px;
    max-height: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
}
.SC_content{
	color: #222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px !important;
    position: relative;
}
.SC_imgs-url {
    margin-bottom: 15px;
}

.SC_imgs {
    display: inline-block;
    max-width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}

.SC_imgs img.SC_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.SC_detail-meta {
    margin-bottom: 15px;
    color: #999;
    font-size: 13px;
}

.SC_detail-time,
.SC_detail-address {
    margin-right: 20px;
}

.SC_detail-comments {
	padding: 10px 10px;
    border-top: 1px solid #eee;
	background: #f9f9f9;
}

.SC_detail-comment-item {
	padding: 0;
}

.SC_detail-comment-main {
    margin-bottom: 8px;
}

.SC_detail-comment-nickname {
    color: #3855d5;
    font-weight: bold;
}

.SC_detail-comment-content {
    color: #333;
}

.SC_detail-comment-reply {
    margin-left: 20px;
    padding-left: 10px;
    border-left: 2px solid #ddd;
}

.SC_detail-reply-item {
    margin-bottom: 8px;
    font-size: 13px;
}

.SC_detail-reply-nickname {
    color: #666;
    font-weight: bold;
}

.SC_detail-reply-content {
    color: #333;
}

.SC_detail-reply-time {
    color: #999;
    margin-left: 10px;
    font-size: 12px;
}

/* 思考过程弹框样式 */
.SC_think-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.SC_think-text,
.SC_think-reasoning-content {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
    word-wrap: break-word;
}

.SC_think-answer-content {
    color: #000;
    line-height: 1.8;
    margin-bottom: 15px;
    word-wrap: break-word;
}

.SC_think-imgs {
    margin-bottom: 15px;
}

.SC_think-img {
    max-width: 200px;
    max-height: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.SC_think-comments {
    margin-bottom: 20px;
    padding: 15px;
    background: #fffbe6;
    border: 1px solid #ffe58f;
    border-radius: 4px;
}

.SC_think-comment-item {
    margin-bottom: 10px;
    line-height: 1.6;
}

.SC_think-comment-item:last-child {
    margin-bottom: 0;
}

.SC_think-comment-nickname {
    color: #3855d5;
    font-weight: bold;
}

.SC_think-comment-content {
    color: #333;
}

.SC_think-reasoning {
    margin-bottom: 15px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 4px;
}

.SC_think-reasoning-label {
    font-weight: bold;
    color: #999;
    margin-bottom: 8px;
}

.SC_think-reasoning-content {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
    word-wrap: break-word;
}

.SC_think-answer-content {
    color: #000;
    line-height: 1.8;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #ccc;
    word-wrap: break-word;
}

.SC_think-meta {
    margin-bottom: 20px;
    padding: 10px;
    background: #e8f4ff;
    border-radius: 4px;
}

.SC_think-meta-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.SC_think-opinion-wrap {
    margin-bottom: 8px;
    padding: 6px 10px;
    background: #fff;
    border-radius: 4px;
    border-left: 3px solid #ff9800;
}

.SC_think-opinion-label {
    color: #666;
    font-size: 13px;
    font-weight: bold;
}

.SC_think-opinion {
    color: #333;
    font-size: 13px;
}

.SC_think-time-wrap {
    color: #999;
    font-size: 12px;
}

.SC_think-status {
    color: #3855d5;
    font-weight: bold;
}

.SC_think-note-status {
    color: #4a90e2;
    font-weight: bold;
    margin-right: 0px;
}

.SC_think-note-reason {
    font-size: 13px;
    color: #999;
    margin-left: 5px;
}

.SC_note-status {
    color: #4a90e2;
    font-weight: bold;
    margin-right: 0px;
}

.SC_note-reason {
    font-size: 13px;
    color: #999;
    margin-left: 0px;
}

.SC_think-time {
    color: #999;
    font-size: 13px;
}

.SC_think-form {
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.SC_think-opinion{
	font-size: 13px;
	color:#999;
	position: relative;
	left: -5px;
}
.SC_think-form-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.SC_think-form-item {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.SC_think-form-label {
    width: 80px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.SC_think-form-select {
    flex: 1;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
}

.SC_think-form-textarea {
    flex: 1;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 14px;
    resize: none;
    font-family: inherit;
}

.SC_think-form-btn {
    text-align: right;
    margin-top: 15px;
}

.SC_think-submit-btn {
    padding: 8px 25px;
    background: #3855d5;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.SC_think-submit-btn:hover {
    background: #2a44b5;
}

/* 工作过程列表评论样式 */
.SC_comment-list {
    padding: 10px;
    margin: 10px 0 0 0;
    background: #f9f9f9;
    border-radius: 6px;
}

.SC_comment-item {
    padding: 6px 0;
    font-size: 13px;
}

.SC_comment-item .SC_comment-content {
    padding: 3px 0;
    color: #666;
    line-height: 1.5;
}

.SC_comment-main {
    margin-bottom: 5px;
}

.SC_comment-nickname {
    color: #3855d5;
    font-weight: bold;
    margin-right: 5px;
}

.SC_comment-reply {
    margin-left: 20px;
    padding-left: 10px;
    border-left: 2px solid #ddd;
    margin-top: 5px;
}

.SC_reply-item {
    margin-bottom: 5px;
    font-size: 13px;
}

.SC_reply-nickname {
    color: #666;
    font-weight: bold;
    margin-right: 5px;
}

.SC_reply-content {
    color: #333;
}

.SC_reply-label {
    color: #999;
    font-weight: bold;
    margin-right: 5px;
}

.SC_reply-time {
    color: #999;
    margin-left: 10px;
    font-size: 13px;
}

.SC_comment-tags {
    margin-top: 8px;
    font-size: 13px;
    color: #999;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.SC_comment-tag {
    background: #f0f0f0;
    padding: 2px 8px;
    border-radius: 3px;
    margin-right: 5px;
}

.SC_tag-status {
    background: #fff3e0;
    color: #ff9800;
	border-radius: 3px;
	padding: 2px;
	font-size: 13px;
}

.SC_tag-status0 {
    background: #fff3e0;
    color: #ff9800;
	border-radius: 3px;
	padding: 2px;
	font-size: 13px;
}

.SC_tag-status1 {
    background: #e8f5e9;
    color: #4caf50;
	border-radius: 3px;
	padding: 2px;
	font-size: 13px;
}
/**一般**/
.SC_tag-status2 {
    background: #fff3e0;
    color: #888888;
	border-radius: 3px;
	padding: 2px;
	font-size: 13px;
}
/***等级效果 可以使用等级1一般  2良好  3优秀 **/
.SC_tag2-status3 {
    background: #fff3e0;
    color: #ff9800;
	border-radius: 3px;
	padding: 2px;
	font-size: 13px;
}

.SC_tag2-status2 {
    background: #e8f5e9;
    color: #4caf50;
	border-radius: 3px;
	padding: 2px;
	font-size: 13px;
}
.SC_tag2-status1 {
    background: #fff3e0;
    color: #888888;
	border-radius: 3px;
	padding: 2px;
	font-size: 13px;
}



.SC_tag-type {
    background: #e3f2fd;
    color: #2196f3;
}

/* 学习开关样式 */
.SC_study_switch {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 2px 8px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #666;
}

.SC_study_switch:hover {
    background: #eeeeee;
    border-color: #ccc;
}

.SC_study_switch.active {
    background: #fff3e0;
    border-color: #ff9800;
    color: #ff9800;
}

.SC_study_switch.active .SC_study_switch_icon {
    color: #ff9800;
}

.SC_study_switch_icon {
    font-size: 12px;
    color: #999;
}

.SC_study_switch_text {
    font-weight: 500;
}
.SC-top-statistics-style{
	font-size: 14px;
	color: #999;
}
.material-quote-close:hover{
	color: #ff4d4f;
	background-color: rgba(255, 77, 79, 0.1);
}

.live-message-item{
	overflow:hidden;
	margin:10px 0px;
	box-sizing: border-box;
}
.messages .question{padding-left:50px;}
/* .messages .answer{padding-right:50px;} */

.live-message-item .msg-item-headpic{
	width:50px;
	text-align:left;
	float:left;
}
.messages .question .msg-item-headpic{float:right; text-align:right;}
.live-message-item .msg-item-headpic img{
	border-radius:50%;
	width:40px;
	margin-top:2px;
}
.live-message-item .msg-item-main{
	overflow:hidden;
	position:relative;
}
.messages .question .msg-item-main{margin-right:50px; text-align:left;}
.messages .answer .msg-item-main{margin-left:50px;}
.live-message-item .msg-item-name{
	line-height:25px;
	color:#777;
	font-size:0.8rem;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.messages .question .msg-item-name{text-align:right;}

.live-message-item .msg-item-name .identity{
	color:#f85f48;
	margin-left:4px;
	font-size:0.85rem;
}
.live-message-item .msg-item-cont{
	border-radius:5px;
	position:relative;
}
.live-message-item .msg-item-cont h1,.live-message-item .msg-item-cont h2,.live-message-item .msg-item-cont h3{
	font-weight: 400;
}
.live-message-item .msg-item-cont h1{
	font-size: 0.95rem;
}
.live-message-item .msg-item-cont h2{
	font-size: 0.95rem;
}
.live-message-item .msg-item-cont h3{
	font-size: 0.95rem;
}
.live-message-item .msg-item-cont .pic-img-list{
	overflow:hidden;
}
.live-message-item .msg-item-cont .pic-img-item {
	position: relative;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	/* background: #e3e3e3; */
	width: 210px;
	height: 210px;
	text-align: center;
}
.msg-item-cont .pic-cont img, .msg-item-cont .text-cont img, .msg-item-cont .video-cont img {
	border-radius: 5px;
	max-width: 100%;
	max-height: 100%;
}
.question .msg-item-cont .pic-img-item{
	float:right;
}
.messages .question .msg-item-cont{text-align:right;}
.live-message-item .msg-item-cont .question-cont{
	overflow:hidden;
	padding:7px 9px;
	font-size:0.95rem;
	line-height:22px;
	word-break:break-all;
	color:#222;
	border-bottom:1px solid #f1f1f1;
}
.live-message-item .msg-item-cont .question-cont .iconfont{
	color:#f85f48;
	margin-right:2px;
}

.live-message-item .msg-item-cont .text-cont{
	font-size:1rem;
	display:inline-block;
	color:#2b2b2b;
	text-align:left;
	background:#f5f5f5;
	border-radius:8px;
	padding:10px 12px;
	line-height:23px;
	position:relative;
	z-index:1;
	min-width:35px;
	min-height:35px;
	word-break:break-all;
	max-width:1000px;
}
.messages .question .msg-item-cont .text-cont{
	background:#dee7f4;
}
.live-message-item .msg-item-cont .voice-cont	{
	line-height:22px;
	display:inline-block;
	padding:8px 9px 3px 9px;
	background:#fff;
	border-radius:5px;
	position:relative;
	max-width:1000px;
}
.live-message-item .msg-item-cont .pic-cont	{
	position:relative;
	border-radius:5px;
	max-width:1000px;
}
.messages .picture{
	cursor:pointer;
}
.messages .question .msg-item-cont .pic-cont{float:right;}
.live-message-item .msg-item-cont .video-cont	{
	background:#e3e3e3;
	border-radius:5px;
	position:relative;
	width:155px;
}
.messages .question .msg-item-cont .video-cont{float:right;}
.msg-item-cont .pic-cont img,.msg-item-cont  .text-cont img,.msg-item-cont  .video-cont img{
	border-radius:5px;
	max-width:100%;
	background:#f5f5f5;
}

.messages .time-tishi{
	text-align:center;
	overflow:hidden;
	margin:10px auto;
}
.messages .time-tishi span{
	padding:3px 10px;
	border-radius:3px;
	font-size:0.8rem;
	color:#888;
	line-height:19px;
	display:inline-block;	
}

.live-message-item p{
	margin:6px 0px;
}
.live-message-item pre{
    width: 100%;
    padding: 10px;
    background-color: #23241f;
    border-radius: 6px;
    color: #f8f8f2;
    box-sizing: border-box;
    overflow-x: auto;
}

.copy-main{
	overflow:hidden;
	padding:5px;
}
.copy-main .citem{
	color:#888;
	font-size:0.8rem;
	margin-left:15px;
	cursor:pointer;
}
.question .copy-main .citem{
	margin-left:0px;
	margin-right:15px;
}
.copy-main .copy, .copy-main .download{
	margin-left:0px;
}
.copy-main .citem img{
	width:18px;
}
.copy-main .join-training-text{
	color:#4a90e2;
	font-size:12px;
	margin-right:4px;
}
.copy-main .words-num{
	color:#999;
	font-size:13px;
	line-height:22px;
}
.live-message-item .load{
	overflow:hidden;
	padding:3px 10px;
	color:#666;
	font-size:12px;
}
.live-message-item .load img{
	width:14px;
	margin-right:3px;
}
.live-message-item .load .succ{
	color:#13CE66;
}
.live-message-item .load .err{
	color:#FF4949;
}
.question .load{
	text-align:right;
}
.answer .load{
	text-align:left;
}
.live-message-item .reasoning-cont{
	overflow:hidden;
	border-left:2px solid #ddd;
}
.live-message-item .text-cont-content{
	overflow:hidden;
}
.live-message-item .text-cont-content img{
	max-width: 420px;
}
.live-message-item .reasoning-cont-cont{
	padding:0px 8px;
	color:#777;
	font-size:0.8rem;
	line-height:21px;
}
.live-message-item .reasoning-cont-loading{
	overflow:hidden;
	padding:10px;
}
.live-message-item .reasoning-cont-loading img{
	width:20px;
}
.live-message-item .peitu-cont-loading{
	overflow:hidden;
	padding:10px;
}
.live-message-item .peitu-cont-loading img{
	width:20px;
}
.live-message-item .reasoning-cont-tishi{
	color:#888;
	font-size:0.75rem;
	line-height:21px;
	background:#eee;
	border-radius:4px;
	padding:4px 8px;
	margin-bottom:8px;
	display:inline-block;
	cursor:pointer;
}
.live-message-item .reasoning-cont-tishi .tip{
	overflow:hidden;
}
.live-message-item .reasoning-cont-tishi .icon{
	overflow:hidden;
	margin-left:5px;
}
.live-message-item .reasoning-cont-tishi .icon img{
	overflow:hidden;
	width:16px;
}
/*文件类型显示*/
.live-message-item .file_wrap{
	overflow:hidden;
    padding: 8px;
    border-radius: 4px;
    background: #f3f3f3;
	min-width:55px;
	max-width:300px;
}
.live-message-item .file_wrap .file_wrap_icon{
	overflow:hidden;
	width:35px;
	height:35px;
	float:left;
}
.live-message-item .file_wrap .file_wrap_icon img{
	width:100%;
	height:100%;
}
.live-message-item .file_wrap .file_wrap_cont{
	overflow:hidden;
	margin-left:10px;
}
.live-message-item .file_wrap .file_wrap_cont .name{
	overflow:hidden;
	color:#2b2b2b;
	font-size:14px;
	line-height:21px;
    word-break: break-all;
	text-align:left;
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/**提示语*/
.show-prompt-list{
	overflow: hidden;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 50px;
	max-width:800px;
}
.prompt-list-item{
	overflow:hidden;
	margin-top:10px;
	
}
.prompt-list-item .cont{
	overflow:hidden;
	line-height:21px;
	color:#333;
	font-size:14px;
	border-radius:12px;
	padding:3px 10px;
	border:1px solid #eee;
	display:inline-block;
	cursor:pointer;
	background:#fff;
}

.words-tishi{
	position:absolute;
	top:75px;
	left:0px;
	z-index:98;
	width:100%;
	text-align:center;
}
.words-tishi .text{
	overflow:hidden;
	padding:2px 12px;
	border-radius:12px;
	border:1px solid #eee;
	color:#777;
	background:#fff;
	font-size:0.8rem;
	
}
.see-words-name{
	color:#333;
	font-size:16px;
	line-height:21px;
	text-align:left;
}
.see-words-content{
	color:#666;
	font-size:14px;
	line-height:21px;
	margin-top:5px;
	text-align:left;
}




.set-group-words{
	position:absolute;
	top:3%;
	left:3%;
	width:94%;
	height:94%;
	z-index:99;
}
.group-words-main{
	-webkit-box-shadow:0 0 3px #ddd;
	box-shadow:0 0 3px #ddd;
	background:#f3f3f3;
	margin-bottom:15px;
}
.set-group-words .group-words-head{
	color:#555;
	font-size:16px;
	line-height:22px;
	padding:30px 25px;
	font-weight:600;
	overflow:hidden;
	text-align:center;
	position:relative;
}
.set-group-words .group-words-list{
	padding:10px;
	overflow:auto;
}
.group-close{
	position:absolute;
	top:26px;
	right:25px;
	width:50px;
	height:30px;
	cursor:pointer;
}
.group-close img{
	width:22px;
}

/*参数设置*/
.select-seeting-item{
	overflow:hidden;
	padding:10px;
}

/*素材信息区域*/
.material-info {
    margin-top: 8px !important;
}

.material-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statues-left {
    flex: 1;
}

.material-stats-right {
    flex-shrink: 0;
}

.material-stats-right .stat-item {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    font-size: 14px;
    color: #888;
}

.material-stats-right .stat-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.material-stats-right .comment-icon {
    background-image: url('/static/img/icon/pingjia.png');
}

.material-stats-right .like-icon {
    background-image: url('/static/img/icon/dianzan.png');
}

.material-stats-right .collect-icon {
    background-image: url('/static/img/icon/shoucang.png');
}
.select-seeting-item .label{
	color:#222;
	line-height:24px;
	font-size:16px;
}
.select-seeting-item .cont{
	color:#555;
	line-height:20px;
	margin-top:5px;
	font-size:14px;
	overflow:hidden;
}
.select-seeting-item .cont input{
	padding:2px 5px;
	border-radius:4px;
	border:none;
	background:#fff;
	line-height:25px;
	width:280px;
}
.select-seeting-item .cont textarea{
	width:280px;
	height:100px;
	overflow-y:auto;
	border: none;
	border-radius:4px;
	line-height:23px;
	padding:2px 5px;
	color: #333;
}
.select-seeting-item .border{
	border:1px solid #ddd !important;
}
.select-seeting-item .cont2{
	color:#555;
	line-height:20px;
	margin-top:5px;
	font-size:14px;
	overflow:hidden;
	padding:10px;
	background:#fff;
}
.select-seeting-item .cont2 textarea{
	width:100%;
	height:100px;
	overflow-y:auto;
	border: none;
	border-radius:4px;
	line-height:23px;
	padding:2px 5px;
	width: 100% !important;
	color: #333;
}
.select-seeting-item .desc{
	color:#888;
	line-height:20px;
	margin-top:3px;
	font-size:13px;
}
.select-seeting-item .items{
	overflow: hidden;
    background: #eee;
    border-radius: 8px;
    margin-right: 15px;
    margin-top: 10px;
    padding: 2px 10px;
    float: left;
    color: #555;
	cursor:pointer;
}
.select-seeting-item .active{
	background:#1890ff;
	color:#f8f8f8 !important;
}
.select-seeting-item .active .descs{
	color:#f8f8f8 !important;
}
.select-seeting-item .items .name{
	line-height:20px;
	font-size:14px;
	text-align:center;
}
.select-seeting-item .items .descs{
	color:#888;
	line-height:20px;
	margin-top:3px;
	font-size:12px;
	text-align:center;
}

.select-seeting-tishi{
	line-height:21px; 
	color:#666; 
	font-size:15px;
	padding:15px;
	margin-top:10px;
}

.select-seeting-btn{
	overflow:hidden;
	padding:15px;
	text-align:right;
}
.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;
}

/*自定义下拉框*/
.custom-select{
	overflow: hidden;
	max-width:293px;
	color:#333;
	padding: 4px 5px;
    border-radius: 4px;
    border: 1px solid #eee;
	cursor:pointer;
	background:#fff;
}
.custom-select .placeholder{
	color:#888;
}
.custom-select .select-cont{
	height:25px;
	line-height:25px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.custom-select .icon{
	overflow:hidden;
	float:right;
	width:21px;
	text-align:center;
}
.custom-select .icon img{
	width:20px;
}

/*下拉选择弹窗*/
.choose-self-select{
	overflow:hidden;
	position:absolute;
	top:295px;
	left:144px;
	width:280px;
	border-radius:5px;
	-webkit-box-shadow:0 0 3px #d3d3d3;
	box-shadow:0 0 3px #d3d3d3;
	background:#fff;
	z-index:100;
}
.choose-self-select .model-select-list .select-item{
	padding: 7px 10px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 5px;
}
.choose-self-select .model-select-list .select-item:hover{
	background:#f3f3f3;
}
.choose-self-select .model-select-list .active{
	background:#DEE5EE;
}
.choose-self-select .model-select-list .select-item-name{
	color:#222;
	line-height:21px;
	font-size:14px;
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.choose-self-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;
}

/*模型选择*/
.choose-model-select{
	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;
}
.choose-model-select2{
	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;
}
.choose-self-select .model-select-list{
	padding:5px 10px;
	max-height:335px;
	min-height:30px;
	overflow-y:auto;
}
.model-select-list{
	padding:10px;
	max-height:420px;
	min-height:100px;
	overflow-y:auto;
}
.model-select-list .select-item{
	padding:10px 10px;
	overflow:hidden;
	cursor:pointer;
}
.model-select-list .select-item:hover{
	background:#f3f3f3;
}
.model-select-list .select-item-name{
	color:#222;
	line-height:21px;
	font-size:16px;
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.model-select-list .select-item-desc{
	color:#888;
	line-height:21px;
	font-size:14px;
	margin-top:5px;
	max-height:42px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.model-select-list .icon{
	width:52px;
	float:left;
	overflow:hidden;
	text-align:left;
}
.model-select-list .icon img{
	width:42px;
	height:42px;
	border-radius:50%;
}
.model-select-list .cont{
	overflow:hidden;
}
.model-select-list .title{
	overflow:hidden;
	color:#333;
	font-size:0.95rem;
	font-weight:600;
	line-height:21px;
}

.model-select-list .desc{
	color:#888;
	font-size:0.85rem;
	line-height:21px;
	margin-top:3px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.btn{
	height: 35px;
    line-height: 35px;
	width:100px;
    background-color: #007bff;
	font-size:16px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
	text-align:center;
	color:#fff;
	margin:25px auto;
}

.layui-m-layerchild{
	overflow:auto;
}
.layui-m-layerchild h3{
	height:48px !important;
	line-height:48px !important;
}
button:disabled {
    background-color: #c3c6cb;
    cursor: not-allowed;
}

/**提示词内容框**/
.content-tool {
	overflow: hidden;
	padding: 5px 2px;
}
.content-tool .tool-item {
	color: #3F57D5;
	float: left;
	line-height: 21px;
	margin-right: 15px;
	font-size: 14px;
	background: #FFFFFF;
	padding: 4px 12px;
	border-radius: 5px;
	cursor: pointer;
}
.content-tool .tool-item img {
	width: 21px;
}
.content-tool .tool-item span {
	margin-left: 3px;
}
/*ai内容改写*/
.ai-edit-wrap{
	overflow:hidden;
}
.ai-edit-wrap .tishi{
	color:#777;
	font-size:14px;
	line-height:21px;
	padding:8px 0px;
}
.ai-edit-wrap-left{
	width:45%;
	float:left;
	overflow:hidden;
}
.ai-edit-wrap-right{
	overflow:hidden;
}
.ai-edit-wrap-right .gener-content{
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	line-height: 23px;
	font-size: 15px;
	height: 350px;
	overflow-y: auto !important;
	color: #222;
	width: 100%;
	box-sizing: border-box;
	border: none;
}
.ai-edit-wrap .disabled{
	background: #abcaeb !important;
	cursor: not-allowed;
}

.btn{
	height: 35px;
	line-height: 35px;
	width:100px;
	background-color: #007bff;
	font-size:16px;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	text-align:center;
	color:#fff;
	margin:25px auto;
}


.layui-m-layerchild h3{
	height:48px !important;
	line-height:48px !important;
}
/* 搜索框样式 */
.search-container {
	padding: 10px 0px;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.search-box {
	position: relative;
	background-color: #fff;
	border-radius: 15px;
	flex: 1;
}
.search-collapse-btn{
	width: 48px;
	text-align: right;
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-direction: column;
}	
/* 展开侧边栏按钮 */
.expand-left-btn{
	position: fixed;
	left: 92px;
	top: 12px;
	width: 28px;
	height: 28px;
	background: #f5f5f5;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 99999;
	transition: all 0.2s ease;
	visibility: hidden;
}
.expand-left-btn:hover{
	background: #e8e8e8;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.expand-left-btn img{
	width: 16px;
	height: 16px;
	opacity: 0.7;
	transition: opacity 0.2s ease;
}
.expand-left-btn:hover img{
	opacity: 1;
}

/* ==================== 公共图库样式（GGTK_前缀） ==================== */

/* CustomList 容器适配 */
#public-gallery-list{
	height: 100%;
}
#public-gallery-list .custom-list-container{
	padding: 0;
}
#public-gallery-list .custom-list-search{
	background: #f8f9fa;
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 15px;
}
#public-gallery-list .custom-list-table{
	border-radius: 8px;
	overflow: hidden;
}

/* 列表 */
.GGTK_gallery_list{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* 卡片 */
.GGTK_gallery_card{
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	transition: all 0.3s;
}
.GGTK_gallery_card:hover{
	box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.GGTK_gallery_card_header{
	margin-bottom: 10px;
}
.GGTK_gallery_title{
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

/* 标签 */
.GGTK_gallery_tags{
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.GGTK_tag{
	padding: 4px 12px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 500;
}
.GGTK_tag_blue{
	background: #e3f2fd;
	color: #1976d2;
}
.GGTK_tag_pink{
	background: #fce4ec;
	color: #c2185b;
}
.GGTK_tag_green{
	background: #e8f5e9;
	color: #388e3c;
}
.GGTK_tag_cyan{
	background: #e0f7fa;
	color: #00838f;
}
.GGTK_tag_orange{
	background: #fff3e0;
	color: #e65100;
}
.GGTK_tag_purple{
	background: #f3e5f5;
	color: #7b1fa2;
}

/* 图片网格 */
.GGTK_gallery_imgs{
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.GGTK_gallery_img_item{
	width: 120px;
	height: 120px;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	cursor: pointer;
	transition: transform 0.3s;
}
.GGTK_gallery_img_item:hover{
	transform: scale(1.05);
}

/* 底部 */
.GGTK_gallery_footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
}
.GGTK_gallery_meta{
	display: flex;
	gap: 20px;
	align-items: center;
}
.GGTK_gallery_date{
	font-size: 13px;
	color: #999;
	display: flex;
	align-items: center;
	gap: 5px;
}
.GGTK_gallery_date img{
	width: 14px;
	height: 14px;
}
.GGTK_gallery_download{
	font-size: 13px;
	color: #409EFF;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
}
.GGTK_gallery_download img{
	width: 14px;
	height: 14px;
}
.GGTK_gallery_download:hover{
	text-decoration: underline;
}
.GGTK_gallery_use_count{
	font-size: 13px;
	color: #999;
}

/* 操作按钮 */
.GGTK_gallery_actions{
	display: flex;
	gap: 15px;
}
.GGTK_btn{
	font-size: 13px;
	color: #409EFF;
	cursor: pointer;
	transition: color 0.2s;
}
.GGTK_btn:hover{
	color: #66b1ff;
	text-decoration: underline;
}

/* 公共图库表单样式 */
.GGTK-select-seeting-wrap{
    padding: 5px;
    max-height: 500px;
    overflow-y: auto;
}
.GGTK-select-seeting-module{
    background: #fff;
    border-radius: 8px;
	padding: 10px;
}
.GGTK-select-seeting-title{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.GGTK-select-seeting-item{
	margin-bottom: 15px;
	overflow: hidden;
}
.GGTK-select-seeting-float{
	display: flex;
	align-items: flex-start;
	min-height: 32px;
	padding-bottom: 10px;
}
.GGTK-select-seeting-float .GGTK-label{
	line-height: 32px;
}
.GGTK-nobottom{
    margin-bottom: 0;
}
.GGTK-label{
	width: 85px;
	text-align: left;
	padding-right: 10px;
	line-height: 32px;
	color: #666;
	font-size: 14px;
	flex-shrink: 0;
}
.GGTK-require{
    color: #ff4d4f;
    margin-right: 4px;
}
.GGTK-cont{
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.GGTK-select{
    width: 360px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
}
.GGTK-input{
    width: 360px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
}
.GGTK-input-day{
    width: 160px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
}
.GGTK-textarea{
    width: 360px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    resize: vertical;
}
.GGTK-items{
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    background: #fff;
}
.GTK-items:hover{
    border-color: #409EFF;
}
.GGTK-items.GGTK-active{
    background: #409EFF;
    border-color: #409EFF;
    color: #fff;
}
.GGTK-name{
    font-size: 14px;
}
.GGTK-img-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-start;
	max-width: 330px;
}
.GGTK-show-imgs{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.GGTK-show-imgs-item{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #eee;
}
.GGTK-show-imgs-item .GGTK-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.GGTK-show-imgs-remove{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s;
}
.GGTK-show-imgs-item:hover .GGTK-show-imgs-remove{
    opacity: 1;
}
.GGTK-show-imgs-remove img{
    width: 12px;
    height: 12px;
}
.GGTK-uploader{
    width: 100px;
    height: 100px;
    border: 1px dashed #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}
.GGTK-uploader:hover{
    border-color: #409EFF;
    background: #f0f9ff;
}
.GGTK-uploader-plus img{
    width: 30px;
    height: 30px;
}
.GGTK-select-seeting-bottom{
    padding: 15px 20px;
    border-top: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 0 0 8px 8px;
}
.GGTK-select-seeting-btn{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.GGTK-cancel{
    padding: 8px 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    transition: all 0.2s;
}
.GGTK-cancel:hover{
    border-color: #999;
    color: #333;
}
.GGTK-sure{
    padding: 8px 20px;
    background: #409EFF;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    transition: all 0.2s;
}
.GGTK-sure:hover{
	background: #66b1ff;
}

/* 一键修图按钮 */
.GGTK-process-img-btn{
	margin-left: 10px;
	align-self: flex-start;
}
.GGTK-process-img-btn .GGTK-btn{
	display: inline-block;
	padding: 2px 8px;
	background: #52c41a;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.2s;
	white-space: nowrap;
}
.GGTK-process-img-btn .GGTK-btn:hover{
	background: #73d13d;
}

/* ==================== 公共图库样式结束 ==================== */

.search-box input {
	width: 100%;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 15px;
	font-size: 14px;
	color: #333;
	transition: all 0.3s ease;
	background-color: #fff;
}

.search-box input:focus {
	outline: none;
	border-color: #1677ff;
	box-shadow: 0 0 0 2px rgba(22, 119, 255, 0.2);
}

.search-box .fa-search {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #8c8c8c;
	font-size: 16px;
}

/* 搜索框占位符样式 */
.search-box input::placeholder {
	color: #bfbfbf;
	font-size: 14px;
}

/* 搜索框获得焦点时占位符样式 */
.search-box input:focus::placeholder {
	color: #d9d9d9;
}

/* 平滑过渡效果 */
.search-box input,
.search-box input:focus {
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 列表项悬停效果 */
.assistants-list-item:hover,
.msg-list-item:hover {
	transition: background-color 0.2s ease;
}

.choose-model-select .model-select-list .active{
	background-color: #1890ff !important;
}
.choose-model-select2 .model-select-list .active{
	background-color: #1890ff !important;
}
.no-content{
	overflow: hidden;
	line-height: 21px;
	color: #333;
	font-size: 14px;
	border-radius: 12px;
	padding: 3px 10px;
	border: 1px solid #eee;
	display: inline-block;
	cursor: pointer;
	background: #fff;
}
/**设置滑动条**/
.slider-container {
	margin: 50px;
	font-family: Arial, sans-serif;
}

input[type="range"] {
	width: 300px;
	height: 8px;
	-webkit-appearance: none;
	appearance: none;
	background: #e0e0e0;
	border-radius: 4px;
	outline: none;
}

/* 滑块样式 */
.huadong input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #1890ff;
	cursor: pointer;
	transition: background 0.3s ease;
}

.huadong input[type="range"]::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #1890ff;
	cursor: pointer;
	transition: background 0.3s ease;
	border: none;
}

.huadong input[type="range"]::-webkit-slider-thumb:hover,
.huadong input[type="range"]::-moz-range-thumb:hover {
	background: #45a049;
}

.huadong #valueDisplay {
	font-size: 14px;
	color: #333;
	padding: 8px 10px;
	display: inline-block;
	min-width: 80px;
}
/* 核心样式 - 换一组按钮 */
.update_img{
	position: absolute;
	bottom: 49px;
	left: -5px;
	z-index: 50000;
	display: block;
}
.update-img {
	position: relative;
	display: flex;
	justify-content: flex-start;
	clear: both;
}
.img_fankui{
	position: absolute;
	bottom: 75px;
	left: -5px;
	z-index: 50000;
	display: block;
}
.update-img-label {
	display: inline-flex;
	align-items: center;
	padding: 2px 4px;
	color: white;
	/* border-radius: 0 10px 10px 0; **/
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: none;
	font-size: 12px;
	background-color: #1677ff;
	line-height: normal;
}
#delete-context {
	color: #FF9A00;
	padding: 6px 0px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 2px;
	border: 1px solid transparent;
}
#delete-context::before {
	content: "🗑️";
	font-size: 14px;
}
.pic-img-list .use-num{
	position: absolute;
	bottom: 12px;
	left: 5px;
	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;
}
.video-list .imgs {
	width: 155px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
}
.video-list .play {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	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;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-list .play img{
	background:none;
	width: 35px !important;
	text-align: center !important;
}
/*下拉modal*/
.CU-select-modal .select-item{
	padding:10px 5px;
	overflow:hidden;
	cursor:pointer;
}
.CU-select-modal .select-item:hover{
	background:#f3f3f3;
}
.CU-select-modal .select-item-name{	
	color:#222;
	line-height:21px;
	font-size:16px;
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.CU-select-modal .select-item-desc{
	color:#888;
	line-height:21px;
	font-size:14px;
	margin-top:5px;
	max-height:42px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.CU-select-modal .icon{
	width:52px;
	float:left;
	overflow:hidden;
	text-align:left;
}
.CU-select-modal .icon img{
	width:42px;
	height:42px;
	border-radius:50%;
}
.CU-select-modal .cont{
	overflow:hidden;
}
.CU-select-modal .title{
	overflow:hidden;
	color:#333;
	font-size:0.95rem;
	font-weight:600;
	line-height:21px;
}

.CU-select-modal .desc{
	color:#888;
	font-size:0.85rem;
	line-height:21px;
	margin-top:3px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

/**菜单布局**/
.chat-message-main-wrap{
	overflow: hidden;
}
.right-number-list {
    float: left;
    width: 260px;
	height: 100vh;
	border-radius: 10px;
}
.messages-container {
	position: relative;
}
.message-footer {
    clear: both;
    width: 100%;
}
.knowledge-base-container{
	padding: 20px;
}

.chat-modal-menu-item{
	padding:10px 5px;
	overflow:hidden;
	cursor:pointer;
	display: flex;
	flex-direction: row;
	color: #333;
	line-height: 22px;
	font-size: 14px;
	border-radius: 5px;
}
.chat-modal-menu-item .chat-icon{
	width: 30px;
}
.chat-modal-menu-item .chat-icon img{
	width: 22px;
}
.chat-modal-menu-item .chat-cont{
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.chat-modal-menu-item:hover{
	background:#f3f3f3;
}
.loading-more{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #777;
	font-size: 14px;
	line-height: 25px;
}
.loading-more:hover{
	color: #1890ff;
}

/* AC-人物关系账号绑定样式 */
.AC-account-bind-wrap{
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 500px;
}

.AC-account-bind-left{
	width: 230px;
	flex-shrink: 0;
	background: #f5f5f5;
	border-right: 1px solid #e0e0e0;
	display: flex;
	flex-direction: column;
}

.AC-account-search{
	padding: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.AC-search-wrap{
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
}

.AC-search-icon{
	position: absolute;
	left: 10px;
	color: #999;
	font-size: 14px;
	z-index: 1;
}

.AC-search-input{
	width: 100%;
	height: 36px;
	padding: 0 12px 0 36px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	outline: none;
	box-sizing: border-box;
}

.AC-search-input:focus{
	border-color: #1890ff;
}

.AC-account-add-icon{
	width: 24px;
	height: 24px;
	background: #52c41a;
	color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s ease;
	flex-shrink: 0;
}

.AC-account-add-icon:hover{
	background: #73d13d;
}

.AC-account-list{
	flex: 1;
	overflow-y: auto;
	padding: 0 10px 10px;
}

.AC-account-item{
	display: flex;
	align-items: center;
	padding: 12px 10px;
	margin-bottom: 8px;
	background: #fff;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
	border: 1px solid transparent;
}

.AC-account-item:hover{
	background: #f0f7ff;
}

.AC-account-item.active{
	background: #e6f7ff;
	border-color: #1890ff;
}

.AC-account-avatar{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #1890ff;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	flex-shrink: 0;
	margin-right: 10px;
}

.AC-account-info{
	flex: 1;
	overflow: hidden;
}

.AC-account-title{
	font-size: 14px;
	color: #333;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 4px;
}

.AC-account-type{
	font-size: 12px;
	color: #999;
}

.AC-account-bind-right{
	flex: 1;
	overflow-y: auto;
	padding: 20px;
	background: #fff;
}

.AC-account-detail{
	background: #fafafa;
	border-radius: 8px;
	padding: 20px;
}

.AC-account-detail-header{
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}

.AC-account-detail-header h3{
	margin: 0;
	font-size: 16px;
	color: #333;
	font-weight: 600;
}

.AC-account-detail-content{
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.AC-account-detail-item{
	display: flex;
	align-items: flex-start;
}

.AC-account-detail-label{
	width: 100px;
	flex-shrink: 0;
	font-size: 14px;
	color: #666;
	text-align: right;
}

.AC-account-detail-value{
	flex: 1;
	font-size: 14px;
	color: #333;
	word-break: break-all;
}

.AC-loading-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
}

.AC-loading{
	color: #999;
	font-size: 14px;
}

.AC-empty-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
}

.AC-empty{
	color: #999;
	font-size: 14px;
}

/* 账号内容页样式（主Tab使用） */
.account-content-wrap{
	width: 100%;
	height: 100%;
	padding: 0;
}

.account-content-main{
	display: flex;
	height: 100%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
	overflow: hidden;
}

.account-left-panel{
	width: 230px;
	flex-shrink: 0;
	background: #f8f9fa;
	border-right: 1px solid #e8e8e8;
	display: flex;
	flex-direction: column;
}

.account-panel-header{
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e8e8e8;
}

.account-panel-header h3{
	margin: 0;
	font-size: 15px;
	color: #333;
	font-weight: 600;
}

.account-add-btn{
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px 10px;
	background: #1890ff;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 12px;
	cursor: pointer;
	transition: all 0.2s;
}

.account-add-btn::before{
	content: "+";
	font-size: 14px;
	font-weight: 600;
}

.account-add-btn:hover{
	background: linear-gradient(135deg, #40a9ff 0%, #1890ff 100%);
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(24, 144, 255, 0.35);
}

.account-search-box{
	padding: 12px 15px;
	border-bottom: 1px solid #e8e8e8;
}

.account-search-box input{
	width: 100%;
	height: 32px;
	padding: 0 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 13px;
	box-sizing: border-box;
}

.account-search-box input:focus{
	outline: none;
	border-color: #1890ff;
}

.account-list{
	flex: 1;
	overflow-y: auto;
	padding: 10px;
}

.account-item{
	display: flex;
	align-items: center;
	padding: 10px 12px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s;
	margin-bottom: 4px;
}

.account-item:hover{
	background: #ecf5ff;
}

.account-item.active{
	background: #ecf5ff;
}

.account-item.active .account-name,
.account-item.active .account-type{
	color: #1890ff;
}

.account-avatar{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #e0e0e0;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	flex-shrink: 0;
}

.account-item.active .account-avatar{
	background: #1890ff;
	color: #fff;
}

.account-info{
	flex: 1;
	overflow: hidden;
}

.account-name{
	font-size: 14px;
	color: #333;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.account-type{
	font-size: 12px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 2px;
}

.account-right-panel{
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.account-detail-panel{
	flex: 1;
	overflow-y: auto;
	padding: 0px;
}

.account-empty-tip{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #999;
	font-size: 14px;
}

.account-detail-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
}

.account-detail-header h3{
	margin: 0;
	font-size: 16px;
	color: #333;
}

.account-actions{
	display: flex;
	gap: 10px;
}

.account-action-btn{
	padding: 6px 14px;
	border: 1px solid #1890ff;
	background: #fff;
	color: #1890ff;
	border-radius: 4px;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.2s;
}

.account-action-btn:hover{
	background: #1890ff;
	color: #fff;
}

.account-detail-content{
	
}

.account-detail-label{
	width: 100px;
	color: #666;
	font-size: 14px;
	flex-shrink: 0;
}

.account-detail-value{
	flex: 1;
	color: #333;
	font-size: 14px;
	word-break: break-all;
}

.account-loading,
.account-error,
.account-empty{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
	color: #999;
	font-size: 14px;
}

.account-detail-tabs{
	margin-top: 15px;
}

.account-info-tab{
	padding: 10px 0;
}

.account-info-item{
	display: flex;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
}

.account-info-item .info-label{
	width: 100px;
	color: #666;
	font-size: 14px;
	flex-shrink: 0;
}

.account-info-item .info-value{
	flex: 1;
	color: #333;
	font-size: 14px;
	word-break: break-all;
}

.account-publish-tab,
.account-stats-tab{
	padding: 20px;
}

.account-empty-tip{
	text-align: center;
	color: #999;
	font-size: 14px;
	padding: 40px 0;
}

.account-info-actions{
	display: flex;
	gap: 10px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #f0f0f0;
}

.account-action-btn{
	padding: 6px 16px;
	border-radius: 4px;
	font-size: 13px;
	cursor: pointer;
	border: none;
	transition: all 0.2s;
}

.account-edit-btn{
	background: #1890ff;
	color: #fff;
}
.account-delete-btn{
	background: #fff;
	color: #f56c6c;
	border: 1px solid #e6e6e6;
}

.account-delete-btn:hover{
	background: #fef0f0;
	border-color: #f56c6c;
}
/***对标账号相关***/
.account-case-list-item{
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
	padding: 12px 15px;
	cursor: pointer;
}

.account-case-list-item:hover{
	background: #f9f9f9;
}

.account-case-list-item .material-list-item-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.account-case-list-item .material-list-item-title-left{
	display: flex;
	align-items: center;
	gap: 10px;
}

.account-case-list-item .list-item-icon{
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 12px;
}

.account-case-list-item .list-item-icon.type-dabiao{
	background: #e6f7ff;
	color: #1890ff;
	border: 1px solid #91d5ff;
}

.account-case-list-item .list-item-icon.type-zhinentijiaru{
	background: #f6ffed;
	color: #52c41a;
	border: 1px solid #b7eb8f;
}

.account-case-list-item .list-item-title{
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.account-case-list-item .list-item-time{
	color: #999;
	font-size: 12px;
}

.account-case-list-item .case-content{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	word-break: break-all;
}

.account-case-list-item .material-list-item-fd{
	text-align: center;
	padding: 5px 0;
	color: #3855d5;
	font-size: 13px;
	cursor: pointer;
}

.account-case-list-item .material-list-item-fd .collis-shenglv{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.account-case-list-item .material-list-item-fd img{
	width: 12px;
	height: 12px;
}
/***================账号相关================***/
.account-publish-item{
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
	padding: 12px 15px;
	cursor: pointer;
}

.account-publish-item:hover{
	background: #f9f9f9;
}

.account-publish-item .publish-hd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.account-publish-item .publish-title{
	color: #333;
	font-size: 14px;
	font-weight: 500;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 10px;
}

.account-publish-item .publish-status{
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 12px;
}

.account-publish-item .publish-status.type-dabiao{
	background: #e6f7ff;
	color: #1890ff;
	border: 1px solid #91d5ff;
}

.account-publish-item .publish-status.type-zhinentijiaru{
	background: #f6ffed;
	color: #52c41a;
	border: 1px solid #b7eb8f;
}

.account-publish-item .publish-status.type-default{
	background: #f5f5f5;
	color: #666;
	border: 1px solid #e6e6e6;
}

.account-publish-item .publish-time{
	color: #999;
	font-size: 12px;
	white-space: nowrap;
}

.account-publish-item .publish-content{
	color: #666;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	word-break: break-all;
}

.account-publish-item .publish-fd{
	text-align: center;
	padding: 5px 0;
	color: #3855d5;
	font-size: 13px;
	cursor: pointer;
}

.account-publish-item .publish-fd .collis-shenglv{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.account-publish-item .publish-fd img{
	width: 12px;
	height: 12px;
}

.account-publish-item .publish-actions{
	margin-top: 10px;
	text-align: right;
}

.account-publish-item .publish-actions .use-material{
	display: inline-block;
	padding: 4px 12px;
	font-size: 12px;
	color: #fff;
	background: #1890ff;
	border-radius: 4px;
	cursor: pointer;
}

.account-publish-item .publish-actions .use-material:hover{
	background: #40a9ff;
}

.account-publish-item .publish-stats{
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #f5f5f5;
}

.account-publish-item .publish-images{
	overflow: hidden;
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.account-publish-item .publish-img-item{
	width: 80px;
	height: 80px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	flex-shrink: 0;
}

.account-publish-item .publish-img-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.account-publish-item .material-stats-right{
	display: flex;
	align-items: center;
	gap: 15px;
}

.account-publish-item .stat-item{
	display: flex;
	align-items: center;
	gap: 4px;
	color: #999;
	font-size: 13px;
}

.account-publish-item .stat-icon{
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.account-publish-item .stat-icon.comment-icon{
	background-image: url('/static/img/icon/pingjia.png');
}

.account-publish-item .stat-icon.like-icon{
	background-image: url('/static/img/icon/dianzan.png');
}

.account-publish-item .stat-icon.collect-icon{
	background-image: url('/static/img/icon/shoucang.png');
}
.account-search-box {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.account-type-select {
    width: 65px;
    padding: 6px 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

#account-search-input {
    flex: 1;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

/*================人物百科样式================*/
.BK_baike-container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
    background: #f5f7fa;
}

/* 头部操作栏 */
.BK_baike-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.BK_header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.BK_label {
    font-size: 14px;
    color: #666;
}

.BK_identity-select {
    padding: 6px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background: #fff;
    cursor: pointer;
    min-width: 120px;
}

.BK_identity-select:focus {
    outline: none;
    border-color: #1890ff;
}

.BK_header-right {
    display: flex;
    gap: 10px;
}

.BK_btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.BK_btn-preview {
    background: #fff;
    color: #1890ff;
    border: 1px solid #1890ff;
}

.BK_btn-preview:hover {
    background: #e6f7ff;
}

.BK_btn-save {
    background: #1890ff;
    color: #fff;
}

.BK_btn-save:hover {
    background: #40a9ff;
}

/* 卡片样式 */
.BK_card {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    overflow: hidden;
}

.BK_card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.BK_card-icon {
    font-size: 14px;
}

.BK_card-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    flex: 1;
}

.BK_btn-add {
    padding: 6px 14px;
    background: #1890ff;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
}

.BK_btn-add:hover {
    background: #40a9ff;
}

.BK_card-body {
    padding: 10px;
}

/* CustomForm表单在百科中的样式调整 */
#BK_basic_form_container .custom-form {
    background: transparent;
}

/* 左右两个表单的容器样式 */
#BK_basic_form_left .custom-form,
#BK_basic_form_right .custom-form {
    background: transparent;
}

/* 左右表单输入框宽度 */
#BK_basic_form_left .CU-form-cont input,
#BK_basic_form_left .CU-form-cont textarea,
#BK_basic_form_right .CU-form-cont input,
#BK_basic_form_right .CU-form-cont textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

/* 表单分区标题 */
.BK_form-section-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

/* 身份类型只读文本 */
.BK_identity-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    padding: 6px 0;
}

/* 隐藏医生专属信息列 */
.BK_form-col-hidden {
    display: none;
}

/*================百科预览侧边弹窗样式================*/
/* 预览容器 */
.BK_preview_container {
    padding: 20px;
    background: #f5f7fa;
    min-height: 100%;
}

/* 预览区块 */
.BK_preview_section {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* 区块标题 */
.BK_preview_section_title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

/* 身份类型 */
.BK_preview_identity {
    font-size: 14px;
    color: #1890ff;
    font-weight: 500;
}

/* 信息网格 */
.BK_preview_info_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

/* 信息项 */
.BK_preview_info_item {
    font-size: 13px;
    line-height: 1.6;
}

/* 标签 */
.BK_preview_label {
    color: #666;
}

/* 值 */
.BK_preview_value {
    color: #333;
}

/* 简介、擅长领域、学术成果 */
.BK_preview_intro,
.BK_preview_expertise,
.BK_preview_achievements {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #f0f0f0;
}

/* 事件列表 */
.BK_preview_events,
.BK_preview_relations {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* 事件项 */
.BK_preview_event_item,
.BK_preview_relation_item {
    background: #fafafa;
    border-radius: 6px;
    padding: 12px;
    border-left: 3px solid #1890ff;
}

/* 事件头部 */
.BK_preview_event_header,
.BK_preview_relation_header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

/* 事件类型标签 */
.BK_preview_event_type,
.BK_preview_relation_type {
    font-size: 11px;
    padding: 2px 8px;
    background: #e6f7ff;
    color: #1890ff;
    border-radius: 4px;
}

/* 事件标题 */
.BK_preview_event_title,
.BK_preview_relation_name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    flex: 1;
}

/* 事件时间 */
.BK_preview_event_time,
.BK_preview_relation_time {
    font-size: 12px;
    color: #999;
}

/* 身份标识 */
.BK_preview_relation_identity {
    font-size: 12px;
    color: #666;
    background: #f0f0f0;
    padding: 2px 8px;
    border-radius: 4px;
}

/* 事件元信息 */
.BK_preview_event_meta {
    font-size: 12px;
    color: #666;
    margin-bottom: 6px;
}

/* 事件描述 */
.BK_preview_event_desc,
.BK_preview_relation_desc {
    font-size: 13px;
    color: #333;
    line-height: 1.6;
}

/* 空状态 */
.BK_preview_empty {
    text-align: center;
    color: #999;
    font-size: 13px;
    padding: 20px;
}

/* 侧边弹窗样式调整 */
.BK_preview_drawer .layui-layer-content {
    background: #f5f7fa;
}

/* 简单粗暴：固定input和textarea宽度为370px */
#BK_basic_form_container .CU-form-cont input,
#BK_basic_form_container .CU-form-cont textarea {
    width: 380px !important;
    max-width: 380px !important;
    min-width: 380px !important;
}

/* 表单布局 - 保留原有样式供参考 */
.BK_form-row {
    display: flex;
    gap: 40px;
}

.BK_form-col {
    flex: 1;
    max-width: 50%;  /* 限制最大宽度为50%，防止单列时占满 */
}

/* 当只有左边表单时（非医生），限制其宽度 */
.BK_form-col:first-child:last-child {
    max-width: 500px;  /* 单列时的最大宽度 */
}

.BK_form-item {
    margin-bottom: 20px;
}

.BK_form-label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.BK_form-input,
.BK_form-select {
    width: 100%;
    height: 36px;
    padding: 0 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    transition: all 0.3s;
}

.BK_form-input:focus,
.BK_form-select:focus {
    outline: none;
    border-color: #1890ff;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.BK_date-input {
    cursor: pointer;
}

.BK_form-textarea {
    width: 100%;
    min-height: 80px;
    padding: 10px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    resize: vertical;
    font-family: inherit;
    line-height: 1.5;
    transition: all 0.3s;
}

.BK_form-textarea:focus {
    outline: none;
    border-color: #1890ff;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

/* 单选框组 */
.BK_radio-group {
    display: flex;
    gap: 20px;
}

.BK_radio {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.BK_radio input[type="radio"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* 事件列表 */
.BK_event-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.BK_empty-tip {
    text-align: center;
    color: #999;
    font-size: 14px;
    padding: 40px 0;
}

.BK_event-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s;
}

.BK_event-item:hover {
    background: #f0f5ff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.BK_event-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.BK_event-type {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.BK_event-type-career {
    background: #e6f7ff;
    color: #1890ff;
}

.BK_event-type-academic {
    background: #f6ffed;
    color: #52c41a;
}

.BK_event-title {
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.BK_event-actions {
    display: flex;
    gap: 10px;
}

.BK_event-edit,
.BK_event-delete {
    cursor: pointer;
    font-size: 12px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.BK_event-edit:hover,
.BK_event-delete:hover {
    opacity: 1;
}

.BK_event-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #666;
}

.BK_event-time,
.BK_event-location,
.BK_event-journal {
    color: #888;
}

.BK_event-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* 人物关系列表 */
.BK_relation-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.BK_relation-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s;
}

.BK_relation-item:hover {
    background: #f9f0ff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.BK_relation-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.BK_relation-type {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.BK_relation-type-同事 {
    background: #f6ffed;
    color: #52c41a;
}

.BK_relation-type-师徒 {
    background: #e6f7ff;
    color: #1890ff;
}

.BK_relation-type-同学 {
    background: #fff2f0;
    color: #ff4d4f;
}

.BK_relation-type-合作者 {
    background: #f9f0ff;
    color: #722ed1;
}

.BK_relation-name {
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.BK_relation-org {
    font-size: 13px;
    color: #666;
}

.BK_relation-actions {
    display: flex;
    gap: 10px;
}

.BK_relation-edit,
.BK_relation-delete {
    cursor: pointer;
    font-size: 16px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.BK_relation-edit:hover,
.BK_relation-delete:hover {
    opacity: 1;
}

.BK_relation-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #666;
}

.BK_relation-type-label,
.BK_relation-cooperation,
.BK_relation-mentor-time {
    color: #888;
}

.BK_relation-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* 响应式适配 */
@media (max-width: 768px) {
    .BK_form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .BK_baike-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}

/*新增聊天样式*/
.workflow-content-part {
	overflow: hidden;
	padding: 8px 0;
	line-height: 24px;
}
.workflow-content-part img{
	max-width: 155px !important;
	height: auto;
}
.workflow-cont-part {
	overflow: hidden;
	padding: 5px 0;
	font-size: 0.95rem;
	color: #444;
}
.workflow-cont-part img{
	max-width: 105px;
	height: auto;
}
.reasoning-cont-part {
	overflow: hidden;
}
.reasoning-cont-title {
	font-size: 14px;
	font-weight: 500;
	color: #666;
	margin-top: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 4px;
}
.reasoning-cont-title:hover {
	color: #333;
}
.reasoning-use-time{
	font-size: 13px;
	color: #999;
}
.reasoning-cont-cont {
	font-size: 13px;
	color: #aaa;
	line-height: 22px;
	padding: 6px 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
/* 推理内容默认折叠：最多显示2行（line-height * 2 = 44px） */
.reasoning-cont-part.collapsed .reasoning-cont-cont {
	max-height: 29px;
	position: relative;
	overflow-y: auto;
}

/* 展开状态 */
.reasoning-cont-part.expanded .reasoning-cont-cont {
	max-height: none;
}
/* 展开/折叠图标旋转 */
.reasoning-cont-part.collapsed .reasoning-cont-title .icon img {
	transform: rotate(0deg);
	transition: transform 0.2s;
}
.reasoning-cont-part.expanded .reasoning-cont-title .icon img {
	transform: rotate(90deg);
	transition: transform 0.2s;
}
.workflow-cont-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	color: #666;
	margin-top: 6px;
}
.reasoning-cont-part .icon{
	overflow:hidden;
	margin-left:5px;
	display: inline-flex;
}
.reasoning-cont-part .icon img{
	overflow:hidden;
	width:16px;
	height:16px;
	vertical-align: middle;
}

/* agent_core 新版智能体工作流样式 */
.workflow-cont-terminated {
	font-size: 13px;
	color: #ff4d4f;
}
.workflow-cont-failed {
	overflow: hidden;
	padding: 5px 0;
	font-size: 0.95rem;
	color: #333;
}
.workflow-cont-step {
	font-size: 0.95rem;
	color: #333;
	line-height: 23px;
	padding-left: 6px;
	margin-top: 4px;
}
.workflow-cont-reason {
	font-size: 14px;
	color: #444;
	line-height: 21px;
	padding: 5px 0;
}
.workflow-cont-tool {
	font-size: 13px;
	color: #666;
	line-height: 21px;
	padding: 3px 0;
}
.workflow-cont-tool::before {
	content: '🔧 ';
	font-size: 12px;
}
.workflow-cont-skill {
	font-size: 13px;
	color: #666;
	line-height: 21px;
	padding: 3px 0;
}
.workflow-cont-skill::before {
	content: '⚡ ';
	font-size: 12px;
}

/* 对标账号左右布局样式 */
.benchmark-account-layout { display:flex; height:100%; background:#f5f7fa; }
.benchmark-account-layout .account-list-panel { width:200px; border-right:1px solid #e0e0e0; display:flex; flex-direction:column; background:#fff; }
.benchmark-account-layout .note-list-panel { flex:1; display:flex; flex-direction:column; background:#fff; }
.benchmark-account-layout .CU-search-field-label { display:none; }

/* 账号搜索 */
.benchmark-account-search { padding:10px; border-bottom:1px solid #f0f0f0; }
.benchmark-account-search .account-search-input { width:100%; height:32px; padding:0 10px; border:1px solid #d9d9d9; border-radius:4px; font-size:13px; box-sizing:border-box; }
.benchmark-account-search .account-search-input:focus { outline:none; border-color:#1890ff; }

/* 账号列表内容区 */
.benchmark-account-list-content { flex:1; overflow-y:auto; }
.benchmark-account-list-content .account-loading,
.benchmark-account-list-content .account-empty,
.benchmark-account-list-content .account-error { padding:20px; text-align:center; color:#999; font-size:13px; }

/* 账号列表项 */
.benchmark-account-list-content .account-item { padding:10px 12px; border-bottom:1px solid #f5f5f5; cursor:pointer; display:flex; align-items:center; gap:8px; transition:all 0.2s; }
.benchmark-account-list-content .account-item:hover { background:#f5f7fa; }
.benchmark-account-list-content .account-item.active { background:#e8f4f8; border-left:2px solid #1890ff; }

/* 账号头像 */
.benchmark-account-list-content .account-avatar { width:36px; height:36px; border-radius:50%; flex-shrink:0; }
.benchmark-account-list-content .account-avatar img { width:100%; height:100%; border-radius:50%; object-fit:cover; }
.benchmark-account-list-content .account-avatar-default { width:36px; height:36px; border-radius:50%; background:linear-gradient(135deg,#667eea 0%,#764ba2 100%); display:flex; align-items:center; justify-content:center; color:#fff; font-size:14px; font-weight:bold; flex-shrink:0; }

/* 账号信息 */
.benchmark-account-list-content .account-info { flex:1; overflow:hidden; }
.benchmark-account-list-content .account-name { font-size:13px; font-weight:500; color:#333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.benchmark-account-list-content .account-meta { font-size:11px; color:#999; margin-top:3px; }

/* 平台标签 */
.benchmark-account-list-content .platform-tag { display:inline-block; padding:1px 5px; border-radius:2px; font-size:10px; background:#f5f5f5; color:#666; border:1px solid #e0e0e0; }
.benchmark-account-list-content .platform-tag.xiaohongshu { background:#fff0f0; color:#c41e3a; border-color:#ffcdd2; }
.benchmark-account-list-content .platform-tag.douyin { background:#f5f5f5; color:#333; border-color:#ddd; }
.benchmark-account-list-content .platform-tag.soyoung { background:#e3f2fd; color:#1976d2; border-color:#bbdefb; }
.benchmark-account-list-content .note-count { margin-left:6px; }

/* 加载更多 */
.benchmark-account-loadmore { padding:12px; text-align:center; cursor:pointer; border-top:1px solid #f0f0f0; }
.benchmark-account-loadmore:hover { background:#f5f7fa; }
.benchmark-account-loadmore .loadmore-text { font-size:12px; color:#666; }
.account-item.active .account-name, .account-item.active .account-type,.benchmark-account-list-content .account-name{
	line-height: 1.2rem !important;
}

/* 账号列表空状态 */
.benchmark-account-empty { display:flex; flex-direction:column; align-items:center; justify-content:center; height:100%; min-height:200px; padding:20px; text-align:center; }
.benchmark-account-empty .empty-icon { font-size:48px; margin-bottom:12px; opacity:0.6; }
.benchmark-account-empty .empty-text { font-size:14px; color:#666; font-weight:500; margin-bottom:6px; }
.benchmark-account-empty .empty-desc { font-size:12px; color:#999; }

/* 推理过程列表样式 */
.reasoning-list-container {
	margin-bottom: 10px;
	border-left: 2px solid #ddd;
}
.reasoning-list-title {
	font-size: 0.75rem;
	color: #888;
	padding: 4px 8px;
	background: #eee;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 8px;
}
.reasoning-list-content {
	padding: 0 8px;
}
.reasoning-item {
	margin-bottom: 8px;
	padding: 6px 0;
	border-bottom: 1px dashed #eee;
}
.reasoning-item:last-child {
	border-bottom: none;
}
.reasoning-item-header {
	font-size: 0.8rem;
	color: #666;
	line-height: 21px;
}
.reasoning-item-icon {
	font-size: 12px;
	margin-right: 6px;
}
.reasoning-item-type {
	font-weight: 500;
	color: #555;
	margin-right: 6px;
}
.reasoning-item-content {
	color: #777;
	display: block;
	margin-top: 4px;
	word-break: break-all;
}
.reasoning-item-reason {
	margin-top: 6px;
	padding-left: 22px;
	font-size: 0.8rem;
	color: #777;
	line-height: 21px;
}
.reasoning-reason-content {
	color: #777;
}
.reasoning-reason-content p {
	margin: 4px 0;
}
/* 推理列表中的图片缩小处理 */
.reasoning-reason-content img.reasoning-img {
	max-width: 180px;
	height: auto;
	border-radius: 4px;
	object-fit: cover;
}
.reasoning-item.running .reasoning-item-header {
	color: #1890ff;
}
.reasoning-item.completed .reasoning-item-header {
	color: #52c41a;
}

/*================技能资源类型标签样式================*/
/* 资源类型标签基础样式 */
.tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

/* 内容类型标签 - 蓝色 */
.tag-content {
    background: #e6f7ff;
    color: #1890ff;
    border: 1px solid #91d5ff;
}

/* 文件类型标签 - 绿色 */
.tag-file {
    background: #f6ffed;
    color: #52c41a;
    border: 1px solid #b7eb8f;
}

/* 启用状态标签 - 绿色 */
.tag-enabled {
    background: #f6ffed;
    color: #52c41a;
    border: 1px solid #b7eb8f;
}

/* 禁用状态标签 - 红色 */
.tag-disabled {
    background: #fff2f0;
    color: #ff4d4f;
    border: 1px solid #ffccc7;
}