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

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

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

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

/* 额外的强制限制 */
.pdf-content[data-v-38b8f2d4] div[data-page] {
  max-width: 774px !important;
  margin: 0 auto !important;
}
.pdf-page[data-v-38b8f2d4] {
  padding-top: 10px;
  background: #f2f2f3;
}
.edit-toolbar[data-v-38b8f2d4] {
  display: none !important;
}
.pdf-placeholder[data-v-38b8f2d4] {
  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-resource-link[data-v-17542668] {
  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;
}
.title-ellipsis[data-v-17542668] {
  display: inline-block;
  max-width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}
.force-break[data-v-17542668] {
  overflow-wrap: anywhere !important;
  -webkit-hyphens: auto !important;
      hyphens: auto !important;
  line-break: anywhere !important;
}
p[data-v-17542668] {
  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-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-18a6f78e] {
  word-break: break-all;
}


.daily-content-wrapper[data-v-1e3d3639] {
  margin-top: 12px;
  color: #1d2129;
  font-size: 16px;
  font-family: 'PingFang SC', sans-serif;
  line-height: 170%
}
.daily-content-wrapper[data-v-1e3d3639] .markdown-render-container {
}
.daily-content-wrapper[data-v-1e3d3639] .markdown-render-container .md-text {
      letter-spacing: 1px;
}
.daily-content-wrapper[data-v-1e3d3639] .markdown-render-container a.md-text {
      color: #1d2129;
      font-weight: 500;
      text-decoration: underline
}
.daily-content-wrapper[data-v-1e3d3639] .markdown-render-container a.md-text:hover {
        color: #1d2129;
}
.more-item[data-v-1e3d3639] {
  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-e9501f38] {
  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-e9501f38] {
  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-e9501f38] {
    /* 32 + 8 + 32 */
    /* width: calc(100% - 72px); */
    flex: 1;
    overflow: hidden
}

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


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


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


.footer-operation[data-v-83b6a4d0] {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.hover-container[data-v-83b6a4d0] {
}
.hover-container[data-v-83b6a4d0]:hover {
}
.hover-container:hover .footer-operation[data-v-83b6a4d0] {
      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-566e9799] {
  width: 15px;
  height: 18px;
}


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

  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none
} /* Firefox */
textarea[data-v-3e2deabb]::-webkit-scrollbar {
    /* Chrome, Safari and Opera */
    display: none;
}
textarea[data-v-3e2deabb]: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-2c8fc79e] {
  position: relative;
  box-sizing: border-box;
  width: 280px;
  height: 305px;
  padding: 16px;
  font-family: 'PingFang SC';
  text-align: center;
  background-color: #fff;
  border-radius: 16px
}
.modal-prompt .close[data-v-2c8fc79e] {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 25px;
    cursor: pointer;
}
.modal-prompt img[data-v-2c8fc79e] {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}
.modal-prompt .title[data-v-2c8fc79e] {
    color: #111418;
    font-weight: 500;
    font-size: 18px;
}
.modal-prompt .msg[data-v-2c8fc79e] {
    margin-top: 22px;
    color: #3d465a;
    font-size: 14px;
}
.modal-prompt .desc[data-v-2c8fc79e] {
    margin-top: 12px;
    color: #8a8f99;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    line-height: 160%; /* 19.2px */
    text-align: center;
}


.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: 28px
}
.layout-drawer-content .button-group .button-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      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;
}


.login-phone[data-v-0853deec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh
} /* 动态视口高度，更准确 */
.login-phone .title[data-v-0853deec] {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.login-phone .sub-title[data-v-0853deec] {
    font-weight: 400;
    font-size: 16px;
}
.login-phone .code-number[data-v-0853deec],
  .login-phone .auth-code[data-v-0853deec] {
    position: relative;
    width: 100%;
    height: 72px
}
.login-phone .code-number .code-input-module[data-v-0853deec], .login-phone .auth-code .code-input-module[data-v-0853deec] {
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: border-box;
      width: 100%;
      height: 48px;
      background-color: #f2f2f3;
      border-radius: 8px
}
.login-phone .code-number .code-input-module .code-input[data-v-0853deec], .login-phone .auth-code .code-input-module .code-input[data-v-0853deec] {
        display: block;
        box-sizing: border-box;
        height: 100%;
        font-weight: bold;
        line-height: 100%;
        background-color: #f2f2f3;
        border: 0
}

  /* 文本输入框样式 */
.login-phone .code-number .code-input-module .code-input[data-v-0853deec]::-webkit-input-placeholder, .login-phone .auth-code .code-input-module .code-input[data-v-0853deec]::-webkit-input-placeholder {
          color: #999;
          font-weight: normal;
          font-size: 16px;
}
.login-phone .code-number .code-input-module .code-input[data-v-0853deec]::placeholder, .login-phone .auth-code .code-input-module .code-input[data-v-0853deec]::placeholder {
          color: #999;
          font-weight: normal;
          font-size: 16px;
}
.login-phone .code-number .code-input-module .cancel[data-v-0853deec], .login-phone .auth-code .code-input-module .cancel[data-v-0853deec] {
        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;
}
.login-phone .code-number .code-error-tips[data-v-0853deec], .login-phone .auth-code .code-error-tips[data-v-0853deec] {
      position: absolute;
      top: 50px;
      left: 0;
      color: #ff6a41;
      font-size: 12px;
}
.login-phone .code-number[data-v-0853deec] {
    margin-top: 32px
}
.login-phone .code-number .code-input-module[data-v-0853deec] {
      box-sizing: border-box;
      padding: 13px;
      background-color: #f2f2f3
}
.login-phone .code-number .code-input-module .code-input[data-v-0853deec] {
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 100px);
        font-size: 16px;
}
.login-phone .auth-code[data-v-0853deec] {
}
.login-phone .auth-code .code-input-module[data-v-0853deec] {
      padding: 13px 16px
}
.login-phone .auth-code .code-input-module .phone-label[data-v-0853deec] {
        position: absolute;
        top: calc(50% - 12px);
        right: 16px;
        height: 20px;
        padding-left: 15px;
        font-weight: 500;
        font-size: 16px;
        cursor: wait
}
.login-phone .auth-code .code-input-module .phone-label.phone-label-valid[data-v-0853deec] {
          cursor: pointer
}
.login-phone .auth-code .code-input-module .phone-label.phone-label-valid[data-v-0853deec]:hover {
            color: #f83;
}
.login-phone .auth-code .code-input-module .phone-label.phone-label-valid[data-v-0853deec]:active {
            color: #f36500;
}
.login-phone .auth-code .code-input-module .code-input[data-v-0853deec] {
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 140px);
        font-size: 16px;
}
.login-phone .code-button-module[data-v-0853deec] {
    margin-top: 0;
    margin-bottom: 12px
}
.login-phone .code-button-module .code-button[data-v-0853deec] {
      display: block;
      width: 100%;
      padding: 10px 120px 8px;
      color: #fff;
      font-weight: 500;
      font-size: 16px;
      background: #292d34;
      border: 0;
      border-radius: 12px;
      cursor: pointer
}
.login-phone .code-button-module .code-button[data-v-0853deec]:hover {
        background: #292d34;
}
.login-phone .code-button-module .code-button[data-v-0853deec]:active {
        background: #292d34;
}
.login-phone .code-button-module .code-button[data-v-0853deec]:disabled {
        background: #88898b;
        cursor: not-allowed;
}
.login-phone .phone-summary[data-v-0853deec] {
    margin-top: 12px;
}
.content-section[data-v-0853deec] {
  flex: 0 0 auto; /* 不拉伸，保持内容原始大小 */
}
.flex-spacer[data-v-0853deec] {
  flex: 1; /* 占据所有剩余空间 */
  min-height: 20px; /* 最小高度，确保有一定间距 */
}
.footer-section[data-v-0853deec] {
  flex: 0 0 auto; /* 不拉伸，固定在底部 */
  padding-bottom: 20px; /* 底部留一些安全距离 */
}
.dd-agreement-wrap[data-v-0853deec] {
  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-0853deec] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #adb3be
}
.dd-agreement-wrap .dd-checkBox-wrapper a[data-v-0853deec] {
      color: #3d465a;
      /* 取消下划线 */
      text-decoration: none;
}
.dd-agreement-wrap .dd-checkBox-wrapper .dd-checkBox[data-v-0853deec] {
      flex-shrink: 0;
      box-sizing: border-box;
      width: 12px;
      height: 12px;
      margin-top: 2px;
      margin-right: 8px;
      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-0853deec] {
        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-0853deec] {
          display: inline-block;
          width: 8px;
}
.dd-agreement-wrap .dd-checkBox-tips[data-v-0853deec] {
    margin-left: 16px;
}


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


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


.login-phone[data-v-045906ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%
}
.login-phone .title[data-v-045906ae] {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.login-phone .sub-title[data-v-045906ae] {
    color: #6b7280;
    font-weight: 400;
    font-size: 16px;
}
.login-phone .phone-number[data-v-045906ae],
  .login-phone .auth-code[data-v-045906ae] {
    position: relative;
    width: 100%;
    height: 72px
}
.login-phone .phone-number .phone-input-module[data-v-045906ae], .login-phone .auth-code .phone-input-module[data-v-045906ae] {
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: border-box;
      width: 100%;
      height: 48px;
      background-color: #f2f2f3;
      border-radius: 8px
}
.login-phone .phone-number .phone-input-module .phone-input[data-v-045906ae], .login-phone .auth-code .phone-input-module .phone-input[data-v-045906ae] {
        display: block;
        box-sizing: border-box;
        height: 100%;
        font-weight: bold;
        line-height: 100%;
        background-color: #f2f2f3;
        border: 0
}
.login-phone .phone-number .phone-input-module .phone-input[data-v-045906ae]::-webkit-input-placeholder, .login-phone .auth-code .phone-input-module .phone-input[data-v-045906ae]::-webkit-input-placeholder {
          color: #999;
          font-weight: normal;
          font-size: 16px;
}
.login-phone .phone-number .phone-input-module .phone-input[data-v-045906ae]::placeholder, .login-phone .auth-code .phone-input-module .phone-input[data-v-045906ae]::placeholder {
          color: #999;
          font-weight: normal;
          font-size: 16px;
}
.login-phone .phone-number .phone-input-module .cancel[data-v-045906ae], .login-phone .auth-code .phone-input-module .cancel[data-v-045906ae] {
        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;
}
.login-phone .phone-number .phone-error-tips[data-v-045906ae], .login-phone .auth-code .phone-error-tips[data-v-045906ae] {
      position: absolute;
      top: 50px;
      left: 0;
      color: #ff6a41;
      font-size: 12px;
}
.login-phone .phone-number[data-v-045906ae] {
    margin-top: 32px
}
.login-phone .phone-number .phone-input-module[data-v-045906ae] {
      box-sizing: border-box;
      padding: 13px;
      background-color: #f2f2f3
}
.login-phone .phone-number .phone-input-module .phone-input[data-v-045906ae] {
        position: absolute;
        top: 0;
        left: 75px;
        width: calc(100% - 100px);
        font-size: 16px;
}
.login-phone .auth-code[data-v-045906ae] {
}
.login-phone .auth-code .phone-input-module[data-v-045906ae] {
      padding: 13px 16px
}
.login-phone .auth-code .phone-input-module .phone-label[data-v-045906ae] {
        position: absolute;
        top: calc(50% - 12px);
        right: 16px;
        height: 20px;
        padding-left: 15px;
        font-weight: 500;
        font-size: 16px;
        cursor: wait
}
.login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-045906ae] {
          cursor: pointer
}
.login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-045906ae]:hover {
            color: #f83;
}
.login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-045906ae]:active {
            color: #f36500;
}
.login-phone .auth-code .phone-input-module .phone-input[data-v-045906ae] {
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 140px);
        font-size: 16px;
}
.login-phone .phone-button-module[data-v-045906ae] {
    margin-top: 0;
    margin-bottom: 12px
}
.login-phone .phone-button-module .phone-button[data-v-045906ae] {
      display: block;
      width: 100%;
      padding: 10px 120px 8px;
      color: #fff;
      font-weight: 500;
      font-size: 16px;
      background: #292d34;
      border: 0;
      border-radius: 12px;
      cursor: pointer
}
.login-phone .phone-button-module .phone-button[data-v-045906ae]:hover {
        background: #292d34;
}
.login-phone .phone-button-module .phone-button[data-v-045906ae]:active {
        background: #292d34;
}
.login-phone .phone-button-module .phone-button[data-v-045906ae]:disabled {
        background: #88898b;
        cursor: not-allowed;
}
.login-phone .phone-summary[data-v-045906ae] {
    margin-top: 12px;
}
.content-section[data-v-045906ae] {
  flex: 0 0 auto; /* 不拉伸，保持内容原始大小 */
}
.flex-spacer[data-v-045906ae] {
  flex: 1; /* 占据所有剩余空间 */
  min-height: 20px; /* 最小高度，确保有一定间距 */
}
.footer-section[data-v-045906ae] {
  flex: 0 0 auto; /* 不拉伸，固定在底部 */
  padding-bottom: 20px; /* 底部留一些安全距离 */
}
.dd-agreement-wrap[data-v-045906ae] {
  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-045906ae] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #adb3be
}
.dd-agreement-wrap .dd-checkBox-wrapper a[data-v-045906ae] {
      color: #3d465a;
      /* 取消下划线 */
      text-decoration: none;
}
.dd-agreement-wrap .dd-checkBox-wrapper .dd-checkBox[data-v-045906ae] {
      flex-shrink: 0;
      box-sizing: border-box;
      width: 12px;
      height: 12px;
      margin-top: 2px;
      margin-right: 8px;
      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-045906ae] {
        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-045906ae] {
          display: inline-block;
          width: 8px;
}
.dd-agreement-wrap .dd-checkBox-tips[data-v-045906ae] {
    margin-left: 16px;
}


.change-mobile-main[data-v-1dcc06ee] {
  max-width: 500px;
  height: 100%;
  margin: 0 auto;
  padding: 0 16px;
}


.change-mobile-content[data-v-6b81824d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  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 .iconfont.icon-recycle {
        font-size: 18px;
}
.simple-menu .menu-item .iconfont.icon-recorder-card {
        font-size: 16px;
}
.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-0cf18cc4] {
  margin-bottom: 24px;
}


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

/* 单数子元素加一个border */
.userMenu[data-v-093b4853] > :not(:last-child) {
    border-bottom: 1px solid #e5e6ea; /* 您可以根据需要更改边框的样式 */
}
.userMenu .userMenu-item[data-v-093b4853] {
    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-093b4853]:hover {
      background-color: #e5e6ea;
}
.userMenu .userMenu-item img[data-v-093b4853] {
      margin-right: 8px;
}


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


