body > header{
    position: relative;
}
.css_icon{
    width: 16px;
    height: 16px;
    background-image: url(../images/css_icon.png);
    position: relative;
    display: inline-block;
    background-size: 272px 38px;
    background-repeat: no-repeat;
    margin-right: 4px;
    cursor: pointer;
}
/* 头部 */
.crumbs_nav_area{
    margin-bottom: 0px;
}
.crumbs_nav_area .crumbs_nav .others-container{
    width: 1100px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    text-overflow: ellipsis;
    padding: 0px;
    border-bottom: none;
    margin: 0px auto;
    overflow: hidden;
    white-space: nowrap;
}
.crumbs-container{
    width: 1100px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    padding: 0;
    border-bottom: none;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.crumbs-container .periodical-import {
    color: #3e4e7b;
    font-size: 14px;
}
.crumbs-container .periodical-doi{
    margin-left: 16px;
}

.crumbs-container .el-icon {
    color: #666;
    margin: 0 8px;
}
.others-container a{
    color: #151515;
}
.others-container a i {
    margin-right: 8px;
}
.others-container .division {
    color: #e1e1e1;
    margin: 0 16px;
}
.others-container .title {
    color: #666666;
}

/* 概览信息 */
.paper_overview {
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: -300px; /* 初始隐藏在顶部外面 */
  left: 0;
  right: 0;
  z-index: 1000;
  transition: top 0.4s ease;
}

.paper_overview .name {
  margin-right: 15px;
  color: #0356cc;
}

/* 显示时的样式 */
.paper_overview.visible {
  top: 0px;
}

.paper_overview .paper_overview_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.paper_overview .paper_overview_content {
  flex: 1;
  margin-right: 30px;
}
.paper_overview .paper_overview_content .paper_overview_creators{
    margin: 10px 0 5px 0;
    color:#3e4e7b;
}
/* 按钮组样式 */
.paper_right_fun_container i,
.paper_overview_funs i {
  color: #fff;
  background-color: #2078ff;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-bottom: 5px;
}

/* 按钮基础样式 */
.paper_right .paper_right_fun_container button,
.paper_overview .paper_overview_funs button {
  background: #fff7e8;
  background-color: transparent;
  border: none;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.paper_overview .paper_overview_content .paper_main_top{
    height: 30px;
    line-height: 20px;
    margin: 15px 0;
}

.paper_overview .paper_overview_funs {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.paper_overview_funs_item {
    margin-right: 10px;
}
.paper_overview_funs_item span{
    color: #151515;
}
.paper_overview_funs_item .quote i,.paper_overview_funs_item .quote i{
    background-color: #03c333;
}
/* .paper_overview_funs_item .favorite i,.favorite i{
    background-color: #faab0c;
} */

.paper_fun_btn_fav button i {
  color: #fff;
  background-color: #faab0c;
}

.paper_fun_btn_fav button i.is_fav {
  background: #fef0d6;
  color: #faab0c !important;
  font-size: 14px;
}


.paper_overview_funs_item .claim i,.claim i{
    background-color: #fc6a19;
}

.paper_overview .paper_overview_close {
  font-size: 20px;
  color: #999;
  cursor: pointer;
  font-style: normal;
  position: absolute;
  top: 10px;
  right: 10px;
}
/* 内容 */
.paper_container {
    display: flex;
    min-height: 100vh;
    overflow: visible;
}
.type_area {
    width: 1100px;
    margin: 0px auto;
}
/* 左侧 */
.paper_container .paper_left {
    margin-right: 20px;
    flex: 1 1 0%;
}
.article-right-top-left {
    width: 108px;
    height: 150px;
    margin-right: 16px;
}
.paper_left .paper_left_main .paper_main_item {
    margin-bottom: 10px;
}
.article-right-top-right {
    flex: 1;
}
.publication_item{
    font-size: 14px;
    padding: 0;
    color: #757575;
}
.article-right-top-right .article-publication-name{
    padding:0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.article-right-top-right .detail-item {
    padding: 0;
    color: #757575;
    margin-bottom: 15px;
}
.article-right-top-right .detail-item span {
    vertical-align: middle;
    height: 20px;
    border-radius: 2px;
    margin-right: 5px;
    padding: 1px 10px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
}
.detail-item .cores{
    background: #FFEBEB;
    color: #EF6E6E;
}
.detail-item .sign-oa{
    background: #FFEBEB;
    color: #EF6E6E;
}
.detail-item .sign-CSTPCD{
    background: #FFF7E8;
    color: #FAAB0C;
}
.detail-item .sign-CSCD{
    background: #EAF4FE;
    color: #0070FF;
}
.detail-item .sign-CHSSCD{
    background: #EDFBFC;
    color: #11A0AD;
}
.detail-item .sign-CSCD{
    background: #F2F2FA;
    color: #7979C8;
}
.detail-item .sign-EI{
    background: #F0FAF2;
    color: #2DA641;
}

.article-right-top-right .cors-item {
    margin-right: 6px;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px solid #ff8c10;
    color: #ff8c10;
    line-height: 14px;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 2px;
    display: inline-block
}
.article-right-top-right .embody {
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 5px
}
.article-right-top-right .sign-oa {
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 5px;
    display: inline-block;
    color: #67c23a;
    background-color: #f0f9eb;
    border-color: #e1f3d8
}

.paper_main_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 来源 */
.paper_main_top .paper_main_source{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}
.paper_main_top .paper_main_source label,.paper_main_doi label{
    margin-right: 0px;
    color: #666666; 
    min-width: 60px;
    width: 60px;
}
.paper_main_source .links_list{
    display: flex;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
}
.paper_main_source .links_list li {
    font-size: 16px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paper_main_source .links_list li img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 7px;
}
.paper_main_source .links_list li .openUrl {
    cursor: pointer;
}

/* 标题 */
.paper_left .paper_left_main .title_main_box {
    display: flex;
    position: relative;
}
.paper_left .paper_left_main .title_main_box .title_main_left{
    flex: 1;
    max-width:650px
}
.title_main_left .creators_main{
    margin: 10px 0;
}
.paper_left .paper_left_author span {
    margin-right: 15px;
    color: #0356cc;
    display: inline-block;
}
.paper_left .paper_left_author span sup {
    color: #919fb5;
    font-size: 11px;
    margin-left: 2px;
}
.paper_container h1, .paper_overview h1{
    color: rgb(21, 21, 21);
    font-size: 24px;
    font-weight: 700;
    padding: 8px 0px;
}
.title_main h2 {
    color: #696969;
    font-size: 20px;
    font-weight: 400;
    padding: 0px;
}
.scan_area {
    position: absolute;
    top: -10px;
    right: 0px;
}
.qrcode_area {
    width: 68px;
    height: 68px;
    padding: 3px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}
.qrcode_area_content {
    width: 60px;
    height: 60px;
    background-color: #0d757e;
}
.scan_view {
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #757575;
    text-align: center;
    margin-top: 6px;
}
.scan_tip {
    vertical-align: middle;
    margin-left: 2px;
    cursor: pointer;
    position: relative;
}
.title_main_right{
    position: absolute;
    top: 0;
    right: 0px;
    display: inline-block;
    z-index: 99;
}
.scan_tip_content {
    display: none;
    position: absolute;
    width: 120px;
    position: absolute;
    width: 210px;
    font-size: 11px;
    transform: translateX(-50%);
    padding-top: 5px;
    color: #217930;
    background: #fff;
    border-radius: 22px;
}
/* 作者信息 */
.paper_container .paper_left .paper_left_author .paper_author_unit {
    display: flex;
    align-items: center;
}
.paper_container .paper_left .fun_icon_btn {
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: #0356cc;
    font-size: 10px;
    margin-left: 5px;
    cursor: pointer;
    padding: 2px;
}
.paper_author_unit_container {
    display: none;
    background-color: #f3f7ff;
    padding: 12px;
}
.paper_author_unit_container ul{
    font-size: 14px;
    padding: 0;
}
.paper_author_unit_container ul li {
    font-size: 14px;
    line-height: 26px;
}
.paper_left_author i {
    color: rgb(145, 159, 181);
    font-style: normal;
}
.paper_author_unit_container ul .fun_fold {
    margin-right: 15px;
    font-size: 14px;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: rgb(228, 236, 255);
    cursor: pointer;
}
.paper_author_unit_container ul .fun_fold span {
    color: rgb(51, 51, 51);
    margin-right: 15px;
}
.paper_left .paper_left_author i {
    color: rgb(145, 159, 181);
    font-style: normal;
}
.paper_author_unit_container ul .fun_fold span {
    color: #333;
}
/* 摘要 */
.paper_container .paper_left .paper_left_abstract {
    text-align: justify;
}
.paper_left .paper_left_main .paper_main_item {
    margin-bottom: 10px;
}
.paper_left .paper_left_main .paper_main_item .paper_left_content{
    padding: 10px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.paper_left .paper_left_main .paper_main_item .paper_left_content p{
    margin: 5px 0;
}
.paper_container .paper_left h3.border_bottom {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
.paper_container .paper_left h3 {
    color: #151515;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.fold_container.show {
    display: block;
}
.keywords_container .paper_left_abstract span {
    display: inline-block;
    color: #333;
    line-height: 24px;
}
.keywords_container em{
    padding: 0 20px;
}
.each_container em{
    padding: 0 20px;
}
.paper_container i {
    font-style: normal;
    display: inline-block;
}
#myCopy {
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    background-color: #0356cc;
    padding: 3px 5px;
    border-radius: 2px;
}
/* 右侧 */
.paper_container .paper_right {
    width: 340px;
    min-height: 100vh;
}
/* 论文详情页 右侧 详情模块 首发时间 */
.paper_right .paper_right_time {
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 8px 8px 0 0;
  padding: 16px 10px;
  background-color: #0356cc;
}
/* 按钮区域 */
.paper_right .paper_right_fun_container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  background-color: #fafafa;
  padding: 10px;
  margin: 16px 0;
  border: 1px solid #e1e1e1;
}
/* 按钮组样式 */
.paper_right_fun_container i,
.paper_overview_funs i {
  color: #fff;
  background-color: #2078ff;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-bottom: 5px;
}

/* 按钮基础样式 */
.paper_right .paper_right_fun_container button,
.paper_overview .paper_overview_funs button {
  background: #fff7e8;
  background-color: transparent;
  border: none;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
}
.paper_overview_funs_item span{
    color: #151515;
}
#paperTab {
  border: 1px solid #e1e1e1;
  position: sticky;
  top: 10px;
}

#paperTab tab {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0 !important;
  padding: 0px;
}

#paperTab tab tab-nav {
  flex: 1;
  cursor: pointer;
  text-align: center;
  color: #0356cc;
  background-color: #f2f2f2;
}

#paperTab tab tab-nav:hover {
  background-color: #e4ecff;
}

