/* FeatureGuide 通用新手引导样式 */

.FeatureGuide_overlay__3a-6S {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  pointer-events: auto;
}

.FeatureGuide_overlayMask__2f2MO {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 高亮光晕 */
.FeatureGuide_highlightGlow__1_fH0 {
  position: absolute;
  border-radius: 12px;
  pointer-events: none;
}

/* 提示卡片 */
.FeatureGuide_card__2_DKB {
  position: fixed;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  padding: 24px;
  min-width: 280px;
  max-width: 400px;
  z-index: 10001;
  animation: FeatureGuide_guideCardIn__2BV2h 0.25s ease-out;
}

@keyframes FeatureGuide_guideCardIn__2BV2h {
  from {
    opacity: 0;
    margin-top: 8px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

.FeatureGuide_cardBody__8SqPo {
  margin-bottom: 20px;
}

.FeatureGuide_cardTitle__26e5J {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
  line-height: 1.4;
}

.FeatureGuide_cardDesc__3O0ZF {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}

.FeatureGuide_cardContent__33ffr {
  margin-top: 12px;
}

.FeatureGuide_cardContent__33ffr ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.FeatureGuide_cardContent__33ffr li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.FeatureGuide_cardContent__33ffr li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7c3aed;
}

.FeatureGuide_cardContent__33ffr .FeatureGuide_contentSubTitle__r4xgf {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.FeatureGuide_cardContent__33ffr .FeatureGuide_contentSubDesc__1ebDK {
  font-size: 13px;
  color: #999;
}

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

.FeatureGuide_stepIndicator__QJIG0 {
  font-size: 13px;
  color: #bbb;
}

.FeatureGuide_cardActions__9fsgO {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
}

.FeatureGuide_skipBtn__3cxDY {
  font-size: 14px;
  color: #999;
  cursor: pointer;
  transition: color 0.2s;
}

.FeatureGuide_skipBtn__3cxDY:hover {
  color: #666;
}

.FeatureGuide_nextBtn__2gpVF {
  height: 36px;
  padding: 0 24px;
  border: none;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s;
}

.FeatureGuide_nextBtn__2gpVF:hover {
  opacity: 0.85;
}

/* 箭头 */
.FeatureGuide_arrowTop__2PxAA,
.FeatureGuide_arrowBottom__1Xr2I,
.FeatureGuide_arrowLeft__5XKo5,
.FeatureGuide_arrowRight__3n2EQ {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
}

.FeatureGuide_arrowTop__2PxAA {
  top: -7px;
  left: 50%;
  margin-left: -8px;
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.04);
}

.FeatureGuide_arrowBottom__1Xr2I {
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.04);
}

.FeatureGuide_arrowLeft__5XKo5 {
  left: -7px;
  top: 50%;
  margin-top: -8px;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.04);
}

.FeatureGuide_arrowRight__3n2EQ {
  right: -7px;
  top: 50%;
  margin-top: -8px;
  box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.04);
}

.FeatureGuide_arrowTopLeft__2OU0Y {
  top: -7px;
  left: 24px;
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.04);
}

.FileIconAndFileName_container__1TWtM {
  display: flex;
  align-items: center;
  white-space: nowrap;
  min-width: 0;
}

.FileIconAndFileName_fileTypeImage__63UUb {
  margin-right: 5px;
}


.FileIconAndFileName_fileName__2tv2J {
  text-overflow: ellipsis;
  overflow: hidden;
}
.FileIconAndFileName_fileNameWebLink__2oEHI {
  margin-left: 28px;
}
.FileIconAndFileName_fileNameWebLink__2oEHI:hover {
  color: #55c0ff;
}

.ChatInput_popoverBox__1L9Tx .ant-popover-arrow  {
  display: none;
}
.ChatInput_popoverBox__1L9Tx .ant-popover-inner-content  {
  padding: 8px;
}

.ChatInput_aiIputBox__1V2el {
  align-items: flex-end;
  max-width: 768px;
  margin: 0 auto;
}

.ChatInput_fileIcon__F7Tds {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  line-height: 26px;
  margin-right: 16px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}

.ChatInput_clearIcon__1ge-w {
  /* flex: 0 0 32px; */
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 16px;
  text-align: center;
  background-color: #c0c0c5;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: -46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ChatInput_clearIcon__1ge-w img {
  width: 14px;
  height: 14px;
}

.ChatInput_aiIputAll__PyGHQ {
  max-width: 768px;
  margin: 0 auto;
}

.ChatInput_aiIputAll__PyGHQ .ChatInput_clearIcon__1ge-w {
  /* width: 0;
  height: 0;
  flex: 0 0 0;
  overflow: hidden;
  margin-right: 0; */
}

