﻿@charset "utf-8";

.footer-T { background: #f5f5f5!important;}
.ft-mg {height:80px;}
.footer-txt1 {color:#666666;line-height:24px;}


/* 初始状态：隐藏 + 位于下方 */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px); /* 起始位置：下方50px处 */
    transition: opacity 0.6s ease, transform 0.6s ease; /* 平滑过渡 */
  }
  
  /* 触发动画后的状态 */
  .animate-active {
    opacity: 1;
    transform: translateY(0);
  }


@media screen and (max-width: 760px) {
.ft-mg {height:25px;}
.footer-C-p2 {display:none;}	

}
