/* Minification failed. Returning unminified contents.
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-orange'
 */
body {
    font-family: 'Book Antiqua', 'Open Sans', sans-serif !important;
    background-color: #870505;
    font-size: 1rem !important;
    -webkit-text-size-adjust: none;
}
a {
    text-decoration:none;
}
:root {
    --primary-orange: #bd4100;
}

.btn-outline-primary {
    --bs-btn-color: #bd4100;
    --bs-btn-border-color: #bd4100;
    --bs-btn-hover-bg: #bd4100;
    --bs-btn-hover-border-color: #bd4100;
    --bs-btn-active-bg: #bd4100;
    --bs-btn-active-border-color: #bd4100;
}

.btn-outline-secondary {
    --bs-btn-color: #495d6e;
    --bs-btn-border-color: #495d6e;
    --bs-btn-hover-bg: #495d6e;
    --bs-btn-hover-border-color: #495d6e;
    --bs-btn-active-bg: #495d6e;
    --bs-btn-active-border-color: #495d6e;
    --bs-btn-disabled-color: #495d6e;
    --bs-btn-disabled-border-color: #495d6e;
}

.text-primary {
    color: var(--primary-orange) !important;
}

.form-control-sm {
    height: 1.75rem;
    font-size: 0.875rem !important;
}
.fs-sm {
    font-size: 0.875rem !important;
}

.nav-link {
    font-size:1rem;
}
    .nav-link:hover {
        color: #bd4100;
    }
.standard-link {
    color: #676767;
}
    .standard-link:hover {
        color: #bd4100;
    }
.siteBody {
    width: 972px;
    box-shadow: 0 0 20px 0 #333;
    background: #fff;
}
    .siteBody .mainWrapper {
        width:100%;

    }
        .siteBody .mainWrapper .logo {
            background-color: #F0EFED;
        }
        .siteBody .mainWrapper .f6logo {
            border: 1px solid #bd4100;
            width:703px;
            height:145px;
        }
        .siteBody .mainWrapper .f6logo img{
            height:120px;
        }
        .siteBody .mainWrapper .leftMenu {
            border: 1px solid #d5d5d5;
            width: 245px;
            height:145px;
            border-radius: 3px;
            
        }
            .siteBody .mainWrapper .leftMenu .menu-wrapper {
                padding-top:0.7rem !important;
            }
            
            .siteBody .mainWrapper .leftMenu span {
                color: #676767;
                font-size:0.9rem;
            }
            .siteBody .mainWrapper .leftMenu a {
                margin-bottom:0.7rem !important;
            }
            .siteBody .mainWrapper .leftMenu a:hover span{
                color: #bd4100;
            }
    .siteBottom {
        background-color: #EDE8E7;
        font-size: 11px;
        color: #676767;
        text-decoration: none;
        overflow: hidden;
        width: 972px;
    }

        .siteBottom .helpdesk {
            text-align: right;
            margin-top: 1.1em;
            margin-right: 1em;
        }

            .siteBottom .helpdesk a {
                text-decoration: none;
                color: rgb(20, 55, 108);
            }

                .siteBottom .helpdesk a:hover {
                    text-decoration-line: underline;
                }

        .siteBottom .subfooter {
            overflow: hidden;
            margin-left: 1.6em;
            margin-bottom: 5px;
        }

            .siteBottom .subfooter ul {
                margin: 20px 0px 0px;
                padding: 0px;
                width: 25%;
                text-align: left;
                float: left;
                padding-right: 10px;
            }

                .siteBottom .subfooter ul li {
                    list-style-type: none;
                    text-decoration: none;
                    color: rgb(20, 55, 108);
                    margin-bottom: 8px;
                }

                    .siteBottom .subfooter ul li:first-child {
                        margin-bottom: 10px;
                    }

                    .siteBottom .subfooter ul li b {
                        color: #9E4002;
                        font-size: 12px;
                    }

                    .siteBottom .subfooter ul li h3 {
                        margin: 0px 0px 0.05em;
                        text-transform: uppercase;
                    }

                    .siteBottom .subfooter ul li a {
                        color: rgb(20, 55, 108);
                        text-decoration-line: none;
                        text-decoration: none;
                    }

                        .siteBottom .subfooter ul li a:hover {
                            text-decoration-line: underline;
                            text-decoration: underline;
                        }

                    .siteBottom .subfooter ul li .payinvoice {
                        background: RGB(234,125,58);
                        color: #fff;
                        border-radius: 2px;
                        border: none;
                        padding: 2px;
                    }

                        .siteBottom .subfooter ul li .payinvoice:hover {
                            background: RGB(234,100,3);
                        }

        .siteBottom .copyright {
            overflow: hidden;
            margin-left: 1.6em;
            margin-bottom: 20px;
            margin-top: 10px;
            text-align: center;
            font-size: 12px;
        }
