@import url('cursor.css');
.message_box {
	resize: none;
	border: none;
	height: 110px;
	width: 100%;
	margin: 0px auto;
}

.libDiv {
	background-color: #F1F1F1;
	width: 100%;
	height: 520px;
	border-right: 1px solid #b2b2b2;
	border-bottom: 2px solid #b2b2b2;
	overflow-y: scroll;
	overflow-x: hidden;
	border-left: none;
}

.choose button {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	font-size: large;
}

.footer {
	background-color: #F1F1F1;
}

/*用户说话结束*/
.container .body .bodyRight {
	top: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
}

.container .body .bodyRight .b-r-header {
	width: 100%;
	height: 98px;
	margin-left: -1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #b2b2b2;
	background: #F1F1F1;
}

.container .body .bodyRight .b-r-header .b-r-h-ctn {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding-top: 0px;
}

.container .body .bodyRight .b-r-header .b-r-h-ctn div {
	float: left;
	width: 158px;
	height: 90px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	line-height: 150px;
	text-align: center;
}

.container .body .bodyRight .b-r-header .b-r-h-ctn .rightBtn1 {
	/*background: url(img/question.jpg) no-repeat;*/
}

.container .body .bodyRight .b-r-header .b-r-h-ctn .rightBtn2 {
	/*background: url(img/question.jpg) no-repeat;*/
	margin-left: 30px;
	background-color: #ECEDEF;
}

.container .body .bodyRight .b-r-header .b-r-h-ctn .rightBtn2 i{
	padding-top: 65px
}

/*被点击的状态*/
.container .body .bodyRight .b-r-header .b-r-h-ctn .click {
	border-bottom: 4px solid #5AA6E4;
}

.container .body .bodyRight .b-r-body {
	width: 100%;
	background: #ffffff;
	position: relative;
}

/*热门问题开始*/
.container .body .bodyRight .b-r-body .rightCtn1 {
	width: 350px;
	height: 400px;
	margin: 0px auto;
}

.container .body .bodyRight .b-r-body .rightCtn1 dl {
	padding-top: 10px;
}

.container .body .bodyRight .b-r-body .rightCtn1 dl dt {
	padding: 5px 5px 5px 5px;
}

.container .body .bodyRight .b-r-body .rightCtn1 dl dt a {
	font-size: 14px;
	color: #111;
}

/*鼠标在问题上悬停变色*/
.container .body .bodyRight .b-r-body .rightCtn1 dl dt a:hover {
	color: #2C8FF3;
}

/*热门问题结束*/

.container .body .bodyRight .b-r-body .contact {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 273px;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #C5C5C5;
	background: #fff;
}

.container .body .bodyRight .b-r-body .contact .img1 {
	position: relative;
	margin-top: 10px;
}

.container .body .bodyLeft {
	margin: 0px -15px 0px -15px;
}

.container .body .bodyLeft_title {
	width: 100%;
	height: 80px;
	margin-top: -2px;
	border-bottom: 1px solid #b2b2b2;
	/*background: #2C8FF3;*/
}

.container .body .bodyLeft_title .title {
	padding-top: 30px;
}

/***聊天界面开始***/
.container .body .bodyLeft .libDiv .chatCtn {
	width: 99%;
	margin: 0 auto;
	padding: 15px 0;
}

.container .body .bodyLeft .libDiv .chatCtn .chat-ctn {
	padding: 30px 0;
}

