/* <!-- 底部支持信息 --> */
.footer-bg {
    background-color: #111;
    width: 100%;
    padding-top: 80px;
}
.footer-bottom {
    background-color: #111;
    padding-top: 20px;
    padding-bottom: 80px;
    width: 66%;
    margin: 0 auto;
}
.footer-item {
    width: 25%;
}
.footer-list {
    margin: 15px;
}
.footer-list > p {
    margin-top: 16px;
}
.footer_company_logo {
    width: 100px;
    height: 100px;
    border-radius: 2px;
    margin: 0 auto;
}
.footer_company_name {
    text-align: center;
    margin-top: 20px;
}
@media (max-width: 1024px) {
    .footer-bg {
        padding-top: 20px;
        margin: 0 auto;
    }
    .footer-bottom {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .footer-item {
        width: 80%;
        display: flex;
        flex-direction: row;
        margin-top: 5px;
    }
    .footer-item > .footer-list {
        display: block;
        margin-top: 5px 0 5px 0;
    }
    .footer-item > .footer-list > p {
        margin-top: 6px;
    }
    .footer-item .padding_item {
        display: none;
    }
    .footer-item-company {
        display: flex;
    }
    .footer_company_logo {
        width: 40px;
        height: 40px;
        margin-right: 0;
    }
    .footer_company_name {
        text-align: center;
        margin-top: 7px;
        margin-left: 10px;
        justify-self: start;
    }
}

/* 版权信息 */
.copyright_warp {
    width: 100%;
    height: 40px;
    background-color: #111;
}
@media (max-width: 1024px) {
    .copyright_warp {
        height: 90px;
    }
}