.bar[data-astro-cid-p3givckg] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
    margin-bottom: 1.5rem
}

[data-astro-cid-p3givckg][astro-icon] {
    display: inline;
    line-height: 1;
    height: 1.5em;
    width: 1.5em;
    fill: var(--fg)
}

a[data-astro-cid-p3givckg] {
    text-decoration: none
}

.list[data-astro-cid-p3givckg] {
    display: flex;
    cursor: var(--cursor-default-left);
    flex-direction: row;
    position: relative;
    gap: 1rem
}

heading[data-astro-cid-p3givckg]:focus {
    outline: unset
}

.entry[data-astro-cid-p3givckg] {
    display: flex;
    align-items: flex-end
}

.content[data-astro-cid-p3givckg] {
    display: flex;
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.content[data-astro-cid-p3givckg].left {
    align-items: flex-end;
    justify-content: flex-start;
    width: 16rem;
    right: -18rem
}

.content[data-astro-cid-p3givckg].right {
    align-items: flex-end;
    justify-content: flex-end;
    left: -18rem;
    width: 16rem
}

.content[data-astro-cid-p3givckg]>p[data-astro-cid-p3givckg] {
    margin: unset;
    margin-inline:unset;margin-block:unset;padding: unset
}

.heading[data-astro-cid-p3givckg]:focus+.content[data-astro-cid-p3givckg],.heading[data-astro-cid-p3givckg]:hover+.content[data-astro-cid-p3givckg] {
    animation: footBarOpeningAnimation 2s ease-in-out forwards
}

@keyframes footBarOpeningAnimation {
    0% {
        visibility: initial;
        opacity: 0
    }

    to {
        visibility: initial;
        opacity: 100
    }
}

/*Add by jasper*/
#Top {
    height: 100%;
    margin-left: 300px;
    max-width: 72%;
    padding: 1.618em 3.236em
}

#SEC_Contents li {
    list-style: none;
}

#SEC_Contents header {
    height: 32px;
    line-height: 32px;
    padding: 0 1.618em;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 80%;
    white-space: nowrap
}

#SEC_Contents li.divide-top {
    border-top: 1px solid #404040
}

#SEC_Contents li.divide-bottom {
    border-bottom: 1px solid #404040
}

#SEC_Contents li.current {
    background: #e3e3e3
}

#SEC_Contents li.current a {
    color: gray;
    border-right: 1px solid #c9c9c9;
    padding: .4045em 1.427em
}

#SEC_Contents li.current a:hover {
    background: #d6d6d6
}

#SEC_Contents li a {
    padding: .4045em 0.218em;
    position: relative;
    border: none
}

#SEC_Contents li.current>a:hover,#SEC_Contents li.on a:hover {
    background: #fcfcfc
}

#SEC_Contents li ul li a {
    padding: .4045em 0.427em;
    margin-bottom: 0;
    color: #b3b3b3;
    font-weight: 400
}

#SEC_Contents li ul li ul li a {
    padding: .4045em 0.636em
}

#SEC_Contents a {
    line-height: 18px;
    padding: .4045em 0.618em;
    display: block;
    font-size: 90%;
    color: #b3b3b3;
    direction: ltr
}

#SEC_Contents a:hover {
    background-color: #4e4a4a
}

#SEC_Contents {
    font-size: 10pt;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    background: #343131;
    z-index: 200;
    scrollbar-base-color:#1F1D1D;scrollbar-arrow-color:#b3b3b3;scrollbar-shadow-color:#1F1D1D;scrollbar-track-color:#343131}

#SEC_Contents {
    font-size: 10pt;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    background: #343131;
    z-index: 200;
    scrollbar-base-color:#1F1D1D;scrollbar-arrow-color:#b3b3b3;scrollbar-shadow-color:#1F1D1D;scrollbar-track-color:#343131}

#SEC_Contents h2 {
    z-index: 200;
    text-align: center;
    padding: .809em;
    display: block;
    color: #fcfcfc;
    font-size: 100%;
    margin-bottom: .809em
}
.footnotes-segment {
    height: 100%;
    margin-left: 300px;
    max-width: 72%;
    padding: 1.618em 3.236em;  
}

/*
    #SEC_Contents {
    z-index: 1;
    margin-top: 105px;
    font-size: 10pt;
    font-family:jinkaiFont,sans-serif;
    position: fixed;
    right: 0em;
    top: 0em;
    background: white;
    line-height: 12pt;
    text-align: right;
    box-shadow: 0 0 1em #777777;
    -webkit-box-shadow: 0 0 1em #777777;
    -moz-box-shadow: 0 0 1em #777777;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;

    max-height: 80%;
    overflow: auto; }
    #SEC_Contents h2 {
    font-size: 13pt;
    max-width: 9em;
    border: 0;
    font-weight: normal;
    margin-top: 0.75em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.05em;
    padding-bottom: 0.05em; }
    #SEC_Contents .contents {
    display: none;
    text-align: left; }
    #SEC_Contents:hover .contents {
    display: block;
    padding: 0.5em;
    margin-top: -1.5em; }
*/
/*Add end*/
