/* Retain the template's original font metrics and zero-margin baseline. */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, dl, dd, figure, form,
fieldset, legend, input, textarea, select, th, td {
  margin: 0;
  padding: 0;
  font-family: PingFang SC;
}

body { font-size: 12px; color: #272828; }
a { color: #272828; text-decoration: none; }
a:hover { color: #cd0200; text-decoration: underline; }
img { border: 0; vertical-align: middle; }
p { overflow-wrap: break-word; }
[hidden] { display: none !important; }

a:focus-visible, button:focus-visible {
  outline: 3px solid #ff7a61;
  outline-offset: 5px;
}
