@charset "UTF-8";
/**
 * based on typora theme ["pie"](https://github.com/kevinzhao2233/typora-theme-pie) 
 */
:root {
  --color-primary: #f22f27;
  --code-font-color: var(--main-5);
  /* 中性色 */
  --mid-1: #ffffff;
  --mid-2: #fafafa;
  --mid-3: #f5f5f5;
  --mid-4: #f0f0f0;
  --mid-5: #d9d9d9;
  --mid-6: #bfbfbf;
  --mid-7: #8c8c8c;
  --mid-8: #595959;
  --mid-9: #434343;
  --mid-10: #262626;
  --mid-11: #1f1f1f;
  --mid-12: #141414;
  --mid-13: #000000;
  /* 主题色 */
  --main-1: #fff3f0;
  --main-2: #ffd4cc;
  --main-3: #ffafa3;
  --main-4: #ff887a;
  --main-5: #ff5d52;
  --main-6: #f22f27;
  --main-7: #cc1616;
  --main-8: #a60a0f;
  --main-9: #80010a;
  --main-10: #590009;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.4;
  cursor: text;
}
.entry > h1:first-child, .entry > h1:first-child + h2, .entry > h2:first-child, .entry > h3:first-child, .entry > h4:first-child, .entry > h5:first-child, .entry > h6:first-child,
.entry a:first-child h1,
.entry a:first-child h2,
.entry a:first-child h3,
.entry a:first-child h4,
.entry a:first-child h5,
.entry a:first-child h6 {
  padding-top: 0;
  margin-top: 0;
}
.entry h1 {
  margin: 2.4em auto 1.2em;
  padding-bottom: 0.3em;
  line-height: 1.2;
  font-size: 2em;
  text-align: center;
}
.entry h1::after {
  display: block;
  width: 100px;
  height: 2px;
  margin: 0.2em auto 0;
  border-bottom: 2px dashed var(--main-6);
  content: "";
}
.entry h2 {
  padding-left: 6px;
  margin: 1.4em auto 1em;
  font-size: 1.6em;
  line-height: 1.4;
  border-left: 6px solid var(--main-6);
}
.entry h3 {
  margin: 1.2em auto 0.8em;
  font-size: 1.35em;
  line-height: 1.43;
}
.entry h3::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  margin-bottom: 0.18em;
  line-height: 1.43;
  vertical-align: middle;
  content: "";
  background-color: var(--main-5);
  border-radius: 50%;
}
.entry h4 {
  margin-top: 1.4em;
  font-size: 1.2em;
}
.entry h4::before {
  display: inline-block;
  width: 6px;
  height: 2px;
  margin-right: 8px;
  margin-bottom: 0.18em;
  vertical-align: middle;
  content: "";
  background-color: var(--main-4);
}
.entry h5 {
  font-size: 1em;
}
.entry h6 {
  font-size: 1em;
  color: var(--mid-7);
}
.entry h1 p,
.entry h2 p,
.entry h3 p,
.entry h4 p,
.entry h5 p,
.entry h6 p {
  margin-top: 0;
}
.entry h2 a,
.entry h3 a {
  color: var(--mid-9);
}
.entry p,
.entry li,
.entry th,
.entry td {
  font-size: 15px;
  text-align: justify;
  word-spacing: 0.05rem;
}
.entry p,
.entry blockquote,
.entry ul,
.entry ol,
.entry dl,
.entry table {
  margin: 0.8em 0;
}
.entry ul {
  line-height: 2rem;
}
.entry ul,
.entry ol {
  padding-left: 30px;
}
.entry li > ol, .entry li > ul {
  margin: 0;
}
.entry li::marker {
  color: var(--color-primary);
}
.entry ol li {
  margin-left: -4px;
}
.entry ol li p {
  margin-left: 4px;
}
.entry ul:first-child,
.entry ol:first-child {
  margin-top: 0;
}
.entry ul:last-child,
.entry ol:last-child {
  margin-bottom: 0;
}
.entry > ul:first-child, .entry > ol:first-child {
  margin-top: 30px;
}
.entry figure {
  margin: 24px auto;
  border-radius: 4px;
  text-align: center;
  border: none;
  border-radius: 4px;
}
.entry figure figcaption {
  font-size: 13px;
  color: #8c8c8c;
}
.entry figure img {
  box-shadow: 0 4px 24px -6px #dddddd;
}
.entry blockquote {
  position: relative;
  margin: 24px 0 36px;
  padding: 24px 16px 12px;
  font-size: 1em;
  font-style: normal;
  line-height: 1.6;
  color: var(--mid-7);
  text-indent: 0;
  border: none;
  border-left: 2px solid var(--main-6);
}
.entry blockquote::before {
  position: absolute;
  top: 0;
  left: 12px;
  font-family: Arial, serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  color: var(--main-6);
  content: "“";
}
.entry blockquote h2,
.entry blockquote h3,
.entry blockquote h4 {
  margin: 0;
}
.entry blockquote p {
  color: var(--mid-7);
}
.entry blockquote blockquote {
  padding-right: 0;
}
.entry blockquote a {
  color: var(--main-4);
}
.entry hr {
  box-sizing: content-box;
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 10px auto 10px;
  overflow: hidden;
  background-color: var(--main-4);
  border: 0;
}
.entry a {
  color: var(--main-6);
  text-decoration: none;
  border-bottom: 1px solid var(--main-6);
}
.entry a:empty {
  font-size: 0;
  border: none;
}
.entry a:hover {
  color: var(--main-7);
  border-bottom: 2px solid var(--main-6);
}
.entry a, .entry a:hover {
  box-shadow: none;
}
.entry strong {
  padding: 0 1px;
}
.entry code,
.entry tt {
  padding: 2px 4px 1px;
  margin: 0 2px;
  font-size: 0.92rem;
  background-color: var(--main-1);
  border-radius: 3px;
  vertical-align: 0.5px;
}
.entry code em,
.entry code strong,
.entry tt em,
.entry tt strong {
  padding: 0;
}
.entry mark {
  padding: 2px 4px;
  margin: 0 2px;
  font-weight: 500;
  color: #222222;
  background-color: var(--main-4);
  border-radius: 2px;
  border-radius: 4px;
}
.entry del {
  padding: 1px 2px;
}

