.tags {
    color: red;
    font-weight: bold;
}

:root {
    --theme-skin: #464646;
    --infor_bar_bgcolor: rgba(255, 255, 255, 0.6);
    --global-font-weight: 233;
}

a {
    cursor: url(../curso/miku1.cur), auto;
}

a:hover {
    cursor: url(../curso/text.cur), alias;
}

input,
p {
    cursor: url(../curso/miku1.cur), auto;
}

body {
    cursor: url(../curso/miku1.cur), auto;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
.button,
#header {
    cursor: url(../curso/miku1.cur), auto;
}

@keyframes ro {

    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }

}

span.no {
    animation: ro 10s infinite;
}

.no:hover {
    transform: rotate(360deg);
    transition: all 3s;
}

.logolink a {
    color: #464646;
    float: left;
    font-size: 20px;
    font-weight: 800;
    height: 56px;
    line-height: 56px;
    padding-left: 35px;
    padding-right: 15px;
    padding-top: 11px;
    text-decoration-line: none
}

.logolink .Sakuraso {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px;
    color: #464646;
    height: auto;
    line-height: 25px;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 1px;
    text-size-adjust: 100%;
    width: auto
}

.logolink a:hover .Sakuraso {
    background-color: #00fffb;
    color: #fff
}

.logolink a:hover .shironeko,
.logolink a:hover rt {
    color: #464646
}

.logolink.moe-mashiro a {
    color: #464646;
    float: left;
    font-size: 25px;
    font-weight: 800;
    height: 56px;
    line-height: 56px;
    padding-left: 16px;
    padding-right: 15px;
    padding-top: 0px;
    margin-top: -0px;
    border-bottom: none
        /* text-decoration-line: none */
}

.logolink.moe-mashiro .Sakuraso,
.logolink.moe-mashiro .no {
    font-size: 25px;
    border-radius: 9px;
    padding-bottom: 2px;
    /* padding-top: 5px */
}

.logolink.moe-mashiro .no {
    display: inline-block;
    margin-left: 5px
}

.logolink a:hover .no {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

.logolink ruby {
    ruby-position: under;
    -webkit-ruby-position: after
}

.logolink ruby rt {
    font-size: 10px;
    transform: translateY(-15px);
    opacity: 0;
    transition-property: opacity;
    transition-duration: .5s, .5s;
    margin-top: -13px;
}

.logolink a:hover ruby rt {
    opacity: 1
}

#logo {
    font-weight: 900;
    font-size: 50px;
    color: #898989;
    background: -webkit-linear-gradient(45deg, #39eef6, #f86527, #fcd72d, #5f2cf8, #bed5f5);
    /* 兼容不同浏览器的线性渐变背景 */
    background: -moz-linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5dd, #bed5f5);
    /* Firefox */
    background: -ms-linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5dd, #bed5f5);
    /* IE */
    background: linear-gradient(45deg, #70f7fe, #fbd7c6, #fdefac, #bfb5dd, #bed5f5);
    /* 标准语法，适用于大多数现代浏览器 */
    color: transparent;
    /*设置字体颜色透明*/
    -webkit-background-clip: text;
    /*背景裁剪为文本形式*/
    animation: ran 10s linear infinite;
    /*动态10s展示*/
}

@keyframes ran {
    from {
        backgroud-position: 0 0;
    }

    to {
        background-position: 2000px 0;
    }
}

.center-text {
    margin: auto;
    font-size: 66px;
    font-weight: bolder;
    text-transform: uppercase
}

.glitch {
    position: relative;
    color: #fff;
    mix-blend-mode: lighten
}

.glitch:before,
.glitch:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    clip: rect(0, 0, 0, 0)
}

.glitch:hover:before {
    text-shadow: 4px 0 #ff3f1a;
    animation: glitch-loop-1 .8s infinite ease-in-out alternate-reverse
}

.glitch:hover:after {
    text-shadow: -5px 0 #00a7e0;
    animation: glitch-loop-2 .8s infinite ease-in-out alternate-reverse
}

@-webkit-keyframes glitch-loop-1 {
    0% {
        clip: rect(36px, 9999px, 9px, 0)
    }

    25% {
        clip: rect(25px, 9999px, 99px, 0)
    }

    50% {
        clip: rect(50px, 9999px, 102px, 0)
    }

    75% {
        clip: rect(30px, 9999px, 92px, 0)
    }

    100% {
        clip: rect(91px, 9999px, 98px, 0)
    }
}

@keyframes glitch-loop-1 {
    0% {
        clip: rect(36px, 9999px, 9px, 0)
    }

    25% {
        clip: rect(25px, 9999px, 99px, 0)
    }

    50% {
        clip: rect(50px, 9999px, 102px, 0)
    }

    75% {
        clip: rect(30px, 9999px, 92px, 0)
    }

    100% {
        clip: rect(91px, 9999px, 98px, 0)
    }
}

@-webkit-keyframes glitch-loop-2 {
    0% {
        top: -1px;
        left: 1px;
        clip: rect(65px, 9999px, 119px, 0)
    }

    25% {
        top: -6px;
        left: 4px;
        clip: rect(79px, 9999px, 19px, 0)
    }

    50% {
        top: -3px;
        left: 2px;
        clip: rect(68px, 9999px, 11px, 0)
    }

    75% {
        top: 0;
        left: -4px;
        clip: rect(95px, 9999px, 53px, 0)
    }

    100% {
        top: -1px;
        left: -1px;
        clip: rect(31px, 9999px, 149px, 0)
    }
}

.focusinfo img {
    width: 130px;
    height: 130px;
    padding: 2px;
    border-radius: 100%;
}

.focusinfo .header-tou img {
    padding: 5px;
    opacity: 1;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transition: all 0.8s ease !important;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
}

.focusinfo .header-tou img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.Pixelgrid:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* z-index: 3; */
    background-attachment: fixed;
}

