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


.pdf-container[data-v-47483401] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.toolbar-container[data-v-47483401] {
  flex-shrink: 0;
  background-color: #fff;
  border-bottom: 1px solid #e5e6ea;
}
#playground[data-v-47483401] {
  position: relative;
  flex: 1;
  width: 100%;
  overflow-y: auto;
  background-color: #F2F2F3
}
#playground .loading[data-v-47483401] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

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

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

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

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

/* 额外的强制限制 */
.pdf-content[data-v-47483401] div[data-page] {
  max-width: 774px !important;
  margin: 0 auto !important;
}
.pdf-page[data-v-47483401] {
  padding-top: 10px;
  background: #F2F2F3;
}
.edit-toolbar[data-v-47483401] {
  display: none !important;
}
.pdf-placeholder[data-v-47483401] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1000px; /* 设置一个预估的PDF页面高度 */
  background-color: #fff;
}


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

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


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


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


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


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


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


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


.md-hr {
}


.md-br {
  height: 1em;
}


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


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


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


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


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


.md-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-1962baa9] {
  width: 3.25rem;
}
.h-13[data-v-1962baa9] {
  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-c0922ae2] {
  overflow-y: auto;
  resize: none;

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


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

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

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

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


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


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


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

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


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


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


.assistant-sider-placeholder[data-v-2ba2fbc8] {
  flex-shrink: 0;
  min-width: 104px;
  transition: all 0.3s var(--n-bezier);
  pointer-events: none
}
.assistant-sider-placeholder.show-button[data-v-2ba2fbc8] {
    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-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-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-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;
}
.-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-\[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-\[48px\] {
  height: 48px;
}
.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-\[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-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[6px\] {
  gap: 6px;
}
.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-\[20px\] {
  border-radius: 20px;
}
.rounded-\[27px\] {
  border-radius: 27px;
}
.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\/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-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-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-\[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-\[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-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[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-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-\[\#677084\] {
  --tw-text-opacity: 1;
  color: rgba(103, 112, 132, 1);
  color: rgba(103, 112, 132, var(--tw-text-opacity, 1));
}
.text-\[\#A9A59F\] {
  --tw-text-opacity: 1;
  color: rgba(169, 165, 159, 1);
  color: rgba(169, 165, 159, var(--tw-text-opacity, 1));
}
.text-\[\#F1EADD\] {
  --tw-text-opacity: 1;
  color: rgba(241, 234, 221, 1);
  color: rgba(241, 234, 221, var(--tw-text-opacity, 1));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, 1);
  color: rgba(180, 83, 9, var(--tw-text-opacity, 1));
}
.text-black-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-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-purple-500\/25 {
  --tw-shadow-color: rgba(168, 85, 247, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.ring-black-4E5969 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(78, 89, 105, var(--tw-ring-opacity, 1));
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
.blur {
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[2px\] {
  --tw-blur: blur(2px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!invert {
  --tw-invert: invert(100%) !important;
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.invert {
  --tw-invert: invert(100%);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[7\.5px\] {
  --tw-backdrop-blur: blur(7.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-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,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') format('woff2'),
       url('data:font/woff;base64,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') format('woff'),
       url('data:font/ttf;base64,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bgB0AGkAYwBvAG4AZgBvAG4AdABSAGUAZwB1AGwAYQByAGkAYwBvAG4AZgBvAG4AdABpAGMAbwBuAGYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG4AZgBvAG4AdABHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAASgECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0BLgEvATABMQEyATMBNAE1ATYBNwE4ATkBOgE7ATwBPQE+AT8BQAFBAUIBQwFEAUUBRgFHAUgBSQFKAUsABGEtMTEKaWNvbi1qdWJhbwV0aXNoaQliaWFvcWlhbjIEc2ltaQp0aWFuamlhLTE2DXF1eGlhb3poaWRpbmcHZ29uZ2thaRFqaWFudG91eGlhbmdzaGFuZwJqaAZ0dWJpYW8Qemh1c2hvdXhpbmd4aWFuZw5rZXNoaWh1YXdhbmd5ZRJ3ZW55aXdlbi14dWFuemhvbmcHdHVwaWFuMQdkaW5neXVlCHhpZWJpamkxDXRpYW5qaWF0dXBpYW4Od2FuZ2x1b2dvbmdrYWkSY2h1YW5namlhbnpoaXNoaWt1C3lpbnNpc2hlemhpCXhpYXphaWFwcAt4aWFvY2hlbmd4dQhsaW5rLWFsdBFmaWxlLXBlbmNpbC1hbHQtMQ16aG9uZ21pbmdtaW5nBXlpY2h1BnhpYXphaQh6aGlzaGlrdQZ5aWRvbmcMaHVpZGFvZGluZ2J1C3dlaWJpYW90aS0xBXJ1bnNlB3pvbmdqaWUFd2VuYW4GcXVhbmJ1EmNodWFuZ2ppYW54aW5odWF0aQ9iaWppZGFvcnVkYW9jaHUPZ2V0YmlqaWdhb2xpYW5nB2dldGJpamkGc2hvdXllBWRhb3J1CWJpYW9xaWFuMQd6aGlsaW5nEHNob3V5ZS14dWFuemhvbmcHeGllYmlqaQlndWFuYmktZGEMdHVpY2h1ZGVuZ2x1D2Jhbmd6aHV5dWZhbmt1aQd6YW50aW5nB3N1b3hpYW8OeGlhbmdndWFueGlueGkIYmlhb3FpYW4IZmVueGlhbmcGdHVwaWFuCnhpYWh1YXhpYW4Kc2h1emlwYWl4dQd0aWFuamlhBmppYWN1MQdsaWFuamllB3NodWF4aW4HcWluZ3hpZQZib2ZhbmcEYmlqaQdnZW5nZHVvBXBhaXh1BWZ1emhpBmd1YW5iaQZmYW5nZGEGYmlhbmppBmZhc29uZw15dWFuZGlhbnBhaXh1B3NoYW5jaHUAAA==') format('truetype');
}
.iconfont {
  font-family: iconfont !important;
}
.iconfont {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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";
} /* @import './assets/common/editor.pcss'; */
.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;
    line-height: 1.6;
    text-wrap: pretty;
}
.tiptap.aie-content h1, .tiptap-preview h1 {
    margin: 0 0 1.5rem;
    font-weight: 600;
    font-size: 1.5rem;
}
.tiptap.aie-content h2, .tiptap-preview h2 {
    margin: 0 0 0.8125rem;
    font-weight: 500;
    font-size: 1.25rem;
}
.tiptap.aie-content h3, .tiptap-preview h3 {
    margin: 0 0 0.8125rem;
    font-weight: 500;
    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);
}
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-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-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-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));
}
.\[\&_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-a43c0e1e] {
  font-family: 'PingFang SC';
  background-color: #fff;
  border-radius: 16px
}
.iget-login .login-options[data-v-a43c0e1e] {
    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-a43c0e1e] {
      padding-top: 4px;
      font-weight: 500;
      font-size: 18px;
      text-align: center;
}
.iget-login .login-options .login-divider[data-v-a43c0e1e] {
      width: 1px;
      height: 328px;
}
.iget-login .login-options .login-phone[data-v-a43c0e1e] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
}
.iget-login .login-options .login-phone[data-v-a43c0e1e] {
}
.iget-login .login-options .login-phone .phone-number[data-v-a43c0e1e],
      .iget-login .login-options .login-phone .auth-code[data-v-a43c0e1e] {
        position: relative;
        width: 100%;
        height: 72px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module[data-v-a43c0e1e], .iget-login .login-options .login-phone .auth-code .phone-input-module[data-v-a43c0e1e] {
          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-a43c0e1e], .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-a43c0e1e] {
            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-a43c0e1e]::-webkit-input-placeholder, .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-a43c0e1e]::-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-a43c0e1e]::placeholder, .iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-a43c0e1e]::placeholder {
              color: #999;
              font-weight: normal;
              font-size: 16px;
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .cancel[data-v-a43c0e1e], .iget-login .login-options .login-phone .auth-code .phone-input-module .cancel[data-v-a43c0e1e] {
            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-a43c0e1e], .iget-login .login-options .login-phone .auth-code .phone-error-tips[data-v-a43c0e1e] {
          position: absolute;
          top: 36px;
          left: 0;
          color: #ff6a41;
          font-size: 12px;
}
.iget-login .login-options .login-phone .phone-number[data-v-a43c0e1e] {
        margin-top: 30px
}
.iget-login .login-options .login-phone .phone-number .phone-input-module[data-v-a43c0e1e] {
          box-sizing: border-box;
          padding: 13px;
          background-color: #f2f2f3
}
.iget-login .login-options .login-phone .phone-number .phone-input-module .phone-input[data-v-a43c0e1e] {
            position: absolute;
            top: 0;
            left: 75px;
            width: calc(100% - 100px);
            font-size: 16px;
}
.iget-login .login-options .login-phone .auth-code[data-v-a43c0e1e] {
}
.iget-login .login-options .login-phone .auth-code .phone-input-module[data-v-a43c0e1e] {
          padding: 13px 16px
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label[data-v-a43c0e1e] {
            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-a43c0e1e] {
              cursor: pointer
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-a43c0e1e]:hover {
                color: #f83;
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-label.phone-label-valid[data-v-a43c0e1e]:active {
                color: #f36500;
}
.iget-login .login-options .login-phone .auth-code .phone-input-module .phone-input[data-v-a43c0e1e] {
            position: absolute;
            top: 0;
            left: 15px;
            width: calc(100% - 140px);
            font-size: 16px;
}
.iget-login .login-options .login-phone .phone-button-module[data-v-a43c0e1e] {
        margin-top: 49px;
        margin-bottom: 12px
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-a43c0e1e] {
          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-a43c0e1e]:hover {
            background: #292d34;
}
.iget-login .login-options .login-phone .phone-button-module .phone-button[data-v-a43c0e1e]:active {
            background: #292d34;
}
.iget-login .login-options .login-phone .phone-summary[data-v-a43c0e1e] {
        margin-top: 16px;
}
.dd-agreement-wrap[data-v-a43c0e1e] {
  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-a43c0e1e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.dd-agreement-wrap .dd-checkBox-wrapper a[data-v-a43c0e1e] {
      color: #6884c8;
      /* 取消下划线 */
      text-decoration: none;
}
.dd-agreement-wrap .dd-checkBox-wrapper .dd-checkBox[data-v-a43c0e1e] {
      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-a43c0e1e] {
        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-a43c0e1e] {
          display: inline-block;
          width: 8px;
}
.dd-agreement-wrap .dd-checkBox-tips[data-v-a43c0e1e] {
    margin-left: 16px;
}


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


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


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

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

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

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

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


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

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


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


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

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

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

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


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


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

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


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


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

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

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

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


.home-footer[data-v-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;
}
}


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


.note-item-ai-link {
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}


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

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


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


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


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


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


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


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


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


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


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


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


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

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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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

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


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


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


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


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


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


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


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


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


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


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


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


.note-original-content[data-v-1bc30d7e] {
}
.note-original-content .web-detail[data-v-1bc30d7e] {
    height: 100%
}
.note-original-content .web-detail .web-title[data-v-1bc30d7e] {
      margin: 0 0 16px;
      color: #111418;
      font-weight: 600;
      font-size: 24px;
}
.note-original-content .web-detail .picture-resource[data-v-1bc30d7e] {
      margin-bottom: 16px;
      padding: 0 0 16px;
      border-bottom: 1px solid #f5f7fa
}
.note-original-content .web-detail .picture-resource .picture-resource-title[data-v-1bc30d7e] {
        margin: 0 0 10px;
        color: #c9cdd4;
        font-weight: 500;
        font-size: 14px;
}
.note-original-content .web-detail .picture-resource .picture-resource-list[data-v-1bc30d7e] {
        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-1bc30d7e] {
          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-1bc30d7e] {
            width: 100%;
            height: 100%;
            object-fit: cover;
}
.note-original-content .web-detail .picture-resource .picture-resource-list .picture-resource-item[data-v-1bc30d7e]:hover {
            opacity: 0.8;
}
.note-original-content .web-detail .sentence-item[data-v-1bc30d7e] {
      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-1bc30d7e]:not(:last-child) {
        margin-bottom: 16px;
}
.note-original-content .web-detail .sentence-item .sentence-index[data-v-1bc30d7e] {
        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-1bc30d7e] {
        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-1bc30d7e] {
          padding: 3px 0;
          background: transparent;
}
.note-original-content .web-detail .sentence-item .sentence-starttime[data-v-1bc30d7e] {
        color: #8a8f99;
        font-weight: 500;
        font-size: 14px;
}
.note-original-content .web-detail .sentence-item .sentence-playing-icon[data-v-1bc30d7e] {
        width: 18px;
        height: 18px;
}
.note-original-content .web-detail .sentence-content[data-v-1bc30d7e] {
      padding-left: calc(22px + 10px);
}
.note-original-content .web-detail .sentence-resource[data-v-1bc30d7e] {
      width: 100%;
      border-radius: 6px;
}
.note-original-content .web-detail[data-v-1bc30d7e]  {
}
.note-original-content .web-detail[data-v-1bc30d7e] p {
        font-size: 16px;
        line-height: 180%;
}
.note-original-content .web-detail[data-v-1bc30d7e] img {
        max-width: 100%;
}
.note-original-content .web-loading[data-v-1bc30d7e] {
    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-1bc30d7e] {
    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-1bc30d7e] {
      width: 268px;
      margin: 20px auto 40px;
}
.note-original-content .web-empty .empty-title[data-v-1bc30d7e] {
      margin-bottom: 17px;
      color: #5e636d;
      font-size: 14px;
      line-height: 160%;
      text-align: center;
}


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


.note-main[data-v-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;
}


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

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


.markdown-renderer {
  color: #292d34;
  font-size: 16px;
  line-height: 180%;
  -webkit-user-select: text;
          user-select: text
}
.markdown-renderer aie-header {
    display: none;
}
.markdown-renderer .aie-content {
    padding: 0;
}
.markdown-renderer aie-footer {
    display: none !important;
}


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


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


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


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


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


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


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


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


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


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


.note-share-original-content[data-v-4ccdf7a8] {
}
.note-share-original-content .note-loading-wrapper[data-v-4ccdf7a8] {
    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-4ccdf7a8] {
    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-4ccdf7a8] {
      width: 268px;
}
.note-share-original-content .note-error-wrap .error-text[data-v-4ccdf7a8] {
      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-4ccdf7a8] {
      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-4ccdf7a8] {
    margin-bottom: 16px;
    padding: 0 0 16px;
    border-bottom: 1px solid #f5f7fa
}
.note-share-original-content .picture-resource .picture-resource-title[data-v-4ccdf7a8] {
      margin: 0 0 10px;
      color: #c9cdd4;
      font-weight: 500;
      font-size: 14px;
}
.note-share-original-content .picture-resource .picture-resource-list[data-v-4ccdf7a8] {
      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-4ccdf7a8] {
        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-4ccdf7a8] {
          width: 100%;
          height: 100%;
          object-fit: cover;
}
.note-share-original-content .picture-resource .picture-resource-list .picture-resource-item[data-v-4ccdf7a8]:hover {
          opacity: 0.8;
}
.note-share-original-content .sentence-item[data-v-4ccdf7a8] {
    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-4ccdf7a8]:not(:last-child) {
      margin-bottom: 16px;
}
.note-share-original-content .sentence-item .sentence-index[data-v-4ccdf7a8] {
      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-4ccdf7a8] {
      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-4ccdf7a8] {
        padding: 3px 0;
        background: transparent;
}
.note-share-original-content .sentence-item .sentence-starttime[data-v-4ccdf7a8] {
      color: #8a8f99;
      font-weight: 500;
      font-size: 14px
}
.note-share-original-content .sentence-item .sentence-starttime.sentence-starttime-playing[data-v-4ccdf7a8] {
        color: #305ef5;
}
.note-share-original-content .sentence-item .sentence-playing-icon[data-v-4ccdf7a8] {
      width: 18px;
      height: 18px;
}
.note-share-original-content .sentence-content[data-v-4ccdf7a8] {
    padding-left: calc(22px + 10px);
    font-size: 17px;
    line-height: 26px
}
.note-share-original-content .sentence-content.sentence-content-playing[data-v-4ccdf7a8] {
      color: #305ef5;
}
.note-share-original-content .sentence-resource[data-v-4ccdf7a8] {
    width: 100%;
    border-radius: 6px;
}
.note-share-original-content[data-v-4ccdf7a8]  {
}
.note-share-original-content[data-v-4ccdf7a8] img {
      max-width: 100%;
}
.note-share-original-content .web-loading[data-v-4ccdf7a8] {
    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-4ccdf7a8] {
    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-4ccdf7a8] {
      width: 268px;
      margin: 20px auto 40px;
}
.note-share-original-content .web-empty .empty-title[data-v-4ccdf7a8] {
      margin-bottom: 17px;
      color: #5e636d;
      font-size: 14px;
      line-height: 160%;
      text-align: center;
}


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


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


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


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


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

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

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

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

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

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


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

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


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


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


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


.share-fixed-bar[data-v-c1264de0] {
  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-c1264de0] {
    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-c1264de0] {
      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-c1264de0] {
        height: 20px;
}
.share-fixed-bar .share-fixed-bar-container .share-fixed-bar-logo .logo-right[data-v-c1264de0] {
        height: 16px;
}
.share-fixed-bar .share-fixed-bar-container .share-fixed-bar-info[data-v-c1264de0] {
      color: #86909c;
      font-size: 12px;
      line-height: 1;
}
.share-fixed-bar .extra-operation[data-v-c1264de0] {
    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-c1264de0] {
    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-c1264de0] {
      position: fixed;
      right: 0;
      z-index: 9999999;
      width: 300px;
      height: 90px;
      margin-right: 20px;
}
.share-fixed-footer[data-v-c1264de0] {
  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
}
.share-fixed-footer.is-wechat[data-v-c1264de0] {
    padding-bottom: 28px;
}
.share-fixed-footer .share-fixed-footer-content[data-v-c1264de0] {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    align-items: center
}
.share-fixed-footer .share-fixed-footer-content .ai-kurisu[data-v-c1264de0],
    .share-fixed-footer .share-fixed-footer-content .open-app-to-check[data-v-c1264de0] {
      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
}
.share-fixed-footer .share-fixed-footer-content .ai-kurisu > span[data-v-c1264de0], .share-fixed-footer .share-fixed-footer-content .open-app-to-check > span[data-v-c1264de0] {
        color: #1d2129;
        font-size: 15px;
}
.share-fixed-footer .share-fixed-footer-content .ai-kurisu[data-v-c1264de0] {
}
.share-fixed-footer .share-fixed-footer-content .ai-kurisu > img[data-v-c1264de0] {
        width: 17px;
}


.note-share-detail-page[data-v-dc079a14] {
  max-width: 774px;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  background: #fff
}
.note-share-detail-page[data-v-dc079a14] .aie-resize-wrapper {
    justify-content: center;
    width: 100%;
}
.note-share-detail-page .note-skeleton[data-v-dc079a14] {
    margin: 20px auto 0;
    padding: 0 20px;
}
.note-share-detail-page .note-error-wrap[data-v-dc079a14] {
    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-dc079a14] {
      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-dc079a14] {
        height: 20px;
}
.note-share-detail-page .note-error-wrap .logo-wrapper .logo-right[data-v-dc079a14] {
        height: 16px;
}
.note-share-detail-page .note-error-wrap .error-image[data-v-dc079a14] {
      width: 268px;
}
.note-share-detail-page .note-error-wrap .error-text[data-v-dc079a14] {
      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-dc079a14] {
        text-align: center;
}
.note-share-detail-page .note-error-wrap .error-text .error-text-link[data-v-dc079a14] {
        color: #6830f3;
        text-decoration: underline;
        cursor: pointer;
}
.note-share-detail-page .note-error-wrap .error-refresh-btn[data-v-dc079a14] {
      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-dc079a14] {
    margin: 0 auto;
    background-color: #fff
}
.note-share-detail-page .note-content-wrap .note-share-save-wrap[data-v-dc079a14] {
      position: relative;
      flex: 1
}
.note-share-detail-page .note-content-wrap .note-share-save-wrap .note-share-save-tip-triangle[data-v-dc079a14] {
        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-dc079a14] {
        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-dc079a14] {
          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-dc079a14] {
            width: 22px;
}
.note-share-detail-page .note-content-wrap .note-share-save-wrap .note-share-save-tip .note-share-save-content > span[data-v-dc079a14] {
            color: #1d2129;
            font-size: 16px;
}
.note-share-detail-page .note-content-wrap .note-share-save[data-v-dc079a14] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 42px;
      padding: 10px 0;
      color: #fff;
      font-size: 15px;
      background: #1d2129;
      border-radius: 12px;
      cursor: pointer;
}
.note-share-detail-page .note-content-wrap .note-share-open-app[data-v-dc079a14] {
      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;
}
.note-share-detail-page .note-content-wrap .note-header-relate-info-wrap[data-v-dc079a14] {
      position: relative;
      /* z-index: 10; */
      background-color: #fff;
}
.note-share-detail-page .note-content-wrap .note-main-body[data-v-dc079a14] {
      position: relative;
      /* z-index: 10; */
      background-color: #fff;
}


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


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


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


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

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


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

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


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


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


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

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


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

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


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


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


.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-190c6ed8],
.fade-leave-active[data-v-190c6ed8] {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-190c6ed8],
.fade-leave-to[data-v-190c6ed8] {
  opacity: 0;
  transition: opacity 0.3s ease;
}

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

/* Firefox 中隐藏数字输入框的箭头 */
input[type='number'][data-v-190c6ed8] {
  -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-a2434622] {
}
.tag-home-page .tag-page-main[data-v-a2434622] {
    position: relative;
    flex: 1;
    margin: 0 auto;
    padding: 0 20px
}
.tag-home-page .tag-page-main .tag-page-empty[data-v-a2434622] {
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      transform: translate(-50%, -50%)
}
.tag-home-page .tag-page-main .tag-page-empty img[data-v-a2434622] {
        display: block;
        margin: 0 auto;
}
.tag-home-page .tag-page-main .tag-page-empty .tips[data-v-a2434622] {
        margin-top: 40px;
        color: #5e636d;
        font-size: 14px;
}


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


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


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


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


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


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


.book-h5-detail-container[data-v-7b7e102b] {
  width: 100%;
  max-width: 774px;
  height: 100%;
  margin: 0 auto;
  background-color: #f5f7fa
}
.book-h5-detail-container .share-fixed-footer[data-v-7b7e102b] {
    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-7b7e102b] {
      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-7b7e102b] {
      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-7b7e102b],
      .book-h5-detail-container .share-fixed-footer .share-fixed-footer-content .open-app-to-check[data-v-7b7e102b] {
        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-7b7e102b], .book-h5-detail-container .share-fixed-footer .share-fixed-footer-content .open-app-to-check > span[data-v-7b7e102b] {
          color: #1d2129;
          font-size: 14px;
}
.book-h5-detail-container .share-fixed-footer .share-fixed-footer-content .ai-kurisu[data-v-7b7e102b] {
}
.book-h5-detail-container .share-fixed-footer .share-fixed-footer-content .ai-kurisu > img[data-v-7b7e102b] {
          width: 17px;
}
.book-h5-detail-container .book-header[data-v-7b7e102b] {
    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-7b7e102b] {
      width: 73px;
      height: 110px
}
.book-h5-detail-container .book-header .book-header-cover img[data-v-7b7e102b] {
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.book-h5-detail-container .book-header .book-header-info[data-v-7b7e102b] {
      margin-left: 12px
}
.book-h5-detail-container .book-header .book-header-info .book-header-title[data-v-7b7e102b] {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 18px;
}
.book-h5-detail-container .book-header .book-header-info .book-header-author[data-v-7b7e102b] {
        margin-bottom: 4px;
        color: #4e5969;
        font-size: 14px;
}
.book-h5-detail-container .book-header .book-header-info .book-header-press[data-v-7b7e102b] {
        color: #86909c;
        font-size: 14px;
}
.book-h5-detail-container .book-detail-content[data-v-7b7e102b] {
    padding: 0 20px
}
.book-h5-detail-container .book-detail-content .book-detail-note-count[data-v-7b7e102b] {
      margin: 20px 0 16px;
      color: #4e5969;
      font-size: 14px;
}
.book-h5-detail-container .book-footer[data-v-7b7e102b] {
    margin: 24px 0 0;
    color: #adb3be;
    font-size: 12px;
    text-align: center;
}
.book-h5-detail-container .open-default-browser-modal[data-v-7b7e102b] {
    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-7b7e102b] {
      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-5ae9ff38] {
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 20px;
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1
}
.subject-guest-apply .lock-info[data-v-5ae9ff38] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1
}
.subject-guest-apply .lock-info .lock-info-text[data-v-5ae9ff38] {
      margin-top: 16px;
      color: #292d34;
      text-align: center;
      font-size: 15px;
      font-weight: 400;
      line-height: normal;
}
.subject-guest-apply .apply-footer[data-v-5ae9ff38] {
    padding: 20px 0 30px 0;
    width: 100%;
    flex-shrink: 0
}
.subject-guest-apply .apply-footer .apply-button[data-v-5ae9ff38] {
      padding: 11px 0;
      width: 100%;
      border-radius: 12px;
      background: #111418;
      color: #fff;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-align: center;
      cursor: pointer
}
.subject-guest-apply .apply-footer .apply-button.disabled[data-v-5ae9ff38] {
        background: #adb3be;
}
.subject-guest-apply .apply-footer .apply-text[data-v-5ae9ff38] {
      padding: 12px 0;
      color: #8a8f99;
      text-align: center;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal
}
.subject-guest-apply .apply-footer .apply-text.large[data-v-5ae9ff38] {
        font-size: 14px;
}


.topic-top-bar[data-v-3263f46d] {
  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-3263f46d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    align-items: center;
}
.topic-top-bar .topic-top-bar-btn[data-v-3263f46d] {
    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-3263f46d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}
.topic-top-bar .topic-top-bar-user .topic-top-bar-subscribe[data-v-3263f46d] {
      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-3263f46d] {
        color: #adb3be;
}


.topic-h5-detail-container[data-v-acb5e100] {
  width: 100%;
  max-width: 774px;
  height: 100%;
  margin: 0 auto;
  background-color: #f5f7fa
}
.topic-h5-detail-container .topic-header[data-v-acb5e100] {
    flex-shrink: 0;
    padding: 44px 20px 16px
}
.topic-h5-detail-container .topic-header .topic-header-title[data-v-acb5e100] {
      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-acb5e100] {
      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-acb5e100] {
      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-acb5e100] {
        flex: 0 0 auto;
        margin-right: 8px;
}
.topic-h5-detail-container .topic-header .topic-header-author .subject-author-name[data-v-acb5e100] {
        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-acb5e100] {
    width: 100%;
    padding: 20px;
}
.topic-h5-detail-container .topic-detail-content[data-v-acb5e100] {
    padding: 0 20px 80px;
}
.topic-h5-detail-container .topic-bottom-btn[data-v-acb5e100] {
    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-acb5e100] {
      color: #fff;
      font-weight: 500;
      font-size: 14px;
}
.topic-h5-detail-container .open-default-browser-modal[data-v-acb5e100] {
    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-acb5e100] {
      position: fixed;
      right: 0;
      z-index: 12;
      width: 300px;
      height: 90px;
      margin-right: 20px;
}
.topic-h5-detail-container .share-fixed-footer[data-v-acb5e100] {
    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-acb5e100] {
      padding-bottom: 28px;
}
.topic-h5-detail-container .share-fixed-footer .share-fixed-footer-content[data-v-acb5e100] {
      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-acb5e100] {
        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-acb5e100] {
          color: #1d2129;
          font-size: 15px;
}
.topic-h5-detail-container .share-fixed-footer .share-fixed-footer-content .ai-kurisu > img[data-v-acb5e100] {
          width: 17px;
}
.topic-h5-detail-container .share-fixed-footer .share-fixed-footer-content .subscribe-topic[data-v-acb5e100] {
        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-acb5e100] {
        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.27f8a9b5.css.map*/