.chatgpt-dialog-chat-extend-tag,.chatgpt-dialog-chat-extend-tag-message {
	/** display: inline-flex; **/
	display: flex;
	justify-content:flex-end;

	margin-bottom: 0.16rem;
}



.extend-tag-item {
	height: 0.32rem;
	line-height: 0.32rem;
	text-align: center;
	border-radius: 0.16rem;
	background-color: #1F2126;
	border-color: #2B2D33;
	color: #FFFFFF;
	margin-right: 0.1rem;
	/*padding: 0.07rem 0.14rem;*/
	/*padding: 0.01rem 0.2rem;*/
	font-size: 0.13rem;
}

.extend-tag-item-black {
	height: 0.32rem;
	line-height: 0.32rem;
	text-align: center;
	border-radius: 0.16rem;
	background-color: #1F2126;
	border-color: #2B2D33;
	color: #2987F6;
	margin-right: 0.1rem;
	/*padding: 0.07rem 0.14rem;*/
	/*padding: 0.01rem 0.2rem;*/
	font-size: 0.13rem;
}

.extend-tag-item-white {
	height: 0.32rem;
	line-height: 0.32rem;
	text-align: center;
	border-radius: 0.16rem;
	background-color: #FFFFFF;
	border-color: #313340;
	color: #313340;
	margin-right: 0.1rem;
	/*padding: 0.07rem 0.14rem;*/
	/*padding: 0.01rem 0.2rem;*/
	font-size: 0.13rem;
	color: #2987F6;
}


