@media screen and (max-width: 1024px) {
  /* 通用容器样式 */
  .wrap {
    padding: 0 15px;
  }

  /* Banner适配 */
  .banner {
    height: 300px;
  }
  .banner .banner_img {
    height: 300px;
    object-fit: cover;
  }

  /* 个人资料卡片适配 */
  .profile-card {
    width: 50%;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  .profile-content {
    padding: 15px 20px;
  }
  .profile-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .profile-name {
    font-size: 18px;
  }
  .profile-title {
    font-size: 14px;
    margin-left: 0;
    white-space: initial;
  }
  .profile-en {
    font-size: 16px;
    margin: 2px 0;
  }
  .profile-field, .profile-biz {
    font-size: 14px;
    margin-bottom: 4px;
    display: none;
  }
  .profile-btns {
    gap: 15px;
    flex-direction: column;
    width: 100%;
    display: none;
  }
  .btn {
    min-width: 100%;
    height: 36px;
    font-size: 16px;
    line-height: 40px;
  }

  /* 团队标签适配 */
  .team-tabs-bg {
    top: 280px;
  }
  .team-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 0 10px;
  }
  .tab-btn {
    min-width: 120px;
    height: 32px;
    font-size: 14px;
  }

  /* 面包屑导航适配 */
  .breadcrumb {
    padding: 10px 15px;
  }
  .breadcrumb a {
    font-size: 14px;
  }

  /* 律师详情主体适配 */
  .lawyer-detail-main {
    flex-direction: column;
    gap: 0px;
    margin: 0px auto;
    padding: 0px;
  }
  .lawyer-detail-left a{
    margin-bottom: 14px;
  }
  .section-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .section-con{
    margin-bottom: 6px;
  }
  .section-content {
    font-size: 16px;
    margin-top: 8px;
  }
  .sub-title {
    font-size: 16px;
    margin: 12px 0 4px 0;
  }
  .red-list div {
    font-size: 14px;
  }

  /* 荣誉部分适配 */
  .honor-section {
    margin: 0px 0 0 0;
    padding: 0px;
  }
  .honor-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .honor-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding-top: 10px;
  }
  .honor-desc {
    font-size: 14px;
    padding: 8px 10px;
  }

  /* 案例部分适配 */
  .case-section {
    margin: 20px 0 0 0;
    padding: 0px;
  }
  .case-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .case-list {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-top: 10px;
  }
  .case-card {
    padding: 15px;
    min-height: auto;
  }
  .case-date {
    font-size: 16px;
  }
  .case-date span {
    font-size: 14px;
  }
  .case-title-text {
    font-size: 16px;
  }
  .case-desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .case-meta {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .case-arrow {
    left: 15px;
    bottom: 10px;
    font-size: 18px;
  }

  /* 表单区域适配 */
  .home_part10 .box {
    flex-direction: column;
  }
  .home_part10 .txt {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .home_part10 .txt span {
    font-size: 20px;
  }
  .home_part10 .form {
    width: 100%;
  }
  .home_form dl {
    margin-bottom: 10px;
  }
  .home_form dt {
    width: 80px;
    font-size: 14px;
  }
  .home_form dd {
    flex: 1;
  }
  .home_form input {
    height: 36px;
    font-size: 14px;
  }
  .home_form button {
    height: 40px;
    font-size: 16px;
    margin-top: 15px;
  }
  .case-arrow-icon{
    width: 14px;
    height: 14px;
  }
  .banner .banner_img_detail{
    right: -5%;
  }
  .section-con-mobile{
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner_img_detail{
    right: -10%;
  }
}
@media screen and (max-width: 540px) {
  .banner .banner_img_detail{
    right: -13%;
  }
}
@media screen and (max-width: 414px) {
  .banner .banner_img_detail{
    right: -15%;
  }
}