/* ============================================================
   富旺机械 - 专属样式覆盖
   行业：塑料辅机设备制造
   配色：深钢蓝 + 暖橙 + 净白
   ============================================================ */

/* 顶部导航 */
.b2b-shop-header {
    background: linear-gradient(135deg, #1a365d 0%, #234e82 50%, #2b6cb0 100%);
    box-shadow: 0 2px 12px rgba(26,54,93,.3);
}
.b2b-shop-logo {
    font-size: 20px;
    letter-spacing: 1px;
    color: #f6ad55;
}
.b2b-shop-logo:hover {
    color: #fbd38d;
}
.b2b-shop-nav a {
    font-size: 13px;
    letter-spacing: 0.5px;
}
.b2b-shop-nav a:hover {
    background: rgba(246,173,85,.15);
    color: #f6ad55;
}
.b2b-shop-tel {
    font-size: 16px;
    color: #f6ad55;
}
.b2b-shop-tel a { color: #f6ad55; }

/* Banner */
.b2b-shop-banner {
    background: linear-gradient(160deg, #1a365d 0%, #234e82 40%, #2b6cb0 100%);
    padding: 56px 0 48px;
}
.b2b-shop-banner h1 {
    font-size: 34px;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0,0,0,.25);
    margin-bottom: 14px;
}
.b2b-shop-banner p {
    font-size: 16px;
    opacity: 0.92;
}
.b2b-banner-service-area {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 20px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(246,173,85,.35);
    border-radius: 20px;
    font-size: 14px;
    color: #f6ad55;
    backdrop-filter: blur(4px);
}
.b2b-banner-cta {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding: 14px 36px;
    background: linear-gradient(135deg, #dd6b20, #c05621);
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(221,107,32,.35);
    transition: transform 0.2s, box-shadow 0.2s;
}
.b2b-banner-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(221,107,32,.5);
    text-decoration: none;
    color: #fff;
}
.b2b-banner-cta-tel {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3;
}
.b2b-banner-cta-text {
    font-size: 13px;
    opacity: 0.9;
    margin-top: 2px;
}

/* 板块通用 */
.b2b-shop-section {
    padding: 52px 0;
}
.b2b-shop-section:nth-child(even) {
    background: #f7f9fc;
}
.b2b-shop-section:nth-child(odd) {
    background: #fff;
}
.b2b-shop-section-title {
    color: #1a365d;
    font-size: 26px;
    position: relative;
    font-weight: 700;
}
.b2b-shop-section-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #dd6b20, #f6ad55);
    margin: 10px auto 0;
    border-radius: 2px;
}
.b2b-shop-section-en {
    color: #7b9cc0;
    letter-spacing: 3px;
}
.b2b-shop-section-desc {
    color: #4a6080;
}

/* 关于我们 */
.b2b-about-text {
    color: #2d3748;
    line-height: 2.1;
    font-size: 15px;
}
.b2b-about-stat-num {
    color: #dd6b20;
    font-size: 30px;
}
.b2b-about-stat-label {
    color: #6b8ab0;
}
.b2b-about-image img {
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(26,54,93,.15);
    border: 3px solid #c3dafe;
}
.b2b-about-contact {
    margin-top: 24px;
    padding: 16px 20px;
    background: #f7f9fc;
    border-radius: 8px;
    border-left: 4px solid #dd6b20;
}
.b2b-about-contact p {
    margin: 6px 0;
    font-size: 14px;
    color: #2d3748;
}
.b2b-about-contact a {
    color: #234e82;
    text-decoration: none;
    font-weight: 500;
}
.b2b-about-contact a:hover {
    text-decoration: underline;
}

/* 产品中心 */
.b2b-product-card {
    border-radius: 10px;
    border: 1px solid #c3dafe;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.b2b-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(26,54,93,.1);
    border-color: #2b6cb0;
}
.b2b-product-card img {
    height: 190px;
}
.b2b-product-card-title {
    color: #1a365d;
    font-weight: 600;
}

/* 规格参数表 */
.b2b-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 14px;
    border-radius: 8px;
    overflow: hidden;
}
.b2b-spec-table thead th {
    background: #1a365d;
    color: #fff;
    padding: 12px 18px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
}
.b2b-spec-table tbody td {
    padding: 11px 18px;
    border-bottom: 1px solid #c3dafe;
    color: #2d3748;
    line-height: 1.6;
}
.b2b-spec-table tbody tr:nth-child(even) {
    background: #f7f9fc;
}
.b2b-spec-table tbody tr:hover {
    background: #ebf0f7;
}

