@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2020-07-06 18:20:27
 * @version $Id$
 */


.cFooter{ width: 100%; padding-bottom: 28px; text-align: center; font-size: 12px; color: rgba(255,255,255,0.6); position: fixed; left: 0; bottom: 0; z-index: 100;
-webkit-transition: color 0.1s;
-moz-transition: color 0.1s;
-o-transition: color 0.1s;
-ms-transition: color 0.1s;
transition: color 0.1s; }
.cFooter a.beiAnLink{ color: rgba(255,255,255,0.6); text-decoration: none;
-webkit-transition: color 0.1s;
-moz-transition: color 0.1s;
-o-transition: color 0.1s;
-ms-transition: color 0.1s;
transition: color 0.1s; }

.cFooter2{ color: rgba(0,0,0,0.4); }
.cFooter2 a.beiAnLink{ color: rgba(0,0,0,0.4); }



@media screen and (min-width:1600px){
	.cFooter{ font-size: 14px; padding-bottom: 35px; }
}