/* 此css控制宏板块  */

/* 公共css */
html {
    width: 100%;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

/* 脚部 */
footer {
    float: none;
    background-color: rgb(44, 47, 51);
}

footer .footer-content ul li {
    padding: 0 20px;
    display: inline-block;
    list-style-type: none;
}

/*美化底部*/
@media screen and (max-width: 425px) {
    footer .footer-content ul li:first-child{
        float: left;
        height: 50px;
    }

    footer .footer-content ul li:nth-child(n+2) {
        padding: 0 20px;
        display: inline-block;
        list-style-type: none;
    }

    footer .footer-c-bottom{
        text-align: center;
    }

    footer .footer-c-bottom > span{
        width: 56%;
    }
}

.footer-content .footer-c-up ul li a:hover {
    color: rgb(51, 153, 255);
}

footer .footer-content ul li a {
    color: rgb(204, 204, 204);
    text-decoration: none;
}

footer .footer-content .footer-c-up,
footer .footer-content .footer-c-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-content .footer-c-up {
    padding-top: 3%;
    border-bottom: 1px solid rgba(102, 102, 102, 1);
}

footer .footer-content .footer-c-bottom {
    padding: 2% 0;
}

footer .footer-content .footer-c-bottom span {
    color: rgb(128, 128, 128);
}

.footer-contact{
    margin-top: 2%;
    text-align: left;
    background-color: #fafafa;
    padding: 15px 0 15px 30px;
}

p.f-c-header{
    font-weight: 700;
    font-size: 16px;
    color: #303133;
}

.footer-contact span{
    display: inline-block;
    margin-top: 5px;
}