.scene-section {
    margin: 40px 0 0 0;
    padding: 0 2vw;
  }
  .container{
    margin-top: 4.95vw;
  }
  .scene-title {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 64px;
    color: rgba(152, 32, 23, 1);
    text-align: center;
    padding-top: 40px;
  }
  .scene-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .scene-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 453px;
    min-width: 260px;
    transition: box-shadow 0.2s;
  }
  .scene-card img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
  }
  .scene-desc {
    font-size: 18px;
    color: #222;
    padding: 22px 22px 24px 22px;
    line-height: 2;
    text-align: left;
    font-weight: 600;
  }

  .service-section {
    max-width: 1560px;
    margin: 40px auto 0 auto;
    padding: 20px 2vw;
    text-align: center;

    background: #FFF;
    margin-bottom: 64px;
    border-radius: 8px;
  }
  .service-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    position: relative;
  }
  .service-col {
    flex: 1;
    padding: 0 24px 0 24px;
    min-width: 220px;
    position: relative;
  }
  .service-num {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .service-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 64px;
    color: rgba(152, 32, 23, 1);
    text-align: center;
    padding-top: 40px;
  }
  .service-title-mobile{
    display: none;
  }
  .service-title.blue a,
  .service-items.blue li a {
    color: #2874c6;
  }
  .service-title.orange a,
  .service-items.orange li a {
    color: #ff9800;
  }
  .service-items {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2.1;
    text-align: center;
  }
  .service-list .service-col:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 120px;
    right: 0;
    width: 2px;
    height: calc(100% - 120px);
    background: linear-gradient(to bottom, #4874CB 0%, #4874CB 100%);
    border-radius: 2px;
  }
  .service-list .service-col2::after{
    background: linear-gradient(to bottom, #EE822F 0%, #EE822F 100%) !important;
  }
  .service-desc {
    margin: 40px auto 0 auto;
    font-size: 1.15rem;
    color: #222;
    max-width: 1560px;
    line-height: 2;
    text-align: left;
  }

  .flow-section {
    margin-bottom: 64px;
    text-align: center;
    background: #FFF;
    padding: 40px 0;
  }
  .flow-title-top {
    font-size: 48px;
    font-weight: bold;
    color: #b40000;
    margin-bottom: 32px;
    letter-spacing: 2px;
    line-height: 1.3;
  }
  .flow-img-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
  }
  .flow-img-wrap img {
    max-width: 100%;
    max-height: 480px;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
  .flow-title-bottom {
    font-size: 2rem;
    color: #b40000;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .grid-section {
    background: #FFF;
    padding: 40px 0;
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .grid-row {
    display: flex;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }
  .grid-row.reverse {
    flex-direction: row-reverse;
  }
  .grid-imgs {
    display: flex;
    flex-direction: row;
    flex: 1 1 0;
    min-width: 320px;
    max-width: 50%;
    gap: 0;
  }
  .grid-imgs img {
    width: 50%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .grid-txt {
    flex: 1.2 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 40px;
    background: #fff;
    font-size: 1.25rem;
    color: #222;
    min-width: 320px;
    max-width: 50%;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.7;
  }
  .grid-txt h3 {
    margin-top: 0;
    font-size: 1.5rem;
    color: #b40000;
    font-weight: bold;
  }

  .center {
    text-align: center;
  }

.expert-section-wrap {
  background: #FFF;
  padding: 40px 0;
  margin-bottom: 64px;
}
  .expert-section {
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 2vw 0 2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .expert-left {
    flex: 1 1 0;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .expert-title {
    font-size: 2.3rem;
    font-weight: bold;
    color: #b40000;
    margin-bottom: 36px;
    text-align: left;
    letter-spacing: 2px;
  }
  .expert-desc {
    font-size: 24px;
    color: #222;
    line-height: 2.1;
    margin-bottom: 0;
    text-align: left;
    padding-left: 7vw;
    font-weight: 600;
  }
  .expert-desc .highlight {
    color: #ffb300;
    font-weight: bold;
    font-size: 1.4em;
  }
  .expert-right {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    min-height: 320px;
  }
  .expert-right img {
    max-width: 420px;
    width: 100%;
    height: auto;
    display: block;
  }
  
  .team-section {
    max-width: 1300px;
    margin: 0 auto;
    padding: 32px 2vw 0 2vw;
  }
  .team-title {
    font-size: 2.4rem;
    font-weight: bold;
    color: #b40000;
    text-align: center;
    margin-bottom: 36px;
    letter-spacing: 2px;
  }
  .team-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    margin-bottom: 0;
  }
  .team-card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .team-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 24px 18px 0 18px;
    box-sizing: border-box;
    margin-bottom: 0;
    border: 4px solid #f7f7f7;
    z-index: 1;
  }
  .team-photo {
    width: 260px;
    height: 320px;
    background: #6D6D6D;
    overflow: hidden;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .team-name {
    font-size: 1.35rem;
    font-weight: bold;
    color: #111;
    margin-bottom: 10px;
    text-align: center;
  }
  .team-desc {
    font-size: 1.08rem;
    color: #222;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.7;
  }
  .team-btn {
    width: 90%;
    background: #e60000;
    color: #fff;
    font-size: 1.35rem;
    font-weight: bold;
    border: none;
    border-radius: 16px;
    padding: 16px 0;
    cursor: pointer;
    transition: background 0.2s;
    letter-spacing: 2px;
    box-shadow: 0 2px 8px rgba(214,0,0,0.08);
    margin-top: 30px;
    margin-bottom: 24px;
    z-index: 2;
    position: relative;
  }
  .team-btn:hover {
    background: #b40000;
  }

  /* 律师团队展示区域样式 */
.topic_3 {
  margin-bottom: 64px;
}

.lawyers-title {
  font-size: 48px;
  color: rgba(152, 32, 23, 1);
  text-align: center;
  margin-bottom: 46px;
  font-weight: 700;
  line-height: 44px;
}

.lawyers-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1224px;
  margin: 0 auto;
}

.lawyer-card {
  width: 372px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}

.lawyer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.lawyer-image {
  height: 384px;
  position: relative;
  overflow: hidden;
  background: url(../../images/topic/lawyer_bg.png) no-repeat center center; /* 使用lawyer_bg.png作为背景图 */
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.lawyer-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.5s;
}

.lawyer-card:hover .lawyer-image img {
  transform: scale(1.05);
}

.lawyer-content {
  padding: 15px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}

.lawyer-name {
  font-size: 32px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  line-height: 44px;
  text-align: center;
}

.lawyer-description {
  font-size: 24px;
  color: rgba(0, 0, 0, 1);
  line-height: 44px;
  text-align: center;
  font-weight: normal;
  margin: 0;
}

.lawyer-consult {
  display: block;
  background-color: #d8241e;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
  margin-top: auto; /* 将按钮推到卡片底部 */
  border-radius: 0; /* 移除圆角 */
  font-size: 24px;
}

.lawyer-consult:hover {
  background-color: #b71c1c;
}

  .video-section {
    margin-bottom: 64px;
    background: #FFF;
  padding: 40px 0;
  }
  .video-title {
    font-size: 48px;
    font-weight: bold;
    color: #b40000;
    text-align: center;
    margin-bottom: 36px;
    letter-spacing: 2px;
  }
  .video-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  .video-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    z-index: 2;
  }
  .video-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    display: block;
  }
  .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 3;
    padding: 0;
  }
  video {
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
  }

  .cases-title {
    font-size: 48px;
    font-weight: bold;
    color: #b40000;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 48px;
  }
  .cases-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2vw 0 4vw;
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
  .cases-img {
    flex: 1 1 0;
    min-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cases-img img {
    width: 80%;
    height: auto;
    display: block;
  }
  .cases-content {
    flex: 1.5 1 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 12px;
  }
  .cases-desc {
    font-size: 24px;
    color: #222;
    margin-bottom: 18px;
    text-align: left;
    font-weight: 700;
  }
  .cases-list-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .cases-list {
    font-size: 22px;
    color: #222;
    margin: 0 0 0 18px;
    padding: 0;
    line-height: 2;
  }
  .cases-list li {
    margin-bottom: 2px;
  }


  .testimonials-title {
    font-size: 48px;
    font-weight: bold;
    color: #b40000;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 48px;
  }
  .testimonials-section {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .testimonial-video-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 420px;
    max-width: 520px;
    width: 38vw;
    position: relative;
  }
  .testimonial-video-cover {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .testimonial-video-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    display: block;
  }
  .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 3;
    padding: 0;
  }
  .testimonial-video-card video {
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    display: block;
  }
  .testimonial-caption {
    font-size: 1.2rem;
    color: #222;
    padding: 16px 0 18px 18px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    text-align: left;
    font-weight: bold;
  }
  
  .testimonial-video-card {
    flex: 1 1 0;
    min-width: 320px;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
  }
  
  .testimonial-video-cover,
  .testimonial-video-card video {
    width: 100%;
    aspect-ratio: 16/9;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .testimonial-praise-imgs {
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
    min-width: 320px;
    max-width: 540px;
  }
  
  .testimonial-praise-imgs img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    display: block;
  }


  .reason-img-section {
    width: 100%;
    padding: 40px 0;
    background: #fff;
  }
  .reason-img-title {
    text-align: center;
    font-size: 48px;
    color: #C8231D;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 2px;
  }
  .reason-img-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .reason-img-box img{
    width: 100%;
  }
  .reason-img {
    max-width: 1100px;
    width: 90%;
    height: auto;
    display: block;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border-radius: 18px;
  }

  .chat-carousel {
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    min-width: 320px;
    margin-left: 7vw;
  }
  
  .carousel-arrow {
    background-color: rgba(64, 64, 64, 0.3);
    border: none;
    font-size: 48px;
    color: #d8241e;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    z-index: 2;
  }
  .carousel-arrow:hover {
    background-color: rgba(64, 64, 64, 0.8);
    color: #fff;
  }
  
  .carousel-track {
    display: flex;
    align-items: center;
    overflow: hidden;
    flex: 1;
    position: relative;
  }
  
  .carousel-item {
    width: 100%;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
    position: absolute;
    left: 0; top: 0;
    z-index: 1;
  }
  .carousel-item.active {
    opacity: 1;
    z-index: 2;
    position: relative;
  }
  
  .carousel-item img {
    width: 100%;
    object-fit: contain;
    border-radius: 18px;
  }

  .swiper-container{
    display: none;
  }
  
