/* footer */
.footer{
    background-color: #333333;
    text-align: center;
    height: 80px;
}
.footer p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 80px;
    width: 100%;
    text-align: center;
}