@charset "UTF-8";
/*主题色及其衍生色*/
/*主题色及其衍生色 default*/
/* 辅助色及衍生色 */
/* 应用场景色 */
/* 背景色 */
/* 阴影 */
/* 边框 */
/* 间距 */
/* 字号 */
/* 首页最大标题 */
/* 对应行高 */
/* 主标题 */
/* 标题 */
/* 小标题 */
/* 正文 */
/* 辅助文字 */
/* 字体颜色 */
/* 字重 */
/* 图标尺寸 */
/* 精灵图 */
/* 不可用状态 */
/* Input */
/* button */
/* drawer */
/* select */
/* 状态色 */
/* 专利类型颜色 */
d-pagination input {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin: 0 6px;
  text-align: center;
  text-indent: 0;
  margin-left: 10px;
  background: #F2F3F5;
}
d-pagination input,
d-pagination d-text {
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  color: #333333;
}

d-pagination .select-page-num {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  margin-left: 10px;
  padding: 0 8px;
  position: relative;
  background:#F2F3F5 ;
}
d-pagination .select-page-num:hover {
  border-color: #05B8C8;
}
d-pagination .select-page-num d-text {
  color: rgba(0, 0, 0, 0.8);
  vertical-align: top;
}
d-pagination .select-page-num d-icon {
  background: url(../cdn/image/default/pagination-down-sold.png) no-repeat center;
  position: relative;
  right: -5px;
  top: 6px;
}

d-pagination .pagination-num-list {
  position: absolute;
  bottom: 36px;
  font-size: 12px;
  background: #fff;
  right: -1px;
  left: -1px;
  padding: 8px 0;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.12);
}
d-pagination .pagination-num-list span,
d-pagination .pagination-num-list d-text {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
}
d-pagination .pagination-num-list .pagination-select-item {
  padding-left: 8px;
}
d-pagination .pagination-num-list .pagination-select-item:hover span,
d-pagination .pagination-num-list .pagination-select-item:hover d-text {
  color: #05B8C8;
}
d-pagination .pagination-num-list .pagination-select-item.active {
  background-color:rgba(5, 184, 200, 0.08);
}
d-pagination .pagination-num-list .pagination-select-item.active span,
d-pagination .pagination-num-list .pagination-select-item.active d-text {
  color: #05B8C8;
}

d-pagination d-pagination-num {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  border: none;
  cursor: pointer;
}
d-pagination d-pagination-num > d-text {
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  box-sizing: border-box;
  margin-right: 8px;
}
d-pagination d-pagination-num > d-text:hover {
  color: #05B8C8;
}
d-pagination d-pagination-num > d-text.active {
  height: 32px;
  background: #fff;
  top: 0;
}
d-pagination d-pagination-num > d-text.active:hover {
  color: #05B8C8;
}
d-pagination d-pagination-num > d-text:last-child {
  border: 1px solid #E6E6E6;
}
d-pagination d-pagination-num > d-text d-icon {
  position: relative;
  vertical-align: middle;
  top: -2px;
  right: 0;
}
d-pagination d-pagination-num span.num-ellipsis > span {
  display: inline-block;
  height: 24px;
  font-size: 14px;
}
d-pagination d-pagination-num span.num-ellipsis > span.num-item {
  height: 32px;
  width: 32px;
  text-align: center;
  /* line-height: 22px; */
  border: 1px solid #E6E6E6;
  /* padding: 0 8px; */
  font-size: 12px;
}
d-pagination d-pagination-num span.num-ellipsis > span.num-item.last {
  margin-right: 8px;
}
d-pagination d-pagination-num span.num-ellipsis > span.num-item.first {
  margin-right: 8px;
}
d-pagination d-pagination-num span.num-ellipsis > span.num-item.first.active,
d-pagination d-pagination-num span.num-ellipsis > span.num-item.last.active{
  color: #05B8C8;
  border-color: #05B8C8;
  background: rgba(5, 184, 200, 0.08);
}

d-pagination d-pagination-num span.num-ellipsis > span.ellipsis-first {
  margin-right: 8px;
}
d-pagination d-pagination-num span.num-ellipsis > span.ellipsis-last {
  margin-right: 8px;
}
d-pagination d-pagination-num .num-next d-icon {
  background: url(../cdn/image/default/pagination-next.png) no-repeat center;
}
d-pagination d-pagination-num .num-pre d-icon {
  background: url(../cdn/image/default/pagination-pre.png) no-repeat center;
}

.pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 28px 64px;
  background: rgba(0, 0, 0, 0.88);
  border-radius: 3px;
  color: #FFFFFF;
  font: 14px/22px "PingFang SC";
  z-index: 1;
}
.pop i {
  margin-right: 10px;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  z-index: 1;
}
.mask .mask-pop {
  position: relative;
  width: 440px;
  height: 272px;
  margin: auto;
  background-color: #fff;
  border-radius: 6px;
  color: #A5ACB0;
}
.download_patentBib_temp  .mask-pop {
  width: 640px;
  height: 680px;
}
.download_patentBib_temp  .scope-none-pop {
  height: 590px;
}
.mask .title {
  padding: 12px 16px 10px 24px;
  font: 500 14px/22px "PingFang SC";
  border-bottom: 1px solid #F0F0F0;
}
.mask .title i {
  float: right;
  margin-top: 2px;
  cursor: pointer;
}
.mask .patent-scope {
  width: 100%;
  /* height: 78px; */
  padding: 5px 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 16px;
  margin: 12px 0 0 0;
}
.mask .patent-scope .download-allowance {
  width: 100%;
  height: 36px;
  line-height: 20px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  background: #F8F8F8;
  border-radius: 4px;
  padding: 8px 7px 8px 16px;
  margin-bottom: 5px;
}
.mask .patent-scope .download-allowance div:first-child {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}
.mask .patent-scope .download-allowance div:last-child {
  font-size: 12px;
  color: #333333;
}
.mask .patent-scope .download-allowance span {
  color: #05B8C8;
}
.mask .patent-scope .scope-selection-type {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.mask .patent-scope .scope-selection-type .selectedPatent,
.mask .patent-scope .scope-selection-type .patentSection {
  margin: 0 0 0 15px;
}
.mask .patent-scope .scope-selection-type .scopeType {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: left;
  margin: 0 0 0 12px;
  color: #333333;
}
.mask .patent-scope .scope-selection-type .selectedPatent .selectedPatNum {
  display: inline-block;
  margin-left: 14px;
  font-size: 12px;
  color: #05B8C8;
}
.mask .patent-scope .scope-selection-type input[type="radio"] {
  position: absolute;
  clip: rect(0,0,0,0);

}
.mask .patent-scope .scope-selection-type input[type="radio"] + label::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  box-sizing: border-box;
  border-radius: 50%;
  margin-bottom: 2px;
  border: 1px solid #E6E6E6;
  background: #ffffff;
  cursor: pointer;
}
.mask .patent-scope .scope-selection-type input[type="radio"]:checked + label::before{
  background-image: url(../img/common/radio-selected.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: unset;
}
.mask .patent-scope .scope-selection-type input[type="radio"] + label{
  font-size: 14px;
  color: #333333;
}
.mask .patent-scope .scope-selection-type .patentSection,
.mask .patent-scope .scope-selection-type .patentSection .num-input {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.mask .patent-scope .scope-selection-type .patentSection .num-input {
  margin-left: 18px;
}
.mask .patent-scope .scope-selection-type .patentSection .num-input .ht {
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #C4C4C4;
  margin: 15px 4px;
}
.mask .patent-scope .scope-selection-type .patentSection .num-input input{
  width: 96px;
  background: #F4F4F4;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
}
.mask .patent-scope .scope-selection-type .patentSection .num-input input:focus{
  border: 1px solid #05B8C8;
}
.mask .patent-scope .scope-selection-type .patentSection .num-input input::-webkit-input-placeholder{
  color: #A5ACB0;
}
.download_patentBib_temp .patent-scope .scope-selection-type .selectedPatent,
.download_patentBib_temp .patent-scope .scope-selection-type .patentSection {
  width: auto;
}
.download_patentBib_temp .patent-scope .scope-selection-type {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.download_patentBib_temp .patent-scope .scope-selection-type div {
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.download_patentBib_temp .patent-scope .scope-selection-type .selectedPatent {
  margin:  0 40px 0 18px;
}
.download_patentBib_temp .scope-none {
  display: none;
}
.mask .footer {
  position: absolute;
  bottom: 32px;
  width: 100%;
  text-align: center;
}
.mask .footer button {
  border: none;
  background-color: #F8F8F8;
  color: #666666;
}
.mask .footer button:last-child {
  color: #fff;
  background-color: #05B8C8;
  margin-left: 6px;
}
.mask button {
  vertical-align: top;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
}
.mask .nav {
  margin: 0 16px;
  border-bottom: 1px solid #F0F0F0;
  overflow: hidden;
}
.mask .nav .nav-item {
  float: left;
  padding: 10px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #A5ACB0;
  margin-right: 64px;
  cursor: pointer;
}
.mask .nav .nav-item:first-child {
  margin-left: 16px;
}
.mask .nav .nav-item:last-child {
  margin-right: 0;
}
.mask .nav .active {
  color: #05B8C8;
  border-bottom: 2px solid #05B8C8;
}
.mask .tab .tab-item {
  display: none;
  padding-top: 20px;
}
.mask .tab .tab-item:last-child {
  padding-top: 20px;
}
.mask .tab .select-field {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.mask .tab .tab-title {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #A5ACB0;
  margin-left: 32px;
  vertical-align: top;
  margin-right: 20px;
}
.mask .check-box {
  display: inline-block;
  width: 496px;
  color: #333;
  margin: 12px 32px 30px 32px;
}
.mask .check-box .check-children {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.mask .check-box .check-children .check-children-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.mask .check-box .check-children .check-children-content .tip-word {
  min-width: 70px;
  color: #A5ACB0;
  font-size: 14px;
}
.mask .check-box .check-children .check-children-content .checkItem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 24px;
}

.mask .check-box i {
  color: #E6E6E6;
  margin-right: 4px;
  cursor: pointer;
}
.mask .check-box .check-all {
  margin-bottom: 16px;
  margin-left: 95px;
}
.mask .check-box .check-all span {
  font-weight: 500;
}
.mask .check-box .check-all.active .iconfont::before {
  content: "\e69c";
  color: #05B8C8;
}
.mask .check-box .check-item {
  /* float: left; */
  width: 160px;
  margin-bottom: 12px;
}
.mask .check-box .check-item.active .iconfont::before {
  content: "\e69c";
  color: #05B8C8;
}
.mask .saveas {
  color: #666;
}
.mask .saveas:hover {
  background-color: transparent;
  color: #05B8C8;
}
.mask .saveas:focus {
  border-color: #d9d9d9;
}
.mask .saveas.notAllowed {
  color: #A5ACB0;
  background: #F4F4F4;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
}
.mask .notAllowed {
  cursor: not-allowed;
}
.mask .table {
  max-height: 406px;
  margin: 12px 32px 0;
  overflow-y: auto;
}
.mask .table .none-template {
  width: 196px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 110px auto;
}
.mask .table .none-template > div {
  width: 100%;
  text-align: center;
}
.mask .table .none-template .icon {
  width: 50px;
  height: 50px;
  background-image: url(../img/common/noTemplate-icon.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mask .table .none-template .no-template-title {
  height: 22px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin: 16px 0 4px 0;
}
.mask .table .none-template .no-template-tip {
  height: 22px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #A5ACB0;
}
.mask .table::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.mask .table::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  background: #D7DBDF;
}
.mask .table::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: #F8F8F8;
}
.mask .table .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 8px 8px 8px 24px;
  box-sizing: border-box;
}
.mask .table .row:first-child {
  border-top: 1px solid #F0F0F0;
}
.mask .table .row:last-child {
  border-bottom: 1px solid #F0F0F0;
}
.mask .table .row p {
  width: 398px;
  max-height: 40px;
  line-height: 20px;
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mask .table .row .options button {
  height: 26px;
  line-height: 26px;
  padding: 0 12px;
  border: none;
  font-size: 12px;
}
.mask .table .row .options button:first-child {
  background-color: #05B8C8;
  color: #fff;
}
.mask .table .row .options button:last-child {
  color: #666666;
  background-color: transparent;
}
.mask .table .row:nth-child(2n+1) {
  background-color: #F8F8F8;
}

.alert-msg-wrapper .alert-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  width: 332px;
  padding: 14px 28px 32px;
  font-family: "PingFang SC";
  text-align: center;
  background-color: #FFF;
  color: #666666;
  border-radius: 6px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.alert-msg-wrapper .alert-content .close_btn {
  position: absolute;
  top: 15px;
  right: 16px;
  cursor: pointer;
}
.alert-msg-wrapper .alert-content .title_icon {
  width: 36px;
  height: 36px;
  margin: 18px auto 0;
  background-image: url(../img/common/b_success.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.alert-msg-wrapper .alert-content .title_icon[type=warn] {
  background-image: url(../img/common/b_warn.png);
}
.alert-msg-wrapper .alert-content .title_icon[type=ongoing] {
  background-image: url(../img/common/b_ongoing.png);
}
.alert-msg-wrapper .alert-content .title_icon[type=fail] {
  background-image: url(../img/common/b_fail.png);
}
.alert-msg-wrapper .alert-content .title_icon[type=download] {
  background-image: url(../img/common/b_download.png);
}
.alert-msg-wrapper .alert-content .title_icon[type=analysis] {
  background-image: url(../img/common/b_analysis.png);
}
.alert-msg-wrapper .alert-content .content_title {
  margin-top: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.alert-msg-wrapper .alert-content .content_msg {
  margin-top: 4px;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
.alert-msg-wrapper .alert-content .footer-btn {
  display: inline-block;
  margin-top: 24px;
}
.alert-msg-wrapper .alert-content .footer-btn > span {
  width: max-content;
  font-size: 14px;
  line-height: 32px;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  padding: 6px 20px;
  margin: 24px auto 0;
  cursor: pointer;
  margin-right: 10px;
  box-sizing: border-box;
}
.alert-msg-wrapper .alert-content .footer-btn > span:last-child {
  margin-right: 0;
}
.alert-msg-wrapper .alert-content .footer-btn > span.content_confirm_Btn {
  color: #fff;
  background: #05B8C8;
  border: none;
}
.alert-msg-wrapper .alert-content .footer-btn > span.content_confirm_Btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.alert-msg-wrapper .alert-content .content_tips {
  margin-top: 12px;
  font-size: 12px;
  line-height: 20px;
  color: #A5ACB0;
}
.alert-msg-wrapper .alert-content .content_tips > span {
  display: inline-block;
  vertical-align: top;
}
.alert-msg-wrapper .alert-content .content_tips .tips_sign {
  color: #0085E1;
  text-decoration: underline;
  cursor: pointer;
}
.alert-msg-wrapper .alert-content .sign_txt {
  color: #05B8C8;
  background: initial;
}

/*进度条*/
d-progress d-progress-bar d-progress-bar-inner {
  background-color: #05B8C8;
}

/*分页*/
d-pagination d-pagination-num d-text:hover {
  color: #05B8C8;
}
d-pagination d-pagination-num d-text.active {
  color: #05B8C8;
  border-color: #05B8C8;
  background: rgba(5, 184, 200, 0.08);

}

/*button*/
d-button:hover {
  color: #05B8C8;
  border-color: #05B8C8;
}
d-button:active {
  color: #05B8C8;
  border-color: #05B8C8;
}
d-button[type=primary], d-button[loading] {
  background-color: #05B8C8;
  border-color: #05B8C8;
}
d-button[type=primary]:hover {
  background-color: #05B8C8;
  border-color:#05B8C8;
}
d-button[type=primary]:active {
  background-color: #05B8C8;
  border-color: #05B8C8;
}
d-button[type=link][primary] {
  color: #05B8C8;
}
d-button[type=link][primary]:hover {
  color: #008066;
}
d-button[icon=add]:hover {
  background-color: #05B8C8;
}
d-button[icon=add]:active {
  background-color: #008066;
}
d-button[icon=search]:hover {
  background-color: #05B8C8;
}
d-button[icon=search]:active {
  background-color: #008066;
}

/*input*/
input:hover {
  border-color:#05B8C8;
}
input:focus {
  border-color: #05B8C8;
  /* box-shadow: 0 0 1px #05B8C8; */
  box-shadow: 0px 0px 4px 0px #05B8C84D;

}

/*select*/
d-select:hover {
  border-color: rgba(5, 184, 200, 1);
  box-shadow: 0px 0px 4px 0px rgba(5, 184, 200, 0.3);
}
d-select d-select-option d-option-item:hover {
  color: #05B8C8;
  background-color:rgba(23, 134, 214, 0.1);
}

d-spin {
  border-top-color: #05B8C8;
}

d-list[type=multi] table table thead tr,
table[type=multi] table thead tr {
  background: rgba(0, 51, 44, 0.2);
  border-left-color: #00332c;
}

d-node {
  border-color: #05B8C8;
}
d-node::before {
  border-color: #05B8C8;
}
d-node[type=add]::after {
  border-color: #05B8C8;
}
d-node:hover {
  border-color: #008066;
}
d-node:hover::before {
  border-color: #008066;
}
d-node:hover::after {
  border-color: #008066;
}

d-node-box > d-node-item > d-text,
d-node-box d-node-content > d-node-item > d-text {
  color: #05B8C8;
}
d-node-box > d-node-item > d-text:hover,
d-node-box d-node-content > d-node-item > d-text:hover {
  color: #05B8C8;
}

/*d-tab-nav*/
tab-nav-h-item:hover {
  color: #05B8C8;
}

tab-nav-h-item.active {
  color: #05B8C8;
}

tab-nav-h-item.active::after {
  background: #05B8C8;
}

/* 
upload
*/
d-progress-tiny d-progress-bar d-progress-bar-inner {
  background-color: #05B8C8;
}

d-list d-list-body > table tbody > tr td d-button[type=link]:hover {
  color: #05B8C8;
}

d-popover-item:hover {
  color: #05B8C8;
  background: #E9F5FF;
}

/* 
  图标
*/
/*单选框*/
/*复选框*/
d-checkbox:hover::before,
d-checkbox[checked]::before {
  background: url(../img/index_img/checked.png) no-repeat center;
}

/*select 多选*/
/*上传文件图标*/