.src-containers-Search-Search-module__searchPage--1pVB1 {
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.src-containers-Search-Search-module__searchPage--1pVB1::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
}
.src-containers-Search-Search-module__searchPage--1pVB1.src-containers-Search-Search-module__darkMode--3dRVL {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}
.src-containers-Search-Search-module__searchPage--1pVB1.src-containers-Search-Search-module__darkMode--3dRVL .src-containers-Search-Search-module__searchTypeContainer--34uhA {
  background: transparent;
}
.src-containers-Search-Search-module__searchPage--1pVB1.src-containers-Search-Search-module__darkMode--3dRVL .src-containers-Search-Search-module__searchTypeBtn--8DIqo {
  color: #999;
}
.src-containers-Search-Search-module__searchPage--1pVB1.src-containers-Search-Search-module__darkMode--3dRVL .src-containers-Search-Search-module__searchTypeBtn--8DIqo:hover {
  color: #fff;
}
.src-containers-Search-Search-module__searchPage--1pVB1.src-containers-Search-Search-module__darkMode--3dRVL .src-containers-Search-Search-module__searchTypeBtn--8DIqo.src-containers-Search-Search-module__active--3OYuc {
  color: #40a9ff;
  background: transparent;
}
.src-containers-Search-Search-module__searchPage--1pVB1.src-containers-Search-Search-module__darkMode--3dRVL .src-containers-Search-Search-module__box--1_Fy1 {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.src-containers-Search-Search-module__searchPage--1pVB1.src-containers-Search-Search-module__darkMode--3dRVL .src-containers-Search-Search-module__title--7BGnR span {
  color: #fff;
}
.src-containers-Search-Search-module__searchPage--1pVB1.src-containers-Search-Search-module__darkMode--3dRVL .src-containers-Search-Search-module__inputBox--3usTj {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.src-containers-Search-Search-module__searchPage--1pVB1.src-containers-Search-Search-module__darkMode--3dRVL .src-containers-Search-Search-module__inputBox--3usTj input {
  color: #fff;
}
.src-containers-Search-Search-module__searchPage--1pVB1.src-containers-Search-Search-module__darkMode--3dRVL .src-containers-Search-Search-module__inputBox--3usTj input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.src-containers-Search-Search-module__searchPage--1pVB1.src-containers-Search-Search-module__historyMode--2SM-G {
  padding: 0;
}
.src-containers-Search-Search-module__searchPage--1pVB1 .ant-select .ant-select-selection {
  border-radius: 14px;
}
.src-containers-Search-Search-module__searchPage--1pVB1 .ant-select .ant-select-selection:hover {
  border-color: #d9d9d9;
}
.src-containers-Search-Search-module__box--1_Fy1 {
  width: 90%;
  max-width: 760px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 30px;
  position: relative;
  z-index: 1;
  animation: src-containers-Search-Search-module__slideUp--3sPP2 0.6s ease-out;
}
.src-containers-Search-Search-module__title--7BGnR {
  text-align: center;
  margin-bottom: 6px;
  position: relative;
}
.src-containers-Search-Search-module__title--7BGnR span {
  font-size: 29px;
  font-weight: 800;
  color: #222222;
  -webkit-background-clip: text;
          background-clip: text;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.src-containers-Search-Search-module__tipsContainer--2cNAi {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}
.src-containers-Search-Search-module__tipsContainer--2cNAi .src-containers-Search-Search-module__lightImage--1NHvk {
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 2;
}
.src-containers-Search-Search-module__tipsContainer--2cNAi .src-containers-Search-Search-module__lightImage--1NHvk:hover {
  transform: scale(1.3);
}
.src-containers-Search-Search-module__tipsContainer--2cNAi .src-containers-Search-Search-module__tipsImage--3VcPt {
  width: 400px;
  height: auto;
  position: absolute;
  right: 40px;
  top: -20px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px) scale(0.95);
  transition: all 0.3s ease;
  border-radius: 16px;
  z-index: 1000;
  pointer-events: none;
}
.src-containers-Search-Search-module__tipsContainer--2cNAi:hover .src-containers-Search-Search-module__tipsImage--3VcPt {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
}
@media (min-width: 1200px) {
  .src-containers-Search-Search-module__tipsContainer--2cNAi .src-containers-Search-Search-module__tipsImage--3VcPt {
    width: 500px;
  }
}
.src-containers-Search-Search-module__beta--1wBEH {
  font-size: 12px;
  margin-left: 8px;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 600;
  color: #9b999b;
  border: 1px solid #ECECEC;
}
.src-containers-Search-Search-module__inputBox--3usTj {
  border-radius: 12px;
  padding: 5px 14px 14px 14px;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  width: 760px;
  top: 8px;
}
.src-containers-Search-Search-module__inputBox--3usTj .src-containers-Search-Search-module__input--1zMDs {
  padding: 4px 5px;
  margin-top: 10px;
  resize: none !important;
  /* 隐藏滚动条 */
  white-space: pre-wrap;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
  padding: 0;
  overflow-y: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  margin-left: 5px;
}
.src-containers-Search-Search-module__inputBox--3usTj:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}
.src-containers-Search-Search-module__inputBox--3usTj:focus-within {
  box-shadow: 0 10px 25px #d9d9d9, 0 0 0 1px #200028 inset;
  background: #fff;
}
.src-containers-Search-Search-module__inputBox--3usTj input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 16px 0;
  background: transparent;
  color: #2d3748;
}
.src-containers-Search-Search-module__inputBox--3usTj input::placeholder {
  color: #999999;
  font-weight: 400;
}
.src-containers-Search-Search-module__modelBox--1XEQ6 {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  position: relative;
}
.src-containers-Search-Search-module__deepSearchBtn--tJ6bv {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  background: #fff;
  border-radius: 26px;
  font-size: 14px;
  font-weight: 500;
  color: #4a5568;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid #d9d9d9;
}
.src-containers-Search-Search-module__deepSearchBtn--tJ6bv:active {
  transform: translateY(0);
}
.src-containers-Search-Search-module__deepSearchBtn--tJ6bv.src-containers-Search-Search-module__deepSearchActive--38Y1H {
  color: #200028;
  border: 1px solid #200028;
}
.src-containers-Search-Search-module__academicToggle--11EWn {
  padding: 6px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #4a5568;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: auto;
  margin-right: 12px;
}
.src-containers-Search-Search-module__academicToggle--11EWn:hover {
  background: none;
  border-color: none;
}
.src-containers-Search-Search-module__academicToggle--11EWn.src-containers-Search-Search-module__active--3OYuc {
  background: linear-gradient(135deg, #7dd4ff 0%, #006eeb 100%);
  color: white;
  border-color: transparent;
}
.src-containers-Search-Search-module__academicSelector--2jPLf {
  position: absolute;
  background: white;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.src-containers-Search-Search-module__academicSelector--2jPLf.src-containers-Search-Search-module__show--3pGc4 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.src-containers-Search-Search-module__searchBtn--256f2 {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.src-containers-Search-Search-module__searchBtn--256f2:active {
  transform: translateY(0);
}
.src-containers-Search-Search-module__searchBtn--256f2 .anticon {
  font-size: 20px;
}
@keyframes src-containers-Search-Search-module__sparkle--jSZ_S {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}
@keyframes src-containers-Search-Search-module__rotate--1WazO {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes src-containers-Search-Search-module__slideUp--3sPP2 {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes src-containers-Search-Search-module__float---bWO6 {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
}
@media (max-width: 768px) {
  .src-containers-Search-Search-module__box--1_Fy1 {
    width: 95%;
    padding: 40px 20px;
  }
  .src-containers-Search-Search-module__title--7BGnR span {
    font-size: 36px;
  }
  .src-containers-Search-Search-module__inputBox--3usTj {
    padding: 6px 16px;
  }
  .src-containers-Search-Search-module__inputBox--3usTj input {
    font-size: 16px;
    padding: 12px 0;
  }
  .src-containers-Search-Search-module__modelBox--1XEQ6 {
    flex-wrap: wrap;
    grid-gap: 8px;
    gap: 8px;
  }
  .src-containers-Search-Search-module__deepSearchBtn--tJ6bv,
  .src-containers-Search-Search-module__academicToggle--11EWn {
    padding: 6px 12px;
    font-size: 12px;
  }
  .src-containers-Search-Search-module__searchBtn--256f2 {
    width: 40px;
    height: 40px;
  }
  .src-containers-Search-Search-module__featureCardContainer--SplM2 {
    grid-gap: 10px;
    gap: 10px;
    padding: 0 10px;
  }
  .src-containers-Search-Search-module__featureCard--m79YK {
    min-width: 140px;
    height: 100px;
  }
  .src-containers-Search-Search-module__featureCardText--alQ12 {
    font-size: 14px;
  }
  .src-containers-Search-Search-module__featureCardDesc--209VE {
    font-size: 11px;
    -webkit-line-clamp: 1;
    max-height: 14px;
  }
}
.src-containers-Search-Search-module__historyDrawer--1KdJX {
  position: fixed;
  top: 0;
  left: -100%;
  width: 480px;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  transition: left 0.3s ease-in-out;
  z-index: 1001;
}
.src-containers-Search-Search-module__historyDrawer--1KdJX.src-containers-Search-Search-module__show--3pGc4 {
  left: 0;
}
@media (max-width: 768px) {
  .src-containers-Search-Search-module__historyDrawer--1KdJX {
    width: 90%;
  }
}
.src-containers-Search-Search-module__drawerMask--3qkOX {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1000;
  animation: src-containers-Search-Search-module__fadeIn--VFV1N 0.3s ease;
}
@keyframes src-containers-Search-Search-module__fadeIn--VFV1N {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.src-containers-Search-Search-module__searchTypeContainer--34uhA {
  display: flex;
  justify-content: center;
  margin: 15px auto 20px;
  padding: 2px;
  border-radius: 26px;
  background: #F8F8F8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.src-containers-Search-Search-module__searchTypeBtn--8DIqo {
  padding: 6px 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  grid-gap: 6px;
  gap: 6px;
  font-size: 14px;
  border-radius: 26px;
  transition: all 0.3s;
  position: relative;
}
.src-containers-Search-Search-module__searchTypeBtn--8DIqo:hover {
  background: #E9E9E9;
}
.src-containers-Search-Search-module__searchTypeBtn--8DIqo.src-containers-Search-Search-module__active--3OYuc {
  color: #222222;
  background: #ffffff;
}
.src-containers-Search-Search-module__searchTypeBtn--8DIqo .src-containers-Search-Search-module__globeIcon--22yHZ {
  font-size: 14px;
  opacity: 0.8;
}
.src-containers-Search-Search-module__searchTypeBtn--8DIqo .src-containers-Search-Search-module__academicIcon--sENXT {
  font-size: 14px;
  opacity: 0.8;
}
.ant-select-dropdown-placement-bottomLeft {
  padding: 0 !important;
}
.ant-select-dropdown {
  min-width: 180px !important;
  padding: 8px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  overflow: visible !important;
  z-index: 1100 !important;
}
.ant-select-item {
  padding: 8px 16px !important;
  margin: 2px 0 !important;
  border-radius: 6px !important;
  transition: all 0.2s !important;
  position: relative !important;
  white-space: nowrap !important;
}
.ant-select-item:hover {
  background-color: #f0f0f0 !important;
  color: #333 !important;
}
.ant-select-item-option-selected {
  background: linear-gradient(135deg, #7dd4ff 0%, #006eeb 100%) !important;
  color: white !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3) !important;
}
.ant-select-item-option-selected:hover {
  background: #e0e0e0 !important;
  color: #333 !important;
}
.ant-select-item-option-selected::after {
  content: '✓';
  position: absolute;
  right: 16px;
  font-size: 16px;
}
.free-tag {
  margin-left: 8px;
  padding: 1px 6px;
  background-color: #FFEE9A;
  color: #ff7418;
  border-radius: 10px;
  font-size: 11px;
  font-weight: normal;
}
.coin-icon {
  margin-left: 8px;
  color: #7dd4ff;
  font-weight: normal;
}
.src-containers-Search-Search-module__modelSelect--1gFF5 {
  border-radius: 18px;
  background-color: #f5f5f5;
  height: 30px;
}
.src-containers-Search-Search-module__modelSelect--1gFF5 .ant-select-selector {
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.src-containers-Search-Search-module__modelSelect--1gFF5 .ant-select-selection--single {
  height: 30px;
}
.src-containers-Search-Search-module__languageSwitchBtn--P_Bj8 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 6px 10px;
  background-color: #f5f5f5;
  border-radius: 16px;
  margin-right: 10px;
  transition: all 0.3s;
}
.src-containers-Search-Search-module__languageSwitchBtn--P_Bj8:hover {
  background-color: #e0e0e0;
}
.src-containers-Search-Search-module__customTooltip--1wIIX {
  position: absolute;
  top: -330px;
  left: 50%;
  transform: translateX(13%);
  color: #ffffff;
  padding: 16px;
  border-radius: 10px;
  width: 250px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}
.src-containers-Search-Search-module__customTooltip--1wIIX.src-containers-Search-Search-module__show--3pGc4 {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.src-containers-Search-Search-module__customTooltip--1wIIX .src-containers-Search-Search-module__tooltipTitle--1lL7V {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
}
.src-containers-Search-Search-module__customTooltip--1wIIX .src-containers-Search-Search-module__tooltipContent--3xALm {
  font-size: 12px;
  line-height: 1.5;
}
.src-containers-Search-Search-module__tabItem--2ua4P {
  display: flex;
  align-items: center;
  grid-gap: 6px;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
  color: #333333;
  border: 1px solid #00000014;
}
.src-containers-Search-Search-module__tabItem--2ua4P:hover {
  background-color: #F8F8F8;
  color: #333;
}
.src-containers-Search-Search-module__tabItem--2ua4P:active {
  background-color: #e8e8e8;
  transform: scale(0.98);
}
.src-containers-Search-Search-module__featureIcon--evWyb {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-containers-Search-Search-module__featureIcon--evWyb img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.src-containers-Search-Search-module__tabText--3_Szz {
  font-size: 14px;
  white-space: nowrap;
}
.src-containers-Search-Search-module__inputWithPrefix--qqWjm {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.src-containers-Search-Search-module__inputPrefix--1H2EV {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  padding: 4px 8px;
  /* 增加左右内边距 */
  border-radius: 16px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  font-size: 15px;
  color: #0057FF;
  transition: all 0.2s ease;
  background-color: rgba(0, 87, 255, 0.05);
  border: 1px solid rgba(0, 87, 255, 0.2);
}
.src-containers-Search-Search-module__inputPrefix--1H2EV:hover {
  background-color: rgba(0, 87, 255, 0.1);
  border-color: rgba(0, 87, 255, 0.3);
}
.src-containers-Search-Search-module__inputPrefix--1H2EV:hover .src-containers-Search-Search-module__prefixBackArrow--seaf2 {
  color: #0057FF;
}
.src-containers-Search-Search-module__prefixBackArrow--seaf2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 50%;
  font-size: 14px;
  color: #0057FF;
  transition: all 0.2s ease;
}
.src-containers-Search-Search-module__loadingSpinner--2YI86 {
  width: 32px;
  height: 32px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #1890ff;
  border-radius: 50%;
  animation: src-containers-Search-Search-module__spin--ilLL5 1s linear infinite;
}
@keyframes src-containers-Search-Search-module__spin--ilLL5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.src-containers-Search-Search-module__prefixClose--1Gjn0 {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 50%;
  font-size: 8px;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
.src-containers-Search-Search-module__inputWithPrefixActive--1yHv- {
  padding-left: 0 !important;
}
.src-containers-Search-Search-module__recommendQuestions--kkk_O {
  width: 100%;
  margin-top: 8px;
  padding-top: 8px;
}
.src-containers-Search-Search-module__recommendQuestion--9yUPR {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.src-containers-Search-Search-module__recommendQuestion--9yUPR:hover {
  background-color: #f5f5f5;
}
.src-containers-Search-Search-module__questionIcon--230_8 {
  display: inline-block;
  padding: 2px 6px;
  margin-right: 8px;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 12px;
  color: #666;
}
.src-containers-Search-Search-module__questionText--7MZYS {
  flex: 1 1;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-containers-Search-Search-module__questionText--7MZYS a {
  display: none;
}
.src-containers-Search-Search-module__questionArrow--_EMIs {
  margin-left: 8px;
  color: #999;
  font-size: 14px;
}
.src-containers-Search-Search-module__aiTopicCount--1yxa3 {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.src-containers-Search-Search-module__countText--2z4Cd {
  font-size: 14px;
  color: #666666;
  margin-right: 8px;
}
.src-containers-Search-Search-module__countNumber--2X5JA {
  font-size: 14px;
  color: 666666;
  position: relative;
  top: 1px;
}
.src-containers-Search-Search-module__featureCardContainer--SplM2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 16px;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 800px;
}
.src-containers-Search-Search-module__featureCard--m79YK {
  flex: 1 1;
  min-width: 160px;
  max-width: 240px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  transition: all 0.3s ease;
  background-color: #F5F5F5;
  position: relative;
}
.src-containers-Search-Search-module__featureCard--m79YK:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  border-color: #d9d9d9;
}
.src-containers-Search-Search-module__featureCard--m79YK:active {
  transform: translateY(-2px);
}
.src-containers-Search-Search-module__featureCardContent--s1Yu_ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
  position: relative;
  z-index: 2;
}
.src-containers-Search-Search-module__featureCardText--alQ12 {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
/* 为不同卡片添加特定颜色 */
.src-containers-Search-Search-module__topic--1tp1I {
  background: linear-gradient(180deg, #FFFFFF 50%, #FBFAFF 100%);
}
.src-containers-Search-Search-module__topic--1tp1I .src-containers-Search-Search-module__featureCardText--alQ12 {
  color: #6B41E3;
  /* 紫色 */
}
.src-containers-Search-Search-module__literature--SjXgf {
  background: linear-gradient(180deg, #FFFAF7 0%, #FFFFFF 50%);
}
.src-containers-Search-Search-module__literature--SjXgf .src-containers-Search-Search-module__featureCardText--alQ12 {
  color: #FF781E;
  /* 黄色 */
}
.src-containers-Search-Search-module__download--2dUDs {
  background: linear-gradient(180deg, #FFFFFF 50%, #FAFCFF 100%);
}
.src-containers-Search-Search-module__download--2dUDs .src-containers-Search-Search-module__featureCardText--alQ12 {
  color: #1990FF;
}
.src-containers-Search-Search-module__literatureAll---gKEO {
  background: linear-gradient(180deg, #FFFCF6 0%, #FFFFFF 50%);
}
.src-containers-Search-Search-module__literatureAll---gKEO .src-containers-Search-Search-module__featureCardText--alQ12 {
  color: #F8AE00;
}
.src-containers-Search-Search-module__featureCardDesc--209VE {
  font-weight: 400;
  font-size: 11px;
  color: #999999;
  text-align: center;
  max-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  margin-top: 8px;
  font-family: PingFang SC, PingFang SC;
}
.src-containers-Search-Search-module__featureCardDesc2--3uHpN {
  font-weight: 400;
  font-size: 11px;
  color: #999999;
  text-align: center;
  max-height: 28px;
  overflow: hidden;
  display: flex;
  margin-top: 4px;
  font-family: PingFang SC, PingFang SC;
}
.src-containers-Search-Search-module__deepSearchBtn1--1xcyU {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.src-containers-Search-Search-module__deepSearchBtn1--1xcyU:hover {
  opacity: 0.8;
}
.src-containers-Search-Search-module__featureNavIcon--kPlIb {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.src-containers-Search-Search-module__featureNavIcon--kPlIb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.src-containers-Search-Search-module__featureNavIcon--kPlIb:hover {
  transform: scale(1.05);
}
.src-containers-Search-Search-module__buttonContainer--1kBCC {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
  margin-left: auto;
}
.src-containers-Search-Search-module__uploadedFilesWrapper--3L721 {
  position: relative;
  margin-bottom: 8px;
}
.src-containers-Search-Search-module__uploadedFileContainer--1Sw3g {
  display: flex;
  flex-wrap: nowrap;
  /* 不换行 */
  grid-gap: 10px;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  overflow-x: auto;
  /* 添加水平滚动 */
  -ms-overflow-style: none;
  /* IE and Edge */
  /* 完全隐藏滚动条但保留功能 */
  scrollbar-width: none;
  /* Firefox */
}
.src-containers-Search-Search-module__uploadedFileContainer--1Sw3g::-webkit-scrollbar {
  display: none;
}
.src-containers-Search-Search-module__navButton--pYqLH {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  font-size: 12px;
  color: #666;
}
.src-containers-Search-Search-module__navButton--pYqLH:hover {
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.src-containers-Search-Search-module__uploadedFile--38Og8 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 165px;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 10px;
  position: relative;
  flex-shrink: 0;
  /* 防止文件项被压缩 */
}
.src-containers-Search-Search-module__fileIcon--1dDgd {
  height: 25px;
  margin-right: 8px;
  flex-shrink: 0;
}
.src-containers-Search-Search-module__imagePreviewContainer--119Lf {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
}
.src-containers-Search-Search-module__imagePreview--29r6Q {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.src-containers-Search-Search-module__imagePreviewOverlay--Wb6ma {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
  color: white;
  font-size: 16px;
}
.src-containers-Search-Search-module__imagePreviewOverlay--Wb6ma:hover {
  opacity: 1;
}
.src-containers-Search-Search-module__fileContent--yzXr0 {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  min-width: 0;
}
.src-containers-Search-Search-module__fileName--_mwYA {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  text-align: left;
  font-weight: 500;
}
.src-containers-Search-Search-module__fileSize--3HWby {
  font-size: 12px;
  color: #999;
  margin-top: 2px;
  text-align: left;
}
.src-containers-Search-Search-module__fileRemove--3ijKO {
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  color: #fff;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.src-containers-Search-Search-module__uploadedFile--38Og8:hover .src-containers-Search-Search-module__fileRemove--3ijKO {
  opacity: 1;
}
.src-containers-Search-Search-module__fileRemove--3ijKO:hover {
  color: #fff;
  background-color: #000;
}
.src-containers-Search-Search-module__uploadBtn--xPJqT {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.src-containers-Search-Search-module__uploadBtn--xPJqT:hover {
  opacity: 0.8;
}
.src-containers-Search-Search-module__voiceBtn--3p49r {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #333;
}
.src-containers-Search-Search-module__voiceBtn--3p49r:hover {
  opacity: 0.8;
}
@keyframes src-containers-Search-Search-module__pulse--1NPqf {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 77, 79, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0);
  }
}

.SignIn_thirdSignInContainer__2mcZt {
  display: flex;
  justify-content: center;
}

.SignIn_thirdSignInContainer__2mcZt button {
  margin: 10px 20px;
}

.SignIn_sign_login_wrap__2Akbh {
  position: relative;
  width: 100%;
  height: 225px;
  padding: 40px 0 0 0;
}

.SignIn_sign_login_wrap__2Akbh .SignIn_title__3q7K_ {
  text-align: center;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 25px;
}

.SignIn_sign_login_wrap__2Akbh .SignIn_content__2zkJe {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 14px;
}

.SignIn_sign_login_wrap__2Akbh .SignIn_content__2zkJe div {
  line-height: 20px;
}

.SignIn_sign_login_wrap__2Akbh .SignIn_btns__v34LM {
  margin: 20px 0 0 0;
  text-align: center;
}

.SignIn_sign_tabs_wrap__3WDxB .ant-tabs .ant-tabs-bar {
  margin: 0 0 3px 0;
}

.SignIn_sign_tabs_wrap__3WDxB .ant-tabs-tab {
  margin-bottom: 0;
}

.SignIn_sign_tabs_wrap__3WDxB .ant-tabs-nav-wrap {
  margin-bottom: -2px;
}

.SignIn_sign_tabs_wrap__3WDxB .ant-tabs-nav .ant-tabs-tab-active span {
  /* border-bottom: 3px solid #55c0ff; */
  color: #333;
  font-weight: bolder;
}

.SignIn_sign_tabs_wrap__3WDxB .ant-tabs-nav .ant-tabs-tab:hover {
  margin: 0 0 3px 0;
}

.SignIn_sign_tabs_wrap__3WDxB .ant-tabs-large-bar .ant-tabs-nav .ant-tabs-tab {
  /* margin: 0 0 3px 0; */
  margin: 0;
  padding: 0;
  color: #ccc;
}

.SignIn_sign_tabs_wrap__3WDxB .ant-tabs-large-bar .ant-tabs-nav .ant-tabs-tab:first-child {
  padding-right: 16px;
}

.SignIn_sign_tabs_wrap__3WDxB .ant-tabs-large-bar .ant-tabs-nav .ant-tabs-tab:nth-child(2) {
  padding-right: 16px;
  padding-left: 16px;
}

.SignIn_signIn_tabs_wrap__2pDdo .ant-tabs-large-bar .ant-tabs-nav .ant-tabs-tab:first-child::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #d8d8d8;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.SignIn_signIn_tabs_wrap__2pDdo .ant-tabs-large-bar .ant-tabs-nav .ant-tabs-tab:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #d8d8d8;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.SignIn_signIn_tabs_wrap__2pDdo .ant-tabs-large-bar .ant-tabs-nav .ant-tabs-tab:last-child {
  padding-left: 16px;
}

.SignIn_sign_tabs_wrap__3WDxB .ant-tabs-ink-bar {
  display: none !important;
}

.SignIn_sign_tabs_wrap__3WDxB .ant-input::-webkit-input-placeholder {
  color: #D8D8D8;
}

.ant-form-explain {
  font-size: 12px;
}

.SignIn_signInlogo__b0eTy {
  display: flex;
  justify-content: center;
  margin-bottom: 87px;
}

.SignIn_signInlogo__b0eTy img {
  width: 200px;
  height: 25px;
  /* margin-left: 22px; */
}

.SignIn_signInFormContainer__333cj {}

.SignIn_signInFormContainer__333cj .ant-tabs-bar {
  border-bottom: none;
  display: flex;
  margin-bottom: 32px;
  /* justify-content: center;
  height:47px; */
}

.SignIn_signInFormContainer__333cj .ant-input-lg {
  font-size: 14px;
  height: 44px;
  background-color: #F5F7FA;
  border: none;
}

.SignIn_signInFormServiceTerms__2ntxM {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  /* height: 50px; */
}

.SignIn_signInFormServiceTerms__2ntxM .ant-form-item {
  /* height: 60px; */
  margin-bottom: 0;
}

.SignIn_signInFormServiceTerms__2ntxM a {
  /* text-decoration: underline; */
  /* color: #333333; */
}

.SignIn_userVersion__3QjBz {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  font-size: 14px;
  color: #666;
  /* margin-bottom: 40px; */
  line-height: 12px;
  /* background: #FFF1E3; */
  margin-left: auto;
  margin-right: auto;
}

.SignIn_userVersion__3QjBz img {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.SignIn_userVersion__3QjBz .SignIn_textSpan__D_yoK {
  color: #55C0FF;
  cursor: pointer;
}

.SignIn_passwordName__3XKtO {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
}

.SignIn_signInFormContainer__333cj .ant-form > .ant-form-item:last-child {
  /*height:41px;
  line-height: 41px;*/
  margin-bottom: 12px;
}

.SignIn_signInFormContainer__333cj .has-error .ant-form-explain {
  display: flex;
  align-items: center;
}

.SignIn_signInFormContainer__333cj .has-error .ant-input-affix-wrapper .ant-input:focus,
.SignIn_signInFormContainer__333cj .has-error .ant-input:focus {
  box-shadow: none;
}

.SignIn_gzh_title__3C94q {
  font-size: 20px;
}

.SignIn_gzh_footer__3Ajqu {
  font-size: 16px;
}

.SignIn_login_exp_modal_wrap__1-Ket {
  text-align: center;
}

.SignIn_login_exp_modal_wrap__1-Ket .ant-modal-body {
  height: 260px;
  padding: 40px 40px;
}

.SignIn_login_wehat_modal_wrap__30QY9 .ant-modal-body {
  padding: 30px 30px;
}

.SignIn_login_exp_modal_container__25cXb {}

.SignIn_login_exp_modal_title__1f80l {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.SignIn_login_exp_modal_content__2R-7R {
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  font-weight: 400;
}

.SignIn_login_exp_modal_content__2R-7R div:last-child {
  margin-top: 10px;
}

.SignIn_login_exp_modal_footer__2rT1l {
  text-align: center;
}

.SignIn_login_exp_modal_footer__2rT1l button {
  width: 320px;
  height: 44px;
  background: #55c0ff;
  color: #ffffff;
  font-size: 16px;
  padding: 0;
}

.SignIn_login_exp_modal_footer__2rT1l button:hover {
  background: #55c0ff;
  color: #ffffff;
}

.SignIn_login_exp_modal_content__2R-7R a {
  color: #55c0ff
}

.SignIn_loginDesc__2GAf5 .ant-form-item-children {
  display: flex;
  flex-direction: column;
}


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

.SignIn_autoSigninWrap__3HHkw input {
  margin-right: 8px;
}

.SignIn_copyright__D17AL {
  text-align: center;
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 25px;
  padding: 80px 0 40px;
}

.ant-form-item-control {
  line-height: unset;
}

.SignIn_modeChange__2yXxQ {
  color: #55c0ff;
}

.SignIn_modeChange__2yXxQ:hover {
  color: #55c0ff;
  cursor: pointer;
}

.SignIn_registerSuccessModal__1uiJ5 .ant-modal-body {
  padding: 26px;
}


.SignIn_signInWarp__KhDPJ {
  padding: 25px 32px 32px;
  /* box-shadow: 0px 4px 49px 0px #EBF5FF;
  border-radius: 6px; */
  width: 395px;
  height: 525px;
}

.SignIn_goToRegister__15Vgw {
  margin-bottom: 16px;
}

.SignIn_signInFormContainer__333cj .SignIn_loginDesc__2GAf5.ant-form-item {
  margin-bottom: 20px !important;
}

.SignIn_link__1CFYP {
  position: relative;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #55c0ff;
  font-family: PingFangSC-Medium, PingFang SC;
}

.SignIn_link__1CFYP::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #55c0ff;
  border-right: 2px solid #55c0ff;
  transform: rotate(45deg) translateY(-50%);
  border-radius: 2px;
  right: 3px;
  top: 50%;

}


.SignIn_wrap__3rYJx {
  height: 600px;
  width: 100%;
  padding: 10px;
  overflow-y: scroll;
}

.SignIn_head__15HMh {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.SignIn_time__dc50D {
  font-size: 20px;
  color: #ff4242;
  text-align: center;
}

.SignIn_textF__q05fw {
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  font-weight: Regular;
}


.SignIn_wrapClassName__1BgpU .ant-modal-body ::-webkit-scrollbar {
  display: none;
}

.SignIn_signInWarpDefault__1Ydip {
  padding: 25px 32px 32px;
  border-radius: 6px;
  box-shadow: 0px 4px 49px 0px #EBF5FF;
  width: 395px;
}

.SignIn_mobSignTab__kq_qM .ant-tabs-large-bar .ant-tabs-nav .ant-tabs-tab:nth-child(2)::after {
  display: none;
}
.SignInWechat_wechatContainer__3zlGH {
    text-align: center;
}

.SignInWechat_title__1hKnc {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
}

.SignInWechat_titleTip__2EW1T {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.SignInWechat_qrCodeContainer__3mX7S {
    display: flex;
    justify-content: center;
}
.SignInWechat_qrCodeContainerCenter__253mf {
    justify-content: center;
}
.SignInWechat_footer__2mXZ9 {
    font-size: 16px;
    font-weight: 400;
    color: #4C8CFB;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SignInWechat_footerType1__3KRo8 {
    margin-top: 10px;
}

.SignInWechat_footer__2mXZ9 span {
    cursor: pointer;
}

.SignInWechat_footer__2mXZ9 span.SignInWechat_toRegister__11z-d {
    color: #55C0FF;
}

.SignInWechat_footerText__2fs8e {
    color: #666666;
    cursor: unset;
}

.SignInWechat_footerAction__1tCdq {
    margin-right: 12px;
    cursor: pointer;
}

.SignInWechat_footerAction__1tCdq.SignInWechat_active__1V-9Z {
    background: #0082EB;
}
.theme_0 .SignInWechat_wechatContainer__3zlGH .SignInWechat_title__1hKnc{
    color: var(--fontColor);
}

.SignInWechat_qrCodeWrap__35DCm img{
    width: 200px;
    height: 200px;
}

.SignInWechat_timeOutWrap__1d6I7{
    width: 260px;
    height: 200px;
    z-index: 99;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    padding: 36% 0;
    cursor: pointer;
}

.SignInWechat_timeOutWrap__1d6I7 p {
    color: #333333;
    font-weight: 500;
}

.SignInDynamic_dynamicForm__1x-vq {
  padding: 0 10px;
}

.SignInDynamic_inputWrapper__2Z3Cd {
  position: relative;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
}

.SignInDynamic_iconWrapper__OqM8j {
  width: 40px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 8px 0 0 8px;
  border: 1px solid #e8e8e8;
  border-right: none;
}

.SignInDynamic_formItem__1ac7X {
  flex: 1 1;
  margin-bottom: 0 !important;
}

.SignInDynamic_phoneInput__2DnCD, .SignInDynamic_codeInput__2Gqy- {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.SignInDynamic_codeGroup__1-Zzf {
  display: flex;
  width: 100%;
}

.SignInDynamic_codeBtn__2MPYN {
  position: relative;
  overflow: hidden;
}

.SignInDynamic_codeBtn__2MPYN::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.6s;
  z-index: 0;
}

.SignInDynamic_codeBtn__2MPYN:hover::before {
  left: 100%;
}

.SignInDynamic_submitBtn__2eOAY {
  height: 46px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  /* background: linear-gradient(to right, #0057FF, #55C0FF) !important; */
  border: none !important;
  /* box-shadow: 0 5px 15px rgba(24, 144, 255, 0.3) !important; */
  transition: all 0.3s ease !important;
}


/* 错误提示样式优化 */
.SignInDynamic_dynamicForm__1x-vq .ant-form-explain {
  margin-top: 4px;
  font-size: 12px;
}

/* 输入框获取焦点时的样式 */
.SignInDynamic_dynamicForm__1x-vq .ant-input:focus {
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2) !important;
  border-color: #1890ff !important;
}

/* 输入框动画效果 */
.SignInDynamic_phoneInput__2DnCD, .SignInDynamic_codeInput__2Gqy- {
  transition: all 0.3s ease !important;
}

/* 添加响应式样式 */
@media (max-width: 576px) {
  .SignInDynamic_codeGroup__1-Zzf {
    flex-direction: column;
  }
  
  .SignInDynamic_codeInput__2Gqy- {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  
  .SignInDynamic_codeBtn__2MPYN {
    width: 100% !important;
  }
} 
.SmartListTable_tableContainer__1mpgT {
  padding: 13px 30px 0 24px;
}

.SmartListTable_header__3ESNi {
  position: relative;
  padding-right: 26px;
  margin-bottom: 14px;
  display: flex;
}

.SmartListTable_icons__2g6nD {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  margin-top: 10px;
  height: 16px;
  line-height: 16px;
}

.SmartListTable_input__2JU2J {
  width: 280px;
  position: relative;
}

.SmartListTable_input__2JU2J input {
  width: 280px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #dee0e3;
}

.SmartListTable_input__2JU2J .ant-input-suffix {
  /* right: 35px; */
}

.SmartListTable_input__2JU2J .ant-input-affix-wrapper .ant-input:not(:last-child) {
  /* padding-right: 50px; */
  font-size: 12px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-thead > tr {
  background: #f5f7fa !important;
  color: #666666 !important;
  line-height: 0px;
  font-weight: 400 !important;
  height: 40px !important;
  font-size: 14px !important;
}

.SmartListTable_tableContainer__1mpgT .ant-table-container ::-webkit-scrollbar {
  /* display: none; */
}

.SmartListTable_tableInfo__3bchZ .ant-table-thead th {
  border: none !important;
  position: relative;
  color: #666666 !important;
  /* padding-left: 10px !important; */
}

.SmartListTable_tableInfo__3bchZ .ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-thead > tr:last-child > th:last-child {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-placeholder {
  border-top: none !important;
  margin-top: 14px !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-tbody {
  border-top: none !important;
  margin-top: 14px !important;
}

/* .tableInfo
  :global(.ant-table-thead
    > tr
    > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before) {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6em;
  background-color: #0000000f;
  transform: translateY(-50%);
  transition: background-color 0.3s;
  content: "";
} */

.SmartListTable_tableInfo__3bchZ .react-resizable::-webkit-scrollbar-thumb {
  display: none;
}

.SmartListTable_tableInfo__3bchZ .react-resizable::-webkit-scrollbar {
  display: none;
}

.SmartListTable_tableInfo__3bchZ .react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: move;
}

.SmartListTable_tableInfo__3bchZ .react-resizable-handle {
  position: absolute;
  width: 10px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom right;
  border-right: 1px solid #ccc;
  margin: 10px 0px;
  padding: 0px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-tbody tr td {
  border: none;
  border-bottom: 1px solid #eeeff1;
  padding-left: 12px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-tbody tr td ul li {
  font-size: 12px !important;
  color: #55c0ff !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-column-title {
  font-size: 12px !important;
  color: #666666 !important;
  font-weight: 400 !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-column-has-sorters:hover {
  background: none !important;
}

.SmartListTable_columnModal__UnnOD {
  width: auto;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(222, 222, 222, 0.5);
  border-radius: 4px;
  position: absolute;
  right: 26px;
  top: 59px;
  padding: 12px 0 0 12px;
  z-index: 999999;
}

.SmartListTable_checkBoxGroup__3J7jf {
  margin-top: 9px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.SmartListTable_tableInfo__3bchZ .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #fff;
}

.SmartListTable_tableInfo__3bchZ .ant-checkbox {
  top: 0
}

.SmartListTable_checkBoxGroup__3J7jf .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0 !important;
}

.SmartListTable_checkBoxGroup__3J7jf .ant-checkbox-wrapper {
  margin-bottom: 8px !important;
  height: 17px;
  margin-left: 8px;
  font-size: 12px;
  padding-top: 4px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-body::-webkit-scrollbar {
  /* display: none; */
  height: 10px;
  width: 0;
}

.SmartListTable_tableInfo__3bchZ .ant-table-header .ant-table-cell p {
  width: calc(100% - 15px);
  cursor: move;
  margin-left: 5px;
}

.SmartListTable_ant-table__2HF-x thead>tr>th {
  margin-right: 10px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-header {
  /* Firefox私有属性 */
  -webkit-user-select: none;
  /* WebKit内核私有属性 */
  /* IE私有属性(IE10及以后) */
  /* KHTML内核私有属性 */
  -o-user-select: none;
  /* Opera私有属性 */
  user-select: none;
  /* CSS3属性 */
}

.SmartListTable_tableInfo__3bchZ .ant-table-row {
  cursor: move !important;
  position: relative;
}

/*
:global(.theme_0) .tableInfo :global(.ant-table-row[draggable]) {
  filter: invert(68%) contrast(280%) brightness(90%) hue-rotate(180deg);
}
:global(.theme_0) .tableInfo :global(.ant-table-row[draggable]) .fileTagList,
:global(.theme_0) .tableInfo :global(.ant-table-row[draggable]) :global(.ant-checkbox),
:global(.theme_0) .tableInfo :global(.ant-table-row[draggable]) img {
  filter: invert(68%) contrast(280%) brightness(90%) hue-rotate(180deg);
} */
.SmartListTable_checkItem__2yLm8 {
  display: flex;
  line-height: 14px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-body .ant-table-selection-column .ant-checkbox-wrapper {
  display: none;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row:hover .ant-checkbox-wrapper {
  display: block;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row:hover.ant-table-row::after {
  display: block;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row:hover.ant-table-row > td:nth-child(2)::after {
  display: block;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row:hover td {
  background: none;
}

.SmartListTable_tableInfo__3bchZ .ant-table-tbody > tr > td {
  background: rgba(255, 255, 255, 0) !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-tbody > tr > td:hover {
  background: none !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-tbody > .ant-table-row-selected {
  background: #f0f9ff;
}

/* .tableInfo :global(.ant-table-row::after) {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translate(10px, -8px);
  background: none;
  background-image: url("../assets/leftNavSider/smartListMove.svg") !important;
  display: none;
} */

.SmartListTable_tableInfo__3bchZ .ant-table-tbody > tr > td.ant-table-column-sort {
  background: none !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row > td:nth-child(2) {
  position: relative;
}

/* .tableInfo :global(.ant-table-row > td:nth-child(2)::after) {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: -19px;
  top: 50%;
  transform: translate(10px, -8px);
  background: none;
  background-image: url("../assets/leftNavSider/smartListPreview.svg") !important;
  display: none;
  cursor: pointer;
} */

.SmartListTable_tableInfo__3bchZ .ant-table-row > td > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* word-break: break-all; */
  cursor: pointer;
  line-height: 1.2em;
  /* 每行文本的行高 */
  max-height: 5.8em;
}

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

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

/* .tableInfo :global(.ant-table-row td:nth-child(2) ) {
  font-size: 14px;
} */

.SmartListTable_tableInfo__3bchZ .ant-table-row td:not(:nth-child(2) span) {
  font-size: 12px;
  color: #666666;
}

.SmartListTable_tableInfo__3bchZ .ant-rate-star:not(:last-child) {
  margin-right: 0;
}

.SmartListTable_cusTagItemDelete__34-ik {
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
  display: none;
  color: #55c0ff;
  background: #fff;
  border-radius: 100%;
  font-size: 12px;
}

.SmartListTable_fileTagList__2DoO3 {
  /* width: calc(100% - 100px); */
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  height: 30px;
}

.SmartListTable_fileTagList__2DoO3 .SmartListTable_fileTagItem__2g9K9 {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
}

.SmartListTable_fileTagList__2DoO3 .SmartListTable_fileTagItem__2g9K9:hover .SmartListTable_cusTagItemDelete__34-ik {
  display: block;
}

.SmartListTable_fileTagList__2DoO3 .SmartListTable_fileTagItem__2g9K9 .SmartListTable_tagName__3ijL7 {
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 2px;
  font-size: 12px;
  padding: 0 6px;
  line-height: 20px;
  margin-right: 10px;
  color: #666666;
  display: inline-block;
}

.SmartListTable_fileTagList__2DoO3 .SmartListTable_fileTagItem__2g9K9 .SmartListTable_userTagename__gzZRv {
  height: 22px;
  line-height: 22px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row td {
  height: 40px !important;
}

.SmartListTable_tableInfo__3bchZ .ant-table-placeholder {
  border-bottom: none;
}

.SmartListTable_noPage__23KIW {
  width: 484px;
  height: 233px;
  background: #fafafa;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 120px;
}

.SmartListTable_noPage__23KIW img {
  width: 100%;
  height: 100%;
}

.SmartListTable_tableInfo__3bchZ .ant-badge-status-text {
  font-size: 12px !important;
  color: #666666;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row .ant-table-selection-column {
  padding: 0;
}

.SmartListTable_tableInfo__3bchZ .ant-table colgroup > col.ant-table-selection-col {
  width: 30px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-column-sorter i {
  font-size: 8px !important;
  margin-top: 4px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters::before {
  display: none;
}

.SmartListTable_tableInfo__3bchZ .ant-table-thead > tr > th.ant-table-column-sort {
  background: none;
}

.SmartListTable_tableInfo__3bchZ .ant-badge-status-dot {
  width: 8px;
  height: 8px;
}

.SmartListTable_tableInfo__3bchZ .ant-table-row > td:nth-child(2) > div > div {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  /* word-break: break-all; */
  cursor: pointer;
}

.SmartListTable_toastTitle__rVO9- {
  /* width: 202px; */
  height: 24px;
  background: #ecf8ff;
  border-radius: 5px;
  margin-left: 12px;
  color: #0082eb;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  margin-top: 5px;
  padding: 0 5px;
}

.SmartListTable_toastTitle__rVO9- span {
  margin-left: 2px;
}

.SmartListTable_exportMenu__3xaku {
  padding: 8px !important;
}

.SmartListTable_exportMenu__3xaku .ant-dropdown-menu-item {
  background: #f5f7fa;
  border-radius: 4px;
}

.SmartListTable_exportMenu__3xaku .SmartListTable_exportMenuItem__2dhAt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 11px;
  border-radius: 4px;
  color: #666666;
  font-size: 12px;
  width: 213px;
  height: 35px;
}

.SmartListTable_exportMenu__3xaku .SmartListTable_exportMenuItem__2dhAt img {
  height: 24px;
  width: 24px;
  margin-right: 7px;
}

.SmartListTable_exportMenu__3xaku .SmartListTable_exportMenuItem__2dhAt:hover {
  background: #ddf0fa;
  color: #333333;
}

.SmartListTable_exportMenu__3xaku .SmartListTable_exportMenuItem__2dhAt .SmartListTable_exportLeft__3hyW2 {
  display: none;
  width: 16px;
  height: 12px;
}

.SmartListTable_exportMenu__3xaku .SmartListTable_exportMenuItem__2dhAt:hover .SmartListTable_exportLeft__3hyW2 {
  display: block;
}


.SmartListTable_shareFilesModal__3q442 {
  position: relative;
}

.SmartListTable_shareFilesModal__3q442::before {
  position: absolute;
  content: "";
  width: 62px;
  height: 4px;
  background: #55c0ff;
  top: -23px;
}

.SmartListTable_shareFilesModal__3q442 p {
  font-size: 12px;
  color: #999;
}

.SmartListTable_shareFilesModal__3q442>div {
  text-align: right;
}

.SmartListTable_shareFilesModal__3q442 button {
  background-color: #55c0ff;
  border-color: #55c0ff;
  color: #fff;
}

.SmartListTable_toolButton__1Nz63.SmartListTable_disabled__APSHx {
  /* pointer-events: none; */
  cursor: default;
  opacity: 0.5;
}

.SmartListTable_exportView__2hyou {
  display: flex;
  height: 16px;
  line-height: 16px;
  text-align: center;
}

.SmartListTable_wrapClassName__hzIq3 .ant-modal-content {
  height: 460px;
}

.SmartListTable_tableInfo__3bchZ .darkRow {
  background: #fafafa;
}


.SmartListTable_pdfFileInfoPannel__2u41c {
  position: fixed;
  right: 0;
  top: 56px !important;
  padding-top: 10px;
  width: 530px;
  background: #ffffff;
  z-index: 99;
  box-shadow: -3px 3px 2px 0px rgba(153, 153, 153, 0.2);
  height: calc(100% + 60px);
  max-height: calc(100% - 56px);
  border: 1px solid #f7f7f7;
  overflow-y: hidden;
  overflow-x: hidden;
}

.theme_0 .SmartListTable_input__2JU2J .ant-input {
  background-color: var(--headerbgColor);
  border-color: var(--borderColor);
}

.theme_0 .SmartListTable_toastTitle__rVO9- {
  background-color: var(--headerbgColor);
  color: var(--fontColor);
}

.theme_0 .SmartListTable_tableInfo__3bchZ th,
.theme_0 .SmartListTable_tableInfo__3bchZ tr,
.theme_0 .SmartListTable_tableInfo__3bchZ .ant-table-header {
  background: var(--bgColor) !important;
}

.theme_0 .SmartListTable_tableInfo__3bchZ .ant-table-column-title {
  color: var(--spanColor) !important;
}

.theme_0 .SmartListTable_tableInfo__3bchZ .ant-table-row-cell-break-word div div {
  color: var(--fontColor) !important;
}

.theme_0 .SmartListTable_tableInfo__3bchZ td {
  border-bottom: 1px solid var(--borderColor) !important;
}

.theme_0 .SmartListTable_tableInfo__3bchZ .ant-table-body::-webkit-scrollbar {
  /* display: none; */
  height: 10px;
  width: 0;
  background-color: var(--bgColor);
}

.theme_0 .ant-modal-content>.ant-modal-header {
  background-color: var(--bgActive);
  border-bottom: 1px solid var(--borderColor);
}

.theme_0 .ant-modal-content>.ant-modal-header>.ant-modal-title {
  color: var(--fontColor);
}

.theme_0 .SmartListTable_header__3ESNi .SmartListTable_input__2JU2J .ant-input {
  background-color: var(--bgColor);
  border: 1px solid var(--borderColor) !important;
}

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

.theme_0 .ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before {
  background-color: var(--hoverColor);
  color: var(--fontColor);
}

/* :global(.theme_0) :global(.ant-dropdown-menu-item){
  background-color: var(--bgColor);
} */
.theme_0 .ant-dropdown-menu-item .SmartListTable_exportMenuItem__2dhAt {
  color: var(--fontColor);
}

.theme_0 .SmartListTable_exportMenuItem__2dhAt:hover {
  background-color: transparent;
}

/* :global(.theme_0) :global(.ant-dropdown-menu-item):hover{
  background-color: var(--borderColor);
} */

.theme_0 .SmartListTable_columnModal__UnnOD {
  background-color: var(--borderColor);
  box-shadow: none;
}

.theme_0 .SmartListTable_columnModal__UnnOD>div,
.theme_0 .SmartListTable_checkItem__2yLm8 .ant-checkbox-wrapper span {
  color: var(--fontColor);
}

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

.theme_0 .ant-badge-status-text {
  color: var(--fontColor);
}


.theme_0 .ant-table-column-has-actions {
  color: var(--fontColor);
}

.theme_0 .SmartListTable_fileTagList__2DoO3 .SmartListTable_fileTagItem__2g9K9 .SmartListTable_tagName__3ijL7 {
  background: transparent;
}

.theme_0 .SmartListTable_input__2JU2J input {
  color: var(--fontColor) !important;
}

.theme_0 .SmartListTable_input__2JU2J .ant-input-suffix i svg {
  fill: var(--fontColor) !important;
}

.theme_0 .SmartListTable_input__2JU2J .ant-input-suffix .anticon i svg {
  fill: var(--fontColor) !important;
}

.theme_0 .SmartListTable_input__2JU2J .ant-input::-webkit-input-placeholder {
  color: var(--spanColor);
}


.theme_0 .SmartListTable_tableInfo__3bchZ .ant-table-tbody tr td ul .ant-rate-star-zero i svg {
  fill: var(--spanColor) !important;
}

.theme_0 .SmartListTable_tableInfo__3bchZ .ant-table-tbody tr td ul .ant-rate-star-full i svg {
  fill: var(--rateColor) !important;
}

.theme_0 .ant-table-placeholder {
  background-color: transparent;
}

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

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


.theme_0 .ant-table-body::-webkit-scrollbar-thumb {
  background-color: var(--borderColor) !important;
}

.theme_0 .SmartListTable_authorTitle__2kuOD,
.theme_0 .SmartListTable_timeTitle__2hmjw,
.theme_0 .SmartListTable_sourceTitle__2tANT,
.theme_0 .SmartListTable_tableTitle__pdegA {
  color: var(--fontColor);
}

.theme_0 .react-resizable-handle {
  border-right: 1px solid var(--spanColor)
}

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

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

.theme_0 .SmartListTable_pdfFileInfoPannel__2u41c {
  background-color: var(--bgColor);
  border-color: var(--borderColor);
  box-shadow: none;
}

.theme_0 .SmartListTable_exportMenu__3xaku,
.theme_0 .SmartListTable_exportMenu__3xaku li,
.theme_0 .SmartListTable_exportWrP__2e-2f {
  background-color: var(--bgActive);
}

.theme_0 .SmartListTable_exportMenu__3xaku li:hover,
.theme_0 .SmartListTable_exportWrP__2e-2f li:hover {
  background-color: var(--hoverColor)
}


.theme_0 .SmartListTable_wrapClassName__hzIq3 input {
  background-color: var(--bgColor);
  border: 1px solid var(--borderColor) !important;
}

.theme_0 .SmartListTable_input__2JU2J .ant-input-suffix i svg g g path {
  fill: var(--fontColor);
}

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

.theme_0 .SmartListTable_exportView__2hyou i svg g g g line {
  stroke: var(--fontColor);
}

.theme_0 .SmartListTable_toolButton__1Nz63 .SmartListTable_toolNoSelect__2VDlU i svg g g g g {
  stroke: var(--fontColor);
}

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

.theme_0 .SmartListTable_viewDiv2__1H8Gy i svg g g g g path {
  stroke: var(--fontColor);
}


.theme_0 .SmartListTable_viewDiv2__1H8Gy i svg g g g g path {
  stroke: var(--fontColor);
}

.theme_0 .SmartListTable_viewDiv2__1H8Gy i svg g g g g g ellipse {
  stroke: var(--fontColor);
}

.theme_0 .SmartListTable_viewDiv2__1H8Gy i svg g g g g line {
  stroke: var(--fontColor);
}

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

.theme_0 .SmartListTable_userBTagename__onEyq{
  color: var(--fontColor) !important;
  background: var(--bgActive) !important;
}

.theme_0 .SmartListTable_sysTagename__1Tv4b{
  background: transparent !important;
}
.SearchFileContentPanel_container__1d8eR {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
  border-left: 1px solid #e8e8e8;
}

.SearchFileContentPanel_searchInput__B6Q7H {
  margin-left: 15px;
  margin-right: 15px;
}

.SearchFileContentPanel_searchInput__B6Q7H .ant-input-search {
  margin-left: 0;
}

.SearchFileContentPanel_searchInput__B6Q7H .ant-input-group-addon {
  background: white;
}

.SearchFileContentPanel_searchInput__B6Q7H .ant-input {
  border-color: #55c0ff;
  border-width: 2px;
}

.SearchFileContentPanel_searchInput__B6Q7H .ant-input-group .ant-input:hover,
.SearchFileContentPanel_searchInput__B6Q7H .ant-input-group .ant-input:focus {
  z-index: 0;
  border: 1px solid #55c0ff;
}

.SearchFileContentPanel_searchInput__B6Q7H .ant-input-affix-wrapper .ant-input-suffix {
  right: 7px;
}

.SearchFileContentPanel_topWraps__je2ay .ant-input-group-addon:hover .ant-btn:hover {
  background-color: white;
}

.SearchFileContentPanel_topWrapsCata__1uJMS .ant-btn {
  /* width: 42px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.SearchFileContentPanel_topWrapsCataLog__2io4i .ant-input {
  padding-left: 12px !important;
}

.SearchFileContentPanel_searchInput__B6Q7H .ant-input-clear-icon {
  position: absolute;
  right: 20px;
  display: block;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_tabList__2Hylg .ant-tabs-tab-prev,
.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_tabList__2Hylg .ant-tabs-tab-next {
  color: #333;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_tabList__2Hylg .ant-tabs-tab-btn-disabled {
  color: #fff;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_searchInput__B6Q7H .ant-btn-primary {
  background-color: white;
  border-color: white;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_searchInput__B6Q7H .ant-btn-primary i {
  font-size: 20px;
  color: #999;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_searchInput__B6Q7H .ant-input-group-addon:hover .ant-btn:hover {
  background-color: white;
  border-color: white;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_cataLogListBtn__2xQi5:hover {
  border-color: #4c8cfb;
  color: #4c8cfb;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_catalogBtn2__2DmWL:hover,
.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_catalogBtn2__2DmWL {
  border-color: #d8d8d8;
  color: #999999;
  border-width: 1px;
  width: 268px;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_searchInput__B6Q7H .ant-input,
.SearchFileContentPanel_container__1d8eR .ant-input-affix-wrapper:hover .ant-input {
  border-color: #d8d8d8;
  border-width: 1px;
  /* width: 440px; */
  padding-left: 100px;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_tabList__2Hylg .ant-tabs-nav .ant-tabs-tab-active span {
  border-bottom-color: #4c8cfb;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_tabList__2Hylg .ant-tabs-nav .ant-tabs-tab,
.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_tabList__2Hylg .ant-tabs-nav .ant-tabs-tab:hover {
  margin-right: 5px;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_tabList__2Hylg {
  position: relative;
  /* top: -10px; */
}

.SearchFileContentPanel_isWord__ijT1F .SearchFileContentPanel_searchInput__B6Q7H .ant-btn-primary {
  background-color: #0278bd;
  border-color: #0278bd;
}

.SearchFileContentPanel_isWord__ijT1F .SearchFileContentPanel_searchInput__B6Q7H .ant-input-group-addon:hover .ant-btn:hover {
  background-color: #0278bd;
  border-color: #0278bd;
}

.SearchFileContentPanel_isWord__ijT1F .SearchFileContentPanel_cataLogListBtn__2xQi5:hover {
  border-color: #0278bd;
  color: #0278bd;
}

.SearchFileContentPanel_isWord__ijT1F .SearchFileContentPanel_catalogBtn2__2DmWL:hover,
.SearchFileContentPanel_isWord__ijT1F .SearchFileContentPanel_catalogBtn2__2DmWL {
  border-color: #0278bd;
  color: #0278bd;
}

.SearchFileContentPanel_isWord__ijT1F .SearchFileContentPanel_searchInput__B6Q7H .ant-input,
.SearchFileContentPanel_isWord__ijT1F .ant-input-affix-wrapper:hover .ant-input {
  border-color: #0278bd;
}

.SearchFileContentPanel_isWord__ijT1F .SearchFileContentPanel_tabList__2Hylg .ant-tabs-nav .ant-tabs-tab-active span {
  border-bottom-color: #0278bd;
}

/*
.isPpt .searchInput :global(.ant-btn-primary){
  background-color:#FA8253;
  border-color:#FA8253
}

.isPpt .searchInput :global(.ant-input-group-addon:hover .ant-btn:hover){
  background-color:#FA8253;
  border-color:#FA8253
}
.isPpt .cataLogListBtn:hover{
  border-color:#FA8253;
  color:#FA8253;
}
.isPpt .catalogBtn2:hover,.isPpt .catalogBtn2{
  border-color:#FA8253;
  color:#FA8253;
}

.isPpt .searchInput :global(.ant-input),.isPpt :global(.ant-input-affix-wrapper:hover .ant-input){
  border-color:#FA8253
}

.isPpt .tabList :global(.ant-tabs-nav .ant-tabs-tab-active span){
  border-bottom-color:#FA8253 ;
}*/

/*
.isExl .searchInput :global(.ant-btn-primary){
  background-color:#0BAC63 ;
  border-color:#0BAC63
}

.isExl .searchInput :global(.ant-input-group-addon:hover .ant-btn:hover){
  background-color:#0BAC63 ;
  border-color:#0BAC63
}

.isExl .cataLogListBtn:hover{
  border-color:#0BAC63;
  color:#0BAC63;
}
.isExl .catalogBtn2:hover,.isExl .catalogBtn2{
  border-color:#0BAC63;
  color:#0BAC63;
}

.isExl .searchInput :global(.ant-input),.isExl :global(.ant-input-affix-wrapper:hover .ant-input){
  border-color:#0BAC63
}

.isExl .tabList :global(.ant-tabs-nav .ant-tabs-tab-active span){
  border-bottom-color:#0BAC63 ;
}*/

.SearchFileContentPanel_catalogBtn__2GndW {
  /* width:46px; */
  height: 34px;
  border-radius: 2px;
  /*border:1px solid rgba(221,221,221,1);*/
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 15px;
}

.SearchFileContentPanel_catalogBtn__2GndW img {
  width: 30px;
  height: 30px;
}

.SearchFileContentPanel_catalogBtn__2GndW:hover {
  /*border:1px solid rgba(85,192,255,1);*/
  font-weight: 500;
  color: rgba(0, 161, 255, 1);
}

.SearchFileContentPanel_cataLogListBtn__2xQi5 {
  width: 140px;
  height: 32px;
  border-width: 2px;
}

.SearchFileContentPanel_catalogBtn2__2DmWL {
  color: #55c0ff;
  background-color: #fff;
  border-color: #55c0ff;
}

.SearchFileContentPanel_catalogBtn2__2DmWL img {
  vertical-align: sub;
  margin-right: 5px;
}

.SearchFileContentPanel_list__3omJR {
  padding: 0 0px;
  background-color: #f5f7fa;
}

.SearchFileContentPanel_topWraps__je2ay {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 0 10px; */
  height: 72px;
  position: relative;
}

.SearchFileContentPanel_openSearchCheck__2cmie {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 20px;
  right: 100px;
  cursor: pointer;
  background-color: #55c0ff;
  z-index: 0;
}

.SearchFileContentPanel_openSearchCheck__2cmie i:first-child {
  font-size: 22px;
  position: absolute;
  top: 6px;
  right: 4px;
  color: #ffffff;
}

.SearchFileContentPanel_openSearchCheck__2cmie i:last-child {
  position: absolute;
  top: 7px;
  right: -8px;
  font-size: 8px;
  color: #999999;
  position: absolute;
  top: 12px;
  right: -4px;
  color: #ffffff;
}

.SearchFileContentPanel_searchCheckWrap__1Bd1b {
  position: absolute;
  top: 42px;
  right: 0;
  width: 300px;
  z-index: 99;
}

.SearchFileContentPanel_container__1d8eR .ant-tabs-content {
  height: calc(100% - 44px);
}

.SearchFileContentPanel_listItemWrap__1hhHZ {
  height: calc(100% - 34px);
  overflow: auto;
  background-color: #fff;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_listItem__3EMQc {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;

  background-color: white;
  border-bottom: none;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_listNormalExtendTitle__EBZQ6 {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  background-color: #f5f7fa;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_listNormalExtendTitle__EBZQ6 .SearchFileContentPanel_noNormalResult__3oUbh {
  text-align: center;
  padding: 20px;
  position: relative;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_listNormalExtendTitle__EBZQ6 .SearchFileContentPanel_noNormalResult__3oUbh div {
  width: 110px;
  height: 1px;
  background-color: #999999;
  color: #999999;
  position: absolute;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_listNormalExtendTitle__EBZQ6 .SearchFileContentPanel_noNormalResult__3oUbh .SearchFileContentPanel_lineLeft__1GWlu {
  top: 30px;
  left: 15px;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_listNormalExtendTitle__EBZQ6 .SearchFileContentPanel_noNormalResult__3oUbh .SearchFileContentPanel_lineRight__wSVLY {
  top: 30px;
  right: 15px;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_listExtendTitle__2HA47 {
  padding: 10px 16px;
}

.SearchFileContentPanel_listItemFull__3gCoq img {
  width: 100%;
  height: 197px;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_listImgItem__3mmDG {
  display: inline-block;
  width: calc(50%);
  vertical-align: middle;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_listImgItemLeft__3V0_C {
  padding-left: 10px;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_listImgItemRight__1xVhQ {
  padding-right: 10px;
}

.SearchFileContentPanel_listImgItem__3mmDG img {
  width: 100%;
  height: 105px;
}

.SearchFileContentPanel_listItemFull__3gCoq {
  width: 100%;
  /* height:220px; */
}

.SearchFileContentPanel_listItemFull__3gCoq .SearchFileContentPanel_imgName__2GxcN span {
  width: 100%;
}

.SearchFileContentPanel_imgBox__2m4iD {
  position: relative;
}

.SearchFileContentPanel_imgName__2GxcN,
.SearchFileContentPanel_imgFuncBox__3m0KQ {
  display: none;
}

.SearchFileContentPanel_imgName__2GxcN {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0 5px;
}

.SearchFileContentPanel_imgName__2GxcN span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.SearchFileContentPanel_imgFuncBox__3m0KQ {
  position: absolute;
  top: 7px;
  right: 9px;
  cursor: pointer;
}

.SearchFileContentPanel_imgBox__2m4iD:hover .SearchFileContentPanel_imgName__2GxcN,
.SearchFileContentPanel_imgBox__2m4iD:hover .SearchFileContentPanel_imgFuncBox__3m0KQ {
  display: block;
}

.SearchFileContentPanel_imgImportIcon__6KQsb {
  width: 31.2px;
  height: 24px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  opacity: 0.8;
  background: url(http://fir-statics.cn-sh2.ufileos.com/pd/images/actions/import_bg.svg) center no-repeat #000000;
  background-size: contain;
  cursor: pointer;
}

.SearchFileContentPanel_imgImportIcon__6KQsb img {
  width: 28px;
  height: 28px;
}

.SearchFileContentPanel_listItemFull__3gCoq .SearchFileContentPanel_imgDefaultShow__2MH7i {
  width: 100%;
  height: 197px;
  background: #d8d8d8 url(/static/media/thuDefaultImg.3350645b.svg) center 70% no-repeat;
  padding: 15% 10px 0 10px;
  text-align: center;
}

.SearchFileContentPanel_listItemFull__3gCoq .SearchFileContentPanel_imgDefaultShow__2MH7i span {
  font-size: 12px;
  margin-top: 30%;
}

.SearchFileContentPanel_listImgItem__3mmDG .SearchFileContentPanel_imgDefaultShow__2MH7i {
  width: 100%;
  height: 105px;
  background: #d8d8d8 url(/static/media/thuDefaultImg.3350645b.svg) center 80% no-repeat;
  background-size: 30px auto;
  padding: 5% 10px 0 10px;
  text-align: center;
}

.SearchFileContentPanel_listImgItem__3mmDG .SearchFileContentPanel_imgDefaultShow__2MH7i span {
  font-size: 12px;
  margin-top: 30%;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_listItem__3EMQc:last-child {
  border-bottom: none;
}

.SearchFileContentPanel_listItem__3EMQc:hover {
  background-color: #f5f7fa;
}

.SearchFileContentPanel_itemTools__11hxe {
  display: none;
}

.SearchFileContentPanel_listItem__3EMQc:hover .SearchFileContentPanel_itemTools__11hxe {
  display: flex;
}

.SearchFileContentPanel_itemActions__1zRbI {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  padding-right: 5px;
}

.SearchFileContentPanel_loading__1H-1W {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.SearchFileContentPanel_searchToolbarZindex__3-tqu {
  z-index: 9 !important;
}

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

  height: 40px;
  line-height: 30px;

  position: relative;
  padding-left: 20px;
  padding-right: 25px;
  font-size: 12px;
  background-color: #ffffff;
  z-index: 9;
  border-bottom: 1px solid #f5f7fa;
  border-top: 1px solid var(--border-color-22);
  width: 100%;
}

.SearchFileContentPanel_searchToolBarHeaderLeft__3gobk {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.SearchFileContentPanel_searchToolBarHeaderLeft__3gobk .SearchFileContentPanel_left__ZsZse {
  display: flex;
  align-items: center;
}

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

.SearchFileContentPanel_searchToolbar__2duPR span:first-child {
  max-width: 300px;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.SearchFileContentPanel_searchToolbarTips__2AJO1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 10px;
  height: auto;
  margin-bottom: 6px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}

.SearchFileContentPanel_toggleSearchToolButton__3kuDT {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -3px;
  padding-right: 10px;
}

.SearchFileContentPanel_itemTitleWrapper__3LE9W {
  flex-shrink: 1;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.SearchFileContentPanel_itemTitleTag__2S5tN {
  position: absolute;
  right: 0;
  font-size: 12px;
}

.SearchFileContentPanel_itemTitleTag__2S5tN .ant-tag {
  border: unset;
  border-radius: unset;
}

.SearchFileContentPanel_itemRelatedNum__2aXOu {
  color: #55c0ff;
  font-weight: 400;
  font-size: 9px;
}

.SearchFileContentPanel_itemHasHtml__3gqJN {
  position: relative;
}

.SearchFileContentPanel_itemHasHtml__3gqJN:hover .SearchFileContentPanel_searchContentItemTitle__3RyR5 {
  max-width: calc(100% - 40px);
}

.SearchFileContentPanel_searchContentItemTitle__3RyR5 {
  color: var(--text-color);
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.SearchFileContentPanel_searchContentItemTitle__3RyR5.SearchFileContentPanel_short__3tenm {
  max-width: calc(100% - 120px);
}

.SearchFileContentPanel_fileIsCooperation__3iR6T {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  font-size: 12px;
  color: #999999;
  padding: 0px 8px;
  margin-left: 15px;
  line-height: 18px;
}

.SearchFileContentPanel_itemHtmlImport__5YMtV {
  width: 31.2px;
  height: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: absolute;
  /* right: 20px;
  top: 10px; */
  right: 0;
  color: #ffffff;
  border-radius: 3px;
  opacity: 0.8;
  background: url(http://fir-statics.cn-sh2.ufileos.com/pd/images/actions/import_bg.svg) center no-repeat #000000;
  background-size: contain;
  cursor: pointer;
}

.SearchFileContentPanel_itemReferImport__1Yc3Q {
  position: absolute;
  right: 6px;
  display: none;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  padding: 2px 6px;
}

.SearchFileContentPanel_checkBox__2akK_ {
  position: absolute;
  right: 9px;
  top: 13px;
  display: none;
}

.SearchFileContentPanel_itemReferImport__1Yc3Q img {
  height: 12px;
  width: auto;
  margin-right: 3px;
}

.SearchFileContentPanel_listWrapPuc__XssPo:hover .SearchFileContentPanel_itemReferImport__1Yc3Q {
  display: flex;
}

.SearchFileContentPanel_listItem__3EMQc:hover .SearchFileContentPanel_checkBox__2akK_ {
  display: block;
}

.SearchFileContentPanel_itemReferImportRight__vHkXs {
  right: 50px;
}

.SearchFileContentPanel_EndNotes__1hiHz {
  background: url(http://fir-statics.cn-sh2.ufileos.com/pd/images/actions/endnotes.svg) center no-repeat #000000;
}

.SearchFileContentPanel_itemHtmlImport__5YMtV img {
  width: 13px;
  height: 13px;
}

.SearchFileContentPanel_listItem__3EMQc:hover .SearchFileContentPanel_itemHtmlImport__5YMtV {
  display: flex;
}

.SearchFileContentPanel_listItem__3EMQc:hover .SearchFileContentPanel_OpenTimeElement__3Hfub {
  display: none;
}

.SearchFileContentPanel_listItem__3EMQc:hover .SearchFileContentPanel_searchTitleWF__3gVmk {
  max-width: calc(100% - 40px);
}

.SearchFileContentPanel_fileDesWrap__16yJt {
  padding-left: 2px;
  max-height: 40px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*! autoprefixer: on */
  font-size: 12px;
}

.SearchFileContentPanel_fileDesUnfold__3hyeX {
  position: absolute;
  bottom: 0;
  right: 0;
}

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

.SearchFileContentPanel_fileDesPeriods__1pVcA span:first-child {
  margin-right: 8px;
}

.SearchFileContentPanel_fileDesPeriods__1pVcA .SearchFileContentPanel_fileDesNum__V3dw2 {
  color: #55c0ff;
  margin-left: 2px;
}

.SearchFileContentPanel_fileDesAuthor__1-nd5 {
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
}

.SearchFileContentPanel_fileDesAuthor__1-nd5 span:first-child {
  margin-right: 5px;
}

.SearchFileContentPanel_searchContentItem__26ga8>span {
  color: var(--text-color-secondary);
  cursor: pointer;
  word-break: break-all;
  font-size: 14px;
}

.SearchFileContentPanel_searchContentItem__26ga8>mark {
  font-size: 14px;
}

.SearchFileContentPanel_searchContentItem__26ga8 em {
  font-style: normal;
  background-color: #fff0d7;
}

.SearchFileContentPanel_searchItemHeader__L4UeK {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 5px;
  width: 100%;
}

.SearchFileContentPanel_searchItemInto__KKIL8 {
  font-size: 12px;
  padding: 0;
  /* max-width: 320px; */
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  color: #999;
  margin-bottom: 2px;
  word-break: keep-all;
  /* padding-left: 2px; */
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.SearchFileContentPanel_searchItemInto__KKIL8 span {
  /* margin-right: 5px; */
}

.SearchFileContentPanel_relativeWrap__1sGYk {
  color: #55c0ff;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.SearchFileContentPanel_relativeWrap__1sGYk img {
  margin-left: 5px;
}

.SearchFileContentPanel_tagsListShow__22j1i {
  display: flex;
  flex-wrap: wrap;
}

.SearchFileContentPanel_searchItemInto__KKIL8 .ant-breadcrumb-link {
  color: #999;
}

.SearchFileContentPanel_searchTitle__cZ1Ti {
  color: var(--text-color);
  display: inline-block;
  max-width: 475px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  position: relative;
}

.SearchFileContentPanel_searchTitleNotice__3Dqvw {
  /* max-width: 265px; */
}

.SearchFileContentPanel_searchTitleWF__3gVmk {}

.SearchFileContentPanel_webLinkTitle__WrXOF:hover {
  color: #333;
}

.SearchFileContentPanel_webLinkTxt__lVbR5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.SearchFileContentPanel_searchBody__2DKTR {
  font-size: 12px;
}

.SearchFileContentPanel_searchTitle__cZ1Ti em,
.SearchFileContentPanel_searchBody__2DKTR em {
  font-style: normal;
  background-color: #fff0d7;
}

.SearchFileContentPanel_OpenTime__3Tbop {
  float: right;
}

.SearchFileContentPanel_OpenTimeElement__3Hfub {}

.SearchFileContentPanel_textEllipsis__zVMrr {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.SearchFileContentPanel_previewTagItem__9yyff {
  padding: 0 6px;
  border: 1px solid #999;
  margin-right: 8px;
  border-radius: 2px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  color: #999;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}

.SearchFileContentPanel_searchItemInto__KKIL8 .ant-breadcrumb {
  font-size: 12px;
}

.SearchFileContentPanel_searchItemIntoElement__2A4pf {}

.SearchFileContentPanel_searchItemIntoElementDelete__2y2Gs {
  cursor: not-allowed;
  text-decoration: line-through;
}

.SearchFileContentPanel_searchItemIntoElement__2A4pf:hover .ant-breadcrumb {
  color: #55c0ff !important;
}

.SearchFileContentPanel_searchItemIntoElement__2A4pf:hover .ant-breadcrumb span:last-child {
  color: #55c0ff !important;
}

.SearchFileContentPanel_toolButton__M82dm {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 16px;
}

.SearchFileContentPanel_toolButton__M82dm.SearchFileContentPanel_disabled__f_XC0 {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.SearchFileContentPanel_container__1d8eR .siteHighlightTxt {
  /*background: #FFF0D7;*/
  color: #55c0ff;
}

.SearchFileContentPanel_textAlignRight__2MmmX {
  text-align: right;
}

.SearchFileContentPanel_container__1d8eR mark {
  background-color: unset;
}

.SearchFileContentPanel_noSearchResult__3SdAH {
  text-align: left;
  padding: 0 15px;
}

.SearchFileContentPanel_recTips__FOmHB {
  text-align: center;
  padding: 16px 15px;
  color: rgba(0, 0, 0, 0.45);
  position: relative;
}

.SearchFileContentPanel_notFindWrap__27CJ4 {
  width: 110px;
  height: 140px;
  position: absolute;
  left: 50%;
  top: 24%;
  transform: translate(-50%, -50%);
}

.SearchFileContentPanel_notFindWrap__27CJ4 img {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto 10px;
}

.SearchFileContentPanel_notFindWrap__27CJ4 p {
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 22px;
}

.SearchFileContentPanel_recSearch__neNx8 {
  padding-left: 15px;
  text-align: left;
  line-height: 1.5;
}

.SearchFileContentPanel_recSearch__neNx8 p {
  margin: 0;
  font-size: 12px;
  color: #999;
}

.SearchFileContentPanel_recSearch__neNx8 p em {
  font-style: normal;
  color: #fff;
}

.SearchFileContentPanel_recSearch__neNx8 p span {
  border-bottom: 1px solid #55c0ff;
  color: #55c0ff;
  padding: 0 5px;
  word-break: break-all;
  cursor: pointer;
}

.SearchFileContentPanel_contentCenter__19FDZ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
}

.SearchFileContentPanel_container__1d8eR .ant-tabs .ant-tabs-top-content .ant-tabs-tabpane {
  height: 100%;
}

.SearchFileContentPanel_container__1d8eR .ant-tabs-tabpane {
  /* padding-top: 10px; */
}

.SearchFileContentPanel_containerElement__gTU-X .ant-tabs-tabpane {
  padding-top: 0;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_tabCatList__Nsv9i .ant-tabs-tabpane {
  padding-top: 0px;
}

.SearchFileContentPanel_tabCatList__Nsv9i .ant-tree-directory {
  padding: 0 8px;
}

.SearchFileContentPanel_tagsList__iDLcs {
  position: absolute;
  top: -8px;
  left: 12px;
  z-index: 99;
  background: #fff;
  width: 326px;
  padding: 10px 0px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.SearchFileContentPanel_showTagList__34T6A {
  width: 326px;
  max-height: 360px;
  overflow-y: auto;
}

.SearchFileContentPanel_tagsList__iDLcs p {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
  margin-bottom: 0;
  line-height: 30px;
}

.SearchFileContentPanel_tagsList__iDLcs p:hover {
  background-color: var(--hover-color);
}

.SearchFileContentPanel_tagsList__iDLcs p em {
  font-style: normal;
  color: #d0021b;
}

.SearchFileContentPanel_tagsList__iDLcs p:last-child {
  margin-bottom: 0px;
  text-align: center;
  color: #999;
  cursor: auto;
  font-size: 12px;
}

.SearchFileContentPanel_showTagList__34T6A>span {
  display: inline-block;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  margin: 5px 8px 8px 0;
  background: #e8e8e8;
  border-radius: 2px;
  color: #666;
  padding: 4px 6px;
  position: relative;
}

.SearchFileContentPanel_cusTagItemDelete__kHOXk {
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
  display: none;
  color: #ccc;
}

.SearchFileContentPanel_showTagList__34T6A>span:hover .SearchFileContentPanel_cusTagItemDelete__kHOXk {
  display: block;
}

.SearchFileContentPanel_showTagListDesc__1z5Ju {
  margin-bottom: 0px;
}

.SearchFileContentPanel_searchTagWrap__1_guM {
  position: relative;
  width: 350px;
  padding: 0 12px;
}

.SearchFileContentPanel_tabList__2Hylg .ant-tabs-nav .ant-tabs-tab {
  margin: 0 22px 3px 0px;
  padding: 10px 2px 5px 2px;
  color: #333333;
}

.SearchFileContentPanel_tabList__2Hylg .ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0px;
}

.SearchFileContentPanel_tabList__2Hylg .ant-tabs-nav .ant-tabs-tab:last-child:hover {
  margin-right: 0px;
}

.SearchFileContentPanel_tabList__2Hylg .ant-tabs-nav .ant-tabs-tab span {
  /*border-bottom: 3px solid #55c0ff;*/
  padding: 4px 8px;
  line-height: 18px;
  padding-bottom: 4px !important;
}

.SearchFileContentPanel_tabList__2Hylg .ant-tabs-nav .ant-tabs-tab-active span {
  /* border-bottom: 3px solid #55c0ff; */
  color: #333;
  font-weight: bold;
  /* background-color: #f5f7fa; */
  border-radius: 4px;
  padding: 4px 8px;
  line-height: 18px;
  padding-bottom: 4px !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.SearchFileContentPanel_tabList__2Hylg .ant-tabs-nav .ant-switch span {
  background-color: transparent;
}

.SearchFileContentPanel_tabList__2Hylg .ant-tabs-ink-bar {
  display: none !important;
}

.SearchFileContentPanel_tabList__2Hylg .ant-tabs-nav .ant-tabs-tab:hover {
  margin: 0 22px 3px 0px;
  padding: 10px 2px 5px 2px;
  color: #333;
}

.SearchFileContentPanel_webLink__2DDXu {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 280px;
  color: #666;
}

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

.SearchFileContentPanel_listWrapPuc__XssPo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.SearchFileContentPanel_listWrapPuc__XssPo .ant-list-item-meta {
  display: block;
  width: 100%;
}

.SearchFileContentPanel_listWrapPuc__XssPo .ant-list-item-meta-title {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.SearchFileContentPanel_listLeftIco__1XU96 {
  margin-right: 5px;
}

.SearchFileContentPanel_listLeftIco__1XU96 span {
  width: 35px;
  height: 20px;
  background: rgba(255, 244, 225, 1);
  border-radius: 2px;
  font-size: 12px;
  display: block;
  text-align: center;
  color: #666;
  line-height: 20px;
}

.SearchFileContentPanel_fileFirstImg__3sS4U {
  width: 310px;
  height: 410px;
  padding: 30px;
}

.SearchFileContentPanel_fileFirstImg__3sS4U img {
  width: 100%;
  max-width: 250px;
  max-height: 350px;
  height: 100%;
}

.SearchFileContentPanel_tipsImg__3ebee {
  max-width: 310px;
  padding: 0px;
}

.SearchFileContentPanel_tipsImg__3ebee .ant-tooltip-inner {
  background-color: white;
  padding: 0px;
}

.SearchFileContentPanel_tipsImg__3ebee .ant-tooltip-arrow {
  display: none;
}

.SearchFileContentPanel_fileListBar__c5p5c {
  width: 340px;
  height: 16px;
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(182, 182, 182, 1);
  line-height: 16px;
  padding-left: 10px;
}

.SearchFileContentPanel_searchTags__2Eg31 {
  cursor: pointer;
  position: relative;
  display: flex;
  font-size: 12px;
  margin-left: 20px;
}

.SearchFileContentPanel_searchTags__2Eg31 .ant-badge {
  overflow: unset !important;
}

.SearchFileContentPanel_searchTags__2Eg31 .ant-badge-dot {
  right: 5px;
}

.SearchFileContentPanel_searchTerm__8usAV {
  max-width: 60px;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.SearchFileContentPanel_searchTerm__8usAV span {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  margin-left: 15px;
}

.SearchFileContentPanel_firstNothing__3zgrB {
  height: 100%;
  position: relative;
}

.SearchFileContentPanel_centerNothing__3vlIm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.SearchFileContentPanel_centerNothing__3vlIm img {
  width: 200px;
  height: 180px;
}

.SearchFileContentPanel_centerNothing__3vlIm div {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(182, 182, 182, 1);
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.SearchFileContentPanel_searchInputOpacity__2ONaJ {
  position: absolute;
  width: 42px;
  height: 32px;
  top: 20px;
  right: 65px;
  background: #4c8cfb;
  opacity: 0;
  cursor: pointer;
}

.SearchFileContentPanel_itemPicWrap__xRHvm {
  position: relative;
}

.SearchFileContentPanel_itemPicWrap__xRHvm img {
  display: block;
  width: 96px;
  height: 64px;
}

.SearchFileContentPanel_itemPicWrap__xRHvm span {
  width: 24px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 20px;
}

.SearchFileContentPanel_itemTitlePicTitle__1aEta {
  flex-basis: 160px;
  width: 160px;
  margin-right: 10px;
  align-items: flex-start;
  padding-top: 1px;
}

.SearchFileContentPanel_itemTitlePicTitle__1aEta .SearchFileContentPanel_searchContentItemTitle__3RyR5 {
  display: -webkit-box;
  word-break: break-all;
  line-height: 22px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /*! autoprefixer: on */
  max-height: 66px;
}

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

.SearchFileContentPanel_fileInfoPicWrap__3FaE9 .SearchFileContentPanel_fileDesWrap__16yJt {
  max-height: 60px;
  margin-bottom: 0px;
  -webkit-line-clamp: 3;
  flex-basis: 199px;
  margin-right: 10px;
}

.SearchFileContentPanel_container__1d8eR {
  /* padding-bottom: 20px; */
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_searchTabMod__1ivMM {
  top: 0;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_searchTabMod__1ivMM .ant-tabs-content {
  height: calc(100% - 38px);
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_compareTab__ilyM4 .ant-tabs-content {
  height: calc(100% - 60px);
}

.SearchFileContentPanel_compareTab__ilyM4 {
  padding-bottom: 15px;
}

.SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_searchTabMod__1ivMM .ant-tabs-tabpane {
  background-color: #f5f7fa;
}

.SearchFileContentPanel_tabList__2Hylg .ant-tabs-top-bar {
  border-bottom: none;
  margin-bottom: 6px !important;
}

.SearchFileContentPanel_breadcrumb__m5Bou .ant-breadcrumb-link span:last-child {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.SearchFileContentPanel_breadcrumb__m5Bou .ant-breadcrumb-link span:first-child {
  margin-right: 0;
}

.SearchFileContentPanel_breadcrumb__m5Bou,
.SearchFileContentPanel_breadcrumb__m5Bou>span,
.SearchFileContentPanel_breadcrumb__m5Bou .ant-breadcrumb-link {
  display: flex;
  align-items: center;
}

.SearchFileContentPanel_defautltimg__2KKsY {
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}

.SearchFileContentPanel_defautltimg__2KKsY img {
  width: 100%;
}

.SearchFileContentPanel_searchItemUnfold__2coJS {
  color: #55c0ff;
  cursor: pointer;
  font-size: 12px;
  margin-left: 2px;
}

.SearchFileContentPanel_orderingTerm__yU5ja {
  font-size: 12px;
}

.SearchFileContentPanel_fileDesc__1cwGv {
  font-size: 12px;
  color: #999999;
  margin-left: 10px;
}

.SearchFileContentPanel_openSearchCheck__2cmie {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 20px;
  right: 50px;
  cursor: pointer;
  z-index: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #d9d9d9;
  border-left: unset;
}

.SearchFileContentPanel_openSearchCheck__2cmie i:first-child {
  font-size: 22px;
  position: unset;
  top: 12px;
  right: 8px;
}

.SearchFileContentPanel_openSearchCheck__2cmie i:last-child {
  position: unset;
  top: 13px;
  right: 12px;
  font-size: 8px;
}

.SearchFileContentPanel_filterActive__3T3uv {
  background-color: #ebf7ff;
}

.SearchFileContentPanel_filterChecked__3lNfK {
  color: #55c0ff !important;
}

.SearchFileContentPanel_tabBarExtraContent__3w1ZJ {
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
}

.SearchFileContentPanel_tabBarExtraContent__3w1ZJ img {
  border-radius: 20px;
  cursor: pointer;
}

.SearchFileContentPanel_searchInput__B6Q7H .ant-input-prefix {
  left: 0;
}

.SearchFileContentPanel_inputPrefix__MiH9m {
  width: 86px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  color: #666666;
}

.SearchFileContentPanel_inputPrefixActive__giqsg {
  color: #55c0ff;
}

.SearchFileContentPanel_inputPrefix__MiH9m :hover {
  color: #55c0ff;
}

.SearchFileContentPanel_inputPrefix__MiH9m span:first-child {
  width: 100%;
  text-align: center;
}

.SearchFileContentPanel_inputPrefix__MiH9m span:last-child {
  width: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #d8d8d8;
  line-height: 20px;
  z-index: 0;
}

.SearchFileContentPanel_reference__2Gbsu {
  margin-left: 8px;
  position: absolute;
  right: 10px;
}

.SearchFileContentPanel_disabled__f_XC0 {
  opacity: 0.3;
}

.SearchFileContentPanel_searchReferSettings__1Iq_7 {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 999;
}

.SearchFileContentPanel_actReferItem__lnQXJ {
  background-color: #55c0ff;
}

.SearchFileContentPanel_citeContanier__3KcH2 {
  padding: 10px 20px;
  background-color: #fff;
  border-bottom: 1px solid #f5f7fa;
  border-top: 1px solid var(--border-color-22);
  width: 100%;
  height: 100%;
}

.SearchFileContentPanel_headTip__16MGI {
  color: #333333;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}

.SearchFileContentPanel_headTip__16MGI span {
  color: #fd4548;
  text-decoration: underline;
  font-weight: bold;
}

.SearchFileContentPanel_citeContanier__3KcH2 .ant-input::-webkit-input-placeholder {
  color: #333;
}

.SearchFileContentPanel_citeContanier__3KcH2 .ant-input {
  padding-right: 30px;
}

.SearchFileContentPanel_citeContanier__3KcH2 .SearchFileContentPanel_contentWR__1DvDD {
  height: 388px;
  position: absolute;
  top: 116px;
  overflow: auto;
  width: calc(100% - 38px);
  max-width: 100%;
  background: #ffffff;
  z-index: 9999;
  padding: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.SearchFileContentPanel_citeContanier__3KcH2 .SearchFileContentPanel_contentWR__1DvDD .SearchFileContentPanel_unSearch__3mswG {
  font-size: 12px;
  padding-bottom: 10px;
}

.SearchFileContentPanel_contentLabel__21IjK {
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  padding: 0 20px;
}

.SearchFileContentPanel_sItem__3tfCe {
  margin: 5px 0;
  cursor: pointer;
  min-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #666666;
  padding-left: 30px;
}

.SearchFileContentPanel_citeContanier__3KcH2 .SearchFileContentPanel_contentWR__1DvDD .SearchFileContentPanel_sItem__3tfCe em {
  color: #0082eb;
}

.SearchFileContentPanel_citeContanier__3KcH2 .SearchFileContentPanel_contentWR__1DvDD .SearchFileContentPanel_sItem__3tfCe:hover {
  background: #f5f7fa;
}

.SearchFileContentPanel_dropDown__1o8Ez {
  position: absolute;
  top: 89px;
  right: 32px;
}

.SearchFileContentPanel_bibInfo__nuLVp {
  width: 100%;
  background: #eef7ff;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
  color: #55c0ff;
}

.SearchFileContentPanel_bibInfo__nuLVp span {
  font-weight: bold;
}

.SearchFileContentPanel_toNewStyle__2PC6I {
  margin-left: 20px;
  width: 157px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #0082eb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 10px;
}

.SearchFileContentPanel_toNewStyle__2PC6I span {
  font-size: 12px;
  font-weight: 400;
  color: #0082eb;
  line-height: 16px;
}

.SearchFileContentPanel_createButton__2FVVk {
  position: absolute;
  bottom: 54px;
  left: 43%;
  background: #55C0FF;
  font-size: 14px;
  padding: 6px 12px;
  color: #ffffff;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
  z-index: 999;
}

.SearchFileContentPanel_automatic__22PL3 {
  width: 30px;
}

.SearchFileContentPanel_bibTitle__2iCPP {
  font-size: 12px;
  font-weight: bolder;
  color: #333;
  line-height: 30px;
  margin-top: 8px;
}

.SearchFileContentPanel_bibTitle__2iCPP span {
  color: #999;
}

.SearchFileContentPanel_bibTextList__1h__l {
  /* margin-top: 10px;
  overflow: auto; */
  /* height: 440px; */
}

.SearchFileContentPanel_bibTextList__1h__l .SearchFileContentPanel_bibItem__3h1cX {
  background: #eef7ff;
  padding: 10px;
  /* box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%); */
  border-radius: 4px;
  margin-bottom: 6px;
}

.SearchFileContentPanel_bibTextList__1h__l .SearchFileContentPanel_bibItem__3h1cX .SearchFileContentPanel_title__30UeH {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333333;
}

.SearchFileContentPanel_bibTextList__1h__l .SearchFileContentPanel_bibItem__3h1cX .SearchFileContentPanel_author__BrfME {
  font-size: 12px;
  font-weight: 400;
  color: #55c0ff;
  line-height: 17px;
}

.SearchFileContentPanel_bibTextList__1h__l .SearchFileContentPanel_bibItem__3h1cX .SearchFileContentPanel_source__3Eb6I {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 17px;
  display: flex;
}

.SearchFileContentPanel_bibTextList__1h__l .SearchFileContentPanel_bibItem__3h1cX .SearchFileContentPanel_source__3Eb6I div {
  margin-right: 5px;
}

.SearchFileContentPanel_bibTextList__1h__l .SearchFileContentPanel_bibItem__3h1cX .SearchFileContentPanel_source__3Eb6I div:last-child {
  min-width: 80px;
}

.SearchFileContentPanel_bibTextList__1h__l .SearchFileContentPanel_bibItem__3h1cX .SearchFileContentPanel_overflow__1xhMe {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}

.SearchFileContentPanel_checkBoxGroup__2Ke72 {
  display: block;
}

.SearchFileContentPanel_copyDiv__26FEX {
  cursor: pointer;
  color: #55c0ff;
  margin-right: 5px;
}

.SearchFileContentPanel_copyDiv__26FEX span {
  text-decoration: underline;
  margin-right: 3px;
}

.SearchFileContentPanel_buttons__1dYYt {
  position: absolute;
  display: flex;
  bottom: 60px;
  left: 28%;
}

.SearchFileContentPanel_buttons__1dYYt .SearchFileContentPanel_left__ZsZse {
  width: 112px;
  height: 32px;
  background: #55c0ff;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  margin-right: 20px;
  color: #ffffff;
}

.SearchFileContentPanel_buttons__1dYYt .SearchFileContentPanel_right__1iKAK {
  width: 112px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  color: #f73131;
}

.SearchFileContentPanel_buttons__1dYYt .SearchFileContentPanel_right__1iKAK span {
  /* text-decoration: underline; */
  margin-right: 3px;
}

.SearchFileContentPanel_referListWrap__nNkcg {
  padding: 20px;
  font-size: 14px;
}

.SearchFileContentPanel_referListWrap__nNkcg .SearchFileContentPanel_referItemWarp__XAU4p {
  position: relative;
  margin-right: 10px;
  max-width: 300px;
  margin-bottom: 5px;
  position: relative;
}

.SearchFileContentPanel_referListWrap__nNkcg .SearchFileContentPanel_referItemWarp__XAU4p .SearchFileContentPanel_referItem__3ntT8 {
  background: #fff;
  border-radius: 2px;
  margin-right: 5px;
  color: #666;
  padding: 1px 6px;
  line-height: 17px;
  border: 1px solid #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
}

.SearchFileContentPanel_referListWrap__nNkcg .SearchFileContentPanel_close__izsQI {
  position: absolute;
  top: -8px;
  right: -3px;
  cursor: pointer;
}

.SearchFileContentPanel_referListWrap__nNkcg .SearchFileContentPanel_referItemWarp__XAU4p .SearchFileContentPanel_referItemRed__35mWW {
  background: #fff;
  border-radius: 2px;
  margin-right: 5px;
  color: red;
  padding: 1px 6px;
  line-height: 17px;
  border: 1px solid red;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
}

.SearchFileContentPanel_openSwitchModal__yLey0 {
  width: 312px;
  height: 220px;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(236, 236, 236, 0.5);
  border-radius: 6px;
  position: absolute;
  right: calc(100% - 355px);
  top: 116px;
  z-index: 9999;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.SearchFileContentPanel_openSwitchModal__yLey0 .SearchFileContentPanel_open__1dC3S {
  width: 88px;
  height: 32px;
  background: #55c0ff;
  border-radius: 4px;
  margin: 0 auto;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
  line-height: 32px;
  cursor: pointer;
}

.SearchFileContentPanel_useIcon__HJlAo {
  position: absolute;
  bottom: 27px;
  left: 36%;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}

.SearchFileContentPanel_useIcon__HJlAo span {
  text-decoration: underline;
}

.SearchFileContentPanel_usingHelpStyle__39f0Y .ant-modal-content {
  width: 342px;
  height: 528px;
  background: #ffffff;
  border-radius: 10px;
  padding: 16px;
}

.SearchFileContentPanel_usingHelpStyle__39f0Y .ant-modal {
  top: 18% !important;
}

.SearchFileContentPanel_usingHelpStyle__39f0Y .ant-modal-body {
  padding: 0;
}

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

.SearchFileContentPanel_usingHelpStyle__39f0Y .SearchFileContentPanel_headWarp__2P5jN .SearchFileContentPanel_left__ZsZse {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.SearchFileContentPanel_usingHelpStyle__39f0Y .SearchFileContentPanel_headWarp__2P5jN .SearchFileContentPanel_right__1iKAK {
  cursor: pointer;
}

.SearchFileContentPanel_bodyWarp__2F7YJ {
  margin-top: 24px;
}

.SearchFileContentPanel_bodyWarp__2F7YJ img {
  cursor: pointer;
}

.SearchFileContentPanel_bottomWarp__-x-NR {
  /* text-align: center; */
  position: absolute;
  bottom: 10px;
  left: 35%;
}

.SearchFileContentPanel_bottomWarp__-x-NR img {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.SearchFileContentPanel_bottomWarp__-x-NR img:nth-child(2) {
  margin-left: 64px;
}

.SearchFileContentPanel_itemStyle__3d0kR {
  margin: 5px 0;
  cursor: pointer;
  min-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #666666;
  padding-left: 30px;
}

.SearchFileContentPanel_itemStyle__3d0kR em {
  color: #0082eb;
}

.SearchFileContentPanel_itemStyle__3d0kR:hover {
  background: #f5f7fa;
}

.SearchFileContentPanel_search__Lf6sI {}

.SearchFileContentPanel_fileAuthor__2Lb3_ {
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}

.SearchFileContentPanel_fileSourceAndTime__2-DPs {
  color: #666;
  display: flex;
  font-size: 12px;
}

.SearchFileContentPanel_fileDivider__1pDyE {
  margin: 0 8px;
}

.SearchFileContentPanel_assInfoItem__16-9F img {
  margin-right: 5px;
}

.SearchFileContentPanel_notFinalizedImg__2agGJ {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.SearchFileContentPanel_FinalizedImg__24ZsY {
  width: 250px !important;
  height: 135px !important;
}

.SearchFileContentPanel_notFinalizedImg__2agGJ p {
  text-align: center;
  color: #999;
}

.SearchFileContentPanel_settingTipsBox__1acBa {
  max-width: 300px;
}

.SearchFileContentPanel_settingTipsBox__1acBa .ant-tooltip-arrow::before,
.SearchFileContentPanel_settingTipsBox__1acBa .ant-tooltip-inner {
  background-color: #fff;
}

.SearchFileContentPanel_settingTipsBox__1acBa .ant-tooltip-inner {
  padding: 10px 8px;
}

.SearchFileContentPanel_settingTips__38uK5 {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
}

.SearchFileContentPanel_settingTips__38uK5 img {
  margin-right: 5px;
}

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

.SearchFileContentPanel_bibButton__aR02a{
  display: flex;
  margin-top: 12px;
}

.SearchFileContentPanel_chrtDiv__jtGrJ{
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
}

.SearchFileContentPanel_mainChatStyle__3b8XI {
  position: relative;
}

.SearchFileContentPanel_types__2E44V {
  position: absolute;
  top: 20px;
  left: 50%;
  display: flex;
  transform: translate(-50%, 0px);
}

.SearchFileContentPanel_types__2E44V li {
    font-size: 12px;
    cursor: pointer;
}

.SearchFileContentPanel_types__2E44V li:before {
    content: "\2022";
    /* 使用Unicode添加小圆点 */
    margin-right: 4px;
    /* 可以添加一些左右边距 */
  }

  .SearchFileContentPanel_types__2E44V li:nth-child(1){
    margin-right: 5px;
  }

  .SearchFileContentPanel_bibChartList__2FLTk{
    overflow-y: scroll;
    height: calc(100% - 95px);
  }

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

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

  .theme_0 .SearchFileContentPanel_openSearchCheck__2cmie{
    background-color: transparent;
    border-color:transparent ;
  }
  .theme_0 .SearchFileContentPanel_searchToolbar__2duPR {
    background-color: var(--bgColor);
    border-color:var(--borderColor) ;
  }
  .theme_0 .SearchFileContentPanel_fileReList__3RhhL{
    overflow: auto;
    height: 100%;
  }
  .theme_0 .SearchFileContentPanel_fileReList__3RhhL .ant-tree-title{
    color: var(--fontColor);
  }

  .theme_0 .SearchFileContentPanel_container__1d8eR .SearchFileContentPanel_searchTabMod__1ivMM .ant-tabs-nav-container .ant-tabs-nav-wrap .ant-tabs-tab span{
    color: var(--fontColor);
  }
  .theme_0 .SearchFileContentPanel_listItemWrap__1hhHZ,
  .theme_0 .SearchFileContentPanel_listItemWrap__1hhHZ .ant-list{
    background-color: var(--bgColor);
  }

  .theme_0 .SearchFileContentPanel_listItemWrap__1hhHZ .ant-list .SearchFileContentPanel_listItem__3EMQc{
    background-color: transparent;
  }

  .theme_0 .SearchFileContentPanel_listItemWrap__1hhHZ .ant-list .SearchFileContentPanel_listItem__3EMQc:hover{
    background-color: var(--hoverColor) !important;
  }

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

  .theme_0 .SearchFileContentPanel_inputPrefixActive__giqsg span{
    color: var(--selectColor);
  }

  .theme_0 .SearchFileContentPanel_inputPrefix__MiH9m :hover {
    color: var(--selectColor);
  }

  .theme_0 .SearchFileContentPanel_fileAuthor__2Lb3_,
  .theme_0 .SearchFileContentPanel_fileSourceAndTime__2-DPs{
    color: var(--fontColor);
  }

  .theme_0 .SearchFileContentPanel_searchItemInto__KKIL8 span,
  .theme_0 .SearchFileContentPanel_searchItemInto__KKIL8 .SearchFileContentPanel_relativeWrap__1sGYk span {
    color: var(--spanColor) !important;
  }

  .theme_0 .SearchFileContentPanel_searchItemInto__KKIL8 .ant-popover-inner{
    color: var(--fontColor) !important;
  }

  .theme_0 .SearchFileContentPanel_container__1d8eR{
    border-left: 1px solid transparent;
  }

  .theme_0 .SearchFileContentPanel_automatic__22PL3[aria-checked='false'] {
    background-color: var(--borderColor1);
  }

  .theme_0 .SearchFileContentPanel_openSwitchModal__yLey0{
    background-color: var(--bgActive);
    box-shadow: none;
  }

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


  .theme_0 .SearchFileContentPanel_citeContanier__3KcH2{
    background-color: var(--bgColor);
    border-top: 1px solid  var(--bgColor);
  }

  .theme_0 .SearchFileContentPanel_citeContanier__3KcH2 .SearchFileContentPanel_headTip__16MGI{
    color: var(--fontColor);
  }
  .theme_0 .SearchFileContentPanel_citeContanier__3KcH2 .SearchFileContentPanel_inputStyle__1yKBJ input::placeholder{
    color: var(--);
  }


  .theme_0 .SearchFileContentPanel_citeContanier__3KcH2 .SearchFileContentPanel_headerWrap__1oyRP .SearchFileContentPanel_bibTitle__2iCPP{
    color: var(--fontColor);
  }

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

  .theme_0 .SearchFileContentPanel_citeContanier__3KcH2 .SearchFileContentPanel_bibInfo__nuLVp div{
    color: var(--spanColor);
  }
  .theme_0 .SearchFileContentPanel_citeContanier__3KcH2 .SearchFileContentPanel_useIcon__HJlAo{
    color: var(--fontColor);
  }

  .theme_0 .SearchFileContentPanel_citeContanierDraw__c5OAn .ant-drawer-content{
    background-color: var(--bgActive);
  }

  .theme_0 .SearchFileContentPanel_citeContanierDraw__c5OAn .ant-drawer-content .ant-drawer-body .SearchFileContentPanel_left__ZsZse{
   color: var(--fontColor);
  }

  .theme_0 .SearchFileContentPanel_citeContanierDraw__c5OAn .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header-no-title button i svg{
    fill: var(--fontColor);
  }

  .theme_0 .SearchFileContentPanel_referListWrap__nNkcg{
    background-color: var(--bgColor);
  }

  .theme_0 .SearchFileContentPanel_referListWrap__nNkcg .SearchFileContentPanel_referItem__3ntT8{
    background-color: var(--bgActive);
    color: var(--fontColor);
    border-color: var(--selectColor);
  }

  .theme_0 .SearchFileContentPanel_referListWrap__nNkcg .SearchFileContentPanel_referItemRed__35mWW{
    border-color: var(--spanColor);
  }

  .theme_0 .SearchFileContentPanel_referListWrap__nNkcg .SearchFileContentPanel_referItemRed__35mWW + .SearchFileContentPanel_close__izsQI i svg g g g path:nth-child(1){
    fill: var(--spanColor);
  }

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

  .theme_0 .SearchFileContentPanel_bibTextList__1h__l .SearchFileContentPanel_bibItem__3h1cX .SearchFileContentPanel_title__30UeH{
   color: var(--fontColor);
  }

  .theme_0 .SearchFileContentPanel_bibTextList__1h__l .SearchFileContentPanel_bibItem__3h1cX .SearchFileContentPanel_source__3Eb6I{
    color: var(--fontColor);
   }

   .theme_0 .SearchFileContentPanel_bibChartList__2FLTk .SearchFileContentPanel_buttons__1dYYt div:nth-child(2){
    background-color: transparent;
    /* color: var(--fontColor); */
    border-color: var(--borderColor);
   }

   /* :global(.theme_0) .bibChartList .buttons div:nth-child(2) span svg path:nth-child(1),
   :global(.theme_0) .bibChartList .buttons div:nth-child(2) span svg path:nth-child(2){
    fill: var(--fontColor);
   } */

   .theme_0 .SearchFileContentPanel_mainChatStyle__3b8XI div div canvas{
    background-color: var(--canvasColor);
   }

   .theme_0 .SearchFileContentPanel_tabCatList__Nsv9i .ant-tabs-tab span{
    color: var(--fontColor);
   }

   .theme_0 .SearchFileContentPanel_contentWR__1DvDD{
    background-color: var(--bgActive);
    border-color: var(--borderColor);
   }

   .theme_0 .SearchFileContentPanel_contentWR__1DvDD .SearchFileContentPanel_contentLabel__21IjK{
    color: var(--fontColor);
   }
   .theme_0 .SearchFileContentPanel_contentWR__1DvDD .SearchFileContentPanel_sItem__3tfCe{
    color: var(--spanColor);
   }

   .theme_0 .SearchFileContentPanel_dropDown__1o8Ez span svg path{
    fill: var(--selectColor);
   }

   .theme_0 .SearchFileContentPanel_contentWR__1DvDD .SearchFileContentPanel_sItem__3tfCe:hover{
    background-color: var(--hoverColor);
   }

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

   .theme_0 .SearchFileContentPanel_searchInput__B6Q7H input{
    background-color: var(--bgColor);
    border: 1px solid var(--borderColor) !important;
   }

   .theme_0 .SearchFileContentPanel_openSearchCheck__2cmie i svg g g path,
   .theme_0 .SearchFileContentPanel_catalogBtn__2GndW:not(.ant-tooltip-open) i svg g g{
    fill: var(--fontColor);
   }

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

   .theme_0 .SearchFileContentPanel_citeContanier__3KcH2 .SearchFileContentPanel_inputStyle__1yKBJ input::placeholder{
    color: var(--fontColor);
  }

.src-containers-Search-ComprehensiveSearch-module__searchResultPage--3vCJz {
  min-width: 1200px;
  overflow-x: auto;
  width: 100%;
  height: 100%;
  padding: 17px;
  box-sizing: border-box;
  font-family: OPPOSans;
  display: flex;
  flex-direction: column;
  position: relative;
}
.src-containers-Search-ComprehensiveSearch-module__searchResultBox--3IpUv::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.src-containers-Search-ComprehensiveSearch-module__searchResultBox--3IpUv {
  height: 90vh;
  overflow-y: auto;
}
.src-containers-Search-ComprehensiveSearch-module__contentBox--2n6f1 {
  display: flex;
  justify-content: space-between;
}
.src-containers-Search-ComprehensiveSearch-module__contentBox--2n6f1 .src-containers-Search-ComprehensiveSearch-module__leftBox--2SgLI {
  width: 0;
  transition: all 0.3s ease;
  border-radius: 16px;
  margin: 0px 50px 0px 50px;
  min-width: 668px;
  max-width: 1000px;
  margin: 0 auto;
}
.src-containers-Search-ComprehensiveSearch-module__contentBox--2n6f1 .src-containers-Search-ComprehensiveSearch-module__leftBox--2SgLI h1 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
  position: relative;
}
.src-containers-Search-ComprehensiveSearch-module__contentBox--2n6f1 .src-containers-Search-ComprehensiveSearch-module__leftBox--2SgLI h1:hover::after {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1;
  white-space: normal;
  width: auto;
  max-width: 100%;
}
.src-containers-Search-ComprehensiveSearch-module__leftBox--2SgLI .src-containers-Search-ComprehensiveSearch-module__recommend--2RvKO {
  margin-top: 43px;
}
.src-containers-Search-ComprehensiveSearch-module__recommend--2RvKO .src-containers-Search-ComprehensiveSearch-module__title--3UaUP {
  color: #303133;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.src-containers-Search-ComprehensiveSearch-module__recommend--2RvKO ul li {
  color: #606266;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px dashed #B0B2B7;
}
.src-containers-Search-ComprehensiveSearch-module__contentBox--2n6f1 .src-containers-Search-ComprehensiveSearch-module__rightBox--2RoOS {
  width: 330px;
  position: -webkit-sticky;
  position: sticky;
  min-height: 731px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 0;
  background: #ffffff;
  border-radius: 20px;
  transition: all 0.3s ease;
  position: relative;
  margin-right: 20px;
}
.src-containers-Search-ComprehensiveSearch-module__contentBox--2n6f1 .src-containers-Search-ComprehensiveSearch-module__rightBox--2RoOS.src-containers-Search-ComprehensiveSearch-module__collapsed--1t7wi {
  width: 15px;
  padding: 0;
  overflow: visible;
}
.src-containers-Search-ComprehensiveSearch-module__contentBox--2n6f1 .src-containers-Search-ComprehensiveSearch-module__rightBox--2RoOS.src-containers-Search-ComprehensiveSearch-module__collapsed--1t7wi .src-containers-Search-ComprehensiveSearch-module__referenceCount--1R_GV {
  writing-mode: vertical-rl;
  height: auto;
  padding: 20px 8px;
  text-align: center;
}
.src-containers-Search-ComprehensiveSearch-module__contentBox--2n6f1 .src-containers-Search-ComprehensiveSearch-module__rightBox--2RoOS .src-containers-Search-ComprehensiveSearch-module__referenceCount--1R_GV {
  padding: 12px 0px;
  color: #666;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
}
.src-containers-Search-ComprehensiveSearch-module__contentBox--2n6f1 .src-containers-Search-ComprehensiveSearch-module__rightBox--2RoOS .src-containers-Search-ComprehensiveSearch-module__referenceSkeleton--15frs {
  padding: 16px;
  scroll-behavior: smooth;
}
.src-containers-Search-ComprehensiveSearch-module__contentBox--2n6f1 .src-containers-Search-ComprehensiveSearch-module__rightBox--2RoOS .src-containers-Search-ComprehensiveSearch-module__referenceSkeleton--15frs .ant-skeleton-paragraph {
  margin-bottom: 0;
}
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #D9D9D9;
  min-width: 680px;
  max-width: 730px;
  width: 680px;
  margin: 0 auto;
}
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__inputArea--M2nw1 {
  padding: 10px;
  font-size: 14px;
  resize: none;
  border: none;
  background: transparent;
  color: #222222;
}
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__inputArea--M2nw1:focus {
  box-shadow: none;
}
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__inputArea--M2nw1::placeholder {
  color: #999;
}
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG {
  padding: 6px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__leftTools--1SlBX,
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__rightTools--3geWh {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
}
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__leftTools--1SlBX .src-containers-Search-ComprehensiveSearch-module__icon--3hVrt,
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__rightTools--3geWh .src-containers-Search-ComprehensiveSearch-module__icon--3hVrt {
  width: 94px;
  height: 30px;
  object-fit: contain;
  cursor: pointer;
}
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__leftTools--1SlBX .src-containers-Search-ComprehensiveSearch-module__ant-btn--2memu,
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__rightTools--3geWh .src-containers-Search-ComprehensiveSearch-module__ant-btn--2memu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 4px;
  margin-left: 8px;
}
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__leftTools--1SlBX .src-containers-Search-ComprehensiveSearch-module__ant-btn--2memu .src-containers-Search-ComprehensiveSearch-module__anticon--3F-qK,
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__rightTools--3geWh .src-containers-Search-ComprehensiveSearch-module__ant-btn--2memu .src-containers-Search-ComprehensiveSearch-module__anticon--3F-qK {
  cursor: pointer;
  padding: 6px;
  border-radius: 4px;
  font-size: 16px;
}
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__leftTools--1SlBX .src-containers-Search-ComprehensiveSearch-module__ant-btn--2memu .src-containers-Search-ComprehensiveSearch-module__anticon--3F-qK.src-containers-Search-ComprehensiveSearch-module__disabled--3Kqv5,
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__rightTools--3geWh .src-containers-Search-ComprehensiveSearch-module__ant-btn--2memu .src-containers-Search-ComprehensiveSearch-module__anticon--3F-qK.src-containers-Search-ComprehensiveSearch-module__disabled--3Kqv5 {
  color: #d9d9d9;
  cursor: not-allowed;
}
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__leftTools--1SlBX .src-containers-Search-ComprehensiveSearch-module__searchIcon--1vPEq,
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__rightTools--3geWh .src-containers-Search-ComprehensiveSearch-module__searchIcon--1vPEq,
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__leftTools--1SlBX span,
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__rightTools--3geWh span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 14px;
  color: #232323;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #ededed;
  transition: all 0.3s;
}
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__leftTools--1SlBX .src-containers-Search-ComprehensiveSearch-module__searchIcon--1vPEq:hover,
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__rightTools--3geWh .src-containers-Search-ComprehensiveSearch-module__searchIcon--1vPEq:hover,
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__leftTools--1SlBX span:hover,
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__rightTools--3geWh span:hover {
  background-color: #f4f4f4;
}
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__leftTools--1SlBX .src-containers-Search-ComprehensiveSearch-module__searchIcon--1vPEq.src-containers-Search-ComprehensiveSearch-module__selected--A58Ve,
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__rightTools--3geWh .src-containers-Search-ComprehensiveSearch-module__searchIcon--1vPEq.src-containers-Search-ComprehensiveSearch-module__selected--A58Ve,
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__leftTools--1SlBX span.src-containers-Search-ComprehensiveSearch-module__selected--A58Ve,
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .src-containers-Search-ComprehensiveSearch-module__rightTools--3geWh span.src-containers-Search-ComprehensiveSearch-module__selected--A58Ve {
  color: #1890ff;
  background-color: rgba(24, 144, 255, 0.1);
}
.src-containers-Search-ComprehensiveSearch-module__inputBox--2GfyX .src-containers-Search-ComprehensiveSearch-module__toolBar--KdCwG .ant-btn {
  margin-left: 16px;
  border-radius: 4px;
  height: 32px;
  padding: 0 16px;
}
.src-containers-Search-ComprehensiveSearch-module__modelList--2CqIu {
  min-width: 120px;
}
.src-containers-Search-ComprehensiveSearch-module__modelList--2CqIu .src-containers-Search-ComprehensiveSearch-module__modelItem--19P0j {
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
}
.src-containers-Search-ComprehensiveSearch-module__modelList--2CqIu .src-containers-Search-ComprehensiveSearch-module__modelItem--19P0j:hover {
  background-color: rgba(24, 144, 255, 0.1);
}
.src-containers-Search-ComprehensiveSearch-module__modelList--2CqIu .src-containers-Search-ComprehensiveSearch-module__modelItem--19P0j.src-containers-Search-ComprehensiveSearch-module__selected--A58Ve {
  color: #1890ff;
  background-color: rgba(24, 144, 255, 0.1);
}
.src-containers-Search-ComprehensiveSearch-module__nextQuestions--3OAyQ {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
}
.src-containers-Search-ComprehensiveSearch-module__nextQuestions--3OAyQ h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
}
.src-containers-Search-ComprehensiveSearch-module__nextQuestions--3OAyQ ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.src-containers-Search-ComprehensiveSearch-module__nextQuestions--3OAyQ ul li {
  padding: 8px 12px;
  margin-bottom: 8px;
  background: #f9f9f9;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  color: #222222;
}
.src-containers-Search-ComprehensiveSearch-module__nextQuestions--3OAyQ ul li:hover {
  background: #e6f7ff;
  color: #1890ff;
}
.src-containers-Search-ComprehensiveSearch-module__deepResearch--2bKnv {
  padding: 20px;
  margin-bottom: 20px;
}
.src-containers-Search-ComprehensiveSearch-module__deepResearch--2bKnv h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.src-containers-Search-ComprehensiveSearch-module__summaryItem--25ldd {
  position: relative;
  padding-left: 20px;
}
.src-containers-Search-ComprehensiveSearch-module__summaryItem--25ldd::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 24px;
  bottom: -24px;
  width: 1px;
  background: #e8e8e8;
  border-left: 1px dashed #e8e8e8;
}
.src-containers-Search-ComprehensiveSearch-module__summaryItem--25ldd:last-child::before {
  display: none;
}
.src-containers-Search-ComprehensiveSearch-module__summaryHeader--1GrAz {
  position: relative;
  padding: 12px 16px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.src-containers-Search-ComprehensiveSearch-module__summaryHeader--1GrAz::before {
  content: '';
  position: absolute;
  left: -19px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #1890ff;
  z-index: 1;
}
.src-containers-Search-ComprehensiveSearch-module__thinkingStatus--3QyzP {
  padding: 8px 16px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  color: #666;
  font-size: 13px;
}
.src-containers-Search-ComprehensiveSearch-module__thinkingStatus--3QyzP .ant-spin {
  margin-right: 8px;
}
.src-containers-Search-ComprehensiveSearch-module__collapseIcon--3QAfU {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 12px;
  border-radius: 4px 0 0 4px;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 0.3s ease;
}
.src-containers-Search-ComprehensiveSearch-module__collapseIcon--3QAfU:hover {
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
}
.src-containers-Search-ComprehensiveSearch-module__collapseIcon--3QAfU:active {
  transform: translateY(-50%) scale(0.95);
}
.src-containers-Search-ComprehensiveSearch-module__citation--sRgTr {
  display: inline-block;
  padding: 0 6px;
  margin: 0 2px;
  border-radius: 4px;
  background: #e6f7ff;
  color: #1890ff;
  cursor: pointer;
  border: 1px solid #91d5ff;
  font-size: 14px;
  line-height: 1.5715;
  transition: all 0.3s;
}
.src-containers-Search-ComprehensiveSearch-module__citation--sRgTr:hover {
  background: #bae7ff;
  border-color: #69c0ff;
}
.src-containers-Search-ComprehensiveSearch-module__reasoningBox--JgtCZ {
  margin: 16px 0;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #eee;
}
.src-containers-Search-ComprehensiveSearch-module__reasoningBox--JgtCZ .src-containers-Search-ComprehensiveSearch-module__reasoningHeader--1IprY {
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.src-containers-Search-ComprehensiveSearch-module__reasoningBox--JgtCZ .src-containers-Search-ComprehensiveSearch-module__reasoningHeader--1IprY h3 {
  font-size: 15px;
  color: #333;
  margin: 0;
  font-weight: 500;
}
.src-containers-Search-ComprehensiveSearch-module__reasoningBox--JgtCZ .src-containers-Search-ComprehensiveSearch-module__reasoningHeader--1IprY .src-containers-Search-ComprehensiveSearch-module__expandIcon--wLCqZ {
  color: #666;
  font-size: 14px;
}
.src-containers-Search-ComprehensiveSearch-module__reasoningBox--JgtCZ .src-containers-Search-ComprehensiveSearch-module__reasoningHeader--1IprY:hover {
  background: #f0f1f2;
}
.src-containers-Search-ComprehensiveSearch-module__reasoningBox--JgtCZ .src-containers-Search-ComprehensiveSearch-module__reasoningContent--22jDa {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-top: 8px;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.src-containers-Search-ComprehensiveSearch-module__reasoningBox--JgtCZ .src-containers-Search-ComprehensiveSearch-module__reasoningContent--22jDa.src-containers-Search-ComprehensiveSearch-module__expanded--29Q-c {
  padding: 12px 20px;
  max-height: 280px;
  overflow: auto;
}

.src-containers-Search-DeepSearch-module__deepSearchContainer--3duf6 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f5f7fa;
  position: relative;
}
.src-containers-Search-DeepSearch-module__contentLayout--3vQbZ {
  display: flex;
  height: 100vh;
  overflow: hidden;
}
.src-containers-Search-DeepSearch-module__leftContentWrapper--2-4H1 {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e8e8e8;
  position: relative;
  background: #fff;
}
.src-containers-Search-DeepSearch-module__leftContent--1fJGi {
  overflow-y: auto;
  padding: 24px 0px;
  padding-bottom: 100px;
  margin: 0 auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.src-containers-Search-DeepSearch-module__leftContent--1fJGi::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.src-containers-Search-DeepSearch-module__leftInputContainer--1bR1Z {
  position: absolute;
  bottom: 0px;
  min-width: 700px;
  max-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  background: #fff;
  border-radius: 20px;
  padding: 10px 20px 20px 20px;
  transition: all 0.3s ease;
  margin-left: 0px;
}
.src-containers-Search-DeepSearch-module__leftInputContainer--1bR1Z:focus-within {
  box-shadow: 0 10px 25px #d9d9d9, 0 0 0 1px #999999 inset;
  background: #fff;
}
.src-containers-Search-DeepSearch-module__leftInputContainer--1bR1Z .ant-input {
  border-radius: 20px;
  padding: 10px 16px;
  resize: none;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  transition: all 0.3s;
  flex: 1 1;
}
.src-containers-Search-DeepSearch-module__leftInputContainer--1bR1Z .ant-input:focus {
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-color: #1890ff;
}
.src-containers-Search-DeepSearch-module__leftInputContainer--1bR1Z .ant-input::placeholder {
  color: #bbb;
}
.src-containers-Search-DeepSearch-module__leftToolsItem--2aPC4 {
  cursor: pointer;
  width: 50px;
  height: 27px;
  line-height: 25px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  text-align: center;
}
.src-containers-Search-DeepSearch-module__leftToolsItem--2aPC4:hover {
  background: #f4f4f4;
}
.src-containers-Search-DeepSearch-module__toolBar--Emr6c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.src-containers-Search-DeepSearch-module__rightTools--1rOnz {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
}
.src-containers-Search-DeepSearch-module__rightTools--1rOnz span {
  cursor: pointer;
  width: 50px;
  height: 27px;
  line-height: 27px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  text-align: center;
}
.src-containers-Search-DeepSearch-module__rightTools--1rOnz span:hover {
  background: #f4f4f4;
}
.src-containers-Search-DeepSearch-module__rightContent--yxBTG {
  width: 350px;
  overflow-y: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.src-containers-Search-DeepSearch-module__rightContent--yxBTG::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.src-containers-Search-DeepSearch-module__titleSection--FQHMv {
  margin-bottom: 24px;
}
.src-containers-Search-DeepSearch-module__titleSection--FQHMv h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  padding: 0px 35px;
  line-height: 2;
  max-height: 62px;
  /* 约等于两行的高度 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 最多显示2行 */
  -webkit-box-orient: vertical;
}
.src-containers-Search-DeepSearch-module__finalContent--2vC_f {
  background-color: #fff;
  border-radius: 12px;
  padding: 0px 40px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  word-break: break-word;
}
.src-containers-Search-DeepSearch-module__thinkingProcess--OiI-N {
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0px 35px;
  min-width: 700px;
}
.src-containers-Search-DeepSearch-module__thinkingHeader--3T4JR {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
  min-width: 700px;
}
.src-containers-Search-DeepSearch-module__thinkingIcon--1TGfn {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.src-containers-Search-DeepSearch-module__thinkingTitle--UWqzB {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #1d1d1e;
  display: flex;
  align-items: center;
}
.src-containers-Search-DeepSearch-module__collapseButton--2notO {
  color: #222;
  border: none;
  background: transparent;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.src-containers-Search-DeepSearch-module__collapseButton--2notO:hover {
  background-color: rgba(24, 144, 255, 0.1);
}
.src-containers-Search-DeepSearch-module__thinkingSteps--1RWFH {
  padding: 20px;
  overflow-y: auto;
  transition: max-height 0.5s ease, opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  transform: translateY(0);
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #fff;
  margin-top: -1px;
}
.src-containers-Search-DeepSearch-module__collapsed--1_LWg {
  max-height: 0;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(-10px);
  overflow: hidden;
}
.src-containers-Search-DeepSearch-module__thinkingStep--35cdV {
  display: flex;
  margin-bottom: 24px;
  position: relative;
}
.src-containers-Search-DeepSearch-module__thinkingStep--35cdV:last-child {
  margin-bottom: 0;
}
.src-containers-Search-DeepSearch-module__stepTimeline--3RAK7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 16px;
}
.src-containers-Search-DeepSearch-module__searchSession--1BfzJ {
  background: #fff;
  padding: 40px;
  min-width: 700px;
  max-width: 1000px;
}
.src-containers-Search-DeepSearch-module__searchSession--1BfzJ:not(:first-child) {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 10px;
}
.src-containers-Search-DeepSearch-module__stepDot--mwr6v {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.src-containers-Search-DeepSearch-module__stepDot--mwr6v.src-containers-Search-DeepSearch-module__processing--1NgJF {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
}
.src-containers-Search-DeepSearch-module__stepDot--mwr6v.src-containers-Search-DeepSearch-module__completed--2P-gt {
  background-color: #000000;
  color: white;
  border: none;
}
.src-containers-Search-DeepSearch-module__checkIcon--2nmdE {
  font-size: 10px;
}
.src-containers-Search-DeepSearch-module__stepLine--BzhxT {
  width: 2px;
  flex-grow: 1;
  border: 1px dashed #000000;
  margin: 4px 0;
}
@keyframes src-containers-Search-DeepSearch-module__pulse--3uNNT {
  0% {
    box-shadow: 0 0 0 0 rgba(24, 144, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(24, 144, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(24, 144, 255, 0);
  }
}
.src-containers-Search-DeepSearch-module__stepContent--1MA8C {
  flex: 1 1;
  padding: 0 0 0 4px;
}
.src-containers-Search-DeepSearch-module__stepTitle--1ZAN7 {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0 0 8px;
}
.src-containers-Search-DeepSearch-module__stepDescription--2mCMi {
  font-size: 13px;
  color: #666;
  margin: 0 0 12px;
  line-height: 1.6;
}
.src-containers-Search-DeepSearch-module__subSteps--3PxeS {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.src-containers-Search-DeepSearch-module__subSteps--3PxeS li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #666;
}
.src-containers-Search-DeepSearch-module__subSteps--3PxeS li:last-child {
  margin-bottom: 0;
}
.src-containers-Search-DeepSearch-module__subSteps--3PxeS li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1890ff;
  opacity: 0.7;
}
.src-containers-Search-DeepSearch-module__referencesHeader--1Bcrk {
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.src-containers-Search-DeepSearch-module__referencesHeader--1Bcrk h3 {
  font-size: 16px;
  margin: 0;
  color: #333;
}
.src-containers-Search-DeepSearch-module__sortControls--3oqoE {
  display: flex;
  align-items: center;
}
.src-containers-Search-DeepSearch-module__segmentedTabs--3MzD8 {
  display: flex;
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px;
  height: 40px;
  line-height: 34px;
  width: 90%;
  margin: 16px auto;
  border-radius: 20px;
}
.src-containers-Search-DeepSearch-module__segmentedTab--JlyJC {
  flex: 1 1;
  text-align: center;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  border-radius: 20px;
}
.src-containers-Search-DeepSearch-module__segmentedTab--JlyJC:hover {
  color: #333;
  background-color: #e6e3e3;
}
.src-containers-Search-DeepSearch-module__segmentedTab--JlyJC.src-containers-Search-DeepSearch-module__active--YqCFQ {
  background-color: #fff;
  color: #333;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.src-containers-Search-DeepSearch-module__referencesList--Akk16 {
  flex: 1 1;
  overflow-y: auto;
  padding: 0 16px 16px;
}
.src-containers-Search-DeepSearch-module__referenceItem--2UJfT {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.3s;
}
.src-containers-Search-DeepSearch-module__referenceItem--2UJfT:last-child {
  border-bottom: none;
}
.src-containers-Search-DeepSearch-module__referenceHeader--uh9WP {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.src-containers-Search-DeepSearch-module__referenceIndex--3YBcn {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-right: 10px;
  flex-shrink: 0;
}
.src-containers-Search-DeepSearch-module__referenceSource--tzw5g {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}
.src-containers-Search-DeepSearch-module__referenceSource--tzw5g:hover {
  text-decoration: underline;
}
.src-containers-Search-DeepSearch-module__sourceFavicon--1-lmt {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 10px;
}
.src-containers-Search-DeepSearch-module__referenceTitle--jOlIl {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.src-containers-Search-DeepSearch-module__referenceDescription--3ocwB {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-containers-Search-DeepSearch-module__referenceDate--2nMJE {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.src-containers-Search-DeepSearch-module__emptyReferences--2WRkd {
  padding: 40px 0;
}
.src-containers-Search-DeepSearch-module__referenceAuthors--rsBEP {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}
.src-containers-Search-DeepSearch-module__referenceStats--KJoPW {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #aaa;
}
.src-containers-Search-DeepSearch-module__sendButton--3fGxk {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  background: linear-gradient(135deg, #7dd4ff 0%, #006eeb 100%);
  border: none;
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3);
  transition: all 0.3s;
}
.src-containers-Search-DeepSearch-module__sendButton--3fGxk:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(24, 144, 255, 0.4);
  background: linear-gradient(135deg, #66c1ff 0%, #0058c9 100%);
}
.src-containers-Search-DeepSearch-module__sendButton--3fGxk:active {
  transform: translateY(0);
}
.src-containers-Search-DeepSearch-module__sendButton--3fGxk .anticon {
  font-size: 16px;
}
.src-containers-Search-DeepSearch-module__emptyState--2XMaJ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
  text-align: center;
}
.src-containers-Search-DeepSearch-module__emptyState--2XMaJ .src-containers-Search-DeepSearch-module__emptyStateIcon--2Y3GP {
  font-size: 48px;
  margin-bottom: 16px;
}
.src-containers-Search-DeepSearch-module__emptyState--2XMaJ h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #333;
}
.src-containers-Search-DeepSearch-module__emptyState--2XMaJ p {
  font-size: 14px;
  color: #666;
  max-width: 300px;
}
.src-containers-Search-DeepSearch-module__typingIndicator--xulLD {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  padding: 16px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
.src-containers-Search-DeepSearch-module__typingIndicator--xulLD span {
  color: #666;
  font-size: 14px;
}
@media (max-width: 768px) {
  .src-containers-Search-DeepSearch-module__contentLayout--3vQbZ {
    flex-direction: column;
  }
  .src-containers-Search-DeepSearch-module__leftContentWrapper--2-4H1 {
    height: 60vh;
  }
  .src-containers-Search-DeepSearch-module__rightContent--yxBTG {
    width: 100%;
    height: 40vh;
  }
  .src-containers-Search-DeepSearch-module__leftInputContainer--1bR1Z {
    right: 0;
  }
}
.src-containers-Search-DeepSearch-module__typingContent--2f2k4 {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 35px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  word-break: break-word;
}
.src-containers-Search-DeepSearch-module__citationsIconList--2fVel {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
  gap: 8px;
  margin-top: 8px;
}
.src-containers-Search-DeepSearch-module__citationsCount--MaPEx {
  font-size: 12px;
  margin-top: 10px;
}
.src-containers-Search-DeepSearch-module__sourceIcon--28edz {
  width: 16px;
  height: 16px;
  object-fit: contain;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.src-containers-Search-DeepSearch-module__sourceTitle--1Npmq {
  font-size: 13px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
}
.src-containers-Search-DeepSearch-module__citationIconItem--2F5q5 {
  width: 200px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  background: #f6f6f7;
  padding: 10px;
}
.src-containers-Search-DeepSearch-module__citationIconItem--2F5q5:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.src-containers-Search-DeepSearch-module__citationIconItem--2F5q5 img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  border-radius: 50%;
}
.src-containers-Search-DeepSearch-module__citationFallbackIcon--3H9di {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1890ff;
  color: white;
  font-weight: bold;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
.src-containers-Search-DeepSearch-module__generatingContent--2Esow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  background-color: #fff;
  border-radius: 12px;
}
.src-containers-Search-DeepSearch-module__generatingContent--2Esow span {
  margin-top: 16px;
  color: #666;
  font-size: 16px;
}
.src-containers-Search-DeepSearch-module__historyContentBlocks--1adVo {
  margin-top: 20px;
}
.src-containers-Search-DeepSearch-module__contentBlock--3Uew8 {
  margin-bottom: 30px;
  border-radius: 12px;
  padding: 10px;
}
.src-containers-Search-DeepSearch-module__blockTitle--WFED- {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}
.src-containers-Search-DeepSearch-module__blockContent--2RdvM {
  font-size: 14px;
  line-height: 1.6;
}
.src-containers-Search-DeepSearch-module__reasoningProcess--F3Uco {
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0px 35px;
  margin-bottom: 20px;
  min-width: 500px;
}
.src-containers-Search-DeepSearch-module__reasoningHeader--29Ags {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  border-radius: 10px;
  border-bottom: none;
  transition: all 0.3s ease;
  min-width: 500px;
}
.src-containers-Search-DeepSearch-module__reasoningIcon--1bSPg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.src-containers-Search-DeepSearch-module__reasoningTitle--1EcK4 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #1d1d1e;
  display: flex;
  align-items: center;
}
.src-containers-Search-DeepSearch-module__reasoningSteps--3DwVp {
  padding: 20px;
  overflow-y: auto;
  transition: max-height 0.5s ease, opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  transform: translateY(0);
  border-top: none;
  background-color: #fafafa;
}
.src-containers-Search-DeepSearch-module__reasoningSteps--3DwVp.src-containers-Search-DeepSearch-module__collapsed--1_LWg {
  max-height: 0;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(-10px);
  overflow: hidden;
}
.src-containers-Search-DeepSearch-module__historyDrawer--11_ic {
  position: fixed;
  top: 0;
  left: -100%;
  width: 480px;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  transition: left 0.3s ease-in-out;
  z-index: 1001;
}
.src-containers-Search-DeepSearch-module__historyDrawer--11_ic.src-containers-Search-DeepSearch-module__show--3uOp9 {
  left: 0;
}
@media (max-width: 768px) {
  .src-containers-Search-DeepSearch-module__historyDrawer--11_ic {
    width: 90%;
  }
}
.src-containers-Search-DeepSearch-module__drawerMask--FZ_rs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1000;
  animation: src-containers-Search-DeepSearch-module__fadeIn--TPje- 0.3s ease;
}
.src-containers-Search-DeepSearch-module__watermarkIcon--2UZLK {
  width: 240px;
}
.src-containers-Search-DeepSearch-module__breadcrumb--1qVCH {
  padding: 16px 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.src-containers-Search-DeepSearch-module__breadcrumb--1qVCH .src-containers-Search-DeepSearch-module__backLink--1Xu7x {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s;
}
.src-containers-Search-DeepSearch-module__breadcrumb--1qVCH .src-containers-Search-DeepSearch-module__backLink--1Xu7x:hover {
  color: #1890ff;
}
.src-containers-Search-DeepSearch-module__breadcrumb--1qVCH .src-containers-Search-DeepSearch-module__backLink--1Xu7x .src-containers-Search-DeepSearch-module__backIcon--1z7Rr {
  margin-right: 8px;
  font-size: 12px;
}
.src-containers-Search-DeepSearch-module__breadcrumb--1qVCH .src-containers-Search-DeepSearch-module__separator--coXXb {
  margin: 0 8px;
  color: #d9d9d9;
}
.src-containers-Search-DeepSearch-module__breadcrumb--1qVCH .src-containers-Search-DeepSearch-module__currentPage--1_i6v {
  color: #333;
  font-weight: 500;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 段落出现时的动画 */


.animated-markdown h2,

.animated-markdown ol,
.animated-markdown blockquote,
.animated-markdown pre {
    /*!*animation: slideUp 1s linear;*!*/
    /*animation: fadeIn 1s ease-in-out;*/
    /*animation-delay: 0s;*/
    /*animation-fill-mode: both;*/
    /*!* 重要：确保动画只播放一次 *!*/
    /*animation-iteration-count: 1;*/
    /*!*animation-fill-mode: forwards;*!*/
    /*will-change: transform, opacity;*/
    /*!* 减少重绘 *!*/
    /*contain: layout paint style;*/
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.pHover:hover {
    background: #00f6ff;
}
.pHover {
    cursor: pointer;
}
.animated-markdown p{
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 1.7;
}

.animated-markdown h4,
.animated-markdown h2,
.animated-markdown ul{
    margin-top:10px
}
.animated-markdown ol{
    margin-left:-20px
}
.animated-markdown li{
    margin-top:10px
}

.citation:hover {
    background-color: #1890ff !important;
    color: #fff !important;
}
.ant-popover-inner{
    border-radius: 20px !important;
}

.animated-markdown {
    will-change: contents;
}

.react-markdown {
    contain: content;
}

/* .animated-markdown h1{
    font-size: 16px;
}
.animated-markdown h2{
    font-size: 15px;
} */

.animated-markdown h3{
    margin-top: 30px;
}


.citation {
    color: #666666;
    cursor: pointer;
    padding: 0 3px;
    background-color: #ddd;
    border-radius: 10px;
    font-size: 11px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    line-height: 14.3px;
    margin: -3px 0px 0px 3px;
}

.citation:hover {
    background-color: #1890ff;
}

.citations-container {
    display: inline-flex;
    align-items: center;
}

.animated-markdown hr{
    border-color: #ececed !important;
}

.animated-markdown h1{
    font-size: 28px;
}
.animated-markdown h2{
    font-size: 24px;
}
.animated-markdown h3{
    font-size: 22px;
}
.animated-markdown h4{
    font-size: 20px;
}
.animated-markdown h5{
    font-size: 18px;
}
.SharePanel_checkboxGroup__39xi9 {
  display: flex;
  flex-direction: column;
  /* padding: 0 20px; */
  max-height: 170px;
  /* border: 1px solid #e3e3e3; */
  overflow-y: scroll;
}
.SharePanel_checkboxGroup__39xi9 .SharePanel_list__1I91E {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.SharePanel_checkboxGroup__39xi9 .SharePanel_list__1I91E:last-child {
  border-bottom: none;
}
.SharePanel_checkboxName__Cdwus {
  margin-left: 10px;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SharePanel_shareMsg__3OcrK {
  margin-bottom: 20px;
  padding-top: 10px;
}
.SharePanel_shareMsg__3OcrK h3 {
  font-size: 14px;
}
.SharePanel_shareMsg__3OcrK h3 label {
  margin-right: 10px;
}
.SharePanel_checkboxGroup__39xi9 .checkbox-button {
  margin-bottom: 8px;
  margin-right: 8px;
  margin-left: 0;
  height: 45px;
  line-height: 45px;
}
.SharePanel_shareFiles__1Hn60 {
  min-height: 200px;
}
.SharePanel_loading__2Ofvd {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.SharePanel_shareNotDesc__1rGzj {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 0px;
}
.SharePanel_shareBtn__2plaa {
  padding: 70px 0;
  margin: 0;
}
.SharePanel_shareBtn__2plaa .ant-btn-primary {
  margin: 0 auto;
  width: 180px;
  height: 40px;
  display: block;
}
.SharePanel_shareDesc__UUgBw span {
  display: block;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}
.SharePanel_shareDesc__UUgBw {
  border-top: 1px solid #eee;
  padding-top: 20px;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
}

.SharePanel_goJoin__H6IuD {
  color: #55c0ff;
  cursor: pointer;
  margin-left: 10px;
}
.inviteOneList {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border-color-22);
}
.SharePanel_shareListTitle__3_zdD {
  font-weight: 600;
  color: #333;
}
.SharePanel_shareText__2EAgV {
  font-size: 12px;
  color: #333333;
}
.SharePanel_tipsText__1L-xP {
  margin-top: 20px;
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.SharePanel_blueText__n0Jln {
  color: #55c0ff;
  cursor: pointer;
}
.SharePanel_shareCloseText__eoWZv {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.SharePanel_tabTitleWrap__33zVZ {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SharePanel_tabTtitle__1f-Fq {
  display: block;
  font-size: 18px;
  color: #333333;
  padding: 15px 0px;
  border-bottom: 3px solid #fff;
  margin: 0 20px;
  cursor: pointer;
}
.SharePanel_tabTitleActive__1IcHl {
  border-bottom: 3px solid #55c0ff;
}
.SharePanel_shareModal__KuXTX .ant-modal-header {
  padding: 0 24px;
}
.SharePanel_shareModal__KuXTX .ant-modal-footer {
  display: block;
}
.SharePanel_tabDisable__2QHZy {
  color: #ccc;
  cursor: auto;
}
.SharePanel_shareModalHideFooter__1F-68 .ant-modal-footer {
  display: none;
}

.SharePanel_moduleBox__3qOA8{
  margin-bottom: 20px;
}
.SharePanel_moduleBox__3qOA8 p{
  font-size: 14px;
  color: #666;
  margin-bottom: 14px;
}

.SharePanel_moduleBox__3qOA8 > div{
  border-radius: 2px;
  border: 1px solid #E3E3E3;
  font-size: 14px;
  color: #333;
  padding: 0 20px;
  box-sizing: border-box;
}

.SharePanel_radioGroup__25E33{
  width: 100%;
}
.SharePanel_radioBlock__SKKon{
  display: block;
  /* width: 100%; */
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: -1px;
  color: #333;
}

.theme_0 .SharePanel_tabTtitle__1f-Fq,
.theme_0 .SharePanel_moduleBox__3qOA8 p,
.theme_0 .SharePanel_radioBlock__SKKon span{
  color: var(--fontColor);
}

.theme_0 .SharePanel_moduleBox__3qOA8 > div{
  border-color: var(--borderColor) ;
}
.theme_0 .SharePanel_radioBlock__SKKon{
  border-color: var(--borderColor) ;
}

.theme_0 .SharePanel_checkboxGroup__39xi9 label{
  border-color: var(--borderColor);
}

.theme_0 .SharePanel_checkboxGroup__39xi9 label span{
  color: var(--fontColor);
}

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

.theme_0 .SharePanel_shareMsg__3OcrK textarea::placeholder{
  color: var(--spanColor);
}

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


.theme_0 .SharePanel_shareModal__KuXTX .ant-modal-footer .SharePanel_cancelBtn__2ye-h{
  background-color: transparent;
  color: var(--fontColor);
}

.theme_0 .ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before{
  background-color: var(--hoverColor);
}
