*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}

/* 尾部 */
.footer{
    width: 100%;
    height: 112px;
    background: #d7002e;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 34px;
}
.footer p{
    line-height: 38px;
}