.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: 300px;
  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;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.AccountInfoPanel_idAndBadge__IqyVd {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  line-height: 1;
}

.AccountInfoPanel_showId__2yfgG {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-right: 8px;
  line-height: 1;
}

.AccountInfoPanel_versionBadge__3w9_d {
  font-size: 12px;
  color: #8c8c8c;
  background: #f5f5f5;
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 16px;
}

.AccountInfoPanel_versionBadgePaid__2IahM {
  background: linear-gradient(90deg, #fff3cd 0%, #e1d5ff 100%); /* 黄到淡紫渐变 */
  color: #5b3dc4;
}

.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_versionBadgePaid__2IahM {
  background: linear-gradient(135deg, #b8860b, #d4a017);
  color: #f5e6c8;
}

.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;
}
.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;
}

.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;
}

/* 弹窗容器 - 全屏显示 */
.NewPurchase_purchaseModal__3GY5c {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 10;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* 弹窗头部 */
.NewPurchase_modalHeader__1PC4Q {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 4px 15px;
}

/* 右上角操作区 */
.NewPurchase_topActions__e173Z {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    grid-gap: 16px;
    gap: 16px;
    z-index: 10;
}

.NewPurchase_closeButton__2tjwJ {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #f5f5f5;
  color: #666;
  font-size: 16px;
}

.NewPurchase_closeButton__2tjwJ:hover {
  background-color: #e0e0e0;
  color: #333;
}

/* 弹窗内容 */
.NewPurchase_modalContent__1TuPx {
  flex: 1 1;
  overflow-y: auto;
  padding: 0;
}

/* 顶部横幅 */
.NewPurchase_topBanner__1SDTy {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}

.NewPurchase_bannerImage__2CEEg {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.NewPurchase_contentContainer__3PDI2 {
  min-width: 1000px;
  max-width: -webkit-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 32px 36px;
}

/* 沁点套餐样式 */
.NewPurchase_qidianHeader__2xxTY {
  margin-bottom: 24px;
}

.NewPurchase_memberBtnContainer__1sC-Q {
  display: flex;
  justify-content: center;
}

.NewPurchase_qidianTitle__1icjK {
  font-size: 20px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 16px;
}

.NewPurchase_buyMembershipBtn__2cEWY {
  background: linear-gradient( 360deg, #A56EFF 0%, #6B41E3 100%);
  border: none;
  border-radius: 20px;
  height: 34px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.NewPurchase_buyMembershipBtn__2cEWY:hover {
  background: linear-gradient( 360deg, #6B41E3 0%, #A56EFF 100%);
  color: #ffffff;
}

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

.NewPurchase_qidianCard__wYKhb {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}


.NewPurchase_qidianDiscount__2wvC9 {
  position: absolute;
  top: 0;
  right: 0;
  background: #F3EFFF;
  color: #6B41E3;
  padding: 4px 16px;
  font-size: 13px;
  border-radius: 0 8px 0 8px;
}

/* 沁点/存储卡片折扣标签图片类型 - 移除背景 */
.NewPurchase_qidianDiscountImage__1hOGh {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  top: -12px !important;
}

/* 沁点/存储卡片折扣图片样式 */
.NewPurchase_qidianDiscountImg__2fuyh {
  max-height: 36px;
  max-width: 120px;
  object-fit: contain;
  display: block;
  border-radius: 0 8px 0 0;
}

.NewPurchase_qidianName__13ucj {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #262626;
}

.NewPurchase_qidianPriceSection__2wy_Z {
  display: flex;
  align-items: baseline;
  margin-bottom: 24px;
}

.NewPurchase_qidianPriceSymbol__2w9Sh {
  font-size: 16px;
  color: #262626;
  margin-right: 4px;
}

.NewPurchase_qidianPrice__ecrhn {
  font-size: 28px;
  font-weight: 600;
  color: #262626;
}

.NewPurchase_qidianOriginalPrice__179lV {
  font-size: 14px;
  color: #8c8c8c;
  text-decoration: line-through;
  margin-left: 8px;
}

.NewPurchase_qidianPurchaseBtn__2CFjy {
  width: 100%;
  height: 36px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.NewPurchase_qidianPurchaseBtn__2CFjy:hover {
  background: #000000;
}

/* 顶部统计区域容器 */
.NewPurchase_topStatsContainer__1ViRl {
  margin-bottom: 15px;
  padding:6px;
  border:1px solid #f0f0f0;
}

/* 标题栏 */
.NewPurchase_statsHeader__2YvK3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 4px;
}

.NewPurchase_statsTitle__1mHMk {
  font-size: 14px;
  color: #222222;
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}

.NewPurchase_detailsBtn__2tSL_ {
  display: flex;
  align-items: center;
  grid-gap: 6px;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  color: #666666;
  font-size: 14px;
  height: 32px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.NewPurchase_detailsBtn__2tSL_:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #666666;
}

.NewPurchase_detailsBtn__2tSL_ .NewPurchase_anticon__3aRD4 {
  font-size: 12px;
}

/* 统计卡片区域 */
.NewPurchase_topStats__BTHJj {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 12px;
  gap: 12px;
}

.NewPurchase_statsCard__3MJ_4 {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  height: 70px;
  transition: all 0.2s ease;
  position: relative;
}

/* 卡片图标区域 */
.NewPurchase_cardIcon__3i5_d {
  flex-shrink: 0;
  margin-top: 0;
}

.NewPurchase_userIconBg__175oC {
  width: 36px;
  height: 36px;
  background: #e6f7ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.NewPurchase_userIcon__Au5Zq {
  font-size: 16px;
  color: #1890ff;
}

.NewPurchase_coinIconBg__CbNBW {
  width: 36px;
  height: 36px;
  background: #fff7e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.NewPurchase_coinIcon__QtX49 {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.NewPurchase_ticketIconBg__2olbN {
  width: 36px;
  height: 36px;
  background: #f7f7f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.NewPurchase_ticketIcon__1EiPq {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* 卡片内容区域 */
.NewPurchase_cardContent__9kfY8 {
  flex: 1 1;
  min-width: 0;
}

.NewPurchase_cardTitle__m4FHJ {
  font-size: 12px;
  color: #6F6970;
  margin-bottom: 6px;
  line-height: 1.4;
  font-weight: 400;
}

.NewPurchase_cardSubtitle__1ijXa {
  font-size: 11px;
  color: #6F6970;
  line-height: 1.4;
  font-weight: 400;
}

.NewPurchase_membershipList__xq-u7 {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
  gap: 8px;
}

.NewPurchase_membershipList__xq-u7 .NewPurchase_cardSubtitle__1ijXa {
  margin-top: 0;
  margin-bottom: 0;
}

.NewPurchase_cardValue__Ls3Kq {
  font-size: 12px;
  font-weight: 500;
  color: #222222;
  line-height: 1.2;
  margin-top: 2px;
}

/* 卡片操作区域 */
.NewPurchase_cardAction__1urTJ {
  position: absolute;
  right: 8px;
  top: 33%;
  transform: translateY(-50%);
}

.NewPurchase_infoIcon__3-6Hh {
  font-size: 16px;
  color: #8c8c8c;
  cursor: pointer;
  transition: color 0.2s ease;
}

.NewPurchase_infoIcon__3-6Hh:hover {
  color: #1890ff;
}

/* 兑换码区域 */
.NewPurchase_exchangeSection__1dwIX {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  margin-top: 8px;
}

.NewPurchase_exchangeInput__3ALUt {
  flex: 1 1;
  height: 32px;
  padding: 4px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease;
  background: #ffffff;
}


.NewPurchase_exchangeInput__3ALUt::placeholder {
  color: #bfbfbf;
  font-size: 12px;
}



/* 套餐选择区域 */
.NewPurchase_pricingSection__27EUb {
  margin-bottom: 48px;
}

/* Loading 遮罩层样式 - 覆盖整个弹窗 */
.NewPurchase_loadingOverlay__3TuTM {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5); /* 半透明白色遮罩 */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999; /* 确保在内容上方 */
}

.NewPurchase_loadingContent__2u-oI {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.NewPurchase_loadingText__2gdPX {
  margin-top: 16px;
  font-size: 16px;
  color: #666;
}

/* 非会员沁点提示 */
.NewPurchase_freePointsHint__FkxWO {
  text-align: center;
  font-size: 13px;
  color: #666;
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 10px 24px;
  margin: 0 auto 24px;
  line-height: 1.5;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  letter-spacing: 0.3px;
}

.NewPurchase_freePointsHint__FkxWO::before {
  content: "✦";
  margin-right: 6px;
  color: #999;
  font-size: 11px;
}

.NewPurchase_freePointsHint__FkxWO::after {
  content: "✦";
  margin-left: 6px;
  color: #999;
  font-size: 11px;
}

/* 套餐选项卡外层容器 - 让选项卡居中，开具发票在右侧 */
.NewPurchase_packageTabsWrapper__3pixo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  position: relative;
}

/* 开具发票放在最右侧 */
.NewPurchase_packageTabsWrapper__3pixo .NewPurchase_invoiceLink__1tNMM {
  position: absolute;
  right: 0;
}

.NewPurchase_planTabs__eMK1w {
  display: flex;
  justify-content: center;
  grid-gap: 0;
  gap: 0;
  background: #ECECEC;
  border-radius: 26px;
  padding: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@keyframes NewPurchase_slideDown__1MXmU {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.NewPurchase_stickyTabs__2rhRF {
  position: fixed;
  top: 5px;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  padding: 10px 0;
  width: 100%;
  animation: NewPurchase_slideDown__1MXmU 0.3s ease forwards;
  transform-origin: top center;
}

.NewPurchase_stickyContent__2pk6J {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* 吸顶时开具发票放在最右侧 */
.NewPurchase_stickyContent__2pk6J .NewPurchase_invoiceLink__1tNMM {
  position: absolute;
  right: 30px;
  top: 0;
}

.NewPurchase_stickyTabs__2rhRF .NewPurchase_planTabs__eMK1w {
  margin-bottom: 10px;
}

.NewPurchase_stickyPriceCards__2O6rH {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 20px;
}

@keyframes NewPurchase_fadeIn__3lmCP {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.NewPurchase_stickyPriceCard__3kRK2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1;
  padding: 15px;
  position: relative;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  margin: 0 8px;
  transition: all 0.3s ease;
  animation: NewPurchase_fadeIn__3lmCP 0.4s ease forwards;
  animation-delay: calc(0.05s * var(--card-index, 0));
  opacity: 0;
}

.NewPurchase_stickyPriceCard__3kRK2:hover {
  border-color: #6B41E3;
  box-shadow: 0 4px 16px rgba(107, 65, 227, 0.15);
  transform: translateY(-2px);
}

.NewPurchase_stickyPopularCard__3DPQI {
  border: 1px solid #6B41E3;
  position: relative;
  background: #ffffff;
}

.NewPurchase_stickyPopularCard__3DPQI:hover {
  box-shadow: 0 6px 20px rgba(107, 65, 227, 0.25);
  transform: translateY(-2px);
}

.NewPurchase_stickyPopularCard__3DPQI > * {
  position: relative;
  z-index: 1;
}

.NewPurchase_stickyPopularCard__3DPQI::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom left, #FCF1FF 0%, #FFFFFF 40%, transparent 100%);
  border-radius: 12px 12px 0 0;
  z-index: 0;
}

.NewPurchase_stickyPlanName__WoKpt {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}

.NewPurchase_stickyPriceSection__19CW2 {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.NewPurchase_stickyPrice__e9m4_ {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}

.NewPurchase_stickyPriceUnit__17gbo {
  font-size: 12px;
  font-weight: 400;
}

.NewPurchase_stickyOriginalPrice__17i6p {
  font-size: 12px;
  color: #999999;
  margin-left: 5px;
  text-decoration: line-through;
}

.NewPurchase_stickyPointsInfo__1PQXB {
  font-size: 12px;
  color: #666666;
  margin-bottom: 10px;
}

.NewPurchase_stickyPurchaseBtn__3Vg1E {
  width: 80%;
  height: 32px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.NewPurchase_stickyDiscount__2J3dK {
  position: absolute;
  top: 1px;
  right: 1px;
  background: #6128FF;
  color: #ffffff;
  padding: 6px 17px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(99, 102, 241, 0.3);
  z-index: 2;
}

/* Pro版折扣标签 */
.NewPurchase_stickyProDiscountBadge__1fI4B {
  background: #6128FF;
}

/* Plus和Ultra版折扣标签 - 浅色背景 */
.NewPurchase_stickyLightDiscountBadge__V2ol0 {
  background: #F3EFFF;
  color: #6128FF;
}

/* 吸顶卡片折扣标签图片类型 - 移除背景 */
.NewPurchase_stickyDiscountImage__2zKFN {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  top: -12px !important;
}

.NewPurchase_tab__3sU4w {
  position: relative;
  padding: 8px 26px;
  border-radius: 16px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
}



.NewPurchase_activeTab__1LH5d {
  background: #ffffff;
  color: #222222;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.NewPurchase_activeTab__1LH5d .NewPurchase_tabText__23W4q {
  color: #222222;
  font-weight: 500;
}

.NewPurchase_tabText__23W4q {
  font-size: 16px;
  line-height: 1.2;
  color: #222222;
  font-weight: 400;

}

.NewPurchase_tabDiscountBadge__2UuV2 {
  position: absolute;
  top: -15px;
  right: -9px;
  font-size: 11px;
  color: #FF3B32;
  font-weight: 400;
  line-height: 1;
  background: #FFE1E0;
  padding: 4px 6px;
  border-radius: 10px;
  white-space: nowrap;
  border: 1px solid #FFC0BE;
  box-shadow: 0px 1px 2px 0px #F2D7D6;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Tab折扣标签图片样式 - 图片类型时移除背景 */
.NewPurchase_tabDiscountBadgeImage__2i691 {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.NewPurchase_tabDiscountImage__3fiNp {
  max-height: 24px;
  max-width: 100px;
  object-fit: contain;
  display: block;
}

/* 年度套餐 tab 右上角角标 */
.NewPurchase_yearTabBadge__2cMks {
  position: absolute;
  top: -10px;
  right: -12px;
  height: 22px;
  width: auto;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

.NewPurchase_pricingCards__1WfuP {
  display: flex;
  justify-content: space-between;
  grid-gap: 16px;
  gap: 16px;
}

/* 价格卡片 */
.NewPurchase_pricingCard__qxl36 {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease;
  text-align: left;
  width: 325px;
}

.NewPurchase_pricingCard__qxl36:hover {
  border-color: #6B41E3;
  box-shadow: 0 4px 16px rgba(107, 65, 227, 0.15);
  transform: translateY(-2px);
}

.NewPurchase_popularCard__1KWeo {
  border: 1px solid #6B41E3;
  position: relative;
  background: #ffffff;
}

.NewPurchase_popularCard__1KWeo:hover {
  box-shadow: 0 6px 20px rgba(107, 65, 227, 0.25);
  transform: translateY(-2px);
}

.NewPurchase_popularCard__1KWeo > * {
  position: relative;
  z-index: 1;
}

.NewPurchase_popularCard__1KWeo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom left, #FCF1FF 0%, #FFFFFF 40%, transparent 100%);
  border-radius: 12px 12px 0 0;
  z-index: 0;
}

/* 价格卡片折扣标签 */
.NewPurchase_discountBadge__uoRg7 {
  position: absolute;
  top: 1px;
  right: 1px;
  background: #6128FF;
  color: #ffffff;
  padding: 6px 17px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(99, 102, 241, 0.3);
  z-index: 2;
}

/* Pro版折扣标签 */
.NewPurchase_proDiscountBadge__39q6h {
  background: #6128FF;
}

/* Plus和Ultra版折扣标签 - 浅色背景 */
.NewPurchase_lightDiscountBadge__2a9Ia {
  background: #F3EFFF;
  color: #6128FF;
}

/* 主要卡片折扣标签图片类型 - 移除背景 */
.NewPurchase_discountBadgeImage__D7APe {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  top: -12px !important;
}

/* 卡片折扣图片样式 */
.NewPurchase_cardDiscountImage__efgPG {
  max-height: 36px;
  max-width: 120px;
  object-fit: contain;
  display: block;
}

/* 卡片头部 */
.NewPurchase_cardHeader__2Pdw3 {
  margin-bottom: 16px;
}

.NewPurchase_planName__1dGer {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 4px 0;
}


/* 价格区域 */
.NewPurchase_priceSection__2xf59 {
  margin-bottom: 20px;
}

.NewPurchase_priceMain__31IjN {
  display: flex;
  align-items: baseline;
  margin-bottom: 4px;
}

.NewPurchase_price__3sKNZ {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
}

.NewPurchase_priceUnit__2c17M {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}


.NewPurchase_originalPrice__2M_MR {
  font-size: 14px;
  color: #999999;
  margin-left: 8px;
  text-decoration: line-through;
  font-weight: 400;
}

/* 年度价格 */
.NewPurchase_yearlyPricing__3SwJL {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  grid-gap: 8px;
  gap: 8px;
}

.NewPurchase_yearlyPrice__14DZ_ {
  font-size: 12px;
  color: #666666;
  font-weight: 500;
}

.NewPurchase_yearlyOriginalPrice__G8a1K {
  font-size: 12px;
  color: #999999;
  text-decoration: line-through;
  font-weight: 400;
}

.NewPurchase_yearlyPlaceholder__1oRt0 {
  font-size: 12px;
  height: 18px;
  display: block;
}

.NewPurchase_usage__mOPmQ {
  font-size: 12px;
  color: #999999;
  line-height: 1.4;
}

.NewPurchase_purchaseBtn__xMYqK {
  width: 100%;
  height: 36px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.NewPurchase_freeBtn__3lhUc {
  background: #f5f5f5;
  color: #666666;
}

.NewPurchase_freeBtn__3lhUc:hover {
  background: #e8e8e8;
  color: #666666;
}

.NewPurchase_plusBtn__1_2Ry {
  background: linear-gradient(135deg, #333333 0%, #44094E 100%);
  color: #ffffff;
}

.NewPurchase_plusBtn__1_2Ry:hover {
  background: linear-gradient(135deg, #333333 0%, #44094E 100%);
  color: #ffffff;
}

.NewPurchase_proBtn__30grx {
  background: linear-gradient(135deg, #333333 0%, #44094E 100%);
  position: relative;
  color: transparent;
}

.NewPurchase_proBtn__30grx::after {
  content: '立即购买';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(215.10837995120232deg, #FFFFFF 0%, #FFA1BF 40%, #FBDC83 60%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 14px;
  font-weight: 500;
}

.NewPurchase_proBtn__30grx:hover {
  background: linear-gradient(135deg, #333333 0%, #44094E 100%);
}


.NewPurchase_ultraBtn__3tg22 {
  background: linear-gradient(135deg, #333333 0%, #44094E 100%);
  color: #ffffff;
}

.NewPurchase_ultraBtn__3tg22:hover {
  background: linear-gradient(135deg, #333333 0%, #44094E 100%);
  color: #ffffff;
}

/* 基础功能区域 */
.NewPurchase_featuresSection__aYASD {
  margin-bottom: 16px;
}

.NewPurchase_featureItem__1fkRg {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #333333;
}

.NewPurchase_featureIcon__l_q0I {
  font-size: 14px;
  width: 16px;
  height: 16px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.NewPurchase_featureIcon__l_q0I img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}

.NewPurchase_featureText__1JMFg {
  flex: 1 1;
}

.NewPurchase_featureSubItems__1k_6K {
  margin-left: 24px;
  margin-bottom: 4px;
}

.NewPurchase_featureSubItem__3J4VA {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 12px;
}

.NewPurchase_subItemDot__3rkcQ {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6B41E3;
  flex-shrink: 0;
  margin-left: 5px;
}

/* AI模型区域 */
.NewPurchase_aiModelsSection__1FMGd {
  margin-bottom: 16px;
  margin-left:20px;
}

.NewPurchase_modelItem__3a6O1 {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 12px;
}

.NewPurchase_modelStatus__2UN6i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.NewPurchase_modelStatus__2UN6i.NewPurchase_active__1jdPS {
  background: #52c41a;
}

.NewPurchase_modelStatus__2UN6i.NewPurchase_inactive__1wES7 {
  background: #d9d9d9;
}

.NewPurchase_modelName__S2PCu {
  color: #666666;
  font-size: 12px;
}

/* 工具区域 */
.NewPurchase_toolsSection__2FP8s {
  margin-bottom: 16px;
}

.NewPurchase_sectionTitle__uavKH {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
}

.NewPurchase_pointsInfo__jAp5_ {
  font-size: 13px;
  color: #222222;
  margin-top: 12px;
  margin-bottom: 16px;
  font-weight: 500;
  text-align: left;
}

.NewPurchase_toolsGrid__2tk11 {
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
  gap: 6px;
}

.NewPurchase_toolItem__15dqq {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  font-size: 12px;
}

.NewPurchase_toolSubItem__2RY_7 {
  margin-left: 20px;
}

.NewPurchase_toolIcon__3cBWv {
  font-size: 14px;
  width: 16px;
  height: 16px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.NewPurchase_toolIcon__3cBWv img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}

.NewPurchase_toolModel__1HG_8 {
  display: flex;
  align-items: center;
  grid-gap: 6px;
  gap: 6px;
}


.NewPurchase_toolName__3p9a0 {
  color: #666666;
  font-size: 12px;
}

.NewPurchase_toolText__1N7HK {
  color: #333333;
}

/* 分割线 */
.NewPurchase_dividerLine__QGtPP {
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  margin: 16px 0;
}

/* 限制说明区域 */
.NewPurchase_limitsSection__1irPZ {
  margin-top: 0;
}

.NewPurchase_limitItem__t2IK1 {
  display: flex;
  align-items: flex-start;
  grid-gap: 6px;
  gap: 6px;
  margin-bottom: 6px;
  font-size: 12px;
  color: #666666;
}

.NewPurchase_limitIcon__35JUV {
  color: #727171;
  font-size: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}

.NewPurchase_limitText__2oyvL {
  line-height: 1.4;
}


.NewPurchase_tableHeader__32kTW {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 2px solid #f0f0f0;
  font-weight: 600;
  color: #333333;
  font-size: 14px;
}

.NewPurchase_tableRow__2HZs- {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
  color: #333333;
}

.NewPurchase_tableRow__2HZs-:last-child {
  border-bottom: none;
}

.NewPurchase_featureColumn__LrbfB {
  text-align: left;
  font-weight: 500;
}


/* 购买模块区域 */
.NewPurchase_purchaseModulesSection__Wa7iI {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
  margin: 32px 0;
}

.NewPurchase_purchaseModuleqidian__1EJVk {
  position: relative;
  background: linear-gradient( 93deg, #FFFBF0 0%, #FFFFFF 100%);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
  transition: all 0.3s ease;
  border: 1px solid #ECECEC;
}

.NewPurchase_purchaseModuleyun__14ZpP {
  position: relative;
  background: linear-gradient( 93deg, #FAF9FF 0%, #FFFFFF 100%);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
  transition: all 0.3s ease;
  border: 1px solid #ECECEC;
}

/* 购买模块角标 - 内联显示 */
.NewPurchase_moduleDiscountInline__1nHgG {
  display: inline-flex;
  align-items: center;
}

.NewPurchase_moduleDiscountImg__34iob {
  height: 20px;
  max-width: 80px;
  object-fit: contain;
  display: block;
}


.NewPurchase_moduleContent__dkbvS {
  flex: 1 1;
}

.NewPurchase_moduleTitleRow__2zPbO {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 4px;
}

/* 活动弹窗样式 */
.NewPurchase_activityModalOverlay__2TeRh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
}

.NewPurchase_activityModalContainer__26zde {
  position: relative;
  max-width: 600px;
  width: 90%;
  overflow: hidden;
}


.NewPurchase_activityModalContent__1GHD1 {
  padding: 20px;
  text-align: center;
}

.NewPurchase_activityImage__JL26j {
  max-width: 75%;
  margin: 0 auto;
}

.NewPurchase_activityBottomImages__VKFtd {
  display: flex;
  grid-gap: 12px;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.NewPurchase_activityBottomImage__CP-7y {
  max-width: 48%;
  height: auto;
  display: block;
  flex: 1 1;
  cursor: pointer;
}

.NewPurchase_moduleTitle__3Zfg6 {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
}

.NewPurchase_moduleDescription__1HJg6 {
  font-size: 13px;
  color: #8c8c8c;
  line-height: 1.4;
}

/* 底部区域 */
.NewPurchase_bottomSection__1j1Dm {
  display: flex;
  flex-direction: column;
  grid-gap: 32px;
  gap: 32px;
}

.NewPurchase_purchaseOptions__SCFEC {
  display: flex;
  grid-gap: 24px;
  gap: 24px;
  justify-content: center;
}

.NewPurchase_purchaseOption__O8Jl9 {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  flex: 1 1;
  max-width: 300px;
}

.NewPurchase_purchaseOption__O8Jl9 h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 8px 0;
}

.NewPurchase_purchaseOption__O8Jl9 p {
  font-size: 14px;
  color: #666666;
  margin: 0 0 16px 0;
}

.NewPurchase_purchasePointsBtn__dfjOh, .NewPurchase_purchaseStorageBtn__1Xzz8 {
  background: #333333;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 8px 24px;
  font-size: 14px;
  cursor: pointer;
}

.NewPurchase_purchasePointsBtn__dfjOh:hover, .NewPurchase_purchaseStorageBtn__1Xzz8:hover {
  background: #555555;
  color: #ffffff;
}

.NewPurchase_helpSection__hT9YL {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.NewPurchase_helpText__J6ZUT {
  flex: 1 1;
  text-align: left;
}

.NewPurchase_helpText__J6ZUT span {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  display: block;
  margin-bottom: 8px;
}

.NewPurchase_helpText__J6ZUT p {
  font-size: 14px;
  color: #666666;
  margin: 4px 0;
}

.NewPurchase_contactBtn__5yX0x {
  background: #6366f1;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}


/* 响应式设计 */
@media (max-width: 1024px) {
  .NewPurchase_topStats__BTHJj {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
    gap: 12px;
  }
  
  .NewPurchase_pricingCards__1WfuP {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .NewPurchase_qidianCards__3TEiV {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .NewPurchase_tableHeader__32kTW, .NewPurchase_tableRow__2HZs- {
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    grid-gap: 12px;
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .NewPurchase_contentContainer__3PDI2 {
    padding: 24px 16px;
  }
  
  .NewPurchase_statsHeader__2YvK3 {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 12px;
    gap: 12px;
  }
  
  .NewPurchase_topStats__BTHJj {
    grid-template-columns: 1fr;
    grid-gap: 12px;
    gap: 12px;
  }
  
  .NewPurchase_statsCard__3MJ_4 {
    padding: 12px;
    min-height: 60px;
  }
  
  .NewPurchase_cardIcon__3i5_d {
    margin-top: 0;
  }
  
  .NewPurchase_userIconBg__175oC, .NewPurchase_coinIconBg__CbNBW, .NewPurchase_ticketIconBg__2olbN {
    width: 32px;
    height: 32px;
  }
  
  .NewPurchase_userIcon__Au5Zq, .NewPurchase_coinIcon__QtX49, .NewPurchase_ticketIcon__1EiPq {
    font-size: 14px;
  }
  
  .NewPurchase_cardTitle__m4FHJ {
    font-size: 13px;
  }
  
  .NewPurchase_cardSubtitle__1ijXa {
    font-size: 11px;
  }
  
  .NewPurchase_cardValue__Ls3Kq {
    font-size: 20px;
  }
  
  .NewPurchase_exchangeSection__1dwIX {
    flex-direction: column;
    grid-gap: 8px;
    gap: 8px;
    align-items: stretch;
  }
  
  .NewPurchase_exchangeInput__3ALUt {
    width: 100%;
  }
  
  .NewPurchase_pricingCards__1WfuP {
    grid-template-columns: 1fr;
  }
  
  .NewPurchase_qidianCards__3TEiV {
    grid-template-columns: 1fr;
  }
  
  .NewPurchase_tableHeader__32kTW, .NewPurchase_tableRow__2HZs- {
    grid-template-columns: 1fr;
    grid-gap: 8px;
    gap: 8px;
    text-align: center;
  }
  
  .NewPurchase_featureColumn__LrbfB {
    text-align: center;
  }
  
  .NewPurchase_purchaseOptions__SCFEC {
    flex-direction: column;
  }
  
  .NewPurchase_helpSection__hT9YL {
    flex-direction: column;
    grid-gap: 16px;
    gap: 16px;
    text-align: center;
  }
}

/* 滚动条样式 */
.NewPurchase_modalContent__1TuPx::-webkit-scrollbar {
  width: 6px;
}

.NewPurchase_modalContent__1TuPx::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.NewPurchase_modalContent__1TuPx::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.NewPurchase_modalContent__1TuPx::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* 底部企业版区域 */
.NewPurchase_bottomSection__1j1Dm {
  margin-top: 32px;
}

.NewPurchase_enterpriseSection__17FrA {
  border-radius: 12px;
  padding: 20px 24px;
  border: 1px solid #f0f0f0;
}

.NewPurchase_enterpriseTag__p0A2S {
  display: inline-block;
  background: #333333;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 12px;
}

.NewPurchase_enterpriseContent__5q6Sg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
}

.NewPurchase_enterpriseText__1YQJO {
  flex: 1 1;
}

.NewPurchase_enterpriseTitle__148oL {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 4px;
  line-height: 1.4;
}

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

.NewPurchase_contactBtn__5yX0x {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  color: #333333;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.NewPurchase_contactBtn__5yX0x:hover {
  border-color: #999999;
  color: #333333;
}

/* 功能消费明细样式 */
.NewPurchase_featureDetailsSection__34qRl {
  margin: 32px 0;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}

.NewPurchase_featureDetailsTitle__2H-M9 {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  margin: 0 0 24px 0;
  padding: 24px 24px 0 24px;
}

/* 头部标题行 */
.NewPurchase_featureHeader__3ffAC {
  display: flex;
  align-items: center;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 24px;
}

.NewPurchase_featureHeader__3ffAC .NewPurchase_featureName__DgjI0 {
  width: 140px;
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  flex-shrink: 0;
}

.NewPurchase_planColumns__qkOyZ {
  display: flex;
  flex: 1 1;
  align-items: center;
}

.NewPurchase_planColumn__1MiU7 {
  flex: 1 1;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  padding: 0 12px;
  min-width: 100px;
}

.NewPurchase_planColumn__1MiU7:last-child {
  min-width: 140px;
}

/* 功能列表 */
.NewPurchase_featureList__lYqoE {
  padding: 0;
}

/* 普通功能项 */
.NewPurchase_featureItem__1fkRg {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #333333;
}

.NewPurchase_featureItem__1fkRg:last-child {
  border-bottom: none;
}

/* 功能消费明细项 */
.NewPurchase_detailItem__3Qlkk {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
  min-height: 56px;
}

.NewPurchase_detailItem__3Qlkk:last-child {
  border-bottom: none;
}

.NewPurchase_featureItem__1fkRg .NewPurchase_featureName__DgjI0 {
  width: 16px;
  text-align: center;
}

.NewPurchase_detailItem__3Qlkk .NewPurchase_featureName__DgjI0 {
  width: 140px;
  font-size: 14px;
  color: #262626;
  font-weight: 500;
  flex-shrink: 0;
}

.NewPurchase_planValue__2dKjp {
  flex: 1 1;
  text-align: left;
  font-size: 14px;
  color: #222222;
  padding: 0 12px;
  line-height: 1.4;
  min-width: 100px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.NewPurchase_planValue__2dKjp:last-child {
  min-width: 140px;
}

.NewPurchase_planValue__2dKjp:last-child > span:first-child {
  display: inline-block;
  min-width: 75px;
}

/* 功能组（用于合并显示） */
.NewPurchase_featureGroup__3xUtM {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

.NewPurchase_featureGroup__3xUtM .NewPurchase_detailItem__3Qlkk {
  border-bottom: none;
  min-height: 48px;
  padding: 12px 24px;
}

.NewPurchase_featureGroup__3xUtM .NewPurchase_detailItem__3Qlkk:first-child {
  padding-bottom: 6px;
}

.NewPurchase_featureGroup__3xUtM .NewPurchase_detailItem__3Qlkk:last-child {
  padding-top: 6px;
}

/* 合并说明文字 */
.NewPurchase_mergedDescription__2OzPN {
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translateY(-50%);
  text-align: left;
  font-size: 14px;
  color: #595959;
  line-height: 1.4;
  padding: 0 12px;
  background: #ffffff;
  z-index: 1;
}

.NewPurchase_memberDiscount1__3Fwap {
  display: inline-block;
  background: #FFE1E0;
  color: #FF3B32;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 8px;
  flex-shrink: 0;
  white-space: nowrap;
}

.NewPurchase_memberDiscount2__eXic2 {
  display: inline-block;
  background: #FFE1E0;
  color: #FF3B32;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 12px;
  flex-shrink: 0;
  white-space: nowrap;
}

.NewPurchase_memberDiscount3__2MQbD {
  display: inline-block;
  background: #FFE1E0;
  color: #FF3B32;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 20px;
  flex-shrink: 0;
  white-space: nowrap;
}

.NewPurchase_memberDiscount4__1vu6Z {
  display: inline-block;
  background: #FFE1E0;
  color: #FF3B32;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 14px;
  flex-shrink: 0;
  white-space: nowrap;
}
.NewPurchase_featureNote__2iI5h {
  padding: 24px 20px;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
  text-align: left;
  background: linear-gradient( 90deg, #FBF9FF 0%, #FFFFFF 100%);
  border-radius: 8px;
  margin: 16px 24px 24px 24px;
  border: 1px solid #F2ECFF;
}

/* QinyanClaw 使用限制 */
.NewPurchase_clawLimitsSection__3-la4 {
  margin: 32px 0;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  padding: 24px;
}

.NewPurchase_clawLimitsTitle__2eYNZ {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  margin: 0 0 12px 0;
}

.NewPurchase_clawLimitsDesc__21YAQ {
  font-size: 14px;
  color: #595959;
  line-height: 1.8;
  margin: 0 0 20px 0;
}

.NewPurchase_clawLimitsTable__25gGO {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
}

.NewPurchase_clawLimitsHeader__3bmM0 {
  display: flex;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  padding: 14px 20px;
}

.NewPurchase_clawLimitsRow__2cEZ6 {
  display: flex;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.NewPurchase_clawLimitsRow__2cEZ6:last-child {
  border-bottom: none;
}

.NewPurchase_clawLimitsTierCol__18njU {
  width: 120px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  color: #262626;
}

.NewPurchase_clawLimitsHeader__3bmM0 .NewPurchase_clawLimitsTierCol__18njU {
  font-weight: 600;
}

.NewPurchase_clawLimitsValueCol__2zAsq {
  flex: 1 1;
  font-size: 14px;
  color: #595959;
  text-align: left;
}

.NewPurchase_clawLimitsHeader__3bmM0 .NewPurchase_clawLimitsValueCol__2zAsq {
  font-weight: 600;
  color: #262626;
}

.NewPurchase_clawLimitsNote__2pWpQ {
  margin-top: 12px;
  font-size: 13px;
  color: #999999;
}

/* 开具发票按钮 - 和兑换按钮一样 */
.NewPurchase_invoiceLink__1tNMM {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

.NewPurchase_invoiceLink__1tNMM span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 32px;
  color: #1890ff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 32px;
  white-space: nowrap;
}
.NewPurchase_invoiceLink__1tNMM span:hover {
  color: #40a9ff;
  text-decoration: underline;
}

/* 点击空白处关闭的遮罩层 */
.NewPurchase_invoiceOverlay__3sPSV {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
}

/* 发票二维码弹出框 - 固定居中显示 */
.NewPurchase_invoiceQrCodePopup__2r_FK {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  overflow: hidden;
}

.NewPurchase_invoiceQrCodeHeader__3mEFU {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #262626;
}

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

.NewPurchase_invoiceQrCode__2CVA0 {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
/* 开具发票相关样式 */
.NewPurchase_invoiceLink__1tNMM {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    transition: color 0.3s;
}

.NewPurchase_invoiceLink__1tNMM:hover {
    color: #1890ff;
}

.NewPurchase_invoiceLink__1tNMM span {
    cursor: pointer;
}

.NewPurchase_invoiceQrCodePopup__2r_FK {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 10000;
    width: 280px;
}

.NewPurchase_invoiceQrCodeHeader__3mEFU {
    font-size: 14px;
    color: #333;
    text-align: center;
}

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

.NewPurchase_invoiceQrCode__2CVA0 {
    width: 180px;
    height: 180px;
}

/* ==================== 活动倒计时样式 ==================== */
.NewPurchase_countdownContainer__22ZPh {
    width: 100%;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #ff4757 0%, #ff6348 50%, #ff4757 100%);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(255, 71, 87, 0.4);
}

.NewPurchase_countdownContainer__22ZPh::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: NewPurchase_shimmer__1qtGA 2s infinite;
}

@keyframes NewPurchase_shimmer__1qtGA {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.NewPurchase_countdownInner__2mTOU {
    display: flex;
    align-items: center;
    grid-gap: 16px;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.NewPurchase_countdownTag__1S0s8 {
    background: linear-gradient(135deg, #ffd700 0%, #ffb700 100%);
    color: #c41e3a;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(255, 183, 0, 0.4);
    animation: NewPurchase_tagPulse__1nkgb 1.5s ease-in-out infinite;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex-shrink: 0;
}

.NewPurchase_promoText__27grV {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 14px;
    background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.15) 100%);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.3);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    white-space: nowrap;
}

@keyframes NewPurchase_tagPulse__1nkgb {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 2px 10px rgba(255, 183, 0, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 4px 15px rgba(255, 183, 0, 0.6);
    }
}

.NewPurchase_countdownMain__36t3Q {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
}

.NewPurchase_countdownLabel__2S0pv {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.NewPurchase_countdownNumbers__1H9zs {
    display: flex;
    align-items: center;
    grid-gap: 4px;
    gap: 4px;
}

.NewPurchase_countdownBox__2QiHa {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 2px;
    gap: 2px;
}

.NewPurchase_countdownNumbers__1H9zs {
    display: flex;
    align-items: center;
    grid-gap: 4px;
    gap: 4px;
}

.NewPurchase_countdownDayBox__1ZG5p {
    display: flex;
    align-items: center;
    grid-gap: 4px;
    gap: 4px;
    margin-right: 8px;
}

.NewPurchase_countdownValue__qGAsX {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 32px;
    height: 32px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    color: #ff4757;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    font-family: 'SF Mono', Monaco, 'Courier New', monospace;
}

.NewPurchase_countdownDayUnit__32Vzy {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.NewPurchase_countdownSeparator__17r0m {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-top: -2px;
}

/* ==================== 沁点价格表格 - 简洁版 ==================== */
.NewPurchase_qindianPriceSection__11fzX {
    margin: 24px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.NewPurchase_priceTableContainer__2t42b {
    overflow-x: auto;
}

.NewPurchase_priceTable__32ATk {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

/* 表头样式 */
.NewPurchase_priceTable__32ATk thead th {
    padding: 16px 8px;
    text-align: center;
    font-weight: 500;
    border: none;
}

/* 第一行表头 - 带彩色顶部边框 */
.NewPurchase_headerRow__y23K1 th {
    position: relative;
    padding-top: 20px !important;
}

.NewPurchase_headerRow__y23K1 th::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.NewPurchase_headerQindian__34Swz::before {
    background: transparent;
}

.NewPurchase_headerPlus__1G80o::before {
    background: #1990FF;
}

.NewPurchase_headerPro__2dDXy::before {
    background: #6B41E3;
}

.NewPurchase_headerMax__39e9o::before {
    background: #FFB300;
}

.NewPurchase_headerUltra__2aHR8::before {
    background: #FF3B32;
}

/* 沁点情况列 */
.NewPurchase_headerQindian__34Swz {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    color: #333;
    font-weight: 500;
    vertical-align: middle;
    background: #fafafa;
}
.NewPurchase_headerQindian__34Swz::before {
    background: #848282;
}

/* 会员等级表头 */
.NewPurchase_memberHeader__1p4dO {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.NewPurchase_discountLabel__UMCJx {
    font-size: 13px;
    color: #666;
    margin-left: 4px;
    font-weight: normal;
}

.NewPurchase_discountNumPro__1vA7E {
    color: #9B59B6;
    font-size: 18px;
    font-weight: 600;
    margin: 0 2px;
}

.NewPurchase_discountNumMax__1-wge {
    color: #F5A623;
    font-size: 18px;
    font-weight: 600;
    margin: 0 2px;
}

.NewPurchase_discountNumUltra__3PZpR {
    color: #E74C3C;
    font-size: 18px;
    font-weight: 600;
    margin: 0 2px;
}

/* 第二行表头 */
.NewPurchase_subHeaderRow__X6c8g th {
    background: #fafafa;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 8px !important;
    border-bottom: 1px solid #f0f0f0;
}

/* 表格行样式 */
.NewPurchase_priceTable__32ATk tbody tr {
    transition: background 0.2s;
}

.NewPurchase_priceTable__32ATk tbody tr:hover {
    background: #f5f7fa;
}

.NewPurchase_evenRow__3mnYp {
    background: #fff;
}


/* 单元格样式 */
.NewPurchase_priceTable__32ATk td {
    padding: 16px 8px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #f0f0f0;
}

/* 沁点数列 */
.NewPurchase_pointsCell__3zOVq {
    font-weight: 500;
    color: #333;
}

.NewPurchase_pointsValue__rjLFT {
    font-size: 15px;
}

/* 原价列 */
.NewPurchase_originalCell__3aK0O {
    color: #666;
}

/* 折扣列 */
.NewPurchase_discountCell__1SYGr {
    color: #666;
    font-size: 13px;
}

/* 价格列 */
.NewPurchase_priceCell__1IGGO {
    font-weight: 500;
}

.NewPurchase_plusPrice__3vo3e {
    color: #4A90E2;
}

.NewPurchase_proPrice__1ynv_ {
    color: #9B59B6;
}

.NewPurchase_maxPrice__1IrQS {
    color: #F5A623;
}

.NewPurchase_ultraPrice__2AYhh {
    color: #E74C3C;
}

/* 响应式适配 */
@media (max-width: 768px) {
    .NewPurchase_qindianPriceSection__11fzX {
        margin: 16px;
    }

    .NewPurchase_priceTable__32ATk {
        font-size: 12px;
    }

    .NewPurchase_priceTable__32ATk th,
    .NewPurchase_priceTable__32ATk td {
        padding: 12px 4px;
    }

    .NewPurchase_discountLabel__UMCJx {
        display: block;
        margin-left: 0;
        margin-top: 2px;
    }
}

/* Plus 列背景色 */
.NewPurchase_priceTable__32ATk tbody tr td:nth-child(3),
.NewPurchase_priceTable__32ATk tbody tr td:nth-child(4) {
    background: rgba(74, 144, 226, 0.05);
}

/* Pro 列背景色 */
.NewPurchase_priceTable__32ATk tbody tr td:nth-child(5),
.NewPurchase_priceTable__32ATk tbody tr td:nth-child(6) {
    background: rgba(155, 89, 182, 0.05);
}

/* Max 列背景色 */
.NewPurchase_priceTable__32ATk tbody tr td:nth-child(7),
.NewPurchase_priceTable__32ATk tbody tr td:nth-child(8) {
    background: rgba(245, 166, 35, 0.05);
}

/* Ultra 列背景色 */
.NewPurchase_priceTable__32ATk tbody tr td:nth-child(9),
.NewPurchase_priceTable__32ATk tbody tr td:nth-child(10) {
    background: rgba(231, 76, 60, 0.05);
}

/* 表头列背景色 */
.NewPurchase_priceTable__32ATk thead .NewPurchase_headerPlus__1G80o {
    background: rgba(74, 144, 226, 0.1);
}

.NewPurchase_priceTable__32ATk thead .NewPurchase_headerPro__2dDXy {
    background: rgba(155, 89, 182, 0.1);
}

.NewPurchase_priceTable__32ATk thead .NewPurchase_headerMax__39e9o {
    background: rgba(245, 166, 35, 0.1);
}

.NewPurchase_priceTable__32ATk thead .NewPurchase_headerUltra__2aHR8 {
    background: rgba(231, 76, 60, 0.1);
}

/* 第二行表头背景 */
.NewPurchase_subHeaderRow__X6c8g .NewPurchase_subHeader__shG08:nth-child(3),
.NewPurchase_subHeaderRow__X6c8g .NewPurchase_subHeader__shG08:nth-child(4) {
    background: rgba(74, 144, 226, 0.08);
}

.NewPurchase_subHeaderRow__X6c8g .NewPurchase_subHeader__shG08:nth-child(5),
.NewPurchase_subHeaderRow__X6c8g .NewPurchase_subHeader__shG08:nth-child(6) {
    background: rgba(155, 89, 182, 0.08);
}

.NewPurchase_subHeaderRow__X6c8g .NewPurchase_subHeader__shG08:nth-child(7),
.NewPurchase_subHeaderRow__X6c8g .NewPurchase_subHeader__shG08:nth-child(8) {
    background: rgba(245, 166, 35, 0.08);
}

.NewPurchase_subHeaderRow__X6c8g .NewPurchase_subHeader__shG08:nth-child(9),
.NewPurchase_subHeaderRow__X6c8g .NewPurchase_subHeader__shG08:nth-child(10) {
    background: rgba(231, 76, 60, 0.08);
}

/* 所有列统一宽度 */
.NewPurchase_priceTable__32ATk thead th,
.NewPurchase_priceTable__32ATk tbody tr td {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}

/* 沁点情况列 */
.NewPurchase_priceTable__32ATk thead th:first-child,
.NewPurchase_priceTable__32ATk tbody tr td:first-child {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

/* 弹窗遮罩层 */
.PointDetailsModal_modalOverlay__2eWZD {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 11;
  padding: 60px 20px 20px 20px;
}

/* 弹窗容器 */
.PointDetailsModal_modalContainer__3W3XS {
  width: 100%;
  max-width: 1000px;
  max-height: 90vh;
  padding: 0;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

/* 头部区域 */
.PointDetailsModal_modalHeader__c6J9h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
}

.PointDetailsModal_modalTitle__2B-pK {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 0;
  line-height: 1.4;
}

.PointDetailsModal_closeButton__2q_YT {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* 表格容器 */
.PointDetailsModal_tableContainer__2wPFR {
  padding: 24px;
  max-height: calc(90vh - 120px);
  overflow-y: auto;
}

/* 表格头部 */
.PointDetailsModal_tableHeader__w35T- {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr 0.8fr 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
  padding: 10px 20px;
  background: #f8f9fa;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #e9ecef;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

/* 表格主体 */
.PointDetailsModal_tableBody__2Ser4 {
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.PointDetailsModal_tableRow__3PXx8 {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr 0.8fr 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #333333;
  transition: background-color 0.2s ease;
}

.PointDetailsModal_tableRow__3PXx8:hover {
  background-color: #f8f9fa;
}

.PointDetailsModal_tableRow__3PXx8:last-child {
  border-bottom: none;
}

/* 列样式 */
.PointDetailsModal_columnTime__35zUn {
  color: #333333;
  font-weight: 500;
  
}

.PointDetailsModal_columnProject__oq9HM {
  color: #666666;
  font-size: 13px;
}

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

.PointDetailsModal_columnChange__3MX6x {
  font-weight: 600;
  font-size: 15px;
}

.PointDetailsModal_columnPointBalance__1rUq3,
.PointDetailsModal_columnTotalBalance__OIlJD {
  color: #666666;
  text-align: center;
}

/* 类型标签 */
.PointDetailsModal_typeTag__1ONpN {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.PointDetailsModal_pointTag__3iOrV {
  background: #FFF1D1;
  color: #FFAA00;
  border: 1px solid #FFE8B2;;
}

.PointDetailsModal_couponTag__3Kzn_ {
  background: #F3EFFF;
  color: #6B41E3;
  border: 1px solid #E0D6FF;

}

/* 变动数值样式 */
.PointDetailsModal_positiveChange__1TKMb {
  color: green;
}

.PointDetailsModal_negativeChange__JQule {
  color: #ff4d4f;
}

/* 分页容器 */
.PointDetailsModal_paginationContainer__3dOnS {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 20px;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
}

.PointDetailsModal_pagination__1cZAy {
  margin: 0;
}

/* 加载中状态 */
.PointDetailsModal_loadingContainer__2ZuXo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background: #ffffff;
}

/* 无数据提示 */
.PointDetailsModal_noDataMessage__14q-g {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  color: #999999;
  font-size: 14px;
  background: #ffffff;
}


/* 响应式设计 */
@media (max-width: 1024px) {
  .PointDetailsModal_modalContainer__3W3XS {
    margin: 0 16px;
  }
  
  .PointDetailsModal_tableHeader__w35T-,
  .PointDetailsModal_tableRow__3PXx8 {
    grid-template-columns: 1fr 1fr 0.6fr 0.6fr 0.8fr 0.8fr;
    grid-gap: 12px;
    gap: 12px;
    padding: 12px 16px;
    font-size: 13px;
  }
  
  .PointDetailsModal_tableContainer__2wPFR {
    padding: 16px;
  }
}

@media (max-width: 768px) {
  .PointDetailsModal_modalContainer__3W3XS {
    margin: 0 8px;
  }
  
  .PointDetailsModal_modalHeader__c6J9h {
    padding: 16px 20px;
  }
  
  .PointDetailsModal_modalTitle__2B-pK {
    font-size: 16px;
  }
  
  .PointDetailsModal_tableHeader__w35T-,
  .PointDetailsModal_tableRow__3PXx8 {
    grid-template-columns: 1fr;
    grid-gap: 8px;
    gap: 8px;
    padding: 12px 16px;
  }
  
  .PointDetailsModal_tableHeader__w35T- {
    display: none;
  }
  
  .PointDetailsModal_tableRow__3PXx8 {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    gap: 8px;
    border-radius: 8px;
    margin-bottom: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  
  .PointDetailsModal_columnTime__35zUn::before {
    content: "时间: ";
    font-weight: 600;
    color: #333333;
  }
  
  .PointDetailsModal_columnProject__oq9HM::before {
    content: "项目: ";
    font-weight: 600;
    color: #333333;
  }
  
  .PointDetailsModal_columnType__2oDJc::before {
    content: "类型: ";
    font-weight: 600;
    color: #333333;
  }
  
  .PointDetailsModal_columnChange__3MX6x::before {
    content: "变动: ";
    font-weight: 600;
    color: #333333;
  }
  
  .PointDetailsModal_columnPointBalance__1rUq3::before {
    content: "沁点抵扣券余额: ";
    font-weight: 600;
    color: #333333;
  }
  
  .PointDetailsModal_columnTotalBalance__OIlJD::before {
    content: "沁点余额: ";
    font-weight: 600;
    color: #333333;
  }
  
  .PointDetailsModal_columnPointBalance__1rUq3,
  .PointDetailsModal_columnTotalBalance__OIlJD {
    text-align: left;
  }
}

/* 弹窗遮罩层 */
.ContactSalesModal_modalOverlay__doQ4K {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 11;
  padding: 60px 20px 20px 20px;
}

/* 弹窗容器 */
.ContactSalesModal_modalContainer__2lMFU {
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  padding: 0;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

/* 头部区域 */
.ContactSalesModal_modalHeader__BtWm2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
}

.ContactSalesModal_modalTitle__3kmNd {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 0;
  line-height: 1.4;
}

.ContactSalesModal_closeButton__1O805 {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}


/* 弹窗内容 */
.ContactSalesModal_modalContent__TwYxW {
  padding: 8px 24px;
  max-height: calc(90vh - 120px);
  overflow-y: auto;
}

/* 表单描述 */
.ContactSalesModal_formDescription__3GhKp {
  margin-bottom: 24px;
  text-align: left;
}

.ContactSalesModal_formDescription__3GhKp p {
  font-size: 14px;
  color: #666666;
  margin: 0;
  line-height: 1.5;
}

/* 表单内容 */
.ContactSalesModal_formContent__2B2hj {
  margin-bottom: 0;
}

.ContactSalesModal_formGroup__3ZCsH {
  margin-bottom: 16px;
}

.ContactSalesModal_formRow__2ObLB {
  display: flex;
  grid-gap: 16px;
  gap: 16px;
}

.ContactSalesModal_formRow__2ObLB .ContactSalesModal_formGroup__3ZCsH {
  flex: 1 1;
}

/* 标签样式 */
.ContactSalesModal_label__zvhCj {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 8px;
  line-height: 1.4;
}

.ContactSalesModal_required__2rvOU {
  color: #ff4d4f;
  margin-left: 2px;
}


/* Dropdown选择器样式 */
.ContactSalesModal_dropdownButton__1VuVr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  z-index: 1;
}


.ContactSalesModal_selectedText__1HCmc {
  font-size: 14px;
  color: #333333;
  flex: 1 1;
  text-align: left;
}

.ContactSalesModal_placeholderText__2c2zt {
  font-size: 14px;
  color: #bfbfbf;
  flex: 1 1;
  text-align: left;
}

.ContactSalesModal_dropdownIcon__1Am9I {
  font-size: 12px;
  color: #bfbfbf;
  transition: transform 0.2s ease;
  margin-left: 8px;
}

/* 自定义下拉选择器 */
.ContactSalesModal_customDropdown__2UYeD {
  position: relative;
  width: 100%;
}

.ContactSalesModal_dropdownMenu__2pqG9 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 99999;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 2px;
}

.ContactSalesModal_dropdownItem__2pOSz {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.ContactSalesModal_dropdownItem__2pOSz:hover {
  background-color: #f5f5f5;
}

.ContactSalesModal_clearItem__1Vzw2 {
  color: #999999;
  border-bottom: 1px solid #f0f0f0;
}

.ContactSalesModal_clearItem__1Vzw2:hover {
  background-color: #fafafa;
}

/* 文本域样式 */
.ContactSalesModal_formGroup__3ZCsH .ant-input {
  resize: vertical;
  min-height: 36px;
}

/* 复选框组 */
.ContactSalesModal_checkboxGroup__2QRWk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px 24px;
  gap: 12px 24px;
  align-items: start;
}

.ContactSalesModal_checkboxGroup__2QRWk .ant-checkbox-wrapper {
  font-size: 14px;
  color: #333333;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1.5;
  min-height: 24px;
}

.ContactSalesModal_checkboxGroup__2QRWk .ant-checkbox {
  margin-right: 8px;
  top: 0;
}


.ContactSalesModal_checkboxGroup__2QRWk .ant-checkbox-inner {
  width: 16px;
  height: 16px;
}

/* 错误状态 */
.ContactSalesModal_errorInput__1QmC1 {
  border-color: #ff4d4f !important;
}

.ContactSalesModal_errorInput__1QmC1:focus {
  border-color: #ff4d4f !important;
  box-shadow: none !important;
}

.ContactSalesModal_errorCheckbox__2QVh6 .ant-checkbox-inner {
  border-color: #ff4d4f !important;
}

.ContactSalesModal_errorText__3FtkZ {
  display: block;
  font-size: 12px;
  color: #ff4d4f;
  margin-top: 4px;
  line-height: 1.4;
}

/* 链接样式 */
.ContactSalesModal_link__1EVbX {
  color: #1890ff;
  text-decoration: none;
  cursor: pointer;
}

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

/* 底部按钮 */
.ContactSalesModal_modalFooter__1qgmV {
  display: flex;
  justify-content: flex-end;
  grid-gap: 12px;
  gap: 12px;
  padding: 20px 0 0 0;
  margin-top: 20px;
}


/* 响应式设计 */
@media (max-width: 768px) {
  .ContactSalesModal_contactModal__2hxDa {
    top: 10px;
  }

  .ContactSalesModal_modalContent__TwYxW {
    padding: 16px;
  }

  .ContactSalesModal_formRow__2ObLB {
    flex-direction: column;
    grid-gap: 0;
    gap: 0;
  }

  .ContactSalesModal_checkboxRow__M_jpK {
    flex-direction: column;
    grid-gap: 8px;
    gap: 8px;
  }

  .ContactSalesModal_modalFooter__1qgmV {
    flex-direction: column-reverse;
  }

  .ContactSalesModal_cancelBtn__162ch,
  .ContactSalesModal_submitBtn__3zKfs {
    width: 100%;
    margin: 0;
  }
}

/* 弹窗遮罩 */
.VoucherDetailsModal_modalOverlay__2yseW {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

/* 弹窗容器 */
.VoucherDetailsModal_modalContainer__1WIox {
  max-height: 80vh;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* 弹窗头部 */
.VoucherDetailsModal_modalHeader__3l1xS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
}

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

.VoucherDetailsModal_closeButton__KMRTY {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  color: #8c8c8c;
}

/* 弹窗内容 */
.VoucherDetailsModal_modalContent__2FTHv {
  flex: 1 1;
  overflow-y: auto;
  padding: 24px;
}

/* 抵扣券列表 */
.VoucherDetailsModal_voucherList__rtFZN {
  margin-bottom: 32px;
}

.VoucherDetailsModal_voucherCard__1fgY4 {
  display: flex;
  border-radius: 16px;
  margin-bottom: 16px;
  border: none;
  box-shadow: 0 4px 12px rgba(196, 181, 253, 0.3);
  overflow: hidden;
}

.VoucherDetailsModal_voucherLeft__3BSjd {
  flex: 0 0 180px;
  background: linear-gradient( 135deg, #DDCCFF 0%, #BAA2FF 100%);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.VoucherDetailsModal_voucherLabel__vbhm9 {
  font-size: 14px;
  color: #222222;
  margin-bottom: 8px;
  font-weight: 500;
}

.VoucherDetailsModal_voucherAmount__3_yLf {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

.VoucherDetailsModal_amountNumber__oL8sV {
  color: #6B41E3;
}

.VoucherDetailsModal_amountUnit__3nYbO {
  color: #222222;
  font-size: 14px;
}

.VoucherDetailsModal_voucherRight__1g1ZV {
  flex: 1 1;
  background: #F6F3FF;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.VoucherDetailsModal_voucherExpire__1e7vB {
  font-size: 16px;
  color: #6B41E3;
  font-weight: 500;
  margin-bottom: 6px;
}

.VoucherDetailsModal_voucherDescription__2Zjup {
  font-size: 13px;
  color: #9478E5;
  line-height: 1.4;
  font-weight: 500;
}

/* 暂无抵扣券 */
.VoucherDetailsModal_noVoucherSection__3q3Qq {
  text-align: center;
  padding: 40px 0;
  margin-bottom: 32px;
}

.VoucherDetailsModal_noVoucherTitle__2xiHv {
  font-size: 16px;
  color: #8c8c8c;
}

/* 抵扣券说明 */
.VoucherDetailsModal_voucherRules__zOexI {
  background: #fafafa;
  border-radius: 8px;
  padding: 20px;
}

.VoucherDetailsModal_rulesTitle__eRQXZ {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 16px;
}

.VoucherDetailsModal_rulesContent__hmff1 {
  line-height: 1.6;
}

.VoucherDetailsModal_ruleItem__13J_6 {
  font-size: 14px;
  color: #595959;
  margin-bottom: 8px;
  line-height: 1.5;
}

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

/* 加载中状态 */
.VoucherDetailsModal_loadingContainer__3sCCZ {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .VoucherDetailsModal_modalContainer__1WIox {
    width: 90vw;
    max-height: 90vh;
    margin: 20px;
  }
  
  .VoucherDetailsModal_voucherCard__1fgY4 {
    flex-direction: column;
  }
  
  .VoucherDetailsModal_voucherLeft__3BSjd {
    flex: none;
    padding-right: 0;
    margin-bottom: 16px;
  }
}

.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;
}

.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;
  }
  
}

.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;
}

