html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.siderNav {
  height: 100vh;
}
.log {
  z-index: 1;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  box-shadow: 0 1px 9px -3px rgb(0 0 0 / 20%);
}

.menuContainer {
  height: calc(100vh - 72px);
  overflow-x: hidden;
  flex: 1 1;
  padding: 24px 0;
}
.scrollbar-container {
  position: relative;
  height: 100%;
  overflow: hidden!important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
}

.ant-menu-item:not(.ant-menu-item-selected):hover {
  /* background-color: #fff !important; */
}
.ant-layout-sider-children{
  overflow-y: scroll;
}
.ant-layout-sider-children::-webkit-scrollbar {
  width: 0px;
  display: none;
}

.sider-container .ant-menu-light .ant-menu-item-selected{
  color: #fff !important;
  background: linear-gradient(315deg, #2A6EE4 3%, #53A6FF 100%);
  border-radius: 4px !important;
}
.sider-container .ant-menu-light .ant-menu-item{
  color: #A0CBFF;
  border-radius: 4px !important;
}
.sider-container .ant-menu-light .ant-menu-item:hover{
  color: #fff !important;
  background: linear-gradient(315deg, #2A6EE4 3%, #53A6FF 100%);
  border-radius: 4px !important;
}

.sider-container .ant-menu-light.ant-menu-inline .ant-menu-sub.ant-menu-inline{
  background-color: #fff;
  background-color: #1949E8;
}

.sider-container .ant-menu-light{
  background-color: #1949E8;
  color: #fff;
}

.sider-container .ant-menu-submenu-title:hover{
  color: #fff !important;
  background: linear-gradient(315deg, #2A6EE4 3%, #53A6FF 100%);
}

.sider-container .ant-menu-light .ant-menu-submenu-selected >.ant-menu-submenu-title{
  border-radius: 4px !important;
  color: #fff ;
}
.sider-container .ant-menu .ant-menu-submenu-title{
  border-radius: 4px;
  color: #fff;
}

.sider-container .ant-layout-sider-trigger{
  position: static !important;
  background-color: #1949E8 !important;
  color: #fff !important;
}

.sider-container .ant-menu-inline .ant-menu-submenu{
  background-color: #1949E8 !important;
}

.sider-container .ant-layout-sider-children{
  background-color: #1949E8 !important;
}
.number-card {
  /* padding: 10px !important; */
  /* margin-bottom: 24px; */
  cursor: pointer;
  border-radius: 8px;
}
.number-card-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.number-card-icon {
  font-size: 40px;
  /* float: left; */
  display: flex;
  justify-content: flex-start;
  width: 64px;
  margin-right: 10px;
  height: 70px;
  border-radius: 6px;
  opacity: 1;
  position: relative;
}
.number-card-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.number-card-content {
  flex: 1 1;
  /* width: 100%; */
  /* padding-left: 14px; */
}
.number-card-title {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  /* margin-bottom: 6px; */
  font-family: Source Han Sans CN;
  font-weight: normal;
  letter-spacing: 0px;
  color: rgba(0,0,0,0.8);
  font-weight: 400;
}
.number-card-number {
  line-height: 32px;
  font-size: 22px;
  height: 32px;
  margin-top: 12px;
  color: #16161E;
  word-break:break-all; /*支持IE，chrome，FF不支持*/
　word-wrap:break-word;
}
.ant-select-selector {
  border-radius: 4px !important;
}
.ant-input-affix-wrapper {
  border-radius: 4px !important;
}
.number-card-red {
  color: red;
}
.number-card-red  .anticon-arrow-up{
  margin: 0 4px;
}

.number-card-right {
  color: rgba(0,0,0,0.8);
  font-size: 12px;
}

.number-card-right-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-end;
  position: absolute;
  bottom: 28px;
  right: 24px;
}
.barEchart {
  width: 100%;
  height: 100%;
}
.lineEchart {
  height: 100%;
}



.time-select .time-select-range-picker {
  margin-left: 10px;
}
.time-select .check-btn {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0px 12px;
  cursor: pointer;
  color: #626266;
}
.time-select .active-btn {
  color: #4D70FF;
  background: #F1F4FF;
}
.time-select .unactive-btn {
  background: #fff;
  color: #626266;
}
.topic-modal-container{height:100%}.topic-modal-container .topic-modal{height:100%;position:relative;top:0;max-width:100vw;padding:0}.topic-modal-container .topic-modal .ant-modal-content{height:100%;border-radius:0;padding:20px 0}.topic-detail-col{position:relative}.manuscript-detail .topic-detail-col .graph-echart-card{height:654px}.topic-detail-ant-btn{position:absolute;right:38px;top:24px;z-index:999;background-color:rgba(0,0,0,0);cursor:pointer;color:#0f5ae4;border:1px solid #0f5ae4;border-radius:4px;padding:6px 12px;font-size:12px;height:30px;width:90px;justify-content:center;display:flex;align-items:center}.topic-modal .ant-modal-content .ant-card-body{padding:0}.topic-modal .ant-modal-content .ant-modal-header .ant-modal-title{margin-left:20px;font-size:16px}.account-emotions-container .ant-card-body{height:532px}.account-emotions-container .ant-card-body .data-wrapper{height:400px}.account-emotions-container .pie-echart-card .echart-wrapper{height:380px}.account-detail-manager .ant-table-tbody .article-top-text{max-width:570px;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;color:#606060}.account-detail-manager .ant-table-tbody .article-top-text:hover{color:#1890ff}.account-detail-manager .ant-pro-table-search{margin-block-end:0}.account-detail-manager .ant-form-item .ant-form-item-label{text-align:left}.manuscript-detail .ant-col-6{max-width:100%}.accountManager-detail .manuscript-top .top-list-card{height:100%;overflow:hidden}.accountManager-detail .graph-echart-card .echart-wrapper{height:456px}.accountManager-detail .manuscript-top .top-list-card .data-wrapper{overflow-y:visible}.accountManager-detail .account-detail-manager .ant-table-wrapper .ant-table.ant-table-middle .ant-table-thead>tr>th,.accountManager-detail .account-detail-manager .ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody>tr>td{padding:16px 8px}.topic-modal-container .topic-mood-wrapper{position:relative;height:600px}.content-detail .data-trends-wrapper .ant-card-body{padding-bottom:10px}.content-detail .emotion-detail-container .pie-echart-card .meta{height:40px;line-height:40px}.content-detail .emotion-detail-container .pie-echart-card .ant-card-meta-avatar{display:flex;align-items:center;padding-right:8px !important}.content-detail .emotion-detail-container .meta-title-wrapper .page-progress-wrapper{display:inline-block;margin-left:20px}.manuscript-detail .word-cloud-card .data-wrapper{height:320px}.manuscript-detail .topic-keyword-container .echart-wrapper{height:320px}.manuscript-detail .time-option .ant-picker{border-radius:6px !important;font-size:12px !important}.manuscript-detail .time-option .ant-picker .ant-picker-input>input{font-size:14px !important}
.graph-antV-wrapper-all {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 5000px) {
  .proTable-modal .ant-modal .ant-modal-content {
    padding: 1.0417vw 1.25vw;
  }

  .proTable-modal .ant-tag{
    font-size: .625vw;
    line-height: 1.0417vw;
    border-radius: .2083vw;
    margin-inline-end: .4167vw;
    padding-inline: .3646vw;
  }

  .proTable-modal .ant-input-affix-wrapper .ant-input-clear-icon{
    font-size: .625vw;
  }

  .proTable-modal .ant-empty-normal .ant-empty-image{
    height: 2.0833vw;
  }

  .proTable-modal .ant-empty .ant-empty-image svg {
    height: 2.1354vw;
    width: 3.3333vw;
  }
  
  .proTable-modal .ant-empty-description{
    font-size: .7292vw;
  }

  .proTable-modal .ant-pagination .ant-pagination-item a {
    padding: 0 .4167vw;
  }

  .proTable-modal .ant-pagination-next{
    line-height: 1.6667vw;
    height: 1.6667vw;
  }

  .proTable-modal .ant-pagination .ant-pagination-item {
    height: 1.3vw;
    line-height: 1.3vw;
    margin-inline-end: .4167vw;
    border-radius: .3125vw;
  }

  .proTable-modal .ant-table-wrapper .ant-table-pagination.ant-pagination{
      margin: .8333vw 0;
  }

  .proTable-modal .ant-pagination-disabled{
    height: 1.6667vw;
    width: 1.6667vw;
  }

  .proTable-modal .ant-pro .ant-pro-query-filter {
    padding: 0.625vw 1.4583vw 0.625vw 0.4167vw !important;
  }

  .proTable-modal .ant-form-horizontal .ant-form-item-label {
    flex: 0 0 3.3854vw !important;
    line-height: 1.6667vw;
    margin-right: .2604vw;
  }

  .proTable-modal .ant-picker .ant-picker-input>input {
    font-size: 0.7292vw;
  }

  .proTable-modal .ant-input-affix-wrapper>input.ant-input {
    font-size: 0.7292vw;
  }

  .proTable-modal .ant-select-single .ant-select-selector .ant-select-selection-item {
    font-size: .7292vw;
    line-height:  1.6667vw;
    padding-inline-end: .9375vw;
  }

  .proTable-modal .ant-pagination-jump-next-custom-icon{
      min-width: 1vw;
  }

  .proTable-modal .ant-pagination-jump-prev-custom-icon{
      min-width: 1vw;
  }

  .proTable-modal .ant-pagination .ant-pagination-next .ant-pagination-item-link {
    font-size: 0.625vw;
  }

  .proTable-modal .ant-pagination .ant-pagination-prev .ant-pagination-item-link {
    font-size: 0.625vw;
  }

  .proTable-modal .ant-pagination-prev{
    height: 1.6667vw;
    padding:0  0.5vw;
  }

  .proTable-modal .ant-pagination .ant-pagination-options{
    margin-inline-start: .8333vw;
  }

  .proTable-modal .ant-select .ant-select-arrow{
    inset-inline-end: .5729vw;
  }

  .proTable-modal .ant-picker-range {
    height: 1.6667vw;
    padding: .2083vw .5729vw;
  }

  

  .proTable-modal .rc-virtual-list-holder{
    max-height: 14vw !important;
  }

  .proTable-modal .ant-select .ant-select-clear .anticon svg{
    display: none;
  }

  .proTable-modal .ant-modal .ant-modal-close{
    margin-right: 1vw;
  }

  .proTable-modal .anticon svg {
    font-size: 0.625vw;
  }

  .proTable-modal .ant-picker .ant-picker-separator {
    height: 0.8333vw;
    width: auto;
  }

  .proTable-modal .ant-input-affix-wrapper {
    height: 1.6667vw;
    line-height: 1.6667vw;
    padding: .2083vw .5729vw;
  }

  .proTable-modal .ant-space{
    gap: .4167vw !important;
  }

  .proTable-modal .ant-btn {
    font-size: 0.7292vw;
    padding: .2083vw 1.3021vw !important;
    height: 1.4583vw;
    border-radius: .3125vw;
    line-height: 1;
  }

  .proTable-modal .ant-pro .ant-pro-query-filter-collapse-button {
    font-size: 0.7292vw;
  }

  .proTable-modal .ant-table-wrapper .ant-table.ant-table-middle {
    height: 40vh;
  }

  .proTable-modal .ant-table-wrapper .ant-table-tbody>tr>td {
    height: 2vw;
    font-size: 0.7292vw;
    padding: .8333vw;
  }

  .proTable-modal .ant-table-wrapper .ant-table-thead>tr>th{
    padding: .4167vw .8333vw;
  }

  .proTable-modal .ant-picker-range .ant-picker-range-separator{
    padding: 0 .4167vw;
  }

  .proTable-modal .ant-pro-table td.ant-table-cell>a {
    font-size: 0.7292vw;
  }

  .proTable-modal .ant-typography-ellipsis {
    font-size: 0.7292vw;
  }

  .proTable-modal .ant-table-wrapper .ant-table .ant-table-header {
    height: 2vw;
  }

  .proTable-modal .ant-table-thead {
    height: 2vw;
    font-size: 0.7292vw;
  }

  .proTable-modal .ant-table-body {
    max-height: 60vh !important;
  }

  .proTable-modal .ant-table-wrapper .ant-table-pagination.ant-pagination {
    font-size: 0.7292vw;
    align-items: center;
  }

  .proTable-modal .ant-pagination.ant-pagination-mini .ant-pagination-item {
    min-width: 1.25vw;
    height: 1.8229vw;
    line-height: 1.1458vw;
  }

  .proTable-modal .ant-modal .ant-modal-close-x {
    font-size: 0.8333vw;
  }

  .proTable-modal .ant-modal .ant-modal-title {
    font-size: 0.8333vw;
  }

  .proTable-modal .ant-form-item .ant-form-item-label>label {
    font-size: 0.7292vw;
    /* margin-top: 0.2083vw; */
    line-height: 1.6667vw;
    height: 1.6667vw;
  }

  .proTable-modal .ant-modal .ant-modal-close{
    top: .8854vw;
  }

  .proTable-modal .ant-spin .ant-spin-dot{
    height: 0.8vw;
    width: 0.8vw;
  }

  .proTable-modal .ant-spin .ant-spin-dot-item{
    height: 0.4vw;
    width: 0.4vw;
  }

 .proTable-drop  .ant-picker-panel-container .ant-picker-presets {
    max-width: 10.4167vw;
    min-width: 6.25vw;
  }

  .proTable-drop   .ant-picker-panel-container .ant-picker-presets ul{
    padding: .4167vw;
  }

  .proTable-drop   .ant-picker-panel-container .ant-picker-presets ul li{
    font-size: .7292vw;
  }

  .proTable-drop .ant-picker-dropdown-range{
    /* transform: scale(2); */
    padding: .5208vw .2604vw;
  }
  .proTable-drop  .ant-picker-date-panel{
    width: 14.5833vw !important;
    height: 13.2917vw;
  }

  .proTable-drop  .ant-picker-content{
    width: 13.125vw !important;
    height: 6.6667vw !important;
  }

  .proTable-drop   .ant-picker-date-panel .ant-picker-content th{
    width: 1.875vw;
    height: 1.6667vw;
    font-size: .7292vw;

  }

  .proTable-drop  .ant-picker-cell .ant-picker-cell-inner{
    height: 1.25vw;
    line-height: 1.25vw;
    width: 1.25vw;
    font-size: .7292vw;
  }

  .proTable-drop  .ant-picker-header >button{
    font-size: .7292vw;
  }

  .proTable-drop .ant-picker-super-prev-icon::before{
    width: .3646vw !important;
    height: .3646vw !important;
  }

  .proTable-drop .ant-picker-super-prev-icon::after{
    width: .3646vw !important;
    height: .3646vw !important;
  }

  .proTable-drop .ant-picker-super-next-icon::before{
    width: .3646vw !important;
    height: .3646vw !important;
  }

  .proTable-drop .ant-picker-super-next-icon::after{
    width: .3646vw !important;
    height: .3646vw !important;
  }

  .proTable-drop .ant-picker-prev-icon::after{
    width: .3646vw !important;
    height: .3646vw !important;
  }

  .proTable-drop .ant-picker-next-icon::after{
    width: .3646vw !important;
    height: .3646vw !important;
  }

  .proTable-drop .ant-picker-next-icon::before{
    width: .3646vw !important;
    height: .3646vw !important;
  }

  .proTable-drop .ant-picker-header{
    height: 2.08333vw;
    line-height: 2.08333vw;
  }

  .proTable-drop .ant-picker-header-view{
    line-height: 2.0833vw;
  }

  .proTable-drop  .ant-picker-header-view button{
    font-size: .625vw;
    line-height: 2.0833vw;
  }

  .proTable-drop .ant-picker-prev-icon::before{
    width: .3646vw !important;
    height: .3646vw !important;
  }

  .proTable-drop .ant-picker-cell::before{
    height: 1.25vw;
  }

  .proTable-drop .ant-picker-range-arrow{
      width: .8333vw;
      height: .8333vw;
  }

  .proTable-modal .ant-picker-range .ant-picker-clear{
    /* inset-block-end: .5729vw; */
    /* inset-inline-end: 2.0313vw; */
    margin-right: .4167vw;
  }

  .proTable-modal .ant-select-selector {
    height: 1.6667vw !important;
    line-height: 1.6667vw !important;
    padding: 0 .5729vw !important;
  }

  .proTable-modal  .ant-select-selector .ant-select-selection-search-input{
    height: 1.5625vw;
  }

  .proTable-modal .ant-space-item {
    font-size: 0.7292vw;
  }

  .proTable-modal .ant-table-wrapper .ant-table-column-sorter-down {
    font-size: 0.625vw;
  }

  .proTable-modal .ant-table-wrapper .ant-table-column-sorter-up {
    font-size: 0.625vw;
  }

  .proTable-modal .ant-modal-content .article-top-text {
    max-width: 29.6875vw !important;
  }
}

.proTable-modal .ant-modal-content .article-top-text:hover {
  color: #1890ff;
}

.proTable-modal .ant-pro-table-alert {
  display: none;
}

.proTable-modal .ant-modal-content {
  min-width: 900px;
}

.proTable-modal .ant-pro-table-list-toolbar-container{
  padding-block: 20px;
}

.proTable-modal .ant-table-wrapper .ant-table.ant-table-middle .ant-table-thead>tr>th:first-child, 
.proTable-modal .ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody>tr>td:first-child {
  padding: 12px 20px;
}

.proTable-modal .common-table .ant-pro .ant-pro-query-filter{
  padding: 12px 28px 12px 8px;
}

.proTable-modal .ant-modal .ant-modal-header{
  /* margin-bottom: 16px; */
  padding-left: 20px;
}

.proTable-modal .ant-form{
  padding: 24px 24px 24px 0;
}

.proTable-modal .interaction-title{
  background-color:rgba(81,135,250, 0.8);
  color: #fff;
  padding: 10px 14px;
  font-size: 12px;
  border-radius: 4px 0 0 4px;
}

.proTable-modal .interaction-title-self{
  background-color:rgba(90,203,167, 0.8);
  color: #fff;
  padding: 10px 14px;
  font-size: 12px;
  border-radius: 4px 0 0 4px;
}

.proTable-modal .ant-table-row:hover .interaction-main{
  background-color: #fff;
}

.proTable-modal .interaction-main{
  background-color: rgba(244,244,244, 0.4);
  width: 130px;
  padding: 10px 14px;
  font-size: 12px;
  box-sizing: border-box;
}

.proTable-modal  .ant-pro-table-list-toolbar-right{
  height: 14px;
}

.proTable-modal .ant-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.manuscript-proTable-modal .ant-pro-table-search{
  margin-block-end: 0;
}

.manuscript-columns-container .interaction-title{background-color:rgba(81,135,250,.8);color:#fff;padding:10px 14px;font-size:12px;border-radius:4px 0 0 4px}.manuscript-columns-container .interaction-title-self{background-color:rgba(90,203,167,.8);color:#fff;padding:10px 14px;font-size:12px;border-radius:4px 0 0 4px}.manuscript-columns-container .ant-table-row:hover .interaction-main{background-color:#fff}.manuscript-columns-container .interaction-main{background-color:rgba(244,244,244,.4);width:130px;padding:10px 14px;font-size:12px}
.manuscript-columns-container .interaction-title{background-color:rgba(81,135,250,.8);color:#fff;padding:10px 14px;font-size:12px;border-radius:4px 0 0 4px}.manuscript-columns-container .interaction-title-self{background-color:rgba(90,203,167,.8);color:#fff;padding:10px 14px;font-size:12px;border-radius:4px 0 0 4px}.manuscript-columns-container .ant-table-row:hover .interaction-main{background-color:#fff}.manuscript-columns-container .interaction-main{background-color:rgba(244,244,244,.4);width:130px;padding:10px 14px;font-size:12px}
.create-theme-form-wrapper{display:flex}.create-theme-form-wrapper .form-wrapper-left{width:400px}.create-theme-form-wrapper .form-wrapper-right{position:relative;flex:1 1}.create-theme-form-wrapper .form-wrapper-right{height:400px;overflow-y:auto}.create-theme-keyword-content{width:400px;height:300px;overflow-y:auto}.keyword-select-wrapper .ant-select-selector{min-height:34px !important;max-height:120px !important;overflow-y:auto !important}.planned_weight-wrapper{width:260px !important;height:34px}.subject-wrapper{height:34px}
.manuscript-exit-modal .ant-modal-body{margin-top:30px}.manuscript-exit-modal .ant-modal-content{padding-bottom:5px !important}
.graph-echart-card-all {
  /* height: 380px; */
  /* height: 854px; */
  height: calc(100vh - 54px);
  border-radius: 4px;
}

.graph-echart-card-all .ant-card-meta-avatar-all {
  padding-right: 8px;
  font-size: 24px;
  color: rgb(143, 201, 251);
  border-radius: 2px;
}

.graph-echart-card-all .meta-all {
  display: inline-flex;
  height: 40px;
  line-height: 40px;
}

.ant-card-meta-avatar-all .anchor-ink-all {
  height: 20px;
  display: inline-block;
  width: 3px;
  background: #1C7DF3;
}

.graph-echart-card-all .echart-wrapper-all {
  height: calc(100vh - 54px);
}

.echart-wrapper-all .time-option {
  position: absolute;
  right: 66px;
  top: -42px;
}

.graph-echart-card-all .time-wrapper{
  position: absolute;
  right: 60px;
  top: -40px;
}
.bar-echart-card {
  border-radius: 4px;
}

.bar-echart-card .ant-card-meta-avatar {
  padding-right: 8px !important;
  font-size: 24px;
  color: rgb(143, 201, 251);
  border-radius: 2px;
}

.bar-echart-card .meta {
  display: inline-flex;
  height: 40px;
  line-height: 40px;
}

.ant-card-meta-avatar .anchor-ink {
  height: 18px;
  display: inline-block;
  width: 4px;
  background: #1C7DF3;
}

.bar-echart-card .echart-wrapper {
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.word-cloud-card{border-radius:4px}.word-cloud-card .ant-card-meta-avatar{padding-right:8px !important;font-size:24px;color:#8fc9fb;border-radius:2px}.word-cloud-card .meta{display:inline-flex;height:40px;line-height:40px}.word-cloud-card .anchor-ink{height:20px;display:inline-block;width:3px;background:#1c7df3}.word-cloud-card .data-wrapper{width:100%;height:340px;position:relative;display:flex;justify-content:center;align-items:center}
.topic-wordCloud-container{position:relative}#page .topic-wordCloud-container .ant-tabs-nav,.topic-detail .topic-wordCloud-container .ant-tabs-nav{position:absolute;right:40px;top:26px;flex:none;color:#838383;display:block;margin:0;z-index:999;border:none;background-color:#f6f6f6;padding:2px;border-radius:6px}.topic-wordCloud-container .ant-tabs-nav::before{width:0}.topic-wordCloud-container .ant-tabs-nav .ant-tabs-nav-operations{display:none}.topic-wordCloud-container .ant-tabs .ant-tabs-tab-btn:hover{color:#333 !important}.topic-wordCloud-container .ant-tabs .ant-tabs-tab-btn:focus{color:#333 !important}.topic-wordCloud-container .ant-tabs-nav .ant-tabs-tab{border:none;background-color:#fff;padding:0;display:inline-block;height:24px;line-height:24px;font-size:14px !important;padding:0px !important;text-align:center;cursor:pointer;color:#626266}.topic-wordCloud-container .ant-tabs-nav .ant-tabs-tab-active>div{color:#333 !important;background:#fff;border-radius:4px;padding:0 11px;font-size:14px}.topic-wordCloud-container .ant-tabs .ant-tabs-tab-btn{padding:0 11px}#page .topic-wordCloud-container .tabs-unit .ant-tabs-nav{right:310px}#page .ant-tabs .ant-tabs-tab{position:relative;display:inline-flex;align-items:center;font-size:14px;background:rgba(0,0,0,0);border:0;padding:12px 0;outline:none;cursor:pointer}.tabs-merge-card{position:relative}.tabs-merge-card .select-controls{position:absolute;right:30px;top:26px;z-index:999;display:flex;align-items:center}.tabs-merge-card .chart-content{width:100%}
.account-detail-manager .ant-pro-query-filter{padding:24px 0 !important}.account-detail-manager .ant-pro-table-alert{display:none}.account-detail-manager .ant-pro-table-list-toolbar-container{padding-block:20px}.manuscript-detail .ant-table-cell{display:table-cell;vertical-align:middle}.manuscript-detail .similar-excel-btn{position:absolute;top:24px;right:24px}.manuscript-detail .similar-excel-btn-all{position:absolute;top:24px;right:144px}.manuscriptsWithList-wrapper .meta{height:40px;line-height:40px}.manuscriptsWithList-wrapper .ant-card-meta-avatar{display:flex;align-items:center;padding-right:8px !important}.manuscriptsWithList-wrapper .similar-excel-btn{position:absolute;top:24px;right:24px}.manuscriptsWithList-wrapper .similar-excel-btn-all{position:absolute;top:24px;right:144px}.manuscriptsWithList-wrapper .ant-pro-card-body{padding:0}
.progress-wrapper{display:inline-block;width:300px;height:24px}.progress-wrapper .item-wrapper{height:24px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;min-width:80px;max-width:220px;cursor:pointer}
.data-trends-card-wrapper{border-radius:4px}.data-trends-card-wrapper .ant-card-meta-avatar{padding-right:8px !important;font-size:24px;color:#8fc9fb;border-radius:2px}.data-trends-card-wrapper .meta{display:inline-flex !important;height:40px;line-height:40px}.data-trends-card-wrapper .anchor-ink{height:16px;display:inline-block;margin-bottom:2px;width:4px;background:#1c7df3}.data-trends-card-wrapper .operate-wrapper{position:absolute;right:30px;top:30px;display:flex}.data-trends-card-wrapper .operate-wrapper .time-wrapper{margin-left:20px}.data-trends-card-wrapper .operate-wrapper .opereat-select{margin-right:20px}.data-trends-card-wrapper .echart-wrapper{height:324px}
.platform-distributions-wrapper{border-radius:4px}.platform-distributions-wrapper .ant-card-meta-avatar{padding-right:8px !important;font-size:24px;color:#8fc9fb;border-radius:2px}.platform-distributions-wrapper .meta{display:inline-flex !important;height:40px;line-height:40px}.platform-distributions-wrapper .operate-wrapper{position:absolute;right:30px;top:30px;display:flex}.platform-distributions-wrapper .operate-wrapper .time-wrapper{margin-left:20px}.platform-distributions-wrapper .operate-wrapper .opereat-select{margin-right:20px}.platform-distributions-wrapper .echart-wrapper{height:310px}
.pie-chart {
  width: 100%;
  height: 100%;
  /* height: 400px; */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.base-info {
  /* text-align: c; */
  /* height: 20px; */
  line-height: 20px;
  position: relative;
  background-color: #fff;
  padding: 0 24px;
  height: 66px;
  line-height: 66px;
}
.base-info .base-info-title {
  /* margin-left: 10px; */
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 24px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: 700;
  color: #3D3D3D;
}
.base-info .anchor-ink {
  height: 20px;
  display: inline-block;
  width: 4px;
  background: #1C7DF3;
}
.base-info .ant-tag{
  position: absolute;
  cursor: pointer;
  margin-left: 10px;
  color: #fff;
}
.base-info .ant-tag{
  position: absolute;
  cursor: pointer;
  margin-top: 22px;
  margin-left: 10px;
}

.base-info .topic-original-wrapper{
  display: inline-flex;
  /* float: right; */
  position: absolute;
  right: 24px;
  top: 17px;
  margin-right: 30px;
}

.base-info .topic-original-wrapper .original-btn{
  border-radius: 0;
}
.base-info .topic-original-wrapper .original-btn:first-child{
  border-radius: 8px 0 0 8px;
  border-right: none;
}
.base-info .topic-original-wrapper .original-btn:last-child{
  border-radius: 0 8px 8px 0;
  border-left: none;
}
.bread-wrapper {
  /* margin-bottom: 10px; */
}

.bread-wrapper .ant-breadcrumb a {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #868686;
}
.bread-wrapper .ant-breadcrumb-link, .bread-wrapper .ant-breadcrumb-separator {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #040404;
}
.bread-wrapper .ant-breadcrumb .ant-breadcrumb-separator {
  color: #D8D8D8;
  margin: 0 8px;
  font-size: 14px;
}
.search-form-wrapper {
  /* padding: 24px;
  background-color: white;
  border: 1px solid rgba(5, 5, 5, 0.06);
  border-radius: 4px; */
}
.search-form-wrapper .ant-form-item {
  margin-bottom: 0;
}

.search-form-wrapper .ant-btn-primary {
  background: #0256FF;
  border-radius: 4px;
}
.search-form-wrapper .ant-btn-default {
  border-radius: 4px;
}

.search-form-wrapper .ant-space {
  float: left;
}

#page .select-ui{
  display: inline-block;
  /* margin-right: 30px; */
}


.search-right-container .input-ui{
  display: inline-flex;
  width: 240px;
  height: 32px;
  margin-left: 10px;
}
.search-right-container{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.account-timeContainer{
  margin-right: 10px;
  display: flex;
}
.search-right-container .select-tags-account{
  width: 240px;
  height: 32px;
  /* margin-bottom: 10px; */
}
.tag-container{
  margin-top: 20px;
}
.tag-ui{
  cursor: pointer;
  margin-bottom: 10px;
}
.tag-container .ant-tag-blue{
  color: #fff;
  background-color: #0256FF;
}
.tag-container .ant-tag-default{
  background-color: #fff;
}

.top-container .time-select-range-picker {
  /* margin-left: 30px; */
  height: 32px;
}

.top-childContainer{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.select-input-container{
  display: flex;
  flex-wrap: nowrap;
  height: 33px;
  margin-bottom: 10px;
}
.table-list-wrapper {
  /* padding-top: 24px; */
  background-color: white;
}
.proCard-info-wrapper{padding:16px 0px 30px 0px;border:1px solid rgba(225,227,231,.8);border-radius:4px;cursor:pointer;position:relative}.proCard-info-wrapper .info-header{max-width:100%;display:flex;align-items:center;justify-content:flex-start;padding:20px 0px 8px 0px;border-bottom:1px solid rgba(0,0,0,.1);margin:0 15px}.proCard-info-wrapper .card-avatar{display:inline-block;width:36px}.proCard-info-wrapper .card-avatar img{min-width:30px;min-height:30px;width:36px;height:36px;border-radius:50%}.proCard-info-wrapper .card-title{flex:1 1;display:flex;align-items:center;justify-content:space-between;max-width:calc(100% - 46px)}.proCard-info-wrapper .ci-wrapper{margin-left:16px}.proCard-info-wrapper .left-wrapper{display:inline-block}.proCard-info-wrapper .card-title .title{flex:1 1;display:inline-flex;margin:0 10px;height:46px;line-height:46px;font-size:16px;font-family:Source Han Sans CN-Bold,Source Han Sans CN;font-weight:700;color:#3d3d3d;max-width:calc(100% - 46px)}.proCard-info-wrapper .card-title .title .unit-name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-box-orient:vertical}.proCard-info-wrapper .card-title .more{display:inline-flex;float:right;height:46px;align-items:center}.proCard-info-wrapper .rank{display:inline-block;width:20px;height:20px;line-height:20px;border-radius:50%;text-align:center;margin-right:6px;font-size:12px;color:#fff}.proCard-info-wrapper .rank-1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAHjSURBVDiNtZOxaxNxFMc/75cIHQy9Ewc3MzgEbO9+Bw4FI1yhg6BD3TI6OBQUFMStoLuUDi1I8R9wKbjXQkRHyWUouAR0EHQoesndIBjyXO6kSa4mbdrv9H7vfX8f3u89fnBC/fS8hcT330zymZNA0yB4esGYCJHrk7zlaaGJta9V9UF2PJzkn6rjxNpNIIci8G1mcOL7a8CTkXR/1KdhWP5lrVMI7vl+fei8uFhDZGsMovo7j79Uq3Nda1+kcfzdwP08/2/GSRBsoboALOc5KZVeUbwHJ4dedpw9oA5QgqtDHfesXUX1EWA1DMsAibUhEBZAUZElgEuOs5ZDs5fcHgILPM87SeL4bhY/LoJm/mrX8xoluDNckFocBCsA0vP9uoh8OHLp6x9YLqt+RmTuOLhCauBQoTpS+lhpt29Jau2mjm89JpvjaaRwz1A8x1NDAQQeGlWtzQI5RjfM/+Y4gxwDHJwD+MAA++cA3jcDY7Yp+PszqD8wZtvMt1odVd04K6qqbsy3Wh0DUHHddVXdPQPobsV11yH/0s1mv+K6DVXdmQG6U3HdhjSbfQAZNaRBsKKqLwE7JbMtIs8uRtG7o8kxcK6u5y2JyKqI3ET1GiJXstZ+INIZwHsVeetE0aei+38Bb1mZ3FXH54cAAAAASUVORK5CYII=) no-repeat;background-size:100% 100%;color:#fff;padding-top:2px}.proCard-info-wrapper .rank-2{background:#fc7054}.proCard-info-wrapper .rank-3{background:#ffc96a;color:#fff}.proCard-info-wrapper .rank-4{background:#fceece;color:#ff7018}.proCard-info-wrapper .rank-default{background:linear-gradient(180deg, #D9EBFC 0%, #F3F7FD 88%);box-shadow:0px 1px 3px 0px rgba(57,92,134,.3);border-radius:50%;color:#8c8c8c}.proCard-info-wrapper .operate{font-size:18px;color:#d8d8d8;cursor:pointer}.proCard-info-wrapper .card-content .card-content-item{display:inline-block;justify-content:space-between;align-items:center;height:36px}.proCard-info-wrapper .title-wrapper .item-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;margin-right:6px}.proCard-info-wrapper .title-wrapper .item-icon img{height:10px;width:10px}.proCard-info-wrapper .title-wrapper .title,.proCard-info-wrapper .item-number{font-size:14px;font-family:Source Han Sans CN-Regular,Source Han Sans CN;font-weight:400;color:#3d3d3d}#page .proCard-info-wrapper .go-btn{height:24px;line-height:11px;font-size:12px;padding:4px 6px;width:auto;position:absolute;right:20px;z-index:999;color:#3d9bff;border:1px solid #3d9bff;border-radius:4px;top:11px}.proCard-info-wrapper .go-btn:hover{background:rgba(61,155,255,.1)}.proCard-info-wrapper.selected{border:1px solid #165dff;background:rgba(48,120,244,.08)}.proCard-info-wrapper.selected .card-footer{opacity:.3}.proCard-info-wrapper.disabled{background-color:rgba(0,0,0,.04);border-color:#d9d9d9;cursor:not-allowed}.proCard-info-wrapper.disabled .card-footer,.proCard-info-wrapper.disabled .info-header,.proCard-info-wrapper.disabled .card-content{opacity:.3}.proCard-info-wrapper .card-content{height:75px;min-width:455px;padding:24px 12px}.account-list-titleWrapper{position:relative}.right-title{display:flex;align-items:center;position:absolute;left:0;top:0;font-size:13px}.account-list-titleWrapper .platform-title{display:flex;align-items:center;margin-left:10px}.account-list-titleWrapper .platform-image{width:16px;height:16px;margin-right:4px;border-radius:50%}.account-list-titleWrapper .fans-title{font-size:14px;font-weight:500;margin-left:6px;display:inline-flex;align-items:center}.account-list-titleWrapper .fans-sum{display:inline-flex;align-items:center;height:20px}.proCard-info-wrapper .tag-wrapper{display:inline-flex;padding:24px 0 16px 0;margin:0 15px;height:32px;box-sizing:content-box;max-width:calc(100% - 50px);white-space:nowrap;overflow:hidden;overflow-x:scroll}.proCard-info-wrapper .tag-wrapper::-webkit-scrollbar-thumb{background:rgba(0,0,0,0)}.proCard-info-wrapper .tag-wrapper-show::-webkit-scrollbar-thumb{background:#e6e6e6}.proCard-info-wrapper .right-title{font-size:13px}.proCard-info-wrapper .watching-wrapper{display:flex;align-items:center;gap:8px;margin-left:16px}.proCard-info-wrapper .watching-wrapper .icon{height:20px;width:20px}.proCard-info-wrapper .watching-wrapper .text{font-size:13px}
.create-account-wrapper {
  border-radius: 0;
  margin-top: 20px;
}
.ant-modal-content {
  border-radius: 0 !important;
}
.ant-modal-footer div {
  justify-content: flex-start !important;
}

.config-list-wrapper .ant-modal-content .ant-space-item .ant-btn-primary {
  background: #0052D9;
  border-radius: 4px;
}
.config-list-wrapper .ant-modal-content .ant-space-item .ant-btn-default {
  background: #E7E7E7;
  border-radius: 4px;
}
.config-list-wrapper {
  /* padding: 24px 0; */
  padding-top: 24px;
  background-color: white;
  min-width: 1200px;
  /* overflow: hidden; */
  min-height: calc(100vh - 240px);
  position: relative;
  border-radius: 16px;
}
.config-list-wrapper .config-list-wrapper-row{
  min-height: calc(100% - 50px - 24px);
  max-height: calc(100vh - 220px);
  padding: 0 24px;
  overflow: auto;
  /* position: relative; */
}
.select-operate {
  background-color: white;
  overflow: hidden;
}
.select-operate .operate-btn {
  margin: 0 10px;
  display: inline-block;
  float: right;
}
.select-operate {
  padding: 24px 24px 0 24px;
}
.config-list-wrapper .ant-pagination {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 16px 0;
  flex-wrap: wrap;
  row-gap: 8px;
  background-color: white;
}
.config-list-wrapper .config-search-wrapper {
  /* padding: 24px; */
  padding-bottom: 8px;
  background-color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.config-list-wrapper .add-btn {
  /* margin: 30px 0; */
  background: #0256FF;
  border-radius: 3px;
}
.config-list-wrapper .add-btn:hover {
  /* margin: 30px 0; */
  background: #124ec5;
}

.config-list-wrapper .data-types {
  display: inline-block;
  margin-top: 30px;
  /* margin-left: 10px; */
}

.config-list-wrapper .card-list-spin .ant-spin-container {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.config-list-wrapper .mode-wrapper {
  float: right;
}

.config-list-wrapper .mode-wrapper .operate-change-btn {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0px 12px;
  color: #595959;
  cursor: pointer;
  border-radius: 4px;
}
.config-list-wrapper .mode-wrapper .active-btn {
  background: #F0F4FF;
  color: #2766E4;  
}

.config-list-wrapper .mode-wrapper .unactive-btn {
  background: #fff;
  border: 0px;
}
.config-list-wrapper .mode-wrapper .operate-btn {
  margin-right: 4px;
}

.config-list-wrapper .employer-list-body {
  /* padding: 0 24px 20px 24px; */
  background: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  height: 100%;
}

.config-list-wrapper .ant-spin-nested-loading {
  min-height: 300px;
}

.config-list-wrapper .table-list-wrapper .ant-pro-card .ant-pro-card-body{
  padding-inline: 0px;
  padding-block: 0px;
}

.config-list-wrapper .ant-form-item-label {
  flex: none !important;
}
.config-list-wrapper .pagination {
  margin-top: 10px;
}

.config-list-wrapper .pagination-card{
  position: absolute;
  bottom: 0;
  right: 24px;
  z-index: 999;
}

.config-list-wrapper .employer-list-body-card{
  height: calc(100vh - 480px);
}

.ant-table-thead .table-title {
  padding-left: 56px;
}
.ant-table-cell .table-title {
  padding-left: 56px;
}

.config-list-wrapper .ant-pro-query-filter.ant-pro-query-filter {
  padding: 0 !important;
}

.card-info-wrapper .rank{
  line-height: 20px; 
}
.mode-ui{
  margin-top: 30px;
  margin-left: 20px;
}
.operate-ui{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-operate-ui{
  display: flex;
  align-items: center;
  gap: 20px;
}
.data-types-ui{
  /* margin-top: 30px; */
}

.config-list-wrapper .excel-ui{
  border-radius: 3px;
  opacity: 1;
  border: 1px solid #A1BEFF !important;
  background-color: #fff !important;
  color: #3878F9 !important;
  width: 117px !important;
  box-shadow: none !important;
}

.excel-ui:hover{
  background-color: #F0F4FF !important;
}

.top-container .top-childContainer {
  justify-content: normal;
}
.top-container .account-timeContainer {
  margin-left: 10px;
}

.config-top-container {
  display: flex;
  justify-content: space-between;
  padding-left: 28px;
  /* position: fixed;
  z-index: 999;
  background-color: #F7F8FA; */
}

.config-top-container .ant-tabs{
  width: 90%;
}

.config-top-container .add-btn{
  border-radius: 26px 26px 26px 26px !important;
  opacity: 1;
  padding: 0px 20px;
  height: 32px;
  line-height: 32px;
  box-shadow: none !important;
}

.config-top-container .add-btn-container{
  height: 46px;
  line-height: 46px;
  margin-left: 20px;
}

.config-top-container .ant-tabs-top >.ant-tabs-nav::before{
  border-bottom: none;
}

.account-timeContainer .btn-active{
  background-color: #fff !important;
  color: #165DFF;
}

 .config-list-wrapper  .ant-table-wrapper .ant-table.ant-table-middle .ant-table-thead>tr>th, 
 .config-list-wrapper  .ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody>tr>td {
    padding: 16px 8px;
}

 .config-list-wrapper .ant-table-wrapper .ant-table.ant-table-middle .ant-table-thead>tr>th:first-child, 
 .config-list-wrapper .ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody>tr>td:first-child {
   padding: 16px 20px;
}

.account-name-wrapper .avatar-wrapper {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
}
.account-name-wrapper {
  display: flex;
  align-items: center;
}
.config-list-wrapper .ant-table-cell {
  display: table-cell;
  vertical-align: middle;
  min-width: 240px !important;
}

.account-exit-modal .ant-modal-content {
  padding-bottom: 5px !important;
}

.account-exit-modal .ant-modal-header{
  margin-bottom: 16px !important;
}

/* .account-exit-modal .avatar-uploader .ant-upload{
  width: 52px !important;
  height: 52px !important;
} */

.config-list-wrapper .config-list-wrapper-row-table{
  max-height: calc(100vh - 200px);
}

@media screen and (max-width: 1720px) {
  .config-list-wrapper .employer-list-body-card{
    height: calc(100vh - 520px);
  }
  .config-list-wrapper .config-list-wrapper-row-table{
    max-height: calc(100vh - 280px) !important;
  }
}
.customize-data-select .ant-segmented-item-label{height:26px !important;min-height:26px !important}
.card-list {
  /* padding: 24px; */
  background-color: white;
}
.card-list .checkCard-group-wrapper {
  width: 100%;
}
/* @media screen and (min-width: 2100px) {
  .card-list .multiSelect-card-wrapper .platform-list-col{
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 2600px) {
  .card-list .multiSelect-card-wrapper .platform-list-col{
    display: block;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media screen and (min-width: 3100px) {
  .card-list .multiSelect-card-wrapper .platform-list-col{
    display: block;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
} */
.card-list .multiSelect-card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(436px,1fr));
  grid-gap: 20px;
  gap: 20px;
}
.employer-list-wrapper{padding:24px;padding-bottom:24px;background-color:#fff;position:relative;min-width:1240px;min-height:calc(100vh - 60px - 48px)}.employer-list-wrapper .ant-table-cell{display:table-cell;vertical-align:middle}.employer-list-wrapper .data-types{display:inline-block}.select-operate{background-color:#fff;overflow:hidden}.select-operate .operate-btn{margin:0 10px;display:inline-block;float:right;color:#606060}.select-operate{padding:24px 24px 0 24px}.employer-list-wrapper .operate-wrapper{margin:40px 0 30px 0;display:flex;justify-content:space-between;align-items:center}.employer-list-wrapper .operate-wrapper-right{display:flex;align-items:center;gap:16px}.employer-list-wrapper .operate-wrapper-left .excel-ui{border-radius:3px}.employer-list-wrapper .time-wrapper{display:flex;align-items:center;justify-content:space-between}.employer-list-wrapper .input-ui{width:240px;height:32px;margin-left:20px;margin-bottom:10px}.employer-list-wrapper .left-employer{display:flex;flex-wrap:wrap;align-items:center}.employer-list-wrapper .select-tags-unit{margin-left:20px;width:240px;height:32px;margin-bottom:10px}.employer-list-wrapper .ant-pagination{display:flex;justify-content:flex-end;padding:0 0 6px 0;flex-wrap:wrap;row-gap:8px;background-color:#fff}.employer-list-wrapper .operate-list{display:inline-block;float:right}.employer-list-wrapper .excel-ui{border-radius:3px;margin:0;opacity:1;border:1px solid #a1beff !important;background-color:#fff !important;color:#3878f9 !important;width:117px !important;box-shadow:none !important;margin-right:10px}.excel-ui:hover{background-color:#f0f4ff !important}.employer-list-wrapper .operate-list .operate-change-btn{display:inline-block;height:32px;line-height:32px;padding:0px 12px;color:#595959;cursor:pointer;border-radius:4px}.employer-list-wrapper .operate-list .active-btn{background:#f0f4ff;border:0px solid #2766e4;color:#2766e4 !important}.employer-list-wrapper .operate-list .add-btn{color:#606060}.employer-list-wrapper .operate-list .unactive-btn{background:#fff;border:0px}.employer-list-wrapper .operate-list .operate-btn{margin-right:4px;border-radius:4px;color:#606060}.ant-btn-primary{background:#0256ff}.employer-list-wrapper .employer-list-body{min-height:200px}.employer-list-wrapper .ant-pro-card-body{padding:0}.employer-list-wrapper .pagination{margin-top:12px}.employer-list-body-card{height:calc(100vh - 340px);overflow-y:scroll}.page-container{position:absolute;right:24px;bottom:0;padding:10px 0}.employer-list-wrapper .operate-list .compare-btn{color:#4096ff;border-color:#4096ff}.ant-table-thead .table-title{padding-left:56px}.ant-table-cell .table-title{padding-left:56px}.employer-list-wrapper .search-item{display:inline-block;margin-left:20px}.employer-list-wrapper .ant-table-wrapper .ant-table.ant-table-middle .ant-table-thead>tr>th,.employer-list-wrapper .ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody>tr>td{padding:16px 8px}.employer-list-wrapper .ant-table-wrapper .ant-table.ant-table-middle .ant-table-thead>tr>th:first-child,.employer-list-wrapper .ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody>tr>td:first-child{padding:16px 20px}.employer-list-wrapper .ant-pagination .ant-pagination-item{height:26px;width:26px;line-height:26px;border-radius:4px;min-width:26px;margin-top:4px}
.create-unit-wrapper {
  border-radius: 0;
  margin-top: 20px;
}
.ant-modal-content {
  border-radius: 0 !important;
}
.ant-modal-footer div {
  justify-content: flex-start !important;
}

.employer-list-wrapper .ant-modal-content .ant-space-item .ant-btn-primary {
  background: #0052D9;
  border-radius: 4px;
}
.employer-list-wrapper .ant-modal-content .ant-space-item .ant-btn-default {
  background: #E7E7E7;
  border-radius: 4px;
}
.new-add-btn{
  background-color: #0256FF;
  color: #fff !important; 
}
.binding-exit-modal div[aria-hidden=true]{display:none !important}.binding-exit-modal .ant-modal-content{min-width:800px}.binding-exit-modal .ant-modal-body{display:flex;gap:20px;flex-direction:column;align-items:flex-end}.binding-exit-modal .ant-modal-body .top-binding-container{width:100%;margin-top:10px}.binding-exit-modal .ant-modal-body .top-binding-container .text{font-size:14px;font-weight:600;margin-bottom:10px}.binding-exit-modal .ant-modal-body .top-binding-container .account-bind-container{display:flex;gap:10px 20px;flex-wrap:wrap;max-height:320px;overflow-y:scroll}.binding-exit-modal .ant-modal-body .top-binding-container .account-bind-container-item{cursor:pointer;color:#000}.binding-exit-modal .ant-modal-body .top-binding-container .account-bind-container-item-a{cursor:pointer;color:#000;color:#1677ff}
.platform-list-wrapper{border-radius:4px}.platform-list-wrapper .ant-pagination{float:right}.platform-list-wrapper .data-types{display:inline-block;margin-top:8px;position:absolute;top:16px;right:24px}.platform-list .ant-card-meta-avatar{padding-right:8px !important;font-size:24px;color:#8fc9fb;border-radius:2px}.platform-list .meta{height:40px;line-height:40px}.platform-list .anchor-ink{height:18px;display:inline-block;width:4px;background:#1c7df3}.platform-list .platform-list-content{margin-top:10px}.grid-list-content{margin-top:10px;margin-bottom:20px;display:block}.grid-list-content .ant-spin-container{display:grid;grid-template-columns:repeat(auto-fill, minmax(436px, 1fr));grid-gap:20px;gap:20px}
.pro-card-list {
  /* padding: 24px; */
  background-color: white;
}
/* @media screen and (min-width: 2100px) {
  .pro-card-list .platform-list-col{
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 2600px) {
  .pro-card-list .platform-list-col{
    display: block;
    flex: 0 0 20%;
    max-width: 20%;
  }
} */

/* @media screen and (min-width: 3100px) {
  .pro-card-list .platform-list-col{
    display: block;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
} */
.pro-card-list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(483px,1fr));
  grid-gap: 20px;
  gap: 20px;
}
.line-echart-card  {
  border-radius: 4px;
}
.line-echart-card .ant-card-meta-avatar {
  padding-right: 8px !important;
  font-size: 24px;
  color: rgb(143, 201, 251);
  border-radius: 2px;
}

.line-echart-card .meta {
  display: inline-flex !important;
  height: 40px;
  line-height: 40px;
}

.ant-card-meta-avatar .anchor-ink {
  height: 16px;
  display: inline-block;
  width: 4px;
  background: #1C7DF3;
  margin-bottom: 2px;
}

.line-echart-card .operate-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  position: absolute;
  right: 732px;
}

.line-echart-card .select-wrapper .ant-select .ant-select-selector{
  border-radius: 6px !important;
  height: 30px;
  margin-top: 1px;
}

.line-echart-card .select-wrapper {
  display: inline-block;
  /* margin-left: 140px; */
  vertical-align: top;
}
.line-echart-card .ant-card .ant-card-body {
  border-radius: 0 !important;
}
.line-echart-card .time-option-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-left: 26px;
}

.line-echart-card .data-select-wrapper {
  display: inline-block;
  position: absolute;
  right: 300px;
}

.line-echart-card .echart-wrapper {
  height: 324px;
}

.line-echart-card #data-select-wrapper-new-ui .data-select {
  display: flex;
  position: absolute;
  float:none;
  height: 30px;
  top: 28px;
  line-height: 30px;
  right: 50px;
  width: auto;
  margin-top: 0;
  background-color: #F6F6F6;
  padding: 2px 6px;
  border-radius: 19px;
}

.line-echart-card #data-select-wrapper-new-ui .data-select .check-btn{
  padding: 0px 10px;
  font-size: 12px;
  border-radius: 0;
  height: 26px;
  line-height: 26px;
  background-color: #F6F6F6;
}
.line-echart-card #data-select-wrapper-new-ui .data-select .active-btn{
  color: #1C5FE4 !important;
  background: #fff;
  border-radius: 46px;
}

.increase-modal{position:relative}.increase-modal .ant-modal .ant-modal-content{padding-top:20px}.increase-modal .ant-modal .ant-modal-content .ant-modal-close{top:29px}.increase-modal .ant-modal .ant-modal-content .filter-options{position:absolute;right:50px;top:26px;display:flex;align-items:center;gap:10px;z-index:99}.increase-modal .ant-modal .ant-modal-content .increase-container{display:flex;flex-direction:column;gap:20px;align-items:flex-end}.increase-modal .ant-modal .ant-modal-content .list-content{width:100%}.increase-modal .ant-modal .ant-modal-content .list-content .data-item{display:flex;padding-right:10px;border-width:0px 0px 1px 0px;border-style:dashed;border-color:rgba(0,0,0,.16)}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .item-content{flex:1 1;display:flex;align-items:center}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .item-content .top-count{display:inline-block;width:20px;height:20px;font-size:12px;text-align:center;line-height:20px;color:#8c8c8c}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .item-content .top-count-0{background:#fa5858;color:#fff;border-radius:50%}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .item-content .top-count-1{background:#fa9058;color:#fff;border-radius:50%}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .item-content .top-count-2{background:#fac957;color:#fff;border-radius:50%}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .item-content .title{flex:1 1;max-width:86%;margin-left:10px;font-size:14px;color:#3d3d3d;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .icon-list{line-height:44px;font-size:12px}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .icon-list .item-icon-wrapper{min-width:130px;display:inline-flex;align-items:center;gap:6px;margin-left:20px}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .icon-list .item-icon-wrapper .item-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;text-align:center}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .icon-list .item-icon-wrapper .item-icon img{width:6px;height:6px}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .icon-list .item-icon-wrapper .icon-read{background:rgba(149,217,96,.2)}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .icon-list .item-icon-wrapper .icon-comment{background:rgba(215,217,96,.27)}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .icon-list .item-icon-wrapper .icon-thumbsUp{background:rgba(255,115,150,.16)}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .icon-list .item-icon-wrapper .icon-forward{background:rgba(181,147,255,.16)}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .icon-list .item-icon-wrapper .count{vertical-align:middle}.increase-modal .ant-modal .ant-modal-content .list-content .data-item .icon-list .item-icon-wrapper .increase-count{color:#ff4136;margin-left:4px;display:flex;align-items:center;gap:2px}
.fans-account-modal{position:relative}.fans-account-modal .ant-modal .ant-modal-content{padding-left:0;padding-right:0;min-width:1200px}.fans-account-modal .ant-modal .ant-modal-header{padding:0 20px}.fans-account-modal .fans-range{position:absolute;top:16px;left:110px}.fans-account-modal .pro-card-list{width:100%;display:grid;grid-template-columns:repeat(auto-fill, minmax(460px, 1fr));grid-gap:20px;gap:20px;height:calc(100vh - 240px);overflow-y:auto;padding:0 20px}.fans-account-modal .pro-card-list .proCard-info-wrapper{max-height:fit-content}.fans-account-modal .ant-spin-container{position:static;display:flex;justify-content:center;align-items:center;height:calc(100vh - 240px);width:100%;padding:10px 0}
.time-option {
  display: inline-block;
}

.time-option .time-select-range-picker {
  margin-left: 10px;
}
.time-option .check-btn {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0px 12px;
  cursor: pointer;
  color: #626266;
}
.time-option .active-btn-1 {
  color: #4D70FF;
  background: #F1F4FF;
}
.time-option .unactive-btn-1 {
  background: #fff;
  color: #626266;
}

.time-option .active-btn-2 {
  padding: 0px 24px;
  height: 32px;
  line-height: 32px;
  color: #FFFFFF;
  background: #0256FF;
  border-radius: 4px;
  margin-right: 6px;
  border: 1px solid #D8D8D8;
}
.time-option .unactive-btn-2 {
  padding: 0px 24px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  color: #616A76;
  border-radius: 4px;
  margin-right: 6px;
  border: 1px solid #D8D8D8;
}
.data-select {
  display: inline-block;
}

.data-select .check-btn {
  display: inline-block;
  padding: 0px 10px;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  background-color: #F6F6F6;
  cursor: pointer;
}
.data-select .active-btn {
  color: #1C5FE4;
  background: #fff;
  border-radius: 46px;
}
.data-select .unactive-btn {
  color: #626266;
}

.data-select .active-btn-1 {
  padding: 0px 26px;
  margin-right: 6px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #0256FF;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
}
.data-select .unactive-btn-1 {
  padding: 0px 26px;
  margin-right: 6px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  color: #616A76;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
}
.common-pie-echart-card{border-radius:4px}.common-pie-echart-card .ant-card-meta-avatar{padding-right:8px !important;font-size:24px;color:#8fc9fb;border-radius:2px}.common-pie-echart-card .meta{display:inline-flex !important;height:40px;line-height:40px}.ant-card-meta-avatar .anchor-ink{height:16px;display:inline-block;width:4px;background:#1c7df3;margin-bottom:2px}.common-pie-echart-card .data-select-wrapper{display:inline-block}.pie-echart-card .echart-wrapper{flex:1 1}.common-pie-echart-card .data-select{float:right;background-color:#f6f6f6;padding:2px 6px;border-radius:19px}.common-pie-echart-card .operate-wrapper{display:inline-flex;align-items:center;float:right;position:relative;z-index:999}.common-pie-echart-card .pie-spin .ant-spin-nested-loading{position:static;flex:1 1;height:100%}.common-pie-echart-card .pie-spin .ant-spin-container{position:static;display:flex;justify-content:center;align-items:center;height:100%}.common-pie-echart-card #data-select-wrapper-special-ui .data-select{display:flex;float:none;z-index:999;width:auto;margin-top:0;background-color:#f6f6f6;padding:2px 6px;border-radius:19px}.common-pie-echart-card #data-select-wrapper-special-ui .data-select .check-btn{display:inline-block;padding:0px 10px;font-size:12px;border-radius:0;height:26px;line-height:26px;background-color:#f6f6f6;cursor:pointer}.common-pie-echart-card #data-select-wrapper-special-ui .data-select .active-btn{color:#1c5fe4;background:#fff;border-radius:46px}.common-pie-echart-card .echart-wrapper .ant-empty{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.common-pie-echart-card .operate-wrapper .ant-picker{height:30px;border-radius:40px}.common-pie-echart-card .time-option-wrapper{margin-right:34px}.common-pie-echart-card .time-option-wrapper .ant-picker .ant-picker-input>input{font-size:12px}.common-pie-echart-card .content-wrapper{width:100%;display:flex;height:310px}.common-pie-echart-card .content-wrapper .echart-wrapper{position:relative;width:100%}.common-pie-echart-card .operate-wrapper-unit{right:276px}
.graph-echart-card {
  /* height: 380px; */
  height: 654px;
  border-radius: 4px;
}

.graph-echart-card .ant-card-meta-avatar {
  padding-right: 8px !important;
  font-size: 24px;
  color: rgb(143, 201, 251);
  border-radius: 2px;
}

.graph-echart-card .meta {
  display: inline-flex;
  height: 40px;
  line-height: 40px;
}

.graph-echart-card .time-wrapper {
 position: absolute;
 right: 140px;
 top: 22px;
}

.ant-card-meta-avatar .anchor-ink {
  height: 16px;
  display: inline-block;
  width: 4px;
  background: #1C7DF3;
  margin-bottom: 2px;
}

.graph-echart-card .echart-wrapper {
  position: relative;
  height: 564px;
}
.list-card {
  border-radius: 4px;
}

.list-card .data-wrapper {
  height: 332px;
}

.list-card .ant-table-content th {
  height: 28px;
  line-height: 28px;
  padding: 0 !important;
}
.list-card .ant-table-content td {
  height: 28px;
  line-height: 28px;
  padding: 0 !important;
}
.common-top-list-card{border-radius:4px}.common-top-list-card .operate-wrapper{position:absolute;right:30px;top:30px;display:flex}.common-top-list-card .operate-wrapper .time-wrapper{margin-left:20px}.common-top-list-card .operate-wrapper .opereat-select{margin-right:20px}.common-top-list-card .ant-card-meta-avatar{padding-right:8px !important;font-size:24px;color:#8fc9fb;border-radius:2px}.common-top-list-card .meta{display:inline-flex !important;height:40px;line-height:40px}.common-top-list-card .anchor-ink{height:20px;display:inline-block;width:3px;background:#1c7df3}.common-top-list-card .data-wrapper::-webkit-scrollbar{display:none}.common-top-list-card .data-item{display:flex;height:43px;padding-right:10px;border-width:0px 0px 1px 0px;border-style:dashed;border-color:rgba(0,0,0,.16)}.common-top-list-card .data-item .top-count{display:inline-block;width:20px;height:20px;font-size:12px;text-align:center;line-height:20px;color:#8c8c8c}.common-top-list-card .data-item .title{flex:1 1;max-width:76%;margin-left:10px;font-size:14px;color:#3d3d3d;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box}.common-top-list-card .data-item .top-count-0{background:#fa5858;color:#fff;border-radius:50%}.common-top-list-card .data-item .top-count-1{background:#fa9058;color:#fff;border-radius:50%}.common-top-list-card .data-item .top-count-2{background:#fac957;color:#fff;border-radius:50%}.common-top-list-card .item-content{flex:1 1;display:flex;align-items:center}.common-top-list-card .icon-list{line-height:44px;font-size:12px}.common-top-list-card .icon-list .item-icon-wrapper{width:80px;display:inline-block;margin-left:20px}.common-top-list-card .item-icon-wrapper .item-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;text-align:center;margin-right:6px}.common-top-list-card .item-icon-wrapper .item-icon img{width:6px;height:6px}.common-top-list-card .icon-spreadIndex{background:rgba(2,86,255,.1)}.common-top-list-card .icon-read{background:rgba(149,217,96,.2)}.common-top-list-card .icon-comment{background:rgba(215,217,96,.27)}.common-top-list-card .icon-thumbsUp{background:rgba(255,115,150,.16)}.common-top-list-card .icon-forward{background:rgba(181,147,255,.16)}.common-top-list-card .count{vertical-align:middle}.common-top-list-card .network-and-original-container{display:inline-flex;vertical-align:top}.common-top-list-card .network-and-original-container>div{display:inline-block;vertical-align:top;margin-top:2px}.common-top-list-card .network-and-original-container .network-container{position:absolute;right:290px;display:flex;align-items:center;margin-top:4px}.common-top-list-card .network-and-original-container .switchData-container{position:absolute;right:24px;background-color:#f6f6f6;border-radius:19px;padding:2px 6px}.common-top-list-card .network-and-original-container .switchData-container span{color:#838383}.common-top-list-card .customize-data-select{position:absolute;right:24px}.common-top-list-card .customize-data-select .ant-segmented-item-label{height:26px !important;min-height:26px !important}.common-top-list-card .network-and-original-container span{display:inline-block;height:24px;line-height:24px;font-size:12px;padding:0px 10px;text-align:center;cursor:pointer;color:#626266}.common-top-list-card .network-and-original-container .btn-active{color:#1c5fe4 !important;background:#fff;border-radius:44px}.common-top-list-card .data-wrapper{height:330px;overflow-y:scroll}.common-top-list-card .empty-data{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}
.line-echart-detail-card{border-radius:4px}.line-echart-detail-card .ant-card-meta-avatar{padding-right:8px !important;font-size:24px;color:#8fc9fb;border-radius:2px}.line-echart-detail-card .meta{display:inline-flex !important;height:40px;line-height:40px}.ant-card-meta-avatar .anchor-ink{height:16px;display:inline-block;width:4px;background:#1c7df3;margin-bottom:2px}.line-echart-detail-card .operate-wrapper{display:inline-block;vertical-align:top;float:right}.line-echart-detail-card .select-wrapper{display:inline-block;vertical-align:top}.line-echart-detail-card .ant-card .ant-card-body{border-radius:0 !important}.line-echart-detail-card .time-option-wrapper{display:inline-block;vertical-align:top;margin-left:26px;margin-right:34px}.line-echart-detail-card .data-select-wrapper{display:inline-block}.line-echart-detail-card .content-wrapper{display:flex;width:100%;height:324px}.line-echart-detail-card .echart-wrapper{height:324px;flex:1 1}.line-echart-detail-card .data-select{background-color:#f6f6f6;padding:2px 6px;border-radius:19px}.select-wrapper .select-main{width:115px !important}.line-echart-detail-card #data-select-detail-special-ui .data-select{display:flex;position:absolute;float:none;height:26px;top:30px;line-height:26px;right:30px;z-index:999;width:auto;margin-top:0;background-color:#f6f6f6;padding:2px 6px;border-radius:19px}.line-echart-detail-card #data-select-detail-special-ui .data-select .check-btn{padding:0px 10px;font-size:12px;border-radius:0;height:22px;line-height:22px;background-color:#f6f6f6}.line-echart-detail-card #data-select-detail-special-ui .data-select .active-btn{color:#1c5fe4 !important;background:#fff;border-radius:44px}.line-echart-detail-card .time-option-wrapper .ant-picker{height:30px;border-radius:40px}.line-echart-detail-card .time-option-wrapper .ant-picker .ant-picker-input>input{font-size:12px}
.card-info-wrapper {
  padding: 20px 24px 34px 24px;
  border: 1px solid rgba(225,227,231,0.8);
  border-radius: 4px;
  cursor: pointer;
}

.card-info-wrapper .info-header {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.card-info-wrapper .card-avatar {
  display: inline-block;
  width: 36px;
}

.card-info-wrapper .card-avatar img {
    min-width: 30px;
    min-height: 30px;
    width: 36px;
    height: 36px;
}

.card-info-wrapper .card-title {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(100% - 36px);
}

.card-info-wrapper .left-wrapper {
  display: inline-block;
}

.card-info-wrapper .card-title .title {
  flex: 1 1;
  /* max-width: 70%; */
  display: inline-block;
  margin: 0 10px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: 700;
  color: #3D3D3D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
}

.card-info-wrapper .card-title .more {
  display: inline-flex;
  float: right;
  height: 46px;
  align-items: center;
  /* line-height: 46px; */
}

.card-info-wrapper .rank {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-right: 8px;
  font-size: 12px;
  color: #fff;
}

.card-info-wrapper .rank-1 {
  /* background: #6FA1F7; */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAHjSURBVDiNtZOxaxNxFMc/75cIHQy9Ewc3MzgEbO9+Bw4FI1yhg6BD3TI6OBQUFMStoLuUDi1I8R9wKbjXQkRHyWUouAR0EHQoesndIBjyXO6kSa4mbdrv9H7vfX8f3u89fnBC/fS8hcT330zymZNA0yB4esGYCJHrk7zlaaGJta9V9UF2PJzkn6rjxNpNIIci8G1mcOL7a8CTkXR/1KdhWP5lrVMI7vl+fei8uFhDZGsMovo7j79Uq3Nda1+kcfzdwP08/2/GSRBsoboALOc5KZVeUbwHJ4dedpw9oA5QgqtDHfesXUX1EWA1DMsAibUhEBZAUZElgEuOs5ZDs5fcHgILPM87SeL4bhY/LoJm/mrX8xoluDNckFocBCsA0vP9uoh8OHLp6x9YLqt+RmTuOLhCauBQoTpS+lhpt29Jau2mjm89JpvjaaRwz1A8x1NDAQQeGlWtzQI5RjfM/+Y4gxwDHJwD+MAA++cA3jcDY7Yp+PszqD8wZtvMt1odVd04K6qqbsy3Wh0DUHHddVXdPQPobsV11yH/0s1mv+K6DVXdmQG6U3HdhjSbfQAZNaRBsKKqLwE7JbMtIs8uRtG7o8kxcK6u5y2JyKqI3ET1GiJXstZ+INIZwHsVeetE0aei+38Bb1mZ3FXH54cAAAAASUVORK5CYII=) no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
  padding-top: 2px;
}
.card-info-wrapper .rank-2 {
  background: #FC7054;
  /* color: #FF4C4C; */
}
.card-info-wrapper .rank-3 {
  background: #FFC96A;
  color: #FFFFFF;
}
.card-info-wrapper .rank-4 {
  background: #FCEECE;
  color: #FF7018;
}

.card-info-wrapper .operate {
  font-size: 18px;
  color: #D8D8D8;
  cursor: pointer;
}

.card-info-wrapper .card-content {
  padding: 24px 0;
}

.card-info-wrapper .card-content .card-content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  /* line-height: 36px; */
  padding: 0 12px;
}

.card-info-wrapper .title-wrapper .item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
}
.card-info-wrapper .title-wrapper .item-icon img {
  height: 10px;
  width: 10px;
}
.card-info-wrapper .title-wrapper .title, .card-info-wrapper .item-number {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #3D3D3D;
}

.card-info-wrapper .go-btn {
  height: 38px;
  color: #808080;
}

.card-info-wrapper.selected {
  border: 1px solid #165DFF;
  background: rgba(48,120,244,0.08);
}
.card-info-wrapper.selected .card-footer {
  opacity: .3;
}

.card-info-wrapper.disabled {
  background-color: rgba(0, 0, 0, 0.04);
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.card-info-wrapper.disabled .card-footer,
.card-info-wrapper.disabled .info-header,
.card-info-wrapper.disabled .card-content {
  opacity: .3;
}
.card-info-wrapper .card-content {
  height: 228px;
}

.account-list-titleWrapper{
  position: relative;
}
.right-title{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}
.title-info-wrapper {
  background-color: #fff;
  padding: 0 24px;
  height: 66px;
  line-height: 66px;
}
.title-info-wrapper .ant-picker {
  height: 32px;
}
.title-info-wrapper .base-info-title {
  /* display: inline-flex;
  align-items: center;
  gap: 16px; */
  display: inline-block;
  font-size: 18px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: 700;
  color: #3D3D3D;
}

.title-info-wrapper .unit-original-wrapper{
  display: inline-block;
  /* float: right; */
  position: absolute;
  right: 600px;
}

/* .title-info-wrapper .unit-original-wrapper .original-btn{
    border-radius: 0;
}
.title-info-wrapper .unit-original-wrapper .original-btn:first-child{
    border-radius: 4px 0 0 4px;
}
.title-info-wrapper .unit-original-wrapper .original-btn:last-child{
    border-radius: 0 4px 4px 0;
} */

.title-info-wrapper .time-wrapper {
  display: inline-block;
  float: right;
}

.title-info-wrapper .anchor-ink {
  height: 20px;
  display: inline-block;
  width: 4px;
  background: #1C7DF3;
  margin-right: 10px;
  vertical-align: sub;
}
.media-detail-Wrapper{border-radius:4px}.media-detail-Wrapper .ant-card-meta-avatar{padding-right:8px !important;font-size:24px;color:#8fc9fb;border-radius:2px}.media-detail-Wrapper .meta{display:inline-flex !important;height:40px;line-height:40px}.ant-card-meta-avatar .anchor-ink{height:16px;display:inline-block;margin-bottom:2px;width:4px;background:#1c7df3}.media-detail-Wrapper .content-wrapper{display:flex;justify-content:center;height:310px;margin-right:50px}.media-detail-Wrapper .data-select-wrapper{display:inline-block;width:150px;margin-top:40px}.media-detail-Wrapper .right-wrapper{width:350px;border:1px solid rgba(5,5,5,.06)}.media-detail-Wrapper .ant-table-content th{height:32px;line-height:32px;padding:0 !important}.media-detail-Wrapper .ant-table-content td{height:28px;line-height:28px;padding:0 !important}.media-detail-Wrapper .ant-table-wrapper .ant-table-thead>tr>th{font-size:14px;font-family:Source Han Sans CN-Regular,Source Han Sans CN;font-weight:400;color:#fff;background:#165dff}.media-detail-Wrapper .ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:last-child{border-start-end-radius:0 !important}.media-detail-Wrapper .ant-table-wrapper .ant-table-container table>thead>tr:first-child>*:first-child{border-start-start-radius:0 !important;padding-left:30px !important}.media-detail-Wrapper .ant-table-wrapper .ant-table .ant-table-header{border-radius:0}.media-detail-Wrapper .ant-table-wrapper .ant-table.ant-table-middle .ant-table-thead>tr>th,.media-detail-Wrapper .ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody>tr>td{padding:0;height:32px;line-height:32px;width:174px;padding-bottom:6px}.media-detail-Wrapper .ant-table-wrapper .ant-table.ant-table-middle .ant-table-thead>tr>th{padding:0;height:32px;line-height:32px;width:174px}.media-detail-Wrapper .ant-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before{width:0}.media-detail-Wrapper .ant-table-header colgroup col{width:0}.media-detail-Wrapper .ant-pro-card .ant-pro-card-body{padding-inline:0;padding-block:0}.media-detail-Wrapper .ant-table-body{overflow-x:hidden !important}.media-detail-Wrapper .ant-table-cell .ant-table-cell-scrollbar{display:none !important}.media-detail-Wrapper .data-select .check-btn{display:block;height:26px;line-height:26px;text-align:right;font-size:14px}.media-detail-table .ant-table-body::-webkit-scrollbar-thumb{border-radius:4px}.media-detail-table .ant-table-body{box-shadow:inset 10px 0 8px -8px rgba(5,5,5,.06)}.media-detail-Wrapper .data-select .active-btn{color:#4d70ff;border-radius:0}.media-detail-Wrapper .data-select .unactive-btn{background:#fff;color:#626266}.media-detail-Wrapper .operate-wrapper{position:absolute;top:26px;right:30px}
.reply-modal .ant-modal{position:absolute;right:70px;bottom:60px;top:auto;top:initial}.reply-modal .ant-modal-content{border-radius:8px}.reply-modal .ant-modal-content .ant-modal-header{border-bottom:none;padding-bottom:0}.reply-modal .ai-reply-container .info-section .info-item{margin-bottom:16px}.reply-modal .ai-reply-container .info-section .info-item .info-label{color:#666;font-size:14px;margin-bottom:8px}.reply-modal .ai-reply-container .info-section .info-item .info-content{color:#333;font-size:14px;line-height:1.5;word-break:break-all}.reply-modal .ai-reply-container .info-section .info-item .result-content{min-height:60px;background-color:#f9f9f9;padding:8px;border-radius:4px}.reply-modal .ai-reply-container .action-buttons{display:flex;justify-content:flex-end}.reply-modal .ai-reply-container .modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:16px;border-top:1px solid #f0f0f0}.reply-modal .info-item-wrapper{background:#f5f5f5;border-radius:7px;padding:10px;min-height:200px;position:relative}.reply-modal .info-item-wrapper .result-wrapper{height:160px;overflow-y:auto}.reply-modal .info-item-wrapper .action-buttons{position:absolute;bottom:12px;right:12px}.reply-modal .info-item-wrapper .action-buttons .ant-btn{border:none;height:24px;width:70px;font-size:12px}.reply-modal .ant-input{padding:6px}.reply-modal .modal-footer .ant-btn-default,.reply-modal .modal-footer .ant-btn-primary{height:40px;width:80px;font-size:16px}.reply-modal .modal-footer .ant-btn-default{border:1px solid #4e86ff;color:#4e86ff}
.emotion-detail-wrapper{border-radius:4px;background:#fff}.emotion-detail-wrapper .ant-pro .ant-pro-query-filter{padding:12px 24px}.emotion-detail-wrapper .ant-form-item .ant-form-item-label{text-align:left}.emotion-detail-wrapper .select-wrapper .search-item{display:inline-block;margin-right:24px}.emotion-detail-wrapper .article-top-text{max-width:570px;padding:0 56px;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;color:#606060}.emotion-detail-wrapper .search-input{width:220px;margin-bottom:20px}.emotion-detail-wrapper .ant-table-wrapper .ant-table.ant-table-middle .ant-table-thead>tr>th,.emotion-detail-wrapper .ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody>tr>td{padding:16px 8px}.emotion-detail-wrapper .ant-table-wrapper .ant-table.ant-table-middle .ant-table-thead>tr>th:first-child,.emotion-detail-wrapper .ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody>tr>td:first-child{padding:16px 16px}.emotion-detail-wrapper .ant-pro-card .ant-pro-card-body{display:block;box-sizing:border-box;height:100%;padding-inline:0;padding-block:0}.emotion-detail-wrapper .select-wrapper{padding:24px 0}
.word-cloud2-wrapper{
  width: 100%;
  height: 100%;
  padding: 16px;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* flex: 1; */
  /* height: 500px; */
  /* text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); */
}
.word-cloud-wrapper{
  width: 54%;
  height: calc(100% - 180px);
  /* height: 100%; */
  padding: 60px 0 40px 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.word-main {
  width: 100%;
  height: calc(100vh - 240px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.word-manuscripts{
  position: absolute;
  left: 54%;
  height: calc(100% - 60px);
  background-color: #fff;
  width: 46%;
}

.word-modal .ant-modal-content{
  min-width: 1200px;
}

.word-modal .ant-table-body{
  /* max-height: none !important; */
}

.word-modal .select-content{
  margin: 24px;
  margin-left: 42px;
}

.word-modal .ant-table-wrapper .ant-table.ant-table-middle .ant-table-thead>tr>th:first-child, 
.word-modal .ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody>tr>td:first-child {
  padding: 12px 20px;
}
.graph-antV-wrapper {
  /* height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; */
  width: 100%;
  height: 100%;
  /* height: 400px; */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
/* .renderNumberCard-grid-container{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
} */

  .renderNumberCard-grid-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(408px, 1fr));
    grid-gap: 12px;
    gap: 12px;
  }
  .renderNumberCard-grid-container-item{
    min-width: 220px;
  }
  .renderNumberCard-five-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(408px, 1fr));
    grid-gap: 12px;
    gap: 12px;
  }
  .renderNumberCard-four-container{
    display: flex;
    gap: 12px;
  }
  .renderNumberCard-four-container .renderNumberCard-grid-container-item{
    flex: 1 1;
  }
/* 
  .renderNumberCard-four-container .renderNumberCard-grid-container-item{
    flex: 1;
  } */
@media screen and (max-width: 1650px) and (min-width: 1538px) {
  /* .renderNumberCard-grid-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 12px;
  }
  .renderNumberCard-grid-container-item{
    min-width: auto;
  } */
  .renderNumberCard-four-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(386px, 1fr));
    grid-gap: 12px;
    gap: 12px;
  }
}
@media screen and (max-width: 1538px) {
  /* .renderNumberCard-grid-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(306px, 1fr));
    gap: 12px;
  } */
  .renderNumberCard-four-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(408px, 1fr));
    grid-gap: 12px;
    gap: 12px;
  }
  /* .renderNumberCard-grid-container-item{
    min-width: auto;
  } */
}
@media screen and (max-width: 1335px) {
  .renderNumberCard-four-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    grid-gap: 12px;
    gap: 12px;
  }
}
@media screen and (min-width: 2400px) {
  .renderNumberCard-grid-container{
    /* display: grid;
    grid-template-columns: repeat(6,repeat); */
    gap: 12px;
    display: flex;
  }
  .renderNumberCard-grid-container-item{
   flex: 1 1;
  }
}
.barEchart {
  width: 100%;
  height: 100%;
}
.barEchart-modal .ant-pro .ant-pro-query-filter{
  padding: 12px 28px 12px 8px;
}
.barEchart-modal .ant-btn{
  padding: 4px 25px;
}
.no-data-wrapper {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.no-data-wrapper img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.no-data-img{
  background: url(/static/media/no_data-02.2125295b02f6439f013e.svg) no-repeat center; 
  background-size: 6.25vw 6.25vw;
  height: 100%;
  width: 100%;
}
.unit-manuscript-container{background-color:#fff;padding:24px;position:relative}.unit-manuscript-container .excel-btn,.unit-manuscript-container .excel-btn-all{position:absolute;right:24px;top:28px;z-index:20;border-radius:4px}.unit-manuscript-container .excel-btn-all{right:144px}.unit-manuscript-container .unit-manuscript .ant-btn{box-shadow:none;border-radius:4px}.unit-manuscript-container .unit-manuscript .ant-table-wrapper .ant-table.ant-table-middle .ant-table-thead>tr>th:first-child,.unit-manuscript-container .unit-manuscript .ant-table-wrapper .ant-table.ant-table-middle .ant-table-tbody>tr>td:first-child{padding:16px 16px}.unit-manuscript-container .unit-manuscript .ant-pro-table-alert{display:none}.unit-manuscript-container .interaction-title{background-color:rgba(81,135,250,.8);color:#fff;padding:10px 14px;font-size:12px;border-radius:4px 0 0 4px}.unit-manuscript-container .interaction-title-self{background-color:rgba(90,203,167,.8);color:#fff;padding:10px 14px;font-size:12px;border-radius:4px 0 0 4px}.unit-manuscript-container .ant-table-row:hover .interaction-main{background-color:#fff}.unit-manuscript-container .interaction-main{background-color:rgba(244,244,244,.4);width:130px;padding:10px 14px;font-size:12px}.unit-manuscript-container .article-top-text{max-width:570px;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;color:#606060}.unit-manuscript-container .article-top-text:hover{color:#6492fe}.unit-manuscript-container .ant-table-cell{display:table-cell;vertical-align:middle}.unit-manuscript-container .ant-pro-card .ant-pro-card-body{display:block;box-sizing:border-box;height:100%;padding-inline:0;padding-block:0}.unit-manuscript-container .ant-pro .ant-pro-query-filter{padding:24px 0}
.barEchart {
  width: 100%;
  height: 100%;
}
.release-area-card{position:relative}.release-area-card .ant-card-body{height:100%}.release-area-card .release-area-content{height:546px;display:flex}.release-area-card .release-area-content .option-top-container{display:flex;margin-top:-26px}.release-area-card .release-area-content .barCharts-container{display:flex;justify-content:center;align-items:center;height:100%;width:61%;padding-right:60px}.release-area-card .release-area-content .ant-empty{width:64%}.release-area-card .release-area-content .rankBy-list{height:100%;width:39%}.release-area-card .release-area-content .rankBy-list .rankBy-bottom-container{margin-top:45px;margin-left:3px;height:100%}.release-area-card .release-area-content .rankBy-list .rankBy-bottom-container .bottom-content{overflow-y:auto;height:calc(100% - 105px)}.release-area-card .release-area-content .rankBy-list .rankBy-bottom-container .bottom-content::-webkit-scrollbar{width:8px}.release-area-card .release-area-content .rankBy-list .rankBy-bottom-container .bottom-content::-webkit-scrollbar-thumb{border-radius:8px}.release-area-card .release-area-content .rankBy-list .rankBy-bottom-container .title{font-weight:600;font-size:20px;margin-bottom:12px}.release-area-card .release-area-content .rankBy-list .rankBy-bottom-container .sort-container{margin-top:20px;padding:0 8px;display:flex;justify-content:space-between;align-items:center}.release-area-card .release-area-content .rankBy-list .rankBy-bottom-container .sort-container:first-child .sort-index{background:url(/static/media/top-1.fb9101c6c7af1681ae6a.svg) !important;color:#fff !important}.release-area-card .release-area-content .rankBy-list .rankBy-bottom-container .sort-container:nth-child(2) .sort-index{background:#e65a16 !important;color:#fff !important}.release-area-card .release-area-content .rankBy-list .rankBy-bottom-container .sort-container:nth-child(3) .sort-index{background:#eea303 !important;color:#fff !important}.release-area-card .release-area-content .rankBy-list .rankBy-bottom-container .sort-container div{height:24px;line-height:24px;font-size:16px}.release-area-card .release-area-content .rankBy-list .rankBy-bottom-container .sort-container .sort-label{display:flex;gap:20px}.release-area-card .release-area-content .rankBy-list .rankBy-bottom-container .sort-container .sort-label .sort-index{display:flex;justify-content:center;align-items:center;width:24px;height:24px;color:#8c8c8c;background:linear-gradient(180deg, #d9ebfc, #f3f7fd 88%);border-radius:50%}.release-area-card .meta{display:inline-flex;height:40px;line-height:40px}.release-area-card .ant-card-meta-avatar{padding-right:8px !important;font-size:24px;color:#8fc9fb;border-radius:2px}.release-area-card .ant-card-meta-avatar .anchor-ink{height:16px;display:inline-block;width:4px;background:#1c7df3;margin-bottom:2px}.release-area-card .release-area-options{position:absolute;top:30px;right:360px;display:inline-flex;vertical-align:top;background-color:#f6f6f6;border-radius:19px;padding:2px 6px}.release-area-card .release-area-options span{padding:0px 10px;font-size:12px;border-radius:0;height:22px;line-height:22px;background-color:#f6f6f6;cursor:pointer}.release-area-card .release-area-options .btn-active{color:#1c5fe4 !important;background:#fff;border-radius:44px}.release-area-card .select-city-container{position:absolute;right:26px;top:30px;display:flex;align-items:center;gap:10px}.release-area-card .ant-skeleton{height:546px;display:flex;justify-content:center;align-items:center}.release-area-card .ant-empty{height:546px;display:flex;flex-direction:column;justify-content:center;align-items:center}.release-area-card .ant-select-selection-item{height:26px;line-height:26px !important}.release-area-card .ant-select-selector{height:26px !important}.release-area-card .ant-select-selection-search{height:26px !important}
.header{position:fixed;top:0;right:0;width:calc(100% - 200px);height:72px !important;z-index:29;transition:width .2s !important;padding:0 !important;background-color:#fff !important;box-shadow:4px 4px 40px 0 rgba(0,0,0,.05)}.emotion-tip-container{width:100% !important}.header.header-collapsed{width:calc(100% - 80px)}.content-container{height:100%;flex:1 1;overflow-y:scroll;min-width:1000px}.content-container .ant-spin-nested-loading{height:100%}.content-container .content-spin{max-height:none !important}#page{min-width:1300px;display:flex;flex-direction:column;height:100vh;overflow-x:hidden}#page .content-header{display:flex;align-items:center;position:relative;padding-left:16px;background-color:#fff;height:60px;line-height:60px;font-family:Source Han Sans CN;font-size:18px;font-weight:normal;color:#fff;box-shadow:0px 4px 10px 0px rgba(78,89,105,.1),0px 0px 0px 0px #e5e6eb;z-index:98}#page .content-body{display:flex;flex:1 1;background-color:#f9fafc}#page .content-header .logo{width:32px;height:32px;margin-right:12px;background:url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsSAAALEgHS3X78AAAB9klEQVRYhcWXwXWCQBRFHznuYwdhz0LTAKECYgdYgh0k6YASpANCBUgDMQv22oFUMDmf8/Aggg4znPh2CsO/M/P/mz+OUgq2cookAPAJ4I2fSuS38qPDvU9bAThF4gKIAbwPvPIlz5UfnSYFcIpkDmAD4EPj9UreVX60nQTAKZI1Z/08aiDwS5DcCIDLLYNfRgbuagdg1WzLk+4oJpQs+9ESQBI15zbqAxAiVX7kMrkqC4iFrMJogBaIlJzLcjOVawxAiJPyI0nIV+6rkWY6g7wMXaORPFiXIXLlR3sAgVMk6Q0/GNRNAC+rl0kCR51HkpD7zn8bE4DeLfAyzL2sDrzvCV4HK0NcuJuO7fbpagW8DGvOerDey/Bq9sY6A3gZlnS4t6k+rqMZg8/pcmPt1VpNDqweEVzUALgPiH1oA/y3xMbTRwGIawbNaajlhBPpyDbtojGZDMApkuXAo4rl3duaGQGIRZchzs7Hsz3uefVuc2q6AnFznlPLTiXtGDjvHd1S3ZLR93UazLZ2PBOsbNmmCsSyf7wMWzqpFYDRSUbJaXngKo5WswXNWbCwAAFLTbYl1R1wbssJkU5wGgpE0K4SLYBGbL9ig9WoOPveG5A2QAtkzA2ovgN2uyQrAELcuwN+c9bGSax1NetpTmujka7YNHAtAH8GnbzJGjh5gwAAAABJRU5ErkJggg==) no-repeat right top;background-size:100% 100%}#page .content-header .title{font-weight:bold;color:#2254d1}.content-header .header-bread{margin-left:42px}.content-main-container{padding:24px;min-height:calc(100% - 60px) !important;height:100%;overflow:auto}.content-container::-webkit-scrollbar-thumb{background-color:#e6e6e6}.content-container::-webkit-scrollbar{width:8px;height:8px}#page .ant-float-btn{background:#1890ff;transition:all .3s;box-shadow:0 0 15px 1px rgba(69,65,78,.1);color:#fff}#page .content-backtop{right:50px}#page .ant-float-btn-icon{color:#fff}#page .ant-float-btn-body{background:#4280f9}#page .ant-float-btn:hover{opacity:1}.content-header .header-avatar{position:absolute;right:24px;height:60px;cursor:pointer}.content-header .avatar-wrapper{display:inline-flex;align-items:center;height:60px;line-height:60px}.content-header .header-avatar img{width:32px;height:32px;margin-right:14px}.content-header .icon-down{font-size:12px;color:#6b9dff}.anchor-title-item{display:inline-flex;flex-direction:column;align-items:center;position:fixed;right:24px;bottom:258px;width:42px;height:42px;padding:6px 10px 10px 10px;background:#4280f9;border-radius:4px;font-size:12px;color:#fff;cursor:pointer;z-index:999}.anchor-title-item .anchor-title{color:#fff}.feed-back-btn{position:fixed;right:24px !important;bottom:80px !important;width:42px;height:42px}.content-header .title-highlight{font-size:18px;color:#2254d1}.feed-back-popover-container .ant-popover-inner{padding:0 !important}.feed-back-popover-container .feed-back-content{padding:24px;width:320px;max-height:600px;overflow-y:scroll;display:flex;flex-direction:column;gap:12px}.feed-back-popover-container .feed-back-content .feed-img-container{display:flex;flex-wrap:wrap;gap:10px}.feed-back-popover-container .feed-back-content .feed-img{width:80px;margin-right:10px;height:80px}.feed-back-popover-container .feed-back-content .feed-back-btn-wrapper{width:100%}.feed-back-popover-container .feed-back-content .feed-back-btn-wrapper .submit-btn{float:right}.content-header .mode-switch{display:inline-flex;align-items:center;height:60px;vertical-align:top;margin-right:52px;color:#373737;font-size:14px}.content-header .mode-title{margin-right:10px;font-size:14px}.content-header .unit-original-wrapper{display:inline-flex;align-items:center;height:60px;vertical-align:top;margin-right:52px;color:#373737;font-size:14px}.content-header .unit-original-wrapper .ant-radio-button-wrapper{display:inline-flex;align-items:center;justify-content:center;border-radius:0px;opacity:1;border:1px solid #5a92ff;color:#457eff;transition:none;height:24px;font-size:12px}.content-header .unit-original-wrapper .ant-radio-button-wrapper:first-child{border-radius:22px 0 0 22px;border-right:none}.content-header .unit-original-wrapper .ant-radio-button-wrapper:last-child{border-radius:0 22px 22px 0;border-left:none}.content-header .unit-original-wrapper .ant-radio-button-wrapper-checked{background:#165dff;opacity:1;color:#fff;transition:none}.content-header .unit-original-wrapper .ant-radio-button-wrapper-checked:hover{color:#fff}.content-header .ant-radio-button-wrapper:not(:first-child)::before{background-color:rgba(0,0,0,0)}.original-option{margin-left:10px !important}.anchor-wrapper .anchor-up-icon{display:inline-block;width:16px}#page .anchor-wrapper{display:inline-flex;flex-direction:column;align-items:center;position:fixed;right:24px;bottom:258px;width:42px;height:42px;padding:6px 10px 10px 10px;background:#4280f9;border-radius:4px;font-size:12px;color:#fff;cursor:pointer;z-index:999}#page .mode-switch{font-size:12px}#page .mode-switch .ant-switch{height:24px;line-height:24px}#page .mode-switch .ant-switch-inner-unchecked{line-height:20px}.anchor-content{width:316px;padding:26px;z-index:9999;box-sizing:border-box}.anchor-content .ant-anchor-wrapper{margin-top:0;padding-top:0}.anchor-content .ant-anchor-wrapper .ant-anchor{display:inline-flex;flex-wrap:wrap;justify-content:flex-start}.anchor-content .ant-anchor-wrapper .ant-anchor .ant-anchor-link{padding:0}.anchor-content .ant-anchor-wrapper .ant-anchor .ant-anchor-link .ant-anchor-link-title{display:flex;align-items:center;justify-content:center;height:100%;padding:8px 0}.anchor-content .ant-anchor-wrapper .ant-anchor .ant-anchor-link .ant-anchor-link-title .anchor-content-item{display:inline-flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;font-size:12px;font-family:Source Han Sans,Source Han Sans;font-weight:400;color:#a1a1a1}.anchor-content .ant-anchor-wrapper .ant-anchor .ant-anchor-link .ant-anchor-link-title .anchor-content-item .anchor-item-icon{display:inline-block;width:36px}.anchor-content .ant-anchor-wrapper .ant-anchor .ant-anchor-link .ant-anchor-link-title:hover{background-color:rgba(197,207,219,.14);border-radius:8px}.anchor-content .ant-anchor-link{width:80px;height:74px;padding-left:0 !important;margin-right:7px}.anchor-content .ant-anchor-ink{display:none !important}.anchor-content .ant-anchor::before{display:none !important}.anchor-popover .ant-popover-inner{padding:0 !important}.emotion-tip-wrapper{height:90px}.emotion-tip-wrapper .tip-btn-wrapper{display:flex;justify-content:flex-end}.ant-notification-notice-wrapper{width:450px !important}.meta-title-wrapper .page-progress-wrapper{display:inline-block;margin-left:20px}
.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

/* #webpack-dev-server-client-overlay {
  display: none !important;
} */

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/*# sourceMappingURL=main.ab4f3658.css.map*/