.publication-body {
    overflow-y: auto;
    height: 100%;
    -webkit-touch-callout: none; /*系统默认菜单被禁用*/
    -webkit-user-select: none; /*webkit浏览器*/
    -khtml-user-select: none; /*早起浏览器*/
    -moz-user-select: none; /*火狐浏览器*/
    -ms-user-select: none; /*IE浏览器*/
    user-select: none; /*用户是否能够选中文本*/
}
.bottom-line {
    border-bottom: 1px solid #F7F7F7;
}
.weui-navbar {
    height: 52px;
    background-color: #ffffff !important;
}
.publication-tab-title {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 20px;
}
.cursor {
    width: 25%;
}
.title {
    height: 44px;
    padding: 9.5px 15px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 9999;
}
.Btn-return {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    float: left;
}
.content {
    margin-bottom: 10px;
}
#app .card-body {
    padding: 22.5px 15px 19px 15px !important;
}
.publication-title {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    text-align: left;
}
.publication-info {
    padding: 5px 0;
}
.publication-time {
    font-size: 12px;
    font-weight: 400;
    color: #a5acb5;
}
.publication-author {
    padding: 5px 0;
}
.publication-author-background {
    width: 100%;
    background: rgba(227,232,255,0.3);
}
.publication-author-row {
    padding: 5px 6px 0 6px;
    display: inline-block;
    white-space: nowrap;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.publication-author-extra {
    padding: 5px 6px 0 6px;
    font-size: 11px;
    font-weight: 500;
    color: rgba(101,119,232,0.95);
    text-align: right;
    float: right;
}
.publication-author-name {
    font-size: 12px;
    color: #6577E8;
    font-weight: 500;
    line-height: 20.5px;
}
.publication-author-index {
    width: 6px;
    height: 12px;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    line-height: 14px;
}
.publication-institution-row {
    padding: 5px 6px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.publication-author-institutionName {
    font-size: 12px;
    color: #36455a;
    font-weight: 500;
    line-height: 16.5px;
}
.publication-btn-group {
    padding: 13.5px 0 0 0;
}
.publication-btn-icon {
    text-align: center;
}
.publication-btn-number-sharings {
    font-size: 12px;
    font-weight: 400;
    color: #a5acb5;
    text-align: center;
}
.publication-btn-number-savings {
    font-size: 12px;
    font-weight: 400;
    color: #a5acb5;
    text-align: center;
}
.publication-btn-number-recommendations {
    font-size: 12px;
    font-weight: 400;
    color: #a5acb5;
    text-align: center;
}
.weui-navbar__item {
    font-size: 13px !important;
}
.quote {
    font-size: 12px;
    font-weight: 400;
    color: #6577e8;
}
.reference-background {
    padding: 12px 15px;
    width: 100%;
    height: 53px;
    background: #ffffff;
}
.reference {
    float: right;
}
#selReference {
    padding: 0 !important;
    width: 84.5px;
    height: 29.5px;
    background: #ffffff;
    border-radius: 2px;
    backdrop-filter: blur(10px);
}
.sel-font {
    font-size: 15px;
    font-weight: 400;
    color: #4f67f6;
}
.reference-publication {
    margin-top: 10px;
    background: #ffffff;
}
.citing-background {
    padding: 12px 15px;
    width: 100%;
    height: 53px;
    background: #ffffff;
}
.citing {
    float: right;
}
#selCiting {
    padding: 0 !important;
    width: 84.5px;
    height: 29.5px;
    background: #ffffff;
    border-radius: 2px;
    backdrop-filter: blur(10px);
}
.citing-publication {
    margin-top: 10px;
    background: #ffffff;
}
.description-text {
    font-size: 15px;
    font-weight: 400;
    color: #a5acb5;
}
/*.description {*/
/*    overflow : hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 3;*/
/*    -webkit-box-orient: vertical;*/
/*}*/
/*.description:hover {*/
/*    overflow: visible;*/
/*    text-overflow: inherit;*/
/*    display: block;*/
/*}*/
.related-research {
    /*margin-top: 10px;*/
}
.related-research-height {
    height: 42px;
    background: #ffffff;
}
.related-research-title {
    padding: 0 15px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    background: #ffffff;
}
#publications {
    box-shadow: 0px 0px 15px 0px rgba(210,217,217,0.30);
}
.modal-author-content {
    padding: 12px 20px 38px 20px;
}
.fullTextPdf-content {
    width: 100%;
    height: 305px;
    padding-top: 75px;
    text-align: center;
}
.fullTextPdf-img {
    display: block;
    margin: 0 auto;
}
.fullTextPdf-family {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #999999;
}
.publicationText-share {
    height: 30px;
    padding: 0 !important;
    background-color: #ffffff;
    background-image: url("../../images/icon/share.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
.publicationText-save {
    height: 30px;
    padding: 0 !important;
    background-color: #ffffff;
    background-image: url("../../images/icon/save.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
.publicationText-save-active {
    height: 30px;
    padding: 0 !important;
    background-color: #ffffff;
    background-image: url("../../images/icon/save-active.png");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
.publicationText-like {
    height: 30px;
    padding: 0 !important;
    background-color: #ffffff;
    background-image: url("../../images/icon/like2.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
.publicationText-like-active {
    height: 30px;
    padding: 0 !important;
    background-color: #ffffff;
    background-image: url("../../images/icon/like2-active.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
.publication-fulltext {
    height: auto;
    overflow-y: unset;
}
.open {
    font-size: 15px;
    font-weight: 400;
    color: #a5acb5;
}
.put-away {
    font-size: 15px;
    font-weight: 400;
    color: #a5acb5;
}
.copy-link-toast {
    width: 90vw !important;
    top: 95% !important;
    padding: 10px !important;
}
.copy-link-toast div{
    display: inline-block;
}
.copy-link-toast .weui-toast_content {
    height: auto !important;
}
.copy-link-title {
    line-height: 20px;
}
.copy-link {
    width: 80px !important;
    background: #353ce8;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin-left: 16vw !important;
    padding: 2px;
}
.row-bottom {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.dropdown-bg {
    text-align: right;
    line-height: 30px;
}
.sort-column-title {
    font-size: 15px;
    font-weight: 400;
    color: #a5acb5;
}
.sort-column-text {
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    color: #4058eb;
    line-height: 20px;
}
.sort-column-img {
    width: 15px;
    height: 12px;
}
.dropdown-menu {
    min-width: 75px !important;
    max-width: 75px !important;
    padding: 4px 10px!important;
    right: -5px !important;
    left: unset !important;
}
.dropdown-menu li {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}
.canBtn {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff;
    color: #36455a;
    border: none;
}
.conBtn {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff;
    color: #9AA2AC;
    border: none;
}
#addFolderName {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    line-height: 22.5px;
    border-radius: 0 !important;
}
.errorFont{
    font-size: 14px;
    color: red;
}
.folderBorder {
    border-bottom: 1px solid #ccc !important;
}
.folderErrorBorder {
    border: 1px solid red !important;
}
.whiteBackgroung {
    background: #ffffff;
}
.weui-navbar__item {
    color: #A5ACB5;
}
.weui-bar__item_on {
    color: #36455A !important;
}
.cursor:after {
    background-color: #435AF3 !important;
}
.publication-item:first-child {
    margin-top: 0 !important;
}
a {
    color: #A5ACB5;
}
.publication-read-fulltext,.publication-requested {
    margin-left: 16px;
}
.btn-translate {
    width: 47px;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    color: #36455a;
    line-height: 28px;
    text-align: right;
    padding: 0;
    position: relative;
    background-image: url(../../images/icon/translation.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left;
}
.btn-translate span {
    position: relative;
    top: 2px;
}
