<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*主题色*/
/* 辅助色及衍生色 */
/* 应用场景色 */
/* 背景色 */
/* 阴影 */
/* 边框 */
/* 间距 */
/* 字号 */
/* 首页最大标题 */
/* 对应行高 */
/* 主标题 */
/* 标题 */
/* 小标题 */
/* 正文 */
/* 辅助文字 */
/* 字体颜色 */
/* 字重 */
/* 图标尺寸 */
/* 精灵图 */
/* 不可用状态 */
/* Input */
/* button */
/* drawer */
/* select */
/* 状态色 */
/* 专利类型颜色 */
.d-menu {
  width: 286px;
}
.d-menu * {
  box-sizing: border-box;
}
.d-menu header {
  width: 100%;
  height: 64px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  background: #12558a;
}
.d-menu .company-menu {
  width: 100%;
  padding: 20px 0;
  background: #edf3fc;
}
.d-menu .company-menu .menu-li {
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
/* .d-menu .company-menu .menu-li.single[_dep="0"] {
  text-align: center;
} */
.d-menu .company-menu .menu-li.single[_dep="0"] p {
  padding: 0 !important;
}
.d-menu .company-menu .menu-li.single[_dep="0"] p.active {
  color: #fff;
}
.d-menu .company-menu .menu-li p {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 40px;
}
.d-menu .company-menu .menu-li .menu-icon{
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 40px;
}
.d-menu .company-menu .menu-li p:hover {
  color: #008aff;
}
.d-menu .company-menu .menu-li p.focus {
  background: #d9e7fd;
}
.d-menu .company-menu .menu-li p.active {
  color: #fff;
  background: #008aff;
}
.d-menu .company-menu .menu-li p i.icon-open {
  display: inline-block;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  right: 248px;
  background: url("../img/icons/icon-fold.svg") no-repeat;
}
.d-menu .company-menu .menu-li p i.icon-acopen {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url("../img/icons/icon-unfold.svg")no-repeat;
  width: 10px;
  height: 7px;
}
.d-menu .company-menu .menu-li p i.icon-close {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  right: 248px;
  width: 8px;
  height: 12px;
  background: url("../img/icons/icon-unfold.svg")no-repeat;
}

.d-popuper {
  position: absolute;
  z-index: 10;
  display: none;
  width: min-content;
  padding: 10px 0;
  line-height: 1;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 43, 81, 0.08);
  border-radius: 2px;
}
.d-popuper::before {
  position: absolute;
  top: -6px;
  right: 13px;
  content: "";
  display: inline-block;
  border-top: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid #fff;
}
.d-popuper .popuper-item {
  cursor: pointer;
  display: inline-block;
  width: max-content;
  font-size: 14px;
  padding: 14px 16px;
}
.d-popuper .popuper-item:hover {
  color: #0189ff;
  background: #f0f8ff;
}

