@charset "UTF-8";
.muFnPb8tkX{
    justify-content: initial;
    scroll-behavior: inherit;
    overflow: clip;
    min-width: 14px;
    margin-right: 18px;
    page-break-after: left;
    margin-top: 20px;
}
.header{
    display: block;
    background-color: #333;
    height: 6rem;
    color: #fff7f7;
    padding: 0 1.5rem;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 999;
 }
.wFFsR3FXr{
    min-height: 20px;
    unicode-bidi: initial;
    padding-right: 8px;
    margin-top: 14px;
    margin-left: 30px;
    font-style: italic;
    font-family: BiauKai;
}
 .header_box{
     max-width: 1400px;
     position: relative;
     margin: 0 auto;
 }
.USPt3loZZ{
    white-space: nowrap;
    word-break: break-all;
    list-style-type: circle;
    mix-blend-mode: lighten;
    text-overflow: string;
    min-height: 80px;
    opacity: 0.5;
}
 .header .site_name{
     float: left;
     font-size: 2rem;
     line-height: 6rem;
     color: #f5de45;
     margin-right: 2rem;
 }
.UK1FHWEq{
    padding-top: 16px;
    hanging-punctuation: force-end;
}
 .header .search {
     position: absolute;
     right: 3rem;
     top:1.5rem;
     width: 26rem;
     height: 6rem;
 }
.gCKQTJJ4Yk{
    padding-right: 20px;
    min-width: 14px;
    margin-right: 8px;
    padding-left: 16px;
    text-overflow: string;
    font-variant: inherit;
}
.search_widget{
    --s: 4;
    --h: 30;
    --speed: 3s;
    position: relative;
    height: calc(var(--h) * 1px);
    line-height: calc(var(--h) * 1px);
    border-radius: 42px;
    background: #444;
    overflow: hidden;
}
.search_input{
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: auto;
    margin-bottom: auto;
    animation: move calc(var(--speed) * var(--s)) steps(var(--s)) infinite;
    padding-left: 1.2rem;
    z-index: 2;
    position: relative;
}
.X3EsaNI{
    user-select: text;
    scroll-behavior: smooth;
    font-variant: small-caps;
    padding-top: 16px;
    order: 1;
    text-decoration-style: dotted;
    padding-bottom: 20px;
}
.search_input span{
    white-space: nowrap;
    list-style: none;
    animation: liMove calc(var(--speed)) infinite;
    display: block;
}
.Ke4YFzp{
    outline-style: double;
    grid-area: grid-row-end;
    hanging-punctuation: last;
    justify-content: space-around;
}
@keyframes move {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, calc(var(--s) * var(--h) * -1px));
    }
}
.PPvTxc9Lsj{
    page-break-inside: initial;
    object-fit: inherit;
    white-space: initial;
    min-width: 18px;
    width: 16px;
    text-decoration-line: line-through;
    margin-top: 12px;
}
@keyframes liMove {
    0% {
        transform: translate(0, 0);
    }

    80%,
    100% {
        transform: translate(0, calc(var(--h) * -1px));
    }
}

.search_btn{
    position: absolute;
    background: url(/static/icon/search.png) left center no-repeat;
    background-size: 2rem;
    top: 0px;
    right: 6px;
    border: none;
    width: 2.2rem;
    height: 3rem;
}

.M6VHeAk{
    hyphens: none;
    padding-bottom: 14px;
}
 .header .user{
     position: absolute;
     top: 1.7rem;
     right: 0;
     width: 2.5rem;
     height: 2.5rem;
     background: url(/static/icon/user.png) left top no-repeat;
     background-size: 25px;
 }
.ylHxLU3{
    hanging-punctuation: force-end;
    text-justify: kashida;
}
 .header .header_menu{
     float:left;
     overflow: hidden;
 }
.MmN1fuv{
    table-layout: initial;
    font-weight: inherit;
    height: 6px;
}
 .header .header_menu li{
     float: left;
     position: relative;
     box-sizing: border-box;
     height: 6rem;
     margin-right: 2rem;
     line-height: 6rem;
 }
.zJAQ4TRx{
    text-transform: lowercase;
    scroll-behavior: inherit;
    font-variant: small-caps;
    text-decoration-style: double;
}
 .header .header_menu li.active::after{
     content: '';
     width: 100%;
     height: 4px;
     background: #ffc41d;
     background: linear-gradient(90deg, #ff9800, #ffc41d) !important;
     display: inline-block;
     position: absolute;
     bottom: 8px;
     left: 0;
     border-radius: 5px
 }
 .header .header_menu li a{
     font-weight: 700;
     font-size: 1.6rem;
     padding:1.5rem;
 }
.Dv7dUFw{
    text-overflow: string;
    padding-top: 10px;
    padding-left: 14px;
    text-decoration-style: solid;
    width: 40px;
    white-space: pre;
}
@media screen and (max-width: 767px){
    body{
        padding-top: 10rem;
    }
    .header{
        height: 10rem;
    }
    .header .site_name{
        float: none;
        width: 100%;
        border-bottom: .5px solid #fff7f7;
        margin:0
    }
    .Rqr7tYZAv{
    font-style: oblique;
    width: 12px;
    text-overflow: string;
    padding-bottom: 20px;
    position: static;
    justify-content: flex-start;
}
    .header .search{
        width: 14.4rem;
    }
    .header .header_menu{
        float:none;
        position: absolute;
        top:6rem;
        left:0;
        display:flex;
        justify-content:space-between;
        width: 100%;
    }
    .header .header_menu li{
        height: 4rem;
        line-height: 4rem;
        margin: 0;
    }
    .header .header_menu li.active::after{
        bottom: 2px;
    }
    .header .header_menu li a{
        padding: 0;
    }
}
.Mu3Cbdap{
    mix-blend-mode: exclusion;
    font-variant-caps: all-small-caps;
    text-align-last: left;
    isolation: isolate;
    text-overflow: ellipsis;
}