.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 {
  height: 100%;
  width: 50%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  margin: 0 auto;
  /* file */
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__back_to_top--iOcgs {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #200028;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 999;
  opacity: 0;
  transition: all 0.3s;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__back_to_top--iOcgs.src-components-AgentChat-AgentChat-module__show--3qtX5 {
  opacity: 1;
}
@media screen and (max-width: 760px) {
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 {
  flex: 1 1;
  width: 0;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  /* header */
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__header_content--2loI_ {
  background: #2324250e;
  color: #fff;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: none;
  box-sizing: border-box;
  display: flex;
  flex: none;
  flex-direction: row;
  justify-content: center;
  padding: 18px 24px;
  position: absolute;
  width: 100%;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__header_content--2loI_ .src-components-AgentChat-AgentChat-module__header_left--1suqU {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  grid-gap: 16px;
  gap: 16px;
  justify-content: center;
  left: 20px;
  padding-right: 10px;
  position: absolute;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__header_content--2loI_ .src-components-AgentChat-AgentChat-module__title--2_w6- {
  align-items: center;
  color: #232425;
  flex-grow: 1;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  height: 27px;
  line-height: 150%;
  max-width: calc(100% - 130px);
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__header_content--2loI_ .src-components-AgentChat-AgentChat-module__title--2_w6- .src-components-AgentChat-AgentChat-module__project_name--3ViOD {
  align-items: center;
  display: flex;
  flex-direction: row;
  grid-gap: 4px;
  gap: 4px;
  justify-content: center;
  color: white;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__header_content--2loI_ .src-components-AgentChat-AgentChat-module__title--2_w6- .src-components-AgentChat-AgentChat-module__project_name--3ViOD .src-components-AgentChat-AgentChat-module__text--iVzGM {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__header_content--2loI_ .src-components-AgentChat-AgentChat-module__header_right--3E-XC {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 20px;
  grid-gap: 8px;
  gap: 8px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE {
  flex: 1 1;
  position: relative;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__message_box--3ZMuc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__message_box--3ZMuc::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__message_box--3ZMuc::-webkit-scrollbar-thumb {
  background: transparent;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__question_wrapper--1lOei {
  width: 100%;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__question_wrapper--1lOei .src-components-AgentChat-AgentChat-module__question_box--QB1_8 {
  position: relative;
  background: #F6F6F6;
  color: #333333;
  border-radius: 12px;
  padding: 12px 16px;
  box-sizing: border-box;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__question_wrapper--1lOei:hover .src-components-AgentChat-AgentChat-module__question_actions_btn_item--1gb6b {
  display: block;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__file_list_container--2HCTF {
  margin-bottom: 12px;
  padding: 0;
  background-color: transparent;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__file_list_row--1S4yk {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  grid-gap: 12px;
  gap: 12px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__file_item--nJuwb {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 12px;
  background-color: #f5f5f6;
  max-width: 220px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__file_icon--3sd_X {
  margin-right: 12px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__file_info--3YQbY {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__file_name--2RhzI {
  font-size: 14px;
  color: #333;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__file_format--VhAL7 {
  font-size: 12px;
  color: #999;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__answer_wrapper--l3c6b {
  width: 100%;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__answer_wrapper--l3c6b .src-components-AgentChat-AgentChat-module__answer_box--2QA0j {
  max-width: 100%;
  position: relative;
  border-radius: 12px;
  padding: 4px 3px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  font-style: normal;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__answer_wrapper--l3c6b .src-components-AgentChat-AgentChat-module__answer_box--2QA0j h1 {
  line-height: normal;
  margin: 30px 0 10px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__answer_wrapper--l3c6b .src-components-AgentChat-AgentChat-module__answer_box--2QA0j h2 {
  font-size: 16px;
  line-height: normal;
  margin: 24px 0 10px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__answer_wrapper--l3c6b .src-components-AgentChat-AgentChat-module__answer_box--2QA0j h3 {
  font-size: 16px;
  line-height: normal;
  margin: 20px 0 8px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__answer_wrapper--l3c6b .src-components-AgentChat-AgentChat-module__answer_box--2QA0j h4 {
  font-size: 16px;
  line-height: normal;
  margin: 16px 0 5px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__answer_wrapper--l3c6b .src-components-AgentChat-AgentChat-module__answer_box--2QA0j h5 {
  font-size: 16px;
  line-height: normal;
  margin: 12px 0 4px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__answer_wrapper--l3c6b .src-components-AgentChat-AgentChat-module__answer_box--2QA0j p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 12px;
  color: #333333;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__answer_wrapper--l3c6b .src-components-AgentChat-AgentChat-module__answer_box--2QA0j ul,
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__answer_wrapper--l3c6b .src-components-AgentChat-AgentChat-module__answer_box--2QA0j ol {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 20px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__answer_wrapper--l3c6b .src-components-AgentChat-AgentChat-module__answer_box--2QA0j ul li,
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__answer_wrapper--l3c6b .src-components-AgentChat-AgentChat-module__answer_box--2QA0j ol li {
  line-height: 28px;
  list-style: inherit;
  margin-left: 20px;
  color: #333333;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__question_actions_tool--62yPk {
  padding-top: 5px;
  height: 20px;
  display: flex;
  justify-content: flex-end;
  grid-gap: 10px;
  gap: 10px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__question_actions_tool--62yPk .src-components-AgentChat-AgentChat-module__question_actions_btn_item--1gb6b {
  cursor: pointer;
  display: none;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__use_tool_answer--3EzmX {
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid #efefef;
  border-radius: 15px;
  box-sizing: border-box;
  color: #232425;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  grid-gap: 8px;
  gap: 8px;
  height: 39px;
  line-height: 150%;
  margin-bottom: 16px;
  padding: 7px 8px 7px 16px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__use_tool_answer--3EzmX .src-components-AgentChat-AgentChat-module__use_tool_text--3Ly-B {
  font-weight: 500;
  margin-right: 8px;
  color: #333;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__use_tool_answer--3EzmX .src-components-AgentChat-AgentChat-module__search_text--KWfVw {
  color: #333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__use_tool_answer--3EzmX .src-components-AgentChat-AgentChat-module__search_text--KWfVw .src-components-AgentChat-AgentChat-module__search_query--2u1MQ {
  color: #666666;
  font-weight: normal;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__use_tool_answer--3EzmX .src-components-AgentChat-AgentChat-module__search_text--KWfVw .src-components-AgentChat-AgentChat-module__url_container--1Pd7A {
  display: inline-flex;
  flex-direction: row;
  margin-left: 5px;
  max-width: 600px;
  flex-wrap: wrap;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__use_tool_answer--3EzmX .src-components-AgentChat-AgentChat-module__search_text--KWfVw .src-components-AgentChat-AgentChat-module__url_container--1Pd7A .src-components-AgentChat-AgentChat-module__url_item--3UaGQ {
  display: flex;
  align-items: center;
  margin-right: 6px;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__use_tool_answer--3EzmX .src-components-AgentChat-AgentChat-module__search_text--KWfVw .src-components-AgentChat-AgentChat-module__url_container--1Pd7A .src-components-AgentChat-AgentChat-module__url_item--3UaGQ .src-components-AgentChat-AgentChat-module__url_icon--2gkMl {
  margin-right: 4px;
  color: #1890ff;
  font-size: 12px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__use_tool_answer--3EzmX .src-components-AgentChat-AgentChat-module__search_text--KWfVw .src-components-AgentChat-AgentChat-module__url_container--1Pd7A .src-components-AgentChat-AgentChat-module__url_item--3UaGQ .src-components-AgentChat-AgentChat-module__url_link--R_h9q {
  color: #1890ff;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 240px;
  font-size: 12px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__use_tool_answer--3EzmX .src-components-AgentChat-AgentChat-module__search_text--KWfVw .src-components-AgentChat-AgentChat-module__url_container--1Pd7A .src-components-AgentChat-AgentChat-module__url_item--3UaGQ .src-components-AgentChat-AgentChat-module__url_link--R_h9q:hover {
  text-decoration: underline;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__use_tool_answer--3EzmX .src-components-AgentChat-AgentChat-module__text--iVzGM {
  color: #909499;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1;
  width: 0;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__use_tool_answer--3EzmX .src-components-AgentChat-AgentChat-module__btn--1KBKc {
  cursor: pointer;
  color: #222222;
  padding: 1.5px 10px;
  background-color: #E9E9E9;
  border-radius: 26px;
  font-size: 12px;
  font-weight: 400;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__message_wrapper--dOrLE .src-components-AgentChat-AgentChat-module__use_tool_answer--3EzmX .src-components-AgentChat-AgentChat-module__btn--1KBKc:hover {
  text-decoration: underline;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__input_wrapper--3FSFs {
  border-radius: 18px;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  position: relative;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__input_wrapper--3FSFs:focus-within {
  border-color: #000000;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__input_wrapper--3FSFs .src-components-AgentChat-AgentChat-module__jump_button_wrapper--2DaMf {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 10;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__input_wrapper--3FSFs .src-components-AgentChat-AgentChat-module__jump_button_wrapper--2DaMf .src-components-AgentChat-AgentChat-module__jump_button--moxFM {
  background-color: #333;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 4px 16px;
  font-size: 12px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__input_wrapper--3FSFs .src-components-AgentChat-AgentChat-module__jump_button_wrapper--2DaMf .src-components-AgentChat-AgentChat-module__jump_button--moxFM:hover {
  background-color: #555;
  color: white;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__input_wrapper--3FSFs .src-components-AgentChat-AgentChat-module__chat_box--t9pcj {
  display: flex;
  justify-content: space-between;
  align-items: end;
  box-sizing: border-box;
  padding: 6px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__input_wrapper--3FSFs .src-components-AgentChat-AgentChat-module__chat_box--t9pcj .src-components-AgentChat-AgentChat-module__file_list--Sg86M {
  width: 100%;
  padding: 12px 12px 0;
  box-sizing: border-box;
  display: flex;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__input_wrapper--3FSFs .src-components-AgentChat-AgentChat-module__chat_box--t9pcj .src-components-AgentChat-AgentChat-module__file_list--Sg86M .src-components-AgentChat-AgentChat-module__file_list_box--26goO {
  flex: 1 1;
  width: 0;
  display: flex;
  overflow-x: auto;
  grid-gap: 8px;
  gap: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__input_wrapper--3FSFs .src-components-AgentChat-AgentChat-module__chat_box--t9pcj .src-components-AgentChat-AgentChat-module__file_list--Sg86M .src-components-AgentChat-AgentChat-module__file_list_box--26goO::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__input_wrapper--3FSFs .src-components-AgentChat-AgentChat-module__chat_box--t9pcj .src-components-AgentChat-AgentChat-module__file_list--Sg86M .src-components-AgentChat-AgentChat-module__file_list_box--26goO::-webkit-scrollbar-thumb {
  background: transparent;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__input_wrapper--3FSFs .src-components-AgentChat-AgentChat-module__chat_box--t9pcj textarea {
  resize: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  font-size: 15px;
  color: #333333;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__input_wrapper--3FSFs .src-components-AgentChat-AgentChat-module__chat_box--t9pcj textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__input_wrapper--3FSFs .src-components-AgentChat-AgentChat-module__chat_box--t9pcj textarea::-webkit-scrollbar-thumb {
  background: transparent;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__input_wrapper--3FSFs .src-components-AgentChat-AgentChat-module__chat_box--t9pcj textarea:disabled {
  background-color: transparent !important;
  cursor: not-allowed;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_left--3teZ1 .src-components-AgentChat-AgentChat-module__input_wrapper--3FSFs .src-components-AgentChat-AgentChat-module__chat_box--t9pcj .src-components-AgentChat-AgentChat-module__search_btn--1Tdeq {
  cursor: pointer;
  width: 52px;
  height: 30px;
  background-color: #200028;
  border-radius: 26px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_right--3mqfD {
  box-sizing: border-box;
  flex: 1 1;
  width: 0;
  height: 100%;
  max-height: 100%;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 15px #00000014;
  border-radius: 12px;
  margin-left: 30px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_right--3mqfD .src-components-AgentChat-AgentChat-module__close_btn--dLcmk {
  align-items: center;
  background-color: #f5f5f5;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  position: fixed;
  right: 40px;
  top: 100px;
  width: 24px;
  z-index: 9999;
  border-radius: 5px;
  transition: 0.3s;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_right--3mqfD .src-components-AgentChat-AgentChat-module__close_btn--dLcmk .src-components-AgentChat-AgentChat-module__icon--14PDU {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  width: 20px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_right--3mqfD .src-components-AgentChat-AgentChat-module__close_btn--dLcmk .src-components-AgentChat-AgentChat-module__icon--14PDU svg {
  width: 100%;
  height: 100%;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_right--3mqfD .src-components-AgentChat-AgentChat-module__aidriveResult--1Tw33 {
  overflow-x: auto;
  padding: 16px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_right--3mqfD .src-components-AgentChat-AgentChat-module__expand_box_content--3RM5y {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_right--3mqfD .src-components-AgentChat-AgentChat-module__expand_box_content--3RM5y::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__chat_right--3mqfD .src-components-AgentChat-AgentChat-module__expand_box_content--3RM5y::-webkit-scrollbar-thumb {
  background: transparent;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__hide_expand_wrapper--cLj_u {
  flex: 0 1 !important;
  margin-left: 0 !important;
  border-width: 0 !important;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__file_box--1Aufm {
  margin-left: auto;
  margin-bottom: 12px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__doc_box--3V7_- {
  min-width: 150px;
  max-width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 12px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__doc_box--3V7_- .src-components-AgentChat-AgentChat-module__icon_box--2PwSg {
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 36px;
  padding: 6px;
  width: 36px;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__doc_box--3V7_- .src-components-AgentChat-AgentChat-module__file_info--3YQbY {
  flex: 1 1;
  width: 0;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__doc_box--3V7_- .src-components-AgentChat-AgentChat-module__file_info--3YQbY .src-components-AgentChat-AgentChat-module__file_name--2RhzI {
  color: #232425;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.src-components-AgentChat-AgentChat-module__agent_chat_com--_m4P1 .src-components-AgentChat-AgentChat-module__doc_box--3V7_- .src-components-AgentChat-AgentChat-module__file_info--3YQbY .src-components-AgentChat-AgentChat-module__file_size--3XMuk {
  color: #909499;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
}
.src-components-AgentChat-AgentChat-module__w_full--39C9w {
  width: 100% !important;
}
.src-components-AgentChat-AgentChat-module__papers_results--3EGw4 {
  width: 100%;
  padding: 20px;
}
.src-components-AgentChat-AgentChat-module__papers_results--3EGw4 .src-components-AgentChat-AgentChat-module__papers_header--3SQ9J {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 8px;
  width: 96%;
  line-height: 22px;
  border-bottom: 1px solid #e8e8e8;
}
.src-components-AgentChat-AgentChat-module__papers_results--3EGw4 .src-components-AgentChat-AgentChat-module__papers_list--3w5Fy {
  display: flex;
  flex-direction: column;
}
.src-components-AgentChat-AgentChat-module__papers_results--3EGw4 .src-components-AgentChat-AgentChat-module__paper_item--1EaGq {
  padding: 8px 0;
}
.src-components-AgentChat-AgentChat-module__papers_results--3EGw4 .src-components-AgentChat-AgentChat-module__paper_item--1EaGq .src-components-AgentChat-AgentChat-module__paper_title--ehf5R {
  font-size: 16px;
  font-weight: 500;
  color: #1890ff;
  margin-bottom: 6px;
  display: block;
  text-decoration: none;
}
.src-components-AgentChat-AgentChat-module__papers_results--3EGw4 .src-components-AgentChat-AgentChat-module__paper_item--1EaGq .src-components-AgentChat-AgentChat-module__paper_title--ehf5R:hover {
  text-decoration: underline;
}
.src-components-AgentChat-AgentChat-module__papers_results--3EGw4 .src-components-AgentChat-AgentChat-module__paper_item--1EaGq .src-components-AgentChat-AgentChat-module__paper_meta--ImzCH {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
.src-components-AgentChat-AgentChat-module__papers_results--3EGw4 .src-components-AgentChat-AgentChat-module__paper_item--1EaGq .src-components-AgentChat-AgentChat-module__paper_abstract--JYLkG {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 6px;
}
.src-components-AgentChat-AgentChat-module__papers_results--3EGw4 .src-components-AgentChat-AgentChat-module__paper_item--1EaGq .src-components-AgentChat-AgentChat-module__paper_citation--3Dnl4 {
  font-size: 14px;
  color: #888;
}
.src-components-AgentChat-AgentChat-module__papers_results--3EGw4 .src-components-AgentChat-AgentChat-module__paper_divider--2bV1Y {
  margin: 8px 0;
}
.src-components-AgentChat-AgentChat-module__typing_indicator--1oAaA {
  display: inline-flex;
  align-items: center;
}
.src-components-AgentChat-AgentChat-module__typing_indicator--1oAaA span {
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #8c8c8c;
  border-radius: 50%;
  display: inline-block;
  animation: src-components-AgentChat-AgentChat-module__typing--2nlf0 1.4s infinite ease-in-out both;
}
.src-components-AgentChat-AgentChat-module__typing_indicator--1oAaA span:nth-child(1) {
  animation-delay: -0.32s;
}
.src-components-AgentChat-AgentChat-module__typing_indicator--1oAaA span:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes src-components-AgentChat-AgentChat-module__typing--2nlf0 {
  0%,
  80%,
  100% {
    transform: scale(0.6);
  }
  40% {
    transform: scale(1);
  }
}
.src-components-AgentChat-AgentChat-module__overlay_wrapper--35IHC {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: src-components-AgentChat-AgentChat-module__fadeIn--3qlbs 0.3s ease-in-out;
}
.src-components-AgentChat-AgentChat-module__overlay_wrapper--35IHC .src-components-AgentChat-AgentChat-module__overlay_content--ppNY7 {
  text-align: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.src-components-AgentChat-AgentChat-module__overlay_wrapper--35IHC .src-components-AgentChat-AgentChat-module__overlay_content--ppNY7 .src-components-AgentChat-AgentChat-module__overlay_spinner--2K4jt {
  margin-bottom: 24px;
}
.src-components-AgentChat-AgentChat-module__overlay_wrapper--35IHC .src-components-AgentChat-AgentChat-module__overlay_content--ppNY7 .src-components-AgentChat-AgentChat-module__overlay_spinner--2K4jt .src-components-AgentChat-AgentChat-module__spinner--S5jYJ {
  width: 48px;
  height: 48px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #1890ff;
  border-radius: 50%;
  animation: src-components-AgentChat-AgentChat-module__spin--3a-m- 1s linear infinite;
  margin: 0 auto;
}
.src-components-AgentChat-AgentChat-module__overlay_wrapper--35IHC .src-components-AgentChat-AgentChat-module__overlay_content--ppNY7 .src-components-AgentChat-AgentChat-module__overlay_message--1NeMe {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
}
.src-components-AgentChat-AgentChat-module__overlay_wrapper--35IHC .src-components-AgentChat-AgentChat-module__overlay_content--ppNY7 .src-components-AgentChat-AgentChat-module__overlay_subtitle--1yeKY {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
@keyframes src-components-AgentChat-AgentChat-module__fadeIn--3qlbs {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes src-components-AgentChat-AgentChat-module__spin--3a-m- {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.canvas_canvasWarp__22Jrw {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX7+/vc3NySynhHAAAAD0lEQVQI12M4wMAAxFQDAHPQAYGQne1ZAAAAAElFTkSuQmCC);
    background-repeat: repeat;
    cursor: pointer;

}
.canvas-container{
    max-width: 100%;
}

.canvas_divide__2tCJn{
    width: 24px;
    height: 1px;
    margin: 0 auto;
    background-color: #ddd;
}
.canvas_toolbarItem__9pd7P {
    position: relative;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.canvas_toolbarItemDivide__LEJ3v{
    height: 0;
    padding: 4px 0;
}
.canvas_toolbarItem__9pd7P img {
    width: 20px;
}
.canvas_toolbarItem__9pd7P:hover, .canvas_toolbarItemActive__2aTuV {
    background-color: #ECF8FF;
    border-radius: 4px;
}
.canvas_toolbarItemDivide__LEJ3v:hover{
    cursor: default;
    background-color: transparent;

}
.canvas_strokeSetting__Akpgb{
    position: absolute;
    left: 62px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 6px;
}
.canvas_subToolbarBox__3tY2B {
    position: absolute;
    left: 62px;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 6px;
}
.canvas_subToolbar__2SN4m {
    display: flex;
    align-items: center;
}
.canvas_sub_toolbarItem__2sTeI {
    display: flex;
    align-items: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    justify-content: center;
    font-size: 12px;
    color: #666;
}

.canvas_sub_toolbarItemText__11Zk2.canvas_toolbarItemActive__2aTuV{
    background-color: transparent;
    border-radius: 0;
    color: #55C0FF;
}
.canvas_sub_toolbarItem__2sTeI.canvas_toolbarItemActive__2aTuV{
    background-color: #f5f5f5;
}

.canvas_sub_toolbarItem__2sTeI img {
    width: 14px;
}
.canvas_stickToolbarBox__13acC {
    max-height: 240px;
    overflow: auto;
}
/* .stickToolbarBox::-webkit-scrollbar {
    width: 2px;
} */
.canvas_stickToolbarBox__13acC::-webkit-scrollbar-thumb {
    height: 20px;
}
.canvas_stickToolbarBox__13acC .canvas_subToolbar__2SN4m {
    margin-bottom: 12px;
}
.canvas_stickToolbarBox__13acC .canvas_subToolbar__2SN4m:last-child {
    margin-bottom: 0;
}
.canvas_stickToolbarBox__13acC .canvas_sub_toolbarItem__2sTeI {
    width: 48px;
    height: 48px;
    margin-right: 20px;
    /* margin-bottom: 12px; */
}
.canvas_stickToolbarBox__13acC .canvas_sub_toolbarItem__2sTeI:last-child {
    margin-right: 0;
}
.canvas_stickToolbarBox__13acC .canvas_sub_toolbarItem__2sTeI img {
    width: 48px;
}

.canvas_canvasEditWarp__bTW31 {
    position: relative;
}
.canvas_fillSetting__3pfdA {
    position: absolute;
    left: 62px;
    bottom: 0;
}
.canvas_strokeSetting__Akpgb {
    display: block;
    bottom: 0;
    width: 130px;
    padding: 14px;
    text-align: left;
    cursor: default;
}

.canvas_strokeSettingItem__25JvP {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 16px;
}
.canvas_strokeSettingItem__25JvP:last-child {
    margin-bottom: 0;
}
.canvas_strokeSettingTit__Rj6KF {
    color: #666;
}

.canvas_strokeSettingItem__25JvP > div{
    flex: 0 0 64px;
}
.canvas_strokeSettingItemColor__3yNyT {
    position: relative;
}
.canvas_strokeSettingColorPanel__vutiC {
    position: absolute;
    left: 38px;
    top: 45px;
    z-index: 9;
}
.canvas_strokeSettingColor__1AmS6 {
    display: flex;
    background-color: #666;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    justify-content: flex-end;
    border: 1px solid #ddd;
}
.canvas_strokeSettingColorHandle__1u6qL {
    position: relative;
    flex: 0 0 17px;
    background-color: #fff;
    cursor: pointer;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-left: 1px solid #ddd;
}
.canvas_strokeSettingColorHandle__1u6qL:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% + 3px));
    border: 6px solid transparent;
    border-top: 6px solid #999;
}
.canvas_strokeSettingItemWidth__E0aeZ {
    align-items: start;
}
.canvas_strokeSettingWidthItem__2_JYs {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #d8d8d8;
    margin-bottom: 16px;
    cursor: pointer;
}
.canvas_strokeSettingWidthItem__2_JYs:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 16px;
}

.canvas_strokeSettingWidthItem__2_JYs:last-child {
    margin-bottom: 0;
}
.canvas_strokeSettingWidthItem1__3qgH1 {
    height: 4px;
}
.canvas_strokeSettingWidthItem2__HjW8X {
    height: 6px;
}

.canvas_strokeSettingWidthItemActive__2M2Mp {
    background-color: #55C0FF;
}

.canvas_showModuleToolbar__1_QzZ {
    display: block;
    transform: translateX(-50%);
}
.canvas_hideModuleToolbar__Ezwhh {
    display: none !important;
}
.canvas_moduleToolbar__2TSrH {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 8px 0px rgba(222, 222, 222, 0.5);
}
.canvas_moduleToolbarBox__2MCN9, .canvas_moduleToolbarItem__2K32h, .canvas_canvasToolbar__1eTp_ {
    display: flex;
    align-items: center;
}

.canvas_moduleToolbarItem__2K32h {
    padding: 0 12px;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
}
.canvas_moduleToolbarSplit__1X9DZ {
    flex: 0 0 1px;
    width: 1px;
    height: 16px;
    background-color: #ddd;
}

.canvas_fillToolColor__2rxC4 {
    margin-right: 14px;
}

.canvas_canvasToolbar__1eTp_ {
    right: 30px;
    left: auto;
    top: 25px;
    padding: 8px 12px;
}
.canvas_canvasToolbar__1eTp_ > div {
    margin-right: 20px;
    cursor: pointer;
}
.canvas_canvasToolbar__1eTp_ > div:last-child, .canvas_zoomWarp__2BpfL > div:last-child {
    margin-right: 0;
}
.canvas_zoomWarp__2BpfL {
    display: flex;
    align-items: center;
}
.canvas_zoomWarp__2BpfL > div {
    margin-right: 8px;
}

.canvas_remarkEdit__2upb7 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.canvas_remarkEditArrow__3LArv {
    position: relative;
    width: 60px;
    height: 1px;
    background-color: #55C0FF;
}
.canvas_remarkEditArrow__3LArv::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #55C0FF;
    transform: translate(-50%, -50%);
}

.canvas_remarkEdit__2upb7 .canvas_editWarp__16HMw {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(60px, -50%);
    width: 220px;
    min-height: 40px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(234,234,234,0.5000);
    border-radius: 8px;
}
.canvas_remarkEdit__2upb7 textarea {
    border: none;
    resize: none;
    padding: 4px 8px;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #666;
}
.canvas_remarkEdit__2upb7 textarea:focus {
    outline: none;
}

.canvas_remarkEditRight__2B8Lw {
    transform: rotate(180deg) translateX(-220px);
}
.canvas_remarkEditRight__2B8Lw .canvas_editWarp__16HMw {
    transform: rotate(180deg) translate(-60px, 50%);
}

.canvas_templateList__2hdJl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.canvas_templateItem__19Qfu {
    position: relative;
    flex: 0 0 270px;
    cursor: pointer;
}
.canvas_templateItem__19Qfu.canvas_lineOne__1uw1l {
    margin-bottom: 30px;
}
.canvas_templateItem__19Qfu > div {
    margin-bottom: 14px;
}
.canvas_templateItem__19Qfu img {
    width: 100%;
    height: auto;
    display: block;
}
.canvas_tempName__2GQyG {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}
.canvas_tempUseBtn__3jkz7 {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 60px;
    height: 24px;
    line-height: 24px;
    background: rgba(0,0,0,0.5);
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.canvas_templateItem__19Qfu:hover .canvas_tempUseBtn__3jkz7{
    display: block;
}

.canvas_showMask__3C3pI {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.canvas_upload__2tDHK{
    width: 100% !important;
    height: 100% !important;
}
.canvas_connectMask__1ZgCh {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    border: 1px solid #55C0FF;
    background-color: rgba(85, 192, 255, 0.15);
    pointer-events: none;
}
.canvas_connectPoint__1UqQ1 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #55C0FF;
}
.canvas_arrowAnchor__1nPyR {
    display: none;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 1px solid #55c0ff;
    background-color: #f2f2f2;
    transform: translate(-50%, -50%);
}

.canvas_helpWarp__2du13 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 340px;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
}
.canvas_helpBlock__1xGyO {
    margin-bottom: 20px;
}
.canvas_helpImgTop__1zhwg {
    margin-bottom: 10px;
}
.canvas_helpWarp__2du13 img {
    display: block;
    width: 100%;
}

.canvas_linkModal__3oCB2 .ant-modal {
    margin: initial;
}
.canvas_linkModal__3oCB2 .ant-modal-close-x {
    height: 48px;
    line-height: 48px;
}
.canvas_linkModal__3oCB2 .ant-modal-header, .canvas_linkModal__3oCB2 .ant-modal-body {
    padding: 12px;
}
.canvas_linkModal__3oCB2 .ant-modal-header {
    padding-bottom: 0;
    border-bottom: none;
}
.canvas_websiteDesc__3nxi9 {
    margin: 12px 0;
}
.canvas_websiteDesc__3nxi9 img {
    width: 120px;
}
.canvas_linkFoot__3WXzV {
    text-align: right;
    /* margin-top: 16px; */
}

.canvas_websiteIframe__2fUrU {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    /* background-color: #55C0FF; */
}
.canvas_websiteIframe__2fUrU iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 4px;
}

.canvas_exportItem__3fSDs {
    display: flex;
    align-items: center;
}

.canvas_exportItem__3fSDs img {
    width: 20px;
    margin-right: 14px;
}

.canvas_exportDrop__3R9Vm {
    padding-top: 24px;
}
.canvas_toolbar__2r-EL {
    width: 48px;
    padding: 6px;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 8px 0px rgba(222,222,222,0.5);
}
.canvas_toolbarHide__3D3AP {
    display: none !important;
}
.canvas_minToolbar__K3r54.canvas_toolbar__2r-EL {
    height: 0;
    padding: 0;
    overflow: hidden;
}
.canvas_toolbarWarp__3MzDI {
    position: fixed;
    left: 24px;
    top: 85px;
    z-index: 999;
}

.canvas_toolbarWarpHide__E1VVh {
    display: none;
}

.canvas_changeAction__29F4F {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px 0px rgba(222,222,222,0.5);
    background-color: #fff;
}

.canvas_cardShapeModuleToolbarBox__3na4n .canvas_fillToolColor__2rxC4 {
    margin-right: 0;
}

.theme_0 .canvas_linkModal__3oCB2 input{
    background-color: var(--bgColor);
    border: var(--borderColor);
    color: var(--fontColor);
}

.theme_0 .canvas_linkModal__3oCB2 div input::placeholder{
    color: var(--spanColor);
}
.tools_flex__iOCJY {
    display: flex;
    align-items: center;
}
.tools_colorPanel__1phds{
    /* background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 2px 24px 0 rgba(180, 180, 180, 0.5); */
    /* opacity: ; */
}
.tools_opacityWarp__3bBAo {
    margin-bottom: 15px;
}
.tools_opacityTop__1bxuB {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #666666;
}

.tools_opacityContent__3whFT .ant-slider {
    margin: 5px 6px 5px 8px;
}
.tools_opacityContent__3whFT .ant-slider-handle {
    width: 16px;
    height: 16px;
    border: 1px solid #eee;
    margin-top: -5px;
}
.tools_opacityContent__3whFT .ant-slider-handle:focus {
    box-shadow: none;
    border-color: #eee;
}
.tools_opacityContent__3whFT .ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
    border-color: #eee;
}
.tools_opacityContent__3whFT .ant-slider-rail {
    background: linear-gradient(90deg, #FFFFFF 0%, #55C0FF 100%);
    height: 6px;
    border-radius: 4px;
}
.tools_opacityContent__3whFT .ant-slider-track {
    background-color: transparent !important;
}

.tools_colorPanelRow__j-Pg8{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.tools_colorPanelRow__j-Pg8 .tools_colorPanelItem__TbeXE{
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border-radius: 2px;
    cursor: pointer;
}
.tools_colorPanelRow__j-Pg8 .tools_colorPanelItem__TbeXE:last-child {
    margin-right: 0;
}

.tools_toolColor__1anvr {
    position: relative;
    cursor: pointer;
}

.tools_toolColor__1anvr > i{
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
}

.tools_toolColorPanel__1yddU {
    position: absolute;
    left: -12px;
    top: 40px;
}
.tools_toolColorPanelTop__11SL8 {
    transform: translateY(calc(-100% - 60px));
}
.tools_textBgColorPanel__pmKGN, .tools_toolColorPanel__1yddU {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 2px 24px 0 rgba(180, 180, 180, 0.5);
}
.tools_toolFontsize__XCh-m {
    cursor: initial;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.tools_toolFontsize__XCh-m > div:first-child {
    width: 18px;
    flex: 0 0 18px;
    text-align: center;
}

.tools_changeFs__1jFgO {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 4px;
}

.tools_changeFs__1jFgO i {
    display: inline-block;
    border: 5px solid transparent;
    cursor: pointer;
}
.tools_changeFs__1jFgO i[type='up'] {
    border-bottom-color: #666;
    margin-bottom: 2px;
}

.tools_changeFs__1jFgO i[type='down'] {
    border-top-color: #666;
}

.tools_tooltext__1bTD_ > div {
    margin-right: 16px;
}
.tools_tooltext__1bTD_ > div:last-child {
    margin-right: 0;
}

.tools_textBgColor__2aGjL, .tools_toolTextAlign__2tPIx {
    position: relative;
}

.tools_textBgColorPanel__pmKGN, .tools_textAlignList__3zLLw {
    position: absolute;
    left: 0;
    top: 40px;
}

.tools_stroke__3kgsR {
    margin-bottom: 12px;
}
.tools_strokeDash__3PJ5s {
    display: flex;
    align-items: center;
    margin-right: 2px;
}
.tools_strokeDash__3PJ5s i{
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 4px;
    margin-right: 8px;
}
.tools_strokeDash__3PJ5s i.tools_active__Q-CRH {
    background-color: #ECF8FF;
}

.tools_strokeDash__3PJ5s i::after {
    content: "";
    position: absolute;
    width: 12px;
    /* border-top: 1px solid #55C0FF; */
    border-top: 1px solid #666;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tools_strokeDash__3PJ5s i:last-child::after {
    border-top-style: dashed;
}

.tools_strokeDash__3PJ5s i.tools_active__Q-CRH::after {
    border-top-color: #55c0ff;
}
.tools_strokeWidth__2qCc8 {
    padding-left: 10px;
    border-left: 1px solid #ddd;
}

.tools_linkModal__pttmm .ant-modal-header, .tools_linkModal__pttmm .ant-modal-body {
    padding: 12px;
}
.tools_linkModal__pttmm .ant-modal-header {
    padding-bottom: 0;
    border-bottom: none;
}

.tools_linkFoot__3ey6G {
    text-align: right;
    margin-top: 16px;
}

.tools_textAlignIcon__2tWPc {
    padding: 4px;
    border-radius: 4px;
}
.tools_textAlignIconActive__37aYR {
    background-color: #ecf8ff;
}
.tools_textAlignList__3zLLw {
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(222,222,222,0.5);
    border-radius: 4px;
    padding: 6px 8px;
}

.tools_textAlignItem__2CbRt {
    padding: 4px;
    border-radius: 4px;
}
.tools_textAlignItemActive__18vJ- {
    background-color: #f5f5f5;
}

.tools_toolEraser__1kCsu span{
    width: 26px;
    text-align: center;
    color: #666;
}
.tools_toolEraser__1kCsu span.tools_active__Q-CRH {
    color: #55C0FF;
}

.theme_0 .tools_linkModal__pttmm div input{
    background-color: var(--bgColor);
    border: var(--borderColor);
    color: var(--fontColor);
}

.theme_0 .tools_linkModal__pttmm div input::placeholder{
    color: var(--spanColor);
}
.ToolbarBottom_flex__3Hs_h {
    display: flex;
    align-items: center;
}
.ToolbarBottom_main__2Zc00 {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    height: 70px;
    border-radius: 14px;
    background-color: #fff;
    box-shadow:  0 2px 8px 0 rgba(222, 222, 222, 0.5);
    z-index: 9;
}
.ToolbarBottom_mainHide__1uEnb {
    display: none;
}
.ToolbarBottom_mainItemBox__1aH7X, .ToolbarBottom_handleImg__27WB-{
    position: relative;
    height: 100%;
}
.ToolbarBottom_mainItemBox__1aH7X::after, .ToolbarBottom_handleImg__27WB-::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    width: 0.5px;
    background-color: #ddd;
}
.ToolbarBottom_mainItemBox__1aH7X:last-child::after {
    display: none;
}
.ToolbarBottom_mainItemBox__1aH7X {
    padding: 0 20px;
}
.ToolbarBottom_mainItemBox__1aH7X:first-child {
    padding-left: 0;
}


.ToolbarBottom_handleImg__27WB- {
    width: 44px;
    margin-right: 20px;
}
.ToolbarBottom_handleImg__27WB-::after {
    top: 0;
    bottom: 0;
}
.ToolbarBottom_handleImg__27WB- > div {
    height: 50%;
    justify-content: center;
}
.ToolbarBottom_handleImg__27WB- > div:first-child {
    border-top-left-radius: 14px;
}
.ToolbarBottom_handleImg__27WB- > div:last-child {
    border-bottom-left-radius: 14px;
}
.ToolbarBottom_handleImg__27WB- img {
    width: 20px;
}
.ToolbarBottom_handleImgActive__3wQ9j {
    background-color: #559aff;
}
.ToolbarBottom_handleImgBorder__2GX0c {
    border-bottom: 1px solid #ddd;
}

.ToolbarBottom_graffiti__NpIrr, .ToolbarBottom_shapeBox__3Wc_A {
    height: 100%;
    overflow: hidden;
}

.ToolbarBottom_graffiti__NpIrr {
    margin-right: 26px;
}
.ToolbarBottom_graffiti__NpIrr img {
    transform: translateY(19px);
    transition: all .2s;
}
.ToolbarBottom_graffiti__NpIrr img:hover {
    transform: translateY(0px);
}

.ToolbarBottom_shape__1bKn9 {
    position: relative;
    height: 100%;
    margin-right: 26px;
}
.ToolbarBottom_shapeBox__3Wc_A {
    padding-right: 20px;
}
.ToolbarBottom_shapeIcon__eFb4i {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 47px;
    background-color: #e3bbfe;
    transform: translateY(16px);
}
.ToolbarBottom_shapeIcon__eFb4i img {
    position: absolute;
    right: -20px;
    top: 15px;
}

.ToolbarBottom_mainItem__1uGys {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-right: 16px;
    justify-content: center;
}

.ToolbarBottom_mainItem__1uGys:last-child {
    margin-right: 0;
}

.ToolbarBottom_mainItemT__2MJgu {
    border-style: dashed;
}
.ToolbarBottom_hasDot__3rGf_ {
    position: relative;
}
.ToolbarBottom_hasDot__3rGf_::before, .ToolbarBottom_hasDot__3rGf_::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #666;
    border-radius: 4px;
    border: 1px solid #fff;
    top: 50%;
    transform: translate(-3.5px, -3.5px);
}
.ToolbarBottom_mainItemT__2MJgu::before {
    left: 0;
}
.ToolbarBottom_mainItemT__2MJgu::after {
    right: 0;
    transform: translate(3.5px, -3.5px);
}

.ToolbarBottom_arrowBox__3Mnmp, .ToolbarBottom_mutBox__nxCAX {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-right: 16px;
}
.ToolbarBottom_arrowBox__3Mnmp .ToolbarBottom_mainItem__1uGys, .ToolbarBottom_mutBox__nxCAX .ToolbarBottom_mainItem__1uGys {
    border: none;
    border-right: 1px solid #ddd;
    margin-right: 0;
    border-radius: 0;
}
.ToolbarBottom_arrowBox__3Mnmp {
    position: relative;
}
.ToolbarBottom_arrowBox__3Mnmp > img {
    margin: 0 6px;
}

.ToolbarBottom_arrowBox__3Mnmp .ToolbarBottom_hasDot__3rGf_::before {
    left: 0;
    top: 28px;
}
.ToolbarBottom_arrowBox__3Mnmp .ToolbarBottom_hasDot__3rGf_::after {
    right: 0;
    top: 11px;
    transform: translateX(3.5px);
}

.ToolbarBottom_mutBox__nxCAX {
    position: relative;
    margin-right: 0;
}
.ToolbarBottom_mutBox__nxCAX .ToolbarBottom_mainItem__1uGys:last-child {
    border-right: none;
}
.ToolbarBottom_subToolbarBox__17Fiv {
    display: none;
    left: 50%;
    transform: translate(-50%, calc(-100% - 70px));
}

.ToolbarBottom_hasSubtool__3QOpG {
    height: 100%;
    position: relative;
}
/* .shape:hover .subToolbarBox, 
.hasSubtool:hover .subToolbarBox, */
.ToolbarBottom_subToolbarBox__17Fiv.ToolbarBottom_show__TarUh {
    display: initial;
}
/* .graffiti:hover .subToolbarBox, */
.ToolbarBottom_graffiti__NpIrr .ToolbarBottom_subToolbarBox__17Fiv.ToolbarBottom_show__TarUh  {
    display: flex;
}
.ToolbarBottom_lineSubtool__1oFWd .ToolbarBottom_subToolbarBox__17Fiv {
    transform: translate(-50%, calc(-100% - 2px));
}
.ToolbarBottom_mutSubtool__1DiiD .ToolbarBottom_subToolbarBox__17Fiv {
    transform: translate(-50%, -155px);
}
.ToolbarBottom_graffiti__NpIrr .ToolbarBottom_subToolbarBox__17Fiv {
    transform: translate(-100%, -109px);
}
.ToolbarBottom_graffiti__NpIrr .ToolbarBottom_eraserSubToolbarBox__v-P5d {
    left: 50%; 
    top: -31px;
    transform: translateX(-50%);
}

.ToolbarBottom_graffiti__NpIrr.ToolbarBottom_cardShape__3dzFP {
    margin-right: 0;
}

.ToolbarBottom_tipsBox__2xaea {
    position: absolute;
    bottom: 90px;
    background-color: #3F3F3F;
    font-size: 12px;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 8px;
    cursor: default;
}
.ToolbarBottom_tipsBox__2xaea::after {
    position: absolute;
    content: "";
    left: 15px;
    bottom: -15px;
    border: 8px solid transparent;
    border-top-color: #3F3F3F;
}
.ToolbarBottom_tipsBoxTit__kiMoJ {
    display: inline-block;
    background: rgba(255,255,255,0.3);
    border-radius: 2px;
    padding: 2px 4px;
}
.ToolbarBottom_tipsBoxTit__kiMoJ, .ToolbarBottom_tipsBoxContent__3xjQS {
    margin-bottom: 6px;
}
.ToolbarBottom_tipsBoxContent__3xjQS {
    line-height: 1.8;
}
.ToolbarBottom_tipsBoxFooter__iY2_g {
    text-align: right;
}
.ToolbarBottom_tipsBoxFooter__iY2_g span {
    cursor: pointer;
}
.src-components-AnalysisTips-module__tips_wrap--3EWJY {
  display: inline-block;
  line-height: unset;
}
.src-components-AnalysisTips-module__tips_wrap--3EWJY .src-components-AnalysisTips-module__tips--3_38e {
  display: inline-block;
  padding: 0 20px;
  color: #FF7B00;
  height: 22px;
  line-height: 22px;
  background: #fff7ef;
  margin-left: 15px;
  font-size: 12px;
}
.src-components-AnalysisTips-module__tips_wrap--3EWJY .src-components-AnalysisTips-module__tips--3_38e .src-components-AnalysisTips-module__parse--oxv1F {
  color: #55c0ff;
  cursor: pointer;
  text-decoration: underline;
}
.src-components-AnalysisTips-module__tips_wrap--3EWJY .src-components-AnalysisTips-module__tips_success--2LN8b {
  color: #1677ff;
  background-color: #cfe3ff;
}

.AnnotationInfo_annInfo__UbHbl{
  position: absolute;
  background:rgba(0,0,0,0.1);
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow: hidden;
  z-index:2;
}

.AnnotationInfo_annInfoBox__3s0Io {
  width:310px;
  height: 100%;
  background:#fff;
  padding: 0 18px 0 18px;
  position:absolute;
  right:0;
  top:0;
}
.AnnotationInfo_annInfoBoxPublic__10YdZ{
  width:250px;
  height: 100%;
  background:#fff;
  padding: 0 20px 0 20px;
}

.AnnotationInfo_annInfoHeader__akkWK {
  height:75px;
  line-height:75px;
  text-align:center;
  font-size:14px;
  color:#666;
  cursor:pointer;
}

.AnnotationInfo_annInfoHeader__akkWK span{
  font-size:23px;
  margin-right:5px;
}

.AnnotationInfo_annInfoArea__1vslU {
  padding:5px 0 0 0;
  border-bottom:1px solid #F1F1F1;
}
.AnnotationInfo_annInfoAreaBorder__1Lpg4{
  border:1px solid #F1F1F1;
}

.AnnotationInfo_annInfoArea__1vslU textarea{
  border:0;
  height:100px;
  width: 100%;
  outline: 0;
  resize: none;
}
.AnnotationInfo_annInfoButton__2VFWs {
  height: 30px;
  line-height: 30px;
  overflow:hidden;
  clear:both;
  width: 100%;
}

.AnnotationInfo_annInfoButton__2VFWs span{
  color:#ccc;
  font-size:12px;
  float:left;
}

.AnnotationInfo_annInfoButton__2VFWs span em{
  font-style: normal;
}
.AnnotationInfo_annInfoButton__2VFWs .AnnotationInfo_annInfoAddButton__3VcAZ,
.AnnotationInfo_annInfoButton__2VFWs .AnnotationInfo_annInfoAddDisabled__2U4F7,
.AnnotationInfo_annInfoButton__2VFWs .AnnotationInfo_annInfoCancelButton__3R0lc{
  float:right;
  display: block;
  font-size:14px;
  color:#333;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  padding: 0 5px;
  /*font-weight:bold;*/
  margin-right:5px;
  line-height: 23px;
  cursor:pointer;
}

.AnnotationInfo_annInfoButton__2VFWs .AnnotationInfo_annInfoAddDisabled__2U4F7{
  color:#fff;
  background-color:#ddd;
  cursor: not-allowed;
}

.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoBody__22o3G{
  overflow: auto;
  height:100%;
}

.AnnotationInfo_annInfo__UbHbl ul,
.AnnotationInfo_annInfo__UbHbl li{
  margin:0;
  padding:0;
  list-style: none;
}
.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoList__IzeIx{

}

.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoItem__2wr7l{
  padding:12px 0 8px 0;
  border-bottom:1px solid #f1f1f1;

}
.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoItemHeader__1vxVo{
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}
.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoTitle__1WjS_{
  font-size:14px;
  font-weight: bold;
  color:#333;
  width: 90px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float:left;
}

.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoTime__25I5E,
.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoDel__2PMvO{
  font-size:12px;
  color:#999;
  float:right;
  margin-right: 5px;
  cursor:pointer;
  line-height:23px;
}

.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoTime__25I5E{
  margin-right:16px;
}
.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoItemText__2Z14z{
  text-align: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: normal;
}

.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoParaContent__1syoT {
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border:1px solid #eee;
  padding: 2px 0;
  background-color: #EEF5FF;
}

.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoParaContent__1syoT:hover{
  background-color: #EEF5FF;
}

.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoParaContent__1syoT a:link,
.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoParaContent__1syoT a:visited,
.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoParaContent__1syoT a:hover,
.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoParaContent__1syoT a:active{
  color:#999;
  overflow:hidden;
  width:350px;
  padding-left: 5px;
}

.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoChild__HPwVk{
  padding: 10px 10px 0 10px;
  color: #999999;
  font-size:12px;
}
.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoChildContent__e4uDM{
  padding: 0;
}

.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoChildContent__e4uDM li{
  border-bottom: 0 none;
  padding:0;
}
.AnnotationInfo_annInfo__UbHbl .AnnotationInfo_annInfoChild__HPwVk p{
  font-size: 12px;
  margin-bottom:5px;
}
.AnnotationInfo_noteList__cIcmN{

}
.AnnotationInfo_noteList__cIcmN li{
  border-bottom: 1px solid #F5F7FA;
  padding: 10px 0;
}
.AnnotationInfo_noteList__cIcmN li p{
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.AnnotationInfo_noteList__cIcmN li h4{
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 14px;
  background: #F8E7C3;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.AnnotationInfo_noteTextWrap__1GVC6{
  border-left: 4px solid #EDF8FF;
  padding-left: 10px;
}
.AnnotationInfo_userClickText__3afXa .AnnotationInfo_noteTextWrap__1GVC6,.AnnotationInfo_noteList__cIcmN li:hover .AnnotationInfo_noteTextWrap__1GVC6{
  border-left: 4px solid #55C0FF;
}
.AnnotationInfo_infoWrap__1-TS7{
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.AnnotationInfo_noteList__cIcmN li:hover .AnnotationInfo_time__1a6u_{
 display: none;
}
.AnnotationInfo_noteList__cIcmN li:hover .AnnotationInfo_delete__2tNt2{
  display: block;
  cursor: pointer;
}
.AnnotationInfo_delete__2tNt2{
  display: none;
  font-size: 12px;
}
.AnnotationInfo_time__1a6u_{
  font-size: 12px;
}
.AnnotationInfo_modalWrap__3o6Ne textarea{
  width:100%;
  display: block;
  border: 1px solid #E1E1E1;
  height: 120px;
}
.AnnotationInfo_modalWrap__3o6Ne span{
  color:#ccc;
  font-size:12px;
  float:left;
}

.AnnotationInfo_modalWrap__3o6Ne span em{
  font-style: normal;
}
.AnnotationInfo_modalWrap__3o6Ne textarea:focus {
  outline: -webkit-focus-ring-color auto 2px;
}

