/*紫气东来*/
.ZQDL{
	color: OrangeRed;
    text-shadow: 0 0 18px #7f00ff;
    color: HotPink;
    background-image: url(X/Fire.gif);
}
/*金灿灿*/
.GlodCC{
    text-shadow: 0 0 18px #FFCC00;
    color: #FFCC66;
    background-image: url(X/LZ.gif);
}
/*红彤彤*/
.RedTT{
    text-shadow: 0 0 18px #FF3333;
    color: #FF0000;
    background-image: url(X/LZ.gif);
}
/*绿油油*/
.GreenYY{
    text-shadow: 0 0 18px #66FF66;
    color: #33CC33;
    background-image: url(X/LZ.gif);
}
/*蓝湛湛*/
.BlueZZ{
    text-shadow: 0 0 18px #66CCFF;
    color: #3399FF;
    background-image: url(X/LZ.gif);
}
/*五颜六色*/
.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);
}


/*賊拉好看(?)*/
.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)
}
}