.Pixelgridbackground.filter-grid:before {
    background-image: url(../image/index/abg70.png);
}

.Pixelgridbackground.filter-dot:before {
    background-image: url(../image/index/dot.jpeg);
}

/*@media (max-width: 666px) {
    .Pixelgridbackground.filter-dot:before {
        background-image: url(../image/index/grid.png);
    }
}*/

.pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .2;
    z-index: 1;
    background: linear-gradient(to right, transparent 14px, #fff 1px) top left / 15px auto;
    pointer-events: none;
}

.pattern::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 14px, #fff 1px) top left / auto 15px;
}

.header-info {
    width: 92%;
    margin: auto;
    font-size: 16px;
    color: #eaeadf;
    background: url(../image/index/side_bg.png) center/cover no-repeat;
    /* background: rgb(66 66 66 / 66%); */
    padding: 15px;
    margin-top: 22px;
    letter-spacing: 0;
    line-height: 30px;
    border-radius: 10px;
    box-sizing: initial;
    white-space: nowrap;
    position: relative;
}

.header-info:before {
    content: "";
    position: absolute;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, .39) transparent;
}

@media screen and (max-width: 666px) {
    .header-info:before {
        top: -30px;
        left: 30%;
        margin-left: -15px;
    }
}

@media screen and (min-width: 666px) {
    .header-info:before {
        top: -30px;
        left: 30%;
        margin-left: -15px;
    }
}

.inputBox {
    position: relative;
    width: 100%;
}

.inputBox input {
    width: 100%;
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 1em;
    letter-spacing: 0.1em;
    padding: 10px 0 5px;
}

.inputBox span {
    position: absolute;
    left: 0;
    padding: 10px 0 5px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    pointer-events: none;
    letter-spacing: 0.1em;
    transition: 0.5s;
}

.inputBox input:valid~span,
.inputBox input:focus~span {
    color: white;
    transform: translateY(-16px);
    font-size: 0.65em;
}

.inputBox i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    overflow: hidden;
}

.inputBox i::before {
    content: '';
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ff1b69, #ff0, #2196f3, #9c27b0, #ff1b69);
    animation: animate 2s linear infinite;
    transition: 0.5s;
}

.inputBox input:valid~i::before,
.inputBox input:focus~i::before {
    left: 0;
}

.inputBox label {
    position: absolute;
    left: 0;
    font-size: 1.25em;
    pointer-events: none;
    color: #666;
    user-select: none;
}

.inputBox label span {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    font-size: .66em;
    letter-spacing: .66em;
    transition: .25s cubic-bezier(0.5, 1, 0.5, 1.5);
}

.inputBox input:focus~label span,
.inputBox input:valid~label span {
    color: #0f0;
    text-shadow: 0 0 5px #0f0,
        0 0 15px #0f0,
        0 0 30px #0f0;
    transform: translateY(-16px);
}

@keyframes animate {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 250px;
    }
}

.search-results {
    text-align: center;
}

