/* 全局选中样式 */
::selection {
    /*background: transparent;*/
}

/* 特定元素选中样式 */

#pageUrl {
    /*width: 0px;*/
    /*height: 0px;*/
    opacity: 0;
    text-indent: -9999px;
}

.layui-layer-msg {
    color: #333;
    background-color: #ffffff;
    box-shadow: 0px 6px 12px 0px rgba(102, 102, 102, 0.2);
    border-radius: 12px;
    border: solid 1px #e5e5e5;
}

.public_button {
    background-color: transparent;
    border: none;

}

/*====== 内容区域 start ======*/
body {
    background: url(../images/ai_bg.png) no-repeat top center;
    width: 100%;
    height: 100%;
    background-size: cover;
}

body.agentlistdetail_body {
    background: none;
    background-color: #f3f5fa;
}

.ai_body {
    overflow: hidden;
    width: 100%;
    background: #f1f4fa;
    padding: 100px 0px;
    box-sizing: border-box;
}

.width1120 {
    width: 1180px;
    padding: 0px 30px;
    overflow: hidden;
    margin: 0px auto;
    box-sizing: border-box;
}

.width900 {
    width: 960px;
    padding: 0px 30px;
    overflow: hidden;
    margin: 0px auto;
    box-sizing: border-box;
}

.ai_logoParent {
    width: 100%;
    text-align: center;
}

.ai_slogn {
    font-family: OPPOSans-B;
    font-size: 30px;
    letter-spacing: 6px;
    color: #313233;
    margin-top: 20px;
}

.ai_logo {
    width: 319px;
    height: 122px;
}

.ai_recommend_title {
    font-size: 24px;
    color: #313233;
    font-weight: 600;
}

.ai_recommend {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}

.ai_recommendLabel {
    width: 100%;
    overflow: hidden;
}

.ai_recommendLabel ul {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding: 10px 0px;
    margin: 20px 0px;
}

.ai_recommendLabel ul li {
    min-width: 110px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 8px;
    color: #666666;
    font-size: 16px;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}

.ai_recommendLabel ul li + li {
    margin-left: 14px;
}

.ai_recommendLabel ul li:hover,
.sidebar_unlogin:hover,
.ai_recommendLabel ul li:hover a,
.ai_recommendLabel ul li.ai_recommendLabelActive {
    background-color: #1a79ff;
    color: #ffffff;
}

.ai_recommendContentAll,
.ai_recommendContent {
    width: 100%;
}

