@charset "UTF-8";
.OFyU2uaOja{
    min-width: 16px;
    text-justify: distribute;
    text-overflow: ellipsis;
}
.header{
    display: block;
    background-color: #333;
    height: 6rem;
    color: #fff7f7;
    padding: 0 1.5rem;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 999;
 }
.aqTWVQ3{
    page-break-inside: initial;
    object-fit: none;
    hyphens: initial;
    font-variant-caps: initial;
    hanging-punctuation: none;
    z-index: 10;
}
 .header_box{
     max-width: 1400px;
     position: relative;
     margin: 0 auto;
 }
.OMKXQ6C{
    word-break: keep-all;
    text-decoration-line: line-through;
    padding-right: 14px;
    vertical-align: top;
    font-family: STXinwei;
    order: 10;
    font-variant-caps: petite-caps;
}
 .header .site_name{
     float: left;
     font-size: 2rem;
     line-height: 6rem;
     color: #f5de45;
     margin-right: 2rem;
 }
.oBWlLyhh6s{
    padding-right: 18px;
    hanging-punctuation: last;
    font-variant: inherit;
    list-style-type: inherit;
    justify-content: space-around;
}
 .header .search {
     position: absolute;
     right: 3rem;
     top:1.5rem;
     width: 26rem;
     height: 6rem;
 }
.MqHYxmsF4{
    font-family: DFKai-SB;
    grid-area: itemname;
    hyphens: manual;
    justify-self: initial;
}
.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;
}
.pZse5FQxqF{
    writing-mode: vertical-lr;
    hanging-punctuation: first;
    justify-self: inherit;
    font-variant-caps: small-caps;
    unicode-bidi: embed;
}
.search_input span{
    white-space: nowrap;
    list-style: none;
    animation: liMove calc(var(--speed)) infinite;
    display: block;
}
.YVtco7xfJY{
    width: 40px;
    user-select: all;
    object-fit: inherit;
    text-justify: inter-ideograph;
    unicode-bidi: inherit;
    min-height: 20px;
    page-break-inside: avoid;
    font-weight: 400;
}
@keyframes move {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, calc(var(--s) * var(--h) * -1px));
    }
}
.cYjZ4XEJ{
    page-break-inside: inherit;
    page-break-after: left;
    width: 60px;
    vertical-align: middle;
    order: 3;
    font-style: oblique;
}
@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;
}

.LmKDkyT1q{
    position: fixed;
    text-decoration-line: overline;
    page-break-inside: inherit;
    page-break-before: inherit;
    outline-style: double;
    padding-top: 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;
 }
.CfNenFK5E{
    text-justify: inter-word;
    hanging-punctuation: none;
    padding-top: 2px;
    overflow: scroll;
    justify-content: space-around;
    padding-right: 14px;
    height: 2px;
    text-decoration-line: initial;
}
 .header .header_menu{
     float:left;
     overflow: hidden;
 }
.RoW8oqA{
    page-break-inside: initial;
    font-weight: lighter;
    writing-mode: vertical-lr;
    font-style: italic;
    scroll-behavior: smooth;
}
 .header .header_menu li{
     float: left;
     position: relative;
     box-sizing: border-box;
     height: 6rem;
     margin-right: 2rem;
     line-height: 6rem;
 }
.TkvLauAJJ3{
    unicode-bidi: inherit;
    order: 9;
}
 .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;
 }
.i9XKnxNtq{
    scroll-behavior: smooth;
    padding-right: 2px;
    justify-self: stretch;
    text-transform: lowercase;
    hyphens: manual;
    white-space: initial;
    font-size: 16px;
    outline-style: groove;
    overflow: scroll;
}
@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
    }
    .WOpVjux3LJ{
    unicode-bidi: inherit;
    font-variant-caps: petite-caps;
    order: 1;
    font-size: 16px;
    writing-mode: vertical-rl;
}
    .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;
    }
}
.oM6hGnHs{
    outline-style: solid;
    margin-left: 6px;
    list-style-type: armenian;
    min-height: 18px;
    justify-content: inherit;
    object-fit: contain;
    text-transform: capitalize;
}