/* PC端第二个轮播图样式 */
@media (min-width: 769px) {
   /* PC端第二个轮播图样式 */
  /* .slide2-text {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
    max-width: 1200px !important;
    color: white !important;
    text-align: left !important;
    padding: 0 50px !important;
    z-index: 2 !important;
  } */
/* 
  .slide2-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: white;
  }

  .slide2-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .slide2-left, .slide2-right {
    width: 48%;
  }

  .slide2-left > div, .slide2-right > div {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
  } */

  /* 背景色为蓝绿色的轮播图文字样式 */
  .swiper-slide[data-hash="slide2"] .slide-content {
    background-color: #00a0a0;
  }
  .mySwiper .slide2-text {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 60% !important;
    height: 40% !important;
    color: white !important;
    text-align: left !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  .mySwiper .slide2-text .slide2-title {
    font-size: 16px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 42px;
    left: 60px;
  }

  .mySwiper .slide2-text .slide2-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
  }

  .mySwiper .slide2-text .slide2-left, .slide2-right {
    width: 45%;
    display: flex;
    flex-direction: column;
  }

  .slide2-left > div, .slide2-right > div {
    font-size: 16px;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 24px;
  }

  /* 背景色为蓝绿色的轮播图文字样式 */
  .swiper-slide[data-hash="slide2"] .slide-content {
    background-color: #00a0a0;
  }
  
  /* 根据图片中的精确布局 */
  .slide2-left {
    margin-top: -60px;
  }
  
  .slide2-right {
    margin-top: -60px;
  }
  
  /* 调整每行文字的间距 */
  .slide2-left > div:nth-child(1),
  .slide2-right > div:nth-child(1) {
    margin-bottom: 24px;
  }
  
  .slide2-left > div:nth-child(2),
  .slide2-right > div:nth-child(2) {
    margin-bottom: 24px;
  }
  
  .slide2-left > div:nth-child(3),
  .slide2-right > div:nth-child(3) {
    margin-bottom: 24px;
  }
} 