.pc-sider[data-v-d8c65c52] {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 200px;
  padding: 24px 0 0 24px
}
.pc-sider .logo-wrap[data-v-d8c65c52] {
    position: relative;
    margin-bottom: 40px;
    font-size: 0;
}
.pc-sider .sider-logo[data-v-d8c65c52] {
    cursor: pointer;
}
.pc-sider .beta[data-v-d8c65c52] {
    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-bottom-menus[data-v-d8c65c52] {
    margin-top: 24px;
}
.pc-sider .user-info-fixed[data-v-d8c65c52] {
    padding-bottom: 32px;
}


.assistant-sider-placeholder[data-v-259d6224] {
  flex-shrink: 0;
  min-width: 104px;
  transition: all 0.3s var(--n-bezier);
  pointer-events: none
}
.assistant-sider-placeholder.show-button[data-v-259d6224] {
    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;
}
.-bottom-\[1px\] {
  bottom: -1px;
}
.-left-4 {
  left: -1rem;
}
.-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-10 {
  bottom: 2.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[12vh\] {
  bottom: 12vh;
}
.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;
}
.left-\[75px\] {
  left: 75px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-10 {
  right: 2.5rem;
}
.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-1 {
  top: 0.25rem;
}
.top-10 {
  top: 2.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-\[52px\] {
  top: 52px;
}
.top-\[calc\(50\%-7\.5px\)\] {
  top: calc(50% - 7.5px);
}
.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-\[10000000\] {
  z-index: 10000000;
}
.z-\[10000001\] {
  z-index: 10000001;
}
.z-\[10000002\] {
  z-index: 10000002;
}
.z-\[10000010\] {
  z-index: 10000010;
}
.z-\[10000011\] {
  z-index: 10000011;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2100\] {
  z-index: 2100;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.m-0 {
  margin: 0px;
}
.m-3 {
  margin: 0.75rem;
}
.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.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-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.-ml-1\.5 {
  margin-left: -0.375rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-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-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.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;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.ml-0 {
  margin-left: 0px;
}
.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;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-\[13px\] {
  margin-right: 13px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mt-0 {
  margin-top: 0px;
}
.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-12 {
  margin-top: 3rem;
}
.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-\[10px\] {
  margin-top: 10px;
}
.mt-\[120px\] {
  margin-top: 120px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[27px\] {
  margin-top: 27px;
}
.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-\[16px\] {
  width: 16px;
  height: 16px;
}
.size-\[17px\] {
  width: 17px;
  height: 17px;
}
.size-\[18px\] {
  width: 18px;
  height: 18px;
}
.size-\[22px\] {
  width: 22px;
  height: 22px;
}
.size-\[7px\] {
  width: 7px;
  height: 7px;
}
.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-14 {
  height: 3.5rem;
}
.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-\[--reka-select-trigger-height\] {
  height: var(--reka-select-trigger-height);
}
.h-\[0\.5px\] {
  height: 0.5px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[174px\] {
  height: 174px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[202px\] {
  height: 202px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[210px\] {
  height: 210px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[70vh\] {
  height: 70vh;
}
.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-96 {
  max-height: 24rem;
}
.max-h-\[1000px\] {
  max-height: 1000px;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[240px\] {
  max-height: 240px;
}
.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-\[400px\] {
  min-height: 400px;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-10 {
  width: 2.5rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.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-48 {
  width: 12rem;
}
.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-96 {
  width: 24rem;
}
.w-\[0\.5px\] {
  width: 0.5px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[203px\] {
  width: 203px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[218px\] {
  width: 218px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[53vw\] {
  width: 53vw;
}
.w-\[58px\] {
  width: 58px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[calc\(100\%-100px\)\] {
  width: calc(100% - 100px);
}
.w-\[calc\(100\%-24px\)\] {
  width: calc(100% - 24px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.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-\[--reka-select-trigger-width\] {
  min-width: var(--reka-select-trigger-width);
}
.min-w-\[98px\] {
  min-width: 98px;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[364px\] {
  max-width: 364px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[774px\] {
  max-width: 774px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[80vw\] {
  max-width: 80vw;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-md {
  max-width: 28rem;
}
.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-x-full {
  --tw-translate-x: 100%;
  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-1\/3 {
  --tw-translate-y: 33.333333%;
  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-\[0\.7\] {
  --tw-scale-x: 0.7;
  --tw-scale-y: 0.7;
  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 pulse {
50% {
    opacity: .5;
}
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@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;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.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;
}
.gap-x-\[54px\] {
  column-gap: 54px;
}
.gap-y-4 {
  row-gap: 1rem;
}
.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-\[16px\] {
  border-radius: 16px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[27px\] {
  border-radius: 27px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.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;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.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-t-0\.5 {
  border-top-width: 0.5px;
}
.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-\[\#e5e6ea\] {
  --tw-border-opacity: 1;
  border-color: rgba(229, 230, 234, 1);
  border-color: rgba(229, 230, 234, var(--tw-border-opacity, 1));
}
.border-border {
  border-color: hsl(240, 5.9%, 90%);
  border-color: hsl(var(--border));
}
.border-dark-292d34 {
  --tw-border-opacity: 1;
  border-color: rgba(41, 45, 52, 1);
  border-color: rgba(41, 45, 52, var(--tw-border-opacity, 1));
}
.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-E5E6EB {
  --tw-border-opacity: 1;
  border-color: rgba(229, 230, 235, 1);
  border-color: rgba(229, 230, 235, 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-green-C1DEDF {
  --tw-border-opacity: 1;
  border-color: rgba(193, 222, 223, 1);
  border-color: rgba(193, 222, 223, 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-\[\#000000\]\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.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-\[\#F5F7FA\] {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 247, 250, 1);
  background-color: rgba(245, 247, 250, 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-\[\#FBFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 250, 250, 1);
  background-color: rgba(251, 250, 250, 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-beige-ECDCCB {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 220, 203, 1);
  background-color: rgba(236, 220, 203, var(--tw-bg-opacity, 1));
}
.bg-beige-F9F6EE {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 246, 238, 1);
  background-color: rgba(249, 246, 238, var(--tw-bg-opacity, 1));
}
.bg-black-1D2129\/90 {
  background-color: rgba(29, 33, 41, 0.9);
}
.bg-black-292d34 {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 45, 52, 1);
  background-color: rgba(41, 45, 52, var(--tw-bg-opacity, 1));
}
.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-dark-292d34 {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 45, 52, 1);
  background-color: rgba(41, 45, 52, var(--tw-bg-opacity, 1));
}
.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-f7 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, 1);
  background-color: rgba(247, 247, 247, 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-3FA4A7 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 164, 167, 1);
  background-color: rgba(63, 164, 167, 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-549EA0 {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 158, 160, 1);
  background-color: rgba(84, 158, 160, 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\/20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.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-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.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-3FA4A7 {
  --tw-gradient-from: #3FA4A7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(63, 164, 167, 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);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 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-green-298F92 {
  --tw-gradient-to: #298F92 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\:16px_16px\] {
  background-size: 16px 16px;
}
.bg-\[length\:200\%\] {
  background-size: 200%;
}
.bg-contain {
  background-size: contain;
}
.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;
}
.object-top {
  object-position: top;
}
.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-\[120px\] {
  padding-left: 120px;
  padding-right: 120px;
}
.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-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.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;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.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-\[116px\] {
  padding-bottom: 116px;
}
.pb-\[120px\] {
  padding-bottom: 120px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[52px\] {
  padding-bottom: 52px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[88px\] {
  padding-bottom: 88px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-3\.5 {
  padding-left: 0.875rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[1px\] {
  padding-left: 1px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[1px\] {
  padding-top: 1px;
}
.pt-\[40vh\] {
  padding-top: 40vh;
}
.pt-\[45px\] {
  padding-top: 45px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
[dir="ltr"] .text-start {
  text-align: left;
}
[dir="rtl"] .text-start {
  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-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.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-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[44px\] {
  font-size: 44px;
}
.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-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.5em\] {
  line-height: 1.5em;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.leading-\[1\.8\] {
  line-height: 1.8;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-\[22\.4px\] {
  line-height: 22.4px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.leading-\[9px\] {
  line-height: 9px;
}
.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-\[\#20B159\] {
  --tw-text-opacity: 1;
  color: rgba(32, 177, 89, 1);
  color: rgba(32, 177, 89, var(--tw-text-opacity, 1));
}
.text-\[\#677084\] {
  --tw-text-opacity: 1;
  color: rgba(103, 112, 132, 1);
  color: rgba(103, 112, 132, var(--tw-text-opacity, 1));
}
.text-\[\#9884FB\] {
  --tw-text-opacity: 1;
  color: rgba(152, 132, 251, 1);
  color: rgba(152, 132, 251, 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-\[\#F05554\] {
  --tw-text-opacity: 1;
  color: rgba(240, 85, 84, 1);
  color: rgba(240, 85, 84, var(--tw-text-opacity, 1));
}
.text-\[\#F09054\] {
  --tw-text-opacity: 1;
  color: rgba(240, 144, 84, 1);
  color: rgba(240, 144, 84, 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-111418 {
  --tw-text-opacity: 1;
  color: rgba(17, 20, 24, 1);
  color: rgba(17, 20, 24, 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-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-6884c8 {
  --tw-text-opacity: 1;
  color: rgba(104, 132, 200, 1);
  color: rgba(104, 132, 200, 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-6b7280 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, 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-80858E {
  --tw-text-opacity: 1;
  color: rgba(128, 133, 142, 1);
  color: rgba(128, 133, 142, var(--tw-text-opacity, 1));
}
.text-gray-86909C {
  --tw-text-opacity: 1;
  color: rgba(134, 144, 156, 1);
  color: rgba(134, 144, 156, 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-99 {
  --tw-text-opacity: 1;
  color: rgba(153, 153, 153, 1);
  color: rgba(153, 153, 153, 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-gray-ac {
  --tw-text-opacity: 1;
  color: rgba(172, 172, 172, 1);
  color: rgba(172, 172, 172, 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-298F92 {
  --tw-text-opacity: 1;
  color: rgba(41, 143, 146, 1);
  color: rgba(41, 143, 146, var(--tw-text-opacity, 1));
}
.text-green-3FA4A7 {
  --tw-text-opacity: 1;
  color: rgba(63, 164, 167, 1);
  color: rgba(63, 164, 167, 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-red-ff6a41 {
  --tw-text-opacity: 1;
  color: rgba(255, 106, 65, 1);
  color: rgba(255, 106, 65, 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;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.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-\[0_40px_16px_-24px_rgba\(0\2c 0\2c 0\2c 0\.04\)\2c _0_8px_16px_-8px_rgba\(0\2c 0\2c 0\2c 0\.12\)\2c _0_16px_40px_16px_rgba\(0\2c 0\2c 0\2c 0\.04\)\] {
  --tw-shadow: 0 40px 16px -24px rgba(0,0,0,0.04), 0 8px 16px -8px rgba(0,0,0,0.12), 0 16px 40px 16px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 40px 16px -24px var(--tw-shadow-color), 0 8px 16px -8px var(--tw-shadow-color), 0 16px 40px 16px 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-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);
}
.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-sm {
  --tw-backdrop-blur: blur(4px);
  -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: ;
}
.\[animation-direction\:reverse\] {
  animation-direction: reverse;
}
.\[animation-duration\:16s\] {
  animation-duration: 16s;
}
.\[animation-play-state\:paused\] {
  animation-play-state: paused;
}
.\[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,d09GMgABAAAAACiAAAsAAAAAS1QAACgwAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACLOgr3WN5pATYCJAOCLAuBGAAEIAWEZweHJxuKPVUENg4AEsQXPjIQbBxRMMBC9v+nBHUMverAakKAhKamE0JpLBVYs2eOH/2UCw4CDiwXuziuDWcMJ43BqvWWpb48p90b9typcN6E13+cMpSSePq97/a9+3tPQqtpdGFaHY+QkRiDAoVGC3w/QgcBWGs7y29qZCidGrR1hue32ZMvwwI+oSAgkSrTKR8BCyWclaAzmg+bc6e9ShepXoirsG7ena6c67s17uZclFu71vVd/6F36ittfJd2JLCTlm1+BCAIFcJF9s/p9/QLJ9ktWxyGMkjy6Gs7dKY4CfClDxPDAm8+6ZtbmdL2QxzSUU68ig0QzK7tuCVewFCgj/KPdBniXCBqL6rjtz52KhRze4/H0ARz2MAqlrhypQq6NG3N3w9I7lrYcmwlkasta8zYxHbAdmyNcAj9EQA6HdX6Sl0sYQrVK9W0ffy/U6BTVqBTLJrcNG7dNLcHMOwBIAnw0wGfQCqBUAKVCFFFyJRjqHOVigbgvyxCyQQVKTnwnXOZK497d61dd3bRtuaB55rPl5iCf+F614u0olmIjHVvFIWnA1syosggOlXEIO3GTkYbSqXtGGt2PrXnc+bKpRURKgoqIIpfbf/rUaHn1FP49P71b0A6A8cBS+zliRW75aszkhC4rPIamFilk2mR7rKh+iah/lLfB3zd/PrVP4qgQ61ZvOzXx8+7Mjj1Qp6lBZ0vpvy0hN5qMHmNJgoOOeurd/hitRCFzqFID/XXxn4DYCIt4pf818jr45ksyKIsPccOjtas+SJXqSRP+JpaGlqKvsfexVM6ODm7uLq5e3h6eaOjFxH8z3gGRjGmihUHsbW2Mba0sjAxNTM30tXTNzDU0VbT0NRSUVVSVleUV5CWkZWTMjI00NPV0dZUq6ha7GUHUH7Y7K1qJR+iwa8RtPh7HIXI0SeaAHYSCngNJAyvgITjIYnAIxKJJ0SrjpYoGIiGAR0M6GHAAANGGIiBgakwEAsDcTAQD9GTAOElwoqQBAPJMJACA6kwkAYD6dAED0gG7pNMnJIs3CMm3CJmHJNsnJAcHJFpuE1ycYfk4S7JxyEpwE1SiCukCFdJMa6RElwnpbhBynCZlOMSsWCPoDggVlwgNlwk07ElM7AjFViTmdiQSuyTWViRb7AgVViSakxIDaakFjNShzmpx5g0YEQaMSSzMSBz0CNz0SXz0CHz0SYL0CSLUJOlSR9eevPgO/4DMP9j/Q9eOvWnYFu0xpRx6dXGpT8f1l6IGjf73lPR0AtC7LgmjGFc7GZDc9qOp16MPyONg5Bo3CoiRIdeXPS0EBWtdHk1IdBnB8hh1I0oQg40zIVeknX+wsFSzShl31fVJHEjKpVo6QdrxiSs+23vN+QqsoSwXU8I71NUTIET5v+Hfcf+o42T0eQaX1ERfjttTrttv9HKMuLWzLr3YRm6UDy1W80gPPCFY7eZxRxGdRm7kVfW3TtGEZDlnEE4WIQurxqA4TpRCG47s1edCrGYPis/Cl1AsjoGNyiJ3JJtnzWqAZcBcog3v0+XAdCFskyXeAWS0yWqaBHYSiQe8tVQCY6rPgUanAVW5odpwyG8X1FZnWjgAEaOlq26tdWFfkhKbQigWEPhzCuB2hYy68AXKocgDwfHi4Rt6hJaxMvKSsf2f3X9v6O767/b/7e1eR5LCRuK3GioYtxAQvQT66dwwFCcqUim4BWBM469NlrAkcjhlHsdGmL79Cl+gBCu3Qi4boPpauvtHxA9tKSuKMu4AoCTBEcRFYAXz8cl7nAlcaRlYIEbDTWOqfVLr/RTXyUWPYM6o5wLoDeRQG5m6zg4RQpC2MfujEiuGn98/GHSozYalC0Uxx1v44LGxg6IcZlwCXKdeOWlRg4oko/vFkSZE0oBrgirRiMBesCOxXLT6QAIp2MYpQH2Ik2UB8J76p1inz+GRgu93m2wmlbfw0kG9k6zlWVYkcls1wDKcIsMJFDn2hRldxkO8514In2vu2GVy+XJuQqb+tSOPFBH+lFXIA/hdGB8CMAfZ/5XPrd9i2Hee1+3TK3ucL9wWQ9ifmISJ6jy/IcfGNUacW32ZzaVmJDBAkKT+Zv7WT1yWk122Y4HDw6kdbjGNB/cTHiZ1Fwd4axoIaeKMzgJxvvVeSCzg6fTZ4p2VoWad8vhpf1NkpvOOcvN1XXV2vgwW8611Fby7psudJqdytpLaWutRYFSp1PmYqb+Wr3bZ/WsDV38zRkgw0y90CWqPIE5T/5LkDsgqND6cabOaJ7CUyaF3PrDu/zM63ZWL77/3pu32d8qzVWmDshwcg6wy/LwqnLtkfrgCrp8X2olemV1kzqioitxWXaz4lzjGl16TZItqM5JDs4ImtO9MHACBwAOgHhUgPHcD0k6SGvIZDMgL428CMVS6qMAgYhnQTsvdk4yphnGDym1Q2M0aqKhrAU1L5OQ313ja8IOJtS4XNWg402FQIrqbnD+BUcfedcpJ/WRB7AO+ryUk/4BVFrQ1ax1rM7KtOJYRKsPvuWcaGVzsQHOORkG4N7jtpD1peWcI04md/NlUQIlhJQwkdNTe8izrPYLa890Us/6c5sj+Xz0XKexZj+b3NdV2h1ONt1846Ycy8olmpsTAZ2nlNEFSsZM3Xpzplt/fm9M70FLr099rlykma+1XH9tcrHnRvx2kkhDG89IUSQsNL68tP6SqLJ29uK6s8t4cc3pDW6eHBYn7US2AVAm78ZnnzMpekBnWIsdersWMlP1XyU5hwuaDbr+sCoijUBwexZ75nUb1sJKHC2icE6ffEXnNrCy2zxIpuJ3KSgjC+rcEOVj/NRg9FWaNMyKY+jwBl3ipxEP2LZuUpRqSj1ehupTC393OzLdO8hok0DuXqW5xo98qeo+I691aV4GAhImEi5T2Z2qP96LaHgkT2ag3rlCaTKDn+FFSp31qIVqVQ+omn2NrurHkx4g39z95Kry6TX5ngbluuuxTwUvNUj5vv+5DZmmf/WtF8MJ2S+jsChMrtIGvc9t0btuGVFeqJaCnJPLgZvK68/dHx7aZXlFnoGkX9/5+Ar66LJwey82OMPgZYUnNPPM+8nhrRtF/8L5gqDZjjCjgXASMwKVykM5b6cPpxcYim2SsqpOTV2Hd/pgRBUKq3OM5mozg3ZQrDMa4xoobVUb7UZOy1fBaNsoxFp6lrI6pEvGkVtBbgHz+C2t4DG9hd/mWDLPb6DMNJRAV76Smvth390CTyRXZVk//f7Qc+9JhK91ku9lvZ7R3nAAQts5vlbjSbk8ILY1NRrmNE7peMd+dtzIt3mSfzcTQqaUMV0CclxP4NQ109KzxQ5jG8Zm72Tt7NzQ2jNU0JrTbVUTMijb5vONdxkZGmmpka0frfXms9XF4bKb89JxbdUoUdSwx7mRft5nn6nFpMtEniu9Vi2kmCp0kW0YkxpNmanB2dcmAcob02ZFk5pRXpNNx89baWuueLTbRIE0P6NoXMjz8SPyXnMmjevHUirUvkND9RY9ZOxba91jBKkacJLshrwsWj4r7lUntL7UPYaP0n2VDaPUMutAkucYXMD1GmNMPeVI/RW9072tDq0cg75B4yJKGPESurnkcKaEKis2EEujhiZ3cTIDqehDvkscQN2SgRlBM2WSl3/TvbOXnT65gTHMpoqG5tIFLIzQJR6e70RacjR2MjELOszdVP+w7zrV9lAyJr0zrKjP8DKpcgaufOM055TTABAhvTr7sq7yrxKC1ZQD5SXEdSeFNUK3kBXSQkt4XiUdRgD+Cm9pHvUVd1rVR21CkdeTs9xPbyUGtwsbCuHfJSrL6uxOPenjWXRYSllhV6Ifg45vikkycvOB3s1BnUDe+ur3/AwShKV6IUjAVEtoAGmWFeFozpP7P80KbbDgY4n0CdVv3qerd4f2yAP9s+K3FblYl4Gl08hOi7pKjz7lk+dBTN2ihplxZEkt3ekmAQRBwG54uqpTF/6OPn1rtQ6wYnt6kLysByxcsqCgrFSvInfinSD2yAViVC61jToJEOF2JETRSy3H+t5/fSolfXIlvSijOc/zz4Yz7PtzLefWJrkPJlyBtOE8sVnRPlNBCYkQZyMOwOBqUDMpxZej0jzl5HxNg4o2gDyV5A71yR713oQyfhffHkVjdyoVFpc0m83AWA53V33bb5TDpCRZ0tQdXFozuCdpKpvtVLodnNleH6RoIUXD4zsmJOKFggzHMZO0KOWWzIWR6xFk4pvyRNAw98tvLij2hjaDCQ4UXiYqK/qo0r8MRkwOGps4a3GjD26xkWz3ouRqculRI74yFh02sIdYUdSmrqt6BtcNVAfF2ocDcFaQZFIdWN2SlyTNvm6rebOzuhwtlLde46L4hsM5sk9Kdd0lvPXhsv4giQq9VyVlVx5Apx+yWehWanw5uI4YqhNKRvXwAFECzPT2s3xsX6/jq/xA35VA//7VF3Jq0A2SUwUxbnUoBnhV4qomhhc5TBsgEwIzmjl4vLMWGI0xR/wSq0N1jT7hhC5U1qfelPmW5p2gIiEpK5abX2gJaf5gAM20zoW3uvWSbasnJnzWNgjKHwcgTG+xKsIOSzKPhZlOAbasd236UkDzdjUZuKRJzb/vHak4qOUt7moEaCLc15ugn5qrQq+HS/3dJOoKdMrqbJ+P9i1S/5UH6qNr65XxknxcooeXlXJ91F+iNDv0kL/04ki5kb0qCnJFupUnEEDMLCmwSlh8aVQw/ZOM64tATokBIqXFdGqogivVp1jcv3rcYHs0acdIj/N4khGkABeE3zI5OpIsCaM5K+quEh1KWRGOWkw+CFwVpbZb43YZDhC1Vu3QrN1tTft1qmf1Qrvf7r+YTXlvIDWWzVt3e3OMgjQmDNYAepCQNpATtfMazYOTeMXC4KUc0TmqTh22DNIYD00UCnUh05MVhvclomFaebeINNBEkQ49YqSgATFG7ryHBmc4a5xmg9MrO65UHVw359R0Yp4//DEDIFX0BKb402Nw+vrhhVoowGVrnMYxiqKBKdgs8Y7ycthQkhIXJDgq/KQxhe/LI+GCOldk/SE0WBC863dLpfeKvjClNv4GEL78Q2HQm8XzxNawMlKegTp3isUPS0ltwYtQnOiFKiokvO7lUBt9x2ynzkS9JNIuhSVjUTLqpmXgoYLpVurK8VZJpyP3m8IJoAlwtoJaxebJyPTWP4phpesGnu1quhg1aMOGgsfFvuY4wXu9i38UplejSFmHHyAK1284bXhYEWc0mn5avNmORqZ1Af2iy0QkcUyaDRaKLFujPLXAYYRjSkhN8S83tvhdJDOwhSPKZaeiakHDn7rA/vxQostUW7b03soEunj1IZjrYtCq6YdO0BmU3U80ZLl/GxQkswyAcjnp5yCMPrQZdqvoMLfMUzGPaFY4D+Le9FS+S+SMVu981UEtbO+lxIE29rq2XqMa8hUzc2AyGV8vk/C67lUDTjp7rVE8OBVvAx8u3VOxU2QPEWbbQqWnX5L6qM1gZNjyd9UE2ntVajJ17x5HyRgPI8wOHRXBxu+CaeM7eO2L820t61w7D55I5K86r4nJ416ECYAleY56DnF633DaOW96OUMxbrd77Zueo/KAHcaVk24uYC+4SVq6UaVDqQSINQ8BSsyBI/ZykBbc5NyaT3J4jQJQR7PTLlLtki7qRVoXJYVJCfI6xPg5e7binHhWwCy/c9kPj3eJ4uyrV65BFHSARc6xRpSHhZVHWD+KFGkya3+89Se0RthyEJNCYUJyropUzqSI2ldt54f99EFfb7EpT4lCIn/JrODQga523H98+vTRkje7d2cFeOWIwin9opyn3eJ1qYSmpuxsNMl8Sg0xhmSFmEIAMjwWWhtrbGwwbpBPTGNsbSjTiXmFgUvmMCmMK5Wd02qnBKamBBTiKxmQOgVoPk41rVnz8qWFxwOCZUmNeEtUqVZTHmabQ8A3Rlm0peUaW9icqlp8aXhRWFhReCm+lrBAWxFhtUZUaBd8/PI6spCST5nGymevWsXOZ02LHGphZILvuoSmkOml2uWum+RrXrLZfgsmA+x5x/j5xWSBVDYr9PN7XX4gfVkrt1AuX+Qij+tif/ryVp9bEiRIVJZnZbREz6pnJZF8ySnuaY2uvCVOvAIMuz5+YtBfziGHwYC3IlQBbhlFc81d+zLdU31ttmmjevigyRH5MsPzyJmNpg3zbpA1w+4ywQ0DS834C3iNMQUFpgZtg4nPN9kirabXh5LVyKWPjMtH/cf/+y/+Q67jQDmihhso1W67lleNfuee6llSFt7xHm6EqykN8MgHCkrJXbIwOFIuecvnO8f+8f0Hu/W9Uy/4cC5GAw0kqzrjTAKwCYYvj8tkHUmCHfh0IPlA7YFp++BuLOvwLqF8boxS2WAwvAuRNGAxOW/d4aOY8dBOkf+MGKMRNRgeKJVWLMa2o9KrCJNWtNlvcRj3saoZDc6BYbeaEk2BWl2gKXmmy6sLC1Qloc+KhSpV4UEDVUGhukTzIYBAF3NFnt+vqtJHPM/rz1V/rTrNERAJ2sSC8fwdYWz/HZqS921eCHvNVPW6yvLg1SnPDowJmEuX5jeeryUGQ5No3utSvcvAame6scawfobx0G2xzEg2ysS3Dxkr1utrdlU1+vUVxn23laivnvL2PuOMDdTSN1XGb28O89Vura0NDZcIZSQk/gFNWFE1qVSHe4UOVArHQ2tJiNu+TMZ9NX/4Zj8SXumDU2uKk+6t2Of+RKXymvzP+WXI3260u+CAv8+3i9U4n8pt6Obj9CaguwYIqhl6RrU+cPidtG6p11EQBLGAPMbXN0aeLx2LgT+8/2y1TtQ5GeExab6/f0yMr+ALef6h9/W9Yb3bs2+jRz5vlAf8Rn27q6thG5UcBzc0PP2Bf6I0VFGswhW0+plwE9WjA4TuNAwtmgikZEuz6HjvATy8QmqiZVMapkPDD7DwqM4GaruWbwjev8ZjedIfIU+pdztPxyqmcwhk5w3MObnX2Z5hi3SHEXWsoo4rSPUot3GRXhgkEH2z8iVpnapwTsO7LU8EK11hQ4mo4mblOSHDQDV4Cc9V3pwpLDEUEakMBakwLPjnseZXlR7UsLT62Q/f8Onyik8ePzSRsbbXPp7Ph3/9nyOZsUQBU+hRaGAoDlXeXCuqfoNe87t5ShAWU1Ofl/N/1vfpELTscreVK587f+PeIoV9uotpb3NN4Rci1aOkZEM6eOsVJGINKADjVhdrCkJCCjTFT0ScNJm1n9x+TuedN2Ovi+VzBztrJrQSbZwSRbZXU5NXNt6nRzLFK2/p0jwvgU85+kePz3XPaYRSAjmZbIjbRvrbTo4j+5Dw4gGs9z1reCsWmkQM1FeISV5hZ4Y/NzWVcESZzEsbPvpiQZEmc/vUch900dHh6mafR2n6/N36tEfg50fTSvKReFM9FhO7MAw5O2lN5G87aedWzvpb5BU5XZvIDqpM+OsQru96ZCIR5y1wj9MGL/3t8fdz2WJMhUiznmvrYOs7ekvKwk+BCd6+eRDTu6i5uchjj7tXR2ICkUJVS0ioo7SgMLmINA5Aw9eD7AQwSUCSXJ6UK+LZ3DCsaS9zzg9BP8xhSowJxmn1PeFqpo+gxoVougxrGL+1gBUEJQ/peJeMo3JZk+6TD2k8R+W+MRcBYwwyhnwBDTbQdIv6yQPkPVqmzvD4yQP5CC+xdYNuhraK7eh9IYMFa524HvNm6Be5Lind007ppapcXdkom0TYMVLEUyZo1VFTK+qijUmtG6JnaFH2ffIT14G9YDeyXZmqBLvwFaVsEwW3E1/ojOMMzD/wTQHpy/3UsW+QY/vfZUSzVcF0WiY/h0anZMTeSTvwjjYl0YG9/wMNANbP0tePUaYctklMtNn6sMGp8N1oOjmOtxymU0rVZ960kPbuQNoddSnFLTbDNjGD4rzoeCr5QoJ3AZ8uMIsINwyzU/3J5kkyOg5vV6pK+/rhiMkwMnI1+Mxp6h4KTlczyUz+onYzHjnslvLM7ciR8XE0nd+nxvdvYj/WixLshaHauMbN6GxxxjBKHISLh/x4DMsIdNrl5vWg58YmfzgwOd+AnXd8M7ptc9RM/Qu4wU2iFwe/O88Su4FZq24G/SxgAfXOMUGG5MyaR9HdbfcvUNNw3wPjv0kzQ07/+Ln0+94YH8glsN2B6+PESj40u2Tvdq/LyIjpWTU0esdP8spSOnJZKjFv34cef3SdOcC/2MndEn0Kvkql0RA+R3T35JycHJ5i+/a1NXxSo08jiU8O/nNA917YwrfA2dFv7nXzzI+6DT7Jpb+vmbaQuyF+zZWygTShj8GqVI4bM99GlRYtWGZ4W4b83jIgiP0nNP3f0KByW3lQ6L/pDwr4A8/u7z/+/HUhHz4WWHRxNaplOk9SzVRNcmZq0dUXiwKPwYV8ILkOm/lmONv5xPFunoXUrRy+Lv2387sX3Jffdr5VbcYLh0e7yOPGkCufpAuKNMorKuRfv83UupOtnr+3Qjm1A7X+7vmOX7A5ZejuvcJefqHT5SdftrShT5dEFy8+guLoJU/Rti1fnlx24heCKu8ntCyZifYCbpLsdTFYSzOD0gID06ZklM2Y9WO+fzbjMsPhp7ObzNyMsl/+gWlpgZlBbqtlg1GiPPrWDj7NE+aJZINaUb5hTewrJgJJkv2GauTHn94JVlxCGAbUwEAuuV2h5vyIVBuanCUQhq2ir/Mnzw2EdxEk+yctXMLgTc5CNZRfLlzcMt8fp0E1OP/5Wy5e+IWi2Sf4EC/CZW+RO85IUa51XvZe9fUUmGtmMLqKvxr7SzJD5L+wx1fIb1u0CDJDLMgE3T5ocCawn4RN8OIl84MGa5+fbh/4qIkawBzL6thVL0rzceB0+yVcS0C59NomPSVbtIKmd+gpVlE9TT9BNthK9lSZs9+cCANPvHGyu4+6t7u/c1f6nvZsOIf2qYl0HV8O54iaqNkbj/qP1W87rFN3Qw3Rg8Xp1dRg381B3lgPHyivLR6xot5JaqJsh4aNuui8a4k1OnrtqHqLjOiHvCvT0xVEKN/eko0k7Nr3toSPutjLiGX209iW4sOJU4/W2gk85PDJX8lTb67/I5JWVrlb35zD9OQsWrBnmba217HB8Itqtx6iu+IUGxBIFMRXvCIKxc44yAm8+XsxpUESQ18MN4gbyJ1OTJhD+wnUoOx/ll9vMSvj2cLfnJieXnae2kP9R6doZdQd2V0hdF+e1CSNi02W8LF5lTqu7C0jgzWTKWYNUM43owFcdeD7D4s9jzAzWAeSt4PeuFtSk8zbV24D2pKx36wNzEQ1Ub2hSpbeu5RY1YCaUfV6FVG1Xj0qhKeFELf8WvKwx22MwcBjDJRxLHCQAeZFSDWeB9IVSUwryo1VUQg+sQ1W8FqKy8H1G3zMaooL14x6abXUn3rbOa975ZhU5ZXaOSdeO2Gyh3+qR7t7nqm4LOq3cwggBIWrGFa127MXoXYOOssJqSVikz7MfNtgtbP/6eVc81msKI6mx68uEbP/7uUgnN5/nE6W3LV16dupArWAPmeLqMWKJPjW1bdLVLfUbBFJANYEmqhYFMSh9F89i6hkOgGoSqp38bLlCX5TmzPN8Tref7mVFONU15qM//nRSalTV9z9I6nSD0TZIiOnR8VnNTzx4I139B9ZZPknv/Lcm5FSxuCUQYbvihNnX4+UiO6QLjOGuBP7+g8vQgPVINppsU1WKM1bvz5PWii7KlKknyPNkxVeRbRiS26e/Oo3j5i5RuK1zcU+iryUwIF5KDDlkOjgTGbH8hKbooqqaXFzxIo4oeS+WGho4QZci7gWEBFwJuJMAAhrvnWf0dgY6EGMefTYwmodz8BPyeL8xMmTE0mRBusPDy7htD81kiq1JOPNtemtNlZWZxBtGR5ejZk7oo0MfBrxNDBSOwJCd81Ez1UgFRXnvjnG/ltW3Y4FX9i/eJFMmopu6gFkyYpI4O6d4x8v1MV+jPeP9fdTlHiT+7yc2GA0LNZQV2eI5UVYIxZtaZTFuZEdxRgycZ/OcAp0YtDvTyDjyMS2rRPK9WSiKSBiSX9J8YNI8XxiSMyf/WqjZDSFnkw/LhLtp6XSkgfkq/VwNHyGosd8to1IZ3jkaLAIGxRYBUcTkxjxqPAocoN8A7FYBgVHAyp6hD2opUewFhGAQd0ZpXnsOjFaGYZWy9VPfqV9xfUHyP2HmpOjEQb3B9GiFB6KKPuvFnp/XEXt9aubO+XuZxArwpeMkcgWPZlNmPT6VQhZ7L1TBE/5Vadrg/XWsG+qay064YetXj3u+3rC9+Tl39IMFIvotB4BKjhKMo1+1MUekA6OpjUHMBJgSZgoy8AE8ApJEwykOpm8UlQq1ulkvmA8mrfixyq8c1omZ7s9nSPsNpvtZszcbTbT+fq22Smxzv5uBCEEXCsmd2lXvZs5RiQUImV7CR7hmsW2NbusHR68CQNdev2My+vBeWMCQsHs56QbqwrIGYi0I+uvB+MJAeGLU1d1B2/0fOA36vfOb9y1auEMrZyHtDP+Fb10J7P2v7f+hKfJ1mlKs0JhVk67EqRyZkXUvmJXAMfzZJCUpAwNJAfKkCvtBwL7PVYIE0lGZJLoqlpIRoUl0g4rhKFMVlJTdVKAOcpIfgwbuAb4PhxHap3OjRu5Rt5p/HiOLdISFm7R2r5G2sIslrDJvt6eGmaJPF1rC/cntIZazEhWUFAWYr4kUqSf3Ixcsv1B+HBvXp5IzPaT6sRR8hWz9YqHD0UlFomEogx2xRpL8lwuV6gS5uUpvcUME0NM7L8+Iy/PiOj/XhKFT3mW+CwFz8oUbo6l8u2q7xapzCrhLAZrFd39EmglfdwZVT4t7o0uFGXEw4UgDhS5tLYOqnHKHQ68EecEsSAKNDzcI0SFR5fXZxFSnPJxiZSFguSowztuuOmD5cFpCKWelszKaCSNlMxkOEdig5OlEp1O6ms700lk0b7JcBtIUiTzHdHWmOWco02kQv1FUkdoMbtq9S6+nPT/7iN56aX6mtb6PR6jt+zITpScsaMNc9HuT/OODSN8ZyhI1DmME0B2l7fg2IaxgXV5h1G1tfDw+LxFCkuYL9Htu0y7whI+kSbfwOX6FivhpqtYpmzAFrCsBs1z5XoKILfx7KRH95qJtj9H3AArIl/leknDCV2JeKP3HjtuDw4vdkMO6iyhgu8Epo4sylcP15qabxie4yw8D+/KEEE6dx1EFTm7GaE6yl8T6DJXfKnzhFGVS4DH9+ha6C3p34574rl4KB6CKHqyNkRUVzoUrJ/kzoLdjEKai7OzSKjAu62iuhAcDn0CXZJGov//guEqK4MoYEoR8Ww+K/8s8erVz9Nq0d8igPN93Zx4uVpVUKDSAMYgo98/hOSo6RER06OCZOa46A7mmGindyxrp2hMMQdJ0eClzfpEY2TgS/pIgOjP71eWl3exYxLZxm6KPYaTaOR0iYxIHFPT6HRNcYZCAQGKyU4zpteNnkZXOlbZB8d9Tt+1QRnHULvbjZzEGE47xS5OF0dz6tLf3GKn5NC88I4AnyEORH7sGj2fmw+3aedVnUEj8yqKZn2dG5K0w5xfblZkBAcpkqlsenBOUFZnmSVnc4p1NTmrSveHjMPH+lCjp5EPQ+34OBxwvEekZx36jrZGZ8RnWRlYTflJ+RL3rwYap0vhaCAajsnC0KLVK83LigaGgefOZNFOloiMrNLrzaYzAkoiIaFTInQ6BO85Hqsf9yQLMk3uLn1Ev3EyWSqbbyE8R1avHhQ0CHrWrJ4HjwEmWGRv1kLU4n3cJE8E8ZPmyYuTT+po++BkH2zmozDq3heqXzHWPxAoe3axY2mNG2yGF8Mo3xLkTRHTYbScQzBq3msL6fQ3gDpCVOYgimzlkFVtgYcYruRmBor1w+zSaEmRDJVKoq9OSRFOSIOBg8qKvshq1rGzWAjbyEZZMWyEZWKBzs42lpC1uquTuHqLbVbNroNRgCmMjJbhZ0iKfn2WZDuTfKwDQPSU2MaxHxlo9+g8tqKNuAciiUgdZPuNtf850wK/CWW54R0+JXITudxuqp3dgPvBsuZPEsJBSG3OJIU7chVognMGtkxXk41eWLPhnrYFfvvRcEtv4Rat/n4Lz0h/ZFOTPWOAvU/5wTf6+48ce7+7Dt53JR5EYt93CvrOwCtoDkq2hEFxwHFdqwCrJIvuCMqmu/brxo6XePbSTDRxleIJtZxvpfoBs3TcENsDxOQYmtie5KLDXwAAWIS9TPQoAADYmASItelpn3HaKUgbOwlFTfsF2grx924PNBsqBAAAaBNuPgBYPzQEJcfNU7hrEETB+QCA3bYa8l1MOwa9h6qmtUH1kGbaHR2QzNkJjUIZpLF5kNPIIWh70eYFyIKKbYd42cf249ZCwiKgyO52sNkgDkC+xot932loCtifynqIaBs3zecBINaJ+9f8FrKmMe/YYdl3WHEvwBz2U1WnjUmHXJz35X8oFzJvRCKSLNYLHYBYWNr9zgACYC9ydoIWx4XF6hJRUFHheUuYNG059AdkUM+INIUregb52LFpuDvmcehXktVEKSuLMo9A13hN4tCeBpUW3orLYSAP0cT3FuUdMZXIL+xYEK7Z+VKsEAxmCe4xje5TSwCA+4r7gIr14P5z/i5dUFp8pN3phajkuyLsznIBgHuMKwHTYaDoaX+VTRDDeOW7jagL2Re6I/0xazJwudleUUSO+OLi/v+tOc+reDs2eQwT20pLIDzJhPNiAvCnK2sqDgwerI+zJOkj/h/NP5H/IBi2+RuDKLgZHw5yGQjparW/mI35Hog3G/w9ggOXmLSMywjYcYULoaAe5R/XuFPEdS4i44JczO4tNFVwilECUt+yRdwJrCuOQzIQh8DOC85H3YrjeXkRnwT2X9yNOcjm3EmDYsueQXBYJsWYkNBcKeM2L/c3St+COTbvPxpLmJPk2eX+wgdkNFmE2Dd5cq5KKqO75N7dP2xbnfRG1yhcppzrfx2PFSpyJnQX3DAQcFApURiDmxJBY1VtF//9/YYkrwUMofDfMSyCl5/IZS4JhAeZidbKidd6I504i1cSH421oJO4X3HUPjhaokfbNSQezIxKYfd+OXq1KlI5K17tWraqCa7j5TA+gg+ggAoa6GCACQgCLCBg+NV/iEuh0uieXl+Y/ji9WWyOD5fHFwhFYolU5uvnL58cEDglKFiBKENUak1oWHhEpDYqmiuuueGWO+554JEnnnnhddYmQpsSTSqgMI6VRtHiQi/aS2tfgA5draJ5UdBnAj59qm1HC/ceUBOk+bd1tQM6dFJUEstYHssGaO8a7PTSYmnVuuxDvZEzi7LdpLxV6DxLHN80yd5SHt4jnhEP78gjrT3p4IEnpbPkzp5Iz2P61x89zoZiQf35mgkJxzaJR1qvGeAHoYBJNoA1yN7d+OVYtu+IezjPuXwCgr5fcs+FQl5a9LO23KTQun1FLaY9sqA2bqb5mo++jnwejqWtRBlkZvddEZZnlK+UVIJmtazwy/dQqQMdpXlYI1uMJ7xVE4YVtICj8+r+hWeVD8Q7w9G2hEBDM34NpwpbGbffJVkrNDV+YpEozRHD81Jq0vKYo/ktsdydWl2UCdHpc1loOaUlrJxl0UusvVO3xQcF+Yy+Am48xZMxp1jDqutJ3siMptMGes3McivOqvBxJVIFLiIF5WFYbsuun6gHGnysLox8R/g8nhk1MbbnmRyfdcLCqLiCdfmJR6jiEixLr8PEPKwslRLxzaIziiVEBQWIuaxmuR7RWB5IudHGByXTgwAA') format('woff2'),
       url('data:font/woff;base64,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') format('woff'),
       url('data:font/ttf;base64,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Zm9udFZlcnNpb24gMS4waWNvbmZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAHIAZQBhAHQAZQBkACAAYgB5ACAAaQBjAG8AbgBmAG8AbgB0AGkAYwBvAG4AZgBvAG4AdABSAGUAZwB1AGwAYQByAGkAYwBvAG4AZgBvAG4AdABpAGMAbwBuAGYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG4AZgBvAG4AdABHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASwECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0BLgEvATABMQEyATMBNAE1ATYBNwE4ATkBOgE7ATwBPQE+AT8BQAFBAUIBQwFEAUUBRgFHAUgBSQFKAUsBTAANcmVjb3JkZXItY2FyZAdyZWN5Y2xlCmljb24tanViYW8FdGlzaGkJYmlhb3FpYW4yBHNpbWkKdGlhbmppYS0xNg1xdXhpYW96aGlkaW5nB2dvbmdrYWkRamlhbnRvdXhpYW5nc2hhbmcCamgGdHViaWFvEHpodXNob3V4aW5neGlhbmcOa2VzaGlodWF3YW5neWUSd2VueWl3ZW4teHVhbnpob25nB3R1cGlhbjEHZGluZ3l1ZQh4aWViaWppMQ10aWFuamlhdHVwaWFuDndhbmdsdW9nb25na2FpEmNodWFuZ2ppYW56aGlzaGlrdQt5aW5zaXNoZXpoaQl4aWF6YWlhcHALeGlhb2NoZW5neHUIbGluay1hbHQRZmlsZS1wZW5jaWwtYWx0LTENemhvbmdtaW5nbWluZwV5aWNodQZ4aWF6YWkIemhpc2hpa3UGeWlkb25nDGh1aWRhb2RpbmdidQt3ZWliaWFvdGktMQVydW5zZQd6b25namllBXdlbmFuBnF1YW5idRJjaHVhbmdqaWFueGluaHVhdGkPYmlqaWRhb3J1ZGFvY2h1D2dldGJpamlnYW9saWFuZwdnZXRiaWppBnNob3V5ZQVkYW9ydQliaWFvcWlhbjEHemhpbGluZxBzaG91eWUteHVhbnpob25nB3hpZWJpamkJZ3VhbmJpLWRhDHR1aWNodWRlbmdsdQ9iYW5nemh1eXVmYW5rdWkHemFudGluZwdzdW94aWFvDnhpYW5nZ3VhbnhpbnhpCGJpYW9xaWFuCGZlbnhpYW5nBnR1cGlhbgp4aWFodWF4aWFuCnNodXppcGFpeHUHdGlhbmppYQZqaWFjdTEHbGlhbmppZQdzaHVheGluB3Fpbmd4aWUGYm9mYW5nBGJpamkHZ2VuZ2R1bwVwYWl4dQVmdXpoaQZndWFuYmkGZmFuZ2RhBmJpYW5qaQZmYXNvbmcNeXVhbmRpYW5wYWl4dQdzaGFuY2h1AAAA') format('truetype');
}
.iconfont {
  font-family: iconfont !important;
}
.iconfont {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-recorder-card::before {
  content: "\ed82";
}
.icon-recycle::before {
  content: "\ed7f";
}
.icon-icon-jubao::before {
  content: "\eabd";
}
.icon-tishi::before {
  content: "\e72b";
}
.icon-biaoqian2::before {
  content: "\ed7d";
}
.icon-simi::before {
  content: "\e7d3";
}
.icon-tianjia-16::before {
  content: "\ed7c";
}
.icon-quxiaozhiding::before {
  content: "\ed7b";
}
.icon-gongkai::before {
  content: "\ed7a";
}
.icon-jiantouxiangshang::before {
  content: "\ed79";
}
.icon-jh::before {
  content: "\ed2b";
}
.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";
}
.tiptap.aie-content,
.tiptap-preview {
  height: auto;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: hidden;
  color: #111418;
  font-size: 16px;
  line-height: 1.6;

  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none
} /* Firefox */
.tiptap.aie-content > *, .tiptap-preview > * {
}
.tiptap.aie-content > *:first-child, .tiptap-preview > *:first-child {
      margin-top: 0 !important;
}
.tiptap.aie-content > *:last-child, .tiptap-preview > *:last-child {
      margin-bottom: 0 !important;
}
.tiptap.aie-content::-webkit-scrollbar, .tiptap-preview::-webkit-scrollbar {
    /* Chrome, Safari and Opera */
    display: none;
}
.tiptap.aie-content h1,
  .tiptap.aie-content h2,
  .tiptap.aie-content h3,
  .tiptap.aie-content h4,
  .tiptap.aie-content h5,
  .tiptap.aie-content h6,
  .tiptap-preview h1,
  .tiptap-preview h2,
  .tiptap-preview h3,
  .tiptap-preview h4,
  .tiptap-preview h5,
  .tiptap-preview h6 {
    padding-top: 0;
    font-weight: 600;
    line-height: 1.6;
    text-wrap: pretty;
}
.tiptap.aie-content h1, .tiptap-preview h1 {
    margin: 0 0 0.8125rem;
    font-size: 1.5rem;
}
.tiptap.aie-content h2, .tiptap-preview h2 {
    margin: 0 0 0.8125rem;
    font-size: 1.25rem;
}
.tiptap.aie-content h3, .tiptap-preview h3 {
    margin: 0 0 0.8125rem;
    font-size: 1rem;
}
.tiptap.aie-content h4, .tiptap-preview h4 {
    margin: 0 0 0.8125rem;
    font-size: 1rem;
}
.tiptap.aie-content h5, .tiptap-preview h5 {
    margin: 0 0 0.8125rem;
    font-size: 0.875rem;
}
.tiptap.aie-content h6, .tiptap-preview h6 {
    margin: 0 0 0.8125rem;
    font-size: 0.75rem;
}
.tiptap.aie-content hr, .tiptap-preview hr {
    margin: 1.25rem 0;
    border: none;
    border-top: 1px solid #e5e7eb;
}
.tiptap.aie-content p, .tiptap-preview p {
    margin: 0 0 0.8125rem;
    line-height: 1.6;
}
.tiptap.aie-content a, .tiptap-preview a {
    color: #6830f3;
    text-decoration: underline;
    cursor: pointer;
}
.tiptap.aie-content ul,
  .tiptap.aie-content ol,
  .tiptap-preview ul,
  .tiptap-preview ol {
    margin: 0 0 0.8125rem;
    padding: 0 0 0 1.625rem
}
.tiptap.aie-content ul li p, .tiptap.aie-content ol li p, .tiptap-preview ul li p, .tiptap-preview ol li p {
      margin-top: 0.25em;
      margin-bottom: 0.25em;
}
.tiptap.aie-content ol, .tiptap-preview ol {
    list-style-type: decimal;
}
.tiptap.aie-content ol ol, .tiptap-preview ol ol {
    margin: 0;
    list-style-type: lower-alpha;
}
.tiptap.aie-content ol ol ol, .tiptap-preview ol ol ol {
    margin: 0;
    list-style-type: lower-roman;
}
.tiptap.aie-content ul, .tiptap-preview ul {
    list-style-type: disc;
}
.tiptap.aie-content ul ul, .tiptap-preview ul ul {
    margin: 0;
    list-style-type: circle;
}
.tiptap.aie-content ul ul ul, .tiptap-preview ul ul ul {
    margin: 0;
    list-style-type: square;
}
.tiptap.aie-content ul[data-type='taskList'], .tiptap-preview ul[data-type='taskList'] {
    margin: 0 0 0.8125rem;
    padding: 0
}
.tiptap.aie-content ul[data-type='taskList'] li, .tiptap-preview ul[data-type='taskList'] li {
}
.tiptap.aie-content ul[data-type='taskList'] li label, .tiptap-preview ul[data-type='taskList'] li label {
        margin-right: 0.5rem;
}
.tiptap.aie-content ul[data-type='taskList'] li p, .tiptap-preview ul[data-type='taskList'] li p {
        margin: 0.125rem 0;
        padding: 0;
}
.tiptap.aie-content ul[data-type='taskList'] li[data-checked='true'], .tiptap-preview ul[data-type='taskList'] li[data-checked='true'] {
}
.tiptap.aie-content ul[data-type='taskList'] li[data-checked='true'] input, .tiptap-preview ul[data-type='taskList'] li[data-checked='true'] input {
        accent-color: #111418;
}
.tiptap.aie-content blockquote, .tiptap-preview blockquote {
    padding: 0 0 0 12px;
    background: transparent
}
.tiptap.aie-content blockquote ul,
    .tiptap.aie-content blockquote ol,
    .tiptap-preview blockquote ul,
    .tiptap-preview blockquote ol {
      color: var(--aie-content-blockquote-text-color);
}
.tiptap.aie-content code, .tiptap-preview code {
    padding: 0.125rem 0.25rem;
    background: rgba(135, 131, 120, 0.15);
    border-radius: 0.25rem;
}
.tiptap.aie-content p code, .tiptap-preview p code {
    font-size: 0.875rem;
}
.tiptap.aie-content pre code, .tiptap-preview pre code {
    padding: 0;
    font-size: 0.875rem;
    background: transparent
}
.tiptap.aie-content pre code .hljs-comment, .tiptap-preview pre code .hljs-comment {
      font-style: normal;
}
.tiptap.aie-content img, .tiptap-preview img {
    border: none;
}
.tiptap.aie-content math-display, .tiptap-preview math-display {
}
.tiptap.aie-content math-display .katex-display, .tiptap-preview math-display .katex-display {
      margin: 0 0 0.8125rem !important;
}
.tiptap.aie-content .tableWrapper, .tiptap-preview .tableWrapper {
    margin: 0 0 0.8125rem;
    padding: 0;
    overflow-x: auto;
}
.tiptap.aie-content table, .tiptap-preview table {
    box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 0
}
.tiptap.aie-content table th, .tiptap-preview table th {
      font-weight: 500;
      background-color: #f7f7f7;
}
.tiptap.aie-content table td,
    .tiptap.aie-content table th,
    .tiptap-preview table td,
    .tiptap-preview table th {
      padding: 0.4375rem 0.5625rem;
      border: 1px solid #ced4da;
      border-right: none; /* 右边框 */
      border-bottom: none
} /* 下边框 */
.tiptap.aie-content table td p, .tiptap.aie-content table th p, .tiptap-preview table td p, .tiptap-preview table th p {
        margin: 0;
} /* 添加右边框和下边框 */
.tiptap.aie-content table td:last-child,
    .tiptap.aie-content table th:last-child,
    .tiptap-preview table td:last-child,
    .tiptap-preview table th:last-child {
      border-right: 1px solid #ced4da;
}
.tiptap.aie-content table tr:last-child td, .tiptap-preview table tr:last-child td {
      border-bottom: 1px solid #ced4da;
}
.tiptap.aie-content .aie-resize-wrapper, .tiptap-preview .aie-resize-wrapper {
    margin: 0 0 0.8125rem
}
.tiptap.aie-content .aie-resize-wrapper img, .tiptap-preview .aie-resize-wrapper img {
      border-radius: 2px;
}
.tiptap.aie-content .aie-resize-wrapper .aie-resize, .tiptap-preview .aie-resize-wrapper .aie-resize {
      border: 2px solid #766af6
}
.tiptap.aie-content .aie-resize-wrapper .aie-resize > div, .tiptap-preview .aie-resize-wrapper .aie-resize > div {
}
.tiptap.aie-content .aie-resize-wrapper .aie-resize > div::after, .tiptap-preview .aie-resize-wrapper .aie-resize > div::after {
          background: #766af6;
}
.tiptap.aie-content .aie-codeblock-wrapper, .tiptap-preview .aie-codeblock-wrapper {
    margin: 0 0 0.8125rem;
}
.n-modal-mask {
  background-color: rgba(217, 217, 217, 0.6);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
} /* stylelint-disable-next-line selector-id-pattern */
#openinstall_shadow {
  display: none !important;
}
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-base::-webkit-input-placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
}
.placeholder\:text-base::placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
}
.placeholder\:font-normal::-webkit-input-placeholder {
  font-weight: 400;
}
.placeholder\:font-normal::placeholder {
  font-weight: 400;
}
.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-black-292d34:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 45, 52, 1);
  background-color: rgba(41, 45, 52, var(--tw-bg-opacity, 1));
}
.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-dark-1f2328:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 35, 40, 1);
  background-color: rgba(31, 35, 40, var(--tw-bg-opacity, 1));
}
.hover\:bg-destructive\/80:hover {
  background-color: hsla(0, 84.2%, 60.2%, 0.8);
  background-color: hsl(var(--destructive) / 0.8);
}
.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-gray-E5E6EB:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 230, 235, 1);
  background-color: rgba(229, 230, 235, var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-ef:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, 1);
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-f7:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, 1);
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity, 1));
}
.hover\:bg-green-298F92:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 143, 146, 1);
  background-color: rgba(41, 143, 146, var(--tw-bg-opacity, 1));
}
.hover\:bg-green-3FA4A7:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 164, 167, 1);
  background-color: rgba(63, 164, 167, var(--tw-bg-opacity, 1));
}
.hover\:bg-green-549EA0:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 158, 160, 1);
  background-color: rgba(84, 158, 160, var(--tw-bg-opacity, 1));
}
.hover\:bg-green-D9ECED:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 236, 237, 1);
  background-color: rgba(217, 236, 237, var(--tw-bg-opacity, 1));
}
.hover\:bg-green-E6F5F5:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 245, 245, 1);
  background-color: rgba(230, 245, 245, 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-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, 1);
  color: rgba(30, 64, 175, 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-md:hover {
  --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);
}
.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\:ring-ring:focus {
  --tw-ring-color: hsl(var(--ring));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.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));
}
.active\:bg-black-292d34:active {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 45, 52, 1);
  background-color: rgba(41, 45, 52, var(--tw-bg-opacity, 1));
}
.active\:bg-dark-1a1e23:active {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 30, 35, 1);
  background-color: rgba(26, 30, 35, var(--tw-bg-opacity, 1));
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:bg-black-88898B:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 137, 139, 1);
  background-color: rgba(136, 137, 139, var(--tw-bg-opacity, 1));
}
.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-\[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));
}
.group:hover .group-hover\:text-black-4E5969 {
  --tw-text-opacity: 1;
  color: rgba(78, 89, 105, 1);
  color: rgba(78, 89, 105, var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-green-184D50 {
  --tw-text-opacity: 1;
  color: rgba(24, 77, 80, 1);
  color: rgba(24, 77, 80, var(--tw-text-opacity, 1));
}
.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);
}
.group:hover .group-hover\:\[animation-play-state\:running\] {
  animation-play-state: running;
}
.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-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --tw-translate-y: 0.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));
}
.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -0.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));
}
.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: 0.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));
}
.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --tw-translate-y: -0.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));
}
.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\]\:border-green-3FA4A7[data-state="active"] {
  --tw-border-opacity: 1;
  border-color: rgba(63, 164, 167, 1);
  border-color: rgba(63, 164, 167, var(--tw-border-opacity, 1));
}
.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-green-ECF4F4[data-state="active"] {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 244, 244, 1);
  background-color: rgba(236, 244, 244, 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-green-184D50[data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 77, 80, 1);
  background-color: rgba(24, 77, 80, 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\=checked\]\:font-medium[data-state="checked"] {
  font-weight: 500;
}
.data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
  color: hsl(240, 3.8%, 46.1%);
  color: hsl(var(--muted-foreground));
}
.data-\[state\=active\]\:text-foreground[data-state="active"] {
  color: hsl(240, 10%, 3.9%);
  color: hsl(var(--foreground));
}
.data-\[state\=active\]\:text-green-184D50[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgba(24, 77, 80, 1);
  color: rgba(24, 77, 80, var(--tw-text-opacity, 1));
}
.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-none[data-state="active"] {
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  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-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, 1);
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1));
}
.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));
}
}
.\[\&\>span\]\:truncate>span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.\[\&\>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));
}
.\[\&_\.bg-gray-100\]\:hover\:bg-gray-200\/60:hover .bg-gray-100 {
  background-color: rgba(229, 231, 235, 0.6);
}
.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}
.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}
.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}


.change-mobile-content[data-v-64ec4de1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}


.iget-login[data-v-7c760bc3] {
  font-family: 'PingFang SC';
  background-color: #fff;
  border-radius: 16px
}
.iget-login .login-options[data-v-7c760bc3] {
    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-7c760bc3] {
      padding-top: 4px;
      font-weight: 500;
      font-size: 18px;
      text-align: center;
}
.iget-login .login-options .login-divider[data-v-7c760bc3] {
      width: 1px;
      height: 328px;
}
.iget-login .login-options .login-phone[data-v-7c760bc3] {
      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-7c760bc3],
      .iget-login .login-options .login-phone .auth-code[data-v-7c760bc3] {
        position: relative;
        width: 100%;
        height: 72px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module[data-v-7c760bc3], .iget-login .login-options .login-phone .auth-code .phone-input-module[data-v-7c760bc3] {
          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-7c760bc3], .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-7c760bc3] {
            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-7c760bc3]::-webkit-input-placeholder, .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-7c760bc3]::-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-7c760bc3]::placeholder, .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-7c760bc3]::placeholder {
              color: #999;
              font-weight: normal;
              font-size: 16px;
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .cancel[data-v-7c760bc3], .iget-login .login-options .login-phone .auth-code .phone-input-module .cancel[data-v-7c760bc3] {
            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-7c760bc3], .iget-login .login-options .login-phone .auth-code .phone-error-tips[data-v-7c760bc3] {
          position: absolute;
          top: 36px;
          left: 0;
          color: #ff6a41;
          font-size: 12px;
}
.iget-login .login-options .login-phone .phone-number[data-v-7c760bc3] {
        margin-top: 30px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module[data-v-7c760bc3] {
          box-sizing: border-box;
          padding: 13px;
          background-color: #f2f2f3
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .phone-input[data-v-7c760bc3] {
            position: absolute;
            top: 0;
            left: 75px;
            width: calc(100% - 100px);
            font-size: 16px;
}
.iget-login .login-options .login-phone .auth-code[data-v-7c760bc3] {
}
.iget-login .login-options .login-phone .auth-code .phone-input-module[data-v-7c760bc3] {
          padding: 13px 16px
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label[data-v-7c760bc3] {
            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-7c760bc3] {
              cursor: pointer
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-7c760bc3]:hover {
                color: #f83;
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-7c760bc3]:active {
                color: #f36500;
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-7c760bc3] {
            position: absolute;
            top: 0;
            left: 15px;
            width: calc(100% - 140px);
            font-size: 16px;
}
.iget-login .login-options .login-phone .phone-button-module[data-v-7c760bc3] {
        margin-top: 49px;
        margin-bottom: 12px
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-7c760bc3] {
          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-7c760bc3]:hover {
            background: #292d34;
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-7c760bc3]:active {
            background: #292d34;
}
.iget-login .login-options .login-phone .phone-summary[data-v-7c760bc3] {
        margin-top: 16px;
}
.dd-agreement-wrap[data-v-7c760bc3] {
  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-7c760bc3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.dd-agreement-wrap .dd-checkBox-wrapper a[data-v-7c760bc3] {
      color: #6884c8;
      /* 取消下划线 */
      text-decoration: none;
}
.dd-agreement-wrap .dd-checkBox-wrapper .dd-checkBox[data-v-7c760bc3] {
      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-7c760bc3] {
        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-7c760bc3] {
          display: inline-block;
          width: 8px;
}
.dd-agreement-wrap .dd-checkBox-tips[data-v-7c760bc3] {
    margin-left: 16px;
}


.login-mobile-new-page[data-v-047f4c42] {
  height: 100%;
  overflow: auto;
  background-color: #fff
}
.login-mobile-new-page .login-options[data-v-047f4c42] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 774px;
    height: 100%;
    margin: 0 auto;
    padding: 80px 40px 16px
}
.login-mobile-new-page .login-options .login-title[data-v-047f4c42] {
      margin-bottom: 10px;
      font-weight: 500;
      font-size: 24px;
}
.login-mobile-new-page .login-options .login-title-tips[data-v-047f4c42] {
      color: #8a8f99;
      font-size: 14px;
}
.login-mobile-new-page .login-options .phone-number[data-v-047f4c42],
    .login-mobile-new-page .login-options .auth-code[data-v-047f4c42] {
      position: relative;
      flex-shrink: 0;
      width: 100%;
      height: 72px
}
.login-mobile-new-page .login-options .phone-number .phone-input-module[data-v-047f4c42], .login-mobile-new-page .login-options .auth-code .phone-input-module[data-v-047f4c42] {
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 48px;
        background-color: #f2f2f3;
        border-radius: 8px
}
.login-mobile-new-page .login-options .phone-number .phone-input-module .phone-input[data-v-047f4c42], .login-mobile-new-page .login-options .auth-code .phone-input-module .phone-input[data-v-047f4c42] {
          display: block;
          box-sizing: border-box;
          height: 100%;
          font-weight: 500;
          line-height: 100%;
          background-color: #f2f2f3;
          border: 0
}
.login-mobile-new-page .login-options .phone-number .phone-input-module .phone-input[data-v-047f4c42]::-webkit-input-placeholder, .login-mobile-new-page .login-options .auth-code .phone-input-module .phone-input[data-v-047f4c42]::-webkit-input-placeholder {
            color: #999;
            font-weight: normal;
            font-size: 16px;
}
.login-mobile-new-page .login-options .phone-number .phone-input-module .phone-input[data-v-047f4c42]::placeholder, .login-mobile-new-page .login-options .auth-code .phone-input-module .phone-input[data-v-047f4c42]::placeholder {
            color: #999;
            font-weight: normal;
            font-size: 16px;
}
.login-mobile-new-page .login-options .phone-number .phone-input-module .cancel[data-v-047f4c42], .login-mobile-new-page .login-options .auth-code .phone-input-module .cancel[data-v-047f4c42] {
          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/MTc2NjA2MDMyMzU0.png') no-repeat 0 0 / 16px 16px;
          cursor: pointer;
}
.login-mobile-new-page .login-options .phone-number .phone-error-tips[data-v-047f4c42], .login-mobile-new-page .login-options .auth-code .phone-error-tips[data-v-047f4c42] {
        position: absolute;
        top: 50px;
        left: 0;
        color: #ff6a41;
        font-size: 12px;
}
.login-mobile-new-page .login-options .phone-number[data-v-047f4c42] {
      margin-top: 30px
}
.login-mobile-new-page .login-options .phone-number .phone-input-module[data-v-047f4c42] {
        box-sizing: border-box;
        padding: 13px;
        background-color: #f2f2f3
}
.login-mobile-new-page .login-options .phone-number .phone-input-module .phone-input[data-v-047f4c42] {
          position: absolute;
          top: 0;
          left: 75px;
          width: calc(100% - 100px);
          font-size: 16px;
}
.login-mobile-new-page .login-options .auth-code[data-v-047f4c42] {
}
.login-mobile-new-page .login-options .auth-code .phone-input-module[data-v-047f4c42] {
        padding: 13px 16px
}
.login-mobile-new-page .login-options .auth-code .phone-input-module .phone-label[data-v-047f4c42] {
          position: absolute;
          top: calc(50% - 12px);
          right: 16px;
          height: 20px;
          padding-left: 15px;
          font-weight: 500;
          font-size: 16px;
          cursor: wait
}
.login-mobile-new-page .login-options .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-047f4c42] {
            cursor: pointer
}
.login-mobile-new-page .login-options .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-047f4c42]:hover {
              color: #f83;
}
.login-mobile-new-page .login-options .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-047f4c42]:active {
              color: #f36500;
}
.login-mobile-new-page .login-options .auth-code .phone-input-module .phone-input[data-v-047f4c42] {
          position: absolute;
          top: 0;
          left: 15px;
          width: calc(100% - 140px);
          font-size: 16px;
}
.login-mobile-new-page .login-options .phone-button-module[data-v-047f4c42] {
      margin-top: 29px
}
.login-mobile-new-page .login-options .phone-button-module .phone-button[data-v-047f4c42] {
        display: block;
        width: 100%;
        padding: 10px 20px;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        background: #1d2129;
        border: 0;
        border-radius: 6px;
        cursor: pointer
}
.login-mobile-new-page .login-options .phone-button-module .phone-button[data-v-047f4c42]:hover {
          background: #1d2129;
}
.login-mobile-new-page .login-options .phone-button-module .phone-button[data-v-047f4c42]:active {
          background: #1d2129;
}
.agreement-wrap[data-v-047f4c42] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 16px;
  color: #adb3be;
  font-size: 14px
}
.agreement-wrap .checkbox-wrapper[data-v-047f4c42] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.agreement-wrap .checkbox-wrapper .checkbox[data-v-047f4c42] {
      display: inline-block;
      flex-shrink: 0;
      box-sizing: border-box;
      width: 12px;
      height: 12px;
      margin: 4px;
      border: 1px solid #adb3be;
      border-radius: 100%;
      cursor: pointer;
      -webkit-user-select: none;
              user-select: none
}
.agreement-wrap .checkbox-wrapper .checkbox.agree[data-v-047f4c42] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 9px;
        text-align: center;
        background: #1d2129;
        border: 1px solid #1d2129
}
.agreement-wrap .checkbox-wrapper .checkbox.agree .right-icon[data-v-047f4c42] {
          width: 8px;
}
.agreement-wrap .checkbox-wrapper .service-wrap[data-v-047f4c42] {
}
.agreement-wrap .checkbox-wrapper .service-wrap a[data-v-047f4c42] {
        color: #1d2129;
        text-decoration: none;
}
.other-login-wrap[data-v-047f4c42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  margin-top: 16px;
  padding-bottom: 40px;
  color: #adb3be;
  font-size: 14px
}
.other-login-wrap .other-login-divider[data-v-047f4c42] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    color: #c9cdd4;
    font-size: 14px
}
.other-login-wrap .other-login-divider .other-login-divider-text[data-v-047f4c42] {
      padding: 0 16px;
}
.other-login-wrap .other-login-divider .other-login-divider-line[data-v-047f4c42] {
      flex: 1;
      height: 0.5px;
      background-color: #c9cdd4;
}
.other-login-wrap .other-login-item-wrap[data-v-047f4c42] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-top: 16px
}
.other-login-wrap .other-login-item-wrap .other-login-item-icon[data-v-047f4c42] {
      width: 40px;
      height: 40px;
      padding: 8px;
      border: 0.5px solid #e5e6ea;
      border-radius: 50%;
      cursor: pointer;
}


