.region-footer-bottom {
    --height: 280px;
    --color:#F4E6E6;
    background-image: linear-gradient(180deg, #fff 0%, #fff var(--height), var(--color) var(--height), var(--color) 100%);
}
.region-footer-bottom .block-region-footer-bottom > div:nth-child(2) {
    margin: 0;
}
.region-footer-bottom .block-region-footer-bottom > div:nth-child(1) {
    margin-bottom: 14px;
}
.region-footer-bottom .block-region-footer-bottom .block-title {
    display: none;
}

.friend-link-container {
    padding: 14px;
}
.friend-link-container .friend-link-title {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #930208;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 14px;
}
.friend-link-container .friend-link-title::after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #930208;
    margin-top: 3px;
}
.friend-link-container .friend-link-list a {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
    color: rgba(0, 0, 0, 0.45);
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
}
.friend-link-container .friend-link-list a:not(:last-child)::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #d9d9d9;
    margin: 0 8px 0;
    vertical-align: top;
}
.friend-link-container .friend-link-list a:hover {
    color: #930208;
}