* {
  margin: 0;
  padding: 0;
}
body,
html {
  background: #f0f2f5;
  color: #444;
}
body {
  text-align: center;
  font-size: 1em;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    'PingFang SC',
    'Hiragino Sans GB',
    'Microsoft YaHei',
    Arial,
    sans-serif;
  padding: 10px;
  line-height: 1.75em;
}
html > body {
  font-size: 100%;
}
#wrap {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  display: flow-root;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
#header {
  height: 160px;
  margin: 20px;
  overflow: hidden;
  background: #111 no-repeat;
  border: 1px solid #111;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#menu {
  background: #f8f8f8;
  margin: 20px;
  border: 1px solid #eee;
  color: #444;
  display: flex;
  align-items: center;
  padding: 4px 8px;
}
#content,
#menu {
  font-size: 0.875em;
}
#content {
  text-align: left;
  margin: 20px 30px;
  word-wrap: break-word;
}
#footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 20px 30px;
  padding: 10px 0;
  font-size: 0.75em;
  line-height: 1.8em;
}
#header h1 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0;
  color: #fff;
  text-align: left;
  padding: 0 40px;
}
p.description {
  font-size: 0.75em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 6px;
  text-align: left;
  padding: 0 40px;
}
h1 a:active,
h1 a:hover,
h1 a:link,
h1 a:visited {
  text-decoration: none;
  color: #fff;
}
#sitemap {
  float: left;
  text-align: left;
  margin: 5px 8px 5px 0;
  padding-left: 12px;
}
#menu ul.pagelinks {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  margin: 0;
  padding: 4px 0;
}
#menu ul.pagelinks li {
  padding: 0 8px 0 0;
}
#searchform {
  font-size: 0.875em;
  text-align: right;
  margin: 0;
}
#search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  padding: 2px 4px;
  vertical-align: middle;
  line-height: 1;
}
#search-toggle:hover {
  color: #444;
}
#searchform input {
  display: none;
  width: 100px;
  background: #fff;
  color: #666;
  margin: 0;
  border: 1px solid #eee;
  padding: 2px;
  height: 24px;
}
#searchform.open input {
  display: inline;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
address,
fieldset,
h2,
h3,
h4,
h5,
h6,
p,
re,
table {
  margin: 0.8em 0;
}
h1 {
  font-size: 1.25em;
}
h2 {
  font-size: 1.25em;
  margin-bottom: 0.4em;
  font-weight: 700;
}
h3 {
  margin-bottom: 0.3em;
  font-size: 1em;
}
h4 {
  font-size: 0.925em;
}
h5 {
  font: normal 0.8em;
}
address {
  font-style: italic;
}
blockquote {
  margin: 1em 0;
  padding: 0 0 0 1.2em;
  border-left: 4px solid #d0d0d0;
}
dt {
  margin: 1em 0 0.5em;
  font-weight: 700;
}
code,
pre,
var {
  font-size: 1em;
  white-space: pre-wrap;
  background: #f8f8f8;
  padding: 1em;
}
dd {
  margin: 0.5em 0 1em 1.5em;
}
img {
  border: none;
}
#content form p,
#content p {
  text-align: left;
}
#content img {
  border: 1px solid #eee;
  padding: 0.5%;
}
.postinfo {
  color: #999;
  padding: 0;
  font-size: 0.75em;
}
.entry {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 14px;
}
.entry ul {
  padding: 0 0 0 10px;
}
.entry li {
  padding: 0;
}
.entry img {
  max-width: 99%;
}
.center {
  text-align: center;
}
ol {
  margin-left: 1em;
}
ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
a:link,
a:visited {
  color: #c04e37;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: underline;
}
h2 a,
h2 a:active,
h2 a:hover,
h2 a:link,
h2 a:visited {
  text-decoration: none;
}
.hilite {
  background: #f5fafc;
}
#content .more {
  margin-top: -1em;
  text-align: right;
}
.posted {
  color: #888;
  margin-top: 0.3em;
}
.posted cite {
  font-weight: 700;
  font-style: normal;
}
ol.pages {
  margin: 20px 0 10px;
  color: #666;
  list-style: none;
  font-size: 0.925em;
  text-align: center;
}
ol.pages li {
  margin: 0 5px 0 0;
  display: inline;
}
ol.pages li a {
  padding: 2px 4px;
  border: 1px solid #ddd;
  text-decoration: none;
}
ol.pages li.current a {
  background: #c04e37;
  border-color: #c04e37;
  color: #fff;
}
.post-tags {
  margin-top: 14px;
  font-size: 0.8em;
  color: #999;
}
#comments {
  padding-top: 15px;
  font-size: 0.925em;
}
.comment-list,
.comment-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li {
  padding: 14px;
  margin-top: 10px;
  border: 1px solid #eee;
}
.comment-list li.comment-level-odd {
  background: #f6f6f3;
}
.comment-list li.comment-level-even {
  background: #fff;
}
.comment-list li.comment-by-author {
  background: #fff9e8;
}
.comment-list li .comment-reply {
  text-align: right;
  font-size: 0.92857em;
}
.comment-meta a {
  color: #999;
  font-size: 0.92857em;
}
.comment-author {
  display: block;
  margin-bottom: 3px;
  color: #444;
}
.comment-author .avatar {
  float: left;
  margin-right: 10px;
}
.comment-author cite {
  font-weight: 700;
  font-style: normal;
}
.comment-list .respond {
  margin-top: 15px;
  border-top: 1px solid #eee;
}
.respond .cancel-comment-reply {
  float: right;
  margin-top: 15px;
  font-size: 0.92857em;
}
#comment-form label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #555;
}
#comment-form .required:after {
  content: " *";
  color: #c04e37;
}
input[type="email"],
input[type="text"],
input[type="url"] {
  background: 0 0;
  box-shadow: none;
}
input[type="email"],
input[type="text"],
input[type="url"],
textarea {
  padding: 8px 10px;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 2px;
  box-sizing: border-box;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: none;
  border-color: #c04e37;
  box-shadow: 0 0 0 3px rgba(192, 78, 55, 0.1);
}
textarea {
  line-height: 1.5;
  resize: vertical;
}
#comment-form button {
  display: block;
  width: auto;
  min-width: 120px;
  height: 36px;
  border-radius: 2px;
  padding: 0 32px;
  color: #fff;
  background: #c04e37;
  border: 0;
  margin-left: auto;
  cursor: pointer;
}
#comment-form button:hover {
  background: #a8402c;
}
.comment-row {
  display: flex;
  gap: 12px;
}
.comment-row > p {
  flex: 1;
  margin-top: 0;
}
@media (max-width: 600px) {
  body {
    padding: 0;
  }
  #header {
    height: 100px;
    margin: 10px;
  }
  #header h1 {
    padding: 0 16px;
    font-size: 1.1em;
  }
  #menu {
    margin: 10px;
  }
  #menu ul.pagelinks li {
    padding: 0 6px 0 0;
  }
  #searchform input {
    width: 80px;
  }
  #content {
    margin: 15px;
  }
  #footer {
    margin: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