.login-mobile-new-page[data-v-037fcc47] {
  height: 100%;
  overflow: auto;
  background-color: #fff
}
.login-mobile-new-page .login-options[data-v-037fcc47] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 774px;
    height: 100%;
    margin: 0 auto;
    padding: 80px 40px 16px
}
.login-mobile-new-page .login-options .login-bind-logo[data-v-037fcc47] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      align-items: center;
      justify-content: center;
      margin-bottom: 40px
}
.login-mobile-new-page .login-options .login-bind-logo .login-bind-logo-item[data-v-037fcc47] {
        width: 60px;
        height: 60px;
        overflow: hidden;
        border-radius: 10px
}
.login-mobile-new-page .login-options .login-bind-logo .login-bind-logo-item > img[data-v-037fcc47] {
          width: 100%;
          height: 100%;
          object-fit: cover;
}
.login-mobile-new-page .login-options .login-bind-logo .login-bind-logo-indicator[data-v-037fcc47] {
        width: 24px;
        height: 24px
}
.login-mobile-new-page .login-options .login-bind-logo .login-bind-logo-indicator > img[data-v-037fcc47] {
          width: 100%;
          height: 100%;
          object-fit: cover;
}
.login-mobile-new-page .login-options .login-title[data-v-037fcc47] {
      margin-bottom: 10px;
      font-weight: 500;
      font-size: 24px;
}
.login-mobile-new-page .login-options .login-title-tips[data-v-037fcc47] {
      color: #8a8f99;
      font-size: 14px;
}
.login-mobile-new-page .login-options .phone-number[data-v-037fcc47],
    .login-mobile-new-page .login-options .auth-code[data-v-037fcc47] {
      position: relative;
      flex-shrink: 0;
      width: 100%;
      height: 72px
}
.login-mobile-new-page .login-options .phone-number .phone-input-module[data-v-037fcc47], .login-mobile-new-page .login-options .auth-code .phone-input-module[data-v-037fcc47] {
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 48px;
        background-color: #f2f2f3;
        border-radius: 8px
}
.login-mobile-new-page .login-options .phone-number .phone-input-module .phone-input[data-v-037fcc47], .login-mobile-new-page .login-options .auth-code .phone-input-module .phone-input[data-v-037fcc47] {
          display: block;
          box-sizing: border-box;
          height: 100%;
          font-weight: 500;
          line-height: 100%;
          background-color: #f2f2f3;
          border: 0
}
.login-mobile-new-page .login-options .phone-number .phone-input-module .phone-input[data-v-037fcc47]::-webkit-input-placeholder, .login-mobile-new-page .login-options .auth-code .phone-input-module .phone-input[data-v-037fcc47]::-webkit-input-placeholder {
            color: #999;
            font-weight: normal;
            font-size: 16px;
}
.login-mobile-new-page .login-options .phone-number .phone-input-module .phone-input[data-v-037fcc47]::placeholder, .login-mobile-new-page .login-options .auth-code .phone-input-module .phone-input[data-v-037fcc47]::placeholder {
            color: #999;
            font-weight: normal;
            font-size: 16px;
}
.login-mobile-new-page .login-options .phone-number .phone-input-module .cancel[data-v-037fcc47], .login-mobile-new-page .login-options .auth-code .phone-input-module .cancel[data-v-037fcc47] {
          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/MTc2NjA2MDMyMzU0.png') no-repeat 0 0 / 16px 16px;
          cursor: pointer;
}
.login-mobile-new-page .login-options .phone-number .phone-error-tips[data-v-037fcc47], .login-mobile-new-page .login-options .auth-code .phone-error-tips[data-v-037fcc47] {
        position: absolute;
        top: 50px;
        left: 0;
        color: #ff6a41;
        font-size: 12px;
}
.login-mobile-new-page .login-options .phone-number[data-v-037fcc47] {
      margin-top: 30px
}
.login-mobile-new-page .login-options .phone-number .phone-input-module[data-v-037fcc47] {
        box-sizing: border-box;
        padding: 13px;
        background-color: #f2f2f3
}
.login-mobile-new-page .login-options .phone-number .phone-input-module .phone-input[data-v-037fcc47] {
          position: absolute;
          top: 0;
          left: 75px;
          width: calc(100% - 100px);
          font-size: 16px;
}
.login-mobile-new-page .login-options .auth-code[data-v-037fcc47] {
}
.login-mobile-new-page .login-options .auth-code .phone-input-module[data-v-037fcc47] {
        padding: 13px 16px
}
.login-mobile-new-page .login-options .auth-code .phone-input-module .phone-label[data-v-037fcc47] {
          position: absolute;
          top: calc(50% - 12px);
          right: 16px;
          height: 20px;
          padding-left: 15px;
          font-weight: 500;
          font-size: 16px;
          cursor: wait
}
.login-mobile-new-page .login-options .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-037fcc47] {
            cursor: pointer
}
.login-mobile-new-page .login-options .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-037fcc47]:hover {
              color: #f83;
}
.login-mobile-new-page .login-options .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-037fcc47]:active {
              color: #f36500;
}
.login-mobile-new-page .login-options .auth-code .phone-input-module .phone-input[data-v-037fcc47] {
          position: absolute;
          top: 0;
          left: 15px;
          width: calc(100% - 140px);
          font-size: 16px;
}
.login-mobile-new-page .login-options .phone-button-module[data-v-037fcc47] {
      margin-top: 29px
}
.login-mobile-new-page .login-options .phone-button-module .phone-button[data-v-037fcc47] {
        display: block;
        width: 100%;
        padding: 10px 20px;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        background: #1d2129;
        border: 0;
        border-radius: 6px;
        cursor: pointer
}
.login-mobile-new-page .login-options .phone-button-module .phone-button[data-v-037fcc47]:hover {
          background: #1d2129;
}
.login-mobile-new-page .login-options .phone-button-module .phone-button[data-v-037fcc47]:active {
          background: #1d2129;
}
.agreement-wrap[data-v-037fcc47] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 16px;
  color: #adb3be;
  font-size: 14px
}
.agreement-wrap .checkbox-wrapper[data-v-037fcc47] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.agreement-wrap .checkbox-wrapper .checkbox[data-v-037fcc47] {
      display: inline-block;
      flex-shrink: 0;
      box-sizing: border-box;
      width: 12px;
      height: 12px;
      margin: 4px;
      border: 1px solid #adb3be;
      border-radius: 100%;
      cursor: pointer;
      -webkit-user-select: none;
              user-select: none
}
.agreement-wrap .checkbox-wrapper .checkbox.agree[data-v-037fcc47] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 9px;
        text-align: center;
        background: #1d2129;
        border: 1px solid #1d2129
}
.agreement-wrap .checkbox-wrapper .checkbox.agree .right-icon[data-v-037fcc47] {
          width: 8px;
}
.agreement-wrap .checkbox-wrapper .service-wrap[data-v-037fcc47] {
}
.agreement-wrap .checkbox-wrapper .service-wrap a[data-v-037fcc47] {
        color: #1d2129;
        text-decoration: none;
}


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


