/* 底部 */
.footer{
    width: 100%;
    height: 217px;
    background-color: #fb6a21;
    text-align: center;
    font-size: 16px;
    padding-top: 35px;
    box-sizing: border-box;
    color: #fff;
}
.footer>p{
    line-height: 30px;
    width: 100%;
}
.footer>p:nth-child(1){
    display: flex; 
    width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.footer>p>span:nth-child(2){
   
    margin-left: 100px;
    align-items: center;
    justify-content: space-between;
}
.footer a{
    padding: 0px 10px;
    color: #fff;
}