.typora-export :root {
  --bg-color: #ffffff;
  --text-color: #333333;
  --select-text-bg-color: #B5D6FC;
  --select-text-font-color: auto;
  --monospace: "Lucida Console", Consolas, "Courier", monospace;
  --title-bar-height: 20px;
}

.typora-export .mac-os-11 {
  --title-bar-height: 28px;
}

.typora-export html {
  font-size: 14px;
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.typora-export body {
  margin: 0px;
  padding: 0px;
  height: auto;
  inset: 0px;
  font-size: 1rem;
  line-height: 1.42857143;
  overflow-x: hidden;
  background-image: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  background-clip: inherit;
  background-color: inherit;
  tab-size: 4;
  background-position: inherit;
  background-repeat: inherit;
}

.typora-export iframe {
  margin: auto;
}

.typora-export a.url {
  word-break: break-all;
}

.typora-export a:active,
.typora-export a:hover {
  outline: 0px;
}

.typora-export #write {
  margin: 0 auto;
  height: auto;
  width: inherit;
  word-break: normal;
  word-wrap: break-word;
  position: relative;
  white-space: normal;
  overflow-x: visible;
  padding-top: 36px;
  color: #000;
}

.typora-export #write.first-line-indent p {
  text-indent: 2em;
}

.typora-export #write.first-line-indent li p,
.typora-export #write.first-line-indent p * {
  text-indent: 0px;
}

.typora-export #write.first-line-indent li {
  margin-left: 2em;
}

.typora-export .for-image #write {
  padding-left: 8px;
  padding-right: 8px;
}

.typora-export body.typora-export {
  padding-left: 30px;
  padding-right: 30px;
}

.typora-export .typora-export .footnote-line,
.typora-export .typora-export li,
.typora-export .typora-export p {
  white-space: pre-wrap;
}

.typora-export .typora-export .task-list-item input {
  pointer-events: none;
}

@media screen and (max-width: 500px) {
  .typora-export body.typora-export {
    padding-left: 0px;
    padding-right: 0px;
  }

  .typora-export #write {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.typora-export #write li>figure:last-child {
  margin-bottom: 0.5rem;
}

.typora-export #write ol,
.typora-export #write ul {
  position: relative;
}

.typora-export img {
  max-width: 100%;
  vertical-align: middle;
  image-orientation: from-image;
}

.typora-export button,
.typora-export input,
.typora-export select,
.typora-export textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-variant-caps: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
}

.typora-export input[type=checkbox],
.typora-export input[type=radio] {
  line-height: normal;
  padding: 0px;
}

.typora-export *,
.typora-export ::after,
.typora-export ::before {
  box-sizing: border-box;
}

.typora-export #write h1,
.typora-export #write h2,
.typora-export #write h3,
.typora-export #write h4,
.typora-export #write h5,
.typora-export #write h6,
.typora-export #write p,
.typora-export #write pre {
  width: inherit;
}

.typora-export #write h1,
.typora-export #write h2,
.typora-export #write h3,
.typora-export #write h4,
.typora-export #write h5,
.typora-export #write h6,
.typora-export #write p {
  position: relative;
}

.typora-export p {
  line-height: inherit;
}

.typora-export h1,
.typora-export h2,
.typora-export h3,
.typora-export h4,
.typora-export h5,
.typora-export h6 {
  break-after: avoid-page;
  break-inside: avoid;
  orphans: 4;
  color: #000;
}

.typora-export p {
  orphans: 4;
}

.typora-export h1 {
  font-size: 2rem;
}

.typora-export h2 {
  font-size: 1.8rem;
}

.typora-export h3 {
  font-size: 1.6rem;
}

.typora-export h4 {
  font-size: 1.4rem;
}

.typora-export h5 {
  font-size: 1.2rem;
}

.typora-export h6 {
  font-size: 1rem;
}

