<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Candara';
    src: url('../fonts/Candara.woff2') format('woff2'),
    url('../fonts/Candara.woff') format('woff');
    font-weight: bold !important;
}

body, html {
    background: rgba(0, 0, 0, 0.02) !important;
    min-height: 100vh;
    font-family: 'Candara' !important;
}


:root {
    --jcl-primary-color: rgba(240, 171, 55, 1);
}

[v-cloak] {
    display: none;
}


#login_box {
    background: url("../image/login_bg.png") no-repeat center;
}

#cookie-banner {
    position: fixed;
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    bottom: 3rem;
}

.pagination {
    display: flex;
    justify-items: center;
    justify-content: center;
}

.pagination li {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.pagination li.active span {
    background: var(--jcl-primary-color);
    color: #fff;
    border-color: var(--jcl-primary-color);
}

.pagination li.disabled span {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.pagination a, .pagination span {
    min-width: 2.5rem;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0.25rem;
    padding: 0.5rem;
    border-radius: 0.4rem;
    transition: all 0.5s;
}

.pagination a:hover {
    background: var(--jcl-primary-color);
    color: #fff;
    border-color: var(--jcl-primary-color);
}


.jcl-is-active {
    font-weight: bold;
    position: relative;
}

.jcl-is-active::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 0.2rem;
    background: var(--jcl-primary-color);
    left: 20%;
    bottom: -0.5rem;
    border-radius: 100px;
}


.page-content * {
    font-family: 'Candara' !important;
}

.demand-form-inline .el-form-item {
    margin-bottom: 0 !important;
}</pre></body></html>