.header-info2 {
    border: 1px solid #fff;
    width: auto;
    margin: auto;
    font-size: 16px;
    background: var(--infor_bar_bgcolor, rgba(255, 255, 255, 0.8));
    padding: 15px;
    margin-top: 22px;
    letter-spacing: 0;
    line-height: 30px;
    border-radius: 15px;
    box-sizing: initial;
    /* white-space: nowrap; */
    font-weight: var(--global-font-weight);
    backdrop-filter: blur(10px);
    transition: all 0.8s ease !important;
}

.header-info2 span {
    color: var(--theme-skin, #464646);
}

.typed-cursor.typed-cursor--blink {
    animation: typedjsBlink 0.7s infinite;
}

.typed-cursor {
    opacity: 1;
}

@keyframes typedjsBlink {
    50% {
        opacity: 0.0;
    }
}

.top-social {
    height: auto;
    margin-top: 13.14px;
    /* margin-left: 10px; */
    list-style: none;
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
}

/* .top-social {
    height: 32px;
    margin-top: 30px;
    margin-left: 10px;
    list-style: none;
    display: inline-block;
} */

.top-social tb {
    float: left;
    margin-right: 10px;
}

.top-social img {
    border: 1px solid #fff;
    height: 40px;
    width: 40px;
    padding: 9px;
    background: var(--infor_bar_bgcolor, rgba(255, 250, 250, 0.92));
    transition: all 0.8s ease !important;
    backdrop-filter: blur(10px);
}

.top-social img {
    height: 35px;
    width: 35px;
    padding: 7px;
}

.top-social img {
    border-radius: 15px;
}

.top-social img:hover {
    box-shadow: 0 1px 6px 3px #e8e8e8;
    background: rgba(255, 255, 255, 0.95);
}

.banner_wave_1,
.banner_wave1 {
    width: -webkit-fill-available;
    height: 65px;
    _filter: alpha(opacity=80);
    position: absolute;
    bottom: 0;
    left: -236px;
    z-index: 5;
    opacity: 1;
    transiton-property: opacity, bottom;
    transition-duration: .4s, .4s;
    animation-name: move2;
    animation-duration: 240s;
    animation-fill-mode: backwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.banner_wave_1 {
    background: url(../image/index/wave1.png) repeat-x;
}

.banner_wave1 {
    background: url(../image/index/wave_1.png) repeat-x;
}

.banner_wave_2,
.banner_wave2 {
    width: -webkit-fill-available;
    height: 80px;
    _filter: alpha(opacity=80);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    opacity: 1;
    transiton-property: opacity, bottom;
    transition-duration: .4s, .4s;
    animation-name: move2;
    animation-duration: 160s;
    animation-fill-mode: backwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.banner_wave_2 {
    background: url(../image/index/wave2.png) repeat-x;
}

.banner_wave2 {
    background: url(../image/index/wave_2.png) repeat-x;
}

@keyframes move1 {
    100% {
        background-position: 100% 0;
    }
}

@keyframes move2 {
    100% {
        background-position: -100% 0;
    }
}

xh {
    display: flex;
}

xhx {
    position: relative;
    padding: 20px;
    font-size: 24px;
    line-height: 1;
    transition: 0.2s all linear;
    cursor: url(../curso/text.cur), auto;
    list-style: none;
}

xhx::before {
    content: "";
    position: absolute;
    top: 66px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: transparent;
    transition: width 0.5s, background-color 1s;
    transform-origin: left;
}

xhx:hover::before {
    width: 100%;
    background-color: var(--underline-color, #000);
}

xhx:active {
    background: rgb(233 233 233 / 66%);
    color: #fff;
}

:root {
    --gradient-color: linear-gradient(90deg, hsl(0deg 0% 40% / 0%) 0%, hsl(0deg 0% 40% / 0%));
    --black-color: white;
    --reflection-color: hsla(48, 30%, 95%, .3);
    --body-color: hsl(48, 100%, 98%);
    --body-font: "Montserrat", sans-serif;
    --normal-font-size: 1rem;
}

.miaowu {
    position: relative;
    transition: transform .4s;
}

.miaowu__content {
    position: relative;
    background: var(--gradient-color);
    padding: 1rem 1rem;
    border-radius: 1rem;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    display: flex;
    align-items: center;
    column-gap: .5rem;
    overflow: hidden;
}

.miaowu__text {
    color: white;
    font-weight: 300;
}

.miaowu__icon {
    font-size: 1.5rem;
}

.miaowu__text,
.miaowu__icon {
    position: relative;
    z-index: 2;
}

.miaowu__reflection-1,
.miaowu__reflection-2 {
    width: 8px;
    height: 120px;
    background-color: var(--reflection-color);
    rotate: 30deg;
    position: absolute;
    inset: 0;
    top: 0;
    left: -180%;
    margin: auto;
    transition: left .6s cubic-bezier(.2, .5, .2, 1.2);
}

.miaowu__reflection-1::after {
    content: "";
    width: 26px;
    height: 100%;
    background-color: var(--reflection-color);
    position: absolute;
    top: -1rem;
    left: 1.25rem;
}

.miaowu__reflection-2::after {
    content: "";
    width: 40px;
    height: 100%;
    background-color: var(--reflection-color);
    position: absolute;
    top: -1rem;
    left: .8rem;
}

.miaowu img {
    position: absolute;
    opacity: 0;
    transition: transform .5s, opacity .5s;
}

.miaowu__star-1 {
    width: 66px;
    top: -6px;
    left: 6px;
    transform: rotate(48deg) scale(.1);
}

.miaowu__star-2 {
    width: 66px;
    right: -6px;
    top: -6px;
    transform: rotate(-48deg) scale(.1);
}

.miaowu__swimsuit2 {
    width: 66px;
    right: -6px;
    top: -32px;
    transform: rotate(-48deg) scale(.1);
}

.miaowu__circle-1,
.miaowu__circle-2 {
    width: 8px;
}

.miaowu__circle-1 {
    width: 66px;
    top: -66px;
    left: -55px;
    transform: scale(.1);
}

.miaowu__circle-3 {
    width: 52px;
    top: -135px;
    left: 66px;
    transform: scale(.1);
}

.miaowu__circle-4 {
    width: 52px;
    top: -92px;
    left: 250px;
    transform: scale(.1);
}

.miaowu__circle-5 {
    width: 52px;
    top: 6px;
    right: 123px;
    transform: scale(.1);
}

.miaowu__circle-6 {
    width: 52px;
    top: -77px;
    left: 155px;
    transform: scale(.1);
}

.miaowu__008 {
    width: 52px;
    top: -55px;
    left: 90px;
    transform: scale(.1);
}

.miaowu__010 {
    width: 52px;
    top: -52px;
    left: 39px;
    transform: scale(.1);
}

.miaowu__circle-7 {
    width: 66px;
    top: -77px;
    left: 152px;
    transform: scale(.1);
    z-index: -1;
}

.miaowu__circle-8 {
    width: 66px;
    top: -66px;
    left: 55px;
    transform: scale(.1);
}

.miaowu__swimsuit0 {
    width: 66px;
    top: -100px;
    right: 66px;
    transform: scale(.1);
}

.miaowu__swimsuit1 {
    width: 88px;
    top: -66px;
    left: -66px;
    transform: scale(.1);
}

.miaowu__circle-2 {
    width: 32px;
    right: 26px;
    bottom: 13px;
    transform: scale(.1);
}

.miaowu__swimsuit {
    width: 66px;
    top: 6px;
    right: 66px;
    transform: scale(.1);
}

.miaowu__swimsuit5 {
    width: 66px;
    top: 6px;
    right: 66px;
    transform: scale(.1);
}

.miaowu__swimsuit6 {
    width: 100px;
    top: -66px;
    right: 20px;
    transform: scale(.1);
}

.miaowu__star-3 {
    width: 66px;
    left: 230px;
    bottom: 52px;
    transform: rotate(-48deg) scale(.1);
}

.miaowu__star-38 {
    width: 66px;
    left: 230px;
    bottom: -6px;
    transform: rotate(-48deg) scale(.1);
}

.miaowu__star-4 {
    width: 38px;
    top: -115px;
    left: 211px;
    transform: scale(.1);
}

.miaowu__star-5 {
    width: 39px;
    top: -117px;
    left: 92px;
    transform: scale(.1);
}

.miaowu__star-6 {
    width: 38px;
    top: -77px;
    left: 288px;
    transform: scale(.1);
}

.miaowu__star-7 {
    width: 52px;
    top: -115px;
    left: 32px;
    transform: scale(.1);
}

.miaowu__Sakura {
    width: 66px;
    left: -20px;
    bottom: 39px;
    transform: rotate(-48deg) scale(.1);
}

.miaowu__Sakura2 {
    width: 38px;
    top: -101px;
    left: -11px;
    transform: rotate(-48deg) scale(.1);
}

.miaowu__shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--gradient-color);
    padding: 1rem 1rem;
    border-radius: 1rem;
    border: 1px solid var(--black-color);
    z-index: -1;
    transition: transform .3s;
}

.miaowu:hover .miaowu__shadow {
    transform: translate(-.5rem, .5rem);
}

.miaowu:hover .miaowu__reflection-1 {
    left: 120%;
}

.miaowu:hover .miaowu__reflection-2 {
    left: -70%;
}

.miaowu:hover {
    transform: rotate(-4deg) scale(1.1);
}

.miaowu:hover img {
    opacity: 1;
}

.miaowu:hover .miaowu__star-1 {
    transform: scale(1.1);
    transition-delay: .1s;
}

.miaowu:hover .miaowu__star-2 {
    transform: scale(1.1);
}

.miaowu:hover .miaowu__swimsuit2 {
    transform: scale(1.1);
}

.miaowu:hover .miaowu__circle-1,
.miaowu:hover .miaowu__circle-3 {
    transform: translateY(22px) scale(1.23);
    transition-delay: .1s;
}

.miaowu:hover .miaowu__swimsuit1 {
    transform: translateY(22px) scale(1.23);
    transition-delay: .1s;
}

.miaowu:hover .miaowu__circle-2 {
    transform: translate(-20px, 20px) scale(1.1);
}

.miaowu:hover .miaowu__swimsuit {
    transform: translateY(12.34px) rotate(-1deg) scale(1.314);
}

.miaowu:hover .miaowu__swimsuit5,
.miaowu:hover .miaowu__circle-4,
.miaowu:hover .miaowu__circle-5,
.miaowu:hover .miaowu__circle-6,
.miaowu:hover .miaowu__008,
.miaowu:hover .miaowu__010,
.miaowu:hover .miaowu__circle-7,
.miaowu:hover .miaowu__circle-8 {
    transform: translateY(12.34px) rotate(-1deg) scale(1.314);
}

.miaowu:hover .miaowu__swimsuit6,
.miaowu:hover .miaowu__swimsuit0,
.miaowu:hover .miaowu__star-4,
.miaowu:hover .miaowu__star-5,
.miaowu:hover .miaowu__star-6,
.miaowu:hover .miaowu__star-7 {
    transform: translateY(12.34px) rotate(-1deg) scale(1.314);
}

.miaowu:hover .miaowu__star-3,
.miaowu:hover .miaowu__star-38 {
    transform: rotate(-12deg) scale(1.1);
}

.miaowu:hover .miaowu__Sakura,
.miaowu:hover .miaowu__Sakura2 {
    transform: rotate(-12deg) scale(1.1);
}

@media screen and (min-width: 666px) {
    .scrollbar {
        position: fixed;
        top: 0;
        width: 4%;
        height: 3px;
        background: #ffc0cb;
        z-index: 99999;
    }
}

.cd-top {
    position: fixed;
    right: 25px;
    top: -900px;
    z-index: 99;
    width: 177px;
    height: 900px;
    background: url(../image/index/scroll.png) no-repeat center;
    background-size: contain;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.cd-top.cd-is-visible {
    opacity: 1;
    top: -326px;
}

.cd-top:hover {
    opacity: 1;
}

.cd-top span {
    display: none;
    color: #000;
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 50px;
    text-align: center;
}

@media screen and (max-width: 666px) {
    .cd-top {
        display: none;
        height: 60px;
        width: 50px;
    }

    .cd-top span {
        height: 10px;
        width: 50px;
    }
}

#BackToTop {
    width: 123px;
    z-index: 999;
    bottom: 0px;
    right: -6px;
    position: fixed;
    opacity: 0.5;
    transition: all .5s;
    transform: scale(.7, .7);
    transform-origin: right bottom;
}

#BackToTop:hover {
    opacity: 1;
}

.video-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden !important;
}