.m-ui-page {
  display: flex;
  align-items: center;
  color: #97a2cb;
}
.m-ui-page .page-total {
  display: inline-block;
  color: #97a2cb;
}
.m-ui-page .page-total span {
  color: #515f96;
  margin: 0 6px;
}
.m-ui-page .page-pagebox {
  display: flex;
  align-items: center;
  margin: 0 24px;
}
.m-ui-page .page-pages {
  display: inline-block;
}
.m-ui-page .page-item {
  display: inline-block;
  min-width: 32px;
  padding: 0 7px 0 8px;
  height: 32px;
  background: #f2f3f5;
  border-radius: 6px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  margin-right: 8px;
  cursor: pointer;
  font-weight: 500;
  box-sizing: border-box;
}
.m-ui-page .page-item:hover {
  background: #e8ebf8;
}
.m-ui-page .page-prev,
.m-ui-page .page-next {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #f2f3f5;
  border-radius: 6px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  margin-right: 8px;
  cursor: pointer;
  font-weight: 500;
}
.m-ui-page .page-prev::after,
.m-ui-page .page-next::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/patent_contest/left.png) no-repeat;
}
.m-ui-page .page-next::after {
  transform: rotate(180deg);
}
.m-ui-page .page-item-active,
.m-ui-page .page-item-active:hover {
  background: #515f96;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
}
.m-ui-page .page-quickprev:hover,
.m-ui-page .page-quicknext:hover {
  position: relative;
  color: transparent;
}
.m-ui-page .page-quickprev:hover::before,
.m-ui-page .page-quicknext:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/patent_contest/twoleft.png) no-repeat center;
  border-radius: 4px;
}
.m-ui-page .page-quicknext:hover::before {
  transform: rotate(180deg);
}
.m-ui-page .page-jump {
  display: flex;
  font-size: 12px;
  line-height: 32px;
  color: #515f96;
  vertical-align: middle;
}
.m-ui-page .page-jump .page-input {
  box-sizing: border-box;
  outline: none;
  border: none;
  color: #515f96;
  margin: 0 4px;
  width: 32px;
  height: 32px;
  background: #f4f7f9;
  border-radius: 10px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  box-shadow: none;
  text-indent: 0;
}
.m-ui-page .page-jump input::-webkit-outer-spin-button,
.m-ui-page .page-jump input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.m-ui-page .page-jump input[type=number] {
  -moz-appearance: textfield;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

i,
em {
  font-style: normal;
}

img {
  border: 0;
}

::-ms-reveal {
  display: none;
}

input {
  filter: none;
  background-color: transparent;
  /*
   99999s 基本上就是一个无限长的时间
   通过延长增加自动填充背景色的方式, 使用户感受不到样式的变化
  */
}
input:focus ~ .tooltips {
  display: block;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 99999s;
  transition: color 99999s ease-out, background-color 99999s ease-out;
}
input[type=number] {
  -moz-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.icon_0 {
  background-position: 0 0;
}

.icon_01 {
  background-position: -48px 0;
}

.icon_02 {
  background-position: -96px 0;
}

.icon_0003 {
  background-position: 0 -144px;
}

.icon_0103 {
  background-position: -48px -144px;
}

.icon_0203 {
  background-position: -96px -144px;
}

.icon_0303 {
  background-position: -144px -144px;
}

.icon_1804 {
  background-position: -864px -192px;
}

d-button[type=link] {
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  padding: 0;
  border: 0;
}

d-button[icon=search] {
  background: #e7eef3;
  border-color: #d9d9d9;
}
/* d-button[icon=search]::before {
  background: url(../img/spirits.png) no-repeat right;
  background-position: -720px -192px;
} */
d-button[icon=search]:hover {
  background-color: #e7eef3;
}
d-button[icon=search]:hover::before {
  background: url(../img/spirits.png) no-repeat right;
  background-position: -720px -192px;
}

d-status {
  display: inline-block;
  padding: 3px 8px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: #12558a;
}
d-status[type=orange] {
  background-color: #f19d18;
}
d-status[type=red] {
  background-color: #c70505;
}
d-status[type=green] {
  background-color: #4caf50;
}
d-status[type=gray] {
  background-color: rgba(0, 0, 0, 0.45);
}
d-status[type=invent] {
  background-color: #d48265;
}
d-status[type=appearance] {
  background-color: #61a0a8;
}
d-status[type=practical] {
  background-color: #91c7ae;
}
d-status[type=button][primary] {
  background-color: #12558a;
}

d-dialog {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
d-dialog[size=base] d-drawer {
  width: 600px;
}
d-dialog[size=large] d-drawer {
  width: 1000px;
}
d-dialog d-dialog-content {
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: rgba(0, 0, 0, 0.85);
  z-index: 101;
  border-radius: 4px;
}
d-dialog d-dialog-content d-icon[type=close] {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
d-dialog d-dialog-content d-split {
  margin-bottom: 20px;
}
d-dialog d-dialog-content d-list d-list-body {
  border: none;
}
d-dialog d-dialog-content d-list d-list-body &gt; table &gt; thead {
  border: 1px solid #d9d9d9;
}
d-dialog d-dialog-content d-list d-list-body &gt; table &gt; tbody &gt; tr {
  border: 1px solid #d9d9d9;
  border-top: none;
}
d-dialog d-dialog-content d-drawer-footer {
  position: absolute;
  bottom: 0;
  height: 80px;
  width: 100%;
  text-align: right;
  display: block;
  border-top: 1px solid #d9d9d9;
  padding: 24px 16px;
  box-sizing: border-box;
}
d-dialog d-dialog-content d-drawer-footer d-button:first-child {
  margin-right: 10px;
}

d-alert-box .dialog-box-content {
  display: flex;
  align-items: center;
  height: 160px;
  padding: 0;
  min-height: unset;
  line-height: 88px;
}
d-alert-box .dialog-box-content &gt; p {
  box-sizing: border-box;
  max-height: 100%;
  padding: 36px 48px;
  overflow-y: auto;
}
d-alert-box .dialog-box-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: unset;
  padding: 15px;
}

d-progress-title {
  position: relative;
  border-radius: 2px;
}

.dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #000;
  margin-right: 8px;
  position: relative;
  top: 9px;
  vertical-align: top;
}

.listEmpty {
  display: flex;
  align-items: center;
  justify-content: center;
}

.module_title {
  height: 16px;
  font-size: 0;
}
.module_title &gt; span {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  color: #12558a;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.module_title &gt; i {
  float: right;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.module_title[type=prebar] &gt; span {
  padding-left: 8px;
  box-sizing: border-box;
  display: inline-block;
  color: #12558a;
  font-size: 16px !important;
  line-height: 16px !important;
  font-weight: bold;
  vertical-align: top;
}
.module_title[type=prebar]::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 4px;
  background: #12558a;
  position: relative;
}
.module_title[type=border] {
  height: auto;
  line-height: 1;
  border-bottom: 1px solid #e8e8e8;
}
.module_title[type=border] span {
  overflow: unset;
  position: relative;
  padding-bottom: 16px;
}
.module_title[type=border] span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px solid #12558a;
}
.module_title.fb {
  font-weight: bold;
}
.module_title.fb &gt; span {
  border-bottom: 3px solid #12558a;
  padding-bottom: 10px;
}
.module_title d-button {
  position: relative;
  bottom: 6px;
}

.list_main {
  box-sizing: border-box;
}
.list_main div {
  cursor: pointer;
  padding-top: 12px;
  box-sizing: border-box;
}
.list_main div span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_main div span &gt; i {
  color: rgba(0, 0, 0, 0.65);
}
.list_main div &gt; i {
  color: #000;
  font-size: 14px;
  line-height: 22px;
}
.list_main div .list-date {
  float: right;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}
.list_main div d-status {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 6px;
  vertical-align: top;
}
.list_main[type=border] div {
  height: 41px;
  padding: 9px 0;
  border-bottom: 1px solid #e8e8e8;
}
.list_main i.primary {
  color: #3a8bff;
  font-size: 14px;
}

.page_title {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 18px;
  color: #000;
}
.page_title .route-link {
  color: #000;
  text-decoration: none;
}
.page_title .route-link:hover {
  color: #0189ff;
}

.icon_title {
  height: 22px;
}
.icon_title &gt; span {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
  padding-left: 4px;
}
.icon_title &gt; i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("../img/spirits.png");
  position: relative;
  top: 4px;
}

