
.pdf-toolbar[data-v-6280de4e] {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 16px;
  background-color: #fff;
  border-bottom: 1px solid #eee
}
.pdf-toolbar .pdf-toolbar-page[data-v-6280de4e] {
    color: #8a8f99;
    font-size: 12px;
}


#playground[data-v-892d6b08] {
  height: 100% !important
}
#playground[data-v-892d6b08] {
  position: relative;
  width: 100%
}
#playground .loading[data-v-892d6b08] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

    height: 100%;
    background-color: #fff;
}
#playground .error[data-v-892d6b08] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff
}
#playground .error .tips[data-v-892d6b08] {
      padding: 2px 10px;
      background-color: #e5e6ea;
      border-radius: 4px;
}

/* 添加PDF尺寸控制样式 */
.pdf-page-container[data-v-892d6b08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  /* 确保容器能够响应尺寸变化 */
  transition: all 0.3s ease;
}
.pdf-page[data-v-892d6b08] {
  width: auto;
  max-width: 100%; /* 控制最大宽度为父容器的80% */
  height: auto;
  max-height: 100%; /* 控制最大高度为视窗高度的80% */
  /* 确保PDF能够正确缩放 */
  object-fit: contain;
  border-radius: 4px;
  /* 添加过渡效果 */
  transition: all 0.3s ease;
}

/* 如果需要固定宽度，可以使用以下样式 */
.pdf-page-fixed[data-v-892d6b08] {
  width: 600px; /* 固定宽度 */
  height: auto;
}

/* 添加响应式媒体查询 */
@media (max-width: 768px) {
.pdf-page[data-v-892d6b08] {
    max-width: 95%;
    max-height: 90vh;
}
}
@media (max-width: 480px) {
.pdf-page[data-v-892d6b08] {
    max-width: 98%;
    max-height: 85vh;
}
.pdf-page-container[data-v-892d6b08] {
    margin-bottom: 5px;
}
}
.pdf-content[data-v-892d6b08] {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  overflow-y: scroll;
  background-color: #fff;
}
.edit-toolbar[data-v-892d6b08] {
  display: none !important;
}
.pdf-placeholder[data-v-892d6b08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1000px; /* 设置一个预估的PDF页面高度 */
  background-color: #fff;
}


.subject-pdf-page[data-v-616e4ab3] {
  width: 100%;
  height: 70vh; /* 设置固定高度为视窗高度的70% */
  min-height: 500px; /* 设置最小高度 */
  max-height: 800px; /* 设置最大高度 */
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto; /* 隐藏水平滚动条 */ /* 允许垂直滚动 */
  background-color: #f5f5f5; /* 添加背景色 */
  border-radius: 8px
} /* 添加圆角 */

  /* 自定义滚动条样式 */
.subject-pdf-page[data-v-616e4ab3]::-webkit-scrollbar {
    width: 8px;
}
.subject-pdf-page[data-v-616e4ab3]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.subject-pdf-page[data-v-616e4ab3]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px
}
.subject-pdf-page[data-v-616e4ab3]::-webkit-scrollbar-thumb:hover {
      background: #a8a8a8;
}


.md-list-item[data-v-6e26048e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.3em 0
}
.md-list-item .list-prefix[data-v-6e26048e] {
    display: inline-block;
    flex-shrink: 0;
    width: 29px;
    padding-right: 5px;
    white-space: nowrap;
    text-align: right
}
.md-list-item .list-prefix.unordered[data-v-6e26048e] {
      font-size: 30px;
}
.md-list-item .list-content[data-v-6e26048e] {
    flex: 1;
    overflow: hidden;
}


.md-list[data-v-a5b2a562] {
}
.md-list .md-list[data-v-a5b2a562] {
    margin-left: -10px;
}


.md-heading[data-v-370a9d24] {
  font-weight: 500;
}


.mermaid-container[data-v-fa2762e0] {
  text-align: center;
}
.mermaid-error[data-v-fa2762e0] {
  color: red;
  text-align: left;
  padding: 1em;
  background-color: #ffeeee;
  border-radius: 4px;
}


.md-code {
  font-size: 14px
}
.md-code pre {
    margin: 8px 0;
}
.md-code code.hljs {
    box-sizing: border-box;
    border-radius: 3px;
}


.md-image {
  margin: 1em 0
}
.md-image img {
    max-width: 100%;
}


.md-hr {
}


.md-br {
  height: 1em;
}


.md-table[data-v-5cc6d78b] {
  margin: 16px 0;
  width: 100%;
  /* overflow-x: auto; */
}


.md-code-span[data-v-7bde0c80] {
  margin: 0 0.1em;
  padding: 0.15em 0.3em;
  font-size: 1rem;
  background-color: #f6f6f7;
  border-radius: 4px;
}


.note-link[data-v-a2de8cf8] {
  display: inline-block
}
.note-link img[data-v-a2de8cf8] {
    width: 20px;
    height: 20px;
    margin-bottom: -3px;
    margin-left: 4px;
    cursor: pointer;
}


.md-reference-note-subject[data-v-f04d87c8] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: -2px 5px 0;
  color: #1d2129;
  font-weight: 500;
  font-size: 11px;
  vertical-align: middle;
  background: #e5e6ea;
  border-radius: 20px;
  cursor: pointer
}
.md-reference-note-subject .ref-divider[data-v-f04d87c8] {
    width: 0.5px;
    height: 8px;
    margin: 0 4px;
    background: rgba(152, 132, 251, 0.3);
}
.md-reference-note-subject.animate-fade-in[data-v-f04d87c8] {
    animation: fade-in-f04d87c8 0.75s ease;
}
@keyframes fade-in-f04d87c8 {
0% {
      opacity: 0;
}
100% {
      opacity: 1;
}
}
.title-ellipsis[data-v-f04d87c8] {
  display: inline-block;
  max-width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}
.force-break[data-v-f04d87c8] {
  overflow-wrap: anywhere !important;
  -webkit-hyphens: auto !important;
      hyphens: auto !important;
  line-break: anywhere !important;
}
p[data-v-f04d87c8] {
  max-width: 100% !important;
  white-space: normal !important;
  word-break: break-all !important;
  overflow-wrap: anywhere !important;
  -webkit-hyphens: auto !important;
      hyphens: auto !important;
  line-break: anywhere !important;
}


.md-reference-note-subject[data-v-1d4f5666] {
  margin: -2px 5px 0 5px;
  padding: 3px 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  font-size: 8px;
  font-weight: 500;
  color: #9884fb;
  background: #f0edff;
  border-radius: 20px;
  vertical-align: middle;
  cursor: pointer
}
.md-reference-note-subject .ref-divider[data-v-1d4f5666] {
    margin: 0 4px;
    width: 0.5px;
    height: 8px;
    background: rgba(152, 132, 251, 0.3);
}
.md-reference-note-subject.animate-fade-in[data-v-1d4f5666] {
    animation: fade-in-1d4f5666 0.75s ease;
}
@keyframes fade-in-1d4f5666 {
0% {
      opacity: 0;
}
to {
      opacity: 1;
}
}


.md-text[data-v-f63804e8] {
  word-break: break-all
}
  /* text-align: justify; */
.md-text.strong[data-v-f63804e8] {
    font-weight: bold;
}


.md-text[data-v-4f42698c] {
  word-break: normal;
  /* text-align: justify; */
  word-break: break-all
}
.md-text .animate-fade-in[data-v-4f42698c] {
    animation: fade-in-4f42698c 0.75s ease;
}
@keyframes fade-in-4f42698c {
0% {
      opacity: 0;
}
to {
      opacity: 1;
}
}


.markdown-render-container[data-v-5bea0d2e] {
  word-break: break-all;
}


.daily-content-wrapper[data-v-548e50d7] {
  margin-top: 12px;
  color: #1d2129;
  font-size: 16px;
  font-family: 'PingFang SC', sans-serif;
  line-height: 170%
}
.daily-content-wrapper[data-v-548e50d7] .markdown-render-container {
}
.daily-content-wrapper[data-v-548e50d7] .markdown-render-container .md-text {
      letter-spacing: 1px;
}
.daily-content-wrapper[data-v-548e50d7] .markdown-render-container a.md-text {
      color: #1d2129;
      font-weight: 500;
      text-decoration: underline
}
.daily-content-wrapper[data-v-548e50d7] .markdown-render-container a.md-text:hover {
        color: #1d2129;
}
.more-item[data-v-548e50d7] {
  color: #1d2129;
  font-size: 16px;
  font-family: 'PingFang SC', sans-serif;
  line-height: 170%;
}


.daily-report-result[data-v-13e8a93e] {
  background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc1MjgyMjkzNDkx.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.shimmer-text[data-v-2d0f3112] {
  color: transparent;
  background-size: 200% 100%;
  background-clip: text;
}


/* 如果需要额外的样式可以在这里添加 */


.bot-message-base[data-v-334d5148] {
  flex: 1;
  overflow: hidden;
}

/* .hover-container {
  .footer-operation {
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  &:hover {
    .footer-operation {
      opacity: 1;
    }
  }
} */
.bot-message-container[data-v-334d5148] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 6px;
  overflow: hidden
}
.bot-message-container .bot-message[data-v-334d5148] {
    /* 32 + 8 + 32 */
    /* width: calc(100% - 72px); */
    flex: 1;
    overflow: hidden
}

/* 回复框 */
.bot-message-container .bot-message .bot-message-content[data-v-334d5148] {
      display: inline-block;
      box-sizing: border-box;
      /* min-height: 58px; */
      max-width: 100%;
      padding: 12px 16px;
      overflow: hidden;
      color: #292d34;
      font-weight: 400;
      font-size: 16px;
      font-style: normal;
      line-height: 26px;
      white-space: pre-line;
      text-align: justify;
      word-break: break-all;
      background: #fff;
      border-radius: 12px
}
.bot-message-container .bot-message .bot-message-content.full-content[data-v-334d5148] {
        display: block;
        width: 100%;
}
.bot-message-container .bot-message .bot-message-content.no-padding[data-v-334d5148] {
        padding: 0;
}


.w-13[data-v-9aaf4782] {
  width: 3.25rem;
}
.h-13[data-v-9aaf4782] {
  height: 3.25rem;
}


.w-13[data-v-6251da1a] {
  width: 3.25rem;
}
.h-13[data-v-6251da1a] {
  height: 3.25rem;
}


.footer-operation[data-v-4fef44d8] {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.hover-container[data-v-4fef44d8] {
}
.hover-container[data-v-4fef44d8]:hover {
}
.hover-container:hover .footer-operation[data-v-4fef44d8] {
      opacity: 1;
}


.h-13[data-v-573be210] {
  height: 3.25rem; /* 52px */
}


/* 淡入动画 */
.fade-enter-active[data-v-0b18fb3c],
.fade-leave-active[data-v-0b18fb3c] {
  transition: opacity 0.5s ease;
}
.fade-enter-from[data-v-0b18fb3c],
.fade-leave-to[data-v-0b18fb3c] {
  opacity: 0;
}
.fade-enter-to[data-v-0b18fb3c],
.fade-leave-from[data-v-0b18fb3c] {
  opacity: 1;
}


/* Header opacity浮现动画 */
.header-fade-enter-active[data-v-90cc38ea],
.header-fade-leave-active[data-v-90cc38ea] {
  transition: opacity 0.25s ease;
}
.header-fade-enter-from[data-v-90cc38ea],
.header-fade-leave-to[data-v-90cc38ea] {
  opacity: 0;
}
/* 向左滑入动画 */
.animate-slide-in-left[data-v-90cc38ea] {
  animation: slide-in-left-90cc38ea 0.3s ease;
}
@keyframes slide-in-left-90cc38ea {
from {
    transform: translateX(100%);
    opacity: 0;
}
to {
    transform: translateX(0);
    opacity: 1;
}
}
/* 向右滑入动画 */
.animate-slide-in-right[data-v-90cc38ea] {
  animation: slide-in-right-90cc38ea 0.25s ease;
}
@keyframes slide-in-right-90cc38ea {
from {
    transform: translateX(-100%);
    opacity: 0;
}
to {
    transform: translateX(0);
    opacity: 1;
}
}


textarea[data-v-90d38fce] {
  overflow-y: auto;
  resize: none;

  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none
} /* Firefox */
textarea[data-v-90d38fce]::-webkit-scrollbar {
    /* Chrome, Safari and Opera */
    display: none;
}
textarea[data-v-90d38fce]:focus {
  outline: none;
}


.kurisu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: auto;
}
.kurisu-mobile {
  width: 100%;
  min-width: 358px;
}
.kurisu-desktop {
  min-width: 358px;
  max-width: 774px;
}

/* 拖拽手柄样式 */
.resize-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  background: transparent;
  cursor: col-resize;
  opacity: 0;
  transition: background-color 0.2s ease;
}
.resize-handle:hover {
  background-color: rgba(102, 95, 237, 0.1);
  opacity: 1;
}
.resize-handle-line {
  width: 2px;
  height: 32px;
  background-color: hsl(var(--border));
  border-radius: 1px;
  transition: all 0.2s ease;
}
.resize-handle:hover .resize-handle-line {
  height: 48px;
  background-color: rgb(102, 95, 237);
}
.chat-collapsed {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 106px;
  background:
    linear-gradient(148deg, #eef4ff 8.46%, rgba(240, 236, 255, 0.76) 33.51%, rgba(218, 231, 255, 0) 91.5%), #fff;
  border: 1px solid #e5e6ea;
  border: 1px solid var(--line-06, #e5e6ea);
  border-radius: 12px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto
}
.chat-collapsed .chat-collapsed-text {
    margin-top: 12px;
    color: #111418;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}
@media (max-width: 1023px) {
.chat-wrap {
    width: 100%;
    border-radius: 16px 16px 0 0;
}
.chat-collapsed {
    top: auto;
    top: initial;
    right: auto;
    right: initial;
    bottom: 12px;
    left: 50%;
    flex-direction: row;

    width: 132px;
    height: 48px;
    border-radius: 24px;
    transform: translateX(-50%)
}
.chat-collapsed .chat-collapsed-text {
      margin-top: 0;
      margin-left: 6px;
}

  /* 移动端隐藏拖拽手柄 */
.resize-handle {
    display: none;
}
}


.assistant-sider {
  flex-shrink: 0;
  pointer-events: none
}
.assistant-sider .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: auto;
}
@media (max-width: 1023px) {
.assistant-sider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    width: auto
}
.assistant-sider.show-assistant {
}
.assistant-sider.show-assistant .mask {
        display: block;
}
.assistant-sider.show-assistant .chat-wrap {
        top: 15%;
}
}


.modal-prompt[data-v-18b4c4ce] {
  background-color: #fff;
  padding: 16px;
  position: relative;
  width: 280px;
  height: 299px;
  box-sizing: border-box;
  border-radius: 16px;
  font-family: 'PingFang SC';
  text-align: center
}
.modal-prompt .close[data-v-18b4c4ce] {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 25px;
    cursor: pointer;
}
.modal-prompt img[data-v-18b4c4ce] {
    margin: 0 auto;
    display: block;
    margin-top: 12px;
}
.modal-prompt .title[data-v-18b4c4ce] {
    min-height: 28.8px;
    font-size: 18px;
    font-weight: 500;
    color: #111418;
}
.modal-prompt .msg[data-v-18b4c4ce] {
    margin-top: 22px;
    color: #3d465a;
    font-size: 14px;
}


.modal-prompt[data-v-498205e7] {
  background-color: #fff;
  padding: 16px;
  position: relative;
  width: 280px;
  height: 305px;
  box-sizing: border-box;
  border-radius: 16px;
  font-family: 'PingFang SC';
  text-align: center
}
.modal-prompt .close[data-v-498205e7] {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 25px;
    cursor: pointer;
}
.modal-prompt img[data-v-498205e7] {
    margin: 0 auto;
    display: block;
    margin-top: 12px;
}
.modal-prompt .title[data-v-498205e7] {
    font-size: 18px;
    font-weight: 500;
    color: #111418;
}
.modal-prompt .msg[data-v-498205e7] {
    margin-top: 22px;
    color: #3d465a;
    font-size: 14px;
}
.modal-prompt .desc[data-v-498205e7] {
    margin-top: 12px;
    color: #8a8f99;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19.2px */
}


.modal-prompt[data-v-bd5d3c8c] {
  background-color: #fff;
  padding: 24px;
  position: relative;
  width: 280px;
  height: 286px;
  box-sizing: border-box;
  border-radius: 16px;
  font-family: 'PingFang SC';
  text-align: center
}
.modal-prompt .close[data-v-bd5d3c8c] {
    position: absolute;
    top: 15px;
    right: 12px;
    font-size: 25px;
    cursor: pointer;
}
.modal-prompt img[data-v-bd5d3c8c] {
    margin: 0 auto;
    display: block;
}
.modal-prompt .title[data-v-bd5d3c8c] {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #111418;
}
.modal-prompt .msg[data-v-bd5d3c8c] {
    margin-top: 12px;
    color: #3d465a;
    font-size: 14px;
}
.modal-prompt .qrcode[data-v-bd5d3c8c] {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}


.mobile-layout {
  background: #f2f2f3
}
.mobile-layout .layout-header {
    width: 100%;
    max-width: 774px;
    margin: 0 auto;
    padding: 9px 20px 20px;
}
.mobile-layout .n-tabs {
    max-width: 774px;
    margin: 0 auto;
    padding: 0 20px 12px;
}
.layout-drawer-content {
}
.layout-drawer-content .user-info {
    margin-top: 28px
}
.layout-drawer-content .user-info .user-avatar {
      flex-shrink: 0;
      overflow: hidden;
      background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0, 20%)), to(rgb(0, 0, 0, 20%)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
      border-radius: 64px;
}
.layout-drawer-content .user-info .user-nickname {
      margin-left: 12px;
      color: #111418;
      font-weight: 500;
      font-size: 20px;
      font-style: normal;
      line-height: normal;
}
.layout-drawer-content .button-group {
    margin-top: 35px
}
.layout-drawer-content .button-group .button-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 14px;
      padding: 12px 0
}
.layout-drawer-content .button-group .button-item .iconfont {
        margin-top: -3px;
        color: #292d34;
        font-size: 18px;
}
.layout-drawer-content .button-group .button-icon {
      width: 20px;
      height: 20px;
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMDc2ODA3NjEz.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover
}
.layout-drawer-content .button-group .button-icon.export {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzYwNjA0NTgw.png');
}
.layout-drawer-content .button-group .button-icon.wx-app {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTcyMDEwOTUw.png');
}
.layout-drawer-content .button-group .button-icon.download-app {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTczMzQ3MTc1NDYz.png');
}
.layout-drawer-content .button-group .button-icon.callback {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTcyMDExMDE0.png');
}
.layout-drawer-content .button-group .button-icon.logout {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTcyMDEwOTg3.png');
}
.layout-drawer-content .button-group .button-text {
      margin-left: 12px;
      color: #292d34;
      font-weight: 500;
      font-size: 16px;
      font-style: normal;
      line-height: normal
}
.layout-drawer-content .button-group .button-text.logout {
        color: #ff6a41;
}


.miniapp-code[data-v-7ba7ee8e] {
}
.miniapp-code img[data-v-7ba7ee8e] {
    margin: 0 auto;
    display: block;
}
.miniapp-code .msg[data-v-7ba7ee8e] {
    margin-top: 12px;
    color: #677084;
    font-size: 12px;
    text-align: center;
}
.miniapp-code .spin-wrap[data-v-7ba7ee8e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}
.miniapp-code .qrcode[data-v-7ba7ee8e] {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}


.simple-menu {
}
.simple-menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #8a8f99;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    cursor: pointer
}
.simple-menu .menu-item .iconfont {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      margin-right: 16px;
      background: rgba(173, 179, 190, 0.3);
      border-radius: 24px
}
.simple-menu .menu-item .iconfont.icon-zhushouxingxiang {
        font-size: 19px;
}
.simple-menu .menu-item .iconfont.icon-zhishiku {
        font-size: 18px;
}
.simple-menu .menu-item:hover {
      color: #111418;
      transition: 0.3s var(--n-bezier)
}
  /* 彩色字体特殊处理 */
.simple-menu .menu-item:hover .icon-getbiji {
        font-family: iconfont-colorful !important
}
.simple-menu .menu-item:hover .icon-getbiji::before {
          content: '\ed55';
}
.simple-menu .menu-item.selected {
      color: #111418
}
.simple-menu .menu-item.selected .iconfont {
        color: #fff;
        background: #111418;
}
.simple-menu .menu-item:not(:first-child) {
      margin-top: 24px;
}
.simple-menu .menu-item .menu-item-label {
}
.simple-menu .menu-item .menu-item-label .menu-item-label-beta {
        display: inline-block;
        margin-left: 2px;
        padding: 1px 3px;
        color: #8a8f99;
        font-weight: 400;
        font-size: 12px;
        background-color: #fff;
        border: 1px solid #e5e6ea;
        border-radius: 4px;
}


.userInfo-wrap[data-v-78003f5e] {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer
}
.userInfo-wrap[data-v-78003f5e]:hover {
}
.userInfo-wrap:hover .nickname[data-v-78003f5e] {
      color: #111418;
}
.userInfo-wrap img[data-v-78003f5e] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 16px;
}
.userInfo-wrap .nickname[data-v-78003f5e] {
    color: #8a8f99;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.3s var(--n-bezier);
}
.userMenu[data-v-78003f5e] {
  color: #292d34
}

/* 单数子元素加一个border */
.userMenu[data-v-78003f5e] > :not(:last-child) {
    border-bottom: 1px solid #e5e6ea; /* 您可以根据需要更改边框的样式 */
}
.userMenu .userMenu-item[data-v-78003f5e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    width: 192px
}
.userMenu .userMenu-item[data-v-78003f5e]:hover {
      background-color: #e5e6ea;
}
.userMenu .userMenu-item img[data-v-78003f5e] {
      margin-right: 8px;
}


.sync-note-button[data-v-d4fe9524] {
  margin-bottom: 24px;
}


.menu-popover {
  font-size: 0;
}


