@charset "UTF-8";
.YdS3QdKh{
    unicode-bidi: initial;
    vertical-align: top;
    font-style: oblique;
    font-family: ProLiHei Pro Medium;
}
.header{
    display: block;
    background-color: #333;
    height: 6rem;
    color: #fff7f7;
    padding: 0 1.5rem;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 999;
 }
.KjiMI7C{
    min-height: 40px;
    list-style-type: armenian;
    position: absolute;
    height: 8px;
    text-align-last: initial;
}
 .header_box{
     max-width: 1400px;
     position: relative;
     margin: 0 auto;
 }
.KTshf8Q{
    width: 80px;
    text-decoration-style: inherit;
    writing-mode: vertical-lr;
    margin-left: 30px;
    padding-top: 20px;
    table-layout: inherit;
    font-size: 12px;
}
 .header .site_name{
     float: left;
     font-size: 2rem;
     line-height: 6rem;
     color: #f5de45;
     margin-right: 2rem;
 }
.te6eVARFu{
    padding-right: 20px;
    unicode-bidi: bidi-override;
    scroll-behavior: inherit;
    padding-left: 4px;
    hanging-punctuation: last;
    text-transform: none;
    text-align-last: justify;
    list-style-type: upper-roman;
}
 .header .search {
     position: absolute;
     right: 3rem;
     top:1.5rem;
     width: 26rem;
     height: 6rem;
 }
.eonUlJ5g{
    text-align-last: center;
    text-decoration-line: inherit;
    margin-bottom: 14px;
    object-fit: initial;
    padding-right: 12px;
    margin-left: 2px;
    text-decoration-style: inherit;
    vertical-align: 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;
}
.sdy5GEek{
    margin-right: 14px;
    opacity: 0.2;
    object-position: inherit;
}
.search_input span{
    white-space: nowrap;
    list-style: none;
    animation: liMove calc(var(--speed)) infinite;
    display: block;
}
.wBq2Odw{
    grid-area: itemname;
    justify-content: flex-end;
}
@keyframes move {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, calc(var(--s) * var(--h) * -1px));
    }
}
.OCF6dOGKt{
    margin-left: 14px;
    text-align-last: end;
    vertical-align: bottom;
    page-break-inside: inherit;
    min-width: 14px;
    scroll-behavior: inherit;
}
@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;
}

.QnBBn0qk{
    overflow: clip;
    page-break-inside: avoid;
    outline-style: solid;
}
 .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;
 }
.UP9PRCwc{
    list-style-type: decimal-leading-zero;
    padding-bottom: 30px;
}
 .header .header_menu{
     float:left;
     overflow: hidden;
 }
.lm9jVaZuY{
    page-break-inside: inherit;
    mix-blend-mode: overlay;
    justify-content: space-around;
    scroll-behavior: initial;
    unicode-bidi: inherit;
}
 .header .header_menu li{
     float: left;
     position: relative;
     box-sizing: border-box;
     height: 6rem;
     margin-right: 2rem;
     line-height: 6rem;
 }
.AAL7WWY{
    writing-mode: horizontal-tb;
    white-space: inherit;
    list-style-type: decimal-leading-zero;
    position: initial;
    order: 1;
}
 .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;
 }
.VqGj2hsUA{
    page-break-before: initial;
    justify-self: stretch;
    writing-mode: horizontal-tb;
    text-align: left;
    white-space: inherit;
    page-break-inside: initial;
    font-style: italic;
    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
    }
    .BlDRU5Hb{
    z-index: 1;
    justify-content: flex-start;
    min-width: 18px;
    unicode-bidi: inherit;
    mix-blend-mode: hue;
    justify-self: initial;
    font-weight: 500;
}
    .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;
    }
}
.Tcs5tHOu{
    vertical-align: sub;
    opacity: 0.8;
    font-family: STXingkai;
    object-position: initial;
    text-overflow: string;
    font-weight: inherit;
    overflow: clip;
    grid-area: grid-column-start;
    font-variant: inherit;
}