@CHARSET "UTF-8";
body {
	background: #000;

}

.apoyl_chatgpt_header {
	margin: 20px auto 0;
	font-weight: 800;
	font-size: 1.90rem;
	line-height: 1.8rem;
	text-align: center;
	color: #fff;
}

.apoyl_chatgpt_all {
	width: 100%;
	height: 100%;

	margin: 30px auto 0;
}

.apoyl_chatgpt_words {
	width: 98%;
	height:520px;
	border: 1px solid #666;
	margin: 10px auto 0;
	overflow: auto;
}

.apoyl_chatgpt_input {
	width: 98%;
	margin-top: 10px;
	margin-bottom: 50px;
}

.apoyl_chatgpt_talk {
	float: left;
	outline: none;
	display: none;
}

.apoyl_chatgpt_word {
	width: 75%;
	height: 32px;
	padding: 0px;
	float: left;
	margin-left: 10px;
	outline: none;
	text-indent: 10px;
	border-radius: 0.5rem;
	    font-size: 16px
}

.apoyl_chatgpt_sub {
	height: 36px;
	float: left;
	margin-left: 10px;
}

.apoyl_chatgpt_humanaotuman {
	margin: 10px;
}

.apoyl_chatgpt_humanaotuman span {
	display: inline-block;
	background: #0181cc;
	border-radius: 10px;
	color: #fff;
	padding: 5px 10px;
	word-break:break-word;
}

.apoyl_chatgpt_ai {
	margin: 10px;
}

.apoyl_chatgpt_ai span {
	display: inline-block;
	background: #ef8201;
	border-radius: 10px;
	color: #fff;
	padding: 5px 10px;
	word-break:break-word;

}

.apoyl_chatgpt_img{
	vertical-align:middle;
	height:20px;
	opacity:0.8;
	filter: Alpha(opacity=80);
}