
.pdf-toolbar[data-v-07a14dc3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 16px;
  background-color: #fff
}
.pdf-toolbar .pdf-toolbar-page[data-v-07a14dc3] {
    color: #8a8f99;
    font-size: 12px;
}


.pdf-container[data-v-47483401] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.toolbar-container[data-v-47483401] {
  flex-shrink: 0;
  background-color: #fff;
  border-bottom: 1px solid #e5e6ea;
}
#playground[data-v-47483401] {
  position: relative;
  flex: 1;
  width: 100%;
  overflow-y: auto;
  background-color: #F2F2F3
}
#playground .loading[data-v-47483401] {
    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-47483401] {
    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-47483401] {
      padding: 2px 10px;
      background-color: #e5e6ea;
      border-radius: 4px;
}
.pdf-content[data-v-47483401] {
  width: 100%;
  max-width: 774px;
  height: 100%;
  margin: 0 auto;
  overflow-y: visible;
  background-color: #fff;
}

/* 限制VuePDF组件的最大宽度 */
.pdf-content[data-v-47483401] .vue-pdf,
.pdf-content[data-v-47483401] .vue-pdf > div {
  width: 100% !important;
  max-width: 774px !important;
  margin: 0 auto !important;
}

/* 确保PDF页面内容不会超出最大宽度 */
.pdf-content[data-v-47483401] .vue-pdf canvas,
.pdf-content[data-v-47483401] .vue-pdf img {
  width: 100% !important;
  max-width: 774px !important;
  height: auto !important;
  object-fit: contain !important;
}

/* 确保PDF容器本身也受到限制 */
.pdf-content > div[data-v-47483401] {
  max-width: 774px;
  margin: 0 auto;
}

/* 额外的强制限制 */
.pdf-content[data-v-47483401] div[data-page] {
  max-width: 774px !important;
  margin: 0 auto !important;
}
.pdf-page[data-v-47483401] {
  padding-top: 10px;
  background: #F2F2F3;
}
.edit-toolbar[data-v-47483401] {
  display: none !important;
}
.pdf-placeholder[data-v-47483401] {
  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-6c686181] {
  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-6c686181]::-webkit-scrollbar {
    width: 8px;
}
.subject-pdf-page[data-v-6c686181]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.subject-pdf-page[data-v-6c686181]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px
}
.subject-pdf-page[data-v-6c686181]::-webkit-scrollbar-thumb:hover {
      background: #a8a8a8;
}


.md-list-item[data-v-5711df58] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.3em 0
}
.md-list-item .list-prefix[data-v-5711df58] {
    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-5711df58] {
      font-size: 30px;
      line-height: 22px;
}
.md-list-item .list-content[data-v-5711df58] {
    flex: 1;
    overflow: hidden;
}


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


.md-heading[data-v-f04338cc] {
  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-612744d0] {
  width: 100%;
  margin: 16px 0;
  /* 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-053856ea] {
  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-053856ea] {
    width: 0.5px;
    height: 8px;
    margin: 0 4px;
    background: rgba(152, 132, 251, 0.3);
}
.md-reference-note-subject.animate-fade-in[data-v-053856ea] {
    animation: fade-in-053856ea 0.75s ease;
}
@keyframes fade-in-053856ea {
0% {
      opacity: 0;
}
100% {
      opacity: 1;
}
}
.title-ellipsis[data-v-053856ea] {
  display: inline-block;
  max-width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}
.force-break[data-v-053856ea] {
  overflow-wrap: anywhere !important;
  -webkit-hyphens: auto !important;
      hyphens: auto !important;
  line-break: anywhere !important;
}
p[data-v-053856ea] {
  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-0a7a5ad8] {
  word-break: normal;
  /* text-align: justify; */
  word-break: break-all;
  overflow-wrap: anywhere
}
.md-text .animate-fade-in[data-v-0a7a5ad8] {
    animation: fade-in-0a7a5ad8 0.75s ease;
}
@keyframes fade-in-0a7a5ad8 {
0% {
      opacity: 0;
}
100% {
      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-2536d343] {
  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-2536d343] {
  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-2536d343] {
    /* 32 + 8 + 32 */
    /* width: calc(100% - 72px); */
    flex: 1;
    overflow: hidden
}

/* 回复框 */
.bot-message-container .bot-message .bot-message-content[data-v-2536d343] {
      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-2536d343] {
        display: block;
        width: 100%;
}
.bot-message-container .bot-message .bot-message-content.no-padding[data-v-2536d343] {
        padding: 0;
}


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


.w-13[data-v-4b5a9800] {
  width: 3.25rem;
}
.h-13[data-v-4b5a9800] {
  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-70b750b2] {
  height: 3.25rem; /* 52px */
}


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


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


.icon-img[data-v-34a58938] {
  width: 15px;
  height: 18px;
}


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

  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none
} /* Firefox */
textarea[data-v-c0922ae2]::-webkit-scrollbar {
    /* Chrome, Safari and Opera */
    display: none;
}
textarea[data-v-c0922ae2]: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;
}


.member-manage-options[data-v-52d74096] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 6px;
  overflow: hidden;
  background: #fff;
  border-radius: 8px
}
.member-manage-options .member-manage-options-item[data-v-52d74096] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 96px;
    padding: 6px;
    cursor: pointer
}
.member-manage-options .member-manage-options-item[data-v-52d74096]:hover {
      background: #f2f2f3;
      background: var(--bg, #f2f2f3);
      border-radius: 4px;
}
.member-manage-options .member-manage-options-item img[data-v-52d74096] {
      margin-right: 8px;
}
.member-manage-options .member-manage-options-item span[data-v-52d74096] {
      overflow: hidden;
      color: #292d34;
      font-weight: 400;
      font-size: 14px;
      font-style: normal;
      line-height: 22px; /* 157.143% */
      text-overflow: ellipsis
}
.member-manage-options .member-manage-options-item span.delete-text[data-v-52d74096] {
        color: #d5492a;
}
.member-manage-options .member-manage-options-item[data-v-52d74096]:not(:last-child) {
      margin-bottom: 6px;
}


.user-node[data-v-1a213d32] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.user-node .user-node-avatar[data-v-1a213d32] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.user-node .user-node-info[data-v-1a213d32] {
    flex: 1;
    margin-left: 8px;
}
.user-node .user-node-name[data-v-1a213d32] {
    color: #292d34;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.user-node .user-node-phone[data-v-1a213d32] {
    color: #adb3be;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.member-item[data-v-6ba3de36] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0
}
.member-item .member-item-node[data-v-6ba3de36] {
    flex: 1;
}
.member-item .member-item-selection[data-v-6ba3de36] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    color: #677084;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    line-height: normal
}
.member-item .member-item-selection .member-item-selection-item[data-v-6ba3de36] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
}


.member-list[data-v-cc8ae2e6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}


.member-item[data-v-484d6b0c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0
}
.member-item .member-item-node[data-v-484d6b0c] {
    flex: 1;
}
.member-item .member-item-selection[data-v-484d6b0c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    color: #adb3be;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    line-height: normal
}
.member-item .member-item-selection .member-item-selection-item[data-v-484d6b0c] {
      cursor: pointer;
}