/*机器人说话开始*/
.container .body .bodyLeft .libDiv .chatCtn .serv {
	position: relative;
	vertical-align: middle;
	font-size: 16px;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn {
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #CFCFCF;
	margin-left: 18px;
	position: relative;
	background: #fff;
	min-width: 210px;
	max-width: 60%;
	box-shadow: 1px 1px 2px #ddd;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn div {
	margin-left: 6px;
	padding: 6px 10px 0 0;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn div .nameWrap {
	position: absolute;
	bottom: -18px;
	color: #aaa;
	font-size: 12px;
	left: 0px;
	white-space: nowrap;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn div .say-word {
	word-break: break-all;
	word-wrap: break-word;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn .r-name {
	color: #0AA8E3;
	/*font-weight: bold;*/
	position: absolute;
	top: 5px;
	left: 13px;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn div dl dt {
	line-height: 12px;
}


/*通过透明设置尖角*/
.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn .triangle {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 14px solid #CFCFCF;
	border-bottom: 7px solid transparent;
	left: -14px;
	top: 12px;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn .triangle2 {
	left: -11px;
	border-right-color: #fff;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn .nameWrap {
	position: absolute;
	bottom: -18px;
	font-size: 12px;
	color: #aaa;
	margin-left: 5px;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn .r2-name {
	color: #0AA8E3;
	font-weight: bold;
	position: relative;
	top: 8px;
	left: 13px;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn .say-word {
	padding: 8px 10px 0 8px;
	margin-top: 10px;
	white-space: pre-line;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn p {
	padding: 0px 11px 5px 14px;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn p dd {
	color: #2C8FF3;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn p dt {
	font-size: 15px;
	font-family: '楷体';
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn p a {
	color: #2C8FF3;
	margin-left: 5px;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn p a:hover {
	color: #0c6dce;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn .pre-say-word {
	padding: 0;
}


.container .body .bodyLeft .libDiv .chatCtn .serv .serv-ctn .time {
	margin-left: 9px;
	font-style: normal;
	white-space: nowrap;
}

.container .body .bodyLeft .libDiv .chatCtn .serv .serv-icon {
	display: inline-block;
	width: 53px;
	height: 50px;
	position: relative;
	top: 0;
	vertical-align: top;
	margin-top: -8px;
}

/*机器人说话结束*/

/*用户说话开始*/
.container .body .bodyLeft .libDiv .chatCtn .customer {
	position: relative;
	vertical-align: middle;
	color: #000;
	font-size: 14px;
}

.container .body .bodyLeft .libDiv .chatCtn .customer .serv-ctn {
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #00A4E2;
	margin-right: -4px;
	position: relative;
	background: #2C8FF3;
	max-width: 60%;
	position: relative;
	float: right;
	padding-bottom: 8px;
	min-width: 137px;
	box-shadow: 1px 1px 2px #ddd;
}

.container .body .bodyLeft .libDiv .chatCtn .customer .serv-ctn .triangle {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 14px solid #2C8FF3;
	border-bottom: 7px solid transparent;
	right: -14px;
	top: 12px;
}

.container .body .bodyLeft .libDiv .chatCtn .customer .serv-ctn .triangle2 {
	right: -12px;
	border-right-color: #fff;
}

.container .body .bodyLeft .libDiv .chatCtn .customer .serv-ctn .w-name {
	color: #2D4059;
	font-weight: bold;
}

.container .body .bodyLeft .libDiv .chatCtn .customer .serv-ctn .say-word {
	padding: 8px 16px 2px 16px;
	word-break: break-all;
	word-wrap: break-word;
	color: #fff;
}

.container .body .bodyLeft .libDiv .chatCtn .customer .serv-ctn .say-word span {
	padding: 8px 10px;
	word-wrap: break-word;
}

.container .body .bodyLeft .libDiv .chatCtn .customer .serv-ctn .time {
	font-size: 12px;
	color: #aaa;
	position: absolute;
	bottom: -18px;
	right: 11px;
	white-space: nowrap;
	font-style: normal;
}

.container .body .bodyLeft .libDiv .chatCtn .customer .serv-icon {
	display: inline-block;
	width: 72px;
	height: 50px;
	position: relative;
	top: 0;
	vertical-align: top;
	margin-top: -8px;
	margin-left: 23px;
	float: right;
}

/*用户说话结束*/


.cl {
	clear: both;
}

.container .body .bodyLeft .edit {
	background-color: #ffffff;
	border-right: 1px solid #b2b2b2;
}

.container .body .bodyLeft .edit_button {
	margin: 5px auto;
}

#gptBtn {
	background-color: #4CAF50;
	color: #fff;
	border: none;
	border-radius: 10px; /* 添加圆角效果 */
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 4px 2px;
	cursor: pointer;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 添加阴影效果 */
	transition: background-color 0.3s ease; /* 添加过渡效果 */
}

#gptBtn.active {
	background-color: #f44336;
}

.copyBtn {
	margin-left: 5px;
	background-color: #007bff; /* 使用蓝色作为按钮的背景色 */
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.copyBtn:hover {
	background-color: #0069d9; /* 悬停时更深的蓝色 */
}

.say-word pre{
	margin: -15px 0 -55px;
}

.say-word p{
	margin: 0 0 -25px;
}
