/*! @web-doc */
.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 */
/** @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;
}
input,
button,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:active {
  outline: none;
}
a:focus {
  outline: 0;
}
body {
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-overflow-scrolling: touch;
  background: #f7f6f3;
  font-family: Georgia, 'Noto Serif SC', 'Times New Roman', serif;
  color: #1a1a1a;
  font-size: 14px;
}
::-moz-selection {
  background: rgba(26, 26, 26, 0.08);
}
::selection {
  background: rgba(26, 26, 26, 0.08);
}
@media screen and (max-width: 600px) {
  body {
    background: #fff;
  }
}
html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
@media screen and (max-width: 600px) {
  .header {
    height: calc(48px + env(safe-area-inset-top, 0px)) !important;
    padding: env(safe-area-inset-top, 0px) 16px 0 !important;
  }
  .header .title {
    font-size: 13px !important;
    max-width: 42vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header .title span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header .title .logo-icon {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0;
  }
  .header .time {
    display: none !important;
  }
  .header .spacing-line {
    display: none !important;
  }
  .header .user-area {
    margin: 0 0 0 8px;
  }
  .header .user-area .name {
    max-width: 72px;
    font-size: 12px !important;
  }
  .header .user-area .logout {
    min-width: 96px;
    height: 36px;
    font-size: 12px;
  }
  .headerbox {
    height: calc(48px + env(safe-area-inset-top, 0px)) !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .header {
    padding: 0 18px !important;
  }
  .header .time {
    font-size: 12px !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  padding: 0 22px;
  display: flex;
  z-index: 100;
  font-size: 12px;
  font-weight: 400;
  align-items: center;
  background-color: rgba(251, 251, 253, 0.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  color: #1d1d1f;
  justify-content: center;
  overflow: visible;
}
.header .header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}
.header .title {
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.01em;
  text-transform: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.header .title .logo-icon {
  background-image: url(//img.meituan.net/dpmobile/650312caba16b07ef0df644f2f2b87187896.png.webp);
  background-size: 100%;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border-radius: 50%;
}
.header .fill-area {
  flex: 1;
}
.header .user-area {
  z-index: 3;
  align-self: stretch;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  flex-shrink: 1;
  min-width: 0;
  margin: 0 6px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.header .user-area:hover::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  height: 34px;
}
.header .user-area .name {
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #1d1d1f;
  font-size: 12px;
  transition: color 0.15s ease;
  letter-spacing: -0.01em;
  text-transform: none;
}
.header .user-area:hover .name {
  color: #1d1d1f;
}
.header .user-area .user-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.header .user-area:hover .user-menu,
.header .user-area--open .user-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .user-area .logout {
  min-width: 88px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0ee;
  border-radius: 6px;
  font-size: 11px;
  color: #5c5c5c;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.header .login-icon {
  background-image: url(//img.meituan.net/dpmobile/c7f0f8348e7515d5efcba8edda5470901548.png.webp);
  background-size: 100%;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  margin-left: 12px;
}
.header .login-icon:hover {
  opacity: 1;
}
.header .spacing-line {
  display: none;
}
.header .time {
  flex-shrink: 0;
  white-space: nowrap;
  color: #86868b;
  font-size: 12px;
  letter-spacing: -0.01em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  text-transform: none;
  margin-left: 12px;
  font-variant-numeric: tabular-nums;
}
.header--warm {
  background-color: #f5f3ef;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.page-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-shrink: 0;
  min-height: 0;
}
.page-title {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1d1d1f;
}
.header--dashboard {
  position: static;
  height: auto;
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  flex-shrink: 0;
}
.header--dashboard .title {
  font-size: 15px;
  font-weight: 500;
  color: #1d1d1f;
  letter-spacing: -0.03em;
  text-transform: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.header--dashboard .title .logo-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
}
.header--dashboard .header-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header--dashboard .time {
  font-size: 11px;
  color: #86868b;
  margin-left: 0;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  font-family: 'SF Mono', 'Fira Code', 'Menlo', monospace;
  white-space: nowrap;
}
.header--dashboard .login-icon {
  width: 15px;
  height: 15px;
  margin-left: 0;
  opacity: 0.55;
}
.header--dashboard .login-icon:hover {
  opacity: 0.85;
}
.header--dashboard .user-area .name {
  color: #6e6e73;
  font-family: 'SF Mono', 'Fira Code', 'Menlo', monospace;
  font-size: 11px;
}
.headerbox {
  height: 44px;
}
@media (hover: none) {
  .header .user-area:hover .user-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header .user-area--open .user-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

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;
}

/** @format */
.markdown-here-wrapper {
  font-size: 14.5px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding: 0 8px;
  color: #2c2c2c;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: Georgia, 'Noto Serif SC', 'Times New Roman', serif;
}
.markdown-here-wrapper pre,
.markdown-here-wrapper code {
  font-size: 13px;
  font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', Menlo, Monaco, Consolas, 'Courier New', monospace;
  margin: auto 0;
}
.markdown-here-wrapper code {
  white-space: pre-wrap;
  border-radius: 4px;
  display: inline;
  background: rgba(0, 0, 0, 0.04);
  padding: 2px 6px;
  font-size: 0.88em;
  color: #476582;
}
.markdown-here-wrapper pre {
  font-size: 13px;
  line-height: 1.5;
  display: block;
  border-radius: 8px;
  overflow-x: auto;
}
.markdown-here-wrapper pre code {
  white-space: pre;
  overflow: visible;
  border-radius: 8px;
  padding: 16px 20px;
  display: block;
  background: transparent;
  color: inherit;
  font-size: inherit;
}
.markdown-here-wrapper pre::-moz-selection, .markdown-here-wrapper pre *::-moz-selection {
  background: rgba(255, 255, 255, 0.25);
}
.markdown-here-wrapper pre::selection,
.markdown-here-wrapper pre *::selection {
  background: rgba(255, 255, 255, 0.25);
}
.markdown-here-wrapper strong,
.markdown-here-wrapper b {
  color: #1a1a1a;
  font-weight: 600;
}
.markdown-here-wrapper em,
.markdown-here-wrapper i {
  color: #555;
  font-style: italic;
}
.markdown-here-wrapper hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 2em 0;
}
.markdown-here-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  margin: 1em 0;
}
.markdown-here-wrapper p {
  margin: 1.2em 0 !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: 1em 0;
}
.markdown-here-wrapper ul,
.markdown-here-wrapper ol {
  padding-left: 1.5em;
}
.markdown-here-wrapper li {
  margin: 6px 0;
}
.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: 4px 0;
  padding-left: 1.2em;
}
.markdown-here-wrapper ul {
  list-style-type: disc;
}
.markdown-here-wrapper ol {
  list-style-type: decimal;
}
.markdown-here-wrapper dl {
  padding: 0;
}
.markdown-here-wrapper dl dt {
  font-size: 1em;
  font-weight: 600;
  font-style: normal;
  color: #1a1a1a;
}
.markdown-here-wrapper dl dd {
  margin: 0 0 10px;
  padding: 0 10px;
}
.markdown-here-wrapper blockquote,
.markdown-here-wrapper q {
  border-left: 3px solid #e0e0e0;
  padding: 4px 16px;
  color: #666;
  quotes: none;
  margin-left: 0;
  background: rgba(0, 0, 0, 0.015);
  border-radius: 0 6px 6px 0;
}
.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 h1,
.markdown-here-wrapper h2,
.markdown-here-wrapper h3,
.markdown-here-wrapper h4,
.markdown-here-wrapper h5,
.markdown-here-wrapper h6 {
  color: #1a1a1a;
  font-weight: 600;
  line-height: 1.4;
}
.markdown-here-wrapper h1 {
  font-size: 1.6em;
  margin: 0.8em 0 0.6em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.markdown-here-wrapper h2 {
  font-size: 1.35em;
  margin: 1.5em 0 0.6em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.markdown-here-wrapper h3 {
  font-size: 1.15em;
  margin: 1.2em 0 0.4em;
}
.markdown-here-wrapper h4 {
  font-size: 1em;
  margin: 1em 0 0.3em;
}
.markdown-here-wrapper h5,
.markdown-here-wrapper h6 {
  font-size: 0.9em;
  margin: 1em 0 0.3em;
  color: #555;
}
.markdown-here-wrapper a {
  color: #476582;
  text-decoration: none;
  border-bottom: 1px solid rgba(71, 101, 130, 0.3);
  transition: all 0.15s ease;
}
.markdown-here-wrapper a:hover {
  color: #1a56a8;
  border-bottom-color: #1a56a8;
}
.markdown-here-wrapper table {
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9em;
  border: 0;
  margin: 1.2em 0;
  width: auto;
}
.markdown-here-wrapper tbody {
  margin: 0;
  padding: 0;
  border: 0;
}
.markdown-here-wrapper table tr {
  border: 0;
  border-top: 1px solid #e8e8e8;
  background-color: white;
  margin: 0;
  padding: 0;
}
.markdown-here-wrapper table tr:nth-child(2n) {
  background-color: #fafafa;
}
.markdown-here-wrapper table tr th,
.markdown-here-wrapper table tr td {
  font-size: inherit;
  border: 1px solid #e8e8e8;
  margin: 0;
  padding: 8px 14px;
  text-align: left;
}
.markdown-here-wrapper table tr th {
  font-weight: 600;
  color: #1a1a1a;
  background-color: #f5f5f5;
  border-color: #e0e0e0;
}

/** @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;
}
input,
button,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:active {
  outline: none;
}
a:focus {
  outline: 0;
}
body {
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-overflow-scrolling: touch;
  background: #f7f6f3;
  font-family: Georgia, 'Noto Serif SC', 'Times New Roman', serif;
  color: #1a1a1a;
  font-size: 14px;
}
::-moz-selection {
  background: rgba(26, 26, 26, 0.08);
}
::selection {
  background: rgba(26, 26, 26, 0.08);
}
@media screen and (max-width: 600px) {
  body {
    background: #fff;
  }
}
html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
@media screen and (max-width: 600px) {
  .note-page {
    height: calc(100vh - 48px - env(safe-area-inset-top, 0px)) !important;
  }
  .note-page .menu-backdrop {
    display: block;
    position: fixed;
    top: calc(48px + env(safe-area-inset-top, 0px));
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    background: rgba(0, 0, 0, 0.28);
  }
  .note-page .menu {
    position: fixed !important;
    top: calc(48px + env(safe-area-inset-top, 0px));
    left: 0;
    bottom: 0;
    width: 260px !important;
    z-index: 90;
    background: #fff !important;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 4px 0 16px rgba(0, 0, 0, 0.06);
    padding: 8px 10px 24px !important;
  }
  .note-page .content {
    padding: 16px 16px 72px !important;
    width: 100% !important;
  }
  .note-page .content .content-uptime {
    position: static !important;
    text-align: right;
    margin-bottom: 8px;
    font-size: 11px !important;
  }
  .note-page .content .no-content {
    margin: 80px auto !important;
  }
  .note-page .menu-open {
    right: 16px !important;
    bottom: calc(20px + env(safe-area-inset-bottom, 0px)) !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 11px !important;
    border-radius: 12px !important;
  }
  .markdown-here-wrapper {
    padding: 0 !important;
  }
  .markdown-here-wrapper img {
    max-width: 100% !important;
    height: auto !important;
  }
  .markdown-here-wrapper pre {
    font-size: 12px !important;
    padding: 12px !important;
    border-radius: 8px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .markdown-here-wrapper pre code {
    font-size: 12px !important;
  }
  .markdown-here-wrapper table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }
  .markdown-here-wrapper table tr th,
  .markdown-here-wrapper table tr td {
    font-size: 12px !important;
    padding: 4px 8px !important;
    white-space: nowrap;
  }
  .markdown-here-wrapper h1 {
    font-size: 20px !important;
    padding-bottom: 16px !important;
  }
  .markdown-here-wrapper h2 {
    font-size: 15px !important;
  }
  .markdown-here-wrapper p {
    margin: 1em 0 !important;
  }
  .markdown-here-wrapper blockquote,
  .markdown-here-wrapper q {
    margin-left: 0 !important;
    padding: 0 8px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .note-page .menu {
    width: 180px !important;
    padding: 10px 8px 20px !important;
  }
  .note-page .menu .menu-title {
    font-size: 12.5px !important;
    padding: 7px 8px !important;
  }
  .note-page .menu .menu-note {
    font-size: 12px !important;
    padding: 4px 8px 4px 14px !important;
    margin-left: 4px !important;
  }
  .note-page .menu .menu-icon {
    width: 14px !important;
    height: 14px !important;
  }
  .note-page .content {
    padding: 24px 24px 60px !important;
  }
  .note-page .content .content-uptime {
    right: 24px !important;
    top: 28px !important;
  }
  .note-page .content .note-content {
    max-width: 100%;
  }
  .note-page .menu-open {
    right: 24px !important;
    bottom: 20px !important;
  }
  .markdown-here-wrapper {
    padding: 0 8px !important;
  }
  .markdown-here-wrapper img {
    max-width: 100% !important;
    height: auto !important;
  }
}
@media screen and (min-width: 1025px) {
  .note-page .content {
    padding-bottom: 80px;
  }
  .note-page .content .note-content {
    max-width: 820px;
  }
}
.menu-backdrop {
  display: none;
}
.note-page {
  display: flex;
  justify-content: flex-start;
  height: calc(100vh - 44px);
  overflow: hidden;
}
.note-page .menu {
  width: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  color: #1a1a1a;
  padding: 12px 12px 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  background: #f5f3ef;
  flex-shrink: 0;
}
.note-page .menu .menu-item {
  margin-bottom: 2px;
}
.note-page .menu .menu-title {
  line-height: 1.4;
  padding: 8px 10px;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #5c5c5c;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.12s ease;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  letter-spacing: 0.01em;
  -webkit-tap-highlight-color: transparent;
}
.note-page .menu .menu-title:hover {
  color: #1a1a1a;
  background: rgba(0, 0, 0, 0.03);
}
.note-page .menu .menu-title:active {
  background: rgba(0, 0, 0, 0.05);
}
.note-page .menu .menu-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex-shrink: 0;
  opacity: 0.8;
}
.note-page .menu .menu-note {
  line-height: 1.4;
  padding: 5px 10px 5px 18px;
  font-size: 12.5px;
  display: flex;
  align-items: center;
  color: #6b6b6b;
  cursor: pointer;
  margin-left: 8px;
  border-radius: 5px;
  transition: all 0.12s ease;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.note-page .menu .menu-note:hover {
  color: #1a1a1a;
  background: rgba(0, 0, 0, 0.03);
}
.note-page .menu .menu-note:active {
  background: rgba(0, 0, 0, 0.05);
}
.note-page .menu .book-icon {
  background-image: url(//p0.meituan.net/scarlett/e436ef194e4a94144881b26f10bbf70a446.png);
  background-size: 100%;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  flex-shrink: 0;
  opacity: 0.5;
}
.note-page .menu .book-name {
  flex: 1;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  color: inherit;
}
.note-page .menu .open {
  color: #1a1a1a;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.025);
}
.note-page .menu .select {
  color: #1a1a1a;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.04);
}
.note-page .content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding: 32px 48px 24px;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  min-width: 0;
}
.note-page .content .note-content,
.note-page .content .markdown-here-wrapper {
  background-color: #fff;
}
.note-page .content .content-uptime {
  position: absolute;
  right: 48px;
  top: 36px;
  color: #a0a0a0;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.note-page .content .no-content {
  margin: 120px auto;
  text-align: center;
}
.note-page .content .no-content .icon-404,
.note-page .content .no-content .icon-500 {
  background-size: 100%;
  width: 40px;
  height: 40px;
  margin: 12px auto;
  opacity: 0.6;
}
.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: #a0a0a0;
  font-size: 13px;
  margin-top: 8px;
}
.note-page .content .load-box .loading .loader {
  color: #c0c0c0;
  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: 4px;
  height: 4px;
  background: transparent;
}
.note-page .menu::-webkit-scrollbar-thumb,
.note-page .content::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 2px;
}
.note-page .menu:hover::-webkit-scrollbar-thumb,
.note-page .content:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.08);
}
.note-page .menu:hover::-webkit-scrollbar-track,
.note-page .content:hover::-webkit-scrollbar-track {
  background: transparent;
}
.note-page .menu-open {
  display: flex;
  position: fixed;
  right: 80px;
  bottom: 24px;
  width: 36px;
  height: 36px;
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: all 0.15s ease;
  opacity: 0.9;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 50;
}
.note-page .menu-open:hover {
  opacity: 1;
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.note-page .menu-open:active {
  transform: scale(0.95);
}
@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.cbd4f3e1171707184c4c.css.map*/