@charset "UTF-8";
@-webkit-keyframes fadeIn-61fbb2c3 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fadeIn-61fbb2c3 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes dotPulse-61fbb2c3 {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
@keyframes dotPulse-61fbb2c3 {
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-61fbb2c3 {
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-61fbb2c3 {
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-61fbb2c3 {
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-61fbb2c3 {
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-61fbb2c3],
.fade-leave-active[data-v-61fbb2c3] {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.fade-enter[data-v-61fbb2c3],
.fade-leave-to[data-v-61fbb2c3] {
  opacity: 0;
}
.list-move[data-v-61fbb2c3],
.list-enter-active[data-v-61fbb2c3],
.list-leave-active[data-v-61fbb2c3] {
  -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-61fbb2c3],
.list-leave-to[data-v-61fbb2c3] {
  opacity: 0;
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
.list-leave-active[data-v-61fbb2c3] {
  position: absolute;
}
.slide-fade-enter-active[data-v-61fbb2c3] {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slide-fade-leave-active[data-v-61fbb2c3] {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.slide-fade-enter-from[data-v-61fbb2c3] {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  opacity: 0;
}
.slide-fade-leave-to[data-v-61fbb2c3] {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  opacity: 0;
}
.bounce-enter-active[data-v-61fbb2c3] {
  -webkit-animation: bounceIn-61fbb2c3 0.35s;
          animation: bounceIn-61fbb2c3 0.35s;
}

/* 主样式 */
.global-loading-overlay[data-v-61fbb2c3] {
  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-61fbb2c3 0.25s ease-out;
          animation: fadeIn-61fbb2c3 0.25s ease-out;
}
.loading-container[data-v-61fbb2c3] {
  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-61fbb2c3] {
  margin-bottom: 1.5rem;
  text-align: center;
  padding: 0 0.5rem;
}
.loading-header .title[data-v-61fbb2c3] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
}
.loading-header .title[data-v-61fbb2c3]::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-61fbb2c3] {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0.75rem 0 0;
}
.loading-steps[data-v-61fbb2c3] {
  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-61fbb2c3] {
  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-61fbb2c3] {
  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-61fbb2c3] {
  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-61fbb2c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.loading-step .step-loader .loader-dot[data-v-61fbb2c3] {
  width: 6px;
  height: 6px;
  background: #6366f1;
  border-radius: 50%;
  -webkit-animation: dotPulse-61fbb2c3 1.1s infinite ease-in-out;
          animation: dotPulse-61fbb2c3 1.1s infinite ease-in-out;
}
.loading-step .step-loader .loader-dot[data-v-61fbb2c3]:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.loading-step .step-loader .loader-dot[data-v-61fbb2c3]:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.loading-step .step-loader .loader-dot[data-v-61fbb2c3]:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loading-step .step-text[data-v-61fbb2c3] {
  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-61fbb2c3] {
  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-61fbb2c3] {
  color: #10b981;
  margin-left: 0.5rem;
}
.loading-step .step-check .check-icon[data-v-61fbb2c3] {
  width: 1.125rem;
  height: 1.125rem;
}
.loading-step[data-v-61fbb2c3] {
  /* 状态样式 */
}
.loading-step.active[data-v-61fbb2c3] {
  background: rgba(238, 242, 255, 0.9);
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.loading-step.active .step-text[data-v-61fbb2c3] {
  color: #4f46e5;
  font-weight: 600;
}
.loading-step.active .step-time[data-v-61fbb2c3] {
  color: #4f46e5;
}
.loading-step.completed[data-v-61fbb2c3]:not(.last-step) {
  background: rgba(236, 253, 245, 0.9);
}
.loading-step.completed:not(.last-step) .step-text[data-v-61fbb2c3] {
  color: #059669;
}
.loading-step.completed:not(.last-step) .step-time[data-v-61fbb2c3] {
  color: #059669;
}
.loading-step.last-step.completed[data-v-61fbb2c3] {
  background: rgba(239, 246, 255, 0.9);
  -webkit-animation: subtlePulse-61fbb2c3 1.5s infinite;
          animation: subtlePulse-61fbb2c3 1.5s infinite;
}
.loading-step.last-step.completed .step-text[data-v-61fbb2c3] {
  color: #2563eb;
}
.loading-step.last-step.completed .step-time[data-v-61fbb2c3] {
  color: #2563eb;
}
.quillTextarea[data-v-432f503f] {
  position: relative;
}
.quillTextarea .quill-editor-content[data-v-432f503f] .ql-toolbar {
  display: none;
}
.quillTextarea .quill-editor-content[data-v-432f503f] .ql-container {
  border: none;
}
.quillTextarea .quill-editor-content[data-v-432f503f] .ql-container .ql-editor {
  font-family: Microsoft YaHei, Microsoft YaHei;
  overflow: hidden;
  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;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #dcdfe6;
}
.quillTextarea .quill-editor-content[data-v-432f503f] .ql-container .ql-editor p,
.quillTextarea .quill-editor-content[data-v-432f503f] .ql-container .ql-editor li {
  margin-bottom: 10px !important;
}
.quillTextarea .quill-editor-content[data-v-432f503f] .ql-container .ql-editor p:last-child,
.quillTextarea .quill-editor-content[data-v-432f503f] .ql-container .ql-editor li:last-child {
  margin: 0 !important;
}
.quillTextarea .quill-editor-content[data-v-432f503f] .ql-container .ql-editor:hover {
  border-color: #8dc7ff !important;
  background: #eff6ff !important;
}
.quillTextarea .quill-editor-content[data-v-432f503f] .ql-container .ql-editor:focus {
  border-color: #6ea3ff !important;
  background: #fff !important;
}
.quillTextarea .quill-editor-content[data-v-432f503f] .ql-container.ql-disabled .ql-editor {
  pointer-events: none;
  cursor: not-allowed;
}
.quillTextarea .quill-editor-content[data-v-432f503f] .ql-container.ql-disabled .ql-editor:hover {
  border-color: #dcdfe6 !important;
  background: #fafbfc !important;
}
.oaProblemAnalysis[data-v-7fdddadc] {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.oaProblemAnalysis .content-container[data-v-7fdddadc] {
  width: 100%;
  height: 100%;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-top[data-v-7fdddadc] {
  width: 100%;
  height: 76px;
  -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);
  padding: 16px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-top .header-content[data-v-7fdddadc] {
  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;
  width: 100%;
  height: 100%;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-top .title-section[data-v-7fdddadc] {
  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: 8px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-top .title-section .titleContent[data-v-7fdddadc] {
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-top .title-section .titleContent h2.title[data-v-7fdddadc] {
  font-weight: bold;
  font-size: 18px;
  color: #2b2b2b;
  margin: 0;
  position: relative;
  margin-bottom: 2px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-top .title-section .titleContent h2.title[data-v-7fdddadc]::before {
  content: "";
  width: 4px;
  height: 19px;
  background: #1469fc;
  position: absolute;
  left: -16px;
  top: 2px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-top .title-section .titleContent p.problemNum[data-v-7fdddadc] {
  font-size: 14px;
  color: #9a9b9e;
  line-height: 19px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-top .action-buttons[data-v-7fdddadc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle[data-v-7fdddadc] {
  width: 100%;
  height: calc(100% - 136px);
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper[data-v-7fdddadc] {
  overflow-y: auto;
  height: 100%;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content[data-v-7fdddadc] {
  margin: 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list[data-v-7fdddadc] {
  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;
  margin: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item[data-v-7fdddadc] {
  border: 1px solid;
  border-radius: 8px;
  padding: 18px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item.severity-high[data-v-7fdddadc] {
  border-color: #fca5a5;
  background-color: #fef2f2;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item.severity-medium[data-v-7fdddadc] {
  border-color: #fcd34d;
  background-color: #fffbeb;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item.severity-low[data-v-7fdddadc] {
  border-color: #86efac;
  background-color: #f0fdf4;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-badge[data-v-7fdddadc] {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 66px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border-radius: 0 8px 0 14px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-badge.riskLevel-high[data-v-7fdddadc] {
  background-color: #f46c6c;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-badge.riskLevel-medium[data-v-7fdddadc] {
  background-color: #eb9c00;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-badge.riskLevel-low[data-v-7fdddadc] {
  background-color: #26ad85;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content[data-v-7fdddadc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-header[data-v-7fdddadc] {
  font-weight: bold;
  font-size: 16px;
  color: #2b2b2b;
  margin-bottom: 17px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-description[data-v-7fdddadc] {
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 20px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document[data-v-7fdddadc] {
  border-radius: 8px;
  padding: 16px 20px 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document.riskLevel-high[data-v-7fdddadc] {
  background-color: #ffe6e6;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document.riskLevel-medium[data-v-7fdddadc] {
  background-color: #fff6cf;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document.riskLevel-low[data-v-7fdddadc] {
  background-color: #def8e6;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-title[data-v-7fdddadc] {
  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: 16px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-title .document-title-left[data-v-7fdddadc] {
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-title .document-title-right[data-v-7fdddadc] {
  font-weight: 400;
  font-size: 14px;
  color: #1469fc;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-title .document-title-right-disabled[data-v-7fdddadc] {
  cursor: not-allowed;
  opacity: 0.5;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-title .document-title-right i[data-v-7fdddadc] {
  font-size: 14px;
  color: #1469fc;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-item[data-v-7fdddadc] {
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 10px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-item .input-content[data-v-7fdddadc] {
  width: 100%;
  position: relative;
  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: 10px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-item .input-content[data-v-7fdddadc] .ak-form-input {
  width: 100%;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-item .input-content[data-v-7fdddadc] .ak-form-input .ak-input-control {
  outline: none;
  padding: 0 12px;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fca5a5;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-item .input-content[data-v-7fdddadc] .ak-form-input .ak-input-control:disabled {
  background: #fff !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-item .input-content[data-v-7fdddadc] .ak-form-input .ak-input-control:hover {
  border-color: #e2e8f0 !important;
  background: #fff !important;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-item .input-content[data-v-7fdddadc] .ak-form-input .ak-input-control:focus {
  border-color: #3b82f6 !important;
  background: #fff !important;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-item .input-content .icon-success[data-v-7fdddadc] {
  font-size: 16px;
  color: #67c23a;
  cursor: pointer;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-item .input-content .icon-not-exist[data-v-7fdddadc] {
  font-size: 16px;
  color: #eb4646;
  cursor: pointer;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-item .input-content .icon-delete[data-v-7fdddadc] {
  font-size: 16px;
  color: #eb4646;
  cursor: pointer;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-item .input-content .icon-delete-disabled[data-v-7fdddadc] {
  cursor: not-allowed;
  opacity: 0.5;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .comparative-document .document-item[data-v-7fdddadc]:last-child {
  margin-bottom: 0;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-title[data-v-7fdddadc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-title i[data-v-7fdddadc] {
  color: #2563eb;
  margin-right: 8px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-title span[data-v-7fdddadc] {
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result[data-v-7fdddadc] {
  width: 100%;
  height: 100%;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content[data-v-7fdddadc] {
  width: 100%;
  height: 100%;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .quillTextareaContent[data-v-7fdddadc] {
  width: 100%;
  height: 100%;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .quillTextareaContent[data-v-7fdddadc] .ql-editor {
  max-height: 300px !important;
  overflow-y: auto !important;
  padding: 16px 20px !important;
  background-color: rgba(255, 255, 255, 0.7);
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .quillTextareaContent.riskLevel-high[data-v-7fdddadc] .ql-editor {
  border-color: #fca5a5 !important;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .quillTextareaContent.riskLevel-high[data-v-7fdddadc] .ql-editor:hover {
  background-color: #fff !important;
  border-color: #e2e8f0 !important;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .quillTextareaContent.riskLevel-high[data-v-7fdddadc] .ql-editor:focus {
  background-color: #fff !important;
  border-color: #1469fc !important;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .quillTextareaContent.riskLevel-medium[data-v-7fdddadc] .ql-editor {
  border-color: #fcd34d !important;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .quillTextareaContent.riskLevel-medium[data-v-7fdddadc] .ql-editor:hover {
  background-color: #fff !important;
  border-color: #e2e8f0 !important;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .quillTextareaContent.riskLevel-medium[data-v-7fdddadc] .ql-editor:focus {
  background-color: #fff !important;
  border-color: #1469fc !important;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .quillTextareaContent.riskLevel-low[data-v-7fdddadc] .ql-editor {
  border-color: #86efac !important;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .quillTextareaContent.riskLevel-low[data-v-7fdddadc] .ql-editor:hover {
  background-color: #fff !important;
  border-color: #e2e8f0 !important;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .quillTextareaContent.riskLevel-low[data-v-7fdddadc] .ql-editor:focus {
  background-color: #fff !important;
  border-color: #1469fc !important;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .analysisBtnContent[data-v-7fdddadc] {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid;
  background: #fff;
  border-radius: 8px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .analysisBtnContent.riskLevel-high[data-v-7fdddadc] {
  border-color: #fca5a5;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .analysisBtnContent.riskLevel-medium[data-v-7fdddadc] {
  border-color: #fcd34d;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .analysisBtnContent.riskLevel-low[data-v-7fdddadc] {
  border-color: #86efac;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .analysisBtnContent i[data-v-7fdddadc] {
  color: #eb4848;
  font-size: 14px;
  margin-right: 3px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .analysisBtnContent span[data-v-7fdddadc] {
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
  margin-right: 8px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .analysisBtnContent .modify-analysis-btn[data-v-7fdddadc] {
  font-weight: 400;
  font-size: 14px;
  color: #1469fc;
  width: 60px;
  height: 19px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  background: transparent;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-item .problem-content .problem-analysis-result .analysis-result-content .analysisBtnContent .modify-analysis-btn[data-v-7fdddadc]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-completion-notice[data-v-7fdddadc] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #eff6ff;
  border-radius: 8px;
  border: 1px solid #8dc7ff;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-completion-notice p[data-v-7fdddadc] {
  font-weight: bold;
  font-size: 16px;
  color: #1469fc;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .analysis-wrapper .analysis-wrapper-content .problem-list .problem-completion-notice p i[data-v-7fdddadc] {
  font-size: 16px;
  color: #1469fc;
  margin-right: 3px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .noDataContent[data-v-7fdddadc] {
  background-color: transparent;
  width: 180px;
  height: 190px;
  text-align: center;
  margin: 10% auto;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .noDataContent img[data-v-7fdddadc] {
  width: 172px;
  height: 147px;
  margin-bottom: 16px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-middle .noDataContent p[data-v-7fdddadc] {
  font-weight: 400;
  font-size: 14px;
  color: #9a9dad;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-bottom[data-v-7fdddadc] {
  width: 100%;
  height: 60px;
  background: #ffffff;
  -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);
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-bottom .saveContent[data-v-7fdddadc] {
  width: 100px;
  height: 36px;
}
.oaProblemAnalysis .content-container .oaProblemAnalysis-bottom .confirmContent[data-v-7fdddadc] {
  width: 210px;
  height: 36px;
}
.oaProblemAnalysis .btn[data-v-7fdddadc] {
  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;
}
.oaProblemAnalysis .btn i[data-v-7fdddadc] {
  margin-right: 5px;
}
.oaProblemAnalysis .btn-reanalyze[data-v-7fdddadc] {
  background: #ffffff;
  border: 1px solid #1469fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1469fc;
}
.oaProblemAnalysis .btn-reanalyze[data-v-7fdddadc]:hover {
  background: #ecf6ff;
  border-color: #005bf8;
}
.oaProblemAnalysis .btn-confirm[data-v-7fdddadc] {
  background-color: #1469fc;
  border: 1px solid #1469fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
}
.oaProblemAnalysis .btn-confirm[data-v-7fdddadc]:hover {
  background-color: #0054e5;
}
.oaProblemAnalysis .btn[data-v-7fdddadc]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@media (min-width: 100px) and (max-width: 1199px) {
.analysis-wrapper-content[data-v-7fdddadc] {
    margin: 0 70px !important;
}
}
@media (min-width: 1200px) {
.analysis-wrapper-content[data-v-7fdddadc] {
    margin: 70px !important;
}
}
@media (min-width: 1300px) {
.analysis-wrapper-content[data-v-7fdddadc] {
    margin: 0 111.6px !important;
}
}
@media (min-width: 1400px) {
.analysis-wrapper-content[data-v-7fdddadc] {
    margin: 0 153px !important;
}
}
@media (min-width: 1500px) {
.analysis-wrapper-content[data-v-7fdddadc] {
    margin: 0 194.4px !important;
}
}
@media (min-width: 1600px) {
.analysis-wrapper-content[data-v-7fdddadc] {
    margin: 0 235.8px !important;
}
}
@media (min-width: 1700px) {
.analysis-wrapper-content[data-v-7fdddadc] {
    margin: 0 277.2px !important;
}
}
@media (min-width: 1800px) {
.analysis-wrapper-content[data-v-7fdddadc] {
    margin: 0 318.6px !important;
}
}
@media (min-width: 1920px) {
.analysis-wrapper-content[data-v-7fdddadc] {
    margin: 0 360px !important;
}
}