.home-footer[data-v-c843c7de] {
  padding: 100px 0 60px;
  text-align: center;
  background-color: #f2f2f3
}
.home-footer .footer-mod[data-v-c843c7de] {
    width: 100%
}
.home-footer .footer-mod .mod-title[data-v-c843c7de] {
      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-c843c7de] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      margin-top: 40px
}
.home-footer .footer-mod .qrcodes .qrcode-wrap[data-v-c843c7de] {
        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-c843c7de] {
          display: inline-block;
          width: 150px;
          height: 150px;
          margin-top: 28px;
}
.home-footer .footer-mod .qrcodes .qrcode-wrap .qrcode-title[data-v-c843c7de] {
          margin-top: 16px;
          color: #111418;
          font-weight: 500;
          font-size: 16px;
}
.home-footer .footer-bottom[data-v-c843c7de] {
    padding: 100px 0 0;
    font-size: 16px;
    background-color: #f2f2f3
}
.home-footer .footer-bottom .bottom-link[data-v-c843c7de] {
}

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


.iget-login[data-v-53ffad42] {
  font-family: 'PingFang SC';
  background-color: #fff;
  border-radius: 16px
}
.iget-login .close-icon[data-v-53ffad42] {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 20px;
    height: 20px;
    font-size: 25px;
    line-height: 20px;
    cursor: pointer;
}
.iget-login .login-options[data-v-53ffad42] {
    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-53ffad42] {
      padding-top: 4px;
      font-weight: 500;
      font-size: 18px;
      text-align: center;
}
.iget-login .login-options .login-divider[data-v-53ffad42] {
      width: 1px;
      height: 328px;
}
.iget-login .login-options .login-phone[data-v-53ffad42] {
      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-53ffad42],
      .iget-login .login-options .login-phone .auth-code[data-v-53ffad42] {
        position: relative;
        width: 272px;
        height: 72px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module[data-v-53ffad42], .iget-login .login-options .login-phone .auth-code .phone-input-module[data-v-53ffad42] {
          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-53ffad42], .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-53ffad42] {
            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-53ffad42]::-webkit-input-placeholder, .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-53ffad42]::-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-53ffad42]::placeholder, .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-53ffad42]::placeholder {
              color: #999;
              font-weight: normal;
              font-size: 16px;
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .cancel[data-v-53ffad42], .iget-login .login-options .login-phone .auth-code .phone-input-module .cancel[data-v-53ffad42] {
            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-53ffad42], .iget-login .login-options .login-phone .auth-code .phone-error-tips[data-v-53ffad42] {
          position: absolute;
          top: 36px;
          left: 0;
          color: #ff6a41;
          font-size: 12px;
}
.iget-login .login-options .login-phone .phone-number[data-v-53ffad42] {
        margin-top: 30px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module[data-v-53ffad42] {
          box-sizing: border-box;
          padding: 13px;
          background-color: #f2f2f3
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .phone-input[data-v-53ffad42] {
            position: absolute;
            top: 0;
            left: 75px;
            width: calc(100% - 100px);
            font-size: 16px;
}
.iget-login .login-options .login-phone .auth-code[data-v-53ffad42] {
}
.iget-login .login-options .login-phone .auth-code .phone-input-module[data-v-53ffad42] {
          padding: 13px 16px
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label[data-v-53ffad42] {
            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-53ffad42] {
              cursor: pointer
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-53ffad42]:hover {
                color: #f83;
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-53ffad42]:active {
                color: #f36500;
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-53ffad42] {
            position: absolute;
            top: 0;
            left: 15px;
            width: calc(100% - 140px);
            font-size: 16px;
}
.iget-login .login-options .login-phone .phone-button-module[data-v-53ffad42] {
        margin-top: 49px;
        margin-bottom: 12px
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-53ffad42] {
          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-53ffad42]:hover {
            background: #292d34;
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-53ffad42]:active {
            background: #292d34;
}
.iget-login .login-options .login-phone .phone-summary[data-v-53ffad42] {
        margin-top: 16px;
}
.dd-agreement-wrap[data-v-53ffad42] {
  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-53ffad42] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.dd-agreement-wrap .dd-checkBox-wrapper a[data-v-53ffad42] {
      color: #6884c8;
      /* 取消下划线 */
      text-decoration: none;
}
.dd-agreement-wrap .dd-checkBox-wrapper .dd-checkBox[data-v-53ffad42] {
      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-53ffad42] {
        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-53ffad42] {
          display: inline-block;
          width: 8px;
}
.dd-agreement-wrap .dd-checkBox-tips[data-v-53ffad42] {
    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-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-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-v2[data-v-390dc2d5] {
  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-class-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-class-audio:hover {
    background: rgba(118, 106, 246, 0.12);
}
.note-item-ai-class-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-class-audio .record-icon.play {
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc2NTg1NjUwOTky.png');
}
.note-item-ai-class-audio .record-icon.pause {
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTY0NjkzMzgx.png');
}
.note-item-ai-class-audio .record-title {
    flex: 1;
    color: #766af6;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}
.note-item-ai-class-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-class-audio .record-text:not(:last-child) {
      margin-right: 12px;
}


.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 {
  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-link:hover {
    background: rgba(118, 106, 246, 0.12);
}
.note-item-ai-link .link-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTYzOTg0MDYw.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.note-item-ai-link .link-title {
    flex: 1;
    margin-left: 8px;
    overflow: hidden;
    color: #766af6;
    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-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-recorder-card-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-recorder-card-audio:hover {
    background: rgba(118, 106, 246, 0.12);
}
.note-item-ai-recorder-card-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-recorder-card-audio .record-icon.play {
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTc2NjQ2NDE0OTI0.png');
}
.note-item-ai-recorder-card-audio .record-icon.pause {
      background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTY0NjkzMzgx.png');
}
.note-item-ai-recorder-card-audio .record-title {
    flex: 1;
    color: #766af6;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}
.note-item-ai-recorder-card-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-recorder-card-audio .record-text:not(:last-child) {
      margin-right: 12px;
}


.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-6ef0e501] {
  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-6ef0e501]: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-6ef0e501] {
    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-6ef0e501] {
    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-6ef0e501] {
      color: #8a8f99;
      font-size: 12px;
}
.note-card .card-bottom .card-bottom-option[data-v-6ef0e501] {
      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-6ef0e501] {
        position: relative
}
.note-card .card-bottom .card-bottom-option .card-bottom-add .hover-bubble[data-v-6ef0e501] {
          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-6ef0e501] {
            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-751802ed] {
  box-shadow: none;
}
.note-share-wrapper[data-v-751802ed] {
  position: relative
}
.note-share-wrapper .close-btn[data-v-751802ed] {
    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-751802ed] {
  padding: 16px;
  background-color: #fff;
  border-radius: 16px;
}


.header-sort[data-v-993e41d6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 36px 0 0
}
.header-sort .header-sort-list-count[data-v-993e41d6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}
.header-sort .header-sort-list-count .header-sort-list-count-text[data-v-993e41d6] {
      color: #1d2129;
      font-weight: 500;
      font-size: 18px;
}
.header-sort .header-sort-list-count .header-sort-list-count-value[data-v-993e41d6] {
      color: #8a8f99;
      font-size: 14px;
}
.header-sort .header-sort-item-wrapper[data-v-993e41d6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}
.header-sort .header-sort-item-wrapper .header-sort-item-text[data-v-993e41d6] {
      color: #8a8f99;
      font-size: 14px;
}
.header-sort .header-sort-item-wrapper .header-sort-item-wrapper-select[data-v-993e41d6] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer
}
.header-sort .header-sort-item-wrapper .header-sort-item-wrapper-select .icon-arrow[data-v-993e41d6] {
        margin-left: 2px;
}
.note-list[data-v-993e41d6] {
}
.note-list .list-loading[data-v-993e41d6] {
    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-993e41d6] {
    margin: 36px 0 12px;
    color: #111418;
    font-weight: bold;
    font-size: 18px;
}
.note-list .note-card[data-v-993e41d6] {
    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-993e41d6] {
      font-size: 18px;
}
.note-list-loading[data-v-993e41d6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.note-list-empty[data-v-993e41d6] {
  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-993e41d6] {
    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-993e41d6] {
    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-8054f916] {
  height: 100%
}
.simple-editor-wrap .note-edit-title[data-v-8054f916] {
    width: 100%;
    margin: 0 0 12px;
    padding: 0 4px;
    font-weight: bold;
    font-size: 24px;
    border: none;
}
.simple-editor-wrap .note-editor[data-v-8054f916] {
    padding: 4px 4px 0;
    overflow-y: hidden
}
.simple-editor-wrap .note-editor[data-v-8054f916] .tiptap {
      height: auto;
      max-height: -webkit-max-content;
      max-height: -moz-max-content;
      max-height: max-content;
}
.simple-editor-wrap[data-v-8054f916] .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-b8f609e6] {
}
.addition-home-page .addition-page-main[data-v-b8f609e6] {
    margin: 0 auto;
    padding: 0 24px;
    flex: 1;
    position: relative
}
.addition-home-page .addition-page-main .addition-page-empty[data-v-b8f609e6] {
      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-b8f609e6] {
        display: block;
        margin: 0 auto;
}
.addition-home-page .addition-page-main .addition-page-empty .tips[data-v-b8f609e6] {
        margin-top: 40px;
        font-size: 14px;
        color: #5e636d;
}


.note-share-class-content[data-v-02d190b8] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #fff
}
.note-share-class-content .empty-state[data-v-02d190b8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px
}
.note-share-class-content .empty-state .empty-content[data-v-02d190b8] {
      padding: 0 30px;
      text-align: center
}
.note-share-class-content .empty-state .empty-content .empty-title[data-v-02d190b8] {
        margin-bottom: 12px;
        color: #1d1d1f;
        font-weight: 600;
        font-size: 20px;
}
.note-share-class-content .empty-state .empty-content .empty-desc[data-v-02d190b8] {
        color: #6c6c70;
        font-size: 17px;
        line-height: 1.5;
}
.note-share-class-content .content-list[data-v-02d190b8] {
}
.note-share-class-content .content-list .list-footer[data-v-02d190b8] {
      height: 40px;
}
.note-share-class-content .content-list .mark-item[data-v-02d190b8] {
      margin-bottom: 15px
}
.note-share-class-content .content-list .mark-item .item-header[data-v-02d190b8] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-bottom: 7px
}
.note-share-class-content .content-list .mark-item .item-header .leading-icon[data-v-02d190b8] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 22px;
          height: 22px;
          margin-right: 8px
}
.note-share-class-content .content-list .mark-item .item-header .leading-icon .icon-img[data-v-02d190b8] {
            width: 100%;
            height: 100%;
            object-fit: contain;
}
.note-share-class-content .content-list .mark-item .item-header .leading-icon .default-dot[data-v-02d190b8] {
            width: 18px;
            height: 18px;
            background-color: #ccc;
            border-radius: 50%;
}
.note-share-class-content .content-list .mark-item .item-header .time-text[data-v-02d190b8] {
          color: #86909c;
          font-size: 16px;
}
.note-share-class-content .content-list .mark-item .item-content-wrapper[data-v-02d190b8] {
        margin-left: 30px
}
.note-share-class-content .content-list .mark-item .item-content-wrapper .content-photo[data-v-02d190b8] {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          height: 180px;
          overflow: hidden;
          border-radius: 8px
}
.note-share-class-content .content-list .mark-item .item-content-wrapper .content-photo .photo-img[data-v-02d190b8] {
            height: 100%;
            object-fit: cover;
            background-color: #f0f0f0;
            border-radius: 8px;
}
.note-share-class-content .content-list .mark-item .item-content-wrapper .content-document[data-v-02d190b8] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          align-items: center;
          margin-right: 10px;
          padding: 12px;
          border: 1px solid #eee;
          border-radius: 10px
}
.note-share-class-content .content-list .mark-item .item-content-wrapper .content-document .doc-icon[data-v-02d190b8] {
            flex-shrink: 0;
            width: 40px;
            height: 40px;
            margin-right: 10px
}
.note-share-class-content .content-list .mark-item .item-content-wrapper .content-document .doc-icon .file-icon-img[data-v-02d190b8] {
              width: 100%;
              height: 100%;
}
.note-share-class-content .content-list .mark-item .item-content-wrapper .content-document .doc-info[data-v-02d190b8] {
            flex: 1;
            overflow: hidden
}
.note-share-class-content .content-list .mark-item .item-content-wrapper .content-document .doc-info .doc-name[data-v-02d190b8] {
              margin-bottom: 5px;
              overflow: hidden;
              color: #1d2129;
              font-size: 15px;
              white-space: nowrap;
              text-overflow: ellipsis;
}
.note-share-class-content .content-list .mark-item .item-content-wrapper .content-document .doc-info .doc-size[data-v-02d190b8] {
              color: #757575;
              font-size: 12px;
}
.note-share-class-content .content-list .mark-item .item-content-wrapper .content-quicknote[data-v-02d190b8] {
          width: 100%;
          color: #1d2129;
          font-size: 16px;
          line-height: 1.4;
}
.note-share-class-content .content-list .mark-item .item-content-wrapper .content-mark[data-v-02d190b8] {
          width: 100%;
          color: #1d2129;
          font-size: 16px;
          line-height: 1.4;
}


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


.share-popover {
}
.share-popover .close-btn {
    position: absolute;
    top: 15px;
    right: 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;
}
.save-btn-icon {
  margin-right: 4px
}
.save-btn-icon.spinning {
    animation: spin 1s linear infinite;
}
@keyframes spin {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}


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


.note-edit[data-v-2b6f67ac] {
  height: calc(100% - 26px)
}
.note-edit .note-edit-container[data-v-2b6f67ac] {
    height: 100%
}
.note-edit .note-edit-container[data-v-2b6f67ac] .dropdown-wrapper {
      top: 38px;
      bottom: auto;
      bottom: initial;
}
.note-edit .note-edit-container .note-edit-title[data-v-2b6f67ac] {
      width: 100%;
      margin: 0 0 8px;
      padding: 0 18px;
      font-weight: bold;
      font-size: 24px;
      border: none;
}
.note-edit .note-edit-container .note-sync-status[data-v-2b6f67ac] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 6px;
      align-items: center;
      margin: 0 0 8px;
      padding: 0 18px;
      color: #8a8f99;
      font-weight: 400;
      font-size: 14px;
      font-style: normal;
      line-height: 160%
}
.note-edit .note-edit-container .note-sync-status .sync-icon[data-v-2b6f67ac] {
        flex-shrink: 0
}
.note-edit .note-edit-container .note-sync-status .sync-icon.spinning[data-v-2b6f67ac] {
          animation: spin-2b6f67ac 1s linear infinite;
}
.note-edit .note-edit-container .note-resource[data-v-2b6f67ac] {
      margin: 0 0 8px;
      padding: 0 18px;
      color: #8a8f99;
      font-weight: 400;
      font-size: 14px;
      font-style: normal;
      line-height: 160%
}
.note-edit .note-edit-container .note-resource .res-title[data-v-2b6f67ac] {
        color: #6884c8;
        cursor: pointer;
}
.note-edit .note-edit-container .note-editor[data-v-2b6f67ac] {
      padding: 4px 4px 0;
      overflow-y: hidden
}
.note-edit .note-edit-container .note-editor[data-v-2b6f67ac] .tiptap {
        height: auto;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
}
@keyframes spin-2b6f67ac {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}


.note-main[data-v-e663c39a] {
  height: calc(100% - 26px)
}
.note-main .note-main-container[data-v-e663c39a] {
    height: 100%
}
.note-main .note-main-container .note-title[data-v-e663c39a] {
      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-e663c39a] {
      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-e663c39a] {
        color: #6884c8;
        cursor: pointer;
}
.note-main .note-main-container .note-update-time[data-v-e663c39a] {
      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-e663c39a] {
      overflow-y: hidden
}
.note-main .note-main-container .note-main-body[data-v-e663c39a] .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.from-app {
}
.note-detail-page.from-app .app-page {
      height: calc(100% - 20px);
}
.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-1ad2bb11] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: var(--header-height)
}
.note-header-old .header-title[data-v-1ad2bb11] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 8px;
    color: #111418;
    font-weight: 500;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    white-space: nowrap;
    cursor: pointer
}
.note-header-old .header-title .icon-arrow[data-v-1ad2bb11] {
      margin-left: 2px;
}
.note-header-old .header-buttons[data-v-1ad2bb11] {
    position: relative;
    margin-right: 19px
}
.note-header-old .header-buttons[data-v-1ad2bb11] .n-button {
      --n-color: transparent !important;
      --n-border: none !important;
}
.note-header-old .header-buttons .refresh-bubble[data-v-1ad2bb11] {
      position: absolute;
      bottom: -32px;
      left: 2px;
      z-index: 999;
      box-sizing: border-box;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding: 4px 12px;
      color: #fff;
      font-weight: 400;
      font-size: 14px;
      background: #1d2129;
      border-radius: 2px
}
.note-header-old .header-buttons .refresh-bubble .triangle[data-v-1ad2bb11] {
        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-1ad2bb11] {
    margin-right: 11px;
}
.note-header-old .search-input[data-v-1ad2bb11] {
    flex-grow: 1;
}
.note-header-old .note-create-header[data-v-1ad2bb11] {
    width: 100%;
    height: 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-75416f59] {
}
.note-original-content .web-detail[data-v-75416f59] {
    height: 100%
}
.note-original-content .web-detail .web-title[data-v-75416f59] {
      margin: 0 0 16px;
      color: #111418;
      font-weight: 600;
      font-size: 24px;
}
.note-original-content .web-detail .picture-resource[data-v-75416f59] {
      margin-bottom: 16px;
      padding: 0 0 16px;
      border-bottom: 1px solid #f5f7fa
}
.note-original-content .web-detail .picture-resource .picture-resource-title[data-v-75416f59] {
        margin: 0 0 10px;
        color: #c9cdd4;
        font-weight: 500;
        font-size: 14px;
}
.note-original-content .web-detail .picture-resource .picture-resource-list[data-v-75416f59] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        gap: 10px
}
.note-original-content .web-detail .picture-resource .picture-resource-list .picture-resource-item[data-v-75416f59] {
          width: 38px;
          height: 38px;
          overflow: hidden;
          border-radius: 6px;
          cursor: pointer;
          transition: opacity 0.3s ease
}
.note-original-content .web-detail .picture-resource .picture-resource-list .picture-resource-item .picture-resource-image[data-v-75416f59] {
            width: 100%;
            height: 100%;
            object-fit: cover;
}
.note-original-content .web-detail .picture-resource .picture-resource-list .picture-resource-item[data-v-75416f59]:hover {
            opacity: 0.8;
}
.note-original-content .web-detail .sentence-item[data-v-75416f59] {
      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-75416f59]:not(:last-child) {
        margin-bottom: 16px;
}
.note-original-content .web-detail .sentence-item .sentence-index[data-v-75416f59] {
        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-75416f59] {
        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-75416f59] {
          padding: 3px 0;
          background: transparent;
}
.note-original-content .web-detail .sentence-item .sentence-starttime[data-v-75416f59] {
        color: #8a8f99;
        font-weight: 500;
        font-size: 14px;
}
.note-original-content .web-detail .sentence-item .sentence-playing-icon[data-v-75416f59] {
        width: 18px;
        height: 18px;
}
.note-original-content .web-detail .sentence-content[data-v-75416f59] {
      padding-left: calc(22px + 10px);
      word-break: break-all;
}
.note-original-content .web-detail .sentence-resource[data-v-75416f59] {
      width: 100%;
      border-radius: 6px;
}
.note-original-content .web-detail[data-v-75416f59]  {
}
.note-original-content .web-detail[data-v-75416f59] p {
        font-size: 16px;
        line-height: 180%;
}
.note-original-content .web-detail[data-v-75416f59] img {
        max-width: 100%;
}
.note-original-content .web-loading[data-v-75416f59] {
    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-75416f59] {
    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-75416f59] {
      width: 268px;
      margin: 20px auto 40px;
}
.note-original-content .web-empty .empty-title[data-v-75416f59] {
      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;
}


