footer {
    width: 100%;
    height: 500px;
    background-color: #000;
    padding: 80px;
    box-sizing: border-box;
}

footer .back-home {
    display: block;
    width: 190px;
    margin: 0 auto 20px;
}

.foot-wx {
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.foot-wx p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    margin-top: 10px;
}

footer .kind {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .kind li {
    width: 90px;
    height: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 24px;
}

footer .kind li a {
    color: #AAAAAA;
}

footer .information {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

footer .information span {
    display: block;
    width: 1px;
    height: 10px;
    margin: 0 5px;
    background-color: #888888;
}

footer .information li {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 24px;
}

footer .information li a {
    color: #888888;
}

footer .law {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;

}

footer .law li {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 24px;
}

footer .law li a {

    display: flex;
    align-items: center;
    color: #888888;
}

footer .law li a img {
    margin-right: 5px;
}

footer .law span {
    display: block;
    width: 1px;
    height: 10px;
    margin: 0 5px;
    background-color: #888888;
}