/* 定义从左到右的炫彩文字律动样式 */
/* 定义一直循环律动的文字样式 */
.cxhx {
    
text-decoration: none;
}


.critical {
    color: #e2adad;
    font-size: 10px;
    font-weight: bold;
  }
  .combo {
    color: #4a86e8;
    font-size: 10px;
    font-weight: bold;
  }
  .counter {
    color: #9bd19b;
    font-size: 10px;
    font-weight: bold;
  }
  .stun {
    color: #fcb345;
    font-size: 10px;
    font-weight: bold;
  }
  .dodge {
    color: #ff69ff;
    font-size: 10px;
    font-weight: bold;
  }
  .launch {
    color: brown;
    font-size: 10px;
    font-weight: bold;
  }

.underline {
  border-bottom: 1px solid black;
  width: 100vw;
  margin-bottom: 10px; /* 可选，如果需要添加间距 */
}

.gongfa_tooltip {
                position: relative;
                display: inline-block;
                color: blue;
            }

            .gongfa_tooltip:hover .tooltiptext {
                visibility: visible;
            }

            .gongfa_tooltip .tooltiptext {
                font-size: 16px;
                line-height: 18px;
                visibility: hidden;
                width: 220px;
                background-color: rgba(0, 0, 0, 0.75);
                color: #fff;
                border-radius: 3px;
                padding: 5px;
                text-align: left;
                position: absolute;
                z-index: 99999;
                top: 24px;
                left: 12px;
            }

            .gongfa_tooltip .tooltiptext::after {
                content: "";
                position: absolute;
                bottom: 100%;
                left: 10%;
                margin-left: -5px;
                border-width: 6px;
                border-style: solid;
                border-color: transparent transparent rgba(0, 0, 0, 0.75) transparent;
            }

.demo_tooltip {
                position: relative;
                display: inline-block;
                color: blue;
            }

            .demo_tooltip:hover .tooltiptext {
                visibility: visible;
            }

            .demo_tooltip .tooltiptext {
                font-size: 10px;
                line-height: 12px;
                visibility: hidden;
                width: 106px;
                background-color: rgba(0, 0, 0, 0.75);
                color: #fff;
                border-radius: 3px;
                padding: 5px;
                text-align: left;
                position: absolute;
                z-index: 99999;
                top: 24px;
                left: 12px;
            }

            .demo_tooltip .tooltiptext::after {
                content: "";
                position: absolute;
                bottom: 100%;
                left: 10%;
                margin-left: -5px;
                border-width: 6px;
                border-style: solid;
                border-color: transparent transparent rgba(0, 0, 0, 0.75) transparent;
            }

.showpic {
    font-size: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 999999;
    text-align: center;
    display: none;
}
.showpic span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.showpic img {
    vertical-align: middle;
    max-height: 100%;
    z-index: 999;
    max-width: 100%;
    display: inline-block;
}
body {
    font-size:16px
}


.tab {
    width: 14px;
    font-size: 14px;
    border: 1px solid black;
    color: blue;
    display: inline-block;
    right: 10px;
    position: fixed;
    bottom: 85vh;
    z-index: 9999999999
}

.dot {
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    list-style: none;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    background-color: #FF5722;
    color: black;
    width: 14px;
    height: 14px;
    padding: 0;
    border-radius: 50%;
    right: -7px;
    top: -7px;
}

.dot2 {
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    list-style: none;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    background-color: #FF5722;
    color: black;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 0;
    top: 5px;
}

ul {
    margin: 0;
}

.kuang {
    width: 300px;
    height: 85px;
    overflow: auto;
    border: 1px solid #DCDCDC;
    padding: 0px;
    background-color: #eee;
}

.duiwu li {
    border: 1px solid #696969;
    border-radius: 2px;
    margin-bottom: 3px;
    line-height: 16px;
    font-size: 14px;
}

.flow-li {
    display: inline-block;
    width: 145px;
    margin-bottom: 2px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 7px;
    background-color: #eee;
    border: 1px solid black;
}

.flow-li2 {
    display: inline-block;
    width: 290px;
    margin-bottom: 2px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 7px;
    background-color: #eee;
    border: 1px solid black;
}