.typora-export .md-math-block,
.typora-export .md-rawblock,
.typora-export h1,
.typora-export h2,
.typora-export h3,
.typora-export h4,
.typora-export h5,
.typora-export h6,
.typora-export p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.typora-export .hidden {
  display: none;
}

.typora-export .md-blockmeta {
  color: #cccccc;
  font-weight: 700;
  font-style: italic;
}

.typora-export a {
  cursor: pointer;
}

.typora-export sup.md-footnote {
  padding: 2px 4px;
  background-color: rgba(238, 238, 238, 0.7);
  color: #555555;
  border-radius: 4px;
  cursor: pointer;
}

.typora-export sup.md-footnote a,
.typora-export sup.md-footnote a:hover {
  color: inherit;
  text-transform: inherit;
  text-decoration: inherit;
}

.typora-export #write input[type=checkbox] {
  cursor: pointer;
  width: inherit;
  height: inherit;
}

.typora-export figure {
  overflow-x: auto;
  margin: 1.2em 0px;
  max-width: calc(100% + 16px);
  padding: 0px;
}

.typora-export figure>table {
  margin: 0px;
}

.typora-export thead,
.typora-export tr {
  break-inside: avoid;
  break-after: auto;
}

.typora-export thead {
  display: table-header-group;
}

.typora-export table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  overflow: auto;
  break-inside: auto;
  text-align: left;
}

.typora-export table.md-table td {
  min-width: 32px;
}

.typora-export .CodeMirror-gutters {
  border-right-width: 0px;
  background-color: inherit;
}

.typora-export .CodeMirror {
  text-align: left;
}

.typora-export .CodeMirror-placeholder {
  opacity: 0.3;
}

.typora-export .CodeMirror pre {
  padding: 0px 4px;
}

.typora-export .CodeMirror-lines {
  padding: 0px;
}

.typora-export div.hr:focus {
  cursor: none;
}

.typora-export #write pre {
  white-space: pre-wrap;
}

.typora-export #write.fences-no-line-wrapping pre {
  white-space: pre;
}

.typora-export #write pre.ty-contain-cm {
  white-space: normal;
}

.typora-export .CodeMirror-gutters {
  margin-right: 4px;
}

.typora-export .md-fences {
  font-size: 0.9rem;
  display: block;
  break-inside: avoid;
  text-align: left;
  overflow: visible;
  white-space: pre;
  background-image: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  background-clip: inherit;
  background-color: inherit;
  position: relative !important;
  background-position: inherit;
  background-repeat: inherit;
}

.typora-export .md-fences-adv-panel {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 8px;
  overflow-x: auto;
}

.typora-export #write .md-fences.mock-cm {
  white-space: pre-wrap;
}

.typora-export .md-fences.md-fences-with-lineno {
  padding-left: 0px;
}

.typora-export #write.fences-no-line-wrapping .md-fences.mock-cm {
  white-space: pre;
  overflow-x: auto;
}

.typora-export .md-fences.mock-cm.md-fences-with-lineno {
  padding-left: 8px;
}

.typora-export .CodeMirror-line,
.typora-export twitterwidget {
  break-inside: avoid;
}

.typora-export svg {
  break-inside: avoid;
}

.typora-export .footnotes {
  opacity: 0.8;
  font-size: 0.9rem;
  margin-top: 1em;
  margin-bottom: 1em;
}

.typora-export .footnotes+.footnotes {
  margin-top: 0px;
}

.typora-export .md-reset {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  vertical-align: top;
  text-decoration: none;
  text-shadow: none;
  float: none;
  position: static;
  width: auto;
  height: auto;
  white-space: nowrap;
  cursor: inherit;
  line-height: normal;
  font-weight: 400;
  text-align: left;
  box-sizing: content-box;
  direction: ltr;
  background-position: 0px 0px;
}

.typora-export li div {
  padding-top: 0px;
}

.typora-export blockquote {
  margin: 1rem 0px;
}

.typora-export li .mathjax-block,
.typora-export li p {
  margin: 0.5rem 0px;
}

.typora-export li blockquote {
  margin: 1rem 0px;
}