.ai_recommendContent > a {
    width: 32%;
    height: 120px;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(151, 174, 192, 0.2);
    border-radius: 8px;
    padding: 30px 20px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.ai_recommendContent > a + a {
    margin-left: 2%;
}

.ai_recommendContent > a:nth-child(3n+1) {
    margin-left: 0%;
}

.ai_applyLogo {
    width: 58px;
    height: 58px;
    border: solid 1px #e0e3f1;
    border-radius: 50%;
}

.ai_recommend_descParent {
    width: 100%;
    overflow: hidden;
    margin-left: 16px;
    height: 78px;
}

.ai_recommendContent_title {
    color: #313233;
    font-weight: 600;
    font-size: 20px;
}

.ai_recommendContent_desc {
    color: #333333;
    font-size: 14px;
    width: 100%;
}

.ai_recommend_descParent.flex_columnStart {
    justify-content: space-between;
}

.ai_allApplylabel {
    margin-bottom: 30px;
}

.ai_allApplylabel .ai_recommend_title {
    font-size: 30px;
    color: #313233;
}

.ai_allApplylabel .ai_recommend_titleEn {
    color: #666;
    font-size: 18px;
    margin-top: 12px;
}

.ai_allApplySearch {
    width: 281px;
    height: 55px;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(151, 158, 177, 0.2);
    border-radius: 8px;
    border: solid 1px #dadde5;
    box-sizing: border-box;
    padding: 15px 20px;
}

.ai_allApplySearch input {
    width: calc(100% - 80px);
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
}

.ai_allApplySearchIcon {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}

.ai_recommendContentAll {
    overflow: hidden;
    margin-top: 30px;
}

.ai_recommendContentAll > a {
    width: 23.5%;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(151, 174, 192, 0.2);
    border-radius: 8px;
    border: solid 1px transparent;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.ai_recommendContentAll > a + a {
    margin-left: 2%;
}

.ai_recommendContentAll > a:nth-child(4n+1) {
    margin-left: 0%;
}

.ai_recommendContentAll .ai_applyLogo {
    width: 50px;
    height: 50px;
}

.ai_recommendContentAll .ai_thumb {
    width: 17px;
    height: 19px;
}

.ai_thumb_num {
    font-size: 16px;
    color: #333333;
    margin-left: 10px;
}

.ai_recommendContentAll .ai_recommend_descParent {
    margin-left: 0px;
    margin-top: 15px;
    height: auto;
}

.ai_recommendContentAll .ai_recommendContent_desc {
    margin-top: 10px;
    height: 40px;
    color: #666666;
    font-size: 14px;
}

.ai_recommendContentAll_chart {
    width: 155px;
    height: 44px;
    background-color: #f3f5fa;
    border-radius: 8px;
    margin-top: 10px;
    color: #333333;
}

.ai_recommendContentAll_chart img {
    margin-right: 10px;
}

.ai_recommendContentAll a:hover .ai_chart_default,
.ai_chart_hover {
    display: none;
}

.ai_recommendContentAll a:hover .ai_chart_hover {
    display: block;
}

.ai_recommendContentAll a:hover {
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(151, 174, 192, 0.2);
    border-radius: 8px;
    border: solid 1px #1a79ff;
}

.ai_recommendContentAll a:hover .ai_recommendContentAll_chart {
    background-color: #3377ff;
    color: #fff;
}

/*====== 内容区域 end======*/

/*====== 对话模式 start======*/
.conversationMode_moduleTitleParent {
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
}
.conversationMode_moduleTitleParent +.conversationMode_moduleTitleParent {
    margin-top: 20px;
}
.conversationMode_moduleTitle {
    font-size: 18px;
    color: #333;
    background-color: #fff;
    /*width: 100%;*/
    padding: 0px 0px 10px;
    border-bottom: solid 1px #cccccc;
    font-weight: 600;
}
.conversationMode {
    padding-top: 20px;
    padding-bottom: 0px;
    box-sizing: border-box;
}

.conversation_content {
    overflow-y: scroll;
    height: 500px;
}
.conversation_content2 {
    overflow-y: scroll;
}

.conversation_header {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
}

.agentlistdetail_logoBig {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 20px;
}

.conversation_info_right {
    overflow: hidden;
}

.conversation_info_title {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
}

.conversation_info_desc {
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}

.conversation_briefIntroduction {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-top: 20px;
}

.agentlistdetail_chartLogo {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #c9d9ef;
    border-radius: 50%;
}

.conversation_default {
    width: 85%;
    margin-left: 15px;
}


.conversation_right .conversation_default {
    margin-left: 0px;
    margin-right: 15px;
}

.conversation_right .conversation_default p {
    background-color: #1a79ff;
    color: #fff;
    width: auto;
    border: none;
}

.conversation_leftAnswer .conversation_default p {
    width: auto;
}

.conversation_default p {

    color: #666666;
    font-size: 16px;
    width: auto;
    line-height: 28px;
}

.conversation_default p,
.conversation_leftAnswer .conversation_default {
    padding: 15px 20px;
    background-color: #ffffff;
    border-radius: 12px;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
}

.conversation_leftAnswer .conversation_default p {
    padding: 0px;
    background: none;
    border-radius: 0px;
    border: none;
    width: auto;
}

.conversation_leftAnswer .conversation_default p + p {
    margin-bottom: 0px;
}

.conversation_default p + p {
    margin-bottom: 20px;
}

.conversation_default p:last-child {
    margin-bottom: 0px;
}

.conversation_leftAnswer.flex_start,
.conversation_left.flex_start {
    align-items: flex-start;
    width: 100%;
}

.conversation_left p.conversation_default_1 {
    background-color: transparent;
    border: none;
}

.conversation_btns,
.conversation_right {
    width: 100%;
    overflow: hidden;
}

.conversation_btns button img {
    width: 23px;
    height: 23px;
}

.conversation_btns button {
    border: none;
    background-color: transparent;
    width: 43px;
    height: 23px;
    padding-left: 20px;
}

.conversation_btns button + button
.conversation_tips {
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}

.conversation_tips a {
    color: #1a79ff;
    margin-left: 20px;
}

.conversation_sendMessage {
    margin-top: 80px;
}

.conversation_sendMessageContent {
    height: 60px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(182, 188, 195, 0.2);
    border-radius: 12px;
    border: solid 1px #e5e5e5;
    padding: 20px;
    box-sizing: border-box;
}

.conversation_sendInput {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    width: 70%;
}


.file-upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file-upload .upload-file {
    position: absolute;
    font-size: 0px;
    opacity: 0;
    right: 0;
    top: 0;
}


.conversation_operateBtn li {
    position: relative;
    float: left;
}

.file-upload .upload-label,
.conversation_operateBtn button {
    border: none;
    background-color: transparent;
    width: 60px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

.conversation_operateBtnHoverImg,
.conversation_operateBtn li:hover .file-upload .upload-label .conversation_operateBtnDefaultImg,
.conversation_operateBtn li:hover button .conversation_operateBtnDefaultImg {
    display: none;
}

.conversation_operateBtn li:hover .conversation_operateTips,
.conversation_operateBtn li:hover .file-upload .upload-label .conversation_operateBtnHoverImg,
.conversation_operateBtn li:hover button .conversation_operateBtnHoverImg {
    display: block;
}

.record-btn {
  background-color: #ff5252; /* 红色背景 */
  color: white; /* 白色文字 */
  border: none; /* 无边框 */
  padding: 10px 20px; /* 内边距 */
  font-size: 16px; /* 字体大小 */
  cursor: pointer; /* 鼠标悬停时显示手指图标 */
  border-radius: 5px; /* 圆角边框 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 阴影效果 */
  transition: background-color 0.3s ease; /* 平滑过渡效果 */
}

.record-btn:hover {
  background-color: #e53935; /* 鼠标悬停时的背景颜色 */
}

.record-btn:active {
  background-color: #d32f2f; /* 鼠标点击时的背景颜色 */
}

.conversation_operateBtnDefaultImg,
.conversation_operateBtnHoverImg {
    width: 40px;
    height: 40px;
}

.conversation_operateTips {
    position: absolute;
    top: -65px;
    left: 0px;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(155, 158, 162, 0.2);
    border-radius: 8px;
    border: solid 1px #e5e5e5;
    padding: 10px 15px;
    width: max-content;
    display: none;

}

.conversation_operateTips::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff; /* Change color to suit your needs */
    border-radius: 2px;
}
.conversation_contentShare {
    margin-bottom: 30px;
    overflow: hidden;
}
.conversation_contentShare p{
    font-size: 16px;
    color: #333;
    margin-left: 10px;
}
.conversation_continuing {
    width: 50%;
    height: 60px;
    margin: 0px 25%;
    display: inline-block;
    background-color: #1a79ff;
    box-shadow: 0px 10px 20px 0px
    rgba(182, 188, 195, 0.2);
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
}


/*====== 对话模式 end======*/


/*====== 历史记录 start======*/
.history_title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.history_list.sidebarRight_historyList {
    height: 60px;
    background-color: #ffffff;
    border-radius: 12px;
}
.history_list .agentlistdetail_chartLogo {
    width: 40px;
    height: 40px;
}

.history_list .sidebarRight_historyList_title {
    width: calc(100% - 140px);


}
.history_list.sidebarRight_historyList span,
.history_list.sidebarRight_historyList .sidebarRight_historyList_title {
    font-size: 16px;
}
.history_list.sidebarRight_historyList:hover {
    background-color: #ffffff;
    box-shadow: 0px 6px 12px 0px
    rgba(185, 185, 185, 0.2);
}
.history_list.sidebarRight_historyList + .sidebarRight_historyList {
    margin-top: 20px;
}

.history_list.sidebarRight_historyList .sidebarRight_operation, .history_list.sidebarRight_historyList span {
    width: 100px;
}
.history_list.sidebarRight_historyList .sidebarRight_historyList_title {
    width: calc(100% - 160px);
}
/* ====== 暂无数据 start======*/

.search_noData {
    text-align: center;
    width: 100%;
}


.search_noData img{
    display: inline-block;
    width: 400px;
    height: auto;
}
.search_noData_tips {
    font-weight: 500;
    font-size: 26px;
    color: #999999;
    margin-top: 35px;
}
/* ====== 暂无数据 start======*/


/*====== 历史记录 end======*/

/*====== 表单对话模式 start======*/
.ai_recommendLabel.formdata_label ul{
    margin-top: 0px;
}
.formdata_list {
    position: relative;
}
.formdata_list >label{
    width: 80px;
    padding-left: 15px;
    font-size: 16px;
    color: #333;
    position: relative;
    margin-right: 20px;
    box-sizing: border-box;
}
.formdata_list label.formdata_labelImportant::before {
    content: "*";
    color: #ff3535;
    position: absolute;
    left: 0px;
    top:5px
}
.formdata_list input{
    width: 500px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #cccccc;
    padding: 10px 25px;
    box-sizing: border-box;
    color: #333333;
    font-size: 16px;
}
.formdata_listSelect {
    position: absolute;
    top:50px;
    left: 100px;
    width: 500px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    background: #fff;
    height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 100;
}
.formdata_listSelect li {
    font-size: 16px;
    color: #333;
    padding: 8px 25px;
    cursor: pointer;
}
.formdata_listSelect li:hover {
    background: #0a93fd;
    color: #fff;
}
.formdata_list input.formdata_inputStudent {
    background: url(../images/select_down.png) no-repeat 455px center #fff;
    padding-right: 45px;
    cursor: pointer;
}

/* 隐藏原生的复选框 */
.custom-checkbox {
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 10px;
}


.custom-checkbox input[type="checkbox"] {
    display: none;
}

/* 创建一个用于自定义复选框外观的span标签 */

.custom-checkbox .checkmark {
    display: inline-block;
    width: 18px; /* 复选框的宽度 */
    height: 18px; /* 复选框的高度 */
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #cccccc;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    margin-right: 8px;
}

/* 当复选框被选中时 */
.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background: #1a79ff; /* 选中状态下的背景色 */
    border-color: #1a79ff;
}

/* 创建复选框内部的对勾 */
.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 6px;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px; /* 对勾的宽度 */
    height: 10px; /* 对勾的高度 */
    border: solid #fff; /* 对勾的边框颜色 */
    border-width: 0 2px 2px 0; /* 对勾的边框宽度 */

}
.formdata_textarea,
.formdata_checkboxName {
    color: #333333;
    font-size: 16px;
}

