.footer{
    width: 100%;
    /*min-height: 3.5rem;*/
    background: #989491;
    position: relative;
    overflow: hidden;
    /* margin-top: 0.15rem; */
    /*position: fixed;*/
    /*bottom: 0;*/
}
.footer-box{
    width: 12rem;
    margin: 0.35rem auto 0;
    overflow: hidden;
}
.footer-box li{
    width: 45%;
    /* text-align: center; */
}
.footer-box li p{
    width: 30%;
    margin: 0.2rem auto;
    color: #fff;
    font-size: 0.14rem;
    font-family: sans-serif;
}
.footer-box li p:first-child{
    font-size: 0.18rem;
    font-weight: 500;
}
.blogroll{
    width: 100%;
    height: 0.5rem;
    background: #E3E1E2;
    /*position: absolute;*/
    /*bottom: 0.2rem;*/
}
.blogroll-box{
    width: 12rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: 0 auto;
    text-align: center;
}
.blogroll-box a{
    margin-left: 1rem;
}
.blogroll-box a:hover{
    color: rgb(155, 16, 11);
}
.footer_icp{
    text-align: center;
    padding: 0.1rem 0;
}