@charset "UTF-8";
.MY4mdPQZd{
    user-select: none;
    text-overflow: clip;
    order: 1;
    hyphens: inherit;
}
.wrap{
    width: 100%;
    margin: auto;
}

a{
    color: #fee08d;
}

.header{
   display: block;
   background-color: #333;
   height: 6rem;
   color: #fff7f7;
   padding: 0 1.5rem;
   position: fixed;
   top:0;
   width: 100%;
   z-index: 999;
}
.gNFOtbt1Ir{
    vertical-align: inherit;
    font-family: ProLiSong Pro Light;
    mix-blend-mode: screen;
    text-align: center;
    scroll-behavior: inherit;
    overflow: clip;
    width: 16px;
    hyphens: initial;
    text-transform: lowercase;
}
.header_box{
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}

.header .site_name{
    float: left;
    font-size: 2rem;
    line-height: 6rem;
    color: #f5de45;
    margin-right: 2rem;
}
.fwzbBq8r{
    padding-left: 2px;
    hanging-punctuation: first;
    font-weight: 200;
    scroll-behavior: smooth;
    page-break-inside: avoid;
    object-position: position;
    opacity: 0.8;
    margin-top: 4px;
    margin-left: 18px;
}
.header .search {
    position: absolute;
    right: 3rem;
    top:1.5rem;
    width: 26rem;
    height: 6rem;
}
.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;
}
.search_input span{
    white-space: nowrap;
    list-style: none;
    animation: liMove calc(var(--speed)) infinite;
    display: block;
}
@keyframes move {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, calc(var(--s) * var(--h) * -1px));
    }
}
@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;
}



.vTTc6ikLrf{
    user-select: all;
    height: 4px;
}
.header .search form {
    height: 42px;   
}

.header .search input {
    width: 100%;
    height: 3rem;
    border-radius: 42px;
    border: none;
    background: #444;
    transition: .3s linear;
    float: right;
}

.header .search input:focus {
    width: 300px;
    outline: none;
}

.header .search button {
    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;
}
.sEYjbliP2{
    width: 16px;
    padding-top: 14px;
    text-decoration-style: dotted;
    hanging-punctuation: first;
    user-select: all;
}
.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;
}
.sDyV4Ntqh{
    min-width: 20px;
    font-weight: 700;
    page-break-after: initial;
    hanging-punctuation: first;
    font-family: STKaiti;
}
.header .header_menu{
    float:left;
    overflow: hidden;
}

.header .header_menu li{
    float: left;
    position: relative;
    box-sizing: border-box;
    height: 6rem;
    line-height: 6rem;
    margin-right: 2rem;

}

.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
}
.Q9RkxkPI{
    outline-style: inherit;
    object-fit: inherit;
    width: 10px;
}
.header .header_menu li a{
    font-weight: 700;
    font-size: 1.6rem;
    color: #fee08d;
}
.sgwecGCy6{
    outline-style: initial;
    font-weight: bold;
    margin-left: 20px;
}
body{
    padding-top: 6rem;
    background-color: #2a2a2a;
    color: #fee08d;
}

.main{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.friendlink{
    margin-top: 4rem;
    padding: 2rem 0;
    border-top: 1px solid #8f8f8f;
}

.friendlink .content{
    height: 2.2rem;
    list-style: 2.2rem;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.n6IzCCaWl{
    list-style-type: lower-latin;
    vertical-align: text-top;
    min-width: 3px;
    margin-bottom: 20px;
    grid-area: grid-row-start;
    hyphens: none;
    font-variant-caps: petite-caps;
}
.friendlink h2{
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    color: #fff7f7;
}

.friendlink a{
    margin-right: 10px;
    color: #8f8f8f;
    font-size: 1.4rem;
}
.VsX5KMICu{
    overflow: inherit;
    text-decoration-line: inherit;
}
.footer{
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #8f8f8f;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px){
    body{
        padding-top: 10rem;
    }
    .header{
        height: 10rem;
    }
    .MziqeT9r{
    page-break-inside: inherit;
    white-space: nowrap;
    width: 20px;
    mix-blend-mode: color-burn;
    text-align-last: center;
    min-height: 40px;
}
    .header .site_name{
        float: none;
        width: 100%;
        border-bottom: .5px solid #fff7f7;
        margin:0
    }
    .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;
    }
}
.gyaaaY8aFe{
    text-justify: inter-word;
    position: inherit;
    font-weight: 600;
    table-layout: inherit;
}