@media (max-width: 1024px) {
  .container{
    width: 100%;
    margin-top: 0;
  }
  .scene-section{
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .service-section{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .service-items{
    font-size: 16px;
  }
  .service-num{
    width: 100px;
    height: 100px;
  }
  .service-desc{
    margin-top: 0;
  }
  .service-title {
    display: none;
    font-size: 20px;
  }
  .service-title-mobile{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 40px;
    color: rgba(152, 32, 23, 1);
    text-align: center;
    padding-top: 0px;
    display: block;
  }

  .flow-section{
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .grid-section{
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .expert-section-wrap{
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .carousel-track, .carousel-item {
    width: 85vw;
    min-width: 85vw;
    height: 60vw;
    max-width: 85vw;
    max-height: 80vw;
  }
  .video-section {
    padding: 18px 0 0 0;
    margin-bottom: 20px;
  }
  .video-title {
    font-size: 1.2rem;
    margin-bottom: 18px;
  }
  .video-wrapper {
    max-width: 100vw;
  }
  .team-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .team-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .expert-section {
    flex-direction: column;
    gap: 32px;
    padding: 0;
  }
  .expert-left {
    padding-right: 0;
  }
  .expert-title {
    font-size: 1.3rem;
    margin-bottom: 18px;
  }
  .expert-desc {
    font-size: 18px;
  }
  .expert-desc .highlight{
    font-size: 26px;
  }
  .expert-right img {
    max-width: 90%;
  }
  .grid-row, .grid-row.reverse {
    flex-direction: column !important;
  }
  .grid-imgs, .grid-txt {
    max-width: 100%;
    min-width: 0;
    height: auto;
    padding: 0;
  }
  .grid-txt {
    padding: 18px 10px;
    font-size: 18px;
  }
  .grid-imgs {
    height: 180px;
  }
  .flow-title-top, .flow-title-bottom {
    font-size: 1.2rem;
    padding: 0 4vw;
  }
  .flow-img-wrap img {
    max-height: 220px;
  }
  .service-list {
    gap: 10px;
  }
  .service-col {
    padding: 0 0 20px 0;
    min-width: 0;
  }
  .service-list .service-col:not(:last-child)::after {
    display: none;
  }
  .scene-list {
    gap: 0px;
    align-items: center;
    flex-wrap: nowrap;
  }
  .scene-card {
    max-width: 98vw;
    border-radius: 10px;
    box-shadow: none;
  }
  .scene-title {
    font-size: 1.4rem;
  }
  .reason-img-title { font-size: 32px; margin-bottom: 24px; }
  .reason-img { max-width: 95vw; border-radius: 12px; }
  .reason-img-section { padding: 30px 0 20px 0; }
  .reason-img-title { font-size: 20px; margin-bottom: 12px; }
  .reason-img { border-radius: 8px; }
  .testimonials-section {
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }
  .testimonial-praise-imgs {
    flex-direction: column;
    gap: 18px;
    width: 100%;
    max-width: 98vw;
  }
  .testimonial-praise-imgs img {
    width: 100%;
    height: auto;
  }
  .cases-title {
    font-size: 1.2rem;
    margin: 18px 0 12px 0;
  }
  .cases-section {
    flex-direction: column;
    gap: 18px;
    padding: 0 2vw 0 2vw;
  }
  .cases-img, .cases-content {
    max-width: 100%;
    min-width: 0;
    padding: 0;
  }
  .cases-desc, .cases-list, .cases-list-title {
    font-size: 1rem;
  }
  .lawyers-container{
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .lawyer-name{
    font-size: 20px;
  }
  .lawyer-description{
    font-size: 18px;
  }
  .lawyer-image{
    margin-bottom: 0;
  }
  .lawyer-description{
    line-height: 30px;
  }
  .lawyer-consult {
    font-size: 20px;
  }
  .topic_3{
    margin-bottom: 20px;
  }
  .chat-carousel{
    gap: 0;
    margin-left: 0;
  }
  .lawyer-card{
    width: 100%;
  }
  .scene-list-pc{
    display: none;
  }
  .swiper-container{
    display: block;
    overflow: hidden;
  }
}