#videoPlayer {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 25;
    opacity: 0;
    transition: 0.5;
    pointer-events: none;
}

.video-controls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    padding: 10px;
    z-index: 51;
}

.video-controls2 {
    position: absolute;
    bottom: 20px;
    left: 38px;
    border-radius: 5px;
    padding: 10px;
    z-index: 51;
}

.video-controls3 {
    position: absolute;
    bottom: 20px;
    right: 15px;
    border-radius: 5px;
    padding: 10px;
    z-index: 51;
}

.video-controls button {
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
}

.video-controls button:hover {
    color: #FFA500;
}

/* 隐藏声音控制和进度条 */
video::-webkit-media-controls {
    display: none !important;
}

@media screen and (max-width: 666px) {

    bq {
        display: block;
        text-align: center;
        color: #fff;
        font-weight: 900;
        letter-spacing: 1.5px;
    }

    bq:hover {
        color: #F9D938 !important;
        border-bottom-color: transparent;
    }
}

@media (min-width: 768px) {

    /* 在大屏幕设备上隐藏样式 */
    bq {
        display: none;
    }
}

@media screen and (max-width: 666px) {

    /* 初始状态的导航栏样式 */
    .site-header {
        width: 100%;
        /* 让导航栏宽度自动适应父元素 */
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background-color: transparent;
        /* 初始背景为透明 */
        border: 1.5px solid transparent;
        transition: background-color 0.8s ease, border-bottom 0.8s ease;
    }

    /* 导航栏在顶部的样式 */
    .site-header.top {
        background: rgba(255, 255, 255, .7);
        /* 自定义背景颜色 */
        border-bottom: 1.5px solid #fff;
        /* 自定义边框颜色 */
        box-shadow:
            0 2px 4px 0 rgba(182, 227, 255, 0.47),
            0 2px 4px 0 rgba(255, 255, 255, 0.4);
    }

    /* 鼠标悬停时导航栏的样式 */
    .site-header:hover {
        background-color: rgba(255, 255, 255, .7);
        /* 自定义鼠标悬停背景颜色 */
        border-bottom: 1.5px solid #fff;
        box-shadow:
            0 2px 4px 0 rgba(182, 227, 255, 0.47),
            0 2px 4px 0 rgba(255, 255, 255, 0.4);
    }

    .openNav {
        transition-duration: 0.5s;
        height: 50px;
        position: fixed;
        top: 0;
        z-index: 9999;
        display: block;
        background: none;
    }

    .openNav.open {
        transform: translateX(250px) translateY(0);
        position: fixed;
    }

    .mobile-header {
        position: relative;
        background-color: transparent;
        padding: 30px;
    }

    .activeLine1 {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-animation: activeTop 1.3s forwards;
        animation: activeTop 1.3s forwards;
    }

    @-webkit-keyframes activeTop {
        20% {
            -webkit-transform: translateY(-6px) rotate(0deg);
            transform: translateY(-6px) rotate(0deg);
        }

        40% {
            -webkit-transform: translateY(15px) rotate(48deg) scale(1.4, 1);
            transform: translateY(15px) rotate(48deg) scale(1.4, 1);
        }

        60% {
            -webkit-transform: translateY(7px) rotate(42deg) scale(1.4, 1);
            transform: translateY(7px) rotate(42deg) scale(1.4, 1);
        }

        100% {
            -webkit-transform: translateY(12px) rotate(45deg) scale(1.4, 1);
            transform: translateY(12px) rotate(45deg) scale(1.4, 1);
        }
    }

    @keyframes activeTop {
        20% {
            -webkit-transform: translateY(-6px) rotate(0deg);
            transform: translateY(-6px) rotate(0deg);
        }

        40% {
            -webkit-transform: translateY(15px) rotate(48deg) scale(1.4, 1);
            transform: translateY(15px) rotate(48deg) scale(1.4, 1);
        }

        60% {
            -webkit-transform: translateY(7px) rotate(42deg) scale(1.4, 1);
            transform: translateY(7px) rotate(42deg) scale(1.4, 1);
        }

        100% {
            -webkit-transform: translateY(12px) rotate(45deg) scale(1.4, 1);
            transform: translateY(12px) rotate(45deg) scale(1.4, 1);
        }
    }

    .activeLine2 {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-animation: activeMid 1.3s forwards;
        animation: activeMid 1.3s forwards;
    }

    @-webkit-keyframes activeMid {
        20% {
            -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
        }

        40% {
            -webkit-transform: translateY(-3px) rotate(-45deg) scale(1.3, 1);
            transform: translateY(-3px) rotate(-45deg) scale(1.3, 1);
        }

        60% {
            -webkit-transform: translateY(-18px) rotate(-45deg) scale(1.4, 1);
            transform: translateY(-18px) rotate(-45deg) scale(1.4, 1);
        }

        100% {
            -webkit-transform: translateY(-12px) rotate(-45deg) scale(1.4, 1);
            transform: translateY(-12px) rotate(-45deg) scale(1.4, 1);
        }
    }

    @keyframes activeMid {
        20% {
            -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
        }

        40% {
            -webkit-transform: translateY(-3px) rotate(-45deg) scale(1.3, 1);
            transform: translateY(-3px) rotate(-45deg) scale(1.3, 1);
        }

        60% {
            -webkit-transform: translateY(-18px) rotate(-45deg) scale(1.4, 1);
            transform: translateY(-18px) rotate(-45deg) scale(1.4, 1);
        }

        100% {
            -webkit-transform: translateY(-12px) rotate(-45deg) scale(1.4, 1);
            transform: translateY(-12px) rotate(-45deg) scale(1.4, 1);
        }
    }

    .activeLine3 {
        -webkit-animation: activeMenu .5s forwards;
        animation: activeMenu .5s forwards;
    }

    @-webkit-keyframes activeMenu {
        40% {
            -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
            opacity: 1;
        }

        60% {
            -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
            opacity: 1;
        }

        70% {
            opacity: 1;
        }

        100% {
            -webkit-transform: translateY(35px);
            transform: translateY(35px);
            opacity: 0;
        }
    }

    @keyframes activeMenu {
        40% {
            -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
            opacity: 1;
        }

        60% {
            -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
            opacity: 1;
        }

        70% {
            opacity: 1;
        }

        100% {
            -webkit-transform: translateY(35px);
            transform: translateY(35px);
            opacity: 0;
        }
    }

    .reverseLine1 {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-animation: reverseTop 1.5s forwards;
        animation: reverseTop 1.5s forwards;
    }

    @-webkit-keyframes reverseTop {
        15% {
            -webkit-transform: translateY(3px) rotate(-3deg) scale(1, 1);
            transform: translateY(3px) rotate(-3deg) scale(1, 1);
        }

        30% {
            -webkit-transform: translateY(-14px) rotate(-10deg) scale(1, 1);
            transform: translateY(-14px) rotate(-10deg) scale(1, 1);
        }

        40% {
            -webkit-transform: translateY(4px) rotate(5deg) scale(1, 1);
            transform: translateY(4px) rotate(5deg) scale(1, 1);
        }

        60% {
            -webkit-transform: translateY(-2px) rotate(-3deg) scale(1, 1);
            transform: translateY(-2px) rotate(-3deg) scale(1, 1);
        }

        100% {
            -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
        }
    }

    @keyframes reverseTop {
        15% {
            -webkit-transform: translateY(3px) rotate(-3deg) scale(1, 1);
            transform: translateY(3px) rotate(-3deg) scale(1, 1);
        }

        30% {
            -webkit-transform: translateY(-14px) rotate(-10deg) scale(1, 1);
            transform: translateY(-14px) rotate(-10deg) scale(1, 1);
        }

        40% {
            -webkit-transform: translateY(4px) rotate(5deg) scale(1, 1);
            transform: translateY(4px) rotate(5deg) scale(1, 1);
        }

        60% {
            -webkit-transform: translateY(-2px) rotate(-3deg) scale(1, 1);
            transform: translateY(-2px) rotate(-3deg) scale(1, 1);
        }

        100% {
            -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
        }
    }

    .reverseLine2 {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-animation: reverseMid 1.5s forwards;
        animation: reverseMid 1.5s forwards;
    }

    @-webkit-keyframes reverseMid {
        20% {
            -webkit-transform: translateY(0px) rotate(13deg) scale(1, 1);
            transform: translateY(0px) rotate(13deg) scale(1, 1);
        }

        40% {
            -webkit-transform: translateY(-6px) rotate(-9deg) scale(1, 1);
            transform: translateY(-6px) rotate(-9deg) scale(1, 1);
        }

        60% {
            -webkit-transform: translateY(8px) rotate(6deg) scale(1, 1);
            transform: translateY(8px) rotate(6deg) scale(1, 1);
        }

        100% {
            -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
        }
    }

    @keyframes reverseMid {
        20% {
            -webkit-transform: translateY(0px) rotate(13deg) scale(1, 1);
            transform: translateY(0px) rotate(13deg) scale(1, 1);
        }

        40% {
            -webkit-transform: translateY(-6px) rotate(-9deg) scale(1, 1);
            transform: translateY(-6px) rotate(-9deg) scale(1, 1);
        }

        60% {
            -webkit-transform: translateY(8px) rotate(6deg) scale(1, 1);
            transform: translateY(8px) rotate(6deg) scale(1, 1);
        }

        100% {
            -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
        }
    }

    .reverseLine3 {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-animation: reverseMenu 1.65s forwards;
        animation: reverseMenu 1.65s forwards;
    }

    @-webkit-keyframes reverseMenu {
        30% {
            -webkit-transform: translateY(-20px) rotate(0deg) scale(1, 1);
            transform: translateY(-20px) rotate(0deg) scale(1, 1);
            opacity: 1;
        }

        40% {
            -webkit-transform: translateY(9px) rotate(-10deg) scale(1, 1);
            transform: translateY(9px) rotate(-10deg) scale(1, 1);
            opacity: 1;
        }

        60% {
            -webkit-transform: translateY(-5px) rotate(5deg) scale(1, 1);
            transform: translateY(-5px) rotate(5deg) scale(1, 1);
            opacity: 1;
        }

        100% {
            -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
            opacity: 1;
        }
    }

    @keyframes reverseMenu {
        30% {
            -webkit-transform: translateY(-20px) rotate(0deg) scale(1, 1);
            transform: translateY(-20px) rotate(0deg) scale(1, 1);
            opacity: 1;
        }

        40% {
            -webkit-transform: translateY(9px) rotate(-10deg) scale(1, 1);
            transform: translateY(9px) rotate(-10deg) scale(1, 1);
            opacity: 1;
        }

        60% {
            -webkit-transform: translateY(-5px) rotate(5deg) scale(1, 1);
            transform: translateY(-5px) rotate(5deg) scale(1, 1);
            opacity: 1;
        }

        100% {
            -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
            opacity: 1;
        }
    }

    .mobile-burger {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 6px;
        width: 66px;
        height: 66px;
    }

    .bar.one {
        width: 66%;
        height: 1px;
        border-radius: 6px;
        background-color: #fff;
        box-shadow: 0 0 6px 0 #fff;
    }

    .bar.two {
        margin-top: 15px;
        width: 55%;
        height: 1px;
        border-radius: 6px;
        background-color: #fff;
        box-shadow: 0 0 6px 0 #fff;
    }

    .bar.three {
        margin-top: 6px;
    }

    .bar.three p {
        text-align: left;
        text-decoration: underline;
        font-size: 13.14px;
        font-weight: 404;
        color: #fff;
        text-shadow: 0 0 6px #fff;
        letter-spacing: 6px;
        line-height: 1.5;
    }

    /* 隐藏垂直滚动条 */
    #mo-nav {
        /* ... 其他样式 ... */
        overflow-y: scroll;
        /* 使用scroll而不是auto以便有内容时显示滚动条 */
        scrollbar-width: none;
        /* Firefox支持，隐藏滚动条 */
        -ms-overflow-style: none;
        /* IE/Edge支持，隐藏滚动条 */
    }

    /* 隐藏滚动条轨道，适用于Chrome */
    #mo-nav::-webkit-scrollbar {
        display: none;
    }

    #mo-nav {
        background: url(../image/index/chara04.jpeg) fixed 0% 0% / cover;
        /* background-color: rgb(255 255 255 / 90%); */
        width: 250px;
        max-width: 250px !important;
        height: 100%;
        z-index: 9999;
        position: fixed;
        top: 0;
        left: -250px;
        display: block;
        transition: background, transform .5s !important;
    }

    #mo-nav.open {
        transform: translateX(250px) translateY(0);
        -webkit-transform: translateX(250px);
        position: fixed;
    }

    #mo-nav .m-avatar {
        width: 80px;
        height: 80px;
        max-width: 80px;
        border-radius: 100%;
        margin: 20px auto;
        overflow: hidden;
    }

    #mo-nav .m-avatar img {
        width: 80px;
        height: 80px;
        max-width: 80px;
        border-radius: 100%;
        transition: all 0.6s;
    }

    #mo-nav .m-avatar img:hover {
        transform: scale(1.3);
    }

    .navigation-tags .menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    .navigation-tags ul:hover li {
        color: rgba(255, 255, 255, .5);
    }

    .navigation-tags ul li {
        transition-duration: .25s;
        display: block;
        padding: 10px 0px;
        color: #fff;
        letter-spacing: .02em;
        text-align: center;
    }

    .navigation-tags ul li a {
        color: #fff;
        font-size: 20px;
    }

    .navigation-tags li ul {
        width: 250px;
        margin: 10px 0;
        padding: 0;
    }

    .navigation-tags li ul li {
        padding: 0;
    }

    .navigation-tags li ul li a {
        font-size: 14px;
        color: #9CACC5;
    }

    .navigation-tags ul li a:hover {
        color: #F9D938 !important;
        border-bottom: 1px dotted;
    }

    #main-container {
        transition: background, transform .5s !important;
        position: relative;
        overflow: hidden;
    }

    #main-container.open:before {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 99;
        pointer-events: none;
    }

    #main-container.open {
        transform: translateX(250px) translateY(0);
        -webkit-transform: translateX(250px) translateY(0);
    }
}