.typora-export li {
  margin: 0px;
  position: relative;
}

.typora-export blockquote> :last-child {
  margin-bottom: 0px;
}

.typora-export blockquote> :first-child,
.typora-export li> :first-child {
  margin-top: 0px;
}

.typora-export .footnotes-area {
  color: #888888;
  margin-top: 0.714rem;
  padding-bottom: 0.143rem;
  white-space: normal;
}

.typora-export #write .footnote-line {
  white-space: pre-wrap;
}

@media print {

  .typora-export body,
  .typora-export html {
    border: 1px solid transparent;
    height: 99%;
    break-after: avoid;
    break-before: avoid;
    font-variant-ligatures: no-common-ligatures;
  }

  .typora-export #write {
    margin-top: 0px;
    padding-top: 0px;
    border-color: transparent !important;
    padding-bottom: 0px !important;
  }

  .typora-export .typora-export * {
    print-color-adjust: exact;
  }

  .typora-export .typora-export #write {
    break-after: avoid;
  }

  .typora-export .typora-export #write::after {
    height: 0px;
  }

  .typora-export .is-mac table {
    break-inside: avoid;
  }

  .typora-export .typora-export-show-outline .typora-export-sidebar {
    display: none;
  }
}

.typora-export .footnote-line {
  margin-top: 0.714em;
  font-size: 0.7em;
}

.typora-export a img,
.typora-export img a {
  cursor: pointer;
}

.typora-export pre.md-meta-block {
  font-size: 0.8rem;
  min-height: 0.8rem;
  white-space: pre-wrap;
  background-color: #cccccc;
  display: block;
  overflow-x: hidden;
}

.typora-export p>.md-image:only-child:not(.md-img-error) img,
.typora-export p>img:only-child {
  display: block;
  margin: auto;
}

.typora-export #write.first-line-indent p>.md-image:only-child:not(.md-img-error) img {
  left: -2em;
  position: relative;
}

.typora-export p>.md-image:only-child {
  display: inline-block;
  width: 100%;
}

.typora-export #write .MathJax_Display {
  margin: 0.8em 0px 0px;
}

.typora-export .md-math-block {
  width: 100%;
}

.typora-export .md-math-block:not(:empty)::after {
  display: none;
}

.typora-export .MathJax_ref {
  fill: currentcolor;
}

.typora-export [contenteditable=true]:active,
.typora-export [contenteditable=true]:focus,
.typora-export [contenteditable=false]:active,
.typora-export [contenteditable=false]:focus {
  outline: 0px;
  box-shadow: none;
}

.typora-export .md-task-list-item {
  position: relative;
  list-style-type: none;
}

.typora-export .task-list-item.md-task-list-item {
  padding-left: 0px;
}

.typora-export .md-task-list-item>input {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: -1.2em;
  margin-top: calc(1em - 10px);
  border: none;
}

.typora-export .math {
  font-size: 1rem;
}

.typora-export .md-toc {
  min-height: 3.58rem;
  position: relative;
  font-size: 0.9rem;
  border-radius: 10px;
}

.typora-export .md-toc-content {
  position: relative;
  margin-left: 0px;
}

.typora-export .md-toc-content::after,
.typora-export .md-toc::after {
  display: none;
}

.typora-export .md-toc-item {
  display: block;
  color: #4183c4;
}

.typora-export .md-toc-item a {
  text-decoration: none;
}

.typora-export .md-toc-inner:hover {
  text-decoration: underline;
}

.typora-export .md-toc-inner {
  display: inline-block;
  cursor: pointer;
}

.typora-export .md-toc-h1 .md-toc-inner {
  margin-left: 0px;
  font-weight: 700;
}

.typora-export .md-toc-h2 .md-toc-inner {
  margin-left: 2em;
}

.typora-export .md-toc-h3 .md-toc-inner {
  margin-left: 4em;
}

.typora-export .md-toc-h4 .md-toc-inner {
  margin-left: 6em;
}

