/*! @web-little */
.login-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0000004d;
  z-index: 100;
}
.login-modal .content {
  width: 320px;
  height: auto;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px 50px;
  border-radius: 6px;
}
.login-modal .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.login-modal .content .text {
  scrollbar-width: none;
  width: 100%;
  min-width: 0;
  text-decoration-color: #333639;
  color: #333639;
  caret-color: #18a058;
  background-color: #fff;
  font-size: inherit;
  line-height: 34px;
  font-family: inherit;
  border: none;
  outline: none;
  text-align: inherit;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaecf0;
  border-radius: 2px;
  box-sizing: content-box;
  padding: 0 5px;
  box-sizing: border-box;
}
.login-modal .content .text:focus,
.login-modal .content .text:hover,
.login-modal .content .text:active {
  background-color: #fff;
  outline: none;
}
.login-modal .content .text:-webkit-autofill {
  -webkit-text-fill-color: #333 !important;
}
.login-modal .content .text:-internal-autofill-selected {
  background-color: #fff !important;
}
.login-modal .content .btn-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.login-modal .content .btn-list .cancel,
.login-modal .content .btn-list .logout,
.login-modal .content .btn-list .login {
  width: 120px;
  height: 38px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid #cdcdcd;
}

/** @format */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  padding: 0 15px;
  display: flex;
  z-index: 100;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.7);
  justify-content: space-between;
  border-bottom: 1px solid #eaecf0;
}
.header .title {
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.header .title .logo-icon {
  background-image: url(//p1.meituan.net/scarlett/b5e2990198fc9379a24d4f837eba41d7668.png);
  background-size: 100%;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #000;
}
.header .fill-area {
  flex: 1;
}
.header .user-area {
  z-index: 3;
  height: 100%;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  flex-shrink: 1;
  min-width: 0;
  /* 关键！允许压缩 */
  margin: 0 5px;
}
.header .user-area:hover::after {
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  height: 30px;
  bottom: -30px;
  position: absolute;
}
.header .user-area .name {
  overflow: hidden;
  white-space: nowrap;
  /* 不换行 */
  text-overflow: ellipsis;
  /* 超出显示... */
}
.header .user-area .logout {
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 30px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: #e7e6e6;
}
.header .user-area:hover .logout {
  opacity: 1;
  z-index: 2;
  bottom: -30px;
}
.header .login-icon {
  background-image: url(//img.meituan.net/dpmobile/c7f0f8348e7515d5efcba8edda5470901548.png.webp);
  background-size: 100%;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.header .spacing-line {
  width: 1px;
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #e1e1e1;
  flex-shrink: 0;
}
.header .time {
  flex-shrink: 0;
  white-space: nowrap;
}
.headerbox {
  height: 48px;
}

/** @format */
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  width: 100%;
  background-color: #fff;
  height: 24px;
}
.footer .link {
  color: #a3a3a3;
}
.footer .link:hover,
.footer .link:link,
.footer .link:visited,
.footer .link:active {
  color: #a3a3a3;
}

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
code.hljs {
  padding: 3px 5px;
}
.hljs {
  color: #abb2bf;
  background: #282c34;
}
.hljs-comment,
.hljs-quote {
  color: #50965e;
  font-style: italic;
}
.hljs-doctag,
.hljs-formula,
.hljs-keyword {
  color: #c678dd;
}
.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
  color: #e06c75;
}
.hljs-literal {
  color: #56b6c2;
}
.hljs-addition,
.hljs-attribute,
.hljs-meta .hljs-string,
.hljs-regexp,
.hljs-string {
  color: #98c379;
}
.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
  color: #d19a66;
}
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
  color: #61aeee;
}
.hljs-built_in,
.hljs-class .hljs-title,
.hljs-title.class_ {
  color: #e6c07b;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: 700;
}
.hljs-link {
  text-decoration: underline;
}