.member-request-list[data-v-4dcdcaac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.member-request-list-empty[data-v-4dcdcaac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 70px
}
.member-request-list-empty img[data-v-4dcdcaac] {
    width: 160px;
    height: 160px;
}
.member-request-list-empty span[data-v-4dcdcaac] {
    margin-top: 24px;
    color: #292d34;
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
    line-height: 160%; /* 24px */
    text-align: center;
}


.member-manage-modal[data-v-f93c5250] {
}
.member-manage-modal[data-v-f93c5250] .n-spin-container {
    height: 100%
}
.member-manage-modal[data-v-f93c5250] .n-spin-container .n-spin-content {
      height: 100%;
}
.member-manage-modal[data-v-f93c5250] .n-scrollbar-rail {
    display: none;
}
.member-manage-modal .modal-content[data-v-f93c5250] {
    height: 400px;
}


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


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


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

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


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


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


.assistant-sider-placeholder[data-v-634d2522] {
  flex-shrink: 0;
  min-width: 104px;
  transition: all 0.3s var(--n-bezier);
  pointer-events: none
}
.assistant-sider-placeholder.show-button[data-v-634d2522] {
    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\.5 {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-0\.5 {
  bottom: -0.125rem;
}
.-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-4 {
  bottom: 1rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[24px\] {
  bottom: 24px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-8 {
  left: 2rem;
}
.left-\[16px\] {
  left: 16px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-8 {
  right: 2rem;
}
.right-\[16px\] {
  right: 16px;
}
[dir="ltr"] .start-0 {
  left: 0px;
}
[dir="rtl"] .start-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-2 {
  top: 0.5rem;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.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-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.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-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-\[3px\] {
  margin-top: -3px;
}
.-mt-\[6px\] {
  margin-top: -6px;
}
.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-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[1px\] {
  margin-bottom: 1px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.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-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.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-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[120px\] {
  margin-top: 120px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-auto {
  margin-top: auto;
}
.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;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-\[14px\] {
  width: 14px;
  height: 14px;
}
.size-\[18px\] {
  width: 18px;
  height: 18px;
}
.size-\[80px\] {
  width: 80px;
  height: 80px;
}
.size-\[90px\] {
  width: 90px;
  height: 90px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-4\/5 {
  height: 80%;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.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-\[0\.5px\] {
  height: 0.5px;
}
.h-\[116px\] {
  height: 116px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[174px\] {
  height: 174px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[202px\] {
  height: 202px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[calc\(100\%-40px\)\] {
  height: calc(100% - 40px);
}
.h-\[calc\(100\%-64px\)\] {
  height: calc(100% - 64px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[520px\] {
  max-height: 520px;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.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-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.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 {
  width: 2rem;
}
.w-8\.5 {
  width: 2.125rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[156px\] {
  width: 156px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[203px\] {
  width: 203px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[53vw\] {
  width: 53vw;
}
.w-\[58px\] {
  width: 58px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[calc\(100\%-24px\)\] {
  width: calc(100% - 24px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-24 {
  min-width: 6rem;
}
.min-w-32 {
  min-width: 8rem;
}
.min-w-\[98px\] {
  min-width: 98px;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[364px\] {
  max-width: 364px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[80vw\] {
  max-width: 80vw;
}
.max-w-none {
  max-width: none;
}
.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-center {
  transform-origin: center;
}
.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-x-0 {
  --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));
}
.translate-x-12 {
  --tw-translate-x: 3rem;
  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-x-4 {
  --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));
}
.translate-x-\[26\.5vw\] {
  --tw-translate-x: 26.5vw;
  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-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}
@keyframes fade-in {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.animate-fade-in {
  animation: fade-in 0.6s ease-out forwards;
}
@keyframes spin {
to {
    transform: rotate(360deg);
}
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.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;
}
.break-inside-avoid {
  page-break-inside: avoid;
       break-inside: avoid;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.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-end {
  align-items: flex-end;
}
.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;
}
.justify-around {
  justify-content: space-around;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[6px\] {
  gap: 6px;
}
.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));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.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-\[10px\] {
  border-radius: 10px;
}
.rounded-\[11px\] {
  border-radius: 11px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.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-0 {
  border-width: 0px;
}
.border-0\.5 {
  border-width: 0.5px;
}
.border-2 {
  border-width: 2px;
}
.border-\[0\.5px\] {
  border-width: 0.5px;
}
.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-b-0\.5 {
  border-bottom-width: 0.5px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-\[1\.5px\] {
  border-left-width: 1.5px;
}
.border-r {
  border-right-width: 1px;
}
.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-gray-D1D7E3 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 215, 227, 1);
  border-color: rgba(209, 215, 227, var(--tw-border-opacity, 1));
}
.border-gray-dd {
  --tw-border-opacity: 1;
  border-color: rgba(221, 221, 221, 1);
  border-color: rgba(221, 221, 221, var(--tw-border-opacity, 1));
}
.border-gray-de {
  --tw-border-opacity: 1;
  border-color: rgba(222, 222, 222, 1);
  border-color: rgba(222, 222, 222, var(--tw-border-opacity, 1));
}
.border-gray-ef {
  --tw-border-opacity: 1;
  border-color: rgba(239, 239, 239, 1);
  border-color: rgba(239, 239, 239, var(--tw-border-opacity, 1));
}
.border-green-3FA4A7 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 164, 167, 1);
  border-color: rgba(63, 164, 167, var(--tw-border-opacity, 1));
}
.border-input {
  border-color: hsl(240, 5.9%, 90%);
  border-color: hsl(var(--input));
}
.border-muted-foreground\/25 {
  border-color: hsla(240, 3.8%, 46.1%, 0.25);
  border-color: hsl(var(--muted-foreground) / 0.25);
}
.border-primary {
  border-color: hsl(220, 17%, 14%);
  border-color: hsl(var(--primary));
}
.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 41, 59, 1);
  border-color: rgba(30, 41, 59, var(--tw-border-opacity, 1));
}
.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-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, 1);
  background-color: rgba(248, 248, 248, 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-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, 1);
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, 1);
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, 1);
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, 1);
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity, 1));
}
.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-gray-EDEFF2 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 239, 242, 1);
  background-color: rgba(237, 239, 242, var(--tw-bg-opacity, 1));
}
.bg-gray-EFF0F4 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 240, 244, 1);
  background-color: rgba(239, 240, 244, var(--tw-bg-opacity, 1));
}
.bg-gray-dd {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 221, 221, 1);
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity, 1));
}
.bg-gray-f0 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 240, 240, 1);
  background-color: rgba(240, 240, 240, var(--tw-bg-opacity, 1));
}
.bg-gray-f4 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, 1);
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity, 1));
}
.bg-gray-f5 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, 1);
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}
.bg-gray-f9 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, 1);
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity, 1));
}
.bg-gray-fa {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, 1);
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
}
.bg-gray-fb {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 251, 251, 1);
  background-color: rgba(251, 251, 251, var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, 1);
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, 1);
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity, 1));
}
.bg-green-D9ECED {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 236, 237, 1);
  background-color: rgba(217, 236, 237, var(--tw-bg-opacity, 1));
}
.bg-green-E6F5F5 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 245, 245, 1);
  background-color: rgba(230, 245, 245, var(--tw-bg-opacity, 1));
}
.bg-green-ECF4F4 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 244, 244, 1);
  background-color: rgba(236, 244, 244, 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-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, 1);
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity, 1));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, 1);
  background-color: rgba(99, 102, 241, 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-pink-FFE6F1 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 230, 241, 1);
  background-color: rgba(255, 230, 241, 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-primary\/5 {
  background-color: hsla(220, 17%, 14%, 0.05);
  background-color: hsl(var(--primary) / 0.05);
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, 1);
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, 1);
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, 1);
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity, 1));
}
.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-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgba(2, 6, 23, 1);
  background-color: rgba(2, 6, 23, var(--tw-bg-opacity, 1));
}
.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-white\/80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, 1);
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 232, 1);
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity, 1));
}
.bg-yellow-FAEFE4 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 239, 228, 1);
  background-color: rgba(250, 239, 228, var(--tw-bg-opacity, 1));
}
.bg-\[linear-gradient\(\#121213\2c \#121213\)\2c linear-gradient\(\#121213_50\%\2c rgba\(18\2c 18\2c 19\2c 0\.6\)_80\%\2c rgba\(18\2c 18\2c 19\2c 0\)\)\2c linear-gradient\(90deg\2c var\(--color-1\)\2c var\(--color-5\)\2c var\(--color-3\)\2c var\(--color-4\)\2c var\(--color-2\)\)\] {
  background-image: -webkit-gradient(linear,left top, left bottom,from(#121213),to(#121213)),-webkit-gradient(linear,left top, left bottom,color-stop(50%, #121213),color-stop(80%, rgba(18,18,19,0.6)),to(rgba(18,18,19,0))),-webkit-gradient(linear,left top, right top,from(var(--color-1)),color-stop(var(--color-5)),color-stop(var(--color-3)),color-stop(var(--color-4)),to(var(--color-2)));
  background-image: linear-gradient(#121213,#121213),linear-gradient(#121213 50%,rgba(18,18,19,0.6) 80%,rgba(18,18,19,0)),linear-gradient(90deg,var(--color-1),var(--color-5),var(--color-3),var(--color-4),var(--color-2));
}
.bg-gradient-to-br {
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.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));
}
.bg-gradient-to-tr {
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-blue-200 {
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(191, 219, 254, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(96, 165, 250, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-200 {
  --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(167, 243, 208, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400 {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(99, 102, 241, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400 {
  --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(244, 114, 182, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200 {
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(233, 213, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400 {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(192, 132, 252, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.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);
}
.via-blue-400 {
  --tw-gradient-to: rgba(96, 165, 250, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-pink-400 {
  --tw-gradient-to: rgba(244, 114, 182, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-400 {
  --tw-gradient-to: rgba(192, 132, 252, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-500 {
  --tw-gradient-to: rgba(168, 85, 247, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-yellow-400 {
  --tw-gradient-to: rgba(250, 204, 21, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-blue-400 {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}
.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-emerald-600 {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}
.to-pink-400 {
  --tw-gradient-to: #f472b6 var(--tw-gradient-to-position);
}
.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.to-purple-400 {
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}
.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-\[length\:200\%\] {
  background-size: 200%;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.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-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.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-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.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-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.px-px {
  padding-left: 1px;
  padding-right: 1px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.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-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.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-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.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-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.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-3\.5 {
  padding-left: 0.875rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.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-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.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-\[26px\] {
  font-size: 26px;
}
.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-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.leading-\[1\.8\] {
  line-height: 1.8;
}
.leading-\[22\.4px\] {
  line-height: 22.4px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.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-amber-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, 1);
  color: rgba(180, 83, 9, var(--tw-text-opacity, 1));
}
.text-black-18 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 24, 1);
  color: rgba(24, 24, 24, var(--tw-text-opacity, 1));
}
.text-black-1D2129 {
  --tw-text-opacity: 1;
  color: rgba(29, 33, 41, 1);
  color: rgba(29, 33, 41, var(--tw-text-opacity, 1));
}
.text-black-4E5969 {
  --tw-text-opacity: 1;
  color: rgba(78, 89, 105, 1);
  color: rgba(78, 89, 105, var(--tw-text-opacity, 1));
}
.text-black-7b {
  --tw-text-opacity: 1;
  color: rgba(123, 123, 123, 1);
  color: rgba(123, 123, 123, 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-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, 1);
  color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, 1);
  color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, 1);
  color: rgba(30, 64, 175, 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-8A8F99 {
  --tw-text-opacity: 1;
  color: rgba(138, 143, 153, 1);
  color: rgba(138, 143, 153, 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-gray-9EA4B1 {
  --tw-text-opacity: 1;
  color: rgba(158, 164, 177, 1);
  color: rgba(158, 164, 177, var(--tw-text-opacity, 1));
}
.text-green-184D50 {
  --tw-text-opacity: 1;
  color: rgba(24, 77, 80, 1);
  color: rgba(24, 77, 80, var(--tw-text-opacity, 1));
}
.text-green-549EA0 {
  --tw-text-opacity: 1;
  color: rgba(84, 158, 160, 1);
  color: rgba(84, 158, 160, var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, 1);
  color: rgba(22, 163, 74, var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(21, 128, 61, 1);
  color: rgba(21, 128, 61, var(--tw-text-opacity, 1));
}
.text-muted-foreground {
  color: hsl(240, 3.8%, 46.1%);
  color: hsl(var(--muted-foreground));
}
.text-muted-foreground\/50 {
  color: hsla(240, 3.8%, 46.1%, 0.5);
  color: hsl(var(--muted-foreground) / 0.5);
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, 1);
  color: rgba(249, 115, 22, var(--tw-text-opacity, 1));
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, 1);
  color: rgba(244, 114, 182, var(--tw-text-opacity, 1));
}
.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, 1);
  color: rgba(236, 72, 153, var(--tw-text-opacity, 1));
}
.text-pink-EB5199 {
  --tw-text-opacity: 1;
  color: rgba(235, 81, 153, 1);
  color: rgba(235, 81, 153, 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-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, 1);
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, 1);
  color: rgba(185, 28, 28, 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));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, 1);
  color: rgba(234, 179, 8, var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(161, 98, 7, 1);
  color: rgba(161, 98, 7, var(--tw-text-opacity, 1));
}
.text-yellow-DF8B1E {
  --tw-text-opacity: 1;
  color: rgba(223, 139, 30, 1);
  color: rgba(223, 139, 30, 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));
}
.placeholder-gray-8A8F99::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(138, 143, 153, 1);
  color: rgba(138, 143, 153, var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-8A8F99::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(138, 143, 153, 1);
  color: rgba(138, 143, 153, var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-\[var\(--opacity\)\] {
  opacity: var(--opacity);
}
.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}
.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}
.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);
}
.shadow-purple-500\/25 {
  --tw-shadow-color: rgba(168, 85, 247, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.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));
}
.ring-1 {
  --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));
}
.ring-black-4E5969 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(78, 89, 105, var(--tw-ring-opacity, 1));
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
.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);
}
.blur-\[2px\] {
  --tw-blur: blur(2px);
  -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);
}
.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
  -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-blur-md {
  --tw-backdrop-blur: blur(12px);
  -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-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -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);
}
.will-change-transform {
  will-change: transform;
}
@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: ;
}
.\[aspect-ratio\:17\/21\] {
  aspect-ratio: 17/21;
}
.\[background-blend-mode\:hue_hue_hue_overlay\] {
  background-blend-mode: hue hue hue overlay;
}
.\[background-clip\:padding-box\2c border-box\2c border-box\] {
  background-clip: padding-box,border-box,border-box;
}
.\[background-origin\:border-box\] {
  background-origin: border-box;
}
.\[background\:radial-gradient\(farthest-corner_circle_at_var\(--m-x\)_var\(--m-y\)\2c _rgba\(255\2c 255\2c 255\2c 0\.8\)_10\%\2c _rgba\(255\2c 255\2c 255\2c 0\.65\)_20\%\2c _rgba\(255\2c 255\2c 255\2c 0\)_90\%\)\] {
  background: radial-gradient(farthest-corner circle at var(--m-x) var(--m-y), rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.65) 20%, rgba(255,255,255,0) 90%);
}
.\[background\:var\(--pattern\)\2c _var\(--rainbow\)\2c _var\(--diagonal\)\2c _var\(--shade\)\] {
  background: var(--pattern), var(--rainbow), var(--diagonal), var(--shade);
}
.\[border\:calc\(0\.08\*1rem\)_solid_transparent\] {
  border: calc(0.08 * 1rem) solid transparent;
}
.\[border\:calc\(var\(--border-width\)\*1px\)_solid_transparent\] {
  border: calc(var(--border-width) * 1px) solid transparent;
}
.\[clip-path\:inset\(0_0_0_0_round_var\(--radius\)\)\] {
  -webkit-clip-path: inset(0 0 0 0 round 0.5rem);
  -webkit-clip-path: inset(0 0 0 0 round var(--radius));
          clip-path: inset(0 0 0 0 round 0.5rem);
          clip-path: inset(0 0 0 0 round var(--radius));
}
.\[clip-path\:inset\(0_0_1px_0_round_var\(--radius\)\)\] {
  -webkit-clip-path: inset(0 0 1px 0 round 0.5rem);
  -webkit-clip-path: inset(0 0 1px 0 round var(--radius));
          clip-path: inset(0 0 1px 0 round 0.5rem);
          clip-path: inset(0 0 1px 0 round var(--radius));
}
.\[contain\:layout_style\] {
  contain: layout style;
}
.\[grid-area\:1\/1\] {
  grid-area: 1/1;
}
.\!\[mask-clip\:padding-box\2c border-box\] {
  -webkit-mask-clip: padding-box,border-box !important;
          mask-clip: padding-box,border-box !important;
}
.\!\[mask-composite\:intersect\] {
  -webkit-mask-composite: intersect !important;
          mask-composite: intersect !important;
}
.\[mask\:linear-gradient\(transparent\2c transparent\)\2c linear-gradient\(white\2c white\)\] {
  -webkit-mask: -webkit-gradient(linear,left top, left bottom,from(transparent),to(transparent)),-webkit-gradient(linear,left top, left bottom,from(white),to(white));
  -webkit-mask: linear-gradient(transparent,transparent),linear-gradient(white,white);
          mask: -webkit-gradient(linear,left top, left bottom,from(transparent),to(transparent)),-webkit-gradient(linear,left top, left bottom,from(white),to(white));
          mask: linear-gradient(transparent,transparent),linear-gradient(white,white);
}
.\[perspective\:600px\] {
  perspective: 600px;
}
.\[transform\:rotateY\(var\(--r-x\)\)_rotateX\(var\(--r-y\)\)\] {
  transform: rotateY(var(--r-x)) rotateX(var(--r-y));
}
.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-page-lg {
  width: 940px;
  max-width: min(100%, 940px);
}
.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;
} /* 稳定滚动条 - 防止滚动条出现时页面闪动 */
.scrollbar-stable {
  /* 现代浏览器：始终为滚动条预留空间 */
  scrollbar-gutter: stable;

  /* 兼容性方案：通过padding为滚动条预留空间 */
  box-sizing: content-box;
  margin-right: -17px; /* 抵消padding的影响 */
  padding-right: 17px; /* 默认滚动条宽度 */
} /* 支持scrollbar-gutter的浏览器不需要padding方案 */
@supports (scrollbar-gutter: stable) {
.scrollbar-stable {
    box-sizing: border-box;
    margin-right: 0;
    padding-right: 0;
}
}
@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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AHAAAwABBAkAAAAmAIMAAwABBAkAAQAQAKkAAwABBAkAAgAOALkAAwABBAkAAwAQAMcAAwABBAkABAAQANcAAwABBAkABQAWAOcAAwABBAkABgAQAP0AAwABBAkACgBWAQ0AAwABBAkACwAmAWNDcmVhdGVkIGJ5IGljb25mb250aWNvbmZvbnRSZWd1bGFyaWNvbmZvbnRpY29uZm9udFZlcnNpb24gMS4waWNvbmZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAHIAZQBhAHQAZQBkACAAYgB5ACAAaQBjAG8AbgBmAG8AbgB0AGkAYwBvAG4AZgBvAG4AdABSAGUAZwB1AGwAYQByAGkAYwBvAG4AZgBvAG4AdABpAGMAbwBuAGYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG4AZgBvAG4AdABHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0BLgEvATABMQEyATMBNAE1ATYBNwE4ATkBOgE7ATwBPQE+AT8BQAFBAAZ0dWJpYW8Qemh1c2hvdXhpbmd4aWFuZw5rZXNoaWh1YXdhbmd5ZRJ3ZW55aXdlbi14dWFuemhvbmcHdHVwaWFuMQdkaW5neXVlCHhpZWJpamkxDXRpYW5qaWF0dXBpYW4Od2FuZ2x1b2dvbmdrYWkSY2h1YW5namlhbnpoaXNoaWt1C3lpbnNpc2hlemhpCXhpYXphaWFwcAt4aWFvY2hlbmd4dQhsaW5rLWFsdBFmaWxlLXBlbmNpbC1hbHQtMQ16aG9uZ21pbmdtaW5nBXlpY2h1BnhpYXphaQh6aGlzaGlrdQZ5aWRvbmcMaHVpZGFvZGluZ2J1C3dlaWJpYW90aS0xBXJ1bnNlB3pvbmdqaWUFd2VuYW4GcXVhbmJ1EmNodWFuZ2ppYW54aW5odWF0aQ9iaWppZGFvcnVkYW9jaHUPZ2V0YmlqaWdhb2xpYW5nB2dldGJpamkGc2hvdXllBWRhb3J1CWJpYW9xaWFuMQd6aGlsaW5nEHNob3V5ZS14dWFuemhvbmcHeGllYmlqaQlndWFuYmktZGEMdHVpY2h1ZGVuZ2x1D2Jhbmd6aHV5dWZhbmt1aQd6YW50aW5nB3N1b3hpYW8OeGlhbmdndWFueGlueGkIYmlhb3FpYW4IZmVueGlhbmcGdHVwaWFuCnhpYWh1YXhpYW4Kc2h1emlwYWl4dQd0aWFuamlhBmppYWN1MQdsaWFuamllB3NodWF4aW4HcWluZ3hpZQZib2ZhbmcEYmlqaQdnZW5nZHVvBXBhaXh1BWZ1emhpBmd1YW5iaQZmYW5nZGEGYmlhbmppBmZhc29uZw15dWFuZGlhbnBhaXh1B3NoYW5jaHUAAAAAAA==') format('truetype');
}
.iconfont {
  font-family: iconfont !important;
}
.iconfont {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tubiao::before {
  content: "\ed78";
}
.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";
} /* @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-gray-400::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}
.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));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:bottom-\[-20\%\]::before {
  content: var(--tw-content);
  bottom: -20%;
}
.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}
.before\:z-0::before {
  content: var(--tw-content);
  z-index: 0;
}
.before\:h-1\/5::before {
  content: var(--tw-content);
  height: 20%;
}
.before\:w-3\/5::before {
  content: var(--tw-content);
  width: 60%;
}
.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --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));
}
.before\:bg-\[linear-gradient\(90deg\2c var\(--color-1\)\2c var\(--color-5\)\2c var\(--color-3\)\2c var\(--color-4\)\2c var\(--color-2\)\)\]::before {
  content: var(--tw-content);
  background-image: -webkit-gradient(linear,left top, right top,from(var(--color-1)),color-stop(var(--color-5)),color-stop(var(--color-3)),color-stop(var(--color-4)),to(var(--color-2)));
  background-image: linear-gradient(90deg,var(--color-1),var(--color-5),var(--color-3),var(--color-4),var(--color-2));
}
.before\:bg-\[length\:200\%\]::before {
  content: var(--tw-content);
  background-size: 200%;
}
.before\:\[filter\:blur\(calc\(0\.8\*1rem\)\)\]::before {
  content: var(--tw-content);
  -webkit-filter: blur(calc(0.8 * 1rem));
          filter: blur(calc(0.8 * 1rem));
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:aspect-square::after {
  content: var(--tw-content);
  aspect-ratio: 1 / 1;
}
.after\:w-\[calc\(var\(--size\)\*1px\)\]::after {
  content: var(--tw-content);
  width: calc(var(--size) * 1px);
}
.after\:bg-\[inherit\]::after {
  content: var(--tw-content);
  background-color: inherit;
}
.after\:mix-blend-exclusion::after {
  content: var(--tw-content);
  mix-blend-mode: exclusion;
}
.after\:content-\[\\\'\\\'\]::after {
  --tw-content: \'\';
  content: var(--tw-content);
}
.after\:\[animation-delay\:var\(--delay\)\]::after {
  content: var(--tw-content);
  animation-delay: var(--delay);
}
.after\:\[background-blend-mode\:soft-light\2c _hue\2c _hard-light\]::after {
  content: var(--tw-content);
  background-blend-mode: soft-light, hue, hard-light;
}
.after\:\[background-position\:center\2c _0\%_var\(--bg-y\)\2c _calc\(var\(--bg-x\)\*_-1\)_calc\(var\(--bg-y\)\*_-1\)\2c _var\(--bg-x\)_var\(--bg-y\)\]::after {
  content: var(--tw-content);
  background-position: center, 0% var(--bg-y), calc(var(--bg-x) * -1) calc(var(--bg-y) * -1), var(--bg-x) var(--bg-y);
}
.after\:\[background-size\:var\(--foil-size\)\2c _200\%_400\%\2c _800\%\2c _200\%\]::after {
  content: var(--tw-content);
  background-size: var(--foil-size), 200% 400%, 800%, 200%;
}
.after\:\[background\:linear-gradient\(to_left\2c var\(--color-from\)\2c var\(--color-to\)\2c transparent\)\]::after {
  content: var(--tw-content);
  background: -webkit-gradient(linear,right top, left top,from(var(--color-from)),color-stop(var(--color-to)),to(transparent));
  background: linear-gradient(to left,var(--color-from),var(--color-to),transparent);
}
.after\:\[offset-anchor\:calc\(var\(--anchor\)\*1\%\)_50\%\]::after {
  content: var(--tw-content);
  offset-anchor: calc(var(--anchor) * 1%) 50%;
}
.after\:\[offset-path\:rect\(0_auto_auto_0_round_calc\(var\(--size\)\*1px\)\)\]::after {
  content: var(--tw-content);
  offset-path: rect(0 auto auto 0 round calc(var(--size) * 1px));
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:-rotate-2:hover {
  --tw-rotate: -2deg;
  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\: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\:border-primary:hover {
  border-color: hsl(220, 17%, 14%);
  border-color: hsl(var(--primary));
}
.hover\:bg-accent:hover {
  background-color: hsl(240, 4.8%, 95.9%);
  background-color: hsl(var(--accent));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, 1);
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity, 1));
}
.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-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, 1);
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, 1);
  background-color: rgba(79, 70, 229, 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-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, 1);
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary\/80:hover {
  background-color: hsla(240, 4.8%, 95.9%, 0.8);
  background-color: hsl(var(--secondary) / 0.8);
}
.hover\:text-\[\#338688\]:hover {
  --tw-text-opacity: 1;
  color: rgba(51, 134, 136, 1);
  color: rgba(51, 134, 136, var(--tw-text-opacity, 1));
}
.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-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, 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-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: rgba(31, 41, 55, 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;
}
.hover\:shadow-\[0_8px_14px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]:hover {
  --tw-shadow: 0 8px 14px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 8px 14px 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);
}
.hover\:shadow-sm:hover {
  --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);
}
.hover\:filter-none:hover {
  -webkit-filter: none;
          filter: none;
}
.hover\:\[--duration\:200ms\]:hover {
  --duration: 200ms;
}
.hover\:\[--easing\:linear\]:hover {
  --easing: linear;
}
.hover\:\[--opacity\:0\.6\]:hover {
  --opacity: 0.6;
}
.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\:border-transparent:focus {
  border-color: transparent;
}
.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\:text-red-600:focus {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, 1);
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}
.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-2: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(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\:ring-blue-400\/50:focus {
  --tw-ring-color: rgba(96, 165, 250, 0.5);
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity, 1));
}
.focus\:ring-green-400\/50:focus {
  --tw-ring-color: rgba(74, 222, 128, 0.5);
}
.focus\:ring-pink-400\/50:focus {
  --tw-ring-color: rgba(244, 114, 182, 0.5);
}
.focus\:ring-primary:focus {
  --tw-ring-color: hsl(var(--primary));
}
.focus\:ring-purple-400\/50:focus {
  --tw-ring-color: rgba(192, 132, 252, 0.5);
}
.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-0.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(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));
}
.focus-visible\:ring-0.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(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));
}
.focus-visible\:ring-0.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(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));
}
.focus-visible\:ring-0: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(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));
}
.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[focus-within] .group-focus-within\:opacity-50 {
  opacity: 0.5;
}
.group:focus-within .group-focus-within\:opacity-50 {
  opacity: 0.5;
}
.group:hover .group-hover\:w-4 {
  width: 1rem;
}
.group:hover .group-hover\:-translate-x-5 {
  --tw-translate-x: -1.25rem;
  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:hover .group-hover\:translate-x-12 {
  --tw-translate-x: 3rem;
  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:hover .group-hover\:scale-105 {
  --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));
}
.group:hover .group-hover\:scale-\[100\.8\] {
  --tw-scale-x: 100.8;
  --tw-scale-y: 100.8;
  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 spin {
to {
    transform: rotate(360deg);
}
}
.group:hover .group-hover\:animate-spin {
  animation: spin 1s linear infinite;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}
.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}
.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}
.group:hover .group-hover\:shadow-purple-500\/40 {
  --tw-shadow-color: rgba(168, 85, 247, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}
.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\=active\]\:bg-background[data-state="active"] {
  background-color: hsl(0, 0%, 100%);
  background-color: hsl(var(--background));
}
.data-\[state\=active\]\:bg-green-184D50[data-state="active"] {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 77, 80, 1);
  background-color: rgba(24, 77, 80, var(--tw-bg-opacity, 1));
}
.data-\[state\=active\]\:bg-white[data-state="active"] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.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\=active\]\:font-medium[data-state="active"] {
  font-weight: 500;
}
.data-\[state\=active\]\:text-foreground[data-state="active"] {
  color: hsl(240, 10%, 3.9%);
  color: hsl(var(--foreground));
}
.data-\[state\=active\]\:text-white[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.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\=active\]\:shadow[data-state="active"] {
  --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);
}
.data-\[state\=active\]\:shadow-sm[data-state="active"] {
  --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);
}
.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-disabled] .group-data-\[disabled\]\:bg-muted {
  background-color: hsl(240, 4.8%, 95.9%);
  background-color: hsl(var(--muted));
}
.group[data-state="active"] .group-data-\[state\=active\]\:bg-primary {
  background-color: hsl(220, 17%, 14%);
  background-color: hsl(var(--primary));
}
.group[data-state="checked"] .group-data-\[state\=checked\]\:bg-primary {
  background-color: hsl(220, 17%, 14%);
  background-color: hsl(var(--primary));
}
.group[data-state="completed"] .group-data-\[state\=completed\]\:bg-accent {
  background-color: hsl(240, 4.8%, 95.9%);
  background-color: hsl(var(--accent));
}
.group[data-state="completed"] .group-data-\[state\=completed\]\:bg-accent-foreground {
  background-color: hsl(240, 5.9%, 10%);
  background-color: hsl(var(--accent-foreground));
}
.group[data-disabled] .group-data-\[disabled\]\:text-muted-foreground {
  color: hsl(240, 3.8%, 46.1%);
  color: hsl(var(--muted-foreground));
}
.group[data-state="active"] .group-data-\[state\=active\]\:text-primary-foreground {
  color: hsl(0, 0%, 98%);
  color: hsl(var(--primary-foreground));
}
.group[data-state="checked"] .group-data-\[state\=checked\]\:text-primary-foreground {
  color: hsl(0, 0%, 98%);
  color: hsl(var(--primary-foreground));
}
.group[data-state="completed"] .group-data-\[state\=completed\]\:text-accent-foreground {
  color: hsl(240, 5.9%, 10%);
  color: hsl(var(--accent-foreground));
}
.group[data-disabled] .group-data-\[disabled\]\:opacity-50 {
  opacity: 0.5;
}
.dark *.dark\:bg-\[linear-gradient\(\#fff\2c \#fff\)\2c linear-gradient\(\#fff_50\%\2c rgba\(255\2c 255\2c 255\2c 0\.6\)_80\%\2c rgba\(0\2c 0\2c 0\2c 0\)\)\2c linear-gradient\(90deg\2c var\(--color-1\)\2c var\(--color-5\)\2c var\(--color-3\)\2c var\(--color-4\)\2c var\(--color-2\)\)\] {
  background-image: -webkit-gradient(linear,left top, left bottom,from(#fff),to(#fff)),-webkit-gradient(linear,left top, left bottom,color-stop(50%, #fff),color-stop(80%, rgba(255,255,255,0.6)),to(rgba(0,0,0,0))),-webkit-gradient(linear,left top, right top,from(var(--color-1)),color-stop(var(--color-5)),color-stop(var(--color-3)),color-stop(var(--color-4)),to(var(--color-2)));
  background-image: linear-gradient(#fff,#fff),linear-gradient(#fff 50%,rgba(255,255,255,0.6) 80%,rgba(0,0,0,0)),linear-gradient(90deg,var(--color-1),var(--color-5),var(--color-3),var(--color-4),var(--color-2));
}
@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;
}
}
@media (min-width: 1024px) {
.lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.\[\&\>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-4807d49e] {
  font-family: 'PingFang SC';
  background-color: #fff;
  border-radius: 16px
}
.iget-login .login-options[data-v-4807d49e] {
    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-4807d49e] {
      padding-top: 4px;
      font-weight: 500;
      font-size: 18px;
      text-align: center;
}
.iget-login .login-options .login-divider[data-v-4807d49e] {
      width: 1px;
      height: 328px;
}
.iget-login .login-options .login-phone[data-v-4807d49e] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
}
.iget-login .login-options .login-phone[data-v-4807d49e] {
}
.iget-login .login-options .login-phone .phone-number[data-v-4807d49e],
      .iget-login .login-options .login-phone .auth-code[data-v-4807d49e] {
        position: relative;
        width: 100%;
        height: 72px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module[data-v-4807d49e], .iget-login .login-options .login-phone .auth-code .phone-input-module[data-v-4807d49e] {
          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-4807d49e], .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-4807d49e] {
            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-4807d49e]::-webkit-input-placeholder, .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-4807d49e]::-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-4807d49e]::placeholder, .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-4807d49e]::placeholder {
              color: #999;
              font-weight: normal;
              font-size: 16px;
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .cancel[data-v-4807d49e], .iget-login .login-options .login-phone .auth-code .phone-input-module .cancel[data-v-4807d49e] {
            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-4807d49e], .iget-login .login-options .login-phone .auth-code .phone-error-tips[data-v-4807d49e] {
          position: absolute;
          top: 36px;
          left: 0;
          color: #ff6a41;
          font-size: 12px;
}
.iget-login .login-options .login-phone .phone-number[data-v-4807d49e] {
        margin-top: 30px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module[data-v-4807d49e] {
          box-sizing: border-box;
          padding: 13px;
          background-color: #f2f2f3
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .phone-input[data-v-4807d49e] {
            position: absolute;
            top: 0;
            left: 75px;
            width: calc(100% - 100px);
            font-size: 16px;
}
.iget-login .login-options .login-phone .auth-code[data-v-4807d49e] {
}
.iget-login .login-options .login-phone .auth-code .phone-input-module[data-v-4807d49e] {
          padding: 13px 16px
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label[data-v-4807d49e] {
            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-4807d49e] {
              cursor: pointer
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-4807d49e]:hover {
                color: #f83;
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-4807d49e]:active {
                color: #f36500;
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-4807d49e] {
            position: absolute;
            top: 0;
            left: 15px;
            width: calc(100% - 140px);
            font-size: 16px;
}
.iget-login .login-options .login-phone .phone-button-module[data-v-4807d49e] {
        margin-top: 49px;
        margin-bottom: 12px
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-4807d49e] {
          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-4807d49e]:hover {
            background: #292d34;
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-4807d49e]:active {
            background: #292d34;
}
.iget-login .login-options .login-phone .phone-summary[data-v-4807d49e] {
        margin-top: 16px;
}
.dd-agreement-wrap[data-v-4807d49e] {
  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-4807d49e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.dd-agreement-wrap .dd-checkBox-wrapper a[data-v-4807d49e] {
      color: #6884c8;
      /* 取消下划线 */
      text-decoration: none;
}
.dd-agreement-wrap .dd-checkBox-wrapper .dd-checkBox[data-v-4807d49e] {
      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-4807d49e] {
        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-4807d49e] {
          display: inline-block;
          width: 8px;
}
.dd-agreement-wrap .dd-checkBox-tips[data-v-4807d49e] {
    margin-left: 16px;
}


.fade-enter-active[data-v-5b368ba9],
.fade-leave-active[data-v-5b368ba9] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-5b368ba9],
.fade-leave-to[data-v-5b368ba9] {
  opacity: 0;
}
.app-page[data-v-5b368ba9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden
}
.app-page .app-status-bar[data-v-5b368ba9] {
    flex: auto 0 0;
}
.app-page .app-header-bar[data-v-5b368ba9] {
    flex: auto 0 0;
}
.app-page .app-content[data-v-5b368ba9] {
    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-5b368ba9] {
      /* tip: 这里不能设置 height: 100%; 由 stretch 自动撑满 */
      width: 100%;
}
.app-page .loading-container[data-v-5b368ba9] {
    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-5b368ba9] {
      width: 35px;
      height: 35px;
      transform: translate(0, -50%);
}
.app-page .app-error-page[data-v-5b368ba9] {
    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-5b368ba9] {
      width: 268px;
}
.app-page .app-error-page .error-text[data-v-5b368ba9] {
      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-5b368ba9] {
      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-463834b8] {
  font-family: 'PingFang SC';
  background-color: #fff;
  border-radius: 16px
}
.iget-login .close-icon[data-v-463834b8] {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 20px;
    height: 20px;
    font-size: 25px;
    line-height: 20px;
    cursor: pointer;
}
.iget-login .login-options[data-v-463834b8] {
    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-463834b8] {
      padding-top: 4px;
      font-weight: 500;
      font-size: 18px;
      text-align: center;
}
.iget-login .login-options .login-divider[data-v-463834b8] {
      width: 1px;
      height: 328px;
}
.iget-login .login-options .login-phone[data-v-463834b8] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      justify-content: space-between
}
.iget-login .login-options .login-phone .phone-number[data-v-463834b8],
      .iget-login .login-options .login-phone .auth-code[data-v-463834b8] {
        position: relative;
        width: 272px;
        height: 72px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module[data-v-463834b8], .iget-login .login-options .login-phone .auth-code .phone-input-module[data-v-463834b8] {
          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-463834b8], .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-463834b8] {
            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-463834b8]::-webkit-input-placeholder, .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-463834b8]::-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-463834b8]::placeholder, .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-463834b8]::placeholder {
              color: #999;
              font-weight: normal;
              font-size: 16px;
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .cancel[data-v-463834b8], .iget-login .login-options .login-phone .auth-code .phone-input-module .cancel[data-v-463834b8] {
            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-463834b8], .iget-login .login-options .login-phone .auth-code .phone-error-tips[data-v-463834b8] {
          position: absolute;
          top: 36px;
          left: 0;
          color: #ff6a41;
          font-size: 12px;
}
.iget-login .login-options .login-phone .phone-number[data-v-463834b8] {
        margin-top: 30px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module[data-v-463834b8] {
          box-sizing: border-box;
          padding: 13px;
          background-color: #f2f2f3
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .phone-input[data-v-463834b8] {
            position: absolute;
            top: 0;
            left: 75px;
            width: calc(100% - 100px);
            font-size: 16px;
}
.iget-login .login-options .login-phone .auth-code[data-v-463834b8] {
}
.iget-login .login-options .login-phone .auth-code .phone-input-module[data-v-463834b8] {
          padding: 13px 16px
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label[data-v-463834b8] {
            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-463834b8] {
              cursor: pointer
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-463834b8]:hover {
                color: #f83;
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-463834b8]:active {
                color: #f36500;
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-463834b8] {
            position: absolute;
            top: 0;
            left: 15px;
            width: calc(100% - 140px);
            font-size: 16px;
}
.iget-login .login-options .login-phone .phone-button-module[data-v-463834b8] {
        margin-top: 49px;
        margin-bottom: 12px
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-463834b8] {
          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-463834b8]:hover {
            background: #292d34;
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-463834b8]:active {
            background: #292d34;
}
.iget-login .login-options .login-phone .phone-summary[data-v-463834b8] {
        margin-top: 16px;
}
.dd-agreement-wrap[data-v-463834b8] {
  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-463834b8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.dd-agreement-wrap .dd-checkBox-wrapper a[data-v-463834b8] {
      color: #6884c8;
      /* 取消下划线 */
      text-decoration: none;
}
.dd-agreement-wrap .dd-checkBox-wrapper .dd-checkBox[data-v-463834b8] {
      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-463834b8] {
        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-463834b8] {
          display: inline-block;
          width: 8px;
}
.dd-agreement-wrap .dd-checkBox-tips[data-v-463834b8] {
    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-ed0a9686] {
}
.create-subject-modal .modal-content[data-v-ed0a9686] {
}
.create-subject-modal .modal-content .label[data-v-ed0a9686] {
      margin-bottom: 8px;
      color: #111418;
      font-weight: 500;
      font-size: 14px;
}
.create-subject-modal .modal-content .required[data-v-ed0a9686] {
      margin-left: 4px;
      color: #ff6a41;
}
.create-subject-modal .modal-footer[data-v-ed0a9686] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}
.create-subject-modal .modal-footer .left-buttons[data-v-ed0a9686] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      cursor: pointer;
}
.create-subject-modal .modal-footer .right-buttons[data-v-ed0a9686] {
      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-35331304] {
}
.move-note-modal .modal-content[data-v-35331304] {
}
.move-note-modal .modal-content .modal-content-wrapper[data-v-35331304] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex: 1;
      flex-direction: column;
      min-height: 0;
}
.move-note-modal .modal-content[data-v-35331304] {
    height: 380px;
}
  /* width: 550px; */
.move-note-modal .modal-content .n-scrollbar[data-v-35331304] {
      overflow: hidden;
}
.move-note-modal .modal-content .n-scrollbar-container[data-v-35331304] {
      overflow-y: auto !important;
}
.move-note-modal .team-header[data-v-35331304] {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}
.move-note-modal .modal-footer[data-v-35331304] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}
.move-note-modal .modal-footer .left-buttons[data-v-35331304] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      cursor: pointer
}
.move-note-modal .modal-footer .left-buttons img[data-v-35331304] {
        margin-right: 6px;
}
.move-note-modal .modal-footer .left-buttons span[data-v-35331304] {
        font-weight: 500;
        font-size: 14px;
}
.move-note-modal .modal-footer .right-buttons[data-v-35331304] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 12px;
}
.move-note-modal .move-modal-wrap[data-v-35331304] {
    /* width: 550px; */
    height: 380px;
    background-color: #fff;
    border-radius: 16px
}
.move-note-modal .move-modal-wrap .back-icon[data-v-35331304] {
      position: absolute;
      top: 22px;
      left: 11px;
}
.move-note-modal .move-modal-wrap .breadcrumb[data-v-35331304] {
      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-35331304]::-webkit-scrollbar {
        /* Chrome, Safari and Opera */
        display: none;
}
.move-note-modal .move-modal-wrap .folder-list[data-v-35331304] {
      height: 200px;
      overflow: hidden
}
.move-note-modal .move-modal-wrap .folder-list .folder-item[data-v-35331304] {
        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-35331304]:hover {
          background-color: rgba(229, 230, 234, 0.5);
}
.move-note-modal .move-modal-wrap .folder-list .folder-item[data-v-35331304]:last-child {
          border-bottom: none;
}
.move-note-modal .move-modal-wrap .folder-list .folder-item .title[data-v-35331304] {
          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-35331304] {
            margin-right: 10px;
}
.move-note-modal .move-modal-wrap .folder-list .folder-item .title .n-input[data-v-35331304] {
            width: 250px;
            border: 1px solid #e5e6ea;
}
.move-note-modal .move-modal-wrap .folder-list .folder-item .error[data-v-35331304] {
          margin-left: 4px;
          color: #f05554;
          font-size: 12px;
}
.move-note-modal .move-modal-wrap .action-buttons[data-v-35331304] {
      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-35331304] {
        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-35331304] {
          margin-right: 6px;
}
.move-note-modal .move-modal-wrap .action-buttons .left-buttons span[data-v-35331304] {
          font-weight: 500;
          font-size: 14px;
}
.move-note-modal .move-modal-wrap .action-buttons .right-buttons[data-v-35331304] {
        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-52b8773c] {
  width: 12px;
  height: 12px;
  background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjA1NDA1.png'); /* default, dedao, dedao_resource */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
.tag-icon.weread[data-v-52b8773c] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjM3NzIw.png');
}
.tag-icon.flomo[data-v-52b8773c] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjQwMDU3.png');
}
.tag-icon.dd[data-v-52b8773c] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjQxNzE1.png');
}
.tag-icon.obsidian[data-v-52b8773c] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjQzMTY5.png');
}
.tag-icon.ai_image[data-v-52b8773c] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzE5MTk4Mzk3.png');
}
.tag-icon.ai_link[data-v-52b8773c] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzE5MjAwMTYz.png');
}
.tag-icon.ai_audio[data-v-52b8773c] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzE5MTk4MzUy.png');
}
.tag-icon.knowledge[data-v-52b8773c] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc0MzM5MzI3OTkx.png');
}
.tag-icon.book[data-v-52b8773c] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc1NjcxNTEyOTU4.png');
}
.tag-icon.yinxiang[data-v-52b8773c] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc1NDAzMTcyODAz.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-721382be] {
  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-721382be]: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-721382be] {
    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-721382be] {
    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-721382be] {
      color: #8a8f99;
      font-size: 12px;
}
.note-card .card-bottom .card-bottom-option[data-v-721382be] {
      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-721382be] {
        position: relative
}
.note-card .card-bottom .card-bottom-option .card-bottom-add .hover-bubble[data-v-721382be] {
          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-721382be] {
            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;
}