.dropbtn {
    background-color: black;
    color: white;
    font-size: 17px;
    width: 75px;
    height: 25px;
    line-height: 25px;
    border: none;
    border-radius: 7px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    background-color: lightgrey;
    width: 300px;
    z-index: 1;
    left: 10px;
}
.dropdown-content a {
    color: black;
    text-decoration: none;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.dropdown-content span {
    color: black;
    text-decoration: none;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    position: relative;
}
  .masked{
        display: inline;
        width: 200px;
        height: 22px;
        /*渐变背景*/
        background-image: -webkit-linear-gradient(left, #3498db, #f47920 10%, #d71345 20%, #f7acbc 30%,  #ffd400 40%, #3498db 50%, #f47920 60%, #d71345 70%, #f7acbc 80%, #ffd400 90%, #3498db);
        color: transparent; /*文字填充色为透明*/
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;          /*背景剪裁为文字，只将文字显示为背景*/
        background-size: 200% 100%;            /*背景图片向水平方向扩大一倍，这样background-position才有移动与变化的空间*/
        /* 动画 */
        animation: masked-animation 4s infinite linear;
    }
    @keyframes masked-animation {
        0% {
            background-position: 0 0;   /*background-position 属性设置背景图像的起始位置。*/
        }
        100% {
            background-position: -100% 0;
        }
    }


.xuancai_5{

        display: inline;

        width: 200px;

        height: 22px;

        /*渐变背景*/

        background-image: -webkit-linear-gradient(left, #ff80b8, #ff60b6 10%, #ff40b4 20%, #ff20b2 30%,

        #ae00ff 40%, #ae80ff 50%, #ae60ff 80%, #ae40ff 70%, #ae20ff 80%, #ae10ff 90%, #ff00b0);

        color: transparent; /*文字填充色为透明*/

        -webkit-text-fill-color: transparent;

        -webkit-background-clip: text;          /*背景剪裁为文字，只将文字显示为背景*/

        background-size: 200% 100%;            /*背景图片向水平方向扩大一倍，这样background-position才有移动与变化的空间*/

        /* 动画 */

        animation: masked-animation 4s infinite linear;

    }
.x_tab {
    width: 10px;
    font-size: 12px;
    border: 1px solid black;
    color: blue;
    display: inline-block;
    right: 10px;
    position: fixed;
    bottom: 85vh;
    z-index: 9999999999;
    background: gray;
}













.colortxt{
  
    background: linear-gradient(to right, red, blue);
    -webkit-background-clip: text;
    color: transparent;
}
/* 静态炫彩文字 */
.this-div{

	width: 200px;
	background: linear-gradient(90deg, red, blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
	
}


/* 动态炫彩文字 */
.this-div1{
	background-image: -webkit-linear-gradient(left, #147B96, #E6D205 25%, #147B96 50%, #E6D205 75%, #147B96);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation:  maskedAnimation 4s infinite linear;
    font-size: 18px;
}
 
@keyframes maskedAnimation {
	0% {
    background-position: 0 0;
	}
	100% {
	    background-position: -100% 0;
	}
}










.ldwz {
    background: linear-gradient(to right, red, red, gold, gold, gold, green, red);
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    animation: moveGradient 2s linear infinite;
}

/* 定义动画关键帧 */
@keyframes moveGradient {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}



@keyframes flashRainbow {
    0% {
        color: red;
    }
    14% {
        color: orange;
    }
    28% {
        color: yellow;
    }
    42% {
        color: green;
    }
    57% {
        color: blue;
    }
    71% {
        color: indigo;
    }
    85% {
        color: violet;
    }
    100% {
        color: red;
    }
}

.ssxc {
    display: inline-block;
    animation: flashRainbow 1s linear infinite;
}


@keyframes scaleRainbow {
    0% {
        background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
        background-size: 200% 100%;
        background-position: 0 0;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transform: scale(1);
    }
    50% {
        background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
        background-size: 200% 100%;
        background-position: -100% 0;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transform: scale(1.2);
    }
    100% {
        background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
        background-size: 200% 100%;
        background-position: 0 0;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transform: scale(1);
    }
}

.sfxc {
    display: inline-block;
    animation: scaleRainbow 2s ease-in-out infinite;
}


@keyframes alternateGradient {
    0% {
        background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
        background-size: 200% 100%;
        background-position: 0 0;
    }
    50% {
        background: linear-gradient(to bottom, red, orange, yellow, green, blue, indigo, violet);
        background-size: 100% 200%;
        background-position: 0 0;
    }
    100% {
        background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
        background-size: 200% 100%;
        background-position: 0 0;
    }
}

.alternateGradientText {
     /*动画横线*/
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: alternateGradient 5s ease-in-out infinite;
}


@keyframes randomRainbow {
    0%, 20% {
        color: red;
    }
    20%, 40% {
        color: orange;
    }
    40%, 60% {
        color: indigo;
    }
    60%, 80% {
        color: green;
    }
    80%, 100% {
        color: blue;
    }
}

.randomRainbowText {
     /*随机变色*/
    display: inline-block;
    animation: randomRainbow 2s steps(5, start) infinite;
}


@keyframes blurRainbow {
    0% {
        background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
        background-size: 200% 100%;
        background-position: 0 0;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: blur(0px);
    }
    50% {
        background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
        background-size: 200% 100%;
        background-position: -100% 0;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: blur(5px);
    }
    100% {
        background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
        background-size: 200% 100%;
        background-position: 0 0;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: blur(0px);
    }
}

.blurRainbowText {
    display: inline-block;
    animation: blurRainbow 4s ease-in-out infinite;
}