.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;
}
.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;
  }
} 
.SkillStore_container__2Xg1u {
  padding: 12px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100%;
}

.SkillStore_header__1IrM9 {
  margin-bottom: 32px;
  text-align: center;
}

.SkillStore_title__3TKsH {
  font-size: 28px;
  font-weight: 600;
  color: #1d1d1e;
  margin: 0 0 8px;
}

.SkillStore_subtitle__iyHd3 {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.SkillStore_searchWrapper__3QK6s {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.SkillStore_searchInput__9LH9w {
  width: 400px;
}

.SkillStore_searchInput__9LH9w .ant-input {
  height: 40px;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.SkillStore_searchInput__9LH9w .ant-input-prefix {
  left: 12px;
  position: absolute;
  z-index: 1;
}

.SkillStore_searchInput__9LH9w .ant-input-suffix {
  right: 12px;
}

.SkillStore_searchIcon__1MYxs {
  color: #999;
  font-size: 16px;
}

.SkillStore_skillGrid__1Ojn4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
  margin-bottom: 40px;
}

.SkillStore_skillCard__2pDx4 {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.SkillStore_skillCard__2pDx4:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.SkillStore_cardHeader__HLLsc {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.SkillStore_skillIcon__TwvUx {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-right: 12px;
  flex-shrink: 0;
}

.SkillStore_skillInfo__1gQ3w {
  flex: 1 1;
  min-width: 0;
}

.SkillStore_skillName__1dV2b {
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1e;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.SkillStore_skillDescription__baqzc {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1 1;
}

.SkillStore_cardFooter__v6qQR {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.SkillStore_statItem__3Ga8H {
  display: flex;
  align-items: center;
  grid-gap: 4px;
  gap: 4px;
  font-size: 12px;
  color: #999;
}

.SkillStore_statIcon__16xNt {
  font-size: 12px;
}

.SkillStore_paginationWrapper__H2sFq {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

/* 响应式布局 */
@media (max-width: 1024px) {
  .SkillStore_skillGrid__1Ojn4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .SkillStore_skillGrid__1Ojn4 {
    grid-template-columns: 1fr;
  }

  .SkillStore_container__2Xg1u {
    padding: 16px;
  }
}

/* 弹窗样式 */
.SkillStore_skillModal__1BwJi .ant-modal-content {
  border-radius: 16px;
  overflow: hidden;
}

.SkillStore_skillModal__1BwJi .ant-modal-body {
  padding: 24px;
}

.SkillStore_modalContent__1FndI {
  position: relative;
}

.SkillStore_modalHeader__3xqxs {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.SkillStore_modalIcon__3UTjB {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-right: 16px;
  flex-shrink: 0;
}

.SkillStore_modalTitleWrapper__IHu5U {
  flex: 1 1;
  min-width: 0;
}

.SkillStore_modalTitle__1qnGm {
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1e;
  margin: 0 0 4px;
}

.SkillStore_modalSubtitle__3s36z {
  font-size: 14px;
  color: #999;
  margin: 0;
}

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

.SkillStore_favoriteIcon__2XFPZ {
  font-size: 20px;
  color: #999;
  cursor: pointer;
  transition: color 0.3s;
}

.SkillStore_favoriteIcon__2XFPZ:hover {
  color: #ff4d4f;
}

.SkillStore_versionTag__1u3YP {
  display: inline-flex;
  align-items: center;
  grid-gap: 4px;
  gap: 4px;
  background: #f0f9eb;
  color: #52c41a;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 13px;
  margin-bottom: 16px;
}

.SkillStore_versionIcon__EP0GB {
  font-size: 12px;
}

.SkillStore_modalDescription__1ZFly {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin: 0 0 12px;
}

.SkillStore_dataSource__17oxM {
  font-size: 13px;
  color: #999;
  margin-bottom: 20px;
}

.SkillStore_sourceLink__2sfTC {
  color: #1677ff;
  text-decoration: none;
}

.SkillStore_sourceLink__2sfTC:hover {
  text-decoration: underline;
}

.SkillStore_statsRow__2F_pd {
  display: flex;
  grid-gap: 12px;
  gap: 12px;
  margin-bottom: 24px;
}

.SkillStore_statBox__2hoQj {
  flex: 1 1;
  background: #f5f7fa;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

.SkillStore_statValue__86MNw {
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1e;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 4px;
  gap: 4px;
}

.SkillStore_statLabel__3-4QJ {
  font-size: 12px;
  color: #999;
}

.SkillStore_installSection__2v9oX {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}

.SkillStore_installTitle__3vSo9 {
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1e;
  margin: 0 0 16px;
}

.SkillStore_tabWrapper__1ON0B {
  display: flex;
  background: #f5f7fa;
  border-radius: 8px;
  padding: 4px;
  margin-bottom: 16px;
}

.SkillStore_tab__3IjRC {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 6px;
  gap: 6px;
  padding: 10px 16px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s;
}

.SkillStore_tabActive__1NmL6 {
  background: #fff;
  color: #1677ff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.SkillStore_installHint__1Jc67 {
  font-size: 13px;
  color: #666;
  margin: 0 0 12px;
  line-height: 1.6;
}

.SkillStore_installHint__1Jc67 a {
  color: #1677ff;
}

.SkillStore_promptBox__Xup5i {
  background: #f5f7fa;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
}

.SkillStore_promptBox__Xup5i p {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  margin: 0 0 8px;
}

.SkillStore_promptBox__Xup5i p:last-child {
  margin-bottom: 0;
}

.SkillStore_promptBox__Xup5i a {
  color: #1677ff;
  word-break: break-all;
}

.SkillStore_commandBox__3kcGH {
  background: #0d1117;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  padding: 16px;
  display: flex;
  align-items: center;
}

.SkillStore_commandPrompt__1kH3X {
  color: #4ade80;
  font-size: 14px;
  margin-right: 8px;
}

.SkillStore_commandText__teC2o {
  color: #27d22f;
  font-size: 14px;
}

.SkillStore_supportText__34Blk {
  font-size: 12px;
  color: #999;
  margin: 0 0 16px;
}

.SkillStore_copyButton__2N2Zs {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  font-size: 14px;
}

.SkillStore_closeIcon__64vEW {
  font-size: 16px;
  color: #999;
}