/* 板块介绍文字 */
.b2b-section-intro {
    font-size: 15px;
    line-height: 1.9;
    color: #2d3748;
    margin-bottom: 25px;
    text-align: justify;
}

/* 核心优势 */
.b2b-advantage-card {
    border-radius: 10px;
    border: 1px solid #c3dafe;
    padding: 32px 20px;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.b2b-advantage-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(26,54,93,.08);
    border-color: #2b6cb0;
}
.b2b-advantage-icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto 14px;
    background: linear-gradient(135deg, #f7f9fc, #c3dafe);
    border-radius: 50%;
    font-size: 28px;
}
.b2b-advantage-title {
    color: #1a365d;
}
.b2b-advantage-desc {
    color: #4a6080;
}

/* 服务流程 */
.b2b-process-card {
    background: #fff;
    border-radius: 10px;
    padding: 28px 16px;
    border: 1px solid #c3dafe;
    transition: border-color 0.2s;
}
.b2b-process-card:hover {
    border-color: #2b6cb0;
}
.b2b-process-icon {
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin: 0 auto 14px;
    background: linear-gradient(135deg, #1a365d, #2b6cb0);
    border-radius: 50%;
    font-size: 24px;
    color: #f6ad55;
}
.b2b-process-title {
    color: #1a365d;
}
.b2b-process-desc {
    color: #4a6080;
}

/* 联系我们 */
.b2b-contact-card {
    border-radius: 10px;
    border: 1px solid #c3dafe;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.b2b-contact-card:hover {
    border-color: #2b6cb0;
    box-shadow: 0 4px 12px rgba(43,108,176,.12);
}
.b2b-contact-value a {
    color: #1a365d;
    font-weight: bold;
}
.b2b-contact-value a:hover {
    color: #dd6b20;
}

/* 推荐链接 */
.b2b-recommend-wrap {
    background: #f7f9fc;
    border-radius: 8px;
}
.b2b-recommend-group-title {
    color: #1a365d;
}
.b2b-recommend-links a {
    background: #ebf0f7;
    color: #4a6080;
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 13px;
    transition: all 0.2s;
}
.b2b-recommend-links a:hover {
    background: #c3dafe;
    color: #1a365d;
}

/* 底部 */
.b2b-shop-footer {
    background: #1a365d;
    color: #7b9cc0;
}
.b2b-shop-footer a {
    color: #f6ad55;
}

/* 手机端悬浮拨号按钮 */
@media (max-width: 768px) {
    .b2b-mobile-call-btn {
        background: linear-gradient(135deg, #1a365d, #2b6cb0);
        box-shadow: 0 2px 8px rgba(26,54,93,.4);
    }
    .b2b-mobile-call-btn:hover {
        box-shadow: 0 4px 12px rgba(26,54,93,.5);
    }
}

/* 响应式调整 */
@media (max-width: 768px) {
    .b2b-shop-banner {
        padding: 36px 0 32px;
    }
    .b2b-shop-banner h1 {
        font-size: 24px;
    }
    .b2b-banner-cta {
        padding: 12px 28px;
        width: 88%;
    }
    .b2b-banner-cta-tel {
        font-size: 18px;
    }
    .b2b-shop-section {
        padding: 36px 0;
    }
    .b2b-shop-section-title {
        font-size: 22px;
    }
    .b2b-about-contact {
        padding: 12px 14px;
    }
    .b2b-spec-table {
        font-size: 13px;
        display: block;
        overflow-x: auto;
    }
    .b2b-section-intro {
        font-size: 14px;
    }
}