#paperTab tab tab-nav.active {
  border-top: 4px solid #0356cc;
  border-bottom: 0;
  background-color: #fff;
}

/* 段落导航 */
multiview view{
    margin-top: 0;
}
#paperNav .paper_nav_main{
    padding: 0px;
    margin: 0px;
}
#paperNav .paper_nav_main li {
    margin: 0;
    font-size: 14px;
}

#paperNav .paper_nav_main li a {
    display: block;
    color: #333;
    width: 100%;
    padding: 10px 20px;
    scroll-margin-top: 180px;
}

#paperNav .paper_nav_main li.active {
  background-color: #f6f9ff;
}

/* 右面期刊母体信息 */
.paper_right .article-right-top-container {
    padding: 15px 20px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0 2px 8px #8f929947;
}

.paper_decri_top{
    display: flex;
}
.cover_image {
    position: relative;
    width: 108px;
    height: 148px;
}
.cover_image .oaj_img_title {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    z-index: 10;
    padding: 0 6px;
}
.cover_image .oaj_img_title .oaj_title_height {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 112px;
}
.cover_image .oaj_img_title .title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cover_image .oaj_img_publication {
    display: none;
    position: absolute;
    top: 112px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    z-index: 10;
    margin: 0px 1px;
    padding: 0 6px;
    background: #f4f4f4;
}
.cover_image .oaj_img_publication .publication {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    overflow: hidden;
    text-align: center;
    line-height: 16px;
    max-height: 35px;
}
.cover_image .oaj_img_publication .publication span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.cover_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #e4e4e4;
}

