/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/AI/agent/components/FullFeedbackDialog.vue?vue&type=style&index=0&id=72790482&prod&scoped=true&lang=less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* 弹窗样式 */
.dialog-footer[data-v-72790482] {
  text-align: right;
}
.dialog-content[data-v-72790482] {
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
}
/* 弹窗标题样式 */
.dialog-header[data-v-72790482] {
  padding: 0;
}
.dialog-title[data-v-72790482] {
  font-size: 18px;
  color: #666;
}
.dialog-subtitle[data-v-72790482] {
  font-size: 12px;
  color: #409EFF;
  margin-top: 4px;
}
.form-section[data-v-72790482] {
  margin-bottom: 10px;
}
.form-label[data-v-72790482] {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #666;
}
/* 反馈类型按钮样式 */
.feedback-type-buttons[data-v-72790482] {
  display: flex;
}
.feedback-type-buttons .el-button[data-v-72790482] {
  padding: 8px 20px;
}
/* 标题输入框样式 */
.title-input[data-v-72790482] {
  width: 100%;
  margin-bottom: 12px;
}
/* 标题标签样式 */
.title-tags[data-v-72790482] {
  font-size: 12px;
  margin-top: 0px;
}
.title-tags .title-tag[data-v-72790482] {
  margin-right: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
  color: #666;
  background-color: #f8f8f8;
}
.title-tags .title-tag[data-v-72790482]:hover {
  background-color: #ecf5ff;
  color: #409eff;
  border: 1px solid #ecf5ff;
}
.title-tags .title-tag.is-selected[data-v-72790482] {
  background-color: #ecf5ff;
  color: #409eff;
  border: 1px solid #409eff;
}
/* 必填星号样式 */
.required[data-v-72790482] {
  color: #F56C6C;
  margin-left: 4px;
  vertical-align: middle;
}
/* 内容输入框样式 */
.content-textarea[data-v-72790482] {
  width: 100%;
}
/* 上传区域样式 */
.upload-area[data-v-72790482] {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
  flex-wrap: nowrap;
}
.upload_wrapper[data-v-72790482] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-shrink: 0;
}
.upload_wrapper .upload-placeholder[data-v-72790482] {
  width: 118px;
  height: 118px;
  border: 1px dashed #DCDFE6;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  margin-right: 10px;
}
.upload_wrapper .upload-placeholder[data-v-72790482]:hover {
  border-color: #409EFF;
  background-color: #ECF5FF;
}
.upload_wrapper .upload-placeholder .el-icon-plus[data-v-72790482] {
  font-size: 24px;
  color: #999;
  margin-bottom: 8px;
}
.upload_wrapper .upload-placeholder .upload-text[data-v-72790482] {
  font-size: 12px;
  color: #999;
}
.upload-tip[data-v-72790482] {
  margin-top: 0px;
  font-size: 12px;
  color: #999;
}
/* 已上传文件样式 */
.uploaded-images-preview-container[data-v-72790482] {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: flex-start;
  flex: 1;
  overflow-x: auto;
}
.uploaded-item[data-v-72790482] {
  position: relative;
  flex-shrink: 0;
}
/* 图片上传中的 loading 状态 */
.image-loading-state[data-v-72790482] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #f5f7fa;
}
/* Loading 动画 */
.loading-spinner[data-v-72790482] {
  width: 30px;
  height: 30px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #409EFF;
  border-radius: 50%;
  animation: spin-72790482 1s linear infinite;
  margin-bottom: 10px;
}
@keyframes spin-72790482 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
/* 图片信息 */
.image-info[data-v-72790482] {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.image-name[data-v-72790482] {
  font-size: 12px;
  color: #333;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.image-size[data-v-72790482] {
  font-size: 11px;
  color: #999;
  text-align: center;
}
.uploaded-image-item[data-v-72790482] {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.preview-image[data-v-72790482] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.remove-image-btn[data-v-72790482] {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f78989;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(1);
}
.uploaded-item:hover .remove-image-btn[data-v-72790482] {
  opacity: 0.8;
}
.uploaded-item:hover .remove-image-btn[data-v-72790482]:hover {
  opacity: 1;
  transform: scale(1.2);
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/AI/agent/components/FullFeedbackDialog.vue?vue&type=style&index=1&id=72790482&prod&lang=less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* 确保弹窗层级高于抽屉 */
.full-feedback-dialog {
  margin-top: 60px !important;
}
.full-feedback-dialog .el-dialog__header {
  padding: 20px 15px 5px 20px;
}
.full-feedback-dialog .el-dialog__body {
  padding: 0px 20px;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/AI/agent/components/FeedbackDetail.vue?vue&type=style&index=0&id=4c2ae534&prod&scoped=true&lang=less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.feedback-detail-content[data-v-4c2ae534] {
  padding: 10px 0;
}
/* 基本信息样式 */
.feedback-info[data-v-4c2ae534] {
  margin-bottom: 20px;
}
.info-row[data-v-4c2ae534] {
  margin-bottom: 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.label[data-v-4c2ae534] {
  color: #606266;
  font-weight: 500;
  flex-shrink: 0;
}
.value[data-v-4c2ae534] {
  color: #303133;
  flex-shrink: 0;
}
/* 标题显示样式 */
.title-value[data-v-4c2ae534] {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 540px;
}
/* 描述部分样式 */
.description-section[data-v-4c2ae534] {
  margin-bottom: 20px;
}
.description-content[data-v-4c2ae534] {
  margin-top: 10px;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 4px;
  line-height: 1.5;
  color: #303133;
  min-height: 100px;
  max-height: 300px;
  overflow-y: auto;
}
/* 附件部分样式 */
.attachment-section[data-v-4c2ae534] {
  margin-bottom: 20px;
}
/* 图片网格布局 */
.image-grid[data-v-4c2ae534] {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
}
.image-item[data-v-4c2ae534] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e4e7ed;
  cursor: pointer;
  transition: all 0.2s ease;
}
.image-item[data-v-4c2ae534]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.image-item[data-v-4c2ae534] .el-image__inner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-error[data-v-4c2ae534] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f7fa;
  color: #c0c4cc;
  font-size: 24px;
}
/* 分割线样式 */
.reply-divider[data-v-4c2ae534] {
  position: relative;
  height: 1px;
  background-color: #e4e7ed;
  margin: 20px 0;
}
.reply-divider .divider-text[data-v-4c2ae534] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 20px;
  font-size: 14px;
  color: #909399;
}
/* 回复部分样式 */
.reply-section[data-v-4c2ae534] {
  margin-top: 20px;
}
.reply-header[data-v-4c2ae534] {
  margin-bottom: 10px;
}
.reply-content[data-v-4c2ae534] {
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 4px;
  line-height: 1.5;
  color: #303133;
  min-height: 120px;
}
/* 回复附件样式 */
.reply-attachment-section[data-v-4c2ae534] {
  margin-top: 15px;
}
/* 弹窗底部按钮样式 */
.dialog-footer[data-v-4c2ae534] {
  text-align: right;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/AI/agent/components/FeedbackDetail.vue?vue&type=style&index=1&id=4c2ae534&prod&lang=less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* 确保弹窗层级高于抽屉 */
.full-feedback-dialog {
  margin-top: 60px !important;
}
.full-feedback-dialog .el-dialog__header {
  padding: 20px 15px 5px 20px;
}
.full-feedback-dialog .el-dialog__body {
  padding: 0px 20px;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/AI/agent/components/FeedbackView.vue?vue&type=style&index=0&id=465ca863&prod&scoped=true&lang=less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.feedback-view-content[data-v-465ca863] {
  padding: 0px;
  min-height: 300px;
}
/* 基本信息样式 */
.feedback-info[data-v-465ca863] {
  margin-bottom: 20px;
}
.info-row[data-v-465ca863] {
  margin-bottom: 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.label[data-v-465ca863] {
  color: #606266;
  font-weight: 500;
  flex-shrink: 0;
}
.value[data-v-465ca863] {
  color: #303133;
  flex-shrink: 0;
}
/* 标题显示样式 */
.title-value[data-v-465ca863] {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 540px;
}
/* 描述部分样式 */
.description-section[data-v-465ca863] {
  margin-bottom: 10px;
}
.description-content[data-v-465ca863] {
  margin-top: 10px;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 4px;
  line-height: 1.5;
  color: #303133;
  min-height: 100px;
  max-height: 300px;
  overflow-y: auto;
}
/* 附件部分样式 */
.attachment-section[data-v-465ca863] {
  margin-bottom: 10px;
}
/* 图片网格布局 */
.image-grid[data-v-465ca863] {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
}
.image-item[data-v-465ca863] {
  width: 100%;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e4e7ed;
  cursor: pointer;
  transition: all 0.2s ease;
}
.image-item[data-v-465ca863]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.image-item[data-v-465ca863] .el-image__inner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-error[data-v-465ca863] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f7fa;
  color: #c0c4cc;
  font-size: 24px;
}
/* 分割线样式 */
.reply-divider[data-v-465ca863] {
  position: relative;
  height: 1px;
  background-color: #e4e7ed;
  margin: 20px 0;
}
.reply-divider .divider-text[data-v-465ca863] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 20px;
  font-size: 14px;
  color: #909399;
}
/* 回复显示部分样式 */
.reply-display-section[data-v-465ca863] {
  margin-bottom: 20px;
}
.reply-item[data-v-465ca863] {
  margin-bottom: 10px;
  padding: 0px;
  border-radius: 4px;
}
.reply-header[data-v-465ca863] {
  margin-bottom: 10px;
  font-size: 12px;
  color: #909399;
}
.reply-content[data-v-465ca863] {
  margin-top: 10px;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 4px;
  line-height: 1.5;
  color: #303133;
  min-height: 100px;
  max-height: 300px;
  overflow-y: auto;
}
/* 无回复提示样式 */
.no-reply[data-v-465ca863] {
  text-align: center;
  padding: 40px 0;
  color: #909399;
  font-size: 14px;
}
/* 弹窗底部按钮样式 */
.dialog-footer[data-v-465ca863] {
  padding: 0px 20px;
  text-align: right;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/AI/agent/components/FeedbackView.vue?vue&type=style&index=1&id=465ca863&prod&lang=less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* 确保弹窗层级高于抽屉 */
.full-feedback-dialog {
  margin-top: 60px !important;
}
.full-feedback-dialog .el-dialog__header {
  padding: 20px 15px 5px 20px;
}
.full-feedback-dialog .el-dialog__body {
  padding: 0px 20px;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/AI/agent/components/AllFeedbackDialog.vue?vue&type=style&index=0&id=1429cbbe&prod&scoped=true&lang=less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* 弹窗头部样式 */
.dialog-header[data-v-1429cbbe] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dialog-header .dialog-title[data-v-1429cbbe] {
  font-size: 18px;
  color: #666;
}
.dialog-header .dialog-subtitle[data-v-1429cbbe] {
  font-size: 12px;
  color: #409EFF;
  margin-top: 4px;
}
/* 筛选区域样式 */
.filter-section[data-v-1429cbbe] {
  margin: 5px 0 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-section .status-tabs[data-v-1429cbbe] {
  display: flex;
  gap: 0px;
}
.filter-section .status-tabs .el-button[data-v-1429cbbe] {
  border-radius: 20px;
}
.filter-section .status-tabs .el-button.el-button--primary.is-plain[data-v-1429cbbe] {
  background-color: #f5f7fa;
  border-color: #dcdfe6;
  color: #909399;
}
.filter-section .status-tabs .el-button.el-button--primary.is-plain[data-v-1429cbbe]:hover {
  background-color: #ecf5ff;
  border-color: #c6e2ff;
  color: #409eff;
}
.filter-section .search-section[data-v-1429cbbe] {
  display: flex;
  align-items: center;
}
/* 反馈列表样式 */
.feedback-list[data-v-1429cbbe] {
  width: 100%;
}
/* 分页样式 */
.pagination-section[data-v-1429cbbe] {
  padding: 10px 0 20px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/AI/agent/components/AllFeedbackDialog.vue?vue&type=style&index=1&id=1429cbbe&prod&lang=less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* 确保弹窗层级高于抽屉 */
.all-feedback-dialog {
  margin-top: 60px !important;
}
.all-feedback-dialog .el-dialog__header {
  padding: 20px 15px 5px 20px;
}
.all-feedback-dialog .el-dialog__body {
  padding: 0px 20px;
}
.search-section .el-form-item {
  margin-bottom: 0px;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/views/AI/agent/components/FloatingChat.vue?vue&type=style&index=0&id=67e617b7&prod&scoped=true&lang=less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-v-67e617b7] .floating-chat-drawer .el-drawer__header {
  color: #666;
  margin-bottom: 0!important;
}
/* 悬浮按钮样式 */
.floating-buttons[data-v-67e617b7] {
  width: 46px;
  position: fixed;
  bottom: 103px;
  right: 35px;
  z-index: 2602;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  transition: all 0.3s ease;
}
/* 右上角红色关闭按钮 */
.floating-close-button[data-v-67e617b7] {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f56c6c;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  z-index: 10;
  transition: all 0.2s ease;
}
.floating-close-button[data-v-67e617b7]:hover {
  background-color: #f78989;
  transform: scale(1.1);
}
/* 折叠状态 */
.floating-buttons.is-collapsed[data-v-67e617b7] {
  display: none;
}
.floating-buttons.is-collapsed .floating-buttons-group[data-v-67e617b7] {
  display: none;
}
.floating-buttons.is-collapsed .expand-button[data-v-67e617b7] {
  width: 10px;
  height: 46px;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  background-color: #409eff !important;
}
.floating-buttons.is-collapsed .expand-button[data-v-67e617b7]:hover {
  background-color: #66b1ff !important;
}
.floating-buttons.is-collapsed .expand-button i[data-v-67e617b7] {
  font-size: 14px;
  margin-left: -5px;
}
.floating-buttons-group[data-v-67e617b7] {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
  transition: all 0.3s ease;
}
.floating-button[data-v-67e617b7] {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #409eff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  font-size: 24px;
  position: relative;
}
.floating-button[data-v-67e617b7]:hover {
  background-color: #66b1ff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}
/* 展开按钮样式 */
.expand-button[data-v-67e617b7] {
  background-color: #409eff !important;
}
.expand-button[data-v-67e617b7]:hover {
  background-color: #66b1ff !important;
}
/* 未读通知标记样式 */
.unread-badge[data-v-67e617b7] {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f56c6c;
  box-shadow: 0 0 0 1px white;
}
/* 反馈通知样式 */
.feedback-notice[data-v-67e617b7] {
  width: 236px;
  position: absolute;
  top: -76px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.feedback-notice[data-v-67e617b7]:hover {
  transform: translateY(-3px);
}
.feedback-notice[data-v-67e617b7]::after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
}
.notice-content[data-v-67e617b7] {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 240px;
}
.notice-header[data-v-67e617b7] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.notice-title[data-v-67e617b7] {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 6px;
}
.notice-title i[data-v-67e617b7] {
  color: #409eff;
  font-size: 14px;
}
.notice-close[data-v-67e617b7] {
  cursor: pointer;
  font-size: 12px;
  color: #999999;
  transition: color 0.2s ease;
}
.notice-close[data-v-67e617b7]:hover {
  color: #333333;
}
.notice-close i[data-v-67e617b7] {
  font-size: 12px;
}
.notice-text[data-v-67e617b7] {
  font-size: 12px;
  color: #666666;
  line-height: 1.4;
}
/* 浮窗样式 */
.drawer-content[data-v-67e617b7] {
  padding: 10px 15px 10px 15px;
  height: calc(100vh - 45px);
  overflow-y: auto;
}
/* 快速反馈输入区域 */
.feedback-input-section[data-v-67e617b7] {
  margin-bottom: 0px;
}
.feedback-textarea[data-v-67e617b7] {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
}
/* 针对textarea内部元素设置高度限制 */
.feedback-textarea[data-v-67e617b7] .el-textarea__inner {
  min-height: 120px !important;
  max-height: 630px !important;
}
/* 按钮组样式 */
.button-group[data-v-67e617b7] {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.submit-btn[data-v-67e617b7] {
  flex: 1;
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-feedback-btn[data-v-67e617b7] {
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 关键词标签样式 */
.keywords-section[data-v-67e617b7] {
  margin-bottom: 0px;
}
.keyword-tag[data-v-67e617b7] {
  display: inline-block;
  padding: 4px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #f8f8f8;
  color: #666;
  border-radius: 12px;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.2s ease;
}
.keyword-tag[data-v-67e617b7]:hover {
  background-color: #ecf5ff;
  color: #409eff;
  transform: translateY(-1px);
}
/* 单选选项样式 */
.radio-section[data-v-67e617b7] {
  margin-bottom: 20px;
}
/* 最近反馈记录区域 */
.recent-feedback-section[data-v-67e617b7] {
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
}
.section-header[data-v-67e617b7] {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.section-header i[data-v-67e617b7] {
  color: #409eff;
  margin-right: 8px;
}
.section-header span[data-v-67e617b7] {
  font-weight: 500;
}
.time-tag[data-v-67e617b7] {
  background-color: #ecf5ff;
  color: #409eff;
  margin-left: auto;
}
/* 反馈列表样式 */
.feedback-list[data-v-67e617b7] {
  height: calc(100vh - 420px);
  overflow-y: auto;
}
.feedback-item[data-v-67e617b7] {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f9f9f9;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.feedback-item[data-v-67e617b7]:hover {
  background-color: #f0f0f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.feedback-header[data-v-67e617b7] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.feedback-title[data-v-67e617b7] {
  font-weight: 500;
  font-size: 14px;
  color: #303133;
  width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.status-tag[data-v-67e617b7] {
  font-size: 12px;
}
.feedback-content[data-v-67e617b7] {
  font-size: 13px;
  color: #606266;
  line-height: 1.4;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feedback-footer[data-v-67e617b7] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #909399;
}
.feedback-detail[data-v-67e617b7] {
  color: #409eff;
  text-decoration: none;
}
.feedback-detail[data-v-67e617b7]:hover {
  text-decoration: underline;
}
/* 加载更多样式 */
.loading-more[data-v-67e617b7] {
  text-align: center;
  padding: 10px;
  font-size: 12px;
  color: #909399;
}
/* 暂无数据样式 */
.no-data[data-v-67e617b7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  color: #909399;
}
.no-data i[data-v-67e617b7] {
  font-size: 48px;
  margin-bottom: 16px;
  color: #dcdfe6;
}
.no-data div[data-v-67e617b7] {
  font-size: 14px;
}
/* 查看全部反馈按钮样式 */
.view-all-section[data-v-67e617b7] {
  margin-top: 10px;
  text-align: center;
}
[data-v-67e617b7] .el-button.view-all-btn {
  width: 100%;
  height: 36px;
  font-size: 14px;
  border-radius: 4px;
  display: block;
}
[data-v-67e617b7] .el-button.view-all-btn span {
  display: block;
  text-align: center;
}
.feedback-tip[data-v-67e617b7] {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
  text-align: center;
}
/* 标题图标样式 */
.title-icon[data-v-67e617b7] {
  color: #409eff;
  margin-right: 8px;
  font-size: 16px;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/LoginDialog.vue?vue&type=style&index=0&id=70fded60&prod&scoped=true&lang=less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.num-input[data-v-70fded60] .el-input__inner[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.num-input[data-v-70fded60] .el-input__inner[type="number"]::-webkit-outer-spin-button,
.num-input[data-v-70fded60] .el-input__inner[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.login-dialog[data-v-70fded60] .el-dialog {
  border-radius: 8px;
}
.login-dialog[data-v-70fded60] .el-dialog__header {
  text-align: center;
  padding-top: 30px;
}
.login-dialog[data-v-70fded60] .el-dialog__title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.login-dialog[data-v-70fded60] .el-dialog__body {
  padding: 30px 40px;
}
.login-dialog[data-v-70fded60] .el-dialog__footer {
  padding-bottom: 30px;
}
.login-dialog .dialogitem[data-v-70fded60] {
  margin-bottom: 10px;
  position: relative;
}
.login-dialog .dialogitem.dialogfoot[data-v-70fded60] {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.login-dialog .dialogitem.dialogfoot div[data-v-70fded60] {
  margin-left: 10px;
}
.login-dialog .dialogitem.errmsg[data-v-70fded60] {
  text-align: center;
  color: #f56c6c;
  font-size: 12px;
  margin-top: 0px;
}
.login-dialog .dialogitem.forgot[data-v-70fded60] {
  text-align: right;
  margin-bottom: 10px;
}
.login-dialog .dialogitem.dialogpassword[data-v-70fded60] {
  margin-bottom: 10px;
}
.login-dialog .dialogitem.dialogpassword .dialogpasslabel[data-v-70fded60] {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.login-dialog .dialogiteml[data-v-70fded60] {
  width: 70%;
  display: inline-block;
}
.login-dialog .dialogitemr[data-v-70fded60] {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
}
.login-dialog .verification[data-v-70fded60] {
  width: 100%;
  height: 40px;
  cursor: pointer;
}
.login-dialog .dialoglabel[data-v-70fded60] {
  cursor: pointer;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.login-dialog[data-v-70fded60] .el-button {
  width: 100%;
  height: 40px;
  padding: 12px 2px;
  font-size: 12px;
}
.login-dialog[data-v-70fded60] .el-checkbox {
  font-size: 12px;
}
.login-dialog[data-v-70fded60] .el-checkbox + .dialoglabel {
  display: inline-block;
  margin-left: 5px;
  margin-top: 0;
}
.login-dialog[data-v-70fded60] .el-link {
  font-size: 12px;
}
.login-dialog .clause-content[data-v-70fded60] {
  max-height: 500px;
  overflow-y: auto;
  line-height: 1.5;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/ResetPasswordDialog.vue?vue&type=style&index=0&id=fa30c74a&prod&scoped=true&lang=less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.num-input[data-v-fa30c74a] .el-input__inner[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.num-input[data-v-fa30c74a] .el-input__inner[type="number"]::-webkit-outer-spin-button,
.num-input[data-v-fa30c74a] .el-input__inner[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.reset-password-dialog[data-v-fa30c74a] .el-dialog {
  border-radius: 8px;
}
.reset-password-dialog[data-v-fa30c74a] .el-dialog__header {
  text-align: center;
  padding-top: 30px;
}
.reset-password-dialog[data-v-fa30c74a] .el-dialog__title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.reset-password-dialog[data-v-fa30c74a] .el-dialog__body {
  padding: 30px 40px;
}
.reset-password-dialog[data-v-fa30c74a] .el-dialog__footer {
  padding-bottom: 30px;
}
.reset-password-dialog .dialogitem[data-v-fa30c74a] {
  margin-bottom: 10px;
  position: relative;
}
.reset-password-dialog .dialogitem.errmsg[data-v-fa30c74a] {
  text-align: center;
  color: #f56c6c;
  font-size: 12px;
  margin-top: 0px;
}
.reset-password-dialog .dialogiteml[data-v-fa30c74a] {
  width: 70%;
  display: inline-block;
}
.reset-password-dialog .dialogitemr[data-v-fa30c74a] {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
}
.reset-password-dialog .verification[data-v-fa30c74a] {
  width: 100%;
  height: 40px;
  cursor: pointer;
}
.reset-password-dialog .dialoglabel[data-v-fa30c74a] {
  cursor: pointer;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.reset-password-dialog[data-v-fa30c74a] .el-button {
  width: 100%;
  height: 40px;
  padding: 12px 2px;
  font-size: 12px;
}
.reset-password-dialog[data-v-fa30c74a] .el-button span {
  width: 100%;
  text-align: center;
}
.reset-password-dialog[data-v-fa30c74a] .el-checkbox {
  font-size: 12px;
}
.reset-password-dialog[data-v-fa30c74a] .el-checkbox + .dialoglabel {
  display: inline-block;
  margin-left: 5px;
  margin-top: 0;
}
.reset-password-dialog[data-v-fa30c74a] .el-link {
  font-size: 12px;
}

/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./src/assets/style/fontcss.css ***!
  \**********************************************************************************************************************************************************************************************************/
* {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  height: 100%;
  box-sizing: border-box;
}

#app {
  height: 100%;
}
ul {
  list-style: none;
}
/* 颜色 */
.Color_Status {
  display: flex;
  justify-content: center;
  align-content: center;
  line-height: 100%;
}

.Color_Text {
  display: inline-block;
}
.addgreen {
  color: #5ecc28;
  /*   background-color: #ddffdd; */
}
.remove {
  color: #ff5e5d;
  /*   background-color: #fee8e9; */
  text-decoration: line-through;
}
.default {
  color: #333;
}
.G_color {
  width: 12px;
  height: 12px;
  background-color: #23ca18;
  border-radius: 50%;
  margin-right: 9px;
}
.B_color {
  background-color: #0084ff;
}

.R_color {
  width: 12px;
  height: 12px;
  background-color: #f60a0a;
  border-radius: 50%;
  margin-right: 9px;
}
.O_color {
  width: 12px;
  height: 12px;
  background-color: #f2921d;
  border-radius: 50%;
  margin-right: 9px;
}
.wrap {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.el-card__body {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  box-sizing: border-box;
}
.el-row {
  margin: 0 !important;
}
.el-date-editor--daterange.el-input__inner {
  width: 100% !important;
}
.table-content {
  box-sizing: border-box;
  padding: 10px 20px;
}
.el-tabs__nav-scroll {
  display: flex;
  justify-content: space-between;
}
.tab-index {
  padding-left: 30px;
}
.el-tabs__nav-wrap::after {
  height: none;
  background-color: none;
}
.searchRow {
  padding: 0px 10px;
  height: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

/* baidu */
.BMap_cpyCtrl {
  display: none !important;
}
.anchorBL {
  display: none !important;
}
.BMap_noprint {
  display: none !important;
}
.anchorBL {
  display: none !important;
}
.index-head {
  width: 100%;
  padding: 16px 32px 16px 32px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #dcdfe6;
}
.subtitle {
  margin: 35px 0;
  display: flex;
  align-items: center;
}
.subtitle h5 {
  padding-left: 20px;
  line-height: 18px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.subtitle h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #2448ff;
}
.subtitle h5 .rulse {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(63, 164, 232);
}
.modify {
  padding: 20px;
  margin-top: 20px;
  border: 2px solid rgb(14, 14, 14);
}
.modify h3 {
  color: red;
}
.modify h4 {
  padding-bottom: 10px !important;
}
.modify p {
  padding-bottom: 10px !important;
}
.modify .item-modify {
  padding: 10px 20px 10px 100px;
}
.modify .item {
  padding: 2px 0px;
  /*  flex-direction: column; */
  /*  align-items: center; */
}
.page-pagination {
  text-align: center;
  margin-top: 10px;
}
.page-mr40 {
  padding: 40px;
}
/*   //公用页面title */
.page-head-title {
  box-shadow: 0px 0px 8px 0px rgba(100, 100, 100, 0.17);
  background: #fff;
  font-size: 18px;
  color: #333;
  padding: 15px 32px;
}
/* //公用跳转操作页面title */
.page-action-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 8px 0px rgba(100, 100, 100, 0.17);
  background: #fff;
  font-size: 18px;
  color: #333;
  padding: 15px 32px;
}
/* //公用跳转操作页面form */
.page-content-form {
  box-shadow: 0px 0px 8px 0px rgba(100, 100, 100, 0.17);
  background: #fff;
  margin: 24px;
  padding: 24px;
  padding-bottom: 70px;
  height: 100%;
  padding-left: 20%;
  padding-right: 20%;
}
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./src/assets/style/msgBoxGlobal.css ***!
  \***************************************************************************************************************************************************************************************************************/
/* 全局添加这个样式，使弹窗可滑动 */
.el-message-box__wrapper {
  overflow: auto;
}

/* el-message-box后边的类名，保证每个目标页面的不一致。避免样式影响 */
/* 新增折扣活动选择商品的弹窗 */
.el-message-box.widder-fb7a3 {
  width: 1000px;
}

/* 折扣活动审核弹窗 */
.el-message-box.widder-fb7a2 {
  width: 600px;
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./src/assets/style/markdown-table-fix.css ***!
  \*********************************************************************************************************************************************************************************************************************/
/* Markdown表格对齐修复样式 */
.markdown-body table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

.markdown-body thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.markdown-body tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.markdown-body tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.markdown-body th,
.markdown-body td {
  display: table-cell;
  vertical-align: top;
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
  box-sizing: border-box;
}

/* 确保表格列宽一致 */
.markdown-body th {
  font-weight: 600;
  background-color: #f6f8fa;
}

/* 响应式处理 */
.markdown-body table {
  overflow-x: auto;
  display: block;
  white-space: nowrap;
}

/* 修复表格在flex容器中的问题 */
.markdown-body .table-container {
  display: block;
  overflow-x: auto;
  width: 100%;
}
