.elementor-6739 .elementor-element.elementor-element-3507789:not(.elementor-motion-effects-element-type-background), .elementor-6739 .elementor-element.elementor-element-3507789 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02010100;}.elementor-6739 .elementor-element.elementor-element-3507789{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6739 .elementor-element.elementor-element-3507789 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6739 .elementor-element.elementor-element-972efb5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d9a52b2 *//* =========================================
   Fayshing B2B Footer Redesign
========================================= */
.fs-footer {
    background-color: #1a1a1a; /* 深色背景更显专业稳重 */
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    padding: 70px 20px 20px;
    border-top: 4px solid #F04E02; /* 顶部品牌色高亮 */
}

.fs-footer-container {
    max-width: 1440px; /* 适配大宽屏 */
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr; /* 灵活的网格布局 */
    gap: 40px;
}

/* 标题样式 */
.fs-footer-col h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fs-footer-col h4::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #F04E02;
    margin-top: 10px;
}

/* 品牌与简介 */
.fs-footer-logo img {
    max-width: 220px;
    margin-bottom: 20px;
    /* 如果上传的Logo是黑色的且想让它在深色背景变白，请取消下方注释 */
    /* filter: brightness(0) invert(1); */
}

.fs-footer-desc {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 1.6;
    margin-bottom: 25px;
    padding-right: 20px;
}

/* 社交媒体图标按钮 */
.fs-socials {
    display: flex;
    gap: 12px;
}

.fs-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #333333;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fs-socials a:hover {
    background: #F04E02;
    transform: translateY(-3px);
}

/* 社交图标 SVG 样式 */
.fs-socials svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* 链接列表 */
.fs-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fs-footer-links li {
    margin-bottom: 12px;
}

.fs-footer-links a {
    color: #aaaaaa;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
    display: inline-block;
}

.fs-footer-links a:hover {
    color: #F04E02;
    transform: translateX(5px);
}

/* 联系方式模块 */
.fs-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fs-contact-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 1.5;
}

/* 联系方式 SVG 样式 */
.fs-contact-list svg {
    width: 16px;
    height: 16px;
    fill: #F04E02;
    margin-top: 3px;
    flex-shrink: 0;
}

.fs-contact-list a {
    color: #aaaaaa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.fs-contact-list a:hover {
    color: #F04E02;
}

/* 底部版权栏 */
.fs-footer-bottom {
    max-width: 1440px; /* 和上面保持一致 */
    margin: 60px auto 0;
    padding-top: 25px;
    border-top: 1px solid #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    color: #777777;
}

.fs-bottom-links {
    display: flex;
    gap: 20px;
}

.fs-bottom-links a {
    color: #777777;
    text-decoration: none;
    transition: color 0.3s;
}

.fs-bottom-links a:hover {
    color: #ffffff;
}

/* 响应式调整 */
@media (max-width: 992px) {
    .fs-footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .fs-footer-container {
        grid-template-columns: 1fr;
    }
    .fs-footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}/* End custom CSS */