.share-modal-wrap {
}
.share-modal-wrap .share-url {
}
.share-modal-wrap .share-url .n-input {
}
  /* stylelint-disable-next-line selector-class-pattern */
.share-modal-wrap .share-url .n-input .n-input__border {
        border: 0;
}


.share-modal-wrap[data-v-2255f5ee] {
  width: 480px;
  padding: 24px
}
.share-modal-wrap .share-modal-title[data-v-2255f5ee] {
}
.share-modal-wrap .share-modal-title .title-text[data-v-2255f5ee] {
      color: #111418;
      font-weight: 600;
      font-size: 24px;
}
.share-modal-wrap .share-modal-title .title-desc[data-v-2255f5ee] {
      margin-top: 4px;
      color: #292d34;
      font-weight: 400;
      font-size: 14px;
}
.share-modal-wrap .share-switch[data-v-2255f5ee] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 16px
}
.share-modal-wrap .share-switch .n-switch[data-v-2255f5ee] {
      margin-right: 8px;
}
.share-modal-wrap .share-options[data-v-2255f5ee] {
    margin-top: 12px;
    padding: 0 16px;
    background: #f5f7fa;
    border-radius: 12px
}
.share-modal-wrap .share-options .share-options-item[data-v-2255f5ee] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer
}
.share-modal-wrap .share-options .share-options-item[data-v-2255f5ee]:not(:last-child) {
        border-bottom: 1px solid #e5e6ea;
}
.share-modal-wrap .share-options .share-options-item-content[data-v-2255f5ee] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      padding: 14px 0
}
.share-modal-wrap .share-options .share-options-item-content .item-text[data-v-2255f5ee] {
        color: #292d34;
        font-weight: 500;
        font-size: 15px;
        font-style: normal;
        line-height: normal;
}
.share-modal-wrap .share-options .share-options-item-content .item-text-desc[data-v-2255f5ee] {
        margin-top: 2px;
        color: #8a8f99;
        font-weight: 400;
        font-size: 13px;
        font-style: normal;
        line-height: normal;
}
.share-modal-wrap .share-url[data-v-2255f5ee] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 40px;
    margin: 20px 0;
    color: #111418;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #e5e6ea;
    border-radius: 8px
}
.share-modal-wrap .share-url.disabled[data-v-2255f5ee] {
      color: #adb3be;
      background-color: #f9f9fc;
      -webkit-user-select: none;
              user-select: none;
}
.share-modal-wrap .share-url .n-icon[data-v-2255f5ee] {
      margin: 0 12px;
      font-size: 20px;
}
.share-modal-wrap .n-button[data-v-2255f5ee] {
    width: 160px;
    height: 36px;
}


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


