@charset "UTF-8";
* {
    box-sizing: border-box;
    word-wrap: break-word;
}

html {
    padding: 0px;
    margin: 0px;
    height: 100%;
    font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, STHeiti, 'Microsoft YaHei', Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 1.42857143;
}

body {
    /* height: 100%; */
    margin: 0px auto;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
    padding: 0px;
}

@media screen and (min-width: 1000px) {
    fixedwidth {
        display: block;
        width: 1000px;
        margin: 0px auto;
    }
    container {
        display: block;
        width: 100%;
        max-width: 1000px;
        margin: 0px auto;
    }
}

@media screen and (max-width: 999px) {
    fixedwidth {
        display: block;
        width: 100%;
        overflow: hidden;
        margin: 0px auto;
    }
    container {
        display: block;
        width: 100%;
        margin: 0px auto;
    }
}

h1 {
    font-size: 26px;
    font-weight: normal;
    margin: 0px;
    padding: 20px 0px;
    color: #333;
}

h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 0px;
    padding: 15px 0px;
    color: #333;
}

h3 {
    font-size: 18px;
    margin: 0px;
    padding: 10px 0px;
    font-weight: normal;
    color: #333;
}

h4 {
    font-size: 16px;
    margin: 0px;
    padding: 10px 0px;
    font-weight: normal;
    color: #333;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #1c68a5;
    text-decoration: underline;
}

p {
    line-height: 1.6em;
    word-wrap: break-word;
    word-break: normal;
    white-space: pre-wrap;
}

sub {
    vertical-align: sub;
    font-size: 0.6em;
}

sup {
    vertical-align: super;
    font-size: 0.6em;
}

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

em {
    color: #1c68a5;
    font-style: inherit;
}

h1>em,
h2>em,
h3>em,
h4>em {
    font-weight: bold;
}

tag {
    font-size: 10px;
    background-color: #1c68a5;
    color: white;
    display: inline-block;
    padding: 2px 5px;
    margin: 0px 4px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: normal;
}

tag>a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
}

video {
    max-width: 100%;
}

warning {
    color: #1c68a5
}

label {
    display: inline-block;
    width: 80px;
    color: #3a81e8;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    display: table;
    width: 100%;
}

thead {
    display: table-header-group;
    vertical-align: middle;
}

thead {
    display: table-header-group;
    vertical-align: middle;
}

tbody>tr:nth-child(odd) {
    background-color: #fff;
}

tbody>tr:nth-child(even) {
    background-color: #f3f3f3;
}

tr {
    display: table-row;
    vertical-align: middle;
    border-color: inherit;
}

th,
td {
    vertical-align: middle;
    /* border-collapse: collapse; */
}

textarea {
    width: 100%;
    border: solid 1px #d2d2d2;
    resize: none;
    outline: none;
    padding: 5px;
    line-height: 20px;
    display: block;
}


/*面包屑导航*/

breadcrumb {
    display: block;
    padding: 10px 0px;
}

breadcrumb a+a:before {
    content: " > ";
    padding: 0 10px;
}


/* 文献列表样式 */

article {
    display: block;
    background-color: white !important;
    padding: 5px 0px;
    border-bottom: 1px solid gainsboro;
}

article table {
    width: 100% !important;
}

article th {
    border: none;
    color: #808080;
    padding: 5px 0px;
    width: 120px;
}

article h1 {
    color: #1c68a5;
}

article h2 {
    color: #1c68a5;
}

article h2 em {
    font-weight: bold;
    /* color: #ffcb39; */
}

article p {
    white-space: pre-wrap;
    line-height: 1.6em;
}

author,
keyword,
subject,
publisher,
creator {
    display: inline-block;
    padding-right: 10px;
    color: #676a70;
    /* text-decoration: underline; */
}


/* 标签切换 */

tab {
    display: block;
    border-bottom: 1px solid #1c68a5;
    padding: 0px 50px;
}

tab-nav {
    display: inline-block;
    padding: 5px 10px;
    margin: 0px;
    height: 32px;
    border: none !important;
    border-radius: 0px;
}

tab-nav.active {
    background-color: #1c68a5;
    color: white;
}