.ChatInput_inputBox__jCw2J {
  flex: 1 1;
  background: #ffffff;
  /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.03) !important; */
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px;
  min-height: 40px;
  padding: 10px 0 10px 16px;
  position: relative;
}

.ChatInput_inputBox__jCw2J textarea {
  border: none;
  padding: 0;
  resize: none;
  min-height: 20px;
  height: 22px;
  padding-right: 16px;
}

.ChatInput_inputBoxDisabled__2545f {
  position: relative;
  pointer-events: none;
}

.ChatInput_inputBoxDisabled__2545f::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  cursor: not-allowed;
}

.ChatInput_inputBoxDesc__i52sU {
  display: none;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
  color: #c0c0c5;
  padding-right: 16px;
}

.ChatInput_inputBoxDesc__i52sU img {
  cursor: pointer;
  width: 16px;
  margin-top: 3px;
}

.ChatInput_inputBox__jCw2J textarea:focus+.ChatInput_inputBoxDesc__i52sU,
.ChatInput_aiIputAll__PyGHQ .ChatInput_inputBoxDesc__i52sU,
.ChatInput_showInputBoxDesc__3kkY1 {
  display: flex;
}

.ChatInput_aiIputAll__PyGHQ .ChatInput_fileIcon__F7Tds {
  width: 0;
  height: 0;
  flex: 0 0;
  overflow: hidden;
  margin-right: 0;
}

.ChatInput_aiIputAll__PyGHQ .ChatInput_inputBox__jCw2J textarea {
  height: 70px;
}

.ChatInput_iconPageAIDesc__oIbmX {
  margin-right: 16px;
}

.ChatInput_fileModal__1bM3k {
  width: 100%;
  height: 345px;
  position: absolute;
  left: 0;
  /* transform: translateY(calc(-100% - 72px)); */
  background: #ffffff;
  border-radius: 8px;
  padding: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  /* -webkit-transform: translateY(calc(-100% - 72px));
  -moz-transform: translateY(calc(-100% - 72px));
  -ms-transform: translateY(calc(-100% - 72px));
  -o-transform: translateY(calc(-100% - 72px)); */
}

.ChatInput_fileModal__1bM3k .ChatInput_modalTitle__39mox {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}

.ChatInput_fileModal__1bM3k .ChatInput_buttons__2zgl4 {
  display: flex;
  justify-content: flex-end;
}

.ChatInput_fileModal__1bM3k .ChatInput_buttons__2zgl4 button:nth-child(2) {
  margin-left: 8px;
}

.ChatInput_fileModal__1bM3k .ChatInput_buttons__2zgl4 .ant-btn-primary {
  background: #006eeb;
  border: 0;
}

.ChatInput_fileModal__1bM3k .ChatInput_buttons__2zgl4 button:nth-child(2)[disabled] {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
}

.ChatInput_fileModal__1bM3k .ChatInput_buttons__2zgl4 button:nth-child(1):hover,
.ChatInput_buttons__2zgl4 button:nth-child(1):focus {
  color: #006eeb;
  background-color: #fff;
  border-color: #006eeb;
}

.ChatInput_selectFiles__Pln7o {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 230px;
}

.ChatInput_selectFiles__Pln7o::-webkit-scrollbar {
  display: none;
}

.ChatInput_quickActList__2828P {
  position: absolute;
  left: 0;
  width: 100%;
  transform: translateY(calc(-100% - 9px));
  padding-bottom: 12px;
}

