.ai_read {
	/* position: relative !important; */
	width: 1200px;
	margin: 0 auto;
	padding: 20px 30px 30px;
}

.info #title {
	/* font-weight: bold; */
	/* padding-top: 0; */
	padding-bottom: 30px;
}

.info #title {
	font-size: 30px;
	color: #222;
	text-align: center;
	font-family: "microsoft yahei";
	line-height: 50px;
	padding-top: 10px;
}

.ai_short {
	border: 1px solid #b2d7f3;
	border-radius: 3px;
	box-shadow: inset 0 0 27px 0 rgba(0, 122, 216, 0.22);
	/* padding-bottom: 20px; */
	margin-top: 47px;
	position: relative;
	min-height: 200px;
}

.ai_short .robot_tit {
	height: 54px;
	box-sizing: border-box;
	padding-left: 20px;
	margin-top: -27px;
}

.ai_short .robot_tit img {
	height: 54px;
	vertical-align: middle;
	margin-right: 15px;
}

.ai_short .robot_tit span {
	font-size: 20px;
	font-weight: bold;
	color: #007ad8;
}

.ai_short .ai_start_btn {
	width: 315px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #007ad8;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	opacity: 0.75;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 20px;
	top: 45px;
	cursor: pointer;
}

.ai_short .ai_start_btn_stop {
	width: 315px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #007ad8;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	opacity: 0.75;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 20px;
	top: 45px;
	cursor: pointer;
}

.ai_short .ai_short_text {
	line-height: 24px;
	box-sizing: border-box;
	padding: 8px 20px 25px;
	font-size: 16px;
	color: #222;
	overflow: hidden;

}

/* 设置列表样式 */
.ai_short_text ul,
.ai_short_text ol,
.answer_text ul,
.answer_text ol {
	padding-left: 20px;
	/* 左侧缩进 */
	margin-left: 0;
	/* 向左移动整个列表 */
}

.ai_short_text li,
.answer_text li {
	margin-left: 20px;
	/* 整个li向右移动 */
}

.ai_short_text ul li,
.answer_text ul li {
	list-style: disc;
}

.ai_short_text ol li,
.answer_text ol li {
	list-style: decimal;
}


/* 为所有常见标签设置顶部间距 */
.ai_short_text *,
.answer_text * {
	text-align: justify;
	margin-top: 10px;
	line-height: 1.5;
	/* 设置行高为1.5，适合大多数文本 */
}






.ai_short .btn_box {
	height: 25px;
	box-sizing: border-box;
	padding-right: 15px;
	overflow: hidden;
}

.ai_short .btn_box .ask_btn {
	width: 135px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	bottom: 35px;
}

.ai_short .btn_box .ask_btn img {
	height: 16px;
	vertical-align: middle;
}

.ai_short .btn_box .ask_btn span {
	font-size: 16px;
	color: #015293;
}

.ai_short .annotation {
	box-sizing: border-box;
	font-size: 14px;
	color: #b2b2b2;
	position: absolute;
	left: 18px;
	bottom: 20px;
}

.annotation-more{
	color: #007ad8;
	cursor: pointer;
}

.ai_talk {
	width: 850px;
	/* 固定宽度 */
	height: 546px;
	/* 固定高度 */
	background: #fff;
	/* 背景色 */
	box-sizing: border-box;
	/* 包括边框和内边距在内的宽度和高度 */
	border: 5px solid #75bcf2;
	/* 边框样式 */
	border-radius: 10px;
	/* 圆角边框 */
	padding: 0 10px 20px 20px;
	/* 内边距 */
	z-index: 99;
	/* 堆叠顺序 */
	display: none;
	/* 初始不显示 */
	position: fixed;
	/* 固定定位 */
	top: 123px;
	/* 距离顶部200px */
	left: 50%;
	/* 让左边缘处于视口的50%位置 */
	transform: translateX(-50%);
	/* 向左移动自身宽度的50%以实现水平居中 */
}

