.footer {
    width: 100%;
    color: #FFFFFF;
    position: relative;
    z-index: 100;
}
.footer-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 387px;
    padding-top: 72px;
}
.footer-top { 
    display: flex;
}
.footer-top-left {
    width: 893px;
    display: flex;
    justify-content: space-between;
}
.left-part {
    /* width: 424px; */
}
.center-part {
    width: 180px;
}
.right-part {
    /* margin-left: 160px; */
    /* margin-right: 125px; */
    /* width: 182px; */
}
.footer-top-left::after {
    content: '';
    display: block;
    width: 1px;
    height: 227px;
    border: 1px solid #797979;
}
.company-name,.after-service,.our-products-title {
    font-family: 'PingFang_Bold';
    font-weight: normal;
    font-size: 17px;
    color: #161616;
}
.footer-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 440px; */
    height: 71px;
    margin-top: 37px;
}
.info-text {
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 14px;
    color: #797979;
}
.footer-info-service {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 190px;
    height: 41px;
    margin-top: 37px;
}
.footer-top-right-content {
    display: flex;
    align-items: center;
}
.footer-top-right {
    margin-left: 15px;
}
.top-right-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 170px;
}
.top-right-1-img {
    width: 170px;
    height: 170px;
}
.qrcode-name {
    font-family: 'PingFang_Medium';
    font-weight: 500;
    font-size: 14px;
    color: #161616;
}
.footer-top-right-scan {
    display: flex;
    align-items: center;
    justify-content: center;
}
.transform-12 {
    transform: translateX(12px);
}
.footer-bottom {
    display: flex;
    justify-content: center;
    white-space: pre;
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 14px;
    color: #797979;
    line-height: 14px;
    margin-bottom: 38px;
}
.products-url {
    margin-top: 37px;
}