.note-list[data-v-4d8710b7] {
}
.note-list .list-loading[data-v-4d8710b7] {
    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-4d8710b7] {
    margin: 36px 0 12px;
    color: #111418;
    font-weight: bold;
    font-size: 18px;
}
.note-list .note-card[data-v-4d8710b7] {
    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-4d8710b7] {
      font-size: 18px;
}
.note-list-loading[data-v-4d8710b7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.note-list-empty[data-v-4d8710b7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - var(--header-height) - 50px);
  margin-top: 24px;
  padding: 16px;
  font-size: 16px;
  background: #fff;
  border-radius: 16px
}
.note-list-empty .empty-image[data-v-4d8710b7] {
    width: 268px;
    height: 145px;
    margin-bottom: 20px;
    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-4d8710b7] {
    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-08066ec4] {
  height: 100%
}
.simple-editor-wrap .note-edit-title[data-v-08066ec4] {
    width: 100%;
    margin: 0 0 12px;
    padding: 0 4px;
    font-weight: bold;
    font-size: 24px;
    border: none;
}
.simple-editor-wrap .note-editor[data-v-08066ec4] {
    padding: 4px 4px 0;
    overflow-y: hidden
}
.simple-editor-wrap .note-editor[data-v-08066ec4] .tiptap {
      height: auto;
      max-height: -webkit-max-content;
      max-height: -moz-max-content;
      max-height: max-content;
}
.simple-editor-wrap[data-v-08066ec4] .aie-content {
    padding: 4px 2px;
}


