@charset "utf-8";

.footer {
    width: 100%;
    background: #fff;
    height: 160px;
}
.footer-main {
    box-sizing: border-box;
    padding: 40px 0;
    display: flex;
    align-items: center;
    width: 1200px;
    height: 160px;
    margin: 0 auto;
}
.footer-main p {
    width: 600px;
    color: #595959;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}
.bottom-icon {
    margin: 0 20px;
    vertical-align: middle;
}
.copy-info {
    width: 100%;
    height: 70px;
    background: #000000;
    color: #01ccce;
}
.copy-info p {
    width: 1200px;
    margin: 0 auto;
    line-height: 70px;
}