@charset "UTF-8";
.formalReviewContent[data-v-2fe090e2] {
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.formalReviewContent .formalReviewContentTab[data-v-2fe090e2] {
  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;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #eef2f5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: 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);
}
.formalReviewContent .formalReviewContentTab .tab-item[data-v-2fe090e2] {
  padding: 17px 16px 14px 16px;
  border-radius: 0;
  background: #ffffff;
  color: #2b2b2b;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
}
.formalReviewContent .formalReviewContentTab .tab-item.active[data-v-2fe090e2] {
  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;
  color: #1469fc;
}
.formalReviewContent .formalReviewContentTab .tab-item.active[data-v-2fe090e2]::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #1469fc;
  left: 0;
  bottom: 0;
}
.formalReviewContent .formalReviewContentDetail[data-v-2fe090e2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2b2b2b;
  /* 让内部内容盒子在水平方向居中 */
  text-align: center;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper[data-v-2fe090e2] {
  /* 宽度随内部内容自适应，在容器内居中 */
  display: inline-block;
  max-width: 100%;
  text-align: left;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .title[data-v-2fe090e2] {
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .claim-content[data-v-2fe090e2] {
  width: 100%;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  margin: 16px 0;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .claim-content .claim-item .claim-text[data-v-2fe090e2] {
  line-height: 34px;
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
  word-break: break-word;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .claim-content .claim-item .claim-text[data-v-2fe090e2] .highlight-text {
  background: #fff7d6;
  color: #7a5200;
  padding: 2px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  outline: 1px solid rgba(255, 193, 7, 0.32);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 193, 7, 0.12);
          box-shadow: 0 0 0 1px rgba(255, 193, 7, 0.12);
  font-weight: 550;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .claim-content[data-v-2fe090e2] {
  /* 权利要求书图片展示区域 */
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .claim-content .image-content[data-v-2fe090e2] {
  width: 100%;
  margin-top: 16px;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .claim-content .image-content .image-list[data-v-2fe090e2] {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .claim-content .image-content .image-list .image-item[data-v-2fe090e2] {
  width: 300px;
  max-width: 100%;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .instructions-content[data-v-2fe090e2] {
  margin: 0 0 16px 0;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .instructions-content .instructions-item .instructions-item-title[data-v-2fe090e2] {
  padding: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .instructions-content .instructions-item .instructions-item-title[data-v-2fe090e2]:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #1469fc;
  border-radius: 2px;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .instructions-content .instructions-item .instructions-item-text[data-v-2fe090e2] {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdfe6;
  padding: 12px;
  line-height: 34px;
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
  word-break: break-word;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .instructions-content .instructions-item .instructions-item-text[data-v-2fe090e2] .highlight-text {
  background: #fff7d6;
  color: #7a5200;
  padding: 2px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  outline: 1px solid rgba(255, 193, 7, 0.32);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 193, 7, 0.12);
          box-shadow: 0 0 0 1px rgba(255, 193, 7, 0.12);
  font-weight: 550;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .abstract-content[data-v-2fe090e2] {
  margin: 16px 0;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .abstract-content .abstract-content-text[data-v-2fe090e2] {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  line-height: 34px;
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
  word-break: break-word;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .abstract-content .abstract-content-text[data-v-2fe090e2] .highlight-text {
  background: #fff7d6;
  color: #7a5200;
  padding: 2px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  outline: 1px solid rgba(255, 193, 7, 0.32);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 193, 7, 0.12);
          box-shadow: 0 0 0 1px rgba(255, 193, 7, 0.12);
  font-weight: 550;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .diagram-content[data-v-2fe090e2],
.formalReviewContent .formalReviewContentDetail .content-wrapper .abstractPic-content[data-v-2fe090e2] {
  padding: 12px;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .diagram-content .image-list[data-v-2fe090e2],
.formalReviewContent .formalReviewContentDetail .content-wrapper .abstractPic-content .image-list[data-v-2fe090e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .diagram-content .image-list .image-item[data-v-2fe090e2],
.formalReviewContent .formalReviewContentDetail .content-wrapper .abstractPic-content .image-list .image-item[data-v-2fe090e2] {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(33.33% - 14px);
  min-height: 200px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .diagram-content .image-list .image-item .num[data-v-2fe090e2],
.formalReviewContent .formalReviewContentDetail .content-wrapper .abstractPic-content .image-list .image-item .num[data-v-2fe090e2] {
  font-weight: 400;
  font-size: 14px;
  color: #9a9b9e;
  position: absolute;
  left: 6px;
  top: 6px;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .diagram-content .image-list .image-item[data-v-2fe090e2] img,
.formalReviewContent .formalReviewContentDetail .content-wrapper .abstractPic-content .image-list .image-item[data-v-2fe090e2] img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  border: 1px solid #dcdfe6;
  background: #f5f7fa;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .diagram-content .image-list .image-item[data-v-2fe090e2] img:hover,
.formalReviewContent .formalReviewContentDetail .content-wrapper .abstractPic-content .image-list .image-item[data-v-2fe090e2] img:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .diagram-content .image-placeholder[data-v-2fe090e2],
.formalReviewContent .formalReviewContentDetail .content-wrapper .abstractPic-content .image-placeholder[data-v-2fe090e2] {
  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;
  min-height: 300px;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .diagram-content .image-placeholder .empty-tip[data-v-2fe090e2],
.formalReviewContent .formalReviewContentDetail .content-wrapper .abstractPic-content .image-placeholder .empty-tip[data-v-2fe090e2] {
  color: #999;
  font-size: 14px;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .empty-state[data-v-2fe090e2] {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdfe6;
  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;
  min-height: 300px;
}
.formalReviewContent .formalReviewContentDetail .content-wrapper .empty-state .empty-tip[data-v-2fe090e2] {
  color: #999;
  font-size: 14px;
}
.btn[data-v-2f1ed10a] {
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.btn[data-v-2f1ed10a]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn i[data-v-2f1ed10a] {
  font-style: normal;
}
.btn.btn-primary[data-v-2f1ed10a] {
  background-color: #1469fc;
  color: #fff;
}
.btn.btn-primary[data-v-2f1ed10a]:hover:not(:disabled) {
  background-color: #0054e5;
}
.btn.btn-primary[data-v-2f1ed10a]:active {
  background-color: #0054e5;
}
.btn.btn-secondary[data-v-2f1ed10a] {
  background-color: #fff;
  color: #1469fc;
  border: 1px solid #1469fc;
}
.btn.btn-secondary[data-v-2f1ed10a]:hover:not(:disabled) {
  background-color: #ecf6ff;
}
.btn .loading-icon[data-v-2f1ed10a] {
  width: 18px;
  height: 18px;
  -webkit-animation: spin-2f1ed10a 0.3s linear infinite;
          animation: spin-2f1ed10a 0.3s linear infinite;
}
@-webkit-keyframes spin-2f1ed10a {
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-2f1ed10a {
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.reviewPageContent[data-v-5f53d6ce] {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 20px;
  min-height: 400px;
  position: relative;
}
.reviewPageContent .review-image[data-v-5f53d6ce] {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
.reviewPageContent .review-title[data-v-5f53d6ce] {
  font-size: 24px;
  font-weight: 700;
  color: #1469fc;
  margin-bottom: 12px;
}
.reviewPageContent .review-desc[data-v-5f53d6ce] {
  font-size: 14px;
  color: #6b7280;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 400px;
}
.reviewPageContent .start-btn[data-v-5f53d6ce] {
  min-width: 160px;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  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;
  gap: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(20, 105, 252, 0.3);
          box-shadow: 0 4px 12px rgba(20, 105, 252, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.reviewPageContent .start-btn[data-v-5f53d6ce]:hover:not(:disabled) {
  -webkit-box-shadow: 0 6px 16px rgba(20, 105, 252, 0.4);
          box-shadow: 0 6px 16px rgba(20, 105, 252, 0.4);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.reviewPageContent .start-btn .play-icon[data-v-5f53d6ce] {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-left: 2px;
  margin-right: 4px;
}
.resultPageContent[data-v-5f53d6ce] {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.resultPageContent .result-header[data-v-5f53d6ce] {
  background: #eff6ff;
  border: 1px solid #8dc7ff;
  border-radius: 8px;
  padding: 20px;
  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;
  margin-bottom: 16px;
}
.resultPageContent .result-header .result-header-detail .result-title[data-v-5f53d6ce] {
  font-weight: bold;
  font-size: 16px;
  color: #1469fc;
  margin-bottom: 10px;
}
.resultPageContent .result-header .result-header-detail .result-conclusion[data-v-5f53d6ce] {
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
}
.resultPageContent .result-header .result-header-detail .result-pending[data-v-5f53d6ce] {
  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: 0.25rem;
}
.resultPageContent .result-header .result-header-detail .result-pending .loader-dot[data-v-5f53d6ce] {
  width: 6px;
  height: 6px;
  background: #1469fc;
  border-radius: 50%;
  -webkit-animation: dotPulse-5f53d6ce 1.1s infinite ease-in-out;
          animation: dotPulse-5f53d6ce 1.1s infinite ease-in-out;
}
.resultPageContent .result-header .result-header-detail .result-pending .loader-dot[data-v-5f53d6ce]:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.resultPageContent .result-header .result-header-detail .result-pending .loader-dot[data-v-5f53d6ce]:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.resultPageContent .result-header .result-header-detail .result-pending .loader-dot[data-v-5f53d6ce]:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.resultPageContent .result-header .result-header-detail .result-pending .loading-text[data-v-5f53d6ce] {
  color: #2b2b2b;
  font-size: 14px;
}
.resultPageContent .result-content[data-v-5f53d6ce] {
  width: 100%;
  height: calc(100% - 112px);
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #8dc7ff;
  overflow: hidden;
  overflow-y: auto;
  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-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 16px;
}
.resultPageContent .result-content .problem-count[data-v-5f53d6ce] {
  margin-left: 10px;
  color: #9a9dad;
  font-size: 13px;
}
.resultPageContent .result-content .result-content-body[data-v-5f53d6ce] {
  overflow: auto;
  max-height: 100%;
}
.resultPageContent .result-content .result-content-body .check-type-section[data-v-5f53d6ce] {
  margin-bottom: 24px;
}
.resultPageContent .result-content .result-content-body .check-type-section[data-v-5f53d6ce]:last-child {
  margin-bottom: 0;
}
.resultPageContent .result-content .result-content-body .check-type-section .result-content-title i[data-v-5f53d6ce] {
  font-size: 27px;
  color: #1469fc;
  vertical-align: -5px;
}
.resultPageContent .result-content .result-content-body .check-type-section .result-content-title[data-v-5f53d6ce] {
  font-weight: 400;
  font-size: 15px;
  color: #2b2b2b;
  padding: 2px 20px;
  margin: 13px 0;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-header[data-v-5f53d6ce] {
  padding: 12px 20px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #2b2b2b;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-header .ak-tooltip[data-v-5f53d6ce] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-header .section-sub[data-v-5f53d6ce] {
  color: #6b7280;
  font-weight: 400;
  font-size: 13px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content[data-v-5f53d6ce] {
  padding: 0 20px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent[data-v-5f53d6ce] {
  width: 100%;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  color: #2b2b2b;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-pending[data-v-5f53d6ce] {
  background: #eff6ff;
  color: #2b2b2b;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-processing[data-v-5f53d6ce] {
  background: #eff6ff;
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-processing .loading-icon[data-v-5f53d6ce] {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error[data-v-5f53d6ce] {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #eb4646;
  text-align: left;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item[data-v-5f53d6ce] {
  margin-bottom: 12px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item[data-v-5f53d6ce]:last-child {
  margin-bottom: 0;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item .error-desc[data-v-5f53d6ce] {
  font-size: 14px;
  color: #eb4646;
  margin: 0 5px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item .error-location[data-v-5f53d6ce] {
  font-size: 14px;
  color: #1469fc;
  cursor: pointer;
  margin-left: 4px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item .error-location[data-v-5f53d6ce]:hover {
  font-weight: bold;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-success[data-v-5f53d6ce] {
  background: #eff6ff;
  color: #2b2b2b;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-failed[data-v-5f53d6ce] {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #eb4646;
  text-align: left;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-failed .failed-text[data-v-5f53d6ce] {
  font-size: 14px;
  color: #eb4646;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-failed .retry-link[data-v-5f53d6ce] {
  font-size: 14px;
  color: #1469fc;
  cursor: pointer;
  margin-left: 4px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-failed .retry-link[data-v-5f53d6ce]:hover {
  text-decoration: underline;
}
.resultPageContent .result-content .result-content-body .check-type-section .no-check-items[data-v-5f53d6ce] {
  padding: 20px;
  text-align: center;
}
.resultPageContent .result-content .result-content-body .check-type-section .no-check-items .no-check-items-text[data-v-5f53d6ce] {
  color: #9a9dad;
  font-size: 14px;
}
.resultPageContent .data-loading[data-v-5f53d6ce] {
  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;
  padding: 40px 20px;
  gap: 8px;
  color: #2b2b2b;
  font-size: 14px;
}
.resultPageContent .data-loading .loading-icon[data-v-5f53d6ce] {
  width: 16px;
  height: 16px;
}
.resultPageContent .no-data[data-v-5f53d6ce] {
  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;
  padding: 40px 20px;
}
.resultPageContent .no-data .no-data-text[data-v-5f53d6ce] {
  color: #9a9dad;
  font-size: 14px;
}
@-webkit-keyframes loadingDots-5f53d6ce {
0%, 20% {
    opacity: 0.5;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
50% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
100% {
    opacity: 0.5;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes loadingDots-5f53d6ce {
0%, 20% {
    opacity: 0.5;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
50% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
100% {
    opacity: 0.5;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@-webkit-keyframes dotPulse-5f53d6ce {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
@keyframes dotPulse-5f53d6ce {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
.guide-select[data-v-24457390] {
  width: 100%;
  margin-bottom: 0;
}
.guide-select .tab-select[data-v-24457390] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guide-select .tab-select .tab-select-row[data-v-24457390] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  color: #1469fc;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  margin-right: 8px;
  margin-bottom: 8px;
  background: #e0edfa;
}
.guide-select .tab-select .tab-select-row span[data-v-24457390] {
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 4px;
}
.guide-select .tab-select .tab-select-row i[data-v-24457390] {
  font-size: 10px;
  cursor: pointer;
  color: #2b2b2b;
}
.guide-select .guide-select-input[data-v-24457390] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 8px;
}
.guide-select .guide-select-input[data-v-24457390] .ak-form-input {
  width: 95% !important;
  height: 36px;
  border-radius: 8px;
}
.guide-select .guide-select-input[data-v-24457390] .ak-form-input .ak-input-control {
  border: none !important;
  height: 36px !important;
  line-height: 36px !important;
  padding: 8px 12px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.guide-select .guide-select-input .confirm-select-btn[data-v-24457390] {
  width: auto !important;
  border-radius: 8px;
  color: #1469fc;
  padding: 0 10px !important;
  width: 72px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #e7e9f4 !important;
  border: none;
}
.guide-select .guide-select-input .confirm-select-btn[data-v-24457390]:hover {
  color: #1469fc;
}
.guide-select .guide-select-input .icon-search[data-v-24457390] {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.guide-select .guide-select-input .search-list[data-v-24457390] {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  max-height: 220px;
  overflow-y: auto;
  border-radius: 2px;
  border: 1px solid #ccc;
  z-index: 1000;
  background-color: #fff;
}
.guide-select .guide-select-input .search-list .search-item[data-v-24457390] {
  margin: 1px 0;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guide-select .guide-select-input .search-list .search-item[data-v-24457390]:hover {
  background: #e0edfa;
}
.review-progress[data-v-1c02e152] {
  height: 100%;
  width: 90%;
  margin: 0 auto;
}
.review-progress .error-box[data-v-1c02e152] {
  height: 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;
  border-radius: 4px;
  color: #fa8c16;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.review-progress .error-box .error-link[data-v-1c02e152] {
  color: #1469fc;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 2px;
}
.review-progress .error-box .error-link[data-v-1c02e152]:hover {
  color: #0056d6;
}
.review-progress .progress-box[data-v-1c02e152] {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  caret-color: transparent;
}
.review-progress .progress-box .img[data-v-1c02e152] {
  margin-bottom: 32px;
}
.review-progress .progress-box .progress-bar[data-v-1c02e152] {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
}
.review-progress .progress-box .progress-track[data-v-1c02e152] {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #f5f5f5;
  border-radius: 100px;
  overflow: hidden;
}
.review-progress .progress-box .progress-fill[data-v-1c02e152] {
  height: 100%;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, right top, from(#d5e9ff), color-stop(60%, #1469fc), to(#1469fc));
  background: linear-gradient(90deg, #d5e9ff 0%, #1469fc 60%, #1469fc 100%);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.review-progress .progress-box .text[data-v-1c02e152] {
  margin-top: 16px;
  font-size: 16px;
}
.review-progress .progress-box .text .per[data-v-1c02e152] {
  color: #1469fc;
}
.review-progress .progress-box .text .loading-dot[data-v-1c02e152] {
  color: #1469fc;
  -webkit-animation: loadingAnimation-1c02e152 1.5s infinite;
          animation: loadingAnimation-1c02e152 1.5s infinite;
  margin-left: 4px;
}
@-webkit-keyframes loadingAnimation-1c02e152 {
0%, 20% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes loadingAnimation-1c02e152 {
0%, 20% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.est-nonstandard-form[data-v-34f22b88] {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
}
.est-nonstandard-form .form-title[data-v-34f22b88] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 32px;
  text-align: center;
}
.est-nonstandard-form .estNonstandardForm[data-v-34f22b88] {
  width: 100%;
  max-width: 700px;
}
.est-nonstandard-form .title-input-form[data-v-34f22b88] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 28px;
}
.est-nonstandard-form .title-input-form[data-v-34f22b88] .ak-form-label {
  width: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-bottom: 8px;
}
.est-nonstandard-form .title-input-form[data-v-34f22b88] .ak-form-box {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.est-nonstandard-form .title-input-form[data-v-34f22b88] .ak-form-box .ak-input-control {
  margin-left: 2px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.est-nonstandard-form .title-input-form[data-v-34f22b88] .ak-form-box .ak-input-control:hover {
  border-color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-34f22b88] .ak-form-box .ak-input-control:focus {
  border-color: #409eff !important;
  outline: none;
}
.est-nonstandard-form .title-input-form[data-v-34f22b88] .ak-form-box .ak-input-control::-webkit-input-placeholder {
  color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-34f22b88] .ak-form-box .ak-input-control::-moz-placeholder {
  color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-34f22b88] .ak-form-box .ak-input-control:-ms-input-placeholder {
  color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-34f22b88] .ak-form-box .ak-input-control::-ms-input-placeholder {
  color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-34f22b88] .ak-form-box .ak-input-control::placeholder {
  color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-34f22b88] .ak-form-tips {
  top: unset;
  bottom: -24px !important;
  font-size: 13px;
}
.est-nonstandard-form .form-button[data-v-34f22b88] {
  text-align: center;
  margin-top: 16px;
  width: 100%;
}
.est-nonstandard-form[data-v-34f22b88] .ak-form-item-error .ak-input-control {
  border-color: #f56c6c !important;
  color: #31364e !important;
}
.est-nonstandard-form.processing[data-v-34f22b88] {
  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;
  min-height: 400px;
}
.template-doc-wrap[data-v-70d9299e] {
  position: relative;
  max-width: 682px;
  margin: 0 auto;
  background-color: #fff;
  padding: 26px 56px;
}
.template-doc-wrap .temp-head[data-v-70d9299e] {
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #9a9dad;
  letter-spacing: 1rem;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #dcdfe6;
}
.template-doc-wrap .temp-title[data-v-70d9299e] {
  padding-top: 30px;
  padding-bottom: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5rem;
}
.template-doc-wrap .temp-sub-title[data-v-70d9299e] {
  text-align: center;
  padding-bottom: 12px;
}
.template-doc-wrap .paragraph-list div[data-v-70d9299e] {
  line-height: 2;
}
.template-doc-wrap .paragraph-list .paragraph-item .paragraph-title[data-v-70d9299e] {
  font-size: 16px;
  font-weight: bold;
}
.template-doc-wrap .paragraph-list .paragraph-item .paragraph-info[data-v-70d9299e] {
  text-indent: 2rem;
}
.template-doc-wrap .paragraph-list .paragraph-item .child-list .child-item .child-title[data-v-70d9299e] {
  text-indent: 2rem;
  font-weight: bold;
}
.template-doc-wrap .paragraph-list .paragraph-item .child-list .child-item .child-info[data-v-70d9299e] {
  text-indent: 2rem;
}
.pat-info .pat-status .pat-serial[data-v-1efa56fc] {
  margin-right: 7px;
}
.pat-info .pat-status .pat-pns[data-v-1efa56fc] {
  margin-right: 14px;
  cursor: pointer;
}
.pat-info .pat-status .status-tag[data-v-1efa56fc] {
  margin: 0 14px 0 0;
}
.pat-info .pat-title[data-v-1efa56fc] {
  display: inline-block;
  font-size: 16px;
  margin: 7px 0;
  cursor: pointer;
}
.pat-info .pat-kv[data-v-1efa56fc] {
  padding: 3px 0;
}
.pat-info .pat-kv .date[data-v-1efa56fc] {
  margin-right: 42px;
}
.pat-info .pat-kv .semicolon[data-v-1efa56fc] {
  margin-right: 7px;
}
.pat-info .pat-abstract[data-v-1efa56fc] {
  margin: 7px 0 7px 0;
}
.status-tag[data-v-c56a11a2] {
  border-radius: 2px;
  font-size: 12px;
  padding: 2px 6px;
  margin: 0 2px 3px;
  display: inline-block;
  white-space: nowrap;
  line-height: 1.4;
}
.status-tag.patent-label[data-v-c56a11a2] {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.status-tag.effective[data-v-c56a11a2] {
  color: #ffffff;
  background-color: #15cf5a;
}
.status-tag.invalid[data-v-c56a11a2] {
  color: #ffffff;
  background-color: #565f7c;
}
.status-tag.examine[data-v-c56a11a2] {
  color: #ffffff;
  background-color: #1f93f6;
}
.status-tag.law-event[data-v-c56a11a2] {
  color: #ffffff;
  background-color: #15cf5a;
}
.status-list[data-v-c56a11a2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.td-dot.effective[data-v-c56a11a2]:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 4px;
  background-color: #15cf5a;
}
.td-dot.invalid[data-v-c56a11a2]:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 4px;
  background-color: #565f7c;
}
.td-dot.examine[data-v-c56a11a2]:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 4px;
  background-color: #1f93f6;
}
.similar-patents-wrap[data-v-04d1654a] {
  position: relative;
  width: 280px;
  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;
}
.similar-patents-wrap.agent .similar-body[data-v-04d1654a] {
  height: calc(100% - 71px);
}
.similar-patents-wrap.applicant .similar-body[data-v-04d1654a] {
  height: calc(100% - 96px);
}
.similar-patents-wrap.details .similar-body[data-v-04d1654a], .similar-patents-wrap.write .similar-body[data-v-04d1654a] {
  height: calc(100% - 52px);
}
.similar-patents-wrap .similar-head[data-v-04d1654a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 16px;
  height: 32px;
}
.similar-patents-wrap .similar-head .head-tag[data-v-04d1654a] {
  width: 4px;
  height: 16px;
  margin-top: 2px;
  margin-right: 8px;
  background-color: #1469fc;
}
.similar-patents-wrap .similar-head .head-title[data-v-04d1654a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
.similar-patents-wrap .tab-button[data-v-04d1654a] {
  margin-left: 16px;
  margin-bottom: 16px;
}
.similar-patents-wrap .similar-body[data-v-04d1654a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow-y: hidden;
  overflow-y: auto;
  padding: 0 16px;
}
.similar-patents-wrap .similar-body.has-scroll[data-v-04d1654a] {
  padding-right: 8px;
}
.similar-patents-wrap .similar-body .pat-item[data-v-04d1654a] {
  padding-bottom: 28px;
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 16px;
  cursor: pointer;
}
.similar-patents-wrap .similar-body .pat-item .item-head[data-v-04d1654a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.similar-patents-wrap .similar-body .pat-item .item-head .item-similar[data-v-04d1654a] {
  padding: 0 8px;
  border-radius: 2px;
  margin-right: 4px;
  height: 20px;
  line-height: 20px;
}
.similar-patents-wrap .similar-body .pat-item .item-head .item-ipc[data-v-04d1654a] {
  background-color: rgba(20, 105, 252, 0.1215686275);
  color: #1469fc;
  font-size: 12px;
  border-radius: 2px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 8px;
  margin-right: 4px;
}
.similar-patents-wrap .similar-body .pat-item .item-head .status-tag[data-v-04d1654a] {
  margin: 0;
}
.similar-patents-wrap .similar-body .pat-item .item-title[data-v-04d1654a] {
  color: #2b2b2b;
  margin: 4px 0;
}
.similar-patents-wrap .similar-body .pat-item .item-info[data-v-04d1654a] {
  padding: 2px 0;
}
.pat-info .pat-status .pat-serial[data-v-472314e8] {
  margin-right: 7px;
}
.pat-info .pat-status .pat-pns[data-v-472314e8] {
  margin-right: 14px;
  cursor: pointer;
}
.pat-info .pat-status .status-tag[data-v-472314e8] {
  margin: 0 14px 0 0;
}
.pat-info .pat-title[data-v-472314e8] {
  display: inline-block;
  font-size: 16px;
  margin: 7px 0;
  cursor: pointer;
}
.pat-info .pat-kv[data-v-472314e8] {
  padding: 3px 0;
}
.pat-info .pat-kv .date[data-v-472314e8] {
  margin-right: 42px;
}
.pat-info .pat-kv .semicolon[data-v-472314e8] {
  margin-right: 7px;
}
.pat-info .pat-abstract[data-v-472314e8] {
  margin: 7px 0 7px 0;
}
.renderContainer[data-v-3bffc30a] {
  height: 100%;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renderContainer[data-v-3bffc30a] .docx-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 10px 0 !important;
  background: #fff !important;
}
.renderContainer[data-v-3bffc30a] .docx-wrapper .docx {
  width: 100% !important;
  max-width: 682px;
  min-width: 512px;
  margin-bottom: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0px !important;
}
.renderContainer[data-v-3bffc30a] .docx-wrapper .docx_a4 {
  width: 100% !important;
  border: 0px !important;
}
.renderContainer[data-v-3bffc30a] .docx-wrapper .docx_a8 div {
  width: 100% !important;
}
.renderContainer[data-v-3bffc30a] .docx-wrapper p span div {
  width: 100% !important;
}
.renderContainer[data-v-3bffc30a] .docx-wrapper img {
  max-width: 100%;
  width: auto !important;
}
.renderContainer .previewPDFPreview[data-v-3bffc30a] {
  position: relative;
}
.Graphic-Top[data-v-0e27cbfc] {
  position: fixed;
}
.Graphic-Top .center-aot[data-v-0e27cbfc] .ak-icon {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  font-size: 18px;
  border: 1px solid #e3e4ec;
  border-radius: 0 3px 3px 0;
  text-align: center;
  line-height: 30px;
  color: #9a9dad;
  padding: 0;
  font-weight: 700;
  margin-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}
.Graphic-Top .center-aot[data-v-0e27cbfc] .ak-icon.active {
  color: #1469FC;
}
.Graphic-Top .center-aot[data-v-0e27cbfc] .ak-icon:hover {
  color: #0054e5;
}
.Graphic-Top .center-aot[data-v-0e27cbfc] .ak-icon .ak-icon-tips {
  left: auto;
  right: 34px;
  top: 0;
  background: #9a9dad;
  color: #fff;
}
.Graphic-Top .center-aot[data-v-0e27cbfc] .ak-icon .remind-dot {
  position: absolute;
}

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

.ak-compare[data-v-224b34b1] {
  position: relative;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #31364e;
  background-color: #ffffff;
}
.ak-compare .ak-compare-select[data-v-224b34b1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 135px;
  height: 38px;
  padding: 0 7px;
  margin: 0 14px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  background-color: #ffffff;
}
.ak-compare .ak-compare-select span[data-v-224b34b1] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ak-compare .ak-compare-select.only[data-v-224b34b1] {
  cursor: default;
}
.ak-compare .ak-compare-select.only[data-v-224b34b1]:hover {
  background-color: #ffffff;
}
.ak-compare .ak-compare-select[data-v-224b34b1]:hover {
  background-color: #e7e9f4;
}
.ak-compare .ak-compare-select:hover .ak-compare-down[data-v-224b34b1] {
  display: block;
}
.ak-compare .ak-compare-select:hover .icon-arrow[data-v-224b34b1] {
  -webkit-transform: translateY(0) rotate(180deg);
          transform: translateY(0) rotate(180deg);
}
.ak-compare .ak-compare-select .remind-dot[data-v-224b34b1] {
  margin-top: 0;
  margin-bottom: 6px;
}
.ak-compare .ak-compare-select .icon-arrow[data-v-224b34b1] {
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 5px;
}
.ak-compare .ak-compare-select .ak-compare-down[data-v-224b34b1] {
  background-color: #ffffff;
  display: none;
  position: absolute;
  right: 34px;
  top: 40px;
  background: #fff;
  z-index: 3;
}
.ak-compare .ak-compare-select .ak-compare-down .ak-compare-box[data-v-224b34b1] {
  border-color: #dcdfe6;
  margin-top: 4px;
  border: 1px solid #ccc;
  border-radius: 2px;
  max-height: 200px;
  overflow-y: auto;
}
.ak-compare .ak-compare-select .ak-compare-down .ak-compare-tips[data-v-224b34b1] {
  margin: 7px 15px;
  cursor: default;
}
.ak-compare .ak-compare-select .ak-compare-down .ak-compare-item[data-v-224b34b1] {
  background-color: #ffffff;
  padding: 0 15px;
  margin: 2px 0;
  background: #ddd;
  height: 35px;
  line-height: 35px;
}
.ak-compare .ak-compare-select .ak-compare-down .ak-compare-item.active[data-v-224b34b1], .ak-compare .ak-compare-select .ak-compare-down .ak-compare-item[data-v-224b34b1]:hover {
  background-color: #e7e9f4;
}
.ak-compare[data-v-224b34b1] .ak-tooltip {
  margin-right: 40px;
}
.ak-compare[data-v-224b34b1] .ak-tooltip .del-tips {
  color: #ffe6e6;
  text-decoration: line-through;
}
.ak-compare[data-v-224b34b1] .ak-tooltip .add-tips {
  color: #e6ffe6;
  text-decoration: underline;
}
.familyTable .table-hover tr:hover a[data-v-08849028]:not(.family-pn) {
  color: #006dd3;
}
.familyTable .family-pn[data-v-08849028] {
  color: #006dd3;
}
.familyTable .family-title[data-v-08849028] {
  color: #006dd3;
}
.familyTable .family-hover .hover-show[data-v-08849028] {
  display: none;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  color: #9a9dad;
}
.familyTable .family-hover:hover .hover-show[data-v-08849028] {
  display: inline-block;
  margin-left: 10px;
}
.history-copy-btn[data-v-08849028] {
  cursor: pointer;
}
.loading-more[data-v-08849028] {
  position: relative;
  height: 0;
  line-height: 50px;
  top: -50px;
  text-align: center;
  cursor: pointer;
}
.loading-more span[data-v-08849028] {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: loadingMore-08849028 0.8s infinite linear;
          animation: loadingMore-08849028 0.8s infinite linear;
  position: relative;
  top: -5px;
}
@-webkit-keyframes loadingMore-08849028 {
0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
}
}
@keyframes loadingMore-08849028 {
0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
}
}
.detail-loading-more[data-v-08849028] {
  height: 50px;
}
.detail-loading-more .total[data-v-08849028] {
  padding-top: 10px;
}
.ak-details-claims[data-v-260cc025] {
  margin-bottom: 30px;
}
.ak-details-claims .claims-title[data-v-260cc025] {
  display: inline-block;
  margin-bottom: 7px;
  padding: 3px 8px 3px 0;
  font-size: 18px;
  font-weight: bold;
}
.ak-details-claims .claims-title.pd[data-v-260cc025] {
  padding: 5px 14px;
}
.ak-details-claims .claims-text[data-v-260cc025] {
  line-height: 20px;
  word-break: break-word;
}
.details-translate-icon[data-v-260cc025] {
  display: inline-block;
  font-size: 20px;
  margin: 7px 0;
  cursor: pointer;
}
.details-translate-text[data-v-260cc025] {
  padding: 7px;
  font-size: 14px;
  background-color: #EDEFF4 !important;
  border-radius: 2px;
}
.ak-details-description[data-v-8af24278]:last-child {
  margin-bottom: 80px;
}
.ak-details-description .description-card[data-v-8af24278] {
  margin-top: 7px;
}
.ak-details-description .description-card .card-title[data-v-8af24278] {
  font-size: 18px;
  font-weight: bold;
}
.ak-details-description .description-card .card-info[data-v-8af24278] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ak-details-description .description-card .card-info .card-number[data-v-8af24278] {
  width: 100px;
  color: #9A9DAD;
  padding: 2px 0;
}
.ak-details-description .description-card .card-info .card-text[data-v-8af24278] {
  word-break: break-word;
}
.ak-details-description .description-card .card-info .card-text-box[data-v-8af24278] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ak-details-description[data-v-8af24278]:first-child {
  margin-top: 0 !important;
}
.details-translate-icon[data-v-8af24278] {
  display: inline-block;
  font-size: 20px;
  margin: 7px 0;
  cursor: pointer;
}
.details-translate-text[data-v-8af24278] {
  padding: 7px;
  font-size: 14px;
  background-color: #EDEFF4 !important;
  border-radius: 2px;
}
.detail-citation .detail-citation__box[data-v-3999c64b] {
  position: relative;
}
.detail-citation .detail-citation__box .checkbox-group[data-v-3999c64b] {
  padding: 24px 14px 12px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-citation .detail-citation__box .checkbox-group[data-v-3999c64b] .ak-checkbox.disabled {
  opacity: 1;
}
.detail-citation .detail-citation__box .checkbox-group[data-v-3999c64b] label {
  margin-right: 40px;
}
.detail-citation .detail-citation__box .citation-main[data-v-3999c64b] {
  border: 1px solid #dcdfe6;
  padding: 20px 24px;
  margin: 0 14px;
}
.detail-citation .detail-citation__box .citation-main .echarts[data-v-3999c64b] {
  width: 100%;
  margin-bottom: 24px;
}
.detail-citation .table-list i[data-v-3999c64b] {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.detail-citation .table-list .title[data-v-3999c64b] {
  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: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.detail-citation .table-list .btn[data-v-3999c64b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 134px;
}
.detail-citation .table-list .btn i[data-v-3999c64b] {
  font-size: 18px;
}
.detail-citation .table-list i.open[data-v-3999c64b] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.detail-citation .show-filed .showFiled[data-v-3999c64b] {
  display: none;
}
.detail-citation .ak-table[data-v-3999c64b] {
  overflow-x: auto;
}
.detail-citation .ak-table td[data-v-3999c64b] {
  overflow: inherit;
  white-space: inherit;
}
.detail-citation .citation-hover[data-v-3999c64b] {
  display: block;
}
.detail-citation .citation-hover:hover .hover-show[data-v-3999c64b] {
  display: inline-block;
}
.detail-citation .ak-tooltip-text[data-v-3999c64b] {
  width: 150px;
}
[data-v-3999c64b] .echarts-tooltips {
  max-width: 400px;
  white-space: normal !important;
}
[data-v-3999c64b] .echarts-tooltips p {
  word-break: break-word;
  white-space: normal;
}
[data-v-3999c64b] .echarts-tooltips li {
  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: 4px 0;
}
[data-v-3999c64b] .echarts-tooltips li .tooltips-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
[data-v-3999c64b] .echarts-tooltips li b {
  font-weight: 700;
  text-align: right;
  margin-left: 10px;
}
[data-v-3999c64b] .echarts-tooltips.tooltip-size-12 {
  font-size: 12px;
}
[data-v-3999c64b] .echarts-tooltips.tooltip-size-12 li {
  line-height: 18px;
}
[data-v-3999c64b] .echarts-tooltips.tooltip-size-12 li b {
  font-size: 14px;
}
[data-v-3999c64b] .echarts-tooltips.tooltip-size-14 {
  font-size: 14px;
}
[data-v-3999c64b] .echarts-tooltips.tooltip-size-14 li {
  line-height: 19px;
}
[data-v-3999c64b] .echarts-tooltips.tooltip-size-14 li b {
  font-size: 16px;
}
[data-v-3999c64b] .echarts-tooltips.tooltip-size-16 {
  font-size: 16px;
}
[data-v-3999c64b] .echarts-tooltips.tooltip-size-16 li {
  line-height: 20px;
}
[data-v-3999c64b] .echarts-tooltips.tooltip-size-16 li b {
  font-size: 18px;
}
[data-v-3999c64b] .echarts-tooltips.tooltip-size-18 {
  font-size: 18px;
}
[data-v-3999c64b] .echarts-tooltips.tooltip-size-18 li {
  line-height: 21px;
}
[data-v-3999c64b] .echarts-tooltips.tooltip-size-18 li b {
  font-size: 20px;
}
[data-v-3999c64b] .echarts-tooltips.tooltip-size-20 {
  font-size: 20px;
}
[data-v-3999c64b] .echarts-tooltips.tooltip-size-20 li {
  line-height: 22px;
}
[data-v-3999c64b] .echarts-tooltips.tooltip-size-20 li b {
  font-size: 22px;
}
.echarts-radar[data-v-4025bb00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.echarts-radar .info-desc[data-v-4025bb00] {
  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;
}
.echarts-radar .info-desc .label[data-v-4025bb00] {
  color: #9a9dad;
}
.echarts-radar .info-desc .icount[data-v-4025bb00] {
  font-weight: bold;
  margin-left: 5px;
  color: rgb(60, 212, 153);
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}
.info-popover[data-v-87d7b922] {
  width: 300px;
}
.info-popover .title[data-v-87d7b922] {
  padding: 5px 0;
  font-size: 14px;
}
.info-popover .click-list-wrapper[data-v-87d7b922] {
  border: 1px solid;
  border-color: #DCDFE6 !important;
}
.info-popover .click-list-wrapper .item[data-v-87d7b922] {
  font-size: 12px;
}
.info-popover .click-list-wrapper .item .label[data-v-87d7b922] {
  text-align: right;
  width: 80px;
  padding: 4px 8px;
  border-bottom: 1px solid #fff;
  background-color: #E1E5EE !important;
}
.info-popover .click-list-wrapper .item .value[data-v-87d7b922] {
  padding: 4px 8px;
}
.info-popover .click-list-wrapper .item:last-child .label[data-v-87d7b922] {
  border-bottom: none;
}
.info-popover .click-list-wrapper .info-search[data-v-87d7b922] {
  color: #006DD3 !important;
}
.readmark-addbtn[data-v-18280024] {
  position: fixed;
  z-index: 99999;
}
.readmark-addbtn .text[data-v-18280024] {
  vertical-align: top;
  display: inline-block;
}
.readmark-addbtn .icon[data-v-18280024] {
  vertical-align: top;
  display: inline-block;
  margin-right: 4px;
}
.readmark-popup[data-v-19f4861f] {
  width: 0;
  position: relative;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.readmark-popup .option-btn[data-v-19f4861f] {
  position: relative;
  width: 96px;
  height: 48px;
  line-height: 48px;
  -webkit-box-shadow: 2px 2px 16px 0px rgba(49, 54, 78, 0.24);
          box-shadow: 2px 2px 16px 0px rgba(49, 54, 78, 0.24);
  background-color: #FFFFFF;
  border-radius: 24px 0px 0px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
  position: absolute;
  right: 0;
  top: 70px;
  cursor: pointer;
  z-index: 2;
}
.readmark-popup .option-btn .btn-ico[data-v-19f4861f] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-top: -2px;
}
.readmark-popup .option-btn .text[data-v-19f4861f] {
  margin-left: 6px;
}
.readmark-popup .option-btn .remind-dot[data-v-19f4861f] {
  position: absolute;
  top: 8px;
  right: 4px;
}
.readmark-popup.open[data-v-19f4861f] {
  border-left: 1px solid;
  width: 412px;
}
.readmark-popup.open .option-btn[data-v-19f4861f] {
  width: 20px;
  height: 40px;
  line-height: 40px;
  right: auto;
  left: -21px;
  padding: 0;
  border-radius: 2px;
  text-align: center;
}
.readmark-popup.open .option-btn .btn-ico[data-v-19f4861f] {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@charset "UTF-8";
.compareBox[data-v-433b4db0] {
  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;
  overflow: hidden;
}
.compareBox .detailTabs[data-v-433b4db0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  min-height: 0;
}
.compareBox .detailTabs .custom-tabs-header[data-v-433b4db0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 0;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
}
.compareBox .detailTabs .custom-tabs-header .custom-tab-item[data-v-433b4db0] {
  position: relative;
  padding: 0 7px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  height: 100%;
  font-size: 14px;
  color: #31364e;
}
.compareBox .detailTabs .custom-tabs-header .custom-tab-item .tab-label[data-v-433b4db0] {
  position: relative;
  display: inline-block;
  line-height: 38px;
}
.compareBox .detailTabs .custom-tabs-header .custom-tab-item .remind-dot[data-v-433b4db0] {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 6px;
  height: 6px;
  background-color: #ff5e68;
  border-radius: 50%;
  margin-left: 4px;
}
.compareBox .detailTabs .custom-tabs-header .custom-tab-item[data-v-433b4db0]:first-child {
  margin-left: 7px;
}
.compareBox .detailTabs .custom-tabs-header .custom-tab-item.active .tab-label[data-v-433b4db0] {
  font-weight: bold;
  color: #31364e;
}
.compareBox .detailTabs .custom-tabs-header .custom-tab-item.active[data-v-433b4db0]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  right: 0;
  height: 2px;
  background-color: #1469fc;
  z-index: 2;
}
.compareBox .detailTabs .custom-tabs-header .custom-tab-item.disabled[data-v-433b4db0] {
  cursor: not-allowed;
  opacity: 0.5;
  color: #ccc;
}
.compareBox .detailTabs .custom-tabs-header .custom-tab-item.disabled .tab-label[data-v-433b4db0] {
  color: #ccc;
}
.compareBox .detailTabs .custom-tabs-header .tabs-divider[data-v-433b4db0] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e0e7ed;
  z-index: 1;
}
.compareBox .detailTabs .custom-tabs-content[data-v-433b4db0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
  position: relative;
}
.compareBox .detailTabs .custom-tabs-content .tab-pane-content[data-v-433b4db0] {
  height: 100%;
}
.txtDetail[data-v-433b4db0] {
  min-height: 350px;
  padding: 0;
  padding-bottom: 80px;
}
.txtDetail.pat-source[data-v-433b4db0] {
  padding-bottom: 0;
}
.txtDetail.table-column[data-v-433b4db0] {
  min-height: auto;
  position: relative;
}
.txtDetail.table-column .dark-mode[data-v-433b4db0] {
  -webkit-transform: translateX(0px) translateZ(90px);
          transform: translateX(0px) translateZ(90px);
  z-index: 101;
}
.txtDetail .lineTitleTabs[data-v-433b4db0] {
  padding: 0 7px;
}
.txtDetail .info-key[data-v-433b4db0] {
  color: #9a9dad;
  font-size: 14px;
  width: 180px;
}
.txtDetail .info-value[data-v-433b4db0] {
  color: #31364e;
  font-size: 14px;
}
.txtDetail .info-value .hover-show[data-v-433b4db0] {
  display: none;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  color: #9a9dad;
}
.txtDetail .info-value:hover .hover-show[data-v-433b4db0] {
  margin-left: 10px;
  display: inline-block;
}
.txtDetail .info-item[data-v-433b4db0] {
  margin: 8px 0;
  padding: 0 7px 0 14px;
  word-break: break-all;
}
.txtDetail .info-item .info-item-index[data-v-433b4db0] {
  width: 22px;
  font-weight: bold;
  padding-top: 8px;
}
.txtDetail .info-item .timeline-wrapper .timeline-item .timeline-box .timeline-circle.outer[data-v-433b4db0] {
  top: 10px;
}
.txtDetail .column-count-2[data-v-433b4db0] {
  -webkit-column-rule: none;
     -moz-column-rule: none;
          column-rule: none;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
}
.txtDetail .column-count-2 .info-item[data-v-433b4db0] {
  margin: 0 0 0.6em 0;
}
.txtDetail .info-title[data-v-433b4db0] {
  color: #31364e;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 5px 7px 5px 14px;
  font-size: 18px;
  background-color: rgba(231, 233, 244, 0.4);
}
.txtDetail .info-title.nobg[data-v-433b4db0] {
  background-color: transparent !important;
}
.txtDetail .info-flex1[data-v-433b4db0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.txtDetail .info-cell .info-search[data-v-433b4db0] {
  position: relative;
  cursor: pointer;
  margin-right: 7px;
}
.txtDetail .info-cell .info-search[data-v-433b4db0]:hover {
  color: #1f93f6;
}
.txtDetail .applicants-list[data-v-433b4db0] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
  margin-bottom: 4px;
  vertical-align: top;
}
.txtDetail .applicants-list .history-copy-btn[data-v-433b4db0] {
  cursor: pointer;
  color: #1469fc;
  font-size: 12px;
  padding: 0 6px;
  line-height: 20px;
  display: none;
}
.txtDetail .applicants-list:hover .history-copy-btn[data-v-433b4db0] {
  display: inline-block;
}
.txtDetail .info-box[data-v-433b4db0] {
  position: relative;
}
.txtDetail .info-box:hover .dark-mode[data-v-433b4db0] {
  display: block;
}
.txtDetail .info-box.info-box-nocss:hover .dark-mode[data-v-433b4db0] {
  display: none;
}
.txtDetail .details-infos[data-v-433b4db0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.txtDetail .details-infos .details-text[data-v-433b4db0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.txtDetail .details-infos .details-text .info-cells[data-v-433b4db0] {
  margin: 20px 0 12px;
}
.txtDetail .details-infos .details-text .info-cells .remind-dot[data-v-433b4db0] {
  margin: 0 0 10px 0;
}
.txtDetail .details-infos .details-text .info-cells .info-item-wrapper .info-item .img-container[data-v-433b4db0] {
  float: right;
  clear: both;
  border: 1px solid #ccc;
  width: 175px;
  height: 175px;
  margin: 4px 0 4px 20px;
  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;
}
.txtDetail .details-infos .details-text .info-cells .info-item-wrapper .info-item .img-container .detail-img[data-v-433b4db0] {
  max-width: 175px;
  max-height: 175px;
  cursor: pointer;
}
.txtDetail .details-infos .details-text .info-cells .info-item-wrapper .info-item .radar-wrapper[data-v-433b4db0] {
  width: 177px;
  line-height: 25px;
  text-align: center;
  float: right;
  font-size: 14px;
  font-weight: normal;
  margin-top: 9px;
}
.txtDetail .details-infos .details-text .info-cells .info-item-wrapper .info-item .radar-wrapper .count[data-v-433b4db0] {
  font-weight: bold;
  margin-left: 5px;
}
.txtDetail .details-infos .details-text .abstract-tag .info-title[data-v-433b4db0] {
  background-color: transparent !important;
}
.txtDetail .details-infos .details-bar[data-v-433b4db0] {
  display: none;
  margin-top: 36px;
  margin-left: 15px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
.txtDetail .details-infos .details-bar .details-wrapper[data-v-433b4db0] {
  position: fixed;
}
.txtDetail .details-infos .details-bar .details-wrapper.report-center-container[data-v-433b4db0], .txtDetail .details-infos .details-bar .details-wrapper.bar-center[data-v-433b4db0] {
  height: auto;
  padding: 0;
  padding-top: 15px;
  background-color: transparent !important;
}
.txtDetail .details-infos .details-bar .details-wrapper .label-btn .ak-btn[data-v-433b4db0] {
  width: 88px;
}
.txtDetail .details-classify[data-v-433b4db0] {
  margin: 5px 0;
}
.txtDetail .dark-mode[data-v-433b4db0] {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 420px;
  margin: 2px 0;
  z-index: 3;
}
.txtDetail .dark-mode.isLeft[data-v-433b4db0] {
  left: auto;
  right: 0;
}
.txtDetail .dark-mode.isTop[data-v-433b4db0] {
  bottom: 100%;
  top: auto;
}
.txtDetail .detail-content[data-v-433b4db0] {
  margin: 5px 0;
}
.pdfRead[data-v-433b4db0] {
  width: 100%;
  height: calc(100vh - 116px);
  padding-top: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pdfRead ul[data-v-433b4db0] {
  width: 100%;
  height: 100%;
}
.pdfRead ul li[data-v-433b4db0] {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #dde5eb;
  position: relative;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pdfRead ul li img[data-v-433b4db0] {
  max-width: 100%;
}
.pdfRead ul li .full-screen[data-v-433b4db0] {
  position: absolute;
  right: 14px;
  top: 0;
  display: block;
  width: 32px;
  height: 32px;
  z-index: 20;
  font-size: 1px;
  text-indent: -999px;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAABCElEQVQoU2NgIAz+v4PCOrhIHUwMwn0CgpfmMijB9ShdnA0RhSh4BILfjvwXhpvA920PRBTCfXBp1sfD/x/+OwBR8p/v3/b/j76cvDzn/wOwgtOTGVTcnD4c/H/vRzqI/z3p//3Px0M8GVSBMhAbgZjVzWlHE4MMmC+1pxUozQ6VgQNWqDQIyIKlSQT/ef8Hwdlh/4WQpdJB0v/W/L/6PxIqffXfFpCS/+kQBRf/5/5b9f/Mp60NeiB+jsb7Df9P/9v8v+D/RYiCo//P/T/5abO/O9RprPaO79f9PwkUPQpRcBgEzzQjuZz1dANEFKLgIBie/J8Md1Xy/1MQUQjfAQrl4CbIwcUYAPaYrBx6Om1JAAAAAElFTkSuQmCC) center center no-repeat;
}
.pdfRead ul li iframe[data-v-433b4db0] {
  width: 100%;
  height: 100%;
}
.claims-diff .diff-add[data-v-433b4db0] {
  background: #e6ffe6;
  text-decoration: underline;
}
.claims-diff .diff-del[data-v-433b4db0] {
  background: #ffe6e6;
  text-decoration: line-through;
}
.siblingInformation[data-v-433b4db0] {
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.simple-tab[data-v-433b4db0] {
  margin: 0 0 50px 0;
  width: 100%;
  height: 100%;
}
.simple-tab.desc[data-v-433b4db0] {
  margin-top: 14px;
}
.simple-tab .article-box[data-v-433b4db0] {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.simple-tab .article-text[data-v-433b4db0] {
  border: 1px solid #e0e7ed;
  padding: 10px 14px;
  overflow: auto;
  min-height: 300px;
  word-break: break-all;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.simple-tab .article-text i[data-v-433b4db0] {
  font-style: normal;
}
.details-translate-icon[data-v-433b4db0] {
  display: inline-block;
  font-size: 20px;
  margin: 7px 0;
  cursor: pointer;
  padding-left: 12px;
}
.details-translate-text[data-v-433b4db0] {
  padding: 7px;
  font-size: 14px;
  background-color: #ccc;
  border-radius: 2px;
}
.details-translate-text.ab[data-v-433b4db0] {
  margin-right: 7px;
}
.pageTabs .lineTitle-ratio[data-v-433b4db0] {
  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;
  height: 40px;
  line-height: 40px;
}
.pageTabs .lineTitle-ratio .lineTitleNum[data-v-433b4db0] {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pageTabs .lineTitle-ratio .lineTitleRadio[data-v-433b4db0] {
  width: 200px;
}
.pageTabs .lineTitle-ratio .lineTitleRadio[data-v-433b4db0] .ak-radio-group label {
  margin-right: 28px;
}
.pageTabs .imgList ul[data-v-433b4db0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}
.pageTabs .imgList ul li[data-v-433b4db0] {
  float: left;
  padding: 0;
  padding-bottom: 20px;
  width: 33%;
  text-align: center;
  height: 230px;
  overflow: hidden;
}
.pageTabs .imgList ul li a[data-v-433b4db0],
.pageTabs .imgList ul li .a-pic[data-v-433b4db0] {
  height: 100%;
  overflow: hidden;
  margin: 14px 7px;
  border: 1px solid #e0e7ed;
  text-align: center;
  font-size: 0;
  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;
}
.pageTabs .imgList ul li a img[data-v-433b4db0],
.pageTabs .imgList ul li .a-pic img[data-v-433b4db0] {
  max-width: 100%;
  max-height: 100%;
}
.pageTabs .imgList .imglist-wrapper[data-v-433b4db0] {
  padding-left: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pageTabs .imgList.one-pic ul li[data-v-433b4db0] {
  width: 97%;
}
.pageTabs .imgList.two-pic ul li[data-v-433b4db0] {
  width: 50%;
}
.pageTabs .imgList.five-pic ul li[data-v-433b4db0] {
  width: 20%;
}

/*检索详情-说明书*/
.intro-wrapper[data-v-433b4db0] {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.intro-wrapper .simple-tab.desc[data-v-433b4db0] {
  margin-top: 0;
}
.intro-wrapper .simple-tab .scrollbody-box[data-v-433b4db0] {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 0;
}
.intro-wrapper .simple-tab .article-text[data-v-433b4db0] {
  border: none;
  position: relative;
  z-index: 0;
}
.intro-wrapper .intro-pic[data-v-433b4db0] {
  border-left: 1px solid #e0e7ed;
  margin-left: 4px;
  position: relative;
  z-index: 1;
}
.intro-wrapper .intro-pic .intro-option-btn[data-v-433b4db0] {
  position: absolute;
  left: 24px;
  top: 0;
  height: 30px;
  background-color: #fff;
  border: 1px solid #edeff4;
  border-radius: 2px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-wrapper .intro-pic .intro-option-btn .remind-dot[data-v-433b4db0] {
  margin-left: 4px;
  position: absolute;
}
.intro-wrapper .intro-pic .intro-option-btn .option-btn[data-v-433b4db0] {
  display: inline-block;
  width: 40px;
  line-height: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 11;
}
.intro-wrapper .intro-pic .intro-option-btn .option-btn.active[data-v-433b4db0] {
  background-color: #1469fc;
  color: #fff;
  border-radius: 2px;
}
.intro-wrapper .intro-pic .scrollbody-box[data-v-433b4db0] {
  height: calc(100% - 54px);
  margin-top: 54px;
  position: relative;
  z-index: 0;
}
.intro-wrapper .intro-pic .img-options[data-v-433b4db0] {
  position: absolute;
  right: 20px;
  top: 16px;
  z-index: 12;
  width: 28px;
  font-size: 14px;
  display: none;
}
.intro-wrapper .intro-pic .img-options .item[data-v-433b4db0] {
  display: block;
  position: relative;
  height: 28px;
  line-height: 28px;
  margin-bottom: 8px;
  background-color: #edeff4;
  cursor: pointer;
  color: #31364e;
  z-index: 13;
  pointer-events: auto;
}
.intro-wrapper .intro-pic .img-options .item[data-v-433b4db0]:active {
  -webkit-box-shadow: 1px 1px 2px #ccc;
          box-shadow: 1px 1px 2px #ccc;
}
.intro-wrapper .intro-pic .one-pic-wrapper[data-v-433b4db0] {
  margin-right: 23px;
}
.intro-wrapper .intro-pic .one-pic-wrapper .imgList.one-pic ul li[data-v-433b4db0] {
  position: relative;
  height: 0;
  padding-top: 97%;
  padding-bottom: 0;
}
.intro-wrapper .intro-pic .one-pic-wrapper .imgList.one-pic ul li a[data-v-433b4db0],
.intro-wrapper .intro-pic .one-pic-wrapper .imgList.one-pic ul li .a-pic[data-v-433b4db0] {
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.intro-wrapper .intro-pic .one-pic-wrapper .imgList.one-pic ul li a .imgbox[data-v-433b4db0],
.intro-wrapper .intro-pic .one-pic-wrapper .imgList.one-pic ul li .a-pic .imgbox[data-v-433b4db0] {
  padding-right: 11.4369%;
  padding-left: 9.0909%;
  padding-top: 21.5542%;
  padding-bottom: 21.5542%;
  left: 0;
  right: 0;
}
.intro-wrapper .intro-pic .one-pic-wrapper .imgList.one-pic ul li a .img-options[data-v-433b4db0],
.intro-wrapper .intro-pic .one-pic-wrapper .imgList.one-pic ul li .a-pic .img-options[data-v-433b4db0] {
  display: block;
}
.intro-wrapper .intro-pic .one-pic-wrapper .imgList.one-pic ul li a img[data-v-433b4db0],
.intro-wrapper .intro-pic .one-pic-wrapper .imgList.one-pic ul li .a-pic img[data-v-433b4db0] {
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.intro-wrapper .intro-pic .imgList .imglist-wrapper li[data-v-433b4db0] {
  height: 216px;
  position: relative;
}
.intro-wrapper .intro-pic .imgList .imglist-wrapper li a[data-v-433b4db0]:hover,
.intro-wrapper .intro-pic .imgList .imglist-wrapper li .a-pic[data-v-433b4db0]:hover {
  color: #31364e !important;
}
.intro-wrapper .intro-pic .imgList .imglist-wrapper li a[data-v-433b4db0],
.intro-wrapper .intro-pic .imgList .imglist-wrapper li .a-pic[data-v-433b4db0] {
  position: relative;
  margin: 0 8px 16px;
  padding: 0 10px;
  display: block;
  z-index: 0;
}
.intro-wrapper .intro-pic .imgList .imglist-wrapper li a .imgbox-text[data-v-433b4db0],
.intro-wrapper .intro-pic .imgList .imglist-wrapper li .a-pic .imgbox-text[data-v-433b4db0] {
  padding: 2px 0;
  width: 100%;
  font-size: 14px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.intro-wrapper .intro-pic .imgList .imglist-wrapper li a .imgbox[data-v-433b4db0],
.intro-wrapper .intro-pic .imgList .imglist-wrapper li .a-pic .imgbox[data-v-433b4db0] {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 30px;
  z-index: 0;
}
.request-wrapper .pageTabs[data-v-433b4db0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pageTabs-right[data-v-433b4db0] {
  width: 130px;
  position: relative;
}
.pageTabs-right .Graphic-Top[data-v-433b4db0] {
  position: fixed;
  padding-top: 21px;
}
.pageTabs-right .backtop-btn[data-v-433b4db0] {
  position: fixed;
  right: auto;
}
.pic-text-scroll[data-v-433b4db0] {
  width: 100%;
  height: 100%;
}
.pic-text[data-v-433b4db0] {
  width: 100%;
  height: calc(100vh - 96px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.pic-text.scroll[data-v-433b4db0] {
  overflow-y: auto;
}
.pic-text.scroll .scrollbody-box[data-v-433b4db0] {
  height: auto;
}
.pic-text.scroll .Graphic-Top[data-v-433b4db0],
.pic-text.scroll .backtop-btn[data-v-433b4db0] {
  position: fixed;
}
.pic-text.scroll .backtop-btn[data-v-433b4db0] {
  right: auto;
}
.pic-text > li[data-v-433b4db0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
  position: relative;
  z-index: 0;
}
.pic-text > li.pic-text-first[data-v-433b4db0] {
  z-index: 0;
}
.pic-text > li.intro-pic[data-v-433b4db0] {
  z-index: 1;
}
.pic-text > li.options-bar[data-v-433b4db0] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  overflow: visible;
  z-index: 2;
}
.pic-text .slideBox[data-v-433b4db0] {
  position: relative;
  z-index: 1;
}
.pic-text .slideBox .bd[data-v-433b4db0] {
  position: relative;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.pic-text .slideBox .bd > *[data-v-433b4db0] {
  pointer-events: auto;
}
.pic-text .slideBox .prev[data-v-433b4db0],
.pic-text .slideBox .next[data-v-433b4db0] {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  background: #000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOsAAAAgCAMAAADE+3+QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNjE4RUVDRjgxMTFFMjk1ODhDQkIzNDg3MjdGNUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNjE4RUZDRjgxMTFFMjk1ODhDQkIzNDg3MjdGNUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI2MThFQ0NGODExMUUyOTU4OENCQjM0ODcyN0Y1QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI2MThFRENGODExMUUyOTU4OENCQjM0ODcyN0Y1QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmLDzTcAAAAJUExURcHBwf///////wCiYf4AAAADdFJOU///ANfKDUEAAACjSURBVHja5JnRDUQhDMNM9h/6STfCgeKPsIBjhGgpnHPy7wLyYLUicC5IPJGtJfi5ngsSL1Q7AYgsW8QTV7YJJ6psFU1M2S6YiLJlLPFk21CiydaRaOT+7mKxhYOERDcuCBy+cheiJHBqHEYGqZzPug6d4aG7aajmDPUSQz3iUO8/9KYbeqsPzWCGZmtDM9OhWfjSH8fY31UuSMkT2UqET4ABAHo9NyVXKF5RAAAAAElFTkSuQmCC) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.1;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-size: auto 100%;
}
.pic-text .slideBox .prev[data-v-433b4db0]:hover,
.pic-text .slideBox .next[data-v-433b4db0]:hover {
  opacity: 0.6;
}
.pic-text .slideBox .prev[data-v-433b4db0] {
  left: 10px;
}
.pic-text .slideBox .next[data-v-433b4db0] {
  right: 20px;
  background-position: 12px 5px;
}
.pic-text .imgList[data-v-433b4db0] {
  position: relative;
  z-index: 0;
}
.column-count-2[data-v-433b4db0] {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-column-rule: 2px dashed #ccc;
     -moz-column-rule: 2px dashed #ccc;
          column-rule: 2px dashed #ccc;
}
.page-break[data-v-433b4db0] {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
}
[data-v-433b4db0] .detail-popover .ak-tree-svg.dark-mode {
  width: 420px;
  padding: 7px 0;
  margin: 0;
  border: none;
  border-radius: 2px;
}
.award-datas[data-v-fd2c9804] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.award-datas img[data-v-fd2c9804] {
  margin: 0 4px;
}
.is-fullscreen .main-detail[data-v-1bc15ce8] .txtDetail {
  height: calc(100% - 152px);
}
.main-detail[data-v-1bc15ce8] .txtDetail {
  height: calc(100% - 152px);
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-detail[data-v-1bc15ce8] .txtDetail .pic-text-scroll {
  top: 41px;
}
.main-detail[data-v-1bc15ce8] .txtDetail .iframeBox {
  height: calc(100% - 152px);
}
.estimate-nonstandard-new-wrap[data-v-1fb87c94] {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.estimate-nonstandard-new-wrap .nonstandard-rule[data-v-1fb87c94] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.estimate-nonstandard-new-wrap .nonstandard-rule .template-doc-wrap[data-v-1fb87c94] {
  padding-top: 0 !important;
}
.estimate-nonstandard-new-wrap .nonstandard-body[data-v-1fb87c94] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.estimate-nonstandard-new-wrap .nonstandard-body.is-write[data-v-1fb87c94] {
  width: calc(100% - 280px);
}
.estimate-nonstandard-new-wrap .nonstandard-body.has-scroll[data-v-1fb87c94] {
  padding-right: 4px;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap[data-v-1fb87c94] {
  max-width: 722px;
  min-height: calc(100% - 64px);
  margin: 12px auto 0;
  background-color: #fff;
  padding: 26px 36px;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content[data-v-1fb87c94] {
  max-width: 682px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .content-wrap .info-wrap[data-v-1fb87c94] {
  margin-bottom: 12px;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .content-wrap .key[data-v-1fb87c94] {
  font-weight: bold;
  margin-bottom: 4px;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .content-wrap .score-patent-wrap[data-v-1fb87c94] {
  margin-top: 8px;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .content-wrap[data-v-1fb87c94] {
  padding-bottom: 12px;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap[data-v-1fb87c94] {
  padding: 10px 0;
  margin-bottom: 50px;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap[data-v-1fb87c94]:last-child {
  margin-bottom: 0;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap .doc-title[data-v-1fb87c94] {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap .doc-line[data-v-1fb87c94] {
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 20px;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap .doc-body .paragraph .content[data-v-1fb87c94] {
  margin-bottom: 12px;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap .doc-body .paragraph .ai-wrap[data-v-1fb87c94] {
  padding: 5px 8px;
  margin-bottom: 8px;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap .doc-body .paragraph .si-wrap[data-v-1fb87c94] {
  padding: 0 8px;
  margin-bottom: 8px;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap .doc-body .paragraph .si-wrap.has-body[data-v-1fb87c94] {
  padding-bottom: 8px;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap .doc-body .paragraph .si-wrap .si-head[data-v-1fb87c94] {
  padding: 5px 0;
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap .doc-body .paragraph .si-wrap .si-head .si-title[data-v-1fb87c94] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap .doc-body .paragraph .si-wrap .si-head .si-more[data-v-1fb87c94] {
  cursor: pointer;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap .doc-body .paragraph .si-wrap .si-body[data-v-1fb87c94] {
  padding: 0 8px;
  border-radius: 2px;
  background-color: #fff;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap .doc-body .paragraph .si-wrap .si-body .si-score[data-v-1fb87c94] {
  padding: 8px 0;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap .doc-body .paragraph .si-wrap .si-body .si-content[data-v-1fb87c94] {
  padding-bottom: 8px;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap .doc-body .paragraph .ra-wrap[data-v-1fb87c94] {
  padding: 5px 8px;
  margin-bottom: 12px;
}
.estimate-nonstandard-new-wrap .nonstandard-body .nonstandard-wrap .nonstandard-content .doc-wrap .doc-body .paragraph .score-paragraph-wrap[data-v-1fb87c94] {
  margin-bottom: 12px;
}
@charset "UTF-8";
.start-innovation-review[data-v-789ea248] {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 20px;
  min-height: 400px;
  position: relative;
}
.start-innovation-review .review-image[data-v-789ea248] {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
.start-innovation-review .review-title[data-v-789ea248] {
  font-size: 24px;
  font-weight: 700;
  color: #1469fc;
  margin-bottom: 12px;
}
.start-innovation-review .review-desc[data-v-789ea248] {
  font-size: 14px;
  color: #6b7280;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 400px;
}
.start-innovation-review .start-btn[data-v-789ea248] {
  min-width: 160px;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  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;
  gap: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(20, 105, 252, 0.3);
          box-shadow: 0 4px 12px rgba(20, 105, 252, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.start-innovation-review .start-btn[data-v-789ea248]:hover:not(:disabled) {
  -webkit-box-shadow: 0 6px 16px rgba(20, 105, 252, 0.4);
          box-shadow: 0 6px 16px rgba(20, 105, 252, 0.4);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.estimate-processing[data-v-789ea248] {
  min-height: 480px;
  overflow-y: auto;
  padding: 20px;
  background: #fff;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.estimate-result[data-v-789ea248] {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
}
.estimate-result .analysis-section[data-v-789ea248] {
  width: 100%;
}
.estimate-result .analysis-section[data-v-789ea248]:last-child {
  margin-bottom: 0;
}
.estimate-result .analysis-section .section-header[data-v-789ea248] {
  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;
}
.estimate-result .analysis-section .section-header .section-title[data-v-789ea248] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.estimate-result .analysis-section .section-header .status-button[data-v-789ea248] {
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 14px;
  color: #fff;
}
.estimate-result .analysis-section .section-header .status-button.status-pass[data-v-789ea248] {
  background: #26ad85;
}
.estimate-result .analysis-section .section-header .status-button.status-fail[data-v-789ea248] {
  background: rgb(244, 108, 108);
}
.estimate-result .analysis-section .section-header .status-button.status-novelty[data-v-789ea248] {
  background: #00b7cc;
}
.estimate-result .analysis-section .section-header .status-button.status-unknown[data-v-789ea248] {
  background: #999;
}
.estimate-result .analysis-section .section-header .status-button.status-innovation[data-v-789ea248] {
  background: #26ad85;
}
.estimate-result .analysis-section .section-header .status-button.status-creativity[data-v-789ea248] {
  background: #ff9800;
}
.estimate-result .analysis-section .section-header .status-button.status-none[data-v-789ea248] {
  background: #f56c6c;
}
.estimate-result .analysis-section .practicality-cards[data-v-789ea248] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.estimate-result .analysis-section .practicality-cards .card[data-v-789ea248] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 250px;
  padding: 20px;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.estimate-result .analysis-section .practicality-cards .card .card-title[data-v-789ea248] {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.estimate-result .analysis-section .practicality-cards .card .card-content[data-v-789ea248] {
  list-style-type: disc;
  /* 确保是实心圆点 */
  padding: 0;
  margin: 0;
  padding-left: 18px;
}
.estimate-result .analysis-section .practicality-cards .card .card-content li[data-v-789ea248] {
  margin-bottom: 8px;
  font-size: 14px;
  color: #2b2b2b;
  line-height: 1.5;
}
.estimate-result .analysis-section .practicality-cards .card .card-content li[data-v-789ea248]:last-child {
  margin-bottom: 0;
}
.estimate-result .analysis-section .practicality-cards .card.effect-card[data-v-789ea248] {
  background-color: #eaecfe;
  background-image: url(../../static/img/effect.f21136ff.png);
}
.estimate-result .analysis-section .practicality-cards .card.effect-card .card-title[data-v-789ea248],
.estimate-result .analysis-section .practicality-cards .card.effect-card li[data-v-789ea248]::marker {
  color: #605fe0;
}
.estimate-result .analysis-section .practicality-cards .card.feasi-card[data-v-789ea248] {
  background-color: #ebf5fd;
  background-image: url(data:image/png;base64,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);
}
.estimate-result .analysis-section .practicality-cards .card.feasi-card .card-title[data-v-789ea248],
.estimate-result .analysis-section .practicality-cards .card.feasi-card li[data-v-789ea248]::marker {
  color: #288aec;
}
.estimate-result .analysis-section .practicality-cards .card.prospect-card[data-v-789ea248] {
  margin-bottom: 20px;
  background-color: #e3fbf5;
  background-image: url(data:image/png;base64,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);
}
.estimate-result .analysis-section .practicality-cards .card.prospect-card .card-title[data-v-789ea248],
.estimate-result .analysis-section .practicality-cards .card.prospect-card li[data-v-789ea248]::marker {
  color: #089da1;
}
.estimate-result .analysis-section .innovation-claims[data-v-789ea248] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  background-color: #eff6ff;
  padding: 40px 32px;
  border-radius: 12px;
}
.estimate-result .analysis-section .innovation-claims .claim-item[data-v-789ea248] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  background: #fafafa;
  border-radius: 8px;
  -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);
}
.estimate-result .analysis-section .innovation-claims .claim-item .claim-left[data-v-789ea248] {
  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: 1;
          flex: 1;
}
.estimate-result .analysis-section .innovation-claims .claim-item .claim-left .claim-text[data-v-789ea248] {
  margin-left: 12px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.estimate-result .analysis-section .innovation-claims .claim-item .claim-left .claim-status[data-v-789ea248] {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #2b2b2b;
  margin: 0 20px;
  background: #e5e7ec;
}
.estimate-result .analysis-section .innovation-claims .claim-item .claim-left .claim-status.claim-status-0[data-v-789ea248] {
  background: #e5e7ec;
}
.estimate-result .analysis-section .innovation-claims .claim-item .claim-left .claim-status.claim-status-1[data-v-789ea248] {
  background: #c3ffaa;
}
.estimate-result .analysis-section .innovation-claims .claim-item .claim-left .claim-status.claim-status-2[data-v-789ea248] {
  background: #ffd297;
}
.estimate-result .analysis-section .innovation-claims .claim-item .claim-left .claim-status.claim-status-3[data-v-789ea248] {
  background: #d4d5ff;
}
.estimate-result .analysis-section .innovation-claims .claim-item .claim-left .claim-status.claim-status-4[data-v-789ea248] {
  background: #c4e1ff;
}
.estimate-result .analysis-section .innovation-claims .claim-item .claim-actions[data-v-789ea248] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.estimate-result .analysis-section .innovation-claims .claim-item .claim-actions .action-link[data-v-789ea248] {
  color: #1890ff;
  text-decoration: none;
  font-size: 14px;
}
.estimate-result .analysis-section .innovation-claims .claim-item .claim-actions .action-link[data-v-789ea248]:hover {
  text-decoration: underline;
}
.estimate-result .analysis-section .innovation-claims .claim-item .claim-actions .separator[data-v-789ea248] {
  margin: 0 8px;
  color: #d9d9d9;
}
@media (max-width: 768px) {
.estimate-result .practicality-cards[data-v-789ea248] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.estimate-result .practicality-cards .card[data-v-789ea248] {
    min-width: auto;
}
.estimate-result .innovation-claims .claim-item[data-v-789ea248] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
}
.estimate-result .innovation-claims .claim-item .claim-left .claim-status[data-v-789ea248] {
    margin: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
}
.estimate-result .innovation-claims .claim-item .claim-actions[data-v-789ea248] {
    -ms-flex-item-align: end;
        align-self: flex-end;
}
}
.estimateDetailsPage[data-v-5fd4e016] {
  width: 100%;
  height: 100%;
  background: #fff;
}
.estimateDetailsPage .estimateDetailsPage-title[data-v-5fd4e016] {
  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: 12px 20px;
  border-bottom: 1px solid #eef2f5;
}
.estimateDetailsPage .estimateDetailsPage-title .title[data-v-5fd4e016] {
  font-weight: bold;
  font-size: 18px;
  color: #2b2b2b;
  margin-bottom: 8px;
  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;
}
.estimateDetailsPage .estimateDetailsPage-title .title[data-v-5fd4e016]:before {
  content: "";
  display: block;
  width: 4px;
  height: 19px;
  background: #1469fc;
}
.estimateDetailsPage .estimateDetailsPage-title .sub[data-v-5fd4e016] {
  font-weight: 400;
  font-size: 14px;
  color: #9a9b9e;
}
.estimateDetailsPage .estimateDetailsPage-content[data-v-5fd4e016] {
  width: 100%;
  height: calc(100% - 76px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-left[data-v-5fd4e016] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  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;
  overflow: hidden;
  gap: 14px;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-divider[data-v-5fd4e016] {
  width: 1px;
  height: 100%;
  background: #eef2f5;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right[data-v-5fd4e016] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel[data-v-5fd4e016] {
  height: 100%;
  background: #fff;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .main-tabs[data-v-5fd4e016] {
  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;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #eef2f5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: 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);
  z-index: 99;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .main-tabs .tab-pill[data-v-5fd4e016] {
  padding: 17px 16px 14px 16px;
  border-radius: 0;
  color: #2b2b2b;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .main-tabs .tab-pill.active[data-v-5fd4e016] {
  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;
  color: #1469fc;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .main-tabs .tab-pill.active[data-v-5fd4e016]::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #1469fc;
  left: 0;
  bottom: 0;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .content-panel[data-v-5fd4e016] {
  width: 100%;
  height: calc(100% - 61px);
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .content-panel .nonstandard-tabs[data-v-5fd4e016] {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f3f4f6;
  position: relative;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .content-panel .nonstandard-tabs .nonstandard-tab-item[data-v-5fd4e016] {
  padding: 4px 13px;
  border-radius: 4px;
  background: transparent;
  color: #999999;
  cursor: pointer;
  border: none;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .content-panel .nonstandard-tabs .nonstandard-tab-item.active[data-v-5fd4e016] {
  background: #ffffff;
  color: #2b2b2b;
  border: 1px solid rgba(0, 85, 164, 0.06);
  border-radius: 4px;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .content-panel .nonstandard-tabs .nonstandard-tab-item.disabled[data-v-5fd4e016] {
  cursor: not-allowed;
  color: #c0c4cc;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .content-panel .nonstandard-content[data-v-5fd4e016] {
  width: 100%;
  height: calc(100% - 46px);
  overflow: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .result-box[data-v-5fd4e016] {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