.typora-export .md-toc-h5 .md-toc-inner {
  margin-left: 8em;
}

.typora-export .md-toc-h6 .md-toc-inner {
  margin-left: 10em;
}

@media screen and (max-width: 48em) {
  .typora-export .md-toc-h3 .md-toc-inner {
    margin-left: 3.5em;
  }

  .typora-export .md-toc-h4 .md-toc-inner {
    margin-left: 5em;
  }

  .typora-export .md-toc-h5 .md-toc-inner {
    margin-left: 6.5em;
  }

  .typora-export .md-toc-h6 .md-toc-inner {
    margin-left: 8em;
  }
}

.typora-export a.md-toc-inner {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.typora-export .footnote-line a:not(.reversefootnote) {
  color: inherit;
}

.typora-export .reversefootnote {
  font-family: ui-monospace, sans-serif;
}

.typora-export .md-attr {
  display: none;
}

.typora-export .md-fn-count::after {
  content: ".";
}

.typora-export code,
.typora-export pre,
.typora-export samp,
.typora-export tt {
  font-family: var(--monospace);
}

.typora-export kbd {
  margin: 0px 0.1em;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #242729;
  background-color: white;
  border: 1px solid #adb3b9;
  border-radius: 3px;
  box-shadow: rgba(12, 13, 14, 0.2) 0px 1px 0px, white 0px 0px 0px 2px inset;
  white-space: nowrap;
  vertical-align: middle;
}

.typora-export .md-comment {
  color: #a27f03;
  opacity: 0.6;
  font-family: var(--monospace);
}

.typora-export code {
  text-align: left;
}

.typora-export a.md-print-anchor {
  white-space: pre !important;
  border: none !important;
  display: inline-block !important;
  position: absolute !important;
  width: 1px !important;
  right: 0px !important;
  outline: 0px !important;
  text-shadow: initial !important;
  background-position: 0px 0px !important;
}

.typora-export .os-windows.monocolor-emoji .md-emoji {
  font-family: "Segoe UI Symbol", sans-serif;
}

.typora-export .md-diagram-panel>svg {
  max-width: 100%;
}

.typora-export [lang=flow] svg,
.typora-export [lang=mermaid] svg {
  max-width: 100%;
  height: auto;
}

.typora-export [lang=mermaid] .node text {
  font-size: 1rem;
}

.typora-export table tr th {
  border-bottom-width: 0px;
}

.typora-export video {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}

.typora-export iframe {
  max-width: 100%;
  width: 100%;
  border: none;
}

.typora-export .highlight td,
.typora-export .highlight tr {
  border: 0px;
}

.typora-export mark {
  background-color: yellow;
  color: black;
}

.typora-export .md-html-inline .md-plain,
.typora-export .md-html-inline strong,
.typora-export mark .md-inline-math,
.typora-export mark strong {
  color: inherit;
}

.typora-export .md-expand mark .md-meta {
  opacity: 0.3 !important;
}

.typora-export mark .md-meta {
  color: black;
}

@media print {

  .typora-export .typora-export h1,
  .typora-export .typora-export h2,
  .typora-export .typora-export h3,
  .typora-export .typora-export h4,
  .typora-export .typora-export h5,
  .typora-export .typora-export h6 {
    break-inside: avoid;
  }
}

.typora-export .md-diagram-panel .messageText {
  stroke: none !important;
}

.typora-export .md-diagram-panel .start-state {
  fill: var(--node-fill);
}

.typora-export .md-diagram-panel .edgeLabel rect {
  opacity: 1 !important;
}

.typora-export .md-fences.md-fences-math {
  font-size: 1em;
}

.typora-export .md-fences-advanced:not(.md-focus) {
  padding: 0px;
  white-space: nowrap;
  border: 0px;
}

.typora-export .md-fences-advanced:not(.md-focus) {
  background-image: inherit;
  background-size: inherit;
  background-attachment: inherit;
  background-origin: inherit;
  background-clip: inherit;
  background-color: inherit;
  background-position: inherit;
  background-repeat: inherit;
}

.typora-export .typora-export-show-outline .typora-export-content {
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-direction: row;
}

.typora-export .typora-export-sidebar {
  width: 300px;
  font-size: 0.8rem;
  margin-top: 80px;
  margin-right: 18px;
}

.typora-export .typora-export-show-outline #write {
  --webkit-flex: 2;
  flex: 2 1 0%;
}