.bnavbar {
    background: url(../Images/2line1_02.png) repeat-x;
    color: #FFFFFF;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
}
.wnavbar {
    background-color: #bd4100;
    font-weight: bolder;
    color: #FFFFFF;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
}
.form-label {
    color: #000;
    font-weight:700;
}
.form-control, .form-select {
    border-radius:0 !important;
}
.form-control:focus {
    border-color: #bd4100 !important;
    box-shadow: none !important;
}
.select2-selection {
    border-radius: 0 !important;
}

.select2-container--focus .select2-selection,
.select2-container--open .select2-selection {
    border-color: #bd4100 !important;
    box-shadow: none !important;
}
.select2-dropdown {
    border-color: #bd4100 !important;
    border-radius:0 !important;
}
.standard-btn {
    padding: 5px;
    padding-left:15px;
    padding-right:15px;
    border: 1px solid #bd4100;
    background-color: #bd4100;
    color:white;
}
    .standard-btn:hover {
        border: 1px solid #bd4100;
        background-color: #bd4100;
        color: white;
    }
.loadingModal-dialog {
    width: 10rem;
}

    .loadingModal-dialog .loading-text {
        display: block;
        padding-left: 1rem;
        line-height: 2rem;
        font-weight: 600;
    }
.facet-container {
    border-bottom: 1px solid #DEDFE3;
    border-right: 1px solid #DEDFE3;
    border-left: 1px solid #DEDFE3;
    border-radius: 4px 4px;
}
    .facet-container .form-check-label {
        font-size: 0.875rem !important;
    }

    .facet-container .btn {
        font-size: 0.875rem !important;
    }

.issueContent .articlepart {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

    .issueContent .articlepart .subjectTitle {
        background-color: rgb(192,51,60);
        border: 1pt solid rgb(192, 51, 60);
        text-align: center;
        color: white;
        font-size: 16px;
        font-weight: bold;
        font-family: Verdana, sans-serif;
        min-height: 25px;
        vertical-align: middle;
        margin-bottom: 20px;
    }

    .issueContent .articlepart .subjectArticle {
        margin-bottom: 10px;
    }

    .issueContent .articlepart .aContent {
        margin-bottom: 20px;
    }

    .issueContent .articlepart .articleTitle {
        font-family: Arial, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        margin-bottom: 4px;
    }

        .issueContent .articlepart .articleTitle .articleTitleLink {
            color: black;
            font-family: Arial, sans-serif;
            font-size: 10pt;
            font-weight: bold;
        }

    .issueContent .articlepart .authors {
        font-family: Arial, sans-serif;
        font-size: 9pt;
        margin-bottom: 8px;
        vertical-align: middle;
    }

        .issueContent .articlepart .authors .authororcid {
            display: inline-block;
        }

    .issueContent .articlepart .journal {
        color: rgb(102, 102, 102);
        font-family: Arial, sans-serif;
        font-size: 9pt;
        margin-bottom: 4px;
    }

        .issueContent .articlepart .journal .publisherId {
            border-bottom: 1px dotted #808080;
            cursor: pointer;
            font-style: italic;
        }

        .issueContent .articlepart .journal .vol {
        }

        .issueContent .articlepart .journal .issueNumber {
        }

        .issueContent .articlepart .journal .pageNumber {
            font-weight: bold;
        }

        .issueContent .articlepart .journal .pubdate {
        }

        .issueContent .articlepart .journal .doi {
        }

    .issueContent .articlepart .tocLink {
        font-family: Arial, sans-serif;
        font-size: 9pt;
        text-decoration: none;
        color: rgb(0, 64, 128);
    }

        .issueContent .articlepart .tocLink:hover {
            text-decoration-line: underline;
            text-decoration: underline;
        }

    .issueContent .articlepart .tocDivider {
        font-family: Arial, sans-serif;
        font-size: 9.5pt;
        text-decoration: none;
    }

    .issueContent .articlepart .timeCited {
        font-family: Arial, sans-serif;
        font-size: 9.5pt;
        text-decoration: none;
    }

    .issueContent .articlepart .openAccess {
        font-family: Arial, sans-serif;
        font-size: 9.5pt;
        text-decoration: none;
        color: #E99058;
    }
.pagination .page-link {
    color: #bd4100;
    border-color: #bd4100;
}

    /* 鼠标悬停 */
    .pagination .page-link:hover {
        background-color: rgba(189, 65, 0, 0.1);
        border-color: #bd4100;
        color: #bd4100;
    }

/* 当前激活页（高亮背景 + 白色文字） */
.pagination .page-item.active .page-link {
    background-color: #bd4100 !important;
    border-color: #bd4100 !important;
    color: #fff !important;
}

/* 禁用状态保持原样（可选：也可以改） */
.pagination .page-item.disabled .page-link {
    color: #999;
    border-color: #bd4100 !important;
}


