﻿/*紫气东来*/
.ZQDL{
	color: OrangeRed;
    text-shadow: 0 0 18px #7f00ff;
    color: HotPink;
    background-image: url(X/Fire.gif);
}
.ZQDL_Low{
	color: OrangeRed;
    text-shadow: 0 0 18px #7f00ff;
}
/*紫气东来*/
.ZQDL2{
	color: OrangeRed;
    text-shadow: 0 0 18px #7f00ff;
    color: HotPink;
    background-image: url(X/LZ.gif);
}
/*金灿灿*/
.GlodCC{
    text-shadow: 0 0 18px #FFCC00;
    color: #FFCC66;
    background-image: url(X/LZ.gif);
}
.GlodCC_Low{
    text-shadow: 0 0 18px #FFCC00;
    color: #FFCC66;
}
.GoldCC{
    text-shadow: 0 0 18px #FFCC00;
    color: #FFCC66;
    background-image: url(X/LZ.gif);
}
.GoldCC_Low{
    text-shadow: 0 0 18px #FFCC00;
    color: #FFCC66;
}
/*红彤彤*/
.RedTT{
    text-shadow: 0 0 18px #FF3333;
    color: #FF0000;
    background-image: url(X/LZ.gif);
}
.RedTT_Low{
    text-shadow: 0 0 18px #FF3333;
    color: #FF0000;
}
/*绿油油*/
.GreenYY{
    text-shadow: 0 0 18px #66FF66;
    color: #33CC33;
    background-image: url(X/LZ.gif);
}
.GreenYY_Low{
    text-shadow: 0 0 18px #66FF66;
    color: #33CC33;
}
/*蓝湛湛*/
.BlueZZ{
    text-shadow: 0 0 18px #66CCFF;
    color: #3399FF;
    background-image: url(X/LZ.gif);
}
.BlueZZ_Low{
    text-shadow: 0 0 18px #66CCFF;
    color: #3399FF;
}
/*黑漆漆*/
.Color_Black{
    text-shadow: 0 0 18px #292424;
    color: #000000;
    background-image: url(X/LZ.gif);
}
.Color_Black_Low{
    text-shadow: 0 0 18px #292424;
    color: #000000;
}
/*灰蒙蒙*/
.Color_Hui{
    text-shadow: 0 0 18px #9a9a9a;
    color: #5d5d5d;
    background-image: url(X/LZ.gif);
}
.Color_Hui_Low{
    text-shadow: 0 0 18px #9a9a9a;
    color: #5d5d5d;
}
/*五颜六色*/
.ColorEX{
	background-image: -webkit-linear-gradient(left, #00f, #6ff 10%, #c0f 20%, #c0c 30%, #ccf 40%, #0ff 50%, #ccf 60%, #c0c 70%, #c0f 80%, #6ff 90%, #00f 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 4s linear infinite;
}
/*好**炫酷*/
.XK{
    color: #61be09;
    background-image: url(X/XK.gif);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
/*賊拉好看(?)*/
/*SSR*/
.SSR {
    font-weight: 700;
    background-clip: text;
    -webkit-background-clip: text;
    /*这次的这句和以往不一样*/
    /* 以往是 考虑低版本浏览器*/
    /*这次就连最新版Chrome和Safari都得 */
    /*注意是background-clip: text;需要 */
    /*如果是: content啊之 类的就没这么苛刻的*/
    -webkit-text-fill-color: transparent;
    /*这个属性的- webkit前缀也比较特殊 */
    /*寻常的- webki t-表示的是Chrome和Safari的私有属'性*/
    /*但是它却声明了所有的(除了IE浏览器)*/
    background-image:
        linear-gradient(90deg,
            rgb(255, 167, 69),
            rgb(254, 134, 159),
            rgb(239, 122, 200),
            rgb(160, 131, 237),
            rgb(67, 174, 255),
            rgb(160, 131, 237),
            rgb(239, 122, 200),
            rgb(254, 134, 159),
            rgb(255, 167, 69));
    background-size: 200%;
    animation: streamer 2s linear infinite;
}
@keyframes streamer {
    0% {
        background-position: 0%;
    }
 
    100% {
        background-position: 200%;
    }
}

.SSR_H{
    background-image:url(X/LZ.gif);
}

.btn_wrapper_ff9a00 {
    content: ''; /* 伪元素必须有内容，即使是空字符串 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ff9a00; /* 设置边框 */
    border-radius: 8px; /* 设置圆角 */
    box-shadow: inset 0 0 0 0.05px #ff9a00; /* 设置中空效果，5px 是边框的宽度 */
    pointer-events: none; /* 防止伪元素影响点击事件 */
    z-index: -1; /* 将伪元素置于内容下方 */
}
.btn_wrapper_00c3ff {
    content: ''; /* 伪元素必须有内容，即使是空字符串 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #00c3ff; /* 设置边框 */
    border-radius: 8px; /* 设置圆角 */
    box-shadow: inset 0 0 0 0.05px #00c3ff; /* 设置中空效果，5px 是边框的宽度 */
    pointer-events: none; /* 防止伪元素影响点击事件 */
    z-index: -1; /* 将伪元素置于内容下方 */
}
.btn_wrapper_00ff55 {
    content: ''; /* 伪元素必须有内容，即使是空字符串 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #00ff55; /* 设置边框 */
    border-radius: 8px; /* 设置圆角 */
    box-shadow: inset 0 0 0 0.05px #00ff55; /* 设置中空效果，5px 是边框的宽度 */
    pointer-events: none; /* 防止伪元素影响点击事件 */
    z-index: -1; /* 将伪元素置于内容下方 */
}

/*彩虹循环*/
.CheckTime {
  font-weight: bold;
  text-shadow: none;
  background: linear-gradient(to right, #ff0000 0%, #ff9a00 10%, #d0de21 20%, #4fdc4a 30%, #3fdad8 40%, #2fc9e2 50%, #1c7fee 60%, #5f15f2 70%, #ba0cf8 80%, #fb07d9 90%, #ff0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: RainbowShift 7s linear infinite;
  background-size: 200% 100%;
}
@keyframes RainbowShift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/*賊拉好看(?)*/
.BiaoTi {
font-size:14px;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #FF512F;
font-weight: 700;
text-shadow: 0px 0px 7px #ffd800;
background-image: linear-gradient(90deg, #ffd800 0%, #ff512f 100%, #fff);
animation: glow-animation 10s infinite linear;
color: #FFC0CB;
box-sizing: border-box;
vertical-align: inherit;
}
@keyframes glow-animation {
0% {
filter: hue-rotate(-360deg)
}
100% {
filter: hue-rotate(360deg)
}
}

/*GPT生成*/
/*脉冲*/
.maichong_lan {
color: rgb(14, 104, 250);
text-shadow: 
    0 0 10px rgb(28, 115, 255),
    0 0 20px rgb(28, 115, 255),
    0 0 30px rgb(28, 115, 255);
    background-image:url(X/LZ.gif);
    animation: maichong_lan-pulse 2.1s ease-in-out infinite;
    }
    @keyframes maichong_lan-pulse {
        5%, 100% { opacity: 0.8; }
        50% { opacity: 1; text-shadow: 0 0 30px rgb(28, 115, 255); }
    }
.maichong_hong {
    color: rgb(255, 41, 41);
    text-shadow: 
        0 0 10px rgb(255, 77, 77),
        0 0 20px rgb(255, 77, 77),
        0 0 30px rgb(255, 77, 77);
        background-image:url(X/LZ.gif);
    animation: maichong_lan-pulse 2.1s ease-in-out infinite;
    }
    @keyframes maichong_lan-pulse {
        5%, 100% { opacity: 0.8; }
        50% { opacity: 1; text-shadow: 0 0 30px rgb(255, 77, 77); }
    }
.maichong_lv {
    color: rgb(0, 255, 13);
    text-shadow: 
        0 0 10px rgb(77, 255, 80),
        0 0 20px rgb(77, 255, 80),
        0 0 30px rgb(77, 255, 80);
        background-image:url(X/LZ.gif);
    animation: maichong_lan-pulse 2.1s ease-in-out infinite;
    }
    @keyframes maichong_lan-pulse {
        5%, 100% { opacity: 0.8; }
        50% { opacity: 1; text-shadow: 0 0 30px rgb(77, 255, 80); }
    }