.ai_talk .ai_tit {
	font-size: 20px;
	font-weight: bold;
	color: #222;
	padding: 20px 10px 20px 0;
	border-bottom: 1px dashed #ddd;
}

.ai_talk #question_answer {
	height: 300px;
	padding: 30px 0 30px;
	overflow-y: auto;
	padding-right: 10px;
	box-sizing: border-box;
	/* 保证 padding 在滚动过程中保留 */
	scroll-padding: 0px 0 50px;
	position: relative;
}

/* 滚动条样式 */

/* .ai_talk #question_answer::-webkit-scrollbar {
  width: 8px;
  background: #ccdce9;
  border-radius: 4px;
}

.ai_talk #question_answer::-webkit-scrollbar-thumb {
  background: #2a6ea4;
  border-radius: 4px;
} */


/* 隐藏滚动条，但保留滚动功能 */
.ai_talk #question_answer {
	overflow: auto;
	/* 允许滚动 */
	-ms-overflow-style: none;
	/* IE 和 Edge */
	scrollbar-width: none;
	/* Firefox */
}

.ai_talk #question_answer::-webkit-scrollbar {
	display: none;
	/* 隐藏 Webkit 浏览器中的滚动条 (如 Chrome, Safari) */
}

.ai_talk .question_box {
	overflow: hidden;
	margin: 0 0 30px 0;
}

.ai_talk .answer_box {
	margin: 0 0 30px 0;
}

.ai_talk .question_box:first-child {
	margin-top: 0;
}

.ai_talk .question_box .question_text {
	width: fit-content;
	background: #015293;
	padding: 10px 20px;
	border-radius: 10px;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	float: right;
}

.ai_talk .answer_box .answer_text {
	line-height: 24px;
	font-size: 16px;
	color: #222;
}

.loader {
	display: flex;
	justify-content: space-between;
	width: 40px;
	height: 10px;
	margin-left: 2px;
}

.loading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 40px;
	height: 10px;
	position: absolute;
	top: 43px;
	left: 30px;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #015293;
	opacity: 0.6;
	animation: pulse 1.5s infinite ease-in-out;
}

.dot:nth-child(1) {
	animation-delay: -0.5s;
}

.dot:nth-child(2) {
	animation-delay: -0.25s;
}

/* 简单的脉冲动画效果 */
@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
		opacity: 0.6;
	}

	50% {
		transform: scale(1.2);
		opacity: 1;
	}
}

.stop_pop {
	border: none;
	background: none;
	padding: 0;
	margin-top: 10px;
}

.stop_pop:hover {
	cursor: pointer;
}

.input_sent {
	border-top: 1px solid #ddd;
	height: 124px;
	position: relative;
}

.search_text {
	-ms-overflow-style: none;
	/* Internet Explorer 10+ */
	scrollbar-width: none;
	/* Firefox */
}

.search_text::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari, Opera */
}


.input_sent .search_text {
	text-align: justify;
	width: 94%;
	/* height: 85px; */
	max-height: 124px;
	box-sizing: border-box;
	padding: 24px 0;
	border: none;
	outline: none;
	resize: none;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #222;
}


.input_sent button {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/detail_send_icon_n.png) no-repeat center;
	border: none;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

.ai_close {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 1px 2px 8px 0 rgba(10, 10, 10, 0.25);
	position: absolute;
	top: -20px;
	right: -20px;
	cursor: pointer;
}

.ai_close .ai_close_img {
	width: 28px;
	height: 28px;
	background: url(../images/ai_close.png) no-repeat center;
	background-size: cover;
	margin: 6px auto;
}

/* 为所有disabled的button添加样式 */
button[disabled] {
	background: url(../images/detail_send_icon.png) no-repeat center;
	cursor: not-allowed;
	/* 禁止的鼠标光标 */
}

.isdisabled {
	background: url(../images/detail_send_icon.png) no-repeat center !important;
	cursor: not-allowed !important;
}