.pc-sider[data-v-0e446944] {
  padding: 24px 0px 32px 24px;
  width: 200px;
  box-sizing: border-box;
  flex-shrink: 0
}
.pc-sider .logo-wrap[data-v-0e446944] {
    position: relative;
    font-size: 0;
}
.pc-sider .sider-logo[data-v-0e446944] {
    cursor: pointer;
}
.pc-sider .beta[data-v-0e446944] {
    position: absolute;
    top: 0px;
    right: -31px;
    color: #8a8f99;
    font-size: 12px;
    border-radius: 4px;
    border: 0.5px solid #e5e6ea;
    background: #fff;
    padding: 2px 4px;
    line-height: 12px;
}
.pc-sider .sider-menus[data-v-0e446944] {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.assistant-sider-placeholder[data-v-202cf9da] {
  transition: all 0.3s var(--n-bezier);
  pointer-events: none
}
.assistant-sider-placeholder.show-button[data-v-202cf9da] {
    width: 0;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
} /*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
} /*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
} /*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
} /*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
} /*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline;
          -webkit-text-decoration: underline dotted currentColor;
                  text-decoration: underline dotted currentColor;
} /*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
} /*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
} /*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
} /*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
} /*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
} /*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
} /*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
} /*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
} /*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
} /*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
} /*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
} /*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
} /*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
} /*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
} /*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} /*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
} /*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
} /*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
} /*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
} /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
} /*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
} /*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
} /*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
} /*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
} /* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
    --background: 0 0% 100%;
    --foreground: 240 10% 3.9%;
    --card: 0 0% 100%;
    --card-foreground: 240 10% 3.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 240 10% 3.9%;
    /* --primary: 240 5.9% 10%; */
    /* --primary: #1d2129; */
    --primary: 220 17% 14%;
    --primary-foreground: 0 0% 98%;
    --secondary: 240 4.8% 95.9%;
    --secondary-foreground: 240 5.9% 10%;
    --muted: 240 4.8% 95.9%;
    --muted-foreground: 240 3.8% 46.1%;
    --accent: 240 4.8% 95.9%;
    --accent-foreground: 240 5.9% 10%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 240 5.9% 90%;
    --border-primary: #f5f7fa;
    --input: 240 5.9% 90%;
    --ring: 240 10% 3.9%;
    --chart-1: 12 76% 61%;
    --chart-2: 173 58% 39%;
    --chart-3: 197 37% 24%;
    --chart-4: 43 74% 66%;
    --chart-5: 27 87% 67%;
    --radius: 0.5rem;
    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 240 5.9% 10%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 217.2 91.2% 59.8%;
    /* shadow */
    --shadow-textarea: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
    /* chat */
    --chat-background: #F2F2F3;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
      background: transparent;
}
::-webkit-scrollbar-thumb {
      background: hsl(240, 5.9%, 90%);
      background: hsl(var(--border));
      border-radius: 5px;
}
* {
      scrollbar-width: thin;
      scrollbar-color: hsl(240, 5.9%, 90%) transparent;
      scrollbar-color: hsl(var(--border)) transparent;
      border-color: hsl(240, 5.9%, 90%);
      border-color: hsl(var(--border));
}
body {
  background-color: hsl(0, 0%, 100%);
  background-color: hsl(var(--background));
  color: hsl(240, 10%, 3.9%);
  color: hsl(var(--foreground));
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
.\!container {
    max-width: 640px !important;
}
.container {
    max-width: 640px;
}
}
@media (min-width: 768px) {
.\!container {
    max-width: 768px !important;
}
.container {
    max-width: 768px;
}
}
@media (min-width: 1024px) {
.\!container {
    max-width: 1024px !important;
}
.container {
    max-width: 1024px;
}
}
@media (min-width: 1280px) {
.\!container {
    max-width: 1280px !important;
}
.container {
    max-width: 1280px;
}
}
@media (min-width: 1536px) {
.\!container {
    max-width: 1536px !important;
}
.container {
    max-width: 1536px;
}
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-2 {
  right: -0.5rem;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-1 {
  top: -0.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-\[24px\] {
  bottom: 24px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-\[16px\] {
  left: 16px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-\[16px\] {
  right: 16px;
}
[dir="ltr"] .start-0 {
  left: 0px;
}
[dir="rtl"] .start-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[-2\] {
  z-index: -2;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2100\] {
  z-index: 2100;
}
.z-\[3\] {
  z-index: 3;
}
.m-0 {
  margin: 0px;
}
.m-3 {
  margin: 0.75rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-\[12px\] {
  margin-left: 12px;
  margin-right: 12px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[1px\] {
  margin-bottom: 1px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-8\.5 {
  height: 2.125rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[174px\] {
  height: 174px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[72px\] {
  height: 72px;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-\[520px\] {
  max-height: 520px;
}
.max-h-\[72px\] {
  max-height: 72px;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8\.5 {
  width: 2.125rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[203px\] {
  width: 203px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[calc\(100\%-24px\)\] {
  width: calc(100% - 24px);
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-32 {
  min-width: 8rem;
}
.min-w-\[98px\] {
  min-width: 98px;
}
.max-w-\[364px\] {
  max-width: 364px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[calc\(-100\%\+40px\)\] {
  --tw-translate-y: calc(-100% + 40px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.05\] {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-wrap {
  text-wrap: wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(0.5rem - 2px);
  border-radius: calc(var(--radius) - 2px);
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: calc(0.5rem - 4px);
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-y-\[1px\] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-\[1\.5px\] {
  border-left-width: 1.5px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#1D2129\] {
  --tw-border-opacity: 1;
  border-color: rgba(29, 33, 41, 1);
  border-color: rgba(29, 33, 41, var(--tw-border-opacity, 1));
}
.border-\[\#DDD7CE\] {
  --tw-border-opacity: 1;
  border-color: rgba(221, 215, 206, 1);
  border-color: rgba(221, 215, 206, var(--tw-border-opacity, 1));
}
.border-border {
  border-color: hsl(240, 5.9%, 90%);
  border-color: hsl(var(--border));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, 1);
  border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.border-input {
  border-color: hsl(240, 5.9%, 90%);
  border-color: hsl(var(--input));
}
.border-primary {
  border-color: hsl(220, 17%, 14%);
  border-color: hsl(var(--primary));
}
.border-transparent {
  border-color: transparent;
}
.border-b-gray-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(243, 244, 246, 1);
  border-bottom-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[\#1D2129\] {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 33, 41, 1);
  background-color: rgba(29, 33, 41, var(--tw-bg-opacity, 1));
}
.bg-\[\#e5e6ea\] {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 230, 234, 1);
  background-color: rgba(229, 230, 234, var(--tw-bg-opacity, 1));
}
.bg-\[\#f2f2f3\] {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 243, 1);
  background-color: rgba(242, 242, 243, var(--tw-bg-opacity, 1));
}
.bg-background {
  background-color: hsl(0, 0%, 100%);
  background-color: hsl(var(--background));
}
.bg-border {
  background-color: hsl(240, 5.9%, 90%);
  background-color: hsl(var(--border));
}
.bg-destructive {
  background-color: hsl(0, 84.2%, 60.2%);
  background-color: hsl(var(--destructive));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, 1);
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, 1);
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, 1);
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, 1);
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1));
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, 1);
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity, 1));
}
.bg-muted {
  background-color: hsl(240, 4.8%, 95.9%);
  background-color: hsl(var(--muted));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, 1);
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity, 1));
}
.bg-popover {
  background-color: hsl(0, 0%, 100%);
  background-color: hsl(var(--popover));
}
.bg-primary {
  background-color: hsl(220, 17%, 14%);
  background-color: hsl(var(--primary));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, 1);
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
}
.bg-secondary {
  background-color: hsl(240, 4.8%, 95.9%);
  background-color: hsl(var(--secondary));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.bg-white\/50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-gradient-to-t {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#F4F1ED\]\/90 {
  --tw-gradient-to: rgba(244, 241, 237, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(244, 241, 237, 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[1px\] {
  padding: 1px;
}
.p-\[8px\] {
  padding: 8px;
}
.p-px {
  padding: 1px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[88px\] {
  padding-bottom: 88px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[1px\] {
  padding-top: 1px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-\[\'PingFang_SC\'\2c -apple-system\2c BlinkMacSystemFont\2c sans-serif\] {
  font-family: 'PingFang SC',-apple-system,BlinkMacSystemFont,sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-m {
  font-size: 15px;
}
.text-s {
  font-size: 13px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.leading-\[1\.8\] {
  line-height: 1.8;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#1D2129\] {
  --tw-text-opacity: 1;
  color: rgba(29, 33, 41, 1);
  color: rgba(29, 33, 41, var(--tw-text-opacity, 1));
}
.text-\[\#1d2129\] {
  --tw-text-opacity: 1;
  color: rgba(29, 33, 41, 1);
  color: rgba(29, 33, 41, var(--tw-text-opacity, 1));
}
.text-\[\#A9A59F\] {
  --tw-text-opacity: 1;
  color: rgba(169, 165, 159, 1);
  color: rgba(169, 165, 159, var(--tw-text-opacity, 1));
}
.text-\[\#F1EADD\] {
  --tw-text-opacity: 1;
  color: rgba(241, 234, 221, 1);
  color: rgba(241, 234, 221, var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, 1);
  color: rgba(59, 130, 246, var(--tw-text-opacity, 1));
}
.text-current {
  color: currentColor;
}
.text-destructive-foreground {
  color: hsl(0, 0%, 98%);
  color: hsl(var(--destructive-foreground));
}
.text-foreground {
  color: hsl(240, 10%, 3.9%);
  color: hsl(var(--foreground));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}
.text-muted-foreground {
  color: hsl(240, 3.8%, 46.1%);
  color: hsl(var(--muted-foreground));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, 1);
  color: rgba(249, 115, 22, var(--tw-text-opacity, 1));
}
.text-popover-foreground {
  color: hsl(240, 10%, 3.9%);
  color: hsl(var(--popover-foreground));
}
.text-primary {
  color: hsl(220, 17%, 14%);
  color: hsl(var(--primary));
}
.text-primary-foreground {
  color: hsl(0, 0%, 98%);
  color: hsl(var(--primary-foreground));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, 1);
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}
.text-secondary-foreground {
  color: hsl(240, 5.9%, 10%);
  color: hsl(var(--secondary-foreground));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.placeholder-gray-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.blur {
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!invert {
  --tw-invert: invert(100%) !important;
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.invert {
  --tw-invert: invert(100%);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[7\.5px\] {
  --tw-backdrop-blur: blur(7.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, -webkit-text-decoration-color, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes enter {
from {
    opacity: 1;
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
            transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
}
}
@keyframes exit {
to {
    opacity: 1;
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
            transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
}
}
.fade-in {
  --tw-enter-opacity: 0;
}
.duration-100 {
  animation-duration: 100ms;
}
.duration-150 {
  animation-duration: 150ms;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.ease-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.paused {
  animation-play-state: paused;
}
.\[a-zA-Z\:_\] {
  a-z-a--z: ;
}
.relative {
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.flex-col {
  flex-direction: column;
}
.w-full {
  width: 100%;
}
.w-page {
  width: 774px;
  max-width: min(100%, 774px);
}
.w-detail-page {
  width: 774px;
  max-width: min(100%, 774px);
}
.h-full {
  height: 100%;
}
.overflow-hidden {
  overflow: hidden;
}
.flex-scroll-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  /* overflow: hidden; */
}
.flex-scroll-fixed {
  flex: 0 0 auto;
}
.flex-scroll-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
input::-webkit-input-placeholder {
  color: #8a8f99;
}
input::placeholder {
  color: #8a8f99;
} /* naive-ui */
.n-layout,
.n-config-provider {
  height: 100%;
  background-color: transparent;
}
.n-button {
}
.n-button:hover {
    opacity: 0.9;
}
.n-tag {

  /* &.system {
    color: #6884c8;
    background: rgba(81, 130, 255, 0.1);

    &:hover {
      color: #6884c8;
      background: rgba(51, 112, 228, 0.15);
    }
  } */
}
.n-tag:hover {
    color: #292d34;
}
.n-divider .n-divider__title {
  font-size: 12px;
}
.n-divider:not(.n-divider--vertical) {
  margin: 10px 0;
}
.n-divider.n-divider--vertical {
  margin: 0 12px;
}
.n-drawer-header__main {
  flex: 1;
}
.n-input {
  transition: none !important;
}
.n-button.n-button--disabled {
  opacity: 0.5 !important;
}
.n-popover-shared .n-popover-arrow-wrapper {
  overflow: visible;
}
:root {
  --header-height: 76px;
} /* 最多展示两行 */
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
} /* 最多展示一行 */
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@font-face {
  font-family: iconfont; /* Project id 4598947 */
  src:
    url('data:font/woff2;base64,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') format('woff2'),
    url('data:font/woff;base64,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') format('woff'),
    url('data:font/ttf;base64,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Zm9udGljb25mb250VmVyc2lvbiAxLjBpY29uZm9udEdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAcgBlAGEAdABlAGQAIABiAHkAIABpAGMAbwBuAGYAbwBuAHQAaQBjAG8AbgBmAG8AbgB0AFIAZQBnAHUAbABhAHIAaQBjAG8AbgBmAG8AbgB0AGkAYwBvAG4AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbgBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/AQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsBPAE9AT4BPwFAABB6aHVzaG91eGluZ3hpYW5nDmtlc2hpaHVhd2FuZ3llEndlbnlpd2VuLXh1YW56aG9uZwd0dXBpYW4xB2Rpbmd5dWUIeGllYmlqaTENdGlhbmppYXR1cGlhbg53YW5nbHVvZ29uZ2thaRJjaHVhbmdqaWFuemhpc2hpa3ULeWluc2lzaGV6aGkJeGlhemFpYXBwC3hpYW9jaGVuZ3h1CGxpbmstYWx0EWZpbGUtcGVuY2lsLWFsdC0xDXpob25nbWluZ21pbmcFeWljaHUGeGlhemFpCHpoaXNoaWt1BnlpZG9uZwxodWlkYW9kaW5nYnULd2VpYmlhb3RpLTEFcnVuc2UHem9uZ2ppZQV3ZW5hbgZxdWFuYnUSY2h1YW5namlhbnhpbmh1YXRpD2JpamlkYW9ydWRhb2NodQ9nZXRiaWppZ2FvbGlhbmcHZ2V0YmlqaQZzaG91eWUFZGFvcnUJYmlhb3FpYW4xB3poaWxpbmcQc2hvdXllLXh1YW56aG9uZwd4aWViaWppCWd1YW5iaS1kYQx0dWljaHVkZW5nbHUPYmFuZ3podXl1ZmFua3VpB3phbnRpbmcHc3VveGlhbw54aWFuZ2d1YW54aW54aQhiaWFvcWlhbghmZW54aWFuZwZ0dXBpYW4KeGlhaHVheGlhbgpzaHV6aXBhaXh1B3RpYW5qaWEGamlhY3UxB2xpYW5qaWUHc2h1YXhpbgdxaW5neGllBmJvZmFuZwRiaWppB2dlbmdkdW8FcGFpeHUFZnV6aGkGZ3VhbmJpBmZhbmdkYQZiaWFuamkGZmFzb25nDXl1YW5kaWFucGFpeHUHc2hhbmNodQAA') format('truetype');
}
.iconfont {
  font-family: iconfont !important;
}
.iconfont {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-zhushouxingxiang::before {
  content: '\ed77';
}
.icon-keshihuawangye::before {
  content: '\ed76';
}
.icon-wenyiwen-xuanzhong::before {
  content: '\ed75';
}
.icon-tupian1::before {
  content: '\ed71';
}
.icon-dingyue::before {
  content: '\ed72';
}
.icon-xiebiji1::before {
  content: '\ed73';
}
.icon-tianjiatupian::before {
  content: '\ed74';
}
.icon-wangluogongkai::before {
  content: '\ed6f';
}
.icon-chuangjianzhishiku::before {
  content: '\ed70';
}
.icon-yinsishezhi::before {
  content: '\ed6e';
}
.icon-xiazaiapp::before {
  content: '\ed6b';
}
.icon-xiaochengxu::before {
  content: '\ed6c';
}
.icon-link-alt::before {
  content: '\ed69';
}
.icon-file-pencil-alt-1::before {
  content: '\ed6a';
}
.icon-zhongmingming::before {
  content: '\ed65';
}
.icon-yichu::before {
  content: '\ed6d';
}
.icon-xiazai::before {
  content: '\ed66';
}
.icon-zhishiku::before {
  content: '\ed67';
}
.icon-yidong::before {
  content: '\ed68';
}
.icon-huidaodingbu::before {
  content: '\ed64';
}
.icon-weibiaoti-1::before {
  content: '\ed63';
}
.icon-runse::before {
  content: '\ed5e';
}
.icon-zongjie::before {
  content: '\ed5f';
}
.icon-wenan::before {
  content: '\ed60';
}
.icon-quanbu::before {
  content: '\ed61';
}
.icon-chuangjianxinhuati::before {
  content: '\ed62';
}
.icon-bijidaorudaochu::before {
  content: '\ed5d';
}
.icon-getbijigaoliang::before {
  content: '\ed55';
}
.icon-getbiji::before {
  content: '\ed59';
}
.icon-shouye::before {
  content: '\ed5a';
}
.icon-daoru::before {
  content: '\ed5b';
}
.icon-biaoqian1::before {
  content: '\ed5c';
}
.icon-zhiling::before {
  content: '\ed58';
}
.icon-shouye-xuanzhong::before {
  content: '\ed56';
}
.icon-xiebiji::before {
  content: '\ed57';
}
.icon-guanbi-da::before {
  content: '\ed53';
}
.icon-tuichudenglu::before {
  content: '\ed54';
}
.icon-bangzhuyufankui::before {
  content: '\ed52';
}
.icon-zanting::before {
  content: '\ed51';
}
.icon-suoxiao::before {
  content: '\ed3b';
}
.icon-xiangguanxinxi::before {
  content: '\ed3c';
}
.icon-biaoqian::before {
  content: '\ed38';
}
.icon-fenxiang::before {
  content: '\ed3d';
}
.icon-tupian::before {
  content: '\ed3e';
}
.icon-xiahuaxian::before {
  content: '\ed3f';
}
.icon-shuzipaixu::before {
  content: '\ed40';
}
.icon-tianjia::before {
  content: '\ed41';
}
.icon-jiacu1::before {
  content: '\ed42';
}
.icon-lianjie::before {
  content: '\ed43';
}
.icon-shuaxin::before {
  content: '\ed44';
}
.icon-qingxie::before {
  content: '\ed45';
}
.icon-bofang::before {
  content: '\ed46';
}
.icon-biji::before {
  content: '\ed47';
}
.icon-gengduo::before {
  content: '\ed48';
}
.icon-paixu::before {
  content: '\ed4b';
}
.icon-fuzhi::before {
  content: '\ed4c';
}
.icon-guanbi::before {
  content: '\ed4d';
}
.icon-fangda::before {
  content: '\ed4e';
}
.icon-bianji::before {
  content: '\ed4f';
}
.icon-fasong::before {
  content: '\ed50';
}
.icon-yuandianpaixu::before {
  content: '\ed3a';
}
.icon-shanchu::before {
  content: '\ed39';
}
.icon-jiacu::before {
  content: '\ed49';
}
.icon-biji1::before {
  content: '\ed4a';
}
@font-face {
  font-family: "iconfont-colorful"; /* Project id 4634177 */
  /* Color fonts */
  src: 
       url('//at.alicdn.com/t/c/font_4634177_olsqmd3fyp.woff2?t=1721976196978') format('woff2'),
       url('//at.alicdn.com/t/c/font_4634177_olsqmd3fyp.woff?t=1721976196978') format('woff'),
       url('//at.alicdn.com/t/c/font_4634177_olsqmd3fyp.ttf?t=1721976196978') format('truetype');
}
.iconfont-colorful {
  font-family: "iconfont-colorful" !important;
}
.iconfont-colorful {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-colorful-getbijigaoliang:before {
  content: "\ed55";
} /* @import './assets/common/editor.pcss'; */
.tiptap,
.tiptap-preview {
}
.tiptap > *, .tiptap-preview > * {
}
.tiptap > *:first-child, .tiptap-preview > *:first-child {
      margin-top: 0 !important;
}
.tiptap > *:last-child, .tiptap-preview > *:last-child {
      margin-bottom: 0 !important;
}
.tiptap,
.tiptap-preview {

  height: auto;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: hidden;
  font-size: 17px;
  line-height: 180%;

  -ms-overflow-style: none;
  scrollbar-width: none;
} /* IE and Edge */ /* Firefox */
.tiptap::-webkit-scrollbar, .tiptap-preview::-webkit-scrollbar {
    /* Chrome, Safari and Opera */
    display: none;
}
.tiptap h1,
  .tiptap h2,
  .tiptap h3,
  .tiptap h4,
  .tiptap h5,
  .tiptap h6,
  .tiptap-preview h1,
  .tiptap-preview h2,
  .tiptap-preview h3,
  .tiptap-preview h4,
  .tiptap-preview h5,
  .tiptap-preview h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0;
    line-height: 1.1;
    text-wrap: pretty;
}
.tiptap h1, .tiptap-preview h1 {
    font-size: 1.5rem;
}
.tiptap h2, .tiptap-preview h2 {
    font-size: 1.3rem;
}
.tiptap h3, .tiptap-preview h3 {
    font-size: 1.1rem;
}
.tiptap h4,
  .tiptap h5,
  .tiptap h6,
  .tiptap-preview h4,
  .tiptap-preview h5,
  .tiptap-preview h6 {
    font-size: 1rem;
}
.tiptap hr, .tiptap-preview hr {
    border: none;
    border-top: 1px solid #a3a3a3;
}
.tiptap p, .tiptap-preview p {
    margin: 0.6rem 0;
}
.tiptap ul, .tiptap-preview ul {
    margin: 0.1rem;
    padding: 0 0 0 1.2rem
}
.tiptap ul li p, .tiptap-preview ul li p {
      margin-top: 0.25em;
      margin-bottom: 0.25em;
}
.tiptap ol, .tiptap-preview ol {
    margin: 0.1rem;
    padding: 0 0 0 1.4rem
}
.tiptap ol li p, .tiptap-preview ol li p {
      margin-top: 0.25em;
      margin-bottom: 0.25em;
}
.tiptap ol, .tiptap-preview ol {
    list-style-type: decimal;
}
.tiptap ol ol, .tiptap-preview ol ol {
    list-style-type: lower-alpha;
}
.tiptap ol ol ol, .tiptap-preview ol ol ol {
    list-style-type: lower-roman;
}
.tiptap ul, .tiptap-preview ul {
    list-style-type: disc;
}
.tiptap ul ul, .tiptap-preview ul ul {
    list-style-type: circle;
}
.tiptap ul ul ul, .tiptap-preview ul ul ul {
    list-style-type: square;
}
.tiptap ul[data-type='taskList'], .tiptap-preview ul[data-type='taskList'] {
    margin: 0;
    padding: 0;
}
.tiptap table, .tiptap-preview table {
    box-sizing: border-box;
}
.tiptap blockquote, .tiptap-preview blockquote {
    padding: 0 0 0 12px;
    background: transparent
}
.tiptap blockquote ul,
    .tiptap blockquote ol,
    .tiptap-preview blockquote ul,
    .tiptap-preview blockquote ol {
      color: var(--aie-content-blockquote-text-color);
}
.tiptap code, .tiptap-preview code {
    margin: 0 4px;
    padding: 2px 4px;
}
.tiptap pre code, .tiptap-preview pre code {
    background: transparent;
}
.tiptap img, .tiptap-preview img {
    border: none;
}
.tiptap.aie-content table th, .tiptap-preview.aie-content table th {
    font-weight: 400;
    background-color: rgba(0,0,0,0);
}
.tiptap.aie-content table td,
  .tiptap.aie-content table th,
  .tiptap-preview.aie-content table td,
  .tiptap-preview.aie-content table th {
    border: 1px solid var(--aie-content-table-border-color);
}
.tiptap .aie-resize-wrapper, .tiptap-preview .aie-resize-wrapper {
    margin: 4px 2px
}
.tiptap .aie-resize-wrapper img, .tiptap-preview .aie-resize-wrapper img {
      border-radius: 2px;
}
.n-modal-mask {
  background-color: rgba(217, 217, 217, 0.6);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
html,
body {
  height: 100%; /* 确保body和html元素的高度为100% */
  /* 禁止橡皮筋效果 */
  /* overscroll-behavior: none; */
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family:
    -apple-system, 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', STHeiti, 'Microsoft YaHei',
    'Microsoft JhengHei', 'Source Han Sans SC', 'Noto Sans CJK SC', 'Source Han Sans CN', 'Noto Sans SC',
    'Source Han Sans TC', 'Noto Sans CJK TC', SimSun, sans-serif;
}
body {
  touch-action: manipulation;
}
#app {
  height: 100%;
}
* {
  box-sizing: border-box;
  outline: none
}
* #sidebarContainer {
    display: none !important;
}
[dir="ltr"] * #viewerContainer {
    left: 0 !important;
}
[dir="rtl"] * #viewerContainer {
    right: 0 !important;
}
* #viewerContainer * {
      box-sizing: content-box !important;
}
* #viewerContainer .editToolbar {
      display: none !important;
}
* #viewerContainer .highlight {
      --highlight-bg-color: rgba(199, 219, 24, 0.25);
}
* #findbarOptionsTwoContainer {
    display: none !important;
}
* .toolbarHorizontalGroup {
}
* .toolbarHorizontalGroup #pageNumber,
    * .toolbarHorizontalGroup #numPages {
      display: none !important;
}
:root {
  --n-scrollbar-rail-inset-vertical: 2px 0 2px auto;
}
.modal-desc {
  margin-top: 5px;
  color: #677084;
  font-size: 12px;
}
.file\:border-0::-webkit-file-upload-button {
  border-width: 0px;
}
.file\:border-0::file-selector-button {
  border-width: 0px;
}
.file\:bg-transparent::-webkit-file-upload-button {
  background-color: transparent;
}
.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}
.file\:text-sm::-webkit-file-upload-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-medium::-webkit-file-upload-button {
  font-weight: 500;
}
.file\:font-medium::file-selector-button {
  font-weight: 500;
}
.placeholder\:text-muted-foreground::-webkit-input-placeholder {
  color: hsl(240, 3.8%, 46.1%);
  color: hsl(var(--muted-foreground));
}
.placeholder\:text-muted-foreground::placeholder {
  color: hsl(240, 3.8%, 46.1%);
  color: hsl(var(--muted-foreground));
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:scale-\[0\.98\]:hover {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}
.hover\:bg-accent:hover {
  background-color: hsl(240, 4.8%, 95.9%);
  background-color: hsl(var(--accent));
}
.hover\:bg-destructive\/90:hover {
  background-color: hsla(0, 84.2%, 60.2%, 0.9);
  background-color: hsl(var(--destructive) / 0.9);
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, 1);
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}
.hover\:bg-primary\/80:hover {
  background-color: hsla(220, 17%, 14%, 0.8);
  background-color: hsl(var(--primary) / 0.8);
}
.hover\:bg-secondary\/80:hover {
  background-color: hsla(240, 4.8%, 95.9%, 0.8);
  background-color: hsl(var(--secondary) / 0.8);
}
.hover\:text-accent-foreground:hover {
  color: hsl(240, 5.9%, 10%);
  color: hsl(var(--accent-foreground));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, 1);
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, 1);
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.hover\:opacity-20:hover {
  opacity: 0.2;
}
.hover\:opacity-40:hover {
  opacity: 0.4;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, 1);
  border-color: rgba(59, 130, 246, var(--tw-border-opacity, 1));
}
.focus\:bg-accent:focus {
  background-color: hsl(240, 4.8%, 95.9%);
  background-color: hsl(var(--accent));
}
.focus\:text-accent-foreground:focus {
  color: hsl(240, 5.9%, 10%);
  color: hsl(var(--accent-foreground));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity, 1));
}
.focus-visible\:outline-none.focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-1.focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus-visible\:ring-1.focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus-visible\:ring-1.focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus-visible\:ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus-visible\:ring-2.focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus-visible\:ring-2.focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus-visible\:ring-2.focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus-visible\:ring-ring.focus-visible {
  --tw-ring-color: hsl(var(--ring));
}
.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}
.focus-visible\:ring-offset-2.focus-visible {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-background.focus-visible {
  --tw-ring-offset-color: hsl(var(--background));
}
.focus-visible\:ring-offset-background:focus-visible {
  --tw-ring-offset-color: hsl(var(--background));
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-100:disabled {
  opacity: 1;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:w-4 {
  width: 1rem;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}
.data-\[state\=checked\]\:translate-x-4[data-state="checked"] {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes accordion-up {
from {
    height: var(--reka-accordion-content-height);
}
to {
    height: 0;
}
}
.data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
  animation: accordion-up 0.2s ease-out;
}
@keyframes accordion-down {
from {
    height: 0;
}
to {
    height: var(--reka-accordion-content-height);
}
}
.data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
  animation: accordion-down 0.2s ease-out;
}
.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
  background-color: hsl(220, 17%, 14%);
  background-color: hsl(var(--primary));
}
.data-\[state\=open\]\:bg-accent[data-state="open"] {
  background-color: hsl(240, 4.8%, 95.9%);
  background-color: hsl(var(--accent));
}
.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
  background-color: hsl(240, 5.9%, 90%);
  background-color: hsl(var(--input));
}
.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
  color: hsl(0, 0%, 98%);
  color: hsl(var(--primary-foreground));
}
.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}
.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}
.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}
.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}
.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}
.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
  --tw-enter-translate-y: -0.5rem;
}
.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
  --tw-enter-translate-x: 0.5rem;
}
.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
  --tw-enter-translate-x: -0.5rem;
}
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
  --tw-enter-translate-y: 0.5rem;
}
.group[data-state="open"] .group-data-\[state\=open\]\:rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group[data-state="checked"] .group-data-\[state\=checked\]\:bg-primary {
  background-color: hsl(220, 17%, 14%);
  background-color: hsl(var(--primary));
}
.group[data-state="checked"] .group-data-\[state\=checked\]\:text-primary-foreground {
  color: hsl(0, 0%, 98%);
  color: hsl(var(--primary-foreground));
}
@media (min-width: 768px) {
.md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.md\:text-s {
    font-size: 13px;
}
}
.\[\&\>svg\]\:size-4>svg {
  width: 1rem;
  height: 1rem;
}
.\[\&\>svg\]\:shrink-0>svg {
  flex-shrink: 0;
}
.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}
.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}
.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}


.iget-area-code[data-v-75a08f50] {
  z-index: 100;
  position: absolute;
  top: calc(50% - 10px);
  left: 0
}
.iget-area-code .area-code-selected[data-v-75a08f50] {
    position: relative;
    width: 70px;
    height: 22px;
    padding: 0 22px 0 13px;
    line-height: 16px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.iget-area-code .area-code-selected .iconfont[data-v-75a08f50] {
      margin-left: 2px;
      margin-top: 2px;
      transform: rotate(0deg);
      transition: all 0.2s cubic-bezier(0.33, 0, 0, 1)
}
.iget-area-code .area-code-selected .iconfont.icon-unfold[data-v-75a08f50] {
        top: 1px;
        transform: rotate(180deg);
        transition: all 0.33s cubic-bezier(0.33, 0, 0, 1);
}
.iget-area-code .area-code-list[data-v-75a08f50] {
    position: absolute;
    background-color: #fff;
    top: 46px;
    left: 0;
    width: 272px;
    height: 222px;
    padding: 10px 12px 12px;
    padding-left: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer
}
.iget-area-code .area-code-list .title[data-v-75a08f50]{
      color: #999999;
      font-weight: 400;
      margin: 0;
}
.iget-area-code .area-code-list .list[data-v-75a08f50] {
      width: 100%;
      height: 174px;
      overflow-y: scroll;
      list-style: none;
      margin: 0;
      padding: 0
}
.iget-area-code .area-code-list .list[data-v-75a08f50]::-webkit-scrollbar {
        width: 0;
        bakground: transparent;
}
.iget-area-code .area-code-list .list .list-item[data-v-75a08f50] {
        position: relative;
        margin-top: 8px;
        font-size: 16px;
        cursor: pointer
}
.iget-area-code .area-code-list .list .list-item.selected[data-v-75a08f50] {
          font-weight: bold;
          color: #FF6B00;
}
.iget-area-code .area-code-list .list .list-item .codes[data-v-75a08f50] {
          margin-left: 10px;
}
.iget-area-code .area-code-list .list .list-item .iget-icon-selected[data-v-75a08f50] {
          position: absolute;
          top: 0;
          right: 0
}
.iget-area-code .area-code-list .list .list-item .iget-icon-selected[data-v-75a08f50]::before {
            content: '';
            background: url(https://piccdn2.umiwi.com/fe-oss/default/MTcyMDY4MTM2MDg2.png);
            display: block;
            width: 20px;
            margin-top: -2px;
            height: 20px;
}


.modal-prompt[data-v-412bc162] {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 24px;
  box-sizing: border-box;
  font-family: 'PingFang SC'
}
.modal-prompt .modal-prompt-title[data-v-412bc162] {
    color: #111418;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.modal-prompt .close[data-v-412bc162] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: -68px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e5e6ea;
    background: #fff;
    cursor: pointer;
}
.modal-prompt .title[data-v-412bc162] {
    font-weight: 500;
    font-size: 16px;
    color: #111418;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}
.modal-prompt .title .icon[data-v-412bc162] {
      font-size: 20px;
      color: #ff7d00;
      margin-right: 8px;
}
.modal-prompt .content[data-v-412bc162] {
    font-size: 14px;
    color: #1d2129;
    line-height: 22px;
    margin-top: 24px;
    text-align: center;
}
.modal-prompt .tips[data-v-412bc162] {
    font-size: 12px;
    color: #677084;
    text-align: center;
}
.modal-prompt .button-group[data-v-412bc162] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 8px
}
.modal-prompt .button-group .confirm[data-v-412bc162] {
      border: 0;
      background-color: #292d34;
      color: #fff;
      font-size: 14px;
      border-radius: 2px;
      padding: 5px 16px;
      cursor: pointer;
}
.modal-prompt .button-group .cancel[data-v-412bc162] {
      border: 0;
      padding: 5px 16px;
      color: #4e5969;
      font-size: 14px;
      margin-right: 8px;
      border-radius: 2px;
      cursor: pointer;
}

/* drawer */
.modal-prompt-drawer-header[data-v-412bc162] {
  padding: 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center
}
.modal-prompt-drawer-header .header-title[data-v-412bc162] {
    color: #292d34;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 100% */
}
.modal-prompt-drawer-header .header-close-icon[data-v-412bc162] {
    position: absolute;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #f9f9f9;
    border-radius: 50%;
    cursor: pointer
}
.modal-prompt-drawer-header .header-close-icon .icon-guanbi[data-v-412bc162] {
      font-size: 24px;
      color: #8a8f99;
}


.login-privacy-confirm {
  padding: 24px 32px !important
}
.login-privacy-confirm .agree-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}
.login-privacy-confirm .agree-content .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #1d2129;
      font-size: 16px;
      font-weight: 500
}
.login-privacy-confirm .agree-content .header img {
        margin-right: 8px;
}
.login-privacy-confirm .agree-content .content {
      margin: 24px 0;
      color: #292d34;
      font-size: 14px;
      font-weight: 400
}
.login-privacy-confirm .agree-content .content a {
        text-decoration: none;
        color: #6884c8;
}
.login-privacy-confirm .agree-content .bottom {
}


.iget-login[data-v-5ceca6e0] {
  font-family: 'PingFang SC';
  background-color: #fff;
  border-radius: 16px
}
.iget-login .login-options[data-v-5ceca6e0] {
    justify-content: center;
    max-width: 774px;
    height: 100%;
    margin: 0 auto;
    padding: 40px;
    padding-top: 80px;
    padding-bottom: 16px
}
.iget-login .login-options .login-title[data-v-5ceca6e0] {
      padding-top: 4px;
      font-weight: 500;
      font-size: 18px;
      text-align: center;
}
.iget-login .login-options .login-divider[data-v-5ceca6e0] {
      width: 1px;
      height: 328px;
}
.iget-login .login-options .login-phone[data-v-5ceca6e0] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
}
.iget-login .login-options .login-phone[data-v-5ceca6e0] {
}
.iget-login .login-options .login-phone .phone-number[data-v-5ceca6e0],
      .iget-login .login-options .login-phone .auth-code[data-v-5ceca6e0] {
        position: relative;
        width: 100%;
        height: 72px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module[data-v-5ceca6e0], .iget-login .login-options .login-phone .auth-code .phone-input-module[data-v-5ceca6e0] {
          position: absolute;
          top: 0;
          left: 0;
          box-sizing: border-box;
          width: 100%;
          height: 48px;
          background-color: #f2f2f3;
          border-radius: 8px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .phone-input[data-v-5ceca6e0], .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-5ceca6e0] {
            display: block;
            box-sizing: border-box;
            height: 100%;
            font-weight: bold;
            line-height: 100%;
            background-color: #f2f2f3;
            border: 0
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .phone-input[data-v-5ceca6e0]::-webkit-input-placeholder, .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-5ceca6e0]::-webkit-input-placeholder {
              color: #999;
              font-weight: normal;
              font-size: 16px;
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .phone-input[data-v-5ceca6e0]::placeholder, .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-5ceca6e0]::placeholder {
              color: #999;
              font-weight: normal;
              font-size: 16px;
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .cancel[data-v-5ceca6e0], .iget-login .login-options .login-phone .auth-code .phone-input-module .cancel[data-v-5ceca6e0] {
            position: absolute;
            top: calc(50% - 7.5px);
            right: 0;
            z-index: 20;
            width: 16px;
            height: 16px;
            margin-right: 13px;
            background: url("https://piccdn2.umiwi.com/fe-oss/default/MTcyMDY3ODkwOTc4.png") no-repeat 0 0 / 16px 16px;
            cursor: pointer;
}
.iget-login .login-options .login-phone .phone-number .phone-error-tips[data-v-5ceca6e0], .iget-login .login-options .login-phone .auth-code .phone-error-tips[data-v-5ceca6e0] {
          position: absolute;
          top: 36px;
          left: 0;
          color: #ff6a41;
          font-size: 12px;
}
.iget-login .login-options .login-phone .phone-number[data-v-5ceca6e0] {
        margin-top: 30px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module[data-v-5ceca6e0] {
          box-sizing: border-box;
          padding: 13px;
          background-color: #f2f2f3
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .phone-input[data-v-5ceca6e0] {
            position: absolute;
            top: 0;
            left: 75px;
            width: calc(100% - 100px);
            font-size: 16px;
}
.iget-login .login-options .login-phone .auth-code[data-v-5ceca6e0] {
}
.iget-login .login-options .login-phone .auth-code .phone-input-module[data-v-5ceca6e0] {
          padding: 13px 16px
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label[data-v-5ceca6e0] {
            position: absolute;
            top: calc(50% - 12px);
            right: 16px;
            height: 20px;
            padding-left: 15px;
            font-weight: 500;
            font-size: 16px;
            cursor: wait
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-5ceca6e0] {
              cursor: pointer
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-5ceca6e0]:hover {
                color: #f83;
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-5ceca6e0]:active {
                color: #f36500;
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-5ceca6e0] {
            position: absolute;
            top: 0;
            left: 15px;
            width: calc(100% - 140px);
            font-size: 16px;
}
.iget-login .login-options .login-phone .phone-button-module[data-v-5ceca6e0] {
        margin-top: 49px;
        margin-bottom: 12px
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-5ceca6e0] {
          display: block;
          width: 100%;
          padding: 10px 120px 8px;
          color: #fff;
          font-weight: 500;
          font-size: 16px;
          background: #292d34;
          border: 0;
          border-radius: 6px;
          cursor: pointer
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-5ceca6e0]:hover {
            background: #292d34;
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-5ceca6e0]:active {
            background: #292d34;
}
.iget-login .login-options .login-phone .phone-summary[data-v-5ceca6e0] {
        margin-top: 16px;
}
.dd-agreement-wrap[data-v-5ceca6e0] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #677084;
  font-size: 12px
}
.dd-agreement-wrap .dd-checkBox-wrapper[data-v-5ceca6e0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.dd-agreement-wrap .dd-checkBox-wrapper a[data-v-5ceca6e0] {
      color: #6884c8;
      /* 取消下划线 */
      text-decoration: none;
}
.dd-agreement-wrap .dd-checkBox-wrapper .dd-checkBox[data-v-5ceca6e0] {
      flex-shrink: 0;
      box-sizing: border-box;
      width: 12px;
      height: 12px;
      margin-top: 2px;
      margin-right: 4px;
      border: 1px solid #e5e5e5;
      border-radius: 100%;
      cursor: pointer;
      -webkit-user-select: none;
              user-select: none
}
.dd-agreement-wrap .dd-checkBox-wrapper .dd-checkBox.agree[data-v-5ceca6e0] {
        color: #fff;
        line-height: 9px;
        text-align: center;
        background: #292d34;
        border: 1px solid #292d34
}
.dd-agreement-wrap .dd-checkBox-wrapper .dd-checkBox.agree .right-icon[data-v-5ceca6e0] {
          display: inline-block;
          width: 8px;
}
.dd-agreement-wrap .dd-checkBox-tips[data-v-5ceca6e0] {
    margin-left: 16px;
}


.fade-enter-active[data-v-176656d7],
.fade-leave-active[data-v-176656d7] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-176656d7],
.fade-leave-to[data-v-176656d7] {
  opacity: 0;
}
.app-page[data-v-176656d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden
}
.app-page .app-status-bar[data-v-176656d7] {
    flex: auto 0 0;
}
.app-page .app-header-bar[data-v-176656d7] {
    flex: auto 0 0;
}
.app-page .app-content[data-v-176656d7] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: auto 1 1;
    /* 配合 .app-content-wrapper 修复旧 ios 机型下子元素高度设置 100% 不生效的问题 */
    align-items: stretch;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden auto
    /* -webkit-overflow-scrolling: touch; */
}
.app-page .app-content .app-content-wrapper[data-v-176656d7] {
      /* tip: 这里不能设置 height: 100%; 由 stretch 自动撑满 */
      width: 100%;
}
.app-page .loading-container[data-v-176656d7] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}
.app-page .loading-container .center-offset[data-v-176656d7] {
      width: 35px;
      height: 35px;
      transform: translate(0, -50%);
}
.app-page .app-error-page[data-v-176656d7] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: auto 1 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}
.app-page .app-error-page .error-image[data-v-176656d7] {
      width: 268px;
}
.app-page .app-error-page .error-text[data-v-176656d7] {
      margin-top: 29px;
      color: #5e636d;
      font-weight: 400;
      font-size: 14px;
      line-height: 160%; /* 22.4px */
}
.app-page .app-error-page .error-refresh-btn[data-v-176656d7] {
      margin-top: 10px;
      padding: 8px 20px;
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      text-align: center;
      background: #292d34;
      border-radius: 12px;
      cursor: pointer;
}


.bubble-menu {
  padding: 6px;
  /* padding: 13px 16px; */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 12px;
  border: 2px solid #e5e6ea;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.02),
    0px 8px 16px 0px rgba(161, 167, 181, 0.16)
}
.bubble-menu button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 8px;
    color: #8a8f99;
    background-color: transparent;
    background-color: initial;
    cursor: pointer;
    transition: all 0.3s var(--n-bezier)
}
.bubble-menu button i {
      font-size: 20px;
}
.bubble-menu button:not(:first-child) {
      margin-left: 12px;
}
.bubble-menu button:hover {
      color: #111418;
      background-color: #f2f2f3;
}
.bubble-menu button.is-active {
      color: #111418;
      background-color: #f2f2f3
}
.bubble-menu button.is-active:hover {
        background-color: #f2f2f3;
}


