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