/* 微信 / 支付宝 / 抖音 / 企微 内置浏览器适配 */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{overscroll-behavior:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
input,select,textarea{font-size:16px !important;line-height:1.4} /* 避免 iOS/微信聚焦放大 */
button{touch-action:manipulation;-webkit-user-select:none;user-select:none}
.wx-bar{
  display:none;background:#fff7e6;color:#8a5a12;font-size:12px;padding:8px 12px;text-align:center;
}
html.webview .wx-bar{display:block}
html.wechat .wx-bar{display:block}
.wx-open{
  display:inline-block;margin-left:8px;color:#07c160;font-weight:600;
}