tag {
    font-size: 10px;
    background-color: #1c68a5;
    color: white;
    display: inline-block;
    padding: 2px 5px;
    margin: 0px 4px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: normal;
}

tag>a {
    text-decoration: none;
    color: inherit
}

.block {
    display: block;
}


/*页面布局*/

body>header {
    position: sticky;
    /* height: 80px; */
    /* border-bottom: 1px solid #1c68a5; */
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
}

body>footer {
    background-color: #49709c;
    color: #fff;
    min-height: 100px;
}
shlib-insiteapp-container>header {
    position: sticky;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
}

/* 页面布局 */

left {
    display: block;
    float: left;
    width: 200px;
    padding-right: 10px;
}

main {
    display: block;
    min-height: 100%;
    margin-left: 200px;
    width: 800px;
}

waterfall {
    display: block;
    column-count: 3;
}

waterfall div {
    display: inline;
}

waterfall ul {
    padding: 0px 20px;
}

waterfall li {
    font-size: 14px;
}


/* 页面分节 */

body>section {
    /* width: 1000px; */
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body>section:nth-child(even) {
    background-color: #f0f3f6;
}


/* 拖拽 */

dragreceiver {
    display: block;
    border: 1px dashed #1c68a5;
    margin: 4px 0px;
    padding: 4px;
}

dragreceiver:hover {
    border: 1px solid #1c68a5;
    color: #1c68a5;
}


/* 列表 */

ul {
    list-style: disc;
    margin: 5px 0px;
}

li {
    font-size: 12px;
    margin: 2px 0px;
}


/* ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
} */

button {
    border: none;
    outline: none;
    padding: 5px 20px;
    /* background-color: #1c68a5; */
    background-color: #1c68a5;
    color: #fff;
    height: 30px;
    line-height: 20px;
    border-radius: 15px;
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

input[type=text] {
    width: 220px;
    height: 30px;
    border: 1px solid #ddd;
    outline: none;
    padding: 0 5px;
}


/* 弹出窗体 */

popmask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
}

popbody {
    display: block;
    padding: 5px 10px;
}

popheader {
    display: block;
    background-color: #1c68a5;
    padding: 5px 10px;
    color: #fff;
    position: relative;
    /* height: 30px; */
    /* line-height: 30px; */
    /* vertical-align: middle; */
    font-size: 14px;
    /* font-weight: bold; */
}

popdialog {
    display: block;
    /* width: 400px; */
    position: relative;
    /* margin: 10% auto 0; */
    border-radius: 4px;
    background: #fff;
    /* line-height: 24px; */
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

closeicon {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=50);
    opacity: .5;
}


/*

popbody div {
    margin: 15px 0;
}

popbody span {
    font-size: 12px;
    margin-left: 15px;
} */


/* 标签切换 */

tab {
    display: block;
    border-bottom: 1px solid #1c68a5;
    padding: 0px 20px;
    margin: 0px;
}

tab>tab-nav {
    display: inline-block;
    padding: 5px 10px;
    border: 0px;
    margin: 0px;
}

tab>tab-nav.active {
    background-color: #1c68a5;
    color: #fff;
}


/* 流式定宽布局 */

f1 {
    display: inline-block;
    width: 280px;
}

f2 {
    display: inline-block;
    width: 560px;
}

f3 {
    display: inline-block;
    width: 840px;
}

field {
    display: inline-block;
    width: calc( 280px * var(--colspan));
}

f1>input,
f2>input,
f3>input,
field>input {
    width: calc(100% - 84px);
    border: none;
    border-bottom: solid 1px #ccc;
    outline: none;
    padding: 0px;
    margin: 0px;
}

f1>select,
f2>select,
f3>select,
field>select {
    width: calc(100% - 84px);
}

fieldset {
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-bottom: 3px;
}


/* 搜索框 */

searchbox {
    display: block;
    padding: 5px 0px;
    background-color: #1c68a5;
    margin-bottom: 10px;
}

searchbox select {
    width: 0px;
    border: none;
    padding: 0px 10px;
    margin-right: 10px;
    background-color: inherit;
    outline: none;
    color: white;
}

searchbox select option {
    color: #000;
}

searchbox input {
    padding: 5px;
    border: none;
    width: 400px;
}

searchbox button {
    padding: 0px 10px;
    margin: 0px;
}
