/* 微信登录暂停提示：视觉风格与站内购买提示弹窗保持一致 */
.twf-wxnotice-mask{
 display:none!important;position:fixed!important;z-index:2147483600!important;
 left:0!important;top:0!important;right:0!important;bottom:0!important;
 width:100%!important;height:100%!important;margin:0!important;padding:20px!important;box-sizing:border-box!important;
 background:rgba(22,26,32,.56)!important;align-items:center!important;justify-content:center!important;text-align:left!important;
 font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif!important;
 -webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);
}
.twf-wxnotice-mask.twf-show{display:flex!important;}
.twf-wxnotice-dialog{
 position:relative!important;float:none!important;width:440px!important;max-width:100%!important;margin:auto!important;padding:0!important;
 box-sizing:border-box!important;background:#fff!important;border:1px solid rgba(0,0,0,.06)!important;border-radius:14px!important;
 box-shadow:0 22px 70px rgba(0,0,0,.28)!important;overflow:hidden!important;color:#252a31!important;text-align:left!important;
 animation:twfWxNoticeIn .18s ease-out;
}
.twf-wxnotice-head{display:flex!important;align-items:center!important;gap:12px!important;padding:20px 20px 14px!important;background:#fff!important;box-sizing:border-box!important;}
.twf-wxnotice-icon{flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;border-radius:50%!important;background:#fff3e8!important;color:#f26b21!important;}
.twf-wxnotice-icon svg{display:block!important;width:22px!important;height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.twf-wxnotice-heading{flex:1!important;min-width:0!important;}
.twf-wxnotice-title{margin:0!important;padding:0!important;border:0!important;font-size:18px!important;line-height:1.35!important;font-weight:700!important;color:#20242a!important;}
.twf-wxnotice-subtitle{margin-top:3px!important;font-size:13px!important;line-height:1.45!important;font-weight:400!important;color:#8a9099!important;}
.twf-wxnotice-content-wrap{padding:0 20px!important;box-sizing:border-box!important;}
.twf-wxnotice-content{box-sizing:border-box!important;padding:14px 15px!important;border:1px solid #eceff3!important;border-radius:9px!important;background:#f8f9fb!important;color:#3b4149!important;font-size:15px!important;line-height:1.75!important;font-weight:400!important;white-space:pre-wrap!important;word-break:break-word!important;text-align:left!important;}
.twf-wxnotice-actions{display:flex!important;padding:18px 20px 20px!important;box-sizing:border-box!important;background:#fff!important;}
.twf-wxnotice-actions button{appearance:none!important;-webkit-appearance:none!important;width:100%!important;height:42px!important;margin:0!important;padding:0 16px!important;border:1px solid #ff6600!important;border-radius:8px!important;background:#ff6600!important;color:#fff!important;font-family:inherit!important;font-size:15px!important;line-height:40px!important;font-weight:600!important;text-align:center!important;cursor:pointer!important;outline:none!important;box-sizing:border-box!important;box-shadow:0 5px 14px rgba(255,102,0,.20)!important;transition:background .15s,border-color .15s,transform .08s!important;}
.twf-wxnotice-actions button:hover{background:#ed5f00!important;border-color:#ed5f00!important;}
.twf-wxnotice-actions button:active{transform:translateY(1px)!important;}
body.twf-wxnotice-lock{overflow:hidden!important;}
@keyframes twfWxNoticeIn{from{opacity:0;transform:translateY(8px) scale(.985);}to{opacity:1;transform:translateY(0) scale(1);}}
@media(max-width:600px){
 .twf-wxnotice-mask{padding:16px!important;}
 .twf-wxnotice-dialog{width:100%!important;border-radius:13px!important;}
 .twf-wxnotice-head{gap:10px!important;padding:17px 16px 12px!important;}
 .twf-wxnotice-icon{width:34px!important;height:34px!important;}
 .twf-wxnotice-title{font-size:17px!important;}
 .twf-wxnotice-subtitle{font-size:12px!important;}
 .twf-wxnotice-content-wrap{padding:0 16px!important;}
 .twf-wxnotice-content{padding:13px 14px!important;font-size:14px!important;line-height:1.7!important;border-radius:8px!important;}
 .twf-wxnotice-actions{padding:16px!important;}
}
