::selection{
    background: #9DE9;
}

.container {
    max-width: 100%;
    /*padding-right: 0;*/
}

.col-225{
    flex: 0 0 auto;
    width: 22.5%
}

.col-775{
    flex: 0 0 auto;
    width: 77.5%;
}

.row {
    align-items: stretch;
    height: 100vh;
}

.lc-stroke {
    text-shadow: 1px 0 0 lightcyan,
    -1px 0 0 lightcyan,
    0 1px 0 lightcyan,
    0 -1px 0 lightcyan,
    1px 1px 0 lightcyan,
    -1px 1px 0 lightcyan,
    1px -1px 0 lightcyan,
    -1px -1px 0 lightcyan;
}

.vi-chn-text *:not(.footer-right){
    font-family: 'fusion-pixel', "fusion-pixel-bak", 'ChuHanNom', sans-serif;
}

.vi-chn-text.footer-right{
    font-family: 'ChuHanNom', sans-serif;
}

.digimonFont{
    font-family: 'digimon-font', 'fusion-pixel', "fusion-pixel-bak", 'digimon-font-bold', sans-serif !important;
}

.digimonFont-bold{
    font-family: 'digimon-font-bold', 'digimon-font', 'fusion-pixel', "fusion-pixel-bak", sans-serif !important;
}

.fusionPixel{
    font-family: "fusion-pixel-short", 'fusion-pixel', "fusion-pixel-bak",  sans-serif !important;
}

@keyframes changeColorH1 {
    0%{
        background: linear-gradient(
                to right,
                lightcoral,
                lightsalmon,
                #EC3,
                lightgreen
        );
        -webkit-background-clip: text;
    }
    16.666667% {
        background: linear-gradient(
                to right,
                lightsalmon,
                lightcoral,
                lightsalmon,
                #EC3
        );
        -webkit-background-clip: text;
    }
    33.333333% {
        background: linear-gradient(
                to right,
                #EC3,
                lightsalmon,
                lightcoral,
                lightsalmon
        );
        -webkit-background-clip: text;
    }
    50% {
        background: linear-gradient(
                to right,
                lightgreen,
                #EC3,
                lightsalmon,
                lightcoral
        );
        -webkit-background-clip: text;
    }
    66.666667% {
        background: linear-gradient(
                to right,
                #EC3,
                lightgreen,
                #EC3,
                lightsalmon
        );
        -webkit-background-clip: text;
    }
    83.333333% {
        background: linear-gradient(
                to right,
                lightsalmon,
                #EC3,
                lightgreen,
                #EC3
        );
        -webkit-background-clip: text;
    }
    100% {
        background: linear-gradient(
                to right,
                lightcoral,
                lightsalmon,
                #EC3,
                lightgreen
        );
        -webkit-background-clip: text;
    }
}

.titleweb{
    font-size: 3.75vw;
    background: linear-gradient(
        to right,
        lightcoral,
        lightsalmon,
        #EC3,
        lightgreen
    );
    -webkit-text-fill-color: transparent;
    animation: changeColorH1 12.5s infinite;
    -webkit-background-clip: text;
    font-weight: 900;
    letter-spacing: -1vw;
    line-height: 90%;
    z-index: 3;

    -webkit-text-stroke: 0.05vw #FCC9;
}

.titlebar{
    /*background: linear-gradient(*/
    /*to right,*/
    /*        #FDD,*/
    /*        #FDE,*/
    /*        #FDD,*/
    /*        #FCD*/
    /*);*/
    background-image: url(./pic/dxwbtit-dn.webp);
    background-repeat: no-repeat;
    background-size: 100% 110%;
    margin: -0.05vh;
    border-radius: 0 0 2vw 0;
    width: 107.5%;
    z-index: 2;
}

.leftside {
    /*background-color: pink;*/
    padding-left: 0;
    padding-right: 0;
}

ul.leftgps {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.leftbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 100;
    right: 0.5vw;
    bottom: 0.35vw;
    padding: 0 0 0 0.1vw;
    width: 5vw;
    height: 4.5vh;
    font-size: 2.5vw;
    opacity: 0.7;
    text-align: center;
    font-weight: 700;
    line-height: 0;
    overflow: hidden;
}

.leftbtn:hover {
    opacity: 0.9;
    color: #D97;
}

.leftbtn:active,
:not(.btn-check)+.leftbtn:active{
    opacity: 0.7;
    color: lightsalmon;
}

ul.leftgps > li {
    flex: 2;
}

ul.leftgps li:nth-child(n+2){
    padding-left: 0.45vw;
    flex: 3;

    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

ul.leftgps li:nth-child(n+2)::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 100% 100%;
}