/* .resize-enter-active, .resize-leave-active {
  transition: height 0.3s ease;
}

.resize-enter, .resize-leave-to {
  height: 40px;
} */
.editor-inner {
}
.editor-inner.expand {
    margin-top: 16px;
}

/* padding-bottom: 32px; */
.editor-inner .tiptap {
    /* max-height: calc((100vh - 76px) * 0.5); */
    height: 72px;
    /* transition: min-height 0.3s var(--n-bezier); */
    transition: height 0.3s ease;
    overflow-y: auto;

    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none
}

/* Firefox */
.editor-inner .tiptap::-webkit-scrollbar {
      /* Chrome, Safari and Opera */
      display: none;
}
.editor-inner.small-inner {
}
.editor-inner.small-inner .tiptap {
      height: 60px;
}
.editor-inner.large {
}
.editor-inner.large .tiptap {
}
.editor-inner.large .tiptap img {
        max-width: calc(100% - 4px);
}


.miniapp-editor-footer[data-v-54397ad0] {
  padding: 8px 12px 16px;
  /* border-top: 0.5px solid #e5e6ea; */
  /* border-bottom: 0.5px solid #e5e6ea; */
  flex-shrink: 0
}
.miniapp-editor-footer .normal-buttons[data-v-54397ad0] {
}
.miniapp-editor-footer .normal-buttons i[data-v-54397ad0] {
      padding: 0 5px;
      cursor: pointer;
      color: #292d34;
      font-size: 24px;
      border-radius: 8px;
      transition: 0.3s var(--n-bezier)
}

  /* &:hover {
        background: #f2f2f3;
      } */
.miniapp-editor-footer .normal-buttons i.is-active[data-v-54397ad0] {
        background: #f2f2f3;
}
.miniapp-editor-footer .normal-buttons i[data-v-54397ad0]:not(:first-child) {
        margin-left: 10px;
}
.miniapp-editor-footer .icon-fasong[data-v-54397ad0] {
    font-size: 20px;
}
.miniapp-editor-footer .n-switch .n-switch__rail[data-v-54397ad0] {
    background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#dbdbdb));
    background: linear-gradient(180deg, #dbdbdb 0%, #dbdbdb 100%);
}
.miniapp-editor-footer .n-switch--active[data-v-54397ad0] {
}
.miniapp-editor-footer .n-switch--active .n-switch__rail[data-v-54397ad0] {
      background: -webkit-gradient(linear, left top, left bottom, from(#9d7bff), to(#766af6));
      background: linear-gradient(180deg, #9d7bff 0%, #766af6 100%);
}
@media (max-width: 1023px) {
.miniapp-editor-footer .edit-cancel-btn[data-v-54397ad0] {
      display: none;
}
}


.editor-inner {
  height: 100%
}
.editor-inner .tiptap {
    height: 100%;
}
.editor-inner img {
    max-width: 100%;
}


.miniapp-editor[data-v-629481d4] {
  height: 100%
}
.miniapp-editor[data-v-629481d4] .n-spin-container {
    height: 100%
}
.miniapp-editor[data-v-629481d4] .n-spin-container .n-spin-content {
      height: 100%;
}

  /* 确保编辑器的高度能自适应 wrapper 100% 高度并滚动 */
.miniapp-editor[data-v-629481d4] .tiptap {
    height: 100% !important;
}
.miniapp-editor .note-edit-container[data-v-629481d4] {
    height: 100%
}
.miniapp-editor .note-edit-container .note-edit-title[data-v-629481d4] {
      width: 100%;
      height: 1.6em;
      min-height: 1.6em;
      max-height: 3.2em;
      padding: 0 20px;
      overflow: hidden;
      font-weight: bold;
      font-size: 18px;
      line-height: 160%;
      border: none;
      resize: none;

      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none
}

  /* Firefox */
.miniapp-editor .note-edit-container .note-edit-title[data-v-629481d4]::-webkit-scrollbar {
        /* Chrome, Safari and Opera */
        display: none;
}
.miniapp-editor .note-edit-container .note-edit-divider[data-v-629481d4] {
      width: calc(100% - 40px);
      height: 1px;
      margin: 16px 20px;
      background: #e5e6ea;
      transform: scaleY(0.5);
}
.miniapp-editor .note-edit-container .note-editor[data-v-629481d4] {
      padding: 0 20px;
      overflow-y: hidden
}
.miniapp-editor .note-edit-container .note-editor[data-v-629481d4] .tiptap {
        height: auto;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
}


.miniapp-edit-page {
  background: #f8f8f8
}
.miniapp-edit-page .note-page-main {
    margin: 0 auto;
    padding-top: 20px;
    border-radius: 20px 20px 0px 0px;
    background: #fff;
    flex: 1;
}


.base-content[data-v-643dcf24] {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #f2f2f3;
}
.base-content-title[data-v-643dcf24] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.base-content-body[data-v-643dcf24] {
  width: 100%;
  height: calc(100% - 150px);
  overflow-y: auto;
  border-radius: 10px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none
}

/* Firefox */
.base-content-body[data-v-643dcf24]::-webkit-scrollbar {
    /* Chrome, Safari and Opera */
    display: none;
}
.base-content-title-text[data-v-643dcf24] {
  font-weight: bold;
  font-size: 20px;
}
.list-content[data-v-643dcf24] {
  border-radius: 10px
}
.list-content .list-item[data-v-643dcf24] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0 20px
}
.list-content .list-item .duration[data-v-643dcf24] {
      margin-left: 12px;
}
.list-content .list-item .error[data-v-643dcf24] {
      color: red;
}
.list-content .list-item .n-spin-body[data-v-643dcf24] {
}
.list-content .list-item .n-spin-body .n-spin[data-v-643dcf24] {
        --n-size: 10px !important;
}


#network-detection {
}
#network-detection .list-content {
}
#network-detection .list-content .list-item {
}
#network-detection .list-content .list-item .n-spin-body {
}
#network-detection .list-content .list-item .n-spin-body .n-spin {
          --n-size: 18px !important;
}


.iget-login[data-v-1bfc5c66] {
  font-family: 'PingFang SC';
  background-color: #fff;
  border-radius: 16px
}
.iget-login .close-icon[data-v-1bfc5c66] {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 20px;
    height: 20px;
    font-size: 25px;
    line-height: 20px;
    cursor: pointer;
}
.iget-login .login-options[data-v-1bfc5c66] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding: 40px;
    padding-bottom: 72px
}
.iget-login .login-options .login-title[data-v-1bfc5c66] {
      padding-top: 4px;
      font-weight: 500;
      font-size: 18px;
      text-align: center;
}
.iget-login .login-options .login-divider[data-v-1bfc5c66] {
      width: 1px;
      height: 328px;
}
.iget-login .login-options .login-phone[data-v-1bfc5c66] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
}
.iget-login .login-options .login-phone[data-v-1bfc5c66] {
}
.iget-login .login-options .login-phone .phone-number[data-v-1bfc5c66],
      .iget-login .login-options .login-phone .auth-code[data-v-1bfc5c66] {
        position: relative;
        width: 272px;
        height: 72px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module[data-v-1bfc5c66], .iget-login .login-options .login-phone .auth-code .phone-input-module[data-v-1bfc5c66] {
          position: absolute;
          top: 0;
          left: 0;
          box-sizing: border-box;
          width: 100%;
          height: 48px;
          background-color: #f2f2f3;
          border-radius: 8px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .phone-input[data-v-1bfc5c66], .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-1bfc5c66] {
            display: block;
            box-sizing: border-box;
            height: 100%;
            font-weight: bold;
            line-height: 100%;
            background-color: #f2f2f3;
            border: 0
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .phone-input[data-v-1bfc5c66]::-webkit-input-placeholder, .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-1bfc5c66]::-webkit-input-placeholder {
              color: #999;
              font-weight: normal;
              font-size: 16px;
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .phone-input[data-v-1bfc5c66]::placeholder, .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-1bfc5c66]::placeholder {
              color: #999;
              font-weight: normal;
              font-size: 16px;
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .cancel[data-v-1bfc5c66], .iget-login .login-options .login-phone .auth-code .phone-input-module .cancel[data-v-1bfc5c66] {
            position: absolute;
            top: calc(50% - 7.5px);
            right: 0;
            z-index: 20;
            width: 16px;
            height: 16px;
            margin-right: 13px;
            background: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMDY3ODkwOTc4.png') no-repeat 0 0 / 16px 16px;
            cursor: pointer;
}
.iget-login .login-options .login-phone .phone-number .phone-error-tips[data-v-1bfc5c66], .iget-login .login-options .login-phone .auth-code .phone-error-tips[data-v-1bfc5c66] {
          position: absolute;
          top: 36px;
          left: 0;
          color: #ff6a41;
          font-size: 12px;
}
.iget-login .login-options .login-phone .phone-number[data-v-1bfc5c66] {
        margin-top: 30px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module[data-v-1bfc5c66] {
          box-sizing: border-box;
          padding: 13px;
          background-color: #f2f2f3
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .phone-input[data-v-1bfc5c66] {
            position: absolute;
            top: 0;
            left: 75px;
            width: calc(100% - 100px);
            font-size: 16px;
}
.iget-login .login-options .login-phone .auth-code[data-v-1bfc5c66] {
}
.iget-login .login-options .login-phone .auth-code .phone-input-module[data-v-1bfc5c66] {
          padding: 13px 16px
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label[data-v-1bfc5c66] {
            position: absolute;
            top: calc(50% - 12px);
            right: 16px;
            height: 20px;
            padding-left: 15px;
            font-weight: 500;
            font-size: 16px;
            cursor: wait
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-1bfc5c66] {
              cursor: pointer
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-1bfc5c66]:hover {
                color: #f83;
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-1bfc5c66]:active {
                color: #f36500;
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-1bfc5c66] {
            position: absolute;
            top: 0;
            left: 15px;
            width: calc(100% - 140px);
            font-size: 16px;
}
.iget-login .login-options .login-phone .phone-button-module[data-v-1bfc5c66] {
        margin-top: 49px;
        margin-bottom: 12px
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-1bfc5c66] {
          display: block;
          padding: 10px 120px 8px;
          color: #fff;
          font-weight: 500;
          font-size: 16px;
          background: #292d34;
          border: 0;
          border-radius: 6px;
          cursor: pointer
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-1bfc5c66]:hover {
            background: #292d34;
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-1bfc5c66]:active {
            background: #292d34;
}
.iget-login .login-options .login-phone .phone-summary[data-v-1bfc5c66] {
        margin-top: 16px;
}
.dd-agreement-wrap[data-v-1bfc5c66] {
  position: absolute;
  bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  margin-left: -16px;
  color: #677084;
  font-size: 12px
}
.dd-agreement-wrap .dd-checkBox-wrapper[data-v-1bfc5c66] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.dd-agreement-wrap .dd-checkBox-wrapper a[data-v-1bfc5c66] {
      color: #6884c8;
      /* 取消下划线 */
      text-decoration: none;
}
.dd-agreement-wrap .dd-checkBox-wrapper .dd-checkBox[data-v-1bfc5c66] {
      flex-shrink: 0;
      box-sizing: border-box;
      width: 12px;
      height: 12px;
      margin-top: 2px;
      margin-right: 4px;
      border: 1px solid #e5e5e5;
      border-radius: 100%;
      cursor: pointer;
      -webkit-user-select: none;
              user-select: none
}
.dd-agreement-wrap .dd-checkBox-wrapper .dd-checkBox.agree[data-v-1bfc5c66] {
        color: #fff;
        line-height: 9px;
        text-align: center;
        background: #292d34;
        border: 1px solid #292d34
}
.dd-agreement-wrap .dd-checkBox-wrapper .dd-checkBox.agree .right-icon[data-v-1bfc5c66] {
          display: inline-block;
          width: 8px;
}
.dd-agreement-wrap .dd-checkBox-tips[data-v-1bfc5c66] {
    margin-left: 16px;
}


.qrcode-popover-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}
.qrcode-popover-wrapper .qrcode-divider {
    height: 148px;
    margin: 0 24px;
}


.header-wrap[data-v-c5442832] {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 64px;
  padding: 0 40px;
  background: white;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.05098)
}
.header-wrap .header[data-v-c5442832] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%
}
.header-wrap .header .logo-wrap[data-v-c5442832] {
      position: relative;
      font-size: 0
}
.header-wrap .header .logo-wrap img[data-v-c5442832] {
        width: 134px;
        height: 24px;
}
.header-wrap .header .secondary-btn[data-v-c5442832] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px 16px;
      color: #292d34;
      font-size: 12px;
      vertical-align: middle;
      background: linear-gradient(
        92deg,
        #eef4ff 8.78%,
        rgba(240, 236, 255, 0.76) 51.68%,
        rgba(218, 231, 255, 0.49) 98.49%
      );
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease
}
.header-wrap .header .secondary-btn img[data-v-c5442832] {
        margin-right: 4px;
}
.header-wrap .header .normal-btn[data-v-c5442832] {
      margin-left: 16px;
      padding: 8px 16px;
      color: #292d34;
      font-size: 12px;
      background-color: #fff;
      border: 1px solid #e5e6ea;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease
}
.header-wrap .header .normal-btn[data-v-c5442832]:hover {
        background: #f2f2f3;
}
.header-wrap .header .btn[data-v-c5442832] {
      margin-left: 16px;
      padding: 8px 16px;
      color: #fff;
      font-size: 12px;
      background-color: #111418;
      border: 0;
      border-radius: 8px;
      cursor: pointer;
}
@media screen and (max-width: 767px) {
.header-wrap[data-v-c5442832] {
    padding: 0 12px

    /* .download-btn {
      display: none;
    } */
}
.header-wrap .header[data-v-c5442832] {
      height: 64px
}
.header-wrap .header .logo-wrap[data-v-c5442832] {
}
.header-wrap .header .logo-wrap img[data-v-c5442832] {
          width: 107px;
          height: 19px;
}
.header-wrap .header .normal-btn[data-v-c5442832] {
        margin-left: 10px;
}
.header-wrap .header .btn[data-v-c5442832] {
        margin-left: 10px;
}
}
@media screen and (max-width: 365px) {
.header-wrap[data-v-c5442832] {
    padding: 0 10px

    /* .download-btn {
      display: none;
    } */
}
.header-wrap .header[data-v-c5442832] {
}
.header-wrap .header .secondary-btn[data-v-c5442832] {
        padding: 6px;
}
.header-wrap .header .normal-btn[data-v-c5442832] {
        padding: 6px;
}
.header-wrap .header .btn[data-v-c5442832] {
        padding: 6px;
}
}


.home-intro[data-v-138548a0] {
  margin: 0 auto;
  padding: 84px 0 120px 100px;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden
}
.home-intro .intro-content[data-v-138548a0] {
    flex: 1;
}
.home-intro .intro-cover[data-v-138548a0] {
    width: 45%
}
.home-intro .intro-cover .intro-image[data-v-138548a0] {
      width: 100%;
}
.home-intro .intro-title[data-v-138548a0] {
    color: #000;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 4px;
}
.home-intro .intro-desc[data-v-138548a0] {
    margin-top: 12px;
    color: #111418;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home-intro .intro-qrcode[data-v-138548a0] {
    margin-top: 40px;
    width: 281px;
    height: 120px
}
.home-intro .intro-qrcode.mobile[data-v-138548a0] {
      display: none;
}

  /* 屏幕宽度小于1200px时 */
@media screen and (max-width: 1200px) {
.home-intro[data-v-138548a0] {
    padding: 60px 80px
}
.home-intro .intro-title[data-v-138548a0] {
      font-size: 36px;
}
.home-intro .intro-desc[data-v-138548a0] {
      font-size: 20px;
}
}

  /* 屏幕宽度小于900px时 */
@media screen and (max-width: 900px) {
.home-intro[data-v-138548a0] {
    padding: 60px 0 60px 0;

    flex-direction: column
}
.home-intro .intro-content[data-v-138548a0] {
      text-align: center;
}
.home-intro .intro-cover[data-v-138548a0] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 80%;
      max-width: 400px;
      margin-top: 40px;
}
.home-intro .intro-title[data-v-138548a0] {
      font-size: 32px;
}
.home-intro .intro-desc[data-v-138548a0] {
      font-size: 18px;
}
.home-intro .intro-qrcode[data-v-138548a0] {
      margin-top: 50px;
      max-width: 300px
}
.home-intro .intro-qrcode.pc[data-v-138548a0] {
        display: none;
}
.home-intro .intro-qrcode.mobile[data-v-138548a0] {
        display: block;
}
}


.home-footer[data-v-f3e7a23c] {
  padding: 100px 0 60px;
  text-align: center;
  background-color: #f2f2f3
}
.home-footer .footer-mod[data-v-f3e7a23c] {
    width: 100%
}
.home-footer .footer-mod .mod-title[data-v-f3e7a23c] {
      color: #000;
      font-weight: 700;
      font-size: 50px;
      font-style: normal;
      line-height: 100px; /* 156.25% */
      letter-spacing: 4px;
      text-align: center;
}
.home-footer .footer-mod .qrcodes[data-v-f3e7a23c] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      margin-top: 40px
}
.home-footer .footer-mod .qrcodes .qrcode-wrap[data-v-f3e7a23c] {
        width: 228px;
        height: 238px;
        margin: 0 24px;
        background-color: #fff;
        border: 1px solid #e5e6ea;
        border-radius: 24px;
        box-shadow: 0 4px 24px 0 rgba(0,0,0,0.05098)
}
.home-footer .footer-mod .qrcodes .qrcode-wrap .qrcode[data-v-f3e7a23c] {
          display: inline-block;
          width: 130px;
          height: 130px;
          margin-top: 24px;
}
.home-footer .footer-mod .qrcodes .qrcode-wrap .qrcode-title[data-v-f3e7a23c] {
          margin-top: 16px;
          color: #111418;
          font-weight: 500;
          font-size: 16px;
}
.home-footer .footer-bottom[data-v-f3e7a23c] {
    padding: 100px 0 0;
    font-size: 16px;
    background-color: #f2f2f3
}
.home-footer .footer-bottom .bottom-link[data-v-f3e7a23c] {
}

  /* 去掉下划线 */
.home-footer .footer-bottom .bottom-link a[data-v-f3e7a23c] {
        color: #5182ff;
        text-decoration: none;
}
.home-footer .footer-bottom .bottom-link .separator[data-v-f3e7a23c] {
        margin: 0 10px;
        color: rgba(255,255,255,0.2);
}
.home-footer .footer-bottom .bottom-company[data-v-f3e7a23c] {
      margin-top: 32px;
      color: #292d34;
}
.home-footer .footer-bottom .bottom-filings[data-v-f3e7a23c] {
      margin-top: 40px;
      color: #292d34;
}
@media screen and (max-width: 1023px) {
.home-footer[data-v-f3e7a23c] {
    padding: 24px 20px
}
.home-footer .footer-mod[data-v-f3e7a23c] {
}
.home-footer .footer-mod .mod-title[data-v-f3e7a23c] {
        font-size: 32px;
}
.home-footer .footer-mod .qrcodes[data-v-f3e7a23c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        margin-top: 12px
}
.home-footer .footer-mod .qrcodes .qrcode-wrap[data-v-f3e7a23c] {
          width: 150px;
          height: 156px;
          margin: 0 24px;
          border: 1px solid #e5e6ea;
          border-radius: 16px;
          box-shadow: 0 4px 24px 0 rgba(0,0,0,0.05098)
}
.home-footer .footer-mod .qrcodes .qrcode-wrap .qrcode[data-v-f3e7a23c] {
            width: 85px;
            height: 85px;
            margin-top: 16px;
}
.home-footer .footer-mod .qrcodes .qrcode-wrap .qrcode-title[data-v-f3e7a23c] {
            margin-top: 16px;
            font-weight: 500;
            font-size: 11px;
}
.home-footer .footer-bottom[data-v-f3e7a23c] {
      padding: 48px 0 0;
      font-size: 13px;
}
}


.home-image-wrapper[data-v-1b5f6941] {
  width: 100%;
  min-height: 200px
}
.home-image-wrapper .wrapper-inner[data-v-1b5f6941] {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px
}
.home-image-wrapper .wrapper-inner img[data-v-1b5f6941] {
      width: 100%;
}
.home-image-wrapper .wrapper-inner video[data-v-1b5f6941] {
      width: 100%;
      object-fit: cover;
}


.home-v2[data-v-35f40e52] {
  height: 100%;
  overflow-y: auto;
}


.note-header {
  margin: 24px 0;
}


.editor-footer-processing {
  margin-top: 10px;
  flex-shrink: 0
}
.editor-footer-processing .processing-text {
    margin-left: 8px;
    color: #766af6;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.error-center {
  color: #ff6a41
}
.error-center .processing-text {
    color: #ff6a41;
    font-size: 14px;
    font-weight: 400;
}
.error-center .btn-center {
}
.error-center .btn-center .btn {
      margin-left: 10px;
}


.error-card-list {
  margin-top: 20px;
  border-radius: 16px
}
.error-card-list .error-center {
    margin-top: 10px;
    color: #ff6a41
}
.error-card-list .error-center .processing-text {
      color: #ff6a41;
      font-weight: 400;
      font-size: 14px;
}
.pending-list {
  margin-top: 12px;
  padding: 16px;
  color: #292d34;
  font-weight: bold;
  font-size: 16px;
  background: #fff;
  border-radius: 16px;
}
.processing-text {
  margin-left: 8px;
  color: #766af6;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}


.create-subject-modal[data-v-26fc0f6a] {
}
.create-subject-modal .modal-content[data-v-26fc0f6a] {
}
.create-subject-modal .modal-content .label[data-v-26fc0f6a] {
      margin-bottom: 8px;
      font-size: 14px;
      color: #111418;
      font-weight: 500;
}
.create-subject-modal .modal-content .required[data-v-26fc0f6a] {
      color: #ff6a41;
      margin-left: 4px;
}
.create-subject-modal .modal-footer[data-v-26fc0f6a] {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}
.create-subject-modal .modal-footer .left-buttons[data-v-26fc0f6a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      cursor: pointer;
}
.create-subject-modal .modal-footer .right-buttons[data-v-26fc0f6a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 12px;
}


.move-note-modal {
}
.move-note-modal .modal-content {
}
.move-note-modal .modal-content .n-radio__label {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
}


.move-note-modal[data-v-5ae7c25a] {
}
.move-note-modal .modal-content[data-v-5ae7c25a] {
    /* width: 550px; */
    height: 380px;
}
.move-note-modal .modal-footer[data-v-5ae7c25a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}
.move-note-modal .modal-footer .left-buttons[data-v-5ae7c25a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      cursor: pointer
}
.move-note-modal .modal-footer .left-buttons img[data-v-5ae7c25a] {
        margin-right: 6px;
}
.move-note-modal .modal-footer .left-buttons span[data-v-5ae7c25a] {
        font-weight: 500;
        font-size: 14px;
}
.move-note-modal .modal-footer .right-buttons[data-v-5ae7c25a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 12px;
}
.move-note-modal .move-modal-wrap[data-v-5ae7c25a] {
    /* width: 550px; */
    height: 380px;
    background-color: #fff;
    border-radius: 16px
}
.move-note-modal .move-modal-wrap .back-icon[data-v-5ae7c25a] {
      position: absolute;
      top: 22px;
      left: 11px;
}
.move-note-modal .move-modal-wrap .breadcrumb[data-v-5ae7c25a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      height: 34px;
      margin-bottom: 12px;
      margin-left: 6px;
      overflow-x: auto;
      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none
}
  /* Firefox */
.move-note-modal .move-modal-wrap .breadcrumb[data-v-5ae7c25a]::-webkit-scrollbar {
        /* Chrome, Safari and Opera */
        display: none;
}
.move-note-modal .move-modal-wrap .folder-list[data-v-5ae7c25a] {
      height: 200px;
      overflow: hidden
}
.move-note-modal .move-modal-wrap .folder-list .folder-item[data-v-5ae7c25a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        padding-right: 8px;
        border-bottom: 0.5px solid #e5e6ea;
        cursor: pointer
}
.move-note-modal .move-modal-wrap .folder-list .folder-item[data-v-5ae7c25a]:hover {
          /* background-color: #e5e6ea; */
}
.move-note-modal .move-modal-wrap .folder-list .folder-item[data-v-5ae7c25a]:last-child {
          border-bottom: none;
}
.move-note-modal .move-modal-wrap .folder-list .folder-item .title[data-v-5ae7c25a] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          align-items: center
}
.move-note-modal .move-modal-wrap .folder-list .folder-item .title img[data-v-5ae7c25a] {
            margin-right: 10px;
}
.move-note-modal .move-modal-wrap .folder-list .folder-item .title .n-input[data-v-5ae7c25a] {
            width: 250px;
            border: 1px solid #e5e6ea;
}
.move-note-modal .move-modal-wrap .folder-list .folder-item .error[data-v-5ae7c25a] {
          margin-left: 4px;
          color: #f05554;
          font-size: 12px;
}
.move-note-modal .move-modal-wrap .action-buttons[data-v-5ae7c25a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      margin-top: 20px
}
.move-note-modal .move-modal-wrap .action-buttons .left-buttons[data-v-5ae7c25a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        cursor: pointer
}
.move-note-modal .move-modal-wrap .action-buttons .left-buttons img[data-v-5ae7c25a] {
          margin-right: 6px;
}
.move-note-modal .move-modal-wrap .action-buttons .left-buttons span[data-v-5ae7c25a] {
          font-weight: 500;
          font-size: 14px;
}
.move-note-modal .move-modal-wrap .action-buttons .right-buttons[data-v-5ae7c25a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
}


.move-note-modal {
}
.move-note-modal .modal-content {
}
.move-note-modal .modal-content .n-radio__label {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
}


.move-note-modal[data-v-3cd177aa] {
}
.move-note-modal .modal-content[data-v-3cd177aa] {
    /* width: 550px; */
    height: 380px;
}
.move-note-modal .modal-footer[data-v-3cd177aa] {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}
.move-note-modal .modal-footer .left-buttons[data-v-3cd177aa] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      cursor: pointer
}
.move-note-modal .modal-footer .left-buttons img[data-v-3cd177aa] {
        margin-right: 6px;
}
.move-note-modal .modal-footer .left-buttons span[data-v-3cd177aa] {
        font-size: 14px;
        font-weight: 500;
}
.move-note-modal .modal-footer .right-buttons[data-v-3cd177aa] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 12px;
}
.move-note-modal .move-modal-wrap[data-v-3cd177aa] {
    /* width: 550px; */
    height: 380px;
    background-color: #fff;
    border-radius: 16px
}
.move-note-modal .move-modal-wrap .back-icon[data-v-3cd177aa] {
      position: absolute;
      top: 22px;
      left: 11px;
}
.move-note-modal .move-modal-wrap .breadcrumb[data-v-3cd177aa] {
      margin-left: 6px;
      margin-bottom: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      height: 34px;
      overflow-x: auto;
      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none
}
  /* Firefox */
.move-note-modal .move-modal-wrap .breadcrumb[data-v-3cd177aa]::-webkit-scrollbar {
        /* Chrome, Safari and Opera */
        display: none;
}
.move-note-modal .move-modal-wrap .folder-list[data-v-3cd177aa] {
      overflow: hidden;
      height: 200px
}
.move-note-modal .move-modal-wrap .folder-list .folder-item[data-v-3cd177aa] {
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 0.5px solid #e5e6ea;
        padding-right: 8px;
        cursor: pointer
}
.move-note-modal .move-modal-wrap .folder-list .folder-item[data-v-3cd177aa]:hover {
          /* background-color: #e5e6ea; */
}
.move-note-modal .move-modal-wrap .folder-list .folder-item[data-v-3cd177aa]:last-child {
          border-bottom: none;
}
.move-note-modal .move-modal-wrap .folder-list .folder-item .title[data-v-3cd177aa] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          align-items: center
}
.move-note-modal .move-modal-wrap .folder-list .folder-item .title img[data-v-3cd177aa] {
            margin-right: 10px;
}
.move-note-modal .move-modal-wrap .folder-list .folder-item .title .n-input[data-v-3cd177aa] {
            width: 250px;
            border: 1px solid #e5e6ea;
}
.move-note-modal .move-modal-wrap .folder-list .folder-item .error[data-v-3cd177aa] {
          color: #f05554;
          font-size: 12px;
          margin-left: 4px;
}
.move-note-modal .move-modal-wrap .action-buttons[data-v-3cd177aa] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      margin-top: 20px
}
.move-note-modal .move-modal-wrap .action-buttons .left-buttons[data-v-3cd177aa] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        cursor: pointer
}
.move-note-modal .move-modal-wrap .action-buttons .left-buttons img[data-v-3cd177aa] {
          margin-right: 6px;
}
.move-note-modal .move-modal-wrap .action-buttons .left-buttons span[data-v-3cd177aa] {
          font-size: 14px;
          font-weight: 500;
}
.move-note-modal .move-modal-wrap .action-buttons .right-buttons[data-v-3cd177aa] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
}


.export-modal-content[data-v-3fc82391] {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 5px
}
.export-modal-content .export-modal-checkbox-group[data-v-3fc82391] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}


.note-resource-tag[data-v-50d5e79e] {
  margin-bottom: -12px;
  display: inline-block;
  max-width: 100%;
  padding: 3px 6px 3px 8px;
  border-radius: 8px;
  background: rgba(51, 112, 228, 0.1);
  color: #697997;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.15s var(--n-bezier)
}
.note-resource-tag[data-v-50d5e79e]:hover {
    background: rgba(51, 112, 228, 0.15);
}
.note-resource-tag .resource-title[data-v-50d5e79e] {
    color: #6884c8;
}


