/* 产品整体容器 */
.gangyun-content.gangyun-pro-bg {
    padding: 60px 0;
    background-color: #fff;
}

/* 标题样式 */
.gangyun-title {
    text-align: center;
    margin-bottom: 40px;
}
.gangyun-title h5 {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}
.gangyun-title h5::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #0055ff;
    border-radius: 3px;
}

/* 产品列表布局 */
.gangyun-weiduan {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.gangyun-weiduan dl {
    flex: 1;
    min-width: 280px;
    max-width: 360px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin: 0;
}
.gangyun-weiduan dl:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

/* 产品标题 */
.gangyun-weiduan dl dt {
    padding: 18px 20px;
    background-color: #0055ff;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

/* 产品内容 */
.gangyun-weiduan dl dd {
    padding: 24px;
    margin: 0;
}
.gangyun-weiduan dl dd ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}
.gangyun-weiduan dl dd ul li {
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    border-bottom: 1px dashed #eee;
}
.gangyun-weiduan dl dd ul li:last-child {
    border-bottom: none;
}

/* 价格样式 */
.gangyun-weiduan .price {
    text-align: center;
    margin-bottom: 24px;
}
.gangyun-weiduan .price p {
    margin: 0 0 10px 0;
}
.gangyun-weiduan .price p span {
    font-size: 26px;
    font-weight: bold;
    color: #ff4d4f;
}
.gangyun-weiduan .price p:last-child span {
    font-size: 22px;
}

/* 购买按钮 */
a.info-btn666 {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #0055ff;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.3s;
}
a.info-btn666:hover {
    background-color: #338eef;
    color: #fff;
}

/* 清除浮动兼容 */
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}


  .customize {

            padding: 60px 0;
        }
        .customize .section-title {
            font-size: 32px;
            font-weight: 500;
            text-align: center;
            margin-bottom: 50px;
            color: #222;
        }
        .customize .feature-card {
            background-color: #ffffff;
            padding: 30px;
            margin-bottom: 30px;
            border-radius: 0; /* 保持直角，和示例一致 */
            border: none;
        }
        .customize .feature-icon {
            float: left;
            font-size: 36px;
            color: #333;
            margin-right: 20px;
            margin-top: 5px;
        }
        .customize .feature-content {
            overflow: hidden;
        }
        .customize .feature-title {
            font-size: 18px;
            font-weight: 600;
            color: #222;
            margin-bottom: 15px;
        }
        .customize .feature-desc {
            font-size: 14px;
            color: #555;
            line-height: 1.7;
        }
        /* 清除浮动 */
        .customize .clearfix::after {
            content: "";
            display: table;
            clear: both;
        }
        /* 响应式适配 */
        @media (max-width: 767.98px) {
            .customize {
                padding: 30px 0;
            }
            .customize .section-title {
                font-size: 26px;
                margin-bottom: 30px;
            }
            .customize .feature-card {
                padding: 20px;
            }
            .customize .feature-title {
                font-size: 18px;
            }
            .customize .feature-desc {
                font-size: 14px;
            }
        }
        
        
           .customize .section-title {
            font-size: 24px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 40px;
            color: #222;
        }
        .customize .scene-card {
            border: 1px solid #eee;
            margin-bottom: 30px;
        }
        .customize .scene-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        .customize .scene-body {
            padding: 25px;
        }
        .customize .scene-title {
            font-size: 18px;
            font-weight: 600;
            color: #222;
            margin-bottom: 15px;
        }
        .customize .scene-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.7;
            margin: 0;
        }
        /* 响应式适配 */
        @media (max-width: 767.98px) {
            .customize {
                padding: 30px 0;
            }
            .customize .section-title {
                font-size: 20px;
                margin-bottom: 30px;
            }
            .customize .scene-img {
                height: 160px;
            }
            .customize .scene-body {
                padding: 18px;
            }
            .customize .scene-title {
                font-size: 16px;
            }
            .customize .scene-desc {
                font-size: 13px;
            }
        }