ul.leftgps li:nth-child(2)::after {
    background-image: url(./pic/dwrr.webp);
}

ul.leftgps li:nth-child(3)::after {
    background-image: url(./pic/dua.webp);
}

ul.leftgps li:nth-child(4)::after {
    background-image: url(./pic/dle.webp);
}

ul.leftgps li:nth-child(5)::after {
    background-image: url(./pic/dxw-b.webp);
}


@keyframes wordGlint {
    to{
        opacity: 15%;
    }
}

ul.leftgps h2.subtitle-left{
    opacity: 95%;
    font-size: 2vw;
    font-weight: bold;
    position: relative;
    z-index: 5;
    color: #333;
    margin-bottom: 0;
    transition: opacity 1.5s;
}

ul.leftgps h3.subtitle-left{
    opacity: 100%;
    font-size: 1.75vw;
    font-weight: bold;
    position: relative;
    z-index: 5;
    color: #6A7070;
    letter-spacing: -0.5vw;
    margin-left: 0.2vw;
}

ul.leftgps li:nth-child(n+2):hover::after {
    opacity: 0.95;
}

ul.leftgps li:nth-child(n+2):hover h2.subtitle-left{
    animation: wordGlint 1.75s infinite linear alternate running;
}
ul.leftgps li:nth-child(n+2):hover h3.subtitle-left{
    opacity: 0.2;
}

.n14z{
    font-size: 1.5vw !important;
}

.ja-subtitle-left{
    font-size: 1.4vw !important;
}

.ja-subtitle-left.n14z{
    font-size: 1.6vw !important;
}

.notleft {
    display: flex;
    padding: 0;
    flex-direction: column;
}

.headside {
    background-color: lime;
    height: 5vh;
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 1.9375vw;
    padding-right: 3.75vw;
}

.headside ul.head-items,
.headside li.head-items,
.btn-header{
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    border-radius: 0.3vw;
}

.headside ul.head-items{
    width: 100%;
    justify-content: right;
}

.headside li.head-items{
    margin-left: 0.3vw;
}

.btn-header{
    line-height: 0;
    text-align: center;
    font-size: 3vh;
}

.btn-settei{
    padding: 0;
    font-size: 2.5vh;
    color: gray;
}

.rightbar-toggle-btn{
    padding: 0;
    width: 3vw;
    height: 100%;
    right: 0;
    position: absolute;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    text-align: center;
    line-height: 0;
}

.rightbar-toggle-btn i{
    font-size: 1vw;
    font-style: normal;
}

.headdown {
    flex: 1;
    display: flex;
}

.rightside {
    background-color: pink;
    flex: 1;
}

.rightside.closed{
    display: none;
}

.rightside-bar{
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
    line-height: 2.5vh;
}

.rightside-bar a,
.rightside-bar h5{
    text-decoration: none;
    font-size: 1.2vw;
    padding: 0;
    margin: 0;
}

.rightside-bar img{
    width: 100%;
    height: 100%;
}


.midside {
    display: flex;
    flex-direction: column;
    flex: 31;
}
.scrollbar {
    flex: 25;
    background-image: url(./pic/bg-mon.webp);
    background-size: 100% 100%;
    display: flex;
}

div.digiviceimg-l,
div.digiviceimg-r{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.digivice-center {
    flex: 1;
    background-color: #EEE;
    background-image: url(./pic/web-weihu.webp);
    background-size: 100% 100%;
}

div.digiviceimg-l {
    background-image: url(./pic/digivice-l.webp);
    width: 10.92vw;
    background-position: left;
}
div.digiviceimg-r {
    background-image: url(./pic/digivice-r.webp);
    width: 10.99vw;
    background-position: right;
}

.downbar {
    flex: 17;
    display: flex;
    background-color: yellow;
}

.qus{
    flex: 73;
    background-color: cyan;
    font-size: 2.75vw;
    padding-top: 0.5vh;
    position: relative;
}

.qus p{
    margin: 0;
    color: #CCC;
}

.tj-qus-btn{
    padding: 0;
    display: flex;
    width: calc(30% - 0.6vw);
    height: 7.5vh;
    bottom: 0.25vh;
    right: calc(0.25vh + 35%);
    margin-right: 0.3vw;
    margin-left: 0.3vw;
    --bs-btn-padding-x: 1.7vw !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    font-size: 2vw;
    font-weight: 700;
    overflow: hidden;
    opacity: 0.7;
}

.qus-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 50%;
    height: 25%;
    font-size: 2vw;
    margin: 20% 0 0 0;
}
.tj-title{
    justify-items: center;
    text-align: center;
    width: 100%;
}
.modal-header{
    display: flex;
}
.modal-body{
    display: flex;
}
.modal-body textarea{
    width: 100%;
}
.modal-body input{
    width: 70%;
}
.modal-content {
    background-color: #EEEE;
    padding: 10px;
    border: 1px solid #888;
}
.modal-content form{
    display: flex;
    flex-direction: column;
}
.qus-modal-close {
    color: #aaa;
    float: right;
    font-size: 6vw;
    font-weight: bold;
    line-height: 0;
    z-index: 10;
    width: 0;
    height: 0;
    border: none;
}
.qus-modal-close:hover,
.qus-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.qus-modal-opened{
    display: block;
}