.tag-icon[data-v-3510fa26] {
  width: 12px;
  height: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjA1NDA1.png)
} /* default, dedao, dedao_resource */
.tag-icon.weread[data-v-3510fa26] {
    background-image: url(https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjM3NzIw.png);
}
.tag-icon.flomo[data-v-3510fa26] {
    background-image: url(https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjQwMDU3.png);
}
.tag-icon.dd[data-v-3510fa26] {
    background-image: url(https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjQxNzE1.png);
}
.tag-icon.obsidian[data-v-3510fa26] {
    background-image: url(https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjQzMTY5.png);
}
.tag-icon.ai_image[data-v-3510fa26] {
    background-image: url(https://piccdn2.umiwi.com/fe-oss/default/MTcyMzE5MTk4Mzk3.png);
}
.tag-icon.ai_link[data-v-3510fa26] {
    background-image: url(https://piccdn2.umiwi.com/fe-oss/default/MTcyMzE5MjAwMTYz.png);
}
.tag-icon.ai_audio[data-v-3510fa26] {
    background-image: url(https://piccdn2.umiwi.com/fe-oss/default/MTcyMzE5MTk4MzUy.png);
}
.tag-icon.knowledge[data-v-3510fa26] {
    background-image: url(https://piccdn2.umiwi.com/fe-oss/default/MTc0MzM5MzI3OTkx.png);
}


.note-item-ai-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  box-sizing: border-box;
  padding: 10px 12px;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto hidden;
  background: linear-gradient(92deg, #eef4ff 8.78%, rgba(240, 236, 255, 0.76) 51.68%, rgba(218, 231, 255, 0.49) 98.49%);
  border-radius: 8px
}
.note-item-ai-image::-webkit-scrollbar {
    display: none;
}
.note-item-ai-image:hover {
    background: rgba(118, 106, 246, 0.12);
}
.note-item-ai-image .image-content {
    flex-shrink: 0;
    border: 0.5px solid #e5e6ea;
    border-radius: 8px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
}
.note-item-ai-image .image-title {
    flex: 1;
    width: 260px;
    margin: 0 14px 0 8px;
    overflow: hidden;
    color: #766af6;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}


.note-item-ai-internal-record {
  box-sizing: border-box;
  padding: 10px 12px;
  background: linear-gradient(92deg, #eef4ff 8.78%, rgba(240, 236, 255, 0.76) 51.68%, rgba(218, 231, 255, 0.49) 98.49%);
  border-radius: 8px;
  cursor: pointer
}
.note-item-ai-internal-record:hover {
    background: rgba(118, 106, 246, 0.12);
}
.note-item-ai-internal-record .record-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.note-item-ai-internal-record .record-icon.play {
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc0MTU4Njg1NDgw.png');
}
.note-item-ai-internal-record .record-icon.pause {
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTY0NjkzMzgx.png');
}
.note-item-ai-internal-record .record-title {
    flex: 1;
    color: #766af6;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}
.note-item-ai-internal-record .record-text {
    flex-shrink: 0;
    color: #766af6;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-decoration: underline;
}


.note-item-ai-link {
  padding: 10px 12px;
  border-radius: 8px;
  box-sizing: border-box;
  background: linear-gradient(
    92deg,
    #eef4ff 8.78%,
    rgba(240, 236, 255, 0.76) 51.68%,
    rgba(218, 231, 255, 0.49) 98.49%
  );
  cursor: pointer
}
.note-item-ai-link:hover {
    background: rgba(118, 106, 246, 0.12);
}
.note-item-ai-link .link-icon {
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://piccdn2.umiwi.com/fe-oss/default/MTcyMTYzOTg0MDYw.png);
    flex-shrink: 0;
}
.note-item-ai-link .link-title {
    margin-left: 8px;
    color: #766af6;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    flex: 1;
}


.note-item-ai-local-audio {
  box-sizing: border-box;
  padding: 10px 12px;
  background: linear-gradient(92deg, #eef4ff 8.78%, rgba(240, 236, 255, 0.76) 51.68%, rgba(218, 231, 255, 0.49) 98.49%);
  border-radius: 8px;
  cursor: pointer
}
.note-item-ai-local-audio:hover {
    background: rgba(118, 106, 246, 0.12);
}
.note-item-ai-local-audio .record-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.note-item-ai-local-audio .record-icon.play {
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc0NzcyNjM2MjE1.png');
}
.note-item-ai-local-audio .record-icon.pause {
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTY0NjkzMzgx.png');
}
.note-item-ai-local-audio .record-title {
    flex: 1;
    color: #766af6;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}
.note-item-ai-local-audio .record-text {
    flex-shrink: 0;
    color: #766af6;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-decoration: underline;
}


.note-item-ai-meeting {
  box-sizing: border-box;
  padding: 10px 12px;
  background: linear-gradient(92deg, #eef4ff 8.78%, rgba(240, 236, 255, 0.76) 51.68%, rgba(218, 231, 255, 0.49) 98.49%);
  border-radius: 8px;
  cursor: pointer
}
.note-item-ai-meeting:hover {
    background: rgba(118, 106, 246, 0.12);
}
.note-item-ai-meeting .record-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.note-item-ai-meeting .record-icon.play {
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc0MTU4MTM3MzY1.png');
}
.note-item-ai-meeting .record-icon.pause {
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTY0NjkzMzgx.png');
}
.note-item-ai-meeting .record-title {
    flex: 1;
    color: #766af6;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}
.note-item-ai-meeting .record-text {
    flex-shrink: 0;
    color: #766af6;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-decoration: underline
}
.note-item-ai-meeting .record-text:not(:last-child) {
      margin-right: 12px;
}


.note-item-ai-record {
  box-sizing: border-box;
  padding: 10px 12px;
  background: linear-gradient(92deg, #eef4ff 8.78%, rgba(240, 236, 255, 0.76) 51.68%, rgba(218, 231, 255, 0.49) 98.49%);
  border-radius: 8px;
  cursor: pointer
}
.note-item-ai-record:hover {
    background: rgba(118, 106, 246, 0.12);
}
.note-item-ai-record .record-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.note-item-ai-record .record-icon.play {
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTY0NjkzNDE0.png');
}
.note-item-ai-record .record-icon.pause {
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTY0NjkzMzgx.png');
}
.note-item-ai-record .record-title {
    flex: 1;
    color: #766af6;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}
.note-item-ai-record .record-text {
    flex-shrink: 0;
    color: #766af6;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-decoration: underline;
}


.note-item-ai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}


.note-item-header {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start
}
.note-item-header .header-ai-icon {
    margin-top: 4px;
    margin-right: 8px;
    width: 26px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://piccdn2.umiwi.com/fe-oss/default/MTcyMTYzMzAzMzAz.png);
    flex-shrink: 0;
}
.note-item-header .header-title {
    color: #111418;
    text-align: justify;
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;

    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.note-ref-wrap[data-v-c510427a] {
  margin-bottom: 12px;
  border-left: 4px solid #e5e6ea;
  padding-left: 9px
}
.note-ref-wrap .note-ref[data-v-c510427a] {
    white-space: pre-line;
    color: #292d34;
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap
}
.note-ref-wrap .note-ref.ref-light[data-v-c510427a] {
      color: #8a8f99;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 180%; /* 25.2px */
}
.note-ref-wrap .note-ref-source[data-v-c510427a] {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}
.note-ref-wrap .note-ref-source .source-cover[data-v-c510427a] {
      margin-right: 8px;
      width: 36px;
      height: 48px;
      background-image: url(https://piccdn2.umiwi.com/fe-oss/default/MTcyMzE3NDA2MTM3.png);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 4px;
      border: 0.5px solid #e5e6ea;
      overflow: hidden;
}
.note-ref-wrap .note-ref-source .source-content[data-v-c510427a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #8a8f99;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: normal
}
.note-ref-wrap .note-ref-source .source-content .content-sub[data-v-c510427a] {
        margin-top: 6px;
        font-size: 12px;
        font-weight: 400;
}


.note-item {
}
.note-item:not(:first-child) {
    margin-top: 16px;
}
.note-item /deep/ hl {
    color: #ff6a41;
}
.note-item aie-header {
    display: none;
}
.note-item aie-footer {
    display: none;
}
.note-item .note-content {
    margin-top: 3px;
    margin-bottom: 12px;
    color: #292d34;
    font-size: 16px;
    line-height: 180%;
    -webkit-user-select: text;
            user-select: text;
}
.note-item .note-ai-hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #8a8f99;
    font-size: 14px
}
.note-item .note-ai-hint .icon {
      margin-right: 4px;
}
.note-item .note-images {
    max-height: 218px;
    margin-top: -8px;
    margin-bottom: 12px;
    overflow: hidden;
    font-size: 0
}
.note-item .note-images .note-image {
      margin-top: 8px;
      margin-right: 8px;
      border: 0.5px solid #e5e6ea;
      border-radius: 8px;
}
.note-item .note-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px
}
.note-item .note-tags .n-tag {
      margin-bottom: 4px;
      cursor: pointer
}
.note-item .note-tags .n-tag:not(:last-child) {
        margin-right: 8px;
}
.note-item.card {
}
.note-item.card .note-content {
      display: -webkit-box;
      overflow: hidden;
      text-align: justify;
      word-wrap: break-word;
      word-break: break-all;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
}
.note-item.card .note-tags {
      max-height: 28px;
      /* white-space: nowrap; */
      overflow: hidden;
}
.note-item.card .note-ref {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3
}
.note-item.card .note-ref.ref-light {
        -webkit-line-clamp: 2;
}
.note-item.refCard {
}
.note-item.refCard .note-content {
      display: -webkit-box;
      overflow: hidden;
      text-align: justify;
      word-wrap: break-word;
      word-break: break-all;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 10;
}
.note-item.refCard .note-ref {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 10
}
.note-item.refCard .note-ref.ref-light {
        -webkit-line-clamp: 10;
}


.note-card[data-v-7dcbbda1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  cursor: pointer;
  transition: box-shadow 0.3s var(--n-bezier)
}
.note-card[data-v-7dcbbda1]:hover {
    box-shadow:
      0 4px 8px 0 rgba(0, 0, 0, 0.02),
      0 8px 16px 0 rgba(161, 167, 181, 0.16);
}
.note-card .header-ref-tag[data-v-7dcbbda1] {
    width: 98px;
    padding: 3px 6px 3px 8px;
    color: #697997;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    background: rgba(51, 112, 228, 0.1);
    border-radius: 8px;
}
.note-card .card-bottom[data-v-7dcbbda1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px dashed #e5e6ea
}
.note-card .card-bottom .card-bottom-main[data-v-7dcbbda1] {
      color: #8a8f99;
      font-size: 12px;
}
.note-card .card-bottom .card-bottom-option[data-v-7dcbbda1] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      cursor: pointer
}
.note-card .card-bottom .card-bottom-option .card-bottom-add[data-v-7dcbbda1] {
        position: relative
}
.note-card .card-bottom .card-bottom-option .card-bottom-add .hover-bubble[data-v-7dcbbda1] {
          position: absolute;
          top: -45px;
          left: -50px;
          z-index: 999;
          box-sizing: border-box;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          padding: 8px 12px;
          color: #fff;
          font-weight: 400;
          font-size: 14px;
          background: #1d2129;
          border-radius: 2px;
          cursor: default
}
.note-card .card-bottom .card-bottom-option .card-bottom-add .hover-bubble .triangle[data-v-7dcbbda1] {
            position: absolute;
            bottom: -4px;
            left: 50%;
            width: 0;
            height: 0;
            border-top: 4px solid #1d2129;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            transform: translateX(-50%);
}


.n-base-select-menu .n-base-select-option.card-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.n-base-select-menu .n-base-select-option.card-action.n-base-select-option--pending {
    background: var(--n-option-color-pending);
}
.n-base-select-menu .n-base-select-option.card-action::before {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 16px;
    /* --n-option-color-pending: none; */
}
.n-base-select-menu .n-base-select-option.card-action.card-action-share::before {
    content: '\ed3d';
}
.n-base-select-menu .n-base-select-option.card-action.card-action-copy::before {
    content: '\ed4c';
}
.n-base-select-menu .n-base-select-option.card-action.card-action-keshihuawangye::before {
    content: '\ed76';
}
.n-base-select-menu .n-base-select-option.card-action.card-action-keshihuawangye::after {
    position: absolute;
    top: 6px;
    right: 8px;
    padding: 2px 8px;
    color: #4e5969;
    font-size: 12px;
    background: #fff;
    border: 0.5px solid #c9cdd4;
    border-radius: 14px;
    transform: scale(0.6);
    content: 'Beta';
}
.n-base-select-menu .n-base-select-option.card-action.card-action-trash::before {
    content: '\ed39';
}
.n-base-select-menu .n-base-select-option.card-action.card-action-remove::before {
    content: '\ed6d';
}
.n-base-select-menu .n-base-select-option.card-action.card-action-edit::before {
    content: '\ed4f';
}
.n-base-select-menu .n-base-select-option.card-action.card-action-yichu::before {
    content: '\ed6d';
}
.n-base-select-menu .n-base-select-option.card-action.card-action-chuangjianzhishiku::before {
    content: '\ed70';
}
.n-base-select-menu .n-base-select-option.card-action.card-action-fenxiang::before {
    content: '\ed3d';
}
.n-base-select-menu .n-base-select-option.card-action.card-action-rename::before {
    content: '\ed65';
}
.n-base-select-menu .n-base-select-option.card-action.card-action-download::before {
    content: '\ed66';
}
.n-base-select-menu .n-base-select-option.card-action.card-action-move::before {
    content: '\ed68';
}
.n-base-select-menu .n-base-select-option.card-action.card-action-yidong::before {
    content: '\ed68';
}
.n-base-select-menu .n-base-select-option.card-action.card-action-trash {
    color: #d5492a;
}
.n-base-select-menu .n-base-select-option.card-action.card-action-export-pdf::before,
  .n-base-select-menu .n-base-select-option.card-action.card-action-export-docx::before,
  .n-base-select-menu .n-base-select-option.card-action.card-action-export-mp3::before {
    width: 18px;
    height: 18px;
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc0NzgxMjM4ODgw.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.n-base-select-menu .n-base-select-option.card-action.card-action-export-docx::before {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc0NzgxMjM4ODI2.png');
}
.n-base-select-menu .n-base-select-option.card-action.card-action-export-mp3::before {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc0NzgxMjM4ODAy.png');
}
.n-base-select-menu .n-base-select-option.card-action.card-action-export::before {
    width: 18px;
    height: 18px;
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc0ODQxNTg2NTU4.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.note-list[data-v-d234fa82] {
}
.note-list .list-loading[data-v-d234fa82] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    justify-content: center;
    place-content: center center;
    height: 100px;
}
.note-list .date-title[data-v-d234fa82] {
    margin: 36px 0 12px;
    color: #111418;
    font-weight: bold;
    font-size: 18px;
}
.note-list .note-card[data-v-d234fa82] {
    margin-bottom: 16px;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition:
      border-color 0.3s var(--n-bezier),
      box-shadow 0.3s var(--n-bezier);
    -webkit-user-select: none;
            user-select: none
}
.note-list .note-card .note-title[data-v-d234fa82] {
      font-size: 18px;
}
.note-list-loading[data-v-d234fa82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.note-list-empty[data-v-d234fa82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - var(--header-height) - 50px);
  padding: 16px;
  font-size: 16px;
  /* margin-top: -12px; */
  background: #fff;
  border-radius: 16px
}
.note-list-empty .empty-image[data-v-d234fa82] {
    width: 268px;
    height: 175px;
    margin-bottom: 40px;
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/CLI8wpkhvnm1my.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.note-list-empty .empty-text[data-v-d234fa82] {
    color: #5e636d;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 160%;
}


.note-addition-item-list-wrap {
  font-family: 'PingFang SC'
}
.note-addition-item-list-wrap .title {
    font-weight: 500;
    font-size: 20px;
    font-family: 'PingFang SC';
    line-height: 33px;
    margin-bottom: 16px;
}
.note-addition-item-list-wrap .note-addition-item {
    margin-bottom: 20px;
}
.note-addition-item-list-wrap .editor-pending-wrapper {
    margin-bottom: 16px;
}


.text-fadein {
}
.text-fadein .animate-fade-in {
    animation: fade-in 0.75s ease;
}
@keyframes fade-in {
0% {
      opacity: 0;
}
to {
      opacity: 1;
}
}


.ai-text {
  min-height: 100px;
  max-height: calc((100vh - 76px) * 0.5);
  overflow-y: auto;
  word-break: normal;
  word-break: break-all;
  background: #fff;

  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none
} /* Firefox */
.ai-text::-webkit-scrollbar {
    /* Chrome, Safari and Opera */
    display: none;
}
.ai-text .summary-image {
    margin-bottom: 12px;
    border: 0.5px solid #e5e6ea;
    border-radius: 8px;
}
.ai-text .summary-link {
    margin-bottom: 12px;
}
.ai-text .summary-title {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #292d34;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    line-height: 180%; /* 28.8px */
    text-align: justify;
}
.ai-text .summary-content {
    color: #292d34;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 180%; /* 25.2px */
    text-align: justify;
}
.ai-text .summary-tags {
    margin-top: 16px
}
.ai-text .summary-tags .n-tag {
      margin-bottom: 6px
}
.ai-text .summary-tags .n-tag:not(:last-child) {
        margin-right: 6px;
}
.ai-text .cursor {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    background: #766af6;
    border-radius: 50%;
    animation: blink 1s steps(2, start) infinite;
}
@keyframes blink {
to {
      visibility: hidden;
}
}


.editor-footer-processing {
  margin-top: 10px;
  flex-shrink: 0
}
.editor-footer-processing .processing-text {
    margin-left: 8px;
    color: #766af6;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.upload-tip[data-v-0e9701aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  pointer-events: none
} /* 忽略子元素的 dragleave 事件 */
.upload-tip .tip-text[data-v-0e9701aa] {
    color: #292d34;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 160%; /* 22.4px */
    text-align: center
}
.upload-tip .tip-text .suffix-limit[data-v-0e9701aa] {
      color: #8a8f99;
      font-size: 12px;
}
.upload-tip .tip-text .highlight[data-v-0e9701aa] {
      color: #ff6a41;
}
.media-wrapper[data-v-0e9701aa] {
  max-width: 80%
}
.media-wrapper .item-media[data-v-0e9701aa] {
    box-sizing: border-box;
    padding: 10px 12px;
    border-radius: 8px
}
.media-wrapper .item-media .media-icon[data-v-0e9701aa] {
      flex-shrink: 0;
      width: 45px;
      height: 45px;
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc0ODQwMjc4MTIz.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
}
.media-wrapper .item-media .media-info[data-v-0e9701aa] {
      flex: 1;
      width: calc(100% - 45px - 16px); /* 减去 icon 和 margin 的宽度 */
      margin: 0 8px
}
.media-wrapper .item-media .media-info .media-title[data-v-0e9701aa] {
        overflow: hidden;
        color: #292d34;
        font-weight: 500;
        font-size: 14px;
        font-style: normal;
        line-height: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
}
.media-wrapper .item-media .media-info .media-progress[data-v-0e9701aa] {
        width: auto;
}
.media-wrapper .item-media .media-info .media-tip[data-v-0e9701aa] {
        position: relative;
        color: #8a8f99;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px
}
.media-wrapper .item-media .media-info .media-tip.media-tip-initializing[data-v-0e9701aa] {
}
.media-wrapper .item-media .media-info .media-tip.media-tip-initializing[data-v-0e9701aa]::after {
            animation: dot-display-0e9701aa 3s infinite step-start;
            content: '';
}
@keyframes dot-display-0e9701aa {
25% {
              content: '';
}
50% {
              content: '.';
}
75% {
              content: '..';
}
100% {
              content: '...';
}
}


.tips[data-v-007ceea9] {
  height: 200px;
  color: #677084;
  font-size: 14px
}
.tips .tips-list[data-v-007ceea9] {
    margin: 0;
    padding-left: 0;
    list-style: none
}
.tips .tips-list[data-v-007ceea9] li {
      position: relative;
      margin-bottom: 6px;
      padding-left: 12px
}
.tips .tips-list[data-v-007ceea9] li::before {
        position: absolute;
        left: 0;
        content: '•';
}
.tips .help-link[data-v-007ceea9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 10px;
    cursor: pointer
}
.tips .help-link .n-icon[data-v-007ceea9] {
      margin-right: 4px;
}
.tips .help-link[data-v-007ceea9] a {
      color: #5182ff;
      text-decoration: none
}
.tips .help-link[data-v-007ceea9] a:hover {
        text-decoration: underline;
}


.import-media-note-wrap[data-v-7540422b] {
  width: 800px
}
.import-media-note-wrap .component-title[data-v-7540422b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.import-media-note-wrap .component-title .title-text[data-v-7540422b] {
      flex: 1;
      margin-right: 74px;
      font-weight: 500;
      font-size: 24px;
      text-align: center;
}
.import-media-note-wrap .upload-area[data-v-7540422b] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 170px;
    margin-top: 24px;
    padding: 20px 0;
    background-color: #f5f7fa;
    border: 2px dashed #adb3be;
    border-radius: 20px;
    cursor: pointer;
    pointer-events: auto
}
.import-media-note-wrap .upload-area.is-disabled[data-v-7540422b] {
      pointer-events: none;
}
.import-media-note-wrap .upload-area .delete-btn[data-v-7540422b] {
      position: absolute;
      top: 6px;
      right: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      background: #eee;
      border-radius: 6px;
      cursor: pointer;
      pointer-events: auto;
}
.import-media-note-wrap .tips-wrapper[data-v-7540422b] {
    margin-top: 24px;
}
.import-media-note-wrap .form-btn[data-v-7540422b] {
    width: 68px;
    height: 40px;
    border-radius: 12px;
}
.import-media-note-wrap .bottom-btns[data-v-7540422b] {
    width: 100%;
    text-align: right;
}


.upload-tip[data-v-6bc5406a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none
} /* 忽略子元素的 dragleave 事件 */
.upload-tip .tip-image[data-v-6bc5406a] {
}
.upload-tip .tip-text[data-v-6bc5406a] {
    color: #292d34;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    text-align: center
}
.upload-tip .tip-text .image-limit[data-v-6bc5406a] {
      font-size: 12px;
      color: #8a8f99;
}
.upload-tip .tip-text.reselect[data-v-6bc5406a] {
      color: #8a8f99;
      cursor: pointer;
      pointer-events: auto;
}
.upload-tip .tip-text .highlight[data-v-6bc5406a] {
      color: #ff6a41;
}


.write-image-note-wrap[data-v-133cee7c] {
  width: 800px
}
.write-image-note-wrap .component-title[data-v-133cee7c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.write-image-note-wrap .component-title .title-text[data-v-133cee7c] {
      flex: 1;
      margin-right: 74px;
      font-weight: 500;
      font-size: 24px;
      text-align: center;
}
.write-image-note-wrap .link-input-wrapper[data-v-133cee7c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 11px 16px;
    background: #fff;
    border: 1.5px solid #766af6;
    border-radius: 12px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05)
}
.write-image-note-wrap .link-input-wrapper.secondary[data-v-133cee7c] {
      border: 1.5px solid #ccc;
}
.write-image-note-wrap .link-input-wrapper .link-input[data-v-133cee7c] {
      font-size: 16px
}
.write-image-note-wrap .link-input-wrapper .link-input .n-input .n-input-wrapper[data-v-133cee7c] {
        padding: 0;
}
.write-image-note-wrap .link-input-wrapper .link-input .n-input .n-input__input-el[data-v-133cee7c] {
        height: auto;
        line-height: none;
}
.write-image-note-wrap .upload-area[data-v-133cee7c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 170px;
    margin-top: 24px;
    padding: 20px 0;
    background-color: #f5f7fa;
    border: 2px dashed #adb3be;
    border-radius: 20px;
    cursor: pointer;
    pointer-events: auto
}
.write-image-note-wrap .upload-area.is-disabled[data-v-133cee7c] {
      pointer-events: none;
}
.write-image-note-wrap .image-container[data-v-133cee7c] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 170px;
    margin-top: 24px;
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid rgb(224, 224, 230);
    border-radius: 6px
}
.write-image-note-wrap .image-container .preview-image[data-v-133cee7c] {
      position: relative;
      z-index: 10;
}
.write-image-note-wrap .image-container .delete-btn[data-v-133cee7c] {
      position: absolute;
      top: 6px;
      right: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      background: #eee;
      border-radius: 6px;
      cursor: pointer;
}
.write-image-note-wrap .add-link-form[data-v-133cee7c] {
    margin-top: 24px;
}
.write-image-note-wrap .add-link-form-btn[data-v-133cee7c] {
    width: 68px;
    height: 40px;
    border-radius: 12px;
}
.write-image-note-wrap .bottom-btns[data-v-133cee7c] {
    width: 100%;
    text-align: right;
}


.write-link-note-wrap[data-v-3dcd7cc2] {
  width: 800px
}
.write-link-note-wrap .component-title[data-v-3dcd7cc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.write-link-note-wrap .component-title .title-text[data-v-3dcd7cc2] {
      flex: 1;
      text-align: center;
      margin-right: 74px;
      font-size: 24px;
      font-weight: 500;
}
.write-link-note-wrap .link-input-wrapper[data-v-3dcd7cc2] {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1.5px solid #766af6;
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05)
}
.write-link-note-wrap .link-input-wrapper.secondary[data-v-3dcd7cc2] {
      border: 1.5px solid #ccc;
}
.write-link-note-wrap .link-input-wrapper .link-input[data-v-3dcd7cc2] {
      font-size: 16px
}
.write-link-note-wrap .link-input-wrapper .link-input .n-input .n-input-wrapper[data-v-3dcd7cc2] {
        padding: 0;
}
.write-link-note-wrap .link-input-wrapper .link-input .n-input .n-input__input-el[data-v-3dcd7cc2] {
        height: auto;
        line-height: none;
}
.write-link-note-wrap .add-link-form[data-v-3dcd7cc2] {
    margin-top: 24px;
}
.write-link-note-wrap .add-link-form-btn[data-v-3dcd7cc2] {
    height: 40px;
    width: 68px;
    border-radius: 12px;
}
.write-link-note-wrap .bottom-btns[data-v-3dcd7cc2] {
    width: 100%;
    text-align: right;
}


.editor-v2 {
  flex: 1;
  height: 100%;
}
.aie-container-main {
  min-height: 72px;
}
.aie-container {
  border: none
}
.aie-container .aie-content {
    height: auto !important
}
.aie-container .aie-content {
    padding: 4px 15px
}
.aie-container .aie-content .aie-resize.active + img {
}
.aie-container .aie-content .aie-resize.active + img:hover {
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
}
.aie-container .aie-content .align-left {
      text-align: left
}
.aie-container .aie-content .align-left .active {
        display: block;
}
.aie-container aie-header {
}
.aie-container aie-header .aie-menu-item svg {
      width: 20px;
      height: 20px;
      fill: #3d465a;
}
.aie-container aie-header .aie-menu-item #text {
      font-size: 15px;
}
.aie-container aie-footer > div {
    border: none;
}
.aie-container.normal {
}
.aie-container.normal aie-header > div {
      margin-bottom: 16px;
      padding: 4px 0;
      border-top: 0.5px solid #e5e6ea;
      border-bottom: 0.5px solid #e5e6ea;
}
.aie-container.normal aie-footer > div {
      margin-top: 10px;
}
.aie-container.mini {
}
.aie-container.mini .tiptap {
      height: auto;
      min-height: 72px;
      max-height: 340px;
      overflow-y: auto;
      font-size: 16px;
}
.aie-container.mini .aie-container-header {
      display: none;
}
.aie-container.mini .aie-container-footer {
      display: none;
}


.simple-editor-wrap[data-v-39216ec2] {
  height: 100%
}
.simple-editor-wrap .note-edit-title[data-v-39216ec2] {
    width: 100%;
    margin: 0 0 12px;
    padding: 0 4px;
    font-weight: bold;
    font-size: 24px;
    border: none;
}
.simple-editor-wrap .note-editor[data-v-39216ec2] {
    padding: 4px 4px 0;
    overflow-y: hidden
}
.simple-editor-wrap .note-editor[data-v-39216ec2] .tiptap {
      height: auto;
      max-height: -webkit-max-content;
      max-height: -moz-max-content;
      max-height: max-content;
}
.simple-editor-wrap[data-v-39216ec2] .aie-content {
    padding: 4px 2px;
}


.write-note-wrap[data-v-2e3cc9dc] {
  width: 800px
}
.write-note-wrap .component-title[data-v-2e3cc9dc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.write-note-wrap .component-title .title-text[data-v-2e3cc9dc] {
      flex: 1;
      text-align: center;
      margin-right: 74px;
      font-size: 24px;
      font-weight: 500;
}
.write-note-wrap .component-inner[data-v-2e3cc9dc] {
    margin: 16px 0;
    height: 400px;
}
.write-note-wrap .component-btns[data-v-2e3cc9dc] {
    width: 100%;
    text-align: right
}
.write-note-wrap .component-btns .single-btn[data-v-2e3cc9dc] {
      height: 40px;
      width: 68px;
      border-radius: 12px;
}


.add-files-menu[data-v-67f07280] {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 定义3列，每列等宽 */
  grid-gap: 20px;
  gap: 20px; /* 设置网格间距 */
  margin-top: 24px
}
.add-files-menu .menu-item[data-v-67f07280] {
    height: 94px;
    padding: 12px;
    border: 1px solid #e5e6ea;
    border-radius: 12px;
    cursor: pointer
}
.add-files-menu .menu-item .iconfont[data-v-67f07280] {
      margin-right: 8px;
}
.add-files-menu .menu-item .menu-item-title[data-v-67f07280] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      color: #111418;
      font-weight: bold;
      font-size: 14px;
}
.add-files-menu .menu-item .menu-item-desc[data-v-67f07280] {
      /* 限定为两行 */
      display: -webkit-box; /* 必须设置为弹性盒子 */
      margin-top: 8px;
      overflow: hidden; /* 超出部分隐藏 */
      color: #8a8f99;
      font-size: 12px;
      text-overflow: ellipsis; /* 添加省略号 */
      -webkit-line-clamp: 2; /* 限制行数为两行 */
      -webkit-box-orient: vertical; /* 设置为垂直排列 */
}
.add-files-menu .menu-item .menu-item-type[data-v-67f07280] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      margin-top: 16px
}
.add-files-menu .menu-item .menu-item-type .menu-item-type-btn[data-v-67f07280] {
        height: 24px;
        padding: 0 5px;
        font-size: 12px;
        line-height: 22px;
        border: 1px solid #e5e6ea;
        border-radius: 6px
}
.add-files-menu .menu-item .menu-item-type .menu-item-type-btn[data-v-67f07280]:hover {
          border-color: #292d34;
}
.add-files-menu .disable[data-v-67f07280] {
    cursor: not-allowed
}
.add-files-menu .disable .menu-item-title[data-v-67f07280],
    .add-files-menu .disable .menu-item-desc[data-v-67f07280] {
      color: #adb3be !important;
}


.n-modal[data-v-1cf55363] {
  box-shadow: none;
}
.subject-modal[data-v-1cf55363] {
  position: relative
}
.subject-modal .close-btn[data-v-1cf55363] {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0px;
    right: -68px;
    border-radius: 100%;
    cursor: pointer;
    padding: 8px;
    background-color: #fff;
}


.append-note-modal {
  width: 800px;
  background: #fff;
  border-radius: 16px
}
.append-note-modal .modal-title {
    color: #111418;
    font-weight: 500;
    font-size: 22px;
}
.append-note-modal .modal-entrance {
    padding: 24px;
}


.addition-home-page[data-v-1cf6c6de] {
}
.addition-home-page .addition-page-main[data-v-1cf6c6de] {
    margin: 0 auto;
    padding: 0 20px;
    flex: 1;
    position: relative
}
.addition-home-page .addition-page-main .addition-page-empty[data-v-1cf6c6de] {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center
}
.addition-home-page .addition-page-main .addition-page-empty img[data-v-1cf6c6de] {
        display: block;
        margin: 0 auto;
}
.addition-home-page .addition-page-main .addition-page-empty .tips[data-v-1cf6c6de] {
        margin-top: 40px;
        font-size: 14px;
        color: #5e636d;
}


.n-input .n-input__border,
.n-input .n-input__state-border {
  border: none;
  outline: none;
}


.tag-wrapper[data-v-50ab0a36] {
  position: relative
}
.tag-wrapper.icon[data-v-50ab0a36] {
    margin-left: 12px;
}
.tag-wrapper .icon-wrapper[data-v-50ab0a36] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px
}
.tag-wrapper .icon-wrapper i[data-v-50ab0a36] {
      padding: 0 5px;
      color: #292d34;
      font-size: 20px;
      cursor: pointer;
      transition: 0.3s var(--n-bezier)
}
.tag-wrapper .icon-wrapper i[data-v-50ab0a36]:hover {
        background: #f2f2f3;
        border-radius: 8px;
}
.tag-wrapper .icon-wrapper i[data-v-50ab0a36]:not(:first-child) {
        margin-left: 12px;
}
.tag-wrapper .text-wrapper[data-v-50ab0a36] {
}
.tag-wrapper .text-wrapper .note-tag-add[data-v-50ab0a36] {
      cursor: pointer;
}
.tag-wrapper .text-wrapper[data-v-50ab0a36] .n-tag__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1px;
      align-items: center;
}
.dropdown-wrapper[data-v-50ab0a36] {
  min-height: 200px
}
.dropdown-wrapper .dropdown-header[data-v-50ab0a36] {
    padding: 0 12px
}
.dropdown-wrapper .dropdown-header .title[data-v-50ab0a36] {
      margin-bottom: 8px;
      color: #111418;
      font-weight: 500;
      font-size: 16px;
}
.dropdown-wrapper .dropdown-header .input[data-v-50ab0a36] {
      margin-bottom: 16px;
      color: #86909c;
      font-size: 14px;
      background: #f2f3f5;
}
.dropdown-wrapper .dropdown-header .has-tag[data-v-50ab0a36] {
      padding-bottom: 4px;
      color: #677084;
      font-weight: 400;
      font-size: 14px;
}
.dropdown-wrapper .loading[data-v-50ab0a36] {
    height: 144px;
    color: #292d34;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}
.dropdown-wrapper .add-tag-wrapper[data-v-50ab0a36] {
}
.dropdown-wrapper .add-tag-wrapper .add-tag[data-v-50ab0a36] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      padding: 7px 12px;
      overflow: hidden;
      font-size: 14px;
      line-height: 22px;
      background: #f2f2f3;
      cursor: pointer
}
.dropdown-wrapper .add-tag-wrapper .add-tag i[data-v-50ab0a36] {
        margin-right: 8px;
        color: #292d34;
        font-size: 16px;
}
.dropdown-wrapper .tag-list[data-v-50ab0a36] {
    height: 216px
}

/* overflow-y: scroll; */
.dropdown-wrapper .tag-list .tag-item[data-v-50ab0a36] {
      box-sizing: border-box;
      padding: 7px 12px;
      overflow: hidden;
      font-size: 14px;
      line-height: 22px;
      background: #fff;
      cursor: pointer
}
.dropdown-wrapper .tag-list .tag-item[data-v-50ab0a36]:hover {
        background: #f2f2f3;
}
.dropdown-wrapper .tag-list .tag-item .text[data-v-50ab0a36] {
        color: #1d2129;
        text-overflow: ellipsis;
}
.dropdown-wrapper .tag-list .tag-item.selected[data-v-50ab0a36] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between
}
.dropdown-wrapper .tag-list .tag-item.selected .text[data-v-50ab0a36] {
          color: #adb3be;
}
.dropdown-wrapper .tag-list .tag-item.selected .selected-text[data-v-50ab0a36] {
          color: #adb3be;
          font-weight: 400;
          font-size: 14px;
}


.selected-tags[data-v-4e83eee2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start
}
.selected-tags .text[data-v-4e83eee2] {
    width: 42px;
    color: #8a8f99;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
}
.selected-tags .tag-list[data-v-4e83eee2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center
}
.selected-tags .tag-list .tag[data-v-4e83eee2] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 6px;
      margin-left: 8px;
      padding: 3px 6px 3px 8px;
      background: #fff;
      border: 1px solid #e5e6ea;
      border-radius: 16px
}
.selected-tags .tag-list .tag .tag-text[data-v-4e83eee2] {
        margin-right: 2px;
        color: #677084;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
}
.selected-tags .tag-list .tag .iconfont[data-v-4e83eee2] {
        cursor: pointer;
}
.note-tagline[data-v-4e83eee2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -8px
}
.note-tagline[data-v-4e83eee2] * {
    box-sizing: border-box;
}
.note-tagline .tag-title[data-v-4e83eee2] {
    flex-shrink: 0;
    color: #8a8f99;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.note-tagline .tag-list[data-v-4e83eee2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    margin-left: 5px
}
.note-tagline .tag-list .note-tag-item[data-v-4e83eee2] {
      margin-bottom: 8px;
      cursor: pointer
}
.note-tagline .tag-list .note-tag-item[data-v-4e83eee2]:not(:last-child) {
        margin-right: 8px;
}
.note-tagline .tag-list .note-tag-add[data-v-4e83eee2] {
      margin: 0 8px 8px 0;
}
.note-tagline .tag-list .note-tag-ai[data-v-4e83eee2] {
      margin-bottom: 8px;
      color: #766af6;
      line-height: 24px;
      background: linear-gradient(
        92deg,
        #eef4ff 8.78%,
        rgba(240, 236, 255, 0.76) 51.68%,
        rgba(218, 231, 255, 0.49) 98.49%
      );
      cursor: pointer
}
.note-tagline .tag-list .note-tag-ai[data-v-4e83eee2]:not(:last-child) {
        margin-right: 8px;
}
.note-tagline .tag-list .note-tag-ai[data-v-4e83eee2] .n-tag__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1px;
        align-items: center;
}
.note-tagline .tag-list .note-tag-ai .iconfont-loading[data-v-4e83eee2] {
        position: relative;
        top: 4px;
        left: -3px;
        display: block;
        transform: none;
}


.note-edit[data-v-4f53bbd4] {
  height: calc(100% - 26px)
}
.note-edit[data-v-4f53bbd4] .n-spin-container {
    height: 100%
}
.note-edit[data-v-4f53bbd4] .n-spin-container .n-spin-content {
      height: 100%;
}
.note-edit .note-edit-container[data-v-4f53bbd4] {
    height: 100%
}
.note-edit .note-edit-container[data-v-4f53bbd4] .dropdown-wrapper {
      top: 38px;
      bottom: auto;
      bottom: initial;
}
.note-edit .note-edit-container .note-edit-title[data-v-4f53bbd4] {
      width: 100%;
      margin: 0 0 12px;
      padding: 0 18px;
      font-weight: bold;
      font-size: 24px;
      border: none;
}
.note-edit .note-edit-container .note-editor[data-v-4f53bbd4] {
      padding: 4px 4px 0;
      overflow-y: hidden
}
.note-edit .note-edit-container .note-editor[data-v-4f53bbd4] .tiptap {
        height: auto;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
}


.note-detail-page {
  background: #fff
}
.note-detail-page .app-page {
    height: calc(100% - 76px);
}
.note-detail-page .note-page-main {
    padding: 0 9px !important
}
.note-detail-page .note-page-main {
    flex: 1;
    margin: 0 auto
}
.note-detail-page .note-page-main .note-content-wrap {
      overflow: hidden;
}


.editor-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%
}
.editor-image-wrapper .upload-wrapper,
  .editor-image-wrapper .mobile-wrapper {
    flex: 1
}
.editor-image-wrapper .upload-wrapper .image-box, .editor-image-wrapper .mobile-wrapper .image-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      font-weight: 500;
      font-size: 14px;
      font-family: 'PingFang SC'
}
.editor-image-wrapper .upload-wrapper .image-box .icon, .editor-image-wrapper .mobile-wrapper .image-box .icon {
        margin-right: 6px;
}
.editor-image-wrapper .upload-wrapper .image-box.drop-bg, .editor-image-wrapper .mobile-wrapper .image-box.drop-bg {
        padding: 11px 20px;
        color: #766af6;
        background:
          linear-gradient(92deg, #eef4ff 8.78%, rgba(240, 236, 255, 0.76) 51.68%, rgba(218, 231, 255, 0.49) 98.49%), #fff;
        border: 1px dashed #766af6;
        border-radius: 16px;
        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
}
.editor-image-wrapper .upload-wrapper .image-box.upload-btn, .editor-image-wrapper .mobile-wrapper .image-box.upload-btn {
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 12px 20px;
        color: #fff;
        background: linear-gradient(271deg, #766af6 0.12%, #946fff 99.88%);
        border-radius: 12px;
        cursor: pointer
}
.editor-image-wrapper .upload-wrapper .image-box.upload-btn .image-limit, .editor-image-wrapper .mobile-wrapper .image-box.upload-btn .image-limit {
          position: absolute;
          top: 4px;
          right: -176px;
          color: #8a8f99;
          font-weight: 400;
          font-size: 12px;
          cursor: auto;
}
.editor-image-wrapper .upload-wrapper .image-wrapper, .editor-image-wrapper .mobile-wrapper .image-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center
}
.editor-image-wrapper .upload-wrapper .image-wrapper .instruct, .editor-image-wrapper .mobile-wrapper .image-wrapper .instruct {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 16px;
        cursor: pointer
}
.editor-image-wrapper .upload-wrapper .image-wrapper .instruct .visible, .editor-image-wrapper .mobile-wrapper .image-wrapper .instruct .visible {
          position: absolute;
          top: -56px;
          right: -34px;
          z-index: 999
}
.editor-image-wrapper .upload-wrapper .image-wrapper .instruct .visible .instruct-input, .editor-image-wrapper .mobile-wrapper .image-wrapper .instruct .visible .instruct-input {
            box-sizing: border-box;
            width: 224px;
            max-width: 224px;
            padding: 7px 4px;
            background: #fff;
            border: 1px solid #e5e6ea;
            border: 1px solid var(----6-line, #e5e6ea);
            border-radius: 12px;
            box-shadow:
              0 4px 8px 0 rgba(0, 0, 0, 0.02),
              0 8px 16px 0 rgba(161, 167, 181, 0.16);
}
.editor-image-wrapper .upload-wrapper .image-wrapper .instruct .visible .n-input .n-input__input-el, .editor-image-wrapper .mobile-wrapper .image-wrapper .instruct .visible .n-input .n-input__input-el {
            height: auto;
            line-height: none;
}
.editor-image-wrapper .mobile-wrapper {
}
.editor-image-wrapper .mobile-wrapper .image-box {
}
.editor-image-wrapper .mobile-wrapper .image-box.upload-btn {
        width: 100%;
}
.editor-image-wrapper .mobile-wrapper .bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      margin-top: 24px;
}
.editor-image-wrapper .mobile-wrapper .image-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column
}
.editor-image-wrapper .mobile-wrapper .image-wrapper .title {
        width: 100%;
        margin-top: 24px;
        margin-bottom: 12px;
        color: #292d34;
        font-weight: 500;
        font-size: 16px;
        text-align: left
}
.editor-image-wrapper .mobile-wrapper .image-wrapper .title .desc {
          display: inline-block;
          color: #adb3be;
          font-weight: 400;
          font-size: 14px;
}
.editor-image-wrapper .mobile-wrapper .image-wrapper .instruct {
        box-sizing: border-box;
        width: 100%;
        margin-right: 0;
        padding: 11px 16px;
        background: #fff;
        border: 1.5px solid #766af6;
        border-radius: 12px;
        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05)
}
.editor-image-wrapper .mobile-wrapper .image-wrapper .instruct .instruct-input {
          font-size: 16px
}
.editor-image-wrapper .mobile-wrapper .image-wrapper .instruct .instruct-input .n-input .n-input-wrapper {
            padding: 0;
}
.editor-image-wrapper .mobile-wrapper .image-wrapper .instruct .instruct-input .n-input .n-input__input-el {
            height: auto;
            line-height: none;
}


.editor-link-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}
.editor-link-wrapper .link-wrapper,
  .editor-link-wrapper .mobile-wrapper {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.editor-link-wrapper .link-wrapper .link-input-wrapper, .editor-link-wrapper .mobile-wrapper .link-input-wrapper {
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 11px 16px;
      margin-right: 16px;
      box-sizing: border-box;
      border-radius: 12px;
      border: 1.5px solid #766af6;
      background: #fff;
      box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05)
}
.editor-link-wrapper .link-wrapper .link-input-wrapper .link-input, .editor-link-wrapper .mobile-wrapper .link-input-wrapper .link-input {
        font-size: 16px
}
.editor-link-wrapper .link-wrapper .link-input-wrapper .link-input .n-input .n-input-wrapper, .editor-link-wrapper .mobile-wrapper .link-input-wrapper .link-input .n-input .n-input-wrapper {
          padding: 0;
}
.editor-link-wrapper .link-wrapper .link-input-wrapper .link-input .n-input .n-input__input-el, .editor-link-wrapper .mobile-wrapper .link-input-wrapper .link-input .n-input .n-input__input-el {
          height: auto;
          line-height: none;
}
.editor-link-wrapper .link-wrapper .instruct, .editor-link-wrapper .mobile-wrapper .instruct {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 16px;
      cursor: pointer
}
.editor-link-wrapper .link-wrapper .instruct .visible, .editor-link-wrapper .mobile-wrapper .instruct .visible {
        position: absolute;
        right: -34px;
        top: -56px;
        width: 224px;
        z-index: 999
}
.editor-link-wrapper .link-wrapper .instruct .visible .instruct-input, .editor-link-wrapper .mobile-wrapper .instruct .visible .instruct-input {
          max-width: 224px;
          padding: 7px 4px;
          box-sizing: border-box;
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.02), 0px 8px 16px 0px rgba(161, 167, 181, 0.16);
          border-radius: 12px;
          border: 1px solid #e5e6ea;
          border: 1px solid var(----6-line, #e5e6ea);
          background: #fff;
}
.editor-link-wrapper .link-wrapper .instruct .visible .n-input .n-input__input-el, .editor-link-wrapper .mobile-wrapper .instruct .visible .n-input .n-input__input-el {
          height: auto;
          line-height: none;
}
.editor-link-wrapper .mobile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}
.editor-link-wrapper .mobile-wrapper .title {
      width: 100%;
      text-align: left;
      color: #292d34;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 12px
}
.editor-link-wrapper .mobile-wrapper .title .desc {
        display: inline-block;
        color: #adb3be;
        font-size: 14px;
        font-weight: 400;
}
.editor-link-wrapper .mobile-wrapper .link-input-wrapper {
      width: 100%;
      flex: none;
      margin-right: 0;
      margin-bottom: 24px;
}
.editor-link-wrapper .mobile-wrapper .instruct {
      width: 100%;
      padding: 11px 16px;
      box-sizing: border-box;
      border-radius: 12px;
      border: 1.5px solid #766af6;
      background: #fff;
      box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
      margin-right: 0
}
.editor-link-wrapper .mobile-wrapper .instruct .instruct-input {
        font-size: 16px
}
.editor-link-wrapper .mobile-wrapper .instruct .instruct-input .n-input .n-input-wrapper {
          padding: 0;
}
.editor-link-wrapper .mobile-wrapper .instruct .instruct-input .n-input .n-input__input-el {
          height: auto;
          line-height: none;
}
.editor-link-wrapper .mobile-wrapper .bottom {
      margin-top: 24px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: flex-end;
}


