.loading_loadingBox__5qOLT{
    position: absolute;
    top:50%;
    left:50%;
    width:120px;
    height:100px;
    /*background:rgba(0,0,0,0.7);*/
    /*border-radius:10px;*/
    /*color:#fff;*/
    text-align: center;
    transform: translate(-50%,-50%);
    z-index: 999;
    font-size: 16px;
    padding:15px;
    background-color: rgba(30,30,30,.7);
    color:#f1f1f1;
}
@keyframes loading_gif__1E7Qe {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.loading_loadingBox__5qOLT img{
   /* width:40px;
    height:40px;*/
    margin-top:10px;
    margin-bottom:15px;
    /*animation: gif;
    animation-duration:2s;
    animation-timing-function: linear;
    animation-iteration-count:infinite;*/

    width:20px;
    height:20px;
}

.loading_small__20zNr{
    width:102px;
    height:32px;
    top:30px;
    transform: translate(-50%,0);
    display: flex;
    align-items: center;
    border-radius:4px;

    font-size:12px;
    font-family:PingFang-SC-Medium,PingFang-SC;
    font-weight:500;
    color:rgba(255,255,255,1);
}
.loading_small__20zNr img{
    width:14px;
    height:14px;
    margin:0;
    margin-right:8px;
}

.OutageNoticeModal_outageNoticeModal__1-HBq {
  .ant-modal-content {
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
  }

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

.OutageNoticeModal_modalContent__2aBG9 {
  position: relative;
  width: 420px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.OutageNoticeModal_modalBgImage__3rqtK {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.OutageNoticeModal_modalBody__1asPQ {
  position: relative;
  z-index: 2;
  padding: 140px 32px 32px;
  text-align: center;
}

.OutageNoticeModal_modalTitle__2h8kS {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.3;
}

.OutageNoticeModal_modalSubtitle__4FUSG {
  font-size: 14px;
  color: #89878A;
  line-height: 1.5;
  margin-bottom: 24px;
}

.OutageNoticeModal_modalHighlight__39gzL {
  margin-bottom: 8px;
}

.OutageNoticeModal_highlightText__2h4pG {
  font-size: 18px;
  font-weight: 600;
  color: #6B41E3;
}

.OutageNoticeModal_modalDesc__lXN80 {
  font-size: 18px;
  color: #6B41E3;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.4;
}

.OutageNoticeModal_modalActions__3msEE {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  margin-bottom: 16px;
}

.OutageNoticeModal_primaryBtn__J5Bwb {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #222 0%, #33083D 100%);
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s;
}

.OutageNoticeModal_primaryBtn__J5Bwb:hover {
  opacity: 0.9;
}

.OutageNoticeModal_closeText__xH3jo {
  border-radius: 12px;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #222;
  border: 1px solid #ECECEC;
  cursor: pointer;
  transition: opacity 0.2s;
}

.OutageNoticeModal_closeText__xH3jo:hover {
  opacity: 0.7;
}

.OutageNoticeModal_modalFooter__1mgT1 {
  font-size: 13px;
  color: #89878A;
  line-height: 1.4;
}

.Banner_bannerContainer__2HIuD {
  width: 100%;
  display: block;
  position: relative;
}

.Banner_bannerSlide__2oirb {
  width: 100%;
  display: block;
}

.Banner_bannerImage__1u0q2 {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.Banner_bannerImage__1u0q2:hover {
  opacity: 0.95;
}

.Banner_bannerImage__1u0q2:active {
  opacity: 0.9;
}

/* 轮播指示点 */
.Banner_bannerContainer__2HIuD .slick-dots {
  bottom: 8px;
}

.Banner_bannerContainer__2HIuD .slick-dots li button {
  background: rgba(255, 255, 255, 0.6);
  opacity: 0.8;
}

.Banner_bannerContainer__2HIuD .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}

.Banner_closeButton__2aYMJ {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  background: rgba(226, 13, 16, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
  line-height: 1;
  opacity: 0.85;
}

.Banner_closeButton__2aYMJ:hover {
  background: rgba(226, 13, 16, 1);
  border-color: rgba(255, 255, 255, 0.9);
  color: white;
  opacity: 1;
}

.Banner_closeButton__2aYMJ:active {
  transform: scale(0.95);
}

/* 弹窗蒙层 */
.Banner_popupOverlay__3oXWx {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: Banner_fadeIn__3KSUw 0.3s ease;
}

@keyframes Banner_fadeIn__3KSUw {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 弹窗容器 */
.Banner_popupContainer__29-TV {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: Banner_popupSlideIn__NrBw6 0.4s ease;
}

@keyframes Banner_popupSlideIn__NrBw6 {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* 弹窗关闭按钮 */
.Banner_popupCloseButton__2jtWJ {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.Banner_popupCloseButton__2jtWJ:hover {
  background: white;
  color: #e20d10;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.Banner_popupCloseButton__2jtWJ:active {
  transform: rotate(90deg) scale(0.95);
}

/* 弹窗主图 */
.Banner_popupImage__VfgHB {
  max-width: 100%;
  max-height: 70vh;
  width: auto;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* 按钮组容器 */
.Banner_popupButtons__2uBXD {
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

/* 稍后再来按钮图片 */
.Banner_backLaterButton__2DpiG {
  max-width: 180px;
  height: auto;
  cursor: pointer;
  transition: all 0.3s ease;
  filter: brightness(1);
}

.Banner_backLaterButton__2DpiG:hover {
  transform: translateY(-2px) scale(1.05);
  filter: brightness(1.1);
}

.Banner_backLaterButton__2DpiG:active {
  transform: translateY(0) scale(1);
  filter: brightness(0.95);
}

/* 立即抢购按钮图片 */
.Banner_buyNowButton__YQKzL {
  max-width: 180px;
  height: auto;
  cursor: pointer;
  transition: all 0.3s ease;
  filter: brightness(1);
}

.Banner_buyNowButton__YQKzL:hover {
  transform: translateY(-2px) scale(1.05);
  filter: brightness(1.1);
}

.Banner_buyNowButton__YQKzL:active {
  transform: translateY(0) scale(1);
  filter: brightness(0.95);
}

/* 响应式设计 */
@media (max-width: 768px) {
  .Banner_popupImage__VfgHB {
    max-height: 60vh;
  }
  
  .Banner_popupButtons__2uBXD {
    grid-gap: 12px;
    gap: 12px;
    margin-top: 16px;
  }
  
  .Banner_backLaterButton__2DpiG,
  .Banner_buyNowButton__YQKzL {
    max-width: 140px;
  }
  
}

.UserAvatar_userAvatarPinyin__2TQ9I {
    background-color: #55C0FF;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #fff;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
}
.AccountInfoPanel_accountInfoPanelWrap__3cbyp {
  width: 340px;
  padding: 16px 20px;
  font-size: 14px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.AccountInfoPanel_accountInfo__2QJ_S {
  width: 100%;
  position: relative;
}

.AccountInfoPanel_accountInfo__2QJ_S .AccountInfoPanel_accountInfoTop__EgsCZ {
  display: flex;
  align-items: center;
}

.AccountInfoPanel_accountInfo__2QJ_S .AccountInfoPanel_accountInfoTop__EgsCZ .AccountInfoPanel_accountInfoAvatar__24L9_ {
  position: relative;
  width: 52px;
  height: 52px;
  margin-right: 16px;
  border-radius: 50%;
  background: #f5f5f5;
}

.AccountInfoPanel_accountInfo__2QJ_S .AccountInfoPanel_accountInfoTop__EgsCZ .AccountInfoPanel_accountInfoDesc__3BPOU {
  flex: 1 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.AccountInfoPanel_idAndBadge__IqyVd {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  line-height: 1;
  min-width: 0;
  grid-gap: 6px;
  gap: 6px;
}

.AccountInfoPanel_showId__2yfgG {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 1;
  flex-shrink: 0;
}

.AccountInfoPanel_badgeGroup__prXdU {
  display: inline-flex;
  align-items: center;
  grid-gap: 4px;
  gap: 4px;
  flex-shrink: 0;
}

.AccountInfoPanel_versionBadge__3w9_d {
  font-size: 11px;
  font-weight: 500;
  color: #8c8c8c;
  background: #f5f5f5;
  padding: 1px 7px;
  border-radius: 10px;
  line-height: 18px;
  white-space: nowrap;
}

.AccountInfoPanel_versionBadgeFree__3_Abe {
  background: #f5f5f5;
  color: #8c8c8c;
}

/* 基础版 */
.AccountInfoPanel_versionBadgeBasic__2zCiR {
  background: #fff8e1;
  color: #a67c00;
}

/* 高级版 */
.AccountInfoPanel_versionBadgeAdvanced__UKWal {
  background: #f0ebff;
  color: #5b3dc4;
}

/* 专家版 */
.AccountInfoPanel_versionBadgeExpert__hs2r7 {
  background: #e8deff;
  color: #4a2db3;
}

.AccountInfoPanel_versionBadgePaid__2IahM {
  background: #f0ebff;
  color: #5b3dc4;
}

.AccountInfoPanel_planBadge__2RG2C {
  font-size: 11px;
  font-weight: 500;
  color: #5b3dc4;
  background: #fff;
  border: 1px solid rgba(91, 61, 196, 0.22);
  padding: 0 7px;
  border-radius: 10px;
  line-height: 16px;
  white-space: nowrap;
}

.AccountInfoPanel_accountInviteCodeWrap__ATNrm {
  font-size: 13px;
  color: #8c8c8c;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 2px;
}

.AccountInfoPanel_accountInviteCodeWrap__ATNrm .AccountInfoPanel_accountInviteCode__2ZEa4 {
  margin-right: 8px;
}

.AccountInfoPanel_copyBtn__1vLqi {
  cursor: pointer;
  font-size: 14px;
  color: #8c8c8c;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}

.AccountInfoPanel_copyBtn__1vLqi:hover {
  color: #333333;
}

.AccountInfoPanel_upgradeSection__jgySZ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:10px;
}

.AccountInfoPanel_upgradeTip__3vfpb {
  font-size: 14px;
  color: #8c8c8c;
}

.AccountInfoPanel_updateBtn__1iPwO {
  background: linear-gradient(135deg, #2E0B41, #180524);
  color: #F5D39D;
  width: 60px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 10px rgba(46, 11, 65, 0.3);
}

.AccountInfoPanel_updateBtn__1iPwO:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.AccountInfoPanel_memSpace__3MU3p {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 12px;
  width: 100%;
  margin-top:10px;
}

.AccountInfoPanel_memSpaceHeader__1pkgU {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
}

.AccountInfoPanel_memSpaceDesc__3Jsls {
  font-size: 13px;
  color: #8c8c8c;
  margin-bottom: 8px;
}

.AccountInfoPanel_progressBar__1fYln {
  height: 6px;
  background: #EAEAEA;
  border-radius: 3px;
  position: relative;
}

.AccountInfoPanel_progressFill__3Mf8r {
  height: 100%;
  background: #3D1B4C;
  border-radius: 3px;
  position: relative;
  transition: width 0.3s ease;
}

.AccountInfoPanel_progressFill__3Mf8r::after {
  content: '';
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #3D1B4C;
  border-radius: 50%;
}

.AccountInfoPanel_headerActionsWrap__35UrO {
  display: flex;
  flex-direction: column;
}

.AccountInfoPanel_actionItem__2UO1R {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 12px;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s;
}

.AccountInfoPanel_actionItemActive__1lRfC,
.AccountInfoPanel_actionItem__2UO1R:hover {
  background: #f5f5f5;
}

.AccountInfoPanel_actionIcon__1sas1 {
  font-size: 18px;
  color: #333333;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AccountInfoPanel_actionLabel__2n-M6 {
  font-size: 15px;
  color: #333333;
}

.AccountInfoPanel_divider__3dZ5f {
  height: 1px;
  background-color: #f0f0f0;
  margin: 8px 0;
}

/* 暗黑模式适配 */
.theme_0 .AccountInfoPanel_accountInfoPanelWrap__3cbyp {
  background-color: #1a1a1a !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.theme_0 .AccountInfoPanel_showId__2yfgG,
.theme_0 .AccountInfoPanel_memSpaceHeader__1pkgU,
.theme_0 .AccountInfoPanel_actionIcon__1sas1,
.theme_0 .AccountInfoPanel_actionLabel__2n-M6 {
  color: #e0e0e0;
}

.theme_0 .AccountInfoPanel_versionBadge__3w9_d {
  background: #333333;
  color: #aaaaaa;
}

.theme_0 .AccountInfoPanel_versionBadgeFree__3_Abe {
  background: #333333;
  color: #aaaaaa;
}

.theme_0 .AccountInfoPanel_versionBadgeBasic__2zCiR {
  background: rgba(166, 124, 0, 0.28);
  color: #f0d78c;
}

.theme_0 .AccountInfoPanel_versionBadgeAdvanced__UKWal {
  background: rgba(91, 61, 196, 0.28);
  color: #cbb8ff;
}

.theme_0 .AccountInfoPanel_versionBadgeExpert__hs2r7 {
  background: rgba(91, 61, 196, 0.4);
  color: #ddd0ff;
}

.theme_0 .AccountInfoPanel_versionBadgePaid__2IahM {
  background: rgba(91, 61, 196, 0.28);
  color: #cbb8ff;
}

.theme_0 .AccountInfoPanel_planBadge__2RG2C {
  background: transparent;
  border-color: rgba(203, 184, 255, 0.35);
  color: #cbb8ff;
}

.theme_0 .AccountInfoPanel_memSpace__3MU3p {
  background: #2a2a2a;
}

.theme_0 .AccountInfoPanel_progressBar__1fYln {
  background: #444444;
}

.theme_0 .AccountInfoPanel_progressFill__3Mf8r {
  background: #a37cbd;
}

.theme_0 .AccountInfoPanel_actionItem__2UO1R:hover {
  background: #2a2a2a;
}

.theme_0 .AccountInfoPanel_divider__3dZ5f {
  background-color: #333333;
}

.theme_0 .AccountInfoPanel_accountInfoTop__EgsCZ .AccountInfoPanel_accountInfoAvatar__24L9_ {
  background: #333333;
}

.SearchHistory_autoDataBox__QWjBW{
  /*overflow: hidden;*/
  width: 410px;
  position: absolute;
  top: 48px;
  left: 112px;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 8px #e6e6e6;
  z-index:1001;
}

.SearchHistory_autoDataBoxWriteSearch__X7Ncx {
  top: 54px;
  left: 35px;
  width: 252px;
}

.SearchHistory_noResultWrap__1-P2E {
  width: 100%;
  height: 119px;
  border-radius: 6px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
}

.SearchHistory_noResultWrap1__15XQZ{
  color: #999999;
  margin-bottom: 10px;
}

.SearchHistory_noResultWrap2__2Kk7K {
  color: #55c0ff;
  cursor: pointer;
}


.SearchHistory_autoDataBody__2f6A7 ,.SearchHistory_searchHome__2KlyC .SearchHistory_autoDataBody__2f6A7{
  /*overflow-x: hidden;*/
  /*overflow-y: auto;*/
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 2px 8px #e6e6e6;
}

.SearchHistory_autoDataBody__2f6A7 .SearchHistory_autoDataHistoryHeader__1zuCZ {
  padding: 0 20px;
  color: #8C8C8C;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.SearchHistory_autoDataBody__2f6A7 .SearchHistory_autoDataHistoryHeader__1zuCZ div {
  line-height: 40px;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  font-weight: 400;
}

.SearchHistory_autoDataBody__2f6A7 .SearchHistory_autoDataHistoryHeader__1zuCZ div:last-child {

}

.SearchHistory_autoDataBody__2f6A7 .SearchHistory_autoDataHistoryHeader__1zuCZ div:last-child span:last-child {
  margin-left: 5px;
  color: #32C5FF;
  cursor: pointer;
}

.SearchHistory_autoDataBody__2f6A7 .SearchHistory_autoDataHistoryBody__1bALu {

}

.SearchHistory_autoDataList__3xUCD {
  /* padding-bottom: 10px; */
}

.SearchHistory_autoDataFooter__UIpU9 ,.SearchHistory_searchHome__2KlyC .SearchHistory_autoDataFooter__UIpU9{
  padding: 5px 5px 5px 15px;
  line-height: 30px;
}

.SearchHistory_autoDataItem__31-H0 ,.SearchHistory_searchHome__2KlyC .SearchHistory_autoDataItem__31-H0{
  padding: 0 5px 0 20px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  word-break: keep-all;
  word-wrap: normal;
  position: relative;
  color: #666666;
  font-size: 14px;
}

.SearchHistory_autoDataItem__31-H0 span,.SearchHistory_searchHome__2KlyC .SearchHistory_autoDataItem__31-H0 span {
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:80%;
  display:block;
}

.SearchHistory_autoDataItem__31-H0 span em ,.SearchHistory_searchHome__2KlyC .SearchHistory_autoDataItem__31-H0 span em{
  font-style: normal;
  color: #d0021b;
}


.SearchHistory_autoDataItem__31-H0:hover,.SearchHistory_searchHome__2KlyC .SearchHistory_autoDataItem__31-H0:hover{
  background-color: var(--hover-color);
}

.SearchHistory_autoDataItem__31-H0 .SearchHistory_autoDataItemDel__1HrgV,.SearchHistory_searchHome__2KlyC .SearchHistory_autoDataItem__31-H0 .SearchHistory_autoDataItemDel__1HrgV{
  width: 40px;
  position:absolute;
  right:0;
  top:0;
  margin-right:5px;
  font-size: 14px;
  color: #999999;
  display: none;
}

.SearchHistory_autoDataItem__31-H0:hover .SearchHistory_autoDataItemDel__1HrgV,.SearchHistory_searchHome__2KlyC .SearchHistory_autoDataItem__31-H0:hover .SearchHistory_autoDataItemDel__1HrgV {
  display:block;
}
.SearchHistory_autoDataFooter__UIpU9 ,.SearchHistory_searchHome__2KlyC .SearchHistory_autoDataFooter__UIpU9{
  border-top: 1px solid var(--page-border-color);
}

.SearchHistory_autoDataFreTagHeader__1S3A5 {
  border-top: 1px solid #E6E6E6;
  margin-top: 20px;
  display: flex;
  color: #8C8C8C;
  font-size: 12px;
  padding: 5px 15px 0;
}
.SearchHistory_autoDataFreTagHeader__1S3A5 div {
  line-height: 40px;
}

.SearchHistory_autoDataFreTagHeader__1S3A5 div:last-child {
  margin-left: 5px;
  font-size: 14px;
}

.SearchHistory_autoDataFreTagBody__2OXex {
  padding: 5px 20px 10px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.SearchHistory_autoDataFreTagBody__2OXex span {
  display: block;
  padding: 0 8px;
  min-width: 50px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  line-height: 22px;
  font-size: 14px;
  cursor: pointer;
  margin: 0 5px 10px 0;
  text-align: center;
  color: #262626;
  position: relative;
}

.SearchHistory_autoDataFreTagBody__2OXex span.SearchHistory_typeBtnActive__2gYWe {
  color: #55C0FFFF;
  border: 1px solid #55C0FFFF;
  background: #55C0FF10;
}

.SearchHistory_autoDataFreTagBody__2OXex span:hover {
  /*border: 1px solid #55c0ff;*/
  /*color: #55c0ff;*/
  /*cursor: pointer;*/
  font-weight:500;
  border: 1px solid #55C0FFFF;
  background-color: #0075CF0D;
  color: #55C0FFFF;
}

.SearchHistory_searchOk__3a7k8{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 20px;
  margin-bottom: 20px;
}

.SearchHistory_searchOk__3a7k8 .ant-btn {
  height: 26px;
  width: 60px;
  border-radius: 2px;
  font-size: 14px;
}


.SearchHistory_cusRecommend__3C7a- {
  position: relative;
}

.SearchHistory_cusRecommend__3C7a- .SearchHistory_cusRecommendContainer__2yQ9w{
  position:absolute;
  left:0;
  padding:5px 0 0 0;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  line-height: normal;
  min-width: 200px;
  z-index:1000;
  min-height: 80px;
}

.SearchHistory_cusRecommend__3C7a- .SearchHistory_cusRecommendArrowUp__3JfB0{
  background: transparent;
  width: 8px;
  height: 8px;
  position: absolute;
  display: block;
  top: 0;
  left: 15%;
  border-width: 4px;
  border-style: solid;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.SearchHistory_tagAdd__FP1b8 {
  border-radius: 2px;
  background: #E8E8E8;
  width: 40px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #aaa;
  font-size: 18px;
  float: left;
  margin: 6px 5px 8px 0;
  cursor: pointer;
}

.SearchHistory_tagAddVert__3SOJi {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  width: 96px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #999;
  font-size: 12px;
  float: left;
  margin: 6px 8px 8px 0;
  cursor: pointer;
}

.SearchHistory_cusRecommend__3C7a- {
  position: relative;
}

.SearchHistory_cusRecommend__3C7a- .SearchHistory_cusRecommendInput__4tWgb{
  outline: 0 none;
  border: 1px solid #E8E8E8;
  background: #FFFFFF;
  width: 120px;
  padding: 2px 8px;
  line-height:normal;
  height: 24px;
  border-radius:2px;
  vertical-align: top;
  font-size: 14px;
}

.SearchHistory_cusRecommend__3C7a- .SearchHistory_cusRecommendInputVert__3Ttjb{
  outline: 0 none;
  border: 1px solid #ddd;
  background:#fff;
  width: 96px;
  padding: 4px 8px;
  line-height:normal;
  height: 24px;
  margin: 6px 5px 0 0;
  border-radius:2px;
  vertical-align: top;
  font-size: 12px;
}

.SearchHistory_cusRecommend__3C7a- .SearchHistory_cusRecommendHeader__1_QN1{
  margin: 0 10px;
  border-bottom: 1px solid #eee;
  padding:5px 0;
  font-weight:bold;
}
.SearchHistory_cusRecommend__3C7a- ul,
.SearchHistory_cusRecommend__3C7a- li{
  margin:0;
  padding:0;
  list-style: none;
}
.SearchHistory_tagWraps__2mCQG{
  max-height: 180px;
  overflow: auto;
}
.SearchHistory_cusRecommend__3C7a- .SearchHistory_cusRecommendList__1ovhn{
  line-height:1.5;
}
.SearchHistory_cusRecommend__3C7a- .SearchHistory_cusRecommendItem__1InZd{
  display: flex;
  padding: 2px 10px;
  margin-bottom:2px;
  color:#333;
  cursor:pointer;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.SearchHistory_cusRecommend__3C7a- .SearchHistory_cusRecommendItem__1InZd em {
  font-size: 14px;
  color: #D21F24;
  font-family: PingFangSC-Regular, PingFang SC;
  font-style: normal;
}

.SearchHistory_cusRecommend__3C7a- .SearchHistory_cusRecommendItem__1InZd:hover{
  background:#F5F7FA;
}
.SearchHistory_cusRecommend__3C7a- .SearchHistory_cusNoResult__1mvBS{
  padding: 10px;
  text-align:center;
}

.SearchHistory_cusRecommend__3C7a- .SearchHistory_cusRecommendItem__1InZd span {
  border: none;
  margin: unset;
}

.SearchHistory_cusTagItemDelete__Z1KUL {
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
  display:none;
  color: #55C0FF;
  background: #fff;
  border-radius: 100%;
}
/* .searchOk :global(.ant-btn:visited){
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
} */
.SearchHistory_searchOk__3a7k8 .ant-btn:active,.SearchHistory_searchOk__3a7k8 .ant-btn:visited,.SearchHistory_searchOk__3a7k8 .ant-btn:focus {
  /* color: #55C0FF;
  background-color: #fff;
  border-color: #55C0FF; */

}
.ant-select-open .ant-select-selection{
  box-shadow:none!important
}
.ant-select-focused .ant-select-selection, .ant-select-selection:focus, .ant-select-selection:active{
  box-shadow:none!important
}
.SearchHistory_resetBtn__3UMCm {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.SearchHistory_resetBtn__3UMCm:hover{
  color: #55C0FF;
  background: #fff;
  border-color:#55C0FF;
}


.SearchHistory_highSearch__3kVhr {
  display: flex;
  align-items: center;
  padding: 14px 14px 0;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
}
.SearchHistory_highSearch__3kVhr img {
  margin-right: 8px;
}

.SearchHistory_bottomWrap__176-V{
  background-color: #f5f7fa;
  width: 100%;
  padding-left: 20px;
  padding-top: 5px;
  color: #999;
  font-size: 12px;
}

.theme_0 .SearchHistory_autoDataBox__QWjBW{
  background-color: var(--bgActive);
  box-shadow: none;
  border-radius: 4px;
  /* border: 1px solid var(--borderColor1); */
}

.theme_0 .SearchHistory_autoDataBody__2f6A7{
  box-shadow: none;
}

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

.theme_0 .SearchHistory_highSearch__3kVhr span{
  color: var(--fontColor) !important;
}

.theme_0 .SearchHistory_autoDataHistoryHeader__1zuCZ div{
  color: var(--spanColor) !important;
}

.theme_0 .SearchHistory_autoDataItem__31-H0:hover,.SearchHistory_searchHome__2KlyC .SearchHistory_autoDataItem__31-H0:hover{
  background-color: var(--hoverColor);
}

.theme_0 .SearchHistory_autoDataItem__31-H0 span{
  color: var(--fontColor) !important;
}
.SearchAdvanced_autoDataBox__3k2J4 {
  /* width: 100%; */
  width: 410px;
  position: absolute;
  top: 48px;
  /* left: 0; */
  left: 112px;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 8px #e6e6e6;
  z-index: 100;
  padding: 24px 26px;
  padding-right: 52px;
}

.SearchAdvanced_autoDataBoxWriteSearch__1fH_8 {
  top: 54px;
  left: 16px;
  width: calc(100% - 65px);
  padding-left: 52px;
}

.SearchAdvanced_form__3gDlb {
}

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

.SearchAdvanced_formItem__19c1F .SearchAdvanced_title__uMhiM {
  flex: 0 0 63px;
  width: 38px;
  height: 20px;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
  margin-right: 24px;
  white-space: nowrap;
}

.SearchAdvanced_inputWrap__g3PeW .ant-rate {
  font-size: 16px;
}

.SearchAdvanced_inputWrap__g3PeW .ant-rate-star-first .ant-rate-star-second {
  font-size: 12px;
  color: #55c0ff;
}

.SearchAdvanced_inputWrap__g3PeW
  .ant-rate
  .ant-rate-star-full
  div[role="radio"] {
  color: #55c0ff;
}

.SearchAdvanced_formItem__19c1F .SearchAdvanced_inputWrap__g3PeW {
  width: 100%;
  height: 32px;
  line-height: 32px;
}

.SearchAdvanced_formItem__19c1F .SearchAdvanced_inputWrap__g3PeW input {
  width: 100%;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #ececec;
  padding: 2px 8px;
  background: #ffffff;
  color: #333333;
  line-height: 32px;
}

.SearchAdvanced_formItem__19c1F .SearchAdvanced_inputWrap__g3PeW input::-webkit-input-placeholder {
  color: #d8d8d8;
}

.SearchAdvanced_formItem__19c1F .SearchAdvanced_inputWrap__g3PeW input:focus {
  outline: unset;
}

/* .formItem .year div:first-child {
  width: 130px;
}

.autoDataBoxWriteSearch .formItem.year div:first-child {
  width: 130px;
} */

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

/* .year span.yearSplit {
  margin: 0 5px 0 20px;
}

.year span {
  width: 14px;
  height: 2px;
  color: #d8d8d8;
  font-weight: 500;
  margin: 0 8px;
  text-align: center;
  display: flex;
  align-items: center;
}

.year span input {
  width: 120px !important;
  padding-left: 0 !important;
} */

/* .year :global(.ant-input) {
  width: 130px;
} */
.SearchAdvanced_year__29uW9 span.SearchAdvanced_yearSplit__3VC5f {
  margin: 0 5px 0 5px;
}
.SearchAdvanced_year__29uW9 .ant-calendar-picker{
  min-width: 60px !important;
}

.SearchAdvanced_footer__gfih1 {
  display: flex;
  /* justify-content: center; */
  margin-left: 87px;
}

.SearchAdvanced_searchOk__3JjAL .ant-btn:active,
.SearchAdvanced_searchOk__3JjAL .ant-btn:visited,
.SearchAdvanced_searchOk__3JjAL .ant-btn:focus {
  /* color: #55C0FF;
  background-color: #fff;
  border-color: #55C0FF; */
}
.ant-select-open .ant-select-selection {
  box-shadow: none !important;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  box-shadow: none !important;
}

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

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

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

.theme_0 .SearchAdvanced_formItem__19c1F .SearchAdvanced_inputWrap__g3PeW input{
  background-color: var(--headerbgColor);
  border: 1px solid transparent;
}

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

.theme_0 .SearchAdvanced_formItem__19c1F .SearchAdvanced_inputWrap__g3PeW .ant-calendar-picker div i svg{
  fill: var(--fontColor);
}

.theme_0 .ant-calendar-picker-container{
  background-color: var(--bgColor) !important;
}
.theme_0 .ant-calendar-date-input-wrap input{
  background-color: var(--headerbgColor);
}

.theme_0 .ant-calendar-time,
.theme_0 .ant-calendar-year-panel{
  background-color: var(--bgColor) !important;
  border-color:transparent ;
}

.theme_0 .ant-calendar-input,
.theme_0 .ant-calendar-year-panel-decade-select-content,
.theme_0 .ant-calendar-year-panel-year{
  color: var(--fontColor);
}

.theme_0 .ant-calendar-year-panel-header,
.theme_0 .ant-calendar-input-wrap{
  border-color:var(--borderColor)  !important;
}


.theme_0 .SearchAdvanced_footer__gfih1 button:first-child{
  background-color: transparent;
  color: var(--fontColor);
}
/* 弹窗遮罩层 */
.PaymentModal_modalOverlay__1o2XP {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

/* 弹窗容器 */
.PaymentModal_modalContainer__36ZiR {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  width: 786px;
  max-width: 90vw;
  max-height: 90vh;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

/* 关闭按钮 */
.PaymentModal_closeButton__MEHzk {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  color: #8c8c8c;
  transition: all 0.2s ease;
}

.PaymentModal_closeButton__MEHzk:hover {
  color: #262626;
}

/* 标题 */
.PaymentModal_modalHeader__284hy {
  padding: 24px 32px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.PaymentModal_modalTitle__C6eEb {
  font-size: 20px;
  font-weight: 600;
  color: #262626;
  margin: 0;
}

/* 内容区域 */
.PaymentModal_modalContent__e8deF {
  display: flex;
  padding: 32px;
  grid-gap: 40px;
  gap: 40px;
}

/* 左侧二维码区域 */
.PaymentModal_qrCodeSection__1vJkx {
  flex-shrink: 0;
}

.PaymentModal_qrCodeContainer__3TnwX {
  width: 170px;
  height: 170px;
  border: 1px dashed #d9d9d9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}

.PaymentModal_qrCode__37jMh {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.PaymentModal_loadingContainer__J_6-d {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.PaymentModal_loadingText__135My {
  margin-top: 12px;
  color: #8c8c8c;
  font-size: 14px;
}

/* 右侧支付信息区域 */
.PaymentModal_paymentSection__-ZWGl {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* 开具发票链接 */
.PaymentModal_invoiceLink__m4Ttz {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}

.PaymentModal_invoiceLink__m4Ttz span {
  color: #1890ff;
  cursor: pointer;
  transition: color 0.2s ease;
}

.PaymentModal_invoiceLink__m4Ttz span:hover {
  color: #40a9ff;
  text-decoration: underline;
}

/* 发票二维码弹出框 */
.PaymentModal_invoiceQrCodePopup__jSu3U {
  position: absolute;
  top: 24px;
  right: 0;
  width: 200px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10;
  overflow: hidden;
}

.PaymentModal_invoiceQrCodeHeader__2HXqB {
  padding: 12px;
  text-align: center;
  font-size: 14px;
  color: #262626;
  background: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
}

.PaymentModal_invoiceQrCodeContainer__13o_z {
  padding: 16px;
  display: flex;
  justify-content: center;
}

.PaymentModal_invoiceQrCode__1lxJv {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

/* 价格区域 */
.PaymentModal_priceSection__26gUY {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}

.PaymentModal_priceSymbol__jb7Kl {
  font-size: 28px;
  color: #EF0D20;
  font-weight: 400;
  line-height: 1;
  margin-right: 4px;
}

.PaymentModal_priceAmount__2J10i {
  font-size: 40px;
  color: #EF0D20;
  font-weight: 500;
  line-height: 1;
}

/* 支付方式选择 */
.PaymentModal_paymentMethods__ZutSi {
  margin-bottom: 16px;
}

.PaymentModal_radioGroup__3oCnG {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}

.PaymentModal_paymentOption__3AM7g {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #262626;
  padding: 0;
  margin: 0;
}

.PaymentModal_paymentOption__3AM7g span {
  display: inline-flex;
  align-items: center;
}

/* 服务条款 */
.PaymentModal_termsSection__1j00s {
  font-size: 13px;
  line-height: 1.8;
  color: #595959;
}

.PaymentModal_termsText__3JOhx {
  color: #595959;
}

.PaymentModal_termsLink__iPUw9 {
  color: #1890ff;
  cursor: pointer;
  transition: color 0.2s ease;
}

.PaymentModal_termsLink__iPUw9:hover {
  color: #40a9ff;
  text-decoration: underline;
}


/* 发票弹窗样式 */
.PaymentModal_invoiceModalOverlay__1OEld {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.PaymentModal_invoiceModalContainer__KV1Ev {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  width: 400px;
  max-width: 90vw;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.PaymentModal_invoiceModalHeader__AehQ0 {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: center;
  position: relative;
}

.PaymentModal_invoiceModalHeader__AehQ0 h3 {
  margin: 0;
  font-size: 18px;
  color: #262626;
}

.PaymentModal_invoiceCloseButton__2HsCg {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  font-size: 16px;
  color: #8c8c8c;
  transition: all 0.2s ease;
}

.PaymentModal_invoiceCloseButton__2HsCg:hover {
  color: #262626;
}

.PaymentModal_invoiceModalContent__2Ckt3 {
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.PaymentModal_invoiceQrCode__1lxJv {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

/* 响应式 */
@media (max-width: 768px) {
  .PaymentModal_modalContent__e8deF {
    flex-direction: column;
    padding: 24px;
    grid-gap: 24px;
    gap: 24px;
  }

  .PaymentModal_qrCodeContainer__3TnwX {
    width: 100%;
    height: 280px;
  }

  .PaymentModal_priceAmount__2J10i {
    font-size: 56px;
  }

  .PaymentModal_priceSymbol__jb7Kl {
    font-size: 28px;
  }
}


.TagSearchComponent_cusRecommend__27H17 {
  float: left;
  position: relative;
  font-size: 14px;
  margin: 1px 5px 8px 0;
}

.TagSearchComponent_cusRecommend__27H17 .TagSearchComponent_cusRecommendContainer__1Foya {
  position: absolute;
  top: 40px;
  left: 0;
  padding: 5px 0 0 0;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  line-height: normal;
  min-width: 200px;
  z-index: 2000;
}

.TagSearchComponent_cusRecommend__27H17 .TagSearchComponent_cusRecommendArrowUp__1eUkk {
  background: transparent;
  width: 8px;
  height: 8px;
  position: absolute;
  display: block;
  top: 0;
  left: 15%;
  border-width: 4px;
  border-style: solid;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.TagSearchComponent_cusRecommend__27H17 .TagSearchComponent_cusRecommendInput__3AcIp {
  outline: 0 none;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  width: 120px;
  padding: 2px 8px;
  line-height: normal;
  height: 24px;
  margin: 6px 5px 0 0;
  border-radius: 2px;
  vertical-align: top;
  font-size: 14px;
}

.TagSearchComponent_cusRecommend__27H17 .TagSearchComponent_cusRecommendInputVert__2uS3_ {
  outline: 0 none;
  border: 1px solid #ddd;
  background: #fff;
  width: 96px;
  padding: 4px 8px;
  line-height: normal;
  height: 24px;
  margin: 6px 5px 0 0;
  border-radius: 2px;
  vertical-align: top;
  font-size: 14px;
}

.TagSearchComponent_cusRecommend__27H17 .TagSearchComponent_cusRecommendHeader__3LqWe {
  margin: 0 10px;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  font-weight: 400;
  color: #999999;
}
.TagSearchComponent_cusRecommend__27H17 ul,
.TagSearchComponent_cusRecommend__27H17 li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.TagSearchComponent_cusRecommend__27H17 .TagSearchComponent_cusRecommendList__2DZ02 {
  max-height: 180px;
  overflow: auto;
  line-height: 1.5;
  margin-left: 0 !important;
}
.TagSearchComponent_cusRecommend__27H17 .TagSearchComponent_cusRecommendItem__2McmL {
  display: block;
  padding: 2px 10px;
  margin-bottom: 2px;
  color: #333;
  /*word-break: keep-all;*/
  cursor: pointer;
  font-size: 14px;
}
ß .TagSearchComponent_cusRecommend__27H17 .TagSearchComponent_cusRecommendItem__2McmL em {
  font-size: 14px;
  color: #d21f24;
  font-family: PingFangSC-Regular, PingFang SC;
  font-style: normal;
}

.TagSearchComponent_cusRecommend__27H17 .TagSearchComponent_cusRecommendItem__2McmL:hover {
  background: #f5f7fa;
}
.TagSearchComponent_cusRecommend__27H17 .TagSearchComponent_cusNoResult__31IcN {
  padding: 10px;
  text-align: center;
}

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


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

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

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


.theme_0 .TagSearchComponent_cusRecommend__27H17 .TagSearchComponent_cusRecommendArrowUp__1eUkk {
  border-top-color: var(--bgColor);
  border-left-color: var(--bgColor)
}

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

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

.theme_0 .TagSearchComponent_cusRecommend__27H17 .TagSearchComponent_cusRecommendHeader__3LqWe {
  border-color: var(--borderColor);
}

.theme_0 .TagSearchComponent_cusRecommend__27H17 .TagSearchComponent_cusRecommendList__2DZ02::-webkit-scrollbar{
  display: none;
}

.src-components-ProcessListUpload-module__pright--3_BV2 {
  padding-left: 10px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #286ee6;
  line-height: 22px;
}
.src-components-ProcessListUpload-module__rightDesc--15bG3 {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-left: 30px;
}
.src-components-ProcessListUpload-module__rightDesc--15bG3 span {
  color: #55C0FF;
  cursor: pointer;
}
.src-components-ProcessListUpload-module__uploadListItemHide--1U3-K {
  display: none;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__uploadListHide--1qFkB .ant-spin-container {
  display: none;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz {
  z-index: 10;
  position: fixed;
  height: auto;
  width: auto;
  bottom: 0;
  margin-bottom: 42px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  line-height: 50px;
  cursor: default;
  box-sizing: border-box;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__header--2sqFT {
  display: flex;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__header--2sqFT .src-components-ProcessListUpload-module__doing--yDyNM {
  flex: 50% 0 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__header--2sqFT .src-components-ProcessListUpload-module__doing_list--1RJFx {
  flex: 40% 0 1;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__header--2sqFT .src-components-ProcessListUpload-module__fail--11Vo- {
  flex: 1 1;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__header--2sqFT .src-components-ProcessListUpload-module__img_wrap--2WSg4 {
  flex: 1 1;
  text-align: right;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__list--pMpcD {
  max-height: 240px;
  overflow: hidden;
  overflow-y: scroll;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__list--pMpcD::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__list--pMpcD::-webkit-scrollbar-track {
  border-radius: 2px;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__list--pMpcD::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ddd;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__list--pMpcD .src-components-ProcessListUpload-module__workspace_task_bar_litem--1RRVn {
  display: flex;
  padding: 6px 0px;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__list--pMpcD .src-components-ProcessListUpload-module__workspace_task_bar_litem--1RRVn .src-components-ProcessListUpload-module__workspace_task_bar_litem_img--2-uoW {
  flex: 26px 0 1;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__list--pMpcD .src-components-ProcessListUpload-module__workspace_task_bar_litem--1RRVn .src-components-ProcessListUpload-module__litem_fname--1_H0R {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  font-size: 12px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 5px 0 0;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__list--pMpcD .src-components-ProcessListUpload-module__workspace_task_bar_litem--1RRVn .src-components-ProcessListUpload-module__litem_fname--1_H0R .src-components-ProcessListUpload-module__file_name--2PoJt {
  display: inline-block;
  height: 14px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__list--pMpcD .src-components-ProcessListUpload-module__workspace_task_bar_litem--1RRVn .src-components-ProcessListUpload-module__litem_fname--1_H0R .src-components-ProcessListUpload-module__volume--3E6QM {
  display: inline-block;
  color: #999;
  height: 14px;
  line-height: 17px;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .src-components-ProcessListUpload-module__list--pMpcD .src-components-ProcessListUpload-module__workspace_task_bar_litem--1RRVn .src-components-ProcessListUpload-module__litem_state--25_Fk {
  flex: 260px 0 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  font-size: 12px;
  text-align: right;
  flex-direction: row-reverse;
}
.src-components-ProcessListUpload-module__litem_state--25_Fk {
  font-size: 12px;
}
.src-components-ProcessListUpload-module__loading--1huUc {
  color: #55C0FF;
  font-size: 14px;
}
.src-components-ProcessListUpload-module__words--2V3-d {
  margin: 0 0px 0 12px;
}
.src-components-ProcessListUpload-module__words_success--3sxee {
  margin: 0 10px 0 0;
  color: #55C0FF;
}
.src-components-ProcessListUpload-module__img_success--1rR-o {
  height: 15px;
  width: 15px;
}
.src-components-ProcessListUpload-module__error_wrap--wgJzy {
  display: flex;
  align-items: center;
}
.src-components-ProcessListUpload-module__words_error--2_jrB {
  margin: 0 14px 0 0;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff687b;
  max-width: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-components-ProcessListUpload-module__btn--LBsml {
  text-align: center;
  margin: 0 10px 0 0;
  height: 30px;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .ant-list-items {
  margin: 0 10px;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .ant-list-empty-text {
  display: none;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .ant-list-item {
  border-bottom: 1px solid #F5F5F5;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .ant-spin-container .ant-list-item:hover {
  background-color: #F5F7FA;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .ant-list-item-meta-avatar {
  margin-right: 8px;
  margin-top: 5px;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .ant-list-item-meta-description {
  color: #999999;
  font-size: 12px;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .ant-list-item-meta-title {
  color: #333333;
  font-size: 12px;
  margin-bottom: 0px;
  text-overflow: ellipsis;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .ant-list-bordered.ant-list-sm .ant-list-header {
  padding: 4px 16px;
}
.src-components-ProcessListUpload-module__process_list--1U_Iz .ant-spin-container {
  height: 268px !important;
  overflow-y: auto;
}
.src-components-ProcessListUpload-module__uploadListItemZero--1fifE .ant-list-item-meta-title {
  color: #333333;
  font-size: 12px;
  margin-top: 10px;
  text-overflow: ellipsis;
}
.src-components-ProcessListUpload-module__uploadListItemZero--1fifE .ant-list-item-meta-description {
  height: 0;
}
.src-components-ProcessListUpload-module__hide--2FcVs {
  display: none;
}
.src-components-ProcessListUpload-module__minSection--35isF {
  z-index: 10;
  position: fixed;
  bottom: 0;
  right: 50px;
  margin-bottom: 42px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.src-components-ProcessListUpload-module__minSection--35isF img {
  width: 35px;
}
.src-components-ProcessListUpload-module__minSection--35isF .src-components-ProcessListUpload-module__close--16YtX {
  position: absolute;
  color: #55c0ff;
  top: -15px;
  right: -5px;
  cursor: pointer;
  width: 6px;
}
.theme_0 .src-components-ProcessListUpload-module__process_list--1U_Iz {
  box-shadow: none;
  border: none;
  background-color: var(--bgActive);
}
.theme_0 .src-components-ProcessListUpload-module__process_list--1U_Iz .ant-list-header {
  background-color: var(--bgActive);
  border-bottom: 1px solid var(--borderDivColor);
}
.theme_0 .src-components-ProcessListUpload-module__process_list--1U_Iz .ant-spin-container {
  background-color: var(--bgActive) !important;
}
.theme_0 .src-components-ProcessListUpload-module__process_list--1U_Iz .ant-spin-container .ant-list-item .ant-list-item-meta .ant-list-item-meta-content h4 {
  color: var(--fontColor);
}
.theme_0 .src-components-ProcessListUpload-module__process_list--1U_Iz .ant-spin-container .ant-list-item .ant-list-item-meta .ant-list-item-meta-content .ant-list-item-meta-description {
  color: var(--spanColor);
}
.theme_0 .src-components-ProcessListUpload-module__process_list--1U_Iz .ant-list-header .src-components-ProcessListUpload-module__pright--3_BV2 {
  color: var(--defaltColor);
}
.theme_0 .src-components-ProcessListUpload-module__process_list--1U_Iz .ant-list-header .src-components-ProcessListUpload-module__rightDesc--15bG3 {
  color: var(--spanColor);
}
.theme_0 .src-components-ProcessListUpload-module__process_list--1U_Iz .ant-spin-container .ant-list-item:hover {
  background-color: var(--hoverColor);
}
.theme_0 .src-components-ProcessListUpload-module__process_list--1U_Iz .ant-spin-container .ant-list-item {
  border-bottom: 1px solid var(--borderDivColor) !important;
}
.theme_0 .src-components-ProcessListUpload-module__error_wrap--wgJzy .src-components-ProcessListUpload-module__btn--LBsml {
  background: #55c0ff !important;
  border: transparent !important;
}