.ChatInput_quickActList__2828P>div {
  border-radius: 8px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.ChatInput_quickActList__2828P ul {
  padding: 10px 10px 10px 6px;
}

.ChatInput_quickActList__2828P ul li {
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  padding: 0 10px 0 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #666;
}

.ChatInput_quickActList__2828P ul li img {
  width: 16px;
  display: none;
}

.ChatInput_quickActList__2828P li:hover {
  background-color: #eef4ff;
}

.ChatInput_quickActList__2828P li:hover img {
  display: block;
}

.ChatInput_quickActList__2828P ul li,
.ChatInput_quickHeader__3lOiE {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ChatInput_quickHeader__3lOiE {
  padding: 10px 20px 0 10px;
}

.ChatInput_quickHeader__3lOiE>span {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}

.ChatInput_quickHeader__3lOiE>i {
  font-size: 14px;
  color: #d8d8d8;
  cursor: pointer;
}

.ChatInput_searchInput__1gjOy .ant-input:hover {
  border-color: #006eeb;
}

.ChatInput_searchInput__1gjOy .ant-input:focus {
  border-color: #006eeb;
}

.ChatInput_searchInput__1gjOy .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #006eeb;
}

.ChatInput_fileHeader__1I3NW {
  display: flex;
  justify-content: space-between;
}

.ChatInput_fileUpload__2G-vO {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  cursor: pointer;
}

.ChatInput_fileUpload__2G-vO img {
  width: 100%;
  height: 100%;
}

.ChatInput_canClear__2ECmu {
  cursor: pointer;
  background-color: #006eeb;
}

.ChatInput_modeType__J2Soe {
  font-size: 14px;
  padding: 2px;
  padding-left: 4px;
  cursor: pointer;
  color: #666;
}

.ChatInput_modeType__J2Soe .ChatInput_arrowIcon__OqRAP {
  transform: rotate(90deg);
  margin-top: 5px;
}

.ChatInput_modeType__J2Soe:hover {
  background: #f5f7fa;
  /* color:#fff; */
  border-radius: 5px;
  padding: 2px;
  padding-left: 4px;
}

/* .actionsType {
  position: absolute;
  left: -14px;
  top: -46px;
  display: flex;
}

.actionsType span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #006eeb;
  padding: 3px 8px;
  background-color: rgba(0, 110, 235, .05);
  border-radius: 8px;
  width: fit-content;
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid #006eeb;
  position: relative;
} */

.ChatInput_actionsType__2yLFK {
  /* margin-left: 10px; */
  padding-top: 2px;
}

.ChatInput_actionsType__2yLFK span,
.ChatInput_inDepthResearch__176Rs {
  margin-right: 10px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 4px;
  border-radius: 5px;
  font-size: 14px;
  color: #666;
  /* margin-left: 10px; */
  /* background: #f5f7fa; */
}

.ChatInput_inDepthResearch__176Rs:hover {
  background: #f5f7fa;
}

.ChatInput_actionsType__2yLFK span:hover {
  background: #f5f7fa;
}

.ChatInput_actionsType__2yLFK .ChatInput_selectedTag__5zgSl,
.ChatInput_inDepthResearchSelect__2tpu4 {
  background: #006eeb;
  color: #fff;
}

.ChatInput_actionsType__2yLFK .ChatInput_selectedTag__5zgSl:hover,
.ChatInput_inDepthResearchSelect__2tpu4:hover {
  background: #006eeb;
}

.ChatInput_contentIcon__1_0y3 {
  position: absolute;
  right: -8px;
  top: -4px;
  cursor: pointer;
}

.ChatInput_settingStyle__ixYJq {
  cursor: pointer;
  font-size: 12px;
  padding: 2px;
}

.ChatInput_modeLau__1xRTi .ChatInput_arrowIcon__OqRAP {
  transform: rotate(90deg);
  margin-top: 5px;
}

.ChatInput_historyWrap__1Rwl5 {
  position: absolute;
  right: 30px;
  top: -46px;
  width: 28px;
  height: 28px;
  background-color: #c0c0c5;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.ChatInput_historyWrap__1Rwl5 img {
  width: 14px;
}

.ChatInput_modeLau__1xRTi {
  margin-left: 10px;
  font-size: 14px;
  padding: 2px;
  padding-left: 4px;
  cursor: pointer;
  display: flex;
  color: #666;
}

.ChatInput_MenuActionFileSvg__3DOgJ {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 4px;
}

.ChatInput_modeLau__1xRTi:hover {
  background: #f5f7fa;
  /* color:#fff; */
  border-radius: 5px;
  padding: 2px;
  padding-left: 4px;
}

.ChatInput_versionItem__CCZN9 {
  font-size: 14px;
  color: #666;
  cursor: pointer;
  width: 176px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  border-radius: 8px;
  padding: 0 8px;
  position: relative;
}
.ChatInput_modelListBox__2K24D .ChatInput_chatModelType__2nc8z {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #979FA5;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}
.ChatInput_versionItem__CCZN9 .ChatInput_modelName__38xVt {
  flex: 1 1;
}
.ChatInput_versionItem__CCZN9 .ChatInput_pointNum__It-GV {
  color: #1990FF;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-right: 5px;
}
.ChatInput_versionItem__CCZN9 .ChatInput_chargeModelIcon__1LZ6v {
  width: 16px;
  height: 16px;
}
.ChatInput_versionItem__CCZN9 .ChatInput_freeModelIcon__1ExxJ {
  width: 26px;
  height: 12px;
}
.ChatInput_versionItem__CCZN9:hover {
  background: #F5F5F5;
}
.ChatInput_versionItem__CCZN9:hover .ChatInput_modelDesc__1zqKu {
  display: block;
}
.ChatInput_modelDesc__1zqKu {
  font-size: 12px;
  width: 152px;
  color: #FFFFFF;
  padding: 8px;
  background-color: #0C0D19;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
  border-radius: 8px 8px 8px 8px;
  position: absolute;
  left: 180px;
  display: none;
  top: 0;
}
.ChatInput_modelDesc__1zqKu span {
  color: #9E9EA3;
}

.ChatInput_versionItem__CCZN9:last-child {
  margin-bottom: 0;
}

.ChatInput_versionItemActive__TzBjV {
  /*color: rgb(0, 130, 235);*/
  background: #E8F9FF;
}

.theme_0 .ChatInput_inputBox__jCw2J {
  background-color: var(--bgActive);
}

.theme_0 .ChatInput_inputBox__jCw2J textarea {
  background-color: var(--bgActive);
  color: var(--fontColor);
}

.theme_0 .ChatInput_inputBox__jCw2J textarea::placeholder,
.theme_0 .ChatInput_thinkingText__2-St1 {
  color: var(--fontColor) !important;
}

.theme_0 .ChatInput_modeType__J2Soe:hover,
.theme_0 .ChatInput_modeLau__1xRTi:hover {
  background-color: var(--hoverColor);
}

.theme_0 .ChatInput_quickActList__2828P div {
  background-color: var(--bgActive);
  border-radius: 4px;
}

.theme_0 .ChatInput_quickActList__2828P div .ChatInput_quickHeader__3lOiE span {
  color: var(--fontColor);
}

.theme_0 .ChatInput_quickActList__2828P div ul li span {
  color: var(--fontColor);
}

.theme_0 .ChatInput_quickActList__2828P li:hover {
  background-color: var(--hoverColor);
  color: var(--fontColor);
}

.theme_0 .ant-popover-inner {
  background-color: var(--bgActive);
}

.theme_0 .ant-popover-content > .ant-popover-arrow {
  border-right-color: var(--bgActive);
  border-bottom-color: var(--bgActive);
}

.theme_0 .ChatInput_versionItem__CCZN9 {
  color: var(--fontColor);
}

.theme_0 .ChatInput_versionItemActive__TzBjV {
  color: rgb(0, 130, 235);
}

.theme_0 .ChatInput_fileModal__1bM3k {
  background-color: var(--bgActive);
}

.theme_0 .ChatInput_fileHeader__1I3NW .ChatInput_modalTitle__39mox {
  color: var(--fontColor);
}

.theme_0 .ChatInput_searchInput__1gjOy span input {
  background: var(--hightBgColor);
  border-color: var(--borderColor);
  color: var(--fontColor);
}

.theme_0 .ChatInput_searchInput__1gjOy span input::placeholder {
  color: var(--spanColor);
}

.theme_0 .ChatInput_fileModal__1bM3k .ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: var(--spanColor) !important;
}

.theme_0 .ChatInput_buttons__2zgl4 button:first-child {
  background-color: transparent;
  color: var(--fontColor);
}

.theme_0 .ChatInput_fileModal__1bM3k .ant-tree-title {
  color: var(--fontColor);
}

.theme_0 .ChatInput_fileModal__1bM3k .ant-spin-nested-loading {
  background: transparent;
}

.theme_0 .ChatInput_fileModal__1bM3k .ant-spin-container {
  background: transparent !important;
}

@keyframes ChatInput_blink__3MhW6 {
  0% {
    border-color: #d5e9fd;
  }

  50% {
    border-color: transparent;
  }

  100% {
    border-color: #d5e9fd;
  }
}

/* 定义圆点样式 */
.ChatInput_dot__1vq64 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #d5e9fd;
  animation: ChatInput_blink__3MhW6 1s infinite;
  margin-top: 5px;
  margin-right: 2px;
}