.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-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-recorder-mark-content-page {
  background: #fff
}
.note-recorder-mark-content-page .note-page-main {
    flex: 1;
    margin: 0 auto;
    padding: 0 24px;
}


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


.app-launch-container[data-v-70f4aad5] {
  /* nothing */
}


.layout-drawer-content[data-v-69240476] {
}
.layout-drawer-content .user-info[data-v-69240476] {
    margin-top: 28px
}
.layout-drawer-content .user-info .user-avatar[data-v-69240476] {
      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-69240476] {
      margin-left: 12px;
      color: #111418;
      font-weight: 500;
      font-size: 20px;
      font-style: normal;
      line-height: normal;
}
.layout-drawer-content .button-group[data-v-69240476] {
    margin-top: 35px
}
.layout-drawer-content .button-group .button-item[data-v-69240476] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin-bottom: 14px;
      padding: 12px 0
}
.layout-drawer-content .button-group .button-item .iconfont[data-v-69240476] {
        margin-top: -3px;
        color: #292d34;
        font-size: 18px;
}
.layout-drawer-content .button-group .button-icon[data-v-69240476] {
      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-69240476] {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMzYwNjA0NTgw.png');
}
.layout-drawer-content .button-group .button-icon.wx-app[data-v-69240476] {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTcyMDEwOTUw.png');
}
.layout-drawer-content .button-group .button-icon.download-app[data-v-69240476] {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTczMzQ3MTc1NDYz.png');
}
.layout-drawer-content .button-group .button-icon.callback[data-v-69240476] {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTcyMDExMDE0.png');
}
.layout-drawer-content .button-group .button-icon.logout[data-v-69240476] {
        background-image: url('https://piccdn2.umiwi.com/fe-oss/default/MTcyMTcyMDEwOTg3.png');
}
.layout-drawer-content .button-group .button-text[data-v-69240476] {
      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-69240476] {
        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-24a662e2] {
  width: 100%;
  max-height: 60vh;
  background-color: #fff
}
.note-header-image.note-header-image-fixed[data-v-24a662e2] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 0;
}
.note-header-image .carousel-img[data-v-24a662e2] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.note-header-image .custom-dots[data-v-24a662e2] {
    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-24a662e2] {
      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-68fa0a3c] {
}
.note-share-original-content .note-loading-wrapper[data-v-68fa0a3c] {
    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-68fa0a3c] {
    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-68fa0a3c] {
      width: 268px;
}
.note-share-original-content .note-error-wrap .error-text[data-v-68fa0a3c] {
      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-68fa0a3c] {
      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 .picture-resource[data-v-68fa0a3c] {
    margin-bottom: 16px;
    padding: 0 0 16px;
    border-bottom: 1px solid #f5f7fa
}
.note-share-original-content .picture-resource .picture-resource-title[data-v-68fa0a3c] {
      margin: 0 0 10px;
      color: #c9cdd4;
      font-weight: 500;
      font-size: 14px;
}
.note-share-original-content .picture-resource .picture-resource-list[data-v-68fa0a3c] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      gap: 10px
}
.note-share-original-content .picture-resource .picture-resource-list .picture-resource-item[data-v-68fa0a3c] {
        width: 38px;
        height: 38px;
        overflow: hidden;
        border-radius: 6px;
        cursor: pointer;
        transition: opacity 0.3s ease
}
.note-share-original-content .picture-resource .picture-resource-list .picture-resource-item .picture-resource-image[data-v-68fa0a3c] {
          width: 100%;
          height: 100%;
          object-fit: cover;
}
.note-share-original-content .picture-resource .picture-resource-list .picture-resource-item[data-v-68fa0a3c]:hover {
          opacity: 0.8;
}
.note-share-original-content .sentence-item[data-v-68fa0a3c] {
    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-68fa0a3c]:not(:last-child) {
      margin-bottom: 16px;
}
.note-share-original-content .sentence-item .sentence-index[data-v-68fa0a3c] {
      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-68fa0a3c] {
      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-68fa0a3c] {
        padding: 3px 0;
        background: transparent;
}
.note-share-original-content .sentence-item .sentence-starttime[data-v-68fa0a3c] {
      color: #8a8f99;
      font-weight: 500;
      font-size: 14px
}
.note-share-original-content .sentence-item .sentence-starttime.sentence-starttime-playing[data-v-68fa0a3c] {
        color: #305ef5;
}
.note-share-original-content .sentence-item .sentence-playing-icon[data-v-68fa0a3c] {
      width: 18px;
      height: 18px;
}
.note-share-original-content .sentence-content[data-v-68fa0a3c] {
    padding-left: calc(22px + 10px);
    font-size: 17px;
    line-height: 26px;
    word-break: break-all
}
.note-share-original-content .sentence-content.sentence-content-playing[data-v-68fa0a3c] {
      color: #305ef5;
}
.note-share-original-content .sentence-resource[data-v-68fa0a3c] {
    width: 100%;
    border-radius: 6px;
}
.note-share-original-content[data-v-68fa0a3c]  {
}
.note-share-original-content[data-v-68fa0a3c] img {
      max-width: 100%;
}
.note-share-original-content .web-loading[data-v-68fa0a3c] {
    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-68fa0a3c] {
    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-68fa0a3c] {
      width: 268px;
      margin: 20px auto 40px;
}
.note-share-original-content .web-empty .empty-title[data-v-68fa0a3c] {
      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-499377c2] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%
}
.card-image .img-item[data-v-499377c2] {
    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-499377c2] {
    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-499377c2] {
      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-49c58537] {
  width: 100%;
  padding: 0 20px 140px; /* 底部 140px 是为了给防止悬浮按钮遮挡最底部内容 */
}