.typora-export .typora-export-sidebar .outline-content {
  position: fixed;
  top: 0px;
  max-height: 100%;
  overflow: hidden auto;
  padding-bottom: 30px;
  padding-top: 60px;
  width: 300px;
}

@media screen and (max-width: 1024px) {

  .typora-export .typora-export-sidebar,
  .typora-export .typora-export-sidebar .outline-content {
    width: 240px;
  }
}

@media screen and (max-width: 800px) {
  .typora-export .typora-export-sidebar {
    display: none;
  }
}

.typora-export .outline-content li,
.typora-export .outline-content ul {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  list-style: none;
}

.typora-export .outline-content ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

.typora-export .outline-content strong {
  font-weight: 400;
}

.typora-export .outline-expander {
  width: 1rem;
  height: 1.428571429rem;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 4px;
}

.typora-export .outline-expander::before {
  content: "";
  position: relative;
  font-family: Ionicons;
  display: inline-block;
  font-size: 8px;
  vertical-align: middle;
}

.typora-export .outline-item {
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
}

.typora-export .outline-expander:hover::before {
  content: "";
}

.typora-export .outline-h1>.outline-item {
  padding-left: 0px;
}

.typora-export .outline-h2>.outline-item {
  padding-left: 1em;
}

.typora-export .outline-h3>.outline-item {
  padding-left: 2em;
}

.typora-export .outline-h4>.outline-item {
  padding-left: 3em;
}

.typora-export .outline-h5>.outline-item {
  padding-left: 4em;
}

.typora-export .outline-h6>.outline-item {
  padding-left: 5em;
}

.typora-export .outline-label {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
}

.typora-export .outline-label:hover {
  text-decoration: underline;
}

.typora-export .outline-item:hover {
  border-color: whitesmoke;
  background-color: var(--item-hover-bg-color);
}

.typora-export .outline-item:hover {
  margin-left: -28px;
  margin-right: -28px;
  border-left-width: 28px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 28px;
  border-right-style: solid;
  border-right-color: transparent;
}

.typora-export .outline-item-single .outline-expander::before,
.typora-export .outline-item-single .outline-expander:hover::before {
  display: none;
}

.typora-export .outline-item-open>.outline-item>.outline-expander::before {
  content: "";
}

.typora-export .outline-children {
  display: none;
}

.typora-export .info-panel-tab-wrapper {
  display: none;
}

.typora-export .outline-item-open>.outline-children {
  display: block;
}

.typora-export .typora-export .outline-item {
  padding-top: 1px;
  padding-bottom: 1px;
}

.typora-export .typora-export .outline-item:hover {
  margin-right: -8px;
  border-right-width: 8px;
  border-right-style: solid;
  border-right-color: transparent;
}

.typora-export .typora-export .outline-expander::before {
  content: "+";
  font-family: inherit;
  top: -1px;
}

.typora-export .typora-export .outline-expander:hover::before,
.typora-export .typora-export .outline-item-open>.outline-item>.outline-expander::before {
  content: "−";
}

.typora-export .typora-export-collapse-outline .outline-children {
  display: none;
}

.typora-export .typora-export-collapse-outline .outline-item-open>.outline-children,
.typora-export .typora-export-no-collapse-outline .outline-children {
  display: block;
}

.typora-export .typora-export-no-collapse-outline .outline-expander::before {
  content: "" !important;
}

.typora-export .typora-export-show-outline .outline-item-active>.outline-item .outline-label {
  font-weight: 700;
}