/* 设置最里面的颜色 */
.ChatInput_dot__1vq64::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #006EEB;
}

.theme_0 .ChatInput_selectIcon__oaUJ8 svg path {
  fill: var(--fontColor) !important;
}

.theme_0 .ChatInput_selectIcon1__2Q4O3 svg path {
  fill: var(--fontColor) !important;
}

.theme_0 .ChatInput_sendIconDisabled__1efr6 svg g g g g g {
  stroke: var(--fontColor);
}

.theme_0 .ChatInput_sendIcon__gSzov svg g g g g g {
  stroke: var(--defaltColor) !important;
}

.theme_0 .ChatInput_actionsType__2yLFK span,
.theme_0 .ChatInput_modeType__J2Soe,
.theme_0 .ChatInput_modeLau__1xRTi{
  color: var(--fontColor);
}
.theme_0 .ChatInput_modeType__J2Soe .ChatInput_arrowIcon__OqRAP svg g g g polyline,
.theme_0 .ChatInput_modeLau__1xRTi .ChatInput_arrowIcon__OqRAP svg g g g polyline{
  stroke: var(--fontColor);
}


.theme_0 .ChatInput_inDepthResearch__176Rs{
  color: var(--fontColor);
}
.theme_0 .ChatInput_inDepthResearch__176Rs:hover{
  background-color: var(--hoverColor);
}

.theme_0  .ChatInput_actionsType__2yLFK span:hover{
  background-color: var(--hoverColor);
}

.theme_0 .ChatInput_selectedTag__5zgSl:hover{
  background-color: #006eeb !important;
}
