 /* 标题效果 FETO_TextEffect_1 */
@keyframes FETO_TextEffect_1{
    0%{opacity: 1;}     
    50%{opacity: 0;} 
    100%{opacity: 1;} 
  }
  /* 添加兼容性前缀 */
  @-webkit-keyframes FETO_TextEffect_1 {
    0%{opacity: 1;}     
    50%{opacity: 0;} 
    100%{opacity: 1;} 
  }
  @-moz-keyframes FETO_TextEffect_1 {
    0%{opacity: 1;}     
    50%{opacity: 0;} 
    100%{opacity: 1;} 
  }
  @-ms-keyframes FETO_TextEffect_1 {
    0%{opacity: 1;}     
    50%{opacity: 0;} 
    100%{opacity: 1;} 
  }
  @-o-keyframes FETO_TextEffect_1 {
    0%{opacity: 1;}     
    50%{opacity: 0;} 
    100%{opacity: 1;} 
  }
  /* 定义FETO_TextEffect_1类*/
  .FETO_TextEffect_1{
      color: red;
      font-weight:bold;
      animation: blink 0.5s linear infinite; 
      text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
      /* 其它浏览器兼容性前缀 */
      -webkit-animation: FETO_TextEffect_1 0.5s linear infinite;
      -moz-animation: FETO_TextEffect_1 0.5s linear infinite;
      -ms-animation: FETO_TextEffect_1 0.5s linear infinite;
      -o-animation: FETO_TextEffect_1 0.5s linear infinite;
  }



 /* 标题效果 FETO_TextEffect_2 */
  .FETO_TextEffect_2{ 
    font-weight:bold;
    background: linear-gradient(left, #746a12, #d6bb24, #746a12, #d6bb24, #746a12, #d6bb24, #746a12, #d6bb24, #746a12, #d6bb24); 
    background: -webkit-linear-gradient(left, #746a12, #d6bb24, #746a12, #d6bb24, #746a12, #d6bb24, #746a12, #d6bb24, #746a12, #d6bb24);
    background: -o-linear-gradient(right, #746a12, #d6bb24, #746a12, #d6bb24, #746a12, #d6bb24, #746a12, #d6bb24, #746a12, #d6bb24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation:FETO_scratchy 0.253s linear forwards infinite;
    /* 其它浏览器兼容性前缀 */
    -webkit-animation:FETO_scratchy 0.253s linear forwards infinite;
    -moz-animation: FETO_scratchy 0.253s linear forwards infinite;
    -ms-animation: FETO_scratchy 0.253s linear forwards infinite;
    -o-animation: FETO_scratchy 0.253s linear forwards infinite;
}  
@keyframes  FETO_scratchy {
    0% {
        background-position: 0 0;
    }
    25% {
        background-position: 0 0;
    }
    26% {
        background-position: 20px -20px;
    }
    50% {
        background-position: 20px -20px;
    }
    51% {
        background-position: 40px -40px;
    }
    75% {
        background-position: 40px -40px;
    }
    76% {
        background-position: 60px -60px;
    }
    99% {
        background-position: 60px -60px;
    }
    100% {
        background-position: 0 0;
    }
}
/* 添加兼容性前缀 */
@-webkit-keyframes FETO_scratchy {
    0% {
        background-position: 0 0;
    }
    25% {
        background-position: 0 0;
    }
    26% {
        background-position: 20px -20px;
    }
    50% {
        background-position: 20px -20px;
    }
    51% {
        background-position: 40px -40px;
    }
    75% {
        background-position: 40px -40px;
    }
    76% {
        background-position: 60px -60px;
    }
    99% {
        background-position: 60px -60px;
    }
    100% {
        background-position: 0 0;
    }
}
@-moz-keyframes FETO_scratchy {
    0% {
        background-position: 0 0;
    }
    25% {
        background-position: 0 0;
    }
    26% {
        background-position: 20px -20px;
    }
    50% {
        background-position: 20px -20px;
    }
    51% {
        background-position: 40px -40px;
    }
    75% {
        background-position: 40px -40px;
    }
    76% {
        background-position: 60px -60px;
    }
    99% {
        background-position: 60px -60px;
    }
    100% {
        background-position: 0 0;
    }
}
@-ms-keyframes FETO_scratchy {
   0% {
        background-position: 0 0;
    }
    25% {
        background-position: 0 0;
    }
    26% {
        background-position: 20px -20px;
    }
    50% {
        background-position: 20px -20px;
    }
    51% {
        background-position: 40px -40px;
    }
    75% {
        background-position: 40px -40px;
    }
    76% {
        background-position: 60px -60px;
    }
    99% {
        background-position: 60px -60px;
    }
    100% {
        background-position: 0 0;
    }
}
@-o-keyframes FETO_scratchy {
   0% {
        background-position: 0 0;
    }
    25% {
        background-position: 0 0;
    }
    26% {
        background-position: 20px -20px;
    }
    50% {
        background-position: 20px -20px;
    }
    51% {
        background-position: 40px -40px;
    }
    75% {
        background-position: 40px -40px;
    }
    76% {
        background-position: 60px -60px;
    }
    99% {
        background-position: 60px -60px;
    }
    100% {
        background-position: 0 0;
    }
}


 /* 标题效果 FETO_TextEffect_3 */
 .FETO_TextEffect_3 {
    color: #abeaf7;
	font-weight:bold;
    background-image: -webkit-linear-gradient(90deg, #abeaf7, #f41392);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: FETO_TextEffect_3 0.5s infinite linear;
  }
@-webkit-keyframes FETO_TextEffect_3 {
    from {
      -webkit-filter: hue-rotate(0deg);
    }
    to {
      -webkit-filter: hue-rotate(-360deg);
    }
}


 /* 标题效果 FETO_TextEffect_4 */
 .FETO_TextEffect_4 {
    color: white;
    font-weight:bold;
    text-shadow: 1px 1px 0px #FFFFFF, 0 0 30px #FF0000, 0 0 30px #FF00FF;		
    background-image: -webkit-linear-gradient(90deg, #FFFF00, #f41392);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: FETO_TextEffect_4 0.5s infinite linear;
  }
@-webkit-keyframes FETO_TextEffect_4 {
    from {
      -webkit-filter: hue-rotate(0deg);
    }
    to {
      -webkit-filter: hue-rotate(-360deg);
    }
}


 /* 标题效果 FETO_TextEffect_5 */
.FETO_TextEffect_5 {
    background: linear-gradient(to right, red, orange, yellow, green, cyan, blue,  purple);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation:  hue 2s linear infinite;
	font-weight:bold;
}
@keyframes hue {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}


 /* 标题效果 FETO_TextEffect_6 */
 .FETO_TextEffect_6 {
	font-weight:bold;
    display:inline-block;
    transition: color 0.5s ease;
    text-shadow: 1px 1px 0px #000000, 0 0 30px rgba(255,255,255,0.8), 0 0 30px rgba(255,255,255,0.8);	
	animation: FETO_TextEffect_6 5s infinite alternate ; /* 应用动画 */
  }
  @keyframes FETO_TextEffect_6 {
	0% {
	  transform: translateX(0px);
	}
	100% {
        transform: translateX(100px); 
    }
  }


 /* 标题效果 FETO_TextEffect_7 */
.FETO_TextEffect_7 {
	font-weight:bold;
    display:inline-block;
	animation: FETO_TextEffect_7 3s linear infinite ; /* 应用动画 */
  }
  @keyframes FETO_TextEffect_7 {
	0% {
	  transform: translateY(0px);
      color: #ff0000;
	}
	25% {
	  transform: translateY(-10px); /* 移动的距离 */
      color: #ffFF00;
	}
	50% {
	  transform: translateY(0px); 
      color: #ff00FF;
    }
	75% {
	  transform: translateY(10px); 
      color: #00FFFF;
    }
	100% {
	  transform: translateY(0px); 
      color: #00ff00;
    }
  }


 /* 标题效果 FETO_TextEffect_8 */
  .FETO_TextEffect_8 {
	font-weight:bold;
	animation: FETO_TextEffect_8 3s infinite alternate; /* 应用动画 */
  }
  @keyframes FETO_TextEffect_8 {
	0% {
	  opacity: 0;
	  filter: blur(10px);
	}
	50% {
	  opacity: 1;
	  filter: blur(0px);
	}
	100% {
	  opacity: 0;
	  filter: blur(10px);
	}
  }