.note-item-ai-media {
  flex: 1;
  box-sizing: border-box;
  width: 0;
  padding: 10px 12px;
  background: linear-gradient(92deg, #eef4ff 8.78%, rgba(240, 236, 255, 0.76) 51.68%, rgba(218, 231, 255, 0.49) 98.49%);
  border-radius: 8px
}
.note-item-ai-media .media-icon {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc0ODQwMjc4MTIz.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.note-item-ai-media .media-info {
    flex: 1;
    width: 0;
    margin: 0 8px
}
.note-item-ai-media .media-info .media-title {
      overflow: hidden;
      color: #292d34;
      font-weight: 500;
      font-size: 14px;
      font-style: normal;
      line-height: 20px;
      white-space: nowrap;
      text-overflow: ellipsis;
      word-break: break-all;
}
.note-item-ai-media .media-info .media-progress {
      width: auto;
}
.note-item-ai-media .media-info .media-tip {
      position: relative;
      color: #8a8f99;
      font-weight: 400;
      font-size: 12px;
      line-height: 16px
}
.note-item-ai-media .media-info .media-tip.media-tip-initializing {
}
.note-item-ai-media .media-info .media-tip.media-tip-initializing::after {
          animation: dot-display 3s infinite step-start;
          content: '';
}
@keyframes dot-display {
25% {
            content: '';
}
50% {
            content: '.';
}
75% {
            content: '..';
}
100% {
            content: '...';
}
}


.editor-media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%
}
.editor-media-wrapper .upload-wrapper,
  .editor-media-wrapper .mobile-wrapper {
    flex: 1;
    width: 0
}
.editor-media-wrapper .upload-wrapper .media-box, .editor-media-wrapper .mobile-wrapper .media-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      font-weight: 500;
      font-size: 14px;
      font-family: 'PingFang SC'
}
.editor-media-wrapper .upload-wrapper .media-box .icon, .editor-media-wrapper .mobile-wrapper .media-box .icon {
        margin-right: 6px;
}
.editor-media-wrapper .upload-wrapper .media-box.drop-bg, .editor-media-wrapper .mobile-wrapper .media-box.drop-bg {
        padding: 11px 20px;
        color: #766af6;
        background:
          linear-gradient(92deg, #eef4ff 8.78%, rgba(240, 236, 255, 0.76) 51.68%, rgba(218, 231, 255, 0.49) 98.49%), #fff;
        border: 1px dashed #766af6;
        border-radius: 16px;
        box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
}
.editor-media-wrapper .upload-wrapper .media-box.upload-btn, .editor-media-wrapper .mobile-wrapper .media-box.upload-btn {
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 12px 20px;
        color: #fff;
        background: linear-gradient(271deg, #766af6 0.12%, #946fff 99.88%);
        border-radius: 12px;
        cursor: pointer
}
.editor-media-wrapper .upload-wrapper .media-box.upload-btn .media-limit, .editor-media-wrapper .mobile-wrapper .media-box.upload-btn .media-limit {
          position: absolute;
          top: 4px;
          right: -314px;
          color: #8a8f99;
          font-weight: 400;
          font-size: 12px;
          cursor: auto;
}
.editor-media-wrapper .upload-wrapper .media-wrapper, .editor-media-wrapper .mobile-wrapper .media-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
}
.editor-media-wrapper .mobile-wrapper {
}
.editor-media-wrapper .mobile-wrapper .media-box {
}
.editor-media-wrapper .mobile-wrapper .media-box.upload-btn {
        width: 100%;
}
.editor-media-wrapper .mobile-wrapper .bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: flex-end;
      margin-top: 24px;
}
.editor-media-wrapper .mobile-wrapper .media-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column
}
.editor-media-wrapper .mobile-wrapper .media-wrapper .title {
        width: 100%;
        margin-top: 24px;
        margin-bottom: 12px;
        color: #292d34;
        font-weight: 500;
        font-size: 16px;
        text-align: left
}
.editor-media-wrapper .mobile-wrapper .media-wrapper .title .desc {
          display: inline-block;
          color: #adb3be;
          font-weight: 400;
          font-size: 14px;
}


.editor-footer {
  flex-shrink: 0;
  width: calc(100% - 6px);
  /* position: absolute;
  bottom: -8px; */
  padding: 10px 6px 0;
  background: #fff
}
.editor-footer .ai-func {
    margin-left: 8px;
    color: #677084;
    font-size: 12px;
}
.editor-footer .ai-buttons {
}
.editor-footer .ai-buttons.disabled {
}
.editor-footer .ai-buttons.disabled img {
        opacity: 0.5;
}
.editor-footer .ai-buttons img {
      cursor: pointer;
      transition: 0.3s var(--n-bezier)
}
.editor-footer .ai-buttons img:not(:first-child) {
        margin-left: 12px;
}
.editor-footer .normal-buttons {
}
.editor-footer .normal-buttons i {
      box-sizing: border-box;
      padding: 0 5px;
      color: #adb3be;
      font-size: 20px;
      border-radius: 8px;
      cursor: pointer;
      transition: 0.3s var(--n-bezier)
}
.editor-footer .normal-buttons i:not(:first-child) {
        margin-left: 12px;
}
.editor-footer .normal-buttons i.icon-fangda {
        margin-left: 0;
        font-size: 16px;
}
.editor-footer .normal-buttons i:hover {
        color: #292d34;
        background: #f2f2f3;
}
.editor-footer .normal-buttons i.is-active {
        color: #292d34;
        background: #f2f2f3;
}
.editor-footer .icon-fasong {
    font-size: 20px;
}
.editor-footer .n-switch .n-switch__rail {
    background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#dbdbdb));
    background: linear-gradient(180deg, #dbdbdb 0%, #dbdbdb 100%);
}
.editor-footer .n-switch--active {
}
.editor-footer .n-switch--active .n-switch__rail {
      background: -webkit-gradient(linear, left top, left bottom, from(#9d7bff), to(#766af6));
      background: linear-gradient(180deg, #9d7bff 0%, #766af6 100%);
}
@media (max-width: 410px) {
.editor-footer {
}
.editor-footer .icon-xiahuaxian {
      display: none;
}
}


.editor-wrapper {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 72px;
  padding: 20px 20px 14px 14px;
  background: #fff;
  /* border-radius: 16px; */
  border: 1.5px solid transparent;
  transition: border-color 0.3s var(--n-bezier)
}
.editor-wrapper .create-note-header {
    position: absolute;
    top: -50px;
    right: 20px;
    left: 20px;
}
.editor-wrapper.image-link-bg {
    padding: 12px 16px;
}
.editor-wrapper.editor-media {
    padding: 12px 16px;
}
.editor-wrapper.editor-link {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.editor-wrapper.grow {
    animation: animation-grow 0.3s forwards;
}
.editor-wrapper.shrink {
    animation: animation-shrink 0.3s forwards;
}
@keyframes animation-grow {
0% {
      width: 0;
      opacity: 0;
}
50% {
      opacity: 1;
}
100% {
      width: 100%;
      opacity: 1;
}
}
@keyframes animation-shrink {
0% {
      width: 100%;
      opacity: 1;
}
50% {
      opacity: 0;
}
100% {
      width: 0;
      opacity: 0;
}
}
.editor-wrapper .fangda-position {
    position: absolute;
    top: 20px;
    right: 16px;
    z-index: 40;
    padding: 0 5px;
    color: #adb3be;
    cursor: pointer;
    transition: 0.3s var(--n-bezier)
}
.editor-wrapper .fangda-position:hover {
      color: #292d34;
      background: #f2f2f3;
      border-radius: 8px;
}
.editor-wrapper.mini {
    border-radius: 16px
}
.editor-wrapper.mini .editor-inner {
}
.editor-wrapper.mini .editor-inner .tiptap {
        height: auto;
        min-height: 72px;
        max-height: 440px;
}
.editor-wrapper.expand {
    padding-top: 0
}
.editor-wrapper.expand .editor-inner {
}
.editor-wrapper.expand .editor-inner .tiptap {
        height: calc(100vh - var(--header-height) - 143px);
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
}
.editor-wrapper .note-edit-title {
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 24px;
    border: none;
}
.editor-wrapper .editor-tags {
    /* margin-bottom: 16px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 10px
}
.editor-wrapper .editor-tags * {
      box-sizing: border-box;
}
.editor-wrapper .editor-tags .label {
      color: #8a8f99;
      font-size: 14px;
}
.editor-wrapper .editor-tags .note-tag-item {
      cursor: pointer
}
.editor-wrapper .editor-tags .note-tag-item:not(:last-child) {
        margin-right: 8px;
}
.editor-wrapper .resize-enter-active,
  .editor-wrapper .resize-leave-active {
    transition: height 0.3s ease;
}
.editor-wrapper .resize-enter, .editor-wrapper .resize-leave-to /* .resize-leave-active in <2.1.8 */ {
    height: 40px;
}
.editor-wrapper .aie-content {
    padding: 4px 10px;
}


.editor-entry-wrapper {
  width: 100%;
  height: 100%
}
.editor-entry-wrapper .editor-text {
    transition: box-shadow 0.3s var(--n-bezier)
}
.editor-entry-wrapper .editor-text:hover {
      box-shadow:
        0 4px 8px 0 rgba(0, 0, 0, 0.02),
        0 8px 16px 0 rgba(161, 167, 181, 0.16);
}
.editor-entry-wrapper .title-text {
    margin: 36px 0 12px;
    margin-bottom: 12px;
    color: #adb3be;
    font-weight: 500;
    font-size: 16px;
}
.editor-entry-wrapper .editor-entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}
.editor-entry-wrapper .editor-entry-content.content-bg {
      background: #fff;
}
@keyframes grow {
0% {
        height: auto;
        opacity: 1;
}
50% {
        opacity: 1;
}
100% {
        height: 0;
        opacity: 0;
}
}
@keyframes shrink {
0% {
        height: 0;
        opacity: 0;
}
50% {
        opacity: 1;
}
100% {
        height: auto;
        opacity: 1;
}
}
.editor-entry-wrapper .editor-entry-content .item {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex: 1;
      align-items: center;
      box-sizing: border-box;
      height: 78px;
      padding: 14px 20px;
      background: #fff;
      border-radius: 16px;
      cursor: pointer;
      transition: box-shadow 0.3s var(--n-bezier)
}
.editor-entry-wrapper .editor-entry-content .item .icon {
        width: 42px;
        height: 42px;
        margin-right: 12px;
        border-radius: 50%;
}
.editor-entry-wrapper .editor-entry-content .item .title {
        display: block;
        color: #111418;
        font-weight: 500;
        font-size: 16px;
}
.editor-entry-wrapper .editor-entry-content .item .desc {
        display: block;
        margin-top: 4px;
        color: #8a8f99;
        font-weight: 400;
        font-size: 12px;
}
.editor-entry-wrapper .editor-entry-content .item .ai-icon {
        position: absolute;
        top: 0;
        right: 0;
        width: 26px;
        height: 16px;
}
.editor-entry-wrapper .editor-entry-content .item:hover {
        box-shadow:
          0 4px 8px 0 rgba(0, 0, 0, 0.02),
          0 8px 16px 0 rgba(161, 167, 181, 0.16);
}
.editor-entry-wrapper .import-link {
    margin: 0 12px;
}
.editor-entry-wrapper .error-card-list {
    margin-top: 20px
}
.editor-entry-wrapper .error-card-list .error-center {
      margin-top: 10px;
      color: #ff6a41
}
.editor-entry-wrapper .error-card-list .error-center .processing-text {
        color: #ff6a41;
        font-weight: 400;
        font-size: 14px;
}
.editor-entry-wrapper .pending-list {
    margin-top: 12px;
    padding: 16px;
    color: #292d34;
    font-weight: bold;
    font-size: 16px;
    background: #fff;
    border-radius: 16px;
}
@media (max-width: 1023px) {
.editor-entry-wrapper {
}
.editor-entry-wrapper .editor-entry-content {
      display: block
}
.editor-entry-wrapper .editor-entry-content .item {
        margin: 0
}
.editor-entry-wrapper .editor-entry-content .item:not(:first-child) {
          margin-top: 12px;
}
}


.home-app-modal[data-v-699e0e4f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden
}
.home-app-modal .home-app-modal-container[data-v-699e0e4f] {
}
.home-app-modal .home-app-modal-container .flex-scroll-content[data-v-699e0e4f] {
      height: min(80vh, 610px);
}

  /* header */
.home-app-modal .home-app-modal-container .home-app-modal-header[data-v-699e0e4f] {
      margin-bottom: 24px
}
.home-app-modal .home-app-modal-container .home-app-modal-header .modal-header-icon[data-v-699e0e4f] {
        background: url('https://piccdn2.umiwi.com/fe-oss/default/MTczMTk4NzA2ODcz.png')
          no-repeat center center / contain;
        width: 186x;
        height: 170px;
}
.home-app-modal .home-app-modal-container .home-app-modal-header .modal-header-title[data-v-699e0e4f] {
        color: #111418;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
}

  /* content */
.home-app-modal .home-app-modal-container .home-app-modal-content[data-v-699e0e4f] {
}
.home-app-modal .home-app-modal-container .home-app-modal-content .modal-content-title[data-v-699e0e4f] {
        margin-bottom: 8px;
        color: #111418;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
}
.home-app-modal .home-app-modal-container .home-app-modal-content .modal-content-desc[data-v-699e0e4f] {
        color: #292d34;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
}

  /* intro */
.home-app-modal .home-app-modal-container .home-app-modal-intro[data-v-699e0e4f] {
      margin-top: 16px;
      padding: 20px;
      border-radius: 16px;
      background: #f5f7fa
}
.home-app-modal .home-app-modal-container .home-app-modal-intro .modal-intro-title[data-v-699e0e4f] {
        margin-bottom: 18px;
        color: #111418;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
}
.home-app-modal .home-app-modal-container .home-app-modal-intro .modal-intro-item[data-v-699e0e4f] {
        margin-bottom: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
}
.home-app-modal .home-app-modal-container .home-app-modal-intro .modal-intro-item .item-icon[data-v-699e0e4f] {
          width: 16px;
          height: 16px;
}
.home-app-modal .home-app-modal-container .home-app-modal-intro .modal-intro-item .item-title[data-v-699e0e4f] {
          margin-left: 8px;
          color: #111418;
          font-size: 12px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
}
.home-app-modal .home-app-modal-container .home-app-modal-intro .modal-intro-desc[data-v-699e0e4f] {
        margin-bottom: 24px;
        color: #677084;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%
}

  /* 19.2px */
.home-app-modal .home-app-modal-container .home-app-modal-intro .modal-intro-desc.last-desc[data-v-699e0e4f] {
          margin-bottom: 0;
}

  /* button */
.home-app-modal .home-app-modal-container .confirm-btn[data-v-699e0e4f] {
      margin: 24px auto 0;
      padding: 10px 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 260px;
      border-radius: 12px;
      color: #fff;
      background: #292d34;
      cursor: pointer;
      transition: 0.3s var(--n-bezier)
}
.home-app-modal .home-app-modal-container .confirm-btn .confirm-text[data-v-699e0e4f] {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 112.5% */
}
@media (max-width: 1023px) {
.home-app-modal[data-v-699e0e4f] {
}
.home-app-modal .home-app-modal-container[data-v-699e0e4f] {
}
.home-app-modal .home-app-modal-container .flex-scroll-content[data-v-699e0e4f] {
        height: min(65vh, 610px);
}
}


.home-app-modal.modal-prompt {
  padding: 16px 0px 24px;
}


.note-header-old[data-v-4877109a] {
  flex-shrink: 0;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}
.note-header-old .header-title[data-v-4877109a] {
    margin-right: 16px;
    color: #111418;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer
}
.note-header-old .header-title .icon-arrow[data-v-4877109a] {
      margin-left: 2px;
}
.note-header-old .header-buttons[data-v-4877109a] {
    position: relative;
    margin-right: 19px
}
.note-header-old .header-buttons[data-v-4877109a] .n-button {
      --n-color: transparent !important;
      --n-border: none !important;
}
.note-header-old .header-buttons .refresh-bubble[data-v-4877109a] {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      position: absolute;
      left: 2px;
      bottom: -32px;
      z-index: 999;
      padding: 4px 12px;
      box-sizing: border-box;
      border-radius: 2px;
      background: #1d2129;
      color: #fff;
      font-size: 14px;
      font-weight: 400
}
.note-header-old .header-buttons .refresh-bubble .triangle[data-v-4877109a] {
        position: absolute;
        top: -12px;
        display: inline-block;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-bottom-color: #1d2129;
}
.note-header-old .header-crumb[data-v-4877109a] {
    margin-right: 11px;
}
.note-header-old .search-input[data-v-4877109a] {
    flex-grow: 1;
}
.note-header-old .note-create-header[data-v-4877109a] {
    height: 100%;
    width: 100%;
    background: #fff;
}


.note-home-page {
}
.note-home-page.bg {
    background: #fff;
}
.note-home-page .note-page-main {
    flex: 1;
    margin: 0 auto;
    padding: 0 14px;
}
.note-home-page .note-page-header {
    padding: 0 6px;
}
.note-home-page .note-list-wrap {
    height: calc(100% - var(--header-height));
}
.note-home-page .note-list-scroller {
    margin-top: 12px;
}
@media (max-width: 1023px) {
.note-home-page .note-list-wrap {
      height: 100%;
}
}
.note-home-page .app-error-page {
    margin: 50px 0;
}
.note-home-page .loading-container {
    margin-top: 100px;
}


.note-original-content[data-v-58ac1e0c] {
}
.note-original-content .web-detail[data-v-58ac1e0c] {
    height: 100%
}
.note-original-content .web-detail .web-title[data-v-58ac1e0c] {
      margin: 0 0 16px;
      color: #111418;
      font-weight: 600;
      font-size: 24px;
}
.note-original-content .web-detail .sentence-item[data-v-58ac1e0c] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      gap: 10px;
      font-size: 17px;
      line-height: 26px
}
.note-original-content .web-detail .sentence-item[data-v-58ac1e0c]:not(:last-child) {
        margin-bottom: 16px;
}
.note-original-content .web-detail .sentence-item .sentence-index[data-v-58ac1e0c] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        color: #1d2129;
        font-size: 12px;
        line-height: 1;
        border-radius: 50%;
}
.note-original-content .web-detail .sentence-item .sentence-speaker[data-v-58ac1e0c] {
        padding: 3px 6px;
        color: #8a8f99;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        background: #f5f7fa;
        border-radius: 8px
}
.note-original-content .web-detail .sentence-item .sentence-speaker.sentence-speaker-custome[data-v-58ac1e0c] {
          padding: 3px 0;
          background: transparent;
}
.note-original-content .web-detail .sentence-item .sentence-starttime[data-v-58ac1e0c] {
        color: #8a8f99;
        font-weight: 500;
        font-size: 14px;
}
.note-original-content .web-detail .sentence-item .sentence-playing-icon[data-v-58ac1e0c] {
        width: 18px;
        height: 18px;
}
.note-original-content .web-detail .sentence-content[data-v-58ac1e0c] {
      padding-left: calc(22px + 10px);
}
.note-original-content .web-detail .sentence-resource[data-v-58ac1e0c] {
      width: 100%;
      border-radius: 6px;
}
.note-original-content .web-detail[data-v-58ac1e0c]  {
}
.note-original-content .web-detail[data-v-58ac1e0c] p {
        font-size: 16px;
        line-height: 180%;
}
.note-original-content .web-detail[data-v-58ac1e0c] img {
        max-width: 100%;
}
.note-original-content .web-loading[data-v-58ac1e0c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    justify-content: center;
    place-content: center center;
    height: 400px;
}
.note-original-content .web-empty[data-v-58ac1e0c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    place-content: center center
}
.note-original-content .web-empty .empty-image[data-v-58ac1e0c] {
      width: 268px;
      margin: 0 auto 40px;
}
.note-original-content .web-empty .empty-title[data-v-58ac1e0c] {
      margin-bottom: 17px;
      color: #5e636d;
      font-size: 14px;
      line-height: 160%;
      text-align: center;
}


.note-original-page {
  background: #fff
}
.note-original-page .note-page-main {
    flex: 1;
    margin: 0 auto;
    padding: 0 24px;
}


.note-main[data-v-68bd4d62] {
  height: calc(100% - 26px)
}
.note-main .note-main-container[data-v-68bd4d62] {
    height: 100%
}
.note-main .note-main-container .note-title[data-v-68bd4d62] {
      margin-bottom: 8px;
      padding: 0 15px;
      color: #111418;
      font-weight: 600;
      font-size: 24px;
      font-style: normal;
      line-height: normal;
}
.note-main .note-main-container .note-resource[data-v-68bd4d62] {
      margin: 0 0 8px;
      padding: 0 15px;
      color: #8a8f99;
      font-weight: 400;
      font-size: 14px;
      font-style: normal;
      line-height: 160%
}

  /* 22.4px */
.note-main .note-main-container .note-resource .res-title[data-v-68bd4d62] {
        color: #6884c8;
        cursor: pointer;
}
.note-main .note-main-container .note-update-time[data-v-68bd4d62] {
      margin: 0 0 8px;
      padding: 0 15px;
      color: #8a8f99;
      font-weight: 400;
      font-size: 14px;
      font-style: normal;
      line-height: 160%; /* 22.4px */
}
.note-main .note-main-container .note-main-body[data-v-68bd4d62] {
      overflow-y: hidden
}
.note-main .note-main-container .note-main-body[data-v-68bd4d62] .tiptap {
        height: auto;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
}


.note-detail-page {
  background: #fff
}
.note-detail-page .app-page {
    height: calc(100% - 76px)
}
.note-detail-page .app-page.from-app {
}
.note-detail-page .app-page.from-app .note-main {
        height: calc(100% - 2px);
}
.note-detail-page .note-page-main {
    flex: 1;
    margin: 0 auto;
    padding: 0 24px
}
.note-detail-page .note-page-main .note-content-wrap {
      overflow: hidden;
}
.note-detail-page .note-item-ai,
  .note-detail-page .note-ref-wrap {
    margin: 0 15px;
}
.note-add-btn {
  position: relative
}
.note-add-btn .hover-bubble {
    position: absolute;
    bottom: -50px;
    left: -50%;
    z-index: 999;
    box-sizing: border-box;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 12px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    background: #1d2129;
    border-radius: 2px;
}
.note-add-btn .triangle {
    position: absolute;
    top: -4px;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #1d2129;
    border-left: 5px solid transparent;
    transform: translateX(-50%);
}
.note-preview-update-time {
  margin: 3px 0;
  color: #8a8f99;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 22px
}

/* 157.143% */
.note-preview-update-time:not(:first-child) {
    margin-top: 12px;
}


.markdown-renderer {
  color: #292d34;
  font-size: 16px;
  line-height: 180%;
  -webkit-user-select: text;
          user-select: text
}
.markdown-renderer aie-header {
    display: none;
}
.markdown-renderer .aie-content {
    padding: 0;
}
.markdown-renderer .aie-content table {
    min-width: 100% !important
}
.markdown-renderer .aie-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none
}

  /* Firefox */
.markdown-renderer .aie-content table::-webkit-scrollbar {
      /* Chrome, Safari and Opera */
      display: none;
}
.markdown-renderer aie-footer {
    display: none !important;
}


.note-original-page {
  background: #fff
}
.note-original-page .note-page-main {
    flex: 1;
    margin: 0 auto;
    padding: 0 24px
}
.note-original-page .note-page-main .note-content-wrap {
}


.note-search-page {
}
.note-search-page .note-page-main {
    margin: 0 auto;
    padding: 0 20px;
    flex: 1;
}
.note-search-page .note-list-wrap {
    height: calc(100% - var(--header-height));
}


.note-original-page {
  background: #fff
}
.note-original-page .note-page-main {
    flex: 1;
    margin: 0 auto;
    padding: 0 24px;
}


.layout-drawer-content[data-v-e60715de] {
}
.layout-drawer-content .user-info[data-v-e60715de] {
    margin-top: 28px
}
.layout-drawer-content .user-info .user-avatar[data-v-e60715de] {
      flex-shrink: 0;
      overflow: hidden;
      background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0, 20%)), to(rgb(0, 0, 0, 20%)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
      border-radius: 64px;
}
.layout-drawer-content .user-info .user-nickname[data-v-e60715de] {
      margin-left: 12px;
      color: #111418;
      font-weight: 500;
      font-size: 20px;
      font-style: normal;
      line-height: normal;
}
.layout-drawer-content .button-group[data-v-e60715de] {
    margin-top: 35px
}
.layout-drawer-content .button-group .button-item[data-v-e60715de] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 14px;
      padding: 12px 0
}
.layout-drawer-content .button-group .button-item .iconfont[data-v-e60715de] {
        margin-top: -3px;
        color: #292d34;
        font-size: 18px;
}
.layout-drawer-content .button-group .button-icon[data-v-e60715de] {
      width: 20px;
      height: 20px;
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMDc2ODA3NjEz.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover
}
.layout-drawer-content .button-group .button-icon.export[data-v-e60715de] {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzYwNjA0NTgw.png');
}
.layout-drawer-content .button-group .button-icon.wx-app[data-v-e60715de] {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTcyMDEwOTUw.png');
}
.layout-drawer-content .button-group .button-icon.download-app[data-v-e60715de] {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTczMzQ3MTc1NDYz.png');
}
.layout-drawer-content .button-group .button-icon.callback[data-v-e60715de] {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTcyMDExMDE0.png');
}
.layout-drawer-content .button-group .button-icon.logout[data-v-e60715de] {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTcyMDEwOTg3.png');
}
.layout-drawer-content .button-group .button-text[data-v-e60715de] {
      margin-left: 12px;
      color: #292d34;
      font-weight: 500;
      font-size: 16px;
      font-style: normal;
      line-height: normal
}
.layout-drawer-content .button-group .button-text.logout[data-v-e60715de] {
        color: #ff6a41;
}


