@media screen and (max-width: 1024px) {
    /* 容器通用样式 */
    .container {
        width: 100%;
        padding: 0 20px;
        margin-top: -30px;
    }

    /* 横幅区域 */
    .banner {
        height: 300px;
    }

    .banner .banner_img {
        height: 300px;
        object-fit: cover;
    }

    .banner .banner_txt {
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 20px;
        border-radius: 10px;
    }

    .banner .banner_txt_1 {
        font-size: 24px;
        line-height: 1.3;
    }

    .banner .banner_txt_2 {
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 15px;
    }

    .banner .banner_btn1 {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-top: 20px;
    }

    /* 团队标签区域 */
    .team-tabs-bg {
        position: relative;
        top: auto;
        margin-top: -20px;
        padding: 0 15px;
    }

    .team-tabs {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .tab-btn {
        min-width: 120px;
        height: 36px;
        font-size: 14px;
        flex: 0 0 calc(50% - 10px);
    }

    /* 面包屑导航 */
    .breadcrumb {
        padding: 15px 0;
    }

    .breadcrumb a {
        font-size: 12px;
    }

    .breadcrumb .home-icon {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }

    .breadcrumb .separator {
        margin: 0 5px;
    }

    .breadcrumb .current {
        font-size: 12px;
    }

    /* 律师列表 */
    .lawyer-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
    }

    /* 律师卡片 */
    .lawyer-card-detail {
        flex-direction: column;
        min-height: auto;
        width: 100%;
    }

    .lawyer-photo {
        flex: none;
        width: 100%;
        aspect-ratio: 16/9;
    }

    .lawyer-info {
        padding: 15px;
    }

    .lawyer-title-block {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .lawyer-title {
        font-size: 18px;
        text-align: center;
    }

    .lawyer-city {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .lawyer-info-block {
        padding: 10px 0;
    }

    .lawyer-field, .lawyer-biz {
        font-size: 14px;
        line-height: 1.5;
    }

    /* 分页 */
    .center-pagination {
        justify-content: center;
        padding: 20px 0;
        gap: 5px;
    }

    .center-pagination .arrow {
        width: 20px;
    }

    .center-pagination .page {
        font-size: 14px;
        padding: 0 6px;
    }
}