.save-success-modal[data-v-b79d53a4] {
  box-sizing: border-box;
  width: 300px;
  padding: 24px 20px;
  background-color: #fff;
  border-radius: 16px
}
.save-success-modal .modal-content[data-v-b79d53a4] {
    text-align: center
}
.save-success-modal .modal-content .title[data-v-b79d53a4] {
      margin-bottom: 8px;
      color: #1d2129;
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
}
.save-success-modal .modal-content .subtitle[data-v-b79d53a4] {
      margin-bottom: 20px;
      color: #677084;
      font-size: 14px;
      line-height: 20px;
}


.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-7cdb29d8] {
  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;
  box-shadow: 0 0 0.5px 0 #e5e6ea inset
}
.share-fixed-bar .share-fixed-bar-container[data-v-7cdb29d8] {
    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-7cdb29d8] {
      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-7cdb29d8] {
        height: 20px;
}
.share-fixed-bar .share-fixed-bar-container .share-fixed-bar-logo .logo-right[data-v-7cdb29d8] {
        height: 16px;
}
.share-fixed-bar .share-fixed-bar-container .share-fixed-bar-info[data-v-7cdb29d8] {
      color: #86909c;
      font-size: 12px;
      line-height: 1;
}
.share-fixed-bar .extra-operation[data-v-7cdb29d8] {
    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-7cdb29d8] {
    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-7cdb29d8] {
      position: fixed;
      right: 0;
      z-index: 9999999;
      width: 300px;
      height: 90px;
      margin-right: 20px;
}
.share-fixed-footer[data-v-7cdb29d8] {
  position: fixed;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 9;
  max-width: 774px;
  margin: 0 auto;
  padding-bottom: 52px
}
.share-fixed-footer .share-fixed-footer-content[data-v-7cdb29d8] {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center
}
.share-fixed-footer .share-fixed-footer-content .ai-kurisu[data-v-7cdb29d8],
    .share-fixed-footer .share-fixed-footer-content .open-app-to-check[data-v-7cdb29d8] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      gap: 8px;
      align-items: center;
      justify-content: center;
      height: 42px;
      padding: 0 26px;
      color: #fff;
      background-color: #f5f7fa;
      border-radius: 21px;
      transform: translateZ(0);
      cursor: pointer
}
.share-fixed-footer .share-fixed-footer-content .ai-kurisu > span[data-v-7cdb29d8], .share-fixed-footer .share-fixed-footer-content .open-app-to-check > span[data-v-7cdb29d8] {
        color: #1d2129;
        font-size: 15px;
}
.share-fixed-footer .share-fixed-footer-content .ai-kurisu[data-v-7cdb29d8] {
}
.share-fixed-footer .share-fixed-footer-content .ai-kurisu > img[data-v-7cdb29d8] {
        width: 17px;
}