.write-note-wrap[data-v-fda87b1c] {
  width: 800px
}
.write-note-wrap .component-title[data-v-fda87b1c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.write-note-wrap .component-title .title-text[data-v-fda87b1c] {
      flex: 1;
      margin-right: 74px;
      font-weight: 500;
      font-size: 24px;
      text-align: center;
}
.write-note-wrap .component-inner[data-v-fda87b1c] {
    height: 400px;
    margin: 16px 0;
}
.write-note-wrap .component-btns[data-v-fda87b1c] {
    width: 100%;
    text-align: right
}
.write-note-wrap .component-btns .single-btn[data-v-fda87b1c] {
      width: 68px;
      height: 40px;
      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-f5f8f30a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start
}
.selected-tags .text[data-v-f5f8f30a] {
    width: 42px;
    color: #8a8f99;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
}
.selected-tags .tag-list[data-v-f5f8f30a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center
}
.selected-tags .tag-list .tag[data-v-f5f8f30a] {
      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-f5f8f30a] {
        margin-right: 2px;
        color: #677084;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
}
.selected-tags .tag-list .tag .iconfont[data-v-f5f8f30a] {
        cursor: pointer;
}
.note-tagline[data-v-f5f8f30a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -8px
}
.note-tagline[data-v-f5f8f30a] * {
    box-sizing: border-box;
}
.note-tagline .tag-title[data-v-f5f8f30a] {
    flex-shrink: 0;
    color: #8a8f99;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.note-tagline .tag-list[data-v-f5f8f30a] {
    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-f5f8f30a] {
      margin-bottom: 8px;
      cursor: pointer
}
.note-tagline .tag-list .note-tag-item[data-v-f5f8f30a]:not(:last-child) {
        margin-right: 8px;
}
.note-tagline .tag-list .note-tag-add[data-v-f5f8f30a] {
      margin: 0 8px 8px 0;
}
.note-tagline .tag-list .note-tag-ai[data-v-f5f8f30a] {
      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-f5f8f30a]:not(:last-child) {
        margin-right: 8px;
}
.note-tagline .tag-list .note-tag-ai[data-v-f5f8f30a] .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-f5f8f30a] {
        position: relative;
        top: 4px;
        left: -3px;
        display: block;
        transform: none;
}


