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

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