.note-share-detail-page[data-v-7eb4394e] {
  max-width: 774px;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  background: #fff
}
.note-share-detail-page[data-v-7eb4394e] .aie-resize-wrapper {
    justify-content: center;
    width: 100%;
}
.note-share-detail-page .note-skeleton[data-v-7eb4394e] {
    margin: 20px auto 0;
    padding: 0 20px;
}
.note-share-detail-page .note-error-wrap[data-v-7eb4394e] {
    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-7eb4394e] {
      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-7eb4394e] {
        height: 20px;
}
.note-share-detail-page .note-error-wrap .logo-wrapper .logo-right[data-v-7eb4394e] {
        height: 16px;
}
.note-share-detail-page .note-error-wrap .error-image[data-v-7eb4394e] {
      width: 268px;
}
.note-share-detail-page .note-error-wrap .error-text[data-v-7eb4394e] {
      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-text .error-text-line[data-v-7eb4394e] {
        text-align: center;
}
.note-share-detail-page .note-error-wrap .error-text .error-text-link[data-v-7eb4394e] {
        color: #6830f3;
        text-decoration: underline;
        cursor: pointer;
}
.note-share-detail-page .note-error-wrap .error-refresh-btn[data-v-7eb4394e] {
      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-7eb4394e] {
    margin: 0 auto;
    background-color: #fff
}
.note-share-detail-page .note-content-wrap .note-share-save-wrap[data-v-7eb4394e] {
      position: relative
}
.note-share-detail-page .note-content-wrap .note-share-save-wrap .note-share-save-tip-triangle[data-v-7eb4394e] {
        position: absolute;
        top: -12px;
        left: 50%;
        width: 8px;
        height: 8px;
        background: #f0edff;
        transform: translateX(-50%) rotate(45deg);
        content: '';
}
.note-share-detail-page .note-content-wrap .note-share-save-wrap .note-share-save-tip[data-v-7eb4394e] {
        position: absolute;
        right: 0;
        bottom: 50px;
        z-index: 10;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 9px 14px;
        color: #1d2129;
        font-size: 12px;
        background: #f0edff;
        border-radius: 6px;
        cursor: pointer
}
.note-share-detail-page .note-content-wrap .note-share-save-wrap .note-share-save-tip .note-share-save-content[data-v-7eb4394e] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 6px;
          align-items: center
}
.note-share-detail-page .note-content-wrap .note-share-save-wrap .note-share-save-tip .note-share-save-content > img[data-v-7eb4394e] {
            width: 22px;
}
.note-share-detail-page .note-content-wrap .note-share-save-wrap .note-share-save-tip .note-share-save-content > span[data-v-7eb4394e] {
            color: #1d2129;
            font-size: 16px;
}
.note-share-detail-page .note-content-wrap .note-share-save[data-v-7eb4394e] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 6px;
      align-items: center;
      justify-content: center;
      height: 42px;
      padding: 0 26px;
      color: #fff;
      font-size: 15px;
      background: -webkit-gradient(linear, left top, left bottom, from(#4e5969), to(#2c323e));
      background: linear-gradient(180deg, #4e5969 0%, #2c323e 100%);
      border-radius: 21px;
      transform: translateZ(0);
      cursor: pointer
}
.note-share-detail-page .note-content-wrap .note-share-save > img[data-v-7eb4394e] {
        width: 22px;
}
.note-share-detail-page .note-content-wrap .note-header-relate-info-wrap[data-v-7eb4394e] {
      position: relative;
      /* z-index: 10; */
      background-color: #fff;
}
.note-share-detail-page .note-content-wrap .note-main-body[data-v-7eb4394e] {
      position: relative;
      /* z-index: 10; */
      background-color: #fff;
}


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


.recycle-action-bar[data-v-c93a8a9e] {
  position: absolute;
  bottom: 34px;
  left: 50%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 11px 25px;
  background: #fff;
  box-shadow: 0 6px 16px 0 rgba(47, 50, 53, 0.1);
  transform: translateX(-50%)
}

  /* APP 样式 - 圆角胶囊形状 */
.recycle-action-bar.app-style[data-v-c93a8a9e] {
    border-radius: 40px;
}
  /* Web 样式 - 圆角矩形 + 边框 */
.recycle-action-bar.web-style[data-v-c93a8a9e] {
    border: 0.5px solid #c9cdd4;
    border-radius: 12px;
    box-shadow: 0 6.545px 13.091px 0 rgba(47, 50, 53, 0.1);
}
.recycle-action-bar .action-item[data-v-c93a8a9e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    cursor: pointer;
    transition: opacity 0.2s
}
.recycle-action-bar .action-item[data-v-c93a8a9e]:hover {
      opacity: 0.8;
}
.recycle-action-bar .action-item[data-v-c93a8a9e]:active {
      opacity: 0.6;
}
.recycle-action-bar .action-item .action-icon[data-v-c93a8a9e] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      margin-bottom: 2px;
      color: #1d2129;
      background: #fff;
      border-radius: 16px;
}
.recycle-action-bar .action-item .action-text[data-v-c93a8a9e] {
      color: #1d2129;
      font-weight: 500;
      font-size: 12px;
      font-family: 'PingFang SC', sans-serif;
      line-height: normal;
      white-space: nowrap;
      text-align: center;
}
.recycle-action-bar .action-item.action-item-danger[data-v-c93a8a9e] {
}
.recycle-action-bar .action-item.action-item-danger .action-icon[data-v-c93a8a9e] {
        color: #f05554;
}
.recycle-action-bar .action-item.action-item-danger .action-text[data-v-c93a8a9e] {
        color: #f05554;
}
.recycle-action-bar .action-divider[data-v-c93a8a9e] {
    width: 0.5px;
    height: 32px;
    margin: 0 25px;
    background: #e5e6ea;
}


.note-card[data-v-51b448d3] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s var(--n-bezier)
}
.note-card.note-card-selected[data-v-51b448d3] {
    border: 2px solid #ff6c6c
}
.note-card.note-card-selected[data-v-51b448d3]::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      width: 100%;
      height: 100%;
      background: rgba(255, 108, 108, 0.06);
      content: '';
      pointer-events: none;
}
.note-card .card-bottom[data-v-51b448d3] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 34px;
    padding-top: 14px;
    border-top: 1px dashed #e5e6ea
}
.note-card .card-bottom .card-bottom-main[data-v-51b448d3] {
      color: #8a8f99;
      font-size: 12px;
}
.note-card .card-bottom .card-bottom-option[data-v-51b448d3] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      cursor: pointer;
}


