/* ============================================
   皮革帮 - 移动端响应式适配
   ============================================ */

/* 平板设备 (768px - 1024px) */
@media screen and (max-width: 1024px) {
    .m_c {
        width: 96% !important;
        padding: 0 2% !important;
    }
    .w100 {
        width: 100% !important;
    }
    .h_pige_box {
        flex-wrap: wrap;
    }
    .h_pigetupian {
        width: 100% !important;
        text-align: center;
    }
    .h_pigesousuo {
        width: 100% !important;
        margin-top: 10px;
    }
    .h_indexpnei,
    .h_indexgnei {
        width: 31% !important;
        margin: 1% !important;
    }
    .h_indexxvan .h_indexping {
        width: 45% !important;
        margin: 2.5% !important;
    }
}

/* 手机设备 (max-width: 767px) */
@media screen and (max-width: 767px) {
    /* 顶部工具栏 */
    .h_ding_box .h_ding {
        flex-direction: column;
        align-items: center;
    }
    .h_zuofu, .h_youfu {
        width: 100% !important;
        text-align: center;
        float: none !important;
    }
    
    /* 导航栏 */
    .h_daohang_box {
        flex-wrap: wrap;
    }
    .h_daohang_box .h_weixuanzhong {
        width: 25% !important;
        text-align: center;
    }
    .h_daohangpin {
        display: none;
    }
    
    /* 搜索栏 */
    .h_pigeshang {
        display: flex;
        justify-content: center;
    }
    
    /* 商品/求购卡片 */
    .h_indexpnei,
    .h_indexgnei {
        width: 46% !important;
        margin: 2% !important;
    }
    
    /* 底部服务 */
    .h_indexxvan .h_indexping {
        width: 90% !important;
        margin: 10px auto !important;
        float: none !important;
    }
    
    /* 认证信息 */
    .h_dibuxia {
        margin-left: 0 !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    .h_dibuxia img {
        max-width: 120px;
        height: auto;
    }
    
    /* 社区信息 */
    .shequ .shequ1 {
        width: 100% !important;
    }
    .piclist img {
        width: 30% !important;
    }
    
    /* 轮播高度调整 */
    .flexslider .slides img {
        height: auto !important;
        max-height: 250px;
    }
    
    /* 字体缩放 */
    h1 { font-size: 16px !important; }
    h2 { font-size: 13px !important; }
    h3 { font-size: 14px !important; }
    
    /* 表单适配 */
    input[type="text"],
    input[type="password"],
    input[type="email"],
    textarea,
    select {
        max-width: 100% !important;
        box-sizing: border-box;
    }
    
    /* 按钮触控优化 */
    button, .anniu, a {
        min-height: 44px;
        min-width: 44px;
    }
    
    /* 表格横向滚动 */
    table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* 小屏手机 (max-width: 480px) */
@media screen and (max-width: 480px) {
    .h_indexpnei,
    .h_indexgnei {
        width: 96% !important;
        margin: 2% !important;
    }
    .h_daohang_box .h_weixuanzhong {
        width: 33.33% !important;
    }
    .h_daohang_box .h_weixuanzhong p {
        font-size: 10px !important;
    }
    .h_daohang_box .h_weixuanzhong h1 {
        font-size: 13px !important;
    }
}
