﻿/* footer */
.footer{
    width: 100%;
    background: #2c2c2c;
    padding: 20px 0;
    height: 60px;
}
.footer div p{
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
    color: #f2f2f2;
    margin-bottom: 12px;
}
.footer div p span{
    margin-right: 10px;
}