.recycle-note-list-wrap[data-v-e7127d86] {
}
.recycle-note-list-wrap .recycle-item[data-v-e7127d86] {
    margin-bottom: 20px;
}
.recycle-note-list-wrap.is-app[data-v-e7127d86] {
}
.recycle-note-list-wrap.is-app .recycle-item[data-v-e7127d86] {
      margin-bottom: 12px;
}


.recycle-notice-wrap[data-v-bea2fab0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 16px
}
.recycle-notice-wrap .text[data-v-bea2fab0] {
    color: #86909c;
    font-size: 14px;
    line-height: normal;
}
.recycle-notice-wrap.is-app[data-v-bea2fab0] {
    margin-top: 10px;
    margin-bottom: 10px;
}


.recycle-page[data-v-6ec14b8b] {
  position: relative
}
.recycle-page.is-app[data-v-6ec14b8b] {
    background: #f5f7fa
}
.recycle-page.is-app .recycle-header[data-v-6ec14b8b] {
}
.recycle-page.is-app .recycle-header .search-container[data-v-6ec14b8b] {
        background-color: #fff;
}
.recycle-layout[data-v-6ec14b8b] {
  width: 774px;
  max-width: min(100%, 774px);
  margin: 0 auto;
  padding: 0 20px;
}
.recycle-header[data-v-6ec14b8b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0
}
.recycle-header .search-container[data-v-6ec14b8b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 34px;
    margin-right: 12px;
    padding: 2px 16px;
    background-color: #e5e5e6;
    border-radius: 33px
}
.recycle-header .search-container .search-icon[data-v-6ec14b8b] {
      flex-shrink: 0;
      margin-right: 10px;
      color: #86909c;
}
.recycle-header .search-container .search-input[data-v-6ec14b8b] {
      flex: 1;
      height: 100%;
      color: #1d2129;
      font-size: 14px;
      font-family: 'PingFang SC', sans-serif;
      line-height: normal;
      background: transparent;
      border: none;
      outline: none
}
.recycle-header .search-container .search-input[data-v-6ec14b8b]::-webkit-input-placeholder {
        color: #8a8f99;
}
.recycle-header .search-container .search-input[data-v-6ec14b8b]::placeholder {
        color: #8a8f99;
}
.recycle-header .search-container .search-clear-btn[data-v-6ec14b8b] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-shrink: 0;
      align-items: center;
      justify-content: center;
      padding: 0;
      color: #86909c;
      background: none;
      border: none;
      cursor: pointer;
      transition: color 0.2s
}
.recycle-header .search-container .search-clear-btn[data-v-6ec14b8b]:hover {
        color: #4e5969;
}
.recycle-header .search-container .search-clear-btn[data-v-6ec14b8b]:active {
        opacity: 0.8;
}
.recycle-header .clear-btn[data-v-6ec14b8b] {
    flex-shrink: 0;
    padding: 0;
    color: #4e5969;
    font-size: 14px;
    font-family: 'PingFang SC', sans-serif;
    line-height: normal;
    text-align: right;
    background: none;
    border: none;
    cursor: pointer
}
.recycle-header .clear-btn[data-v-6ec14b8b]:hover {
      color: #1d2129;
}
.recycle-header .clear-btn[data-v-6ec14b8b]:active {
      opacity: 0.8;
}
.recycle-empty-wrapper[data-v-6ec14b8b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.recycle-empty[data-v-6ec14b8b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center
}
.recycle-empty .tips[data-v-6ec14b8b] {
    margin-top: 16px;
    color: #9ca3af;
    font-size: 14px;
    line-height: 20px;
}


.fade-enter-active[data-v-2ea8de94],
.fade-leave-active[data-v-2ea8de94] {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-2ea8de94],
.fade-leave-to[data-v-2ea8de94] {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* 隐藏数字输入框的上下箭头按钮 */
input[type='number'][data-v-2ea8de94]::-webkit-outer-spin-button,
input[type='number'][data-v-2ea8de94]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

/* Firefox 中隐藏数字输入框的箭头 */
input[type='number'][data-v-2ea8de94] {
  -webkit-appearance: textfield;
          appearance: textfield;
}


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


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


.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-1adee0a2] {
  width: 100%;
  margin-top: 32px
}
.yinxiang-rules-wrapper .item[data-v-1adee0a2] {
    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-1adee0a2] {
      color: #5182ff;
}
.yinxiang-rules-wrapper .image[data-v-1adee0a2] {
    width: 100%
}
.yinxiang-rules-wrapper .image .img[data-v-1adee0a2] {
      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-alert[data-v-3f522f9f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 20px 0
}
.yinxiang-sync-alert .notifications-container[data-v-3f522f9f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}
.yinxiang-sync-alert .flex[data-v-3f522f9f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.yinxiang-sync-alert .flex-shrink-0[data-v-3f522f9f] {
    flex-shrink: 0;
    padding-top: 1px;
}
.yinxiang-sync-alert .error-alert[data-v-3f522f9f] {
    padding: 16px;
    background-color: rgb(254, 242, 242);
    border-radius: 4px;
}
.yinxiang-sync-alert .error-svg[data-v-3f522f9f] {
    width: 16px;
    height: 16px;
    color: #f87171;
}
.yinxiang-sync-alert .error-prompt-heading[data-v-3f522f9f] {
    color: #991b1b;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.yinxiang-sync-alert .error-prompt-container[data-v-3f522f9f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-left: 8px;
}
.yinxiang-sync-alert .error-prompt-wrap[data-v-3f522f9f] {
    margin-top: 8px;
    color: #b91c1c;
    font-size: 14px;
    line-height: 20px;
}
.yinxiang-sync-alert .error-prompt-list[data-v-3f522f9f] {
    margin-top: 4px;
    list-style-type: none;
}
.yinxiang-sync-note[data-v-3f522f9f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}
.yinxiang-sync-note .upload-area[data-v-3f522f9f] {
    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-3f522f9f] {
    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-3f522f9f] {
      color: #fff;
      background: #292d34;
}
.yinxiang-sync-note .upload-btn .btn-text[data-v-3f522f9f] {
      font-weight: 500;
      font-size: 16px;
      font-style: normal;
      line-height: 18px; /* 112.5% */
}
.yinxiang-sync-note .upload-btn .btn-desc[data-v-3f522f9f] {
      margin-top: 2px;
      font-weight: 400;
      font-size: 12px;
      font-style: normal;
      line-height: 18px; /* 150% */
}


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


.sync-wrap[data-v-186829b2] {
  box-sizing: border-box
}
.sync-wrap .sync-page-main[data-v-186829b2] {
    flex: 1;
    margin: 0 auto;
    padding: 20px 20px 12px;
}
.sync-wrap .title[data-v-186829b2] {
    color: #111418;
    font-weight: 500;
    font-size: 24px;
}
@media (max-width: 1023px) {
.sync-wrap[data-v-186829b2] {
}
.sync-wrap .sync-page-main[data-v-186829b2] {
      padding: 0 20px 12px;
}
.sync-wrap .title[data-v-186829b2] {
      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-e470da1a] {
}
.tag-home-page .tag-page-main[data-v-e470da1a] {
    position: relative;
    flex: 1;
    margin: 0 auto;
    padding: 0 24px
}
.tag-home-page .tag-page-main .tag-page-empty[data-v-e470da1a] {
      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-e470da1a] {
        display: block;
        margin: 0 auto;
}
.tag-home-page .tag-page-main .tag-page-empty .tips[data-v-e470da1a] {
        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-5c7a0c10] {
}
.tag-home-page .tag-page-main[data-v-5c7a0c10] {
    flex: 1;
    margin: 0 auto;
    padding: 0 24px
}
.tag-home-page .tag-page-main .tag-page-content[data-v-5c7a0c10] {
      padding-bottom: 12px;
}
.tag-home-page .tag-page-main .tag-page-empty[data-v-5c7a0c10] {
      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-5c7a0c10] {
        display: block;
        margin: 0 auto;
}
.tag-home-page .tag-page-main .tag-page-empty .tips[data-v-5c7a0c10] {
        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-20d7b67e] {
  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-20d7b67e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    align-items: center;
}
.book-top-bar .book-top-bar-btn[data-v-20d7b67e] {
    padding: 4px 14px;
    color: #fff;
    font-size: 12px;
    background-color: #111418;
    border-radius: 100px;
}
.book-top-bar .book-top-bar-user[data-v-20d7b67e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.book-top-bar .book-top-bar-user .book-top-bar-subscribe[data-v-20d7b67e] {
      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-20d7b67e] {
        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-1eb2bb49] {
  width: 100%;
  max-width: 774px;
  height: 100%;
  margin: 0 auto;
  background-color: #f5f7fa
}
.book-h5-detail-container .share-fixed-footer[data-v-1eb2bb49] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    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-1eb2bb49] {
      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-1eb2bb49] {
      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-1eb2bb49],
      .book-h5-detail-container .share-fixed-footer .share-fixed-footer-content .open-app-to-check[data-v-1eb2bb49] {
        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-1eb2bb49], .book-h5-detail-container .share-fixed-footer .share-fixed-footer-content .open-app-to-check > span[data-v-1eb2bb49] {
          color: #1d2129;
          font-size: 14px;
}
.book-h5-detail-container .share-fixed-footer .share-fixed-footer-content .ai-kurisu[data-v-1eb2bb49] {
}
.book-h5-detail-container .share-fixed-footer .share-fixed-footer-content .ai-kurisu > img[data-v-1eb2bb49] {
          width: 17px;
}
.book-h5-detail-container .book-header[data-v-1eb2bb49] {
    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-1eb2bb49] {
      width: 73px;
      height: 110px
}
.book-h5-detail-container .book-header .book-header-cover img[data-v-1eb2bb49] {
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.book-h5-detail-container .book-header .book-header-info[data-v-1eb2bb49] {
      margin-left: 12px
}
.book-h5-detail-container .book-header .book-header-info .book-header-title[data-v-1eb2bb49] {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 18px;
}
.book-h5-detail-container .book-header .book-header-info .book-header-author[data-v-1eb2bb49] {
        margin-bottom: 4px;
        color: #4e5969;
        font-size: 14px;
}
.book-h5-detail-container .book-header .book-header-info .book-header-press[data-v-1eb2bb49] {
        color: #86909c;
        font-size: 14px;
}
.book-h5-detail-container .book-detail-content[data-v-1eb2bb49] {
    padding: 0 20px
}
.book-h5-detail-container .book-detail-content .book-detail-note-count[data-v-1eb2bb49] {
      margin: 20px 0 16px;
      color: #4e5969;
      font-size: 14px;
}
.book-h5-detail-container .book-footer[data-v-1eb2bb49] {
    margin: 24px 0 0;
    color: #adb3be;
    font-size: 12px;
    text-align: center;
}
.book-h5-detail-container .open-default-browser-modal[data-v-1eb2bb49] {
    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-1eb2bb49] {
      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;
}


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


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


.topic-top-bar[data-v-50081ba6] {
  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;
  box-shadow: 0 0 1px 0 #e5e6ea inset;
  cursor: pointer
}
.topic-top-bar .topic-top-bar-logo[data-v-50081ba6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    align-items: center;
}
.topic-top-bar .topic-top-bar-btn[data-v-50081ba6] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    color: #fff;
    font-size: 12px;
    background: #1d2129;
    border-radius: 6px;
    cursor: pointer;
}
.topic-top-bar .topic-top-bar-user[data-v-50081ba6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.topic-top-bar .topic-top-bar-user .topic-top-bar-subscribe[data-v-50081ba6] {
      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-50081ba6] {
        color: #adb3be;
}


.topic-h5-detail-container[data-v-10ad927f] {
  width: 100%;
  max-width: 774px;
  height: 100%;
  margin: 0 auto;
  background-color: #f5f7fa
}
.topic-h5-detail-container .topic-header[data-v-10ad927f] {
    flex-shrink: 0;
    padding: 44px 20px 16px
}
.topic-h5-detail-container .topic-header .topic-header-title[data-v-10ad927f] {
      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-10ad927f] {
      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-10ad927f] {
      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-10ad927f] {
        flex: 0 0 auto;
        margin-right: 8px;
}
.topic-h5-detail-container .topic-header .topic-header-author .subject-author-name[data-v-10ad927f] {
        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-10ad927f] {
    width: 100%;
    padding: 20px;
}
.topic-h5-detail-container .topic-detail-content[data-v-10ad927f] {
    padding: 0 20px 80px;
}
.topic-h5-detail-container .topic-bottom-btn[data-v-10ad927f] {
    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-10ad927f] {
      color: #fff;
      font-weight: 500;
      font-size: 14px;
}
.topic-h5-detail-container .open-default-browser-modal[data-v-10ad927f] {
    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-10ad927f] {
      position: fixed;
      right: 0;
      z-index: 12;
      width: 300px;
      height: 90px;
      margin-right: 20px;
}
.topic-h5-detail-container .share-fixed-footer[data-v-10ad927f] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    max-width: 774px;
    margin: 0 auto;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 0.5px 0 0 #e5e6ea inset
}
.topic-h5-detail-container .share-fixed-footer.is-wechat[data-v-10ad927f] {
      padding-bottom: 28px;
}
.topic-h5-detail-container .share-fixed-footer .share-fixed-footer-content[data-v-10ad927f] {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      align-items: center
}
.topic-h5-detail-container .share-fixed-footer .share-fixed-footer-content .ai-kurisu[data-v-10ad927f] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex: 1;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: center;
        height: 42px;
        padding: 10px 0;
        color: #1d2129;
        background-color: #f5f7fa;
        border-radius: 12px
}
.topic-h5-detail-container .share-fixed-footer .share-fixed-footer-content .ai-kurisu > span[data-v-10ad927f] {
          color: #1d2129;
          font-size: 15px;
}
.topic-h5-detail-container .share-fixed-footer .share-fixed-footer-content .ai-kurisu > img[data-v-10ad927f] {
          width: 17px;
}
.topic-h5-detail-container .share-fixed-footer .share-fixed-footer-content .subscribe-topic[data-v-10ad927f] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
        height: 42px;
        padding: 10px 0;
        color: #fff;
        font-size: 15px;
        background: #1d2129;
        border-radius: 12px;
        cursor: pointer;
}
.topic-h5-detail-container .share-fixed-footer .share-fixed-footer-content .subscribe-topic-disabled[data-v-10ad927f] {
        color: #1d2129;
        background-color: #f5f7fa;
        cursor: not-allowed;
}


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