.pTree-item-txt d-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../../img/spirits.png");
  position: relative;
}
.pTree-item-txt d-icon[type=downDark] {
  background-position: -89px -224px;
}
.pTree-item-txt d-icon[type=nextLight] {
  background-position: -134px -225px;
}

.list_tab {
  height: 32px;
  border-bottom: 1px solid #e8e8e8;
}
.list_tab &gt; span {
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  margin-right: 24px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  border-bottom: 1px solid transparent;
}
.list_tab &gt; span:hover {
  color: #12558a;
  font-weight: bold;
}
.list_tab &gt; span.active {
  color: #12558a;
  border-bottom: 1px solid #12558a;
  font-weight: bold;
}

.w-e-text table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.w-e-text table td,
.w-e-text table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
  min-height: 30px;
  text-indent: initial;
  box-sizing: border-box;
}
.w-e-text table p {
  margin: 10px 0;
  line-height: 1.5;
}

.new-ul li .left:hover,
.list_main div span:nth-child(2):hover {
  color: #12558a;
  text-decoration: underline;
}

.slick-vertical .slick-slide {
  border: none !important;
}

.toggle-pwd {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url("../../img/login/noCanSee.png") no-repeat;
}
.toggle-pwd.visible {
  background: url("../../img/login/canSee.png") no-repeat;
}

.tips-msg {
  position: absolute;
  width: 350px;
  font-size: 12px;
  display: -webkit-box;
  overflow: hidden;
  line-height: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tips-msg::before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tips-msg[type=success] {
  color: rgba(0, 0, 0, 0.45);
}
.tips-msg[type=success]::before {
  background-image: url(../img/icons/success.png);
}
.tips-msg[type=error] {
  color: red;
}
.tips-msg[type=error]::before {
  background-image: url(../img/icons/error.png);
}

.tooltips {
  display: none;
  position: absolute;
  top: -85px;
  left: 212px;
  opacity: 0.9;
  padding: 8px 10px;
  min-width: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  background: #333;
  border-radius: 4px;
}
.tooltips::after {
  position: absolute;
  left: 12px;
  bottom: -7px;
  content: "";
  border-top: 8px solid rgba(51, 51, 51, 0.9);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.bg_shade {
  position: fixed;
  top: 0;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.6;
}
.bg_shade + img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80vw;
  max-height: 80vh;
  z-index: 100001;
}

.bg_shade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.6;
  z-index: 10000;
  display: none;
}
.bg_shade.block {
  display: block;
}

.enlarge_img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80vw;
  max-height: 80vh;
  z-index: 10001;
  display: none;
}
.enlarge_img.block {
  display: block;
}

.img-popuper {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.img-popuper img {
  cursor: zoom-out;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80vw;
  max-height: 80vh;
  transform: translate(-50%, -50%);
}

.svg-icon {
  /* 通过设置 font-size 来改变图标大小 */
  width: 1em;
  height: 1em;
  /* 通过设置 color 来改变 SVG 的颜色/fill */
  fill: currentColor;
  /* 图标和文字相邻时，垂直对齐 */
  vertical-align: -0.15em;
}

.back_top {
  cursor: pointer;
  display: inline-block;
  position: fixed;
  z-index: 99;
  right: 40px;
  bottom: 40px;
  padding: 16px 18px;
  color: #97a2cb;
  font-size: 12px;
  line-height: 16px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 2px 16px rgba(21, 38, 96, 0.12);
}
.back_top:hover {
  color: #0189ff;
}
[class*="m-ui-icon-"],
[class^="m-ui-icon-"] {
	font-family: "dfs-icon" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

*::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background-color: #d9d9d9;
}</pre></body></html>