*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{
  font-family:system-ui,-apple-system,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  background:#fffffe;
  color:#222;
  font-size:16px;
  line-height:1.8;
}
a{color:#00e;text-decoration:underline}
a:visited{color:#551a8b}
a:hover{color:#00e}
hr{border:none;border-top:1px solid #ccc;margin:1.5rem 0}
.wz-wrap{max-width:42rem;margin:0 auto;padding:0 1.25rem}
.wz-header{padding:1.25rem 0 .5rem}
.wz-site{font-size:1rem}
.wz-site a{color:#222;text-decoration:none}
.wz-site a:hover{text-decoration:underline;color:#00e}
.wz-search{margin-top:.75rem;display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}
.wz-search input{
  flex:1;
  min-width:10rem;
  padding:.3rem .5rem;
  font:inherit;
  border:1px solid #999;
  background:#fff;
  color:#222;
}
.wz-search input:focus{outline:1px dotted #666;outline-offset:1px}
.wz-btn{
  padding:.3rem .65rem;
  font:inherit;
  border:1px solid #999;
  background:#fff;
  color:#222;
  cursor:pointer;
}
.wz-main{padding:1rem 0 2.5rem}
.wz-footer{padding:0 0 2rem;font-size:.875rem;color:#555}
.wz-footer p{margin-top:.75rem}
.wz-footer a{color:#00e}
h1{font-size:1.625rem;font-weight:400;line-height:1.35;margin-bottom:.5rem}
h2{font-size:1rem;font-weight:400;margin-bottom:.5rem;color:#222}
.wz-lead{margin-bottom:1rem;color:#444}
.wz-meta{font-size:.9375rem;color:#666;margin-bottom:.2rem}
.wz-section{margin-top:0}
.wz-body p{margin-bottom:.75em}
.wz-body *{
  font:inherit;
  color:inherit;
  background:none;
  border:none;
  box-shadow:none;
  margin:0;
  padding:0;
}
.wz-body p{margin-bottom:.75em}
.wz-body a{color:#00e;text-decoration:underline}
.wz-inline{line-height:2}
.wz-list{list-style:none}
.wz-list li{margin-bottom:.3rem}
.wz-note{font-size:.9375rem;color:#555}
.wz-sr{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}