.markdown-here-wrapper {
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  padding: 0 15px;
  color: #000;
}
.markdown-here-wrapper pre,
.markdown-here-wrapper code {
  font-size: 14px;
  font-family: Roboto, 'Courier New', Consolas, Inconsolata, Courier, monospace;
  margin: auto 5px;
}
.markdown-here-wrapper code {
  white-space: pre-wrap;
  border-radius: 2px;
  display: inline;
}
.markdown-here-wrapper pre {
  font-size: 15px;
  line-height: 1.4em;
  display: block;
}
.markdown-here-wrapper pre code {
  white-space: pre-wrap;
  overflow: auto;
  border-radius: 3px;
  padding: 1px 1px;
  display: block;
}
.markdown-here-wrapper strong,
.markdown-here-wrapper b {
  color: #bf360c;
}
.markdown-here-wrapper em,
.markdown-here-wrapper i {
  color: #009688;
}
.markdown-here-wrapper hr {
  border: 1px solid #bf360c;
  margin: 1.5em auto;
}
.markdown-here-wrapper img {
  max-width: 800px;
  max-height: 800px;
  display: block;
}
.markdown-here-wrapper p {
  margin: 1.5em 5px !important;
}
.markdown-here-wrapper table,
.markdown-here-wrapper pre,
.markdown-here-wrapper dl,
.markdown-here-wrapper blockquote,
.markdown-here-wrapper q,
.markdown-here-wrapper ul,
.markdown-here-wrapper ol {
  margin: 10px 5px;
}
.markdown-here-wrapper ul,
.markdown-here-wrapper ol {
  padding-left: 15px;
}
.markdown-here-wrapper li {
  margin: 4px;
}
.markdown-here-wrapper li p {
  margin: 6px 0 !important;
}
.markdown-here-wrapper ul ul,
.markdown-here-wrapper ul ol,
.markdown-here-wrapper ol ul,
.markdown-here-wrapper ol ol {
  margin: 0;
  padding-left: 10px;
}
.markdown-here-wrapper ul {
  list-style-type: circle;
}
.markdown-here-wrapper dl {
  padding: 0;
}
.markdown-here-wrapper dl dt {
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
}
.markdown-here-wrapper dl dd {
  margin: 0 0 10px;
  padding: 0 10px;
}
.markdown-here-wrapper blockquote,
.markdown-here-wrapper q {
  border-left: 2px solid #009688;
  padding: 0 10px;
  color: #777;
  quotes: none;
  margin-left: 1em;
}
.markdown-here-wrapper blockquote::before,
.markdown-here-wrapper blockquote::after,
.markdown-here-wrapper q::before,
.markdown-here-wrapper q::after {
  content: none;
}
.markdown-here-wrapper h2,
.markdown-here-wrapper h3,
.markdown-here-wrapper h4,
.markdown-here-wrapper h5,
.markdown-here-wrapper h6 {
  margin: 10px 0 5px;
  color: #009688;
}
.markdown-here-wrapper h1 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 30px;
  color: #404040;
}
.markdown-here-wrapper h2 {
  font-size: 16px;
}
.markdown-here-wrapper h3 {
  font-size: 14px;
}
.markdown-here-wrapper h4 {
  font-size: 12px;
}
.markdown-here-wrapper table {
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  font: inherit;
  border: 0;
  margin: 0;
}
.markdown-here-wrapper tbody {
  margin: 0;
  padding: 0;
  border: 0;
}
.markdown-here-wrapper table tr {
  border: 0;
  border-top: 1px solid #ccc;
  background-color: white;
  margin: 0;
  padding: 0;
}
.markdown-here-wrapper table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.markdown-here-wrapper table tr th,
.markdown-here-wrapper table tr td {
  font-size: 16px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 5px 10px;
}
.markdown-here-wrapper table tr th {
  font-weight: bold;
  color: #eee;
  border: 1px solid #009688;
  background-color: #009688;
}

/** @format */
/** @format */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-overflow-scrolling: touch;
}
input,
button,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:active {
  outline: none;
}
a:focus {
  outline: 0;
}
@font-face {
  font-family: 'MyCustomFont';
  src: url(/fonts/GEETYPEQingKongHeiGB.cdcb9d.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #fff;
  font-family: 'MyCustomFont', Helvetica Neue, PingFang SC, Myriad Pro, Hiragino Sans GB, microsoft yahei;
}
@media screen and (max-width: 800px) {
  .note-page {
    margin: 15px 0 0 !important;
  }
  .note-page .menu-open {
    right: 15px !important;
  }
  .markdown-here-wrapper img {
    width: 100% !important;
  }
}
@media screen and (min-width: 801px) {
  .note-page .content {
    padding-bottom: 100px;
  }
}
.note-page {
  display: flex;
  justify-content: flex-start;
  height: calc(100vh - 58px);
}
.note-page .menu {
  width: 200px;
  overflow: scroll;
  color: #333639;
  padding-left: 15px;
  padding-bottom: 15px;
  border-right: 1px dashed #e1e1e1;
}
.note-page .menu .menu-title {
  line-height: 42px;
  font-size: 14px;
  display: flex;
  align-items: center;
  opacity: 0.6;
  cursor: pointer;
}
.note-page .menu .menu-title:hover {
  opacity: 1;
  font-weight: bold;
}
.note-page .menu .menu-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.note-page .menu .menu-note {
  line-height: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  opacity: 0.6;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
}
.note-page .menu .menu-note:hover {
  opacity: 1;
  font-weight: bold;
}
.note-page .menu .book-icon {
  background-image: url(//p0.meituan.net/scarlett/e436ef194e4a94144881b26f10bbf70a446.png);
  background-size: 100%;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.note-page .menu .book-name {
  flex: 1;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  color: #333639;
}
.note-page .menu .open,
.note-page .menu .select {
  opacity: 1;
}
.note-page .menu .select {
  font-weight: bold;
}
.note-page .content {
  flex: 1;
  overflow: scroll;
  position: relative;
  padding-bottom: 15px;
  padding-top: 10px;
}
.note-page .content .content-uptime {
  position: absolute;
  right: 15px;
  top: 40px;
  color: #565a5f;
  font-size: 12px;
}
.note-page .content .no-content {
  margin: 150px auto;
  width: 100px;
}
.note-page .content .no-content .icon-404,
.note-page .content .no-content .icon-500 {
  background-size: 100%;
  width: 32px;
  height: 32px;
  margin: 10px auto;
}
.note-page .content .no-content .icon-404 {
  background-image: url(//p0.meituan.net/scarlett/315db1a0c8f3f5277c47378d2e1d037e984.png);
}
.note-page .content .no-content .icon-500 {
  background-image: url(//p1.meituan.net/scarlett/71f9b6d2fb2179622e7afeb128ec178c488.png);
}
.note-page .content .no-content .text-font {
  color: #807e7e;
}
.note-page .content .load-box .loading .loader {
  color: #000000;
  font-size: 5px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: loading 1.3s infinite linear;
  transform: translateZ(0);
}
.note-page .menu::-webkit-scrollbar,
.note-page .content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}
.note-page .menu::-webkit-scrollbar-thumb,
.note-page .content::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}
.note-page .menu:hover::-webkit-scrollbar-thumb,
.note-page .content:hover::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 53%, 0.4);
}
.note-page .menu:hover::-webkit-scrollbar-track,
.note-page .content:hover::-webkit-scrollbar-track {
  background: hsla(0, 0%, 53%, 0.1);
}
.note-page .menu-open {
  display: flex;
  position: fixed;
  right: 108px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
@keyframes loading {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}


/*# sourceMappingURL=note.0678d5f40e7d837f4930.css.map*/