.typora-export .md-inline-math-container mjx-container {
  zoom: 0.95;
}

.typora-export :root {
  --side-bar-bg-color: #fafafa;
  --control-text-color: #777;
}

.typora-export html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.typora-export body {
  font-family: "Open Sans", "Clear Sans", "Helvetica Neue", Helvetica, Arial, "Segoe UI Emoji", sans-serif;
  color: #333333;
  line-height: 1.6;
}

.typora-export #write {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 1400px) {
  .typora-export #write {
    max-width: 1024px;
  }
}

@media only screen and (min-width: 1800px) {
  .typora-export #write {
    max-width: 1200px;
  }
}

.typora-export #write>ul:first-child,
.typora-export #write>ol:first-child {
  margin-top: 30px;
}

.typora-export a {
  color: #4183C4;
}

.typora-export h1,
.typora-export h2,
.typora-export h3,
.typora-export h4,
.typora-export h5,
.typora-export h6 {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.4;
  cursor: text;
}

.typora-export h1:hover a.anchor,
.typora-export h2:hover a.anchor,
.typora-export h3:hover a.anchor,
.typora-export h4:hover a.anchor,
.typora-export h5:hover a.anchor,
.typora-export h6:hover a.anchor {
  text-decoration: none;
}

.typora-export h1 tt,
.typora-export h1 code {
  font-size: inherit;
}

.typora-export h2 tt,
.typora-export h2 code {
  font-size: inherit;
}

.typora-export h3 tt,
.typora-export h3 code {
  font-size: inherit;
}

.typora-export h4 tt,
.typora-export h4 code {
  font-size: inherit;
}

.typora-export h5 tt,
.typora-export h5 code {
  font-size: inherit;
}

.typora-export h6 tt,
.typora-export h6 code {
  font-size: inherit;
}

.typora-export h1 {
  font-size: 2.25em;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}

.typora-export h2 {
  font-size: 1.75em;
  line-height: 1.225;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.typora-export h2::after {
  display: none;
}

.typora-export h3 {
  font-size: 1.5em;
  line-height: 1.43;
}

.typora-export h4 {
  font-size: 1.25em;
}

.typora-export h5 {
  font-size: 1em;
}

.typora-export h6 {
  font-size: 1em;
  color: #777;
}

.typora-export p,
.typora-export blockquote,
.typora-export ul,
.typora-export ol,
.typora-export dl,
.typora-export table {
  margin: 0.8em 0;
}

.typora-export li>ol,
.typora-export li>ul {
  margin: 0 0;
}

.typora-export hr {
  height: 2px;
  padding: 0;
  margin: 16px 0;
  background-color: #e7e7e7;
  border: 0 none;
  overflow: hidden;
  box-sizing: content-box;
}

.typora-export li p.first {
  display: inline-block;
}

.typora-export ul,
.typora-export ol {
  padding-left: 30px;
}

.typora-export ul:first-child,
.typora-export ol:first-child {
  margin-top: 0;
}

.typora-export ul:last-child,
.typora-export ol:last-child {
  margin-bottom: 0;
}

.typora-export blockquote {
  border-left: 4px solid #dfe2e5;
  padding: 0 15px;
  color: #777777;
}

.typora-export blockquote blockquote {
  padding-right: 0;
}

.typora-export table {
  padding: 0;
  word-break: initial;
}

.typora-export table tr {
  border: 1px solid #dfe2e5;
  margin: 0;
  padding: 0;
}

.typora-export table tr:nth-child(2n),
.typora-export thead {
  background-color: #f8f8f8;
}

.typora-export table th {
  font-weight: bold;
  border: 1px solid #dfe2e5;
  border-bottom: 0;
  margin: 0;
  padding: 6px 13px;
}

.typora-export table td {
  border: 1px solid #dfe2e5;
  margin: 0;
  padding: 6px 13px;
}

.typora-export table th:first-child,
.typora-export table td:first-child {
  margin-top: 0;
}

.typora-export table th:last-child,
.typora-export table td:last-child {
  margin-bottom: 0;
}

.typora-export .CodeMirror-lines {
  padding-left: 4px;
}

.typora-export .code-tooltip {
  box-shadow: 0 1px 1px 0 rgba(0, 28, 36, 0.3);
  border-top: 1px solid #eef2f2;
}

.typora-export .md-fences,
.typora-export code,
.typora-export tt {
  border: 1px solid #e7eaed;
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 0;
  padding: 2px 4px 0px 4px;
  font-size: 0.9em;
}

.typora-export code {
  background-color: #f3f4f4;
  padding: 0 2px 0 2px;
}

.typora-export .md-fences {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-top: 8px;
  padding-bottom: 6px;
}

.typora-export .md-task-list-item>input {
  margin-left: -1.3em;
}

@media print {
  .typora-export html {
    font-size: 13px;
  }

  .typora-export pre {
    page-break-inside: avoid;
    word-wrap: break-word;
  }
}

.typora-export .md-fences {
  background-color: #f8f8f8;
}

.typora-export #write pre.md-meta-block {
  padding: 1rem;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f7f7f7;
  border: 0;
  border-radius: 3px;
  color: #777777;
  margin-top: 0 !important;
}

