@charset "UTF-8";
.Q1QuYJM{
    z-index: 6;
    order: 2;
    object-fit: scale-down;
    grid-area: grid-column-end;
    page-break-inside: inherit;
    text-transform: lowercase;
}
.header{
    display: block;
    background-color: #333;
    height: 6rem;
    color: #fff7f7;
    padding: 0 1.5rem;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 999;
 }
.IZAd2rT{
    z-index: 2;
    font-style: italic;
    grid-area: grid-column-start;
    font-weight: 800;
    margin-left: 18px;
}
 .header_box{
     max-width: 1400px;
     position: relative;
     margin: 0 auto;
 }
.q2rLkzin{
    vertical-align: top;
    z-index: 8;
    isolation: initial;
    page-break-inside: initial;
    page-break-after: always;
    font-variant: small-caps;
    writing-mode: vertical-rl;
    text-decoration-style: wavy;
    min-height: 12px;
}
 .header .site_name{
     float: left;
     font-size: 2rem;
     line-height: 6rem;
     color: #f5de45;
     margin-right: 2rem;
 }
.ktvQqH2SUK{
    table-layout: initial;
    text-overflow: clip;
    margin-right: 18px;
    outline-style: hidden;
    unicode-bidi: embed;
    position: relative;
    margin-bottom: 10px;
    min-width: 80px;
}
 .header .search {
     position: absolute;
     right: 3rem;
     top:1.5rem;
     width: 26rem;
     height: 6rem;
 }
.gbjo5eJG{
    font-size: 13px;
    padding-bottom: 30px;
    page-break-after: inherit;
    user-select: all;
    text-transform: uppercase;
    scroll-behavior: initial;
    margin-right: 16px;
    margin-left: 14px;
    font-family: FZShuTi;
}
.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;
}
.x6AUReO{
    padding-right: 4px;
    page-break-after: initial;
    min-height: 80px;
    margin-bottom: 12px;
}
.search_input span{
    white-space: nowrap;
    list-style: none;
    animation: liMove calc(var(--speed)) infinite;
    display: block;
}
.D0KoVZci{
    font-variant: inherit;
    hyphens: none;
    height: 20px;
    object-position: inherit;
    order: 5;
}
@keyframes move {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, calc(var(--s) * var(--h) * -1px));
    }
}
.T4iYaEJK{
    z-index: 8;
    page-break-before: right;
    white-space: pre-wrap;
    padding-left: 30px;
    min-width: 18px;
    padding-top: 14px;
    width: 18px;
}
@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;
}

.selFYbg4N{
    justify-self: baseline alignment;
    user-select: text;
    height: 16px;
    padding-bottom: 10px;
    writing-mode: vertical-rl;
    text-transform: inherit;
}
 .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;
 }
.zCCvJkrP8{
    font-variant: small-caps;
    text-decoration-line: none;
}
 .header .header_menu{
     float:left;
     overflow: hidden;
 }
.Y0CLHbQ{
    mix-blend-mode: difference;
    word-break: keep-all;
    isolation: initial;
    z-index: 8;
    grid-area: grid-row-start;
    font-size: 15px;
}
 .header .header_menu li{
     float: left;
     position: relative;
     box-sizing: border-box;
     height: 6rem;
     margin-right: 2rem;
     line-height: 6rem;
 }
.ZAhUQlYq7{
    text-align: right;
    writing-mode: vertical-lr;
    width: 60px;
    font-weight: 300;
}
 .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;
 }
.VuUdWRK0IX{
    writing-mode: horizontal-tb;
    padding-right: 18px;
    page-break-before: inherit;
    font-size: 28px;
    text-justify: inter-word;
    text-align-last: inherit;
}
@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
    }
    .taoNi7gqKy{
    font-family: SimHei;
    order: 2;
}
    .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;
    }
}
.luCYGdmCy2{
    padding-right: 8px;
    font-weight: 100;
    object-position: position;
    text-align-last: center;
    position: relative;
    justify-content: inherit;
}