/* .entry blockquote .math { color: rgb(115, 104, 161); } */
/* table *\
\* ----- */
.entry > table {
  padding: 0;
  margin: 18px auto;
  word-break: initial;
  border-collapse: separate;
  border-spacing: 2px;
}
.entry > table tr {
  padding: 0;
  margin: 0;
  border-top: 1px solid #dfe2e5;
}
.entry > table tr th {
  padding: 6px 13px;
  margin: 0;
  font-weight: bold;
  text-align: left;
  border: 1px solid #dfe2e5;
  border-bottom: 0;
  text-align: center;
  background-color: #f2f2f2;
}
.entry > table tr td {
  padding: 6px 7px;
  margin: 0;
  text-align: left;
  border: 1px solid #dfe2e5;
}
.entry > table tr th:first-child,
.entry > table tr td:first-child {
  margin-top: 0;
}
.entry > table tr th:last-child,
.entry > table tr td:last-child {
  margin-bottom: 0;
}
.entry > table tr:nth-child(even),
.entry > table thead {
  background-color: var(--mid-3);
}

/* .entry em {
    padding: 0 5px 0 2px;
} */
/* .entry div.codeblock.code-console {
    white-space: pre-wrap;
} */
.entry p.hidden {
  color: rgba(0, 0, 0, 0.1);
  font-size: 11px;
}

.entry table tr.alt {
  background: none;
}

/*# sourceMappingURL=pie.css.map */