.kurisu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 358px;
  pointer-events: auto;
}


.note-header-audio-player[data-v-32d91135] {
  padding: 8.5px 20px;
  background: #f5f7fa;
  -webkit-user-select: none;
          user-select: none
}
.note-header-audio-player.note-header-audio-player-fixed[data-v-32d91135] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}
.audio-player-content[data-v-32d91135] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}
.audio-player-content .audio-player-play-btn[data-v-32d91135] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    padding: 0;
    background: #e5e6ea;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease
}
.audio-player-content .audio-player-play-btn[data-v-32d91135]:disabled {
      cursor: not-allowed;
      opacity: 0.5;
}
.audio-player-content .audio-player-play-btn .audio-player-icon[data-v-32d91135] {
      width: 8px;
}
.audio-player-content .audio-player-time[data-v-32d91135] {
    color: #86909c;
    font-size: 12px;
}
.audio-player-content .audio-player-progress-container[data-v-32d91135] {
    flex: 1;
    margin: 0 8px;
    padding: 8px 0
}
.audio-player-content .audio-player-progress-container .audio-player-progress-bar[data-v-32d91135] {
      position: relative;
      height: 4px;
      background: #e5e6ea;
      border-radius: 2px;
      cursor: pointer
}

/* 增加拖拽区域的点击范围 */
.audio-player-content .audio-player-progress-container .audio-player-progress-bar[data-v-32d91135]::before {
        position: absolute;
        top: -8px;
        right: 0;
        bottom: -8px;
        left: 0;
        content: '';
}
.audio-player-content .audio-player-progress-container .audio-player-progress-bar .audio-player-progress-fill[data-v-32d91135] {
        height: 100%;
        background: #adb3be;
        border-radius: 2px;
        transition: width 0.1s ease;
        pointer-events: none
}
.audio-player-content .audio-player-progress-container .audio-player-progress-bar .audio-player-progress-fill.audio-player-progress-fill-dragging[data-v-32d91135] {
          transition: none;
}

/* 拖拽时禁用文本选择 */
.audio-player-content.dragging[data-v-32d91135] {
    -webkit-user-select: none;
            user-select: none;
}


.note-header-image[data-v-285306b4] {
  width: 100%;
  max-height: 60vh;
  background-color: #fff
}
.note-header-image.note-header-image-fixed[data-v-285306b4] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 0;
}
.note-header-image .carousel-img[data-v-285306b4] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.note-header-image .custom-dots[data-v-285306b4] {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 0 8px;
    background: rgba(102, 102, 102, 0.3);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(1.5px);
            backdrop-filter: blur(1.5px)
}
.note-header-image .custom-dots .custom-dots-text[data-v-285306b4] {
      color: #fff;
      font-size: 12px;
      line-height: 120%;
      letter-spacing: 1px;
}


.hevue-imgpreview-wrap .he-img-wrap {
  background: rgba(0, 0, 0, 0.85) !important;
}


.note-header-link-image[data-v-69d3a576] {
  position: relative;
  display: block;
  width: 100%;
  height: 168px;
  text-decoration: none;
  background-color: #f5f5f5
}
.note-header-link-image.note-header-link-image-fixed[data-v-69d3a576] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 0;
}
.note-header-link-image .grident-bg[data-v-69d3a576] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.34%, rgb(0, 0, 0, 0%)), color-stop(99.65%, rgb(0, 0, 0, 70%)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.34%, rgba(0, 0, 0, 0.7) 99.65%);
}
.note-header-link-image .carousel-img[data-v-69d3a576] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.note-header-link-image .url[data-v-69d3a576] {
    position: absolute;
    bottom: 53px;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 20px 0 28px;
    overflow: hidden;
    color: #c9cdd4;
    font-size: 12px;
    line-height: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.note-header-link-image .link-info[data-v-69d3a576] {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 20px 20px
}
.note-header-link-image .link-info .link-info-content[data-v-69d3a576] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 8px;
      align-items: center;
      padding: 4px 8px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      background: rgba(29, 33, 41, 0.3);
      border-radius: 100px;
      -webkit-backdrop-filter: blur(2px);
              backdrop-filter: blur(2px)
}
.note-header-link-image .link-info .link-info-content .icon[data-v-69d3a576] {
        flex-grow: 0;
        flex-shrink: 0;
        width: 18px;
        height: 18px;
}
.note-header-link-image .link-info .link-info-content .title[data-v-69d3a576] {
        flex: 1;
        min-width: 0;
        overflow: hidden;
        color: #c9cdd4;
        font-size: 12px;
        line-height: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
}


/* stylelint-disable selector-class-pattern */
.tag-icon[data-v-61af1f1d] {
  width: 12px;
  height: 12px;
  background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjA1NDA1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
.tag-icon.weread[data-v-61af1f1d] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjM3NzIw.png');
}
.tag-icon.flomo[data-v-61af1f1d] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjQwMDU3.png');
}
.tag-icon.dd[data-v-61af1f1d] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjQxNzE1.png');
}
.tag-icon.obsidian[data-v-61af1f1d] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjQzMTY5.png');
}
.tag-icon.ai_image[data-v-61af1f1d] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzE5MTk4Mzk3.png');
}
.tag-icon.ai_link[data-v-61af1f1d] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzE5MjAwMTYz.png');
}
.tag-icon.ai_audio[data-v-61af1f1d] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzE5MTk4MzUy.png');
}
.tag-icon.knowledge[data-v-61af1f1d] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc0MzM5MzI3OTkx.png');
}


.scroll-viewer[data-v-ba41b85c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%
}
.scroll-viewer .title-wrapper[data-v-ba41b85c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    gap: 2px;
    align-items: center;
    color: #8a8f99;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px
}
.scroll-viewer .title-wrapper .icon[data-v-ba41b85c] {
      width: 16px;
      height: 16px
}
.scroll-viewer .title-wrapper .icon img[data-v-ba41b85c] {
        width: 100%;
        height: 100%;
}
.scroll-viewer .view-wrapper[data-v-ba41b85c] {
    position: relative;
    flex: 1;
    width: 0
}
.scroll-viewer .view-wrapper .scroll-viewer-arrow[data-v-ba41b85c] {
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 20;
      display: block;
      width: 16px;
      height: 16px;
      background: url('https://piccdn2.umiwi.com/fe-oss/default/MTc1MTAxMTMxNjc1.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transform: translateY(-50%);
      content: '';
}
.scroll-viewer .view-wrapper .scroll-viewer-grident[data-v-ba41b85c] {
      position: absolute;
      top: 0;
      right: -1px;
      z-index: 10;
      display: block;
      width: 68px;
      height: 100%;
      background: -webkit-gradient(linear, right top, left top, color-stop(36.96%, #fff), to(rgb(255, 255, 255, 0%)));
      background: linear-gradient(270deg, #fff 36.96%, rgba(255, 255, 255, 0) 100%);
      opacity: 1;
      transition: opacity 0.3s ease;
      content: '';
      pointer-events: none
}
.scroll-viewer .view-wrapper .scroll-viewer-grident.hidden[data-v-ba41b85c] {
        opacity: 0;
}
.scroll-viewer .view-wrapper .scroll-viewer-grident.thinner[data-v-ba41b85c] {
        width: 34px;
}
.scroll-viewer .view-wrapper .view-items[data-v-ba41b85c] {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      gap: 8px;
      width: 100%;
      padding-right: 24px;
      overflow-x: auto;
      overflow-y: hidden;
      overflow: auto hidden;
      scrollbar-width: none; /* firefox */
      -ms-overflow-style: none
}
.scroll-viewer .view-wrapper .view-items[data-v-ba41b85c]::-webkit-scrollbar {
        display: none;
}
.scroll-viewer .view-wrapper .view-items .view-item[data-v-ba41b85c] {
        padding: 3px 0;
        color: #86909c;
        font-size: 13px;
        line-height: 18px;
        white-space: nowrap;
        border-radius: 1000px
}
.scroll-viewer .view-wrapper .view-items .view-item.has-background[data-v-ba41b85c] {
          padding: 3px 8px;
          background: #f5f7fa;
}


.note-header-relate-info[data-v-3e3c3ce0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 20px
}
.note-header-relate-info .title[data-v-3e3c3ce0] {
    margin: 0;
    color: #1d2129;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%; /* 33px */
}
.note-header-relate-info .note-tag-list[data-v-3e3c3ce0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}
.note-header-relate-info .note-tag-list .note-tag-item[data-v-3e3c3ce0] {
      /* margin-bottom: 8px; */
      cursor: pointer
}
.note-header-relate-info .note-tag-list .note-tag-item[data-v-3e3c3ce0]:not(:last-child) {
        /* margin-right: 8px; */
}
.note-header-relate-info .note-tag-list .note-tag-item.topic[data-v-3e3c3ce0] {
        color: #1d2129;
}
.note-header-relate-info .time[data-v-3e3c3ce0] {
    /* margin-top: 20px; */
}
.note-header-relate-info .tags-wrapper[data-v-3e3c3ce0] {
    /* margin-top: 20px; */
}
.note-header-relate-info .topic-wrapper[data-v-3e3c3ce0] {
    /* margin-top: 20px; */
}


.note-share-original-content[data-v-6b6c1a2a] {
}
.note-share-original-content .note-loading-wrapper[data-v-6b6c1a2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    padding: 0 20px;
}
.note-share-original-content .note-error-wrap[data-v-6b6c1a2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}
.note-share-original-content .note-error-wrap .error-image[data-v-6b6c1a2a] {
      width: 268px;
}
.note-share-original-content .note-error-wrap .error-text[data-v-6b6c1a2a] {
      margin-top: 29px;
      color: #5e636d;
      font-weight: 400;
      font-size: 14px;
      line-height: 160%; /* 22.4px */
}
.note-share-original-content .note-error-wrap .error-refresh-btn[data-v-6b6c1a2a] {
      margin-top: 10px;
      padding: 8px 20px;
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      text-align: center;
      background: #292d34;
      border-radius: 12px;
      cursor: pointer;
}
.note-share-original-content .sentence-item[data-v-6b6c1a2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 17px;
    line-height: 26px
}
.note-share-original-content .sentence-item[data-v-6b6c1a2a]:not(:last-child) {
      margin-bottom: 16px;
}
.note-share-original-content .sentence-item .sentence-index[data-v-6b6c1a2a] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      color: #1d2129;
      font-size: 12px;
      line-height: 1;
      border-radius: 50%;
}
.note-share-original-content .sentence-item .sentence-speaker[data-v-6b6c1a2a] {
      padding: 3px 6px;
      color: #8a8f99;
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      background: #f5f7fa;
      border-radius: 8px
}
.note-share-original-content .sentence-item .sentence-speaker.sentence-speaker-custome[data-v-6b6c1a2a] {
        padding: 3px 0;
        background: transparent;
}
.note-share-original-content .sentence-item .sentence-starttime[data-v-6b6c1a2a] {
      color: #8a8f99;
      font-weight: 500;
      font-size: 14px
}
.note-share-original-content .sentence-item .sentence-starttime.sentence-starttime-playing[data-v-6b6c1a2a] {
        color: #305ef5;
}
.note-share-original-content .sentence-item .sentence-playing-icon[data-v-6b6c1a2a] {
      width: 18px;
      height: 18px;
}
.note-share-original-content .sentence-content[data-v-6b6c1a2a] {
    padding-left: calc(22px + 10px);
    font-size: 17px;
    line-height: 26px
}
.note-share-original-content .sentence-content.sentence-content-playing[data-v-6b6c1a2a] {
      color: #305ef5;
}
.note-share-original-content .sentence-resource[data-v-6b6c1a2a] {
    width: 100%;
    border-radius: 6px;
}
.note-share-original-content[data-v-6b6c1a2a]  {
}
.note-share-original-content[data-v-6b6c1a2a] p {
      font-size: 17px;
      line-height: 26px;
}
.note-share-original-content[data-v-6b6c1a2a] img {
      max-width: 100%;
}
.note-share-original-content .web-loading[data-v-6b6c1a2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    justify-content: center;
    place-content: center center;
    height: 400px;
}
.note-share-original-content .web-empty[data-v-6b6c1a2a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    place-content: center center
}
.note-share-original-content .web-empty .empty-image[data-v-6b6c1a2a] {
      width: 268px;
      margin: 20px auto 40px;
}
.note-share-original-content .web-empty .empty-title[data-v-6b6c1a2a] {
      margin-bottom: 17px;
      color: #5e636d;
      font-size: 14px;
      line-height: 160%;
      text-align: center;
}


.card-audio[data-v-09d9a274] {
  padding: 12px;
  background: #f5f7fa;
  border-radius: 8px
}
.card-audio .audio-player-content[data-v-09d9a274] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.card-audio .audio-player-content .audio-player-play-btn[data-v-09d9a274] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      margin-right: 8px;
      padding: 0;
      background: #fff;
      border: none;
      border-radius: 50%;
      cursor: pointer
}
.card-audio .audio-player-content .audio-player-play-btn .audio-player-icon[data-v-09d9a274] {
        width: 100%;
        height: 100%;
}
.card-audio .audio-player-content .audio-player-time[data-v-09d9a274] {
      color: #1d2129;
      font-size: 13px;
      line-height: 120%;
}


.card-image[data-v-0226c918] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%
}
.card-image .img-item[data-v-0226c918] {
    width: calc((100% - 16px) / 3);
    max-width: 120px;
    max-height: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    aspect-ratio: 1/1;
}
.card-image .remaining-images-count[data-v-0226c918] {
    position: absolute;
    right: 4px;
    bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    background: rgba(102, 102, 102, 0.6);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(1.5px);
            backdrop-filter: blur(1.5px)
}
.card-image .remaining-images-count .remaining-images-count-plus[data-v-0226c918] {
      margin-right: 2px;
      margin-bottom: 2px;
}


.card-link[data-v-98e936ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 12px;
  background: #f5f7fa;
  border-radius: 8px
}
.card-link .img-icon[data-v-98e936ec] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer
}
.card-link .img-icon .favicon[data-v-98e936ec] {
      width: 100%;
      height: 100%;
}
.card-link .title[data-v-98e936ec] {
    color: #1d2129;
    font-size: 13px;
    line-height: 120%;
}


.note-card[data-v-d6b0c6d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border: 1px solid #e5e6ea;
  border-radius: 20px
}
.note-card .title[data-v-d6b0c6d0] {
    margin: 0;
    color: #1d2129;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
}
.note-card .content[data-v-d6b0c6d0] {
    display: -webkit-box;
    overflow: hidden;
    color: #1d2129;
    font-size: 15px;
    line-height: 160%;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.note-card .footer[data-v-d6b0c6d0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.note-card .footer .time[data-v-d6b0c6d0] {
      color: #adb3be;
      font-size: 13px;
      line-height: 120%;
}


.append-note-list[data-v-4cd8b58d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* stylelint-disable selector-class-pattern */
.n-tabs-tab {
  font-size: 16px !important;
}
.n-tabs-tab__label {
  color: #8a8f99 !important;
}
.n-tabs-tab--active .n-tabs-tab__label {
  color: #1d2129 !important;
  font-weight: 500 !important;
}
.n-tab-pane {
  padding-top: 20px !important;
}
.n-tabs .n-tabs-nav.n-tabs-nav--line-type .n-tabs-bar {
  border-radius: 1px !important;
}
.note-tabs-common .append-note-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.note-tabs-common .append-note-label {
  margin-right: 4px;
}
.note-tabs-common .append-note-count {
  font-size: 12px;
}

/* stylelint-disable selector-class-pattern */
.n-tabs-tab {
  font-size: 16px !important;
}
.n-tabs-tab__label {
  color: #8a8f99 !important;
}
.n-tabs-tab--active .n-tabs-tab__label {
  color: #1d2129 !important;
  font-weight: 500 !important;
}
.n-tab-pane {
  padding-top: 20px !important;
}
.n-tabs .n-tabs-nav.n-tabs-nav--line-type .n-tabs-bar {
  border-radius: 1px !important;
}
.note-tabs-common .append-note-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.note-tabs-common .append-note-label {
  margin-right: 4px;
}
.note-tabs-common .append-note-count {
  font-size: 12px;
}

/* stylelint-disable selector-class-pattern */
.n-tabs-tab {
  font-size: 16px !important;
}
.n-tabs-tab__label {
  color: #8a8f99 !important;
}
.n-tabs-tab--active .n-tabs-tab__label {
  color: #1d2129 !important;
  font-weight: 500 !important;
}
.n-tab-pane {
  padding-top: 20px !important;
}
.n-tabs .n-tabs-nav.n-tabs-nav--line-type .n-tabs-bar {
  border-radius: 1px !important;
}
.note-tabs-common .append-note-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.note-tabs-common .append-note-label {
  margin-right: 4px;
}
.note-tabs-common .append-note-count {
  font-size: 12px;
}

/* stylelint-disable selector-class-pattern */
.n-tabs-tab {
  font-size: 16px !important;
}
.n-tabs-tab__label {
  color: #8a8f99 !important;
}
.n-tabs-tab--active .n-tabs-tab__label {
  color: #1d2129 !important;
  font-weight: 500 !important;
}
.n-tab-pane {
  padding-top: 20px !important;
}
.n-tabs .n-tabs-nav.n-tabs-nav--line-type .n-tabs-bar {
  border-radius: 1px !important;
}
.note-tabs-common .append-note-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.note-tabs-common .append-note-label {
  margin-right: 4px;
}
.note-tabs-common .append-note-count {
  font-size: 12px;
}

/* stylelint-disable selector-class-pattern */
.n-tabs-tab {
  font-size: 16px !important;
}
.n-tabs-tab__label {
  color: #8a8f99 !important;
}
.n-tabs-tab--active .n-tabs-tab__label {
  color: #1d2129 !important;
  font-weight: 500 !important;
}
.n-tab-pane {
  padding-top: 20px !important;
}
.n-tabs .n-tabs-nav.n-tabs-nav--line-type .n-tabs-bar {
  border-radius: 1px !important;
}
.note-tabs-common .append-note-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.note-tabs-common .append-note-label {
  margin-right: 4px;
}
.note-tabs-common .append-note-count {
  font-size: 12px;
}


.note-ref-content-wrapper[data-v-1d640f81] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 12px
}
.note-ref-content-wrapper .note-ref[data-v-1d640f81] {
    display: -webkit-box;
    padding-left: 9px;
    overflow: hidden;
    color: #292d34;
    font-size: 16px;
    line-height: 180%;
    white-space: pre-line;
    white-space: pre-wrap;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
    border-left: 4px solid #e5e6ea
}
.note-ref-content-wrapper .note-ref.ref-light[data-v-1d640f81] {
      color: #8a8f99;
      font-weight: 400;
      font-size: 14px;
      font-style: normal;
      line-height: 180%; /* 25.2px */
}

/* stylelint-disable selector-class-pattern */
.n-tabs-tab {
  font-size: 16px !important;
}
.n-tabs-tab__label {
  color: #8a8f99 !important;
}
.n-tabs-tab--active .n-tabs-tab__label {
  color: #1d2129 !important;
  font-weight: 500 !important;
}
.n-tab-pane {
  padding-top: 20px !important;
}
.n-tabs .n-tabs-nav.n-tabs-nav--line-type .n-tabs-bar {
  border-radius: 1px !important;
}
.note-tabs-common .append-note-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.note-tabs-common .append-note-label {
  margin-right: 4px;
}
.note-tabs-common .append-note-count {
  font-size: 12px;
}


.note-main[data-v-2e27eca6] {
  width: 100%;
  padding: 0 20px 140px; /* 底部 140px 是为了给防止悬浮按钮遮挡最底部内容 */
}


.save-success-modal[data-v-55f98ab3] {
  box-sizing: border-box;
  width: 300px;
  padding: 24px 20px;
  background-color: #fff;
  border-radius: 16px
}
.save-success-modal .modal-content[data-v-55f98ab3] {
    text-align: center
}
.save-success-modal .modal-content .title[data-v-55f98ab3] {
      margin-bottom: 8px;
      color: #1d2129;
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
}
.save-success-modal .modal-content .subtitle[data-v-55f98ab3] {
      margin-bottom: 20px;
      color: #677084;
      font-size: 14px;
      line-height: 20px;
}
.save-success-modal .modal-content .button-container[data-v-55f98ab3] {
}
.save-success-modal .modal-content .button-container .view-note-button[data-v-55f98ab3] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 36px;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        background-color: #1d2129;
        border: none;
        border-radius: 12px;
        cursor: pointer;
}


.n-modal-mask {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}


.share-fixed-bar[data-v-6662f46e] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 774px;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #fff
}
.share-fixed-bar .share-fixed-bar-container[data-v-6662f46e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 4px
}
.share-fixed-bar .share-fixed-bar-container .share-fixed-bar-logo[data-v-6662f46e] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 8px;
      align-items: center
}
.share-fixed-bar .share-fixed-bar-container .share-fixed-bar-logo .logo-left[data-v-6662f46e] {
        height: 20px;
}
.share-fixed-bar .share-fixed-bar-container .share-fixed-bar-logo .logo-right[data-v-6662f46e] {
        height: 16px;
}
.share-fixed-bar .share-fixed-bar-container .share-fixed-bar-info[data-v-6662f46e] {
      color: #86909c;
      font-size: 12px;
      line-height: 1;
}
.share-fixed-bar .extra-operation[data-v-6662f46e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    gap: 8px;
    align-items: center;
}
.share-fixed-bar .open-default-browser-modal[data-v-6662f46e] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6)
}
.share-fixed-bar .open-default-browser-modal img[data-v-6662f46e] {
      position: fixed;
      right: 0;
      z-index: 9999999;
      width: 300px;
      height: 90px;
      margin-right: 20px;
}
.share-fixed-footer[data-v-6662f46e] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 52px
}
.share-fixed-footer .grident-bg[data-v-6662f46e] {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 110px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255, 0%)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    pointer-events: none;
}
.share-fixed-footer .share-fixed-footer-content[data-v-6662f46e] {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    align-items: center
}
.share-fixed-footer .share-fixed-footer-content .ai-kurisu[data-v-6662f46e],
    .share-fixed-footer .share-fixed-footer-content .open-app-to-check[data-v-6662f46e] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      gap: 8px;
      align-items: center;
      justify-content: center;
      height: 50px;
      padding: 0 28px;
      background-color: #fff;
      border-radius: 40px;
      box-shadow: 0 6px 16px 0 rgba(47, 50, 53, 0.14)
}
.share-fixed-footer .share-fixed-footer-content .ai-kurisu > span[data-v-6662f46e], .share-fixed-footer .share-fixed-footer-content .open-app-to-check > span[data-v-6662f46e] {
        color: #1d2129;
        font-size: 14px;
}
.share-fixed-footer .share-fixed-footer-content .ai-kurisu[data-v-6662f46e] {
}
.share-fixed-footer .share-fixed-footer-content .ai-kurisu > img[data-v-6662f46e] {
        width: 17px;
}


