@charset "UTF-8";
@-webkit-keyframes fadeIn-8187dc1c {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fadeIn-8187dc1c {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes dotPulse-8187dc1c {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
@keyframes dotPulse-8187dc1c {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
@-webkit-keyframes bounceIn-8187dc1c {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes bounceIn-8187dc1c {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@-webkit-keyframes subtlePulse-8187dc1c {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
}
70% {
    -webkit-box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
}
}
@keyframes subtlePulse-8187dc1c {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
}
70% {
    -webkit-box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
}
}
/* 过渡动画优化 */
.fade-enter-active[data-v-8187dc1c],
.fade-leave-active[data-v-8187dc1c] {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.fade-enter[data-v-8187dc1c],
.fade-leave-to[data-v-8187dc1c] {
  opacity: 0;
}
.list-move[data-v-8187dc1c],
.list-enter-active[data-v-8187dc1c],
.list-leave-active[data-v-8187dc1c] {
  -webkit-transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.list-enter-from[data-v-8187dc1c],
.list-leave-to[data-v-8187dc1c] {
  opacity: 0;
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
.list-leave-active[data-v-8187dc1c] {
  position: absolute;
}
.slide-fade-enter-active[data-v-8187dc1c] {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slide-fade-leave-active[data-v-8187dc1c] {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.slide-fade-enter-from[data-v-8187dc1c] {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  opacity: 0;
}
.slide-fade-leave-to[data-v-8187dc1c] {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  opacity: 0;
}
.bounce-enter-active[data-v-8187dc1c] {
  -webkit-animation: bounceIn-8187dc1c 0.35s;
          animation: bounceIn-8187dc1c 0.35s;
}

/* 主样式 */
.global-loading-overlay[data-v-8187dc1c] {
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-animation: fadeIn-8187dc1c 0.25s ease-out;
          animation: fadeIn-8187dc1c 0.25s ease-out;
}
.loading-container[data-v-8187dc1c] {
  width: min(90%, 420px);
  padding: 1.5rem;
  background: white;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.loading-header[data-v-8187dc1c] {
  margin-bottom: 1.5rem;
  text-align: center;
  padding: 0 0.5rem;
}
.loading-header .title[data-v-8187dc1c] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
}
.loading-header .title[data-v-8187dc1c]::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#6366f1), to(transparent));
  background: linear-gradient(90deg, #6366f1, transparent);
  border-radius: 2px;
}
.loading-header .subtitle[data-v-8187dc1c] {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0.75rem 0 0;
}
.loading-steps[data-v-8187dc1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.loading-step-list[data-v-8187dc1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.loading-step[data-v-8187dc1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.875rem 1rem;
  background: rgba(249, 250, 251, 0.9);
  border-radius: 0.5rem;
  -webkit-transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.loading-step .step-content[data-v-8187dc1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 0.75rem;
}
.loading-step .step-loader[data-v-8187dc1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.loading-step .step-loader .loader-dot[data-v-8187dc1c] {
  width: 6px;
  height: 6px;
  background: #6366f1;
  border-radius: 50%;
  -webkit-animation: dotPulse-8187dc1c 1.1s infinite ease-in-out;
          animation: dotPulse-8187dc1c 1.1s infinite ease-in-out;
}
.loading-step .step-loader .loader-dot[data-v-8187dc1c]:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.loading-step .step-loader .loader-dot[data-v-8187dc1c]:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.loading-step .step-loader .loader-dot[data-v-8187dc1c]:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loading-step .step-text[data-v-8187dc1c] {
  color: #1f2937;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.loading-step .step-time[data-v-8187dc1c] {
  color: #6b7280;
  font-size: 0.8125rem;
  font-weight: 500;
  min-width: 2.5rem;
  text-align: right;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.loading-step .step-check[data-v-8187dc1c] {
  color: #10b981;
  margin-left: 0.5rem;
}
.loading-step .step-check .check-icon[data-v-8187dc1c] {
  width: 1.125rem;
  height: 1.125rem;
}
.loading-step[data-v-8187dc1c] {
  /* 状态样式 */
}
.loading-step.active[data-v-8187dc1c] {
  background: rgba(238, 242, 255, 0.9);
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.loading-step.active .step-text[data-v-8187dc1c] {
  color: #4f46e5;
  font-weight: 600;
}
.loading-step.active .step-time[data-v-8187dc1c] {
  color: #4f46e5;
}
.loading-step.completed[data-v-8187dc1c]:not(.last-step) {
  background: rgba(236, 253, 245, 0.9);
}
.loading-step.completed:not(.last-step) .step-text[data-v-8187dc1c] {
  color: #059669;
}
.loading-step.completed:not(.last-step) .step-time[data-v-8187dc1c] {
  color: #059669;
}
.loading-step.last-step.completed[data-v-8187dc1c] {
  background: rgba(239, 246, 255, 0.9);
  -webkit-animation: subtlePulse-8187dc1c 1.5s infinite;
          animation: subtlePulse-8187dc1c 1.5s infinite;
}
.loading-step.last-step.completed .step-text[data-v-8187dc1c] {
  color: #2563eb;
}
.loading-step.last-step.completed .step-time[data-v-8187dc1c] {
  color: #2563eb;
}
.input-technical-description[data-v-2a007a98] {
  width: 100%;
}
.input-technical-description .detailCheckButton[data-v-2a007a98] {
  margin-top: 18px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border-bottom: 1px solid #dcdfe6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.input-technical-description .detailCheckButton span[data-v-2a007a98] {
  width: 96px;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
  text-align: center;
  cursor: pointer;
}
.input-technical-description .detailCheckButton .selected[data-v-2a007a98] {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 158, 255, 0)), to(rgba(100, 178, 255, 0.2)));
  background: linear-gradient(180deg, rgba(61, 158, 255, 0) 0%, rgba(100, 178, 255, 0.2) 100%);
  position: relative;
}
.input-technical-description .detailCheckButton .selected[data-v-2a007a98]::before {
  position: absolute;
  content: "";
  display: block;
  width: 96px;
  height: 3px;
  background: #1469fc;
  left: 0;
  bottom: 0;
}
.input-technical-description .bottomShowContent[data-v-2a007a98] {
  margin-bottom: 30px;
}
.input-technical-description .bottomShowContent[data-v-2a007a98] .ak-input-control {
  width: 100% !important;
  min-height: 308px !important;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
  background: #fafbfc !important;
  border-radius: 8px;
  border: 1px solid #dcdfe6;
  padding: 20px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  resize: none;
}
.input-technical-description .bottomShowContent[data-v-2a007a98] .ak-input-control:focus {
  outline: none;
  border-color: #6ea3ff !important;
  background: #fff !important;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] {
  width: 100%;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload {
  width: 100%;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent {
  width: 100%;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed #006dd3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #31364e;
  caret-color: transparent;
  background-color: rgba(0, 109, 211, 0.04);
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent img {
  width: 100px;
  height: 100px;
  margin: 30px 0 15px 0;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent .titleTip {
  font-weight: 400;
  font-size: 16px;
  color: #31364e;
  margin-bottom: 4px;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent .sizeTip {
  font-weight: 400;
  font-size: 14px;
  color: #9a9dad;
  margin-bottom: 17px;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent .select-btn {
  margin-bottom: 29px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #1469fc;
  font-weight: 400;
  font-size: 14px;
  color: #1469fc;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent .select-btn:hover {
  background: #ecf6ff;
  border-color: #005bf8;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent .filed-path {
  font-size: 12px;
  color: #666;
  margin-bottom: 17px;
}
@charset "UTF-8";
@-webkit-keyframes fadeIn-a11d84fc {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fadeIn-a11d84fc {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes dotPulse-a11d84fc {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
@keyframes dotPulse-a11d84fc {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
@-webkit-keyframes bounceIn-a11d84fc {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes bounceIn-a11d84fc {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@-webkit-keyframes subtlePulse-a11d84fc {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
}
70% {
    -webkit-box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
}
}
@keyframes subtlePulse-a11d84fc {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
}
70% {
    -webkit-box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
}
}
/* 过渡动画优化 */
.fade-enter-active[data-v-a11d84fc],
.fade-leave-active[data-v-a11d84fc] {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.fade-enter[data-v-a11d84fc],
.fade-leave-to[data-v-a11d84fc] {
  opacity: 0;
}
.list-move[data-v-a11d84fc],
.list-enter-active[data-v-a11d84fc],
.list-leave-active[data-v-a11d84fc] {
  -webkit-transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.list-enter-from[data-v-a11d84fc],
.list-leave-to[data-v-a11d84fc] {
  opacity: 0;
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
.list-leave-active[data-v-a11d84fc] {
  position: absolute;
}
.slide-fade-enter-active[data-v-a11d84fc] {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slide-fade-leave-active[data-v-a11d84fc] {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.slide-fade-enter-from[data-v-a11d84fc] {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  opacity: 0;
}
.slide-fade-leave-to[data-v-a11d84fc] {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  opacity: 0;
}
.bounce-enter-active[data-v-a11d84fc] {
  -webkit-animation: bounceIn-a11d84fc 0.35s;
          animation: bounceIn-a11d84fc 0.35s;
}

/* 主样式 */
.global-loading-overlay[data-v-a11d84fc] {
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-animation: fadeIn-a11d84fc 0.25s ease-out;
          animation: fadeIn-a11d84fc 0.25s ease-out;
}
.loading-container[data-v-a11d84fc] {
  width: min(90%, 420px);
  padding: 1.5rem;
  background: white;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.loading-header[data-v-a11d84fc] {
  margin-bottom: 1.5rem;
  text-align: center;
  padding: 0 0.5rem;
}
.loading-header .title[data-v-a11d84fc] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
}
.loading-header .title[data-v-a11d84fc]::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#6366f1), to(transparent));
  background: linear-gradient(90deg, #6366f1, transparent);
  border-radius: 2px;
}
.loading-header .subtitle[data-v-a11d84fc] {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0.75rem 0 0;
}
.loading-steps[data-v-a11d84fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.loading-step-list[data-v-a11d84fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.loading-step[data-v-a11d84fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.875rem 1rem;
  background: rgba(249, 250, 251, 0.9);
  border-radius: 0.5rem;
  -webkit-transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.loading-step .step-content[data-v-a11d84fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 0.75rem;
}
.loading-step .step-loader[data-v-a11d84fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.loading-step .step-loader .loader-dot[data-v-a11d84fc] {
  width: 6px;
  height: 6px;
  background: #6366f1;
  border-radius: 50%;
  -webkit-animation: dotPulse-a11d84fc 1.1s infinite ease-in-out;
          animation: dotPulse-a11d84fc 1.1s infinite ease-in-out;
}
.loading-step .step-loader .loader-dot[data-v-a11d84fc]:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.loading-step .step-loader .loader-dot[data-v-a11d84fc]:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.loading-step .step-loader .loader-dot[data-v-a11d84fc]:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loading-step .step-text[data-v-a11d84fc] {
  color: #1f2937;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.loading-step .step-time[data-v-a11d84fc] {
  color: #6b7280;
  font-size: 0.8125rem;
  font-weight: 500;
  min-width: 2.5rem;
  text-align: right;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.loading-step .step-check[data-v-a11d84fc] {
  color: #10b981;
  margin-left: 0.5rem;
}
.loading-step .step-check .check-icon[data-v-a11d84fc] {
  width: 1.125rem;
  height: 1.125rem;
}
.loading-step[data-v-a11d84fc] {
  /* 状态样式 */
}
.loading-step.active[data-v-a11d84fc] {
  background: rgba(238, 242, 255, 0.9);
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.loading-step.active .step-text[data-v-a11d84fc] {
  color: #4f46e5;
  font-weight: 600;
}
.loading-step.active .step-time[data-v-a11d84fc] {
  color: #4f46e5;
}
.loading-step.completed[data-v-a11d84fc]:not(.last-step) {
  background: rgba(236, 253, 245, 0.9);
}
.loading-step.completed:not(.last-step) .step-text[data-v-a11d84fc] {
  color: #059669;
}
.loading-step.completed:not(.last-step) .step-time[data-v-a11d84fc] {
  color: #059669;
}
.loading-step.last-step.completed[data-v-a11d84fc] {
  background: rgba(239, 246, 255, 0.9);
  -webkit-animation: subtlePulse-a11d84fc 1.5s infinite;
          animation: subtlePulse-a11d84fc 1.5s infinite;
}
.loading-step.last-step.completed .step-text[data-v-a11d84fc] {
  color: #2563eb;
}
.loading-step.last-step.completed .step-time[data-v-a11d84fc] {
  color: #2563eb;
}
.inventionPointsSection[data-v-27a9ecc0] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inventionPointsSection .features-wrapper[data-v-27a9ecc0] {
  height: 100%;
  overflow-y: auto;
}
.inventionPointsSection .features-wrapper .features-wrapper-content[data-v-27a9ecc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card[data-v-27a9ecc0] {
  margin: 20px 0;
  background: #ffffff;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header[data-v-27a9ecc0] {
  padding: 0 32px 0 32px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header .header-content[data-v-27a9ecc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header .header-content .card-title[data-v-27a9ecc0] {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header .header-content .card-title[data-v-27a9ecc0]::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background: #1469fc;
  margin-right: 12px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header .header-content .action-buttons[data-v-27a9ecc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body[data-v-27a9ecc0] {
  padding: 20px 32px 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list[data-v-27a9ecc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item[data-v-27a9ecc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .item-checkbox[data-v-27a9ecc0] .ak-checkbox-inner {
  border-color: #2b2b2b !important;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content[data-v-27a9ecc0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dcdfe6;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content[data-v-27a9ecc0]:hover {
  background-color: #f5f9ff;
  border-color: #b1cdff;
  -webkit-box-shadow: 1px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 1px 1px 16px 1px rgba(0, 85, 164, 0.08);
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content.selected[data-v-27a9ecc0] {
  background-color: #eff6ff;
  border-color: #3b82f6;
  -webkit-box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.1);
          box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.1);
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .drag-handle[data-v-27a9ecc0] {
  color: #94a3b8;
  cursor: -webkit-grab;
  cursor: grab;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .drag-handle .icon-nuodongtubiao[data-v-27a9ecc0] {
  font-size: 14px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .drag-handle[data-v-27a9ecc0]:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content:hover .drag-handle[data-v-27a9ecc0] {
  color: #1469fc;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent[data-v-27a9ecc0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent .input-content[data-v-27a9ecc0] {
  width: 100%;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent .input-content[data-v-27a9ecc0] .ak-form-input {
  width: 100%;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent .input-content[data-v-27a9ecc0] .ak-form-input .ak-input-control {
  outline: none;
  padding: 0 2px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent .input-content[data-v-27a9ecc0] .ak-form-input .ak-input-control:hover {
  border-color: #e2e8f0 !important;
  background: #f8fafc !important;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent .input-content[data-v-27a9ecc0] .ak-form-input .ak-input-control:focus {
  border-color: #3b82f6 !important;
  background: #eff6ff !important;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .delete-btn[data-v-27a9ecc0] {
  width: 35px;
  text-align: left;
  color: #31364e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .delete-btn[data-v-27a9ecc0]:hover {
  color: #1469fc;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .delete-btn i[data-v-27a9ecc0] {
  font-size: 14px;
}
.btn[data-v-27a9ecc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5px 16px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}
.btn i[data-v-27a9ecc0] {
  margin-right: 5px;
}
.btn-reanalyze[data-v-27a9ecc0] {
  background: #ffffff;
  border: 1px solid #1469fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1469fc;
}
.btn-reanalyze[data-v-27a9ecc0]:hover {
  background: #ecf6ff;
  border-color: #005bf8;
}
.btn-confirm[data-v-27a9ecc0] {
  background-color: #1469fc;
  border: 1px solid #1469fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
}
.btn-confirm[data-v-27a9ecc0]:hover {
  background-color: #0054e5;
}
.inputContent[data-v-67dbbbf5] {
  width: 100%;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inputContent[data-v-67dbbbf5] .ak-form-input {
  width: 100%;
  border-radius: 8px;
  position: relative;
}
.inputContent[data-v-67dbbbf5] .ak-form-input .ak-input-control {
  height: 36px !important;
  background: #fafbfc !important;
  border-radius: 8px;
  border: 1px solid #dcdfe6;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inputContent[data-v-67dbbbf5] .ak-form-input .ak-input-control:focus {
  border-color: #6ea3ff !important;
  background: #fff !important;
}
.ipcList-dialog-content[data-v-c9c42b6e] {
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  width: 600px;
  max-width: 90vw;
  max-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ipcList-dialog-header[data-v-c9c42b6e] {
  padding: 16px 20px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ipcList-dialog-header .close-btn[data-v-c9c42b6e] {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #6b7280;
}
.ipcList-dialog-header .close-btn[data-v-c9c42b6e]:hover {
  color: #374151;
}
.ipcList-dialog-body[data-v-c9c42b6e] {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search-section[data-v-c9c42b6e] {
  position: relative;
  margin-bottom: 16px;
  width: 440px;
}
.search-section .sidebar-search-input[data-v-c9c42b6e] {
  margin-top: 14px;
  width: 100%;
}
.search-section .sidebar-search-input[data-v-c9c42b6e] .ak-input-control {
  width: 100%;
  height: 36px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 36px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #d1e2ff;
}
.search-section .sidebar-search-input[data-v-c9c42b6e] .ak-input-control:focus {
  border-color: #6ea3ff !important;
}
.search-section .icon-search[data-v-c9c42b6e] {
  font-size: 16px;
  color: #9a9b9e;
  position: absolute;
  right: 10px;
  top: 23px;
  cursor: pointer;
}
.ipcList-tree-section[data-v-c9c42b6e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 16px;
}
.tree-container .can-not-search[data-v-c9c42b6e] {
  color: #565f7c !important;
}
.tree-container .font-blue[data-v-c9c42b6e] {
  color: blue !important;
}
.tree-container .ipc-dot[data-v-c9c42b6e] {
  background-color: red !important;
}
.tree-container .ipc .level-1 td[data-v-c9c42b6e] {
  background-color: rgba(0, 0, 255, 0.17) !important;
}
.tree-container .ipc .level-2 td[data-v-c9c42b6e] {
  background-color: rgba(0, 0, 255, 0.1) !important;
}
.tree-container .ipc .level-3 td[data-v-c9c42b6e] {
  background-color: rgba(0, 0, 255, 0.04) !important;
}
.tree-container .ipc .tr-can-not-search td[data-v-c9c42b6e] {
  background-color: transparent !important;
}
.tree-container .level-0:hover td[data-v-c9c42b6e],
.tree-container .level-1:hover td[data-v-c9c42b6e],
.tree-container .level-2:hover td[data-v-c9c42b6e],
.tree-container .level-3:hover td[data-v-c9c42b6e] {
  background-color: #fbd997 !important;
}
.selected-classifications .selected-title[data-v-c9c42b6e] {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 8px;
}
.selected-classifications .selected-tags[data-v-c9c42b6e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.selected-classifications .selected-tags .selected-tag[data-v-c9c42b6e] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  background: #dbeafe;
  color: #1e40af;
  border-radius: 12px;
  font-size: 12px;
}
.selected-classifications .selected-tags .selected-tag .tag-close[data-v-c9c42b6e] {
  margin-left: 4px;
  cursor: pointer;
  font-weight: bold;
}
.selected-classifications .selected-tags .selected-tag .tag-close[data-v-c9c42b6e]:hover {
  color: #ef4444;
}
.ipcList-dialog-footer[data-v-c9c42b6e] {
  padding: 16px 20px;
  border-top: 1px solid #e5e7eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}
.expansion-builder[data-v-0eab330e] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 14px;
}
.expansion-builder .expansion-sections[data-v-0eab330e] {
  width: 100%;
}
.expansion-builder .expansion-sections .expansion-section[data-v-0eab330e] {
  background: #fff;
}
.expansion-builder .expansion-sections .expansion-section .title-header[data-v-0eab330e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 28px 0;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
}
.expansion-builder .expansion-sections .expansion-section .title-header .title-header-left[data-v-0eab330e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.expansion-builder .expansion-sections .expansion-section .title-header .title-header-left .section-number[data-v-0eab330e] {
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
}
.expansion-builder .expansion-sections .expansion-section .title-header .title-header-left .section-title[data-v-0eab330e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.expansion-builder .expansion-sections .expansion-section .title-header .title-header-left[data-v-0eab330e]::before {
  content: "";
  width: 4px;
  height: 19px;
  background: #1469fc;
  margin-right: 12px;
}
.expansion-builder .expansion-sections .expansion-section .title-header .title-header-right .add-elements-btn[data-v-0eab330e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5px 16px;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
  border: 1px solid #1469fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1469fc;
  cursor: pointer;
}
.expansion-builder .expansion-sections .expansion-section .title-header .title-header-right .add-elements-btn i[data-v-0eab330e] {
  margin-right: 5px;
}
.expansion-builder .expansion-sections .expansion-section .title-header .title-header-right .add-elements-btn[data-v-0eab330e]:hover {
  background: #ecf6ff;
  border-color: #005bf8;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content[data-v-0eab330e] {
  padding: 0;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .column-headers[data-v-0eab330e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fafbfc;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #dcdfe6;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .column-headers .column-header[data-v-0eab330e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 16px;
  font-weight: 600;
  font-size: 13px;
  color: #475569;
  text-align: center;
  border-right: 1px solid #e2e8f0;
  letter-spacing: 0.5px;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .column-headers .column-header[data-v-0eab330e]:first-child {
  width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .column-headers .column-header[data-v-0eab330e]:last-child {
  border-right: none;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows[data-v-0eab330e] {
  width: 100%;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row[data-v-0eab330e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row[data-v-0eab330e]:last-child {
  background: #ffffff;
  overflow: hidden;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row:last-child .column[data-v-0eab330e]:first-child {
  border-radius: 0px 0px 0 8px;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row:last-child .classificationColumn[data-v-0eab330e] {
  border-bottom: 1px solid #dcdfe6;
  border-radius: 0px 0px 8px 0;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row[data-v-0eab330e]:hover {
  background: #fafbfc;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column[data-v-0eab330e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border-left: 1px solid #dcdfe6;
  border-bottom: 1px solid #dcdfe6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column[data-v-0eab330e]:first-child {
  width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column[data-v-0eab330e]:last-child {
  border-right: 1px solid #dcdfe6;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group[data-v-0eab330e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .tag[data-v-0eab330e] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: default;
  position: relative;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .tag .tag-text[data-v-0eab330e] {
  cursor: pointer;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .tag .tag-text[data-v-0eab330e]:hover {
  text-decoration: underline;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .tag .tag-close[data-v-0eab330e] {
  margin-left: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .tag .tag-close[data-v-0eab330e]:hover {
  opacity: 1;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .tag.tag-blue[data-v-0eab330e] {
  background: #d8ebff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #1469fc;
  padding: 3px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .tag.tag-blue .tag-input[data-v-0eab330e] {
  border-color: #1469fc;
  width: 110px;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .tag.tag-blue .tag-close[data-v-0eab330e] {
  color: #1469fc;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .tag.tag-blue .tag-close[data-v-0eab330e]:hover {
  color: #ef4444;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .tag.tag-gray[data-v-0eab330e] {
  background: #edeff4;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #2b2b2b;
  padding: 3px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .tag.tag-gray[data-v-0eab330e]:hover {
  background: #e2e8f0;
  border-color: #cbd5e1;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .tag.tag-gray .tag-input-inline[data-v-0eab330e] {
  border-color: #1469fc;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .tag.tag-gray .tag-close[data-v-0eab330e] {
  color: #2b2b2b;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .tag.tag-gray .tag-close[data-v-0eab330e]:hover {
  color: #ef4444;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .add-tag-btn[data-v-0eab330e] {
  font-weight: 400;
  font-size: 14px;
  color: #1469fc;
  border: none;
  background: transparent;
  cursor: pointer;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .column .tag-group .add-tag-btn[data-v-0eab330e]:hover {
  color: #0054e5;
}
.expansion-builder .expansion-sections .expansion-section .expansion-content .expansion-rows .expansion-row .classificationColumn[data-v-0eab330e] {
  border-bottom: none;
}
.expansion-builder .c-loading-spinner-wrap[data-v-0eab330e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2b2b2b;
  margin-top: 24px;
}
.expansion-builder .c-loading-spinner[data-v-0eab330e] {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #1469fc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin-0eab330e 1s linear infinite;
          animation: spin-0eab330e 1s linear infinite;
  display: block;
  margin-right: 12px;
}
@-webkit-keyframes spin-0eab330e {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-0eab330e {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.spinnerOne[data-v-5b1bf73f] {
  padding: 0 7px;
  height: 28px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spinnerOne .rect[data-v-5b1bf73f] {
  height: 90%;
  width: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay-5b1bf73f 1.2s infinite ease-in-out;
  animation: stretchdelay-5b1bf73f 1.2s infinite ease-in-out;
  background-color: #1469fc !important;
}
.rect1[data-v-5b1bf73f],
.rect2[data-v-5b1bf73f],
.rect3[data-v-5b1bf73f],
.rect4[data-v-5b1bf73f] {
  margin-right: 3px;
}
.spinnerOne .rect2[data-v-5b1bf73f] {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinnerOne .rect3[data-v-5b1bf73f] {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinnerOne .rect4[data-v-5b1bf73f] {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinnerOne .rect5[data-v-5b1bf73f] {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay-5b1bf73f {
0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
}
20% {
    -webkit-transform: scaleY(0.8);
}
}
@keyframes stretchdelay-5b1bf73f {
0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
}
20% {
    transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
}
}
.search-expression-section[data-v-7ff9494b] {
  background: #ffffff;
  margin: 16px 0;
}
.search-expression-section .section-expression .section-header[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.search-expression-section .section-expression .section-header[data-v-7ff9494b]::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background: #1469fc;
}
.search-expression-section .section-expression .section-header .section-title[data-v-7ff9494b] {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0;
}
.search-expression-section .section-expression .section-content[data-v-7ff9494b] {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-expression-section .section-expression .section-content .feature-group[data-v-7ff9494b] {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-expression-section .section-expression .section-content .feature-group[data-v-7ff9494b]:last-child {
  margin-bottom: 0;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left .feature-header .logic-selector[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left .feature-header .logic-selector .feature-checkbox[data-v-7ff9494b] {
  width: 16px;
  height: 16px;
  margin: 0;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left .feature-header .logic-selector .feature-label[data-v-7ff9494b] {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  margin: 0;
  cursor: pointer;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left .feature-options .option-row[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left .feature-options .option-row .option-item[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 4px 0;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left .feature-options .option-row .option-item .option-text[data-v-7ff9494b] {
  font-size: 14px;
  color: #666666;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left .feature-options .option-row .option-item:hover .option-text[data-v-7ff9494b] {
  color: #333333;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-right .feature-number[data-v-7ff9494b] {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-right .feature-number span[data-v-7ff9494b] {
  padding-left: 7px;
  height: 28px;
  line-height: 28px;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-right .feature-number span.results[data-v-7ff9494b] {
  padding-right: 7px;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-right .dange[data-v-7ff9494b] {
  color: red;
}
.search-expression-section .search-assembly[data-v-7ff9494b] {
  margin-top: 24px;
}
.search-expression-section .search-assembly .assembly-header[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.search-expression-section .search-assembly .assembly-header[data-v-7ff9494b]::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background: #1469fc;
}
.search-expression-section .search-assembly .assembly-header .assembly-title[data-v-7ff9494b] {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0;
}
.search-expression-section .search-assembly .assembly-header .assembly-span[data-v-7ff9494b] {
  font-size: 12px;
  color: #2b2b2b;
  margin: 0;
}
.search-expression-section .search-assembly .assembly-content[data-v-7ff9494b] {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-input[data-v-7ff9494b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-input[data-v-7ff9494b]:focus {
  outline: none;
  border-color: #1469fc;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-input[data-v-7ff9494b]::-webkit-input-placeholder {
  color: #999999;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-input[data-v-7ff9494b]::-moz-placeholder {
  color: #999999;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-input[data-v-7ff9494b]:-ms-input-placeholder {
  color: #999999;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-input[data-v-7ff9494b]::-ms-input-placeholder {
  color: #999999;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-input[data-v-7ff9494b]::placeholder {
  color: #999999;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-preview[data-v-7ff9494b] {
  position: absolute;
  right: 132px;
  top: 4px;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-preview .preview-result[data-v-7ff9494b] {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-preview .preview-result span[data-v-7ff9494b] {
  padding-left: 7px;
  height: 28px;
  line-height: 28px;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-preview .preview-result span.results[data-v-7ff9494b] {
  padding-right: 7px;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-preview .dange[data-v-7ff9494b] {
  color: red;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .btn-primary[data-v-7ff9494b] {
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #1469fc;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .btn-primary[data-v-7ff9494b]:hover {
  background: #0054e5;
}
.search-expression-section .generated-expression[data-v-7ff9494b] {
  margin-top: 24px;
}
.search-expression-section .generated-expression .expression-header[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.search-expression-section .generated-expression .expression-header .expression-title[data-v-7ff9494b] {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.search-expression-section .generated-expression .expression-header .expression-title[data-v-7ff9494b]::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background: #1469fc;
}
.search-expression-section .generated-expression .expression-header .action-buttons .btn-secondary[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5px 16px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
  border: 1px solid #1469fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1469fc;
  cursor: pointer;
}
.search-expression-section .generated-expression .expression-header .action-buttons .btn-secondary i[data-v-7ff9494b] {
  margin-right: 5px;
}
.search-expression-section .generated-expression .expression-header .action-buttons .btn-secondary[data-v-7ff9494b]:hover {
  background: #ecf6ff;
  border-color: #005bf8;
}
.search-expression-section .generated-expression .expression-content[data-v-7ff9494b] {
  position: relative;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b] {
  width: 100%;
  min-height: 308px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  resize: none;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-weight: 400;
  background-color: #fafbfc;
  text-align: justify;
  color: #2b2b2b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 20px;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b]::-webkit-input-placeholder {
  color: #999;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b]::-moz-placeholder {
  color: #999;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b]:-ms-input-placeholder {
  color: #999;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b]::-ms-input-placeholder {
  color: #999;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b]::placeholder {
  color: #999;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b]:hover {
  border-color: #8dc7ff !important;
  background: #eff6ff !important;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b]:focus {
  border-color: #1469fc !important;
  background: #fff !important;
}
.search-expression-section .generated-expression .expression-content .expression-result[data-v-7ff9494b] {
  position: absolute;
  right: 20px;
  bottom: -35px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 8px;
}
.search-expression-section .generated-expression .expression-content .expression-result span[data-v-7ff9494b] {
  padding-left: 4px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.search-expression-section .generated-expression .expression-content .expression-result span.results[data-v-7ff9494b] {
  padding-right: 4px;
  font-weight: 500;
}
.search-expression-section .generated-expression .expression-content .dange[data-v-7ff9494b] {
  color: red;
}

.expression-tip {
  width: 200px !important;
  background: #fff !important;
}

.aiAssisted[data-v-29f30c9e] .ak-dialog-content {
  padding: 0;
  overflow: hidden;
}
.ai-assisted-container[data-v-29f30c9e] {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: Microsoft YaHei, Microsoft YaHei;
}
.ai-assisted-container .step-indicator[data-v-29f30c9e] {
  width: 100%;
  height: 99px;
  padding: 20px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f3f9ff;
}
.ai-assisted-container .step-indicator .steps-container[data-v-29f30c9e] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.ai-assisted-container .step-indicator .steps-container .step-item[data-v-29f30c9e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-circle[data-v-29f30c9e] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-circle .step-icon[data-v-29f30c9e] {
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-label[data-v-29f30c9e] {
  text-align: center;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-label .step-text[data-v-29f30c9e] {
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-line[data-v-29f30c9e] {
  position: absolute;
  top: 12px;
  left: calc(50% + 15px);
  right: calc(-50% + 15px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-line .step-connector[data-v-29f30c9e] {
  width: 50%;
  height: 4px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-line .step-connector.line-inactive[data-v-29f30c9e] {
  background: #bdbec8;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-line .step-connector.line-active[data-v-29f30c9e] {
  background: #1469fc;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-line .step-connector.line-completed[data-v-29f30c9e] {
  background: #1469fc;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-inactive .step-circle[data-v-29f30c9e] {
  background: #bdbec8;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-inactive .step-circle .step-icon[data-v-29f30c9e] {
  color: #fff;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-inactive .step-text[data-v-29f30c9e] {
  color: #2b2b2b;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-active .step-circle[data-v-29f30c9e] {
  background: #1469fc;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-active .step-circle .step-icon[data-v-29f30c9e] {
  color: #ffffff;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-active .step-text[data-v-29f30c9e] {
  color: #1469fc;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-completed .step-circle[data-v-29f30c9e] {
  background: #1469fc;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-completed .step-circle .step-icon[data-v-29f30c9e] {
  color: #ffffff;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-completed .step-text[data-v-29f30c9e] {
  color: #1469fc;
}
.ai-assisted-container .main-content[data-v-29f30c9e] {
  width: 100%;
  height: calc(100% - 99px);
  overflow: hidden;
  overflow-y: auto;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.step-footer[data-v-29f30c9e] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-footer .wordTextNumContent[data-v-29f30c9e] {
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
}
.step-footer .prev-btn[data-v-29f30c9e],
.step-footer .next-btn[data-v-29f30c9e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8.5px 18px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
}
.step-footer .prev-btn[data-v-29f30c9e]:disabled,
.step-footer .next-btn[data-v-29f30c9e]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.step-footer .prev-btn.loading .rotating[data-v-29f30c9e],
.step-footer .next-btn.loading .rotating[data-v-29f30c9e] {
  -webkit-animation: rotate-29f30c9e 1s linear infinite;
          animation: rotate-29f30c9e 1s linear infinite;
}
@-webkit-keyframes rotate-29f30c9e {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rotate-29f30c9e {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.step-footer .prev-btn[data-v-29f30c9e] {
  background: #f3f4f6;
  color: #374151;
}
.step-footer .prev-btn[data-v-29f30c9e]:hover:not(:disabled) {
  background: #e5e7eb;
}
.step-footer .prev-btn i[data-v-29f30c9e] {
  margin-right: 0.5rem;
}
.step-footer .next-btn[data-v-29f30c9e] {
  background: #3b82f6;
  color: white;
}
.step-footer .next-btn[data-v-29f30c9e]:hover:not(:disabled) {
  background: #2563eb;
}
.step-footer .next-btn i[data-v-29f30c9e] {
  margin-left: 0.5rem;
}

.vue-zoomer[data-v-4f64680c] {
  overflow: hidden;
}
.zoomer[data-v-4f64680c] {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zoomer > img[data-v-4f64680c] {
  /* remove the 4px gap below the image */
  vertical-align: top;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@charset "UTF-8";
/**
* app风格
* @param $p 主色
* @param $r 辅助线颜色
* @param $l 法律状态
* @param $s success 成功
* @param $w warning 警告
* @param $d danger 错误
* @param $t 字体
* @param $b background 背景
*/
*[data-v-437ebf04] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.noveltyPatentDetail[data-v-437ebf04] {
  width: 100%;
  height: 100%;
}
.tech-search-bg[data-v-437ebf04] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main[data-v-437ebf04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.main header[data-v-437ebf04] {
  width: 100%;
  background-color: #fff;
}
.main header .title[data-v-437ebf04] {
  padding: 20px;
  padding-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main header .title .l[data-v-437ebf04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main header .title .l .text[data-v-437ebf04] {
  font-weight: bold;
  font-size: 18px;
}
.main header .title .l[data-v-437ebf04]::before {
  content: "";
  background-color: #1469fc;
  height: 20px;
  width: 4px;
  display: block;
  margin-right: 8px;
}
.main header .title .r[data-v-437ebf04] {
  color: #9a9dad;
}
.main header .layoutTabs[data-v-437ebf04] {
  margin-left: 20px;
}
.main header .layoutTabs[data-v-437ebf04] .tits li {
  font-size: 16px;
  padding: 0 16px;
}
.main header .layoutTabs[data-v-437ebf04] .tits li:first-child {
  margin-left: 0 !important;
}
.main header .layoutTabs[data-v-437ebf04] .tits li.active {
  font-weight: normal;
  border-bottom: 3px solid #1469fc !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 158, 255, 0)), to(rgba(100, 178, 255, 0.2)));
  background: linear-gradient(180deg, rgba(61, 158, 255, 0) 0%, rgba(100, 178, 255, 0.2) 100%);
}
.main header .layoutTabs[data-v-437ebf04] .tits li.active a {
  color: #1469fc !important;
}
.main header .search-bar[data-v-437ebf04] {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafbfc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main header .search-bar .ak-cet-source[data-v-437ebf04] {
  width: 87px;
  height: 36px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #d1e2ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main header .search-bar .ak-cet-source[data-v-437ebf04]:hover {
  opacity: 0.8;
}
.main header .search-bar .ak-cet-source[data-v-437ebf04] .source-name {
  font-size: 12px;
  border-right: none !important;
}
.main header .search-bar .input-wrap[data-v-437ebf04] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 36px;
  margin-left: 12px;
  margin-right: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #d1e2ff;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main header .search-bar .input-wrap.is-focus[data-v-437ebf04] {
  border: 1px solid #6ea3ff;
}
.main header .search-bar .input-wrap input[data-v-437ebf04] {
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding-right: 24px;
}
.main header .search-bar .input-wrap .icon[data-v-437ebf04] {
  color: #9a9b9e;
  cursor: pointer;
}
.main header .search-bar .filter-btn[data-v-437ebf04] {
  margin-left: 12px;
  width: 48px;
  height: 36px;
  color: #9a9b9e;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #d1e2ff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main header .search-bar .filter-btn[data-v-437ebf04]:hover {
  opacity: 0.8;
}
.main header .search-bar .input-wrap-content[data-v-437ebf04] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main header .search-bar .input-wrap-content .semanticNumber[data-v-437ebf04] {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.main .left[data-v-437ebf04] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  width: 50%;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main .left .pat-list-wrap[data-v-437ebf04] {
  width: 100%;
  height: calc(100% - 60px - 175px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main .left .patent-list-box[data-v-437ebf04] {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fafbfc;
  padding: 20px;
  padding-top: 0;
}
.main .left .item[data-v-437ebf04] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 20px;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 16px;
  -webkit-box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
  border-radius: 8px;
}
.main .left .item[data-v-437ebf04]:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.main .left .item:hover .item-title[data-v-437ebf04] {
  color: #1469FC;
}
.main .left .item .item-title[data-v-437ebf04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .left .item .item-title .l[data-v-437ebf04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.main .left .item .item-title .l .title[data-v-437ebf04] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  max-width: 100%;
}
.main .left .item .item-title .r[data-v-437ebf04] {
  background: rgba(20, 105, 252, 0.08);
  border-radius: 16px;
  color: #1469fc;
  padding: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main .left .item .mid[data-v-437ebf04],
.main .left .item .bot[data-v-437ebf04] {
  margin-left: 20px;
}
.main .left .item .sm-mid[data-v-437ebf04] {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.main .left .item .sm-mid .text-item[data-v-437ebf04] {
  width: 33.33% !important;
  margin-right: 0 !important;
  margin-bottom: 8px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main .left .item .mid[data-v-437ebf04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .left .item .text-item[data-v-437ebf04] {
  font-size: 14px;
  margin-right: 24px;
  color: #9a9dad;
}
.main .left .item .text-item.ab-item[data-v-437ebf04] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .left .item .text-item .label[data-v-437ebf04] {
  color: #9a9dad;
}
.main .left .noMoreContent[data-v-437ebf04] {
  text-align: center;
  padding: 1.5rem 0;
  color: #9a9b9e;
  font-size: 0.875rem;
}
.main .left .bot-fixed-box[data-v-437ebf04] {
  width: 100%;
  height: 60px;
  padding: 20px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #e7e9f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px -2px 6px 1px rgba(0, 85, 164, 0.06);
          box-shadow: 0px -2px 6px 1px rgba(0, 85, 164, 0.06);
}
.main .left .bot-fixed-box .l[data-v-437ebf04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .left .bot-fixed-box .l .current[data-v-437ebf04] {
  color: #9a9dad;
}
.main .left .bot-fixed-box .ak-btn[data-v-437ebf04] {
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
}
.main .left .bot-fixed-box .history-btn[data-v-437ebf04] {
  margin-right: 12px;
  color: #9a9b9e;
  border-color: transparent;
}
.main .left .bot-fixed-box .history-btn .icon[data-v-437ebf04] {
  margin-right: 4px;
}
.main .left .bot-fixed-box .ak-btn-primary[data-v-437ebf04] {
  background: #1469fc;
  border-color: #1469fc;
  color: #fff;
}
.main .right[data-v-437ebf04] {
  width: 50%;
  height: 100%;
  border-left: 1px solid #dcdfe6;
  overflow: hidden;
}
.detail-toolbar[data-v-437ebf04] {
  height: 58px;
}
[data-v-437ebf04] .main-detail-content .compareBox {
  min-width: 512px;
}
[data-v-437ebf04] .main-detail-content .compareBox .detailTabs .contents {
  position: relative;
}
[data-v-437ebf04] .main-detail-content .compareBox .detailTabs .contents .txtDetail {
  height: calc(100vh - 58px - 41px - var(--header-h) - var(--tabs-h));
  overflow-y: auto;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-bottom: 0;
}
[data-v-437ebf04] .main-detail-content .compareBox .detailTabs .contents .txtDetail .simple-tab {
  margin-bottom: 0;
}
[data-v-437ebf04] .main-detail-content .compareBox .detailTabs .contents .txtDetail .details-infos,[data-v-437ebf04] .main-detail-content .compareBox .detailTabs .contents .txtDetail .pageTabs {
  padding-bottom: 80px;
}
[data-v-437ebf04] .main-detail-content .compareBox .detailTabs .contents .pattab-law-infos .law-infos-nav {
  display: block !important;
}
[data-v-437ebf04] .main-detail-content .compareBox .detailTabs .contents .pattab-law-infos .law-infos-nav .law-infos-timeline {
  top: calc(var(--header-h) + var(--tabs-h) + var(--page-search-h) + var(--page-search-toolbar-h) + 56px + 41px);
}
[data-v-437ebf04] .main-detail-content .detail-toolbar {
  min-width: 512px;
  height: 56px;
}
[data-v-437ebf04] .main-detail-content .detail-toolbar.has-trans {
  height: calc(56px + var(--detail-translate-h));
}
[data-v-437ebf04] .main-detail-content .detail-toolbar .detail-info .detail-status {
  width: 100% !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 28px;
  width: 0;
}
[data-v-437ebf04] .main-detail-content .detail-toolbar .detail-info .detail-status .pat-labels {
  width: auto;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-437ebf04] .main-detail-content .detail-toolbar .detail-info .detail-status .pagation-bar {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  margin-left: 20px;
  white-space: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
[data-v-437ebf04] .main-detail-content .detail-toolbar .detail-info .detail-status .pagation-bar .ak-icon .remind-dot {
  top: -16%;
}
[data-v-437ebf04] .main-detail-content .detail-toolbar .detail-info .detail-status:hover .hover-show {
  display: inline-block;
  margin-left: 10px;
  margin-right: 0;
  white-space: nowrap;
}
[data-v-437ebf04] .main-detail-content .detail-toolbar .browse-close {
  margin-top: 6px;
}
[data-v-437ebf04] #checkbox {
  width: 28px;
  height: 20px;
  cursor: pointer;
}
[data-v-437ebf04] #checkbox .ak-checkbox-inner {
  width: 20px;
  height: 20px;
  line-height: 20px;
  -ms-flex-preferred-size: 20px;
      flex-basis: 20px;
  border: 1px solid #99a3a4 !important;
}
[data-v-437ebf04] #checkbox .ak-checkbox-inner::after {
  width: 20px;
  height: 20px;
  background: #1469fc !important;
  background-color: #1469fc !important;
}
.error-tips[data-v-437ebf04] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn[data-v-437ebf04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5px 16px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}
.btn i[data-v-437ebf04] {
  margin-right: 5px;
}
.btn-reanalyze[data-v-437ebf04] {
  background: #ffffff;
  border: 1px solid #1469fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1469fc;
}
.btn-reanalyze[data-v-437ebf04]:hover {
  background: #ecf6ff;
  border-color: #005bf8;
}
.btn-confirm[data-v-437ebf04] {
  background-color: #1469fc;
  border: 1px solid #1469fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
}
.btn-confirm[data-v-437ebf04]:hover {
  background-color: #0054e5;
}
.btn[data-v-437ebf04]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@charset "UTF-8";
/**
* app风格
* @param $p 主色
* @param $r 辅助线颜色
* @param $l 法律状态
* @param $s success 成功
* @param $w warning 警告
* @param $d danger 错误
* @param $t 字体
* @param $b background 背景
*/
*[data-v-20356db6] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tech-search-bg[data-v-20356db6] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main[data-v-20356db6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.main header[data-v-20356db6] {
  width: 100%;
  background-color: #fff;
}
.main header .title[data-v-20356db6] {
  padding: 20px;
  padding-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main header .title .l[data-v-20356db6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main header .title .l .text[data-v-20356db6] {
  font-weight: bold;
  font-size: 18px;
}
.main header .title .l[data-v-20356db6]::before {
  content: "";
  background-color: #1469fc;
  height: 20px;
  width: 4px;
  display: block;
  margin-right: 8px;
}
.main header .title .r[data-v-20356db6] {
  color: #9a9dad;
}
.main header .layoutTabs[data-v-20356db6] {
  margin-left: 20px;
}
.main header .layoutTabs[data-v-20356db6] .tits li {
  font-size: 16px;
  padding: 0 16px;
}
.main header .layoutTabs[data-v-20356db6] .tits li:first-child {
  margin-left: 0 !important;
}
.main header .layoutTabs[data-v-20356db6] .tits li.active {
  font-weight: normal;
  border-bottom: 3px solid #1469fc !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 158, 255, 0)), to(rgba(100, 178, 255, 0.2)));
  background: linear-gradient(180deg, rgba(61, 158, 255, 0) 0%, rgba(100, 178, 255, 0.2) 100%);
}
.main header .layoutTabs[data-v-20356db6] .tits li.active a {
  color: #1469fc !important;
}
.main header .search-bar[data-v-20356db6] {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafbfc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main header .search-bar .ak-cet-source[data-v-20356db6] {
  width: 87px;
  height: 36px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #d1e2ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main header .search-bar .ak-cet-source[data-v-20356db6]:hover {
  opacity: 0.8;
}
.main header .search-bar .ak-cet-source[data-v-20356db6] .source-name {
  font-size: 12px;
  border-right: none !important;
}
.main header .search-bar .input-wrap[data-v-20356db6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 36px;
  margin-left: 12px;
  margin-right: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #d1e2ff;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main header .search-bar .input-wrap.is-focus[data-v-20356db6] {
  border: 1px solid #6ea3ff;
}
.main header .search-bar .input-wrap input[data-v-20356db6] {
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding-right: 24px;
}
.main header .search-bar .input-wrap .icon[data-v-20356db6] {
  color: #9a9b9e;
  cursor: pointer;
}
.main header .search-bar .filter-btn[data-v-20356db6] {
  margin-left: 12px;
  width: 48px;
  height: 36px;
  color: #9a9b9e;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #d1e2ff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main header .search-bar .filter-btn[data-v-20356db6]:hover {
  opacity: 0.8;
}
.main header .search-bar .input-wrap-content[data-v-20356db6] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main header .search-bar .input-wrap-content .semanticNumber[data-v-20356db6] {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.main .left[data-v-20356db6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  width: 50%;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main .left .pat-list-wrap[data-v-20356db6] {
  width: 100%;
  height: calc(100% - 60px - 175px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main .left .patent-list-box[data-v-20356db6] {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fafbfc;
  padding: 20px;
  padding-top: 0;
}
.main .left .item[data-v-20356db6] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 20px;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 16px;
  -webkit-box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
  border-radius: 8px;
}
.main .left .item[data-v-20356db6]:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.main .left .item:hover .item-title[data-v-20356db6] {
  color: #1469FC;
}
.main .left .item .item-title[data-v-20356db6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .left .item .item-title .l[data-v-20356db6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.main .left .item .item-title .l .title[data-v-20356db6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  max-width: 100%;
}
.main .left .item .item-title .r[data-v-20356db6] {
  background: rgba(20, 105, 252, 0.08);
  border-radius: 16px;
  color: #1469fc;
  padding: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main .left .item .mid[data-v-20356db6],
.main .left .item .bot[data-v-20356db6] {
  margin-left: 20px;
}
.main .left .item .sm-mid[data-v-20356db6] {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.main .left .item .sm-mid .text-item[data-v-20356db6] {
  width: 33.33% !important;
  margin-right: 0 !important;
  margin-bottom: 8px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main .left .item .mid[data-v-20356db6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .left .item .text-item[data-v-20356db6] {
  font-size: 14px;
  margin-right: 24px;
  color: #9a9dad;
}
.main .left .item .text-item.ab-item[data-v-20356db6] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .left .item .text-item .label[data-v-20356db6] {
  color: #9a9dad;
}
.main .left .noMoreContent[data-v-20356db6] {
  text-align: center;
  padding: 1.5rem 0;
  color: #9a9b9e;
  font-size: 0.875rem;
}
.main .left .bot-fixed-box[data-v-20356db6] {
  width: 100%;
  height: 60px;
  padding: 20px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #e7e9f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px -2px 6px 1px rgba(0, 85, 164, 0.06);
          box-shadow: 0px -2px 6px 1px rgba(0, 85, 164, 0.06);
}
.main .left .bot-fixed-box .l[data-v-20356db6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .left .bot-fixed-box .l .current[data-v-20356db6] {
  color: #9a9dad;
}
.main .left .bot-fixed-box .ak-btn[data-v-20356db6] {
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
}
.main .left .bot-fixed-box .history-btn[data-v-20356db6] {
  margin-right: 12px;
  color: #9a9b9e;
  border-color: transparent;
}
.main .left .bot-fixed-box .history-btn .icon[data-v-20356db6] {
  margin-right: 4px;
}
.main .left .bot-fixed-box .ak-btn-primary[data-v-20356db6] {
  background: #1469fc;
  border-color: #1469fc;
  color: #fff;
}
.main .right[data-v-20356db6] {
  width: 50%;
  height: 100%;
  border-left: 1px solid #dcdfe6;
  overflow: hidden;
}
.detail-toolbar[data-v-20356db6] {
  height: 58px;
}
[data-v-20356db6] .main-detail-content .compareBox {
  min-width: 512px;
}
[data-v-20356db6] .main-detail-content .compareBox .detailTabs .contents {
  position: relative;
}
[data-v-20356db6] .main-detail-content .compareBox .detailTabs .contents .txtDetail {
  height: calc(100vh - 58px - 41px - var(--header-h) - var(--tabs-h));
  overflow-y: auto;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-bottom: 0;
}
[data-v-20356db6] .main-detail-content .compareBox .detailTabs .contents .txtDetail .simple-tab {
  margin-bottom: 0;
}
[data-v-20356db6] .main-detail-content .compareBox .detailTabs .contents .txtDetail .details-infos,[data-v-20356db6] .main-detail-content .compareBox .detailTabs .contents .txtDetail .pageTabs {
  padding-bottom: 80px;
}
[data-v-20356db6] .main-detail-content .compareBox .detailTabs .contents .pattab-law-infos .law-infos-nav {
  display: block !important;
}
[data-v-20356db6] .main-detail-content .compareBox .detailTabs .contents .pattab-law-infos .law-infos-nav .law-infos-timeline {
  top: calc(var(--header-h) + var(--tabs-h) + var(--page-search-h) + var(--page-search-toolbar-h) + 56px + 41px);
}
[data-v-20356db6] .main-detail-content .detail-toolbar {
  min-width: 512px;
  height: 56px;
}
[data-v-20356db6] .main-detail-content .detail-toolbar.has-trans {
  height: calc(56px + var(--detail-translate-h));
}
[data-v-20356db6] .main-detail-content .detail-toolbar .detail-info .detail-status {
  width: 100% !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 28px;
  width: 0;
}
[data-v-20356db6] .main-detail-content .detail-toolbar .detail-info .detail-status .pat-labels {
  width: auto;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-20356db6] .main-detail-content .detail-toolbar .detail-info .detail-status .pagation-bar {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  margin-left: 20px;
  white-space: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
[data-v-20356db6] .main-detail-content .detail-toolbar .detail-info .detail-status .pagation-bar .ak-icon .remind-dot {
  top: -16%;
}
[data-v-20356db6] .main-detail-content .detail-toolbar .detail-info .detail-status:hover .hover-show {
  display: inline-block;
  margin-left: 10px;
  margin-right: 0;
  white-space: nowrap;
}
[data-v-20356db6] .main-detail-content .detail-toolbar .browse-close {
  margin-top: 6px;
}
[data-v-20356db6] #checkbox {
  width: 28px;
  height: 20px;
  cursor: pointer;
}
[data-v-20356db6] #checkbox .ak-checkbox-inner {
  width: 20px;
  height: 20px;
  line-height: 20px;
  -ms-flex-preferred-size: 20px;
      flex-basis: 20px;
  border: 1px solid #99a3a4 !important;
}
[data-v-20356db6] #checkbox .ak-checkbox-inner::after {
  width: 20px;
  height: 20px;
  background: #1469fc !important;
  background-color: #1469fc !important;
}
.error-tips[data-v-20356db6] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn[data-v-20356db6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5px 16px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}
.btn i[data-v-20356db6] {
  margin-right: 5px;
}
.btn-reanalyze[data-v-20356db6] {
  background: #ffffff;
  border: 1px solid #1469fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1469fc;
}
.btn-reanalyze[data-v-20356db6]:hover {
  background: #ecf6ff;
  border-color: #005bf8;
}
.btn-confirm[data-v-20356db6] {
  background-color: #1469fc;
  border: 1px solid #1469fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
}
.btn-confirm[data-v-20356db6]:hover {
  background-color: #0054e5;
}
.btn[data-v-20356db6]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
