/* WXSSC V23.0-A45 VIP快讯空状态优化版 */

.wx45-vip-empty{
  min-height:280px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:34px 18px;
  background:
    radial-gradient(circle at 50% 0%,rgba(247,197,107,.16),transparent 42%),
    linear-gradient(180deg,#fffaf0,#ffffff);
  border-bottom:1px solid #f2e7d0;
}

.wx45-vip-box{
  width:min(560px,100%);
  text-align:center;
  border:1px solid #f7c56b;
  border-radius:22px;
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 48px rgba(166,107,22,.10);
  padding:26px 24px;
}

.wx45-vip-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:30px;
  padding:0 13px;
  border-radius:999px;
  background:linear-gradient(135deg,#f7c56b,#a56929);
  color:#fff;
  font-size:13px;
  font-weight:950;
  margin-bottom:13px;
}

.wx45-vip-title{
  margin:0;
  color:#8a5a12;
  font-size:22px;
  line-height:1.35;
  font-weight:950;
  letter-spacing:-.02em;
}

.wx45-vip-desc{
  margin:10px auto 0;
  max-width:430px;
  color:#7c5a22;
  font-size:14px;
  line-height:1.75;
  font-weight:750;
}

.wx45-vip-actions{
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

.wx45-vip-actions button,
.wx45-vip-actions a{
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:0 16px;
  font-size:13px;
  font-weight:950;
  text-decoration:none;
  cursor:pointer;
}

.wx45-vip-actions .primary{
  border:1px solid #2563eb;
  background:#2563eb;
  color:#fff;
}

.wx45-vip-actions .gold{
  border:1px solid #f7c56b;
  background:#fff7e6;
  color:#a56929;
}

.wx45-vip-actions .ghost{
  border:1px solid #bfdbfe;
  background:#fff;
  color:#2563eb;
}

.wx45-vip-note{
  margin-top:13px;
  color:#a16207;
  font-size:12px;
  font-weight:850;
}

.wx45-vip-toast{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:10000;
  max-width:360px;
  padding:11px 14px;
  border-radius:16px;
  border:1px solid #f7c56b;
  background:rgba(255,250,240,.98);
  box-shadow:0 18px 48px rgba(15,23,42,.14);
  color:#8a5a12;
  font-size:13px;
  font-weight:850;
  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
  transition:.22s ease;
}

.wx45-vip-toast.show{
  opacity:1;
  transform:translateY(0);
}

.wx43-market-tab,
.wx42-market-tab,
.wx41-tab{
  outline:none!important;
}

.wx43-market-tab:focus,
.wx42-market-tab:focus,
.wx41-tab:focus{
  outline:none!important;
  box-shadow:none!important;
}

.wx43-market-tab[data-mode="vip"].active,
.wx42-market-tab[data-mode="vip"].active,
.wx41-tab[data-wx41-mode="vip"].active{
  color:#a56929!important;
}

.wx43-market-tab[data-mode="vip"].active::after,
.wx42-market-tab[data-mode="vip"].active::after,
.wx41-tab[data-wx41-mode="vip"].active::after{
  background:linear-gradient(135deg,#f7c56b,#a56929)!important;
}

@media(max-width:760px){
  .wx45-vip-empty{
    min-height:240px;
    padding:24px 12px;
  }

  .wx45-vip-box{
    padding:22px 16px;
  }

  .wx45-vip-title{
    font-size:19px;
  }

  .wx45-vip-toast{
    left:12px;
    right:12px;
    bottom:12px;
    max-width:none;
  }
}