.article-right-count {
    margin-top: 16px;
    padding: 25px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #333;
}
.article-right-count .count-item{
    list-style: none;
    display: flex;
    align-items: center;
    width: 50%;
    margin: 15px 0 10px 0;
    justify-content: center;
}
.article-right-count .count-item:nth-child(odd) {
    border-right: 1px solid #e1e1e1;
}
.article-right-count .el-icon {
    color: #999;
    font-size: 14px;
    margin-right: 8px;
}
.article-right-count .text {
    font-size: 14px;
    margin-right: 18px;
}
.article-right-count .number {
    font-size: 18px;
}
.viewCnt_img{
    background-position: -231px -13px;
}
.citedCnt_img{
    background-position: -251px 1px;
}
.article-right-nav{
    margin-top: 16px;
}
.related_main{
    min-height: 80px;
}
.related_main .empty_tips{
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.related_main .similar-literature {
    background-color: #fff;
    padding: 16px 0;
    font-size: 14px;
}
.related_main .similar-literature li {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    font-size: 14px;
    justify-content: flex-start;
    padding: 10px 5px;
    border-bottom: 1px dashed rgb(225, 225, 225);
}
.related_main .similar-literature li:last-child{
    border-bottom: 0;
}
.related_main .similar-literature li a{
    color: #333;
}
.related_main .similar-literature li a:hover{
    color: #217930;
}

.related_main .similar-literature li .literature_time{
    margin: 5px 0;
    color: #757575;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
}
.paper_left_comment .paper_relevant_content ul{
    padding:0
}
.paper_left_comment .paper_relevant_content ul li{
    font-size: 14px;
    padding-bottom: 8px;
    color: #333333;
    line-height: 20px;
}
.paper_left_comment .paper_relevant_content ul li .td_index{
    margin-right: 3px;
}
.paper_left_comment .paper_relevant_content ul li .td_content{
    font-size: 14px;
}
.similar_link{
    display: none;
}

/* 翻页 */
.paper_relevant_content .page_container span{
    background: #2078FF ;
}