.prev-qusbtn {
    display: flex;
    width: calc(35% - 0.6vw);
    height: 7.5vh;
    bottom: 0.25vh;
    right: 0.25vh;
    margin-right: 0.3vw;
    margin-left: 0.3vw;
    --bs-btn-padding-x: 1.7vw !important;
    justify-content: right;
    align-items: center;
    position: absolute;
    text-align: center;
    font-size: 3vw;
    font-weight: 700;
    overflow: hidden;
    opacity: 0.7;
}

.guess{
    flex: 27;
    background-color: lightgoldenrodyellow;
    background-image: url(./pic/doru_q-mark.webp);
    background-size: 100% 100%;
    display: flex;
    position: relative;
}

.guess:hover h3{
    opacity: 0.75;
    text-shadow: 2px 2px 0 #0CEA;
}

.guess > h3 {
    padding-left: 1vh;
    font-size: 4vw;
    font-weight: 700;
    opacity: 0.7;
    margin-bottom: 0;
    text-shadow: 1px 1px 0 #C77E;
}

.guessbtn {
    display: flex;
    width: calc(100% - 0.6vw);
    height: 7.5vh;
    bottom: 0.25vh;
    margin-right: 0.3vw;
    margin-left: 0.3vw;
    --bs-btn-padding-x: 1.7vw !important;
    justify-content: right;
    align-items: center;
    position: absolute;
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
    overflow: hidden;
    opacity: 0.7;
}

.guessbtn:hover {
    background-color: #111;
}

.con {
    flex: 4;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: skyblue;
}


h6.footer-right{
    position: absolute;
    flex: 1;
    font-size: 1.7vh;
    right: 0.3vw;
    color: #999;
    border: 1px lightblue;
}

h6.ja-footer-right{
    font-size: 1.36vh;
}

h6.en-footer-right{
    font-size:1.133333vh
}

.lianxi {
    padding-left: 0.15vw;
    font-size: 3.4vh;
    color: orange;
}

.qq-info {
    font-size: 2.3vh;
    background-color: #9DF;
    margin-bottom: 0;
    overflow: hidden;
    padding-right: 3px;
    padding-left: 1px;
}

.qq-info i.qq-light{
    font-style: normal !important;
    color: #333;
}

.qq-info i.dmq{
    font-style: normal !important;
    padding-left: 0.1vw;
}

.qq-info i.siliao{
    font-style: normal !important;
    padding-right: 0.9vw;
}

.qq-info del {
    text-decoration: line-through #F337;
    color: #333;
    padding-left: 0.525vw;
    border-left: 1px black solid;
}

.svg-pic {
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    padding: 0 0 0 0.25vw;
    margin: 0;
}

.footer-nav li{
    padding-top: 0.2vh;
    padding-left: 0.75vw;
}

.footer-nav li a{
    display: flex;
    text-decoration: none;
    transition: all .3s
}

.footer-nav h6{
    font-size: 3vh;
    color: #79A;
}

.normal-icons {
    width: 2.5vh;
    height: 2.5vh;
    fill: currentColor;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 0.3vw;
    box-sizing: content-box;
    transition: all .3s
}

.bili-icon{
    background: #40add1;
    border: 0.5vh solid #40add1;
    color: #FFF;
}

.github-icon{
    width: 3vh;
    height: 3vh;
    color:#1f2327;
}

.footer-nav li:hover .bili-icon{
    width: 3vh;
    height: 3vh;
}

.footer-nav li:hover .github-icon{
    width: 3.5vh;
    height: 3.5vh;
}

.en-not-show{
    display: none;
}

.btn-header.vi-chn-text{
    padding-top: 0;
}

ruby.vi-chn-text{
    font-size: 70%;
    line-height: 70%;
}

.footer-right ruby.vi-chn-text{
    font-size: 92.5%;
}

.n14z ruby.vi-chn-text{
    font-size: 95%;
}

rt.vi-chn-text{
    line-height: 70%;
}