﻿/*
* 模板结构CSS
*/

.clearfix::before { 
content:""; 
display:table; 
clear:both; 
}




/*------底部------*/

.footer {
  text-align:center;
  margin-top:150px; 
  font-size: 0.7em; 
  color: #ccc;
}

.footer a {color: #ccc}