.note-edit[data-v-4b9c4c0f] {
  height: calc(100% - 26px)
}
.note-edit[data-v-4b9c4c0f] .n-spin-container {
    height: 100%
}
.note-edit[data-v-4b9c4c0f] .n-spin-container .n-spin-content {
      height: 100%;
}
.note-edit .note-edit-container[data-v-4b9c4c0f] {
    height: 100%
}
.note-edit .note-edit-container[data-v-4b9c4c0f] .dropdown-wrapper {
      top: 38px;
      bottom: auto;
      bottom: initial;
}
.note-edit .note-edit-container .note-edit-title[data-v-4b9c4c0f] {
      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-4b9c4c0f] {
      padding: 4px 4px 0;
      overflow-y: hidden
}
.note-edit .note-edit-container .note-editor[data-v-4b9c4c0f] .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;
}
}


.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-8a21fa96] {
}
.note-original-content .web-detail[data-v-8a21fa96] {
    height: 100%
}
.note-original-content .web-detail .web-title[data-v-8a21fa96] {
      margin: 0 0 16px;
      color: #111418;
      font-weight: 600;
      font-size: 24px;
}
.note-original-content .web-detail .sentence-item[data-v-8a21fa96] {
      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-8a21fa96]:not(:last-child) {
        margin-bottom: 16px;
}
.note-original-content .web-detail .sentence-item .sentence-index[data-v-8a21fa96] {
        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-8a21fa96] {
        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-8a21fa96] {
          padding: 3px 0;
          background: transparent;
}
.note-original-content .web-detail .sentence-item .sentence-starttime[data-v-8a21fa96] {
        color: #8a8f99;
        font-weight: 500;
        font-size: 14px;
}
.note-original-content .web-detail .sentence-item .sentence-playing-icon[data-v-8a21fa96] {
        width: 18px;
        height: 18px;
}
.note-original-content .web-detail .sentence-content[data-v-8a21fa96] {
      padding-left: calc(22px + 10px);
}
.note-original-content .web-detail .sentence-resource[data-v-8a21fa96] {
      width: 100%;
      border-radius: 6px;
}
.note-original-content .web-detail[data-v-8a21fa96]  {
}
.note-original-content .web-detail[data-v-8a21fa96] p {
        font-size: 16px;
        line-height: 180%;
}
.note-original-content .web-detail[data-v-8a21fa96] img {
        max-width: 100%;
}
.note-original-content .web-loading[data-v-8a21fa96] {
    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-8a21fa96] {
    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-8a21fa96] {
      width: 268px;
      margin: 0 auto 40px;
}
.note-original-content .web-empty .empty-title[data-v-8a21fa96] {
      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-164fcc77] {
  height: calc(100% - 26px)
}
.note-main .note-main-container[data-v-164fcc77] {
    height: 100%
}
.note-main .note-main-container .note-title[data-v-164fcc77] {
      margin-bottom: 8px;
      padding: 0 15px;
      color: #111418;
      font-weight: 600;
      font-size: 24px;
      font-style: normal;
      line-height: normal;
      -webkit-user-select: text;
              user-select: text;
}
.note-main .note-main-container .note-resource[data-v-164fcc77] {
      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-164fcc77] {
        color: #6884c8;
        cursor: pointer;
}
.note-main .note-main-container .note-update-time[data-v-164fcc77] {
      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-164fcc77] {
      overflow-y: hidden
}
.note-main .note-main-container .note-main-body[data-v-164fcc77] .tiptap {
        height: auto;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
}


.share-popover {
}
.share-popover .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}
.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;
}
.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-5b704d56] {
}
.layout-drawer-content .user-info[data-v-5b704d56] {
    margin-top: 28px
}
.layout-drawer-content .user-info .user-avatar[data-v-5b704d56] {
      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-5b704d56] {
      margin-left: 12px;
      color: #111418;
      font-weight: 500;
      font-size: 20px;
      font-style: normal;
      line-height: normal;
}
.layout-drawer-content .button-group[data-v-5b704d56] {
    margin-top: 35px
}
.layout-drawer-content .button-group .button-item[data-v-5b704d56] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 14px;
      padding: 12px 0
}
.layout-drawer-content .button-group .button-item .iconfont[data-v-5b704d56] {
        margin-top: -3px;
        color: #292d34;
        font-size: 18px;
}
.layout-drawer-content .button-group .button-icon[data-v-5b704d56] {
      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-5b704d56] {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzYwNjA0NTgw.png');
}
.layout-drawer-content .button-group .button-icon.wx-app[data-v-5b704d56] {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTcyMDEwOTUw.png');
}
.layout-drawer-content .button-group .button-icon.download-app[data-v-5b704d56] {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTczMzQ3MTc1NDYz.png');
}
.layout-drawer-content .button-group .button-icon.callback[data-v-5b704d56] {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTcyMDExMDE0.png');
}
.layout-drawer-content .button-group .button-icon.logout[data-v-5b704d56] {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTcyMDEwOTg3.png');
}
.layout-drawer-content .button-group .button-text[data-v-5b704d56] {
      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-5b704d56] {
        color: #ff6a41;
}


.note-header-audio-player[data-v-6058ea28] {
  padding: 8.5px 20px;
  background: #f5f7fa;
  -webkit-user-select: none;
          user-select: none
}
.note-header-audio-player.note-header-audio-player-fixed[data-v-6058ea28] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}
.audio-player-content[data-v-6058ea28] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center
}
.audio-player-content .audio-player-play-btn[data-v-6058ea28] {
    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-6058ea28]:disabled {
      cursor: not-allowed;
      opacity: 0.5;
}
.audio-player-content .audio-player-play-btn .audio-player-icon[data-v-6058ea28] {
      width: 8px;
}
.audio-player-content .audio-player-time[data-v-6058ea28] {
    color: #86909c;
    font-size: 12px;
}
.audio-player-content .audio-player-progress-container[data-v-6058ea28] {
    flex: 1;
    margin: 0 8px;
    padding: 8px 0
}
.audio-player-content .audio-player-progress-container .audio-player-progress-bar[data-v-6058ea28] {
      position: relative;
      height: 4px;
      background: #e5e6ea;
      border-radius: 2px;
      cursor: pointer
}

/* 增加拖拽区域的点击范围 */
.audio-player-content .audio-player-progress-container .audio-player-progress-bar[data-v-6058ea28]::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-6058ea28] {
        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-6058ea28] {
          transition: none;
}

/* 拖拽时禁用文本选择 */
.audio-player-content.dragging[data-v-6058ea28] {
    -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-29ce07ec] {
  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-29ce07ec] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 0;
}
.note-header-link-image .grident-bg[data-v-29ce07ec] {
    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-29ce07ec] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.note-header-link-image .url[data-v-29ce07ec] {
    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-29ce07ec] {
    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-29ce07ec] {
      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-29ce07ec] {
        flex-grow: 0;
        flex-shrink: 0;
        width: 18px;
        height: 18px;
}
.note-header-link-image .link-info .link-info-content .title[data-v-29ce07ec] {
        flex: 1;
        min-width: 0;
        overflow: hidden;
        color: #c9cdd4;
        font-size: 12px;
        line-height: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
}