#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 66;
}

.sound_tool {
	width: 40px;
	height: 90px;
	position: fixed;
	bottom: 900px;
	left: 20px;
	/* 默认在非手机端使用 */
	display: none;
}

/* 针对PC设备（宽度大于等于1024px） */
@media (min-width: 1024px) {

	/* 适用于PC的样式 */
	.sound_tool {
		left: 60px;
		bottom: 350px;
	}
}





.sound_tool .ydqw_sound {
	width: 40px;
	height: 40px;
	background: #fff url(../images/ydyw_icon.png) no-repeat center;
	box-shadow: 1px 2px 8px 0 rgba(10, 10, 10, 0.25);
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 0;
	color: #fff;
	cursor: pointer;
}

.sound_tool .ydqw_sound:hover {
	background: #007ad8;
	font-size: 13px;
	box-sizing: border-box;
	padding: 2px 7px;
}

.sound_tool .ydqw_sound.sound_input {
	background: #fff url(../images/G01.gif) no-repeat center;
	font-size: 0;
}

.sound_tool .ydzy_sound {
	width: 40px;
	height: 40px;
	background: #fff url(../images/ydzy_icon.png) no-repeat center;
	box-shadow: 1px 2px 8px 0 rgba(10, 10, 10, 0.25);
	border-radius: 5px;
	font-size: 0;
	color: #fff;
	cursor: pointer;
}

.sound_tool .ydzy_sound:hover {
	background: #007ad8;
	font-size: 13px;
	box-sizing: border-box;
	padding: 2px 7px;
}

.sound_tool .ydzy_sound.sound_input {
	background: #fff url(../images/G01.gif) no-repeat center;
	font-size: 0;
}

.sound_tit {
	width: 330px;
	height: 36px;
	text-align: center;
	padding: 15px;
	background: #fff;
	border-radius: 36px;
	box-shadow: 1px 2px 8px 0 rgba(10, 10, 10, 0.25);
	position: fixed;
	top: 0;
	bottom: 20%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 26px;
	display: none;
}

.gloldbox2_glold_content {
	display: none;
}

.more {
	position: absolute;
	bottom: 35px;
	left: 360px;
	font-size: 14px;
}

.more-Controls {
	margin-top: 5px;
}

.stop-Answer {
	font-size: 14px;
	color: #015293;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eef8ff;
	width: 100px;
	height: 30px;
	border-radius: 30px;
}

.stop-Answer img {
	margin-right: 5px;
}

.mz-sm{
	display:none;
	-webkit-box-shadow: 2px 2px 10px #007ad8;
	background-color: #fff;
	width: 750px;
	padding: 30px;
	border-radius: 4px;
	cursor: auto;
	z-index:99;
	position: fixed;
	/* 固定定位 */
	top: 123px;
	/* 距离顶部200px */
	left: 50%;
	/* 让左边缘处于视口的50%位置 */
	transform: translateX(-50%);
	/* 向左移动自身宽度的50%以实现水平居中 */
}
.mz-sm .ai-mz-title{
	text-align: center;
	border-bottom: 1px solid #666;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin-bottom: 30px;
}
.mz-sm .ai-t-c{
	position:relative;
}
.mz-sm .ai-t-c .ai-close{
	justify-items: center;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-color: #e1e1e1;
	border-radius: 30px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.mz-sm .ai-t-c .ai-close:hover{
	background-color: #ddd;
}

.mz-sm .ai-t-c .ai-close .ai-c-img{
	background: url('../images/close_w.png') no-repeat;
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left: 7px;
}

.mz-sm .ai-content p{
	text-indent: 2em; 
	text-align: justify; 
	margin-top: 15px; 
	margin-bottom: 15px; 
	line-height: 2em;
	color:#333;
}
.mz-sm .ai-content p span{
	font-family: å¾®è½¯é›…é»‘; 
	font-size: 16px;
}