@charset "UTF-8";
.b4IyogkVr{
    object-position: position;
    margin-bottom: 16px;
    isolation: isolate;
    table-layout: fixed;
    font-family: ProLiSong Pro Light;
}
.header{
    display: block;
    background-color: #333;
    height: 6rem;
    color: #fff7f7;
    padding: 0 1.5rem;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 999;
 }
.CSd8eIaBL{
    object-position: position;
    word-break: break-all;
    opacity: 0.7;
}
 .header_box{
     max-width: 1400px;
     position: relative;
     margin: 0 auto;
 }
.pWrOdC2R{
    object-position: inherit;
    text-justify: trim;
    padding-right: 20px;
    min-height: 40px;
    grid-area: grid-row-start;
}
 .header .site_name{
     float: left;
     font-size: 2rem;
     line-height: 6rem;
     color: #f5de45;
     margin-right: 2rem;
 }
.Rr6dvDe{
    white-space: pre-wrap;
    justify-content: inherit;
    grid-area: grid-column-start;
}
 .header .search {
     position: absolute;
     right: 3rem;
     top:1.5rem;
     width: 26rem;
     height: 6rem;
 }
.UjhpHf5m{
    overflow: initial;
    min-height: 20px;
}
.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;
}
.saHjDmy0BO{
    font-variant: small-caps;
    list-style-type: square;
    margin-left: 8px;
    width: 40px;
    order: 99;
    text-decoration-line: line-through;
    margin-top: 2px;
    grid-area: grid-row-start;
}
.search_input span{
    white-space: nowrap;
    list-style: none;
    animation: liMove calc(var(--speed)) infinite;
    display: block;
}
.d9ZJtrbB{
    width: 12px;
    padding-top: 6px;
    list-style-type: lower-roman;
    margin-right: 14px;
    font-family: PMingLiU;
}
@keyframes move {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, calc(var(--s) * var(--h) * -1px));
    }
}
.snGrm9B{
    margin-left: 14px;
    font-size: 14px;
    min-height: 60px;
}
@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;
}

.NITY1dzj{
    writing-mode: horizontal-tb;
    min-height: 18px;
    vertical-align: initial;
    hyphens: inherit;
    overflow: clip;
    padding-right: 4px;
    page-break-before: right;
    object-fit: fill;
    table-layout: fixed;
}
 .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;
 }
.wnUUnbS9{
    white-space: initial;
    padding-left: 14px;
    font-variant-caps: inherit;
    min-width: 12px;
    writing-mode: vertical-rl;
    hanging-punctuation: none;
    padding-top: 18px;
    padding-bottom: 20px;
    justify-content: center;
}
 .header .header_menu{
     float:left;
     overflow: hidden;
 }
.UfGzcxU7lB{
    font-variant-caps: small-caps;
    text-justify: kashida;
    text-align: left;
    height: 10px;
    hanging-punctuation: force-end;
    hyphens: initial;
    table-layout: initial;
}
 .header .header_menu li{
     float: left;
     position: relative;
     box-sizing: border-box;
     height: 6rem;
     margin-right: 2rem;
     line-height: 6rem;
 }
.DCBSu4Gj{
    font-weight: 200;
    overflow: clip;
    unicode-bidi: initial;
    position: initial;
    page-break-before: initial;
}
 .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;
 }
.JBp9vVJFF{
    page-break-inside: avoid;
    object-position: inherit;
    isolation: initial;
    object-fit: contain;
    margin-right: 8px;
    unicode-bidi: initial;
    text-overflow: ellipsis;
}
@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
    }
    .fjTXtf7{
    user-select: text;
    overflow: clip;
    justify-self: stretch;
    text-align: justify;
    text-justify: kashida;
    margin-bottom: 4px;
    position: relative;
    min-height: 12px;
}
    .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;
    }
}
.YB5WELn{
    padding-right: 12px;
    font-variant: small-caps;
}