.tag-icon[data-v-63b424ac] {
  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-63b424ac] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjM3NzIw.png');
}
.tag-icon.flomo[data-v-63b424ac] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjQwMDU3.png');
}
.tag-icon.dd[data-v-63b424ac] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjQxNzE1.png');
}
.tag-icon.obsidian[data-v-63b424ac] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzY5NjQzMTY5.png');
}
.tag-icon.ai_image[data-v-63b424ac] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzE5MTk4Mzk3.png');
}
.tag-icon.ai_link[data-v-63b424ac] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzE5MjAwMTYz.png');
}
.tag-icon.ai_audio[data-v-63b424ac] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzE5MTk4MzUy.png');
}
.tag-icon.knowledge[data-v-63b424ac] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc0MzM5MzI3OTkx.png');
}
.tag-icon.book[data-v-63b424ac] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc1NjcxNTEyOTU4.png');
}
.tag-icon.yinxiang[data-v-63b424ac] {
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc1NDAzMTcyODAz.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-8053c208] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 20px
}
.note-header-relate-info .title[data-v-8053c208] {
    margin: 0;
    color: #1d2129;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%; /* 33px */
}
.note-header-relate-info .note-tag-list[data-v-8053c208] {
    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-8053c208] {
      /* margin-bottom: 8px; */
      cursor: pointer
}
.note-header-relate-info .note-tag-list .note-tag-item[data-v-8053c208]:not(:last-child) {
        /* margin-right: 8px; */
}
.note-header-relate-info .note-tag-list .note-tag-item.topic[data-v-8053c208] {
        color: #1d2129;
}
.note-header-relate-info .time[data-v-8053c208] {
    /* margin-top: 20px; */
}
.note-header-relate-info .tags-wrapper[data-v-8053c208] {
    /* margin-top: 20px; */
}
.note-header-relate-info .topic-wrapper[data-v-8053c208] {
    /* margin-top: 20px; */
}


.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-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-66f5a662] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%
}
.card-image .img-item[data-v-66f5a662] {
    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-66f5a662] {
    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-66f5a662] {
      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-055a3218] {
  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-055a3218] {
    margin: 0;
    color: #1d2129;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
}
.note-card .content[data-v-055a3218] {
    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-055a3218] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.note-card .footer .time[data-v-055a3218] {
      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 */
.note-tabs-common {
}
.note-tabs-common .n-tabs-tab {
    font-size: 16px !important;
}
.note-tabs-common .n-tabs-tab__label {
    color: #8a8f99 !important;
}
.note-tabs-common .n-tabs-tab--active .n-tabs-tab__label {
    color: #1d2129 !important;
    font-weight: 500 !important;
}
.note-tabs-common .n-tab-pane {
    padding-top: 20px !important;
}
.note-tabs-common .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 */
.note-tabs-common {
}
.note-tabs-common .n-tabs-tab {
    font-size: 16px !important;
}
.note-tabs-common .n-tabs-tab__label {
    color: #8a8f99 !important;
}
.note-tabs-common .n-tabs-tab--active .n-tabs-tab__label {
    color: #1d2129 !important;
    font-weight: 500 !important;
}
.note-tabs-common .n-tab-pane {
    padding-top: 20px !important;
}
.note-tabs-common .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 */
.note-tabs-common {
}
.note-tabs-common .n-tabs-tab {
    font-size: 16px !important;
}
.note-tabs-common .n-tabs-tab__label {
    color: #8a8f99 !important;
}
.note-tabs-common .n-tabs-tab--active .n-tabs-tab__label {
    color: #1d2129 !important;
    font-weight: 500 !important;
}
.note-tabs-common .n-tab-pane {
    padding-top: 20px !important;
}
.note-tabs-common .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 */
.note-tabs-common {
}
.note-tabs-common .n-tabs-tab {
    font-size: 16px !important;
}
.note-tabs-common .n-tabs-tab__label {
    color: #8a8f99 !important;
}
.note-tabs-common .n-tabs-tab--active .n-tabs-tab__label {
    color: #1d2129 !important;
    font-weight: 500 !important;
}
.note-tabs-common .n-tab-pane {
    padding-top: 20px !important;
}
.note-tabs-common .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 */
.note-tabs-common {
}
.note-tabs-common .n-tabs-tab {
    font-size: 16px !important;
}
.note-tabs-common .n-tabs-tab__label {
    color: #8a8f99 !important;
}
.note-tabs-common .n-tabs-tab--active .n-tabs-tab__label {
    color: #1d2129 !important;
    font-weight: 500 !important;
}
.note-tabs-common .n-tab-pane {
    padding-top: 20px !important;
}
.note-tabs-common .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-16d39e58] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 12px
}
.note-ref-content-wrapper .note-ref[data-v-16d39e58] {
    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-16d39e58] {
      color: #8a8f99;
      font-weight: 400;
      font-size: 14px;
      font-style: normal;
      line-height: 180%; /* 25.2px */
}

/* stylelint-disable selector-class-pattern */
.note-tabs-common {
}
.note-tabs-common .n-tabs-tab {
    font-size: 16px !important;
}
.note-tabs-common .n-tabs-tab__label {
    color: #8a8f99 !important;
}
.note-tabs-common .n-tabs-tab--active .n-tabs-tab__label {
    color: #1d2129 !important;
    font-weight: 500 !important;
}
.note-tabs-common .n-tab-pane {
    padding-top: 20px !important;
}
.note-tabs-common .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-6515cb06] {
  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-4faf1ee2] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  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-4faf1ee2] {
    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-4faf1ee2] {
      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-4faf1ee2] {
        height: 20px;
}
.share-fixed-bar .share-fixed-bar-container .share-fixed-bar-logo .logo-right[data-v-4faf1ee2] {
        height: 16px;
}
.share-fixed-bar .share-fixed-bar-container .share-fixed-bar-info[data-v-4faf1ee2] {
      color: #86909c;
      font-size: 12px;
      line-height: 1;
}
.share-fixed-bar .extra-operation[data-v-4faf1ee2] {
    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-4faf1ee2] {
    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-4faf1ee2] {
      position: fixed;
      right: 0;
      z-index: 9999999;
      width: 300px;
      height: 90px;
      margin-right: 20px;
}
.share-fixed-footer[data-v-4faf1ee2] {
  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-4faf1ee2] {
    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-4faf1ee2] {
    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-4faf1ee2],
    .share-fixed-footer .share-fixed-footer-content .open-app-to-check[data-v-4faf1ee2] {
      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-4faf1ee2], .share-fixed-footer .share-fixed-footer-content .open-app-to-check > span[data-v-4faf1ee2] {
        color: #1d2129;
        font-size: 14px;
}
.share-fixed-footer .share-fixed-footer-content .ai-kurisu[data-v-4faf1ee2] {
}
.share-fixed-footer .share-fixed-footer-content .ai-kurisu > img[data-v-4faf1ee2] {
        width: 17px;
}


.note-share-detail-page[data-v-3f2631f8] {
  max-width: 774px;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  background: #fff
}
.note-share-detail-page[data-v-3f2631f8] .aie-resize-wrapper {
    justify-content: center;
    width: 100%;
}
.note-share-detail-page .note-skeleton[data-v-3f2631f8] {
    margin: 20px auto 0;
    padding: 0 20px;
}
.note-share-detail-page .note-error-wrap[data-v-3f2631f8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh
}
.note-share-detail-page .note-error-wrap .logo-wrapper[data-v-3f2631f8] {
      position: fixed;
      top: 16px;
      left: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 8px;
      align-items: center
}
.note-share-detail-page .note-error-wrap .logo-wrapper .logo-left[data-v-3f2631f8] {
        height: 20px;
}
.note-share-detail-page .note-error-wrap .logo-wrapper .logo-right[data-v-3f2631f8] {
        height: 16px;
}
.note-share-detail-page .note-error-wrap .error-image[data-v-3f2631f8] {
      width: 268px;
}
.note-share-detail-page .note-error-wrap .error-text[data-v-3f2631f8] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      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-3f2631f8] {
      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-3f2631f8] {
    margin: 0 auto;
    background-color: #fff
}
.note-share-detail-page .note-content-wrap .note-share-save[data-v-3f2631f8] {
      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-header-relate-info-wrap[data-v-3f2631f8] {
      position: relative;
      /* z-index: 10; */
      background-color: #fff;
}
.note-share-detail-page .note-content-wrap .note-main-body[data-v-3f2631f8] {
      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-1a402566] {
  height: calc(100% - 26px)
}
.note-main .note-content[data-v-1a402566] {
    margin-top: 10px;
    margin-bottom: 12px;
    color: #292d34;
    font-size: 16px;
    line-height: 180%;
}
.note-main .note-main-container[data-v-1a402566] {
    height: 100%
}
.note-main .note-main-container .note-title[data-v-1a402566] {
      margin-bottom: 8px;
      color: #111418;
      font-weight: 600;
      font-size: 24px;
      font-style: normal;
      line-height: normal;
      -webkit-user-select: text;
              user-select: text;
}
.note-main .note-main-container .note-resource[data-v-1a402566] {
      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-1a402566] {
        color: #6884c8;
        cursor: pointer;
}
.note-main .note-main-container .note-update-time[data-v-1a402566] {
      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-1a402566] {
      overflow-y: hidden
}
.note-main .note-main-container .note-main-body.app[data-v-1a402566] {
}
.note-main .note-main-container .note-main-body.app .note-title[data-v-1a402566] {
          margin-top: 20px;
}
.note-main .note-main-container .note-main-body[data-v-1a402566] .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;
}


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


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


.import-data-item[data-v-60c52107] {
  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-60c52107]:not(:last-child) {
    margin-bottom: 8px;
}
.import-data-item .item-status[data-v-60c52107] {
    margin-right: 8px;
    cursor: auto
}
.import-data-item .item-status.skipped[data-v-60c52107] {
      color: #6884c8;
}
.import-data-item .item-status.success[data-v-60c52107] {
      color: #00b42a;
}
.import-data-item .item-status.failed[data-v-60c52107] {
      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-4bd2aeb6] {
}
.import-note-wrapper .box-wrapper[data-v-4bd2aeb6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 48px;
    padding: 40px;
    background: #fff;
    border-radius: 24px;
}
  /* 导入中 */