.formdata_listCheckbox.flex_start{
    flex-wrap: wrap;
}
.formdata_listCheckbox.flex_start,
.formdata_textarea {
    width: 800px;
}
.formdata_textarea {
    padding: 20px;
    box-sizing: border-box;
    resize: none;
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #cccccc;
    height: 180px;
}
.flex_flexStart,
.formdata_list.flex_start{
    margin-top: 20px;
}
.flex_flexStart {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.formdata_fileUpload {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 500px;

}

.formdata_fileUpload .upload-file {
    position: absolute;
    font-size: 0px;
    opacity: 0;
    right: 0;
    top: 0;
    width: 0px;
    height: 0px;
    padding: 0px;
}

.formdata_fileUpload .upload-label {
    width: 121px;
    height: 47px;
    background-color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    color: #1a79ff;
    cursor: pointer;
}
.formdata_fileUpload .upload-label img{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.formdata_fileList {
    height: 46px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 10px;
    width: 500px;
}
.formdata_fileList p{
    width: 90%;
}

.formdata_listBtns {
    margin-top: 30px;
}
.formdata_listBtns a {
    width: 221px;
    height: 48px;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0px 10px 20px 0px
    rgba(182, 188, 195, 0.2);
}
.formdata_submit:hover,
.formdata_submit {
    background-color: #1a79ff;
    color: #ffffff;
}
.formdata_change:hover,
.formdata_change {
    background-color: #ffffff;
    color: #1a79ff;
    margin-left: 20px;
}
.formdata_change img{
    width: 21px;
    height: 16px;
    margin-right: 10px;
}
/*====== 表单对话模式 end======*/


/*-====== 侧边栏 start ======*/
.sidebar_left {
    width: 60px;
    height: 510px;
    background-color: #ffffff;
    box-shadow: 0px 6px 12px 0px rgba(182, 188, 195, 0.2);
    border-radius: 10px;
    position: fixed;
    left: 20px;
    top: 200px;
    padding: 12px 5px;
    box-sizing: border-box;
}

.sidebar_logo > img,
.sidebar_logo {
    display: block;
    width: 40px;
    height: 37px;
    border-radius: 50%;
}

.sidebar_logo {
    margin-left: 5px;
}

.sidebar_apply {
    margin-top: 17px;
    margin-bottom: 17px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    padding: 17px 5px;
    position: relative;
    box-sizing: border-box;
}

.sidebar_apply_2 {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
}

.sidebar_apply_2 img {
    max-width: 40px;
    max-height: 40px;
    display: inline-block;
}


.sidebar_apply li + li {
    margin-top: 10px;
}

.sidebar_apply li {
    position: relative;
}

.sidebar_applyLabel {
    position: absolute;
    left: 60px;
    top: 6px;
    font-size: 14px;
    color: #666666;
    min-width: 150px;
    height: 34px;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(155, 158, 162, 0.2);
    border-radius: 8px;
    border: solid 1px #e5e5e5;
    text-align: center;
    line-height: 34px;
    padding: 0px 10px;
    box-sizing: border-box;
    display: none;
}

.sidebar_left a:hover .sidebar_applyLabel,
.sidebar_apply li:hover .sidebar_applyLabel {
    display: block;
}

.sidebar_apply_3 {
    border: solid 1px #e0e3f1;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}
.sidebar_apply_3,
.sidebar_apply_3 {
    width: 39px;
    height: 39px;
    border-radius: 50%;
}

.sidebar_unlogin {
    width: 34px;
    height: 34px;
    background-color: #e7ebf6;
    border-radius: 50%;
    font-size: 12px;
    color: #333;
    margin-left: 8px;
}

.sidebar_unlogin .sidebar_applyLabel {
    top: 2px;
}

.sidebar_left a {
    position: relative;
}

/*====== 侧边栏 start ======-*/

/*====== 右侧边栏 start ======-*/
.sidebar_right {
    width: 360px;
    background-color: #ffffff;
    border-radius: 12px;
    border: solid 1px #ffffff;
    padding: 20px;
    position: fixed;
    right: 20px;
    top: 200px;
    box-sizing: border-box;
    overflow-y: auto;
}

.sidebar_rightBtn {
    position: fixed;
    right: 20px;
    top: 200px;
    width: 70px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 12px;
    border: solid 1px #ffffff;
    display: none;
}
.sidebarRight_header {
    overflow: hidden;
}

.closeIcon,
.sidebarRight_close img,
.sidebarRight_close {
    width: 15px;
    height: 14px;
    cursor: pointer;
}

.sidebar_omit {
    width: 20px;
    padding: 8px 0px;
}

.sidebar_omit img {
    width: 20px;
    height: 4px;
}

.sidebarRight_logo {
    width: 98px;
    height: 98px;
    background-color: #ffffff;
    border: solid 1px #e6edf7;
    box-sizing: border-box;
    border-radius: 50%;
}

.sidebarRight_title {
    font-size: 22px;
    color: #313233;
    font-weight: bold;
    margin-top: 15px;
}

.sidebarRight_title {
    font-size: 22px;
    color: #313233;
    font-weight: bold;
    margin-top: 15px;
}

.sidebarRight_desc {
    font-size: 16px;
    color: #333333;
    margin-top: 12px;
}

.sidebarRight_chart {
    width: 100%;
    height: 48px;
    background-color: #1a79ff;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
}

.sidebarRight_btns {
    width: 100%;
    margin-top: 20px;
}

.sidebarRight_btns button {
    width: 47.5%;
    height: 48px;
    background-color: #f3f5fa;
    border-radius: 8px;
}

.sidebarRight_btns button img {
    width: 19px;
    height: 19px;
}

.sidebarRight_btns button span {
    font-size: 16px;
    color: #333333;
    margin-left: 10px;
}

.sidebarRight_history {
    width: 100%;
    margin-top: 35px;

}

.sidebarRight_label {
    font-size: 18px;
    color: #313233;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.sidebarRight_historyList {
    height: 52px;
    background-color: #f3f5fa;
    border-radius: 8px;
    font-size: 14px;
    color: #313233;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;

}
.sidebarRight_historyList + .sidebarRight_historyList {
    margin-top: 10px;
}
.sidebarRight_operation,
.sidebarRight_historyList span {
    width: 80px;
    text-align: right;
}
.sidebarRight_operation {
    height: 20px;
    display: none;
}
.sidebarRight_operation button + button {
    margin-left: 20px;
}
.sidebarRight_operation img {
    width: 20px;
    height: 20px;
}

.sidebarRight_historyList_title {
    width: calc(100% - 100px);
}

.sidebarRight_historyList:hover {
    background-color: #e8f1ff;
    color: #313233;
}

.sidebarRight_historyList:hover .sidebarRight_operation {
    display: flex;
}

.sidebarRight_historyList:hover span {
    display: none;
}
.sidebar_rightContent {
    width: 100%;
    height: 100%;
    overflow-x: auto;
}

/*====== 右侧边栏 end ======-*/
/* ======  修改标、删除提示题弹窗 start ======*/
.public_popup {
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 12px;
    border: solid 1px #e5e5e5;
}

.modify_ai_title {
    display: none;
    height: 235px;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;

}
.delete_ai_popup {
    display: none;
    height: 227px;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
}


.modify_label {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.modify_input {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #cccccc;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    padding: 0px 20px;
    box-sizing: border-box;
    margin-top: 30px;
}
.modify_btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}
.modify_btns button{
    min-width: 100px;
    height: 44px;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
}
.modify_cancel {
    background-color:rgba(26,121,255,0.1);
    color: #1a79ff;
}
.delete_confirm,
.modify_confirm {
    background-color: #1a79ff;
    color: #fff;
    margin-left: 10px;
}
.modify_header {
    overflow: hidden;
}
.delete_ai_tips {
    font-size: 16px;
    color: #333333;
    margin-top: 25px;
    line-height: 24px;
}
/* ====== 修改标、删除提示题弹窗 end ======*/

/*====== 底部 start ======*/
.bottom_p {
    background-color: #e4e6eb;
}

.bottom_p,
.bottom_p a {
    color: #4d4d4d;
    line-height: 32px;
}

.pulic_bottomLogo {
    height: 76px;
    height: 32px;
    margin-left: 30px;
}

/*====== 底部 end ======*/


@media (max-width: 1440px) {
    .width1120 {
        width: 1000px;
    }

    .ai_logo {
        width: 200px;
        height: auto;
    }

    .ai_recommend {
        margin-top: 40px;
    }

    .ai_slogn {
        font-size: 24px;
    }

    .sidebar_left {
        height: auto;
        padding: 8px 5px;
    }

    .sidebar_apply {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px 5px;
    }

    .width900 {
        width: 760px;
    }

    .conversation_sendMessage {
        margin-top: 20px;
    }

    .conversation_header {
        padding: 15px;
    }

    .sidebarRight_logo,
    .agentlistdetail_logoBig {
        width: 70px;
        height: 70px;
    }

    .sidebarRight_title,
    .search_noData_tips,
    .conversation_info_title {
        font-size: 18px;
    }

    .modify_label,
    .sidebarRight_label {
        font-size: 16px;
    }
    .sidebarRight_btns button span,
    .sidebarRight_desc,
    .ai_recommendLabel ul li,
    .formdata_list >label,
    .sidebarRight_chart,
    .formdata_list input,
    .modify_input,
    .formdata_listBtns a,
    .conversation_tips,
    .delete_ai_tips,
    .conversation_default p,
    .formdata_fileUpload .upload-label,
    .formdata_fileList p,
    .modify_btns button,
    .conversation_contentShare p,
    .formdata_listSelect li,
    .formdata_textarea, .formdata_checkboxName,
    .conversation_continuing,
    .history_list.sidebarRight_historyList span, .history_list.sidebarRight_historyList .sidebarRight_historyList_title,
    .conversation_briefIntroduction,
    .conversation_info_desc {
        font-size: 14px;
    }
    .sidebarRight_historyList {
        font-size: 12px;
    }

    .conversation_briefIntroduction {
        line-height: 24px;
        margin-top: 15px;
    }

    .conversation_default p + p {
        margin-bottom: 15px;
    }

    .conversation_default p, .conversation_leftAnswer .conversation_default {
        padding: 10px 15px;
    }
    .formdata_change img,
    .conversation_btns button img {
        width: 18px;
        height: auto;
    }

    .sidebarRight_operation img,
    .formdata_fileUpload .upload-label img,
    .sidebarRight_btns button img {
        width: 14px;
        height: auto;
    }
    .formdata_fileList img,
    .closeIcon, .sidebarRight_close img, .sidebarRight_close {
        width: 12px;
        height: auto;
    }
    .file-upload .upload-label, .conversation_operateBtn button,
    .conversation_operateBtnDefaultImg,
    .conversation_operateBtnHoverImg {
        width: 30px;
        height: 30px;
    }

    .conversation_sendMessageContent {
        height: 50px;
        padding: 15px;
    }

    .sidebar_right {
        width: 240px;
        padding: 10px 15px;
    }


    .sidebarRight_btns button,
    .modify_btns button,
    .formdata_listBtns a,
    .formdata_fileUpload .upload-label,
    .sidebarRight_chart {
        height: 38px;
    }


    .sidebarRight_operation, .sidebarRight_historyList span {
        width: 80px;
    }
    .sidebarRight_historyList_title {
        width: calc(100% - 70px);
    }
    .sidebarRight_label {
        margin-bottom: 10px;
    }
    .delete_ai_tips,
    .sidebarRight_chart {
        margin-top: 15px;
    }
    .modify_btns,
    .modify_input,
    .sidebarRight_history {
        margin-top: 20px;
    }
    .sidebarRight_operation button + button {
        margin-left: 10px;
    }
    .modify_input,
    .formdata_list input,
    .conversation_continuing,
    .sidebarRight_historyList {
        height: 42px;
    }
    .formdata_listSelect {
        top: 42px;
    }

    .modify_ai_title {
        padding: 20px;
        height: 180px;
    }
    .delete_ai_popup {
        padding: 20px;
        height: 160px;
    }
    .sidebar_right,
    .sidebar_rightBtn,
    .history_list,
    .formdata_list input,
    .conversation_header,
    .formdata_fileUpload .upload-label,
    .ai_recommendLabel ul li,
    .formdata_listBtns a,
    .sidebarRight_btns button, .modify_btns button, .sidebarRight_chart,
    .modify_input, .conversation_continuing, .sidebarRight_historyList,
    .conversation_default p, .conversation_leftAnswer .conversation_default {
        border-radius: 6px;
    }

    .sidebar_rightBtn {
        width: 60px;
        height: 40px;
    }

    .search_noData img {
        width: 150px;
    }
    .search_noData_tips {
        margin-top: 20px;
    }
    .formdata_listBtns a {
        width: 180px;
    }
    .formdata_listCheckbox.flex_start, .formdata_textarea {
        width: 500px;
    }

    .formdata_list input {
        padding: 10px 15px;
    }

    .conversationMode {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .conversation_contentShare {
        margin-bottom: 15px;
    }
    .bottom_p {
        padding:5px 0px;

    }
    }