body {
    background-color: #fff !important;
}

.border-primary {
    border-color: transparent !important;
}
.content-wrapper {
    display: flex;
    flex-direction: column;
    height: 94vh;
}

.page-title-heading {
    font-size: 18px;
}

.info-content {
    flex: 1;
    font-size: 18px;
    p {
        margin: 10px;
        color: #000;
        font-weight: inherit;
        b {
            font-size: 20px;
        }
    }
}
.info-page-footer {
    background: #f5f5f5;
    padding: 80px 100px;
    .page-footer-content {
        .footer-logo {
            max-height: 5.3125rem;
            width: 183px;
        }
        .page-footer-content {
            .footer-logo {
                max-height: 5.3125rem;
                width: 183px;
            }

            .page-footer-grid {
                a {
                    color: inherit;
                    text-decoration: none;
                    display: flex;
                    align-items: center;
                    cursor: pointer;
                    margin: 0  5%;
                    width: 150px;
                    > span {
                        border-bottom: 1px solid transparent;
                    }
                }

                a:hover {
                    color: #c30100;
                    > span {
                        border-bottom: 1px solid #c30100;
                    }
                }

                .legalImprint-Icon, .aboutUs-Icon, .contactUs-Icon {
                    border-color: #000 !important;
                    display: inline-block;
                    width: 50px;
                    height: 50px;
                    background: url("../img/svg/contact.svg") no-repeat center;
                    background-size: 90%;
                    background-position-y: 115%;
                }

                .contactUs-navlink:hover {
                    .contactUs-Icon {
                        border-color: #c30100 !important;
                        background-image: url("../img/svg/contact-1.svg");
                    }
                }

                .aboutUs-Icon {
                    background: url("../img/svg/guanyuwomen-.svg") no-repeat center;
                    background-size: 90%;
                    background-position-y: 165%;
                }

                .aboutUs-navlink:hover {
                    .aboutUs-Icon {
                        border-color: #c30100 !important;
                        background-image: url("../img/svg/guanyuwomen-1.svg");
                    }
                }

                .legalImprint-Icon {
                    background: url("../img/svg/sifachuzhitudi.svg") no-repeat center;
                    background-size: 90%;
                }

                .legalImprint-navlink:hover {
                    .legalImprint-Icon {
                        border-color: #c30100 !important;
                        background-image: url("../img/svg/sifachuzhitudi-1.svg");
                    }
                }
            }

            .footer-icon {
                margin-top: 20px;

                span {
                    cursor: pointer;
                    width: 36px;
                    height: 36px;
                    background: #dcdcdc;
                    border-radius: 50%;
                    text-align: center;
                    display: flex !important;
                    justify-content: center;
                    align-items: center;
                }

                .facebook {
                    .facebook-svg {
                        height: 17px;
                        fill: #000;
                    }
                }

                span:hover {
                    background: #c30100;
                    color: #fff;
                }

                .facebook:hover {
                    .facebook-svg {
                        fill: #fff;
                    }
                }
            }
        }
        .footer-icon {
            margin-top: 20px;
            span {
                cursor: pointer;
                width: 36px;
                height: 36px;
                background: #dcdcdc;
                border-radius: 50%;
                text-align: center;
                display: flex !important;
                justify-content: center;
                align-items: center;
            }
            .facebook {
                .facebook-svg {
                    height: 17px;
                    fill: #000;
                }
            }
            span:hover {
                background: #c30100;
                color: #fff;
            }
            .facebook:hover {
                .facebook-svg {
                    fill: #fff;
                }
            }
        }
    }
    .partingLine {
        margin: 50px 0;
    }
}
@media screen and (max-width: 992px) {
    .info-page-footer {
        .page-footer-content {
            .page-footer-grid {
                margin: 40px 0;
                grid-template-columns: 1fr 1fr;
            }
        }
    }
}
@media screen and (max-width: 750px) {
    .info-page-footer {
        padding: 20px;
        .page-footer-content {
            .page-footer-grid {
                margin: 40px 0;
                gap: 10px;
                grid-template-columns: 1fr 1fr;
            }
        }
    }
}