
.tit{
    	text-shadow: 0 4px #ddf010, 5px 0 #ddf010, -1px 0 #ddf010, 0 -1px #ddf010;
    	margin-left: 0.2em;
    	margin-top: -1.9em;
    	font-size: 1.3em;
    	color: #f91c0f;
    }

.tit1{


  
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;

font-family: 'Arial Black', sans-serif;

  background: linear-gradient(90deg, #ff00ff, #00ffff, #ffff00);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: neon-shift 3s linear infinite;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
@keyframes neon-shift {
  to { background-position: 200% center; }
}
.tit2{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;

	 font-family: 'Rajdhani', sans-serif;
  
  color: #5900ff;
  text-shadow: 
    0 0 5px #fff,
    0 0 10px #0ff,
    0 0 20px #0ff,
    0 0 40px #0ff;
  animation: pulse 1.5s infinite alternate;
}
@keyframes pulse {
  from { opacity: 0.8; }
  to { 
    opacity: 1;
    text-shadow: 
      0 0 10px #fff,
      0 0 20px #0ff,
      0 0 30px #0ff,
      0 0 50px #0ff;
  }
}

.tit3{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
font-family: 'Bebas Neue', sans-serif;

  color: #ff5722;
  text-shadow: 
    3px 3px 0 #d84315,
    6px 6px 0 #bf360c,
    9px 9px 0 #8d6e63;
  transform: rotate(-2deg);
}

.tit4{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
	
	font-family: 'Arial', sans-serif;
  font-size: 3rem;
  background: linear-gradient(90deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-flow 5s ease infinite;
}
@keyframes gradient-flow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
  
  
	/*font-family: 'Helvetica', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: #000;
  -webkit-text-stroke: 2px #fff; 
  text-stroke: 2px #fff;*/
}

.tit5{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
	
	font-family: 'Helvetica', sans-serif;
  
  font-weight: 900;
  color: #000;
  -webkit-text-stroke: 2px #fff;  /* 文字描边 */
  text-stroke: 2px #fff;
  text-shadow: none;
 
}
.tit6{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
	font-family: 'Poppins', sans-serif;
  
  font-weight: 800;
  background: linear-gradient(45deg, #ff0000, #ff8c00, #ff0, #0f0, #00f, #8b00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.tit7{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
	font-family: 'Courier New', monospace;
  
  color: #0f0;
  position: relative;
  animation: glitch 2s infinite;
  content: attr(data-text);
  color: #0f0;
  animation: glitch-effect 2s infinite reverse;
}
.tit8{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
	font-family: 'Comic Sans MS', cursive;
  
  color: #fff;
  text-shadow: 
    2px 2px 0 #ff6b6b,
    4px 4px 0 #ff8e8e;
  background: #ff5252;
 
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  transform: rotate(-5deg);
}
.tit9{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
	font-family: 'Montserrat', sans-serif;
  
  color: #fff;
  transition: all 0.3s;
	text-shadow: 0 0 10px #fff, 0 0 20px #ff00de;
  transform: scale(1.05);
}
.tit10{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
	
font-family: 'Marker Felt', fantasy;
  
  color: #fff;
  text-shadow: 
    2px 2px 0 #666,
    4px 4px 0 #444;
  background: #333;
  padding: 10px;
  border-radius: 5px;
}

.tit11{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
	
 font-family: 'Helvetica', sans-serif;
 
  font-weight: 900;
  color: #000;
  -webkit-text-stroke: 2px #fff; 
  text-stroke: 2px #fff;
}

.tit12{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
 font-family: 'Arial Black', sans-serif;
  
  color: #fff;
  text-shadow: 
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #ff00ff,
    0 0 30px #ff00ff;
  animation: flicker 1.5s infinite alternate;
}
@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 100% { opacity: 1; }
  20%, 22%, 24% { opacity: 0.8; }
}


@keyframes glitch-effect {
  0% { transform: translate(0); }
  20% { transform: translate(-5px, 5px); }
  40% { transform: translate(-5px, -5px); }
  60% { transform: translate(5px, 5px); }
  80% { transform: translate(5px, -5px); }
  100% { transform: translate(0); }
}



.tit13{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
 font-family: 'Blackletter', serif;
  
  color: #222;
  text-shadow: 
    1px 1px 0 #ccc,
    2px 2px 0 #bbb,
    3px 3px 0 #999,
    4px 4px 0 #777,
    5px 5px 5px rgba(0,0,0,0.5);
  background: linear-gradient(to bottom, #444, #222);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
}
.tit14{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
 font-family: 'Audiowide', sans-serif;
  
  color: transparent;
  text-shadow: 
    0 0 2px #0ff,
    0 0 5px rgba(0,255,255,0.5),
    0 0 10px rgba(0,255,255,0.3);
  animation: hologram-flicker 2s infinite alternate;
}
@keyframes hologram-flicker {
  0%, 100% { opacity: 0.9; }
  50% { 
    opacity: 0.6;
    text-shadow: 
      0 0 3px #0ff,
      0 0 8px rgba(0,255,255,0.8),
      0 0 15px rgba(0,255,255,0.6);
  }
}
.tit15{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
 font-family: 'Impact', sans-serif;
  
  background: linear-gradient(135deg, #e0e0e0 10%, #a1a1a1 50%, #e0e0e0 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 
    1px 1px 1px #fff, 
    -1px -1px 1px #000;
}
.tit16{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
 font-family: 'Bebas Neue', sans-serif;
  
  background: linear-gradient(to bottom, #ff8a00, #ff1a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 5px #ff3000);
  animation: fire-flicker 0.8s ease-in-out infinite alternate;
}
@keyframes fire-flicker {
  0%, 100% { opacity: 0.9; }
  50% { opacity: 1; transform: scale(1.02); }
}
.tit17{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
 font-family: 'Orbitron', sans-serif;
  
  color: transparent;
  background: 
    linear-gradient(90deg, #fff 1px, transparent 1px),
    linear-gradient(#1a1a1a, #000);
  background-size: 5px 5px, 100% 100%;
  -webkit-background-clip: text;
  text-shadow: 
    0 0 2px #fff,
    0 0 10px #9e00ff;
}
.tit18{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
font-family: 'Poppins', sans-serif;
  
  background: linear-gradient(90deg, #00b4db, #0083b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: wave 4s ease-in-out infinite;
}
@keyframes wave {
  0%, 100% { transform: skewX(0deg); }
  50% { transform: skewX(10deg); }
}

.tit19{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
 font-family: 'Rajdhani', sans-serif;
  
  background: 
    linear-gradient(90deg, 
      rgba(255,0,255,0.8), 
      rgba(0,255,255,0.8), 
      rgba(255,255,0,0.8)
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
  animation: hologram-pulse 2s infinite;
}
@keyframes hologram-pulse {
  0%, 100% { opacity: 0.8; }
  50% { opacity: 1; }
}
.tit20{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
 font-family: 'Verdana', sans-serif;
  
  background: 
    radial-gradient(circle, #ff00ff, #00ffff, #ffff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 
    3px 3px 0 #000,
    -1px -1px 0 #fff;
  transform: skewX(-10deg);
}

.tit21{
	margin-left: 0.2em;
	margin-top: -1.8em;
	font-size: 1.3em;
 font-family: 'Impact', sans-serif;
  
  color: #ff4500;
  background: linear-gradient(to top, #ff4500, #ff8c00, #ff0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  animation: fire 1s ease-in-out infinite alternate;
}
.fire-text::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(15px);
  opacity: 0.7;
  z-index: -1;
}
@keyframes fire {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.02); opacity: 0.9; }
}




