@charset "UTF-8";
.Z5oQcUkN{
    padding-left: 14px;
    unicode-bidi: initial;
    object-fit: cover;
    text-overflow: ellipsis;
    hyphens: manual;
    height: 8px;
    min-height: 18px;
    text-justify: trim;
    page-break-before: initial;
}
.header{
    display: block;
    background-color: #333;
    height: 6rem;
    color: #fff7f7;
    padding: 0 1.5rem;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 999;
 }
.lPRp1cbd{
    grid-area: grid-column-start;
    padding-right: 6px;
    overflow: visible;
    isolation: initial;
    object-fit: fill;
    page-break-after: avoid;
    unicode-bidi: initial;
}
 .header_box{
     max-width: 1400px;
     position: relative;
     margin: 0 auto;
 }
.eiwoQvA0Y{
    table-layout: fixed;
    unicode-bidi: bidi-override;
    scroll-behavior: smooth;
    justify-content: flex-end;
    user-select: none;
    page-break-after: inherit;
    padding-left: 4px;
}
 .header .site_name{
     float: left;
     font-size: 2rem;
     line-height: 6rem;
     color: #f5de45;
     margin-right: 2rem;
 }
.hqALVOa5F{
    table-layout: fixed;
    page-break-before: right;
    opacity: 0.9;
    writing-mode: horizontal-tb;
    user-select: none;
    z-index: 999;
}
 .header .search {
     position: absolute;
     right: 3rem;
     top:1.5rem;
     width: 26rem;
     height: 6rem;
 }
.S6SBQGcTUE{
    margin-top: 6px;
    word-break: break-all;
    white-space: inherit;
    grid-area: grid-column-end;
    text-transform: uppercase;
}
.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;
}
.zbZ1myz{
    padding-left: 30px;
    justify-content: center;
}
.search_input span{
    white-space: nowrap;
    list-style: none;
    animation: liMove calc(var(--speed)) infinite;
    display: block;
}
.oyuAaH6aJb{
    vertical-align: super;
    isolation: isolate;
    margin-left: 12px;
    text-align: initial;
    font-family: STKaiti;
}
@keyframes move {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, calc(var(--s) * var(--h) * -1px));
    }
}
.wnq2haoFDp{
    page-break-after: inherit;
    margin-top: 10px;
    height: 6px;
    font-weight: 800;
    word-break: break-all;
    text-transform: uppercase;
    opacity: 0.6;
    padding-right: 2px;
    hyphens: manual;
}
@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;
}

.kmnyK6Z{
    text-justify: trim;
    writing-mode: vertical-rl;
    mix-blend-mode: overlay;
}
 .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;
 }
.Od0EVliJ{
    text-decoration-line: overline;
    height: 30px;
    table-layout: fixed;
    min-height: 18px;
    font-variant: small-caps;
    object-position: position;
    text-transform: initial;
    outline-style: hidden;
}
 .header .header_menu{
     float:left;
     overflow: hidden;
 }
.D0EibWJm{
    text-decoration-line: initial;
    font-variant: small-caps;
}
 .header .header_menu li{
     float: left;
     position: relative;
     box-sizing: border-box;
     height: 6rem;
     margin-right: 2rem;
     line-height: 6rem;
 }
.D5ViAXl{
    text-decoration-style: initial;
    text-overflow: string;
    object-fit: scale-down;
    grid-area: grid-column-end;
    outline-style: inset;
}
 .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;
 }
.Wl0MgDoOZ{
    object-fit: none;
    text-transform: inherit;
    font-size: 18px;
    unicode-bidi: embed;
    margin-bottom: 18px;
    margin-top: 16px;
}
@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
    }
    .AWrEUC5oxq{
    vertical-align: text-top;
    text-align: right;
    object-fit: none;
    margin-right: 8px;
    hyphens: inherit;
    margin-left: 8px;
    text-transform: lowercase;
    scroll-behavior: inherit;
}
    .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;
    }
}
.IzFNZWggO7{
    isolation: initial;
    font-style: oblique;
}