.footer-home-my {
    width: 100%;
    height: 145px;
    background-color: #4c4c4c;
    display: flex;
    justify-content: center;
}

.footer-home-my .footer-home-container {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    padding: 24px 0
}

.footer-home-my .footer-home-container .footer-home-container-left {
    display: flex;
    align-items: center;

}

.footer-home-container-left .home-container-left-content {
    display: flex;
}

.footer-home-container-left .home-container-left-content p {
    font-size: 12px;
    font-family: var(--font-delu);
}

.home-container-right-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.home-container-right-top .container-right-top-item {
    font-size: 12px;
    padding: 0 6px;
    font-family: var(--font-delu);
}

.home-container-right-top .liene {
    height: 14px;
    width: 1px;
    background-color: #999;
}

.home-container-right-c-text,
.home-container-right-bottom-text {
    color: #666666;
    font-size: 12px;
    text-align: right;
}

.footer-home-container-right {
    display: flex;
    flex-direction: column;

}