.note-share-detail-page[data-v-fd9754c6] {
  max-width: 774px;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  background: #fff
}
.note-share-detail-page[data-v-fd9754c6] .aie-resize-wrapper {
    justify-content: center;
    width: 100%;
}
.note-share-detail-page .note-skeleton[data-v-fd9754c6] {
    margin: 20px auto 0;
    padding: 0 20px;
}
.note-share-detail-page .note-error-wrap[data-v-fd9754c6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}
.note-share-detail-page .note-error-wrap .error-image[data-v-fd9754c6] {
      width: 268px;
}
.note-share-detail-page .note-error-wrap .error-text[data-v-fd9754c6] {
      margin-top: 29px;
      color: #5e636d;
      font-weight: 400;
      font-size: 14px;
      line-height: 160%; /* 22.4px */
}
.note-share-detail-page .note-error-wrap .error-refresh-btn[data-v-fd9754c6] {
      margin-top: 10px;
      padding: 8px 20px;
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      text-align: center;
      background: #292d34;
      border-radius: 12px;
      cursor: pointer;
}
.note-share-detail-page .note-content-wrap[data-v-fd9754c6] {
    margin: 0 auto;
    background-color: #fff
}
.note-share-detail-page .note-content-wrap .note-share-save[data-v-fd9754c6] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      gap: 10px;
      align-items: center;
      justify-content: center;
      padding: 5px 12px;
      color: #fff;
      font-size: 12px;
      background: #1d2129;
      border-radius: 100px;
      cursor: pointer
}
.note-share-detail-page .note-content-wrap .note-share-save.note-share-save-disabled[data-v-fd9754c6] {
        background-color: rgba(17, 20, 24, 0.5);
        cursor: not-allowed;
}
.note-share-detail-page .note-content-wrap .note-header-relate-info-wrap[data-v-fd9754c6] {
      position: relative;
      /* z-index: 10; */
      background-color: #fff;
}
.note-share-detail-page .note-content-wrap .note-main-body[data-v-fd9754c6] {
      position: relative;
      /* z-index: 10; */
      background-color: #fff;
}


.note-web[data-v-8f1338a0] {
}
.note-web .web-detail[data-v-8f1338a0] {
    height: 100%
}
.note-web .web-detail .web-title[data-v-8f1338a0] {
      margin: 0;
      font-size: 24px;
      color: #111418;
      font-weight: 600;
}
.note-web .web-detail .web-source-url[data-v-8f1338a0] {
      margin-top: 8px;
      color: #8a8f99;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%
}
  /* 22.4px */
.note-web .web-detail .web-source-url span[data-v-8f1338a0] {
        color: #6884c8;
        font-weight: 500;
        text-decoration: underline;
        cursor: pointer;
}
.note-web .web-detail[data-v-8f1338a0]  {
}
.note-web .web-detail[data-v-8f1338a0] p {
        font-size: 16px;
        line-height: 180%;
}
.note-web .web-detail[data-v-8f1338a0] img {
        max-width: 100%;
}
.note-web .web-loading[data-v-8f1338a0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 400px;
}
.note-web .web-empty[data-v-8f1338a0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center
}
.note-web .web-empty .empty-image[data-v-8f1338a0] {
      margin: 0 auto 40px auto;
      width: 268px;
}
.note-web .web-empty .empty-title[data-v-8f1338a0] {
      margin-bottom: 17px;
      text-align: center;
      color: #5e636d;
      font-size: 14px;
      line-height: 160%;
}
.note-web .web-empty .empty-button[data-v-8f1338a0] {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto;
}


.note-website-page {
  background: #fff
}
.note-website-page .note-page-main {
    flex: 1;
    margin: 0 auto;
    padding: 0 24px
}
.note-website-page .note-page-main .note-content-wrap {
}


.note-item-ai-link {
  padding: 10px 12px;
  border-radius: 8px;
  box-sizing: border-box;
  background: linear-gradient(
    92deg,
    #eef4ff 8.78%,
    rgba(240, 236, 255, 0.76) 51.68%,
    rgba(218, 231, 255, 0.49) 98.49%
  );
  cursor: pointer
}
.note-item-ai-link:hover {
    background: rgba(118, 106, 246, 0.12);
}
.note-item-ai-link .link-icon {
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://piccdn2.umiwi.com/fe-oss/default/MTcyMTYzOTg0MDYw.png);
    flex-shrink: 0;
}
.note-item-ai-link .link-title {
    margin-left: 8px;
    color: #766af6;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    word-break: break-all;
    flex: 1;
}


.note-main[data-v-6dc15574] {
  height: calc(100% - 26px)
}
.note-main .note-content[data-v-6dc15574] {
    margin-top: 10px;
    margin-bottom: 12px;
    color: #292d34;
    font-size: 16px;
    line-height: 180%;
}
.note-main .note-main-container[data-v-6dc15574] {
    height: 100%
}
.note-main .note-main-container .note-title[data-v-6dc15574] {
      margin-bottom: 8px;
      color: #111418;
      font-weight: 600;
      font-size: 24px;
      font-style: normal;
      line-height: normal;
}
.note-main .note-main-container .note-resource[data-v-6dc15574] {
      margin: 0 0 8px;
      color: #8a8f99;
      font-weight: 400;
      font-size: 14px;
      font-style: normal;
      line-height: 160%
}

  /* 22.4px */
.note-main .note-main-container .note-resource .res-title[data-v-6dc15574] {
        color: #6884c8;
        cursor: pointer;
}
.note-main .note-main-container .note-update-time[data-v-6dc15574] {
      margin: 0 0 8px;
      color: #8a8f99;
      font-weight: 400;
      font-size: 14px;
      font-style: normal;
      line-height: 160%; /* 22.4px */
}
.note-main .note-main-container .note-main-body[data-v-6dc15574] {
      overflow-y: hidden
}
.note-main .note-main-container .note-main-body.app[data-v-6dc15574] {
}
.note-main .note-main-container .note-main-body.app .note-title[data-v-6dc15574] {
          margin-top: 20px;
}
.note-main .note-main-container .note-main-body[data-v-6dc15574] .tiptap {
        height: auto;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
}


.post-preview-page {
  background: #fff
}
.post-preview-page .app-page {
    height: calc(100% - 76px)
}
.post-preview-page .app-page.from-app {
}
.post-preview-page .app-page.from-app .note-main {
        height: calc(100% - 2px);
}
.post-preview-page .note-page-main {
    flex: 1;
    margin: 0 auto;
    padding: 0 24px
}
.post-preview-page .note-page-main .note-content-wrap {
      overflow: hidden;
}
.note-add-btn {
  position: relative
}
.note-add-btn .hover-bubble {
    position: absolute;
    bottom: -50px;
    left: -50%;
    z-index: 999;
    box-sizing: border-box;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 12px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    background: #1d2129;
    border-radius: 2px;
}
.note-add-btn .triangle {
    position: absolute;
    top: -4px;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #1d2129;
    border-left: 5px solid transparent;
    transform: translateX(-50%);
}
.note-preview-update-time {
  margin: 3px 0;
  color: #8a8f99;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 22px
}

/* 157.143% */
.note-preview-update-time:not(:first-child) {
    margin-top: 12px;
}


.post-preview-page {
  background: #fff
}
.post-preview-page .app-page {
    height: calc(100% - 76px)
}
.post-preview-page .app-page.from-app {
}
.post-preview-page .app-page.from-app .note-main {
        height: calc(100% - 2px);
}
.post-preview-page .note-page-main {
    flex: 1;
    margin: 0 auto;
    padding: 0 24px
}
.post-preview-page .note-page-main .note-content-wrap {
      overflow: hidden;
}
.note-add-btn {
  position: relative
}
.note-add-btn .hover-bubble {
    position: absolute;
    bottom: -50px;
    left: -50%;
    z-index: 999;
    box-sizing: border-box;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 12px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    background: #1d2129;
    border-radius: 2px;
}
.note-add-btn .triangle {
    position: absolute;
    top: -4px;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #1d2129;
    border-left: 5px solid transparent;
    transform: translateX(-50%);
}
.note-preview-update-time {
  margin: 3px 0;
  color: #8a8f99;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 22px
}

/* 157.143% */
.note-preview-update-time:not(:first-child) {
    margin-top: 12px;
}


.note-web[data-v-3e3be01a] {
}
.note-web .web-detail[data-v-3e3be01a] {
    height: 100%
}
.note-web .web-detail .web-title[data-v-3e3be01a] {
      margin: 0;
      font-size: 24px;
      color: #111418;
      font-weight: 600;
}
.note-web .web-detail .web-source-url[data-v-3e3be01a] {
      margin-top: 8px;
      color: #8a8f99;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%
}
  /* 22.4px */
.note-web .web-detail .web-source-url span[data-v-3e3be01a] {
        color: #6884c8;
        font-weight: 500;
        text-decoration: underline;
        cursor: pointer;
}
.note-web .web-detail[data-v-3e3be01a]  {
}
.note-web .web-detail[data-v-3e3be01a] p {
        font-size: 16px;
        line-height: 180%;
}
.note-web .web-detail[data-v-3e3be01a] img {
        max-width: 100%;
}
.note-web .web-loading[data-v-3e3be01a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 400px;
}
.note-web .web-empty[data-v-3e3be01a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center
}
.note-web .web-empty .empty-image[data-v-3e3be01a] {
      margin: 0 auto 40px auto;
      width: 268px;
}
.note-web .web-empty .empty-title[data-v-3e3be01a] {
      margin-bottom: 17px;
      text-align: center;
      color: #5e636d;
      font-size: 14px;
      line-height: 160%;
}
.note-web .web-empty .empty-button[data-v-3e3be01a] {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto;
}


.note-website-page {
  background: #fff
}
.note-website-page .note-page-main {
    flex: 1;
    margin: 0 auto;
    padding: 0 24px
}
.note-website-page .note-page-main .note-content-wrap {
}


.post-preview-page {
  background: #fff
}
.post-preview-page .app-page {
    height: calc(100% - 76px)
}
.post-preview-page .app-page.from-app {
}
.post-preview-page .app-page.from-app .note-main {
        height: calc(100% - 2px);
}
.post-preview-page .note-page-main {
    flex: 1;
    margin: 0 auto;
    padding: 0 24px
}
.post-preview-page .note-page-main .note-content-wrap {
      overflow: hidden;
}
.note-add-btn {
  position: relative
}
.note-add-btn .hover-bubble {
    position: absolute;
    bottom: -50px;
    left: -50%;
    z-index: 999;
    box-sizing: border-box;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 12px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    background: #1d2129;
    border-radius: 2px;
}
.note-add-btn .triangle {
    position: absolute;
    top: -4px;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #1d2129;
    border-left: 5px solid transparent;
    transform: translateX(-50%);
}
.note-preview-update-time {
  margin: 3px 0;
  color: #8a8f99;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 22px
}

/* 157.143% */
.note-preview-update-time:not(:first-child) {
    margin-top: 12px;
}


.note-website-page {
  background: #fff
}
.note-website-page .note-page-main {
    margin: 0 auto;
    padding: 0 24px;
    flex: 1
}
.note-website-page .note-page-main .note-content-wrap {
}


.content-wrap[data-v-7c11b830] {
  padding: 0 20px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}


.modal-prompt[data-v-b82d27e6] {
  width: 464px;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  box-sizing: border-box;
  font-family: "PingFang SC"
}
.modal-prompt .title[data-v-b82d27e6] {
    font-weight: 500;
    font-size: 16px;
    color: #111418;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}
.modal-prompt .title .icon[data-v-b82d27e6] {
      font-size: 20px;
      color: #ff7d00;
      margin-right: 8px;
}
.modal-prompt .content[data-v-b82d27e6] {
    font-size: 14px;
    color: #1d2129;
    line-height: 22px;
    margin-top: 24px;
    text-align: center;
}
.modal-prompt .tips[data-v-b82d27e6]{
    font-size: 12px;
    color: #677084;
    text-align: center;
}
.modal-prompt .button-group[data-v-b82d27e6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 8px
}
.modal-prompt .button-group .confirm[data-v-b82d27e6] {
      border: 0;
      background-color: #292d34;
      color: #fff;
      font-size: 14px;
      border-radius: 2px;
      padding: 5px 16px;
      cursor: pointer;
}
.modal-prompt .button-group .cancel[data-v-b82d27e6] {
      border: 0;
      padding: 5px 16px;
      color: #4e5969;
      font-size: 14px;
      margin-right: 8px;
      border-radius: 2px;
      cursor: pointer;
}
@media (max-width: 1023px) {
.modal-prompt[data-v-b82d27e6] {
    width: 350px;
    padding: 16px
}
.modal-prompt .content[data-v-b82d27e6] {
      margin-top: 12px;
      font-size: 13px;
}
.modal-prompt .button-group[data-v-b82d27e6] {
      margin-top: 20px;
}
}


.export-note-wrap[data-v-028b592f] {
  margin-top: 16px;
  padding: 22px;
  border-radius: 16px;
  background: #fff
}
.export-note-wrap .export-tip[data-v-028b592f] {
    margin-bottom: 22px;
    color: #292d34;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}
.export-note-wrap .export-tip .export-tip-desc[data-v-028b592f] {
      margin-top: 8px;
      font-weight: 400;
}
.export-note-wrap .loading-wrap[data-v-028b592f] {
    display: inline-block;
    padding: 10px 20px;
    color: #ff6a41;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    border-radius: 12px;
    background: rgba(255, 106, 65, 0.1);
}
.export-note-wrap .export-wrap[data-v-028b592f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.export-note-wrap .export-wrap .sync-tip[data-v-028b592f] {
      margin-left: 16px;
      color: #8a8f99;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
}
.export-note-wrap .export-wrap .download-tip[data-v-028b592f] {
      margin-left: 16px;
      color: #ff6a41;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      flex-shrink: 0;
      cursor: pointer;
}


.flomo-rules-wrapper[data-v-00baea3c] {
  margin-top: 32px;
  width: 100%
}
.flomo-rules-wrapper .item[data-v-00baea3c] {
    margin-bottom: 16px;
    color: #292d34;
    font-family: 'PingFang SC';
    font-size: 16px;
    font-weight: 400;
    line-height: 160%
}
.flomo-rules-wrapper .item .href-text[data-v-00baea3c] {
      color: #5182ff;
}
.flomo-rules-wrapper .image[data-v-00baea3c] {
    width: 100%
}
.flomo-rules-wrapper .image .img[data-v-00baea3c] {
      width: 100%;
      min-width: 520px;
      border-radius: 16px;
}


.upload-tip[data-v-18fcf0d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  pointer-events: none
} /* 忽略子元素的 dragleave 事件 */
.upload-tip .tip-image[data-v-18fcf0d0] {
}
.upload-tip .tip-text[data-v-18fcf0d0] {
    color: #292d34;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

  /* 22.4px */
.upload-tip .tip-text.reselect[data-v-18fcf0d0] {
      color: #8a8f99;
      cursor: pointer;
      pointer-events: auto;
}
.upload-tip .tip-text .highlight[data-v-18fcf0d0] {
      color: #ff6a41;
}


.flomo-sync-note[data-v-8d7cf1a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}
.flomo-sync-note .upload-area[data-v-8d7cf1a0] {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    border: 1.5px dashed #adb3be;
    cursor: pointer;
    pointer-events: auto;
}
.flomo-sync-note .upload-btn[data-v-8d7cf1a0] {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
    border-radius: 12px;
    color: #adb3be;
    background: #f2f2f3;
    cursor: pointer;
    transition: 0.3s var(--n-bezier)
}
.flomo-sync-note .upload-btn.uploaded[data-v-8d7cf1a0] {
      color: #fff;
      background: #292d34;
}
.flomo-sync-note .upload-btn .btn-text[data-v-8d7cf1a0] {
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 18px; /* 112.5% */
}
.flomo-sync-note .upload-btn .btn-desc[data-v-8d7cf1a0] {
      margin-top: 2px;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px; /* 150% */
}


.flomo-sync-modal.modal-prompt {
  padding: 40px;
}


.import-data-item[data-v-0bffd49b] {
  max-width: 1000px;
  color: #292d34;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  /* cursor: pointer; */

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.import-data-item[data-v-0bffd49b]:not(:last-child) {
    margin-bottom: 8px;
}
.import-data-item .item-status[data-v-0bffd49b] {
    margin-right: 8px;
    cursor: auto
}
.import-data-item .item-status.skipped[data-v-0bffd49b] {
      color: #6884c8;
}
.import-data-item .item-status.success[data-v-0bffd49b] {
      color: #00b42a;
}
.import-data-item .item-status.failed[data-v-0bffd49b] {
      color: #f53f3f;
}


.sync-records-modal {
  margin-top: -43px
}
.sync-records-modal .modal-title {
    margin-bottom: 20px;
    color: #111418;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.5px;
}
.sync-records-modal .modal-content {
    margin-top: 12px;
    width: 100%;
    height: 400px;
}


.import-note-wrapper[data-v-10f742ef] {
}
.import-note-wrapper .box-wrapper[data-v-10f742ef] {
    padding: 40px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #fff;
    margin-bottom: 48px;
}
  /* 导入中 */
.import-note-wrapper .importing[data-v-10f742ef] {
}
.import-note-wrapper .importing .title[data-v-10f742ef] {
      color: #111418;
      font-size: 20px;
      font-weight: 500
}
.import-note-wrapper .importing .title .percent[data-v-10f742ef] {
        color: #ff6a41;
        font-weight: 500;
}
.import-note-wrapper .importing .progress-bar[data-v-10f742ef] {
      position: relative;
      margin: 16px 0 0px 0;
      width: 100%;
      height: 24px;
      border-radius: 6px;
      background: #f2f2f3
}
.import-note-wrapper .importing .progress-bar .bar[data-v-10f742ef] {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        border-radius: 6px;
        background: #ff6a41;
}
.import-note-wrapper .importing .import-progress[data-v-10f742ef] {
      margin-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      justify-content: space-around;
      align-items: center
}
.import-note-wrapper .importing .import-progress .import-progress-item[data-v-10f742ef] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 120px;
}
.import-note-wrapper .importing .import-progress .item-count[data-v-10f742ef] {
        color: #111418;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
}
.import-note-wrapper .importing .import-progress .item-text[data-v-10f742ef] {
        margin-top: 2px;
        color: #677084;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 19.2px */
}
.import-note-wrapper .importing .import-data[data-v-10f742ef] {
      margin-top: 20px;
      padding: 16px;
      width: 100%;
      height: 270px;
      border-radius: 12px;
      border: 1px solid #e5e6ea;
      background: #fff;
}
  /* 导入完成 */
.import-note-wrapper .import-complete[data-v-10f742ef] {
}
.import-note-wrapper .import-complete .title[data-v-10f742ef] {
      margin-bottom: 32px;
      color: #111418;
      font-size: 24px;
      font-weight: 500
}
.import-note-wrapper .import-complete .title .percent[data-v-10f742ef] {
        color: #ff6a41;
        font-weight: 500;
}
.import-note-wrapper .import-complete .import-question[data-v-10f742ef] {
      width: 100%;
      max-width: 600px
}
.import-note-wrapper .import-complete .import-question .question-title[data-v-10f742ef] {
        color: #292d34;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%; /* 28.8px */
}
.import-note-wrapper .import-complete .import-question .question-desc[data-v-10f742ef] {
        margin-top: 9px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        color: #677084;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%; /* 25.2px */
        flex-wrap: wrap
}
.import-note-wrapper .import-complete .import-question .question-desc img[data-v-10f742ef] {
          margin: 0 8px;
}
@media (max-width: 1023px) {
.import-note-wrapper[data-v-10f742ef] {
}
.import-note-wrapper .box-wrapper[data-v-10f742ef] {
      margin-bottom: 32px;
      padding: 24px 16px;
}
.import-note-wrapper .importing[data-v-10f742ef] {
}
.import-note-wrapper .importing .title[data-v-10f742ef] {
        font-size: 18px;
}
.import-note-wrapper .import-complete[data-v-10f742ef] {
}
.import-note-wrapper .import-complete .title[data-v-10f742ef] {
        margin-bottom: 12px;
        font-size: 18px;
}
}


.rules-wrapper[data-v-98e3ea82] {
  margin-top: 16px;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 16px;
  background: rgba(81, 130, 255, 0.10)
}
.rules-wrapper .title[data-v-98e3ea82], .rules-wrapper .item[data-v-98e3ea82] {
    color: #292D34;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.rules-wrapper .title[data-v-98e3ea82] {
    line-height: 22px;
    margin-bottom: 12px;
}
.rules-wrapper .item[data-v-98e3ea82] {
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 6px
}
.rules-wrapper .item .point[data-v-98e3ea82] {
      display: inline-block;
      height: 4px;
      width: 4px;
      border-radius: 50%;
      background-color: #292D34;
      margin-right: 8px;
}


.import-note-wrapper[data-v-176b2f2a] {
}
.import-note-wrapper .box-wrapper[data-v-176b2f2a] {
    padding: 40px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #FFF;
    margin-bottom: 48px;
}
.import-note-wrapper .loading[data-v-176b2f2a] {
    min-height: 370px;
}
.import-note-wrapper .importing[data-v-176b2f2a] {
}
.import-note-wrapper .importing .title[data-v-176b2f2a] {
      color: #111418;
      font-size: 20px;
      font-weight: 500
}
.import-note-wrapper .importing .title .percent[data-v-176b2f2a] {
        color: #FF6A41;
        font-weight: 500;
}
.import-note-wrapper .importing .progress-bar[data-v-176b2f2a] {
      position: relative;
      margin: 16px 0 28px 0;
      width: 100%;
      height: 24px;
      border-radius: 6px;
      background: #F2F2F3
}
.import-note-wrapper .importing .progress-bar .bar[data-v-176b2f2a] {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        border-radius: 6px;
        background: #FF6A41;
}
.import-note-wrapper .importing .tips[data-v-176b2f2a] {
}
.import-note-wrapper .importing .tips .title[data-v-176b2f2a] {
        text-align: center;
        margin-bottom: 12px;
        color: #111418;
        font-size: 18px;
        font-weight: 500;
}
.import-note-wrapper .importing .tips .text[data-v-176b2f2a] {
        color: #292D34;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px
}
.import-note-wrapper .importing .tips .text .point[data-v-176b2f2a] {
          position: relative;
          top: -4px;
          margin-right: 8px;
          display: inline-block;
          height: 4px;
          width: 4px;
          border-radius: 50%;
          background-color: #292D34;
}
.import-note-wrapper .importing .tips .text .strong[data-v-176b2f2a] {
          display: inline-block;
          color: #292D34;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
}
.import-note-wrapper .import-complete[data-v-176b2f2a] {
}
.import-note-wrapper .import-complete .title[data-v-176b2f2a] {
      margin-bottom: 16px;
      color: #111418;
      font-size: 24px;
      font-weight: 500
}
.import-note-wrapper .import-complete .title .percent[data-v-176b2f2a] {
        color: #FF6A41;
        font-weight: 500;
}
.import-note-wrapper .import-complete .text[data-v-176b2f2a] {
      color: #677084;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px
}
.import-note-wrapper .import-complete .text.qa[data-v-176b2f2a] {
        color: #292D34;
        line-height: 26px;
        margin-bottom: 40px;
}
.import-note-wrapper .import-complete .logo[data-v-176b2f2a] {
      margin: 43px 0 50px 0;
}
.import-note-wrapper .import-complete .right-icon[data-v-176b2f2a] {
      margin-left: 8px;
}
@media (max-width: 1023px) {
.import-note-wrapper[data-v-176b2f2a] {
}
.import-note-wrapper .box-wrapper[data-v-176b2f2a] {
      margin-bottom: 32px;
      padding: 24px 16px;
}
.import-note-wrapper .importing[data-v-176b2f2a] {
}
.import-note-wrapper .importing .title[data-v-176b2f2a] {
        font-size: 18px;
}
.import-note-wrapper .import-complete[data-v-176b2f2a] {
}
.import-note-wrapper .import-complete .title[data-v-176b2f2a] {
        margin-bottom: 12px;
        font-size: 18px;
}
.import-note-wrapper .import-complete .logo[data-v-176b2f2a] {
        margin: 24px 0;
}
.import-note-wrapper .import-complete .text[data-v-176b2f2a] {
}
.import-note-wrapper .import-complete .text.qa[data-v-176b2f2a] {
          margin-bottom: 24px;
}
}


.import-note-wrapper[data-v-65c4e87b] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
  gap: 12px;
  width: 100%;
  margin-top: 16px
}
.import-note-wrapper .platform-item[data-v-65c4e87b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: #fff;
    border-radius: 16px;
    cursor: pointer;
    transition: box-shadow 0.3s var(--n-bezier)
}
.import-note-wrapper .platform-item[data-v-65c4e87b]:hover {
      box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.05);
}
.import-note-wrapper .platform-item .icon[data-v-65c4e87b] {
      width: 48px;
      margin-right: 16px;
}
.import-note-wrapper .platform-item .text[data-v-65c4e87b] {
      flex: 1
}
.import-note-wrapper .platform-item .text .name[data-v-65c4e87b] {
        color: #111418;
        font-weight: 500;
        font-size: 18px;
}
.import-note-wrapper .platform-item .text .desc[data-v-65c4e87b] {
        color: #c8cfda;
        font-weight: 400;
        font-size: 14px;
}
.import-note-wrapper .platform-item.not-support[data-v-65c4e87b] {
}
.import-note-wrapper .platform-item.not-support .text[data-v-65c4e87b] {
}
.import-note-wrapper .platform-item.not-support .text .name[data-v-65c4e87b] {
          color: #c8cfda;
}
.import-note-wrapper .import-wrap[data-v-65c4e87b] {
    flex: 1
}
.import-note-wrapper .import-wrap .import-text[data-v-65c4e87b] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: space-between
}
.import-note-wrapper .import-wrap .import-text .text-name[data-v-65c4e87b] {
        color: #111418;
        font-weight: 500;
        font-size: 18px;
        font-style: normal;
        line-height: normal;
}
.import-note-wrapper .import-wrap .import-text .text-desc[data-v-65c4e87b] {
        padding: 4px 8px;
        color: #677084;
        font-weight: 500;
        font-size: 12px;
        font-style: normal;
        line-height: 16px; /* 133.333% */
        border: 0.5px solid #e5e6ea;
        border-radius: 12px;
}
.import-note-wrapper .import-wrap .import-update-time[data-v-65c4e87b] {
      margin-top: 6px;
      color: #8a8f99;
      font-weight: 400;
      font-size: 12px;
      font-style: normal;
      line-height: normal;
}
@media (max-width: 1023px) {
.import-note-wrapper[data-v-65c4e87b] {
}
.import-note-wrapper .platform-item[data-v-65c4e87b] {
      padding: 16px
}
.import-note-wrapper .platform-item .icon[data-v-65c4e87b] {
        width: 36px;
        margin-right: 8px;
}
.import-note-wrapper .platform-item .text[data-v-65c4e87b] {
}
.import-note-wrapper .platform-item .text .name[data-v-65c4e87b] {
          font-size: 16px;
}
.import-note-wrapper .platform-item .text .desc[data-v-65c4e87b] {
          font-size: 12px;
}
.import-note-wrapper .import-wrap[data-v-65c4e87b] {
}
.import-note-wrapper .import-wrap .import-text[data-v-65c4e87b] {
        flex-direction: column;
        align-items: flex-start
}
.import-note-wrapper .import-wrap .import-text .text-name[data-v-65c4e87b] {
          margin-top: 3px;
          margin-left: 3px;
}
.import-note-wrapper .import-wrap .import-text .text-desc[data-v-65c4e87b] {
          margin-top: 3px;
}
.import-note-wrapper .import-wrap .import-update-time[data-v-65c4e87b] {
        display: none;
}
}


.import-tip-wrapper[data-v-0d3d6a24] {
  margin: 16px 0 48px 0;
  width: 100%;
  padding: 22px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #fff
}
.import-tip-wrapper .title[data-v-0d3d6a24] {
    color: #3D465A;
    font-size: 14px;
    font-weight: 500;
}
.import-tip-wrapper .item[data-v-0d3d6a24] {
    margin-top: 13px;
    color: #677084;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
@media (max-width: 1023px) {
.import-tip-wrapper[data-v-0d3d6a24] {
    margin: 16px 0 32px 0;
    padding: 16px;
}
}


.qr-code-mobile[data-v-55fb098e] {
}
.qr-code-mobile .wrap-step[data-v-55fb098e] {
    width: 100%;
    margin-bottom: 16px;
    color: #111418;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: normal
}
.qr-code-mobile .wrap-step.first-line[data-v-55fb098e] {
      margin-bottom: 6px;
}
.qr-code-mobile .wrap-step.tip[data-v-55fb098e] {
      color: #ff6a41; /* 使用红色系的颜色 */
}
.qr-code-mobile .wrap-desc[data-v-55fb098e] {
    width: 100%;
    margin-top: -10px;
    margin-left: 36px;
    color: #4e5969;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}
.qr-code-mobile .wrap-image[data-v-55fb098e] {
    margin-bottom: 16px
}
.qr-code-mobile .wrap-image img[data-v-55fb098e] {
      width: 100%;
      max-width: 382px;
}
.qr-code-mobile .save-qrcode-wrap[data-v-55fb098e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
}
.qr-code-mobile .open-dedao-app-wrap[data-v-55fb098e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.qr-code-pc[data-v-004c4344] {
}
.qr-code-pc .title[data-v-004c4344] {
    color: #111418;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.qr-code-pc .step-list[data-v-004c4344] {
    margin-top: 24px
}
.qr-code-pc .step-list .item[data-v-004c4344] {
}
.qr-code-pc .step-list .item .header[data-v-004c4344] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        font-weight: 600;
        font-size: 20px
}
.qr-code-pc .step-list .item .header .number[data-v-004c4344] {
          width: 37px;
          height: 28px;
          margin-right: 16px;
          color: #fff;
          line-height: 28px;
          text-align: center;
          background: #121418;
          border-radius: 8px 8px 16px;
}
.qr-code-pc .step-list .item .header .title[data-v-004c4344] {
          color: #111418;
}
.qr-code-pc .step-list .item .desc[data-v-004c4344] {
        margin-top: 1px;
        margin-left: 54px;
        color: #4e5969;
        font-weight: 400;
        font-size: 14px;
        line-height: normal;
}
.qr-code-pc .step-list .item .content[data-v-004c4344] {
        position: relative;
        margin: 20px 0 32px 50px;
        background: #f2f2f3;
        border-radius: 20px
}
.qr-code-pc .step-list .item .content[data-v-004c4344]::before {
          position: absolute;
          top: -6px;
          bottom: -18px;
          left: -34px;
          width: 0;
          border: 1px dashed rgba(103, 112, 132, 0.4);
          content: '';
}


.sync-modal[data-v-140ac617] {
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}
.sync-modal .info[data-v-140ac617] {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}
.sync-modal .info .avatar[data-v-140ac617] {
      border-radius: 50%;
      margin-right: 16px;
}
.sync-modal .info .name[data-v-140ac617] {
      color: #697997;
      font-size: 24px;
      font-weight: 600;
}
.sync-modal .desc[data-v-140ac617] {
    color: #111418;
    font-size: 16px;
    font-weight: 400
}
.sync-modal .desc .un-bind[data-v-140ac617] {
      display: inline-block;
      color: #6884c8;
      margin-left: 4px;
      cursor: pointer;
}
@media (max-width: 1023px) {
.sync-modal[data-v-140ac617] {
    padding-bottom: 8px
}
.sync-modal .info[data-v-140ac617] {
      margin: 8px 0 24px;
}
.sync-modal .desc[data-v-140ac617] {
      font-size: 14px;
}
}


.import-note-wrapper[data-v-5e1df4d4] {
}
.import-note-wrapper .box-wrapper[data-v-5e1df4d4] {
    padding: 40px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #fff;
    margin-bottom: 48px;
}
  /* 导入中 */
.import-note-wrapper .importing[data-v-5e1df4d4] {
}
.import-note-wrapper .importing .title[data-v-5e1df4d4] {
      color: #111418;
      font-size: 20px;
      font-weight: 500
}
.import-note-wrapper .importing .title .percent[data-v-5e1df4d4] {
        color: #ff6a41;
        font-weight: 500;
}
.import-note-wrapper .importing .progress-bar[data-v-5e1df4d4] {
      position: relative;
      margin: 16px 0 0px 0;
      width: 100%;
      height: 24px;
      border-radius: 6px;
      background: #f2f2f3
}
.import-note-wrapper .importing .progress-bar .bar[data-v-5e1df4d4] {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        border-radius: 6px;
        background: #ff6a41;
}
.import-note-wrapper .importing .import-progress[data-v-5e1df4d4] {
      margin-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      justify-content: space-around;
      align-items: center
}
.import-note-wrapper .importing .import-progress .import-progress-item[data-v-5e1df4d4] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 120px;
}
.import-note-wrapper .importing .import-progress .item-count[data-v-5e1df4d4] {
        color: #111418;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
}
.import-note-wrapper .importing .import-progress .item-text[data-v-5e1df4d4] {
        margin-top: 2px;
        color: #677084;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 19.2px */
}
.import-note-wrapper .importing .import-data[data-v-5e1df4d4] {
      margin-top: 20px;
      padding: 16px;
      width: 100%;
      height: 270px;
      border-radius: 12px;
      border: 1px solid #e5e6ea;
      background: #fff;
}
  /* 导入完成 */
.import-note-wrapper .import-complete[data-v-5e1df4d4] {
}
.import-note-wrapper .import-complete .title[data-v-5e1df4d4] {
      margin-bottom: 32px;
      color: #111418;
      font-size: 24px;
      font-weight: 500
}
.import-note-wrapper .import-complete .title .percent[data-v-5e1df4d4] {
        color: #ff6a41;
        font-weight: 500;
}
.import-note-wrapper .import-complete .import-question[data-v-5e1df4d4] {
      width: 100%;
      max-width: 600px
}
.import-note-wrapper .import-complete .import-question .question-title[data-v-5e1df4d4] {
        color: #292d34;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%; /* 28.8px */
}
.import-note-wrapper .import-complete .import-question .question-desc[data-v-5e1df4d4] {
        margin-top: 9px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        color: #677084;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%; /* 25.2px */
        flex-wrap: wrap
}
.import-note-wrapper .import-complete .import-question .question-desc img[data-v-5e1df4d4] {
          margin: 0 8px;
}
@media (max-width: 1023px) {
.import-note-wrapper[data-v-5e1df4d4] {
}
.import-note-wrapper .box-wrapper[data-v-5e1df4d4] {
      margin-bottom: 32px;
      padding: 24px 16px;
}
.import-note-wrapper .importing[data-v-5e1df4d4] {
}
.import-note-wrapper .importing .title[data-v-5e1df4d4] {
        font-size: 18px;
}
.import-note-wrapper .import-complete[data-v-5e1df4d4] {
}
.import-note-wrapper .import-complete .title[data-v-5e1df4d4] {
        margin-bottom: 12px;
        font-size: 18px;
}
}


.weread-rules-wrapper[data-v-b54da8c6] {
  margin-top: 32px;
  width: 100%
}
.weread-rules-wrapper .item[data-v-b54da8c6] {
    margin-bottom: 16px;
    color: #292d34;
    font-family: 'PingFang SC';
    font-size: 16px;
    font-weight: 400;
    line-height: 160%
}
.weread-rules-wrapper .item .link-text[data-v-b54da8c6] {
      color: #5182ff;
      text-decoration: underline;
      cursor: pointer;
}
.weread-rules-wrapper .item .href-text[data-v-b54da8c6] {
      color: #5182ff;
}
.weread-rules-wrapper .image[data-v-b54da8c6] {
    width: 100%
}
.weread-rules-wrapper .image .img[data-v-b54da8c6] {
      width: 100%;
      min-width: 520px;
      border-radius: 16px;
}


.weread-sync-note[data-v-e0e9e40a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}
.weread-sync-note .upload-btn[data-v-e0e9e40a] {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
    border-radius: 12px;
    color: #adb3be;
    background: #f2f2f3;
    cursor: pointer;
    transition: 0.3s var(--n-bezier)
}
.weread-sync-note .upload-btn.uploaded[data-v-e0e9e40a] {
      color: #fff;
      background: #292d34;
}
.weread-sync-note .upload-btn .btn-text[data-v-e0e9e40a] {
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 18px; /* 112.5% */
}
.weread-sync-note .upload-btn .btn-desc[data-v-e0e9e40a] {
      margin-top: 2px;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px; /* 150% */
}


.weread-sync-modal.modal-prompt {
  padding: 40px;
}
.weread-sync-note {
}
.weread-sync-note .n-input-wrapper {
    resize: none !important;
}


.sync-wrap[data-v-3d6a0bbc] {
  box-sizing: border-box
}
.sync-wrap .sync-page-main[data-v-3d6a0bbc] {
    flex: 1;
    margin: 0 auto;
    padding: 20px 20px 12px;
}
.sync-wrap .title[data-v-3d6a0bbc] {
    color: #111418;
    font-weight: 500;
    font-size: 24px;
}
@media (max-width: 1023px) {
.sync-wrap[data-v-3d6a0bbc] {
}
.sync-wrap .sync-page-main[data-v-3d6a0bbc] {
      padding: 0 20px 12px;
}
.sync-wrap .title[data-v-3d6a0bbc] {
      font-size: 18px;
}
}


.tag-item[data-v-47f391b4] {
  padding: 14px;
  border-radius: 12px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  height: 48px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border: 1.5px solid transparent;
  transition: border-color 0.3s var(--n-bezier);
  font-family: 'PingFang SC'
}
.tag-item[data-v-47f391b4]:not(:first-child) {
    margin-top: 16px;
}
.tag-item .name[data-v-47f391b4] {
    color: #292d34;
    line-height: 20px;
    font-size: 14px;
}
.tag-item .icon[data-v-47f391b4] {
    margin-right: 8px;
    color: #677084;
}
.tag-item .num[data-v-47f391b4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    right: 17px;
    color: #8a8f99;
    font-weight: 400;
    font-size: 12px
}
.tag-item .num n-icon[data-v-47f391b4] {
      color: #adb3be;
}


.current[data-v-77fd884c] {
}
.current .name[data-v-77fd884c] {
    font-weight: 600;
    color: #111418;
}
.current .icon[data-v-77fd884c] {
    color: #111418;
}


.tag-item-list-wrap {
  font-family: 'PingFang SC'
}
.tag-item-list-wrap .title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    font-family: 'PingFang SC';
    line-height: 33px;
}
.tag-item-list-wrap .tag-item {
    margin-bottom: 20px;
}


.tag-home-page[data-v-69b1b3ea] {
}
.tag-home-page .tag-page-main[data-v-69b1b3ea] {
    margin: 0 auto;
    padding: 0 20px;
    flex: 1;
    position: relative
}
.tag-home-page .tag-page-main .tag-page-empty[data-v-69b1b3ea] {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center
}
.tag-home-page .tag-page-main .tag-page-empty img[data-v-69b1b3ea] {
        display: block;
        margin: 0 auto;
}
.tag-home-page .tag-page-main .tag-page-empty .tips[data-v-69b1b3ea] {
        margin-top: 40px;
        font-size: 14px;
        color: #5e636d;
}


.note-tag-header[data-v-3a761862] {
  padding: 22px 0 16px;
  flex: 0 0 auto;
  width: 100%;
  font-family: 'PingFang SC'
}
.note-tag-header .header-title[data-v-3a761862] {
    color: #111418;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    margin-left: 0;
}
.note-tag-header .header-title-count[data-v-3a761862] {
    color: #677084;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
}
@media (max-width: 1023px) {
.note-tag-header[data-v-3a761862] {
    display: none;
}
}


.tag-home-page[data-v-8d6bb966] {
}
.tag-home-page .tag-page-main[data-v-8d6bb966] {
    margin: 0 auto;
    padding: 0 20px;
    flex: 1
}
.tag-home-page .tag-page-main .tag-page-content[data-v-8d6bb966] {
      padding-bottom: 12px;
}
.tag-home-page .tag-page-main .tag-page-empty[data-v-8d6bb966] {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center
}
.tag-home-page .tag-page-main .tag-page-empty img[data-v-8d6bb966] {
        display: block;
        margin: 0 auto;
}
.tag-home-page .tag-page-main .tag-page-empty .tips[data-v-8d6bb966] {
        margin-top: 40px;
        font-size: 14px;
        color: #5e636d;
}


.file-list[data-v-070919ef] {
}
.file-list .file-item[data-v-070919ef] {
    background-color: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.file-list .file-item img[data-v-070919ef] {
      margin-right: 12px;
}
.file-list .file-item .file-item-title[data-v-070919ef] {
      font-size: 15px;
      font-weight: 500;
      line-height: 21px;
      color: #292d34;
}
.file-list .file-item .file-item-count[data-v-070919ef] {
      font-size: 12px;
      color: #8a8f99;
}
.file-list .file-item .file-item-info[data-v-070919ef] {
      font-size: 12px;
      color: #8a8f99;
}
.file-list .no-content-wrap[data-v-070919ef] {
}
.file-list .no-content-wrap img[data-v-070919ef] {
      display: block;
      margin: 0 auto;
      margin-top: 40px;
}
.file-list .no-content-wrap .no-content-text[data-v-070919ef] {
      margin-top: 20px;
      margin-bottom: 40px;
      font-weight: 500;
      color: #292d34;
      text-align: center;
}


.follow-list[data-v-c8e46bb2] {
}
.follow-list .follow-item[data-v-c8e46bb2] {
    background-color: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.follow-list .follow-item .follow-item-logo[data-v-c8e46bb2] {
      border-radius: 8px;
      margin-right: 12px;
      overflow: hidden;
      position: relative;
      width: 36px;
      height: 36px
}
.follow-list .follow-item .follow-item-logo .DOUYIN[data-v-c8e46bb2] {
        width: 12px;
        height: 12px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTczNDQyMTM1MDU2.png');
        background-size: 100%;
}
.follow-list .follow-item .follow-item-logo img[data-v-c8e46bb2] {
        border-radius: 8px;
}
.follow-list .follow-item .follow-item-title[data-v-c8e46bb2] {
      font-size: 15px;
      font-weight: 500;
      line-height: 21px;
      color: #292d34;
}
.follow-list .follow-item .follow-item-count[data-v-c8e46bb2] {
      font-size: 12px;
      color: #8a8f99;
}
.follow-list .loading[data-v-c8e46bb2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 12px;
}
.follow-list .no-content-wrap[data-v-c8e46bb2] {
}
.follow-list .no-content-wrap img[data-v-c8e46bb2] {
      display: block;
      margin: 0 auto;
      margin-top: 40px;
}
.follow-list .no-content-wrap .no-content-text[data-v-c8e46bb2] {
      margin-top: 20px;
      margin-bottom: 40px;
      font-weight: 500;
      color: #292d34;
      text-align: center;
}


.live-list[data-v-de090928] {
  padding: 16px;
  background-color: #fff;
  border-radius: 12px;
  margin: 0 20px;
  margin-bottom: 20px
}
.live-list .live-list-title[data-v-de090928] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.live-list .live-list-title .live-list-title-text[data-v-de090928] {
      font-size: 15px;
      font-weight: 500;
      line-height: 21px;
      color: #292d34;
}
.live-list .live-list-title .live-list-title-more[data-v-de090928] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      font-size: 12px;
      color: #8a8f99
}
.live-list .live-list-title .live-list-title-more .n-icon[data-v-de090928] {
        margin-left: 4px;
}
.event[data-v-de090928] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px
}
.event .event-content[data-v-de090928] {
    flex: 1;
    margin-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.event .event-content .event-title[data-v-de090928] {
      font-size: 14px;
      font-weight: 500;
      line-height: 19.6px;
      color: #292d34
}
.event .event-content .event-title .event-sub-title[data-v-de090928] {
        font-weight: 400;
        color: #677084;
        font-size: 12px;
        margin-top: 2px;
}
.event .event-content .event-desc[data-v-de090928] {
      font-size: 12px;
      font-weight: 400;
      line-height: 16.8px;
      color: #677084;
      margin-top: 5px
}
.event .event-content .event-desc .hight-light[data-v-de090928] {
        color: #ff6a41;
        font-weight: 500;
}
.event .event-content .event-desc .liveing[data-v-de090928] {
        color: #766af6;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        line-height: 20px
}
.event .event-content .event-desc .liveing .img-icon[data-v-de090928] {
          width: 20px;
          height: 20px;
          margin-right: 4px;
          display: inline-block;
          background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTczMzQ1NDEwNzg4.png');
          background-repeat: no-repeat;
          background-position: center;
          background-size: 20px;
}
.event .event-icon[data-v-de090928] {
    width: 62px;
    height: 84px;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}
.event .event-icon .event-icon-bg[data-v-de090928] {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      -webkit-filter: blur(2px);
              filter: blur(2px);
}
.event .event-icon img[data-v-de090928] {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}
.event .event-icon .n-avatar[data-v-de090928] {
      margin-top: 5px;
}


.topic-note-list[data-v-b546b8e2] {
}
.topic-note-list .topic-note-item[data-v-b546b8e2] {
    margin-bottom: 12px;
    padding: 16px;
    background-color: #fff;
    border-radius: 12px
}
.topic-note-list .topic-note-item .topic-note-item-title[data-v-b546b8e2] {
      color: #292d34;
      font-weight: 600;
      font-size: 19px;
      line-height: 25.5px;
}
.topic-note-list .topic-note-item .link-unstart[data-v-b546b8e2] {
      color: #8a8f99;
      font-size: 14px
}
.topic-note-list .topic-note-item .link-unstart .hight-light[data-v-b546b8e2] {
        color: #ff6a41;
        font-weight: 500;
}
.topic-note-list .topic-note-item .link-started[data-v-b546b8e2] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      color: #766af6;
      font-weight: 500;
      font-size: 14px
}
.topic-note-list .topic-note-item .link-started .img-icon[data-v-b546b8e2] {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 4px;
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTczMzQ1NDEwNzg4.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
}
.topic-note-list .topic-note-item .topic-note-item-detail[data-v-b546b8e2] {
      margin-top: 8px;
      color: #292d34;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
}
.topic-note-list .topic-note-item .topic-note-item-date[data-v-b546b8e2] {
      margin-top: 12px;
      color: #adb3be;
      font-weight: 400;
      font-size: 12px;
      line-height: 15.48px;
      letter-spacing: 0.8px;
}
.topic-note-list .topic-note-item .topic-note-item-link[data-v-b546b8e2] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin-top: 10px;
      padding: 12px;
      background-color: #f5f7fa;
      border-radius: 12px
}
.topic-note-list .topic-note-item .topic-note-item-link .event-icon-link[data-v-b546b8e2] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
}
.topic-note-list .topic-note-item .topic-note-item-link .event-icon[data-v-b546b8e2] {
        position: relative;
        flex: 0 0 auto;
        width: 36px;
        height: 48px;
        margin-right: 12px;
        overflow: hidden;
        border-radius: 4px
}
.topic-note-list .topic-note-item .topic-note-item-link .event-icon .event-icon-bg[data-v-b546b8e2] {
          width: 100%;
          height: 100%;
          background-position: center;
          background-size: cover;
          -webkit-filter: blur(2px);
                  filter: blur(2px);
}
.topic-note-list .topic-note-item .topic-note-item-link .event-icon img[data-v-b546b8e2] {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          transform: translate(-50%, -50%);
}
.topic-note-list .topic-note-item .topic-note-item-link .event-icon .n-avatar[data-v-b546b8e2] {
          margin-top: 5px;
}
.topic-note-list .topic-note-item .topic-note-item-link .topic-note-item-link-title[data-v-b546b8e2] {
        color: #292d34;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
}
.topic-note-list .topic-note-item .topic-note-item-link .topic-note-item-link-desc[data-v-b546b8e2] {
        color: #84878c;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
}
.topic-note-list .topic-note-item .topic-note-item-link .n-avatar[data-v-b546b8e2] {
        flex: 0 0 auto;
        margin-right: 12px;
        background-color: #f5f7fa;
}
.topic-note-list .topic-note-item .topic-note-item-voice[data-v-b546b8e2] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin-top: 8px;
      padding: 12px;
      background-color: #f5f7fa;
      border-radius: 12px
}
.topic-note-list .topic-note-item .topic-note-item-voice img[data-v-b546b8e2] {
        margin-right: 12px;
}
.topic-note-list .topic-note-item .topic-note-item-ref[data-v-b546b8e2] {
      margin-top: 8px;
      padding-left: 12px;
      border-left: 3px solid #e5e6ea;
}
.topic-note-list .topic-note-item .topic-note-item-img[data-v-b546b8e2] {
      margin-top: 8px
}
.topic-note-list .topic-note-item .topic-note-item-img .n-image[data-v-b546b8e2] {
        background-color: #f5f7fa;
        border-radius: 8px;
}
.topic-note-list .loading[data-v-b546b8e2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    align-content: center;
    justify-content: center;
    place-content: center center;
    margin-bottom: 40px;
}
.topic-note-list .no-content-wrap[data-v-b546b8e2] {
}
.topic-note-list .no-content-wrap img[data-v-b546b8e2] {
      display: block;
      margin: 0 auto;
      margin-top: 40px;
}
.topic-note-list .no-content-wrap .no-content-text[data-v-b546b8e2] {
      margin-top: 20px;
      margin-bottom: 40px;
      color: #292d34;
      font-weight: 500;
      text-align: center;
}