.import-note-wrapper .importing[data-v-4bd2aeb6] {
}
.import-note-wrapper .importing .title[data-v-4bd2aeb6] {
      color: #111418;
      font-weight: 500;
      font-size: 20px
}
.import-note-wrapper .importing .title .percent[data-v-4bd2aeb6] {
        color: #ff6a41;
        font-weight: 500;
}
.import-note-wrapper .importing .progress-bar[data-v-4bd2aeb6] {
      position: relative;
      width: 100%;
      height: 24px;
      margin: 16px 0 0;
      background: #f2f2f3;
      border-radius: 6px
}
.import-note-wrapper .importing .progress-bar .bar[data-v-4bd2aeb6] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: #ff6a41;
        border-radius: 6px;
}
.import-note-wrapper .importing .import-progress[data-v-4bd2aeb6] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: space-around;
      width: 100%;
      margin-top: 40px
}
.import-note-wrapper .importing .import-progress .import-progress-item[data-v-4bd2aeb6] {
        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-4bd2aeb6] {
        color: #111418;
        font-weight: 500;
        font-size: 20px;
        font-style: normal;
        line-height: normal;
}
.import-note-wrapper .importing .import-progress .item-text[data-v-4bd2aeb6] {
        margin-top: 2px;
        color: #677084;
        font-weight: 400;
        font-size: 12px;
        font-style: normal;
        line-height: 160%; /* 19.2px */
}
.import-note-wrapper .importing .import-data[data-v-4bd2aeb6] {
      width: 100%;
      height: 270px;
      margin-top: 20px;
      padding: 16px;
      background: #fff;
      border: 1px solid #e5e6ea;
      border-radius: 12px;
}
  /* 导入完成 */
.import-note-wrapper .import-complete[data-v-4bd2aeb6] {
}
.import-note-wrapper .import-complete .title[data-v-4bd2aeb6] {
      margin-bottom: 32px;
      color: #111418;
      font-weight: 500;
      font-size: 24px
}
.import-note-wrapper .import-complete .title .percent[data-v-4bd2aeb6] {
        color: #ff6a41;
        font-weight: 500;
}
.import-note-wrapper .import-complete .import-question[data-v-4bd2aeb6] {
      width: 100%;
      max-width: 600px
}
.import-note-wrapper .import-complete .import-question .question-title[data-v-4bd2aeb6] {
        color: #292d34;
        font-weight: 500;
        font-size: 16px;
        font-style: normal;
        line-height: 180%; /* 28.8px */
}
.import-note-wrapper .import-complete .import-question .question-desc[data-v-4bd2aeb6] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 9px;
        color: #677084;
        font-weight: 400;
        font-size: 14px;
        font-style: normal;
        line-height: 180%
}
  /* 25.2px */
.import-note-wrapper .import-complete .import-question .question-desc img[data-v-4bd2aeb6] {
          margin: 0 8px;
}
@media (max-width: 1023px) {
.import-note-wrapper[data-v-4bd2aeb6] {
}
.import-note-wrapper .box-wrapper[data-v-4bd2aeb6] {
      margin-bottom: 32px;
      padding: 24px 16px;
}
.import-note-wrapper .importing[data-v-4bd2aeb6] {
}
.import-note-wrapper .importing .title[data-v-4bd2aeb6] {
        font-size: 18px;
}
.import-note-wrapper .import-complete[data-v-4bd2aeb6] {
}
.import-note-wrapper .import-complete .title[data-v-4bd2aeb6] {
        margin-bottom: 12px;
        font-size: 18px;
}
}


.yinxiang-rules-wrapper[data-v-da41dbac] {
  width: 100%;
  margin-top: 32px
}
.yinxiang-rules-wrapper .item[data-v-da41dbac] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #292d34;
    font-weight: 400;
    font-size: 16px;
    font-family: 'PingFang SC', sans-serif;
    line-height: 160%
}
.yinxiang-rules-wrapper .item .href-text[data-v-da41dbac] {
      color: #5182ff;
}
.yinxiang-rules-wrapper .image[data-v-da41dbac] {
    width: 100%
}
.yinxiang-rules-wrapper .image .img[data-v-da41dbac] {
      width: 100%;
      min-width: 520px;
      border-radius: 16px;
}


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

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


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


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


.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-0172b68a] {
  box-sizing: border-box
}
.sync-wrap .sync-page-main[data-v-0172b68a] {
    flex: 1;
    margin: 0 auto;
    padding: 20px 20px 12px;
}
.sync-wrap .title[data-v-0172b68a] {
    color: #111418;
    font-weight: 500;
    font-size: 24px;
}
@media (max-width: 1023px) {
.sync-wrap[data-v-0172b68a] {
}
.sync-wrap .sync-page-main[data-v-0172b68a] {
      padding: 0 20px 12px;
}
.sync-wrap .title[data-v-0172b68a] {
      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-a2434622] {
}
.tag-home-page .tag-page-main[data-v-a2434622] {
    position: relative;
    flex: 1;
    margin: 0 auto;
    padding: 0 20px
}
.tag-home-page .tag-page-main .tag-page-empty[data-v-a2434622] {
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      transform: translate(-50%, -50%)
}
.tag-home-page .tag-page-main .tag-page-empty img[data-v-a2434622] {
        display: block;
        margin: 0 auto;
}
.tag-home-page .tag-page-main .tag-page-empty .tips[data-v-a2434622] {
        margin-top: 40px;
        color: #5e636d;
        font-size: 14px;
}


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


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


.book-top-bar[data-v-0d2d90ee] {
  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
}
.book-top-bar .book-top-bar-logo[data-v-0d2d90ee] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    align-items: center;
}
.book-top-bar .book-top-bar-btn[data-v-0d2d90ee] {
    padding: 4px 14px;
    color: #fff;
    font-size: 12px;
    background-color: #111418;
    border-radius: 100px;
}
.book-top-bar .book-top-bar-user[data-v-0d2d90ee] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.book-top-bar .book-top-bar-user .book-top-bar-subscribe[data-v-0d2d90ee] {
      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
}
.book-top-bar .book-top-bar-user .book-top-bar-subscribe.subscribed[data-v-0d2d90ee] {
        color: #adb3be;
}


.topic-note-list[data-v-78bf3a92] {
}
.topic-note-list .topic-note-item[data-v-78bf3a92] {
    margin-bottom: 12px;
    padding: 16px;
    background-color: #fff;
    border-radius: 12px
}
.topic-note-list .topic-note-item .topic-note-item-title[data-v-78bf3a92] {
      color: #292d34;
      font-weight: 600;
      font-size: 19px;
      line-height: 25.5px;
}
.topic-note-list .topic-note-item .link-unstart[data-v-78bf3a92] {
      color: #8a8f99;
      font-size: 14px
}
.topic-note-list .topic-note-item .link-unstart .hight-light[data-v-78bf3a92] {
        color: #ff6a41;
        font-weight: 500;
}
.topic-note-list .topic-note-item .link-started[data-v-78bf3a92] {
      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-78bf3a92] {
        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-78bf3a92] {
      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-78bf3a92] {
      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-78bf3a92] {
      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-78bf3a92] {
        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-78bf3a92] {
        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-78bf3a92] {
          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-78bf3a92] {
          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-78bf3a92] {
          margin-top: 5px;
}
.topic-note-list .topic-note-item .topic-note-item-link .topic-note-item-link-title[data-v-78bf3a92] {
        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-78bf3a92] {
        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-78bf3a92] {
        flex: 0 0 auto;
        margin-right: 12px;
        background-color: #f5f7fa;
}
.topic-note-list .topic-note-item .topic-note-item-voice[data-v-78bf3a92] {
      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-78bf3a92] {
        margin-right: 12px;
}
.topic-note-list .topic-note-item .topic-note-item-ref[data-v-78bf3a92] {
      margin-top: 8px;
      padding-left: 12px;
      border-left: 3px solid #e5e6ea;
}
.topic-note-list .topic-note-item .topic-note-item-img[data-v-78bf3a92] {
      margin-top: 8px
}
.topic-note-list .topic-note-item .topic-note-item-img .n-image[data-v-78bf3a92] {
        background-color: #f5f7fa;
        border-radius: 8px;
}
.topic-note-list .loading[data-v-78bf3a92] {
    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-78bf3a92] {
}
.topic-note-list .no-content-wrap img[data-v-78bf3a92] {
      display: block;
      margin: 0 auto;
      margin-top: 40px;
}
.topic-note-list .no-content-wrap .no-content-text[data-v-78bf3a92] {
      margin-top: 20px;
      margin-bottom: 40px;
      color: #292d34;
      font-weight: 500;
      text-align: center;
}


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


.book-h5-detail-container[data-v-735bafd6] {
  width: 100%;
  max-width: 774px;
  height: 100%;
  margin: 0 auto;
  background-color: #f5f7fa
}
.book-h5-detail-container .share-fixed-footer[data-v-735bafd6] {
    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
}
.book-h5-detail-container .share-fixed-footer .grident-bg[data-v-735bafd6] {
      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;
}
.book-h5-detail-container .share-fixed-footer .share-fixed-footer-content[data-v-735bafd6] {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      align-items: center
}
.book-h5-detail-container .share-fixed-footer .share-fixed-footer-content .ai-kurisu[data-v-735bafd6],
      .book-h5-detail-container .share-fixed-footer .share-fixed-footer-content .open-app-to-check[data-v-735bafd6] {
        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)
}
.book-h5-detail-container .share-fixed-footer .share-fixed-footer-content .ai-kurisu > span[data-v-735bafd6], .book-h5-detail-container .share-fixed-footer .share-fixed-footer-content .open-app-to-check > span[data-v-735bafd6] {
          color: #1d2129;
          font-size: 14px;
}
.book-h5-detail-container .share-fixed-footer .share-fixed-footer-content .ai-kurisu[data-v-735bafd6] {
}
.book-h5-detail-container .share-fixed-footer .share-fixed-footer-content .ai-kurisu > img[data-v-735bafd6] {
          width: 17px;
}
.book-h5-detail-container .book-header[data-v-735bafd6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-top: 24px;
    padding: 0 20px;
    padding-top: 44px
}
.book-h5-detail-container .book-header .book-header-cover[data-v-735bafd6] {
      width: 73px;
      height: 110px
}
.book-h5-detail-container .book-header .book-header-cover img[data-v-735bafd6] {
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.book-h5-detail-container .book-header .book-header-info[data-v-735bafd6] {
      margin-left: 12px
}
.book-h5-detail-container .book-header .book-header-info .book-header-title[data-v-735bafd6] {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 18px;
}
.book-h5-detail-container .book-header .book-header-info .book-header-author[data-v-735bafd6] {
        margin-bottom: 4px;
        color: #4e5969;
        font-size: 14px;
}
.book-h5-detail-container .book-header .book-header-info .book-header-press[data-v-735bafd6] {
        color: #86909c;
        font-size: 14px;
}
.book-h5-detail-container .book-detail-content[data-v-735bafd6] {
    padding: 0 20px
}
.book-h5-detail-container .book-detail-content .book-detail-note-count[data-v-735bafd6] {
      margin: 20px 0 16px;
      color: #4e5969;
      font-size: 14px;
}
.book-h5-detail-container .book-footer[data-v-735bafd6] {
    margin: 24px 0 0;
    color: #adb3be;
    font-size: 12px;
    text-align: center;
}
.book-h5-detail-container .open-default-browser-modal[data-v-735bafd6] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6)
}
.book-h5-detail-container .open-default-browser-modal img[data-v-735bafd6] {
      position: fixed;
      right: 0;
      z-index: 12;
      width: 300px;
      height: 90px;
      margin-right: 20px;
}


.book-h5-detail-container {
}
.book-h5-detail-container .n-scrollbar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%
}
.book-h5-detail-container .n-scrollbar-content .scroll-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex: 1;
      flex-direction: column;
}


.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-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-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.a03d4cdc.css.map*/