.typora-export .mathjax-block>.code-tooltip {
  bottom: 0.375rem;
}

.typora-export .md-mathjax-midline {
  background: #fafafa;
}

.typora-export #write>h3.md-focus:before {
  left: -1.5625rem;
  top: 0.375rem;
}

.typora-export #write>h4.md-focus:before {
  left: -1.5625rem;
  top: 0.285714286rem;
}

.typora-export #write>h5.md-focus:before {
  left: -1.5625rem;
  top: 0.285714286rem;
}

.typora-export #write>h6.md-focus:before {
  left: -1.5625rem;
  top: 0.285714286rem;
}

.typora-export .md-image>.md-meta {
  /*border: 1px solid #ddd;*/
  border-radius: 3px;
  padding: 2px 0px 0px 4px;
  font-size: 0.9em;
  color: inherit;
}

.typora-export .md-tag {
  color: #a7a7a7;
  opacity: 1;
}

.typora-export .md-toc {
  margin-top: 20px;
  padding-bottom: 20px;
}

.typora-export .sidebar-tabs {
  border-bottom: none;
}

.typora-export #typora-quick-open {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}

.typora-export #typora-quick-open-item {
  background-color: #FAFAFA;
  border-color: #FEFEFE #e5e5e5 #e5e5e5 #eee;
  border-style: solid;
  border-width: 1px;
}

.typora-export .on-focus-mode blockquote {
  border-left-color: rgba(85, 85, 85, 0.12);
}

.typora-export header,
.typora-export .context-menu,
.typora-export .megamenu-content,
.typora-export footer {
  font-family: "Segoe UI", "Arial", sans-serif;
}

.typora-export .file-node-content:hover .file-node-icon,
.typora-export .file-node-content:hover .file-node-open-state {
  visibility: visible;
}

.typora-export .mac-seamless-mode #typora-sidebar {
  background-color: #fafafa;
  background-color: var(--side-bar-bg-color);
}

.typora-export .md-lang {
  color: #b4654d;
}

.typora-export #md-notification .btn {
  border: 0;
}

.typora-export .dropdown-menu .divider {
  border-color: #e5e5e5;
  opacity: 0.4;
}

.typora-export .ty-preferences .window-content {
  background-color: #fafafa;
}

.typora-export .ty-preferences .nav-group-item.active {
  color: white;
  background: #999;
}

.typora-export .menu-item-container a.menu-style-btn {
  background-color: #f5f8fa;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

@media print {
  @page {
    margin: 0 0 0 0;
  }

  body.typora-export {
    padding-left: 0;
    padding-right: 0;
  }

  #write {
    padding: 0;
  }
}

.typora-export li,
.typora-export p,
.typora-export,
.footnote-line {
  white-space: normal;
}