.topic-note-live-list[data-v-0a1d7cbf] {
}
.topic-note-live-list .topic-note-live-item[data-v-0a1d7cbf] {
    background-color: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-title[data-v-0a1d7cbf] {
      font-size: 19px;
      font-weight: 600;
      line-height: 25.5px;
      color: #292d34;
}
.topic-note-live-list .topic-note-live-item .link-unstart[data-v-0a1d7cbf] {
      color: #8a8f99;
      font-size: 14px
}
.topic-note-live-list .topic-note-live-item .link-unstart .hight-light[data-v-0a1d7cbf] {
        color: #ff6a41;
        font-weight: 500;
}
.topic-note-live-list .topic-note-live-item .link-started[data-v-0a1d7cbf] {
      color: #766af6;
      font-size: 14px;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center
}
.topic-note-live-list .topic-note-live-item .link-started .img-icon[data-v-0a1d7cbf] {
        width: 20px;
        height: 20px;
        margin-right: 4px;
        display: inline-block;
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTczMzQ1NDEwNzg4.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-detail[data-v-0a1d7cbf] {
      margin-top: 8px;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #292d34;
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-date[data-v-0a1d7cbf] {
      font-size: 12px;
      font-weight: 400;
      line-height: 15.48px;
      color: #adb3be;
      margin-top: 12px;
      letter-spacing: 0.8px;
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-link[data-v-0a1d7cbf] {
      margin-top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      padding: 12px;
      border-radius: 12px;
      background-color: #f5f7fa
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-link .event-icon-link[data-v-0a1d7cbf] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-link .event-icon[data-v-0a1d7cbf] {
        width: 36px;
        height: 48px;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
        margin-right: 12px;
        flex: 0 0 auto
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-link .event-icon .event-icon-bg[data-v-0a1d7cbf] {
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          -webkit-filter: blur(2px);
                  filter: blur(2px);
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-link .event-icon img[data-v-0a1d7cbf] {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-link .event-icon .n-avatar[data-v-0a1d7cbf] {
          margin-top: 5px;
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-link .topic-note-live-item-link-title[data-v-0a1d7cbf] {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: #292d34;
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-link .topic-note-live-item-link-desc[data-v-0a1d7cbf] {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: #84878c;
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-link .n-avatar[data-v-0a1d7cbf] {
        flex: 0 0 auto;
        margin-right: 12px;
        background-color: #f5f7fa;
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-voice[data-v-0a1d7cbf] {
      margin-top: 8px;
      padding: 12px;
      border-radius: 12px;
      background-color: #f5f7fa;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-voice img[data-v-0a1d7cbf] {
        margin-right: 12px;
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-ref[data-v-0a1d7cbf] {
      margin-top: 8px;
      padding-left: 12px;
      border-left: 3px solid #e5e6ea;
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-img[data-v-0a1d7cbf] {
      margin-top: 8px
}
.topic-note-live-list .topic-note-live-item .topic-note-live-item-img .n-image[data-v-0a1d7cbf] {
        border-radius: 8px;
        background-color: #f5f7fa;
}
.topic-note-live-list .loading[data-v-0a1d7cbf] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 40px;
    gap: 12px;
}
.topic-note-live-list .no-content-wrap[data-v-0a1d7cbf] {
}
.topic-note-live-list .no-content-wrap img[data-v-0a1d7cbf] {
      display: block;
      margin: 0 auto;
      margin-top: 40px;
}
.topic-note-live-list .no-content-wrap .no-content-text[data-v-0a1d7cbf] {
      margin-top: 20px;
      margin-bottom: 40px;
      font-weight: 500;
      color: #292d34;
      text-align: center;
}


.subject-guest-apply[data-v-5ae9ff38] {
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 20px;
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1
}
.subject-guest-apply .lock-info[data-v-5ae9ff38] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1
}
.subject-guest-apply .lock-info .lock-info-text[data-v-5ae9ff38] {
      margin-top: 16px;
      color: #292d34;
      text-align: center;
      font-size: 15px;
      font-weight: 400;
      line-height: normal;
}
.subject-guest-apply .apply-footer[data-v-5ae9ff38] {
    padding: 20px 0 30px 0;
    width: 100%;
    flex-shrink: 0
}
.subject-guest-apply .apply-footer .apply-button[data-v-5ae9ff38] {
      padding: 11px 0;
      width: 100%;
      border-radius: 12px;
      background: #111418;
      color: #fff;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-align: center;
      cursor: pointer
}
.subject-guest-apply .apply-footer .apply-button.disabled[data-v-5ae9ff38] {
        background: #adb3be;
}
.subject-guest-apply .apply-footer .apply-text[data-v-5ae9ff38] {
      padding: 12px 0;
      color: #8a8f99;
      text-align: center;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal
}
.subject-guest-apply .apply-footer .apply-text.large[data-v-5ae9ff38] {
        font-size: 14px;
}


.searcher-area[data-v-48cd0c1c] {
  position: relative
}
.searcher-area .search-input-container[data-v-48cd0c1c] {
    flex: 1;
    /* width: 100%; */
    /* max-width: calc(100% - 80px); */
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
    /* border: 1.5px solid #fff; */
    border-radius: 12px;
    padding: 4px 12px;
    padding-top: 13px;
    transition: 0.3s var(--n-bezier);
    background: #fff
}
.searcher-area .search-input-container .search-icon[data-v-48cd0c1c] {
      width: 20px;
      height: 20px;
      margin-right: 4px;
      display: inline-block;
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTczMzQ2NjA0NTA5.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: 20px;
      margin-top: 4px;
}
.searcher-area .search-input-container.v2[data-v-48cd0c1c] {
      /* border-color: #9d7bff; */
}
.searcher-area .search-input-container.focus[data-v-48cd0c1c] {
      /* border-color: #9d7bff; */
}
.searcher-area .search-input-container.disabled[data-v-48cd0c1c] {
      /* border: 1px solid rgba(157, 123, 255, 0.5); */
      cursor: not-allowed
}
.searcher-area .search-input-container.disabled .custom-rich-input[data-v-48cd0c1c]:not(.no-permission) {
}
.searcher-area .search-input-container.disabled .custom-rich-input[data-v-48cd0c1c]:not(.no-permission):empty:before {
          content: '回复中，请稍候...';
}
.searcher-area .search-input-container .custom-rich-input[data-v-48cd0c1c] {
      padding: 0px 0 0px 4px;
      width: 100%;
      border: none;
      outline: none;
      resize: none;
      flex: 1;
      font-family: 'PingFang SC';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      /* line-height: 32px; */
      color: #292d34;
      /* caret-color: #9d7bff; */
      max-height: 135px;
      min-height: 20px;
      /* min-height: 28px; */
      overflow-y: auto;

      -webkit-user-select: text;
      user-select: text;
      -webkit-touch-callout: default;
      word-break: break-all
}
.searcher-area .search-input-container .custom-rich-input[data-v-48cd0c1c]::-webkit-scrollbar {
        display: none;
}
.searcher-area .search-input-container .custom-rich-input[data-v-48cd0c1c]:empty:before {
        content: '向知识库提问，搜索你想要的内容';
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        /* line-height: 32px; */
        color: #8a8f99;
}
.searcher-area .search-input-container .search-ctrl-box[data-v-48cd0c1c] {
      margin-top: 10px;
      padding: 4px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-user-select: none;
      user-select: none;
      align-items: end
}
.searcher-area .search-input-container .search-ctrl-box .footer-wrapper[data-v-48cd0c1c] {
        flex: 1
}
.searcher-area .search-input-container .search-ctrl-box .footer-wrapper .deepseek[data-v-48cd0c1c] {
          width: 120px;
          height: 30px;
          background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTczOTI2ODY2NTM3.png');
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          cursor: pointer
}
.searcher-area .search-input-container .search-ctrl-box .footer-wrapper .deepseek.selected[data-v-48cd0c1c] {
            background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTczOTI2ODY2NTAz.png');
}
.searcher-area .search-input-container .search-ctrl-box .send-wrapper[data-v-48cd0c1c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: end;
}
.searcher-area .search-input-container .search-ctrl-box .text-count[data-v-48cd0c1c] {
        position: relative;
        top: -2px;
        font-size: 14px;
        color: #8a8f99;
        margin-right: 20px;
        white-space: nowrap;
}
.searcher-area .search-input-container .search-ctrl-box .overstep-count[data-v-48cd0c1c] {
        color: #eb3b17;
}
.searcher-area .search-input-container .search-ctrl-box .send-btn[data-v-48cd0c1c] {
        margin-top: -7px
}
.searcher-area .search-input-container .search-ctrl-box .send-btn .iconfont[data-v-48cd0c1c] {
          height: 20px;
          font-size: 20px;
          color: #8a8f99;
          margin-bottom: 10px;
}


.topic-toast[data-v-56f1a5f2] {
  position: fixed;
  bottom: 45px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  z-index: 10
}
.topic-toast .topic-toast-content[data-v-56f1a5f2] {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0px 40px 16px -24px rgba(0, 0, 0, 0.04), 0px 8px 16px -8px rgba(0, 0, 0, 0.12),
      0px 16px 40px 16px rgba(0, 0, 0, 0.04);
    color: #292d34;
    padding: 20px 24px;
    border-radius: 16px;
    width: 300px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.topic-toast .topic-toast-content .topic-toast-buttons[data-v-56f1a5f2] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      gap: 10px
}
.topic-toast .topic-toast-content .topic-toast-buttons .topic-toast-button[data-v-56f1a5f2] {
        width: 50%;
        height: 36px;
        font-size: 14px;
        border-radius: 8px;
        border: none;
        line-height: 36px
}
.topic-toast .topic-toast-content .topic-toast-buttons .topic-toast-button.cancel[data-v-56f1a5f2] {
          background-color: #f5f7fa;
}
.topic-toast .topic-toast-content .topic-toast-buttons .topic-toast-button.open-app[data-v-56f1a5f2] {
          background-color: #111418;
          color: #fff;
}


.topic-top-bar[data-v-19ff66b8] {
  position: fixed;
  right: 0;
  left: 0; /* 确保元素在父容器内 */
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 774px;
  height: 48px;
  margin: 0 auto; /* 水平居中 */
  padding: 0 20px;
  background-color: #fff;
  cursor: pointer
}
.topic-top-bar .topic-top-bar-logo[data-v-19ff66b8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    align-items: center;
}
.topic-top-bar .topic-top-bar-btn[data-v-19ff66b8] {
    padding: 4px 14px;
    color: #fff;
    font-size: 12px;
    background-color: #111418;
    border-radius: 100px;
}
.topic-top-bar .topic-top-bar-user[data-v-19ff66b8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.topic-top-bar .topic-top-bar-user .topic-top-bar-subscribe[data-v-19ff66b8] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 2px;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      padding: 4px 12px;
      font-size: 12px;
      border: 0.5px solid #e5e6ea;
      border-radius: 18px
}
.topic-top-bar .topic-top-bar-user .topic-top-bar-subscribe.subscribed[data-v-19ff66b8] {
        color: #adb3be;
}


.topic-h5-detail-container[data-v-477a0d84] {
  width: 100%;
  max-width: 774px;
  height: 100%;
  margin: 0 auto;
  background-color: #f5f7fa
}
.topic-h5-detail-container .topic-header[data-v-477a0d84] {
    flex-shrink: 0;
    padding: 0 20px;
    padding-top: 44px
}
.topic-h5-detail-container .topic-header .topic-header-title[data-v-477a0d84] {
      margin-top: 24px;
      color: #292d34;
      font-weight: 600;
      font-size: 26px;
      line-height: 39px;
}
.topic-h5-detail-container .topic-header .topic-header-desc[data-v-477a0d84] {
      margin-top: 4px;
      color: #8a8f99;
      font-weight: 400;
      font-size: 14px;
      line-height: 19.6px;
      white-space: pre-line;
}
.topic-h5-detail-container .topic-header .topic-header-author[data-v-477a0d84] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin-top: 8px
}
.topic-h5-detail-container .topic-header .topic-header-author .n-avatar[data-v-477a0d84] {
        flex: 0 0 auto;
        margin-right: 8px;
}
.topic-h5-detail-container .topic-header .topic-header-author .subject-author-name[data-v-477a0d84] {
        display: -webkit-box;
        width: 70%;
        overflow: hidden;
        color: #8a8f99;
        font-size: 14px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
}
.topic-h5-detail-container .topic-search-input[data-v-477a0d84] {
    width: 100%;
    padding: 20px;
}
.topic-h5-detail-container .topic-detail-content[data-v-477a0d84] {
    padding: 0 20px;
}
.topic-h5-detail-container .topic-bottom-btn[data-v-477a0d84] {
    position: fixed;
    bottom: 45px;
    left: 50%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 174px;
    height: 44px;
    background-color: #111418;
    border-radius: 100px;
    box-shadow: 0 6.55px 13.09px 0 rgba(47,50,53,0.10196);
    transform: translateX(-50%);
    cursor: pointer
}
.topic-h5-detail-container .topic-bottom-btn .topic-bottom-btn-text[data-v-477a0d84] {
      color: #fff;
      font-weight: 500;
      font-size: 14px;
}
.topic-h5-detail-container .open-default-browser-modal[data-v-477a0d84] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6)
}
.topic-h5-detail-container .open-default-browser-modal img[data-v-477a0d84] {
      position: fixed;
      right: 0;
      z-index: 12;
      width: 300px;
      height: 90px;
      margin-right: 20px;
}


.card-tabs {
}
.card-tabs .n-tabs-tab__label {
    color: #8a8f99;
}
.card-tabs .n-tabs-tab--active .n-tabs-tab__label {
    color: #111418;
    font-weight: 600;
}
.topic-h5-detail-container {
}
.topic-h5-detail-container .n-scrollbar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%
}
.topic-h5-detail-container .n-scrollbar-content .scroll-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex: 1;
      flex-direction: column;
}


/*# sourceMappingURL=home.a80992ef.css.map*/