body.hwk-forum-site > table,
body.hwk-forum-site > font > table,
body.hwk-forum-site > form > table {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.hwk-forum-site table,
body.hwk-forum-site td,
body.hwk-forum-site font {
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}
body.hwk-forum-site > table {
  margin-top: 14px;
  background: #fff;
  border-color: #dce4ea !important;
  box-shadow: 0 8px 30px rgba(7,31,56,.07);
}
body.hwk-forum-site td { border-color: #dce4ea; }
body.hwk-forum-site a { color: #075d9b !important; }
body.hwk-forum-site a:hover { color: #f08b2d !important; }
body.hwk-forum-site input,
body.hwk-forum-site select,
body.hwk-forum-site textarea {
  max-width: 100%;
  min-height: 34px !important;
  padding: 6px 9px !important;
  color: #14283a !important;
  background: #fff !important;
  border: 1px solid #b9c8d4 !important;
  border-radius: 3px;
  font: 14px/1.45 "Microsoft YaHei", sans-serif !important;
}
body.hwk-forum-site textarea { min-height: 120px !important; }
body.hwk-forum-site hr { height: 1px; border: 0; background: #dce4ea; }
.hwk-forum-title { margin: 24px auto 10px; }

@media (max-width: 680px) {
  body.hwk-forum-site > table,
  body.hwk-forum-site > font > table,
  body.hwk-forum-site > form > table { width: calc(100% - 16px) !important; overflow-x: auto; }
  body.hwk-forum-site table,
  body.hwk-forum-site td,
  body.hwk-forum-site font { font-size: 13px !important; }
  body.hwk-forum-site img:not([width="1"]):not([height="1"]) { height: auto !important; }
}
