/* 公用底部 */
footer {
  width: 100%;
  min-width: 1000px;
  font-family: '微软雅黑 Regular', '微软雅黑';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #6B6B6B;
  line-height: 22px;
  background: #292929;
  bottom: 0;
  float:left;
}
footer .footer-text {
	padding: 20px 0;
  text-align: center;
}
footer .footer-text p a {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 22px;
  color: #818181;
}
footer .footer-text p span a:hover{
  text-decoration: underline;
}
footer .footer-text p i {
  margin: 0 7px;
}
footer .footer-text p span {
  margin-right: 8px;
}