@media screen and (max-width: 1024px) {
    /* 容器通用样式 */
   

    /* 团队标签区域 */
    .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);
    }

   

    /* 律师列表 */
    .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;
    }


}
